Blame view

sources/lib/l10n/lv.php 3.51 KB
03e52840d   Kload   Init
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
  <?php $TRANSLATIONS = array(
  "Help" => "Palīdzība",
  "Personal" => "Personīgi",
  "Settings" => "Iestatījumi",
  "Users" => "Lietotāji",
  "Apps" => "Lietotnes",
  "Admin" => "Administratori",
  "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.",
  "couldn't be determined" => "nevarēja noteikt",
  "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",
  "Set an admin username." => "Iestatiet administratora lietotājvārdu.",
  "Set an admin password." => "Iestatiet administratora paroli.",
  "Specify a data folder." => "Norādiet datu mapi.",
  "%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",
  "%s set the database host." => "%s iestatiet datubāžu serveri.",
  "PostgreSQL username and/or password not valid" => "Nav derīga PostgreSQL parole un/vai lietotājvārds",
  "You need to enter either an existing account or the administrator." => "Jums jāievada vai nu esošs vai administratora konts.",
  "Oracle username and/or password not valid" => "Nav derīga Oracle parole un/vai lietotājvārds",
  "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.",
  "Offending command was: \"%s\", name: %s, password: %s" => "Vainīgā komanda bija \"%s\", vārds: %s, parole: %s",
  "MS SQL username and/or password not valid: %s" => "Nav derīga MySQL parole un/vai lietotājvārds — %s",
  "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>.",
  "seconds ago" => "sekundes atpakaļ",
  "1 minute ago" => "pirms 1 minūtes",
  "%d minutes ago" => "pirms %d minūtēm",
  "1 hour ago" => "pirms 1 stundas",
  "%d hours ago" => "pirms %d stundām",
  "today" => "šodien",
  "yesterday" => "vakar",
  "%d days ago" => "pirms %d dienām",
  "last month" => "pagājušajā mēnesī",
  "%d months ago" => "pirms %d mēnešiem",
  "last year" => "gājušajā gadā",
  "years ago" => "gadus atpakaļ",
  "%s is available. Get <a href=\"%s\">more information</a>" => "%s ir pieejams. Iegūt <a href=\"%s\">vairāk informācijas</a>",
  "up to date" => "ir aktuāls",
  "updates check is disabled" => "atjauninājumu pārbaude ir deaktivēta",
  "Could not find category \"%s\"" => "Nevarēja atrast kategoriju “%s”"
  );