source: extensions/Force_HTTPS/language/en_UK/plugin.lang.php @ 22912

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

[force_https] Update en_UK, thanks to : Kaare

File size: 1.6 KB
Line 
1<?php
2$lang['fhp_about'] = 'About';
3$lang['fhp_description'] = 'This plugin fills a security gap in Piwigo. It allows administrators to force the usage of SSL secured connections for browsing Piwigo (when https is available on the hosting server). <br>It is highly recommend to use secured connections to protect user and password transmissions.';
4$lang['fhp_security_group'] = 'Security settings';
5$lang['fhp_options_group'] = 'Options';
6$lang['fhp_force_https_label'] = 'Force HTTPS';
7$lang['fhp_force_https_comment'] = 'Activate this option to force clients to connect to Piwigo through a secured connection.';
8$lang['fhp_force_https_warning'] = '<b>Warning!</b> Before activating secured connection, please verify your server supports https. You can click on the following link to test (loads this page in https mode).';
9$lang['fhp_test_https_link'] = 'Test this page in https (popup window)';
10$lang['fhp_activate_sts_label'] = 'Use STS';
11$lang['fhp_activate_sts_comment'] = 'Active HTTP Strict Transport Security (HSTS)<br/>This option must be activated if you own a signed TLS certficate. It has no effect if "Force HTTPS" is turned off<br/><br/> <i>HSTS is a web security mechanism whereby the web server declares the web browser to interact with it only using secure HTTPS connections. When HSTS is active, a header field "Strict-Transport-Security" is placed in http header, and any site link is automatically replaced with a secured link.<br/></i>';
12$lang['fhp_sts_maxage_label'] = 'STS max-age';
13$lang['fhp_sts_maxage_comment'] = 'STS max-age in seconds';
14$lang['fhp_submit'] = 'Submit';
15?>
Note: See TracBrowser for help on using the repository browser.