diff options
author | Aivars Miška <allefm@gmail.com> | 2014-05-30 08:30:58 +0200 |
---|---|---|
committer | Translator of Dokuwiki <translate@dokuwiki.org> | 2014-05-30 08:30:58 +0200 |
commit | 3dc402767b9058811762f67a7a3a21d50e81a65c (patch) | |
tree | 359769b66b0e21e3266677d9e31d93dace32d38e /lib/plugins/authad/lang | |
parent | b9134c07d5d38e5247f200f0be79ae08bb45bec1 (diff) | |
download | rpg-3dc402767b9058811762f67a7a3a21d50e81a65c.tar.gz rpg-3dc402767b9058811762f67a7a3a21d50e81a65c.tar.bz2 |
translation update
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>'; |