source: extensions/Force_HTTPS/language/sk_SK/plugin.lang.php @ 22932

Last change on this file since 22932 was 22932, checked in by TranslationTeam, 11 years ago

[force_https] Add sk_SK, thanks to : dodo

  • Property svn:executable set to *
File size: 3.3 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2013 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['fhp_activate_sts_comment'] = 'Aktívny HTTP Strict Transport Security (HSTS)<br/>Táto voľba musí byť aktivovaná, ak vlastníte podpísaný TLS certfikát. Nemá žiadny vplyv, pokiaľ "Force HTTPS" je vypnutý<br/><br/> <i>HSTS je webový bezpečnostný mechanizmus, ktorým webový server oznamuje webovému prehliadaču interakciu iba pomocou zabezpečené pripojenie HTTPS. Keď je HSTS aktívne, hlavičky "Strict-Transport-Security" sú umiestnené v hlavičke http a akýkoľvek odkaz stránky je automaticky nahradený zabezpečeným spojením..<br/></i>';
24$lang['fhp_description'] = 'Tento doplnok vypĺňa bezpečnostné medzery v Piwigo. Umožňuje administrátorom vynútiť použitie SSL zabezpečeného pripojenia pre prehliadanie Piwigo (ak je https k dispozícii na serveri). <br>Odporúčame používať zabezpečené pripojenie k ochrane užívateľa a hesla.';
25$lang['fhp_force_https_warning'] = '<b>Varovanie!</ b> Pred aktiváciou zabezpečeného pripojenie, overte podporu protokolu https vášho servra. Môžete kliknúť na nasledujúci odkaz, aby ste ho otestovali (otvorenie stránky v režime https).';
26$lang['fhp_force_https_comment'] = 'Aktivujte túto možnosť pre vynútenie klientom pripojiť sa k Piwigo cez zabezpečené pripojenie.';
27$lang['fhp_force_https_label'] = 'Prinútiť k HTTPS';
28$lang['fhp_test_https_link'] = 'Testovať stránku v https /nové okno/';
29$lang['fhp_submit'] = 'Poslať';
30$lang['fhp_sts_maxage_label'] = 'Maximálny vek STS';
31$lang['fhp_sts_maxage_comment'] = 'Maximálny vek STS v sekundách';
32$lang['fhp_security_group'] = 'Bezpečnostné nastavenia';
33$lang['fhp_options_group'] = 'Voľby';
34$lang['fhp_activate_sts_label'] = 'Použiť STS';
35$lang['fhp_about'] = 'O';
36?>
Note: See TracBrowser for help on using the repository browser.