Groups - Version 2.1.0

Version Description

  • Changed the requirements to allow to restrict by group.
  • Fixed legacy access restrictions help replaced new groups help.
Download this release

Release Info

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

Code changes from version 2.0.3 to 2.1.0

changelog.txt CHANGED
@@ -1,5 +1,9 @@
1
  == Groups by itthinx - changelog.txt ==
2
 
 
 
 
 
3
  = 2.0.3 =
4
  * Fixed a "Fatal error: Call to a member function get_role_caps() on a non-object" which
5
  could occur in circumstances with invalid user IDs.
1
  == Groups by itthinx - changelog.txt ==
2
 
3
+ = 2.1.0 =
4
+ * Changed the requirements to allow to restrict by group.
5
+ * Fixed legacy access restrictions help replaced new groups help.
6
+
7
  = 2.0.3 =
8
  * Fixed a "Fatal error: Call to a member function get_role_caps() on a non-object" which
9
  could occur in circumstances with invalid user IDs.
groups.php CHANGED
@@ -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.0.3
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.0.3' );
36
  define( 'GROUPS_FILE', __FILE__ );
37
  if ( !defined( 'GROUPS_CORE_DIR' ) ) {
38
  define( 'GROUPS_CORE_DIR', untrailingslashit( plugin_dir_path( __FILE__ ) ) );
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.1.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.1.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-02-14 19:43+0100\n"
11
- "PO-Revision-Date: 2017-02-14 19:49+0100\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 1.8.11\n"
20
 
21
  #: lib/core/class-groups-pagination.php:140
22
  #, php-format
@@ -216,10 +216,10 @@ 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:206
220
- #: lib/access/class-groups-access-meta-boxes.php:207
221
- #: lib/access/class-groups-access-meta-boxes.php:442
222
  #: lib/access/class-groups-access-meta-boxes.php:443
 
223
  msgid "Anyone …"
224
  msgstr "Jeder …"
225
 
@@ -357,7 +357,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:132
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)."
@@ -474,7 +474,7 @@ msgstr ""
474
  "Aktualisieren Sie den Beitrag."
475
 
476
  #: legacy/access/class-groups-access-meta-boxes-legacy.php:135
477
- #: lib/access/class-groups-access-meta-boxes.php:126
478
  msgid "Example:"
479
  msgstr "Beispiel:"
480
 
@@ -541,7 +541,7 @@ msgstr "Gruppenname : %s"
541
 
542
  #: lib/access/class-groups-access-meta-boxes.php:112
543
  #: lib/access/class-groups-access-meta-boxes.php:115
544
- #: lib/access/class-groups-access-meta-boxes.php:470
545
  #: lib/admin/class-groups-admin-posts.php:204
546
  #: lib/admin/class-groups-admin-user-profile.php:72
547
  #: lib/admin/class-groups-admin-user-profile.php:133
@@ -657,18 +657,15 @@ msgstr "Wichtig"
657
  msgid "Improved User Interface"
658
  msgstr "Verbesserte Benutzeroberfläche"
659
 
660
- #: lib/access/class-groups-access-meta-boxes.php:136
661
  msgid ""
662
  "In the same field, you can create a new group and restrict access. Group "
663
  "names are case-sensitive. In order to be able to use the new group, your "
664
- "user account will be assigned to it. You will not be able to restrict access "
665
- "if the group already exists but you do not belong to it."
666
  msgstr ""
667
  "Im selben Feld kann man eine neue Gruppe erstellen und den Zugang "
668
  "einschränken. Bei Gruppennamen wird die Groß- und Kleinschreibung beachtet. "
669
- "Um die neue Gruppe verwenden zu können wird man der Gruppe hinzugefügt. Es "
670
- "ist nicht möglich den Zugang mittels einer Gruppe zu beschränken die bereits "
671
- "existiert wenn man dieser nicht zugehört."
672
 
673
  #: legacy/admin/groups-admin-options-legacy.php:62
674
  msgid ""
@@ -706,7 +703,7 @@ msgid "Legacy Settings"
706
  msgstr "Legacy Einstellungen"
707
 
708
  #: legacy/access/class-groups-access-meta-boxes-legacy.php:137
709
- #: lib/access/class-groups-access-meta-boxes.php:128
710
  msgid ""
711
  "Let's assume that you want to limit the visibility of a post to members of "
712
  "the <em>Premium</em> group."
@@ -719,7 +716,7 @@ msgid "Log out"
719
  msgstr "Abmelden"
720
 
721
  #: legacy/access/class-groups-access-meta-boxes-legacy.php:503
722
- #: lib/access/class-groups-access-meta-boxes.php:410
723
  msgid "Media"
724
  msgstr "Medien"
725
 
@@ -798,7 +795,7 @@ msgstr ""
798
  "Beachten Sie, dass Sie Mitglied einer Gruppe die diese Kapazität hat sein "
799
  "müssen."
800
 
801
- #: lib/access/class-groups-access-meta-boxes.php:123
802
  msgid "Note that you must be a member of a group to use it to restrict access."
803
  msgstr ""
804
  "Es ist zu beachten dass man Mitglied einer Gruppe sein muss, um diese zur "
@@ -920,7 +917,7 @@ msgstr ""
920
  "document/groups/\">Dokumentation</a> für Details über die Umstellung und "
921
  "Benutzung der neuen Zugriffsbeschränkungen."
922
 
923
- #: lib/access/class-groups-access-meta-boxes.php:466
924
  #, php-format
925
  msgid ""
926
  "Please use <a href=\"%s\" target=\"_blank\">Groups File Access</a> for files "
@@ -930,7 +927,7 @@ msgstr ""
930
  "target=\"_blank\">Groups File Access</a> verwenden."
931
 
932
  #: legacy/access/class-groups-access-meta-boxes-legacy.php:189
933
- #: lib/access/class-groups-access-meta-boxes.php:162
934
  msgid "Post"
935
  msgstr "Beitrag"
936
 
@@ -954,8 +951,8 @@ msgstr "Inhalte Einfach Schützen"
954
  msgid "Quick-create group &amp; capability"
955
  msgstr "Instant Gruppe &amp; Kapazität"
956
 
957
- #: lib/access/class-groups-access-meta-boxes.php:200
958
- #: lib/access/class-groups-access-meta-boxes.php:412
959
  msgid "Read"
960
  msgstr "Lesen"
961
 
@@ -1027,13 +1024,13 @@ msgstr "Beschränkung entfernen"
1027
  msgid "Restrict Access"
1028
  msgstr "Zugang Beschränken"
1029
 
1030
- #: lib/access/class-groups-access-meta-boxes.php:226
1031
  #, php-format
1032
  msgid "Restricts the visibility of this %s to members of the chosen groups."
1033
  msgstr ""
1034
  "Beschränkt die %s-Sichtbarkeit auf Mitglieder der ausgewählten Gruppen."
1035
 
1036
- #: lib/access/class-groups-access-meta-boxes.php:460
1037
  msgid "Restricts the visibility of this entry to members of the chosen groups."
1038
  msgstr ""
1039
  "Beschränkt die Sichtbarkeit dieses Eintrags auf Mitglieder der ausgewählten "
@@ -1159,7 +1156,7 @@ msgstr "Die <em>Kapazität</em> darf nicht leer sein."
1159
  msgid "The <em>Name</em> must not be empty."
1160
  msgstr "Der <em>Name</em> darf nicht leer sein."
1161
 
1162
- #: lib/access/class-groups-access-meta-boxes.php:464
1163
  msgid ""
1164
  "The attachment page is restricted to authorized users, but due to technical "
1165
  "limitations, the file can still be accessed directly via its URL."
@@ -1426,13 +1423,13 @@ msgstr ""
1426
  "aktiviert. Um die Kapazität verwenden zu können, wird ihr Benutzerkonto der "
1427
  "Gruppe hinzugefügt."
1428
 
1429
- #: lib/access/class-groups-access-meta-boxes.php:193
1430
- #: lib/access/class-groups-access-meta-boxes.php:445
1431
  msgid "You can create a new group by indicating the group's name."
1432
  msgstr ""
1433
  "Eine neue Gruppe kann erstellt werden indem man den Namen der Gruppe eingibt."
1434
 
1435
- #: lib/access/class-groups-access-meta-boxes.php:187
1436
  #, php-format
1437
  msgid ""
1438
  "You can restrict the visibility of this %1$s to group members. Choose one or "
@@ -1443,7 +1440,7 @@ msgstr ""
1443
  "oder mehrere Gruppen auswählen die diese/n/s %2$s lesen dürfen. Werden keine "
1444
  "Gruppen ausgewählt dann ist diese/r/s %3$s für alle sichtbar."
1445
 
1446
- #: lib/access/class-groups-access-meta-boxes.php:444
1447
  msgid ""
1448
  "You can restrict the visibility to group members. Choose one or more groups "
1449
  "to restrict access. If no groups are chosen, this entry is visible to anyone."
@@ -1467,7 +1464,7 @@ msgstr ""
1467
  "Mitglieder einzuschränken."
1468
 
1469
  #: legacy/access/class-groups-access-meta-boxes-legacy.php:290
1470
- #: lib/access/class-groups-access-meta-boxes.php:233
1471
  msgid "You cannot set any access restrictions."
1472
  msgstr "Sie können keine Zugriffsbeschränkungen setzen."
1473
 
@@ -1489,7 +1486,7 @@ msgstr ""
1489
  "Sie müssen in einer Gruppe sein die zumindest eine Kapazität hat die zur "
1490
  "Zugriffsbeschränkung aktiviert ist."
1491
 
1492
- #: lib/access/class-groups-access-meta-boxes.php:239
1493
  msgid "You need to have permission to set access restrictions."
1494
  msgstr ""
1495
  "Man benötigt die entsprechenden Rechte um Zugriffsbeschränkungen setzen zu "
7
  msgstr ""
8
  "Project-Id-Version: \n"
9
  "Report-Msgid-Bugs-To: \n"
10
+ "POT-Creation-Date: 2017-04-03 21:49+0200\n"
11
+ "PO-Revision-Date: 2017-04-03 21:49+0200\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 1.8.12\n"
20
 
21
  #: lib/core/class-groups-pagination.php:140
22
  #, php-format
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 &hellip;"
224
  msgstr "Jeder &hellip;"
225
 
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)."
474
  "Aktualisieren Sie den Beitrag."
475
 
476
  #: legacy/access/class-groups-access-meta-boxes-legacy.php:135
477
+ #: lib/access/class-groups-access-meta-boxes.php:130
478
  msgid "Example:"
479
  msgstr "Beispiel:"
480
 
541
 
542
  #: lib/access/class-groups-access-meta-boxes.php:112
543
  #: lib/access/class-groups-access-meta-boxes.php:115
544
+ #: lib/access/class-groups-access-meta-boxes.php:471
545
  #: lib/admin/class-groups-admin-posts.php:204
546
  #: lib/admin/class-groups-admin-user-profile.php:72
547
  #: lib/admin/class-groups-admin-user-profile.php:133
657
  msgid "Improved User Interface"
658
  msgstr "Verbesserte Benutzeroberfläche"
659
 
660
+ #: lib/access/class-groups-access-meta-boxes.php:140
661
  msgid ""
662
  "In the same field, you can create a new group and restrict access. Group "
663
  "names are case-sensitive. In order to be able to use the new group, your "
664
+ "user account will be assigned to it."
 
665
  msgstr ""
666
  "Im selben Feld kann man eine neue Gruppe erstellen und den Zugang "
667
  "einschränken. Bei Gruppennamen wird die Groß- und Kleinschreibung beachtet. "
668
+ "Um die neue Gruppe verwenden zu können wird man der Gruppe hinzugefügt."
 
 
669
 
670
  #: legacy/admin/groups-admin-options-legacy.php:62
671
  msgid ""
703
  msgstr "Legacy Einstellungen"
704
 
705
  #: legacy/access/class-groups-access-meta-boxes-legacy.php:137
706
+ #: lib/access/class-groups-access-meta-boxes.php:132
707
  msgid ""
708
  "Let's assume that you want to limit the visibility of a post to members of "
709
  "the <em>Premium</em> group."
716
  msgstr "Abmelden"
717
 
718
  #: legacy/access/class-groups-access-meta-boxes-legacy.php:503
719
+ #: lib/access/class-groups-access-meta-boxes.php:411
720
  msgid "Media"
721
  msgstr "Medien"
722
 
795
  "Beachten Sie, dass Sie Mitglied einer Gruppe die diese Kapazität hat sein "
796
  "müssen."
797
 
798
+ #: lib/access/class-groups-access-meta-boxes.php:124
799
  msgid "Note that you must be a member of a group to use it to restrict access."
800
  msgstr ""
801
  "Es ist zu beachten dass man Mitglied einer Gruppe sein muss, um diese zur "
917
  "document/groups/\">Dokumentation</a> für Details über die Umstellung und "
918
  "Benutzung der neuen Zugriffsbeschränkungen."
919
 
920
+ #: lib/access/class-groups-access-meta-boxes.php:467
921
  #, php-format
922
  msgid ""
923
  "Please use <a href=\"%s\" target=\"_blank\">Groups File Access</a> for files "
927
  "target=\"_blank\">Groups File Access</a> verwenden."
928
 
929
  #: legacy/access/class-groups-access-meta-boxes-legacy.php:189
930
+ #: lib/access/class-groups-access-meta-boxes.php:166
931
  msgid "Post"
932
  msgstr "Beitrag"
933
 
951
  msgid "Quick-create group &amp; capability"
952
  msgstr "Instant Gruppe &amp; Kapazität"
953
 
954
+ #: lib/access/class-groups-access-meta-boxes.php:203
955
+ #: lib/access/class-groups-access-meta-boxes.php:413
956
  msgid "Read"
957
  msgstr "Lesen"
958
 
1024
  msgid "Restrict Access"
1025
  msgstr "Zugang Beschränken"
1026
 
1027
+ #: lib/access/class-groups-access-meta-boxes.php:229
1028
  #, php-format
1029
  msgid "Restricts the visibility of this %s to members of the chosen groups."
1030
  msgstr ""
1031
  "Beschränkt die %s-Sichtbarkeit auf Mitglieder der ausgewählten Gruppen."
1032
 
1033
+ #: lib/access/class-groups-access-meta-boxes.php:461
1034
  msgid "Restricts the visibility of this entry to members of the chosen groups."
1035
  msgstr ""
1036
  "Beschränkt die Sichtbarkeit dieses Eintrags auf Mitglieder der ausgewählten "
1156
  msgid "The <em>Name</em> must not be empty."
1157
  msgstr "Der <em>Name</em> darf nicht leer sein."
1158
 
1159
+ #: lib/access/class-groups-access-meta-boxes.php:465
1160
  msgid ""
1161
  "The attachment page is restricted to authorized users, but due to technical "
1162
  "limitations, the file can still be accessed directly via its URL."
1423
  "aktiviert. Um die Kapazität verwenden zu können, wird ihr Benutzerkonto der "
1424
  "Gruppe hinzugefügt."
1425
 
1426
+ #: lib/access/class-groups-access-meta-boxes.php:196
1427
+ #: lib/access/class-groups-access-meta-boxes.php:446
1428
  msgid "You can create a new group by indicating the group's name."
1429
  msgstr ""
1430
  "Eine neue Gruppe kann erstellt werden indem man den Namen der Gruppe eingibt."
1431
 
1432
+ #: lib/access/class-groups-access-meta-boxes.php:190
1433
  #, php-format
1434
  msgid ""
1435
  "You can restrict the visibility of this %1$s to group members. Choose one or "
1440
  "oder mehrere Gruppen auswählen die diese/n/s %2$s lesen dürfen. Werden keine "
1441
  "Gruppen ausgewählt dann ist diese/r/s %3$s für alle sichtbar."
1442
 
1443
+ #: lib/access/class-groups-access-meta-boxes.php:445
1444
  msgid ""
1445
  "You can restrict the visibility to group members. Choose one or more groups "
1446
  "to restrict access. If no groups are chosen, this entry is visible to anyone."
1464
  "Mitglieder einzuschränken."
1465
 
1466
  #: legacy/access/class-groups-access-meta-boxes-legacy.php:290
1467
+ #: lib/access/class-groups-access-meta-boxes.php:236
1468
  msgid "You cannot set any access restrictions."
1469
  msgstr "Sie können keine Zugriffsbeschränkungen setzen."
1470
 
1486
  "Sie müssen in einer Gruppe sein die zumindest eine Kapazität hat die zur "
1487
  "Zugriffsbeschränkung aktiviert ist."
1488
 
1489
+ #: lib/access/class-groups-access-meta-boxes.php:242
1490
  msgid "You need to have permission to set access restrictions."
1491
  msgstr ""
1492
  "Man benötigt die entsprechenden Rechte um Zugriffsbeschränkungen setzen zu "
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-02-14 19:50+0100\n"
8
- "PO-Revision-Date: 2017-02-14 19:54+0100\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 1.8.11\n"
18
 
19
  #: lib/core/class-groups-pagination.php:140
20
  #, php-format
@@ -214,10 +214,10 @@ 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:206
218
- #: lib/access/class-groups-access-meta-boxes.php:207
219
- #: lib/access/class-groups-access-meta-boxes.php:442
220
  #: lib/access/class-groups-access-meta-boxes.php:443
 
221
  msgid "Anyone &hellip;"
222
  msgstr "Todos &hellip;"
223
 
@@ -352,7 +352,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:132
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)."
@@ -465,7 +465,7 @@ msgstr ""
465
  "pulsa Entrar)."
466
 
467
  #: legacy/access/class-groups-access-meta-boxes-legacy.php:135
468
- #: lib/access/class-groups-access-meta-boxes.php:126
469
  msgid "Example:"
470
  msgstr "Ejemplo:"
471
 
@@ -532,7 +532,7 @@ msgstr "Nombre del Grupo : %s"
532
 
533
  #: lib/access/class-groups-access-meta-boxes.php:112
534
  #: lib/access/class-groups-access-meta-boxes.php:115
535
- #: lib/access/class-groups-access-meta-boxes.php:470
536
  #: lib/admin/class-groups-admin-posts.php:204
537
  #: lib/admin/class-groups-admin-user-profile.php:72
538
  #: lib/admin/class-groups-admin-user-profile.php:133
@@ -646,17 +646,15 @@ msgstr "Importante"
646
  msgid "Improved User Interface"
647
  msgstr "Interfaz de Usuario Mejorada"
648
 
649
- #: lib/access/class-groups-access-meta-boxes.php:136
650
  msgid ""
651
  "In the same field, you can create a new group and restrict access. Group "
652
  "names are case-sensitive. In order to be able to use the new group, your "
653
- "user account will be assigned to it. You will not be able to restrict access "
654
- "if the group already exists but you do not belong to it."
655
  msgstr ""
656
  "En el mismo campo se puede crear un nuevo grupo y restringir el acceso. Los "
657
  "nombres de grupos distinguen las letras minúsculas de las mayúsculas. Para "
658
- "poder usar el nuevo grupo, se le hará miembro del grupo. No se puede "
659
- "restringir acceso si el grupo ya existe y no se es miembro de él."
660
 
661
  #: legacy/admin/groups-admin-options-legacy.php:62
662
  msgid ""
@@ -693,7 +691,7 @@ msgid "Legacy Settings"
693
  msgstr "Ajustes de Legado"
694
 
695
  #: legacy/access/class-groups-access-meta-boxes-legacy.php:137
696
- #: lib/access/class-groups-access-meta-boxes.php:128
697
  msgid ""
698
  "Let's assume that you want to limit the visibility of a post to members of "
699
  "the <em>Premium</em> group."
@@ -706,7 +704,7 @@ msgid "Log out"
706
  msgstr "Desconectar"
707
 
708
  #: legacy/access/class-groups-access-meta-boxes-legacy.php:503
709
- #: lib/access/class-groups-access-meta-boxes.php:410
710
  msgid "Media"
711
  msgstr "Multimedia"
712
 
@@ -782,7 +780,7 @@ msgid ""
782
  "assigned."
783
  msgstr "Debes ser miembro de un grupo que tenga dicha capacidad asignada."
784
 
785
- #: lib/access/class-groups-access-meta-boxes.php:123
786
  msgid "Note that you must be a member of a group to use it to restrict access."
787
  msgstr ""
788
  "Hay que ser miembro de un grupo para poder restringir el acceso con él."
@@ -902,7 +900,7 @@ msgstr ""
902
  "\">Documentación</a> para más información sobre cómo cambiar a y usar las "
903
  "nuevas restricciones de acceso."
904
 
905
- #: lib/access/class-groups-access-meta-boxes.php:466
906
  #, php-format
907
  msgid ""
908
  "Please use <a href=\"%s\" target=\"_blank\">Groups File Access</a> for files "
@@ -912,7 +910,7 @@ msgstr ""
912
  "para ficheros que requieren una protección completa."
913
 
914
  #: legacy/access/class-groups-access-meta-boxes-legacy.php:189
915
- #: lib/access/class-groups-access-meta-boxes.php:162
916
  msgid "Post"
917
  msgstr "Entrada"
918
 
@@ -936,8 +934,8 @@ msgstr "Proteger Contenido Fácilmente"
936
  msgid "Quick-create group &amp; capability"
937
  msgstr "Crear al instante grupo y capacidad"
938
 
939
- #: lib/access/class-groups-access-meta-boxes.php:200
940
- #: lib/access/class-groups-access-meta-boxes.php:412
941
  msgid "Read"
942
  msgstr "Leer"
943
 
@@ -1009,13 +1007,13 @@ msgstr "Eliminar restricción"
1009
  msgid "Restrict Access"
1010
  msgstr "Restringir Acceso"
1011
 
1012
- #: lib/access/class-groups-access-meta-boxes.php:226
1013
  #, php-format
1014
  msgid "Restricts the visibility of this %s to members of the chosen groups."
1015
  msgstr ""
1016
  "Restringe la visibilidad de esta/e %s a miembros de los grupos seleccionados."
1017
 
1018
- #: lib/access/class-groups-access-meta-boxes.php:460
1019
  msgid "Restricts the visibility of this entry to members of the chosen groups."
1020
  msgstr ""
1021
  "Restringe la visibilidad de esta entrada a miembros de los grupos "
@@ -1137,7 +1135,7 @@ msgstr "La <em>Capacidad</em> no puede estar vacía."
1137
  msgid "The <em>Name</em> must not be empty."
1138
  msgstr "El <em>Nombre</em> no puede estar vacío."
1139
 
1140
- #: lib/access/class-groups-access-meta-boxes.php:464
1141
  msgid ""
1142
  "The attachment page is restricted to authorized users, but due to technical "
1143
  "limitations, the file can still be accessed directly via its URL."
@@ -1402,12 +1400,12 @@ msgstr ""
1402
  "para forzar el permiso de lectura. Para poder usar la capacidad, tu cuenta "
1403
  "de usuario se asignará al grupo."
1404
 
1405
- #: lib/access/class-groups-access-meta-boxes.php:193
1406
- #: lib/access/class-groups-access-meta-boxes.php:445
1407
  msgid "You can create a new group by indicating the group's name."
1408
  msgstr "Se puede crear un nuevo grupo indicando el nombre del grupo."
1409
 
1410
- #: lib/access/class-groups-access-meta-boxes.php:187
1411
  #, php-format
1412
  msgid ""
1413
  "You can restrict the visibility of this %1$s to group members. Choose one or "
@@ -1418,7 +1416,7 @@ msgstr ""
1418
  "Seleccionar uno o más grupos que tienen permiso de leer esta/e %2$s. Si no "
1419
  "se selecciona ningún grupo, el/la %3$s es visible para todo el mundo."
1420
 
1421
- #: lib/access/class-groups-access-meta-boxes.php:444
1422
  msgid ""
1423
  "You can restrict the visibility to group members. Choose one or more groups "
1424
  "to restrict access. If no groups are chosen, this entry is visible to anyone."
@@ -1442,7 +1440,7 @@ msgstr ""
1442
  "miembros."
1443
 
1444
  #: legacy/access/class-groups-access-meta-boxes-legacy.php:290
1445
- #: lib/access/class-groups-access-meta-boxes.php:233
1446
  msgid "You cannot set any access restrictions."
1447
  msgstr "No puedes establecer ninguna restricción de acceso."
1448
 
@@ -1464,7 +1462,7 @@ msgstr ""
1464
  "Debes pertenecer a un grupo que tenga al menos una capacidad activada para "
1465
  "forzar el permiso de lectura."
1466
 
1467
- #: lib/access/class-groups-access-meta-boxes.php:239
1468
  msgid "You need to have permission to set access restrictions."
1469
  msgstr "Se debe disponer de permisos para poner restricciones de acceso."
1470
 
4
  msgstr ""
5
  "Project-Id-Version: Groups\n"
6
  "Report-Msgid-Bugs-To: \n"
7
+ "POT-Creation-Date: 2017-04-03 21:49+0200\n"
8
+ "PO-Revision-Date: 2017-04-03 21:49+0200\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 1.8.12\n"
18
 
19
  #: lib/core/class-groups-pagination.php:140
20
  #, php-format
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
 
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)."
465
  "pulsa Entrar)."
466
 
467
  #: legacy/access/class-groups-access-meta-boxes-legacy.php:135
468
+ #: lib/access/class-groups-access-meta-boxes.php:130
469
  msgid "Example:"
470
  msgstr "Ejemplo:"
471
 
532
 
533
  #: lib/access/class-groups-access-meta-boxes.php:112
534
  #: lib/access/class-groups-access-meta-boxes.php:115
535
+ #: lib/access/class-groups-access-meta-boxes.php:471
536
  #: lib/admin/class-groups-admin-posts.php:204
537
  #: lib/admin/class-groups-admin-user-profile.php:72
538
  #: lib/admin/class-groups-admin-user-profile.php:133
646
  msgid "Improved User Interface"
647
  msgstr "Interfaz de Usuario Mejorada"
648
 
649
+ #: lib/access/class-groups-access-meta-boxes.php:140
650
  msgid ""
651
  "In the same field, you can create a new group and restrict access. Group "
652
  "names are case-sensitive. In order to be able to use the new group, your "
653
+ "user account will be assigned to it."
 
654
  msgstr ""
655
  "En el mismo campo se puede crear un nuevo grupo y restringir el acceso. Los "
656
  "nombres de grupos distinguen las letras minúsculas de las mayúsculas. Para "
657
+ "poder usar el nuevo grupo, se le hará miembro del grupo."
 
658
 
659
  #: legacy/admin/groups-admin-options-legacy.php:62
660
  msgid ""
691
  msgstr "Ajustes de Legado"
692
 
693
  #: legacy/access/class-groups-access-meta-boxes-legacy.php:137
694
+ #: lib/access/class-groups-access-meta-boxes.php:132
695
  msgid ""
696
  "Let's assume that you want to limit the visibility of a post to members of "
697
  "the <em>Premium</em> group."
704
  msgstr "Desconectar"
705
 
706
  #: legacy/access/class-groups-access-meta-boxes-legacy.php:503
707
+ #: lib/access/class-groups-access-meta-boxes.php:411
708
  msgid "Media"
709
  msgstr "Multimedia"
710
 
780
  "assigned."
781
  msgstr "Debes ser miembro de un grupo que tenga dicha capacidad asignada."
782
 
783
+ #: lib/access/class-groups-access-meta-boxes.php:124
784
  msgid "Note that you must be a member of a group to use it to restrict access."
785
  msgstr ""
786
  "Hay que ser miembro de un grupo para poder restringir el acceso con él."
900
  "\">Documentación</a> para más información sobre cómo cambiar a y usar las "
901
  "nuevas restricciones de acceso."
902
 
903
+ #: lib/access/class-groups-access-meta-boxes.php:467
904
  #, php-format
905
  msgid ""
906
  "Please use <a href=\"%s\" target=\"_blank\">Groups File Access</a> for files "
910
  "para ficheros que requieren una protección completa."
911
 
912
  #: legacy/access/class-groups-access-meta-boxes-legacy.php:189
913
+ #: lib/access/class-groups-access-meta-boxes.php:166
914
  msgid "Post"
915
  msgstr "Entrada"
916
 
934
  msgid "Quick-create group &amp; capability"
935
  msgstr "Crear al instante grupo y capacidad"
936
 
937
+ #: lib/access/class-groups-access-meta-boxes.php:203
938
+ #: lib/access/class-groups-access-meta-boxes.php:413
939
  msgid "Read"
940
  msgstr "Leer"
941
 
1007
  msgid "Restrict Access"
1008
  msgstr "Restringir Acceso"
1009
 
1010
+ #: lib/access/class-groups-access-meta-boxes.php:229
1011
  #, php-format
1012
  msgid "Restricts the visibility of this %s to members of the chosen groups."
1013
  msgstr ""
1014
  "Restringe la visibilidad de esta/e %s a miembros de los grupos seleccionados."
1015
 
1016
+ #: lib/access/class-groups-access-meta-boxes.php:461
1017
  msgid "Restricts the visibility of this entry to members of the chosen groups."
1018
  msgstr ""
1019
  "Restringe la visibilidad de esta entrada a miembros de los grupos "
1135
  msgid "The <em>Name</em> must not be empty."
1136
  msgstr "El <em>Nombre</em> no puede estar vacío."
1137
 
1138
+ #: lib/access/class-groups-access-meta-boxes.php:465
1139
  msgid ""
1140
  "The attachment page is restricted to authorized users, but due to technical "
1141
  "limitations, the file can still be accessed directly via its URL."
1400
  "para forzar el permiso de lectura. Para poder usar la capacidad, tu cuenta "
1401
  "de usuario se asignará al grupo."
1402
 
1403
+ #: lib/access/class-groups-access-meta-boxes.php:196
1404
+ #: lib/access/class-groups-access-meta-boxes.php:446
1405
  msgid "You can create a new group by indicating the group's name."
1406
  msgstr "Se puede crear un nuevo grupo indicando el nombre del grupo."
1407
 
1408
+ #: lib/access/class-groups-access-meta-boxes.php:190
1409
  #, php-format
1410
  msgid ""
1411
  "You can restrict the visibility of this %1$s to group members. Choose one or "
1416
  "Seleccionar uno o más grupos que tienen permiso de leer esta/e %2$s. Si no "
1417
  "se selecciona ningún grupo, el/la %3$s es visible para todo el mundo."
1418
 
1419
+ #: lib/access/class-groups-access-meta-boxes.php:445
1420
  msgid ""
1421
  "You can restrict the visibility to group members. Choose one or more groups "
1422
  "to restrict access. If no groups are chosen, this entry is visible to anyone."
1440
  "miembros."
1441
 
1442
  #: legacy/access/class-groups-access-meta-boxes-legacy.php:290
1443
+ #: lib/access/class-groups-access-meta-boxes.php:236
1444
  msgid "You cannot set any access restrictions."
1445
  msgstr "No puedes establecer ninguna restricción de acceso."
1446
 
1462
  "Debes pertenecer a un grupo que tenga al menos una capacidad activada para "
1463
  "forzar el permiso de lectura."
1464
 
1465
+ #: lib/access/class-groups-access-meta-boxes.php:242
1466
  msgid "You need to have permission to set access restrictions."
1467
  msgstr "Se debe disponer de permisos para poner restricciones de acceso."
1468
 
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: 2015-06-30 20:09+0200\n"
6
- "PO-Revision-Date: 2016-02-08 11:32+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,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 1.8.6\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"
@@ -27,17 +27,19 @@ msgid "%1$s of %2$s"
27
  msgstr "%1$s sur %2$s"
28
 
29
  # @ groups
30
- #: lib/admin/class-groups-admin-posts.php:184
 
31
  msgid "&mdash; No Change &mdash;"
32
  msgstr "&mdash; Aucun changement &mdash;"
33
 
34
  # @ groups
35
- #: lib/admin/class-groups-admin-posts.php:136
 
36
  msgid "(only unrestricted)"
37
  msgstr "(seulement sans restriction)"
38
 
39
  # @ groups
40
- #: lib/admin/class-groups-admin-users.php:329
41
  msgid "--"
42
  msgstr "--"
43
 
@@ -50,20 +52,20 @@ msgstr[0] "1 article"
50
  msgstr[1] "%s articles"
51
 
52
  # @ groups
53
- #: lib/admin/class-groups-admin-post-columns.php:76
54
  #, php-format
55
  msgid "<span title=\"%s\">Access Restrictions</span>"
56
  msgstr "<span title=\"%s\">Restrictions d'Accès</span>"
57
 
58
  # @ groups
59
- #: lib/admin/groups-admin-capabilities-remove.php:151
60
- #: lib/admin/groups-admin-groups-remove.php:155
61
  #, php-format
62
  msgid "<strong>%s</strong>"
63
  msgstr "<strong>%s</strong>"
64
 
65
  # @ groups
66
- #: lib/access/class-groups-access-meta-boxes.php:163
67
  msgid ""
68
  "<sup>*</sup> For each capability, the groups that have the capability "
69
  "assigned are shown within parenthesis. You can choose a capability by typing "
@@ -79,7 +81,7 @@ msgid "A Duck!"
79
  msgstr "Un Canard !"
80
 
81
  # @ groups
82
- #: lib/admin/groups-admin-options.php:297
83
  msgid "A minimum set of permissions will be preserved."
84
  msgstr "Un minimum d'autorisations sera préservée."
85
 
@@ -89,102 +91,108 @@ msgid "Access Groups"
89
  msgstr "Groupes d'Accès"
90
 
91
  # @ groups
92
- #: lib/admin/class-groups-admin-posts.php:181
93
  msgid "Access Restrictions"
94
  msgstr "Restrictions d'Accès"
95
 
96
  # @ groups
97
  #: lib/admin/groups-admin-capabilities-add.php:34
98
- #: lib/admin/groups-admin-capabilities-add.php:92
99
- #: lib/admin/groups-admin-capabilities-add.php:96
100
  #: lib/admin/groups-admin-capabilities-edit.php:35
 
101
  #: lib/admin/groups-admin-capabilities-edit.php:100
102
- #: lib/admin/groups-admin-capabilities-edit.php:104
103
  #: lib/admin/groups-admin-capabilities-remove.php:35
 
104
  #: lib/admin/groups-admin-capabilities-remove.php:87
105
- #: lib/admin/groups-admin-capabilities-remove.php:91
106
- #: lib/admin/groups-admin-capabilities-remove.php:114
107
- #: lib/admin/groups-admin-capabilities-remove.php:183
108
- #: lib/admin/groups-admin-capabilities-remove.php:187
109
  #: lib/admin/groups-admin-capabilities.php:48
110
  #: lib/admin/groups-admin-capabilities.php:141
111
  #: lib/admin/groups-admin-capabilities.php:172
112
  #: lib/admin/groups-admin-capabilities.php:178
113
  #: lib/admin/groups-admin-groups-add.php:36
114
- #: lib/admin/groups-admin-groups-add.php:141
115
- #: lib/admin/groups-admin-groups-add.php:145
116
  #: lib/admin/groups-admin-groups-edit.php:37
117
- #: lib/admin/groups-admin-groups-edit.php:178
118
- #: lib/admin/groups-admin-groups-edit.php:182
119
  #: lib/admin/groups-admin-groups-remove.php:35
 
120
  #: lib/admin/groups-admin-groups-remove.php:87
121
- #: lib/admin/groups-admin-groups-remove.php:91
122
- #: lib/admin/groups-admin-groups-remove.php:114
123
- #: lib/admin/groups-admin-groups-remove.php:185
124
- #: lib/admin/groups-admin-groups-remove.php:189
125
  #: lib/admin/groups-admin-groups.php:49 lib/admin/groups-admin-groups.php:148
126
  #: lib/admin/groups-admin-groups.php:179 lib/admin/groups-admin-groups.php:185
127
- #: lib/admin/groups-admin-options.php:39 lib/admin/groups-admin-options.php:329
128
  #: lib/admin/groups-admin-tree-view.php:37 lib/test/groups-tests.php:385
129
  #: lib/test/groups-tests.php:391
130
  msgid "Access denied."
131
  msgstr "Accès refusé."
132
 
133
  # @ groups
134
- #: lib/admin/groups-admin-options.php:218
135
  msgid "Access restricions"
136
  msgstr "Restrictions d'accès"
137
 
138
  # @ groups
139
- #: lib/access/class-groups-access-meta-boxes.php:96
140
- #: lib/access/class-groups-access-meta-boxes.php:106
141
- #: lib/access/class-groups-access-meta-boxes.php:120
142
- #: lib/access/class-groups-access-meta-boxes.php:123
143
- #: lib/access/class-groups-access-meta-boxes.php:602
144
  msgid "Access restrictions"
145
  msgstr "Les Restrictions d'Accès"
146
 
147
  # @ groups
148
- #: lib/admin/class-groups-admin-posts.php:124
149
- #: lib/admin/class-groups-admin-posts.php:125
150
  msgid "Access restrictions &hellip;"
151
  msgstr "Restrictions d'accès &hellip;"
152
 
153
  # @ groups
154
- #: lib/admin/groups-admin-capabilities-add.php:70
155
  #: lib/admin/groups-admin-capabilities.php:201
156
  #: lib/admin/groups-admin-groups-add.php:119
157
- #: lib/admin/groups-admin-groups.php:208
158
  msgid "Add"
159
  msgstr "Ajouter"
160
 
161
  # @ groups
162
- #: lib/admin/groups-admin-capabilities-add.php:51
163
  msgid "Add a new capability"
164
  msgstr "Ajouter une nouvelle capacité"
165
 
166
  # @ groups
167
- #: lib/admin/groups-admin-groups-add.php:60
168
  msgid "Add a new group"
169
  msgstr "Ajoutez un nouveau groupe"
170
 
171
  # @ groups
172
- #: lib/admin/groups-admin-groups.php:375
173
  msgid "Add capability"
174
  msgstr "Ajouter une capacité"
175
 
176
  # @ groups
177
- #: lib/admin/class-groups-admin-posts.php:185
 
178
  msgid "Add restriction"
179
  msgstr "Ajouter une restriction"
180
 
181
  # @ groups
182
- #: lib/admin/class-groups-admin-users.php:182
183
  msgid "Add to group"
184
  msgstr "Ajouter au groupe"
185
 
 
 
 
 
 
186
  # @ groups
187
- #: lib/access/class-groups-access-meta-boxes.php:149
188
  msgid ""
189
  "Adding the group and capability manually and enabling it for access "
190
  "restriction"
@@ -203,12 +211,12 @@ msgid "Administer Groups plugin options"
203
  msgstr "Administrer les Options du plugin &quot;Groups&quot;"
204
 
205
  # @ groups
206
- #: lib/admin/groups-admin-options.php:210
207
  msgid "Administrator Access Override"
208
  msgstr "Priorité Accès Administrateur"
209
 
210
  # @ groups
211
- #: lib/admin/groups-admin-options.php:214
212
  msgid ""
213
  "Administrators override all access permissions derived from Groups "
214
  "capabilities."
@@ -216,18 +224,41 @@ msgstr ""
216
  "Les administrateurs ont priorité sur toutes les autorisations d'accès issues "
217
  "des Capacités des Groupes."
218
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
219
  # @ groups
220
- #: lib/admin/class-groups-admin-users.php:185
221
- #: lib/admin/groups-admin-capabilities.php:309
222
- #: lib/admin/groups-admin-capabilities.php:335
223
- #: lib/admin/groups-admin-capabilities.php:349
224
- #: lib/admin/groups-admin-groups.php:316 lib/admin/groups-admin-groups.php:342
225
- #: lib/admin/groups-admin-groups.php:378
226
  msgid "Apply"
227
  msgstr "Appliquer"
228
 
229
  # @ groups
230
- #: lib/access/class-groups-access-meta-boxes.php:159
231
  msgid ""
232
  "Become a member of the <em>Premium</em> group - this is required so you can "
233
  "choose the <em>premium</em> capability to restrict access to a post."
@@ -237,13 +268,13 @@ msgstr ""
237
  "à une publication."
238
 
239
  # @ groups
240
- #: lib/admin/groups-admin-capabilities.php:346
241
- #: lib/admin/groups-admin-groups.php:373
242
  msgid "Bulk Actions"
243
  msgstr "Actions Groupées"
244
 
245
  # @ groups
246
- #: lib/admin/groups-admin-options.php:363
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 "
@@ -259,7 +290,7 @@ msgstr ""
259
  "liées à celle-ci."
260
 
261
  # @ groups
262
- #: lib/admin/groups-admin-options.php:311
263
  msgid ""
264
  "CAUTION: If this option is active while the plugin is deactivated, ALL "
265
  "plugin settings and data will be DELETED. If you are going to use this "
@@ -274,74 +305,82 @@ msgstr ""
274
  "perte de données et des autres liées à cette activation."
275
 
276
  # @ groups
277
- #: lib/admin/groups-admin-capabilities-add.php:72
278
- #: lib/admin/groups-admin-capabilities-edit.php:81
279
- #: lib/admin/groups-admin-capabilities-remove.php:66
280
- #: lib/admin/groups-admin-capabilities-remove.php:156
281
  #: lib/admin/groups-admin-groups-add.php:121
282
  #: lib/admin/groups-admin-groups-edit.php:160
283
- #: lib/admin/groups-admin-groups-remove.php:66
284
- #: lib/admin/groups-admin-groups-remove.php:160
285
  msgid "Cancel"
286
  msgstr "Annuler"
287
 
288
  # @ groups
289
- #: lib/admin/class-groups-admin.php:194
290
- #: lib/admin/groups-admin-capabilities.php:193
291
- #: lib/admin/groups-admin-groups-add.php:99
292
- #: lib/admin/groups-admin-groups-edit.php:119
293
- #: lib/admin/groups-admin-groups.php:297 lib/admin/groups-admin-options.php:251
294
- #: lib/core/class-groups-help.php:69
295
  msgid "Capabilities"
296
  msgstr "Capacités"
297
 
298
  # @ groups
299
- #: lib/admin/groups-admin-groups.php:354 lib/admin/groups-admin-groups.php:355
300
  msgid "Capabilities &hellip;"
301
  msgstr "Capacités &hellip;"
302
 
303
  # @ groups
304
- #: lib/admin/groups-admin-capabilities-add.php:59
305
- #: lib/admin/groups-admin-capabilities-edit.php:68
306
- #: lib/admin/groups-admin-capabilities.php:289
307
- #: lib/admin/groups-admin-capabilities.php:304
308
  msgid "Capability"
309
  msgstr "Capacité"
310
 
311
  # @ groups
312
- #: lib/admin/groups-admin-capabilities-remove.php:61
313
  #, php-format
314
  msgid "Capability : %s"
315
  msgstr "Capacités : %s"
316
 
317
- # @ groups
318
- #: lib/admin/groups-admin-capabilities.php:302
319
- msgid "Capability Id"
320
- msgstr "Id de la Capacité"
 
 
 
 
321
 
322
  # @ groups
323
- #: lib/admin/class-groups-admin-posts.php:195
324
- #: lib/admin/class-groups-admin-posts.php:196
325
  msgid "Choose access restrictions &hellip;"
326
  msgstr "Choisissez des restrictions d'accès &hellip;"
327
 
328
  # @ groups
329
- #: lib/admin/groups-admin-groups-add.php:102
330
- #: lib/admin/groups-admin-groups-edit.php:122
331
  msgid "Choose capabilities &hellip;"
332
  msgstr "Choisissez les capacités &hellip;"
333
 
334
  # @ groups
335
- #: lib/admin/class-groups-admin-user-profile.php:100
336
- #: lib/admin/class-groups-admin-user-profile.php:101
337
- #: lib/admin/class-groups-admin-users.php:164
338
- #: lib/admin/class-groups-admin-users.php:165
 
 
 
 
339
  msgid "Choose groups &hellip;"
340
  msgstr "Choisissez des Groupes &hellip;"
341
 
342
  # @ groups
343
- #: lib/access/class-groups-access-meta-boxes.php:213
344
- #: lib/access/class-groups-access-meta-boxes.php:551
345
  msgid ""
346
  "Choose one or more capabilities to restrict access. Groups that grant access "
347
  "through the capabilities are shown in parenthesis. If no capabilities are "
@@ -354,65 +393,71 @@ msgstr ""
354
  "utiliser la boîte création rapide pour créer un groupe et une capacité pour "
355
  "lesquels une restriction d'accès sera immédiatement attribuée."
356
 
 
 
 
 
 
 
357
  # @ groups
358
- #: lib/admin/groups-admin-capabilities.php:310
359
- #: lib/admin/groups-admin-groups.php:317
360
  msgid "Clear"
361
  msgstr "Effacer"
362
 
363
  # @ groups
364
- #: lib/admin/groups-admin-capabilities.php:201
365
  msgid "Click to add a new capability"
366
  msgstr "Cliquez pour ajouter une nouvelle capacité"
367
 
368
  # @ groups
369
- #: lib/admin/groups-admin-groups.php:208
370
  msgid "Click to add a new group"
371
  msgstr "Cliquez pour ajouter un nouveau groupe"
372
 
373
  # @ groups
374
- #: lib/admin/groups-admin-capabilities.php:202
375
  msgid "Click to refresh capabilities"
376
  msgstr "Cliquez ici pour actualiser les capacités"
377
 
378
  # @ groups
379
- #: lib/access/class-groups-access-meta-boxes.php:275
380
  msgid "Click to toggle the display of groups that grant the capabilities."
381
  msgstr ""
382
  "Cliquer ici pour basculer l'affichage des groupes qui attribuent les "
383
  "capacités."
384
 
385
  # @ groups
386
- #: lib/admin/groups-admin-options.php:303
387
  msgid "Deactivation and data persistence"
388
  msgstr "Désactivation et Conservation des données"
389
 
390
  # @ groups
391
- #: lib/admin/groups-admin-options.php:360
392
  msgid "Delete all Groups plugin data for ALL sites on network deactivation"
393
  msgstr ""
394
  "Effacer toutes les données de l'extension &quot;Groups&quot; pour TOUS les "
395
  "sites lors de la désactivation du réseau"
396
 
397
  # @ groups
398
- #: lib/admin/groups-admin-options.php:307
399
  msgid "Delete all Groups plugin data on deactivation"
400
  msgstr ""
401
  "Supprimer Toutes les données de l'extension Groups lorsque le Plugin est "
402
  "désactivé"
403
 
404
  # @ groups
405
- #: lib/admin/groups-admin-capabilities-add.php:64
406
- #: lib/admin/groups-admin-capabilities-edit.php:73
407
- #: lib/admin/groups-admin-capabilities.php:290
408
- #: lib/admin/groups-admin-groups-add.php:85
409
- #: lib/admin/groups-admin-groups-edit.php:95
410
- #: lib/admin/groups-admin-groups.php:296
411
  msgid "Description"
412
  msgstr "Description"
413
 
414
  # @ groups
415
- #: lib/admin/groups-admin-options.php:247
416
  msgid ""
417
  "Disabling this setting for a post type does not remove existing access "
418
  "restrictions on individual posts of that type."
@@ -421,25 +466,29 @@ msgstr ""
421
  "les restrictions d'accès existantes sur les publications individuelles de ce "
422
  "type."
423
 
 
 
 
 
 
424
  # @ groups
425
- #: lib/admin/groups-admin-capabilities.php:291
426
- #: lib/admin/groups-admin-capabilities.php:403
427
- #: lib/admin/groups-admin-groups.php:298 lib/admin/groups-admin-groups.php:455
428
  msgid "Edit"
429
  msgstr "Editer"
430
 
431
  # @ groups
432
- #: lib/admin/groups-admin-capabilities-edit.php:57
433
  msgid "Edit a capability"
434
  msgstr "Modifier une capacité"
435
 
436
  # @ groups
437
- #: lib/admin/groups-admin-groups-edit.php:69
438
  msgid "Edit a group"
439
  msgstr "Modifier un groupe"
440
 
441
  # @ groups
442
- #: lib/access/class-groups-access-meta-boxes.php:160
443
  msgid ""
444
  "Edit the post for which you want to restrict access and choose<sup>*</sup> "
445
  "the <em>premium</em> capability."
@@ -447,23 +496,24 @@ msgstr ""
447
  "Modifier la publication pour laquelle vous souhaitez restreindre l'accès et "
448
  "choisissez<sup>*</sup> la capacité <em>premium</em>."
449
 
 
 
 
 
450
  # @ groups
451
- #: lib/access/class-groups-access-meta-boxes.php:203
452
- #: lib/access/class-groups-access-meta-boxes.php:515
453
  msgid "Enforce read access"
454
  msgstr "Autoriser l'accès en lecture"
455
 
456
- # @ groups
457
- #: lib/admin/groups-admin-options.php:193
458
  msgid ""
459
  "Enhanced functionality is available via official <a href=\"http://www."
460
- "itthinx.com/plugins/groups/\">Extensions</a> for Groups."
461
  msgstr ""
462
- "Une fonctionnalité améliorée est disponible via la page officielle de "
463
- "l'extension <a href=\"http://www.itthinx.com/plugins/groups/\">Groups</a>"
464
 
465
  # @ groups
466
- #: lib/access/class-groups-access-meta-boxes.php:142
467
  msgid ""
468
  "Enter <em>Premium</em> in the quick-create field located in the Access "
469
  "restrictions panel and save or update the post (or hit Enter)."
@@ -473,18 +523,23 @@ msgstr ""
473
  "Entrée)."
474
 
475
  # @ groups
476
- #: lib/access/class-groups-access-meta-boxes.php:134
 
477
  msgid "Example:"
478
  msgstr "Exemple :"
479
 
 
 
 
 
480
  # @ groups
481
- #: lib/admin/groups-admin-capabilities.php:299
482
- #: lib/admin/groups-admin-groups.php:306
483
  msgid "Filters"
484
  msgstr "Filtres"
485
 
486
  # @ groups
487
- #: lib/access/class-groups-access-meta-boxes.php:156
488
  msgid ""
489
  "Go to <strong>Groups > Capabilities</strong> and add the <em>premium</em> "
490
  "capability."
@@ -493,7 +548,7 @@ msgstr ""
493
  "<em>premium</em>."
494
 
495
  # @ groups
496
- #: lib/access/class-groups-access-meta-boxes.php:155
497
  msgid ""
498
  "Go to <strong>Groups > Groups</strong> and add the <em>Premium</em> group."
499
  msgstr ""
@@ -501,7 +556,7 @@ msgstr ""
501
  "em>."
502
 
503
  # @ groups
504
- #: lib/access/class-groups-access-meta-boxes.php:157
505
  msgid ""
506
  "Go to <strong>Groups > Groups</strong> and assign the <em>premium</em> "
507
  "capability to the <em>Premium</em> group."
@@ -510,7 +565,7 @@ msgstr ""
510
  "<em>premium</em> au groupe <em>Premium</em>."
511
 
512
  # @ groups
513
- #: lib/access/class-groups-access-meta-boxes.php:158
514
  msgid ""
515
  "Go to <strong>Groups > Options</strong> and enable the <em>premium</em> "
516
  "capability to restrict access."
@@ -519,73 +574,102 @@ msgstr ""
519
  "<em>premium</em> pour restreindre l'accès."
520
 
521
  # @ groups
522
- #: lib/admin/groups-admin-groups.php:295
523
  msgid "Group"
524
  msgstr "Groupe"
525
 
526
  # @ groups
527
- #: lib/admin/class-groups-admin-users.php:181
528
  msgid "Group Actions"
529
  msgstr "Actions du Groupe"
530
 
531
- # @ groups
532
- #: lib/admin/groups-admin-groups.php:309
533
- msgid "Group Id"
534
- msgstr "Identifiant du Groupe"
535
 
536
  # @ groups
537
- #: lib/admin/groups-admin-groups.php:311
538
  msgid "Group Name"
539
  msgstr "Nom du Groupe"
540
 
541
  # @ groups
542
- #: lib/admin/groups-admin-groups-remove.php:61
543
  #, php-format
544
  msgid "Group Name : %s"
545
  msgstr "Nom du Groupe : %s"
546
 
547
  # @ groups
548
- #: lib/admin/class-groups-admin-user-profile.php:66
549
- #: lib/admin/class-groups-admin-user-profile.php:90
550
- #: lib/admin/class-groups-admin-users.php:302
551
- #: lib/admin/class-groups-admin.php:230 lib/admin/class-groups-admin.php:231
552
- #: lib/admin/class-groups-admin.php:260 lib/core/class-groups-help.php:61
553
- #: lib/core/class-groups-help.php:66 lib/core/class-groups-help.php:67
 
 
 
 
 
554
  msgid "Groups"
555
  msgstr "Groupes"
556
 
 
 
 
 
 
 
 
 
 
 
557
  #: lib/admin/class-groups-admin.php:140
558
  msgctxt "menu item title"
559
  msgid "Groups"
560
  msgstr "Groupes"
561
 
562
- #: lib/admin/class-groups-admin.php:158
563
- msgctxt "menu-title"
564
- msgid "Groups"
565
- msgstr "Groups"
566
-
567
- #: lib/admin/class-groups-admin.php:157 lib/admin/groups-admin-groups.php:200
568
  msgctxt "page-title"
569
  msgid "Groups"
570
  msgstr "Groupes"
571
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
572
  # @ groups
573
- #: lib/admin/class-groups-admin.php:193
574
  msgid "Groups Capabilities"
575
  msgstr "Capacités des Groupes"
576
 
 
 
 
 
577
  # @ groups
578
- #: lib/admin/groups-admin-options.php:335
579
  msgid "Groups network options"
580
  msgstr "Options de réseau de l'extension &quot;Groups&quot;"
581
 
582
  # @ groups
583
- #: lib/admin/class-groups-admin.php:206 lib/admin/groups-admin-options.php:133
584
  msgid "Groups options"
585
  msgstr "Options des Groupes"
586
 
587
  # @ groups
588
- #: lib/core/class-groups-help.php:90
589
  msgid ""
590
  "Here you can <strong>add</strong>, <strong>edit</strong> and <strong>remove</"
591
  "strong> groups."
@@ -593,21 +677,51 @@ msgstr ""
593
  "Ici vous pouvez <strong>ajouter</strong>, <strong>modifier</strong> et "
594
  "<strong>supprimer</strong> les groupes."
595
 
596
- # @ groups
597
- #: lib/admin/groups-admin-capabilities.php:288
598
- #: lib/admin/groups-admin-groups.php:294
599
- msgid "Id"
600
- msgstr "Id"
 
 
 
 
 
 
 
601
 
602
  # @ groups
603
- #: lib/admin/groups-admin-options.php:299
604
  msgid "If you lock yourself out, please ask an administrator to help."
605
  msgstr ""
606
  "Si vous êtes verrouillés, veuillez demander à un administrateur afin "
607
  "d'obtenir de l'aide."
608
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
609
  # @ groups
610
- #: lib/admin/groups-admin-options.php:254
611
  msgid ""
612
  "Include these capabilities to enforce read access on posts. The selected "
613
  "capabilities will be offered to restrict access to posts."
@@ -616,10 +730,16 @@ msgstr ""
616
  "Les capacités sélectionnées seront proposées pour restreindre l'accès aux "
617
  "publications."
618
 
619
- #: lib/admin/groups-admin-groups-edit.php:143
620
  msgid "Inherited capabilities:"
621
  msgstr "Capacités héritée:"
622
 
 
 
 
 
 
 
623
  # @ groups
624
  #: lib/views/class-groups-shortcodes.php:469
625
  #, php-format
@@ -632,8 +752,13 @@ msgstr "Rejoignez le groupe %s"
632
  msgid "Leave the %s group"
633
  msgstr "Quitter le groupe %s"
634
 
 
 
 
 
635
  # @ groups
636
- #: lib/access/class-groups-access-meta-boxes.php:136
 
637
  msgid ""
638
  "Let's assume that you want to limit the visibility of a post to members of "
639
  "the <em>Premium</em> group."
@@ -646,13 +771,14 @@ msgid "Log out"
646
  msgstr "Se déconnecter"
647
 
648
  # @ groups
649
- #: lib/access/class-groups-access-meta-boxes.php:513
 
650
  msgid "Media"
651
  msgstr "Médias"
652
 
653
  # @ groups
654
- #: lib/access/class-groups-access-meta-boxes.php:230
655
- #: lib/access/class-groups-access-meta-boxes.php:568
656
  #, php-format
657
  msgid "Members of the %1$s group can access this %2$s through this capability."
658
  msgid_plural ""
@@ -663,29 +789,33 @@ msgstr[1] ""
663
  "Les Membres des groupee %1$s peuvent accéder à %2$s grâce à cette capacité."
664
 
665
  # @ groups
666
- #: lib/admin/groups-admin-groups-add.php:71
667
- #: lib/admin/groups-admin-groups-edit.php:81
668
  msgid "Name"
669
  msgstr "Nom"
670
 
671
  # @ groups
672
- #: lib/admin/groups-admin-options.php:357
673
  msgid "Network deactivation and data persistence"
674
  msgstr "Désactivation du réseau et de la persistance des données"
675
 
676
  # @ groups
677
- #: lib/admin/groups-admin-capabilities.php:201
678
  msgid "New Capability"
679
  msgstr "Nouvelle Capacité"
680
 
 
 
 
 
681
  # @ groups
682
- #: lib/admin/groups-admin-groups.php:208
683
  msgid "New Group"
684
  msgstr "Nouveau Groupe"
685
 
686
  # @ groups
687
- #: lib/access/class-groups-access-meta-boxes.php:239
688
- #: lib/access/class-groups-access-meta-boxes.php:577
689
  msgid ""
690
  "No groups grant access through this capability. To grant access to group "
691
  "members using this capability, you should assign it to a group and enable "
@@ -701,7 +831,7 @@ msgid "No new capabilities have been found."
701
  msgstr "Pas de nouvelles capacités trouvées."
702
 
703
  # @ groups
704
- #: lib/admin/groups-admin-capabilities-remove.php:120
705
  msgid "No such capabilities."
706
  msgstr "Aucunes Capacités."
707
 
@@ -718,12 +848,12 @@ msgid "No such group."
718
  msgstr "Aucun groupe."
719
 
720
  # @ groups
721
- #: lib/admin/groups-admin-groups-remove.php:120
722
  msgid "No such groups."
723
  msgstr "Aucuns Groupes."
724
 
725
  # @ groups
726
- #: lib/access/class-groups-access-meta-boxes.php:131
727
  msgid ""
728
  "Note that you must be a member of a group that has such a capability "
729
  "assigned."
@@ -731,6 +861,28 @@ msgstr ""
731
  "Notez que vous devez être membre d'un groupe qui a une telle capacité "
732
  "attribuée."
733
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
734
  # @ groups
735
  #: lib/admin/groups-admin-capabilities.php:121
736
  #, php-format
@@ -740,13 +892,17 @@ msgstr[0] "Une capacité a été ajouté."
740
  msgstr[1] "%d capacités ont été ajoutées."
741
 
742
  # @ groups
743
- #: lib/admin/class-groups-admin-post-columns.php:77
744
  msgid "One or more capabilities required to read the entry."
745
  msgstr "Un ou plusieurs capacités sont requises pour lire l'entrée."
746
 
 
 
 
 
747
  # @ groups
748
- #: lib/access/class-groups-access-meta-boxes.php:271
749
- #: lib/access/class-groups-access-meta-boxes.php:598
750
  #, php-format
751
  msgid ""
752
  "Only groups or users that have one of the selected capabilities are allowed "
@@ -756,29 +912,33 @@ msgstr ""
756
  "sélectionnées sont autorisés à lire ce %s."
757
 
758
  # @ groups
759
- #: lib/admin/class-groups-admin.php:207 lib/admin/class-groups-admin.php:254
760
- #: lib/core/class-groups-help.php:68
761
  msgid "Options"
762
  msgstr "Options"
763
 
764
  # @ groups
765
- #: lib/admin/groups-admin-options.php:125
766
  msgid "Options saved."
767
  msgstr "Options enregistrées."
768
 
769
  # @ groups
770
- #: lib/admin/groups-admin-groups-add.php:78
771
- #: lib/admin/groups-admin-groups-edit.php:88
772
  msgid "Parent"
773
  msgstr "Parent"
774
 
 
 
 
 
775
  # @ groups
776
- #: lib/admin/groups-admin-options.php:293
777
  msgid "Permissions"
778
  msgstr "Autorisations"
779
 
780
  # @ groups
781
- #: lib/admin/groups-admin-groups-remove.php:148
782
  msgid ""
783
  "Please confirm removal of the following groups. This action cannot be undone."
784
  msgstr ""
@@ -786,7 +946,7 @@ msgstr ""
786
  "annulée."
787
 
788
  # @ groups
789
- #: lib/admin/groups-admin-capabilities-remove.php:145
790
  msgid ""
791
  "Please confirm to remove the following capabilities. This action cannot be "
792
  "undone."
@@ -794,28 +954,81 @@ msgstr ""
794
  "SVP, Confirmez la suppression des capacités suivantes. Cette action ne peut "
795
  "être annulée."
796
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
797
  # @ groups
798
- #: lib/access/class-groups-access-meta-boxes.php:188
 
799
  msgid "Post"
800
  msgstr "Publication"
801
 
802
  # @ groups
803
- #: lib/admin/groups-admin-options.php:220
804
  msgid "Post types"
805
  msgstr "Types de publication"
806
 
 
 
 
 
 
 
 
 
 
 
807
  # @ groups
808
- #: lib/access/class-groups-access-meta-boxes.php:309
809
  msgid "Quick-create group &amp; capability"
810
  msgstr "Créez rapidement un groupe &amp; une capacité"
811
 
 
 
 
 
 
812
  # @ groups
813
- #: lib/access/class-groups-post-access.php:58
814
  msgid "Read Post"
815
  msgstr "Lire la Publication"
816
 
 
 
 
 
 
 
 
 
817
  # @ groups
818
- #: lib/admin/groups-admin-capabilities.php:202
 
819
  msgid "Refresh"
820
  msgstr "Actualiser"
821
 
@@ -825,99 +1038,121 @@ msgid "Registered"
825
  msgstr "Enregistré"
826
 
827
  # @ groups
828
- #: lib/admin/groups-admin-capabilities-remove.php:64
829
- #: lib/admin/groups-admin-capabilities-remove.php:155
830
- #: lib/admin/groups-admin-capabilities.php:292
831
- #: lib/admin/groups-admin-capabilities.php:347
832
- #: lib/admin/groups-admin-capabilities.php:408
833
- #: lib/admin/groups-admin-groups-remove.php:64
834
- #: lib/admin/groups-admin-groups-remove.php:159
835
- #: lib/admin/groups-admin-groups.php:299 lib/admin/groups-admin-groups.php:460
836
  msgid "Remove"
837
  msgstr "Supprimer"
838
 
839
  # @ groups
840
- #: lib/admin/groups-admin-capabilities-remove.php:54
841
  msgid "Remove a capability"
842
  msgstr "Supprimer une capacité"
843
 
844
  # @ groups
845
- #: lib/admin/groups-admin-groups-remove.php:54
846
  msgid "Remove a group"
847
  msgstr "Supprimer un Groupe"
848
 
849
  # @ groups
850
- #: lib/admin/groups-admin-capabilities-remove.php:138
851
  msgid "Remove capabilities"
852
  msgstr "Retirer les capacités"
853
 
854
  # @ groups
855
- #: lib/admin/groups-admin-groups.php:376
856
  msgid "Remove capability"
857
  msgstr "Supprimer une Capacité"
858
 
859
  # @ groups
860
- #: lib/admin/class-groups-admin-users.php:183
861
  msgid "Remove from group"
862
  msgstr "Retirer du groupe"
863
 
864
  # @ groups
865
- #: lib/admin/groups-admin-groups.php:374
866
  msgid "Remove group"
867
  msgstr "Supprimer le groupe"
868
 
869
  # @ groups
870
- #: lib/admin/groups-admin-groups-remove.php:140
871
  msgid "Remove groups"
872
  msgstr "Supprimer les Groupes"
873
 
874
  # @ groups
875
- #: lib/admin/class-groups-admin-posts.php:186
 
876
  msgid "Remove restriction"
877
  msgstr "Supprimer la restriction"
878
 
 
 
 
 
 
 
 
 
 
 
 
 
 
879
  # @ groups
880
- #: lib/admin/groups-admin-capabilities.php:332
881
- #: lib/admin/groups-admin-groups.php:339
882
  msgid "Results per page"
883
  msgstr "Résultats par page"
884
 
885
  # @ groups
886
- #: lib/admin/groups-admin-options.php:148
887
  msgid "Role"
888
  msgstr "Rôle"
889
 
890
  # @ groups
891
- #: lib/admin/groups-admin-capabilities-edit.php:79
892
  #: lib/admin/groups-admin-groups-edit.php:158
893
- #: lib/admin/groups-admin-options.php:205
894
- #: lib/admin/groups-admin-options.php:317
895
- #: lib/admin/groups-admin-options.php:367
896
  msgid "Save"
897
  msgstr "Sauvegarder"
898
 
899
  # @ groups
900
- #: lib/admin/groups-admin-options.php:223
901
  msgid "Show access restrictions for these post types."
902
  msgstr "Afficher les Restrictions d'Accès pour ces types de publications."
903
 
904
  # @ groups
905
- #: lib/access/class-groups-access-meta-boxes.php:278
906
  msgid "Show groups"
907
  msgstr "Afficher les Groupes"
908
 
909
  # @ groups
910
- #: lib/admin/groups-admin-options.php:279
911
  msgid "Show groups in user profiles."
912
  msgstr "Afficher le Groupe dans le profile de l'Utilisateur."
913
 
914
  # @ groups
915
- #: lib/admin/groups-admin-options.php:288
916
  msgid "Show the Groups tree view."
917
  msgstr "Afficher l'arborescence des Groupes."
918
 
 
 
 
 
 
 
 
 
 
919
  # @ groups
920
- #: lib/core/class-groups-help.php:115
921
  msgid ""
922
  "Thank you for using <a href=\"http://www.itthinx.com/plugins/groups\" target="
923
  "\"_blank\">Groups</a> by <a href=\"http://www.itthinx.com\" target=\"_blank"
@@ -927,8 +1162,14 @@ msgstr ""
927
  "\"_blank\">Groups</a> par <a href=\"http://www.itthinx.com\" target=\"_blank"
928
  "\">itthinx</a>."
929
 
 
 
 
 
 
 
930
  # @ groups
931
- #: lib/admin/groups-admin-capabilities-edit.php:120
932
  #, php-format
933
  msgid ""
934
  "The <em>%s</em> capability already exists and cannot be assigned to this one."
@@ -937,13 +1178,13 @@ msgstr ""
937
  "groupe."
938
 
939
  # @ groups
940
- #: lib/admin/groups-admin-capabilities-add.php:107
941
  #, php-format
942
  msgid "The <em>%s</em> capability already exists."
943
  msgstr "La Capacité <em>%s</em> existe déjà."
944
 
945
  # @ groups
946
- #: lib/admin/groups-admin-capabilities-edit.php:130
947
  #, php-format
948
  msgid "The <em>%s</em> capability could not be updated."
949
  msgstr "La capacité <em>%s</em> n'a pas pu être mise à jour."
@@ -961,7 +1202,7 @@ msgid "The <em>%s</em> capability has been updated."
961
  msgstr "La capacité <em>%s</em> a été mise à jour."
962
 
963
  # @ groups
964
- #: lib/admin/groups-admin-groups-edit.php:206
965
  #, php-format
966
  msgid ""
967
  "The <em>%s</em> group already exists and cannot be used to name this one."
@@ -970,7 +1211,7 @@ msgstr ""
970
  "celui-ci."
971
 
972
  # @ groups
973
- #: lib/admin/groups-admin-groups-add.php:167
974
  #, php-format
975
  msgid "The <em>%s</em> group already exists."
976
  msgstr "Le groupe <em>%s</em> existe déjà."
@@ -988,27 +1229,33 @@ msgid "The <em>%s</em> group has been updated."
988
  msgstr "Le groupe <em>%s</em> a bien été mis à jour."
989
 
990
  # @ groups
991
- #: lib/admin/groups-admin-capabilities-add.php:105
992
- #: lib/admin/groups-admin-capabilities-edit.php:134
993
  msgid "The <em>Capability</em> must not be empty."
994
  msgstr "La <em>Capacité</em> ne doit pas être vide."
995
 
996
  # @ groups
997
- #: lib/admin/groups-admin-groups-edit.php:198
998
  msgid "The <em>Name</em> must not be empty."
999
  msgstr "Le <em>Nom</em> ne doit pas être vide."
1000
 
 
 
 
 
 
 
1001
  # @ groups
1002
  #: lib/admin/groups-admin-capabilities.php:75
1003
  msgid "The capability has been deleted."
1004
  msgstr "La capacité a été suppriméé."
1005
 
1006
  # @ groups
1007
- #: lib/admin/groups-admin-groups-edit.php:132
1008
  msgid "The chosen capabilities are assigned to the group."
1009
  msgstr "Les capacités choisies sont attribuées au groupe."
1010
 
1011
- #: lib/core/class-groups-help.php:85
1012
  msgid ""
1013
  "The complete documentation is available on the <a href=\"http://docs.itthinx."
1014
  "com/document/groups\">Documentation</a> pages for Groups."
@@ -1016,44 +1263,49 @@ msgstr ""
1016
  "La documentation complète est disponible sur les pages du <a href=\"http://"
1017
  "docs.itthinx.com/document/groups\">Documentation</a> pour Groups."
1018
 
 
 
 
 
1019
  # @ groups
1020
  #: lib/admin/groups-admin-groups.php:76
1021
  msgid "The group has been deleted."
1022
  msgstr "Le groupe a été supprimé."
1023
 
1024
  # @ groups
1025
- #: lib/access/class-groups-access-meta-boxes.php:147
1026
  msgid "The manual way:"
1027
  msgstr "La méthode manuelle :"
1028
 
1029
  # @ groups
1030
- #: lib/admin/groups-admin-groups-add.php:165
1031
  msgid "The name must not be empty."
1032
  msgstr "Le nom ne doit pas être vide."
1033
 
1034
  # @ groups
1035
- #: lib/access/class-groups-access-meta-boxes.php:138
1036
  msgid "The quick way:"
1037
  msgstr "De la façon la plus simple :"
1038
 
1039
  # @ groups
1040
- #: lib/admin/class-groups-admin-user-profile.php:109
 
1041
  msgid "The user is a member of the chosen groups."
1042
  msgstr "L'utilisateur est un membre des Groupes choisis."
1043
 
1044
  # @ groups
1045
- #: lib/admin/groups-admin-capabilities.php:415
1046
- #: lib/admin/groups-admin-groups.php:467
1047
  msgid "There are no results."
1048
  msgstr "Il n'y a aucun résultat."
1049
 
1050
  # @ groups
1051
- #: lib/admin/groups-admin-groups-add.php:111
1052
  msgid "These capabilities will be assigned to the group."
1053
  msgstr "Ces capacités seront attribués au groupe."
1054
 
1055
  # @ groups
1056
- #: lib/admin/groups-admin-options.php:294
1057
  msgid ""
1058
  "These permissions apply to Groups management. They do not apply to access "
1059
  "permissions derived from Groups capabilities."
@@ -1061,8 +1313,12 @@ msgstr ""
1061
  "Ces autorisations concernent la gestion des Groupes. Elles ne se appliquent "
1062
  "pas aux autorisations d'accès liées aux capacités des Groupes. "
1063
 
 
 
 
 
1064
  # @ groups
1065
- #: lib/admin/groups-admin-options.php:246
1066
  msgid ""
1067
  "This determines for which post types access restriction settings are offered."
1068
  msgstr ""
@@ -1070,12 +1326,37 @@ msgstr ""
1070
  "d'accès sont proposés."
1071
 
1072
  # @ groups
1073
- #: lib/admin/groups-admin-groups.php:450
1074
  msgid "This group has no capabilities."
1075
  msgstr "Ce groupe n'a pas de capacités"
1076
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1077
  # @ groups
1078
- #: lib/admin/class-groups-admin.php:179 lib/admin/class-groups-admin.php:180
1079
  msgid "Tree"
1080
  msgstr "Arborescence"
1081
 
@@ -1085,12 +1366,12 @@ msgid "Tree of Groups"
1085
  msgstr "Arborescence des Groupes"
1086
 
1087
  # @ groups
1088
- #: lib/admin/groups-admin-options.php:284
1089
  msgid "Tree view"
1090
  msgstr " Aperçu de l'Arborescence"
1091
 
1092
  # @ groups
1093
- #: lib/access/class-groups-access-meta-boxes.php:152
1094
  msgid ""
1095
  "Try the quick-create field first. Unless you need a more complex setup, "
1096
  "there is no reason to go this way instead."
@@ -1099,14 +1380,14 @@ msgstr ""
1099
  "d'une configuration plus complexe. Autrement, favorisez toujours cet outil."
1100
 
1101
  # @ groups
1102
- #: lib/access/class-groups-access-meta-boxes.php:211
1103
- #: lib/access/class-groups-access-meta-boxes.php:212
1104
- #: lib/access/class-groups-access-meta-boxes.php:550
1105
  msgid "Type and choose &hellip;"
1106
  msgstr "Saisissez et sélectionnez &hellip;"
1107
 
1108
  # @ groups
1109
- #: lib/access/class-groups-access-meta-boxes.php:126
1110
  msgid ""
1111
  "Use the <em>Access restrictions</em> box to limit the visibility of posts, "
1112
  "pages and other post types."
@@ -1114,18 +1395,24 @@ msgstr ""
1114
  "Utilisez la boîte des <em>restrictions d'accès</em> pour limiter la "
1115
  "visibilité des messages, des pages et des autres types de publications."
1116
 
 
 
 
 
 
 
1117
  # @ groups
1118
- #: lib/admin/groups-admin-options.php:275
1119
  msgid "User profiles"
1120
  msgstr "Profils d'Utilisateurs"
1121
 
1122
  # @ groups
1123
- #: lib/access/class-groups-access-meta-boxes.php:140
1124
  msgid "Using the quick-create field"
1125
  msgstr "En utilisant le champ de création rapide"
1126
 
1127
  # @ groups
1128
- #: lib/access/class-groups-access-meta-boxes.php:145
1129
  msgid ""
1130
  "Using the quick-create field, you can create a new group and capability. The "
1131
  "capability will be assigned to the group and enabled to enforce read access. "
@@ -1146,14 +1433,59 @@ msgstr ""
1146
  "lecture. Afin d'être en mesure d'utiliser la capacité, votre compte "
1147
  "utilisateur sera affecté au groupe."
1148
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1149
  # @ groups
1150
  #: lib/views/class-groups-shortcodes.php:527
1151
  #, php-format
1152
  msgid "You are a member of the %s group."
1153
  msgstr "Vous êtes un membre du groupe %s."
1154
 
 
 
 
 
 
 
 
 
 
 
 
 
1155
  # @ groups
1156
- #: lib/access/class-groups-access-meta-boxes.php:313
1157
  msgid ""
1158
  "You can create a new group and capability here. The capability will be "
1159
  "assigned to the group and enabled to enforce read access. Group names are "
@@ -1174,8 +1506,27 @@ msgstr ""
1174
  "lecture. Afin d'être en mesure d'utiliser la capacité, votre compte "
1175
  "utilisateur sera attribué au groupe."
1176
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1177
  # @ groups
1178
- #: lib/access/class-groups-access-meta-boxes.php:129
1179
  msgid ""
1180
  "You can select one or more capabilities that are enabled for access "
1181
  "restriction."
@@ -1183,8 +1534,13 @@ msgstr ""
1183
  "Vous pouvez sélectionner une ou plusieurs capacités utilisables pour la "
1184
  "Restriction des Accès."
1185
 
 
 
 
 
1186
  # @ groups
1187
- #: lib/access/class-groups-access-meta-boxes.php:291
 
1188
  msgid "You cannot set any access restrictions."
1189
  msgstr "Vous ne pouvez pas définir les restrictions d'accès."
1190
 
@@ -1201,7 +1557,7 @@ msgid "You have left the %s group."
1201
  msgstr "Vous ne faites plus parti du groupe %s."
1202
 
1203
  # @ groups
1204
- #: lib/access/class-groups-access-meta-boxes.php:297
1205
  msgid ""
1206
  "You must be in a group that has at least one capability enabled to enforce "
1207
  "read access."
@@ -1209,6 +1565,40 @@ msgstr ""
1209
  "Vous devez être dans un groupe qui a au moins une capacité définie pour "
1210
  "autoriser l'accès en lecture."
1211
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1212
  # @ groups
1213
  #~ msgid ""
1214
  #~ "The complete documentation is available on the <a href=\"http://www."
2
  msgstr ""
3
  "Project-Id-Version: Groups\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2017-04-03 21:49+0200\n"
6
+ "PO-Revision-Date: 2017-04-03 21:50+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
  "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 1.8.12\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"
27
  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
 
52
  msgstr[1] "%s articles"
53
 
54
  # @ groups
55
+ #: legacy/admin/class-groups-admin-post-columns-legacy.php:76
56
  #, php-format
57
  msgid "<span title=\"%s\">Access Restrictions</span>"
58
  msgstr "<span title=\"%s\">Restrictions d'Accès</span>"
59
 
60
  # @ groups
61
+ #: lib/admin/groups-admin-capabilities-remove.php:145
62
+ #: lib/admin/groups-admin-groups-remove.php:149
63
  #, php-format
64
  msgid "<strong>%s</strong>"
65
  msgstr "<strong>%s</strong>"
66
 
67
  # @ groups
68
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:164
69
  msgid ""
70
  "<sup>*</sup> For each capability, the groups that have the capability "
71
  "assigned are shown within parenthesis. You can choose a capability by typing "
81
  msgstr "Un Canard !"
82
 
83
  # @ groups
84
+ #: lib/admin/groups-admin-options.php:271
85
  msgid "A minimum set of permissions will be preserved."
86
  msgstr "Un minimum d'autorisations sera préservée."
87
 
91
  msgstr "Groupes d'Accès"
92
 
93
  # @ groups
94
+ #: legacy/admin/class-groups-admin-posts-legacy.php:181
95
  msgid "Access Restrictions"
96
  msgstr "Restrictions d'Accès"
97
 
98
  # @ groups
99
  #: lib/admin/groups-admin-capabilities-add.php:34
100
+ #: lib/admin/groups-admin-capabilities-add.php:89
101
+ #: lib/admin/groups-admin-capabilities-add.php:93
102
  #: lib/admin/groups-admin-capabilities-edit.php:35
103
+ #: lib/admin/groups-admin-capabilities-edit.php:96
104
  #: lib/admin/groups-admin-capabilities-edit.php:100
 
105
  #: lib/admin/groups-admin-capabilities-remove.php:35
106
+ #: lib/admin/groups-admin-capabilities-remove.php:83
107
  #: lib/admin/groups-admin-capabilities-remove.php:87
108
+ #: lib/admin/groups-admin-capabilities-remove.php:110
109
+ #: lib/admin/groups-admin-capabilities-remove.php:175
110
+ #: lib/admin/groups-admin-capabilities-remove.php:179
 
111
  #: lib/admin/groups-admin-capabilities.php:48
112
  #: lib/admin/groups-admin-capabilities.php:141
113
  #: lib/admin/groups-admin-capabilities.php:172
114
  #: lib/admin/groups-admin-capabilities.php:178
115
  #: lib/admin/groups-admin-groups-add.php:36
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
124
+ #: lib/admin/groups-admin-groups-remove.php:110
125
+ #: lib/admin/groups-admin-groups-remove.php:177
126
+ #: lib/admin/groups-admin-groups-remove.php:181
 
127
  #: lib/admin/groups-admin-groups.php:49 lib/admin/groups-admin-groups.php:148
128
  #: lib/admin/groups-admin-groups.php:179 lib/admin/groups-admin-groups.php:185
129
+ #: lib/admin/groups-admin-options.php:39 lib/admin/groups-admin-options.php:319
130
  #: lib/admin/groups-admin-tree-view.php:37 lib/test/groups-tests.php:385
131
  #: lib/test/groups-tests.php:391
132
  msgid "Access denied."
133
  msgstr "Accès refusé."
134
 
135
  # @ groups
136
+ #: lib/admin/groups-admin-options.php:216
137
  msgid "Access restricions"
138
  msgstr "Restrictions d'accès"
139
 
140
  # @ groups
141
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:97
142
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:107
143
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:121
144
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:124
145
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:592
146
  msgid "Access restrictions"
147
  msgstr "Les Restrictions d'Accès"
148
 
149
  # @ groups
150
+ #: legacy/admin/class-groups-admin-posts-legacy.php:124
151
+ #: legacy/admin/class-groups-admin-posts-legacy.php:125
152
  msgid "Access restrictions &hellip;"
153
  msgstr "Restrictions d'accès &hellip;"
154
 
155
  # @ groups
156
+ #: lib/admin/groups-admin-capabilities-add.php:68
157
  #: lib/admin/groups-admin-capabilities.php:201
158
  #: lib/admin/groups-admin-groups-add.php:119
159
+ #: lib/admin/groups-admin-groups.php:207
160
  msgid "Add"
161
  msgstr "Ajouter"
162
 
163
  # @ groups
164
+ #: lib/admin/groups-admin-capabilities-add.php:50
165
  msgid "Add a new capability"
166
  msgstr "Ajouter une nouvelle capacité"
167
 
168
  # @ groups
169
+ #: lib/admin/groups-admin-groups-add.php:59
170
  msgid "Add a new group"
171
  msgstr "Ajoutez un nouveau groupe"
172
 
173
  # @ groups
174
+ #: lib/admin/groups-admin-groups.php:382
175
  msgid "Add capability"
176
  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
 
189
+ #: lib/admin/class-groups-admin-welcome.php:234
190
+ #: lib/admin/class-groups-admin.php:221 lib/admin/groups-admin-add-ons.php:32
191
+ msgid "Add-Ons"
192
+ msgstr ""
193
+
194
  # @ groups
195
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:150
196
  msgid ""
197
  "Adding the group and capability manually and enabling it for access "
198
  "restriction"
211
  msgstr "Administrer les Options du plugin &quot;Groups&quot;"
212
 
213
  # @ groups
214
+ #: lib/admin/groups-admin-options.php:208
215
  msgid "Administrator Access Override"
216
  msgstr "Priorité Accès Administrateur"
217
 
218
  # @ groups
219
+ #: lib/admin/groups-admin-options.php:212
220
  msgid ""
221
  "Administrators override all access permissions derived from Groups "
222
  "capabilities."
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
+
231
+ #: lib/admin/class-groups-admin-welcome.php:187
232
+ msgid ""
233
+ "And you can now filter the list of users by one or multiple groups with one "
234
+ "convenient field."
235
+ msgstr ""
236
+
237
+ #: lib/admin/class-groups-admin-welcome.php:185
238
+ msgid ""
239
+ "Another improvement is better filtering by groups and a reduced footprint on "
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
255
+ #: lib/admin/groups-admin-groups.php:323 lib/admin/groups-admin-groups.php:349
256
+ #: lib/admin/groups-admin-groups.php:385
257
  msgid "Apply"
258
  msgstr "Appliquer"
259
 
260
  # @ groups
261
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:160
262
  msgid ""
263
  "Become a member of the <em>Premium</em> group - this is required so you can "
264
  "choose the <em>premium</em> capability to restrict access to a post."
268
  "à une publication."
269
 
270
  # @ groups
271
+ #: lib/admin/groups-admin-capabilities.php:371
272
+ #: lib/admin/groups-admin-groups.php:380
273
  msgid "Bulk Actions"
274
  msgstr "Actions Groupées"
275
 
276
  # @ groups
277
+ #: lib/admin/groups-admin-options.php:353
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 "
290
  "liées à celle-ci."
291
 
292
  # @ groups
293
+ #: lib/admin/groups-admin-options.php:285
294
  msgid ""
295
  "CAUTION: If this option is active while the plugin is deactivated, ALL "
296
  "plugin settings and data will be DELETED. If you are going to use this "
305
  "perte de données et des autres liées à cette activation."
306
 
307
  # @ groups
308
+ #: lib/admin/groups-admin-capabilities-add.php:70
309
+ #: lib/admin/groups-admin-capabilities-edit.php:79
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"
317
  msgstr "Annuler"
318
 
319
  # @ groups
320
+ #: legacy/admin/groups-admin-options-legacy.php:59
321
+ #: lib/admin/class-groups-admin.php:195
322
+ #: lib/admin/groups-admin-capabilities.php:192
323
+ #: lib/admin/groups-admin-groups-add.php:97
324
+ #: lib/admin/groups-admin-groups-edit.php:117
325
+ #: lib/admin/groups-admin-groups.php:306 lib/core/class-groups-help.php:71
326
  msgid "Capabilities"
327
  msgstr "Capacités"
328
 
329
  # @ groups
330
+ #: lib/admin/groups-admin-groups.php:361 lib/admin/groups-admin-groups.php:362
331
  msgid "Capabilities &hellip;"
332
  msgstr "Capacités &hellip;"
333
 
334
  # @ groups
335
+ #: lib/admin/groups-admin-capabilities-add.php:57
336
+ #: lib/admin/groups-admin-capabilities-edit.php:66
337
+ #: lib/admin/groups-admin-capabilities.php:314
338
+ #: lib/admin/groups-admin-capabilities.php:330
339
  msgid "Capability"
340
  msgstr "Capacité"
341
 
342
  # @ groups
343
+ #: lib/admin/groups-admin-capabilities-remove.php:59
344
  #, php-format
345
  msgid "Capability : %s"
346
  msgstr "Capacités : %s"
347
 
348
+ #: lib/admin/groups-admin-capabilities.php:326
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
 
357
  # @ groups
358
+ #: legacy/admin/class-groups-admin-posts-legacy.php:195
359
+ #: legacy/admin/class-groups-admin-posts-legacy.php:196
360
  msgid "Choose access restrictions &hellip;"
361
  msgstr "Choisissez des restrictions d'accès &hellip;"
362
 
363
  # @ groups
364
+ #: lib/admin/groups-admin-groups-add.php:100
365
+ #: lib/admin/groups-admin-groups-edit.php:120
366
  msgid "Choose capabilities &hellip;"
367
  msgstr "Choisissez les capacités &hellip;"
368
 
369
  # @ groups
370
+ #: lib/admin/class-groups-admin-user-profile.php:80
371
+ #: lib/admin/class-groups-admin-user-profile.php:81
372
+ #: lib/admin/class-groups-admin-user-profile.php:167
373
+ #: lib/admin/class-groups-admin-user-profile.php:168
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
 
381
  # @ groups
382
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:214
383
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:541
384
  msgid ""
385
  "Choose one or more capabilities to restrict access. Groups that grant access "
386
  "through the capabilities are shown in parenthesis. If no capabilities are "
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)."
400
+ msgstr ""
401
+
402
  # @ groups
403
+ #: lib/admin/groups-admin-capabilities.php:335
404
+ #: lib/admin/groups-admin-groups.php:324
405
  msgid "Clear"
406
  msgstr "Effacer"
407
 
408
  # @ groups
409
+ #: lib/admin/groups-admin-capabilities.php:196
410
  msgid "Click to add a new capability"
411
  msgstr "Cliquez pour ajouter une nouvelle capacité"
412
 
413
  # @ groups
414
+ #: lib/admin/groups-admin-groups.php:202
415
  msgid "Click to add a new group"
416
  msgstr "Cliquez pour ajouter un nouveau groupe"
417
 
418
  # @ groups
419
+ #: lib/admin/groups-admin-capabilities.php:212
420
  msgid "Click to refresh capabilities"
421
  msgstr "Cliquez ici pour actualiser les capacités"
422
 
423
  # @ groups
424
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:274
425
  msgid "Click to toggle the display of groups that grant the capabilities."
426
  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:277
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:350
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 "
440
  "sites lors de la désactivation du réseau"
441
 
442
  # @ groups
443
+ #: lib/admin/groups-admin-options.php:281
444
  msgid "Delete all Groups plugin data on deactivation"
445
  msgstr ""
446
  "Supprimer Toutes les données de l'extension Groups lorsque le Plugin est "
447
  "désactivé"
448
 
449
  # @ groups
450
+ #: lib/admin/groups-admin-capabilities-add.php:62
451
+ #: lib/admin/groups-admin-capabilities-edit.php:71
452
+ #: lib/admin/groups-admin-capabilities.php:315
453
+ #: lib/admin/groups-admin-groups-add.php:83
454
+ #: lib/admin/groups-admin-groups-edit.php:93
455
+ #: lib/admin/groups-admin-groups.php:305
456
  msgid "Description"
457
  msgstr "Description"
458
 
459
  # @ groups
460
+ #: lib/admin/groups-admin-options.php:245
461
  msgid ""
462
  "Disabling this setting for a post type does not remove existing access "
463
  "restrictions on individual posts of that type."
466
  "les restrictions d'accès existantes sur les publications individuelles de ce "
467
  "type."
468
 
469
+ #: lib/admin/class-groups-admin-welcome.php:144
470
+ #: lib/admin/class-groups-admin-welcome.php:145
471
+ msgid "Dismiss"
472
+ msgstr ""
473
+
474
  # @ groups
475
+ #: lib/admin/groups-admin-capabilities.php:449
476
+ #: lib/admin/groups-admin-groups.php:460
 
477
  msgid "Edit"
478
  msgstr "Editer"
479
 
480
  # @ groups
481
+ #: lib/admin/groups-admin-capabilities-edit.php:56
482
  msgid "Edit a capability"
483
  msgstr "Modifier une capacité"
484
 
485
  # @ groups
486
+ #: lib/admin/groups-admin-groups-edit.php:68
487
  msgid "Edit a group"
488
  msgstr "Modifier un groupe"
489
 
490
  # @ groups
491
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:161
492
  msgid ""
493
  "Edit the post for which you want to restrict access and choose<sup>*</sup> "
494
  "the <em>premium</em> capability."
496
  "Modifier la publication pour laquelle vous souhaitez restreindre l'accès et "
497
  "choisissez<sup>*</sup> la capacité <em>premium</em>."
498
 
499
+ #: lib/admin/groups-admin-options.php:294
500
+ msgid "Enable legacy access control based on capabilities."
501
+ msgstr ""
502
+
503
  # @ groups
504
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:204
505
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:505
506
  msgid "Enforce read access"
507
  msgstr "Autoriser l'accès en lecture"
508
 
509
+ #: lib/admin/groups-admin-options.php:191
 
510
  msgid ""
511
  "Enhanced functionality is available via official <a href=\"http://www."
512
+ "itthinx.com/shop/\">Extensions</a> for Groups."
513
  msgstr ""
 
 
514
 
515
  # @ groups
516
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:143
517
  msgid ""
518
  "Enter <em>Premium</em> in the quick-create field located in the Access "
519
  "restrictions panel and save or update the post (or hit Enter)."
523
  "Entrée)."
524
 
525
  # @ groups
526
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:135
527
+ #: lib/access/class-groups-access-meta-boxes.php:130
528
  msgid "Example:"
529
  msgstr "Exemple :"
530
 
531
+ #: lib/admin/class-groups-admin-users.php:275
532
+ msgid "Filter"
533
+ msgstr ""
534
+
535
  # @ groups
536
+ #: lib/admin/groups-admin-capabilities.php:324
537
+ #: lib/admin/groups-admin-groups.php:315
538
  msgid "Filters"
539
  msgstr "Filtres"
540
 
541
  # @ groups
542
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:157
543
  msgid ""
544
  "Go to <strong>Groups > Capabilities</strong> and add the <em>premium</em> "
545
  "capability."
548
  "<em>premium</em>."
549
 
550
  # @ groups
551
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:156
552
  msgid ""
553
  "Go to <strong>Groups > Groups</strong> and add the <em>Premium</em> group."
554
  msgstr ""
556
  "em>."
557
 
558
  # @ groups
559
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:158
560
  msgid ""
561
  "Go to <strong>Groups > Groups</strong> and assign the <em>premium</em> "
562
  "capability to the <em>Premium</em> group."
565
  "<em>premium</em> au groupe <em>Premium</em>."
566
 
567
  # @ groups
568
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:159
569
  msgid ""
570
  "Go to <strong>Groups > Options</strong> and enable the <em>premium</em> "
571
  "capability to restrict access."
574
  "<em>premium</em> pour restreindre l'accès."
575
 
576
  # @ groups
577
+ #: lib/admin/groups-admin-groups.php:304
578
  msgid "Group"
579
  msgstr "Groupe"
580
 
581
  # @ groups
582
+ #: lib/admin/class-groups-admin-users.php:211
583
  msgid "Group Actions"
584
  msgstr "Actions du Groupe"
585
 
586
+ #: lib/admin/groups-admin-groups.php:316
587
+ msgid "Group ID"
588
+ msgstr ""
 
589
 
590
  # @ groups
591
+ #: lib/admin/groups-admin-groups.php:319
592
  msgid "Group Name"
593
  msgstr "Nom du Groupe"
594
 
595
  # @ groups
596
+ #: lib/admin/groups-admin-groups-remove.php:59
597
  #, php-format
598
  msgid "Group Name : %s"
599
  msgstr "Nom du Groupe : %s"
600
 
601
  # @ groups
602
+ #: lib/access/class-groups-access-meta-boxes.php:112
603
+ #: lib/access/class-groups-access-meta-boxes.php:115
604
+ #: lib/access/class-groups-access-meta-boxes.php:471
605
+ #: lib/admin/class-groups-admin-posts.php:204
606
+ #: lib/admin/class-groups-admin-user-profile.php:72
607
+ #: lib/admin/class-groups-admin-user-profile.php:133
608
+ #: lib/admin/class-groups-admin-user-profile.php:157
609
+ #: lib/admin/class-groups-admin-users.php:347
610
+ #: lib/admin/class-groups-admin.php:244 lib/admin/class-groups-admin.php:245
611
+ #: lib/admin/class-groups-admin.php:274 lib/core/class-groups-help.php:63
612
+ #: lib/core/class-groups-help.php:68 lib/core/class-groups-help.php:69
613
  msgid "Groups"
614
  msgstr "Groupes"
615
 
616
+ #: lib/admin/class-groups-admin-post-columns.php:93
617
+ msgctxt "Column header"
618
+ msgid "Groups"
619
+ msgstr ""
620
+
621
+ #: lib/access/class-groups-access-meta-boxes.php:98
622
+ msgctxt "Meta box title"
623
+ msgid "Groups"
624
+ msgstr ""
625
+
626
  #: lib/admin/class-groups-admin.php:140
627
  msgctxt "menu item title"
628
  msgid "Groups"
629
  msgstr "Groupes"
630
 
631
+ #: lib/admin/class-groups-admin.php:158 lib/admin/groups-admin-groups.php:199
 
 
 
 
 
632
  msgctxt "page-title"
633
  msgid "Groups"
634
  msgstr "Groupes"
635
 
636
+ #: lib/admin/class-groups-admin-welcome.php:202
637
+ #, php-format
638
+ msgid ""
639
+ "Groups %s features a simpler model for access restrictions based on groups "
640
+ "instead of capabilities used in previous versions."
641
+ msgstr ""
642
+
643
+ #: lib/admin/class-groups-admin-posts.php:136
644
+ #: lib/admin/class-groups-admin-posts.php:137
645
+ msgid "Groups &hellip;"
646
+ msgstr ""
647
+
648
+ #: lib/admin/class-groups-admin.php:220
649
+ msgid "Groups Add-Ons"
650
+ msgstr ""
651
+
652
  # @ groups
653
+ #: lib/admin/class-groups-admin.php:194
654
  msgid "Groups Capabilities"
655
  msgstr "Capacités des Groupes"
656
 
657
+ #: lib/admin/groups-admin-options.php:131
658
+ msgid "Groups Options"
659
+ msgstr ""
660
+
661
  # @ groups
662
+ #: lib/admin/groups-admin-options.php:325
663
  msgid "Groups network options"
664
  msgstr "Options de réseau de l'extension &quot;Groups&quot;"
665
 
666
  # @ groups
667
+ #: lib/admin/class-groups-admin.php:207
668
  msgid "Groups options"
669
  msgstr "Options des Groupes"
670
 
671
  # @ groups
672
+ #: lib/core/class-groups-help.php:92
673
  msgid ""
674
  "Here you can <strong>add</strong>, <strong>edit</strong> and <strong>remove</"
675
  "strong> groups."
677
  "Ici vous pouvez <strong>ajouter</strong>, <strong>modifier</strong> et "
678
  "<strong>supprimer</strong> les groupes."
679
 
680
+ #: lib/admin/groups-admin-capabilities.php:313
681
+ #: lib/admin/groups-admin-groups.php:303
682
+ msgid "ID"
683
+ msgstr ""
684
+
685
+ #: lib/admin/class-groups-admin-welcome.php:221
686
+ msgid ""
687
+ "If you had any access restrictions in place based on capabilities, the "
688
+ "entries will now be unprotected, unless you enable legacy access "
689
+ "restrictions or place appropriate access restrictions based on groups on the "
690
+ "desired entries."
691
+ msgstr ""
692
 
693
  # @ groups
694
+ #: lib/admin/groups-admin-options.php:273
695
  msgid "If you lock yourself out, please ask an administrator to help."
696
  msgstr ""
697
  "Si vous êtes verrouillés, veuillez demander à un administrateur afin "
698
  "d'obtenir de l'aide."
699
 
700
+ #: lib/admin/class-groups-admin-welcome.php:225
701
+ msgid ""
702
+ "If you would like to switch to access restrictions based on groups "
703
+ "(recommended) instead of capabilities, you can easily do so by setting the "
704
+ "appropriate groups on your protected posts, pages and other entries to "
705
+ "restrict access."
706
+ msgstr ""
707
+
708
+ #: lib/admin/class-groups-admin-welcome.php:155
709
+ msgid "Important"
710
+ msgstr ""
711
+
712
+ #: lib/admin/class-groups-admin-welcome.php:180
713
+ msgid "Improved User Interface"
714
+ msgstr ""
715
+
716
+ #: lib/access/class-groups-access-meta-boxes.php:140
717
+ msgid ""
718
+ "In the same field, you can create a new group and restrict access. Group "
719
+ "names are case-sensitive. In order to be able to use the new group, your "
720
+ "user account will be assigned to it."
721
+ msgstr ""
722
+
723
  # @ groups
724
+ #: legacy/admin/groups-admin-options-legacy.php:62
725
  msgid ""
726
  "Include these capabilities to enforce read access on posts. The selected "
727
  "capabilities will be offered to restrict access to posts."
730
  "Les capacités sélectionnées seront proposées pour restreindre l'accès aux "
731
  "publications."
732
 
733
+ #: lib/admin/groups-admin-groups-edit.php:141
734
  msgid "Inherited capabilities:"
735
  msgstr "Capacités héritée:"
736
 
737
+ #: lib/admin/class-groups-admin-welcome.php:158
738
+ msgid ""
739
+ "It seems that you have updated from Groups 1.x where access restrictions "
740
+ "were based on capabilities."
741
+ msgstr ""
742
+
743
  # @ groups
744
  #: lib/views/class-groups-shortcodes.php:469
745
  #, php-format
752
  msgid "Leave the %s group"
753
  msgstr "Quitter le groupe %s"
754
 
755
+ #: lib/admin/groups-admin-options.php:290
756
+ msgid "Legacy Settings"
757
+ msgstr ""
758
+
759
  # @ groups
760
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:137
761
+ #: lib/access/class-groups-access-meta-boxes.php:132
762
  msgid ""
763
  "Let's assume that you want to limit the visibility of a post to members of "
764
  "the <em>Premium</em> group."
771
  msgstr "Se déconnecter"
772
 
773
  # @ groups
774
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:503
775
+ #: lib/access/class-groups-access-meta-boxes.php:411
776
  msgid "Media"
777
  msgstr "Médias"
778
 
779
  # @ groups
780
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:231
781
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:558
782
  #, php-format
783
  msgid "Members of the %1$s group can access this %2$s through this capability."
784
  msgid_plural ""
789
  "Les Membres des groupee %1$s peuvent accéder à %2$s grâce à cette capacité."
790
 
791
  # @ groups
792
+ #: lib/admin/groups-admin-groups-add.php:69
793
+ #: lib/admin/groups-admin-groups-edit.php:79
794
  msgid "Name"
795
  msgstr "Nom"
796
 
797
  # @ groups
798
+ #: lib/admin/groups-admin-options.php:347
799
  msgid "Network deactivation and data persistence"
800
  msgstr "Désactivation du réseau et de la persistance des données"
801
 
802
  # @ groups
803
+ #: lib/admin/groups-admin-capabilities.php:206
804
  msgid "New Capability"
805
  msgstr "Nouvelle Capacité"
806
 
807
+ #: lib/admin/class-groups-admin-welcome.php:191
808
+ msgid "New Documentation"
809
+ msgstr ""
810
+
811
  # @ groups
812
+ #: lib/admin/groups-admin-groups.php:212
813
  msgid "New Group"
814
  msgstr "Nouveau Groupe"
815
 
816
  # @ groups
817
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:240
818
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:567
819
  msgid ""
820
  "No groups grant access through this capability. To grant access to group "
821
  "members using this capability, you should assign it to a group and enable "
831
  msgstr "Pas de nouvelles capacités trouvées."
832
 
833
  # @ groups
834
+ #: lib/admin/groups-admin-capabilities-remove.php:116
835
  msgid "No such capabilities."
836
  msgstr "Aucunes Capacités."
837
 
848
  msgstr "Aucun groupe."
849
 
850
  # @ groups
851
+ #: lib/admin/groups-admin-groups-remove.php:116
852
  msgid "No such groups."
853
  msgstr "Aucuns Groupes."
854
 
855
  # @ groups
856
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:132
857
  msgid ""
858
  "Note that you must be a member of a group that has such a capability "
859
  "assigned."
861
  "Notez que vous devez être membre d'un groupe qui a une telle capacité "
862
  "attribuée."
863
 
864
+ #: lib/access/class-groups-access-meta-boxes.php:124
865
+ msgid "Note that you must be a member of a group to use it to restrict access."
866
+ msgstr ""
867
+
868
+ #: lib/admin/class-groups-admin-welcome.php:183
869
+ msgid ""
870
+ "Now you can assign new users directly to groups when you create a new user "
871
+ "account from the Dashboard."
872
+ msgstr ""
873
+
874
+ #: lib/admin/class-groups-admin-welcome.php:174
875
+ msgid ""
876
+ "Now you can protect your posts, pages and any other custom post type like "
877
+ "products or events by simply assigning them to one or more groups."
878
+ msgstr ""
879
+
880
+ #: lib/admin/class-groups-admin-welcome.php:227
881
+ msgid ""
882
+ "Once you have adjusted your access restrictions based on groups, you can "
883
+ "disable legacy access control."
884
+ msgstr ""
885
+
886
  # @ groups
887
  #: lib/admin/groups-admin-capabilities.php:121
888
  #, php-format
892
  msgstr[1] "%d capacités ont été ajoutées."
893
 
894
  # @ groups
895
+ #: legacy/admin/class-groups-admin-post-columns-legacy.php:77
896
  msgid "One or more capabilities required to read the entry."
897
  msgstr "Un ou plusieurs capacités sont requises pour lire l'entrée."
898
 
899
+ #: lib/admin/class-groups-admin-post-columns.php:92
900
+ msgid "One or more groups granting access to entries."
901
+ msgstr ""
902
+
903
  # @ groups
904
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:270
905
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:588
906
  #, php-format
907
  msgid ""
908
  "Only groups or users that have one of the selected capabilities are allowed "
912
  "sélectionnées sont autorisés à lire ce %s."
913
 
914
  # @ groups
915
+ #: lib/admin/class-groups-admin.php:208 lib/admin/class-groups-admin.php:268
916
+ #: lib/core/class-groups-help.php:70
917
  msgid "Options"
918
  msgstr "Options"
919
 
920
  # @ groups
921
+ #: lib/admin/groups-admin-options.php:123
922
  msgid "Options saved."
923
  msgstr "Options enregistrées."
924
 
925
  # @ groups
926
+ #: lib/admin/groups-admin-groups-add.php:76
927
+ #: lib/admin/groups-admin-groups-edit.php:86
928
  msgid "Parent"
929
  msgstr "Parent"
930
 
931
+ #: lib/admin/class-groups-admin-welcome.php:237
932
+ msgid "Perfect complements to memberships and access control with Groups."
933
+ msgstr ""
934
+
935
  # @ groups
936
+ #: lib/admin/groups-admin-options.php:267
937
  msgid "Permissions"
938
  msgstr "Autorisations"
939
 
940
  # @ groups
941
+ #: lib/admin/groups-admin-groups-remove.php:142
942
  msgid ""
943
  "Please confirm removal of the following groups. This action cannot be undone."
944
  msgstr ""
946
  "annulée."
947
 
948
  # @ groups
949
+ #: lib/admin/groups-admin-capabilities-remove.php:139
950
  msgid ""
951
  "Please confirm to remove the following capabilities. This action cannot be "
952
  "undone."
954
  "SVP, Confirmez la suppression des capacités suivantes. Cette action ne peut "
955
  "être annulée."
956
 
957
+ #: lib/core/class-groups-help.php:144
958
+ #, php-format
959
+ msgid ""
960
+ "Please give it a <a href=\"%s\">&#9733;&#9733;&#9733;&#9733;&#9733;</a> "
961
+ "rating."
962
+ msgstr ""
963
+
964
+ #: lib/admin/class-groups-admin-welcome.php:160
965
+ #, php-format
966
+ msgid ""
967
+ "Please make sure to read the notes on <strong>Switching to Groups %s</"
968
+ "strong> below."
969
+ msgstr ""
970
+
971
+ #: lib/admin/class-groups-admin-welcome.php:229
972
+ msgid ""
973
+ "Please refer to the <a target=\"_blank\" href=\"http://docs.itthinx.com/"
974
+ "document/groups/\">Documentation</a> for details on how to switch to and use "
975
+ "the new access restrictions."
976
+ msgstr ""
977
+
978
+ #: lib/access/class-groups-access-meta-boxes.php:467
979
+ #, php-format
980
+ msgid ""
981
+ "Please use <a href=\"%s\" target=\"_blank\">Groups File Access</a> for files "
982
+ "that require complete protection."
983
+ msgstr ""
984
+
985
  # @ groups
986
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:189
987
+ #: lib/access/class-groups-access-meta-boxes.php:166
988
  msgid "Post"
989
  msgstr "Publication"
990
 
991
  # @ groups
992
+ #: lib/admin/groups-admin-options.php:218
993
  msgid "Post types"
994
  msgstr "Types de publication"
995
 
996
+ #: lib/admin/class-groups-admin-welcome.php:176
997
+ msgid ""
998
+ "Previously we used capabilities to do that, but changing to this new model "
999
+ "makes things even easier."
1000
+ msgstr ""
1001
+
1002
+ #: lib/admin/class-groups-admin-welcome.php:169
1003
+ msgid "Protect Content Easily"
1004
+ msgstr ""
1005
+
1006
  # @ groups
1007
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:308
1008
  msgid "Quick-create group &amp; capability"
1009
  msgstr "Créez rapidement un groupe &amp; une capacité"
1010
 
1011
+ #: lib/access/class-groups-access-meta-boxes.php:203
1012
+ #: lib/access/class-groups-access-meta-boxes.php:413
1013
+ msgid "Read"
1014
+ msgstr ""
1015
+
1016
  # @ groups
1017
+ #: legacy/access/class-groups-post-access-legacy.php:52
1018
  msgid "Read Post"
1019
  msgstr "Lire la Publication"
1020
 
1021
+ #: lib/admin/groups-admin-add-ons.php:49
1022
+ msgid "Recommended extensions for Groups"
1023
+ msgstr ""
1024
+
1025
+ #: lib/admin/groups-admin-add-ons.php:157
1026
+ msgid "Recommended plugins by itthinx"
1027
+ msgstr ""
1028
+
1029
  # @ groups
1030
+ #: lib/admin/groups-admin-capabilities.php:217
1031
+ #: lib/admin/groups-admin-capabilities.php:222
1032
  msgid "Refresh"
1033
  msgstr "Actualiser"
1034
 
1038
  msgstr "Enregistré"
1039
 
1040
  # @ groups
1041
+ #: lib/admin/groups-admin-capabilities-remove.php:62
1042
+ #: lib/admin/groups-admin-capabilities-remove.php:149
1043
+ #: lib/admin/groups-admin-capabilities.php:372
1044
+ #: lib/admin/groups-admin-capabilities.php:458
1045
+ #: lib/admin/groups-admin-groups-remove.php:62
1046
+ #: lib/admin/groups-admin-groups-remove.php:153
1047
+ #: lib/admin/groups-admin-groups.php:469
 
1048
  msgid "Remove"
1049
  msgstr "Supprimer"
1050
 
1051
  # @ groups
1052
+ #: lib/admin/groups-admin-capabilities-remove.php:53
1053
  msgid "Remove a capability"
1054
  msgstr "Supprimer une capacité"
1055
 
1056
  # @ groups
1057
+ #: lib/admin/groups-admin-groups-remove.php:53
1058
  msgid "Remove a group"
1059
  msgstr "Supprimer un Groupe"
1060
 
1061
  # @ groups
1062
+ #: lib/admin/groups-admin-capabilities-remove.php:133
1063
  msgid "Remove capabilities"
1064
  msgstr "Retirer les capacités"
1065
 
1066
  # @ groups
1067
+ #: lib/admin/groups-admin-groups.php:383
1068
  msgid "Remove capability"
1069
  msgstr "Supprimer une Capacité"
1070
 
1071
  # @ groups
1072
+ #: lib/admin/class-groups-admin-users.php:213
1073
  msgid "Remove from group"
1074
  msgstr "Retirer du groupe"
1075
 
1076
  # @ groups
1077
+ #: lib/admin/groups-admin-groups.php:381
1078
  msgid "Remove group"
1079
  msgstr "Supprimer le groupe"
1080
 
1081
  # @ groups
1082
+ #: lib/admin/groups-admin-groups-remove.php:135
1083
  msgid "Remove groups"
1084
  msgstr "Supprimer les Groupes"
1085
 
1086
  # @ groups
1087
+ #: legacy/admin/class-groups-admin-posts-legacy.php:186
1088
+ #: lib/admin/class-groups-admin-posts.php:209
1089
  msgid "Remove restriction"
1090
  msgstr "Supprimer la restriction"
1091
 
1092
+ #: lib/admin/groups-admin-options.php:53
1093
+ msgid "Restrict Access"
1094
+ msgstr ""
1095
+
1096
+ #: lib/access/class-groups-access-meta-boxes.php:229
1097
+ #, php-format
1098
+ msgid "Restricts the visibility of this %s to members of the chosen groups."
1099
+ msgstr ""
1100
+
1101
+ #: lib/access/class-groups-access-meta-boxes.php:461
1102
+ msgid "Restricts the visibility of this entry to members of the chosen groups."
1103
+ msgstr ""
1104
+
1105
  # @ groups
1106
+ #: lib/admin/groups-admin-capabilities.php:357
1107
+ #: lib/admin/groups-admin-groups.php:346
1108
  msgid "Results per page"
1109
  msgstr "Résultats par page"
1110
 
1111
  # @ groups
1112
+ #: lib/admin/groups-admin-options.php:146
1113
  msgid "Role"
1114
  msgstr "Rôle"
1115
 
1116
  # @ groups
1117
+ #: lib/admin/groups-admin-capabilities-edit.php:77
1118
  #: lib/admin/groups-admin-groups-edit.php:158
1119
+ #: lib/admin/groups-admin-options.php:203
1120
+ #: lib/admin/groups-admin-options.php:305
1121
+ #: lib/admin/groups-admin-options.php:357
1122
  msgid "Save"
1123
  msgstr "Sauvegarder"
1124
 
1125
  # @ groups
1126
+ #: lib/admin/groups-admin-options.php:221
1127
  msgid "Show access restrictions for these post types."
1128
  msgstr "Afficher les Restrictions d'Accès pour ces types de publications."
1129
 
1130
  # @ groups
1131
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:277
1132
  msgid "Show groups"
1133
  msgstr "Afficher les Groupes"
1134
 
1135
  # @ groups
1136
+ #: lib/admin/groups-admin-options.php:253
1137
  msgid "Show groups in user profiles."
1138
  msgstr "Afficher le Groupe dans le profile de l'Utilisateur."
1139
 
1140
  # @ groups
1141
+ #: lib/admin/groups-admin-options.php:262
1142
  msgid "Show the Groups tree view."
1143
  msgstr "Afficher l'arborescence des Groupes."
1144
 
1145
+ #: lib/admin/class-groups-admin-welcome.php:199
1146
+ #, php-format
1147
+ msgid "Switching to Groups %s"
1148
+ msgstr ""
1149
+
1150
+ #: lib/admin/class-groups-admin-posts.php:167
1151
+ msgid "Terms"
1152
+ msgstr ""
1153
+
1154
  # @ groups
1155
+ #: lib/core/class-groups-help.php:141
1156
  msgid ""
1157
  "Thank you for using <a href=\"http://www.itthinx.com/plugins/groups\" target="
1158
  "\"_blank\">Groups</a> by <a href=\"http://www.itthinx.com\" target=\"_blank"
1162
  "\"_blank\">Groups</a> par <a href=\"http://www.itthinx.com\" target=\"_blank"
1163
  "\">itthinx</a>."
1164
 
1165
+ #: lib/admin/class-groups-admin-welcome.php:149
1166
+ msgid ""
1167
+ "Thanks for using Groups! We have made it even easier to protect your content "
1168
+ "and hope you like it :)"
1169
+ msgstr ""
1170
+
1171
  # @ groups
1172
+ #: lib/admin/groups-admin-capabilities-edit.php:116
1173
  #, php-format
1174
  msgid ""
1175
  "The <em>%s</em> capability already exists and cannot be assigned to this one."
1178
  "groupe."
1179
 
1180
  # @ groups
1181
+ #: lib/admin/groups-admin-capabilities-add.php:104
1182
  #, php-format
1183
  msgid "The <em>%s</em> capability already exists."
1184
  msgstr "La Capacité <em>%s</em> existe déjà."
1185
 
1186
  # @ groups
1187
+ #: lib/admin/groups-admin-capabilities-edit.php:126
1188
  #, php-format
1189
  msgid "The <em>%s</em> capability could not be updated."
1190
  msgstr "La capacité <em>%s</em> n'a pas pu être mise à jour."
1202
  msgstr "La capacité <em>%s</em> a été mise à jour."
1203
 
1204
  # @ groups
1205
+ #: lib/admin/groups-admin-groups-edit.php:204
1206
  #, php-format
1207
  msgid ""
1208
  "The <em>%s</em> group already exists and cannot be used to name this one."
1211
  "celui-ci."
1212
 
1213
  # @ groups
1214
+ #: lib/admin/groups-admin-groups-add.php:165
1215
  #, php-format
1216
  msgid "The <em>%s</em> group already exists."
1217
  msgstr "Le groupe <em>%s</em> existe déjà."
1229
  msgstr "Le groupe <em>%s</em> a bien été mis à jour."
1230
 
1231
  # @ groups
1232
+ #: lib/admin/groups-admin-capabilities-add.php:102
1233
+ #: lib/admin/groups-admin-capabilities-edit.php:130
1234
  msgid "The <em>Capability</em> must not be empty."
1235
  msgstr "La <em>Capacité</em> ne doit pas être vide."
1236
 
1237
  # @ groups
1238
+ #: lib/admin/groups-admin-groups-edit.php:196
1239
  msgid "The <em>Name</em> must not be empty."
1240
  msgstr "Le <em>Nom</em> ne doit pas être vide."
1241
 
1242
+ #: lib/access/class-groups-access-meta-boxes.php:465
1243
+ msgid ""
1244
+ "The attachment page is restricted to authorized users, but due to technical "
1245
+ "limitations, the file can still be accessed directly via its URL."
1246
+ msgstr ""
1247
+
1248
  # @ groups
1249
  #: lib/admin/groups-admin-capabilities.php:75
1250
  msgid "The capability has been deleted."
1251
  msgstr "La capacité a été suppriméé."
1252
 
1253
  # @ groups
1254
+ #: lib/admin/groups-admin-groups-edit.php:130
1255
  msgid "The chosen capabilities are assigned to the group."
1256
  msgstr "Les capacités choisies sont attribuées au groupe."
1257
 
1258
+ #: lib/core/class-groups-help.php:87
1259
  msgid ""
1260
  "The complete documentation is available on the <a href=\"http://docs.itthinx."
1261
  "com/document/groups\">Documentation</a> pages for Groups."
1263
  "La documentation complète est disponible sur les pages du <a href=\"http://"
1264
  "docs.itthinx.com/document/groups\">Documentation</a> pour Groups."
1265
 
1266
+ #: lib/admin/class-groups-admin-welcome.php:210
1267
+ msgid "The following is only of interest if you have upgraded from Groups 1.x:"
1268
+ msgstr ""
1269
+
1270
  # @ groups
1271
  #: lib/admin/groups-admin-groups.php:76
1272
  msgid "The group has been deleted."
1273
  msgstr "Le groupe a été supprimé."
1274
 
1275
  # @ groups
1276
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:148
1277
  msgid "The manual way:"
1278
  msgstr "La méthode manuelle :"
1279
 
1280
  # @ groups
1281
+ #: lib/admin/groups-admin-groups-add.php:163
1282
  msgid "The name must not be empty."
1283
  msgstr "Le nom ne doit pas être vide."
1284
 
1285
  # @ groups
1286
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:139
1287
  msgid "The quick way:"
1288
  msgstr "De la façon la plus simple :"
1289
 
1290
  # @ groups
1291
+ #: lib/admin/class-groups-admin-user-profile.php:88
1292
+ #: lib/admin/class-groups-admin-user-profile.php:176
1293
  msgid "The user is a member of the chosen groups."
1294
  msgstr "L'utilisateur est un membre des Groupes choisis."
1295
 
1296
  # @ groups
1297
+ #: lib/admin/groups-admin-capabilities.php:484
1298
+ #: lib/admin/groups-admin-groups.php:523
1299
  msgid "There are no results."
1300
  msgstr "Il n'y a aucun résultat."
1301
 
1302
  # @ groups
1303
+ #: lib/admin/groups-admin-groups-add.php:109
1304
  msgid "These capabilities will be assigned to the group."
1305
  msgstr "Ces capacités seront attribués au groupe."
1306
 
1307
  # @ groups
1308
+ #: lib/admin/groups-admin-options.php:268
1309
  msgid ""
1310
  "These permissions apply to Groups management. They do not apply to access "
1311
  "permissions derived from Groups capabilities."
1313
  "Ces autorisations concernent la gestion des Groupes. Elles ne se appliquent "
1314
  "pas aux autorisations d'accès liées aux capacités des Groupes. "
1315
 
1316
+ #: lib/admin/class-groups-admin-welcome.php:219
1317
+ msgid "This could be important!"
1318
+ msgstr ""
1319
+
1320
  # @ groups
1321
+ #: lib/admin/groups-admin-options.php:244
1322
  msgid ""
1323
  "This determines for which post types access restriction settings are offered."
1324
  msgstr ""
1326
  "d'accès sont proposés."
1327
 
1328
  # @ groups
1329
+ #: lib/admin/groups-admin-groups.php:516
1330
  msgid "This group has no capabilities."
1331
  msgstr "Ce groupe n'a pas de capacités"
1332
 
1333
+ #: lib/admin/class-groups-admin-welcome.php:215
1334
+ msgid ""
1335
+ "This means that if you had access restrictions in place that were based on "
1336
+ "capabilities, your entries will still be protected."
1337
+ msgstr ""
1338
+
1339
+ #: lib/access/class-groups-post-access.php:477
1340
+ msgid ""
1341
+ "This method is deprecated. You should use Groups_Post_Access_Legacy::"
1342
+ "get_read_post_capabilities() to retrieve the capabilities instead."
1343
+ msgstr ""
1344
+
1345
+ #: lib/admin/class-groups-admin-welcome.php:206
1346
+ msgid ""
1347
+ "To make it easier to transition to the new model for those who migrate from "
1348
+ "a previous version, we have included legacy access control based on "
1349
+ "capabilities."
1350
+ msgstr ""
1351
+
1352
+ #: lib/admin/class-groups-admin-welcome.php:204
1353
+ msgid ""
1354
+ "To put it simple, previously you would have used capabilities to restrict "
1355
+ "access to posts and now you simply use groups."
1356
+ msgstr ""
1357
+
1358
  # @ groups
1359
+ #: lib/admin/class-groups-admin.php:180 lib/admin/class-groups-admin.php:181
1360
  msgid "Tree"
1361
  msgstr "Arborescence"
1362
 
1366
  msgstr "Arborescence des Groupes"
1367
 
1368
  # @ groups
1369
+ #: lib/admin/groups-admin-options.php:258
1370
  msgid "Tree view"
1371
  msgstr " Aperçu de l'Arborescence"
1372
 
1373
  # @ groups
1374
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:153
1375
  msgid ""
1376
  "Try the quick-create field first. Unless you need a more complex setup, "
1377
  "there is no reason to go this way instead."
1380
  "d'une configuration plus complexe. Autrement, favorisez toujours cet outil."
1381
 
1382
  # @ groups
1383
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:212
1384
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:213
1385
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:540
1386
  msgid "Type and choose &hellip;"
1387
  msgstr "Saisissez et sélectionnez &hellip;"
1388
 
1389
  # @ groups
1390
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:127
1391
  msgid ""
1392
  "Use the <em>Access restrictions</em> box to limit the visibility of posts, "
1393
  "pages and other post types."
1395
  "Utilisez la boîte des <em>restrictions d'accès</em> pour limiter la "
1396
  "visibilité des messages, des pages et des autres types de publications."
1397
 
1398
+ #: lib/access/class-groups-access-meta-boxes.php:118
1399
+ msgid ""
1400
+ "Use the <em>Groups</em> box to limit the visibility of posts, pages and "
1401
+ "other post types."
1402
+ msgstr ""
1403
+
1404
  # @ groups
1405
+ #: lib/admin/groups-admin-options.php:249
1406
  msgid "User profiles"
1407
  msgstr "Profils d'Utilisateurs"
1408
 
1409
  # @ groups
1410
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:141
1411
  msgid "Using the quick-create field"
1412
  msgstr "En utilisant le champ de création rapide"
1413
 
1414
  # @ groups
1415
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:146
1416
  msgid ""
1417
  "Using the quick-create field, you can create a new group and capability. The "
1418
  "capability will be assigned to the group and enabled to enforce read access. "
1433
  "lecture. Afin d'être en mesure d'utiliser la capacité, votre compte "
1434
  "utilisateur sera affecté au groupe."
1435
 
1436
+ #: lib/admin/class-groups-admin-welcome.php:110
1437
+ msgid "View the Welcome screen for this version of Groups"
1438
+ msgstr ""
1439
+
1440
+ #: lib/admin/class-groups-admin-welcome.php:172
1441
+ msgid "We have made it even easier to protect your content!"
1442
+ msgstr ""
1443
+
1444
+ #: lib/admin/class-groups-admin-welcome.php:111
1445
+ msgid "Welcome"
1446
+ msgstr ""
1447
+
1448
+ #: lib/admin/class-groups-admin-welcome.php:46
1449
+ #: lib/admin/class-groups-admin-welcome.php:47
1450
+ msgid "Welcome to Groups"
1451
+ msgstr ""
1452
+
1453
+ #: lib/admin/class-groups-admin-welcome.php:138
1454
+ #, php-format
1455
+ msgid "Welcome to Groups %s"
1456
+ msgstr ""
1457
+
1458
+ #: lib/admin/class-groups-admin-welcome.php:165
1459
+ msgid "What's New?"
1460
+ msgstr ""
1461
+
1462
+ #: lib/admin/class-groups-admin-welcome.php:194
1463
+ msgid ""
1464
+ "Whether you are new to Groups or have been using it before, please make sure "
1465
+ "to visit the <a target=\"_blank\" href=\"http://docs.itthinx.com/document/"
1466
+ "groups/\">Documentation</a> pages to know more about how to use it."
1467
+ msgstr ""
1468
+
1469
  # @ groups
1470
  #: lib/views/class-groups-shortcodes.php:527
1471
  #, php-format
1472
  msgid "You are a member of the %s group."
1473
  msgstr "Vous êtes un membre du groupe %s."
1474
 
1475
+ #: lib/admin/class-groups-admin-welcome.php:217
1476
+ msgid ""
1477
+ "You are running the system with legacy access control based on capabilities "
1478
+ "disabled."
1479
+ msgstr ""
1480
+
1481
+ #: lib/admin/class-groups-admin-welcome.php:213
1482
+ msgid ""
1483
+ "You are running the system with legacy access control based on capabilities "
1484
+ "enabled."
1485
+ msgstr ""
1486
+
1487
  # @ groups
1488
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:312
1489
  msgid ""
1490
  "You can create a new group and capability here. The capability will be "
1491
  "assigned to the group and enabled to enforce read access. Group names are "
1506
  "lecture. Afin d'être en mesure d'utiliser la capacité, votre compte "
1507
  "utilisateur sera attribué au groupe."
1508
 
1509
+ #: lib/access/class-groups-access-meta-boxes.php:196
1510
+ #: lib/access/class-groups-access-meta-boxes.php:446
1511
+ msgid "You can create a new group by indicating the group's name."
1512
+ msgstr ""
1513
+
1514
+ #: lib/access/class-groups-access-meta-boxes.php:190
1515
+ #, php-format
1516
+ msgid ""
1517
+ "You can restrict the visibility of this %1$s to group members. Choose one or "
1518
+ "more groups that are allowed to read this %2$s. If no groups are chosen, the "
1519
+ "%3$s is visible to anyone."
1520
+ msgstr ""
1521
+
1522
+ #: lib/access/class-groups-access-meta-boxes.php:445
1523
+ msgid ""
1524
+ "You can restrict the visibility to group members. Choose one or more groups "
1525
+ "to restrict access. If no groups are chosen, this entry is visible to anyone."
1526
+ msgstr ""
1527
+
1528
  # @ groups
1529
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:130
1530
  msgid ""
1531
  "You can select one or more capabilities that are enabled for access "
1532
  "restriction."
1534
  "Vous pouvez sélectionner une ou plusieurs capacités utilisables pour la "
1535
  "Restriction des Accès."
1536
 
1537
+ #: lib/access/class-groups-access-meta-boxes.php:121
1538
+ msgid "You can select one or more groups to restrict access to its members."
1539
+ msgstr ""
1540
+
1541
  # @ groups
1542
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:290
1543
+ #: lib/access/class-groups-access-meta-boxes.php:236
1544
  msgid "You cannot set any access restrictions."
1545
  msgstr "Vous ne pouvez pas définir les restrictions d'accès."
1546
 
1557
  msgstr "Vous ne faites plus parti du groupe %s."
1558
 
1559
  # @ groups
1560
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:296
1561
  msgid ""
1562
  "You must be in a group that has at least one capability enabled to enforce "
1563
  "read access."
1565
  "Vous devez être dans un groupe qui a au moins une capacité définie pour "
1566
  "autoriser l'accès en lecture."
1567
 
1568
+ #: lib/access/class-groups-access-meta-boxes.php:242
1569
+ msgid "You need to have permission to set access restrictions."
1570
+ msgstr ""
1571
+
1572
+ #: lib/access/class-groups-post-access.php:352
1573
+ msgid ""
1574
+ "You should use Groups_Post_Access_Legacy::create() to pass a capability "
1575
+ "restriction instead."
1576
+ msgstr ""
1577
+
1578
+ # @ groups
1579
+ #~ msgid "Capability Id"
1580
+ #~ msgstr "Id de la Capacité"
1581
+
1582
+ # @ groups
1583
+ #~ msgid ""
1584
+ #~ "Enhanced functionality is available via official <a href=\"http://www."
1585
+ #~ "itthinx.com/plugins/groups/\">Extensions</a> for Groups."
1586
+ #~ msgstr ""
1587
+ #~ "Une fonctionnalité améliorée est disponible via la page officielle de "
1588
+ #~ "l'extension <a href=\"http://www.itthinx.com/plugins/groups/\">Groups</a>"
1589
+
1590
+ # @ groups
1591
+ #~ msgid "Group Id"
1592
+ #~ msgstr "Identifiant du Groupe"
1593
+
1594
+ #~ msgctxt "menu-title"
1595
+ #~ msgid "Groups"
1596
+ #~ msgstr "Groups"
1597
+
1598
+ # @ groups
1599
+ #~ msgid "Id"
1600
+ #~ msgstr "Id"
1601
+
1602
  # @ groups
1603
  #~ msgid ""
1604
  #~ "The complete documentation is available on the <a href=\"http://www."
languages/groups-lt_LT.mo CHANGED
Binary file
languages/groups-lt_LT.po CHANGED
@@ -3,429 +3,1402 @@
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Groups 1.0.0-beta-3c\n"
6
- "Report-Msgid-Bugs-To: http://wordpress.org/tag/groups\n"
7
- "POT-Creation-Date: 2012-04-03 11:53:37+00:00\n"
 
 
 
 
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=UTF-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
11
- "PO-Revision-Date: 2012-05-01 19:00+0200\n"
12
- "Last-Translator: \n"
13
- "Language-Team: \n"
14
- "X-Poedit-Language: Lithuanian\n"
15
- "X-Poedit-Country: Lithuania\n"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
 
17
- #: lib/access/class-groups-access-meta-boxes.php:51
18
- #: lib/access/class-groups-access-meta-boxes.php:61
19
- msgid "Access restrictions"
20
- msgstr "Prieigos apribojimai"
 
 
 
 
 
21
 
22
- #: lib/access/class-groups-access-meta-boxes.php:84
23
- msgid "Post"
24
- msgstr "Įrašas"
25
 
26
- #: lib/access/class-groups-access-meta-boxes.php:109
27
- msgid "Enforce read access"
28
- msgstr "Iššaukti skaitymo prieigą"
29
 
30
- #: lib/access/class-groups-access-meta-boxes.php:112
31
- msgid "Only groups or users that have the <b>%s</b> capability are allowed to read this %s."
32
- msgstr "Tik grupės arba vartotojai, turintys <b>%s</b> gebą gali skaityti šį %s."
33
 
34
- #: lib/access/class-groups-post-access.php:42
35
- msgid "Read Post"
36
- msgstr "Skaityti Įrašą"
37
 
38
- #: lib/admin/class-groups-admin-users.php:70
39
- #: lib/admin/groups-admin-capabilities-add.php:66
40
- #: lib/admin/groups-admin-capabilities.php:172
41
- #: lib/admin/groups-admin-groups-add.php:79
42
- #: lib/admin/groups-admin-groups.php:172
43
- #: lib/admin/groups-admin-groups.php:332
44
- msgid "Add"
45
- msgstr "Pridėti"
46
 
47
- #: lib/admin/class-groups-admin-users.php:72
48
- #: lib/admin/groups-admin-capabilities-remove.php:60
49
- #: lib/admin/groups-admin-capabilities.php:262
50
- #: lib/admin/groups-admin-capabilities.php:392
51
- #: lib/admin/groups-admin-groups-remove.php:60
52
- #: lib/admin/groups-admin-groups.php:263
53
- #: lib/admin/groups-admin-groups.php:333
54
- #: lib/admin/groups-admin-groups.php:409
55
- msgid "Remove"
56
- msgstr "Pašalinti"
57
 
58
- #: lib/admin/class-groups-admin-users.php:74
59
- msgid "selected to / from group:"
60
- msgstr "pažymėta į / iš grupės:"
61
 
62
- #: lib/admin/class-groups-admin-users.php:76
63
- #: lib/admin/groups-admin-groups.php:259
64
- msgid "Group"
65
- msgstr "Grupė"
66
 
67
- #. #-#-#-#-# plugin.pot (Groups 1.0.0-beta-3c) #-#-#-#-#
68
- #. Plugin Name of the plugin/theme
69
- #: lib/admin/class-groups-admin-users.php:146
70
- #: lib/admin/class-groups-admin.php:81
71
- #: lib/admin/class-groups-admin.php:82
72
- #: lib/admin/groups-admin-groups.php:166
73
- msgid "Groups"
74
- msgstr "Grupės"
75
 
76
- #: lib/admin/class-groups-admin-users.php:176
77
- msgid "--"
78
- msgstr "--"
 
79
 
80
- #: lib/admin/class-groups-admin.php:97
81
- #: lib/admin/class-groups-admin.php:98
82
- msgid "Tree"
83
- msgstr "Medis"
84
 
85
- #: lib/admin/class-groups-admin.php:111
86
- msgid "Groups Capabilities"
87
- msgstr "Grupių Gebos"
 
88
 
89
- #: lib/admin/class-groups-admin.php:112
90
- #: lib/admin/groups-admin-capabilities.php:166
91
- #: lib/admin/groups-admin-groups.php:261
92
- msgid "Capabilities"
93
- msgstr "Gebos"
94
 
95
- #: lib/admin/class-groups-admin.php:124
96
- #: lib/admin/groups-admin-options.php:38
97
- msgid "Groups options"
98
- msgstr "Grupių parinktys"
 
 
 
99
 
100
- #: lib/admin/class-groups-admin.php:125
101
- msgid "Options"
102
- msgstr "Parinktys"
103
 
104
- #: lib/admin/groups-admin-capabilities-add.php:30
105
- #: lib/admin/groups-admin-capabilities-add.php:88
106
- #: lib/admin/groups-admin-capabilities-add.php:92
107
- #: lib/admin/groups-admin-capabilities-edit.php:31
108
- #: lib/admin/groups-admin-capabilities-edit.php:92
109
- #: lib/admin/groups-admin-capabilities-edit.php:96
110
- #: lib/admin/groups-admin-capabilities-remove.php:31
111
- #: lib/admin/groups-admin-capabilities-remove.php:83
112
- #: lib/admin/groups-admin-capabilities-remove.php:87
113
- #: lib/admin/groups-admin-capabilities.php:43
114
- #: lib/admin/groups-admin-capabilities.php:114
115
- #: lib/admin/groups-admin-capabilities.php:145
116
- #: lib/admin/groups-admin-capabilities.php:151
117
- #: lib/admin/groups-admin-groups-add.php:30
118
- #: lib/admin/groups-admin-groups-add.php:101
119
- #: lib/admin/groups-admin-groups-add.php:105
120
- #: lib/admin/groups-admin-groups-edit.php:31
121
- #: lib/admin/groups-admin-groups-edit.php:108
122
- #: lib/admin/groups-admin-groups-edit.php:112
123
- #: lib/admin/groups-admin-groups-remove.php:31
124
- #: lib/admin/groups-admin-groups-remove.php:83
125
- #: lib/admin/groups-admin-groups-remove.php:87
126
- #: lib/admin/groups-admin-groups.php:43
127
- #: lib/admin/groups-admin-groups.php:114
128
- #: lib/admin/groups-admin-groups.php:145
129
- #: lib/admin/groups-admin-groups.php:151
130
- #: lib/admin/groups-admin-options.php:32
131
- #: lib/admin/groups-admin-tree-view.php:33
132
- #: lib/core/groups-tests.php:382
133
- msgid "Access denied."
134
- msgstr "Prieiga nesuteikta."
135
 
136
- #: lib/admin/groups-admin-capabilities-add.php:47
137
- msgid "Add a new capability"
138
- msgstr "Pridėti naują gebą"
139
 
140
- #: lib/admin/groups-admin-capabilities-add.php:55
141
- #: lib/admin/groups-admin-capabilities-edit.php:62
142
- #: lib/admin/groups-admin-capabilities.php:259
143
- #: lib/admin/groups-admin-capabilities.php:274
144
- msgid "Capability"
145
- msgstr "Geba"
146
 
147
- #: lib/admin/groups-admin-capabilities-add.php:60
148
- #: lib/admin/groups-admin-capabilities-edit.php:67
149
- #: lib/admin/groups-admin-capabilities.php:260
150
- #: lib/admin/groups-admin-groups-add.php:73
151
- #: lib/admin/groups-admin-groups-edit.php:83
152
- #: lib/admin/groups-admin-groups.php:260
153
- msgid "Description"
154
- msgstr "Aprašymas"
155
 
156
- #: lib/admin/groups-admin-capabilities-add.php:68
157
- #: lib/admin/groups-admin-capabilities-edit.php:75
158
- #: lib/admin/groups-admin-capabilities-remove.php:62
159
- #: lib/admin/groups-admin-groups-add.php:81
160
- #: lib/admin/groups-admin-groups-edit.php:91
161
- #: lib/admin/groups-admin-groups-remove.php:62
162
- msgid "Cancel"
163
- msgstr "Atšaukti"
164
 
165
- #: lib/admin/groups-admin-capabilities-edit.php:37
166
- #: lib/admin/groups-admin-capabilities-remove.php:37
167
- msgid "No such capability."
168
- msgstr "Nėra tokios gebos."
 
 
169
 
170
- #: lib/admin/groups-admin-capabilities-edit.php:53
171
- msgid "Edit a capability"
172
- msgstr "Redaguoti gebą"
 
 
173
 
174
- #: lib/admin/groups-admin-capabilities-edit.php:73
175
- #: lib/admin/groups-admin-groups-edit.php:89
176
- #: lib/admin/groups-admin-options.php:180
177
- msgid "Save"
178
- msgstr "Įrašyti"
179
 
180
- #: lib/admin/groups-admin-capabilities-remove.php:50
181
- msgid "Remove a capability"
182
- msgstr "Pašalinti gebą"
 
183
 
184
- #: lib/admin/groups-admin-capabilities-remove.php:57
185
- msgid "Capability : %s"
186
- msgstr "Geba : %s"
 
187
 
188
- #: lib/admin/groups-admin-capabilities.php:172
189
- msgid "Click to add a new capability"
190
- msgstr "Paspauskite čia, norėdamas pridėti naują gebą"
 
191
 
192
- #: lib/admin/groups-admin-capabilities.php:172
193
- msgid "New Capability"
194
- msgstr "Nauja Geba"
 
195
 
196
- #: lib/admin/groups-admin-capabilities.php:258
197
- #: lib/admin/groups-admin-groups.php:258
198
- msgid "Id"
199
- msgstr "Identifikatorius"
 
200
 
201
- #: lib/admin/groups-admin-capabilities.php:261
202
- #: lib/admin/groups-admin-capabilities.php:387
203
- #: lib/admin/groups-admin-groups.php:262
204
- #: lib/admin/groups-admin-groups.php:404
205
- msgid "Edit"
206
- msgstr "Redaguoti"
207
 
208
- #: lib/admin/groups-admin-capabilities.php:269
209
- #: lib/admin/groups-admin-groups.php:270
210
- msgid "Filters"
211
- msgstr "Filtrai"
212
 
213
- #: lib/admin/groups-admin-capabilities.php:272
214
- msgid "Capability Id"
215
- msgstr "Gebos identifikatorius"
 
216
 
217
- #: lib/admin/groups-admin-capabilities.php:279
218
- #: lib/admin/groups-admin-capabilities.php:293
219
- #: lib/admin/groups-admin-groups.php:280
220
- #: lib/admin/groups-admin-groups.php:294
221
- msgid "Apply"
222
- msgstr "Pritaikyti"
223
 
224
- #: lib/admin/groups-admin-capabilities.php:280
225
- #: lib/admin/groups-admin-groups.php:281
226
- msgid "Clear"
227
- msgstr "Išvalyti"
228
 
229
- #: lib/admin/groups-admin-capabilities.php:290
230
- #: lib/admin/groups-admin-groups.php:291
231
- msgid "Results per page"
232
- msgstr "Rezultatai puslapyje"
 
233
 
234
- #: lib/admin/groups-admin-capabilities.php:399
235
- #: lib/admin/groups-admin-groups.php:416
236
- msgid "There are no results."
237
- msgstr "Nėra jokių rezultatų."
238
 
239
- #: lib/admin/groups-admin-groups-add.php:55
240
- msgid "Add a new group"
241
- msgstr "Pridėti naują grupę"
242
 
243
- #: lib/admin/groups-admin-groups-add.php:63
244
- #: lib/admin/groups-admin-groups-edit.php:73
245
- msgid "Name"
246
- msgstr "Pavadinimas"
 
247
 
248
- #: lib/admin/groups-admin-groups-add.php:68
249
- #: lib/admin/groups-admin-groups-edit.php:78
250
- msgid "Parent"
251
- msgstr "Virš"
252
 
253
- #: lib/admin/groups-admin-groups-edit.php:37
254
- #: lib/admin/groups-admin-groups-remove.php:37
255
- msgid "No such group."
256
- msgstr "Nėra tokios grupės."
257
 
258
- #: lib/admin/groups-admin-groups-edit.php:64
259
- msgid "Edit a group"
260
- msgstr "Redaguti grupę"
261
 
262
- #: lib/admin/groups-admin-groups-remove.php:50
263
- msgid "Remove a group"
264
- msgstr "Pašalinti grupę"
265
 
266
- #: lib/admin/groups-admin-groups-remove.php:57
267
- msgid "Group Name : %s"
268
- msgstr "Grupės Pavadinimas : %s"
269
 
270
- #: lib/admin/groups-admin-groups.php:172
271
- msgid "Click to add a new group"
272
- msgstr "Paspauskite, norėdamas pridėti naują grupę"
 
273
 
274
- #: lib/admin/groups-admin-groups.php:172
275
- msgid "New Group"
276
- msgstr "Nauja Grupė"
 
277
 
278
- #: lib/admin/groups-admin-groups.php:273
279
- msgid "Group Id"
280
- msgstr "Grupės Identifikatorius"
281
 
282
- #: lib/admin/groups-admin-groups.php:275
283
- msgid "Group Name"
284
- msgstr "Grupės pavadinimas"
 
 
 
 
 
 
 
 
285
 
286
- #: lib/admin/groups-admin-groups.php:330
287
- msgid "Apply capability to selected groups:"
288
- msgstr "Pritaikyti gebą pažymėtoms grupėms:"
 
289
 
290
- #: lib/admin/groups-admin-groups.php:399
291
  msgid "This group has no capabilities."
292
  msgstr "Ši grupė neturi priskirtų gebų."
293
 
294
- #: lib/admin/groups-admin-options.php:43
295
- msgid "Access Groups"
296
- msgstr "Pasiekti Grupes"
 
 
297
 
298
- # neisversta
299
- #: lib/admin/groups-admin-options.php:44
300
- msgid "Administer Groups"
301
- msgstr "Administer Groups"
 
302
 
303
- #: lib/admin/groups-admin-options.php:45
304
- msgid "Administer Groups plugin options"
305
- msgstr "Administer Groups papildinio parinktys"
 
 
 
306
 
307
- #: lib/admin/groups-admin-options.php:104
308
- msgid "Role"
309
- msgstr "Rolė"
 
 
310
 
311
- #: lib/admin/groups-admin-options.php:147
312
- msgid "Administrator Access Override"
313
- msgstr "Administratoriaus Prieigos Nepaisymas"
314
 
315
- #: lib/admin/groups-admin-options.php:150
316
- msgid "Administrators override all access permissions derived from Groups capabilities."
317
- msgstr "Administratoriai gauna visus leidmus, gautus iš Grupės gebų."
318
 
319
- #: lib/admin/groups-admin-options.php:154
320
  msgid "Tree view"
321
  msgstr "Medžio peržiūra"
322
 
323
- #: lib/admin/groups-admin-options.php:157
324
- msgid "Show the Groups tree view."
325
- msgstr "Rodyti Grupės medžio peržiūrą."
 
 
326
 
327
- #: lib/admin/groups-admin-options.php:160
328
- msgid "Permissions"
329
- msgstr "Leidimai"
 
 
330
 
331
- #: lib/admin/groups-admin-options.php:161
332
- msgid "These permissions apply to Groups management. They do not apply to access permissions derived from Groups capabilities."
333
- msgstr "Šie leidimai galioja Grupės valdymui. Jie nepritaikyti leidimų, gautų Grupių gebų, pasiekimui."
 
 
334
 
335
- #: lib/admin/groups-admin-options.php:164
336
- msgid "A minimum set of permissions will be preserved."
337
- msgstr "Minimalus leidimų, kurie bus išsaugomi, rinkinys."
 
 
338
 
339
- #: lib/admin/groups-admin-options.php:166
340
- msgid "If you lock yourself out, please ask an administrator to help."
341
- msgstr "Jeigu užsirakinsite save, prašome pagalbos kreiptis į administratorių."
342
 
343
- #: lib/admin/groups-admin-options.php:169
344
- msgid "Deactivation and data persistence"
345
- msgstr "Deaktyvavimas ir duomenų išsaugojimas"
346
 
347
- #: lib/admin/groups-admin-options.php:172
348
- msgid "Delete all plugin data on deactivation"
349
- msgstr "Deaktyvacijos metu ištrinti visus papildinio duomenis"
 
 
 
 
 
 
 
 
350
 
351
- #: lib/admin/groups-admin-options.php:175
352
- msgid "CAUTION: If this option is active while the plugin is deactivated, ALL plugin settings and data will be DELETED. If you are going to use this option, now would be a good time to make a backup. By enabling this option you agree to be solely responsible for any loss of data or any other consequences thereof."
353
- msgstr "DĖMESIO: Jeigu ši parinktis aktyvi, kuomet papildinys yra deaktyvuojamas, VISOS papildinio nuostatos ir VISI papildinio domenys bus IŠTRINTI. Jeigu Jūs planuojate naudoti šią parinktį, dabar būtų pats laikas pasidaryti atsarginę kopiją. Suaktyvindamas šią parinktį Jūs pripažystate, jog esate pilnai atsakingas dėl bet kokio duomenų praradimo ar kitokių nenumatytų pasėkmių."
354
 
355
- #: lib/admin/groups-admin-tree-view.php:40
356
- msgid "Tree of Groups"
357
- msgstr "Grupių Medis"
358
 
359
- #: lib/auto/class-groups-registered.php:55
360
- msgid "Registered"
361
- msgstr "Priregistruota"
362
 
363
- #: lib/core/class-groups-help.php:32
364
- msgid "The complete documentation is available on the <a href=\"http://www.itthinx.com/plugins/groups\" target=\"_blank\">Groups plugin page</a>"
365
- msgstr "Pilna dokumentacija yra pasiekiama <a href=\"http://www.itthinx.com/plugins/groups\" target=\"_blank\">Groups papildinio puslapyje </a>"
 
366
 
367
- #: lib/core/class-groups-help.php:39
368
- msgid "Here you can <strong>add</strong>, <strong>edit</strong> and <strong>remove</strong> groups."
369
- msgstr "Čia Jūs galite <strong>pridėti</strong>, <strong>redaguoti</strong> ir <strong>pašalinti</strong> grupes."
 
370
 
371
- #: lib/core/class-groups-help.php:48
372
- #: lib/core/class-groups-help.php:72
373
- msgid "If you require <em>consulting services</em>, <em>support</em> or <em>customization</em>, you may <a href=\"http://www.itthinx.com/\" target=\"_blank\">contact me here</a>."
374
- msgstr "Jeigu Jums reikia <em>konsultacinių paslaugų</em>, <em>pagalbos</em> arba <em>papildinio individualizacijos</em>, Jūs galite <a href=\"http://www.itthinx.com/\" target=\"_blank\">surasti mane čia</a>."
375
 
376
- #: lib/core/class-groups-help.php:51
377
- #: lib/core/class-groups-help.php:75
378
- msgid "If you find this plugin useful, please consider making a donation:"
379
- msgstr "Jeigu manote, kad šis papildinys Jums yra naudingas, prašau pagalvoti apie paaukojimą:"
 
 
380
 
381
- #: lib/core/class-groups-help.php:69
382
- msgid "Thank you for using the <a href=\"http://www.itthinx.com/plugins/groups\" target=\"_blank\">Groups</a> plugin by <a href=\"http://www.itthinx.com\" target=\"_blank\">itthinx</a>."
383
- msgstr "Ačiū, kad naudojate <a href=\"http://www.itthinx.com/plugins/groups\" target=\"_blank\">Groups</a> papildinį, kurį sukūrė <a href=\"http://www.itthinx.com\" target=\"_blank\">itthinx</a>."
 
384
 
385
- #: lib/core/class-groups-pagination.php:92
386
- msgid "1 item"
387
- msgid_plural "%s items"
388
- msgstr[0] "1 elementas"
389
- msgstr[1] "%s elementai(-ų)"
390
 
391
- #: lib/core/class-groups-pagination.php:113
392
- msgid "Go to the first page"
393
- msgstr "Eiti į pirmą puslapį"
 
 
394
 
395
- #: lib/core/class-groups-pagination.php:120
396
- msgid "Go to the previous page"
397
- msgstr "Eiti į paskiausią puslapį"
 
 
 
 
 
 
 
 
398
 
399
- #: lib/core/class-groups-pagination.php:129
400
- msgid "Current page"
401
- msgstr "Dabartinis puslapis"
 
402
 
403
- #: lib/core/class-groups-pagination.php:136
404
- msgctxt "paging"
405
- msgid "%1$s of %2$s"
406
- msgstr "%1$s %2$s"
 
 
 
407
 
408
- #: lib/core/class-groups-pagination.php:140
409
- msgid "Go to the next page"
410
- msgstr "Eiti į sekantį puslapį"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
411
 
412
- #: lib/core/class-groups-pagination.php:147
413
- msgid "Go to the last page"
414
- msgstr "Eiti į paskutinį puslapį"
 
415
 
416
- #. Plugin URI of the plugin/theme
417
- msgid "http://www.itthinx.com/plugins/groups"
418
- msgstr "http://www.itthinx.com/plugins/groups"
 
419
 
420
- #. Description of the plugin/theme
421
- msgid "Groups provides group-based user membership management, group-based capabilities and content access control."
422
- msgstr "Groups suteikia grupėmis paremtą vartotojų narystės valdymą, grupėmis paremtą gebų ir turinio pasiekiamumo kontrolę."
 
 
423
 
424
- #. Author of the plugin/theme
425
- msgid "itthinx (Karim Rahimpur)"
426
- msgstr "itthinx (Karim Rahimpur)"
427
 
428
- #. Author URI of the plugin/theme
429
- msgid "http://www.itthinx.com"
430
- msgstr "http://www.itthinx.com"
 
 
431
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Groups 1.0.0-beta-3c\n"
6
+ "Report-Msgid-Bugs-To: \n"
7
+ "POT-Creation-Date: 2017-04-03 21:54+0200\n"
8
+ "PO-Revision-Date: 2017-04-03 21:55+0200\n"
9
+ "Last-Translator: \n"
10
+ "Language-Team: \n"
11
+ "Language: lt\n"
12
  "MIME-Version: 1.0\n"
13
  "Content-Type: text/plain; charset=UTF-8\n"
14
  "Content-Transfer-Encoding: 8bit\n"
15
+ "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n"
16
+ "%100<10 || n%100>=20) ? 1 : 2);\n"
17
+ "X-Generator: Poedit 1.8.12\n"
18
+
19
+ #: lib/core/class-groups-pagination.php:140
20
+ #, php-format
21
+ msgctxt "paging"
22
+ msgid "%1$s of %2$s"
23
+ msgstr "%1$s iš %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 ""
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 ""
34
+
35
+ #: lib/admin/class-groups-admin-users.php:374
36
+ msgid "--"
37
+ msgstr "--"
38
+
39
+ #: lib/core/class-groups-pagination.php:96
40
+ #, fuzzy, php-format
41
+ #| msgid "1 item"
42
+ #| msgid_plural "%s items"
43
+ msgid "1 item"
44
+ msgid_plural "%s items"
45
+ msgstr[0] "1 elementas"
46
+ msgstr[1] "%s elementai(-ų)"
47
+ msgstr[2] ""
48
+
49
+ #: legacy/admin/class-groups-admin-post-columns-legacy.php:76
50
+ #, php-format
51
+ msgid "<span title=\"%s\">Access Restrictions</span>"
52
+ msgstr ""
53
+
54
+ #: lib/admin/groups-admin-capabilities-remove.php:145
55
+ #: lib/admin/groups-admin-groups-remove.php:149
56
+ #, php-format
57
+ msgid "<strong>%s</strong>"
58
+ msgstr ""
59
+
60
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:164
61
+ msgid ""
62
+ "<sup>*</sup> For each capability, the groups that have the capability "
63
+ "assigned are shown within parenthesis. You can choose a capability by typing "
64
+ "part of the group's or the capability's name."
65
+ msgstr ""
66
+
67
+ #: lib/admin/groups-admin-capabilities.php:126
68
+ msgid "A Duck!"
69
+ msgstr ""
70
+
71
+ #: lib/admin/groups-admin-options.php:271
72
+ msgid "A minimum set of permissions will be preserved."
73
+ msgstr "Minimalus leidimų, kurie bus išsaugomi, rinkinys."
74
+
75
+ #: lib/admin/groups-admin-options.php:50
76
+ msgid "Access Groups"
77
+ msgstr "Pasiekti Grupes"
78
+
79
+ #: legacy/admin/class-groups-admin-posts-legacy.php:181
80
+ msgid "Access Restrictions"
81
+ msgstr ""
82
+
83
+ #: lib/admin/groups-admin-capabilities-add.php:34
84
+ #: lib/admin/groups-admin-capabilities-add.php:89
85
+ #: lib/admin/groups-admin-capabilities-add.php:93
86
+ #: lib/admin/groups-admin-capabilities-edit.php:35
87
+ #: lib/admin/groups-admin-capabilities-edit.php:96
88
+ #: lib/admin/groups-admin-capabilities-edit.php:100
89
+ #: lib/admin/groups-admin-capabilities-remove.php:35
90
+ #: lib/admin/groups-admin-capabilities-remove.php:83
91
+ #: lib/admin/groups-admin-capabilities-remove.php:87
92
+ #: lib/admin/groups-admin-capabilities-remove.php:110
93
+ #: lib/admin/groups-admin-capabilities-remove.php:175
94
+ #: lib/admin/groups-admin-capabilities-remove.php:179
95
+ #: lib/admin/groups-admin-capabilities.php:48
96
+ #: lib/admin/groups-admin-capabilities.php:141
97
+ #: lib/admin/groups-admin-capabilities.php:172
98
+ #: lib/admin/groups-admin-capabilities.php:178
99
+ #: lib/admin/groups-admin-groups-add.php:36
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
108
+ #: lib/admin/groups-admin-groups-remove.php:110
109
+ #: lib/admin/groups-admin-groups-remove.php:177
110
+ #: lib/admin/groups-admin-groups-remove.php:181
111
+ #: lib/admin/groups-admin-groups.php:49 lib/admin/groups-admin-groups.php:148
112
+ #: lib/admin/groups-admin-groups.php:179 lib/admin/groups-admin-groups.php:185
113
+ #: lib/admin/groups-admin-options.php:39 lib/admin/groups-admin-options.php:319
114
+ #: lib/admin/groups-admin-tree-view.php:37 lib/test/groups-tests.php:385
115
+ #: lib/test/groups-tests.php:391
116
+ msgid "Access denied."
117
+ msgstr "Prieiga nesuteikta."
118
+
119
+ #: lib/admin/groups-admin-options.php:216
120
+ msgid "Access restricions"
121
+ msgstr ""
122
+
123
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:97
124
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:107
125
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:121
126
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:124
127
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:592
128
+ msgid "Access restrictions"
129
+ msgstr "Prieigos apribojimai"
130
+
131
+ #: legacy/admin/class-groups-admin-posts-legacy.php:124
132
+ #: legacy/admin/class-groups-admin-posts-legacy.php:125
133
+ msgid "Access restrictions &hellip;"
134
+ msgstr ""
135
+
136
+ #: lib/admin/groups-admin-capabilities-add.php:68
137
+ #: lib/admin/groups-admin-capabilities.php:201
138
+ #: lib/admin/groups-admin-groups-add.php:119
139
+ #: lib/admin/groups-admin-groups.php:207
140
+ msgid "Add"
141
+ msgstr "Pridėti"
142
+
143
+ #: lib/admin/groups-admin-capabilities-add.php:50
144
+ msgid "Add a new capability"
145
+ msgstr "Pridėti naują gebą"
146
+
147
+ #: lib/admin/groups-admin-groups-add.php:59
148
+ msgid "Add a new group"
149
+ msgstr "Pridėti naują grupę"
150
+
151
+ #: lib/admin/groups-admin-groups.php:382
152
+ msgid "Add capability"
153
+ msgstr ""
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 ""
159
+
160
+ #: lib/admin/class-groups-admin-users.php:212
161
+ msgid "Add to group"
162
+ msgstr ""
163
+
164
+ #: lib/admin/class-groups-admin-welcome.php:234
165
+ #: lib/admin/class-groups-admin.php:221 lib/admin/groups-admin-add-ons.php:32
166
+ msgid "Add-Ons"
167
+ msgstr ""
168
+
169
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:150
170
+ msgid ""
171
+ "Adding the group and capability manually and enabling it for access "
172
+ "restriction"
173
+ msgstr ""
174
+
175
+ # neisversta
176
+ #: lib/admin/groups-admin-options.php:51
177
+ msgid "Administer Groups"
178
+ msgstr "Administer Groups"
179
+
180
+ #: lib/admin/groups-admin-options.php:52
181
+ msgid "Administer Groups plugin options"
182
+ msgstr "Administer Groups papildinio parinktys"
183
+
184
+ #: lib/admin/groups-admin-options.php:208
185
+ msgid "Administrator Access Override"
186
+ msgstr "Administratoriaus Prieigos Nepaisymas"
187
+
188
+ #: lib/admin/groups-admin-options.php:212
189
+ msgid ""
190
+ "Administrators override all access permissions derived from Groups "
191
+ "capabilities."
192
+ msgstr "Administratoriai gauna visus leidmus, gautus iš Grupės gebų."
193
+
194
+ #: lib/admin/class-groups-admin-posts.php:165
195
+ msgid "Also look for groups related to terms"
196
+ msgstr ""
197
+
198
+ #: lib/admin/class-groups-admin-welcome.php:187
199
+ msgid ""
200
+ "And you can now filter the list of users by one or multiple groups with one "
201
+ "convenient field."
202
+ msgstr ""
203
+
204
+ #: lib/admin/class-groups-admin-welcome.php:185
205
+ msgid ""
206
+ "Another improvement is better filtering by groups and a reduced footprint on "
207
+ "the Users admin screen."
208
+ msgstr ""
209
+
210
+ #: lib/access/class-groups-access-meta-boxes.php:209
211
+ #: lib/access/class-groups-access-meta-boxes.php:210
212
+ #: lib/access/class-groups-access-meta-boxes.php:443
213
+ #: lib/access/class-groups-access-meta-boxes.php:444
214
+ msgid "Anyone &hellip;"
215
+ msgstr ""
216
+
217
+ #: lib/admin/class-groups-admin-users.php:215
218
+ #: lib/admin/groups-admin-capabilities.php:334
219
+ #: lib/admin/groups-admin-capabilities.php:360
220
+ #: lib/admin/groups-admin-capabilities.php:374
221
+ #: lib/admin/groups-admin-groups.php:323 lib/admin/groups-admin-groups.php:349
222
+ #: lib/admin/groups-admin-groups.php:385
223
+ msgid "Apply"
224
+ msgstr "Pritaikyti"
225
+
226
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:160
227
+ msgid ""
228
+ "Become a member of the <em>Premium</em> group - this is required so you can "
229
+ "choose the <em>premium</em> capability to restrict access to a post."
230
+ msgstr ""
231
+
232
+ #: lib/admin/groups-admin-capabilities.php:371
233
+ #: lib/admin/groups-admin-groups.php:380
234
+ msgid "Bulk Actions"
235
+ msgstr ""
236
+
237
+ #: lib/admin/groups-admin-options.php:353
238
+ msgid ""
239
+ "CAUTION: If this option is active while the plugin is deactivated, ALL "
240
+ "plugin settings and data will be DELETED for <strong>all sites</strong>. If "
241
+ "you are going to use this option, now would be a good time to make a backup. "
242
+ "By enabling this option you agree to be solely responsible for any loss of "
243
+ "data or any other consequences thereof."
244
+ msgstr ""
245
+
246
+ #: lib/admin/groups-admin-options.php:285
247
+ msgid ""
248
+ "CAUTION: If this option is active while the plugin is deactivated, ALL "
249
+ "plugin settings and data will be DELETED. If you are going to use this "
250
+ "option, now would be a good time to make a backup. By enabling this option "
251
+ "you agree to be solely responsible for any loss of data or any other "
252
+ "consequences thereof."
253
+ msgstr ""
254
+ "DĖMESIO: Jeigu ši parinktis aktyvi, kuomet papildinys yra deaktyvuojamas, "
255
+ "VISOS papildinio nuostatos ir VISI papildinio domenys bus IŠTRINTI. Jeigu "
256
+ "Jūs planuojate naudoti šią parinktį, dabar būtų pats laikas pasidaryti "
257
+ "atsarginę kopiją. Suaktyvindamas šią parinktį Jūs pripažystate, jog esate "
258
+ "pilnai atsakingas dėl bet kokio duomenų praradimo ar kitokių nenumatytų "
259
+ "pasėkmių."
260
+
261
+ #: lib/admin/groups-admin-capabilities-add.php:70
262
+ #: lib/admin/groups-admin-capabilities-edit.php:79
263
+ #: lib/admin/groups-admin-capabilities-remove.php:64
264
+ #: lib/admin/groups-admin-capabilities-remove.php:150
265
+ #: lib/admin/groups-admin-groups-add.php:121
266
+ #: lib/admin/groups-admin-groups-edit.php:160
267
+ #: lib/admin/groups-admin-groups-remove.php:64
268
+ #: lib/admin/groups-admin-groups-remove.php:154
269
+ msgid "Cancel"
270
+ msgstr "Atšaukti"
271
+
272
+ #: legacy/admin/groups-admin-options-legacy.php:59
273
+ #: lib/admin/class-groups-admin.php:195
274
+ #: lib/admin/groups-admin-capabilities.php:192
275
+ #: lib/admin/groups-admin-groups-add.php:97
276
+ #: lib/admin/groups-admin-groups-edit.php:117
277
+ #: lib/admin/groups-admin-groups.php:306 lib/core/class-groups-help.php:71
278
+ msgid "Capabilities"
279
+ msgstr "Gebos"
280
+
281
+ #: lib/admin/groups-admin-groups.php:361 lib/admin/groups-admin-groups.php:362
282
+ msgid "Capabilities &hellip;"
283
+ msgstr ""
284
+
285
+ #: lib/admin/groups-admin-capabilities-add.php:57
286
+ #: lib/admin/groups-admin-capabilities-edit.php:66
287
+ #: lib/admin/groups-admin-capabilities.php:314
288
+ #: lib/admin/groups-admin-capabilities.php:330
289
+ msgid "Capability"
290
+ msgstr "Geba"
291
+
292
+ #: lib/admin/groups-admin-capabilities-remove.php:59
293
+ #, php-format
294
+ msgid "Capability : %s"
295
+ msgstr "Geba : %s"
296
+
297
+ #: lib/admin/groups-admin-capabilities.php:326
298
+ msgid "Capability ID"
299
+ msgstr ""
300
+
301
+ #: lib/admin/class-groups-admin-posts.php:221
302
+ #: lib/admin/class-groups-admin-posts.php:222
303
+ msgid "Choose access restriction groups &hellip;"
304
+ msgstr ""
305
+
306
+ #: legacy/admin/class-groups-admin-posts-legacy.php:195
307
+ #: legacy/admin/class-groups-admin-posts-legacy.php:196
308
+ msgid "Choose access restrictions &hellip;"
309
+ msgstr ""
310
+
311
+ #: lib/admin/groups-admin-groups-add.php:100
312
+ #: lib/admin/groups-admin-groups-edit.php:120
313
+ msgid "Choose capabilities &hellip;"
314
+ msgstr ""
315
+
316
+ #: lib/admin/class-groups-admin-user-profile.php:80
317
+ #: lib/admin/class-groups-admin-user-profile.php:81
318
+ #: lib/admin/class-groups-admin-user-profile.php:167
319
+ #: lib/admin/class-groups-admin-user-profile.php:168
320
+ #: lib/admin/class-groups-admin-users.php:190
321
+ #: lib/admin/class-groups-admin-users.php:191
322
+ #: lib/admin/class-groups-admin-users.php:251
323
+ #: lib/admin/class-groups-admin-users.php:252
324
+ msgid "Choose groups &hellip;"
325
+ msgstr ""
326
+
327
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:214
328
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:541
329
+ msgid ""
330
+ "Choose one or more capabilities to restrict access. Groups that grant access "
331
+ "through the capabilities are shown in parenthesis. If no capabilities are "
332
+ "available yet, you can use the quick-create box to create a group and "
333
+ "capability enabled for access restriction on the fly."
334
+ msgstr ""
335
+
336
+ #: lib/access/class-groups-access-meta-boxes.php:136
337
+ msgid ""
338
+ "Choose or enter <em>Premium</em> in the <em>Read</em> field located in the "
339
+ "<em>Groups</em> box and save or update the post (or hit Enter)."
340
+ msgstr ""
341
+
342
+ #: lib/admin/groups-admin-capabilities.php:335
343
+ #: lib/admin/groups-admin-groups.php:324
344
+ msgid "Clear"
345
+ msgstr "Išvalyti"
346
+
347
+ #: lib/admin/groups-admin-capabilities.php:196
348
+ msgid "Click to add a new capability"
349
+ msgstr "Paspauskite čia, norėdamas pridėti naują gebą"
350
+
351
+ #: lib/admin/groups-admin-groups.php:202
352
+ msgid "Click to add a new group"
353
+ msgstr "Paspauskite, norėdamas pridėti naują grupę"
354
+
355
+ #: lib/admin/groups-admin-capabilities.php:212
356
+ msgid "Click to refresh capabilities"
357
+ msgstr ""
358
+
359
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:274
360
+ msgid "Click to toggle the display of groups that grant the capabilities."
361
+ msgstr ""
362
+
363
+ #: lib/admin/groups-admin-options.php:277
364
+ msgid "Deactivation and data persistence"
365
+ msgstr "Deaktyvavimas ir duomenų išsaugojimas"
366
+
367
+ #: lib/admin/groups-admin-options.php:350
368
+ msgid "Delete all Groups plugin data for ALL sites on network deactivation"
369
+ msgstr ""
370
+
371
+ #: lib/admin/groups-admin-options.php:281
372
+ msgid "Delete all Groups plugin data on deactivation"
373
+ msgstr ""
374
+
375
+ #: lib/admin/groups-admin-capabilities-add.php:62
376
+ #: lib/admin/groups-admin-capabilities-edit.php:71
377
+ #: lib/admin/groups-admin-capabilities.php:315
378
+ #: lib/admin/groups-admin-groups-add.php:83
379
+ #: lib/admin/groups-admin-groups-edit.php:93
380
+ #: lib/admin/groups-admin-groups.php:305
381
+ msgid "Description"
382
+ msgstr "Aprašymas"
383
+
384
+ #: lib/admin/groups-admin-options.php:245
385
+ msgid ""
386
+ "Disabling this setting for a post type does not remove existing access "
387
+ "restrictions on individual posts of that type."
388
+ msgstr ""
389
+
390
+ #: lib/admin/class-groups-admin-welcome.php:144
391
+ #: lib/admin/class-groups-admin-welcome.php:145
392
+ msgid "Dismiss"
393
+ msgstr ""
394
+
395
+ #: lib/admin/groups-admin-capabilities.php:449
396
+ #: lib/admin/groups-admin-groups.php:460
397
+ msgid "Edit"
398
+ msgstr "Redaguoti"
399
+
400
+ #: lib/admin/groups-admin-capabilities-edit.php:56
401
+ msgid "Edit a capability"
402
+ msgstr "Redaguoti gebą"
403
+
404
+ #: lib/admin/groups-admin-groups-edit.php:68
405
+ msgid "Edit a group"
406
+ msgstr "Redaguti grupę"
407
+
408
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:161
409
+ msgid ""
410
+ "Edit the post for which you want to restrict access and choose<sup>*</sup> "
411
+ "the <em>premium</em> capability."
412
+ msgstr ""
413
+
414
+ #: lib/admin/groups-admin-options.php:294
415
+ msgid "Enable legacy access control based on capabilities."
416
+ msgstr ""
417
+
418
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:204
419
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:505
420
+ msgid "Enforce read access"
421
+ msgstr "Iššaukti skaitymo prieigą"
422
+
423
+ #: lib/admin/groups-admin-options.php:191
424
+ msgid ""
425
+ "Enhanced functionality is available via official <a href=\"http://www."
426
+ "itthinx.com/shop/\">Extensions</a> for Groups."
427
+ msgstr ""
428
+
429
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:143
430
+ msgid ""
431
+ "Enter <em>Premium</em> in the quick-create field located in the Access "
432
+ "restrictions panel and save or update the post (or hit Enter)."
433
+ msgstr ""
434
+
435
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:135
436
+ #: lib/access/class-groups-access-meta-boxes.php:130
437
+ msgid "Example:"
438
+ msgstr ""
439
+
440
+ #: lib/admin/class-groups-admin-users.php:275
441
+ msgid "Filter"
442
+ msgstr ""
443
+
444
+ #: lib/admin/groups-admin-capabilities.php:324
445
+ #: lib/admin/groups-admin-groups.php:315
446
+ msgid "Filters"
447
+ msgstr "Filtrai"
448
+
449
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:157
450
+ msgid ""
451
+ "Go to <strong>Groups > Capabilities</strong> and add the <em>premium</em> "
452
+ "capability."
453
+ msgstr ""
454
+
455
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:156
456
+ msgid ""
457
+ "Go to <strong>Groups > Groups</strong> and add the <em>Premium</em> group."
458
+ msgstr ""
459
+
460
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:158
461
+ msgid ""
462
+ "Go to <strong>Groups > Groups</strong> and assign the <em>premium</em> "
463
+ "capability to the <em>Premium</em> group."
464
+ msgstr ""
465
+
466
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:159
467
+ msgid ""
468
+ "Go to <strong>Groups > Options</strong> and enable the <em>premium</em> "
469
+ "capability to restrict access."
470
+ msgstr ""
471
+
472
+ #: lib/admin/groups-admin-groups.php:304
473
+ msgid "Group"
474
+ msgstr "Grupė"
475
+
476
+ #: lib/admin/class-groups-admin-users.php:211
477
+ msgid "Group Actions"
478
+ msgstr ""
479
+
480
+ #: lib/admin/groups-admin-groups.php:316
481
+ msgid "Group ID"
482
+ msgstr ""
483
+
484
+ #: lib/admin/groups-admin-groups.php:319
485
+ msgid "Group Name"
486
+ msgstr "Grupės pavadinimas"
487
+
488
+ #: lib/admin/groups-admin-groups-remove.php:59
489
+ #, php-format
490
+ msgid "Group Name : %s"
491
+ msgstr "Grupės Pavadinimas : %s"
492
+
493
+ #: lib/access/class-groups-access-meta-boxes.php:112
494
+ #: lib/access/class-groups-access-meta-boxes.php:115
495
+ #: lib/access/class-groups-access-meta-boxes.php:471
496
+ #: lib/admin/class-groups-admin-posts.php:204
497
+ #: lib/admin/class-groups-admin-user-profile.php:72
498
+ #: lib/admin/class-groups-admin-user-profile.php:133
499
+ #: lib/admin/class-groups-admin-user-profile.php:157
500
+ #: lib/admin/class-groups-admin-users.php:347
501
+ #: lib/admin/class-groups-admin.php:244 lib/admin/class-groups-admin.php:245
502
+ #: lib/admin/class-groups-admin.php:274 lib/core/class-groups-help.php:63
503
+ #: lib/core/class-groups-help.php:68 lib/core/class-groups-help.php:69
504
+ msgid "Groups"
505
+ msgstr "Grupės"
506
+
507
+ #: lib/admin/class-groups-admin-post-columns.php:93
508
+ msgctxt "Column header"
509
+ msgid "Groups"
510
+ msgstr ""
511
+
512
+ #: lib/access/class-groups-access-meta-boxes.php:98
513
+ msgctxt "Meta box title"
514
+ msgid "Groups"
515
+ msgstr ""
516
+
517
+ #: lib/admin/class-groups-admin.php:140
518
+ msgctxt "menu item title"
519
+ msgid "Groups"
520
+ msgstr ""
521
+
522
+ #: lib/admin/class-groups-admin.php:158 lib/admin/groups-admin-groups.php:199
523
+ msgctxt "page-title"
524
+ msgid "Groups"
525
+ msgstr ""
526
+
527
+ #: lib/admin/class-groups-admin-welcome.php:202
528
+ #, php-format
529
+ msgid ""
530
+ "Groups %s features a simpler model for access restrictions based on groups "
531
+ "instead of capabilities used in previous versions."
532
+ msgstr ""
533
+
534
+ #: lib/admin/class-groups-admin-posts.php:136
535
+ #: lib/admin/class-groups-admin-posts.php:137
536
+ msgid "Groups &hellip;"
537
+ msgstr ""
538
+
539
+ #: lib/admin/class-groups-admin.php:220
540
+ msgid "Groups Add-Ons"
541
+ msgstr ""
542
+
543
+ #: lib/admin/class-groups-admin.php:194
544
+ msgid "Groups Capabilities"
545
+ msgstr "Grupių Gebos"
546
+
547
+ #: lib/admin/groups-admin-options.php:131
548
+ msgid "Groups Options"
549
+ msgstr ""
550
+
551
+ #: lib/admin/groups-admin-options.php:325
552
+ msgid "Groups network options"
553
+ msgstr ""
554
+
555
+ #: lib/admin/class-groups-admin.php:207
556
+ msgid "Groups options"
557
+ msgstr "Grupių parinktys"
558
+
559
+ #: lib/core/class-groups-help.php:92
560
+ msgid ""
561
+ "Here you can <strong>add</strong>, <strong>edit</strong> and <strong>remove</"
562
+ "strong> groups."
563
+ msgstr ""
564
+ "Čia Jūs galite <strong>pridėti</strong>, <strong>redaguoti</strong> ir "
565
+ "<strong>pašalinti</strong> grupes."
566
+
567
+ #: lib/admin/groups-admin-capabilities.php:313
568
+ #: lib/admin/groups-admin-groups.php:303
569
+ msgid "ID"
570
+ msgstr ""
571
+
572
+ #: lib/admin/class-groups-admin-welcome.php:221
573
+ msgid ""
574
+ "If you had any access restrictions in place based on capabilities, the "
575
+ "entries will now be unprotected, unless you enable legacy access "
576
+ "restrictions or place appropriate access restrictions based on groups on the "
577
+ "desired entries."
578
+ msgstr ""
579
+
580
+ #: lib/admin/groups-admin-options.php:273
581
+ msgid "If you lock yourself out, please ask an administrator to help."
582
+ msgstr "Jeigu užsirakinsite save, prašome pagalbos kreiptis į administratorių."
583
+
584
+ #: lib/admin/class-groups-admin-welcome.php:225
585
+ msgid ""
586
+ "If you would like to switch to access restrictions based on groups "
587
+ "(recommended) instead of capabilities, you can easily do so by setting the "
588
+ "appropriate groups on your protected posts, pages and other entries to "
589
+ "restrict access."
590
+ msgstr ""
591
+
592
+ #: lib/admin/class-groups-admin-welcome.php:155
593
+ msgid "Important"
594
+ msgstr ""
595
+
596
+ #: lib/admin/class-groups-admin-welcome.php:180
597
+ msgid "Improved User Interface"
598
+ msgstr ""
599
+
600
+ #: lib/access/class-groups-access-meta-boxes.php:140
601
+ msgid ""
602
+ "In the same field, you can create a new group and restrict access. Group "
603
+ "names are case-sensitive. In order to be able to use the new group, your "
604
+ "user account will be assigned to it."
605
+ msgstr ""
606
+
607
+ #: legacy/admin/groups-admin-options-legacy.php:62
608
+ msgid ""
609
+ "Include these capabilities to enforce read access on posts. The selected "
610
+ "capabilities will be offered to restrict access to posts."
611
+ msgstr ""
612
+
613
+ #: lib/admin/groups-admin-groups-edit.php:141
614
+ msgid "Inherited capabilities:"
615
+ msgstr ""
616
+
617
+ #: lib/admin/class-groups-admin-welcome.php:158
618
+ msgid ""
619
+ "It seems that you have updated from Groups 1.x where access restrictions "
620
+ "were based on capabilities."
621
+ msgstr ""
622
+
623
+ #: lib/views/class-groups-shortcodes.php:469
624
+ #, php-format
625
+ msgid "Join the %s group"
626
+ msgstr ""
627
+
628
+ #: lib/views/class-groups-shortcodes.php:553
629
+ #, php-format
630
+ msgid "Leave the %s group"
631
+ msgstr ""
632
+
633
+ #: lib/admin/groups-admin-options.php:290
634
+ msgid "Legacy Settings"
635
+ msgstr ""
636
+
637
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:137
638
+ #: lib/access/class-groups-access-meta-boxes.php:132
639
+ msgid ""
640
+ "Let's assume that you want to limit the visibility of a post to members of "
641
+ "the <em>Premium</em> group."
642
+ msgstr ""
643
+
644
+ #: lib/views/class-groups-shortcodes.php:121
645
+ msgid "Log out"
646
+ msgstr ""
647
+
648
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:503
649
+ #: lib/access/class-groups-access-meta-boxes.php:411
650
+ msgid "Media"
651
+ msgstr ""
652
+
653
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:231
654
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:558
655
+ #, php-format
656
+ msgid "Members of the %1$s group can access this %2$s through this capability."
657
+ msgid_plural ""
658
+ "Members of the %1$s groups can access this %2$s through this capability."
659
+ msgstr[0] ""
660
+ msgstr[1] ""
661
+ msgstr[2] ""
662
+
663
+ #: lib/admin/groups-admin-groups-add.php:69
664
+ #: lib/admin/groups-admin-groups-edit.php:79
665
+ msgid "Name"
666
+ msgstr "Pavadinimas"
667
+
668
+ #: lib/admin/groups-admin-options.php:347
669
+ msgid "Network deactivation and data persistence"
670
+ msgstr ""
671
+
672
+ #: lib/admin/groups-admin-capabilities.php:206
673
+ msgid "New Capability"
674
+ msgstr "Nauja Geba"
675
+
676
+ #: lib/admin/class-groups-admin-welcome.php:191
677
+ msgid "New Documentation"
678
+ msgstr ""
679
+
680
+ #: lib/admin/groups-admin-groups.php:212
681
+ msgid "New Group"
682
+ msgstr "Nauja Grupė"
683
+
684
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:240
685
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:567
686
+ msgid ""
687
+ "No groups grant access through this capability. To grant access to group "
688
+ "members using this capability, you should assign it to a group and enable "
689
+ "the capability for access restriction."
690
+ msgstr ""
691
+
692
+ #: lib/admin/groups-admin-capabilities.php:123
693
+ msgid "No new capabilities have been found."
694
+ msgstr ""
695
+
696
+ #: lib/admin/groups-admin-capabilities-remove.php:116
697
+ msgid "No such capabilities."
698
+ msgstr ""
699
+
700
+ #: lib/admin/groups-admin-capabilities-edit.php:41
701
+ #: lib/admin/groups-admin-capabilities-remove.php:41
702
+ msgid "No such capability."
703
+ msgstr "Nėra tokios gebos."
704
+
705
+ #: lib/admin/groups-admin-groups-edit.php:43
706
+ #: lib/admin/groups-admin-groups-remove.php:41
707
+ msgid "No such group."
708
+ msgstr "Nėra tokios grupės."
709
+
710
+ #: lib/admin/groups-admin-groups-remove.php:116
711
+ msgid "No such groups."
712
+ msgstr ""
713
+
714
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:132
715
+ msgid ""
716
+ "Note that you must be a member of a group that has such a capability "
717
+ "assigned."
718
+ msgstr ""
719
+
720
+ #: lib/access/class-groups-access-meta-boxes.php:124
721
+ msgid "Note that you must be a member of a group to use it to restrict access."
722
+ msgstr ""
723
+
724
+ #: lib/admin/class-groups-admin-welcome.php:183
725
+ msgid ""
726
+ "Now you can assign new users directly to groups when you create a new user "
727
+ "account from the Dashboard."
728
+ msgstr ""
729
+
730
+ #: lib/admin/class-groups-admin-welcome.php:174
731
+ msgid ""
732
+ "Now you can protect your posts, pages and any other custom post type like "
733
+ "products or events by simply assigning them to one or more groups."
734
+ msgstr ""
735
+
736
+ #: lib/admin/class-groups-admin-welcome.php:227
737
+ msgid ""
738
+ "Once you have adjusted your access restrictions based on groups, you can "
739
+ "disable legacy access control."
740
+ msgstr ""
741
+
742
+ #: lib/admin/groups-admin-capabilities.php:121
743
+ #, php-format
744
+ msgid "One capability has been added."
745
+ msgid_plural "%d capabilities have been added."
746
+ msgstr[0] ""
747
+ msgstr[1] ""
748
+ msgstr[2] ""
749
+
750
+ #: legacy/admin/class-groups-admin-post-columns-legacy.php:77
751
+ msgid "One or more capabilities required to read the entry."
752
+ msgstr ""
753
+
754
+ #: lib/admin/class-groups-admin-post-columns.php:92
755
+ msgid "One or more groups granting access to entries."
756
+ msgstr ""
757
+
758
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:270
759
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:588
760
+ #, php-format
761
+ msgid ""
762
+ "Only groups or users that have one of the selected capabilities are allowed "
763
+ "to read this %s."
764
+ msgstr ""
765
+
766
+ #: lib/admin/class-groups-admin.php:208 lib/admin/class-groups-admin.php:268
767
+ #: lib/core/class-groups-help.php:70
768
+ msgid "Options"
769
+ msgstr "Parinktys"
770
+
771
+ #: lib/admin/groups-admin-options.php:123
772
+ msgid "Options saved."
773
+ msgstr ""
774
+
775
+ #: lib/admin/groups-admin-groups-add.php:76
776
+ #: lib/admin/groups-admin-groups-edit.php:86
777
+ msgid "Parent"
778
+ msgstr "Virš"
779
+
780
+ #: lib/admin/class-groups-admin-welcome.php:237
781
+ msgid "Perfect complements to memberships and access control with Groups."
782
+ msgstr ""
783
+
784
+ #: lib/admin/groups-admin-options.php:267
785
+ msgid "Permissions"
786
+ msgstr "Leidimai"
787
+
788
+ #: lib/admin/groups-admin-groups-remove.php:142
789
+ msgid ""
790
+ "Please confirm removal of the following groups. This action cannot be undone."
791
+ msgstr ""
792
+
793
+ #: lib/admin/groups-admin-capabilities-remove.php:139
794
+ msgid ""
795
+ "Please confirm to remove the following capabilities. This action cannot be "
796
+ "undone."
797
+ msgstr ""
798
+
799
+ #: lib/core/class-groups-help.php:144
800
+ #, php-format
801
+ msgid ""
802
+ "Please give it a <a href=\"%s\">&#9733;&#9733;&#9733;&#9733;&#9733;</a> "
803
+ "rating."
804
+ msgstr ""
805
+
806
+ #: lib/admin/class-groups-admin-welcome.php:160
807
+ #, php-format
808
+ msgid ""
809
+ "Please make sure to read the notes on <strong>Switching to Groups %s</"
810
+ "strong> below."
811
+ msgstr ""
812
+
813
+ #: lib/admin/class-groups-admin-welcome.php:229
814
+ msgid ""
815
+ "Please refer to the <a target=\"_blank\" href=\"http://docs.itthinx.com/"
816
+ "document/groups/\">Documentation</a> for details on how to switch to and use "
817
+ "the new access restrictions."
818
+ msgstr ""
819
+
820
+ #: lib/access/class-groups-access-meta-boxes.php:467
821
+ #, php-format
822
+ msgid ""
823
+ "Please use <a href=\"%s\" target=\"_blank\">Groups File Access</a> for files "
824
+ "that require complete protection."
825
+ msgstr ""
826
+
827
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:189
828
+ #: lib/access/class-groups-access-meta-boxes.php:166
829
+ msgid "Post"
830
+ msgstr "Įrašas"
831
+
832
+ #: lib/admin/groups-admin-options.php:218
833
+ msgid "Post types"
834
+ msgstr ""
835
+
836
+ #: lib/admin/class-groups-admin-welcome.php:176
837
+ msgid ""
838
+ "Previously we used capabilities to do that, but changing to this new model "
839
+ "makes things even easier."
840
+ msgstr ""
841
+
842
+ #: lib/admin/class-groups-admin-welcome.php:169
843
+ msgid "Protect Content Easily"
844
+ msgstr ""
845
+
846
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:308
847
+ msgid "Quick-create group &amp; capability"
848
+ msgstr ""
849
+
850
+ #: lib/access/class-groups-access-meta-boxes.php:203
851
+ #: lib/access/class-groups-access-meta-boxes.php:413
852
+ msgid "Read"
853
+ msgstr ""
854
+
855
+ #: legacy/access/class-groups-post-access-legacy.php:52
856
+ msgid "Read Post"
857
+ msgstr "Skaityti Įrašą"
858
+
859
+ #: lib/admin/groups-admin-add-ons.php:49
860
+ msgid "Recommended extensions for Groups"
861
+ msgstr ""
862
+
863
+ #: lib/admin/groups-admin-add-ons.php:157
864
+ msgid "Recommended plugins by itthinx"
865
+ msgstr ""
866
+
867
+ #: lib/admin/groups-admin-capabilities.php:217
868
+ #: lib/admin/groups-admin-capabilities.php:222
869
+ msgid "Refresh"
870
+ msgstr ""
871
+
872
+ #: lib/auto/class-groups-registered.php:73
873
+ msgid "Registered"
874
+ msgstr "Priregistruota"
875
 
876
+ #: lib/admin/groups-admin-capabilities-remove.php:62
877
+ #: lib/admin/groups-admin-capabilities-remove.php:149
878
+ #: lib/admin/groups-admin-capabilities.php:372
879
+ #: lib/admin/groups-admin-capabilities.php:458
880
+ #: lib/admin/groups-admin-groups-remove.php:62
881
+ #: lib/admin/groups-admin-groups-remove.php:153
882
+ #: lib/admin/groups-admin-groups.php:469
883
+ msgid "Remove"
884
+ msgstr "Pašalinti"
885
 
886
+ #: lib/admin/groups-admin-capabilities-remove.php:53
887
+ msgid "Remove a capability"
888
+ msgstr "Pašalinti gebą"
889
 
890
+ #: lib/admin/groups-admin-groups-remove.php:53
891
+ msgid "Remove a group"
892
+ msgstr "Pašalinti grupę"
893
 
894
+ #: lib/admin/groups-admin-capabilities-remove.php:133
895
+ msgid "Remove capabilities"
896
+ msgstr ""
897
 
898
+ #: lib/admin/groups-admin-groups.php:383
899
+ msgid "Remove capability"
900
+ msgstr ""
901
 
902
+ #: lib/admin/class-groups-admin-users.php:213
903
+ msgid "Remove from group"
904
+ msgstr ""
 
 
 
 
 
905
 
906
+ #: lib/admin/groups-admin-groups.php:381
907
+ msgid "Remove group"
908
+ msgstr ""
 
 
 
 
 
 
 
909
 
910
+ #: lib/admin/groups-admin-groups-remove.php:135
911
+ msgid "Remove groups"
912
+ msgstr ""
913
 
914
+ #: legacy/admin/class-groups-admin-posts-legacy.php:186
915
+ #: lib/admin/class-groups-admin-posts.php:209
916
+ msgid "Remove restriction"
917
+ msgstr ""
918
 
919
+ #: lib/admin/groups-admin-options.php:53
920
+ msgid "Restrict Access"
921
+ msgstr ""
 
 
 
 
 
922
 
923
+ #: lib/access/class-groups-access-meta-boxes.php:229
924
+ #, php-format
925
+ msgid "Restricts the visibility of this %s to members of the chosen groups."
926
+ msgstr ""
927
 
928
+ #: lib/access/class-groups-access-meta-boxes.php:461
929
+ msgid "Restricts the visibility of this entry to members of the chosen groups."
930
+ msgstr ""
 
931
 
932
+ #: lib/admin/groups-admin-capabilities.php:357
933
+ #: lib/admin/groups-admin-groups.php:346
934
+ msgid "Results per page"
935
+ msgstr "Rezultatai puslapyje"
936
 
937
+ #: lib/admin/groups-admin-options.php:146
938
+ msgid "Role"
939
+ msgstr "Rolė"
 
 
940
 
941
+ #: lib/admin/groups-admin-capabilities-edit.php:77
942
+ #: lib/admin/groups-admin-groups-edit.php:158
943
+ #: lib/admin/groups-admin-options.php:203
944
+ #: lib/admin/groups-admin-options.php:305
945
+ #: lib/admin/groups-admin-options.php:357
946
+ msgid "Save"
947
+ msgstr "Įrašyti"
948
 
949
+ #: lib/admin/groups-admin-options.php:221
950
+ msgid "Show access restrictions for these post types."
951
+ msgstr ""
952
 
953
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:277
954
+ msgid "Show groups"
955
+ msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
956
 
957
+ #: lib/admin/groups-admin-options.php:253
958
+ msgid "Show groups in user profiles."
959
+ msgstr ""
960
 
961
+ #: lib/admin/groups-admin-options.php:262
962
+ msgid "Show the Groups tree view."
963
+ msgstr "Rodyti Grupės medžio peržiūrą."
 
 
 
964
 
965
+ #: lib/admin/class-groups-admin-welcome.php:199
966
+ #, php-format
967
+ msgid "Switching to Groups %s"
968
+ msgstr ""
 
 
 
 
969
 
970
+ #: lib/admin/class-groups-admin-posts.php:167
971
+ msgid "Terms"
972
+ msgstr ""
 
 
 
 
 
973
 
974
+ #: lib/core/class-groups-help.php:141
975
+ msgid ""
976
+ "Thank you for using <a href=\"http://www.itthinx.com/plugins/groups\" target="
977
+ "\"_blank\">Groups</a> by <a href=\"http://www.itthinx.com\" target=\"_blank"
978
+ "\">itthinx</a>."
979
+ msgstr ""
980
 
981
+ #: lib/admin/class-groups-admin-welcome.php:149
982
+ msgid ""
983
+ "Thanks for using Groups! We have made it even easier to protect your content "
984
+ "and hope you like it :)"
985
+ msgstr ""
986
 
987
+ #: lib/admin/groups-admin-capabilities-edit.php:116
988
+ #, php-format
989
+ msgid ""
990
+ "The <em>%s</em> capability already exists and cannot be assigned to this one."
991
+ msgstr ""
992
 
993
+ #: lib/admin/groups-admin-capabilities-add.php:104
994
+ #, php-format
995
+ msgid "The <em>%s</em> capability already exists."
996
+ msgstr ""
997
 
998
+ #: lib/admin/groups-admin-capabilities-edit.php:126
999
+ #, php-format
1000
+ msgid "The <em>%s</em> capability could not be updated."
1001
+ msgstr ""
1002
 
1003
+ #: lib/admin/groups-admin-capabilities.php:62
1004
+ #, php-format
1005
+ msgid "The <em>%s</em> capability has been created."
1006
+ msgstr ""
1007
 
1008
+ #: lib/admin/groups-admin-capabilities.php:70
1009
+ #, php-format
1010
+ msgid "The <em>%s</em> capability has been updated."
1011
+ msgstr ""
1012
 
1013
+ #: lib/admin/groups-admin-groups-edit.php:204
1014
+ #, php-format
1015
+ msgid ""
1016
+ "The <em>%s</em> group already exists and cannot be used to name this one."
1017
+ msgstr ""
1018
 
1019
+ #: lib/admin/groups-admin-groups-add.php:165
1020
+ #, php-format
1021
+ msgid "The <em>%s</em> group already exists."
1022
+ msgstr ""
 
 
1023
 
1024
+ #: lib/admin/groups-admin-groups.php:63
1025
+ #, php-format
1026
+ msgid "The <em>%s</em> group has been created."
1027
+ msgstr ""
1028
 
1029
+ #: lib/admin/groups-admin-groups.php:71
1030
+ #, php-format
1031
+ msgid "The <em>%s</em> group has been updated."
1032
+ msgstr ""
1033
 
1034
+ #: lib/admin/groups-admin-capabilities-add.php:102
1035
+ #: lib/admin/groups-admin-capabilities-edit.php:130
1036
+ msgid "The <em>Capability</em> must not be empty."
1037
+ msgstr ""
 
 
1038
 
1039
+ #: lib/admin/groups-admin-groups-edit.php:196
1040
+ msgid "The <em>Name</em> must not be empty."
1041
+ msgstr ""
 
1042
 
1043
+ #: lib/access/class-groups-access-meta-boxes.php:465
1044
+ msgid ""
1045
+ "The attachment page is restricted to authorized users, but due to technical "
1046
+ "limitations, the file can still be accessed directly via its URL."
1047
+ msgstr ""
1048
 
1049
+ #: lib/admin/groups-admin-capabilities.php:75
1050
+ msgid "The capability has been deleted."
1051
+ msgstr ""
 
1052
 
1053
+ #: lib/admin/groups-admin-groups-edit.php:130
1054
+ msgid "The chosen capabilities are assigned to the group."
1055
+ msgstr ""
1056
 
1057
+ #: lib/core/class-groups-help.php:87
1058
+ msgid ""
1059
+ "The complete documentation is available on the <a href=\"http://docs.itthinx."
1060
+ "com/document/groups\">Documentation</a> pages for Groups."
1061
+ msgstr ""
1062
 
1063
+ #: lib/admin/class-groups-admin-welcome.php:210
1064
+ msgid "The following is only of interest if you have upgraded from Groups 1.x:"
1065
+ msgstr ""
 
1066
 
1067
+ #: lib/admin/groups-admin-groups.php:76
1068
+ msgid "The group has been deleted."
1069
+ msgstr ""
 
1070
 
1071
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:148
1072
+ msgid "The manual way:"
1073
+ msgstr ""
1074
 
1075
+ #: lib/admin/groups-admin-groups-add.php:163
1076
+ msgid "The name must not be empty."
1077
+ msgstr ""
1078
 
1079
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:139
1080
+ msgid "The quick way:"
1081
+ msgstr ""
1082
 
1083
+ #: lib/admin/class-groups-admin-user-profile.php:88
1084
+ #: lib/admin/class-groups-admin-user-profile.php:176
1085
+ msgid "The user is a member of the chosen groups."
1086
+ msgstr ""
1087
 
1088
+ #: lib/admin/groups-admin-capabilities.php:484
1089
+ #: lib/admin/groups-admin-groups.php:523
1090
+ msgid "There are no results."
1091
+ msgstr "Nėra jokių rezultatų."
1092
 
1093
+ #: lib/admin/groups-admin-groups-add.php:109
1094
+ msgid "These capabilities will be assigned to the group."
1095
+ msgstr ""
1096
 
1097
+ #: lib/admin/groups-admin-options.php:268
1098
+ msgid ""
1099
+ "These permissions apply to Groups management. They do not apply to access "
1100
+ "permissions derived from Groups capabilities."
1101
+ msgstr ""
1102
+ "Šie leidimai galioja Grupės valdymui. Jie nepritaikyti leidimų, gautų iš "
1103
+ "Grupių gebų, pasiekimui."
1104
+
1105
+ #: lib/admin/class-groups-admin-welcome.php:219
1106
+ msgid "This could be important!"
1107
+ msgstr ""
1108
 
1109
+ #: lib/admin/groups-admin-options.php:244
1110
+ msgid ""
1111
+ "This determines for which post types access restriction settings are offered."
1112
+ msgstr ""
1113
 
1114
+ #: lib/admin/groups-admin-groups.php:516
1115
  msgid "This group has no capabilities."
1116
  msgstr "Ši grupė neturi priskirtų gebų."
1117
 
1118
+ #: lib/admin/class-groups-admin-welcome.php:215
1119
+ msgid ""
1120
+ "This means that if you had access restrictions in place that were based on "
1121
+ "capabilities, your entries will still be protected."
1122
+ msgstr ""
1123
 
1124
+ #: lib/access/class-groups-post-access.php:477
1125
+ msgid ""
1126
+ "This method is deprecated. You should use Groups_Post_Access_Legacy::"
1127
+ "get_read_post_capabilities() to retrieve the capabilities instead."
1128
+ msgstr ""
1129
 
1130
+ #: lib/admin/class-groups-admin-welcome.php:206
1131
+ msgid ""
1132
+ "To make it easier to transition to the new model for those who migrate from "
1133
+ "a previous version, we have included legacy access control based on "
1134
+ "capabilities."
1135
+ msgstr ""
1136
 
1137
+ #: lib/admin/class-groups-admin-welcome.php:204
1138
+ msgid ""
1139
+ "To put it simple, previously you would have used capabilities to restrict "
1140
+ "access to posts and now you simply use groups."
1141
+ msgstr ""
1142
 
1143
+ #: lib/admin/class-groups-admin.php:180 lib/admin/class-groups-admin.php:181
1144
+ msgid "Tree"
1145
+ msgstr "Medis"
1146
 
1147
+ #: lib/admin/groups-admin-tree-view.php:43
1148
+ msgid "Tree of Groups"
1149
+ msgstr "Grupių Medis"
1150
 
1151
+ #: lib/admin/groups-admin-options.php:258
1152
  msgid "Tree view"
1153
  msgstr "Medžio peržiūra"
1154
 
1155
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:153
1156
+ msgid ""
1157
+ "Try the quick-create field first. Unless you need a more complex setup, "
1158
+ "there is no reason to go this way instead."
1159
+ msgstr ""
1160
 
1161
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:212
1162
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:213
1163
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:540
1164
+ msgid "Type and choose &hellip;"
1165
+ msgstr ""
1166
 
1167
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:127
1168
+ msgid ""
1169
+ "Use the <em>Access restrictions</em> box to limit the visibility of posts, "
1170
+ "pages and other post types."
1171
+ msgstr ""
1172
 
1173
+ #: lib/access/class-groups-access-meta-boxes.php:118
1174
+ msgid ""
1175
+ "Use the <em>Groups</em> box to limit the visibility of posts, pages and "
1176
+ "other post types."
1177
+ msgstr ""
1178
 
1179
+ #: lib/admin/groups-admin-options.php:249
1180
+ msgid "User profiles"
1181
+ msgstr ""
1182
 
1183
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:141
1184
+ msgid "Using the quick-create field"
1185
+ msgstr ""
1186
 
1187
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:146
1188
+ msgid ""
1189
+ "Using the quick-create field, you can create a new group and capability. The "
1190
+ "capability will be assigned to the group and enabled to enforce read access. "
1191
+ "Group names are case-sensitive, the name of the capability is the lower-case "
1192
+ "version of the name of the group. If the group already exists, a new "
1193
+ "capability is created and assigned to the existing group. If the capability "
1194
+ "already exists, it will be assigned to the group. If both already exist, the "
1195
+ "capability is enabled to enforce read access. In order to be able to use the "
1196
+ "capability, your user account will be assigned to the group."
1197
+ msgstr ""
1198
 
1199
+ #: lib/admin/class-groups-admin-welcome.php:110
1200
+ msgid "View the Welcome screen for this version of Groups"
1201
+ msgstr ""
1202
 
1203
+ #: lib/admin/class-groups-admin-welcome.php:172
1204
+ msgid "We have made it even easier to protect your content!"
1205
+ msgstr ""
1206
 
1207
+ #: lib/admin/class-groups-admin-welcome.php:111
1208
+ msgid "Welcome"
1209
+ msgstr ""
1210
 
1211
+ #: lib/admin/class-groups-admin-welcome.php:46
1212
+ #: lib/admin/class-groups-admin-welcome.php:47
1213
+ msgid "Welcome to Groups"
1214
+ msgstr ""
1215
 
1216
+ #: lib/admin/class-groups-admin-welcome.php:138
1217
+ #, php-format
1218
+ msgid "Welcome to Groups %s"
1219
+ msgstr ""
1220
 
1221
+ #: lib/admin/class-groups-admin-welcome.php:165
1222
+ msgid "What's New?"
1223
+ msgstr ""
 
1224
 
1225
+ #: lib/admin/class-groups-admin-welcome.php:194
1226
+ msgid ""
1227
+ "Whether you are new to Groups or have been using it before, please make sure "
1228
+ "to visit the <a target=\"_blank\" href=\"http://docs.itthinx.com/document/"
1229
+ "groups/\">Documentation</a> pages to know more about how to use it."
1230
+ msgstr ""
1231
 
1232
+ #: lib/views/class-groups-shortcodes.php:527
1233
+ #, php-format
1234
+ msgid "You are a member of the %s group."
1235
+ msgstr ""
1236
 
1237
+ #: lib/admin/class-groups-admin-welcome.php:217
1238
+ msgid ""
1239
+ "You are running the system with legacy access control based on capabilities "
1240
+ "disabled."
1241
+ msgstr ""
1242
 
1243
+ #: lib/admin/class-groups-admin-welcome.php:213
1244
+ msgid ""
1245
+ "You are running the system with legacy access control based on capabilities "
1246
+ "enabled."
1247
+ msgstr ""
1248
 
1249
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:312
1250
+ msgid ""
1251
+ "You can create a new group and capability here. The capability will be "
1252
+ "assigned to the group and enabled to enforce read access. Group names are "
1253
+ "case-sensitive, the name of the capability is the lower-case version of the "
1254
+ "name of the group. If the group already exists, a new capability is created "
1255
+ "and assigned to the existing group. If the capability already exists, it "
1256
+ "will be assigned to the group. If both already exist, the capability is "
1257
+ "enabled to enforce read access. In order to be able to use the capability, "
1258
+ "your user account will be assigned to the group."
1259
+ msgstr ""
1260
 
1261
+ #: lib/access/class-groups-access-meta-boxes.php:196
1262
+ #: lib/access/class-groups-access-meta-boxes.php:446
1263
+ msgid "You can create a new group by indicating the group's name."
1264
+ msgstr ""
1265
 
1266
+ #: lib/access/class-groups-access-meta-boxes.php:190
1267
+ #, php-format
1268
+ msgid ""
1269
+ "You can restrict the visibility of this %1$s to group members. Choose one or "
1270
+ "more groups that are allowed to read this %2$s. If no groups are chosen, the "
1271
+ "%3$s is visible to anyone."
1272
+ msgstr ""
1273
 
1274
+ #: lib/access/class-groups-access-meta-boxes.php:445
1275
+ msgid ""
1276
+ "You can restrict the visibility to group members. Choose one or more groups "
1277
+ "to restrict access. If no groups are chosen, this entry is visible to anyone."
1278
+ msgstr ""
1279
+
1280
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:130
1281
+ msgid ""
1282
+ "You can select one or more capabilities that are enabled for access "
1283
+ "restriction."
1284
+ msgstr ""
1285
+
1286
+ #: lib/access/class-groups-access-meta-boxes.php:121
1287
+ msgid "You can select one or more groups to restrict access to its members."
1288
+ msgstr ""
1289
+
1290
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:290
1291
+ #: lib/access/class-groups-access-meta-boxes.php:236
1292
+ msgid "You cannot set any access restrictions."
1293
+ msgstr ""
1294
 
1295
+ #: lib/views/class-groups-shortcodes.php:522
1296
+ #, php-format
1297
+ msgid "You have joined the %s group."
1298
+ msgstr ""
1299
 
1300
+ #: lib/views/class-groups-shortcodes.php:598
1301
+ #, php-format
1302
+ msgid "You have left the %s group."
1303
+ msgstr ""
1304
 
1305
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:296
1306
+ msgid ""
1307
+ "You must be in a group that has at least one capability enabled to enforce "
1308
+ "read access."
1309
+ msgstr ""
1310
 
1311
+ #: lib/access/class-groups-access-meta-boxes.php:242
1312
+ msgid "You need to have permission to set access restrictions."
1313
+ msgstr ""
1314
 
1315
+ #: lib/access/class-groups-post-access.php:352
1316
+ msgid ""
1317
+ "You should use Groups_Post_Access_Legacy::create() to pass a capability "
1318
+ "restriction instead."
1319
+ msgstr ""
1320
 
1321
+ #~ msgid ""
1322
+ #~ "Only groups or users that have the <b>%s</b> capability are allowed to "
1323
+ #~ "read this %s."
1324
+ #~ msgstr ""
1325
+ #~ "Tik grupės arba vartotojai, turintys <b>%s</b> gebą gali skaityti šį %s."
1326
+
1327
+ #~ msgid "selected to / from group:"
1328
+ #~ msgstr "pažymėta į / iš grupės:"
1329
+
1330
+ #~ msgid "Id"
1331
+ #~ msgstr "Identifikatorius"
1332
+
1333
+ #~ msgid "Capability Id"
1334
+ #~ msgstr "Gebos identifikatorius"
1335
+
1336
+ #~ msgid "Group Id"
1337
+ #~ msgstr "Grupės Identifikatorius"
1338
+
1339
+ #~ msgid "Apply capability to selected groups:"
1340
+ #~ msgstr "Pritaikyti gebą pažymėtoms grupėms:"
1341
+
1342
+ #~ msgid "Delete all plugin data on deactivation"
1343
+ #~ msgstr "Deaktyvacijos metu ištrinti visus papildinio duomenis"
1344
+
1345
+ #~ msgid ""
1346
+ #~ "The complete documentation is available on the <a href=\"http://www."
1347
+ #~ "itthinx.com/plugins/groups\" target=\"_blank\">Groups plugin page</a>"
1348
+ #~ msgstr ""
1349
+ #~ "Pilna dokumentacija yra pasiekiama <a href=\"http://www.itthinx.com/"
1350
+ #~ "plugins/groups\" target=\"_blank\">Groups papildinio puslapyje </a>"
1351
+
1352
+ #~ msgid ""
1353
+ #~ "If you require <em>consulting services</em>, <em>support</em> or "
1354
+ #~ "<em>customization</em>, you may <a href=\"http://www.itthinx.com/\" "
1355
+ #~ "target=\"_blank\">contact me here</a>."
1356
+ #~ msgstr ""
1357
+ #~ "Jeigu Jums reikia <em>konsultacinių paslaugų</em>, <em>pagalbos</em> "
1358
+ #~ "arba <em>papildinio individualizacijos</em>, Jūs galite <a href=\"http://"
1359
+ #~ "www.itthinx.com/\" target=\"_blank\">surasti mane čia</a>."
1360
+
1361
+ #~ msgid "If you find this plugin useful, please consider making a donation:"
1362
+ #~ msgstr ""
1363
+ #~ "Jeigu manote, kad šis papildinys Jums yra naudingas, prašau pagalvoti "
1364
+ #~ "apie paaukojimą:"
1365
+
1366
+ #~ msgid ""
1367
+ #~ "Thank you for using the <a href=\"http://www.itthinx.com/plugins/groups\" "
1368
+ #~ "target=\"_blank\">Groups</a> plugin by <a href=\"http://www.itthinx.com\" "
1369
+ #~ "target=\"_blank\">itthinx</a>."
1370
+ #~ msgstr ""
1371
+ #~ "Ačiū, kad naudojate <a href=\"http://www.itthinx.com/plugins/groups\" "
1372
+ #~ "target=\"_blank\">Groups</a> papildinį, kurį sukūrė <a href=\"http://www."
1373
+ #~ "itthinx.com\" target=\"_blank\">itthinx</a>."
1374
+
1375
+ #~ msgid "Go to the first page"
1376
+ #~ msgstr "Eiti į pirmą puslapį"
1377
+
1378
+ #~ msgid "Go to the previous page"
1379
+ #~ msgstr "Eiti į paskiausią puslapį"
1380
+
1381
+ #~ msgid "Current page"
1382
+ #~ msgstr "Dabartinis puslapis"
1383
+
1384
+ #~ msgid "Go to the next page"
1385
+ #~ msgstr "Eiti į sekantį puslapį"
1386
+
1387
+ #~ msgid "Go to the last page"
1388
+ #~ msgstr "Eiti į paskutinį puslapį"
1389
+
1390
+ #~ msgid "http://www.itthinx.com/plugins/groups"
1391
+ #~ msgstr "http://www.itthinx.com/plugins/groups"
1392
+
1393
+ #~ msgid ""
1394
+ #~ "Groups provides group-based user membership management, group-based "
1395
+ #~ "capabilities and content access control."
1396
+ #~ msgstr ""
1397
+ #~ "Groups suteikia grupėmis paremtą vartotojų narystės valdymą, grupėmis "
1398
+ #~ "paremtą gebų ir turinio pasiekiamumo kontrolę."
1399
+
1400
+ #~ msgid "itthinx (Karim Rahimpur)"
1401
+ #~ msgstr "itthinx (Karim Rahimpur)"
1402
+
1403
+ #~ msgid "http://www.itthinx.com"
1404
+ #~ msgstr "http://www.itthinx.com"
languages/groups-nl_NL.mo CHANGED
Binary file
languages/groups-nl_NL.po CHANGED
@@ -4,8 +4,8 @@ msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Groups 1.2.5\n"
6
  "Report-Msgid-Bugs-To: \n"
7
- "POT-Creation-Date: 2012-09-26 11:22+0200\n"
8
- "PO-Revision-Date: 2015-06-10 14:19+0100\n"
9
  "Last-Translator: Carsten <carsten@presis.nl>\n"
10
  "Language-Team: \n"
11
  "Language: nl_NL\n"
@@ -14,464 +14,1323 @@ 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 1.8.1\n"
18
 
19
- #: /var/www/groups/wp-content/plugins/groups/lib/core/class-groups-pagination.php:136
20
  #, php-format
21
  msgctxt "paging"
22
  msgid "%1$s of %2$s"
23
  msgstr "%1$s van %2$s"
24
 
25
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/class-groups-admin-users.php:182
 
 
 
 
 
 
 
 
 
 
26
  msgid "--"
27
  msgstr "--"
28
 
29
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-options.php:216
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
30
  msgid "A minimum set of permissions will be preserved."
31
  msgstr "Een minimale set van rechten zal worden behouden."
32
 
33
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-options.php:55
34
  msgid "Access Groups"
35
  msgstr "Toegangsgroepen"
36
 
37
- #: /var/www/groups/wp-content/plugins/groups/lib/core/groups-tests.php:382
38
- #: /var/www/groups/wp-content/plugins/groups/lib/core/groups-tests.php:388
39
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-options.php:35
40
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-options.php:248
41
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-groups-edit.php:31
42
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-groups-edit.php:108
43
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-groups-edit.php:112
44
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-groups-remove.php:31
45
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-groups-remove.php:83
46
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-groups-remove.php:87
47
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-groups.php:45
48
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-groups.php:116
49
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-groups.php:147
50
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-groups.php:153
51
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-tree-view.php:33
52
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-capabilities-remove.php:31
53
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-capabilities-remove.php:83
54
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-capabilities-remove.php:87
55
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-groups-add.php:30
56
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-groups-add.php:101
57
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-groups-add.php:105
58
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-capabilities.php:43
59
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-capabilities.php:114
60
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-capabilities.php:145
61
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-capabilities.php:151
62
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-capabilities-add.php:30
63
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-capabilities-add.php:88
64
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-capabilities-add.php:92
65
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-capabilities-edit.php:31
66
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-capabilities-edit.php:92
67
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-capabilities-edit.php:96
 
 
 
 
 
 
68
  msgid "Access denied."
69
  msgstr "Geen toegang."
70
 
71
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-options.php:180
72
  msgid "Access restricions"
73
  msgstr "Toegangsrestricties"
74
 
75
- #: /var/www/groups/wp-content/plugins/groups/lib/access/class-groups-access-meta-boxes.php:52
76
- #: /var/www/groups/wp-content/plugins/groups/lib/access/class-groups-access-meta-boxes.php:62
 
 
 
77
  msgid "Access restrictions"
78
  msgstr "Toegangsrestricties"
79
 
80
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/class-groups-admin-users.php:76
81
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-groups.php:174
82
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-groups.php:334
83
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-groups-add.php:79
84
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-capabilities.php:172
85
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-capabilities-add.php:66
 
 
 
86
  msgid "Add"
87
  msgstr "Toevoegen"
88
 
89
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-capabilities-add.php:47
90
  msgid "Add a new capability"
91
  msgstr "Nieuw recht toevoegen"
92
 
93
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-groups-add.php:55
94
  msgid "Add a new group"
95
  msgstr "Nieuwe groep toevoegen"
96
 
97
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-options.php:56
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
98
  msgid "Administer Groups"
99
  msgstr "Beheer groepen"
100
 
101
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-options.php:57
102
  msgid "Administer Groups plugin options"
103
  msgstr "Beheer Groep plugin opties"
104
 
105
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-options.php:172
106
  msgid "Administrator Access Override"
107
  msgstr "Beheer overschrijving van toegang"
108
 
109
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-options.php:176
110
- msgid "Administrators override all access permissions derived from Groups capabilities."
 
 
111
  msgstr "Beheerders kunnen alle toegangsrechten van Groepen overschrijven."
112
 
113
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-groups.php:282
114
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-groups.php:296
115
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-capabilities.php:279
116
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-capabilities.php:293
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
117
  msgid "Apply"
118
  msgstr "Toepassen"
119
 
120
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-groups.php:332
121
- msgid "Apply capability to selected groups:"
122
- msgstr "Recht toepassen op geselecteerde groepen:"
 
 
 
 
 
 
 
123
 
124
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-options.php:282
125
  msgid ""
126
- "CAUTION: If this option is active while the plugin is deactivated, ALL plugin "
127
- "settings and data will be DELETED for <strong>all sites</strong>. If you are going to "
128
- "use this option, now would be a good time to make a backup. By enabling this option "
129
- "you agree to be solely responsible for any loss of data or any other consequences "
130
- "thereof."
131
  msgstr ""
132
 
133
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-options.php:230
134
  msgid ""
135
- "CAUTION: If this option is active while the plugin is deactivated, ALL plugin "
136
- "settings and data will be DELETED. If you are going to use this option, now would be "
137
- "a good time to make a backup. By enabling this option you agree to be solely "
138
- "responsible for any loss of data or any other consequences thereof."
 
139
  msgstr ""
140
 
141
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-groups-edit.php:91
142
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-groups-remove.php:62
143
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-capabilities-remove.php:62
144
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-groups-add.php:81
145
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-capabilities-add.php:68
146
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-capabilities-edit.php:75
 
 
147
  msgid "Cancel"
148
  msgstr "Annuleren"
149
 
150
- #: /var/www/groups/wp-content/plugins/groups/lib/core/class-groups-help.php:65
151
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-groups.php:263
152
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/class-groups-admin.php:117
153
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-capabilities.php:166
 
 
154
  msgid "Capabilities"
155
  msgstr "Rechten"
156
 
157
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-capabilities.php:259
158
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-capabilities.php:274
159
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-capabilities-add.php:55
160
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-capabilities-edit.php:62
 
 
 
 
161
  msgid "Capability"
162
  msgstr "Recht"
163
 
164
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-capabilities-remove.php:57
165
  #, php-format
166
  msgid "Capability : %s"
167
  msgstr "Recht: %s"
168
 
169
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-capabilities.php:272
170
- msgid "Capability Id"
171
- msgstr "Recht Id"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
172
 
173
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-groups.php:283
174
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-capabilities.php:280
175
  msgid "Clear"
176
  msgstr "Reset"
177
 
178
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-capabilities.php:172
179
  msgid "Click to add a new capability"
180
  msgstr "Klik om een nieuw recht toe te voegen"
181
 
182
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-groups.php:174
183
  msgid "Click to add a new group"
184
  msgstr "Klik om een nieuwe groep toevoegen"
185
 
186
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-options.php:222
 
 
 
 
 
 
 
 
187
  msgid "Deactivation and data persistence"
188
  msgstr "Deactivatie en blijvendheid van data "
189
 
190
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-options.php:279
191
  msgid "Delete all Groups plugin data for ALL sites on network deactivation"
192
- msgstr "Verwijder alle Groups plugin data voor ALLE sites bij netwerk deactivatie"
 
193
 
194
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-options.php:226
195
  msgid "Delete all Groups plugin data on deactivation"
196
  msgstr "Verwijder alle Groups plugin data bij deactivatie"
197
 
198
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-groups-edit.php:83
199
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-groups.php:262
200
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-groups-add.php:73
201
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-capabilities.php:260
202
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-capabilities-add.php:60
203
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-capabilities-edit.php:67
204
  msgid "Description"
205
  msgstr "Beschrijving"
206
 
207
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-groups.php:264
208
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-groups.php:406
209
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-capabilities.php:261
210
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-capabilities.php:387
 
 
 
 
 
 
 
 
 
211
  msgid "Edit"
212
  msgstr "Bewerk"
213
 
214
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-capabilities-edit.php:53
215
  msgid "Edit a capability"
216
  msgstr "Bewerk een mogelijkheid"
217
 
218
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-groups-edit.php:64
219
  msgid "Edit a group"
220
  msgstr "Bewerk een groep"
221
 
222
- #: /var/www/groups/wp-content/plugins/groups/lib/access/class-groups-access-meta-boxes.php:98
 
 
 
 
 
 
 
 
 
 
 
223
  msgid "Enforce read access"
224
  msgstr "Leestoegang afdwingen"
225
 
226
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-groups.php:272
227
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-capabilities.php:269
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
228
  msgid "Filters"
229
  msgstr "Filters"
230
 
231
- #: /var/www/groups/wp-content/plugins/groups/lib/core/class-groups-help.php:113
232
  msgid ""
233
- "For consulting and development services related to Groups go <a href=\"http://www."
234
- "itthinx.com/contact/\" target=\"_blank\">here</a>."
235
  msgstr ""
236
 
237
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/class-groups-admin-users.php:82
238
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-groups.php:261
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
239
  msgid "Group"
240
  msgstr "Groep"
241
 
242
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-groups.php:275
243
- msgid "Group Id"
244
- msgstr "Groep Id"
 
 
 
 
245
 
246
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-groups.php:277
247
  msgid "Group Name"
248
  msgstr "Groepnaam"
249
 
250
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-groups-remove.php:57
251
  #, php-format
252
  msgid "Group Name : %s"
253
  msgstr "Groepnaam: %s"
254
 
255
- #: /var/www/groups/wp-content/plugins/groups/lib/core/class-groups-help.php:57
256
- #: /var/www/groups/wp-content/plugins/groups/lib/core/class-groups-help.php:62
257
- #: /var/www/groups/wp-content/plugins/groups/lib/core/class-groups-help.php:63
258
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/class-groups-admin-users.php:152
259
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-groups.php:168
260
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/class-groups-admin.php:86
261
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/class-groups-admin.php:87
262
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/class-groups-admin.php:153
263
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/class-groups-admin.php:154
 
 
264
  msgid "Groups"
265
  msgstr "Groepen"
266
 
267
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/class-groups-admin.php:116
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
268
  msgid "Groups Capabilities"
269
  msgstr "Groep mogelijkheden"
270
 
271
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-options.php:254
 
 
 
 
272
  msgid "Groups network options"
273
  msgstr "Groepen netwerk opties"
274
 
275
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-options.php:50
276
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/class-groups-admin.php:129
277
  msgid "Groups options"
278
  msgstr "Groepopties"
279
 
280
- #: /var/www/groups/wp-content/plugins/groups/lib/core/class-groups-help.php:86
281
  msgid ""
282
- "Here you can <strong>add</strong>, <strong>edit</strong> and <strong>remove</strong> "
283
- "groups."
 
 
 
 
 
 
 
284
  msgstr ""
285
- "Hier kun groepen worden <strong>toegevoegd</strong>, <strong>bewerkt</strong> en "
286
- "verwijderd</strong>."
287
 
288
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-groups.php:260
289
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-capabilities.php:258
290
- msgid "Id"
291
- msgstr "Id"
 
 
 
292
 
293
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-options.php:218
294
  msgid "If you lock yourself out, please ask an administrator to help."
295
  msgstr "Als je jezelf hebt uitgesloten vraag dan de beheerder om hulp."
296
 
297
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-options.php:183
298
  msgid ""
299
- "Include these capabilities to enforce read access on posts. The selected capabilities "
300
- "will be offered to restrict access to posts."
 
 
301
  msgstr ""
302
 
303
- #: /var/www/groups/wp-content/plugins/groups/lib/views/class-groups-shortcodes.php:344
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
304
  msgid "Join the %s group"
305
  msgstr "Deelnemen aan groep %s"
306
 
307
- #: /var/www/groups/wp-content/plugins/groups/lib/views/class-groups-shortcodes.php:428
 
308
  msgid "Leave the %s group"
309
  msgstr "Verlaat de groep %s"
310
 
311
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-groups-edit.php:73
312
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-groups-add.php:63
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
313
  msgid "Name"
314
  msgstr "Naam"
315
 
316
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-options.php:276
317
  msgid "Network deactivation and data persistence"
318
  msgstr "Netwerk deactivatie en blijvendheid van data "
319
 
320
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-capabilities.php:172
321
  msgid "New Capability"
322
  msgstr "Nieuw recht"
323
 
324
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-groups.php:174
 
 
 
 
325
  msgid "New Group"
326
  msgstr "Nieuwe groep"
327
 
328
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-capabilities-remove.php:37
329
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-capabilities-edit.php:37
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
330
  msgid "No such capability."
331
  msgstr "Dit recht bestaat niet"
332
 
333
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-groups-edit.php:37
334
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-groups-remove.php:37
335
  msgid "No such group."
336
  msgstr "Deze groep bestaat niet"
337
 
338
- #: /var/www/groups/wp-content/plugins/groups/lib/access/class-groups-access-meta-boxes.php:118
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
339
  msgid ""
340
- "Only groups or users that have one of the selected capabilities are allowed to read "
341
- "this %s."
342
  msgstr ""
343
- "Alleen groepen of gebruikers met één van de geselecteerde rechten kunnen dit / deze "
344
- "%s lezen."
345
 
346
- #: /var/www/groups/wp-content/plugins/groups/lib/core/class-groups-help.php:64
347
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/class-groups-admin.php:130
348
  msgid "Options"
349
  msgstr "Opties"
350
 
351
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-groups-edit.php:78
352
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-groups-add.php:68
 
 
 
 
353
  msgid "Parent"
354
  msgstr "Ouder"
355
 
356
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-options.php:212
 
 
 
 
357
  msgid "Permissions"
358
  msgstr "Toestemmingen"
359
 
360
- #: /var/www/groups/wp-content/plugins/groups/lib/access/class-groups-access-meta-boxes.php:87
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
361
  msgid "Post"
362
  msgstr "Bericht"
363
 
364
- #: /var/www/groups/wp-content/plugins/groups/lib/access/class-groups-post-access.php:44
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
365
  msgid "Read Post"
366
  msgstr "Lees bericht"
367
 
368
- #: /var/www/groups/wp-content/plugins/groups/lib/auto/class-groups-registered.php:59
 
 
 
 
 
 
 
 
 
 
 
 
 
369
  msgid "Registered"
370
  msgstr "Geregistreerd"
371
 
372
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/class-groups-admin-users.php:78
373
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-groups-remove.php:60
374
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-groups.php:265
375
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-groups.php:335
376
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-groups.php:411
377
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-capabilities-remove.php:60
378
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-capabilities.php:262
379
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-capabilities.php:392
380
  msgid "Remove"
381
  msgstr "Verwijder"
382
 
383
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-capabilities-remove.php:50
384
  msgid "Remove a capability"
385
  msgstr "Verwijder mogelijkheid"
386
 
387
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-groups-remove.php:50
388
  msgid "Remove a group"
389
  msgstr "Verwijder een groep"
390
 
391
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-groups.php:293
392
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-capabilities.php:290
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
393
  msgid "Results per page"
394
  msgstr "Resultaten per page"
395
 
396
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-options.php:129
397
  msgid "Role"
398
  msgstr "Rol"
399
 
400
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-options.php:236
401
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-options.php:286
402
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-groups-edit.php:89
403
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-capabilities-edit.php:73
 
404
  msgid "Save"
405
  msgstr "Opslaan"
406
 
407
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-options.php:208
 
 
 
 
 
 
 
 
 
 
 
 
408
  msgid "Show the Groups tree view."
409
  msgstr "Toon de groepen in boomweergave"
410
 
411
- #: /var/www/groups/wp-content/plugins/groups/lib/core/class-groups-help.php:111
412
- msgid ""
413
- "Thank you for using <a href=\"http://www.itthinx.com/plugins/groups\" target=\"_blank"
414
- "\">Groups</a> by <a href=\"http://www.itthinx.com\" target=\"_blank\">itthinx</a>."
 
 
 
415
  msgstr ""
416
- "Bedankt voor het gebruiken van <a href=\"http://www.itthinx.com/plugins/groups\" "
417
- "target=\"_blank\">Groups</a> door <a href=\"http://www.itthinx.com\" target=\"_blank"
 
 
 
418
  "\">itthinx</a>."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
419
 
420
- #: /var/www/groups/wp-content/plugins/groups/lib/core/class-groups-help.php:81
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
421
  msgid ""
422
- "The complete documentation is available on the <a href=\"http://www.itthinx.com/"
423
- "plugins/groups\" target=\"_blank\">Groups plugin page</a>"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
424
  msgstr ""
425
- "De complete handleiding is te lezen op de <a href=\"http://www.itthinx.com/plugins/"
426
- "groups\" target=\"_blank\">Groups plugin pagina</a>"
427
 
428
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-groups.php:418
429
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-capabilities.php:399
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
430
  msgid "There are no results."
431
  msgstr "Er zijn geen resultaten"
432
 
433
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-options.php:213
 
 
 
 
 
 
 
 
 
 
 
 
 
 
434
  msgid ""
435
- "These permissions apply to Groups management. They do not apply to access permissions "
436
- "derived from Groups capabilities."
437
  msgstr ""
438
 
439
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-groups.php:401
440
  msgid "This group has no capabilities."
441
  msgstr "Deze groep heeft geen rechten"
442
 
443
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/class-groups-admin.php:102
444
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/class-groups-admin.php:103
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
445
  msgid "Tree"
446
  msgstr "Boomweergave"
447
 
448
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-tree-view.php:40
449
  msgid "Tree of Groups"
450
  msgstr "Boom van Groepen"
451
 
452
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/groups-admin-options.php:204
453
  msgid "Tree view"
454
  msgstr "Boom"
455
 
456
- #: /var/www/groups/wp-content/plugins/groups/lib/views/class-groups-shortcodes.php:402
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
457
  #, php-format
458
  msgid "You are a member of the %s group."
459
  msgstr "Je bent lid van de groep %s."
460
 
461
- #: /var/www/groups/wp-content/plugins/groups/lib/core/class-groups-help.php:115
462
- msgid "You can also support the project:"
463
- msgstr "Je kunt ook het project steunen:"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
464
 
465
- #: /var/www/groups/wp-content/plugins/groups/lib/views/class-groups-shortcodes.php:397
 
 
 
 
 
 
 
 
 
466
  #, php-format
467
  msgid "You have joined the %s group."
468
  msgstr "Je bent aangemeld bij de groep %s."
469
 
470
- #: /var/www/groups/wp-content/plugins/groups/lib/views/class-groups-shortcodes.php:473
471
  #, php-format
472
  msgid "You have left the %s group."
473
  msgstr "Je hebt de groep %s verlaten."
474
 
475
- #: /var/www/groups/wp-content/plugins/groups/lib/admin/class-groups-admin-users.php:80
476
- msgid "selected to / from group:"
477
- msgstr "Select naar / van groep:"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  msgstr ""
5
  "Project-Id-Version: Groups 1.2.5\n"
6
  "Report-Msgid-Bugs-To: \n"
7
+ "POT-Creation-Date: 2017-04-03 21:55+0200\n"
8
+ "PO-Revision-Date: 2017-04-03 21:55+0200\n"
9
  "Last-Translator: Carsten <carsten@presis.nl>\n"
10
  "Language-Team: \n"
11
  "Language: nl_NL\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 1.8.12\n"
18
 
19
+ #: lib/core/class-groups-pagination.php:140
20
  #, php-format
21
  msgctxt "paging"
22
  msgid "%1$s of %2$s"
23
  msgstr "%1$s van %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 ""
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 ""
34
+
35
+ #: lib/admin/class-groups-admin-users.php:374
36
  msgid "--"
37
  msgstr "--"
38
 
39
+ #: lib/core/class-groups-pagination.php:96
40
+ #, php-format
41
+ msgid "1 item"
42
+ msgid_plural "%s items"
43
+ msgstr[0] ""
44
+ msgstr[1] ""
45
+
46
+ #: legacy/admin/class-groups-admin-post-columns-legacy.php:76
47
+ #, php-format
48
+ msgid "<span title=\"%s\">Access Restrictions</span>"
49
+ msgstr ""
50
+
51
+ #: lib/admin/groups-admin-capabilities-remove.php:145
52
+ #: lib/admin/groups-admin-groups-remove.php:149
53
+ #, php-format
54
+ msgid "<strong>%s</strong>"
55
+ msgstr ""
56
+
57
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:164
58
+ msgid ""
59
+ "<sup>*</sup> For each capability, the groups that have the capability "
60
+ "assigned are shown within parenthesis. You can choose a capability by typing "
61
+ "part of the group's or the capability's name."
62
+ msgstr ""
63
+
64
+ #: lib/admin/groups-admin-capabilities.php:126
65
+ msgid "A Duck!"
66
+ msgstr ""
67
+
68
+ #: lib/admin/groups-admin-options.php:271
69
  msgid "A minimum set of permissions will be preserved."
70
  msgstr "Een minimale set van rechten zal worden behouden."
71
 
72
+ #: lib/admin/groups-admin-options.php:50
73
  msgid "Access Groups"
74
  msgstr "Toegangsgroepen"
75
 
76
+ #: legacy/admin/class-groups-admin-posts-legacy.php:181
77
+ msgid "Access Restrictions"
78
+ msgstr ""
79
+
80
+ #: lib/admin/groups-admin-capabilities-add.php:34
81
+ #: lib/admin/groups-admin-capabilities-add.php:89
82
+ #: lib/admin/groups-admin-capabilities-add.php:93
83
+ #: lib/admin/groups-admin-capabilities-edit.php:35
84
+ #: lib/admin/groups-admin-capabilities-edit.php:96
85
+ #: lib/admin/groups-admin-capabilities-edit.php:100
86
+ #: lib/admin/groups-admin-capabilities-remove.php:35
87
+ #: lib/admin/groups-admin-capabilities-remove.php:83
88
+ #: lib/admin/groups-admin-capabilities-remove.php:87
89
+ #: lib/admin/groups-admin-capabilities-remove.php:110
90
+ #: lib/admin/groups-admin-capabilities-remove.php:175
91
+ #: lib/admin/groups-admin-capabilities-remove.php:179
92
+ #: lib/admin/groups-admin-capabilities.php:48
93
+ #: lib/admin/groups-admin-capabilities.php:141
94
+ #: lib/admin/groups-admin-capabilities.php:172
95
+ #: lib/admin/groups-admin-capabilities.php:178
96
+ #: lib/admin/groups-admin-groups-add.php:36
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
105
+ #: lib/admin/groups-admin-groups-remove.php:110
106
+ #: lib/admin/groups-admin-groups-remove.php:177
107
+ #: lib/admin/groups-admin-groups-remove.php:181
108
+ #: lib/admin/groups-admin-groups.php:49 lib/admin/groups-admin-groups.php:148
109
+ #: lib/admin/groups-admin-groups.php:179 lib/admin/groups-admin-groups.php:185
110
+ #: lib/admin/groups-admin-options.php:39 lib/admin/groups-admin-options.php:319
111
+ #: lib/admin/groups-admin-tree-view.php:37 lib/test/groups-tests.php:385
112
+ #: lib/test/groups-tests.php:391
113
  msgid "Access denied."
114
  msgstr "Geen toegang."
115
 
116
+ #: lib/admin/groups-admin-options.php:216
117
  msgid "Access restricions"
118
  msgstr "Toegangsrestricties"
119
 
120
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:97
121
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:107
122
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:121
123
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:124
124
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:592
125
  msgid "Access restrictions"
126
  msgstr "Toegangsrestricties"
127
 
128
+ #: legacy/admin/class-groups-admin-posts-legacy.php:124
129
+ #: legacy/admin/class-groups-admin-posts-legacy.php:125
130
+ msgid "Access restrictions &hellip;"
131
+ msgstr ""
132
+
133
+ #: lib/admin/groups-admin-capabilities-add.php:68
134
+ #: lib/admin/groups-admin-capabilities.php:201
135
+ #: lib/admin/groups-admin-groups-add.php:119
136
+ #: lib/admin/groups-admin-groups.php:207
137
  msgid "Add"
138
  msgstr "Toevoegen"
139
 
140
+ #: lib/admin/groups-admin-capabilities-add.php:50
141
  msgid "Add a new capability"
142
  msgstr "Nieuw recht toevoegen"
143
 
144
+ #: lib/admin/groups-admin-groups-add.php:59
145
  msgid "Add a new group"
146
  msgstr "Nieuwe groep toevoegen"
147
 
148
+ #: lib/admin/groups-admin-groups.php:382
149
+ msgid "Add capability"
150
+ msgstr ""
151
+
152
+ #: legacy/admin/class-groups-admin-posts-legacy.php:185
153
+ #: lib/admin/class-groups-admin-posts.php:208
154
+ msgid "Add restriction"
155
+ msgstr ""
156
+
157
+ #: lib/admin/class-groups-admin-users.php:212
158
+ msgid "Add to group"
159
+ msgstr ""
160
+
161
+ #: lib/admin/class-groups-admin-welcome.php:234
162
+ #: lib/admin/class-groups-admin.php:221 lib/admin/groups-admin-add-ons.php:32
163
+ msgid "Add-Ons"
164
+ msgstr ""
165
+
166
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:150
167
+ msgid ""
168
+ "Adding the group and capability manually and enabling it for access "
169
+ "restriction"
170
+ msgstr ""
171
+
172
+ #: lib/admin/groups-admin-options.php:51
173
  msgid "Administer Groups"
174
  msgstr "Beheer groepen"
175
 
176
+ #: lib/admin/groups-admin-options.php:52
177
  msgid "Administer Groups plugin options"
178
  msgstr "Beheer Groep plugin opties"
179
 
180
+ #: lib/admin/groups-admin-options.php:208
181
  msgid "Administrator Access Override"
182
  msgstr "Beheer overschrijving van toegang"
183
 
184
+ #: lib/admin/groups-admin-options.php:212
185
+ msgid ""
186
+ "Administrators override all access permissions derived from Groups "
187
+ "capabilities."
188
  msgstr "Beheerders kunnen alle toegangsrechten van Groepen overschrijven."
189
 
190
+ #: lib/admin/class-groups-admin-posts.php:165
191
+ msgid "Also look for groups related to terms"
192
+ msgstr ""
193
+
194
+ #: lib/admin/class-groups-admin-welcome.php:187
195
+ msgid ""
196
+ "And you can now filter the list of users by one or multiple groups with one "
197
+ "convenient field."
198
+ msgstr ""
199
+
200
+ #: lib/admin/class-groups-admin-welcome.php:185
201
+ msgid ""
202
+ "Another improvement is better filtering by groups and a reduced footprint on "
203
+ "the Users admin screen."
204
+ msgstr ""
205
+
206
+ #: lib/access/class-groups-access-meta-boxes.php:209
207
+ #: lib/access/class-groups-access-meta-boxes.php:210
208
+ #: lib/access/class-groups-access-meta-boxes.php:443
209
+ #: lib/access/class-groups-access-meta-boxes.php:444
210
+ msgid "Anyone &hellip;"
211
+ msgstr ""
212
+
213
+ #: lib/admin/class-groups-admin-users.php:215
214
+ #: lib/admin/groups-admin-capabilities.php:334
215
+ #: lib/admin/groups-admin-capabilities.php:360
216
+ #: lib/admin/groups-admin-capabilities.php:374
217
+ #: lib/admin/groups-admin-groups.php:323 lib/admin/groups-admin-groups.php:349
218
+ #: lib/admin/groups-admin-groups.php:385
219
  msgid "Apply"
220
  msgstr "Toepassen"
221
 
222
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:160
223
+ msgid ""
224
+ "Become a member of the <em>Premium</em> group - this is required so you can "
225
+ "choose the <em>premium</em> capability to restrict access to a post."
226
+ msgstr ""
227
+
228
+ #: lib/admin/groups-admin-capabilities.php:371
229
+ #: lib/admin/groups-admin-groups.php:380
230
+ msgid "Bulk Actions"
231
+ msgstr ""
232
 
233
+ #: lib/admin/groups-admin-options.php:353
234
  msgid ""
235
+ "CAUTION: If this option is active while the plugin is deactivated, ALL "
236
+ "plugin settings and data will be DELETED for <strong>all sites</strong>. If "
237
+ "you are going to use this option, now would be a good time to make a backup. "
238
+ "By enabling this option you agree to be solely responsible for any loss of "
239
+ "data or any other consequences thereof."
240
  msgstr ""
241
 
242
+ #: lib/admin/groups-admin-options.php:285
243
  msgid ""
244
+ "CAUTION: If this option is active while the plugin is deactivated, ALL "
245
+ "plugin settings and data will be DELETED. If you are going to use this "
246
+ "option, now would be a good time to make a backup. By enabling this option "
247
+ "you agree to be solely responsible for any loss of data or any other "
248
+ "consequences thereof."
249
  msgstr ""
250
 
251
+ #: lib/admin/groups-admin-capabilities-add.php:70
252
+ #: lib/admin/groups-admin-capabilities-edit.php:79
253
+ #: lib/admin/groups-admin-capabilities-remove.php:64
254
+ #: lib/admin/groups-admin-capabilities-remove.php:150
255
+ #: lib/admin/groups-admin-groups-add.php:121
256
+ #: lib/admin/groups-admin-groups-edit.php:160
257
+ #: lib/admin/groups-admin-groups-remove.php:64
258
+ #: lib/admin/groups-admin-groups-remove.php:154
259
  msgid "Cancel"
260
  msgstr "Annuleren"
261
 
262
+ #: legacy/admin/groups-admin-options-legacy.php:59
263
+ #: lib/admin/class-groups-admin.php:195
264
+ #: lib/admin/groups-admin-capabilities.php:192
265
+ #: lib/admin/groups-admin-groups-add.php:97
266
+ #: lib/admin/groups-admin-groups-edit.php:117
267
+ #: lib/admin/groups-admin-groups.php:306 lib/core/class-groups-help.php:71
268
  msgid "Capabilities"
269
  msgstr "Rechten"
270
 
271
+ #: lib/admin/groups-admin-groups.php:361 lib/admin/groups-admin-groups.php:362
272
+ msgid "Capabilities &hellip;"
273
+ msgstr ""
274
+
275
+ #: lib/admin/groups-admin-capabilities-add.php:57
276
+ #: lib/admin/groups-admin-capabilities-edit.php:66
277
+ #: lib/admin/groups-admin-capabilities.php:314
278
+ #: lib/admin/groups-admin-capabilities.php:330
279
  msgid "Capability"
280
  msgstr "Recht"
281
 
282
+ #: lib/admin/groups-admin-capabilities-remove.php:59
283
  #, php-format
284
  msgid "Capability : %s"
285
  msgstr "Recht: %s"
286
 
287
+ #: lib/admin/groups-admin-capabilities.php:326
288
+ msgid "Capability ID"
289
+ msgstr ""
290
+
291
+ #: lib/admin/class-groups-admin-posts.php:221
292
+ #: lib/admin/class-groups-admin-posts.php:222
293
+ msgid "Choose access restriction groups &hellip;"
294
+ msgstr ""
295
+
296
+ #: legacy/admin/class-groups-admin-posts-legacy.php:195
297
+ #: legacy/admin/class-groups-admin-posts-legacy.php:196
298
+ msgid "Choose access restrictions &hellip;"
299
+ msgstr ""
300
+
301
+ #: lib/admin/groups-admin-groups-add.php:100
302
+ #: lib/admin/groups-admin-groups-edit.php:120
303
+ msgid "Choose capabilities &hellip;"
304
+ msgstr ""
305
+
306
+ #: lib/admin/class-groups-admin-user-profile.php:80
307
+ #: lib/admin/class-groups-admin-user-profile.php:81
308
+ #: lib/admin/class-groups-admin-user-profile.php:167
309
+ #: lib/admin/class-groups-admin-user-profile.php:168
310
+ #: lib/admin/class-groups-admin-users.php:190
311
+ #: lib/admin/class-groups-admin-users.php:191
312
+ #: lib/admin/class-groups-admin-users.php:251
313
+ #: lib/admin/class-groups-admin-users.php:252
314
+ msgid "Choose groups &hellip;"
315
+ msgstr ""
316
+
317
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:214
318
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:541
319
+ msgid ""
320
+ "Choose one or more capabilities to restrict access. Groups that grant access "
321
+ "through the capabilities are shown in parenthesis. If no capabilities are "
322
+ "available yet, you can use the quick-create box to create a group and "
323
+ "capability enabled for access restriction on the fly."
324
+ msgstr ""
325
+
326
+ #: lib/access/class-groups-access-meta-boxes.php:136
327
+ msgid ""
328
+ "Choose or enter <em>Premium</em> in the <em>Read</em> field located in the "
329
+ "<em>Groups</em> box and save or update the post (or hit Enter)."
330
+ msgstr ""
331
 
332
+ #: lib/admin/groups-admin-capabilities.php:335
333
+ #: lib/admin/groups-admin-groups.php:324
334
  msgid "Clear"
335
  msgstr "Reset"
336
 
337
+ #: lib/admin/groups-admin-capabilities.php:196
338
  msgid "Click to add a new capability"
339
  msgstr "Klik om een nieuw recht toe te voegen"
340
 
341
+ #: lib/admin/groups-admin-groups.php:202
342
  msgid "Click to add a new group"
343
  msgstr "Klik om een nieuwe groep toevoegen"
344
 
345
+ #: lib/admin/groups-admin-capabilities.php:212
346
+ msgid "Click to refresh capabilities"
347
+ msgstr ""
348
+
349
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:274
350
+ msgid "Click to toggle the display of groups that grant the capabilities."
351
+ msgstr ""
352
+
353
+ #: lib/admin/groups-admin-options.php:277
354
  msgid "Deactivation and data persistence"
355
  msgstr "Deactivatie en blijvendheid van data "
356
 
357
+ #: lib/admin/groups-admin-options.php:350
358
  msgid "Delete all Groups plugin data for ALL sites on network deactivation"
359
+ msgstr ""
360
+ "Verwijder alle Groups plugin data voor ALLE sites bij netwerk deactivatie"
361
 
362
+ #: lib/admin/groups-admin-options.php:281
363
  msgid "Delete all Groups plugin data on deactivation"
364
  msgstr "Verwijder alle Groups plugin data bij deactivatie"
365
 
366
+ #: lib/admin/groups-admin-capabilities-add.php:62
367
+ #: lib/admin/groups-admin-capabilities-edit.php:71
368
+ #: lib/admin/groups-admin-capabilities.php:315
369
+ #: lib/admin/groups-admin-groups-add.php:83
370
+ #: lib/admin/groups-admin-groups-edit.php:93
371
+ #: lib/admin/groups-admin-groups.php:305
372
  msgid "Description"
373
  msgstr "Beschrijving"
374
 
375
+ #: lib/admin/groups-admin-options.php:245
376
+ msgid ""
377
+ "Disabling this setting for a post type does not remove existing access "
378
+ "restrictions on individual posts of that type."
379
+ msgstr ""
380
+
381
+ #: lib/admin/class-groups-admin-welcome.php:144
382
+ #: lib/admin/class-groups-admin-welcome.php:145
383
+ msgid "Dismiss"
384
+ msgstr ""
385
+
386
+ #: lib/admin/groups-admin-capabilities.php:449
387
+ #: lib/admin/groups-admin-groups.php:460
388
  msgid "Edit"
389
  msgstr "Bewerk"
390
 
391
+ #: lib/admin/groups-admin-capabilities-edit.php:56
392
  msgid "Edit a capability"
393
  msgstr "Bewerk een mogelijkheid"
394
 
395
+ #: lib/admin/groups-admin-groups-edit.php:68
396
  msgid "Edit a group"
397
  msgstr "Bewerk een groep"
398
 
399
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:161
400
+ msgid ""
401
+ "Edit the post for which you want to restrict access and choose<sup>*</sup> "
402
+ "the <em>premium</em> capability."
403
+ msgstr ""
404
+
405
+ #: lib/admin/groups-admin-options.php:294
406
+ msgid "Enable legacy access control based on capabilities."
407
+ msgstr ""
408
+
409
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:204
410
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:505
411
  msgid "Enforce read access"
412
  msgstr "Leestoegang afdwingen"
413
 
414
+ #: lib/admin/groups-admin-options.php:191
415
+ msgid ""
416
+ "Enhanced functionality is available via official <a href=\"http://www."
417
+ "itthinx.com/shop/\">Extensions</a> for Groups."
418
+ msgstr ""
419
+
420
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:143
421
+ msgid ""
422
+ "Enter <em>Premium</em> in the quick-create field located in the Access "
423
+ "restrictions panel and save or update the post (or hit Enter)."
424
+ msgstr ""
425
+
426
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:135
427
+ #: lib/access/class-groups-access-meta-boxes.php:130
428
+ msgid "Example:"
429
+ msgstr ""
430
+
431
+ #: lib/admin/class-groups-admin-users.php:275
432
+ msgid "Filter"
433
+ msgstr ""
434
+
435
+ #: lib/admin/groups-admin-capabilities.php:324
436
+ #: lib/admin/groups-admin-groups.php:315
437
  msgid "Filters"
438
  msgstr "Filters"
439
 
440
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:157
441
  msgid ""
442
+ "Go to <strong>Groups > Capabilities</strong> and add the <em>premium</em> "
443
+ "capability."
444
  msgstr ""
445
 
446
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:156
447
+ msgid ""
448
+ "Go to <strong>Groups > Groups</strong> and add the <em>Premium</em> group."
449
+ msgstr ""
450
+
451
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:158
452
+ msgid ""
453
+ "Go to <strong>Groups > Groups</strong> and assign the <em>premium</em> "
454
+ "capability to the <em>Premium</em> group."
455
+ msgstr ""
456
+
457
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:159
458
+ msgid ""
459
+ "Go to <strong>Groups > Options</strong> and enable the <em>premium</em> "
460
+ "capability to restrict access."
461
+ msgstr ""
462
+
463
+ #: lib/admin/groups-admin-groups.php:304
464
  msgid "Group"
465
  msgstr "Groep"
466
 
467
+ #: lib/admin/class-groups-admin-users.php:211
468
+ msgid "Group Actions"
469
+ msgstr ""
470
+
471
+ #: lib/admin/groups-admin-groups.php:316
472
+ msgid "Group ID"
473
+ msgstr ""
474
 
475
+ #: lib/admin/groups-admin-groups.php:319
476
  msgid "Group Name"
477
  msgstr "Groepnaam"
478
 
479
+ #: lib/admin/groups-admin-groups-remove.php:59
480
  #, php-format
481
  msgid "Group Name : %s"
482
  msgstr "Groepnaam: %s"
483
 
484
+ #: lib/access/class-groups-access-meta-boxes.php:112
485
+ #: lib/access/class-groups-access-meta-boxes.php:115
486
+ #: lib/access/class-groups-access-meta-boxes.php:471
487
+ #: lib/admin/class-groups-admin-posts.php:204
488
+ #: lib/admin/class-groups-admin-user-profile.php:72
489
+ #: lib/admin/class-groups-admin-user-profile.php:133
490
+ #: lib/admin/class-groups-admin-user-profile.php:157
491
+ #: lib/admin/class-groups-admin-users.php:347
492
+ #: lib/admin/class-groups-admin.php:244 lib/admin/class-groups-admin.php:245
493
+ #: lib/admin/class-groups-admin.php:274 lib/core/class-groups-help.php:63
494
+ #: lib/core/class-groups-help.php:68 lib/core/class-groups-help.php:69
495
  msgid "Groups"
496
  msgstr "Groepen"
497
 
498
+ #: lib/admin/class-groups-admin-post-columns.php:93
499
+ msgctxt "Column header"
500
+ msgid "Groups"
501
+ msgstr ""
502
+
503
+ #: lib/access/class-groups-access-meta-boxes.php:98
504
+ msgctxt "Meta box title"
505
+ msgid "Groups"
506
+ msgstr ""
507
+
508
+ #: lib/admin/class-groups-admin.php:140
509
+ msgctxt "menu item title"
510
+ msgid "Groups"
511
+ msgstr ""
512
+
513
+ #: lib/admin/class-groups-admin.php:158 lib/admin/groups-admin-groups.php:199
514
+ msgctxt "page-title"
515
+ msgid "Groups"
516
+ msgstr ""
517
+
518
+ #: lib/admin/class-groups-admin-welcome.php:202
519
+ #, php-format
520
+ msgid ""
521
+ "Groups %s features a simpler model for access restrictions based on groups "
522
+ "instead of capabilities used in previous versions."
523
+ msgstr ""
524
+
525
+ #: lib/admin/class-groups-admin-posts.php:136
526
+ #: lib/admin/class-groups-admin-posts.php:137
527
+ msgid "Groups &hellip;"
528
+ msgstr ""
529
+
530
+ #: lib/admin/class-groups-admin.php:220
531
+ msgid "Groups Add-Ons"
532
+ msgstr ""
533
+
534
+ #: lib/admin/class-groups-admin.php:194
535
  msgid "Groups Capabilities"
536
  msgstr "Groep mogelijkheden"
537
 
538
+ #: lib/admin/groups-admin-options.php:131
539
+ msgid "Groups Options"
540
+ msgstr ""
541
+
542
+ #: lib/admin/groups-admin-options.php:325
543
  msgid "Groups network options"
544
  msgstr "Groepen netwerk opties"
545
 
546
+ #: lib/admin/class-groups-admin.php:207
 
547
  msgid "Groups options"
548
  msgstr "Groepopties"
549
 
550
+ #: lib/core/class-groups-help.php:92
551
  msgid ""
552
+ "Here you can <strong>add</strong>, <strong>edit</strong> and <strong>remove</"
553
+ "strong> groups."
554
+ msgstr ""
555
+ "Hier kun groepen worden <strong>toegevoegd</strong>, <strong>bewerkt</"
556
+ "strong> en verwijderd</strong>."
557
+
558
+ #: lib/admin/groups-admin-capabilities.php:313
559
+ #: lib/admin/groups-admin-groups.php:303
560
+ msgid "ID"
561
  msgstr ""
 
 
562
 
563
+ #: lib/admin/class-groups-admin-welcome.php:221
564
+ msgid ""
565
+ "If you had any access restrictions in place based on capabilities, the "
566
+ "entries will now be unprotected, unless you enable legacy access "
567
+ "restrictions or place appropriate access restrictions based on groups on the "
568
+ "desired entries."
569
+ msgstr ""
570
 
571
+ #: lib/admin/groups-admin-options.php:273
572
  msgid "If you lock yourself out, please ask an administrator to help."
573
  msgstr "Als je jezelf hebt uitgesloten vraag dan de beheerder om hulp."
574
 
575
+ #: lib/admin/class-groups-admin-welcome.php:225
576
  msgid ""
577
+ "If you would like to switch to access restrictions based on groups "
578
+ "(recommended) instead of capabilities, you can easily do so by setting the "
579
+ "appropriate groups on your protected posts, pages and other entries to "
580
+ "restrict access."
581
  msgstr ""
582
 
583
+ #: lib/admin/class-groups-admin-welcome.php:155
584
+ msgid "Important"
585
+ msgstr ""
586
+
587
+ #: lib/admin/class-groups-admin-welcome.php:180
588
+ msgid "Improved User Interface"
589
+ msgstr ""
590
+
591
+ #: lib/access/class-groups-access-meta-boxes.php:140
592
+ msgid ""
593
+ "In the same field, you can create a new group and restrict access. Group "
594
+ "names are case-sensitive. In order to be able to use the new group, your "
595
+ "user account will be assigned to it."
596
+ msgstr ""
597
+
598
+ #: legacy/admin/groups-admin-options-legacy.php:62
599
+ msgid ""
600
+ "Include these capabilities to enforce read access on posts. The selected "
601
+ "capabilities will be offered to restrict access to posts."
602
+ msgstr ""
603
+
604
+ #: lib/admin/groups-admin-groups-edit.php:141
605
+ msgid "Inherited capabilities:"
606
+ msgstr ""
607
+
608
+ #: lib/admin/class-groups-admin-welcome.php:158
609
+ msgid ""
610
+ "It seems that you have updated from Groups 1.x where access restrictions "
611
+ "were based on capabilities."
612
+ msgstr ""
613
+
614
+ #: lib/views/class-groups-shortcodes.php:469
615
+ #, php-format
616
  msgid "Join the %s group"
617
  msgstr "Deelnemen aan groep %s"
618
 
619
+ #: lib/views/class-groups-shortcodes.php:553
620
+ #, php-format
621
  msgid "Leave the %s group"
622
  msgstr "Verlaat de groep %s"
623
 
624
+ #: lib/admin/groups-admin-options.php:290
625
+ msgid "Legacy Settings"
626
+ msgstr ""
627
+
628
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:137
629
+ #: lib/access/class-groups-access-meta-boxes.php:132
630
+ msgid ""
631
+ "Let's assume that you want to limit the visibility of a post to members of "
632
+ "the <em>Premium</em> group."
633
+ msgstr ""
634
+
635
+ #: lib/views/class-groups-shortcodes.php:121
636
+ msgid "Log out"
637
+ msgstr ""
638
+
639
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:503
640
+ #: lib/access/class-groups-access-meta-boxes.php:411
641
+ msgid "Media"
642
+ msgstr ""
643
+
644
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:231
645
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:558
646
+ #, php-format
647
+ msgid "Members of the %1$s group can access this %2$s through this capability."
648
+ msgid_plural ""
649
+ "Members of the %1$s groups can access this %2$s through this capability."
650
+ msgstr[0] ""
651
+ msgstr[1] ""
652
+
653
+ #: lib/admin/groups-admin-groups-add.php:69
654
+ #: lib/admin/groups-admin-groups-edit.php:79
655
  msgid "Name"
656
  msgstr "Naam"
657
 
658
+ #: lib/admin/groups-admin-options.php:347
659
  msgid "Network deactivation and data persistence"
660
  msgstr "Netwerk deactivatie en blijvendheid van data "
661
 
662
+ #: lib/admin/groups-admin-capabilities.php:206
663
  msgid "New Capability"
664
  msgstr "Nieuw recht"
665
 
666
+ #: lib/admin/class-groups-admin-welcome.php:191
667
+ msgid "New Documentation"
668
+ msgstr ""
669
+
670
+ #: lib/admin/groups-admin-groups.php:212
671
  msgid "New Group"
672
  msgstr "Nieuwe groep"
673
 
674
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:240
675
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:567
676
+ msgid ""
677
+ "No groups grant access through this capability. To grant access to group "
678
+ "members using this capability, you should assign it to a group and enable "
679
+ "the capability for access restriction."
680
+ msgstr ""
681
+
682
+ #: lib/admin/groups-admin-capabilities.php:123
683
+ msgid "No new capabilities have been found."
684
+ msgstr ""
685
+
686
+ #: lib/admin/groups-admin-capabilities-remove.php:116
687
+ msgid "No such capabilities."
688
+ msgstr ""
689
+
690
+ #: lib/admin/groups-admin-capabilities-edit.php:41
691
+ #: lib/admin/groups-admin-capabilities-remove.php:41
692
  msgid "No such capability."
693
  msgstr "Dit recht bestaat niet"
694
 
695
+ #: lib/admin/groups-admin-groups-edit.php:43
696
+ #: lib/admin/groups-admin-groups-remove.php:41
697
  msgid "No such group."
698
  msgstr "Deze groep bestaat niet"
699
 
700
+ #: lib/admin/groups-admin-groups-remove.php:116
701
+ msgid "No such groups."
702
+ msgstr ""
703
+
704
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:132
705
+ msgid ""
706
+ "Note that you must be a member of a group that has such a capability "
707
+ "assigned."
708
+ msgstr ""
709
+
710
+ #: lib/access/class-groups-access-meta-boxes.php:124
711
+ msgid "Note that you must be a member of a group to use it to restrict access."
712
+ msgstr ""
713
+
714
+ #: lib/admin/class-groups-admin-welcome.php:183
715
+ msgid ""
716
+ "Now you can assign new users directly to groups when you create a new user "
717
+ "account from the Dashboard."
718
+ msgstr ""
719
+
720
+ #: lib/admin/class-groups-admin-welcome.php:174
721
+ msgid ""
722
+ "Now you can protect your posts, pages and any other custom post type like "
723
+ "products or events by simply assigning them to one or more groups."
724
+ msgstr ""
725
+
726
+ #: lib/admin/class-groups-admin-welcome.php:227
727
+ msgid ""
728
+ "Once you have adjusted your access restrictions based on groups, you can "
729
+ "disable legacy access control."
730
+ msgstr ""
731
+
732
+ #: lib/admin/groups-admin-capabilities.php:121
733
+ #, php-format
734
+ msgid "One capability has been added."
735
+ msgid_plural "%d capabilities have been added."
736
+ msgstr[0] ""
737
+ msgstr[1] ""
738
+
739
+ #: legacy/admin/class-groups-admin-post-columns-legacy.php:77
740
+ msgid "One or more capabilities required to read the entry."
741
+ msgstr ""
742
+
743
+ #: lib/admin/class-groups-admin-post-columns.php:92
744
+ msgid "One or more groups granting access to entries."
745
+ msgstr ""
746
+
747
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:270
748
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:588
749
+ #, php-format
750
  msgid ""
751
+ "Only groups or users that have one of the selected capabilities are allowed "
752
+ "to read this %s."
753
  msgstr ""
754
+ "Alleen groepen of gebruikers met één van de geselecteerde rechten kunnen "
755
+ "dit / deze %s lezen."
756
 
757
+ #: lib/admin/class-groups-admin.php:208 lib/admin/class-groups-admin.php:268
758
+ #: lib/core/class-groups-help.php:70
759
  msgid "Options"
760
  msgstr "Opties"
761
 
762
+ #: lib/admin/groups-admin-options.php:123
763
+ msgid "Options saved."
764
+ msgstr ""
765
+
766
+ #: lib/admin/groups-admin-groups-add.php:76
767
+ #: lib/admin/groups-admin-groups-edit.php:86
768
  msgid "Parent"
769
  msgstr "Ouder"
770
 
771
+ #: lib/admin/class-groups-admin-welcome.php:237
772
+ msgid "Perfect complements to memberships and access control with Groups."
773
+ msgstr ""
774
+
775
+ #: lib/admin/groups-admin-options.php:267
776
  msgid "Permissions"
777
  msgstr "Toestemmingen"
778
 
779
+ #: lib/admin/groups-admin-groups-remove.php:142
780
+ msgid ""
781
+ "Please confirm removal of the following groups. This action cannot be undone."
782
+ msgstr ""
783
+
784
+ #: lib/admin/groups-admin-capabilities-remove.php:139
785
+ msgid ""
786
+ "Please confirm to remove the following capabilities. This action cannot be "
787
+ "undone."
788
+ msgstr ""
789
+
790
+ #: lib/core/class-groups-help.php:144
791
+ #, php-format
792
+ msgid ""
793
+ "Please give it a <a href=\"%s\">&#9733;&#9733;&#9733;&#9733;&#9733;</a> "
794
+ "rating."
795
+ msgstr ""
796
+
797
+ #: lib/admin/class-groups-admin-welcome.php:160
798
+ #, php-format
799
+ msgid ""
800
+ "Please make sure to read the notes on <strong>Switching to Groups %s</"
801
+ "strong> below."
802
+ msgstr ""
803
+
804
+ #: lib/admin/class-groups-admin-welcome.php:229
805
+ msgid ""
806
+ "Please refer to the <a target=\"_blank\" href=\"http://docs.itthinx.com/"
807
+ "document/groups/\">Documentation</a> for details on how to switch to and use "
808
+ "the new access restrictions."
809
+ msgstr ""
810
+
811
+ #: lib/access/class-groups-access-meta-boxes.php:467
812
+ #, php-format
813
+ msgid ""
814
+ "Please use <a href=\"%s\" target=\"_blank\">Groups File Access</a> for files "
815
+ "that require complete protection."
816
+ msgstr ""
817
+
818
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:189
819
+ #: lib/access/class-groups-access-meta-boxes.php:166
820
  msgid "Post"
821
  msgstr "Bericht"
822
 
823
+ #: lib/admin/groups-admin-options.php:218
824
+ msgid "Post types"
825
+ msgstr ""
826
+
827
+ #: lib/admin/class-groups-admin-welcome.php:176
828
+ msgid ""
829
+ "Previously we used capabilities to do that, but changing to this new model "
830
+ "makes things even easier."
831
+ msgstr ""
832
+
833
+ #: lib/admin/class-groups-admin-welcome.php:169
834
+ msgid "Protect Content Easily"
835
+ msgstr ""
836
+
837
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:308
838
+ msgid "Quick-create group &amp; capability"
839
+ msgstr ""
840
+
841
+ #: lib/access/class-groups-access-meta-boxes.php:203
842
+ #: lib/access/class-groups-access-meta-boxes.php:413
843
+ msgid "Read"
844
+ msgstr ""
845
+
846
+ #: legacy/access/class-groups-post-access-legacy.php:52
847
  msgid "Read Post"
848
  msgstr "Lees bericht"
849
 
850
+ #: lib/admin/groups-admin-add-ons.php:49
851
+ msgid "Recommended extensions for Groups"
852
+ msgstr ""
853
+
854
+ #: lib/admin/groups-admin-add-ons.php:157
855
+ msgid "Recommended plugins by itthinx"
856
+ msgstr ""
857
+
858
+ #: lib/admin/groups-admin-capabilities.php:217
859
+ #: lib/admin/groups-admin-capabilities.php:222
860
+ msgid "Refresh"
861
+ msgstr ""
862
+
863
+ #: lib/auto/class-groups-registered.php:73
864
  msgid "Registered"
865
  msgstr "Geregistreerd"
866
 
867
+ #: lib/admin/groups-admin-capabilities-remove.php:62
868
+ #: lib/admin/groups-admin-capabilities-remove.php:149
869
+ #: lib/admin/groups-admin-capabilities.php:372
870
+ #: lib/admin/groups-admin-capabilities.php:458
871
+ #: lib/admin/groups-admin-groups-remove.php:62
872
+ #: lib/admin/groups-admin-groups-remove.php:153
873
+ #: lib/admin/groups-admin-groups.php:469
 
874
  msgid "Remove"
875
  msgstr "Verwijder"
876
 
877
+ #: lib/admin/groups-admin-capabilities-remove.php:53
878
  msgid "Remove a capability"
879
  msgstr "Verwijder mogelijkheid"
880
 
881
+ #: lib/admin/groups-admin-groups-remove.php:53
882
  msgid "Remove a group"
883
  msgstr "Verwijder een groep"
884
 
885
+ #: lib/admin/groups-admin-capabilities-remove.php:133
886
+ msgid "Remove capabilities"
887
+ msgstr ""
888
+
889
+ #: lib/admin/groups-admin-groups.php:383
890
+ msgid "Remove capability"
891
+ msgstr ""
892
+
893
+ #: lib/admin/class-groups-admin-users.php:213
894
+ msgid "Remove from group"
895
+ msgstr ""
896
+
897
+ #: lib/admin/groups-admin-groups.php:381
898
+ msgid "Remove group"
899
+ msgstr ""
900
+
901
+ #: lib/admin/groups-admin-groups-remove.php:135
902
+ msgid "Remove groups"
903
+ msgstr ""
904
+
905
+ #: legacy/admin/class-groups-admin-posts-legacy.php:186
906
+ #: lib/admin/class-groups-admin-posts.php:209
907
+ msgid "Remove restriction"
908
+ msgstr ""
909
+
910
+ #: lib/admin/groups-admin-options.php:53
911
+ msgid "Restrict Access"
912
+ msgstr ""
913
+
914
+ #: lib/access/class-groups-access-meta-boxes.php:229
915
+ #, php-format
916
+ msgid "Restricts the visibility of this %s to members of the chosen groups."
917
+ msgstr ""
918
+
919
+ #: lib/access/class-groups-access-meta-boxes.php:461
920
+ msgid "Restricts the visibility of this entry to members of the chosen groups."
921
+ msgstr ""
922
+
923
+ #: lib/admin/groups-admin-capabilities.php:357
924
+ #: lib/admin/groups-admin-groups.php:346
925
  msgid "Results per page"
926
  msgstr "Resultaten per page"
927
 
928
+ #: lib/admin/groups-admin-options.php:146
929
  msgid "Role"
930
  msgstr "Rol"
931
 
932
+ #: lib/admin/groups-admin-capabilities-edit.php:77
933
+ #: lib/admin/groups-admin-groups-edit.php:158
934
+ #: lib/admin/groups-admin-options.php:203
935
+ #: lib/admin/groups-admin-options.php:305
936
+ #: lib/admin/groups-admin-options.php:357
937
  msgid "Save"
938
  msgstr "Opslaan"
939
 
940
+ #: lib/admin/groups-admin-options.php:221
941
+ msgid "Show access restrictions for these post types."
942
+ msgstr ""
943
+
944
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:277
945
+ msgid "Show groups"
946
+ msgstr ""
947
+
948
+ #: lib/admin/groups-admin-options.php:253
949
+ msgid "Show groups in user profiles."
950
+ msgstr ""
951
+
952
+ #: lib/admin/groups-admin-options.php:262
953
  msgid "Show the Groups tree view."
954
  msgstr "Toon de groepen in boomweergave"
955
 
956
+ #: lib/admin/class-groups-admin-welcome.php:199
957
+ #, php-format
958
+ msgid "Switching to Groups %s"
959
+ msgstr ""
960
+
961
+ #: lib/admin/class-groups-admin-posts.php:167
962
+ msgid "Terms"
963
  msgstr ""
964
+
965
+ #: lib/core/class-groups-help.php:141
966
+ msgid ""
967
+ "Thank you for using <a href=\"http://www.itthinx.com/plugins/groups\" target="
968
+ "\"_blank\">Groups</a> by <a href=\"http://www.itthinx.com\" target=\"_blank"
969
  "\">itthinx</a>."
970
+ msgstr ""
971
+ "Bedankt voor het gebruiken van <a href=\"http://www.itthinx.com/plugins/"
972
+ "groups\" target=\"_blank\">Groups</a> door <a href=\"http://www.itthinx.com"
973
+ "\" target=\"_blank\">itthinx</a>."
974
+
975
+ #: lib/admin/class-groups-admin-welcome.php:149
976
+ msgid ""
977
+ "Thanks for using Groups! We have made it even easier to protect your content "
978
+ "and hope you like it :)"
979
+ msgstr ""
980
+
981
+ #: lib/admin/groups-admin-capabilities-edit.php:116
982
+ #, php-format
983
+ msgid ""
984
+ "The <em>%s</em> capability already exists and cannot be assigned to this one."
985
+ msgstr ""
986
 
987
+ #: lib/admin/groups-admin-capabilities-add.php:104
988
+ #, php-format
989
+ msgid "The <em>%s</em> capability already exists."
990
+ msgstr ""
991
+
992
+ #: lib/admin/groups-admin-capabilities-edit.php:126
993
+ #, php-format
994
+ msgid "The <em>%s</em> capability could not be updated."
995
+ msgstr ""
996
+
997
+ #: lib/admin/groups-admin-capabilities.php:62
998
+ #, php-format
999
+ msgid "The <em>%s</em> capability has been created."
1000
+ msgstr ""
1001
+
1002
+ #: lib/admin/groups-admin-capabilities.php:70
1003
+ #, php-format
1004
+ msgid "The <em>%s</em> capability has been updated."
1005
+ msgstr ""
1006
+
1007
+ #: lib/admin/groups-admin-groups-edit.php:204
1008
+ #, php-format
1009
  msgid ""
1010
+ "The <em>%s</em> group already exists and cannot be used to name this one."
1011
+ msgstr ""
1012
+
1013
+ #: lib/admin/groups-admin-groups-add.php:165
1014
+ #, php-format
1015
+ msgid "The <em>%s</em> group already exists."
1016
+ msgstr ""
1017
+
1018
+ #: lib/admin/groups-admin-groups.php:63
1019
+ #, php-format
1020
+ msgid "The <em>%s</em> group has been created."
1021
+ msgstr ""
1022
+
1023
+ #: lib/admin/groups-admin-groups.php:71
1024
+ #, php-format
1025
+ msgid "The <em>%s</em> group has been updated."
1026
+ msgstr ""
1027
+
1028
+ #: lib/admin/groups-admin-capabilities-add.php:102
1029
+ #: lib/admin/groups-admin-capabilities-edit.php:130
1030
+ msgid "The <em>Capability</em> must not be empty."
1031
+ msgstr ""
1032
+
1033
+ #: lib/admin/groups-admin-groups-edit.php:196
1034
+ msgid "The <em>Name</em> must not be empty."
1035
+ msgstr ""
1036
+
1037
+ #: lib/access/class-groups-access-meta-boxes.php:465
1038
+ msgid ""
1039
+ "The attachment page is restricted to authorized users, but due to technical "
1040
+ "limitations, the file can still be accessed directly via its URL."
1041
+ msgstr ""
1042
+
1043
+ #: lib/admin/groups-admin-capabilities.php:75
1044
+ msgid "The capability has been deleted."
1045
+ msgstr ""
1046
+
1047
+ #: lib/admin/groups-admin-groups-edit.php:130
1048
+ msgid "The chosen capabilities are assigned to the group."
1049
+ msgstr ""
1050
+
1051
+ #: lib/core/class-groups-help.php:87
1052
+ msgid ""
1053
+ "The complete documentation is available on the <a href=\"http://docs.itthinx."
1054
+ "com/document/groups\">Documentation</a> pages for Groups."
1055
+ msgstr ""
1056
+
1057
+ #: lib/admin/class-groups-admin-welcome.php:210
1058
+ msgid "The following is only of interest if you have upgraded from Groups 1.x:"
1059
  msgstr ""
 
 
1060
 
1061
+ #: lib/admin/groups-admin-groups.php:76
1062
+ msgid "The group has been deleted."
1063
+ msgstr ""
1064
+
1065
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:148
1066
+ msgid "The manual way:"
1067
+ msgstr ""
1068
+
1069
+ #: lib/admin/groups-admin-groups-add.php:163
1070
+ msgid "The name must not be empty."
1071
+ msgstr ""
1072
+
1073
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:139
1074
+ msgid "The quick way:"
1075
+ msgstr ""
1076
+
1077
+ #: lib/admin/class-groups-admin-user-profile.php:88
1078
+ #: lib/admin/class-groups-admin-user-profile.php:176
1079
+ msgid "The user is a member of the chosen groups."
1080
+ msgstr ""
1081
+
1082
+ #: lib/admin/groups-admin-capabilities.php:484
1083
+ #: lib/admin/groups-admin-groups.php:523
1084
  msgid "There are no results."
1085
  msgstr "Er zijn geen resultaten"
1086
 
1087
+ #: lib/admin/groups-admin-groups-add.php:109
1088
+ msgid "These capabilities will be assigned to the group."
1089
+ msgstr ""
1090
+
1091
+ #: lib/admin/groups-admin-options.php:268
1092
+ msgid ""
1093
+ "These permissions apply to Groups management. They do not apply to access "
1094
+ "permissions derived from Groups capabilities."
1095
+ msgstr ""
1096
+
1097
+ #: lib/admin/class-groups-admin-welcome.php:219
1098
+ msgid "This could be important!"
1099
+ msgstr ""
1100
+
1101
+ #: lib/admin/groups-admin-options.php:244
1102
  msgid ""
1103
+ "This determines for which post types access restriction settings are offered."
 
1104
  msgstr ""
1105
 
1106
+ #: lib/admin/groups-admin-groups.php:516
1107
  msgid "This group has no capabilities."
1108
  msgstr "Deze groep heeft geen rechten"
1109
 
1110
+ #: lib/admin/class-groups-admin-welcome.php:215
1111
+ msgid ""
1112
+ "This means that if you had access restrictions in place that were based on "
1113
+ "capabilities, your entries will still be protected."
1114
+ msgstr ""
1115
+
1116
+ #: lib/access/class-groups-post-access.php:477
1117
+ msgid ""
1118
+ "This method is deprecated. You should use Groups_Post_Access_Legacy::"
1119
+ "get_read_post_capabilities() to retrieve the capabilities instead."
1120
+ msgstr ""
1121
+
1122
+ #: lib/admin/class-groups-admin-welcome.php:206
1123
+ msgid ""
1124
+ "To make it easier to transition to the new model for those who migrate from "
1125
+ "a previous version, we have included legacy access control based on "
1126
+ "capabilities."
1127
+ msgstr ""
1128
+
1129
+ #: lib/admin/class-groups-admin-welcome.php:204
1130
+ msgid ""
1131
+ "To put it simple, previously you would have used capabilities to restrict "
1132
+ "access to posts and now you simply use groups."
1133
+ msgstr ""
1134
+
1135
+ #: lib/admin/class-groups-admin.php:180 lib/admin/class-groups-admin.php:181
1136
  msgid "Tree"
1137
  msgstr "Boomweergave"
1138
 
1139
+ #: lib/admin/groups-admin-tree-view.php:43
1140
  msgid "Tree of Groups"
1141
  msgstr "Boom van Groepen"
1142
 
1143
+ #: lib/admin/groups-admin-options.php:258
1144
  msgid "Tree view"
1145
  msgstr "Boom"
1146
 
1147
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:153
1148
+ msgid ""
1149
+ "Try the quick-create field first. Unless you need a more complex setup, "
1150
+ "there is no reason to go this way instead."
1151
+ msgstr ""
1152
+
1153
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:212
1154
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:213
1155
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:540
1156
+ msgid "Type and choose &hellip;"
1157
+ msgstr ""
1158
+
1159
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:127
1160
+ msgid ""
1161
+ "Use the <em>Access restrictions</em> box to limit the visibility of posts, "
1162
+ "pages and other post types."
1163
+ msgstr ""
1164
+
1165
+ #: lib/access/class-groups-access-meta-boxes.php:118
1166
+ msgid ""
1167
+ "Use the <em>Groups</em> box to limit the visibility of posts, pages and "
1168
+ "other post types."
1169
+ msgstr ""
1170
+
1171
+ #: lib/admin/groups-admin-options.php:249
1172
+ msgid "User profiles"
1173
+ msgstr ""
1174
+
1175
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:141
1176
+ msgid "Using the quick-create field"
1177
+ msgstr ""
1178
+
1179
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:146
1180
+ msgid ""
1181
+ "Using the quick-create field, you can create a new group and capability. The "
1182
+ "capability will be assigned to the group and enabled to enforce read access. "
1183
+ "Group names are case-sensitive, the name of the capability is the lower-case "
1184
+ "version of the name of the group. If the group already exists, a new "
1185
+ "capability is created and assigned to the existing group. If the capability "
1186
+ "already exists, it will be assigned to the group. If both already exist, the "
1187
+ "capability is enabled to enforce read access. In order to be able to use the "
1188
+ "capability, your user account will be assigned to the group."
1189
+ msgstr ""
1190
+
1191
+ #: lib/admin/class-groups-admin-welcome.php:110
1192
+ msgid "View the Welcome screen for this version of Groups"
1193
+ msgstr ""
1194
+
1195
+ #: lib/admin/class-groups-admin-welcome.php:172
1196
+ msgid "We have made it even easier to protect your content!"
1197
+ msgstr ""
1198
+
1199
+ #: lib/admin/class-groups-admin-welcome.php:111
1200
+ msgid "Welcome"
1201
+ msgstr ""
1202
+
1203
+ #: lib/admin/class-groups-admin-welcome.php:46
1204
+ #: lib/admin/class-groups-admin-welcome.php:47
1205
+ msgid "Welcome to Groups"
1206
+ msgstr ""
1207
+
1208
+ #: lib/admin/class-groups-admin-welcome.php:138
1209
+ #, php-format
1210
+ msgid "Welcome to Groups %s"
1211
+ msgstr ""
1212
+
1213
+ #: lib/admin/class-groups-admin-welcome.php:165
1214
+ msgid "What's New?"
1215
+ msgstr ""
1216
+
1217
+ #: lib/admin/class-groups-admin-welcome.php:194
1218
+ msgid ""
1219
+ "Whether you are new to Groups or have been using it before, please make sure "
1220
+ "to visit the <a target=\"_blank\" href=\"http://docs.itthinx.com/document/"
1221
+ "groups/\">Documentation</a> pages to know more about how to use it."
1222
+ msgstr ""
1223
+
1224
+ #: lib/views/class-groups-shortcodes.php:527
1225
  #, php-format
1226
  msgid "You are a member of the %s group."
1227
  msgstr "Je bent lid van de groep %s."
1228
 
1229
+ #: lib/admin/class-groups-admin-welcome.php:217
1230
+ msgid ""
1231
+ "You are running the system with legacy access control based on capabilities "
1232
+ "disabled."
1233
+ msgstr ""
1234
+
1235
+ #: lib/admin/class-groups-admin-welcome.php:213
1236
+ msgid ""
1237
+ "You are running the system with legacy access control based on capabilities "
1238
+ "enabled."
1239
+ msgstr ""
1240
+
1241
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:312
1242
+ msgid ""
1243
+ "You can create a new group and capability here. The capability will be "
1244
+ "assigned to the group and enabled to enforce read access. Group names are "
1245
+ "case-sensitive, the name of the capability is the lower-case version of the "
1246
+ "name of the group. If the group already exists, a new capability is created "
1247
+ "and assigned to the existing group. If the capability already exists, it "
1248
+ "will be assigned to the group. If both already exist, the capability is "
1249
+ "enabled to enforce read access. In order to be able to use the capability, "
1250
+ "your user account 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 ""
1261
+ "You can restrict the visibility of this %1$s to group members. Choose one or "
1262
+ "more groups that are allowed to read this %2$s. If no groups are chosen, the "
1263
+ "%3$s is visible to anyone."
1264
+ msgstr ""
1265
+
1266
+ #: lib/access/class-groups-access-meta-boxes.php:445
1267
+ msgid ""
1268
+ "You can restrict the visibility to group members. Choose one or more groups "
1269
+ "to restrict access. If no groups are chosen, this entry is visible to anyone."
1270
+ msgstr ""
1271
+
1272
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:130
1273
+ msgid ""
1274
+ "You can select one or more capabilities that are enabled for access "
1275
+ "restriction."
1276
+ msgstr ""
1277
 
1278
+ #: lib/access/class-groups-access-meta-boxes.php:121
1279
+ msgid "You can select one or more groups to restrict access to its members."
1280
+ msgstr ""
1281
+
1282
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:290
1283
+ #: lib/access/class-groups-access-meta-boxes.php:236
1284
+ msgid "You cannot set any access restrictions."
1285
+ msgstr ""
1286
+
1287
+ #: lib/views/class-groups-shortcodes.php:522
1288
  #, php-format
1289
  msgid "You have joined the %s group."
1290
  msgstr "Je bent aangemeld bij de groep %s."
1291
 
1292
+ #: lib/views/class-groups-shortcodes.php:598
1293
  #, php-format
1294
  msgid "You have left the %s group."
1295
  msgstr "Je hebt de groep %s verlaten."
1296
 
1297
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:296
1298
+ msgid ""
1299
+ "You must be in a group that has at least one capability enabled to enforce "
1300
+ "read access."
1301
+ msgstr ""
1302
+
1303
+ #: lib/access/class-groups-access-meta-boxes.php:242
1304
+ msgid "You need to have permission to set access restrictions."
1305
+ msgstr ""
1306
+
1307
+ #: lib/access/class-groups-post-access.php:352
1308
+ msgid ""
1309
+ "You should use Groups_Post_Access_Legacy::create() to pass a capability "
1310
+ "restriction instead."
1311
+ msgstr ""
1312
+
1313
+ #~ msgid "Apply capability to selected groups:"
1314
+ #~ msgstr "Recht toepassen op geselecteerde groepen:"
1315
+
1316
+ #~ msgid "Capability Id"
1317
+ #~ msgstr "Recht Id"
1318
+
1319
+ #~ msgid "Group Id"
1320
+ #~ msgstr "Groep Id"
1321
+
1322
+ #~ msgid "Id"
1323
+ #~ msgstr "Id"
1324
+
1325
+ #~ msgid ""
1326
+ #~ "The complete documentation is available on the <a href=\"http://www."
1327
+ #~ "itthinx.com/plugins/groups\" target=\"_blank\">Groups plugin page</a>"
1328
+ #~ msgstr ""
1329
+ #~ "De complete handleiding is te lezen op de <a href=\"http://www.itthinx."
1330
+ #~ "com/plugins/groups\" target=\"_blank\">Groups plugin pagina</a>"
1331
+
1332
+ #~ msgid "You can also support the project:"
1333
+ #~ msgstr "Je kunt ook het project steunen:"
1334
+
1335
+ #~ msgid "selected to / from group:"
1336
+ #~ msgstr "Select naar / van groep:"
languages/groups-pt_BR.mo CHANGED
Binary file
languages/groups-pt_BR.po CHANGED
@@ -1,15 +1,16 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Groups\n"
4
- "POT-Creation-Date: 2016-02-15 03:07-0200\n"
5
- "PO-Revision-Date: 2016-07-04 14:04+0200\n"
 
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: pt_BR\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 1.8.6\n"
13
  "X-Poedit-Basepath: ..\n"
14
  "X-Poedit-WPHeader: groups.php\n"
15
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
@@ -20,90 +21,157 @@ msgstr ""
20
  "X-Poedit-SearchPath-0: .\n"
21
  "X-Poedit-SearchPathExcluded-0: *.js\n"
22
 
23
- #: lib/access/class-groups-access-meta-boxes.php:95
24
- #: lib/access/class-groups-access-meta-boxes.php:105
25
- #: lib/access/class-groups-access-meta-boxes.php:119
26
- #: lib/access/class-groups-access-meta-boxes.php:122
27
- #: lib/access/class-groups-access-meta-boxes.php:601
28
- msgid "Access restrictions"
29
- msgstr "Restrições de acesso"
30
 
31
- #: lib/access/class-groups-access-meta-boxes.php:125
32
- msgid ""
33
- "Use the <em>Access restrictions</em> box to limit the visibility of posts, "
34
- "pages and other post types."
35
- msgstr ""
36
- "Use a caixa de <em>restrições de acesso</em> para limitar a visibilidade de "
37
- "posts, páginas e outros tipos de conteúdo."
38
 
39
- #: lib/access/class-groups-access-meta-boxes.php:128
40
- msgid ""
41
- "You can select one or more capabilities that are enabled for access "
42
- "restriction."
43
- msgstr ""
44
- "Você pode selecionar um ou mais recursos que estão habilitados para "
45
- "restrição de acesso."
46
 
47
- #: lib/access/class-groups-access-meta-boxes.php:130
48
- msgid ""
49
- "Note that you must be a member of a group that has such a capability "
50
- "assigned."
51
- msgstr ""
52
- "Observe que você deve ser membro de um grupo que tem tal recurso atribuído."
53
 
54
- #: lib/access/class-groups-access-meta-boxes.php:133
55
- msgid "Example:"
56
- msgstr "Exemplo:"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
57
 
58
- #: lib/access/class-groups-access-meta-boxes.php:135
59
  msgid ""
60
- "Let's assume that you want to limit the visibility of a post to members of "
61
- "the <em>Premium</em> group."
 
62
  msgstr ""
63
- "Vamos supor que você deseja limitar a visibilidade de um post para os "
64
- "membros do grupo <em>premium</em>."
 
65
 
66
- #: lib/access/class-groups-access-meta-boxes.php:137
67
- msgid "The quick way:"
68
- msgstr "A maneira rápida:"
69
 
70
- #: lib/access/class-groups-access-meta-boxes.php:139
71
- msgid "Using the quick-create field"
72
- msgstr "Usando o campo de criação rápida"
73
 
74
- #: lib/access/class-groups-access-meta-boxes.php:141
75
- msgid ""
76
- "Enter <em>Premium</em> in the quick-create field located in the Access "
77
- "restrictions panel and save or update the post (or hit Enter)."
78
- msgstr ""
79
- "Digite <em>Premium</em> no campo de criação rápida localizado no painel de "
80
- "restrições de acesso e salve ou atualize o post."
81
 
82
- #: lib/access/class-groups-access-meta-boxes.php:144
83
- msgid ""
84
- "Using the quick-create field, you can create a new group and capability. The "
85
- "capability will be assigned to the group and enabled to enforce read access. "
86
- "Group names are case-sensitive, the name of the capability is the lower-case "
87
- "version of the name of the group. If the group already exists, a new "
88
- "capability is created and assigned to the existing group. If the capability "
89
- "already exists, it will be assigned to the group. If both already exist, the "
90
- "capability is enabled to enforce read access. In order to be able to use the "
91
- "capability, your user account will be assigned to the group."
92
- msgstr ""
93
- "Usando o campo de criação rápida, você pode criar um novo grupo e um "
94
- "recurso. O recurso será associado ao grupo e habilitado para exigir acesso "
95
- "de leitura. Os nomes de group diferenciam maiúscula de minúscula, o nome do "
96
- "recurso é a versão em letra minúscula do nome do grupo. Se o grupo já "
97
- "existe, um novo recurso é criado e associado ao grupo. Se o recurso já "
98
- "existe, ele será associado ao grupo. Se os dois já existem, o recurso é "
99
- "habilitado e exigido o direito de leitura. Para poder utilizar os recursos "
100
- "de acesso, o usuário será também adicionado ao grupo."
101
 
102
- #: lib/access/class-groups-access-meta-boxes.php:146
103
- msgid "The manual way:"
104
- msgstr "O modo manual:"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
105
 
106
- #: lib/access/class-groups-access-meta-boxes.php:148
107
  msgid ""
108
  "Adding the group and capability manually and enabling it for access "
109
  "restriction"
@@ -111,45 +179,59 @@ msgstr ""
111
  "Adicionando o grupo e o recurso manualmente, habilitando para restrição de "
112
  "acesso"
113
 
114
- #: lib/access/class-groups-access-meta-boxes.php:151
 
 
 
 
 
 
 
 
 
 
 
 
115
  msgid ""
116
- "Try the quick-create field first. Unless you need a more complex setup, "
117
- "there is no reason to go this way instead."
118
  msgstr ""
119
- "Tente o campo de criação rápida primeiro. A menos que você precise de uma "
120
- "configuração complexa, não há nenhuma razão para fazer desta maneira."
121
 
122
- #: lib/access/class-groups-access-meta-boxes.php:154
123
- msgid ""
124
- "Go to <strong>Groups > Groups</strong> and add the <em>Premium</em> group."
125
  msgstr ""
126
- "Vá para <strong>Groups > Grupos</strong> e adicione o grupo <em>Premium</em>."
127
 
128
- #: lib/access/class-groups-access-meta-boxes.php:155
129
  msgid ""
130
- "Go to <strong>Groups > Capabilities</strong> and add the <em>premium</em> "
131
- "capability."
132
  msgstr ""
133
- "Vá para <strong>Groups > Recursos</strong> e adicione o recurso <em>Premium</"
134
- "em>."
135
 
136
- #: lib/access/class-groups-access-meta-boxes.php:156
137
  msgid ""
138
- "Go to <strong>Groups > Groups</strong> and assign the <em>premium</em> "
139
- "capability to the <em>Premium</em> group."
140
  msgstr ""
141
- "Vá para <strong>Groups > Grupos</strong> e atribua o recurso <em>premium</"
142
- "em> ao grupo <em>premium</em>."
143
 
144
- #: lib/access/class-groups-access-meta-boxes.php:157
145
- msgid ""
146
- "Go to <strong>Groups > Options</strong> and enable the <em>premium</em> "
147
- "capability to restrict access."
 
148
  msgstr ""
149
- "Vá para <strong>Groups > Opções</strong> e ative o recurso <em>Premium</em> "
150
- "para restringir o acesso."
151
 
152
- #: lib/access/class-groups-access-meta-boxes.php:158
 
 
 
 
 
 
 
 
 
153
  msgid ""
154
  "Become a member of the <em>Premium</em> group - this is required so you can "
155
  "choose the <em>premium</em> capability to restrict access to a post."
@@ -158,41 +240,107 @@ msgstr ""
158
  "você possa escolher um recurso <em>superior</em> e restringir o acesso a um "
159
  "post."
160
 
161
- #: lib/access/class-groups-access-meta-boxes.php:159
 
 
 
 
 
162
  msgid ""
163
- "Edit the post for which you want to restrict access and choose<sup>*</sup> "
164
- "the <em>premium</em> capability."
 
 
 
165
  msgstr ""
166
- "Edite o post para o qual você deseja restringir o acesso e escolha<sup>*</"
167
- "sup> o recurso <em>premium</em>."
 
 
 
168
 
169
- #: lib/access/class-groups-access-meta-boxes.php:162
170
  msgid ""
171
- "<sup>*</sup> For each capability, the groups that have the capability "
172
- "assigned are shown within parenthesis. You can choose a capability by typing "
173
- "part of the group's or the capability's name."
 
 
174
  msgstr ""
175
- "<sup>*</sup> Para cada recurso, os grupos que possuem o recurso atribuído "
176
- "são mostrados dentro de parênteses. Você pode escolher um recurso digitando "
177
- "parte do nome do grupo ou seu recurso."
178
-
179
- #: lib/access/class-groups-access-meta-boxes.php:187
180
- msgid "Post"
181
- msgstr "Post"
182
-
183
- #: lib/access/class-groups-access-meta-boxes.php:202
184
- #: lib/access/class-groups-access-meta-boxes.php:514
185
- msgid "Enforce read access"
186
- msgstr "Exigir o acesso de leitura"
187
 
188
- #: lib/access/class-groups-access-meta-boxes.php:210
189
- #: lib/access/class-groups-access-meta-boxes.php:211
190
- #: lib/access/class-groups-access-meta-boxes.php:549
191
- msgid "Type and choose &hellip;"
192
- msgstr "Digite e escolha &hellip;"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
193
 
194
- #: lib/access/class-groups-access-meta-boxes.php:212
195
- #: lib/access/class-groups-access-meta-boxes.php:550
196
  msgid ""
197
  "Choose one or more capabilities to restrict access. Groups that grant access "
198
  "through the capabilities are shown in parenthesis. If no capabilities are "
@@ -204,174 +352,203 @@ msgstr ""
204
  "recursos disponíveis, você pode usar a caixa de criação rápida para criar um "
205
  "grupo e um recurso habilitado para restrição de acesso em tempo real."
206
 
207
- #: lib/access/class-groups-access-meta-boxes.php:229
208
- #: lib/access/class-groups-access-meta-boxes.php:567
209
- #, php-format
210
- msgid "Members of the %1$s group can access this %2$s through this capability."
211
- msgid_plural ""
212
- "Members of the %1$s groups can access this %2$s through this capability."
213
- msgstr[0] ""
214
- "Membros do grupo %1$s podem acessar esse %2$s através de seus recursos."
215
- msgstr[1] ""
216
- "Membros dos grupos %1$s podem acessar esse %2$s através de seus recursos."
217
-
218
- #: lib/access/class-groups-access-meta-boxes.php:238
219
- #: lib/access/class-groups-access-meta-boxes.php:576
220
  msgid ""
221
- "No groups grant access through this capability. To grant access to group "
222
- "members using this capability, you should assign it to a group and enable "
223
- "the capability for access restriction."
224
  msgstr ""
225
- "Nenhum grupo concede acesso através desse recurso. Para conceder acesso a "
226
- "membros de grupos usando esse recurso, você deve atribuí-lo a um grupo e "
227
- "ativar o recurso de restrição de acesso."
228
 
229
- #: lib/access/class-groups-access-meta-boxes.php:270
230
- #: lib/access/class-groups-access-meta-boxes.php:597
231
- #, php-format
232
- msgid ""
233
- "Only groups or users that have one of the selected capabilities are allowed "
234
- "to read this %s."
235
- msgstr ""
236
- "Apenas grupos ou usuários que possuem um dos recursos selecionados têm "
237
- "permissão para ler este %s."
238
 
239
- #: lib/access/class-groups-access-meta-boxes.php:274
 
 
 
 
 
 
 
 
 
 
 
 
240
  msgid "Click to toggle the display of groups that grant the capabilities."
241
  msgstr "Clique para alternar a exibição de grupos que concedem recursos."
242
 
243
- #: lib/access/class-groups-access-meta-boxes.php:277
244
- msgid "Show groups"
245
- msgstr "Exibir grupos"
246
 
247
- #: lib/access/class-groups-access-meta-boxes.php:290
248
- msgid "You cannot set any access restrictions."
249
- msgstr "Você não pode definir restrições de acesso."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
250
 
251
- #: lib/access/class-groups-access-meta-boxes.php:296
252
  msgid ""
253
- "You must be in a group that has at least one capability enabled to enforce "
254
- "read access."
255
  msgstr ""
256
- "Você deve estar em um grupo que tem pelo menos um recurso habilitado para "
257
- "exigir o acesso de leitura."
258
 
259
- #: lib/access/class-groups-access-meta-boxes.php:308
260
- msgid "Quick-create group &amp; capability"
261
- msgstr "Criação rápida de Grupo &amp; Recurso"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
262
 
263
- #: lib/access/class-groups-access-meta-boxes.php:312
264
  msgid ""
265
- "You can create a new group and capability here. The capability will be "
266
- "assigned to the group and enabled to enforce read access. Group names are "
267
- "case-sensitive, the name of the capability is the lower-case version of the "
268
- "name of the group. If the group already exists, a new capability is created "
269
- "and assigned to the existing group. If the capability already exists, it "
270
- "will be assigned to the group. If both already exist, the capability is "
271
- "enabled to enforce read access. In order to be able to use the capability, "
272
- "your user account will be assigned to the group."
273
  msgstr ""
274
- "Você pode criar um novo grupo e novo recurso aqui. O recurso será associado "
275
- "ao grupo e habilitado para exigir acesso de leitura. Os nomes de group "
276
- "diferenciam maiúscula de minúscula, o nome do recurso é a versão em letra "
277
- "minúscula do nome do grupo. Se o grupo já existe, um novo recurso é criado e "
278
- "associado ao grupo. Se o recurso já existe, ele será associado ao grupo. Se "
279
- "os dois já existem, o recurso é habilitado e exigido o direito de leitura. "
280
- "Para poder utilizar os recursos de acesso, o usuário será também adicionado "
281
- "ao grupo."
282
 
283
- #: lib/access/class-groups-access-meta-boxes.php:512
284
- msgid "Media"
285
- msgstr "Mídia"
286
 
287
- #: lib/access/class-groups-post-access.php:58
288
- msgid "Read Post"
289
- msgstr "Ler o post"
 
290
 
291
- #: lib/admin/class-groups-admin-post-columns.php:76
292
- #, php-format
293
- msgid "<span title=\"%s\">Access Restrictions</span>"
294
- msgstr "<span title=\"%s\">Restrições de acesso</span>"
 
 
 
295
 
296
- #: lib/admin/class-groups-admin-post-columns.php:77
297
- msgid "One or more capabilities required to read the entry."
298
- msgstr "Um ou mais recursos são necessários para ler essa entrada."
 
 
 
 
299
 
300
- #: lib/admin/class-groups-admin-posts.php:124
301
- #: lib/admin/class-groups-admin-posts.php:125
302
- msgid "Access restrictions &hellip;"
303
- msgstr "Restrições de acesso &hellip;"
304
 
305
- #: lib/admin/class-groups-admin-posts.php:136
306
- msgid "(only unrestricted)"
307
- msgstr "(somente irrestrito)"
308
 
309
- #: lib/admin/class-groups-admin-posts.php:181
310
- msgid "Access Restrictions"
311
- msgstr "Restrições de acesso"
 
312
 
313
- #: lib/admin/class-groups-admin-posts.php:184
314
- msgid "&mdash; No Change &mdash;"
315
- msgstr "&mdash; Sem Mudança &mdash;"
 
 
 
 
316
 
317
- #: lib/admin/class-groups-admin-posts.php:185
318
- msgid "Add restriction"
319
- msgstr "Adicionar restrição"
 
 
320
 
321
- #: lib/admin/class-groups-admin-posts.php:186
322
- msgid "Remove restriction"
323
- msgstr "Remover restrição"
 
 
 
 
324
 
325
- #: lib/admin/class-groups-admin-posts.php:195
326
- #: lib/admin/class-groups-admin-posts.php:196
327
- msgid "Choose access restrictions &hellip;"
328
- msgstr "Escolher as restrições de acesso &hellip;"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
329
 
330
- #. Plugin Name of the plugin/theme
331
- #: lib/admin/class-groups-admin-user-profile.php:66
332
- #: lib/admin/class-groups-admin-user-profile.php:90
333
- #: lib/admin/class-groups-admin-users.php:309
 
 
 
 
334
  #: lib/admin/class-groups-admin.php:244 lib/admin/class-groups-admin.php:245
335
  #: lib/admin/class-groups-admin.php:274 lib/core/class-groups-help.php:63
336
  #: lib/core/class-groups-help.php:68 lib/core/class-groups-help.php:69
337
  msgid "Groups"
338
  msgstr "Grupos"
339
 
340
- #: lib/admin/class-groups-admin-user-profile.php:100
341
- #: lib/admin/class-groups-admin-user-profile.php:101
342
- #: lib/admin/class-groups-admin-users.php:171
343
- #: lib/admin/class-groups-admin-users.php:172
344
- msgid "Choose groups &hellip;"
345
- msgstr "Escolha os grupos &hellip;"
346
 
347
- #: lib/admin/class-groups-admin-user-profile.php:109
348
- msgid "The user is a member of the chosen groups."
349
- msgstr "O usuário é um membro dos grupos escolhidos."
350
-
351
- #: lib/admin/class-groups-admin-users.php:188
352
- msgid "Group Actions"
353
- msgstr "Ações de Grupo"
354
-
355
- #: lib/admin/class-groups-admin-users.php:189
356
- msgid "Add to group"
357
- msgstr "Adicionar ao grupo"
358
-
359
- #: lib/admin/class-groups-admin-users.php:190
360
- msgid "Remove from group"
361
- msgstr "Remover deste grupo"
362
-
363
- #: lib/admin/class-groups-admin-users.php:192
364
- #: lib/admin/groups-admin-capabilities.php:334
365
- #: lib/admin/groups-admin-capabilities.php:360
366
- #: lib/admin/groups-admin-capabilities.php:374
367
- #: lib/admin/groups-admin-groups.php:323 lib/admin/groups-admin-groups.php:349
368
- #: lib/admin/groups-admin-groups.php:385
369
- msgid "Apply"
370
- msgstr "Aplicar"
371
-
372
- #: lib/admin/class-groups-admin-users.php:336
373
- msgid "--"
374
- msgstr "--"
375
 
376
  #: lib/admin/class-groups-admin.php:140
377
  msgctxt "menu item title"
@@ -383,186 +560,285 @@ msgctxt "page-title"
383
  msgid "Groups"
384
  msgstr "Grupos"
385
 
386
- #: lib/admin/class-groups-admin.php:180 lib/admin/class-groups-admin.php:181
387
- msgid "Tree"
388
- msgstr "Árvore"
 
 
 
 
 
 
 
 
 
 
 
 
389
 
390
  #: lib/admin/class-groups-admin.php:194
391
  msgid "Groups Capabilities"
392
  msgstr "Recursos de grupos"
393
 
394
- #: lib/admin/class-groups-admin.php:195
395
- #: lib/admin/groups-admin-capabilities.php:192
396
- #: lib/admin/groups-admin-groups-add.php:97
397
- #: lib/admin/groups-admin-groups-edit.php:117
398
- #: lib/admin/groups-admin-groups.php:306 lib/admin/groups-admin-options.php:251
399
- #: lib/core/class-groups-help.php:71
400
- msgid "Capabilities"
401
- msgstr "Recursos de Acesso"
402
 
403
  #: lib/admin/class-groups-admin.php:207
404
  msgid "Groups options"
405
  msgstr "Opções de grupos"
406
 
407
- #: lib/admin/class-groups-admin.php:208 lib/admin/class-groups-admin.php:268
408
- #: lib/core/class-groups-help.php:70
409
- msgid "Options"
410
- msgstr "Opções"
 
 
 
411
 
412
- #: lib/admin/class-groups-admin.php:220
413
- msgid "Groups Add-Ons"
414
- msgstr "Add-Ons de grupos"
 
415
 
416
- #: lib/admin/class-groups-admin.php:221 lib/admin/groups-admin-add-ons.php:34
417
- msgid "Add-Ons"
418
- msgstr "Add-Ons"
 
 
 
 
419
 
420
- #: lib/admin/groups-admin-add-ons.php:38
421
- msgid "Recommended extensions for Groups"
422
- msgstr "Extensões recomendadas para grupos"
 
 
423
 
424
- #: lib/admin/groups-admin-add-ons.php:146
425
- msgid "Recommended plugins by itthinx"
426
- msgstr "Plugins recomendados por itthinx"
 
 
 
 
427
 
428
- #: lib/admin/groups-admin-capabilities-add.php:34
429
- #: lib/admin/groups-admin-capabilities-add.php:89
430
- #: lib/admin/groups-admin-capabilities-add.php:93
431
- #: lib/admin/groups-admin-capabilities-edit.php:35
432
- #: lib/admin/groups-admin-capabilities-edit.php:96
433
- #: lib/admin/groups-admin-capabilities-edit.php:100
434
- #: lib/admin/groups-admin-capabilities-remove.php:35
435
- #: lib/admin/groups-admin-capabilities-remove.php:83
436
- #: lib/admin/groups-admin-capabilities-remove.php:87
437
- #: lib/admin/groups-admin-capabilities-remove.php:110
438
- #: lib/admin/groups-admin-capabilities-remove.php:175
439
- #: lib/admin/groups-admin-capabilities-remove.php:179
440
- #: lib/admin/groups-admin-capabilities.php:48
441
- #: lib/admin/groups-admin-capabilities.php:141
442
- #: lib/admin/groups-admin-capabilities.php:172
443
- #: lib/admin/groups-admin-capabilities.php:178
444
- #: lib/admin/groups-admin-groups-add.php:36
445
- #: lib/admin/groups-admin-groups-add.php:139
446
- #: lib/admin/groups-admin-groups-add.php:143
447
- #: lib/admin/groups-admin-groups-edit.php:37
448
- #: lib/admin/groups-admin-groups-edit.php:176
449
- #: lib/admin/groups-admin-groups-edit.php:180
450
- #: lib/admin/groups-admin-groups-remove.php:35
451
- #: lib/admin/groups-admin-groups-remove.php:83
452
- #: lib/admin/groups-admin-groups-remove.php:87
453
- #: lib/admin/groups-admin-groups-remove.php:110
454
- #: lib/admin/groups-admin-groups-remove.php:177
455
- #: lib/admin/groups-admin-groups-remove.php:181
456
- #: lib/admin/groups-admin-groups.php:49 lib/admin/groups-admin-groups.php:148
457
- #: lib/admin/groups-admin-groups.php:179 lib/admin/groups-admin-groups.php:185
458
- #: lib/admin/groups-admin-options.php:39 lib/admin/groups-admin-options.php:328
459
- #: lib/admin/groups-admin-tree-view.php:37 lib/test/groups-tests.php:385
460
- #: lib/test/groups-tests.php:391
461
- msgid "Access denied."
462
- msgstr "Acesso negado."
463
 
464
- #: lib/admin/groups-admin-capabilities-add.php:50
465
- msgid "Add a new capability"
466
- msgstr "Adicionar um novo recurso"
467
 
468
- #: lib/admin/groups-admin-capabilities-add.php:57
469
- #: lib/admin/groups-admin-capabilities-edit.php:66
470
- #: lib/admin/groups-admin-capabilities.php:314
471
- #: lib/admin/groups-admin-capabilities.php:330
472
- msgid "Capability"
473
- msgstr "Recurso de Acesso"
474
 
475
- #: lib/admin/groups-admin-capabilities-add.php:62
476
- #: lib/admin/groups-admin-capabilities-edit.php:71
477
- #: lib/admin/groups-admin-capabilities.php:315
478
- #: lib/admin/groups-admin-groups-add.php:83
479
- #: lib/admin/groups-admin-groups-edit.php:93
480
- #: lib/admin/groups-admin-groups.php:305
481
- msgid "Description"
482
- msgstr "Descrição"
483
 
484
- #: lib/admin/groups-admin-capabilities-add.php:68
485
- #: lib/admin/groups-admin-capabilities.php:201
486
- #: lib/admin/groups-admin-groups-add.php:119
487
- #: lib/admin/groups-admin-groups.php:207
488
- msgid "Add"
489
- msgstr "Adicionar"
490
 
491
- #: lib/admin/groups-admin-capabilities-add.php:70
492
- #: lib/admin/groups-admin-capabilities-edit.php:79
493
- #: lib/admin/groups-admin-capabilities-remove.php:64
494
- #: lib/admin/groups-admin-capabilities-remove.php:150
495
- #: lib/admin/groups-admin-groups-add.php:121
496
- #: lib/admin/groups-admin-groups-edit.php:160
497
- #: lib/admin/groups-admin-groups-remove.php:64
498
- #: lib/admin/groups-admin-groups-remove.php:154
499
- msgid "Cancel"
500
- msgstr "Cancelar"
501
 
502
- #: lib/admin/groups-admin-capabilities-add.php:102
503
- #: lib/admin/groups-admin-capabilities-edit.php:130
504
- msgid "The <em>Capability</em> must not be empty."
505
- msgstr "O <em>recurso</em> não pode estar vazio."
506
 
507
- #: lib/admin/groups-admin-capabilities-add.php:104
508
  #, php-format
509
- msgid "The <em>%s</em> capability already exists."
510
- msgstr "O recurso <em>%s</em> já existe."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
511
 
512
  #: lib/admin/groups-admin-capabilities-edit.php:41
513
  #: lib/admin/groups-admin-capabilities-remove.php:41
514
  msgid "No such capability."
515
  msgstr "Sem tal recurso."
516
 
517
- #: lib/admin/groups-admin-capabilities-edit.php:56
518
- msgid "Edit a capability"
519
- msgstr "Editar um recurso"
 
520
 
521
- #: lib/admin/groups-admin-capabilities-edit.php:77
522
- #: lib/admin/groups-admin-groups-edit.php:158
523
- #: lib/admin/groups-admin-options.php:205
524
- #: lib/admin/groups-admin-options.php:317
525
- #: lib/admin/groups-admin-options.php:366
526
- msgid "Save"
527
- msgstr "Salvar"
528
 
529
- #: lib/admin/groups-admin-capabilities-edit.php:116
530
- #, php-format
531
  msgid ""
532
- "The <em>%s</em> capability already exists and cannot be assigned to this one."
533
- msgstr "O recurso de <em>%s</em> já existe e não pode ser atribuído novamente."
 
 
534
 
535
- #: lib/admin/groups-admin-capabilities-edit.php:126
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
536
  #, php-format
537
- msgid "The <em>%s</em> capability could not be updated."
538
- msgstr "O recurso <em>%s</em> não pôde ser atualizado."
 
 
539
 
540
- #: lib/admin/groups-admin-capabilities-remove.php:53
541
- msgid "Remove a capability"
542
- msgstr "Remover um recurso"
543
 
544
- #: lib/admin/groups-admin-capabilities-remove.php:59
 
 
 
 
 
545
  #, php-format
546
- msgid "Capability : %s"
547
- msgstr "Recurso: %s"
 
 
 
 
548
 
549
- #: lib/admin/groups-admin-capabilities-remove.php:62
550
- #: lib/admin/groups-admin-capabilities-remove.php:149
551
- #: lib/admin/groups-admin-capabilities.php:372
552
- #: lib/admin/groups-admin-capabilities.php:458
553
- #: lib/admin/groups-admin-groups-remove.php:62
554
- #: lib/admin/groups-admin-groups-remove.php:153
555
- #: lib/admin/groups-admin-groups.php:469
556
- msgid "Remove"
557
- msgstr "Remover"
558
 
559
- #: lib/admin/groups-admin-capabilities-remove.php:116
560
- msgid "No such capabilities."
561
- msgstr "Sem tais recursos."
562
 
563
- #: lib/admin/groups-admin-capabilities-remove.php:133
564
- msgid "Remove capabilities"
565
- msgstr "Remover recursos"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
566
 
567
  #: lib/admin/groups-admin-capabilities-remove.php:139
568
  msgid ""
@@ -572,149 +848,223 @@ msgstr ""
572
  "Por favor, confirme para remover os seguintes recursos. Esta ação não pode "
573
  "ser desfeita."
574
 
575
- #: lib/admin/groups-admin-capabilities-remove.php:145
576
- #: lib/admin/groups-admin-groups-remove.php:149
577
  #, php-format
578
- msgid "<strong>%s</strong>"
579
- msgstr "<strong>%s</strong>"
 
 
 
580
 
581
- #: lib/admin/groups-admin-capabilities.php:62
582
  #, php-format
583
- msgid "The <em>%s</em> capability has been created."
584
- msgstr "O recurso <em>%s</em> foi criado."
 
 
585
 
586
- #: lib/admin/groups-admin-capabilities.php:70
 
 
 
 
 
 
 
587
  #, php-format
588
- msgid "The <em>%s</em> capability has been updated."
589
- msgstr "O recurso <em>%s</em> foi atualizado."
 
 
590
 
591
- #: lib/admin/groups-admin-capabilities.php:75
592
- msgid "The capability has been deleted."
593
- msgstr "O recurso foi excluído."
 
594
 
595
- #: lib/admin/groups-admin-capabilities.php:121
596
- #, php-format
597
- msgid "One capability has been added."
598
- msgid_plural "%d capabilities have been added."
599
- msgstr[0] "Um recurso foi adicionado"
600
- msgstr[1] "%d recursos foram adicionados."
601
 
602
- #: lib/admin/groups-admin-capabilities.php:123
603
- msgid "No new capabilities have been found."
604
- msgstr "Não novos recursos encontrados."
 
 
605
 
606
- #: lib/admin/groups-admin-capabilities.php:126
607
- msgid "A Duck!"
608
- msgstr "Um pato!"
609
 
610
- #: lib/admin/groups-admin-capabilities.php:196
611
- msgid "Click to add a new capability"
612
- msgstr "Clique para adicionar um novo recurso"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
613
 
614
- #: lib/admin/groups-admin-capabilities.php:206
615
- msgid "New Capability"
616
- msgstr "Novo Recurso"
617
 
618
- #: lib/admin/groups-admin-capabilities.php:212
619
- msgid "Click to refresh capabilities"
620
- msgstr "Clique para atualizar os recursos"
621
 
622
- #: lib/admin/groups-admin-capabilities.php:217
623
- #: lib/admin/groups-admin-capabilities.php:222
624
- msgid "Refresh"
625
- msgstr "Atualizar"
626
 
627
- #: lib/admin/groups-admin-capabilities.php:313
628
- #: lib/admin/groups-admin-groups.php:303
629
- msgid "ID"
630
- msgstr "ID"
631
 
632
- #: lib/admin/groups-admin-capabilities.php:324
633
- #: lib/admin/groups-admin-groups.php:315
634
- msgid "Filters"
635
- msgstr "Filtros"
636
 
637
- #: lib/admin/groups-admin-capabilities.php:326
638
- msgid "Capability ID"
639
- msgstr "ID do recurso"
640
 
641
- #: lib/admin/groups-admin-capabilities.php:335
642
- #: lib/admin/groups-admin-groups.php:324
643
- msgid "Clear"
644
- msgstr "Limpar"
 
 
 
 
645
 
646
  #: lib/admin/groups-admin-capabilities.php:357
647
  #: lib/admin/groups-admin-groups.php:346
648
  msgid "Results per page"
649
  msgstr "Resultados por página"
650
 
651
- #: lib/admin/groups-admin-capabilities.php:371
652
- #: lib/admin/groups-admin-groups.php:380
653
- msgid "Bulk Actions"
654
- msgstr "Ação em massa"
655
 
656
- #: lib/admin/groups-admin-capabilities.php:449
657
- #: lib/admin/groups-admin-groups.php:460
658
- msgid "Edit"
659
- msgstr "Editar"
 
 
 
660
 
661
- #: lib/admin/groups-admin-capabilities.php:484
662
- #: lib/admin/groups-admin-groups.php:523
663
- msgid "There are no results."
664
- msgstr "Não há nenhum resultado."
665
 
666
- #: lib/admin/groups-admin-groups-add.php:59
667
- msgid "Add a new group"
668
- msgstr "Adicionar um novo grupo"
669
 
670
- #: lib/admin/groups-admin-groups-add.php:69
671
- #: lib/admin/groups-admin-groups-edit.php:79
672
- msgid "Name"
673
- msgstr "Nome"
674
 
675
- #: lib/admin/groups-admin-groups-add.php:76
676
- #: lib/admin/groups-admin-groups-edit.php:86
677
- msgid "Parent"
678
- msgstr "Pai"
679
 
680
- #: lib/admin/groups-admin-groups-add.php:100
681
- #: lib/admin/groups-admin-groups-edit.php:120
682
- msgid "Choose capabilities &hellip;"
683
- msgstr "Escolha os recursos &hellip;"
684
 
685
- #: lib/admin/groups-admin-groups-add.php:109
686
- msgid "These capabilities will be assigned to the group."
687
- msgstr "Esses recursos serão atribuídos ao grupo."
688
 
689
- #: lib/admin/groups-admin-groups-add.php:163
690
- msgid "The name must not be empty."
691
- msgstr "O nome não pode estar vazio."
 
 
 
 
 
 
692
 
693
- #: lib/admin/groups-admin-groups-add.php:165
694
- #, php-format
695
- msgid "The <em>%s</em> group already exists."
696
- msgstr "O grupo <em>%s</em> existe."
 
697
 
698
- #: lib/admin/groups-admin-groups-edit.php:43
699
- #: lib/admin/groups-admin-groups-remove.php:41
700
- msgid "No such group."
701
- msgstr "Nenhum grupo."
 
702
 
703
- #: lib/admin/groups-admin-groups-edit.php:68
704
- msgid "Edit a group"
705
- msgstr "Editar um grupo"
 
706
 
707
- #: lib/admin/groups-admin-groups-edit.php:130
708
- msgid "The chosen capabilities are assigned to the group."
709
- msgstr "Os recursos escolhidos serão atribuídos ao grupo."
 
710
 
711
- #: lib/admin/groups-admin-groups-edit.php:141
712
- msgid "Inherited capabilities:"
713
- msgstr "Recursos herdados:"
 
714
 
715
- #: lib/admin/groups-admin-groups-edit.php:196
716
- msgid "The <em>Name</em> must not be empty."
717
- msgstr "O <em>nome</em>não pode estar vazio."
 
718
 
719
  #: lib/admin/groups-admin-groups-edit.php:204
720
  #, php-format
@@ -722,29 +1072,10 @@ msgid ""
722
  "The <em>%s</em> group already exists and cannot be used to name this one."
723
  msgstr "O grupo <em>%s</em> já existe e seu nome não pode ser usado novamente."
724
 
725
- #: lib/admin/groups-admin-groups-remove.php:53
726
- msgid "Remove a group"
727
- msgstr "Remover um grupo"
728
-
729
- #: lib/admin/groups-admin-groups-remove.php:59
730
  #, php-format
731
- msgid "Group Name : %s"
732
- msgstr "Nome do Grupo: %s"
733
-
734
- #: lib/admin/groups-admin-groups-remove.php:116
735
- msgid "No such groups."
736
- msgstr "Nenhum destes grupos."
737
-
738
- #: lib/admin/groups-admin-groups-remove.php:135
739
- msgid "Remove groups"
740
- msgstr "Remover grupos"
741
-
742
- #: lib/admin/groups-admin-groups-remove.php:142
743
- msgid ""
744
- "Please confirm removal of the following groups. This action cannot be undone."
745
- msgstr ""
746
- "Por favor, confirme a remoção dos seguintes grupos. Esta ação não pode ser "
747
- "desfeita."
748
 
749
  #: lib/admin/groups-admin-groups.php:63
750
  #, php-format
@@ -756,337 +1087,348 @@ msgstr "Foi criado o grupo <em>%s</em>."
756
  msgid "The <em>%s</em> group has been updated."
757
  msgstr "O grupo <em>%s</em> foi atualizado."
758
 
759
- #: lib/admin/groups-admin-groups.php:76
760
- msgid "The group has been deleted."
761
- msgstr "O grupo foi excluído."
762
-
763
- #: lib/admin/groups-admin-groups.php:202
764
- msgid "Click to add a new group"
765
- msgstr "Clique para adicionar um novo grupo"
766
-
767
- #: lib/admin/groups-admin-groups.php:212
768
- msgid "New Group"
769
- msgstr "Novo Grupo"
770
-
771
- #: lib/admin/groups-admin-groups.php:304
772
- msgid "Group"
773
- msgstr "Grupo"
774
-
775
- #: lib/admin/groups-admin-groups.php:316
776
- msgid "Group ID"
777
- msgstr "Id do Grupo"
778
 
779
- #: lib/admin/groups-admin-groups.php:319
780
- msgid "Group Name"
781
- msgstr "Nome do Grupo"
782
 
783
- #: lib/admin/groups-admin-groups.php:361 lib/admin/groups-admin-groups.php:362
784
- msgid "Capabilities &hellip;"
785
- msgstr "Recursos &hellip;"
 
 
786
 
787
- #: lib/admin/groups-admin-groups.php:381
788
- msgid "Remove group"
789
- msgstr "Remover grupo"
790
 
791
- #: lib/admin/groups-admin-groups.php:382
792
- msgid "Add capability"
793
- msgstr "Adicionar recurso"
794
 
795
- #: lib/admin/groups-admin-groups.php:383
796
- msgid "Remove capability"
797
- msgstr "Remover recurso"
 
 
 
 
798
 
799
- #: lib/admin/groups-admin-groups.php:516
800
- msgid "This group has no capabilities."
801
- msgstr "Este grupo não têm recursos."
802
 
803
- #: lib/admin/groups-admin-options.php:50
804
- msgid "Access Groups"
805
- msgstr "Acesso a Grupos"
806
 
807
- #: lib/admin/groups-admin-options.php:51
808
- msgid "Administer Groups"
809
- msgstr "Administrar Grupos"
810
 
811
- #: lib/admin/groups-admin-options.php:52
812
- msgid "Administer Groups plugin options"
813
- msgstr "Administrar opções do plugin"
814
 
815
- #: lib/admin/groups-admin-options.php:125
816
- msgid "Options saved."
817
- msgstr "Opções salvas."
818
 
819
- #: lib/admin/groups-admin-options.php:133
820
- msgid "Groups Options"
821
- msgstr "Opções de grupos"
 
822
 
823
- #: lib/admin/groups-admin-options.php:148
824
- msgid "Role"
825
- msgstr "Função"
 
 
 
 
 
826
 
827
- #: lib/admin/groups-admin-options.php:193
828
  msgid ""
829
- "Enhanced functionality is available via official <a href=\"http://www."
830
- "itthinx.com/shop/\">Extensions</a> for Groups."
831
  msgstr ""
832
- "Funcionalidade aprimorada está disponível via <a href=\"http://www.itthinx."
833
- "com/shop/\">extensões oficiais</a>."
834
 
835
- #: lib/admin/groups-admin-options.php:210
836
- msgid "Administrator Access Override"
837
- msgstr "Sobrescrever acesso de administrador"
838
 
839
- #: lib/admin/groups-admin-options.php:214
840
  msgid ""
841
- "Administrators override all access permissions derived from Groups "
842
- "capabilities."
843
  msgstr ""
844
- "Os administradores sobrescrevem todas as permissões de acesso derivadas dos "
845
- "recursos de grupos."
846
-
847
- #: lib/admin/groups-admin-options.php:218
848
- msgid "Access restricions"
849
- msgstr "Restrições de acesso"
850
 
851
- #: lib/admin/groups-admin-options.php:220
852
- msgid "Post types"
853
- msgstr "Tipos de posts"
854
 
855
- #: lib/admin/groups-admin-options.php:223
856
- msgid "Show access restrictions for these post types."
857
- msgstr "Mostrar as restrições de acesso para estes tipos de posts."
 
 
858
 
859
- #: lib/admin/groups-admin-options.php:246
860
  msgid ""
861
- "This determines for which post types access restriction settings are offered."
 
862
  msgstr ""
863
- "Isto determina para quais tipos de post as configurações de restrição de "
864
- "acesso são oferecidas."
865
 
866
- #: lib/admin/groups-admin-options.php:247
867
  msgid ""
868
- "Disabling this setting for a post type does not remove existing access "
869
- "restrictions on individual posts of that type."
 
870
  msgstr ""
871
- "Nota: Desabilitar essa configuração para um tipo de post não remove "
872
- "restrições de acesso existentes em posts individuais desse tipo."
873
 
874
- #: lib/admin/groups-admin-options.php:254
875
  msgid ""
876
- "Include these capabilities to enforce read access on posts. The selected "
877
- "capabilities will be offered to restrict access to posts."
878
  msgstr ""
879
- "Inclua recursos para exigir o acesso de leitura em posts. Os recursos "
880
- "selecionados serão oferecidos para restringir o acesso aos posts."
881
 
882
- #: lib/admin/groups-admin-options.php:275
883
- msgid "User profiles"
884
- msgstr "Perfis de usuário"
885
 
886
- #: lib/admin/groups-admin-options.php:279
887
- msgid "Show groups in user profiles."
888
- msgstr "Exibir grupos em perfis de usuário."
889
 
890
- #: lib/admin/groups-admin-options.php:284
891
  msgid "Tree view"
892
  msgstr "Exibição em árvore"
893
 
894
- #: lib/admin/groups-admin-options.php:288
895
- msgid "Show the Groups tree view."
896
- msgstr "Mostre os grupos usando exibição em árvore."
 
 
 
 
897
 
898
- #: lib/admin/groups-admin-options.php:293
899
- msgid "Permissions"
900
- msgstr "Permissões"
 
 
901
 
902
- #: lib/admin/groups-admin-options.php:294
903
  msgid ""
904
- "These permissions apply to Groups management. They do not apply to access "
905
- "permissions derived from Groups capabilities."
906
  msgstr ""
907
- "Essas permissões se aplicam à gerência de grupos. Elas não se aplicam às "
908
- "permissões de acesso, derivadas de recursos de grupos."
909
-
910
- #: lib/admin/groups-admin-options.php:297
911
- msgid "A minimum set of permissions will be preserved."
912
- msgstr "Um conjunto mínimo de permissões será preservado."
913
 
914
- #: lib/admin/groups-admin-options.php:299
915
- msgid "If you lock yourself out, please ask an administrator to help."
 
 
916
  msgstr ""
917
- "Se você se trancou para fora, por favor, peça para um administrador ajudar a "
918
- "retomar o acesso."
919
 
920
- #: lib/admin/groups-admin-options.php:303
921
- msgid "Deactivation and data persistence"
922
- msgstr "Desativação e persistência de dados"
923
 
924
- #: lib/admin/groups-admin-options.php:307
925
- msgid "Delete all Groups plugin data on deactivation"
926
- msgstr "Excluir todos os dados do plugin ao desativar"
927
 
928
- #: lib/admin/groups-admin-options.php:311
929
  msgid ""
930
- "CAUTION: If this option is active while the plugin is deactivated, ALL "
931
- "plugin settings and data will be DELETED. If you are going to use this "
932
- "option, now would be a good time to make a backup. By enabling this option "
933
- "you agree to be solely responsible for any loss of data or any other "
934
- "consequences thereof."
 
 
 
935
  msgstr ""
936
- "ATENÇÃO: Se esta opção estiver ligada enquanto o plugin estiver desativado, "
937
- "todos os dados e configurações do plugin serão excluídos. Se você vai usar "
938
- "essa opção, é um bom momento para fazer um backup. Habilitando esta opção, "
939
- "você concorda em ser responsável por qualquer perda de dados ou outras "
940
- "consequências."
 
 
 
941
 
942
- #: lib/admin/groups-admin-options.php:334
943
- msgid "Groups network options"
944
- msgstr "Opções de grupos em rede"
945
 
946
- #: lib/admin/groups-admin-options.php:356
947
- msgid "Network deactivation and data persistence"
948
- msgstr "Desativação em rede e persistência de dados"
949
 
950
- #: lib/admin/groups-admin-options.php:359
951
- msgid "Delete all Groups plugin data for ALL sites on network deactivation"
952
  msgstr ""
953
- "Excluir TODOS os dados do plugin de grupos para TODOS os sites na "
954
- "desativação em rede"
955
 
956
- #: lib/admin/groups-admin-options.php:362
957
- msgid ""
958
- "CAUTION: If this option is active while the plugin is deactivated, ALL "
959
- "plugin settings and data will be DELETED for <strong>all sites</strong>. If "
960
- "you are going to use this option, now would be a good time to make a backup. "
961
- "By enabling this option you agree to be solely responsible for any loss of "
962
- "data or any other consequences thereof."
963
  msgstr ""
964
- "ATENÇÃO: Se esta opção estiver ligada enquanto o plugin estiver desativado, "
965
- "TODOS os dados e configurações do plugin serão excluídos de <strong>todos os "
966
- "sites</strong>. Se você vai usar essa opção, é um bom momento para fazer um "
967
- "backup. Habilitando esta opção, você concorda em ser responsável por "
968
- "qualquer perda de dados ou outras consequências."
969
 
970
- #: lib/admin/groups-admin-tree-view.php:43
971
- msgid "Tree of Groups"
972
- msgstr "Árvore de grupos"
 
973
 
974
- #: lib/auto/class-groups-registered.php:73
975
- msgid "Registered"
976
- msgstr "Registrado"
977
 
978
- #: lib/core/class-groups-help.php:87
979
  msgid ""
980
- "The complete documentation is available on the <a href=\"http://docs.itthinx."
981
- "com/document/groups\">Documentation</a> pages for Groups."
 
982
  msgstr ""
983
- "A documentação completa está disponível nas páginas de <a href=\"http://docs."
984
- "itthinx.com/document/groups\">documentação</a> para grupos."
985
 
986
- #: lib/core/class-groups-help.php:92
 
 
 
 
 
987
  msgid ""
988
- "Here you can <strong>add</strong>, <strong>edit</strong> and <strong>remove</"
989
- "strong> groups."
990
  msgstr ""
991
- "Aqui você pode <strong>adicionar</strong>, <strong>editar</strong> e "
992
- "<strong>remover</strong> grupos."
993
 
994
- #: lib/core/class-groups-help.php:141
995
  msgid ""
996
- "Thank you for using <a href=\"http://www.itthinx.com/plugins/groups\" target="
997
- "\"_blank\">Groups</a> by <a href=\"http://www.itthinx.com\" target=\"_blank"
998
- "\">itthinx</a>."
999
  msgstr ""
1000
- "Obrigado por usar <a href=\"http://www.itthinx.com/plugins/groups\" target="
1001
- "\"_blank\">Groups</a> do <a href=\"http://www.itthinx.com\" target=\"_blank"
1002
- "\">itthinx</a>."
1003
 
1004
- #: lib/core/class-groups-help.php:144
1005
- #, php-format
1006
  msgid ""
1007
- "Please give it a <a href=\"%s\">&#9733;&#9733;&#9733;&#9733;&#9733;</a> "
1008
- "rating."
 
 
 
 
 
 
1009
  msgstr ""
1010
- "Por favor avalie como <a href=\"%s\">&#9733;&#9733;&#9733;&#9733;&#9733;</a>."
1011
-
1012
- #: lib/core/class-groups-pagination.php:96
1013
- #, php-format
1014
- msgid "1 item"
1015
- msgid_plural "%s items"
1016
- msgstr[0] "1 item"
1017
- msgstr[1] "%s itens"
1018
-
1019
- #: lib/core/class-groups-pagination.php:117
1020
- msgid "Go to the first page"
1021
- msgstr "Ir para a primeira página"
1022
-
1023
- #: lib/core/class-groups-pagination.php:124
1024
- msgid "Go to the previous page"
1025
- msgstr "Ir para a página anterior"
1026
 
1027
- #: lib/core/class-groups-pagination.php:133
1028
- msgid "Current page"
1029
- msgstr "Página atual"
 
1030
 
1031
- #: lib/core/class-groups-pagination.php:140
1032
  #, php-format
1033
- msgctxt "paging"
1034
- msgid "%1$s of %2$s"
1035
- msgstr "%1$s de %2$s"
 
 
1036
 
1037
- #: lib/core/class-groups-pagination.php:144
1038
- msgid "Go to the next page"
1039
- msgstr "Ir para a próxima página"
 
 
1040
 
1041
- #: lib/core/class-groups-pagination.php:151
1042
- msgid "Go to the last page"
1043
- msgstr "Ir para a última página"
 
 
 
 
1044
 
1045
- #: lib/views/class-groups-shortcodes.php:121
1046
- msgid "Log out"
1047
- msgstr "Sair"
1048
 
1049
- #: lib/views/class-groups-shortcodes.php:469
1050
- #, php-format
1051
- msgid "Join the %s group"
1052
- msgstr "Junte-se ao grupo %s"
1053
 
1054
  #: lib/views/class-groups-shortcodes.php:522
1055
  #, php-format
1056
  msgid "You have joined the %s group."
1057
  msgstr "Você está no grupo %s."
1058
 
1059
- #: lib/views/class-groups-shortcodes.php:527
1060
- #, php-format
1061
- msgid "You are a member of the %s group."
1062
- msgstr "Você é um membro do grupo %s."
1063
-
1064
- #: lib/views/class-groups-shortcodes.php:553
1065
- #, php-format
1066
- msgid "Leave the %s group"
1067
- msgstr "Deixe o grupo %s"
1068
-
1069
  #: lib/views/class-groups-shortcodes.php:598
1070
  #, php-format
1071
  msgid "You have left the %s group."
1072
  msgstr "Você deixou o grupo %s."
1073
 
1074
- #. Plugin URI of the plugin/theme
1075
- msgid "http://www.itthinx.com/plugins/groups"
1076
- msgstr "http://www.itthinx.com/plugins/groups"
 
 
 
 
 
 
 
 
1077
 
1078
- #. Description of the plugin/theme
1079
  msgid ""
1080
- "Groups provides group-based user membership management, group-based "
1081
- "capabilities and content access control."
1082
  msgstr ""
1083
- "Grupos fornece gerenciamento de acesso para usuários baseada em grupos bem "
1084
- "como controle de acesso e recursos baseados em grupos."
1085
 
1086
- #. Author of the plugin/theme
1087
- msgid "itthinx"
1088
- msgstr "itthinx"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1089
 
1090
- #. Author URI of the plugin/theme
1091
- msgid "http://www.itthinx.com"
1092
- msgstr "http://www.itthinx.com"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Groups\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2017-04-03 21:55+0200\n"
6
+ "PO-Revision-Date: 2017-04-03 21:55+0200\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "Language: pt_BR\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
+ "X-Generator: Poedit 1.8.12\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-WPHeader: groups.php\n"
16
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
21
  "X-Poedit-SearchPath-0: .\n"
22
  "X-Poedit-SearchPathExcluded-0: *.js\n"
23
 
24
+ #: lib/core/class-groups-pagination.php:140
25
+ #, php-format
26
+ msgctxt "paging"
27
+ msgid "%1$s of %2$s"
28
+ msgstr "%1$s de %2$s"
 
 
29
 
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; Sem Mudança &mdash;"
 
 
 
34
 
35
+ #: legacy/admin/class-groups-admin-posts-legacy.php:136
36
+ #: lib/admin/class-groups-admin-posts.php:148
37
+ msgid "(only unrestricted)"
38
+ msgstr "(somente irrestrito)"
 
 
 
39
 
40
+ #: lib/admin/class-groups-admin-users.php:374
41
+ msgid "--"
42
+ msgstr "--"
 
 
 
43
 
44
+ #: lib/core/class-groups-pagination.php:96
45
+ #, php-format
46
+ msgid "1 item"
47
+ msgid_plural "%s items"
48
+ msgstr[0] "1 item"
49
+ msgstr[1] "%s itens"
50
+
51
+ #: legacy/admin/class-groups-admin-post-columns-legacy.php:76
52
+ #, php-format
53
+ msgid "<span title=\"%s\">Access Restrictions</span>"
54
+ msgstr "<span title=\"%s\">Restrições de acesso</span>"
55
+
56
+ #: lib/admin/groups-admin-capabilities-remove.php:145
57
+ #: lib/admin/groups-admin-groups-remove.php:149
58
+ #, php-format
59
+ msgid "<strong>%s</strong>"
60
+ msgstr "<strong>%s</strong>"
61
 
62
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:164
63
  msgid ""
64
+ "<sup>*</sup> For each capability, the groups that have the capability "
65
+ "assigned are shown within parenthesis. You can choose a capability by typing "
66
+ "part of the group's or the capability's name."
67
  msgstr ""
68
+ "<sup>*</sup> Para cada recurso, os grupos que possuem o recurso atribuído "
69
+ "são mostrados dentro de parênteses. Você pode escolher um recurso digitando "
70
+ "parte do nome do grupo ou seu recurso."
71
 
72
+ #: lib/admin/groups-admin-capabilities.php:126
73
+ msgid "A Duck!"
74
+ msgstr "Um pato!"
75
 
76
+ #: lib/admin/groups-admin-options.php:271
77
+ msgid "A minimum set of permissions will be preserved."
78
+ msgstr "Um conjunto mínimo de permissões será preservado."
79
 
80
+ #: lib/admin/groups-admin-options.php:50
81
+ msgid "Access Groups"
82
+ msgstr "Acesso a Grupos"
 
 
 
 
83
 
84
+ #: legacy/admin/class-groups-admin-posts-legacy.php:181
85
+ msgid "Access Restrictions"
86
+ msgstr "Restrições de acesso"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
87
 
88
+ #: lib/admin/groups-admin-capabilities-add.php:34
89
+ #: lib/admin/groups-admin-capabilities-add.php:89
90
+ #: lib/admin/groups-admin-capabilities-add.php:93
91
+ #: lib/admin/groups-admin-capabilities-edit.php:35
92
+ #: lib/admin/groups-admin-capabilities-edit.php:96
93
+ #: lib/admin/groups-admin-capabilities-edit.php:100
94
+ #: lib/admin/groups-admin-capabilities-remove.php:35
95
+ #: lib/admin/groups-admin-capabilities-remove.php:83
96
+ #: lib/admin/groups-admin-capabilities-remove.php:87
97
+ #: lib/admin/groups-admin-capabilities-remove.php:110
98
+ #: lib/admin/groups-admin-capabilities-remove.php:175
99
+ #: lib/admin/groups-admin-capabilities-remove.php:179
100
+ #: lib/admin/groups-admin-capabilities.php:48
101
+ #: lib/admin/groups-admin-capabilities.php:141
102
+ #: lib/admin/groups-admin-capabilities.php:172
103
+ #: lib/admin/groups-admin-capabilities.php:178
104
+ #: lib/admin/groups-admin-groups-add.php:36
105
+ #: lib/admin/groups-admin-groups-add.php:139
106
+ #: lib/admin/groups-admin-groups-add.php:143
107
+ #: lib/admin/groups-admin-groups-edit.php:37
108
+ #: lib/admin/groups-admin-groups-edit.php:176
109
+ #: lib/admin/groups-admin-groups-edit.php:180
110
+ #: lib/admin/groups-admin-groups-remove.php:35
111
+ #: lib/admin/groups-admin-groups-remove.php:83
112
+ #: lib/admin/groups-admin-groups-remove.php:87
113
+ #: lib/admin/groups-admin-groups-remove.php:110
114
+ #: lib/admin/groups-admin-groups-remove.php:177
115
+ #: lib/admin/groups-admin-groups-remove.php:181
116
+ #: lib/admin/groups-admin-groups.php:49 lib/admin/groups-admin-groups.php:148
117
+ #: lib/admin/groups-admin-groups.php:179 lib/admin/groups-admin-groups.php:185
118
+ #: lib/admin/groups-admin-options.php:39 lib/admin/groups-admin-options.php:319
119
+ #: lib/admin/groups-admin-tree-view.php:37 lib/test/groups-tests.php:385
120
+ #: lib/test/groups-tests.php:391
121
+ msgid "Access denied."
122
+ msgstr "Acesso negado."
123
+
124
+ #: lib/admin/groups-admin-options.php:216
125
+ msgid "Access restricions"
126
+ msgstr "Restrições de acesso"
127
+
128
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:97
129
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:107
130
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:121
131
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:124
132
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:592
133
+ msgid "Access restrictions"
134
+ msgstr "Restrições de acesso"
135
+
136
+ #: legacy/admin/class-groups-admin-posts-legacy.php:124
137
+ #: legacy/admin/class-groups-admin-posts-legacy.php:125
138
+ msgid "Access restrictions &hellip;"
139
+ msgstr "Restrições de acesso &hellip;"
140
+
141
+ #: lib/admin/groups-admin-capabilities-add.php:68
142
+ #: lib/admin/groups-admin-capabilities.php:201
143
+ #: lib/admin/groups-admin-groups-add.php:119
144
+ #: lib/admin/groups-admin-groups.php:207
145
+ msgid "Add"
146
+ msgstr "Adicionar"
147
+
148
+ #: lib/admin/groups-admin-capabilities-add.php:50
149
+ msgid "Add a new capability"
150
+ msgstr "Adicionar um novo recurso"
151
+
152
+ #: lib/admin/groups-admin-groups-add.php:59
153
+ msgid "Add a new group"
154
+ msgstr "Adicionar um novo grupo"
155
+
156
+ #: lib/admin/groups-admin-groups.php:382
157
+ msgid "Add capability"
158
+ msgstr "Adicionar recurso"
159
+
160
+ #: legacy/admin/class-groups-admin-posts-legacy.php:185
161
+ #: lib/admin/class-groups-admin-posts.php:208
162
+ msgid "Add restriction"
163
+ msgstr "Adicionar restrição"
164
+
165
+ #: lib/admin/class-groups-admin-users.php:212
166
+ msgid "Add to group"
167
+ msgstr "Adicionar ao grupo"
168
+
169
+ #: lib/admin/class-groups-admin-welcome.php:234
170
+ #: lib/admin/class-groups-admin.php:221 lib/admin/groups-admin-add-ons.php:32
171
+ msgid "Add-Ons"
172
+ msgstr "Add-Ons"
173
 
174
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:150
175
  msgid ""
176
  "Adding the group and capability manually and enabling it for access "
177
  "restriction"
179
  "Adicionando o grupo e o recurso manualmente, habilitando para restrição de "
180
  "acesso"
181
 
182
+ #: lib/admin/groups-admin-options.php:51
183
+ msgid "Administer Groups"
184
+ msgstr "Administrar Grupos"
185
+
186
+ #: lib/admin/groups-admin-options.php:52
187
+ msgid "Administer Groups plugin options"
188
+ msgstr "Administrar opções do plugin"
189
+
190
+ #: lib/admin/groups-admin-options.php:208
191
+ msgid "Administrator Access Override"
192
+ msgstr "Sobrescrever acesso de administrador"
193
+
194
+ #: lib/admin/groups-admin-options.php:212
195
  msgid ""
196
+ "Administrators override all access permissions derived from Groups "
197
+ "capabilities."
198
  msgstr ""
199
+ "Os administradores sobrescrevem todas as permissões de acesso derivadas dos "
200
+ "recursos de grupos."
201
 
202
+ #: lib/admin/class-groups-admin-posts.php:165
203
+ msgid "Also look for groups related to terms"
 
204
  msgstr ""
 
205
 
206
+ #: lib/admin/class-groups-admin-welcome.php:187
207
  msgid ""
208
+ "And you can now filter the list of users by one or multiple groups with one "
209
+ "convenient field."
210
  msgstr ""
 
 
211
 
212
+ #: lib/admin/class-groups-admin-welcome.php:185
213
  msgid ""
214
+ "Another improvement is better filtering by groups and a reduced footprint on "
215
+ "the Users admin screen."
216
  msgstr ""
 
 
217
 
218
+ #: lib/access/class-groups-access-meta-boxes.php:209
219
+ #: lib/access/class-groups-access-meta-boxes.php:210
220
+ #: lib/access/class-groups-access-meta-boxes.php:443
221
+ #: lib/access/class-groups-access-meta-boxes.php:444
222
+ msgid "Anyone &hellip;"
223
  msgstr ""
 
 
224
 
225
+ #: lib/admin/class-groups-admin-users.php:215
226
+ #: lib/admin/groups-admin-capabilities.php:334
227
+ #: lib/admin/groups-admin-capabilities.php:360
228
+ #: lib/admin/groups-admin-capabilities.php:374
229
+ #: lib/admin/groups-admin-groups.php:323 lib/admin/groups-admin-groups.php:349
230
+ #: lib/admin/groups-admin-groups.php:385
231
+ msgid "Apply"
232
+ msgstr "Aplicar"
233
+
234
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:160
235
  msgid ""
236
  "Become a member of the <em>Premium</em> group - this is required so you can "
237
  "choose the <em>premium</em> capability to restrict access to a post."
240
  "você possa escolher um recurso <em>superior</em> e restringir o acesso a um "
241
  "post."
242
 
243
+ #: lib/admin/groups-admin-capabilities.php:371
244
+ #: lib/admin/groups-admin-groups.php:380
245
+ msgid "Bulk Actions"
246
+ msgstr "Ação em massa"
247
+
248
+ #: lib/admin/groups-admin-options.php:353
249
  msgid ""
250
+ "CAUTION: If this option is active while the plugin is deactivated, ALL "
251
+ "plugin settings and data will be DELETED for <strong>all sites</strong>. If "
252
+ "you are going to use this option, now would be a good time to make a backup. "
253
+ "By enabling this option you agree to be solely responsible for any loss of "
254
+ "data or any other consequences thereof."
255
  msgstr ""
256
+ "ATENÇÃO: Se esta opção estiver ligada enquanto o plugin estiver desativado, "
257
+ "TODOS os dados e configurações do plugin serão excluídos de <strong>todos os "
258
+ "sites</strong>. Se você vai usar essa opção, é um bom momento para fazer um "
259
+ "backup. Habilitando esta opção, você concorda em ser responsável por "
260
+ "qualquer perda de dados ou outras consequências."
261
 
262
+ #: lib/admin/groups-admin-options.php:285
263
  msgid ""
264
+ "CAUTION: If this option is active while the plugin is deactivated, ALL "
265
+ "plugin settings and data will be DELETED. If you are going to use this "
266
+ "option, now would be a good time to make a backup. By enabling this option "
267
+ "you agree to be solely responsible for any loss of data or any other "
268
+ "consequences thereof."
269
  msgstr ""
270
+ "ATENÇÃO: Se esta opção estiver ligada enquanto o plugin estiver desativado, "
271
+ "todos os dados e configurações do plugin serão excluídos. Se você vai usar "
272
+ "essa opção, é um bom momento para fazer um backup. Habilitando esta opção, "
273
+ "você concorda em ser responsável por qualquer perda de dados ou outras "
274
+ "consequências."
 
 
 
 
 
 
 
275
 
276
+ #: lib/admin/groups-admin-capabilities-add.php:70
277
+ #: lib/admin/groups-admin-capabilities-edit.php:79
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"
285
+ msgstr "Cancelar"
286
+
287
+ #: legacy/admin/groups-admin-options-legacy.php:59
288
+ #: lib/admin/class-groups-admin.php:195
289
+ #: lib/admin/groups-admin-capabilities.php:192
290
+ #: lib/admin/groups-admin-groups-add.php:97
291
+ #: lib/admin/groups-admin-groups-edit.php:117
292
+ #: lib/admin/groups-admin-groups.php:306 lib/core/class-groups-help.php:71
293
+ msgid "Capabilities"
294
+ msgstr "Recursos de Acesso"
295
+
296
+ #: lib/admin/groups-admin-groups.php:361 lib/admin/groups-admin-groups.php:362
297
+ msgid "Capabilities &hellip;"
298
+ msgstr "Recursos &hellip;"
299
+
300
+ #: lib/admin/groups-admin-capabilities-add.php:57
301
+ #: lib/admin/groups-admin-capabilities-edit.php:66
302
+ #: lib/admin/groups-admin-capabilities.php:314
303
+ #: lib/admin/groups-admin-capabilities.php:330
304
+ msgid "Capability"
305
+ msgstr "Recurso de Acesso"
306
+
307
+ #: lib/admin/groups-admin-capabilities-remove.php:59
308
+ #, php-format
309
+ msgid "Capability : %s"
310
+ msgstr "Recurso: %s"
311
+
312
+ #: lib/admin/groups-admin-capabilities.php:326
313
+ msgid "Capability ID"
314
+ msgstr "ID do recurso"
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 ""
320
+
321
+ #: legacy/admin/class-groups-admin-posts-legacy.php:195
322
+ #: legacy/admin/class-groups-admin-posts-legacy.php:196
323
+ msgid "Choose access restrictions &hellip;"
324
+ msgstr "Escolher as restrições de acesso &hellip;"
325
+
326
+ #: lib/admin/groups-admin-groups-add.php:100
327
+ #: lib/admin/groups-admin-groups-edit.php:120
328
+ msgid "Choose capabilities &hellip;"
329
+ msgstr "Escolha os recursos &hellip;"
330
+
331
+ #: lib/admin/class-groups-admin-user-profile.php:80
332
+ #: lib/admin/class-groups-admin-user-profile.php:81
333
+ #: lib/admin/class-groups-admin-user-profile.php:167
334
+ #: lib/admin/class-groups-admin-user-profile.php:168
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 "Escolha os grupos &hellip;"
341
 
342
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:214
343
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:541
344
  msgid ""
345
  "Choose one or more capabilities to restrict access. Groups that grant access "
346
  "through the capabilities are shown in parenthesis. If no capabilities are "
352
  "recursos disponíveis, você pode usar a caixa de criação rápida para criar um "
353
  "grupo e um recurso habilitado para restrição de acesso em tempo real."
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)."
 
359
  msgstr ""
 
 
 
360
 
361
+ #: lib/admin/groups-admin-capabilities.php:335
362
+ #: lib/admin/groups-admin-groups.php:324
363
+ msgid "Clear"
364
+ msgstr "Limpar"
 
 
 
 
 
365
 
366
+ #: lib/admin/groups-admin-capabilities.php:196
367
+ msgid "Click to add a new capability"
368
+ msgstr "Clique para adicionar um novo recurso"
369
+
370
+ #: lib/admin/groups-admin-groups.php:202
371
+ msgid "Click to add a new group"
372
+ msgstr "Clique para adicionar um novo grupo"
373
+
374
+ #: lib/admin/groups-admin-capabilities.php:212
375
+ msgid "Click to refresh capabilities"
376
+ msgstr "Clique para atualizar os recursos"
377
+
378
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:274
379
  msgid "Click to toggle the display of groups that grant the capabilities."
380
  msgstr "Clique para alternar a exibição de grupos que concedem recursos."
381
 
382
+ #: lib/admin/groups-admin-options.php:277
383
+ msgid "Deactivation and data persistence"
384
+ msgstr "Desativação e persistência de dados"
385
 
386
+ #: lib/admin/groups-admin-options.php:350
387
+ msgid "Delete all Groups plugin data for ALL sites on network deactivation"
388
+ msgstr ""
389
+ "Excluir TODOS os dados do plugin de grupos para TODOS os sites na "
390
+ "desativação em rede"
391
+
392
+ #: lib/admin/groups-admin-options.php:281
393
+ msgid "Delete all Groups plugin data on deactivation"
394
+ msgstr "Excluir todos os dados do plugin ao desativar"
395
+
396
+ #: lib/admin/groups-admin-capabilities-add.php:62
397
+ #: lib/admin/groups-admin-capabilities-edit.php:71
398
+ #: lib/admin/groups-admin-capabilities.php:315
399
+ #: lib/admin/groups-admin-groups-add.php:83
400
+ #: lib/admin/groups-admin-groups-edit.php:93
401
+ #: lib/admin/groups-admin-groups.php:305
402
+ msgid "Description"
403
+ msgstr "Descrição"
404
 
405
+ #: lib/admin/groups-admin-options.php:245
406
  msgid ""
407
+ "Disabling this setting for a post type does not remove existing access "
408
+ "restrictions on individual posts of that type."
409
  msgstr ""
410
+ "Nota: Desabilitar essa configuração para um tipo de post não remove "
411
+ "restrições de acesso existentes em posts individuais desse tipo."
412
 
413
+ #: lib/admin/class-groups-admin-welcome.php:144
414
+ #: lib/admin/class-groups-admin-welcome.php:145
415
+ msgid "Dismiss"
416
+ msgstr ""
417
+
418
+ #: lib/admin/groups-admin-capabilities.php:449
419
+ #: lib/admin/groups-admin-groups.php:460
420
+ msgid "Edit"
421
+ msgstr "Editar"
422
+
423
+ #: lib/admin/groups-admin-capabilities-edit.php:56
424
+ msgid "Edit a capability"
425
+ msgstr "Editar um recurso"
426
+
427
+ #: lib/admin/groups-admin-groups-edit.php:68
428
+ msgid "Edit a group"
429
+ msgstr "Editar um grupo"
430
 
431
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:161
432
  msgid ""
433
+ "Edit the post for which you want to restrict access and choose<sup>*</sup> "
434
+ "the <em>premium</em> capability."
 
 
 
 
 
 
435
  msgstr ""
436
+ "Edite o post para o qual você deseja restringir o acesso e escolha<sup>*</"
437
+ "sup> o recurso <em>premium</em>."
 
 
 
 
 
 
438
 
439
+ #: lib/admin/groups-admin-options.php:294
440
+ msgid "Enable legacy access control based on capabilities."
441
+ msgstr ""
442
 
443
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:204
444
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:505
445
+ msgid "Enforce read access"
446
+ msgstr "Exigir o acesso de leitura"
447
 
448
+ #: lib/admin/groups-admin-options.php:191
449
+ msgid ""
450
+ "Enhanced functionality is available via official <a href=\"http://www."
451
+ "itthinx.com/shop/\">Extensions</a> for Groups."
452
+ msgstr ""
453
+ "Funcionalidade aprimorada está disponível via <a href=\"http://www.itthinx."
454
+ "com/shop/\">extensões oficiais</a>."
455
 
456
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:143
457
+ msgid ""
458
+ "Enter <em>Premium</em> in the quick-create field located in the Access "
459
+ "restrictions panel and save or update the post (or hit Enter)."
460
+ msgstr ""
461
+ "Digite <em>Premium</em> no campo de criação rápida localizado no painel de "
462
+ "restrições de acesso e salve ou atualize o post."
463
 
464
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:135
465
+ #: lib/access/class-groups-access-meta-boxes.php:130
466
+ msgid "Example:"
467
+ msgstr "Exemplo:"
468
 
469
+ #: lib/admin/class-groups-admin-users.php:275
470
+ msgid "Filter"
471
+ msgstr ""
472
 
473
+ #: lib/admin/groups-admin-capabilities.php:324
474
+ #: lib/admin/groups-admin-groups.php:315
475
+ msgid "Filters"
476
+ msgstr "Filtros"
477
 
478
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:157
479
+ msgid ""
480
+ "Go to <strong>Groups > Capabilities</strong> and add the <em>premium</em> "
481
+ "capability."
482
+ msgstr ""
483
+ "Vá para <strong>Groups > Recursos</strong> e adicione o recurso <em>Premium</"
484
+ "em>."
485
 
486
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:156
487
+ msgid ""
488
+ "Go to <strong>Groups > Groups</strong> and add the <em>Premium</em> group."
489
+ msgstr ""
490
+ "Vá para <strong>Groups > Grupos</strong> e adicione o grupo <em>Premium</em>."
491
 
492
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:158
493
+ msgid ""
494
+ "Go to <strong>Groups > Groups</strong> and assign the <em>premium</em> "
495
+ "capability to the <em>Premium</em> group."
496
+ msgstr ""
497
+ "Vá para <strong>Groups > Grupos</strong> e atribua o recurso <em>premium</"
498
+ "em> ao grupo <em>premium</em>."
499
 
500
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:159
501
+ msgid ""
502
+ "Go to <strong>Groups > Options</strong> and enable the <em>premium</em> "
503
+ "capability to restrict access."
504
+ msgstr ""
505
+ "Vá para <strong>Groups > Opções</strong> e ative o recurso <em>Premium</em> "
506
+ "para restringir o acesso."
507
+
508
+ #: lib/admin/groups-admin-groups.php:304
509
+ msgid "Group"
510
+ msgstr "Grupo"
511
+
512
+ #: lib/admin/class-groups-admin-users.php:211
513
+ msgid "Group Actions"
514
+ msgstr "Ações de Grupo"
515
+
516
+ #: lib/admin/groups-admin-groups.php:316
517
+ msgid "Group ID"
518
+ msgstr "Id do Grupo"
519
+
520
+ #: lib/admin/groups-admin-groups.php:319
521
+ msgid "Group Name"
522
+ msgstr "Nome do Grupo"
523
+
524
+ #: lib/admin/groups-admin-groups-remove.php:59
525
+ #, php-format
526
+ msgid "Group Name : %s"
527
+ msgstr "Nome do Grupo: %s"
528
 
529
+ #: lib/access/class-groups-access-meta-boxes.php:112
530
+ #: lib/access/class-groups-access-meta-boxes.php:115
531
+ #: lib/access/class-groups-access-meta-boxes.php:471
532
+ #: lib/admin/class-groups-admin-posts.php:204
533
+ #: lib/admin/class-groups-admin-user-profile.php:72
534
+ #: lib/admin/class-groups-admin-user-profile.php:133
535
+ #: lib/admin/class-groups-admin-user-profile.php:157
536
+ #: lib/admin/class-groups-admin-users.php:347
537
  #: lib/admin/class-groups-admin.php:244 lib/admin/class-groups-admin.php:245
538
  #: lib/admin/class-groups-admin.php:274 lib/core/class-groups-help.php:63
539
  #: lib/core/class-groups-help.php:68 lib/core/class-groups-help.php:69
540
  msgid "Groups"
541
  msgstr "Grupos"
542
 
543
+ #: lib/admin/class-groups-admin-post-columns.php:93
544
+ msgctxt "Column header"
545
+ msgid "Groups"
546
+ msgstr ""
 
 
547
 
548
+ #: lib/access/class-groups-access-meta-boxes.php:98
549
+ msgctxt "Meta box title"
550
+ msgid "Groups"
551
+ msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
552
 
553
  #: lib/admin/class-groups-admin.php:140
554
  msgctxt "menu item title"
560
  msgid "Groups"
561
  msgstr "Grupos"
562
 
563
+ #: lib/admin/class-groups-admin-welcome.php:202
564
+ #, php-format
565
+ msgid ""
566
+ "Groups %s features a simpler model for access restrictions based on groups "
567
+ "instead of capabilities used in previous versions."
568
+ msgstr ""
569
+
570
+ #: lib/admin/class-groups-admin-posts.php:136
571
+ #: lib/admin/class-groups-admin-posts.php:137
572
+ msgid "Groups &hellip;"
573
+ msgstr ""
574
+
575
+ #: lib/admin/class-groups-admin.php:220
576
+ msgid "Groups Add-Ons"
577
+ msgstr "Add-Ons de grupos"
578
 
579
  #: lib/admin/class-groups-admin.php:194
580
  msgid "Groups Capabilities"
581
  msgstr "Recursos de grupos"
582
 
583
+ #: lib/admin/groups-admin-options.php:131
584
+ msgid "Groups Options"
585
+ msgstr "Opções de grupos"
586
+
587
+ #: lib/admin/groups-admin-options.php:325
588
+ msgid "Groups network options"
589
+ msgstr "Opções de grupos em rede"
 
590
 
591
  #: lib/admin/class-groups-admin.php:207
592
  msgid "Groups options"
593
  msgstr "Opções de grupos"
594
 
595
+ #: lib/core/class-groups-help.php:92
596
+ msgid ""
597
+ "Here you can <strong>add</strong>, <strong>edit</strong> and <strong>remove</"
598
+ "strong> groups."
599
+ msgstr ""
600
+ "Aqui você pode <strong>adicionar</strong>, <strong>editar</strong> e "
601
+ "<strong>remover</strong> grupos."
602
 
603
+ #: lib/admin/groups-admin-capabilities.php:313
604
+ #: lib/admin/groups-admin-groups.php:303
605
+ msgid "ID"
606
+ msgstr "ID"
607
 
608
+ #: lib/admin/class-groups-admin-welcome.php:221
609
+ msgid ""
610
+ "If you had any access restrictions in place based on capabilities, the "
611
+ "entries will now be unprotected, unless you enable legacy access "
612
+ "restrictions or place appropriate access restrictions based on groups on the "
613
+ "desired entries."
614
+ msgstr ""
615
 
616
+ #: lib/admin/groups-admin-options.php:273
617
+ msgid "If you lock yourself out, please ask an administrator to help."
618
+ msgstr ""
619
+ "Se você se trancou para fora, por favor, peça para um administrador ajudar a "
620
+ "retomar o acesso."
621
 
622
+ #: lib/admin/class-groups-admin-welcome.php:225
623
+ msgid ""
624
+ "If you would like to switch to access restrictions based on groups "
625
+ "(recommended) instead of capabilities, you can easily do so by setting the "
626
+ "appropriate groups on your protected posts, pages and other entries to "
627
+ "restrict access."
628
+ msgstr ""
629
 
630
+ #: lib/admin/class-groups-admin-welcome.php:155
631
+ msgid "Important"
632
+ msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
633
 
634
+ #: lib/admin/class-groups-admin-welcome.php:180
635
+ msgid "Improved User Interface"
636
+ msgstr ""
637
 
638
+ #: lib/access/class-groups-access-meta-boxes.php:140
639
+ msgid ""
640
+ "In the same field, you can create a new group and restrict access. Group "
641
+ "names are case-sensitive. In order to be able to use the new group, your "
642
+ "user account will be assigned to it."
643
+ msgstr ""
644
 
645
+ #: legacy/admin/groups-admin-options-legacy.php:62
646
+ msgid ""
647
+ "Include these capabilities to enforce read access on posts. The selected "
648
+ "capabilities will be offered to restrict access to posts."
649
+ msgstr ""
650
+ "Inclua recursos para exigir o acesso de leitura em posts. Os recursos "
651
+ "selecionados serão oferecidos para restringir o acesso aos posts."
 
652
 
653
+ #: lib/admin/groups-admin-groups-edit.php:141
654
+ msgid "Inherited capabilities:"
655
+ msgstr "Recursos herdados:"
 
 
 
656
 
657
+ #: lib/admin/class-groups-admin-welcome.php:158
658
+ msgid ""
659
+ "It seems that you have updated from Groups 1.x where access restrictions "
660
+ "were based on capabilities."
661
+ msgstr ""
 
 
 
 
 
662
 
663
+ #: lib/views/class-groups-shortcodes.php:469
664
+ #, php-format
665
+ msgid "Join the %s group"
666
+ msgstr "Junte-se ao grupo %s"
667
 
668
+ #: lib/views/class-groups-shortcodes.php:553
669
  #, php-format
670
+ msgid "Leave the %s group"
671
+ msgstr "Deixe o grupo %s"
672
+
673
+ #: lib/admin/groups-admin-options.php:290
674
+ msgid "Legacy Settings"
675
+ msgstr ""
676
+
677
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:137
678
+ #: lib/access/class-groups-access-meta-boxes.php:132
679
+ msgid ""
680
+ "Let's assume that you want to limit the visibility of a post to members of "
681
+ "the <em>Premium</em> group."
682
+ msgstr ""
683
+ "Vamos supor que você deseja limitar a visibilidade de um post para os "
684
+ "membros do grupo <em>premium</em>."
685
+
686
+ #: lib/views/class-groups-shortcodes.php:121
687
+ msgid "Log out"
688
+ msgstr "Sair"
689
+
690
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:503
691
+ #: lib/access/class-groups-access-meta-boxes.php:411
692
+ msgid "Media"
693
+ msgstr "Mídia"
694
+
695
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:231
696
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:558
697
+ #, php-format
698
+ msgid "Members of the %1$s group can access this %2$s through this capability."
699
+ msgid_plural ""
700
+ "Members of the %1$s groups can access this %2$s through this capability."
701
+ msgstr[0] ""
702
+ "Membros do grupo %1$s podem acessar esse %2$s através de seus recursos."
703
+ msgstr[1] ""
704
+ "Membros dos grupos %1$s podem acessar esse %2$s através de seus recursos."
705
+
706
+ #: lib/admin/groups-admin-groups-add.php:69
707
+ #: lib/admin/groups-admin-groups-edit.php:79
708
+ msgid "Name"
709
+ msgstr "Nome"
710
+
711
+ #: lib/admin/groups-admin-options.php:347
712
+ msgid "Network deactivation and data persistence"
713
+ msgstr "Desativação em rede e persistência de dados"
714
+
715
+ #: lib/admin/groups-admin-capabilities.php:206
716
+ msgid "New Capability"
717
+ msgstr "Novo Recurso"
718
+
719
+ #: lib/admin/class-groups-admin-welcome.php:191
720
+ msgid "New Documentation"
721
+ msgstr ""
722
+
723
+ #: lib/admin/groups-admin-groups.php:212
724
+ msgid "New Group"
725
+ msgstr "Novo Grupo"
726
+
727
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:240
728
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:567
729
+ msgid ""
730
+ "No groups grant access through this capability. To grant access to group "
731
+ "members using this capability, you should assign it to a group and enable "
732
+ "the capability for access restriction."
733
+ msgstr ""
734
+ "Nenhum grupo concede acesso através desse recurso. Para conceder acesso a "
735
+ "membros de grupos usando esse recurso, você deve atribuí-lo a um grupo e "
736
+ "ativar o recurso de restrição de acesso."
737
+
738
+ #: lib/admin/groups-admin-capabilities.php:123
739
+ msgid "No new capabilities have been found."
740
+ msgstr "Não há novos recursos encontrados."
741
+
742
+ #: lib/admin/groups-admin-capabilities-remove.php:116
743
+ msgid "No such capabilities."
744
+ msgstr "Sem tais recursos."
745
 
746
  #: lib/admin/groups-admin-capabilities-edit.php:41
747
  #: lib/admin/groups-admin-capabilities-remove.php:41
748
  msgid "No such capability."
749
  msgstr "Sem tal recurso."
750
 
751
+ #: lib/admin/groups-admin-groups-edit.php:43
752
+ #: lib/admin/groups-admin-groups-remove.php:41
753
+ msgid "No such group."
754
+ msgstr "Nenhum grupo."
755
 
756
+ #: lib/admin/groups-admin-groups-remove.php:116
757
+ msgid "No such groups."
758
+ msgstr "Nenhum destes grupos."
 
 
 
 
759
 
760
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:132
 
761
  msgid ""
762
+ "Note that you must be a member of a group that has such a capability "
763
+ "assigned."
764
+ msgstr ""
765
+ "Observe que você deve ser membro de um grupo que tem tal recurso atribuído."
766
 
767
+ #: lib/access/class-groups-access-meta-boxes.php:124
768
+ msgid "Note that you must be a member of a group to use it to restrict access."
769
+ msgstr ""
770
+
771
+ #: lib/admin/class-groups-admin-welcome.php:183
772
+ msgid ""
773
+ "Now you can assign new users directly to groups when you create a new user "
774
+ "account from the Dashboard."
775
+ msgstr ""
776
+
777
+ #: lib/admin/class-groups-admin-welcome.php:174
778
+ msgid ""
779
+ "Now you can protect your posts, pages and any other custom post type like "
780
+ "products or events by simply assigning them to one or more groups."
781
+ msgstr ""
782
+
783
+ #: lib/admin/class-groups-admin-welcome.php:227
784
+ msgid ""
785
+ "Once you have adjusted your access restrictions based on groups, you can "
786
+ "disable legacy access control."
787
+ msgstr ""
788
+
789
+ #: lib/admin/groups-admin-capabilities.php:121
790
  #, php-format
791
+ msgid "One capability has been added."
792
+ msgid_plural "%d capabilities have been added."
793
+ msgstr[0] "Um recurso foi adicionado"
794
+ msgstr[1] "%d recursos foram adicionados."
795
 
796
+ #: legacy/admin/class-groups-admin-post-columns-legacy.php:77
797
+ msgid "One or more capabilities required to read the entry."
798
+ msgstr "Um ou mais recursos são necessários para ler essa entrada."
799
 
800
+ #: lib/admin/class-groups-admin-post-columns.php:92
801
+ msgid "One or more groups granting access to entries."
802
+ msgstr ""
803
+
804
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:270
805
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:588
806
  #, php-format
807
+ msgid ""
808
+ "Only groups or users that have one of the selected capabilities are allowed "
809
+ "to read this %s."
810
+ msgstr ""
811
+ "Apenas grupos ou usuários que possuem um dos recursos selecionados têm "
812
+ "permissão para ler este %s."
813
 
814
+ #: lib/admin/class-groups-admin.php:208 lib/admin/class-groups-admin.php:268
815
+ #: lib/core/class-groups-help.php:70
816
+ msgid "Options"
817
+ msgstr "Opções"
 
 
 
 
 
818
 
819
+ #: lib/admin/groups-admin-options.php:123
820
+ msgid "Options saved."
821
+ msgstr "Opções salvas."
822
 
823
+ #: lib/admin/groups-admin-groups-add.php:76
824
+ #: lib/admin/groups-admin-groups-edit.php:86
825
+ msgid "Parent"
826
+ msgstr "Pai"
827
+
828
+ #: lib/admin/class-groups-admin-welcome.php:237
829
+ msgid "Perfect complements to memberships and access control with Groups."
830
+ msgstr ""
831
+
832
+ #: lib/admin/groups-admin-options.php:267
833
+ msgid "Permissions"
834
+ msgstr "Permissões"
835
+
836
+ #: lib/admin/groups-admin-groups-remove.php:142
837
+ msgid ""
838
+ "Please confirm removal of the following groups. This action cannot be undone."
839
+ msgstr ""
840
+ "Por favor, confirme a remoção dos seguintes grupos. Esta ação não pode ser "
841
+ "desfeita."
842
 
843
  #: lib/admin/groups-admin-capabilities-remove.php:139
844
  msgid ""
848
  "Por favor, confirme para remover os seguintes recursos. Esta ação não pode "
849
  "ser desfeita."
850
 
851
+ #: lib/core/class-groups-help.php:144
 
852
  #, php-format
853
+ msgid ""
854
+ "Please give it a <a href=\"%s\">&#9733;&#9733;&#9733;&#9733;&#9733;</a> "
855
+ "rating."
856
+ msgstr ""
857
+ "Por favor avalie como <a href=\"%s\">&#9733;&#9733;&#9733;&#9733;&#9733;</a>."
858
 
859
+ #: lib/admin/class-groups-admin-welcome.php:160
860
  #, php-format
861
+ msgid ""
862
+ "Please make sure to read the notes on <strong>Switching to Groups %s</"
863
+ "strong> below."
864
+ msgstr ""
865
 
866
+ #: lib/admin/class-groups-admin-welcome.php:229
867
+ msgid ""
868
+ "Please refer to the <a target=\"_blank\" href=\"http://docs.itthinx.com/"
869
+ "document/groups/\">Documentation</a> for details on how to switch to and use "
870
+ "the new access restrictions."
871
+ msgstr ""
872
+
873
+ #: lib/access/class-groups-access-meta-boxes.php:467
874
  #, php-format
875
+ msgid ""
876
+ "Please use <a href=\"%s\" target=\"_blank\">Groups File Access</a> for files "
877
+ "that require complete protection."
878
+ msgstr ""
879
 
880
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:189
881
+ #: lib/access/class-groups-access-meta-boxes.php:166
882
+ msgid "Post"
883
+ msgstr "Post"
884
 
885
+ #: lib/admin/groups-admin-options.php:218
886
+ msgid "Post types"
887
+ msgstr "Tipos de posts"
 
 
 
888
 
889
+ #: lib/admin/class-groups-admin-welcome.php:176
890
+ msgid ""
891
+ "Previously we used capabilities to do that, but changing to this new model "
892
+ "makes things even easier."
893
+ msgstr ""
894
 
895
+ #: lib/admin/class-groups-admin-welcome.php:169
896
+ msgid "Protect Content Easily"
897
+ msgstr ""
898
 
899
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:308
900
+ msgid "Quick-create group &amp; capability"
901
+ msgstr "Criação rápida de Grupo &amp; Recurso"
902
+
903
+ #: lib/access/class-groups-access-meta-boxes.php:203
904
+ #: lib/access/class-groups-access-meta-boxes.php:413
905
+ msgid "Read"
906
+ msgstr ""
907
+
908
+ #: legacy/access/class-groups-post-access-legacy.php:52
909
+ msgid "Read Post"
910
+ msgstr "Ler o post"
911
+
912
+ #: lib/admin/groups-admin-add-ons.php:49
913
+ msgid "Recommended extensions for Groups"
914
+ msgstr "Extensões recomendadas para grupos"
915
+
916
+ #: lib/admin/groups-admin-add-ons.php:157
917
+ msgid "Recommended plugins by itthinx"
918
+ msgstr "Plugins recomendados por itthinx"
919
+
920
+ #: lib/admin/groups-admin-capabilities.php:217
921
+ #: lib/admin/groups-admin-capabilities.php:222
922
+ msgid "Refresh"
923
+ msgstr "Atualizar"
924
+
925
+ #: lib/auto/class-groups-registered.php:73
926
+ msgid "Registered"
927
+ msgstr "Registrado"
928
+
929
+ #: lib/admin/groups-admin-capabilities-remove.php:62
930
+ #: lib/admin/groups-admin-capabilities-remove.php:149
931
+ #: lib/admin/groups-admin-capabilities.php:372
932
+ #: lib/admin/groups-admin-capabilities.php:458
933
+ #: lib/admin/groups-admin-groups-remove.php:62
934
+ #: lib/admin/groups-admin-groups-remove.php:153
935
+ #: lib/admin/groups-admin-groups.php:469
936
+ msgid "Remove"
937
+ msgstr "Remover"
938
+
939
+ #: lib/admin/groups-admin-capabilities-remove.php:53
940
+ msgid "Remove a capability"
941
+ msgstr "Remover um recurso"
942
+
943
+ #: lib/admin/groups-admin-groups-remove.php:53
944
+ msgid "Remove a group"
945
+ msgstr "Remover um grupo"
946
+
947
+ #: lib/admin/groups-admin-capabilities-remove.php:133
948
+ msgid "Remove capabilities"
949
+ msgstr "Remover recursos"
950
 
951
+ #: lib/admin/groups-admin-groups.php:383
952
+ msgid "Remove capability"
953
+ msgstr "Remover recurso"
954
 
955
+ #: lib/admin/class-groups-admin-users.php:213
956
+ msgid "Remove from group"
957
+ msgstr "Remover deste grupo"
958
 
959
+ #: lib/admin/groups-admin-groups.php:381
960
+ msgid "Remove group"
961
+ msgstr "Remover grupo"
 
962
 
963
+ #: lib/admin/groups-admin-groups-remove.php:135
964
+ msgid "Remove groups"
965
+ msgstr "Remover grupos"
 
966
 
967
+ #: legacy/admin/class-groups-admin-posts-legacy.php:186
968
+ #: lib/admin/class-groups-admin-posts.php:209
969
+ msgid "Remove restriction"
970
+ msgstr "Remover restrição"
971
 
972
+ #: lib/admin/groups-admin-options.php:53
973
+ msgid "Restrict Access"
974
+ msgstr ""
975
 
976
+ #: lib/access/class-groups-access-meta-boxes.php:229
977
+ #, php-format
978
+ msgid "Restricts the visibility of this %s to members of the chosen groups."
979
+ msgstr ""
980
+
981
+ #: lib/access/class-groups-access-meta-boxes.php:461
982
+ msgid "Restricts the visibility of this entry to members of the chosen groups."
983
+ msgstr ""
984
 
985
  #: lib/admin/groups-admin-capabilities.php:357
986
  #: lib/admin/groups-admin-groups.php:346
987
  msgid "Results per page"
988
  msgstr "Resultados por página"
989
 
990
+ #: lib/admin/groups-admin-options.php:146
991
+ msgid "Role"
992
+ msgstr "Função"
 
993
 
994
+ #: lib/admin/groups-admin-capabilities-edit.php:77
995
+ #: lib/admin/groups-admin-groups-edit.php:158
996
+ #: lib/admin/groups-admin-options.php:203
997
+ #: lib/admin/groups-admin-options.php:305
998
+ #: lib/admin/groups-admin-options.php:357
999
+ msgid "Save"
1000
+ msgstr "Salvar"
1001
 
1002
+ #: lib/admin/groups-admin-options.php:221
1003
+ msgid "Show access restrictions for these post types."
1004
+ msgstr "Mostrar as restrições de acesso para estes tipos de posts."
 
1005
 
1006
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:277
1007
+ msgid "Show groups"
1008
+ msgstr "Exibir grupos"
1009
 
1010
+ #: lib/admin/groups-admin-options.php:253
1011
+ msgid "Show groups in user profiles."
1012
+ msgstr "Exibir grupos em perfis de usuário."
 
1013
 
1014
+ #: lib/admin/groups-admin-options.php:262
1015
+ msgid "Show the Groups tree view."
1016
+ msgstr "Mostre os grupos usando exibição em árvore."
 
1017
 
1018
+ #: lib/admin/class-groups-admin-welcome.php:199
1019
+ #, php-format
1020
+ msgid "Switching to Groups %s"
1021
+ msgstr ""
1022
 
1023
+ #: lib/admin/class-groups-admin-posts.php:167
1024
+ msgid "Terms"
1025
+ msgstr ""
1026
 
1027
+ #: lib/core/class-groups-help.php:141
1028
+ msgid ""
1029
+ "Thank you for using <a href=\"http://www.itthinx.com/plugins/groups\" target="
1030
+ "\"_blank\">Groups</a> by <a href=\"http://www.itthinx.com\" target=\"_blank"
1031
+ "\">itthinx</a>."
1032
+ msgstr ""
1033
+ "Obrigado por usar <a href=\"http://www.itthinx.com/plugins/groups\" target="
1034
+ "\"_blank\">Groups</a> do <a href=\"http://www.itthinx.com\" target=\"_blank"
1035
+ "\">itthinx</a>."
1036
 
1037
+ #: lib/admin/class-groups-admin-welcome.php:149
1038
+ msgid ""
1039
+ "Thanks for using Groups! We have made it even easier to protect your content "
1040
+ "and hope you like it :)"
1041
+ msgstr ""
1042
 
1043
+ #: lib/admin/groups-admin-capabilities-edit.php:116
1044
+ #, php-format
1045
+ msgid ""
1046
+ "The <em>%s</em> capability already exists and cannot be assigned to this one."
1047
+ msgstr "O recurso de <em>%s</em> já existe e não pode ser atribuído novamente."
1048
 
1049
+ #: lib/admin/groups-admin-capabilities-add.php:104
1050
+ #, php-format
1051
+ msgid "The <em>%s</em> capability already exists."
1052
+ msgstr "O recurso <em>%s</em> já existe."
1053
 
1054
+ #: lib/admin/groups-admin-capabilities-edit.php:126
1055
+ #, php-format
1056
+ msgid "The <em>%s</em> capability could not be updated."
1057
+ msgstr "O recurso <em>%s</em> não pôde ser atualizado."
1058
 
1059
+ #: lib/admin/groups-admin-capabilities.php:62
1060
+ #, php-format
1061
+ msgid "The <em>%s</em> capability has been created."
1062
+ msgstr "O recurso <em>%s</em> foi criado."
1063
 
1064
+ #: lib/admin/groups-admin-capabilities.php:70
1065
+ #, php-format
1066
+ msgid "The <em>%s</em> capability has been updated."
1067
+ msgstr "O recurso <em>%s</em> foi atualizado."
1068
 
1069
  #: lib/admin/groups-admin-groups-edit.php:204
1070
  #, php-format
1072
  "The <em>%s</em> group already exists and cannot be used to name this one."
1073
  msgstr "O grupo <em>%s</em> já existe e seu nome não pode ser usado novamente."
1074
 
1075
+ #: lib/admin/groups-admin-groups-add.php:165
 
 
 
 
1076
  #, php-format
1077
+ msgid "The <em>%s</em> group already exists."
1078
+ msgstr "O grupo <em>%s</em> já existe."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1079
 
1080
  #: lib/admin/groups-admin-groups.php:63
1081
  #, php-format
1087
  msgid "The <em>%s</em> group has been updated."
1088
  msgstr "O grupo <em>%s</em> foi atualizado."
1089
 
1090
+ #: lib/admin/groups-admin-capabilities-add.php:102
1091
+ #: lib/admin/groups-admin-capabilities-edit.php:130
1092
+ msgid "The <em>Capability</em> must not be empty."
1093
+ msgstr "O <em>recurso</em> não pode estar vazio."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1094
 
1095
+ #: lib/admin/groups-admin-groups-edit.php:196
1096
+ msgid "The <em>Name</em> must not be empty."
1097
+ msgstr "O <em>nome</em>não pode estar vazio."
1098
 
1099
+ #: lib/access/class-groups-access-meta-boxes.php:465
1100
+ msgid ""
1101
+ "The attachment page is restricted to authorized users, but due to technical "
1102
+ "limitations, the file can still be accessed directly via its URL."
1103
+ msgstr ""
1104
 
1105
+ #: lib/admin/groups-admin-capabilities.php:75
1106
+ msgid "The capability has been deleted."
1107
+ msgstr "O recurso foi excluído."
1108
 
1109
+ #: lib/admin/groups-admin-groups-edit.php:130
1110
+ msgid "The chosen capabilities are assigned to the group."
1111
+ msgstr "Os recursos escolhidos serão atribuídos ao grupo."
1112
 
1113
+ #: lib/core/class-groups-help.php:87
1114
+ msgid ""
1115
+ "The complete documentation is available on the <a href=\"http://docs.itthinx."
1116
+ "com/document/groups\">Documentation</a> pages for Groups."
1117
+ msgstr ""
1118
+ "A documentação completa está disponível nas páginas de <a href=\"http://docs."
1119
+ "itthinx.com/document/groups\">documentação</a> para grupos."
1120
 
1121
+ #: lib/admin/class-groups-admin-welcome.php:210
1122
+ msgid "The following is only of interest if you have upgraded from Groups 1.x:"
1123
+ msgstr ""
1124
 
1125
+ #: lib/admin/groups-admin-groups.php:76
1126
+ msgid "The group has been deleted."
1127
+ msgstr "O grupo foi excluído."
1128
 
1129
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:148
1130
+ msgid "The manual way:"
1131
+ msgstr "O modo manual:"
1132
 
1133
+ #: lib/admin/groups-admin-groups-add.php:163
1134
+ msgid "The name must not be empty."
1135
+ msgstr "O nome não pode estar vazio."
1136
 
1137
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:139
1138
+ msgid "The quick way:"
1139
+ msgstr "A maneira rápida:"
1140
 
1141
+ #: lib/admin/class-groups-admin-user-profile.php:88
1142
+ #: lib/admin/class-groups-admin-user-profile.php:176
1143
+ msgid "The user is a member of the chosen groups."
1144
+ msgstr "O usuário é um membro dos grupos escolhidos."
1145
 
1146
+ #: lib/admin/groups-admin-capabilities.php:484
1147
+ #: lib/admin/groups-admin-groups.php:523
1148
+ msgid "There are no results."
1149
+ msgstr "Não há nenhum resultado."
1150
+
1151
+ #: lib/admin/groups-admin-groups-add.php:109
1152
+ msgid "These capabilities will be assigned to the group."
1153
+ msgstr "Esses recursos serão atribuídos ao grupo."
1154
 
1155
+ #: lib/admin/groups-admin-options.php:268
1156
  msgid ""
1157
+ "These permissions apply to Groups management. They do not apply to access "
1158
+ "permissions derived from Groups capabilities."
1159
  msgstr ""
1160
+ "Essas permissões se aplicam à gerência de grupos. Elas não se aplicam às "
1161
+ "permissões de acesso, derivadas de recursos de grupos."
1162
 
1163
+ #: lib/admin/class-groups-admin-welcome.php:219
1164
+ msgid "This could be important!"
1165
+ msgstr ""
1166
 
1167
+ #: lib/admin/groups-admin-options.php:244
1168
  msgid ""
1169
+ "This determines for which post types access restriction settings are offered."
 
1170
  msgstr ""
1171
+ "Isto determina para quais tipos de post as configurações de restrição de "
1172
+ "acesso são oferecidas."
 
 
 
 
1173
 
1174
+ #: lib/admin/groups-admin-groups.php:516
1175
+ msgid "This group has no capabilities."
1176
+ msgstr "Este grupo não têm recursos."
1177
 
1178
+ #: lib/admin/class-groups-admin-welcome.php:215
1179
+ msgid ""
1180
+ "This means that if you had access restrictions in place that were based on "
1181
+ "capabilities, your entries will still be protected."
1182
+ msgstr ""
1183
 
1184
+ #: lib/access/class-groups-post-access.php:477
1185
  msgid ""
1186
+ "This method is deprecated. You should use Groups_Post_Access_Legacy::"
1187
+ "get_read_post_capabilities() to retrieve the capabilities instead."
1188
  msgstr ""
 
 
1189
 
1190
+ #: lib/admin/class-groups-admin-welcome.php:206
1191
  msgid ""
1192
+ "To make it easier to transition to the new model for those who migrate from "
1193
+ "a previous version, we have included legacy access control based on "
1194
+ "capabilities."
1195
  msgstr ""
 
 
1196
 
1197
+ #: lib/admin/class-groups-admin-welcome.php:204
1198
  msgid ""
1199
+ "To put it simple, previously you would have used capabilities to restrict "
1200
+ "access to posts and now you simply use groups."
1201
  msgstr ""
 
 
1202
 
1203
+ #: lib/admin/class-groups-admin.php:180 lib/admin/class-groups-admin.php:181
1204
+ msgid "Tree"
1205
+ msgstr "Árvore"
1206
 
1207
+ #: lib/admin/groups-admin-tree-view.php:43
1208
+ msgid "Tree of Groups"
1209
+ msgstr "Árvore de grupos"
1210
 
1211
+ #: lib/admin/groups-admin-options.php:258
1212
  msgid "Tree view"
1213
  msgstr "Exibição em árvore"
1214
 
1215
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:153
1216
+ msgid ""
1217
+ "Try the quick-create field first. Unless you need a more complex setup, "
1218
+ "there is no reason to go this way instead."
1219
+ msgstr ""
1220
+ "Tente o campo de criação rápida primeiro. A menos que você precise de uma "
1221
+ "configuração complexa, não há nenhuma razão para fazer desta maneira."
1222
 
1223
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:212
1224
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:213
1225
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:540
1226
+ msgid "Type and choose &hellip;"
1227
+ msgstr "Digite e escolha &hellip;"
1228
 
1229
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:127
1230
  msgid ""
1231
+ "Use the <em>Access restrictions</em> box to limit the visibility of posts, "
1232
+ "pages and other post types."
1233
  msgstr ""
1234
+ "Use a caixa de <em>restrições de acesso</em> para limitar a visibilidade de "
1235
+ "posts, páginas e outros tipos de conteúdo."
 
 
 
 
1236
 
1237
+ #: lib/access/class-groups-access-meta-boxes.php:118
1238
+ msgid ""
1239
+ "Use the <em>Groups</em> box to limit the visibility of posts, pages and "
1240
+ "other post types."
1241
  msgstr ""
 
 
1242
 
1243
+ #: lib/admin/groups-admin-options.php:249
1244
+ msgid "User profiles"
1245
+ msgstr "Perfis de usuário"
1246
 
1247
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:141
1248
+ msgid "Using the quick-create field"
1249
+ msgstr "Usando o campo de criação rápida"
1250
 
1251
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:146
1252
  msgid ""
1253
+ "Using the quick-create field, you can create a new group and capability. The "
1254
+ "capability will be assigned to the group and enabled to enforce read access. "
1255
+ "Group names are case-sensitive, the name of the capability is the lower-case "
1256
+ "version of the name of the group. If the group already exists, a new "
1257
+ "capability is created and assigned to the existing group. If the capability "
1258
+ "already exists, it will be assigned to the group. If both already exist, the "
1259
+ "capability is enabled to enforce read access. In order to be able to use the "
1260
+ "capability, your user account will be assigned to the group."
1261
  msgstr ""
1262
+ "Usando o campo de criação rápida, você pode criar um novo grupo e um "
1263
+ "recurso. O recurso será associado ao grupo e habilitado para exigir acesso "
1264
+ "de leitura. Os nomes de group diferenciam maiúscula de minúscula, o nome do "
1265
+ "recurso é a versão em letra minúscula do nome do grupo. Se o grupo "
1266
+ "existe, um novo recurso é criado e associado ao grupo. Se o recurso já "
1267
+ "existe, ele será associado ao grupo. Se os dois já existem, o recurso é "
1268
+ "habilitado e exigido o direito de leitura. Para poder utilizar os recursos "
1269
+ "de acesso, o usuário será também adicionado ao grupo."
1270
 
1271
+ #: lib/admin/class-groups-admin-welcome.php:110
1272
+ msgid "View the Welcome screen for this version of Groups"
1273
+ msgstr ""
1274
 
1275
+ #: lib/admin/class-groups-admin-welcome.php:172
1276
+ msgid "We have made it even easier to protect your content!"
1277
+ msgstr ""
1278
 
1279
+ #: lib/admin/class-groups-admin-welcome.php:111
1280
+ msgid "Welcome"
1281
  msgstr ""
 
 
1282
 
1283
+ #: lib/admin/class-groups-admin-welcome.php:46
1284
+ #: lib/admin/class-groups-admin-welcome.php:47
1285
+ msgid "Welcome to Groups"
 
 
 
 
1286
  msgstr ""
 
 
 
 
 
1287
 
1288
+ #: lib/admin/class-groups-admin-welcome.php:138
1289
+ #, php-format
1290
+ msgid "Welcome to Groups %s"
1291
+ msgstr ""
1292
 
1293
+ #: lib/admin/class-groups-admin-welcome.php:165
1294
+ msgid "What's New?"
1295
+ msgstr ""
1296
 
1297
+ #: lib/admin/class-groups-admin-welcome.php:194
1298
  msgid ""
1299
+ "Whether you are new to Groups or have been using it before, please make sure "
1300
+ "to visit the <a target=\"_blank\" href=\"http://docs.itthinx.com/document/"
1301
+ "groups/\">Documentation</a> pages to know more about how to use it."
1302
  msgstr ""
 
 
1303
 
1304
+ #: lib/views/class-groups-shortcodes.php:527
1305
+ #, php-format
1306
+ msgid "You are a member of the %s group."
1307
+ msgstr "Você é um membro do grupo %s."
1308
+
1309
+ #: lib/admin/class-groups-admin-welcome.php:217
1310
  msgid ""
1311
+ "You are running the system with legacy access control based on capabilities "
1312
+ "disabled."
1313
  msgstr ""
 
 
1314
 
1315
+ #: lib/admin/class-groups-admin-welcome.php:213
1316
  msgid ""
1317
+ "You are running the system with legacy access control based on capabilities "
1318
+ "enabled."
 
1319
  msgstr ""
 
 
 
1320
 
1321
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:312
 
1322
  msgid ""
1323
+ "You can create a new group and capability here. The capability will be "
1324
+ "assigned to the group and enabled to enforce read access. Group names are "
1325
+ "case-sensitive, the name of the capability is the lower-case version of the "
1326
+ "name of the group. If the group already exists, a new capability is created "
1327
+ "and assigned to the existing group. If the capability already exists, it "
1328
+ "will be assigned to the group. If both already exist, the capability is "
1329
+ "enabled to enforce read access. In order to be able to use the capability, "
1330
+ "your user account will be assigned to the group."
1331
  msgstr ""
1332
+ "Você pode criar um novo grupo e novo recurso aqui. O recurso será associado "
1333
+ "ao grupo e habilitado para exigir acesso de leitura. Os nomes de group "
1334
+ "diferenciam maiúscula de minúscula, o nome do recurso é a versão em letra "
1335
+ "minúscula do nome do grupo. Se o grupo já existe, um novo recurso é criado e "
1336
+ "associado ao grupo. Se o recurso já existe, ele será associado ao grupo. Se "
1337
+ "os dois já existem, o recurso é habilitado e exigido o direito de leitura. "
1338
+ "Para poder utilizar os recursos de acesso, o usuário será também adicionado "
1339
+ "ao grupo."
 
 
 
 
 
 
 
 
1340
 
1341
+ #: lib/access/class-groups-access-meta-boxes.php:196
1342
+ #: lib/access/class-groups-access-meta-boxes.php:446
1343
+ msgid "You can create a new group by indicating the group's name."
1344
+ msgstr ""
1345
 
1346
+ #: lib/access/class-groups-access-meta-boxes.php:190
1347
  #, php-format
1348
+ msgid ""
1349
+ "You can restrict the visibility of this %1$s to group members. Choose one or "
1350
+ "more groups that are allowed to read this %2$s. If no groups are chosen, the "
1351
+ "%3$s is visible to anyone."
1352
+ msgstr ""
1353
 
1354
+ #: lib/access/class-groups-access-meta-boxes.php:445
1355
+ msgid ""
1356
+ "You can restrict the visibility to group members. Choose one or more groups "
1357
+ "to restrict access. If no groups are chosen, this entry is visible to anyone."
1358
+ msgstr ""
1359
 
1360
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:130
1361
+ msgid ""
1362
+ "You can select one or more capabilities that are enabled for access "
1363
+ "restriction."
1364
+ msgstr ""
1365
+ "Você pode selecionar um ou mais recursos que estão habilitados para "
1366
+ "restrição de acesso."
1367
 
1368
+ #: lib/access/class-groups-access-meta-boxes.php:121
1369
+ msgid "You can select one or more groups to restrict access to its members."
1370
+ msgstr ""
1371
 
1372
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:290
1373
+ #: lib/access/class-groups-access-meta-boxes.php:236
1374
+ msgid "You cannot set any access restrictions."
1375
+ msgstr "Você não pode definir restrições de acesso."
1376
 
1377
  #: lib/views/class-groups-shortcodes.php:522
1378
  #, php-format
1379
  msgid "You have joined the %s group."
1380
  msgstr "Você está no grupo %s."
1381
 
 
 
 
 
 
 
 
 
 
 
1382
  #: lib/views/class-groups-shortcodes.php:598
1383
  #, php-format
1384
  msgid "You have left the %s group."
1385
  msgstr "Você deixou o grupo %s."
1386
 
1387
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:296
1388
+ msgid ""
1389
+ "You must be in a group that has at least one capability enabled to enforce "
1390
+ "read access."
1391
+ msgstr ""
1392
+ "Você deve estar em um grupo que tem pelo menos um recurso habilitado para "
1393
+ "exigir o acesso de leitura."
1394
+
1395
+ #: lib/access/class-groups-access-meta-boxes.php:242
1396
+ msgid "You need to have permission to set access restrictions."
1397
+ msgstr ""
1398
 
1399
+ #: lib/access/class-groups-post-access.php:352
1400
  msgid ""
1401
+ "You should use Groups_Post_Access_Legacy::create() to pass a capability "
1402
+ "restriction instead."
1403
  msgstr ""
 
 
1404
 
1405
+ #~ msgid "Go to the first page"
1406
+ #~ msgstr "Ir para a primeira página"
1407
+
1408
+ #~ msgid "Go to the previous page"
1409
+ #~ msgstr "Ir para a página anterior"
1410
+
1411
+ #~ msgid "Current page"
1412
+ #~ msgstr "Página atual"
1413
+
1414
+ #~ msgid "Go to the next page"
1415
+ #~ msgstr "Ir para a próxima página"
1416
+
1417
+ #~ msgid "Go to the last page"
1418
+ #~ msgstr "Ir para a última página"
1419
+
1420
+ #~ msgid "http://www.itthinx.com/plugins/groups"
1421
+ #~ msgstr "http://www.itthinx.com/plugins/groups"
1422
+
1423
+ #~ msgid ""
1424
+ #~ "Groups provides group-based user membership management, group-based "
1425
+ #~ "capabilities and content access control."
1426
+ #~ msgstr ""
1427
+ #~ "Grupos fornece gerenciamento de acesso para usuários baseada em grupos "
1428
+ #~ "bem como controle de acesso e recursos baseados em grupos."
1429
+
1430
+ #~ msgid "itthinx"
1431
+ #~ msgstr "itthinx"
1432
 
1433
+ #~ msgid "http://www.itthinx.com"
1434
+ #~ msgstr "http://www.itthinx.com"
 
languages/groups-sv_SE.mo CHANGED
Binary file
languages/groups-sv_SE.po CHANGED
@@ -1,15 +1,16 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Groups\n"
4
- "POT-Creation-Date: 2015-02-13 14:03+0100\n"
5
- "PO-Revision-Date: 2015-02-13 14:04+0100\n"
 
6
  "Last-Translator: Andréas Lundgren <adevade@gmail.com>\n"
7
  "Language-Team: 035 Media Group <info@035media.se>\n"
8
  "Language: sv_SE\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 1.7.4\n"
13
  "X-Poedit-Basepath: .\n"
14
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -17,90 +18,158 @@ msgstr ""
17
  "esc_html_e;esc_html_x;_n_noop;_nx_noop;translate_nooped_plural\n"
18
  "X-Poedit-SearchPath-0: ..\n"
19
 
20
- #: ../lib/access/class-groups-access-meta-boxes.php:96
21
- #: ../lib/access/class-groups-access-meta-boxes.php:106
22
- #: ../lib/access/class-groups-access-meta-boxes.php:120
23
- #: ../lib/access/class-groups-access-meta-boxes.php:123
24
- #: ../lib/access/class-groups-access-meta-boxes.php:602
25
- msgid "Access restrictions"
26
- msgstr "Tillträdesbegränsningar"
27
-
28
- #: ../lib/access/class-groups-access-meta-boxes.php:126
29
- msgid ""
30
- "Use the <em>Access restrictions</em> box to limit the visibility of posts, "
31
- "pages and other post types."
32
  msgstr ""
33
- "Använd rutan <em>Tillträdesbegränsning</em> för att begränsa synligheten av "
34
- "inlägg, sidor och andra inläggstyper."
35
 
36
- #: ../lib/access/class-groups-access-meta-boxes.php:129
37
- msgid ""
38
- "You can select one or more capabilities that are enabled for access "
39
- "restriction."
40
- msgstr ""
41
- "Du kan välja en eller flera förmågor som är aktiverade för "
42
- "tillträdesbegränsning."
43
 
44
- #: ../lib/access/class-groups-access-meta-boxes.php:131
45
- msgid ""
46
- "Note that you must be a member of a group that has such a capability "
47
- "assigned."
48
- msgstr ""
49
- "Notera att du måste vara medlem i gruppen som har den förmågan tilldelad."
50
 
51
- #: ../lib/access/class-groups-access-meta-boxes.php:134
52
- msgid "Example:"
53
- msgstr "Exempel:"
54
 
55
- #: ../lib/access/class-groups-access-meta-boxes.php:136
56
- msgid ""
57
- "Let's assume that you want to limit the visibility of a post to members of "
58
- "the <em>Premium</em> group."
59
- msgstr ""
60
- "Låt oss anta att du vill begränsa synligheten av ett inlägg till medlemmar "
61
- "av gruppen <em>Premium</em>."
62
 
63
- #: ../lib/access/class-groups-access-meta-boxes.php:138
64
- msgid "The quick way:"
65
- msgstr "Den snabba vägen:"
 
66
 
67
- #: ../lib/access/class-groups-access-meta-boxes.php:140
68
- msgid "Using the quick-create field"
69
- msgstr "Använda fältet Snabbskapa"
 
 
70
 
71
- #: ../lib/access/class-groups-access-meta-boxes.php:142
72
  msgid ""
73
- "Enter <em>Premium</em> in the quick-create field located in the Access "
74
- "restrictions panel and save or update the post (or hit Enter)."
 
75
  msgstr ""
76
- "Skriv <em>Premium</em> i fältet Snabbskapa i rutan tillträdesbegränsningar "
77
- "och spara eller uppdatera inlägget (eller tryck Enter)."
 
78
 
79
- #: ../lib/access/class-groups-access-meta-boxes.php:145
80
- msgid ""
81
- "Using the quick-create field, you can create a new group and capability. The "
82
- "capability will be assigned to the group and enabled to enforce read access. "
83
- "Group names are case-sensitive, the name of the capability is the lower-case "
84
- "version of the name of the group. If the group already exists, a new "
85
- "capability is created and assigned to the existing group. If the capability "
86
- "already exists, it will be assigned to the group. If both already exist, the "
87
- "capability is enabled to enforce read access. In order to be able to use the "
88
- "capability, your user account will be assigned to the group."
89
- msgstr ""
90
- "Om du använder fältet Snabbskapa kan du skapa en grupp och förmåga "
91
- "samtidigt. Förmågan kommer att tilldelas gruppen och aktiveras för "
92
- "tillträdesbegränsning. Gruppnamn är shiftlägeskänsliga, namnet på förmågan "
93
- "blir en variant på gruppnamnet med endast gemener. Om gruppen redan finns så "
94
- "kommer en ny förmåga skapas och tilldelas gruppen. Om förmågan redan finns "
95
- "kommer den tilldelas gruppen. Om båda redan finns kommer förmågan att "
96
- "aktiveras för tillträdesbegränsning. För att kunna använda förmågan kommer "
97
- "ditt användarkonto att tilldelas gruppen. "
98
 
99
- #: ../lib/access/class-groups-access-meta-boxes.php:147
100
- msgid "The manual way:"
101
- msgstr "Den långa vägen:"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
102
 
103
- #: ../lib/access/class-groups-access-meta-boxes.php:149
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
104
  msgid ""
105
  "Adding the group and capability manually and enabling it for access "
106
  "restriction"
@@ -108,46 +177,57 @@ msgstr ""
108
  "Lägga till gruppen och förmågor manuellt och aktivera den för "
109
  "tillträdesbegränsning"
110
 
111
- #: ../lib/access/class-groups-access-meta-boxes.php:152
112
- msgid ""
113
- "Try the quick-create field first. Unless you need a more complex setup, "
114
- "there is no reason to go this way instead."
115
- msgstr ""
116
- "Testa fältet Snabbskapa först. Så länge du inte behöver en mer avancerad "
117
- "setup så finns det ingen anledning att inte ta den snabba vägen istället."
118
 
119
- #: ../lib/access/class-groups-access-meta-boxes.php:155
 
 
 
 
 
 
 
 
120
  msgid ""
121
- "Go to <strong>Groups > Groups</strong> and add the <em>Premium</em> group."
 
 
 
 
 
122
  msgstr ""
123
- "Gå till <strong>Grupper > Grupper</strong> och lägg till gruppen "
124
- "<em>Premium</em>."
125
 
126
- #: ../lib/access/class-groups-access-meta-boxes.php:156
127
  msgid ""
128
- "Go to <strong>Groups > Capabilities</strong> and add the <em>premium</em> "
129
- "capability."
130
  msgstr ""
131
- "Gå till <strong>Grupper > Förmågor</strong> och lägg till förmågan "
132
- "<em>premium</em>."
133
 
134
- #: ../lib/access/class-groups-access-meta-boxes.php:157
135
  msgid ""
136
- "Go to <strong>Groups > Groups</strong> and assign the <em>premium</em> "
137
- "capability to the <em>Premium</em> group."
138
  msgstr ""
139
- "Gå till <strong>Grupper > Grupper</strong> och tilldela förmågan "
140
- "<em>premium</em> till gruppen <em>Premium</em>."
141
 
142
- #: ../lib/access/class-groups-access-meta-boxes.php:158
143
- msgid ""
144
- "Go to <strong>Groups > Options</strong> and enable the <em>premium</em> "
145
- "capability to restrict access."
 
146
  msgstr ""
147
- "Gå till <strong>Grupper > Inställningar</strong> och aktivera förmågan "
148
- "<em>premium</em> för att begränsa tillträde."
149
 
150
- #: ../lib/access/class-groups-access-meta-boxes.php:159
 
 
 
 
 
 
 
 
 
151
  msgid ""
152
  "Become a member of the <em>Premium</em> group - this is required so you can "
153
  "choose the <em>premium</em> capability to restrict access to a post."
@@ -155,41 +235,107 @@ msgstr ""
155
  "Bli medlem i gruppen <em>Premium</em> - detta är nödvändigt så att du kan "
156
  "välja förmågan <em>premium</em> för att begränsa tillträde till ett inlägg."
157
 
158
- #: ../lib/access/class-groups-access-meta-boxes.php:160
 
 
 
 
 
159
  msgid ""
160
- "Edit the post for which you want to restrict access and choose<sup>*</sup> "
161
- "the <em>premium</em> capability."
 
 
 
162
  msgstr ""
163
- "Redigera inlägget du vill begränsa tillträda till och välj<sup>*</sup> "
164
- "förmågan <em>premium</em>."
 
 
 
165
 
166
- #: ../lib/access/class-groups-access-meta-boxes.php:163
167
  msgid ""
168
- "<sup>*</sup> For each capability, the groups that have the capability "
169
- "assigned are shown within parenthesis. You can choose a capability by typing "
170
- "part of the group's or the capability's name."
 
 
171
  msgstr ""
172
- "<sup>*</sup> För varje förmåga syns grupperna som denna är tilldelad inom "
173
- "parentes. Du kan välja en förmåga genom att börja skriva gruppens eller "
174
- "förmågans namn."
 
 
175
 
176
- #: ../lib/access/class-groups-access-meta-boxes.php:188
177
- msgid "Post"
178
- msgstr "Inlägg"
 
 
 
 
 
 
 
179
 
180
- #: ../lib/access/class-groups-access-meta-boxes.php:203
181
- #: ../lib/access/class-groups-access-meta-boxes.php:515
182
- msgid "Enforce read access"
183
- msgstr "Tvinga läsbegränsning"
 
 
 
 
184
 
185
- #: ../lib/access/class-groups-access-meta-boxes.php:211
186
- #: ../lib/access/class-groups-access-meta-boxes.php:212
187
- #: ../lib/access/class-groups-access-meta-boxes.php:550
188
- msgid "Type and choose &hellip;"
189
- msgstr "Skriv och välj&hellip;"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
190
 
191
- #: ../lib/access/class-groups-access-meta-boxes.php:213
192
- #: ../lib/access/class-groups-access-meta-boxes.php:551
 
 
 
 
 
 
 
 
 
 
 
193
  msgid ""
194
  "Choose one or more capabilities to restrict access. Groups that grant access "
195
  "through the capabilities are shown in parenthesis. If no capabilities are "
@@ -201,790 +347,1062 @@ msgstr ""
201
  "tillgängliga än kan du använda fältet Snabbskapa för att skapa en grupp och "
202
  "förmåga för tillträdesbegränsning i farten."
203
 
204
- #: ../lib/access/class-groups-access-meta-boxes.php:230
205
- #: ../lib/access/class-groups-access-meta-boxes.php:568
206
- #, php-format
207
- msgid "Members of the %1$s group can access this %2$s through this capability."
208
- msgstr "Medlemmar i gruppen %1$s kan läsa denna %2$s genom denna förmåga."
209
-
210
- #: ../lib/access/class-groups-access-meta-boxes.php:239
211
- #: ../lib/access/class-groups-access-meta-boxes.php:577
212
  msgid ""
213
- "No groups grant access through this capability. To grant access to group "
214
- "members using this capability, you should assign it to a group and enable "
215
- "the capability for access restriction."
216
  msgstr ""
217
- "Inga grupper ger tillträde genom denna förmågan. För att ge gruppmedlemmar "
218
- "tillträde genom denna förmågan"
219
 
220
- #: ../lib/access/class-groups-access-meta-boxes.php:271
221
- #: ../lib/access/class-groups-access-meta-boxes.php:598
222
- #, php-format
223
- msgid ""
224
- "Only groups or users that have one of the selected capabilities are allowed "
225
- "to read this %s."
226
- msgstr ""
227
- "Endast grupper eller medlemmar som har någon av de valda förmågorna har "
228
- "tillträde till denna %s."
229
 
230
- #: ../lib/access/class-groups-access-meta-boxes.php:275
 
 
 
 
 
 
 
 
 
 
 
 
231
  msgid "Click to toggle the display of groups that grant the capabilities."
232
  msgstr "Klicka för att växla "
233
 
234
- #: ../lib/access/class-groups-access-meta-boxes.php:278
235
- msgid "Show groups"
236
- msgstr "Visa grupper"
237
 
238
- #: ../lib/access/class-groups-access-meta-boxes.php:291
239
- msgid "You cannot set any access restrictions."
240
- msgstr "Du kan inte ställa in några tillträdesbegränsningar."
 
 
 
 
 
 
 
 
 
 
 
 
 
241
 
242
- #: ../lib/access/class-groups-access-meta-boxes.php:297
243
  msgid ""
244
- "You must be in a group that has at least one capability enabled to enforce "
245
- "read access."
246
  msgstr ""
247
- "Du måste vara med i en grupp som har minst en förmåga för att tvinga "
248
- "läsbehörighet."
249
 
250
- #: ../lib/access/class-groups-access-meta-boxes.php:309
251
- msgid "Quick-create group &amp; capability"
252
- msgstr "Snabbskapa grupp &amp; förmåga"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
253
 
254
- #: ../lib/access/class-groups-access-meta-boxes.php:313
255
  msgid ""
256
- "You can create a new group and capability here. The capability will be "
257
- "assigned to the group and enabled to enforce read access. Group names are "
258
- "case-sensitive, the name of the capability is the lower-case version of the "
259
- "name of the group. If the group already exists, a new capability is created "
260
- "and assigned to the existing group. If the capability already exists, it "
261
- "will be assigned to the group. If both already exist, the capability is "
262
- "enabled to enforce read access. In order to be able to use the capability, "
263
- "your user account will be assigned to the group."
264
  msgstr ""
265
- "Du kan skapa en ny grupp och förmåga här. Förmågan kommer att tilldelas "
266
- "gruppen och aktiverad för att tvinga läsbehörighet. Gruppnamn är "
267
- "shiftlägeskänsliga, namnet på förmågan är "
268
 
269
- #: ../lib/access/class-groups-access-meta-boxes.php:513
270
- msgid "Media"
271
- msgstr "Media"
272
 
273
- #: ../lib/access/class-groups-post-access.php:55
274
- msgid "Read Post"
275
- msgstr "Läs inlägg"
 
276
 
277
- #: ../lib/admin/class-groups-admin-post-columns.php:76
278
- #, php-format
279
- msgid "<span title=\"%s\">Access Restrictions</span>"
280
- msgstr "<span title=\"%s\">Tillträdesbegränsningar</span>"
 
281
 
282
- #: ../lib/admin/class-groups-admin-post-columns.php:77
283
- msgid "One or more capabilities required to read the entry."
284
- msgstr "En eller flera förmågor behövs för att läsa inlägget."
 
 
 
 
285
 
286
- #: ../lib/admin/class-groups-admin-posts.php:124
287
- #: ../lib/admin/class-groups-admin-posts.php:125
288
- msgid "Access restrictions &hellip;"
289
- msgstr "Tillträdesbegränsningar&hellip;"
290
 
291
- #: ../lib/admin/class-groups-admin-posts.php:136
292
- msgid "(only unrestricted)"
293
- msgstr "(endast obegränsade)"
294
 
295
- #: ../lib/admin/class-groups-admin-posts.php:181
296
- msgid "Access Restrictions"
297
- msgstr "Tillträdesbegränsningar"
 
298
 
299
- #: ../lib/admin/class-groups-admin-posts.php:184
300
- msgid "&mdash; No Change &mdash;"
301
- msgstr "&mdash; Ingen förändring &mdash;"
 
 
 
 
302
 
303
- #: ../lib/admin/class-groups-admin-posts.php:185
304
- msgid "Add restriction"
305
- msgstr "Lägg till begränsning"
 
 
 
306
 
307
- #: ../lib/admin/class-groups-admin-posts.php:186
308
- msgid "Remove restriction"
309
- msgstr "Ta bort begränsning"
 
 
 
 
310
 
311
- #: ../lib/admin/class-groups-admin-posts.php:195
312
- #: ../lib/admin/class-groups-admin-posts.php:196
313
- msgid "Choose access restrictions &hellip;"
314
- msgstr "Välj tillträdesbegränsningar&hellip;"
 
 
 
 
 
 
 
315
 
316
- #: ../lib/admin/class-groups-admin-user-profile.php:66
317
- #: ../lib/admin/class-groups-admin-user-profile.php:90
318
- #: ../lib/admin/class-groups-admin-users.php:302
319
- #: ../lib/admin/class-groups-admin.php:138
320
- #: ../lib/admin/class-groups-admin.php:139
321
- #: ../lib/admin/class-groups-admin.php:210
322
- #: ../lib/admin/class-groups-admin.php:211
323
- #: ../lib/admin/groups-admin-groups.php:200
324
- #: ../lib/core/class-groups-help.php:61 ../lib/core/class-groups-help.php:66
325
- #: ../lib/core/class-groups-help.php:67
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
326
  msgid "Groups"
327
  msgstr "Grupper"
328
 
329
- #: ../lib/admin/class-groups-admin-user-profile.php:100
330
- #: ../lib/admin/class-groups-admin-user-profile.php:101
331
- #: ../lib/admin/class-groups-admin-users.php:164
332
- #: ../lib/admin/class-groups-admin-users.php:165
333
- msgid "Choose groups &hellip;"
334
- msgstr "Välj grupper&hellip;"
335
-
336
- #: ../lib/admin/class-groups-admin-user-profile.php:109
337
- msgid "The user is a member of the chosen groups."
338
- msgstr "Användaren är medlem i en av de valda grupperna."
339
 
340
- #: ../lib/admin/class-groups-admin-users.php:181
341
- msgid "Group Actions"
342
- msgstr "Gruppåtgärder"
 
343
 
344
- #: ../lib/admin/class-groups-admin-users.php:182
345
- msgid "Add to group"
346
- msgstr "Lägg till i grupp"
 
347
 
348
- #: ../lib/admin/class-groups-admin-users.php:183
349
- msgid "Remove from group"
350
- msgstr "Ta bort från grupp"
 
351
 
352
- #: ../lib/admin/class-groups-admin-users.php:185
353
- #: ../lib/admin/groups-admin-capabilities.php:309
354
- #: ../lib/admin/groups-admin-capabilities.php:335
355
- #: ../lib/admin/groups-admin-capabilities.php:349
356
- #: ../lib/admin/groups-admin-groups.php:316
357
- #: ../lib/admin/groups-admin-groups.php:342
358
- #: ../lib/admin/groups-admin-groups.php:378
359
- msgid "Apply"
360
- msgstr "Utför"
361
 
362
- #: ../lib/admin/class-groups-admin-users.php:329
363
- msgid "--"
364
- msgstr "--"
 
365
 
366
- #: ../lib/admin/class-groups-admin.php:159
367
- #: ../lib/admin/class-groups-admin.php:160
368
- msgid "Tree"
369
- msgstr "Träd"
370
 
371
- #: ../lib/admin/class-groups-admin.php:173
372
  msgid "Groups Capabilities"
373
  msgstr "Gruppförmågor"
374
 
375
- #: ../lib/admin/class-groups-admin.php:174
376
- #: ../lib/admin/groups-admin-capabilities.php:193
377
- #: ../lib/admin/groups-admin-groups-add.php:99
378
- #: ../lib/admin/groups-admin-groups-edit.php:119
379
- #: ../lib/admin/groups-admin-groups.php:297
380
- #: ../lib/admin/groups-admin-options.php:251
381
- #: ../lib/core/class-groups-help.php:69
382
- msgid "Capabilities"
383
- msgstr "Förmågor"
384
 
385
- #: ../lib/admin/class-groups-admin.php:186
386
- #: ../lib/admin/groups-admin-options.php:133
 
 
 
387
  msgid "Groups options"
388
  msgstr "Gruppinställningar"
389
 
390
- #: ../lib/admin/class-groups-admin.php:187
391
- #: ../lib/core/class-groups-help.php:68
392
- msgid "Options"
393
- msgstr "Inställningar"
 
 
 
394
 
395
- #: ../lib/admin/groups-admin-capabilities-add.php:34
396
- #: ../lib/admin/groups-admin-capabilities-add.php:92
397
- #: ../lib/admin/groups-admin-capabilities-add.php:96
398
- #: ../lib/admin/groups-admin-capabilities-edit.php:35
399
- #: ../lib/admin/groups-admin-capabilities-edit.php:100
400
- #: ../lib/admin/groups-admin-capabilities-edit.php:104
401
- #: ../lib/admin/groups-admin-capabilities-remove.php:35
402
- #: ../lib/admin/groups-admin-capabilities-remove.php:87
403
- #: ../lib/admin/groups-admin-capabilities-remove.php:91
404
- #: ../lib/admin/groups-admin-capabilities-remove.php:114
405
- #: ../lib/admin/groups-admin-capabilities-remove.php:183
406
- #: ../lib/admin/groups-admin-capabilities-remove.php:187
407
- #: ../lib/admin/groups-admin-capabilities.php:48
408
- #: ../lib/admin/groups-admin-capabilities.php:141
409
- #: ../lib/admin/groups-admin-capabilities.php:172
410
- #: ../lib/admin/groups-admin-capabilities.php:178
411
- #: ../lib/admin/groups-admin-groups-add.php:36
412
- #: ../lib/admin/groups-admin-groups-add.php:141
413
- #: ../lib/admin/groups-admin-groups-add.php:145
414
- #: ../lib/admin/groups-admin-groups-edit.php:37
415
- #: ../lib/admin/groups-admin-groups-edit.php:159
416
- #: ../lib/admin/groups-admin-groups-edit.php:163
417
- #: ../lib/admin/groups-admin-groups-remove.php:35
418
- #: ../lib/admin/groups-admin-groups-remove.php:87
419
- #: ../lib/admin/groups-admin-groups-remove.php:91
420
- #: ../lib/admin/groups-admin-groups-remove.php:114
421
- #: ../lib/admin/groups-admin-groups-remove.php:185
422
- #: ../lib/admin/groups-admin-groups-remove.php:189
423
- #: ../lib/admin/groups-admin-groups.php:49
424
- #: ../lib/admin/groups-admin-groups.php:148
425
- #: ../lib/admin/groups-admin-groups.php:179
426
- #: ../lib/admin/groups-admin-groups.php:185
427
- #: ../lib/admin/groups-admin-options.php:39
428
- #: ../lib/admin/groups-admin-options.php:329
429
- #: ../lib/admin/groups-admin-tree-view.php:37 ../lib/test/groups-tests.php:385
430
- #: ../lib/test/groups-tests.php:391
431
- msgid "Access denied."
432
- msgstr "Åtkomst nekad."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
433
 
434
- #: ../lib/admin/groups-admin-capabilities-add.php:51
435
- msgid "Add a new capability"
436
- msgstr "Lägg till ny förmåga"
 
437
 
438
- #: ../lib/admin/groups-admin-capabilities-add.php:59
439
- #: ../lib/admin/groups-admin-capabilities-edit.php:68
440
- #: ../lib/admin/groups-admin-capabilities.php:289
441
- #: ../lib/admin/groups-admin-capabilities.php:304
442
- msgid "Capability"
443
- msgstr "Förmåga"
444
 
445
- #: ../lib/admin/groups-admin-capabilities-add.php:64
446
- #: ../lib/admin/groups-admin-capabilities-edit.php:73
447
- #: ../lib/admin/groups-admin-capabilities.php:290
448
- #: ../lib/admin/groups-admin-groups-add.php:85
449
- #: ../lib/admin/groups-admin-groups-edit.php:95
450
- #: ../lib/admin/groups-admin-groups.php:296
451
- msgid "Description"
452
- msgstr "Beskrivning"
453
 
454
- #: ../lib/admin/groups-admin-capabilities-add.php:70
455
- #: ../lib/admin/groups-admin-capabilities.php:201
456
- #: ../lib/admin/groups-admin-groups-add.php:119
457
- #: ../lib/admin/groups-admin-groups.php:208
458
- msgid "Add"
459
- msgstr "Lägg till"
460
 
461
- #: ../lib/admin/groups-admin-capabilities-add.php:72
462
- #: ../lib/admin/groups-admin-capabilities-edit.php:81
463
- #: ../lib/admin/groups-admin-capabilities-remove.php:66
464
- #: ../lib/admin/groups-admin-capabilities-remove.php:156
465
- #: ../lib/admin/groups-admin-groups-add.php:121
466
- #: ../lib/admin/groups-admin-groups-edit.php:141
467
- #: ../lib/admin/groups-admin-groups-remove.php:66
468
- #: ../lib/admin/groups-admin-groups-remove.php:160
469
- msgid "Cancel"
470
- msgstr "Avbryt"
471
 
472
- #: ../lib/admin/groups-admin-capabilities-add.php:105
473
- #: ../lib/admin/groups-admin-capabilities-edit.php:134
474
- msgid "The <em>Capability</em> must not be empty."
475
- msgstr "<em>Förmågan</em> kan inte vara tom."
 
476
 
477
- #: ../lib/admin/groups-admin-capabilities-add.php:107
478
- #, php-format
479
- msgid "The <em>%s</em> capability already exists."
480
- msgstr "Förmågan <em>%s</em> finns redan."
 
481
 
482
- #: ../lib/admin/groups-admin-capabilities-edit.php:41
483
- #: ../lib/admin/groups-admin-capabilities-remove.php:41
484
- msgid "No such capability."
485
- msgstr "Ingen sådan förmåga."
 
 
 
486
 
487
- #: ../lib/admin/groups-admin-capabilities-edit.php:57
488
- msgid "Edit a capability"
489
- msgstr "Redigera en förmåga"
490
 
491
- #: ../lib/admin/groups-admin-capabilities-edit.php:79
492
- #: ../lib/admin/groups-admin-groups-edit.php:139
493
- #: ../lib/admin/groups-admin-options.php:205
494
- #: ../lib/admin/groups-admin-options.php:317
495
- #: ../lib/admin/groups-admin-options.php:367
496
- msgid "Save"
497
- msgstr "Spara"
498
 
499
- #: ../lib/admin/groups-admin-capabilities-edit.php:120
 
500
  #, php-format
501
  msgid ""
502
- "The <em>%s</em> capability already exists and cannot be assigned to this one."
503
- msgstr "Förmågan <em>%s</em> finns redan och kan inte tilldelas denna."
 
 
 
504
 
505
- #: ../lib/admin/groups-admin-capabilities-edit.php:130
506
- #, php-format
507
- msgid "The <em>%s</em> capability could not be updated."
508
- msgstr "Förmågan <em>%s</em> kunde inte uppdateras."
509
 
510
- #: ../lib/admin/groups-admin-capabilities-remove.php:54
511
- msgid "Remove a capability"
512
- msgstr "Radera en förmåga"
513
 
514
- #: ../lib/admin/groups-admin-capabilities-remove.php:61
515
- #, php-format
516
- msgid "Capability : %s"
517
- msgstr "Förmåga: %s"
518
 
519
- #: ../lib/admin/groups-admin-capabilities-remove.php:64
520
- #: ../lib/admin/groups-admin-capabilities-remove.php:155
521
- #: ../lib/admin/groups-admin-capabilities.php:292
522
- #: ../lib/admin/groups-admin-capabilities.php:347
523
- #: ../lib/admin/groups-admin-capabilities.php:408
524
- #: ../lib/admin/groups-admin-groups-remove.php:64
525
- #: ../lib/admin/groups-admin-groups-remove.php:159
526
- #: ../lib/admin/groups-admin-groups.php:299
527
- #: ../lib/admin/groups-admin-groups.php:450
528
- msgid "Remove"
529
- msgstr "Radera"
530
 
531
- #: ../lib/admin/groups-admin-capabilities-remove.php:120
532
- msgid "No such capabilities."
533
- msgstr "Inga sådana förmågor."
534
 
535
- #: ../lib/admin/groups-admin-capabilities-remove.php:138
536
- msgid "Remove capabilities"
537
- msgstr "Ta bort förmågor"
 
538
 
539
- #: ../lib/admin/groups-admin-capabilities-remove.php:145
540
  msgid ""
541
  "Please confirm to remove the following capabilities. This action cannot be "
542
  "undone."
543
  msgstr "Vill du verkligen radera följande förmågor? Detta kan inte ångras."
544
 
545
- #: ../lib/admin/groups-admin-capabilities-remove.php:151
546
- #: ../lib/admin/groups-admin-groups-remove.php:155
547
  #, php-format
548
- msgid "<strong>%s</strong>"
549
- msgstr "<strong>%s</strong>"
 
 
550
 
551
- #: ../lib/admin/groups-admin-capabilities.php:62
552
  #, php-format
553
- msgid "The <em>%s</em> capability has been created."
554
- msgstr "Förmågan <em>%s</em> har skapats."
 
 
 
 
 
 
 
 
 
555
 
556
- #: ../lib/admin/groups-admin-capabilities.php:70
557
  #, php-format
558
- msgid "The <em>%s</em> capability has been updated."
559
- msgstr "Förmågan <em>%s</em> har uppdaterats."
 
 
560
 
561
- #: ../lib/admin/groups-admin-capabilities.php:75
562
- msgid "The capability has been deleted."
563
- msgstr "Förmågan har raderats."
 
564
 
565
- #: ../lib/admin/groups-admin-capabilities.php:121
566
- msgid "One capability has been added."
567
- msgstr "En förmåga har lagts till."
568
 
569
- #: ../lib/admin/groups-admin-capabilities.php:123
570
- msgid "No new capabilities have been found."
571
- msgstr "Inga nya förmågor har hittats."
 
 
572
 
573
- #: ../lib/admin/groups-admin-capabilities.php:126
574
- msgid "A Duck!"
575
- msgstr "En anka!"
576
 
577
- #: ../lib/admin/groups-admin-capabilities.php:201
578
- msgid "Click to add a new capability"
579
- msgstr "Klicka för att lägg till en ny förmåga"
580
 
581
- #: ../lib/admin/groups-admin-capabilities.php:201
582
- msgid "New Capability"
583
- msgstr "Ny förmåga"
 
584
 
585
- #: ../lib/admin/groups-admin-capabilities.php:202
586
- msgid "Click to refresh capabilities"
587
- msgstr "Klicka för att uppdatera förmågor"
 
 
 
 
 
 
 
 
588
 
589
- #: ../lib/admin/groups-admin-capabilities.php:202
 
590
  msgid "Refresh"
591
  msgstr "Uppdatera"
592
 
593
- #: ../lib/admin/groups-admin-capabilities.php:288
594
- #: ../lib/admin/groups-admin-groups.php:294
595
- msgid "Id"
596
- msgstr "ID"
597
 
598
- #: ../lib/admin/groups-admin-capabilities.php:291
599
- #: ../lib/admin/groups-admin-capabilities.php:403
600
- #: ../lib/admin/groups-admin-groups.php:298
601
- #: ../lib/admin/groups-admin-groups.php:445
602
- msgid "Edit"
603
- msgstr "Redigera"
 
 
 
604
 
605
- #: ../lib/admin/groups-admin-capabilities.php:299
606
- #: ../lib/admin/groups-admin-groups.php:306
607
- msgid "Filters"
608
- msgstr "Filter"
609
 
610
- #: ../lib/admin/groups-admin-capabilities.php:302
611
- msgid "Capability Id"
612
- msgstr "Förmåga-ID"
613
 
614
- #: ../lib/admin/groups-admin-capabilities.php:310
615
- #: ../lib/admin/groups-admin-groups.php:317
616
- msgid "Clear"
617
- msgstr "Rensa"
 
 
 
 
 
 
 
 
 
 
 
618
 
619
- #: ../lib/admin/groups-admin-capabilities.php:332
620
- #: ../lib/admin/groups-admin-groups.php:339
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
621
  msgid "Results per page"
622
  msgstr "Resultat per sida"
623
 
624
- #: ../lib/admin/groups-admin-capabilities.php:346
625
- #: ../lib/admin/groups-admin-groups.php:373
626
- msgid "Bulk Actions"
627
- msgstr "Åtgärder"
628
 
629
- #: ../lib/admin/groups-admin-capabilities.php:415
630
- #: ../lib/admin/groups-admin-groups.php:457
631
- msgid "There are no results."
632
- msgstr "Det finns inga resultat."
 
 
 
633
 
634
- #: ../lib/admin/groups-admin-groups-add.php:60
635
- msgid "Add a new group"
636
- msgstr "Lägg till en ny grupp"
637
 
638
- #: ../lib/admin/groups-admin-groups-add.php:71
639
- #: ../lib/admin/groups-admin-groups-edit.php:81
640
- msgid "Name"
641
- msgstr "Namn"
642
 
643
- #: ../lib/admin/groups-admin-groups-add.php:78
644
- #: ../lib/admin/groups-admin-groups-edit.php:88
645
- msgid "Parent"
646
- msgstr "Förälder"
647
 
648
- #: ../lib/admin/groups-admin-groups-add.php:102
649
- #: ../lib/admin/groups-admin-groups-edit.php:122
650
- msgid "Choose capabilities &hellip;"
651
- msgstr "Välj förmågor&hellip;"
652
 
653
- #: ../lib/admin/groups-admin-groups-add.php:111
654
- msgid "These capabilities will be assigned to the group."
655
- msgstr "Dessa förmågor kommer att tilldelas gruppen."
 
656
 
657
- #: ../lib/admin/groups-admin-groups-add.php:165
658
- msgid "The name must not be empty."
659
- msgstr "Namnet kan inte vara tomt."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
660
 
661
- #: ../lib/admin/groups-admin-groups-add.php:167
662
  #, php-format
663
- msgid "The <em>%s</em> group already exists."
664
- msgstr "Gruppen <em>%s</em> finns redan."
 
665
 
666
- #: ../lib/admin/groups-admin-groups-edit.php:43
667
- #: ../lib/admin/groups-admin-groups-remove.php:41
668
- msgid "No such group."
669
- msgstr "Ingen sådan grupp."
670
 
671
- #: ../lib/admin/groups-admin-groups-edit.php:69
672
- msgid "Edit a group"
673
- msgstr "Redigera en grupp"
 
674
 
675
- #: ../lib/admin/groups-admin-groups-edit.php:132
676
- msgid "The chosen capabilities are assigned to the group."
677
- msgstr "De valda förmågorna är tilldelade gruppen."
 
678
 
679
- #: ../lib/admin/groups-admin-groups-edit.php:179
680
- msgid "The <em>Name</em> must not be empty."
681
- msgstr "<em>Namnet</em> kan inte vara tomt."
 
682
 
683
- #: ../lib/admin/groups-admin-groups-edit.php:187
684
  #, php-format
685
  msgid ""
686
  "The <em>%s</em> group already exists and cannot be used to name this one."
687
  msgstr ""
688
  "Gruppen <em>%s</em> finns redan och kan inte användas för att namnge denna."
689
 
690
- #: ../lib/admin/groups-admin-groups-remove.php:54
691
- msgid "Remove a group"
692
- msgstr "Radera en grupp"
 
693
 
694
- #: ../lib/admin/groups-admin-groups-remove.php:61
695
  #, php-format
696
- msgid "Group Name : %s"
697
- msgstr "Gruppnamn: %s"
698
 
699
- #: ../lib/admin/groups-admin-groups-remove.php:120
700
- msgid "No such groups."
701
- msgstr "Inga sådana grupper."
 
702
 
703
- #: ../lib/admin/groups-admin-groups-remove.php:140
704
- msgid "Remove groups"
705
- msgstr "Radera grupper"
 
 
 
 
 
706
 
707
- #: ../lib/admin/groups-admin-groups-remove.php:148
708
  msgid ""
709
- "Please confirm removal of the following groups. This action cannot be undone."
710
- msgstr "Vill du verkligen radera följande grupper? Detta går inte att ångra."
 
711
 
712
- #: ../lib/admin/groups-admin-groups.php:63
713
- #, php-format
714
- msgid "The <em>%s</em> group has been created."
715
- msgstr "Gruppen <em>%s</em> har skapats."
 
 
 
716
 
717
- #: ../lib/admin/groups-admin-groups.php:71
718
- #, php-format
719
- msgid "The <em>%s</em> group has been updated."
720
- msgstr "Gruppen <em>%s</em> har uppdaterats."
 
 
 
 
 
721
 
722
- #: ../lib/admin/groups-admin-groups.php:76
723
  msgid "The group has been deleted."
724
  msgstr "Gruppen raderades."
725
 
726
- #: ../lib/admin/groups-admin-groups.php:208
727
- msgid "Click to add a new group"
728
- msgstr "Klicka för att lägg till en ny grupp"
729
 
730
- #: ../lib/admin/groups-admin-groups.php:208
731
- msgid "New Group"
732
- msgstr "Ny grupp"
733
 
734
- #: ../lib/admin/groups-admin-groups.php:295
735
- msgid "Group"
736
- msgstr "Grupp"
737
 
738
- #: ../lib/admin/groups-admin-groups.php:309
739
- msgid "Group Id"
740
- msgstr "Grupp-ID"
 
741
 
742
- #: ../lib/admin/groups-admin-groups.php:311
743
- msgid "Group Name"
744
- msgstr "Gruppnamn"
 
745
 
746
- #: ../lib/admin/groups-admin-groups.php:354
747
- #: ../lib/admin/groups-admin-groups.php:355
748
- msgid "Capabilities &hellip;"
749
- msgstr "Förmågor&hellip;"
750
 
751
- #: ../lib/admin/groups-admin-groups.php:374
752
- msgid "Remove group"
753
- msgstr "Radera grupp"
 
 
754
 
755
- #: ../lib/admin/groups-admin-groups.php:375
756
- msgid "Add capability"
757
- msgstr "Lägg till förmåga"
758
 
759
- #: ../lib/admin/groups-admin-groups.php:376
760
- msgid "Remove capability"
761
- msgstr "Ta bort förmåga"
 
 
 
762
 
763
- #: ../lib/admin/groups-admin-groups.php:440
764
  msgid "This group has no capabilities."
765
  msgstr "Denna gruppen har inga förmågor."
766
 
767
- #: ../lib/admin/groups-admin-options.php:50
768
- msgid "Access Groups"
769
- msgstr "Tillgång till grupper"
770
-
771
- #: ../lib/admin/groups-admin-options.php:51
772
- msgid "Administer Groups"
773
- msgstr "Administrera grupper"
774
-
775
- #: ../lib/admin/groups-admin-options.php:52
776
- msgid "Administer Groups plugin options"
777
- msgstr "Administrera inställningar för tillägget Grupper (Groups)"
778
-
779
- #: ../lib/admin/groups-admin-options.php:125
780
- msgid "Options saved."
781
- msgstr "Inställningarna sparades."
782
-
783
- #: ../lib/admin/groups-admin-options.php:148
784
- msgid "Role"
785
- msgstr "Roll"
786
-
787
- #: ../lib/admin/groups-admin-options.php:193
788
  msgid ""
789
- "Enhanced functionality is available via official <a href=\"http://www."
790
- "itthinx.com/plugins/groups/\">Extensions</a> for Groups."
791
  msgstr ""
792
- "Utökad funktionalitet finns tillgängligt via officiella <a href=\"http://www."
793
- "itthinx.com/plugins/groups/\">tillägg</a> för Grupper (Groups)."
794
 
795
- #: ../lib/admin/groups-admin-options.php:210
796
- msgid "Administrator Access Override"
797
- msgstr "Tillträdesöverskridning för administratörer"
 
 
798
 
799
- #: ../lib/admin/groups-admin-options.php:214
800
  msgid ""
801
- "Administrators override all access permissions derived from Groups "
 
802
  "capabilities."
803
- msgstr "Administratörer överskrider alla begränsningar satta av Grupper."
804
 
805
- #: ../lib/admin/groups-admin-options.php:218
806
- msgid "Access restricions"
807
- msgstr "Tillträdesbegränsningar"
 
 
808
 
809
- #: ../lib/admin/groups-admin-options.php:220
810
- msgid "Post types"
811
- msgstr "Inläggstyper"
812
 
813
- #: ../lib/admin/groups-admin-options.php:223
814
- msgid "Show access restrictions for these post types."
815
- msgstr "Visa tillträdesbegränsningar för dessa inläggstyper."
 
 
 
 
816
 
817
- #: ../lib/admin/groups-admin-options.php:246
818
  msgid ""
819
- "This determines for which post types access restriction settings are offered."
 
820
  msgstr ""
821
- "Detta avgör för vilka inläggstyper rutan med tillträdesbegränsningar kommer "
822
- "visas."
 
 
 
 
 
 
823
 
824
- #: ../lib/admin/groups-admin-options.php:247
825
  msgid ""
826
- "Disabling this setting for a post type does not remove existing access "
827
- "restrictions on individual posts of that type."
828
  msgstr ""
829
- "Avaktivering av detta alternativ tar inte bort tillträdesbegränsningar "
830
- "individuella inlägg av den typen."
831
 
832
- #: ../lib/admin/groups-admin-options.php:254
833
  msgid ""
834
- "Include these capabilities to enforce read access on posts. The selected "
835
- "capabilities will be offered to restrict access to posts."
836
  msgstr ""
837
- "Inkludera dessa förmågor för att tvinga läsbegränsningar på inlägg. De valda "
838
- "förmågorna kommer att finnas tillgängliga när användare begränsar tillträde "
839
- "till inlägg."
840
 
841
- #: ../lib/admin/groups-admin-options.php:275
842
  msgid "User profiles"
843
  msgstr "Användarprofiler"
844
 
845
- #: ../lib/admin/groups-admin-options.php:279
846
- msgid "Show groups in user profiles."
847
- msgstr "Visa grupper i användarprofiler."
848
-
849
- #: ../lib/admin/groups-admin-options.php:284
850
- msgid "Tree view"
851
- msgstr "Trädvy"
852
 
853
- #: ../lib/admin/groups-admin-options.php:288
854
- msgid "Show the Groups tree view."
855
- msgstr "Visa trädvy för Grupper (Groups)."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
856
 
857
- #: ../lib/admin/groups-admin-options.php:293
858
- msgid "Permissions"
859
- msgstr "Tillstånd"
860
 
861
- #: ../lib/admin/groups-admin-options.php:294
862
- msgid ""
863
- "These permissions apply to Groups management. They do not apply to access "
864
- "permissions derived from Groups capabilities."
865
- msgstr "Dessa tillstånd används för att hantera tillägget Grupper (Groups). "
866
 
867
- #: ../lib/admin/groups-admin-options.php:297
868
- msgid "A minimum set of permissions will be preserved."
869
- msgstr "En minsta uppsättning behörigheter kommer att bevaras."
870
 
871
- #: ../lib/admin/groups-admin-options.php:299
872
- msgid "If you lock yourself out, please ask an administrator to help."
873
- msgstr "Om du låser ute dig själv, vänligen fråga en administratör om hjälp."
 
874
 
875
- #: ../lib/admin/groups-admin-options.php:303
876
- msgid "Deactivation and data persistence"
877
- msgstr "Inaktivering och datahantering"
 
878
 
879
- #: ../lib/admin/groups-admin-options.php:307
880
- msgid "Delete all Groups plugin data on deactivation"
881
- msgstr "Radera all tilläggsdata vid inaktivering"
882
 
883
- #: ../lib/admin/groups-admin-options.php:311
884
  msgid ""
885
- "CAUTION: If this option is active while the plugin is deactivated, ALL "
886
- "plugin settings and data will be DELETED. If you are going to use this "
887
- "option, now would be a good time to make a backup. By enabling this option "
888
- "you agree to be solely responsible for any loss of data or any other "
889
- "consequences thereof."
890
  msgstr ""
891
- "VARNING: Om detta alternativ är aktivt när tillägget inaktiveras kommer ALL "
892
- "data från tillägget RADERAS. Om du tänker använda detta alternativ vore det "
893
- "smart att göra en backup nu. Genom att aktivera alternativet accepterar du "
894
- "att du själv ansvarar för all förlust av data eller andra konsekvenser som "
895
- "kan följa."
896
-
897
- #: ../lib/admin/groups-admin-options.php:335
898
- msgid "Groups network options"
899
- msgstr "Alternativ för grupper på ett nätverk"
900
 
901
- #: ../lib/admin/groups-admin-options.php:357
902
- msgid "Network deactivation and data persistence"
903
- msgstr "Nätverksinaktivering och datahantering"
 
904
 
905
- #: ../lib/admin/groups-admin-options.php:360
906
- msgid "Delete all Groups plugin data for ALL sites on network deactivation"
907
- msgstr "Radera all tilläggsdata för ALLA sidor nätverket vid inaktivering"
 
 
908
 
909
- #: ../lib/admin/groups-admin-options.php:363
910
  msgid ""
911
- "CAUTION: If this option is active while the plugin is deactivated, ALL "
912
- "plugin settings and data will be DELETED for <strong>all sites</strong>. If "
913
- "you are going to use this option, now would be a good time to make a backup. "
914
- "By enabling this option you agree to be solely responsible for any loss of "
915
- "data or any other consequences thereof."
916
  msgstr ""
917
- "VARNING: Om detta alternativ är aktivt när tillägget inaktiveras kommer ALL "
918
- "data från tillägget RADERAS från <strong>alla sidor</strong>. Om du tänker "
919
- "använda detta alternativ vore det smart att göra en backup nu. Genom att "
920
- "aktivera alternativet accepterar du att du själv ansvarar för all förlust av "
921
- "data eller andra konsekvenser som kan följa."
922
 
923
- #: ../lib/admin/groups-admin-tree-view.php:43
924
- msgid "Tree of Groups"
925
- msgstr "Träd av grupper"
 
 
 
 
 
 
 
 
 
 
 
926
 
927
- #: ../lib/auto/class-groups-registered.php:73
928
- msgid "Registered"
929
- msgstr "Registrerad"
 
930
 
931
- #: ../lib/core/class-groups-help.php:85
 
932
  msgid ""
933
- "The complete documentation is available on the <a href=\"http://www.itthinx."
934
- "com/plugins/groups\" target=\"_blank\">Groups plugin page</a>"
 
935
  msgstr ""
936
- "Hela dokumentationen finns tillänglig på <a href=\"http://www.itthinx.com/"
937
- "plugins/groups\" target=\"_blank\">tilläggssidan för Grupper (Groups)</a>. "
938
- "(Endast på engelska)"
939
 
940
- #: ../lib/core/class-groups-help.php:90
941
  msgid ""
942
- "Here you can <strong>add</strong>, <strong>edit</strong> and <strong>remove</"
943
- "strong> groups."
944
  msgstr ""
945
- "Här kan du <strong>lägga till</strong>, <strong>redigera</strong> och "
946
- "<strong>radera</strong> grupper."
947
 
948
- #: ../lib/core/class-groups-help.php:115
949
  msgid ""
950
- "Thank you for using <a href=\"http://www.itthinx.com/plugins/groups\" target="
951
- "\"_blank\">Groups</a> by <a href=\"http://www.itthinx.com\" target=\"_blank"
952
- "\">itthinx</a>."
953
  msgstr ""
954
- "Tack för att du använder <a href=\"http://www.itthinx.com/plugins/groups\" "
955
- "target=\"_blank\">Grupper (Groups)</a> av <a href=\"http://www.itthinx.com"
956
- "\" target=\"_blank\">itthinx</a>."
957
-
958
- #: ../lib/core/class-groups-pagination.php:96
959
- msgid "1 item"
960
- msgstr "1 sak"
961
 
962
- #: ../lib/core/class-groups-pagination.php:140
963
- #, php-format
964
- msgid "%1$s of %2$s"
965
- msgstr "%1$s av %2$s"
966
 
967
- #: ../lib/views/class-groups-shortcodes.php:389
968
- #, php-format
969
- msgid "Join the %s group"
970
- msgstr " med i gruppen %s"
971
 
972
- #: ../lib/views/class-groups-shortcodes.php:442
973
  #, php-format
974
  msgid "You have joined the %s group."
975
  msgstr "Du har gått med i gruppen %s."
976
 
977
- #: ../lib/views/class-groups-shortcodes.php:447
978
- #, php-format
979
- msgid "You are a member of the %s group."
980
- msgstr "Du är medlem i gruppen %s."
981
-
982
- #: ../lib/views/class-groups-shortcodes.php:473
983
- #, php-format
984
- msgid "Leave the %s group"
985
- msgstr "Lämna gruppen %s"
986
-
987
- #: ../lib/views/class-groups-shortcodes.php:518
988
  #, php-format
989
  msgid "You have left the %s group."
990
  msgstr "Du har lämnat gruppen %s."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Groups\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2017-04-03 21:55+0200\n"
6
+ "PO-Revision-Date: 2017-04-03 21:55+0200\n"
7
  "Last-Translator: Andréas Lundgren <adevade@gmail.com>\n"
8
  "Language-Team: 035 Media Group <info@035media.se>\n"
9
  "Language: sv_SE\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
+ "X-Generator: Poedit 1.8.12\n"
14
  "X-Poedit-Basepath: .\n"
15
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
18
  "esc_html_e;esc_html_x;_n_noop;_nx_noop;translate_nooped_plural\n"
19
  "X-Poedit-SearchPath-0: ..\n"
20
 
21
+ #: lib/core/class-groups-pagination.php:140
22
+ #, php-format
23
+ msgctxt "paging"
24
+ msgid "%1$s of %2$s"
 
 
 
 
 
 
 
 
25
  msgstr ""
 
 
26
 
27
+ #: legacy/admin/class-groups-admin-posts-legacy.php:184
28
+ #: lib/admin/class-groups-admin-posts.php:207
29
+ msgid "&mdash; No Change &mdash;"
30
+ msgstr "&mdash; Ingen förändring &mdash;"
 
 
 
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 "(endast obegränsade)"
 
 
36
 
37
+ #: lib/admin/class-groups-admin-users.php:374
38
+ msgid "--"
39
+ msgstr "--"
40
 
41
+ #: lib/core/class-groups-pagination.php:96
42
+ #, fuzzy, php-format
43
+ #| msgid "1 item"
44
+ msgid "1 item"
45
+ msgid_plural "%s items"
46
+ msgstr[0] "1 sak"
47
+ msgstr[1] "1 sak"
48
 
49
+ #: legacy/admin/class-groups-admin-post-columns-legacy.php:76
50
+ #, php-format
51
+ msgid "<span title=\"%s\">Access Restrictions</span>"
52
+ msgstr "<span title=\"%s\">Tillträdesbegränsningar</span>"
53
 
54
+ #: lib/admin/groups-admin-capabilities-remove.php:145
55
+ #: lib/admin/groups-admin-groups-remove.php:149
56
+ #, php-format
57
+ msgid "<strong>%s</strong>"
58
+ msgstr "<strong>%s</strong>"
59
 
60
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:164
61
  msgid ""
62
+ "<sup>*</sup> For each capability, the groups that have the capability "
63
+ "assigned are shown within parenthesis. You can choose a capability by typing "
64
+ "part of the group's or the capability's name."
65
  msgstr ""
66
+ "<sup>*</sup> För varje förmåga syns grupperna som denna är tilldelad inom "
67
+ "parentes. Du kan välja en förmåga genom att börja skriva gruppens eller "
68
+ "förmågans namn."
69
 
70
+ #: lib/admin/groups-admin-capabilities.php:126
71
+ msgid "A Duck!"
72
+ msgstr "En anka!"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
73
 
74
+ #: lib/admin/groups-admin-options.php:271
75
+ msgid "A minimum set of permissions will be preserved."
76
+ msgstr "En minsta uppsättning behörigheter kommer att bevaras."
77
+
78
+ #: lib/admin/groups-admin-options.php:50
79
+ msgid "Access Groups"
80
+ msgstr "Tillgång till grupper"
81
+
82
+ #: legacy/admin/class-groups-admin-posts-legacy.php:181
83
+ msgid "Access Restrictions"
84
+ msgstr "Tillträdesbegränsningar"
85
+
86
+ #: lib/admin/groups-admin-capabilities-add.php:34
87
+ #: lib/admin/groups-admin-capabilities-add.php:89
88
+ #: lib/admin/groups-admin-capabilities-add.php:93
89
+ #: lib/admin/groups-admin-capabilities-edit.php:35
90
+ #: lib/admin/groups-admin-capabilities-edit.php:96
91
+ #: lib/admin/groups-admin-capabilities-edit.php:100
92
+ #: lib/admin/groups-admin-capabilities-remove.php:35
93
+ #: lib/admin/groups-admin-capabilities-remove.php:83
94
+ #: lib/admin/groups-admin-capabilities-remove.php:87
95
+ #: lib/admin/groups-admin-capabilities-remove.php:110
96
+ #: lib/admin/groups-admin-capabilities-remove.php:175
97
+ #: lib/admin/groups-admin-capabilities-remove.php:179
98
+ #: lib/admin/groups-admin-capabilities.php:48
99
+ #: lib/admin/groups-admin-capabilities.php:141
100
+ #: lib/admin/groups-admin-capabilities.php:172
101
+ #: lib/admin/groups-admin-capabilities.php:178
102
+ #: lib/admin/groups-admin-groups-add.php:36
103
+ #: lib/admin/groups-admin-groups-add.php:139
104
+ #: lib/admin/groups-admin-groups-add.php:143
105
+ #: lib/admin/groups-admin-groups-edit.php:37
106
+ #: lib/admin/groups-admin-groups-edit.php:176
107
+ #: lib/admin/groups-admin-groups-edit.php:180
108
+ #: lib/admin/groups-admin-groups-remove.php:35
109
+ #: lib/admin/groups-admin-groups-remove.php:83
110
+ #: lib/admin/groups-admin-groups-remove.php:87
111
+ #: lib/admin/groups-admin-groups-remove.php:110
112
+ #: lib/admin/groups-admin-groups-remove.php:177
113
+ #: lib/admin/groups-admin-groups-remove.php:181
114
+ #: lib/admin/groups-admin-groups.php:49 lib/admin/groups-admin-groups.php:148
115
+ #: lib/admin/groups-admin-groups.php:179 lib/admin/groups-admin-groups.php:185
116
+ #: lib/admin/groups-admin-options.php:39 lib/admin/groups-admin-options.php:319
117
+ #: lib/admin/groups-admin-tree-view.php:37 lib/test/groups-tests.php:385
118
+ #: lib/test/groups-tests.php:391
119
+ msgid "Access denied."
120
+ msgstr "Åtkomst nekad."
121
+
122
+ #: lib/admin/groups-admin-options.php:216
123
+ msgid "Access restricions"
124
+ msgstr "Tillträdesbegränsningar"
125
+
126
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:97
127
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:107
128
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:121
129
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:124
130
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:592
131
+ msgid "Access restrictions"
132
+ msgstr "Tillträdesbegränsningar"
133
 
134
+ #: legacy/admin/class-groups-admin-posts-legacy.php:124
135
+ #: legacy/admin/class-groups-admin-posts-legacy.php:125
136
+ msgid "Access restrictions &hellip;"
137
+ msgstr "Tillträdesbegränsningar&hellip;"
138
+
139
+ #: lib/admin/groups-admin-capabilities-add.php:68
140
+ #: lib/admin/groups-admin-capabilities.php:201
141
+ #: lib/admin/groups-admin-groups-add.php:119
142
+ #: lib/admin/groups-admin-groups.php:207
143
+ msgid "Add"
144
+ msgstr "Lägg till"
145
+
146
+ #: lib/admin/groups-admin-capabilities-add.php:50
147
+ msgid "Add a new capability"
148
+ msgstr "Lägg till ny förmåga"
149
+
150
+ #: lib/admin/groups-admin-groups-add.php:59
151
+ msgid "Add a new group"
152
+ msgstr "Lägg till en ny grupp"
153
+
154
+ #: lib/admin/groups-admin-groups.php:382
155
+ msgid "Add capability"
156
+ msgstr "Lägg till förmåga"
157
+
158
+ #: legacy/admin/class-groups-admin-posts-legacy.php:185
159
+ #: lib/admin/class-groups-admin-posts.php:208
160
+ msgid "Add restriction"
161
+ msgstr "Lägg till begränsning"
162
+
163
+ #: lib/admin/class-groups-admin-users.php:212
164
+ msgid "Add to group"
165
+ msgstr "Lägg till i grupp"
166
+
167
+ #: lib/admin/class-groups-admin-welcome.php:234
168
+ #: lib/admin/class-groups-admin.php:221 lib/admin/groups-admin-add-ons.php:32
169
+ msgid "Add-Ons"
170
+ msgstr ""
171
+
172
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:150
173
  msgid ""
174
  "Adding the group and capability manually and enabling it for access "
175
  "restriction"
177
  "Lägga till gruppen och förmågor manuellt och aktivera den för "
178
  "tillträdesbegränsning"
179
 
180
+ #: lib/admin/groups-admin-options.php:51
181
+ msgid "Administer Groups"
182
+ msgstr "Administrera grupper"
 
 
 
 
183
 
184
+ #: lib/admin/groups-admin-options.php:52
185
+ msgid "Administer Groups plugin options"
186
+ msgstr "Administrera inställningar för tillägget Grupper (Groups)"
187
+
188
+ #: lib/admin/groups-admin-options.php:208
189
+ msgid "Administrator Access Override"
190
+ msgstr "Tillträdesöverskridning för administratörer"
191
+
192
+ #: lib/admin/groups-admin-options.php:212
193
  msgid ""
194
+ "Administrators override all access permissions derived from Groups "
195
+ "capabilities."
196
+ msgstr "Administratörer överskrider alla begränsningar satta av Grupper."
197
+
198
+ #: lib/admin/class-groups-admin-posts.php:165
199
+ msgid "Also look for groups related to terms"
200
  msgstr ""
 
 
201
 
202
+ #: lib/admin/class-groups-admin-welcome.php:187
203
  msgid ""
204
+ "And you can now filter the list of users by one or multiple groups with one "
205
+ "convenient field."
206
  msgstr ""
 
 
207
 
208
+ #: lib/admin/class-groups-admin-welcome.php:185
209
  msgid ""
210
+ "Another improvement is better filtering by groups and a reduced footprint on "
211
+ "the Users admin screen."
212
  msgstr ""
 
 
213
 
214
+ #: lib/access/class-groups-access-meta-boxes.php:209
215
+ #: lib/access/class-groups-access-meta-boxes.php:210
216
+ #: lib/access/class-groups-access-meta-boxes.php:443
217
+ #: lib/access/class-groups-access-meta-boxes.php:444
218
+ msgid "Anyone &hellip;"
219
  msgstr ""
 
 
220
 
221
+ #: lib/admin/class-groups-admin-users.php:215
222
+ #: lib/admin/groups-admin-capabilities.php:334
223
+ #: lib/admin/groups-admin-capabilities.php:360
224
+ #: lib/admin/groups-admin-capabilities.php:374
225
+ #: lib/admin/groups-admin-groups.php:323 lib/admin/groups-admin-groups.php:349
226
+ #: lib/admin/groups-admin-groups.php:385
227
+ msgid "Apply"
228
+ msgstr "Utför"
229
+
230
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:160
231
  msgid ""
232
  "Become a member of the <em>Premium</em> group - this is required so you can "
233
  "choose the <em>premium</em> capability to restrict access to a post."
235
  "Bli medlem i gruppen <em>Premium</em> - detta är nödvändigt så att du kan "
236
  "välja förmågan <em>premium</em> för att begränsa tillträde till ett inlägg."
237
 
238
+ #: lib/admin/groups-admin-capabilities.php:371
239
+ #: lib/admin/groups-admin-groups.php:380
240
+ msgid "Bulk Actions"
241
+ msgstr "Åtgärder"
242
+
243
+ #: lib/admin/groups-admin-options.php:353
244
  msgid ""
245
+ "CAUTION: If this option is active while the plugin is deactivated, ALL "
246
+ "plugin settings and data will be DELETED for <strong>all sites</strong>. If "
247
+ "you are going to use this option, now would be a good time to make a backup. "
248
+ "By enabling this option you agree to be solely responsible for any loss of "
249
+ "data or any other consequences thereof."
250
  msgstr ""
251
+ "VARNING: Om detta alternativ är aktivt när tillägget inaktiveras kommer ALL "
252
+ "data från tillägget RADERAS från <strong>alla sidor</strong>. Om du tänker "
253
+ "använda detta alternativ vore det smart att göra en backup nu. Genom att "
254
+ "aktivera alternativet accepterar du att du själv ansvarar för all förlust av "
255
+ "data eller andra konsekvenser som kan följa."
256
 
257
+ #: lib/admin/groups-admin-options.php:285
258
  msgid ""
259
+ "CAUTION: If this option is active while the plugin is deactivated, ALL "
260
+ "plugin settings and data will be DELETED. If you are going to use this "
261
+ "option, now would be a good time to make a backup. By enabling this option "
262
+ "you agree to be solely responsible for any loss of data or any other "
263
+ "consequences thereof."
264
  msgstr ""
265
+ "VARNING: Om detta alternativ är aktivt när tillägget inaktiveras kommer ALL "
266
+ "data från tillägget RADERAS. Om du tänker använda detta alternativ vore det "
267
+ "smart att göra en backup nu. Genom att aktivera alternativet accepterar du "
268
+ "att du själv ansvarar för all förlust av data eller andra konsekvenser som "
269
+ "kan följa."
270
 
271
+ #: lib/admin/groups-admin-capabilities-add.php:70
272
+ #: lib/admin/groups-admin-capabilities-edit.php:79
273
+ #: lib/admin/groups-admin-capabilities-remove.php:64
274
+ #: lib/admin/groups-admin-capabilities-remove.php:150
275
+ #: lib/admin/groups-admin-groups-add.php:121
276
+ #: lib/admin/groups-admin-groups-edit.php:160
277
+ #: lib/admin/groups-admin-groups-remove.php:64
278
+ #: lib/admin/groups-admin-groups-remove.php:154
279
+ msgid "Cancel"
280
+ msgstr "Avbryt"
281
 
282
+ #: legacy/admin/groups-admin-options-legacy.php:59
283
+ #: lib/admin/class-groups-admin.php:195
284
+ #: lib/admin/groups-admin-capabilities.php:192
285
+ #: lib/admin/groups-admin-groups-add.php:97
286
+ #: lib/admin/groups-admin-groups-edit.php:117
287
+ #: lib/admin/groups-admin-groups.php:306 lib/core/class-groups-help.php:71
288
+ msgid "Capabilities"
289
+ msgstr "Förmågor"
290
 
291
+ #: lib/admin/groups-admin-groups.php:361 lib/admin/groups-admin-groups.php:362
292
+ msgid "Capabilities &hellip;"
293
+ msgstr "Förmågor&hellip;"
294
+
295
+ #: lib/admin/groups-admin-capabilities-add.php:57
296
+ #: lib/admin/groups-admin-capabilities-edit.php:66
297
+ #: lib/admin/groups-admin-capabilities.php:314
298
+ #: lib/admin/groups-admin-capabilities.php:330
299
+ msgid "Capability"
300
+ msgstr "Förmåga"
301
+
302
+ #: lib/admin/groups-admin-capabilities-remove.php:59
303
+ #, php-format
304
+ msgid "Capability : %s"
305
+ msgstr "Förmåga: %s"
306
+
307
+ #: lib/admin/groups-admin-capabilities.php:326
308
+ msgid "Capability ID"
309
+ msgstr ""
310
+
311
+ #: lib/admin/class-groups-admin-posts.php:221
312
+ #: lib/admin/class-groups-admin-posts.php:222
313
+ msgid "Choose access restriction groups &hellip;"
314
+ msgstr ""
315
+
316
+ #: legacy/admin/class-groups-admin-posts-legacy.php:195
317
+ #: legacy/admin/class-groups-admin-posts-legacy.php:196
318
+ msgid "Choose access restrictions &hellip;"
319
+ msgstr "Välj tillträdesbegränsningar&hellip;"
320
+
321
+ #: lib/admin/groups-admin-groups-add.php:100
322
+ #: lib/admin/groups-admin-groups-edit.php:120
323
+ msgid "Choose capabilities &hellip;"
324
+ msgstr "Välj förmågor&hellip;"
325
 
326
+ #: lib/admin/class-groups-admin-user-profile.php:80
327
+ #: lib/admin/class-groups-admin-user-profile.php:81
328
+ #: lib/admin/class-groups-admin-user-profile.php:167
329
+ #: lib/admin/class-groups-admin-user-profile.php:168
330
+ #: lib/admin/class-groups-admin-users.php:190
331
+ #: lib/admin/class-groups-admin-users.php:191
332
+ #: lib/admin/class-groups-admin-users.php:251
333
+ #: lib/admin/class-groups-admin-users.php:252
334
+ msgid "Choose groups &hellip;"
335
+ msgstr "Välj grupper&hellip;"
336
+
337
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:214
338
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:541
339
  msgid ""
340
  "Choose one or more capabilities to restrict access. Groups that grant access "
341
  "through the capabilities are shown in parenthesis. If no capabilities are "
347
  "tillgängliga än kan du använda fältet Snabbskapa för att skapa en grupp och "
348
  "förmåga för tillträdesbegränsning i farten."
349
 
350
+ #: lib/access/class-groups-access-meta-boxes.php:136
 
 
 
 
 
 
 
351
  msgid ""
352
+ "Choose or enter <em>Premium</em> in the <em>Read</em> field located in the "
353
+ "<em>Groups</em> box and save or update the post (or hit Enter)."
 
354
  msgstr ""
 
 
355
 
356
+ #: lib/admin/groups-admin-capabilities.php:335
357
+ #: lib/admin/groups-admin-groups.php:324
358
+ msgid "Clear"
359
+ msgstr "Rensa"
 
 
 
 
 
360
 
361
+ #: lib/admin/groups-admin-capabilities.php:196
362
+ msgid "Click to add a new capability"
363
+ msgstr "Klicka för att lägg till en ny förmåga"
364
+
365
+ #: lib/admin/groups-admin-groups.php:202
366
+ msgid "Click to add a new group"
367
+ msgstr "Klicka för att lägg till en ny grupp"
368
+
369
+ #: lib/admin/groups-admin-capabilities.php:212
370
+ msgid "Click to refresh capabilities"
371
+ msgstr "Klicka för att uppdatera förmågor"
372
+
373
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:274
374
  msgid "Click to toggle the display of groups that grant the capabilities."
375
  msgstr "Klicka för att växla "
376
 
377
+ #: lib/admin/groups-admin-options.php:277
378
+ msgid "Deactivation and data persistence"
379
+ msgstr "Inaktivering och datahantering"
380
 
381
+ #: lib/admin/groups-admin-options.php:350
382
+ msgid "Delete all Groups plugin data for ALL sites on network deactivation"
383
+ msgstr "Radera all tilläggsdata för ALLA sidor på nätverket vid inaktivering"
384
+
385
+ #: lib/admin/groups-admin-options.php:281
386
+ msgid "Delete all Groups plugin data on deactivation"
387
+ msgstr "Radera all tilläggsdata vid inaktivering"
388
+
389
+ #: lib/admin/groups-admin-capabilities-add.php:62
390
+ #: lib/admin/groups-admin-capabilities-edit.php:71
391
+ #: lib/admin/groups-admin-capabilities.php:315
392
+ #: lib/admin/groups-admin-groups-add.php:83
393
+ #: lib/admin/groups-admin-groups-edit.php:93
394
+ #: lib/admin/groups-admin-groups.php:305
395
+ msgid "Description"
396
+ msgstr "Beskrivning"
397
 
398
+ #: lib/admin/groups-admin-options.php:245
399
  msgid ""
400
+ "Disabling this setting for a post type does not remove existing access "
401
+ "restrictions on individual posts of that type."
402
  msgstr ""
403
+ "Avaktivering av detta alternativ tar inte bort tillträdesbegränsningar "
404
+ "individuella inlägg av den typen."
405
 
406
+ #: lib/admin/class-groups-admin-welcome.php:144
407
+ #: lib/admin/class-groups-admin-welcome.php:145
408
+ msgid "Dismiss"
409
+ msgstr ""
410
+
411
+ #: lib/admin/groups-admin-capabilities.php:449
412
+ #: lib/admin/groups-admin-groups.php:460
413
+ msgid "Edit"
414
+ msgstr "Redigera"
415
+
416
+ #: lib/admin/groups-admin-capabilities-edit.php:56
417
+ msgid "Edit a capability"
418
+ msgstr "Redigera en förmåga"
419
+
420
+ #: lib/admin/groups-admin-groups-edit.php:68
421
+ msgid "Edit a group"
422
+ msgstr "Redigera en grupp"
423
 
424
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:161
425
  msgid ""
426
+ "Edit the post for which you want to restrict access and choose<sup>*</sup> "
427
+ "the <em>premium</em> capability."
 
 
 
 
 
 
428
  msgstr ""
429
+ "Redigera inlägget du vill begränsa tillträda till och välj<sup>*</sup> "
430
+ "förmågan <em>premium</em>."
 
431
 
432
+ #: lib/admin/groups-admin-options.php:294
433
+ msgid "Enable legacy access control based on capabilities."
434
+ msgstr ""
435
 
436
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:204
437
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:505
438
+ msgid "Enforce read access"
439
+ msgstr "Tvinga läsbegränsning"
440
 
441
+ #: lib/admin/groups-admin-options.php:191
442
+ msgid ""
443
+ "Enhanced functionality is available via official <a href=\"http://www."
444
+ "itthinx.com/shop/\">Extensions</a> for Groups."
445
+ msgstr ""
446
 
447
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:143
448
+ msgid ""
449
+ "Enter <em>Premium</em> in the quick-create field located in the Access "
450
+ "restrictions panel and save or update the post (or hit Enter)."
451
+ msgstr ""
452
+ "Skriv <em>Premium</em> i fältet Snabbskapa i rutan tillträdesbegränsningar "
453
+ "och spara eller uppdatera inlägget (eller tryck på Enter)."
454
 
455
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:135
456
+ #: lib/access/class-groups-access-meta-boxes.php:130
457
+ msgid "Example:"
458
+ msgstr "Exempel:"
459
 
460
+ #: lib/admin/class-groups-admin-users.php:275
461
+ msgid "Filter"
462
+ msgstr ""
463
 
464
+ #: lib/admin/groups-admin-capabilities.php:324
465
+ #: lib/admin/groups-admin-groups.php:315
466
+ msgid "Filters"
467
+ msgstr "Filter"
468
 
469
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:157
470
+ msgid ""
471
+ "Go to <strong>Groups > Capabilities</strong> and add the <em>premium</em> "
472
+ "capability."
473
+ msgstr ""
474
+ "Gå till <strong>Grupper > Förmågor</strong> och lägg till förmågan "
475
+ "<em>premium</em>."
476
 
477
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:156
478
+ msgid ""
479
+ "Go to <strong>Groups > Groups</strong> and add the <em>Premium</em> group."
480
+ msgstr ""
481
+ "Gå till <strong>Grupper > Grupper</strong> och lägg till gruppen "
482
+ "<em>Premium</em>."
483
 
484
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:158
485
+ msgid ""
486
+ "Go to <strong>Groups > Groups</strong> and assign the <em>premium</em> "
487
+ "capability to the <em>Premium</em> group."
488
+ msgstr ""
489
+ "Gå till <strong>Grupper > Grupper</strong> och tilldela förmågan "
490
+ "<em>premium</em> till gruppen <em>Premium</em>."
491
 
492
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:159
493
+ msgid ""
494
+ "Go to <strong>Groups > Options</strong> and enable the <em>premium</em> "
495
+ "capability to restrict access."
496
+ msgstr ""
497
+ "Gå till <strong>Grupper > Inställningar</strong> och aktivera förmågan "
498
+ "<em>premium</em> för att begränsa tillträde."
499
+
500
+ #: lib/admin/groups-admin-groups.php:304
501
+ msgid "Group"
502
+ msgstr "Grupp"
503
 
504
+ #: lib/admin/class-groups-admin-users.php:211
505
+ msgid "Group Actions"
506
+ msgstr "Gruppåtgärder"
507
+
508
+ #: lib/admin/groups-admin-groups.php:316
509
+ msgid "Group ID"
510
+ msgstr ""
511
+
512
+ #: lib/admin/groups-admin-groups.php:319
513
+ msgid "Group Name"
514
+ msgstr "Gruppnamn"
515
+
516
+ #: lib/admin/groups-admin-groups-remove.php:59
517
+ #, php-format
518
+ msgid "Group Name : %s"
519
+ msgstr "Gruppnamn: %s"
520
+
521
+ #: lib/access/class-groups-access-meta-boxes.php:112
522
+ #: lib/access/class-groups-access-meta-boxes.php:115
523
+ #: lib/access/class-groups-access-meta-boxes.php:471
524
+ #: lib/admin/class-groups-admin-posts.php:204
525
+ #: lib/admin/class-groups-admin-user-profile.php:72
526
+ #: lib/admin/class-groups-admin-user-profile.php:133
527
+ #: lib/admin/class-groups-admin-user-profile.php:157
528
+ #: lib/admin/class-groups-admin-users.php:347
529
+ #: lib/admin/class-groups-admin.php:244 lib/admin/class-groups-admin.php:245
530
+ #: lib/admin/class-groups-admin.php:274 lib/core/class-groups-help.php:63
531
+ #: lib/core/class-groups-help.php:68 lib/core/class-groups-help.php:69
532
  msgid "Groups"
533
  msgstr "Grupper"
534
 
535
+ #: lib/admin/class-groups-admin-post-columns.php:93
536
+ msgctxt "Column header"
537
+ msgid "Groups"
538
+ msgstr ""
 
 
 
 
 
 
539
 
540
+ #: lib/access/class-groups-access-meta-boxes.php:98
541
+ msgctxt "Meta box title"
542
+ msgid "Groups"
543
+ msgstr ""
544
 
545
+ #: lib/admin/class-groups-admin.php:140
546
+ msgctxt "menu item title"
547
+ msgid "Groups"
548
+ msgstr ""
549
 
550
+ #: lib/admin/class-groups-admin.php:158 lib/admin/groups-admin-groups.php:199
551
+ msgctxt "page-title"
552
+ msgid "Groups"
553
+ msgstr ""
554
 
555
+ #: lib/admin/class-groups-admin-welcome.php:202
556
+ #, php-format
557
+ msgid ""
558
+ "Groups %s features a simpler model for access restrictions based on groups "
559
+ "instead of capabilities used in previous versions."
560
+ msgstr ""
 
 
 
561
 
562
+ #: lib/admin/class-groups-admin-posts.php:136
563
+ #: lib/admin/class-groups-admin-posts.php:137
564
+ msgid "Groups &hellip;"
565
+ msgstr ""
566
 
567
+ #: lib/admin/class-groups-admin.php:220
568
+ msgid "Groups Add-Ons"
569
+ msgstr ""
 
570
 
571
+ #: lib/admin/class-groups-admin.php:194
572
  msgid "Groups Capabilities"
573
  msgstr "Gruppförmågor"
574
 
575
+ #: lib/admin/groups-admin-options.php:131
576
+ msgid "Groups Options"
577
+ msgstr ""
 
 
 
 
 
 
578
 
579
+ #: lib/admin/groups-admin-options.php:325
580
+ msgid "Groups network options"
581
+ msgstr "Alternativ för grupper på ett nätverk"
582
+
583
+ #: lib/admin/class-groups-admin.php:207
584
  msgid "Groups options"
585
  msgstr "Gruppinställningar"
586
 
587
+ #: lib/core/class-groups-help.php:92
588
+ msgid ""
589
+ "Here you can <strong>add</strong>, <strong>edit</strong> and <strong>remove</"
590
+ "strong> groups."
591
+ msgstr ""
592
+ "Här kan du <strong>lägga till</strong>, <strong>redigera</strong> och "
593
+ "<strong>radera</strong> grupper."
594
 
595
+ #: lib/admin/groups-admin-capabilities.php:313
596
+ #: lib/admin/groups-admin-groups.php:303
597
+ msgid "ID"
598
+ msgstr ""
599
+
600
+ #: lib/admin/class-groups-admin-welcome.php:221
601
+ msgid ""
602
+ "If you had any access restrictions in place based on capabilities, the "
603
+ "entries will now be unprotected, unless you enable legacy access "
604
+ "restrictions or place appropriate access restrictions based on groups on the "
605
+ "desired entries."
606
+ msgstr ""
607
+
608
+ #: lib/admin/groups-admin-options.php:273
609
+ msgid "If you lock yourself out, please ask an administrator to help."
610
+ msgstr "Om du låser ute dig själv, vänligen fråga en administratör om hjälp."
611
+
612
+ #: lib/admin/class-groups-admin-welcome.php:225
613
+ msgid ""
614
+ "If you would like to switch to access restrictions based on groups "
615
+ "(recommended) instead of capabilities, you can easily do so by setting the "
616
+ "appropriate groups on your protected posts, pages and other entries to "
617
+ "restrict access."
618
+ msgstr ""
619
+
620
+ #: lib/admin/class-groups-admin-welcome.php:155
621
+ msgid "Important"
622
+ msgstr ""
623
+
624
+ #: lib/admin/class-groups-admin-welcome.php:180
625
+ msgid "Improved User Interface"
626
+ msgstr ""
627
+
628
+ #: lib/access/class-groups-access-meta-boxes.php:140
629
+ msgid ""
630
+ "In the same field, you can create a new group and restrict access. Group "
631
+ "names are case-sensitive. In order to be able to use the new group, your "
632
+ "user account will be assigned to it."
633
+ msgstr ""
634
+
635
+ #: legacy/admin/groups-admin-options-legacy.php:62
636
+ msgid ""
637
+ "Include these capabilities to enforce read access on posts. The selected "
638
+ "capabilities will be offered to restrict access to posts."
639
+ msgstr ""
640
+ "Inkludera dessa förmågor för att tvinga läsbegränsningar på inlägg. De valda "
641
+ "förmågorna kommer att finnas tillgängliga när användare begränsar tillträde "
642
+ "till inlägg."
643
+
644
+ #: lib/admin/groups-admin-groups-edit.php:141
645
+ msgid "Inherited capabilities:"
646
+ msgstr ""
647
+
648
+ #: lib/admin/class-groups-admin-welcome.php:158
649
+ msgid ""
650
+ "It seems that you have updated from Groups 1.x where access restrictions "
651
+ "were based on capabilities."
652
+ msgstr ""
653
+
654
+ #: lib/views/class-groups-shortcodes.php:469
655
+ #, php-format
656
+ msgid "Join the %s group"
657
+ msgstr "Gå med i gruppen %s"
658
+
659
+ #: lib/views/class-groups-shortcodes.php:553
660
+ #, php-format
661
+ msgid "Leave the %s group"
662
+ msgstr "Lämna gruppen %s"
663
+
664
+ #: lib/admin/groups-admin-options.php:290
665
+ msgid "Legacy Settings"
666
+ msgstr ""
667
+
668
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:137
669
+ #: lib/access/class-groups-access-meta-boxes.php:132
670
+ msgid ""
671
+ "Let's assume that you want to limit the visibility of a post to members of "
672
+ "the <em>Premium</em> group."
673
+ msgstr ""
674
+ "Låt oss anta att du vill begränsa synligheten av ett inlägg till medlemmar "
675
+ "av gruppen <em>Premium</em>."
676
+
677
+ #: lib/views/class-groups-shortcodes.php:121
678
+ msgid "Log out"
679
+ msgstr ""
680
+
681
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:503
682
+ #: lib/access/class-groups-access-meta-boxes.php:411
683
+ msgid "Media"
684
+ msgstr "Media"
685
+
686
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:231
687
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:558
688
+ #, fuzzy, php-format
689
+ #| msgid ""
690
+ #| "Members of the %1$s group can access this %2$s through this capability."
691
+ msgid "Members of the %1$s group can access this %2$s through this capability."
692
+ msgid_plural ""
693
+ "Members of the %1$s groups can access this %2$s through this capability."
694
+ msgstr[0] "Medlemmar i gruppen %1$s kan läsa denna %2$s genom denna förmåga."
695
+ msgstr[1] "Medlemmar i gruppen %1$s kan läsa denna %2$s genom denna förmåga."
696
+
697
+ #: lib/admin/groups-admin-groups-add.php:69
698
+ #: lib/admin/groups-admin-groups-edit.php:79
699
+ msgid "Name"
700
+ msgstr "Namn"
701
+
702
+ #: lib/admin/groups-admin-options.php:347
703
+ msgid "Network deactivation and data persistence"
704
+ msgstr "Nätverksinaktivering och datahantering"
705
+
706
+ #: lib/admin/groups-admin-capabilities.php:206
707
+ msgid "New Capability"
708
+ msgstr "Ny förmåga"
709
+
710
+ #: lib/admin/class-groups-admin-welcome.php:191
711
+ msgid "New Documentation"
712
+ msgstr ""
713
+
714
+ #: lib/admin/groups-admin-groups.php:212
715
+ msgid "New Group"
716
+ msgstr "Ny grupp"
717
+
718
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:240
719
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:567
720
+ msgid ""
721
+ "No groups grant access through this capability. To grant access to group "
722
+ "members using this capability, you should assign it to a group and enable "
723
+ "the capability for access restriction."
724
+ msgstr ""
725
+ "Inga grupper ger tillträde genom denna förmågan. För att ge gruppmedlemmar "
726
+ "tillträde genom denna förmågan"
727
+
728
+ #: lib/admin/groups-admin-capabilities.php:123
729
+ msgid "No new capabilities have been found."
730
+ msgstr "Inga nya förmågor har hittats."
731
+
732
+ #: lib/admin/groups-admin-capabilities-remove.php:116
733
+ msgid "No such capabilities."
734
+ msgstr "Inga sådana förmågor."
735
+
736
+ #: lib/admin/groups-admin-capabilities-edit.php:41
737
+ #: lib/admin/groups-admin-capabilities-remove.php:41
738
+ msgid "No such capability."
739
+ msgstr "Ingen sådan förmåga."
740
 
741
+ #: lib/admin/groups-admin-groups-edit.php:43
742
+ #: lib/admin/groups-admin-groups-remove.php:41
743
+ msgid "No such group."
744
+ msgstr "Ingen sådan grupp."
745
 
746
+ #: lib/admin/groups-admin-groups-remove.php:116
747
+ msgid "No such groups."
748
+ msgstr "Inga sådana grupper."
 
 
 
749
 
750
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:132
751
+ msgid ""
752
+ "Note that you must be a member of a group that has such a capability "
753
+ "assigned."
754
+ msgstr ""
755
+ "Notera att du måste vara medlem i gruppen som har den förmågan tilldelad."
 
 
756
 
757
+ #: lib/access/class-groups-access-meta-boxes.php:124
758
+ msgid "Note that you must be a member of a group to use it to restrict access."
759
+ msgstr ""
 
 
 
760
 
761
+ #: lib/admin/class-groups-admin-welcome.php:183
762
+ msgid ""
763
+ "Now you can assign new users directly to groups when you create a new user "
764
+ "account from the Dashboard."
765
+ msgstr ""
 
 
 
 
 
766
 
767
+ #: lib/admin/class-groups-admin-welcome.php:174
768
+ msgid ""
769
+ "Now you can protect your posts, pages and any other custom post type like "
770
+ "products or events by simply assigning them to one or more groups."
771
+ msgstr ""
772
 
773
+ #: lib/admin/class-groups-admin-welcome.php:227
774
+ msgid ""
775
+ "Once you have adjusted your access restrictions based on groups, you can "
776
+ "disable legacy access control."
777
+ msgstr ""
778
 
779
+ #: lib/admin/groups-admin-capabilities.php:121
780
+ #, fuzzy, php-format
781
+ #| msgid "One capability has been added."
782
+ msgid "One capability has been added."
783
+ msgid_plural "%d capabilities have been added."
784
+ msgstr[0] "En förmåga har lagts till."
785
+ msgstr[1] "En förmåga har lagts till."
786
 
787
+ #: legacy/admin/class-groups-admin-post-columns-legacy.php:77
788
+ msgid "One or more capabilities required to read the entry."
789
+ msgstr "En eller flera förmågor behövs för att läsa inlägget."
790
 
791
+ #: lib/admin/class-groups-admin-post-columns.php:92
792
+ msgid "One or more groups granting access to entries."
793
+ msgstr ""
 
 
 
 
794
 
795
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:270
796
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:588
797
  #, php-format
798
  msgid ""
799
+ "Only groups or users that have one of the selected capabilities are allowed "
800
+ "to read this %s."
801
+ msgstr ""
802
+ "Endast grupper eller medlemmar som har någon av de valda förmågorna har "
803
+ "tillträde till denna %s."
804
 
805
+ #: lib/admin/class-groups-admin.php:208 lib/admin/class-groups-admin.php:268
806
+ #: lib/core/class-groups-help.php:70
807
+ msgid "Options"
808
+ msgstr "Inställningar"
809
 
810
+ #: lib/admin/groups-admin-options.php:123
811
+ msgid "Options saved."
812
+ msgstr "Inställningarna sparades."
813
 
814
+ #: lib/admin/groups-admin-groups-add.php:76
815
+ #: lib/admin/groups-admin-groups-edit.php:86
816
+ msgid "Parent"
817
+ msgstr "Förälder"
818
 
819
+ #: lib/admin/class-groups-admin-welcome.php:237
820
+ msgid "Perfect complements to memberships and access control with Groups."
821
+ msgstr ""
 
 
 
 
 
 
 
 
822
 
823
+ #: lib/admin/groups-admin-options.php:267
824
+ msgid "Permissions"
825
+ msgstr "Tillstånd"
826
 
827
+ #: lib/admin/groups-admin-groups-remove.php:142
828
+ msgid ""
829
+ "Please confirm removal of the following groups. This action cannot be undone."
830
+ msgstr "Vill du verkligen radera följande grupper? Detta går inte att ångra."
831
 
832
+ #: lib/admin/groups-admin-capabilities-remove.php:139
833
  msgid ""
834
  "Please confirm to remove the following capabilities. This action cannot be "
835
  "undone."
836
  msgstr "Vill du verkligen radera följande förmågor? Detta kan inte ångras."
837
 
838
+ #: lib/core/class-groups-help.php:144
 
839
  #, php-format
840
+ msgid ""
841
+ "Please give it a <a href=\"%s\">&#9733;&#9733;&#9733;&#9733;&#9733;</a> "
842
+ "rating."
843
+ msgstr ""
844
 
845
+ #: lib/admin/class-groups-admin-welcome.php:160
846
  #, php-format
847
+ msgid ""
848
+ "Please make sure to read the notes on <strong>Switching to Groups %s</"
849
+ "strong> below."
850
+ msgstr ""
851
+
852
+ #: lib/admin/class-groups-admin-welcome.php:229
853
+ msgid ""
854
+ "Please refer to the <a target=\"_blank\" href=\"http://docs.itthinx.com/"
855
+ "document/groups/\">Documentation</a> for details on how to switch to and use "
856
+ "the new access restrictions."
857
+ msgstr ""
858
 
859
+ #: lib/access/class-groups-access-meta-boxes.php:467
860
  #, php-format
861
+ msgid ""
862
+ "Please use <a href=\"%s\" target=\"_blank\">Groups File Access</a> for files "
863
+ "that require complete protection."
864
+ msgstr ""
865
 
866
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:189
867
+ #: lib/access/class-groups-access-meta-boxes.php:166
868
+ msgid "Post"
869
+ msgstr "Inlägg"
870
 
871
+ #: lib/admin/groups-admin-options.php:218
872
+ msgid "Post types"
873
+ msgstr "Inläggstyper"
874
 
875
+ #: lib/admin/class-groups-admin-welcome.php:176
876
+ msgid ""
877
+ "Previously we used capabilities to do that, but changing to this new model "
878
+ "makes things even easier."
879
+ msgstr ""
880
 
881
+ #: lib/admin/class-groups-admin-welcome.php:169
882
+ msgid "Protect Content Easily"
883
+ msgstr ""
884
 
885
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:308
886
+ msgid "Quick-create group &amp; capability"
887
+ msgstr "Snabbskapa grupp &amp; förmåga"
888
 
889
+ #: lib/access/class-groups-access-meta-boxes.php:203
890
+ #: lib/access/class-groups-access-meta-boxes.php:413
891
+ msgid "Read"
892
+ msgstr ""
893
 
894
+ #: legacy/access/class-groups-post-access-legacy.php:52
895
+ msgid "Read Post"
896
+ msgstr "Läs inlägg"
897
+
898
+ #: lib/admin/groups-admin-add-ons.php:49
899
+ msgid "Recommended extensions for Groups"
900
+ msgstr ""
901
+
902
+ #: lib/admin/groups-admin-add-ons.php:157
903
+ msgid "Recommended plugins by itthinx"
904
+ msgstr ""
905
 
906
+ #: lib/admin/groups-admin-capabilities.php:217
907
+ #: lib/admin/groups-admin-capabilities.php:222
908
  msgid "Refresh"
909
  msgstr "Uppdatera"
910
 
911
+ #: lib/auto/class-groups-registered.php:73
912
+ msgid "Registered"
913
+ msgstr "Registrerad"
 
914
 
915
+ #: lib/admin/groups-admin-capabilities-remove.php:62
916
+ #: lib/admin/groups-admin-capabilities-remove.php:149
917
+ #: lib/admin/groups-admin-capabilities.php:372
918
+ #: lib/admin/groups-admin-capabilities.php:458
919
+ #: lib/admin/groups-admin-groups-remove.php:62
920
+ #: lib/admin/groups-admin-groups-remove.php:153
921
+ #: lib/admin/groups-admin-groups.php:469
922
+ msgid "Remove"
923
+ msgstr "Radera"
924
 
925
+ #: lib/admin/groups-admin-capabilities-remove.php:53
926
+ msgid "Remove a capability"
927
+ msgstr "Radera en förmåga"
 
928
 
929
+ #: lib/admin/groups-admin-groups-remove.php:53
930
+ msgid "Remove a group"
931
+ msgstr "Radera en grupp"
932
 
933
+ #: lib/admin/groups-admin-capabilities-remove.php:133
934
+ msgid "Remove capabilities"
935
+ msgstr "Ta bort förmågor"
936
+
937
+ #: lib/admin/groups-admin-groups.php:383
938
+ msgid "Remove capability"
939
+ msgstr "Ta bort förmåga"
940
+
941
+ #: lib/admin/class-groups-admin-users.php:213
942
+ msgid "Remove from group"
943
+ msgstr "Ta bort från grupp"
944
+
945
+ #: lib/admin/groups-admin-groups.php:381
946
+ msgid "Remove group"
947
+ msgstr "Radera grupp"
948
 
949
+ #: lib/admin/groups-admin-groups-remove.php:135
950
+ msgid "Remove groups"
951
+ msgstr "Radera grupper"
952
+
953
+ #: legacy/admin/class-groups-admin-posts-legacy.php:186
954
+ #: lib/admin/class-groups-admin-posts.php:209
955
+ msgid "Remove restriction"
956
+ msgstr "Ta bort begränsning"
957
+
958
+ #: lib/admin/groups-admin-options.php:53
959
+ msgid "Restrict Access"
960
+ msgstr ""
961
+
962
+ #: lib/access/class-groups-access-meta-boxes.php:229
963
+ #, php-format
964
+ msgid "Restricts the visibility of this %s to members of the chosen groups."
965
+ msgstr ""
966
+
967
+ #: lib/access/class-groups-access-meta-boxes.php:461
968
+ msgid "Restricts the visibility of this entry to members of the chosen groups."
969
+ msgstr ""
970
+
971
+ #: lib/admin/groups-admin-capabilities.php:357
972
+ #: lib/admin/groups-admin-groups.php:346
973
  msgid "Results per page"
974
  msgstr "Resultat per sida"
975
 
976
+ #: lib/admin/groups-admin-options.php:146
977
+ msgid "Role"
978
+ msgstr "Roll"
 
979
 
980
+ #: lib/admin/groups-admin-capabilities-edit.php:77
981
+ #: lib/admin/groups-admin-groups-edit.php:158
982
+ #: lib/admin/groups-admin-options.php:203
983
+ #: lib/admin/groups-admin-options.php:305
984
+ #: lib/admin/groups-admin-options.php:357
985
+ msgid "Save"
986
+ msgstr "Spara"
987
 
988
+ #: lib/admin/groups-admin-options.php:221
989
+ msgid "Show access restrictions for these post types."
990
+ msgstr "Visa tillträdesbegränsningar för dessa inläggstyper."
991
 
992
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:277
993
+ msgid "Show groups"
994
+ msgstr "Visa grupper"
 
995
 
996
+ #: lib/admin/groups-admin-options.php:253
997
+ msgid "Show groups in user profiles."
998
+ msgstr "Visa grupper i användarprofiler."
 
999
 
1000
+ #: lib/admin/groups-admin-options.php:262
1001
+ msgid "Show the Groups tree view."
1002
+ msgstr "Visa trädvy för Grupper (Groups)."
 
1003
 
1004
+ #: lib/admin/class-groups-admin-welcome.php:199
1005
+ #, php-format
1006
+ msgid "Switching to Groups %s"
1007
+ msgstr ""
1008
 
1009
+ #: lib/admin/class-groups-admin-posts.php:167
1010
+ msgid "Terms"
1011
+ msgstr ""
1012
+
1013
+ #: lib/core/class-groups-help.php:141
1014
+ msgid ""
1015
+ "Thank you for using <a href=\"http://www.itthinx.com/plugins/groups\" target="
1016
+ "\"_blank\">Groups</a> by <a href=\"http://www.itthinx.com\" target=\"_blank"
1017
+ "\">itthinx</a>."
1018
+ msgstr ""
1019
+ "Tack för att du använder <a href=\"http://www.itthinx.com/plugins/groups\" "
1020
+ "target=\"_blank\">Grupper (Groups)</a> av <a href=\"http://www.itthinx.com"
1021
+ "\" target=\"_blank\">itthinx</a>."
1022
+
1023
+ #: lib/admin/class-groups-admin-welcome.php:149
1024
+ msgid ""
1025
+ "Thanks for using Groups! We have made it even easier to protect your content "
1026
+ "and hope you like it :)"
1027
+ msgstr ""
1028
 
1029
+ #: lib/admin/groups-admin-capabilities-edit.php:116
1030
  #, php-format
1031
+ msgid ""
1032
+ "The <em>%s</em> capability already exists and cannot be assigned to this one."
1033
+ msgstr "Förmågan <em>%s</em> finns redan och kan inte tilldelas denna."
1034
 
1035
+ #: lib/admin/groups-admin-capabilities-add.php:104
1036
+ #, php-format
1037
+ msgid "The <em>%s</em> capability already exists."
1038
+ msgstr "Förmågan <em>%s</em> finns redan."
1039
 
1040
+ #: lib/admin/groups-admin-capabilities-edit.php:126
1041
+ #, php-format
1042
+ msgid "The <em>%s</em> capability could not be updated."
1043
+ msgstr "Förmågan <em>%s</em> kunde inte uppdateras."
1044
 
1045
+ #: lib/admin/groups-admin-capabilities.php:62
1046
+ #, php-format
1047
+ msgid "The <em>%s</em> capability has been created."
1048
+ msgstr "Förmågan <em>%s</em> har skapats."
1049
 
1050
+ #: lib/admin/groups-admin-capabilities.php:70
1051
+ #, php-format
1052
+ msgid "The <em>%s</em> capability has been updated."
1053
+ msgstr "Förmågan <em>%s</em> har uppdaterats."
1054
 
1055
+ #: lib/admin/groups-admin-groups-edit.php:204
1056
  #, php-format
1057
  msgid ""
1058
  "The <em>%s</em> group already exists and cannot be used to name this one."
1059
  msgstr ""
1060
  "Gruppen <em>%s</em> finns redan och kan inte användas för att namnge denna."
1061
 
1062
+ #: lib/admin/groups-admin-groups-add.php:165
1063
+ #, php-format
1064
+ msgid "The <em>%s</em> group already exists."
1065
+ msgstr "Gruppen <em>%s</em> finns redan."
1066
 
1067
+ #: lib/admin/groups-admin-groups.php:63
1068
  #, php-format
1069
+ msgid "The <em>%s</em> group has been created."
1070
+ msgstr "Gruppen <em>%s</em> har skapats."
1071
 
1072
+ #: lib/admin/groups-admin-groups.php:71
1073
+ #, php-format
1074
+ msgid "The <em>%s</em> group has been updated."
1075
+ msgstr "Gruppen <em>%s</em> har uppdaterats."
1076
 
1077
+ #: lib/admin/groups-admin-capabilities-add.php:102
1078
+ #: lib/admin/groups-admin-capabilities-edit.php:130
1079
+ msgid "The <em>Capability</em> must not be empty."
1080
+ msgstr "<em>Förmågan</em> kan inte vara tom."
1081
+
1082
+ #: lib/admin/groups-admin-groups-edit.php:196
1083
+ msgid "The <em>Name</em> must not be empty."
1084
+ msgstr "<em>Namnet</em> kan inte vara tomt."
1085
 
1086
+ #: lib/access/class-groups-access-meta-boxes.php:465
1087
  msgid ""
1088
+ "The attachment page is restricted to authorized users, but due to technical "
1089
+ "limitations, the file can still be accessed directly via its URL."
1090
+ msgstr ""
1091
 
1092
+ #: lib/admin/groups-admin-capabilities.php:75
1093
+ msgid "The capability has been deleted."
1094
+ msgstr "Förmågan har raderats."
1095
+
1096
+ #: lib/admin/groups-admin-groups-edit.php:130
1097
+ msgid "The chosen capabilities are assigned to the group."
1098
+ msgstr "De valda förmågorna är tilldelade gruppen."
1099
 
1100
+ #: lib/core/class-groups-help.php:87
1101
+ msgid ""
1102
+ "The complete documentation is available on the <a href=\"http://docs.itthinx."
1103
+ "com/document/groups\">Documentation</a> pages for Groups."
1104
+ msgstr ""
1105
+
1106
+ #: lib/admin/class-groups-admin-welcome.php:210
1107
+ msgid "The following is only of interest if you have upgraded from Groups 1.x:"
1108
+ msgstr ""
1109
 
1110
+ #: lib/admin/groups-admin-groups.php:76
1111
  msgid "The group has been deleted."
1112
  msgstr "Gruppen raderades."
1113
 
1114
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:148
1115
+ msgid "The manual way:"
1116
+ msgstr "Den långa vägen:"
1117
 
1118
+ #: lib/admin/groups-admin-groups-add.php:163
1119
+ msgid "The name must not be empty."
1120
+ msgstr "Namnet kan inte vara tomt."
1121
 
1122
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:139
1123
+ msgid "The quick way:"
1124
+ msgstr "Den snabba vägen:"
1125
 
1126
+ #: lib/admin/class-groups-admin-user-profile.php:88
1127
+ #: lib/admin/class-groups-admin-user-profile.php:176
1128
+ msgid "The user is a member of the chosen groups."
1129
+ msgstr "Användaren är medlem i en av de valda grupperna."
1130
 
1131
+ #: lib/admin/groups-admin-capabilities.php:484
1132
+ #: lib/admin/groups-admin-groups.php:523
1133
+ msgid "There are no results."
1134
+ msgstr "Det finns inga resultat."
1135
 
1136
+ #: lib/admin/groups-admin-groups-add.php:109
1137
+ msgid "These capabilities will be assigned to the group."
1138
+ msgstr "Dessa förmågor kommer att tilldelas gruppen."
 
1139
 
1140
+ #: lib/admin/groups-admin-options.php:268
1141
+ msgid ""
1142
+ "These permissions apply to Groups management. They do not apply to access "
1143
+ "permissions derived from Groups capabilities."
1144
+ msgstr "Dessa tillstånd används för att hantera tillägget Grupper (Groups). "
1145
 
1146
+ #: lib/admin/class-groups-admin-welcome.php:219
1147
+ msgid "This could be important!"
1148
+ msgstr ""
1149
 
1150
+ #: lib/admin/groups-admin-options.php:244
1151
+ msgid ""
1152
+ "This determines for which post types access restriction settings are offered."
1153
+ msgstr ""
1154
+ "Detta avgör för vilka inläggstyper rutan med tillträdesbegränsningar kommer "
1155
+ "visas."
1156
 
1157
+ #: lib/admin/groups-admin-groups.php:516
1158
  msgid "This group has no capabilities."
1159
  msgstr "Denna gruppen har inga förmågor."
1160
 
1161
+ #: lib/admin/class-groups-admin-welcome.php:215
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1162
  msgid ""
1163
+ "This means that if you had access restrictions in place that were based on "
1164
+ "capabilities, your entries will still be protected."
1165
  msgstr ""
 
 
1166
 
1167
+ #: lib/access/class-groups-post-access.php:477
1168
+ msgid ""
1169
+ "This method is deprecated. You should use Groups_Post_Access_Legacy::"
1170
+ "get_read_post_capabilities() to retrieve the capabilities instead."
1171
+ msgstr ""
1172
 
1173
+ #: lib/admin/class-groups-admin-welcome.php:206
1174
  msgid ""
1175
+ "To make it easier to transition to the new model for those who migrate from "
1176
+ "a previous version, we have included legacy access control based on "
1177
  "capabilities."
1178
+ msgstr ""
1179
 
1180
+ #: lib/admin/class-groups-admin-welcome.php:204
1181
+ msgid ""
1182
+ "To put it simple, previously you would have used capabilities to restrict "
1183
+ "access to posts and now you simply use groups."
1184
+ msgstr ""
1185
 
1186
+ #: lib/admin/class-groups-admin.php:180 lib/admin/class-groups-admin.php:181
1187
+ msgid "Tree"
1188
+ msgstr "Träd"
1189
 
1190
+ #: lib/admin/groups-admin-tree-view.php:43
1191
+ msgid "Tree of Groups"
1192
+ msgstr "Träd av grupper"
1193
+
1194
+ #: lib/admin/groups-admin-options.php:258
1195
+ msgid "Tree view"
1196
+ msgstr "Trädvy"
1197
 
1198
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:153
1199
  msgid ""
1200
+ "Try the quick-create field first. Unless you need a more complex setup, "
1201
+ "there is no reason to go this way instead."
1202
  msgstr ""
1203
+ "Testa fältet Snabbskapa först. länge du inte behöver en mer avancerad "
1204
+ "setup så finns det ingen anledning att inte ta den snabba vägen istället."
1205
+
1206
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:212
1207
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:213
1208
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:540
1209
+ msgid "Type and choose &hellip;"
1210
+ msgstr "Skriv och välj&hellip;"
1211
 
1212
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:127
1213
  msgid ""
1214
+ "Use the <em>Access restrictions</em> box to limit the visibility of posts, "
1215
+ "pages and other post types."
1216
  msgstr ""
1217
+ "Använd rutan <em>Tillträdesbegränsning</em> för att begränsa synligheten av "
1218
+ "inlägg, sidor och andra inläggstyper."
1219
 
1220
+ #: lib/access/class-groups-access-meta-boxes.php:118
1221
  msgid ""
1222
+ "Use the <em>Groups</em> box to limit the visibility of posts, pages and "
1223
+ "other post types."
1224
  msgstr ""
 
 
 
1225
 
1226
+ #: lib/admin/groups-admin-options.php:249
1227
  msgid "User profiles"
1228
  msgstr "Användarprofiler"
1229
 
1230
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:141
1231
+ msgid "Using the quick-create field"
1232
+ msgstr "Använda fältet Snabbskapa"
 
 
 
 
1233
 
1234
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:146
1235
+ msgid ""
1236
+ "Using the quick-create field, you can create a new group and capability. The "
1237
+ "capability will be assigned to the group and enabled to enforce read access. "
1238
+ "Group names are case-sensitive, the name of the capability is the lower-case "
1239
+ "version of the name of the group. If the group already exists, a new "
1240
+ "capability is created and assigned to the existing group. If the capability "
1241
+ "already exists, it will be assigned to the group. If both already exist, the "
1242
+ "capability is enabled to enforce read access. In order to be able to use the "
1243
+ "capability, your user account will be assigned to the group."
1244
+ msgstr ""
1245
+ "Om du använder fältet Snabbskapa kan du skapa en grupp och förmåga "
1246
+ "samtidigt. Förmågan kommer att tilldelas gruppen och aktiveras för "
1247
+ "tillträdesbegränsning. Gruppnamn är shiftlägeskänsliga, namnet på förmågan "
1248
+ "blir en variant på gruppnamnet med endast gemener. Om gruppen redan finns så "
1249
+ "kommer en ny förmåga skapas och tilldelas gruppen. Om förmågan redan finns "
1250
+ "kommer den tilldelas gruppen. Om båda redan finns kommer förmågan att "
1251
+ "aktiveras för tillträdesbegränsning. För att kunna använda förmågan kommer "
1252
+ "ditt användarkonto att tilldelas gruppen. "
1253
 
1254
+ #: lib/admin/class-groups-admin-welcome.php:110
1255
+ msgid "View the Welcome screen for this version of Groups"
1256
+ msgstr ""
1257
 
1258
+ #: lib/admin/class-groups-admin-welcome.php:172
1259
+ msgid "We have made it even easier to protect your content!"
1260
+ msgstr ""
 
 
1261
 
1262
+ #: lib/admin/class-groups-admin-welcome.php:111
1263
+ msgid "Welcome"
1264
+ msgstr ""
1265
 
1266
+ #: lib/admin/class-groups-admin-welcome.php:46
1267
+ #: lib/admin/class-groups-admin-welcome.php:47
1268
+ msgid "Welcome to Groups"
1269
+ msgstr ""
1270
 
1271
+ #: lib/admin/class-groups-admin-welcome.php:138
1272
+ #, php-format
1273
+ msgid "Welcome to Groups %s"
1274
+ msgstr ""
1275
 
1276
+ #: lib/admin/class-groups-admin-welcome.php:165
1277
+ msgid "What's New?"
1278
+ msgstr ""
1279
 
1280
+ #: lib/admin/class-groups-admin-welcome.php:194
1281
  msgid ""
1282
+ "Whether you are new to Groups or have been using it before, please make sure "
1283
+ "to visit the <a target=\"_blank\" href=\"http://docs.itthinx.com/document/"
1284
+ "groups/\">Documentation</a> pages to know more about how to use it."
 
 
1285
  msgstr ""
 
 
 
 
 
 
 
 
 
1286
 
1287
+ #: lib/views/class-groups-shortcodes.php:527
1288
+ #, php-format
1289
+ msgid "You are a member of the %s group."
1290
+ msgstr "Du är medlem i gruppen %s."
1291
 
1292
+ #: lib/admin/class-groups-admin-welcome.php:217
1293
+ msgid ""
1294
+ "You are running the system with legacy access control based on capabilities "
1295
+ "disabled."
1296
+ msgstr ""
1297
 
1298
+ #: lib/admin/class-groups-admin-welcome.php:213
1299
  msgid ""
1300
+ "You are running the system with legacy access control based on capabilities "
1301
+ "enabled."
 
 
 
1302
  msgstr ""
 
 
 
 
 
1303
 
1304
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:312
1305
+ msgid ""
1306
+ "You can create a new group and capability here. The capability will be "
1307
+ "assigned to the group and enabled to enforce read access. Group names are "
1308
+ "case-sensitive, the name of the capability is the lower-case version of the "
1309
+ "name of the group. If the group already exists, a new capability is created "
1310
+ "and assigned to the existing group. If the capability already exists, it "
1311
+ "will be assigned to the group. If both already exist, the capability is "
1312
+ "enabled to enforce read access. In order to be able to use the capability, "
1313
+ "your user account will be assigned to the group."
1314
+ msgstr ""
1315
+ "Du kan skapa en ny grupp och förmåga här. Förmågan kommer att tilldelas "
1316
+ "gruppen och aktiverad för att tvinga läsbehörighet. Gruppnamn är "
1317
+ "shiftlägeskänsliga, namnet på förmågan är "
1318
 
1319
+ #: lib/access/class-groups-access-meta-boxes.php:196
1320
+ #: lib/access/class-groups-access-meta-boxes.php:446
1321
+ msgid "You can create a new group by indicating the group's name."
1322
+ msgstr ""
1323
 
1324
+ #: lib/access/class-groups-access-meta-boxes.php:190
1325
+ #, php-format
1326
  msgid ""
1327
+ "You can restrict the visibility of this %1$s to group members. Choose one or "
1328
+ "more groups that are allowed to read this %2$s. If no groups are chosen, the "
1329
+ "%3$s is visible to anyone."
1330
  msgstr ""
 
 
 
1331
 
1332
+ #: lib/access/class-groups-access-meta-boxes.php:445
1333
  msgid ""
1334
+ "You can restrict the visibility to group members. Choose one or more groups "
1335
+ "to restrict access. If no groups are chosen, this entry is visible to anyone."
1336
  msgstr ""
 
 
1337
 
1338
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:130
1339
  msgid ""
1340
+ "You can select one or more capabilities that are enabled for access "
1341
+ "restriction."
 
1342
  msgstr ""
1343
+ "Du kan välja en eller flera förmågor som är aktiverade för "
1344
+ "tillträdesbegränsning."
 
 
 
 
 
1345
 
1346
+ #: lib/access/class-groups-access-meta-boxes.php:121
1347
+ msgid "You can select one or more groups to restrict access to its members."
1348
+ msgstr ""
 
1349
 
1350
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:290
1351
+ #: lib/access/class-groups-access-meta-boxes.php:236
1352
+ msgid "You cannot set any access restrictions."
1353
+ msgstr "Du kan inte ställa in några tillträdesbegränsningar."
1354
 
1355
+ #: lib/views/class-groups-shortcodes.php:522
1356
  #, php-format
1357
  msgid "You have joined the %s group."
1358
  msgstr "Du har gått med i gruppen %s."
1359
 
1360
+ #: lib/views/class-groups-shortcodes.php:598
 
 
 
 
 
 
 
 
 
 
1361
  #, php-format
1362
  msgid "You have left the %s group."
1363
  msgstr "Du har lämnat gruppen %s."
1364
+
1365
+ #: legacy/access/class-groups-access-meta-boxes-legacy.php:296
1366
+ msgid ""
1367
+ "You must be in a group that has at least one capability enabled to enforce "
1368
+ "read access."
1369
+ msgstr ""
1370
+ "Du måste vara med i en grupp som har minst en förmåga för att tvinga "
1371
+ "läsbehörighet."
1372
+
1373
+ #: lib/access/class-groups-access-meta-boxes.php:242
1374
+ msgid "You need to have permission to set access restrictions."
1375
+ msgstr ""
1376
+
1377
+ #: lib/access/class-groups-post-access.php:352
1378
+ msgid ""
1379
+ "You should use Groups_Post_Access_Legacy::create() to pass a capability "
1380
+ "restriction instead."
1381
+ msgstr ""
1382
+
1383
+ #~ msgid "Id"
1384
+ #~ msgstr "ID"
1385
+
1386
+ #~ msgid "Capability Id"
1387
+ #~ msgstr "Förmåga-ID"
1388
+
1389
+ #~ msgid "Group Id"
1390
+ #~ msgstr "Grupp-ID"
1391
+
1392
+ #~ msgid ""
1393
+ #~ "Enhanced functionality is available via official <a href=\"http://www."
1394
+ #~ "itthinx.com/plugins/groups/\">Extensions</a> for Groups."
1395
+ #~ msgstr ""
1396
+ #~ "Utökad funktionalitet finns tillgängligt via officiella <a href=\"http://"
1397
+ #~ "www.itthinx.com/plugins/groups/\">tillägg</a> för Grupper (Groups)."
1398
+
1399
+ #~ msgid ""
1400
+ #~ "The complete documentation is available on the <a href=\"http://www."
1401
+ #~ "itthinx.com/plugins/groups\" target=\"_blank\">Groups plugin page</a>"
1402
+ #~ msgstr ""
1403
+ #~ "Hela dokumentationen finns tillänglig på <a href=\"http://www.itthinx.com/"
1404
+ #~ "plugins/groups\" target=\"_blank\">tilläggssidan för Grupper (Groups)</"
1405
+ #~ "a>. (Endast på engelska)"
1406
+
1407
+ #~ msgid "%1$s of %2$s"
1408
+ #~ msgstr "%1$s av %2$s"
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-02-14 19:42+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"
@@ -200,10 +200,10 @@ 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:206
204
- #: lib/access/class-groups-access-meta-boxes.php:207
205
- #: lib/access/class-groups-access-meta-boxes.php:442
206
  #: lib/access/class-groups-access-meta-boxes.php:443
 
207
  msgid "Anyone &hellip;"
208
  msgstr ""
209
 
@@ -319,7 +319,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:132
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)."
@@ -415,7 +415,7 @@ msgid "Enter <em>Premium</em> in the quick-create field located in the "
415
  msgstr ""
416
 
417
  #: legacy/access/class-groups-access-meta-boxes-legacy.php:135
418
- #: lib/access/class-groups-access-meta-boxes.php:126
419
  msgid "Example:"
420
  msgstr ""
421
 
@@ -471,7 +471,7 @@ msgstr ""
471
 
472
  #: lib/access/class-groups-access-meta-boxes.php:112
473
  #: lib/access/class-groups-access-meta-boxes.php:115
474
- #: lib/access/class-groups-access-meta-boxes.php:470
475
  #: lib/admin/class-groups-admin-posts.php:204
476
  #: lib/admin/class-groups-admin-user-profile.php:72
477
  #: lib/admin/class-groups-admin-user-profile.php:133
@@ -570,12 +570,10 @@ msgstr ""
570
  msgid "Improved User Interface"
571
  msgstr ""
572
 
573
- #: lib/access/class-groups-access-meta-boxes.php:136
574
  msgid "In the same field, you can create a new group and restrict access. "
575
  "Group names are case-sensitive. In order to be able to use the new "
576
- "group, your user account will be assigned to it. You will not be "
577
- "able to restrict access if the group already exists but you do not "
578
- "belong to it."
579
  msgstr ""
580
 
581
  #: legacy/admin/groups-admin-options-legacy.php:62
@@ -607,7 +605,7 @@ msgid "Legacy Settings"
607
  msgstr ""
608
 
609
  #: legacy/access/class-groups-access-meta-boxes-legacy.php:137
610
- #: lib/access/class-groups-access-meta-boxes.php:128
611
  msgid "Let's assume that you want to limit the visibility of a post to "
612
  "members of the <em>Premium</em> group."
613
  msgstr ""
@@ -617,7 +615,7 @@ msgid "Log out"
617
  msgstr ""
618
 
619
  #: legacy/access/class-groups-access-meta-boxes-legacy.php:503
620
- #: lib/access/class-groups-access-meta-boxes.php:410
621
  msgid "Media"
622
  msgstr ""
623
 
@@ -686,7 +684,7 @@ msgid "Note that you must be a member of a group that has such a capability "
686
  "assigned."
687
  msgstr ""
688
 
689
- #: lib/access/class-groups-access-meta-boxes.php:123
690
  msgid "Note that you must be a member of a group to use it to restrict "
691
  "access."
692
  msgstr ""
@@ -779,14 +777,14 @@ msgid "Please refer to the <a target=\"_blank\" href=\"http://docs.itthinx."
779
  "switch to and use the new access restrictions."
780
  msgstr ""
781
 
782
- #: lib/access/class-groups-access-meta-boxes.php:466
783
  #, php-format
784
  msgid "Please use <a href=\"%s\" target=\"_blank\">Groups File Access</a> "
785
  "for files that require complete protection."
786
  msgstr ""
787
 
788
  #: legacy/access/class-groups-access-meta-boxes-legacy.php:189
789
- #: lib/access/class-groups-access-meta-boxes.php:162
790
  msgid "Post"
791
  msgstr ""
792
 
@@ -807,8 +805,8 @@ msgstr ""
807
  msgid "Quick-create group &amp; capability"
808
  msgstr ""
809
 
810
- #: lib/access/class-groups-access-meta-boxes.php:200
811
- #: lib/access/class-groups-access-meta-boxes.php:412
812
  msgid "Read"
813
  msgstr ""
814
 
@@ -880,12 +878,12 @@ msgstr ""
880
  msgid "Restrict Access"
881
  msgstr ""
882
 
883
- #: lib/access/class-groups-access-meta-boxes.php:226
884
  #, php-format
885
  msgid "Restricts the visibility of this %s to members of the chosen groups."
886
  msgstr ""
887
 
888
- #: lib/access/class-groups-access-meta-boxes.php:460
889
  msgid "Restricts the visibility of this entry to members of the chosen "
890
  "groups."
891
  msgstr ""
@@ -999,7 +997,7 @@ msgstr ""
999
  msgid "The <em>Name</em> must not be empty."
1000
  msgstr ""
1001
 
1002
- #: lib/access/class-groups-access-meta-boxes.php:464
1003
  msgid "The attachment page is restricted to authorized users, but due to "
1004
  "technical limitations, the file can still be accessed directly via "
1005
  "its URL."
@@ -1205,19 +1203,19 @@ msgid "You can create a new group and capability here. The capability will "
1205
  "will be assigned to the group."
1206
  msgstr ""
1207
 
1208
- #: lib/access/class-groups-access-meta-boxes.php:193
1209
- #: lib/access/class-groups-access-meta-boxes.php:445
1210
  msgid "You can create a new group by indicating the group's name."
1211
  msgstr ""
1212
 
1213
- #: lib/access/class-groups-access-meta-boxes.php:187
1214
  #, php-format
1215
  msgid "You can restrict the visibility of this %1$s to group members. "
1216
  "Choose one or more groups that are allowed to read this %2$s. If no "
1217
  "groups are chosen, the %3$s is visible to anyone."
1218
  msgstr ""
1219
 
1220
- #: lib/access/class-groups-access-meta-boxes.php:444
1221
  msgid "You can restrict the visibility to group members. Choose one or more "
1222
  "groups to restrict access. If no groups are chosen, this entry is "
1223
  "visible to anyone."
@@ -1233,7 +1231,7 @@ msgid "You can select one or more groups to restrict access to its members."
1233
  msgstr ""
1234
 
1235
  #: legacy/access/class-groups-access-meta-boxes-legacy.php:290
1236
- #: lib/access/class-groups-access-meta-boxes.php:233
1237
  msgid "You cannot set any access restrictions."
1238
  msgstr ""
1239
 
@@ -1252,7 +1250,7 @@ msgid "You must be in a group that has at least one capability enabled to "
1252
  "enforce read access."
1253
  msgstr ""
1254
 
1255
- #: lib/access/class-groups-access-meta-boxes.php:239
1256
  msgid "You need to have permission to set access restrictions."
1257
  msgstr ""
1258
 
7
  msgid ""
8
  msgstr "Project-Id-Version: PACKAGE VERSION\n"
9
  "Report-Msgid-Bugs-To: \n"
10
+ "POT-Creation-Date: 2017-04-03 21:48+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"
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
 
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)."
415
  msgstr ""
416
 
417
  #: legacy/access/class-groups-access-meta-boxes-legacy.php:135
418
+ #: lib/access/class-groups-access-meta-boxes.php:130
419
  msgid "Example:"
420
  msgstr ""
421
 
471
 
472
  #: lib/access/class-groups-access-meta-boxes.php:112
473
  #: lib/access/class-groups-access-meta-boxes.php:115
474
+ #: lib/access/class-groups-access-meta-boxes.php:471
475
  #: lib/admin/class-groups-admin-posts.php:204
476
  #: lib/admin/class-groups-admin-user-profile.php:72
477
  #: lib/admin/class-groups-admin-user-profile.php:133
570
  msgid "Improved User Interface"
571
  msgstr ""
572
 
573
+ #: lib/access/class-groups-access-meta-boxes.php:140
574
  msgid "In the same field, you can create a new group and restrict access. "
575
  "Group names are case-sensitive. In order to be able to use the new "
576
+ "group, your user account will be assigned to it."
 
 
577
  msgstr ""
578
 
579
  #: legacy/admin/groups-admin-options-legacy.php:62
605
  msgstr ""
606
 
607
  #: legacy/access/class-groups-access-meta-boxes-legacy.php:137
608
+ #: lib/access/class-groups-access-meta-boxes.php:132
609
  msgid "Let's assume that you want to limit the visibility of a post to "
610
  "members of the <em>Premium</em> group."
611
  msgstr ""
615
  msgstr ""
616
 
617
  #: legacy/access/class-groups-access-meta-boxes-legacy.php:503
618
+ #: lib/access/class-groups-access-meta-boxes.php:411
619
  msgid "Media"
620
  msgstr ""
621
 
684
  "assigned."
685
  msgstr ""
686
 
687
+ #: lib/access/class-groups-access-meta-boxes.php:124
688
  msgid "Note that you must be a member of a group to use it to restrict "
689
  "access."
690
  msgstr ""
777
  "switch to and use the new access restrictions."
778
  msgstr ""
779
 
780
+ #: lib/access/class-groups-access-meta-boxes.php:467
781
  #, php-format
782
  msgid "Please use <a href=\"%s\" target=\"_blank\">Groups File Access</a> "
783
  "for files that require complete protection."
784
  msgstr ""
785
 
786
  #: legacy/access/class-groups-access-meta-boxes-legacy.php:189
787
+ #: lib/access/class-groups-access-meta-boxes.php:166
788
  msgid "Post"
789
  msgstr ""
790
 
805
  msgid "Quick-create group &amp; capability"
806
  msgstr ""
807
 
808
+ #: lib/access/class-groups-access-meta-boxes.php:203
809
+ #: lib/access/class-groups-access-meta-boxes.php:413
810
  msgid "Read"
811
  msgstr ""
812
 
878
  msgid "Restrict Access"
879
  msgstr ""
880
 
881
+ #: lib/access/class-groups-access-meta-boxes.php:229
882
  #, php-format
883
  msgid "Restricts the visibility of this %s to members of the chosen groups."
884
  msgstr ""
885
 
886
+ #: lib/access/class-groups-access-meta-boxes.php:461
887
  msgid "Restricts the visibility of this entry to members of the chosen "
888
  "groups."
889
  msgstr ""
997
  msgid "The <em>Name</em> must not be empty."
998
  msgstr ""
999
 
1000
+ #: lib/access/class-groups-access-meta-boxes.php:465
1001
  msgid "The attachment page is restricted to authorized users, but due to "
1002
  "technical limitations, the file can still be accessed directly via "
1003
  "its URL."
1203
  "will be assigned to the group."
1204
  msgstr ""
1205
 
1206
+ #: lib/access/class-groups-access-meta-boxes.php:196
1207
+ #: lib/access/class-groups-access-meta-boxes.php:446
1208
  msgid "You can create a new group by indicating the group's name."
1209
  msgstr ""
1210
 
1211
+ #: lib/access/class-groups-access-meta-boxes.php:190
1212
  #, php-format
1213
  msgid "You can restrict the visibility of this %1$s to group members. "
1214
  "Choose one or more groups that are allowed to read this %2$s. If no "
1215
  "groups are chosen, the %3$s is visible to anyone."
1216
  msgstr ""
1217
 
1218
+ #: lib/access/class-groups-access-meta-boxes.php:445
1219
  msgid "You can restrict the visibility to group members. Choose one or more "
1220
  "groups to restrict access. If no groups are chosen, this entry is "
1221
  "visible to anyone."
1231
  msgstr ""
1232
 
1233
  #: legacy/access/class-groups-access-meta-boxes-legacy.php:290
1234
+ #: lib/access/class-groups-access-meta-boxes.php:236
1235
  msgid "You cannot set any access restrictions."
1236
  msgstr ""
1237
 
1250
  "enforce read access."
1251
  msgstr ""
1252
 
1253
+ #: lib/access/class-groups-access-meta-boxes.php:242
1254
  msgid "You need to have permission to set access restrictions."
1255
  msgstr ""
1256
 
lib/access/class-groups-access-meta-boxes.php CHANGED
@@ -108,7 +108,7 @@ class Groups_Access_Meta_Boxes {
108
  if ( $screen = get_current_screen() ) {
109
  // help tab for group-based access restrictions
110
  $screen->add_help_tab( array(
111
- 'id' => 'groups-access',
112
  'title' => __( 'Groups', 'groups' ),
113
  'content' =>
114
  '<p>' .
@@ -119,8 +119,12 @@ class Groups_Access_Meta_Boxes {
119
  '</p>' .
120
  '<p>' .
121
  __( 'You can select one or more groups to restrict access to its members.', 'groups' ) .
122
- ' ' .
123
- __( 'Note that you must be a member of a group to use it to restrict access.', 'groups' ) .
 
 
 
 
124
  '</p>' .
125
  '<p>' .
126
  '<strong>' . __( 'Example:', 'groups' ) . '</strong>' .
@@ -133,7 +137,7 @@ class Groups_Access_Meta_Boxes {
133
  '<p>' .
134
  ( current_user_can( GROUPS_ADMINISTER_GROUPS ) ?
135
  '<p>' .
136
- __( 'In the same field, you can create a new group and restrict access. Group names are case-sensitive. In order to be able to use the new group, your user account will be assigned to it. You will not be able to restrict access if the group already exists but you do not belong to it.', 'groups' ) .
137
  '</p>'
138
  :
139
  ''
@@ -178,8 +182,7 @@ class Groups_Access_Meta_Boxes {
178
 
179
  if ( self::user_can_restrict() ) {
180
 
181
- $user = new Groups_User( get_current_user_id() );
182
- $include = $user->group_ids_deep;
183
  $groups = Groups_Group::get_groups( array( 'order_by' => 'name', 'order' => 'ASC', 'include' => $include ) );
184
  $groups_read = get_post_meta( $post_id, Groups_Post_Access::POSTMETA_PREFIX . Groups_Post_Access::READ );
185
 
@@ -323,8 +326,7 @@ class Groups_Access_Meta_Boxes {
323
  }
324
 
325
  if ( current_user_can( $edit_post_type, $post_id ) ) {
326
- $user = new Groups_User( get_current_user_id() );
327
- $include = $user->group_ids_deep;
328
  $groups = Groups_Group::get_groups( array( 'order_by' => 'name', 'order' => 'ASC', 'include' => $include ) );
329
  $user_group_ids_deep = array();
330
  foreach( $groups as $group ) {
@@ -401,8 +403,7 @@ class Groups_Access_Meta_Boxes {
401
 
402
  if ( self::user_can_restrict() ) {
403
 
404
- $user = new Groups_User( get_current_user_id() );
405
- $include = $user->group_ids_deep;
406
  $groups = Groups_Group::get_groups( array( 'order_by' => 'name', 'order' => 'ASC', 'include' => $include ) );
407
  $groups_read = get_post_meta( $post->ID, Groups_Post_Access::POSTMETA_PREFIX . Groups_Post_Access::READ );
408
 
@@ -497,8 +498,7 @@ class Groups_Access_Meta_Boxes {
497
  $post_id = $post['post_ID'];
498
  }
499
  if ( $post_id !== null ) {
500
- $user = new Groups_User( get_current_user_id() );
501
- $include = $user->group_ids_deep;
502
  $groups = Groups_Group::get_groups( array( 'order_by' => 'name', 'order' => 'ASC', 'include' => $include ) );
503
  $group_ids = array();
504
  if ( !empty( $attachment[self::GROUPS_READ] ) && is_array( $attachment[self::GROUPS_READ] ) ) {
@@ -518,15 +518,52 @@ class Groups_Access_Meta_Boxes {
518
  }
519
 
520
  /**
521
- * Returns true if the current user can restrict access to posts.
 
522
  *
 
523
  * @return boolean
524
  */
525
- public static function user_can_restrict() {
526
- $user = new Groups_User( get_current_user_id() );
 
 
 
527
  return $user->can( GROUPS_RESTRICT_ACCESS );
528
  }
529
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
530
  /**
531
  * @deprecated
532
  * @return array of valid read capabilities for the current or given user
108
  if ( $screen = get_current_screen() ) {
109
  // help tab for group-based access restrictions
110
  $screen->add_help_tab( array(
111
+ 'id' => 'groups-groups',
112
  'title' => __( 'Groups', 'groups' ),
113
  'content' =>
114
  '<p>' .
119
  '</p>' .
120
  '<p>' .
121
  __( 'You can select one or more groups to restrict access to its members.', 'groups' ) .
122
+ ( !current_user_can( GROUPS_ADMINISTER_GROUPS ) ?
123
+ ' ' .
124
+ __( 'Note that you must be a member of a group to use it to restrict access.', 'groups' )
125
+ :
126
+ ''
127
+ ) .
128
  '</p>' .
129
  '<p>' .
130
  '<strong>' . __( 'Example:', 'groups' ) . '</strong>' .
137
  '<p>' .
138
  ( current_user_can( GROUPS_ADMINISTER_GROUPS ) ?
139
  '<p>' .
140
+ __( 'In the same field, you can create a new group and restrict access. Group names are case-sensitive. In order to be able to use the new group, your user account will be assigned to it.', 'groups' ) .
141
  '</p>'
142
  :
143
  ''
182
 
183
  if ( self::user_can_restrict() ) {
184
 
185
+ $include = self::get_user_can_restrict_group_ids();
 
186
  $groups = Groups_Group::get_groups( array( 'order_by' => 'name', 'order' => 'ASC', 'include' => $include ) );
187
  $groups_read = get_post_meta( $post_id, Groups_Post_Access::POSTMETA_PREFIX . Groups_Post_Access::READ );
188
 
326
  }
327
 
328
  if ( current_user_can( $edit_post_type, $post_id ) ) {
329
+ $include = self::get_user_can_restrict_group_ids();
 
330
  $groups = Groups_Group::get_groups( array( 'order_by' => 'name', 'order' => 'ASC', 'include' => $include ) );
331
  $user_group_ids_deep = array();
332
  foreach( $groups as $group ) {
403
 
404
  if ( self::user_can_restrict() ) {
405
 
406
+ $include = self::get_user_can_restrict_group_ids();
 
407
  $groups = Groups_Group::get_groups( array( 'order_by' => 'name', 'order' => 'ASC', 'include' => $include ) );
408
  $groups_read = get_post_meta( $post->ID, Groups_Post_Access::POSTMETA_PREFIX . Groups_Post_Access::READ );
409
 
498
  $post_id = $post['post_ID'];
499
  }
500
  if ( $post_id !== null ) {
501
+ $include = self::get_user_can_restrict_group_ids();
 
502
  $groups = Groups_Group::get_groups( array( 'order_by' => 'name', 'order' => 'ASC', 'include' => $include ) );
503
  $group_ids = array();
504
  if ( !empty( $attachment[self::GROUPS_READ] ) && is_array( $attachment[self::GROUPS_READ] ) ) {
518
  }
519
 
520
  /**
521
+ * Returns true if the user can restrict access to posts. The current user is
522
+ * assumed by default unless a user ID is provided.
523
  *
524
+ * @param int $user_id indicates the desired user, otherwise for the current user
525
  * @return boolean
526
  */
527
+ public static function user_can_restrict( $user_id = null ) {
528
+ if ( $user_id === null ) {
529
+ $user_id = get_current_user_id();
530
+ }
531
+ $user = new Groups_User( $user_id);
532
  return $user->can( GROUPS_RESTRICT_ACCESS );
533
  }
534
 
535
+ /**
536
+ * Returns the group IDs of the groups that the user can use to restrict access.
537
+ *
538
+ * If the user can GROUPS_RESTRICT_ACCESS, the following group IDs are returned:
539
+ * - If the user can GROUPS_ADMINISTER_GROUPS, this will return the IDs of all groups.
540
+ * - Otherwise it will return the IDs of all groups that the user belongs to, directly
541
+ * or indirectly by group inheritance.
542
+ *
543
+ * If the user can not GROUPS_RESTRICT_ACCESS, an empty array is returned.
544
+ *
545
+ * @param int $user_id if provided, retrieve results for the user indicated by user ID, otherwise for the current user
546
+ * @return array of int with the group IDs
547
+ */
548
+ public static function get_user_can_restrict_group_ids( $user_id = null ) {
549
+ $group_ids = array();
550
+ if ( $user_id === null ) {
551
+ $user_id = get_current_user_id();
552
+ }
553
+ if ( self::user_can_restrict( $user_id ) ) {
554
+ if ( current_user_can( GROUPS_ADMINISTER_GROUPS ) ) {
555
+ $group_ids = Groups_Group::get_group_ids();
556
+ } else {
557
+ $user = new Groups_User( $user_id );
558
+ $group_ids = $user->group_ids_deep;
559
+ }
560
+ if ( !empty( $group_ids ) && is_array( $group_ids ) ) {
561
+ $group_ids = array_map (array( 'Groups_Utility','id'), $group_ids );
562
+ }
563
+ }
564
+ return $group_ids;
565
+ }
566
+
567
  /**
568
  * @deprecated
569
  * @return array of valid read capabilities for the current or given user
lib/admin/class-groups-admin-posts.php CHANGED
@@ -256,8 +256,7 @@ class Groups_Admin_Posts {
256
  $field = Groups_Post_Access::POSTMETA_PREFIX . 'bulk-' . Groups_Post_Access::READ;
257
  if ( !empty( $_REQUEST[$field] ) && is_array( $_REQUEST[$field] ) ) {
258
  if ( Groups_Access_Meta_Boxes::user_can_restrict() ) {
259
- $user = new Groups_User( get_current_user_id() );
260
- $include = $user->group_ids_deep;
261
  $groups = Groups_Group::get_groups( array( 'order_by' => 'name', 'order' => 'ASC', 'include' => $include ) );
262
  $group_ids = array();
263
  foreach( $groups as $group ) {
256
  $field = Groups_Post_Access::POSTMETA_PREFIX . 'bulk-' . Groups_Post_Access::READ;
257
  if ( !empty( $_REQUEST[$field] ) && is_array( $_REQUEST[$field] ) ) {
258
  if ( Groups_Access_Meta_Boxes::user_can_restrict() ) {
259
+ $include = Groups_Access_Meta_Boxes::get_user_can_restrict_group_ids();
 
260
  $groups = Groups_Group::get_groups( array( 'order_by' => 'name', 'order' => 'ASC', 'include' => $include ) );
261
  $group_ids = array();
262
  foreach( $groups as $group ) {
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.itthinx.com/plugins/groups
4
  Tags: access, access control, capability, capabilities, content, download, downloads, file, file access, files, group, groups, member, members, membership, memberships, paypal, permission, permissions, subscription, subscriptions, woocommerce
5
  Requires at least: 4.0
6
  Tested up to: 4.7.3
7
- Stable tag: 2.0.3
8
  License: GPLv3
9
 
10
  Groups is an efficient and powerful solution, providing group-based user membership management, group-based capabilities and content access control.
@@ -190,6 +190,10 @@ See also the [Groups Documentation](http://docs.itthinx.com/document/groups/) pa
190
 
191
  == Changelog ==
192
 
 
 
 
 
193
  = 2.0.3 =
194
  * Fixed a "Fatal error: Call to a member function get_role_caps() on a non-object" which
195
  could occur in circumstances with invalid user IDs.
@@ -218,6 +222,6 @@ See also the [Groups Documentation](http://docs.itthinx.com/document/groups/) pa
218
 
219
  == Upgrade Notice ==
220
 
221
- = 2.0.3 =
222
  Groups 2.x simplifies the way access restrictions are handled.
223
- This release fixes an issue which could bring up an error with invalid user IDs.
4
  Tags: access, access control, capability, capabilities, content, download, downloads, file, file access, files, group, groups, member, members, membership, memberships, paypal, permission, permissions, subscription, subscriptions, woocommerce
5
  Requires at least: 4.0
6
  Tested up to: 4.7.3
7
+ Stable tag: 2.1.0
8
  License: GPLv3
9
 
10
  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.1.0 =
194
+ * Changed the requirements to allow to restrict by group.
195
+ * Fixed legacy access restrictions help replaced new groups help.
196
+
197
  = 2.0.3 =
198
  * Fixed a "Fatal error: Call to a member function get_role_caps() on a non-object" which
199
  could occur in circumstances with invalid user IDs.
222
 
223
  == Upgrade Notice ==
224
 
225
+ = 2.1.0 =
226
  Groups 2.x simplifies the way access restrictions are handled.
227
+ This release reduces the requirements to restrict by group for administrators.