17 lines
518 B
PHP
17 lines
518 B
PHP
|
<?php
|
||
|
// This is a SPIP language file -- Ceci est un fichier langue de SPIP
|
||
|
// extrait automatiquement de https://trad.spip.net/tradlang_module/paquet-entravaux?lang_cible=en
|
||
|
// ** ne pas modifier le fichier **
|
||
|
|
||
|
if (!defined('_ECRIRE_INC_VERSION')) {
|
||
|
return;
|
||
|
}
|
||
|
|
||
|
$GLOBALS[$GLOBALS['idx_lang']] = array(
|
||
|
|
||
|
// E
|
||
|
'entravaux_description' => 'Displays a defined page during maintenance period on all your public pages.',
|
||
|
'entravaux_nom' => 'Under construction',
|
||
|
'entravaux_slogan' => 'Indicate a maintenance phase'
|
||
|
);
|