diff options
Diffstat (limited to 'apps/files/l10n/cs.json')
-rw-r--r-- | apps/files/l10n/cs.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/files/l10n/cs.json b/apps/files/l10n/cs.json index 7685585dc1d..6ff535bbc4d 100644 --- a/apps/files/l10n/cs.json +++ b/apps/files/l10n/cs.json @@ -70,7 +70,6 @@ "_%n file_::_%n files_" : ["%n soubor","%n soubory","%n souborů","%n soubory"], "{dirs} and {files}" : "{dirs} a {files}", "_including %n hidden_::_including %n hidden_" : ["včetně %n skrytého","včetně %n skrytých","včetně %n skrytých","včetně %n skrytých"], - "You don’t have permission to upload or create files here" : "Nemáte oprávnění sem nahrávat nebo zde vytvářet soubory", "_Uploading %n file_::_Uploading %n files_" : ["Nahrává se %n soubor","Nahrávají se %n soubory","Nahrává se %n souborů","Nahrávají se %n soubory"], "New" : "Nový", "Select file range" : "Vybrat rozsah souborů", @@ -169,7 +168,6 @@ "Transfer {path} to {userid}" : "Převést {path} na {userid}", "Invalid path selected" : "Vybrán neplatný popis umístění", "Ownership transfer request sent" : "Žádost o převedení vlastnictví zaslána", - "Cannot transfer ownership of a file or folder you don't own" : "Není možné převést vlastnictví souboru či složky, které nejste vlastníky", "Tags" : "Značky", "Unable to change the favourite state of the file" : "Nedaří se změnit stav „oblíbené“ souboru", "Error while loading the file data" : "Chyba při načítání dat souboru", @@ -210,6 +208,8 @@ "Pending shares" : "Čekající sdílení", "Text file" : "Textový soubor", "New text file.txt" : "Nový textový soubor.txt", - "Select" : "Vybrat" + "Select" : "Vybrat", + "You don’t have permission to upload or create files here" : "Nemáte oprávnění sem nahrávat nebo zde vytvářet soubory", + "Cannot transfer ownership of a file or folder you don't own" : "Není možné převést vlastnictví souboru či složky, které nejste vlastníky" },"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;" }
\ No newline at end of file |