source: extensions/MyPiwiShop/language/sk_SK/plugin.lang.php @ 27932

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

[mypiwishop] Update sk_SK, thanks to : dodo

  • Property svn:executable set to *
File size: 5.2 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['Edit'] = 'Editovať';
24$lang['Option registered'] = 'Možnosť zaregistrovaná';
25$lang['Option value'] = 'Hodnota možnosti';
26$lang['Presentation text for a single product'] = 'Prezentačný text pre jeden produkt';
27$lang['Presentation text for several products'] = 'Prezentačný text pre viac produktov';
28$lang['Products have been removed for these pictures'] = 'Produkty boli odstránené z týchto obrázkov';
29$lang['a option'] = 'možnosť';
30$lang['a product'] = 'produkt';
31$lang['add value'] = 'pridať hodnotu';
32$lang['products have been added to these images'] = 'produkty boli pridané týmto obrázkom';
33$lang['products have been removed for these pictures'] = 'produkty boli odstránené z týchto obrázkov';
34$lang['the option'] = 'možnosť';
35$lang['the product'] = 'produkt';
36$lang['shipping fees'] = 'poštovné poplatky';
37$lang['the order is changed'] = 'objednávka je zmenená';
38$lang['you must enter the name of the option'] = 'musiš zadať názov možnosti';
39$lang['you must enter the product and not the price'] = 'musíš zadať produkt a nie cenu';
40$lang['Note administrator'] = 'Upozorniť administrátora';
41$lang['The field is required'] = 'Pole je požadované';
42$lang['Type'] = 'Typ';
43$lang['Type of option'] = 'Druh možnosti';
44$lang['Validate the change'] = 'Potvrdiť zmenu';
45$lang['Value'] = 'Hodnota';
46$lang['View cart'] = 'Zobraziť košík';
47$lang['What is MyPiwiShop?'] = 'Čo je MyPiwiShop?';
48$lang['Options'] = 'Možnosti';
49$lang['Required'] = 'Požadované';
50$lang['Shipping cost'] = 'Poštovné';
51$lang['Shop'] = 'Obchod';
52$lang['The order is changed'] = 'Poradie je zmenené';
53$lang['Price'] = 'Cena';
54$lang['Product'] = 'Produkt';
55$lang['Product registered'] = 'Zaregistrovaný produkt';
56$lang['Products'] = 'Produkty';
57$lang['Products have been added to these images'] = 'Produkty boli pridané k týmto obrázkom';
58$lang['Registered'] = 'Registrovaný/á';
59$lang['Select at least one product'] = 'Vyber aspoň jeden produkt';
60$lang[' option'] = 'možnosť';
61$lang[' product'] = 'produkt';
62$lang['Add '] = 'Pridať';
63$lang['Add a option'] = 'Pridať možnosť';
64$lang['Add a product'] = 'Pridať produkt';
65$lang['Add the selected products for these images'] = 'Pridať vybrané produkty pre tieto obrázky';
66$lang['Buy'] = 'Kúpiť';
67$lang['Configuration'] = 'Konfigurácia';
68$lang['Currency'] = 'Mena';
69$lang['Delete the selected products for these images'] = 'Vymazať vybrané produkty pre tieto obrázky';
70$lang['Display _MENU_ records per page'] = 'Zobraziť _MENU_ záznamy na stranu';
71$lang['Fields marked with * must be completed'] = 'Polia označené * musia byť vyplnené';
72$lang['No product selected'] = 'Nebol vybraný produkt';
73$lang['Duplicate '] = 'Urobiť kópiu';
74$lang['Your Paypal id'] = 'Tvoj Paypal ID alebo emailová adresa tvojho Paypal účtu';
75$lang['option registered'] = 'možnosť zaregistrovaná';
76$lang['Showing _START_ to _END_ of _TOTAL_ records'] = 'Zobraziť_START_až_END_z_TOTAL_záznamov';
77$lang['drag / drop to change the order'] = 'chyť/presuň pre zmenu poradia';
78$lang['see related products for this picture'] = 'pozri súvisiace produkty pre túto fotku';
79$lang['duplicate'] = 'kopírovať';
80$lang['Showing 0 to 0 of 0 records'] = 'Zobrazujem 0 až 0 z 0 záznamov';
81$lang['No matching option found'] = 'Žiadna možnosť zodpovedajúca podmienkam';
82$lang['Change the display order of options in the form'] = 'Zmena poradia zobrazenia možností v podobe';
83$lang['Change the display order of products in the form'] = 'Zmena poradia zobrazených produktov vo forme';
84$lang['(filtered from _MAX_ total records)'] = '(odfiltrované z _MAX_ celkových záznamov)';
85$lang['Edit '] = 'Upraviť';
Note: See TracBrowser for help on using the repository browser.