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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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. "cannot open \"%s\"" => "Nevar atvērt \"%s\"",
  11. "ZIP download is turned off." => "ZIP lejupielādēšana ir izslēgta.",
  12. "Files need to be downloaded one by one." => "Datnes var lejupielādēt tikai katru atsevišķi.",
  13. "Back to Files" => "Atpakaļ pie datnēm",
  14. "Selected files too large to generate zip file." => "Izvēlētās datnes ir pārāk lielas, lai izveidotu zip datni.",
  15. "Download the files in smaller chunks, seperately or kindly ask your administrator." => "Lejupielādējiet savus failus mazākās daļās, atsevišķi vai palūdziet tos administratoram.",
  16. "Application is not enabled" => "Lietotne nav aktivēta",
  17. "Authentication error" => "Autentifikācijas kļūda",
  18. "Token expired. Please reload page." => "Pilnvarai ir beidzies termiņš. Lūdzu, pārlādējiet lapu.",
  19. "Files" => "Datnes",
  20. "Text" => "Teksts",
  21. "Images" => "Attēli",
  22. "%s enter the database username." => "%s ievadiet datubāzes lietotājvārdu.",
  23. "%s enter the database name." => "%s ievadiet datubāzes nosaukumu.",
  24. "%s you may not use dots in the database name" => "%s datubāžu nosaukumos nedrīkst izmantot punktus",
  25. "MS SQL username and/or password not valid: %s" => "Nav derīga MySQL parole un/vai lietotājvārds — %s",
  26. "You need to enter either an existing account or the administrator." => "Jums jāievada vai nu esošs vai administratora konts.",
  27. "MySQL username and/or password not valid" => "Nav derīga MySQL parole un/vai lietotājvārds",
  28. "DB Error: \"%s\"" => "DB kļūda — “%s”",
  29. "Offending command was: \"%s\"" => "Vainīgā komanda bija “%s”",
  30. "MySQL user '%s'@'localhost' exists already." => "MySQL lietotājs %s'@'localhost' jau eksistē.",
  31. "Drop this user from MySQL" => "Izmest šo lietotāju no MySQL",
  32. "MySQL user '%s'@'%%' already exists" => "MySQL lietotājs '%s'@'%%' jau eksistē",
  33. "Drop this user from MySQL." => "Izmest šo lietotāju no MySQL.",
  34. "Oracle connection could not be established" => "Nevar izveidot savienojumu ar Oracle",
  35. "Oracle username and/or password not valid" => "Nav derīga Oracle parole un/vai lietotājvārds",
  36. "Offending command was: \"%s\", name: %s, password: %s" => "Vainīgā komanda bija \"%s\", vārds: %s, parole: %s",
  37. "PostgreSQL username and/or password not valid" => "Nav derīga PostgreSQL parole un/vai lietotājvārds",
  38. "Set an admin username." => "Iestatiet administratora lietotājvārdu.",
  39. "Set an admin password." => "Iestatiet administratora paroli.",
  40. "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.",
  41. "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>.",
  42. "seconds ago" => "sekundes atpakaļ",
  43. "_%n minute ago_::_%n minutes ago_" => array("","","Pirms %n minūtēm"),
  44. "_%n hour ago_::_%n hours ago_" => array("","","Pirms %n stundām"),
  45. "today" => "šodien",
  46. "yesterday" => "vakar",
  47. "_%n day go_::_%n days ago_" => array("","","Pirms %n dienām"),
  48. "last month" => "pagājušajā mēnesī",
  49. "_%n month ago_::_%n months ago_" => array("","","Pirms %n mēnešiem"),
  50. "last year" => "gājušajā gadā",
  51. "years ago" => "gadus atpakaļ",
  52. "Caused by:" => "Cēlonis:",
  53. "Could not find category \"%s\"" => "Nevarēja atrast kategoriju “%s”"
  54. );
  55. $PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);";