-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #274 from pantheon-systems/273-logout-action
Add `wp_saml_auth_pre_logout` action to fire before logout
- Loading branch information
Showing
5 changed files
with
53 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,14 +2,14 @@ | |
# This file is distributed under the same license as the WP SAML Auth plugin. | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: WP SAML Auth 1.2.3\n" | ||
"Project-Id-Version: WP SAML Auth 1.2.7\n" | ||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wp-saml-auth\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"POT-Creation-Date: 2021-05-25T12:43:53+00:00\n" | ||
"POT-Creation-Date: 2021-12-09T16:26:03+00:00\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"X-Generator: WP-CLI 2.5.0\n" | ||
"X-Domain: wp-saml-auth\n" | ||
|
@@ -63,122 +63,122 @@ msgid "Settings" | |
msgstr "" | ||
|
||
#. translators: Field label. | ||
#: inc/class-wp-saml-auth-settings.php:215 | ||
#: inc/class-wp-saml-auth-settings.php:218 | ||
msgid "%s is a required field" | ||
msgstr "" | ||
|
||
#. translators: Field label. | ||
#: inc/class-wp-saml-auth-settings.php:239 | ||
#: inc/class-wp-saml-auth-settings.php:242 | ||
msgid "%s is not a valid URL." | ||
msgstr "" | ||
|
||
#. translators: Field label. | ||
#: inc/class-wp-saml-auth-settings.php:253 | ||
#: inc/class-wp-saml-auth-settings.php:256 | ||
msgid "%s is not a valid certificate path." | ||
msgstr "" | ||
|
||
#: inc/class-wp-saml-auth-settings.php:293 | ||
#: inc/class-wp-saml-auth-settings.php:295 | ||
msgid "Service Provider Settings" | ||
msgstr "" | ||
|
||
#: inc/class-wp-saml-auth-settings.php:294 | ||
#: inc/class-wp-saml-auth-settings.php:296 | ||
msgid "Identity Provider Settings" | ||
msgstr "" | ||
|
||
#: inc/class-wp-saml-auth-settings.php:295 | ||
#: inc/class-wp-saml-auth-settings.php:297 | ||
msgid "Attribute Mappings" | ||
msgstr "" | ||
|
||
#: inc/class-wp-saml-auth-settings.php:311 | ||
#: inc/class-wp-saml-auth-settings.php:313 | ||
msgid "Auto Provision" | ||
msgstr "" | ||
|
||
#: inc/class-wp-saml-auth-settings.php:313 | ||
#: inc/class-wp-saml-auth-settings.php:315 | ||
msgid "If checked, create a new WordPress user upon login. <br>If unchecked, WordPress user will already need to exist in order to log in." | ||
msgstr "" | ||
|
||
#: inc/class-wp-saml-auth-settings.php:319 | ||
#: inc/class-wp-saml-auth-settings.php:321 | ||
msgid "Permit WordPress login" | ||
msgstr "" | ||
|
||
#: inc/class-wp-saml-auth-settings.php:321 | ||
#: inc/class-wp-saml-auth-settings.php:323 | ||
msgid "If checked, WordPress user can also log in with the standard username and password flow." | ||
msgstr "" | ||
|
||
#: inc/class-wp-saml-auth-settings.php:327 | ||
#: inc/class-wp-saml-auth-settings.php:329 | ||
msgid "Get User By" | ||
msgstr "" | ||
|
||
#: inc/class-wp-saml-auth-settings.php:333 | ||
#: inc/class-wp-saml-auth-settings.php:335 | ||
msgid "Attribute by which SAML requests are matched to WordPress users." | ||
msgstr "" | ||
|
||
#: inc/class-wp-saml-auth-settings.php:339 | ||
#: inc/class-wp-saml-auth-settings.php:341 | ||
msgid "Base URL" | ||
msgstr "" | ||
|
||
#: inc/class-wp-saml-auth-settings.php:341 | ||
#: inc/class-wp-saml-auth-settings.php:343 | ||
msgid "The base url to be used when constructing URLs." | ||
msgstr "" | ||
|
||
#: inc/class-wp-saml-auth-settings.php:348 | ||
#: inc/class-wp-saml-auth-settings.php:368 | ||
#: inc/class-wp-saml-auth-settings.php:350 | ||
#: inc/class-wp-saml-auth-settings.php:370 | ||
msgid "Entity Id (Required)" | ||
msgstr "" | ||
|
||
#: inc/class-wp-saml-auth-settings.php:351 | ||
#: inc/class-wp-saml-auth-settings.php:353 | ||
msgid "SP (WordPress) entity identifier." | ||
msgstr "" | ||
|
||
#: inc/class-wp-saml-auth-settings.php:358 | ||
#: inc/class-wp-saml-auth-settings.php:360 | ||
msgid "Assertion Consumer Service URL (Required)" | ||
msgstr "" | ||
|
||
#: inc/class-wp-saml-auth-settings.php:360 | ||
#: inc/class-wp-saml-auth-settings.php:362 | ||
msgid "URL where the response from the IdP should be returned (usually the login URL)." | ||
msgstr "" | ||
|
||
#: inc/class-wp-saml-auth-settings.php:370 | ||
#: inc/class-wp-saml-auth-settings.php:372 | ||
msgid "IdP entity identifier." | ||
msgstr "" | ||
|
||
#: inc/class-wp-saml-auth-settings.php:376 | ||
#: inc/class-wp-saml-auth-settings.php:378 | ||
msgid "Single SignOn Service URL (Required)" | ||
msgstr "" | ||
|
||
#: inc/class-wp-saml-auth-settings.php:378 | ||
#: inc/class-wp-saml-auth-settings.php:380 | ||
msgid "URL of the IdP where the SP (WordPress) will send the authentication request." | ||
msgstr "" | ||
|
||
#: inc/class-wp-saml-auth-settings.php:384 | ||
#: inc/class-wp-saml-auth-settings.php:386 | ||
msgid "Single Logout Service URL" | ||
msgstr "" | ||
|
||
#: inc/class-wp-saml-auth-settings.php:386 | ||
#: inc/class-wp-saml-auth-settings.php:388 | ||
msgid "URL of the IdP where the SP (WordPress) will send the signout request." | ||
msgstr "" | ||
|
||
#: inc/class-wp-saml-auth-settings.php:391 | ||
#: inc/class-wp-saml-auth-settings.php:393 | ||
msgid "x509 Cerificate Path" | ||
msgstr "" | ||
|
||
#: inc/class-wp-saml-auth-settings.php:393 | ||
#: inc/class-wp-saml-auth-settings.php:395 | ||
msgid "Path to the x509 certificate file, used for verifying the request.<br/>Include <code>ABSPATH</code> to set path base to WordPress' ABSPATH constant." | ||
msgstr "" | ||
|
||
#: inc/class-wp-saml-auth-settings.php:398 | ||
#: inc/class-wp-saml-auth-settings.php:400 | ||
msgid "Certificate Fingerprint" | ||
msgstr "" | ||
|
||
#: inc/class-wp-saml-auth-settings.php:400 | ||
#: inc/class-wp-saml-auth-settings.php:402 | ||
msgid "If not using x509 certificate, paste the certificate fingerprint and specify the fingerprint algorithm below." | ||
msgstr "" | ||
|
||
#: inc/class-wp-saml-auth-settings.php:405 | ||
#: inc/class-wp-saml-auth-settings.php:407 | ||
msgid "Certificate Fingerprint Algorithm" | ||
msgstr "" | ||
|
||
#: inc/class-wp-saml-auth-settings.php:408 | ||
#: inc/class-wp-saml-auth-settings.php:410 | ||
msgid "N/A" | ||
msgstr "" | ||
|
||
|
@@ -195,32 +195,32 @@ msgid "Or, sign in with WordPress:" | |
msgstr "" | ||
|
||
#. Translators: Includes error reason from OneLogin. | ||
#: inc/class-wp-saml-auth.php:238 | ||
#: inc/class-wp-saml-auth.php:260 | ||
msgid "User is not authenticated with SAML IdP. Reason: %s" | ||
msgstr "" | ||
|
||
#: inc/class-wp-saml-auth.php:297 | ||
#: inc/class-wp-saml-auth.php:327 | ||
msgid "Invalid provider specified for SAML authentication" | ||
msgstr "" | ||
|
||
#: inc/class-wp-saml-auth.php:322 | ||
#: inc/class-wp-saml-auth.php:352 | ||
msgid "No attributes were present in SAML response. Attributes are used to create and fetch users. Please contact your administrator" | ||
msgstr "" | ||
|
||
#. Translators: Communicates how the user is fetched based on the SAML response. | ||
#: inc/class-wp-saml-auth.php:329 | ||
#: inc/class-wp-saml-auth.php:359 | ||
msgid "\"%1$s\" attribute is expected, but missing, in SAML response. Attribute is used to fetch existing user by \"%2$s\". Please contact your administrator." | ||
msgstr "" | ||
|
||
#: inc/class-wp-saml-auth.php:344 | ||
#: inc/class-wp-saml-auth.php:374 | ||
msgid "No WordPress user exists for your account. Please contact your administrator." | ||
msgstr "" | ||
|
||
#. Translators: Links to the WP SAML Auth plugin. | ||
#: inc/class-wp-saml-auth.php:396 | ||
#: inc/class-wp-saml-auth.php:426 | ||
msgid "WP SAML Auth wasn't able to find the <code>OneLogin\\Saml2\\Auth</code> class. Please verify your Composer autoloader, or <a href='%s'>visit the plugin page</a> for more information." | ||
msgstr "" | ||
|
||
#: inc/class-wp-saml-auth.php:407 | ||
#: inc/class-wp-saml-auth.php:437 | ||
msgid "WP SAML Auth wasn't able to find the <code>%1$s</code> class. Please check the <code>simplesamlphp_autoload</code> configuration option, or <a href='%2$s'>visit the plugin page</a> for more information." | ||
msgstr "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters