diff options
Diffstat (limited to 'apps/files/l10n/cs.js')
-rw-r--r-- | apps/files/l10n/cs.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/files/l10n/cs.js b/apps/files/l10n/cs.js index 5e6cfb76ba6..72176c2c116 100644 --- a/apps/files/l10n/cs.js +++ b/apps/files/l10n/cs.js @@ -265,6 +265,13 @@ OC.L10N.register( "Files moved successfully" : "Soubory úspěšně přesunuty", "Conflicts resolution skipped" : "Řešení kolizí přeskočeno", "Upload cancelled" : "Nahrávání zrušen", + "Adding the file extension \"{new}\" may render the file unreadable." : "Přidání přípony souboru „{new}“ může soubor znečitelnit.", + "Removing the file extension \"{old}\" may render the file unreadable." : "Odebrání přípony souboru „{old}“ může soubor znečitelnit.", + "Changing the file extension from \"{old}\" to \"{new}\" may render the file unreadable." : "Změna přípony souboru z „{old}“ na „{new}“ může soubor znečitelnit.", + "Change file extension" : "Změnit příponu souboru", + "Keep {oldextension}" : "Ponechat {oldextension}", + "Use {newextension}" : "Použít {newextension}", + "Remove extension" : "Odebrat příponu", "This operation is forbidden" : "Tato operace je zakázána", "This directory is unavailable, please check the logs or contact the administrator" : "Tento adresář není dostupný, zkontrolujte záznamy událostí nebo se obraťte na správce", "Storage is temporarily not available" : "Úložiště je dočasně nedostupné", |