diff options
author | Anika Henke <anika@selfthinker.org> | 2014-06-01 13:23:18 +0100 |
---|---|---|
committer | Anika Henke <anika@selfthinker.org> | 2014-06-01 13:23:18 +0100 |
commit | 05d9def4d8262d348881d8f18c0c0cd7ce7d4424 (patch) | |
tree | 359769b66b0e21e3266677d9e31d93dace32d38e /lib/plugins | |
parent | b9134c07d5d38e5247f200f0be79ae08bb45bec1 (diff) | |
parent | 3dc402767b9058811762f67a7a3a21d50e81a65c (diff) | |
download | rpg-05d9def4d8262d348881d8f18c0c0cd7ce7d4424.tar.gz rpg-05d9def4d8262d348881d8f18c0c0cd7ce7d4424.tar.bz2 |
Merge pull request #748 from dokuwiki-translate/lang_update_25
Translation update (lv)
Diffstat (limited to 'lib/plugins')
-rw-r--r-- | lib/plugins/acl/lang/lv/lang.php | 4 | ||||
-rw-r--r-- | lib/plugins/authad/lang/lv/lang.php | 8 | ||||
-rw-r--r-- | lib/plugins/authad/lang/lv/settings.php | 8 | ||||
-rw-r--r-- | lib/plugins/popularity/lang/lv/lang.php | 5 | ||||
-rw-r--r-- | lib/plugins/revert/lang/lv/lang.php | 5 | ||||
-rw-r--r-- | lib/plugins/usermanager/lang/lv/lang.php | 5 |
6 files changed, 27 insertions, 8 deletions
diff --git a/lib/plugins/acl/lang/lv/lang.php b/lib/plugins/acl/lang/lv/lang.php index f478b32c6..dc23ccb4a 100644 --- a/lib/plugins/acl/lang/lv/lang.php +++ b/lib/plugins/acl/lang/lv/lang.php @@ -1,8 +1,8 @@ <?php + /** - * latvian language file - * * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + * * @author Aivars Miška <allefm@gmail.com> */ $lang['admin_acl'] = 'Piekļuves tiesību vadība'; diff --git a/lib/plugins/authad/lang/lv/lang.php b/lib/plugins/authad/lang/lv/lang.php new file mode 100644 index 000000000..74becf756 --- /dev/null +++ b/lib/plugins/authad/lang/lv/lang.php @@ -0,0 +1,8 @@ +<?php + +/** + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + * + * @author Aivars Miška <allefm@gmail.com> + */ +$lang['domain'] = 'Iežurnālēšanās domēns'; diff --git a/lib/plugins/authad/lang/lv/settings.php b/lib/plugins/authad/lang/lv/settings.php new file mode 100644 index 000000000..e32e91452 --- /dev/null +++ b/lib/plugins/authad/lang/lv/settings.php @@ -0,0 +1,8 @@ +<?php + +/** + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + * + * @author Aivars Miška <allefm@gmail.com> + */ +$lang['domain_controllers'] = 'Ar komatiem atdalīts domēna kontroleru saraksts. Piemēram, <code>srv1.domain.org,srv2.domain.org</code>'; diff --git a/lib/plugins/popularity/lang/lv/lang.php b/lib/plugins/popularity/lang/lv/lang.php index f0c940b6f..a8ef37f7a 100644 --- a/lib/plugins/popularity/lang/lv/lang.php +++ b/lib/plugins/popularity/lang/lv/lang.php @@ -1,7 +1,8 @@ <?php + /** - * Latvian, Lettish language file - * + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + * * @author Aivars Miška <allefm@gmail.com> */ $lang['name'] = 'Popularitātes atsauksmes (ielāde var aizņemt kādu laiku)'; diff --git a/lib/plugins/revert/lang/lv/lang.php b/lib/plugins/revert/lang/lv/lang.php index 012d6cc4c..b87369233 100644 --- a/lib/plugins/revert/lang/lv/lang.php +++ b/lib/plugins/revert/lang/lv/lang.php @@ -1,7 +1,8 @@ <?php + /** - * Latvian, Lettish language file - * + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + * * @author Aivars Miška <allefm@gmail.com> */ $lang['menu'] = 'Piemēsloto lapu atjaunotājs'; diff --git a/lib/plugins/usermanager/lang/lv/lang.php b/lib/plugins/usermanager/lang/lv/lang.php index 620678ff5..4944da31e 100644 --- a/lib/plugins/usermanager/lang/lv/lang.php +++ b/lib/plugins/usermanager/lang/lv/lang.php @@ -1,7 +1,8 @@ <?php + /** - * Latvian language file - * + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + * * @author Aivars Miška <allefm@gmail.lv> * @author Aivars Miška <allefm@gmail.com> */ |