diff options
author | Noel Tilliot <noeltilliot@byom.de> | 2015-05-18 17:21:45 +0200 |
---|---|---|
committer | Translator of Dokuwiki <translate@dokuwiki.org> | 2015-05-18 17:21:45 +0200 |
commit | a2237e348f84c81fd0f16da7aa55d1caeaf62a6b (patch) | |
tree | d5988320f6b865bdf77c88d24034ba3ba6efaf00 /lib/plugins/authmysql/lang | |
parent | b9e2f0546e334add4084195d07568a352bee5091 (diff) | |
download | rpg-a2237e348f84c81fd0f16da7aa55d1caeaf62a6b.tar.gz rpg-a2237e348f84c81fd0f16da7aa55d1caeaf62a6b.tar.bz2 |
translation update
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.'; |