PluginProbe
User Profile Builder – Beautiful User Registration Forms, User Profiles & User Role Editor / 4.0.3
User Profile Builder – Beautiful User Registration Forms, User Profiles & User Role Editor v4.0.3
4.0.3 4.0.2 4.0.1 4.0.0 3.16.6 3.16.5 3.16.4 3.16.3 3.16.2 3.16.1 3.16.0 3.15.9 3.9.9 3.9.5 3.9.6 3.9.7 3.9.8 1.1.7 1.1.8 1.1.9 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 All 341 releases
← All changes | translation/profile-builder.catalog.php +8 -2 4.0.0 → 4.0.3 View file →
@@ -362,9 +362,9 @@
362 362 <?php __("Use a simple upload field instead of the WordPress upload", "profile-builder"); ?>
363 363 <?php __("Allowed Upload Extensions", "profile-builder"); ?>
364 364 <?php __("Specify the extension(s) you want to limit to upload<br/>Example: .ext1,.ext2,.ext3<br/>If not specified, defaults to all WordPress allowed file extensions (.*)", "profile-builder"); ?>
365 365 <?php __("Avatar Size", "profile-builder"); ?>
366 -<?php __("Enter a value (between 20 and 200) for the size of the 'Avatar'<br/>If not specified, defaults to 100", "profile-builder"); ?>
366 +<?php __("Enter a value (between 20 and 800) for the size of the 'Avatar'<br/>If not specified, defaults to 100", "profile-builder"); ?>
367 367 <?php __("Maximum File Size (MB)", "profile-builder"); ?>
368 368 <?php __("Specify the maximum file size allowed for upload (in MB)<br/>If not specified, defaults to the server maximum upload size", "profile-builder"); ?>
369 369 <?php __("Date-format", "profile-builder"); ?>
370 370 <?php __("Specify the format of the date when using Datepicker<br/>Valid options: mm/dd/yy, mm/yy/dd, dd/yy/mm, dd/mm/yy, yy/dd/mm, yy/mm/dd, mm-dd-yy, yy-mm-dd, D, dd M yy, D, d M y, DD, dd-M-y, D, d M yy, mm/yy, mm/dd, dd/mm, @<br/>If not specified, defaults to mm/dd/yy<br/>ATTENTION: if you plan to use this field for sorting, please make sure to use year first, then month, and day last.", "profile-builder"); ?>
@@ -874,9 +874,9 @@
874 874 <?php __("You must select a field\n", "profile-builder"); ?>
875 875 <?php __("Please choose a different field type as this one already exists in your form (must be unique)\n", "profile-builder"); ?>
876 876 <?php __("You cannot have both a reCAPTCHA and a Turnstile field! Please remove the other existing field first.\n", "profile-builder"); ?>
877 877 <?php __("The entered avatar size is not numerical\n", "profile-builder"); ?>
878 -<?php __("The entered avatar size is not between 20 and 200\n", "profile-builder"); ?>
878 +<?php __("The entered avatar size is not between 20 and 800\n", "profile-builder"); ?>
879 879 <?php __("The entered maximum file size is not a valid positive number\n", "profile-builder"); ?>
880 880 <?php __("You must enter a value for the row number\n", "profile-builder"); ?>
881 881 <?php __("The entered row number is not numerical\n", "profile-builder"); ?>
882 882 <?php __("You must enter the site key!\n", "profile-builder"); ?>
@@ -2361,8 +2361,10 @@
2361 2361 <?php __('Value must be a multiplier of %1$s', 'profile-builder' ); ?>
2362 2362 <?php __('Value must be greater than or equal to %1$s', 'profile-builder' ); ?>
2363 2363 <?php __('Value must be less than or equal to %1$s', 'profile-builder' ); ?>
2364 2364 <?php __("Required phone number format: ", "profile-builder"); ?>
2365 +<?php __("You can select at most %d option for this field", "profile-builder"); ?>
2366 +<?php __("You can select at most %d options for this field", "profile-builder"); ?>
2365 2367 <?php __("This display name is already in use. Please choose another one.", "profile-builder"); ?>
2366 2368 <?php __("Email address change request for %s", "profile-builder"); ?>
2367 2369 <?php __('Someone requested to change the email address for your account.<br/>If this was a mistake, just ignore this email and nothing will happen.<br/>To update your account email address to the one requested (%1$s), visit the following link: %2$s', 'profile-builder' ); ?>
2368 2370 <?php __("Your email address has been successfully updated!", "profile-builder"); ?>
@@ -2522,8 +2524,12 @@
2522 2524 <?php __("Registration Forms", "profile-builder"); ?>
2523 2525 <?php __("Edit Profile Forms", "profile-builder"); ?>
2524 2526 <?php __("Forms Editor", "profile-builder"); ?>
2525 2527 <?php __("Choose which editor handles each form type. The modern editor is the Gutenberg-based form-builder; the classic editor restores the legacy Multiple Registration / Edit Profile Forms interface.", "profile-builder"); ?>
2528 +<?php __("The Classic Editor plugin is active.", "profile-builder"); ?>
2529 +<?php __("It prevents the block editor from loading, so all Profile Builder forms currently use the Classic Form Design regardless of the setting below. Your saved choice is kept and applies again as soon as the block editor is available.", "profile-builder"); ?>
2530 +<?php __("To use the modern form editor, deactivate the Classic Editor plugin, or in %s set \"Default editor for all users\" to \"Block editor\" and \"Allow users to switch editors\" to \"No\".", "profile-builder"); ?>
2531 +<?php __("Settings → Writing", "profile-builder"); ?>
2526 2532 <?php __("Modern", "profile-builder"); ?>
2527 2533 <?php __("Classic", "profile-builder"); ?>
2528 2534 <?php __("Switching to Classic auto-enables the matching Multiple Forms module so its admin interface loads. Forms created in either editor read and write the same data, so you can switch back at any time.", "profile-builder"); ?>
2529 2535 <?php __("Notification Background Color - Success", "profile-builder"); ?>