nextcloud/apps/files_trashbin/l10n/sk_SK.php

12 lines
370 B
PHP
Raw Normal View History

2013-02-01 03:19:28 +04:00
<?php $TRANSLATIONS = array(
2013-02-05 03:20:29 +04:00
"perform restore operation" => "vykonať obnovu",
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-01 03:19:28 +04:00
"Restore" => "Obnoviť"
);