xref: /plugin/discussion/lang/eo/lang.php (revision 5ea84b208d8cbed9360a59c0ca7383e5e7f97bb4)
1<?php
2/**
3 * Esperanto language file
4 *
5 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
6 * @author     Felipe Castro <fefcas@yahoo.com.br>
7 */
8
9// settings must be present and set appropriately for the language
10$lang['encoding']   = 'utf-8';
11$lang['direction']  = 'ltr';
12
13// for admin plugins, the menu prompt to be displayed in the admin menu
14// if set here, the plugin doesn't need to override the getMenuText() method
15$lang['menu']            = 'Rigardi ĉiujn diskutojn...';
16
17$lang['discussion']      = 'Diskuto';
18$lang['comment']         = 'Komento';
19$lang['comments']        = 'Komentoj';
20$lang['url']             = 'Retpaĝo';
21$lang['address']         = 'Adreso';
22$lang['date']            = 'Dato';
23$lang['btn_reply']       = 'Respondi';
24$lang['btn_hide']        = 'Kaŝi';
25$lang['btn_show']        = 'Montri';
26$lang['wordblock']       = 'Via komento estis malpermesata: ĝi ŝajnas spamo.';
27$lang['mail_newcomment'] = 'Nova Komento';
28
29$lang['reply']           = 'Respondo';
30$lang['replies']         = 'Respondoj';
31$lang['newthread']       = 'Nova temo';
32$lang['threads']         = 'Temoj';
33
34//Setup VIM: ex: et ts=2 enc=utf-8 :
35