You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

lt_LT.php 591B

123456789101112131415
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Couldn't delete %s permanently" => "Nepavyko negrįžtamai ištrinti %s",
  4. "Couldn't restore %s" => "Nepavyko atkurti %s",
  5. "Deleted files" => "Ištrinti failai",
  6. "Error" => "Klaida",
  7. "Deleted Files" => "Ištrinti failai",
  8. "restored" => "atstatyta",
  9. "Nothing in here. Your trash bin is empty!" => "Nieko nėra. Jūsų šiukšliadėžė tuščia!",
  10. "Name" => "Pavadinimas",
  11. "Restore" => "Atstatyti",
  12. "Deleted" => "Ištrinti",
  13. "Delete" => "Ištrinti"
  14. );
  15. $PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);";