PluginProbe
Authorizer / 3.9.0
Authorizer v3.9.0
3.15.3 3.15.2 3.15.1 3.15.0 3.14.3 3.14.4 3.14.2 3.14.1 2.8.1 2.8.2 2.8.3 2.8.4 2.8.5 2.8.6 2.8.7 2.8.8 2.9.0 2.9.1 2.9.10 2.9.11 2.9.12 2.9.13 2.9.2 2.9.3 2.9.6 All 126 releases
authorizer / languages / authorizer.pot

authorizer.pot in Authorizer 3.9.0, at languages/authorizer.pot

1,910 lines 57.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 #, fuzzy
2 msgid ""
3 msgstr ""
4 "Project-Id-Version: Authorizer\n"
5 "POT-Creation-Date: 2024-05-23 09:17-1000\n"
6 "PO-Revision-Date: 2024-05-23 09:17-1000\n"
7 "Last-Translator: University of Hawaii <dcdc@hawaii.edu>\n"
8 "Language-Team: University of Hawaii <dcdc@hawaii.edu>\n"
9 "MIME-Version: 1.0\n"
10 "Content-Type: text/plain; charset=UTF-8\n"
11 "Content-Transfer-Encoding: 8bit\n"
12 "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
13 "X-Generator: Poedit 3.4.4\n"
14 "X-Poedit-Basepath: ..\n"
15 "X-Poedit-Flags-xgettext: --add-comments=translators:\n"
16 "X-Poedit-WPHeader: authorizer.php\n"
17 "X-Poedit-SourceCharset: UTF-8\n"
18 "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
19 "esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
20 "_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
21 "X-Poedit-SearchPath-0: .\n"
22 "X-Poedit-SearchPathExcluded-0: *.min.js\n"
23 "X-Poedit-SearchPathExcluded-1: node_modules\n"
24 "X-Poedit-SearchPathExcluded-2: vendor\n"
25
26 #: src/authorizer/class-admin-page.php:45
27 msgid ""
28 "<strong>Pending Users</strong>: Pending users are users who have successfully "
29 "logged in to the site, but who haven't yet been approved (or blocked) by you."
30 msgstr ""
31
32 #: src/authorizer/class-admin-page.php:46
33 msgid ""
34 "<strong>Approved Users</strong>: Approved users have access to the site once "
35 "they successfully log in."
36 msgstr ""
37
38 #: src/authorizer/class-admin-page.php:47
39 msgid ""
40 "<strong>Blocked Users</strong>: Blocked users will receive an error message "
41 "when they try to visit the site after authenticating."
42 msgstr ""
43
44 #: src/authorizer/class-admin-page.php:48
45 msgid ""
46 "Users in the <strong>Pending</strong> list appear automatically after a new "
47 "user tries to log in from the configured external authentication service. You "
48 "can add users to the <strong>Approved</strong> or <strong>Blocked</strong> "
49 "lists by typing them in manually, or by clicking the <em>Approve</em> or "
50 "<em>Block</em> buttons next to a user in the <strong>Pending</strong> list."
51 msgstr ""
52
53 #: src/authorizer/class-admin-page.php:53 src/authorizer/class-options.php:968
54 #: src/authorizer/class-options.php:974
55 msgid "Access Lists"
56 msgstr ""
57
58 #: src/authorizer/class-admin-page.php:60
59 msgid ""
60 "<strong>Who can log in to the site?</strong>: Choose the level of access "
61 "restriction you'd like to use on your site here. You can leave the site open "
62 "to anyone with a WordPress account or an account on an external service like "
63 "Google, CAS, or LDAP, or restrict it to WordPress users and only the external "
64 "users that you specify via the <em>Access Lists</em>."
65 msgstr ""
66
67 #: src/authorizer/class-admin-page.php:61
68 msgid ""
69 "<strong>Which role should receive email notifications about pending users?</"
70 "strong>: If you've restricted access to <strong>approved users</strong>, you "
71 "can determine which WordPress users will receive a notification email "
72 "everytime a new external user successfully logs in and is added to the "
73 "pending list. All users of the specified role will receive an email, and the "
74 "external user will get a message (specified below) telling them their access "
75 "is pending approval."
76 msgstr ""
77
78 #: src/authorizer/class-admin-page.php:62
79 msgid ""
80 "<strong>What message should pending users see after attempting to log in?</"
81 "strong>: Here you can specify the exact message a new external user will see "
82 "once they try to log in to the site for the first time."
83 msgstr ""
84
85 #: src/authorizer/class-admin-page.php:67 src/authorizer/class-options.php:975
86 msgid "Login Access"
87 msgstr ""
88
89 #: src/authorizer/class-admin-page.php:74
90 msgid ""
91 "<strong>Who can view the site?</strong>: You can restrict the site's "
92 "visibility by only allowing logged in users to see pages. If you do so, you "
93 "can customize the specifics about the site's privacy using the settings below."
94 msgstr ""
95
96 #: src/authorizer/class-admin-page.php:75
97 msgid ""
98 "<strong>What pages (if any) should be available to everyone?</strong>: If "
99 "you'd like to declare certain pages on your site as always public (such as "
100 "the course syllabus, introduction, or calendar), specify those pages here. "
101 "These pages will always be available no matter what access restrictions exist."
102 msgstr ""
103
104 #: src/authorizer/class-admin-page.php:76
105 msgid ""
106 "<strong>What happens to people without access when they visit a <em>private</"
107 "em> page?</strong>: Choose the response anonymous users receive when visiting "
108 "the site. You can choose between immediately taking them to the <strong>login "
109 "screen</strong>, or simply showing them a <strong>message</strong>."
110 msgstr ""
111
112 #: src/authorizer/class-admin-page.php:77
113 msgid ""
114 "<strong>What happens to people without access when they visit a <em>public</"
115 "em> page?</strong>: Choose the response anonymous users receive when visiting "
116 "a page on the site marked as public. You can choose between showing them the "
117 "page without any message, or showing them a the page with a message above the "
118 "content."
119 msgstr ""
120
121 #: src/authorizer/class-admin-page.php:78
122 msgid ""
123 "<strong>What message should people without access see?</strong>: If you chose "
124 "to show new users a <strong>message</strong> above, type that message here."
125 msgstr ""
126
127 #: src/authorizer/class-admin-page.php:83 src/authorizer/class-options.php:976
128 msgid "Public Access"
129 msgstr ""
130
131 #: src/authorizer/class-admin-page.php:90
132 msgid ""
133 "<strong>Type of external service to authenticate against</strong>: Choose "
134 "which authentication service type you will be using. You'll have to fill out "
135 "different fields below depending on which service you choose."
136 msgstr ""
137
138 #: src/authorizer/class-admin-page.php:91
139 msgid ""
140 "<strong>Enable OAuth2 Logins</strong>: Choose if you want to allow users to "
141 "log in with one of the supported OAuth2 providers. You will need to enter "
142 "your API Client ID and Secret to enable these logins."
143 msgstr ""
144
145 #: src/authorizer/class-admin-page.php:92
146 msgid ""
147 "<strong>Enable Google Logins</strong>: Choose if you want to allow users to "
148 "log in with their Google Account credentials. You will need to enter your API "
149 "Client ID and Secret to enable Google Logins."
150 msgstr ""
151
152 #: src/authorizer/class-admin-page.php:93
153 msgid ""
154 "<strong>Enable CAS Logins</strong>: Choose if you want to allow users to log "
155 "in with via CAS (Central Authentication Service). You will need to enter "
156 "details about your CAS server (host, port, and path) to enable CAS Logins."
157 msgstr ""
158
159 #: src/authorizer/class-admin-page.php:94
160 msgid ""
161 "<strong>Enable LDAP Logins</strong>: Choose if you want to allow users to log "
162 "in with their LDAP (Lightweight Directory Access Protocol) credentials. You "
163 "will need to enter details about your LDAP server (host, port, search base, "
164 "uid attribute, directory user, directory user password, and whether to use "
165 "STARTTLS) to enable LDAP Logins."
166 msgstr ""
167
168 #: src/authorizer/class-admin-page.php:95
169 msgid ""
170 "<strong>Default role for new CAS users</strong>: Specify which role new "
171 "external users will get by default. Be sure to choose a role with limited "
172 "permissions!"
173 msgstr ""
174
175 #: src/authorizer/class-admin-page.php:96
176 msgid "If you enable OAuth2 logins:"
177 msgstr ""
178
179 #: src/authorizer/class-admin-page.php:98
180 msgid ""
181 "<strong>Client ID</strong>: You can generate this ID following the "
182 "instructions for your specific provider."
183 msgstr ""
184
185 #: src/authorizer/class-admin-page.php:99
186 msgid ""
187 "<strong>Client Secret</strong>: You can generate this secret by following the "
188 "instructions for your specific provider."
189 msgstr ""
190
191 #: src/authorizer/class-admin-page.php:99
192 msgid ""
193 "Note: for increased security, you can leave this field blank and instead "
194 "define this value either in wp-config.php via "
195 "<code>define( 'AUTHORIZER_OAUTH2_CLIENT_SECRET', '...' );</code>, or you may "
196 "fetch it from an external service like AWS Secrets Manager by hooking into "
197 "the <code>authorizer_oauth2_client_secret</code> filter. This will prevent it "
198 "from being stored in plaintext in the WordPress database."
199 msgstr ""
200
201 #: src/authorizer/class-admin-page.php:100
202 msgid ""
203 "<strong>Authorization URL</strong>: For the generic OAuth2 provider, you will "
204 "need to specify the 3 endpoints required for the oauth2 authentication flow. "
205 "This is the first: the endpoint first contacted to initiate the "
206 "authentication."
207 msgstr ""
208
209 #: src/authorizer/class-admin-page.php:101
210 msgid ""
211 "<strong>Access Token URL</strong>: For the generic OAuth2 provider, you will "
212 "need to specify the 3 endpoints required for the oauth2 authentication flow. "
213 "This is the second: the endpoint that is contacted after initiation to "
214 "retrieve an access token for the user that just authenticated."
215 msgstr ""
216
217 #: src/authorizer/class-admin-page.php:102
218 msgid ""
219 "<strong>Resource Owner URL</strong>: For the generic OAuth2 provider, you "
220 "will need to specify the 3 endpoints required for the oauth2 authentication "
221 "flow. This is the third: the endpoint that is contacted after successfully "
222 "receiving an authentication token to retrieve details on the user that just "
223 "authenticated."
224 msgstr ""
225
226 #: src/authorizer/class-admin-page.php:104
227 msgid "If you enable Google logins:"
228 msgstr ""
229
230 #: src/authorizer/class-admin-page.php:106
231 msgid ""
232 "<strong>Google Client ID</strong>: You can generate this ID by creating a new "
233 "Project in the <a href='https://cloud.google.com/console'>Google Developers "
234 "Console</a>. A Client ID typically looks something like this: 1234567890123-"
235 "kdjr85yt6vjr6d8g7dhr8g7d6durjf7g.apps.googleusercontent.com"
236 msgstr ""
237
238 #: src/authorizer/class-admin-page.php:107
239 msgid ""
240 "<strong>Google Client Secret</strong>: You can generate this secret by "
241 "creating a new Project in the <a href='https://cloud.google.com/"
242 "console'>Google Developers Console</a>. A Client Secret typically looks "
243 "something like this: sDNgX5_pr_5bly-frKmvp8jT"
244 msgstr ""
245
246 #: src/authorizer/class-admin-page.php:107
247 msgid ""
248 "Note: for increased security, you can leave this field blank and instead "
249 "define this value either in wp-config.php via "
250 "<code>define( 'AUTHORIZER_GOOGLE_CLIENT_SECRET', '...' );</code>, or you may "
251 "fetch it from an external service like AWS Secrets Manager by hooking into "
252 "the <code>authorizer_google_client_secret</code> filter. This will prevent it "
253 "from being stored in plaintext in the WordPress database."
254 msgstr ""
255
256 #: src/authorizer/class-admin-page.php:109
257 msgid "If you enable CAS logins:"
258 msgstr ""
259
260 #: src/authorizer/class-admin-page.php:111
261 msgid ""
262 "<strong>CAS server hostname</strong>: Enter the hostname of the CAS server "
263 "you authenticate against (e.g., authn.example.edu)."
264 msgstr ""
265
266 #: src/authorizer/class-admin-page.php:112
267 msgid ""
268 "<strong>CAS server port</strong>: Enter the port on the CAS server to connect "
269 "to (e.g., 443)."
270 msgstr ""
271
272 #: src/authorizer/class-admin-page.php:113
273 msgid ""
274 "<strong>CAS server path/context</strong>: Enter the path to the login "
275 "endpoint on the CAS server (e.g., /cas)."
276 msgstr ""
277
278 #: src/authorizer/class-admin-page.php:114
279 msgid ""
280 "<strong>CAS server method</strong>: Select the method to use when setting the "
281 "CAS config (e.g.,\"client\" or \"proxy\")"
282 msgstr ""
283
284 #: src/authorizer/class-admin-page.php:115
285 msgid ""
286 "<strong>CAS attribute containing first name</strong>: Enter the CAS attribute "
287 "that has the user's first name. When this user first logs in, their WordPress "
288 "account will have their first name retrieved from CAS and added to their "
289 "WordPress profile."
290 msgstr ""
291
292 #: src/authorizer/class-admin-page.php:116
293 msgid ""
294 "<strong>CAS attribute containing last name</strong>: Enter the CAS attribute "
295 "that has the user's last name. When this user first logs in, their WordPress "
296 "account will have their last name retrieved from CAS and added to their "
297 "WordPress profile."
298 msgstr ""
299
300 #: src/authorizer/class-admin-page.php:117
301 msgid ""
302 "<strong>CAS attribute update</strong>: Select whether the first and last "
303 "names retrieved from CAS should overwrite any value the user has entered in "
304 "the first and last name fields in their WordPress profile. If this is not "
305 "set, this only happens the first time they log in."
306 msgstr ""
307
308 #: src/authorizer/class-admin-page.php:119
309 msgid "If you enable LDAP logins:"
310 msgstr ""
311
312 #: src/authorizer/class-admin-page.php:121
313 msgid ""
314 "<strong>LDAP Host</strong>: Enter the URL of the LDAP server you authenticate "
315 "against."
316 msgstr ""
317
318 #: src/authorizer/class-admin-page.php:122
319 msgid ""
320 "<strong>LDAP Port</strong>: Enter the port number that the LDAP server "
321 "listens on."
322 msgstr ""
323
324 #: src/authorizer/class-admin-page.php:123
325 msgid ""
326 "<strong>LDAP Search Base</strong>: Enter the LDAP string that represents the "
327 "search base, e.g., ou=people,dc=example,dc=edu"
328 msgstr ""
329
330 #: src/authorizer/class-admin-page.php:124
331 msgid ""
332 "<strong>LDAP Search Filter</strong>: Enter the optional LDAP string that "
333 "represents the search filter, e.g., (memberOf=cn=wp_users,ou=people,"
334 "dc=example,dc=edu)"
335 msgstr ""
336
337 #: src/authorizer/class-admin-page.php:125
338 msgid ""
339 "<strong>LDAP attribute containing username</strong>: Enter the name of the "
340 "LDAP attribute that contains the usernames used by those attempting to log "
341 "in. The plugin will search on this attribute to find the cn to bind against "
342 "for login attempts."
343 msgstr ""
344
345 #: src/authorizer/class-admin-page.php:126
346 msgid ""
347 "<strong>LDAP Directory User</strong>: Enter the name of the LDAP user that "
348 "has permissions to browse the directory."
349 msgstr ""
350
351 #: src/authorizer/class-admin-page.php:126
352 msgid ""
353 "Note: for increased security, you can leave this field blank and instead "
354 "define this value either in wp-config.php via "
355 "<code>define( 'AUTHORIZER_LDAP_USER', '...' );</code>, or you may fetch it "
356 "from an external service like AWS Secrets Manager by hooking into the "
357 "<code>authorizer_ldap_user</code> filter. This will prevent it from being "
358 "stored in plaintext in the WordPress database."
359 msgstr ""
360
361 #: src/authorizer/class-admin-page.php:127
362 msgid ""
363 "<strong>LDAP Directory User Password</strong>: Enter the password for the "
364 "LDAP user that has permission to browse the directory."
365 msgstr ""
366
367 #: src/authorizer/class-admin-page.php:127
368 msgid ""
369 "Note: for increased security, you can leave this field blank and instead "
370 "define this value either in wp-config.php via "
371 "<code>define( 'AUTHORIZER_LDAP_PASSWORD', '...' );</code>, or you may fetch "
372 "it from an external service like AWS Secrets Manager by hooking into the "
373 "<code>authorizer_ldap_password</code> filter. This will prevent it from being "
374 "stored in the WordPress database."
375 msgstr ""
376
377 #: src/authorizer/class-admin-page.php:128
378 msgid ""
379 "<strong>Use STARTTLS</strong>: Select whether unencrypted communication with "
380 "the LDAP server should be upgraded to a TLS-secured connection using STARTTLS."
381 msgstr ""
382
383 #: src/authorizer/class-admin-page.php:129
384 msgid ""
385 "<strong>Custom lost password URL</strong>: The WordPress login page contains "
386 "a link to recover a lost password. If you have external users who shouldn't "
387 "change the password on their WordPress account, point them to the appropriate "
388 "location to change the password on their external authentication service here."
389 msgstr ""
390
391 #: src/authorizer/class-admin-page.php:130
392 msgid ""
393 "<strong>LDAP attribute containing first name</strong>: Enter the LDAP "
394 "attribute that has the user's first name. When this user first logs in, their "
395 "WordPress account will have their first name retrieved from LDAP and added to "
396 "their WordPress profile."
397 msgstr ""
398
399 #: src/authorizer/class-admin-page.php:131
400 msgid ""
401 "<strong>LDAP attribute containing last name</strong>: Enter the LDAP "
402 "attribute that has the user's last name. When this user first logs in, their "
403 "WordPress account will have their last name retrieved from LDAP and added to "
404 "their WordPress profile."
405 msgstr ""
406
407 #: src/authorizer/class-admin-page.php:132
408 msgid ""
409 "<strong>LDAP attribute update</strong>: Select whether the first and last "
410 "names retrieved from LDAP should overwrite any value the user has entered in "
411 "the first and last name fields in their WordPress profile. If this is not "
412 "set, this only happens the first time they log in."
413 msgstr ""
414
415 #: src/authorizer/class-admin-page.php:138 src/authorizer/class-options.php:969
416 #: src/authorizer/class-options.php:977
417 msgid "External Service"
418 msgstr ""
419
420 #: src/authorizer/class-admin-page.php:145
421 msgid ""
422 "<strong>Limit invalid login attempts</strong>: Choose how soon (and for how "
423 "long) to restrict access to individuals (or bots) making repeated invalid "
424 "login attempts. You may set a shorter delay first, and then a longer delay "
425 "after repeated invalid attempts; you may also set how much time must pass "
426 "before the delays will be reset to normal."
427 msgstr ""
428
429 #: src/authorizer/class-admin-page.php:146
430 msgid ""
431 "<strong>Hide WordPress Logins</strong>: If you want to hide the WordPress "
432 "username and password fields and the Log In button on the wp-login screen, "
433 "enable this option. Note: You can always access the WordPress logins by "
434 "adding external=wordpress to the wp-login URL, like so:"
435 msgstr ""
436
437 #: src/authorizer/class-admin-page.php:147
438 msgid ""
439 "<strong>Disable WordPress Logins</strong>: If you want to prevent users from "
440 "logging in with their WordPress passwords and instead only allow logins from "
441 "external services, enable this option. Note: enabling this will also hide "
442 "WordPress logins unless the LDAP external service is enabled."
443 msgstr ""
444
445 #: src/authorizer/class-admin-page.php:148
446 msgid ""
447 "<strong>Custom WordPress login branding</strong>: If you'd like to use custom "
448 "branding on the WordPress login page, select that here. You will need to use "
449 "the `authorizer_add_branding_option` filter in your theme to add it. You can "
450 "see an example theme that implements this filter in the plugin directory "
451 "under sample-theme-add-branding."
452 msgstr ""
453
454 #: src/authorizer/class-admin-page.php:153 src/authorizer/class-options.php:970
455 #: src/authorizer/class-options.php:978
456 msgid "Advanced"
457 msgstr ""
458
459 #: src/authorizer/class-admin-page.php:185
460 msgid "Can't reach CAS server. Please provide"
461 msgstr ""
462
463 #: src/authorizer/class-admin-page.php:185
464 msgid "accurate CAS settings"
465 msgstr ""
466
467 #: src/authorizer/class-admin-page.php:185
468 msgid "if you intend to use it."
469 msgstr ""
470
471 #: src/authorizer/class-admin-page.php:230
472 #: src/authorizer/class-dashboard-widget.php:70
473 msgid "Settings"
474 msgstr ""
475
476 #: src/authorizer/class-admin-page.php:245
477 msgid "Network Settings"
478 msgstr ""
479
480 #: src/authorizer/class-admin-page.php:294
481 msgid "Who can log into the site?"
482 msgstr ""
483
484 #: src/authorizer/class-admin-page.php:301
485 msgid "Which role should receive email notifications about pending users?"
486 msgstr ""
487
488 #: src/authorizer/class-admin-page.php:308
489 msgid "What message should pending users see after attempting to log in?"
490 msgstr ""
491
492 #: src/authorizer/class-admin-page.php:315
493 msgid "What message should blocked users see after attempting to log in?"
494 msgstr ""
495
496 #: src/authorizer/class-admin-page.php:322
497 msgid "Send welcome email to new approved users?"
498 msgstr ""
499
500 #: src/authorizer/class-admin-page.php:329
501 msgid "Welcome email subject"
502 msgstr ""
503
504 #: src/authorizer/class-admin-page.php:336
505 msgid "Welcome email body"
506 msgstr ""
507
508 #: src/authorizer/class-admin-page.php:351
509 msgid "Who can view the site?"
510 msgstr ""
511
512 #: src/authorizer/class-admin-page.php:358
513 msgid "What pages (if any) should be available to everyone?"
514 msgstr ""
515
516 #: src/authorizer/class-admin-page.php:365
517 msgid "What happens to people without access when they visit a private page?"
518 msgstr ""
519
520 #: src/authorizer/class-admin-page.php:372
521 msgid "What happens to people without access when they visit a public page?"
522 msgstr ""
523
524 #: src/authorizer/class-admin-page.php:379
525 msgid "What message should people without access see?"
526 msgstr ""
527
528 #: src/authorizer/class-admin-page.php:394
529 #: src/authorizer/class-admin-page.php:883
530 msgid "Default role for new users"
531 msgstr ""
532
533 #: src/authorizer/class-admin-page.php:402
534 #: src/authorizer/class-admin-page.php:887
535 msgid "OAuth2 Logins"
536 msgstr ""
537
538 #: src/authorizer/class-admin-page.php:412
539 msgid "Provider"
540 msgstr ""
541
542 #: src/authorizer/class-admin-page.php:419
543 msgid "Custom label"
544 msgstr ""
545
546 #: src/authorizer/class-admin-page.php:426
547 #: src/authorizer/class-admin-page.php:899
548 msgid "Client ID"
549 msgstr ""
550
551 #: src/authorizer/class-admin-page.php:433
552 #: src/authorizer/class-admin-page.php:903
553 msgid "Client Secret"
554 msgstr ""
555
556 #: src/authorizer/class-admin-page.php:440
557 #: src/authorizer/class-admin-page.php:907
558 msgid "OAuth2 Hosted Domain"
559 msgstr ""
560
561 #: src/authorizer/class-admin-page.php:447
562 #: src/authorizer/class-admin-page.php:911
563 msgid "Tenant ID"
564 msgstr ""
565
566 #: src/authorizer/class-admin-page.php:454
567 #: src/authorizer/class-admin-page.php:915
568 msgid "Authorization URL"
569 msgstr ""
570
571 #: src/authorizer/class-admin-page.php:461
572 #: src/authorizer/class-admin-page.php:919
573 msgid "Access Token URL"
574 msgstr ""
575
576 #: src/authorizer/class-admin-page.php:468
577 #: src/authorizer/class-admin-page.php:923
578 msgid "Resource Owner URL"
579 msgstr ""
580
581 #: src/authorizer/class-admin-page.php:475
582 #: src/authorizer/class-admin-page.php:927
583 msgid "OAuth2 automatic login"
584 msgstr ""
585
586 #: src/authorizer/class-admin-page.php:483
587 #: src/authorizer/class-admin-page.php:931
588 msgid "Google Logins"
589 msgstr ""
590
591 #: src/authorizer/class-admin-page.php:493
592 #: src/authorizer/class-admin-page.php:935
593 msgid "Google Client ID"
594 msgstr ""
595
596 #: src/authorizer/class-admin-page.php:500
597 #: src/authorizer/class-admin-page.php:939
598 msgid "Google Client Secret"
599 msgstr ""
600
601 #: src/authorizer/class-admin-page.php:507
602 #: src/authorizer/class-admin-page.php:943
603 msgid "Google Hosted Domain"
604 msgstr ""
605
606 #: src/authorizer/class-admin-page.php:515
607 #: src/authorizer/class-admin-page.php:947
608 msgid "CAS Logins"
609 msgstr ""
610
611 #: src/authorizer/class-admin-page.php:525
612 msgid "CAS custom label"
613 msgstr ""
614
615 #: src/authorizer/class-admin-page.php:532
616 #: src/authorizer/class-admin-page.php:955
617 msgid "CAS server hostname"
618 msgstr ""
619
620 #: src/authorizer/class-admin-page.php:539
621 #: src/authorizer/class-admin-page.php:959
622 msgid "CAS server port"
623 msgstr ""
624
625 #: src/authorizer/class-admin-page.php:546
626 #: src/authorizer/class-admin-page.php:963
627 msgid "CAS server path/context"
628 msgstr ""
629
630 #: src/authorizer/class-admin-page.php:553
631 #: src/authorizer/class-admin-page.php:967
632 msgid "CAS server method"
633 msgstr ""
634
635 #: src/authorizer/class-admin-page.php:560
636 #: src/authorizer/class-admin-page.php:971
637 msgid "CAS server protocol"
638 msgstr ""
639
640 #: src/authorizer/class-admin-page.php:567
641 msgid "CAS attribute containing email address"
642 msgstr ""
643
644 #: src/authorizer/class-admin-page.php:574
645 #: src/authorizer/class-admin-page.php:979
646 msgid "CAS attribute containing first name"
647 msgstr ""
648
649 #: src/authorizer/class-admin-page.php:581
650 #: src/authorizer/class-admin-page.php:983
651 msgid "CAS attribute containing last name"
652 msgstr ""
653
654 #: src/authorizer/class-admin-page.php:588
655 #: src/authorizer/class-admin-page.php:987
656 msgid "CAS attribute update"
657 msgstr ""
658
659 #: src/authorizer/class-admin-page.php:595
660 #: src/authorizer/class-admin-page.php:991
661 msgid "CAS automatic login"
662 msgstr ""
663
664 #: src/authorizer/class-admin-page.php:602
665 #: src/authorizer/class-admin-page.php:995
666 msgid "CAS users linked by username"
667 msgstr ""
668
669 #: src/authorizer/class-admin-page.php:609
670 #: src/authorizer/class-admin-page.php:999
671 msgid "LDAP Logins"
672 msgstr ""
673
674 #: src/authorizer/class-admin-page.php:619
675 #: src/authorizer/class-admin-page.php:1003
676 msgid "LDAP Host"
677 msgstr ""
678
679 #: src/authorizer/class-admin-page.php:626
680 #: src/authorizer/class-admin-page.php:1007
681 msgid "LDAP Port"
682 msgstr ""
683
684 #: src/authorizer/class-admin-page.php:633
685 #: src/authorizer/class-admin-page.php:1011
686 #: src/authorizer/options/external/class-ldap.php:104
687 msgid "Use STARTTLS"
688 msgstr ""
689
690 #: src/authorizer/class-admin-page.php:640
691 #: src/authorizer/class-admin-page.php:1015
692 msgid "LDAP Search Base"
693 msgstr ""
694
695 #: src/authorizer/class-admin-page.php:647
696 #: src/authorizer/class-admin-page.php:1019
697 msgid "LDAP Search Filter"
698 msgstr ""
699
700 #: src/authorizer/class-admin-page.php:654
701 #: src/authorizer/class-admin-page.php:1023
702 msgid "LDAP attribute containing username"
703 msgstr ""
704
705 #: src/authorizer/class-admin-page.php:661
706 msgid "LDAP attribute containing email address"
707 msgstr ""
708
709 #: src/authorizer/class-admin-page.php:668
710 #: src/authorizer/class-admin-page.php:1031
711 msgid "LDAP Directory User"
712 msgstr ""
713
714 #: src/authorizer/class-admin-page.php:675
715 #: src/authorizer/class-admin-page.php:1035
716 msgid "LDAP Directory User Password"
717 msgstr ""
718
719 #: src/authorizer/class-admin-page.php:682
720 #: src/authorizer/class-admin-page.php:1039
721 msgid "Custom lost password URL"
722 msgstr ""
723
724 #: src/authorizer/class-admin-page.php:689
725 #: src/authorizer/class-admin-page.php:1043
726 msgid "LDAP attribute containing first name"
727 msgstr ""
728
729 #: src/authorizer/class-admin-page.php:696
730 #: src/authorizer/class-admin-page.php:1047
731 msgid "LDAP attribute containing last name"
732 msgstr ""
733
734 #: src/authorizer/class-admin-page.php:703
735 #: src/authorizer/class-admin-page.php:1051
736 msgid "LDAP attribute update"
737 msgstr ""
738
739 #: src/authorizer/class-admin-page.php:710
740 #: src/authorizer/class-admin-page.php:1055
741 msgid "LDAP test connection"
742 msgstr ""
743
744 #: src/authorizer/class-admin-page.php:725
745 #: src/authorizer/class-admin-page.php:1063
746 msgid "Limit invalid login attempts"
747 msgstr ""
748
749 #: src/authorizer/class-admin-page.php:732
750 msgid "Hide WordPress Login"
751 msgstr ""
752
753 #: src/authorizer/class-admin-page.php:739
754 #: src/authorizer/class-admin-page.php:1071
755 #: src/authorizer/options/class-advanced.php:102
756 msgid "Disable WordPress Logins"
757 msgstr ""
758
759 #: src/authorizer/class-admin-page.php:746
760 msgid "Custom WordPress login branding"
761 msgstr ""
762
763 #: src/authorizer/class-admin-page.php:753
764 msgid "Authorizer admin menu item location"
765 msgstr ""
766
767 #: src/authorizer/class-admin-page.php:760
768 msgid "Show custom usermeta in user list"
769 msgstr ""
770
771 #: src/authorizer/class-admin-page.php:767
772 #: src/authorizer/class-admin-page.php:1075
773 msgid "Number of users per page"
774 msgstr ""
775
776 #: src/authorizer/class-admin-page.php:774
777 #: src/authorizer/class-admin-page.php:1079
778 msgid "Approved users sort method"
779 msgstr ""
780
781 #: src/authorizer/class-admin-page.php:781
782 #: src/authorizer/class-admin-page.php:1083
783 msgid "Approved users sort order"
784 msgstr ""
785
786 #: src/authorizer/class-admin-page.php:788
787 msgid "Show dashboard widget to admin users"
788 msgstr ""
789
790 #: src/authorizer/class-admin-page.php:797
791 msgid "Override multisite options"
792 msgstr ""
793
794 #: src/authorizer/class-admin-page.php:812
795 #: src/authorizer/class-admin-page.php:848
796 #: src/authorizer/class-dashboard-widget.php:34
797 msgid "Authorizer Settings"
798 msgstr ""
799
800 #: src/authorizer/class-admin-page.php:832
801 msgid "You do not have sufficient permissions to access this page."
802 msgstr ""
803
804 #: src/authorizer/class-admin-page.php:849
805 msgid ""
806 "Most <strong>Authorizer</strong> settings are set in the individual sites, "
807 "but you can specify a few options here that apply to <strong>all sites in the "
808 "network</strong>. These settings will override settings in the individual "
809 "sites."
810 msgstr ""
811
812 #: src/authorizer/class-admin-page.php:851
813 msgid "Override individual site settings with the settings below"
814 msgstr ""
815
816 #: src/authorizer/class-admin-page.php:852
817 msgid ""
818 "Prevent site administrators from overriding any multisite settings defined "
819 "here (via Authorizer > Advanced > Override multisite options)"
820 msgstr ""
821
822 #: src/authorizer/class-admin-page.php:863
823 msgid "Manage who has access to all sites in the network."
824 msgstr ""
825
826 #: src/authorizer/class-admin-page.php:867
827 msgid "Who can log in to sites in this network?"
828 msgstr ""
829
830 #: src/authorizer/class-admin-page.php:871
831 msgid "Who can view sites in this network?"
832 msgstr ""
833
834 #: src/authorizer/class-admin-page.php:875
835 msgid "Approved Users (All Sites)"
836 msgstr ""
837
838 #: src/authorizer/class-admin-page.php:875
839 msgid ""
840 "Note: these users will <strong>not</strong> receive welcome emails when "
841 "approved. Only users approved from individual sites can receive these "
842 "messages."
843 msgstr ""
844
845 #: src/authorizer/class-admin-page.php:891
846 msgid "OAuth2 Provider"
847 msgstr ""
848
849 #: src/authorizer/class-admin-page.php:895
850 msgid "Custom Label"
851 msgstr ""
852
853 #: src/authorizer/class-admin-page.php:951
854 msgid "CAS Custom Label"
855 msgstr ""
856
857 #: src/authorizer/class-admin-page.php:975
858 msgid "CAS attribute containing email"
859 msgstr ""
860
861 #: src/authorizer/class-admin-page.php:1027
862 msgid "LDAP attribute containing email"
863 msgstr ""
864
865 #: src/authorizer/class-admin-page.php:1067
866 #: src/authorizer/options/class-advanced.php:82
867 msgid "Hide WordPress Logins"
868 msgstr ""
869
870 #: src/authorizer/class-admin-page.php:1087
871 #: src/authorizer/options/class-advanced.php:358
872 msgid "Show Dashboard Widget"
873 msgstr ""
874
875 #: src/authorizer/class-admin-page.php:1094
876 #: src/authorizer/class-admin-page.php:1175
877 msgid "Save Changes"
878 msgstr ""
879
880 #: src/authorizer/class-admin-page.php:1168
881 msgid "Saved"
882 msgstr ""
883
884 #: src/authorizer/class-admin-page.php:1169
885 msgid "Duplicate"
886 msgstr ""
887
888 #: src/authorizer/class-admin-page.php:1170
889 msgid "Failed"
890 msgstr ""
891
892 #: src/authorizer/class-admin-page.php:1171
893 msgid "Local WordPress user"
894 msgstr ""
895
896 #: src/authorizer/class-admin-page.php:1172
897 #: src/authorizer/options/class-access-lists.php:550
898 msgid "Block/Ban user"
899 msgstr ""
900
901 #: src/authorizer/class-admin-page.php:1173
902 #: src/authorizer/options/class-access-lists.php:89
903 #: src/authorizer/options/class-access-lists.php:278
904 #: src/authorizer/options/class-access-lists.php:545
905 #: src/authorizer/options/class-access-lists.php:551
906 msgid "Remove user"
907 msgstr ""
908
909 #: src/authorizer/class-admin-page.php:1174
910 msgid "No users in"
911 msgstr ""
912
913 #: src/authorizer/class-admin-page.php:1176
914 msgid "Private Pages"
915 msgstr ""
916
917 #: src/authorizer/class-admin-page.php:1177
918 msgid "Public Pages"
919 msgstr ""
920
921 #: src/authorizer/class-admin-page.php:1178
922 #: src/authorizer/options/class-access-lists.php:334
923 msgid "First page"
924 msgstr ""
925
926 #: src/authorizer/class-admin-page.php:1179
927 #: src/authorizer/options/class-access-lists.php:345
928 msgid "Previous page"
929 msgstr ""
930
931 #: src/authorizer/class-admin-page.php:1180
932 #: src/authorizer/options/class-access-lists.php:372
933 msgid "Next page"
934 msgstr ""
935
936 #: src/authorizer/class-admin-page.php:1181
937 #: src/authorizer/options/class-access-lists.php:383
938 msgid "Last page"
939 msgstr ""
940
941 #: src/authorizer/class-ajax-endpoints.php:344
942 #: src/authorizer/options/class-access-lists.php:310
943 #, php-format
944 msgid "%s user"
945 msgid_plural "%s users"
946 msgstr[0] ""
947 msgstr[1] ""
948
949 #: src/authorizer/class-authentication.php:71
950 msgid "<strong>ERROR</strong>: Incorrect username or password."
951 msgstr ""
952
953 #: src/authorizer/class-authentication.php:109
954 #: src/authorizer/class-authentication.php:127
955 #, php-format
956 msgid ""
957 "<strong>ERROR</strong>: There have been too many invalid login attempts for "
958 "the username <strong>%1$s</strong>. Please wait <strong "
959 "id=\"seconds_remaining\" data-seconds=\"%2$s\">%3$s</strong> before trying "
960 "again. <a href=\"%4$s\" title=\"Password Lost and Found\">Lost your password</"
961 "a>?"
962 msgstr ""
963
964 #: src/authorizer/class-authentication.php:234
965 #: src/authorizer/class-login-form.php:648
966 msgid "<strong>ERROR</strong>: The username field is empty."
967 msgstr ""
968
969 #: src/authorizer/class-authentication.php:238
970 msgid "<strong>ERROR</strong>: The password field is empty."
971 msgstr ""
972
973 #: src/authorizer/class-authentication.php:654
974 msgid "Email address does not match the allowed hosted domain"
975 msgstr ""
976
977 #: src/authorizer/class-authentication.php:737
978 msgid "The authentication timestamp is too old, please try again."
979 msgstr ""
980
981 #: src/authorizer/class-authentication.php:740
982 #: src/authorizer/class-authentication.php:745
983 msgid "Invalid Google credentials provided."
984 msgstr ""
985
986 #: src/authorizer/class-authentication.php:771
987 msgid "Google credentials do not match the allowed hosted domain"
988 msgstr ""
989
990 #: src/authorizer/class-authentication.php:848
991 msgid "CAS server returned an Authentication Exception. Details:"
992 msgstr ""
993
994 #: src/authorizer/class-authentication.php:977
995 #, php-format
996 msgid "[%s] Attempting to authenticate via LDAP."
997 msgstr ""
998
999 #: src/authorizer/class-authentication.php:987
1000 msgid "Failed: no LDAP Host(s) specified."
1001 msgstr ""
1002
1003 #: src/authorizer/class-authentication.php:998
1004 msgid "Failed: no LDAP Search Base(s) specified."
1005 msgstr ""
1006
1007 #: src/authorizer/class-authentication.php:1031
1008 msgid "Failed: empty username and password."
1009 msgstr ""
1010
1011 #: src/authorizer/class-authentication.php:1039
1012 msgid "Failed: empty username."
1013 msgstr ""
1014
1015 #: src/authorizer/class-authentication.php:1041
1016 msgid "You must provide a username or email."
1017 msgstr ""
1018
1019 #: src/authorizer/class-authentication.php:1045
1020 msgid "Failed: empty password."
1021 msgstr ""
1022
1023 #: src/authorizer/class-authentication.php:1047
1024 msgid "You must provide a password."
1025 msgstr ""
1026
1027 #: src/authorizer/class-authentication.php:1053
1028 msgid "Failed: php-ldap extension not installed."
1029 msgstr ""
1030
1031 #: src/authorizer/class-authentication.php:1080
1032 #, php-format
1033 msgid "Warning: could not parse host %s with wp_parse_url()."
1034 msgstr ""
1035
1036 #: src/authorizer/class-authentication.php:1103
1037 #, php-format
1038 msgid "Warning: syntax check failed on host %s in ldap_connect()."
1039 msgstr ""
1040
1041 #: src/authorizer/class-authentication.php:1114
1042 #, php-format
1043 msgid "Warning: unable to start TLS on host %s:"
1044 msgstr ""
1045
1046 #: src/authorizer/class-authentication.php:1168
1047 #, php-format
1048 msgid "Performing bind as user logging in: %s."
1049 msgstr ""
1050
1051 #: src/authorizer/class-authentication.php:1178
1052 #, php-format
1053 msgid "Warning: unable to bind on host %1$s using directory user:"
1054 msgstr ""
1055
1056 #: src/authorizer/class-authentication.php:1192
1057 #, php-format
1058 msgid "Successful bind using LDAP user DN %s instead of directory user."
1059 msgstr ""
1060
1061 #: src/authorizer/class-authentication.php:1202
1062 #: src/authorizer/class-authentication.php:1349
1063 #, php-format
1064 msgid "Failed: password incorrect for LDAP user %s."
1065 msgstr ""
1066
1067 #: src/authorizer/class-authentication.php:1215
1068 #, php-format
1069 msgid "Connected to LDAP host %s."
1070 msgstr ""
1071
1072 #: src/authorizer/class-authentication.php:1223
1073 msgid "Failed: unable to connect to any LDAP host."
1074 msgstr ""
1075
1076 #: src/authorizer/class-authentication.php:1284
1077 #, php-format
1078 msgid "Using LDAP search filter: %s"
1079 msgstr ""
1080
1081 #: src/authorizer/class-authentication.php:1299
1082 #, php-format
1083 msgid "Found user %1$s in search base: %2$s"
1084 msgstr ""
1085
1086 #: src/authorizer/class-authentication.php:1304
1087 #, php-format
1088 msgid "Failed to find user %1$s in %2$s. Trying next search base."
1089 msgstr ""
1090
1091 #: src/authorizer/class-authentication.php:1312
1092 #, php-format
1093 msgid "Failed: no LDAP user %s found."
1094 msgstr ""
1095
1096 #: src/authorizer/class-authentication.php:1368
1097 #, php-format
1098 msgid "[%1$s] Successfully authenticated user %2$s (%3$s) via LDAP."
1099 msgstr ""
1100
1101 #: src/authorizer/class-authorization.php:124
1102 #: src/authorizer/class-authorization.php:638
1103 #, php-format
1104 msgid "%s - Access Restricted"
1105 msgstr ""
1106
1107 #: src/authorizer/class-authorization.php:132
1108 #: src/authorizer/class-authorization.php:475
1109 msgid "Back"
1110 msgstr ""
1111
1112 #: src/authorizer/class-authorization.php:136
1113 #: src/authorizer/class-authorization.php:483
1114 msgid "Invalid login attempted."
1115 msgstr ""
1116
1117 #: src/authorizer/class-authorization.php:443
1118 #, php-format
1119 msgid "Action required: Pending user %1$s at %2$s"
1120 msgstr ""
1121
1122 #: src/authorizer/class-authorization.php:449
1123 #, php-format
1124 msgid ""
1125 "A new user has tried to access the %1$s site you manage at:\n"
1126 "%2$s\n"
1127 "\n"
1128 "Please log in to approve or deny their request:\n"
1129 "%3$s\n"
1130 msgstr ""
1131
1132 #: src/authorizer/class-authorization.php:646
1133 #: src/authorizer/class-login-form.php:40
1134 msgid "Log In"
1135 msgstr ""
1136
1137 #: src/authorizer/class-dashboard-widget.php:54
1138 #: src/authorizer/options/class-access-lists.php:40
1139 msgid "Pending Users"
1140 msgstr ""
1141
1142 #: src/authorizer/class-dashboard-widget.php:59
1143 #: src/authorizer/options/class-access-lists.php:44
1144 msgid "Approved Users"
1145 msgstr ""
1146
1147 #: src/authorizer/class-dashboard-widget.php:64
1148 #: src/authorizer/options/class-access-lists.php:48
1149 msgid "Blocked Users"
1150 msgstr ""
1151
1152 #: src/authorizer/class-helper.php:288
1153 msgid "&mdash; No role for this site &mdash;"
1154 msgstr ""
1155
1156 #: src/authorizer/class-login-form.php:216
1157 #: src/authorizer/class-login-form.php:233
1158 #, php-format
1159 msgid "Sign in with %s"
1160 msgstr ""
1161
1162 #: src/authorizer/class-login-form.php:257
1163 msgid "or"
1164 msgstr ""
1165
1166 #: src/authorizer/class-login-form.php:435
1167 #, php-format
1168 msgid ""
1169 "Authorizer lockout triggered for %1$s on user %2$s after the %3$s invalid "
1170 "attempt."
1171 msgstr ""
1172
1173 #: src/authorizer/class-login-form.php:438
1174 #, php-format
1175 msgid ""
1176 "Authorizer lockout triggered for %1$s on all non-existent user names after "
1177 "the %3$s invalid attempt (triggered by non-existent user name: %2$s)."
1178 msgstr ""
1179
1180 #: src/authorizer/class-options.php:83
1181 #: src/authorizer/options/class-advanced.php:379
1182 msgid "This setting is overridden by a"
1183 msgstr ""
1184
1185 #: src/authorizer/class-options.php:83
1186 #: src/authorizer/options/class-advanced.php:379
1187 msgid "multisite option"
1188 msgstr ""
1189
1190 #: src/authorizer/class-options.php:296
1191 msgid ""
1192 "You're not currently allowed to view this site. Your administrator has been "
1193 "notified, and once he/she has approved your request, you will be able to log "
1194 "in. If you need any other help, please contact your administrator."
1195 msgstr ""
1196
1197 #: src/authorizer/class-options.php:299
1198 msgid ""
1199 "You're not currently allowed to log into this site. If you think this is a "
1200 "mistake, please contact your administrator."
1201 msgstr ""
1202
1203 #: src/authorizer/class-options.php:307
1204 #, php-format
1205 msgid "Welcome to %s!"
1206 msgstr ""
1207
1208 #: src/authorizer/class-options.php:314
1209 #, php-format
1210 msgid ""
1211 "Hello %1$s,\n"
1212 "Welcome to %2$s! You now have access to all content on the site. Please visit "
1213 "us here:\n"
1214 "%3$s\n"
1215 msgstr ""
1216
1217 #: src/authorizer/class-options.php:335
1218 msgid ""
1219 "Notice: You are browsing this site anonymously, and only have access to a "
1220 "portion of its content."
1221 msgstr ""
1222
1223 #: src/authorizer/options/class-access-lists.php:30
1224 msgid "Manage who has access to this site using these lists."
1225 msgstr ""
1226
1227 #: src/authorizer/options/class-access-lists.php:32
1228 msgid ""
1229 "<strong>Pending</strong> users are users who have successfully logged in to "
1230 "the site, but who haven't yet been approved (or blocked) by you."
1231 msgstr ""
1232
1233 #: src/authorizer/options/class-access-lists.php:33
1234 msgid ""
1235 "<strong>Approved</strong> users have access to the site once they "
1236 "successfully log in."
1237 msgstr ""
1238
1239 #: src/authorizer/options/class-access-lists.php:34
1240 msgid ""
1241 "<strong>Blocked</strong> users will receive an error message when they try to "
1242 "visit the site after authenticating."
1243 msgstr ""
1244
1245 #: src/authorizer/options/class-access-lists.php:34
1246 msgid ""
1247 "Note: if you want to block all email addresses from a domain, say "
1248 "anyone@example.com, simply add \"@example.com\" to the blocked list."
1249 msgstr ""
1250
1251 #: src/authorizer/options/class-access-lists.php:87
1252 #: src/authorizer/options/class-access-lists.php:224
1253 msgid "Approve"
1254 msgstr ""
1255
1256 #: src/authorizer/options/class-access-lists.php:88
1257 #: src/authorizer/options/class-access-lists.php:287
1258 msgid "Block"
1259 msgstr ""
1260
1261 #: src/authorizer/options/class-access-lists.php:89
1262 msgid "Ignore"
1263 msgstr ""
1264
1265 #: src/authorizer/options/class-access-lists.php:93
1266 msgid "No pending users"
1267 msgstr ""
1268
1269 #: src/authorizer/options/class-access-lists.php:219
1270 #: src/authorizer/options/class-access-lists.php:283
1271 msgid "email address"
1272 msgstr ""
1273
1274 #: src/authorizer/options/class-access-lists.php:227
1275 msgid "Toggle Dropdown"
1276 msgstr ""
1277
1278 #: src/authorizer/options/class-access-lists.php:230
1279 msgid "Create a new WordPress account, and email the user an activation link."
1280 msgstr ""
1281
1282 #: src/authorizer/options/class-access-lists.php:352
1283 #: src/authorizer/options/class-access-lists.php:356
1284 msgid "Current Page"
1285 msgstr ""
1286
1287 #: src/authorizer/options/class-access-lists.php:364
1288 #, php-format
1289 msgctxt "paging"
1290 msgid "%1$s of %2$s"
1291 msgstr ""
1292
1293 #: src/authorizer/options/class-access-lists.php:396
1294 msgid "Search Users"
1295 msgstr ""
1296
1297 #: src/authorizer/options/class-access-lists.php:398
1298 msgid "Search"
1299 msgstr ""
1300
1301 #: src/authorizer/options/class-access-lists.php:515
1302 #: src/authorizer/options/class-advanced.php:204
1303 #: src/authorizer/options/class-external.php:51
1304 #: src/authorizer/options/external/class-oauth2.php:82
1305 msgid "-- None --"
1306 msgstr ""
1307
1308 #: src/authorizer/options/class-advanced.php:29
1309 msgid "You may optionally specify some advanced settings below."
1310 msgstr ""
1311
1312 #: src/authorizer/options/class-advanced.php:48
1313 #: src/authorizer/options/class-advanced.php:55
1314 msgid "After"
1315 msgstr ""
1316
1317 #: src/authorizer/options/class-advanced.php:51
1318 msgid "invalid password attempts, delay further attempts on that user for"
1319 msgstr ""
1320
1321 #: src/authorizer/options/class-advanced.php:53
1322 msgid "minute(s)."
1323 msgstr ""
1324
1325 #: src/authorizer/options/class-advanced.php:57
1326 msgid "more invalid attempts, increase the delay to"
1327 msgstr ""
1328
1329 #: src/authorizer/options/class-advanced.php:59
1330 msgid "minutes."
1331 msgstr ""
1332
1333 #: src/authorizer/options/class-advanced.php:61
1334 msgid "Reset the delays after"
1335 msgstr ""
1336
1337 #: src/authorizer/options/class-advanced.php:63
1338 msgid "minutes with no invalid attempts."
1339 msgstr ""
1340
1341 #: src/authorizer/options/class-advanced.php:83
1342 msgid ""
1343 "Note: You can always access the WordPress logins by adding external=wordpress "
1344 "to the wp-login URL, like so:"
1345 msgstr ""
1346
1347 #: src/authorizer/options/class-advanced.php:103
1348 msgid ""
1349 "Warning: Disabling WordPress logins means you will not be able to access "
1350 "WordPress administration if your external service(s) are not working. Use "
1351 "with caution. Note: If no external services are enabled, WordPress logins "
1352 "will not be disabled."
1353 msgstr ""
1354
1355 #: src/authorizer/options/class-advanced.php:123
1356 msgid "Default WordPress login screen"
1357 msgstr ""
1358
1359 #: src/authorizer/options/class-advanced.php:157
1360 msgid ""
1361 "<strong>Note for theme developers</strong>: Add more options here by using "
1362 "the `authorizer_add_branding_option` filter in your theme. You can see an "
1363 "example theme that implements this filter in the plugin directory under "
1364 "sample-theme-add-branding."
1365 msgstr ""
1366
1367 #: src/authorizer/options/class-advanced.php:181
1368 msgid "Show in Settings menu"
1369 msgstr ""
1370
1371 #: src/authorizer/options/class-advanced.php:183
1372 msgid "Show in sidebar (top level)"
1373 msgstr ""
1374
1375 #: src/authorizer/options/class-advanced.php:264
1376 msgid "All Usermeta:"
1377 msgstr ""
1378
1379 #: src/authorizer/options/class-advanced.php:313
1380 msgid "Date approved"
1381 msgstr ""
1382
1383 #: src/authorizer/options/class-advanced.php:314
1384 msgid "Email"
1385 msgstr ""
1386
1387 #: src/authorizer/options/class-advanced.php:315
1388 msgid "Role"
1389 msgstr ""
1390
1391 #: src/authorizer/options/class-advanced.php:316
1392 msgid "Date registered"
1393 msgstr ""
1394
1395 #: src/authorizer/options/class-advanced.php:337
1396 msgid "Ascending"
1397 msgstr ""
1398
1399 #: src/authorizer/options/class-advanced.php:338
1400 msgid "Descending"
1401 msgstr ""
1402
1403 #: src/authorizer/options/class-advanced.php:359
1404 msgid ""
1405 "Note: Only users with the create_users capability will be able to see the "
1406 "dashboard widget."
1407 msgstr ""
1408
1409 #: src/authorizer/options/class-advanced.php:386
1410 msgid "Configure this site independently (don't inherit any multisite settings)"
1411 msgstr ""
1412
1413 #: src/authorizer/options/class-external.php:29
1414 msgid "Enter your external server settings below."
1415 msgstr ""
1416
1417 #: src/authorizer/options/class-login-access.php:30
1418 msgid "Choose who is able to log into this site below."
1419 msgstr ""
1420
1421 #: src/authorizer/options/class-login-access.php:69
1422 msgid ""
1423 "All authenticated users (All external service users and all WordPress users)"
1424 msgstr ""
1425
1426 #: src/authorizer/options/class-login-access.php:71
1427 msgid "Only"
1428 msgstr ""
1429
1430 #: src/authorizer/options/class-login-access.php:71
1431 msgid "approved users"
1432 msgstr ""
1433
1434 #: src/authorizer/options/class-login-access.php:71
1435 msgid "(Approved external users and all WordPress users)"
1436 msgstr ""
1437
1438 #: src/authorizer/options/class-login-access.php:92
1439 msgid "None (Don't send notification emails)"
1440 msgstr ""
1441
1442 #: src/authorizer/options/class-login-access.php:169
1443 msgid "Send a welcome email when approving a new user"
1444 msgstr ""
1445
1446 #: src/authorizer/options/class-login-access.php:188
1447 msgid "You can use the <b>[site_name]</b> shortcode."
1448 msgstr ""
1449
1450 #: src/authorizer/options/class-login-access.php:223
1451 #, php-format
1452 msgid "You can use %1$s, %2$s, and %3$s shortcodes."
1453 msgstr ""
1454
1455 #: src/authorizer/options/class-public-access.php:29
1456 msgid "Choose your public access options here."
1457 msgstr ""
1458
1459 #: src/authorizer/options/class-public-access.php:68
1460 msgid "Everyone can see the site"
1461 msgstr ""
1462
1463 #: src/authorizer/options/class-public-access.php:70
1464 msgid "Only logged in users can see the site"
1465 msgstr ""
1466
1467 #: src/authorizer/options/class-public-access.php:91
1468 msgid "Send them to the login screen"
1469 msgstr ""
1470
1471 #: src/authorizer/options/class-public-access.php:93
1472 msgid "Show them the anonymous access message (below)"
1473 msgstr ""
1474
1475 #: src/authorizer/options/class-public-access.php:114
1476 msgid "Show them the page <strong>without</strong> the anonymous access message"
1477 msgstr ""
1478
1479 #: src/authorizer/options/class-public-access.php:116
1480 msgid ""
1481 "Show them the page <strong>with</strong> the anonymous access message (marked "
1482 "up as a <a href=\"http://getbootstrap.com/components/#alerts-dismissible\" "
1483 "target=\"_blank\">Bootstrap Dismissible Alert</a>)"
1484 msgstr ""
1485
1486 #: src/authorizer/options/class-public-access.php:169
1487 msgid "Home"
1488 msgstr ""
1489
1490 #: src/authorizer/options/class-public-access.php:170
1491 msgid "Home Page"
1492 msgstr ""
1493
1494 #: src/authorizer/options/class-public-access.php:171
1495 msgid "Nonexistent (404) Pages"
1496 msgstr ""
1497
1498 #: src/authorizer/options/class-public-access.php:189
1499 msgid "Categories"
1500 msgstr ""
1501
1502 #: src/authorizer/options/external/class-cas.php:34
1503 msgid ""
1504 "<a href=\"http://www.php.net//manual/en/curl.installation.php\" "
1505 "target=\"_blank\" style=\"color: #dc3232;\">PHP CURL extension</a> is not "
1506 "installed"
1507 msgstr ""
1508
1509 #: src/authorizer/options/external/class-cas.php:37
1510 msgid ""
1511 "<a href=\"http://stackoverflow.com/questions/23424459/enable-php-openssl-not-"
1512 "working\" target=\"_blank\" style=\"color: #dc3232;\">PHP openssl extension</"
1513 "a> is not installed"
1514 msgstr ""
1515
1516 #: src/authorizer/options/external/class-cas.php:43
1517 msgid "Warning"
1518 msgstr ""
1519
1520 #: src/authorizer/options/external/class-cas.php:52
1521 msgid "Enable CAS Logins"
1522 msgstr ""
1523
1524 #: src/authorizer/options/external/class-cas.php:71
1525 msgid ""
1526 "Immediately redirect to CAS login form if it's the only enabled external "
1527 "service and WordPress logins are hidden"
1528 msgstr ""
1529
1530 #: src/authorizer/options/external/class-cas.php:72
1531 msgid ""
1532 "Note: This feature will only work if you have checked \"Hide WordPress "
1533 "Logins\" in Advanced settings, and if CAS is the only enabled service (i.e., "
1534 "no Google or LDAP). If you have enabled CAS Single Sign-On (SSO), and a user "
1535 "has already logged into CAS elsewhere, enabling this feature will allow "
1536 "automatic logins without any user interaction."
1537 msgstr ""
1538
1539 #: src/authorizer/options/external/class-cas.php:90
1540 #: src/authorizer/options/external/class-oauth2.php:104
1541 msgid "The button on the login page will read:"
1542 msgstr ""
1543
1544 #: src/authorizer/options/external/class-cas.php:92
1545 #: src/authorizer/options/external/class-oauth2.php:106
1546 msgid "Sign in with"
1547 msgstr ""
1548
1549 #: src/authorizer/options/external/class-cas.php:112
1550 msgid "Example: authn.example.edu"
1551 msgstr ""
1552
1553 #: src/authorizer/options/external/class-cas.php:132
1554 msgid "Example: 443"
1555 msgstr ""
1556
1557 #: src/authorizer/options/external/class-cas.php:152
1558 msgid "Example: /cas"
1559 msgstr ""
1560
1561 #: src/authorizer/options/external/class-cas.php:181
1562 msgid ""
1563 "\"Client\" is the most common, but use \"Proxy\" if your CAS server is behind "
1564 "a proxy server."
1565 msgstr ""
1566
1567 #: src/authorizer/options/external/class-cas.php:300
1568 #: src/authorizer/options/external/class-ldap.php:191
1569 msgid "Example: mail"
1570 msgstr ""
1571
1572 #: src/authorizer/options/external/class-cas.php:302
1573 msgid ""
1574 "Note: If your CAS server doesn't return an attribute containing an email, you "
1575 "can specify the @domain portion of the email address here, and the email "
1576 "address will be constructed from it and the username. For example, if user "
1577 "'bob' logs in and his email address should be bob@example.edu, then enter "
1578 "<strong>@example.edu</strong> in this field."
1579 msgstr ""
1580
1581 #: src/authorizer/options/external/class-cas.php:323
1582 msgid "Example: givenName"
1583 msgstr ""
1584
1585 #: src/authorizer/options/external/class-cas.php:343
1586 #: src/authorizer/options/external/class-ldap.php:390
1587 msgid "Example: sn"
1588 msgstr ""
1589
1590 #: src/authorizer/options/external/class-cas.php:360
1591 #: src/authorizer/options/external/class-ldap.php:407
1592 msgid "Do not update first and last name fields on login"
1593 msgstr ""
1594
1595 #: src/authorizer/options/external/class-cas.php:361
1596 #: src/authorizer/options/external/class-ldap.php:408
1597 msgid "Update first and last name fields on login"
1598 msgstr ""
1599
1600 #: src/authorizer/options/external/class-cas.php:362
1601 #: src/authorizer/options/external/class-ldap.php:409
1602 msgid "Update first and last name fields on login only if they are empty"
1603 msgstr ""
1604
1605 #: src/authorizer/options/external/class-cas.php:390
1606 msgid ""
1607 "Link CAS accounts to WordPress accounts by their username (leave this off to "
1608 "link by email address)"
1609 msgstr ""
1610
1611 #: src/authorizer/options/external/class-cas.php:391
1612 msgid ""
1613 "Note: The default (and most secure) behavior is to associate WordPress "
1614 "accounts with CAS accounts by the email they have in common. However, some "
1615 "uncommon CAS server configurations don't contain email addresses for users. "
1616 "Enable this option if your CAS server doesn't have an attribute containing an "
1617 "email, or if you have WordPress accounts that don't have emails."
1618 msgstr ""
1619
1620 #: src/authorizer/options/external/class-google.php:35
1621 msgid "Enable Google Logins"
1622 msgstr ""
1623
1624 #: src/authorizer/options/external/class-google.php:56
1625 msgid ""
1626 "If you don't have a Google Client ID and Secret, generate them by following "
1627 "these instructions:"
1628 msgstr ""
1629
1630 #: src/authorizer/options/external/class-google.php:59
1631 msgid ""
1632 "Click <strong>Create a Project</strong> on the <a href=\"https://cloud.google."
1633 "com/console\" target=\"_blank\">Google Cloud Console</a>. You can name it "
1634 "whatever you want."
1635 msgstr ""
1636
1637 #: src/authorizer/options/external/class-google.php:60
1638 msgid ""
1639 "Within the project, navigate to <em>APIs and Services</em> &gt; "
1640 "<em>Credentials</em>, then click <strong>+ Create Credentials &gt; OAuth "
1641 "client ID</strong>. Use these settings:"
1642 msgstr ""
1643
1644 #: src/authorizer/options/external/class-google.php:62
1645 msgid "Application Type: <strong>Web application</strong>"
1646 msgstr ""
1647
1648 #: src/authorizer/options/external/class-google.php:63
1649 msgid "Authorized Javascript Origins:"
1650 msgstr ""
1651
1652 #: src/authorizer/options/external/class-google.php:64
1653 msgid "Authorized Redirect URI: <em>none</em>"
1654 msgstr ""
1655
1656 #: src/authorizer/options/external/class-google.php:67
1657 msgid "Copy/paste your new Client ID/Secret pair into the fields below."
1658 msgstr ""
1659
1660 #: src/authorizer/options/external/class-google.php:68
1661 msgid ""
1662 "<strong>Note</strong>: Navigate to <em>APIs and Services</em> &gt; <em>OAuth "
1663 "consent screen</em> to change the way the Google consent screen appears after "
1664 "a user has successfully entered their password, but before they are "
1665 "redirected back to WordPress."
1666 msgstr ""
1667
1668 #: src/authorizer/options/external/class-google.php:69
1669 msgid ""
1670 "Note: Google may have a more recent version of these instructions in their <a "
1671 "href=\"https://developers.google.com/identity/gsi/web\" "
1672 "target=\"_blank\">developer documentation</a>."
1673 msgstr ""
1674
1675 #: src/authorizer/options/external/class-google.php:72
1676 msgid ""
1677 "Example: 1234567890123-kdjr85yt6vjr6d8g7dhr8g7d6durjf7g.apps."
1678 "googleusercontent.com"
1679 msgstr ""
1680
1681 #: src/authorizer/options/external/class-google.php:98
1682 #: src/authorizer/options/external/class-ldap.php:220
1683 #: src/authorizer/options/external/class-ldap.php:301
1684 #: src/authorizer/options/external/class-oauth2.php:168
1685 #, php-format
1686 msgid "This setting is not editable since it has been defined in the %s filter."
1687 msgstr ""
1688
1689 #: src/authorizer/options/external/class-google.php:113
1690 #: src/authorizer/options/external/class-ldap.php:235
1691 #: src/authorizer/options/external/class-ldap.php:316
1692 #: src/authorizer/options/external/class-oauth2.php:183
1693 #, php-format
1694 msgid ""
1695 "This setting is not editable since it has been defined in wp-config.php via %s"
1696 msgstr ""
1697
1698 #: src/authorizer/options/external/class-google.php:126
1699 msgid "Example: sDNgX5_pr_5bly-frKmvp8jT"
1700 msgstr ""
1701
1702 #: src/authorizer/options/external/class-google.php:146
1703 msgid ""
1704 "Restrict Google logins to a specific Google Apps hosted domain (for example, "
1705 "mycollege.edu). Leave blank to allow all Google sign-ins."
1706 msgstr ""
1707
1708 #: src/authorizer/options/external/class-google.php:146
1709 #: src/authorizer/options/external/class-oauth2.php:216
1710 msgid "If restricting to multiple domains, add one domain per line."
1711 msgstr ""
1712
1713 #: src/authorizer/options/external/class-ldap.php:34
1714 msgid ""
1715 "Warning: <a href=\"http://www.php.net/manual/en/ldap.installation.php\" "
1716 "target=\"_blank\" style=\"color: #dc3232;\">PHP LDAP extension</a> is "
1717 "<strong>not</strong> installed"
1718 msgstr ""
1719
1720 #: src/authorizer/options/external/class-ldap.php:38
1721 msgid "Enable LDAP Logins"
1722 msgstr ""
1723
1724 #: src/authorizer/options/external/class-ldap.php:58
1725 msgid ""
1726 "Specify either a hostname (for example, ldap.example.edu) or a full LDAP URI "
1727 "(for example, ldaps://ldap.example.edu:636)."
1728 msgstr ""
1729
1730 #: src/authorizer/options/external/class-ldap.php:60
1731 msgid ""
1732 "If you have multiple LDAP servers (failover or high-availability "
1733 "configuration), separate them by newlines (one per line)."
1734 msgstr ""
1735
1736 #: src/authorizer/options/external/class-ldap.php:82
1737 msgid "Example: 389"
1738 msgstr ""
1739
1740 #: src/authorizer/options/external/class-ldap.php:84
1741 msgid ""
1742 "If a full LDAP URI (ldaps://hostname:port) is specified above, this field is "
1743 "ignored."
1744 msgstr ""
1745
1746 #: src/authorizer/options/external/class-ldap.php:105
1747 msgid ""
1748 "If an ldaps:// URL (and therefore Implicit TLS) is used, this checkbox is "
1749 "ignored."
1750 msgstr ""
1751
1752 #: src/authorizer/options/external/class-ldap.php:125
1753 msgid "Example: ou=people,dc=example,dc=edu"
1754 msgstr ""
1755
1756 #: src/authorizer/options/external/class-ldap.php:127
1757 msgid ""
1758 "If you have multiple search bases, separate them by newlines (one per line)."
1759 msgstr ""
1760
1761 #: src/authorizer/options/external/class-ldap.php:148
1762 msgid "Example: (memberOf=cn=wp_users,ou=people,dc=example,dc=edu)"
1763 msgstr ""
1764
1765 #: src/authorizer/options/external/class-ldap.php:150
1766 msgid ""
1767 "If you wish to use an LDAP search filter, enter it here. Otherwise leave this "
1768 "field blank."
1769 msgstr ""
1770
1771 #: src/authorizer/options/external/class-ldap.php:171
1772 msgid "Example: uid"
1773 msgstr ""
1774
1775 #: src/authorizer/options/external/class-ldap.php:193
1776 msgid ""
1777 "Note: If your LDAP server doesn't return an attribute containing an email, "
1778 "you can specify the @domain portion of the email address here, and the email "
1779 "address will be constructed from it and the username. For example, if user "
1780 "'bob' logs in and his email address should be bob@example.edu, then enter "
1781 "<strong>@example.edu</strong> in this field."
1782 msgstr ""
1783
1784 #: src/authorizer/options/external/class-ldap.php:248
1785 msgid "Example: cn=directory-user,ou=specials,dc=example,dc=edu"
1786 msgstr ""
1787
1788 #: src/authorizer/options/external/class-ldap.php:255
1789 #, php-format
1790 msgid ""
1791 "Note: You can use the %s wildcard to bind as the username of the user logging "
1792 "in instead of a directory user service account."
1793 msgstr ""
1794
1795 #: src/authorizer/options/external/class-ldap.php:267
1796 #, php-format
1797 msgid "Example: <strong>uid=%s,ou=people,dc=example,dc=edu</strong>."
1798 msgstr ""
1799
1800 #: src/authorizer/options/external/class-ldap.php:274
1801 msgid ""
1802 "Leave the LDAP Directory User Password field below blank, and the bind will "
1803 "be attempted with the user-supplied password."
1804 msgstr ""
1805
1806 #: src/authorizer/options/external/class-ldap.php:350
1807 msgid "Example: https://myschool.example.edu:8888/am-forgot-password"
1808 msgstr ""
1809
1810 #: src/authorizer/options/external/class-ldap.php:370
1811 msgid "Example: givenname"
1812 msgstr ""
1813
1814 #: src/authorizer/options/external/class-ldap.php:437
1815 msgid "username"
1816 msgstr ""
1817
1818 #: src/authorizer/options/external/class-ldap.php:439
1819 msgid "password"
1820 msgstr ""
1821
1822 #: src/authorizer/options/external/class-ldap.php:440
1823 msgid "Test"
1824 msgstr ""
1825
1826 #: src/authorizer/options/external/class-ldap.php:443
1827 msgid ""
1828 "Note: Make sure to save any changes to LDAP settings before clicking the Test "
1829 "button."
1830 msgstr ""
1831
1832 #: src/authorizer/options/external/class-oauth2.php:62
1833 msgid "Enable OAuth2 Logins"
1834 msgstr ""
1835
1836 #: src/authorizer/options/external/class-oauth2.php:128
1837 msgid ""
1838 "Generate your Client ID and Secret for your selected provider by following "
1839 "their specific instructions."
1840 msgstr ""
1841
1842 #: src/authorizer/options/external/class-oauth2.php:129
1843 msgid "If asked for a redirect or callback URL, use:"
1844 msgstr ""
1845
1846 #: src/authorizer/options/external/class-oauth2.php:133
1847 msgid "If using Microsoft Azure, omit the querystring; use:"
1848 msgstr ""
1849
1850 #: src/authorizer/options/external/class-oauth2.php:142
1851 msgid "Example: 0123456789abcdef0123"
1852 msgstr ""
1853
1854 #: src/authorizer/options/external/class-oauth2.php:196
1855 msgid "Example: 0123456789abcdef0123456789abcdef"
1856 msgstr ""
1857
1858 #: src/authorizer/options/external/class-oauth2.php:216
1859 msgid ""
1860 "Restrict OAuth2 logins to a specific domain (for example, mycollege.edu). "
1861 "Leave blank to allow all valid sign-ins."
1862 msgstr ""
1863
1864 #: src/authorizer/options/external/class-oauth2.php:236
1865 msgid "Example: \"common\", or a specific Azure Directory Tenant ID"
1866 msgstr ""
1867
1868 #: src/authorizer/options/external/class-oauth2.php:256
1869 msgid "Example: https://example.edu/login/oauth/authorize"
1870 msgstr ""
1871
1872 #: src/authorizer/options/external/class-oauth2.php:276
1873 msgid "Example: https://example.edu/login/oauth/access_token"
1874 msgstr ""
1875
1876 #: src/authorizer/options/external/class-oauth2.php:296
1877 msgid "Example: https://api.example.edu/user"
1878 msgstr ""
1879
1880 #: src/authorizer/options/external/class-oauth2.php:315
1881 msgid ""
1882 "Immediately redirect to OAuth2 login form if it's the only enabled external "
1883 "service and WordPress logins are hidden"
1884 msgstr ""
1885
1886 #: src/authorizer/options/external/class-oauth2.php:316
1887 msgid ""
1888 "Note: This feature will only work if you have checked \"Hide WordPress "
1889 "Logins\" in Advanced settings, and if OAuth2 is the only enabled service (i."
1890 "e., no Google, LDAP, or CAS)."
1891 msgstr ""
1892
1893 #. Plugin Name of the plugin/theme
1894 msgid "Authorizer"
1895 msgstr ""
1896
1897 #. Plugin URI of the plugin/theme
1898 msgid "https://github.com/uhm-coe/authorizer"
1899 msgstr ""
1900
1901 #. Description of the plugin/theme
1902 msgid ""
1903 "Authorizer limits login attempts, restricts access to specified users, and "
1904 "authenticates against external sources (e.g., OAuth2, Google, LDAP, or CAS)."
1905 msgstr ""
1906
1907 #. Author of the plugin/theme
1908 msgid "Paul Ryan <prar@hawaii.edu>"
1909 msgstr ""
1910