first commit
This commit is contained in:
33
languages/pt_br/Portal.php
Normal file
33
languages/pt_br/Portal.php
Normal file
@@ -0,0 +1,33 @@
|
||||
<?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(
|
||||
'Portal' => 'Nossos Sites',
|
||||
'LBL_ADD_BOOKMARK' => 'Adicionar Favorito',
|
||||
'LBL_BOOKMARK_NAME' => 'Nome Favorito',
|
||||
'LBL_BOOKMARK_URL' => 'URL Favorito',
|
||||
'LBL_CREATED_ON' => 'Criado em',
|
||||
'SINGLE_Portal' => 'Nosso Site',
|
||||
'LBL_EDIT_BOOKMARK' => 'Editar Favorito',
|
||||
'LBL_ENTER_BOOKMARK_NAME' => 'Digite Nome Favorito',
|
||||
'LBL_ENTER_URL' => 'Digitar URL (www.example.com.br)',
|
||||
'LBL_ADD_NEW_BOOKMARK' => 'Adicionar Novo Favorito',
|
||||
'LBL_BOOKMARK_SAVED_SUCCESSFULLY' => 'Favorito Salvo com Sucesso',
|
||||
'LBL_RECORD_DELETED_SUCCESSFULLY' => 'Registro apagado com sucesso',
|
||||
'LBL_OUR_SITES_LIST' => 'Nossa Lista de Sites',
|
||||
'LBL_BOOKMARKS_LIST' => 'Lista de Favoritos',
|
||||
'LBL_BOOKMARKS_DELETED_SUCCESSFULLY' => 'Favoritos apagados com sucesso',
|
||||
'LBL_BOOKMARK' => 'Favorito',
|
||||
'LBL_BOOKMARKS' => 'Favoritos',
|
||||
'HTTP_ERROR' => 'O website que você está tentando abrir não é seguro e pode não abrir. Se mesmo assim quiser visualizar a página, então poderá clicar sobre o bloqueador de conteúdo na barra de endereço e habilita-lo.',
|
||||
);
|
||||
|
||||
$jsLanguageStrings = array(
|
||||
'JS_ENTER_MANDATORY_FIELDS' => 'Por favor, preencha todos os campos obrigatórios',
|
||||
);
|
||||
Reference in New Issue
Block a user