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

20 lines
502 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' => 'personalisieren',
// L
'licence_utilise' => 'Programmcode unterliegt der <a href="http://www.gnu.org/licenses/gpl-3.0.html">GPL 3</a>, die Dokumentation der <a href="http://www.gnu.org/licenses/gpl-3.0.html">GPL 3</a>',
// R
'realise_par' => 'Entwickelt von',
);
?>