dictionary_pt_BR.php from Brim at Krugle
Show dictionary_pt_BR.php syntax highlighted
<?php
/**
* This file is part of the Brim project.
* The brim project is located at the following
* location: {@link http://www.brim-project.org http://www.brim-project.org}
*
* <pre> Enjoy :-) </pre>
*
* @author leroma
* @package org.brim-project.plugins.bookmarks
* @subpackage i18n
*
* @copyright Brim - Copyright (c) 2003 - 2006 Barry Nauta
*
* @license http://opensource.org/licenses/gpl-license.php
* The GNU Public License
*/
if (!isset ($dictionary))
{
$dictionary = array ();
}
$dictionary['item_title']='Favoritos';
$dictionary['locatorMissing']='O destino do link deve ser informado';
$dictionary['modifyBookmarkPreferences']='Modificar preferências dos favoritos';
$dictionary['quickmark']='Visita Rápida';
$dictionary['quickmarkExplanation']='Clique com o botão direito do mouse sobre o seguinte link para a adicionar aos Favoritos do seu <b>browser</b>. <br />Para adicionar a página atual aos seus favoritos do Booby selecione este link a partir do seu browser. <br /><br /><font size="-2">Se for questionado para adicionar o link, responda "Ok".</font><br />';
$dictionary['showBookmarkDetails']='Exibir detalhes do link';
$dictionary['sidebar']='Barra Lateral';
$dictionary['yourPublicBookmarks']='Seus favoritos públicos';
?>
See more files for this project here