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.

lv.php 3.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Help" => "Palīdzība",
  4. "Personal" => "Personīgi",
  5. "Settings" => "Iestatījumi",
  6. "Users" => "Lietotāji",
  7. "Admin" => "Administratori",
  8. "Failed to upgrade \"%s\"." => "Kļūda atjauninot \"%s\"",
  9. "web services under your control" => "tīmekļa servisi tavā varā",
  10. "ZIP download is turned off." => "ZIP lejupielādēšana ir izslēgta.",
  11. "Files need to be downloaded one by one." => "Datnes var lejupielādēt tikai katru atsevišķi.",
  12. "Back to Files" => "Atpakaļ pie datnēm",
  13. "Selected files too large to generate zip file." => "Izvēlētās datnes ir pārāk lielas, lai izveidotu zip datni.",
  14. "Application is not enabled" => "Lietotne nav aktivēta",
  15. "Authentication error" => "Autentifikācijas kļūda",
  16. "Token expired. Please reload page." => "Pilnvarai ir beidzies termiņš. Lūdzu, pārlādējiet lapu.",
  17. "Files" => "Datnes",
  18. "Text" => "Teksts",
  19. "Images" => "Attēli",
  20. "%s enter the database username." => "%s ievadiet datubāzes lietotājvārdu.",
  21. "%s enter the database name." => "%s ievadiet datubāzes nosaukumu.",
  22. "%s you may not use dots in the database name" => "%s datubāžu nosaukumos nedrīkst izmantot punktus",
  23. "MS SQL username and/or password not valid: %s" => "Nav derīga MySQL parole un/vai lietotājvārds — %s",
  24. "You need to enter either an existing account or the administrator." => "Jums jāievada vai nu esošs vai administratora konts.",
  25. "DB Error: \"%s\"" => "DB kļūda — “%s”",
  26. "Offending command was: \"%s\"" => "Vainīgā komanda bija “%s”",
  27. "Oracle connection could not be established" => "Nevar izveidot savienojumu ar Oracle",
  28. "Oracle username and/or password not valid" => "Nav derīga Oracle parole un/vai lietotājvārds",
  29. "Offending command was: \"%s\", name: %s, password: %s" => "Vainīgā komanda bija \"%s\", vārds: %s, parole: %s",
  30. "PostgreSQL username and/or password not valid" => "Nav derīga PostgreSQL parole un/vai lietotājvārds",
  31. "Set an admin username." => "Iestatiet administratora lietotājvārdu.",
  32. "Set an admin password." => "Iestatiet administratora paroli.",
  33. "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "Jūsu serveris vēl nav pareizi iestatīts, lai ļautu sinhronizēt datnes, jo izskatās, ka WebDAV saskarne ir salauzta.",
  34. "Please double check the <a href='%s'>installation guides</a>." => "Lūdzu, vēlreiz pārbaudiet <a href='%s'>instalēšanas palīdzību</a>.",
  35. "%s shared »%s« with you" => "%s kopīgots »%s« ar jums",
  36. "Could not find category \"%s\"" => "Nevarēja atrast kategoriju “%s”",
  37. "seconds ago" => "sekundes atpakaļ",
  38. "_%n minute ago_::_%n minutes ago_" => array("","","Pirms %n minūtēm"),
  39. "_%n hour ago_::_%n hours ago_" => array("","","Pirms %n stundām"),
  40. "today" => "šodien",
  41. "yesterday" => "vakar",
  42. "_%n day go_::_%n days ago_" => array("","","Pirms %n dienām"),
  43. "last month" => "pagājušajā mēnesī",
  44. "_%n month ago_::_%n months ago_" => array("","","Pirms %n mēnešiem"),
  45. "last year" => "gājušajā gadā",
  46. "years ago" => "gadus atpakaļ",
  47. "A valid username must be provided" => "Jānorāda derīgs lietotājvārds",
  48. "A valid password must be provided" => "Jānorāda derīga parole",
  49. "The username is already being used" => "Šāds lietotājvārds jau tiek izmantots"
  50. );
  51. $PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);";