Blame view
sources/lib/l10n/lv.php
2.93 KB
|
31b7f2792
|
1 2 |
<?php $TRANSLATIONS = array( |
|
03e52840d
|
3 4 5 6 |
"Help" => "Palīdzība", "Personal" => "Personīgi", "Settings" => "Iestatījumi", "Users" => "Lietotāji", |
|
03e52840d
|
7 |
"Admin" => "Administratori", |
|
31b7f2792
|
8 9 |
"Failed to upgrade \"%s\"." => "Kļūda atjauninot \"%s\"", "web services under your control" => "tīmekļa servisi tavā varā", |
|
03e52840d
|
10 11 12 |
"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.", |
|
03e52840d
|
13 14 15 |
"%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", |
|
31b7f2792
|
16 |
"MS SQL username and/or password not valid: %s" => "Nav derīga MySQL parole un/vai lietotājvārds — %s", |
|
03e52840d
|
17 |
"You need to enter either an existing account or the administrator." => "Jums jāievada vai nu esošs vai administratora konts.", |
|
03e52840d
|
18 19 |
"DB Error: \"%s\"" => "DB kļūda — “%s”", "Offending command was: \"%s\"" => "Vainīgā komanda bija “%s”", |
|
31b7f2792
|
20 21 |
"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", |
|
03e52840d
|
22 |
"Offending command was: \"%s\", name: %s, password: %s" => "Vainīgā komanda bija \"%s\", vārds: %s, parole: %s", |
|
31b7f2792
|
23 24 25 |
"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.", |
|
03e52840d
|
26 27 |
"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.", "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>.", |
|
6d9380f96
|
28 |
"%s shared »%s« with you" => "%s kopīgots »%s« ar jums", |
|
31b7f2792
|
29 |
"Could not find category \"%s\"" => "Nevarēja atrast kategoriju “%s”", |
|
03e52840d
|
30 |
"seconds ago" => "sekundes atpakaļ", |
|
31b7f2792
|
31 32 |
"_%n minute ago_::_%n minutes ago_" => array("","","Pirms %n minūtēm"),
"_%n hour ago_::_%n hours ago_" => array("","","Pirms %n stundām"),
|
|
03e52840d
|
33 34 |
"today" => "šodien", "yesterday" => "vakar", |
|
31b7f2792
|
35 |
"_%n day go_::_%n days ago_" => array("","","Pirms %n dienām"),
|
|
03e52840d
|
36 |
"last month" => "pagājušajā mēnesī", |
|
31b7f2792
|
37 |
"_%n month ago_::_%n months ago_" => array("","","Pirms %n mēnešiem"),
|
|
03e52840d
|
38 39 |
"last year" => "gājušajā gadā", "years ago" => "gadus atpakaļ", |
|
6d9380f96
|
40 41 42 |
"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" |
|
03e52840d
|
43 |
); |
|
31b7f2792
|
44 |
$PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);"; |