This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.
<?php
// This is a SPIP language file -- Ceci est un fichier langue de SPIP
// extrait automatiquement de https://trad.spip.net/tradlang_module/paquet-yaml?lang_cible=de
// ** ne pas modifier le fichier **
if(!defined('_ECRIRE_INC_VERSION')){
return;
}
$GLOBALS[$GLOBALS['idx_lang']]=array(
// Y
'yaml_description'=>'Dieses Plugin stellt die Funtkionen zum lesen/schreiben des Formats YAML bereit:
<code>yaml_decode()</code> und <code>yaml_encode()</code>. Es ermöglicht die Verwendung des Formats YAML in Schleifen (DATA).',
'yaml_slogan'=>'Ein einfaches Dateiformat um Datenlisten zu bearbeiten'