# Translation of LifterLMS Groups in Dutch (Belgium)
# This file is distributed under the same license as the LifterLMS Groups package.
msgid ""
msgstr ""
"PO-Revision-Date: +0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: GlotPress/4.1.0\n"
"Language: nl_BE\n"
"Project-Id-Version: LifterLMS Groups\n"

#: includes/rest/class-llms-groups-rest.php:282
msgid "The new total number of seats for the group."
msgstr ""

#: includes/rest/class-llms-groups-rest.php:276
msgid "Updates the total number of seats available in a group."
msgstr ""

#: includes/rest/class-llms-groups-rest.php:275
msgid "Update Group Seats"
msgstr ""

#: includes/rest/class-llms-groups-rest.php:264
msgid "Retrieves the seat usage of a group: total, used, and open seats."
msgstr ""

#: includes/rest/class-llms-groups-rest.php:263
msgid "Get Group Seats"
msgstr ""

#: includes/rest/class-llms-groups-rest.php:251
msgid "Deletes (revokes) a group invitation by its ID."
msgstr ""

#: includes/rest/class-llms-groups-rest.php:250
msgid "Delete Group Invitation"
msgstr ""

#: includes/rest/class-llms-groups-rest.php:245
#: includes/rest/class-llms-groups-rest.php:258
msgid "Unique invitation identifier."
msgstr ""

#: includes/rest/class-llms-groups-rest.php:238
msgid "Retrieves a single group invitation by its ID."
msgstr ""

#: includes/rest/class-llms-groups-rest.php:237
msgid "Get Group Invitation"
msgstr ""

#: includes/rest/class-llms-groups-rest.php:226
msgid "Creates an invitation to join a group, either for a specific email address or as an open invitation link."
msgstr ""

#: includes/rest/class-llms-groups-rest.php:225
msgid "Create Group Invitation"
msgstr ""

#: includes/rest/class-llms-groups-rest.php:214
msgid "Retrieves the list of invitations for a group. By default the results also include the group's reusable open invitation link record (identified by is_open true and an empty email); pass open=exclude to list only pending invitations sent to specific email addresses, matching the Pending Invitations screen."
msgstr ""

#: includes/rest/class-llms-groups-rest.php:213
msgid "List Group Invitations"
msgstr ""

#: includes/rest/class-llms-groups-rest.php:201
msgid "Removes a member from a group by their WordPress user ID."
msgstr ""

#: includes/rest/class-llms-groups-rest.php:200
msgid "Remove Group Member"
msgstr ""

#: includes/rest/class-llms-groups-rest.php:187
msgid "Adds a student to a group or updates an existing member, optionally setting their group role (member, leader, or admin)."
msgstr ""

#: includes/rest/class-llms-groups-rest.php:186
msgid "Add or Update Group Member"
msgstr ""

#: includes/rest/class-llms-groups-rest.php:181
#: includes/rest/class-llms-groups-rest.php:195
#: includes/rest/class-llms-groups-rest.php:208
msgid "Unique member identifier. The WordPress user ID."
msgstr ""

#: includes/rest/class-llms-groups-rest.php:174
msgid "Retrieves a single member of a group by their WordPress user ID."
msgstr ""

#: includes/rest/class-llms-groups-rest.php:173
msgid "Get Group Member"
msgstr ""

#: includes/rest/class-llms-groups-rest.php:162
msgid "Retrieves the list of members of a group, including their group role (member, leader, or admin)."
msgstr ""

#: includes/rest/class-llms-groups-rest.php:161
msgid "List Group Members"
msgstr ""

#: includes/rest/class-llms-groups-rest.php:153
msgid "Deletes a group by its ID."
msgstr ""

#: includes/rest/class-llms-groups-rest.php:152
msgid "Delete Group"
msgstr ""

#: includes/rest/class-llms-groups-rest.php:144
msgid "Updates an existing group by its ID."
msgstr ""

#: includes/rest/class-llms-groups-rest.php:143
msgid "Update Group"
msgstr ""

#: includes/rest/class-llms-groups-rest.php:135
msgid "Creates a new group on this LifterLMS site. Requires post (or its alias product): the WP_Post ID of the course or membership the group grants access to."
msgstr ""

#: includes/rest/class-llms-groups-rest.php:134
msgid "Create Group"
msgstr ""

#: includes/rest/class-llms-groups-rest.php:126
msgid "Retrieves the details of a single group by its ID."
msgstr ""

#: includes/rest/class-llms-groups-rest.php:125
msgid "Get Group"
msgstr ""

#: includes/rest/class-llms-groups-rest.php:117
msgid "Retrieves a paginated list of groups from this LifterLMS site. Supports filtering, ordering, and pagination parameters."
msgstr ""

#: includes/rest/class-llms-groups-rest.php:116
msgid "List Groups"
msgstr ""

#: includes/rest/class-llms-groups-rest.php:109
msgid "Unique group identifier. The WordPress post ID of the group."
msgstr ""

#: includes/rest/class-llms-groups-rest-groups-controller.php:158
msgid "A post (or product) parameter is required to create a group: the WP_Post ID of the course or membership the group grants access to."
msgstr ""

#: includes/rest/class-llms-groups-rest-groups-controller.php:99
msgid "Alias for `post`: WP_Post ID of the course or membership the group grants access to. Ignored when `post` is provided."
msgstr ""

#: includes/rest/class-llms-groups-rest-groups-controller.php:90
msgid "WP_Post ID of the course or membership the group grants access to. Required when creating a group (the `product` alias may be provided instead)."
msgstr ""

#: includes/rest/class-llms-groups-rest-group-members-controller.php:671
msgid "The user could not be added to the group."
msgstr ""

#: includes/rest/class-llms-groups-rest-group-members-controller.php:661
msgid "Cannot add the member: there are no open seats remaining."
msgstr ""

#: includes/rest/class-llms-groups-rest-group-members-controller.php:178
msgid "You are not allowed to add members to this group."
msgstr ""

#: includes/rest/class-llms-groups-rest-group-members-controller.php:170
msgid "A new member cannot be added as the primary admin. Add the member as an admin first, then update their role."
msgstr ""

#: includes/rest/class-llms-groups-rest-group-invitations-controller.php:256
msgid "Whether this record is the group's reusable open invitation link. Open link records are not pending invitations sent to a specific email address."
msgstr ""

#: includes/rest/class-llms-groups-rest-group-invitations-controller.php:250
msgid "Email address of the invited group member. An empty email denotes the group's reusable open invitation link rather than a pending invitation for a specific person."
msgstr ""

#: includes/rest/class-llms-groups-rest-group-invitations-controller.php:203
msgid "Determines how open invitation link records are treated. An \"open\" invitation is the group's reusable invitation link (it has no email address) and is not a pending invitation sent to a specific person. Accepts \"include\" (default, open link records are mixed into the results), \"exclude\" (only pending email invitations, matching the Pending Invitations screen), or \"only\" (only open link records)."
msgstr ""

#: includes/rest/class-llms-groups-rest-access-plans.php:88
msgid "Maximum number of group seats selectable at checkout when group_enrolment_seats_type is \"variable\"."
msgstr ""

#: includes/rest/class-llms-groups-rest-access-plans.php:81
msgid "Minimum number of group seats selectable at checkout when group_enrolment_seats_type is \"variable\"."
msgstr ""

#: includes/rest/class-llms-groups-rest-access-plans.php:74
msgid "Number of group seats included in the plan when group_enrolment_seats_type is \"fixed\"."
msgstr ""

#: includes/rest/class-llms-groups-rest-access-plans.php:66
msgid "Determines how the number of group seats is selected. \"fixed\": the plan always includes group_seat_count seats. \"variable\": the buyer chooses a seat count between group_seat_count_min and group_seat_count_max at checkout. Only applies when group_enrolment is true."
msgstr ""

#: includes/rest/class-llms-groups-rest-access-plans.php:59
msgid "Whether the access plan is used for group enrollment (\"Use for Group Enrolment\"). When enabled, purchasing the plan creates a group with the configured number of seats instead of enrolling only the buyer."
msgstr ""

#: templates/profile/reports/course-students-list.php:108
#: templates/profile/reports/members-list.php:108
#: templates/profile/sidebar-invitations.php:98
msgid "Download CSV"
msgstr ""

#: includes/class-llms-groups-checkout.php:451
msgid "Additional seat purchases are not enabled."
msgstr ""

#: includes/class-llms-groups-checkout.php:441
msgid "You do not have permission to add seats to this group."
msgstr ""

#: includes/class-llms-groups-checkout.php:434
msgid "Invalid group selected."
msgstr ""

#: includes/class-llms-groups-checkout.php:196
#: includes/class-llms-groups-checkout.php:267
msgid "Create new group"
msgstr ""

#: includes/class-llms-groups-checkout.php:124
msgid "Original Order"
msgstr ""

#: includes/class-llms-groups-checkout-ajax-handler.php:348
#: includes/class-llms-groups-checkout.php:446
msgid "This group is not associated with this product."
msgstr ""

#: includes/class-llms-groups-checkout-ajax-handler.php:341
msgid "You do not own this group."
msgstr ""

#: includes/class-llms-groups-checkout-ajax-handler.php:328
msgid "You must be logged in to select a group."
msgstr ""

#: includes/class-llms-groups-checkout-ajax-handler.php:243
#: includes/class-llms-groups-checkout-ajax-handler.php:289
msgid "Missing plan ID."
msgstr ""

#: includes/admin/settings-llms-groups.php:64
msgid "Allow Additional Seat Purchases"
msgstr ""

#: includes/admin/settings-llms-groups.php:62
msgid "When enabled, users who previously purchased a group-enabled access plan can purchase additional seats for the same group from the pricing table or checkout page."
msgstr ""

#: includes/admin/settings-llms-groups.php:56
msgid "Group Purchasing"
msgstr ""

#: includes/admin/settings-llms-groups.php:55
msgid "Control how group purchasing and seat management works."
msgstr ""

#: includes/rest/class-llms-groups-rest-groups-controller.php:178
msgid "You are not allowed to change the group course or membership."
msgstr ""

#: assets/js/llms-groups-profile.js:1
msgid "Page"
msgstr ""

#: assets/js/llms-groups-profile.js:1
msgid "No invitations match your search."
msgstr ""

#. translators: %1$d = current page number, %2$d = total pages
#: templates/profile/sidebar-invitations.php:44
#: templates/profile/sidebar-invitations.php:82
msgid "Page %1$d of %2$d"
msgstr ""

#: templates/profile/sidebar-invitations.php:39
#: templates/profile/sidebar-invitations.php:77
msgid "Prev"
msgstr ""

#: templates/profile/sidebar-invitations.php:34
msgid "Search"
msgstr ""

#: templates/profile/reports/course-students-list.php:25
#: templates/profile/reports/sub-tabs.php:22
msgid "Students"
msgstr ""

#: includes/rest/class-llms-groups-rest-group-invitations-controller.php:197
msgid "Search invitations by email address (partial match)."
msgstr ""

#: includes/class-llms-groups-student-bulk-enroll.php:126
msgid "You do not have permission to enroll users into this group."
msgstr ""

#: includes/class-llms-groups-student-bulk-enroll.php:269
msgid "Successfully enrolled <em>%1$1s</em> into <em>%2$2s</em>."
msgstr ""

#: includes/class-llms-groups-student-bulk-enroll.php:257
msgid "No open seats available."
msgstr ""

#: includes/class-llms-groups-student-bulk-enroll.php:257
#: includes/class-llms-groups-student-bulk-enroll.php:269
msgid "Failed to enroll <em>%1$1s</em> into <em>%2$2s</em>."
msgstr ""

#: includes/class-llms-groups-student-bulk-enroll.php:249
msgid "Failed to enroll <em>%1$1s</em> into <em>%2$2s</em> or user is already a member of the group course/membership.."
msgstr ""

#: includes/class-llms-groups-student-bulk-enroll.php:249
msgid "Invitation found."
msgstr ""

#: includes/class-llms-groups-student-bulk-enroll.php:120
msgid "Please select a Group to enroll users into!"
msgstr ""

#: includes/class-llms-groups-student-bulk-enroll.php:86
#: includes/class-llms-groups-student-bulk-enroll.php:88
msgid "Choose Group"
msgstr ""

#: includes/admin/class-llms-groups-access-plan-settings-admin-ui.php:92
#: includes/admin/class-llms-groups-access-plan-settings-admin-ui.php:93
msgid "Set the maximum number of group seats included in this access plan."
msgstr ""

#: includes/admin/class-llms-groups-access-plan-settings-admin-ui.php:91
msgid "Max Seats"
msgstr ""

#: includes/admin/class-llms-groups-access-plan-settings-admin-ui.php:81
#: includes/admin/class-llms-groups-access-plan-settings-admin-ui.php:82
msgid "Set the minimum number of group seats included in this access plan."
msgstr ""

#: includes/admin/class-llms-groups-access-plan-settings-admin-ui.php:80
msgid "Min Seats"
msgstr ""

#: includes/admin/class-llms-groups-access-plan-settings-admin-ui.php:70
#: includes/admin/class-llms-groups-access-plan-settings-admin-ui.php:71
msgid "Set the number of group seats included in this access plan."
msgstr ""

#: includes/admin/class-llms-groups-access-plan-settings-admin-ui.php:63
msgid "Variable - Allow number of seats to be selected at checkout."
msgstr ""

#: includes/admin/class-llms-groups-access-plan-settings-admin-ui.php:62
msgid "Fixed - Set a specific number of seats."
msgstr ""

#: includes/admin/class-llms-groups-access-plan-settings-admin-ui.php:56
#: includes/admin/class-llms-groups-access-plan-settings-admin-ui.php:57
msgid "Indicate if the number of seats is fixed or variable."
msgstr ""

#: includes/admin/class-llms-groups-access-plan-settings-admin-ui.php:55
msgid "Seat Selection"
msgstr ""

#: includes/admin/class-llms-groups-access-plan-settings-admin-ui.php:46
msgid "Yes, use for group enrolment"
msgstr ""

#: includes/admin/class-llms-groups-access-plan-settings-admin-ui.php:45
msgid "No, do not use for group enrolment"
msgstr ""

#: includes/admin/class-llms-groups-access-plan-settings-admin-ui.php:39
#: includes/admin/class-llms-groups-access-plan-settings-admin-ui.php:40
msgid "Indicate if the plan is used for group enrolment."
msgstr ""

#: includes/admin/class-llms-groups-access-plan-settings-admin-ui.php:38
msgid "Use for Group Enrolment"
msgstr ""

#: includes/admin/class-llms-groups-access-plan-settings-admin-ui.php:23
msgid "Allow a buyer to purchase lifetime access for a group of people."
msgstr ""

#: includes/admin/class-llms-groups-access-plan-settings-admin-ui.php:22
msgid "Group Access"
msgstr ""

#: includes/class-llms-groups-checkout-ajax-handler.php:108
#: includes/class-llms-groups-checkout.php:65
msgid "Invalid seat count."
msgstr ""

#: includes/class-llms-groups-checkout-ajax-handler.php:102
msgid "Seat count is not available for this plan."
msgstr ""

#: includes/class-llms-groups-banner-image-ajax-handler.php:74
msgid "Error setting banner."
msgstr ""

#: includes/class-llms-groups-banner-image-ajax-handler.php:70
msgid "Error setting logo."
msgstr ""

#: includes/class-llms-groups-banner-image-ajax-handler.php:34
msgid "Invalid image type."
msgstr ""

#. Translators: %s = Missing paramter name.
#: includes/class-llms-groups-banner-image-ajax-handler.php:97
msgid "Invalid value submitted for parameter: \"%s\""
msgstr ""

#. Translators: %s = Missing paramter name.
#: includes/class-llms-groups-banner-image-ajax-handler.php:91
msgid "Missing required parameter: \"%s\""
msgstr ""

#: includes/class-llms-groups-banner-image-ajax-handler.php:77
msgid "Success"
msgstr ""

#. Translators: %1$s = Assignment title; %2$s = Student name.
#: includes/class-llms-groups-banner-image-ajax-handler.php:61
msgid "%1$s group banner image by %2$s"
msgstr ""

#: includes/class-llms-groups-banner-image-ajax-handler.php:30
msgid "Invalid user."
msgstr ""

#. Translators: %1$d size.
#: templates/profile/modal-upload.php:51
msgid "For best results use a %1$dpx square image."
msgstr ""

#. Translators: %s = The post type name.
#: includes/rest/class-llms-groups-rest-groups-controller.php:350
msgid "Sorry, you are not allowed to update %s as this user."
msgstr ""

#: assets/blocks/group-list/block.json
msgctxt "block description"
msgid "Outputs a list of groups in a grid."
msgstr ""

#: assets/blocks/group-list/block.json
msgctxt "block title"
msgid "Group List"
msgstr ""

#: includes/class-llms-groups-block-templates.php:173
msgid "LifterLMS Group Template"
msgstr ""

#: includes/class-llms-groups-block-templates.php:159
msgid "Single Group"
msgstr ""

#. Translators: %s = Comma-separated list of accepted file extensions.
#: assets/js/llms-groups-profile.js:6
msgid "That file type is not allowed. The following file types are accepted: %s."
msgstr ""

#. Translators: %s = Form element label describing the required field.
#: assets/js/llms-groups-profile.js:4
msgid "%s cannot be blank."
msgstr ""

#: assets/js/llms-groups-profile.js:1
msgid "The following errors were encountered:"
msgstr ""

#: assets/js/llms-groups-profile.js:1
msgid "Duplicate email address"
msgstr ""

#: assets/js/llms-groups-profile.js:1
msgid "Invalid email address"
msgstr ""

#: assets/js/llms-groups-profile-general.js:1
#: assets/js/llms-groups-profile.js:1
msgid "An unknown error was encountered, please try again."
msgstr ""

#: templates/profile/navigation.php:34
msgid "Leave group"
msgstr ""

#: templates/profile/navigation.php:29
msgid "More"
msgstr ""

#: templates/profile/member.php:33
msgid "Primary"
msgstr ""

#: includes/rest/class-llms-groups-rest-group-members-controller.php:589
msgid "Unique identifier for the group member. The WP User ID."
msgstr ""

#: includes/rest/class-llms-groups-rest-group-members-controller.php:584
msgid "Unique identifier for the group. The WP Post ID."
msgstr ""

#: includes/rest/class-llms-groups-rest-group-members-controller.php:456
msgid "The group enrollment trigger."
msgstr ""

#: includes/rest/class-llms-groups-rest-group-members-controller.php:253
msgid "Filter members by group role"
msgstr ""

#: includes/rest/class-llms-groups-rest-group-members-controller.php:219
msgid "The user could not be removed from the group."
msgstr ""

#. Translators: %s = Requested group member role id.
#: includes/rest/class-llms-groups-rest-group-members-controller.php:198
msgid "You are not allowed to make this member's role \"%s\"."
msgstr ""

#: includes/rest/class-llms-groups-rest-group-members-controller.php:187
msgid "You are not allowed to manage this member."
msgstr ""

#: includes/rest/class-llms-groups-rest-group-members-controller.php:150
msgid "You are not allowed to list this group's members in edit context."
msgstr ""

#: includes/rest/class-llms-groups-rest-group-members-controller.php:148
msgid "You are not allowed to list this group's members."
msgstr ""

#: includes/rest/class-llms-groups-rest-group-members-controller.php:131
msgid "You are not allowed to view this member in edit context."
msgstr ""

#: includes/rest/class-llms-groups-rest-group-members-controller.php:129
msgid "You are not allowed to view this member."
msgstr ""

#: includes/rest/class-llms-groups-rest-group-members-controller.php:115
msgid "You are not allowed to remove this member from the group."
msgstr ""

#: templates/profile/sidebar-invitations.php:33
msgid "Search by email"
msgstr ""

#: templates/profile/sidebar-invitations.php:70
#: assets/js/llms-groups-profile.js:1
msgid "Copy Link"
msgstr ""

#: templates/profile/sidebar-invitations.php:67
#: assets/js/llms-groups-profile.js:1
msgid "Delete"
msgstr ""

#: templates/profile/sidebar-invitations.php:58
#: assets/js/llms-groups-profile.js:1
msgid "No pending invitations found."
msgstr ""

#: templates/profile/sidebar-invitations.php:27
msgid "Pending Invitations"
msgstr ""

#: includes/rest/class-llms-groups-rest-group-invitations-controller.php:211
msgid "Limit results to a list of roles. Accepts a single role or a comma-separated list of roles."
msgstr ""

#: includes/rest/class-llms-groups-rest-group-invitations-controller.php:188
msgid "Limit results to a list of email addresses. Accepts a single email or a comma-separated list of emails."
msgstr ""

#: includes/admin/class-llms-groups-post-type-admin-ui.php:89
msgid "Members / Seats"
msgstr ""

#: templates/profile/sidebar-seats.php:29
msgid "Add Seats"
msgstr ""

#: includes/admin/class-llms-groups-access-plan-settings-admin-ui.php:69
#: includes/class-llms-groups-checkout.php:93
#: includes/class-llms-groups-checkout.php:106
#: includes/class-llms-groups-checkout.php:223
#: includes/class-llms-groups-checkout.php:296
#: templates/profile/sidebar-seats.php:24
msgid "Seats"
msgstr ""

#. Translators: %s = Group name (singular).
#: templates/profile/sidebar-content.php:32
msgid "No content is available for this %s. Content can be added on the settings tab."
msgstr ""

#: templates/profile/reports/courses-list.php:31
#: templates/profile/reports/single-member-courses-list.php:34
msgid "Course"
msgstr ""

#: templates/profile/reports/courses-list.php:22
#: templates/profile/reports/single-member-courses-list.php:25
#: templates/profile/reports/sub-tabs.php:25
msgid "Courses"
msgstr ""

#: templates/profile/reports/course-students-list.php:82
#: templates/profile/reports/members-list.php:83
#: templates/profile/sidebar-invitations.php:50
#: templates/profile/sidebar-invitations.php:88
msgid "Next"
msgstr ""

#: templates/profile/reports/course-students-list.php:81
#: templates/profile/reports/members-list.php:82
msgid "Previous"
msgstr ""

#: templates/profile/reports/course-students-list.php:37
#: templates/profile/reports/members-list.php:39
#: templates/profile/reports/single-member-courses-list.php:37
msgid "Grade"
msgstr ""

#: templates/profile/reports/course-students-list.php:36
#: templates/profile/reports/members-list.php:38
#: templates/profile/reports/single-member-courses-list.php:36
msgid "Progress"
msgstr ""

#: templates/profile/reports/course-students-list.php:35
#: templates/profile/reports/members-list.php:36
#: templates/profile/reports/single-member-courses-list.php:35
msgid "Enrollment Date"
msgstr ""

#. Translators: %1$s = width; %2$s = height.
#: templates/profile/modal-upload.php:41
msgid "For best results, use an image at least %1$dpx wide and %2$dpx tall."
msgstr ""

#: templates/profile/modal-upload.php:35
msgid "Select or drop an image..."
msgstr ""

#: templates/profile/modal-upload.php:27
msgid "Close dialog"
msgstr ""

#: templates/profile/modal-upload.php:26
msgid "Upload"
msgstr ""

#: templates/profile/modal-seats.php:42
msgid "Open"
msgstr ""

#: templates/profile/modal-seats.php:41
msgid "Total"
msgstr ""

#: templates/profile/modal-seats.php:40
msgid "Used"
msgstr ""

#: templates/profile/modal-seats.php:27
msgid "Manage Seats"
msgstr ""

#. Translators: %1$s = group name (singluar); %2$s = member name (singular).
#: templates/profile/modal-invitations.php:83
msgid "Anyone with the link can join the %1$s as a %2$s"
msgstr ""

#: templates/profile/modal-invitations.php:73
msgid "Enable link"
msgstr ""

#: templates/profile/modal-invitations.php:72
msgid "Disable link"
msgstr ""

#: templates/profile/modal-invitations.php:69
msgid "Invite with Link"
msgstr ""

#: templates/profile/modal-invitations.php:59
msgid "Send Invitation"
msgstr ""

#: templates/profile/modal-invitations.php:41
msgid "Email address"
msgstr ""

#: templates/profile/modal-invitations.php:27
#: templates/profile/modal-seats.php:29
msgid "Close"
msgstr ""

#: templates/profile/modal-invitations.php:25
msgid "Invite Members"
msgstr ""

#: templates/profile/members.php:56
msgid "View all &rarr;"
msgstr ""

#: templates/profile/members.php:45
msgid "All Members"
msgstr ""

#: templates/profile/members.php:29
msgid "Manage"
msgstr ""

#: templates/profile/member.php:54
msgid "Manage member"
msgstr ""

#. Translators: %s time string describing the length of time from now when the
#. member joined.
#: templates/profile/member.php:41
msgid "Joined %s ago"
msgstr ""

#: templates/profile/header.php:41
msgid "Update banner"
msgstr ""

#: templates/profile/header.php:29
msgid "Update logo"
msgstr ""

#: templates/profile/about.php:46 templates/profile/modal-seats.php:63
#: templates/profile/settings.php:41
msgid "Save"
msgstr ""

#: templates/profile/about.php:29
msgid "Cancel"
msgstr ""

#: templates/profile/about.php:25
msgid "Edit Information"
msgstr ""

#. Translators: %s = Invitation url link HTML.
#: templates/emails/invitation.php:37
msgid "Trouble clicking? Copy and paste this URL into your browser: %s"
msgstr ""

#: templates/emails/invitation.php:30
msgid "Accept Invitation"
msgstr ""

#: templates/emails/invitation.php:28
msgid "To accept the invitation and get started, click on the button below:"
msgstr ""

#. Translators: %1$s = Group name; %2$s = Site title.
#: templates/emails/invitation.php:24
msgid "You have been invited to join %1$s at %2$s."
msgstr ""

#: templates/dashboard/my-groups.php:40
msgid "You do not belong to any groups."
msgstr ""

#. Translators: %s = user-submitted slug.
#: includes/rest/class-llms-groups-rest-groups-controller.php:442
msgid "The web address slug \"%s\" is not available."
msgstr ""

#: includes/rest/class-llms-groups-rest-groups-controller.php:110
msgid "Visibility of the group profile."
msgstr ""

#: includes/rest/class-llms-groups-rest-groups-controller.php:81
msgid "Post ID of the attachment post for the group logo."
msgstr ""

#: includes/rest/class-llms-groups-rest-groups-controller.php:72
msgid "Post ID of the attachment post for the group banner."
msgstr ""

#: includes/rest/class-llms-groups-rest-groups-controller.php:63
msgid "Group Title"
msgstr ""

#: includes/rest/class-llms-groups-rest-group-seats-controller.php:148
msgid "Unique identifier for the group. The WP User ID."
msgstr ""

#: includes/rest/class-llms-groups-rest-group-seats-controller.php:99
msgid "Number of used seats."
msgstr ""

#: includes/rest/class-llms-groups-rest-group-seats-controller.php:93
msgid "Number of available seats."
msgstr ""

#: includes/rest/class-llms-groups-rest-group-seats-controller.php:87
msgid "Number of remaining seats."
msgstr ""

#: includes/rest/class-llms-groups-rest-group-invitations-controller.php:478
msgid "Unique identifier for the resource."
msgstr ""

#: includes/rest/class-llms-groups-rest-group-invitations-controller.php:262
#: includes/rest/class-llms-groups-rest-group-members-controller.php:276
msgid "Group member role."
msgstr ""

#: includes/rest/class-llms-groups-rest-group-invitations-controller.php:244
msgid "URL used to accept the invitation."
msgstr ""

#: includes/rest/class-llms-groups-rest-group-invitations-controller.php:238
msgid "Unique identifier for the invitation."
msgstr ""

#: includes/rest/class-llms-groups-rest-group-invitations-controller.php:134
msgid "Cannot create a new invitation: there are no open seats remaining."
msgstr ""

#: includes/class-llms-groups-banner-image-ajax-handler.php:51
#: includes/class-llms-groups-checkout-ajax-handler.php:335
#: includes/models/class-llms-group-invitation.php:223
msgid "Invalid group."
msgstr ""

#. Translators: %1$s = Group name (singular); %2$s Leader name (singular).
#: includes/models/class-llms-group-invitation.php:212
msgid "The invitation was not valid for your email address. Please contact a %1$s %2$s for more information."
msgstr ""

#. Translators: %1$s = Group name (singular); %2$s Leader name (singular).
#: includes/models/class-llms-group-invitation.php:198
msgid "The invitation is no longer available. Please contact a %1$s %2$s for more information."
msgstr ""

#. Translators: %s = Group post type name (singular).
#: includes/functions-llms-groups.php:309
msgid "%s Administrator"
msgid_plural "%s Administrators"
msgstr[0] ""
msgstr[1] ""

#: includes/functions-llms-groups.php:306
msgid "Member"
msgid_plural "Members"
msgstr[0] ""
msgstr[1] ""

#. Translators: %s = Group post type name (singular).
#: includes/functions-llms-groups.php:214
msgid "Remove from %s"
msgstr ""

#. Translators: %s = Member's new role name.
#: includes/functions-llms-groups.php:206
msgid "Make %s"
msgstr ""

#. Translators: %s = Group admin role name (singular).
#: includes/functions-llms-groups.php:192
msgid "Make primary %s"
msgstr ""

#: assets/js/llms-groups-profile.js:1
msgid "Click the edit button to add a description."
msgstr ""

#: includes/functions-llms-groups-templates.php:528
msgid "Content"
msgstr ""

#. Translators: %1$s = leader name (singular); %2$s group name (singular); %3$s
#. leader name (plural); %4$s = admin name (pluaral).
#: includes/functions-llms-groups-templates.php:87
msgid "A %1$s who can also manage %2$s billing, %3$s, and %4$s"
msgstr ""

#. Translators: %1$s = leader name (singular); %2$s group name (singular); %3$s
#. member name (plural).
#: includes/functions-llms-groups-templates.php:81
msgid "A %1$s can edit %2$s settings, invite new %3$s, and view %2$s reports."
msgstr ""

#. Translators: %1$s = member name (singular); %2$s = group name (singular);
#. %3$s = member name (plural).
#: includes/functions-llms-groups-templates.php:75
msgid "A %1$s can view the %2$s profile, content, and %3$s."
msgstr ""

#. Translators: %s = Group name (singular).
#: includes/class-llms-integration-groups.php:267
msgid "Closed - Only %s members can see members and information."
msgstr ""

#. Translators: %s = Group name (singular).
#: includes/class-llms-integration-groups.php:265
msgid "Private - Only logged in users can see %s members and information."
msgstr ""

#. Translators: %s = Group name (singular).
#: includes/class-llms-integration-groups.php:263
msgid "Open - Anyone can see %s members and information."
msgstr ""

#. Translators: %s = User-customized group post name (plural).
#: includes/class-llms-groups-student-dashboard.php:106
msgctxt "Groups student dashboard tab title"
msgid "My %s"
msgstr ""

#. Translators: %s = User-customized group post name (plural).
#: includes/class-llms-groups-student-dashboard.php:102
msgctxt "\"My Groups\" student dashboard tab endpoint slug"
msgid "my-%s"
msgstr ""

#: includes/class-llms-groups-profile.php:229
#: assets/js/llms-groups-profile.js:4
msgid "Search for a course or membership..."
msgstr ""

#: includes/admin/class-llms-groups-post-type-admin-ui.php:90
#: includes/class-llms-groups-profile.php:226
msgid "Course or Membership"
msgstr ""

#: includes/class-llms-groups-profile.php:200
msgid "Web Address Slug"
msgstr ""

#. Translators: %s = Singular group name.
#: includes/class-llms-groups-profile.php:198
msgid "Changing this value will change the %s URL and may cause errors for anyone with saved bookmarks."
msgstr ""

#: includes/class-llms-groups-profile.php:192
#: templates/profile/reports/course-students-list.php:34
#: templates/profile/reports/members-list.php:35
msgid "Name"
msgstr ""

#: includes/class-llms-groups-profile.php:156
msgctxt "Group profile tab slug"
msgid "settings"
msgstr ""

#: includes/class-llms-groups-profile.php:155
msgctxt "Group profile tab slug"
msgid "reports"
msgstr ""

#: includes/class-llms-groups-profile.php:154
msgctxt "Group profile tab slug"
msgid "members"
msgstr ""

#: includes/class-llms-groups-profile.php:153
msgctxt "Group profile tab slug"
msgid "about"
msgstr ""

#: includes/class-llms-groups-profile.php:113
msgid "Settings"
msgstr ""

#: includes/class-llms-groups-profile.php:106
#: templates/profile/reports/members-list.php:26
msgid "Reports"
msgstr ""

#: includes/class-llms-groups-profile.php:99 templates/profile/members.php:25
msgid "Members"
msgstr ""

#: includes/class-llms-groups-profile.php:95 templates/profile/about.php:20
msgid "About"
msgstr ""

#. Translators: %s = Singular user-defined group name.
#: includes/class-llms-groups-post-type.php:159
msgid "%s updated"
msgstr ""

#. Translators: %s = Singular user-defined group name.
#: includes/class-llms-groups-post-type.php:157
msgid "%s scheduled"
msgstr ""

#. Translators: %s = Singular user-defined group name.
#: includes/class-llms-groups-post-type.php:155
msgid "%s reverted to draft"
msgstr ""

#. Translators: %s = Singular user-defined group name.
#: includes/class-llms-groups-post-type.php:153
msgid "%s published privately"
msgstr ""

#. Translators: %s = Singular user-defined group name.
#: includes/class-llms-groups-post-type.php:151
msgid "%s published"
msgstr ""

#. Translators: %s = Plural user-defined group name.
#: includes/class-llms-groups-post-type.php:149
msgid "%s list"
msgstr ""

#. Translators: %s = Plural user-defined group name.
#: includes/class-llms-groups-post-type.php:147
msgid "%s list navigation"
msgstr ""

#. Translators: %s = Plural user-defined group name.
#: includes/class-llms-groups-post-type.php:145
msgid "Filter %s list"
msgstr ""

#. Translators: %s = Singular user-defined group name.
#: includes/class-llms-groups-post-type.php:142
msgid "Use as %s avatar"
msgstr ""

#. Translators: %s = Singular user-defined group name.
#: includes/class-llms-groups-post-type.php:140
msgid "Remove %s avatar"
msgstr ""

#. Translators: %s = Singular user-defined group name.
#: includes/class-llms-groups-post-type.php:138
msgid "Set %s avatar"
msgstr ""

#. Translators: %s = Singular user-defined group name.
#: includes/class-llms-groups-post-type.php:136
msgid "%s Avatar"
msgstr ""

#. Translators: %s = Singular user-defined group name.
#: includes/class-llms-groups-post-type.php:134
msgid "Uploaded to this %s"
msgstr ""

#. Translators: %s = Singular user-defined group name.
#: includes/class-llms-groups-post-type.php:132
msgid "Insert into %s"
msgstr ""

#. Translators: %s = Singular user-defined group name.
#: includes/class-llms-groups-post-type.php:130
msgid "%s Attributes"
msgstr ""

#. Translators: %s = Singular user-defined group name.
#: includes/class-llms-groups-post-type.php:128
msgid "%s Directory"
msgstr ""

#. Translators: %s = Plural user-defined group name.
#: includes/class-llms-groups-post-type.php:126
#: includes/class-llms-integration-groups.php:98
msgid "All %s"
msgstr ""

#. Translators: %s = Plural user-defined group name.
#: includes/class-llms-groups-post-type.php:124
msgid "No %s found in Trash"
msgstr ""

#. Translators: %s = Plural user-defined group name.
#: includes/class-llms-groups-post-type.php:122
msgid "No %s found"
msgstr ""

#. Translators: %s = Plural user-defined group name.
#: includes/class-llms-groups-post-type.php:120
msgid "Search %s"
msgstr ""

#. Translators: %s = Plural user-defined group name.
#: includes/class-llms-groups-post-type.php:118
msgctxt "group view archives"
msgid "View %s"
msgstr ""

#. Translators: %s = Singular user-defined group name.
#: includes/class-llms-groups-post-type.php:116
msgctxt "group view single"
msgid "View %s"
msgstr ""

#. Translators: %s = Singular user-defined group name.
#: includes/class-llms-groups-checkout.php:360
#: includes/class-llms-groups-post-type.php:114
#: includes/functions-llms-groups.php:60
msgid "New %s"
msgstr ""

#. Translators: %s = Singular user-defined group name.
#: includes/class-llms-groups-post-type.php:112
msgid "Edit %s"
msgstr ""

#. Translators: %s = Singular user-defined group name.
#: includes/class-llms-groups-post-type.php:110
msgid "Add New %s"
msgstr ""

#: includes/class-llms-groups-post-type.php:108
msgctxt "group"
msgid "Add New"
msgstr ""

#: includes/class-llms-groups-invitations.php:80
msgid "An error occurred while trying to save the invitation."
msgstr ""

#: includes/class-llms-groups-invitations.php:61
msgid "Missing required parameter: \"group_id\"."
msgstr ""

#: includes/class-llms-groups-invitation-email.php:115
msgid "Unable to send the group invitation email."
msgstr ""

#: includes/class-llms-groups-invitation-email.php:97
msgid "Group does not exist."
msgstr ""

#. Translators: %1$s = Group name; %2$s = Site name.
#: includes/class-llms-groups-invitation-email.php:60
msgid "Your invitation to join \"%1$s\" on %2$s"
msgstr ""

#. Translators: %1$s = Site name; %2$s = Group Name.
#: includes/class-llms-groups-invitation-accept.php:422
msgid "Welcome to %1$s! You have been invited to join %2$s. Sign in or register below to accept the invitation."
msgstr ""

#: includes/class-llms-groups-invitation-accept.php:160
msgid "The invitation is invalid or expired."
msgstr ""

#. Translators: %1$s = Group name; %2$s = opening anchor tag; %3$s = closing
#. anchor tag.
#: includes/class-llms-groups-invitation-accept.php:123
msgid "Congratulations! You have joined %1$s. %2$sClick here%3$s to get started."
msgstr ""

#. Translators: %s = Group name (singular).
#: includes/class-llms-groups-invitation-accept.php:87
msgid "You are already a member of %s."
msgstr ""

#: includes/class-llms-groups-enrollment.php:139
#: includes/class-llms-groups-enrollment.php:162
#: includes/class-llms-groups-enrollment.php:185
msgid "The group does not have a related course or membership."
msgstr ""

#: includes/admin/settings-llms-groups.php:141
msgid "Leader Plural Name"
msgstr ""

#: includes/admin/settings-llms-groups.php:138
msgid "Leaders"
msgstr ""

#: includes/admin/settings-llms-groups.php:133
msgid "Leader Singular Name"
msgstr ""

#: includes/admin/settings-llms-groups.php:130
msgid "Leader"
msgstr ""

#: includes/admin/settings-llms-groups.php:125
msgid "Slug"
msgstr ""

#: includes/admin/settings-llms-groups.php:121
msgctxt "group profile url slug"
msgid "group"
msgstr ""

#. Translators: %s = preview url string.
#: includes/admin/settings-llms-groups.php:120
msgid "The slug is used in the URL for a group profile. Changing the slug will cause bookmarked group profile urls to stop working! Preview URL: %s"
msgstr ""

#: includes/admin/settings-llms-groups.php:114
msgid "Plural Name"
msgstr ""

#: includes/admin/settings-llms-groups.php:111
msgid "Groups"
msgstr ""

#: includes/admin/settings-llms-groups.php:106
msgid "Singular Name"
msgstr ""

#: includes/admin/settings-llms-groups.php:103
#: includes/class-llms-groups-checkout.php:116
#: includes/class-llms-groups-checkout.php:131
#: includes/class-llms-groups-checkout.php:202
#: includes/class-llms-groups-checkout.php:273
msgid "Group"
msgstr ""

#: includes/admin/settings-llms-groups.php:98
msgid "Group Language and Terminology"
msgstr ""

#: includes/admin/settings-llms-groups.php:97
msgid "Customize the language used for groups throughout the site. For example, if Groups can be renamed to \"Teams\" with these settings."
msgstr ""

#: includes/admin/settings-llms-groups.php:89
msgid "Banner Image"
msgstr ""

#. Translators: %1$d = Width of the banner; %2$d = Height of the banner.
#: includes/admin/settings-llms-groups.php:87
msgctxt "Group banner dimensions"
msgid "Recommended dimensions: %1$d x %2$dpx."
msgstr ""

#: includes/admin/settings-llms-groups.php:80
msgid "Logo / Avatar Image"
msgstr ""

#. Translators: %1$d = Size of the logo.
#: includes/admin/settings-llms-groups.php:78
msgctxt "Group logo dimensions"
msgid "Recommended dimensions: %1$d x %1$dpx."
msgstr ""

#: includes/admin/settings-llms-groups.php:72
msgid "Group Default Profile Images"
msgstr ""

#: includes/admin/settings-llms-groups.php:71
msgid "Customize the default images used for group profiles."
msgstr ""

#: includes/admin/settings-llms-groups.php:47
msgid "Directory Page"
msgstr ""

#: includes/admin/settings-llms-groups.php:44
msgid "The page where users can visit to search and browse through all groups on the site."
msgstr ""

#: includes/admin/settings-llms-groups.php:42
msgid "Select a page"
msgstr ""

#: includes/admin/settings-llms-groups.php:33
#: includes/class-llms-groups-profile.php:206
msgid "Visibility"
msgstr ""

#: includes/admin/settings-llms-groups.php:31
msgid "Closed - Group profiles are only accessible by members of the group"
msgstr ""

#: includes/admin/settings-llms-groups.php:30
msgid "Private - Groups are only accessible to users with active accounts on the site"
msgstr ""

#: includes/admin/settings-llms-groups.php:29
msgid "Open - Groups are listed publicly on the site for anyone to access"
msgstr ""

#: includes/admin/settings-llms-groups.php:26
msgid "Controls the default visibility for groups on the site which can be customized for each group from the group administration panel."
msgstr ""

#: includes/admin/settings-llms-groups.php:19
msgid "Group Profiles and Directory"
msgstr ""

#: includes/admin/settings-llms-groups.php:18
msgid "Each group has it's own profile where group administrators can manage their group and group members can find information about the group. The Group Directory allows members and visitors to browse groups on the site."
msgstr ""

#: includes/admin/class-llms-groups-post-type-admin-ui.php:88
msgid "Primary Admin"
msgstr ""

#. Author URI of the plugin
#: lifterlms-groups.php
msgid "https://lifterlms.com"
msgstr ""

#. Author of the plugin
#: lifterlms-groups.php
msgid "LifterLMS"
msgstr ""

#. Description of the plugin
#: lifterlms-groups.php includes/class-llms-integration-groups.php:59
msgid "Allow group purchasing, enrollment, management, and reporting for your online courses and memberships."
msgstr ""

#. Plugin URI of the plugin
#: lifterlms-groups.php
msgid "https://lifterlms.com/product/groups/"
msgstr ""

#. Plugin Name of the plugin
#: lifterlms-groups.php
msgid "LifterLMS Groups"
msgstr ""