diff options
author | Igor Degraf <igordegraf@gmail.com> | 2014-08-07 04:41:02 +0200 |
---|---|---|
committer | Translator of Dokuwiki <translate@dokuwiki.org> | 2014-08-07 04:41:02 +0200 |
commit | ea8f310e8130739d45b5799e3ab59470d6415d28 (patch) | |
tree | 8130a0a0cefc83be4831eab5d89484db47fc4d88 | |
parent | 1f3d447cee540690d134adee84ee484e958f3cbf (diff) | |
download | rpg-ea8f310e8130739d45b5799e3ab59470d6415d28.tar.gz rpg-ea8f310e8130739d45b5799e3ab59470d6415d28.tar.bz2 |
translation update
-rw-r--r-- | inc/lang/ru/lang.php | 1 | ||||
-rw-r--r-- | lib/plugins/usermanager/lang/ru/lang.php | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/inc/lang/ru/lang.php b/inc/lang/ru/lang.php index c36c611c0..e2f9b3d57 100644 --- a/inc/lang/ru/lang.php +++ b/inc/lang/ru/lang.php @@ -26,6 +26,7 @@ * @author Erli Moen <evseev.jr@gmail.com> * @author Aleksandr Selivanov <alexgearbox@yandex.ru> * @author Владимир <id37736@yandex.ru> + * @author Igor Degraf <igordegraf@gmail.com> */ $lang['encoding'] = ' utf-8'; $lang['direction'] = 'ltr'; diff --git a/lib/plugins/usermanager/lang/ru/lang.php b/lib/plugins/usermanager/lang/ru/lang.php index 83158df31..8bbfa639c 100644 --- a/lib/plugins/usermanager/lang/ru/lang.php +++ b/lib/plugins/usermanager/lang/ru/lang.php @@ -20,6 +20,7 @@ * @author Ivan I. Udovichenko (sendtome@mymailbox.pp.ua) * @author Pavel <ivanovtsk@mail.ru> * @author Aleksandr Selivanov <alexgearbox@yandex.ru> + * @author Igor Degraf <igordegraf@gmail.com> */ $lang['menu'] = 'Управление пользователями'; $lang['noauth'] = '(авторизация пользователей недоступна)'; @@ -77,3 +78,4 @@ $lang['import_error_upload'] = 'Импорт не удался. CSV-файл $lang['import_error_readfail'] = 'Импорт не удался. Невозможно прочесть загруженный файл.'; $lang['import_error_create'] = 'Невозможно создать пользователя'; $lang['import_notify_fail'] = 'Оповещение не может быть отправлено импортированному пользователю %s по электронной почте %s.'; +$lang['import_downloadfailures'] = 'Скачать Ошибки в формате CSV для исправления'; |