source: extensions/SmartAlbums/language/sk_SK/plugin.lang.php @ 16939

Last change on this file since 16939 was 16939, checked in by mistic100, 12 years ago

add option to block permissions recalculation

  • Property svn:executable set to *
File size: 4.8 KB
RevLine 
[14234]1<?php
2// +-----------------------------------------------------------------------+
[16169]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// +-----------------------------------------------------------------------+
[16342]23$lang['%d photos associated to album %s'] = '%d fotiek spojen&yacute;ch s albumom %s';
[14234]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á';
[16342]44$lang['Regenerate photos list of all SmartAlbums'] = 'Regenerovať zoznam fotiek vo všetkých SmartAlbumoch';
[14234]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';
[16939]50$lang['can cause slowdowns'] = 'm&ocirc;&#382;e sp&ocirc;sobi&#357; spomalenie';
[16342]51$lang['Above'] = 'Vy&#353;&#353;ie uveden&eacute;';
52$lang['Author is empty'] = 'N&aacute;zov autora je pr&aacute;zdny';
53$lang['Begins with'] = 'Za&#269;&iacute;na s/so';
54$lang['Bellow'] = 'Ni&#382;&#353;ie';
[16169]55$lang['Contains'] = 'Obsahuje';
[16342]56$lang['Doesn\'t begin with'] = 'Neza&#269;&iacute;na s/so';
[16169]57$lang['Doesn\'t contain'] = 'Neobsahuje';
[16342]58$lang['Doesn\'t end with'] = 'Nekon&#269;&iacute; s/so';
59$lang['Ends with'] = 'Kon&#269;&iacute; s/so';
[16169]60$lang['Filters'] = 'Filtre';
[16342]61$lang['For "Is (not) in", separate each author by a comma'] = 'Pre "Je (Nie je) v/vo", oddelte ka&#382;d&eacute;ho autora &#269;iarkou';
62$lang['Hits must be an integer'] = 'Po&#269;et pr&iacute;stupov mus&iacute; by&#357; &#269;&iacute;slo';
[16169]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';
[16342]67$lang['Name is empty'] = 'Meno je pr&aacute;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&aacute;nku spr&aacute;vy</a> hlavn&yacute;ch albumov.';
69$lang['You can\'t use more than one level filter'] = 'Nie je mo&#382;n&eacute; pou&#382;i&#357; viac ako jednu &uacute;rove&#328; filtrovania';
70$lang['You can\'t use more than one limit filter'] = 'Nie je mo&#382;n&eacute; pou&#382;i&#357; viac ako jednu hranicu filtrovania';
[16169]71$lang['author_filter'] = 'Autor';
[16342]72$lang['create a new SmartAlbum'] = 'vytvor nov&yacute; SmartAlbum';
[16924]73$lang['Hits'] = 'Pr&iacute;stupov';
74$lang['Max. number of photos'] = 'Max. po&#269;et fotiek';
[14234]75?>
Note: See TracBrowser for help on using the repository browser.