diff --git a/l10n/ja.js b/l10n/ja.js index 1e68d08ab..f2c5c0f88 100644 --- a/l10n/ja.js +++ b/l10n/ja.js @@ -24,6 +24,7 @@ OC.L10N.register( "Indicates if the SP will validate all received XML." : "SPが受信したすべてのXMLを検証するかどうかを示します。", "ADFS URL-Encodes SAML data as lowercase, and the toolkit by default uses uppercase. Enable for ADFS compatibility on signature verification." : "ADFS URL- SAMLデータを小文字で符号化し、ツールキットはデフォルトで大文字を使用します。 署名検証でADFSとの互換性を有効にする。", "Algorithm that the toolkit will use on signing process." : "ツールキットが署名処理で使用するアルゴリズム。", + "Retrieve query parameters from $_SERVER. Some SAML servers require this on SLO requests." : "クエリパラメータを $_SERVER から取得します。SAMLサーバの中には、SLOリクエストでこれを要求するものもあります。", "Attribute to map the UID to." : "UIDをマップする属性。", "Only allow authentication if an account exists on some other backend. (e.g. LDAP)" : "ほかのバックエンドにアカウントが存在する場合のみ、認証を許可します。 (例えば、LDAP)", "Attribute to map the displayname to." : "表示名をにマップする属性。", diff --git a/l10n/ja.json b/l10n/ja.json index 2e73b28d8..bc5a814bf 100644 --- a/l10n/ja.json +++ b/l10n/ja.json @@ -22,6 +22,7 @@ "Indicates if the SP will validate all received XML." : "SPが受信したすべてのXMLを検証するかどうかを示します。", "ADFS URL-Encodes SAML data as lowercase, and the toolkit by default uses uppercase. Enable for ADFS compatibility on signature verification." : "ADFS URL- SAMLデータを小文字で符号化し、ツールキットはデフォルトで大文字を使用します。 署名検証でADFSとの互換性を有効にする。", "Algorithm that the toolkit will use on signing process." : "ツールキットが署名処理で使用するアルゴリズム。", + "Retrieve query parameters from $_SERVER. Some SAML servers require this on SLO requests." : "クエリパラメータを $_SERVER から取得します。SAMLサーバの中には、SLOリクエストでこれを要求するものもあります。", "Attribute to map the UID to." : "UIDをマップする属性。", "Only allow authentication if an account exists on some other backend. (e.g. LDAP)" : "ほかのバックエンドにアカウントが存在する場合のみ、認証を許可します。 (例えば、LDAP)", "Attribute to map the displayname to." : "表示名をにマップする属性。",