summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/l10n/sk_SK.php
blob: 7588b555d96f4d35281e42616df9c5e63d9a2a00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php
$TRANSLATIONS = array(
"Couldn't delete %s permanently" => "Nemožno zmazať %s navždy",
"Couldn't restore %s" => "Nemožno obnoviť %s",
"Deleted files" => "Zmazané súbory",
"Restore" => "Obnoviť",
"Error" => "Chyba",
"restored" => "obnovené",
"Nothing in here. Your trash bin is empty!" => "Žiadny obsah. Kôš je prázdny!",
"Name" => "Názov",
"Deleted" => "Zmazané",
"Delete" => "Zmazať"
);
$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;";