diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2014-10-17 14:20:02 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2014-10-29 10:13:50 +0100 |
commit | 9f7c571e401b5a1a59c0ae9faa119da98aa4a184 (patch) | |
tree | 2d52fc7f9dd9b507e38fb4f4e373e0f7a0a9f9fb /lib/l10n/lv.js | |
parent | 2f19de11e4c77b0f9195c3868960d8105541359f (diff) | |
download | nextcloud-server-9f7c571e401b5a1a59c0ae9faa119da98aa4a184.tar.gz nextcloud-server-9f7c571e401b5a1a59c0ae9faa119da98aa4a184.zip |
update all translation files to js and json
Diffstat (limited to 'lib/l10n/lv.js')
-rw-r--r-- | lib/l10n/lv.js | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/lib/l10n/lv.js b/lib/l10n/lv.js new file mode 100644 index 00000000000..666d2e9d5f6 --- /dev/null +++ b/lib/l10n/lv.js @@ -0,0 +1,42 @@ +OC.L10N.register( + "lib", + { + "Help" : "Palīdzība", + "Personal" : "Personīgi", + "Settings" : "Iestatījumi", + "Users" : "Lietotāji", + "Admin" : "Administratori", + "web services under your control" : "tīmekļa servisi tavā varā", + "Application is not enabled" : "Lietotne nav aktivēta", + "Authentication error" : "Autentifikācijas kļūda", + "Token expired. Please reload page." : "Pilnvarai ir beidzies termiņš. Lūdzu, pārlādējiet lapu.", + "%s enter the database username." : "%s ievadiet datubāzes lietotājvārdu.", + "%s enter the database name." : "%s ievadiet datubāzes nosaukumu.", + "%s you may not use dots in the database name" : "%s datubāžu nosaukumos nedrīkst izmantot punktus", + "MS SQL username and/or password not valid: %s" : "Nav derīga MySQL parole un/vai lietotājvārds — %s", + "You need to enter either an existing account or the administrator." : "Jums jāievada vai nu esošs vai administratora konts.", + "DB Error: \"%s\"" : "DB kļūda — “%s”", + "Offending command was: \"%s\"" : "Vainīgā komanda bija “%s”", + "Oracle connection could not be established" : "Nevar izveidot savienojumu ar Oracle", + "Oracle username and/or password not valid" : "Nav derīga Oracle parole un/vai lietotājvārds", + "Offending command was: \"%s\", name: %s, password: %s" : "Vainīgā komanda bija \"%s\", vārds: %s, parole: %s", + "PostgreSQL username and/or password not valid" : "Nav derīga PostgreSQL parole un/vai lietotājvārds", + "Set an admin username." : "Iestatiet administratora lietotājvārdu.", + "Set an admin password." : "Iestatiet administratora paroli.", + "%s shared »%s« with you" : "%s kopīgots »%s« ar jums", + "Could not find category \"%s\"" : "Nevarēja atrast kategoriju “%s”", + "seconds ago" : "sekundes atpakaļ", + "_%n minute ago_::_%n minutes ago_" : ["","","Pirms %n minūtēm"], + "_%n hour ago_::_%n hours ago_" : ["","","Pirms %n stundām"], + "today" : "šodien", + "yesterday" : "vakar", + "_%n day go_::_%n days ago_" : ["","","Pirms %n dienām"], + "last month" : "pagājušajā mēnesī", + "_%n month ago_::_%n months ago_" : ["","","Pirms %n mēnešiem"], + "last year" : "gājušajā gadā", + "years ago" : "gadus atpakaļ", + "A valid username must be provided" : "Jānorāda derīgs lietotājvārds", + "A valid password must be provided" : "Jānorāda derīga parole", + "The username is already being used" : "Šāds lietotājvārds jau tiek izmantots" +}, +"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);"); |