]> git.mxchange.org Git - friendica-addons.git/blobdiff - keycloakpassword/lang/hu/strings.php
regenerated all the strings
[friendica-addons.git] / keycloakpassword / lang / hu / strings.php
index 3cfa719e92d665a94bb0676a918eeaea45c813a7..69a294f599dc59ac4c6e2c576e29c52da77c7d26 100644 (file)
@@ -5,8 +5,10 @@ function string_plural_select_hu($n){
        $n = intval($n);
        return intval($n != 1);
 }}
-;
-$a->strings["Client ID"] = "Ügyfél-azonosító";
-$a->strings["Client secret"] = "Ügyféltitok";
-$a->strings["OpenID Connect endpoint"] = "OpenID Connect végpont";
-$a->strings["Save Settings"] = "Beállítások mentése";
+$a->strings['Client ID'] = 'Ügyfél-azonosító';
+$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.';
+$a->strings['Client secret'] = 'Ügyféltitok';
+$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.';
+$a->strings['OpenID Connect endpoint'] = 'OpenID Connect végpont';
+$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).';
+$a->strings['Save Settings'] = 'Beállítások mentése';