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

13 lines
745 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.

This file contains Unicode characters that might be confused with other characters. 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
// Fichier source, a modifier dans https://git.spip.net/spip-contrib-extensions/memoization.git
if (!defined('_ECRIRE_INC_VERSION')) {
return;
}
$GLOBALS[$GLOBALS['idx_lang']] = array(
// M
'memoization_description' => 'Mémoïzation est un terme dinformatique, dont Wikipédia donne la définition suivante : « une technique consistant à réduire le temps dexécution dune fonction en mémorisant ses résultats dune fois sur lautre ». Cest aussi le nom dune nouvelle librairie de fonctions pour PHP, qui fait suite à mes expérimentations sur XCache.',
'memoization_slogan' => 'Gestion du cache de SPIP par diverses méthodes.'
);