blob: 3f8ddfc2235b54df5fb776f60c46972af623c191 (
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" : "Nelze trvale odstranit %s",
"Couldn't restore %s" : "Nelze obnovit %s",
"Deleted files" : "Odstraněné soubory",
"Restore" : "Obnovit",
"Error" : "Chyba",
"restored" : "obnoveno",
"Nothing in here. Your trash bin is empty!" : "Žádný obsah. Váš koš je prázdný.",
"Name" : "Název",
"Deleted" : "Smazáno",
"Delete" : "Smazat"
},
"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;");
|