diff options
Diffstat (limited to 'apps/files_trashbin/l10n/cs.js')
-rw-r--r-- | apps/files_trashbin/l10n/cs.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/files_trashbin/l10n/cs.js b/apps/files_trashbin/l10n/cs.js index 37e37cfa8d3..d14057dc4ad 100644 --- a/apps/files_trashbin/l10n/cs.js +++ b/apps/files_trashbin/l10n/cs.js @@ -27,7 +27,6 @@ OC.L10N.register( "Error while removing file from trashbin" : "Chyba při odebírání souboru z Koše", "Error while restoring files from trashbin" : "Chyba při obnovování souborů z Koše", "Error while emptying trashbin" : "Chyba při vyprazdňování Koše", - "Error while removing files from trashbin" : "Chyba při odebírání souborů z Koše", - "Deleted files and folders in the trash bin" : "Smazané soubory a složky v koši" + "Error while removing files from trashbin" : "Chyba při odebírání souborů z Koše" }, "nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"); |