<?php
/**
 * Esperanto language file
 *
 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
 * @author     Felipe Castro <fefcas@yahoo.com.br>
 */

// settings must be present and set appropriately for the language
$lang['encoding']   = 'utf-8';
$lang['direction']  = 'ltr';
 
// for admin plugins, the menu prompt to be displayed in the admin menu
// if set here, the plugin doesn't need to override the getMenuText() method
$lang['menu']            = 'Rigardi ĉiujn diskutojn...'; 

$lang['discussion']      = 'Diskuto';
$lang['comment']         = 'Komento';
$lang['comments']        = 'Komentoj';
$lang['url']             = 'Retpaĝo';
$lang['address']         = 'Adreso';
$lang['date']            = 'Dato';
$lang['btn_reply']       = 'Respondi';
$lang['btn_hide']        = 'Kaŝi';
$lang['btn_show']        = 'Montri';
$lang['wordblock']       = 'Via komento estis malpermesata: ĝi ŝajnas spamo.';
$lang['mail_newcomment'] = 'Nova Komento';

$lang['reply']           = 'Respondo';
$lang['replies']         = 'Respondoj';
$lang['newthread']       = 'Nova temo';
$lang['threads']         = 'Temoj';

//Setup VIM: ex: et ts=2 enc=utf-8 :
