Blame view

sources/core/l10n/lv.php 6.66 KB
31b7f2792   Kload   Upgrade to ownclo...
1
2
  <?php
  $TRANSLATIONS = array(
03e52840d   Kload   Init
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
  "Sunday" => "Svētdiena",
  "Monday" => "Pirmdiena",
  "Tuesday" => "Otrdiena",
  "Wednesday" => "Trešdiena",
  "Thursday" => "Ceturtdiena",
  "Friday" => "Piektdiena",
  "Saturday" => "Sestdiena",
  "January" => "Janvāris",
  "February" => "Februāris",
  "March" => "Marts",
  "April" => "Aprīlis",
  "May" => "Maijs",
  "June" => "Jūnijs",
  "July" => "Jūlijs",
  "August" => "Augusts",
  "September" => "Septembris",
  "October" => "Oktobris",
  "November" => "Novembris",
  "December" => "Decembris",
  "Settings" => "Iestatījumi",
6d9380f96   Cédric Dupont   Update sources OC...
23
24
  "Folder" => "Mape",
  "Saving..." => "Saglabā...",
03e52840d   Kload   Init
25
  "seconds ago" => "sekundes atpakaļ",
31b7f2792   Kload   Upgrade to ownclo...
26
27
  "_%n minute ago_::_%n minutes ago_" => array("Tagad, %n minūtes","Pirms %n minūtes","Pirms %n minūtēm"),
  "_%n hour ago_::_%n hours ago_" => array("Šodien, %n stundas","Pirms %n stundas","Pirms %n stundām"),
03e52840d   Kload   Init
28
29
  "today" => "šodien",
  "yesterday" => "vakar",
31b7f2792   Kload   Upgrade to ownclo...
30
  "_%n day ago_::_%n days ago_" => array("Šodien, %n dienas","Pirms %n dienas","Pirms %n dienām"),
03e52840d   Kload   Init
31
  "last month" => "pagājušajā mēnesī",
31b7f2792   Kload   Upgrade to ownclo...
32
  "_%n month ago_::_%n months ago_" => array("Šomēnes, %n mēneši","Pirms %n mēneša","Pirms %n mēnešiem"),
03e52840d   Kload   Init
33
34
  "last year" => "gājušajā gadā",
  "years ago" => "gadus atpakaļ",
6d9380f96   Cédric Dupont   Update sources OC...
35
  "Reset password" => "Mainīt paroli",
03e52840d   Kload   Init
36
  "Yes" => "Jā",
31b7f2792   Kload   Upgrade to ownclo...
37
  "No" => "Nē",
6d9380f96   Cédric Dupont   Update sources OC...
38
  "Choose" => "Izvēlieties",
03e52840d   Kload   Init
39
  "Ok" => "Labi",
31b7f2792   Kload   Upgrade to ownclo...
40
  "_{count} file conflict_::_{count} file conflicts_" => array("","",""),
6d9380f96   Cédric Dupont   Update sources OC...
41
  "New Files" => "Jaunās datnes",
31b7f2792   Kload   Upgrade to ownclo...
42
  "Cancel" => "Atcelt",
03e52840d   Kload   Init
43
  "Shared" => "Kopīgs",
6d9380f96   Cédric Dupont   Update sources OC...
44
  "Shared by {owner}" => "Dalījās {owner}",
03e52840d   Kload   Init
45
  "Share" => "Dalīties",
31b7f2792   Kload   Upgrade to ownclo...
46
  "Error" => "Kļūda",
03e52840d   Kload   Init
47
48
49
50
51
  "Error while sharing" => "Kļūda, daloties",
  "Error while unsharing" => "Kļūda, beidzot dalīties",
  "Error while changing permissions" => "Kļūda, mainot atļaujas",
  "Shared with you and the group {group} by {owner}" => "{owner} dalījās ar jums un grupu {group}",
  "Shared with you by {owner}" => "{owner} dalījās ar jums",
03e52840d   Kload   Init
52
  "Password protect" => "Aizsargāt ar paroli",
31b7f2792   Kload   Upgrade to ownclo...
53
  "Allow Public Upload" => "Ļaut publisko augšupielādi.",
03e52840d   Kload   Init
54
55
56
57
58
59
  "Email link to person" => "Sūtīt saiti personai pa e-pastu",
  "Send" => "Sūtīt",
  "Set expiration date" => "Iestaties termiņa datumu",
  "Expiration date" => "Termiņa datums",
  "Share via email:" => "Dalīties, izmantojot e-pastu:",
  "No people found" => "Nav atrastu cilvēku",
31b7f2792   Kload   Upgrade to ownclo...
60
  "group" => "grupa",
03e52840d   Kload   Init
61
62
  "Resharing is not allowed" => "Atkārtota dalīšanās nav atļauta",
  "Shared in {item} with {user}" => "Dalījās ar {item} ar {user}",
31b7f2792   Kload   Upgrade to ownclo...
63
  "Unshare" => "Pārtraukt dalīšanos",
03e52840d   Kload   Init
64
65
66
67
68
  "can edit" => "var rediģēt",
  "access control" => "piekļuves vadība",
  "create" => "izveidot",
  "update" => "atjaunināt",
  "delete" => "dzēst",
03e52840d   Kload   Init
69
70
71
72
73
  "Password protected" => "Aizsargāts ar paroli",
  "Error unsetting expiration date" => "Kļūda, noņemot termiņa datumu",
  "Error setting expiration date" => "Kļūda, iestatot termiņa datumu",
  "Sending ..." => "Sūta...",
  "Email sent" => "Vēstule nosūtīta",
31b7f2792   Kload   Upgrade to ownclo...
74
75
76
77
  "Warning" => "Brīdinājums",
  "The object type is not specified." => "Nav norādīts objekta tips.",
  "Delete" => "Dzēst",
  "Add" => "Pievienot",
03e52840d   Kload   Init
78
  "The update was successful. Redirecting you to ownCloud now." => "Atjaunināšana beidzās sekmīgi. Tagad pārsūta jūs uz ownCloud.",
31b7f2792   Kload   Upgrade to ownclo...
79
  "%s password reset" => "%s paroles maiņa",
03e52840d   Kload   Init
80
81
  "Use the following link to reset your password: {link}" => "Izmantojiet šo saiti, lai mainītu paroli: {link}",
  "You will receive a link to reset your password via Email." => "Jūs savā epastā saņemsiet interneta saiti, caur kuru varēsiet atjaunot paroli.",
03e52840d   Kload   Init
82
  "Username" => "Lietotājvārds",
31b7f2792   Kload   Upgrade to ownclo...
83
84
  "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" => "Jūsu faili ir šifrēti. Ja nav iespējota atgūšanas kods, tad nebūs iespēja atjaunot jūsu failus pēc tam kad tiks mainīta parole. ja neesat pārliecināts kā rīkoties, jautājiet administratoram. Vai tiešam vēlaties turpināt?",
  "Yes, I really want to reset my password now" => "Jā, Es tiešām vēlos mainīt savu paroli",
03e52840d   Kload   Init
85
  "New password" => "Jauna parole",
03e52840d   Kload   Init
86
87
88
  "Personal" => "Personīgi",
  "Users" => "Lietotāji",
  "Apps" => "Lietotnes",
31b7f2792   Kload   Upgrade to ownclo...
89
  "Admin" => "Administratori",
03e52840d   Kload   Init
90
91
92
  "Help" => "Palīdzība",
  "Access forbidden" => "Pieeja ir liegta",
  "Cloud not found" => "Mākonis netika atrasts",
03e52840d   Kload   Init
93
  "Security Warning" => "Brīdinājums par drošību",
31b7f2792   Kload   Upgrade to ownclo...
94
95
  "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "Jūsu PHP ir ievainojamība pret NULL Byte uzbrukumiem (CVE-2006-7243)",
  "Please update your PHP installation to use %s securely." => "Lūdzu atjauniniet PHP instalāciju lai varētu droši izmantot %s.",
03e52840d   Kload   Init
96
97
98
  "No secure random number generator is available, please enable the PHP OpenSSL extension." => "Nav pieejams drošs nejaušu skaitļu ģenerators. Lūdzu, aktivējiet PHP OpenSSL paplašinājumu.",
  "Without a secure random number generator an attacker may be able to predict password reset tokens and take over your account." => "Bez droša nejaušu skaitļu ģeneratora uzbrucējs var paredzēt paroļu atjaunošanas marķierus un pārņem jūsu kontu.",
  "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." => "Visticamāk, jūsu datu direktorija un datnes ir pieejamas no interneta, jo .htaccess datne nedarbojas.",
31b7f2792   Kload   Upgrade to ownclo...
99
  "For information how to properly configure your server, please see the <a href=\"%s\" target=\"_blank\">documentation</a>." => "Vairāk informācijai kā konfigurēt serveri, lūdzu skatiet <a href=\"%s\" target=\"_blank\">dokumentāciju</a>.",
03e52840d   Kload   Init
100
  "Create an <strong>admin account</strong>" => "Izveidot <strong>administratora kontu</strong>",
6d9380f96   Cédric Dupont   Update sources OC...
101
  "Password" => "Parole",
03e52840d   Kload   Init
102
103
  "Data folder" => "Datu mape",
  "Configure the database" => "Konfigurēt datubāzi",
03e52840d   Kload   Init
104
105
106
107
108
109
  "Database user" => "Datubāzes lietotājs",
  "Database password" => "Datubāzes parole",
  "Database name" => "Datubāzes nosaukums",
  "Database tablespace" => "Datubāzes tabulas telpa",
  "Database host" => "Datubāzes serveris",
  "Finish setup" => "Pabeigt iestatīšanu",
31b7f2792   Kload   Upgrade to ownclo...
110
  "%s is available. Get more information on how to update." => "%s ir pieejams. Uzziniet vairāk kā atjaunināt.",
03e52840d   Kload   Init
111
112
113
114
  "Log out" => "Izrakstīties",
  "Automatic logon rejected!" => "Automātiskā ierakstīšanās ir noraidīta!",
  "If you did not change your password recently, your account may be compromised!" => "Ja neesat pēdējā laikā mainījis paroli, iespējams, ka jūsu konts ir kompromitēts.",
  "Please change your password to secure your account again." => "Lūdzu, nomainiet savu paroli, lai atkal nodrošinātu savu kontu.",
03e52840d   Kload   Init
115
116
  "remember" => "atcerēties",
  "Log in" => "Ierakstīties",
6d9380f96   Cédric Dupont   Update sources OC...
117
  "Alternative Logins" => "Alternatīvās pieteikšanās"
03e52840d   Kload   Init
118
  );
31b7f2792   Kload   Upgrade to ownclo...
119
  $PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);";