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 | $lang['%d photos associated to album %s'] = '%d fotiek spojených s albumom %s'; |
---|
24 | $lang['%d photo'] = '%d fotka'; |
---|
25 | $lang['%d photos'] = '%d fotiek'; |
---|
26 | $lang['Add filters here'] = 'Pridať filtre'; |
---|
27 | $lang['Added after'] = 'Pridané po'; |
---|
28 | $lang['Added before'] = 'Pridané pred'; |
---|
29 | $lang['Added on'] = 'Pridané'; |
---|
30 | $lang['All SmartAlbums'] = 'Všetky SmartAlbumy'; |
---|
31 | $lang['All these tags'] = 'Všetky tieto kľúčové slová'; |
---|
32 | $lang['Count'] = 'Počet'; |
---|
33 | $lang['Created after'] = 'Vytvorené po'; |
---|
34 | $lang['Created before'] = 'Vytvorené pred'; |
---|
35 | $lang['Date string is malformed'] = 'Dátum je chybne vytvorený'; |
---|
36 | $lang['Don\'t show this message again'] = 'Nezobrazovať viac túto správu'; |
---|
37 | $lang['Limit must be an integer'] = 'Limit musí byť celé číslo'; |
---|
38 | $lang['No filter selected'] = 'Žiaden filter nie je označený'; |
---|
39 | $lang['No tag selected'] = 'Žiadne kľúčové slovo nie je označené'; |
---|
40 | $lang['None of these tags'] = 'Žiadne z týchto kľúčových slov'; |
---|
41 | $lang['One of these tags'] = 'Jedno z týchto kľúčových slov'; |
---|
42 | $lang['Only SmartAlbums are displayed on this page'] = 'Len SmartAlbumy sú zobrazené na tejto stránke'; |
---|
43 | $lang['Only these tags'] = 'Len tieto kľúčové slová'; |
---|
44 | $lang['Regenerate photos list of all SmartAlbums'] = 'Regenerovať zoznam fotiek vo všetkých SmartAlbumoch'; |
---|
45 | $lang['Regenerate photos list of this SmartAlbum'] = 'Zlepšiť zoznam fotiek v tomto SmartAlbume'; |
---|
46 | $lang['SmartAlbum added'] = 'SmartAlbum pridaný'; |
---|
47 | $lang['SmartAlbum deleted'] = 'SmartAlbum vymazaný'; |
---|
48 | $lang['This album is a SmartAlbum'] = 'Tento album je SmartAlbum'; |
---|
49 | $lang['Update albums on file upload'] = 'Aktualizovať albumy pri nahratí súboru'; |
---|
50 | $lang['(can cause slowdowns)'] = '(môže spôsobiť spomalenie)'; |
---|
51 | $lang['Above'] = 'Vyššie uvedené'; |
---|
52 | $lang['Author is empty'] = 'Názov autora je prázdny'; |
---|
53 | $lang['Begins with'] = 'Začína s/so'; |
---|
54 | $lang['Bellow'] = 'Nižšie'; |
---|
55 | $lang['Contains'] = 'Obsahuje'; |
---|
56 | $lang['Doesn\'t begin with'] = 'Nezačína s/so'; |
---|
57 | $lang['Doesn\'t contain'] = 'Neobsahuje'; |
---|
58 | $lang['Doesn\'t end with'] = 'Nekončí s/so'; |
---|
59 | $lang['Ends with'] = 'Končí s/so'; |
---|
60 | $lang['Filters'] = 'Filtre'; |
---|
61 | $lang['For "Is (not) in", separate each author by a comma'] = 'Pre "Je (Nie je) v/vo", oddelte každého autora čiarkou'; |
---|
62 | $lang['Hits must be an integer'] = 'Počet prístupov musí byť číslo'; |
---|
63 | $lang['Is in'] = 'Je v/vo'; |
---|
64 | $lang['Is not in'] = 'Nie je v/vo'; |
---|
65 | $lang['Is not'] = 'Nie je '; |
---|
66 | $lang['Is'] = 'Je'; |
---|
67 | $lang['Name is empty'] = 'Meno je prázdne'; |
---|
68 | $lang['To order albums please go the main albums <a href="%s">management page</a>'] = 'Pre objednanie albumov prejdite na <a href="%s">stránku správy</a> hlavných albumov.'; |
---|
69 | $lang['You can\'t use more than one level filter'] = 'Nie je možné použiť viac ako jednu úroveň filtrovania'; |
---|
70 | $lang['You can\'t use more than one limit filter'] = 'Nie je možné použiť viac ako jednu hranicu filtrovania'; |
---|
71 | $lang['author_filter'] = 'Autor'; |
---|
72 | $lang['create a new SmartAlbum'] = 'vytvor nový SmartAlbum'; |
---|
73 | $lang['Hits'] = 'Prístupov'; |
---|
74 | $lang['Max. number of photos'] = 'Max. počet fotiek'; |
---|
75 | ?> |
---|