Blame view

sources/apps/files_trashbin/l10n/uk.php 868 Bytes
03e52840d   Kload   Init
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
  <?php $TRANSLATIONS = array(
  "Couldn't delete %s permanently" => "Неможливо видалити %s назавжди",
  "Couldn't restore %s" => "Неможливо відновити %s",
  "perform restore operation" => "виконати операцію відновлення",
  "delete file permanently" => "видалити файл назавжди",
  "Delete permanently" => "Видалити назавжди",
  "Name" => "Ім'я",
  "Deleted" => "Видалено",
  "1 folder" => "1 папка",
  "{count} folders" => "{count} папок",
  "1 file" => "1 файл",
  "{count} files" => "{count} файлів",
  "Nothing in here. Your trash bin is empty!" => "Нічого немає. Ваший кошик для сміття пустий!",
  "Restore" => "Відновити",
  "Delete" => "Видалити",
  "Deleted Files" => "Видалено Файлів"
  );