16 lines
443 B
PHP
16 lines
443 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-dist?lang_cible=es
|
|||
|
// ** ne pas modifier le fichier **
|
|||
|
|
|||
|
if (!defined('_ECRIRE_INC_VERSION')) {
|
|||
|
return;
|
|||
|
}
|
|||
|
|
|||
|
$GLOBALS[$GLOBALS['idx_lang']] = array(
|
|||
|
|
|||
|
// D
|
|||
|
'dist_description' => 'Juego de esqueletos por defecto en SPIP 3.',
|
|||
|
'dist_slogan' => 'Juego de esqueletos por defecto en SPIP 3'
|
|||
|
);
|