3 if(! function_exists("string_plural_select_hu")) {
4 function string_plural_select_hu($n){
6 return intval($n != 1);
8 $a->strings['Client ID'] = 'Ügyfél-azonosító';
9 $a->strings['The name of the OpenID Connect client you created for this addon in Keycloak.'] = 'Az OpenID Connect ügyfelének neve, amelyet ehhez a bővítményhez hozott létre a Keycloak alkalmazásban.';
10 $a->strings['Client secret'] = 'Ügyféltitok';
11 $a->strings['The secret assigned to the OpenID Connect client you created for this addon in Keycloak.'] = 'Ahhoz az OpenID Connect ügyfélhez hozzárendelt titok, amelyet ehhez a bővítményhez hozott létre a Keycloak alkalmazásban.';
12 $a->strings['OpenID Connect endpoint'] = 'OpenID Connect végpont';
13 $a->strings['URL to the Keycloak endpoint for your client. (E.g., https://example.com/auth/realms/some-realm/protocol/openid-connect)'] = 'Az ügyfél URL-e a Keycloak végponthoz (például https://example.com/auth/realms/some-realm/protocol/openid-connect).';
14 $a->strings['Save Settings'] = 'Beállítások mentése';