server/apps/files_trashbin/l10n/sk_SK.php

14 lines
473 B
PHP
Raw Normal View History

2013-01-31 23:19:28 +00:00
<?php $TRANSLATIONS = array(
2013-02-08 23:14:08 +00:00
"Couldn't restore %s" => "Nemožno obnoviť %s",
2013-02-04 23:20:29 +00:00
"perform restore operation" => "vykonať obnovu",
2013-02-08 23:14:08 +00:00
"delete file permanently" => "trvalo zmazať súbor",
2013-01-31 23:19:28 +00:00
"Name" => "Meno",
2013-02-04 23:20:29 +00:00
"Deleted" => "Zmazané",
2013-01-31 23:19:28 +00:00
"1 folder" => "1 priečinok",
"{count} folders" => "{count} priečinkov",
"1 file" => "1 súbor",
"{count} files" => "{count} súborov",
2013-02-04 23:20:29 +00:00
"Nothing in here. Your trash bin is empty!" => "Žiadny obsah. Kôš je prázdny!",
2013-01-31 23:19:28 +00:00
"Restore" => "Obnoviť"
);