16 lines
662 B
PHP
16 lines
662 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=es
|
|
// ** ne pas modifier le fichier **
|
|
|
|
if (!defined('_ECRIRE_INC_VERSION')) {
|
|
return;
|
|
}
|
|
|
|
$GLOBALS[$GLOBALS['idx_lang']] = array(
|
|
|
|
// E
|
|
'entravaux_description' => 'Para ser activado antes de una fase de mantenimiento, este ce plugin muestra entonces una página de advertencia, {{en vez}} del sitio público. Cuidado: sólo el webmaster aún accede al espacio privado y al sitio público.',
|
|
'entravaux_nom' => 'En obras',
|
|
'entravaux_slogan' => 'Indicar una fase de mantenimiento'
|
|
);
|