19 lines
431 B
PHP
19 lines
431 B
PHP
<?php
|
|
|
|
// Ceci est un fichier langue de SPIP -- This is a SPIP language file
|
|
//
|
|
/// Fichier produit par PlugOnet
|
|
// Module: paquet-spipr_blog
|
|
// Langue: fr
|
|
// Date: 29-11-2012 16:42:19
|
|
// Items: 2
|
|
|
|
if (!defined('_ECRIRE_INC_VERSION')) return;
|
|
|
|
$GLOBALS[$GLOBALS['idx_lang']] = array(
|
|
|
|
// S
|
|
'spipr_blog_description' => 'Blog-skeletons for Z+BootStrap+HTML5',
|
|
'spipr_blog_slogan' => 'Blog-skeletons for Z+BootStrap+HTML5',
|
|
);
|
|
?>
|