Version Description
- Removed a create_function call for compatibility with php 7.2
- Changed some in-plugin notifications
Download this release
Release Info
Developer | madalin.ungureanu |
Plugin | User registration & user profile – Profile Builder |
Version | 2.9.8 |
Comparing to | |
See all releases |
Code changes from version 2.9.7 to 2.9.8
- admin/register-version.php +3 -3
- features/functions.php +6 -5
- index.php +2 -2
- readme.txt +5 -1
- translation/profile-builder.catalog.php +26 -12
- translation/profile-builder.pot +261 -205
admin/register-version.php
CHANGED
@@ -84,7 +84,7 @@ function wppb_serial_form($version, $fullname){
|
|
84 |
elseif ( $wppb_profile_builder_serial_status == 'serverDown' )
|
85 |
echo '<span class="validateStatus"><img src="'.WPPB_PLUGIN_URL.'/assets/images/icon_error.png" title="'.__( 'The serial number couldn\'t be validated because process timed out. This is possible due to the server being down. Please try again later!','profile-builder' ).'"/></span>';
|
86 |
?>
|
87 |
-
<span class="wppb-serialnumber-descr"><?php _e( '(e.g.
|
88 |
</p>
|
89 |
|
90 |
|
@@ -243,10 +243,10 @@ if ( $wppb_profile_builder_pro_hobbyist_serial_status == 'notFound' || $wppb_pro
|
|
243 |
new WPPB_add_notices( 'wppb', 'profile_builder_pro', sprintf( __( '<p>Your <strong>Profile Builder</strong> serial number is invalid or missing. <br/>Please %1$sregister your copy%2$s to receive access to automatic updates and support. Need a license key? %3$sPurchase one now%4$s</p>', 'profile-builder'), "<a href='". $register_url ."'>", "</a>", "<a href='https://www.cozmoslabs.com/wordpress-profile-builder/?utm_source=PB&utm_medium=dashboard&utm_campaign=PB-SN-Purchase' target='_blank' class='button-primary'>", "</a>" ), 'wppb_profile_builder_pro_serial_status' );
|
244 |
}
|
245 |
elseif ( $wppb_profile_builder_pro_hobbyist_serial_status == 'expired' ){
|
246 |
-
new WPPB_add_notices( 'wppb_expired', 'profile_builder_pro', sprintf( __( '<p>Your <strong>Profile Builder</strong> license has expired. <br/>Please %1$sRenew Your Licence%2$s to continue receiving access to product downloads, automatic updates and support. %3$sRenew now
|
247 |
}
|
248 |
elseif( strpos( $wppb_profile_builder_pro_hobbyist_serial_status, 'aboutToExpire' ) === 0 ){
|
249 |
$serial_status_parts = explode( '#', $wppb_profile_builder_pro_hobbyist_serial_status );
|
250 |
$date = $serial_status_parts[1];
|
251 |
-
new WPPB_add_notices( 'wppb_about_to_expire', 'profile_builder_pro', sprintf( __( '<p>Your <strong>Profile Builder</strong> license is about to expire on %5$s. <br/>Please %1$sRenew Your Licence%2$s to continue receiving access to product downloads, automatic updates and support. %3$sRenew now
|
252 |
}
|
84 |
elseif ( $wppb_profile_builder_serial_status == 'serverDown' )
|
85 |
echo '<span class="validateStatus"><img src="'.WPPB_PLUGIN_URL.'/assets/images/icon_error.png" title="'.__( 'The serial number couldn\'t be validated because process timed out. This is possible due to the server being down. Please try again later!','profile-builder' ).'"/></span>';
|
86 |
?>
|
87 |
+
<span class="wppb-serialnumber-descr"><?php _e( '(e.g. CLPB-15-SN-253a55baa4fbe7bf595b2aabb8d72985)', 'profile-builder' );?></span>
|
88 |
</p>
|
89 |
|
90 |
|
243 |
new WPPB_add_notices( 'wppb', 'profile_builder_pro', sprintf( __( '<p>Your <strong>Profile Builder</strong> serial number is invalid or missing. <br/>Please %1$sregister your copy%2$s to receive access to automatic updates and support. Need a license key? %3$sPurchase one now%4$s</p>', 'profile-builder'), "<a href='". $register_url ."'>", "</a>", "<a href='https://www.cozmoslabs.com/wordpress-profile-builder/?utm_source=PB&utm_medium=dashboard&utm_campaign=PB-SN-Purchase' target='_blank' class='button-primary'>", "</a>" ), 'wppb_profile_builder_pro_serial_status' );
|
244 |
}
|
245 |
elseif ( $wppb_profile_builder_pro_hobbyist_serial_status == 'expired' ){
|
246 |
+
new WPPB_add_notices( 'wppb_expired', 'profile_builder_pro', sprintf( __( '<p>Your <strong>Profile Builder</strong> license has expired. <br/>Please %1$sRenew Your Licence%2$s to continue receiving access to product downloads, automatic updates and support. %3$sRenew now %4$s %5$sDismiss%6$s</p>', 'profile-builder'), "<a href='https://www.cozmoslabs.com/account/?utm_source=PB&utm_medium=dashboard&utm_campaign=PB-Renewal' target='_blank'>", "</a>", "<a href='https://www.cozmoslabs.com/account/?utm_source=PB&utm_medium=dashboard&utm_campaign=PB-Renewal' target='_blank' class='button-primary'>", "</a>", "<a href='". esc_url( add_query_arg( 'wppb_expired_dismiss_notification', '0' ) ) ."' class='wppb-dismiss-notification'>", "</a>" ), 'wppb_profile_builder_pro_serial_status' );
|
247 |
}
|
248 |
elseif( strpos( $wppb_profile_builder_pro_hobbyist_serial_status, 'aboutToExpire' ) === 0 ){
|
249 |
$serial_status_parts = explode( '#', $wppb_profile_builder_pro_hobbyist_serial_status );
|
250 |
$date = $serial_status_parts[1];
|
251 |
+
new WPPB_add_notices( 'wppb_about_to_expire', 'profile_builder_pro', sprintf( __( '<p>Your <strong>Profile Builder</strong> license is about to expire on %5$s. <br/>Please %1$sRenew Your Licence%2$s to continue receiving access to product downloads, automatic updates and support. %3$sRenew now %4$s %6$sDismiss%7$s</p>', 'profile-builder'), "<a href='https://www.cozmoslabs.com/account/?utm_source=PB&utm_medium=dashboard&utm_campaign=PB-Renewal' target='_blank'>", "</a>", "<a href='https://www.cozmoslabs.com/account/?utm_source=PB&utm_medium=dashboard&utm_campaign=PB-Renewal' target='_blank' class='button-primary'>", "</a>", $date, "<a href='". esc_url( add_query_arg( 'wppb_about_to_expire_dismiss_notification', '0' ) )."' class='wppb-dismiss-notification'>", "</a>" ), 'wppb_profile_builder_pro_serial_status' );
|
252 |
}
|
features/functions.php
CHANGED
@@ -164,11 +164,7 @@ function wppb_mail( $to, $subject, $message, $message_from = null, $context = nu
|
|
164 |
|
165 |
if ( $send_email ) {
|
166 |
//we add this filter to enable html encoding
|
167 |
-
|
168 |
-
add_filter('wp_mail_content_type', create_function('', 'return "text/html"; '));
|
169 |
-
}else{
|
170 |
-
add_filter('wp_mail_content_type', function( $content_type ) { return 'text/html'; } );
|
171 |
-
}
|
172 |
|
173 |
$atts = apply_filters( 'wppb_mail', compact( 'to', 'subject', 'message', 'headers' ), $context );
|
174 |
|
@@ -182,6 +178,11 @@ function wppb_mail( $to, $subject, $message, $message_from = null, $context = nu
|
|
182 |
return '';
|
183 |
}
|
184 |
|
|
|
|
|
|
|
|
|
|
|
185 |
function wppb_activate_account_check(){
|
186 |
if ( ( isset( $_GET['activation_key'] ) ) && ( trim( $_GET['activation_key'] ) != '' ) ){
|
187 |
global $post;
|
164 |
|
165 |
if ( $send_email ) {
|
166 |
//we add this filter to enable html encoding
|
167 |
+
add_filter('wp_mail_content_type', 'wppb_html_content_type' );
|
|
|
|
|
|
|
|
|
168 |
|
169 |
$atts = apply_filters( 'wppb_mail', compact( 'to', 'subject', 'message', 'headers' ), $context );
|
170 |
|
178 |
return '';
|
179 |
}
|
180 |
|
181 |
+
/* return text/html as email content type. used in wp_mail_content_type filter */
|
182 |
+
function wppb_html_content_type( $content_type ){
|
183 |
+
return 'text/html';
|
184 |
+
}
|
185 |
+
|
186 |
function wppb_activate_account_check(){
|
187 |
if ( ( isset( $_GET['activation_key'] ) ) && ( trim( $_GET['activation_key'] ) != '' ) ){
|
188 |
global $post;
|
index.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Profile Builder
|
4 |
Plugin URI: https://www.cozmoslabs.com/wordpress-profile-builder/
|
5 |
Description: Login, registration and edit profile shortcodes for the front-end. Also you can choose what fields should be displayed or add new (custom) ones both in the front-end and in the dashboard.
|
6 |
-
Version: 2.9.
|
7 |
Author: Cozmoslabs
|
8 |
Author URI: https://www.cozmoslabs.com/
|
9 |
Text Domain: profile-builder
|
@@ -75,7 +75,7 @@ function wppb_free_plugin_init() {
|
|
75 |
*
|
76 |
*
|
77 |
*/
|
78 |
-
define('PROFILE_BUILDER_VERSION', '2.9.
|
79 |
define('WPPB_PLUGIN_DIR', plugin_dir_path(__FILE__));
|
80 |
define('WPPB_PLUGIN_URL', plugin_dir_url(__FILE__));
|
81 |
define('WPPB_PLUGIN_BASENAME', plugin_basename(__FILE__));
|
3 |
Plugin Name: Profile Builder
|
4 |
Plugin URI: https://www.cozmoslabs.com/wordpress-profile-builder/
|
5 |
Description: Login, registration and edit profile shortcodes for the front-end. Also you can choose what fields should be displayed or add new (custom) ones both in the front-end and in the dashboard.
|
6 |
+
Version: 2.9.8
|
7 |
Author: Cozmoslabs
|
8 |
Author URI: https://www.cozmoslabs.com/
|
9 |
Text Domain: profile-builder
|
75 |
*
|
76 |
*
|
77 |
*/
|
78 |
+
define('PROFILE_BUILDER_VERSION', '2.9.8' );
|
79 |
define('WPPB_PLUGIN_DIR', plugin_dir_path(__FILE__));
|
80 |
define('WPPB_PLUGIN_URL', plugin_dir_url(__FILE__));
|
81 |
define('WPPB_PLUGIN_BASENAME', plugin_basename(__FILE__));
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.cozmoslabs.com/wordpress-profile-builder/
|
|
4 |
Tags: user registration, user profile, user registration form, user fields, extra user fields, edit profile, user custom fields, front-end login, front-end edit profile, front-end user registration, email confirmation, login form, content restriction, restrict content, profile
|
5 |
Requires at least: 3.1
|
6 |
Tested up to: 5.1.1
|
7 |
-
Stable tag: 2.9.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -168,6 +168,10 @@ This plugin adds/removes user fields in the front-end. Both default and extra pr
|
|
168 |
12. Role Editor
|
169 |
|
170 |
== Changelog ==
|
|
|
|
|
|
|
|
|
171 |
= 2.9.7 =
|
172 |
* Fixed an issue with private website and login forms that didn't work even though they were on the allowed pages list
|
173 |
* Fixed a issue with the reCaptcha field on themes that did not enqueue jQuery
|
4 |
Tags: user registration, user profile, user registration form, user fields, extra user fields, edit profile, user custom fields, front-end login, front-end edit profile, front-end user registration, email confirmation, login form, content restriction, restrict content, profile
|
5 |
Requires at least: 3.1
|
6 |
Tested up to: 5.1.1
|
7 |
+
Stable tag: 2.9.8
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
168 |
12. Role Editor
|
169 |
|
170 |
== Changelog ==
|
171 |
+
= 2.9.8 =
|
172 |
+
* Removed a create_function call for compatibility with php 7.2
|
173 |
+
* Changed some in-plugin notifications
|
174 |
+
|
175 |
= 2.9.7 =
|
176 |
* Fixed an issue with private website and login forms that didn't work even though they were on the allowed pages list
|
177 |
* Fixed a issue with the reCaptcha field on themes that did not enqueue jQuery
|
translation/profile-builder.catalog.php
CHANGED
@@ -97,6 +97,7 @@
|
|
97 |
<?php __("Fields", "profile-builder"); ?>
|
98 |
<?php __("Userlisting", "profile-builder"); ?>
|
99 |
<?php __("Shortcodes", "profile-builder"); ?>
|
|
|
100 |
<?php __("Customization Toolbox", "profile-builder"); ?>
|
101 |
<?php __("Toolbox", "profile-builder"); ?>
|
102 |
<?php __("Settings", "profile-builder"); ?>
|
@@ -180,6 +181,7 @@
|
|
180 |
<?php __("Twitter API Secret", "profile-builder"); ?>
|
181 |
<?php __("LinkedIn Login", "profile-builder"); ?>
|
182 |
<?php __("LinkedIn Client ID", "profile-builder"); ?>
|
|
|
183 |
<?php __("Buttons Order", "profile-builder"); ?>
|
184 |
<?php __("Drag and drop the dots to re-order.", "profile-builder"); ?>
|
185 |
<?php __("Buttons Re-Order", "profile-builder"); ?>
|
@@ -1109,10 +1111,10 @@
|
|
1109 |
<?php __("The serial number couldn't be validated because it expired!", "profile-builder"); ?>
|
1110 |
<?php __(" Your serial number is expired, please %1$s Renew Your License%2$s.", "profile-builder"); ?>
|
1111 |
<?php __("The serial number couldn't be validated because process timed out. This is possible due to the server being down. Please try again later!", "profile-builder"); ?>
|
1112 |
-
<?php __("(e.g.
|
1113 |
<?php __("<p>Your <strong>Profile Builder</strong> serial number is invalid or missing. <br/>Please %1$sregister your copy%2$s to receive access to automatic updates and support. Need a license key? %3$sPurchase one now%4$s</p>", "profile-builder"); ?>
|
1114 |
-
<?php __("<p>Your <strong>Profile Builder</strong> license has expired. <br/>Please %1$sRenew Your Licence%2$s to continue receiving access to product downloads, automatic updates and support. %3$sRenew now
|
1115 |
-
<?php __("<p>Your <strong>Profile Builder</strong> license is about to expire on %5$s. <br/>Please %1$sRenew Your Licence%2$s to continue receiving access to product downloads, automatic updates and support. %3$sRenew now
|
1116 |
<?php __("GDPR Checkbox", "profile-builder"); ?>
|
1117 |
<?php __("I allow the website to collect and store the data I submit through this form.", "profile-builder"); ?>
|
1118 |
<?php __("Strength indicator", "profile-builder"); ?>
|
@@ -1205,6 +1207,10 @@
|
|
1205 |
<?php __("$text", "profile-builder"); ?>
|
1206 |
<?php __("This display name is already in use. Please choose another one.", "profile-builder"); ?>
|
1207 |
<?php __("Resend activation email", "profile-builder"); ?>
|
|
|
|
|
|
|
|
|
1208 |
<?php __("Automatically generate password for users", "profile-builder"); ?>
|
1209 |
<?php __("By checking this option, the password will be automatically generated and emailed to the user.", "profile-builder"); ?>
|
1210 |
<?php __("Modify 'Send Credentials' checkbox", "profile-builder"); ?>
|
@@ -1213,9 +1219,16 @@
|
|
1213 |
<?php __("By default, the user needs to choose if he wants to receive a registration email.", "profile-builder"); ?>
|
1214 |
<?php __("By checking the <strong>Hidden and checked</strong> option, the field won't be shown and the message will always be sent to the user.", "profile-builder"); ?>
|
1215 |
<?php __("If you choose to show the field, you can modify the default text by entering something in the field from above.", "profile-builder"); ?>
|
1216 |
-
<?php __("
|
1217 |
-
<?php __("
|
1218 |
-
<?php __("
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1219 |
<?php __("Unique 'Display Name' for users", "profile-builder"); ?>
|
1220 |
<?php __("By checking this option, users will not be able to choose a <strong>Display Name</strong> that is already used by another account.", "profile-builder"); ?>
|
1221 |
<?php __("Always capitalize 'First Name' and 'Last Name' default fields", "profile-builder"); ?>
|
@@ -1223,12 +1236,11 @@
|
|
1223 |
<?php __("eg.: <strong>John Doe</strong> instead of <strong>john doe</strong>", "profile-builder"); ?>
|
1224 |
<?php __("Datepicker starts on Monday", "profile-builder"); ?>
|
1225 |
<?php __("Will make all Datepickers use Monday as the first day of the week.", "profile-builder"); ?>
|
1226 |
-
<?php __("
|
1227 |
-
<?php __("
|
1228 |
-
<?php __("
|
1229 |
-
<?php __("
|
1230 |
-
<?php __("
|
1231 |
-
<?php __("Allows you to define some words which users cannot use in their Username, First Name or Last Name when registering.", "profile-builder"); ?>
|
1232 |
<?php __("Allow or deny email domains from registering", "profile-builder"); ?>
|
1233 |
<?php __("Type:", "profile-builder"); ?>
|
1234 |
<?php __("Allow", "profile-builder"); ?>
|
@@ -1238,6 +1250,8 @@
|
|
1238 |
<?php __("You should add only the domain in the list from above. eg.: gmail.com", "profile-builder"); ?>
|
1239 |
<?php __("Forms that should bypass Email Confirmation", "profile-builder"); ?>
|
1240 |
<?php __("Users registering through any of the selected forms will not need to confirm their email address.", "profile-builder"); ?>
|
|
|
|
|
1241 |
<?php __("Remember me checked by default", "profile-builder"); ?>
|
1242 |
<?php __("Check the 'Remember Me' checkbox on Login forms, by default.", "profile-builder"); ?>
|
1243 |
<?php __("Remove validation from back-end profile page", "profile-builder"); ?>
|
97 |
<?php __("Fields", "profile-builder"); ?>
|
98 |
<?php __("Userlisting", "profile-builder"); ?>
|
99 |
<?php __("Shortcodes", "profile-builder"); ?>
|
100 |
+
<?php __("Admin", "profile-builder"); ?>
|
101 |
<?php __("Customization Toolbox", "profile-builder"); ?>
|
102 |
<?php __("Toolbox", "profile-builder"); ?>
|
103 |
<?php __("Settings", "profile-builder"); ?>
|
181 |
<?php __("Twitter API Secret", "profile-builder"); ?>
|
182 |
<?php __("LinkedIn Login", "profile-builder"); ?>
|
183 |
<?php __("LinkedIn Client ID", "profile-builder"); ?>
|
184 |
+
<?php __("LinkedIn Client Secret", "profile-builder"); ?>
|
185 |
<?php __("Buttons Order", "profile-builder"); ?>
|
186 |
<?php __("Drag and drop the dots to re-order.", "profile-builder"); ?>
|
187 |
<?php __("Buttons Re-Order", "profile-builder"); ?>
|
1111 |
<?php __("The serial number couldn't be validated because it expired!", "profile-builder"); ?>
|
1112 |
<?php __(" Your serial number is expired, please %1$s Renew Your License%2$s.", "profile-builder"); ?>
|
1113 |
<?php __("The serial number couldn't be validated because process timed out. This is possible due to the server being down. Please try again later!", "profile-builder"); ?>
|
1114 |
+
<?php __("(e.g. CLPB-15-SN-253a55baa4fbe7bf595b2aabb8d72985)", "profile-builder"); ?>
|
1115 |
<?php __("<p>Your <strong>Profile Builder</strong> serial number is invalid or missing. <br/>Please %1$sregister your copy%2$s to receive access to automatic updates and support. Need a license key? %3$sPurchase one now%4$s</p>", "profile-builder"); ?>
|
1116 |
+
<?php __("<p>Your <strong>Profile Builder</strong> license has expired. <br/>Please %1$sRenew Your Licence%2$s to continue receiving access to product downloads, automatic updates and support. %3$sRenew now %4$s %5$sDismiss%6$s</p>", "profile-builder"); ?>
|
1117 |
+
<?php __("<p>Your <strong>Profile Builder</strong> license is about to expire on %5$s. <br/>Please %1$sRenew Your Licence%2$s to continue receiving access to product downloads, automatic updates and support. %3$sRenew now %4$s %6$sDismiss%7$s</p>", "profile-builder"); ?>
|
1118 |
<?php __("GDPR Checkbox", "profile-builder"); ?>
|
1119 |
<?php __("I allow the website to collect and store the data I submit through this form.", "profile-builder"); ?>
|
1120 |
<?php __("Strength indicator", "profile-builder"); ?>
|
1207 |
<?php __("$text", "profile-builder"); ?>
|
1208 |
<?php __("This display name is already in use. Please choose another one.", "profile-builder"); ?>
|
1209 |
<?php __("Resend activation email", "profile-builder"); ?>
|
1210 |
+
<?php __("Allow users with the 'delete_users' capability to view the Admin Approval list", "profile-builder"); ?>
|
1211 |
+
<?php __("By checking this option, you will allow users that have the 'delete_users' capability to access and use the Admin Approval list.", "profile-builder"); ?>
|
1212 |
+
<?php __("Allow users with the 'delete_users' capability to view the list of Unconfirmed Emails", "profile-builder"); ?>
|
1213 |
+
<?php __("By checking this option, you will allow users that have the 'delete_users' capability to see the list of Unconfirmed Email Addresses.", "profile-builder"); ?>
|
1214 |
<?php __("Automatically generate password for users", "profile-builder"); ?>
|
1215 |
<?php __("By checking this option, the password will be automatically generated and emailed to the user.", "profile-builder"); ?>
|
1216 |
<?php __("Modify 'Send Credentials' checkbox", "profile-builder"); ?>
|
1219 |
<?php __("By default, the user needs to choose if he wants to receive a registration email.", "profile-builder"); ?>
|
1220 |
<?php __("By checking the <strong>Hidden and checked</strong> option, the field won't be shown and the message will always be sent to the user.", "profile-builder"); ?>
|
1221 |
<?php __("If you choose to show the field, you can modify the default text by entering something in the field from above.", "profile-builder"); ?>
|
1222 |
+
<?php __("Redirect users to a page if they have empty required fields", "profile-builder"); ?>
|
1223 |
+
<?php __("Redirect Page:", "profile-builder"); ?>
|
1224 |
+
<?php __("By activating this option, logged in users which have empty required fields on their profile will be redirected to the page you added above.", "profile-builder"); ?>
|
1225 |
+
<?php __("For example, you can redirect these users to the Edit Profile form so they can add the missing info.", "profile-builder"); ?>
|
1226 |
+
<?php __("Ban certain words from being used in fields", "profile-builder"); ?>
|
1227 |
+
<?php __("On", "profile-builder"); ?>
|
1228 |
+
<?php __("Affected fields:", "profile-builder"); ?>
|
1229 |
+
<?php __("Banned words:", "profile-builder"); ?>
|
1230 |
+
<?php __("Error message:", "profile-builder"); ?>
|
1231 |
+
<?php __("Allows you to define some words which users cannot use in their Username, First Name or Last Name when registering.", "profile-builder"); ?>
|
1232 |
<?php __("Unique 'Display Name' for users", "profile-builder"); ?>
|
1233 |
<?php __("By checking this option, users will not be able to choose a <strong>Display Name</strong> that is already used by another account.", "profile-builder"); ?>
|
1234 |
<?php __("Always capitalize 'First Name' and 'Last Name' default fields", "profile-builder"); ?>
|
1236 |
<?php __("eg.: <strong>John Doe</strong> instead of <strong>john doe</strong>", "profile-builder"); ?>
|
1237 |
<?php __("Datepicker starts on Monday", "profile-builder"); ?>
|
1238 |
<?php __("Will make all Datepickers use Monday as the first day of the week.", "profile-builder"); ?>
|
1239 |
+
<?php __("Hide Repeater Fields from the back-end profile page", "profile-builder"); ?>
|
1240 |
+
<?php __("Repeater Fields from Profile Builder do not work on the back-end user profile page, they are just displayed. If you want to remove them completely, you can use this option.", "profile-builder"); ?>
|
1241 |
+
<?php __("You will still be able to use them from a front-end edit profile form.", "profile-builder"); ?>
|
1242 |
+
<?php __("Update database entries when changing meta key", "profile-builder"); ?>
|
1243 |
+
<?php __("If you activate this option, when changing the meta key of a field, existing entries from the database will be updated as well.", "profile-builder"); ?>
|
|
|
1244 |
<?php __("Allow or deny email domains from registering", "profile-builder"); ?>
|
1245 |
<?php __("Type:", "profile-builder"); ?>
|
1246 |
<?php __("Allow", "profile-builder"); ?>
|
1250 |
<?php __("You should add only the domain in the list from above. eg.: gmail.com", "profile-builder"); ?>
|
1251 |
<?php __("Forms that should bypass Email Confirmation", "profile-builder"); ?>
|
1252 |
<?php __("Users registering through any of the selected forms will not need to confirm their email address.", "profile-builder"); ?>
|
1253 |
+
<?php __("Disable Email Confirmation for Social Connect registrations", "profile-builder"); ?>
|
1254 |
+
<?php __("If checked, will allow users that register through the Social Connect add-on to bypass the Email Confirmation feature.", "profile-builder"); ?>
|
1255 |
<?php __("Remember me checked by default", "profile-builder"); ?>
|
1256 |
<?php __("Check the 'Remember Me' checkbox on Login forms, by default.", "profile-builder"); ?>
|
1257 |
<?php __("Remove validation from back-end profile page", "profile-builder"); ?>
|
translation/profile-builder.pot
CHANGED
@@ -201,51 +201,51 @@ msgstr ""
|
|
201 |
msgid "Back to BuddyPress Settings page"
|
202 |
msgstr ""
|
203 |
|
204 |
-
#: ../pb-add-on-buddypress/index.php:
|
205 |
msgid "Profile Builder Avatar field is disabled to allow use of BuddyPress Avatar."
|
206 |
msgstr ""
|
207 |
|
208 |
-
#: ../pb-add-on-buddypress/index.php:
|
209 |
msgid "BuddyPress needs to be installed and activated for Profile Builder - BuddyPress Integration Add-on to work as expected!"
|
210 |
msgstr ""
|
211 |
|
212 |
-
#: ../pb-add-on-buddypress/index.php:
|
213 |
msgid "Name"
|
214 |
msgstr ""
|
215 |
|
216 |
-
#: ../pb-add-on-buddypress/index.php:
|
217 |
msgid "Username:"
|
218 |
msgstr ""
|
219 |
|
220 |
-
#: ../pb-add-on-buddypress/index.php:
|
221 |
msgid "First Name:"
|
222 |
msgstr ""
|
223 |
|
224 |
-
#: ../pb-add-on-buddypress/index.php:
|
225 |
msgid "Last Name:"
|
226 |
msgstr ""
|
227 |
|
228 |
-
#: ../pb-add-on-buddypress/index.php:
|
229 |
msgid "Nickname:"
|
230 |
msgstr ""
|
231 |
|
232 |
-
#: ../pb-add-on-buddypress/index.php:
|
233 |
msgid "Display name:"
|
234 |
msgstr ""
|
235 |
|
236 |
-
#: ../pb-add-on-buddypress/index.php:
|
237 |
msgid "Contact Info"
|
238 |
msgstr ""
|
239 |
|
240 |
-
#: ../pb-add-on-buddypress/index.php:
|
241 |
msgid "Website:"
|
242 |
msgstr ""
|
243 |
|
244 |
-
#: ../pb-add-on-buddypress/index.php:
|
245 |
msgid "About Yourself"
|
246 |
msgstr ""
|
247 |
|
248 |
-
#: ../pb-add-on-buddypress/index.php:
|
249 |
msgid "Biographical Info:"
|
250 |
msgstr ""
|
251 |
|
@@ -389,31 +389,35 @@ msgstr ""
|
|
389 |
msgid "Width (px)"
|
390 |
msgstr ""
|
391 |
|
392 |
-
#: index.php:40
|
393 |
msgid "Forms"
|
394 |
msgstr ""
|
395 |
|
396 |
-
#: index.php:41
|
397 |
msgid "Fields"
|
398 |
msgstr ""
|
399 |
|
400 |
-
#: index.php:42
|
401 |
msgid "Userlisting"
|
402 |
msgstr ""
|
403 |
|
404 |
-
#: index.php:43
|
405 |
msgid "Shortcodes"
|
406 |
msgstr ""
|
407 |
|
408 |
-
#: index.php:
|
|
|
|
|
|
|
|
|
409 |
msgid "Customization Toolbox"
|
410 |
msgstr ""
|
411 |
|
412 |
-
#: index.php:
|
413 |
msgid "Toolbox"
|
414 |
msgstr ""
|
415 |
|
416 |
-
#: index.php:
|
417 |
msgid "Settings"
|
418 |
msgstr ""
|
419 |
|
@@ -449,11 +453,11 @@ msgstr ""
|
|
449 |
msgid "<pre>Title</pre><pre>Type</pre><pre>Meta Name</pre><pre class=\"wppb-mb-head-required\">Required</pre><pre class=\"wppb-mb-head-visibility\"></pre>"
|
450 |
msgstr ""
|
451 |
|
452 |
-
#: ../pb-add-on-field-visibility/index.php:225, ../pb-add-on-labels-edit/pble.php:354, ../profile-builder-2.0/admin/manage-fields.php:1239, ../profile-builder-2.0/features/functions.php:
|
453 |
msgid "Edit"
|
454 |
msgstr ""
|
455 |
|
456 |
-
#: ../pb-add-on-field-visibility/index.php:225, ../profile-builder-2.0/admin/manage-fields.php:1239, ../profile-builder-2.0/features/functions.php:
|
457 |
msgid "Delete"
|
458 |
msgstr ""
|
459 |
|
@@ -681,15 +685,15 @@ msgstr ""
|
|
681 |
msgid "Replace labels with placeholders:"
|
682 |
msgstr ""
|
683 |
|
684 |
-
#: ../pb-add-on-placeholder-labels/pbpl.php:171, ../pb-add-on-social-connect/index.php:
|
685 |
msgid "Yes"
|
686 |
msgstr ""
|
687 |
|
688 |
-
#: ../pb-add-on-placeholder-labels/pbpl.php:172, ../pb-add-on-social-connect/index.php:
|
689 |
msgid "No"
|
690 |
msgstr ""
|
691 |
|
692 |
-
#: ../pb-add-on-social-connect/index.php:184, ../pb-add-on-social-connect/index.php:185, ../pb-add-on-social-connect/index.php:
|
693 |
msgid "Social Connect"
|
694 |
msgstr ""
|
695 |
|
@@ -742,194 +746,198 @@ msgid "LinkedIn Client ID"
|
|
742 |
msgstr ""
|
743 |
|
744 |
#: ../pb-add-on-social-connect/index.php:215
|
|
|
|
|
|
|
|
|
745 |
msgid "Buttons Order"
|
746 |
msgstr ""
|
747 |
|
748 |
-
#: ../pb-add-on-social-connect/index.php:
|
749 |
msgid "Drag and drop the dots to re-order."
|
750 |
msgstr ""
|
751 |
|
752 |
-
#: ../pb-add-on-social-connect/index.php:
|
753 |
msgid "Buttons Re-Order"
|
754 |
msgstr ""
|
755 |
|
756 |
-
#: ../pb-add-on-social-connect/index.php:
|
757 |
msgid "Save the buttons order from the buttons order checkboxes"
|
758 |
msgstr ""
|
759 |
|
760 |
-
#: ../pb-add-on-social-connect/index.php:
|
761 |
msgid "Buttons Location"
|
762 |
msgstr ""
|
763 |
|
764 |
-
#: ../pb-add-on-social-connect/index.php:
|
765 |
msgid "Display social buttons before or after the forms fields."
|
766 |
msgstr ""
|
767 |
|
768 |
-
#: ../pb-add-on-social-connect/index.php:
|
769 |
msgid "Buttons Style"
|
770 |
msgstr ""
|
771 |
|
772 |
-
#: ../pb-add-on-social-connect/index.php:
|
773 |
msgid "Heading Before Buttons (Login/Register)"
|
774 |
msgstr ""
|
775 |
|
776 |
-
#: ../pb-add-on-social-connect/index.php:
|
777 |
msgid "Empty field will remove the heading."
|
778 |
msgstr ""
|
779 |
|
780 |
-
#: ../pb-add-on-social-connect/index.php:
|
781 |
msgid "Heading Before Buttons (Edit Profile)"
|
782 |
msgstr ""
|
783 |
|
784 |
-
#: ../pb-add-on-social-connect/index.php:
|
785 |
msgid "Facebook Button Text (Login/Register)"
|
786 |
msgstr ""
|
787 |
|
788 |
-
#: ../pb-add-on-social-connect/index.php:
|
789 |
msgid "Google Button Text (Login/Register)"
|
790 |
msgstr ""
|
791 |
|
792 |
-
#: ../pb-add-on-social-connect/index.php:
|
793 |
msgid "Twitter Button Text (Login/Register)"
|
794 |
msgstr ""
|
795 |
|
796 |
-
#: ../pb-add-on-social-connect/index.php:
|
797 |
msgid "LinkedIn Button Text (Login/Register)"
|
798 |
msgstr ""
|
799 |
|
800 |
-
#: ../pb-add-on-social-connect/index.php:
|
801 |
msgid "Facebook Button Text (Edit Profile)"
|
802 |
msgstr ""
|
803 |
|
804 |
-
#: ../pb-add-on-social-connect/index.php:
|
805 |
msgid "Google Button Text (Edit Profile)"
|
806 |
msgstr ""
|
807 |
|
808 |
-
#: ../pb-add-on-social-connect/index.php:
|
809 |
msgid "Twitter Button Text (Edit Profile)"
|
810 |
msgstr ""
|
811 |
|
812 |
-
#: ../pb-add-on-social-connect/index.php:
|
813 |
msgid "LinkedIn Button Text (Edit Profile)"
|
814 |
msgstr ""
|
815 |
|
816 |
-
#: ../pb-add-on-social-connect/index.php:
|
817 |
msgid "Unlink Accounts (Edit Profile)"
|
818 |
msgstr ""
|
819 |
|
820 |
-
#: ../pb-add-on-social-connect/index.php:
|
821 |
msgid "This option will display linked social platforms to users accounts and will allow to easily unlink them in Edit Profile page."
|
822 |
msgstr ""
|
823 |
|
824 |
-
#: ../pb-add-on-social-connect/index.php:
|
825 |
msgid "Default Social Connect CSS in the Front-end"
|
826 |
msgstr ""
|
827 |
|
828 |
-
#: ../pb-add-on-social-connect/index.php:
|
829 |
msgid "Help"
|
830 |
msgstr ""
|
831 |
|
832 |
-
#: ../pb-add-on-social-connect/index.php:
|
833 |
msgid "Display Social Connect buttons:"
|
834 |
msgstr ""
|
835 |
|
836 |
-
#: ../pb-add-on-social-connect/index.php:
|
837 |
msgid "You have successfully unlinked %% from your account."
|
838 |
msgstr ""
|
839 |
|
840 |
-
#: ../pb-add-on-social-connect/index.php:
|
841 |
msgid "An account with this email address already exists.<br> Do you want to connect it?"
|
842 |
msgstr ""
|
843 |
|
844 |
-
#: ../pb-add-on-social-connect/index.php:
|
845 |
msgid "Please enter your website account password"
|
846 |
msgstr ""
|
847 |
|
848 |
-
#: ../pb-add-on-social-connect/index.php:
|
849 |
msgid "Please enter a new email"
|
850 |
msgstr ""
|
851 |
|
852 |
-
#: ../pb-add-on-social-connect/index.php:
|
853 |
msgid "You have successfully linked your account to %%."
|
854 |
msgstr ""
|
855 |
|
856 |
-
#: ../pb-add-on-social-connect/index.php:
|
857 |
msgid "Something went wrong. Please try again later!"
|
858 |
msgstr ""
|
859 |
|
860 |
-
#: ../pb-add-on-social-connect/index.php:
|
861 |
msgid "Before you can access your account you need to confirm your email address. Please check your inbox and click the activation link."
|
862 |
msgstr ""
|
863 |
|
864 |
-
#: ../pb-add-on-social-connect/index.php:
|
865 |
msgid "<strong>ERROR</strong>: You need to confirm your email address before you can log in."
|
866 |
msgstr ""
|
867 |
|
868 |
-
#: ../pb-add-on-social-connect/index.php:
|
869 |
msgid "Before you can access your account an administrator has to approve it. You will be notified via email."
|
870 |
msgstr ""
|
871 |
|
872 |
-
#: ../pb-add-on-social-connect/index.php:
|
873 |
msgid "<strong>ERROR</strong>: Your account has to be confirmed by an administrator before you can log in."
|
874 |
msgstr ""
|
875 |
|
876 |
-
#: ../pb-add-on-social-connect/index.php:
|
877 |
msgid "You will be redirected in 5 seconds. If not, click %%."
|
878 |
msgstr ""
|
879 |
|
880 |
-
#: ../pb-add-on-social-connect/index.php:
|
881 |
msgid "here"
|
882 |
msgstr ""
|
883 |
|
884 |
-
#: ../pb-add-on-social-connect/index.php:
|
885 |
msgid "<strong>You can only login with social accounts, not register!</strong><br>Please link your social account to an existing user account first."
|
886 |
msgstr ""
|
887 |
|
888 |
-
#: ../pb-add-on-social-connect/index.php:
|
889 |
msgid "Wrong password!"
|
890 |
msgstr ""
|
891 |
|
892 |
-
#: ../pb-add-on-social-connect/index.php:
|
893 |
msgid "Please enter a valid email!"
|
894 |
msgstr ""
|
895 |
|
896 |
-
#: ../pb-add-on-social-connect/index.php:
|
897 |
msgid "You can only login on this form.<br>Register with your social account on the register form."
|
898 |
msgstr ""
|
899 |
|
900 |
-
#: ../pb-add-on-social-connect/index.php:
|
901 |
msgid "Please enter your Facebook email!"
|
902 |
msgstr ""
|
903 |
|
904 |
-
#: ../pb-add-on-social-connect/index.php:
|
905 |
msgid "Waiting for Twitter..."
|
906 |
msgstr ""
|
907 |
|
908 |
-
#: ../pb-add-on-social-connect/index.php:
|
909 |
msgid "Please enter your Twitter email!"
|
910 |
msgstr ""
|
911 |
|
912 |
-
#: ../pb-add-on-social-connect/index.php:
|
913 |
msgid "Profile Builder not active!"
|
914 |
msgstr ""
|
915 |
|
916 |
-
#: ../pb-add-on-social-connect/index.php:
|
917 |
msgid "General Settings"
|
918 |
msgstr ""
|
919 |
|
920 |
-
#: ../pb-add-on-social-connect/index.php:
|
921 |
msgid "Application Settings"
|
922 |
msgstr ""
|
923 |
|
924 |
-
#: ../pb-add-on-social-connect/index.php:
|
925 |
msgid "Appearance Settings"
|
926 |
msgstr ""
|
927 |
|
928 |
-
#: ../pb-add-on-social-connect/index.php:
|
929 |
msgid "Unlink"
|
930 |
msgstr ""
|
931 |
|
932 |
-
#: ../pb-add-on-social-connect/index.php:
|
933 |
msgid "Your account is linked with:"
|
934 |
msgstr ""
|
935 |
|
@@ -937,11 +945,11 @@ msgstr ""
|
|
937 |
msgid "Country"
|
938 |
msgstr ""
|
939 |
|
940 |
-
#: ../pb-add-on-woocommerce/billing-fields.php:6, ../pb-add-on-woocommerce/shipping-fields.php:6, ../profile-builder-2.0/admin/manage-fields.php:246, includes/views/view-fields.php:
|
941 |
msgid "First Name"
|
942 |
msgstr ""
|
943 |
|
944 |
-
#: ../pb-add-on-woocommerce/billing-fields.php:7, ../pb-add-on-woocommerce/shipping-fields.php:7, ../profile-builder-2.0/admin/manage-fields.php:247, includes/views/view-fields.php:
|
945 |
msgid "Last Name"
|
946 |
msgstr ""
|
947 |
|
@@ -1189,7 +1197,7 @@ msgstr ""
|
|
1189 |
msgid "Click to edit"
|
1190 |
msgstr ""
|
1191 |
|
1192 |
-
#: ../pb-add-on-campaign-monitor-integration/admin/cmonitor-page.php:451, ../pb-add-on-mailchimp-integration/admin/mailchimp-page.php:171, ../profile-builder-2.0/features/functions.php:
|
1193 |
msgid "Cancel"
|
1194 |
msgstr ""
|
1195 |
|
@@ -1319,47 +1327,47 @@ msgstr ""
|
|
1319 |
msgid "The Campaign Monitor API key is either missing or is invalid."
|
1320 |
msgstr ""
|
1321 |
|
1322 |
-
#:
|
1323 |
msgid "Communication Preferences"
|
1324 |
msgstr ""
|
1325 |
|
1326 |
-
#:
|
1327 |
msgid "E-mail"
|
1328 |
msgstr ""
|
1329 |
|
1330 |
-
#:
|
1331 |
msgid "Telephone"
|
1332 |
msgstr ""
|
1333 |
|
1334 |
-
#:
|
1335 |
msgid "SMS"
|
1336 |
msgstr ""
|
1337 |
|
1338 |
-
#:
|
1339 |
msgid "Post"
|
1340 |
msgstr ""
|
1341 |
|
1342 |
-
#:
|
1343 |
msgid "Select which communication preferences are available on your site ( drag and drop to re-order )"
|
1344 |
msgstr ""
|
1345 |
|
1346 |
-
#:
|
1347 |
msgid "Communication Preferences Order"
|
1348 |
msgstr ""
|
1349 |
|
1350 |
-
#:
|
1351 |
msgid "Save the communication preferences order"
|
1352 |
msgstr ""
|
1353 |
|
1354 |
-
#:
|
1355 |
msgid "required"
|
1356 |
msgstr ""
|
1357 |
|
1358 |
-
#:
|
1359 |
msgid "Date"
|
1360 |
msgstr ""
|
1361 |
|
1362 |
-
#:
|
1363 |
msgid "Preference"
|
1364 |
msgstr ""
|
1365 |
|
@@ -1575,19 +1583,19 @@ msgstr ""
|
|
1575 |
msgid "Sign in with LinkedIn"
|
1576 |
msgstr ""
|
1577 |
|
1578 |
-
#: ../pb-add-on-social-connect/twitter/twitter.php:
|
1579 |
msgid "Connection with twitter Failed"
|
1580 |
msgstr ""
|
1581 |
|
1582 |
-
#: ../pb-add-on-social-connect/twitter/twitter.php:
|
1583 |
msgid "Error Receiving Request Token"
|
1584 |
msgstr ""
|
1585 |
|
1586 |
-
#: ../pb-add-on-social-connect/twitter/twitter.php:
|
1587 |
msgid "Link with Twitter"
|
1588 |
msgstr ""
|
1589 |
|
1590 |
-
#: ../pb-add-on-social-connect/twitter/twitter.php:
|
1591 |
msgid "Sign in with Twitter"
|
1592 |
msgstr ""
|
1593 |
|
@@ -1763,15 +1771,15 @@ msgstr ""
|
|
1763 |
msgid "Very weak"
|
1764 |
msgstr ""
|
1765 |
|
1766 |
-
#: ../profile-builder-2.0/admin/admin-functions.php:137, ../profile-builder-2.0/admin/general-settings.php:280, ../profile-builder-2.0/features/functions.php:
|
1767 |
msgid "Weak"
|
1768 |
msgstr ""
|
1769 |
|
1770 |
-
#: ../profile-builder-2.0/admin/admin-functions.php:137, ../profile-builder-2.0/admin/general-settings.php:281, ../profile-builder-2.0/features/functions.php:
|
1771 |
msgid "Medium"
|
1772 |
msgstr ""
|
1773 |
|
1774 |
-
#: ../profile-builder-2.0/admin/admin-functions.php:137, ../profile-builder-2.0/admin/general-settings.php:282, ../profile-builder-2.0/features/functions.php:
|
1775 |
msgid "Strong"
|
1776 |
msgstr ""
|
1777 |
|
@@ -2247,7 +2255,7 @@ msgstr ""
|
|
2247 |
msgid "Username and Email"
|
2248 |
msgstr ""
|
2249 |
|
2250 |
-
#: ../profile-builder-2.0/admin/general-settings.php:249, ../profile-builder-2.0/admin/manage-fields.php:245, ../profile-builder-2.0/front-end/login.php:246, ../profile-builder-2.0/front-end/login.php:260, ../profile-builder-2.0/front-end/login.php:389, includes/views/view-fields.php:
|
2251 |
msgid "Username"
|
2252 |
msgstr ""
|
2253 |
|
@@ -4437,7 +4445,7 @@ msgstr ""
|
|
4437 |
msgid "We recommend \"<a href=\"%s\" target=\"_blank\">Custom Profile Menus</a>\" addon if you need different menu items for logged in / logged out users."
|
4438 |
msgstr ""
|
4439 |
|
4440 |
-
#: ../profile-builder-2.0/admin/private-website.php:127, ../profile-builder-2.0/features/functions.php:
|
4441 |
msgid "Save Changes"
|
4442 |
msgstr ""
|
4443 |
|
@@ -4498,7 +4506,7 @@ msgid "The serial number couldn't be validated because process timed out. This i
|
|
4498 |
msgstr ""
|
4499 |
|
4500 |
#: ../profile-builder-2.0/admin/register-version.php:87
|
4501 |
-
msgid "(e.g.
|
4502 |
msgstr ""
|
4503 |
|
4504 |
#: ../profile-builder-2.0/admin/register-version.php:243
|
@@ -4506,70 +4514,70 @@ msgid "<p>Your <strong>Profile Builder</strong> serial number is invalid or miss
|
|
4506 |
msgstr ""
|
4507 |
|
4508 |
#: ../profile-builder-2.0/admin/register-version.php:246
|
4509 |
-
msgid "<p>Your <strong>Profile Builder</strong> license has expired. <br/>Please %1$sRenew Your Licence%2$s to continue receiving access to product downloads, automatic updates and support. %3$sRenew now
|
4510 |
msgstr ""
|
4511 |
|
4512 |
#: ../profile-builder-2.0/admin/register-version.php:251
|
4513 |
-
msgid "<p>Your <strong>Profile Builder</strong> license is about to expire on %5$s. <br/>Please %1$sRenew Your Licence%2$s to continue receiving access to product downloads, automatic updates and support. %3$sRenew now
|
4514 |
msgstr ""
|
4515 |
|
4516 |
-
#: ../profile-builder-2.0/features/functions.php:
|
4517 |
msgid "GDPR Checkbox"
|
4518 |
msgstr ""
|
4519 |
|
4520 |
-
#: ../profile-builder-2.0/features/functions.php:
|
4521 |
msgid "I allow the website to collect and store the data I submit through this form."
|
4522 |
msgstr ""
|
4523 |
|
4524 |
-
#: ../profile-builder-2.0/features/functions.php:
|
4525 |
msgid "Strength indicator"
|
4526 |
msgstr ""
|
4527 |
|
4528 |
-
#: ../profile-builder-2.0/features/functions.php:
|
4529 |
msgid "Very Weak"
|
4530 |
msgstr ""
|
4531 |
|
4532 |
-
#: ../profile-builder-2.0/features/functions.php:
|
4533 |
msgid "Minimum length of %d characters."
|
4534 |
msgstr ""
|
4535 |
|
4536 |
-
#: ../profile-builder-2.0/features/functions.php:
|
4537 |
msgid "The password must have a minimum strength of %s."
|
4538 |
msgstr ""
|
4539 |
|
4540 |
-
#: ../profile-builder-2.0/features/functions.php:
|
4541 |
msgid "This field is required"
|
4542 |
msgstr ""
|
4543 |
|
4544 |
-
#: ../profile-builder-2.0/features/functions.php:
|
4545 |
msgid "Please enter a (valid) reCAPTCHA value"
|
4546 |
msgstr ""
|
4547 |
|
4548 |
-
#: ../profile-builder-2.0/features/functions.php:
|
4549 |
msgid "Incorrect phone number"
|
4550 |
msgstr ""
|
4551 |
|
4552 |
-
#: ../profile-builder-2.0/features/functions.php:
|
4553 |
msgid "Content"
|
4554 |
msgstr ""
|
4555 |
|
4556 |
-
#: ../profile-builder-2.0/features/functions.php:
|
4557 |
msgid "<br><br>Also, you will be able to visit your site at "
|
4558 |
msgstr ""
|
4559 |
|
4560 |
-
#: ../profile-builder-2.0/features/functions.php:
|
4561 |
msgid "<br><br>You can visit your site at "
|
4562 |
msgstr ""
|
4563 |
|
4564 |
-
#: ../profile-builder-2.0/features/functions.php:
|
4565 |
msgid "You will soon be redirected automatically. If you see this page for more than %1$d seconds, please click %2$s.%3$s"
|
4566 |
msgstr ""
|
4567 |
|
4568 |
-
#: ../profile-builder-2.0/features/functions.php:
|
4569 |
msgid "No feed available,please visit our <a href=\"%s\">homepage</a>!"
|
4570 |
msgstr ""
|
4571 |
|
4572 |
-
#: ../profile-builder-2.0/features/functions.php:
|
4573 |
msgid "You are not currently logged in."
|
4574 |
msgstr ""
|
4575 |
|
@@ -4865,331 +4873,379 @@ msgstr ""
|
|
4865 |
msgid "Inactive"
|
4866 |
msgstr ""
|
4867 |
|
4868 |
-
#: includes/fields/restricted-words.php:24, includes/forms/restricted-email-domains.php:19, includes/forms/restricted-email-domains.php:24
|
4869 |
msgid "$validation_message"
|
4870 |
msgstr ""
|
4871 |
|
4872 |
-
#: includes/fields/send-credentials-text.php:12
|
4873 |
msgid "$text"
|
4874 |
msgstr ""
|
4875 |
|
4876 |
-
#: includes/fields/unique-display-name.php:19
|
4877 |
msgid "This display name is already in use. Please choose another one."
|
4878 |
msgstr ""
|
4879 |
|
4880 |
-
#: includes/shortcodes/resend-activation.php:5
|
4881 |
msgid "Resend activation email"
|
4882 |
msgstr ""
|
4883 |
|
4884 |
-
#: includes/views/view-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4885 |
msgid "Automatically generate password for users"
|
4886 |
msgstr ""
|
4887 |
|
4888 |
-
#: includes/views/view-fields.php:23
|
4889 |
msgid "By checking this option, the password will be automatically generated and emailed to the user."
|
4890 |
msgstr ""
|
4891 |
|
4892 |
-
#: includes/views/view-fields.php:30
|
4893 |
msgid "Modify 'Send Credentials' checkbox"
|
4894 |
msgstr ""
|
4895 |
|
4896 |
-
#: includes/views/view-fields.php:34
|
4897 |
msgid "Hidden and checked"
|
4898 |
msgstr ""
|
4899 |
|
4900 |
-
#: includes/views/view-fields.php:39
|
4901 |
msgid "Field text:"
|
4902 |
msgstr ""
|
4903 |
|
4904 |
-
#: includes/views/view-fields.php:49
|
4905 |
msgid "By default, the user needs to choose if he wants to receive a registration email."
|
4906 |
msgstr ""
|
4907 |
|
4908 |
-
#: includes/views/view-fields.php:52
|
4909 |
msgid "By checking the <strong>Hidden and checked</strong> option, the field won't be shown and the message will always be sent to the user."
|
4910 |
msgstr ""
|
4911 |
|
4912 |
-
#: includes/views/view-fields.php:55
|
4913 |
msgid "If you choose to show the field, you can modify the default text by entering something in the field from above."
|
4914 |
msgstr ""
|
4915 |
|
4916 |
-
#: includes/views/view-fields.php:
|
4917 |
-
msgid "
|
4918 |
msgstr ""
|
4919 |
|
4920 |
-
#: includes/views/view-fields.php:
|
4921 |
-
msgid "
|
4922 |
msgstr ""
|
4923 |
|
4924 |
-
#: includes/views/view-fields.php:
|
4925 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4926 |
msgstr ""
|
4927 |
|
4928 |
-
#: includes/views/view-fields.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4929 |
msgid "Unique 'Display Name' for users"
|
4930 |
msgstr ""
|
4931 |
|
4932 |
-
#: includes/views/view-fields.php:
|
4933 |
msgid "By checking this option, users will not be able to choose a <strong>Display Name</strong> that is already used by another account."
|
4934 |
msgstr ""
|
4935 |
|
4936 |
-
#: includes/views/view-fields.php:
|
4937 |
msgid "Always capitalize 'First Name' and 'Last Name' default fields"
|
4938 |
msgstr ""
|
4939 |
|
4940 |
-
#: includes/views/view-fields.php:
|
4941 |
msgid "If you have these fields in your forms, they will be always saved with the first letter as uppercase."
|
4942 |
msgstr ""
|
4943 |
|
4944 |
-
#: includes/views/view-fields.php:
|
4945 |
msgid "eg.: <strong>John Doe</strong> instead of <strong>john doe</strong>"
|
4946 |
msgstr ""
|
4947 |
|
4948 |
-
#: includes/views/view-fields.php:
|
4949 |
msgid "Datepicker starts on Monday"
|
4950 |
msgstr ""
|
4951 |
|
4952 |
-
#: includes/views/view-fields.php:
|
4953 |
msgid "Will make all Datepickers use Monday as the first day of the week."
|
4954 |
msgstr ""
|
4955 |
|
4956 |
-
#: includes/views/view-fields.php:
|
4957 |
-
msgid "
|
4958 |
-
msgstr ""
|
4959 |
-
|
4960 |
-
#: includes/views/view-fields.php:147, includes/views/view-forms.php:21
|
4961 |
-
msgid "On"
|
4962 |
msgstr ""
|
4963 |
|
4964 |
-
#: includes/views/view-fields.php:
|
4965 |
-
msgid "
|
4966 |
msgstr ""
|
4967 |
|
4968 |
-
#: includes/views/view-fields.php:
|
4969 |
-
msgid "
|
4970 |
msgstr ""
|
4971 |
|
4972 |
-
#: includes/views/view-fields.php:
|
4973 |
-
msgid "
|
4974 |
msgstr ""
|
4975 |
|
4976 |
-
#: includes/views/view-fields.php:
|
4977 |
-
msgid "
|
4978 |
msgstr ""
|
4979 |
|
4980 |
-
#: includes/views/view-forms.php:14
|
4981 |
msgid "Allow or deny email domains from registering"
|
4982 |
msgstr ""
|
4983 |
|
4984 |
-
#: includes/views/view-forms.php:29
|
4985 |
msgid "Type:"
|
4986 |
msgstr ""
|
4987 |
|
4988 |
-
#: includes/views/view-forms.php:34
|
4989 |
msgid "Allow"
|
4990 |
msgstr ""
|
4991 |
|
4992 |
-
#: includes/views/view-forms.php:40
|
4993 |
msgid "Deny"
|
4994 |
msgstr ""
|
4995 |
|
4996 |
-
#: includes/views/view-forms.php:47
|
4997 |
msgid "Restricted domains:"
|
4998 |
msgstr ""
|
4999 |
|
5000 |
-
#: includes/views/view-forms.php:77
|
5001 |
msgid "This option lets you allow registrations only from certain domains or deny registrations from certain domains."
|
5002 |
msgstr ""
|
5003 |
|
5004 |
-
#: includes/views/view-forms.php:80
|
5005 |
msgid "You should add only the domain in the list from above. eg.: gmail.com"
|
5006 |
msgstr ""
|
5007 |
|
5008 |
-
#: includes/views/view-forms.php:92
|
5009 |
msgid "Forms that should bypass Email Confirmation"
|
5010 |
msgstr ""
|
5011 |
|
5012 |
-
#: includes/views/view-forms.php:119
|
5013 |
msgid "Users registering through any of the selected forms will not need to confirm their email address."
|
5014 |
msgstr ""
|
5015 |
|
5016 |
-
#: includes/views/view-forms.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5017 |
msgid "Remember me checked by default"
|
5018 |
msgstr ""
|
5019 |
|
5020 |
-
#: includes/views/view-forms.php:
|
5021 |
msgid "Check the 'Remember Me' checkbox on Login forms, by default."
|
5022 |
msgstr ""
|
5023 |
|
5024 |
-
#: includes/views/view-forms.php:
|
5025 |
msgid "Remove validation from back-end profile page"
|
5026 |
msgstr ""
|
5027 |
|
5028 |
-
#: includes/views/view-forms.php:
|
5029 |
msgid "When saving the back-end user profile, Profile Builder fields will not be validated anymore. eg.: bypass required attribute"
|
5030 |
msgstr ""
|
5031 |
|
5032 |
-
#: includes/views/view-forms.php:
|
5033 |
msgid "Always show edit other users dropdown"
|
5034 |
msgstr ""
|
5035 |
|
5036 |
-
#: includes/views/view-forms.php:
|
5037 |
msgid "For perfomance reasons, we disable the select if you have more than 5000 users on your website. This option lets you enable it again."
|
5038 |
msgstr ""
|
5039 |
|
5040 |
-
#: includes/views/view-forms.php:
|
5041 |
msgid "Consider 'Anyone can Register' WordPress option"
|
5042 |
msgstr ""
|
5043 |
|
5044 |
-
#: includes/views/view-forms.php:
|
5045 |
msgid "setting"
|
5046 |
msgstr ""
|
5047 |
|
5048 |
-
#: includes/views/view-forms.php:
|
5049 |
msgid "By default, Profile Builder ignores this %1$s. If you check this option, our registration form will consider it."
|
5050 |
msgstr ""
|
5051 |
|
5052 |
-
#: includes/views/view-forms.php:
|
5053 |
msgid "Modify default Redirect Delay timer"
|
5054 |
msgstr ""
|
5055 |
|
5056 |
-
#: includes/views/view-forms.php:
|
5057 |
msgid "This allows you to change the amount of seconds it takes for the <strong>'After Registration'</strong> redirect to happen."
|
5058 |
msgstr ""
|
5059 |
|
5060 |
-
#: includes/views/view-forms.php:
|
5061 |
msgid "The default is 3 seconds. Leave empty if you do not want to change it."
|
5062 |
msgstr ""
|
5063 |
|
5064 |
-
#: includes/views/view-forms.php:
|
5065 |
msgid "Save Admin Approval status in usermeta"
|
5066 |
msgstr ""
|
5067 |
|
5068 |
-
#: includes/views/view-forms.php:
|
5069 |
msgid "By default, the Admin Approval status is saved as a custom taxonomy that is attached to the user."
|
5070 |
msgstr ""
|
5071 |
|
5072 |
-
#: includes/views/view-forms.php:
|
5073 |
msgid "If you check this option, the status will also be saved in the '*_usermeta' table under the <strong>wppb_approval_status</strong> meta name."
|
5074 |
msgstr ""
|
5075 |
|
5076 |
-
#: includes/views/view-forms.php:
|
5077 |
msgid "Redirect '/author' page if user is not approved"
|
5078 |
msgstr ""
|
5079 |
|
5080 |
-
#: includes/views/view-forms.php:
|
5081 |
msgid "By default, users placed in Admin Approval will not be able to login, but the Author pages will be accessible."
|
5082 |
msgstr ""
|
5083 |
|
5084 |
-
#: includes/views/view-forms.php:
|
5085 |
msgid "Using this option you can redirect these pages, sending users who try to access them to your home page."
|
5086 |
msgstr ""
|
5087 |
|
5088 |
-
#: includes/views/view-forms.php:
|
5089 |
msgid "Save 'Last Login' date in usermeta"
|
5090 |
msgstr ""
|
5091 |
|
5092 |
-
#: includes/views/view-forms.php:
|
5093 |
msgid "By checking this option, each time a user logins, the date and time will be saved in the database."
|
5094 |
msgstr ""
|
5095 |
|
5096 |
-
#: includes/views/view-forms.php:
|
5097 |
msgid "The meta name for the field will be <strong>last_login_date</strong>."
|
5098 |
msgstr ""
|
5099 |
|
5100 |
-
#: includes/views/view-forms.php:
|
5101 |
msgid "You can <a href=\"https://www.cozmoslabs.com/docs/profile-builder-2/manage-user-fields/#Manage_existing_custom_fields_with_Profile_Builder\" target=\"_blank\">create a field with this meta name</a> in Profile Builder to display it in the Userlisting or Edit Profile forms."
|
5102 |
msgstr ""
|
5103 |
|
5104 |
-
#: includes/views/view-forms.php:
|
5105 |
msgid "Save 'Last Profile Update' date in usermeta"
|
5106 |
msgstr ""
|
5107 |
|
5108 |
-
#: includes/views/view-forms.php:
|
5109 |
msgid "By checking this option, each time a modifies his profile the date and time will be saved in the database."
|
5110 |
msgstr ""
|
5111 |
|
5112 |
-
#: includes/views/view-forms.php:
|
5113 |
msgid "The meta name for the field will be <strong>last_profile_update_date</strong>."
|
5114 |
msgstr ""
|
5115 |
|
5116 |
-
#: includes/views/view-shortcodes.php:12
|
5117 |
msgid "Enable Compare shortcode"
|
5118 |
msgstr ""
|
5119 |
|
5120 |
-
#: includes/views/view-shortcodes.php:21
|
5121 |
msgid "You can read more info about this shortcode by following <a href=\"https://www.cozmoslabs.com/docs/profile-builder-2/developers-knowledge-base/shortcodes/compare-shortcode/\">this url</a>."
|
5122 |
msgstr ""
|
5123 |
|
5124 |
-
#: includes/views/view-shortcodes.php:28
|
5125 |
msgid "Enable Usermeta shortcode"
|
5126 |
msgstr ""
|
5127 |
|
5128 |
-
#: includes/views/view-shortcodes.php:37
|
5129 |
msgid "You can read more info about this shortcode by following <a href=\"https://www.cozmoslabs.com/docs/profile-builder-2/developers-knowledge-base/shortcodes/display-user-meta/\">this url</a>."
|
5130 |
msgstr ""
|
5131 |
|
5132 |
-
#: includes/views/view-shortcodes.php:44
|
5133 |
msgid "Enable Resend Activation Email shortcode"
|
5134 |
msgstr ""
|
5135 |
|
5136 |
-
#: includes/views/view-shortcodes.php:53
|
5137 |
msgid "You can read more info about this shortcode by following <a href=\"https://www.cozmoslabs.com/docs/profile-builder-2/developers-knowledge-base/shortcodes/resend-confirmation-email/\">this url</a>."
|
5138 |
msgstr ""
|
5139 |
|
5140 |
-
#: includes/views/view-shortcodes.php:60
|
5141 |
msgid "Enable Format Date shortcode"
|
5142 |
msgstr ""
|
5143 |
|
5144 |
-
#: includes/views/view-shortcodes.php:69
|
5145 |
msgid "You can read more info about this shortcode by following <a href=\"https://www.cozmoslabs.com/docs/profile-builder-2/developers-knowledge-base/shortcodes/format-date-shortcode/\">this url</a>."
|
5146 |
msgstr ""
|
5147 |
|
5148 |
-
#: includes/views/view-userlisting.php:12
|
5149 |
msgid "Change placeholder text for Search box"
|
5150 |
msgstr ""
|
5151 |
|
5152 |
-
#: includes/views/view-userlisting.php:19
|
5153 |
msgid "This refers to the placeholder text from the <strong>{{{extra_search_all_fields}}}</strong> tag."
|
5154 |
msgstr ""
|
5155 |
|
5156 |
-
#: includes/views/view-userlisting.php:22
|
5157 |
msgid "Default text is <strong>Search Users by All Fields</strong>, use this option to change it to something else. Leave empty if you do not want to change it."
|
5158 |
msgstr ""
|
5159 |
|
5160 |
-
#: includes/views/view-userlisting.php:29
|
5161 |
msgid "Modify base URL for Single Userlisting"
|
5162 |
msgstr ""
|
5163 |
|
5164 |
-
#: includes/views/view-userlisting.php:37
|
5165 |
msgid "By default Single Userlisting URLs contain the word <strong>user</strong>. eg.: "
|
5166 |
msgstr ""
|
5167 |
|
5168 |
-
#: includes/views/view-userlisting.php:42
|
5169 |
msgid "Using this option, you can change the word <strong>user</strong> to something else. Leave empty if you do not want to change it."
|
5170 |
msgstr ""
|
5171 |
|
5172 |
-
#: includes/views/view-userlisting.php:49
|
5173 |
msgid "Make the Single Userlisting URLs work with user nicename"
|
5174 |
msgstr ""
|
5175 |
|
5176 |
-
#: includes/views/view-userlisting.php:59
|
5177 |
msgid "By default Single Userlisting URLs are generated using the users ID. eg.: "
|
5178 |
msgstr ""
|
5179 |
|
5180 |
-
#: includes/views/view-userlisting.php:64
|
5181 |
msgid "With this option activated, the URLs will be generated using the users <strong>nicename</strong>."
|
5182 |
msgstr ""
|
5183 |
|
5184 |
-
#: includes/views/view-userlisting.php:71
|
5185 |
msgid "Remove repetition counts from Faceted Menus"
|
5186 |
msgstr ""
|
5187 |
|
5188 |
-
#: includes/views/view-userlisting.php:80
|
5189 |
msgid "The number of users that share a particular value is shown for the Select and Checkbox facet types."
|
5190 |
msgstr ""
|
5191 |
|
5192 |
-
#: includes/views/view-userlisting.php:83
|
5193 |
msgid "If you enable this option they will be hidden."
|
5194 |
msgstr ""
|
5195 |
|
201 |
msgid "Back to BuddyPress Settings page"
|
202 |
msgstr ""
|
203 |
|
204 |
+
#: ../pb-add-on-buddypress/index.php:222
|
205 |
msgid "Profile Builder Avatar field is disabled to allow use of BuddyPress Avatar."
|
206 |
msgstr ""
|
207 |
|
208 |
+
#: ../pb-add-on-buddypress/index.php:379
|
209 |
msgid "BuddyPress needs to be installed and activated for Profile Builder - BuddyPress Integration Add-on to work as expected!"
|
210 |
msgstr ""
|
211 |
|
212 |
+
#: ../pb-add-on-buddypress/index.php:508, ../pb-add-on-campaign-monitor-integration/admin/widget.php:226, ../pb-add-on-campaign-monitor-integration/admin/widget.php:228, ../profile-builder-2.0/admin/manage-fields.php:244
|
213 |
msgid "Name"
|
214 |
msgstr ""
|
215 |
|
216 |
+
#: ../pb-add-on-buddypress/index.php:511
|
217 |
msgid "Username:"
|
218 |
msgstr ""
|
219 |
|
220 |
+
#: ../pb-add-on-buddypress/index.php:515
|
221 |
msgid "First Name:"
|
222 |
msgstr ""
|
223 |
|
224 |
+
#: ../pb-add-on-buddypress/index.php:519
|
225 |
msgid "Last Name:"
|
226 |
msgstr ""
|
227 |
|
228 |
+
#: ../pb-add-on-buddypress/index.php:523
|
229 |
msgid "Nickname:"
|
230 |
msgstr ""
|
231 |
|
232 |
+
#: ../pb-add-on-buddypress/index.php:527
|
233 |
msgid "Display name:"
|
234 |
msgstr ""
|
235 |
|
236 |
+
#: ../pb-add-on-buddypress/index.php:531, ../profile-builder-2.0/admin/manage-fields.php:250
|
237 |
msgid "Contact Info"
|
238 |
msgstr ""
|
239 |
|
240 |
+
#: ../pb-add-on-buddypress/index.php:534
|
241 |
msgid "Website:"
|
242 |
msgstr ""
|
243 |
|
244 |
+
#: ../pb-add-on-buddypress/index.php:538, ../profile-builder-2.0/admin/manage-fields.php:261
|
245 |
msgid "About Yourself"
|
246 |
msgstr ""
|
247 |
|
248 |
+
#: ../pb-add-on-buddypress/index.php:541
|
249 |
msgid "Biographical Info:"
|
250 |
msgstr ""
|
251 |
|
389 |
msgid "Width (px)"
|
390 |
msgstr ""
|
391 |
|
392 |
+
#: ../pb-add-on-customization-toolbox/index.php:40
|
393 |
msgid "Forms"
|
394 |
msgstr ""
|
395 |
|
396 |
+
#: ../pb-add-on-customization-toolbox/index.php:41
|
397 |
msgid "Fields"
|
398 |
msgstr ""
|
399 |
|
400 |
+
#: ../pb-add-on-customization-toolbox/index.php:42
|
401 |
msgid "Userlisting"
|
402 |
msgstr ""
|
403 |
|
404 |
+
#: ../pb-add-on-customization-toolbox/index.php:43
|
405 |
msgid "Shortcodes"
|
406 |
msgstr ""
|
407 |
|
408 |
+
#: ../pb-add-on-customization-toolbox/index.php:44
|
409 |
+
msgid "Admin"
|
410 |
+
msgstr ""
|
411 |
+
|
412 |
+
#: ../pb-add-on-customization-toolbox/index.php:62, ../pb-add-on-customization-toolbox/index.php:72
|
413 |
msgid "Customization Toolbox"
|
414 |
msgstr ""
|
415 |
|
416 |
+
#: ../pb-add-on-customization-toolbox/index.php:62
|
417 |
msgid "Toolbox"
|
418 |
msgstr ""
|
419 |
|
420 |
+
#: ../pb-add-on-customization-toolbox/index.php:147, ../pb-add-on-social-connect/index.php:237, ../profile-builder-2.0/admin/admin-functions.php:226, ../profile-builder-2.0/admin/general-settings.php:76, ../profile-builder-2.0/admin/general-settings.php:76
|
421 |
msgid "Settings"
|
422 |
msgstr ""
|
423 |
|
453 |
msgid "<pre>Title</pre><pre>Type</pre><pre>Meta Name</pre><pre class=\"wppb-mb-head-required\">Required</pre><pre class=\"wppb-mb-head-visibility\"></pre>"
|
454 |
msgstr ""
|
455 |
|
456 |
+
#: ../pb-add-on-field-visibility/index.php:225, ../pb-add-on-labels-edit/pble.php:354, ../profile-builder-2.0/admin/manage-fields.php:1239, ../profile-builder-2.0/features/functions.php:788, ../profile-builder-2.0/features/functions.php:795, ../profile-builder-2.0/features/admin-approval/class-admin-approval.php:108, ../profile-builder-2.0/features/roles-editor/roles-editor.php:866, ../profile-builder-2.0/modules/custom-redirects/custom_redirects_admin.php:183, ../profile-builder-2.0/modules/custom-redirects/custom_redirects_admin.php:197, ../profile-builder-2.0/modules/custom-redirects/custom_redirects_admin.php:211, ../profile-builder-2.0/modules/custom-redirects/custom_redirects_admin.php:225, ../profile-builder-2.0/modules/multiple-forms/multiple-forms.php:406
|
457 |
msgid "Edit"
|
458 |
msgstr ""
|
459 |
|
460 |
+
#: ../pb-add-on-field-visibility/index.php:225, ../profile-builder-2.0/admin/manage-fields.php:1239, ../profile-builder-2.0/features/functions.php:781, ../profile-builder-2.0/features/functions.php:795, ../profile-builder-2.0/features/admin-approval/class-admin-approval.php:113, ../profile-builder-2.0/features/email-confirmation/class-email-confirmation.php:121, ../profile-builder-2.0/features/email-confirmation/class-email-confirmation.php:218, ../profile-builder-2.0/features/roles-editor/roles-editor.php:179, ../profile-builder-2.0/features/roles-editor/roles-editor.php:884, ../profile-builder-2.0/features/roles-editor/roles-editor.php:893, ../profile-builder-2.0/features/roles-editor/roles-editor.php:904, ../profile-builder-2.0/modules/custom-redirects/custom_redirects_admin.php:183, ../profile-builder-2.0/modules/custom-redirects/custom_redirects_admin.php:197, ../profile-builder-2.0/modules/custom-redirects/custom_redirects_admin.php:211, ../profile-builder-2.0/modules/custom-redirects/custom_redirects_admin.php:225
|
461 |
msgid "Delete"
|
462 |
msgstr ""
|
463 |
|
685 |
msgid "Replace labels with placeholders:"
|
686 |
msgstr ""
|
687 |
|
688 |
+
#: ../pb-add-on-placeholder-labels/pbpl.php:171, ../pb-add-on-social-connect/index.php:324, ../profile-builder-2.0/admin/general-settings.php:111, ../profile-builder-2.0/admin/general-settings.php:124, ../profile-builder-2.0/admin/general-settings.php:173, ../profile-builder-2.0/admin/general-settings.php:220, ../profile-builder-2.0/admin/private-website.php:58, ../profile-builder-2.0/admin/private-website.php:115, ../pb-add-on-customization-toolbox/includes/views/view-admin.php:18, ../pb-add-on-customization-toolbox/includes/views/view-admin.php:34, ../pb-add-on-customization-toolbox/includes/views/view-fields.php:18, ../pb-add-on-customization-toolbox/includes/views/view-fields.php:66, ../pb-add-on-customization-toolbox/includes/views/view-fields.php:181, ../pb-add-on-customization-toolbox/includes/views/view-fields.php:197, ../pb-add-on-customization-toolbox/includes/views/view-fields.php:217, ../pb-add-on-customization-toolbox/includes/views/view-fields.php:240, ../pb-add-on-customization-toolbox/includes/views/view-fields.php:261, ../pb-add-on-customization-toolbox/includes/views/view-forms.php:132, ../pb-add-on-customization-toolbox/includes/views/view-forms.php:149, ../pb-add-on-customization-toolbox/includes/views/view-forms.php:164, ../pb-add-on-customization-toolbox/includes/views/view-forms.php:184, ../pb-add-on-customization-toolbox/includes/views/view-forms.php:201, ../pb-add-on-customization-toolbox/includes/views/view-forms.php:239, ../pb-add-on-customization-toolbox/includes/views/view-forms.php:260, ../pb-add-on-customization-toolbox/includes/views/view-forms.php:280, ../pb-add-on-customization-toolbox/includes/views/view-forms.php:302, ../pb-add-on-customization-toolbox/includes/views/view-shortcodes.php:16, ../pb-add-on-customization-toolbox/includes/views/view-shortcodes.php:32, ../pb-add-on-customization-toolbox/includes/views/view-shortcodes.php:48, ../pb-add-on-customization-toolbox/includes/views/view-shortcodes.php:64, ../pb-add-on-customization-toolbox/includes/views/view-userlisting.php:53, ../pb-add-on-customization-toolbox/includes/views/view-userlisting.php:75, ../profile-builder-2.0/features/content-restriction/content-restriction.php:86, ../profile-builder-2.0/modules/multiple-forms/edit-profile-forms.php:206, ../profile-builder-2.0/modules/multiple-forms/register-forms.php:229, ../profile-builder-2.0/modules/multiple-forms/register-forms.php:230, ../profile-builder-2.0/modules/user-listing/userlisting.php:2339
|
689 |
msgid "Yes"
|
690 |
msgstr ""
|
691 |
|
692 |
+
#: ../pb-add-on-placeholder-labels/pbpl.php:172, ../pb-add-on-social-connect/index.php:325, ../profile-builder-2.0/admin/general-settings.php:125, ../profile-builder-2.0/admin/general-settings.php:174, ../profile-builder-2.0/admin/general-settings.php:219, ../profile-builder-2.0/admin/private-website.php:57, ../profile-builder-2.0/admin/private-website.php:114, ../profile-builder-2.0/features/content-restriction/content-restriction.php:85, ../profile-builder-2.0/modules/multiple-forms/edit-profile-forms.php:206, ../profile-builder-2.0/modules/multiple-forms/register-forms.php:229, ../profile-builder-2.0/modules/multiple-forms/register-forms.php:230
|
693 |
msgid "No"
|
694 |
msgstr ""
|
695 |
|
696 |
+
#: ../pb-add-on-social-connect/index.php:184, ../pb-add-on-social-connect/index.php:185, ../pb-add-on-social-connect/index.php:292, ../pb-add-on-social-connect/index.php:296
|
697 |
msgid "Social Connect"
|
698 |
msgstr ""
|
699 |
|
746 |
msgstr ""
|
747 |
|
748 |
#: ../pb-add-on-social-connect/index.php:215
|
749 |
+
msgid "LinkedIn Client Secret"
|
750 |
+
msgstr ""
|
751 |
+
|
752 |
+
#: ../pb-add-on-social-connect/index.php:216
|
753 |
msgid "Buttons Order"
|
754 |
msgstr ""
|
755 |
|
756 |
+
#: ../pb-add-on-social-connect/index.php:216
|
757 |
msgid "Drag and drop the dots to re-order."
|
758 |
msgstr ""
|
759 |
|
760 |
+
#: ../pb-add-on-social-connect/index.php:217
|
761 |
msgid "Buttons Re-Order"
|
762 |
msgstr ""
|
763 |
|
764 |
+
#: ../pb-add-on-social-connect/index.php:217
|
765 |
msgid "Save the buttons order from the buttons order checkboxes"
|
766 |
msgstr ""
|
767 |
|
768 |
+
#: ../pb-add-on-social-connect/index.php:218
|
769 |
msgid "Buttons Location"
|
770 |
msgstr ""
|
771 |
|
772 |
+
#: ../pb-add-on-social-connect/index.php:218
|
773 |
msgid "Display social buttons before or after the forms fields."
|
774 |
msgstr ""
|
775 |
|
776 |
+
#: ../pb-add-on-social-connect/index.php:219
|
777 |
msgid "Buttons Style"
|
778 |
msgstr ""
|
779 |
|
780 |
+
#: ../pb-add-on-social-connect/index.php:220
|
781 |
msgid "Heading Before Buttons (Login/Register)"
|
782 |
msgstr ""
|
783 |
|
784 |
+
#: ../pb-add-on-social-connect/index.php:220, ../pb-add-on-social-connect/index.php:221
|
785 |
msgid "Empty field will remove the heading."
|
786 |
msgstr ""
|
787 |
|
788 |
+
#: ../pb-add-on-social-connect/index.php:221
|
789 |
msgid "Heading Before Buttons (Edit Profile)"
|
790 |
msgstr ""
|
791 |
|
792 |
+
#: ../pb-add-on-social-connect/index.php:222
|
793 |
msgid "Facebook Button Text (Login/Register)"
|
794 |
msgstr ""
|
795 |
|
796 |
+
#: ../pb-add-on-social-connect/index.php:223
|
797 |
msgid "Google Button Text (Login/Register)"
|
798 |
msgstr ""
|
799 |
|
800 |
+
#: ../pb-add-on-social-connect/index.php:224
|
801 |
msgid "Twitter Button Text (Login/Register)"
|
802 |
msgstr ""
|
803 |
|
804 |
+
#: ../pb-add-on-social-connect/index.php:225
|
805 |
msgid "LinkedIn Button Text (Login/Register)"
|
806 |
msgstr ""
|
807 |
|
808 |
+
#: ../pb-add-on-social-connect/index.php:226
|
809 |
msgid "Facebook Button Text (Edit Profile)"
|
810 |
msgstr ""
|
811 |
|
812 |
+
#: ../pb-add-on-social-connect/index.php:227
|
813 |
msgid "Google Button Text (Edit Profile)"
|
814 |
msgstr ""
|
815 |
|
816 |
+
#: ../pb-add-on-social-connect/index.php:228
|
817 |
msgid "Twitter Button Text (Edit Profile)"
|
818 |
msgstr ""
|
819 |
|
820 |
+
#: ../pb-add-on-social-connect/index.php:229
|
821 |
msgid "LinkedIn Button Text (Edit Profile)"
|
822 |
msgstr ""
|
823 |
|
824 |
+
#: ../pb-add-on-social-connect/index.php:230
|
825 |
msgid "Unlink Accounts (Edit Profile)"
|
826 |
msgstr ""
|
827 |
|
828 |
+
#: ../pb-add-on-social-connect/index.php:230
|
829 |
msgid "This option will display linked social platforms to users accounts and will allow to easily unlink them in Edit Profile page."
|
830 |
msgstr ""
|
831 |
|
832 |
+
#: ../pb-add-on-social-connect/index.php:231
|
833 |
msgid "Default Social Connect CSS in the Front-end"
|
834 |
msgstr ""
|
835 |
|
836 |
+
#: ../pb-add-on-social-connect/index.php:251
|
837 |
msgid "Help"
|
838 |
msgstr ""
|
839 |
|
840 |
+
#: ../pb-add-on-social-connect/index.php:321
|
841 |
msgid "Display Social Connect buttons:"
|
842 |
msgstr ""
|
843 |
|
844 |
+
#: ../pb-add-on-social-connect/index.php:370
|
845 |
msgid "You have successfully unlinked %% from your account."
|
846 |
msgstr ""
|
847 |
|
848 |
+
#: ../pb-add-on-social-connect/index.php:382
|
849 |
msgid "An account with this email address already exists.<br> Do you want to connect it?"
|
850 |
msgstr ""
|
851 |
|
852 |
+
#: ../pb-add-on-social-connect/index.php:383
|
853 |
msgid "Please enter your website account password"
|
854 |
msgstr ""
|
855 |
|
856 |
+
#: ../pb-add-on-social-connect/index.php:384
|
857 |
msgid "Please enter a new email"
|
858 |
msgstr ""
|
859 |
|
860 |
+
#: ../pb-add-on-social-connect/index.php:385
|
861 |
msgid "You have successfully linked your account to %%."
|
862 |
msgstr ""
|
863 |
|
864 |
+
#: ../pb-add-on-social-connect/index.php:386, ../pb-add-on-social-connect/twitter/twitter.php:109
|
865 |
msgid "Something went wrong. Please try again later!"
|
866 |
msgstr ""
|
867 |
|
868 |
+
#: ../pb-add-on-social-connect/index.php:387
|
869 |
msgid "Before you can access your account you need to confirm your email address. Please check your inbox and click the activation link."
|
870 |
msgstr ""
|
871 |
|
872 |
+
#: ../pb-add-on-social-connect/index.php:388
|
873 |
msgid "<strong>ERROR</strong>: You need to confirm your email address before you can log in."
|
874 |
msgstr ""
|
875 |
|
876 |
+
#: ../pb-add-on-social-connect/index.php:389
|
877 |
msgid "Before you can access your account an administrator has to approve it. You will be notified via email."
|
878 |
msgstr ""
|
879 |
|
880 |
+
#: ../pb-add-on-social-connect/index.php:390, ../profile-builder-2.0/features/admin-approval/admin-approval.php:180
|
881 |
msgid "<strong>ERROR</strong>: Your account has to be confirmed by an administrator before you can log in."
|
882 |
msgstr ""
|
883 |
|
884 |
+
#: ../pb-add-on-social-connect/index.php:391
|
885 |
msgid "You will be redirected in 5 seconds. If not, click %%."
|
886 |
msgstr ""
|
887 |
|
888 |
+
#: ../pb-add-on-social-connect/index.php:392, ../profile-builder-2.0/features/functions.php:1060
|
889 |
msgid "here"
|
890 |
msgstr ""
|
891 |
|
892 |
+
#: ../pb-add-on-social-connect/index.php:393
|
893 |
msgid "<strong>You can only login with social accounts, not register!</strong><br>Please link your social account to an existing user account first."
|
894 |
msgstr ""
|
895 |
|
896 |
+
#: ../pb-add-on-social-connect/index.php:394
|
897 |
msgid "Wrong password!"
|
898 |
msgstr ""
|
899 |
|
900 |
+
#: ../pb-add-on-social-connect/index.php:395
|
901 |
msgid "Please enter a valid email!"
|
902 |
msgstr ""
|
903 |
|
904 |
+
#: ../pb-add-on-social-connect/index.php:396
|
905 |
msgid "You can only login on this form.<br>Register with your social account on the register form."
|
906 |
msgstr ""
|
907 |
|
908 |
+
#: ../pb-add-on-social-connect/index.php:402, ../pb-add-on-social-connect/index.php:403
|
909 |
msgid "Please enter your Facebook email!"
|
910 |
msgstr ""
|
911 |
|
912 |
+
#: ../pb-add-on-social-connect/index.php:415
|
913 |
msgid "Waiting for Twitter..."
|
914 |
msgstr ""
|
915 |
|
916 |
+
#: ../pb-add-on-social-connect/index.php:416, ../pb-add-on-social-connect/index.php:417
|
917 |
msgid "Please enter your Twitter email!"
|
918 |
msgstr ""
|
919 |
|
920 |
+
#: ../pb-add-on-social-connect/index.php:697
|
921 |
msgid "Profile Builder not active!"
|
922 |
msgstr ""
|
923 |
|
924 |
+
#: ../pb-add-on-social-connect/index.php:834, ../profile-builder-2.0/admin/admin-functions.php:37, ../profile-builder-2.0/admin/general-settings.php:8
|
925 |
msgid "General Settings"
|
926 |
msgstr ""
|
927 |
|
928 |
+
#: ../pb-add-on-social-connect/index.php:838
|
929 |
msgid "Application Settings"
|
930 |
msgstr ""
|
931 |
|
932 |
+
#: ../pb-add-on-social-connect/index.php:842
|
933 |
msgid "Appearance Settings"
|
934 |
msgstr ""
|
935 |
|
936 |
+
#: ../pb-add-on-social-connect/index.php:906
|
937 |
msgid "Unlink"
|
938 |
msgstr ""
|
939 |
|
940 |
+
#: ../pb-add-on-social-connect/index.php:913
|
941 |
msgid "Your account is linked with:"
|
942 |
msgstr ""
|
943 |
|
945 |
msgid "Country"
|
946 |
msgstr ""
|
947 |
|
948 |
+
#: ../pb-add-on-woocommerce/billing-fields.php:6, ../pb-add-on-woocommerce/shipping-fields.php:6, ../profile-builder-2.0/admin/manage-fields.php:246, ../pb-add-on-customization-toolbox/includes/views/view-fields.php:127
|
949 |
msgid "First Name"
|
950 |
msgstr ""
|
951 |
|
952 |
+
#: ../pb-add-on-woocommerce/billing-fields.php:7, ../pb-add-on-woocommerce/shipping-fields.php:7, ../profile-builder-2.0/admin/manage-fields.php:247, ../pb-add-on-customization-toolbox/includes/views/view-fields.php:133
|
953 |
msgid "Last Name"
|
954 |
msgstr ""
|
955 |
|
1197 |
msgid "Click to edit"
|
1198 |
msgstr ""
|
1199 |
|
1200 |
+
#: ../pb-add-on-campaign-monitor-integration/admin/cmonitor-page.php:451, ../pb-add-on-mailchimp-integration/admin/mailchimp-page.php:171, ../profile-builder-2.0/features/functions.php:774, ../pb-add-on-labels-edit/assets/lib/wck-api/wordpress-creation-kit.php:403, ../profile-builder-2.0/assets/lib/wck-api/wordpress-creation-kit.php:395
|
1201 |
msgid "Cancel"
|
1202 |
msgstr ""
|
1203 |
|
1327 |
msgid "The Campaign Monitor API key is either missing or is invalid."
|
1328 |
msgstr ""
|
1329 |
|
1330 |
+
#: admin/manage-fields.php:29
|
1331 |
msgid "Communication Preferences"
|
1332 |
msgstr ""
|
1333 |
|
1334 |
+
#: admin/manage-fields.php:29, front-end/gdpr-communication-preferences.php:9, ../profile-builder-2.0/admin/manage-fields.php:251, ../profile-builder-2.0/front-end/recover.php:119, ../pb-add-on-customization-toolbox/includes/shortcodes/resend-activation.php:9, ../profile-builder-2.0/features/admin-approval/class-admin-approval.php:169, ../profile-builder-2.0/features/email-confirmation/class-email-confirmation.php:169, ../profile-builder-2.0/modules/user-listing/userlisting.php:117
|
1335 |
msgid "E-mail"
|
1336 |
msgstr ""
|
1337 |
|
1338 |
+
#: admin/manage-fields.php:29, front-end/gdpr-communication-preferences.php:9
|
1339 |
msgid "Telephone"
|
1340 |
msgstr ""
|
1341 |
|
1342 |
+
#: admin/manage-fields.php:29, front-end/gdpr-communication-preferences.php:9
|
1343 |
msgid "SMS"
|
1344 |
msgstr ""
|
1345 |
|
1346 |
+
#: admin/manage-fields.php:29, front-end/gdpr-communication-preferences.php:9
|
1347 |
msgid "Post"
|
1348 |
msgstr ""
|
1349 |
|
1350 |
+
#: admin/manage-fields.php:29
|
1351 |
msgid "Select which communication preferences are available on your site ( drag and drop to re-order )"
|
1352 |
msgstr ""
|
1353 |
|
1354 |
+
#: admin/manage-fields.php:30
|
1355 |
msgid "Communication Preferences Order"
|
1356 |
msgstr ""
|
1357 |
|
1358 |
+
#: admin/manage-fields.php:30
|
1359 |
msgid "Save the communication preferences order"
|
1360 |
msgstr ""
|
1361 |
|
1362 |
+
#: front-end/gdpr-communication-preferences.php:44, ../pb-add-on-select2/front-end/select2-field.php:72, ../pb-add-on-select2/front-end/select2-multiple-field.php:87, ../profile-builder-2.0/front-end/extra-fields/avatar/avatar.php:74, ../profile-builder-2.0/front-end/extra-fields/checkbox/checkbox.php:46, ../profile-builder-2.0/front-end/extra-fields/colorpicker/colorpicker.php:45, ../profile-builder-2.0/front-end/extra-fields/datepicker/datepicker.php:40, ../profile-builder-2.0/front-end/extra-fields/input/input.php:30, ../profile-builder-2.0/front-end/extra-fields/input-email/input-email.php:30, ../profile-builder-2.0/front-end/extra-fields/input-hidden/input-hidden.php:34, ../profile-builder-2.0/front-end/extra-fields/input-url/input-url.php:30, ../profile-builder-2.0/front-end/extra-fields/map/map.php:51, ../profile-builder-2.0/front-end/extra-fields/number/number.php:30, ../profile-builder-2.0/front-end/extra-fields/phone/phone.php:39, ../profile-builder-2.0/front-end/extra-fields/radio/radio.php:44, ../profile-builder-2.0/front-end/extra-fields/select/select.php:51, ../profile-builder-2.0/front-end/extra-fields/select-cpt/select-cpt.php:58, ../profile-builder-2.0/front-end/extra-fields/select-multiple/select-multiple.php:47, ../profile-builder-2.0/front-end/extra-fields/select-timezone/select-timezone.php:49, ../profile-builder-2.0/front-end/extra-fields/textarea/textarea.php:30, ../profile-builder-2.0/front-end/extra-fields/upload/upload.php:70, ../profile-builder-2.0/front-end/extra-fields/wysiwyg/wysiwyg.php:33
|
1363 |
msgid "required"
|
1364 |
msgstr ""
|
1365 |
|
1366 |
+
#: front-end/gdpr-communication-preferences.php:68
|
1367 |
msgid "Date"
|
1368 |
msgstr ""
|
1369 |
|
1370 |
+
#: front-end/gdpr-communication-preferences.php:68
|
1371 |
msgid "Preference"
|
1372 |
msgstr ""
|
1373 |
|
1583 |
msgid "Sign in with LinkedIn"
|
1584 |
msgstr ""
|
1585 |
|
1586 |
+
#: ../pb-add-on-social-connect/twitter/twitter.php:53
|
1587 |
msgid "Connection with twitter Failed"
|
1588 |
msgstr ""
|
1589 |
|
1590 |
+
#: ../pb-add-on-social-connect/twitter/twitter.php:58
|
1591 |
msgid "Error Receiving Request Token"
|
1592 |
msgstr ""
|
1593 |
|
1594 |
+
#: ../pb-add-on-social-connect/twitter/twitter.php:142
|
1595 |
msgid "Link with Twitter"
|
1596 |
msgstr ""
|
1597 |
|
1598 |
+
#: ../pb-add-on-social-connect/twitter/twitter.php:148
|
1599 |
msgid "Sign in with Twitter"
|
1600 |
msgstr ""
|
1601 |
|
1771 |
msgid "Very weak"
|
1772 |
msgstr ""
|
1773 |
|
1774 |
+
#: ../profile-builder-2.0/admin/admin-functions.php:137, ../profile-builder-2.0/admin/general-settings.php:280, ../profile-builder-2.0/features/functions.php:608, ../profile-builder-2.0/features/functions.php:632
|
1775 |
msgid "Weak"
|
1776 |
msgstr ""
|
1777 |
|
1778 |
+
#: ../profile-builder-2.0/admin/admin-functions.php:137, ../profile-builder-2.0/admin/general-settings.php:281, ../profile-builder-2.0/features/functions.php:608, ../profile-builder-2.0/features/functions.php:632
|
1779 |
msgid "Medium"
|
1780 |
msgstr ""
|
1781 |
|
1782 |
+
#: ../profile-builder-2.0/admin/admin-functions.php:137, ../profile-builder-2.0/admin/general-settings.php:282, ../profile-builder-2.0/features/functions.php:608, ../profile-builder-2.0/features/functions.php:632
|
1783 |
msgid "Strong"
|
1784 |
msgstr ""
|
1785 |
|
2255 |
msgid "Username and Email"
|
2256 |
msgstr ""
|
2257 |
|
2258 |
+
#: ../profile-builder-2.0/admin/general-settings.php:249, ../profile-builder-2.0/admin/manage-fields.php:245, ../profile-builder-2.0/front-end/login.php:246, ../profile-builder-2.0/front-end/login.php:260, ../profile-builder-2.0/front-end/login.php:389, ../pb-add-on-customization-toolbox/includes/views/view-fields.php:121, ../profile-builder-2.0/features/admin-approval/class-admin-approval.php:166, ../profile-builder-2.0/features/email-confirmation/class-email-confirmation.php:168, ../profile-builder-2.0/modules/custom-redirects/custom_redirects_admin.php:60, ../profile-builder-2.0/modules/email-customizer/email-customizer.php:28, ../profile-builder-2.0/modules/user-listing/userlisting.php:111, ../profile-builder-2.0/modules/user-listing/userlisting.php:303, ../profile-builder-2.0/modules/user-listing/userlisting.php:778, ../profile-builder-2.0/modules/user-listing/userlisting.php:2290
|
2259 |
msgid "Username"
|
2260 |
msgstr ""
|
2261 |
|
4445 |
msgid "We recommend \"<a href=\"%s\" target=\"_blank\">Custom Profile Menus</a>\" addon if you need different menu items for logged in / logged out users."
|
4446 |
msgstr ""
|
4447 |
|
4448 |
+
#: ../profile-builder-2.0/admin/private-website.php:127, ../profile-builder-2.0/features/functions.php:767, ../pb-add-on-customization-toolbox/includes/views/view-admin.php:47, ../pb-add-on-customization-toolbox/includes/views/view-fields.php:275, ../pb-add-on-customization-toolbox/includes/views/view-forms.php:321, ../pb-add-on-customization-toolbox/includes/views/view-shortcodes.php:77, ../pb-add-on-customization-toolbox/includes/views/view-userlisting.php:91, ../profile-builder-2.0/features/content-restriction/content-restriction.php:159, ../profile-builder-2.0/modules/class-mustache-templates/class-mustache-templates.php:390, ../pb-add-on-labels-edit/assets/lib/wck-api/wordpress-creation-kit.php:402, ../profile-builder-2.0/assets/lib/wck-api/wordpress-creation-kit.php:394
|
4449 |
msgid "Save Changes"
|
4450 |
msgstr ""
|
4451 |
|
4506 |
msgstr ""
|
4507 |
|
4508 |
#: ../profile-builder-2.0/admin/register-version.php:87
|
4509 |
+
msgid "(e.g. CLPB-15-SN-253a55baa4fbe7bf595b2aabb8d72985)"
|
4510 |
msgstr ""
|
4511 |
|
4512 |
#: ../profile-builder-2.0/admin/register-version.php:243
|
4514 |
msgstr ""
|
4515 |
|
4516 |
#: ../profile-builder-2.0/admin/register-version.php:246
|
4517 |
+
msgid "<p>Your <strong>Profile Builder</strong> license has expired. <br/>Please %1$sRenew Your Licence%2$s to continue receiving access to product downloads, automatic updates and support. %3$sRenew now %4$s %5$sDismiss%6$s</p>"
|
4518 |
msgstr ""
|
4519 |
|
4520 |
#: ../profile-builder-2.0/admin/register-version.php:251
|
4521 |
+
msgid "<p>Your <strong>Profile Builder</strong> license is about to expire on %5$s. <br/>Please %1$sRenew Your Licence%2$s to continue receiving access to product downloads, automatic updates and support. %3$sRenew now %4$s %6$sDismiss%7$s</p>"
|
4522 |
msgstr ""
|
4523 |
|
4524 |
+
#: ../profile-builder-2.0/features/functions.php:253
|
4525 |
msgid "GDPR Checkbox"
|
4526 |
msgstr ""
|
4527 |
|
4528 |
+
#: ../profile-builder-2.0/features/functions.php:253
|
4529 |
msgid "I allow the website to collect and store the data I submit through this form."
|
4530 |
msgstr ""
|
4531 |
|
4532 |
+
#: ../profile-builder-2.0/features/functions.php:582
|
4533 |
msgid "Strength indicator"
|
4534 |
msgstr ""
|
4535 |
|
4536 |
+
#: ../profile-builder-2.0/features/functions.php:608, ../profile-builder-2.0/features/functions.php:632
|
4537 |
msgid "Very Weak"
|
4538 |
msgstr ""
|
4539 |
|
4540 |
+
#: ../profile-builder-2.0/features/functions.php:622
|
4541 |
msgid "Minimum length of %d characters."
|
4542 |
msgstr ""
|
4543 |
|
4544 |
+
#: ../profile-builder-2.0/features/functions.php:633
|
4545 |
msgid "The password must have a minimum strength of %s."
|
4546 |
msgstr ""
|
4547 |
|
4548 |
+
#: ../profile-builder-2.0/features/functions.php:710
|
4549 |
msgid "This field is required"
|
4550 |
msgstr ""
|
4551 |
|
4552 |
+
#: ../profile-builder-2.0/features/functions.php:748, ../profile-builder-2.0/front-end/default-fields/recaptcha/recaptcha.php:463, ../profile-builder-2.0/front-end/default-fields/recaptcha/recaptcha.php:472, ../profile-builder-2.0/front-end/default-fields/recaptcha/recaptcha.php:525, ../profile-builder-2.0/front-end/default-fields/recaptcha/recaptcha.php:570
|
4553 |
msgid "Please enter a (valid) reCAPTCHA value"
|
4554 |
msgstr ""
|
4555 |
|
4556 |
+
#: ../profile-builder-2.0/features/functions.php:755
|
4557 |
msgid "Incorrect phone number"
|
4558 |
msgstr ""
|
4559 |
|
4560 |
+
#: ../profile-builder-2.0/features/functions.php:795, ../pb-add-on-labels-edit/assets/lib/wck-api/wordpress-creation-kit.php:444, ../profile-builder-2.0/assets/lib/wck-api/wordpress-creation-kit.php:436
|
4561 |
msgid "Content"
|
4562 |
msgstr ""
|
4563 |
|
4564 |
+
#: ../profile-builder-2.0/features/functions.php:962
|
4565 |
msgid "<br><br>Also, you will be able to visit your site at "
|
4566 |
msgstr ""
|
4567 |
|
4568 |
+
#: ../profile-builder-2.0/features/functions.php:975
|
4569 |
msgid "<br><br>You can visit your site at "
|
4570 |
msgstr ""
|
4571 |
|
4572 |
+
#: ../profile-builder-2.0/features/functions.php:1061
|
4573 |
msgid "You will soon be redirected automatically. If you see this page for more than %1$d seconds, please click %2$s.%3$s"
|
4574 |
msgstr ""
|
4575 |
|
4576 |
+
#: ../profile-builder-2.0/features/functions.php:1191
|
4577 |
msgid "No feed available,please visit our <a href=\"%s\">homepage</a>!"
|
4578 |
msgstr ""
|
4579 |
|
4580 |
+
#: ../profile-builder-2.0/features/functions.php:1226
|
4581 |
msgid "You are not currently logged in."
|
4582 |
msgstr ""
|
4583 |
|
4873 |
msgid "Inactive"
|
4874 |
msgstr ""
|
4875 |
|
4876 |
+
#: ../pb-add-on-customization-toolbox/includes/fields/restricted-words.php:24, ../pb-add-on-customization-toolbox/includes/forms/restricted-email-domains.php:19, ../pb-add-on-customization-toolbox/includes/forms/restricted-email-domains.php:24
|
4877 |
msgid "$validation_message"
|
4878 |
msgstr ""
|
4879 |
|
4880 |
+
#: ../pb-add-on-customization-toolbox/includes/fields/send-credentials-text.php:12
|
4881 |
msgid "$text"
|
4882 |
msgstr ""
|
4883 |
|
4884 |
+
#: ../pb-add-on-customization-toolbox/includes/fields/unique-display-name.php:19
|
4885 |
msgid "This display name is already in use. Please choose another one."
|
4886 |
msgstr ""
|
4887 |
|
4888 |
+
#: ../pb-add-on-customization-toolbox/includes/shortcodes/resend-activation.php:5
|
4889 |
msgid "Resend activation email"
|
4890 |
msgstr ""
|
4891 |
|
4892 |
+
#: ../pb-add-on-customization-toolbox/includes/views/view-admin.php:14
|
4893 |
+
msgid "Allow users with the 'delete_users' capability to view the Admin Approval list"
|
4894 |
+
msgstr ""
|
4895 |
+
|
4896 |
+
#: ../pb-add-on-customization-toolbox/includes/views/view-admin.php:23
|
4897 |
+
msgid "By checking this option, you will allow users that have the 'delete_users' capability to access and use the Admin Approval list."
|
4898 |
+
msgstr ""
|
4899 |
+
|
4900 |
+
#: ../pb-add-on-customization-toolbox/includes/views/view-admin.php:30
|
4901 |
+
msgid "Allow users with the 'delete_users' capability to view the list of Unconfirmed Emails"
|
4902 |
+
msgstr ""
|
4903 |
+
|
4904 |
+
#: ../pb-add-on-customization-toolbox/includes/views/view-admin.php:39
|
4905 |
+
msgid "By checking this option, you will allow users that have the 'delete_users' capability to see the list of Unconfirmed Email Addresses."
|
4906 |
+
msgstr ""
|
4907 |
+
|
4908 |
+
#: ../pb-add-on-customization-toolbox/includes/views/view-fields.php:14
|
4909 |
msgid "Automatically generate password for users"
|
4910 |
msgstr ""
|
4911 |
|
4912 |
+
#: ../pb-add-on-customization-toolbox/includes/views/view-fields.php:23
|
4913 |
msgid "By checking this option, the password will be automatically generated and emailed to the user."
|
4914 |
msgstr ""
|
4915 |
|
4916 |
+
#: ../pb-add-on-customization-toolbox/includes/views/view-fields.php:30
|
4917 |
msgid "Modify 'Send Credentials' checkbox"
|
4918 |
msgstr ""
|
4919 |
|
4920 |
+
#: ../pb-add-on-customization-toolbox/includes/views/view-fields.php:34
|
4921 |
msgid "Hidden and checked"
|
4922 |
msgstr ""
|
4923 |
|
4924 |
+
#: ../pb-add-on-customization-toolbox/includes/views/view-fields.php:39
|
4925 |
msgid "Field text:"
|
4926 |
msgstr ""
|
4927 |
|
4928 |
+
#: ../pb-add-on-customization-toolbox/includes/views/view-fields.php:49
|
4929 |
msgid "By default, the user needs to choose if he wants to receive a registration email."
|
4930 |
msgstr ""
|
4931 |
|
4932 |
+
#: ../pb-add-on-customization-toolbox/includes/views/view-fields.php:52
|
4933 |
msgid "By checking the <strong>Hidden and checked</strong> option, the field won't be shown and the message will always be sent to the user."
|
4934 |
msgstr ""
|
4935 |
|
4936 |
+
#: ../pb-add-on-customization-toolbox/includes/views/view-fields.php:55
|
4937 |
msgid "If you choose to show the field, you can modify the default text by entering something in the field from above."
|
4938 |
msgstr ""
|
4939 |
|
4940 |
+
#: ../pb-add-on-customization-toolbox/includes/views/view-fields.php:62
|
4941 |
+
msgid "Redirect users to a page if they have empty required fields"
|
4942 |
msgstr ""
|
4943 |
|
4944 |
+
#: ../pb-add-on-customization-toolbox/includes/views/view-fields.php:71
|
4945 |
+
msgid "Redirect Page:"
|
4946 |
msgstr ""
|
4947 |
|
4948 |
+
#: ../pb-add-on-customization-toolbox/includes/views/view-fields.php:91
|
4949 |
+
msgid "By activating this option, logged in users which have empty required fields on their profile will be redirected to the page you added above."
|
4950 |
+
msgstr ""
|
4951 |
+
|
4952 |
+
#: ../pb-add-on-customization-toolbox/includes/views/view-fields.php:94
|
4953 |
+
msgid "For example, you can redirect these users to the Edit Profile form so they can add the missing info."
|
4954 |
+
msgstr ""
|
4955 |
+
|
4956 |
+
#: ../pb-add-on-customization-toolbox/includes/views/view-fields.php:101
|
4957 |
+
msgid "Ban certain words from being used in fields"
|
4958 |
+
msgstr ""
|
4959 |
+
|
4960 |
+
#: ../pb-add-on-customization-toolbox/includes/views/view-fields.php:108, ../pb-add-on-customization-toolbox/includes/views/view-forms.php:21
|
4961 |
+
msgid "On"
|
4962 |
+
msgstr ""
|
4963 |
+
|
4964 |
+
#: ../pb-add-on-customization-toolbox/includes/views/view-fields.php:116
|
4965 |
+
msgid "Affected fields:"
|
4966 |
msgstr ""
|
4967 |
|
4968 |
+
#: ../pb-add-on-customization-toolbox/includes/views/view-fields.php:140
|
4969 |
+
msgid "Banned words:"
|
4970 |
+
msgstr ""
|
4971 |
+
|
4972 |
+
#: ../pb-add-on-customization-toolbox/includes/views/view-fields.php:159, ../pb-add-on-customization-toolbox/includes/views/view-forms.php:66
|
4973 |
+
msgid "Error message:"
|
4974 |
+
msgstr ""
|
4975 |
+
|
4976 |
+
#: ../pb-add-on-customization-toolbox/includes/views/view-fields.php:170
|
4977 |
+
msgid "Allows you to define some words which users cannot use in their Username, First Name or Last Name when registering."
|
4978 |
+
msgstr ""
|
4979 |
+
|
4980 |
+
#: ../pb-add-on-customization-toolbox/includes/views/view-fields.php:177
|
4981 |
msgid "Unique 'Display Name' for users"
|
4982 |
msgstr ""
|
4983 |
|
4984 |
+
#: ../pb-add-on-customization-toolbox/includes/views/view-fields.php:186
|
4985 |
msgid "By checking this option, users will not be able to choose a <strong>Display Name</strong> that is already used by another account."
|
4986 |
msgstr ""
|
4987 |
|
4988 |
+
#: ../pb-add-on-customization-toolbox/includes/views/view-fields.php:193
|
4989 |
msgid "Always capitalize 'First Name' and 'Last Name' default fields"
|
4990 |
msgstr ""
|
4991 |
|
4992 |
+
#: ../pb-add-on-customization-toolbox/includes/views/view-fields.php:202
|
4993 |
msgid "If you have these fields in your forms, they will be always saved with the first letter as uppercase."
|
4994 |
msgstr ""
|
4995 |
|
4996 |
+
#: ../pb-add-on-customization-toolbox/includes/views/view-fields.php:205
|
4997 |
msgid "eg.: <strong>John Doe</strong> instead of <strong>john doe</strong>"
|
4998 |
msgstr ""
|
4999 |
|
5000 |
+
#: ../pb-add-on-customization-toolbox/includes/views/view-fields.php:213
|
5001 |
msgid "Datepicker starts on Monday"
|
5002 |
msgstr ""
|
5003 |
|
5004 |
+
#: ../pb-add-on-customization-toolbox/includes/views/view-fields.php:222
|
5005 |
msgid "Will make all Datepickers use Monday as the first day of the week."
|
5006 |
msgstr ""
|
5007 |
|
5008 |
+
#: ../pb-add-on-customization-toolbox/includes/views/view-fields.php:236
|
5009 |
+
msgid "Hide Repeater Fields from the back-end profile page"
|
|
|
|
|
|
|
|
|
5010 |
msgstr ""
|
5011 |
|
5012 |
+
#: ../pb-add-on-customization-toolbox/includes/views/view-fields.php:245
|
5013 |
+
msgid "Repeater Fields from Profile Builder do not work on the back-end user profile page, they are just displayed. If you want to remove them completely, you can use this option."
|
5014 |
msgstr ""
|
5015 |
|
5016 |
+
#: ../pb-add-on-customization-toolbox/includes/views/view-fields.php:248
|
5017 |
+
msgid "You will still be able to use them from a front-end edit profile form."
|
5018 |
msgstr ""
|
5019 |
|
5020 |
+
#: ../pb-add-on-customization-toolbox/includes/views/view-fields.php:257
|
5021 |
+
msgid "Update database entries when changing meta key"
|
5022 |
msgstr ""
|
5023 |
|
5024 |
+
#: ../pb-add-on-customization-toolbox/includes/views/view-fields.php:266
|
5025 |
+
msgid "If you activate this option, when changing the meta key of a field, existing entries from the database will be updated as well."
|
5026 |
msgstr ""
|
5027 |
|
5028 |
+
#: ../pb-add-on-customization-toolbox/includes/views/view-forms.php:14
|
5029 |
msgid "Allow or deny email domains from registering"
|
5030 |
msgstr ""
|
5031 |
|
5032 |
+
#: ../pb-add-on-customization-toolbox/includes/views/view-forms.php:29
|
5033 |
msgid "Type:"
|
5034 |
msgstr ""
|
5035 |
|
5036 |
+
#: ../pb-add-on-customization-toolbox/includes/views/view-forms.php:34
|
5037 |
msgid "Allow"
|
5038 |
msgstr ""
|
5039 |
|
5040 |
+
#: ../pb-add-on-customization-toolbox/includes/views/view-forms.php:40
|
5041 |
msgid "Deny"
|
5042 |
msgstr ""
|
5043 |
|
5044 |
+
#: ../pb-add-on-customization-toolbox/includes/views/view-forms.php:47
|
5045 |
msgid "Restricted domains:"
|
5046 |
msgstr ""
|
5047 |
|
5048 |
+
#: ../pb-add-on-customization-toolbox/includes/views/view-forms.php:77
|
5049 |
msgid "This option lets you allow registrations only from certain domains or deny registrations from certain domains."
|
5050 |
msgstr ""
|
5051 |
|
5052 |
+
#: ../pb-add-on-customization-toolbox/includes/views/view-forms.php:80
|
5053 |
msgid "You should add only the domain in the list from above. eg.: gmail.com"
|
5054 |
msgstr ""
|
5055 |
|
5056 |
+
#: ../pb-add-on-customization-toolbox/includes/views/view-forms.php:92
|
5057 |
msgid "Forms that should bypass Email Confirmation"
|
5058 |
msgstr ""
|
5059 |
|
5060 |
+
#: ../pb-add-on-customization-toolbox/includes/views/view-forms.php:119
|
5061 |
msgid "Users registering through any of the selected forms will not need to confirm their email address."
|
5062 |
msgstr ""
|
5063 |
|
5064 |
+
#: ../pb-add-on-customization-toolbox/includes/views/view-forms.php:128
|
5065 |
+
msgid "Disable Email Confirmation for Social Connect registrations"
|
5066 |
+
msgstr ""
|
5067 |
+
|
5068 |
+
#: ../pb-add-on-customization-toolbox/includes/views/view-forms.php:137
|
5069 |
+
msgid "If checked, will allow users that register through the Social Connect add-on to bypass the Email Confirmation feature."
|
5070 |
+
msgstr ""
|
5071 |
+
|
5072 |
+
#: ../pb-add-on-customization-toolbox/includes/views/view-forms.php:145
|
5073 |
msgid "Remember me checked by default"
|
5074 |
msgstr ""
|
5075 |
|
5076 |
+
#: ../pb-add-on-customization-toolbox/includes/views/view-forms.php:154
|
5077 |
msgid "Check the 'Remember Me' checkbox on Login forms, by default."
|
5078 |
msgstr ""
|
5079 |
|
5080 |
+
#: ../pb-add-on-customization-toolbox/includes/views/view-forms.php:160
|
5081 |
msgid "Remove validation from back-end profile page"
|
5082 |
msgstr ""
|
5083 |
|
5084 |
+
#: ../pb-add-on-customization-toolbox/includes/views/view-forms.php:169
|
5085 |
msgid "When saving the back-end user profile, Profile Builder fields will not be validated anymore. eg.: bypass required attribute"
|
5086 |
msgstr ""
|
5087 |
|
5088 |
+
#: ../pb-add-on-customization-toolbox/includes/views/view-forms.php:180
|
5089 |
msgid "Always show edit other users dropdown"
|
5090 |
msgstr ""
|
5091 |
|
5092 |
+
#: ../pb-add-on-customization-toolbox/includes/views/view-forms.php:189
|
5093 |
msgid "For perfomance reasons, we disable the select if you have more than 5000 users on your website. This option lets you enable it again."
|
5094 |
msgstr ""
|
5095 |
|
5096 |
+
#: ../pb-add-on-customization-toolbox/includes/views/view-forms.php:197
|
5097 |
msgid "Consider 'Anyone can Register' WordPress option"
|
5098 |
msgstr ""
|
5099 |
|
5100 |
+
#: ../pb-add-on-customization-toolbox/includes/views/view-forms.php:207
|
5101 |
msgid "setting"
|
5102 |
msgstr ""
|
5103 |
|
5104 |
+
#: ../pb-add-on-customization-toolbox/includes/views/view-forms.php:209
|
5105 |
msgid "By default, Profile Builder ignores this %1$s. If you check this option, our registration form will consider it."
|
5106 |
msgstr ""
|
5107 |
|
5108 |
+
#: ../pb-add-on-customization-toolbox/includes/views/view-forms.php:217
|
5109 |
msgid "Modify default Redirect Delay timer"
|
5110 |
msgstr ""
|
5111 |
|
5112 |
+
#: ../pb-add-on-customization-toolbox/includes/views/view-forms.php:224
|
5113 |
msgid "This allows you to change the amount of seconds it takes for the <strong>'After Registration'</strong> redirect to happen."
|
5114 |
msgstr ""
|
5115 |
|
5116 |
+
#: ../pb-add-on-customization-toolbox/includes/views/view-forms.php:227
|
5117 |
msgid "The default is 3 seconds. Leave empty if you do not want to change it."
|
5118 |
msgstr ""
|
5119 |
|
5120 |
+
#: ../pb-add-on-customization-toolbox/includes/views/view-forms.php:235
|
5121 |
msgid "Save Admin Approval status in usermeta"
|
5122 |
msgstr ""
|
5123 |
|
5124 |
+
#: ../pb-add-on-customization-toolbox/includes/views/view-forms.php:244
|
5125 |
msgid "By default, the Admin Approval status is saved as a custom taxonomy that is attached to the user."
|
5126 |
msgstr ""
|
5127 |
|
5128 |
+
#: ../pb-add-on-customization-toolbox/includes/views/view-forms.php:247
|
5129 |
msgid "If you check this option, the status will also be saved in the '*_usermeta' table under the <strong>wppb_approval_status</strong> meta name."
|
5130 |
msgstr ""
|
5131 |
|
5132 |
+
#: ../pb-add-on-customization-toolbox/includes/views/view-forms.php:256
|
5133 |
msgid "Redirect '/author' page if user is not approved"
|
5134 |
msgstr ""
|
5135 |
|
5136 |
+
#: ../pb-add-on-customization-toolbox/includes/views/view-forms.php:265
|
5137 |
msgid "By default, users placed in Admin Approval will not be able to login, but the Author pages will be accessible."
|
5138 |
msgstr ""
|
5139 |
|
5140 |
+
#: ../pb-add-on-customization-toolbox/includes/views/view-forms.php:268
|
5141 |
msgid "Using this option you can redirect these pages, sending users who try to access them to your home page."
|
5142 |
msgstr ""
|
5143 |
|
5144 |
+
#: ../pb-add-on-customization-toolbox/includes/views/view-forms.php:276
|
5145 |
msgid "Save 'Last Login' date in usermeta"
|
5146 |
msgstr ""
|
5147 |
|
5148 |
+
#: ../pb-add-on-customization-toolbox/includes/views/view-forms.php:285
|
5149 |
msgid "By checking this option, each time a user logins, the date and time will be saved in the database."
|
5150 |
msgstr ""
|
5151 |
|
5152 |
+
#: ../pb-add-on-customization-toolbox/includes/views/view-forms.php:288
|
5153 |
msgid "The meta name for the field will be <strong>last_login_date</strong>."
|
5154 |
msgstr ""
|
5155 |
|
5156 |
+
#: ../pb-add-on-customization-toolbox/includes/views/view-forms.php:291, ../pb-add-on-customization-toolbox/includes/views/view-forms.php:313
|
5157 |
msgid "You can <a href=\"https://www.cozmoslabs.com/docs/profile-builder-2/manage-user-fields/#Manage_existing_custom_fields_with_Profile_Builder\" target=\"_blank\">create a field with this meta name</a> in Profile Builder to display it in the Userlisting or Edit Profile forms."
|
5158 |
msgstr ""
|
5159 |
|
5160 |
+
#: ../pb-add-on-customization-toolbox/includes/views/view-forms.php:298
|
5161 |
msgid "Save 'Last Profile Update' date in usermeta"
|
5162 |
msgstr ""
|
5163 |
|
5164 |
+
#: ../pb-add-on-customization-toolbox/includes/views/view-forms.php:307
|
5165 |
msgid "By checking this option, each time a modifies his profile the date and time will be saved in the database."
|
5166 |
msgstr ""
|
5167 |
|
5168 |
+
#: ../pb-add-on-customization-toolbox/includes/views/view-forms.php:310
|
5169 |
msgid "The meta name for the field will be <strong>last_profile_update_date</strong>."
|
5170 |
msgstr ""
|
5171 |
|
5172 |
+
#: ../pb-add-on-customization-toolbox/includes/views/view-shortcodes.php:12
|
5173 |
msgid "Enable Compare shortcode"
|
5174 |
msgstr ""
|
5175 |
|
5176 |
+
#: ../pb-add-on-customization-toolbox/includes/views/view-shortcodes.php:21
|
5177 |
msgid "You can read more info about this shortcode by following <a href=\"https://www.cozmoslabs.com/docs/profile-builder-2/developers-knowledge-base/shortcodes/compare-shortcode/\">this url</a>."
|
5178 |
msgstr ""
|
5179 |
|
5180 |
+
#: ../pb-add-on-customization-toolbox/includes/views/view-shortcodes.php:28
|
5181 |
msgid "Enable Usermeta shortcode"
|
5182 |
msgstr ""
|
5183 |
|
5184 |
+
#: ../pb-add-on-customization-toolbox/includes/views/view-shortcodes.php:37
|
5185 |
msgid "You can read more info about this shortcode by following <a href=\"https://www.cozmoslabs.com/docs/profile-builder-2/developers-knowledge-base/shortcodes/display-user-meta/\">this url</a>."
|
5186 |
msgstr ""
|
5187 |
|
5188 |
+
#: ../pb-add-on-customization-toolbox/includes/views/view-shortcodes.php:44
|
5189 |
msgid "Enable Resend Activation Email shortcode"
|
5190 |
msgstr ""
|
5191 |
|
5192 |
+
#: ../pb-add-on-customization-toolbox/includes/views/view-shortcodes.php:53
|
5193 |
msgid "You can read more info about this shortcode by following <a href=\"https://www.cozmoslabs.com/docs/profile-builder-2/developers-knowledge-base/shortcodes/resend-confirmation-email/\">this url</a>."
|
5194 |
msgstr ""
|
5195 |
|
5196 |
+
#: ../pb-add-on-customization-toolbox/includes/views/view-shortcodes.php:60
|
5197 |
msgid "Enable Format Date shortcode"
|
5198 |
msgstr ""
|
5199 |
|
5200 |
+
#: ../pb-add-on-customization-toolbox/includes/views/view-shortcodes.php:69
|
5201 |
msgid "You can read more info about this shortcode by following <a href=\"https://www.cozmoslabs.com/docs/profile-builder-2/developers-knowledge-base/shortcodes/format-date-shortcode/\">this url</a>."
|
5202 |
msgstr ""
|
5203 |
|
5204 |
+
#: ../pb-add-on-customization-toolbox/includes/views/view-userlisting.php:12
|
5205 |
msgid "Change placeholder text for Search box"
|
5206 |
msgstr ""
|
5207 |
|
5208 |
+
#: ../pb-add-on-customization-toolbox/includes/views/view-userlisting.php:19
|
5209 |
msgid "This refers to the placeholder text from the <strong>{{{extra_search_all_fields}}}</strong> tag."
|
5210 |
msgstr ""
|
5211 |
|
5212 |
+
#: ../pb-add-on-customization-toolbox/includes/views/view-userlisting.php:22
|
5213 |
msgid "Default text is <strong>Search Users by All Fields</strong>, use this option to change it to something else. Leave empty if you do not want to change it."
|
5214 |
msgstr ""
|
5215 |
|
5216 |
+
#: ../pb-add-on-customization-toolbox/includes/views/view-userlisting.php:29
|
5217 |
msgid "Modify base URL for Single Userlisting"
|
5218 |
msgstr ""
|
5219 |
|
5220 |
+
#: ../pb-add-on-customization-toolbox/includes/views/view-userlisting.php:37
|
5221 |
msgid "By default Single Userlisting URLs contain the word <strong>user</strong>. eg.: "
|
5222 |
msgstr ""
|
5223 |
|
5224 |
+
#: ../pb-add-on-customization-toolbox/includes/views/view-userlisting.php:42
|
5225 |
msgid "Using this option, you can change the word <strong>user</strong> to something else. Leave empty if you do not want to change it."
|
5226 |
msgstr ""
|
5227 |
|
5228 |
+
#: ../pb-add-on-customization-toolbox/includes/views/view-userlisting.php:49
|
5229 |
msgid "Make the Single Userlisting URLs work with user nicename"
|
5230 |
msgstr ""
|
5231 |
|
5232 |
+
#: ../pb-add-on-customization-toolbox/includes/views/view-userlisting.php:59
|
5233 |
msgid "By default Single Userlisting URLs are generated using the users ID. eg.: "
|
5234 |
msgstr ""
|
5235 |
|
5236 |
+
#: ../pb-add-on-customization-toolbox/includes/views/view-userlisting.php:64
|
5237 |
msgid "With this option activated, the URLs will be generated using the users <strong>nicename</strong>."
|
5238 |
msgstr ""
|
5239 |
|
5240 |
+
#: ../pb-add-on-customization-toolbox/includes/views/view-userlisting.php:71
|
5241 |
msgid "Remove repetition counts from Faceted Menus"
|
5242 |
msgstr ""
|
5243 |
|
5244 |
+
#: ../pb-add-on-customization-toolbox/includes/views/view-userlisting.php:80
|
5245 |
msgid "The number of users that share a particular value is shown for the Select and Checkbox facet types."
|
5246 |
msgstr ""
|
5247 |
|
5248 |
+
#: ../pb-add-on-customization-toolbox/includes/views/view-userlisting.php:83
|
5249 |
msgid "If you enable this option they will be hidden."
|
5250 |
msgstr ""
|
5251 |
|