source: extensions/HistoryIPExcluder/language/sk_SK/plugin.lang.php @ 18188

Last change on this file since 18188 was 18188, checked in by TranslationTeam, 12 years ago

[history_ip_excluder] Update sk_SK, thanks to : dodo

  • Property svn:executable set to *
File size: 3.7 KB
Line 
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['HIPE_IPnoGuest'] = '?';
24$lang['HIPE_IPnoGuest_description'] = '?';
25$lang['HIPE_admin_description1'] = 'Do poľa nižšie zadajte kompletné IP adresy, alebo rozsah IP adries pre zaradenie do blacklistu (jednu adresu na riadok). Pre upresnenie rozsahu IP adries použite rozšírený znak "%".<br>Napríklad: 74.6.1.2 alebo 74.6.%';
26$lang['HIPE_description'] = 'Tento doplnok umožňuje vynechať IP adresy, alebo rozsahy IP adries z histórie a štatistík. <br>Jeho aktivácia blokuje záznamy v tabuľke histórie IP adries uvedené v tabuľke nižšie.';
27$lang['HIPE_admin_section2'] = 'Otázky na tabuľku histórie';
28$lang['HIPE_OnlyGuest_description'] = 'Ukáže len IP použité hosťami a počet, koľkokrát bolo nájdené v tabuľke, triedené podľa počtu';
29$lang['HIPE_IPForMember_description'] = 'Hľadať a ukázať IP spojenú s registrovaným používateľom (zoradené podľa IP)';
30$lang['Error_HIPE_BlacklistedIP'] = 'Chyba! Vaša IP adresa je blokovaná a preto sa nemôžete zaregistrovať do tejto galérie. Ak Vás zaujímajú podrobnosti, kontaktujte administrátora galérie.';
31$lang['HIPE_MemberForIp_description'] = 'Vyber a hľadaj používateľov pridružených k jednej IP (zoradenie podľa mena)';
32$lang['HIPE_admin_section3'] = 'Výsledok historickej žiadosti';
33$lang['HIPE_hist_cleaned'] = 'Vyčistenie tabuľky histórie uskutočnené';
34$lang['IP_geolocalisation'] = 'Geolokalizácia';
35$lang['HIPE_version'] = '-verzia:';
36$lang['HIPE_save_config'] = 'Konfigurácia uložená';
37$lang['HIPE_resquet_ok'] = 'Žiadosť OK';
38$lang['HIPE_admin_section1'] = 'Vylúčenie IP';
39$lang['HIPE_OnlyGuest'] = 'Len IP hostí';
40$lang['HIPE_MemberForIp'] = 'Používatelia jednej IP';
41$lang['HIPE_IPByMember_description'] = 'Ukázať IP používateľov zoradené podľa IP';
42$lang['HIPE_IPForMember'] = 'IP pre používateľa';
43$lang['HIPE_IPByMember'] = 'IP podľa používateľa';
44$lang['HIPE_IPBlacklisted'] = 'Zabrániť registrácii používateľov s nasledujúcimi IP adresami (blacklist)';
45$lang['HIPE_IPBlacklist_title'] = 'Registrácia blacklistu';
46$lang['HIPE_CleanHist'] = 'Vyčistiť históriu';
47?>
Note: See TracBrowser for help on using the repository browser.