source: extensions/oAuth/language/eo_EO/plugin.lang.php @ 27024

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

[oauth] Update eo_EO, thanks to : sylvbarrier

  • Property svn:executable set to *
File size: 4.0 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2014 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['%s: invalid keys'] = '%s: nevalidaj ŝlosiloj';
24$lang['Cancel'] = 'Forigi';
25$lang['Enabled'] = 'Permesita';
26$lang['Error...'] = 'Eraro...';
27$lang['Or sign in with'] = 'Aŭ ensalutu kun';
28$lang['Please enter your user ID'] = 'Bonvolu entajpi vian uzantan identigilon';
29$lang['Please enter your username'] = 'Bonvolu entajpi vian salutnomo';
30$lang['Icon size in the menubar'] = 'Grandeco de la bildsimbolo en la menubreto';
31$lang['Icon size on the identification page'] = 'Grandeco de la bildsimbolo en la identiga paĝo';
32$lang['Profile URL'] = 'Retadreso de la profilo';
33$lang['Social Connect: PHP Curl extension is needed'] = 'Socia Konekto: necesas la kromprogramo PHP Curl';
34$lang['Social Connect: You need to configure the credentials'] = 'Socia Konekto: Vi bezonas agordi la ensalutilojn';
35$lang['Users are not allowed to register on your gallery. Social Connect will not work correctly.'] = 'Uzantoj ne rajtas registri sur via galerio. Socia Konekto ne taŭge funkcios.';
36$lang['You registered with a %s account, please sign in with the same account.'] = 'Vi registriĝis kun %s konto, bonvolu ensaluti kun la sama.';
37$lang['Your registration is almost done, please complete the registration form.'] = 'Via registrado preskaŭ finkompletas, bonvolu plenigi la registradan formularon.';
38$lang['Allow users to merge existing account with new <i>Social Connect</i> identity'] = 'Permesi al la uzantoj kunfandi ekzistantan konton kun nova identeco <i>Socia Konekto</i>';
39$lang['An error occured, please contact the gallery owner. <i>Error code : %s</i>'] = 'Eraro okazis, bonvolu kontakti la galerian posedanton. <i>Eraro kodo: %s</i>';
40$lang['Associate with an existing account'] = 'Asocii kun ekzistanta konto';
41$lang['Authentication canceled'] = 'Aŭtentokontrolo nuligita';
42$lang['Display sign in buttons in the menubar'] = 'Vidigi la ensalutajn butonojn en la menubreton';
43$lang['Display sign in buttons on the register page'] = 'Vidigi la ensalutajn butonojn en la registran paĝon';
44$lang['Logged with'] = 'Konektita kun';
45$lang['Please enter your OpenID URL'] = 'Bonvolu entajpi vian retadreson OpenID';
46$lang['Sign in with %s'] = 'Ensaluti kun %s';
47$lang['Contacting <b>%s</b>. Please wait.'] = 'Kontaktanta la servilon <b>%s</b>. Bonvolu atendi.';
48$lang['Disabled'] = 'Malaktivigita';
49$lang['Loading...'] = 'Ŝutanta...';
50$lang['Providers'] = 'Provizantoj';
51$lang['Sorry, new registrations are blocked on this gallery.'] = 'Bedaŭrinde, novaj registradoj estas blokitaj sur tiu galerio.';
52?>
Note: See TracBrowser for help on using the repository browser.