Blame view

sources/apps/contacts/l10n/lv.php 2.04 KB
d1bafeea1   Kload   [fix] Upgrade to ...
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
  <?php $TRANSLATIONS = array(
  "Contacts" => "Kontakti",
  "Save" => "Saglabāt",
  "Uploading..." => "Augšupielādē...",
  "Importing..." => "Importē...",
  "Cancel" => "Atcelt",
  "OK" => "Labi",
  "Add" => "Pievienot",
  "Import" => "Importēt",
  "Close" => "Aizvērt",
  "Error" => "Kļūda",
  "Download" => "Lejupielādēt",
  "Edit" => "Rediģēt",
  "Delete" => "Dzēst",
  "Error saving contact." => "Kļūda, saglabājot kontaktu.",
  "No file was uploaded. Unknown error" => "Netika augšupielādēta neviena datne. Nezināma kļūda",
  "There is no error, the file uploaded with success" => "Viss kārtībā, datne augšupielādēta veiksmīga",
  "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Augšupielādētā datne pārsniedz MAX_FILE_SIZE norādi, kas ir norādīta HTML formā",
  "The uploaded file was only partially uploaded" => "Augšupielādētā datne ir tikai daļēji augšupielādēta",
  "No file was uploaded" => "Neviena datne netika augšupielādēta",
  "Missing a temporary folder" => "Trūkst pagaidu mapes",
  "No photo path was submitted." => "Nav iesniegts fotogrāfijas ceļš.",
  "File doesn't exist:" => "Datne neeksistē:",
  "Error loading image." => "Kļūda, ielādējot attēlu.",
  "Error cropping image" => "Kļūda, apcērtot attēlu",
  "Error resizing image" => "Kļūda, mainot attēla izmēru",
  "Error getting PHOTO property." => "Kļūda, saņemot PHOTO īpašību.",
  "Failed to write to disk" => "Neizdevās saglabāt diskā",
  "Not enough storage available" => "Nav pietiekami daudz vietas",
  "Other" => "Cits",
  "Work" => "Darbs",
  "Home" => "Mājas",
  "Text" => "Teksts",
  "Family" => "Ģimene",
  "Groups" => "Grupas",
  "Name" => "Nosaukums",
  "Select groups" => "Izvēlieties grupas",
  "Title" => "Nosaukums",
  "Birthday" => "Dzimšanas diena",
  "Email" => "E-pasts",
  "Address" => "Adrese",
  "Note" => "Piezīme",
  "Active" => "Aktīvs",
  "Share" => "Dalīties",
  "Export" => "Eksportēt",
  "more info" => "vairāk informācijas",
  "Primary address (Kontact et al)" => "Primārā adrese",
  "iOS/OS X" => "iOS/OS X",
  "Description" => "Apraksts"
  );