PATH:
home
/
letacommog
/
crmleta
/
languages
/
pt_br
<?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( // Basic Strings 'SINGLE_Documents' => 'Documento', 'Documents' => 'Documentos', 'LBL_ADD_RECORD' => 'Adicionar Documento', 'LBL_RECORDS_LIST' => 'Lista Documentos', // Blocks 'LBL_NOTE_INFORMATION' => 'Informação Básica', 'LBL_FILE_INFORMATION' => 'Detalhes Arquivo', 'LBL_DESCRIPTION' => 'Descrição', //Field Labels 'Title' => 'Título', 'File Name' => 'Nome Arquivo', 'Note' => 'Nota', 'File Type' => 'Tipo Arquivo', 'File Size' => 'Tamanho Arquivo', 'Download Type' => 'Tipo Download', 'Version' => 'Versão', 'Active' => 'Ativo', 'Download Count' => 'Quantidade Downloads', 'Folder Name' => 'Nome Pasta', 'Document No' => 'No. Documento', 'Last Modified By' => 'Última Modificação por', //Folder 'LBL_FOLDER_HAS_DOCUMENTS' => 'Por favor, mova os documentos da pasta antes de apagar', //DetailView Actions 'LBL_DOWNLOAD_FILE' => 'Arquivo Download', 'LBL_CHECK_FILE_INTEGRITY' => 'Verificar integridade do arquivo', 'LBL_EMAIL_FILE_AS_ATTACHMENT' => 'Arquivo Email como anexo', //EditView 'LBL_INTERNAL' => 'Interno', 'LBL_EXTERNAL' => 'Externo', 'LBL_MAX_UPLOAD_SIZE' => 'Tamanho máximo transferência', //ListView Actions 'LBL_MOVE' => 'Mover', 'LBL_ADD_FOLDER' => 'Adicionar Pasta', 'LBL_FOLDERS_LIST' => 'Lista Pastas', 'LBL_FOLDERS' => 'Pastas', 'LBL_DOCUMENTS_MOVED_SUCCESSFULLY' => 'Documentos Movidos com Sucesso', 'LBL_DENIED_DOCUMENTS' => 'Documentos negados', 'MB' => 'MB', 'LBL_ADD_NEW_FOLDER' => 'Adicionar Nova Pasta', 'LBL_FOLDER_NAME' => 'Nome Pasta', 'LBL_FOLDER_DESCRIPTION' => 'Descrição Pasta', //Check file integrity messages 'LBL_FILE_AVAILABLE' => 'O arquivo está disponível para download', 'LBL_FILE_NOT_AVAILABLE' => 'Este Documento não está mais disponível para Download', 'LBL_VIEW_FILE' => 'Visualizar Arquivo', 'LBL_PREVIEW_NOT_AVAILABLE' => 'Visualização Não Discponível', 'LBL_VIEW_FILE' => 'Visualizar Arquivo', 'LBL_PREVIEW_NOT_AVAILABLE' => 'Visualização Não disponível', 'LBL_INTERNAL_DOCUMENT_TYPE' =>'Documento Interno', 'LBL_EXTERNAL_DOCUMENT_TYPE' =>'URL Externa', 'LBL_WEBDOCUMENT_TYPE' =>'Documento Web', 'LBL_DRAG_&_DROP_FILE_HERE' => 'Arraste e Solte Documento Aqui', 'LBL_WEB' => 'Web', 'LBL_UPLOAD_DOCUMENT_TO_VTIGER' => 'Transferir Documentos para Vtiger', 'LBL_UPLOAD_TO_DRIVE' => 'Transferir para Drive', 'LBL_SELECT_FROM_DRIVE' => 'Selecionar a partir do Drive', 'LBL_GOOGLE_DRIVE_FOLDERS' => 'Pasta Google Drive', 'LBL_ROOT' => 'Root', 'LBL_AUTHORIZE' => 'Autorizar', 'LBL_DOCUMENT_SOURCE' => 'Fonte Documento', 'LBL_REVOKE_ACCESS_TO_DRIVE' => 'Revogar Acesso ao Drive', 'LBL_FILE_URL' => 'URL do Arquivo', 'LBL_UPLOAD_TO' => 'Transferir para', 'LBL_NEW_DOCUMENT' => 'Novo Documento', 'LBL_VTIGER' => 'Vtiger', 'LBL_CREATE_YOUR_OWN' => 'Criar o seu', 'LBL_SHARE_DOCUMENT' => 'Compartilhar Documento', 'LBL_UPLOAD_TO_VTIGER' => 'Transferir Documento para Vtiger', 'LBL_UPLOAD' => 'TRansferir', 'LBL_SELECT_FILE_FROM_COMPUTER' => 'Selecionar Arquivo a partir do meu Computador', 'LBL_FILE_UPLOAD' => 'Transferir Arquivo', 'LBL_LINK_EXTERNAL_DOCUMENT' => 'Link Documento Externo', 'LBL_TO_SERVICE' => 'Para %s', 'LBL_FROM_SERVICE' => 'De %s', 'LBL_CREATE_NEW' => 'Criar Novo %s', 'LBL_SELECT_A_FOLDER_TO_MOVE' => 'Por favor, selecione a pasta para mover', ); $jsLanguageStrings = array( 'JS_NEW_FOLDER' => 'Nova Pasta', 'JS_MOVE_DOCUMENTS' => 'Mover Documentos', //Move documents confirmation message 'JS_ARE_YOU_SURE_YOU_WANT_TO_MOVE_DOCUMENTS_TO' => 'Tem certeza que deseja mover o(s) arquivo(s) para', 'JS_FOLDER' => 'Pasta', 'JS_OPERATION_DENIED' => 'Operação Negada', 'JS_FOLDER_IS_NOT_EMPTY' => 'Por favor, Apague/Mova todos os documento da pasta atual antes de apaga-lo', 'JS_SPECIAL_CHARACTERS' => 'Caracteres Especiais como', 'JS_NOT_ALLOWED' => 'não são permitidos', 'JS_DELETE_AND_TRASH_FILE_IN_DRIVE' => 'Arquivo apagado e lixo no Drive', 'JS_FAILED_TO_UPLOAD_FILE' => 'Falha ao transferir o arquivo', 'JS_ARE_YOU_SURE_TO_REVOKE_ACCESS' => 'Tem certeza que deseja revogar os acesso?', 'JS_ACCESS_REVOKED' => 'Acesso Revogado', 'JS_DELETE_AND_TRASH_FILE_IN_DROPBOX' => 'Arquivo apagado e lido no Dropbox', 'JS_UPLOAD_SUCCESSFUL' => 'Arquivo Transferido com Sucesso', 'JS_UPLOAD_FAILED' => 'Transferência do Arquivo Falhou', 'JS_DOCUMENT_CREATED' => 'Documento criado', 'JS_DOCUMENT_CREATION_FAILED' => 'Criação do Documento falhou', );
[+]
..
[+]
custom
[-] CustomerPortal_Client.php
[edit]
[-] SalesOrder.php
[edit]
[-] Faq.php
[edit]
[-] Migration.php
[edit]
[-] Assets.php
[edit]
[-] Webservices.php
[edit]
[-] Leads.php
[edit]
[-] Import.php
[edit]
[-] Mobile.php
[edit]
[-] Rss.php
[edit]
[-] Home.php
[edit]
[-] ProjectMilestone.php
[edit]
[-] Accounts.php
[edit]
[-] ModTracker.php
[edit]
[-] Quotes.php
[edit]
[-] Campaigns.php
[edit]
[-] VTENotepad.php
[edit]
[-] ModComments.php
[edit]
[-] Install.php
[edit]
[-] Reports.php
[edit]
[-] ServiceContracts.php
[edit]
[-] PDFMaker.php
[edit]
[+]
Settings
[-] EmailTemplates.php
[edit]
[-] RecycleBin.php
[edit]
[-] Users.php
[edit]
[-] Vendors.php
[edit]
[-] Proposal.php
[edit]
[-] Portal.php
[edit]
[-] Project.php
[edit]
[-] PurchaseOrder.php
[edit]
[-] Services.php
[edit]
[-] PBXManager.php
[edit]
[-] Documents.php
[edit]
[-] Events.php
[edit]
[-] ProjectTask.php
[edit]
[-] Potentials.php
[edit]
[-] MailManager.php
[edit]
[-] Emails.php
[edit]
[-] ModuleManager.php
[edit]
[-] Vtiger.php
[edit]
[-] PriceBooks.php
[edit]
[-] Contacts.php
[edit]
[-] Products.php
[edit]
[-] Calendar.php
[edit]
[-] Invoice.php
[edit]
[-] Google.php
[edit]
[-] WSAPP.php
[edit]
[-] SMSNotifier.php
[edit]
[-] HelpDesk.php
[edit]