Files
crm.clientright.ru/languages/pt_br/ModComments.php

31 lines
1.1 KiB
PHP
Executable File

<?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_ModComments' => 'Comentário',
'LBL_RECORDS_LIST' => 'Lista Comentários',
// Blocks
'LBL_MODCOMMENTS_INFORMATION' => 'Comentários',
'LBL_OTHER_INFORMATION' => 'Outras Informações',
'LBL_ADDING_COMMENT' => 'Adicionando Comentário',
'LBL_WRITE_YOUR_COMMENT_HERE' => 'Digite comentário aqui',
//Field Labels
'Comment' => 'Comentário',
'Creator' => 'Criador',
'Related To Comments' => 'Relaciona a',
//other
'LBL_COMMENTED_AT' => 'Comentado em'
);