diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-09-29 00:12:16 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-09-29 00:12:16 +0000 |
commit | 73aabbd3c01601a81cedff36d181c4a674d68d8a (patch) | |
tree | acd270cd4ba4771574579c07a334981dcc516319 /apps/files_trashbin/l10n/cs.js | |
parent | b7bd6bd68250612d975b63fcfbb0865224c93d7c (diff) | |
download | nextcloud-server-73aabbd3c01601a81cedff36d181c4a674d68d8a.tar.gz nextcloud-server-73aabbd3c01601a81cedff36d181c4a674d68d8a.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_trashbin/l10n/cs.js')
-rw-r--r-- | apps/files_trashbin/l10n/cs.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/files_trashbin/l10n/cs.js b/apps/files_trashbin/l10n/cs.js index ca9b1b0fd40..94fd77ea256 100644 --- a/apps/files_trashbin/l10n/cs.js +++ b/apps/files_trashbin/l10n/cs.js @@ -1,13 +1,10 @@ OC.L10N.register( "files_trashbin", { - "Couldn't delete %s permanently" : "%s se nedaří natrvalo smazat", - "Couldn't restore %s" : "%s se nedaří obnovit", "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 záznamy událostí nebo se obraťte na správce", "restored" : "obnoveno", @@ -19,6 +16,9 @@ OC.L10N.register( "Select all" : "Vybrat vše", "Name" : "Název", "Actions" : "Akce", - "Deleted" : "Smazáno" + "Deleted" : "Smazáno", + "Couldn't delete %s permanently" : "%s se nedaří natrvalo smazat", + "Couldn't restore %s" : "%s se nedaří obnovit", + "Error" : "Chyba" }, "nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"); |