1 | <?php |
---|
2 | // +-----------------------------------------------------------------------+ |
---|
3 | // | Piwigo - a PHP based photo gallery | |
---|
4 | // +-----------------------------------------------------------------------+ |
---|
5 | // | Copyright(C) 2008-2012 Piwigo Team http://piwigo.org | |
---|
6 | // | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net | |
---|
7 | // | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick | |
---|
8 | // +-----------------------------------------------------------------------+ |
---|
9 | // | This program is free software; you can redistribute it and/or modify | |
---|
10 | // | it under the terms of the GNU General Public License as published by | |
---|
11 | // | the Free Software Foundation | |
---|
12 | // | | |
---|
13 | // | This program is distributed in the hope that it will be useful, but | |
---|
14 | // | WITHOUT ANY WARRANTY; without even the implied warranty of | |
---|
15 | // | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |
---|
16 | // | General Public License for more details. | |
---|
17 | // | | |
---|
18 | // | You should have received a copy of the GNU General Public License | |
---|
19 | // | along with this program; if not, write to the Free Software | |
---|
20 | // | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, | |
---|
21 | // | USA. | |
---|
22 | // +-----------------------------------------------------------------------+ |
---|
23 | |
---|
24 | $lang['Your name'] = 'Jūsu vārds'; |
---|
25 | $lang['Your e-mail'] = 'Jūsu e-pasts'; |
---|
26 | $lang['Subject'] = 'Temats'; |
---|
27 | $lang['Message'] = 'Ziņojums'; |
---|
28 | $lang['General configuration'] = 'Vispārējā konfigurācija'; |
---|
29 | $lang['Add link in menu'] = 'Pievienot saiti izvēlnē'; |
---|
30 | $lang['Allow guests to see the form'] = 'Atļaut viesiem redzēt formu'; |
---|
31 | $lang['E-mail address is mandatory'] = 'E-pasta adrese ir obligāta'; |
---|
32 | $lang['Name is mandatory'] = 'Vārds ir obligāts'; |
---|
33 | $lang['E-mail configuration'] = 'E-pasta konfigurācija'; |
---|
34 | $lang['Text before the contact form'] = 'Text before the contact form'; |
---|
35 | $lang['Text after the contact form'] = 'Text after the contact form'; |
---|
36 | $lang['E-mail sent successfully'] = 'E-pasts nosūtīts veiksmīgi'; |
---|
37 | $lang['Please enter a name'] = 'Lūdzu ievadiet vārdu'; |
---|
38 | $lang['Please enter a subject'] = 'Lūdzu ievadiet tematu'; |
---|
39 | $lang['Please enter a message'] = 'Lūdzu ievadiet ziņojumu'; |
---|
40 | $lang['Error while sending e-mail'] = 'Kļūda sūtot e-pastu'; |
---|
41 | $lang['Prefix of the sent e-mail subject'] = 'Nosūtītā e-pasta tēmas prefikss'; |
---|
42 | $lang['you can use "%gallery_title%"'] = 'varat lietot "%gallery_title%"'; |
---|
43 | $lang['%s must not be more than %d characters long'] = '%s jābūt ne vairāk kā %d rakstzīmju garam'; |
---|
44 | $lang['%s must not be less than %d characters long'] = '%s jābūt ne māzāk kā %d rakstzīmju garam'; |
---|
45 | $lang['No active email address'] = 'Nav aktīvas e-pasta adreses'; |
---|
46 | $lang['Please enter an e-mail'] = 'Lūdzu ievadiet e-pastu'; |
---|
47 | $lang['+ Add an email'] = '+ Pievienot e-pastu'; |
---|
48 | $lang['Plain text'] = 'Vienkāršs teksts'; |
---|
49 | $lang['E-mail format :'] = 'E-pasta formāts'; |
---|
50 | $lang['Default e-mail subject'] = 'E-pasta tēma pēc noklusējuma'; |
---|
51 | $lang['Active'] = 'Aktīvs'; |
---|
52 | $lang['+ Add a category'] = '+ Pievinojiet kategoriju'; |
---|
53 | $lang['can be translated with LocalFiles Editor plugin'] = 'Var pārtulkot, izmantojot LocalFiles Redaktora spraudni '; |
---|
54 | $lang['Please choose a category'] = 'Lūdzu izvēlieties kategoriju'; |
---|
55 | $lang['Category'] = 'Kategorija'; |
---|
56 | $lang['Redirect after sending email (optional)'] = 'Pāradresēt pēc e-pasta nosūtīšanas (izvēles)'; |
---|
57 | $lang['Each category is displayed as a distinct "service" on the contact form (example: "Technical", "Commercial", "General question"). Using categories is not mandatory.'] = 'Katra kategorija tiek rādīta kā atsevišķs "pakalpojums" kontaktformā (piemēram: "Tehniska rakstura", "Komerciāla rakstura", "Vispārējs jautājums"). Kategoriju izmantošana nav obligāta.'; |
---|
58 | $lang['Tip'] = 'Padoms'; |
---|
59 | $lang['Send copy to my email'] = 'Sūtīt kopiju uz manu e-pastu'; |
---|
60 | $lang['Send'] = 'Sūtīt'; |
---|
61 | $lang['Invalid redirect URL'] = 'Kļūdaini pāradresēts URL'; |
---|
62 | $lang['Name'] = 'Nosaukums'; |
---|
63 | ?> |
---|