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/files_trashbin/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/files_trashbin/l10n/cs_CZ.js')
-rw-r--r-- | apps/files_trashbin/l10n/cs_CZ.js | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/apps/files_trashbin/l10n/cs_CZ.js b/apps/files_trashbin/l10n/cs_CZ.js deleted file mode 100644 index 712076402f4..00000000000 --- a/apps/files_trashbin/l10n/cs_CZ.js +++ /dev/null @@ -1,21 +0,0 @@ -OC.L10N.register( - "files_trashbin", - { - "Couldn't delete %s permanently" : "Nelze trvale odstranit %s", - "Couldn't restore %s" : "Nelze obnovit %s", - "Deleted files" : "Odstraněné soubory", - "Restore" : "Obnovit", - "Delete" : "Smazat", - "Delete permanently" : "Trvale odstranit", - "Error" : "Chyba", - "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 prosím logy nebo kontaktujte svého správce systému", - "restored" : "obnoveno", - "No deleted files" : "Žádné smazané soubory", - "You will be able to recover deleted files from here" : "Odtud budete moci obnovovat odstraněné soubory", - "No entries found in this folder" : "V tomto adresáři nebylo nic nalezeno", - "Select all" : "Vybrat vše", - "Name" : "Název", - "Deleted" : "Smazáno" -}, -"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"); |