14 lines
269 B
PHP
Executable file
14 lines
269 B
PHP
Executable file
<?php
|
|
// This is a SPIP language file -- Ceci est un fichier langue de SPIP
|
|
|
|
if (!defined('_ECRIRE_INC_VERSION')) {
|
|
return;
|
|
}
|
|
|
|
$GLOBALS[$GLOBALS['idx_lang']] = array(
|
|
|
|
// B
|
|
'blocklog_description' => '',
|
|
'blocklog_nom' => 'Block Log',
|
|
'blocklog_slogan' => '',
|
|
);
|