Blame view

sources/lib/l10n/lv.php 3.51 KB
31b7f2792   Kload   Upgrade to ownclo...
1
2
  <?php
  $TRANSLATIONS = array(
03e52840d   Kload   Init
3
4
5
6
  "Help" => "Palīdzība",
  "Personal" => "Personīgi",
  "Settings" => "Iestatījumi",
  "Users" => "Lietotāji",
03e52840d   Kload   Init
7
  "Admin" => "Administratori",
31b7f2792   Kload   Upgrade to ownclo...
8
9
10
  "Failed to upgrade \"%s\"." => "Kļūda atjauninot \"%s\"",
  "web services under your control" => "tīmekļa servisi tavā varā",
  "cannot open \"%s\"" => "Nevar atvērt \"%s\"",
03e52840d   Kload   Init
11
12
13
14
  "ZIP download is turned off." => "ZIP lejupielādēšana ir izslēgta.",
  "Files need to be downloaded one by one." => "Datnes var lejupielādēt tikai katru atsevišķi.",
  "Back to Files" => "Atpakaļ pie datnēm",
  "Selected files too large to generate zip file." => "Izvēlētās datnes ir pārāk lielas, lai izveidotu zip datni.",
03e52840d   Kload   Init
15
16
17
18
19
20
  "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.",
  "Files" => "Datnes",
  "Text" => "Teksts",
  "Images" => "Attēli",
03e52840d   Kload   Init
21
22
23
  "%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   Kload   Upgrade to ownclo...
24
  "MS SQL username and/or password not valid: %s" => "Nav derīga MySQL parole un/vai lietotājvārds — %s",
03e52840d   Kload   Init
25
  "You need to enter either an existing account or the administrator." => "Jums jāievada vai nu esošs vai administratora konts.",
03e52840d   Kload   Init
26
27
28
29
30
31
32
  "MySQL username and/or password not valid" => "Nav derīga MySQL parole un/vai lietotājvārds",
  "DB Error: \"%s\"" => "DB kļūda — “%s”",
  "Offending command was: \"%s\"" => "Vainīgā komanda bija “%s”",
  "MySQL user '%s'@'localhost' exists already." => "MySQL lietotājs %s'@'localhost' jau eksistē.",
  "Drop this user from MySQL" => "Izmest šo lietotāju no MySQL",
  "MySQL user '%s'@'%%' already exists" => "MySQL lietotājs '%s'@'%%' jau eksistē",
  "Drop this user from MySQL." => "Izmest šo lietotāju no MySQL.",
31b7f2792   Kload   Upgrade to ownclo...
33
34
  "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   Kload   Init
35
  "Offending command was: \"%s\", name: %s, password: %s" => "Vainīgā komanda bija \"%s\", vārds: %s, parole: %s",
31b7f2792   Kload   Upgrade to ownclo...
36
37
38
  "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   Kload   Init
39
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.",
  "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>.",
31b7f2792   Kload   Upgrade to ownclo...
41
  "Could not find category \"%s\"" => "Nevarēja atrast kategoriju “%s”",
03e52840d   Kload   Init
42
  "seconds ago" => "sekundes atpakaļ",
31b7f2792   Kload   Upgrade to ownclo...
43
44
  "_%n minute ago_::_%n minutes ago_" => array("","","Pirms %n minūtēm"),
  "_%n hour ago_::_%n hours ago_" => array("","","Pirms %n stundām"),
03e52840d   Kload   Init
45
46
  "today" => "šodien",
  "yesterday" => "vakar",
31b7f2792   Kload   Upgrade to ownclo...
47
  "_%n day go_::_%n days ago_" => array("","","Pirms %n dienām"),
03e52840d   Kload   Init
48
  "last month" => "pagājušajā mēnesī",
31b7f2792   Kload   Upgrade to ownclo...
49
  "_%n month ago_::_%n months ago_" => array("","","Pirms %n mēnešiem"),
03e52840d   Kload   Init
50
51
  "last year" => "gājušajā gadā",
  "years ago" => "gadus atpakaļ",
31b7f2792   Kload   Upgrade to ownclo...
52
  "Caused by:" => "Cēlonis:"
03e52840d   Kload   Init
53
  );
31b7f2792   Kload   Upgrade to ownclo...
54
  $PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);";