lt_LT.js 742 B

123456789101112131415161718
  1. OC.L10N.register(
  2. "files_trashbin",
  3. {
  4. "Couldn't delete %s permanently" : "Nepavyko negrįžtamai ištrinti %s",
  5. "Couldn't restore %s" : "Nepavyko atkurti %s",
  6. "Deleted files" : "Ištrinti failai",
  7. "Restore" : "Atstatyti",
  8. "Delete permanently" : "Ištrinti negrįžtamai",
  9. "Error" : "Klaida",
  10. "restored" : "atstatyta",
  11. "No deleted files" : "Nėra ištrintų failų",
  12. "You will be able to recover deleted files from here" : "Jūs galėsite atkurti ištrintus failus iš čia",
  13. "Select all" : "Pažymėti viską",
  14. "Name" : "Pavadinimas",
  15. "Deleted" : "Ištrinti",
  16. "Delete" : "Ištrinti"
  17. },
  18. "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);");