source: extensions/event_cats/language/sk_SK/plugin.lang.php @ 27309

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

[event_cats] Update sk_SK, thanks to : JoeKundlak

  • Property svn:executable set to *
File size: 3.5 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['Entry'] = 'Záznam';
24$lang['Existing code'] = 'Existujúci kód:';
25$lang['Existing user'] = 'Existujúci užívateľ:';
26$lang['Force display ttip'] = 'Vynútiť pre tento kód zobrazenie tejto stránky';
27$lang['Forced'] = 'Vynútený';
28$lang['Full auto'] = 'Plná automatika (zvoľte najprv stránku pre zobrazenie)';
29$lang['Generate username'] = 'Vytvoriť užívateľské meno (zvoľte najprv stránku pre zobrazenie)';
30$lang['Grant to groups btn'] = 'Povoliť skupiny pre zvolené skupiny';
31$lang['Grant to types btn'] = 'Povoliť duplikovanie pre zvolené typy';
32$lang['Grant to users btn'] = 'Povoliť duplikovanie pre zvolených užívateľov';
33$lang['Help banner'] = 'Pomocný banner';
34$lang['Comments display'] = 'Zobraziť komentáre';
35$lang['Configuration'] = 'Nastavenie';
36$lang['Confirm password'] = 'Potvrdiť heslo:';
37$lang['Copy URL ttip'] = 'Skopírujte tento odkaz, aby ste ho poslali';
38$lang['Delete'] = 'Zmazať';
39$lang['Delete entry ttip'] = 'Zmazať záznam';
40$lang['Displayed page'] = 'Zobrazená stránka';
41$lang['Duplication'] = 'Duplikát';
42$lang['Duplication allowance'] = 'Povoliť duplikáty';
43$lang['Duplication allowed'] = 'Duplikáty povolené';
44$lang['Duplication denied'] = 'Duplikáty zakázané';
45$lang['Access denied'] = 'Prístup zamietnutý';
46$lang['Additional Page'] = 'Dodatočná stránka';
47$lang['Additional Pages active'] = 'Zásuvný modul Dodatočné stránky: aktivovaný';
48$lang['Admin page title'] = 'Kategórie udalostí';
49$lang['All accounts'] = 'Všetky účty';
50$lang['All but generics'] = 'Všetky účty okrem všeobecných';
51$lang['As tooltip'] = 'Ako nápoveda';
52$lang['Auto code button'] = 'Vytvoriť kód';
53$lang['Auto code end'] = 'číslice';
54$lang['Auto code max'] = '(max)';
55$lang['Auto code min'] = '(min)';
56$lang['Autolog entries'] = '"Autolog" záznamy';
57$lang['Banner off'] = 'Deaktivovaný';
58$lang['Banner on'] = 'Aktivovaný';
59$lang['Category'] = 'Album';
60$lang['Code'] = 'Kód';
61$lang['Comment'] = 'Komentár';
62?>
Note: See TracBrowser for help on using the repository browser.