diff options
Diffstat (limited to 'apps/workflowengine')
-rw-r--r-- | apps/workflowengine/l10n/cs.js | 3 | ||||
-rw-r--r-- | apps/workflowengine/l10n/cs.json | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/apps/workflowengine/l10n/cs.js b/apps/workflowengine/l10n/cs.js index 58f4425d9e0..64abd8f297a 100644 --- a/apps/workflowengine/l10n/cs.js +++ b/apps/workflowengine/l10n/cs.js @@ -29,6 +29,7 @@ OC.L10N.register( "Operation %s is invalid" : "Operace %s není platná", "Check %s does not exist" : "Kontrola %s neexistuje", "Check %s is invalid" : "Kontrola %s je neplatná", + "Check %s is not allowed with this entity" : "Zaškrtnutí %s není u této entity povoleno", "Check #%s does not exist" : "Kontrola č. %s neexistuje", "Check %s is invalid or does not exist" : "Kontrola %s je neplatná, nebo neexistuje", "Workflows" : "Pracovní postupy", @@ -51,10 +52,12 @@ OC.L10N.register( "Files WebDAV" : "Soubory WebDAV", "Others" : "Ostatní", "Custom URL" : "Uživatelsky určená URL", + "Select a user agent" : "Vyberte user agent", "Android client" : "Android klient", "iOS client" : "iOS klient", "Desktop client" : "Desktopový klient", "Thunderbird & Outlook addons" : "Doplňky pro Thunderbird a Outlook", + "Custom user agent" : "Uživatelem určený user agent", "When" : "Kdy", "and" : "a", "Cancel" : "Storno", diff --git a/apps/workflowengine/l10n/cs.json b/apps/workflowengine/l10n/cs.json index b5a633e9b2b..2d78e03739b 100644 --- a/apps/workflowengine/l10n/cs.json +++ b/apps/workflowengine/l10n/cs.json @@ -27,6 +27,7 @@ "Operation %s is invalid" : "Operace %s není platná", "Check %s does not exist" : "Kontrola %s neexistuje", "Check %s is invalid" : "Kontrola %s je neplatná", + "Check %s is not allowed with this entity" : "Zaškrtnutí %s není u této entity povoleno", "Check #%s does not exist" : "Kontrola č. %s neexistuje", "Check %s is invalid or does not exist" : "Kontrola %s je neplatná, nebo neexistuje", "Workflows" : "Pracovní postupy", @@ -49,10 +50,12 @@ "Files WebDAV" : "Soubory WebDAV", "Others" : "Ostatní", "Custom URL" : "Uživatelsky určená URL", + "Select a user agent" : "Vyberte user agent", "Android client" : "Android klient", "iOS client" : "iOS klient", "Desktop client" : "Desktopový klient", "Thunderbird & Outlook addons" : "Doplňky pro Thunderbird a Outlook", + "Custom user agent" : "Uživatelem určený user agent", "When" : "Kdy", "and" : "a", "Cancel" : "Storno", |