diff options
Diffstat (limited to 'apps/files/l10n/ru.php')
-rw-r--r-- | apps/files/l10n/ru.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/files/l10n/ru.php b/apps/files/l10n/ru.php index a07cfe20f4e..2c0335f3cc3 100644 --- a/apps/files/l10n/ru.php +++ b/apps/files/l10n/ru.php @@ -85,7 +85,6 @@ $TRANSLATIONS = array( "Upload too large" => "Файл слишком велик", "The files you are trying to upload exceed the maximum size for file uploads on this server." => "Файлы, которые вы пытаетесь загрузить, превышают лимит максимального размера на этом сервере.", "Files are being scanned, please wait." => "Подождите, файлы сканируются.", -"Current scanning" => "Текущее сканирование", -"Upgrading filesystem cache..." => "Обновление кэша файловой системы..." +"Current scanning" => "Текущее сканирование" ); $PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"; |