Groups - Version 2.6.0

Version Description

  • Tested for WordPress 5.1.
  • Added an option to filter by posts restricted by any group.
  • Added an option to filter by posts restricted by no group.
  • Removed an option to filter by only unrestricted posts which didn't work.
  • Improved groups column header fitting on post admin screens.
  • Fixed a notice when a user has no groups assigned.

For the full changelog see the changelog.txt.

=

Download this release

Release Info

Developer itthinx
Plugin Icon 128x128 Groups
Version 2.6.0
Comparing to
See all releases

Code changes from version 2.5.0 to 2.6.0

COPYRIGHT.txt CHANGED
@@ -1,7 +1,7 @@
1
 
2
  Groups
3
 
4
- Copyright 2011-2018 "kento" (Karim Rahimpur) www.itthinx.com
5
 
6
  The files COPYRIGHT.txt and LICENSE.txt as well as ALL NOTICES IN THE
7
  HEADERS OF ALL FILES MUST BE KEPT INTACT.
1
 
2
  Groups
3
 
4
+ Copyright 2011-2019 "kento" (Karim Rahimpur) www.itthinx.com
5
 
6
  The files COPYRIGHT.txt and LICENSE.txt as well as ALL NOTICES IN THE
7
  HEADERS OF ALL FILES MUST BE KEPT INTACT.
changelog.txt CHANGED
@@ -1,5 +1,13 @@
1
  == Groups by itthinx - changelog.txt ==
2
 
 
 
 
 
 
 
 
 
3
  = 2.5.0 =
4
  * Tested for WordPress 5.0.
5
 
1
  == Groups by itthinx - changelog.txt ==
2
 
3
+ = 2.6.0 =
4
+ * Tested for WordPress 5.1.
5
+ * Added an option to filter by posts restricted by any group.
6
+ * Added an option to filter by posts restricted by no group.
7
+ * Removed an option to filter by only unrestricted posts which didn't work.
8
+ * Improved groups column header fitting on post admin screens.
9
+ * Fixed a notice when a user has no groups assigned.
10
+
11
  = 2.5.0 =
12
  * Tested for WordPress 5.0.
13
 
groups.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * groups.php
4
  *
5
- * Copyright (c) 2011-2018 "kento" Karim Rahimpur www.itthinx.com
6
  *
7
  * This code is released under the GNU General Public License.
8
  * See COPYRIGHT.txt and LICENSE.txt.
@@ -21,7 +21,7 @@
21
  * Plugin Name: Groups
22
  * Plugin URI: http://www.itthinx.com/plugins/groups
23
  * Description: Groups provides group-based user membership management, group-based capabilities and content access control.
24
- * Version: 2.5.0
25
  * Author: itthinx
26
  * Author URI: http://www.itthinx.com
27
  * Donate-Link: http://www.itthinx.com
@@ -32,7 +32,7 @@
32
  if ( !defined( 'ABSPATH' ) ) {
33
  exit;
34
  }
35
- define( 'GROUPS_CORE_VERSION', '2.5.0' );
36
  define( 'GROUPS_FILE', __FILE__ );
37
  if ( !defined( 'GROUPS_CORE_DIR' ) ) {
38
  define( 'GROUPS_CORE_DIR', untrailingslashit( plugin_dir_path( __FILE__ ) ) );
2
  /**
3
  * groups.php
4
  *
5
+ * Copyright (c) 2011-2019 "kento" Karim Rahimpur www.itthinx.com
6
  *
7
  * This code is released under the GNU General Public License.
8
  * See COPYRIGHT.txt and LICENSE.txt.
21
  * Plugin Name: Groups
22
  * Plugin URI: http://www.itthinx.com/plugins/groups
23
  * Description: Groups provides group-based user membership management, group-based capabilities and content access control.
24
+ * Version: 2.6.0
25
  * Author: itthinx
26
  * Author URI: http://www.itthinx.com
27
  * Donate-Link: http://www.itthinx.com
32
  if ( !defined( 'ABSPATH' ) ) {
33
  exit;
34
  }
35
+ define( 'GROUPS_CORE_VERSION', '2.6.0' );
36
  define( 'GROUPS_FILE', __FILE__ );
37
  if ( !defined( 'GROUPS_CORE_DIR' ) ) {
38
  define( 'GROUPS_CORE_DIR', untrailingslashit( plugin_dir_path( __FILE__ ) ) );
languages/groups-de_DE.mo CHANGED
Binary file
languages/groups-de_DE.po CHANGED
@@ -7,8 +7,8 @@ msgid ""
7
  msgstr ""
8
  "Project-Id-Version: \n"
9
  "Report-Msgid-Bugs-To: \n"
10
- "POT-Creation-Date: 2017-06-28 12:56+0200\n"
11
- "PO-Revision-Date: 2017-06-28 13:03+0200\n"
12
  "Last-Translator: Karim\n"
13
  "Language-Team: itthinx.com\n"
14
  "Language: de_DE\n"
@@ -16,7 +16,7 @@ msgstr ""
16
  "Content-Type: text/plain; charset=UTF-8\n"
17
  "Content-Transfer-Encoding: 8bit\n"
18
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
19
- "X-Generator: Poedit 2.0.1\n"
20
 
21
  #: lib/core/class-groups-pagination.php:140
22
  #, php-format
@@ -25,16 +25,23 @@ msgid "%1$s of %2$s"
25
  msgstr "%1$s von %2$s"
26
 
27
  #: legacy/admin/class-groups-admin-posts-legacy.php:184
28
- #: lib/admin/class-groups-admin-posts.php:207
29
  msgid "— No Change —"
30
  msgstr "— Ohne Änderung —"
31
 
 
 
 
 
 
 
 
 
32
  #: legacy/admin/class-groups-admin-posts-legacy.php:136
33
- #: lib/admin/class-groups-admin-posts.php:148
34
  msgid "(only unrestricted)"
35
  msgstr "(ohne Beschränkung)"
36
 
37
- #: lib/admin/class-groups-admin-users.php:378
38
  msgid "--"
39
  msgstr "--"
40
 
@@ -102,8 +109,8 @@ msgstr "Zugangsbeschränkungen"
102
  #: lib/admin/groups-admin-groups-add.php:139
103
  #: lib/admin/groups-admin-groups-add.php:143
104
  #: lib/admin/groups-admin-groups-edit.php:37
105
- #: lib/admin/groups-admin-groups-edit.php:176
106
- #: lib/admin/groups-admin-groups-edit.php:180
107
  #: lib/admin/groups-admin-groups-remove.php:35
108
  #: lib/admin/groups-admin-groups-remove.php:83
109
  #: lib/admin/groups-admin-groups-remove.php:87
@@ -155,11 +162,11 @@ msgid "Add capability"
155
  msgstr "Neue Kapazität"
156
 
157
  #: legacy/admin/class-groups-admin-posts-legacy.php:185
158
- #: lib/admin/class-groups-admin-posts.php:208
159
  msgid "Add restriction"
160
  msgstr "Beschränkung hinzufügen"
161
 
162
- #: lib/admin/class-groups-admin-users.php:212
163
  msgid "Add to group"
164
  msgstr "Zur Gruppe hinzufügen"
165
 
@@ -196,7 +203,7 @@ msgstr ""
196
  "Verwalter (mit der Administrator Rolle) können alle Zugriffsrechte "
197
  "überbrücken."
198
 
199
- #: lib/admin/class-groups-admin-posts.php:165
200
  msgid "Also look for groups related to terms"
201
  msgstr "Auch Gruppen beinhalten die auf Begriffe bezogen sind"
202
 
@@ -216,14 +223,14 @@ msgstr ""
216
  "Weitere Verbesserungen umschließen Gruppenfilter und einen reduzierten "
217
  "Eindruck bei der Benutzerverwaltung."
218
 
219
- #: lib/access/class-groups-access-meta-boxes.php:209
220
- #: lib/access/class-groups-access-meta-boxes.php:210
221
- #: lib/access/class-groups-access-meta-boxes.php:443
222
- #: lib/access/class-groups-access-meta-boxes.php:444
223
  msgid "Anyone …"
224
  msgstr "Jeder …"
225
 
226
- #: lib/admin/class-groups-admin-users.php:215
227
  #: lib/admin/groups-admin-capabilities.php:334
228
  #: lib/admin/groups-admin-capabilities.php:360
229
  #: lib/admin/groups-admin-capabilities.php:374
@@ -246,7 +253,7 @@ msgstr ""
246
  msgid "Bulk Actions"
247
  msgstr "Aktion wählen"
248
 
249
- #: lib/admin/groups-admin-options.php:362
250
  msgid ""
251
  "CAUTION: If this option is active while the plugin is deactivated, ALL "
252
  "plugin settings and data will be DELETED for <strong>all sites</strong>. If "
@@ -282,7 +289,7 @@ msgstr ""
282
  #: lib/admin/groups-admin-capabilities-remove.php:64
283
  #: lib/admin/groups-admin-capabilities-remove.php:150
284
  #: lib/admin/groups-admin-groups-add.php:121
285
- #: lib/admin/groups-admin-groups-edit.php:160
286
  #: lib/admin/groups-admin-groups-remove.php:64
287
  #: lib/admin/groups-admin-groups-remove.php:154
288
  msgid "Cancel"
@@ -317,8 +324,8 @@ msgstr "Kapazität : %s"
317
  msgid "Capability ID"
318
  msgstr "Kapazitäts-ID"
319
 
320
- #: lib/admin/class-groups-admin-posts.php:221
321
- #: lib/admin/class-groups-admin-posts.php:222
322
  msgid "Choose access restriction groups &hellip;"
323
  msgstr "Gruppen für Zugriffsbeschränkungen auswählen &hellip;"
324
 
@@ -336,10 +343,10 @@ msgstr "Kapazitäten auswählen &hellip;"
336
  #: lib/admin/class-groups-admin-user-profile.php:81
337
  #: lib/admin/class-groups-admin-user-profile.php:169
338
  #: lib/admin/class-groups-admin-user-profile.php:170
339
- #: lib/admin/class-groups-admin-users.php:190
340
- #: lib/admin/class-groups-admin-users.php:191
341
- #: lib/admin/class-groups-admin-users.php:251
342
- #: lib/admin/class-groups-admin-users.php:252
343
  msgid "Choose groups &hellip;"
344
  msgstr "Gruppen auswählen &hellip;"
345
 
@@ -357,7 +364,7 @@ msgstr ""
357
  "Instant-Kästchen verwenden, um eine Gruppe und zugehörige Kapazität spontan "
358
  "zu erstellen."
359
 
360
- #: lib/access/class-groups-access-meta-boxes.php:136
361
  msgid ""
362
  "Choose or enter <em>Premium</em> in the <em>Read</em> field located in the "
363
  "<em>Groups</em> box and save or update the post (or hit Enter)."
@@ -389,7 +396,7 @@ msgstr ""
389
  "Klicken zum Umschalten, ob gewährende Gruppen zu den Kapazitäten angezeigt "
390
  "werden."
391
 
392
- #: lib/admin/class-groups-admin-notice.php:102
393
  msgid ""
394
  "Could you please spare a minute and give it a review over at WordPress.org?"
395
  msgstr ""
@@ -400,7 +407,7 @@ msgstr ""
400
  msgid "Deactivation and data persistence"
401
  msgstr "Deaktivierung und Datenpersistenz"
402
 
403
- #: lib/admin/groups-admin-options.php:359
404
  msgid "Delete all Groups plugin data for ALL sites on network deactivation"
405
  msgstr ""
406
  "Alle Daten des Groups Plugins für ALLE Sites bei Netzwerkdeaktivierung "
@@ -485,11 +492,11 @@ msgstr ""
485
  "Aktualisieren Sie den Beitrag."
486
 
487
  #: legacy/access/class-groups-access-meta-boxes-legacy.php:135
488
- #: lib/access/class-groups-access-meta-boxes.php:130
489
  msgid "Example:"
490
  msgstr "Beispiel:"
491
 
492
- #: lib/admin/class-groups-admin-users.php:279
493
  msgid "Filter"
494
  msgstr "Filtern"
495
 
@@ -533,7 +540,7 @@ msgstr ""
533
  msgid "Group"
534
  msgstr "Gruppe"
535
 
536
- #: lib/admin/class-groups-admin-users.php:211
537
  msgid "Group Actions"
538
  msgstr "Gruppenaktionen"
539
 
@@ -550,14 +557,14 @@ msgstr "Gruppenname"
550
  msgid "Group Name : %s"
551
  msgstr "Gruppenname : %s"
552
 
553
- #: lib/access/class-groups-access-meta-boxes.php:112
554
- #: lib/access/class-groups-access-meta-boxes.php:115
555
- #: lib/access/class-groups-access-meta-boxes.php:471
556
- #: lib/admin/class-groups-admin-posts.php:204
557
  #: lib/admin/class-groups-admin-user-profile.php:72
558
  #: lib/admin/class-groups-admin-user-profile.php:135
559
  #: lib/admin/class-groups-admin-user-profile.php:159
560
- #: lib/admin/class-groups-admin-users.php:351
561
  #: lib/admin/class-groups-admin.php:245 lib/admin/class-groups-admin.php:246
562
  #: lib/admin/class-groups-admin.php:275 lib/core/class-groups-help.php:63
563
  #: lib/core/class-groups-help.php:68 lib/core/class-groups-help.php:69
@@ -569,7 +576,7 @@ msgctxt "Column header"
569
  msgid "Groups"
570
  msgstr "Gruppen"
571
 
572
- #: lib/access/class-groups-access-meta-boxes.php:98
573
  msgctxt "Meta box title"
574
  msgid "Groups"
575
  msgstr "Gruppen"
@@ -593,8 +600,8 @@ msgstr ""
593
  "Groups %s bietet ein vereinfachtes Model für Zugriffsberechtigungen, "
594
  "basierend auf Gruppen anstatt Kapazitäten aus vorigen Versionen."
595
 
596
- #: lib/admin/class-groups-admin-posts.php:136
597
- #: lib/admin/class-groups-admin-posts.php:137
598
  msgid "Groups &hellip;"
599
  msgstr "Gruppen &hellip;"
600
 
@@ -630,7 +637,7 @@ msgstr ""
630
  "Hier können Sie Gruppen <strong>hinzufügen</strong>, <strong>bearbeiten</"
631
  "strong> und <strong>löschen</strong>."
632
 
633
- #: lib/admin/class-groups-admin-notice.php:114
634
  msgid "I have already done that."
635
  msgstr "Das habe ich bereits getan."
636
 
@@ -676,7 +683,7 @@ msgstr "Wichtig"
676
  msgid "Improved User Interface"
677
  msgstr "Verbesserte Benutzeroberfläche"
678
 
679
- #: lib/access/class-groups-access-meta-boxes.php:140
680
  msgid ""
681
  "In the same field, you can create a new group and restrict access. Group "
682
  "names are case-sensitive. In order to be able to use the new group, your "
@@ -695,11 +702,11 @@ msgstr ""
695
  "sein. Die ausgewählten Kapazitäten stehen dann für die Beschränkung von "
696
  "Beiträgen zur Verfügung."
697
 
698
- #: lib/admin/groups-admin-groups-edit.php:141
699
  msgid "Inherited capabilities:"
700
  msgstr "Geerbte Kapazitäten:"
701
 
702
- #: lib/access/class-groups-post-access.php:150
703
  msgid "Invalid post ID."
704
  msgstr "Ungültige Beitrags-ID."
705
 
@@ -726,7 +733,7 @@ msgid "Legacy Settings"
726
  msgstr "Legacy Einstellungen"
727
 
728
  #: legacy/access/class-groups-access-meta-boxes-legacy.php:137
729
- #: lib/access/class-groups-access-meta-boxes.php:132
730
  msgid ""
731
  "Let's assume that you want to limit the visibility of a post to members of "
732
  "the <em>Premium</em> group."
@@ -738,12 +745,12 @@ msgstr ""
738
  msgid "Log out"
739
  msgstr "Abmelden"
740
 
741
- #: lib/admin/class-groups-admin-notice.php:100
742
  msgid "Many thanks for using <strong>Groups</strong>!"
743
  msgstr "Vielen Dank das Sie <strong>Groups</strong> verwenden!"
744
 
745
  #: legacy/access/class-groups-access-meta-boxes-legacy.php:503
746
- #: lib/access/class-groups-access-meta-boxes.php:411
747
  msgid "Media"
748
  msgstr "Medien"
749
 
@@ -822,7 +829,7 @@ msgstr ""
822
  "Beachten Sie, dass Sie Mitglied einer Gruppe die diese Kapazität hat sein "
823
  "müssen."
824
 
825
- #: lib/access/class-groups-access-meta-boxes.php:124
826
  msgid "Note that you must be a member of a group to use it to restrict access."
827
  msgstr ""
828
  "Es ist zu beachten dass man Mitglied einer Gruppe sein muss, um diese zur "
@@ -944,7 +951,7 @@ msgstr ""
944
  "document/groups/\">Dokumentation</a> für Details über die Umstellung und "
945
  "Benutzung der neuen Zugriffsbeschränkungen."
946
 
947
- #: lib/access/class-groups-access-meta-boxes.php:467
948
  #, php-format
949
  msgid ""
950
  "Please use <a href=\"%s\" target=\"_blank\">Groups File Access</a> for files "
@@ -954,7 +961,7 @@ msgstr ""
954
  "target=\"_blank\">Groups File Access</a> verwenden."
955
 
956
  #: legacy/access/class-groups-access-meta-boxes-legacy.php:189
957
- #: lib/access/class-groups-access-meta-boxes.php:166
958
  msgid "Post"
959
  msgstr "Beitrag"
960
 
@@ -978,8 +985,8 @@ msgstr "Inhalte Einfach Schützen"
978
  msgid "Quick-create group &amp; capability"
979
  msgstr "Instant Gruppe &amp; Kapazität"
980
 
981
- #: lib/access/class-groups-access-meta-boxes.php:203
982
- #: lib/access/class-groups-access-meta-boxes.php:413
983
  msgid "Read"
984
  msgstr "Lesen"
985
 
@@ -1004,6 +1011,10 @@ msgstr "Aktualisieren"
1004
  msgid "Registered"
1005
  msgstr "Registriert"
1006
 
 
 
 
 
1007
  #: lib/admin/groups-admin-capabilities-remove.php:62
1008
  #: lib/admin/groups-admin-capabilities-remove.php:149
1009
  #: lib/admin/groups-admin-capabilities.php:372
@@ -1030,7 +1041,7 @@ msgstr "Kapazitäten löschen"
1030
  msgid "Remove capability"
1031
  msgstr "Kapazität löschen"
1032
 
1033
- #: lib/admin/class-groups-admin-users.php:213
1034
  msgid "Remove from group"
1035
  msgstr "Von der Gruppe entfernen"
1036
 
@@ -1043,7 +1054,7 @@ msgid "Remove groups"
1043
  msgstr "Gruppen entfernen"
1044
 
1045
  #: legacy/admin/class-groups-admin-posts-legacy.php:186
1046
- #: lib/admin/class-groups-admin-posts.php:209
1047
  msgid "Remove restriction"
1048
  msgstr "Beschränkung entfernen"
1049
 
@@ -1051,13 +1062,13 @@ msgstr "Beschränkung entfernen"
1051
  msgid "Restrict Access"
1052
  msgstr "Zugang Beschränken"
1053
 
1054
- #: lib/access/class-groups-access-meta-boxes.php:229
1055
  #, php-format
1056
  msgid "Restricts the visibility of this %s to members of the chosen groups."
1057
  msgstr ""
1058
  "Beschränkt die %s-Sichtbarkeit auf Mitglieder der ausgewählten Gruppen."
1059
 
1060
- #: lib/access/class-groups-access-meta-boxes.php:461
1061
  msgid "Restricts the visibility of this entry to members of the chosen groups."
1062
  msgstr ""
1063
  "Beschränkt die Sichtbarkeit dieses Eintrags auf Mitglieder der ausgewählten "
@@ -1073,10 +1084,10 @@ msgid "Role"
1073
  msgstr "Rolle"
1074
 
1075
  #: lib/admin/groups-admin-capabilities-edit.php:77
1076
- #: lib/admin/groups-admin-groups-edit.php:158
1077
  #: lib/admin/groups-admin-options.php:191
1078
  #: lib/admin/groups-admin-options.php:314
1079
- #: lib/admin/groups-admin-options.php:366
1080
  msgid "Save"
1081
  msgstr "Speichern"
1082
 
@@ -1101,7 +1112,7 @@ msgstr "Die Baumansicht von Groups anzeigen."
1101
  msgid "Switching to Groups %s"
1102
  msgstr "Umstellen auf Groups %s"
1103
 
1104
- #: lib/admin/class-groups-admin-posts.php:167
1105
  msgid "Terms"
1106
  msgstr "Begriffe"
1107
 
@@ -1151,7 +1162,7 @@ msgstr "Die Kapazität <em>%s</em> wurde erstellt."
1151
  msgid "The <em>%s</em> capability has been updated."
1152
  msgstr "Die Kapazität <em>%s</em> wurde aktualisiert."
1153
 
1154
- #: lib/admin/groups-admin-groups-edit.php:204
1155
  #, php-format
1156
  msgid ""
1157
  "The <em>%s</em> group already exists and cannot be used to name this one."
@@ -1179,11 +1190,11 @@ msgstr "Die Gruppe <em>%s</em> wurde aktualisiert."
1179
  msgid "The <em>Capability</em> must not be empty."
1180
  msgstr "Die <em>Kapazität</em> darf nicht leer sein."
1181
 
1182
- #: lib/admin/groups-admin-groups-edit.php:196
1183
  msgid "The <em>Name</em> must not be empty."
1184
  msgstr "Der <em>Name</em> darf nicht leer sein."
1185
 
1186
- #: lib/access/class-groups-access-meta-boxes.php:465
1187
  msgid ""
1188
  "The attachment page is restricted to authorized users, but due to technical "
1189
  "limitations, the file can still be accessed directly via its URL."
@@ -1274,7 +1285,7 @@ msgstr ""
1274
  "Dies bedeutet dass vorige Zugangsbeschränkungen die auf Kapazitäten basieren "
1275
  "immer noch die Einträge schützen."
1276
 
1277
- #: lib/access/class-groups-post-access.php:584
1278
  msgid ""
1279
  "This method is deprecated. You should use Groups_Post_Access_Legacy::"
1280
  "get_read_post_capabilities() to retrieve the capabilities instead."
@@ -1343,7 +1354,7 @@ msgstr ""
1343
  "Verwenden Sie das Kästchen <em>Zugangsbeschränkungen</em> um die "
1344
  "Sichtbarkeit von Beiträgen, Seiten und anderen Beitragstypen einzuschränken."
1345
 
1346
- #: lib/access/class-groups-access-meta-boxes.php:118
1347
  msgid ""
1348
  "Use the <em>Groups</em> box to limit the visibility of posts, pages and "
1349
  "other post types."
@@ -1421,7 +1432,7 @@ msgstr ""
1421
  "groups/\">Dokumentation</a> anzusehen um mehr darüber zu erfahren wie man es "
1422
  "verwendet."
1423
 
1424
- #: lib/admin/class-groups-admin-notice.php:108
1425
  msgid "Yes, here we go!"
1426
  msgstr "Ja, auf geht’s!"
1427
 
@@ -1446,7 +1457,7 @@ msgstr ""
1446
  "Das System läuft mit Legacy Zugriffsbeschränkungen basierend auf Kapazitäten "
1447
  "aktiviert."
1448
 
1449
- #: lib/admin/class-groups-admin-notice.php:119
1450
  #, php-format
1451
  msgid ""
1452
  "You can also follow <a href=\"%s\">@itthinx</a> on Twitter or visit <a href="
@@ -1478,13 +1489,13 @@ msgstr ""
1478
  "aktiviert. Um die Kapazität verwenden zu können, wird ihr Benutzerkonto der "
1479
  "Gruppe hinzugefügt."
1480
 
1481
- #: lib/access/class-groups-access-meta-boxes.php:196
1482
- #: lib/access/class-groups-access-meta-boxes.php:446
1483
  msgid "You can create a new group by indicating the group's name."
1484
  msgstr ""
1485
  "Eine neue Gruppe kann erstellt werden indem man den Namen der Gruppe eingibt."
1486
 
1487
- #: lib/access/class-groups-access-meta-boxes.php:190
1488
  #, php-format
1489
  msgid ""
1490
  "You can restrict the visibility of this %1$s to group members. Choose one or "
@@ -1495,7 +1506,7 @@ msgstr ""
1495
  "oder mehrere Gruppen auswählen die diese/n/s %2$s lesen dürfen. Werden keine "
1496
  "Gruppen ausgewählt dann ist diese/r/s %3$s für alle sichtbar."
1497
 
1498
- #: lib/access/class-groups-access-meta-boxes.php:445
1499
  msgid ""
1500
  "You can restrict the visibility to group members. Choose one or more groups "
1501
  "to restrict access. If no groups are chosen, this entry is visible to anyone."
@@ -1512,14 +1523,14 @@ msgstr ""
1512
  "Sie können eine oder mehrere Kapazitäten auswählen die zur "
1513
  "Zugriffsbeschränkung aktiviert sind."
1514
 
1515
- #: lib/access/class-groups-access-meta-boxes.php:121
1516
  msgid "You can select one or more groups to restrict access to its members."
1517
  msgstr ""
1518
  "Es kann eine oder mehrere Gruppen ausgewählt werden um den Zugriff auf ihre "
1519
  "Mitglieder einzuschränken."
1520
 
1521
  #: legacy/access/class-groups-access-meta-boxes-legacy.php:290
1522
- #: lib/access/class-groups-access-meta-boxes.php:236
1523
  msgid "You cannot set any access restrictions."
1524
  msgstr "Sie können keine Zugriffsbeschränkungen setzen."
1525
 
@@ -1541,13 +1552,13 @@ msgstr ""
1541
  "Sie müssen in einer Gruppe sein die zumindest eine Kapazität hat die zur "
1542
  "Zugriffsbeschränkung aktiviert ist."
1543
 
1544
- #: lib/access/class-groups-access-meta-boxes.php:242
1545
  msgid "You need to have permission to set access restrictions."
1546
  msgstr ""
1547
  "Man benötigt die entsprechenden Rechte um Zugriffsbeschränkungen setzen zu "
1548
  "können."
1549
 
1550
- #: lib/access/class-groups-post-access.php:459
1551
  msgid ""
1552
  "You should use Groups_Post_Access_Legacy::create() to pass a capability "
1553
  "restriction instead."
7
  msgstr ""
8
  "Project-Id-Version: \n"
9
  "Report-Msgid-Bugs-To: \n"
10
+ "POT-Creation-Date: 2019-03-08 23:32+0100\n"
11
+ "PO-Revision-Date: 2019-03-08 23:50+0100\n"
12
  "Last-Translator: Karim\n"
13
  "Language-Team: itthinx.com\n"
14
  "Language: de_DE\n"
16
  "Content-Type: text/plain; charset=UTF-8\n"
17
  "Content-Transfer-Encoding: 8bit\n"
18
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
19
+ "X-Generator: Poedit 2.2.1\n"
20
 
21
  #: lib/core/class-groups-pagination.php:140
22
  #, php-format
25
  msgstr "%1$s von %2$s"
26
 
27
  #: legacy/admin/class-groups-admin-posts-legacy.php:184
28
+ #: lib/admin/class-groups-admin-posts.php:217
29
  msgid "&mdash; No Change &mdash;"
30
  msgstr "&mdash; Ohne Änderung &mdash;"
31
 
32
+ #: lib/admin/class-groups-admin-posts.php:157
33
+ msgid "(any)"
34
+ msgstr "(jede)"
35
+
36
+ #: lib/admin/class-groups-admin-posts.php:152
37
+ msgid "(none)"
38
+ msgstr "(keine)"
39
+
40
  #: legacy/admin/class-groups-admin-posts-legacy.php:136
 
41
  msgid "(only unrestricted)"
42
  msgstr "(ohne Beschränkung)"
43
 
44
+ #: lib/admin/class-groups-admin-users.php:368
45
  msgid "--"
46
  msgstr "--"
47
 
109
  #: lib/admin/groups-admin-groups-add.php:139
110
  #: lib/admin/groups-admin-groups-add.php:143
111
  #: lib/admin/groups-admin-groups-edit.php:37
112
+ #: lib/admin/groups-admin-groups-edit.php:181
113
+ #: lib/admin/groups-admin-groups-edit.php:185
114
  #: lib/admin/groups-admin-groups-remove.php:35
115
  #: lib/admin/groups-admin-groups-remove.php:83
116
  #: lib/admin/groups-admin-groups-remove.php:87
162
  msgstr "Neue Kapazität"
163
 
164
  #: legacy/admin/class-groups-admin-posts-legacy.php:185
165
+ #: lib/admin/class-groups-admin-posts.php:218
166
  msgid "Add restriction"
167
  msgstr "Beschränkung hinzufügen"
168
 
169
+ #: lib/admin/class-groups-admin-users.php:202
170
  msgid "Add to group"
171
  msgstr "Zur Gruppe hinzufügen"
172
 
203
  "Verwalter (mit der Administrator Rolle) können alle Zugriffsrechte "
204
  "überbrücken."
205
 
206
+ #: lib/admin/class-groups-admin-posts.php:175
207
  msgid "Also look for groups related to terms"
208
  msgstr "Auch Gruppen beinhalten die auf Begriffe bezogen sind"
209
 
223
  "Weitere Verbesserungen umschließen Gruppenfilter und einen reduzierten "
224
  "Eindruck bei der Benutzerverwaltung."
225
 
226
+ #: lib/access/class-groups-access-meta-boxes.php:214
227
+ #: lib/access/class-groups-access-meta-boxes.php:215
228
+ #: lib/access/class-groups-access-meta-boxes.php:448
229
+ #: lib/access/class-groups-access-meta-boxes.php:449
230
  msgid "Anyone &hellip;"
231
  msgstr "Jeder &hellip;"
232
 
233
+ #: lib/admin/class-groups-admin-users.php:205
234
  #: lib/admin/groups-admin-capabilities.php:334
235
  #: lib/admin/groups-admin-capabilities.php:360
236
  #: lib/admin/groups-admin-capabilities.php:374
253
  msgid "Bulk Actions"
254
  msgstr "Aktion wählen"
255
 
256
+ #: lib/admin/groups-admin-options.php:365
257
  msgid ""
258
  "CAUTION: If this option is active while the plugin is deactivated, ALL "
259
  "plugin settings and data will be DELETED for <strong>all sites</strong>. If "
289
  #: lib/admin/groups-admin-capabilities-remove.php:64
290
  #: lib/admin/groups-admin-capabilities-remove.php:150
291
  #: lib/admin/groups-admin-groups-add.php:121
292
+ #: lib/admin/groups-admin-groups-edit.php:165
293
  #: lib/admin/groups-admin-groups-remove.php:64
294
  #: lib/admin/groups-admin-groups-remove.php:154
295
  msgid "Cancel"
324
  msgid "Capability ID"
325
  msgstr "Kapazitäts-ID"
326
 
327
+ #: lib/admin/class-groups-admin-posts.php:231
328
+ #: lib/admin/class-groups-admin-posts.php:232
329
  msgid "Choose access restriction groups &hellip;"
330
  msgstr "Gruppen für Zugriffsbeschränkungen auswählen &hellip;"
331
 
343
  #: lib/admin/class-groups-admin-user-profile.php:81
344
  #: lib/admin/class-groups-admin-user-profile.php:169
345
  #: lib/admin/class-groups-admin-user-profile.php:170
346
+ #: lib/admin/class-groups-admin-users.php:180
347
+ #: lib/admin/class-groups-admin-users.php:181
348
+ #: lib/admin/class-groups-admin-users.php:241
349
+ #: lib/admin/class-groups-admin-users.php:242
350
  msgid "Choose groups &hellip;"
351
  msgstr "Gruppen auswählen &hellip;"
352
 
364
  "Instant-Kästchen verwenden, um eine Gruppe und zugehörige Kapazität spontan "
365
  "zu erstellen."
366
 
367
+ #: lib/access/class-groups-access-meta-boxes.php:141
368
  msgid ""
369
  "Choose or enter <em>Premium</em> in the <em>Read</em> field located in the "
370
  "<em>Groups</em> box and save or update the post (or hit Enter)."
396
  "Klicken zum Umschalten, ob gewährende Gruppen zu den Kapazitäten angezeigt "
397
  "werden."
398
 
399
+ #: lib/admin/class-groups-admin-notice.php:133
400
  msgid ""
401
  "Could you please spare a minute and give it a review over at WordPress.org?"
402
  msgstr ""
407
  msgid "Deactivation and data persistence"
408
  msgstr "Deaktivierung und Datenpersistenz"
409
 
410
+ #: lib/admin/groups-admin-options.php:361
411
  msgid "Delete all Groups plugin data for ALL sites on network deactivation"
412
  msgstr ""
413
  "Alle Daten des Groups Plugins für ALLE Sites bei Netzwerkdeaktivierung "
492
  "Aktualisieren Sie den Beitrag."
493
 
494
  #: legacy/access/class-groups-access-meta-boxes-legacy.php:135
495
+ #: lib/access/class-groups-access-meta-boxes.php:135
496
  msgid "Example:"
497
  msgstr "Beispiel:"
498
 
499
+ #: lib/admin/class-groups-admin-users.php:269
500
  msgid "Filter"
501
  msgstr "Filtern"
502
 
540
  msgid "Group"
541
  msgstr "Gruppe"
542
 
543
+ #: lib/admin/class-groups-admin-users.php:201
544
  msgid "Group Actions"
545
  msgstr "Gruppenaktionen"
546
 
557
  msgid "Group Name : %s"
558
  msgstr "Gruppenname : %s"
559
 
560
+ #: lib/access/class-groups-access-meta-boxes.php:117
561
+ #: lib/access/class-groups-access-meta-boxes.php:120
562
+ #: lib/access/class-groups-access-meta-boxes.php:476
563
+ #: lib/admin/class-groups-admin-posts.php:214
564
  #: lib/admin/class-groups-admin-user-profile.php:72
565
  #: lib/admin/class-groups-admin-user-profile.php:135
566
  #: lib/admin/class-groups-admin-user-profile.php:159
567
+ #: lib/admin/class-groups-admin-users.php:341
568
  #: lib/admin/class-groups-admin.php:245 lib/admin/class-groups-admin.php:246
569
  #: lib/admin/class-groups-admin.php:275 lib/core/class-groups-help.php:63
570
  #: lib/core/class-groups-help.php:68 lib/core/class-groups-help.php:69
576
  msgid "Groups"
577
  msgstr "Gruppen"
578
 
579
+ #: lib/access/class-groups-access-meta-boxes.php:103
580
  msgctxt "Meta box title"
581
  msgid "Groups"
582
  msgstr "Gruppen"
600
  "Groups %s bietet ein vereinfachtes Model für Zugriffsberechtigungen, "
601
  "basierend auf Gruppen anstatt Kapazitäten aus vorigen Versionen."
602
 
603
+ #: lib/admin/class-groups-admin-posts.php:138
604
+ #: lib/admin/class-groups-admin-posts.php:139
605
  msgid "Groups &hellip;"
606
  msgstr "Gruppen &hellip;"
607
 
637
  "Hier können Sie Gruppen <strong>hinzufügen</strong>, <strong>bearbeiten</"
638
  "strong> und <strong>löschen</strong>."
639
 
640
+ #: lib/admin/class-groups-admin-notice.php:138
641
  msgid "I have already done that."
642
  msgstr "Das habe ich bereits getan."
643
 
683
  msgid "Improved User Interface"
684
  msgstr "Verbesserte Benutzeroberfläche"
685
 
686
+ #: lib/access/class-groups-access-meta-boxes.php:145
687
  msgid ""
688
  "In the same field, you can create a new group and restrict access. Group "
689
  "names are case-sensitive. In order to be able to use the new group, your "
702
  "sein. Die ausgewählten Kapazitäten stehen dann für die Beschränkung von "
703
  "Beiträgen zur Verfügung."
704
 
705
+ #: lib/admin/groups-admin-groups-edit.php:146
706
  msgid "Inherited capabilities:"
707
  msgstr "Geerbte Kapazitäten:"
708
 
709
+ #: lib/access/class-groups-post-access.php:154
710
  msgid "Invalid post ID."
711
  msgstr "Ungültige Beitrags-ID."
712
 
733
  msgstr "Legacy Einstellungen"
734
 
735
  #: legacy/access/class-groups-access-meta-boxes-legacy.php:137
736
+ #: lib/access/class-groups-access-meta-boxes.php:137
737
  msgid ""
738
  "Let's assume that you want to limit the visibility of a post to members of "
739
  "the <em>Premium</em> group."
745
  msgid "Log out"
746
  msgstr "Abmelden"
747
 
748
+ #: lib/admin/class-groups-admin-notice.php:131
749
  msgid "Many thanks for using <strong>Groups</strong>!"
750
  msgstr "Vielen Dank das Sie <strong>Groups</strong> verwenden!"
751
 
752
  #: legacy/access/class-groups-access-meta-boxes-legacy.php:503
753
+ #: lib/access/class-groups-access-meta-boxes.php:416
754
  msgid "Media"
755
  msgstr "Medien"
756
 
829
  "Beachten Sie, dass Sie Mitglied einer Gruppe die diese Kapazität hat sein "
830
  "müssen."
831
 
832
+ #: lib/access/class-groups-access-meta-boxes.php:129
833
  msgid "Note that you must be a member of a group to use it to restrict access."
834
  msgstr ""
835
  "Es ist zu beachten dass man Mitglied einer Gruppe sein muss, um diese zur "
951
  "document/groups/\">Dokumentation</a> für Details über die Umstellung und "
952
  "Benutzung der neuen Zugriffsbeschränkungen."
953
 
954
+ #: lib/access/class-groups-access-meta-boxes.php:472
955
  #, php-format
956
  msgid ""
957
  "Please use <a href=\"%s\" target=\"_blank\">Groups File Access</a> for files "
961
  "target=\"_blank\">Groups File Access</a> verwenden."
962
 
963
  #: legacy/access/class-groups-access-meta-boxes-legacy.php:189
964
+ #: lib/access/class-groups-access-meta-boxes.php:171
965
  msgid "Post"
966
  msgstr "Beitrag"
967
 
985
  msgid "Quick-create group &amp; capability"
986
  msgstr "Instant Gruppe &amp; Kapazität"
987
 
988
+ #: lib/access/class-groups-access-meta-boxes.php:208
989
+ #: lib/access/class-groups-access-meta-boxes.php:418
990
  msgid "Read"
991
  msgstr "Lesen"
992
 
1011
  msgid "Registered"
1012
  msgstr "Registriert"
1013
 
1014
+ #: lib/admin/class-groups-admin-notice.php:151
1015
+ msgid "Remind me later"
1016
+ msgstr "Vielleicht später"
1017
+
1018
  #: lib/admin/groups-admin-capabilities-remove.php:62
1019
  #: lib/admin/groups-admin-capabilities-remove.php:149
1020
  #: lib/admin/groups-admin-capabilities.php:372
1041
  msgid "Remove capability"
1042
  msgstr "Kapazität löschen"
1043
 
1044
+ #: lib/admin/class-groups-admin-users.php:203
1045
  msgid "Remove from group"
1046
  msgstr "Von der Gruppe entfernen"
1047
 
1054
  msgstr "Gruppen entfernen"
1055
 
1056
  #: legacy/admin/class-groups-admin-posts-legacy.php:186
1057
+ #: lib/admin/class-groups-admin-posts.php:219
1058
  msgid "Remove restriction"
1059
  msgstr "Beschränkung entfernen"
1060
 
1062
  msgid "Restrict Access"
1063
  msgstr "Zugang Beschränken"
1064
 
1065
+ #: lib/access/class-groups-access-meta-boxes.php:234
1066
  #, php-format
1067
  msgid "Restricts the visibility of this %s to members of the chosen groups."
1068
  msgstr ""
1069
  "Beschränkt die %s-Sichtbarkeit auf Mitglieder der ausgewählten Gruppen."
1070
 
1071
+ #: lib/access/class-groups-access-meta-boxes.php:466
1072
  msgid "Restricts the visibility of this entry to members of the chosen groups."
1073
  msgstr ""
1074
  "Beschränkt die Sichtbarkeit dieses Eintrags auf Mitglieder der ausgewählten "
1084
  msgstr "Rolle"
1085
 
1086
  #: lib/admin/groups-admin-capabilities-edit.php:77
1087
+ #: lib/admin/groups-admin-groups-edit.php:163
1088
  #: lib/admin/groups-admin-options.php:191
1089
  #: lib/admin/groups-admin-options.php:314
1090
+ #: lib/admin/groups-admin-options.php:369
1091
  msgid "Save"
1092
  msgstr "Speichern"
1093
 
1112
  msgid "Switching to Groups %s"
1113
  msgstr "Umstellen auf Groups %s"
1114
 
1115
+ #: lib/admin/class-groups-admin-posts.php:177
1116
  msgid "Terms"
1117
  msgstr "Begriffe"
1118
 
1162
  msgid "The <em>%s</em> capability has been updated."
1163
  msgstr "Die Kapazität <em>%s</em> wurde aktualisiert."
1164
 
1165
+ #: lib/admin/groups-admin-groups-edit.php:209
1166
  #, php-format
1167
  msgid ""
1168
  "The <em>%s</em> group already exists and cannot be used to name this one."
1190
  msgid "The <em>Capability</em> must not be empty."
1191
  msgstr "Die <em>Kapazität</em> darf nicht leer sein."
1192
 
1193
+ #: lib/admin/groups-admin-groups-edit.php:201
1194
  msgid "The <em>Name</em> must not be empty."
1195
  msgstr "Der <em>Name</em> darf nicht leer sein."
1196
 
1197
+ #: lib/access/class-groups-access-meta-boxes.php:470
1198
  msgid ""
1199
  "The attachment page is restricted to authorized users, but due to technical "
1200
  "limitations, the file can still be accessed directly via its URL."
1285
  "Dies bedeutet dass vorige Zugangsbeschränkungen die auf Kapazitäten basieren "
1286
  "immer noch die Einträge schützen."
1287
 
1288
+ #: lib/access/class-groups-post-access.php:636
1289
  msgid ""
1290
  "This method is deprecated. You should use Groups_Post_Access_Legacy::"
1291
  "get_read_post_capabilities() to retrieve the capabilities instead."
1354
  "Verwenden Sie das Kästchen <em>Zugangsbeschränkungen</em> um die "
1355
  "Sichtbarkeit von Beiträgen, Seiten und anderen Beitragstypen einzuschränken."
1356
 
1357
+ #: lib/access/class-groups-access-meta-boxes.php:123
1358
  msgid ""
1359
  "Use the <em>Groups</em> box to limit the visibility of posts, pages and "
1360
  "other post types."
1432
  "groups/\">Dokumentation</a> anzusehen um mehr darüber zu erfahren wie man es "
1433
  "verwendet."
1434
 
1435
+ #: lib/admin/class-groups-admin-notice.php:145
1436
  msgid "Yes, here we go!"
1437
  msgstr "Ja, auf geht’s!"
1438
 
1457
  "Das System läuft mit Legacy Zugriffsbeschränkungen basierend auf Kapazitäten "
1458
  "aktiviert."
1459
 
1460
+ #: lib/admin/class-groups-admin-notice.php:157
1461
  #, php-format
1462
  msgid ""
1463
  "You can also follow <a href=\"%s\">@itthinx</a> on Twitter or visit <a href="
1489
  "aktiviert. Um die Kapazität verwenden zu können, wird ihr Benutzerkonto der "
1490
  "Gruppe hinzugefügt."
1491
 
1492
+ #: lib/access/class-groups-access-meta-boxes.php:201
1493
+ #: lib/access/class-groups-access-meta-boxes.php:451
1494
  msgid "You can create a new group by indicating the group's name."
1495
  msgstr ""
1496
  "Eine neue Gruppe kann erstellt werden indem man den Namen der Gruppe eingibt."
1497
 
1498
+ #: lib/access/class-groups-access-meta-boxes.php:195
1499
  #, php-format
1500
  msgid ""
1501
  "You can restrict the visibility of this %1$s to group members. Choose one or "
1506
  "oder mehrere Gruppen auswählen die diese/n/s %2$s lesen dürfen. Werden keine "
1507
  "Gruppen ausgewählt dann ist diese/r/s %3$s für alle sichtbar."
1508
 
1509
+ #: lib/access/class-groups-access-meta-boxes.php:450
1510
  msgid ""
1511
  "You can restrict the visibility to group members. Choose one or more groups "
1512
  "to restrict access. If no groups are chosen, this entry is visible to anyone."
1523
  "Sie können eine oder mehrere Kapazitäten auswählen die zur "
1524
  "Zugriffsbeschränkung aktiviert sind."
1525
 
1526
+ #: lib/access/class-groups-access-meta-boxes.php:126
1527
  msgid "You can select one or more groups to restrict access to its members."
1528
  msgstr ""
1529
  "Es kann eine oder mehrere Gruppen ausgewählt werden um den Zugriff auf ihre "
1530
  "Mitglieder einzuschränken."
1531
 
1532
  #: legacy/access/class-groups-access-meta-boxes-legacy.php:290
1533
+ #: lib/access/class-groups-access-meta-boxes.php:241
1534
  msgid "You cannot set any access restrictions."
1535
  msgstr "Sie können keine Zugriffsbeschränkungen setzen."
1536
 
1552
  "Sie müssen in einer Gruppe sein die zumindest eine Kapazität hat die zur "
1553
  "Zugriffsbeschränkung aktiviert ist."
1554
 
1555
+ #: lib/access/class-groups-access-meta-boxes.php:247
1556
  msgid "You need to have permission to set access restrictions."
1557
  msgstr ""
1558
  "Man benötigt die entsprechenden Rechte um Zugriffsbeschränkungen setzen zu "
1559
  "können."
1560
 
1561
+ #: lib/access/class-groups-post-access.php:511
1562
  msgid ""
1563
  "You should use Groups_Post_Access_Legacy::create() to pass a capability "
1564
  "restriction instead."
languages/groups-es_ES.mo CHANGED
Binary file
languages/groups-es_ES.po CHANGED
@@ -4,8 +4,8 @@ msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Groups\n"
6
  "Report-Msgid-Bugs-To: \n"
7
- "POT-Creation-Date: 2017-05-13 17:17+0200\n"
8
- "PO-Revision-Date: 2017-05-13 17:20+0200\n"
9
  "Last-Translator: Karim\n"
10
  "Language-Team: itthinx.com\n"
11
  "Language: es_ES\n"
@@ -14,7 +14,7 @@ msgstr ""
14
  "Content-Transfer-Encoding: 8bit\n"
15
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
17
- "X-Generator: Poedit 2.0.1\n"
18
 
19
  #: lib/core/class-groups-pagination.php:140
20
  #, php-format
@@ -23,16 +23,23 @@ msgid "%1$s of %2$s"
23
  msgstr "%1$s de %2$s"
24
 
25
  #: legacy/admin/class-groups-admin-posts-legacy.php:184
26
- #: lib/admin/class-groups-admin-posts.php:207
27
  msgid "&mdash; No Change &mdash;"
28
  msgstr "&mdash; Sin cambios &mdash;"
29
 
 
 
 
 
 
 
 
 
30
  #: legacy/admin/class-groups-admin-posts-legacy.php:136
31
- #: lib/admin/class-groups-admin-posts.php:148
32
  msgid "(only unrestricted)"
33
  msgstr "(sin restricción)"
34
 
35
- #: lib/admin/class-groups-admin-users.php:374
36
  msgid "--"
37
  msgstr "--"
38
 
@@ -100,8 +107,8 @@ msgstr "Restricción de Acceso"
100
  #: lib/admin/groups-admin-groups-add.php:139
101
  #: lib/admin/groups-admin-groups-add.php:143
102
  #: lib/admin/groups-admin-groups-edit.php:37
103
- #: lib/admin/groups-admin-groups-edit.php:176
104
- #: lib/admin/groups-admin-groups-edit.php:180
105
  #: lib/admin/groups-admin-groups-remove.php:35
106
  #: lib/admin/groups-admin-groups-remove.php:83
107
  #: lib/admin/groups-admin-groups-remove.php:87
@@ -153,11 +160,11 @@ msgid "Add capability"
153
  msgstr "Añadir capacidad"
154
 
155
  #: legacy/admin/class-groups-admin-posts-legacy.php:185
156
- #: lib/admin/class-groups-admin-posts.php:208
157
  msgid "Add restriction"
158
  msgstr "Añadir restricción"
159
 
160
- #: lib/admin/class-groups-admin-users.php:212
161
  msgid "Add to group"
162
  msgstr "Añadir a grupo"
163
 
@@ -194,7 +201,7 @@ msgstr ""
194
  "Los administradores heredan todos los permisos de acceso derivados de las "
195
  "capacidades de Grupos."
196
 
197
- #: lib/admin/class-groups-admin-posts.php:165
198
  msgid "Also look for groups related to terms"
199
  msgstr "Mirar también en grupos relacionados con términos"
200
 
@@ -214,14 +221,14 @@ msgstr ""
214
  "Otra mejora se centra en el filtrado por grupos y un impacto reducido sobre "
215
  "la pantalla de administración de Usuarios."
216
 
217
- #: lib/access/class-groups-access-meta-boxes.php:209
218
- #: lib/access/class-groups-access-meta-boxes.php:210
219
- #: lib/access/class-groups-access-meta-boxes.php:443
220
- #: lib/access/class-groups-access-meta-boxes.php:444
221
  msgid "Anyone &hellip;"
222
  msgstr "Todos &hellip;"
223
 
224
- #: lib/admin/class-groups-admin-users.php:215
225
  #: lib/admin/groups-admin-capabilities.php:334
226
  #: lib/admin/groups-admin-capabilities.php:360
227
  #: lib/admin/groups-admin-capabilities.php:374
@@ -243,7 +250,7 @@ msgstr ""
243
  msgid "Bulk Actions"
244
  msgstr "Acciones en Lote"
245
 
246
- #: lib/admin/groups-admin-options.php:362
247
  msgid ""
248
  "CAUTION: If this option is active while the plugin is deactivated, ALL "
249
  "plugin settings and data will be DELETED for <strong>all sites</strong>. If "
@@ -278,7 +285,7 @@ msgstr ""
278
  #: lib/admin/groups-admin-capabilities-remove.php:64
279
  #: lib/admin/groups-admin-capabilities-remove.php:150
280
  #: lib/admin/groups-admin-groups-add.php:121
281
- #: lib/admin/groups-admin-groups-edit.php:160
282
  #: lib/admin/groups-admin-groups-remove.php:64
283
  #: lib/admin/groups-admin-groups-remove.php:154
284
  msgid "Cancel"
@@ -313,8 +320,8 @@ msgstr "Capacidad : %s"
313
  msgid "Capability ID"
314
  msgstr "ID Capacidad"
315
 
316
- #: lib/admin/class-groups-admin-posts.php:221
317
- #: lib/admin/class-groups-admin-posts.php:222
318
  msgid "Choose access restriction groups &hellip;"
319
  msgstr "Seleccionar grupos para restringir el acceso &hellip;"
320
 
@@ -332,10 +339,10 @@ msgstr "Elegir capacidades &hellip;"
332
  #: lib/admin/class-groups-admin-user-profile.php:81
333
  #: lib/admin/class-groups-admin-user-profile.php:169
334
  #: lib/admin/class-groups-admin-user-profile.php:170
335
- #: lib/admin/class-groups-admin-users.php:190
336
- #: lib/admin/class-groups-admin-users.php:191
337
- #: lib/admin/class-groups-admin-users.php:251
338
- #: lib/admin/class-groups-admin-users.php:252
339
  msgid "Choose groups &hellip;"
340
  msgstr "Elegir grupos &hellip;"
341
 
@@ -352,7 +359,7 @@ msgstr ""
352
  "hubiese capacidades disponibles, puedes usar la caja de creación instantánea "
353
  "para crear un grupo y una capacidad sobre la marcha."
354
 
355
- #: lib/access/class-groups-access-meta-boxes.php:136
356
  msgid ""
357
  "Choose or enter <em>Premium</em> in the <em>Read</em> field located in the "
358
  "<em>Groups</em> box and save or update the post (or hit Enter)."
@@ -383,11 +390,16 @@ msgid "Click to toggle the display of groups that grant the capabilities."
383
  msgstr ""
384
  "Haz click para cambiar el despliegue de grupos que otorga las capacidades."
385
 
 
 
 
 
 
386
  #: lib/admin/groups-admin-options.php:286
387
  msgid "Deactivation and data persistence"
388
  msgstr "Desactivación y persistencia de los datos"
389
 
390
- #: lib/admin/groups-admin-options.php:359
391
  msgid "Delete all Groups plugin data for ALL sites on network deactivation"
392
  msgstr "Borrar todos los datos de los plugins al desactivar"
393
 
@@ -445,6 +457,7 @@ msgstr "Habilitar el control de acceso legado basado en capacidades."
445
  #: lib/admin/groups-admin-options.php:207
446
  msgid "Enabling this on production sites is <strong>not</strong> recommended."
447
  msgstr ""
 
448
 
449
  #: legacy/access/class-groups-access-meta-boxes-legacy.php:204
450
  #: legacy/access/class-groups-access-meta-boxes-legacy.php:505
@@ -469,11 +482,11 @@ msgstr ""
469
  "pulsa Entrar)."
470
 
471
  #: legacy/access/class-groups-access-meta-boxes-legacy.php:135
472
- #: lib/access/class-groups-access-meta-boxes.php:130
473
  msgid "Example:"
474
  msgstr "Ejemplo:"
475
 
476
- #: lib/admin/class-groups-admin-users.php:275
477
  msgid "Filter"
478
  msgstr "Filtrar"
479
 
@@ -517,7 +530,7 @@ msgstr ""
517
  msgid "Group"
518
  msgstr "Grupo"
519
 
520
- #: lib/admin/class-groups-admin-users.php:211
521
  msgid "Group Actions"
522
  msgstr "Acciones de Grupo"
523
 
@@ -534,26 +547,26 @@ msgstr "Nombre del Grupo"
534
  msgid "Group Name : %s"
535
  msgstr "Nombre del Grupo : %s"
536
 
537
- #: lib/access/class-groups-access-meta-boxes.php:112
538
- #: lib/access/class-groups-access-meta-boxes.php:115
539
- #: lib/access/class-groups-access-meta-boxes.php:471
540
- #: lib/admin/class-groups-admin-posts.php:204
541
  #: lib/admin/class-groups-admin-user-profile.php:72
542
  #: lib/admin/class-groups-admin-user-profile.php:135
543
  #: lib/admin/class-groups-admin-user-profile.php:159
544
- #: lib/admin/class-groups-admin-users.php:347
545
  #: lib/admin/class-groups-admin.php:245 lib/admin/class-groups-admin.php:246
546
  #: lib/admin/class-groups-admin.php:275 lib/core/class-groups-help.php:63
547
  #: lib/core/class-groups-help.php:68 lib/core/class-groups-help.php:69
548
  msgid "Groups"
549
  msgstr "Groups"
550
 
551
- #: lib/admin/class-groups-admin-post-columns.php:93
552
  msgctxt "Column header"
553
  msgid "Groups"
554
  msgstr "Grupos"
555
 
556
- #: lib/access/class-groups-access-meta-boxes.php:98
557
  msgctxt "Meta box title"
558
  msgid "Groups"
559
  msgstr "Grupos"
@@ -577,8 +590,8 @@ msgstr ""
577
  "Groups %s proporciona un modelo más simple para las restricciones de acceso, "
578
  "basado en grupos en vez de capacidades usadas en versiones anteriores."
579
 
580
- #: lib/admin/class-groups-admin-posts.php:136
581
- #: lib/admin/class-groups-admin-posts.php:137
582
  msgid "Groups &hellip;"
583
  msgstr "Grupos &hellip;"
584
 
@@ -615,6 +628,10 @@ msgstr ""
615
  "Aquí puedes <STRONG>añadir</STRONG>, <STRONG>editar</STRONG> y "
616
  "<STRONG>eliminar</STRONG> grupos."
617
 
 
 
 
 
618
  #: lib/admin/groups-admin-capabilities.php:313
619
  #: lib/admin/groups-admin-groups.php:303
620
  msgid "ID"
@@ -655,7 +672,7 @@ msgstr "Importante"
655
  msgid "Improved User Interface"
656
  msgstr "Interfaz de Usuario Mejorada"
657
 
658
- #: lib/access/class-groups-access-meta-boxes.php:140
659
  msgid ""
660
  "In the same field, you can create a new group and restrict access. Group "
661
  "names are case-sensitive. In order to be able to use the new group, your "
@@ -673,10 +690,14 @@ msgstr ""
673
  "Incluir estas capacidades para controlar el acceso a las entradas. Las "
674
  "capacidades seleccionadas se ofrecerán para restringir el acceso a entradas."
675
 
676
- #: lib/admin/groups-admin-groups-edit.php:141
677
  msgid "Inherited capabilities:"
678
  msgstr "Capacidades heredadas:"
679
 
 
 
 
 
680
  #: lib/admin/class-groups-admin-welcome.php:158
681
  msgid ""
682
  "It seems that you have updated from Groups 1.x where access restrictions "
@@ -700,7 +721,7 @@ msgid "Legacy Settings"
700
  msgstr "Ajustes de Legado"
701
 
702
  #: legacy/access/class-groups-access-meta-boxes-legacy.php:137
703
- #: lib/access/class-groups-access-meta-boxes.php:132
704
  msgid ""
705
  "Let's assume that you want to limit the visibility of a post to members of "
706
  "the <em>Premium</em> group."
@@ -712,8 +733,12 @@ msgstr ""
712
  msgid "Log out"
713
  msgstr "Desconectar"
714
 
 
 
 
 
715
  #: legacy/access/class-groups-access-meta-boxes-legacy.php:503
716
- #: lib/access/class-groups-access-meta-boxes.php:411
717
  msgid "Media"
718
  msgstr "Multimedia"
719
 
@@ -789,7 +814,7 @@ msgid ""
789
  "assigned."
790
  msgstr "Debes ser miembro de un grupo que tenga dicha capacidad asignada."
791
 
792
- #: lib/access/class-groups-access-meta-boxes.php:124
793
  msgid "Note that you must be a member of a group to use it to restrict access."
794
  msgstr ""
795
  "Hay que ser miembro de un grupo para poder restringir el acceso con él."
@@ -829,7 +854,7 @@ msgstr[1] "Se han asignado %d capacidades."
829
  msgid "One or more capabilities required to read the entry."
830
  msgstr "Se necesitan una o más capacidades para leer la entrada."
831
 
832
- #: lib/admin/class-groups-admin-post-columns.php:92
833
  msgid "One or more groups granting access to entries."
834
  msgstr "Uno o más grupos que conceden el acceso a entradas."
835
 
@@ -909,7 +934,7 @@ msgstr ""
909
  "\">Documentación</a> para más información sobre cómo cambiar a y usar las "
910
  "nuevas restricciones de acceso."
911
 
912
- #: lib/access/class-groups-access-meta-boxes.php:467
913
  #, php-format
914
  msgid ""
915
  "Please use <a href=\"%s\" target=\"_blank\">Groups File Access</a> for files "
@@ -919,7 +944,7 @@ msgstr ""
919
  "para ficheros que requieren una protección completa."
920
 
921
  #: legacy/access/class-groups-access-meta-boxes-legacy.php:189
922
- #: lib/access/class-groups-access-meta-boxes.php:166
923
  msgid "Post"
924
  msgstr "Entrada"
925
 
@@ -943,8 +968,8 @@ msgstr "Proteger Contenido Fácilmente"
943
  msgid "Quick-create group &amp; capability"
944
  msgstr "Crear al instante grupo y capacidad"
945
 
946
- #: lib/access/class-groups-access-meta-boxes.php:203
947
- #: lib/access/class-groups-access-meta-boxes.php:413
948
  msgid "Read"
949
  msgstr "Leer"
950
 
@@ -969,6 +994,10 @@ msgstr "Actualizar"
969
  msgid "Registered"
970
  msgstr "Registrado"
971
 
 
 
 
 
972
  #: lib/admin/groups-admin-capabilities-remove.php:62
973
  #: lib/admin/groups-admin-capabilities-remove.php:149
974
  #: lib/admin/groups-admin-capabilities.php:372
@@ -995,7 +1024,7 @@ msgstr "Eliminar capacidades"
995
  msgid "Remove capability"
996
  msgstr "Eliminar capacidad"
997
 
998
- #: lib/admin/class-groups-admin-users.php:213
999
  msgid "Remove from group"
1000
  msgstr "Eliminar de un grupo"
1001
 
@@ -1008,7 +1037,7 @@ msgid "Remove groups"
1008
  msgstr "Eliminar grupos"
1009
 
1010
  #: legacy/admin/class-groups-admin-posts-legacy.php:186
1011
- #: lib/admin/class-groups-admin-posts.php:209
1012
  msgid "Remove restriction"
1013
  msgstr "Eliminar restricción"
1014
 
@@ -1016,13 +1045,13 @@ msgstr "Eliminar restricción"
1016
  msgid "Restrict Access"
1017
  msgstr "Restringir Acceso"
1018
 
1019
- #: lib/access/class-groups-access-meta-boxes.php:229
1020
  #, php-format
1021
  msgid "Restricts the visibility of this %s to members of the chosen groups."
1022
  msgstr ""
1023
  "Restringe la visibilidad de esta/e %s a miembros de los grupos seleccionados."
1024
 
1025
- #: lib/access/class-groups-access-meta-boxes.php:461
1026
  msgid "Restricts the visibility of this entry to members of the chosen groups."
1027
  msgstr ""
1028
  "Restringe la visibilidad de esta entrada a miembros de los grupos "
@@ -1038,10 +1067,10 @@ msgid "Role"
1038
  msgstr "Rol"
1039
 
1040
  #: lib/admin/groups-admin-capabilities-edit.php:77
1041
- #: lib/admin/groups-admin-groups-edit.php:158
1042
  #: lib/admin/groups-admin-options.php:191
1043
  #: lib/admin/groups-admin-options.php:314
1044
- #: lib/admin/groups-admin-options.php:366
1045
  msgid "Save"
1046
  msgstr "Guardar"
1047
 
@@ -1066,7 +1095,7 @@ msgstr "Mostrar la vista en árbol de los Grupos."
1066
  msgid "Switching to Groups %s"
1067
  msgstr "Cambiar a Groups %s"
1068
 
1069
- #: lib/admin/class-groups-admin-posts.php:167
1070
  msgid "Terms"
1071
  msgstr "Términos"
1072
 
@@ -1114,7 +1143,7 @@ msgstr "Se ha creado la capacidad <em>%s</em>."
1114
  msgid "The <em>%s</em> capability has been updated."
1115
  msgstr "Se ha actualizado la capacidad <em>%s</em>."
1116
 
1117
- #: lib/admin/groups-admin-groups-edit.php:204
1118
  #, php-format
1119
  msgid ""
1120
  "The <em>%s</em> group already exists and cannot be used to name this one."
@@ -1140,11 +1169,11 @@ msgstr "Se ha actualizado el grupo <em>%s</em> ."
1140
  msgid "The <em>Capability</em> must not be empty."
1141
  msgstr "La <em>Capacidad</em> no puede estar vacía."
1142
 
1143
- #: lib/admin/groups-admin-groups-edit.php:196
1144
  msgid "The <em>Name</em> must not be empty."
1145
  msgstr "El <em>Nombre</em> no puede estar vacío."
1146
 
1147
- #: lib/access/class-groups-access-meta-boxes.php:465
1148
  msgid ""
1149
  "The attachment page is restricted to authorized users, but due to technical "
1150
  "limitations, the file can still be accessed directly via its URL."
@@ -1234,7 +1263,7 @@ msgstr ""
1234
  "Esto significa que si había restricciones de acceso basadas en capacidades, "
1235
  "las entradas están aún protegidas."
1236
 
1237
- #: lib/access/class-groups-post-access.php:508
1238
  msgid ""
1239
  "This method is deprecated. You should use Groups_Post_Access_Legacy::"
1240
  "get_read_post_capabilities() to retrieve the capabilities instead."
@@ -1248,6 +1277,8 @@ msgid ""
1248
  "To disable, do not define the constant <code>GROUPS_ADMINISTRATOR_OVERRIDE</"
1249
  "code> or set it to <code>false</code>."
1250
  msgstr ""
 
 
1251
 
1252
  #: lib/admin/class-groups-admin-welcome.php:206
1253
  msgid ""
@@ -1301,7 +1332,7 @@ msgstr ""
1301
  "Usa la caja de <em>Restricciones de acceso</em> para limitar la visibilidad "
1302
  "a entradas, páginas y otros tipos de entrada."
1303
 
1304
- #: lib/access/class-groups-access-meta-boxes.php:118
1305
  msgid ""
1306
  "Use the <em>Groups</em> box to limit the visibility of posts, pages and "
1307
  "other post types."
@@ -1344,7 +1375,7 @@ msgstr "Ver la pantalla de bienvenida para esta versión de Groups"
1344
 
1345
  #: lib/admin/class-groups-admin.php:302
1346
  msgid "Warning!"
1347
- msgstr ""
1348
 
1349
  #: lib/admin/class-groups-admin-welcome.php:172
1350
  msgid "We have made it even easier to protect your content!"
@@ -1378,6 +1409,10 @@ msgstr ""
1378
  "<a target=\"_blank\" href=\"http://docs.itthinx.com/document/groups/"
1379
  "\">Documentación</a> para saber más sobre su uso."
1380
 
 
 
 
 
1381
  #: lib/views/class-groups-shortcodes.php:527
1382
  #, php-format
1383
  msgid "You are a member of the %s group."
@@ -1399,6 +1434,16 @@ msgstr ""
1399
  "El sistema está funcionando con el control de acceso legado basado en "
1400
  "capacidades activado."
1401
 
 
 
 
 
 
 
 
 
 
 
1402
  #: legacy/access/class-groups-access-meta-boxes-legacy.php:312
1403
  msgid ""
1404
  "You can create a new group and capability here. The capability will be "
@@ -1419,12 +1464,12 @@ msgstr ""
1419
  "para forzar el permiso de lectura. Para poder usar la capacidad, tu cuenta "
1420
  "de usuario se asignará al grupo."
1421
 
1422
- #: lib/access/class-groups-access-meta-boxes.php:196
1423
- #: lib/access/class-groups-access-meta-boxes.php:446
1424
  msgid "You can create a new group by indicating the group's name."
1425
  msgstr "Se puede crear un nuevo grupo indicando el nombre del grupo."
1426
 
1427
- #: lib/access/class-groups-access-meta-boxes.php:190
1428
  #, php-format
1429
  msgid ""
1430
  "You can restrict the visibility of this %1$s to group members. Choose one or "
@@ -1435,7 +1480,7 @@ msgstr ""
1435
  "Seleccionar uno o más grupos que tienen permiso de leer esta/e %2$s. Si no "
1436
  "se selecciona ningún grupo, el/la %3$s es visible para todo el mundo."
1437
 
1438
- #: lib/access/class-groups-access-meta-boxes.php:445
1439
  msgid ""
1440
  "You can restrict the visibility to group members. Choose one or more groups "
1441
  "to restrict access. If no groups are chosen, this entry is visible to anyone."
@@ -1452,14 +1497,14 @@ msgstr ""
1452
  "Puedes seleccionar una o más capacidades que están activadas para la "
1453
  "restricción de acceso."
1454
 
1455
- #: lib/access/class-groups-access-meta-boxes.php:121
1456
  msgid "You can select one or more groups to restrict access to its members."
1457
  msgstr ""
1458
  "Se pueden seleccionar uno o más grupos para restringir el acceso a sus "
1459
  "miembros."
1460
 
1461
  #: legacy/access/class-groups-access-meta-boxes-legacy.php:290
1462
- #: lib/access/class-groups-access-meta-boxes.php:236
1463
  msgid "You cannot set any access restrictions."
1464
  msgstr "No puedes establecer ninguna restricción de acceso."
1465
 
@@ -1481,11 +1526,11 @@ msgstr ""
1481
  "Debes pertenecer a un grupo que tenga al menos una capacidad activada para "
1482
  "forzar el permiso de lectura."
1483
 
1484
- #: lib/access/class-groups-access-meta-boxes.php:242
1485
  msgid "You need to have permission to set access restrictions."
1486
  msgstr "Se debe disponer de permisos para poner restricciones de acceso."
1487
 
1488
- #: lib/access/class-groups-post-access.php:383
1489
  msgid ""
1490
  "You should use Groups_Post_Access_Legacy::create() to pass a capability "
1491
  "restriction instead."
4
  msgstr ""
5
  "Project-Id-Version: Groups\n"
6
  "Report-Msgid-Bugs-To: \n"
7
+ "POT-Creation-Date: 2019-03-08 23:32+0100\n"
8
+ "PO-Revision-Date: 2019-03-08 23:56+0100\n"
9
  "Last-Translator: Karim\n"
10
  "Language-Team: itthinx.com\n"
11
  "Language: es_ES\n"
14
  "Content-Transfer-Encoding: 8bit\n"
15
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
17
+ "X-Generator: Poedit 2.2.1\n"
18
 
19
  #: lib/core/class-groups-pagination.php:140
20
  #, php-format
23
  msgstr "%1$s de %2$s"
24
 
25
  #: legacy/admin/class-groups-admin-posts-legacy.php:184
26
+ #: lib/admin/class-groups-admin-posts.php:217
27
  msgid "&mdash; No Change &mdash;"
28
  msgstr "&mdash; Sin cambios &mdash;"
29
 
30
+ #: lib/admin/class-groups-admin-posts.php:157
31
+ msgid "(any)"
32
+ msgstr "(cualquier)"
33
+
34
+ #: lib/admin/class-groups-admin-posts.php:152
35
+ msgid "(none)"
36
+ msgstr "(ninguno)"
37
+
38
  #: legacy/admin/class-groups-admin-posts-legacy.php:136
 
39
  msgid "(only unrestricted)"
40
  msgstr "(sin restricción)"
41
 
42
+ #: lib/admin/class-groups-admin-users.php:368
43
  msgid "--"
44
  msgstr "--"
45
 
107
  #: lib/admin/groups-admin-groups-add.php:139
108
  #: lib/admin/groups-admin-groups-add.php:143
109
  #: lib/admin/groups-admin-groups-edit.php:37
110
+ #: lib/admin/groups-admin-groups-edit.php:181
111
+ #: lib/admin/groups-admin-groups-edit.php:185
112
  #: lib/admin/groups-admin-groups-remove.php:35
113
  #: lib/admin/groups-admin-groups-remove.php:83
114
  #: lib/admin/groups-admin-groups-remove.php:87
160
  msgstr "Añadir capacidad"
161
 
162
  #: legacy/admin/class-groups-admin-posts-legacy.php:185
163
+ #: lib/admin/class-groups-admin-posts.php:218
164
  msgid "Add restriction"
165
  msgstr "Añadir restricción"
166
 
167
+ #: lib/admin/class-groups-admin-users.php:202
168
  msgid "Add to group"
169
  msgstr "Añadir a grupo"
170
 
201
  "Los administradores heredan todos los permisos de acceso derivados de las "
202
  "capacidades de Grupos."
203
 
204
+ #: lib/admin/class-groups-admin-posts.php:175
205
  msgid "Also look for groups related to terms"
206
  msgstr "Mirar también en grupos relacionados con términos"
207
 
221
  "Otra mejora se centra en el filtrado por grupos y un impacto reducido sobre "
222
  "la pantalla de administración de Usuarios."
223
 
224
+ #: lib/access/class-groups-access-meta-boxes.php:214
225
+ #: lib/access/class-groups-access-meta-boxes.php:215
226
+ #: lib/access/class-groups-access-meta-boxes.php:448
227
+ #: lib/access/class-groups-access-meta-boxes.php:449
228
  msgid "Anyone &hellip;"
229
  msgstr "Todos &hellip;"
230
 
231
+ #: lib/admin/class-groups-admin-users.php:205
232
  #: lib/admin/groups-admin-capabilities.php:334
233
  #: lib/admin/groups-admin-capabilities.php:360
234
  #: lib/admin/groups-admin-capabilities.php:374
250
  msgid "Bulk Actions"
251
  msgstr "Acciones en Lote"
252
 
253
+ #: lib/admin/groups-admin-options.php:365
254
  msgid ""
255
  "CAUTION: If this option is active while the plugin is deactivated, ALL "
256
  "plugin settings and data will be DELETED for <strong>all sites</strong>. If "
285
  #: lib/admin/groups-admin-capabilities-remove.php:64
286
  #: lib/admin/groups-admin-capabilities-remove.php:150
287
  #: lib/admin/groups-admin-groups-add.php:121
288
+ #: lib/admin/groups-admin-groups-edit.php:165
289
  #: lib/admin/groups-admin-groups-remove.php:64
290
  #: lib/admin/groups-admin-groups-remove.php:154
291
  msgid "Cancel"
320
  msgid "Capability ID"
321
  msgstr "ID Capacidad"
322
 
323
+ #: lib/admin/class-groups-admin-posts.php:231
324
+ #: lib/admin/class-groups-admin-posts.php:232
325
  msgid "Choose access restriction groups &hellip;"
326
  msgstr "Seleccionar grupos para restringir el acceso &hellip;"
327
 
339
  #: lib/admin/class-groups-admin-user-profile.php:81
340
  #: lib/admin/class-groups-admin-user-profile.php:169
341
  #: lib/admin/class-groups-admin-user-profile.php:170
342
+ #: lib/admin/class-groups-admin-users.php:180
343
+ #: lib/admin/class-groups-admin-users.php:181
344
+ #: lib/admin/class-groups-admin-users.php:241
345
+ #: lib/admin/class-groups-admin-users.php:242
346
  msgid "Choose groups &hellip;"
347
  msgstr "Elegir grupos &hellip;"
348
 
359
  "hubiese capacidades disponibles, puedes usar la caja de creación instantánea "
360
  "para crear un grupo y una capacidad sobre la marcha."
361
 
362
+ #: lib/access/class-groups-access-meta-boxes.php:141
363
  msgid ""
364
  "Choose or enter <em>Premium</em> in the <em>Read</em> field located in the "
365
  "<em>Groups</em> box and save or update the post (or hit Enter)."
390
  msgstr ""
391
  "Haz click para cambiar el despliegue de grupos que otorga las capacidades."
392
 
393
+ #: lib/admin/class-groups-admin-notice.php:133
394
+ msgid ""
395
+ "Could you please spare a minute and give it a review over at WordPress.org?"
396
+ msgstr "¿Puede dejar una reseña en WordPress.org?"
397
+
398
  #: lib/admin/groups-admin-options.php:286
399
  msgid "Deactivation and data persistence"
400
  msgstr "Desactivación y persistencia de los datos"
401
 
402
+ #: lib/admin/groups-admin-options.php:361
403
  msgid "Delete all Groups plugin data for ALL sites on network deactivation"
404
  msgstr "Borrar todos los datos de los plugins al desactivar"
405
 
457
  #: lib/admin/groups-admin-options.php:207
458
  msgid "Enabling this on production sites is <strong>not</strong> recommended."
459
  msgstr ""
460
+ "Habilitar esto en sitios de producción <strong>no</strong> se recomienda."
461
 
462
  #: legacy/access/class-groups-access-meta-boxes-legacy.php:204
463
  #: legacy/access/class-groups-access-meta-boxes-legacy.php:505
482
  "pulsa Entrar)."
483
 
484
  #: legacy/access/class-groups-access-meta-boxes-legacy.php:135
485
+ #: lib/access/class-groups-access-meta-boxes.php:135
486
  msgid "Example:"
487
  msgstr "Ejemplo:"
488
 
489
+ #: lib/admin/class-groups-admin-users.php:269
490
  msgid "Filter"
491
  msgstr "Filtrar"
492
 
530
  msgid "Group"
531
  msgstr "Grupo"
532
 
533
+ #: lib/admin/class-groups-admin-users.php:201
534
  msgid "Group Actions"
535
  msgstr "Acciones de Grupo"
536
 
547
  msgid "Group Name : %s"
548
  msgstr "Nombre del Grupo : %s"
549
 
550
+ #: lib/access/class-groups-access-meta-boxes.php:117
551
+ #: lib/access/class-groups-access-meta-boxes.php:120
552
+ #: lib/access/class-groups-access-meta-boxes.php:476
553
+ #: lib/admin/class-groups-admin-posts.php:214
554
  #: lib/admin/class-groups-admin-user-profile.php:72
555
  #: lib/admin/class-groups-admin-user-profile.php:135
556
  #: lib/admin/class-groups-admin-user-profile.php:159
557
+ #: lib/admin/class-groups-admin-users.php:341
558
  #: lib/admin/class-groups-admin.php:245 lib/admin/class-groups-admin.php:246
559
  #: lib/admin/class-groups-admin.php:275 lib/core/class-groups-help.php:63
560
  #: lib/core/class-groups-help.php:68 lib/core/class-groups-help.php:69
561
  msgid "Groups"
562
  msgstr "Groups"
563
 
564
+ #: lib/admin/class-groups-admin-post-columns.php:96
565
  msgctxt "Column header"
566
  msgid "Groups"
567
  msgstr "Grupos"
568
 
569
+ #: lib/access/class-groups-access-meta-boxes.php:103
570
  msgctxt "Meta box title"
571
  msgid "Groups"
572
  msgstr "Grupos"
590
  "Groups %s proporciona un modelo más simple para las restricciones de acceso, "
591
  "basado en grupos en vez de capacidades usadas en versiones anteriores."
592
 
593
+ #: lib/admin/class-groups-admin-posts.php:138
594
+ #: lib/admin/class-groups-admin-posts.php:139
595
  msgid "Groups &hellip;"
596
  msgstr "Grupos &hellip;"
597
 
628
  "Aquí puedes <STRONG>añadir</STRONG>, <STRONG>editar</STRONG> y "
629
  "<STRONG>eliminar</STRONG> grupos."
630
 
631
+ #: lib/admin/class-groups-admin-notice.php:138
632
+ msgid "I have already done that."
633
+ msgstr "Ya lo he hecho."
634
+
635
  #: lib/admin/groups-admin-capabilities.php:313
636
  #: lib/admin/groups-admin-groups.php:303
637
  msgid "ID"
672
  msgid "Improved User Interface"
673
  msgstr "Interfaz de Usuario Mejorada"
674
 
675
+ #: lib/access/class-groups-access-meta-boxes.php:145
676
  msgid ""
677
  "In the same field, you can create a new group and restrict access. Group "
678
  "names are case-sensitive. In order to be able to use the new group, your "
690
  "Incluir estas capacidades para controlar el acceso a las entradas. Las "
691
  "capacidades seleccionadas se ofrecerán para restringir el acceso a entradas."
692
 
693
+ #: lib/admin/groups-admin-groups-edit.php:146
694
  msgid "Inherited capabilities:"
695
  msgstr "Capacidades heredadas:"
696
 
697
+ #: lib/access/class-groups-post-access.php:154
698
+ msgid "Invalid post ID."
699
+ msgstr "ID de post no válido."
700
+
701
  #: lib/admin/class-groups-admin-welcome.php:158
702
  msgid ""
703
  "It seems that you have updated from Groups 1.x where access restrictions "
721
  msgstr "Ajustes de Legado"
722
 
723
  #: legacy/access/class-groups-access-meta-boxes-legacy.php:137
724
+ #: lib/access/class-groups-access-meta-boxes.php:137
725
  msgid ""
726
  "Let's assume that you want to limit the visibility of a post to members of "
727
  "the <em>Premium</em> group."
733
  msgid "Log out"
734
  msgstr "Desconectar"
735
 
736
+ #: lib/admin/class-groups-admin-notice.php:131
737
+ msgid "Many thanks for using <strong>Groups</strong>!"
738
+ msgstr "¡Gracias por usar <strong>Groups</strong>!"
739
+
740
  #: legacy/access/class-groups-access-meta-boxes-legacy.php:503
741
+ #: lib/access/class-groups-access-meta-boxes.php:416
742
  msgid "Media"
743
  msgstr "Multimedia"
744
 
814
  "assigned."
815
  msgstr "Debes ser miembro de un grupo que tenga dicha capacidad asignada."
816
 
817
+ #: lib/access/class-groups-access-meta-boxes.php:129
818
  msgid "Note that you must be a member of a group to use it to restrict access."
819
  msgstr ""
820
  "Hay que ser miembro de un grupo para poder restringir el acceso con él."
854
  msgid "One or more capabilities required to read the entry."
855
  msgstr "Se necesitan una o más capacidades para leer la entrada."
856
 
857
+ #: lib/admin/class-groups-admin-post-columns.php:95
858
  msgid "One or more groups granting access to entries."
859
  msgstr "Uno o más grupos que conceden el acceso a entradas."
860
 
934
  "\">Documentación</a> para más información sobre cómo cambiar a y usar las "
935
  "nuevas restricciones de acceso."
936
 
937
+ #: lib/access/class-groups-access-meta-boxes.php:472
938
  #, php-format
939
  msgid ""
940
  "Please use <a href=\"%s\" target=\"_blank\">Groups File Access</a> for files "
944
  "para ficheros que requieren una protección completa."
945
 
946
  #: legacy/access/class-groups-access-meta-boxes-legacy.php:189
947
+ #: lib/access/class-groups-access-meta-boxes.php:171
948
  msgid "Post"
949
  msgstr "Entrada"
950
 
968
  msgid "Quick-create group &amp; capability"
969
  msgstr "Crear al instante grupo y capacidad"
970
 
971
+ #: lib/access/class-groups-access-meta-boxes.php:208
972
+ #: lib/access/class-groups-access-meta-boxes.php:418
973
  msgid "Read"
974
  msgstr "Leer"
975
 
994
  msgid "Registered"
995
  msgstr "Registrado"
996
 
997
+ #: lib/admin/class-groups-admin-notice.php:151
998
+ msgid "Remind me later"
999
+ msgstr "Más tarde"
1000
+
1001
  #: lib/admin/groups-admin-capabilities-remove.php:62
1002
  #: lib/admin/groups-admin-capabilities-remove.php:149
1003
  #: lib/admin/groups-admin-capabilities.php:372
1024
  msgid "Remove capability"
1025
  msgstr "Eliminar capacidad"
1026
 
1027
+ #: lib/admin/class-groups-admin-users.php:203
1028
  msgid "Remove from group"
1029
  msgstr "Eliminar de un grupo"
1030
 
1037
  msgstr "Eliminar grupos"
1038
 
1039
  #: legacy/admin/class-groups-admin-posts-legacy.php:186
1040
+ #: lib/admin/class-groups-admin-posts.php:219
1041
  msgid "Remove restriction"
1042
  msgstr "Eliminar restricción"
1043
 
1045
  msgid "Restrict Access"
1046
  msgstr "Restringir Acceso"
1047
 
1048
+ #: lib/access/class-groups-access-meta-boxes.php:234
1049
  #, php-format
1050
  msgid "Restricts the visibility of this %s to members of the chosen groups."
1051
  msgstr ""
1052
  "Restringe la visibilidad de esta/e %s a miembros de los grupos seleccionados."
1053
 
1054
+ #: lib/access/class-groups-access-meta-boxes.php:466
1055
  msgid "Restricts the visibility of this entry to members of the chosen groups."
1056
  msgstr ""
1057
  "Restringe la visibilidad de esta entrada a miembros de los grupos "
1067
  msgstr "Rol"
1068
 
1069
  #: lib/admin/groups-admin-capabilities-edit.php:77
1070
+ #: lib/admin/groups-admin-groups-edit.php:163
1071
  #: lib/admin/groups-admin-options.php:191
1072
  #: lib/admin/groups-admin-options.php:314
1073
+ #: lib/admin/groups-admin-options.php:369
1074
  msgid "Save"
1075
  msgstr "Guardar"
1076
 
1095
  msgid "Switching to Groups %s"
1096
  msgstr "Cambiar a Groups %s"
1097
 
1098
+ #: lib/admin/class-groups-admin-posts.php:177
1099
  msgid "Terms"
1100
  msgstr "Términos"
1101
 
1143
  msgid "The <em>%s</em> capability has been updated."
1144
  msgstr "Se ha actualizado la capacidad <em>%s</em>."
1145
 
1146
+ #: lib/admin/groups-admin-groups-edit.php:209
1147
  #, php-format
1148
  msgid ""
1149
  "The <em>%s</em> group already exists and cannot be used to name this one."
1169
  msgid "The <em>Capability</em> must not be empty."
1170
  msgstr "La <em>Capacidad</em> no puede estar vacía."
1171
 
1172
+ #: lib/admin/groups-admin-groups-edit.php:201
1173
  msgid "The <em>Name</em> must not be empty."
1174
  msgstr "El <em>Nombre</em> no puede estar vacío."
1175
 
1176
+ #: lib/access/class-groups-access-meta-boxes.php:470
1177
  msgid ""
1178
  "The attachment page is restricted to authorized users, but due to technical "
1179
  "limitations, the file can still be accessed directly via its URL."
1263
  "Esto significa que si había restricciones de acceso basadas en capacidades, "
1264
  "las entradas están aún protegidas."
1265
 
1266
+ #: lib/access/class-groups-post-access.php:636
1267
  msgid ""
1268
  "This method is deprecated. You should use Groups_Post_Access_Legacy::"
1269
  "get_read_post_capabilities() to retrieve the capabilities instead."
1277
  "To disable, do not define the constant <code>GROUPS_ADMINISTRATOR_OVERRIDE</"
1278
  "code> or set it to <code>false</code>."
1279
  msgstr ""
1280
+ "Para deshabilitarlo, no definir la constante "
1281
+ "<code>GROUPS_ADMINISTRATOR_OVERRIDE</code> o ponerla a <code>false</code>."
1282
 
1283
  #: lib/admin/class-groups-admin-welcome.php:206
1284
  msgid ""
1332
  "Usa la caja de <em>Restricciones de acceso</em> para limitar la visibilidad "
1333
  "a entradas, páginas y otros tipos de entrada."
1334
 
1335
+ #: lib/access/class-groups-access-meta-boxes.php:123
1336
  msgid ""
1337
  "Use the <em>Groups</em> box to limit the visibility of posts, pages and "
1338
  "other post types."
1375
 
1376
  #: lib/admin/class-groups-admin.php:302
1377
  msgid "Warning!"
1378
+ msgstr "¡Advertencia!"
1379
 
1380
  #: lib/admin/class-groups-admin-welcome.php:172
1381
  msgid "We have made it even easier to protect your content!"
1409
  "<a target=\"_blank\" href=\"http://docs.itthinx.com/document/groups/"
1410
  "\">Documentación</a> para saber más sobre su uso."
1411
 
1412
+ #: lib/admin/class-groups-admin-notice.php:145
1413
+ msgid "Yes, here we go!"
1414
+ msgstr "¡Claro que sí!"
1415
+
1416
  #: lib/views/class-groups-shortcodes.php:527
1417
  #, php-format
1418
  msgid "You are a member of the %s group."
1434
  "El sistema está funcionando con el control de acceso legado basado en "
1435
  "capacidades activado."
1436
 
1437
+ #: lib/admin/class-groups-admin-notice.php:157
1438
+ #, php-format
1439
+ msgid ""
1440
+ "You can also follow <a href=\"%s\">@itthinx</a> on Twitter or visit <a href="
1441
+ "\"%s\" target=\"_blank\">itthinx.com</a> to check out other free and premium "
1442
+ "plugins we provide."
1443
+ msgstr ""
1444
+ "Siga <a href=\"%s\">@itthinx</a> en Twitter o visite <a href=\"%s\" target="
1445
+ "\"_blank\">itthinx.com</a> para estar al día de extensiones gratis y premium."
1446
+
1447
  #: legacy/access/class-groups-access-meta-boxes-legacy.php:312
1448
  msgid ""
1449
  "You can create a new group and capability here. The capability will be "
1464
  "para forzar el permiso de lectura. Para poder usar la capacidad, tu cuenta "
1465
  "de usuario se asignará al grupo."
1466
 
1467
+ #: lib/access/class-groups-access-meta-boxes.php:201
1468
+ #: lib/access/class-groups-access-meta-boxes.php:451
1469
  msgid "You can create a new group by indicating the group's name."
1470
  msgstr "Se puede crear un nuevo grupo indicando el nombre del grupo."
1471
 
1472
+ #: lib/access/class-groups-access-meta-boxes.php:195
1473
  #, php-format
1474
  msgid ""
1475
  "You can restrict the visibility of this %1$s to group members. Choose one or "
1480
  "Seleccionar uno o más grupos que tienen permiso de leer esta/e %2$s. Si no "
1481
  "se selecciona ningún grupo, el/la %3$s es visible para todo el mundo."
1482
 
1483
+ #: lib/access/class-groups-access-meta-boxes.php:450
1484
  msgid ""
1485
  "You can restrict the visibility to group members. Choose one or more groups "
1486
  "to restrict access. If no groups are chosen, this entry is visible to anyone."
1497
  "Puedes seleccionar una o más capacidades que están activadas para la "
1498
  "restricción de acceso."
1499
 
1500
+ #: lib/access/class-groups-access-meta-boxes.php:126
1501
  msgid "You can select one or more groups to restrict access to its members."
1502
  msgstr ""
1503
  "Se pueden seleccionar uno o más grupos para restringir el acceso a sus "
1504
  "miembros."
1505
 
1506
  #: legacy/access/class-groups-access-meta-boxes-legacy.php:290
1507
+ #: lib/access/class-groups-access-meta-boxes.php:241
1508
  msgid "You cannot set any access restrictions."
1509
  msgstr "No puedes establecer ninguna restricción de acceso."
1510
 
1526
  "Debes pertenecer a un grupo que tenga al menos una capacidad activada para "
1527
  "forzar el permiso de lectura."
1528
 
1529
+ #: lib/access/class-groups-access-meta-boxes.php:247
1530
  msgid "You need to have permission to set access restrictions."
1531
  msgstr "Se debe disponer de permisos para poner restricciones de acceso."
1532
 
1533
+ #: lib/access/class-groups-post-access.php:511
1534
  msgid ""
1535
  "You should use Groups_Post_Access_Legacy::create() to pass a capability "
1536
  "restriction instead."
languages/groups-fr_FR.mo CHANGED
Binary file
languages/groups-fr_FR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Groups\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-05-13 17:24+0200\n"
6
- "PO-Revision-Date: 2017-05-13 17:27+0200\n"
7
  "Last-Translator: Stéphane PASSEDOUET <s.passedouet@pheeric.com>\n"
8
  "Language-Team: itthinx.com\n"
9
  "Language: fr_FR\n"
@@ -11,7 +11,7 @@ msgstr ""
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "Plural-Forms: nplurals=2; plural=n>1;\n"
14
- "X-Generator: Poedit 2.0.1\n"
15
  "X-Poedit-SourceCharset: utf-8\n"
16
  "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
17
  "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
@@ -28,18 +28,25 @@ msgstr "%1$s sur %2$s"
28
 
29
  # @ groups
30
  #: legacy/admin/class-groups-admin-posts-legacy.php:184
31
- #: lib/admin/class-groups-admin-posts.php:207
32
  msgid "&mdash; No Change &mdash;"
33
  msgstr "&mdash; Aucun changement &mdash;"
34
 
 
 
 
 
 
 
 
 
35
  # @ groups
36
  #: legacy/admin/class-groups-admin-posts-legacy.php:136
37
- #: lib/admin/class-groups-admin-posts.php:148
38
  msgid "(only unrestricted)"
39
  msgstr "(seulement sans restriction)"
40
 
41
  # @ groups
42
- #: lib/admin/class-groups-admin-users.php:374
43
  msgid "--"
44
  msgstr "--"
45
 
@@ -116,8 +123,8 @@ msgstr "Restrictions d'Accès"
116
  #: lib/admin/groups-admin-groups-add.php:139
117
  #: lib/admin/groups-admin-groups-add.php:143
118
  #: lib/admin/groups-admin-groups-edit.php:37
119
- #: lib/admin/groups-admin-groups-edit.php:176
120
- #: lib/admin/groups-admin-groups-edit.php:180
121
  #: lib/admin/groups-admin-groups-remove.php:35
122
  #: lib/admin/groups-admin-groups-remove.php:83
123
  #: lib/admin/groups-admin-groups-remove.php:87
@@ -177,12 +184,12 @@ msgstr "Ajouter une capacité"
177
 
178
  # @ groups
179
  #: legacy/admin/class-groups-admin-posts-legacy.php:185
180
- #: lib/admin/class-groups-admin-posts.php:208
181
  msgid "Add restriction"
182
  msgstr "Ajouter une restriction"
183
 
184
  # @ groups
185
- #: lib/admin/class-groups-admin-users.php:212
186
  msgid "Add to group"
187
  msgstr "Ajouter au groupe"
188
 
@@ -224,7 +231,7 @@ msgstr ""
224
  "Les administrateurs ont priorité sur toutes les autorisations d'accès issues "
225
  "des Capacités des Groupes."
226
 
227
- #: lib/admin/class-groups-admin-posts.php:165
228
  msgid "Also look for groups related to terms"
229
  msgstr ""
230
 
@@ -240,15 +247,15 @@ msgid ""
240
  "the Users admin screen."
241
  msgstr ""
242
 
243
- #: lib/access/class-groups-access-meta-boxes.php:209
244
- #: lib/access/class-groups-access-meta-boxes.php:210
245
- #: lib/access/class-groups-access-meta-boxes.php:443
246
- #: lib/access/class-groups-access-meta-boxes.php:444
247
  msgid "Anyone &hellip;"
248
  msgstr ""
249
 
250
  # @ groups
251
- #: lib/admin/class-groups-admin-users.php:215
252
  #: lib/admin/groups-admin-capabilities.php:334
253
  #: lib/admin/groups-admin-capabilities.php:360
254
  #: lib/admin/groups-admin-capabilities.php:374
@@ -274,7 +281,7 @@ msgid "Bulk Actions"
274
  msgstr "Actions Groupées"
275
 
276
  # @ groups
277
- #: lib/admin/groups-admin-options.php:362
278
  msgid ""
279
  "CAUTION: If this option is active while the plugin is deactivated, ALL "
280
  "plugin settings and data will be DELETED for <strong>all sites</strong>. If "
@@ -310,7 +317,7 @@ msgstr ""
310
  #: lib/admin/groups-admin-capabilities-remove.php:64
311
  #: lib/admin/groups-admin-capabilities-remove.php:150
312
  #: lib/admin/groups-admin-groups-add.php:121
313
- #: lib/admin/groups-admin-groups-edit.php:160
314
  #: lib/admin/groups-admin-groups-remove.php:64
315
  #: lib/admin/groups-admin-groups-remove.php:154
316
  msgid "Cancel"
@@ -349,8 +356,8 @@ msgstr "Capacités : %s"
349
  msgid "Capability ID"
350
  msgstr ""
351
 
352
- #: lib/admin/class-groups-admin-posts.php:221
353
- #: lib/admin/class-groups-admin-posts.php:222
354
  msgid "Choose access restriction groups &hellip;"
355
  msgstr ""
356
 
@@ -371,10 +378,10 @@ msgstr "Choisissez les capacités &hellip;"
371
  #: lib/admin/class-groups-admin-user-profile.php:81
372
  #: lib/admin/class-groups-admin-user-profile.php:169
373
  #: lib/admin/class-groups-admin-user-profile.php:170
374
- #: lib/admin/class-groups-admin-users.php:190
375
- #: lib/admin/class-groups-admin-users.php:191
376
- #: lib/admin/class-groups-admin-users.php:251
377
- #: lib/admin/class-groups-admin-users.php:252
378
  msgid "Choose groups &hellip;"
379
  msgstr "Choisissez des Groupes &hellip;"
380
 
@@ -393,7 +400,7 @@ msgstr ""
393
  "utiliser la boîte création rapide pour créer un groupe et une capacité pour "
394
  "lesquels une restriction d'accès sera immédiatement attribuée."
395
 
396
- #: lib/access/class-groups-access-meta-boxes.php:136
397
  msgid ""
398
  "Choose or enter <em>Premium</em> in the <em>Read</em> field located in the "
399
  "<em>Groups</em> box and save or update the post (or hit Enter)."
@@ -427,13 +434,18 @@ msgstr ""
427
  "Cliquer ici pour basculer l'affichage des groupes qui attribuent les "
428
  "capacités."
429
 
 
 
 
 
 
430
  # @ groups
431
  #: lib/admin/groups-admin-options.php:286
432
  msgid "Deactivation and data persistence"
433
  msgstr "Désactivation et Conservation des données"
434
 
435
  # @ groups
436
- #: lib/admin/groups-admin-options.php:359
437
  msgid "Delete all Groups plugin data for ALL sites on network deactivation"
438
  msgstr ""
439
  "Effacer toutes les données de l'extension &quot;Groups&quot; pour TOUS les "
@@ -528,11 +540,11 @@ msgstr ""
528
 
529
  # @ groups
530
  #: legacy/access/class-groups-access-meta-boxes-legacy.php:135
531
- #: lib/access/class-groups-access-meta-boxes.php:130
532
  msgid "Example:"
533
  msgstr "Exemple :"
534
 
535
- #: lib/admin/class-groups-admin-users.php:275
536
  msgid "Filter"
537
  msgstr ""
538
 
@@ -583,7 +595,7 @@ msgid "Group"
583
  msgstr "Groupe"
584
 
585
  # @ groups
586
- #: lib/admin/class-groups-admin-users.php:211
587
  msgid "Group Actions"
588
  msgstr "Actions du Groupe"
589
 
@@ -603,26 +615,26 @@ msgid "Group Name : %s"
603
  msgstr "Nom du Groupe : %s"
604
 
605
  # @ groups
606
- #: lib/access/class-groups-access-meta-boxes.php:112
607
- #: lib/access/class-groups-access-meta-boxes.php:115
608
- #: lib/access/class-groups-access-meta-boxes.php:471
609
- #: lib/admin/class-groups-admin-posts.php:204
610
  #: lib/admin/class-groups-admin-user-profile.php:72
611
  #: lib/admin/class-groups-admin-user-profile.php:135
612
  #: lib/admin/class-groups-admin-user-profile.php:159
613
- #: lib/admin/class-groups-admin-users.php:347
614
  #: lib/admin/class-groups-admin.php:245 lib/admin/class-groups-admin.php:246
615
  #: lib/admin/class-groups-admin.php:275 lib/core/class-groups-help.php:63
616
  #: lib/core/class-groups-help.php:68 lib/core/class-groups-help.php:69
617
  msgid "Groups"
618
  msgstr "Groupes"
619
 
620
- #: lib/admin/class-groups-admin-post-columns.php:93
621
  msgctxt "Column header"
622
  msgid "Groups"
623
  msgstr ""
624
 
625
- #: lib/access/class-groups-access-meta-boxes.php:98
626
  msgctxt "Meta box title"
627
  msgid "Groups"
628
  msgstr ""
@@ -644,8 +656,8 @@ msgid ""
644
  "instead of capabilities used in previous versions."
645
  msgstr ""
646
 
647
- #: lib/admin/class-groups-admin-posts.php:136
648
- #: lib/admin/class-groups-admin-posts.php:137
649
  msgid "Groups &hellip;"
650
  msgstr ""
651
 
@@ -687,6 +699,10 @@ msgstr ""
687
  "Ici vous pouvez <strong>ajouter</strong>, <strong>modifier</strong> et "
688
  "<strong>supprimer</strong> les groupes."
689
 
 
 
 
 
690
  #: lib/admin/groups-admin-capabilities.php:313
691
  #: lib/admin/groups-admin-groups.php:303
692
  msgid "ID"
@@ -723,7 +739,7 @@ msgstr ""
723
  msgid "Improved User Interface"
724
  msgstr ""
725
 
726
- #: lib/access/class-groups-access-meta-boxes.php:140
727
  msgid ""
728
  "In the same field, you can create a new group and restrict access. Group "
729
  "names are case-sensitive. In order to be able to use the new group, your "
@@ -740,10 +756,14 @@ msgstr ""
740
  "Les capacités sélectionnées seront proposées pour restreindre l'accès aux "
741
  "publications."
742
 
743
- #: lib/admin/groups-admin-groups-edit.php:141
744
  msgid "Inherited capabilities:"
745
  msgstr "Capacités héritée:"
746
 
 
 
 
 
747
  #: lib/admin/class-groups-admin-welcome.php:158
748
  msgid ""
749
  "It seems that you have updated from Groups 1.x where access restrictions "
@@ -768,7 +788,7 @@ msgstr ""
768
 
769
  # @ groups
770
  #: legacy/access/class-groups-access-meta-boxes-legacy.php:137
771
- #: lib/access/class-groups-access-meta-boxes.php:132
772
  msgid ""
773
  "Let's assume that you want to limit the visibility of a post to members of "
774
  "the <em>Premium</em> group."
@@ -780,9 +800,13 @@ msgstr ""
780
  msgid "Log out"
781
  msgstr "Se déconnecter"
782
 
 
 
 
 
783
  # @ groups
784
  #: legacy/access/class-groups-access-meta-boxes-legacy.php:503
785
- #: lib/access/class-groups-access-meta-boxes.php:411
786
  msgid "Media"
787
  msgstr "Médias"
788
 
@@ -871,7 +895,7 @@ msgstr ""
871
  "Notez que vous devez être membre d'un groupe qui a une telle capacité "
872
  "attribuée."
873
 
874
- #: lib/access/class-groups-access-meta-boxes.php:124
875
  msgid "Note that you must be a member of a group to use it to restrict access."
876
  msgstr ""
877
 
@@ -906,7 +930,7 @@ msgstr[1] "%d capacités ont été ajoutées."
906
  msgid "One or more capabilities required to read the entry."
907
  msgstr "Un ou plusieurs capacités sont requises pour lire l'entrée."
908
 
909
- #: lib/admin/class-groups-admin-post-columns.php:92
910
  msgid "One or more groups granting access to entries."
911
  msgstr ""
912
 
@@ -985,7 +1009,7 @@ msgid ""
985
  "the new access restrictions."
986
  msgstr ""
987
 
988
- #: lib/access/class-groups-access-meta-boxes.php:467
989
  #, php-format
990
  msgid ""
991
  "Please use <a href=\"%s\" target=\"_blank\">Groups File Access</a> for files "
@@ -994,7 +1018,7 @@ msgstr ""
994
 
995
  # @ groups
996
  #: legacy/access/class-groups-access-meta-boxes-legacy.php:189
997
- #: lib/access/class-groups-access-meta-boxes.php:166
998
  msgid "Post"
999
  msgstr "Publication"
1000
 
@@ -1018,8 +1042,8 @@ msgstr ""
1018
  msgid "Quick-create group &amp; capability"
1019
  msgstr "Créez rapidement un groupe &amp; une capacité"
1020
 
1021
- #: lib/access/class-groups-access-meta-boxes.php:203
1022
- #: lib/access/class-groups-access-meta-boxes.php:413
1023
  msgid "Read"
1024
  msgstr ""
1025
 
@@ -1047,6 +1071,10 @@ msgstr "Actualiser"
1047
  msgid "Registered"
1048
  msgstr "Enregistré"
1049
 
 
 
 
 
1050
  # @ groups
1051
  #: lib/admin/groups-admin-capabilities-remove.php:62
1052
  #: lib/admin/groups-admin-capabilities-remove.php:149
@@ -1079,7 +1107,7 @@ msgid "Remove capability"
1079
  msgstr "Supprimer une Capacité"
1080
 
1081
  # @ groups
1082
- #: lib/admin/class-groups-admin-users.php:213
1083
  msgid "Remove from group"
1084
  msgstr "Retirer du groupe"
1085
 
@@ -1095,7 +1123,7 @@ msgstr "Supprimer les Groupes"
1095
 
1096
  # @ groups
1097
  #: legacy/admin/class-groups-admin-posts-legacy.php:186
1098
- #: lib/admin/class-groups-admin-posts.php:209
1099
  msgid "Remove restriction"
1100
  msgstr "Supprimer la restriction"
1101
 
@@ -1103,12 +1131,12 @@ msgstr "Supprimer la restriction"
1103
  msgid "Restrict Access"
1104
  msgstr ""
1105
 
1106
- #: lib/access/class-groups-access-meta-boxes.php:229
1107
  #, php-format
1108
  msgid "Restricts the visibility of this %s to members of the chosen groups."
1109
  msgstr ""
1110
 
1111
- #: lib/access/class-groups-access-meta-boxes.php:461
1112
  msgid "Restricts the visibility of this entry to members of the chosen groups."
1113
  msgstr ""
1114
 
@@ -1125,10 +1153,10 @@ msgstr "Rôle"
1125
 
1126
  # @ groups
1127
  #: lib/admin/groups-admin-capabilities-edit.php:77
1128
- #: lib/admin/groups-admin-groups-edit.php:158
1129
  #: lib/admin/groups-admin-options.php:191
1130
  #: lib/admin/groups-admin-options.php:314
1131
- #: lib/admin/groups-admin-options.php:366
1132
  msgid "Save"
1133
  msgstr "Sauvegarder"
1134
 
@@ -1157,7 +1185,7 @@ msgstr "Afficher l'arborescence des Groupes."
1157
  msgid "Switching to Groups %s"
1158
  msgstr ""
1159
 
1160
- #: lib/admin/class-groups-admin-posts.php:167
1161
  msgid "Terms"
1162
  msgstr ""
1163
 
@@ -1212,7 +1240,7 @@ msgid "The <em>%s</em> capability has been updated."
1212
  msgstr "La capacité <em>%s</em> a été mise à jour."
1213
 
1214
  # @ groups
1215
- #: lib/admin/groups-admin-groups-edit.php:204
1216
  #, php-format
1217
  msgid ""
1218
  "The <em>%s</em> group already exists and cannot be used to name this one."
@@ -1245,11 +1273,11 @@ msgid "The <em>Capability</em> must not be empty."
1245
  msgstr "La <em>Capacité</em> ne doit pas être vide."
1246
 
1247
  # @ groups
1248
- #: lib/admin/groups-admin-groups-edit.php:196
1249
  msgid "The <em>Name</em> must not be empty."
1250
  msgstr "Le <em>Nom</em> ne doit pas être vide."
1251
 
1252
- #: lib/access/class-groups-access-meta-boxes.php:465
1253
  msgid ""
1254
  "The attachment page is restricted to authorized users, but due to technical "
1255
  "limitations, the file can still be accessed directly via its URL."
@@ -1346,7 +1374,7 @@ msgid ""
1346
  "capabilities, your entries will still be protected."
1347
  msgstr ""
1348
 
1349
- #: lib/access/class-groups-post-access.php:508
1350
  msgid ""
1351
  "This method is deprecated. You should use Groups_Post_Access_Legacy::"
1352
  "get_read_post_capabilities() to retrieve the capabilities instead."
@@ -1411,7 +1439,7 @@ msgstr ""
1411
  "Utilisez la boîte des <em>restrictions d'accès</em> pour limiter la "
1412
  "visibilité des messages, des pages et des autres types de publications."
1413
 
1414
- #: lib/access/class-groups-access-meta-boxes.php:118
1415
  msgid ""
1416
  "Use the <em>Groups</em> box to limit the visibility of posts, pages and "
1417
  "other post types."
@@ -1486,6 +1514,10 @@ msgid ""
1486
  "groups/\">Documentation</a> pages to know more about how to use it."
1487
  msgstr ""
1488
 
 
 
 
 
1489
  # @ groups
1490
  #: lib/views/class-groups-shortcodes.php:527
1491
  #, php-format
@@ -1504,6 +1536,14 @@ msgid ""
1504
  "enabled."
1505
  msgstr ""
1506
 
 
 
 
 
 
 
 
 
1507
  # @ groups
1508
  #: legacy/access/class-groups-access-meta-boxes-legacy.php:312
1509
  msgid ""
@@ -1526,12 +1566,12 @@ msgstr ""
1526
  "lecture. Afin d'être en mesure d'utiliser la capacité, votre compte "
1527
  "utilisateur sera attribué au groupe."
1528
 
1529
- #: lib/access/class-groups-access-meta-boxes.php:196
1530
- #: lib/access/class-groups-access-meta-boxes.php:446
1531
  msgid "You can create a new group by indicating the group's name."
1532
  msgstr ""
1533
 
1534
- #: lib/access/class-groups-access-meta-boxes.php:190
1535
  #, php-format
1536
  msgid ""
1537
  "You can restrict the visibility of this %1$s to group members. Choose one or "
@@ -1539,7 +1579,7 @@ msgid ""
1539
  "%3$s is visible to anyone."
1540
  msgstr ""
1541
 
1542
- #: lib/access/class-groups-access-meta-boxes.php:445
1543
  msgid ""
1544
  "You can restrict the visibility to group members. Choose one or more groups "
1545
  "to restrict access. If no groups are chosen, this entry is visible to anyone."
@@ -1554,13 +1594,13 @@ msgstr ""
1554
  "Vous pouvez sélectionner une ou plusieurs capacités utilisables pour la "
1555
  "Restriction des Accès."
1556
 
1557
- #: lib/access/class-groups-access-meta-boxes.php:121
1558
  msgid "You can select one or more groups to restrict access to its members."
1559
  msgstr ""
1560
 
1561
  # @ groups
1562
  #: legacy/access/class-groups-access-meta-boxes-legacy.php:290
1563
- #: lib/access/class-groups-access-meta-boxes.php:236
1564
  msgid "You cannot set any access restrictions."
1565
  msgstr "Vous ne pouvez pas définir les restrictions d'accès."
1566
 
@@ -1585,11 +1625,11 @@ msgstr ""
1585
  "Vous devez être dans un groupe qui a au moins une capacité définie pour "
1586
  "autoriser l'accès en lecture."
1587
 
1588
- #: lib/access/class-groups-access-meta-boxes.php:242
1589
  msgid "You need to have permission to set access restrictions."
1590
  msgstr ""
1591
 
1592
- #: lib/access/class-groups-post-access.php:383
1593
  msgid ""
1594
  "You should use Groups_Post_Access_Legacy::create() to pass a capability "
1595
  "restriction instead."
2
  msgstr ""
3
  "Project-Id-Version: Groups\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2019-03-08 23:32+0100\n"
6
+ "PO-Revision-Date: 2019-03-08 23:58+0100\n"
7
  "Last-Translator: Stéphane PASSEDOUET <s.passedouet@pheeric.com>\n"
8
  "Language-Team: itthinx.com\n"
9
  "Language: fr_FR\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "Plural-Forms: nplurals=2; plural=n>1;\n"
14
+ "X-Generator: Poedit 2.2.1\n"
15
  "X-Poedit-SourceCharset: utf-8\n"
16
  "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
17
  "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
28
 
29
  # @ groups
30
  #: legacy/admin/class-groups-admin-posts-legacy.php:184
31
+ #: lib/admin/class-groups-admin-posts.php:217
32
  msgid "&mdash; No Change &mdash;"
33
  msgstr "&mdash; Aucun changement &mdash;"
34
 
35
+ #: lib/admin/class-groups-admin-posts.php:157
36
+ msgid "(any)"
37
+ msgstr "(tout)"
38
+
39
+ #: lib/admin/class-groups-admin-posts.php:152
40
+ msgid "(none)"
41
+ msgstr "(aucun)"
42
+
43
  # @ groups
44
  #: legacy/admin/class-groups-admin-posts-legacy.php:136
 
45
  msgid "(only unrestricted)"
46
  msgstr "(seulement sans restriction)"
47
 
48
  # @ groups
49
+ #: lib/admin/class-groups-admin-users.php:368
50
  msgid "--"
51
  msgstr "--"
52
 
123
  #: lib/admin/groups-admin-groups-add.php:139
124
  #: lib/admin/groups-admin-groups-add.php:143
125
  #: lib/admin/groups-admin-groups-edit.php:37
126
+ #: lib/admin/groups-admin-groups-edit.php:181
127
+ #: lib/admin/groups-admin-groups-edit.php:185
128
  #: lib/admin/groups-admin-groups-remove.php:35
129
  #: lib/admin/groups-admin-groups-remove.php:83
130
  #: lib/admin/groups-admin-groups-remove.php:87
184
 
185
  # @ groups
186
  #: legacy/admin/class-groups-admin-posts-legacy.php:185
187
+ #: lib/admin/class-groups-admin-posts.php:218
188
  msgid "Add restriction"
189
  msgstr "Ajouter une restriction"
190
 
191
  # @ groups
192
+ #: lib/admin/class-groups-admin-users.php:202
193
  msgid "Add to group"
194
  msgstr "Ajouter au groupe"
195
 
231
  "Les administrateurs ont priorité sur toutes les autorisations d'accès issues "
232
  "des Capacités des Groupes."
233
 
234
+ #: lib/admin/class-groups-admin-posts.php:175
235
  msgid "Also look for groups related to terms"
236
  msgstr ""
237
 
247
  "the Users admin screen."
248
  msgstr ""
249
 
250
+ #: lib/access/class-groups-access-meta-boxes.php:214
251
+ #: lib/access/class-groups-access-meta-boxes.php:215
252
+ #: lib/access/class-groups-access-meta-boxes.php:448
253
+ #: lib/access/class-groups-access-meta-boxes.php:449
254
  msgid "Anyone &hellip;"
255
  msgstr ""
256
 
257
  # @ groups
258
+ #: lib/admin/class-groups-admin-users.php:205
259
  #: lib/admin/groups-admin-capabilities.php:334
260
  #: lib/admin/groups-admin-capabilities.php:360
261
  #: lib/admin/groups-admin-capabilities.php:374
281
  msgstr "Actions Groupées"
282
 
283
  # @ groups
284
+ #: lib/admin/groups-admin-options.php:365
285
  msgid ""
286
  "CAUTION: If this option is active while the plugin is deactivated, ALL "
287
  "plugin settings and data will be DELETED for <strong>all sites</strong>. If "
317
  #: lib/admin/groups-admin-capabilities-remove.php:64
318
  #: lib/admin/groups-admin-capabilities-remove.php:150
319
  #: lib/admin/groups-admin-groups-add.php:121
320
+ #: lib/admin/groups-admin-groups-edit.php:165
321
  #: lib/admin/groups-admin-groups-remove.php:64
322
  #: lib/admin/groups-admin-groups-remove.php:154
323
  msgid "Cancel"
356
  msgid "Capability ID"
357
  msgstr ""
358
 
359
+ #: lib/admin/class-groups-admin-posts.php:231
360
+ #: lib/admin/class-groups-admin-posts.php:232
361
  msgid "Choose access restriction groups &hellip;"
362
  msgstr ""
363
 
378
  #: lib/admin/class-groups-admin-user-profile.php:81
379
  #: lib/admin/class-groups-admin-user-profile.php:169
380
  #: lib/admin/class-groups-admin-user-profile.php:170
381
+ #: lib/admin/class-groups-admin-users.php:180
382
+ #: lib/admin/class-groups-admin-users.php:181
383
+ #: lib/admin/class-groups-admin-users.php:241
384
+ #: lib/admin/class-groups-admin-users.php:242
385
  msgid "Choose groups &hellip;"
386
  msgstr "Choisissez des Groupes &hellip;"
387
 
400
  "utiliser la boîte création rapide pour créer un groupe et une capacité pour "
401
  "lesquels une restriction d'accès sera immédiatement attribuée."
402
 
403
+ #: lib/access/class-groups-access-meta-boxes.php:141
404
  msgid ""
405
  "Choose or enter <em>Premium</em> in the <em>Read</em> field located in the "
406
  "<em>Groups</em> box and save or update the post (or hit Enter)."
434
  "Cliquer ici pour basculer l'affichage des groupes qui attribuent les "
435
  "capacités."
436
 
437
+ #: lib/admin/class-groups-admin-notice.php:133
438
+ msgid ""
439
+ "Could you please spare a minute and give it a review over at WordPress.org?"
440
+ msgstr ""
441
+
442
  # @ groups
443
  #: lib/admin/groups-admin-options.php:286
444
  msgid "Deactivation and data persistence"
445
  msgstr "Désactivation et Conservation des données"
446
 
447
  # @ groups
448
+ #: lib/admin/groups-admin-options.php:361
449
  msgid "Delete all Groups plugin data for ALL sites on network deactivation"
450
  msgstr ""
451
  "Effacer toutes les données de l'extension &quot;Groups&quot; pour TOUS les "
540
 
541
  # @ groups
542
  #: legacy/access/class-groups-access-meta-boxes-legacy.php:135
543
+ #: lib/access/class-groups-access-meta-boxes.php:135
544
  msgid "Example:"
545
  msgstr "Exemple :"
546
 
547
+ #: lib/admin/class-groups-admin-users.php:269
548
  msgid "Filter"
549
  msgstr ""
550
 
595
  msgstr "Groupe"
596
 
597
  # @ groups
598
+ #: lib/admin/class-groups-admin-users.php:201
599
  msgid "Group Actions"
600
  msgstr "Actions du Groupe"
601
 
615
  msgstr "Nom du Groupe : %s"
616
 
617
  # @ groups
618
+ #: lib/access/class-groups-access-meta-boxes.php:117
619
+ #: lib/access/class-groups-access-meta-boxes.php:120
620
+ #: lib/access/class-groups-access-meta-boxes.php:476
621
+ #: lib/admin/class-groups-admin-posts.php:214
622
  #: lib/admin/class-groups-admin-user-profile.php:72
623
  #: lib/admin/class-groups-admin-user-profile.php:135
624
  #: lib/admin/class-groups-admin-user-profile.php:159
625
+ #: lib/admin/class-groups-admin-users.php:341
626
  #: lib/admin/class-groups-admin.php:245 lib/admin/class-groups-admin.php:246
627
  #: lib/admin/class-groups-admin.php:275 lib/core/class-groups-help.php:63
628
  #: lib/core/class-groups-help.php:68 lib/core/class-groups-help.php:69
629
  msgid "Groups"
630
  msgstr "Groupes"
631
 
632
+ #: lib/admin/class-groups-admin-post-columns.php:96
633
  msgctxt "Column header"
634
  msgid "Groups"
635
  msgstr ""
636
 
637
+ #: lib/access/class-groups-access-meta-boxes.php:103
638
  msgctxt "Meta box title"
639
  msgid "Groups"
640
  msgstr ""
656
  "instead of capabilities used in previous versions."
657
  msgstr ""
658
 
659
+ #: lib/admin/class-groups-admin-posts.php:138
660
+ #: lib/admin/class-groups-admin-posts.php:139
661
  msgid "Groups &hellip;"
662
  msgstr ""
663
 
699
  "Ici vous pouvez <strong>ajouter</strong>, <strong>modifier</strong> et "
700
  "<strong>supprimer</strong> les groupes."
701
 
702
+ #: lib/admin/class-groups-admin-notice.php:138
703
+ msgid "I have already done that."
704
+ msgstr ""
705
+
706
  #: lib/admin/groups-admin-capabilities.php:313
707
  #: lib/admin/groups-admin-groups.php:303
708
  msgid "ID"
739
  msgid "Improved User Interface"
740
  msgstr ""
741
 
742
+ #: lib/access/class-groups-access-meta-boxes.php:145
743
  msgid ""
744
  "In the same field, you can create a new group and restrict access. Group "
745
  "names are case-sensitive. In order to be able to use the new group, your "
756
  "Les capacités sélectionnées seront proposées pour restreindre l'accès aux "
757
  "publications."
758
 
759
+ #: lib/admin/groups-admin-groups-edit.php:146
760
  msgid "Inherited capabilities:"
761
  msgstr "Capacités héritée:"
762
 
763
+ #: lib/access/class-groups-post-access.php:154
764
+ msgid "Invalid post ID."
765
+ msgstr ""
766
+
767
  #: lib/admin/class-groups-admin-welcome.php:158
768
  msgid ""
769
  "It seems that you have updated from Groups 1.x where access restrictions "
788
 
789
  # @ groups
790
  #: legacy/access/class-groups-access-meta-boxes-legacy.php:137
791
+ #: lib/access/class-groups-access-meta-boxes.php:137
792
  msgid ""
793
  "Let's assume that you want to limit the visibility of a post to members of "
794
  "the <em>Premium</em> group."
800
  msgid "Log out"
801
  msgstr "Se déconnecter"
802
 
803
+ #: lib/admin/class-groups-admin-notice.php:131
804
+ msgid "Many thanks for using <strong>Groups</strong>!"
805
+ msgstr ""
806
+
807
  # @ groups
808
  #: legacy/access/class-groups-access-meta-boxes-legacy.php:503
809
+ #: lib/access/class-groups-access-meta-boxes.php:416
810
  msgid "Media"
811
  msgstr "Médias"
812
 
895
  "Notez que vous devez être membre d'un groupe qui a une telle capacité "
896
  "attribuée."
897
 
898
+ #: lib/access/class-groups-access-meta-boxes.php:129
899
  msgid "Note that you must be a member of a group to use it to restrict access."
900
  msgstr ""
901
 
930
  msgid "One or more capabilities required to read the entry."
931
  msgstr "Un ou plusieurs capacités sont requises pour lire l'entrée."
932
 
933
+ #: lib/admin/class-groups-admin-post-columns.php:95
934
  msgid "One or more groups granting access to entries."
935
  msgstr ""
936
 
1009
  "the new access restrictions."
1010
  msgstr ""
1011
 
1012
+ #: lib/access/class-groups-access-meta-boxes.php:472
1013
  #, php-format
1014
  msgid ""
1015
  "Please use <a href=\"%s\" target=\"_blank\">Groups File Access</a> for files "
1018
 
1019
  # @ groups
1020
  #: legacy/access/class-groups-access-meta-boxes-legacy.php:189
1021
+ #: lib/access/class-groups-access-meta-boxes.php:171
1022
  msgid "Post"
1023
  msgstr "Publication"
1024
 
1042
  msgid "Quick-create group &amp; capability"
1043
  msgstr "Créez rapidement un groupe &amp; une capacité"
1044
 
1045
+ #: lib/access/class-groups-access-meta-boxes.php:208
1046
+ #: lib/access/class-groups-access-meta-boxes.php:418
1047
  msgid "Read"
1048
  msgstr ""
1049
 
1071
  msgid "Registered"
1072
  msgstr "Enregistré"
1073
 
1074
+ #: lib/admin/class-groups-admin-notice.php:151
1075
+ msgid "Remind me later"
1076
+ msgstr ""
1077
+
1078
  # @ groups
1079
  #: lib/admin/groups-admin-capabilities-remove.php:62
1080
  #: lib/admin/groups-admin-capabilities-remove.php:149
1107
  msgstr "Supprimer une Capacité"
1108
 
1109
  # @ groups
1110
+ #: lib/admin/class-groups-admin-users.php:203
1111
  msgid "Remove from group"
1112
  msgstr "Retirer du groupe"
1113
 
1123
 
1124
  # @ groups
1125
  #: legacy/admin/class-groups-admin-posts-legacy.php:186
1126
+ #: lib/admin/class-groups-admin-posts.php:219
1127
  msgid "Remove restriction"
1128
  msgstr "Supprimer la restriction"
1129
 
1131
  msgid "Restrict Access"
1132
  msgstr ""
1133
 
1134
+ #: lib/access/class-groups-access-meta-boxes.php:234
1135
  #, php-format
1136
  msgid "Restricts the visibility of this %s to members of the chosen groups."
1137
  msgstr ""
1138
 
1139
+ #: lib/access/class-groups-access-meta-boxes.php:466
1140
  msgid "Restricts the visibility of this entry to members of the chosen groups."
1141
  msgstr ""
1142
 
1153
 
1154
  # @ groups
1155
  #: lib/admin/groups-admin-capabilities-edit.php:77
1156
+ #: lib/admin/groups-admin-groups-edit.php:163
1157
  #: lib/admin/groups-admin-options.php:191
1158
  #: lib/admin/groups-admin-options.php:314
1159
+ #: lib/admin/groups-admin-options.php:369
1160
  msgid "Save"
1161
  msgstr "Sauvegarder"
1162
 
1185
  msgid "Switching to Groups %s"
1186
  msgstr ""
1187
 
1188
+ #: lib/admin/class-groups-admin-posts.php:177
1189
  msgid "Terms"
1190
  msgstr ""
1191
 
1240
  msgstr "La capacité <em>%s</em> a été mise à jour."
1241
 
1242
  # @ groups
1243
+ #: lib/admin/groups-admin-groups-edit.php:209
1244
  #, php-format
1245
  msgid ""
1246
  "The <em>%s</em> group already exists and cannot be used to name this one."
1273
  msgstr "La <em>Capacité</em> ne doit pas être vide."
1274
 
1275
  # @ groups
1276
+ #: lib/admin/groups-admin-groups-edit.php:201
1277
  msgid "The <em>Name</em> must not be empty."
1278
  msgstr "Le <em>Nom</em> ne doit pas être vide."
1279
 
1280
+ #: lib/access/class-groups-access-meta-boxes.php:470
1281
  msgid ""
1282
  "The attachment page is restricted to authorized users, but due to technical "
1283
  "limitations, the file can still be accessed directly via its URL."
1374
  "capabilities, your entries will still be protected."
1375
  msgstr ""
1376
 
1377
+ #: lib/access/class-groups-post-access.php:636
1378
  msgid ""
1379
  "This method is deprecated. You should use Groups_Post_Access_Legacy::"
1380
  "get_read_post_capabilities() to retrieve the capabilities instead."
1439
  "Utilisez la boîte des <em>restrictions d'accès</em> pour limiter la "
1440
  "visibilité des messages, des pages et des autres types de publications."
1441
 
1442
+ #: lib/access/class-groups-access-meta-boxes.php:123
1443
  msgid ""
1444
  "Use the <em>Groups</em> box to limit the visibility of posts, pages and "
1445
  "other post types."
1514
  "groups/\">Documentation</a> pages to know more about how to use it."
1515
  msgstr ""
1516
 
1517
+ #: lib/admin/class-groups-admin-notice.php:145
1518
+ msgid "Yes, here we go!"
1519
+ msgstr ""
1520
+
1521
  # @ groups
1522
  #: lib/views/class-groups-shortcodes.php:527
1523
  #, php-format
1536
  "enabled."
1537
  msgstr ""
1538
 
1539
+ #: lib/admin/class-groups-admin-notice.php:157
1540
+ #, php-format
1541
+ msgid ""
1542
+ "You can also follow <a href=\"%s\">@itthinx</a> on Twitter or visit <a href="
1543
+ "\"%s\" target=\"_blank\">itthinx.com</a> to check out other free and premium "
1544
+ "plugins we provide."
1545
+ msgstr ""
1546
+
1547
  # @ groups
1548
  #: legacy/access/class-groups-access-meta-boxes-legacy.php:312
1549
  msgid ""
1566
  "lecture. Afin d'être en mesure d'utiliser la capacité, votre compte "
1567
  "utilisateur sera attribué au groupe."
1568
 
1569
+ #: lib/access/class-groups-access-meta-boxes.php:201
1570
+ #: lib/access/class-groups-access-meta-boxes.php:451
1571
  msgid "You can create a new group by indicating the group's name."
1572
  msgstr ""
1573
 
1574
+ #: lib/access/class-groups-access-meta-boxes.php:195
1575
  #, php-format
1576
  msgid ""
1577
  "You can restrict the visibility of this %1$s to group members. Choose one or "
1579
  "%3$s is visible to anyone."
1580
  msgstr ""
1581
 
1582
+ #: lib/access/class-groups-access-meta-boxes.php:450
1583
  msgid ""
1584
  "You can restrict the visibility to group members. Choose one or more groups "
1585
  "to restrict access. If no groups are chosen, this entry is visible to anyone."
1594
  "Vous pouvez sélectionner une ou plusieurs capacités utilisables pour la "
1595
  "Restriction des Accès."
1596
 
1597
+ #: lib/access/class-groups-access-meta-boxes.php:126
1598
  msgid "You can select one or more groups to restrict access to its members."
1599
  msgstr ""
1600
 
1601
  # @ groups
1602
  #: legacy/access/class-groups-access-meta-boxes-legacy.php:290
1603
+ #: lib/access/class-groups-access-meta-boxes.php:241
1604
  msgid "You cannot set any access restrictions."
1605
  msgstr "Vous ne pouvez pas définir les restrictions d'accès."
1606
 
1625
  "Vous devez être dans un groupe qui a au moins une capacité définie pour "
1626
  "autoriser l'accès en lecture."
1627
 
1628
+ #: lib/access/class-groups-access-meta-boxes.php:247
1629
  msgid "You need to have permission to set access restrictions."
1630
  msgstr ""
1631
 
1632
+ #: lib/access/class-groups-post-access.php:511
1633
  msgid ""
1634
  "You should use Groups_Post_Access_Legacy::create() to pass a capability "
1635
  "restriction instead."
languages/groups.pot CHANGED
@@ -7,7 +7,7 @@
7
  msgid ""
8
  msgstr "Project-Id-Version: PACKAGE VERSION\n"
9
  "Report-Msgid-Bugs-To: \n"
10
- "POT-Creation-Date: 2017-06-28 12:49+0200\n"
11
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
12
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13
  "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -24,16 +24,23 @@ msgid "%1$s of %2$s"
24
  msgstr ""
25
 
26
  #: legacy/admin/class-groups-admin-posts-legacy.php:184
27
- #: lib/admin/class-groups-admin-posts.php:207
28
  msgid "&mdash; No Change &mdash;"
29
  msgstr ""
30
 
 
 
 
 
 
 
 
 
31
  #: legacy/admin/class-groups-admin-posts-legacy.php:136
32
- #: lib/admin/class-groups-admin-posts.php:148
33
  msgid "(only unrestricted)"
34
  msgstr ""
35
 
36
- #: lib/admin/class-groups-admin-users.php:378
37
  msgid "--"
38
  msgstr ""
39
 
@@ -97,8 +104,8 @@ msgstr ""
97
  #: lib/admin/groups-admin-groups-add.php:139
98
  #: lib/admin/groups-admin-groups-add.php:143
99
  #: lib/admin/groups-admin-groups-edit.php:37
100
- #: lib/admin/groups-admin-groups-edit.php:176
101
- #: lib/admin/groups-admin-groups-edit.php:180
102
  #: lib/admin/groups-admin-groups-remove.php:35
103
  #: lib/admin/groups-admin-groups-remove.php:83
104
  #: lib/admin/groups-admin-groups-remove.php:87
@@ -151,11 +158,11 @@ msgid "Add capability"
151
  msgstr ""
152
 
153
  #: legacy/admin/class-groups-admin-posts-legacy.php:185
154
- #: lib/admin/class-groups-admin-posts.php:208
155
  msgid "Add restriction"
156
  msgstr ""
157
 
158
- #: lib/admin/class-groups-admin-users.php:212
159
  msgid "Add to group"
160
  msgstr ""
161
 
@@ -186,7 +193,7 @@ msgid "Administrators override all access permissions derived from Groups "
186
  "capabilities."
187
  msgstr ""
188
 
189
- #: lib/admin/class-groups-admin-posts.php:165
190
  msgid "Also look for groups related to terms"
191
  msgstr ""
192
 
@@ -200,14 +207,14 @@ msgid "Another improvement is better filtering by groups and a reduced "
200
  "footprint on the Users admin screen."
201
  msgstr ""
202
 
203
- #: lib/access/class-groups-access-meta-boxes.php:209
204
- #: lib/access/class-groups-access-meta-boxes.php:210
205
- #: lib/access/class-groups-access-meta-boxes.php:443
206
- #: lib/access/class-groups-access-meta-boxes.php:444
207
  msgid "Anyone &hellip;"
208
  msgstr ""
209
 
210
- #: lib/admin/class-groups-admin-users.php:215
211
  #: lib/admin/groups-admin-capabilities.php:334
212
  #: lib/admin/groups-admin-capabilities.php:360
213
  #: lib/admin/groups-admin-capabilities.php:374
@@ -227,7 +234,7 @@ msgstr ""
227
  msgid "Bulk Actions"
228
  msgstr ""
229
 
230
- #: lib/admin/groups-admin-options.php:362
231
  msgid "CAUTION: If this option is active while the plugin is deactivated, "
232
  "ALL plugin settings and data will be DELETED for <strong>all sites</"
233
  "strong>. If you are going to use this option, now would be a good "
@@ -249,7 +256,7 @@ msgstr ""
249
  #: lib/admin/groups-admin-capabilities-remove.php:64
250
  #: lib/admin/groups-admin-capabilities-remove.php:150
251
  #: lib/admin/groups-admin-groups-add.php:121
252
- #: lib/admin/groups-admin-groups-edit.php:160
253
  #: lib/admin/groups-admin-groups-remove.php:64
254
  #: lib/admin/groups-admin-groups-remove.php:154
255
  msgid "Cancel"
@@ -284,8 +291,8 @@ msgstr ""
284
  msgid "Capability ID"
285
  msgstr ""
286
 
287
- #: lib/admin/class-groups-admin-posts.php:221
288
- #: lib/admin/class-groups-admin-posts.php:222
289
  msgid "Choose access restriction groups &hellip;"
290
  msgstr ""
291
 
@@ -303,10 +310,10 @@ msgstr ""
303
  #: lib/admin/class-groups-admin-user-profile.php:81
304
  #: lib/admin/class-groups-admin-user-profile.php:169
305
  #: lib/admin/class-groups-admin-user-profile.php:170
306
- #: lib/admin/class-groups-admin-users.php:190
307
- #: lib/admin/class-groups-admin-users.php:191
308
- #: lib/admin/class-groups-admin-users.php:251
309
- #: lib/admin/class-groups-admin-users.php:252
310
  msgid "Choose groups &hellip;"
311
  msgstr ""
312
 
@@ -319,7 +326,7 @@ msgid "Choose one or more capabilities to restrict access. Groups that "
319
  "the fly."
320
  msgstr ""
321
 
322
- #: lib/access/class-groups-access-meta-boxes.php:136
323
  msgid "Choose or enter <em>Premium</em> in the <em>Read</em> field located "
324
  "in the <em>Groups</em> box and save or update the post (or hit "
325
  "Enter)."
@@ -346,7 +353,7 @@ msgstr ""
346
  msgid "Click to toggle the display of groups that grant the capabilities."
347
  msgstr ""
348
 
349
- #: lib/admin/class-groups-admin-notice.php:102
350
  msgid "Could you please spare a minute and give it a review over at "
351
  "WordPress.org?"
352
  msgstr ""
@@ -355,7 +362,7 @@ msgstr ""
355
  msgid "Deactivation and data persistence"
356
  msgstr ""
357
 
358
- #: lib/admin/groups-admin-options.php:359
359
  msgid "Delete all Groups plugin data for ALL sites on network deactivation"
360
  msgstr ""
361
 
@@ -425,11 +432,11 @@ msgid "Enter <em>Premium</em> in the quick-create field located in the "
425
  msgstr ""
426
 
427
  #: legacy/access/class-groups-access-meta-boxes-legacy.php:135
428
- #: lib/access/class-groups-access-meta-boxes.php:130
429
  msgid "Example:"
430
  msgstr ""
431
 
432
- #: lib/admin/class-groups-admin-users.php:279
433
  msgid "Filter"
434
  msgstr ""
435
 
@@ -462,7 +469,7 @@ msgstr ""
462
  msgid "Group"
463
  msgstr ""
464
 
465
- #: lib/admin/class-groups-admin-users.php:211
466
  msgid "Group Actions"
467
  msgstr ""
468
 
@@ -479,14 +486,14 @@ msgstr ""
479
  msgid "Group Name : %s"
480
  msgstr ""
481
 
482
- #: lib/access/class-groups-access-meta-boxes.php:112
483
- #: lib/access/class-groups-access-meta-boxes.php:115
484
- #: lib/access/class-groups-access-meta-boxes.php:471
485
- #: lib/admin/class-groups-admin-posts.php:204
486
  #: lib/admin/class-groups-admin-user-profile.php:72
487
  #: lib/admin/class-groups-admin-user-profile.php:135
488
  #: lib/admin/class-groups-admin-user-profile.php:159
489
- #: lib/admin/class-groups-admin-users.php:351
490
  #: lib/admin/class-groups-admin.php:245 lib/admin/class-groups-admin.php:246
491
  #: lib/admin/class-groups-admin.php:275 lib/core/class-groups-help.php:63
492
  #: lib/core/class-groups-help.php:68 lib/core/class-groups-help.php:69
@@ -498,7 +505,7 @@ msgctxt "Column header"
498
  msgid "Groups"
499
  msgstr ""
500
 
501
- #: lib/access/class-groups-access-meta-boxes.php:98
502
  msgctxt "Meta box title"
503
  msgid "Groups"
504
  msgstr ""
@@ -519,8 +526,8 @@ msgid "Groups %s features a simpler model for access restrictions based on "
519
  "groups instead of capabilities used in previous versions."
520
  msgstr ""
521
 
522
- #: lib/admin/class-groups-admin-posts.php:136
523
- #: lib/admin/class-groups-admin-posts.php:137
524
  msgid "Groups &hellip;"
525
  msgstr ""
526
 
@@ -553,7 +560,7 @@ msgid "Here you can <strong>add</strong>, <strong>edit</strong> and "
553
  "<strong>remove</strong> groups."
554
  msgstr ""
555
 
556
- #: lib/admin/class-groups-admin-notice.php:114
557
  msgid "I have already done that."
558
  msgstr ""
559
 
@@ -588,7 +595,7 @@ msgstr ""
588
  msgid "Improved User Interface"
589
  msgstr ""
590
 
591
- #: lib/access/class-groups-access-meta-boxes.php:140
592
  msgid "In the same field, you can create a new group and restrict access. "
593
  "Group names are case-sensitive. In order to be able to use the new "
594
  "group, your user account will be assigned to it."
@@ -599,11 +606,11 @@ msgid "Include these capabilities to enforce read access on posts. The "
599
  "selected capabilities will be offered to restrict access to posts."
600
  msgstr ""
601
 
602
- #: lib/admin/groups-admin-groups-edit.php:141
603
  msgid "Inherited capabilities:"
604
  msgstr ""
605
 
606
- #: lib/access/class-groups-post-access.php:150
607
  msgid "Invalid post ID."
608
  msgstr ""
609
 
@@ -627,7 +634,7 @@ msgid "Legacy Settings"
627
  msgstr ""
628
 
629
  #: legacy/access/class-groups-access-meta-boxes-legacy.php:137
630
- #: lib/access/class-groups-access-meta-boxes.php:132
631
  msgid "Let's assume that you want to limit the visibility of a post to "
632
  "members of the <em>Premium</em> group."
633
  msgstr ""
@@ -636,12 +643,12 @@ msgstr ""
636
  msgid "Log out"
637
  msgstr ""
638
 
639
- #: lib/admin/class-groups-admin-notice.php:100
640
  msgid "Many thanks for using <strong>Groups</strong>!"
641
  msgstr ""
642
 
643
  #: legacy/access/class-groups-access-meta-boxes-legacy.php:503
644
- #: lib/access/class-groups-access-meta-boxes.php:411
645
  msgid "Media"
646
  msgstr ""
647
 
@@ -710,7 +717,7 @@ msgid "Note that you must be a member of a group that has such a capability "
710
  "assigned."
711
  msgstr ""
712
 
713
- #: lib/access/class-groups-access-meta-boxes.php:124
714
  msgid "Note that you must be a member of a group to use it to restrict "
715
  "access."
716
  msgstr ""
@@ -803,14 +810,14 @@ msgid "Please refer to the <a target=\"_blank\" href=\"http://docs.itthinx."
803
  "switch to and use the new access restrictions."
804
  msgstr ""
805
 
806
- #: lib/access/class-groups-access-meta-boxes.php:467
807
  #, php-format
808
  msgid "Please use <a href=\"%s\" target=\"_blank\">Groups File Access</a> "
809
  "for files that require complete protection."
810
  msgstr ""
811
 
812
  #: legacy/access/class-groups-access-meta-boxes-legacy.php:189
813
- #: lib/access/class-groups-access-meta-boxes.php:166
814
  msgid "Post"
815
  msgstr ""
816
 
@@ -831,8 +838,8 @@ msgstr ""
831
  msgid "Quick-create group &amp; capability"
832
  msgstr ""
833
 
834
- #: lib/access/class-groups-access-meta-boxes.php:203
835
- #: lib/access/class-groups-access-meta-boxes.php:413
836
  msgid "Read"
837
  msgstr ""
838
 
@@ -857,6 +864,10 @@ msgstr ""
857
  msgid "Registered"
858
  msgstr ""
859
 
 
 
 
 
860
  #: lib/admin/groups-admin-capabilities-remove.php:62
861
  #: lib/admin/groups-admin-capabilities-remove.php:149
862
  #: lib/admin/groups-admin-capabilities.php:372
@@ -883,7 +894,7 @@ msgstr ""
883
  msgid "Remove capability"
884
  msgstr ""
885
 
886
- #: lib/admin/class-groups-admin-users.php:213
887
  msgid "Remove from group"
888
  msgstr ""
889
 
@@ -896,7 +907,7 @@ msgid "Remove groups"
896
  msgstr ""
897
 
898
  #: legacy/admin/class-groups-admin-posts-legacy.php:186
899
- #: lib/admin/class-groups-admin-posts.php:209
900
  msgid "Remove restriction"
901
  msgstr ""
902
 
@@ -904,12 +915,12 @@ msgstr ""
904
  msgid "Restrict Access"
905
  msgstr ""
906
 
907
- #: lib/access/class-groups-access-meta-boxes.php:229
908
  #, php-format
909
  msgid "Restricts the visibility of this %s to members of the chosen groups."
910
  msgstr ""
911
 
912
- #: lib/access/class-groups-access-meta-boxes.php:461
913
  msgid "Restricts the visibility of this entry to members of the chosen "
914
  "groups."
915
  msgstr ""
@@ -924,10 +935,10 @@ msgid "Role"
924
  msgstr ""
925
 
926
  #: lib/admin/groups-admin-capabilities-edit.php:77
927
- #: lib/admin/groups-admin-groups-edit.php:158
928
  #: lib/admin/groups-admin-options.php:191
929
  #: lib/admin/groups-admin-options.php:314
930
- #: lib/admin/groups-admin-options.php:366
931
  msgid "Save"
932
  msgstr ""
933
 
@@ -952,7 +963,7 @@ msgstr ""
952
  msgid "Switching to Groups %s"
953
  msgstr ""
954
 
955
- #: lib/admin/class-groups-admin-posts.php:167
956
  msgid "Terms"
957
  msgstr ""
958
 
@@ -993,7 +1004,7 @@ msgstr ""
993
  msgid "The <em>%s</em> capability has been updated."
994
  msgstr ""
995
 
996
- #: lib/admin/groups-admin-groups-edit.php:204
997
  #, php-format
998
  msgid "The <em>%s</em> group already exists and cannot be used to name this "
999
  "one."
@@ -1019,11 +1030,11 @@ msgstr ""
1019
  msgid "The <em>Capability</em> must not be empty."
1020
  msgstr ""
1021
 
1022
- #: lib/admin/groups-admin-groups-edit.php:196
1023
  msgid "The <em>Name</em> must not be empty."
1024
  msgstr ""
1025
 
1026
- #: lib/access/class-groups-access-meta-boxes.php:465
1027
  msgid "The attachment page is restricted to authorized users, but due to "
1028
  "technical limitations, the file can still be accessed directly via "
1029
  "its URL."
@@ -1100,7 +1111,7 @@ msgid "This means that if you had access restrictions in place that were "
1100
  "based on capabilities, your entries will still be protected."
1101
  msgstr ""
1102
 
1103
- #: lib/access/class-groups-post-access.php:584
1104
  msgid "This method is deprecated. You should use Groups_Post_Access_Legacy::"
1105
  "get_read_post_capabilities() to retrieve the capabilities instead."
1106
  msgstr ""
@@ -1150,7 +1161,7 @@ msgid "Use the <em>Access restrictions</em> box to limit the visibility of "
1150
  "posts, pages and other post types."
1151
  msgstr ""
1152
 
1153
- #: lib/access/class-groups-access-meta-boxes.php:118
1154
  msgid "Use the <em>Groups</em> box to limit the visibility of posts, pages "
1155
  "and other post types."
1156
  msgstr ""
@@ -1212,7 +1223,7 @@ msgid "Whether you are new to Groups or have been using it before, please "
1212
  "about how to use it."
1213
  msgstr ""
1214
 
1215
- #: lib/admin/class-groups-admin-notice.php:108
1216
  msgid "Yes, here we go!"
1217
  msgstr ""
1218
 
@@ -1231,7 +1242,7 @@ msgid "You are running the system with legacy access control based on "
1231
  "capabilities enabled."
1232
  msgstr ""
1233
 
1234
- #: lib/admin/class-groups-admin-notice.php:119
1235
  #, php-format
1236
  msgid "You can also follow <a href=\"%s\">@itthinx</a> on Twitter or visit "
1237
  "<a href=\"%s\" target=\"_blank\">itthinx.com</a> to check out other "
@@ -1250,19 +1261,19 @@ msgid "You can create a new group and capability here. The capability will "
1250
  "will be assigned to the group."
1251
  msgstr ""
1252
 
1253
- #: lib/access/class-groups-access-meta-boxes.php:196
1254
- #: lib/access/class-groups-access-meta-boxes.php:446
1255
  msgid "You can create a new group by indicating the group's name."
1256
  msgstr ""
1257
 
1258
- #: lib/access/class-groups-access-meta-boxes.php:190
1259
  #, php-format
1260
  msgid "You can restrict the visibility of this %1$s to group members. "
1261
  "Choose one or more groups that are allowed to read this %2$s. If no "
1262
  "groups are chosen, the %3$s is visible to anyone."
1263
  msgstr ""
1264
 
1265
- #: lib/access/class-groups-access-meta-boxes.php:445
1266
  msgid "You can restrict the visibility to group members. Choose one or more "
1267
  "groups to restrict access. If no groups are chosen, this entry is "
1268
  "visible to anyone."
@@ -1273,12 +1284,12 @@ msgid "You can select one or more capabilities that are enabled for access "
1273
  "restriction."
1274
  msgstr ""
1275
 
1276
- #: lib/access/class-groups-access-meta-boxes.php:121
1277
  msgid "You can select one or more groups to restrict access to its members."
1278
  msgstr ""
1279
 
1280
  #: legacy/access/class-groups-access-meta-boxes-legacy.php:290
1281
- #: lib/access/class-groups-access-meta-boxes.php:236
1282
  msgid "You cannot set any access restrictions."
1283
  msgstr ""
1284
 
@@ -1297,11 +1308,11 @@ msgid "You must be in a group that has at least one capability enabled to "
1297
  "enforce read access."
1298
  msgstr ""
1299
 
1300
- #: lib/access/class-groups-access-meta-boxes.php:242
1301
  msgid "You need to have permission to set access restrictions."
1302
  msgstr ""
1303
 
1304
- #: lib/access/class-groups-post-access.php:459
1305
  msgid "You should use Groups_Post_Access_Legacy::create() to pass a "
1306
  "capability restriction instead."
1307
  msgstr ""
7
  msgid ""
8
  msgstr "Project-Id-Version: PACKAGE VERSION\n"
9
  "Report-Msgid-Bugs-To: \n"
10
+ "POT-Creation-Date: 2019-03-08 23:32+0100\n"
11
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
12
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13
  "Language-Team: LANGUAGE <LL@li.org>\n"
24
  msgstr ""
25
 
26
  #: legacy/admin/class-groups-admin-posts-legacy.php:184
27
+ #: lib/admin/class-groups-admin-posts.php:217
28
  msgid "&mdash; No Change &mdash;"
29
  msgstr ""
30
 
31
+ #: lib/admin/class-groups-admin-posts.php:157
32
+ msgid "(any)"
33
+ msgstr ""
34
+
35
+ #: lib/admin/class-groups-admin-posts.php:152
36
+ msgid "(none)"
37
+ msgstr ""
38
+
39
  #: legacy/admin/class-groups-admin-posts-legacy.php:136
 
40
  msgid "(only unrestricted)"
41
  msgstr ""
42
 
43
+ #: lib/admin/class-groups-admin-users.php:368
44
  msgid "--"
45
  msgstr ""
46
 
104
  #: lib/admin/groups-admin-groups-add.php:139
105
  #: lib/admin/groups-admin-groups-add.php:143
106
  #: lib/admin/groups-admin-groups-edit.php:37
107
+ #: lib/admin/groups-admin-groups-edit.php:181
108
+ #: lib/admin/groups-admin-groups-edit.php:185
109
  #: lib/admin/groups-admin-groups-remove.php:35
110
  #: lib/admin/groups-admin-groups-remove.php:83
111
  #: lib/admin/groups-admin-groups-remove.php:87
158
  msgstr ""
159
 
160
  #: legacy/admin/class-groups-admin-posts-legacy.php:185
161
+ #: lib/admin/class-groups-admin-posts.php:218
162
  msgid "Add restriction"
163
  msgstr ""
164
 
165
+ #: lib/admin/class-groups-admin-users.php:202
166
  msgid "Add to group"
167
  msgstr ""
168
 
193
  "capabilities."
194
  msgstr ""
195
 
196
+ #: lib/admin/class-groups-admin-posts.php:175
197
  msgid "Also look for groups related to terms"
198
  msgstr ""
199
 
207
  "footprint on the Users admin screen."
208
  msgstr ""
209
 
210
+ #: lib/access/class-groups-access-meta-boxes.php:214
211
+ #: lib/access/class-groups-access-meta-boxes.php:215
212
+ #: lib/access/class-groups-access-meta-boxes.php:448
213
+ #: lib/access/class-groups-access-meta-boxes.php:449
214
  msgid "Anyone &hellip;"
215
  msgstr ""
216
 
217
+ #: lib/admin/class-groups-admin-users.php:205
218
  #: lib/admin/groups-admin-capabilities.php:334
219
  #: lib/admin/groups-admin-capabilities.php:360
220
  #: lib/admin/groups-admin-capabilities.php:374
234
  msgid "Bulk Actions"
235
  msgstr ""
236
 
237
+ #: lib/admin/groups-admin-options.php:365
238
  msgid "CAUTION: If this option is active while the plugin is deactivated, "
239
  "ALL plugin settings and data will be DELETED for <strong>all sites</"
240
  "strong>. If you are going to use this option, now would be a good "
256
  #: lib/admin/groups-admin-capabilities-remove.php:64
257
  #: lib/admin/groups-admin-capabilities-remove.php:150
258
  #: lib/admin/groups-admin-groups-add.php:121
259
+ #: lib/admin/groups-admin-groups-edit.php:165
260
  #: lib/admin/groups-admin-groups-remove.php:64
261
  #: lib/admin/groups-admin-groups-remove.php:154
262
  msgid "Cancel"
291
  msgid "Capability ID"
292
  msgstr ""
293
 
294
+ #: lib/admin/class-groups-admin-posts.php:231
295
+ #: lib/admin/class-groups-admin-posts.php:232
296
  msgid "Choose access restriction groups &hellip;"
297
  msgstr ""
298
 
310
  #: lib/admin/class-groups-admin-user-profile.php:81
311
  #: lib/admin/class-groups-admin-user-profile.php:169
312
  #: lib/admin/class-groups-admin-user-profile.php:170
313
+ #: lib/admin/class-groups-admin-users.php:180
314
+ #: lib/admin/class-groups-admin-users.php:181
315
+ #: lib/admin/class-groups-admin-users.php:241
316
+ #: lib/admin/class-groups-admin-users.php:242
317
  msgid "Choose groups &hellip;"
318
  msgstr ""
319
 
326
  "the fly."
327
  msgstr ""
328
 
329
+ #: lib/access/class-groups-access-meta-boxes.php:141
330
  msgid "Choose or enter <em>Premium</em> in the <em>Read</em> field located "
331
  "in the <em>Groups</em> box and save or update the post (or hit "
332
  "Enter)."
353
  msgid "Click to toggle the display of groups that grant the capabilities."
354
  msgstr ""
355
 
356
+ #: lib/admin/class-groups-admin-notice.php:133
357
  msgid "Could you please spare a minute and give it a review over at "
358
  "WordPress.org?"
359
  msgstr ""
362
  msgid "Deactivation and data persistence"
363
  msgstr ""
364
 
365
+ #: lib/admin/groups-admin-options.php:361
366
  msgid "Delete all Groups plugin data for ALL sites on network deactivation"
367
  msgstr ""
368
 
432
  msgstr ""
433
 
434
  #: legacy/access/class-groups-access-meta-boxes-legacy.php:135
435
+ #: lib/access/class-groups-access-meta-boxes.php:135
436
  msgid "Example:"
437
  msgstr ""
438
 
439
+ #: lib/admin/class-groups-admin-users.php:269
440
  msgid "Filter"
441
  msgstr ""
442
 
469
  msgid "Group"
470
  msgstr ""
471
 
472
+ #: lib/admin/class-groups-admin-users.php:201
473
  msgid "Group Actions"
474
  msgstr ""
475
 
486
  msgid "Group Name : %s"
487
  msgstr ""
488
 
489
+ #: lib/access/class-groups-access-meta-boxes.php:117
490
+ #: lib/access/class-groups-access-meta-boxes.php:120
491
+ #: lib/access/class-groups-access-meta-boxes.php:476
492
+ #: lib/admin/class-groups-admin-posts.php:214
493
  #: lib/admin/class-groups-admin-user-profile.php:72
494
  #: lib/admin/class-groups-admin-user-profile.php:135
495
  #: lib/admin/class-groups-admin-user-profile.php:159
496
+ #: lib/admin/class-groups-admin-users.php:341
497
  #: lib/admin/class-groups-admin.php:245 lib/admin/class-groups-admin.php:246
498
  #: lib/admin/class-groups-admin.php:275 lib/core/class-groups-help.php:63
499
  #: lib/core/class-groups-help.php:68 lib/core/class-groups-help.php:69
505
  msgid "Groups"
506
  msgstr ""
507
 
508
+ #: lib/access/class-groups-access-meta-boxes.php:103
509
  msgctxt "Meta box title"
510
  msgid "Groups"
511
  msgstr ""
526
  "groups instead of capabilities used in previous versions."
527
  msgstr ""
528
 
529
+ #: lib/admin/class-groups-admin-posts.php:138
530
+ #: lib/admin/class-groups-admin-posts.php:139
531
  msgid "Groups &hellip;"
532
  msgstr ""
533
 
560
  "<strong>remove</strong> groups."
561
  msgstr ""
562
 
563
+ #: lib/admin/class-groups-admin-notice.php:138
564
  msgid "I have already done that."
565
  msgstr ""
566
 
595
  msgid "Improved User Interface"
596
  msgstr ""
597
 
598
+ #: lib/access/class-groups-access-meta-boxes.php:145
599
  msgid "In the same field, you can create a new group and restrict access. "
600
  "Group names are case-sensitive. In order to be able to use the new "
601
  "group, your user account will be assigned to it."
606
  "selected capabilities will be offered to restrict access to posts."
607
  msgstr ""
608
 
609
+ #: lib/admin/groups-admin-groups-edit.php:146
610
  msgid "Inherited capabilities:"
611
  msgstr ""
612
 
613
+ #: lib/access/class-groups-post-access.php:154
614
  msgid "Invalid post ID."
615
  msgstr ""
616
 
634
  msgstr ""
635
 
636
  #: legacy/access/class-groups-access-meta-boxes-legacy.php:137
637
+ #: lib/access/class-groups-access-meta-boxes.php:137
638
  msgid "Let's assume that you want to limit the visibility of a post to "
639
  "members of the <em>Premium</em> group."
640
  msgstr ""
643
  msgid "Log out"
644
  msgstr ""
645
 
646
+ #: lib/admin/class-groups-admin-notice.php:131
647
  msgid "Many thanks for using <strong>Groups</strong>!"
648
  msgstr ""
649
 
650
  #: legacy/access/class-groups-access-meta-boxes-legacy.php:503
651
+ #: lib/access/class-groups-access-meta-boxes.php:416
652
  msgid "Media"
653
  msgstr ""
654
 
717
  "assigned."
718
  msgstr ""
719
 
720
+ #: lib/access/class-groups-access-meta-boxes.php:129
721
  msgid "Note that you must be a member of a group to use it to restrict "
722
  "access."
723
  msgstr ""
810
  "switch to and use the new access restrictions."
811
  msgstr ""
812
 
813
+ #: lib/access/class-groups-access-meta-boxes.php:472
814
  #, php-format
815
  msgid "Please use <a href=\"%s\" target=\"_blank\">Groups File Access</a> "
816
  "for files that require complete protection."
817
  msgstr ""
818
 
819
  #: legacy/access/class-groups-access-meta-boxes-legacy.php:189
820
+ #: lib/access/class-groups-access-meta-boxes.php:171
821
  msgid "Post"
822
  msgstr ""
823
 
838
  msgid "Quick-create group &amp; capability"
839
  msgstr ""
840
 
841
+ #: lib/access/class-groups-access-meta-boxes.php:208
842
+ #: lib/access/class-groups-access-meta-boxes.php:418
843
  msgid "Read"
844
  msgstr ""
845
 
864
  msgid "Registered"
865
  msgstr ""
866
 
867
+ #: lib/admin/class-groups-admin-notice.php:151
868
+ msgid "Remind me later"
869
+ msgstr ""
870
+
871
  #: lib/admin/groups-admin-capabilities-remove.php:62
872
  #: lib/admin/groups-admin-capabilities-remove.php:149
873
  #: lib/admin/groups-admin-capabilities.php:372
894
  msgid "Remove capability"
895
  msgstr ""
896
 
897
+ #: lib/admin/class-groups-admin-users.php:203
898
  msgid "Remove from group"
899
  msgstr ""
900
 
907
  msgstr ""
908
 
909
  #: legacy/admin/class-groups-admin-posts-legacy.php:186
910
+ #: lib/admin/class-groups-admin-posts.php:219
911
  msgid "Remove restriction"
912
  msgstr ""
913
 
915
  msgid "Restrict Access"
916
  msgstr ""
917
 
918
+ #: lib/access/class-groups-access-meta-boxes.php:234
919
  #, php-format
920
  msgid "Restricts the visibility of this %s to members of the chosen groups."
921
  msgstr ""
922
 
923
+ #: lib/access/class-groups-access-meta-boxes.php:466
924
  msgid "Restricts the visibility of this entry to members of the chosen "
925
  "groups."
926
  msgstr ""
935
  msgstr ""
936
 
937
  #: lib/admin/groups-admin-capabilities-edit.php:77
938
+ #: lib/admin/groups-admin-groups-edit.php:163
939
  #: lib/admin/groups-admin-options.php:191
940
  #: lib/admin/groups-admin-options.php:314
941
+ #: lib/admin/groups-admin-options.php:369
942
  msgid "Save"
943
  msgstr ""
944
 
963
  msgid "Switching to Groups %s"
964
  msgstr ""
965
 
966
+ #: lib/admin/class-groups-admin-posts.php:177
967
  msgid "Terms"
968
  msgstr ""
969
 
1004
  msgid "The <em>%s</em> capability has been updated."
1005
  msgstr ""
1006
 
1007
+ #: lib/admin/groups-admin-groups-edit.php:209
1008
  #, php-format
1009
  msgid "The <em>%s</em> group already exists and cannot be used to name this "
1010
  "one."
1030
  msgid "The <em>Capability</em> must not be empty."
1031
  msgstr ""
1032
 
1033
+ #: lib/admin/groups-admin-groups-edit.php:201
1034
  msgid "The <em>Name</em> must not be empty."
1035
  msgstr ""
1036
 
1037
+ #: lib/access/class-groups-access-meta-boxes.php:470
1038
  msgid "The attachment page is restricted to authorized users, but due to "
1039
  "technical limitations, the file can still be accessed directly via "
1040
  "its URL."
1111
  "based on capabilities, your entries will still be protected."
1112
  msgstr ""
1113
 
1114
+ #: lib/access/class-groups-post-access.php:636
1115
  msgid "This method is deprecated. You should use Groups_Post_Access_Legacy::"
1116
  "get_read_post_capabilities() to retrieve the capabilities instead."
1117
  msgstr ""
1161
  "posts, pages and other post types."
1162
  msgstr ""
1163
 
1164
+ #: lib/access/class-groups-access-meta-boxes.php:123
1165
  msgid "Use the <em>Groups</em> box to limit the visibility of posts, pages "
1166
  "and other post types."
1167
  msgstr ""
1223
  "about how to use it."
1224
  msgstr ""
1225
 
1226
+ #: lib/admin/class-groups-admin-notice.php:145
1227
  msgid "Yes, here we go!"
1228
  msgstr ""
1229
 
1242
  "capabilities enabled."
1243
  msgstr ""
1244
 
1245
+ #: lib/admin/class-groups-admin-notice.php:157
1246
  #, php-format
1247
  msgid "You can also follow <a href=\"%s\">@itthinx</a> on Twitter or visit "
1248
  "<a href=\"%s\" target=\"_blank\">itthinx.com</a> to check out other "
1261
  "will be assigned to the group."
1262
  msgstr ""
1263
 
1264
+ #: lib/access/class-groups-access-meta-boxes.php:201
1265
+ #: lib/access/class-groups-access-meta-boxes.php:451
1266
  msgid "You can create a new group by indicating the group's name."
1267
  msgstr ""
1268
 
1269
+ #: lib/access/class-groups-access-meta-boxes.php:195
1270
  #, php-format
1271
  msgid "You can restrict the visibility of this %1$s to group members. "
1272
  "Choose one or more groups that are allowed to read this %2$s. If no "
1273
  "groups are chosen, the %3$s is visible to anyone."
1274
  msgstr ""
1275
 
1276
+ #: lib/access/class-groups-access-meta-boxes.php:450
1277
  msgid "You can restrict the visibility to group members. Choose one or more "
1278
  "groups to restrict access. If no groups are chosen, this entry is "
1279
  "visible to anyone."
1284
  "restriction."
1285
  msgstr ""
1286
 
1287
+ #: lib/access/class-groups-access-meta-boxes.php:126
1288
  msgid "You can select one or more groups to restrict access to its members."
1289
  msgstr ""
1290
 
1291
  #: legacy/access/class-groups-access-meta-boxes-legacy.php:290
1292
+ #: lib/access/class-groups-access-meta-boxes.php:241
1293
  msgid "You cannot set any access restrictions."
1294
  msgstr ""
1295
 
1308
  "enforce read access."
1309
  msgstr ""
1310
 
1311
+ #: lib/access/class-groups-access-meta-boxes.php:247
1312
  msgid "You need to have permission to set access restrictions."
1313
  msgstr ""
1314
 
1315
+ #: lib/access/class-groups-post-access.php:511
1316
  msgid "You should use Groups_Post_Access_Legacy::create() to pass a "
1317
  "capability restriction instead."
1318
  msgstr ""
lib/admin/class-groups-admin-posts.php CHANGED
@@ -36,7 +36,8 @@ class Groups_Admin_Posts {
36
  */
37
  const GROUPS_READ = 'groups-read';
38
 
39
- const NOT_RESTRICTED = "#not-restricted#";
 
40
 
41
  /**
42
  * Sets up an admin_init hook where our actions and filters are added.
@@ -105,6 +106,7 @@ class Groups_Admin_Posts {
105
  echo '.tablenav .actions { overflow: visible; }'; // this is important so that the selectize options aren't hidden
106
  echo '.wp-list-table td { overflow: visible; }'; // idem for bulk actions
107
  echo 'label.groups-read-terms {vertical-align: middle; line-height: 28px; margin-right: 4px; }'; // Terms checkbox
 
108
  echo '</style>';
109
  }
110
  }
@@ -144,8 +146,16 @@ class Groups_Admin_Posts {
144
  $previous_selected = array();
145
  }
146
  }
147
- $selected = in_array( self::NOT_RESTRICTED, $previous_selected ) ? ' selected="selected" ' : '';
148
- $output .= sprintf( '<option value="%s" %s >%s</option>', self::NOT_RESTRICTED, esc_attr( $selected ), esc_attr( __( '(only unrestricted)', 'groups' ) ) );
 
 
 
 
 
 
 
 
149
 
150
  $groups = Groups_Group::get_groups( array( 'order_by' => 'name', 'order' => 'ASC' ) );
151
  foreach( $groups as $group ) {
@@ -288,7 +298,8 @@ class Groups_Admin_Posts {
288
  /**
289
  * Query modifier to take the selected access restriction groups into
290
  * account.
291
- *
 
292
  * @param WP_Query $query query object passed by reference
293
  */
294
  public static function parse_query( &$query ) {
@@ -384,6 +395,52 @@ class Groups_Admin_Posts {
384
 
385
  if ( self::extend_for_filter_groups_read( $query ) ) {
386
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
387
  $group_ids = array();
388
  foreach ( $_GET[Groups_Post_Access::POSTMETA_PREFIX . Groups_Post_Access::READ] as $group_id ) {
389
  if ( $group_id = Groups_Utility::id( $group_id ) ) {
@@ -394,8 +451,23 @@ class Groups_Admin_Posts {
394
  }
395
 
396
  if ( !empty( $group_ids ) ) {
397
- $groups = ' ( ' . implode(',', $group_ids ) . ' ) ';
398
- $group_table = _groups_get_tablename( 'group' );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
399
  if (
400
  !empty( $_GET['groups-read-terms'] ) &&
401
  function_exists( 'get_term_meta' ) && // >= WordPress 4.4.0 as we query the termmeta table
@@ -403,36 +475,11 @@ class Groups_Admin_Posts {
403
  method_exists( 'Groups_Restrict_Categories', 'get_controlled_taxonomies' ) &&
404
  method_exists( 'Groups_Restrict_Categories', 'get_term_read_groups' ) // >= Groups Restrict Categories 2.0.0, the method isn't used here but it wouldn't make any sense to query unless we're >= 2.0.0
405
  ) {
406
- $where .= "
407
- AND $wpdb->posts.ID IN (
408
- SELECT post_id
409
- FROM $wpdb->postmeta pm
410
- WHERE
411
- pm.meta_key = 'groups-read' AND
412
- pm.meta_value IN $groups
413
- UNION ALL
414
- SELECT p.ID post_id
415
- FROM $wpdb->posts p
416
- LEFT JOIN $wpdb->term_relationships tr ON p.ID = tr.object_id
417
- LEFT JOIN $wpdb->term_taxonomy tt ON tr.term_taxonomy_id = tt.term_taxonomy_id
418
- LEFT JOIN $wpdb->termmeta tm ON tt.term_id = tm.term_id
419
- WHERE
420
- tm.meta_key = 'groups-read' AND
421
- tm.meta_value IN $groups
422
- )
423
- ";
424
- } else {
425
- $where .= "
426
- AND $wpdb->posts.ID IN (
427
- SELECT post_id
428
- FROM $wpdb->postmeta pm
429
- WHERE
430
- pm.meta_key = 'groups-read' AND
431
- pm.meta_value IN $groups
432
- )
433
- ";
434
  }
435
- } // !empty( $group_ids )
 
 
436
 
437
  }
438
 
36
  */
37
  const GROUPS_READ = 'groups-read';
38
 
39
+ const NOT_RESTRICTED = '#not-restricted#';
40
+ const RESTRICTED = '#restricted#';
41
 
42
  /**
43
  * Sets up an admin_init hook where our actions and filters are added.
106
  echo '.tablenav .actions { overflow: visible; }'; // this is important so that the selectize options aren't hidden
107
  echo '.wp-list-table td { overflow: visible; }'; // idem for bulk actions
108
  echo 'label.groups-read-terms {vertical-align: middle; line-height: 28px; margin-right: 4px; }'; // Terms checkbox
109
+ echo 'th.column-groups, th.column-groups-read { width:10%; }';
110
  echo '</style>';
111
  }
112
  }
146
  $previous_selected = array();
147
  }
148
  }
149
+ $output .= sprintf(
150
+ '<option value="%s" %s >%s</option>', self::NOT_RESTRICTED,
151
+ esc_attr( in_array( self::NOT_RESTRICTED, $previous_selected ) ? ' selected="selected" ' : '' ),
152
+ esc_attr( __( '(none)', 'groups' ) )
153
+ );
154
+ $output .= sprintf(
155
+ '<option value="%s" %s >%s</option>', self::RESTRICTED,
156
+ esc_attr( in_array( self::RESTRICTED, $previous_selected ) ? ' selected="selected" ' : '' ),
157
+ esc_attr( __( '(any)', 'groups' ) )
158
+ );
159
 
160
  $groups = Groups_Group::get_groups( array( 'order_by' => 'name', 'order' => 'ASC' ) );
161
  foreach( $groups as $group ) {
298
  /**
299
  * Query modifier to take the selected access restriction groups into
300
  * account.
301
+ *
302
+ * @deprecated not used
303
  * @param WP_Query $query query object passed by reference
304
  */
305
  public static function parse_query( &$query ) {
395
 
396
  if ( self::extend_for_filter_groups_read( $query ) ) {
397
 
398
+ $post_in = array();
399
+ $term_in = array();
400
+
401
+ $filter_terms = false;
402
+ if (
403
+ !empty( $_GET['groups-read-terms'] ) &&
404
+ function_exists( 'get_term_meta' ) && // >= WordPress 4.4.0 as we query the termmeta table
405
+ class_exists( 'Groups_Restrict_Categories' ) &&
406
+ method_exists( 'Groups_Restrict_Categories', 'get_controlled_taxonomies' ) &&
407
+ method_exists( 'Groups_Restrict_Categories', 'get_term_read_groups' ) // >= Groups Restrict Categories 2.0.0, the method isn't used here but it wouldn't make any sense to query unless we're >= 2.0.0
408
+ ) {
409
+ $filter_terms = true;
410
+ }
411
+
412
+ if ( in_array( self::NOT_RESTRICTED, $_GET[Groups_Post_Access::POSTMETA_PREFIX . Groups_Post_Access::READ] ) ) {
413
+ $condition =
414
+ "SELECT ID post_id FROM $wpdb->posts " .
415
+ "WHERE ID NOT IN (" .
416
+ "SELECT post_id FROM $wpdb->postmeta WHERE meta_key = 'groups-read'";
417
+ if ( $filter_terms ) {
418
+ $condition .=
419
+ " UNION ALL " .
420
+ "SELECT p.ID post_id FROM $wpdb->posts p " .
421
+ "LEFT JOIN $wpdb->term_relationships tr ON p.ID = tr.object_id " .
422
+ "LEFT JOIN $wpdb->term_taxonomy tt ON tr.term_taxonomy_id = tt.term_taxonomy_id " .
423
+ "LEFT JOIN $wpdb->termmeta tm ON tt.term_id = tm.term_id " .
424
+ "WHERE tm.meta_key = 'groups-read'";
425
+ }
426
+ $condition .= ")";
427
+ $post_in[] = $condition;
428
+ }
429
+
430
+ if ( in_array( self::RESTRICTED, $_GET[Groups_Post_Access::POSTMETA_PREFIX . Groups_Post_Access::READ] ) ) {
431
+ $condition = "SELECT post_id FROM $wpdb->postmeta WHERE meta_key = 'groups-read'";
432
+ if ( $filter_terms ) {
433
+ $condition .=
434
+ " UNION ALL " .
435
+ "SELECT p.ID post_id FROM $wpdb->posts p " .
436
+ "LEFT JOIN $wpdb->term_relationships tr ON p.ID = tr.object_id " .
437
+ "LEFT JOIN $wpdb->term_taxonomy tt ON tr.term_taxonomy_id = tt.term_taxonomy_id " .
438
+ "LEFT JOIN $wpdb->termmeta tm ON tt.term_id = tm.term_id " .
439
+ "WHERE tm.meta_key = 'groups-read'";
440
+ }
441
+ $post_in[] = $condition;
442
+ }
443
+
444
  $group_ids = array();
445
  foreach ( $_GET[Groups_Post_Access::POSTMETA_PREFIX . Groups_Post_Access::READ] as $group_id ) {
446
  if ( $group_id = Groups_Utility::id( $group_id ) ) {
451
  }
452
 
453
  if ( !empty( $group_ids ) ) {
454
+ $groups = ' ( ' . implode( ',', esc_sql( $group_ids ) ) . ' ) ';
455
+ $condition =
456
+ "SELECT post_id FROM $wpdb->postmeta " .
457
+ "WHERE meta_key = 'groups-read' AND meta_value IN $groups";
458
+ if ( $filter_terms ) {
459
+ $condition .=
460
+ " UNION ALL " .
461
+ "SELECT p.ID post_id FROM $wpdb->posts p " .
462
+ "LEFT JOIN $wpdb->term_relationships tr ON p.ID = tr.object_id " .
463
+ "LEFT JOIN $wpdb->term_taxonomy tt ON tr.term_taxonomy_id = tt.term_taxonomy_id " .
464
+ "LEFT JOIN $wpdb->termmeta tm ON tt.term_id = tm.term_id " .
465
+ "WHERE tm.meta_key = 'groups-read' AND tm.meta_value IN $groups";
466
+ }
467
+ $post_in[] = $condition;
468
+ }
469
+
470
+ if ( count( $post_in ) > 0 ) {
471
  if (
472
  !empty( $_GET['groups-read-terms'] ) &&
473
  function_exists( 'get_term_meta' ) && // >= WordPress 4.4.0 as we query the termmeta table
475
  method_exists( 'Groups_Restrict_Categories', 'get_controlled_taxonomies' ) &&
476
  method_exists( 'Groups_Restrict_Categories', 'get_term_read_groups' ) // >= Groups Restrict Categories 2.0.0, the method isn't used here but it wouldn't make any sense to query unless we're >= 2.0.0
477
  ) {
478
+ $post_in = array_merge( $post_in, $term_in );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
479
  }
480
+ $id_in = implode( ' UNION ALL ', $post_in );
481
+ $where .= " AND $wpdb->posts.ID IN ( $id_in ) ";
482
+ }
483
 
484
  }
485
 
lib/admin/class-groups-admin-users.php CHANGED
@@ -355,7 +355,7 @@ class Groups_Admin_Users {
355
  case self::GROUPS :
356
  $groups_user = new Groups_User( $user_id );
357
  $groups = $groups_user->groups;
358
- if ( count( $groups ) > 0 ) {
359
  usort( $groups, array( __CLASS__, 'by_group_name' ) );
360
  $output = '<ul>';
361
  foreach( $groups as $group ) {
355
  case self::GROUPS :
356
  $groups_user = new Groups_User( $user_id );
357
  $groups = $groups_user->groups;
358
+ if ( $groups !== null && count( $groups ) > 0 ) {
359
  usort( $groups, array( __CLASS__, 'by_group_name' ) );
360
  $output = '<ul>';
361
  foreach( $groups as $group ) {
lib/core/class-groups-group.php CHANGED
@@ -62,7 +62,7 @@ class Groups_Group implements I_Capable {
62
  * - users, returns an array of Groups_User
63
  *
64
  * @param string $name property's name
65
- * @return property value, will return null if property does not exist
66
  */
67
  public function __get( $name ) {
68
  global $wpdb;
62
  * - users, returns an array of Groups_User
63
  *
64
  * @param string $name property's name
65
+ * @return mixed property value, will return null if property does not exist
66
  */
67
  public function __get( $name ) {
68
  global $wpdb;
lib/core/class-groups-user.php CHANGED
@@ -81,7 +81,7 @@ class Groups_User implements I_Capable {
81
 
82
  /**
83
  * Clear cache objects for all users in the group.
84
- * @param unknown_type $group_id
85
  */
86
  public static function clear_cache_for_group( $group_id ) {
87
  global $wpdb;
81
 
82
  /**
83
  * Clear cache objects for all users in the group.
84
+ * @param int $group_id
85
  */
86
  public static function clear_cache_for_group( $group_id ) {
87
  global $wpdb;
readme.txt CHANGED
@@ -3,9 +3,9 @@ Contributors: itthinx, proaktion
3
  Donate link: http://www.itthinx.com/plugins/groups
4
  Tags: groups, access, access control, membership, memberships, member, members, capability, capabilities, content, download, downloads, file, file access, files, paypal, permission, permissions, subscription, subscriptions, woocommerce
5
  Requires at least: 4.6
6
- Tested up to: 5.0
7
  Requires PHP: 5.5.38
8
- Stable tag: 2.5.0
9
  License: GPLv3
10
 
11
  Groups is an efficient and powerful solution, providing group-based user membership management, group-based capabilities and content access control.
@@ -190,109 +190,16 @@ See also the [Groups Documentation](http://docs.itthinx.com/document/groups/) pa
190
 
191
  == Changelog ==
192
 
193
- = 2.5.0 =
194
- * Tested for WordPress 5.0.
195
-
196
- = 2.4.0 =
197
- * Improved performance when filtering the users list by groups to avoid issues with large user bases.
198
- * Tested with the latest WordPress 4.9.
199
- * Updated the minimum required WordPress version to 4.6.
200
- * Fixed a missing Javascript resource when selecting an image in the customizer.
201
-
202
- = 2.3.1 =
203
- * Fixed several points where warnings related to the use of count() and the Countable interface would occur due to changes in PHP 7.2.
204
- * Tested with WordPress 4.9.
205
- * Added the groups_post_access_posts_where_query_get_post_types filter to allow additional processing to cover for cases like where
206
- wc_query is set.
207
- * Fixed a notice related to the use of an undefined variable in the Groups_Post_Access class.
208
- * Added the logo and the option to get reminded later to the Groups notice.
209
- * Added filters on get_previous_post_where and get_next_post_where to restrict access on adjacent posts.
210
-
211
- = 2.3.0 =
212
- * Tested with WordPress 4.8.
213
- * Fixed a REST API access restriction issue, added the filter rest_prepare_{$post_type} to
214
- grant or deny access to individual posts.
215
- * Updated the translation template.
216
- * German translation updated.
217
- * Updated the appearance of the network settings.
218
- * Updated the table creation process dropping use of dbDelta() due to its restrictions (can't handle IF NOT EXISTS).
219
- * Fixed an issue related to cache and switching to a blog when neither wp_cache_switch_to_blog() nor wp_cache_reset()
220
- are implemented, like in WP Engine's object-cache.php which does provide wp_cache_flush().
221
- * Guarded against concurrent execution of multiple instances of plugin activation and deactivation processes.
222
- * Fixed an attempt to refresh capabilities when no previous version was installed.
223
-
224
- = 2.2.0 =
225
- * Important change in this version: If access restrictions for post type are disabled, related entries will not be protected anymore.
226
- * Improved the activation performance by simplifying the creation of user-group entries.
227
- The 'groups_created_user_group' action is not invoked on incorporating existing users and
228
- a single query is used to create entries for all users.
229
- Based on suggestions from @haroldkyle in https://github.com/itthinx/groups/pull/14
230
- * Added a warning message displayed in the plugins list when Groups is going to delete its
231
- data on deactivation.
232
- * Added the ability to obtain user_ids from Groups_Group.
233
- * Improved the performance when obtaining users from Groups_Group.
234
- Based on suggestions from @tricki in https://github.com/itthinx/groups/pull/50
235
- * Adjusted the signature of the Groups_User constructor to use null as default for its $user_id argument.
236
- * Added methods in Groups_Post_Access to get and set which post types Groups should handle.
237
- * Changed the default assumption to handle only post types that are 'public' by default. Others are not handled by default.
238
- * Updated the Options to show all available post types.
239
- * Improved performance by limiting our posts_where, wp_count_posts and other filters in Groups_Post_Access to handled post types only.
240
- * Fixed a potential fatal error when the user_register hook is fired and get_current_screen() is not defined.
241
- * Updated translations.
242
- * Fixed a notice when no post types are selected in Groups > Options.
243
- * Added comment filters to hide comments on protected entries.
244
- * Improved the performance of the post filter.
245
- * Added several performance improvements related to data retrieval and caching on various objects and data sets.
246
- * Added a notice handler class.
247
-
248
- = 2.1.2 =
249
- * Fixed a warning that came up when the post type in a query is provided as an array indicating multiple post types.
250
- * Users who can administer Groups (with the groups_admin_groups capability) now also see posts restricted to groups
251
- they do not belong to, in line with the ability to restrict access with groups they do not belong to for consistency's
252
- sake.
253
- * Added a filter on woocommerce_product_is_visible so protected up-sell and cross-sell products
254
- are effectively hidden.
255
-
256
- = 2.1.1 =
257
- * Changed the default value for legacy mode used on installation to false. Fixes database errors
258
- due to missing capability table at that stage.
259
- * Modified the method signature of Groups_Post_Access::posts_where() and
260
- Groups_Post_Access_Legacy::posts_where() to avoid PHP 7.1 warnings (reference expected, value given).
261
- * Removed the administrator override option on the back end. Administrator override now requires the constant
262
- GROUPS_ADMINISTRATOR_OVERRIDE to be defined as true.
263
- * Updated the French translation.
264
- * Adjusted the load order for translations.
265
-
266
- = 2.1.0 =
267
- * Changed the requirements to allow to restrict by group.
268
- * Fixed legacy access restrictions help replaced new groups help.
269
-
270
- = 2.0.3 =
271
- * Fixed a "Fatal error: Call to a member function get_role_caps() on a non-object" which
272
- could occur in circumstances with invalid user IDs.
273
-
274
- = 2.0.2 =
275
- * Added the option to dismiss the Welcome screen.
276
- * Updated German and Spanish translations.
277
-
278
- = 2.0.1 =
279
- * Fixed an issue with conflicting cache entries with legacy mode enabled.
280
- * Fixed access restriction capabilities were reset when reenabling legacy mode.
281
-
282
- = 2.0.0 =
283
- * Changed the access restriction model to group-based access restrictions.
284
- * Provides an optional legacy mode that supports the previous capability-based access restrictions.
285
- * Optimized the approach to restrict read access on posts using groups rather than access restriction capabilities.
286
- * Added the `groups_restrict_access` capability which grants users to impose access restrictions.
287
- * Fixed the order_by and order parameters in Groups_Group::get_groups()
288
- * Added the $create parameter in Groups_UIE::render_select()
289
- * Removed the "Chosen" library.
290
- * Improved and reduced the footprint on the Users admin screen, now allowing to filter by one or multiple groups.
291
- * Added a welcome screen.
292
- * Added the option to assign groups to new users directly when creating them from the Dashboard.
293
- * Changed the language domain to string literal instead of constant.
294
- * Improvements on internal coding standards (single/double quotes, EOF, formatting).
295
 
296
  == Upgrade Notice ==
297
 
298
- This release has been tested for WordPress 5.0.
3
  Donate link: http://www.itthinx.com/plugins/groups
4
  Tags: groups, access, access control, membership, memberships, member, members, capability, capabilities, content, download, downloads, file, file access, files, paypal, permission, permissions, subscription, subscriptions, woocommerce
5
  Requires at least: 4.6
6
+ Tested up to: 5.1
7
  Requires PHP: 5.5.38
8
+ Stable tag: 2.6.0
9
  License: GPLv3
10
 
11
  Groups is an efficient and powerful solution, providing group-based user membership management, group-based capabilities and content access control.
190
 
191
  == Changelog ==
192
 
193
+ = 2.6.0 =
194
+ * Tested for WordPress 5.1.
195
+ * Added an option to filter by posts restricted by any group.
196
+ * Added an option to filter by posts restricted by no group.
197
+ * Removed an option to filter by only unrestricted posts which didn't work.
198
+ * Improved groups column header fitting on post admin screens.
199
+ * Fixed a notice when a user has no groups assigned.
200
+
201
+ For the full changelog see the [changelog.txt](https://github.com/itthinx/groups/blob/master/changelog.txt).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
202
 
203
  == Upgrade Notice ==
204
 
205
+ This release has been tested for WordPress 5.1 and contains minor improvements and fixes.