PATH:
home
/
letacommog
/
crmleta
/
languages
/
pt_br
/
Settings
<?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. Contributor(s): Valmir C. Trindade - Brazilian Portuguese Translation - www.ttcasolucoes.com.br *************************************************************************************/ $languageStrings = array( 'SINGLE_Settings:Webforms' => 'Webform', //Basic Field Names 'WebForm Name' => 'Nome do Webform', 'Public Id' => 'ID Público', 'Enabled' => 'Status', 'Module' => 'Módulo', 'Return Url' => 'URL de Retorno', 'Post Url' => 'URL de Postagem', 'Captcha Enabled' => 'Captcha Habilitado', 'SINGLE_Webforms' => 'Webform', //Actions 'LBL_SHOW_FORM' => 'Exibir Formulário', 'LBL_DUPLICATES_EXIST' => 'Nome do Webform já existe', //Blocks 'LBL_WEBFORM_INFORMATION' => 'Informação do Webform', 'LBL_FIELD_INFORMATION' => 'Informação Campo', 'LBL_FIELD_NAME' => 'Nome Campo', 'LBL_OVERRIDE_VALUE' => 'Sobrescrever Valor', 'LBL_MANDATORY' => 'Obrigatório', 'LBL_WEBFORM_REFERENCE_FIELD' => 'Campo de referência de Webforms', 'LBL_SELECT_FIELDS_OF_TARGET_MODULE' => 'Selecionar Campos para Módulo Alvo...', 'LBL_ALLOWS_YOU_TO_MANAGE_WEBFORMS' => 'Permite que você gerencie os Webforms', 'LBL_ADD_FIELDS' => 'Adicionar Campos', 'LBL_EMBED_THE_FOLLOWING_FORM_IN_YOUR_WEBSITE' => 'Insira o seguinte formulário no seu website', 'LBL_SELECT_VALUE' => 'Selecionar Valor', 'LBL_LABEL' => 'rótulo', 'LBL_SAVE_FIELDS_ORDER' => 'Salvar ordem dos campos', 'LBL_HIDDEN' => 'Ocultar', 'LBL_ENABLE_TARGET_MODULES_FOR_WEBFORM' => 'Habilitar módulos Alvo para Webform', 'LBL_ASSIGN_USERS' => 'Usuário Responsável', 'LBL_ASSIGN_ROUND_ROBIN' => 'Designar Usuários no Round Robin', 'LBL_ROUNDROBIN_USERS_LIST' => 'Lista de Usuários do Round Robin', 'LBL_ADD_RECORD' => 'Adicionar Webform', 'LBL_UPLOAD_DOCUMENTS' => 'Carregar Documentos', 'LBL_ADD_FILE_FIELD' => 'Campo de carregamento Arquivo', 'LBL_FIELD_LABEL' => 'Título Documento', 'LBL_FILE_FIELD_INFO' => 'Para cada arquivo carregado a partir do Webform, um novo Documento é criado como o arquivo anexado. O Documento também é vinculado para este %s criado recentemente.', 'LBL_NO_FILE_FIELD' => 'Nenhum arquivo adicionado.', 'LBL_COPY_TO_CLIPBOARD' => 'Copiar para área de transferência', ); $jsLanguageStrings = array( 'JS_WEBFORM_DELETED_SUCCESSFULLY' => 'O Webform foi apagado com Sucesso', 'JS_LOADING_TARGET_MODULE_FIELDS' => 'Carregando Campos do Módulo Alvo', 'JS_SELECT_AN_OPTION' => 'Selecionar uma Opção', 'JS_LABEL' => 'rótulo', 'JS_MANDATORY_FIELDS_WITHOUT_OVERRIDE_VALUE_CANT_BE_HIDDEN' => 'Campos obrigatórios sem sobrescrever os valores, não podem ser ocultos', 'JS_REFERENCE_FIELDS_CANT_BE_MANDATORY_WITHOUT_OVERRIDE_VALUE' => 'Campos de referência não podem ser obrigatórios sem sobrescrever o valor', 'JS_TYPE_TO_SEARCH' => 'Tipo de pesquisa', "JS_WEBFORM_WITH_THIS_NAME_ALREADY_EXISTS" => 'Já existe um Webform com este nome', 'JS_MAX_FILE_FIELDS_LIMIT' => 'Maximum you can add %s file fields.', 'JS_COPIED_SUCCESSFULLY' => 'Copied successfully.', 'JS_COPY_FAILED' => 'Copy failed. Please copy manually.', );
[+]
..
[-] PBXManager.php
[edit]
[-] Leads.php
[edit]
[-] Vtiger.php
[edit]
[-] Potentials.php
[edit]
[-] Groups.php
[edit]
[-] CronTasks.php
[edit]
[-] Roles.php
[edit]
[-] MenuEditor.php
[edit]
[-] ExtensionStore.php
[edit]
[-] Profiles.php
[edit]
[-] MailConverter.php
[edit]
[-] Currency.php
[edit]
[-] EmailTemplate.php
[edit]
[-] ModuleManager.php
[edit]
[-] Picklist.php
[edit]
[-] LayoutEditor.php
[edit]
[-] PickListDependency.php
[edit]
[-] SharingAccess.php
[edit]
[-] SMSNotifier.php
[edit]
[-] Webforms.php
[edit]
[-] Workflows.php
[edit]
[-] CustomerPortal.php
[edit]