diff options
Diffstat (limited to 'apps/files/l10n/cs.js')
-rw-r--r-- | apps/files/l10n/cs.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/files/l10n/cs.js b/apps/files/l10n/cs.js index 969f48abf73..56cbabed126 100644 --- a/apps/files/l10n/cs.js +++ b/apps/files/l10n/cs.js @@ -169,6 +169,7 @@ OC.L10N.register( "The ownership transfer of {path} from {user} has completed." : "Převedení vlastnictví {path} od {user} dokončeno.", "in %s" : "v %s", "File Management" : "Správa souboru", + "Current directory path" : "Stávající popis umístění složky", "Reload current directory" : "Znovu načíst stávající složku", "Go to the \"{dir}\" directory" : "Přejít do složky „{dir}“", "Drag and drop files here to upload" : "Soubory nahrajete jejich přetažením sem", @@ -223,6 +224,7 @@ OC.L10N.register( "Ownership transfer request sent" : "Žádost o převedení vlastnictví zaslána", "Cannot transfer ownership of a file or folder you do not own" : "Není možné převést vlastnictví souboru či složky, kterých nejste vlastníky", "Select file or folder to link to" : "Vyberte soubor nebo složku na kterou odkazovat", + "Choose file" : "Vyberte soubor", "Choose {file}" : "Zvolit {file}", "Add" : "Přidat", "Loading current folder" : "Načítá se stávající složka", @@ -268,6 +270,7 @@ OC.L10N.register( "A file or folder with that name already exists in this folder" : "V této složce už existuje stejnojmenný soubor či složka", "The files is locked" : "Soubory jsou uzamčené", "The file does not exist anymore" : "Soubor už neexistuje", + "Choose destination" : "Vyberte cíl", "Copy to {target}" : "Zkopírovat do {target}", "Move to {target}" : "Přesunout do {target}", "Cancelled move or copy operation" : "Operace přesunutí či zkopírování zrušena", @@ -278,6 +281,7 @@ OC.L10N.register( "Templates" : "Šablony", "Unable to initialize the templates directory" : "Nepodařilo se vytvořit složku pro šablony", "Created new folder \"{name}\"" : "Vytvořena nová složka „{name}“", + "One of the dropped files could not be processed" : "Jeden z přetažených souborů se nepodařilo zpracovat", "Uploading \"{filename}\" failed" : "Nahrávání „{filename}“ se nezdařilo", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} složka","{folderCount} složky","{folderCount} složek","{folderCount} složky"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} soubor","{fileCount} soubory","{fileCount} souborů","{fileCount} soubory"], |