-
Notifications
You must be signed in to change notification settings - Fork 45
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 #164 from pantheon-systems/update-readme-0-7-1
Update README for v0.7.1
- Loading branch information
Showing
5 changed files
with
191 additions
and
68 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,102 +1,219 @@ | ||
# Copyright (C) 2018 Pantheon | ||
# This file is distributed under the same license as the WP SAML Auth package. | ||
# Copyright (C) 2019 Pantheon | ||
# This file is distributed under the same license as the WP SAML Auth plugin. | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: WP SAML Auth 0.5.1\n" | ||
"Project-Id-Version: WP SAML Auth 0.7.1\n" | ||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wp-saml-auth\n" | ||
"POT-Creation-Date: 2018-11-15 22:43:09+00:00\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=utf-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"PO-Revision-Date: 2018-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
"X-Generator: grunt-wp-i18n 0.5.4\n" | ||
"X-Poedit-KeywordsList: " | ||
"__;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;_nx_noop:1,2,3c;esc_" | ||
"attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;esc_html_x:1,2c;\n" | ||
"Language: en\n" | ||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" | ||
"X-Poedit-Country: United States\n" | ||
"X-Poedit-SourceCharset: UTF-8\n" | ||
"X-Poedit-Basepath: ../\n" | ||
"X-Poedit-SearchPath-0: .\n" | ||
"X-Poedit-Bookmarks: \n" | ||
"X-Textdomain-Support: yes\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"POT-Creation-Date: 2019-09-26T11:34:37+00:00\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"X-Generator: WP-CLI 2.2.0\n" | ||
"X-Domain: wp-saml-auth\n" | ||
|
||
#. Plugin Name of the plugin | ||
#: inc/class-wp-saml-auth-settings.php:95 | ||
msgid "WP SAML Auth" | ||
msgstr "" | ||
|
||
#. Plugin URI of the plugin | ||
msgid "https://wordpress.org/plugins/wp-saml-auth/" | ||
msgstr "" | ||
|
||
#. Description of the plugin | ||
msgid "SAML authentication for WordPress, using SimpleSAMLphp." | ||
msgstr "" | ||
|
||
#. Author of the plugin | ||
msgid "Pantheon" | ||
msgstr "" | ||
|
||
#. Author URI of the plugin | ||
msgid "https://pantheon.io" | ||
msgstr "" | ||
|
||
#: inc/class-wp-saml-auth.php:83 | ||
#. Translators: Links to the WP SAML Auth plugin. | ||
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." | ||
#: inc/class-wp-saml-auth.php:83 | ||
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:105 | ||
#. Translators: Links to the WP SAML Auth plugin. | ||
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." | ||
#: inc/class-wp-saml-auth.php:109 | ||
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 "" | ||
|
||
#: inc/class-wp-saml-auth.php:154 | ||
#: inc/class-wp-saml-auth.php:158 | ||
msgid "Use one-click authentication:" | ||
msgstr "" | ||
|
||
#: inc/class-wp-saml-auth.php:155 | ||
#: inc/class-wp-saml-auth.php:159 | ||
msgid "Sign In" | ||
msgstr "" | ||
|
||
#: inc/class-wp-saml-auth.php:156 | ||
#: inc/class-wp-saml-auth.php:160 | ||
msgid "Or, sign in with WordPress:" | ||
msgstr "" | ||
|
||
#: inc/class-wp-saml-auth.php:240 | ||
#. Translators: Includes error reason from OneLogin. | ||
#: inc/class-wp-saml-auth.php:244 | ||
msgid "User is not authenticated with SAML IdP. Reason: %s" | ||
msgstr "" | ||
|
||
#: inc/class-wp-saml-auth.php:282 | ||
#: inc/class-wp-saml-auth.php:290 | ||
msgid "Invalid provider specified for SAML authentication" | ||
msgstr "" | ||
|
||
#: inc/class-wp-saml-auth.php:307 | ||
msgid "" | ||
"No attributes were present in SAML response. Attributes are used to create " | ||
"and fetch users. Please contact your administrator" | ||
#: inc/class-wp-saml-auth.php:315 | ||
msgid "No attributes were present in SAML response. Attributes are used to create and fetch users. Please contact your administrator" | ||
msgstr "" | ||
|
||
#: inc/class-wp-saml-auth.php:314 | ||
#. Translators: Communicates how the user is fetched based on the SAML | ||
#. response. | ||
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." | ||
#. Translators: Communicates how the user is fetched based on the SAML response. | ||
#: inc/class-wp-saml-auth.php:322 | ||
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:329 | ||
msgid "" | ||
"No WordPress user exists for your account. Please contact your " | ||
"administrator." | ||
#: inc/class-wp-saml-auth.php:337 | ||
msgid "No WordPress user exists for your account. Please contact your administrator." | ||
msgstr "" | ||
|
||
#. Plugin Name of the plugin/theme | ||
msgid "WP SAML Auth" | ||
#: inc/class-wp-saml-auth-settings.php:94 | ||
#: inc/class-wp-saml-auth-settings.php:146 | ||
msgid "WP SAML Auth Settings" | ||
msgstr "" | ||
|
||
#. Plugin URI of the plugin/theme | ||
msgid "https://wordpress.org/plugins/wp-saml-auth/" | ||
#. translators: Link to the plugin settings page. | ||
#: inc/class-wp-saml-auth-settings.php:151 | ||
msgid "Settings are defined with a filter and unavailable for editing through the backend. <a href=\"%s\">Visit the plugin page</a> for more information." | ||
msgstr "" | ||
|
||
#. Description of the plugin/theme | ||
msgid "SAML authentication for WordPress, using SimpleSAMLphp." | ||
#. translators: Link to the plugin settings page. | ||
#: inc/class-wp-saml-auth-settings.php:158 | ||
msgid "Use the following settings to configure WP SAML Auth with the 'internal' connection type. <a href=\"%s\">Visit the plugin page</a> for more information." | ||
msgstr "" | ||
|
||
#. Author of the plugin/theme | ||
msgid "Pantheon" | ||
#: inc/class-wp-saml-auth-settings.php:180 | ||
msgid "Settings" | ||
msgstr "" | ||
|
||
#. Author URI of the plugin/theme | ||
msgid "https://pantheon.io" | ||
msgstr "" | ||
#. translators: Field label. | ||
#: inc/class-wp-saml-auth-settings.php:211 | ||
msgid "%s is a required field" | ||
msgstr "" | ||
|
||
#. translators: Field label. | ||
#: inc/class-wp-saml-auth-settings.php:235 | ||
msgid "%s is not a valid URL." | ||
msgstr "" | ||
|
||
#. translators: Field label. | ||
#: inc/class-wp-saml-auth-settings.php:249 | ||
msgid "%s is not a valid certificate path." | ||
msgstr "" | ||
|
||
#: inc/class-wp-saml-auth-settings.php:289 | ||
msgid "Service Provider Settings" | ||
msgstr "" | ||
|
||
#: inc/class-wp-saml-auth-settings.php:290 | ||
msgid "Identity Provider Settings" | ||
msgstr "" | ||
|
||
#: inc/class-wp-saml-auth-settings.php:291 | ||
msgid "Attribute Mappings" | ||
msgstr "" | ||
|
||
#: inc/class-wp-saml-auth-settings.php:307 | ||
msgid "Auto Provision" | ||
msgstr "" | ||
|
||
#: inc/class-wp-saml-auth-settings.php:309 | ||
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:315 | ||
msgid "Permit WordPress login" | ||
msgstr "" | ||
|
||
#: inc/class-wp-saml-auth-settings.php:317 | ||
msgid "If checked, WordPress user can also log in with the standard username and password flow." | ||
msgstr "" | ||
|
||
#: inc/class-wp-saml-auth-settings.php:323 | ||
msgid "Get User By" | ||
msgstr "" | ||
|
||
#: inc/class-wp-saml-auth-settings.php:329 | ||
msgid "Attribute by which SAML requests are matched to WordPress users." | ||
msgstr "" | ||
|
||
#: inc/class-wp-saml-auth-settings.php:335 | ||
msgid "Base URL" | ||
msgstr "" | ||
|
||
#: inc/class-wp-saml-auth-settings.php:337 | ||
msgid "The base url to be used when constructing URLs." | ||
msgstr "" | ||
|
||
#: inc/class-wp-saml-auth-settings.php:344 | ||
#: inc/class-wp-saml-auth-settings.php:364 | ||
msgid "Entity Id" | ||
msgstr "" | ||
|
||
#: inc/class-wp-saml-auth-settings.php:347 | ||
msgid "SP (WordPress) entity identifier." | ||
msgstr "" | ||
|
||
#: inc/class-wp-saml-auth-settings.php:354 | ||
msgid "Assertion Consumer Service URL" | ||
msgstr "" | ||
|
||
#: inc/class-wp-saml-auth-settings.php:356 | ||
msgid "URL where the response from the IdP should be returned (usually the login URL)." | ||
msgstr "" | ||
|
||
#: inc/class-wp-saml-auth-settings.php:366 | ||
msgid "IdP entity identifier." | ||
msgstr "" | ||
|
||
#: inc/class-wp-saml-auth-settings.php:372 | ||
msgid "Single SignOn Service URL" | ||
msgstr "" | ||
|
||
#: inc/class-wp-saml-auth-settings.php:374 | ||
msgid "URL of the IdP where the SP (WordPress) will send the authentication request." | ||
msgstr "" | ||
|
||
#: inc/class-wp-saml-auth-settings.php:380 | ||
msgid "Single Logout Service URL" | ||
msgstr "" | ||
|
||
#: inc/class-wp-saml-auth-settings.php:382 | ||
msgid "URL of the IdP where the SP (WordPress) will send the signout request." | ||
msgstr "" | ||
|
||
#: inc/class-wp-saml-auth-settings.php:387 | ||
msgid "x509 Cerificate Path" | ||
msgstr "" | ||
|
||
#: inc/class-wp-saml-auth-settings.php:389 | ||
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:394 | ||
msgid "Certificate Fingerprint" | ||
msgstr "" | ||
|
||
#: inc/class-wp-saml-auth-settings.php:396 | ||
msgid "If not using x509 certificate, paste the certificate fingerprint and specify the fingerprint algorithm below." | ||
msgstr "" | ||
|
||
#: inc/class-wp-saml-auth-settings.php:401 | ||
msgid "Certificate Fingerprint Algorithm" | ||
msgstr "" | ||
|
||
#: inc/class-wp-saml-auth-settings.php:404 | ||
msgid "N/A" | ||
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