diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/l10n/cs.js | 2 | ||||
-rw-r--r-- | core/l10n/cs.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/core/l10n/cs.js b/core/l10n/cs.js index e262983837f..e688bbef5a5 100644 --- a/core/l10n/cs.js +++ b/core/l10n/cs.js @@ -6,7 +6,7 @@ OC.L10N.register( "The selected file is not an image." : "Vybraný soubor není obrázek.", "The selected file cannot be read." : "Vybraný soubor nelze přečíst.", "Invalid file provided" : "Zadán neplatný soubor", - "No image or file provided" : "Soubor nebo obrázek nebyl zadán", + "No image or file provided" : "Nebyl poskytnut žádný obrázek nebo soubor", "Unknown filetype" : "Neznámý typ souboru", "Invalid image" : "Neplatný obrázek", "An error occurred. Please contact your admin." : "Došlo k chybě. Kontaktujte svého správce.", diff --git a/core/l10n/cs.json b/core/l10n/cs.json index ff1409699b6..314aa90f0df 100644 --- a/core/l10n/cs.json +++ b/core/l10n/cs.json @@ -4,7 +4,7 @@ "The selected file is not an image." : "Vybraný soubor není obrázek.", "The selected file cannot be read." : "Vybraný soubor nelze přečíst.", "Invalid file provided" : "Zadán neplatný soubor", - "No image or file provided" : "Soubor nebo obrázek nebyl zadán", + "No image or file provided" : "Nebyl poskytnut žádný obrázek nebo soubor", "Unknown filetype" : "Neznámý typ souboru", "Invalid image" : "Neplatný obrázek", "An error occurred. Please contact your admin." : "Došlo k chybě. Kontaktujte svého správce.", |