spip_nursit/plugins/dist/squelettes/spipr-doc/lang/spipr_doc_en.php
2023-06-01 17:30:12 +02:00

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',
);
?>