[ 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. All Rights Reserved. 8 * Contributor(s): Valmir C. Trindade - Translate to Brazilian Portuguese - 26/04/2014 - www.ttcasolucoes.com.br 9 ************************************************************************************/ 10 $languageStrings = array( 11 'Active' => 'Ativo' , 12 'Document No'=> 'No. Documento' , 13 'Documents' => 'Documentos', 14 'Download Count' => 'Contagem Download' , 15 'Download Type'=> 'Tipo Download' , 16 'File Name'=> 'Nome Arquivo', 17 'File Size'=> 'Tamanho' , 18 'File Type'=> 'Tipo Arquivo', 19 'Folder Name'=> 'Nome Pasta', 20 'Last Modified By' => 'Última Modificação por', 21 'LBL_ADD_FOLDER' => 'Adicionar Pasta' , 22 'LBL_ADD_NEW_FOLDER' => 'Adicionar Pasta' , 23 'LBL_ADD_RECORD' => 'Adicionar Documento', 24 'LBL_CHECK_FILE_INTEGRITY' => 'Checar integridade arquivo', 25 'LBL_DENIED_DOCUMENTS' => 'Documentos Negados', 26 'LBL_DESCRIPTION'=> 'Descrição' , 27 'LBL_DOCUMENTS_MOVED_SUCCESSFULLY' => 'Os Documentos foram Movidos com Sucesso', 28 'LBL_DOWNLOAD_FILE'=> 'Download Arquivo', 29 'LBL_EMAIL_FILE_AS_ATTACHMENT' => 'Anexar arquivo ao Email', 30 'LBL_EXTERNAL' => 'Externo' , 31 'LBL_FILE_AVAILABLE' => 'O arquivo está disponível para download', 32 'LBL_FILE_INFORMATION' => 'Informação Arquivo', 33 'LBL_FILE_NOT_AVAILABLE' => 'Este Documento não está disponível para Download', 34 'LBL_FOLDER_DESCRIPTION' => 'Descrição Pasta', 35 'LBL_FOLDER_HAS_DOCUMENTS' => 'Por favor, mova os documentos da Pasta antes de apaga-la', 36 'LBL_FOLDER_NAME'=> 'Nome Pasta', 37 'LBL_FOLDERS_LIST' => 'Lista de Pastas', 38 'LBL_FOLDERS'=> 'Pastas' , 39 'LBL_INTERNAL' => 'Interno' , 40 'LBL_MAX_UPLOAD_SIZE'=> 'Tamanho máximo para upload' , 41 'LBL_MOVE' => 'Mover' , 42 'LBL_NOTE_INFORMATION' => 'Informação do Documento' , 43 'LBL_RECORDS_LIST' => 'Lista Documentos', 44 'MB' => 'MB', 45 'Note' => 'Notas' , 46 'SINGLE_Documents' => 'Documento' , 47 'Title'=> 'Título' , 48 'Version'=> 'Versão' , 49 ); 50 51 $jsLanguageStrings = array( 52 'JS_ARE_YOU_SURE_YOU_WANT_TO_MOVE_DOCUMENTS_TO' => 'Tem certeza que deseja mover o(s) arquivo(s) para', 53 'JS_FOLDER'=> 'pasta', 54 'JS_FOLDER_IS_NOT_EMPTY' => 'A pasta não está vazia', 55 'JS_MOVE_DOCUMENTS'=> 'Mover Documentos', 56 'JS_NEW_FOLDER'=> 'Nova Pasta', 57 'JS_NOT_ALLOWED' => 'não são permitidos', 58 'JS_OPERATION_DENIED'=> 'Operação Negada', 59 'JS_SPECIAL_CHARACTERS' => 'Caracteres Especiais como', 60 );
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 |