nextcloud/apps/files_trashbin/l10n/ru.php

13 lines
553 B
PHP
Raw Normal View History

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