lv.php 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Unable to load list from App Store" => "Nevar lejupielādēt sarakstu no lietotņu veikala",
  4. "Authentication error" => "Autentifikācijas kļūda",
  5. "Unable to change display name" => "Nevarēja mainīt redzamo vārdu",
  6. "Group already exists" => "Grupa jau eksistē",
  7. "Unable to add group" => "Nevar pievienot grupu",
  8. "Could not enable app. " => "Nevarēja aktivēt lietotni.",
  9. "Email saved" => "E-pasts tika saglabāts",
  10. "Invalid email" => "Nederīgs epasts",
  11. "Unable to delete group" => "Nevar izdzēst grupu",
  12. "Unable to delete user" => "Nevar izdzēst lietotāju",
  13. "Language changed" => "Valoda tika nomainīta",
  14. "Invalid request" => "Nederīgs vaicājums",
  15. "Admins can't remove themself from the admin group" => "Administratori nevar izņemt paši sevi no administratoru grupas",
  16. "Unable to add user to group %s" => "Nevar pievienot lietotāju grupai %s",
  17. "Unable to remove user from group %s" => "Nevar izņemt lietotāju no grupas %s",
  18. "Couldn't update app." => "Nevarēja atjaunināt lietotni.",
  19. "Update to {appversion}" => "Atjaunināt uz {appversion}",
  20. "Disable" => "Deaktivēt",
  21. "Enable" => "Aktivēt",
  22. "Please wait...." => "Lūdzu, uzgaidiet....",
  23. "Error" => "Kļūda",
  24. "Updating...." => "Atjaunina....",
  25. "Error while updating app" => "Kļūda, atjauninot lietotni",
  26. "Updated" => "Atjaunināta",
  27. "Saving..." => "Saglabā...",
  28. "deleted" => "izdzests",
  29. "undo" => "atsaukt",
  30. "Unable to remove user" => "Nevar izņemt lietotāju",
  31. "Groups" => "Grupas",
  32. "Group Admin" => "Grupas administrators",
  33. "Delete" => "Dzēst",
  34. "add group" => "pievienot grupu",
  35. "A valid username must be provided" => "Jānorāda derīgs lietotājvārds",
  36. "Error creating user" => "Kļūda, veidojot lietotāju",
  37. "A valid password must be provided" => "Jānorāda derīga parole",
  38. "__language_name__" => "__valodas_nosaukums__",
  39. "Security Warning" => "Brīdinājums par drošību",
  40. "Setup Warning" => "Iestatīšanas brīdinājums",
  41. "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.",
  42. "Module 'fileinfo' missing" => "Trūkst modulis “fileinfo”",
  43. "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." => "Trūkst PHP modulis “fileinfo”. Mēs iesakām to aktivēt, lai pēc iespējas labāk noteiktu mime tipus.",
  44. "Locale not working" => "Lokāle nestrādā",
  45. "Internet connection not working" => "Interneta savienojums nedarbojas",
  46. "Cron" => "Cron",
  47. "Execute one task with each page loaded" => "Izpildīt vienu uzdevumu ar katru ielādēto lapu",
  48. "Sharing" => "Dalīšanās",
  49. "Enable Share API" => "Aktivēt koplietošanas API",
  50. "Allow apps to use the Share API" => "Ļauj lietotnēm izmantot koplietošanas API",
  51. "Allow links" => "Atļaut saites",
  52. "Allow users to share items to the public with links" => "Ļaut lietotājiem publiski dalīties ar vienumiem, izmantojot saites",
  53. "Allow resharing" => "Atļaut atkārtotu koplietošanu",
  54. "Allow users to share items shared with them again" => "Ļaut lietotājiem dalīties ar vienumiem atkārtoti",
  55. "Allow users to share with anyone" => "Ļaut lietotājiem dalīties ar visiem",
  56. "Allow users to only share with users in their groups" => "Ļaut lietotājiem dalīties ar lietotājiem to grupās",
  57. "Security" => "Drošība",
  58. "Enforce HTTPS" => "Uzspiest HTTPS",
  59. "Log" => "Žurnāls",
  60. "Log level" => "Žurnāla līmenis",
  61. "More" => "Vairāk",
  62. "Less" => "Mazāk",
  63. "Version" => "Versija",
  64. "Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "Izstrādājusi<a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud kopiena</a>,<a href=\"https://github.com/owncloud\" target=\"_blank\">pirmkodu</a>kurš ir licencēts zem <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>.",
  65. "Add your App" => "Pievieno savu lietotni",
  66. "More Apps" => "Vairāk lietotņu",
  67. "Select an App" => "Izvēlies lietotni",
  68. "See application page at apps.owncloud.com" => "Apskati lietotņu lapu — apps.owncloud.com",
  69. "<span class=\"licence\"></span>-licensed by <span class=\"author\"></span>" => "<span class=\"licence\"></span>-licencēts no <span class=\"author\"></span>",
  70. "Update" => "Atjaunināt",
  71. "User Documentation" => "Lietotāja dokumentācija",
  72. "Administrator Documentation" => "Administratora dokumentācija",
  73. "Online Documentation" => "Tiešsaistes dokumentācija",
  74. "Forum" => "Forums",
  75. "Bugtracker" => "Kļūdu sekotājs",
  76. "Commercial Support" => "Komerciālais atbalsts",
  77. "Get the apps to sync your files" => "Saņem lietotnes, lai sinhronizētu savas datnes",
  78. "Show First Run Wizard again" => "Vēlreiz rādīt pirmās palaišanas vedni",
  79. "You have used <strong>%s</strong> of the available <strong>%s</strong>" => "Jūs lietojat <strong>%s</strong> no pieejamajiem <strong>%s</strong>",
  80. "Password" => "Parole",
  81. "Your password was changed" => "Jūru parole tika nomainīta",
  82. "Unable to change your password" => "Nevar nomainīt jūsu paroli",
  83. "Current password" => "Pašreizējā parole",
  84. "New password" => "Jauna parole",
  85. "Change password" => "Mainīt paroli",
  86. "Display Name" => "Redzamais vārds",
  87. "Email" => "E-pasts",
  88. "Your email address" => "Jūsu e-pasta adrese",
  89. "Fill in an email address to enable password recovery" => "Ievadiet e-pasta adresi, lai vēlāk varētu atgūt paroli, ja būs nepieciešamība",
  90. "Language" => "Valoda",
  91. "Help translate" => "Palīdzi tulkot",
  92. "WebDAV" => "WebDAV",
  93. "Login Name" => "Ierakstīšanās vārds",
  94. "Create" => "Izveidot",
  95. "Default Storage" => "Noklusējuma krātuve",
  96. "Unlimited" => "Neierobežota",
  97. "Other" => "Cits",
  98. "Username" => "Lietotājvārds",
  99. "Storage" => "Krātuve",
  100. "change display name" => "mainīt redzamo vārdu",
  101. "set new password" => "iestatīt jaunu paroli",
  102. "Default" => "Noklusējuma"
  103. );
  104. $PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);";