diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-08-28 02:03:56 +0200 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-08-28 02:03:56 +0200 |
commit | 8374a49cc19cf43489a415388fd782ba1574ee82 (patch) | |
tree | 370ab2e3445c549bd0c87e7ca12b4ee822570b0f /apps/user_ldap | |
parent | 07df52c9980286aaa78fca0f3aed6372f6c1ae51 (diff) | |
download | nextcloud-server-8374a49cc19cf43489a415388fd782ba1574ee82.tar.gz nextcloud-server-8374a49cc19cf43489a415388fd782ba1574ee82.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_ldap')
-rw-r--r-- | apps/user_ldap/l10n/eu.php | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/apps/user_ldap/l10n/eu.php b/apps/user_ldap/l10n/eu.php new file mode 100644 index 00000000000..cc042b13892 --- /dev/null +++ b/apps/user_ldap/l10n/eu.php @@ -0,0 +1,36 @@ +<?php $TRANSLATIONS = array( +"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://", +"Base DN" => "Oinarrizko DN", +"You can specify Base DN for users and groups in the Advanced tab" => "Erabiltzaile eta taldeentzako Oinarrizko DN zehaztu dezakezu Aurreratu fitxan", +"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.", +"User Login Filter" => "Erabiltzaileen saioa hasteko iragazkia", +"Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action." => "Saioa hastean erabiliko den iragazkia zehazten du. %%uid-ek erabiltzaile izena ordezkatzen du saioa hasterakoan.", +"use %%uid placeholder, e.g. \"uid=%%uid\"" => "erabili %%uid txantiloia, adb. \"uid=%%uid\"", +"User List Filter" => "Erabiltzaile zerrendaren Iragazkia", +"Defines the filter to apply, when retrieving users." => "Erabiltzaileak jasotzen direnean ezarriko den iragazkia zehazten du.", +"without any placeholder, e.g. \"objectClass=person\"." => "txantiloirik gabe, adb. \"objectClass=person\".", +"Group Filter" => "Taldeen iragazkia", +"Defines the filter to apply, when retrieving groups." => "Taldeak jasotzen direnean ezarriko den iragazkia zehazten du.", +"without any placeholder, e.g. \"objectClass=posixGroup\"." => "txantiloirik gabe, adb. \"objectClass=posixGroup\".", +"Port" => "Portua", +"Base User Tree" => "Oinarrizko Erabiltzaile Zuhaitza", +"Base Group Tree" => "Oinarrizko Talde Zuhaitza", +"Group-Member association" => "Talde-Kide elkarketak", +"Use TLS" => "Erabili TLS", +"Do not use it for SSL connections, it will fail." => "Ez erabili SSL konexioetan, huts egingo du.", +"Case insensitve LDAP server (Windows)" => "Maiuskulak eta minuskulak ezberditzen ez dituen LDAP zerbitzaria (windows)", +"Turn off SSL certificate validation." => "Ezgaitu SSL ziurtagirien egiaztapena.", +"If connection only works with this option, import the LDAP server's SSL certificate in your ownCloud server." => "Konexioa aukera hau ezinbestekoa badu, inportatu LDAP zerbitzariaren SSL ziurtagiria zure ownCloud zerbitzarian.", +"Not recommended, use for testing only." => "Ez da aholkatzen, erabili bakarrik frogak egiteko.", +"User Display Name Field" => "Erabiltzaileen bistaratzeko izena duen eremua", +"The LDAP attribute to use to generate the user`s ownCloud name." => "ownCloud erabiltzailearen izena sortzeko erabiliko den LDAP atributua", +"Group Display Name Field" => "Taldeen bistaratzeko izena duen eremua", +"The LDAP attribute to use to generate the groups`s ownCloud name." => "ownCloud taldearen izena sortzeko erabiliko den LDAP atributua", +"in bytes" => "bytetan", +"in seconds. A change empties the cache." => "segundutan. Aldaketak katxea husten du.", +"Help" => "Laguntza" +); |