source: extensions/MyPiwiShop/language/lv_LV/plugin.lang.php @ 28021

Last change on this file since 28021 was 28021, checked in by TranslationTeam, 10 years ago

[mypiwishop] Update lv_LV, thanks to : agrisans

  • Property svn:executable set to *
File size: 5.1 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2014 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$lang['Add a product'] = 'Pievienot produktu';
24$lang['Add a option'] = 'Pievienot izvēli';
25$lang['Add '] = 'Pievienot';
26$lang[' product'] = 'produkts';
27$lang[' option'] = 'izvēle';
28$lang['products have been removed for these pictures'] = 'šo bilžu produkti ir izņemti';
29$lang['see related products for this picture'] = 'skatīt šai bildei radniecīgos produktus';
30$lang['Edit'] = 'Rediģēt';
31$lang['drag / drop to change the order'] = 'velciet / nometiet, lai izmainītu pasūtījumu ';
32$lang['you must enter the product and not the price'] = 'jums jāievada produkta nosaukums nevis cena';
33$lang['you must enter the name of the option'] = 'jums jāievada opcijas nosaukums';
34$lang['the product'] = 'produkts';
35$lang['the order is changed'] = 'pasūtījums ir izmainīts';
36$lang['the option'] = 'opcija';
37$lang['shipping fees'] = 'Piegādes izmaksas';
38$lang['Note administrator'] = 'Piezīme administratoram';
39$lang['Showing 0 to 0 of 0 records'] = 'Rādīt o ierakstus no o';
40$lang['option registered'] = 'opcija reģistrēta';
41$lang['duplicate'] = 'dublēt';
42$lang['add value'] = 'pievienot vērtību';
43$lang['a product'] = 'produkts';
44$lang['a option'] = 'opcija';
45$lang['Shipping cost'] = 'Piegādes izmaksas';
46$lang['What is MyPiwiShop?'] = 'Kas ir MyPiwiShop?';
47$lang['Validate the change'] = 'Apstiprināt izmaiņas';
48$lang['Type of option'] = 'Opcijas tips';
49$lang['Type'] = 'Tips';
50$lang['View cart'] = 'Iepirkuma grozs';
51$lang['Value'] = 'Vērtība';
52$lang['The order is changed'] = 'Pasūtījums ir izmainīts';
53$lang['The field is required'] = 'Lauks ir pieprasīts';
54$lang['Shop'] = 'Veikals';
55$lang['No matching option found'] = 'Nav atrastas derīgas apcijas';
56$lang['(filtered from _MAX_ total records)'] = '(filrēts from _MAX_ total records)';
57$lang['Select at least one product'] = 'Izvēlaties vismaz vienu produktu';
58$lang['Required'] = 'Pieprasīts';
59$lang['Registered'] = 'Reģistrēts';
60$lang['Product registered'] = 'Produkts reģistrēts';
61$lang['Products'] = 'Produkti';
62$lang['Product'] = 'Produkts';
63$lang['Price'] = 'Cena';
64$lang['Option value'] = 'Opcijas vērtība';
65$lang['Options'] = 'Opcijas';
66$lang['Option registered'] = 'Opcija(izvēle) reģistrēta';
67$lang['No product selected'] = 'Nav atlasītu produktu';
68$lang['Duplicate '] = 'Dublēt';
69$lang['Currency'] = 'Valūta';
70$lang['Configuration'] = 'Konfigurācija';
71$lang['Buy'] = 'Pirkt';
72$lang['Display _MENU_ records per page'] = 'Rādīt _MENU_ records lapā';
73$lang['Delete the selected products for these images'] = 'Dzēst šiem attēliem atlasītos produktus';
74$lang['Change the display order of products in the form'] = 'Mainīt produktu rādīšanas secību formā';
75$lang['Change the display order of options in the form'] = 'Mainīt opciju rādīšanas secību formā';
76$lang['Add the selected products for these images'] = 'Pievienot šiem attēliem atlasītos produktus';
77$lang['Fields marked with * must be completed'] = 'Lauki ar * ir jāaizpilda';
78$lang['Presentation text for a single product'] = 'Atsevišķa produkta prezentācijas teksts';
79$lang['Presentation text for several products'] = 'Dažu produktu prezentācijas teksts';
80$lang['Products have been added to these images'] = 'Produkti šiem attēliem ir pievienoti';
81$lang['Products have been removed for these pictures'] = 'Produkti šīm bildēm ir noņemti';
82$lang['Showing _START_ to _END_ of _TOTAL_ records'] = 'Showing _START_ to _END_ of _TOTAL_ records';
83$lang['Your Paypal id'] = 'Jūsu Paypal id vai jūsus Paypal konta e-pasta adrese';
84$lang['products have been added to these images'] = 'produkti ir pievienoti pie šiem attēliem';
Note: See TracBrowser for help on using the repository browser.