Blame view
sources/apps/user_ldap/l10n/eo.php
2.98 KB
|
31b7f2792
|
1 2 3 |
<?php $TRANSLATIONS = array( "Failed to delete the server configuration" => "Malsukcesis forigo de la agordo de servilo", |
|
03e52840d
|
4 |
"Deletion failed" => "Forigo malsukcesis", |
|
31b7f2792
|
5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
"Keep settings?" => "Ĉu daŭrigi la agordon?",
"Cannot add server configuration" => "Ne eblas aldoni agordon de servilo",
"Success" => "Sukceso",
"Error" => "Eraro",
"Select groups" => "Elekti grupojn",
"Select object classes" => "Elekti objektoklasojn",
"Select attributes" => "Elekti atribuojn",
"Connection test succeeded" => "Provo de konekto sukcesis",
"Connection test failed" => "Provo de konekto malsukcesis",
"Confirm Deletion" => "Konfirmi forigon",
"_%s group found_::_%s groups found_" => array("%s grupo troviĝis","%s grupoj troviĝis"),
"_%s user found_::_%s users found_" => array("%s uzanto troviĝis","%s uzanto troviĝis"),
"Invalid Host" => "Nevalida gastigo",
"Save" => "Konservi",
"Test Configuration" => "Provi agordon",
"Help" => "Helpo",
"only those object classes:" => "nur tiuj objektoklasoj:",
"only from those groups:" => "nur el tiuj grupoj:",
"groups found" => "grupoj trovitaj",
"LDAP Username:" => "LDAP-uzantonomo:",
"LDAP Email Address:" => "LDAP-retpoŝtadreso:",
"Other Attributes:" => "Aliaj atribuoj:",
"Add Server Configuration" => "Aldoni agordon de servilo",
|
|
03e52840d
|
28 29 |
"Host" => "Gastigo", "You can omit the protocol, except you require SSL. Then start with ldaps://" => "Vi povas neglekti la protokolon, escepte se vi bezonas SSL-on. Tiuokaze, komencu per ldaps://", |
|
31b7f2792
|
30 |
"Port" => "Pordo", |
|
03e52840d
|
31 32 33 |
"User DN" => "Uzanto-DN", "Password" => "Pasvorto", "For anonymous access, leave DN and Password empty." => "Por sennoman aliron, lasu DN-on kaj Pasvorton malplenaj.", |
|
31b7f2792
|
34 35 36 37 |
"users found" => "uzantoj trovitaj", "Back" => "Antaŭen", "Connection Settings" => "Agordo de konekto", "Disable Main Server" => "Malkapabligi la ĉefan servilon", |
|
03e52840d
|
38 39 |
"Case insensitve LDAP server (Windows)" => "LDAP-servilo blinda je litergrandeco (Vindozo)", "Turn off SSL certificate validation." => "Malkapabligi validkontrolon de SSL-atestiloj.", |
|
31b7f2792
|
40 |
"Cache Time-To-Live" => "Vivotempo de la kaŝmemoro", |
|
03e52840d
|
41 42 |
"in seconds. A change empties the cache." => "sekunde. Ajna ŝanĝo malplenigas la kaŝmemoron.", "User Display Name Field" => "Kampo de vidignomo de uzanto", |
|
03e52840d
|
43 44 |
"Base User Tree" => "Baza uzantarbo", "Group Display Name Field" => "Kampo de vidignomo de grupo", |
|
03e52840d
|
45 |
"Base Group Tree" => "Baza gruparbo", |
|
31b7f2792
|
46 |
"Group Search Attributes" => "Atribuoj de gruposerĉo", |
|
03e52840d
|
47 |
"Group-Member association" => "Asocio de grupo kaj membro", |
|
31b7f2792
|
48 49 |
"Special Attributes" => "Specialaj atribuoj", "Quota Field" => "Kampo de kvoto", |
|
03e52840d
|
50 |
"in bytes" => "duumoke", |
|
31b7f2792
|
51 |
"Email Field" => "Kampo de retpoŝto", |
|
03e52840d
|
52 |
"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "Lasu malplena por uzantonomo (defaŭlto). Alie, specifu LDAP/AD-atributon.", |
|
31b7f2792
|
53 54 55 56 |
"Internal Username" => "Ena uzantonomo", "Internal Username Attribute:" => "Atribuo de ena uzantonomo:", "UUID Attribute for Users:" => "UUID-atribuo por uzantoj:", "UUID Attribute for Groups:" => "UUID-atribuo por grupoj:" |
|
03e52840d
|
57 |
); |
|
31b7f2792
|
58 |
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |