diff options
author | Andreas Gohr <andi@splitbrain.org> | 2015-07-29 19:51:20 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2015-07-29 19:51:20 +0200 |
commit | 2e8782c09b9d631acfde0883384bd511ae5165dc (patch) | |
tree | a6f4051887d6de2279238484a939cee2656cda73 /lib/plugins/authmysql/lang/bg/lang.php | |
parent | 8699d3e31d26f9812f78c0e4585dc04c7a295b1f (diff) | |
parent | dbfd2a2c7bb8cab263b1e64c75a85ea93d6e0b60 (diff) | |
download | rpg-2e8782c09b9d631acfde0883384bd511ae5165dc.tar.gz rpg-2e8782c09b9d631acfde0883384bd511ae5165dc.tar.bz2 |
Merge pull request #1260 from dokuwiki-translate/lang_update_153
Translation update (bg)
Diffstat (limited to 'lib/plugins/authmysql/lang/bg/lang.php')
-rw-r--r-- | lib/plugins/authmysql/lang/bg/lang.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/plugins/authmysql/lang/bg/lang.php b/lib/plugins/authmysql/lang/bg/lang.php new file mode 100644 index 000000000..d5837c726 --- /dev/null +++ b/lib/plugins/authmysql/lang/bg/lang.php @@ -0,0 +1,10 @@ +<?php + +/** + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + * + * @author Kiril <neohidra@gmail.com> + */ +$lang['connectfail'] = 'Свързването с базата данни се провали.'; +$lang['userexists'] = 'За съжаление вече съществува потребител с това име.'; +$lang['usernotexists'] = 'За съжаление не съществува такъв потребител.'; |