diff options
Diffstat (limited to 'apps/files_trashbin/l10n/sk.js')
-rw-r--r-- | apps/files_trashbin/l10n/sk.js | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/apps/files_trashbin/l10n/sk.js b/apps/files_trashbin/l10n/sk.js index f3873479944..5d5a994cc68 100644 --- a/apps/files_trashbin/l10n/sk.js +++ b/apps/files_trashbin/l10n/sk.js @@ -22,11 +22,6 @@ OC.L10N.register( "Name" : "Názov", "Actions" : "Akcie", "Deleted" : "Zmazané", - "Delete" : "Zmazať", - "Error while restoring file from trashbin" : "Chyba pri obnovovaní súboru z koša", - "Error while removing file from trashbin" : "Chyba pri mazaní súboru z koša", - "Error while restoring files from trashbin" : "Chyba pri obnovovaní súborov z koša", - "Error while emptying trashbin" : "Chyba pri vysypávaní koša", - "Error while removing files from trashbin" : "Chyba pri mazaní súborov z koša" + "Delete" : "Zmazať" }, "nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);"); |