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 1.2KB

123456789101112131415161718192021222324252627
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Location" => "Vieta",
  4. "URL" => "URL",
  5. "Username" => "Prisijungimo vardas",
  6. "Password" => "Slaptažodis",
  7. "Share" => "Dalintis",
  8. "Access granted" => "Priėjimas suteiktas",
  9. "Error configuring Dropbox storage" => "Klaida nustatinėjant Dropbox talpyklą",
  10. "Grant access" => "Suteikti priėjimą",
  11. "Please provide a valid Dropbox app key and secret." => "Prašome įvesti teisingus Dropbox \"app key\" ir \"secret\".",
  12. "Error configuring Google Drive storage" => "Klaida nustatinėjant Google Drive talpyklą",
  13. "External Storage" => "Išorinės saugyklos",
  14. "Folder name" => "Katalogo pavadinimas",
  15. "External storage" => "Išorinė saugykla",
  16. "Configuration" => "Konfigūracija",
  17. "Options" => "Nustatymai",
  18. "Add storage" => "Pridėti saugyklą",
  19. "All Users" => "Visi vartotojai",
  20. "Groups" => "Grupės",
  21. "Users" => "Vartotojai",
  22. "Delete" => "Ištrinti",
  23. "Enable User External Storage" => "Įjungti vartotojų išorines saugyklas",
  24. "SSL root certificates" => "SSL sertifikatas",
  25. "Import Root Certificate" => "Įkelti pagrindinį sertifikatą"
  26. );
  27. $PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);";