16 lines
306 B
PHP
16 lines
306 B
PHP
<?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(
|
||
|
||
//
|
||
'info_post_scriptum' => 'Colonne droite',
|
||
'info_post_scriptum_2' => 'Colonne droite :',
|
||
'info_ps' => 'Colonne droite',
|
||
|
||
);
|