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/authad/lang | |
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/authad/lang')
-rw-r--r-- | lib/plugins/authad/lang/lv/lang.php | 8 | ||||
-rw-r--r-- | lib/plugins/authad/lang/lv/settings.php | 8 |
2 files changed, 16 insertions, 0 deletions
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>'; |