summaryrefslogtreecommitdiff
path: root/lib/plugins/usermanager
diff options
context:
space:
mode:
authorAleksandr Selivanov <alexgearbox@gmail.com>2013-08-20 23:05:58 +0200
committerTranslator of Dokuwiki <translate@dokuwiki.org>2013-08-20 23:05:58 +0200
commitbcc165558b4d58baab4ccc85d9066f0c4ba7de2a (patch)
tree15321604a5a47d1cc1e2797632a740f3c6e5f70b /lib/plugins/usermanager
parent11639361046989d634710eefdbaf15a0f44c5e5a (diff)
downloadrpg-bcc165558b4d58baab4ccc85d9066f0c4ba7de2a.tar.gz
rpg-bcc165558b4d58baab4ccc85d9066f0c4ba7de2a.tar.bz2
translation update
Diffstat (limited to 'lib/plugins/usermanager')
-rw-r--r--lib/plugins/usermanager/lang/ru/lang.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/plugins/usermanager/lang/ru/lang.php b/lib/plugins/usermanager/lang/ru/lang.php
index f2029e58b..3102ac32a 100644
--- a/lib/plugins/usermanager/lang/ru/lang.php
+++ b/lib/plugins/usermanager/lang/ru/lang.php
@@ -44,9 +44,9 @@ $lang['filter'] = 'Фильтр';
$lang['export_all'] = 'Экспорт всех пользователей (CSV)';
$lang['export_filtered'] = 'Экспорт пользователей с фильтрацией списка (CSV)';
$lang['import'] = 'Импорт новых пользователей';
-$lang['line'] = 'Строка №.';
+$lang['line'] = 'Строка №';
$lang['error'] = 'Ошибка';
-$lang['summary'] = 'Показаны пользователи %1$d-%2$d из %3$d найденных. Всего пользователей: %4$d.';
+$lang['summary'] = 'Показаны пользователи %1$d–%2$d из %3$d найденных. Всего пользователей: %4$d.';
$lang['nonefound'] = 'Не найдено ни одного пользователя. Всего пользователей: %d.';
$lang['delete_ok'] = 'Удалено пользователей: %d';
$lang['delete_fail'] = 'Не удалось удалить %d.';