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

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

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

	// A
	'accesrestreint_description' => '_ Each area contains sections.
_ Authors can be associated with these areas to gain access to them.
_ All SPIP’s loops are loaded with the necessary tools to filter the results according to the visitors’ access priviliges.',
	'accesrestreint_nom' => 'Restricted Access',
	'accesrestreint_slogan' => 'Management of areas with restricted access'
);
