diff options
author | Andreas Gohr <andi@splitbrain.org> | 2015-05-19 10:11:49 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2015-05-19 10:11:49 +0200 |
commit | efed51d4b929b6e90e6db6fde1f600f5a8fb19ad (patch) | |
tree | d5988320f6b865bdf77c88d24034ba3ba6efaf00 /lib/plugins/authmysql/lang | |
parent | b9e2f0546e334add4084195d07568a352bee5091 (diff) | |
parent | a2237e348f84c81fd0f16da7aa55d1caeaf62a6b (diff) | |
download | rpg-efed51d4b929b6e90e6db6fde1f600f5a8fb19ad.tar.gz rpg-efed51d4b929b6e90e6db6fde1f600f5a8fb19ad.tar.bz2 |
Merge pull request #1162 from dokuwiki-translate/lang_update_2
Translation update (de)
Diffstat (limited to 'lib/plugins/authmysql/lang')
-rw-r--r-- | lib/plugins/authmysql/lang/de/lang.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/plugins/authmysql/lang/de/lang.php b/lib/plugins/authmysql/lang/de/lang.php new file mode 100644 index 000000000..6160f60ea --- /dev/null +++ b/lib/plugins/authmysql/lang/de/lang.php @@ -0,0 +1,8 @@ +<?php + +/** + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + * + * @author Noel Tilliot <noeltilliot@byom.de> + */ +$lang['usernotexists'] = 'Sorry, dieser Nutzer existiert nicht.'; |