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

15 lines
712 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

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
// extrait automatiquement de https://trad.spip.net/tradlang_module/paquet-memoization?lang_cible=it
// ** ne pas modifier le fichier **
if (!defined('_ECRIRE_INC_VERSION')) {
return;
}
$GLOBALS[$GLOBALS['idx_lang']] = array(
// M
'memoization_description' => 'Memozation è un termine informatico, che Wikipedia definisce come "una tecnica per ridurre i tempi di esecuzione di una funzione memorizzando i risultati da una volta allaltra". Questo è anche il nome di una nuova libreria di funzioni per PHP, che segue i miei esperimenti su XCache.',
'memoization_slogan' => 'Gestione della cache di SPIP con vari metodi.'
);