<?php
// This is a SPIP language file  --  Ceci est un fichier langue de SPIP
// extrait automatiquement de https://trad.spip.net/tradlang_module/intranet?lang_cible=en
// ** ne pas modifier le fichier **

if (!defined('_ECRIRE_INC_VERSION')) {
	return;
}

$GLOBALS[$GLOBALS['idx_lang']] = array(

	// C
	'cfg_titre_intranet' => 'Intranet/Extranet',

	// E
	'explications_message' => 'Customized message to display above the login form.',
	'explications_pages_intranet' => 'Add SPIP specific pages accessible without being connected (separate them with commas ",").',
	'explications_plageip' => 'IP or IP range to view the entire website without being connected. Example: <code> 10.5.0.1-10.5.22.13,10.6.134.132 </ code>',

	// I
	'info_intranet' => 'Mandatory identification',
	'info_intranet_texte' => 'This site is accessible only to those who are logged in.',

	// L
	'label_message' => 'Customizing the message',
	'label_pages_intranet' => 'Accessible pages',
	'label_plageip' => 'IP range'
);
