You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
526 B
PHTML
20 lines
526 B
PHTML
![]()
10 years ago
|
<?php
|
||
|
|
||
|
// Ceci est un fichier langue de SPIP -- This is a SPIP language file
|
||
|
|
||
|
/// Fichier produit par PlugOnet
|
||
|
// Module: paquet-skel_mediablog
|
||
|
// Langue: fr
|
||
|
// Date: 07-06-2013 10:43:42
|
||
|
// Items: 3
|
||
|
|
||
|
if (!defined('_ECRIRE_INC_VERSION')) return;
|
||
|
|
||
|
$GLOBALS[$GLOBALS['idx_lang']] = array(
|
||
|
|
||
|
// S
|
||
|
'skel_mediablog_description' => 'Squelette de type blog pour les plateformes MediaSPIP',
|
||
|
'skel_mediablog_nom' => 'Squelette MediaSPIP Blog',
|
||
|
'skel_mediablog_slogan' => 'Squelette de type blog pour les plateformes MediaSPIP',
|
||
|
);
|
||
|
?>
|