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

Last change on this file since 22560 was 22560, checked in by bonhommedeneige, 11 years ago

Initial commit. Version 1.2.0

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).
4<br>It is highly recommend to use secured connections to protect user and password transmissions.
5';
6
7$lang['fhp_security_group'] = 'Security settings';
8$lang['fhp_options_group'] = 'Options';
9$lang['fhp_force_https_label'] = 'Force HTTPS';
10$lang['fhp_force_https_comment'] = 'Active this option to force clients to connect Piwigo through a secured connection.';
11$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).';
12$lang['fhp_test_https_link'] = 'Test this page in https (popup window)';
13$lang['fhp_activate_sts_label'] = 'Use STS';
14$lang['fhp_activate_sts_comment'] = 'Active HTTP Strict Transport Security (HSTS)<br/>
15                                                                        This option must be activated if you own a signed TLS certficate. It has no effect if "Force HTTPS" is turned off<br/><br/>
16                                                                        <i>HSTS is a web security mechanism whereby the web server declares the web browser to interact with it only using secure HTTPS connections.
17                                                                        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/>
18                                                                        </i>';
19$lang['fhp_sts_maxage_label'] = 'STS max-age';
20$lang['fhp_sts_maxage_comment'] = 'STS max-age in seconds';
21
22$lang['fhp_submit'] = 'Submit';
23?>
Note: See TracBrowser for help on using the repository browser.