diff options
Diffstat (limited to 'apps/files_trashbin/l10n/lt_LT.js')
-rw-r--r-- | apps/files_trashbin/l10n/lt_LT.js | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/apps/files_trashbin/l10n/lt_LT.js b/apps/files_trashbin/l10n/lt_LT.js index e52b18601c0..a4e7a4e2bd4 100644 --- a/apps/files_trashbin/l10n/lt_LT.js +++ b/apps/files_trashbin/l10n/lt_LT.js @@ -19,9 +19,6 @@ OC.L10N.register( "Name" : "Pavadinimas", "Actions" : "Veiksmai", "Deleted" : "Ištrinta", - "Delete" : "Ištrinti", - "Couldn't delete %s permanently" : "Nepavyko negrįžtamai ištrinti %s", - "Couldn't restore %s" : "Nepavyko atkurti %s", - "Error" : "Klaida" + "Delete" : "Ištrinti" }, "nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);"); |