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

20 lines
544 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' => 'A personnaliser',
'ajouter_page' => 'Ajouter une page',
// L
'licence_utilise' => 'Code sous licence <a href="http://www.gnu.org/licenses/gpl-3.0.html">GPL 3</a>, documentation sous licence <a href="http://www.gnu.org/licenses/gpl-3.0.html">GPL 3</a>',
// R
'realise_par' => 'Conçu et réalisé par',
);
?>