# Copyright (C) 2019 Authorizer # This file is distributed under the same license as the Authorizer package. msgid "" msgstr "" "Project-Id-Version: Authorizer 2.9.1\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/authorizer\n" "POT-Creation-Date: 2019-04-05 15:36:26+00:00\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "PO-Revision-Date: 2019-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" #: src/authorizer/class-admin-page.php:39 msgid "" "Pending Users: Pending users are users who have " "successfully logged in to the site, but who haven't yet been approved (or " "blocked) by you." msgstr "" #: src/authorizer/class-admin-page.php:40 msgid "" "Approved Users: Approved users have access to the site once " "they successfully log in." msgstr "" #: src/authorizer/class-admin-page.php:41 msgid "" "Blocked Users: Blocked users will receive an error message " "when they try to visit the site after authenticating." msgstr "" #: src/authorizer/class-admin-page.php:42 msgid "" "Users in the Pending list appear automatically after a new " "user tries to log in from the configured external authentication service. " "You can add users to the Approved or Blocked lists by typing them in manually, or by clicking the Approve or Block buttons next to a user in the Pending " "list." msgstr "" #: src/authorizer/class-admin-page.php:47 src/authorizer/class-options.php:811 #: src/authorizer/class-options.php:817 msgid "Access Lists" msgstr "" #: src/authorizer/class-admin-page.php:54 msgid "" "Who can log in to the site?: Choose the level of access " "restriction you'd like to use on your site here. You can leave the site open " "to anyone with a WordPress account or an account on an external service like " "Google, CAS, or LDAP, or restrict it to WordPress users and only the " "external users that you specify via the Access Lists." msgstr "" #: src/authorizer/class-admin-page.php:55 msgid "" "Which role should receive email notifications about pending users?: If you've restricted access to approved users, you " "can determine which WordPress users will receive a notification email " "everytime a new external user successfully logs in and is added to the " "pending list. All users of the specified role will receive an email, and the " "external user will get a message (specified below) telling them their access " "is pending approval." msgstr "" #: src/authorizer/class-admin-page.php:56 msgid "" "What message should pending users see after attempting to log in?: Here you can specify the exact message a new external user will see " "once they try to log in to the site for the first time." msgstr "" #: src/authorizer/class-admin-page.php:61 src/authorizer/class-options.php:818 msgid "Login Access" msgstr "" #: src/authorizer/class-admin-page.php:68 msgid "" "Who can view the site?: You can restrict the site's " "visibility by only allowing logged in users to see pages. If you do so, you " "can customize the specifics about the site's privacy using the settings " "below." msgstr "" #: src/authorizer/class-admin-page.php:69 msgid "" "What pages (if any) should be available to everyone?: If " "you'd like to declare certain pages on your site as always public (such as " "the course syllabus, introduction, or calendar), specify those pages here. " "These pages will always be available no matter what access restrictions " "exist." msgstr "" #: src/authorizer/class-admin-page.php:70 msgid "" "What happens to people without access when they visit a private page?: Choose the response anonymous users receive when " "visiting the site. You can choose between immediately taking them to the " "login screen, or simply showing them a message." msgstr "" #: src/authorizer/class-admin-page.php:71 msgid "" "What happens to people without access when they visit a public page?: Choose the response anonymous users receive when " "visiting a page on the site marked as public. You can choose between showing " "them the page without any message, or showing them a the page with a message " "above the content." msgstr "" #: src/authorizer/class-admin-page.php:72 msgid "" "What message should people without access see?: If you " "chose to show new users a message above, type that message " "here." msgstr "" #: src/authorizer/class-admin-page.php:77 src/authorizer/class-options.php:819 msgid "Public Access" msgstr "" #: src/authorizer/class-admin-page.php:84 msgid "" "Type of external service to authenticate against: Choose " "which authentication service type you will be using. You'll have to fill out " "different fields below depending on which service you choose." msgstr "" #: src/authorizer/class-admin-page.php:85 msgid "" "Enable Google Logins: Choose if you want to allow users to " "log in with their Google Account credentials. You will need to enter your " "API Client ID and Secret to enable Google Logins." msgstr "" #: src/authorizer/class-admin-page.php:86 msgid "" "Enable CAS Logins: Choose if you want to allow users to log " "in with via CAS (Central Authentication Service). You will need to enter " "details about your CAS server (host, port, and path) to enable CAS Logins." msgstr "" #: src/authorizer/class-admin-page.php:87 msgid "" "Enable LDAP Logins: Choose if you want to allow users to " "log in with their LDAP (Lightweight Directory Access Protocol) credentials. " "You will need to enter details about your LDAP server (host, port, search " "base, uid attribute, directory user, directory user password, and whether to " "use TLS) to enable Google Logins." msgstr "" #: src/authorizer/class-admin-page.php:88 msgid "" "Default role for new CAS users: Specify which role new " "external users will get by default. Be sure to choose a role with limited " "permissions!" msgstr "" #: src/authorizer/class-admin-page.php:89 msgid "If you enable Google logins:" msgstr "" #: src/authorizer/class-admin-page.php:91 msgid "" "Google Client ID: You can generate this ID by creating a " "new Project in the Google " "Developers Console. A Client ID typically looks something like this: " "1234567890123-kdjr85yt6vjr6d8g7dhr8g7d6durjf7g.apps.googleusercontent.com" msgstr "" #: src/authorizer/class-admin-page.php:92 msgid "" "Google Client Secret: You can generate this secret by " "creating a new Project in the Google Developers Console. A Client Secret typically looks " "something like this: sDNgX5_pr_5bly-frKmvp8jT" msgstr "" #: src/authorizer/class-admin-page.php:94 msgid "If you enable CAS logins:" msgstr "" #: src/authorizer/class-admin-page.php:96 msgid "" "CAS server hostname: Enter the hostname of the CAS server " "you authenticate against (e.g., authn.example.edu)." msgstr "" #: src/authorizer/class-admin-page.php:97 msgid "" "CAS server port: Enter the port on the CAS server to " "connect to (e.g., 443)." msgstr "" #: src/authorizer/class-admin-page.php:98 msgid "" "CAS server path/context: Enter the path to the login " "endpoint on the CAS server (e.g., /cas)." msgstr "" #: src/authorizer/class-admin-page.php:99 msgid "" "CAS attribute containing first name: Enter the CAS " "attribute that has the user's first name. When this user first logs in, " "their WordPress account will have their first name retrieved from CAS and " "added to their WordPress profile." msgstr "" #: src/authorizer/class-admin-page.php:100 msgid "" "CAS attribute containing last name: Enter the CAS attribute " "that has the user's last name. When this user first logs in, their WordPress " "account will have their last name retrieved from CAS and added to their " "WordPress profile." msgstr "" #: src/authorizer/class-admin-page.php:101 msgid "" "CAS attribute update: Select whether the first and last " "names retrieved from CAS should overwrite any value the user has entered in " "the first and last name fields in their WordPress profile. If this is not " "set, this only happens the first time they log in." msgstr "" #: src/authorizer/class-admin-page.php:103 msgid "If you enable LDAP logins:" msgstr "" #: src/authorizer/class-admin-page.php:105 msgid "" "LDAP Host: Enter the URL of the LDAP server you " "authenticate against." msgstr "" #: src/authorizer/class-admin-page.php:106 msgid "" "LDAP Port: Enter the port number that the LDAP server " "listens on." msgstr "" #: src/authorizer/class-admin-page.php:107 msgid "" "LDAP Search Base: Enter the LDAP string that represents the " "search base, e.g., ou=people,dc=example,dc=edu" msgstr "" #: src/authorizer/class-admin-page.php:108 msgid "" "LDAP attribute containing username: Enter the name of the " "LDAP attribute that contains the usernames used by those attempting to log " "in. The plugin will search on this attribute to find the cn to bind against " "for login attempts." msgstr "" #: src/authorizer/class-admin-page.php:109 msgid "" "LDAP Directory User: Enter the name of the LDAP user that " "has permissions to browse the directory." msgstr "" #: src/authorizer/class-admin-page.php:110 msgid "" "LDAP Directory User Password: Enter the password for the " "LDAP user that has permission to browse the directory." msgstr "" #: src/authorizer/class-admin-page.php:111 msgid "" "Use TLS: Select whether all communication with the LDAP " "server should be performed over a TLS-secured connection." msgstr "" #: src/authorizer/class-admin-page.php:112 msgid "" "Custom lost password URL: The WordPress login page contains " "a link to recover a lost password. If you have external users who shouldn't " "change the password on their WordPress account, point them to the " "appropriate location to change the password on their external authentication " "service here." msgstr "" #: src/authorizer/class-admin-page.php:113 msgid "" "LDAP attribute containing first name: Enter the LDAP " "attribute that has the user's first name. When this user first logs in, " "their WordPress account will have their first name retrieved from LDAP and " "added to their WordPress profile." msgstr "" #: src/authorizer/class-admin-page.php:114 msgid "" "LDAP attribute containing last name: Enter the LDAP " "attribute that has the user's last name. When this user first logs in, their " "WordPress account will have their last name retrieved from LDAP and added to " "their WordPress profile." msgstr "" #: src/authorizer/class-admin-page.php:115 msgid "" "LDAP attribute update: Select whether the first and last " "names retrieved from LDAP should overwrite any value the user has entered in " "the first and last name fields in their WordPress profile. If this is not " "set, this only happens the first time they log in." msgstr "" #: src/authorizer/class-admin-page.php:121 src/authorizer/class-options.php:812 #: src/authorizer/class-options.php:820 msgid "External Service" msgstr "" #: src/authorizer/class-admin-page.php:128 msgid "" "Limit invalid login attempts: Choose how soon (and for how " "long) to restrict access to individuals (or bots) making repeated invalid " "login attempts. You may set a shorter delay first, and then a longer delay " "after repeated invalid attempts; you may also set how much time must pass " "before the delays will be reset to normal." msgstr "" #: src/authorizer/class-admin-page.php:129 msgid "" "Hide WordPress Logins: If you want to hide the WordPress " "username and password fields and the Log In button on the wp-login screen, " "enable this option. Note: You can always access the WordPress logins by " "adding external=wordpress to the wp-login URL, like so:" msgstr "" #: src/authorizer/class-admin-page.php:130 msgid "" "Custom WordPress login branding: If you'd like to use " "custom branding on the WordPress login page, select that here. You will need " "to use the `authorizer_add_branding_option` filter in your theme to add it. " "You can see an example theme that implements this filter in the plugin " "directory under sample-theme-add-branding." msgstr "" #: src/authorizer/class-admin-page.php:135 src/authorizer/class-options.php:813 #: src/authorizer/class-options.php:821 msgid "Advanced" msgstr "" #: src/authorizer/class-admin-page.php:167 msgid "Can't reach CAS server. Please provide" msgstr "" #: src/authorizer/class-admin-page.php:167 msgid "accurate CAS settings" msgstr "" #: src/authorizer/class-admin-page.php:167 msgid "if you intend to use it." msgstr "" #: src/authorizer/class-admin-page.php:212 msgid "Settings" msgstr "" #: src/authorizer/class-admin-page.php:227 msgid "Network Settings" msgstr "" #: src/authorizer/class-admin-page.php:276 msgid "Who can log into the site?" msgstr "" #: src/authorizer/class-admin-page.php:283 msgid "Which role should receive email notifications about pending users?" msgstr "" #: src/authorizer/class-admin-page.php:290 msgid "What message should pending users see after attempting to log in?" msgstr "" #: src/authorizer/class-admin-page.php:297 msgid "What message should blocked users see after attempting to log in?" msgstr "" #: src/authorizer/class-admin-page.php:304 msgid "Send welcome email to new approved users?" msgstr "" #: src/authorizer/class-admin-page.php:311 msgid "Welcome email subject" msgstr "" #: src/authorizer/class-admin-page.php:318 msgid "Welcome email body" msgstr "" #: src/authorizer/class-admin-page.php:333 msgid "Who can view the site?" msgstr "" #: src/authorizer/class-admin-page.php:340 msgid "What pages (if any) should be available to everyone?" msgstr "" #: src/authorizer/class-admin-page.php:347 msgid "What happens to people without access when they visit a private page?" msgstr "" #: src/authorizer/class-admin-page.php:354 msgid "What happens to people without access when they visit a public page?" msgstr "" #: src/authorizer/class-admin-page.php:361 msgid "What message should people without access see?" msgstr "" #: src/authorizer/class-admin-page.php:376 #: src/authorizer/class-admin-page.php:743 msgid "Default role for new users" msgstr "" #: src/authorizer/class-admin-page.php:383 #: src/authorizer/class-admin-page.php:747 msgid "Google Logins" msgstr "" #: src/authorizer/class-admin-page.php:390 #: src/authorizer/class-admin-page.php:751 msgid "Google Client ID" msgstr "" #: src/authorizer/class-admin-page.php:397 #: src/authorizer/class-admin-page.php:755 msgid "Google Client Secret" msgstr "" #: src/authorizer/class-admin-page.php:404 #: src/authorizer/class-admin-page.php:759 msgid "Google Hosted Domain" msgstr "" #: src/authorizer/class-admin-page.php:411 #: src/authorizer/class-admin-page.php:763 msgid "CAS Logins" msgstr "" #: src/authorizer/class-admin-page.php:418 msgid "CAS custom label" msgstr "" #: src/authorizer/class-admin-page.php:425 #: src/authorizer/class-admin-page.php:771 msgid "CAS server hostname" msgstr "" #: src/authorizer/class-admin-page.php:432 #: src/authorizer/class-admin-page.php:775 msgid "CAS server port" msgstr "" #: src/authorizer/class-admin-page.php:439 #: src/authorizer/class-admin-page.php:779 msgid "CAS server path/context" msgstr "" #: src/authorizer/class-admin-page.php:453 msgid "CAS attribute containing email address" msgstr "" #: src/authorizer/class-admin-page.php:460 #: src/authorizer/class-admin-page.php:791 msgid "CAS attribute containing first name" msgstr "" #: src/authorizer/class-admin-page.php:467 #: src/authorizer/class-admin-page.php:795 msgid "CAS attribute containing last name" msgstr "" #: src/authorizer/class-admin-page.php:474 #: src/authorizer/class-admin-page.php:799 msgid "CAS attribute update" msgstr "" #: src/authorizer/class-admin-page.php:481 #: src/authorizer/class-admin-page.php:803 msgid "CAS automatic login" msgstr "" #: src/authorizer/class-admin-page.php:488 #: src/authorizer/class-admin-page.php:807 msgid "CAS users linked by username" msgstr "" #: src/authorizer/class-admin-page.php:495 #: src/authorizer/class-admin-page.php:811 msgid "LDAP Logins" msgstr "" #: src/authorizer/class-admin-page.php:502 #: src/authorizer/class-admin-page.php:815 msgid "LDAP Host" msgstr "" #: src/authorizer/class-admin-page.php:509 #: src/authorizer/class-admin-page.php:819 msgid "LDAP Port" msgstr "" #: src/authorizer/class-admin-page.php:516 #: src/authorizer/class-admin-page.php:823 #: src/authorizer/options/external/class-ldap.php:98 msgid "Use TLS" msgstr "" #: src/authorizer/class-admin-page.php:523 #: src/authorizer/class-admin-page.php:827 msgid "LDAP Search Base" msgstr "" #: src/authorizer/class-admin-page.php:530 #: src/authorizer/class-admin-page.php:831 msgid "LDAP attribute containing username" msgstr "" #: src/authorizer/class-admin-page.php:537 msgid "LDAP attribute containing email address" msgstr "" #: src/authorizer/class-admin-page.php:544 #: src/authorizer/class-admin-page.php:839 msgid "LDAP Directory User" msgstr "" #: src/authorizer/class-admin-page.php:551 #: src/authorizer/class-admin-page.php:843 msgid "LDAP Directory User Password" msgstr "" #: src/authorizer/class-admin-page.php:558 #: src/authorizer/class-admin-page.php:847 msgid "Custom lost password URL" msgstr "" #: src/authorizer/class-admin-page.php:565 #: src/authorizer/class-admin-page.php:851 msgid "LDAP attribute containing first name" msgstr "" #: src/authorizer/class-admin-page.php:572 #: src/authorizer/class-admin-page.php:855 msgid "LDAP attribute containing last name" msgstr "" #: src/authorizer/class-admin-page.php:579 #: src/authorizer/class-admin-page.php:859 msgid "LDAP attribute update" msgstr "" #: src/authorizer/class-admin-page.php:594 #: src/authorizer/class-admin-page.php:867 msgid "Limit invalid login attempts" msgstr "" #: src/authorizer/class-admin-page.php:601 msgid "Hide WordPress Login" msgstr "" #: src/authorizer/class-admin-page.php:608 msgid "Custom WordPress login branding" msgstr "" #: src/authorizer/class-admin-page.php:615 msgid "Authorizer admin menu item location" msgstr "" #: src/authorizer/class-admin-page.php:622 msgid "Show custom usermeta in user list" msgstr "" #: src/authorizer/class-admin-page.php:629 #: src/authorizer/class-admin-page.php:875 msgid "Number of users per page" msgstr "" #: src/authorizer/class-admin-page.php:636 #: src/authorizer/class-admin-page.php:879 msgid "Approved users sort method" msgstr "" #: src/authorizer/class-admin-page.php:643 #: src/authorizer/class-admin-page.php:883 msgid "Approved users sort order" msgstr "" #: src/authorizer/class-admin-page.php:650 msgid "Show dashboard widget to admin users" msgstr "" #: src/authorizer/class-admin-page.php:659 msgid "Override multisite options" msgstr "" #: src/authorizer/class-admin-page.php:674 #: src/authorizer/class-admin-page.php:709 #: src/authorizer/class-dashboard-widget.php:34 msgid "Authorizer Settings" msgstr "" #: src/authorizer/class-admin-page.php:694 msgid "You do not have sufficient permissions to access this page." msgstr "" #: src/authorizer/class-admin-page.php:710 msgid "" "Most Authorizer settings are set in the individual sites, " "but you can specify a few options here that apply to all sites in " "the network. These settings will override settings in the " "individual sites." msgstr "" #: src/authorizer/class-admin-page.php:712 msgid "Override individual site settings with the settings below" msgstr "" #: src/authorizer/class-admin-page.php:723 msgid "Manage who has access to all sites in the network." msgstr "" #: src/authorizer/class-admin-page.php:727 msgid "Who can log in to sites in this network?" msgstr "" #: src/authorizer/class-admin-page.php:731 msgid "Who can view sites in this network?" msgstr "" #: src/authorizer/class-admin-page.php:735 msgid "Approved Users (All Sites)" msgstr "" #: src/authorizer/class-admin-page.php:735 msgid "" "Note: these users will not receive welcome emails when " "approved. Only users approved from individual sites can receive these " "messages." msgstr "" #: src/authorizer/class-admin-page.php:767 msgid "CAS Custom Label" msgstr "" #: src/authorizer/class-admin-page.php:783 msgid "CAS server version" msgstr "" #: src/authorizer/class-admin-page.php:787 msgid "CAS attribute containing email" msgstr "" #: src/authorizer/class-admin-page.php:835 msgid "LDAP attribute containing email" msgstr "" #: src/authorizer/class-admin-page.php:871 #: src/authorizer/options/class-advanced.php:82 msgid "Hide WordPress Logins" msgstr "" #: src/authorizer/class-admin-page.php:887 #: src/authorizer/options/class-advanced.php:332 msgid "Show Dashboard Widget" msgstr "" #: src/authorizer/class-admin-page.php:894 #: src/authorizer/class-admin-page.php:975 msgid "Save Changes" msgstr "" #: src/authorizer/class-admin-page.php:968 msgid "Saved" msgstr "" #: src/authorizer/class-admin-page.php:969 msgid "Duplicate" msgstr "" #: src/authorizer/class-admin-page.php:970 msgid "Failed" msgstr "" #: src/authorizer/class-admin-page.php:971 msgid "Local WordPress user" msgstr "" #: src/authorizer/class-admin-page.php:972 #: src/authorizer/options/class-access-lists.php:522 msgid "Block/Ban user" msgstr "" #: src/authorizer/class-admin-page.php:973 #: src/authorizer/options/class-access-lists.php:89 #: src/authorizer/options/class-access-lists.php:281 #: src/authorizer/options/class-access-lists.php:524 msgid "Remove user" msgstr "" #: src/authorizer/class-admin-page.php:974 msgid "No users in" msgstr "" #: src/authorizer/class-admin-page.php:976 msgid "Private Pages" msgstr "" #: src/authorizer/class-admin-page.php:977 msgid "Public Pages" msgstr "" #: src/authorizer/class-admin-page.php:978 #: src/authorizer/options/class-access-lists.php:337 msgid "First page" msgstr "" #: src/authorizer/class-admin-page.php:979 #: src/authorizer/options/class-access-lists.php:348 msgid "Previous page" msgstr "" #: src/authorizer/class-admin-page.php:980 #: src/authorizer/options/class-access-lists.php:375 msgid "Next page" msgstr "" #: src/authorizer/class-admin-page.php:981 #: src/authorizer/options/class-access-lists.php:386 msgid "Last page" msgstr "" #. TRANSLATORS: %s: number of users #: src/authorizer/class-ajax-endpoints.php:333 #: src/authorizer/options/class-access-lists.php:313 msgid "%s user" msgid_plural "%s users" msgstr[0] "" msgstr[1] "" #: src/authorizer/class-authentication.php:63 msgid "ERROR: Incorrect username or password." msgstr "" #. TRANSLATORS: 1: username 2: duration of lockout in seconds 3: duration of #. lockout as a phrase 4: lost password URL #: src/authorizer/class-authentication.php:100 #: src/authorizer/class-authentication.php:117 msgid "" "ERROR: There have been too many invalid login attempts for " "the username %1$s. Please wait %3$s before trying " "again. Lost your " "password?" msgstr "" #: src/authorizer/class-authentication.php:304 #: src/authorizer/class-authentication.php:309 msgid "Invalid Google credentials provided." msgstr "" #: src/authorizer/class-authentication.php:334 msgid "Google credentials do not match the allowed hosted domain" msgstr "" #: src/authorizer/class-authentication.php:405 msgid "CAS server returned an Authentication Exception. Details:" msgstr "" #: src/authorizer/class-authentication.php:530 msgid "You must provide a username or email." msgstr "" #: src/authorizer/class-authentication.php:533 msgid "You must provide a password." msgstr "" #. TRANSLATORS: %s: Name of blog #: src/authorizer/class-authorization.php:91 #: src/authorizer/class-authorization.php:600 msgid "%s - Access Restricted" msgstr "" #: src/authorizer/class-authorization.php:99 #: src/authorizer/class-authorization.php:433 msgid "Back" msgstr "" #: src/authorizer/class-authorization.php:103 #: src/authorizer/class-authorization.php:441 msgid "Invalid login attempted." msgstr "" #. TRANSLATORS: 1: User email 2: Name of site #: src/authorizer/class-authorization.php:408 msgid "Action required: Pending user %1$s at %2$s" msgstr "" #. TRANSLATORS: 1: Name of site 2: URL of site 3: URL of authorizer #: src/authorizer/class-authorization.php:414 msgid "" "A new user has tried to access the %1$s site you manage at:\n" "%2$s\n" "\n" "Please log in to approve or deny their request:\n" "%3$s\n" msgstr "" #: src/authorizer/class-authorization.php:608 #: src/authorizer/class-login-form.php:34 msgid "Log In" msgstr "" #: src/authorizer/class-dashboard-widget.php:49 #: src/authorizer/options/class-access-lists.php:40 msgid "Pending Users" msgstr "" #: src/authorizer/class-dashboard-widget.php:53 #: src/authorizer/options/class-access-lists.php:44 msgid "Approved Users" msgstr "" #: src/authorizer/class-dashboard-widget.php:57 #: src/authorizer/options/class-access-lists.php:48 msgid "Blocked Users" msgstr "" #: src/authorizer/class-helper.php:312 msgid "— No role for this site —" msgstr "" #: src/authorizer/class-login-form.php:192 msgid "Sign in with Google" msgstr "" #. TRANSLATORS: %s: Custom CAS label from authorizer options #: src/authorizer/class-login-form.php:204 msgid "Sign in with %s" msgstr "" #: src/authorizer/class-login-form.php:226 msgid "or" msgstr "" #: src/authorizer/class-options.php:66 msgid "This setting is overridden by a" msgstr "" #: src/authorizer/class-options.php:66 msgid "multisite option" msgstr "" #: src/authorizer/class-options.php:232 msgid "" "You're not currently allowed to view this site. Your administrator has been " "notified, and once he/she has approved your request, you will be able to log " "in. If you need any other help, please contact your administrator." msgstr "" #: src/authorizer/class-options.php:235 msgid "" "You're not currently allowed to log into this site. If you think this is a " "mistake, please contact your administrator." msgstr "" #. TRANSLATORS: %s: Shortcode for name of site #: src/authorizer/class-options.php:243 msgid "Welcome to %s!" msgstr "" #. TRANSLATORS: 1: Shortcode for user email 2: Shortcode for site name 3: #. Shortcode for site URL #: src/authorizer/class-options.php:250 msgid "" "Hello %1$s,\n" "Welcome to %2$s! You now have access to all content on the site. Please " "visit us here:\n" "%3$s\n" msgstr "" #: src/authorizer/class-options.php:271 msgid "" "Notice: You are browsing this site anonymously, and only have access to a " "portion of its content." msgstr "" #: src/authorizer/options/class-access-lists.php:30 msgid "Manage who has access to this site using these lists." msgstr "" #: src/authorizer/options/class-access-lists.php:32 msgid "" "Pending users are users who have successfully logged in to " "the site, but who haven't yet been approved (or blocked) by you." msgstr "" #: src/authorizer/options/class-access-lists.php:33 msgid "" "Approved users have access to the site once they " "successfully log in." msgstr "" #: src/authorizer/options/class-access-lists.php:34 msgid "" "Blocked users will receive an error message when they try " "to visit the site after authenticating." msgstr "" #: src/authorizer/options/class-access-lists.php:34 msgid "" "Note: if you want to block all email addresses from a domain, say " "anyone@example.com, simply add \"@example.com\" to the blocked list." msgstr "" #: src/authorizer/options/class-access-lists.php:87 #: src/authorizer/options/class-access-lists.php:224 msgid "Approve" msgstr "" #: src/authorizer/options/class-access-lists.php:88 #: src/authorizer/options/class-access-lists.php:290 msgid "Block" msgstr "" #: src/authorizer/options/class-access-lists.php:89 msgid "Ignore" msgstr "" #: src/authorizer/options/class-access-lists.php:93 msgid "No pending users" msgstr "" #: src/authorizer/options/class-access-lists.php:219 #: src/authorizer/options/class-access-lists.php:286 msgid "email address" msgstr "" #: src/authorizer/options/class-access-lists.php:227 msgid "Toggle Dropdown" msgstr "" #: src/authorizer/options/class-access-lists.php:230 msgid "Create a new WordPress account, and email the user an activation link." msgstr "" #: src/authorizer/options/class-access-lists.php:355 #: src/authorizer/options/class-access-lists.php:359 msgid "Current Page" msgstr "" #. TRANSLATORS: 1: number of current page 2: number of total pages #: src/authorizer/options/class-access-lists.php:367 msgctxt "paging" msgid "%1$s of %2$s" msgstr "" #: src/authorizer/options/class-access-lists.php:399 msgid "Search Users" msgstr "" #: src/authorizer/options/class-access-lists.php:401 msgid "Search" msgstr "" #: src/authorizer/options/class-access-lists.php:503 #: src/authorizer/options/class-advanced.php:178 #: src/authorizer/options/class-external.php:51 msgid "-- None --" msgstr "" #: src/authorizer/options/class-advanced.php:29 msgid "You may optionally specify some advanced settings below." msgstr "" #: src/authorizer/options/class-advanced.php:48 #: src/authorizer/options/class-advanced.php:55 msgid "After" msgstr "" #: src/authorizer/options/class-advanced.php:51 msgid "invalid password attempts, delay further attempts on that user for" msgstr "" #: src/authorizer/options/class-advanced.php:53 msgid "minute(s)." msgstr "" #: src/authorizer/options/class-advanced.php:57 msgid "more invalid attempts, increase the delay to" msgstr "" #: src/authorizer/options/class-advanced.php:59 msgid "minutes." msgstr "" #: src/authorizer/options/class-advanced.php:61 msgid "Reset the delays after" msgstr "" #: src/authorizer/options/class-advanced.php:63 msgid "minutes with no invalid attempts." msgstr "" #: src/authorizer/options/class-advanced.php:83 msgid "" "Note: You can always access the WordPress logins by adding " "external=wordpress to the wp-login URL, like so:" msgstr "" #: src/authorizer/options/class-advanced.php:102 msgid "Default WordPress login screen" msgstr "" #: src/authorizer/options/class-advanced.php:136 msgid "" "Note for theme developers: Add more options here by using " "the `authorizer_add_branding_option` filter in your theme. You can see an " "example theme that implements this filter in the plugin directory under " "sample-theme-add-branding." msgstr "" #: src/authorizer/options/class-advanced.php:156 msgid "Show in Settings menu" msgstr "" #: src/authorizer/options/class-advanced.php:157 msgid "Show in sidebar (top level)" msgstr "" #: src/authorizer/options/class-advanced.php:238 msgid "All Usermeta:" msgstr "" #: src/authorizer/options/class-advanced.php:287 msgid "Date approved" msgstr "" #: src/authorizer/options/class-advanced.php:288 msgid "Email" msgstr "" #: src/authorizer/options/class-advanced.php:289 msgid "Role" msgstr "" #: src/authorizer/options/class-advanced.php:290 msgid "Date registered" msgstr "" #: src/authorizer/options/class-advanced.php:311 msgid "Ascending" msgstr "" #: src/authorizer/options/class-advanced.php:312 msgid "Descending" msgstr "" #: src/authorizer/options/class-advanced.php:333 msgid "" "Note: Only users with the create_users capability will be able to see the " "dashboard widget." msgstr "" #: src/authorizer/options/class-advanced.php:352 msgid "" "Configure this site independently (don't inherit any multisite settings)" msgstr "" #: src/authorizer/options/class-external.php:29 msgid "Enter your external server settings below." msgstr "" #: src/authorizer/options/class-login-access.php:30 msgid "Choose who is able to log into this site below." msgstr "" #: src/authorizer/options/class-login-access.php:65 msgid "" "All authenticated users (All external service users and all WordPress users)" msgstr "" #: src/authorizer/options/class-login-access.php:66 msgid "Only" msgstr "" #: src/authorizer/options/class-login-access.php:66 msgid "approved users" msgstr "" #: src/authorizer/options/class-login-access.php:66 msgid "(Approved external users and all WordPress users)" msgstr "" #: src/authorizer/options/class-login-access.php:86 msgid "None (Don't send notification emails)" msgstr "" #: src/authorizer/options/class-login-access.php:163 msgid "Send a welcome email when approving a new user" msgstr "" #: src/authorizer/options/class-login-access.php:182 msgid "You can use the [site_name] shortcode." msgstr "" #. TRANSLATORS: 1: Shortcode for site name 2: Shortcode for site URL 3: #. Shortcode for user email #: src/authorizer/options/class-login-access.php:217 msgid "You can use %1$s, %2$s, and %3$s shortcodes." msgstr "" #: src/authorizer/options/class-public-access.php:29 msgid "Choose your public access options here." msgstr "" #: src/authorizer/options/class-public-access.php:64 msgid "Everyone can see the site" msgstr "" #: src/authorizer/options/class-public-access.php:65 msgid "Only logged in users can see the site" msgstr "" #: src/authorizer/options/class-public-access.php:84 msgid "Send them to the login screen" msgstr "" #: src/authorizer/options/class-public-access.php:85 msgid "Show them the anonymous access message (below)" msgstr "" #: src/authorizer/options/class-public-access.php:104 msgid "" "Show them the page without the anonymous access message" msgstr "" #: src/authorizer/options/class-public-access.php:105 msgid "" "Show them the page with the anonymous access message " "(marked up as a Bootstrap Dismissible Alert)" msgstr "" #: src/authorizer/options/class-public-access.php:157 msgid "Home" msgstr "" #: src/authorizer/options/class-public-access.php:158 msgid "Home Page" msgstr "" #: src/authorizer/options/class-public-access.php:159 msgid "Nonexistent (404) Pages" msgstr "" #: src/authorizer/options/class-public-access.php:177 msgid "Categories" msgstr "" #: src/authorizer/options/external/class-cas.php:34 msgid "" "PHP CURL extension is not installed" msgstr "" #: src/authorizer/options/external/class-cas.php:37 msgid "" "PHP openssl extension " "is not installed" msgstr "" #: src/authorizer/options/external/class-cas.php:43 msgid "Warning" msgstr "" #: src/authorizer/options/external/class-cas.php:52 msgid "Enable CAS Logins" msgstr "" #: src/authorizer/options/external/class-cas.php:70 msgid "The button on the login page will read:" msgstr "" #: src/authorizer/options/external/class-cas.php:72 msgid "Sign in with" msgstr "" #: src/authorizer/options/external/class-cas.php:92 msgid "Example: authn.example.edu" msgstr "" #: src/authorizer/options/external/class-cas.php:112 msgid "Example: 443" msgstr "" #: src/authorizer/options/external/class-cas.php:132 msgid "Example: /cas" msgstr "" #: src/authorizer/options/external/class-cas.php:176 #: src/authorizer/options/external/class-ldap.php:160 msgid "Example: mail" msgstr "" #: src/authorizer/options/external/class-cas.php:177 msgid "" "Note: If your CAS server doesn't return an attribute containing an email, " "you can specify the @domain portion of the email address here, and the email " "address will be constructed from it and the username. For example, if user " "'bob' logs in and his email address should be bob@example.edu, then enter " "@example.edu in this field." msgstr "" #: src/authorizer/options/external/class-cas.php:197 msgid "Example: givenName" msgstr "" #: src/authorizer/options/external/class-cas.php:217 #: src/authorizer/options/external/class-ldap.php:262 msgid "Example: sn" msgstr "" #: src/authorizer/options/external/class-cas.php:236 #: src/authorizer/options/external/class-ldap.php:281 msgid "" "Update first and last name fields on login (will overwrite any name the user " "has supplied in their profile)" msgstr "" #: src/authorizer/options/external/class-cas.php:255 msgid "" "Immediately redirect to CAS login form if it's the only enabled external " "service and WordPress logins are hidden" msgstr "" #: src/authorizer/options/external/class-cas.php:256 msgid "" "Note: This feature will only work if you have checked \"Hide WordPress Logins" "\" in Advanced settings, and if CAS is the only enabled service (i.e., no " "Google or LDAP). If you have enabled CAS Single Sign-On (SSO), and a user " "has already logged into CAS elsewhere, enabling this feature will allow " "automatic logins without any user interaction." msgstr "" #: src/authorizer/options/external/class-cas.php:275 msgid "" "Link CAS accounts to WordPress accounts by their username (leave this off to " "link by email address)" msgstr "" #: src/authorizer/options/external/class-cas.php:276 msgid "" "Note: The default (and most secure) behavior is to associate WordPress " "accounts with CAS accounts by the email they have in common. However, some " "uncommon CAS server configurations don't contain email addresses for users. " "Enable this option if your CAS server doesn't have an attribute containing " "an email, or if you have WordPress accounts that don't have emails." msgstr "" #: src/authorizer/options/external/class-google.php:35 msgid "Enable Google Logins" msgstr "" #: src/authorizer/options/external/class-google.php:56 msgid "" "If you don't have a Google Client ID and Secret, generate them by following " "these instructions:" msgstr "" #: src/authorizer/options/external/class-google.php:59 msgid "" "Click Create a Project on the Google Developers Console. You " "can name it whatever you want." msgstr "" #: src/authorizer/options/external/class-google.php:60 msgid "" "Within the project, navigate to APIs and Auth > Credentials, then click Create New Client ID under OAuth. Use these " "settings:" msgstr "" #: src/authorizer/options/external/class-google.php:62 msgid "Application Type: Web application" msgstr "" #: src/authorizer/options/external/class-google.php:63 msgid "Authorized Javascript Origins:" msgstr "" #: src/authorizer/options/external/class-google.php:64 msgid "Authorized Redirect URI: none" msgstr "" #: src/authorizer/options/external/class-google.php:67 msgid "Copy/paste your new Client ID/Secret pair into the fields below." msgstr "" #: src/authorizer/options/external/class-google.php:68 msgid "" "Note: Navigate to APIs and Auth > Consent " "screen to change the way the Google consent screen appears after a user " "has successfully entered their password, but before they are redirected back " "to WordPress." msgstr "" #: src/authorizer/options/external/class-google.php:69 msgid "" "Note: Google may have a more recent version of these instructions in their " "developer documentation." msgstr "" #: src/authorizer/options/external/class-google.php:72 msgid "" "Example: 1234567890123-kdjr85yt6vjr6d8g7dhr8g7d6durjf7g.apps." "googleusercontent.com" msgstr "" #: src/authorizer/options/external/class-google.php:92 msgid "Example: sDNgX5_pr_5bly-frKmvp8jT" msgstr "" #: src/authorizer/options/external/class-google.php:112 msgid "" "Restrict Google logins to a specific Google Apps hosted domain (for example, " "mycollege.edu). Leave blank to allow all Google sign-ins." msgstr "" #: src/authorizer/options/external/class-google.php:112 msgid "If restricting to multiple domains, add one domain per line." msgstr "" #: src/authorizer/options/external/class-ldap.php:34 msgid "" "Warning: PHP LDAP extension is " "not installed" msgstr "" #: src/authorizer/options/external/class-ldap.php:38 msgid "Enable LDAP Logins" msgstr "" #: src/authorizer/options/external/class-ldap.php:58 msgid "" "Specify either a hostname (for example, ldap.example.edu) or a full LDAP URI " "(for example, ldaps://ldap.example.edu:636)." msgstr "" #: src/authorizer/options/external/class-ldap.php:78 msgid "Example: 389" msgstr "" #: src/authorizer/options/external/class-ldap.php:79 msgid "" "If a full LDAP URI (ldaps://hostname:port) is specified above, this field is " "ignored." msgstr "" #: src/authorizer/options/external/class-ldap.php:99 msgid "If ldaps is used, this should be unchecked" msgstr "" #: src/authorizer/options/external/class-ldap.php:119 msgid "Example: ou=people,dc=example,dc=edu" msgstr "" #: src/authorizer/options/external/class-ldap.php:120 msgid "" "If you have multiple search bases, separate them by newlines (one per line)." msgstr "" #: src/authorizer/options/external/class-ldap.php:140 msgid "Example: uid" msgstr "" #: src/authorizer/options/external/class-ldap.php:161 msgid "" "Note: If your LDAP server doesn't return an attribute containing an email, " "you can specify the @domain portion of the email address here, and the email " "address will be constructed from it and the username. For example, if user " "'bob' logs in and his email address should be bob@example.edu, then enter " "@example.edu in this field." msgstr "" #: src/authorizer/options/external/class-ldap.php:181 msgid "Example: cn=directory-user,ou=specials,dc=example,dc=edu" msgstr "" #: src/authorizer/options/external/class-ldap.php:222 msgid "Example: https://myschool.example.edu:8888/am-forgot-password" msgstr "" #: src/authorizer/options/external/class-ldap.php:242 msgid "Example: givenname" msgstr "" #. Plugin Name of the plugin/theme msgid "Authorizer" msgstr "" #. Plugin URI of the plugin/theme msgid "https://github.com/uhm-coe/authorizer" msgstr "" #. Description of the plugin/theme msgid "" "Authorizer limits login attempts, restricts access to specified users, and " "authenticates against external sources (e.g., Google, LDAP, or CAS)." msgstr "" #. Author of the plugin/theme msgid "Paul Ryan " msgstr ""