Blame view
sources/apps/files_trashbin/l10n/ru.php
690 Bytes
|
31b7f2792
|
1 2 |
<?php $TRANSLATIONS = array( |
|
03e52840d
|
3 4 |
"Couldn't delete %s permanently" => "%s не может быть удалён навсегда", "Couldn't restore %s" => "%s не может быть восстановлен", |
|
6d9380f96
|
5 6 |
"Deleted files" => "Удалённые файлы", "Restore" => "Восстановить", |
|
31b7f2792
|
7 8 |
"Error" => "Ошибка", "restored" => "восстановлен", |
|
03e52840d
|
9 |
"Nothing in here. Your trash bin is empty!" => "Здесь ничего нет. Ваша корзина пуста!", |
|
31b7f2792
|
10 |
"Name" => "Имя", |
|
31b7f2792
|
11 |
"Deleted" => "Удалён", |
|
6d9380f96
|
12 |
"Delete" => "Удалить" |
|
03e52840d
|
13 |
); |
|
31b7f2792
|
14 |
$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);"; |