Version Description
Download this release
Release Info
Developer | itthinx |
Plugin | Groups |
Version | 2.7.0 |
Comparing to | |
See all releases |
Code changes from version 2.6.1 to 2.7.0
- changelog.txt +12 -0
- groups.php +2 -2
- languages/groups-de_DE.mo +0 -0
- languages/groups-de_DE.po +76 -15
- languages/groups-es_ES.mo +0 -0
- languages/groups-es_ES.po +77 -16
- languages/groups-fr_FR.mo +0 -0
- languages/groups-fr_FR.po +106 -29
- languages/groups-id_ID.mo +0 -0
- languages/groups-id_ID.po +1625 -0
- languages/groups-lt_LT.mo +0 -0
- languages/groups-lt_LT.po +208 -93
- languages/groups-nl_NL.mo +0 -0
- languages/groups-nl_NL.po +209 -79
- languages/groups-pt_BR.mo +0 -0
- languages/groups-pt_BR.po +208 -91
- languages/groups-sv_SE.mo +0 -0
- languages/groups-sv_SE.po +215 -85
- languages/groups.pot +74 -13
- lib/access/class-groups-access-meta-boxes.php +3 -3
- lib/admin/class-groups-admin-posts.php +1 -1
- lib/admin/class-groups-admin-user-profile.php +3 -3
- lib/admin/class-groups-admin-users.php +2 -2
- lib/admin/class-groups-admin.php +8 -4
- lib/core/class-groups-controller.php +7 -1
- lib/core/class-groups-help.php +5 -5
- readme.txt +3 -3
changelog.txt
CHANGED
@@ -1,5 +1,17 @@
|
|
1 |
== Groups by itthinx - changelog.txt ==
|
2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
= 2.6.1 =
|
4 |
* Improved the useability of group and capability selection dropdowns.
|
5 |
* Fixed clash between group filter and group action on Users admin screen.
|
1 |
== Groups by itthinx - changelog.txt ==
|
2 |
|
3 |
+
= 2.7.0 =
|
4 |
+
* WordPress 5.2 compatible.
|
5 |
+
* Fixed translation loading to apply the user's locale when set.
|
6 |
+
* Updated the German translation.
|
7 |
+
* Updated the Spanish translation.
|
8 |
+
* Updated the French translation (yet incomplete).
|
9 |
+
* Added the Indonesian translation.
|
10 |
+
* Updated the Swedish translation (yet incomplete).
|
11 |
+
* Updated the Brazilian Portuguese translation (yet incomplete).
|
12 |
+
* Updated the Dutch translation (yet incomplete).
|
13 |
+
* Updated the Lithuanian translatoion (yet incomplete).
|
14 |
+
|
15 |
= 2.6.1 =
|
16 |
* Improved the useability of group and capability selection dropdowns.
|
17 |
* Fixed clash between group filter and group action on Users admin screen.
|
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.
|
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.
|
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.7.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.7.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: 2019-
|
11 |
-
"PO-Revision-Date: 2019-
|
12 |
"Last-Translator: Karim\n"
|
13 |
"Language-Team: itthinx.com\n"
|
14 |
"Language: de_DE\n"
|
@@ -305,7 +305,12 @@ msgstr "Abbrechen"
|
|
305 |
#: lib/admin/groups-admin-capabilities.php:192
|
306 |
#: lib/admin/groups-admin-groups-add.php:97
|
307 |
#: lib/admin/groups-admin-groups-edit.php:117
|
308 |
-
#: lib/admin/groups-admin-groups.php:306
|
|
|
|
|
|
|
|
|
|
|
309 |
msgid "Capabilities"
|
310 |
msgstr "Kapazitäten"
|
311 |
|
@@ -582,22 +587,58 @@ msgstr "Gruppenname"
|
|
582 |
msgid "Group Name : %s"
|
583 |
msgstr "Gruppenname : %s"
|
584 |
|
585 |
-
#: lib/access/class-groups-access-meta-boxes.php:117
|
586 |
-
#: lib/access/class-groups-access-meta-boxes.php:120
|
587 |
#: lib/access/class-groups-access-meta-boxes.php:476
|
|
|
|
|
|
|
|
|
588 |
#: lib/admin/class-groups-admin-posts.php:214
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
589 |
#: lib/admin/class-groups-admin-user-profile.php:72
|
590 |
-
|
|
|
|
|
|
|
591 |
#: lib/admin/class-groups-admin-user-profile.php:159
|
592 |
-
|
593 |
-
|
594 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
595 |
#: lib/core/class-groups-help.php:68 lib/core/class-groups-help.php:69
|
|
|
596 |
msgid "Groups"
|
597 |
-
msgstr "
|
598 |
|
599 |
-
#: lib/
|
600 |
-
msgctxt "
|
601 |
msgid "Groups"
|
602 |
msgstr "Gruppen"
|
603 |
|
@@ -606,6 +647,16 @@ msgctxt "Meta box title"
|
|
606 |
msgid "Groups"
|
607 |
msgstr "Gruppen"
|
608 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
609 |
#: lib/admin/class-groups-admin.php:141
|
610 |
msgctxt "menu item title"
|
611 |
msgid "Groups"
|
@@ -642,7 +693,7 @@ msgstr "Gruppenkapazitäten"
|
|
642 |
msgid "Groups Options"
|
643 |
msgstr "Groups Optionen"
|
644 |
|
645 |
-
#: lib/admin/class-groups-admin.php:
|
646 |
msgid "Groups is configured to delete its plugin data on deactivation."
|
647 |
msgstr "Groups wird bei der Deaktivierung all seine Daten löschen."
|
648 |
|
@@ -910,8 +961,17 @@ msgstr ""
|
|
910 |
"Nur Gruppen oder Benutzer die eine der gewählten Kapazitäten haben ist es "
|
911 |
"gestattet diese(n) %s zu lesen."
|
912 |
|
913 |
-
#: lib/admin/class-groups-admin.php:209
|
|
|
|
|
|
|
914 |
#: lib/core/class-groups-help.php:70
|
|
|
|
|
|
|
|
|
|
|
|
|
915 |
msgid "Options"
|
916 |
msgstr "Optionen"
|
917 |
|
@@ -1392,6 +1452,7 @@ msgid "User profiles"
|
|
1392 |
msgstr "Benutzerprofile"
|
1393 |
|
1394 |
#: lib/admin/class-groups-admin-users.php:281
|
|
|
1395 |
msgid "Users must belong to all chosen groups"
|
1396 |
msgstr "Benutzer müssen Mitglied aller ausgewählten Gruppen sein"
|
1397 |
|
@@ -1424,7 +1485,7 @@ msgstr ""
|
|
1424 |
msgid "View the Welcome screen for this version of Groups"
|
1425 |
msgstr "Den Begrüßungsbildschirm für diese Version von Groups anzeigen"
|
1426 |
|
1427 |
-
#: lib/admin/class-groups-admin.php:
|
1428 |
msgid "Warning!"
|
1429 |
msgstr "Achtung!"
|
1430 |
|
7 |
msgstr ""
|
8 |
"Project-Id-Version: \n"
|
9 |
"Report-Msgid-Bugs-To: \n"
|
10 |
+
"POT-Creation-Date: 2019-05-08 21:00+0200\n"
|
11 |
+
"PO-Revision-Date: 2019-05-08 21:01+0200\n"
|
12 |
"Last-Translator: Karim\n"
|
13 |
"Language-Team: itthinx.com\n"
|
14 |
"Language: de_DE\n"
|
305 |
#: lib/admin/groups-admin-capabilities.php:192
|
306 |
#: lib/admin/groups-admin-groups-add.php:97
|
307 |
#: lib/admin/groups-admin-groups-edit.php:117
|
308 |
+
#: lib/admin/groups-admin-groups.php:306
|
309 |
+
msgid "Capabilities"
|
310 |
+
msgstr "Kapazitäten"
|
311 |
+
|
312 |
+
#: lib/core/class-groups-help.php:71
|
313 |
+
msgctxt "Help tab title and heading"
|
314 |
msgid "Capabilities"
|
315 |
msgstr "Kapazitäten"
|
316 |
|
587 |
msgid "Group Name : %s"
|
588 |
msgstr "Gruppenname : %s"
|
589 |
|
|
|
|
|
590 |
#: lib/access/class-groups-access-meta-boxes.php:476
|
591 |
+
msgctxt "Attachment field label"
|
592 |
+
msgid "Groups"
|
593 |
+
msgstr "Gruppen"
|
594 |
+
|
595 |
#: lib/admin/class-groups-admin-posts.php:214
|
596 |
+
msgctxt "Bulk edit field label"
|
597 |
+
msgid "Groups"
|
598 |
+
msgstr "Gruppen"
|
599 |
+
|
600 |
+
#: lib/admin/class-groups-admin-post-columns.php:96
|
601 |
+
msgctxt "Column header"
|
602 |
+
msgid "Groups"
|
603 |
+
msgstr "Gruppen"
|
604 |
+
|
605 |
+
#: lib/admin/class-groups-admin-users.php:357
|
606 |
+
msgctxt "Column header (Users)"
|
607 |
+
msgid "Groups"
|
608 |
+
msgstr "Gruppen"
|
609 |
+
|
610 |
#: lib/admin/class-groups-admin-user-profile.php:72
|
611 |
+
msgctxt "Groups section heading (add user)"
|
612 |
+
msgid "Groups"
|
613 |
+
msgstr "Gruppen"
|
614 |
+
|
615 |
#: lib/admin/class-groups-admin-user-profile.php:159
|
616 |
+
msgctxt "Groups section heading (edit user)"
|
617 |
+
msgid "Groups"
|
618 |
+
msgstr "Gruppen"
|
619 |
+
|
620 |
+
#: lib/admin/class-groups-admin-user-profile.php:135
|
621 |
+
msgctxt "Groups section heading (user profile)"
|
622 |
+
msgid "Groups"
|
623 |
+
msgstr "Gruppen"
|
624 |
+
|
625 |
+
#: lib/access/class-groups-access-meta-boxes.php:120
|
626 |
+
msgctxt "Help heading"
|
627 |
+
msgid "Groups"
|
628 |
+
msgstr "Gruppen"
|
629 |
+
|
630 |
+
#: lib/access/class-groups-access-meta-boxes.php:117
|
631 |
+
msgctxt "Help tab title"
|
632 |
+
msgid "Groups"
|
633 |
+
msgstr "Gruppen"
|
634 |
+
|
635 |
#: lib/core/class-groups-help.php:68 lib/core/class-groups-help.php:69
|
636 |
+
msgctxt "Help tab title and heading"
|
637 |
msgid "Groups"
|
638 |
+
msgstr "Gruppen"
|
639 |
|
640 |
+
#: lib/core/class-groups-help.php:63
|
641 |
+
msgctxt "Help title"
|
642 |
msgid "Groups"
|
643 |
msgstr "Gruppen"
|
644 |
|
647 |
msgid "Groups"
|
648 |
msgstr "Gruppen"
|
649 |
|
650 |
+
#: lib/admin/class-groups-admin.php:245
|
651 |
+
msgctxt "Network menu page title"
|
652 |
+
msgid "Groups"
|
653 |
+
msgstr "Gruppen"
|
654 |
+
|
655 |
+
#: lib/admin/class-groups-admin.php:278
|
656 |
+
msgctxt "Plugin action link"
|
657 |
+
msgid "Groups"
|
658 |
+
msgstr "Gruppen"
|
659 |
+
|
660 |
#: lib/admin/class-groups-admin.php:141
|
661 |
msgctxt "menu item title"
|
662 |
msgid "Groups"
|
693 |
msgid "Groups Options"
|
694 |
msgstr "Groups Optionen"
|
695 |
|
696 |
+
#: lib/admin/class-groups-admin.php:310
|
697 |
msgid "Groups is configured to delete its plugin data on deactivation."
|
698 |
msgstr "Groups wird bei der Deaktivierung all seine Daten löschen."
|
699 |
|
961 |
"Nur Gruppen oder Benutzer die eine der gewählten Kapazitäten haben ist es "
|
962 |
"gestattet diese(n) %s zu lesen."
|
963 |
|
964 |
+
#: lib/admin/class-groups-admin.php:209
|
965 |
+
msgid "Options"
|
966 |
+
msgstr "Optionen"
|
967 |
+
|
968 |
#: lib/core/class-groups-help.php:70
|
969 |
+
msgctxt "Help tab title and heading"
|
970 |
+
msgid "Options"
|
971 |
+
msgstr "Optionen"
|
972 |
+
|
973 |
+
#: lib/admin/class-groups-admin.php:270
|
974 |
+
msgctxt "Plugin action link"
|
975 |
msgid "Options"
|
976 |
msgstr "Optionen"
|
977 |
|
1452 |
msgstr "Benutzerprofile"
|
1453 |
|
1454 |
#: lib/admin/class-groups-admin-users.php:281
|
1455 |
+
msgctxt "label title for conjunctive groups filter checkbox"
|
1456 |
msgid "Users must belong to all chosen groups"
|
1457 |
msgstr "Benutzer müssen Mitglied aller ausgewählten Gruppen sein"
|
1458 |
|
1485 |
msgid "View the Welcome screen for this version of Groups"
|
1486 |
msgstr "Den Begrüßungsbildschirm für diese Version von Groups anzeigen"
|
1487 |
|
1488 |
+
#: lib/admin/class-groups-admin.php:306
|
1489 |
msgid "Warning!"
|
1490 |
msgstr "Achtung!"
|
1491 |
|
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: 2019-
|
8 |
-
"PO-Revision-Date: 2019-
|
9 |
"Last-Translator: Karim\n"
|
10 |
"Language-Team: itthinx.com\n"
|
11 |
"Language: es_ES\n"
|
@@ -301,7 +301,12 @@ msgstr "Cancelar"
|
|
301 |
#: lib/admin/groups-admin-capabilities.php:192
|
302 |
#: lib/admin/groups-admin-groups-add.php:97
|
303 |
#: lib/admin/groups-admin-groups-edit.php:117
|
304 |
-
#: lib/admin/groups-admin-groups.php:306
|
|
|
|
|
|
|
|
|
|
|
305 |
msgid "Capabilities"
|
306 |
msgstr "Capacidades"
|
307 |
|
@@ -572,22 +577,58 @@ msgstr "Nombre del Grupo"
|
|
572 |
msgid "Group Name : %s"
|
573 |
msgstr "Nombre del Grupo : %s"
|
574 |
|
575 |
-
#: lib/access/class-groups-access-meta-boxes.php:117
|
576 |
-
#: lib/access/class-groups-access-meta-boxes.php:120
|
577 |
#: lib/access/class-groups-access-meta-boxes.php:476
|
|
|
|
|
|
|
|
|
578 |
#: lib/admin/class-groups-admin-posts.php:214
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
579 |
#: lib/admin/class-groups-admin-user-profile.php:72
|
580 |
-
|
|
|
|
|
|
|
581 |
#: lib/admin/class-groups-admin-user-profile.php:159
|
582 |
-
|
583 |
-
|
584 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
585 |
#: lib/core/class-groups-help.php:68 lib/core/class-groups-help.php:69
|
|
|
586 |
msgid "Groups"
|
587 |
-
msgstr "
|
588 |
|
589 |
-
#: lib/
|
590 |
-
msgctxt "
|
591 |
msgid "Groups"
|
592 |
msgstr "Grupos"
|
593 |
|
@@ -596,6 +637,16 @@ msgctxt "Meta box title"
|
|
596 |
msgid "Groups"
|
597 |
msgstr "Grupos"
|
598 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
599 |
#: lib/admin/class-groups-admin.php:141
|
600 |
msgctxt "menu item title"
|
601 |
msgid "Groups"
|
@@ -632,7 +683,7 @@ msgstr "Capacidades de los Grupos"
|
|
632 |
msgid "Groups Options"
|
633 |
msgstr "Opciones de Groups"
|
634 |
|
635 |
-
#: lib/admin/class-groups-admin.php:
|
636 |
msgid "Groups is configured to delete its plugin data on deactivation."
|
637 |
msgstr ""
|
638 |
"Groups está configurado para borrar sus datos de plugin al desactivarse."
|
@@ -893,8 +944,17 @@ msgstr ""
|
|
893 |
"Sólo los grupos o usuarios que tienen alguna de las capacidades "
|
894 |
"seleccionadas pueden leer este %s."
|
895 |
|
896 |
-
#: lib/admin/class-groups-admin.php:209
|
|
|
|
|
|
|
897 |
#: lib/core/class-groups-help.php:70
|
|
|
|
|
|
|
|
|
|
|
|
|
898 |
msgid "Options"
|
899 |
msgstr "Opciones"
|
900 |
|
@@ -1370,8 +1430,9 @@ msgid "User profiles"
|
|
1370 |
msgstr "Perfiles de usuario"
|
1371 |
|
1372 |
#: lib/admin/class-groups-admin-users.php:281
|
|
|
1373 |
msgid "Users must belong to all chosen groups"
|
1374 |
-
msgstr "Los usuarios deben ser miembros de los grupos seleccionados"
|
1375 |
|
1376 |
#: legacy/access/class-groups-access-meta-boxes-legacy.php:141
|
1377 |
msgid "Using the quick-create field"
|
@@ -1402,7 +1463,7 @@ msgstr ""
|
|
1402 |
msgid "View the Welcome screen for this version of Groups"
|
1403 |
msgstr "Ver la pantalla de bienvenida para esta versión de Groups"
|
1404 |
|
1405 |
-
#: lib/admin/class-groups-admin.php:
|
1406 |
msgid "Warning!"
|
1407 |
msgstr "¡Advertencia!"
|
1408 |
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Groups\n"
|
6 |
"Report-Msgid-Bugs-To: \n"
|
7 |
+
"POT-Creation-Date: 2019-05-08 21:00+0200\n"
|
8 |
+
"PO-Revision-Date: 2019-05-08 21:02+0200\n"
|
9 |
"Last-Translator: Karim\n"
|
10 |
"Language-Team: itthinx.com\n"
|
11 |
"Language: es_ES\n"
|
301 |
#: lib/admin/groups-admin-capabilities.php:192
|
302 |
#: lib/admin/groups-admin-groups-add.php:97
|
303 |
#: lib/admin/groups-admin-groups-edit.php:117
|
304 |
+
#: lib/admin/groups-admin-groups.php:306
|
305 |
+
msgid "Capabilities"
|
306 |
+
msgstr "Capacidades"
|
307 |
+
|
308 |
+
#: lib/core/class-groups-help.php:71
|
309 |
+
msgctxt "Help tab title and heading"
|
310 |
msgid "Capabilities"
|
311 |
msgstr "Capacidades"
|
312 |
|
577 |
msgid "Group Name : %s"
|
578 |
msgstr "Nombre del Grupo : %s"
|
579 |
|
|
|
|
|
580 |
#: lib/access/class-groups-access-meta-boxes.php:476
|
581 |
+
msgctxt "Attachment field label"
|
582 |
+
msgid "Groups"
|
583 |
+
msgstr "Grupos"
|
584 |
+
|
585 |
#: lib/admin/class-groups-admin-posts.php:214
|
586 |
+
msgctxt "Bulk edit field label"
|
587 |
+
msgid "Groups"
|
588 |
+
msgstr "Grupos"
|
589 |
+
|
590 |
+
#: lib/admin/class-groups-admin-post-columns.php:96
|
591 |
+
msgctxt "Column header"
|
592 |
+
msgid "Groups"
|
593 |
+
msgstr "Grupos"
|
594 |
+
|
595 |
+
#: lib/admin/class-groups-admin-users.php:357
|
596 |
+
msgctxt "Column header (Users)"
|
597 |
+
msgid "Groups"
|
598 |
+
msgstr "Grupos"
|
599 |
+
|
600 |
#: lib/admin/class-groups-admin-user-profile.php:72
|
601 |
+
msgctxt "Groups section heading (add user)"
|
602 |
+
msgid "Groups"
|
603 |
+
msgstr "Grupos"
|
604 |
+
|
605 |
#: lib/admin/class-groups-admin-user-profile.php:159
|
606 |
+
msgctxt "Groups section heading (edit user)"
|
607 |
+
msgid "Groups"
|
608 |
+
msgstr "Grupos"
|
609 |
+
|
610 |
+
#: lib/admin/class-groups-admin-user-profile.php:135
|
611 |
+
msgctxt "Groups section heading (user profile)"
|
612 |
+
msgid "Groups"
|
613 |
+
msgstr "Grupos"
|
614 |
+
|
615 |
+
#: lib/access/class-groups-access-meta-boxes.php:120
|
616 |
+
msgctxt "Help heading"
|
617 |
+
msgid "Groups"
|
618 |
+
msgstr "Grupos"
|
619 |
+
|
620 |
+
#: lib/access/class-groups-access-meta-boxes.php:117
|
621 |
+
msgctxt "Help tab title"
|
622 |
+
msgid "Groups"
|
623 |
+
msgstr "Grupos"
|
624 |
+
|
625 |
#: lib/core/class-groups-help.php:68 lib/core/class-groups-help.php:69
|
626 |
+
msgctxt "Help tab title and heading"
|
627 |
msgid "Groups"
|
628 |
+
msgstr "Grupos"
|
629 |
|
630 |
+
#: lib/core/class-groups-help.php:63
|
631 |
+
msgctxt "Help title"
|
632 |
msgid "Groups"
|
633 |
msgstr "Grupos"
|
634 |
|
637 |
msgid "Groups"
|
638 |
msgstr "Grupos"
|
639 |
|
640 |
+
#: lib/admin/class-groups-admin.php:245
|
641 |
+
msgctxt "Network menu page title"
|
642 |
+
msgid "Groups"
|
643 |
+
msgstr "Grupos"
|
644 |
+
|
645 |
+
#: lib/admin/class-groups-admin.php:278
|
646 |
+
msgctxt "Plugin action link"
|
647 |
+
msgid "Groups"
|
648 |
+
msgstr "Grupos"
|
649 |
+
|
650 |
#: lib/admin/class-groups-admin.php:141
|
651 |
msgctxt "menu item title"
|
652 |
msgid "Groups"
|
683 |
msgid "Groups Options"
|
684 |
msgstr "Opciones de Groups"
|
685 |
|
686 |
+
#: lib/admin/class-groups-admin.php:310
|
687 |
msgid "Groups is configured to delete its plugin data on deactivation."
|
688 |
msgstr ""
|
689 |
"Groups está configurado para borrar sus datos de plugin al desactivarse."
|
944 |
"Sólo los grupos o usuarios que tienen alguna de las capacidades "
|
945 |
"seleccionadas pueden leer este %s."
|
946 |
|
947 |
+
#: lib/admin/class-groups-admin.php:209
|
948 |
+
msgid "Options"
|
949 |
+
msgstr "Opciones"
|
950 |
+
|
951 |
#: lib/core/class-groups-help.php:70
|
952 |
+
msgctxt "Help tab title and heading"
|
953 |
+
msgid "Options"
|
954 |
+
msgstr "Opciones"
|
955 |
+
|
956 |
+
#: lib/admin/class-groups-admin.php:270
|
957 |
+
msgctxt "Plugin action link"
|
958 |
msgid "Options"
|
959 |
msgstr "Opciones"
|
960 |
|
1430 |
msgstr "Perfiles de usuario"
|
1431 |
|
1432 |
#: lib/admin/class-groups-admin-users.php:281
|
1433 |
+
msgctxt "label title for conjunctive groups filter checkbox"
|
1434 |
msgid "Users must belong to all chosen groups"
|
1435 |
+
msgstr "Los usuarios deben ser miembros de todos los grupos seleccionados"
|
1436 |
|
1437 |
#: legacy/access/class-groups-access-meta-boxes-legacy.php:141
|
1438 |
msgid "Using the quick-create field"
|
1463 |
msgid "View the Welcome screen for this version of Groups"
|
1464 |
msgstr "Ver la pantalla de bienvenida para esta versión de Groups"
|
1465 |
|
1466 |
+
#: lib/admin/class-groups-admin.php:306
|
1467 |
msgid "Warning!"
|
1468 |
msgstr "¡Advertencia!"
|
1469 |
|
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: 2019-
|
6 |
-
"PO-Revision-Date: 2019-
|
7 |
"Last-Translator: Stéphane PASSEDOUET <s.passedouet@pheeric.com>\n"
|
8 |
"Language-Team: itthinx.com\n"
|
9 |
"Language: fr_FR\n"
|
@@ -201,7 +201,7 @@ msgstr "Ajouter au groupe"
|
|
201 |
#: lib/admin/class-groups-admin-welcome.php:234
|
202 |
#: lib/admin/class-groups-admin.php:222 lib/admin/groups-admin-add-ons.php:32
|
203 |
msgid "Add-Ons"
|
204 |
-
msgstr ""
|
205 |
|
206 |
# @ groups
|
207 |
#: legacy/access/class-groups-access-meta-boxes-legacy.php:150
|
@@ -257,7 +257,7 @@ msgstr ""
|
|
257 |
#: lib/access/class-groups-access-meta-boxes.php:448
|
258 |
#: lib/access/class-groups-access-meta-boxes.php:449
|
259 |
msgid "Anyone …"
|
260 |
-
msgstr ""
|
261 |
|
262 |
# @ groups
|
263 |
#: lib/admin/class-groups-admin-users.php:216
|
@@ -334,7 +334,13 @@ msgstr "Annuler"
|
|
334 |
#: lib/admin/groups-admin-capabilities.php:192
|
335 |
#: lib/admin/groups-admin-groups-add.php:97
|
336 |
#: lib/admin/groups-admin-groups-edit.php:117
|
337 |
-
#: lib/admin/groups-admin-groups.php:306
|
|
|
|
|
|
|
|
|
|
|
|
|
338 |
msgid "Capabilities"
|
339 |
msgstr "Capacités"
|
340 |
|
@@ -359,7 +365,7 @@ msgstr "Capacités : %s"
|
|
359 |
|
360 |
#: lib/admin/groups-admin-capabilities.php:326
|
361 |
msgid "Capability ID"
|
362 |
-
msgstr ""
|
363 |
|
364 |
#: lib/admin/class-groups-admin-posts.php:231
|
365 |
#: lib/admin/class-groups-admin-posts.php:232
|
@@ -491,7 +497,7 @@ msgstr ""
|
|
491 |
#: lib/admin/class-groups-admin-welcome.php:144
|
492 |
#: lib/admin/class-groups-admin-welcome.php:145
|
493 |
msgid "Dismiss"
|
494 |
-
msgstr ""
|
495 |
|
496 |
# @ groups
|
497 |
#: lib/admin/groups-admin-capabilities.php:449
|
@@ -556,7 +562,7 @@ msgstr "Exemple :"
|
|
556 |
|
557 |
#: lib/admin/class-groups-admin-users.php:285
|
558 |
msgid "Filter"
|
559 |
-
msgstr ""
|
560 |
|
561 |
# @ groups
|
562 |
#: lib/admin/groups-admin-capabilities.php:324
|
@@ -631,7 +637,7 @@ msgstr "Actions du Groupe"
|
|
631 |
|
632 |
#: lib/admin/groups-admin-groups.php:316
|
633 |
msgid "Group ID"
|
634 |
-
msgstr ""
|
635 |
|
636 |
# @ groups
|
637 |
#: lib/admin/groups-admin-groups.php:319
|
@@ -645,29 +651,86 @@ msgid "Group Name : %s"
|
|
645 |
msgstr "Nom du Groupe : %s"
|
646 |
|
647 |
# @ groups
|
648 |
-
#: lib/access/class-groups-access-meta-boxes.php:117
|
649 |
-
#: lib/access/class-groups-access-meta-boxes.php:120
|
650 |
#: lib/access/class-groups-access-meta-boxes.php:476
|
|
|
|
|
|
|
|
|
|
|
651 |
#: lib/admin/class-groups-admin-posts.php:214
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
652 |
#: lib/admin/class-groups-admin-user-profile.php:72
|
653 |
-
|
|
|
|
|
|
|
|
|
654 |
#: lib/admin/class-groups-admin-user-profile.php:159
|
655 |
-
|
656 |
-
|
657 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
658 |
#: lib/core/class-groups-help.php:68 lib/core/class-groups-help.php:69
|
|
|
659 |
msgid "Groups"
|
660 |
msgstr "Groupes"
|
661 |
|
662 |
-
|
663 |
-
|
|
|
664 |
msgid "Groups"
|
665 |
-
msgstr ""
|
666 |
|
667 |
#: lib/access/class-groups-access-meta-boxes.php:103
|
668 |
msgctxt "Meta box title"
|
669 |
msgid "Groups"
|
670 |
-
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
671 |
|
672 |
#: lib/admin/class-groups-admin.php:141
|
673 |
msgctxt "menu item title"
|
@@ -689,11 +752,11 @@ msgstr ""
|
|
689 |
#: lib/admin/class-groups-admin-posts.php:138
|
690 |
#: lib/admin/class-groups-admin-posts.php:139
|
691 |
msgid "Groups …"
|
692 |
-
msgstr ""
|
693 |
|
694 |
#: lib/admin/class-groups-admin.php:221
|
695 |
msgid "Groups Add-Ons"
|
696 |
-
msgstr ""
|
697 |
|
698 |
# @ groups
|
699 |
#: lib/admin/class-groups-admin.php:195
|
@@ -702,10 +765,10 @@ msgstr "Capacités des Groupes"
|
|
702 |
|
703 |
#: lib/admin/groups-admin-options.php:120
|
704 |
msgid "Groups Options"
|
705 |
-
msgstr ""
|
706 |
|
707 |
# @ groups
|
708 |
-
#: lib/admin/class-groups-admin.php:
|
709 |
msgid "Groups is configured to delete its plugin data on deactivation."
|
710 |
msgstr ""
|
711 |
"Groups supprime toutes les données de l'extension lorsque il est désactivé."
|
@@ -736,7 +799,7 @@ msgstr ""
|
|
736 |
#: lib/admin/groups-admin-capabilities.php:313
|
737 |
#: lib/admin/groups-admin-groups.php:303
|
738 |
msgid "ID"
|
739 |
-
msgstr ""
|
740 |
|
741 |
#: lib/admin/class-groups-admin-welcome.php:221
|
742 |
msgid ""
|
@@ -763,7 +826,7 @@ msgstr ""
|
|
763 |
|
764 |
#: lib/admin/class-groups-admin-welcome.php:155
|
765 |
msgid "Important"
|
766 |
-
msgstr ""
|
767 |
|
768 |
#: lib/admin/class-groups-admin-welcome.php:180
|
769 |
msgid "Improved User Interface"
|
@@ -976,8 +1039,19 @@ msgstr ""
|
|
976 |
"sélectionnées sont autorisés à lire ce %s."
|
977 |
|
978 |
# @ groups
|
979 |
-
#: lib/admin/class-groups-admin.php:209
|
|
|
|
|
|
|
|
|
980 |
#: lib/core/class-groups-help.php:70
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
981 |
msgid "Options"
|
982 |
msgstr "Options"
|
983 |
|
@@ -1075,7 +1149,7 @@ msgstr "Créez rapidement un groupe & une capacité"
|
|
1075 |
#: lib/access/class-groups-access-meta-boxes.php:208
|
1076 |
#: lib/access/class-groups-access-meta-boxes.php:418
|
1077 |
msgid "Read"
|
1078 |
-
msgstr ""
|
1079 |
|
1080 |
# @ groups
|
1081 |
#: legacy/access/class-groups-post-access-legacy.php:52
|
@@ -1482,6 +1556,9 @@ msgstr "Profils d'Utilisateurs"
|
|
1482 |
|
1483 |
# @ groups
|
1484 |
#: lib/admin/class-groups-admin-users.php:281
|
|
|
|
|
|
|
1485 |
msgid "Users must belong to all chosen groups"
|
1486 |
msgstr "Les utilisateurs doivent être membres de tous les groupes choisis"
|
1487 |
|
@@ -1516,9 +1593,9 @@ msgstr ""
|
|
1516 |
msgid "View the Welcome screen for this version of Groups"
|
1517 |
msgstr ""
|
1518 |
|
1519 |
-
#: lib/admin/class-groups-admin.php:
|
1520 |
msgid "Warning!"
|
1521 |
-
msgstr ""
|
1522 |
|
1523 |
#: lib/admin/class-groups-admin-welcome.php:172
|
1524 |
msgid "We have made it even easier to protect your content!"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Groups\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2019-05-08 21:00+0200\n"
|
6 |
+
"PO-Revision-Date: 2019-05-08 21:02+0200\n"
|
7 |
"Last-Translator: Stéphane PASSEDOUET <s.passedouet@pheeric.com>\n"
|
8 |
"Language-Team: itthinx.com\n"
|
9 |
"Language: fr_FR\n"
|
201 |
#: lib/admin/class-groups-admin-welcome.php:234
|
202 |
#: lib/admin/class-groups-admin.php:222 lib/admin/groups-admin-add-ons.php:32
|
203 |
msgid "Add-Ons"
|
204 |
+
msgstr "Extensions"
|
205 |
|
206 |
# @ groups
|
207 |
#: legacy/access/class-groups-access-meta-boxes-legacy.php:150
|
257 |
#: lib/access/class-groups-access-meta-boxes.php:448
|
258 |
#: lib/access/class-groups-access-meta-boxes.php:449
|
259 |
msgid "Anyone …"
|
260 |
+
msgstr "Tous …"
|
261 |
|
262 |
# @ groups
|
263 |
#: lib/admin/class-groups-admin-users.php:216
|
334 |
#: lib/admin/groups-admin-capabilities.php:192
|
335 |
#: lib/admin/groups-admin-groups-add.php:97
|
336 |
#: lib/admin/groups-admin-groups-edit.php:117
|
337 |
+
#: lib/admin/groups-admin-groups.php:306
|
338 |
+
msgid "Capabilities"
|
339 |
+
msgstr "Capacités"
|
340 |
+
|
341 |
+
# @ groups
|
342 |
+
#: lib/core/class-groups-help.php:71
|
343 |
+
msgctxt "Help tab title and heading"
|
344 |
msgid "Capabilities"
|
345 |
msgstr "Capacités"
|
346 |
|
365 |
|
366 |
#: lib/admin/groups-admin-capabilities.php:326
|
367 |
msgid "Capability ID"
|
368 |
+
msgstr "ID de Capacité"
|
369 |
|
370 |
#: lib/admin/class-groups-admin-posts.php:231
|
371 |
#: lib/admin/class-groups-admin-posts.php:232
|
497 |
#: lib/admin/class-groups-admin-welcome.php:144
|
498 |
#: lib/admin/class-groups-admin-welcome.php:145
|
499 |
msgid "Dismiss"
|
500 |
+
msgstr "Supprimer"
|
501 |
|
502 |
# @ groups
|
503 |
#: lib/admin/groups-admin-capabilities.php:449
|
562 |
|
563 |
#: lib/admin/class-groups-admin-users.php:285
|
564 |
msgid "Filter"
|
565 |
+
msgstr "Filtre"
|
566 |
|
567 |
# @ groups
|
568 |
#: lib/admin/groups-admin-capabilities.php:324
|
637 |
|
638 |
#: lib/admin/groups-admin-groups.php:316
|
639 |
msgid "Group ID"
|
640 |
+
msgstr "ID de Groupe"
|
641 |
|
642 |
# @ groups
|
643 |
#: lib/admin/groups-admin-groups.php:319
|
651 |
msgstr "Nom du Groupe : %s"
|
652 |
|
653 |
# @ groups
|
|
|
|
|
654 |
#: lib/access/class-groups-access-meta-boxes.php:476
|
655 |
+
msgctxt "Attachment field label"
|
656 |
+
msgid "Groups"
|
657 |
+
msgstr "Groupes"
|
658 |
+
|
659 |
+
# @ groups
|
660 |
#: lib/admin/class-groups-admin-posts.php:214
|
661 |
+
msgctxt "Bulk edit field label"
|
662 |
+
msgid "Groups"
|
663 |
+
msgstr "Groupes"
|
664 |
+
|
665 |
+
#: lib/admin/class-groups-admin-post-columns.php:96
|
666 |
+
msgctxt "Column header"
|
667 |
+
msgid "Groups"
|
668 |
+
msgstr "Groupes"
|
669 |
+
|
670 |
+
# @ groups
|
671 |
+
#: lib/admin/class-groups-admin-users.php:357
|
672 |
+
msgctxt "Column header (Users)"
|
673 |
+
msgid "Groups"
|
674 |
+
msgstr "Groupes"
|
675 |
+
|
676 |
+
# @ groups
|
677 |
#: lib/admin/class-groups-admin-user-profile.php:72
|
678 |
+
msgctxt "Groups section heading (add user)"
|
679 |
+
msgid "Groups"
|
680 |
+
msgstr "Groupes"
|
681 |
+
|
682 |
+
# @ groups
|
683 |
#: lib/admin/class-groups-admin-user-profile.php:159
|
684 |
+
msgctxt "Groups section heading (edit user)"
|
685 |
+
msgid "Groups"
|
686 |
+
msgstr "Groupes"
|
687 |
+
|
688 |
+
# @ groups
|
689 |
+
#: lib/admin/class-groups-admin-user-profile.php:135
|
690 |
+
msgctxt "Groups section heading (user profile)"
|
691 |
+
msgid "Groups"
|
692 |
+
msgstr "Groupes"
|
693 |
+
|
694 |
+
# @ groups
|
695 |
+
#: lib/access/class-groups-access-meta-boxes.php:120
|
696 |
+
msgctxt "Help heading"
|
697 |
+
msgid "Groups"
|
698 |
+
msgstr "Groupes"
|
699 |
+
|
700 |
+
# @ groups
|
701 |
+
#: lib/access/class-groups-access-meta-boxes.php:117
|
702 |
+
msgctxt "Help tab title"
|
703 |
+
msgid "Groups"
|
704 |
+
msgstr "Groupes"
|
705 |
+
|
706 |
+
# @ groups
|
707 |
#: lib/core/class-groups-help.php:68 lib/core/class-groups-help.php:69
|
708 |
+
msgctxt "Help tab title and heading"
|
709 |
msgid "Groups"
|
710 |
msgstr "Groupes"
|
711 |
|
712 |
+
# @ groups
|
713 |
+
#: lib/core/class-groups-help.php:63
|
714 |
+
msgctxt "Help title"
|
715 |
msgid "Groups"
|
716 |
+
msgstr "Groupes"
|
717 |
|
718 |
#: lib/access/class-groups-access-meta-boxes.php:103
|
719 |
msgctxt "Meta box title"
|
720 |
msgid "Groups"
|
721 |
+
msgstr "Groupes"
|
722 |
+
|
723 |
+
# @ groups
|
724 |
+
#: lib/admin/class-groups-admin.php:245
|
725 |
+
msgctxt "Network menu page title"
|
726 |
+
msgid "Groups"
|
727 |
+
msgstr "Groupes"
|
728 |
+
|
729 |
+
# @ groups
|
730 |
+
#: lib/admin/class-groups-admin.php:278
|
731 |
+
msgctxt "Plugin action link"
|
732 |
+
msgid "Groups"
|
733 |
+
msgstr "Groupes"
|
734 |
|
735 |
#: lib/admin/class-groups-admin.php:141
|
736 |
msgctxt "menu item title"
|
752 |
#: lib/admin/class-groups-admin-posts.php:138
|
753 |
#: lib/admin/class-groups-admin-posts.php:139
|
754 |
msgid "Groups …"
|
755 |
+
msgstr "Groupes …"
|
756 |
|
757 |
#: lib/admin/class-groups-admin.php:221
|
758 |
msgid "Groups Add-Ons"
|
759 |
+
msgstr "Extensions de Groups"
|
760 |
|
761 |
# @ groups
|
762 |
#: lib/admin/class-groups-admin.php:195
|
765 |
|
766 |
#: lib/admin/groups-admin-options.php:120
|
767 |
msgid "Groups Options"
|
768 |
+
msgstr "Options de Groups"
|
769 |
|
770 |
# @ groups
|
771 |
+
#: lib/admin/class-groups-admin.php:310
|
772 |
msgid "Groups is configured to delete its plugin data on deactivation."
|
773 |
msgstr ""
|
774 |
"Groups supprime toutes les données de l'extension lorsque il est désactivé."
|
799 |
#: lib/admin/groups-admin-capabilities.php:313
|
800 |
#: lib/admin/groups-admin-groups.php:303
|
801 |
msgid "ID"
|
802 |
+
msgstr "ID"
|
803 |
|
804 |
#: lib/admin/class-groups-admin-welcome.php:221
|
805 |
msgid ""
|
826 |
|
827 |
#: lib/admin/class-groups-admin-welcome.php:155
|
828 |
msgid "Important"
|
829 |
+
msgstr "Importante"
|
830 |
|
831 |
#: lib/admin/class-groups-admin-welcome.php:180
|
832 |
msgid "Improved User Interface"
|
1039 |
"sélectionnées sont autorisés à lire ce %s."
|
1040 |
|
1041 |
# @ groups
|
1042 |
+
#: lib/admin/class-groups-admin.php:209
|
1043 |
+
msgid "Options"
|
1044 |
+
msgstr "Options"
|
1045 |
+
|
1046 |
+
# @ groups
|
1047 |
#: lib/core/class-groups-help.php:70
|
1048 |
+
msgctxt "Help tab title and heading"
|
1049 |
+
msgid "Options"
|
1050 |
+
msgstr "Options"
|
1051 |
+
|
1052 |
+
# @ groups
|
1053 |
+
#: lib/admin/class-groups-admin.php:270
|
1054 |
+
msgctxt "Plugin action link"
|
1055 |
msgid "Options"
|
1056 |
msgstr "Options"
|
1057 |
|
1149 |
#: lib/access/class-groups-access-meta-boxes.php:208
|
1150 |
#: lib/access/class-groups-access-meta-boxes.php:418
|
1151 |
msgid "Read"
|
1152 |
+
msgstr "Lecture"
|
1153 |
|
1154 |
# @ groups
|
1155 |
#: legacy/access/class-groups-post-access-legacy.php:52
|
1556 |
|
1557 |
# @ groups
|
1558 |
#: lib/admin/class-groups-admin-users.php:281
|
1559 |
+
#, fuzzy
|
1560 |
+
#| msgid "Users must belong to all chosen groups"
|
1561 |
+
msgctxt "label title for conjunctive groups filter checkbox"
|
1562 |
msgid "Users must belong to all chosen groups"
|
1563 |
msgstr "Les utilisateurs doivent être membres de tous les groupes choisis"
|
1564 |
|
1593 |
msgid "View the Welcome screen for this version of Groups"
|
1594 |
msgstr ""
|
1595 |
|
1596 |
+
#: lib/admin/class-groups-admin.php:306
|
1597 |
msgid "Warning!"
|
1598 |
+
msgstr "Attention!"
|
1599 |
|
1600 |
#: lib/admin/class-groups-admin-welcome.php:172
|
1601 |
msgid "We have made it even easier to protect your content!"
|
languages/groups-id_ID.mo
ADDED
Binary file
|
languages/groups-id_ID.po
ADDED
@@ -0,0 +1,1625 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# SOME DESCRIPTIVE TITLE.
|
2 |
+
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
3 |
+
# This file is distributed under the same license as the PACKAGE package.
|
4 |
+
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
5 |
+
#
|
6 |
+
msgid ""
|
7 |
+
msgstr ""
|
8 |
+
"Project-Id-Version: \n"
|
9 |
+
"Report-Msgid-Bugs-To: \n"
|
10 |
+
"POT-Creation-Date: 2019-05-08 21:00+0200\n"
|
11 |
+
"PO-Revision-Date: 2019-05-08 21:02+0200\n"
|
12 |
+
"Last-Translator: \n"
|
13 |
+
"Language-Team: \n"
|
14 |
+
"Language: id_ID\n"
|
15 |
+
"MIME-Version: 1.0\n"
|
16 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
17 |
+
"Content-Transfer-Encoding: 8bit\n"
|
18 |
+
"Plural-Forms: nplurals=1; plural=0;\n"
|
19 |
+
"X-Generator: Poedit 2.2.1\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 "%1$s dari %2$s"
|
26 |
+
|
27 |
+
#: lib/admin/class-groups-admin-users.php:283
|
28 |
+
msgctxt "label for conjunctive groups filter checkbox"
|
29 |
+
msgid "∩"
|
30 |
+
msgstr "&topi;"
|
31 |
+
|
32 |
+
#: legacy/admin/class-groups-admin-posts-legacy.php:184
|
33 |
+
#: lib/admin/class-groups-admin-posts.php:217
|
34 |
+
msgid "— No Change —"
|
35 |
+
msgstr "& mdash; Tidak Ada Perubahan & mdash;"
|
36 |
+
|
37 |
+
#: lib/admin/class-groups-admin-posts.php:157
|
38 |
+
msgid "(any)"
|
39 |
+
msgstr "(apa saja)"
|
40 |
+
|
41 |
+
#: lib/admin/class-groups-admin-posts.php:152
|
42 |
+
msgid "(none)"
|
43 |
+
msgstr "(tidak ada)"
|
44 |
+
|
45 |
+
#: legacy/admin/class-groups-admin-posts-legacy.php:136
|
46 |
+
msgid "(only unrestricted)"
|
47 |
+
msgstr "(hanya tidak dibatasi)"
|
48 |
+
|
49 |
+
#: lib/admin/class-groups-admin-users.php:384
|
50 |
+
msgid "--"
|
51 |
+
msgstr "-"
|
52 |
+
|
53 |
+
#: lib/core/class-groups-pagination.php:96
|
54 |
+
#, php-format
|
55 |
+
msgid "1 item"
|
56 |
+
msgid_plural "%s items"
|
57 |
+
msgstr[0] "%s barang"
|
58 |
+
|
59 |
+
#: legacy/admin/class-groups-admin-post-columns-legacy.php:76
|
60 |
+
#, php-format
|
61 |
+
msgid "<span title=\"%s\">Access Restrictions</span>"
|
62 |
+
msgstr "<span title = \\ \" %s \"> Pembatasan Akses </span>"
|
63 |
+
|
64 |
+
#: lib/admin/groups-admin-capabilities-remove.php:145
|
65 |
+
#: lib/admin/groups-admin-groups-remove.php:149
|
66 |
+
#, php-format
|
67 |
+
msgid "<strong>%s</strong>"
|
68 |
+
msgstr "<strong> %s </strong>"
|
69 |
+
|
70 |
+
#: legacy/access/class-groups-access-meta-boxes-legacy.php:164
|
71 |
+
msgid ""
|
72 |
+
"<sup>*</sup> For each capability, the groups that have the capability "
|
73 |
+
"assigned are shown within parenthesis. You can choose a capability by typing "
|
74 |
+
"part of the group's or the capability's name."
|
75 |
+
msgstr ""
|
76 |
+
"<sup> * </sup> Untuk setiap kapabilitas, grup yang memiliki kapabilitas yang "
|
77 |
+
"ditugaskan ditampilkan dalam kurung. Anda dapat memilih kapabilitas dengan "
|
78 |
+
"mengetik bagian dari grup atau nama kapabilitas."
|
79 |
+
|
80 |
+
#: lib/admin/groups-admin-capabilities.php:126
|
81 |
+
msgid "A Duck!"
|
82 |
+
msgstr "Seekor bebek!"
|
83 |
+
|
84 |
+
#: lib/admin/groups-admin-options.php:280
|
85 |
+
msgid "A minimum set of permissions will be preserved."
|
86 |
+
msgstr "Serangkaian izin minimum akan dipertahankan."
|
87 |
+
|
88 |
+
#: lib/admin/groups-admin-options.php:50
|
89 |
+
msgid "Access Groups"
|
90 |
+
msgstr "Akses Grup"
|
91 |
+
|
92 |
+
#: legacy/admin/class-groups-admin-posts-legacy.php:181
|
93 |
+
msgid "Access Restrictions"
|
94 |
+
msgstr "Batasan Akses"
|
95 |
+
|
96 |
+
#: lib/admin/groups-admin-capabilities-add.php:34
|
97 |
+
#: lib/admin/groups-admin-capabilities-add.php:89
|
98 |
+
#: lib/admin/groups-admin-capabilities-add.php:93
|
99 |
+
#: lib/admin/groups-admin-capabilities-edit.php:35
|
100 |
+
#: lib/admin/groups-admin-capabilities-edit.php:96
|
101 |
+
#: lib/admin/groups-admin-capabilities-edit.php:100
|
102 |
+
#: lib/admin/groups-admin-capabilities-remove.php:35
|
103 |
+
#: lib/admin/groups-admin-capabilities-remove.php:83
|
104 |
+
#: lib/admin/groups-admin-capabilities-remove.php:87
|
105 |
+
#: lib/admin/groups-admin-capabilities-remove.php:110
|
106 |
+
#: lib/admin/groups-admin-capabilities-remove.php:175
|
107 |
+
#: lib/admin/groups-admin-capabilities-remove.php:179
|
108 |
+
#: lib/admin/groups-admin-capabilities.php:48
|
109 |
+
#: lib/admin/groups-admin-capabilities.php:141
|
110 |
+
#: lib/admin/groups-admin-capabilities.php:172
|
111 |
+
#: lib/admin/groups-admin-capabilities.php:178
|
112 |
+
#: lib/admin/groups-admin-groups-add.php:36
|
113 |
+
#: lib/admin/groups-admin-groups-add.php:139
|
114 |
+
#: lib/admin/groups-admin-groups-add.php:143
|
115 |
+
#: lib/admin/groups-admin-groups-edit.php:37
|
116 |
+
#: lib/admin/groups-admin-groups-edit.php:181
|
117 |
+
#: lib/admin/groups-admin-groups-edit.php:185
|
118 |
+
#: lib/admin/groups-admin-groups-remove.php:35
|
119 |
+
#: lib/admin/groups-admin-groups-remove.php:83
|
120 |
+
#: lib/admin/groups-admin-groups-remove.php:87
|
121 |
+
#: lib/admin/groups-admin-groups-remove.php:110
|
122 |
+
#: lib/admin/groups-admin-groups-remove.php:177
|
123 |
+
#: lib/admin/groups-admin-groups-remove.php:181
|
124 |
+
#: lib/admin/groups-admin-groups.php:49 lib/admin/groups-admin-groups.php:148
|
125 |
+
#: lib/admin/groups-admin-groups.php:179 lib/admin/groups-admin-groups.php:185
|
126 |
+
#: lib/admin/groups-admin-options.php:39 lib/admin/groups-admin-options.php:328
|
127 |
+
#: lib/admin/groups-admin-tree-view.php:37 lib/test/groups-tests.php:385
|
128 |
+
#: lib/test/groups-tests.php:391
|
129 |
+
msgid "Access denied."
|
130 |
+
msgstr "Akses ditolak."
|
131 |
+
|
132 |
+
#: lib/admin/groups-admin-options.php:212
|
133 |
+
msgid "Access restricions"
|
134 |
+
msgstr "Pembatasan akses"
|
135 |
+
|
136 |
+
#: legacy/access/class-groups-access-meta-boxes-legacy.php:97
|
137 |
+
#: legacy/access/class-groups-access-meta-boxes-legacy.php:107
|
138 |
+
#: legacy/access/class-groups-access-meta-boxes-legacy.php:121
|
139 |
+
#: legacy/access/class-groups-access-meta-boxes-legacy.php:124
|
140 |
+
#: legacy/access/class-groups-access-meta-boxes-legacy.php:592
|
141 |
+
msgid "Access restrictions"
|
142 |
+
msgstr "Pembatasan akses"
|
143 |
+
|
144 |
+
#: legacy/admin/class-groups-admin-posts-legacy.php:124
|
145 |
+
#: legacy/admin/class-groups-admin-posts-legacy.php:125
|
146 |
+
msgid "Access restrictions …"
|
147 |
+
msgstr "Pembatasan akses & hellip;"
|
148 |
+
|
149 |
+
#: lib/admin/groups-admin-capabilities-add.php:68
|
150 |
+
#: lib/admin/groups-admin-capabilities.php:201
|
151 |
+
#: lib/admin/groups-admin-groups-add.php:119
|
152 |
+
#: lib/admin/groups-admin-groups.php:207
|
153 |
+
msgid "Add"
|
154 |
+
msgstr "Menambahkan"
|
155 |
+
|
156 |
+
#: lib/admin/groups-admin-capabilities-add.php:50
|
157 |
+
msgid "Add a new capability"
|
158 |
+
msgstr "Tambahkan kemampuan baru"
|
159 |
+
|
160 |
+
#: lib/admin/groups-admin-groups-add.php:59
|
161 |
+
msgid "Add a new group"
|
162 |
+
msgstr "Tambahkan grup baru"
|
163 |
+
|
164 |
+
#: lib/admin/groups-admin-groups.php:382
|
165 |
+
msgid "Add capability"
|
166 |
+
msgstr "Tambahkan kemampuan"
|
167 |
+
|
168 |
+
#: legacy/admin/class-groups-admin-posts-legacy.php:185
|
169 |
+
#: lib/admin/class-groups-admin-posts.php:218
|
170 |
+
msgid "Add restriction"
|
171 |
+
msgstr "Tambahkan batasan"
|
172 |
+
|
173 |
+
#: lib/admin/class-groups-admin-users.php:213
|
174 |
+
msgid "Add to group"
|
175 |
+
msgstr "Tambahkan ke grup"
|
176 |
+
|
177 |
+
#: lib/admin/class-groups-admin-welcome.php:234
|
178 |
+
#: lib/admin/class-groups-admin.php:222 lib/admin/groups-admin-add-ons.php:32
|
179 |
+
msgid "Add-Ons"
|
180 |
+
msgstr "Add-on"
|
181 |
+
|
182 |
+
#: legacy/access/class-groups-access-meta-boxes-legacy.php:150
|
183 |
+
msgid ""
|
184 |
+
"Adding the group and capability manually and enabling it for access "
|
185 |
+
"restriction"
|
186 |
+
msgstr ""
|
187 |
+
"Menambahkan grup dan kemampuan secara manual dan memungkinkannya untuk "
|
188 |
+
"pembatasan akses"
|
189 |
+
|
190 |
+
#: lib/admin/groups-admin-options.php:51
|
191 |
+
msgid "Administer Groups"
|
192 |
+
msgstr "Administer Groups"
|
193 |
+
|
194 |
+
#: lib/admin/groups-admin-options.php:52
|
195 |
+
msgid "Administer Groups plugin options"
|
196 |
+
msgstr "Mengelola opsi plugin Grup"
|
197 |
+
|
198 |
+
#: lib/admin/groups-admin-options.php:198
|
199 |
+
msgid "Administrator Access Override"
|
200 |
+
msgstr "Pengesampingan Akses Administrator"
|
201 |
+
|
202 |
+
#: lib/admin/groups-admin-options.php:201
|
203 |
+
msgid ""
|
204 |
+
"Administrators override all access permissions derived from Groups "
|
205 |
+
"capabilities."
|
206 |
+
msgstr ""
|
207 |
+
"Administrator mengganti semua izin akses yang berasal dari kemampuan Grup."
|
208 |
+
|
209 |
+
#: lib/admin/class-groups-admin-posts.php:175
|
210 |
+
msgid "Also look for groups related to terms"
|
211 |
+
msgstr "Cari juga grup yang terkait dengan istilah"
|
212 |
+
|
213 |
+
#: lib/admin/class-groups-admin-welcome.php:187
|
214 |
+
msgid ""
|
215 |
+
"And you can now filter the list of users by one or multiple groups with one "
|
216 |
+
"convenient field."
|
217 |
+
msgstr ""
|
218 |
+
"Dan sekarang Anda dapat memfilter daftar pengguna dengan satu atau beberapa "
|
219 |
+
"grup dengan satu bidang yang mudah."
|
220 |
+
|
221 |
+
#: lib/admin/class-groups-admin-welcome.php:185
|
222 |
+
msgid ""
|
223 |
+
"Another improvement is better filtering by groups and a reduced footprint on "
|
224 |
+
"the Users admin screen."
|
225 |
+
msgstr ""
|
226 |
+
"Peningkatan lainnya adalah pemfilteran yang lebih baik berdasarkan grup dan "
|
227 |
+
"mengurangi jejak pada layar admin Pengguna."
|
228 |
+
|
229 |
+
#: lib/access/class-groups-access-meta-boxes.php:214
|
230 |
+
#: lib/access/class-groups-access-meta-boxes.php:215
|
231 |
+
#: lib/access/class-groups-access-meta-boxes.php:448
|
232 |
+
#: lib/access/class-groups-access-meta-boxes.php:449
|
233 |
+
msgid "Anyone …"
|
234 |
+
msgstr "Siapa saja & hellip;"
|
235 |
+
|
236 |
+
#: lib/admin/class-groups-admin-users.php:216
|
237 |
+
#: lib/admin/groups-admin-capabilities.php:334
|
238 |
+
#: lib/admin/groups-admin-capabilities.php:360
|
239 |
+
#: lib/admin/groups-admin-capabilities.php:374
|
240 |
+
#: lib/admin/groups-admin-groups.php:323 lib/admin/groups-admin-groups.php:349
|
241 |
+
#: lib/admin/groups-admin-groups.php:385
|
242 |
+
msgid "Apply"
|
243 |
+
msgstr "Menerapkan"
|
244 |
+
|
245 |
+
#: legacy/access/class-groups-access-meta-boxes-legacy.php:160
|
246 |
+
msgid ""
|
247 |
+
"Become a member of the <em>Premium</em> group - this is required so you can "
|
248 |
+
"choose the <em>premium</em> capability to restrict access to a post."
|
249 |
+
msgstr ""
|
250 |
+
"Menjadi anggota grup <em> Premium </em> - ini diperlukan agar Anda dapat "
|
251 |
+
"memilih kemampuan <em> premium </em> untuk membatasi akses ke sebuah posting."
|
252 |
+
|
253 |
+
#: lib/admin/groups-admin-capabilities.php:371
|
254 |
+
#: lib/admin/groups-admin-groups.php:380
|
255 |
+
msgid "Bulk Actions"
|
256 |
+
msgstr "Aksi besar"
|
257 |
+
|
258 |
+
#: lib/admin/groups-admin-options.php:365
|
259 |
+
msgid ""
|
260 |
+
"CAUTION: If this option is active while the plugin is deactivated, ALL "
|
261 |
+
"plugin settings and data will be DELETED for <strong>all sites</strong>. If "
|
262 |
+
"you are going to use this option, now would be a good time to make a backup. "
|
263 |
+
"By enabling this option you agree to be solely responsible for any loss of "
|
264 |
+
"data or any other consequences thereof."
|
265 |
+
msgstr ""
|
266 |
+
"PERHATIAN: Jika opsi ini aktif saat plugin dinonaktifkan, SEMUA pengaturan "
|
267 |
+
"plugin dan data akan DIHAPUS untuk <strong> semua situs </strong>. Jika Anda "
|
268 |
+
"akan menggunakan opsi ini, sekarang saat yang tepat untuk membuat cadangan. "
|
269 |
+
"Dengan mengaktifkan opsi ini, Anda setuju untuk sepenuhnya bertanggung jawab "
|
270 |
+
"atas kehilangan data atau konsekuensi lainnya."
|
271 |
+
|
272 |
+
#: lib/admin/groups-admin-options.php:294
|
273 |
+
msgid ""
|
274 |
+
"CAUTION: If this option is active while the plugin is deactivated, ALL "
|
275 |
+
"plugin settings and data will be DELETED. If you are going to use this "
|
276 |
+
"option, now would be a good time to make a backup. By enabling this option "
|
277 |
+
"you agree to be solely responsible for any loss of data or any other "
|
278 |
+
"consequences thereof."
|
279 |
+
msgstr ""
|
280 |
+
"PERHATIAN: Jika opsi ini aktif saat plugin dinonaktifkan, SEMUA pengaturan "
|
281 |
+
"dan data plugin akan DIHAPUS. Jika Anda akan menggunakan opsi ini, sekarang "
|
282 |
+
"saat yang tepat untuk membuat cadangan. Dengan mengaktifkan opsi ini, Anda "
|
283 |
+
"setuju untuk sepenuhnya bertanggung jawab atas kehilangan data atau "
|
284 |
+
"konsekuensi lainnya."
|
285 |
+
|
286 |
+
#: lib/admin/groups-admin-capabilities-add.php:70
|
287 |
+
#: lib/admin/groups-admin-capabilities-edit.php:79
|
288 |
+
#: lib/admin/groups-admin-capabilities-remove.php:64
|
289 |
+
#: lib/admin/groups-admin-capabilities-remove.php:150
|
290 |
+
#: lib/admin/groups-admin-groups-add.php:121
|
291 |
+
#: lib/admin/groups-admin-groups-edit.php:165
|
292 |
+
#: lib/admin/groups-admin-groups-remove.php:64
|
293 |
+
#: lib/admin/groups-admin-groups-remove.php:154
|
294 |
+
msgid "Cancel"
|
295 |
+
msgstr "Membatalkan"
|
296 |
+
|
297 |
+
#: legacy/admin/groups-admin-options-legacy.php:59
|
298 |
+
#: lib/admin/class-groups-admin.php:196
|
299 |
+
#: lib/admin/groups-admin-capabilities.php:192
|
300 |
+
#: lib/admin/groups-admin-groups-add.php:97
|
301 |
+
#: lib/admin/groups-admin-groups-edit.php:117
|
302 |
+
#: lib/admin/groups-admin-groups.php:306
|
303 |
+
msgid "Capabilities"
|
304 |
+
msgstr "Kemampuan"
|
305 |
+
|
306 |
+
#: lib/core/class-groups-help.php:71
|
307 |
+
msgctxt "Help tab title and heading"
|
308 |
+
msgid "Capabilities"
|
309 |
+
msgstr "Kemampuan"
|
310 |
+
|
311 |
+
#: lib/admin/groups-admin-groups.php:361 lib/admin/groups-admin-groups.php:362
|
312 |
+
msgid "Capabilities …"
|
313 |
+
msgstr "Kemampuan & hellip;"
|
314 |
+
|
315 |
+
#: lib/admin/groups-admin-capabilities-add.php:57
|
316 |
+
#: lib/admin/groups-admin-capabilities-edit.php:66
|
317 |
+
#: lib/admin/groups-admin-capabilities.php:314
|
318 |
+
#: lib/admin/groups-admin-capabilities.php:330
|
319 |
+
msgid "Capability"
|
320 |
+
msgstr "Kemampuan"
|
321 |
+
|
322 |
+
#: lib/admin/groups-admin-capabilities-remove.php:59
|
323 |
+
#, php-format
|
324 |
+
msgid "Capability : %s"
|
325 |
+
msgstr "Kemampuan: %s"
|
326 |
+
|
327 |
+
#: lib/admin/groups-admin-capabilities.php:326
|
328 |
+
msgid "Capability ID"
|
329 |
+
msgstr "ID kemampuan"
|
330 |
+
|
331 |
+
#: lib/admin/class-groups-admin-posts.php:231
|
332 |
+
#: lib/admin/class-groups-admin-posts.php:232
|
333 |
+
msgid "Choose access restriction groups …"
|
334 |
+
msgstr "Pilih grup pembatasan akses & hellip;"
|
335 |
+
|
336 |
+
#: legacy/admin/class-groups-admin-posts-legacy.php:195
|
337 |
+
#: legacy/admin/class-groups-admin-posts-legacy.php:196
|
338 |
+
msgid "Choose access restrictions …"
|
339 |
+
msgstr "Pilih batasan akses & hellip;"
|
340 |
+
|
341 |
+
#: lib/admin/groups-admin-groups-add.php:100
|
342 |
+
#: lib/admin/groups-admin-groups-edit.php:120
|
343 |
+
msgid "Choose capabilities …"
|
344 |
+
msgstr "Pilih kemampuan & hellip;"
|
345 |
+
|
346 |
+
#: lib/admin/class-groups-admin-user-profile.php:80
|
347 |
+
#: lib/admin/class-groups-admin-user-profile.php:81
|
348 |
+
#: lib/admin/class-groups-admin-user-profile.php:169
|
349 |
+
#: lib/admin/class-groups-admin-user-profile.php:170
|
350 |
+
#: lib/admin/class-groups-admin-users.php:191
|
351 |
+
#: lib/admin/class-groups-admin-users.php:192
|
352 |
+
#: lib/admin/class-groups-admin-users.php:252
|
353 |
+
#: lib/admin/class-groups-admin-users.php:253
|
354 |
+
msgid "Choose groups …"
|
355 |
+
msgstr "Pilih grup & hellip;"
|
356 |
+
|
357 |
+
#: legacy/access/class-groups-access-meta-boxes-legacy.php:214
|
358 |
+
#: legacy/access/class-groups-access-meta-boxes-legacy.php:541
|
359 |
+
msgid ""
|
360 |
+
"Choose one or more capabilities to restrict access. Groups that grant access "
|
361 |
+
"through the capabilities are shown in parenthesis. If no capabilities are "
|
362 |
+
"available yet, you can use the quick-create box to create a group and "
|
363 |
+
"capability enabled for access restriction on the fly."
|
364 |
+
msgstr ""
|
365 |
+
"Pilih satu atau beberapa kemampuan untuk membatasi akses. Grup yang "
|
366 |
+
"memberikan akses melalui kemampuan ditampilkan dalam tanda kurung. Jika "
|
367 |
+
"belum ada kemampuan yang tersedia, Anda dapat menggunakan kotak buat cepat "
|
368 |
+
"untuk membuat grup dan kemampuan yang diaktifkan untuk pembatasan akses "
|
369 |
+
"dengan cepat."
|
370 |
+
|
371 |
+
#: lib/access/class-groups-access-meta-boxes.php:141
|
372 |
+
msgid ""
|
373 |
+
"Choose or enter <em>Premium</em> in the <em>Read</em> field located in the "
|
374 |
+
"<em>Groups</em> box and save or update the post (or hit Enter)."
|
375 |
+
msgstr ""
|
376 |
+
"Pilih atau masukkan <em> Premium </em> di bidang <em> Baca </em> yang "
|
377 |
+
"terletak di kotak <em> Grup </em> dan simpan atau perbarui posting (atau "
|
378 |
+
"tekan Enter)."
|
379 |
+
|
380 |
+
#: lib/admin/groups-admin-capabilities.php:335
|
381 |
+
#: lib/admin/groups-admin-groups.php:324
|
382 |
+
msgid "Clear"
|
383 |
+
msgstr "Bersih"
|
384 |
+
|
385 |
+
#: lib/admin/groups-admin-capabilities.php:196
|
386 |
+
msgid "Click to add a new capability"
|
387 |
+
msgstr "Klik untuk menambahkan kemampuan baru"
|
388 |
+
|
389 |
+
#: lib/admin/groups-admin-groups.php:202
|
390 |
+
msgid "Click to add a new group"
|
391 |
+
msgstr "Klik untuk menambahkan grup baru"
|
392 |
+
|
393 |
+
#: lib/admin/groups-admin-capabilities.php:212
|
394 |
+
msgid "Click to refresh capabilities"
|
395 |
+
msgstr "Klik untuk menyegarkan kemampuan"
|
396 |
+
|
397 |
+
#: legacy/access/class-groups-access-meta-boxes-legacy.php:274
|
398 |
+
msgid "Click to toggle the display of groups that grant the capabilities."
|
399 |
+
msgstr "Klik untuk mengganti tampilan grup yang memberikan kemampuan."
|
400 |
+
|
401 |
+
#: lib/admin/class-groups-admin-notice.php:133
|
402 |
+
msgid ""
|
403 |
+
"Could you please spare a minute and give it a review over at WordPress.org?"
|
404 |
+
msgstr ""
|
405 |
+
"Bisakah Anda menyisihkan waktu sebentar dan memberikan ulasan di WordPress."
|
406 |
+
"org?"
|
407 |
+
|
408 |
+
#: lib/core/class-groups-pagination.php:133
|
409 |
+
msgid "Current page"
|
410 |
+
msgstr "Halaman saat ini"
|
411 |
+
|
412 |
+
#: lib/admin/groups-admin-options.php:286
|
413 |
+
msgid "Deactivation and data persistence"
|
414 |
+
msgstr "Deaktivasi dan kegigihan data"
|
415 |
+
|
416 |
+
#: lib/admin/groups-admin-options.php:361
|
417 |
+
msgid "Delete all Groups plugin data for ALL sites on network deactivation"
|
418 |
+
msgstr ""
|
419 |
+
"Hapus semua data plugin Grup untuk SEMUA situs di penonaktifan jaringan"
|
420 |
+
|
421 |
+
#: lib/admin/groups-admin-options.php:290
|
422 |
+
msgid "Delete all Groups plugin data on deactivation"
|
423 |
+
msgstr "Hapus semua data plugin Grup pada penonaktifan"
|
424 |
+
|
425 |
+
#: lib/admin/groups-admin-capabilities-add.php:62
|
426 |
+
#: lib/admin/groups-admin-capabilities-edit.php:71
|
427 |
+
#: lib/admin/groups-admin-capabilities.php:315
|
428 |
+
#: lib/admin/groups-admin-groups-add.php:83
|
429 |
+
#: lib/admin/groups-admin-groups-edit.php:93
|
430 |
+
#: lib/admin/groups-admin-groups.php:305
|
431 |
+
msgid "Description"
|
432 |
+
msgstr "Deskripsi"
|
433 |
+
|
434 |
+
#: lib/admin/groups-admin-options.php:254
|
435 |
+
msgid ""
|
436 |
+
"Disabling this setting for a post type also disables existing access "
|
437 |
+
"restrictions on individual posts of that type."
|
438 |
+
msgstr ""
|
439 |
+
"Menonaktifkan pengaturan ini untuk jenis posting juga menonaktifkan "
|
440 |
+
"pembatasan akses yang ada pada setiap posting dari jenis itu."
|
441 |
+
|
442 |
+
#: lib/admin/class-groups-admin-welcome.php:144
|
443 |
+
#: lib/admin/class-groups-admin-welcome.php:145
|
444 |
+
msgid "Dismiss"
|
445 |
+
msgstr "Memberhentikan"
|
446 |
+
|
447 |
+
#: lib/admin/groups-admin-capabilities.php:449
|
448 |
+
#: lib/admin/groups-admin-groups.php:460
|
449 |
+
msgid "Edit"
|
450 |
+
msgstr "Edit"
|
451 |
+
|
452 |
+
#: lib/admin/groups-admin-capabilities-edit.php:56
|
453 |
+
msgid "Edit a capability"
|
454 |
+
msgstr "Edit kemampuan"
|
455 |
+
|
456 |
+
#: lib/admin/groups-admin-groups-edit.php:68
|
457 |
+
msgid "Edit a group"
|
458 |
+
msgstr "Edit grup"
|
459 |
+
|
460 |
+
#: legacy/access/class-groups-access-meta-boxes-legacy.php:161
|
461 |
+
msgid ""
|
462 |
+
"Edit the post for which you want to restrict access and choose<sup>*</sup> "
|
463 |
+
"the <em>premium</em> capability."
|
464 |
+
msgstr ""
|
465 |
+
"Edit pos yang ingin Anda batasi akses dan pilih kemampuan <sup> * </sup> "
|
466 |
+
"<em> premium </em>."
|
467 |
+
|
468 |
+
#: lib/admin/groups-admin-options.php:303
|
469 |
+
msgid "Enable legacy access control based on capabilities."
|
470 |
+
msgstr "Aktifkan kontrol akses lawas berdasarkan kemampuan."
|
471 |
+
|
472 |
+
#: lib/admin/groups-admin-options.php:207
|
473 |
+
msgid "Enabling this on production sites is <strong>not</strong> recommended."
|
474 |
+
msgstr ""
|
475 |
+
"Disarankan untuk mengaktifkan ini di situs produksi <strong> tidak </strong>."
|
476 |
+
|
477 |
+
#: legacy/access/class-groups-access-meta-boxes-legacy.php:204
|
478 |
+
#: legacy/access/class-groups-access-meta-boxes-legacy.php:505
|
479 |
+
msgid "Enforce read access"
|
480 |
+
msgstr "Menegakkan akses baca"
|
481 |
+
|
482 |
+
#: lib/admin/groups-admin-options.php:178
|
483 |
+
msgid ""
|
484 |
+
"Enhanced functionality is available via official <a href=\"http://www."
|
485 |
+
"itthinx.com/shop/\">Extensions</a> for Groups."
|
486 |
+
msgstr ""
|
487 |
+
"Fungsi yang ditingkatkan tersedia melalui <a href=\"http://www.itthinx.com/"
|
488 |
+
"shop/\"> Ekstensi </a> resmi untuk Grup."
|
489 |
+
|
490 |
+
#: legacy/access/class-groups-access-meta-boxes-legacy.php:143
|
491 |
+
msgid ""
|
492 |
+
"Enter <em>Premium</em> in the quick-create field located in the Access "
|
493 |
+
"restrictions panel and save or update the post (or hit Enter)."
|
494 |
+
msgstr ""
|
495 |
+
"Masukkan <em> Premium </em> di bidang pembuatan cepat yang terletak di panel "
|
496 |
+
"Pembatasan akses dan simpan atau perbarui posting (atau tekan Enter)."
|
497 |
+
|
498 |
+
#: legacy/access/class-groups-access-meta-boxes-legacy.php:135
|
499 |
+
#: lib/access/class-groups-access-meta-boxes.php:135
|
500 |
+
msgid "Example:"
|
501 |
+
msgstr "Contoh:"
|
502 |
+
|
503 |
+
#: lib/admin/class-groups-admin-users.php:285
|
504 |
+
msgid "Filter"
|
505 |
+
msgstr "Filter"
|
506 |
+
|
507 |
+
#: lib/admin/groups-admin-capabilities.php:324
|
508 |
+
#: lib/admin/groups-admin-groups.php:315
|
509 |
+
msgid "Filters"
|
510 |
+
msgstr "Filter"
|
511 |
+
|
512 |
+
#: legacy/access/class-groups-access-meta-boxes-legacy.php:157
|
513 |
+
msgid ""
|
514 |
+
"Go to <strong>Groups > Capabilities</strong> and add the <em>premium</em> "
|
515 |
+
"capability."
|
516 |
+
msgstr ""
|
517 |
+
"Buka <strong> Grup> Kemampuan </strong> dan tambahkan kemampuan <em> premium "
|
518 |
+
"</em>."
|
519 |
+
|
520 |
+
#: legacy/access/class-groups-access-meta-boxes-legacy.php:156
|
521 |
+
msgid ""
|
522 |
+
"Go to <strong>Groups > Groups</strong> and add the <em>Premium</em> group."
|
523 |
+
msgstr ""
|
524 |
+
"Buka <strong> Grup> Grup </strong> dan tambahkan grup <em> Premium </em>."
|
525 |
+
|
526 |
+
#: legacy/access/class-groups-access-meta-boxes-legacy.php:158
|
527 |
+
msgid ""
|
528 |
+
"Go to <strong>Groups > Groups</strong> and assign the <em>premium</em> "
|
529 |
+
"capability to the <em>Premium</em> group."
|
530 |
+
msgstr ""
|
531 |
+
"Buka <strong> Grup> Grup </strong> dan berikan kemampuan <em> premium </em> "
|
532 |
+
"ke grup <em> Premium </em>."
|
533 |
+
|
534 |
+
#: legacy/access/class-groups-access-meta-boxes-legacy.php:159
|
535 |
+
msgid ""
|
536 |
+
"Go to <strong>Groups > Options</strong> and enable the <em>premium</em> "
|
537 |
+
"capability to restrict access."
|
538 |
+
msgstr ""
|
539 |
+
"Buka <strong> Grup> Opsi </strong> dan aktifkan kemampuan <em> premium </em> "
|
540 |
+
"untuk membatasi akses."
|
541 |
+
|
542 |
+
#: lib/core/class-groups-pagination.php:117
|
543 |
+
msgid "Go to the first page"
|
544 |
+
msgstr "Pergi ke halaman pertama"
|
545 |
+
|
546 |
+
#: lib/core/class-groups-pagination.php:151
|
547 |
+
msgid "Go to the last page"
|
548 |
+
msgstr "Pergi ke halaman terakhir"
|
549 |
+
|
550 |
+
#: lib/core/class-groups-pagination.php:144
|
551 |
+
msgid "Go to the next page"
|
552 |
+
msgstr "Pergi ke halaman berikutnya"
|
553 |
+
|
554 |
+
#: lib/core/class-groups-pagination.php:124
|
555 |
+
msgid "Go to the previous page"
|
556 |
+
msgstr "Pergi ke halaman sebelumnya"
|
557 |
+
|
558 |
+
#: lib/admin/groups-admin-groups.php:304
|
559 |
+
msgid "Group"
|
560 |
+
msgstr "Kelompok"
|
561 |
+
|
562 |
+
#: lib/admin/class-groups-admin-users.php:212
|
563 |
+
msgid "Group Actions"
|
564 |
+
msgstr "Tindakan Kelompok"
|
565 |
+
|
566 |
+
#: lib/admin/groups-admin-groups.php:316
|
567 |
+
msgid "Group ID"
|
568 |
+
msgstr "ID grup"
|
569 |
+
|
570 |
+
#: lib/admin/groups-admin-groups.php:319
|
571 |
+
msgid "Group Name"
|
572 |
+
msgstr "Nama grup"
|
573 |
+
|
574 |
+
#: lib/admin/groups-admin-groups-remove.php:59
|
575 |
+
#, php-format
|
576 |
+
msgid "Group Name : %s"
|
577 |
+
msgstr "Nama Grup: %s"
|
578 |
+
|
579 |
+
#: lib/access/class-groups-access-meta-boxes.php:476
|
580 |
+
msgctxt "Attachment field label"
|
581 |
+
msgid "Groups"
|
582 |
+
msgstr "Grup"
|
583 |
+
|
584 |
+
#: lib/admin/class-groups-admin-posts.php:214
|
585 |
+
msgctxt "Bulk edit field label"
|
586 |
+
msgid "Groups"
|
587 |
+
msgstr "Grup"
|
588 |
+
|
589 |
+
#: lib/admin/class-groups-admin-post-columns.php:96
|
590 |
+
msgctxt "Column header"
|
591 |
+
msgid "Groups"
|
592 |
+
msgstr "Grup"
|
593 |
+
|
594 |
+
#: lib/admin/class-groups-admin-users.php:357
|
595 |
+
msgctxt "Column header (Users)"
|
596 |
+
msgid "Groups"
|
597 |
+
msgstr "Grup"
|
598 |
+
|
599 |
+
#: lib/admin/class-groups-admin-user-profile.php:72
|
600 |
+
msgctxt "Groups section heading (add user)"
|
601 |
+
msgid "Groups"
|
602 |
+
msgstr "Grup"
|
603 |
+
|
604 |
+
#: lib/admin/class-groups-admin-user-profile.php:159
|
605 |
+
msgctxt "Groups section heading (edit user)"
|
606 |
+
msgid "Groups"
|
607 |
+
msgstr "Grup"
|
608 |
+
|
609 |
+
#: lib/admin/class-groups-admin-user-profile.php:135
|
610 |
+
msgctxt "Groups section heading (user profile)"
|
611 |
+
msgid "Groups"
|
612 |
+
msgstr "Grup"
|
613 |
+
|
614 |
+
#: lib/access/class-groups-access-meta-boxes.php:120
|
615 |
+
msgctxt "Help heading"
|
616 |
+
msgid "Groups"
|
617 |
+
msgstr "Grup"
|
618 |
+
|
619 |
+
#: lib/access/class-groups-access-meta-boxes.php:117
|
620 |
+
msgctxt "Help tab title"
|
621 |
+
msgid "Groups"
|
622 |
+
msgstr "Grup"
|
623 |
+
|
624 |
+
#: lib/core/class-groups-help.php:68 lib/core/class-groups-help.php:69
|
625 |
+
msgctxt "Help tab title and heading"
|
626 |
+
msgid "Groups"
|
627 |
+
msgstr "Grup"
|
628 |
+
|
629 |
+
#: lib/core/class-groups-help.php:63
|
630 |
+
msgctxt "Help title"
|
631 |
+
msgid "Groups"
|
632 |
+
msgstr "Grup"
|
633 |
+
|
634 |
+
#: lib/access/class-groups-access-meta-boxes.php:103
|
635 |
+
msgctxt "Meta box title"
|
636 |
+
msgid "Groups"
|
637 |
+
msgstr "Grup"
|
638 |
+
|
639 |
+
#: lib/admin/class-groups-admin.php:245
|
640 |
+
msgctxt "Network menu page title"
|
641 |
+
msgid "Groups"
|
642 |
+
msgstr "Grup"
|
643 |
+
|
644 |
+
#: lib/admin/class-groups-admin.php:278
|
645 |
+
msgctxt "Plugin action link"
|
646 |
+
msgid "Groups"
|
647 |
+
msgstr "Grup"
|
648 |
+
|
649 |
+
#: lib/admin/class-groups-admin.php:141
|
650 |
+
msgctxt "menu item title"
|
651 |
+
msgid "Groups"
|
652 |
+
msgstr "Grup"
|
653 |
+
|
654 |
+
#: lib/admin/class-groups-admin.php:159 lib/admin/groups-admin-groups.php:199
|
655 |
+
msgctxt "page-title"
|
656 |
+
msgid "Groups"
|
657 |
+
msgstr "Grup"
|
658 |
+
|
659 |
+
#: lib/admin/class-groups-admin-welcome.php:202
|
660 |
+
#, php-format
|
661 |
+
msgid ""
|
662 |
+
"Groups %s features a simpler model for access restrictions based on groups "
|
663 |
+
"instead of capabilities used in previous versions."
|
664 |
+
msgstr ""
|
665 |
+
"Groups %s menampilkan model yang lebih sederhana untuk pembatasan akses "
|
666 |
+
"berdasarkan pada kelompok alih-alih kemampuan yang digunakan dalam versi "
|
667 |
+
"sebelumnya."
|
668 |
+
|
669 |
+
#: lib/admin/class-groups-admin-posts.php:138
|
670 |
+
#: lib/admin/class-groups-admin-posts.php:139
|
671 |
+
msgid "Groups …"
|
672 |
+
msgstr "Grup & hellip;"
|
673 |
+
|
674 |
+
#: lib/admin/class-groups-admin.php:221
|
675 |
+
msgid "Groups Add-Ons"
|
676 |
+
msgstr "Pengaya Grup"
|
677 |
+
|
678 |
+
#: lib/admin/class-groups-admin.php:195
|
679 |
+
msgid "Groups Capabilities"
|
680 |
+
msgstr "Kemampuan Grup"
|
681 |
+
|
682 |
+
#: lib/admin/groups-admin-options.php:120
|
683 |
+
msgid "Groups Options"
|
684 |
+
msgstr "Opsi Grup"
|
685 |
+
|
686 |
+
#: lib/admin/class-groups-admin.php:310
|
687 |
+
msgid "Groups is configured to delete its plugin data on deactivation."
|
688 |
+
msgstr "Grup dikonfigurasikan untuk menghapus data pengaya pada penonaktifan."
|
689 |
+
|
690 |
+
#: lib/admin/groups-admin-options.php:334
|
691 |
+
msgid "Groups network options"
|
692 |
+
msgstr "Opsi jaringan grup"
|
693 |
+
|
694 |
+
#: lib/admin/class-groups-admin.php:208
|
695 |
+
msgid "Groups options"
|
696 |
+
msgstr "Opsi grup"
|
697 |
+
|
698 |
+
#: lib/core/class-groups-help.php:92
|
699 |
+
msgid ""
|
700 |
+
"Here you can <strong>add</strong>, <strong>edit</strong> and <strong>remove</"
|
701 |
+
"strong> groups."
|
702 |
+
msgstr ""
|
703 |
+
"Di sini Anda dapat <strong> menambahkan </strong>, <strong> mengedit </"
|
704 |
+
"strong> dan <strong> menghapus </strong> grup."
|
705 |
+
|
706 |
+
#: lib/admin/class-groups-admin-notice.php:138
|
707 |
+
msgid "I have already done that."
|
708 |
+
msgstr "Saya sudah melakukannya."
|
709 |
+
|
710 |
+
#: lib/admin/groups-admin-capabilities.php:313
|
711 |
+
#: lib/admin/groups-admin-groups.php:303
|
712 |
+
msgid "ID"
|
713 |
+
msgstr "ID"
|
714 |
+
|
715 |
+
#: lib/admin/class-groups-admin-welcome.php:221
|
716 |
+
msgid ""
|
717 |
+
"If you had any access restrictions in place based on capabilities, the "
|
718 |
+
"entries will now be unprotected, unless you enable legacy access "
|
719 |
+
"restrictions or place appropriate access restrictions based on groups on the "
|
720 |
+
"desired entries."
|
721 |
+
msgstr ""
|
722 |
+
"Jika Anda memiliki batasan akses yang didasarkan pada kemampuan, entri "
|
723 |
+
"tersebut sekarang tidak akan dilindungi, kecuali jika Anda mengaktifkan "
|
724 |
+
"pembatasan akses lawas atau menempatkan pembatasan akses yang sesuai "
|
725 |
+
"berdasarkan grup pada entri yang diinginkan."
|
726 |
+
|
727 |
+
#: lib/admin/groups-admin-options.php:282
|
728 |
+
msgid "If you lock yourself out, please ask an administrator to help."
|
729 |
+
msgstr "Jika Anda mengunci diri, silakan minta administrator untuk membantu."
|
730 |
+
|
731 |
+
#: lib/admin/class-groups-admin-welcome.php:225
|
732 |
+
msgid ""
|
733 |
+
"If you would like to switch to access restrictions based on groups "
|
734 |
+
"(recommended) instead of capabilities, you can easily do so by setting the "
|
735 |
+
"appropriate groups on your protected posts, pages and other entries to "
|
736 |
+
"restrict access."
|
737 |
+
msgstr ""
|
738 |
+
"Jika Anda ingin beralih ke pembatasan akses berdasarkan grup (disarankan) "
|
739 |
+
"alih-alih kemampuan, Anda dapat dengan mudah melakukannya dengan mengatur "
|
740 |
+
"grup yang sesuai pada posting, halaman, dan entri lain yang dilindungi untuk "
|
741 |
+
"membatasi akses."
|
742 |
+
|
743 |
+
#: lib/admin/class-groups-admin-welcome.php:155
|
744 |
+
msgid "Important"
|
745 |
+
msgstr "Penting"
|
746 |
+
|
747 |
+
#: lib/admin/class-groups-admin-welcome.php:180
|
748 |
+
msgid "Improved User Interface"
|
749 |
+
msgstr "Antarmuka Pengguna yang Ditingkatkan"
|
750 |
+
|
751 |
+
#: lib/access/class-groups-access-meta-boxes.php:145
|
752 |
+
msgid ""
|
753 |
+
"In the same field, you can create a new group and restrict access. Group "
|
754 |
+
"names are case-sensitive. In order to be able to use the new group, your "
|
755 |
+
"user account will be assigned to it."
|
756 |
+
msgstr ""
|
757 |
+
"Di bidang yang sama, Anda dapat membuat grup baru dan membatasi akses. Nama "
|
758 |
+
"grup peka huruf besar-kecil. Agar dapat menggunakan grup baru, akun pengguna "
|
759 |
+
"Anda akan ditugaskan untuk itu."
|
760 |
+
|
761 |
+
#: legacy/admin/groups-admin-options-legacy.php:62
|
762 |
+
msgid ""
|
763 |
+
"Include these capabilities to enforce read access on posts. The selected "
|
764 |
+
"capabilities will be offered to restrict access to posts."
|
765 |
+
msgstr ""
|
766 |
+
"Sertakan kemampuan ini untuk menegakkan akses baca pada posting. Kemampuan "
|
767 |
+
"yang dipilih akan ditawarkan untuk membatasi akses ke posting."
|
768 |
+
|
769 |
+
#: lib/admin/groups-admin-groups-edit.php:146
|
770 |
+
msgid "Inherited capabilities:"
|
771 |
+
msgstr "Kemampuan yang diwariskan:"
|
772 |
+
|
773 |
+
#: lib/access/class-groups-post-access.php:154
|
774 |
+
msgid "Invalid post ID."
|
775 |
+
msgstr "ID kiriman tidak valid."
|
776 |
+
|
777 |
+
#: lib/admin/class-groups-admin-welcome.php:158
|
778 |
+
msgid ""
|
779 |
+
"It seems that you have updated from Groups 1.x where access restrictions "
|
780 |
+
"were based on capabilities."
|
781 |
+
msgstr ""
|
782 |
+
"Tampaknya Anda telah memperbarui dari Grup 1.x di mana pembatasan akses "
|
783 |
+
"didasarkan pada kemampuan."
|
784 |
+
|
785 |
+
#: lib/views/class-groups-shortcodes.php:469
|
786 |
+
#, php-format
|
787 |
+
msgid "Join the %s group"
|
788 |
+
msgstr "Bergabunglah dengan grup %s"
|
789 |
+
|
790 |
+
#: lib/views/class-groups-shortcodes.php:553
|
791 |
+
#, php-format
|
792 |
+
msgid "Leave the %s group"
|
793 |
+
msgstr "Tinggalkan grup %s"
|
794 |
+
|
795 |
+
#: lib/admin/groups-admin-options.php:299
|
796 |
+
msgid "Legacy Settings"
|
797 |
+
msgstr "Pengaturan Warisan"
|
798 |
+
|
799 |
+
#: legacy/access/class-groups-access-meta-boxes-legacy.php:137
|
800 |
+
#: lib/access/class-groups-access-meta-boxes.php:137
|
801 |
+
msgid ""
|
802 |
+
"Let's assume that you want to limit the visibility of a post to members of "
|
803 |
+
"the <em>Premium</em> group."
|
804 |
+
msgstr ""
|
805 |
+
"Mari kita asumsikan bahwa Anda ingin membatasi visibilitas posting ke "
|
806 |
+
"anggota grup <em> Premium </em>."
|
807 |
+
|
808 |
+
#: lib/views/class-groups-shortcodes.php:121
|
809 |
+
msgid "Log out"
|
810 |
+
msgstr "Keluar"
|
811 |
+
|
812 |
+
#: lib/admin/class-groups-admin-notice.php:131
|
813 |
+
msgid "Many thanks for using <strong>Groups</strong>!"
|
814 |
+
msgstr "Banyak terima kasih telah menggunakan <strong> Grup </strong>!"
|
815 |
+
|
816 |
+
#: legacy/access/class-groups-access-meta-boxes-legacy.php:503
|
817 |
+
#: lib/access/class-groups-access-meta-boxes.php:416
|
818 |
+
msgid "Media"
|
819 |
+
msgstr "Media"
|
820 |
+
|
821 |
+
#: legacy/access/class-groups-access-meta-boxes-legacy.php:231
|
822 |
+
#: legacy/access/class-groups-access-meta-boxes-legacy.php:558
|
823 |
+
#, php-format
|
824 |
+
msgid "Members of the %1$s group can access this %2$s through this capability."
|
825 |
+
msgid_plural ""
|
826 |
+
"Members of the %1$s groups can access this %2$s through this capability."
|
827 |
+
msgstr[0] "Anggota grup %1$s dapat mengakses %2$s ini melalui kemampuan ini."
|
828 |
+
|
829 |
+
#: lib/admin/groups-admin-groups-add.php:69
|
830 |
+
#: lib/admin/groups-admin-groups-edit.php:79
|
831 |
+
msgid "Name"
|
832 |
+
msgstr "Nama"
|
833 |
+
|
834 |
+
#: lib/admin/groups-admin-options.php:356
|
835 |
+
msgid "Network deactivation and data persistence"
|
836 |
+
msgstr "Deaktivasi jaringan dan kegigihan data"
|
837 |
+
|
838 |
+
#: lib/admin/groups-admin-capabilities.php:206
|
839 |
+
msgid "New Capability"
|
840 |
+
msgstr "Kemampuan Baru"
|
841 |
+
|
842 |
+
#: lib/admin/class-groups-admin-welcome.php:191
|
843 |
+
msgid "New Documentation"
|
844 |
+
msgstr "Dokumentasi Baru"
|
845 |
+
|
846 |
+
#: lib/admin/groups-admin-groups.php:212
|
847 |
+
msgid "New Group"
|
848 |
+
msgstr "Grup baru"
|
849 |
+
|
850 |
+
#: legacy/access/class-groups-access-meta-boxes-legacy.php:240
|
851 |
+
#: legacy/access/class-groups-access-meta-boxes-legacy.php:567
|
852 |
+
msgid ""
|
853 |
+
"No groups grant access through this capability. To grant access to group "
|
854 |
+
"members using this capability, you should assign it to a group and enable "
|
855 |
+
"the capability for access restriction."
|
856 |
+
msgstr ""
|
857 |
+
"Tidak ada grup yang memberikan akses melalui kemampuan ini. Untuk memberikan "
|
858 |
+
"akses kepada anggota grup menggunakan kemampuan ini, Anda harus "
|
859 |
+
"menugaskannya ke grup dan mengaktifkan kemampuan untuk pembatasan akses."
|
860 |
+
|
861 |
+
#: lib/admin/groups-admin-capabilities.php:123
|
862 |
+
msgid "No new capabilities have been found."
|
863 |
+
msgstr "Tidak ada kemampuan baru yang ditemukan."
|
864 |
+
|
865 |
+
#: lib/admin/groups-admin-capabilities-remove.php:116
|
866 |
+
msgid "No such capabilities."
|
867 |
+
msgstr "Tidak ada kemampuan seperti itu."
|
868 |
+
|
869 |
+
#: lib/admin/groups-admin-capabilities-edit.php:41
|
870 |
+
#: lib/admin/groups-admin-capabilities-remove.php:41
|
871 |
+
msgid "No such capability."
|
872 |
+
msgstr "Tidak ada kemampuan seperti itu."
|
873 |
+
|
874 |
+
#: lib/admin/groups-admin-groups-edit.php:43
|
875 |
+
#: lib/admin/groups-admin-groups-remove.php:41
|
876 |
+
msgid "No such group."
|
877 |
+
msgstr "Tidak ada grup seperti itu."
|
878 |
+
|
879 |
+
#: lib/admin/groups-admin-groups-remove.php:116
|
880 |
+
msgid "No such groups."
|
881 |
+
msgstr "Tidak ada grup seperti itu."
|
882 |
+
|
883 |
+
#: legacy/access/class-groups-access-meta-boxes-legacy.php:132
|
884 |
+
msgid ""
|
885 |
+
"Note that you must be a member of a group that has such a capability "
|
886 |
+
"assigned."
|
887 |
+
msgstr ""
|
888 |
+
"Perhatikan bahwa Anda harus menjadi anggota grup yang memiliki kemampuan "
|
889 |
+
"seperti itu."
|
890 |
+
|
891 |
+
#: lib/access/class-groups-access-meta-boxes.php:129
|
892 |
+
msgid "Note that you must be a member of a group to use it to restrict access."
|
893 |
+
msgstr ""
|
894 |
+
"Perhatikan bahwa Anda harus menjadi anggota grup untuk menggunakannya untuk "
|
895 |
+
"membatasi akses."
|
896 |
+
|
897 |
+
#: lib/admin/class-groups-admin-welcome.php:183
|
898 |
+
msgid ""
|
899 |
+
"Now you can assign new users directly to groups when you create a new user "
|
900 |
+
"account from the Dashboard."
|
901 |
+
msgstr ""
|
902 |
+
"Sekarang Anda dapat menetapkan pengguna baru secara langsung ke grup saat "
|
903 |
+
"Anda membuat akun pengguna baru dari Dasbor."
|
904 |
+
|
905 |
+
#: lib/admin/class-groups-admin-welcome.php:174
|
906 |
+
msgid ""
|
907 |
+
"Now you can protect your posts, pages and any other custom post type like "
|
908 |
+
"products or events by simply assigning them to one or more groups."
|
909 |
+
msgstr ""
|
910 |
+
"Sekarang Anda dapat melindungi posting, halaman, dan jenis posting kustom "
|
911 |
+
"lainnya seperti produk atau acara hanya dengan menetapkannya ke satu atau "
|
912 |
+
"beberapa grup."
|
913 |
+
|
914 |
+
#: lib/admin/class-groups-admin-welcome.php:227
|
915 |
+
msgid ""
|
916 |
+
"Once you have adjusted your access restrictions based on groups, you can "
|
917 |
+
"disable legacy access control."
|
918 |
+
msgstr ""
|
919 |
+
"Setelah menyesuaikan batasan akses berdasarkan grup, Anda dapat "
|
920 |
+
"menonaktifkan kontrol akses lawas."
|
921 |
+
|
922 |
+
#: lib/admin/groups-admin-capabilities.php:121
|
923 |
+
#, php-format
|
924 |
+
msgid "One capability has been added."
|
925 |
+
msgid_plural "%d capabilities have been added."
|
926 |
+
msgstr[0] "%d kemampuan telah ditambahkan."
|
927 |
+
|
928 |
+
#: legacy/admin/class-groups-admin-post-columns-legacy.php:77
|
929 |
+
msgid "One or more capabilities required to read the entry."
|
930 |
+
msgstr "Diperlukan satu atau lebih kemampuan untuk membaca entri."
|
931 |
+
|
932 |
+
#: lib/admin/class-groups-admin-post-columns.php:95
|
933 |
+
msgid "One or more groups granting access to entries."
|
934 |
+
msgstr "Satu atau lebih grup yang memberikan akses ke entri."
|
935 |
+
|
936 |
+
#: legacy/access/class-groups-access-meta-boxes-legacy.php:270
|
937 |
+
#: legacy/access/class-groups-access-meta-boxes-legacy.php:588
|
938 |
+
#, php-format
|
939 |
+
msgid ""
|
940 |
+
"Only groups or users that have one of the selected capabilities are allowed "
|
941 |
+
"to read this %s."
|
942 |
+
msgstr ""
|
943 |
+
"Hanya grup atau pengguna yang memiliki salah satu kemampuan terpilih yang "
|
944 |
+
"diizinkan membaca %s ."
|
945 |
+
|
946 |
+
#: lib/admin/class-groups-admin.php:209
|
947 |
+
msgid "Options"
|
948 |
+
msgstr "Pilihan"
|
949 |
+
|
950 |
+
#: lib/core/class-groups-help.php:70
|
951 |
+
msgctxt "Help tab title and heading"
|
952 |
+
msgid "Options"
|
953 |
+
msgstr "Pilihan"
|
954 |
+
|
955 |
+
#: lib/admin/class-groups-admin.php:270
|
956 |
+
msgctxt "Plugin action link"
|
957 |
+
msgid "Options"
|
958 |
+
msgstr "Pilihan"
|
959 |
+
|
960 |
+
#: lib/admin/groups-admin-options.php:112
|
961 |
+
msgid "Options saved."
|
962 |
+
msgstr "Opsi disimpan."
|
963 |
+
|
964 |
+
#: lib/admin/groups-admin-groups-add.php:76
|
965 |
+
#: lib/admin/groups-admin-groups-edit.php:86
|
966 |
+
msgid "Parent"
|
967 |
+
msgstr "Induk"
|
968 |
+
|
969 |
+
#: lib/admin/class-groups-admin-welcome.php:237
|
970 |
+
msgid "Perfect complements to memberships and access control with Groups."
|
971 |
+
msgstr "Pelengkap sempurna untuk keanggotaan dan kontrol akses dengan Grup."
|
972 |
+
|
973 |
+
#: lib/admin/groups-admin-options.php:276
|
974 |
+
msgid "Permissions"
|
975 |
+
msgstr "Izin"
|
976 |
+
|
977 |
+
#: lib/admin/groups-admin-groups-remove.php:142
|
978 |
+
msgid ""
|
979 |
+
"Please confirm removal of the following groups. This action cannot be undone."
|
980 |
+
msgstr ""
|
981 |
+
"Harap konfirmasikan penghapusan grup berikut. Tindakan ini tidak bisa "
|
982 |
+
"dibatalkan."
|
983 |
+
|
984 |
+
#: lib/admin/groups-admin-capabilities-remove.php:139
|
985 |
+
msgid ""
|
986 |
+
"Please confirm to remove the following capabilities. This action cannot be "
|
987 |
+
"undone."
|
988 |
+
msgstr ""
|
989 |
+
"Harap konfirmasi untuk menghapus kemampuan berikut. Tindakan ini tidak bisa "
|
990 |
+
"dibatalkan."
|
991 |
+
|
992 |
+
#: lib/core/class-groups-help.php:144
|
993 |
+
#, php-format
|
994 |
+
msgid ""
|
995 |
+
"Please give it a <a href=\"%s\">★★★★★</a> "
|
996 |
+
"rating."
|
997 |
+
msgstr ""
|
998 |
+
"Tolong beri nilai <a href=\" %s \"> & # 9733; & # 9733; & # 9733; & # 9733; "
|
999 |
+
"& # 9733; & # 9733; </a>."
|
1000 |
+
|
1001 |
+
#: lib/admin/class-groups-admin-welcome.php:160
|
1002 |
+
#, php-format
|
1003 |
+
msgid ""
|
1004 |
+
"Please make sure to read the notes on <strong>Switching to Groups %s</"
|
1005 |
+
"strong> below."
|
1006 |
+
msgstr ""
|
1007 |
+
"Pastikan untuk membaca catatan di <strong> Beralih ke Grup %s </strong> di "
|
1008 |
+
"bawah ini."
|
1009 |
+
|
1010 |
+
#: lib/admin/class-groups-admin-welcome.php:229
|
1011 |
+
msgid ""
|
1012 |
+
"Please refer to the <a target=\"_blank\" href=\"http://docs.itthinx.com/"
|
1013 |
+
"document/groups/\">Documentation</a> for details on how to switch to and use "
|
1014 |
+
"the new access restrictions."
|
1015 |
+
msgstr ""
|
1016 |
+
"Silakan merujuk ke <a target=\"_blank\" href=\"http://docs.itthinx.com/"
|
1017 |
+
"document/groups/\"> Dokumentasi </a> untuk detail tentang cara beralih ke "
|
1018 |
+
"dan menggunakan yang baru pembatasan akses."
|
1019 |
+
|
1020 |
+
#: lib/access/class-groups-access-meta-boxes.php:472
|
1021 |
+
#, php-format
|
1022 |
+
msgid ""
|
1023 |
+
"Please use <a href=\"%s\" target=\"_blank\">Groups File Access</a> for files "
|
1024 |
+
"that require complete protection."
|
1025 |
+
msgstr ""
|
1026 |
+
"Harap gunakan <a href=\" %s \" target=\"_blank\"> Akses File Grup </a> untuk "
|
1027 |
+
"file yang membutuhkan perlindungan lengkap."
|
1028 |
+
|
1029 |
+
#: legacy/access/class-groups-access-meta-boxes-legacy.php:189
|
1030 |
+
#: lib/access/class-groups-access-meta-boxes.php:171
|
1031 |
+
msgid "Post"
|
1032 |
+
msgstr "Pos"
|
1033 |
+
|
1034 |
+
#: lib/admin/groups-admin-options.php:216
|
1035 |
+
msgid "Post types"
|
1036 |
+
msgstr "Jenis posting"
|
1037 |
+
|
1038 |
+
#: lib/admin/class-groups-admin-welcome.php:176
|
1039 |
+
msgid ""
|
1040 |
+
"Previously we used capabilities to do that, but changing to this new model "
|
1041 |
+
"makes things even easier."
|
1042 |
+
msgstr ""
|
1043 |
+
"Sebelumnya kami menggunakan kemampuan untuk melakukan itu, tetapi mengubah "
|
1044 |
+
"model baru ini membuat segalanya menjadi lebih mudah."
|
1045 |
+
|
1046 |
+
#: lib/admin/class-groups-admin-welcome.php:169
|
1047 |
+
msgid "Protect Content Easily"
|
1048 |
+
msgstr "Lindungi Konten dengan Mudah"
|
1049 |
+
|
1050 |
+
#: legacy/access/class-groups-access-meta-boxes-legacy.php:308
|
1051 |
+
msgid "Quick-create group & capability"
|
1052 |
+
msgstr "Buat grup cepat & amp; kemampuan"
|
1053 |
+
|
1054 |
+
#: lib/access/class-groups-access-meta-boxes.php:208
|
1055 |
+
#: lib/access/class-groups-access-meta-boxes.php:418
|
1056 |
+
msgid "Read"
|
1057 |
+
msgstr "Baca baca"
|
1058 |
+
|
1059 |
+
#: legacy/access/class-groups-post-access-legacy.php:52
|
1060 |
+
msgid "Read Post"
|
1061 |
+
msgstr "Baca Posting"
|
1062 |
+
|
1063 |
+
#: lib/admin/groups-admin-add-ons.php:49
|
1064 |
+
msgid "Recommended extensions for Groups"
|
1065 |
+
msgstr "Ekstensi yang disarankan untuk Grup"
|
1066 |
+
|
1067 |
+
#: lib/admin/groups-admin-add-ons.php:157
|
1068 |
+
msgid "Recommended plugins by itthinx"
|
1069 |
+
msgstr "Plugin yang disarankan oleh itthinx"
|
1070 |
+
|
1071 |
+
#: lib/admin/groups-admin-capabilities.php:217
|
1072 |
+
#: lib/admin/groups-admin-capabilities.php:222
|
1073 |
+
msgid "Refresh"
|
1074 |
+
msgstr "Menyegarkan"
|
1075 |
+
|
1076 |
+
#: lib/auto/class-groups-registered.php:68
|
1077 |
+
msgid "Registered"
|
1078 |
+
msgstr "Terdaftar"
|
1079 |
+
|
1080 |
+
#: lib/admin/class-groups-admin-notice.php:151
|
1081 |
+
msgid "Remind me later"
|
1082 |
+
msgstr "Ingatkan aku nanti"
|
1083 |
+
|
1084 |
+
#: lib/admin/groups-admin-capabilities-remove.php:62
|
1085 |
+
#: lib/admin/groups-admin-capabilities-remove.php:149
|
1086 |
+
#: lib/admin/groups-admin-capabilities.php:372
|
1087 |
+
#: lib/admin/groups-admin-capabilities.php:458
|
1088 |
+
#: lib/admin/groups-admin-groups-remove.php:62
|
1089 |
+
#: lib/admin/groups-admin-groups-remove.php:153
|
1090 |
+
#: lib/admin/groups-admin-groups.php:469
|
1091 |
+
msgid "Remove"
|
1092 |
+
msgstr "Menghapus"
|
1093 |
+
|
1094 |
+
#: lib/admin/groups-admin-capabilities-remove.php:53
|
1095 |
+
msgid "Remove a capability"
|
1096 |
+
msgstr "Hapus kemampuan"
|
1097 |
+
|
1098 |
+
#: lib/admin/groups-admin-groups-remove.php:53
|
1099 |
+
msgid "Remove a group"
|
1100 |
+
msgstr "Hapus grup"
|
1101 |
+
|
1102 |
+
#: lib/admin/groups-admin-capabilities-remove.php:133
|
1103 |
+
msgid "Remove capabilities"
|
1104 |
+
msgstr "Hapus kemampuan"
|
1105 |
+
|
1106 |
+
#: lib/admin/groups-admin-groups.php:383
|
1107 |
+
msgid "Remove capability"
|
1108 |
+
msgstr "Hapus kemampuan"
|
1109 |
+
|
1110 |
+
#: lib/admin/class-groups-admin-users.php:214
|
1111 |
+
msgid "Remove from group"
|
1112 |
+
msgstr "Hapus dari grup"
|
1113 |
+
|
1114 |
+
#: lib/admin/groups-admin-groups.php:381
|
1115 |
+
msgid "Remove group"
|
1116 |
+
msgstr "Hapus grup"
|
1117 |
+
|
1118 |
+
#: lib/admin/groups-admin-groups-remove.php:135
|
1119 |
+
msgid "Remove groups"
|
1120 |
+
msgstr "Hapus grup"
|
1121 |
+
|
1122 |
+
#: legacy/admin/class-groups-admin-posts-legacy.php:186
|
1123 |
+
#: lib/admin/class-groups-admin-posts.php:219
|
1124 |
+
msgid "Remove restriction"
|
1125 |
+
msgstr "Hapus batasan"
|
1126 |
+
|
1127 |
+
#: lib/admin/groups-admin-options.php:53
|
1128 |
+
msgid "Restrict Access"
|
1129 |
+
msgstr "Batasi Akses"
|
1130 |
+
|
1131 |
+
#: lib/access/class-groups-access-meta-boxes.php:234
|
1132 |
+
#, php-format
|
1133 |
+
msgid "Restricts the visibility of this %s to members of the chosen groups."
|
1134 |
+
msgstr "Membatasi visibilitas %s kepada anggota grup yang dipilih."
|
1135 |
+
|
1136 |
+
#: lib/access/class-groups-access-meta-boxes.php:466
|
1137 |
+
msgid "Restricts the visibility of this entry to members of the chosen groups."
|
1138 |
+
msgstr "Membatasi visibilitas entri ini kepada anggota grup yang dipilih."
|
1139 |
+
|
1140 |
+
#: lib/admin/groups-admin-capabilities.php:357
|
1141 |
+
#: lib/admin/groups-admin-groups.php:346
|
1142 |
+
msgid "Results per page"
|
1143 |
+
msgstr "Hasil per halaman"
|
1144 |
+
|
1145 |
+
#: lib/admin/groups-admin-options.php:133
|
1146 |
+
msgid "Role"
|
1147 |
+
msgstr "Peran"
|
1148 |
+
|
1149 |
+
#: lib/admin/groups-admin-capabilities-edit.php:77
|
1150 |
+
#: lib/admin/groups-admin-groups-edit.php:163
|
1151 |
+
#: lib/admin/groups-admin-options.php:191
|
1152 |
+
#: lib/admin/groups-admin-options.php:314
|
1153 |
+
#: lib/admin/groups-admin-options.php:369
|
1154 |
+
msgid "Save"
|
1155 |
+
msgstr "Menyimpan"
|
1156 |
+
|
1157 |
+
#: lib/admin/groups-admin-options.php:220
|
1158 |
+
msgid "Show access restrictions for these post types."
|
1159 |
+
msgstr "Tampilkan batasan akses untuk jenis posting ini."
|
1160 |
+
|
1161 |
+
#: legacy/access/class-groups-access-meta-boxes-legacy.php:277
|
1162 |
+
msgid "Show groups"
|
1163 |
+
msgstr "Perlihatkan grup"
|
1164 |
+
|
1165 |
+
#: lib/admin/groups-admin-options.php:262
|
1166 |
+
msgid "Show groups in user profiles."
|
1167 |
+
msgstr "Tampilkan grup di profil pengguna."
|
1168 |
+
|
1169 |
+
#: lib/admin/groups-admin-options.php:271
|
1170 |
+
msgid "Show the Groups tree view."
|
1171 |
+
msgstr "Tampilkan tampilan hierarki Grup."
|
1172 |
+
|
1173 |
+
#: lib/admin/class-groups-admin-welcome.php:199
|
1174 |
+
#, php-format
|
1175 |
+
msgid "Switching to Groups %s"
|
1176 |
+
msgstr "Beralih ke Grup %s"
|
1177 |
+
|
1178 |
+
#: lib/admin/class-groups-admin-posts.php:177
|
1179 |
+
msgid "Terms"
|
1180 |
+
msgstr "Ketentuan"
|
1181 |
+
|
1182 |
+
#: lib/core/class-groups-help.php:141
|
1183 |
+
msgid ""
|
1184 |
+
"Thank you for using <a href=\"http://www.itthinx.com/plugins/groups\" target="
|
1185 |
+
"\"_blank\">Groups</a> by <a href=\"http://www.itthinx.com\" target=\"_blank"
|
1186 |
+
"\">itthinx</a>."
|
1187 |
+
msgstr ""
|
1188 |
+
"Terima kasih telah menggunakan <a href=\"http://www.itthinx.com/plugins/"
|
1189 |
+
"groups\" target=\"_blank\"> Grup </a> oleh <a href = \\ \"http: // www ."
|
1190 |
+
"itthinx.com \\ \"target = \" _ blank \\ \"> itthinx </a>."
|
1191 |
+
|
1192 |
+
#: lib/admin/class-groups-admin-welcome.php:149
|
1193 |
+
msgid ""
|
1194 |
+
"Thanks for using Groups! We have made it even easier to protect your content "
|
1195 |
+
"and hope you like it :)"
|
1196 |
+
msgstr ""
|
1197 |
+
"Terima kasih telah menggunakan Grup! Kami telah membuatnya lebih mudah untuk "
|
1198 |
+
"melindungi konten Anda dan berharap Anda menyukainya :)"
|
1199 |
+
|
1200 |
+
#: lib/admin/groups-admin-capabilities-edit.php:116
|
1201 |
+
#, php-format
|
1202 |
+
msgid ""
|
1203 |
+
"The <em>%s</em> capability already exists and cannot be assigned to this one."
|
1204 |
+
msgstr ""
|
1205 |
+
"Kemampuan <em> %s </em> sudah ada dan tidak dapat ditetapkan untuk yang ini."
|
1206 |
+
|
1207 |
+
#: lib/admin/groups-admin-capabilities-add.php:104
|
1208 |
+
#, php-format
|
1209 |
+
msgid "The <em>%s</em> capability already exists."
|
1210 |
+
msgstr "Kemampuan <em> %s </em> sudah ada."
|
1211 |
+
|
1212 |
+
#: lib/admin/groups-admin-capabilities-edit.php:126
|
1213 |
+
#, php-format
|
1214 |
+
msgid "The <em>%s</em> capability could not be updated."
|
1215 |
+
msgstr "Kemampuan <em> %s </em> tidak dapat diperbarui."
|
1216 |
+
|
1217 |
+
#: lib/admin/groups-admin-capabilities.php:62
|
1218 |
+
#, php-format
|
1219 |
+
msgid "The <em>%s</em> capability has been created."
|
1220 |
+
msgstr "Kemampuan <em> %s </em> telah dibuat."
|
1221 |
+
|
1222 |
+
#: lib/admin/groups-admin-capabilities.php:70
|
1223 |
+
#, php-format
|
1224 |
+
msgid "The <em>%s</em> capability has been updated."
|
1225 |
+
msgstr "Kemampuan <em> %s </em> telah diperbarui."
|
1226 |
+
|
1227 |
+
#: lib/admin/groups-admin-groups-edit.php:209
|
1228 |
+
#, php-format
|
1229 |
+
msgid ""
|
1230 |
+
"The <em>%s</em> group already exists and cannot be used to name this one."
|
1231 |
+
msgstr ""
|
1232 |
+
"Grup <em> %s </em> sudah ada dan tidak dapat digunakan untuk memberi nama "
|
1233 |
+
"grup ini."
|
1234 |
+
|
1235 |
+
#: lib/admin/groups-admin-groups-add.php:165
|
1236 |
+
#, php-format
|
1237 |
+
msgid "The <em>%s</em> group already exists."
|
1238 |
+
msgstr "Grup <em> %s </em> sudah ada."
|
1239 |
+
|
1240 |
+
#: lib/admin/groups-admin-groups.php:63
|
1241 |
+
#, php-format
|
1242 |
+
msgid "The <em>%s</em> group has been created."
|
1243 |
+
msgstr "Grup <em> %s </em> telah dibuat."
|
1244 |
+
|
1245 |
+
#: lib/admin/groups-admin-groups.php:71
|
1246 |
+
#, php-format
|
1247 |
+
msgid "The <em>%s</em> group has been updated."
|
1248 |
+
msgstr "Grup <em> %s </em> telah diperbarui."
|
1249 |
+
|
1250 |
+
#: lib/admin/groups-admin-capabilities-add.php:102
|
1251 |
+
#: lib/admin/groups-admin-capabilities-edit.php:130
|
1252 |
+
msgid "The <em>Capability</em> must not be empty."
|
1253 |
+
msgstr "<em> Kemampuan </em> tidak boleh kosong."
|
1254 |
+
|
1255 |
+
#: lib/admin/groups-admin-groups-edit.php:201
|
1256 |
+
msgid "The <em>Name</em> must not be empty."
|
1257 |
+
msgstr "<em> Nama </em> tidak boleh kosong."
|
1258 |
+
|
1259 |
+
#: lib/access/class-groups-access-meta-boxes.php:470
|
1260 |
+
msgid ""
|
1261 |
+
"The attachment page is restricted to authorized users, but due to technical "
|
1262 |
+
"limitations, the file can still be accessed directly via its URL."
|
1263 |
+
msgstr ""
|
1264 |
+
"Halaman lampiran dibatasi untuk pengguna yang berwenang, tetapi karena "
|
1265 |
+
"keterbatasan teknis, file masih dapat diakses langsung melalui URL-nya."
|
1266 |
+
|
1267 |
+
#: lib/admin/groups-admin-capabilities.php:75
|
1268 |
+
msgid "The capability has been deleted."
|
1269 |
+
msgstr "Kemampuan telah dihapus."
|
1270 |
+
|
1271 |
+
#: lib/admin/groups-admin-groups-edit.php:130
|
1272 |
+
msgid "The chosen capabilities are assigned to the group."
|
1273 |
+
msgstr "Kemampuan yang dipilih ditugaskan ke grup."
|
1274 |
+
|
1275 |
+
#: lib/core/class-groups-help.php:87
|
1276 |
+
msgid ""
|
1277 |
+
"The complete documentation is available on the <a href=\"http://docs.itthinx."
|
1278 |
+
"com/document/groups\">Documentation</a> pages for Groups."
|
1279 |
+
msgstr ""
|
1280 |
+
"Dokumentasi lengkap tersedia di halaman <a href=\"http://docs.itthinx.com/"
|
1281 |
+
"document/groups\"> Dokumentasi </a> untuk Grup."
|
1282 |
+
|
1283 |
+
#: lib/admin/class-groups-admin-welcome.php:210
|
1284 |
+
msgid "The following is only of interest if you have upgraded from Groups 1.x:"
|
1285 |
+
msgstr ""
|
1286 |
+
"Yang berikut ini hanya menarik jika Anda telah meningkatkan dari Grup 1.x:"
|
1287 |
+
|
1288 |
+
#: lib/admin/groups-admin-groups.php:76
|
1289 |
+
msgid "The group has been deleted."
|
1290 |
+
msgstr "Grup telah dihapus."
|
1291 |
+
|
1292 |
+
#: legacy/access/class-groups-access-meta-boxes-legacy.php:148
|
1293 |
+
msgid "The manual way:"
|
1294 |
+
msgstr "Cara manual:"
|
1295 |
+
|
1296 |
+
#: lib/admin/groups-admin-groups-add.php:163
|
1297 |
+
msgid "The name must not be empty."
|
1298 |
+
msgstr "Nama tidak boleh kosong."
|
1299 |
+
|
1300 |
+
#: legacy/access/class-groups-access-meta-boxes-legacy.php:139
|
1301 |
+
msgid "The quick way:"
|
1302 |
+
msgstr "Cara cepat:"
|
1303 |
+
|
1304 |
+
#: lib/admin/class-groups-admin-user-profile.php:88
|
1305 |
+
#: lib/admin/class-groups-admin-user-profile.php:178
|
1306 |
+
msgid "The user is a member of the chosen groups."
|
1307 |
+
msgstr "Pengguna adalah anggota grup yang dipilih."
|
1308 |
+
|
1309 |
+
#: lib/admin/groups-admin-capabilities.php:484
|
1310 |
+
#: lib/admin/groups-admin-groups.php:523
|
1311 |
+
msgid "There are no results."
|
1312 |
+
msgstr "Tidak ada hasil."
|
1313 |
+
|
1314 |
+
#: lib/admin/groups-admin-groups-add.php:109
|
1315 |
+
msgid "These capabilities will be assigned to the group."
|
1316 |
+
msgstr "Kemampuan ini akan ditugaskan ke grup."
|
1317 |
+
|
1318 |
+
#: lib/admin/groups-admin-options.php:277
|
1319 |
+
msgid ""
|
1320 |
+
"These permissions apply to Groups management. They do not apply to access "
|
1321 |
+
"permissions derived from Groups capabilities."
|
1322 |
+
msgstr ""
|
1323 |
+
"Izin ini berlaku untuk manajemen Grup. Mereka tidak berlaku untuk izin akses "
|
1324 |
+
"yang berasal dari kemampuan Grup."
|
1325 |
+
|
1326 |
+
#: lib/admin/class-groups-admin-welcome.php:219
|
1327 |
+
msgid "This could be important!"
|
1328 |
+
msgstr "Ini bisa jadi penting!"
|
1329 |
+
|
1330 |
+
#: lib/admin/groups-admin-options.php:253
|
1331 |
+
msgid ""
|
1332 |
+
"This determines for which post types access restriction settings are offered."
|
1333 |
+
msgstr ""
|
1334 |
+
"Ini menentukan pengaturan pembatasan akses jenis posting apa yang ditawarkan."
|
1335 |
+
|
1336 |
+
#: lib/admin/groups-admin-groups.php:516
|
1337 |
+
msgid "This group has no capabilities."
|
1338 |
+
msgstr "Grup ini tidak memiliki kemampuan."
|
1339 |
+
|
1340 |
+
#: lib/admin/class-groups-admin-welcome.php:215
|
1341 |
+
msgid ""
|
1342 |
+
"This means that if you had access restrictions in place that were based on "
|
1343 |
+
"capabilities, your entries will still be protected."
|
1344 |
+
msgstr ""
|
1345 |
+
"Ini berarti bahwa jika Anda memiliki batasan akses yang didasarkan pada "
|
1346 |
+
"kemampuan, entri Anda akan tetap terlindungi."
|
1347 |
+
|
1348 |
+
#: lib/access/class-groups-post-access.php:636
|
1349 |
+
msgid ""
|
1350 |
+
"This method is deprecated. You should use Groups_Post_Access_Legacy::"
|
1351 |
+
"get_read_post_capabilities() to retrieve the capabilities instead."
|
1352 |
+
msgstr ""
|
1353 |
+
"Metode ini sudah usang. Anda harus menggunakan Groups_Post_Access_Legacy :: "
|
1354 |
+
"get_read_post_capabilities () untuk mengambil kemampuan sebagai gantinya."
|
1355 |
+
|
1356 |
+
#: lib/admin/groups-admin-options.php:204
|
1357 |
+
msgid ""
|
1358 |
+
"To disable, do not define the constant <code>GROUPS_ADMINISTRATOR_OVERRIDE</"
|
1359 |
+
"code> or set it to <code>false</code>."
|
1360 |
+
msgstr ""
|
1361 |
+
"Untuk menonaktifkan, jangan mendefinisikan konstanta <code> "
|
1362 |
+
"GROUPS_ADMINISTRATOR_OVERRIDE </code> atau setel ke <code> false </code>."
|
1363 |
+
|
1364 |
+
#: lib/admin/class-groups-admin-welcome.php:206
|
1365 |
+
msgid ""
|
1366 |
+
"To make it easier to transition to the new model for those who migrate from "
|
1367 |
+
"a previous version, we have included legacy access control based on "
|
1368 |
+
"capabilities."
|
1369 |
+
msgstr ""
|
1370 |
+
"Untuk mempermudah transisi ke model baru bagi mereka yang bermigrasi dari "
|
1371 |
+
"versi sebelumnya, kami telah menyertakan kontrol akses lawas berdasarkan "
|
1372 |
+
"kemampuan."
|
1373 |
+
|
1374 |
+
#: lib/admin/class-groups-admin-welcome.php:204
|
1375 |
+
msgid ""
|
1376 |
+
"To put it simple, previously you would have used capabilities to restrict "
|
1377 |
+
"access to posts and now you simply use groups."
|
1378 |
+
msgstr ""
|
1379 |
+
"Sederhananya, sebelumnya Anda akan menggunakan kemampuan untuk membatasi "
|
1380 |
+
"akses ke posting dan sekarang Anda cukup menggunakan grup."
|
1381 |
+
|
1382 |
+
#: lib/admin/class-groups-admin.php:181 lib/admin/class-groups-admin.php:182
|
1383 |
+
msgid "Tree"
|
1384 |
+
msgstr "Pohon"
|
1385 |
+
|
1386 |
+
#: lib/admin/groups-admin-tree-view.php:43
|
1387 |
+
msgid "Tree of Groups"
|
1388 |
+
msgstr "Pohon Kelompok"
|
1389 |
+
|
1390 |
+
#: lib/admin/groups-admin-options.php:267
|
1391 |
+
msgid "Tree view"
|
1392 |
+
msgstr "Tampilan pohon"
|
1393 |
+
|
1394 |
+
#: legacy/access/class-groups-access-meta-boxes-legacy.php:153
|
1395 |
+
msgid ""
|
1396 |
+
"Try the quick-create field first. Unless you need a more complex setup, "
|
1397 |
+
"there is no reason to go this way instead."
|
1398 |
+
msgstr ""
|
1399 |
+
"Cobalah bidang buat cepat terlebih dahulu. Kecuali jika Anda membutuhkan "
|
1400 |
+
"pengaturan yang lebih kompleks, tidak ada alasan untuk melakukannya."
|
1401 |
+
|
1402 |
+
#: legacy/access/class-groups-access-meta-boxes-legacy.php:212
|
1403 |
+
#: legacy/access/class-groups-access-meta-boxes-legacy.php:213
|
1404 |
+
#: legacy/access/class-groups-access-meta-boxes-legacy.php:540
|
1405 |
+
msgid "Type and choose …"
|
1406 |
+
msgstr "Ketik dan pilih & hellip;"
|
1407 |
+
|
1408 |
+
#: legacy/access/class-groups-access-meta-boxes-legacy.php:127
|
1409 |
+
msgid ""
|
1410 |
+
"Use the <em>Access restrictions</em> box to limit the visibility of posts, "
|
1411 |
+
"pages and other post types."
|
1412 |
+
msgstr ""
|
1413 |
+
"Gunakan kotak <em> Batasan akses </em> untuk membatasi visibilitas posting, "
|
1414 |
+
"halaman, dan jenis posting lainnya."
|
1415 |
+
|
1416 |
+
#: lib/access/class-groups-access-meta-boxes.php:123
|
1417 |
+
msgid ""
|
1418 |
+
"Use the <em>Groups</em> box to limit the visibility of posts, pages and "
|
1419 |
+
"other post types."
|
1420 |
+
msgstr ""
|
1421 |
+
"Gunakan kotak <em> Grup </em> untuk membatasi visibilitas posting, halaman, "
|
1422 |
+
"dan jenis posting lainnya."
|
1423 |
+
|
1424 |
+
#: lib/admin/groups-admin-options.php:258
|
1425 |
+
msgid "User profiles"
|
1426 |
+
msgstr "Profil pengguna"
|
1427 |
+
|
1428 |
+
#: lib/admin/class-groups-admin-users.php:281
|
1429 |
+
msgctxt "label title for conjunctive groups filter checkbox"
|
1430 |
+
msgid "Users must belong to all chosen groups"
|
1431 |
+
msgstr "Pengguna harus termasuk dalam semua grup yang dipilih"
|
1432 |
+
|
1433 |
+
#: legacy/access/class-groups-access-meta-boxes-legacy.php:141
|
1434 |
+
msgid "Using the quick-create field"
|
1435 |
+
msgstr "Menggunakan bidang buat cepat"
|
1436 |
+
|
1437 |
+
#: legacy/access/class-groups-access-meta-boxes-legacy.php:146
|
1438 |
+
msgid ""
|
1439 |
+
"Using the quick-create field, you can create a new group and capability. The "
|
1440 |
+
"capability will be assigned to the group and enabled to enforce read access. "
|
1441 |
+
"Group names are case-sensitive, the name of the capability is the lower-case "
|
1442 |
+
"version of the name of the group. If the group already exists, a new "
|
1443 |
+
"capability is created and assigned to the existing group. If the capability "
|
1444 |
+
"already exists, it will be assigned to the group. If both already exist, the "
|
1445 |
+
"capability is enabled to enforce read access. In order to be able to use the "
|
1446 |
+
"capability, your user account will be assigned to the group."
|
1447 |
+
msgstr ""
|
1448 |
+
"Menggunakan bidang pembuatan cepat, Anda dapat membuat grup dan kemampuan "
|
1449 |
+
"baru. Kemampuan akan ditugaskan ke grup dan diaktifkan untuk menegakkan "
|
1450 |
+
"akses baca. Nama grup peka huruf besar-kecil, nama kemampuan adalah versi "
|
1451 |
+
"huruf kecil dari nama grup. Jika grup sudah ada, kemampuan baru dibuat dan "
|
1452 |
+
"ditugaskan ke grup yang ada. Jika kemampuan sudah ada, itu akan ditugaskan "
|
1453 |
+
"ke grup. Jika keduanya sudah ada, kemampuan diaktifkan untuk menegakkan "
|
1454 |
+
"akses baca. Agar dapat menggunakan kapabilitas, akun pengguna Anda akan "
|
1455 |
+
"ditugaskan ke grup."
|
1456 |
+
|
1457 |
+
#: lib/admin/class-groups-admin-welcome.php:110
|
1458 |
+
msgid "View the Welcome screen for this version of Groups"
|
1459 |
+
msgstr "Lihat layar Selamat Datang untuk versi Grup ini"
|
1460 |
+
|
1461 |
+
#: lib/admin/class-groups-admin.php:306
|
1462 |
+
msgid "Warning!"
|
1463 |
+
msgstr "Peringatan!"
|
1464 |
+
|
1465 |
+
#: lib/admin/class-groups-admin-welcome.php:172
|
1466 |
+
msgid "We have made it even easier to protect your content!"
|
1467 |
+
msgstr "Kami telah membuatnya lebih mudah untuk melindungi konten Anda!"
|
1468 |
+
|
1469 |
+
#: lib/admin/class-groups-admin-welcome.php:111
|
1470 |
+
msgid "Welcome"
|
1471 |
+
msgstr "Selamat datang"
|
1472 |
+
|
1473 |
+
#: lib/admin/class-groups-admin-welcome.php:46
|
1474 |
+
#: lib/admin/class-groups-admin-welcome.php:47
|
1475 |
+
msgid "Welcome to Groups"
|
1476 |
+
msgstr "Selamat datang di Grup"
|
1477 |
+
|
1478 |
+
#: lib/admin/class-groups-admin-welcome.php:138
|
1479 |
+
#, php-format
|
1480 |
+
msgid "Welcome to Groups %s"
|
1481 |
+
msgstr "Selamat datang di Grup %s"
|
1482 |
+
|
1483 |
+
#: lib/admin/class-groups-admin-welcome.php:165
|
1484 |
+
msgid "What's New?"
|
1485 |
+
msgstr "Apa yang baru?"
|
1486 |
+
|
1487 |
+
#: lib/admin/class-groups-admin-welcome.php:194
|
1488 |
+
msgid ""
|
1489 |
+
"Whether you are new to Groups or have been using it before, please make sure "
|
1490 |
+
"to visit the <a target=\"_blank\" href=\"http://docs.itthinx.com/document/"
|
1491 |
+
"groups/\">Documentation</a> pages to know more about how to use it."
|
1492 |
+
msgstr ""
|
1493 |
+
"Apakah Anda baru mengenal Grup atau pernah menggunakannya, pastikan untuk "
|
1494 |
+
"mengunjungi <a target=\"_blank\" href=\"http://docs.itthinx.com/document/"
|
1495 |
+
"groups/\"> Dokumentasi </a> halaman untuk mengetahui lebih lanjut tentang "
|
1496 |
+
"cara menggunakannya."
|
1497 |
+
|
1498 |
+
#: lib/admin/class-groups-admin-notice.php:145
|
1499 |
+
msgid "Yes, here we go!"
|
1500 |
+
msgstr "Ya, ini dia!"
|
1501 |
+
|
1502 |
+
#: lib/views/class-groups-shortcodes.php:527
|
1503 |
+
#, php-format
|
1504 |
+
msgid "You are a member of the %s group."
|
1505 |
+
msgstr "Anda adalah anggota grup %s ."
|
1506 |
+
|
1507 |
+
#: lib/admin/class-groups-admin-welcome.php:217
|
1508 |
+
msgid ""
|
1509 |
+
"You are running the system with legacy access control based on capabilities "
|
1510 |
+
"disabled."
|
1511 |
+
msgstr ""
|
1512 |
+
"Anda menjalankan sistem dengan kontrol akses lawas berdasarkan kemampuan "
|
1513 |
+
"yang dinonaktifkan."
|
1514 |
+
|
1515 |
+
#: lib/admin/class-groups-admin-welcome.php:213
|
1516 |
+
msgid ""
|
1517 |
+
"You are running the system with legacy access control based on capabilities "
|
1518 |
+
"enabled."
|
1519 |
+
msgstr ""
|
1520 |
+
"Anda menjalankan sistem dengan kontrol akses lama berdasarkan kapabilitas "
|
1521 |
+
"yang diaktifkan."
|
1522 |
+
|
1523 |
+
#: lib/admin/class-groups-admin-notice.php:157
|
1524 |
+
#, php-format
|
1525 |
+
msgid ""
|
1526 |
+
"You can also follow <a href=\"%s\">@itthinx</a> on Twitter or visit <a href="
|
1527 |
+
"\"%s\" target=\"_blank\">itthinx.com</a> to check out other free and premium "
|
1528 |
+
"plugins we provide."
|
1529 |
+
msgstr ""
|
1530 |
+
"Anda juga dapat mengikuti <a href=\" %s \"> @itthinx </a> di Twitter atau "
|
1531 |
+
"mengunjungi <a href=\" %s \" target=\"_blank\"> itthinx.com </a> untuk "
|
1532 |
+
"memeriksa plugin gratis dan premium lainnya yang kami sediakan."
|
1533 |
+
|
1534 |
+
#: legacy/access/class-groups-access-meta-boxes-legacy.php:312
|
1535 |
+
msgid ""
|
1536 |
+
"You can create a new group and capability here. The capability will be "
|
1537 |
+
"assigned to the group and enabled to enforce read access. Group names are "
|
1538 |
+
"case-sensitive, the name of the capability is the lower-case version of the "
|
1539 |
+
"name of the group. If the group already exists, a new capability is created "
|
1540 |
+
"and assigned to the existing group. If the capability already exists, it "
|
1541 |
+
"will be assigned to the group. If both already exist, the capability is "
|
1542 |
+
"enabled to enforce read access. In order to be able to use the capability, "
|
1543 |
+
"your user account will be assigned to the group."
|
1544 |
+
msgstr ""
|
1545 |
+
"Anda dapat membuat grup dan kemampuan baru di sini. Kemampuan akan "
|
1546 |
+
"ditugaskan ke grup dan diaktifkan untuk menegakkan akses baca. Nama grup "
|
1547 |
+
"peka huruf besar-kecil, nama kemampuan adalah versi huruf kecil dari nama "
|
1548 |
+
"grup. Jika grup sudah ada, kemampuan baru dibuat dan ditugaskan ke grup yang "
|
1549 |
+
"ada. Jika kemampuan sudah ada, itu akan ditugaskan ke grup. Jika keduanya "
|
1550 |
+
"sudah ada, kemampuan diaktifkan untuk menegakkan akses baca. Agar dapat "
|
1551 |
+
"menggunakan kapabilitas, akun pengguna Anda akan ditugaskan ke grup."
|
1552 |
+
|
1553 |
+
#: lib/access/class-groups-access-meta-boxes.php:201
|
1554 |
+
#: lib/access/class-groups-access-meta-boxes.php:451
|
1555 |
+
msgid "You can create a new group by indicating the group's name."
|
1556 |
+
msgstr "Anda dapat membuat grup baru dengan menunjukkan nama grup."
|
1557 |
+
|
1558 |
+
#: lib/access/class-groups-access-meta-boxes.php:195
|
1559 |
+
#, php-format
|
1560 |
+
msgid ""
|
1561 |
+
"You can restrict the visibility of this %1$s to group members. Choose one or "
|
1562 |
+
"more groups that are allowed to read this %2$s. If no groups are chosen, the "
|
1563 |
+
"%3$s is visible to anyone."
|
1564 |
+
msgstr ""
|
1565 |
+
"Anda dapat membatasi keterlihatan %1$s untuk anggota grup. Pilih satu atau "
|
1566 |
+
"lebih grup yang diizinkan membaca ini %2$s . Jika tidak ada grup yang "
|
1567 |
+
"dipilih, %3$s dapat dilihat oleh siapa saja."
|
1568 |
+
|
1569 |
+
#: lib/access/class-groups-access-meta-boxes.php:450
|
1570 |
+
msgid ""
|
1571 |
+
"You can restrict the visibility to group members. Choose one or more groups "
|
1572 |
+
"to restrict access. If no groups are chosen, this entry is visible to anyone."
|
1573 |
+
msgstr ""
|
1574 |
+
"Anda dapat membatasi visibilitas ke anggota grup. Pilih satu atau beberapa "
|
1575 |
+
"grup untuk membatasi akses. Jika tidak ada grup yang dipilih, entri ini "
|
1576 |
+
"dapat dilihat oleh siapa saja."
|
1577 |
+
|
1578 |
+
#: legacy/access/class-groups-access-meta-boxes-legacy.php:130
|
1579 |
+
msgid ""
|
1580 |
+
"You can select one or more capabilities that are enabled for access "
|
1581 |
+
"restriction."
|
1582 |
+
msgstr ""
|
1583 |
+
"Anda dapat memilih satu atau beberapa kemampuan yang diaktifkan untuk "
|
1584 |
+
"pembatasan akses."
|
1585 |
+
|
1586 |
+
#: lib/access/class-groups-access-meta-boxes.php:126
|
1587 |
+
msgid "You can select one or more groups to restrict access to its members."
|
1588 |
+
msgstr ""
|
1589 |
+
"Anda dapat memilih satu atau beberapa grup untuk membatasi akses ke "
|
1590 |
+
"anggotanya."
|
1591 |
+
|
1592 |
+
#: legacy/access/class-groups-access-meta-boxes-legacy.php:290
|
1593 |
+
#: lib/access/class-groups-access-meta-boxes.php:241
|
1594 |
+
msgid "You cannot set any access restrictions."
|
1595 |
+
msgstr "Anda tidak dapat menetapkan batasan akses apa pun."
|
1596 |
+
|
1597 |
+
#: lib/views/class-groups-shortcodes.php:522
|
1598 |
+
#, php-format
|
1599 |
+
msgid "You have joined the %s group."
|
1600 |
+
msgstr "Anda telah bergabung dengan grup %s ."
|
1601 |
+
|
1602 |
+
#: lib/views/class-groups-shortcodes.php:598
|
1603 |
+
#, php-format
|
1604 |
+
msgid "You have left the %s group."
|
1605 |
+
msgstr "Anda telah meninggalkan grup %s ."
|
1606 |
+
|
1607 |
+
#: legacy/access/class-groups-access-meta-boxes-legacy.php:296
|
1608 |
+
msgid ""
|
1609 |
+
"You must be in a group that has at least one capability enabled to enforce "
|
1610 |
+
"read access."
|
1611 |
+
msgstr ""
|
1612 |
+
"Anda harus berada dalam grup yang memiliki setidaknya satu kemampuan yang "
|
1613 |
+
"diaktifkan untuk menegakkan akses baca."
|
1614 |
+
|
1615 |
+
#: lib/access/class-groups-access-meta-boxes.php:247
|
1616 |
+
msgid "You need to have permission to set access restrictions."
|
1617 |
+
msgstr "Anda harus memiliki izin untuk menetapkan batasan akses."
|
1618 |
+
|
1619 |
+
#: lib/access/class-groups-post-access.php:511
|
1620 |
+
msgid ""
|
1621 |
+
"You should use Groups_Post_Access_Legacy::create() to pass a capability "
|
1622 |
+
"restriction instead."
|
1623 |
+
msgstr ""
|
1624 |
+
"Anda harus menggunakan Groups_Post_Access_Legacy :: create () untuk "
|
1625 |
+
"memberikan batasan kemampuan."
|
languages/groups-lt_LT.mo
CHANGED
Binary file
|
languages/groups-lt_LT.po
CHANGED
@@ -4,8 +4,8 @@ msgid ""
|
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Groups 1.0.0-beta-3c\n"
|
6 |
"Report-Msgid-Bugs-To: \n"
|
7 |
-
"POT-Creation-Date:
|
8 |
-
"PO-Revision-Date:
|
9 |
"Last-Translator: \n"
|
10 |
"Language-Team: \n"
|
11 |
"Language: lt\n"
|
@@ -14,7 +14,7 @@ msgstr ""
|
|
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 2.
|
18 |
|
19 |
#: lib/core/class-groups-pagination.php:140
|
20 |
#, php-format
|
@@ -22,17 +22,29 @@ 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:
|
27 |
msgid "— No Change —"
|
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:
|
36 |
msgid "--"
|
37 |
msgstr "--"
|
38 |
|
@@ -98,8 +110,8 @@ msgstr ""
|
|
98 |
#: lib/admin/groups-admin-groups-add.php:139
|
99 |
#: lib/admin/groups-admin-groups-add.php:143
|
100 |
#: lib/admin/groups-admin-groups-edit.php:37
|
101 |
-
#: lib/admin/groups-admin-groups-edit.php:
|
102 |
-
#: lib/admin/groups-admin-groups-edit.php:
|
103 |
#: lib/admin/groups-admin-groups-remove.php:35
|
104 |
#: lib/admin/groups-admin-groups-remove.php:83
|
105 |
#: lib/admin/groups-admin-groups-remove.php:87
|
@@ -151,11 +163,11 @@ msgid "Add capability"
|
|
151 |
msgstr ""
|
152 |
|
153 |
#: legacy/admin/class-groups-admin-posts-legacy.php:185
|
154 |
-
#: lib/admin/class-groups-admin-posts.php:
|
155 |
msgid "Add restriction"
|
156 |
msgstr ""
|
157 |
|
158 |
-
#: lib/admin/class-groups-admin-users.php:
|
159 |
msgid "Add to group"
|
160 |
msgstr ""
|
161 |
|
@@ -189,7 +201,7 @@ msgid ""
|
|
189 |
"capabilities."
|
190 |
msgstr "Administratoriai gauna visus leidmus, gautus iš Grupės gebų."
|
191 |
|
192 |
-
#: lib/admin/class-groups-admin-posts.php:
|
193 |
msgid "Also look for groups related to terms"
|
194 |
msgstr ""
|
195 |
|
@@ -205,14 +217,14 @@ msgid ""
|
|
205 |
"the Users admin screen."
|
206 |
msgstr ""
|
207 |
|
208 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
209 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
210 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
211 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
212 |
msgid "Anyone …"
|
213 |
msgstr ""
|
214 |
|
215 |
-
#: lib/admin/class-groups-admin-users.php:
|
216 |
#: lib/admin/groups-admin-capabilities.php:334
|
217 |
#: lib/admin/groups-admin-capabilities.php:360
|
218 |
#: lib/admin/groups-admin-capabilities.php:374
|
@@ -232,7 +244,7 @@ msgstr ""
|
|
232 |
msgid "Bulk Actions"
|
233 |
msgstr ""
|
234 |
|
235 |
-
#: lib/admin/groups-admin-options.php:
|
236 |
msgid ""
|
237 |
"CAUTION: If this option is active while the plugin is deactivated, ALL "
|
238 |
"plugin settings and data will be DELETED for <strong>all sites</strong>. If "
|
@@ -261,7 +273,7 @@ msgstr ""
|
|
261 |
#: lib/admin/groups-admin-capabilities-remove.php:64
|
262 |
#: lib/admin/groups-admin-capabilities-remove.php:150
|
263 |
#: lib/admin/groups-admin-groups-add.php:121
|
264 |
-
#: lib/admin/groups-admin-groups-edit.php:
|
265 |
#: lib/admin/groups-admin-groups-remove.php:64
|
266 |
#: lib/admin/groups-admin-groups-remove.php:154
|
267 |
msgid "Cancel"
|
@@ -272,7 +284,12 @@ msgstr "Atšaukti"
|
|
272 |
#: lib/admin/groups-admin-capabilities.php:192
|
273 |
#: lib/admin/groups-admin-groups-add.php:97
|
274 |
#: lib/admin/groups-admin-groups-edit.php:117
|
275 |
-
#: lib/admin/groups-admin-groups.php:306
|
|
|
|
|
|
|
|
|
|
|
276 |
msgid "Capabilities"
|
277 |
msgstr "Gebos"
|
278 |
|
@@ -296,8 +313,8 @@ msgstr "Geba : %s"
|
|
296 |
msgid "Capability ID"
|
297 |
msgstr ""
|
298 |
|
299 |
-
#: lib/admin/class-groups-admin-posts.php:
|
300 |
-
#: lib/admin/class-groups-admin-posts.php:
|
301 |
msgid "Choose access restriction groups …"
|
302 |
msgstr ""
|
303 |
|
@@ -315,10 +332,10 @@ msgstr ""
|
|
315 |
#: lib/admin/class-groups-admin-user-profile.php:81
|
316 |
#: lib/admin/class-groups-admin-user-profile.php:169
|
317 |
#: lib/admin/class-groups-admin-user-profile.php:170
|
318 |
-
#: lib/admin/class-groups-admin-users.php:190
|
319 |
#: lib/admin/class-groups-admin-users.php:191
|
320 |
-
#: lib/admin/class-groups-admin-users.php:
|
321 |
#: lib/admin/class-groups-admin-users.php:252
|
|
|
322 |
msgid "Choose groups …"
|
323 |
msgstr ""
|
324 |
|
@@ -331,7 +348,7 @@ msgid ""
|
|
331 |
"capability enabled for access restriction on the fly."
|
332 |
msgstr ""
|
333 |
|
334 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
335 |
msgid ""
|
336 |
"Choose or enter <em>Premium</em> in the <em>Read</em> field located in the "
|
337 |
"<em>Groups</em> box and save or update the post (or hit Enter)."
|
@@ -358,11 +375,20 @@ msgstr ""
|
|
358 |
msgid "Click to toggle the display of groups that grant the capabilities."
|
359 |
msgstr ""
|
360 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
361 |
#: lib/admin/groups-admin-options.php:286
|
362 |
msgid "Deactivation and data persistence"
|
363 |
msgstr "Deaktyvavimas ir duomenų išsaugojimas"
|
364 |
|
365 |
-
#: lib/admin/groups-admin-options.php:
|
366 |
msgid "Delete all Groups plugin data for ALL sites on network deactivation"
|
367 |
msgstr ""
|
368 |
|
@@ -435,11 +461,11 @@ msgid ""
|
|
435 |
msgstr ""
|
436 |
|
437 |
#: legacy/access/class-groups-access-meta-boxes-legacy.php:135
|
438 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
439 |
msgid "Example:"
|
440 |
msgstr ""
|
441 |
|
442 |
-
#: lib/admin/class-groups-admin-users.php:
|
443 |
msgid "Filter"
|
444 |
msgstr ""
|
445 |
|
@@ -471,11 +497,27 @@ msgid ""
|
|
471 |
"capability to restrict access."
|
472 |
msgstr ""
|
473 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
474 |
#: lib/admin/groups-admin-groups.php:304
|
475 |
msgid "Group"
|
476 |
msgstr "Grupė"
|
477 |
|
478 |
-
#: lib/admin/class-groups-admin-users.php:
|
479 |
msgid "Group Actions"
|
480 |
msgstr ""
|
481 |
|
@@ -492,39 +534,85 @@ msgstr "Grupės pavadinimas"
|
|
492 |
msgid "Group Name : %s"
|
493 |
msgstr "Grupės Pavadinimas : %s"
|
494 |
|
495 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
496 |
-
|
497 |
-
|
498 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
499 |
#: lib/admin/class-groups-admin-user-profile.php:72
|
500 |
-
|
|
|
|
|
|
|
501 |
#: lib/admin/class-groups-admin-user-profile.php:159
|
502 |
-
|
503 |
-
|
504 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
505 |
#: lib/core/class-groups-help.php:68 lib/core/class-groups-help.php:69
|
|
|
506 |
msgid "Groups"
|
507 |
msgstr "Grupės"
|
508 |
|
509 |
-
#: lib/
|
510 |
-
msgctxt "
|
511 |
msgid "Groups"
|
512 |
-
msgstr ""
|
513 |
|
514 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
515 |
msgctxt "Meta box title"
|
516 |
msgid "Groups"
|
517 |
-
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
518 |
|
519 |
#: lib/admin/class-groups-admin.php:141
|
520 |
msgctxt "menu item title"
|
521 |
msgid "Groups"
|
522 |
-
msgstr ""
|
523 |
|
524 |
#: lib/admin/class-groups-admin.php:159 lib/admin/groups-admin-groups.php:199
|
525 |
msgctxt "page-title"
|
526 |
msgid "Groups"
|
527 |
-
msgstr ""
|
528 |
|
529 |
#: lib/admin/class-groups-admin-welcome.php:202
|
530 |
#, php-format
|
@@ -533,8 +621,8 @@ msgid ""
|
|
533 |
"instead of capabilities used in previous versions."
|
534 |
msgstr ""
|
535 |
|
536 |
-
#: lib/admin/class-groups-admin-posts.php:
|
537 |
-
#: lib/admin/class-groups-admin-posts.php:
|
538 |
msgid "Groups …"
|
539 |
msgstr ""
|
540 |
|
@@ -550,7 +638,7 @@ msgstr "Grupių Gebos"
|
|
550 |
msgid "Groups Options"
|
551 |
msgstr ""
|
552 |
|
553 |
-
#: lib/admin/class-groups-admin.php:
|
554 |
msgid "Groups is configured to delete its plugin data on deactivation."
|
555 |
msgstr "Grupės sukonfigūruotas ištrinti savo duomenis, kai jis yra išjungtas."
|
556 |
|
@@ -570,6 +658,10 @@ msgstr ""
|
|
570 |
"Čia Jūs galite <strong>pridėti</strong>, <strong>redaguoti</strong> ir "
|
571 |
"<strong>pašalinti</strong> grupes."
|
572 |
|
|
|
|
|
|
|
|
|
573 |
#: lib/admin/groups-admin-capabilities.php:313
|
574 |
#: lib/admin/groups-admin-groups.php:303
|
575 |
msgid "ID"
|
@@ -603,7 +695,7 @@ msgstr ""
|
|
603 |
msgid "Improved User Interface"
|
604 |
msgstr ""
|
605 |
|
606 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
607 |
msgid ""
|
608 |
"In the same field, you can create a new group and restrict access. Group "
|
609 |
"names are case-sensitive. In order to be able to use the new group, your "
|
@@ -616,10 +708,14 @@ msgid ""
|
|
616 |
"capabilities will be offered to restrict access to posts."
|
617 |
msgstr ""
|
618 |
|
619 |
-
#: lib/admin/groups-admin-groups-edit.php:
|
620 |
msgid "Inherited capabilities:"
|
621 |
msgstr ""
|
622 |
|
|
|
|
|
|
|
|
|
623 |
#: lib/admin/class-groups-admin-welcome.php:158
|
624 |
msgid ""
|
625 |
"It seems that you have updated from Groups 1.x where access restrictions "
|
@@ -641,7 +737,7 @@ msgid "Legacy Settings"
|
|
641 |
msgstr ""
|
642 |
|
643 |
#: legacy/access/class-groups-access-meta-boxes-legacy.php:137
|
644 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
645 |
msgid ""
|
646 |
"Let's assume that you want to limit the visibility of a post to members of "
|
647 |
"the <em>Premium</em> group."
|
@@ -651,8 +747,12 @@ msgstr ""
|
|
651 |
msgid "Log out"
|
652 |
msgstr ""
|
653 |
|
|
|
|
|
|
|
|
|
654 |
#: legacy/access/class-groups-access-meta-boxes-legacy.php:503
|
655 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
656 |
msgid "Media"
|
657 |
msgstr ""
|
658 |
|
@@ -723,7 +823,7 @@ msgid ""
|
|
723 |
"assigned."
|
724 |
msgstr ""
|
725 |
|
726 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
727 |
msgid "Note that you must be a member of a group to use it to restrict access."
|
728 |
msgstr ""
|
729 |
|
@@ -757,7 +857,7 @@ msgstr[2] ""
|
|
757 |
msgid "One or more capabilities required to read the entry."
|
758 |
msgstr ""
|
759 |
|
760 |
-
#: lib/admin/class-groups-admin-post-columns.php:
|
761 |
msgid "One or more groups granting access to entries."
|
762 |
msgstr ""
|
763 |
|
@@ -769,8 +869,17 @@ msgid ""
|
|
769 |
"to read this %s."
|
770 |
msgstr ""
|
771 |
|
772 |
-
#: lib/admin/class-groups-admin.php:209
|
|
|
|
|
|
|
773 |
#: lib/core/class-groups-help.php:70
|
|
|
|
|
|
|
|
|
|
|
|
|
774 |
msgid "Options"
|
775 |
msgstr "Parinktys"
|
776 |
|
@@ -823,7 +932,7 @@ msgid ""
|
|
823 |
"the new access restrictions."
|
824 |
msgstr ""
|
825 |
|
826 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
827 |
#, php-format
|
828 |
msgid ""
|
829 |
"Please use <a href=\"%s\" target=\"_blank\">Groups File Access</a> for files "
|
@@ -831,7 +940,7 @@ msgid ""
|
|
831 |
msgstr ""
|
832 |
|
833 |
#: legacy/access/class-groups-access-meta-boxes-legacy.php:189
|
834 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
835 |
msgid "Post"
|
836 |
msgstr "Įrašas"
|
837 |
|
@@ -853,8 +962,8 @@ msgstr ""
|
|
853 |
msgid "Quick-create group & capability"
|
854 |
msgstr ""
|
855 |
|
856 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
857 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
858 |
msgid "Read"
|
859 |
msgstr ""
|
860 |
|
@@ -879,6 +988,10 @@ msgstr ""
|
|
879 |
msgid "Registered"
|
880 |
msgstr "Priregistruota"
|
881 |
|
|
|
|
|
|
|
|
|
882 |
#: lib/admin/groups-admin-capabilities-remove.php:62
|
883 |
#: lib/admin/groups-admin-capabilities-remove.php:149
|
884 |
#: lib/admin/groups-admin-capabilities.php:372
|
@@ -905,7 +1018,7 @@ msgstr ""
|
|
905 |
msgid "Remove capability"
|
906 |
msgstr ""
|
907 |
|
908 |
-
#: lib/admin/class-groups-admin-users.php:
|
909 |
msgid "Remove from group"
|
910 |
msgstr ""
|
911 |
|
@@ -918,7 +1031,7 @@ msgid "Remove groups"
|
|
918 |
msgstr ""
|
919 |
|
920 |
#: legacy/admin/class-groups-admin-posts-legacy.php:186
|
921 |
-
#: lib/admin/class-groups-admin-posts.php:
|
922 |
msgid "Remove restriction"
|
923 |
msgstr ""
|
924 |
|
@@ -926,12 +1039,12 @@ msgstr ""
|
|
926 |
msgid "Restrict Access"
|
927 |
msgstr ""
|
928 |
|
929 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
930 |
#, php-format
|
931 |
msgid "Restricts the visibility of this %s to members of the chosen groups."
|
932 |
msgstr ""
|
933 |
|
934 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
935 |
msgid "Restricts the visibility of this entry to members of the chosen groups."
|
936 |
msgstr ""
|
937 |
|
@@ -945,10 +1058,10 @@ msgid "Role"
|
|
945 |
msgstr "Rolė"
|
946 |
|
947 |
#: lib/admin/groups-admin-capabilities-edit.php:77
|
948 |
-
#: lib/admin/groups-admin-groups-edit.php:
|
949 |
#: lib/admin/groups-admin-options.php:191
|
950 |
#: lib/admin/groups-admin-options.php:314
|
951 |
-
#: lib/admin/groups-admin-options.php:
|
952 |
msgid "Save"
|
953 |
msgstr "Įrašyti"
|
954 |
|
@@ -973,7 +1086,7 @@ msgstr "Rodyti Grupės medžio peržiūrą."
|
|
973 |
msgid "Switching to Groups %s"
|
974 |
msgstr ""
|
975 |
|
976 |
-
#: lib/admin/class-groups-admin-posts.php:
|
977 |
msgid "Terms"
|
978 |
msgstr ""
|
979 |
|
@@ -1016,7 +1129,7 @@ msgstr ""
|
|
1016 |
msgid "The <em>%s</em> capability has been updated."
|
1017 |
msgstr ""
|
1018 |
|
1019 |
-
#: lib/admin/groups-admin-groups-edit.php:
|
1020 |
#, php-format
|
1021 |
msgid ""
|
1022 |
"The <em>%s</em> group already exists and cannot be used to name this one."
|
@@ -1042,11 +1155,11 @@ msgstr ""
|
|
1042 |
msgid "The <em>Capability</em> must not be empty."
|
1043 |
msgstr ""
|
1044 |
|
1045 |
-
#: lib/admin/groups-admin-groups-edit.php:
|
1046 |
msgid "The <em>Name</em> must not be empty."
|
1047 |
msgstr ""
|
1048 |
|
1049 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
1050 |
msgid ""
|
1051 |
"The attachment page is restricted to authorized users, but due to technical "
|
1052 |
"limitations, the file can still be accessed directly via its URL."
|
@@ -1127,7 +1240,7 @@ msgid ""
|
|
1127 |
"capabilities, your entries will still be protected."
|
1128 |
msgstr ""
|
1129 |
|
1130 |
-
#: lib/access/class-groups-post-access.php:
|
1131 |
msgid ""
|
1132 |
"This method is deprecated. You should use Groups_Post_Access_Legacy::"
|
1133 |
"get_read_post_capabilities() to retrieve the capabilities instead."
|
@@ -1182,7 +1295,7 @@ msgid ""
|
|
1182 |
"pages and other post types."
|
1183 |
msgstr ""
|
1184 |
|
1185 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
1186 |
msgid ""
|
1187 |
"Use the <em>Groups</em> box to limit the visibility of posts, pages and "
|
1188 |
"other post types."
|
@@ -1192,6 +1305,11 @@ msgstr ""
|
|
1192 |
msgid "User profiles"
|
1193 |
msgstr ""
|
1194 |
|
|
|
|
|
|
|
|
|
|
|
1195 |
#: legacy/access/class-groups-access-meta-boxes-legacy.php:141
|
1196 |
msgid "Using the quick-create field"
|
1197 |
msgstr ""
|
@@ -1212,7 +1330,7 @@ msgstr ""
|
|
1212 |
msgid "View the Welcome screen for this version of Groups"
|
1213 |
msgstr ""
|
1214 |
|
1215 |
-
#: lib/admin/class-groups-admin.php:
|
1216 |
msgid "Warning!"
|
1217 |
msgstr ""
|
1218 |
|
@@ -1245,6 +1363,10 @@ msgid ""
|
|
1245 |
"groups/\">Documentation</a> pages to know more about how to use it."
|
1246 |
msgstr ""
|
1247 |
|
|
|
|
|
|
|
|
|
1248 |
#: lib/views/class-groups-shortcodes.php:527
|
1249 |
#, php-format
|
1250 |
msgid "You are a member of the %s group."
|
@@ -1262,6 +1384,14 @@ msgid ""
|
|
1262 |
"enabled."
|
1263 |
msgstr ""
|
1264 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1265 |
#: legacy/access/class-groups-access-meta-boxes-legacy.php:312
|
1266 |
msgid ""
|
1267 |
"You can create a new group and capability here. The capability will be "
|
@@ -1274,12 +1404,12 @@ msgid ""
|
|
1274 |
"your user account will be assigned to the group."
|
1275 |
msgstr ""
|
1276 |
|
1277 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
1278 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
1279 |
msgid "You can create a new group by indicating the group's name."
|
1280 |
msgstr ""
|
1281 |
|
1282 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
1283 |
#, php-format
|
1284 |
msgid ""
|
1285 |
"You can restrict the visibility of this %1$s to group members. Choose one or "
|
@@ -1287,7 +1417,7 @@ msgid ""
|
|
1287 |
"%3$s is visible to anyone."
|
1288 |
msgstr ""
|
1289 |
|
1290 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
1291 |
msgid ""
|
1292 |
"You can restrict the visibility to group members. Choose one or more groups "
|
1293 |
"to restrict access. If no groups are chosen, this entry is visible to anyone."
|
@@ -1299,12 +1429,12 @@ msgid ""
|
|
1299 |
"restriction."
|
1300 |
msgstr ""
|
1301 |
|
1302 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
1303 |
msgid "You can select one or more groups to restrict access to its members."
|
1304 |
msgstr ""
|
1305 |
|
1306 |
#: legacy/access/class-groups-access-meta-boxes-legacy.php:290
|
1307 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
1308 |
msgid "You cannot set any access restrictions."
|
1309 |
msgstr ""
|
1310 |
|
@@ -1324,11 +1454,11 @@ msgid ""
|
|
1324 |
"read access."
|
1325 |
msgstr ""
|
1326 |
|
1327 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
1328 |
msgid "You need to have permission to set access restrictions."
|
1329 |
msgstr ""
|
1330 |
|
1331 |
-
#: lib/access/class-groups-post-access.php:
|
1332 |
msgid ""
|
1333 |
"You should use Groups_Post_Access_Legacy::create() to pass a capability "
|
1334 |
"restriction instead."
|
@@ -1385,21 +1515,6 @@ msgstr ""
|
|
1385 |
#~ "target=\"_blank\">Groups</a> papildinį, kurį sukūrė <a href=\"http://www."
|
1386 |
#~ "itthinx.com\" target=\"_blank\">itthinx</a>."
|
1387 |
|
1388 |
-
#~ msgid "Go to the first page"
|
1389 |
-
#~ msgstr "Eiti į pirmą puslapį"
|
1390 |
-
|
1391 |
-
#~ msgid "Go to the previous page"
|
1392 |
-
#~ msgstr "Eiti į paskiausią puslapį"
|
1393 |
-
|
1394 |
-
#~ msgid "Current page"
|
1395 |
-
#~ msgstr "Dabartinis puslapis"
|
1396 |
-
|
1397 |
-
#~ msgid "Go to the next page"
|
1398 |
-
#~ msgstr "Eiti į sekantį puslapį"
|
1399 |
-
|
1400 |
-
#~ msgid "Go to the last page"
|
1401 |
-
#~ msgstr "Eiti į paskutinį puslapį"
|
1402 |
-
|
1403 |
#~ msgid "http://www.itthinx.com/plugins/groups"
|
1404 |
#~ msgstr "http://www.itthinx.com/plugins/groups"
|
1405 |
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Groups 1.0.0-beta-3c\n"
|
6 |
"Report-Msgid-Bugs-To: \n"
|
7 |
+
"POT-Creation-Date: 2019-05-08 21:00+0200\n"
|
8 |
+
"PO-Revision-Date: 2019-05-08 21:02+0200\n"
|
9 |
"Last-Translator: \n"
|
10 |
"Language-Team: \n"
|
11 |
"Language: lt\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 2.2.1\n"
|
18 |
|
19 |
#: lib/core/class-groups-pagination.php:140
|
20 |
#, php-format
|
22 |
msgid "%1$s of %2$s"
|
23 |
msgstr "%1$s iš %2$s"
|
24 |
|
25 |
+
#: lib/admin/class-groups-admin-users.php:283
|
26 |
+
msgctxt "label for conjunctive groups filter checkbox"
|
27 |
+
msgid "∩"
|
28 |
+
msgstr ""
|
29 |
+
|
30 |
#: legacy/admin/class-groups-admin-posts-legacy.php:184
|
31 |
+
#: lib/admin/class-groups-admin-posts.php:217
|
32 |
msgid "— No Change —"
|
33 |
msgstr ""
|
34 |
|
35 |
+
#: lib/admin/class-groups-admin-posts.php:157
|
36 |
+
msgid "(any)"
|
37 |
+
msgstr ""
|
38 |
+
|
39 |
+
#: lib/admin/class-groups-admin-posts.php:152
|
40 |
+
msgid "(none)"
|
41 |
+
msgstr ""
|
42 |
+
|
43 |
#: legacy/admin/class-groups-admin-posts-legacy.php:136
|
|
|
44 |
msgid "(only unrestricted)"
|
45 |
msgstr ""
|
46 |
|
47 |
+
#: lib/admin/class-groups-admin-users.php:384
|
48 |
msgid "--"
|
49 |
msgstr "--"
|
50 |
|
110 |
#: lib/admin/groups-admin-groups-add.php:139
|
111 |
#: lib/admin/groups-admin-groups-add.php:143
|
112 |
#: lib/admin/groups-admin-groups-edit.php:37
|
113 |
+
#: lib/admin/groups-admin-groups-edit.php:181
|
114 |
+
#: lib/admin/groups-admin-groups-edit.php:185
|
115 |
#: lib/admin/groups-admin-groups-remove.php:35
|
116 |
#: lib/admin/groups-admin-groups-remove.php:83
|
117 |
#: lib/admin/groups-admin-groups-remove.php:87
|
163 |
msgstr ""
|
164 |
|
165 |
#: legacy/admin/class-groups-admin-posts-legacy.php:185
|
166 |
+
#: lib/admin/class-groups-admin-posts.php:218
|
167 |
msgid "Add restriction"
|
168 |
msgstr ""
|
169 |
|
170 |
+
#: lib/admin/class-groups-admin-users.php:213
|
171 |
msgid "Add to group"
|
172 |
msgstr ""
|
173 |
|
201 |
"capabilities."
|
202 |
msgstr "Administratoriai gauna visus leidmus, gautus iš Grupės gebų."
|
203 |
|
204 |
+
#: lib/admin/class-groups-admin-posts.php:175
|
205 |
msgid "Also look for groups related to terms"
|
206 |
msgstr ""
|
207 |
|
217 |
"the Users admin screen."
|
218 |
msgstr ""
|
219 |
|
220 |
+
#: lib/access/class-groups-access-meta-boxes.php:214
|
221 |
+
#: lib/access/class-groups-access-meta-boxes.php:215
|
222 |
+
#: lib/access/class-groups-access-meta-boxes.php:448
|
223 |
+
#: lib/access/class-groups-access-meta-boxes.php:449
|
224 |
msgid "Anyone …"
|
225 |
msgstr ""
|
226 |
|
227 |
+
#: lib/admin/class-groups-admin-users.php:216
|
228 |
#: lib/admin/groups-admin-capabilities.php:334
|
229 |
#: lib/admin/groups-admin-capabilities.php:360
|
230 |
#: lib/admin/groups-admin-capabilities.php:374
|
244 |
msgid "Bulk Actions"
|
245 |
msgstr ""
|
246 |
|
247 |
+
#: lib/admin/groups-admin-options.php:365
|
248 |
msgid ""
|
249 |
"CAUTION: If this option is active while the plugin is deactivated, ALL "
|
250 |
"plugin settings and data will be DELETED for <strong>all sites</strong>. If "
|
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:165
|
277 |
#: lib/admin/groups-admin-groups-remove.php:64
|
278 |
#: lib/admin/groups-admin-groups-remove.php:154
|
279 |
msgid "Cancel"
|
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
|
288 |
+
msgid "Capabilities"
|
289 |
+
msgstr "Gebos"
|
290 |
+
|
291 |
+
#: lib/core/class-groups-help.php:71
|
292 |
+
msgctxt "Help tab title and heading"
|
293 |
msgid "Capabilities"
|
294 |
msgstr "Gebos"
|
295 |
|
313 |
msgid "Capability ID"
|
314 |
msgstr ""
|
315 |
|
316 |
+
#: lib/admin/class-groups-admin-posts.php:231
|
317 |
+
#: lib/admin/class-groups-admin-posts.php:232
|
318 |
msgid "Choose access restriction groups …"
|
319 |
msgstr ""
|
320 |
|
332 |
#: lib/admin/class-groups-admin-user-profile.php:81
|
333 |
#: lib/admin/class-groups-admin-user-profile.php:169
|
334 |
#: lib/admin/class-groups-admin-user-profile.php:170
|
|
|
335 |
#: lib/admin/class-groups-admin-users.php:191
|
336 |
+
#: lib/admin/class-groups-admin-users.php:192
|
337 |
#: lib/admin/class-groups-admin-users.php:252
|
338 |
+
#: lib/admin/class-groups-admin-users.php:253
|
339 |
msgid "Choose groups …"
|
340 |
msgstr ""
|
341 |
|
348 |
"capability enabled for access restriction on the fly."
|
349 |
msgstr ""
|
350 |
|
351 |
+
#: lib/access/class-groups-access-meta-boxes.php:141
|
352 |
msgid ""
|
353 |
"Choose or enter <em>Premium</em> in the <em>Read</em> field located in the "
|
354 |
"<em>Groups</em> box and save or update the post (or hit Enter)."
|
375 |
msgid "Click to toggle the display of groups that grant the capabilities."
|
376 |
msgstr ""
|
377 |
|
378 |
+
#: lib/admin/class-groups-admin-notice.php:133
|
379 |
+
msgid ""
|
380 |
+
"Could you please spare a minute and give it a review over at WordPress.org?"
|
381 |
+
msgstr ""
|
382 |
+
|
383 |
+
#: lib/core/class-groups-pagination.php:133
|
384 |
+
msgid "Current page"
|
385 |
+
msgstr "Dabartinis puslapis"
|
386 |
+
|
387 |
#: lib/admin/groups-admin-options.php:286
|
388 |
msgid "Deactivation and data persistence"
|
389 |
msgstr "Deaktyvavimas ir duomenų išsaugojimas"
|
390 |
|
391 |
+
#: lib/admin/groups-admin-options.php:361
|
392 |
msgid "Delete all Groups plugin data for ALL sites on network deactivation"
|
393 |
msgstr ""
|
394 |
|
461 |
msgstr ""
|
462 |
|
463 |
#: legacy/access/class-groups-access-meta-boxes-legacy.php:135
|
464 |
+
#: lib/access/class-groups-access-meta-boxes.php:135
|
465 |
msgid "Example:"
|
466 |
msgstr ""
|
467 |
|
468 |
+
#: lib/admin/class-groups-admin-users.php:285
|
469 |
msgid "Filter"
|
470 |
msgstr ""
|
471 |
|
497 |
"capability to restrict access."
|
498 |
msgstr ""
|
499 |
|
500 |
+
#: lib/core/class-groups-pagination.php:117
|
501 |
+
msgid "Go to the first page"
|
502 |
+
msgstr "Eiti į pirmą puslapį"
|
503 |
+
|
504 |
+
#: lib/core/class-groups-pagination.php:151
|
505 |
+
msgid "Go to the last page"
|
506 |
+
msgstr "Eiti į paskutinį puslapį"
|
507 |
+
|
508 |
+
#: lib/core/class-groups-pagination.php:144
|
509 |
+
msgid "Go to the next page"
|
510 |
+
msgstr "Eiti į sekantį puslapį"
|
511 |
+
|
512 |
+
#: lib/core/class-groups-pagination.php:124
|
513 |
+
msgid "Go to the previous page"
|
514 |
+
msgstr "Eiti į paskiausią puslapį"
|
515 |
+
|
516 |
#: lib/admin/groups-admin-groups.php:304
|
517 |
msgid "Group"
|
518 |
msgstr "Grupė"
|
519 |
|
520 |
+
#: lib/admin/class-groups-admin-users.php:212
|
521 |
msgid "Group Actions"
|
522 |
msgstr ""
|
523 |
|
534 |
msgid "Group Name : %s"
|
535 |
msgstr "Grupės Pavadinimas : %s"
|
536 |
|
537 |
+
#: lib/access/class-groups-access-meta-boxes.php:476
|
538 |
+
msgctxt "Attachment field label"
|
539 |
+
msgid "Groups"
|
540 |
+
msgstr "Grupės"
|
541 |
+
|
542 |
+
#: lib/admin/class-groups-admin-posts.php:214
|
543 |
+
msgctxt "Bulk edit field label"
|
544 |
+
msgid "Groups"
|
545 |
+
msgstr "Grupės"
|
546 |
+
|
547 |
+
#: lib/admin/class-groups-admin-post-columns.php:96
|
548 |
+
msgctxt "Column header"
|
549 |
+
msgid "Groups"
|
550 |
+
msgstr "Grupės"
|
551 |
+
|
552 |
+
#: lib/admin/class-groups-admin-users.php:357
|
553 |
+
msgctxt "Column header (Users)"
|
554 |
+
msgid "Groups"
|
555 |
+
msgstr "Grupės"
|
556 |
+
|
557 |
#: lib/admin/class-groups-admin-user-profile.php:72
|
558 |
+
msgctxt "Groups section heading (add user)"
|
559 |
+
msgid "Groups"
|
560 |
+
msgstr "Grupės"
|
561 |
+
|
562 |
#: lib/admin/class-groups-admin-user-profile.php:159
|
563 |
+
msgctxt "Groups section heading (edit user)"
|
564 |
+
msgid "Groups"
|
565 |
+
msgstr "Grupės"
|
566 |
+
|
567 |
+
#: lib/admin/class-groups-admin-user-profile.php:135
|
568 |
+
msgctxt "Groups section heading (user profile)"
|
569 |
+
msgid "Groups"
|
570 |
+
msgstr "Grupės"
|
571 |
+
|
572 |
+
#: lib/access/class-groups-access-meta-boxes.php:120
|
573 |
+
msgctxt "Help heading"
|
574 |
+
msgid "Groups"
|
575 |
+
msgstr "Grupės"
|
576 |
+
|
577 |
+
#: lib/access/class-groups-access-meta-boxes.php:117
|
578 |
+
msgctxt "Help tab title"
|
579 |
+
msgid "Groups"
|
580 |
+
msgstr "Grupės"
|
581 |
+
|
582 |
#: lib/core/class-groups-help.php:68 lib/core/class-groups-help.php:69
|
583 |
+
msgctxt "Help tab title and heading"
|
584 |
msgid "Groups"
|
585 |
msgstr "Grupės"
|
586 |
|
587 |
+
#: lib/core/class-groups-help.php:63
|
588 |
+
msgctxt "Help title"
|
589 |
msgid "Groups"
|
590 |
+
msgstr "Grupės"
|
591 |
|
592 |
+
#: lib/access/class-groups-access-meta-boxes.php:103
|
593 |
msgctxt "Meta box title"
|
594 |
msgid "Groups"
|
595 |
+
msgstr "Grupės"
|
596 |
+
|
597 |
+
#: lib/admin/class-groups-admin.php:245
|
598 |
+
msgctxt "Network menu page title"
|
599 |
+
msgid "Groups"
|
600 |
+
msgstr "Grupės"
|
601 |
+
|
602 |
+
#: lib/admin/class-groups-admin.php:278
|
603 |
+
msgctxt "Plugin action link"
|
604 |
+
msgid "Groups"
|
605 |
+
msgstr "Grupės"
|
606 |
|
607 |
#: lib/admin/class-groups-admin.php:141
|
608 |
msgctxt "menu item title"
|
609 |
msgid "Groups"
|
610 |
+
msgstr "Grupės"
|
611 |
|
612 |
#: lib/admin/class-groups-admin.php:159 lib/admin/groups-admin-groups.php:199
|
613 |
msgctxt "page-title"
|
614 |
msgid "Groups"
|
615 |
+
msgstr "Grupės"
|
616 |
|
617 |
#: lib/admin/class-groups-admin-welcome.php:202
|
618 |
#, php-format
|
621 |
"instead of capabilities used in previous versions."
|
622 |
msgstr ""
|
623 |
|
624 |
+
#: lib/admin/class-groups-admin-posts.php:138
|
625 |
+
#: lib/admin/class-groups-admin-posts.php:139
|
626 |
msgid "Groups …"
|
627 |
msgstr ""
|
628 |
|
638 |
msgid "Groups Options"
|
639 |
msgstr ""
|
640 |
|
641 |
+
#: lib/admin/class-groups-admin.php:310
|
642 |
msgid "Groups is configured to delete its plugin data on deactivation."
|
643 |
msgstr "Grupės sukonfigūruotas ištrinti savo duomenis, kai jis yra išjungtas."
|
644 |
|
658 |
"Čia Jūs galite <strong>pridėti</strong>, <strong>redaguoti</strong> ir "
|
659 |
"<strong>pašalinti</strong> grupes."
|
660 |
|
661 |
+
#: lib/admin/class-groups-admin-notice.php:138
|
662 |
+
msgid "I have already done that."
|
663 |
+
msgstr ""
|
664 |
+
|
665 |
#: lib/admin/groups-admin-capabilities.php:313
|
666 |
#: lib/admin/groups-admin-groups.php:303
|
667 |
msgid "ID"
|
695 |
msgid "Improved User Interface"
|
696 |
msgstr ""
|
697 |
|
698 |
+
#: lib/access/class-groups-access-meta-boxes.php:145
|
699 |
msgid ""
|
700 |
"In the same field, you can create a new group and restrict access. Group "
|
701 |
"names are case-sensitive. In order to be able to use the new group, your "
|
708 |
"capabilities will be offered to restrict access to posts."
|
709 |
msgstr ""
|
710 |
|
711 |
+
#: lib/admin/groups-admin-groups-edit.php:146
|
712 |
msgid "Inherited capabilities:"
|
713 |
msgstr ""
|
714 |
|
715 |
+
#: lib/access/class-groups-post-access.php:154
|
716 |
+
msgid "Invalid post ID."
|
717 |
+
msgstr ""
|
718 |
+
|
719 |
#: lib/admin/class-groups-admin-welcome.php:158
|
720 |
msgid ""
|
721 |
"It seems that you have updated from Groups 1.x where access restrictions "
|
737 |
msgstr ""
|
738 |
|
739 |
#: legacy/access/class-groups-access-meta-boxes-legacy.php:137
|
740 |
+
#: lib/access/class-groups-access-meta-boxes.php:137
|
741 |
msgid ""
|
742 |
"Let's assume that you want to limit the visibility of a post to members of "
|
743 |
"the <em>Premium</em> group."
|
747 |
msgid "Log out"
|
748 |
msgstr ""
|
749 |
|
750 |
+
#: lib/admin/class-groups-admin-notice.php:131
|
751 |
+
msgid "Many thanks for using <strong>Groups</strong>!"
|
752 |
+
msgstr ""
|
753 |
+
|
754 |
#: legacy/access/class-groups-access-meta-boxes-legacy.php:503
|
755 |
+
#: lib/access/class-groups-access-meta-boxes.php:416
|
756 |
msgid "Media"
|
757 |
msgstr ""
|
758 |
|
823 |
"assigned."
|
824 |
msgstr ""
|
825 |
|
826 |
+
#: lib/access/class-groups-access-meta-boxes.php:129
|
827 |
msgid "Note that you must be a member of a group to use it to restrict access."
|
828 |
msgstr ""
|
829 |
|
857 |
msgid "One or more capabilities required to read the entry."
|
858 |
msgstr ""
|
859 |
|
860 |
+
#: lib/admin/class-groups-admin-post-columns.php:95
|
861 |
msgid "One or more groups granting access to entries."
|
862 |
msgstr ""
|
863 |
|
869 |
"to read this %s."
|
870 |
msgstr ""
|
871 |
|
872 |
+
#: lib/admin/class-groups-admin.php:209
|
873 |
+
msgid "Options"
|
874 |
+
msgstr "Parinktys"
|
875 |
+
|
876 |
#: lib/core/class-groups-help.php:70
|
877 |
+
msgctxt "Help tab title and heading"
|
878 |
+
msgid "Options"
|
879 |
+
msgstr "Parinktys"
|
880 |
+
|
881 |
+
#: lib/admin/class-groups-admin.php:270
|
882 |
+
msgctxt "Plugin action link"
|
883 |
msgid "Options"
|
884 |
msgstr "Parinktys"
|
885 |
|
932 |
"the new access restrictions."
|
933 |
msgstr ""
|
934 |
|
935 |
+
#: lib/access/class-groups-access-meta-boxes.php:472
|
936 |
#, php-format
|
937 |
msgid ""
|
938 |
"Please use <a href=\"%s\" target=\"_blank\">Groups File Access</a> for files "
|
940 |
msgstr ""
|
941 |
|
942 |
#: legacy/access/class-groups-access-meta-boxes-legacy.php:189
|
943 |
+
#: lib/access/class-groups-access-meta-boxes.php:171
|
944 |
msgid "Post"
|
945 |
msgstr "Įrašas"
|
946 |
|
962 |
msgid "Quick-create group & capability"
|
963 |
msgstr ""
|
964 |
|
965 |
+
#: lib/access/class-groups-access-meta-boxes.php:208
|
966 |
+
#: lib/access/class-groups-access-meta-boxes.php:418
|
967 |
msgid "Read"
|
968 |
msgstr ""
|
969 |
|
988 |
msgid "Registered"
|
989 |
msgstr "Priregistruota"
|
990 |
|
991 |
+
#: lib/admin/class-groups-admin-notice.php:151
|
992 |
+
msgid "Remind me later"
|
993 |
+
msgstr ""
|
994 |
+
|
995 |
#: lib/admin/groups-admin-capabilities-remove.php:62
|
996 |
#: lib/admin/groups-admin-capabilities-remove.php:149
|
997 |
#: lib/admin/groups-admin-capabilities.php:372
|
1018 |
msgid "Remove capability"
|
1019 |
msgstr ""
|
1020 |
|
1021 |
+
#: lib/admin/class-groups-admin-users.php:214
|
1022 |
msgid "Remove from group"
|
1023 |
msgstr ""
|
1024 |
|
1031 |
msgstr ""
|
1032 |
|
1033 |
#: legacy/admin/class-groups-admin-posts-legacy.php:186
|
1034 |
+
#: lib/admin/class-groups-admin-posts.php:219
|
1035 |
msgid "Remove restriction"
|
1036 |
msgstr ""
|
1037 |
|
1039 |
msgid "Restrict Access"
|
1040 |
msgstr ""
|
1041 |
|
1042 |
+
#: lib/access/class-groups-access-meta-boxes.php:234
|
1043 |
#, php-format
|
1044 |
msgid "Restricts the visibility of this %s to members of the chosen groups."
|
1045 |
msgstr ""
|
1046 |
|
1047 |
+
#: lib/access/class-groups-access-meta-boxes.php:466
|
1048 |
msgid "Restricts the visibility of this entry to members of the chosen groups."
|
1049 |
msgstr ""
|
1050 |
|
1058 |
msgstr "Rolė"
|
1059 |
|
1060 |
#: lib/admin/groups-admin-capabilities-edit.php:77
|
1061 |
+
#: lib/admin/groups-admin-groups-edit.php:163
|
1062 |
#: lib/admin/groups-admin-options.php:191
|
1063 |
#: lib/admin/groups-admin-options.php:314
|
1064 |
+
#: lib/admin/groups-admin-options.php:369
|
1065 |
msgid "Save"
|
1066 |
msgstr "Įrašyti"
|
1067 |
|
1086 |
msgid "Switching to Groups %s"
|
1087 |
msgstr ""
|
1088 |
|
1089 |
+
#: lib/admin/class-groups-admin-posts.php:177
|
1090 |
msgid "Terms"
|
1091 |
msgstr ""
|
1092 |
|
1129 |
msgid "The <em>%s</em> capability has been updated."
|
1130 |
msgstr ""
|
1131 |
|
1132 |
+
#: lib/admin/groups-admin-groups-edit.php:209
|
1133 |
#, php-format
|
1134 |
msgid ""
|
1135 |
"The <em>%s</em> group already exists and cannot be used to name this one."
|
1155 |
msgid "The <em>Capability</em> must not be empty."
|
1156 |
msgstr ""
|
1157 |
|
1158 |
+
#: lib/admin/groups-admin-groups-edit.php:201
|
1159 |
msgid "The <em>Name</em> must not be empty."
|
1160 |
msgstr ""
|
1161 |
|
1162 |
+
#: lib/access/class-groups-access-meta-boxes.php:470
|
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."
|
1240 |
"capabilities, your entries will still be protected."
|
1241 |
msgstr ""
|
1242 |
|
1243 |
+
#: lib/access/class-groups-post-access.php:636
|
1244 |
msgid ""
|
1245 |
"This method is deprecated. You should use Groups_Post_Access_Legacy::"
|
1246 |
"get_read_post_capabilities() to retrieve the capabilities instead."
|
1295 |
"pages and other post types."
|
1296 |
msgstr ""
|
1297 |
|
1298 |
+
#: lib/access/class-groups-access-meta-boxes.php:123
|
1299 |
msgid ""
|
1300 |
"Use the <em>Groups</em> box to limit the visibility of posts, pages and "
|
1301 |
"other post types."
|
1305 |
msgid "User profiles"
|
1306 |
msgstr ""
|
1307 |
|
1308 |
+
#: lib/admin/class-groups-admin-users.php:281
|
1309 |
+
msgctxt "label title for conjunctive groups filter checkbox"
|
1310 |
+
msgid "Users must belong to all chosen groups"
|
1311 |
+
msgstr ""
|
1312 |
+
|
1313 |
#: legacy/access/class-groups-access-meta-boxes-legacy.php:141
|
1314 |
msgid "Using the quick-create field"
|
1315 |
msgstr ""
|
1330 |
msgid "View the Welcome screen for this version of Groups"
|
1331 |
msgstr ""
|
1332 |
|
1333 |
+
#: lib/admin/class-groups-admin.php:306
|
1334 |
msgid "Warning!"
|
1335 |
msgstr ""
|
1336 |
|
1363 |
"groups/\">Documentation</a> pages to know more about how to use it."
|
1364 |
msgstr ""
|
1365 |
|
1366 |
+
#: lib/admin/class-groups-admin-notice.php:145
|
1367 |
+
msgid "Yes, here we go!"
|
1368 |
+
msgstr ""
|
1369 |
+
|
1370 |
#: lib/views/class-groups-shortcodes.php:527
|
1371 |
#, php-format
|
1372 |
msgid "You are a member of the %s group."
|
1384 |
"enabled."
|
1385 |
msgstr ""
|
1386 |
|
1387 |
+
#: lib/admin/class-groups-admin-notice.php:157
|
1388 |
+
#, php-format
|
1389 |
+
msgid ""
|
1390 |
+
"You can also follow <a href=\"%s\">@itthinx</a> on Twitter or visit <a href="
|
1391 |
+
"\"%s\" target=\"_blank\">itthinx.com</a> to check out other free and premium "
|
1392 |
+
"plugins we provide."
|
1393 |
+
msgstr ""
|
1394 |
+
|
1395 |
#: legacy/access/class-groups-access-meta-boxes-legacy.php:312
|
1396 |
msgid ""
|
1397 |
"You can create a new group and capability here. The capability will be "
|
1404 |
"your user account will be assigned to the group."
|
1405 |
msgstr ""
|
1406 |
|
1407 |
+
#: lib/access/class-groups-access-meta-boxes.php:201
|
1408 |
+
#: lib/access/class-groups-access-meta-boxes.php:451
|
1409 |
msgid "You can create a new group by indicating the group's name."
|
1410 |
msgstr ""
|
1411 |
|
1412 |
+
#: lib/access/class-groups-access-meta-boxes.php:195
|
1413 |
#, php-format
|
1414 |
msgid ""
|
1415 |
"You can restrict the visibility of this %1$s to group members. Choose one or "
|
1417 |
"%3$s is visible to anyone."
|
1418 |
msgstr ""
|
1419 |
|
1420 |
+
#: lib/access/class-groups-access-meta-boxes.php:450
|
1421 |
msgid ""
|
1422 |
"You can restrict the visibility to group members. Choose one or more groups "
|
1423 |
"to restrict access. If no groups are chosen, this entry is visible to anyone."
|
1429 |
"restriction."
|
1430 |
msgstr ""
|
1431 |
|
1432 |
+
#: lib/access/class-groups-access-meta-boxes.php:126
|
1433 |
msgid "You can select one or more groups to restrict access to its members."
|
1434 |
msgstr ""
|
1435 |
|
1436 |
#: legacy/access/class-groups-access-meta-boxes-legacy.php:290
|
1437 |
+
#: lib/access/class-groups-access-meta-boxes.php:241
|
1438 |
msgid "You cannot set any access restrictions."
|
1439 |
msgstr ""
|
1440 |
|
1454 |
"read access."
|
1455 |
msgstr ""
|
1456 |
|
1457 |
+
#: lib/access/class-groups-access-meta-boxes.php:247
|
1458 |
msgid "You need to have permission to set access restrictions."
|
1459 |
msgstr ""
|
1460 |
|
1461 |
+
#: lib/access/class-groups-post-access.php:511
|
1462 |
msgid ""
|
1463 |
"You should use Groups_Post_Access_Legacy::create() to pass a capability "
|
1464 |
"restriction instead."
|
1515 |
#~ "target=\"_blank\">Groups</a> papildinį, kurį sukūrė <a href=\"http://www."
|
1516 |
#~ "itthinx.com\" target=\"_blank\">itthinx</a>."
|
1517 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1518 |
#~ msgid "http://www.itthinx.com/plugins/groups"
|
1519 |
#~ msgstr "http://www.itthinx.com/plugins/groups"
|
1520 |
|
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:
|
8 |
-
"PO-Revision-Date:
|
9 |
"Last-Translator: Carsten <carsten@presis.nl>\n"
|
10 |
"Language-Team: \n"
|
11 |
"Language: nl_NL\n"
|
@@ -14,7 +14,7 @@ msgstr ""
|
|
14 |
"Content-Transfer-Encoding: 8bit\n"
|
15 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
16 |
"X-Poedit-SourceCharset: UTF-8\n"
|
17 |
-
"X-Generator: Poedit 2.
|
18 |
|
19 |
#: lib/core/class-groups-pagination.php:140
|
20 |
#, php-format
|
@@ -22,17 +22,29 @@ 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:
|
27 |
msgid "— No Change —"
|
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:
|
36 |
msgid "--"
|
37 |
msgstr "--"
|
38 |
|
@@ -97,8 +109,8 @@ msgstr ""
|
|
97 |
#: lib/admin/groups-admin-groups-add.php:139
|
98 |
#: lib/admin/groups-admin-groups-add.php:143
|
99 |
#: lib/admin/groups-admin-groups-edit.php:37
|
100 |
-
#: lib/admin/groups-admin-groups-edit.php:
|
101 |
-
#: lib/admin/groups-admin-groups-edit.php:
|
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
|
@@ -150,11 +162,11 @@ msgid "Add capability"
|
|
150 |
msgstr ""
|
151 |
|
152 |
#: legacy/admin/class-groups-admin-posts-legacy.php:185
|
153 |
-
#: lib/admin/class-groups-admin-posts.php:
|
154 |
msgid "Add restriction"
|
155 |
msgstr ""
|
156 |
|
157 |
-
#: lib/admin/class-groups-admin-users.php:
|
158 |
msgid "Add to group"
|
159 |
msgstr ""
|
160 |
|
@@ -187,7 +199,7 @@ msgid ""
|
|
187 |
"capabilities."
|
188 |
msgstr "Beheerders kunnen alle toegangsrechten van Groepen overschrijven."
|
189 |
|
190 |
-
#: lib/admin/class-groups-admin-posts.php:
|
191 |
msgid "Also look for groups related to terms"
|
192 |
msgstr ""
|
193 |
|
@@ -203,14 +215,14 @@ msgid ""
|
|
203 |
"the Users admin screen."
|
204 |
msgstr ""
|
205 |
|
206 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
207 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
208 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
209 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
210 |
msgid "Anyone …"
|
211 |
msgstr ""
|
212 |
|
213 |
-
#: lib/admin/class-groups-admin-users.php:
|
214 |
#: lib/admin/groups-admin-capabilities.php:334
|
215 |
#: lib/admin/groups-admin-capabilities.php:360
|
216 |
#: lib/admin/groups-admin-capabilities.php:374
|
@@ -230,7 +242,7 @@ msgstr ""
|
|
230 |
msgid "Bulk Actions"
|
231 |
msgstr ""
|
232 |
|
233 |
-
#: lib/admin/groups-admin-options.php:
|
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 "
|
@@ -253,7 +265,7 @@ msgstr ""
|
|
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:
|
257 |
#: lib/admin/groups-admin-groups-remove.php:64
|
258 |
#: lib/admin/groups-admin-groups-remove.php:154
|
259 |
msgid "Cancel"
|
@@ -264,7 +276,12 @@ msgstr "Annuleren"
|
|
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
|
|
|
|
|
|
|
|
|
|
|
268 |
msgid "Capabilities"
|
269 |
msgstr "Rechten"
|
270 |
|
@@ -288,8 +305,8 @@ msgstr "Recht: %s"
|
|
288 |
msgid "Capability ID"
|
289 |
msgstr ""
|
290 |
|
291 |
-
#: lib/admin/class-groups-admin-posts.php:
|
292 |
-
#: lib/admin/class-groups-admin-posts.php:
|
293 |
msgid "Choose access restriction groups …"
|
294 |
msgstr ""
|
295 |
|
@@ -307,10 +324,10 @@ msgstr ""
|
|
307 |
#: lib/admin/class-groups-admin-user-profile.php:81
|
308 |
#: lib/admin/class-groups-admin-user-profile.php:169
|
309 |
#: lib/admin/class-groups-admin-user-profile.php:170
|
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:
|
313 |
#: lib/admin/class-groups-admin-users.php:252
|
|
|
314 |
msgid "Choose groups …"
|
315 |
msgstr ""
|
316 |
|
@@ -323,7 +340,7 @@ msgid ""
|
|
323 |
"capability enabled for access restriction on the fly."
|
324 |
msgstr ""
|
325 |
|
326 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
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)."
|
@@ -350,11 +367,20 @@ msgstr ""
|
|
350 |
msgid "Click to toggle the display of groups that grant the capabilities."
|
351 |
msgstr ""
|
352 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
353 |
#: lib/admin/groups-admin-options.php:286
|
354 |
msgid "Deactivation and data persistence"
|
355 |
-
msgstr "Deactivatie en blijvendheid van data
|
356 |
|
357 |
-
#: lib/admin/groups-admin-options.php:
|
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"
|
@@ -428,11 +454,11 @@ msgid ""
|
|
428 |
msgstr ""
|
429 |
|
430 |
#: legacy/access/class-groups-access-meta-boxes-legacy.php:135
|
431 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
432 |
msgid "Example:"
|
433 |
msgstr ""
|
434 |
|
435 |
-
#: lib/admin/class-groups-admin-users.php:
|
436 |
msgid "Filter"
|
437 |
msgstr ""
|
438 |
|
@@ -464,11 +490,27 @@ msgid ""
|
|
464 |
"capability to restrict access."
|
465 |
msgstr ""
|
466 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
467 |
#: lib/admin/groups-admin-groups.php:304
|
468 |
msgid "Group"
|
469 |
msgstr "Groep"
|
470 |
|
471 |
-
#: lib/admin/class-groups-admin-users.php:
|
472 |
msgid "Group Actions"
|
473 |
msgstr ""
|
474 |
|
@@ -485,39 +527,85 @@ msgstr "Groepnaam"
|
|
485 |
msgid "Group Name : %s"
|
486 |
msgstr "Groepnaam: %s"
|
487 |
|
488 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
489 |
-
|
490 |
-
|
491 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
492 |
#: lib/admin/class-groups-admin-user-profile.php:72
|
493 |
-
|
|
|
|
|
|
|
494 |
#: lib/admin/class-groups-admin-user-profile.php:159
|
495 |
-
|
496 |
-
|
497 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
498 |
#: lib/core/class-groups-help.php:68 lib/core/class-groups-help.php:69
|
|
|
499 |
msgid "Groups"
|
500 |
msgstr "Groepen"
|
501 |
|
502 |
-
#: lib/
|
503 |
-
msgctxt "
|
504 |
msgid "Groups"
|
505 |
-
msgstr ""
|
506 |
|
507 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
508 |
msgctxt "Meta box title"
|
509 |
msgid "Groups"
|
510 |
-
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
511 |
|
512 |
#: lib/admin/class-groups-admin.php:141
|
513 |
msgctxt "menu item title"
|
514 |
msgid "Groups"
|
515 |
-
msgstr ""
|
516 |
|
517 |
#: lib/admin/class-groups-admin.php:159 lib/admin/groups-admin-groups.php:199
|
518 |
msgctxt "page-title"
|
519 |
msgid "Groups"
|
520 |
-
msgstr ""
|
521 |
|
522 |
#: lib/admin/class-groups-admin-welcome.php:202
|
523 |
#, php-format
|
@@ -526,8 +614,8 @@ msgid ""
|
|
526 |
"instead of capabilities used in previous versions."
|
527 |
msgstr ""
|
528 |
|
529 |
-
#: lib/admin/class-groups-admin-posts.php:
|
530 |
-
#: lib/admin/class-groups-admin-posts.php:
|
531 |
msgid "Groups …"
|
532 |
msgstr ""
|
533 |
|
@@ -543,7 +631,7 @@ msgstr "Groep mogelijkheden"
|
|
543 |
msgid "Groups Options"
|
544 |
msgstr ""
|
545 |
|
546 |
-
#: lib/admin/class-groups-admin.php:
|
547 |
msgid "Groups is configured to delete its plugin data on deactivation."
|
548 |
msgstr "Groups verwijderen al zijn gegevens bij deactivering."
|
549 |
|
@@ -563,6 +651,10 @@ msgstr ""
|
|
563 |
"Hier kun groepen worden <strong>toegevoegd</strong>, <strong>bewerkt</"
|
564 |
"strong> en verwijderd</strong>."
|
565 |
|
|
|
|
|
|
|
|
|
566 |
#: lib/admin/groups-admin-capabilities.php:313
|
567 |
#: lib/admin/groups-admin-groups.php:303
|
568 |
msgid "ID"
|
@@ -596,7 +688,7 @@ msgstr ""
|
|
596 |
msgid "Improved User Interface"
|
597 |
msgstr ""
|
598 |
|
599 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
600 |
msgid ""
|
601 |
"In the same field, you can create a new group and restrict access. Group "
|
602 |
"names are case-sensitive. In order to be able to use the new group, your "
|
@@ -609,10 +701,14 @@ msgid ""
|
|
609 |
"capabilities will be offered to restrict access to posts."
|
610 |
msgstr ""
|
611 |
|
612 |
-
#: lib/admin/groups-admin-groups-edit.php:
|
613 |
msgid "Inherited capabilities:"
|
614 |
msgstr ""
|
615 |
|
|
|
|
|
|
|
|
|
616 |
#: lib/admin/class-groups-admin-welcome.php:158
|
617 |
msgid ""
|
618 |
"It seems that you have updated from Groups 1.x where access restrictions "
|
@@ -634,7 +730,7 @@ msgid "Legacy Settings"
|
|
634 |
msgstr ""
|
635 |
|
636 |
#: legacy/access/class-groups-access-meta-boxes-legacy.php:137
|
637 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
638 |
msgid ""
|
639 |
"Let's assume that you want to limit the visibility of a post to members of "
|
640 |
"the <em>Premium</em> group."
|
@@ -644,8 +740,12 @@ msgstr ""
|
|
644 |
msgid "Log out"
|
645 |
msgstr ""
|
646 |
|
|
|
|
|
|
|
|
|
647 |
#: legacy/access/class-groups-access-meta-boxes-legacy.php:503
|
648 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
649 |
msgid "Media"
|
650 |
msgstr ""
|
651 |
|
@@ -715,7 +815,7 @@ msgid ""
|
|
715 |
"assigned."
|
716 |
msgstr ""
|
717 |
|
718 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
719 |
msgid "Note that you must be a member of a group to use it to restrict access."
|
720 |
msgstr ""
|
721 |
|
@@ -748,7 +848,7 @@ msgstr[1] ""
|
|
748 |
msgid "One or more capabilities required to read the entry."
|
749 |
msgstr ""
|
750 |
|
751 |
-
#: lib/admin/class-groups-admin-post-columns.php:
|
752 |
msgid "One or more groups granting access to entries."
|
753 |
msgstr ""
|
754 |
|
@@ -762,8 +862,17 @@ msgstr ""
|
|
762 |
"Alleen groepen of gebruikers met één van de geselecteerde rechten kunnen "
|
763 |
"dit / deze %s lezen."
|
764 |
|
765 |
-
#: lib/admin/class-groups-admin.php:209
|
|
|
|
|
|
|
766 |
#: lib/core/class-groups-help.php:70
|
|
|
|
|
|
|
|
|
|
|
|
|
767 |
msgid "Options"
|
768 |
msgstr "Opties"
|
769 |
|
@@ -816,7 +925,7 @@ msgid ""
|
|
816 |
"the new access restrictions."
|
817 |
msgstr ""
|
818 |
|
819 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
820 |
#, php-format
|
821 |
msgid ""
|
822 |
"Please use <a href=\"%s\" target=\"_blank\">Groups File Access</a> for files "
|
@@ -824,7 +933,7 @@ msgid ""
|
|
824 |
msgstr ""
|
825 |
|
826 |
#: legacy/access/class-groups-access-meta-boxes-legacy.php:189
|
827 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
828 |
msgid "Post"
|
829 |
msgstr "Bericht"
|
830 |
|
@@ -846,8 +955,8 @@ msgstr ""
|
|
846 |
msgid "Quick-create group & capability"
|
847 |
msgstr ""
|
848 |
|
849 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
850 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
851 |
msgid "Read"
|
852 |
msgstr ""
|
853 |
|
@@ -872,6 +981,10 @@ msgstr ""
|
|
872 |
msgid "Registered"
|
873 |
msgstr "Geregistreerd"
|
874 |
|
|
|
|
|
|
|
|
|
875 |
#: lib/admin/groups-admin-capabilities-remove.php:62
|
876 |
#: lib/admin/groups-admin-capabilities-remove.php:149
|
877 |
#: lib/admin/groups-admin-capabilities.php:372
|
@@ -898,7 +1011,7 @@ msgstr ""
|
|
898 |
msgid "Remove capability"
|
899 |
msgstr ""
|
900 |
|
901 |
-
#: lib/admin/class-groups-admin-users.php:
|
902 |
msgid "Remove from group"
|
903 |
msgstr ""
|
904 |
|
@@ -911,7 +1024,7 @@ msgid "Remove groups"
|
|
911 |
msgstr ""
|
912 |
|
913 |
#: legacy/admin/class-groups-admin-posts-legacy.php:186
|
914 |
-
#: lib/admin/class-groups-admin-posts.php:
|
915 |
msgid "Remove restriction"
|
916 |
msgstr ""
|
917 |
|
@@ -919,12 +1032,12 @@ msgstr ""
|
|
919 |
msgid "Restrict Access"
|
920 |
msgstr ""
|
921 |
|
922 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
923 |
#, php-format
|
924 |
msgid "Restricts the visibility of this %s to members of the chosen groups."
|
925 |
msgstr ""
|
926 |
|
927 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
928 |
msgid "Restricts the visibility of this entry to members of the chosen groups."
|
929 |
msgstr ""
|
930 |
|
@@ -938,10 +1051,10 @@ msgid "Role"
|
|
938 |
msgstr "Rol"
|
939 |
|
940 |
#: lib/admin/groups-admin-capabilities-edit.php:77
|
941 |
-
#: lib/admin/groups-admin-groups-edit.php:
|
942 |
#: lib/admin/groups-admin-options.php:191
|
943 |
#: lib/admin/groups-admin-options.php:314
|
944 |
-
#: lib/admin/groups-admin-options.php:
|
945 |
msgid "Save"
|
946 |
msgstr "Opslaan"
|
947 |
|
@@ -966,7 +1079,7 @@ msgstr "Toon de groepen in boomweergave."
|
|
966 |
msgid "Switching to Groups %s"
|
967 |
msgstr ""
|
968 |
|
969 |
-
#: lib/admin/class-groups-admin-posts.php:
|
970 |
msgid "Terms"
|
971 |
msgstr ""
|
972 |
|
@@ -1012,7 +1125,7 @@ msgstr ""
|
|
1012 |
msgid "The <em>%s</em> capability has been updated."
|
1013 |
msgstr ""
|
1014 |
|
1015 |
-
#: lib/admin/groups-admin-groups-edit.php:
|
1016 |
#, php-format
|
1017 |
msgid ""
|
1018 |
"The <em>%s</em> group already exists and cannot be used to name this one."
|
@@ -1038,11 +1151,11 @@ msgstr ""
|
|
1038 |
msgid "The <em>Capability</em> must not be empty."
|
1039 |
msgstr ""
|
1040 |
|
1041 |
-
#: lib/admin/groups-admin-groups-edit.php:
|
1042 |
msgid "The <em>Name</em> must not be empty."
|
1043 |
msgstr ""
|
1044 |
|
1045 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
1046 |
msgid ""
|
1047 |
"The attachment page is restricted to authorized users, but due to technical "
|
1048 |
"limitations, the file can still be accessed directly via its URL."
|
@@ -1121,7 +1234,7 @@ msgid ""
|
|
1121 |
"capabilities, your entries will still be protected."
|
1122 |
msgstr ""
|
1123 |
|
1124 |
-
#: lib/access/class-groups-post-access.php:
|
1125 |
msgid ""
|
1126 |
"This method is deprecated. You should use Groups_Post_Access_Legacy::"
|
1127 |
"get_read_post_capabilities() to retrieve the capabilities instead."
|
@@ -1176,7 +1289,7 @@ msgid ""
|
|
1176 |
"pages and other post types."
|
1177 |
msgstr ""
|
1178 |
|
1179 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
1180 |
msgid ""
|
1181 |
"Use the <em>Groups</em> box to limit the visibility of posts, pages and "
|
1182 |
"other post types."
|
@@ -1186,6 +1299,11 @@ msgstr ""
|
|
1186 |
msgid "User profiles"
|
1187 |
msgstr ""
|
1188 |
|
|
|
|
|
|
|
|
|
|
|
1189 |
#: legacy/access/class-groups-access-meta-boxes-legacy.php:141
|
1190 |
msgid "Using the quick-create field"
|
1191 |
msgstr ""
|
@@ -1206,7 +1324,7 @@ msgstr ""
|
|
1206 |
msgid "View the Welcome screen for this version of Groups"
|
1207 |
msgstr ""
|
1208 |
|
1209 |
-
#: lib/admin/class-groups-admin.php:
|
1210 |
msgid "Warning!"
|
1211 |
msgstr ""
|
1212 |
|
@@ -1239,6 +1357,10 @@ msgid ""
|
|
1239 |
"groups/\">Documentation</a> pages to know more about how to use it."
|
1240 |
msgstr ""
|
1241 |
|
|
|
|
|
|
|
|
|
1242 |
#: lib/views/class-groups-shortcodes.php:527
|
1243 |
#, php-format
|
1244 |
msgid "You are a member of the %s group."
|
@@ -1256,6 +1378,14 @@ msgid ""
|
|
1256 |
"enabled."
|
1257 |
msgstr ""
|
1258 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1259 |
#: legacy/access/class-groups-access-meta-boxes-legacy.php:312
|
1260 |
msgid ""
|
1261 |
"You can create a new group and capability here. The capability will be "
|
@@ -1268,12 +1398,12 @@ msgid ""
|
|
1268 |
"your user account will be assigned to the group."
|
1269 |
msgstr ""
|
1270 |
|
1271 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
1272 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
1273 |
msgid "You can create a new group by indicating the group's name."
|
1274 |
msgstr ""
|
1275 |
|
1276 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
1277 |
#, php-format
|
1278 |
msgid ""
|
1279 |
"You can restrict the visibility of this %1$s to group members. Choose one or "
|
@@ -1281,7 +1411,7 @@ msgid ""
|
|
1281 |
"%3$s is visible to anyone."
|
1282 |
msgstr ""
|
1283 |
|
1284 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
1285 |
msgid ""
|
1286 |
"You can restrict the visibility to group members. Choose one or more groups "
|
1287 |
"to restrict access. If no groups are chosen, this entry is visible to anyone."
|
@@ -1293,12 +1423,12 @@ msgid ""
|
|
1293 |
"restriction."
|
1294 |
msgstr ""
|
1295 |
|
1296 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
1297 |
msgid "You can select one or more groups to restrict access to its members."
|
1298 |
msgstr ""
|
1299 |
|
1300 |
#: legacy/access/class-groups-access-meta-boxes-legacy.php:290
|
1301 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
1302 |
msgid "You cannot set any access restrictions."
|
1303 |
msgstr ""
|
1304 |
|
@@ -1318,11 +1448,11 @@ msgid ""
|
|
1318 |
"read access."
|
1319 |
msgstr ""
|
1320 |
|
1321 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
1322 |
msgid "You need to have permission to set access restrictions."
|
1323 |
msgstr ""
|
1324 |
|
1325 |
-
#: lib/access/class-groups-post-access.php:
|
1326 |
msgid ""
|
1327 |
"You should use Groups_Post_Access_Legacy::create() to pass a capability "
|
1328 |
"restriction instead."
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Groups 1.2.5\n"
|
6 |
"Report-Msgid-Bugs-To: \n"
|
7 |
+
"POT-Creation-Date: 2019-05-08 21:00+0200\n"
|
8 |
+
"PO-Revision-Date: 2019-05-08 21:03+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 2.2.1\n"
|
18 |
|
19 |
#: lib/core/class-groups-pagination.php:140
|
20 |
#, php-format
|
22 |
msgid "%1$s of %2$s"
|
23 |
msgstr "%1$s van %2$s"
|
24 |
|
25 |
+
#: lib/admin/class-groups-admin-users.php:283
|
26 |
+
msgctxt "label for conjunctive groups filter checkbox"
|
27 |
+
msgid "∩"
|
28 |
+
msgstr "∩"
|
29 |
+
|
30 |
#: legacy/admin/class-groups-admin-posts-legacy.php:184
|
31 |
+
#: lib/admin/class-groups-admin-posts.php:217
|
32 |
msgid "— No Change —"
|
33 |
msgstr ""
|
34 |
|
35 |
+
#: lib/admin/class-groups-admin-posts.php:157
|
36 |
+
msgid "(any)"
|
37 |
+
msgstr ""
|
38 |
+
|
39 |
+
#: lib/admin/class-groups-admin-posts.php:152
|
40 |
+
msgid "(none)"
|
41 |
+
msgstr ""
|
42 |
+
|
43 |
#: legacy/admin/class-groups-admin-posts-legacy.php:136
|
|
|
44 |
msgid "(only unrestricted)"
|
45 |
msgstr ""
|
46 |
|
47 |
+
#: lib/admin/class-groups-admin-users.php:384
|
48 |
msgid "--"
|
49 |
msgstr "--"
|
50 |
|
109 |
#: lib/admin/groups-admin-groups-add.php:139
|
110 |
#: lib/admin/groups-admin-groups-add.php:143
|
111 |
#: lib/admin/groups-admin-groups-edit.php:37
|
112 |
+
#: lib/admin/groups-admin-groups-edit.php:181
|
113 |
+
#: lib/admin/groups-admin-groups-edit.php:185
|
114 |
#: lib/admin/groups-admin-groups-remove.php:35
|
115 |
#: lib/admin/groups-admin-groups-remove.php:83
|
116 |
#: lib/admin/groups-admin-groups-remove.php:87
|
162 |
msgstr ""
|
163 |
|
164 |
#: legacy/admin/class-groups-admin-posts-legacy.php:185
|
165 |
+
#: lib/admin/class-groups-admin-posts.php:218
|
166 |
msgid "Add restriction"
|
167 |
msgstr ""
|
168 |
|
169 |
+
#: lib/admin/class-groups-admin-users.php:213
|
170 |
msgid "Add to group"
|
171 |
msgstr ""
|
172 |
|
199 |
"capabilities."
|
200 |
msgstr "Beheerders kunnen alle toegangsrechten van Groepen overschrijven."
|
201 |
|
202 |
+
#: lib/admin/class-groups-admin-posts.php:175
|
203 |
msgid "Also look for groups related to terms"
|
204 |
msgstr ""
|
205 |
|
215 |
"the Users admin screen."
|
216 |
msgstr ""
|
217 |
|
218 |
+
#: lib/access/class-groups-access-meta-boxes.php:214
|
219 |
+
#: lib/access/class-groups-access-meta-boxes.php:215
|
220 |
+
#: lib/access/class-groups-access-meta-boxes.php:448
|
221 |
+
#: lib/access/class-groups-access-meta-boxes.php:449
|
222 |
msgid "Anyone …"
|
223 |
msgstr ""
|
224 |
|
225 |
+
#: lib/admin/class-groups-admin-users.php:216
|
226 |
#: lib/admin/groups-admin-capabilities.php:334
|
227 |
#: lib/admin/groups-admin-capabilities.php:360
|
228 |
#: lib/admin/groups-admin-capabilities.php:374
|
242 |
msgid "Bulk Actions"
|
243 |
msgstr ""
|
244 |
|
245 |
+
#: lib/admin/groups-admin-options.php:365
|
246 |
msgid ""
|
247 |
"CAUTION: If this option is active while the plugin is deactivated, ALL "
|
248 |
"plugin settings and data will be DELETED for <strong>all sites</strong>. If "
|
265 |
#: lib/admin/groups-admin-capabilities-remove.php:64
|
266 |
#: lib/admin/groups-admin-capabilities-remove.php:150
|
267 |
#: lib/admin/groups-admin-groups-add.php:121
|
268 |
+
#: lib/admin/groups-admin-groups-edit.php:165
|
269 |
#: lib/admin/groups-admin-groups-remove.php:64
|
270 |
#: lib/admin/groups-admin-groups-remove.php:154
|
271 |
msgid "Cancel"
|
276 |
#: lib/admin/groups-admin-capabilities.php:192
|
277 |
#: lib/admin/groups-admin-groups-add.php:97
|
278 |
#: lib/admin/groups-admin-groups-edit.php:117
|
279 |
+
#: lib/admin/groups-admin-groups.php:306
|
280 |
+
msgid "Capabilities"
|
281 |
+
msgstr "Rechten"
|
282 |
+
|
283 |
+
#: lib/core/class-groups-help.php:71
|
284 |
+
msgctxt "Help tab title and heading"
|
285 |
msgid "Capabilities"
|
286 |
msgstr "Rechten"
|
287 |
|
305 |
msgid "Capability ID"
|
306 |
msgstr ""
|
307 |
|
308 |
+
#: lib/admin/class-groups-admin-posts.php:231
|
309 |
+
#: lib/admin/class-groups-admin-posts.php:232
|
310 |
msgid "Choose access restriction groups …"
|
311 |
msgstr ""
|
312 |
|
324 |
#: lib/admin/class-groups-admin-user-profile.php:81
|
325 |
#: lib/admin/class-groups-admin-user-profile.php:169
|
326 |
#: lib/admin/class-groups-admin-user-profile.php:170
|
|
|
327 |
#: lib/admin/class-groups-admin-users.php:191
|
328 |
+
#: lib/admin/class-groups-admin-users.php:192
|
329 |
#: lib/admin/class-groups-admin-users.php:252
|
330 |
+
#: lib/admin/class-groups-admin-users.php:253
|
331 |
msgid "Choose groups …"
|
332 |
msgstr ""
|
333 |
|
340 |
"capability enabled for access restriction on the fly."
|
341 |
msgstr ""
|
342 |
|
343 |
+
#: lib/access/class-groups-access-meta-boxes.php:141
|
344 |
msgid ""
|
345 |
"Choose or enter <em>Premium</em> in the <em>Read</em> field located in the "
|
346 |
"<em>Groups</em> box and save or update the post (or hit Enter)."
|
367 |
msgid "Click to toggle the display of groups that grant the capabilities."
|
368 |
msgstr ""
|
369 |
|
370 |
+
#: lib/admin/class-groups-admin-notice.php:133
|
371 |
+
msgid ""
|
372 |
+
"Could you please spare a minute and give it a review over at WordPress.org?"
|
373 |
+
msgstr ""
|
374 |
+
|
375 |
+
#: lib/core/class-groups-pagination.php:133
|
376 |
+
msgid "Current page"
|
377 |
+
msgstr ""
|
378 |
+
|
379 |
#: lib/admin/groups-admin-options.php:286
|
380 |
msgid "Deactivation and data persistence"
|
381 |
+
msgstr "Deactivatie en blijvendheid van data"
|
382 |
|
383 |
+
#: lib/admin/groups-admin-options.php:361
|
384 |
msgid "Delete all Groups plugin data for ALL sites on network deactivation"
|
385 |
msgstr ""
|
386 |
"Verwijder alle Groups plugin data voor ALLE sites bij netwerk deactivatie"
|
454 |
msgstr ""
|
455 |
|
456 |
#: legacy/access/class-groups-access-meta-boxes-legacy.php:135
|
457 |
+
#: lib/access/class-groups-access-meta-boxes.php:135
|
458 |
msgid "Example:"
|
459 |
msgstr ""
|
460 |
|
461 |
+
#: lib/admin/class-groups-admin-users.php:285
|
462 |
msgid "Filter"
|
463 |
msgstr ""
|
464 |
|
490 |
"capability to restrict access."
|
491 |
msgstr ""
|
492 |
|
493 |
+
#: lib/core/class-groups-pagination.php:117
|
494 |
+
msgid "Go to the first page"
|
495 |
+
msgstr ""
|
496 |
+
|
497 |
+
#: lib/core/class-groups-pagination.php:151
|
498 |
+
msgid "Go to the last page"
|
499 |
+
msgstr ""
|
500 |
+
|
501 |
+
#: lib/core/class-groups-pagination.php:144
|
502 |
+
msgid "Go to the next page"
|
503 |
+
msgstr ""
|
504 |
+
|
505 |
+
#: lib/core/class-groups-pagination.php:124
|
506 |
+
msgid "Go to the previous page"
|
507 |
+
msgstr ""
|
508 |
+
|
509 |
#: lib/admin/groups-admin-groups.php:304
|
510 |
msgid "Group"
|
511 |
msgstr "Groep"
|
512 |
|
513 |
+
#: lib/admin/class-groups-admin-users.php:212
|
514 |
msgid "Group Actions"
|
515 |
msgstr ""
|
516 |
|
527 |
msgid "Group Name : %s"
|
528 |
msgstr "Groepnaam: %s"
|
529 |
|
530 |
+
#: lib/access/class-groups-access-meta-boxes.php:476
|
531 |
+
msgctxt "Attachment field label"
|
532 |
+
msgid "Groups"
|
533 |
+
msgstr "Groepen"
|
534 |
+
|
535 |
+
#: lib/admin/class-groups-admin-posts.php:214
|
536 |
+
msgctxt "Bulk edit field label"
|
537 |
+
msgid "Groups"
|
538 |
+
msgstr "Groepen"
|
539 |
+
|
540 |
+
#: lib/admin/class-groups-admin-post-columns.php:96
|
541 |
+
msgctxt "Column header"
|
542 |
+
msgid "Groups"
|
543 |
+
msgstr "Groepen"
|
544 |
+
|
545 |
+
#: lib/admin/class-groups-admin-users.php:357
|
546 |
+
msgctxt "Column header (Users)"
|
547 |
+
msgid "Groups"
|
548 |
+
msgstr "Groepen"
|
549 |
+
|
550 |
#: lib/admin/class-groups-admin-user-profile.php:72
|
551 |
+
msgctxt "Groups section heading (add user)"
|
552 |
+
msgid "Groups"
|
553 |
+
msgstr "Groepen"
|
554 |
+
|
555 |
#: lib/admin/class-groups-admin-user-profile.php:159
|
556 |
+
msgctxt "Groups section heading (edit user)"
|
557 |
+
msgid "Groups"
|
558 |
+
msgstr "Groepen"
|
559 |
+
|
560 |
+
#: lib/admin/class-groups-admin-user-profile.php:135
|
561 |
+
msgctxt "Groups section heading (user profile)"
|
562 |
+
msgid "Groups"
|
563 |
+
msgstr "Groepen"
|
564 |
+
|
565 |
+
#: lib/access/class-groups-access-meta-boxes.php:120
|
566 |
+
msgctxt "Help heading"
|
567 |
+
msgid "Groups"
|
568 |
+
msgstr "Groepen"
|
569 |
+
|
570 |
+
#: lib/access/class-groups-access-meta-boxes.php:117
|
571 |
+
msgctxt "Help tab title"
|
572 |
+
msgid "Groups"
|
573 |
+
msgstr "Groepen"
|
574 |
+
|
575 |
#: lib/core/class-groups-help.php:68 lib/core/class-groups-help.php:69
|
576 |
+
msgctxt "Help tab title and heading"
|
577 |
msgid "Groups"
|
578 |
msgstr "Groepen"
|
579 |
|
580 |
+
#: lib/core/class-groups-help.php:63
|
581 |
+
msgctxt "Help title"
|
582 |
msgid "Groups"
|
583 |
+
msgstr "Groepen"
|
584 |
|
585 |
+
#: lib/access/class-groups-access-meta-boxes.php:103
|
586 |
msgctxt "Meta box title"
|
587 |
msgid "Groups"
|
588 |
+
msgstr "Groepen"
|
589 |
+
|
590 |
+
#: lib/admin/class-groups-admin.php:245
|
591 |
+
msgctxt "Network menu page title"
|
592 |
+
msgid "Groups"
|
593 |
+
msgstr "Groepen"
|
594 |
+
|
595 |
+
#: lib/admin/class-groups-admin.php:278
|
596 |
+
msgctxt "Plugin action link"
|
597 |
+
msgid "Groups"
|
598 |
+
msgstr "Groepen"
|
599 |
|
600 |
#: lib/admin/class-groups-admin.php:141
|
601 |
msgctxt "menu item title"
|
602 |
msgid "Groups"
|
603 |
+
msgstr "Groepen"
|
604 |
|
605 |
#: lib/admin/class-groups-admin.php:159 lib/admin/groups-admin-groups.php:199
|
606 |
msgctxt "page-title"
|
607 |
msgid "Groups"
|
608 |
+
msgstr "Groepen"
|
609 |
|
610 |
#: lib/admin/class-groups-admin-welcome.php:202
|
611 |
#, php-format
|
614 |
"instead of capabilities used in previous versions."
|
615 |
msgstr ""
|
616 |
|
617 |
+
#: lib/admin/class-groups-admin-posts.php:138
|
618 |
+
#: lib/admin/class-groups-admin-posts.php:139
|
619 |
msgid "Groups …"
|
620 |
msgstr ""
|
621 |
|
631 |
msgid "Groups Options"
|
632 |
msgstr ""
|
633 |
|
634 |
+
#: lib/admin/class-groups-admin.php:310
|
635 |
msgid "Groups is configured to delete its plugin data on deactivation."
|
636 |
msgstr "Groups verwijderen al zijn gegevens bij deactivering."
|
637 |
|
651 |
"Hier kun groepen worden <strong>toegevoegd</strong>, <strong>bewerkt</"
|
652 |
"strong> en verwijderd</strong>."
|
653 |
|
654 |
+
#: lib/admin/class-groups-admin-notice.php:138
|
655 |
+
msgid "I have already done that."
|
656 |
+
msgstr ""
|
657 |
+
|
658 |
#: lib/admin/groups-admin-capabilities.php:313
|
659 |
#: lib/admin/groups-admin-groups.php:303
|
660 |
msgid "ID"
|
688 |
msgid "Improved User Interface"
|
689 |
msgstr ""
|
690 |
|
691 |
+
#: lib/access/class-groups-access-meta-boxes.php:145
|
692 |
msgid ""
|
693 |
"In the same field, you can create a new group and restrict access. Group "
|
694 |
"names are case-sensitive. In order to be able to use the new group, your "
|
701 |
"capabilities will be offered to restrict access to posts."
|
702 |
msgstr ""
|
703 |
|
704 |
+
#: lib/admin/groups-admin-groups-edit.php:146
|
705 |
msgid "Inherited capabilities:"
|
706 |
msgstr ""
|
707 |
|
708 |
+
#: lib/access/class-groups-post-access.php:154
|
709 |
+
msgid "Invalid post ID."
|
710 |
+
msgstr ""
|
711 |
+
|
712 |
#: lib/admin/class-groups-admin-welcome.php:158
|
713 |
msgid ""
|
714 |
"It seems that you have updated from Groups 1.x where access restrictions "
|
730 |
msgstr ""
|
731 |
|
732 |
#: legacy/access/class-groups-access-meta-boxes-legacy.php:137
|
733 |
+
#: lib/access/class-groups-access-meta-boxes.php:137
|
734 |
msgid ""
|
735 |
"Let's assume that you want to limit the visibility of a post to members of "
|
736 |
"the <em>Premium</em> group."
|
740 |
msgid "Log out"
|
741 |
msgstr ""
|
742 |
|
743 |
+
#: lib/admin/class-groups-admin-notice.php:131
|
744 |
+
msgid "Many thanks for using <strong>Groups</strong>!"
|
745 |
+
msgstr ""
|
746 |
+
|
747 |
#: legacy/access/class-groups-access-meta-boxes-legacy.php:503
|
748 |
+
#: lib/access/class-groups-access-meta-boxes.php:416
|
749 |
msgid "Media"
|
750 |
msgstr ""
|
751 |
|
815 |
"assigned."
|
816 |
msgstr ""
|
817 |
|
818 |
+
#: lib/access/class-groups-access-meta-boxes.php:129
|
819 |
msgid "Note that you must be a member of a group to use it to restrict access."
|
820 |
msgstr ""
|
821 |
|
848 |
msgid "One or more capabilities required to read the entry."
|
849 |
msgstr ""
|
850 |
|
851 |
+
#: lib/admin/class-groups-admin-post-columns.php:95
|
852 |
msgid "One or more groups granting access to entries."
|
853 |
msgstr ""
|
854 |
|
862 |
"Alleen groepen of gebruikers met één van de geselecteerde rechten kunnen "
|
863 |
"dit / deze %s lezen."
|
864 |
|
865 |
+
#: lib/admin/class-groups-admin.php:209
|
866 |
+
msgid "Options"
|
867 |
+
msgstr "Opties"
|
868 |
+
|
869 |
#: lib/core/class-groups-help.php:70
|
870 |
+
msgctxt "Help tab title and heading"
|
871 |
+
msgid "Options"
|
872 |
+
msgstr "Opties"
|
873 |
+
|
874 |
+
#: lib/admin/class-groups-admin.php:270
|
875 |
+
msgctxt "Plugin action link"
|
876 |
msgid "Options"
|
877 |
msgstr "Opties"
|
878 |
|
925 |
"the new access restrictions."
|
926 |
msgstr ""
|
927 |
|
928 |
+
#: lib/access/class-groups-access-meta-boxes.php:472
|
929 |
#, php-format
|
930 |
msgid ""
|
931 |
"Please use <a href=\"%s\" target=\"_blank\">Groups File Access</a> for files "
|
933 |
msgstr ""
|
934 |
|
935 |
#: legacy/access/class-groups-access-meta-boxes-legacy.php:189
|
936 |
+
#: lib/access/class-groups-access-meta-boxes.php:171
|
937 |
msgid "Post"
|
938 |
msgstr "Bericht"
|
939 |
|
955 |
msgid "Quick-create group & capability"
|
956 |
msgstr ""
|
957 |
|
958 |
+
#: lib/access/class-groups-access-meta-boxes.php:208
|
959 |
+
#: lib/access/class-groups-access-meta-boxes.php:418
|
960 |
msgid "Read"
|
961 |
msgstr ""
|
962 |
|
981 |
msgid "Registered"
|
982 |
msgstr "Geregistreerd"
|
983 |
|
984 |
+
#: lib/admin/class-groups-admin-notice.php:151
|
985 |
+
msgid "Remind me later"
|
986 |
+
msgstr ""
|
987 |
+
|
988 |
#: lib/admin/groups-admin-capabilities-remove.php:62
|
989 |
#: lib/admin/groups-admin-capabilities-remove.php:149
|
990 |
#: lib/admin/groups-admin-capabilities.php:372
|
1011 |
msgid "Remove capability"
|
1012 |
msgstr ""
|
1013 |
|
1014 |
+
#: lib/admin/class-groups-admin-users.php:214
|
1015 |
msgid "Remove from group"
|
1016 |
msgstr ""
|
1017 |
|
1024 |
msgstr ""
|
1025 |
|
1026 |
#: legacy/admin/class-groups-admin-posts-legacy.php:186
|
1027 |
+
#: lib/admin/class-groups-admin-posts.php:219
|
1028 |
msgid "Remove restriction"
|
1029 |
msgstr ""
|
1030 |
|
1032 |
msgid "Restrict Access"
|
1033 |
msgstr ""
|
1034 |
|
1035 |
+
#: lib/access/class-groups-access-meta-boxes.php:234
|
1036 |
#, php-format
|
1037 |
msgid "Restricts the visibility of this %s to members of the chosen groups."
|
1038 |
msgstr ""
|
1039 |
|
1040 |
+
#: lib/access/class-groups-access-meta-boxes.php:466
|
1041 |
msgid "Restricts the visibility of this entry to members of the chosen groups."
|
1042 |
msgstr ""
|
1043 |
|
1051 |
msgstr "Rol"
|
1052 |
|
1053 |
#: lib/admin/groups-admin-capabilities-edit.php:77
|
1054 |
+
#: lib/admin/groups-admin-groups-edit.php:163
|
1055 |
#: lib/admin/groups-admin-options.php:191
|
1056 |
#: lib/admin/groups-admin-options.php:314
|
1057 |
+
#: lib/admin/groups-admin-options.php:369
|
1058 |
msgid "Save"
|
1059 |
msgstr "Opslaan"
|
1060 |
|
1079 |
msgid "Switching to Groups %s"
|
1080 |
msgstr ""
|
1081 |
|
1082 |
+
#: lib/admin/class-groups-admin-posts.php:177
|
1083 |
msgid "Terms"
|
1084 |
msgstr ""
|
1085 |
|
1125 |
msgid "The <em>%s</em> capability has been updated."
|
1126 |
msgstr ""
|
1127 |
|
1128 |
+
#: lib/admin/groups-admin-groups-edit.php:209
|
1129 |
#, php-format
|
1130 |
msgid ""
|
1131 |
"The <em>%s</em> group already exists and cannot be used to name this one."
|
1151 |
msgid "The <em>Capability</em> must not be empty."
|
1152 |
msgstr ""
|
1153 |
|
1154 |
+
#: lib/admin/groups-admin-groups-edit.php:201
|
1155 |
msgid "The <em>Name</em> must not be empty."
|
1156 |
msgstr ""
|
1157 |
|
1158 |
+
#: lib/access/class-groups-access-meta-boxes.php:470
|
1159 |
msgid ""
|
1160 |
"The attachment page is restricted to authorized users, but due to technical "
|
1161 |
"limitations, the file can still be accessed directly via its URL."
|
1234 |
"capabilities, your entries will still be protected."
|
1235 |
msgstr ""
|
1236 |
|
1237 |
+
#: lib/access/class-groups-post-access.php:636
|
1238 |
msgid ""
|
1239 |
"This method is deprecated. You should use Groups_Post_Access_Legacy::"
|
1240 |
"get_read_post_capabilities() to retrieve the capabilities instead."
|
1289 |
"pages and other post types."
|
1290 |
msgstr ""
|
1291 |
|
1292 |
+
#: lib/access/class-groups-access-meta-boxes.php:123
|
1293 |
msgid ""
|
1294 |
"Use the <em>Groups</em> box to limit the visibility of posts, pages and "
|
1295 |
"other post types."
|
1299 |
msgid "User profiles"
|
1300 |
msgstr ""
|
1301 |
|
1302 |
+
#: lib/admin/class-groups-admin-users.php:281
|
1303 |
+
msgctxt "label title for conjunctive groups filter checkbox"
|
1304 |
+
msgid "Users must belong to all chosen groups"
|
1305 |
+
msgstr ""
|
1306 |
+
|
1307 |
#: legacy/access/class-groups-access-meta-boxes-legacy.php:141
|
1308 |
msgid "Using the quick-create field"
|
1309 |
msgstr ""
|
1324 |
msgid "View the Welcome screen for this version of Groups"
|
1325 |
msgstr ""
|
1326 |
|
1327 |
+
#: lib/admin/class-groups-admin.php:306
|
1328 |
msgid "Warning!"
|
1329 |
msgstr ""
|
1330 |
|
1357 |
"groups/\">Documentation</a> pages to know more about how to use it."
|
1358 |
msgstr ""
|
1359 |
|
1360 |
+
#: lib/admin/class-groups-admin-notice.php:145
|
1361 |
+
msgid "Yes, here we go!"
|
1362 |
+
msgstr ""
|
1363 |
+
|
1364 |
#: lib/views/class-groups-shortcodes.php:527
|
1365 |
#, php-format
|
1366 |
msgid "You are a member of the %s group."
|
1378 |
"enabled."
|
1379 |
msgstr ""
|
1380 |
|
1381 |
+
#: lib/admin/class-groups-admin-notice.php:157
|
1382 |
+
#, php-format
|
1383 |
+
msgid ""
|
1384 |
+
"You can also follow <a href=\"%s\">@itthinx</a> on Twitter or visit <a href="
|
1385 |
+
"\"%s\" target=\"_blank\">itthinx.com</a> to check out other free and premium "
|
1386 |
+
"plugins we provide."
|
1387 |
+
msgstr ""
|
1388 |
+
|
1389 |
#: legacy/access/class-groups-access-meta-boxes-legacy.php:312
|
1390 |
msgid ""
|
1391 |
"You can create a new group and capability here. The capability will be "
|
1398 |
"your user account will be assigned to the group."
|
1399 |
msgstr ""
|
1400 |
|
1401 |
+
#: lib/access/class-groups-access-meta-boxes.php:201
|
1402 |
+
#: lib/access/class-groups-access-meta-boxes.php:451
|
1403 |
msgid "You can create a new group by indicating the group's name."
|
1404 |
msgstr ""
|
1405 |
|
1406 |
+
#: lib/access/class-groups-access-meta-boxes.php:195
|
1407 |
#, php-format
|
1408 |
msgid ""
|
1409 |
"You can restrict the visibility of this %1$s to group members. Choose one or "
|
1411 |
"%3$s is visible to anyone."
|
1412 |
msgstr ""
|
1413 |
|
1414 |
+
#: lib/access/class-groups-access-meta-boxes.php:450
|
1415 |
msgid ""
|
1416 |
"You can restrict the visibility to group members. Choose one or more groups "
|
1417 |
"to restrict access. If no groups are chosen, this entry is visible to anyone."
|
1423 |
"restriction."
|
1424 |
msgstr ""
|
1425 |
|
1426 |
+
#: lib/access/class-groups-access-meta-boxes.php:126
|
1427 |
msgid "You can select one or more groups to restrict access to its members."
|
1428 |
msgstr ""
|
1429 |
|
1430 |
#: legacy/access/class-groups-access-meta-boxes-legacy.php:290
|
1431 |
+
#: lib/access/class-groups-access-meta-boxes.php:241
|
1432 |
msgid "You cannot set any access restrictions."
|
1433 |
msgstr ""
|
1434 |
|
1448 |
"read access."
|
1449 |
msgstr ""
|
1450 |
|
1451 |
+
#: lib/access/class-groups-access-meta-boxes.php:247
|
1452 |
msgid "You need to have permission to set access restrictions."
|
1453 |
msgstr ""
|
1454 |
|
1455 |
+
#: lib/access/class-groups-post-access.php:511
|
1456 |
msgid ""
|
1457 |
"You should use Groups_Post_Access_Legacy::create() to pass a capability "
|
1458 |
"restriction instead."
|
languages/groups-pt_BR.mo
CHANGED
Binary file
|
languages/groups-pt_BR.po
CHANGED
@@ -2,15 +2,15 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Groups\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
-
"PO-Revision-Date:
|
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 2.
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-WPHeader: groups.php\n"
|
16 |
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
@@ -27,17 +27,29 @@ 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:
|
32 |
msgid "— No Change —"
|
33 |
msgstr "— Sem Mudança —"
|
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:
|
41 |
msgid "--"
|
42 |
msgstr "--"
|
43 |
|
@@ -105,8 +117,8 @@ msgstr "Restrições de acesso"
|
|
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:
|
109 |
-
#: lib/admin/groups-admin-groups-edit.php:
|
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
|
@@ -158,11 +170,11 @@ 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:
|
162 |
msgid "Add restriction"
|
163 |
msgstr "Adicionar restrição"
|
164 |
|
165 |
-
#: lib/admin/class-groups-admin-users.php:
|
166 |
msgid "Add to group"
|
167 |
msgstr "Adicionar ao grupo"
|
168 |
|
@@ -199,7 +211,7 @@ 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:
|
203 |
msgid "Also look for groups related to terms"
|
204 |
msgstr ""
|
205 |
|
@@ -215,14 +227,14 @@ msgid ""
|
|
215 |
"the Users admin screen."
|
216 |
msgstr ""
|
217 |
|
218 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
219 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
220 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
221 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
222 |
msgid "Anyone …"
|
223 |
msgstr ""
|
224 |
|
225 |
-
#: lib/admin/class-groups-admin-users.php:
|
226 |
#: lib/admin/groups-admin-capabilities.php:334
|
227 |
#: lib/admin/groups-admin-capabilities.php:360
|
228 |
#: lib/admin/groups-admin-capabilities.php:374
|
@@ -245,7 +257,7 @@ msgstr ""
|
|
245 |
msgid "Bulk Actions"
|
246 |
msgstr "Ação em massa"
|
247 |
|
248 |
-
#: lib/admin/groups-admin-options.php:
|
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 "
|
@@ -278,7 +290,7 @@ msgstr ""
|
|
278 |
#: lib/admin/groups-admin-capabilities-remove.php:64
|
279 |
#: lib/admin/groups-admin-capabilities-remove.php:150
|
280 |
#: lib/admin/groups-admin-groups-add.php:121
|
281 |
-
#: lib/admin/groups-admin-groups-edit.php:
|
282 |
#: lib/admin/groups-admin-groups-remove.php:64
|
283 |
#: lib/admin/groups-admin-groups-remove.php:154
|
284 |
msgid "Cancel"
|
@@ -289,10 +301,15 @@ msgstr "Cancelar"
|
|
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
|
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 …"
|
298 |
msgstr "Recursos …"
|
@@ -313,8 +330,8 @@ msgstr "Recurso: %s"
|
|
313 |
msgid "Capability ID"
|
314 |
msgstr "ID do recurso"
|
315 |
|
316 |
-
#: lib/admin/class-groups-admin-posts.php:
|
317 |
-
#: lib/admin/class-groups-admin-posts.php:
|
318 |
msgid "Choose access restriction groups …"
|
319 |
msgstr ""
|
320 |
|
@@ -332,10 +349,10 @@ msgstr "Escolha os recursos …"
|
|
332 |
#: lib/admin/class-groups-admin-user-profile.php:81
|
333 |
#: lib/admin/class-groups-admin-user-profile.php:169
|
334 |
#: lib/admin/class-groups-admin-user-profile.php:170
|
335 |
-
#: lib/admin/class-groups-admin-users.php:190
|
336 |
#: lib/admin/class-groups-admin-users.php:191
|
337 |
-
#: lib/admin/class-groups-admin-users.php:
|
338 |
#: lib/admin/class-groups-admin-users.php:252
|
|
|
339 |
msgid "Choose groups …"
|
340 |
msgstr "Escolha os grupos …"
|
341 |
|
@@ -352,7 +369,7 @@ msgstr ""
|
|
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:
|
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)."
|
@@ -379,11 +396,20 @@ msgstr "Clique para atualizar os recursos"
|
|
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:286
|
383 |
msgid "Deactivation and data persistence"
|
384 |
msgstr "Desativação e persistência de dados"
|
385 |
|
386 |
-
#: lib/admin/groups-admin-options.php:
|
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 "
|
@@ -466,11 +492,11 @@ msgstr ""
|
|
466 |
"restrições de acesso e salve ou atualize o post."
|
467 |
|
468 |
#: legacy/access/class-groups-access-meta-boxes-legacy.php:135
|
469 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
470 |
msgid "Example:"
|
471 |
msgstr "Exemplo:"
|
472 |
|
473 |
-
#: lib/admin/class-groups-admin-users.php:
|
474 |
msgid "Filter"
|
475 |
msgstr ""
|
476 |
|
@@ -509,11 +535,27 @@ msgstr ""
|
|
509 |
"Vá para <strong>Groups > Opções</strong> e ative o recurso <em>Premium</em> "
|
510 |
"para restringir o acesso."
|
511 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
512 |
#: lib/admin/groups-admin-groups.php:304
|
513 |
msgid "Group"
|
514 |
msgstr "Grupo"
|
515 |
|
516 |
-
#: lib/admin/class-groups-admin-users.php:
|
517 |
msgid "Group Actions"
|
518 |
msgstr "Ações de Grupo"
|
519 |
|
@@ -530,29 +572,75 @@ msgstr "Nome do Grupo"
|
|
530 |
msgid "Group Name : %s"
|
531 |
msgstr "Nome do Grupo: %s"
|
532 |
|
533 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
534 |
-
|
535 |
-
|
536 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
537 |
#: lib/admin/class-groups-admin-user-profile.php:72
|
538 |
-
|
|
|
|
|
|
|
539 |
#: lib/admin/class-groups-admin-user-profile.php:159
|
540 |
-
|
541 |
-
|
542 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
543 |
#: lib/core/class-groups-help.php:68 lib/core/class-groups-help.php:69
|
|
|
544 |
msgid "Groups"
|
545 |
msgstr "Grupos"
|
546 |
|
547 |
-
#: lib/
|
548 |
-
msgctxt "
|
549 |
msgid "Groups"
|
550 |
-
msgstr ""
|
551 |
|
552 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
553 |
msgctxt "Meta box title"
|
554 |
msgid "Groups"
|
555 |
-
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
556 |
|
557 |
#: lib/admin/class-groups-admin.php:141
|
558 |
msgctxt "menu item title"
|
@@ -571,8 +659,8 @@ msgid ""
|
|
571 |
"instead of capabilities used in previous versions."
|
572 |
msgstr ""
|
573 |
|
574 |
-
#: lib/admin/class-groups-admin-posts.php:
|
575 |
-
#: lib/admin/class-groups-admin-posts.php:
|
576 |
msgid "Groups …"
|
577 |
msgstr ""
|
578 |
|
@@ -588,7 +676,7 @@ msgstr "Recursos de grupos"
|
|
588 |
msgid "Groups Options"
|
589 |
msgstr "Opções de grupos"
|
590 |
|
591 |
-
#: lib/admin/class-groups-admin.php:
|
592 |
msgid "Groups is configured to delete its plugin data on deactivation."
|
593 |
msgstr "Groups é configurado para excluir seus dados na desativação."
|
594 |
|
@@ -608,6 +696,10 @@ msgstr ""
|
|
608 |
"Aqui você pode <strong>adicionar</strong>, <strong>editar</strong> e "
|
609 |
"<strong>remover</strong> grupos."
|
610 |
|
|
|
|
|
|
|
|
|
611 |
#: lib/admin/groups-admin-capabilities.php:313
|
612 |
#: lib/admin/groups-admin-groups.php:303
|
613 |
msgid "ID"
|
@@ -643,7 +735,7 @@ msgstr ""
|
|
643 |
msgid "Improved User Interface"
|
644 |
msgstr ""
|
645 |
|
646 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
647 |
msgid ""
|
648 |
"In the same field, you can create a new group and restrict access. Group "
|
649 |
"names are case-sensitive. In order to be able to use the new group, your "
|
@@ -658,10 +750,14 @@ msgstr ""
|
|
658 |
"Inclua recursos para exigir o acesso de leitura em posts. Os recursos "
|
659 |
"selecionados serão oferecidos para restringir o acesso aos posts."
|
660 |
|
661 |
-
#: lib/admin/groups-admin-groups-edit.php:
|
662 |
msgid "Inherited capabilities:"
|
663 |
msgstr "Recursos herdados:"
|
664 |
|
|
|
|
|
|
|
|
|
665 |
#: lib/admin/class-groups-admin-welcome.php:158
|
666 |
msgid ""
|
667 |
"It seems that you have updated from Groups 1.x where access restrictions "
|
@@ -683,7 +779,7 @@ msgid "Legacy Settings"
|
|
683 |
msgstr ""
|
684 |
|
685 |
#: legacy/access/class-groups-access-meta-boxes-legacy.php:137
|
686 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
687 |
msgid ""
|
688 |
"Let's assume that you want to limit the visibility of a post to members of "
|
689 |
"the <em>Premium</em> group."
|
@@ -695,8 +791,12 @@ msgstr ""
|
|
695 |
msgid "Log out"
|
696 |
msgstr "Sair"
|
697 |
|
|
|
|
|
|
|
|
|
698 |
#: legacy/access/class-groups-access-meta-boxes-legacy.php:503
|
699 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
700 |
msgid "Media"
|
701 |
msgstr "Mídia"
|
702 |
|
@@ -772,7 +872,7 @@ msgid ""
|
|
772 |
msgstr ""
|
773 |
"Observe que você deve ser membro de um grupo que tem tal recurso atribuído."
|
774 |
|
775 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
776 |
msgid "Note that you must be a member of a group to use it to restrict access."
|
777 |
msgstr ""
|
778 |
|
@@ -805,7 +905,7 @@ msgstr[1] "%d recursos foram adicionados."
|
|
805 |
msgid "One or more capabilities required to read the entry."
|
806 |
msgstr "Um ou mais recursos são necessários para ler essa entrada."
|
807 |
|
808 |
-
#: lib/admin/class-groups-admin-post-columns.php:
|
809 |
msgid "One or more groups granting access to entries."
|
810 |
msgstr ""
|
811 |
|
@@ -819,8 +919,17 @@ msgstr ""
|
|
819 |
"Apenas grupos ou usuários que possuem um dos recursos selecionados têm "
|
820 |
"permissão para ler este %s."
|
821 |
|
822 |
-
#: lib/admin/class-groups-admin.php:209
|
|
|
|
|
|
|
823 |
#: lib/core/class-groups-help.php:70
|
|
|
|
|
|
|
|
|
|
|
|
|
824 |
msgid "Options"
|
825 |
msgstr "Opções"
|
826 |
|
@@ -878,7 +987,7 @@ msgid ""
|
|
878 |
"the new access restrictions."
|
879 |
msgstr ""
|
880 |
|
881 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
882 |
#, php-format
|
883 |
msgid ""
|
884 |
"Please use <a href=\"%s\" target=\"_blank\">Groups File Access</a> for files "
|
@@ -886,7 +995,7 @@ msgid ""
|
|
886 |
msgstr ""
|
887 |
|
888 |
#: legacy/access/class-groups-access-meta-boxes-legacy.php:189
|
889 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
890 |
msgid "Post"
|
891 |
msgstr "Post"
|
892 |
|
@@ -908,8 +1017,8 @@ msgstr ""
|
|
908 |
msgid "Quick-create group & capability"
|
909 |
msgstr "Criação rápida de Grupo & Recurso"
|
910 |
|
911 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
912 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
913 |
msgid "Read"
|
914 |
msgstr ""
|
915 |
|
@@ -934,6 +1043,10 @@ msgstr "Atualizar"
|
|
934 |
msgid "Registered"
|
935 |
msgstr "Registrado"
|
936 |
|
|
|
|
|
|
|
|
|
937 |
#: lib/admin/groups-admin-capabilities-remove.php:62
|
938 |
#: lib/admin/groups-admin-capabilities-remove.php:149
|
939 |
#: lib/admin/groups-admin-capabilities.php:372
|
@@ -960,7 +1073,7 @@ msgstr "Remover recursos"
|
|
960 |
msgid "Remove capability"
|
961 |
msgstr "Remover recurso"
|
962 |
|
963 |
-
#: lib/admin/class-groups-admin-users.php:
|
964 |
msgid "Remove from group"
|
965 |
msgstr "Remover deste grupo"
|
966 |
|
@@ -973,7 +1086,7 @@ msgid "Remove groups"
|
|
973 |
msgstr "Remover grupos"
|
974 |
|
975 |
#: legacy/admin/class-groups-admin-posts-legacy.php:186
|
976 |
-
#: lib/admin/class-groups-admin-posts.php:
|
977 |
msgid "Remove restriction"
|
978 |
msgstr "Remover restrição"
|
979 |
|
@@ -981,12 +1094,12 @@ msgstr "Remover restrição"
|
|
981 |
msgid "Restrict Access"
|
982 |
msgstr ""
|
983 |
|
984 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
985 |
#, php-format
|
986 |
msgid "Restricts the visibility of this %s to members of the chosen groups."
|
987 |
msgstr ""
|
988 |
|
989 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
990 |
msgid "Restricts the visibility of this entry to members of the chosen groups."
|
991 |
msgstr ""
|
992 |
|
@@ -1000,10 +1113,10 @@ msgid "Role"
|
|
1000 |
msgstr "Função"
|
1001 |
|
1002 |
#: lib/admin/groups-admin-capabilities-edit.php:77
|
1003 |
-
#: lib/admin/groups-admin-groups-edit.php:
|
1004 |
#: lib/admin/groups-admin-options.php:191
|
1005 |
#: lib/admin/groups-admin-options.php:314
|
1006 |
-
#: lib/admin/groups-admin-options.php:
|
1007 |
msgid "Save"
|
1008 |
msgstr "Salvar"
|
1009 |
|
@@ -1028,7 +1141,7 @@ msgstr "Mostre os grupos usando exibição em árvore."
|
|
1028 |
msgid "Switching to Groups %s"
|
1029 |
msgstr ""
|
1030 |
|
1031 |
-
#: lib/admin/class-groups-admin-posts.php:
|
1032 |
msgid "Terms"
|
1033 |
msgstr ""
|
1034 |
|
@@ -1074,7 +1187,7 @@ msgstr "O recurso <em>%s</em> foi criado."
|
|
1074 |
msgid "The <em>%s</em> capability has been updated."
|
1075 |
msgstr "O recurso <em>%s</em> foi atualizado."
|
1076 |
|
1077 |
-
#: lib/admin/groups-admin-groups-edit.php:
|
1078 |
#, php-format
|
1079 |
msgid ""
|
1080 |
"The <em>%s</em> group already exists and cannot be used to name this one."
|
@@ -1100,11 +1213,11 @@ msgstr "O grupo <em>%s</em> foi atualizado."
|
|
1100 |
msgid "The <em>Capability</em> must not be empty."
|
1101 |
msgstr "O <em>recurso</em> não pode estar vazio."
|
1102 |
|
1103 |
-
#: lib/admin/groups-admin-groups-edit.php:
|
1104 |
msgid "The <em>Name</em> must not be empty."
|
1105 |
msgstr "O <em>nome</em>não pode estar vazio."
|
1106 |
|
1107 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
1108 |
msgid ""
|
1109 |
"The attachment page is restricted to authorized users, but due to technical "
|
1110 |
"limitations, the file can still be accessed directly via its URL."
|
@@ -1189,7 +1302,7 @@ msgid ""
|
|
1189 |
"capabilities, your entries will still be protected."
|
1190 |
msgstr ""
|
1191 |
|
1192 |
-
#: lib/access/class-groups-post-access.php:
|
1193 |
msgid ""
|
1194 |
"This method is deprecated. You should use Groups_Post_Access_Legacy::"
|
1195 |
"get_read_post_capabilities() to retrieve the capabilities instead."
|
@@ -1248,7 +1361,7 @@ msgstr ""
|
|
1248 |
"Use a caixa de <em>restrições de acesso</em> para limitar a visibilidade de "
|
1249 |
"posts, páginas e outros tipos de conteúdo."
|
1250 |
|
1251 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
1252 |
msgid ""
|
1253 |
"Use the <em>Groups</em> box to limit the visibility of posts, pages and "
|
1254 |
"other post types."
|
@@ -1258,6 +1371,13 @@ msgstr ""
|
|
1258 |
msgid "User profiles"
|
1259 |
msgstr "Perfis de usuário"
|
1260 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1261 |
#: legacy/access/class-groups-access-meta-boxes-legacy.php:141
|
1262 |
msgid "Using the quick-create field"
|
1263 |
msgstr "Usando o campo de criação rápida"
|
@@ -1286,7 +1406,7 @@ msgstr ""
|
|
1286 |
msgid "View the Welcome screen for this version of Groups"
|
1287 |
msgstr ""
|
1288 |
|
1289 |
-
#: lib/admin/class-groups-admin.php:
|
1290 |
msgid "Warning!"
|
1291 |
msgstr ""
|
1292 |
|
@@ -1319,6 +1439,10 @@ msgid ""
|
|
1319 |
"groups/\">Documentation</a> pages to know more about how to use it."
|
1320 |
msgstr ""
|
1321 |
|
|
|
|
|
|
|
|
|
1322 |
#: lib/views/class-groups-shortcodes.php:527
|
1323 |
#, php-format
|
1324 |
msgid "You are a member of the %s group."
|
@@ -1336,6 +1460,14 @@ msgid ""
|
|
1336 |
"enabled."
|
1337 |
msgstr ""
|
1338 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1339 |
#: legacy/access/class-groups-access-meta-boxes-legacy.php:312
|
1340 |
msgid ""
|
1341 |
"You can create a new group and capability here. The capability will be "
|
@@ -1356,12 +1488,12 @@ msgstr ""
|
|
1356 |
"Para poder utilizar os recursos de acesso, o usuário será também adicionado "
|
1357 |
"ao grupo."
|
1358 |
|
1359 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
1360 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
1361 |
msgid "You can create a new group by indicating the group's name."
|
1362 |
msgstr ""
|
1363 |
|
1364 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
1365 |
#, php-format
|
1366 |
msgid ""
|
1367 |
"You can restrict the visibility of this %1$s to group members. Choose one or "
|
@@ -1369,7 +1501,7 @@ msgid ""
|
|
1369 |
"%3$s is visible to anyone."
|
1370 |
msgstr ""
|
1371 |
|
1372 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
1373 |
msgid ""
|
1374 |
"You can restrict the visibility to group members. Choose one or more groups "
|
1375 |
"to restrict access. If no groups are chosen, this entry is visible to anyone."
|
@@ -1383,12 +1515,12 @@ msgstr ""
|
|
1383 |
"Você pode selecionar um ou mais recursos que estão habilitados para "
|
1384 |
"restrição de acesso."
|
1385 |
|
1386 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
1387 |
msgid "You can select one or more groups to restrict access to its members."
|
1388 |
msgstr ""
|
1389 |
|
1390 |
#: legacy/access/class-groups-access-meta-boxes-legacy.php:290
|
1391 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
1392 |
msgid "You cannot set any access restrictions."
|
1393 |
msgstr "Você não pode definir restrições de acesso."
|
1394 |
|
@@ -1410,31 +1542,16 @@ msgstr ""
|
|
1410 |
"Você deve estar em um grupo que tem pelo menos um recurso habilitado para "
|
1411 |
"exigir o acesso de leitura."
|
1412 |
|
1413 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
1414 |
msgid "You need to have permission to set access restrictions."
|
1415 |
msgstr ""
|
1416 |
|
1417 |
-
#: lib/access/class-groups-post-access.php:
|
1418 |
msgid ""
|
1419 |
"You should use Groups_Post_Access_Legacy::create() to pass a capability "
|
1420 |
"restriction instead."
|
1421 |
msgstr ""
|
1422 |
|
1423 |
-
#~ msgid "Go to the first page"
|
1424 |
-
#~ msgstr "Ir para a primeira página"
|
1425 |
-
|
1426 |
-
#~ msgid "Go to the previous page"
|
1427 |
-
#~ msgstr "Ir para a página anterior"
|
1428 |
-
|
1429 |
-
#~ msgid "Current page"
|
1430 |
-
#~ msgstr "Página atual"
|
1431 |
-
|
1432 |
-
#~ msgid "Go to the next page"
|
1433 |
-
#~ msgstr "Ir para a próxima página"
|
1434 |
-
|
1435 |
-
#~ msgid "Go to the last page"
|
1436 |
-
#~ msgstr "Ir para a última página"
|
1437 |
-
|
1438 |
#~ msgid "http://www.itthinx.com/plugins/groups"
|
1439 |
#~ msgstr "http://www.itthinx.com/plugins/groups"
|
1440 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Groups\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2019-05-08 21:00+0200\n"
|
6 |
+
"PO-Revision-Date: 2019-05-08 21:03+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 2.2.1\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-WPHeader: groups.php\n"
|
16 |
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
27 |
msgid "%1$s of %2$s"
|
28 |
msgstr "%1$s de %2$s"
|
29 |
|
30 |
+
#: lib/admin/class-groups-admin-users.php:283
|
31 |
+
msgctxt "label for conjunctive groups filter checkbox"
|
32 |
+
msgid "∩"
|
33 |
+
msgstr "∩"
|
34 |
+
|
35 |
#: legacy/admin/class-groups-admin-posts-legacy.php:184
|
36 |
+
#: lib/admin/class-groups-admin-posts.php:217
|
37 |
msgid "— No Change —"
|
38 |
msgstr "— Sem Mudança —"
|
39 |
|
40 |
+
#: lib/admin/class-groups-admin-posts.php:157
|
41 |
+
msgid "(any)"
|
42 |
+
msgstr ""
|
43 |
+
|
44 |
+
#: lib/admin/class-groups-admin-posts.php:152
|
45 |
+
msgid "(none)"
|
46 |
+
msgstr ""
|
47 |
+
|
48 |
#: legacy/admin/class-groups-admin-posts-legacy.php:136
|
|
|
49 |
msgid "(only unrestricted)"
|
50 |
msgstr "(somente irrestrito)"
|
51 |
|
52 |
+
#: lib/admin/class-groups-admin-users.php:384
|
53 |
msgid "--"
|
54 |
msgstr "--"
|
55 |
|
117 |
#: lib/admin/groups-admin-groups-add.php:139
|
118 |
#: lib/admin/groups-admin-groups-add.php:143
|
119 |
#: lib/admin/groups-admin-groups-edit.php:37
|
120 |
+
#: lib/admin/groups-admin-groups-edit.php:181
|
121 |
+
#: lib/admin/groups-admin-groups-edit.php:185
|
122 |
#: lib/admin/groups-admin-groups-remove.php:35
|
123 |
#: lib/admin/groups-admin-groups-remove.php:83
|
124 |
#: lib/admin/groups-admin-groups-remove.php:87
|
170 |
msgstr "Adicionar recurso"
|
171 |
|
172 |
#: legacy/admin/class-groups-admin-posts-legacy.php:185
|
173 |
+
#: lib/admin/class-groups-admin-posts.php:218
|
174 |
msgid "Add restriction"
|
175 |
msgstr "Adicionar restrição"
|
176 |
|
177 |
+
#: lib/admin/class-groups-admin-users.php:213
|
178 |
msgid "Add to group"
|
179 |
msgstr "Adicionar ao grupo"
|
180 |
|
211 |
"Os administradores sobrescrevem todas as permissões de acesso derivadas dos "
|
212 |
"recursos de grupos."
|
213 |
|
214 |
+
#: lib/admin/class-groups-admin-posts.php:175
|
215 |
msgid "Also look for groups related to terms"
|
216 |
msgstr ""
|
217 |
|
227 |
"the Users admin screen."
|
228 |
msgstr ""
|
229 |
|
230 |
+
#: lib/access/class-groups-access-meta-boxes.php:214
|
231 |
+
#: lib/access/class-groups-access-meta-boxes.php:215
|
232 |
+
#: lib/access/class-groups-access-meta-boxes.php:448
|
233 |
+
#: lib/access/class-groups-access-meta-boxes.php:449
|
234 |
msgid "Anyone …"
|
235 |
msgstr ""
|
236 |
|
237 |
+
#: lib/admin/class-groups-admin-users.php:216
|
238 |
#: lib/admin/groups-admin-capabilities.php:334
|
239 |
#: lib/admin/groups-admin-capabilities.php:360
|
240 |
#: lib/admin/groups-admin-capabilities.php:374
|
257 |
msgid "Bulk Actions"
|
258 |
msgstr "Ação em massa"
|
259 |
|
260 |
+
#: lib/admin/groups-admin-options.php:365
|
261 |
msgid ""
|
262 |
"CAUTION: If this option is active while the plugin is deactivated, ALL "
|
263 |
"plugin settings and data will be DELETED for <strong>all sites</strong>. If "
|
290 |
#: lib/admin/groups-admin-capabilities-remove.php:64
|
291 |
#: lib/admin/groups-admin-capabilities-remove.php:150
|
292 |
#: lib/admin/groups-admin-groups-add.php:121
|
293 |
+
#: lib/admin/groups-admin-groups-edit.php:165
|
294 |
#: lib/admin/groups-admin-groups-remove.php:64
|
295 |
#: lib/admin/groups-admin-groups-remove.php:154
|
296 |
msgid "Cancel"
|
301 |
#: lib/admin/groups-admin-capabilities.php:192
|
302 |
#: lib/admin/groups-admin-groups-add.php:97
|
303 |
#: lib/admin/groups-admin-groups-edit.php:117
|
304 |
+
#: lib/admin/groups-admin-groups.php:306
|
305 |
msgid "Capabilities"
|
306 |
msgstr "Recursos de Acesso"
|
307 |
|
308 |
+
#: lib/core/class-groups-help.php:71
|
309 |
+
msgctxt "Help tab title and heading"
|
310 |
+
msgid "Capabilities"
|
311 |
+
msgstr "Capacidades"
|
312 |
+
|
313 |
#: lib/admin/groups-admin-groups.php:361 lib/admin/groups-admin-groups.php:362
|
314 |
msgid "Capabilities …"
|
315 |
msgstr "Recursos …"
|
330 |
msgid "Capability ID"
|
331 |
msgstr "ID do recurso"
|
332 |
|
333 |
+
#: lib/admin/class-groups-admin-posts.php:231
|
334 |
+
#: lib/admin/class-groups-admin-posts.php:232
|
335 |
msgid "Choose access restriction groups …"
|
336 |
msgstr ""
|
337 |
|
349 |
#: lib/admin/class-groups-admin-user-profile.php:81
|
350 |
#: lib/admin/class-groups-admin-user-profile.php:169
|
351 |
#: lib/admin/class-groups-admin-user-profile.php:170
|
|
|
352 |
#: lib/admin/class-groups-admin-users.php:191
|
353 |
+
#: lib/admin/class-groups-admin-users.php:192
|
354 |
#: lib/admin/class-groups-admin-users.php:252
|
355 |
+
#: lib/admin/class-groups-admin-users.php:253
|
356 |
msgid "Choose groups …"
|
357 |
msgstr "Escolha os grupos …"
|
358 |
|
369 |
"recursos disponíveis, você pode usar a caixa de criação rápida para criar um "
|
370 |
"grupo e um recurso habilitado para restrição de acesso em tempo real."
|
371 |
|
372 |
+
#: lib/access/class-groups-access-meta-boxes.php:141
|
373 |
msgid ""
|
374 |
"Choose or enter <em>Premium</em> in the <em>Read</em> field located in the "
|
375 |
"<em>Groups</em> box and save or update the post (or hit Enter)."
|
396 |
msgid "Click to toggle the display of groups that grant the capabilities."
|
397 |
msgstr "Clique para alternar a exibição de grupos que concedem recursos."
|
398 |
|
399 |
+
#: lib/admin/class-groups-admin-notice.php:133
|
400 |
+
msgid ""
|
401 |
+
"Could you please spare a minute and give it a review over at WordPress.org?"
|
402 |
+
msgstr ""
|
403 |
+
|
404 |
+
#: lib/core/class-groups-pagination.php:133
|
405 |
+
msgid "Current page"
|
406 |
+
msgstr "Página atual"
|
407 |
+
|
408 |
#: lib/admin/groups-admin-options.php:286
|
409 |
msgid "Deactivation and data persistence"
|
410 |
msgstr "Desativação e persistência de dados"
|
411 |
|
412 |
+
#: lib/admin/groups-admin-options.php:361
|
413 |
msgid "Delete all Groups plugin data for ALL sites on network deactivation"
|
414 |
msgstr ""
|
415 |
"Excluir TODOS os dados do plugin de grupos para TODOS os sites na "
|
492 |
"restrições de acesso e salve ou atualize o post."
|
493 |
|
494 |
#: legacy/access/class-groups-access-meta-boxes-legacy.php:135
|
495 |
+
#: lib/access/class-groups-access-meta-boxes.php:135
|
496 |
msgid "Example:"
|
497 |
msgstr "Exemplo:"
|
498 |
|
499 |
+
#: lib/admin/class-groups-admin-users.php:285
|
500 |
msgid "Filter"
|
501 |
msgstr ""
|
502 |
|
535 |
"Vá para <strong>Groups > Opções</strong> e ative o recurso <em>Premium</em> "
|
536 |
"para restringir o acesso."
|
537 |
|
538 |
+
#: lib/core/class-groups-pagination.php:117
|
539 |
+
msgid "Go to the first page"
|
540 |
+
msgstr "Ir para a primeira página"
|
541 |
+
|
542 |
+
#: lib/core/class-groups-pagination.php:151
|
543 |
+
msgid "Go to the last page"
|
544 |
+
msgstr "Ir para a última página"
|
545 |
+
|
546 |
+
#: lib/core/class-groups-pagination.php:144
|
547 |
+
msgid "Go to the next page"
|
548 |
+
msgstr "Ir para a próxima página"
|
549 |
+
|
550 |
+
#: lib/core/class-groups-pagination.php:124
|
551 |
+
msgid "Go to the previous page"
|
552 |
+
msgstr "Ir para a página anterior"
|
553 |
+
|
554 |
#: lib/admin/groups-admin-groups.php:304
|
555 |
msgid "Group"
|
556 |
msgstr "Grupo"
|
557 |
|
558 |
+
#: lib/admin/class-groups-admin-users.php:212
|
559 |
msgid "Group Actions"
|
560 |
msgstr "Ações de Grupo"
|
561 |
|
572 |
msgid "Group Name : %s"
|
573 |
msgstr "Nome do Grupo: %s"
|
574 |
|
575 |
+
#: lib/access/class-groups-access-meta-boxes.php:476
|
576 |
+
msgctxt "Attachment field label"
|
577 |
+
msgid "Groups"
|
578 |
+
msgstr "Grupos"
|
579 |
+
|
580 |
+
#: lib/admin/class-groups-admin-posts.php:214
|
581 |
+
msgctxt "Bulk edit field label"
|
582 |
+
msgid "Groups"
|
583 |
+
msgstr "Grupos"
|
584 |
+
|
585 |
+
#: lib/admin/class-groups-admin-post-columns.php:96
|
586 |
+
msgctxt "Column header"
|
587 |
+
msgid "Groups"
|
588 |
+
msgstr "Grupos"
|
589 |
+
|
590 |
+
#: lib/admin/class-groups-admin-users.php:357
|
591 |
+
msgctxt "Column header (Users)"
|
592 |
+
msgid "Groups"
|
593 |
+
msgstr "Grupos"
|
594 |
+
|
595 |
#: lib/admin/class-groups-admin-user-profile.php:72
|
596 |
+
msgctxt "Groups section heading (add user)"
|
597 |
+
msgid "Groups"
|
598 |
+
msgstr "Grupos"
|
599 |
+
|
600 |
#: lib/admin/class-groups-admin-user-profile.php:159
|
601 |
+
msgctxt "Groups section heading (edit user)"
|
602 |
+
msgid "Groups"
|
603 |
+
msgstr "Grupos"
|
604 |
+
|
605 |
+
#: lib/admin/class-groups-admin-user-profile.php:135
|
606 |
+
msgctxt "Groups section heading (user profile)"
|
607 |
+
msgid "Groups"
|
608 |
+
msgstr "Grupos"
|
609 |
+
|
610 |
+
#: lib/access/class-groups-access-meta-boxes.php:120
|
611 |
+
msgctxt "Help heading"
|
612 |
+
msgid "Groups"
|
613 |
+
msgstr "Grupos"
|
614 |
+
|
615 |
+
#: lib/access/class-groups-access-meta-boxes.php:117
|
616 |
+
msgctxt "Help tab title"
|
617 |
+
msgid "Groups"
|
618 |
+
msgstr "Grupos"
|
619 |
+
|
620 |
#: lib/core/class-groups-help.php:68 lib/core/class-groups-help.php:69
|
621 |
+
msgctxt "Help tab title and heading"
|
622 |
msgid "Groups"
|
623 |
msgstr "Grupos"
|
624 |
|
625 |
+
#: lib/core/class-groups-help.php:63
|
626 |
+
msgctxt "Help title"
|
627 |
msgid "Groups"
|
628 |
+
msgstr "Grupos"
|
629 |
|
630 |
+
#: lib/access/class-groups-access-meta-boxes.php:103
|
631 |
msgctxt "Meta box title"
|
632 |
msgid "Groups"
|
633 |
+
msgstr "Grupos"
|
634 |
+
|
635 |
+
#: lib/admin/class-groups-admin.php:245
|
636 |
+
msgctxt "Network menu page title"
|
637 |
+
msgid "Groups"
|
638 |
+
msgstr "Grupos"
|
639 |
+
|
640 |
+
#: lib/admin/class-groups-admin.php:278
|
641 |
+
msgctxt "Plugin action link"
|
642 |
+
msgid "Groups"
|
643 |
+
msgstr "Grupos"
|
644 |
|
645 |
#: lib/admin/class-groups-admin.php:141
|
646 |
msgctxt "menu item title"
|
659 |
"instead of capabilities used in previous versions."
|
660 |
msgstr ""
|
661 |
|
662 |
+
#: lib/admin/class-groups-admin-posts.php:138
|
663 |
+
#: lib/admin/class-groups-admin-posts.php:139
|
664 |
msgid "Groups …"
|
665 |
msgstr ""
|
666 |
|
676 |
msgid "Groups Options"
|
677 |
msgstr "Opções de grupos"
|
678 |
|
679 |
+
#: lib/admin/class-groups-admin.php:310
|
680 |
msgid "Groups is configured to delete its plugin data on deactivation."
|
681 |
msgstr "Groups é configurado para excluir seus dados na desativação."
|
682 |
|
696 |
"Aqui você pode <strong>adicionar</strong>, <strong>editar</strong> e "
|
697 |
"<strong>remover</strong> grupos."
|
698 |
|
699 |
+
#: lib/admin/class-groups-admin-notice.php:138
|
700 |
+
msgid "I have already done that."
|
701 |
+
msgstr ""
|
702 |
+
|
703 |
#: lib/admin/groups-admin-capabilities.php:313
|
704 |
#: lib/admin/groups-admin-groups.php:303
|
705 |
msgid "ID"
|
735 |
msgid "Improved User Interface"
|
736 |
msgstr ""
|
737 |
|
738 |
+
#: lib/access/class-groups-access-meta-boxes.php:145
|
739 |
msgid ""
|
740 |
"In the same field, you can create a new group and restrict access. Group "
|
741 |
"names are case-sensitive. In order to be able to use the new group, your "
|
750 |
"Inclua recursos para exigir o acesso de leitura em posts. Os recursos "
|
751 |
"selecionados serão oferecidos para restringir o acesso aos posts."
|
752 |
|
753 |
+
#: lib/admin/groups-admin-groups-edit.php:146
|
754 |
msgid "Inherited capabilities:"
|
755 |
msgstr "Recursos herdados:"
|
756 |
|
757 |
+
#: lib/access/class-groups-post-access.php:154
|
758 |
+
msgid "Invalid post ID."
|
759 |
+
msgstr ""
|
760 |
+
|
761 |
#: lib/admin/class-groups-admin-welcome.php:158
|
762 |
msgid ""
|
763 |
"It seems that you have updated from Groups 1.x where access restrictions "
|
779 |
msgstr ""
|
780 |
|
781 |
#: legacy/access/class-groups-access-meta-boxes-legacy.php:137
|
782 |
+
#: lib/access/class-groups-access-meta-boxes.php:137
|
783 |
msgid ""
|
784 |
"Let's assume that you want to limit the visibility of a post to members of "
|
785 |
"the <em>Premium</em> group."
|
791 |
msgid "Log out"
|
792 |
msgstr "Sair"
|
793 |
|
794 |
+
#: lib/admin/class-groups-admin-notice.php:131
|
795 |
+
msgid "Many thanks for using <strong>Groups</strong>!"
|
796 |
+
msgstr ""
|
797 |
+
|
798 |
#: legacy/access/class-groups-access-meta-boxes-legacy.php:503
|
799 |
+
#: lib/access/class-groups-access-meta-boxes.php:416
|
800 |
msgid "Media"
|
801 |
msgstr "Mídia"
|
802 |
|
872 |
msgstr ""
|
873 |
"Observe que você deve ser membro de um grupo que tem tal recurso atribuído."
|
874 |
|
875 |
+
#: lib/access/class-groups-access-meta-boxes.php:129
|
876 |
msgid "Note that you must be a member of a group to use it to restrict access."
|
877 |
msgstr ""
|
878 |
|
905 |
msgid "One or more capabilities required to read the entry."
|
906 |
msgstr "Um ou mais recursos são necessários para ler essa entrada."
|
907 |
|
908 |
+
#: lib/admin/class-groups-admin-post-columns.php:95
|
909 |
msgid "One or more groups granting access to entries."
|
910 |
msgstr ""
|
911 |
|
919 |
"Apenas grupos ou usuários que possuem um dos recursos selecionados têm "
|
920 |
"permissão para ler este %s."
|
921 |
|
922 |
+
#: lib/admin/class-groups-admin.php:209
|
923 |
+
msgid "Options"
|
924 |
+
msgstr "Opções"
|
925 |
+
|
926 |
#: lib/core/class-groups-help.php:70
|
927 |
+
msgctxt "Help tab title and heading"
|
928 |
+
msgid "Options"
|
929 |
+
msgstr "Opções"
|
930 |
+
|
931 |
+
#: lib/admin/class-groups-admin.php:270
|
932 |
+
msgctxt "Plugin action link"
|
933 |
msgid "Options"
|
934 |
msgstr "Opções"
|
935 |
|
987 |
"the new access restrictions."
|
988 |
msgstr ""
|
989 |
|
990 |
+
#: lib/access/class-groups-access-meta-boxes.php:472
|
991 |
#, php-format
|
992 |
msgid ""
|
993 |
"Please use <a href=\"%s\" target=\"_blank\">Groups File Access</a> for files "
|
995 |
msgstr ""
|
996 |
|
997 |
#: legacy/access/class-groups-access-meta-boxes-legacy.php:189
|
998 |
+
#: lib/access/class-groups-access-meta-boxes.php:171
|
999 |
msgid "Post"
|
1000 |
msgstr "Post"
|
1001 |
|
1017 |
msgid "Quick-create group & capability"
|
1018 |
msgstr "Criação rápida de Grupo & Recurso"
|
1019 |
|
1020 |
+
#: lib/access/class-groups-access-meta-boxes.php:208
|
1021 |
+
#: lib/access/class-groups-access-meta-boxes.php:418
|
1022 |
msgid "Read"
|
1023 |
msgstr ""
|
1024 |
|
1043 |
msgid "Registered"
|
1044 |
msgstr "Registrado"
|
1045 |
|
1046 |
+
#: lib/admin/class-groups-admin-notice.php:151
|
1047 |
+
msgid "Remind me later"
|
1048 |
+
msgstr ""
|
1049 |
+
|
1050 |
#: lib/admin/groups-admin-capabilities-remove.php:62
|
1051 |
#: lib/admin/groups-admin-capabilities-remove.php:149
|
1052 |
#: lib/admin/groups-admin-capabilities.php:372
|
1073 |
msgid "Remove capability"
|
1074 |
msgstr "Remover recurso"
|
1075 |
|
1076 |
+
#: lib/admin/class-groups-admin-users.php:214
|
1077 |
msgid "Remove from group"
|
1078 |
msgstr "Remover deste grupo"
|
1079 |
|
1086 |
msgstr "Remover grupos"
|
1087 |
|
1088 |
#: legacy/admin/class-groups-admin-posts-legacy.php:186
|
1089 |
+
#: lib/admin/class-groups-admin-posts.php:219
|
1090 |
msgid "Remove restriction"
|
1091 |
msgstr "Remover restrição"
|
1092 |
|
1094 |
msgid "Restrict Access"
|
1095 |
msgstr ""
|
1096 |
|
1097 |
+
#: lib/access/class-groups-access-meta-boxes.php:234
|
1098 |
#, php-format
|
1099 |
msgid "Restricts the visibility of this %s to members of the chosen groups."
|
1100 |
msgstr ""
|
1101 |
|
1102 |
+
#: lib/access/class-groups-access-meta-boxes.php:466
|
1103 |
msgid "Restricts the visibility of this entry to members of the chosen groups."
|
1104 |
msgstr ""
|
1105 |
|
1113 |
msgstr "Função"
|
1114 |
|
1115 |
#: lib/admin/groups-admin-capabilities-edit.php:77
|
1116 |
+
#: lib/admin/groups-admin-groups-edit.php:163
|
1117 |
#: lib/admin/groups-admin-options.php:191
|
1118 |
#: lib/admin/groups-admin-options.php:314
|
1119 |
+
#: lib/admin/groups-admin-options.php:369
|
1120 |
msgid "Save"
|
1121 |
msgstr "Salvar"
|
1122 |
|
1141 |
msgid "Switching to Groups %s"
|
1142 |
msgstr ""
|
1143 |
|
1144 |
+
#: lib/admin/class-groups-admin-posts.php:177
|
1145 |
msgid "Terms"
|
1146 |
msgstr ""
|
1147 |
|
1187 |
msgid "The <em>%s</em> capability has been updated."
|
1188 |
msgstr "O recurso <em>%s</em> foi atualizado."
|
1189 |
|
1190 |
+
#: lib/admin/groups-admin-groups-edit.php:209
|
1191 |
#, php-format
|
1192 |
msgid ""
|
1193 |
"The <em>%s</em> group already exists and cannot be used to name this one."
|
1213 |
msgid "The <em>Capability</em> must not be empty."
|
1214 |
msgstr "O <em>recurso</em> não pode estar vazio."
|
1215 |
|
1216 |
+
#: lib/admin/groups-admin-groups-edit.php:201
|
1217 |
msgid "The <em>Name</em> must not be empty."
|
1218 |
msgstr "O <em>nome</em>não pode estar vazio."
|
1219 |
|
1220 |
+
#: lib/access/class-groups-access-meta-boxes.php:470
|
1221 |
msgid ""
|
1222 |
"The attachment page is restricted to authorized users, but due to technical "
|
1223 |
"limitations, the file can still be accessed directly via its URL."
|
1302 |
"capabilities, your entries will still be protected."
|
1303 |
msgstr ""
|
1304 |
|
1305 |
+
#: lib/access/class-groups-post-access.php:636
|
1306 |
msgid ""
|
1307 |
"This method is deprecated. You should use Groups_Post_Access_Legacy::"
|
1308 |
"get_read_post_capabilities() to retrieve the capabilities instead."
|
1361 |
"Use a caixa de <em>restrições de acesso</em> para limitar a visibilidade de "
|
1362 |
"posts, páginas e outros tipos de conteúdo."
|
1363 |
|
1364 |
+
#: lib/access/class-groups-access-meta-boxes.php:123
|
1365 |
msgid ""
|
1366 |
"Use the <em>Groups</em> box to limit the visibility of posts, pages and "
|
1367 |
"other post types."
|
1371 |
msgid "User profiles"
|
1372 |
msgstr "Perfis de usuário"
|
1373 |
|
1374 |
+
#: lib/admin/class-groups-admin-users.php:281
|
1375 |
+
#, fuzzy
|
1376 |
+
#| msgid "Users must belong to all chosen groups"
|
1377 |
+
msgctxt "label title for conjunctive groups filter checkbox"
|
1378 |
+
msgid "Users must belong to all chosen groups"
|
1379 |
+
msgstr "O usuários devem pertenecer a todos os grupos escolhidos"
|
1380 |
+
|
1381 |
#: legacy/access/class-groups-access-meta-boxes-legacy.php:141
|
1382 |
msgid "Using the quick-create field"
|
1383 |
msgstr "Usando o campo de criação rápida"
|
1406 |
msgid "View the Welcome screen for this version of Groups"
|
1407 |
msgstr ""
|
1408 |
|
1409 |
+
#: lib/admin/class-groups-admin.php:306
|
1410 |
msgid "Warning!"
|
1411 |
msgstr ""
|
1412 |
|
1439 |
"groups/\">Documentation</a> pages to know more about how to use it."
|
1440 |
msgstr ""
|
1441 |
|
1442 |
+
#: lib/admin/class-groups-admin-notice.php:145
|
1443 |
+
msgid "Yes, here we go!"
|
1444 |
+
msgstr ""
|
1445 |
+
|
1446 |
#: lib/views/class-groups-shortcodes.php:527
|
1447 |
#, php-format
|
1448 |
msgid "You are a member of the %s group."
|
1460 |
"enabled."
|
1461 |
msgstr ""
|
1462 |
|
1463 |
+
#: lib/admin/class-groups-admin-notice.php:157
|
1464 |
+
#, php-format
|
1465 |
+
msgid ""
|
1466 |
+
"You can also follow <a href=\"%s\">@itthinx</a> on Twitter or visit <a href="
|
1467 |
+
"\"%s\" target=\"_blank\">itthinx.com</a> to check out other free and premium "
|
1468 |
+
"plugins we provide."
|
1469 |
+
msgstr ""
|
1470 |
+
|
1471 |
#: legacy/access/class-groups-access-meta-boxes-legacy.php:312
|
1472 |
msgid ""
|
1473 |
"You can create a new group and capability here. The capability will be "
|
1488 |
"Para poder utilizar os recursos de acesso, o usuário será também adicionado "
|
1489 |
"ao grupo."
|
1490 |
|
1491 |
+
#: lib/access/class-groups-access-meta-boxes.php:201
|
1492 |
+
#: lib/access/class-groups-access-meta-boxes.php:451
|
1493 |
msgid "You can create a new group by indicating the group's name."
|
1494 |
msgstr ""
|
1495 |
|
1496 |
+
#: lib/access/class-groups-access-meta-boxes.php:195
|
1497 |
#, php-format
|
1498 |
msgid ""
|
1499 |
"You can restrict the visibility of this %1$s to group members. Choose one or "
|
1501 |
"%3$s is visible to anyone."
|
1502 |
msgstr ""
|
1503 |
|
1504 |
+
#: lib/access/class-groups-access-meta-boxes.php:450
|
1505 |
msgid ""
|
1506 |
"You can restrict the visibility to group members. Choose one or more groups "
|
1507 |
"to restrict access. If no groups are chosen, this entry is visible to anyone."
|
1515 |
"Você pode selecionar um ou mais recursos que estão habilitados para "
|
1516 |
"restrição de acesso."
|
1517 |
|
1518 |
+
#: lib/access/class-groups-access-meta-boxes.php:126
|
1519 |
msgid "You can select one or more groups to restrict access to its members."
|
1520 |
msgstr ""
|
1521 |
|
1522 |
#: legacy/access/class-groups-access-meta-boxes-legacy.php:290
|
1523 |
+
#: lib/access/class-groups-access-meta-boxes.php:241
|
1524 |
msgid "You cannot set any access restrictions."
|
1525 |
msgstr "Você não pode definir restrições de acesso."
|
1526 |
|
1542 |
"Você deve estar em um grupo que tem pelo menos um recurso habilitado para "
|
1543 |
"exigir o acesso de leitura."
|
1544 |
|
1545 |
+
#: lib/access/class-groups-access-meta-boxes.php:247
|
1546 |
msgid "You need to have permission to set access restrictions."
|
1547 |
msgstr ""
|
1548 |
|
1549 |
+
#: lib/access/class-groups-post-access.php:511
|
1550 |
msgid ""
|
1551 |
"You should use Groups_Post_Access_Legacy::create() to pass a capability "
|
1552 |
"restriction instead."
|
1553 |
msgstr ""
|
1554 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1555 |
#~ msgid "http://www.itthinx.com/plugins/groups"
|
1556 |
#~ msgstr "http://www.itthinx.com/plugins/groups"
|
1557 |
|
languages/groups-sv_SE.mo
CHANGED
Binary file
|
languages/groups-sv_SE.po
CHANGED
@@ -2,15 +2,15 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Groups\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
-
"PO-Revision-Date:
|
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 2.
|
14 |
"X-Poedit-Basepath: .\n"
|
15 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
16 |
"X-Poedit-SourceCharset: UTF-8\n"
|
@@ -22,19 +22,31 @@ msgstr ""
|
|
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:
|
29 |
msgid "— No Change —"
|
30 |
msgstr "— Ingen förändring —"
|
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:
|
38 |
msgid "--"
|
39 |
msgstr "--"
|
40 |
|
@@ -102,8 +114,8 @@ msgstr "Tillträdesbegränsningar"
|
|
102 |
#: lib/admin/groups-admin-groups-add.php:139
|
103 |
#: lib/admin/groups-admin-groups-add.php:143
|
104 |
#: lib/admin/groups-admin-groups-edit.php:37
|
105 |
-
#: lib/admin/groups-admin-groups-edit.php:
|
106 |
-
#: lib/admin/groups-admin-groups-edit.php:
|
107 |
#: lib/admin/groups-admin-groups-remove.php:35
|
108 |
#: lib/admin/groups-admin-groups-remove.php:83
|
109 |
#: lib/admin/groups-admin-groups-remove.php:87
|
@@ -155,11 +167,11 @@ msgid "Add capability"
|
|
155 |
msgstr "Lägg till förmåga"
|
156 |
|
157 |
#: legacy/admin/class-groups-admin-posts-legacy.php:185
|
158 |
-
#: lib/admin/class-groups-admin-posts.php:
|
159 |
msgid "Add restriction"
|
160 |
msgstr "Lägg till begränsning"
|
161 |
|
162 |
-
#: lib/admin/class-groups-admin-users.php:
|
163 |
msgid "Add to group"
|
164 |
msgstr "Lägg till i grupp"
|
165 |
|
@@ -194,7 +206,7 @@ msgid ""
|
|
194 |
"capabilities."
|
195 |
msgstr "Administratörer överskrider alla begränsningar satta av Grupper."
|
196 |
|
197 |
-
#: lib/admin/class-groups-admin-posts.php:
|
198 |
msgid "Also look for groups related to terms"
|
199 |
msgstr ""
|
200 |
|
@@ -210,14 +222,14 @@ msgid ""
|
|
210 |
"the Users admin screen."
|
211 |
msgstr ""
|
212 |
|
213 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
214 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
215 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
216 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
217 |
msgid "Anyone …"
|
218 |
msgstr ""
|
219 |
|
220 |
-
#: lib/admin/class-groups-admin-users.php:
|
221 |
#: lib/admin/groups-admin-capabilities.php:334
|
222 |
#: lib/admin/groups-admin-capabilities.php:360
|
223 |
#: lib/admin/groups-admin-capabilities.php:374
|
@@ -239,7 +251,7 @@ msgstr ""
|
|
239 |
msgid "Bulk Actions"
|
240 |
msgstr "Åtgärder"
|
241 |
|
242 |
-
#: lib/admin/groups-admin-options.php:
|
243 |
msgid ""
|
244 |
"CAUTION: If this option is active while the plugin is deactivated, ALL "
|
245 |
"plugin settings and data will be DELETED for <strong>all sites</strong>. If "
|
@@ -272,7 +284,7 @@ msgstr ""
|
|
272 |
#: lib/admin/groups-admin-capabilities-remove.php:64
|
273 |
#: lib/admin/groups-admin-capabilities-remove.php:150
|
274 |
#: lib/admin/groups-admin-groups-add.php:121
|
275 |
-
#: lib/admin/groups-admin-groups-edit.php:
|
276 |
#: lib/admin/groups-admin-groups-remove.php:64
|
277 |
#: lib/admin/groups-admin-groups-remove.php:154
|
278 |
msgid "Cancel"
|
@@ -283,7 +295,12 @@ msgstr "Avbryt"
|
|
283 |
#: lib/admin/groups-admin-capabilities.php:192
|
284 |
#: lib/admin/groups-admin-groups-add.php:97
|
285 |
#: lib/admin/groups-admin-groups-edit.php:117
|
286 |
-
#: lib/admin/groups-admin-groups.php:306
|
|
|
|
|
|
|
|
|
|
|
287 |
msgid "Capabilities"
|
288 |
msgstr "Förmågor"
|
289 |
|
@@ -307,8 +324,8 @@ msgstr "Förmåga: %s"
|
|
307 |
msgid "Capability ID"
|
308 |
msgstr ""
|
309 |
|
310 |
-
#: lib/admin/class-groups-admin-posts.php:
|
311 |
-
#: lib/admin/class-groups-admin-posts.php:
|
312 |
msgid "Choose access restriction groups …"
|
313 |
msgstr ""
|
314 |
|
@@ -326,10 +343,10 @@ msgstr "Välj förmågor…"
|
|
326 |
#: lib/admin/class-groups-admin-user-profile.php:81
|
327 |
#: lib/admin/class-groups-admin-user-profile.php:169
|
328 |
#: lib/admin/class-groups-admin-user-profile.php:170
|
329 |
-
#: lib/admin/class-groups-admin-users.php:190
|
330 |
#: lib/admin/class-groups-admin-users.php:191
|
331 |
-
#: lib/admin/class-groups-admin-users.php:
|
332 |
#: lib/admin/class-groups-admin-users.php:252
|
|
|
333 |
msgid "Choose groups …"
|
334 |
msgstr "Välj grupper…"
|
335 |
|
@@ -346,7 +363,7 @@ msgstr ""
|
|
346 |
"tillgängliga än kan du använda fältet Snabbskapa för att skapa en grupp och "
|
347 |
"förmåga för tillträdesbegränsning i farten."
|
348 |
|
349 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
350 |
msgid ""
|
351 |
"Choose or enter <em>Premium</em> in the <em>Read</em> field located in the "
|
352 |
"<em>Groups</em> box and save or update the post (or hit Enter)."
|
@@ -373,11 +390,20 @@ msgstr "Klicka för att uppdatera förmågor"
|
|
373 |
msgid "Click to toggle the display of groups that grant the capabilities."
|
374 |
msgstr "Klicka för att växla"
|
375 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
376 |
#: lib/admin/groups-admin-options.php:286
|
377 |
msgid "Deactivation and data persistence"
|
378 |
msgstr "Inaktivering och datahantering"
|
379 |
|
380 |
-
#: lib/admin/groups-admin-options.php:
|
381 |
msgid "Delete all Groups plugin data for ALL sites on network deactivation"
|
382 |
msgstr "Radera all tilläggsdata för ALLA sidor på nätverket vid inaktivering"
|
383 |
|
@@ -456,11 +482,11 @@ msgstr ""
|
|
456 |
"och spara eller uppdatera inlägget (eller tryck på Enter)."
|
457 |
|
458 |
#: legacy/access/class-groups-access-meta-boxes-legacy.php:135
|
459 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
460 |
msgid "Example:"
|
461 |
msgstr "Exempel:"
|
462 |
|
463 |
-
#: lib/admin/class-groups-admin-users.php:
|
464 |
msgid "Filter"
|
465 |
msgstr ""
|
466 |
|
@@ -500,11 +526,27 @@ msgstr ""
|
|
500 |
"Gå till <strong>Grupper > Inställningar</strong> och aktivera förmågan "
|
501 |
"<em>premium</em> för att begränsa tillträde."
|
502 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
503 |
#: lib/admin/groups-admin-groups.php:304
|
504 |
msgid "Group"
|
505 |
msgstr "Grupp"
|
506 |
|
507 |
-
#: lib/admin/class-groups-admin-users.php:
|
508 |
msgid "Group Actions"
|
509 |
msgstr "Gruppåtgärder"
|
510 |
|
@@ -521,39 +563,85 @@ msgstr "Gruppnamn"
|
|
521 |
msgid "Group Name : %s"
|
522 |
msgstr "Gruppnamn: %s"
|
523 |
|
524 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
525 |
-
|
526 |
-
|
527 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
528 |
#: lib/admin/class-groups-admin-user-profile.php:72
|
529 |
-
|
|
|
|
|
|
|
530 |
#: lib/admin/class-groups-admin-user-profile.php:159
|
531 |
-
|
532 |
-
|
533 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
534 |
#: lib/core/class-groups-help.php:68 lib/core/class-groups-help.php:69
|
|
|
535 |
msgid "Groups"
|
536 |
msgstr "Grupper"
|
537 |
|
538 |
-
#: lib/
|
539 |
-
msgctxt "
|
540 |
msgid "Groups"
|
541 |
-
msgstr ""
|
542 |
|
543 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
544 |
msgctxt "Meta box title"
|
545 |
msgid "Groups"
|
546 |
-
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
547 |
|
548 |
#: lib/admin/class-groups-admin.php:141
|
549 |
msgctxt "menu item title"
|
550 |
msgid "Groups"
|
551 |
-
msgstr ""
|
552 |
|
553 |
#: lib/admin/class-groups-admin.php:159 lib/admin/groups-admin-groups.php:199
|
554 |
msgctxt "page-title"
|
555 |
msgid "Groups"
|
556 |
-
msgstr ""
|
557 |
|
558 |
#: lib/admin/class-groups-admin-welcome.php:202
|
559 |
#, php-format
|
@@ -562,10 +650,10 @@ msgid ""
|
|
562 |
"instead of capabilities used in previous versions."
|
563 |
msgstr ""
|
564 |
|
565 |
-
#: lib/admin/class-groups-admin-posts.php:
|
566 |
-
#: lib/admin/class-groups-admin-posts.php:
|
567 |
msgid "Groups …"
|
568 |
-
msgstr ""
|
569 |
|
570 |
#: lib/admin/class-groups-admin.php:221
|
571 |
msgid "Groups Add-Ons"
|
@@ -577,9 +665,9 @@ msgstr "Gruppförmågor"
|
|
577 |
|
578 |
#: lib/admin/groups-admin-options.php:120
|
579 |
msgid "Groups Options"
|
580 |
-
msgstr ""
|
581 |
|
582 |
-
#: lib/admin/class-groups-admin.php:
|
583 |
msgid "Groups is configured to delete its plugin data on deactivation."
|
584 |
msgstr "Radera alla data när deaktiveras."
|
585 |
|
@@ -599,6 +687,10 @@ msgstr ""
|
|
599 |
"Här kan du <strong>lägga till</strong>, <strong>redigera</strong> och "
|
600 |
"<strong>radera</strong> grupper."
|
601 |
|
|
|
|
|
|
|
|
|
602 |
#: lib/admin/groups-admin-capabilities.php:313
|
603 |
#: lib/admin/groups-admin-groups.php:303
|
604 |
msgid "ID"
|
@@ -632,7 +724,7 @@ msgstr ""
|
|
632 |
msgid "Improved User Interface"
|
633 |
msgstr ""
|
634 |
|
635 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
636 |
msgid ""
|
637 |
"In the same field, you can create a new group and restrict access. Group "
|
638 |
"names are case-sensitive. In order to be able to use the new group, your "
|
@@ -648,10 +740,14 @@ msgstr ""
|
|
648 |
"förmågorna kommer att finnas tillgängliga när användare begränsar tillträde "
|
649 |
"till inlägg."
|
650 |
|
651 |
-
#: lib/admin/groups-admin-groups-edit.php:
|
652 |
msgid "Inherited capabilities:"
|
653 |
msgstr ""
|
654 |
|
|
|
|
|
|
|
|
|
655 |
#: lib/admin/class-groups-admin-welcome.php:158
|
656 |
msgid ""
|
657 |
"It seems that you have updated from Groups 1.x where access restrictions "
|
@@ -673,7 +769,7 @@ msgid "Legacy Settings"
|
|
673 |
msgstr ""
|
674 |
|
675 |
#: legacy/access/class-groups-access-meta-boxes-legacy.php:137
|
676 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
677 |
msgid ""
|
678 |
"Let's assume that you want to limit the visibility of a post to members of "
|
679 |
"the <em>Premium</em> group."
|
@@ -685,21 +781,23 @@ msgstr ""
|
|
685 |
msgid "Log out"
|
686 |
msgstr ""
|
687 |
|
|
|
|
|
|
|
|
|
688 |
#: legacy/access/class-groups-access-meta-boxes-legacy.php:503
|
689 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
690 |
msgid "Media"
|
691 |
msgstr "Media"
|
692 |
|
693 |
#: legacy/access/class-groups-access-meta-boxes-legacy.php:231
|
694 |
#: legacy/access/class-groups-access-meta-boxes-legacy.php:558
|
695 |
-
#,
|
696 |
-
#| msgid ""
|
697 |
-
#| "Members of the %1$s group can access this %2$s through this capability."
|
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] "Medlemmar i gruppen %1$s kan läsa denna %2$s genom denna förmåga."
|
702 |
-
msgstr[1] "Medlemmar i
|
703 |
|
704 |
#: lib/admin/groups-admin-groups-add.php:69
|
705 |
#: lib/admin/groups-admin-groups-edit.php:79
|
@@ -761,7 +859,7 @@ msgid ""
|
|
761 |
msgstr ""
|
762 |
"Notera att du måste vara medlem i gruppen som har den förmågan tilldelad."
|
763 |
|
764 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
765 |
msgid "Note that you must be a member of a group to use it to restrict access."
|
766 |
msgstr ""
|
767 |
|
@@ -794,7 +892,7 @@ msgstr[1] "%d förmåga har lagts till."
|
|
794 |
msgid "One or more capabilities required to read the entry."
|
795 |
msgstr "En eller flera förmågor behövs för att läsa inlägget."
|
796 |
|
797 |
-
#: lib/admin/class-groups-admin-post-columns.php:
|
798 |
msgid "One or more groups granting access to entries."
|
799 |
msgstr ""
|
800 |
|
@@ -808,8 +906,17 @@ msgstr ""
|
|
808 |
"Endast grupper eller medlemmar som har någon av de valda förmågorna har "
|
809 |
"tillträde till denna %s."
|
810 |
|
811 |
-
#: lib/admin/class-groups-admin.php:209
|
|
|
|
|
|
|
812 |
#: lib/core/class-groups-help.php:70
|
|
|
|
|
|
|
|
|
|
|
|
|
813 |
msgid "Options"
|
814 |
msgstr "Inställningar"
|
815 |
|
@@ -862,7 +969,7 @@ msgid ""
|
|
862 |
"the new access restrictions."
|
863 |
msgstr ""
|
864 |
|
865 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
866 |
#, php-format
|
867 |
msgid ""
|
868 |
"Please use <a href=\"%s\" target=\"_blank\">Groups File Access</a> for files "
|
@@ -870,7 +977,7 @@ msgid ""
|
|
870 |
msgstr ""
|
871 |
|
872 |
#: legacy/access/class-groups-access-meta-boxes-legacy.php:189
|
873 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
874 |
msgid "Post"
|
875 |
msgstr "Inlägg"
|
876 |
|
@@ -892,8 +999,8 @@ msgstr ""
|
|
892 |
msgid "Quick-create group & capability"
|
893 |
msgstr "Snabbskapa grupp & förmåga"
|
894 |
|
895 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
896 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
897 |
msgid "Read"
|
898 |
msgstr ""
|
899 |
|
@@ -918,6 +1025,10 @@ msgstr "Uppdatera"
|
|
918 |
msgid "Registered"
|
919 |
msgstr "Registrerad"
|
920 |
|
|
|
|
|
|
|
|
|
921 |
#: lib/admin/groups-admin-capabilities-remove.php:62
|
922 |
#: lib/admin/groups-admin-capabilities-remove.php:149
|
923 |
#: lib/admin/groups-admin-capabilities.php:372
|
@@ -944,7 +1055,7 @@ msgstr "Ta bort förmågor"
|
|
944 |
msgid "Remove capability"
|
945 |
msgstr "Ta bort förmåga"
|
946 |
|
947 |
-
#: lib/admin/class-groups-admin-users.php:
|
948 |
msgid "Remove from group"
|
949 |
msgstr "Ta bort från grupp"
|
950 |
|
@@ -957,7 +1068,7 @@ msgid "Remove groups"
|
|
957 |
msgstr "Radera grupper"
|
958 |
|
959 |
#: legacy/admin/class-groups-admin-posts-legacy.php:186
|
960 |
-
#: lib/admin/class-groups-admin-posts.php:
|
961 |
msgid "Remove restriction"
|
962 |
msgstr "Ta bort begränsning"
|
963 |
|
@@ -965,12 +1076,12 @@ msgstr "Ta bort begränsning"
|
|
965 |
msgid "Restrict Access"
|
966 |
msgstr ""
|
967 |
|
968 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
969 |
#, php-format
|
970 |
msgid "Restricts the visibility of this %s to members of the chosen groups."
|
971 |
msgstr ""
|
972 |
|
973 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
974 |
msgid "Restricts the visibility of this entry to members of the chosen groups."
|
975 |
msgstr ""
|
976 |
|
@@ -984,10 +1095,10 @@ msgid "Role"
|
|
984 |
msgstr "Roll"
|
985 |
|
986 |
#: lib/admin/groups-admin-capabilities-edit.php:77
|
987 |
-
#: lib/admin/groups-admin-groups-edit.php:
|
988 |
#: lib/admin/groups-admin-options.php:191
|
989 |
#: lib/admin/groups-admin-options.php:314
|
990 |
-
#: lib/admin/groups-admin-options.php:
|
991 |
msgid "Save"
|
992 |
msgstr "Spara"
|
993 |
|
@@ -1012,7 +1123,7 @@ msgstr "Visa trädvy för Grupper (Groups)."
|
|
1012 |
msgid "Switching to Groups %s"
|
1013 |
msgstr ""
|
1014 |
|
1015 |
-
#: lib/admin/class-groups-admin-posts.php:
|
1016 |
msgid "Terms"
|
1017 |
msgstr ""
|
1018 |
|
@@ -1058,7 +1169,7 @@ msgstr "Förmågan <em>%s</em> har skapats."
|
|
1058 |
msgid "The <em>%s</em> capability has been updated."
|
1059 |
msgstr "Förmågan <em>%s</em> har uppdaterats."
|
1060 |
|
1061 |
-
#: lib/admin/groups-admin-groups-edit.php:
|
1062 |
#, php-format
|
1063 |
msgid ""
|
1064 |
"The <em>%s</em> group already exists and cannot be used to name this one."
|
@@ -1085,11 +1196,11 @@ msgstr "Gruppen <em>%s</em> har uppdaterats."
|
|
1085 |
msgid "The <em>Capability</em> must not be empty."
|
1086 |
msgstr "<em>Förmågan</em> kan inte vara tom."
|
1087 |
|
1088 |
-
#: lib/admin/groups-admin-groups-edit.php:
|
1089 |
msgid "The <em>Name</em> must not be empty."
|
1090 |
msgstr "<em>Namnet</em> kan inte vara tomt."
|
1091 |
|
1092 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
1093 |
msgid ""
|
1094 |
"The attachment page is restricted to authorized users, but due to technical "
|
1095 |
"limitations, the file can still be accessed directly via its URL."
|
@@ -1170,7 +1281,7 @@ msgid ""
|
|
1170 |
"capabilities, your entries will still be protected."
|
1171 |
msgstr ""
|
1172 |
|
1173 |
-
#: lib/access/class-groups-post-access.php:
|
1174 |
msgid ""
|
1175 |
"This method is deprecated. You should use Groups_Post_Access_Legacy::"
|
1176 |
"get_read_post_capabilities() to retrieve the capabilities instead."
|
@@ -1229,7 +1340,7 @@ msgstr ""
|
|
1229 |
"Använd rutan <em>Tillträdesbegränsning</em> för att begränsa synligheten av "
|
1230 |
"inlägg, sidor och andra inläggstyper."
|
1231 |
|
1232 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
1233 |
msgid ""
|
1234 |
"Use the <em>Groups</em> box to limit the visibility of posts, pages and "
|
1235 |
"other post types."
|
@@ -1239,6 +1350,13 @@ msgstr ""
|
|
1239 |
msgid "User profiles"
|
1240 |
msgstr "Användarprofiler"
|
1241 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1242 |
#: legacy/access/class-groups-access-meta-boxes-legacy.php:141
|
1243 |
msgid "Using the quick-create field"
|
1244 |
msgstr "Använda fältet Snabbskapa"
|
@@ -1267,7 +1385,7 @@ msgstr ""
|
|
1267 |
msgid "View the Welcome screen for this version of Groups"
|
1268 |
msgstr ""
|
1269 |
|
1270 |
-
#: lib/admin/class-groups-admin.php:
|
1271 |
msgid "Warning!"
|
1272 |
msgstr ""
|
1273 |
|
@@ -1300,6 +1418,10 @@ msgid ""
|
|
1300 |
"groups/\">Documentation</a> pages to know more about how to use it."
|
1301 |
msgstr ""
|
1302 |
|
|
|
|
|
|
|
|
|
1303 |
#: lib/views/class-groups-shortcodes.php:527
|
1304 |
#, php-format
|
1305 |
msgid "You are a member of the %s group."
|
@@ -1317,6 +1439,14 @@ msgid ""
|
|
1317 |
"enabled."
|
1318 |
msgstr ""
|
1319 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1320 |
#: legacy/access/class-groups-access-meta-boxes-legacy.php:312
|
1321 |
msgid ""
|
1322 |
"You can create a new group and capability here. The capability will be "
|
@@ -1332,12 +1462,12 @@ msgstr ""
|
|
1332 |
"gruppen och aktiverad för att tvinga läsbehörighet. Gruppnamn är "
|
1333 |
"shiftlägeskänsliga, namnet på förmågan är "
|
1334 |
|
1335 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
1336 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
1337 |
msgid "You can create a new group by indicating the group's name."
|
1338 |
msgstr ""
|
1339 |
|
1340 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
1341 |
#, php-format
|
1342 |
msgid ""
|
1343 |
"You can restrict the visibility of this %1$s to group members. Choose one or "
|
@@ -1345,7 +1475,7 @@ msgid ""
|
|
1345 |
"%3$s is visible to anyone."
|
1346 |
msgstr ""
|
1347 |
|
1348 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
1349 |
msgid ""
|
1350 |
"You can restrict the visibility to group members. Choose one or more groups "
|
1351 |
"to restrict access. If no groups are chosen, this entry is visible to anyone."
|
@@ -1359,12 +1489,12 @@ msgstr ""
|
|
1359 |
"Du kan välja en eller flera förmågor som är aktiverade för "
|
1360 |
"tillträdesbegränsning."
|
1361 |
|
1362 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
1363 |
msgid "You can select one or more groups to restrict access to its members."
|
1364 |
msgstr ""
|
1365 |
|
1366 |
#: legacy/access/class-groups-access-meta-boxes-legacy.php:290
|
1367 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
1368 |
msgid "You cannot set any access restrictions."
|
1369 |
msgstr "Du kan inte ställa in några tillträdesbegränsningar."
|
1370 |
|
@@ -1386,11 +1516,11 @@ msgstr ""
|
|
1386 |
"Du måste vara med i en grupp som har minst en förmåga för att tvinga "
|
1387 |
"läsbehörighet."
|
1388 |
|
1389 |
-
#: lib/access/class-groups-access-meta-boxes.php:
|
1390 |
msgid "You need to have permission to set access restrictions."
|
1391 |
msgstr ""
|
1392 |
|
1393 |
-
#: lib/access/class-groups-post-access.php:
|
1394 |
msgid ""
|
1395 |
"You should use Groups_Post_Access_Legacy::create() to pass a capability "
|
1396 |
"restriction instead."
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Groups\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2019-05-08 21:00+0200\n"
|
6 |
+
"PO-Revision-Date: 2019-05-08 21:03+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 2.2.1\n"
|
14 |
"X-Poedit-Basepath: .\n"
|
15 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
16 |
"X-Poedit-SourceCharset: UTF-8\n"
|
22 |
#, php-format
|
23 |
msgctxt "paging"
|
24 |
msgid "%1$s of %2$s"
|
25 |
+
msgstr "%1$s av %2$s"
|
26 |
+
|
27 |
+
#: lib/admin/class-groups-admin-users.php:283
|
28 |
+
msgctxt "label for conjunctive groups filter checkbox"
|
29 |
+
msgid "∩"
|
30 |
+
msgstr "∩"
|
31 |
|
32 |
#: legacy/admin/class-groups-admin-posts-legacy.php:184
|
33 |
+
#: lib/admin/class-groups-admin-posts.php:217
|
34 |
msgid "— No Change —"
|
35 |
msgstr "— Ingen förändring —"
|
36 |
|
37 |
+
#: lib/admin/class-groups-admin-posts.php:157
|
38 |
+
msgid "(any)"
|
39 |
+
msgstr "(några)"
|
40 |
+
|
41 |
+
#: lib/admin/class-groups-admin-posts.php:152
|
42 |
+
msgid "(none)"
|
43 |
+
msgstr "(ingen)"
|
44 |
+
|
45 |
#: legacy/admin/class-groups-admin-posts-legacy.php:136
|
|
|
46 |
msgid "(only unrestricted)"
|
47 |
msgstr "(endast obegränsade)"
|
48 |
|
49 |
+
#: lib/admin/class-groups-admin-users.php:384
|
50 |
msgid "--"
|
51 |
msgstr "--"
|
52 |
|
114 |
#: lib/admin/groups-admin-groups-add.php:139
|
115 |
#: lib/admin/groups-admin-groups-add.php:143
|
116 |
#: lib/admin/groups-admin-groups-edit.php:37
|
117 |
+
#: lib/admin/groups-admin-groups-edit.php:181
|
118 |
+
#: lib/admin/groups-admin-groups-edit.php:185
|
119 |
#: lib/admin/groups-admin-groups-remove.php:35
|
120 |
#: lib/admin/groups-admin-groups-remove.php:83
|
121 |
#: lib/admin/groups-admin-groups-remove.php:87
|
167 |
msgstr "Lägg till förmåga"
|
168 |
|
169 |
#: legacy/admin/class-groups-admin-posts-legacy.php:185
|
170 |
+
#: lib/admin/class-groups-admin-posts.php:218
|
171 |
msgid "Add restriction"
|
172 |
msgstr "Lägg till begränsning"
|
173 |
|
174 |
+
#: lib/admin/class-groups-admin-users.php:213
|
175 |
msgid "Add to group"
|
176 |
msgstr "Lägg till i grupp"
|
177 |
|
206 |
"capabilities."
|
207 |
msgstr "Administratörer överskrider alla begränsningar satta av Grupper."
|
208 |
|
209 |
+
#: lib/admin/class-groups-admin-posts.php:175
|
210 |
msgid "Also look for groups related to terms"
|
211 |
msgstr ""
|
212 |
|
222 |
"the Users admin screen."
|
223 |
msgstr ""
|
224 |
|
225 |
+
#: lib/access/class-groups-access-meta-boxes.php:214
|
226 |
+
#: lib/access/class-groups-access-meta-boxes.php:215
|
227 |
+
#: lib/access/class-groups-access-meta-boxes.php:448
|
228 |
+
#: lib/access/class-groups-access-meta-boxes.php:449
|
229 |
msgid "Anyone …"
|
230 |
msgstr ""
|
231 |
|
232 |
+
#: lib/admin/class-groups-admin-users.php:216
|
233 |
#: lib/admin/groups-admin-capabilities.php:334
|
234 |
#: lib/admin/groups-admin-capabilities.php:360
|
235 |
#: lib/admin/groups-admin-capabilities.php:374
|
251 |
msgid "Bulk Actions"
|
252 |
msgstr "Åtgärder"
|
253 |
|
254 |
+
#: lib/admin/groups-admin-options.php:365
|
255 |
msgid ""
|
256 |
"CAUTION: If this option is active while the plugin is deactivated, ALL "
|
257 |
"plugin settings and data will be DELETED for <strong>all sites</strong>. If "
|
284 |
#: lib/admin/groups-admin-capabilities-remove.php:64
|
285 |
#: lib/admin/groups-admin-capabilities-remove.php:150
|
286 |
#: lib/admin/groups-admin-groups-add.php:121
|
287 |
+
#: lib/admin/groups-admin-groups-edit.php:165
|
288 |
#: lib/admin/groups-admin-groups-remove.php:64
|
289 |
#: lib/admin/groups-admin-groups-remove.php:154
|
290 |
msgid "Cancel"
|
295 |
#: lib/admin/groups-admin-capabilities.php:192
|
296 |
#: lib/admin/groups-admin-groups-add.php:97
|
297 |
#: lib/admin/groups-admin-groups-edit.php:117
|
298 |
+
#: lib/admin/groups-admin-groups.php:306
|
299 |
+
msgid "Capabilities"
|
300 |
+
msgstr "Förmågor"
|
301 |
+
|
302 |
+
#: lib/core/class-groups-help.php:71
|
303 |
+
msgctxt "Help tab title and heading"
|
304 |
msgid "Capabilities"
|
305 |
msgstr "Förmågor"
|
306 |
|
324 |
msgid "Capability ID"
|
325 |
msgstr ""
|
326 |
|
327 |
+
#: lib/admin/class-groups-admin-posts.php:231
|
328 |
+
#: lib/admin/class-groups-admin-posts.php:232
|
329 |
msgid "Choose access restriction groups …"
|
330 |
msgstr ""
|
331 |
|
343 |
#: lib/admin/class-groups-admin-user-profile.php:81
|
344 |
#: lib/admin/class-groups-admin-user-profile.php:169
|
345 |
#: lib/admin/class-groups-admin-user-profile.php:170
|
|
|
346 |
#: lib/admin/class-groups-admin-users.php:191
|
347 |
+
#: lib/admin/class-groups-admin-users.php:192
|
348 |
#: lib/admin/class-groups-admin-users.php:252
|
349 |
+
#: lib/admin/class-groups-admin-users.php:253
|
350 |
msgid "Choose groups …"
|
351 |
msgstr "Välj grupper…"
|
352 |
|
363 |
"tillgängliga än kan du använda fältet Snabbskapa för att skapa en grupp och "
|
364 |
"förmåga för tillträdesbegränsning i farten."
|
365 |
|
366 |
+
#: lib/access/class-groups-access-meta-boxes.php:141
|
367 |
msgid ""
|
368 |
"Choose or enter <em>Premium</em> in the <em>Read</em> field located in the "
|
369 |
"<em>Groups</em> box and save or update the post (or hit Enter)."
|
390 |
msgid "Click to toggle the display of groups that grant the capabilities."
|
391 |
msgstr "Klicka för att växla"
|
392 |
|
393 |
+
#: lib/admin/class-groups-admin-notice.php:133
|
394 |
+
msgid ""
|
395 |
+
"Could you please spare a minute and give it a review over at WordPress.org?"
|
396 |
+
msgstr ""
|
397 |
+
|
398 |
+
#: lib/core/class-groups-pagination.php:133
|
399 |
+
msgid "Current page"
|
400 |
+
msgstr ""
|
401 |
+
|
402 |
#: lib/admin/groups-admin-options.php:286
|
403 |
msgid "Deactivation and data persistence"
|
404 |
msgstr "Inaktivering och datahantering"
|
405 |
|
406 |
+
#: lib/admin/groups-admin-options.php:361
|
407 |
msgid "Delete all Groups plugin data for ALL sites on network deactivation"
|
408 |
msgstr "Radera all tilläggsdata för ALLA sidor på nätverket vid inaktivering"
|
409 |
|
482 |
"och spara eller uppdatera inlägget (eller tryck på Enter)."
|
483 |
|
484 |
#: legacy/access/class-groups-access-meta-boxes-legacy.php:135
|
485 |
+
#: lib/access/class-groups-access-meta-boxes.php:135
|
486 |
msgid "Example:"
|
487 |
msgstr "Exempel:"
|
488 |
|
489 |
+
#: lib/admin/class-groups-admin-users.php:285
|
490 |
msgid "Filter"
|
491 |
msgstr ""
|
492 |
|
526 |
"Gå till <strong>Grupper > Inställningar</strong> och aktivera förmågan "
|
527 |
"<em>premium</em> för att begränsa tillträde."
|
528 |
|
529 |
+
#: lib/core/class-groups-pagination.php:117
|
530 |
+
msgid "Go to the first page"
|
531 |
+
msgstr ""
|
532 |
+
|
533 |
+
#: lib/core/class-groups-pagination.php:151
|
534 |
+
msgid "Go to the last page"
|
535 |
+
msgstr ""
|
536 |
+
|
537 |
+
#: lib/core/class-groups-pagination.php:144
|
538 |
+
msgid "Go to the next page"
|
539 |
+
msgstr ""
|
540 |
+
|
541 |
+
#: lib/core/class-groups-pagination.php:124
|
542 |
+
msgid "Go to the previous page"
|
543 |
+
msgstr ""
|
544 |
+
|
545 |
#: lib/admin/groups-admin-groups.php:304
|
546 |
msgid "Group"
|
547 |
msgstr "Grupp"
|
548 |
|
549 |
+
#: lib/admin/class-groups-admin-users.php:212
|
550 |
msgid "Group Actions"
|
551 |
msgstr "Gruppåtgärder"
|
552 |
|
563 |
msgid "Group Name : %s"
|
564 |
msgstr "Gruppnamn: %s"
|
565 |
|
566 |
+
#: lib/access/class-groups-access-meta-boxes.php:476
|
567 |
+
msgctxt "Attachment field label"
|
568 |
+
msgid "Groups"
|
569 |
+
msgstr "Grupper"
|
570 |
+
|
571 |
+
#: lib/admin/class-groups-admin-posts.php:214
|
572 |
+
msgctxt "Bulk edit field label"
|
573 |
+
msgid "Groups"
|
574 |
+
msgstr "Grupper"
|
575 |
+
|
576 |
+
#: lib/admin/class-groups-admin-post-columns.php:96
|
577 |
+
msgctxt "Column header"
|
578 |
+
msgid "Groups"
|
579 |
+
msgstr "Grupper"
|
580 |
+
|
581 |
+
#: lib/admin/class-groups-admin-users.php:357
|
582 |
+
msgctxt "Column header (Users)"
|
583 |
+
msgid "Groups"
|
584 |
+
msgstr "Grupper"
|
585 |
+
|
586 |
#: lib/admin/class-groups-admin-user-profile.php:72
|
587 |
+
msgctxt "Groups section heading (add user)"
|
588 |
+
msgid "Groups"
|
589 |
+
msgstr "Grupper"
|
590 |
+
|
591 |
#: lib/admin/class-groups-admin-user-profile.php:159
|
592 |
+
msgctxt "Groups section heading (edit user)"
|
593 |
+
msgid "Groups"
|
594 |
+
msgstr "Grupper"
|
595 |
+
|
596 |
+
#: lib/admin/class-groups-admin-user-profile.php:135
|
597 |
+
msgctxt "Groups section heading (user profile)"
|
598 |
+
msgid "Groups"
|
599 |
+
msgstr "Grupper"
|
600 |
+
|
601 |
+
#: lib/access/class-groups-access-meta-boxes.php:120
|
602 |
+
msgctxt "Help heading"
|
603 |
+
msgid "Groups"
|
604 |
+
msgstr "Grupper"
|
605 |
+
|
606 |
+
#: lib/access/class-groups-access-meta-boxes.php:117
|
607 |
+
msgctxt "Help tab title"
|
608 |
+
msgid "Groups"
|
609 |
+
msgstr "Grupper"
|
610 |
+
|
611 |
#: lib/core/class-groups-help.php:68 lib/core/class-groups-help.php:69
|
612 |
+
msgctxt "Help tab title and heading"
|
613 |
msgid "Groups"
|
614 |
msgstr "Grupper"
|
615 |
|
616 |
+
#: lib/core/class-groups-help.php:63
|
617 |
+
msgctxt "Help title"
|
618 |
msgid "Groups"
|
619 |
+
msgstr "Grupper"
|
620 |
|
621 |
+
#: lib/access/class-groups-access-meta-boxes.php:103
|
622 |
msgctxt "Meta box title"
|
623 |
msgid "Groups"
|
624 |
+
msgstr "Grupper"
|
625 |
+
|
626 |
+
#: lib/admin/class-groups-admin.php:245
|
627 |
+
msgctxt "Network menu page title"
|
628 |
+
msgid "Groups"
|
629 |
+
msgstr "Grupper"
|
630 |
+
|
631 |
+
#: lib/admin/class-groups-admin.php:278
|
632 |
+
msgctxt "Plugin action link"
|
633 |
+
msgid "Groups"
|
634 |
+
msgstr "Grupper"
|
635 |
|
636 |
#: lib/admin/class-groups-admin.php:141
|
637 |
msgctxt "menu item title"
|
638 |
msgid "Groups"
|
639 |
+
msgstr "Grupper"
|
640 |
|
641 |
#: lib/admin/class-groups-admin.php:159 lib/admin/groups-admin-groups.php:199
|
642 |
msgctxt "page-title"
|
643 |
msgid "Groups"
|
644 |
+
msgstr "Grupper"
|
645 |
|
646 |
#: lib/admin/class-groups-admin-welcome.php:202
|
647 |
#, php-format
|
650 |
"instead of capabilities used in previous versions."
|
651 |
msgstr ""
|
652 |
|
653 |
+
#: lib/admin/class-groups-admin-posts.php:138
|
654 |
+
#: lib/admin/class-groups-admin-posts.php:139
|
655 |
msgid "Groups …"
|
656 |
+
msgstr "Grupper …"
|
657 |
|
658 |
#: lib/admin/class-groups-admin.php:221
|
659 |
msgid "Groups Add-Ons"
|
665 |
|
666 |
#: lib/admin/groups-admin-options.php:120
|
667 |
msgid "Groups Options"
|
668 |
+
msgstr "Grupper Inställningar"
|
669 |
|
670 |
+
#: lib/admin/class-groups-admin.php:310
|
671 |
msgid "Groups is configured to delete its plugin data on deactivation."
|
672 |
msgstr "Radera alla data när deaktiveras."
|
673 |
|
687 |
"Här kan du <strong>lägga till</strong>, <strong>redigera</strong> och "
|
688 |
"<strong>radera</strong> grupper."
|
689 |
|
690 |
+
#: lib/admin/class-groups-admin-notice.php:138
|
691 |
+
msgid "I have already done that."
|
692 |
+
msgstr ""
|
693 |
+
|
694 |
#: lib/admin/groups-admin-capabilities.php:313
|
695 |
#: lib/admin/groups-admin-groups.php:303
|
696 |
msgid "ID"
|
724 |
msgid "Improved User Interface"
|
725 |
msgstr ""
|
726 |
|
727 |
+
#: lib/access/class-groups-access-meta-boxes.php:145
|
728 |
msgid ""
|
729 |
"In the same field, you can create a new group and restrict access. Group "
|
730 |
"names are case-sensitive. In order to be able to use the new group, your "
|
740 |
"förmågorna kommer att finnas tillgängliga när användare begränsar tillträde "
|
741 |
"till inlägg."
|
742 |
|
743 |
+
#: lib/admin/groups-admin-groups-edit.php:146
|
744 |
msgid "Inherited capabilities:"
|
745 |
msgstr ""
|
746 |
|
747 |
+
#: lib/access/class-groups-post-access.php:154
|
748 |
+
msgid "Invalid post ID."
|
749 |
+
msgstr ""
|
750 |
+
|
751 |
#: lib/admin/class-groups-admin-welcome.php:158
|
752 |
msgid ""
|
753 |
"It seems that you have updated from Groups 1.x where access restrictions "
|
769 |
msgstr ""
|
770 |
|
771 |
#: legacy/access/class-groups-access-meta-boxes-legacy.php:137
|
772 |
+
#: lib/access/class-groups-access-meta-boxes.php:137
|
773 |
msgid ""
|
774 |
"Let's assume that you want to limit the visibility of a post to members of "
|
775 |
"the <em>Premium</em> group."
|
781 |
msgid "Log out"
|
782 |
msgstr ""
|
783 |
|
784 |
+
#: lib/admin/class-groups-admin-notice.php:131
|
785 |
+
msgid "Many thanks for using <strong>Groups</strong>!"
|
786 |
+
msgstr ""
|
787 |
+
|
788 |
#: legacy/access/class-groups-access-meta-boxes-legacy.php:503
|
789 |
+
#: lib/access/class-groups-access-meta-boxes.php:416
|
790 |
msgid "Media"
|
791 |
msgstr "Media"
|
792 |
|
793 |
#: legacy/access/class-groups-access-meta-boxes-legacy.php:231
|
794 |
#: legacy/access/class-groups-access-meta-boxes-legacy.php:558
|
795 |
+
#, php-format
|
|
|
|
|
796 |
msgid "Members of the %1$s group can access this %2$s through this capability."
|
797 |
msgid_plural ""
|
798 |
"Members of the %1$s groups can access this %2$s through this capability."
|
799 |
msgstr[0] "Medlemmar i gruppen %1$s kan läsa denna %2$s genom denna förmåga."
|
800 |
+
msgstr[1] "Medlemmar i grupper %1$s kan läsa denna %2$s genom denna förmåga."
|
801 |
|
802 |
#: lib/admin/groups-admin-groups-add.php:69
|
803 |
#: lib/admin/groups-admin-groups-edit.php:79
|
859 |
msgstr ""
|
860 |
"Notera att du måste vara medlem i gruppen som har den förmågan tilldelad."
|
861 |
|
862 |
+
#: lib/access/class-groups-access-meta-boxes.php:129
|
863 |
msgid "Note that you must be a member of a group to use it to restrict access."
|
864 |
msgstr ""
|
865 |
|
892 |
msgid "One or more capabilities required to read the entry."
|
893 |
msgstr "En eller flera förmågor behövs för att läsa inlägget."
|
894 |
|
895 |
+
#: lib/admin/class-groups-admin-post-columns.php:95
|
896 |
msgid "One or more groups granting access to entries."
|
897 |
msgstr ""
|
898 |
|
906 |
"Endast grupper eller medlemmar som har någon av de valda förmågorna har "
|
907 |
"tillträde till denna %s."
|
908 |
|
909 |
+
#: lib/admin/class-groups-admin.php:209
|
910 |
+
msgid "Options"
|
911 |
+
msgstr "Inställningar"
|
912 |
+
|
913 |
#: lib/core/class-groups-help.php:70
|
914 |
+
msgctxt "Help tab title and heading"
|
915 |
+
msgid "Options"
|
916 |
+
msgstr "Inställningar"
|
917 |
+
|
918 |
+
#: lib/admin/class-groups-admin.php:270
|
919 |
+
msgctxt "Plugin action link"
|
920 |
msgid "Options"
|
921 |
msgstr "Inställningar"
|
922 |
|
969 |
"the new access restrictions."
|
970 |
msgstr ""
|
971 |
|
972 |
+
#: lib/access/class-groups-access-meta-boxes.php:472
|
973 |
#, php-format
|
974 |
msgid ""
|
975 |
"Please use <a href=\"%s\" target=\"_blank\">Groups File Access</a> for files "
|
977 |
msgstr ""
|
978 |
|
979 |
#: legacy/access/class-groups-access-meta-boxes-legacy.php:189
|
980 |
+
#: lib/access/class-groups-access-meta-boxes.php:171
|
981 |
msgid "Post"
|
982 |
msgstr "Inlägg"
|
983 |
|
999 |
msgid "Quick-create group & capability"
|
1000 |
msgstr "Snabbskapa grupp & förmåga"
|
1001 |
|
1002 |
+
#: lib/access/class-groups-access-meta-boxes.php:208
|
1003 |
+
#: lib/access/class-groups-access-meta-boxes.php:418
|
1004 |
msgid "Read"
|
1005 |
msgstr ""
|
1006 |
|
1025 |
msgid "Registered"
|
1026 |
msgstr "Registrerad"
|
1027 |
|
1028 |
+
#: lib/admin/class-groups-admin-notice.php:151
|
1029 |
+
msgid "Remind me later"
|
1030 |
+
msgstr ""
|
1031 |
+
|
1032 |
#: lib/admin/groups-admin-capabilities-remove.php:62
|
1033 |
#: lib/admin/groups-admin-capabilities-remove.php:149
|
1034 |
#: lib/admin/groups-admin-capabilities.php:372
|
1055 |
msgid "Remove capability"
|
1056 |
msgstr "Ta bort förmåga"
|
1057 |
|
1058 |
+
#: lib/admin/class-groups-admin-users.php:214
|
1059 |
msgid "Remove from group"
|
1060 |
msgstr "Ta bort från grupp"
|
1061 |
|
1068 |
msgstr "Radera grupper"
|
1069 |
|
1070 |
#: legacy/admin/class-groups-admin-posts-legacy.php:186
|
1071 |
+
#: lib/admin/class-groups-admin-posts.php:219
|
1072 |
msgid "Remove restriction"
|
1073 |
msgstr "Ta bort begränsning"
|
1074 |
|
1076 |
msgid "Restrict Access"
|
1077 |
msgstr ""
|
1078 |
|
1079 |
+
#: lib/access/class-groups-access-meta-boxes.php:234
|
1080 |
#, php-format
|
1081 |
msgid "Restricts the visibility of this %s to members of the chosen groups."
|
1082 |
msgstr ""
|
1083 |
|
1084 |
+
#: lib/access/class-groups-access-meta-boxes.php:466
|
1085 |
msgid "Restricts the visibility of this entry to members of the chosen groups."
|
1086 |
msgstr ""
|
1087 |
|
1095 |
msgstr "Roll"
|
1096 |
|
1097 |
#: lib/admin/groups-admin-capabilities-edit.php:77
|
1098 |
+
#: lib/admin/groups-admin-groups-edit.php:163
|
1099 |
#: lib/admin/groups-admin-options.php:191
|
1100 |
#: lib/admin/groups-admin-options.php:314
|
1101 |
+
#: lib/admin/groups-admin-options.php:369
|
1102 |
msgid "Save"
|
1103 |
msgstr "Spara"
|
1104 |
|
1123 |
msgid "Switching to Groups %s"
|
1124 |
msgstr ""
|
1125 |
|
1126 |
+
#: lib/admin/class-groups-admin-posts.php:177
|
1127 |
msgid "Terms"
|
1128 |
msgstr ""
|
1129 |
|
1169 |
msgid "The <em>%s</em> capability has been updated."
|
1170 |
msgstr "Förmågan <em>%s</em> har uppdaterats."
|
1171 |
|
1172 |
+
#: lib/admin/groups-admin-groups-edit.php:209
|
1173 |
#, php-format
|
1174 |
msgid ""
|
1175 |
"The <em>%s</em> group already exists and cannot be used to name this one."
|
1196 |
msgid "The <em>Capability</em> must not be empty."
|
1197 |
msgstr "<em>Förmågan</em> kan inte vara tom."
|
1198 |
|
1199 |
+
#: lib/admin/groups-admin-groups-edit.php:201
|
1200 |
msgid "The <em>Name</em> must not be empty."
|
1201 |
msgstr "<em>Namnet</em> kan inte vara tomt."
|
1202 |
|
1203 |
+
#: lib/access/class-groups-access-meta-boxes.php:470
|
1204 |
msgid ""
|
1205 |
"The attachment page is restricted to authorized users, but due to technical "
|
1206 |
"limitations, the file can still be accessed directly via its URL."
|
1281 |
"capabilities, your entries will still be protected."
|
1282 |
msgstr ""
|
1283 |
|
1284 |
+
#: lib/access/class-groups-post-access.php:636
|
1285 |
msgid ""
|
1286 |
"This method is deprecated. You should use Groups_Post_Access_Legacy::"
|
1287 |
"get_read_post_capabilities() to retrieve the capabilities instead."
|
1340 |
"Använd rutan <em>Tillträdesbegränsning</em> för att begränsa synligheten av "
|
1341 |
"inlägg, sidor och andra inläggstyper."
|
1342 |
|
1343 |
+
#: lib/access/class-groups-access-meta-boxes.php:123
|
1344 |
msgid ""
|
1345 |
"Use the <em>Groups</em> box to limit the visibility of posts, pages and "
|
1346 |
"other post types."
|
1350 |
msgid "User profiles"
|
1351 |
msgstr "Användarprofiler"
|
1352 |
|
1353 |
+
#: lib/admin/class-groups-admin-users.php:281
|
1354 |
+
#, fuzzy
|
1355 |
+
#| msgid "Users must belong to all chosen groups"
|
1356 |
+
msgctxt "label title for conjunctive groups filter checkbox"
|
1357 |
+
msgid "Users must belong to all chosen groups"
|
1358 |
+
msgstr "Användare måste tillhöra alla valda grupper"
|
1359 |
+
|
1360 |
#: legacy/access/class-groups-access-meta-boxes-legacy.php:141
|
1361 |
msgid "Using the quick-create field"
|
1362 |
msgstr "Använda fältet Snabbskapa"
|
1385 |
msgid "View the Welcome screen for this version of Groups"
|
1386 |
msgstr ""
|
1387 |
|
1388 |
+
#: lib/admin/class-groups-admin.php:306
|
1389 |
msgid "Warning!"
|
1390 |
msgstr ""
|
1391 |
|
1418 |
"groups/\">Documentation</a> pages to know more about how to use it."
|
1419 |
msgstr ""
|
1420 |
|
1421 |
+
#: lib/admin/class-groups-admin-notice.php:145
|
1422 |
+
msgid "Yes, here we go!"
|
1423 |
+
msgstr ""
|
1424 |
+
|
1425 |
#: lib/views/class-groups-shortcodes.php:527
|
1426 |
#, php-format
|
1427 |
msgid "You are a member of the %s group."
|
1439 |
"enabled."
|
1440 |
msgstr ""
|
1441 |
|
1442 |
+
#: lib/admin/class-groups-admin-notice.php:157
|
1443 |
+
#, php-format
|
1444 |
+
msgid ""
|
1445 |
+
"You can also follow <a href=\"%s\">@itthinx</a> on Twitter or visit <a href="
|
1446 |
+
"\"%s\" target=\"_blank\">itthinx.com</a> to check out other free and premium "
|
1447 |
+
"plugins we provide."
|
1448 |
+
msgstr ""
|
1449 |
+
|
1450 |
#: legacy/access/class-groups-access-meta-boxes-legacy.php:312
|
1451 |
msgid ""
|
1452 |
"You can create a new group and capability here. The capability will be "
|
1462 |
"gruppen och aktiverad för att tvinga läsbehörighet. Gruppnamn är "
|
1463 |
"shiftlägeskänsliga, namnet på förmågan är "
|
1464 |
|
1465 |
+
#: lib/access/class-groups-access-meta-boxes.php:201
|
1466 |
+
#: lib/access/class-groups-access-meta-boxes.php:451
|
1467 |
msgid "You can create a new group by indicating the group's name."
|
1468 |
msgstr ""
|
1469 |
|
1470 |
+
#: lib/access/class-groups-access-meta-boxes.php:195
|
1471 |
#, php-format
|
1472 |
msgid ""
|
1473 |
"You can restrict the visibility of this %1$s to group members. Choose one or "
|
1475 |
"%3$s is visible to anyone."
|
1476 |
msgstr ""
|
1477 |
|
1478 |
+
#: lib/access/class-groups-access-meta-boxes.php:450
|
1479 |
msgid ""
|
1480 |
"You can restrict the visibility to group members. Choose one or more groups "
|
1481 |
"to restrict access. If no groups are chosen, this entry is visible to anyone."
|
1489 |
"Du kan välja en eller flera förmågor som är aktiverade för "
|
1490 |
"tillträdesbegränsning."
|
1491 |
|
1492 |
+
#: lib/access/class-groups-access-meta-boxes.php:126
|
1493 |
msgid "You can select one or more groups to restrict access to its members."
|
1494 |
msgstr ""
|
1495 |
|
1496 |
#: legacy/access/class-groups-access-meta-boxes-legacy.php:290
|
1497 |
+
#: lib/access/class-groups-access-meta-boxes.php:241
|
1498 |
msgid "You cannot set any access restrictions."
|
1499 |
msgstr "Du kan inte ställa in några tillträdesbegränsningar."
|
1500 |
|
1516 |
"Du måste vara med i en grupp som har minst en förmåga för att tvinga "
|
1517 |
"läsbehörighet."
|
1518 |
|
1519 |
+
#: lib/access/class-groups-access-meta-boxes.php:247
|
1520 |
msgid "You need to have permission to set access restrictions."
|
1521 |
msgstr ""
|
1522 |
|
1523 |
+
#: lib/access/class-groups-post-access.php:511
|
1524 |
msgid ""
|
1525 |
"You should use Groups_Post_Access_Legacy::create() to pass a capability "
|
1526 |
"restriction instead."
|
languages/groups.pot
CHANGED
@@ -7,7 +7,7 @@
|
|
7 |
msgid ""
|
8 |
msgstr "Project-Id-Version: PACKAGE VERSION\n"
|
9 |
"Report-Msgid-Bugs-To: \n"
|
10 |
-
"POT-Creation-Date: 2019-
|
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"
|
@@ -272,7 +272,12 @@ msgstr ""
|
|
272 |
#: lib/admin/groups-admin-capabilities.php:192
|
273 |
#: lib/admin/groups-admin-groups-add.php:97
|
274 |
#: lib/admin/groups-admin-groups-edit.php:117
|
275 |
-
#: lib/admin/groups-admin-groups.php:306
|
|
|
|
|
|
|
|
|
|
|
276 |
msgid "Capabilities"
|
277 |
msgstr ""
|
278 |
|
@@ -511,22 +516,58 @@ msgstr ""
|
|
511 |
msgid "Group Name : %s"
|
512 |
msgstr ""
|
513 |
|
514 |
-
#: lib/access/class-groups-access-meta-boxes.php:117
|
515 |
-
#: lib/access/class-groups-access-meta-boxes.php:120
|
516 |
#: lib/access/class-groups-access-meta-boxes.php:476
|
|
|
|
|
|
|
|
|
517 |
#: lib/admin/class-groups-admin-posts.php:214
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
518 |
#: lib/admin/class-groups-admin-user-profile.php:72
|
519 |
-
|
|
|
|
|
|
|
520 |
#: lib/admin/class-groups-admin-user-profile.php:159
|
521 |
-
|
522 |
-
|
523 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
524 |
#: lib/core/class-groups-help.php:68 lib/core/class-groups-help.php:69
|
|
|
525 |
msgid "Groups"
|
526 |
msgstr ""
|
527 |
|
528 |
-
#: lib/
|
529 |
-
msgctxt "
|
530 |
msgid "Groups"
|
531 |
msgstr ""
|
532 |
|
@@ -535,6 +576,16 @@ msgctxt "Meta box title"
|
|
535 |
msgid "Groups"
|
536 |
msgstr ""
|
537 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
538 |
#: lib/admin/class-groups-admin.php:141
|
539 |
msgctxt "menu item title"
|
540 |
msgid "Groups"
|
@@ -568,7 +619,7 @@ msgstr ""
|
|
568 |
msgid "Groups Options"
|
569 |
msgstr ""
|
570 |
|
571 |
-
#: lib/admin/class-groups-admin.php:
|
572 |
msgid "Groups is configured to delete its plugin data on deactivation."
|
573 |
msgstr ""
|
574 |
|
@@ -785,8 +836,17 @@ msgid "Only groups or users that have one of the selected capabilities are "
|
|
785 |
"allowed to read this %s."
|
786 |
msgstr ""
|
787 |
|
788 |
-
#: lib/admin/class-groups-admin.php:209
|
|
|
|
|
|
|
789 |
#: lib/core/class-groups-help.php:70
|
|
|
|
|
|
|
|
|
|
|
|
|
790 |
msgid "Options"
|
791 |
msgstr ""
|
792 |
|
@@ -1196,6 +1256,7 @@ msgid "User profiles"
|
|
1196 |
msgstr ""
|
1197 |
|
1198 |
#: lib/admin/class-groups-admin-users.php:281
|
|
|
1199 |
msgid "Users must belong to all chosen groups"
|
1200 |
msgstr ""
|
1201 |
|
@@ -1219,7 +1280,7 @@ msgstr ""
|
|
1219 |
msgid "View the Welcome screen for this version of Groups"
|
1220 |
msgstr ""
|
1221 |
|
1222 |
-
#: lib/admin/class-groups-admin.php:
|
1223 |
msgid "Warning!"
|
1224 |
msgstr ""
|
1225 |
|
7 |
msgid ""
|
8 |
msgstr "Project-Id-Version: PACKAGE VERSION\n"
|
9 |
"Report-Msgid-Bugs-To: \n"
|
10 |
+
"POT-Creation-Date: 2019-05-08 21:00+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"
|
272 |
#: lib/admin/groups-admin-capabilities.php:192
|
273 |
#: lib/admin/groups-admin-groups-add.php:97
|
274 |
#: lib/admin/groups-admin-groups-edit.php:117
|
275 |
+
#: lib/admin/groups-admin-groups.php:306
|
276 |
+
msgid "Capabilities"
|
277 |
+
msgstr ""
|
278 |
+
|
279 |
+
#: lib/core/class-groups-help.php:71
|
280 |
+
msgctxt "Help tab title and heading"
|
281 |
msgid "Capabilities"
|
282 |
msgstr ""
|
283 |
|
516 |
msgid "Group Name : %s"
|
517 |
msgstr ""
|
518 |
|
|
|
|
|
519 |
#: lib/access/class-groups-access-meta-boxes.php:476
|
520 |
+
msgctxt "Attachment field label"
|
521 |
+
msgid "Groups"
|
522 |
+
msgstr ""
|
523 |
+
|
524 |
#: lib/admin/class-groups-admin-posts.php:214
|
525 |
+
msgctxt "Bulk edit field label"
|
526 |
+
msgid "Groups"
|
527 |
+
msgstr ""
|
528 |
+
|
529 |
+
#: lib/admin/class-groups-admin-post-columns.php:96
|
530 |
+
msgctxt "Column header"
|
531 |
+
msgid "Groups"
|
532 |
+
msgstr ""
|
533 |
+
|
534 |
+
#: lib/admin/class-groups-admin-users.php:357
|
535 |
+
msgctxt "Column header (Users)"
|
536 |
+
msgid "Groups"
|
537 |
+
msgstr ""
|
538 |
+
|
539 |
#: lib/admin/class-groups-admin-user-profile.php:72
|
540 |
+
msgctxt "Groups section heading (add user)"
|
541 |
+
msgid "Groups"
|
542 |
+
msgstr ""
|
543 |
+
|
544 |
#: lib/admin/class-groups-admin-user-profile.php:159
|
545 |
+
msgctxt "Groups section heading (edit user)"
|
546 |
+
msgid "Groups"
|
547 |
+
msgstr ""
|
548 |
+
|
549 |
+
#: lib/admin/class-groups-admin-user-profile.php:135
|
550 |
+
msgctxt "Groups section heading (user profile)"
|
551 |
+
msgid "Groups"
|
552 |
+
msgstr ""
|
553 |
+
|
554 |
+
#: lib/access/class-groups-access-meta-boxes.php:120
|
555 |
+
msgctxt "Help heading"
|
556 |
+
msgid "Groups"
|
557 |
+
msgstr ""
|
558 |
+
|
559 |
+
#: lib/access/class-groups-access-meta-boxes.php:117
|
560 |
+
msgctxt "Help tab title"
|
561 |
+
msgid "Groups"
|
562 |
+
msgstr ""
|
563 |
+
|
564 |
#: lib/core/class-groups-help.php:68 lib/core/class-groups-help.php:69
|
565 |
+
msgctxt "Help tab title and heading"
|
566 |
msgid "Groups"
|
567 |
msgstr ""
|
568 |
|
569 |
+
#: lib/core/class-groups-help.php:63
|
570 |
+
msgctxt "Help title"
|
571 |
msgid "Groups"
|
572 |
msgstr ""
|
573 |
|
576 |
msgid "Groups"
|
577 |
msgstr ""
|
578 |
|
579 |
+
#: lib/admin/class-groups-admin.php:245
|
580 |
+
msgctxt "Network menu page title"
|
581 |
+
msgid "Groups"
|
582 |
+
msgstr ""
|
583 |
+
|
584 |
+
#: lib/admin/class-groups-admin.php:278
|
585 |
+
msgctxt "Plugin action link"
|
586 |
+
msgid "Groups"
|
587 |
+
msgstr ""
|
588 |
+
|
589 |
#: lib/admin/class-groups-admin.php:141
|
590 |
msgctxt "menu item title"
|
591 |
msgid "Groups"
|
619 |
msgid "Groups Options"
|
620 |
msgstr ""
|
621 |
|
622 |
+
#: lib/admin/class-groups-admin.php:310
|
623 |
msgid "Groups is configured to delete its plugin data on deactivation."
|
624 |
msgstr ""
|
625 |
|
836 |
"allowed to read this %s."
|
837 |
msgstr ""
|
838 |
|
839 |
+
#: lib/admin/class-groups-admin.php:209
|
840 |
+
msgid "Options"
|
841 |
+
msgstr ""
|
842 |
+
|
843 |
#: lib/core/class-groups-help.php:70
|
844 |
+
msgctxt "Help tab title and heading"
|
845 |
+
msgid "Options"
|
846 |
+
msgstr ""
|
847 |
+
|
848 |
+
#: lib/admin/class-groups-admin.php:270
|
849 |
+
msgctxt "Plugin action link"
|
850 |
msgid "Options"
|
851 |
msgstr ""
|
852 |
|
1256 |
msgstr ""
|
1257 |
|
1258 |
#: lib/admin/class-groups-admin-users.php:281
|
1259 |
+
msgctxt "label title for conjunctive groups filter checkbox"
|
1260 |
msgid "Users must belong to all chosen groups"
|
1261 |
msgstr ""
|
1262 |
|
1280 |
msgid "View the Welcome screen for this version of Groups"
|
1281 |
msgstr ""
|
1282 |
|
1283 |
+
#: lib/admin/class-groups-admin.php:306
|
1284 |
msgid "Warning!"
|
1285 |
msgstr ""
|
1286 |
|
lib/access/class-groups-access-meta-boxes.php
CHANGED
@@ -114,10 +114,10 @@ class Groups_Access_Meta_Boxes {
|
|
114 |
// help tab for group-based access restrictions
|
115 |
$screen->add_help_tab( array(
|
116 |
'id' => 'groups-groups',
|
117 |
-
'title' =>
|
118 |
'content' =>
|
119 |
'<p>' .
|
120 |
-
'<strong>' .
|
121 |
'</p>' .
|
122 |
'<p>' .
|
123 |
__( 'Use the <em>Groups</em> box to limit the visibility of posts, pages and other post types.', 'groups' ) .
|
@@ -473,7 +473,7 @@ class Groups_Access_Meta_Boxes {
|
|
473 |
$output .= '</p>';
|
474 |
|
475 |
$form_fields['groups_read'] = array(
|
476 |
-
'label' =>
|
477 |
'input' => 'html',
|
478 |
'html' => $output
|
479 |
);
|
114 |
// help tab for group-based access restrictions
|
115 |
$screen->add_help_tab( array(
|
116 |
'id' => 'groups-groups',
|
117 |
+
'title' => _x( 'Groups', 'Help tab title', 'groups' ),
|
118 |
'content' =>
|
119 |
'<p>' .
|
120 |
+
'<strong>' . _x( 'Groups', 'Help heading', 'groups' ) . '</strong>' .
|
121 |
'</p>' .
|
122 |
'<p>' .
|
123 |
__( 'Use the <em>Groups</em> box to limit the visibility of posts, pages and other post types.', 'groups' ) .
|
473 |
$output .= '</p>';
|
474 |
|
475 |
$form_fields['groups_read'] = array(
|
476 |
+
'label' => _x( 'Groups', 'Attachment field label', 'groups' ),
|
477 |
'input' => 'html',
|
478 |
'html' => $output
|
479 |
);
|
lib/admin/class-groups-admin-posts.php
CHANGED
@@ -211,7 +211,7 @@ class Groups_Admin_Posts {
|
|
211 |
|
212 |
$output .= '<label style="display:inline;">';
|
213 |
$output .= '<span class="title">';
|
214 |
-
$output .=
|
215 |
$output .= '</span>';
|
216 |
$output .= '<select class="groups-action" name="groups-action">';
|
217 |
$output .= '<option selected="selected" value="-1">' . __( '— No Change —', 'groups' ) . '</option>';
|
211 |
|
212 |
$output .= '<label style="display:inline;">';
|
213 |
$output .= '<span class="title">';
|
214 |
+
$output .= _x( 'Groups', 'Bulk edit field label', 'groups' );
|
215 |
$output .= '</span>';
|
216 |
$output .= '<select class="groups-action" name="groups-action">';
|
217 |
$output .= '<option selected="selected" value="-1">' . __( '— No Change —', 'groups' ) . '</option>';
|
lib/admin/class-groups-admin-user-profile.php
CHANGED
@@ -69,7 +69,7 @@ class Groups_Admin_User_Profile {
|
|
69 |
global $wpdb;
|
70 |
if ( $type == 'add-new-user' ) {
|
71 |
if ( current_user_can( GROUPS_ADMINISTER_GROUPS ) ) {
|
72 |
-
$output = '<h3>' .
|
73 |
$groups_table = _groups_get_tablename( 'group' );
|
74 |
if ( $groups = $wpdb->get_results( "SELECT * FROM $groups_table ORDER BY name" ) ) {
|
75 |
$output .= '<style type="text/css">';
|
@@ -132,7 +132,7 @@ class Groups_Admin_User_Profile {
|
|
132 |
if ( current_user_can( GROUPS_ADMINISTER_GROUPS ) ) {
|
133 |
self::edit_user_profile( $user );
|
134 |
} else {
|
135 |
-
$output = '<h3>' .
|
136 |
$user = new Groups_User( $user->ID );
|
137 |
$groups = $user->groups;
|
138 |
if ( is_array( $groups ) ) {
|
@@ -156,7 +156,7 @@ class Groups_Admin_User_Profile {
|
|
156 |
public static function edit_user_profile( $user ) {
|
157 |
global $wpdb;
|
158 |
if ( current_user_can( GROUPS_ADMINISTER_GROUPS ) ) {
|
159 |
-
$output = '<h3>' .
|
160 |
$user = new Groups_User( $user->ID );
|
161 |
$user_groups = $user->groups;
|
162 |
$groups_table = _groups_get_tablename( 'group' );
|
69 |
global $wpdb;
|
70 |
if ( $type == 'add-new-user' ) {
|
71 |
if ( current_user_can( GROUPS_ADMINISTER_GROUPS ) ) {
|
72 |
+
$output = '<h3>' . _x( 'Groups', 'Groups section heading (add user)', 'groups' ) . '</h3>';
|
73 |
$groups_table = _groups_get_tablename( 'group' );
|
74 |
if ( $groups = $wpdb->get_results( "SELECT * FROM $groups_table ORDER BY name" ) ) {
|
75 |
$output .= '<style type="text/css">';
|
132 |
if ( current_user_can( GROUPS_ADMINISTER_GROUPS ) ) {
|
133 |
self::edit_user_profile( $user );
|
134 |
} else {
|
135 |
+
$output = '<h3>' . _x( 'Groups', 'Groups section heading (user profile)', 'groups' ) . '</h3>';
|
136 |
$user = new Groups_User( $user->ID );
|
137 |
$groups = $user->groups;
|
138 |
if ( is_array( $groups ) ) {
|
156 |
public static function edit_user_profile( $user ) {
|
157 |
global $wpdb;
|
158 |
if ( current_user_can( GROUPS_ADMINISTER_GROUPS ) ) {
|
159 |
+
$output = '<h3>' . _x( 'Groups', 'Groups section heading (edit user)', 'groups' ) . '</h3>';
|
160 |
$user = new Groups_User( $user->ID );
|
161 |
$user_groups = $user->groups;
|
162 |
$groups_table = _groups_get_tablename( 'group' );
|
lib/admin/class-groups-admin-users.php
CHANGED
@@ -278,7 +278,7 @@ class Groups_Admin_Users {
|
|
278 |
$output .= '</div>'; // .groups-select-container
|
279 |
$output .= '</div>'; // .groups-filter-container
|
280 |
$conjunctive = !empty( $_REQUEST['filter_groups_conjunctive'] );
|
281 |
-
$output .= sprintf( '<label title="%s" style="margin-right: 4px;">',
|
282 |
$output .= sprintf( '<input class="filter-groups-conjunctive" name="filter_groups_conjunctive" type="checkbox" value="1" %s />', $conjunctive ? ' checked="checked" ' : '' );
|
283 |
$output .= esc_html_x( '∩', 'label for conjunctive groups filter checkbox', 'groups' );
|
284 |
$output .= '</label>';
|
@@ -354,7 +354,7 @@ class Groups_Admin_Users {
|
|
354 |
* @return array column headers
|
355 |
*/
|
356 |
public static function manage_users_columns( $column_headers ) {
|
357 |
-
$column_headers[self::GROUPS] =
|
358 |
return $column_headers;
|
359 |
}
|
360 |
|
278 |
$output .= '</div>'; // .groups-select-container
|
279 |
$output .= '</div>'; // .groups-filter-container
|
280 |
$conjunctive = !empty( $_REQUEST['filter_groups_conjunctive'] );
|
281 |
+
$output .= sprintf( '<label title="%s" style="margin-right: 4px;">', esc_html_x( 'Users must belong to all chosen groups', 'label title for conjunctive groups filter checkbox', 'groups' ) );
|
282 |
$output .= sprintf( '<input class="filter-groups-conjunctive" name="filter_groups_conjunctive" type="checkbox" value="1" %s />', $conjunctive ? ' checked="checked" ' : '' );
|
283 |
$output .= esc_html_x( '∩', 'label for conjunctive groups filter checkbox', 'groups' );
|
284 |
$output .= '</label>';
|
354 |
* @return array column headers
|
355 |
*/
|
356 |
public static function manage_users_columns( $column_headers ) {
|
357 |
+
$column_headers[self::GROUPS] = _x( 'Groups', 'Column header (Users)', 'groups' );
|
358 |
return $column_headers;
|
359 |
}
|
360 |
|
lib/admin/class-groups-admin.php
CHANGED
@@ -242,8 +242,8 @@ class Groups_Admin {
|
|
242 |
|
243 |
// main
|
244 |
$page = add_menu_page(
|
245 |
-
|
246 |
-
|
247 |
GROUPS_ADMINISTER_GROUPS,
|
248 |
'groups-network-admin',
|
249 |
apply_filters( 'groups_add_menu_page_function', 'groups_network_admin_options' ),
|
@@ -266,13 +266,17 @@ class Groups_Admin {
|
|
266 |
if ( current_user_can( GROUPS_ADMINISTER_OPTIONS ) ) {
|
267 |
array_unshift(
|
268 |
$links,
|
269 |
-
'<a href="' . get_admin_url( null, 'admin.php?page=groups-admin-options' ) . '">' .
|
|
|
|
|
270 |
);
|
271 |
}
|
272 |
if ( current_user_can( GROUPS_ADMINISTER_GROUPS ) ) {
|
273 |
array_unshift(
|
274 |
$links,
|
275 |
-
'<a href="' . get_admin_url( null, 'admin.php?page=groups-admin' ) . '">' .
|
|
|
|
|
276 |
);
|
277 |
}
|
278 |
return $links;
|
242 |
|
243 |
// main
|
244 |
$page = add_menu_page(
|
245 |
+
_x( 'Groups', 'Network menu page title', 'groups' ),
|
246 |
+
'Groups', // don't translate, see note on same in self::admin_menu()
|
247 |
GROUPS_ADMINISTER_GROUPS,
|
248 |
'groups-network-admin',
|
249 |
apply_filters( 'groups_add_menu_page_function', 'groups_network_admin_options' ),
|
266 |
if ( current_user_can( GROUPS_ADMINISTER_OPTIONS ) ) {
|
267 |
array_unshift(
|
268 |
$links,
|
269 |
+
'<a href="' . get_admin_url( null, 'admin.php?page=groups-admin-options' ) . '">' .
|
270 |
+
_x( 'Options', 'Plugin action link', 'groups' ) .
|
271 |
+
'</a>'
|
272 |
);
|
273 |
}
|
274 |
if ( current_user_can( GROUPS_ADMINISTER_GROUPS ) ) {
|
275 |
array_unshift(
|
276 |
$links,
|
277 |
+
'<a href="' . get_admin_url( null, 'admin.php?page=groups-admin' ) . '">' .
|
278 |
+
_x( 'Groups', 'Plugin action link', 'groups' ) .
|
279 |
+
'</a>'
|
280 |
);
|
281 |
}
|
282 |
return $links;
|
lib/core/class-groups-controller.php
CHANGED
@@ -124,6 +124,8 @@ class Groups_Controller {
|
|
124 |
*/
|
125 |
public static function init() {
|
126 |
|
|
|
|
|
127 |
// Load our current translations first ...
|
128 |
$mofile = self::get_mofile();
|
129 |
load_textdomain( 'groups', $mofile );
|
@@ -146,7 +148,11 @@ class Groups_Controller {
|
|
146 |
* @return string mofile
|
147 |
*/
|
148 |
private static function get_mofile() {
|
149 |
-
$locale =
|
|
|
|
|
|
|
|
|
150 |
$mofile = GROUPS_CORE_DIR . '/languages/groups-' . $locale . '.mo';
|
151 |
return $mofile;
|
152 |
}
|
124 |
*/
|
125 |
public static function init() {
|
126 |
|
127 |
+
unload_textdomain( 'groups' );
|
128 |
+
|
129 |
// Load our current translations first ...
|
130 |
$mofile = self::get_mofile();
|
131 |
load_textdomain( 'groups', $mofile );
|
148 |
* @return string mofile
|
149 |
*/
|
150 |
private static function get_mofile() {
|
151 |
+
$locale = get_locale();
|
152 |
+
if ( function_exists( 'get_user_locale' ) ) {
|
153 |
+
$locale = get_user_locale();
|
154 |
+
}
|
155 |
+
$locale = apply_filters( 'plugin_locale', $locale, 'groups' );
|
156 |
$mofile = GROUPS_CORE_DIR . '/languages/groups-' . $locale . '.mo';
|
157 |
return $mofile;
|
158 |
}
|
lib/core/class-groups-help.php
CHANGED
@@ -60,15 +60,15 @@ class Groups_Help {
|
|
60 |
public static function contextual_help() {
|
61 |
if ( $screen = get_current_screen() ) {
|
62 |
$show_groups_help = false;
|
63 |
-
$help_title =
|
64 |
$screen_id = $screen->base;
|
65 |
// The prefix of the $screen_id is translated, use only the suffix
|
66 |
// to identify a screen:
|
67 |
$ids = array(
|
68 |
-
'groups-admin' =>
|
69 |
-
'groups-admin-groups' =>
|
70 |
-
'groups-admin-options' =>
|
71 |
-
'groups-admin-capabilities' =>
|
72 |
);
|
73 |
foreach ( $ids as $id => $title ) {
|
74 |
$i = strpos( $screen_id, $id );
|
60 |
public static function contextual_help() {
|
61 |
if ( $screen = get_current_screen() ) {
|
62 |
$show_groups_help = false;
|
63 |
+
$help_title = _x( 'Groups', 'Help title', 'groups' );
|
64 |
$screen_id = $screen->base;
|
65 |
// The prefix of the $screen_id is translated, use only the suffix
|
66 |
// to identify a screen:
|
67 |
$ids = array(
|
68 |
+
'groups-admin' => _x( 'Groups', 'Help tab title and heading', 'groups' ),
|
69 |
+
'groups-admin-groups' => _x( 'Groups', 'Help tab title and heading', 'groups' ),
|
70 |
+
'groups-admin-options' => _x( 'Options', 'Help tab title and heading', 'groups' ),
|
71 |
+
'groups-admin-capabilities' => _x( 'Capabilities', 'Help tab title and heading', 'groups' ),
|
72 |
);
|
73 |
foreach ( $ids as $id => $title ) {
|
74 |
$i = strpos( $screen_id, $id );
|
readme.txt
CHANGED
@@ -3,9 +3,9 @@ Contributors: itthinx, proaktion
|
|
3 |
Donate link: http://www.itthinx.com/plugins/groups
|
4 |
Tags: groups, access, access control, membership, memberships, member, members, capability, capabilities, content, download, downloads, file, file access, files, paypal, permission, permissions, subscription, subscriptions, woocommerce
|
5 |
Requires at least: 4.6
|
6 |
-
Tested up to: 5.
|
7 |
Requires PHP: 5.6.0
|
8 |
-
Stable tag: 2.
|
9 |
License: GPLv3
|
10 |
|
11 |
Groups is an efficient and powerful solution, providing group-based user membership management, group-based capabilities and content access control.
|
@@ -194,4 +194,4 @@ For the full changelog see [changelog.txt](https://github.com/itthinx/groups/blo
|
|
194 |
|
195 |
== Upgrade Notice ==
|
196 |
|
197 |
-
This release has been tested
|
3 |
Donate link: http://www.itthinx.com/plugins/groups
|
4 |
Tags: groups, access, access control, membership, memberships, member, members, capability, capabilities, content, download, downloads, file, file access, files, paypal, permission, permissions, subscription, subscriptions, woocommerce
|
5 |
Requires at least: 4.6
|
6 |
+
Tested up to: 5.2
|
7 |
Requires PHP: 5.6.0
|
8 |
+
Stable tag: 2.7.0
|
9 |
License: GPLv3
|
10 |
|
11 |
Groups is an efficient and powerful solution, providing group-based user membership management, group-based capabilities and content access control.
|
194 |
|
195 |
== Upgrade Notice ==
|
196 |
|
197 |
+
This release has been tested with the latest version of WordPress.
|