Blame view

sources/apps/user_ldap/l10n/eu.php 7.32 KB
31b7f2792   Kload   Upgrade to ownclo...
1
2
  <?php
  $TRANSLATIONS = array(
03e52840d   Kload   Init
3
4
5
  "Failed to delete the server configuration" => "Zerbitzariaren konfigurazioa ezabatzeak huts egin du",
  "The configuration is valid and the connection could be established!" => "Konfigurazioa egokia da eta konexioa ezarri daiteke!",
  "The configuration is valid, but the Bind failed. Please check the server settings and credentials." => "Konfigurazioa ongi dago, baina Bind-ek huts egin du. Mesedez egiaztatu zerbitzariaren ezarpenak eta kredentzialak.",
6d9380f96   Cédric Dupont   Update sources OC...
6
7
8
9
10
  "The configuration is invalid. Please have a look at the logs for further details." => "Konfigurazioa ez dago ongi. Mesedez ikusi egunerokoak (log) informazio gehiago eskuratzeko.",
  "No action specified" => "Ez da ekintzarik zehaztu",
  "No configuration specified" => "Ez da konfiguraziorik zehaztu",
  "No data specified" => "Ez da daturik zehaztu",
  " Could not set configuration %s" => "Ezin izan da %s konfigurazioa ezarri",
03e52840d   Kload   Init
11
12
13
  "Deletion failed" => "Ezabaketak huts egin du",
  "Take over settings from recent server configuration?" => "oraintsuko zerbitzariaren konfigurazioaren ezarpenen ardura hartu?",
  "Keep settings?" => "Mantendu ezarpenak?",
6d9380f96   Cédric Dupont   Update sources OC...
14
  "{nthServer}. Server" => "{nthServer}. Zerbitzaria",
03e52840d   Kload   Init
15
  "Cannot add server configuration" => "Ezin da zerbitzariaren konfigurazioa gehitu",
31b7f2792   Kload   Upgrade to ownclo...
16
17
  "Success" => "Arrakasta",
  "Error" => "Errorea",
6d9380f96   Cédric Dupont   Update sources OC...
18
19
20
21
22
23
  "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",
31b7f2792   Kload   Upgrade to ownclo...
24
  "Select groups" => "Hautatu taldeak",
6d9380f96   Cédric Dupont   Update sources OC...
25
26
  "Select object classes" => "Hautatu objektu klaseak",
  "Select attributes" => "Hautatu atributuak",
03e52840d   Kload   Init
27
28
29
30
  "Connection test succeeded" => "Konexio froga ongi burutu da",
  "Connection test failed" => "Konexio frogak huts egin du",
  "Do you really want to delete the current Server Configuration?" => "Ziur zaude Zerbitzariaren Konfigurazioa ezabatu nahi duzula?",
  "Confirm Deletion" => "Baieztatu Ezabatzea",
6d9380f96   Cédric Dupont   Update sources OC...
31
32
33
34
35
36
37
38
  "_%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"),
  "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",
31b7f2792   Kload   Upgrade to ownclo...
39
40
41
  "Save" => "Gorde",
  "Test Configuration" => "Egiaztatu Konfigurazioa",
  "Help" => "Laguntza",
6d9380f96   Cédric Dupont   Update sources OC...
42
43
44
45
46
47
48
49
50
  "only those object classes:" => "bakarrik objektu klase hauetakoak:",
  "only from those groups:" => "bakarrik talde hauetakoak:",
  "The filter specifies which LDAP groups shall have access to the %s instance." => "Iragazkiak zehazten du  ze LDAP taldek izango duten sarrera %s instantziara:",
  "groups found" => "talde aurkituta",
  "LDAP Username:" => "LDAP Erabiltzaile izena:",
  "LDAP Email Address:" => "LDAP Eposta helbidea:",
  "Other Attributes:" => "Bestelako atributuak:",
  "1. Server" => "1. Zerbitzaria",
  "%s. Server:" => "%s. Zerbitzaria:",
03e52840d   Kload   Init
51
  "Add Server Configuration" => "Gehitu Zerbitzariaren Konfigurazioa",
6d9380f96   Cédric Dupont   Update sources OC...
52
  "Delete Configuration" => "Ezabatu Konfigurazioa",
03e52840d   Kload   Init
53
54
  "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://",
31b7f2792   Kload   Upgrade to ownclo...
55
  "Port" => "Portua",
03e52840d   Kload   Init
56
57
58
59
  "User DN" => "Erabiltzaile DN",
  "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." => "Lotura egingo den bezero erabiltzailearen DNa, adb. uid=agent,dc=example,dc=com. Sarrera anonimoak gaitzeko utzi DN eta Pasahitza hutsik.",
  "Password" => "Pasahitza",
  "For anonymous access, leave DN and Password empty." => "Sarrera anonimoak gaitzeko utzi DN eta Pasahitza hutsik.",
31b7f2792   Kload   Upgrade to ownclo...
60
61
  "One Base DN per line" => "DN Oinarri bat lerroko",
  "You can specify Base DN for users and groups in the Advanced tab" => "Erabiltzaile eta taldeentzako Oinarrizko DN zehaztu dezakezu Aurreratu fitxan",
6d9380f96   Cédric Dupont   Update sources OC...
62
63
  "The filter specifies which LDAP users shall have access to the %s instance." => "Iragazkiak zehazten du  ze LDAP erabiltzailek izango duten sarrera %s instantziara:",
  "users found" => "erabiltzaile aurkituta",
31b7f2792   Kload   Upgrade to ownclo...
64
  "Back" => "Atzera",
6d9380f96   Cédric Dupont   Update sources OC...
65
66
67
  "Continue" => "Jarraitu",
  "Expert" => "Aditua",
  "Advanced" => "Aurreratua",
31b7f2792   Kload   Upgrade to ownclo...
68
  "<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.",
03e52840d   Kload   Init
69
70
71
  "Connection Settings" => "Konexio Ezarpenak",
  "Configuration Active" => "Konfigurazio Aktiboa",
  "When unchecked, this configuration will be skipped." => "Markatuta ez dagoenean, konfigurazio hau ez da kontutan hartuko.",
03e52840d   Kload   Init
72
73
74
75
  "Backup (Replica) Host" => "Babeskopia (Replica) Ostalaria",
  "Give an optional backup host. It must be a replica of the main LDAP/AD server." => "Eman babeskopia ostalari gehigarri bat. LDAP/AD zerbitzari nagusiaren replica bat izan behar da.",
  "Backup (Replica) Port" => "Babeskopia (Replica) Ataka",
  "Disable Main Server" => "Desgaitu Zerbitzari Nagusia",
6d9380f96   Cédric Dupont   Update sources OC...
76
  "Only connect to the replica server." => "Konektatu bakarrik erreplika zerbitzarira",
03e52840d   Kload   Init
77
  "Turn off SSL certificate validation." => "Ezgaitu SSL ziurtagirien egiaztapena.",
03e52840d   Kload   Init
78
79
80
81
  "Cache Time-To-Live" => "Katxearen Bizi-Iraupena",
  "in seconds. A change empties the cache." => "segundutan. Aldaketak katxea husten du.",
  "Directory Settings" => "Karpetaren Ezarpenak",
  "User Display Name Field" => "Erabiltzaileen bistaratzeko izena duen eremua",
6d9380f96   Cédric Dupont   Update sources OC...
82
  "The LDAP attribute to use to generate the user's display name." => "Erabiltzailearen bistaratze izena sortzeko erabiliko den LDAP atributua.",
03e52840d   Kload   Init
83
84
85
86
87
  "Base User Tree" => "Oinarrizko Erabiltzaile Zuhaitza",
  "One User Base DN per line" => "Erabiltzaile DN Oinarri bat lerroko",
  "User Search Attributes" => "Erabili Bilaketa Atributuak ",
  "Optional; one attribute per line" => "Aukerakoa; atributu bat lerro bakoitzeko",
  "Group Display Name Field" => "Taldeen bistaratzeko izena duen eremua",
6d9380f96   Cédric Dupont   Update sources OC...
88
  "The LDAP attribute to use to generate the groups's display name." => "Taldearen bistaratze izena sortzeko erabiliko den LDAP atributua.",
03e52840d   Kload   Init
89
90
91
92
93
94
95
96
97
98
99
  "Base Group Tree" => "Oinarrizko Talde Zuhaitza",
  "One Group Base DN per line" => "Talde DN Oinarri bat lerroko",
  "Group Search Attributes" => "Taldekatu Bilaketa Atributuak ",
  "Group-Member association" => "Talde-Kide elkarketak",
  "Special Attributes" => "Atributu Bereziak",
  "Quota Field" => "Kuota Eremua",
  "Quota Default" => "Kuota Lehenetsia",
  "in bytes" => "bytetan",
  "Email Field" => "Eposta eremua",
  "User Home Folder Naming Rule" => "Erabiltzailearen Karpeta Nagusia Izendatzeko Patroia",
  "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "Utzi hutsik erabiltzaile izenarako (lehentsia). Bestela zehaztu LDAP/AD atributua.",
6d9380f96   Cédric Dupont   Update sources OC...
100
101
102
103
104
  "Internal Username" => "Barneko erabiltzaile izena",
  "Internal Username Attribute:" => "Baliogabeko Erabiltzaile Izen atributua",
  "Override UUID detection" => "Gainidatzi UUID antzematea",
  "UUID Attribute for Users:" => "Erabiltzaileentzako UUID atributuak:",
  "UUID Attribute for Groups:" => "Taldeentzako UUID atributuak:"
03e52840d   Kload   Init
105
  );
31b7f2792   Kload   Upgrade to ownclo...
106
  $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";