[PLUGINS] +redirhttps
[lhc/web/clavette_www.git] / www / plugins / redirhttps / lang / paquet-redirhttps_en.php
1 <?php
2 // This is a SPIP language file -- Ceci est un fichier langue de SPIP
3 // extrait automatiquement de http://trad.spip.net/tradlang_module/paquet-redirhttps?lang_cible=en
4 // ** ne pas modifier le fichier **
5
6 if (!defined('_ECRIRE_INC_VERSION')) return;
7
8 $GLOBALS[$GLOBALS['idx_lang']] = array(
9
10 // R
11 'redirhttps_description' => 'Redirect to HTTPS when the content requires it (private area, login, public pages with user logged in)',
12 'redirhttps_nom' => 'HTTPS redirections',
13 'redirhttps_slogan' => 'Secure access to certain pages of the site'
14 );
15
16 ?>