diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-02-02 02:27:10 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-02-02 02:27:10 +0000 |
commit | e32090f44f7d5d4e2ecdcdb9e47850fe25929bd3 (patch) | |
tree | 9d30ece4ce39516a4964b1b940f387feea54b878 /apps/user_ldap/l10n/hu.js | |
parent | 2c27ffd41531d5ccd3c6e46519fa209ae31e365e (diff) | |
download | nextcloud-server-e32090f44f7d5d4e2ecdcdb9e47850fe25929bd3.tar.gz nextcloud-server-e32090f44f7d5d4e2ecdcdb9e47850fe25929bd3.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/user_ldap/l10n/hu.js')
-rw-r--r-- | apps/user_ldap/l10n/hu.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/user_ldap/l10n/hu.js b/apps/user_ldap/l10n/hu.js index 7eaf4282924..2caafb14d8a 100644 --- a/apps/user_ldap/l10n/hu.js +++ b/apps/user_ldap/l10n/hu.js @@ -49,6 +49,7 @@ OC.L10N.register( "Consider narrowing your search, as it encompassed many users, only the first one of whom will be able to log in." : "Esetleg szűkítsd a keresést, mert rengeteg felhasználóra igaz, de csak az első fog tudni belépni.", "An unspecified error occurred. Please check log and settings." : "Ismeretlen hiba lépett fel. Kérlek nézd meg a naplót.", "The search filter is invalid, probably due to syntax issues like uneven number of opened and closed brackets. Please revise." : "A keresési feltétel érvénytelen, talán el van írva, például nem azonos a kezdő és záró zárójelek száma.", + "A connection error to LDAP/AD occurred. Please check host, port and credentials." : "Csatlakozási hiba az LDAP/AD -vel. Kérlek ellenőrizd a kiszolgálót, portot és a hitelesítő adatokat.", "Please provide a login name to test against" : "Kérlek adj meg egy bejelentkezési nevet az újrateszteléshez", "Password change rejected. Hint: " : "Jelszó módosítás elutasítva. Tipp:", "Please login with the new password" : "Kérlek lépj be az új jelszóval", @@ -56,6 +57,7 @@ OC.L10N.register( "Your password will expire tomorrow." : "A jelszavad holnap lejár", "Your password will expire today." : "A jelszavad ma lejár.", "_Your password will expire within %n day._::_Your password will expire within %n days._" : ["A jelszavad %nnap múlva lejár. ","A jelszavad %n nap múlva lejár."], + "LDAP/AD integration" : "LDAP/AD integráció", "_%s group found_::_%s groups found_" : ["%s csoport van","%s csoport van"], "_%s user found_::_%s users found_" : ["%s felhasználó van","%s felhasználó van"], "Could not detect user display name attribute. Please specify it yourself in advanced LDAP settings." : "Nem lehet megállapítani a megjelenítendő név mezőt. Kérlek add meg kézzel a bővített LDAP beállításokban.", @@ -77,6 +79,8 @@ OC.L10N.register( "The filter specifies which LDAP groups shall have access to the %s instance." : "A szűrő meghatározza, hogy mely LDAP csoportok lesznek jogosultak %s elérésére.", "Verify settings and count the groups" : "Ellenőrizd a beállításokat és számold meg a csoportokat", "When logging in, %s will find the user based on the following attributes:" : "Bejelentkezve, %s a következő attribútumok alapján találja meg a felhasználót:", + "LDAP/AD Username:" : "LDAP/AD Felhasználónév:", + "LDAP/AD Email Address:" : "LDAP/AD Emailcím:", "Allows login against an email attribute. \"mail\" and \"mailPrimaryAddress\" allowed." : "Bejelentkezés engedélyezése az e-mail attribútum alapján. \"mail\" és \"mailPrimaryAddress\" megengedett.", "Other Attributes:" : "Más attribútumok:", "Defines the filter to apply, when login is attempted. \"%%uid\" replaces the username in the login action. Example: \"uid=%%uid\"" : "A belépéskor alkalmazandó filtert definiálja. \"%%uid\" lecseréli a felhasználónevez a bejelentkezésnél. Példa: \"uid=%%uid\"", |