spip_nursit/plugins-dist/dist/nursit/memoization/lang/paquet-memoization_de.php
2023-06-01 17:30:12 +02:00

15 lines
793 B
PHP
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
// This is a SPIP language file -- Ceci est un fichier langue de SPIP
// extrait automatiquement de https://trad.spip.net/tradlang_module/paquet-memoization?lang_cible=de
// ** ne pas modifier le fichier **
if (!defined('_ECRIRE_INC_VERSION')) {
return;
}
$GLOBALS[$GLOBALS['idx_lang']] = array(
// M
'memoization_description' => 'Memoisation ist ein Begriffder Informatik, den Wikipédia so definiert: « Memoisation ist eine Technik, um Computerprogramme zu beschleunigen, indem Rückgabewerte von Funktionen zwischengespeichert anstatt neu berechnet werden. ». Es handelt sich ebenfals um den Namen einer PHP-Funktionsbibliothek, die das Ergebnis meiner Experimente mit XCache darstellt.',
'memoization_slogan' => 'SPIP-Cache mit unterschiedlichen Methoden verwalten.'
);