dictionary_es_CO.php from Brim at Krugle
Show dictionary_es_CO.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 Tony Perez, Sonja van den Borren
* @package org.brim-project.plugins.bookmarks
* @subpackage i18n
*
* @copyright [brim-project.org] - Copyright (c) 2003 - 2006 Barry Nauta
*
* @license http://opensource.org/licenses/gpl-license.php
* The GNU Public License
*/
if (!isset ($dictionary))
{
$dictionary=array();
}
$dictionary['charset']='iso-8859-1';
$dictionary['item_quick_help']='Haga click en el �cono en frente del enlace para editar/borrar/mover el objeto.';
$dictionary['item_title']='Enlaces';
$dictionary['locatorMissing'] = 'El URL tiene que ser definido';
$dictionary['modifyBookmarkPreferences']='Preferencias';
$dictionary['quickmarkExplanation']='A�ada el siguiente enlace a los registros de su navegador. Cada vez que visite una p�gina y llame este v�nculo espec�fico, la p�gina visitada sera a�adida autom�ticamente a su "Brim-registros".<br />';
$dictionary['showBookmarkDetails'] = 'Detalles del enlace';
$dictionary['sidebar']='Sidebar';
$dictionary['yourPublicBookmarks']='Enlaces p�blicos';
?>
See more files for this project here