20 lines
481 B
PHP
20 lines
481 B
PHP
<?php
|
|
|
|
// Ceci est un fichier langue de SPIP -- This is a SPIP language file
|
|
//
|
|
/// Fichier produit par klaus++
|
|
//
|
|
|
|
if (!defined('_ECRIRE_INC_VERSION')) return;
|
|
|
|
$GLOBALS[$GLOBALS['idx_lang']] = array(
|
|
|
|
// A
|
|
'a_personnaliser' => 'personalize this',
|
|
|
|
// L
|
|
'licence_utilise' => 'Code licence <a href="http://www.gnu.org/licenses/gpl-3.0.html">GPL 3</a>, documentation licence <a href="http://www.gnu.org/licenses/gpl-3.0.html">GPL 3</a>',
|
|
// R
|
|
'realise_par' => 'Made by',
|
|
);
|
|
?>
|