source: extensions/ContactForm/language/eo_EO/plugin.lang.php @ 25927

Last change on this file since 25927 was 25927, checked in by TranslationTeam, 10 years ago

[contactform] Update eo_EO, thanks to : sylvbarrier

  • Property svn:executable set to *
File size: 4.1 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2013 Piwigo Team                  http://piwigo.org |
6// | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
7// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
8// +-----------------------------------------------------------------------+
9// | This program is free software; you can redistribute it and/or modify  |
10// | it under the terms of the GNU General Public License as published by  |
11// | the Free Software Foundation                                          |
12// |                                                                       |
13// | This program is distributed in the hope that it will be useful, but   |
14// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
15// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
16// | General Public License for more details.                              |
17// |                                                                       |
18// | You should have received a copy of the GNU General Public License     |
19// | along with this program; if not, write to the Free Software           |
20// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
21// | USA.                                                                  |
22// +-----------------------------------------------------------------------+
23$lang['Please choose a category'] = 'Bonvolu elekti kategorion';
24$lang['Please enter a message'] = 'Bonvolu redakti mesaĝon';
25$lang['Please enter a name'] = 'Bonvolu redakti nomon';
26$lang['Please enter a subject'] = 'Bonvolu redakti temon';
27$lang['Please enter an e-mail'] = 'Bonvolu redakti retadreson';
28$lang['Prefix of the sent e-mail subject'] = 'Prefikso de la temo de la sendita retmesaĝo';
29$lang['Redirect after sending email (optional)'] = 'Alidirekti post la sendo de la retmesaĝo (opcia)';
30$lang['Send'] = 'Sendi';
31$lang['Send copy to my email'] = 'Sendi kopion al mia retadreso';
32$lang['Subject'] = 'Temo';
33$lang['Text after the contact form'] = 'Teksto post la kontakta formularo';
34$lang['Text before the contact form'] = 'Teksto antaŭ la kontakta formularo';
35$lang['Tip'] = 'Truko';
36$lang['Your e-mail'] = 'Via retadreso';
37$lang['Your name'] = 'Via nomo';
38$lang['can be translated with LocalFiles Editor plugin'] = 'povas esti tradukita kun la kromaĵo "LocalFiles Editor" (Redaktilo de lokaj dosieroj)';
39$lang['you can use "%gallery_title%"'] = 'eblas al vi uzi "%gallery_title%"';
40$lang['%s must not be less than %d characters long'] = 'nepras, ke %s ne longu pli ol %d signoj';
41$lang['%s must not be more than %d characters long'] = 'nepras, ke %s ne longu malpli ol %d signoj';
42$lang['+ Add a category'] = '+ Aldoni kategorion';
43$lang['+ Add an email'] = '+ Aldoni retmesaĝon';
44$lang['Active'] = 'Aktiva';
45$lang['Add link in menu'] = 'Aldoni ligilon en menuon';
46$lang['Allow guests to see the form'] = 'Ebligi al vizitantoj vidi la formularon';
47$lang['Category'] = 'Kategorio';
48$lang['Default e-mail subject'] = 'Apriora retmesaĝa temo';
49$lang['E-mail address is mandatory'] = 'Retadreso devigas';
50$lang['E-mail configuration'] = 'Retmesaĝa agordo';
51$lang['E-mail format :'] = 'Retmesaĝa formato:';
52$lang['E-mail sent successfully'] = 'Retmesaĝo sukcese sendiĝis';
53$lang['Each category is displayed as a distinct "service" on the contact form (example: "Technical", "Commercial", "General question"). Using categories is not mandatory.'] = 'Ĉiu kategorio montriĝas kiel aparta "servo" ĉe la kontaktoformularo (ekz-e: "Teknika", "Komerca", "Ĝenerala demando"). Uzi kategoriojn ne devigas.';
54$lang['Error while sending e-mail'] = 'Eraro dum retmesaĝosendo';
55$lang['General configuration'] = 'Ĝenerala agordo';
56$lang['Message'] = 'Mesaĝo';
57$lang['Name is mandatory'] = 'Nomo devigas';
58$lang['No active email address'] = 'Retadreso ne aktivas';
59$lang['Plain text'] = 'Plata teksto';
60$lang['Invalid redirect URL'] = 'Nevalida alidirektiga URL';
61$lang['Name'] = 'Nomo';
62?>
Note: See TracBrowser for help on using the repository browser.