lv.js 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. OC.L10N.register(
  2. "lib",
  3. {
  4. "Unknown filetype" : "Nezināms datnes tips",
  5. "Invalid image" : "Nederīgs attēls",
  6. "today" : "šodien",
  7. "yesterday" : "vakar",
  8. "last month" : "pagājušajā mēnesī",
  9. "last year" : "gājušajā gadā",
  10. "seconds ago" : "sekundes atpakaļ",
  11. "%s enter the database username." : "%s ievadiet datubāzes lietotājvārdu.",
  12. "%s enter the database name." : "%s ievadiet datubāzes nosaukumu.",
  13. "%s you may not use dots in the database name" : "%s datubāžu nosaukumos nedrīkst izmantot punktus",
  14. "Oracle connection could not be established" : "Nevar izveidot savienojumu ar Oracle",
  15. "Oracle username and/or password not valid" : "Nav derīga Oracle parole un/vai lietotājvārds",
  16. "DB Error: \"%s\"" : "DB kļūda — “%s”",
  17. "Offending command was: \"%s\"" : "Vainīgā komanda bija “%s”",
  18. "You need to enter either an existing account or the administrator." : "Jums jāievada vai nu esošs vai administratora konts.",
  19. "Offending command was: \"%s\", name: %s, password: %s" : "Vainīgā komanda bija \"%s\", vārds: %s, parole: %s",
  20. "PostgreSQL username and/or password not valid" : "Nav derīga PostgreSQL parole un/vai lietotājvārds",
  21. "Set an admin username." : "Iestatiet administratora lietotājvārdu.",
  22. "Set an admin password." : "Iestatiet administratora paroli.",
  23. "%s shared »%s« with you" : "%s kopīgots »%s« ar jums",
  24. "Could not find category \"%s\"" : "Nevarēja atrast kategoriju “%s”",
  25. "Apps" : "Lietotnes",
  26. "A valid username must be provided" : "Jānorāda derīgs lietotājvārds",
  27. "A valid password must be provided" : "Jānorāda derīga parole",
  28. "The username is already being used" : "Šāds lietotājvārds jau tiek izmantots",
  29. "Help" : "Palīdzība",
  30. "Personal" : "Personīgi",
  31. "Users" : "Lietotāji",
  32. "Admin" : "Administratori",
  33. "Recommended" : "Rekomendēts",
  34. "web services under your control" : "tīmekļa servisi tavā varā",
  35. "Application is not enabled" : "Lietotne nav aktivēta",
  36. "Authentication error" : "Autentifikācijas kļūda",
  37. "Token expired. Please reload page." : "Pilnvarai ir beidzies termiņš. Lūdzu, pārlādējiet lapu.",
  38. "Storage not available" : "Glabātuve nav pieejama"
  39. },
  40. "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);");