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 960B

123456789101112131415161718
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Shared by {owner}" => "Bendrina {owner}",
  4. "Shared by" => "Dalinasi",
  5. "This share is password-protected" => "Turinys apsaugotas slaptažodžiu",
  6. "The password is wrong. Try again." => "Netinka slaptažodis: Bandykite dar kartą.",
  7. "Password" => "Slaptažodis",
  8. "Name" => "Pavadinimas",
  9. "Sorry, this link doesn’t seem to work anymore." => "Atleiskite, panašu, kad nuoroda yra neveiksni.",
  10. "Reasons might be:" => "Galimos priežastys:",
  11. "the item was removed" => "elementas buvo pašalintas",
  12. "the link expired" => "baigėsi nuorodos galiojimo laikas",
  13. "sharing is disabled" => "dalinimasis yra išjungtas",
  14. "For more info, please ask the person who sent this link." => "Dėl tikslesnės informacijos susisiekite su asmeniu atsiuntusiu nuorodą.",
  15. "Download" => "Atsisiųsti",
  16. "Direct link" => "Tiesioginė nuoroda"
  17. );
  18. $PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);";