From e1d1b19cbd3f138dd0f9dfabd5eb0ecfe60cc40c Mon Sep 17 00:00:00 2001 From: Salvatore De Paolis Date: Sun, 25 Jan 2009 23:53:51 +0100 Subject: [PATCH] Performance file --- lang/it.utf8/performance.php | 44 ++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 lang/it.utf8/performance.php diff --git a/lang/it.utf8/performance.php b/lang/it.utf8/performance.php new file mode 100644 index 0000000..56b459c --- /dev/null +++ b/lang/it.utf8/performance.php @@ -0,0 +1,44 @@ +. + * + * @package mahara + * @subpackage lang/it.utf8 + * @author Salvatore De Paolis + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL + * @copyright (C) 2006-2008 Catalyst IT Ltd http://catalyst.net.nz + * + */ + +defined('INTERNAL') || die(); + +$string['memoryused'] = 'Memoria'; +$string['timeused'] = 'Tempo di esecuzione'; +$string['seconds'] = 'secondi'; +$string['included'] = 'File inclusi'; +$string['dbqueries'] = 'interrogazioni DB'; +$string['reads'] = 'letture'; +$string['writes'] = 'scritture'; +$string['ticks'] = 'istanti'; +$string['sys'] = 'sys'; +$string['user'] = 'user'; +$string['cuser'] = 'cuser'; +$string['csys'] = 'csys'; +$string['serverload'] = 'Carico Server'; + + +?> -- GitLab