diff options
Diffstat (limited to 'apps/files/l10n/cs.js')
-rw-r--r-- | apps/files/l10n/cs.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/files/l10n/cs.js b/apps/files/l10n/cs.js index e71e8044701..0ce3d16a565 100644 --- a/apps/files/l10n/cs.js +++ b/apps/files/l10n/cs.js @@ -178,7 +178,6 @@ OC.L10N.register( "Upload successful" : "Nahrání úspěšné", "\"{displayName}\" action executed successfully" : "akce „{displayName}“ úspěšně vykonána", "\"{displayName}\" action failed" : "akce „{displayName}“ se nezdařila", - "Select the row for {displayName}" : "Vyberte řádek pro {displayName}", "Rename file" : "Přejmenovat soubor", "File name" : "Název souboru", "Folder name" : "Název složky", @@ -196,8 +195,6 @@ OC.L10N.register( "Could not copy {file}. {message}" : "Nepodařilo se zkopírovat {file}. {message}", "Could not move {file}. {message}" : "Nepodařilo se přesunout {file}. {message}", "Total rows summary" : "Celkový souhrn řádek", - "Select all" : "Vybrat vše", - "Unselect all" : "Zrušit výběr všeho", "\"{displayName}\" failed on some elements " : "„{displayName}“ se pro některé prvky nezdařilo", "\"{displayName}\" batch action executed successfully" : "hromadná akce „{displayName}“ úspěšně vykonána", "List of files and folders." : "Seznam souborů a složek.", @@ -298,6 +295,7 @@ OC.L10N.register( "Files and folders you recently modified will show up here." : "Zde budou zobrazeny soubory a složky, které jste nedávno změnili.", "Toggle %1$s sublist" : "Přepnout %1$s podseznam", "No entries found in this folder" : "V této složce nebylo nic nalezeno", + "Select all" : "Vybrat vše", "Upload too large" : "Nahrávaná data jsou příliš objemná", "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Soubory, které se snažíte nahrát, překračují limit velikosti nahrávání na tomto serveru.", "Text file" : "Textový soubor", @@ -315,7 +313,9 @@ OC.L10N.register( "Pending shares" : "Čekající sdílení", "This file has the tag {tag}" : "Tento soubor má štítek {tag}", "This file has the tags {firstTags} and {lastTag}" : "Tento soubor má štítky {firstTags} a {lastTag}", + "Select the row for {displayName}" : "Vyberte řádek pro {displayName}", "Open folder {name}" : "Otevřít složku {name}", + "Unselect all" : "Zrušit výběr všeho", "ascending" : "vzestupně", "descending" : "sestupně", "Sort list by {column} ({direction})" : "Seřadit seznam podle {column} ({direction})", |