server/apps/files_trashbin/l10n/ru.php

13 lines
553 B
PHP
Raw Normal View History

2013-01-31 23:19:28 +00:00
<?php $TRANSLATIONS = array(
2013-02-07 23:13:16 +00:00
"perform restore operation" => "выполнить операцию восстановления",
"delete file permanently" => "удалить файл навсегда",
2013-01-31 23:19:28 +00:00
"Name" => "Имя",
2013-02-07 23:13:16 +00:00
"Deleted" => "Удалён",
2013-01-31 23:19:28 +00:00
"1 folder" => "1 папка",
"{count} folders" => "{count} папок",
"1 file" => "1 файл",
2013-02-07 23:13:16 +00:00
"{count} files" => "{count} файлов",
"Nothing in here. Your trash bin is empty!" => "Здесь ничего нет. Ваша корзина пуста!",
"Restore" => "Восстановить"
2013-01-31 23:19:28 +00:00
);