Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<?php
/************************************************************************************
* The contents of this file are subject to the vtiger CRM Public License Version 1.0
* ("License"); You may not use this file except in compliance with the License
* The Original Code is: vtiger CRM Open Source
* The Initial Developer of the Original Code is vtiger.
* Portions created by vtiger are Copyright (C) vtiger.
* All Rights Reserved.
* Author : Francisco Hernandez Odin Consultores S de RL de CV
* Author : www.odin.mx
* Author : Proudly, the best Vtiger's Partner in Mexico
************************************************************************************/
$languageStrings = array(
'SINGLE_ProjectTask' => 'Actividad' ,
'LBL_ADD_RECORD' => 'Agregar Actividad' ,
'LBL_RECORDS_LIST' => 'Lista de actividades' ,
'LBL_PROJECT_TASK_INFORMATION' => 'Información Actividad' ,
'LBL_PROJECTS_LIST' => 'Lista de proyectos' ,
'LBL_TASKS_LIST' => 'Lista de Actividades' ,
'LBL_MILESTONES_LIST' => 'Lista de Hitos' ,
//Field Labels
'Project Task Name' => 'Nombre de la actividad',
'Project Task No' => 'No. de Actividad',
'Project Task Number' => 'Número de Actividad',
'Status' => 'Estado',
'Priority' => 'Prioridad',
'Progress' => 'Progreso',
'Type' =>'Tipo',
'Worked Hours' =>'Horas trabajadas',
'Start Date' =>'Fecha inicio',
'End Date' =>'Fecha fin',
'Related To' => 'Relacionado a',
'administrative' => 'Administrativo',
'operative' => 'Operativo',
'other' => 'Otro',
'low' => 'Bajo',
'normal' => 'Normal',
'high' => 'Alto',
'Created Time' => 'Fecha Creado',
'Modified Time' => 'Fecha Modificado',
'description' => 'Descripción',
'Assigned To' => 'Assignado a',
'Open' => 'Abierta',
'In Progress' => 'En Progresa',
'Completed' => 'Completada',
'Deferred' => 'Retrasada',
'Canceled ' => 'Cancelada',
);