Blame view

sources/apps/files_trashbin/l10n/cs_CZ.php 641 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" => "Nelze trvale odstranit %s",
  "Couldn't restore %s" => "Nelze obnovit %s",
  "perform restore operation" => "provést obnovu",
  "delete file permanently" => "trvale odstranit soubor",
  "Delete permanently" => "Trvale odstranit",
  "Name" => "Název",
  "Deleted" => "Smazáno",
  "1 folder" => "1 složka",
  "{count} folders" => "{count} složky",
  "1 file" => "1 soubor",
  "{count} files" => "{count} soubory",
  "Nothing in here. Your trash bin is empty!" => "Žádný obsah. Váš koš je prázdný.",
  "Restore" => "Obnovit",
  "Delete" => "Smazat",
  "Deleted Files" => "Smazané soubory"
  );