diff options
author | rakekniven <2069590+rakekniven@users.noreply.github.com> | 2022-01-09 22:01:52 +0100 |
---|---|---|
committer | rakekniven <2069590+rakekniven@users.noreply.github.com> | 2022-01-09 22:01:52 +0100 |
commit | a47d23c1e4b1493b9867878e27a2a3c40562be77 (patch) | |
tree | d254de61838583629e0b101bae5dcfda893c87d4 /apps/workflowengine/l10n/cs_CZ.js | |
parent | 9824104de5532fc2f1b71f7afdc1efd827bd1117 (diff) | |
download | nextcloud-server-a47d23c1e4b1493b9867878e27a2a3c40562be77.tar.gz nextcloud-server-a47d23c1e4b1493b9867878e27a2a3c40562be77.zip |
Removed obselete language files
Those files are remnants of old languages after renaming, mapping or deleting.
Fix for #30501
Related to https://github.com/nextcloud/docker-ci/issues/341
Diffstat (limited to 'apps/workflowengine/l10n/cs_CZ.js')
-rw-r--r-- | apps/workflowengine/l10n/cs_CZ.js | 71 |
1 files changed, 0 insertions, 71 deletions
diff --git a/apps/workflowengine/l10n/cs_CZ.js b/apps/workflowengine/l10n/cs_CZ.js deleted file mode 100644 index 68c6e7225d9..00000000000 --- a/apps/workflowengine/l10n/cs_CZ.js +++ /dev/null @@ -1,71 +0,0 @@ -OC.L10N.register( - "workflowengine", - { - "Successfully saved" : "Úspěšně uloženo", - "Saving failed:" : "Ukládání selhalo:", - "File mime type" : "Mime typ souboru", - "is" : "je", - "is not" : "není", - "matches" : "odpovídá", - "does not match" : "neodpovídá", - "Example: {placeholder}" : "Příklad: {placeholder}", - "File size (upload)" : "Velikost souboru (nahráno)", - "less" : "menší", - "less or equals" : "menší nebo rovno", - "greater or equals" : "větší nebo rovno", - "greater" : "větší", - "File system tag" : "Štítek souborového systému", - "is tagged with" : "je označen", - "is not tagged with" : "není označen", - "Select tag…" : "vybrat značku…", - "Request remote address" : "Vzdálená adresa požadavku", - "matches IPv4" : "odpovídá IPv4", - "does not match IPv4" : "neodpovídá IPv4", - "matches IPv6" : "odpovídá IPv6", - "does not match IPv6" : "neodpovídá IPv6", - "Request time" : "Čas požadavku", - "between" : "mezi", - "not between" : "není mezi", - "Start" : "Začátek", - "End" : "Konec", - "Select timezone…" : "Vybrat časové pásmo…", - "Request URL" : "URL požadavku", - "Predefined URLs" : "Předdefinované URL", - "Files WebDAV" : "Soubory WebDAV", - "Request user agent" : "User agent požadavku", - "Sync clients" : "Synchronizační klienti", - "Android client" : "Android klient", - "iOS client" : "iOS klient", - "Desktop client" : "Desktopový klient", - "User group membership" : "Členství ve skupině uživatelů", - "is member of" : "je členem", - "is not member of" : "není členem", - "The given operator is invalid" : "Zadaný operátor je neplatný", - "The given regular expression is invalid" : "Zadaný regulární výraz je neplatný", - "The given file size is invalid" : "Zadaná velikost souboru je neplatná", - "The given tag id is invalid" : "Zadané id značky je neplatné", - "The given IP range is invalid" : "Zadaný rozsah IP je neplatný", - "The given IP range is not valid for IPv4" : "Zadaný rozsah IP je pro IPv4 neplatný", - "The given IP range is not valid for IPv6" : "Zadaný IP rozsah není pro IPv6 platný", - "The given time span is invalid" : "Zadaný časový rozsah je neplatný", - "The given start time is invalid" : "Zadaný počáteční čas je neplatný", - "The given end time is invalid" : "Zadaný koncový čas je neplatný", - "The given group does not exist" : "Zadaná skupina neexistuje", - "Check %s is invalid or does not exist" : "Kontrola %s je neplatná, nebo neexistuje", - "Operation #%s does not exist" : "Operace #%s neexistuje", - "Operation %s does not exist" : "Operace %s neexistuje", - "Operation %s is invalid" : "Operace %s je neplatná", - "Check %s does not exist" : "Kontrola %s neexistuje", - "Check %s is invalid" : "Kontrola %s je neplatná", - "Check #%s does not exist" : "Kontrola #%s neexistuje", - "Workflow" : "Postup práce", - "Open documentation" : "Otevřít dokumentaci", - "Add rule group" : "Přidat skupinu pravidel", - "Short rule description" : "Krátký popis pravidla", - "Add rule" : "Přidat pravidlo", - "Reset" : "Obnovit", - "Save" : "Uložit", - "Saving…" : "Ukládání…", - "Loading…" : "Načítání…" -}, -"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"); |