lt_LT.js 1.1 KB

123456789101112131415161718192021
  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" : "Ištrinti",
  9. "Delete permanently" : "Ištrinti negrįžtamai",
  10. "Error" : "Klaida",
  11. "This operation is forbidden" : "Ši operacija yra uždrausta",
  12. "This directory is unavailable, please check the logs or contact the administrator" : "Katalogas nepasiekiamas, prašome peržiūrėti žurnalo įrašus arba susisiekti su administratoriumi",
  13. "restored" : "atstatyta",
  14. "No deleted files" : "Nėra ištrintų failų",
  15. "You will be able to recover deleted files from here" : "Jūs galėsite atkurti ištrintus failus iš čia",
  16. "No entries found in this folder" : "Nerasta įrašų šiame aplanke",
  17. "Select all" : "Pažymėti viską",
  18. "Name" : "Pavadinimas",
  19. "Deleted" : "Ištrinti"
  20. },
  21. "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);");