%PDF- %PDF-
| Direktori : /var/www/crm/modules/Trackers/language/ |
| Current File : /var/www/crm/modules/Trackers/language/it_it.lang.php |
<?php
/*********************************************************************************
* The contents of this file are subject to the SugarCRM Enterprise Subscription
* Agreement ("License") which can be viewed at
* http://www.sugarcrm.com/crm/products/sugar-enterprise-eula.html
* By installing or using this file, You have unconditionally agreed to the
* terms and conditions of the License, and You may not use this file except in
* compliance with the License. Under the terms of the license, You shall not,
* among other things: 1) sublicense, resell, rent, lease, redistribute, assign
* or otherwise transfer Your rights to the Software, and 2) use the Software
* for timesharing or service bureau purposes such as hosting the Software for
* commercial gain and/or for the benefit of a third party. Use of the Software
* may be subject to applicable fees and any use of the Software without first
* paying applicable fees is strictly prohibited. You do not have the right to
* remove SugarCRM copyrights from the source code or user interface.
*
* All copies of the Covered Code must include on each user interface screen:
* (i) the "Powered by SugarCRM" logo and
* (ii) the SugarCRM copyright notice
* in the same form as they appear in the distribution. See full license for
* requirements.
*
* Your Warranty, Limitations of liability and Indemnity are expressly stated
* in the License. Please refer to the License for the specific language
* governing these rights and limitations under the License. Portions created
* by SugarCRM are Copyright (C) 2004-2011 SugarCRM, Inc.; All Rights Reserved.
********************************************************************************/
if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point');
$mod_strings = array (
'ShowTopUser' => 'Top User',
'item_id' => 'ID',
'ShowActiveUsers' => 'Mostra Utenti Attivi',
'ShowLastModifiedRecords' => 'Ultimi 10 Record Modificati',
'ShowMyModuleUsage' => 'Il mio Modulo in Uso',
'ShowMyWeeklyActivities' => 'Le mie Attività Settimanali',
'ShowTop3ModulesUsed' => 'I miei 3 moduli più utilizzati',
'ShowLoggedInUserCount' => 'Conteggio degli Utenti Attivi',
'ShowMyCumulativeLoggedInTime' => 'Il mio tempo di accesso cumulativo (Questa Settimana)',
'ShowUsersCumulativeLoggedInTime' => 'Tempo di accesso cumulativo degli utenti (Questa Settimana)',
'action' => 'Azione',
'active_users' => 'Conteggio Utenti Attivi',
'date_modified' => 'Data Ultima Azione',
'different_modules_accessed' => 'Numero di moduli visitati',
'first_name' => 'Nome',
'item_summary' => 'Nome',
'last_action' => 'Ultima azione data/ora',
'last_name' => 'Cognome',
'module_name' => 'Nome modulo',
'records_modified' => 'Totale record modificati',
'top_module' => 'Modulo più visitato',
'total_count' => 'Totale pagine viste',
'total_login_time' => 'Tempo (hh:mm:ss)',
'user_name' => 'Nome Utente',
'users' => 'Utenti',
'LBL_ENABLE' => 'Abilita',
'LBL_MODULE_NAME_TITLE' => 'Tracker',
'LBL_MODULE_NAME' => 'Tracker',
'LBL_TRACKER_SETTINGS' => 'Impostazioni Trackers',
'LBL_TRACKER_QUERIES_DESC' => 'Query Trackers',
'LBL_TRACKER_QUERIES_HELP' => 'Traccia le istruzioni SQL quando dump_slow_queries è abilitato e il tempo d´esecuzione delle query è inferiore al valore di slow_query_time_msec nel config.php',
'LBL_TRACKER_PERF_DESC' => 'Trackers Performance',
'LBL_TRACKER_PERF_HELP' => 'Traccia lo scambio di dati del database, files aperti e utilizzo di memoria',
'LBL_TRACKER_SESSIONS_DESC' => 'Trackers Sessioni',
'LBL_TRACKER_SESSIONS_HELP' => 'Traccia gli utenti attivi e informazioni delle sessioni degli utenti',
'LBL_TRACKER_DESC' => 'Trackers Azioni',
'LBL_TRACKER_HELP' => 'Traccia le visualizzazioni per pagina (moduli e record visitati) e record salvati',
'LBL_TRACKER_PRUNE_INTERVAL' => 'Numero di giorni di validità dei dati degli indicatori da memorizzare quando lo schedulatore svuoterà le tabelle',
'LBL_TRACKER_PRUNE_RANGE' => 'Numero di giorni',
);