summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/l10n/cs_CZ.js
blob: 6fb38a3e1a74bf7f17682880d6fbce839535d7d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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",
    "Delete permanently" : "Trvale odstranit",
    "Error" : "Chyba",
    "restored" : "obnoveno",
    "No deleted files" : "Žádné smazané soubory",
    "You will be able to recover deleted files from here" : "Odtud budete moci obnovovat odstraněné soubory",
    "Name" : "Název",
    "Deleted" : "Smazáno",
    "Delete" : "Smazat"
},
"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;");