forked from spip/squelettes_par_rubrique

3 changed files with 19 additions and 0 deletions
@ -0,0 +1,15 @@
|
||||
<?php |
||||
// This is a SPIP language file -- Ceci est un fichier langue de SPIP |
||||
// extrait automatiquement de http://trad.spip.net/tradlang_module/paquet-squelettes_par_rubrique?lang_cible=es |
||||
// ** ne pas modifier le fichier ** |
||||
|
||||
if (!defined('_ECRIRE_INC_VERSION')) return; |
||||
|
||||
$GLOBALS[$GLOBALS['idx_lang']] = array( |
||||
|
||||
// S |
||||
'squelettes_par_rubrique_description' => 'Implementación de esqueletos con sufijo por numero de sección y/o por código de idioma: (-23.html, =23.html, y .en.html)', |
||||
'squelettes_par_rubrique_slogan' => 'Implementación de esqueletos con sufijos de SPIP' |
||||
); |
||||
|
||||
?> |
Loading…
Reference in new issue