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['Wording'] = 'Formulácia'; |
---|
24 | $lang['Property photo update'] = 'Aktualizovať fotku objektu'; |
---|
25 | $lang['Property photo add'] = 'Pridať fotku objektu'; |
---|
26 | $lang['Property delete'] = 'Vymazaný objekt'; |
---|
27 | $lang['Property'] = 'Objekty'; |
---|
28 | $lang['Properties update'] = 'Aktualizovať vlastnosti'; |
---|
29 | $lang['Properties manual order was saved'] = 'Vlastnosti manuálneho zoradenia boli uložené'; |
---|
30 | $lang['Properties additionals'] = 'Ďalšie vlastnosti'; |
---|
31 | $lang['Manage properties photos'] = 'Spravovať vlastnosti fotky'; |
---|
32 | $lang['Properties List'] = 'Zoznam vlastností'; |
---|
33 | $lang['Edit Property photo'] = 'Upraviť fotografiu objektu'; |
---|
34 | $lang['Create new Property photo'] = 'Vytvoriť novú fotografiu objektu'; |
---|
35 | $lang['delete data this property'] = 'vymazať údaje tejto vlastnosti'; |
---|
36 | $lang['Choose a property'] = 'Vyberte si vlastnosť'; |
---|
37 | $lang['Change photos properties'] = 'Zmeniť vlastnosti fotiek'; |
---|
38 | $lang['radio'] = 'výber'; |
---|
39 | $lang['The reference photo doesn\'t have exif'] = 'Referenčná fotografia nemá exif'; |
---|
40 | $lang['The reference photo for exif and IPTC'] = 'Referenčná fotografia pre exif a IPTC'; |
---|
41 | $lang['date'] = 'dátum'; |
---|
42 | $lang['exif'] = 'exif'; |
---|
43 | $lang['exif field can\'t be empty'] = 'Exif pole nemôže byť prázdne'; |
---|
44 | $lang['reference photo id doesn\'t exist please update'] = 'ID referenčnej fotografie neexistuje, aktualizujte ho'; |
---|
45 | $lang['reference photo type doesn\'t use metadata please update'] = 'typ referenčnej fotografie nepoužíva metadáta, aktualizujte'; |
---|
46 | $lang['select'] = 'vybrať'; |
---|
47 | $lang['Max field for select or radio option'] = 'Max. pole pre výber alebo možnosť výberu'; |
---|
48 | $lang['Add Field'] = 'Pridať pole'; |
---|
49 | $lang['Add field for automatic deletion\'s photos on a given date'] = 'Pridajte pole pre automatické mazanie fotografií k danému dátumu'; |
---|
50 | $lang['IPTC'] = 'IPTC'; |
---|
51 | $lang['IPTC field can\'t be empty'] = 'Pole IPTC nemôže byť prázdne'; |
---|
52 | $lang['Move description in info table'] = 'Presunúť popis do informačnej tabuľky'; |
---|
53 | $lang['Option List'] = 'Zoznam možností'; |
---|
54 | $lang['Remove Field for automatic deletion\'s photos on a given date and all date save'] = 'Odstrániť pole pre automatické mazanie fotografií k danému dátumu a uloženiu všetkých dátumov'; |
---|
55 | $lang['Return description in default location'] = 'Vrátiť popis na predvolené miesto'; |
---|
56 | $lang['Text'] = 'text'; |
---|
57 | $lang['The reference photo doesn\'t have IPTC'] = 'Referenčná fotografia nemá IPTC'; |
---|