mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
HU translation update saml addon THX urbalazs
This commit is contained in:
parent
3879d4f4fa
commit
0bd7943d95
2 changed files with 136 additions and 0 deletions
20
saml/lang/hu/strings.php
Normal file
20
saml/lang/hu/strings.php
Normal file
|
@ -0,0 +1,20 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_hu")) {
|
||||
function string_plural_select_hu($n){
|
||||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["Settings statement"] = "Beállítások nyilatkozata";
|
||||
$a->strings["IdP ID"] = "IdP-azonosító";
|
||||
$a->strings["Client ID"] = "Ügyfél-azonosító";
|
||||
$a->strings["IdP SSO URL"] = "IdP SSO URL";
|
||||
$a->strings["IdP SLO request URL"] = "IdP SLO kérés URL";
|
||||
$a->strings["IdP SLO response URL"] = "IdP SLO válasz URL";
|
||||
$a->strings["SP private key"] = "Szolgáltató személyes kulcsa";
|
||||
$a->strings["SP certificate"] = "Szolgáltató tanúsítványa";
|
||||
$a->strings["The certficate for the addon's private key."] = "A tanúsítvány a bővítmény személyes kulcsához.";
|
||||
$a->strings["IdP certificate"] = "IdP tanúsítvány";
|
||||
$a->strings["The x509 certficate for your identity provider."] = "A személyazonosság-szolgáltatójának x509 tanúsítványa.";
|
||||
$a->strings["Save Settings"] = "Beállítások mentése";
|
Loading…
Add table
Add a link
Reference in a new issue