
4 changed files with 40 additions and 0 deletions
@ -0,0 +1,16 @@
|
||||
<?php |
||||
// This is a SPIP language file -- Ceci est un fichier langue de SPIP |
||||
// extrait automatiquement de http://trad.spip.org/tradlang_module/paquet-stats?lang_cible=de |
||||
// ** ne pas modifier le fichier ** |
||||
|
||||
if (!defined('_ECRIRE_INC_VERSION')) return; |
||||
|
||||
$GLOBALS[$GLOBALS['idx_lang']] = array( |
||||
|
||||
// S |
||||
'stats_description' => 'Estadísticas de SPIP', |
||||
'stats_nom' => 'Estadísticas', |
||||
'stats_slogan' => 'Administración de las estadísticas de SPIP' |
||||
); |
||||
|
||||
?> |
@ -0,0 +1,16 @@
|
||||
<?php |
||||
// This is a SPIP language file -- Ceci est un fichier langue de SPIP |
||||
// extrait automatiquement de http://trad.spip.org/tradlang_module/paquet-stats?lang_cible=es |
||||
// ** ne pas modifier le fichier ** |
||||
|
||||
if (!defined('_ECRIRE_INC_VERSION')) return; |
||||
|
||||
$GLOBALS[$GLOBALS['idx_lang']] = array( |
||||
|
||||
// S |
||||
'stats_description' => 'Estadísticas de SPIP', |
||||
'stats_nom' => 'Estadísticas', |
||||
'stats_slogan' => 'Administración de las estadísticas de SPIP' |
||||
); |
||||
|
||||
?> |
Loading…
Reference in new issue