diff options
author | Patrick Brown <ptbrown@whoopdedo.org> | 2015-05-06 01:30:59 -0400 |
---|---|---|
committer | Patrick Brown <ptbrown@whoopdedo.org> | 2015-05-06 01:30:59 -0400 |
commit | db9faf025cf129d15a086a803e8056e977975d76 (patch) | |
tree | 400146b7d748f24f6c39f878f097bd90ff09018c /lib/plugins/authplain/lang/ru | |
parent | dfe7cc3f3bfbfccec6a38a94ac0f2242e8bc59e7 (diff) | |
download | rpg-db9faf025cf129d15a086a803e8056e977975d76.tar.gz rpg-db9faf025cf129d15a086a803e8056e977975d76.tar.bz2 |
Report more meaningful errors when an auth backend fails. closes #1093
Diffstat (limited to 'lib/plugins/authplain/lang/ru')
-rw-r--r-- | lib/plugins/authplain/lang/ru/lang.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/plugins/authplain/lang/ru/lang.php b/lib/plugins/authplain/lang/ru/lang.php new file mode 100644 index 000000000..8a40852d6 --- /dev/null +++ b/lib/plugins/authplain/lang/ru/lang.php @@ -0,0 +1,6 @@ +<?php +/** + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + * + */ +$lang['userexists'] = 'Извините, пользователь с таким логином уже существует.'; |