forked from YetiForceCompany/YetiForceCRM
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
104 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<?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 - 08/12/2014 - www.ttcasolucoes.com.br | ||
*************************************************************************************/ | ||
$languageStrings = array( | ||
'LBL_ADD_RECORD' => 'Adicionar registro', | ||
'LBL_DESCRIPTION' => 'Descrição', | ||
'LBL_EMAIL_TEMPLATE_DESCRIPTION'=>'Gerenciar modelos para módulo de E-Mail', | ||
'LBL_EMAIL_TEMPLATE' => 'Modelo Email', | ||
'LBL_EMAIL_TEMPLATES'=> 'Modelos Emails', | ||
'LBL_GENERAL_FIELDS' => 'Campos Gerais', | ||
'LBL_SELECT_FIELD_TYPE' => 'Selecionar Tipo Campo', | ||
'LBL_SUBJECT' => 'Assunto', | ||
'LBL_TEMPLATE_NAME' => 'Nome Modelo', | ||
'SINGLE_EmailTemplates' => 'Modelo Email', | ||
|
||
//Missing Fields | ||
'Email Templates' => 'Modelos Email' , | ||
'Template Name' => 'Nome Modelo' , | ||
'Templatename' => 'Nome Modelo' , | ||
'Message' => 'Mensagem' , | ||
'EmailTemplates' => 'Modelos de Email', | ||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<?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 - 26/04/2014 - www.ttcasolucoes.com.br | ||
*************************************************************************************/ | ||
$languageStrings = array( | ||
'LBL_CRM_DOCUMENTATION' => 'Para ajuda sobre o Vtiger6 - <a href="https://wiki.vtiger.com/vtiger6" target="_blank">Documentação</a> , <a href="https://www.youtube.com/vtiger" target="_blank">Videos</a> <BR>', | ||
'LBL_DATABASE_CHANGE_LOG' => 'Migração: Log de Mudanças da Base de Dados', | ||
'LBL_DISCUSS_WITH_US_AT_BLOGS' => 'Para saber mais sobre o Vtiger siga-nos em nosso <a href="https://blogs.vtiger.com" target="_blank">Blog</a>', | ||
'LBL_INPROGRESS' => 'Migração em andamento', | ||
'LBL_MIGRATION_COMPLETED' => 'Migração Concluída', | ||
'LBL_MIGRATION_COMPLETED_SUCCESSFULLY' => 'A migração do seu vtiger6 foi concluída com sucesso.', | ||
'LBL_MIGRATION_WIZARD' => 'Migração Assistida', | ||
'LBL_PRIDE_BEING_ASSOCIATED' => 'Estamos orgulhosos de termos você conosco.', | ||
'LBL_RELEASE_NOTES' => 'Para saber quais as novidades desta versão, por favor, leia <a href="#" target="_blank">Notas do Release</a> <br>', | ||
'LBL_SPACE_FOR_YOU' => 'Venha conosco, há espaço para você também!', | ||
'LBL_TALK_TO_US_AT_FORUMS' => 'Tem alguma dúvida? Encontre ajuda sobre o Vtiger em <a href="https://forums.vtiger.com" target="_blank"> Discussões </a><br>', | ||
'LBL_THANKS' => 'Obrigado por utilizar o <b>vtiger CRM</b>', | ||
'LBL_VTIGER_MIGRATION' => 'Bem Vindo(a) a Migração do Vtiger', | ||
'LBL_WAIT' => 'Por gentileza, aguarde ...', | ||
'LBL_WE_AIM_TO_BE_BEST' => 'Pretendemos ser simplesmente o melhor', | ||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters