diff options
Diffstat (limited to 'apps/files/l10n/cs.js')
-rw-r--r-- | apps/files/l10n/cs.js | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/apps/files/l10n/cs.js b/apps/files/l10n/cs.js index bfede8d62a0..cab80c03348 100644 --- a/apps/files/l10n/cs.js +++ b/apps/files/l10n/cs.js @@ -180,7 +180,7 @@ OC.L10N.register( "Toggle selection for file \"{displayName}\"" : "Vybrat / zrušit výběr souboru „{displayName}“", "Toggle selection for folder \"{displayName}\"" : "Vybrat / zrušit výběr složky „{displayName}“", "Rename file" : "Přejmenovat soubor", - "File name" : "Název souboru", + "Filename" : "Soubor", "Folder name" : "Název složky", "This node is unavailable" : "Tento uzel není k dispozici", "Download file {name}" : "Stáhnout soubor {name}", @@ -206,10 +206,6 @@ OC.L10N.register( "Could not refresh storage stats" : "Nedaří se znovu načíst statistiky úložiště", "Your storage is full, files can not be updated or synced anymore!" : "Vaše úložiště je plné – soubory už proto nelze aktualizovat ani synchronizovat!", "Create" : "Vytvořit", - "A file or folder with that name already exists." : "Stejně nazvaný soubor nebo složka už existuje.", - "Invalid file name" : "Neplatný název souboru", - "\"{char}\" is not allowed inside a file name." : "„{char}“ není povolený znak v názvu souboru.", - "\"{name}\" is not an allowed filetype." : "„{name}“ není dovoleným typem souboru.", "Submit" : "Odeslat", "Transfer ownership of a file or folder" : "Převést vlastnictví souboru či složky", "Choose file or folder to transfer" : "Zvolte soubor nebo složku k převedení", @@ -298,7 +294,6 @@ OC.L10N.register( "Folders" : "Složky", "Videos" : "Videa", "Created new folder \"{name}\"" : "Vytvořena nová složka „{name}“", - "Filename" : "Soubor", "Unable to initialize the templates directory" : "Nepodařilo se vytvořit složku pro šablony", "Create new templates folder" : "Vytvořit novou složku šablon", "Templates" : "Šablony", @@ -368,9 +363,14 @@ OC.L10N.register( "Shared with you" : "Sdíleno s vámi", "Deleted shares" : "Smazaná sdílení", "Pending shares" : "Čekající sdílení", + "File name" : "Název souboru", + "\"{char}\" is not allowed inside a file name." : "„{char}“ není povolený znak v názvu souboru.", + "\"{name}\" is not an allowed filetype." : "„{name}“ není dovoleným typem souboru.", "{newName} already exists." : "{newName} už existuje.", "Name cannot be empty" : "Je třeba zadat název", "Another entry with the same name already exists" : "Už existuje jiná položka se stejným názevm", + "A file or folder with that name already exists." : "Stejně nazvaný soubor nebo složka už existuje.", + "Invalid file name" : "Neplatný název souboru", "The files is locked" : "Soubory jsou uzamčené" }, "nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"); |