lt_LT.js 1.4 KB

123456789101112131415161718192021222324
  1. OC.L10N.register(
  2. "files_trashbin",
  3. {
  4. "Deleted files" : "Ištrinti failai",
  5. "restored" : "atkurta",
  6. "Restore" : "Atkurti",
  7. "Delete permanently" : "Ištrinti negrįžtamai",
  8. "Error while restoring file from trashbin" : "Klaida atkuriant failą iš šiukšlinės",
  9. "Error while removing file from trashbin" : "Klaida šalinant failą iš šiukšlinės",
  10. "Error while restoring files from trashbin" : "Klaida atkuriant failus iš šiukšlinės",
  11. "Error while emptying trashbin" : "Klaida išvalant šiukšlinę",
  12. "Error while removing files from trashbin" : "Klaida šalinant failus iš šiukšlinės",
  13. "This operation is forbidden" : "Ši operacija yra uždrausta",
  14. "This directory is unavailable, please check the logs or contact the administrator" : "Katalogas neprieinamas, prašome peržiūrėti žurnalo įrašus arba susisiekti su administratoriumi",
  15. "No deleted files" : "Jokių ištrintų failų",
  16. "You will be able to recover deleted files from here" : "Čia galėsite atkurti ištrintus failus ",
  17. "No entries found in this folder" : "Šiame aplanke įrašų nerasta",
  18. "Select all" : "Pažymėti viską",
  19. "Name" : "Pavadinimas",
  20. "Actions" : "Veiksmai",
  21. "Deleted" : "Ištrinta",
  22. "Delete" : "Ištrinti"
  23. },
  24. "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);");