nextcloud/apps/files_trashbin/l10n/sk_SK.php

18 lines
645 B
PHP
Raw Normal View History

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