Members - Version 1.0.1

Version Description

Download this release

Release Info

Developer greenshady
Plugin Icon 128x128 Members
Version 1.0.1
Comparing to
See all releases

Code changes from version 1.0.0 to 1.0.1

Files changed (5) hide show
  1. admin/class-manage-roles.php +3 -2
  2. changelog.md +6 -0
  3. languages/members.pot +830 -830
  4. members.php +2 -2
  5. readme.txt +1 -1
admin/class-manage-roles.php CHANGED
@@ -126,11 +126,12 @@ final class Members_Admin_Manage_Roles {
126
  *
127
  * @since 1.0.0
128
  * @access public
 
129
  * @return void
130
  */
131
- public function enqueue() {
132
 
133
- if ( method_exists( $this->page_obj, 'enqueue' ) )
134
  $this->page_obj->enqueue();
135
  }
136
 
126
  *
127
  * @since 1.0.0
128
  * @access public
129
+ * @param string $hook_suffix
130
  * @return void
131
  */
132
+ public function enqueue( $hook_suffix ) {
133
 
134
+ if ( $this->page === $hook_suffix && method_exists( $this->page_obj, 'enqueue' ) )
135
  $this->page_obj->enqueue();
136
  }
137
 
changelog.md CHANGED
@@ -1,5 +1,11 @@
1
  # Change Log
2
 
 
 
 
 
 
 
3
  ## [1.0.0] - 2015-09-13
4
 
5
  ### Added
1
  # Change Log
2
 
3
+ ## [1.0.1] - 2015-09-14
4
+
5
+ ### Fixed
6
+
7
+ * Only load `edit-role.js` on the role management screens.
8
+
9
  ## [1.0.0] - 2015-09-13
10
 
11
  ### Added
languages/members.pot CHANGED
@@ -1,830 +1,830 @@
1
- # Copyright (C) 2015 Members
2
- # This file is distributed under the same license as the Members package.
3
- msgid ""
4
- msgstr ""
5
- "Project-Id-Version: Members 1.0.0-alpha-1\n"
6
- "Report-Msgid-Bugs-To: http://wordpress.org/tag/members\n"
7
- "POT-Creation-Date: 2015-09-14 00:40:53+00:00\n"
8
- "MIME-Version: 1.0\n"
9
- "Content-Type: text/plain; charset=UTF-8\n"
10
- "Content-Transfer-Encoding: 8bit\n"
11
- "PO-Revision-Date: 2015-MO-DA HO:MI+ZONE\n"
12
- "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13
- "Language-Team: LANGUAGE <LL@li.org>\n"
14
-
15
- #: _assets/class-cap-new.php:64 _assets/class-cap-new.php:158
16
- msgid "Add New Capability"
17
- msgstr ""
18
-
19
- #: _assets/class-cap-new.php:102
20
- msgid "Please input a valid capability."
21
- msgstr ""
22
-
23
- #: _assets/class-cap-new.php:106
24
- msgid "The %s capability already exists."
25
- msgstr ""
26
-
27
- #: _assets/class-cap-new.php:110
28
- msgid "Please select at least one role."
29
- msgstr ""
30
-
31
- #: _assets/class-cap-new.php:123
32
- msgid "The %s capability has been created."
33
- msgstr ""
34
-
35
- #: _assets/class-cap-new.php:172 admin/tmpl/cap-section.php:19
36
- #: admin/tmpl/cap-section.php:27
37
- msgid "Capability"
38
- msgstr ""
39
-
40
- #: _assets/class-cap-new.php:178
41
- msgid "The capability should be unique and contain only alphanumeric characters and underscores."
42
- msgstr ""
43
-
44
- #: _assets/class-cap-new.php:185 admin/class-manage-roles.php:84
45
- #: admin/class-manage-roles.php:90 admin/class-roles.php:168
46
- #: admin/class-user-edit.php:87 admin/functions-admin.php:148
47
- msgid "Roles"
48
- msgstr ""
49
-
50
- #: _assets/class-cap-new.php:189
51
- msgid "Select at least one role. Because of the way capabilities work in WordPress, they can only exist if assigned to a role."
52
- msgstr ""
53
-
54
- #: _assets/class-cap-new.php:209
55
- msgid "Add Capability"
56
- msgstr ""
57
-
58
- #: _assets/class-capability-list-table.php:264
59
- #: _assets/class-capability-list-table.php:387
60
- #: admin/class-role-list-table.php:322 admin/class-role-list-table.php:447
61
- msgid "Delete"
62
- msgstr ""
63
-
64
- #: _assets/class-capability-list-table.php:319
65
- #: admin/class-role-list-table.php:392
66
- msgid "All %s"
67
- msgid_plural "All %s"
68
- msgstr[0] ""
69
- msgstr[1] ""
70
-
71
- #: _assets/class-capability-list-table.php:320
72
- #: admin/functions-role-groups.php:112
73
- msgid "Mine %s"
74
- msgid_plural "Mine %s"
75
- msgstr[0] ""
76
- msgstr[1] ""
77
-
78
- #: _assets/class-capability-list-table.php:321
79
- #: admin/functions-role-groups.php:158
80
- msgid "WordPress %s"
81
- msgid_plural "WordPress %s"
82
- msgstr[0] ""
83
- msgstr[1] ""
84
-
85
- #: _assets/class-capability-list-table.php:322
86
- msgid "Members %s"
87
- msgid_plural "Members %s"
88
- msgstr[0] ""
89
- msgstr[1] ""
90
-
91
- #: _assets/class-capability-list-table.php:349
92
- msgid "View all roles"
93
- msgstr ""
94
-
95
- #: _assets/class-capability-list-table.php:359
96
- msgid "Filter"
97
- msgstr ""
98
-
99
- #: _assets/page-capabilities.php:45 _assets/page-capabilities.php:93
100
- #: admin/class-settings.php:133
101
- msgid "Capabilities"
102
- msgstr ""
103
-
104
- #: _assets/page-capabilities.php:69
105
- msgid "%s capability deleted. Not really. This is just a message to output until the functionality is working."
106
- msgstr ""
107
-
108
- #: _assets/page-capabilities.php:73
109
- msgid "No capability selected to delete."
110
- msgstr ""
111
-
112
- #: _assets/page-capabilities.php:96 admin/class-meta-box-custom-cap.php:88
113
- #: admin/class-role-edit.php:248 admin/class-roles.php:171
114
- msgid "Add New"
115
- msgstr ""
116
-
117
- #: _assets/page-capabilities.php:116
118
- msgid "Are you sure you want to delete this capability? This is a permanent action and cannot be undone."
119
- msgstr ""
120
-
121
- #: admin/class-cap-control.php:115 admin/functions-admin.php:51
122
- msgid "Grant %s capability"
123
- msgstr ""
124
-
125
- #: admin/class-cap-control.php:116 admin/functions-admin.php:52
126
- msgid "Deny %s capability"
127
- msgstr ""
128
-
129
- #: admin/class-cap-tabs.php:174
130
- msgid "Edit Capabilities: %s"
131
- msgstr ""
132
-
133
- #: admin/class-manage-roles.php:87 admin/class-role-edit.php:245
134
- msgid "Edit Role"
135
- msgstr ""
136
-
137
- #: admin/class-meta-box-content-permissions.php:96 admin/class-settings.php:125
138
- #: admin/class-settings.php:398
139
- msgid "Content Permissions"
140
- msgstr ""
141
-
142
- #: admin/class-meta-box-content-permissions.php:125
143
- msgid "Limit access to this post's content to users of the selected roles."
144
- msgstr ""
145
-
146
- #: admin/class-meta-box-content-permissions.php:145
147
- msgid "If no roles are selected, everyone can view the content. The post author, any users who can edit this post, and users with the %s capability can view the content regardless of role."
148
- msgstr ""
149
-
150
- #: admin/class-meta-box-content-permissions.php:149
151
- msgid "Custom error messsage:"
152
- msgstr ""
153
-
154
- #: admin/class-meta-box-content-permissions.php:151
155
- msgid "Message shown to users that do no have permission to view the post."
156
- msgstr ""
157
-
158
- #: admin/class-meta-box-custom-cap.php:71 admin/functions-help.php:94
159
- msgid "Custom Capability"
160
- msgstr ""
161
-
162
- #: admin/class-meta-box-publish-role.php:65 admin/class-roles.php:66
163
- #: inc/functions-admin-bar.php:35
164
- msgid "Role"
165
- msgstr ""
166
-
167
- #: admin/class-meta-box-publish-role.php:98
168
- msgid "Users:"
169
- msgstr ""
170
-
171
- #: admin/class-meta-box-publish-role.php:104
172
- msgid "Granted:"
173
- msgstr ""
174
-
175
- #: admin/class-meta-box-publish-role.php:110
176
- msgid "Denied:"
177
- msgstr ""
178
-
179
- #: admin/class-meta-box-publish-role.php:121
180
- msgctxt "delete role"
181
- msgid "Delete"
182
- msgstr ""
183
-
184
- #: admin/class-meta-box-publish-role.php:128
185
- msgid "Update"
186
- msgstr ""
187
-
188
- #: admin/class-meta-box-publish-role.php:128
189
- msgid "Add Role"
190
- msgstr ""
191
-
192
- #: admin/class-role-edit.php:90 members.php:163 members.php:174
193
- msgid "Whoah, partner!"
194
- msgstr ""
195
-
196
- #: admin/class-role-edit.php:97
197
- msgid "The requested role to edit does not exist."
198
- msgstr ""
199
-
200
- #: admin/class-role-edit.php:177
201
- msgid "%s role updated."
202
- msgstr ""
203
-
204
- #: admin/class-role-edit.php:181
205
- msgid "The %s role is not editable. This means that it is most likely added via another plugin for a special use or that you do not have permission to edit it."
206
- msgstr ""
207
-
208
- #: admin/class-role-edit.php:185 admin/class-role-new.php:213
209
- msgid "The %s role has been created."
210
- msgstr ""
211
-
212
- #: admin/class-role-edit.php:267 admin/class-role-new.php:314
213
- #: admin/class-roles.php:65 admin/functions-help.php:62
214
- msgid "Role Name"
215
- msgstr ""
216
-
217
- #: admin/class-role-edit.php:273 admin/class-role-new.php:320
218
- #: inc/class-widget-users.php:216
219
- msgid "Role:"
220
- msgstr ""
221
-
222
- #: admin/class-role-list-table.php:213
223
- msgid "Default Role"
224
- msgstr ""
225
-
226
- #: admin/class-role-list-table.php:217
227
- msgid "Your Role"
228
- msgstr ""
229
-
230
- #: admin/class-role-list-table.php:318 admin/class-role-new.php:322
231
- #: admin/functions-admin.php:49
232
- msgid "Edit"
233
- msgstr ""
234
-
235
- #: admin/class-role-list-table.php:328
236
- msgid "View"
237
- msgstr ""
238
-
239
- #: admin/class-role-list-table.php:333
240
- msgid "Clone"
241
- msgstr ""
242
-
243
- #: admin/class-role-list-table.php:337
244
- msgid "Change Default"
245
- msgstr ""
246
-
247
- #: admin/class-role-list-table.php:341 admin/class-roles.php:67
248
- #: admin/functions-cap-groups.php:193 inc/class-widget-users.php:155
249
- msgid "Users"
250
- msgstr ""
251
-
252
- #: admin/class-role-new.php:107 admin/class-role-new.php:297
253
- msgid "Add New Role"
254
- msgstr ""
255
-
256
- #: admin/class-role-new.php:222
257
- msgid "You must enter a valid role."
258
- msgstr ""
259
-
260
- #: admin/class-role-new.php:226
261
- msgid "The %s role already exists."
262
- msgstr ""
263
-
264
- #: admin/class-role-new.php:230
265
- msgid "You must enter a valid role name."
266
- msgstr ""
267
-
268
- #: admin/class-role-new.php:297
269
- msgid "Clone Role"
270
- msgstr ""
271
-
272
- #: admin/class-role-new.php:315
273
- msgid "%s Clone"
274
- msgstr ""
275
-
276
- #: admin/class-role-new.php:315
277
- msgid "Enter role name"
278
- msgstr ""
279
-
280
- #: admin/class-roles.php:68
281
- msgid "Granted"
282
- msgstr ""
283
-
284
- #: admin/class-roles.php:69
285
- msgid "Denied"
286
- msgstr ""
287
-
288
- #: admin/class-roles.php:110
289
- msgid "Selected roles deleted."
290
- msgstr ""
291
-
292
- #: admin/class-roles.php:129
293
- msgid "%s role deleted."
294
- msgstr ""
295
-
296
- #: admin/class-roles.php:208 admin/functions-help.php:46
297
- msgid "Overview"
298
- msgstr ""
299
-
300
- #: admin/class-roles.php:217
301
- msgid "Screen Content"
302
- msgstr ""
303
-
304
- #: admin/class-roles.php:226
305
- msgid "Available Actions"
306
- msgstr ""
307
-
308
- #: admin/class-roles.php:235
309
- msgid "Bulk Actions"
310
- msgstr ""
311
-
312
- #: admin/class-roles.php:254
313
- msgid "This screen provides access to all of your user roles. Roles are a method of grouping users. They are made up of capabilities (caps), which give permission to users to perform specific actions on the site."
314
- msgstr ""
315
-
316
- #: admin/class-roles.php:268
317
- msgid "You can customize the display of this screen&#8216;s contents in a number of ways:"
318
- msgstr ""
319
-
320
- #: admin/class-roles.php:272
321
- msgid "You can hide/display columns based on your needs and decide how many roles to list per screen using the Screen Options tab."
322
- msgstr ""
323
-
324
- #: admin/class-roles.php:273
325
- msgid "You can filter the list of roles by types using the text links in the upper left. The default view is to show all roles."
326
- msgstr ""
327
-
328
- #: admin/class-roles.php:287
329
- msgid "Hovering over a row in the roles list will display action links that allow you to manage your role. You can perform the following actions:"
330
- msgstr ""
331
-
332
- #: admin/class-roles.php:291
333
- msgid "<strong>Edit</strong> takes you to the editing screen for that role. You can also reach that screen by clicking on the role name."
334
- msgstr ""
335
-
336
- #: admin/class-roles.php:292
337
- msgid "<strong>Delete</strong> removes your role from this list and permanently deletes it."
338
- msgstr ""
339
-
340
- #: admin/class-roles.php:293
341
- msgid "<strong>Clone</strong> copies the role and takes you to the new role screen to further edit it."
342
- msgstr ""
343
-
344
- #: admin/class-roles.php:294
345
- msgid "<strong>Users</strong> takes you to the users screen and lists the users that have that role."
346
- msgstr ""
347
-
348
- #: admin/class-roles.php:308
349
- msgid "You can permanently delete multiple roles at once. Select the roles you want to act on using the checkboxes, then select the action you want to take from the Bulk Actions menu and click Apply."
350
- msgstr ""
351
-
352
- #: admin/class-settings.php:70 admin/class-settings.php:362
353
- msgid "Members Settings"
354
- msgstr ""
355
-
356
- #: admin/class-settings.php:71
357
- msgctxt "admin screen"
358
- msgid "Members"
359
- msgstr ""
360
-
361
- #: admin/class-settings.php:124
362
- msgid "Roles and Capabilities"
363
- msgstr ""
364
-
365
- #: admin/class-settings.php:126 admin/class-settings.php:407
366
- msgid "Sidebar Widgets"
367
- msgstr ""
368
-
369
- #: admin/class-settings.php:127 admin/class-settings.php:416
370
- msgid "Private Site"
371
- msgstr ""
372
-
373
- #: admin/class-settings.php:132
374
- msgid "Role Manager"
375
- msgstr ""
376
-
377
- #: admin/class-settings.php:134
378
- msgid "Multiple User Roles"
379
- msgstr ""
380
-
381
- #: admin/class-settings.php:137
382
- msgid "Enable Permissions"
383
- msgstr ""
384
-
385
- #: admin/class-settings.php:138
386
- msgid "Error Message"
387
- msgstr ""
388
-
389
- #: admin/class-settings.php:141
390
- msgid "Login Widget"
391
- msgstr ""
392
-
393
- #: admin/class-settings.php:142
394
- msgid "Users Widget"
395
- msgstr ""
396
-
397
- #: admin/class-settings.php:145
398
- msgid "Enable Private Site"
399
- msgstr ""
400
-
401
- #: admin/class-settings.php:146
402
- msgid "Disable Feed"
403
- msgstr ""
404
-
405
- #: admin/class-settings.php:147
406
- msgid "Feed Error Message"
407
- msgstr ""
408
-
409
- #: admin/class-settings.php:188
410
- msgid "Your roles and capabilities will not revert back to their previous settings after deactivating or uninstalling this plugin, so use this feature wisely."
411
- msgstr ""
412
-
413
- #: admin/class-settings.php:203
414
- msgid "Enable the role manager."
415
- msgstr ""
416
-
417
- #: admin/class-settings.php:218
418
- msgid "Denied capabilities should always overrule granted capabilities."
419
- msgstr ""
420
-
421
- #: admin/class-settings.php:233
422
- msgid "Allow users to be assigned more than a single role."
423
- msgstr ""
424
-
425
- #: admin/class-settings.php:248
426
- msgid "Enable the content permissions feature."
427
- msgstr ""
428
-
429
- #: admin/class-settings.php:283
430
- msgid "Enable the login form widget."
431
- msgstr ""
432
-
433
- #: admin/class-settings.php:298
434
- msgid "Enable the users widget."
435
- msgstr ""
436
-
437
- #: admin/class-settings.php:313
438
- msgid "Redirect all logged-out users to the login page before allowing them to view the site."
439
- msgstr ""
440
-
441
- #: admin/class-settings.php:328
442
- msgid "Show error message for feed items."
443
- msgstr ""
444
-
445
- #: admin/class-settings.php:367
446
- msgid "Update Settings"
447
- msgstr ""
448
-
449
- #: admin/class-settings.php:389
450
- msgid "Role and Capabilities"
451
- msgstr ""
452
-
453
- #: admin/class-settings.php:422 admin/functions-help.php:23
454
- msgid "Documentation"
455
- msgstr ""
456
-
457
- #: admin/class-settings.php:423 admin/functions-help.php:24
458
- msgid "Support Forums"
459
- msgstr ""
460
-
461
- #: admin/class-settings.php:424
462
- msgid "Users, Roles, and Capabilities"
463
- msgstr ""
464
-
465
- #: admin/class-settings.php:440
466
- msgid "The role manager allows you to manage roles on your site by giving you the ability to create, edit, and delete any role. Note that changes to roles do not change settings for the Members plugin. You are literally changing data in your WordPress database. This plugin feature merely provides an interface for you to make these changes."
467
- msgstr ""
468
-
469
- #: admin/class-settings.php:444
470
- msgid "Tick the checkbox for denied capabilities to always take precedence over granted capabilities when there is a conflict. This is only relevant when using multiple roles per user."
471
- msgstr ""
472
-
473
- #: admin/class-settings.php:448
474
- msgid "The multiple user roles feature allows you to assign more than one role to each user from the edit user screen."
475
- msgstr ""
476
-
477
- #: admin/class-settings.php:462
478
- msgid "The content permissions features adds a meta box to the edit post screen that allows you to grant permissions for who can read the post content based on the user's role. Only users of roles with the %s capability will be able to use this component."
479
- msgstr ""
480
-
481
- #: admin/class-settings.php:476
482
- msgid "The sidebar widgets feature adds additional widgets for use in your theme's sidebars."
483
- msgstr ""
484
-
485
- #: admin/class-settings.php:490
486
- msgid "The private site feature redirects all users who are not logged into the site to the login page, creating an entirely private site. You may also replace your feed content with a custom error message."
487
- msgstr ""
488
-
489
- #: admin/class-user-edit.php:92
490
- msgid "User Roles"
491
- msgstr ""
492
-
493
- #: admin/functions-admin.php:50
494
- msgid "OK"
495
- msgstr ""
496
-
497
- #: admin/functions-admin.php:53
498
- msgid "Are you sure you want to delete this role? This is a permanent action and cannot be undone."
499
- msgstr ""
500
-
501
- #: admin/functions-admin.php:177
502
- msgid "None"
503
- msgstr ""
504
-
505
- #: admin/functions-cap-groups.php:106
506
- msgid "All"
507
- msgstr ""
508
-
509
- #: admin/functions-cap-groups.php:116
510
- msgid "General"
511
- msgstr ""
512
-
513
- #: admin/functions-cap-groups.php:165
514
- msgid "Taxonomies"
515
- msgstr ""
516
-
517
- #: admin/functions-cap-groups.php:175
518
- msgid "Appearance"
519
- msgstr ""
520
-
521
- #: admin/functions-cap-groups.php:184
522
- msgid "Plugins"
523
- msgstr ""
524
-
525
- #: admin/functions-cap-groups.php:202
526
- msgid "Custom"
527
- msgstr ""
528
-
529
- #: admin/functions-help.php:29
530
- msgid "For more information:"
531
- msgstr ""
532
-
533
- #: admin/functions-help.php:78
534
- msgid "Edit Capabilities"
535
- msgstr ""
536
-
537
- #: admin/functions-help.php:109
538
- msgid "This screen allows you to edit an individual role and its capabilities."
539
- msgstr ""
540
-
541
- #: admin/functions-help.php:123
542
- msgid "The role name field allows you to enter a human-readable name for your role."
543
- msgstr ""
544
-
545
- #: admin/functions-help.php:127
546
- msgid "The machine-readable version of the role appears below the name field, which you can edit. This can only have lowercase letters, numbers, or underscores."
547
- msgstr ""
548
-
549
- #: admin/functions-help.php:141
550
- msgid "The capabilities edit box is made up of tabs that separate capabilities into groups. You may take the following actions for each capability:"
551
- msgstr ""
552
-
553
- #: admin/functions-help.php:145
554
- msgid "<strong>Grant</strong> allows you to grant the role a capability."
555
- msgstr ""
556
-
557
- #: admin/functions-help.php:146
558
- msgid "<strong>Deny</strong> allows you to explicitly deny the role a capability."
559
- msgstr ""
560
-
561
- #: admin/functions-help.php:147
562
- msgid "You may also opt to neither grant nor deny the role a capability."
563
- msgstr ""
564
-
565
- #: admin/functions-help.php:161
566
- msgid "The custom capability box allows you to create a custom capability for the role. After hitting the Add New button, it will add the capability to the Custom tab in the Edit Capabilities box."
567
- msgstr ""
568
-
569
- #: admin/functions-role-groups.php:111
570
- msgid "Mine"
571
- msgstr ""
572
-
573
- #: admin/functions-role-groups.php:121
574
- msgid "Has Users"
575
- msgstr ""
576
-
577
- #: admin/functions-role-groups.php:122
578
- msgid "Has Users %s"
579
- msgid_plural "Has Users %s"
580
- msgstr[0] ""
581
- msgstr[1] ""
582
-
583
- #: admin/functions-role-groups.php:130
584
- msgid "No Users"
585
- msgstr ""
586
-
587
- #: admin/functions-role-groups.php:131
588
- msgid "No Users %s"
589
- msgid_plural "No Users %s"
590
- msgstr[0] ""
591
- msgstr[1] ""
592
-
593
- #: admin/functions-role-groups.php:139
594
- msgid "Editable"
595
- msgstr ""
596
-
597
- #: admin/functions-role-groups.php:140
598
- msgid "Editable %s"
599
- msgid_plural "Editable %s"
600
- msgstr[0] ""
601
- msgstr[1] ""
602
-
603
- #: admin/functions-role-groups.php:148
604
- msgid "Uneditable"
605
- msgstr ""
606
-
607
- #: admin/functions-role-groups.php:149
608
- msgid "Uneditable %s"
609
- msgid_plural "Uneditable %s"
610
- msgstr[0] ""
611
- msgstr[1] ""
612
-
613
- #: admin/functions-role-groups.php:157
614
- msgid "WordPress"
615
- msgstr ""
616
-
617
- #: admin/tmpl/cap-section.php:20 admin/tmpl/cap-section.php:28
618
- msgid "Grant"
619
- msgstr ""
620
-
621
- #: admin/tmpl/cap-section.php:21 admin/tmpl/cap-section.php:29
622
- msgid "Deny"
623
- msgstr ""
624
-
625
- #: inc/class-widget-login.php:33
626
- msgid "A widget that allows users to log into your site."
627
- msgstr ""
628
-
629
- #: inc/class-widget-login.php:44
630
- msgid "Members: Login Form"
631
- msgstr ""
632
-
633
- #: inc/class-widget-login.php:172 inc/class-widget-login.php:175
634
- msgid "Log In"
635
- msgstr ""
636
-
637
- #: inc/class-widget-login.php:173
638
- msgid "Username"
639
- msgstr ""
640
-
641
- #: inc/class-widget-login.php:174
642
- msgid "Password"
643
- msgstr ""
644
-
645
- #: inc/class-widget-login.php:176
646
- msgid "Remember Me"
647
- msgstr ""
648
-
649
- #: inc/class-widget-login.php:186
650
- msgid "Please log into the site."
651
- msgstr ""
652
-
653
- #: inc/class-widget-login.php:187
654
- msgid "You are currently logged in."
655
- msgstr ""
656
-
657
- #: inc/class-widget-login.php:199 inc/class-widget-users.php:196
658
- msgid "Title:"
659
- msgstr ""
660
-
661
- #: inc/class-widget-login.php:203
662
- msgid "Username Label:"
663
- msgstr ""
664
-
665
- #: inc/class-widget-login.php:207
666
- msgid "Password Label:"
667
- msgstr ""
668
-
669
- #: inc/class-widget-login.php:211
670
- msgid "Log In Label:"
671
- msgstr ""
672
-
673
- #: inc/class-widget-login.php:215
674
- msgid "Remember Me Label:"
675
- msgstr ""
676
-
677
- #: inc/class-widget-login.php:223
678
- msgid "Username Value:"
679
- msgstr ""
680
-
681
- #: inc/class-widget-login.php:227
682
- msgid "Username Field ID:"
683
- msgstr ""
684
-
685
- #: inc/class-widget-login.php:231
686
- msgid "Remember Me Field ID:"
687
- msgstr ""
688
-
689
- #: inc/class-widget-login.php:235
690
- msgid "Password Field ID:"
691
- msgstr ""
692
-
693
- #: inc/class-widget-login.php:239
694
- msgid "Submit Button ID:"
695
- msgstr ""
696
-
697
- #: inc/class-widget-login.php:250
698
- msgid "\"Remember me\" checkbox?"
699
- msgstr ""
700
-
701
- #: inc/class-widget-login.php:256
702
- msgid "Check \"remember me\"?"
703
- msgstr ""
704
-
705
- #: inc/class-widget-login.php:262
706
- msgid "Display avatar?"
707
- msgstr ""
708
-
709
- #: inc/class-widget-login.php:266
710
- msgid "Logged out text:"
711
- msgstr ""
712
-
713
- #: inc/class-widget-login.php:271
714
- msgid "Logged in text:"
715
- msgstr ""
716
-
717
- #: inc/class-widget-users.php:33
718
- msgid "Provides the ability to list the users of the site."
719
- msgstr ""
720
-
721
- #: inc/class-widget-users.php:44
722
- msgid "Members: Users"
723
- msgstr ""
724
-
725
- #: inc/class-widget-users.php:172
726
- msgid "Ascending"
727
- msgstr ""
728
-
729
- #: inc/class-widget-users.php:173
730
- msgid "Descending"
731
- msgstr ""
732
-
733
- #: inc/class-widget-users.php:177
734
- msgid "Display Name"
735
- msgstr ""
736
-
737
- #: inc/class-widget-users.php:178
738
- msgid "Email"
739
- msgstr ""
740
-
741
- #: inc/class-widget-users.php:179
742
- msgid "ID"
743
- msgstr ""
744
-
745
- #: inc/class-widget-users.php:180
746
- msgid "Nice Name"
747
- msgstr ""
748
-
749
- #: inc/class-widget-users.php:181
750
- msgid "Post Count"
751
- msgstr ""
752
-
753
- #: inc/class-widget-users.php:182
754
- msgid "Registered"
755
- msgstr ""
756
-
757
- #: inc/class-widget-users.php:183
758
- msgid "URL"
759
- msgstr ""
760
-
761
- #: inc/class-widget-users.php:184
762
- msgid "Login"
763
- msgstr ""
764
-
765
- #: inc/class-widget-users.php:200
766
- msgid "Order By:"
767
- msgstr ""
768
-
769
- #: inc/class-widget-users.php:208
770
- msgid "Order:"
771
- msgstr ""
772
-
773
- #: inc/class-widget-users.php:224
774
- msgid "Limit:"
775
- msgstr ""
776
-
777
- #: inc/class-widget-users.php:228
778
- msgid "Offset:"
779
- msgstr ""
780
-
781
- #: inc/class-widget-users.php:236
782
- msgid "Include:"
783
- msgstr ""
784
-
785
- #: inc/class-widget-users.php:240
786
- msgid "Exclude:"
787
- msgstr ""
788
-
789
- #: inc/class-widget-users.php:244
790
- msgid "Search:"
791
- msgstr ""
792
-
793
- #: inc/class-widget-users.php:248
794
- msgid "Meta Key:"
795
- msgstr ""
796
-
797
- #: inc/class-widget-users.php:256
798
- msgid "Meta Value:"
799
- msgstr ""
800
-
801
- #: inc/functions-options.php:116
802
- msgid "Sorry, but you do not have permission to view this content."
803
- msgstr ""
804
-
805
- #: inc/functions-options.php:117
806
- msgid "You must be logged into the site to view this content."
807
- msgstr ""
808
-
809
- #: members.php:185
810
- msgid "Method does not exist."
811
- msgstr ""
812
- #. Plugin Name of the plugin/theme
813
- msgid "Members"
814
- msgstr ""
815
-
816
- #. Plugin URI of the plugin/theme
817
- msgid "http://themehybrid.com/plugins/members"
818
- msgstr ""
819
-
820
- #. Description of the plugin/theme
821
- msgid "A user and role management plugin that puts you in full control of your site's permissions. This plugin allows you to edit your roles and their capabilities, clone existing roles, assign multiple roles per user, block post content, or even make your site completely private."
822
- msgstr ""
823
-
824
- #. Author of the plugin/theme
825
- msgid "Justin Tadlock"
826
- msgstr ""
827
-
828
- #. Author URI of the plugin/theme
829
- msgid "http://themehybrid.com"
830
- msgstr ""
1
+ # Copyright (C) 2015 Members
2
+ # This file is distributed under the same license as the Members package.
3
+ msgid ""
4
+ msgstr ""
5
+ "Project-Id-Version: Members 1.0.0-alpha-1\n"
6
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/members\n"
7
+ "POT-Creation-Date: 2015-09-14 00:40:53+00:00\n"
8
+ "MIME-Version: 1.0\n"
9
+ "Content-Type: text/plain; charset=UTF-8\n"
10
+ "Content-Transfer-Encoding: 8bit\n"
11
+ "PO-Revision-Date: 2015-MO-DA HO:MI+ZONE\n"
12
+ "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13
+ "Language-Team: LANGUAGE <LL@li.org>\n"
14
+
15
+ #: _assets/class-cap-new.php:64 _assets/class-cap-new.php:158
16
+ msgid "Add New Capability"
17
+ msgstr ""
18
+
19
+ #: _assets/class-cap-new.php:102
20
+ msgid "Please input a valid capability."
21
+ msgstr ""
22
+
23
+ #: _assets/class-cap-new.php:106
24
+ msgid "The %s capability already exists."
25
+ msgstr ""
26
+
27
+ #: _assets/class-cap-new.php:110
28
+ msgid "Please select at least one role."
29
+ msgstr ""
30
+
31
+ #: _assets/class-cap-new.php:123
32
+ msgid "The %s capability has been created."
33
+ msgstr ""
34
+
35
+ #: _assets/class-cap-new.php:172 admin/tmpl/cap-section.php:19
36
+ #: admin/tmpl/cap-section.php:27
37
+ msgid "Capability"
38
+ msgstr ""
39
+
40
+ #: _assets/class-cap-new.php:178
41
+ msgid "The capability should be unique and contain only alphanumeric characters and underscores."
42
+ msgstr ""
43
+
44
+ #: _assets/class-cap-new.php:185 admin/class-manage-roles.php:84
45
+ #: admin/class-manage-roles.php:90 admin/class-roles.php:168
46
+ #: admin/class-user-edit.php:87 admin/functions-admin.php:148
47
+ msgid "Roles"
48
+ msgstr ""
49
+
50
+ #: _assets/class-cap-new.php:189
51
+ msgid "Select at least one role. Because of the way capabilities work in WordPress, they can only exist if assigned to a role."
52
+ msgstr ""
53
+
54
+ #: _assets/class-cap-new.php:209
55
+ msgid "Add Capability"
56
+ msgstr ""
57
+
58
+ #: _assets/class-capability-list-table.php:264
59
+ #: _assets/class-capability-list-table.php:387
60
+ #: admin/class-role-list-table.php:322 admin/class-role-list-table.php:447
61
+ msgid "Delete"
62
+ msgstr ""
63
+
64
+ #: _assets/class-capability-list-table.php:319
65
+ #: admin/class-role-list-table.php:392
66
+ msgid "All %s"
67
+ msgid_plural "All %s"
68
+ msgstr[0] ""
69
+ msgstr[1] ""
70
+
71
+ #: _assets/class-capability-list-table.php:320
72
+ #: admin/functions-role-groups.php:112
73
+ msgid "Mine %s"
74
+ msgid_plural "Mine %s"
75
+ msgstr[0] ""
76
+ msgstr[1] ""
77
+
78
+ #: _assets/class-capability-list-table.php:321
79
+ #: admin/functions-role-groups.php:158
80
+ msgid "WordPress %s"
81
+ msgid_plural "WordPress %s"
82
+ msgstr[0] ""
83
+ msgstr[1] ""
84
+
85
+ #: _assets/class-capability-list-table.php:322
86
+ msgid "Members %s"
87
+ msgid_plural "Members %s"
88
+ msgstr[0] ""
89
+ msgstr[1] ""
90
+
91
+ #: _assets/class-capability-list-table.php:349
92
+ msgid "View all roles"
93
+ msgstr ""
94
+
95
+ #: _assets/class-capability-list-table.php:359
96
+ msgid "Filter"
97
+ msgstr ""
98
+
99
+ #: _assets/page-capabilities.php:45 _assets/page-capabilities.php:93
100
+ #: admin/class-settings.php:133
101
+ msgid "Capabilities"
102
+ msgstr ""
103
+
104
+ #: _assets/page-capabilities.php:69
105
+ msgid "%s capability deleted. Not really. This is just a message to output until the functionality is working."
106
+ msgstr ""
107
+
108
+ #: _assets/page-capabilities.php:73
109
+ msgid "No capability selected to delete."
110
+ msgstr ""
111
+
112
+ #: _assets/page-capabilities.php:96 admin/class-meta-box-custom-cap.php:88
113
+ #: admin/class-role-edit.php:248 admin/class-roles.php:171
114
+ msgid "Add New"
115
+ msgstr ""
116
+
117
+ #: _assets/page-capabilities.php:116
118
+ msgid "Are you sure you want to delete this capability? This is a permanent action and cannot be undone."
119
+ msgstr ""
120
+
121
+ #: admin/class-cap-control.php:115 admin/functions-admin.php:51
122
+ msgid "Grant %s capability"
123
+ msgstr ""
124
+
125
+ #: admin/class-cap-control.php:116 admin/functions-admin.php:52
126
+ msgid "Deny %s capability"
127
+ msgstr ""
128
+
129
+ #: admin/class-cap-tabs.php:174
130
+ msgid "Edit Capabilities: %s"
131
+ msgstr ""
132
+
133
+ #: admin/class-manage-roles.php:87 admin/class-role-edit.php:245
134
+ msgid "Edit Role"
135
+ msgstr ""
136
+
137
+ #: admin/class-meta-box-content-permissions.php:96 admin/class-settings.php:125
138
+ #: admin/class-settings.php:398
139
+ msgid "Content Permissions"
140
+ msgstr ""
141
+
142
+ #: admin/class-meta-box-content-permissions.php:125
143
+ msgid "Limit access to this post's content to users of the selected roles."
144
+ msgstr ""
145
+
146
+ #: admin/class-meta-box-content-permissions.php:145
147
+ msgid "If no roles are selected, everyone can view the content. The post author, any users who can edit this post, and users with the %s capability can view the content regardless of role."
148
+ msgstr ""
149
+
150
+ #: admin/class-meta-box-content-permissions.php:149
151
+ msgid "Custom error messsage:"
152
+ msgstr ""
153
+
154
+ #: admin/class-meta-box-content-permissions.php:151
155
+ msgid "Message shown to users that do no have permission to view the post."
156
+ msgstr ""
157
+
158
+ #: admin/class-meta-box-custom-cap.php:71 admin/functions-help.php:94
159
+ msgid "Custom Capability"
160
+ msgstr ""
161
+
162
+ #: admin/class-meta-box-publish-role.php:65 admin/class-roles.php:66
163
+ #: inc/functions-admin-bar.php:35
164
+ msgid "Role"
165
+ msgstr ""
166
+
167
+ #: admin/class-meta-box-publish-role.php:98
168
+ msgid "Users:"
169
+ msgstr ""
170
+
171
+ #: admin/class-meta-box-publish-role.php:104
172
+ msgid "Granted:"
173
+ msgstr ""
174
+
175
+ #: admin/class-meta-box-publish-role.php:110
176
+ msgid "Denied:"
177
+ msgstr ""
178
+
179
+ #: admin/class-meta-box-publish-role.php:121
180
+ msgctxt "delete role"
181
+ msgid "Delete"
182
+ msgstr ""
183
+
184
+ #: admin/class-meta-box-publish-role.php:128
185
+ msgid "Update"
186
+ msgstr ""
187
+
188
+ #: admin/class-meta-box-publish-role.php:128
189
+ msgid "Add Role"
190
+ msgstr ""
191
+
192
+ #: admin/class-role-edit.php:90 members.php:163 members.php:174
193
+ msgid "Whoah, partner!"
194
+ msgstr ""
195
+
196
+ #: admin/class-role-edit.php:97
197
+ msgid "The requested role to edit does not exist."
198
+ msgstr ""
199
+
200
+ #: admin/class-role-edit.php:177
201
+ msgid "%s role updated."
202
+ msgstr ""
203
+
204
+ #: admin/class-role-edit.php:181
205
+ msgid "The %s role is not editable. This means that it is most likely added via another plugin for a special use or that you do not have permission to edit it."
206
+ msgstr ""
207
+
208
+ #: admin/class-role-edit.php:185 admin/class-role-new.php:213
209
+ msgid "The %s role has been created."
210
+ msgstr ""
211
+
212
+ #: admin/class-role-edit.php:267 admin/class-role-new.php:314
213
+ #: admin/class-roles.php:65 admin/functions-help.php:62
214
+ msgid "Role Name"
215
+ msgstr ""
216
+
217
+ #: admin/class-role-edit.php:273 admin/class-role-new.php:320
218
+ #: inc/class-widget-users.php:216
219
+ msgid "Role:"
220
+ msgstr ""
221
+
222
+ #: admin/class-role-list-table.php:213
223
+ msgid "Default Role"
224
+ msgstr ""
225
+
226
+ #: admin/class-role-list-table.php:217
227
+ msgid "Your Role"
228
+ msgstr ""
229
+
230
+ #: admin/class-role-list-table.php:318 admin/class-role-new.php:322
231
+ #: admin/functions-admin.php:49
232
+ msgid "Edit"
233
+ msgstr ""
234
+
235
+ #: admin/class-role-list-table.php:328
236
+ msgid "View"
237
+ msgstr ""
238
+
239
+ #: admin/class-role-list-table.php:333
240
+ msgid "Clone"
241
+ msgstr ""
242
+
243
+ #: admin/class-role-list-table.php:337
244
+ msgid "Change Default"
245
+ msgstr ""
246
+
247
+ #: admin/class-role-list-table.php:341 admin/class-roles.php:67
248
+ #: admin/functions-cap-groups.php:193 inc/class-widget-users.php:155
249
+ msgid "Users"
250
+ msgstr ""
251
+
252
+ #: admin/class-role-new.php:107 admin/class-role-new.php:297
253
+ msgid "Add New Role"
254
+ msgstr ""
255
+
256
+ #: admin/class-role-new.php:222
257
+ msgid "You must enter a valid role."
258
+ msgstr ""
259
+
260
+ #: admin/class-role-new.php:226
261
+ msgid "The %s role already exists."
262
+ msgstr ""
263
+
264
+ #: admin/class-role-new.php:230
265
+ msgid "You must enter a valid role name."
266
+ msgstr ""
267
+
268
+ #: admin/class-role-new.php:297
269
+ msgid "Clone Role"
270
+ msgstr ""
271
+
272
+ #: admin/class-role-new.php:315
273
+ msgid "%s Clone"
274
+ msgstr ""
275
+
276
+ #: admin/class-role-new.php:315
277
+ msgid "Enter role name"
278
+ msgstr ""
279
+
280
+ #: admin/class-roles.php:68
281
+ msgid "Granted"
282
+ msgstr ""
283
+
284
+ #: admin/class-roles.php:69
285
+ msgid "Denied"
286
+ msgstr ""
287
+
288
+ #: admin/class-roles.php:110
289
+ msgid "Selected roles deleted."
290
+ msgstr ""
291
+
292
+ #: admin/class-roles.php:129
293
+ msgid "%s role deleted."
294
+ msgstr ""
295
+
296
+ #: admin/class-roles.php:208 admin/functions-help.php:46
297
+ msgid "Overview"
298
+ msgstr ""
299
+
300
+ #: admin/class-roles.php:217
301
+ msgid "Screen Content"
302
+ msgstr ""
303
+
304
+ #: admin/class-roles.php:226
305
+ msgid "Available Actions"
306
+ msgstr ""
307
+
308
+ #: admin/class-roles.php:235
309
+ msgid "Bulk Actions"
310
+ msgstr ""
311
+
312
+ #: admin/class-roles.php:254
313
+ msgid "This screen provides access to all of your user roles. Roles are a method of grouping users. They are made up of capabilities (caps), which give permission to users to perform specific actions on the site."
314
+ msgstr ""
315
+
316
+ #: admin/class-roles.php:268
317
+ msgid "You can customize the display of this screen&#8216;s contents in a number of ways:"
318
+ msgstr ""
319
+
320
+ #: admin/class-roles.php:272
321
+ msgid "You can hide/display columns based on your needs and decide how many roles to list per screen using the Screen Options tab."
322
+ msgstr ""
323
+
324
+ #: admin/class-roles.php:273
325
+ msgid "You can filter the list of roles by types using the text links in the upper left. The default view is to show all roles."
326
+ msgstr ""
327
+
328
+ #: admin/class-roles.php:287
329
+ msgid "Hovering over a row in the roles list will display action links that allow you to manage your role. You can perform the following actions:"
330
+ msgstr ""
331
+
332
+ #: admin/class-roles.php:291
333
+ msgid "<strong>Edit</strong> takes you to the editing screen for that role. You can also reach that screen by clicking on the role name."
334
+ msgstr ""
335
+
336
+ #: admin/class-roles.php:292
337
+ msgid "<strong>Delete</strong> removes your role from this list and permanently deletes it."
338
+ msgstr ""
339
+
340
+ #: admin/class-roles.php:293
341
+ msgid "<strong>Clone</strong> copies the role and takes you to the new role screen to further edit it."
342
+ msgstr ""
343
+
344
+ #: admin/class-roles.php:294
345
+ msgid "<strong>Users</strong> takes you to the users screen and lists the users that have that role."
346
+ msgstr ""
347
+
348
+ #: admin/class-roles.php:308
349
+ msgid "You can permanently delete multiple roles at once. Select the roles you want to act on using the checkboxes, then select the action you want to take from the Bulk Actions menu and click Apply."
350
+ msgstr ""
351
+
352
+ #: admin/class-settings.php:70 admin/class-settings.php:362
353
+ msgid "Members Settings"
354
+ msgstr ""
355
+
356
+ #: admin/class-settings.php:71
357
+ msgctxt "admin screen"
358
+ msgid "Members"
359
+ msgstr ""
360
+
361
+ #: admin/class-settings.php:124
362
+ msgid "Roles and Capabilities"
363
+ msgstr ""
364
+
365
+ #: admin/class-settings.php:126 admin/class-settings.php:407
366
+ msgid "Sidebar Widgets"
367
+ msgstr ""
368
+
369
+ #: admin/class-settings.php:127 admin/class-settings.php:416
370
+ msgid "Private Site"
371
+ msgstr ""
372
+
373
+ #: admin/class-settings.php:132
374
+ msgid "Role Manager"
375
+ msgstr ""
376
+
377
+ #: admin/class-settings.php:134
378
+ msgid "Multiple User Roles"
379
+ msgstr ""
380
+
381
+ #: admin/class-settings.php:137
382
+ msgid "Enable Permissions"
383
+ msgstr ""
384
+
385
+ #: admin/class-settings.php:138
386
+ msgid "Error Message"
387
+ msgstr ""
388
+
389
+ #: admin/class-settings.php:141
390
+ msgid "Login Widget"
391
+ msgstr ""
392
+
393
+ #: admin/class-settings.php:142
394
+ msgid "Users Widget"
395
+ msgstr ""
396
+
397
+ #: admin/class-settings.php:145
398
+ msgid "Enable Private Site"
399
+ msgstr ""
400
+
401
+ #: admin/class-settings.php:146
402
+ msgid "Disable Feed"
403
+ msgstr ""
404
+
405
+ #: admin/class-settings.php:147
406
+ msgid "Feed Error Message"
407
+ msgstr ""
408
+
409
+ #: admin/class-settings.php:188
410
+ msgid "Your roles and capabilities will not revert back to their previous settings after deactivating or uninstalling this plugin, so use this feature wisely."
411
+ msgstr ""
412
+
413
+ #: admin/class-settings.php:203
414
+ msgid "Enable the role manager."
415
+ msgstr ""
416
+
417
+ #: admin/class-settings.php:218
418
+ msgid "Denied capabilities should always overrule granted capabilities."
419
+ msgstr ""
420
+
421
+ #: admin/class-settings.php:233
422
+ msgid "Allow users to be assigned more than a single role."
423
+ msgstr ""
424
+
425
+ #: admin/class-settings.php:248
426
+ msgid "Enable the content permissions feature."
427
+ msgstr ""
428
+
429
+ #: admin/class-settings.php:283
430
+ msgid "Enable the login form widget."
431
+ msgstr ""
432
+
433
+ #: admin/class-settings.php:298
434
+ msgid "Enable the users widget."
435
+ msgstr ""
436
+
437
+ #: admin/class-settings.php:313
438
+ msgid "Redirect all logged-out users to the login page before allowing them to view the site."
439
+ msgstr ""
440
+
441
+ #: admin/class-settings.php:328
442
+ msgid "Show error message for feed items."
443
+ msgstr ""
444
+
445
+ #: admin/class-settings.php:367
446
+ msgid "Update Settings"
447
+ msgstr ""
448
+
449
+ #: admin/class-settings.php:389
450
+ msgid "Role and Capabilities"
451
+ msgstr ""
452
+
453
+ #: admin/class-settings.php:422 admin/functions-help.php:23
454
+ msgid "Documentation"
455
+ msgstr ""
456
+
457
+ #: admin/class-settings.php:423 admin/functions-help.php:24
458
+ msgid "Support Forums"
459
+ msgstr ""
460
+
461
+ #: admin/class-settings.php:424
462
+ msgid "Users, Roles, and Capabilities"
463
+ msgstr ""
464
+
465
+ #: admin/class-settings.php:440
466
+ msgid "The role manager allows you to manage roles on your site by giving you the ability to create, edit, and delete any role. Note that changes to roles do not change settings for the Members plugin. You are literally changing data in your WordPress database. This plugin feature merely provides an interface for you to make these changes."
467
+ msgstr ""
468
+
469
+ #: admin/class-settings.php:444
470
+ msgid "Tick the checkbox for denied capabilities to always take precedence over granted capabilities when there is a conflict. This is only relevant when using multiple roles per user."
471
+ msgstr ""
472
+
473
+ #: admin/class-settings.php:448
474
+ msgid "The multiple user roles feature allows you to assign more than one role to each user from the edit user screen."
475
+ msgstr ""
476
+
477
+ #: admin/class-settings.php:462
478
+ msgid "The content permissions features adds a meta box to the edit post screen that allows you to grant permissions for who can read the post content based on the user's role. Only users of roles with the %s capability will be able to use this component."
479
+ msgstr ""
480
+
481
+ #: admin/class-settings.php:476
482
+ msgid "The sidebar widgets feature adds additional widgets for use in your theme's sidebars."
483
+ msgstr ""
484
+
485
+ #: admin/class-settings.php:490
486
+ msgid "The private site feature redirects all users who are not logged into the site to the login page, creating an entirely private site. You may also replace your feed content with a custom error message."
487
+ msgstr ""
488
+
489
+ #: admin/class-user-edit.php:92
490
+ msgid "User Roles"
491
+ msgstr ""
492
+
493
+ #: admin/functions-admin.php:50
494
+ msgid "OK"
495
+ msgstr ""
496
+
497
+ #: admin/functions-admin.php:53
498
+ msgid "Are you sure you want to delete this role? This is a permanent action and cannot be undone."
499
+ msgstr ""
500
+
501
+ #: admin/functions-admin.php:177
502
+ msgid "None"
503
+ msgstr ""
504
+
505
+ #: admin/functions-cap-groups.php:106
506
+ msgid "All"
507
+ msgstr ""
508
+
509
+ #: admin/functions-cap-groups.php:116
510
+ msgid "General"
511
+ msgstr ""
512
+
513
+ #: admin/functions-cap-groups.php:165
514
+ msgid "Taxonomies"
515
+ msgstr ""
516
+
517
+ #: admin/functions-cap-groups.php:175
518
+ msgid "Appearance"
519
+ msgstr ""
520
+
521
+ #: admin/functions-cap-groups.php:184
522
+ msgid "Plugins"
523
+ msgstr ""
524
+
525
+ #: admin/functions-cap-groups.php:202
526
+ msgid "Custom"
527
+ msgstr ""
528
+
529
+ #: admin/functions-help.php:29
530
+ msgid "For more information:"
531
+ msgstr ""
532
+
533
+ #: admin/functions-help.php:78
534
+ msgid "Edit Capabilities"
535
+ msgstr ""
536
+
537
+ #: admin/functions-help.php:109
538
+ msgid "This screen allows you to edit an individual role and its capabilities."
539
+ msgstr ""
540
+
541
+ #: admin/functions-help.php:123
542
+ msgid "The role name field allows you to enter a human-readable name for your role."
543
+ msgstr ""
544
+
545
+ #: admin/functions-help.php:127
546
+ msgid "The machine-readable version of the role appears below the name field, which you can edit. This can only have lowercase letters, numbers, or underscores."
547
+ msgstr ""
548
+
549
+ #: admin/functions-help.php:141
550
+ msgid "The capabilities edit box is made up of tabs that separate capabilities into groups. You may take the following actions for each capability:"
551
+ msgstr ""
552
+
553
+ #: admin/functions-help.php:145
554
+ msgid "<strong>Grant</strong> allows you to grant the role a capability."
555
+ msgstr ""
556
+
557
+ #: admin/functions-help.php:146
558
+ msgid "<strong>Deny</strong> allows you to explicitly deny the role a capability."
559
+ msgstr ""
560
+
561
+ #: admin/functions-help.php:147
562
+ msgid "You may also opt to neither grant nor deny the role a capability."
563
+ msgstr ""
564
+
565
+ #: admin/functions-help.php:161
566
+ msgid "The custom capability box allows you to create a custom capability for the role. After hitting the Add New button, it will add the capability to the Custom tab in the Edit Capabilities box."
567
+ msgstr ""
568
+
569
+ #: admin/functions-role-groups.php:111
570
+ msgid "Mine"
571
+ msgstr ""
572
+
573
+ #: admin/functions-role-groups.php:121
574
+ msgid "Has Users"
575
+ msgstr ""
576
+
577
+ #: admin/functions-role-groups.php:122
578
+ msgid "Has Users %s"
579
+ msgid_plural "Has Users %s"
580
+ msgstr[0] ""
581
+ msgstr[1] ""
582
+
583
+ #: admin/functions-role-groups.php:130
584
+ msgid "No Users"
585
+ msgstr ""
586
+
587
+ #: admin/functions-role-groups.php:131
588
+ msgid "No Users %s"
589
+ msgid_plural "No Users %s"
590
+ msgstr[0] ""
591
+ msgstr[1] ""
592
+
593
+ #: admin/functions-role-groups.php:139
594
+ msgid "Editable"
595
+ msgstr ""
596
+
597
+ #: admin/functions-role-groups.php:140
598
+ msgid "Editable %s"
599
+ msgid_plural "Editable %s"
600
+ msgstr[0] ""
601
+ msgstr[1] ""
602
+
603
+ #: admin/functions-role-groups.php:148
604
+ msgid "Uneditable"
605
+ msgstr ""
606
+
607
+ #: admin/functions-role-groups.php:149
608
+ msgid "Uneditable %s"
609
+ msgid_plural "Uneditable %s"
610
+ msgstr[0] ""
611
+ msgstr[1] ""
612
+
613
+ #: admin/functions-role-groups.php:157
614
+ msgid "WordPress"
615
+ msgstr ""
616
+
617
+ #: admin/tmpl/cap-section.php:20 admin/tmpl/cap-section.php:28
618
+ msgid "Grant"
619
+ msgstr ""
620
+
621
+ #: admin/tmpl/cap-section.php:21 admin/tmpl/cap-section.php:29
622
+ msgid "Deny"
623
+ msgstr ""
624
+
625
+ #: inc/class-widget-login.php:33
626
+ msgid "A widget that allows users to log into your site."
627
+ msgstr ""
628
+
629
+ #: inc/class-widget-login.php:44
630
+ msgid "Members: Login Form"
631
+ msgstr ""
632
+
633
+ #: inc/class-widget-login.php:172 inc/class-widget-login.php:175
634
+ msgid "Log In"
635
+ msgstr ""
636
+
637
+ #: inc/class-widget-login.php:173
638
+ msgid "Username"
639
+ msgstr ""
640
+
641
+ #: inc/class-widget-login.php:174
642
+ msgid "Password"
643
+ msgstr ""
644
+
645
+ #: inc/class-widget-login.php:176
646
+ msgid "Remember Me"
647
+ msgstr ""
648
+
649
+ #: inc/class-widget-login.php:186
650
+ msgid "Please log into the site."
651
+ msgstr ""
652
+
653
+ #: inc/class-widget-login.php:187
654
+ msgid "You are currently logged in."
655
+ msgstr ""
656
+
657
+ #: inc/class-widget-login.php:199 inc/class-widget-users.php:196
658
+ msgid "Title:"
659
+ msgstr ""
660
+
661
+ #: inc/class-widget-login.php:203
662
+ msgid "Username Label:"
663
+ msgstr ""
664
+
665
+ #: inc/class-widget-login.php:207
666
+ msgid "Password Label:"
667
+ msgstr ""
668
+
669
+ #: inc/class-widget-login.php:211
670
+ msgid "Log In Label:"
671
+ msgstr ""
672
+
673
+ #: inc/class-widget-login.php:215
674
+ msgid "Remember Me Label:"
675
+ msgstr ""
676
+
677
+ #: inc/class-widget-login.php:223
678
+ msgid "Username Value:"
679
+ msgstr ""
680
+
681
+ #: inc/class-widget-login.php:227
682
+ msgid "Username Field ID:"
683
+ msgstr ""
684
+
685
+ #: inc/class-widget-login.php:231
686
+ msgid "Remember Me Field ID:"
687
+ msgstr ""
688
+
689
+ #: inc/class-widget-login.php:235
690
+ msgid "Password Field ID:"
691
+ msgstr ""
692
+
693
+ #: inc/class-widget-login.php:239
694
+ msgid "Submit Button ID:"
695
+ msgstr ""
696
+
697
+ #: inc/class-widget-login.php:250
698
+ msgid "\"Remember me\" checkbox?"
699
+ msgstr ""
700
+
701
+ #: inc/class-widget-login.php:256
702
+ msgid "Check \"remember me\"?"
703
+ msgstr ""
704
+
705
+ #: inc/class-widget-login.php:262
706
+ msgid "Display avatar?"
707
+ msgstr ""
708
+
709
+ #: inc/class-widget-login.php:266
710
+ msgid "Logged out text:"
711
+ msgstr ""
712
+
713
+ #: inc/class-widget-login.php:271
714
+ msgid "Logged in text:"
715
+ msgstr ""
716
+
717
+ #: inc/class-widget-users.php:33
718
+ msgid "Provides the ability to list the users of the site."
719
+ msgstr ""
720
+
721
+ #: inc/class-widget-users.php:44
722
+ msgid "Members: Users"
723
+ msgstr ""
724
+
725
+ #: inc/class-widget-users.php:172
726
+ msgid "Ascending"
727
+ msgstr ""
728
+
729
+ #: inc/class-widget-users.php:173
730
+ msgid "Descending"
731
+ msgstr ""
732
+
733
+ #: inc/class-widget-users.php:177
734
+ msgid "Display Name"
735
+ msgstr ""
736
+
737
+ #: inc/class-widget-users.php:178
738
+ msgid "Email"
739
+ msgstr ""
740
+
741
+ #: inc/class-widget-users.php:179
742
+ msgid "ID"
743
+ msgstr ""
744
+
745
+ #: inc/class-widget-users.php:180
746
+ msgid "Nice Name"
747
+ msgstr ""
748
+
749
+ #: inc/class-widget-users.php:181
750
+ msgid "Post Count"
751
+ msgstr ""
752
+
753
+ #: inc/class-widget-users.php:182
754
+ msgid "Registered"
755
+ msgstr ""
756
+
757
+ #: inc/class-widget-users.php:183
758
+ msgid "URL"
759
+ msgstr ""
760
+
761
+ #: inc/class-widget-users.php:184
762
+ msgid "Login"
763
+ msgstr ""
764
+
765
+ #: inc/class-widget-users.php:200
766
+ msgid "Order By:"
767
+ msgstr ""
768
+
769
+ #: inc/class-widget-users.php:208
770
+ msgid "Order:"
771
+ msgstr ""
772
+
773
+ #: inc/class-widget-users.php:224
774
+ msgid "Limit:"
775
+ msgstr ""
776
+
777
+ #: inc/class-widget-users.php:228
778
+ msgid "Offset:"
779
+ msgstr ""
780
+
781
+ #: inc/class-widget-users.php:236
782
+ msgid "Include:"
783
+ msgstr ""
784
+
785
+ #: inc/class-widget-users.php:240
786
+ msgid "Exclude:"
787
+ msgstr ""
788
+
789
+ #: inc/class-widget-users.php:244
790
+ msgid "Search:"
791
+ msgstr ""
792
+
793
+ #: inc/class-widget-users.php:248
794
+ msgid "Meta Key:"
795
+ msgstr ""
796
+
797
+ #: inc/class-widget-users.php:256
798
+ msgid "Meta Value:"
799
+ msgstr ""
800
+
801
+ #: inc/functions-options.php:116
802
+ msgid "Sorry, but you do not have permission to view this content."
803
+ msgstr ""
804
+
805
+ #: inc/functions-options.php:117
806
+ msgid "You must be logged into the site to view this content."
807
+ msgstr ""
808
+
809
+ #: members.php:185
810
+ msgid "Method does not exist."
811
+ msgstr ""
812
+ #. Plugin Name of the plugin/theme
813
+ msgid "Members"
814
+ msgstr ""
815
+
816
+ #. Plugin URI of the plugin/theme
817
+ msgid "http://themehybrid.com/plugins/members"
818
+ msgstr ""
819
+
820
+ #. Description of the plugin/theme
821
+ msgid "A user and role management plugin that puts you in full control of your site's permissions. This plugin allows you to edit your roles and their capabilities, clone existing roles, assign multiple roles per user, block post content, or even make your site completely private."
822
+ msgstr ""
823
+
824
+ #. Author of the plugin/theme
825
+ msgid "Justin Tadlock"
826
+ msgstr ""
827
+
828
+ #. Author URI of the plugin/theme
829
+ msgid "http://themehybrid.com"
830
+ msgstr ""
members.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Members
4
  * Plugin URI: http://themehybrid.com/plugins/members
5
  * Description: A user and role management plugin that puts you in full control of your site's permissions. This plugin allows you to edit your roles and their capabilities, clone existing roles, assign multiple roles per user, block post content, or even make your site completely private.
6
- * Version: 1.0.0
7
  * Author: Justin Tadlock
8
  * Author URI: http://themehybrid.com
9
  *
@@ -23,7 +23,7 @@
23
  * write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
24
  *
25
  * @package Members
26
- * @version 1.0.0
27
  * @author Justin Tadlock <justin@justintadlock.com>
28
  * @copyright Copyright (c) 2009 - 2015, Justin Tadlock
29
  * @link http://themehybrid.com/plugins/members
3
  * Plugin Name: Members
4
  * Plugin URI: http://themehybrid.com/plugins/members
5
  * Description: A user and role management plugin that puts you in full control of your site's permissions. This plugin allows you to edit your roles and their capabilities, clone existing roles, assign multiple roles per user, block post content, or even make your site completely private.
6
+ * Version: 1.0.1
7
  * Author: Justin Tadlock
8
  * Author URI: http://themehybrid.com
9
  *
23
  * write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
24
  *
25
  * @package Members
26
+ * @version 1.0.1
27
  * @author Justin Tadlock <justin@justintadlock.com>
28
  * @copyright Copyright (c) 2009 - 2015, Justin Tadlock
29
  * @link http://themehybrid.com/plugins/members
readme.txt CHANGED
@@ -4,7 +4,7 @@ Contributors: greenshady
4
  Donate link: http://themehybrid.com/donate
5
  Tags: admin, role, roles, member, members, profile, shortcode, user, users, widget, widgets
6
  Requires at least: 4.3
7
- Stable tag: 1.0.0
8
 
9
  The most powerful user, role, and capability management plugin for WordPress.
10
 
4
  Donate link: http://themehybrid.com/donate
5
  Tags: admin, role, roles, member, members, profile, shortcode, user, users, widget, widgets
6
  Requires at least: 4.3
7
+ Stable tag: 1.0.1
8
 
9
  The most powerful user, role, and capability management plugin for WordPress.
10