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

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

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

	// I
	'intranet_description' => 'Allow only identified users to visit the site',
	'intranet_nom' => 'Intranet/Extranet',
	'intranet_slogan' => 'Allow only identified users (or within an internal network) to visit the site.'
);
