vtigerossez/include/Webservices/language/pt_br.lang.php

28 lines
1.2 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 Carlos Trindade/Translate to Brazilian Portuguese|03/03/2012|Curitiba/Paraná/Brasil.|www.ttcasolucoes.com.br
********************************************************************************/
$app_strings = array (
'Groups'=>'Grupos',
'DocumentFolders'=>'Pastas Documentos',
'Currency'=>'Moeda',
'SINGLE_Groups'=>'Grupo',
'SINGLE_DocumentFolders'=>'Pasta Documento',
'SINGLE_Currency'=>'Moeda',
);
$webservice_strings = array(
'LBL_INVALID_OLD_PASSWORD' => 'Senha antiga inválida.',
'LBL_NEW_PASSWORD_MISMATCH' => "A nova Senha e a Senha de confirmação não são iguais",
'LBL_DATABASE_QUERY_ERROR' => 'Erro na base de dados ao executar a operação solicitada',
'LBL_CHANGE_PASSWORD_FAILURE' => 'Falha ao alterar a Senha',
);
?>