[ 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. All Rights Reserved. 8 * Contributor(s): Valmir C. Trindade - Translate to Brazilian Portuguese - 19/02/2013 - www.ttcasolucoes.com.br 9 ************************************************************************************/ 10 $languageStrings = array( 11 'LBL_MILESTONES_LIST' => 'Lista Milestones' , 12 'LBL_ADD_RECORD' => 'Adicionar Tarefa Projeto', 13 'LBL_PROJECTS_LIST' => 'Lista de Projetos', 14 'LBL_PROJECT_TASK_INFORMATION' => 'Detalhes Tarefa Projeto' , 15 'LBL_RECORDS_LIST' => 'Lista Tarefas Projeto' , 16 'LBL_TASKS_LIST' => 'Lista de Tarefas', 17 'SINGLE_ProjectTask' => 'Tarefa Projeto', 18 19 20 //Field Labels 21 'Project Task Name' => 'Project Task Name', 22 'Project Task No' => 'Project Task No', 23 'Project Task Number' => 'Project Task Number', 24 'Status' => 'Status', 25 'Priority' => 'Priority', 26 'Progress' => 'Progress', 27 'Type'=>'Type', 28 'Worked Hours'=>'Worked Hours', 29 'Start Date'=>'Start Date', 30 'End Date'=>'End Date', 31 'Related To' => 'Related To', 32 'administrative' => 'Administrativo', 33 'operative' => 'Operativo', 34 'other' => 'Outro', 35 'low' => 'Baixo', 36 'normal' => 'Normal', 37 'high' => 'Alto', 38 'Created Time' => 'Created Time', 39 'Modified Time' => 'Modified Time', 40 'description' => 'Description', 41 'Assigned To' => 'Assigned To', 42 'Open' => 'Open', 43 'In Progress' => 'In Progress', 44 'Completed' => 'Completed', 45 'Deferred' => 'Deferred', 46 'Canceled ' => 'Canceled', 47 );
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 |