[ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Summary view] [Print] [Text view]
1 <?php 2 /*+********************************************************************************** 3 * The contents of this file are subject to the vtiger CRM Public License Version 1.0 4 * ("License"); You may not use this file except in compliance with the License 5 * The Original Code is: vtiger CRM Open Source 6 * The Initial Developer of the Original Code is vtiger. 7 * Portions created by vtiger are Copyright (C) vtiger. 8 * All Rights Reserved. 9 ************************************************************************************/ 10 $languageStrings = array( 11 'SINGLE_ProjectTask' => "Compito del progetto", 12 'LBL_ADD_RECORD' => "Aggiungi attività di progetto", 13 'LBL_RECORDS_LIST' => "Progetto Elenco attività", 14 'LBL_PROJECT_TASK_INFORMATION' => "Progetto Task Dettagli", 15 'LBL_PROJECTS_LIST' => "Lista Progetti", 16 'LBL_TASKS_LIST' => "List Tasks", 17 'LBL_MILESTONES_LIST' => "Lista Milestones", 18 'Project Task Name' => "Progetto Nome attività", 19 'Project Task No' => "Progetto Task No", 20 'Project Task Number' => "Progetto Numero Task", 21 'Status' => "Stato", 22 'Priority' => "Priorità", 23 'Progress' => "Progress", 24 'Type' => "Tipo", 25 'Worked Hours' => "Ore lavorate", 26 'Start Date' => "Data di inizio", 27 'End Date' => "Data di fine", 28 'Related To' => "Legati alla", 29 'administrative' => 'Amministrativo', 30 'operative' => 'Operativo', 31 'other' => 'Altro', 32 'low' => 'Basso', 33 'normal' => 'Normale', 34 'high' => 'Alto', 35 'Created Time' => "Tempo di creazione", 36 'Modified Time' => "Tempo Modified", 37 'description' => "Descrizione", 38 'Assigned To' => "Assegnato a", 39 'Open' => "Aprire", 40 'In Progress' => "In Progress", 41 'Completed' => "Completato", 42 'Deferred' => "Differite", 43 'Canceled' => "Cancellato", 44 );
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |