source: extensions/community/language/sk_SK/plugin.lang.php @ 10723

Last change on this file since 10723 was 10723, checked in by ddtddt, 13 years ago

[extensions] - community - update SK thanks to dodo

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 3.7 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based picture gallery                                  |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2009      Pierrick LE GALL             http://piwigo.org |
6// +-----------------------------------------------------------------------+
7// | This program is free software; you can redistribute it and/or modify  |
8// | it under the terms of the GNU General Public License as published by  |
9// | the Free Software Foundation                                          |
10// |                                                                       |
11// | This program is distributed in the hope that it will be useful, but   |
12// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
13// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
14// | General Public License for more details.                              |
15// |                                                                       |
16// | You should have received a copy of the GNU General Public License     |
17// | along with this program; if not, write to the Free Software           |
18// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
19// | USA.                                                                  |
20// +-----------------------------------------------------------------------+
21
22$lang['Add a permission'] = 'Pridaj oprávnenie'; 
23$lang['Who?'] = 'Kto?'; 
24$lang['any visitor'] = 'každý návštevník'; 
25$lang['any registered user'] = 'každý registrovaný používateľ'; 
26$lang['a specific user'] = 'špecifikovaný používateľ'; 
27$lang['a group'] = 'skupina'; 
28$lang['Where?'] = 'Kde?'; 
29$lang['The whole gallery'] = 'Celá galéria'; 
30$lang['ability to create sub-albums'] = 'schopnosť vytvoriť podalbumy'; 
31$lang['Which level of trust?'] = 'Ktorá úroveň dôvery?'; 
32$lang['sub-albums creation'] = 'vytváranie podalbumov'; 
33$lang['Upload Permissions'] = 'Nahrať oprávnenia'; 
34$lang['Pending Photos'] = 'Čakajúce fotografie'; 
35$lang['Permission added'] = 'Oprávnenia pridané'; 
36$lang['Permission removed'] = 'Oprávnenia odstránené'; 
37$lang['%s (the user)'] = '%s (používateľ)'; 
38$lang['%s (the group)'] = '%s (skupina)'; 
39$lang['low trust'] = 'nízka dôvera'; 
40$lang['uploaded photos must be validated by an administrator'] = 'nahraté fotografie musia byť schválené administrátorom'; 
41$lang['high trust'] = 'vysoká dôvera'; 
42$lang['uploaded photos are directly displayed in the gallery'] = 'nahraté fotografie sú priamo zobrazené v galérii'; 
43$lang['%d photos validated'] = '%d fotografií potvrdených'; 
44$lang['%d photos rejected'] = '%d fotografií odmietnutých'; 
45$lang['web size'] = 'veľkosť webu'; 
46$lang['Zoom'] = 'Zväčšenie'; 
47$lang['Upload your own photos'] = 'Nahrať Vaše vlastné fotografie'; 
48$lang['%d photos uploaded by %s'] = '%d fotografií nahratých %s'; 
49$lang['Validation page: %s'] = 'Potvrdzovacia stránka: %s'; 
50$lang['%d photos uploaded into album "%s"'] = '%d fotografií nahratých do albumu "%s"'; 
51$lang['Hi administrators,'] = 'Ahojte administrátori,';
52$lang['No album, this photo is orphan'] = 'Žiaden album, táto fotografia je osamotená';
53$lang['Cancel'] = 'Zrušiť';
54$lang['Permission updated'] = 'Oprávnenie aktualizované';
55$lang['Delete permission'] = 'Oprávnenie vymazané';
56$lang['%u pending photos'] = '%u nevyriešených fotografií';
57$lang['Level 16'] = 'Nevyriešené';
58$lang['Edit a permission'] = 'Edit a permission';
59$lang['Your photos are waiting for validation, administrators have been notified'] = 'Vaše fotografie čakajú na schválenie, administrátor ich musí schváliť';
60
61?>
Note: See TracBrowser for help on using the repository browser.