diff options
author | Hendrik Diel <diel.hendrik@gmail.com> | 2015-06-07 10:46:45 +0200 |
---|---|---|
committer | Translator of Dokuwiki <translate@dokuwiki.org> | 2015-06-07 10:46:45 +0200 |
commit | 6a7af1ccf98fac8f5dd1097f5d4978df562a5d02 (patch) | |
tree | e63705f0f28fd33470111dae3a38f98fb7bec10e /lib/plugins/authmysql/lang/de | |
parent | 663a037a9d24f65f0027d3852ab20a08b15dcd41 (diff) | |
download | rpg-6a7af1ccf98fac8f5dd1097f5d4978df562a5d02.tar.gz rpg-6a7af1ccf98fac8f5dd1097f5d4978df562a5d02.tar.bz2 |
translation update
Diffstat (limited to 'lib/plugins/authmysql/lang/de')
-rw-r--r-- | lib/plugins/authmysql/lang/de/lang.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/plugins/authmysql/lang/de/lang.php b/lib/plugins/authmysql/lang/de/lang.php index 6160f60ea..819b98458 100644 --- a/lib/plugins/authmysql/lang/de/lang.php +++ b/lib/plugins/authmysql/lang/de/lang.php @@ -4,5 +4,8 @@ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) * * @author Noel Tilliot <noeltilliot@byom.de> + * @author Hendrik Diel <diel.hendrik@gmail.com> */ +$lang['userexists'] = 'Entschuldigung, aber dieser Benutzername ist bereits vergeben.'; $lang['usernotexists'] = 'Sorry, dieser Nutzer existiert nicht.'; +$lang['writefail'] = 'Die Benutzerdaten konnten nicht geändert werden. Bitte wenden Sie sich an den Wiki-Admin.'; |