diff options
Diffstat (limited to 'apps/user_ldap')
-rw-r--r-- | apps/user_ldap/l10n/eu.php | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/apps/user_ldap/l10n/eu.php b/apps/user_ldap/l10n/eu.php index cebf2a53cc3..9d588a678fc 100644 --- a/apps/user_ldap/l10n/eu.php +++ b/apps/user_ldap/l10n/eu.php @@ -11,9 +11,13 @@ $TRANSLATIONS = array( "Deletion failed" => "Ezabaketak huts egin du", "Take over settings from recent server configuration?" => "oraintsuko zerbitzariaren konfigurazioaren ezarpenen ardura hartu?", "Keep settings?" => "Mantendu ezarpenak?", +"{nthServer}. Server" => "{nthServer}. Zerbitzaria", "Cannot add server configuration" => "Ezin da zerbitzariaren konfigurazioa gehitu", "Success" => "Arrakasta", "Error" => "Errorea", +"Please specify a Base DN" => "Mesdez zehaztu Base DN", +"Could not determine Base DN" => "Ezin izan da zehaztu Base DN", +"Please specify the port" => "Mesdez zehaztu portua", "Configuration OK" => "Konfigurazioa ongi dago", "Configuration incorrect" => "Konfigurazioa ez dago ongi", "Configuration incomplete" => "Konfigurazioa osatu gabe dago", @@ -26,8 +30,11 @@ $TRANSLATIONS = array( "Confirm Deletion" => "Baieztatu Ezabatzea", "_%s group found_::_%s groups found_" => array("Talde %s aurkitu da","%s talde aurkitu dira"), "_%s user found_::_%s users found_" => array("Erabiltzaile %s aurkitu da","%s erabiltzaile aurkitu dira"), -"Invalid Host" => "Baliogabeko hostalaria", "Could not find the desired feature" => "Ezin izan da nahi zen ezaugarria aurkitu", +"Invalid Host" => "Baliogabeko hostalaria", +"Server" => "Zerbitzaria", +"User Filter" => "Erabiltzaileen iragazkia", +"Login Filter" => "Saioa hasteko Iragazkia", "Group Filter" => "Taldeen iragazkia", "Save" => "Gorde", "Test Configuration" => "Egiaztatu Konfigurazioa", @@ -39,7 +46,10 @@ $TRANSLATIONS = array( "LDAP Username:" => "LDAP Erabiltzaile izena:", "LDAP Email Address:" => "LDAP Eposta helbidea:", "Other Attributes:" => "Bestelako atributuak:", +"1. Server" => "1. Zerbitzaria", +"%s. Server:" => "%s. Zerbitzaria:", "Add Server Configuration" => "Gehitu Zerbitzariaren Konfigurazioa", +"Delete Configuration" => "Ezabatu Konfigurazioa", "Host" => "Hostalaria", "You can omit the protocol, except you require SSL. Then start with ldaps://" => "Protokoloa ez da beharrezkoa, SSL behar baldin ez baduzu. Honela bada hasi ldaps://", "Port" => "Portua", @@ -53,6 +63,7 @@ $TRANSLATIONS = array( "users found" => "erabiltzaile aurkituta", "Back" => "Atzera", "Continue" => "Jarraitu", +"Expert" => "Aditua", "Advanced" => "Aurreratua", "<b>Warning:</b> The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "<b>Abisua:</b> PHPk behar duen LDAP modulua ez dago instalaturik, motorrak ez du funtzionatuko. Mesedez eskatu zure sistema kudeatzaileari instala dezan.", "Connection Settings" => "Konexio Ezarpenak", |