diff options
author | Kiril <neohidra@gmail.com> | 2015-07-29 18:31:07 +0200 |
---|---|---|
committer | Translator of Dokuwiki <translate@dokuwiki.org> | 2015-07-29 18:31:07 +0200 |
commit | dbfd2a2c7bb8cab263b1e64c75a85ea93d6e0b60 (patch) | |
tree | 2205ab3a67031d6ab661c4040b63b81f92b36bdb /lib/plugins/authplain | |
parent | 32792fc0525b91da1375fdc969e2db55be644752 (diff) | |
download | rpg-dbfd2a2c7bb8cab263b1e64c75a85ea93d6e0b60.tar.gz rpg-dbfd2a2c7bb8cab263b1e64c75a85ea93d6e0b60.tar.bz2 |
translation update
Diffstat (limited to 'lib/plugins/authplain')
-rw-r--r-- | lib/plugins/authplain/lang/bg/lang.php | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/plugins/authplain/lang/bg/lang.php b/lib/plugins/authplain/lang/bg/lang.php index 5b8e6bc37..62e62dc13 100644 --- a/lib/plugins/authplain/lang/bg/lang.php +++ b/lib/plugins/authplain/lang/bg/lang.php @@ -1,6 +1,9 @@ <?php + /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * + * + * @author Kiril <neohidra@gmail.com> */ -$lang['userexists'] = 'Вече съществува потребител с избраното име.'; +$lang['userexists'] = 'Вече съществува потребител с избраното име.'; +$lang['usernotexists'] = 'За съжаление потребителят не съществува.'; |