PluginProbe
FluentCommunity – Ultra-Fast High-Performance Social Network, Community, LMS & Online Courses / 2.10.0
FluentCommunity – Ultra-Fast High-Performance Social Network, Community, LMS & Online Courses v2.10.0
2.11.0 2.10.0 2.10.01 2.9.1 2.9.0 2.8.1 2.8.0 2.7.7 2.7.5 2.7.0 2.6.01 2.6.0 2.5.0 2.4.01 trunk 1.0.90 1.0.91 1.0.92 1.0.93 1.0.94 1.0.95 1.0.96 1.0.97 1.0.98 1.0.99 All 78 releases
← All changes | app/Services/TransStrings.php +275 -44 2.7.02.10.0 View file →
@@ -10,8 +10,10 @@
10 10 return [
11 11 ' (coming soon)' => __(' (coming soon)', 'fluent-community'),
12 12 /* translators: %1$s is the date, %2$s is the time */
13 13 '%1$s at %2$s' => __('%1$s at %2$s', 'fluent-community'),
14 + /* translators: %1$s is the topic title, %2$s is the current position, %3$s is the total item count */
15 + '%1$s. Sortable item %2$s of %3$s. Use the up and down arrow keys to reorder.' => __('%1$s. Sortable item %2$s of %3$s. Use the up and down arrow keys to reorder.', 'fluent-community'),
14 16 /* translators: %1$s and %2$s are html markup for bold, for the clickable text "Click here to add affiliate ID" */
15 17 '%1$sClick here%2$s to add affiliate ID' => __('%1$sClick here%2$s to add affiliate ID', 'fluent-community'),
16 18 /* translators: %d is the number of courses created by the instructor */
17 19 '%d Course' => __('%d Course', 'fluent-community'),
@@ -114,8 +116,12 @@
114 116 /* translators: %s is the number of students */
115 117 '%s student' => __('%s student', 'fluent-community'),
116 118 /* translators: %s is the number of students */
117 119 '%s students' => __('%s students', 'fluent-community'),
120 + /* translators: %s is the number of words in the page content */
121 + '%s word' => __('%s word', 'fluent-community'),
122 + /* translators: %s is the number of words in the page content */
123 + '%s words' => __('%s words', 'fluent-community'),
118 124 '(+ associate favorites/reactions)' => __('(+ associate favorites/reactions)', 'fluent-community'),
119 125 '(Copy)' => __('(Copy)', 'fluent-community'),
120 126 '+ Add Section' => __('+ Add Section', 'fluent-community'),
121 127 '-- Select --' => __('-- Select --', 'fluent-community'),
@@ -120,11 +126,15 @@
120 126 '+ Add Section' => __('+ Add Section', 'fluent-community'),
121 127 '-- Select --' => __('-- Select --', 'fluent-community'),
122 128 '1 Like = 1 Point' => __('1 Like = 1 Point', 'fluent-community'),
123 129 '1 new post available' => __('1 new post available', 'fluent-community'),
130 + '1. Flag a post or comment after it\'s reported' => __('1. Flag a post or comment after it\'s reported', 'fluent-community'),
131 + '2. Moderate a member after' => __('2. Moderate a member after', 'fluent-community'),
132 + '3. Moderate a member after' => __('3. Moderate a member after', 'fluent-community'),
124 133 'A new post is available' => __('A new post is available', 'fluent-community'),
125 134 'A short tagline shown on the members list.' => __('A short tagline shown on the members list.', 'fluent-community'),
126 135 'About' => __('About', 'fluent-community'),
136 + 'About Space' => __('About Space', 'fluent-community'),
127 137 'About these files' => __('About these files', 'fluent-community'),
128 138 'Accepted' => __('Accepted', 'fluent-community'),
129 139 'Access Control' => __('Access Control', 'fluent-community'),
130 140 'Access Management with FluentCRM' => __('Access Management with FluentCRM', 'fluent-community'),
@@ -132,8 +142,9 @@
132 142 'Account Deactivation' => __('Account Deactivation', 'fluent-community'),
133 143 'Account Verification' => __('Account Verification', 'fluent-community'),
134 144 'Action required' => __('Action required', 'fluent-community'),
135 145 'Actions' => __('Actions', 'fluent-community'),
146 + 'Activate FluentNotify' => __('Activate FluentNotify', 'fluent-community'),
136 147 'Active' => __('Active', 'fluent-community'),
137 148 'Activities' => __('Activities', 'fluent-community'),
138 149 'Activity' => __('Activity', 'fluent-community'),
139 150 'Add' => __('Add', 'fluent-community'),
@@ -150,8 +161,9 @@
150 161 'Add Members' => __('Add Members', 'fluent-community'),
151 162 'Add More' => __('Add More', 'fluent-community'),
152 163 'Add New' => __('Add New', 'fluent-community'),
153 164 'Add New Link' => __('Add New Link', 'fluent-community'),
165 + 'Add New Page' => __('Add New Page', 'fluent-community'),
154 166 'Add New Webhook' => __('Add New Webhook', 'fluent-community'),
155 167 'Add Paywall' => __('Add Paywall', 'fluent-community'),
156 168 'Add Question' => __('Add Question', 'fluent-community'),
157 169 'Add Student' => __('Add Student', 'fluent-community'),
@@ -158,8 +170,9 @@
158 170 'Add Students' => __('Add Students', 'fluent-community'),
159 171 'Add To Space/Course' => __('Add To Space/Course', 'fluent-community'),
160 172 'Add Topic' => __('Add Topic', 'fluent-community'),
161 173 'Add User to Space/Course' => __('Add User to Space/Course', 'fluent-community'),
174 + 'Add Video' => __('Add Video', 'fluent-community'),
162 175 'Add Video from custom HTML Code' => __('Add Video from custom HTML Code', 'fluent-community'),
163 176 'Add Webhook' => __('Add Webhook', 'fluent-community'),
164 177 'Add a badge next to user profile name to highlight valued users' => __('Add a badge next to user profile name to highlight valued users', 'fluent-community'),
165 178 'Add any additional information or notes about this course here' => __('Add any additional information or notes about this course here', 'fluent-community'),
@@ -166,13 +179,15 @@
166 179 /* translators: %s is the role of the member */
167 180 'Add as %s' => __('Add as %s', 'fluent-community'),
168 181 'Add button' => __('Add button', 'fluent-community'),
169 182 'Add custom fields to member profiles like Gender, DOB, Designation, Blood Group and more.' => __('Add custom fields to member profiles like Gender, DOB, Designation, Blood Group and more.', 'fluent-community'),
183 + 'Add field' => __('Add field', 'fluent-community'),
170 184 'Add multiple variations to handle different ways students might write the answer (case-insensitive, trimmed).' => __('Add multiple variations to handle different ways students might write the answer (case-insensitive, trimmed).', 'fluent-community'),
171 185 'Add new option' => __('Add new option', 'fluent-community'),
172 186 'Add new space' => __('Add new space', 'fluent-community'),
173 187 'Add shortcode' => __('Add shortcode', 'fluent-community'),
174 188 'Add social links' => __('Add social links', 'fluent-community'),
189 + 'Add the blocked words that you want to use for content filtering.' => __('Add the blocked words that you want to use for content filtering.', 'fluent-community'),
175 190 'Add to Course' => __('Add to Course', 'fluent-community'),
176 191 'Add to Courses' => __('Add to Courses', 'fluent-community'),
177 192 'Add to Space' => __('Add to Space', 'fluent-community'),
178 193 'Add to Spaces' => __('Add to Spaces', 'fluent-community'),
@@ -178,8 +193,9 @@
178 193 'Add to Spaces' => __('Add to Spaces', 'fluent-community'),
179 194 'Add your profile description' => __('Add your profile description', 'fluent-community'),
180 195 'Add your social media profile link.' => __('Add your social media profile link.', 'fluent-community'),
181 196 'Added:' => __('Added:', 'fluent-community'),
197 + 'Adds an Install App button to the portal menu on mobile. It installs in one tap where supported, and shows step-by-step instructions on other browsers like Firefox and iOS.' => __('Adds an Install App button to the portal menu on mobile. It installs in one tap where supported, and shows step-by-step instructions on other browsers like Firefox and iOS.', 'fluent-community'),
182 198 'Adds icons next to text in header menu items, enhancing visual appeal and improving navigation clarity.' => __('Adds icons next to text in header menu items, enhancing visual appeal and improving navigation clarity.', 'fluent-community'),
183 199 'Adds the default Feed link in the sidebar, providing an extra access point to the all feeds page' => __('Adds the default Feed link in the sidebar, providing an extra access point to the all feeds page', 'fluent-community'),
184 200 'Admin' => __('Admin', 'fluent-community'),
185 201 'Admin Actions' => __('Admin Actions', 'fluent-community'),
@@ -210,14 +226,17 @@
210 226 'All notifications marked as read' => __('All notifications marked as read', 'fluent-community'),
211 227 'All users will be added as Member.' => __('All users will be added as Member.', 'fluent-community'),
212 228 'All users will be enrolled as Student.' => __('All users will be enrolled as Student.', 'fluent-community'),
213 229 'Allow members to close the welcome banner' => __('Allow members to close the welcome banner', 'fluent-community'),
230 + 'Allow members to hide the install button' => __('Allow members to hide the install button', 'fluent-community'),
214 231 'Allow space members to upload videos on post based on their permission.' => __('Allow space members to upload videos on post based on their permission.', 'fluent-community'),
215 232 'Allow users to change their account email address' => __('Allow users to change their account email address', 'fluent-community'),
216 233 'Allow users to change their community username' => __('Allow users to change their community username', 'fluent-community'),
234 + 'Allow users to change their password from profile' => __('Allow users to change their password from profile', 'fluent-community'),
217 235 'Allow users to deactivate their account directly from their profile settings' => __('Allow users to deactivate their account directly from their profile settings', 'fluent-community'),
218 236 'Allow users to request to join this Space' => __('Allow users to request to join this Space', 'fluent-community'),
219 237 'Alphabetical' => __('Alphabetical', 'fluent-community'),
238 + 'Already installed, it just needs activating.' => __('Already installed, it just needs activating.', 'fluent-community'),
220 239 'Also remove the this space from the product integration?' => __('Also remove the this space from the product integration?', 'fluent-community'),
221 240 'Amazon S3' => __('Amazon S3', 'fluent-community'),
222 241 'Amazon S3 Access Key' => __('Amazon S3 Access Key', 'fluent-community'),
223 242 'Amazon S3 Bucket Name' => __('Amazon S3 Bucket Name', 'fluent-community'),
@@ -233,9 +252,12 @@
233 252 'Any Members' => __('Any Members', 'fluent-community'),
234 253 'Anyone' => __('Anyone', 'fluent-community'),
235 254 'Anyone can view and enroll the course for free' => __('Anyone can view and enroll the course for free', 'fluent-community'),
236 255 'App ID' => __('App ID', 'fluent-community'),
256 + 'App Icon' => __('App Icon', 'fluent-community'),
237 257 'App Key' => __('App Key', 'fluent-community'),
258 + 'App Name' => __('App Name', 'fluent-community'),
259 + 'App Name is required' => __('App Name is required', 'fluent-community'),
238 260 'App Secret' => __('App Secret', 'fluent-community'),
239 261 'Appearance' => __('Appearance', 'fluent-community'),
240 262 'Approve' => __('Approve', 'fluent-community'),
241 263 'Approve Account' => __('Approve Account', 'fluent-community'),
@@ -255,8 +277,9 @@
255 277 'Are you sure you want to delete this field? Any saved data for this field will no longer be accessible.' => __('Are you sure you want to delete this field? Any saved data for this field will no longer be accessible.', 'fluent-community'),
256 278 'Are you sure you want to delete this group?' => __('Are you sure you want to delete this group?', 'fluent-community'),
257 279 'Are you sure you want to delete this invitation?' => __('Are you sure you want to delete this invitation?', 'fluent-community'),
258 280 'Are you sure you want to delete this lesson? All the associated data will be deleted too.' => __('Are you sure you want to delete this lesson? All the associated data will be deleted too.', 'fluent-community'),
281 + 'Are you sure you want to delete this page? This cannot be undone.' => __('Are you sure you want to delete this page? This cannot be undone.', 'fluent-community'),
259 282 'Are you sure you want to delete this paywall? This action cannot be undone.' => __('Are you sure you want to delete this paywall? This action cannot be undone.', 'fluent-community'),
260 283 'Are you sure you want to delete this question?' => __('Are you sure you want to delete this question?', 'fluent-community'),
261 284 'Are you sure you want to delete this report?' => __('Are you sure you want to delete this report?', 'fluent-community'),
262 285 'Are you sure you want to delete this section? All the associated lessons and enrollment data will be deleted too.' => __('Are you sure you want to delete this section? All the associated lessons and enrollment data will be deleted too.', 'fluent-community'),
@@ -262,10 +285,14 @@
262 285 'Are you sure you want to delete this section? All the associated lessons and enrollment data will be deleted too.' => __('Are you sure you want to delete this section? All the associated lessons and enrollment data will be deleted too.', 'fluent-community'),
263 286 'Are you sure you want to delete this space?' => __('Are you sure you want to delete this space?', 'fluent-community'),
264 287 'Are you sure you want to duplicate this course?' => __('Are you sure you want to duplicate this course?', 'fluent-community'),
265 288 'Are you sure you want to leave this community?' => __('Are you sure you want to leave this community?', 'fluent-community'),
289 + /* translators: %s is the member's display name */
290 + 'Are you sure you want to remove the cover photo of %s?' => __('Are you sure you want to remove the cover photo of %s?', 'fluent-community'),
266 291 'Are you sure you want to remove the cover photo?' => __('Are you sure you want to remove the cover photo?', 'fluent-community'),
267 292 'Are you sure you want to remove the preview image? This action cannot be undone.' => __('Are you sure you want to remove the preview image? This action cannot be undone.', 'fluent-community'),
293 + /* translators: %s is the member's display name */
294 + 'Are you sure you want to remove the profile photo of %s?' => __('Are you sure you want to remove the profile photo of %s?', 'fluent-community'),
268 295 'Are you sure you want to remove this course?' => __('Are you sure you want to remove this course?', 'fluent-community'),
269 296 'Are you sure you want to remove this group and all its links?' => __('Are you sure you want to remove this group and all its links?', 'fluent-community'),
270 297 'Are you sure you want to remove this group?' => __('Are you sure you want to remove this group?', 'fluent-community'),
271 298 'Are you sure you want to remove this image?' => __('Are you sure you want to remove this image?', 'fluent-community'),
@@ -281,20 +308,35 @@
281 308 'Are you sure you want to send email to everyone? An automated email will be sent to all the members of the space after 5 minutes of this post' => __('Are you sure you want to send email to everyone? An automated email will be sent to all the members of the space after 5 minutes of this post', 'fluent-community'),
282 309 'Are you sure you want to send email to everyone? An automated email will be sent to all the members of the space. The email will be sent at the scheduled time.' => __('Are you sure you want to send email to everyone? An automated email will be sent to all the members of the space. The email will be sent at the scheduled time.', 'fluent-community'),
283 310 'Are you sure?' => __('Are you sure?', 'fluent-community'),
284 311 'As you gain points, you level up. Your level is shown at the bottom right of your avatar.' => __('As you gain points, you level up. Your level is shown at the bottom right of your avatar.', 'fluent-community'),
312 + 'Ascending' => __('Ascending', 'fluent-community'),
313 + 'Ask a site administrator to activate FluentNotify.' => __('Ask a site administrator to activate FluentNotify.', 'fluent-community'),
314 + 'Ask a site administrator to install FluentNotify.' => __('Ask a site administrator to install FluentNotify.', 'fluent-community'),
285 315 'At least one option is required for this field type' => __('At least one option is required for this field type', 'fluent-community'),
286 - 'Attach Video' => __('Attach Video', 'fluent-community'),
316 + 'Attach Media' => __('Attach Media', 'fluent-community'),
287 317 'Attempts' => __('Attempts', 'fluent-community'),
318 + 'Audio' => __('Audio', 'fluent-community'),
319 + 'Audio file name' => __('Audio file name', 'fluent-community'),
320 + 'Audio file name cannot be empty' => __('Audio file name cannot be empty', 'fluent-community'),
321 + 'Audios' => __('Audios', 'fluent-community'),
288 322 'August' => __('August', 'fluent-community'),
289 323 'Automate your Course or Space accesses with FluentCRM Tags' => __('Automate your Course or Space accesses with FluentCRM Tags', 'fluent-community'),
324 + 'Automatic Moderation' => __('Automatic Moderation', 'fluent-community'),
325 + 'Automatically act on content and members once a threshold is reached.' => __('Automatically act on content and members once a threshold is reached.', 'fluent-community'),
290 326 'Automatically login the user to the portal (secure with signed URL) from email notification links' => __('Automatically login the user to the portal (secure with signed URL) from email notification links', 'fluent-community'),
291 327 'Available on Pro' => __('Available on Pro', 'fluent-community'),
292 328 'Average Completion Rate' => __('Average Completion Rate', 'fluent-community'),
329 + 'Back' => __('Back', 'fluent-community'),
330 + /* translators: %s is the name of the page or section being returned to */
331 + 'Back to %s' => __('Back to %s', 'fluent-community'),
293 332 'Back to Lessons' => __('Back to Lessons', 'fluent-community'),
333 + 'Back to Pages' => __('Back to Pages', 'fluent-community'),
334 + 'Back to Space' => __('Back to Space', 'fluent-community'),
294 335 'Back to home' => __('Back to home', 'fluent-community'),
295 336 'Background Color' => __('Background Color', 'fluent-community'),
296 337 'Background Image' => __('Background Image', 'fluent-community'),
338 + 'Background shown behind the app icon while the app is loading. Leave empty to match your portal background.' => __('Background shown behind the app icon while the app is loading. Leave empty to match your portal background.', 'fluent-community'),
297 339 'Backward' => __('Backward', 'fluent-community'),
298 340 'Badge Title' => __('Badge Title', 'fluent-community'),
299 341 'Banner' => __('Banner', 'fluent-community'),
300 342 'Banner Image' => __('Banner Image', 'fluent-community'),
@@ -303,8 +345,9 @@
303 345 'Block' => __('Block', 'fluent-community'),
304 346 'Block User' => __('Block User', 'fluent-community'),
305 347 'Blocked' => __('Blocked', 'fluent-community'),
306 348 'Blocking this user will hide their posts from your feed and prevent them from interacting with you. Are you sure you want to block this user?' => __('Blocking this user will hide their posts from your feed and prevent them from interacting with you. Are you sure you want to block this user?', 'fluent-community'),
349 + 'Bold' => __('Bold', 'fluent-community'),
307 350 'Bookmark this post' => __('Bookmark this post', 'fluent-community'),
308 351 'Bookmarked' => __('Bookmarked', 'fluent-community'),
309 352 'Brand Color' => __('Brand Color', 'fluent-community'),
310 353 'Browse Members' => __('Browse Members', 'fluent-community'),
@@ -337,10 +380,14 @@
337 380 'Categorize your content and allow members to filter posts with the topic navigation bar in spaces.' => __('Categorize your content and allow members to filter posts with the topic navigation bar in spaces.', 'fluent-community'),
338 381 'Categorize your course and allow members to filter courses with the topic navigation bar in the courses directory. You can define up to 20 topics per course.' => __('Categorize your course and allow members to filter courses with the topic navigation bar in the courses directory. You can define up to 20 topics per course.', 'fluent-community'),
339 382 'Categorize your posts and allow members to filter spaces with the topic navigation bar. You can define up to 20 topics per space.' => __('Categorize your posts and allow members to filter spaces with the topic navigation bar. You can define up to 20 topics per space.', 'fluent-community'),
340 383 'Change' => __('Change', 'fluent-community'),
384 + 'Change App Icon' => __('Change App Icon', 'fluent-community'),
341 385 'Change Cover' => __('Change Cover', 'fluent-community'),
342 386 'Change Membership' => __('Change Membership', 'fluent-community'),
387 + 'Change Password' => __('Change Password', 'fluent-community'),
388 + 'Change Thumbnail' => __('Change Thumbnail', 'fluent-community'),
389 + 'Change logo' => __('Change logo', 'fluent-community'),
343 390 'Change profile photo' => __('Change profile photo', 'fluent-community'),
344 391 'Checkout URL copied to clipboard' => __('Checkout URL copied to clipboard', 'fluent-community'),
345 392 'Choose a Space Type' => __('Choose a Space Type', 'fluent-community'),
346 393 'Choose a date and time in the future when you want your post to be published' => __('Choose a date and time in the future when you want your post to be published', 'fluent-community'),
@@ -349,8 +396,9 @@
349 396 /* translators: %s is the number of topics */
350 397 'Choose up to %s topics' => __('Choose up to %s topics', 'fluent-community'),
351 398 /* translators: %s is the number of topics */
352 399 'Choose up to %s topics (optional)' => __('Choose up to %s topics (optional)', 'fluent-community'),
400 + 'Choose what members get notified about.' => __('Choose what members get notified about.', 'fluent-community'),
353 401 'Choose where to store your media files. Options include Local File System, Amazon S3, or Cloudflare R2 for storing and serving your media assets' => __('Choose where to store your media files. Options include Local File System, Amazon S3, or Cloudflare R2 for storing and serving your media assets', 'fluent-community'),
354 402 'Choose whether individual user profile page should be public, private, or admin/moderator only. Users can always view their own profile.' => __('Choose whether individual user profile page should be public, private, or admin/moderator only. Users can always view their own profile.', 'fluent-community'),
355 403 'Choose whether the all-members page should be public, private, or admin/moderator only.' => __('Choose whether the all-members page should be public, private, or admin/moderator only.', 'fluent-community'),
356 404 'Choose whether the leaderboard top members should be public, private, or admin/moderator only.' => __('Choose whether the leaderboard top members should be public, private, or admin/moderator only.', 'fluent-community'),
@@ -356,8 +404,10 @@
356 404 'Choose whether the leaderboard top members should be public, private, or admin/moderator only.' => __('Choose whether the leaderboard top members should be public, private, or admin/moderator only.', 'fluent-community'),
357 405 'Classic' => __('Classic', 'fluent-community'),
358 406 'Classic is the default layout. For a more visual and engaging experience, the Modern layout displays the featured image or embedded video thumbnail.' => __('Classic is the default layout. For a more visual and engaging experience, the Modern layout displays the featured image or embedded video thumbnail.', 'fluent-community'),
359 407 'Classic: Image/Video after the content. Modern: Image/Video at first' => __('Classic: Image/Video after the content. Modern: Image/Video at first', 'fluent-community'),
408 + 'Clear' => __('Clear', 'fluent-community'),
409 + 'Clear the search to reorder' => __('Clear the search to reorder', 'fluent-community'),
360 410 'Click here' => __('Click here', 'fluent-community'),
361 411 'Click to view' => __('Click to view', 'fluent-community'),
362 412 'Close' => __('Close', 'fluent-community'),
363 413 'Closing will discard your changes. Are you sure?' => __('Closing will discard your changes. Are you sure?', 'fluent-community'),
@@ -388,9 +438,8 @@
388 438 'Community Managers' => __('Community Managers', 'fluent-community'),
389 439 'Community Title' => __('Community Title', 'fluent-community'),
390 440 'Community title' => __('Community title', 'fluent-community'),
391 441 'Complete Lesson' => __('Complete Lesson', 'fluent-community'),
392 - 'Watch the video to complete this lesson' => __('Watch the video to complete this lesson', 'fluent-community'),
393 442 'Complete the previous lesson to unlock this one.' => __('Complete the previous lesson to unlock this one.', 'fluent-community'),
394 443 'Complete your profile' => __('Complete your profile', 'fluent-community'),
395 444 'Completed' => __('Completed', 'fluent-community'),
396 445 /* translators: %1$s is the number of completed lessons, %2$s is the total number of lessons */
@@ -402,11 +451,15 @@
402 451 'Configure the appearance and behavior of your signup form.' => __('Configure the appearance and behavior of your signup form.', 'fluent-community'),
403 452 'Confirm' => __('Confirm', 'fluent-community'),
404 453 'Confirm Account Deactivation' => __('Confirm Account Deactivation', 'fluent-community'),
405 454 'Confirm Delete' => __('Confirm Delete', 'fluent-community'),
455 + 'Confirm New Password' => __('Confirm New Password', 'fluent-community'),
456 + 'Confirmation email sent! Please check your inbox and click the confirmation link.' => __('Confirmation email sent! Please check your inbox and click the confirmation link.', 'fluent-community'),
406 457 'Congratulation! Migration has been completed!' => __('Congratulation! Migration has been completed!', 'fluent-community'),
407 458 'Congratulations! Course completed! 🎉' => __('Congratulations! Course completed! 🎉', 'fluent-community'),
459 + 'Connect Firebase' => __('Connect Firebase', 'fluent-community'),
408 460 'Content' => __('Content', 'fluent-community'),
461 + 'Content Filtering' => __('Content Filtering', 'fluent-community'),
409 462 'Content Moderation is disabled' => __('Content Moderation is disabled', 'fluent-community'),
410 463 'Continue Course' => __('Continue Course', 'fluent-community'),
411 464 'Continue to Deactivate Account' => __('Continue to Deactivate Account', 'fluent-community'),
412 465 'Control Bar Color' => __('Control Bar Color', 'fluent-community'),
@@ -420,8 +473,9 @@
420 473 'Copy Section to a different Course' => __('Copy Section to a different Course', 'fluent-community'),
421 474 'Copy To' => __('Copy To', 'fluent-community'),
422 475 'Copy code' => __('Copy code', 'fluent-community'),
423 476 'Copy the keys in the right column and paste it into the app you want to use for sending the POST request.' => __('Copy the keys in the right column and paste it into the app you want to use for sending the POST request.', 'fluent-community'),
477 + 'Copy webhook URL' => __('Copy webhook URL', 'fluent-community'),
424 478 'Correct' => __('Correct', 'fluent-community'),
425 479 'Correct Answer(s)' => __('Correct Answer(s)', 'fluent-community'),
426 480 'Correct Answers' => __('Correct Answers', 'fluent-community'),
427 481 'Course' => __('Course', 'fluent-community'),
@@ -454,8 +508,10 @@
454 508 'Create' => __('Create', 'fluent-community'),
455 509 'Create Invitation Link' => __('Create Invitation Link', 'fluent-community'),
456 510 'Create Link' => __('Create Link', 'fluent-community'),
457 511 'Create New Group' => __('Create New Group', 'fluent-community'),
512 + 'Create Page' => __('Create Page', 'fluent-community'),
513 + 'Create Poll' => __('Create Poll', 'fluent-community'),
458 514 'Create Post' => __('Create Post', 'fluent-community'),
459 515 'Create User in WP when you apply a configured tag on a contact to add to the course / space.' => __('Create User in WP when you apply a configured tag on a contact to add to the course / space.', 'fluent-community'),
460 516 'Create WordPress accounts for contacts without an existing account' => __('Create WordPress accounts for contacts without an existing account', 'fluent-community'),
461 517 'Create WordPress accounts for new email addresses' => __('Create WordPress accounts for new email addresses', 'fluent-community'),
@@ -468,8 +524,9 @@
468 524 'Create an invitation link' => __('Create an invitation link', 'fluent-community'),
469 525 'Create contact in FluentCRM (if not exist) when join in the configured spaces / courses.' => __('Create contact in FluentCRM (if not exist) when join in the configured spaces / courses.', 'fluent-community'),
470 526 'Create your first course' => __('Create your first course', 'fluent-community'),
471 527 'Cumulative' => __('Cumulative', 'fluent-community'),
528 + 'Current Password' => __('Current Password', 'fluent-community'),
472 529 'Current Stage:' => __('Current Stage:', 'fluent-community'),
473 530 'Current Time' => __('Current Time', 'fluent-community'),
474 531 'Custom' => __('Custom', 'fluent-community'),
475 532 'Custom Auth URL' => __('Custom Auth URL', 'fluent-community'),
@@ -496,8 +553,9 @@
496 553 'Customize the UI features of the portal' => __('Customize the UI features of the portal', 'fluent-community'),
497 554 'Customize the privacy and compliance settings as per your needs.' => __('Customize the privacy and compliance settings as per your needs.', 'fluent-community'),
498 555 'Customize your login and registration form settings' => __('Customize your login and registration form settings', 'fluent-community'),
499 556 'Daily' => __('Daily', 'fluent-community'),
557 + 'Dark' => __('Dark', 'fluent-community'),
500 558 'Date' => __('Date', 'fluent-community'),
501 559 'Day' => __('Day', 'fluent-community'),
502 560 'Days' => __('Days', 'fluent-community'),
503 561 'Deactivated (self)' => __('Deactivated (self)', 'fluent-community'),
@@ -504,8 +562,9 @@
504 562 'Deactivating your account will make your content and profile invisible to others. You will also lose access to the community until you reactivate your account.' => __('Deactivating your account will make your content and profile invisible to others. You will also lose access to the community until you reactivate your account.', 'fluent-community'),
505 563 'December' => __('December', 'fluent-community'),
506 564 'Decline' => __('Decline', 'fluent-community'),
507 565 'Default' => __('Default', 'fluent-community'),
566 + 'Default (Site Icon)' => __('Default (Site Icon)', 'fluent-community'),
508 567 'Default Comment Sort By' => __('Default Comment Sort By', 'fluent-community'),
509 568 'Default Email sending frequency for one-to-one messages' => __('Default Email sending frequency for one-to-one messages', 'fluent-community'),
510 569 'Default Feed Layout' => __('Default Feed Layout', 'fluent-community'),
511 570 'Default Feed Sort By' => __('Default Feed Sort By', 'fluent-community'),
@@ -511,12 +570,14 @@
511 570 'Default Feed Sort By' => __('Default Feed Sort By', 'fluent-community'),
512 571 'Default Layout Styles' => __('Default Layout Styles', 'fluent-community'),
513 572 'Default Lock Screen' => __('Default Lock Screen', 'fluent-community'),
514 573 'Default Login URL' => __('Default Login URL', 'fluent-community'),
574 + 'Default Member Preferences' => __('Default Member Preferences', 'fluent-community'),
515 575 'Default Open Graph Image' => __('Default Open Graph Image', 'fluent-community'),
516 576 'Default Permalink' => __('Default Permalink', 'fluent-community'),
517 577 'Default Post Sort By' => __('Default Post Sort By', 'fluent-community'),
518 578 'Default Signup URL' => __('Default Signup URL', 'fluent-community'),
579 + 'Default Theme Mode' => __('Default Theme Mode', 'fluent-community'),
519 580 'Define the permalink of the logo you want to use.' => __('Define the permalink of the logo you want to use.', 'fluent-community'),
520 581 'Delete' => __('Delete', 'fluent-community'),
521 582 /* translators: %s is the name of the space */
522 583 'Delete %s' => __('Delete %s', 'fluent-community'),
@@ -523,8 +584,9 @@
523 584 'Delete Course' => __('Delete Course', 'fluent-community'),
524 585 'Delete Current Data (If checked, all current data of fluent community will be deleted and migration will start from scratch)' => __('Delete Current Data (If checked, all current data of fluent community will be deleted and migration will start from scratch)', 'fluent-community'),
525 586 'Delete Group' => __('Delete Group', 'fluent-community'),
526 587 'Delete Lesson' => __('Delete Lesson', 'fluent-community'),
588 + 'Delete Page' => __('Delete Page', 'fluent-community'),
527 589 'Delete Paywall' => __('Delete Paywall', 'fluent-community'),
528 590 'Delete Question' => __('Delete Question', 'fluent-community'),
529 591 'Delete Quiz' => __('Delete Quiz', 'fluent-community'),
530 592 'Delete Report' => __('Delete Report', 'fluent-community'),
@@ -531,9 +593,10 @@
531 593 'Delete Space' => __('Delete Space', 'fluent-community'),
532 594 'Delete invitation' => __('Delete invitation', 'fluent-community'),
533 595 'Delete section' => __('Delete section', 'fluent-community'),
534 596 'Deliver engaging & high-performance learning experiences in your community.' => __('Deliver engaging & high-performance learning experiences in your community.', 'fluent-community'),
535 - 'Describe about this quiz' => __('Describe about this quiz', 'fluent-community'),
597 + 'Descending' => __('Descending', 'fluent-community'),
598 + 'Describe this quiz' => __('Describe this quiz', 'fluent-community'),
536 599 'Description' => __('Description', 'fluent-community'),
537 600 'Description (optional)' => __('Description (optional)', 'fluent-community'),
538 601 'Description (shown on edit form)' => __('Description (shown on edit form)', 'fluent-community'),
539 602 'Description of the topic' => __('Description of the topic', 'fluent-community'),
@@ -550,23 +613,32 @@
550 613 'Disabled' => __('Disabled', 'fluent-community'),
551 614 'Discard' => __('Discard', 'fluent-community'),
552 615 'Discard changes?' => __('Discard changes?', 'fluent-community'),
553 616 'Discover exciting new features now!' => __('Discover exciting new features now!', 'fluent-community'),
617 + 'Discussion' => __('Discussion', 'fluent-community'),
554 618 'Discussion Space' => __('Discussion Space', 'fluent-community'),
555 619 'Dismiss Reports' => __('Dismiss Reports', 'fluent-community'),
620 + 'Dismiss push notification prompt' => __('Dismiss push notification prompt', 'fluent-community'),
556 621 'Dismissed' => __('Dismissed', 'fluent-community'),
557 622 'Display Name' => __('Display Name', 'fluent-community'),
558 623 'Displays a \'Powered by FluentCommunity\' link, showing support for the platform and increasing its visibility.' => __('Displays a \'Powered by FluentCommunity\' link, showing support for the platform and increasing its visibility.', 'fluent-community'),
624 + 'Divider' => __('Divider', 'fluent-community'),
625 + 'Do not send emails to contacts marked as Bounced, Complained, or Spammed in FluentCRM' => __('Do not send emails to contacts marked as Bounced, Complained, or Spammed in FluentCRM', 'fluent-community'),
559 626 'Do not use your community portal URL here. Maybe you can use your login/signup URL' => __('Do not use your community portal URL here. Maybe you can use your login/signup URL', 'fluent-community'),
560 627 'Document Library Access (View & Download)' => __('Document Library Access (View & Download)', 'fluent-community'),
628 + 'Document name' => __('Document name', 'fluent-community'),
629 + 'Documents' => __('Documents', 'fluent-community'),
561 630 'Documents & Files' => __('Documents & Files', 'fluent-community'),
562 631 'Documents and Files' => __('Documents and Files', 'fluent-community'),
563 632 /* translators: %s is the name of the space */
564 633 'Documents and Files in %s' => __('Documents and Files in %s', 'fluent-community'),
565 - 'Domain must include a valid TLD (e.g. .com, .org).' => __('Domain must include a valid TLD (e.g. .com, .org).', 'fluent-community'),
566 634 'Don\'t have an affiliate account?' => __('Don\'t have an affiliate account?', 'fluent-community'),
567 635 'Done' => __('Done', 'fluent-community'),
636 + 'Download' => __('Download', 'fluent-community'),
637 + 'Download and install FluentNotify, then come back here to finish the setup.' => __('Download and install FluentNotify, then come back here to finish the setup.', 'fluent-community'),
568 638 'Draft' => __('Draft', 'fluent-community'),
639 + 'Draft Preview' => __('Draft Preview', 'fluent-community'),
640 + 'Drag to reorder' => __('Drag to reorder', 'fluent-community'),
569 641 'Drop CSV here or' => __('Drop CSV here or', 'fluent-community'),
570 642 'Drop file here or' => __('Drop file here or', 'fluent-community'),
571 643 'Drop file here or click to upload' => __('Drop file here or click to upload', 'fluent-community'),
572 644 'Duplicate' => __('Duplicate', 'fluent-community'),
@@ -576,9 +648,9 @@
576 648 'E-mail' => __('E-mail', 'fluent-community'),
577 649 'Eager' => __('Eager', 'fluent-community'),
578 650 'Earliest' => __('Earliest', 'fluent-community'),
579 651 'Edit' => __('Edit', 'fluent-community'),
580 - 'Edit Article' => __('Edit Article', 'fluent-community'),
652 + 'Edit Audio' => __('Edit Audio', 'fluent-community'),
581 653 'Edit Badge' => __('Edit Badge', 'fluent-community'),
582 654 'Edit Content' => __('Edit Content', 'fluent-community'),
583 655 'Edit Course' => __('Edit Course', 'fluent-community'),
584 656 'Edit Email Notification' => __('Edit Email Notification', 'fluent-community'),
@@ -589,8 +661,9 @@
589 661 'Edit Info' => __('Edit Info', 'fluent-community'),
590 662 'Edit Lesson' => __('Edit Lesson', 'fluent-community'),
591 663 'Edit Lessons' => __('Edit Lessons', 'fluent-community'),
592 664 'Edit Link' => __('Edit Link', 'fluent-community'),
665 + 'Edit Page' => __('Edit Page', 'fluent-community'),
593 666 'Edit Product' => __('Edit Product', 'fluent-community'),
594 667 'Edit Profile' => __('Edit Profile', 'fluent-community'),
595 668 'Edit Question' => __('Edit Question', 'fluent-community'),
596 669 'Edit Quiz' => __('Edit Quiz', 'fluent-community'),
@@ -595,12 +668,16 @@
595 668 'Edit Question' => __('Edit Question', 'fluent-community'),
596 669 'Edit Quiz' => __('Edit Quiz', 'fluent-community'),
597 670 'Edit Slug' => __('Edit Slug', 'fluent-community'),
598 671 'Edit Title' => __('Edit Title', 'fluent-community'),
672 + 'Edit Your Profile' => __('Edit Your Profile', 'fluent-community'),
673 + 'Edit audio' => __('Edit audio', 'fluent-community'),
674 + 'Edit image' => __('Edit image', 'fluent-community'),
599 675 'Edit lessons from lesson editor ' => __('Edit lessons from lesson editor ', 'fluent-community'),
600 676 'Edit media' => __('Edit media', 'fluent-community'),
601 677 'Edit question' => __('Edit question', 'fluent-community'),
602 678 'Edit the field from block editor ' => __('Edit the field from block editor ', 'fluent-community'),
679 + 'Edit your profile description' => __('Edit your profile description', 'fluent-community'),
603 680 'Editing manager role for' => __('Editing manager role for', 'fluent-community'),
604 681 /* translators: %s is the name of the user */
605 682 'Editing manager role for %s' => __('Editing manager role for %s', 'fluent-community'),
606 683 'Email' => __('Email', 'fluent-community'),
@@ -610,11 +687,9 @@
610 687 'Email Notification Settings' => __('Email Notification Settings', 'fluent-community'),
611 688 'Email Settings' => __('Email Settings', 'fluent-community'),
612 689 'Email authors when someone replies to their comments.' => __('Email authors when someone replies to their comments.', 'fluent-community'),
613 690 'Email from name' => __('Email from name', 'fluent-community'),
614 - 'Email me when someone comments on my post' => __('Email me when someone comments on my post', 'fluent-community'),
615 - 'Email me when someone mentions me in a post or comment' => __('Email me when someone mentions me in a post or comment', 'fluent-community'),
616 - 'Email me when someone replies to my comments' => __('Email me when someone replies to my comments', 'fluent-community'),
691 + 'Email header logo' => __('Email header logo', 'fluent-community'),
617 692 'Email notification is disabled for one-to-one messages as per global community settings.' => __('Email notification is disabled for one-to-one messages as per global community settings.', 'fluent-community'),
618 693 'Email notification on messaging is disabled' => __('Email notification on messaging is disabled', 'fluent-community'),
619 694 'Email on comment reply' => __('Email on comment reply', 'fluent-community'),
620 695 'Email on new comment' => __('Email on new comment', 'fluent-community'),
@@ -620,8 +695,9 @@
620 695 'Email on new comment' => __('Email on new comment', 'fluent-community'),
621 696 'Email sending frequency for one-to-one messages' => __('Email sending frequency for one-to-one messages', 'fluent-community'),
622 697 'Email settings updated' => __('Email settings updated', 'fluent-community'),
623 698 'Email will be sent if there are any unread notifications for the user from the last email sent.' => __('Email will be sent if there are any unread notifications for the user from the last email sent.', 'fluent-community'),
699 + 'Emails to your address previously failed to deliver, so notification emails are paused for your account. Please re-confirm your email address to resume them.' => __('Emails to your address previously failed to deliver, so notification emails are paused for your account. Please re-confirm your email address to resume them.', 'fluent-community'),
624 700 'Emails will be sent based on your Email Frequency settings' => __('Emails will be sent based on your Email Frequency settings', 'fluent-community'),
625 701 'Embed' => __('Embed', 'fluent-community'),
626 702 'Embed from Vimeo, YouTube, Wistia and more' => __('Embed from Vimeo, YouTube, Wistia and more', 'fluent-community'),
627 703 'Emoji' => __('Emoji', 'fluent-community'),
@@ -637,13 +713,15 @@
637 713 'Enable Dark Mode' => __('Enable Dark Mode', 'fluent-community'),
638 714 'Enable Emoji' => __('Enable Emoji', 'fluent-community'),
639 715 'Enable File/Document Library for this space' => __('Enable File/Document Library for this space', 'fluent-community'),
640 716 'Enable FluentPlayer' => __('Enable FluentPlayer', 'fluent-community'),
717 + 'Enable FluentPlayer Audio' => __('Enable FluentPlayer Audio', 'fluent-community'),
641 718 'Enable Follower Module' => __('Enable Follower Module', 'fluent-community'),
642 719 'Enable Giphy Module' => __('Enable Giphy Module', 'fluent-community'),
643 720 'Enable Global Posts Status Form' => __('Enable Global Posts Status Form', 'fluent-community'),
644 721 'Enable Leaderboards Module' => __('Enable Leaderboards Module', 'fluent-community'),
645 722 'Enable Media Gallery for this space' => __('Enable Media Gallery for this space', 'fluent-community'),
723 + 'Enable Progressive Web App (PWA)' => __('Enable Progressive Web App (PWA)', 'fluent-community'),
646 724 'Enable Real-time Chat' => __('Enable Real-time Chat', 'fluent-community'),
647 725 'Enable Sticky Page headers across portal' => __('Enable Sticky Page headers across portal', 'fluent-community'),
648 726 'Enable Sticky Right Sidebar Widgets' => __('Enable Sticky Right Sidebar Widgets', 'fluent-community'),
649 727 'Enable User Badge Module' => __('Enable User Badge Module', 'fluent-community'),
@@ -656,9 +734,12 @@
656 734 'Enable for logged in members' => __('Enable for logged in members', 'fluent-community'),
657 735 'Enable for logged out members' => __('Enable for logged out members', 'fluent-community'),
658 736 'Enable for not enrolled visitors' => __('Enable for not enrolled visitors', 'fluent-community'),
659 737 'Enable group chat for this space members' => __('Enable group chat for this space members', 'fluent-community'),
738 + 'Enable push notifications for this community' => __('Enable push notifications for this community', 'fluent-community'),
660 739 'Enable sidebar collapse on desktop' => __('Enable sidebar collapse on desktop', 'fluent-community'),
740 + 'Enable the Audio tab in the feed composer so members can upload audio files based on their upload permission.' => __('Enable the Audio tab in the feed composer so members can upload audio files based on their upload permission.', 'fluent-community'),
741 + 'Enable the push service' => __('Enable the push service', 'fluent-community'),
661 742 'Enable this link' => __('Enable this link', 'fluent-community'),
662 743 'Enable this question' => __('Enable this question', 'fluent-community'),
663 744 'Enable to configure your access management with FluentCRM' => __('Enable to configure your access management with FluentCRM', 'fluent-community'),
664 745 'Enable/Disable Social Media Links for profiles' => __('Enable/Disable Social Media Links for profiles', 'fluent-community'),
@@ -698,8 +779,9 @@
698 779 'Exact Match (auto-graded)' => __('Exact Match (auto-graded)', 'fluent-community'),
699 780 'Exclude Users' => __('Exclude Users', 'fluent-community'),
700 781 'Exclude selected users from the leaderboard' => __('Exclude selected users from the leaderboard', 'fluent-community'),
701 782 'Exit Full Screen' => __('Exit Full Screen', 'fluent-community'),
783 + 'Expand' => __('Expand', 'fluent-community'),
702 784 'Expand/Close all sections' => __('Expand/Close all sections', 'fluent-community'),
703 785 'Expire Date' => __('Expire Date', 'fluent-community'),
704 786 'Expire Date (Leave empty for no expiration)' => __('Expire Date (Leave empty for no expiration)', 'fluent-community'),
705 787 'Expired' => __('Expired', 'fluent-community'),
@@ -710,8 +792,9 @@
710 792 'Failed to copy' => __('Failed to copy', 'fluent-community'),
711 793 'Failed to copy the link' => __('Failed to copy the link', 'fluent-community'),
712 794 'Failed to load the list' => __('Failed to load the list', 'fluent-community'),
713 795 'Failed to subscribe to push notifications. Please try again.' => __('Failed to subscribe to push notifications. Please try again.', 'fluent-community'),
796 + 'Failed to upload audio' => __('Failed to upload audio', 'fluent-community'),
714 797 'Failed:' => __('Failed:', 'fluent-community'),
715 798 'Featured Image' => __('Featured Image', 'fluent-community'),
716 799 'Featured Image (Recommended size: 1600x500) - Optional' => __('Featured Image (Recommended size: 1600x500) - Optional', 'fluent-community'),
717 800 'Featured Image Preview' => __('Featured Image Preview', 'fluent-community'),
@@ -769,11 +852,13 @@
769 852 'Fullscreen' => __('Fullscreen', 'fluent-community'),
770 853 'General' => __('General', 'fluent-community'),
771 854 'General Settings' => __('General Settings', 'fluent-community'),
772 855 'Get Emoji & Reaction Module' => __('Get Emoji & Reaction Module', 'fluent-community'),
856 + 'Get FluentNotify' => __('Get FluentNotify', 'fluent-community'),
773 857 'Get Giphy Module' => __('Get Giphy Module', 'fluent-community'),
774 858 'Get Leaderboard & Gamification Module' => __('Get Leaderboard & Gamification Module', 'fluent-community'),
775 859 'Get Media Module' => __('Get Media Module', 'fluent-community'),
860 + 'Get Progressive Web App (PWA) Module' => __('Get Progressive Web App (PWA) Module', 'fluent-community'),
776 861 'Get User Badge Module' => __('Get User Badge Module', 'fluent-community'),
777 862 'Get notified about replies to your posts and important community updates via web push notifications.' => __('Get notified about replies to your posts and important community updates via web push notifications.', 'fluent-community'),
778 863 'Giphy API Key' => __('Giphy API Key', 'fluent-community'),
779 864 'Giphy API Key is required' => __('Giphy API Key is required', 'fluent-community'),
@@ -779,19 +864,19 @@
779 864 'Giphy API Key is required' => __('Giphy API Key is required', 'fluent-community'),
780 865 'Giphy Module' => __('Giphy Module', 'fluent-community'),
781 866 'Giphy Module Settings' => __('Giphy Module Settings', 'fluent-community'),
782 867 'Give option to admin/moderators to send email when posting on a space' => __('Give option to admin/moderators to send email when posting on a space', 'fluent-community'),
783 - 'Global Email Notifications' => __('Global Email Notifications', 'fluent-community'),
868 + 'Give your page a title. You can change it later.' => __('Give your page a title. You can change it later.', 'fluent-community'),
869 + 'Global Notifications' => __('Global Notifications', 'fluent-community'),
784 870 'Global Post Status' => __('Global Post Status', 'fluent-community'),
785 871 'Global User registration is disabled for your site. Please enable from General Settings or override in FluentCommunity Settings.' => __('Global User registration is disabled for your site. Please enable from General Settings or override in FluentCommunity Settings.', 'fluent-community'),
786 872 'Go Back' => __('Go Back', 'fluent-community'),
787 873 'Go Full Screen' => __('Go Full Screen', 'fluent-community'),
788 874 'Go To All Feeds' => __('Go To All Feeds', 'fluent-community'),
789 - /* translators: %s is the name of the menu item */
790 - 'Go to %s' => __('Go to %s', 'fluent-community'),
791 875 'Go to Community Portal' => __('Go to Community Portal', 'fluent-community'),
792 876 'Go to General Settings.' => __('Go to General Settings.', 'fluent-community'),
793 877 'Go to Home' => __('Go to Home', 'fluent-community'),
878 + 'Go to Space' => __('Go to Space', 'fluent-community'),
794 879 'Go to Space Home' => __('Go to Space Home', 'fluent-community'),
795 880 'Go to community' => __('Go to community', 'fluent-community'),
796 881 'Go to features settings' => __('Go to features settings', 'fluent-community'),
797 882 'Got it!' => __('Got it!', 'fluent-community'),
@@ -812,8 +897,9 @@
812 897 'Group title updated successfully.' => __('Group title updated successfully.', 'fluent-community'),
813 898 'Group:' => __('Group:', 'fluent-community'),
814 899 'Groups' => __('Groups', 'fluent-community'),
815 900 'HTML Code' => __('HTML Code', 'fluent-community'),
901 + 'HTTPS (Secure)' => __('HTTPS (Secure)', 'fluent-community'),
816 902 'Heading' => __('Heading', 'fluent-community'),
817 903 'Heading 2' => __('Heading 2', 'fluent-community'),
818 904 'Heading 3' => __('Heading 3', 'fluent-community'),
819 905 'Heading 4' => __('Heading 4', 'fluent-community'),
@@ -819,8 +905,10 @@
819 905 'Heading 4' => __('Heading 4', 'fluent-community'),
820 906 'Heading Color' => __('Heading Color', 'fluent-community'),
821 907 'Headline' => __('Headline', 'fluent-community'),
822 908 'Help Text' => __('Help Text', 'fluent-community'),
909 + 'Hidden from all feeds and listings. Only reachable by its direct link.' => __('Hidden from all feeds and listings. Only reachable by its direct link.', 'fluent-community'),
910 + 'Hidden from menu' => __('Hidden from menu', 'fluent-community'),
823 911 'Hide Banner' => __('Hide Banner', 'fluent-community'),
824 912 'Hide Bottom Controls' => __('Hide Bottom Controls', 'fluent-community'),
825 913 'Hide Center Controls' => __('Hide Center Controls', 'fluent-community'),
826 914 'Hide Header & Footer on Scroll (Mobile)' => __('Hide Header & Footer on Scroll (Mobile)', 'fluent-community'),
@@ -827,13 +915,18 @@
827 915 'Hide Members count from spaces page (when members page access unavailable)' => __('Hide Members count from spaces page (when members page access unavailable)', 'fluent-community'),
828 916 'Hide Top Controls' => __('Hide Top Controls', 'fluent-community'),
829 917 'Hide answers on result page' => __('Hide answers on result page', 'fluent-community'),
830 918 'Hide course instructor view from course overview page' => __('Hide course instructor view from course overview page', 'fluent-community'),
919 + 'Hide from Menu' => __('Hide from Menu', 'fluent-community'),
831 920 'Hide students count from courses page' => __('Hide students count from courses page', 'fluent-community'),
921 + 'Home screen label' => __('Home screen label', 'fluent-community'),
832 922 'Host' => __('Host', 'fluent-community'),
833 923 'Host is required for custom socket provider' => __('Host is required for custom socket provider', 'fluent-community'),
834 924 'Hourly' => __('Hourly', 'fluent-community'),
925 + /* translators: %s is the icon dimensions, for example 512x256 */
926 + 'Icon is %s, not square — the install option will not appear.' => __('Icon is %s, not square — the install option will not appear.', 'fluent-community'),
835 927 'Idle' => __('Idle', 'fluent-community'),
928 + 'If allowed, members can dismiss the button and it stays hidden for 7 days.' => __('If allowed, members can dismiss the button and it stays hidden for 7 days.', 'fluent-community'),
836 929 'If allowed, members will be able to hide the banner' => __('If allowed, members will be able to hide the banner', 'fluent-community'),
837 930 'If enabled then, FluentCommunity will create a contact to assign the associate tags from your configuration. Otherwise it will skip tagging.' => __('If enabled then, FluentCommunity will create a contact to assign the associate tags from your configuration. Otherwise it will skip tagging.', 'fluent-community'),
838 931 'If enabled then, The default WordPress welcome and password set email will be sent.' => __('If enabled then, The default WordPress welcome and password set email will be sent.', 'fluent-community'),
839 932 'If enabled then, a WP user will be created if not exist and add to the configured course or space.' => __('If enabled then, a WP user will be created if not exist and add to the configured course or space.', 'fluent-community'),
@@ -859,9 +952,11 @@
859 952 'In which day, the digest email will be sent' => __('In which day, the digest email will be sent', 'fluent-community'),
860 953 'Incoming Webhooks' => __('Incoming Webhooks', 'fluent-community'),
861 954 'Incorrect' => __('Incorrect', 'fluent-community'),
862 955 'Input Data Label' => __('Input Data Label', 'fluent-community'),
956 + 'Install Button Position' => __('Install Button Position', 'fluent-community'),
863 957 'Install FluentCRM' => __('Install FluentCRM', 'fluent-community'),
958 + 'Install FluentNotify' => __('Install FluentNotify', 'fluent-community'),
864 959 'Installed' => __('Installed', 'fluent-community'),
865 960 'Instructor' => __('Instructor', 'fluent-community'),
866 961 'Invalid source course.' => __('Invalid source course.', 'fluent-community'),
867 962 'Invalid source space.' => __('Invalid source space.', 'fluent-community'),
@@ -879,8 +974,11 @@
879 974 'Invited By' => __('Invited By', 'fluent-community'),
880 975 'Invitee' => __('Invitee', 'fluent-community'),
881 976 'Invitee Name (optional)' => __('Invitee Name (optional)', 'fluent-community'),
882 977 'Invitee email' => __('Invitee email', 'fluent-community'),
978 + 'Italic' => __('Italic', 'fluent-community'),
979 + /* translators: %1$s is the current item number, %2$s is the total number of items */
980 + 'Item %1$s of %2$s' => __('Item %1$s of %2$s', 'fluent-community'),
883 981 'January' => __('January', 'fluent-community'),
884 982 'Join' => __('Join', 'fluent-community'),
885 983 'Join Now' => __('Join Now', 'fluent-community'),
886 984 'Join Space' => __('Join Space', 'fluent-community'),
@@ -896,8 +994,9 @@
896 994 'Keeps the sidebar visible while scrolling, providing constant access to important links and widgets.' => __('Keeps the sidebar visible while scrolling, providing constant access to important links and widgets.', 'fluent-community'),
897 995 'Key' => __('Key', 'fluent-community'),
898 996 'Label' => __('Label', 'fluent-community'),
899 997 'Label is required' => __('Label is required', 'fluent-community'),
998 + 'Label under the home screen icon. Leave empty to use the App Name.' => __('Label under the home screen icon. Leave empty to use the App Name.', 'fluent-community'),
900 999 'Last 15 days' => __('Last 15 days', 'fluent-community'),
901 1000 'Last Activity' => __('Last Activity', 'fluent-community'),
902 1001 'Last Month' => __('Last Month', 'fluent-community'),
903 1002 'Last Name' => __('Last Name', 'fluent-community'),
@@ -902,8 +1001,9 @@
902 1001 'Last Month' => __('Last Month', 'fluent-community'),
903 1002 'Last Name' => __('Last Name', 'fluent-community'),
904 1003 'Last Seen' => __('Last Seen', 'fluent-community'),
905 1004 'Last Three Month' => __('Last Three Month', 'fluent-community'),
1005 + 'Last Updated' => __('Last Updated', 'fluent-community'),
906 1006 'Last Week' => __('Last Week', 'fluent-community'),
907 1007 /* translators: %s is the date the user was last seen */
908 1008 'Last seen: %s' => __('Last seen: %s', 'fluent-community'),
909 1009 'Latest' => __('Latest', 'fluent-community'),
@@ -908,9 +1008,8 @@
908 1008 'Last seen: %s' => __('Last seen: %s', 'fluent-community'),
909 1009 'Latest' => __('Latest', 'fluent-community'),
910 1010 'Latest Comments Sort' => __('Latest Comments Sort', 'fluent-community'),
911 1011 'Latest Courses' => __('Latest Courses', 'fluent-community'),
912 - 'Latest Posts' => __('Latest Posts', 'fluent-community'),
913 1012 'Latest Posts Sort' => __('Latest Posts Sort', 'fluent-community'),
914 1013 'Latest Spaces' => __('Latest Spaces', 'fluent-community'),
915 1014 'Layout' => __('Layout', 'fluent-community'),
916 1015 'Layout changed' => __('Layout changed', 'fluent-community'),
@@ -939,8 +1038,10 @@
939 1038 'Lesson Title' => __('Lesson Title', 'fluent-community'),
940 1039 'Lesson name' => __('Lesson name', 'fluent-community'),
941 1040 'Lesson order enforcement' => __('Lesson order enforcement', 'fluent-community'),
942 1041 'Lessons' => __('Lessons', 'fluent-community'),
1042 + 'Let members install your community as an app on their phone' => __('Let members install your community as an app on their phone', 'fluent-community'),
1043 + 'Let members install your community as an app on their phone with your own name, icon and colors.' => __('Let members install your community as an app on their phone with your own name, icon and colors.', 'fluent-community'),
943 1044 'Let your community users to follow each other and filter posts by their followings.' => __('Let your community users to follow each other and filter posts by their followings.', 'fluent-community'),
944 1045 /* translators: %d is the level number */
945 1046 'Level %d' => __('Level %d', 'fluent-community'),
946 1047 'Level Tagline' => __('Level Tagline', 'fluent-community'),
@@ -945,8 +1046,9 @@
945 1046 'Level %d' => __('Level %d', 'fluent-community'),
946 1047 'Level Tagline' => __('Level Tagline', 'fluent-community'),
947 1048 'Level Title' => __('Level Title', 'fluent-community'),
948 1049 'Levels' => __('Levels', 'fluent-community'),
1050 + 'Light' => __('Light', 'fluent-community'),
949 1051 'Likes' => __('Likes', 'fluent-community'),
950 1052 'Limit' => __('Limit', 'fluent-community'),
951 1053 'Limit the number of uses' => __('Limit the number of uses', 'fluent-community'),
952 1054 'Link' => __('Link', 'fluent-community'),
@@ -955,14 +1057,15 @@
955 1057 'Link deleted successfully.' => __('Link deleted successfully.', 'fluent-community'),
956 1058 'Link title cannot be empty.' => __('Link title cannot be empty.', 'fluent-community'),
957 1059 'Link title is required.' => __('Link title is required.', 'fluent-community'),
958 1060 'List' => __('List', 'fluent-community'),
1061 + 'List Post' => __('List Post', 'fluent-community'),
959 1062 'List View' => __('List View', 'fluent-community'),
960 1063 'List View: Member profiles will be shown as lists. Modern: Members profile will be shown as cards (Grid)' => __('List View: Member profiles will be shown as lists. Modern: Members profile will be shown as cards (Grid)', 'fluent-community'),
961 1064 'Load Strategy' => __('Load Strategy', 'fluent-community'),
962 1065 'Load more' => __('Load more', 'fluent-community'),
963 - 'Loading editor. Please wait....' => __('Loading editor. Please wait....', 'fluent-community'),
964 - 'Loading.....' => __('Loading.....', 'fluent-community'),
1066 + 'Loading editor. Please wait...' => __('Loading editor. Please wait...', 'fluent-community'),
1067 + 'Loading...' => __('Loading...', 'fluent-community'),
965 1068 'Loads during browser idle time' => __('Loads during browser idle time', 'fluent-community'),
966 1069 'Loads immediately on page load' => __('Loads immediately on page load', 'fluent-community'),
967 1070 'Loads only on click' => __('Loads only on click', 'fluent-community'),
968 1071 'Loads when scrolled into view' => __('Loads when scrolled into view', 'fluent-community'),
@@ -968,8 +1071,9 @@
968 1071 'Loads when scrolled into view' => __('Loads when scrolled into view', 'fluent-community'),
969 1072 'Local' => __('Local', 'fluent-community'),
970 1073 'Lock Screen' => __('Lock Screen', 'fluent-community'),
971 1074 'Lock Screen Type' => __('Lock Screen Type', 'fluent-community'),
1075 + 'Log in' => __('Log in', 'fluent-community'),
972 1076 'Logged In' => __('Logged In', 'fluent-community'),
973 1077 'Logged in' => __('Logged in', 'fluent-community'),
974 1078 'Logged out' => __('Logged out', 'fluent-community'),
975 1079 'Logged-In Users' => __('Logged-In Users', 'fluent-community'),
@@ -987,8 +1091,9 @@
987 1091 'Logo Permalink' => __('Logo Permalink', 'fluent-community'),
988 1092 'Logo for Email Header' => __('Logo for Email Header', 'fluent-community'),
989 1093 'Mailing Settings' => __('Mailing Settings', 'fluent-community'),
990 1094 'Make members select a topic' => __('Make members select a topic', 'fluent-community'),
1095 + 'Make unlisted' => __('Make unlisted', 'fluent-community'),
991 1096 'Manage' => __('Manage', 'fluent-community'),
992 1097 'Manage Courses' => __('Manage Courses', 'fluent-community'),
993 1098 'Manage Links' => __('Manage Links', 'fluent-community'),
994 1099 'Manage Migrations' => __('Manage Migrations', 'fluent-community'),
@@ -1004,16 +1109,19 @@
1004 1109 'Max Media Per Post' => __('Max Media Per Post', 'fluent-community'),
1005 1110 'Maximum Number of Topics a space may have' => __('Maximum Number of Topics a space may have', 'fluent-community'),
1006 1111 'Maximum Number of Topics a user can select when creating a post' => __('Maximum Number of Topics a user can select when creating a post', 'fluent-community'),
1007 1112 'May' => __('May', 'fluent-community'),
1113 + 'Media' => __('Media', 'fluent-community'),
1008 1114 'Media Gallery' => __('Media Gallery', 'fluent-community'),
1009 1115 'Media Gallery Access (View)' => __('Media Gallery Access (View)', 'fluent-community'),
1010 1116 'Media Module' => __('Media Module', 'fluent-community'),
1011 1117 'Media Preview image' => __('Media Preview image', 'fluent-community'),
1012 1118 'Media image' => __('Media image', 'fluent-community'),
1119 + 'Media source' => __('Media source', 'fluent-community'),
1013 1120 'Media type' => __('Media type', 'fluent-community'),
1014 1121 'Member' => __('Member', 'fluent-community'),
1015 1122 'Member Invitation feature is only available on the Pro version' => __('Member Invitation feature is only available on the Pro version', 'fluent-community'),
1123 + 'Member Navigation' => __('Member Navigation', 'fluent-community'),
1016 1124 'Members' => __('Members', 'fluent-community'),
1017 1125 'Members Activities' => __('Members Activities', 'fluent-community'),
1018 1126 'Members List Layout' => __('Members List Layout', 'fluent-community'),
1019 1127 'Members Only' => __('Members Only', 'fluent-community'),
@@ -1026,8 +1134,9 @@
1026 1134 'Membership Role' => __('Membership Role', 'fluent-community'),
1027 1135 'Mentions' => __('Mentions', 'fluent-community'),
1028 1136 'Menu Group' => __('Menu Group', 'fluent-community'),
1029 1137 'Menu Settings' => __('Menu Settings', 'fluent-community'),
1138 + 'Menu item' => __('Menu item', 'fluent-community'),
1030 1139 'Menu settings saved successfully.' => __('Menu settings saved successfully.', 'fluent-community'),
1031 1140 'Message' => __('Message', 'fluent-community'),
1032 1141 'Message to show for users without matching roles.' => __('Message to show for users without matching roles.', 'fluent-community'),
1033 1142 'Messaging Settings' => __('Messaging Settings', 'fluent-community'),
@@ -1048,8 +1157,11 @@
1048 1157 'Moderator' => __('Moderator', 'fluent-community'),
1049 1158 'Moderator Settings' => __('Moderator Settings', 'fluent-community'),
1050 1159 'Modern' => __('Modern', 'fluent-community'),
1051 1160 'Month' => __('Month', 'fluent-community'),
1161 + 'More' => __('More', 'fluent-community'),
1162 + 'More info' => __('More info', 'fluent-community'),
1163 + 'More menu items' => __('More menu items', 'fluent-community'),
1052 1164 'Most Recent' => __('Most Recent', 'fluent-community'),
1053 1165 'Most Replied' => __('Most Replied', 'fluent-community'),
1054 1166 'Move' => __('Move', 'fluent-community'),
1055 1167 'Move Field' => __('Move Field', 'fluent-community'),
@@ -1071,18 +1183,23 @@
1071 1183 'Name that will be used for replyTo attribute' => __('Name that will be used for replyTo attribute', 'fluent-community'),
1072 1184 'Name that will be used to send emails' => __('Name that will be used to send emails', 'fluent-community'),
1073 1185 'Never Miss a Reply' => __('Never Miss a Reply', 'fluent-community'),
1074 1186 'New' => __('New', 'fluent-community'),
1075 - 'New Article' => __('New Article', 'fluent-community'),
1187 + 'New Content Approval' => __('New Content Approval', 'fluent-community'),
1076 1188 'New Course' => __('New Course', 'fluent-community'),
1077 1189 'New Documents' => __('New Documents', 'fluent-community'),
1078 1190 'New Invitation Link' => __('New Invitation Link', 'fluent-community'),
1191 + 'New Page' => __('New Page', 'fluent-community'),
1192 + 'New Password' => __('New Password', 'fluent-community'),
1079 1193 'New Posts Notifications' => __('New Posts Notifications', 'fluent-community'),
1080 1194 'New Space' => __('New Space', 'fluent-community'),
1081 1195 'New Topic' => __('New Topic', 'fluent-community'),
1082 1196 'New group added successfully.' => __('New group added successfully.', 'fluent-community'),
1197 + 'New members see the selected theme by default and can change it anytime.' => __('New members see the selected theme by default and can change it anytime.', 'fluent-community'),
1198 + 'New password and confirmation do not match' => __('New password and confirmation do not match', 'fluent-community'),
1199 + 'New password must be different from your current password' => __('New password must be different from your current password', 'fluent-community'),
1083 1200 'Next' => __('Next', 'fluent-community'),
1084 - 'Next video' => __('Next video', 'fluent-community'),
1201 + 'Next lesson' => __('Next lesson', 'fluent-community'),
1085 1202 'No' => __('No', 'fluent-community'),
1086 1203 /* translators: %s is the status of the members */
1087 1204 'No %s members found in this community.' => __('No %s members found in this community.', 'fluent-community'),
1088 1205 'No Activity' => __('No Activity', 'fluent-community'),
@@ -1097,11 +1214,14 @@
1097 1214 'No Spaces found.' => __('No Spaces found.', 'fluent-community'),
1098 1215 'No Students Found' => __('No Students Found', 'fluent-community'),
1099 1216 'No Topics Found' => __('No Topics Found', 'fluent-community'),
1100 1217 'No Webhooks Found' => __('No Webhooks Found', 'fluent-community'),
1218 + 'No app icon found — the install option will not appear. Set a Site Icon or choose Custom.' => __('No app icon found — the install option will not appear. Set a Site Icon or choose Custom.', 'fluent-community'),
1219 + 'No audios yet. Audio shared in posts will appear here.' => __('No audios yet. Audio shared in posts will appear here.', 'fluent-community'),
1101 1220 'No badges have been configured.' => __('No badges have been configured.', 'fluent-community'),
1102 1221 'No bottom link group has been created yet. Create one to add links to the sidebar bottom.' => __('No bottom link group has been created yet. Create one to add links to the sidebar bottom.', 'fluent-community'),
1103 1222 'No comments from any lessons yet! Comments from all lessons will be shown here.' => __('No comments from any lessons yet! Comments from all lessons will be shown here.', 'fluent-community'),
1223 + 'No content yet' => __('No content yet', 'fluent-community'),
1104 1224 'No courses found' => __('No courses found', 'fluent-community'),
1105 1225 'No courses found based on your search criteria' => __('No courses found based on your search criteria', 'fluent-community'),
1106 1226 'No courses found in this topic' => __('No courses found in this topic', 'fluent-community'),
1107 1227 'No courses match your current filters. Try adjusting your filters.' => __('No courses match your current filters. Try adjusting your filters.', 'fluent-community'),
@@ -1108,13 +1228,9 @@
1108 1228 'No courses match your search criteria. Try adjusting your search terms or browse our course catalog.' => __('No courses match your search criteria. Try adjusting your search terms or browse our course catalog.', 'fluent-community'),
1109 1229 'No courses yet' => __('No courses yet', 'fluent-community'),
1110 1230 'No data' => __('No data', 'fluent-community'),
1111 1231 'No data available to export.' => __('No data available to export.', 'fluent-community'),
1112 - 'No digest email will be sent.' => __('No digest email will be sent.', 'fluent-community'),
1113 1232 'No documents found in this space based on your search criteria.' => __('No documents found in this space based on your search criteria.', 'fluent-community'),
1114 - 'No email will be sent for comments on your post.' => __('No email will be sent for comments on your post.', 'fluent-community'),
1115 - 'No email will be sent when someone replies to your comments.' => __('No email will be sent when someone replies to your comments.', 'fluent-community'),
1116 - 'No emails will be sent when someone mentions you.' => __('No emails will be sent when someone mentions you.', 'fluent-community'),
1117 1233 'No existing users found based on your search.' => __('No existing users found based on your search.', 'fluent-community'),
1118 1234 'No fields in this group. Click + to add one.' => __('No fields in this group. Click + to add one.', 'fluent-community'),
1119 1235 'No groups configured yet.' => __('No groups configured yet.', 'fluent-community'),
1120 1236 'No link has been added for this section' => __('No link has been added for this section', 'fluent-community'),
@@ -1119,10 +1235,13 @@
1119 1235 'No groups configured yet.' => __('No groups configured yet.', 'fluent-community'),
1120 1236 'No link has been added for this section' => __('No link has been added for this section', 'fluent-community'),
1121 1237 'No matching user found.' => __('No matching user found.', 'fluent-community'),
1122 1238 'No members found' => __('No members found', 'fluent-community'),
1239 + 'No moderation report found for this content.' => __('No moderation report found for this content.', 'fluent-community'),
1123 1240 'No notifications found' => __('No notifications found', 'fluent-community'),
1124 1241 'No one is following this account yet. Posting and interacting with others helps boost followers!' => __('No one is following this account yet. Posting and interacting with others helps boost followers!', 'fluent-community'),
1242 + 'No page has been created for this space yet.' => __('No page has been created for this space yet.', 'fluent-community'),
1243 + 'No page matches these filters.' => __('No page matches these filters.', 'fluent-community'),
1125 1244 'No paywall has been added yet' => __('No paywall has been added yet', 'fluent-community'),
1126 1245 'No photos yet. Photos shared in posts will appear here.' => __('No photos yet. Photos shared in posts will appear here.', 'fluent-community'),
1127 1246 'No posts found for the selected topic' => __('No posts found for the selected topic', 'fluent-community'),
1128 1247 'No posts found!' => __('No posts found!', 'fluent-community'),
@@ -1145,14 +1264,22 @@
1145 1264 'No voters yet' => __('No voters yet', 'fluent-community'),
1146 1265 'Not Enrolled' => __('Not Enrolled', 'fluent-community'),
1147 1266 'Not Matched User Roles' => __('Not Matched User Roles', 'fluent-community'),
1148 1267 'Not Set' => __('Not Set', 'fluent-community'),
1149 - 'Notification' => __('Notification', 'fluent-community'),
1268 + /* translators: %1$s is the opening link tag, %2$s is the closing link tag */
1269 + 'Not sure how? %1$sFollow this guide%2$s.' => __('Not sure how? %1$sFollow this guide%2$s.', 'fluent-community'),
1270 + 'Note: Keep 0 to disable a rule.' => __('Note: Keep 0 to disable a rule.', 'fluent-community'),
1150 1271 'Notification Settings' => __('Notification Settings', 'fluent-community'),
1151 1272 'Notifications' => __('Notifications', 'fluent-community'),
1152 1273 'Notifications Blocked' => __('Notifications Blocked', 'fluent-community'),
1274 + 'Notifications are blocked for this site. Reset the permission in your browser settings, come back, and reload the page.' => __('Notifications are blocked for this site. Reset the permission in your browser settings, come back, and reload the page.', 'fluent-community'),
1153 1275 'Notify for all posts' => __('Notify for all posts', 'fluent-community'),
1276 + 'Notify me when' => __('Notify me when', 'fluent-community'),
1154 1277 'Notify only for Admin Posts' => __('Notify only for Admin Posts', 'fluent-community'),
1278 + 'Notify when someone also comments on a post they commented on' => __('Notify when someone also comments on a post they commented on', 'fluent-community'),
1279 + 'Notify when someone comments on their post' => __('Notify when someone comments on their post', 'fluent-community'),
1280 + 'Notify when someone mentions them' => __('Notify when someone mentions them', 'fluent-community'),
1281 + 'Notify when someone replies to their comment' => __('Notify when someone replies to their comment', 'fluent-community'),
1155 1282 'November' => __('November', 'fluent-community'),
1156 1283 'OK' => __('OK', 'fluent-community'),
1157 1284 'Objects' => __('Objects', 'fluent-community'),
1158 1285 'October' => __('October', 'fluent-community'),
@@ -1164,8 +1291,9 @@
1164 1291 'On my profile' => __('On my profile', 'fluent-community'),
1165 1292 'Onboarding Settings' => __('Onboarding Settings', 'fluent-community'),
1166 1293 'Once you enroll some courses, those will be shown here' => __('Once you enroll some courses, those will be shown here', 'fluent-community'),
1167 1294 'Once you login, your enrolled courses will be shown here.' => __('Once you login, your enrolled courses will be shown here.', 'fluent-community'),
1295 + 'One switch inside FluentNotify.' => __('One switch inside FluentNotify.', 'fluent-community'),
1168 1296 'Only Admin/Moderators' => __('Only Admin/Moderators', 'fluent-community'),
1169 1297 'Only Logged In Users' => __('Only Logged In Users', 'fluent-community'),
1170 1298 'Only Moderator and Admins' => __('Only Moderator and Admins', 'fluent-community'),
1171 1299 'Only Profile Owner and Admin' => __('Only Profile Owner and Admin', 'fluent-community'),
@@ -1171,12 +1299,16 @@
1171 1299 'Only Profile Owner and Admin' => __('Only Profile Owner and Admin', 'fluent-community'),
1172 1300 'Only Selected User Roles' => __('Only Selected User Roles', 'fluent-community'),
1173 1301 'Only admin or moderators can create post' => __('Only admin or moderators can create post', 'fluent-community'),
1174 1302 'Only admins and moderators can select this topic' => __('Only admins and moderators can select this topic', 'fluent-community'),
1303 + 'Only iframe embed code is supported. Script-based embeds will not work.' => __('Only iframe embed code is supported. Script-based embeds will not work.', 'fluent-community'),
1175 1304 'Only invited members can view and post.' => __('Only invited members can view and post.', 'fluent-community'),
1176 1305 'Only invited students can view and enroll the course content.' => __('Only invited students can view and enroll the course content.', 'fluent-community'),
1177 1306 'Only logged-in members' => __('Only logged-in members', 'fluent-community'),
1307 + 'Only space admins and moderators can see this page. Publish it from the editor to make it visible.' => __('Only space admins and moderators can see this page. Publish it from the editor to make it visible.', 'fluent-community'),
1308 + 'Only verified members can create posts (admins and moderators can always post)' => __('Only verified members can create posts (admins and moderators can always post)', 'fluent-community'),
1178 1309 'Open (any answer accepted)' => __('Open (any answer accepted)', 'fluent-community'),
1310 + 'Open FluentNotify Settings' => __('Open FluentNotify Settings', 'fluent-community'),
1179 1311 'Open in New Tab' => __('Open in New Tab', 'fluent-community'),
1180 1312 'Open in new tab' => __('Open in new tab', 'fluent-community'),
1181 1313 'Open media' => __('Open media', 'fluent-community'),
1182 1314 'Open post' => __('Open post', 'fluent-community'),
@@ -1187,8 +1319,9 @@
1187 1319 'Optional description shown to users when editing their profile' => __('Optional description shown to users when editing their profile', 'fluent-community'),
1188 1320 'Optional email' => __('Optional email', 'fluent-community'),
1189 1321 'Options' => __('Options', 'fluent-community'),
1190 1322 'Options (Key-Value)' => __('Options (Key-Value)', 'fluent-community'),
1323 + 'Order' => __('Order', 'fluent-community'),
1191 1324 'Ordered List' => __('Ordered List', 'fluent-community'),
1192 1325 'Other Spaces - No Assigned Group' => __('Other Spaces - No Assigned Group', 'fluent-community'),
1193 1326 'Others' => __('Others', 'fluent-community'),
1194 1327 'Overlay Color' => __('Overlay Color', 'fluent-community'),
@@ -1193,18 +1326,21 @@
1193 1326 'Others' => __('Others', 'fluent-community'),
1194 1327 'Overlay Color' => __('Overlay Color', 'fluent-community'),
1195 1328 'Overview' => __('Overview', 'fluent-community'),
1196 1329 'Owner & Admins' => __('Owner & Admins', 'fluent-community'),
1330 + 'Page' => __('Page', 'fluent-community'),
1197 1331 'Page Blocks' => __('Page Blocks', 'fluent-community'),
1332 + 'Page Not Found' => __('Page Not Found', 'fluent-community'),
1333 + 'Page Title' => __('Page Title', 'fluent-community'),
1334 + 'Page title is required' => __('Page title is required', 'fluent-community'),
1335 + 'Pages' => __('Pages', 'fluent-community'),
1336 + 'Pagination' => __('Pagination', 'fluent-community'),
1198 1337 'Passed' => __('Passed', 'fluent-community'),
1338 + 'Password changed successfully' => __('Password changed successfully', 'fluent-community'),
1199 1339 'Paste a URL to embed' => __('Paste a URL to embed', 'fluent-community'),
1200 1340 'Paste an iframe code' => __('Paste an iframe code', 'fluent-community'),
1201 1341 'Paste link...' => __('Paste link...', 'fluent-community'),
1202 1342 'Paste your SVG here' => __('Paste your SVG here', 'fluent-community'),
1203 - 'Path cannot be empty.' => __('Path cannot be empty.', 'fluent-community'),
1204 - 'Path cannot contain multiple hash fragments.' => __('Path cannot contain multiple hash fragments.', 'fluent-community'),
1205 - 'Path cannot contain spaces.' => __('Path cannot contain spaces.', 'fluent-community'),
1206 - 'Path must start with /' => __('Path must start with /', 'fluent-community'),
1207 1343 'Paywalls' => __('Paywalls', 'fluent-community'),
1208 1344 'Pending' => __('Pending', 'fluent-community'),
1209 1345 'Pending Members' => __('Pending Members', 'fluent-community'),
1210 1346 'People & Body' => __('People & Body', 'fluent-community'),
@@ -1210,10 +1346,15 @@
1210 1346 'People & Body' => __('People & Body', 'fluent-community'),
1211 1347 'Per User Choice' => __('Per User Choice', 'fluent-community'),
1212 1348 'Permalink' => __('Permalink', 'fluent-community'),
1213 1349 'Permission Denied' => __('Permission Denied', 'fluent-community'),
1350 + /* translators: %1$s is the current photo number, %2$s is the total number of photos */
1351 + 'Photo %1$s of %2$s' => __('Photo %1$s of %2$s', 'fluent-community'),
1352 + /* translators: %s is the name of the member who uploaded the photo */
1353 + 'Photo by %s' => __('Photo by %s', 'fluent-community'),
1214 1354 'Photos' => __('Photos', 'fluent-community'),
1215 1355 'Pick Emoji' => __('Pick Emoji', 'fluent-community'),
1356 + 'Pick GIF' => __('Pick GIF', 'fluent-community'),
1216 1357 'Picture in Picture' => __('Picture in Picture', 'fluent-community'),
1217 1358 'Pin to Top' => __('Pin to Top', 'fluent-community'),
1218 1359 'Pin to sidebar' => __('Pin to sidebar', 'fluent-community'),
1219 1360 'Pin to top' => __('Pin to top', 'fluent-community'),
@@ -1222,12 +1363,16 @@
1222 1363 'Placeholder Photo' => __('Placeholder Photo', 'fluent-community'),
1223 1364 'Placeholder image' => __('Placeholder image', 'fluent-community'),
1224 1365 'Placeholder text' => __('Placeholder text', 'fluent-community'),
1225 1366 'Play' => __('Play', 'fluent-community'),
1367 + 'Play Button Background Color' => __('Play Button Background Color', 'fluent-community'),
1368 + 'Play Button Color' => __('Play Button Color', 'fluent-community'),
1226 1369 'Play Embedded Videos With FluentPlayer' => __('Play Embedded Videos With FluentPlayer', 'fluent-community'),
1227 1370 'Play/Pause' => __('Play/Pause', 'fluent-community'),
1228 1371 'Playback Speed' => __('Playback Speed', 'fluent-community'),
1229 1372 'Player Settings' => __('Player Settings', 'fluent-community'),
1373 + /* translators: %1$s and %2$s are the opening and closing tags of a documentation link, %3$s is the storage provider name */
1374 + 'Please %1$sRead the documentation first%2$s to configure %3$s.' => __('Please %1$sRead the documentation first%2$s to configure %3$s.', 'fluent-community'),
1230 1375 /* translators: %s is the text to confirm the action */
1231 1376 'Please Type %s to confirm. Please note, all the lessons, topics, students progress will be deleted.' => __('Please Type %s to confirm. Please note, all the lessons, topics, students progress will be deleted.', 'fluent-community'),
1232 1377 /* translators: %s is the text to confirm the action */
1233 1378 'Please Type %s to confirm. Please note, all the posts, comments, activities of this Space will be delete.' => __('Please Type %s to confirm. Please note, all the posts, comments, activities of this Space will be delete.', 'fluent-community'),
@@ -1246,8 +1391,9 @@
1246 1391 'Please enter a label for each option' => __('Please enter a label for each option', 'fluent-community'),
1247 1392 'Please enter a question' => __('Please enter a question', 'fluent-community'),
1248 1393 'Please enter a valid email address.' => __('Please enter a valid email address.', 'fluent-community'),
1249 1394 'Please enter an email address' => __('Please enter an email address', 'fluent-community'),
1395 + 'Please fill in all password fields' => __('Please fill in all password fields', 'fluent-community'),
1250 1396 'Please fill in all required socket configuration fields (App Key, App Secret, App ID)' => __('Please fill in all required socket configuration fields (App Key, App Secret, App ID)', 'fluent-community'),
1251 1397 'Please install FluentCRM to enable this feature.' => __('Please install FluentCRM to enable this feature.', 'fluent-community'),
1252 1398 'Please join the Space to post a comment.' => __('Please join the Space to post a comment.', 'fluent-community'),
1253 1399 'Please login to access this page.' => __('Please login to access this page.', 'fluent-community'),
@@ -1269,12 +1415,13 @@
1269 1415 'Please select the correct option' => __('Please select the correct option', 'fluent-community'),
1270 1416 'Please send a join request and an admin will review your join request.' => __('Please send a join request and an admin will review your join request.', 'fluent-community'),
1271 1417 'Please share this url to your audience to join this space' => __('Please share this url to your audience to join this space', 'fluent-community'),
1272 1418 'Please upgrade to Pro to use this feature' => __('Please upgrade to Pro to use this feature', 'fluent-community'),
1419 + 'Please upload an app icon or use the default icon.' => __('Please upload an app icon or use the default icon.', 'fluent-community'),
1273 1420 'Please wait for the current operation to complete.' => __('Please wait for the current operation to complete.', 'fluent-community'),
1274 1421 'Please wait to complete.' => __('Please wait to complete.', 'fluent-community'),
1275 - 'Please wait while we redirect you to the appropriate page..' => __('Please wait while we redirect you to the appropriate page..', 'fluent-community'),
1276 - 'Please wait....' => __('Please wait....', 'fluent-community'),
1422 + 'Please wait while we redirect you to the appropriate page...' => __('Please wait while we redirect you to the appropriate page...', 'fluent-community'),
1423 + 'Please wait...' => __('Please wait...', 'fluent-community'),
1277 1424 'Please write a message to preview.' => __('Please write a message to preview.', 'fluent-community'),
1278 1425 'Please write a reply first' => __('Please write a reply first', 'fluent-community'),
1279 1426 'Points needed to intiate a new message thread with another member or send message to community chats.' => __('Points needed to intiate a new message thread with another member or send message to community chats.', 'fluent-community'),
1280 1427 'Poll Options' => __('Poll Options', 'fluent-community'),
@@ -1284,9 +1431,8 @@
1284 1431 'Popular Spaces' => __('Popular Spaces', 'fluent-community'),
1285 1432 'Popular day & time' => __('Popular day & time', 'fluent-community'),
1286 1433 'Popular hour of the day and day of the week' => __('Popular hour of the day and day of the week', 'fluent-community'),
1287 1434 'Port' => __('Port', 'fluent-community'),
1288 - 'Port must be a number (e.g. :8080).' => __('Port must be a number (e.g. :8080).', 'fluent-community'),
1289 1435 'Portal Access Settings' => __('Portal Access Settings', 'fluent-community'),
1290 1436 'Portal Settings' => __('Portal Settings', 'fluent-community'),
1291 1437 'Portal Slug is defined in the wp-config.php file' => __('Portal Slug is defined in the wp-config.php file', 'fluent-community'),
1292 1438 'Post' => __('Post', 'fluent-community'),
@@ -1294,8 +1440,10 @@
1294 1440 'Post Not Found' => __('Post Not Found', 'fluent-community'),
1295 1441 'Post Title & Content' => __('Post Title & Content', 'fluent-community'),
1296 1442 'Post Title Requirements' => __('Post Title Requirements', 'fluent-community'),
1297 1443 'Post deleted successfully' => __('Post deleted successfully', 'fluent-community'),
1444 + 'Post has been listed.' => __('Post has been listed.', 'fluent-community'),
1445 + 'Post has been unlisted.' => __('Post has been unlisted.', 'fluent-community'),
1298 1446 'Post starters' => __('Post starters', 'fluent-community'),
1299 1447 /* translators: %s is the name of the space */
1300 1448 'Posted in %s' => __('Posted in %s', 'fluent-community'),
1301 1449 'Posting in:' => __('Posting in:', 'fluent-community'),
@@ -1300,13 +1448,15 @@
1300 1448 'Posted in %s' => __('Posted in %s', 'fluent-community'),
1301 1449 'Posting in:' => __('Posting in:', 'fluent-community'),
1302 1450 'Posts' => __('Posts', 'fluent-community'),
1303 1451 'Posts & Activities' => __('Posts & Activities', 'fluent-community'),
1304 - 'Posts Order by' => __('Posts Order by', 'fluent-community'),
1305 1452 'Preview' => __('Preview', 'fluent-community'),
1306 1453 'Preview Lesson' => __('Preview Lesson', 'fluent-community'),
1454 + 'Preview Page' => __('Preview Page', 'fluent-community'),
1307 1455 'Preview Quiz' => __('Preview Quiz', 'fluent-community'),
1308 - 'Previous video' => __('Previous video', 'fluent-community'),
1456 + 'Preview draft' => __('Preview draft', 'fluent-community'),
1457 + 'Previous' => __('Previous', 'fluent-community'),
1458 + 'Previous lesson' => __('Previous lesson', 'fluent-community'),
1309 1459 'Price' => __('Price', 'fluent-community'),
1310 1460 'Price of the product' => __('Price of the product', 'fluent-community'),
1311 1461 'Primary' => __('Primary', 'fluent-community'),
1312 1462 'Primary Menu Items' => __('Primary Menu Items', 'fluent-community'),
@@ -1326,8 +1476,11 @@
1326 1476 'Profile Social Media Links' => __('Profile Social Media Links', 'fluent-community'),
1327 1477 'Profile updated successfully' => __('Profile updated successfully', 'fluent-community'),
1328 1478 'Progress' => __('Progress', 'fluent-community'),
1329 1479 'Progress Bar' => __('Progress Bar', 'fluent-community'),
1480 + 'Progressive Web App (PWA)' => __('Progressive Web App (PWA)', 'fluent-community'),
1481 + 'Progressive Web App (PWA) Settings' => __('Progressive Web App (PWA) Settings', 'fluent-community'),
1482 + 'Prompt Placements' => __('Prompt Placements', 'fluent-community'),
1330 1483 'Provide Valid Email Address email as per your domain/SMTP settings. This email will be used to send emails like notifications' => __('Provide Valid Email Address email as per your domain/SMTP settings. This email will be used to send emails like notifications', 'fluent-community'),
1331 1484 'Provide an explanation (Optional)' => __('Provide an explanation (Optional)', 'fluent-community'),
1332 1485 'Provide the Redirect URL' => __('Provide the Redirect URL', 'fluent-community'),
1333 1486 'Provide your CDN URL (without trailing /)' => __('Provide your CDN URL (without trailing /)', 'fluent-community'),
@@ -1342,8 +1495,10 @@
1342 1495 'Publish Now' => __('Publish Now', 'fluent-community'),
1343 1496 'Publish as a post' => __('Publish as a post', 'fluent-community'),
1344 1497 'Published' => __('Published', 'fluent-community'),
1345 1498 'Purchase access below or log in if you are already a member.' => __('Purchase access below or log in if you are already a member.', 'fluent-community'),
1499 + 'Push' => __('Push', 'fluent-community'),
1500 + 'Push Notification Settings' => __('Push Notification Settings', 'fluent-community'),
1346 1501 'Pusher' => __('Pusher', 'fluent-community'),
1347 1502 'Pusher cluster region (e.g., mt1, us2, eu, ap1). Optional for custom providers.' => __('Pusher cluster region (e.g., mt1, us2, eu, ap1). Optional for custom providers.', 'fluent-community'),
1348 1503 'Question' => __('Question', 'fluent-community'),
1349 1504 'Quiz' => __('Quiz', 'fluent-community'),
@@ -1351,12 +1506,15 @@
1351 1506 'Quiz Results' => __('Quiz Results', 'fluent-community'),
1352 1507 'Quiz Title' => __('Quiz Title', 'fluent-community'),
1353 1508 'Quote' => __('Quote', 'fluent-community'),
1354 1509 'Ran count' => __('Ran count', 'fluent-community'),
1510 + 'Re-confirm my email address' => __('Re-confirm my email address', 'fluent-community'),
1511 + 'React' => __('React', 'fluent-community'),
1355 1512 'Reacted Users' => __('Reacted Users', 'fluent-community'),
1356 1513 'Reactivate' => __('Reactivate', 'fluent-community'),
1357 1514 'Read Documentation' => __('Read Documentation', 'fluent-community'),
1358 1515 'Read the documentation' => __('Read the documentation', 'fluent-community'),
1516 + 'Ready to send' => __('Ready to send', 'fluent-community'),
1359 1517 'Real-time Chat' => __('Real-time Chat', 'fluent-community'),
1360 1518 'Real-time chat is disabled. Messages will be delivered on page refresh.' => __('Real-time chat is disabled. Messages will be delivered on page refresh.', 'fluent-community'),
1361 1519 'Real-time chat is enabled. Messages will be delivered instantly via WebSocket.' => __('Real-time chat is enabled. Messages will be delivered instantly via WebSocket.', 'fluent-community'),
1362 1520 'Reason' => __('Reason', 'fluent-community'),
@@ -1373,8 +1531,9 @@
1373 1531 'Redirect to an URL' => __('Redirect to an URL', 'fluent-community'),
1374 1532 'Refresh' => __('Refresh', 'fluent-community'),
1375 1533 'Registration URL for public Users' => __('Registration URL for public Users', 'fluent-community'),
1376 1534 'Remove' => __('Remove', 'fluent-community'),
1535 + 'Remove App Icon' => __('Remove App Icon', 'fluent-community'),
1377 1536 'Remove Course' => __('Remove Course', 'fluent-community'),
1378 1537 'Remove Cover Photo?' => __('Remove Cover Photo?', 'fluent-community'),
1379 1538 'Remove From Bookmark' => __('Remove From Bookmark', 'fluent-community'),
1380 1539 'Remove Image?' => __('Remove Image?', 'fluent-community'),
@@ -1386,12 +1545,16 @@
1386 1545 'Remove Schedule' => __('Remove Schedule', 'fluent-community'),
1387 1546 'Remove Space' => __('Remove Space', 'fluent-community'),
1388 1547 'Remove Space Cover Photo?' => __('Remove Space Cover Photo?', 'fluent-community'),
1389 1548 'Remove Student?' => __('Remove Student?', 'fluent-community'),
1549 + 'Remove Thumbnail' => __('Remove Thumbnail', 'fluent-community'),
1550 + 'Remove audio' => __('Remove audio', 'fluent-community'),
1551 + 'Remove button' => __('Remove button', 'fluent-community'),
1390 1552 'Remove from Courses' => __('Remove from Courses', 'fluent-community'),
1391 1553 'Remove from Spaces' => __('Remove from Spaces', 'fluent-community'),
1392 1554 'Remove from course' => __('Remove from course', 'fluent-community'),
1393 1555 'Remove from space' => __('Remove from space', 'fluent-community'),
1556 + 'Remove image' => __('Remove image', 'fluent-community'),
1394 1557 'Remove option' => __('Remove option', 'fluent-community'),
1395 1558 'Removed from bookmark' => __('Removed from bookmark', 'fluent-community'),
1396 1559 'Reply' => __('Reply', 'fluent-community'),
1397 1560 'Reply to email (optional)' => __('Reply to email (optional)', 'fluent-community'),
@@ -1407,8 +1570,9 @@
1407 1570 /* translators: %s is the date the member requested */
1408 1571 'Requested %s' => __('Requested %s', 'fluent-community'),
1409 1572 'Require Pro' => __('Require Pro', 'fluent-community'),
1410 1573 'Require all future posts or comments posted by this member to be approved by an admin' => __('Require all future posts or comments posted by this member to be approved by an admin', 'fluent-community'),
1574 + 'Require approval before new posts or comments become visible.' => __('Require approval before new posts or comments become visible.', 'fluent-community'),
1411 1575 'Require approval for first comment' => __('Require approval for first comment', 'fluent-community'),
1412 1576 'Require approval for first post' => __('Require approval for first post', 'fluent-community'),
1413 1577 'Require approval for new posts and comments' => __('Require approval for new posts and comments', 'fluent-community'),
1414 1578 'Required' => __('Required', 'fluent-community'),
@@ -1414,8 +1578,9 @@
1414 1578 'Required' => __('Required', 'fluent-community'),
1415 1579 'Reschedule' => __('Reschedule', 'fluent-community'),
1416 1580 'Reschedule Post' => __('Reschedule Post', 'fluent-community'),
1417 1581 'Resend' => __('Resend', 'fluent-community'),
1582 + 'Reset zoom' => __('Reset zoom', 'fluent-community'),
1418 1583 'Responses' => __('Responses', 'fluent-community'),
1419 1584 'Restart Course' => __('Restart Course', 'fluent-community'),
1420 1585 'Restart Migration (If unchecked, then it will continue from the last migration stage)' => __('Restart Migration (If unchecked, then it will continue from the last migration stage)', 'fluent-community'),
1421 1586 'Restart Progress' => __('Restart Progress', 'fluent-community'),
@@ -1433,9 +1598,8 @@
1433 1598 'SVG Code. No url please / You can use emoji' => __('SVG Code. No url please / You can use emoji', 'fluent-community'),
1434 1599 'Sample CSV' => __('Sample CSV', 'fluent-community'),
1435 1600 'Save' => __('Save', 'fluent-community'),
1436 1601 'Save Changes' => __('Save Changes', 'fluent-community'),
1437 - 'Save Changes & Close' => __('Save Changes & Close', 'fluent-community'),
1438 1602 'Save Changes (Pro Required)' => __('Save Changes (Pro Required)', 'fluent-community'),
1439 1603 'Save Custom CSS & JS' => __('Save Custom CSS & JS', 'fluent-community'),
1440 1604 'Save Play Position' => __('Save Play Position', 'fluent-community'),
1441 1605 'Save Settings' => __('Save Settings', 'fluent-community'),
@@ -1442,8 +1606,9 @@
1442 1606 'Saving...' => __('Saving...', 'fluent-community'),
1443 1607 'Schedule' => __('Schedule', 'fluent-community'),
1444 1608 'Schedule Post' => __('Schedule Post', 'fluent-community'),
1445 1609 'Schedule has been updated' => __('Schedule has been updated', 'fluent-community'),
1610 + 'Schedule post' => __('Schedule post', 'fluent-community'),
1446 1611 'Scheduled' => __('Scheduled', 'fluent-community'),
1447 1612 'Scheduled Posts' => __('Scheduled Posts', 'fluent-community'),
1448 1613 /* translators: %1$s is the scheduled date, %2$s is the scheduled time */
1449 1614 'Scheduled for %1$s at %2$s' => __('Scheduled for %1$s at %2$s', 'fluent-community'),
@@ -1467,8 +1632,9 @@
1467 1632 'Search here...' => __('Search here...', 'fluent-community'),
1468 1633 /* translators: %s is the name of the space */
1469 1634 'Search in %s' => __('Search in %s', 'fluent-community'),
1470 1635 'Search in:' => __('Search in:', 'fluent-community'),
1636 + 'Search pages' => __('Search pages', 'fluent-community'),
1471 1637 'Search...' => __('Search...', 'fluent-community'),
1472 1638 'Secondary' => __('Secondary', 'fluent-community'),
1473 1639 'Secret' => __('Secret', 'fluent-community'),
1474 1640 'Section Title' => __('Section Title', 'fluent-community'),
@@ -1541,8 +1707,9 @@
1541 1707 'Set Open Graph Image' => __('Set Open Graph Image', 'fluent-community'),
1542 1708 'Set a featured image at the top of the welcome banner. Recommended image dimension: 1680x600' => __('Set a featured image at the top of the welcome banner. Recommended image dimension: 1680x600', 'fluent-community'),
1543 1709 'Set a passing grade' => __('Set a passing grade', 'fluent-community'),
1544 1710 'Set the number of points a user must have to initiate a new one-to-one message thread. Set to 0 to disable this feature.' => __('Set the number of points a user must have to initiate a new one-to-one message thread. Set to 0 to disable this feature.', 'fluent-community'),
1711 + 'Set up FluentNotify' => __('Set up FluentNotify', 'fluent-community'),
1545 1712 'Set your from name, email, and email footer. These configurations will be used to send emails from FluentCommunity.' => __('Set your from name, email, and email footer. These configurations will be used to send emails from FluentCommunity.', 'fluent-community'),
1546 1713 'Settings' => __('Settings', 'fluent-community'),
1547 1714 'Settings Menu' => __('Settings Menu', 'fluent-community'),
1548 1715 'Settings could not be loaded' => __('Settings could not be loaded', 'fluent-community'),
@@ -1551,11 +1718,13 @@
1551 1718 'Settings saved successfully' => __('Settings saved successfully', 'fluent-community'),
1552 1719 'Shape' => __('Shape', 'fluent-community'),
1553 1720 'Short Bio' => __('Short Bio', 'fluent-community'),
1554 1721 'Short Description' => __('Short Description', 'fluent-community'),
1722 + 'Short Name' => __('Short Name', 'fluent-community'),
1555 1723 'Short description is required.' => __('Short description is required.', 'fluent-community'),
1556 1724 'Short title of this post' => __('Short title of this post', 'fluent-community'),
1557 1725 'Show Default Feed link on left sidebar' => __('Show Default Feed link on left sidebar', 'fluent-community'),
1726 + 'Show Install App in portal menu (mobile only)' => __('Show Install App in portal menu (mobile only)', 'fluent-community'),
1558 1727 'Show Label on Badge' => __('Show Label on Badge', 'fluent-community'),
1559 1728 'Show More' => __('Show More', 'fluent-community'),
1560 1729 'Show Paywall Description' => __('Show Paywall Description', 'fluent-community'),
1561 1730 'Show Paywalls in Default Lock Screen' => __('Show Paywalls in Default Lock Screen', 'fluent-community'),
@@ -1565,13 +1734,23 @@
1565 1734 'Show Topics on Post Card' => __('Show Topics on Post Card', 'fluent-community'),
1566 1735 'Show Welcome Banner in the default lock screen' => __('Show Welcome Banner in the default lock screen', 'fluent-community'),
1567 1736 'Show a customized badge on user profiles beside their names to easily recognize your admins or moderators, or to give appreciation to your power users.' => __('Show a customized badge on user profiles beside their names to easily recognize your admins or moderators, or to give appreciation to your power users.', 'fluent-community'),
1568 1737 'Show icon on header menu items' => __('Show icon on header menu items', 'fluent-community'),
1738 + 'Show in Menu' => __('Show in Menu', 'fluent-community'),
1569 1739 'Show last activity of a user on the profile card' => __('Show last activity of a user on the profile card', 'fluent-community'),
1570 1740 'Show powered by text' => __('Show powered by text', 'fluent-community'),
1571 1741 'Show students count in course instructor view' => __('Show students count in course instructor view', 'fluent-community'),
1742 + 'Show the push notification prompt in the feed sidebar' => __('Show the push notification prompt in the feed sidebar', 'fluent-community'),
1743 + 'Show the push notification prompt in the notifications dropdown' => __('Show the push notification prompt in the notifications dropdown', 'fluent-community'),
1744 + 'Show the push notification prompt in the profile sidebar' => __('Show the push notification prompt in the profile sidebar', 'fluent-community'),
1745 + 'Show the push notification prompt on the notification preferences page' => __('Show the push notification prompt on the notification preferences page', 'fluent-community'),
1572 1746 'Show/Hide Topics On post Card' => __('Show/Hide Topics On post Card', 'fluent-community'),
1747 + /* translators: %1$s is the number of pages shown, %2$s is the total number of pages */
1748 + 'Showing %1$s of %2$s pages. Clear the filters to reorder.' => __('Showing %1$s of %2$s pages. Clear the filters to reorder.', 'fluent-community'),
1749 + 'Shown on the install dialog and splash screen.' => __('Shown on the install dialog and splash screen.', 'fluent-community'),
1750 + 'Sidebar Bottom' => __('Sidebar Bottom', 'fluent-community'),
1573 1751 'Sidebar Bottom Link Groups' => __('Sidebar Bottom Link Groups', 'fluent-community'),
1752 + 'Sidebar Top' => __('Sidebar Top', 'fluent-community'),
1574 1753 'Sidebar_link' => __('Link', 'fluent-community'),
1575 1754 'Sign Up' => __('Sign Up', 'fluent-community'),
1576 1755 'Simple' => __('Simple', 'fluent-community'),
1577 1756 'Site Logo (For Dark Mode)' => __('Site Logo (For Dark Mode)', 'fluent-community'),
@@ -1592,11 +1771,17 @@
1592 1771 'Social Media Links Settings' => __('Social Media Links Settings', 'fluent-community'),
1593 1772 'Socket Provider' => __('Socket Provider', 'fluent-community'),
1594 1773 'Socket configuration is defined in wp-config.php and cannot be changed here.' => __('Socket configuration is defined in wp-config.php and cannot be changed here.', 'fluent-community'),
1595 1774 'Some settings have been changed. Are you sure to leave this page?' => __('Some settings have been changed. Are you sure to leave this page?', 'fluent-community'),
1775 + 'Someone also comments on a post I commented on' => __('Someone also comments on a post I commented on', 'fluent-community'),
1776 + 'Someone comments on my post' => __('Someone comments on my post', 'fluent-community'),
1777 + 'Someone mentions me' => __('Someone mentions me', 'fluent-community'),
1778 + 'Someone replies to my comment' => __('Someone replies to my comment', 'fluent-community'),
1596 1779 'Sorry you do not have permission to access this.' => __('Sorry you do not have permission to access this.', 'fluent-community'),
1597 1780 'Sorry! this community could not be loaded' => __('Sorry! this community could not be loaded', 'fluent-community'),
1598 1781 'Sorry, FluentCart could not be installed' => __('Sorry, FluentCart could not be installed', 'fluent-community'),
1782 + 'Sorry, FluentNotify could not be activated' => __('Sorry, FluentNotify could not be activated', 'fluent-community'),
1783 + 'Sorry, FluentNotify could not be installed' => __('Sorry, FluentNotify could not be installed', 'fluent-community'),
1599 1784 'Sorry, no lesson found' => __('Sorry, no lesson found', 'fluent-community'),
1600 1785 'Sorry, settings could not be loaded. Please make sure you have latest version of FluentCommunity Pro and Fluent Messaging Addons' => __('Sorry, settings could not be loaded. Please make sure you have latest version of FluentCommunity Pro and Fluent Messaging Addons', 'fluent-community'),
1601 1786 'Sorry, the course cannot be loaded' => __('Sorry, the course cannot be loaded', 'fluent-community'),
1602 1787 'Sorry, the course could not be loaded.' => __('Sorry, the course could not be loaded.', 'fluent-community'),
@@ -1602,8 +1787,9 @@
1602 1787 'Sorry, the course could not be loaded.' => __('Sorry, the course could not be loaded.', 'fluent-community'),
1603 1788 'Sorry, the lesson content could not be loaded.' => __('Sorry, the lesson content could not be loaded.', 'fluent-community'),
1604 1789 'Sorry, the requested post could not be found.' => __('Sorry, the requested post could not be found.', 'fluent-community'),
1605 1790 'Sorry, the selected plugins could not be installed' => __('Sorry, the selected plugins could not be installed', 'fluent-community'),
1791 + 'Sorry, the settings could not be loaded. Please reload the page and try again.' => __('Sorry, the settings could not be loaded. Please reload the page and try again.', 'fluent-community'),
1606 1792 'Sorry, you do not have permission to view this page' => __('Sorry, you do not have permission to view this page', 'fluent-community'),
1607 1793 'Sort Courses by' => __('Sort Courses by', 'fluent-community'),
1608 1794 'Sort Spaces by' => __('Sort Spaces by', 'fluent-community'),
1609 1795 'Sort by' => __('Sort by', 'fluent-community'),
@@ -1611,12 +1797,19 @@
1611 1797 'Sort comments by' => __('Sort comments by', 'fluent-community'),
1612 1798 'Sort followers by' => __('Sort followers by', 'fluent-community'),
1613 1799 'Sort followings by' => __('Sort followings by', 'fluent-community'),
1614 1800 'Sort members by' => __('Sort members by', 'fluent-community'),
1801 + /* translators: %1$s is the selected sort order, %2$s is the selected visibility filter */
1802 + 'Sort: %1$s, visibility: %2$s' => __('Sort: %1$s, visibility: %2$s', 'fluent-community'),
1803 + /* translators: %s is the selected sort order */
1804 + 'Sort: %s' => __('Sort: %s', 'fluent-community'),
1805 + /* translators: %1$s is the current item position, %2$s is the total item count */
1806 + 'Sortable item %1$s of %2$s. Use the up and down arrow keys to reorder.' => __('Sortable item %1$s of %2$s. Use the up and down arrow keys to reorder.', 'fluent-community'),
1615 1807 'Space' => __('Space', 'fluent-community'),
1616 1808 'Space Activities' => __('Space Activities', 'fluent-community'),
1617 1809 'Space Description' => __('Space Description', 'fluent-community'),
1618 1810 'Space Links' => __('Space Links', 'fluent-community'),
1811 + 'Space Lists' => __('Space Lists', 'fluent-community'),
1619 1812 'Space Logo' => __('Space Logo', 'fluent-community'),
1620 1813 'Space Management Roles' => __('Space Management Roles', 'fluent-community'),
1621 1814 'Space Moderator' => __('Space Moderator', 'fluent-community'),
1622 1815 'Space Not Found' => __('Space Not Found', 'fluent-community'),
@@ -1623,15 +1816,18 @@
1623 1816 'Space Settings' => __('Space Settings', 'fluent-community'),
1624 1817 'Space Slug (no space or special chars)' => __('Space Slug (no space or special chars)', 'fluent-community'),
1625 1818 'Space Title' => __('Space Title', 'fluent-community'),
1626 1819 'Space analytics' => __('Space analytics', 'fluent-community'),
1820 + 'Space menu' => __('Space menu', 'fluent-community'),
1627 1821 'Space title is required.' => __('Space title is required.', 'fluent-community'),
1628 1822 'Space visibility' => __('Space visibility', 'fluent-community'),
1629 1823 'Space will be created under the selected Menu group.' => __('Space will be created under the selected Menu group.', 'fluent-community'),
1630 1824 'Spaces' => __('Spaces', 'fluent-community'),
1825 + 'Splash Screen Color' => __('Splash Screen Color', 'fluent-community'),
1631 1826 'Start Date' => __('Start Date', 'fluent-community'),
1632 1827 'Start Migrating Data' => __('Start Migrating Data', 'fluent-community'),
1633 1828 'Start date' => __('Start date', 'fluent-community'),
1829 + 'Static pages for this space, like rules, an FAQ or current offers.' => __('Static pages for this space, like rules, an FAQ or current offers.', 'fluent-community'),
1634 1830 'Status' => __('Status', 'fluent-community'),
1635 1831 'Status:' => __('Status:', 'fluent-community'),
1636 1832 'Storage Location' => __('Storage Location', 'fluent-community'),
1637 1833 'Structured' => __('Structured', 'fluent-community'),
@@ -1646,8 +1842,9 @@
1646 1842 'Successfully joined the space' => __('Successfully joined the space', 'fluent-community'),
1647 1843 'Successfully left the space' => __('Successfully left the space', 'fluent-community'),
1648 1844 'Successfully unfollowed user' => __('Successfully unfollowed user', 'fluent-community'),
1649 1845 'Switch Layout View' => __('Switch Layout View', 'fluent-community'),
1846 + 'Switch to Draft' => __('Switch to Draft', 'fluent-community'),
1650 1847 'Symbols' => __('Symbols', 'fluent-community'),
1651 1848 'Sync Community Profile with WordPress User Data' => __('Sync Community Profile with WordPress User Data', 'fluent-community'),
1652 1849 /* translators: %s is the type of the space/course */
1653 1850 'Sync this tag with the %s access' => __('Sync this tag with the %s access', 'fluent-community'),
@@ -1653,24 +1850,29 @@
1653 1850 'Sync this tag with the %s access' => __('Sync this tag with the %s access', 'fluent-community'),
1654 1851 /* translators: %s is the name of the provider for migration */
1655 1852 'Syncing User Data from %s to FluentCommunity' => __('Syncing User Data from %s to FluentCommunity', 'fluent-community'),
1656 1853 'System' => __('System', 'fluent-community'),
1854 + 'Template' => __('Template', 'fluent-community'),
1657 1855 'Terms' => __('Terms', 'fluent-community'),
1658 1856 'Text' => __('Text', 'fluent-community'),
1659 1857 'Text Color' => __('Text Color', 'fluent-community'),
1660 1858 /* translators: %s is the name of the provider for migration */
1661 1859 'The %s groups will be created with the same name and users, posts, comments, reactions will be migrated to FluentCommunity.' => __('The %s groups will be created with the same name and users, posts, comments, reactions will be migrated to FluentCommunity.', 'fluent-community'),
1860 + 'The SDK values plus a service account.' => __('The SDK values plus a service account.', 'fluent-community'),
1662 1861 'The Title of the Video' => __('The Title of the Video', 'fluent-community'),
1663 1862 'The URLs of this course lessons will be changed to the new slug. If you have lots of lessons and sections in this course, you should not change it. Are you sure you want to change it?' => __('The URLs of this course lessons will be changed to the new slug. If you have lots of lessons and sections in this course, you should not change it. Are you sure you want to change it?', 'fluent-community'),
1664 1863 'The URLs of this space posts will be changed to the new slug. If you have lots of contents in this space, you should not change it. Are you sure you want to change it?' => __('The URLs of this space posts will be changed to the new slug. If you have lots of contents in this space, you should not change it. Are you sure you want to change it?', 'fluent-community'),
1665 1864 'The button background color of the form' => __('The button background color of the form', 'fluent-community'),
1666 1865 'The button text color of the form' => __('The button text color of the form', 'fluent-community'),
1866 + 'The companion plugin that delivers push.' => __('The companion plugin that delivers push.', 'fluent-community'),
1667 1867 'The date and time is based on your site\'s Timezone' => __('The date and time is based on your site\'s Timezone', 'fluent-community'),
1668 1868 'The email address is required!' => __('The email address is required!', 'fluent-community'),
1669 1869 'The feature video is managed by the FluentPlayer block in the lesson editor.' => __('The feature video is managed by the FluentPlayer block in the lesson editor.', 'fluent-community'),
1670 - 'The file must be a valid video type (MP4, M3U8, MPD, WebM, MOV)' => __('The file must be a valid video type (MP4, M3U8, MPD, WebM, MOV)', 'fluent-community'),
1870 + 'The file must be a valid audio type (MP3, WAV, M4A, AAC, OGG, FLAC)' => __('The file must be a valid audio type (MP3, WAV, M4A, AAC, OGG, FLAC)', 'fluent-community'),
1871 + 'The file must be a valid video type (MP4, WebM, MOV)' => __('The file must be a valid video type (MP4, WebM, MOV)', 'fluent-community'),
1671 1872 'The following data will be migrated to FluentCommunity' => __('The following data will be migrated to FluentCommunity', 'fluent-community'),
1672 1873 'The main background color of the form' => __('The main background color of the form', 'fluent-community'),
1874 + 'The page you are looking for does not exist or has been removed.' => __('The page you are looking for does not exist or has been removed.', 'fluent-community'),
1673 1875 'The post URL may be incorrect' => __('The post URL may be incorrect', 'fluent-community'),
1674 1876 'The post has been deleted' => __('The post has been deleted', 'fluent-community'),
1675 1877 'The requested page could not be found' => __('The requested page could not be found', 'fluent-community'),
1676 1878 'The selected layout will be applied for all members. They cannot switch to a different view.' => __('The selected layout will be applied for all members. They cannot switch to a different view.', 'fluent-community'),
@@ -1680,8 +1882,9 @@
1680 1882 'The title color of the form' => __('The title color of the form', 'fluent-community'),
1681 1883 'The user cannot access the portal.' => __('The user cannot access the portal.', 'fluent-community'),
1682 1884 'The user profile you are looking for does not exist or has been removed.' => __('The user profile you are looking for does not exist or has been removed.', 'fluent-community'),
1683 1885 'The verification string does not match' => __('The verification string does not match', 'fluent-community'),
1886 + 'These apply to members who have not set their own preference. A member who changes a setting keeps their choice.' => __('These apply to members who have not set their own preference. A member who changes a setting keeps their choice.', 'fluent-community'),
1684 1887 'These files will be available to your students to view and download' => __('These files will be available to your students to view and download', 'fluent-community'),
1685 1888 'These settings will be applied across all spaces you\'re a member of.' => __('These settings will be applied across all spaces you\'re a member of.', 'fluent-community'),
1686 1889 /* translators: %1$s is the type of the content, %2$s is the number of report */
1687 1890 'This %1$s has been flagged with %2$s report' => __('This %1$s has been flagged with %2$s report', 'fluent-community'),
@@ -1699,8 +1902,9 @@
1699 1902 'This image will be used on social sharing preview. Recommended size: 1200 x 630 px' => __('This image will be used on social sharing preview. Recommended size: 1200 x 630 px', 'fluent-community'),
1700 1903 'This is a private course' => __('This is a private course', 'fluent-community'),
1701 1904 'This is a private space' => __('This is a private space', 'fluent-community'),
1702 1905 'This is the default settings that will be applied to all the community members. Individual members can override the settings for their own preference' => __('This is the default settings that will be applied to all the community members. Individual members can override the settings for their own preference', 'fluent-community'),
1906 + 'This is the icon members will install.' => __('This is the icon members will install.', 'fluent-community'),
1703 1907 'This is your default email sending frequency. Individual users can customize the frequency or disable the notification.' => __('This is your default email sending frequency. Individual users can customize the frequency or disable the notification.', 'fluent-community'),
1704 1908 'This lesson is locked.' => __('This lesson is locked.', 'fluent-community'),
1705 1909 /* translators: %s is the date the lesson will unlock */
1706 1910 'This lesson will be unlocked on %s' => __('This lesson will be unlocked on %s', 'fluent-community'),
@@ -1708,8 +1912,9 @@
1708 1912 'This link will be used to redirect the unenrolled or public users. This may be your sales page for this course' => __('This link will be used to redirect the unenrolled or public users. This may be your sales page for this course', 'fluent-community'),
1709 1913 'This may be due to one of the following reasons:' => __('This may be due to one of the following reasons:', 'fluent-community'),
1710 1914 'This member has not enrolled in any courses yet.' => __('This member has not enrolled in any courses yet.', 'fluent-community'),
1711 1915 'This page is only visible to non-members viewing a private space.' => __('This page is only visible to non-members viewing a private space.', 'fluent-community'),
1916 + 'This permanently deletes ALL current FluentCommunity data (posts, comments, reactions, media, activity, member profiles and community spaces) and cannot be undone.' => __('This permanently deletes ALL current FluentCommunity data (posts, comments, reactions, media, activity, member profiles and community spaces) and cannot be undone.', 'fluent-community'),
1712 1917 'This poll has ended.' => __('This poll has ended.', 'fluent-community'),
1713 1918 'This profile is private' => __('This profile is private', 'fluent-community'),
1714 1919 'This section will be displayed on the course landing page. Add extra details, notes, or instructions to help learners understand the course better.' => __('This section will be displayed on the course landing page. Add extra details, notes, or instructions to help learners understand the course better.', 'fluent-community'),
1715 1920 'This title will be used for the meta title and email notification references. It should match your site title.' => __('This title will be used for the meta title and email notification references. It should match your site title.', 'fluent-community'),
@@ -1714,8 +1919,9 @@
1714 1919 'This section will be displayed on the course landing page. Add extra details, notes, or instructions to help learners understand the course better.' => __('This section will be displayed on the course landing page. Add extra details, notes, or instructions to help learners understand the course better.', 'fluent-community'),
1715 1920 'This title will be used for the meta title and email notification references. It should match your site title.' => __('This title will be used for the meta title and email notification references. It should match your site title.', 'fluent-community'),
1716 1921 'This user deactivated his/her account from the self managed profile section. if you want to reactivate the account, please select an updated status.' => __('This user deactivated his/her account from the self managed profile section. if you want to reactivate the account, please select an updated status.', 'fluent-community'),
1717 1922 'This user isn\'t following anyone yet. Once they follow accounts, they\'ll show up here.' => __('This user isn\'t following anyone yet. Once they follow accounts, they\'ll show up here.', 'fluent-community'),
1923 + 'This video could not be played.' => __('This video could not be played.', 'fluent-community'),
1718 1924 'This will approve the content and make it visible to the community. Continue?' => __('This will approve the content and make it visible to the community. Continue?', 'fluent-community'),
1719 1925 'This will be displayed under the title in the topic when selecting in post creation form' => __('This will be displayed under the title in the topic when selecting in post creation form', 'fluent-community'),
1720 1926 'This will deactivate your account' => __('This will deactivate your account', 'fluent-community'),
1721 1927 'This will dismiss all reports and keep the content published. Continue?' => __('This will dismiss all reports and keep the content published. Continue?', 'fluent-community'),
@@ -1721,8 +1927,9 @@
1721 1927 'This will dismiss all reports and keep the content published. Continue?' => __('This will dismiss all reports and keep the content published. Continue?', 'fluent-community'),
1722 1928 'This will publish the content and make it visible to the community. Continue?' => __('This will publish the content and make it visible to the community. Continue?', 'fluent-community'),
1723 1929 'This will reset your progress for this course to 0%. Continue?' => __('This will reset your progress for this course to 0%. Continue?', 'fluent-community'),
1724 1930 'This will unpublish the content from public view. Continue?' => __('This will unpublish the content from public view. Continue?', 'fluent-community'),
1931 + 'Thumbnail' => __('Thumbnail', 'fluent-community'),
1725 1932 'Thumbnail / Open Graph Image' => __('Thumbnail / Open Graph Image', 'fluent-community'),
1726 1933 'Thumbnail / Open Graph Image (Recommended Size: 1200 x 630)' => __('Thumbnail / Open Graph Image (Recommended Size: 1200 x 630)', 'fluent-community'),
1727 1934 'Time' => __('Time', 'fluent-community'),
1728 1935 'Time to send the digest email' => __('Time to send the digest email', 'fluent-community'),
@@ -1739,9 +1946,9 @@
1739 1946 'To join the discussion of this community, please login or signup' => __('To join the discussion of this community, please login or signup', 'fluent-community'),
1740 1947 'To monetize your ' => __('To monetize your ', 'fluent-community'),
1741 1948 'Toggle Bookmark' => __('Toggle Bookmark', 'fluent-community'),
1742 1949 'Toggle Sticky' => __('Toggle Sticky', 'fluent-community'),
1743 - 'Toggle sidebar' => __('Toggle sidebar', 'fluent-community'),
1950 + 'Toggle lessons' => __('Toggle lessons', 'fluent-community'),
1744 1951 'Tools' => __('Tools', 'fluent-community'),
1745 1952 'Top 10 spaces with most activities' => __('Top 10 spaces with most activities', 'fluent-community'),
1746 1953 'Top Commenters' => __('Top Commenters', 'fluent-community'),
1747 1954 'Top Links (At Sidebar)' => __('Top Links (At Sidebar)', 'fluent-community'),
@@ -1768,8 +1975,9 @@
1768 1975 'Try searching for keywords in posts' => __('Try searching for keywords in posts', 'fluent-community'),
1769 1976 'Turn On Push Notifications' => __('Turn On Push Notifications', 'fluent-community'),
1770 1977 'Turn off Email Notification of This User' => __('Turn off Email Notification of This User', 'fluent-community'),
1771 1978 'Turn on Email Notification of This User' => __('Turn on Email Notification of This User', 'fluent-community'),
1979 + 'Turn your community into an installable mobile app with your own name, icon and colors, plus an Install App option right in the portal menu.' => __('Turn your community into an installable mobile app with your own name, icon and colors, plus an Install App option right in the portal menu.', 'fluent-community'),
1772 1980 'Type' => __('Type', 'fluent-community'),
1773 1981 /* translators: %s is the text to confirm the action */
1774 1982 'Type %s to confirm' => __('Type %s to confirm', 'fluent-community'),
1775 1983 'Type a valid email to invite.' => __('Type a valid email to invite.', 'fluent-community'),
@@ -1778,12 +1986,8 @@
1778 1986 'Type your message here!' => __('Type your message here!', 'fluent-community'),
1779 1987 'Type:' => __('Type:', 'fluent-community'),
1780 1988 'URL' => __('URL', 'fluent-community'),
1781 1989 'URL cannot be empty.' => __('URL cannot be empty.', 'fluent-community'),
1782 - 'URL cannot contain spaces.' => __('URL cannot contain spaces.', 'fluent-community'),
1783 - 'URL contains a blocked protocol (javascript:, data:, vbscript:).' => __('URL contains a blocked protocol (javascript:, data:, vbscript:).', 'fluent-community'),
1784 - 'URL must have a domain name (e.g. example.com).' => __('URL must have a domain name (e.g. example.com).', 'fluent-community'),
1785 - 'URL must start with http:// or https://' => __('URL must start with http:// or https://', 'fluent-community'),
1786 1990 'URL of the link' => __('URL of the link', 'fluent-community'),
1787 1991 'URL or path (e.g. https://example.com or /members)' => __('URL or path (e.g. https://example.com or /members)', 'fluent-community'),
1788 1992 'URL or path cannot be empty.' => __('URL or path cannot be empty.', 'fluent-community'),
1789 1993 'Unable to load welcome banner settings. Please try again.' => __('Unable to load welcome banner settings. Please try again.', 'fluent-community'),
@@ -1788,9 +1992,13 @@
1788 1992 'URL or path cannot be empty.' => __('URL or path cannot be empty.', 'fluent-community'),
1789 1993 'Unable to load welcome banner settings. Please try again.' => __('Unable to load welcome banner settings. Please try again.', 'fluent-community'),
1790 1994 'Unblock' => __('Unblock', 'fluent-community'),
1791 1995 'Uncategorized' => __('Uncategorized', 'fluent-community'),
1996 + /* translators: %1$s and %2$s are the opening and closing tags of the button that reveals the raw error */
1997 + 'Unexpected error from server. Please check browser console. %1$sClick to view details.%2$s' => __('Unexpected error from server. Please check browser console. %1$sClick to view details.%2$s', 'fluent-community'),
1792 1998 'Unfollow' => __('Unfollow', 'fluent-community'),
1999 + 'Unlist Post' => __('Unlist Post', 'fluent-community'),
2000 + 'Unlisted' => __('Unlisted', 'fluent-community'),
1793 2001 'Unlock potential by creating new feeds and earning points for likes. Advance in rank based on your total points using this module' => __('Unlock potential by creating new feeds and earning points for likes. Advance in rank based on your total points using this module', 'fluent-community'),
1794 2002 'Unlock potential by using Giphy when creating a new article, post, or comment' => __('Unlock potential by using Giphy when creating a new article, post, or comment', 'fluent-community'),
1795 2003 'Unlock section after' => __('Unlock section after', 'fluent-community'),
1796 2004 'Unpin from Top' => __('Unpin from Top', 'fluent-community'),
@@ -1813,26 +2021,30 @@
1813 2021 'Update Role' => __('Update Role', 'fluent-community'),
1814 2022 'Update Status' => __('Update Status', 'fluent-community'),
1815 2023 'Update Topic' => __('Update Topic', 'fluent-community'),
1816 2024 'Update Webhook' => __('Update Webhook', 'fluent-community'),
2025 + 'Update the password you use to log in.' => __('Update the password you use to log in.', 'fluent-community'),
1817 2026 'Upgrade' => __('Upgrade', 'fluent-community'),
1818 2027 'Upgrade Now' => __('Upgrade Now', 'fluent-community'),
1819 2028 'Upgrade to Pro' => __('Upgrade to Pro', 'fluent-community'),
1820 2029 'Upgrade to Pro and unlock this feature and many others!' => __('Upgrade to Pro and unlock this feature and many others!', 'fluent-community'),
1821 2030 'Upload' => __('Upload', 'fluent-community'),
2031 + 'Upload Audio' => __('Upload Audio', 'fluent-community'),
1822 2032 'Upload Cover' => __('Upload Cover', 'fluent-community'),
1823 2033 'Upload Documents' => __('Upload Documents', 'fluent-community'),
1824 2034 'Upload Files' => __('Upload Files', 'fluent-community'),
1825 2035 'Upload Image' => __('Upload Image', 'fluent-community'),
1826 2036 'Upload Logo' => __('Upload Logo', 'fluent-community'),
2037 + 'Upload Media' => __('Upload Media', 'fluent-community'),
1827 2038 'Upload Photo' => __('Upload Photo', 'fluent-community'),
1828 2039 'Upload Video' => __('Upload Video', 'fluent-community'),
1829 2040 'Upload a banner image at the top of the question. Recommended image dimension: 1080x420' => __('Upload a banner image at the top of the question. Recommended image dimension: 1080x420', 'fluent-community'),
2041 + 'Upload a square image. Anything larger than 512x512 is scaled down, because browsers reject oversized icons and the install option then never appears.' => __('Upload a square image. Anything larger than 512x512 is scaled down, because browsers reject oversized icons and the install option then never appears.', 'fluent-community'),
1830 2042 'Upload image' => __('Upload image', 'fluent-community'),
1831 2043 'Upload new' => __('Upload new', 'fluent-community'),
1832 2044 /* translators: %s is the number of files */
1833 2045 'Uploaded %s files' => __('Uploaded %s files', 'fluent-community'),
1834 - 'Uploading video...' => __('Uploading video...', 'fluent-community'),
2046 + 'Uploading media...' => __('Uploading media...', 'fluent-community'),
1835 2047 'Uploading...' => __('Uploading...', 'fluent-community'),
1836 2048 'Usage' => __('Usage', 'fluent-community'),
1837 2049 /* translators: %1$s is the tag to insert dynamic notification settings URL, %2$s is the Smartcode for Site Name with permalink */
1838 2050 'Use %1$s tag to insert dynamic notification settings URL. Other Smartcode: %2$s for Site Name with permalink' => __('Use %1$s tag to insert dynamic notification settings URL. Other Smartcode: %2$s for Site Name with permalink', 'fluent-community'),
@@ -1842,8 +2054,9 @@
1842 2054 'Use Gravatar Photo Service for default user photo' => __('Use Gravatar Photo Service for default user photo', 'fluent-community'),
1843 2055 'Use Modal UI for quick post view' => __('Use Modal UI for quick post view', 'fluent-community'),
1844 2056 'Use Pusher.com for WebSocket connections' => __('Use Pusher.com for WebSocket connections', 'fluent-community'),
1845 2057 'Use a custom Pusher-compatible WebSocket server (e.g., Soketi)' => __('Use a custom Pusher-compatible WebSocket server (e.g., Soketi)', 'fluent-community'),
2058 + 'Use comma-separated words. If these words found then the content will go in review state.' => __('Use comma-separated words. If these words found then the content will go in review state.', 'fluent-community'),
1846 2059 'Use custom signup URL instead of default signup page' => __('Use custom signup URL instead of default signup page', 'fluent-community'),
1847 2060 'Use emojis to add a personal touch and make your new article, post, or comment more expressive' => __('Use emojis to add a personal touch and make your new article, post, or comment more expressive', 'fluent-community'),
1848 2061 'Use the built-in Fluent Socket server. You can create your free credentials at' => __('Use the built-in Fluent Socket server. You can create your free credentials at', 'fluent-community'),
1849 2062 'User' => __('User', 'fluent-community'),
@@ -1849,8 +2062,10 @@
1849 2062 'User' => __('User', 'fluent-community'),
1850 2063 'User Badge Module' => __('User Badge Module', 'fluent-community'),
1851 2064 'User Badge Settings' => __('User Badge Settings', 'fluent-community'),
1852 2065 'User Badges' => __('User Badges', 'fluent-community'),
2066 + 'User Info' => __('User Info', 'fluent-community'),
2067 + 'User Level' => __('User Level', 'fluent-community'),
1853 2068 'User Profile Badge' => __('User Profile Badge', 'fluent-community'),
1854 2069 'User Roles' => __('User Roles', 'fluent-community'),
1855 2070 'User can change the layout style to their own preference.' => __('User can change the layout style to their own preference.', 'fluent-community'),
1856 2071 'User not registered:' => __('User not registered:', 'fluent-community'),
@@ -1858,8 +2073,9 @@
1858 2073 'Users' => __('Users', 'fluent-community'),
1859 2074 'Users can choose multiple options' => __('Users can choose multiple options', 'fluent-community'),
1860 2075 'Valid Email address' => __('Valid Email address', 'fluent-community'),
1861 2076 'Verified' => __('Verified', 'fluent-community'),
2077 + 'Verified account' => __('Verified account', 'fluent-community'),
1862 2078 'Video' => __('Video', 'fluent-community'),
1863 2079 'Videos' => __('Videos', 'fluent-community'),
1864 2080 'View' => __('View', 'fluent-community'),
1865 2081 'View All' => __('View All', 'fluent-community'),
@@ -1874,9 +2090,11 @@
1874 2090 'View actions' => __('View actions', 'fluent-community'),
1875 2091 'View all courses' => __('View all courses', 'fluent-community'),
1876 2092 'View comment actions' => __('View comment actions', 'fluent-community'),
1877 2093 'View more comments' => __('View more comments', 'fluent-community'),
2094 + 'View page' => __('View page', 'fluent-community'),
1878 2095 'View pending members' => __('View pending members', 'fluent-community'),
2096 + 'View post' => __('View post', 'fluent-community'),
1879 2097 'Visibility' => __('Visibility', 'fluent-community'),
1880 2098 'Visibility:' => __('Visibility:', 'fluent-community'),
1881 2099 'Visible' => __('Visible', 'fluent-community'),
1882 2100 'Volume' => __('Volume', 'fluent-community'),
@@ -1882,8 +2100,9 @@
1882 2100 'Volume' => __('Volume', 'fluent-community'),
1883 2101 'WP Users' => __('WP Users', 'fluent-community'),
1884 2102 'Want to use awesome GIFs? Upgrade to Pro plan now and enjoy surfing on FluentCommunity' => __('Want to use awesome GIFs? Upgrade to Pro plan now and enjoy surfing on FluentCommunity', 'fluent-community'),
1885 2103 'Warning' => __('Warning', 'fluent-community'),
2104 + 'Watch the video to complete this lesson' => __('Watch the video to complete this lesson', 'fluent-community'),
1886 2105 'We have saved your quiz results.' => __('We have saved your quiz results.', 'fluent-community'),
1887 2106 'Webhook URL' => __('Webhook URL', 'fluent-community'),
1888 2107 'Website' => __('Website', 'fluent-community'),
1889 2108 'Website URL' => __('Website URL', 'fluent-community'),
@@ -1893,16 +2112,20 @@
1893 2112 'Welcome Banner' => __('Welcome Banner', 'fluent-community'),
1894 2113 /* translators: %s is the user's first name */
1895 2114 'What\'s happening, %s' => __('What\'s happening, %s', 'fluent-community'),
1896 2115 'When creating a new post, check if the post title is required or not' => __('When creating a new post, check if the post title is required or not', 'fluent-community'),
2116 + 'When enabled, FluentCommunity will skip email notifications for members whose FluentCRM contact status is bounced, complained, or spammed.' => __('When enabled, FluentCommunity will skip email notifications for members whose FluentCRM contact status is bounced, complained, or spammed.', 'fluent-community'),
1897 2117 'When enabled, all space groups in the left sidebar will be collapsed by default. Users can still expand them manually.' => __('When enabled, all space groups in the left sidebar will be collapsed by default. Users can still expand them manually.', 'fluent-community'),
1898 2118 'When enabled, members can change their email address of the account (WordPress User account).' => __('When enabled, members can change their email address of the account (WordPress User account).', 'fluent-community'),
2119 + 'When enabled, members can change their password from their profile settings. Disable this if you enforce a strong password policy elsewhere.' => __('When enabled, members can change their password from their profile settings. Disable this if you enforce a strong password policy elsewhere.', 'fluent-community'),
1899 2120 'When enabled, members can change their username on their own. Otherwise, an admin or moderator can change the username.' => __('When enabled, members can change their username on their own. Otherwise, an admin or moderator can change the username.', 'fluent-community'),
2121 + 'When enabled, reported and pending content will appear here for review.' => __('When enabled, reported and pending content will appear here for review.', 'fluent-community'),
1900 2122 'When enabled, the Gravatar Photo Service automatically fetches user avatars based on their email address. Gravatar is a built-in feature of WP and powered by WordPress.com' => __('When enabled, the Gravatar Photo Service automatically fetches user avatars based on their email address. Gravatar is a built-in feature of WP and powered by WordPress.com', 'fluent-community'),
1901 2123 'When enabled, the page header will remain visible at the top of the screen as users scroll down the page.' => __('When enabled, the page header will remain visible at the top of the screen as users scroll down the page.', 'fluent-community'),
1902 2124 'When enabled, this option allows users to deactivate their account directly from their profile settings.' => __('When enabled, this option allows users to deactivate their account directly from their profile settings.', 'fluent-community'),
1903 2125 'When enabled, updates to a community user\'s profile will automatically sync with their WordPress user data. Disable this to prevent automatic syncing. Enabling this is recommended.' => __('When enabled, updates to a community user\'s profile will automatically sync with their WordPress user data. Disable this to prevent automatic syncing. Enabling this is recommended.', 'fluent-community'),
1904 2126 'When enabled, users will be automatically logged in to the portal when they click on the email notification links. This feature is secure and uses signed URLs. User with post edit access will not be logged in automatically.' => __('When enabled, users will be automatically logged in to the portal when they click on the email notification links. This feature is secure and uses signed URLs. User with post edit access will not be logged in automatically.', 'fluent-community'),
2127 + 'When off, this community sends no push notifications. FluentNotify keeps working for everything else.' => __('When off, this community sends no push notifications. FluentNotify keeps working for everything else.', 'fluent-community'),
1905 2128 'Who Can Upload Videos' => __('Who Can Upload Videos', 'fluent-community'),
1906 2129 'Who can access the portal.' => __('Who can access the portal.', 'fluent-community'),
1907 2130 'Who can initiate an one-to-one message with the other members?' => __('Who can initiate an one-to-one message with the other members?', 'fluent-community'),
1908 2131 'Who can see the followers list on the user\'s profile?' => __('Who can see the followers list on the user\'s profile?', 'fluent-community'),
@@ -1918,8 +2141,9 @@
1918 2141 /* translators: %s is the date the poll will end */
1919 2142 'Will end at: %s' => __('Will end at: %s', 'fluent-community'),
1920 2143 'Write a comment' => __('Write a comment', 'fluent-community'),
1921 2144 'Write a reply' => __('Write a reply', 'fluent-community'),
2145 + 'Write a short bio about yourself' => __('Write a short bio about yourself', 'fluent-community'),
1922 2146 'Write something here...' => __('Write something here...', 'fluent-community'),
1923 2147 'Write the email message' => __('Write the email message', 'fluent-community'),
1924 2148 'Write your answer here...' => __('Write your answer here...', 'fluent-community'),
1925 2149 'Write your question here' => __('Write your question here', 'fluent-community'),
@@ -1940,8 +2164,11 @@
1940 2164 'Yes, restart' => __('Yes, restart', 'fluent-community'),
1941 2165 'You' => __('You', 'fluent-community'),
1942 2166 'You are not allowed to upload media here.' => __('You are not allowed to upload media here.', 'fluent-community'),
1943 2167 'You aren\'t following anyone yet. Start following other members to connect and keep up with their activity!' => __('You aren\'t following anyone yet. Start following other members to connect and keep up with their activity!', 'fluent-community'),
2168 + /* translators: %s is the maximum number of audio files allowed per post */
2169 + 'You can add a maximum of %s audios per post.' => __('You can add a maximum of %s audios per post.', 'fluent-community'),
2170 + 'You can only manage your own notification preferences.' => __('You can only manage your own notification preferences.', 'fluent-community'),
1944 2171 /* translators: %s is the maximum number of images per post */
1945 2172 'You can upload a maximum of %s images per post.' => __('You can upload a maximum of %s images per post.', 'fluent-community'),
1946 2173 'You can use this Webhook URL to send POST request to trigger the actions' => __('You can use this Webhook URL to send POST request to trigger the actions', 'fluent-community'),
1947 2174 /* translators: %s is the tag to insert custom CSS */
@@ -1949,8 +2176,9 @@
1949 2176 'You can write your custom JavaScript (with script tag), analytics code, and more here for the portal' => __('You can write your custom JavaScript (with script tag), analytics code, and more here for the portal', 'fluent-community'),
1950 2177 'You cannot delete a group with spaces. Please move the spaces to a different group first.' => __('You cannot delete a group with spaces. Please move the spaces to a different group first.', 'fluent-community'),
1951 2178 /* translators: %s is the number of scheduled posts */
1952 2179 'You currently have %s scheduled posts to be published' => __('You currently have %s scheduled posts to be published', 'fluent-community'),
2180 + 'You do not have permission to manage this space' => __('You do not have permission to manage this space', 'fluent-community'),
1953 2181 'You do not have permission to view all members' => __('You do not have permission to view all members', 'fluent-community'),
1954 2182 'You do not have permission to view invitations' => __('You do not have permission to view invitations', 'fluent-community'),
1955 2183 'You do not have permission to view the leaderboard' => __('You do not have permission to view the leaderboard', 'fluent-community'),
1956 2184 'You do not have permission to view this page' => __('You do not have permission to view this page', 'fluent-community'),
@@ -1955,13 +2183,13 @@
1955 2183 'You do not have permission to view the leaderboard' => __('You do not have permission to view the leaderboard', 'fluent-community'),
1956 2184 'You do not have permission to view this page' => __('You do not have permission to view this page', 'fluent-community'),
1957 2185 'You do not have permission to view this post' => __('You do not have permission to view this post', 'fluent-community'),
1958 2186 'You do not have permission to view this profile\'s content.' => __('You do not have permission to view this profile\'s content.', 'fluent-community'),
1959 - 'You have blocked or denied notifications for this site. Please reset permission and then click \"Retry Button\" to receive push notifications.' => __('You have blocked or denied notifications for this site. Please reset permission and then click \"Retry Button\" to receive push notifications.', 'fluent-community'),
1960 2187 'You have cancelled the action.' => __('You have cancelled the action.', 'fluent-community'),
1961 2188 'You have no scheduled posts to be published' => __('You have no scheduled posts to be published', 'fluent-community'),
1962 2189 'You have successfully subscribed to push notifications.' => __('You have successfully subscribed to push notifications.', 'fluent-community'),
1963 2190 'You have unsaved changes. Are you sure you want to close this?' => __('You have unsaved changes. Are you sure you want to close this?', 'fluent-community'),
2191 + 'You have unsaved changes. Are you sure you want to close?' => __('You have unsaved changes. Are you sure you want to close?', 'fluent-community'),
1964 2192 'You have unsaved changes. Closing will discard them. Continue?' => __('You have unsaved changes. Closing will discard them. Continue?', 'fluent-community'),
1965 2193 'You haven\'t finished your comment yet. Do you want to leave without finishing?' => __('You haven\'t finished your comment yet. Do you want to leave without finishing?', 'fluent-community'),
1966 2194 'You haven\'t finished your post yet. Do you want to leave without finishing?' => __('You haven\'t finished your post yet. Do you want to leave without finishing?', 'fluent-community'),
1967 2195 /* translators: %s is the text to confirm the action */
@@ -1966,18 +2194,15 @@
1966 2194 'You haven\'t finished your post yet. Do you want to leave without finishing?' => __('You haven\'t finished your post yet. Do you want to leave without finishing?', 'fluent-community'),
1967 2195 /* translators: %s is the text to confirm the action */
1968 2196 'You must type %s to confirm' => __('You must type %s to confirm', 'fluent-community'),
1969 2197 'You need to enroll in this course to access this lesson' => __('You need to enroll in this course to access this lesson', 'fluent-community'),
2198 + 'You need to enroll in this course to take this quiz.' => __('You need to enroll in this course to take this quiz.', 'fluent-community'),
1970 2199 'You need to upgrade to Pro to upload documents' => __('You need to upgrade to Pro to upload documents', 'fluent-community'),
1971 2200 'You should enable this. Currently disabled.' => __('You should enable this. Currently disabled.', 'fluent-community'),
1972 - 'You will get a digest email with curated activities in the community' => __('You will get a digest email with curated activities in the community', 'fluent-community'),
1973 2201 /* translators: %s is the frequency of the email notifications */
1974 2202 'You will get email notifications on new messages from your last notification. Frequency: %s' => __('You will get email notifications on new messages from your last notification. Frequency: %s', 'fluent-community'),
1975 2203 'You will get push notifications on replies and important updates.' => __('You will get push notifications on replies and important updates.', 'fluent-community'),
1976 2204 'You will not get any email on new messages from any members' => __('You will not get any email on new messages from any members', 'fluent-community'),
1977 - 'You will receive an email when someone leaves a comment on your post.' => __('You will receive an email when someone leaves a comment on your post.', 'fluent-community'),
1978 - 'You will receive an email when someone mentions you in a comment or post.' => __('You will receive an email when someone mentions you in a comment or post.', 'fluent-community'),
1979 - 'You will receive an email when someone replies to your comments.' => __('You will receive an email when someone replies to your comments.', 'fluent-community'),
1980 2205 'Your Bookmarks' => __('Your Bookmarks', 'fluent-community'),
1981 2206 'Your CSS Code' => __('Your CSS Code', 'fluent-community'),
1982 2207 'Your Course Title' => __('Your Course Title', 'fluent-community'),
1983 2208 'Your Group Title' => __('Your Group Title', 'fluent-community'),
@@ -1989,8 +2214,10 @@
1989 2214 'Your affiliate ID' => __('Your affiliate ID', 'fluent-community'),
1990 2215 'Your app ID' => __('Your app ID', 'fluent-community'),
1991 2216 'Your app key' => __('Your app key', 'fluent-community'),
1992 2217 'Your app secret' => __('Your app secret', 'fluent-community'),
2218 + 'Your community name' => __('Your community name', 'fluent-community'),
2219 + 'Your email notifications are currently paused' => __('Your email notifications are currently paused', 'fluent-community'),
1993 2220 'Your enrolled courses will be shown here' => __('Your enrolled courses will be shown here', 'fluent-community'),
1994 2221 'Your files will be stored in the default Uploads folder' => __('Your files will be stored in the default Uploads folder', 'fluent-community'),
1995 2222 'Your members will have to complete each lesson' => __('Your members will have to complete each lesson', 'fluent-community'),
1996 2223 'Your option text' => __('Your option text', 'fluent-community'),
@@ -1999,8 +2226,10 @@
1999 2226 'Your post has been scheduled for %s. Please find the scheduled post from your profile' => __('Your post has been scheduled for %s. Please find the scheduled post from your profile', 'fluent-community'),
2000 2227 'Your request to join this course is pending' => __('Your request to join this course is pending', 'fluent-community'),
2001 2228 'Your saved posts' => __('Your saved posts', 'fluent-community'),
2002 2229 'Your session has expired due to inactivity. Please refresh the page to continue.' => __('Your session has expired due to inactivity. Please refresh the page to continue.', 'fluent-community'),
2230 + 'Zoom in' => __('Zoom in', 'fluent-community'),
2231 + 'Zoom out' => __('Zoom out', 'fluent-community'),
2003 2232 '__ALL_ADMIN_ACCESS_DESC' => __('All Administrators or edit_pages permissions users can access regardless of the selected roles', 'fluent-community'),
2004 2233 '__AUTO_FLAG_USER_REJECT_THRESHOLD_DESC' => __('After this many of a member\'s posts or comments are rejected by a moderator, all their future posts and comments require approval. Keep 0 to disable.', 'fluent-community'),
2005 2234 '__AUTO_FLAG_USER_REPORT_THRESHOLD_DESC' => __('After a member\'s content is reported by this many different members, all their future posts and comments require approval. Counts distinct reporters, not total reports; still unverified, so prefer the rejection threshold. Keep 0 to disable.', 'fluent-community'),
2006 2235 '__CLOUD_STORAGE_CONFIGURED' => __('Your cloud storage settings have been defined in the wp-config.php file. These cannot be edited.', 'fluent-community'),
@@ -2024,9 +2253,8 @@
2024 2253 '__PIBLIC_SPACE_DESC_2' => __('Any site member can see who\'s in the Space and what they post.', 'fluent-community'),
2025 2254 '__PRIVATE_COURSE_DESC' => __('Only members added by you or through automation can access the course. They can enroll by paying a fee.', 'fluent-community'),
2026 2255 '__PRIVATE_SPACE_DESC' => __('Anyone can view the basic info of the space. Only members can view & create posts.<br />Admin needs to approve the joining request.', 'fluent-community'),
2027 2256 '__PRIVATE_SPACE_DESC_2' => __('Only members can see who\'s in the space and what they post.', 'fluent-community'),
2028 - '__PROFANITY_FILTER_DESC' => __('Add the blocked words that you want to use for content filtering. Use comma-separated words. If these words found then the content will go in review state.', 'fluent-community'),
2029 2257 '__PUBLIC_SPACE_DESC' => __('Any member can view posts without joining. Only members can create posts', 'fluent-community'),
2030 2258 '__REPORT_PROMO__' => __('Content Moderation is available on the pro version of FluentCommunity. Please upgrade to Pro to use this feature.', 'fluent-community'),
2031 2259 '__SECRET_SPACE_DESC_2' => __('Only invited members can see who\'s in the space and what they post.', 'fluent-community'),
2032 2260 '__SELF_PAED_COURSE_DESC' => __('Course starts when a member enrolls. All content is available immediately.', 'fluent-community'),
@@ -2076,8 +2304,10 @@
2076 2304 'min' => __('min', 'fluent-community'),
2077 2305 'month' => __('month', 'fluent-community'),
2078 2306 'more rows' => __('more rows', 'fluent-community'),
2079 2307 'n/a' => __('n/a', 'fluent-community'),
2308 + 'of their posts or comments are rejected' => __('of their posts or comments are rejected', 'fluent-community'),
2309 + 'of their posts or comments are reported' => __('of their posts or comments are reported', 'fluent-community'),
2080 2310 'or' => __('or', 'fluent-community'),
2081 2311 'or paste link' => __('or paste link', 'fluent-community'),
2082 2312 'passed' => __('passed', 'fluent-community'),
2083 2313 'pending' => __('Pending', 'fluent-community'),
@@ -2091,8 +2321,9 @@
2091 2321 'sec' => __('sec', 'fluent-community'),
2092 2322 'space' => __('space', 'fluent-community'),
2093 2323 'spaces' => __('spaces', 'fluent-community'),
2094 2324 'the quiz.' => __('the quiz.', 'fluent-community'),
2325 + 'times' => __('times', 'fluent-community'),
2095 2326 'to install and activate FluentCart.' => __('to install and activate FluentCart.', 'fluent-community'),
2096 2327 'unavailable' => __('unavailable', 'fluent-community'),
2097 2328 'upload by clicking' => __('upload by clicking', 'fluent-community'),
2098 2329 'week' => __('week', 'fluent-community'),