[PLUGINS] ~maj redirhttps v0.1.0-->0.1.1
[lhc/web/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')) {
7 return;
8 }
9
10 $GLOBALS[$GLOBALS['idx_lang']] = array(
11
12 // R
13 'redirhttps_description' => 'Redirect to HTTPS when the content requires it (private area, login, public pages with user logged in)',
14 'redirhttps_nom' => 'HTTPS redirections',
15 'redirhttps_slogan' => 'Secure access to certain pages of the site'
16 );