[ 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 * Author : Francisco Hernandez Odin Consultores S de RL de CV 10 * Author : www.odin.mx 11 * Author : Proudly, the best Vtiger's Partner in Mexico 12 ************************************************************************************/ 13 $languageStrings = array( 14 'SINGLE_Project' => 'Proyecto' , 15 'LBL_ADD_RECORD' => 'Agregar Proyecto' , 16 'LBL_RECORDS_LIST' => 'Lista de proyectos' , 17 'LBL_PROJECT_INFORMATION' => 'Información del Proyecto' , 18 'Project Name' => 'Nombre del Proyecto' , 19 'Start Date' => 'Fecha inicio' , 20 'Target End Date' => 'Fecha fin prevista' , 21 'Actual End Date' => 'Fecha fin real' , 22 'Project No' => 'Nº Proyecto' , 23 'Target Budget' => 'Presupuesto Inicial' , 24 'Project Url' => 'URL Proyecto' , 25 'Progress' => 'Progreso' , 26 'LBL_TASKS_OPEN' => 'Actividades abiertas' , 27 'LBL_TASKS_DUE' => 'Actividades retrasadas' , 28 'LBL_TASKS_COMPLETED' => 'Actividades completadas' , 29 'LBL_PEOPLE' => 'Gente' , 30 'LBL_CHARTS' => 'Gráficos' , 31 'LBL_TASKS_LIST' => 'Lista de actividades' , 32 'LBL_MILESTONES' => 'Hitos' , 33 'LBL_TASKS' => 'Actividades' , 34 'LBL_STATUS_IS' => 'Estado es' , 35 'LBL_STATUS' => 'Estado' , 36 'LBL_TICKET_PRIORITY' => 'Prioridad' , 37 'LBL_MORE' => 'Más' , 38 'LBL_DOWNLOAD_FILE' => 'Descargar archivo' , 39 'LBL_MILESTONES_LIST' => 'Lista de Hitos' , 40 'LBL_TASKS_HIGH' => 'Prioridad Alta' , 41 'LBL_TASKS_NORMAL' => 'Prioridad Normal' , 42 'LBL_TASKS_LOW' => 'Prioridad baja' , 43 'LBL_TASKS_OTHER' => 'Otras tareas' , 44 'LBL_SELECT_PROGRESS' => 'Seleccione el Progreso' , 45 46 //picklist values 47 'prospecting' => 'Prospectando', 48 'in progress' => 'En curso', 49 'initiated' => 'Iniciado', 50 'waiting for feedback' => 'Esperando respuesta', 51 'on hold' => 'En espera', 52 'archived' => 'Archivado', 53 'completed' => 'Completado', 54 'delivered' => 'Liberado', 55 'administrative' => 'Administrativo', 56 'operative' => 'Operativo', 57 'other' => 'Otro', 58 'low' => 'Bajo', 59 'normal' => 'Normal', 60 'high' => 'Alto', 61 ); 62 63 $jsLanguageStrings = array( 64 'JS_LBL_SELECT_STATUS' => 'Selecciona Estado', 65 'JS_LBL_SELECT_PROGRESS' => 'Selecciona el Progreso', 66 );
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 |