dictionary_eo.php from Brim at Krugle
Show dictionary_eo.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>
*
* @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']='utf-8';
$dictionary['item_title']='Legosignoj';
$dictionary['modifyBookmarkPreferences']='Ŝanĝi la preferindaĵoj de Ligoj';
$dictionary['quickmarkExplanation']='Aldonu la jena ligo al viaj legosigno en via <b>retumilo</b>. Ĉiufoje kiam vi vizitos paĝon kaj alklakas tiun specialan, la vizitata paĝo estos aŭtomate aldonita al viaj Brim-legosignoj.';
$dictionary['showBookmarkDetails'] = 'Montru detalojn de la ligoj';
?>
See more files for this project here