[ 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_Project' => "Projeto", 12 'LBL_ADD_RECORD' => "Adicionar projeto", 13 'LBL_RECORDS_LIST' => "Lista de Projetos", 14 'LBL_PROJECT_INFORMATION' => "Detalhes do Projeto", 15 'Project Name' => "Nome do Projeto", 16 'Start Date' => "Data de Início", 17 'Target End Date' => "Target Date End", 18 'Actual End Date' => "Actual End Date", 19 'Project No' => "Número do Projeto", 20 'Target Budget' => "Orçamento alvo", 21 'Project Url' => "Url projeto", 22 'Progress' => "Progresso", 23 'LBL_TASKS_OPEN' => "Tarefas abertas", 24 'LBL_TASKS_DUE' => "Tarefas devido", 25 'LBL_TASKS_COMPLETED' => "As tarefas concluídas", 26 'LBL_PEOPLE' => "Pessoas", 27 'LBL_CHARTS' => "Gráficos", 28 'LBL_TASKS_LIST' => "Lista de Tarefas", 29 'LBL_MILESTONES' => "Milestones", 30 'LBL_TASKS' => "Tarefas", 31 'LBL_STATUS_IS' => "Estado é", 32 'LBL_STATUS' => "Estado", 33 'LBL_TICKET_PRIORITY' => "Prioridade", 34 'LBL_MORE' => "mais", 35 'LBL_MILESTONES_LIST' => "Lista Milestones", 36 'LBL_DOWNLOAD_FILE' => "Baixar Arquivo", 37 'LBL_TASKS_HIGH' => 'Alta prioridade', 38 'LBL_TASKS_NORMAL' => 'Prioridade normal', 39 'LBL_TASKS_LOW' => 'Baixa Prioridade', 40 'LBL_TASKS_OTHER' => 'Outras prioridades', 41 'LBL_SELECT_PROGRESS' => 'Selecione Progresso', 42 43 //picklist values 44 'prospecting' => 'Prospecção', 45 'in progress' => 'Em andamento', 46 'initiated' => 'Iniciado', 47 'waiting for feedback' => 'À espera de feedback', 48 'on hold' => 'Em Espera', 49 'archived' => 'Arquivado', 50 'completed' => 'Concluído', 51 'delivered' => 'Entregue', 52 'administrative' => 'Administrativo', 53 'operative' => 'Operativo', 54 'other' => 'Outro', 55 'low' => 'Baixo', 56 'normal' => 'Normal', 57 'high' => 'Alto', 58 ); 59 60 $jsLanguageStrings = array( 61 'JS_LBL_SELECT_STATUS' => 'Selecione Status', 62 'JS_LBL_SELECT_PROGRESS' => 'Selecione Progresso', 63 );
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 |