Files
CRM/languages/pt_br/Settings/Groups.php
BACHIR SOULDI 2794e62571 first commit
2025-09-28 08:49:37 +01:00

27 lines
1.3 KiB
PHP

<?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(
'LBL_TRANSFORM_OWNERSHIP' => 'Transferir propriedade',
'SINGLE_Groups' => 'Grupo',
'LBL_TO_OTHER_GROUP' => 'Para Outro Grupo ',
'LBL_ADD_RECORD' => 'Adicionar Grupo',
'LBL_GROUP_NAME' => 'Nome Grupo',
'LBL_GROUP_MEMBERS' => 'Membro Grupo',
'LBL_ROLEANDSUBORDINATE' => 'Função e Subordinados',
'RoleAndSubordinates' => 'Função e Subordinados',
'LBL_DUPLICATES_EXIST' => 'O Nome do Grupo já existe',
);
$jsLanguageStrings = array(
'JS_PLEASE_SELECT_ATLEAST_ONE_MEMBER_FOR_A_GROUP' => 'Selecione pelo menos um membro de um Grupo',
'JS_RECORD_DELETED_SUCCESSFULLY' => 'Grupo apagado com sucesso',
'JS_COMMA_NOT_ALLOWED_GROUP' => 'Caracteres especiais como,"<> não são permitidos no Nome do Grupo.',
);