blob: 9069b4ea509b0ee4a6e986c801a4d2ab81006007 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
OC.L10N.register(
"files_trashbin",
{
"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ť"
},
"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;");
|