nextcloud/apps/files_trashbin/l10n/sk_SK.php

12 lines
370 B
PHP

<?php $TRANSLATIONS = array(
"perform restore operation" => "vykonať obnovu",
"Name" => "Meno",
"Deleted" => "Zmazané",
"1 folder" => "1 priečinok",
"{count} folders" => "{count} priečinkov",
"1 file" => "1 súbor",
"{count} files" => "{count} súborov",
"Nothing in here. Your trash bin is empty!" => "Žiadny obsah. Kôš je prázdny!",
"Restore" => "Obnoviť"
);