Version Description
- Elementor Integration: added Content Restriction compatibility with the new Elementor containers feature
- Elementor Integration: added option to style the Multi Step Forms buttons
- Fix: an issue with loading on multisite networks
- Misc: add user roles entry under main Profile Builder menu
- Misc: re-allow the collapse or move up/down options for the back-end metaboxes
Download this release
Release Info
| Developer | raster02 |
| Plugin | |
| Version | 3.7.6 |
| Comparing to | |
| See all releases | |
Code changes from version 3.7.5 to 3.7.6
- admin/basic-info.php +2 -2
- admin/general-settings.php +1 -1
- admin/manage-fields.php +1 -1
- assets/css/style-back-end.css +0 -68
- assets/misc/elementor/widgets/class-pb-widget-rf-epf.php +40 -5
- features/content-restriction/class-elementor-content-restriction.php +8 -0
- features/email-confirmation/email-confirmation.php +2 -9
- features/roles-editor/roles-editor.php +30 -0
- index.php +10 -9
- readme.txt +9 -2
- translation/profile-builder.catalog.php +5 -4
- translation/profile-builder.pot +168 -164
admin/basic-info.php
CHANGED
|
@@ -113,7 +113,7 @@ function wppb_basic_info_content() {
|
|
| 113 |
<h3><?php esc_html_e( 'Customize Your Forms The Way You Want (*)', 'profile-builder' ); ?></h3>
|
| 114 |
<p><?php esc_html_e( 'With Extra Profile Fields you can create the exact registration form your project needs.', 'profile-builder' ); ?></p>
|
| 115 |
<?php if ($version == 'Free'){ ?>
|
| 116 |
-
<p><a href="https://www.cozmoslabs.com/wordpress-profile-builder/?utm_source=wpbackend&utm_medium=clientsite&utm_content=basicinfo-extrafields&utm_campaign=PBFree" class="wppb-button-free"><?php esc_html_e( 'Extra Profile Fields are available in
|
| 117 |
<?php } else {?>
|
| 118 |
<p><a href="admin.php?page=manage-fields" class="button"><?php esc_html_e( 'Get started with extra fields', 'profile-builder' ); ?></a></p>
|
| 119 |
<?php } ?>
|
|
@@ -222,7 +222,7 @@ function wppb_basic_info_content() {
|
|
| 222 |
<div>
|
| 223 |
<h3>Extra Notes</h3>
|
| 224 |
<ul>
|
| 225 |
-
<li><?php printf( esc_html__( ' * only available in the %1$
|
| 226 |
<li><?php printf( esc_html__( '** only available in the %1$sPro version%2$s.', 'profile-builder' ), '<a href="https://www.cozmoslabs.com/wordpress-profile-builder/?utm_source=wpbackend&utm_medium=clientsite&utm_content=basicinfo-extranotes&utm_campaign=PB'.esc_attr( $version ).'" target="_blank">', '</a>' );?></li>
|
| 227 |
</ul>
|
| 228 |
</div>
|
| 113 |
<h3><?php esc_html_e( 'Customize Your Forms The Way You Want (*)', 'profile-builder' ); ?></h3>
|
| 114 |
<p><?php esc_html_e( 'With Extra Profile Fields you can create the exact registration form your project needs.', 'profile-builder' ); ?></p>
|
| 115 |
<?php if ($version == 'Free'){ ?>
|
| 116 |
+
<p><a href="https://www.cozmoslabs.com/wordpress-profile-builder/?utm_source=wpbackend&utm_medium=clientsite&utm_content=basicinfo-extrafields&utm_campaign=PBFree" class="wppb-button-free"><?php esc_html_e( 'Extra Profile Fields are available in Basic or PRO versions', 'profile-builder' ); ?></a></p>
|
| 117 |
<?php } else {?>
|
| 118 |
<p><a href="admin.php?page=manage-fields" class="button"><?php esc_html_e( 'Get started with extra fields', 'profile-builder' ); ?></a></p>
|
| 119 |
<?php } ?>
|
| 222 |
<div>
|
| 223 |
<h3>Extra Notes</h3>
|
| 224 |
<ul>
|
| 225 |
+
<li><?php printf( esc_html__( ' * only available in the %1$Basic and Pro versions%2$s.', 'profile-builder' ) ,'<a href="https://www.cozmoslabs.com/wordpress-profile-builder/?utm_source=wpbackend&utm_medium=clientsite&utm_content=basicinfo-extranotes&utm_campaign=PB'.esc_attr( $version ).'" target="_blank">', '</a>' );?></li>
|
| 226 |
<li><?php printf( esc_html__( '** only available in the %1$sPro version%2$s.', 'profile-builder' ), '<a href="https://www.cozmoslabs.com/wordpress-profile-builder/?utm_source=wpbackend&utm_medium=clientsite&utm_content=basicinfo-extranotes&utm_campaign=PB'.esc_attr( $version ).'" target="_blank">', '</a>' );?></li>
|
| 227 |
</ul>
|
| 228 |
</div>
|
admin/general-settings.php
CHANGED
|
@@ -289,7 +289,7 @@ function wppb_general_settings_content() {
|
|
| 289 |
<?php esc_html_e( '"Admin Approval" Feature:', 'profile-builder' ); ?>
|
| 290 |
</th>
|
| 291 |
<td>
|
| 292 |
-
<p><em> <?php printf( esc_html__( 'You decide who is a user on your website. Get notified via email or approve multiple users at once from the WordPress UI. Enable Admin Approval by upgrading to %1$
|
| 293 |
</td>
|
| 294 |
</tr>
|
| 295 |
<?php } ?>
|
| 289 |
<?php esc_html_e( '"Admin Approval" Feature:', 'profile-builder' ); ?>
|
| 290 |
</th>
|
| 291 |
<td>
|
| 292 |
+
<p><em> <?php printf( esc_html__( 'You decide who is a user on your website. Get notified via email or approve multiple users at once from the WordPress UI. Enable Admin Approval by upgrading to %1$Basic or PRO versions%2$s.', 'profile-builder' ),'<a href="https://www.cozmoslabs.com/wordpress-profile-builder/?utm_source=wpbackend&utm_medium=clientsite&utm_content=general-settings-link&utm_campaign=PBFree">', '</a>' )?></em></p>
|
| 293 |
</td>
|
| 294 |
</tr>
|
| 295 |
<?php } ?>
|
admin/manage-fields.php
CHANGED
|
@@ -133,7 +133,7 @@ function wppb_populate_manage_fields(){
|
|
| 133 |
//Free to Pro call to action on Manage Fields page
|
| 134 |
$field_description = __('Choose one of the supported field types','profile-builder');
|
| 135 |
if( PROFILE_BUILDER == 'Profile Builder Free' ) {
|
| 136 |
-
$field_description .= sprintf( __('. Extra Field Types are available in <a href="%s">
|
| 137 |
}
|
| 138 |
|
| 139 |
//user roles
|
| 133 |
//Free to Pro call to action on Manage Fields page
|
| 134 |
$field_description = __('Choose one of the supported field types','profile-builder');
|
| 135 |
if( PROFILE_BUILDER == 'Profile Builder Free' ) {
|
| 136 |
+
$field_description .= sprintf( __('. Extra Field Types are available in <a href="%s">Basic or PRO versions</a>.' , 'profile-builder'), esc_url( 'https://www.cozmoslabs.com/wordpress-profile-builder/?utm_source=wpbackend&utm_medium=clientsite&utm_content=manage-fields-link&utm_campaign=PBFree' ) );
|
| 137 |
}
|
| 138 |
|
| 139 |
//user roles
|
assets/css/style-back-end.css
CHANGED
|
@@ -756,74 +756,6 @@ p .wppb-button-free {
|
|
| 756 |
pointer-events: none;
|
| 757 |
}
|
| 758 |
|
| 759 |
-
/*email customizer*/
|
| 760 |
-
.postbox#uec_common_settings .postbox-header .handle-actions,
|
| 761 |
-
.postbox#uec_default_registration .postbox-header .handle-actions,
|
| 762 |
-
.postbox#uec_reg_with_email_confirmation .postbox-header .handle-actions,
|
| 763 |
-
.postbox#uec_reg_with_admin_approval .postbox-header .handle-actions,
|
| 764 |
-
.postbox#uec_notif_approved_email .postbox-header .handle-actions,
|
| 765 |
-
.postbox#uec_notif_unapproved_email .postbox-header .handle-actions,
|
| 766 |
-
.postbox#uec_reset .postbox-header .handle-actions,
|
| 767 |
-
.postbox#uec_reset_success .postbox-header .handle-actions,
|
| 768 |
-
.postbox#uec_change_email_request .postbox-header .handle-actions,
|
| 769 |
-
.postbox#uec_change_email .postbox-header .handle-actions,
|
| 770 |
-
.postbox#uec_epaa_notification .postbox-header .handle-actions,
|
| 771 |
-
.postbox#aec_common_settings .postbox-header .handle-actions,
|
| 772 |
-
.postbox#aec_default_registration .postbox-header .handle-actions,
|
| 773 |
-
.postbox#aec_reg_with_admin_approval .postbox-header .handle-actions,
|
| 774 |
-
.postbox#aec_user_password_reset .postbox-header .handle-actions,
|
| 775 |
-
.postbox#aec_epaa_notification .postbox-header .handle-actions,
|
| 776 |
-
.postbox#page-save-metabox .postbox-header .handle-actions,
|
| 777 |
-
|
| 778 |
-
/*labels edit*/
|
| 779 |
-
.postbox#pble-id .postbox-header .handle-actions,
|
| 780 |
-
.postbox#pble-id-side .postbox-header .handle-actions,
|
| 781 |
-
.postbox#pble-id-side-impexp .postbox-header .handle-actions,
|
| 782 |
-
.postbox#pble-id-side-info .postbox-header .handle-actions,
|
| 783 |
-
|
| 784 |
-
/*manage fields*/
|
| 785 |
-
.postbox#manage-fields .postbox-header .handle-actions,
|
| 786 |
-
.postbox#manage-fields-info .postbox-header .handle-actions,
|
| 787 |
-
.postbox#wppb-msf-side .postbox-header .handle-actions,
|
| 788 |
-
|
| 789 |
-
/*custom redirects*/
|
| 790 |
-
.postbox#wppb_custom_redirects_user .postbox-header .handle-actions,
|
| 791 |
-
.postbox#wppb_custom_redirects_role .postbox-header .handle-actions,
|
| 792 |
-
.postbox#wppb_custom_redirects_global .postbox-header .handle-actions,
|
| 793 |
-
.postbox#wppb_custom_redirects_default_wp_pages .postbox-header .handle-actions,
|
| 794 |
-
.postbox#custom-redirects-info .postbox-header .handle-actions,
|
| 795 |
-
|
| 796 |
-
/*social connect*/
|
| 797 |
-
.postbox#wppb-social-connect-id .postbox-header .handle-actions,
|
| 798 |
-
.postbox#wppb-social-connect-info-id .postbox-header .handle-actions,
|
| 799 |
-
|
| 800 |
-
/*userlisting*/
|
| 801 |
-
.postbox#wppb-ul-settings-args .postbox-header .handle-actions,
|
| 802 |
-
.postbox#wppb-ul-faceted-args .postbox-header .handle-actions,
|
| 803 |
-
.postbox#wppb-ul-search-settings .postbox-header .handle-actions,
|
| 804 |
-
.postbox#wppb-ul-templates .postbox-header .handle-actions,
|
| 805 |
-
.postbox#wppb-single-ul-templates .postbox-header .handle-actions,
|
| 806 |
-
.postbox#submitdiv .postbox-header .handle-actions,
|
| 807 |
-
.postbox#wppb-ul-side .postbox-header .handle-actions,
|
| 808 |
-
|
| 809 |
-
/*multiple registration forms*/
|
| 810 |
-
.postbox#wppb-rf-settings-args .postbox-header .handle-actions,
|
| 811 |
-
.postbox#wppb-rf-fields .postbox-header .handle-actions,
|
| 812 |
-
.postbox#submitdiv .postbox-header .handle-actions,
|
| 813 |
-
.postbox#wppb-sc-rf-side .postbox-header .handle-actions,
|
| 814 |
-
.postbox#wppb-rf-side .postbox-header .handle-actions,
|
| 815 |
-
.postbox#wppb-msf-side .postbox-header .handle-actions,
|
| 816 |
-
|
| 817 |
-
/*multiple edit profile forms*/
|
| 818 |
-
.postbox#wppb-epf-settings-args .postbox-header .handle-actions,
|
| 819 |
-
.postbox#wppb-epf-fields .postbox-header .handle-actions,
|
| 820 |
-
.postbox#submitdiv .postbox-header .handle-actions,
|
| 821 |
-
.postbox#wppb-sc-epf-side .postbox-header .handle-actions,
|
| 822 |
-
.postbox#wppb-epf-side .postbox-header .handle-actions,
|
| 823 |
-
.postbox#wppb-msf-side .postbox-header .handle-actions {
|
| 824 |
-
display: none;
|
| 825 |
-
}
|
| 826 |
-
|
| 827 |
/**************************************************/
|
| 828 |
/* Extra styling for admin notices
|
| 829 |
/**************************************************/
|
| 756 |
pointer-events: none;
|
| 757 |
}
|
| 758 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 759 |
/**************************************************/
|
| 760 |
/* Extra styling for admin notices
|
| 761 |
/**************************************************/
|
assets/misc/elementor/widgets/class-pb-widget-rf-epf.php
CHANGED
|
@@ -57,7 +57,7 @@ abstract class PB_Elementor_Register_Edit_Profile_Widget extends PB_Elementor_Wi
|
|
| 57 |
];
|
| 58 |
}
|
| 59 |
|
| 60 |
-
if (
|
| 61 |
$styles[] = 'wppb-msf-style-frontend';
|
| 62 |
}
|
| 63 |
|
|
@@ -133,10 +133,11 @@ abstract class PB_Elementor_Register_Edit_Profile_Widget extends PB_Elementor_Wi
|
|
| 133 |
|
| 134 |
if ( $the_query->have_posts() ) {
|
| 135 |
foreach ( $the_query->posts as $post ) {
|
| 136 |
-
$form_titles
|
| 137 |
-
$edit_form_links[ Wordpress_Creation_Kit_PB::wck_generate_slug( $post->post_title )] = get_edit_post_link($post->ID);
|
| 138 |
-
$form_fields
|
| 139 |
-
$social_connect
|
|
|
|
| 140 |
}
|
| 141 |
wp_reset_postdata();
|
| 142 |
}
|
|
@@ -414,6 +415,40 @@ abstract class PB_Elementor_Register_Edit_Profile_Widget extends PB_Elementor_Wi
|
|
| 414 |
]
|
| 415 |
);
|
| 416 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 417 |
}
|
| 418 |
|
| 419 |
/**
|
| 57 |
];
|
| 58 |
}
|
| 59 |
|
| 60 |
+
if ( wppb_check_if_add_on_is_active( 'multi-step-forms' ) ) {
|
| 61 |
$styles[] = 'wppb-msf-style-frontend';
|
| 62 |
}
|
| 63 |
|
| 133 |
|
| 134 |
if ( $the_query->have_posts() ) {
|
| 135 |
foreach ( $the_query->posts as $post ) {
|
| 136 |
+
$form_titles ['-'.Wordpress_Creation_Kit_PB::wck_generate_slug( $post->post_title )] = $post->post_title ;
|
| 137 |
+
$edit_form_links [ Wordpress_Creation_Kit_PB::wck_generate_slug( $post->post_title )] = get_edit_post_link($post->ID);
|
| 138 |
+
$form_fields [ Wordpress_Creation_Kit_PB::wck_generate_slug( $post->post_title )] = get_post_meta($post->ID, $fields_post_meta_key, true);
|
| 139 |
+
$social_connect [ Wordpress_Creation_Kit_PB::wck_generate_slug( $post->post_title )] = get_post_meta($post->ID, 'wppb_sc_rf_epf_active', true);
|
| 140 |
+
$msf_break_points [ Wordpress_Creation_Kit_PB::wck_generate_slug( $post->post_title )] = get_post_meta($post->ID, 'wppb_msf_break_points', true);
|
| 141 |
}
|
| 142 |
wp_reset_postdata();
|
| 143 |
}
|
| 415 |
]
|
| 416 |
);
|
| 417 |
}
|
| 418 |
+
|
| 419 |
+
// Style for the MSF buttons
|
| 420 |
+
if ( wppb_check_if_add_on_is_active( 'multi-step-forms' ) ) {
|
| 421 |
+
$conditions = [];
|
| 422 |
+
|
| 423 |
+
foreach ( $edit_form_links as $form_slug => $edit_form_link ) {
|
| 424 |
+
if ( $form_slug === 'default' && !empty( get_option( 'wppb_msf_break_points', false ) ) ) {
|
| 425 |
+
$conditions['pb_form_name'][] = '';
|
| 426 |
+
} elseif ( !empty( $msf_break_points[$form_slug] ) ) {
|
| 427 |
+
$conditions['pb_form_name'][] = '-' . $form_slug;
|
| 428 |
+
}
|
| 429 |
+
}
|
| 430 |
+
|
| 431 |
+
$sections['msf_default'] = [
|
| 432 |
+
'selector' => '.wppb-msf-button',
|
| 433 |
+
'section_name' => 'Default'
|
| 434 |
+
];
|
| 435 |
+
$sections['msf_pagination'] = [
|
| 436 |
+
'selector' => '.wppb-msf-pagination',
|
| 437 |
+
'section_name' => 'Pagination'
|
| 438 |
+
];
|
| 439 |
+
$sections['msf_tabs'] = [
|
| 440 |
+
'selector' => '.wppb-msf-tabs',
|
| 441 |
+
'section_name' => 'Tabs'
|
| 442 |
+
];
|
| 443 |
+
|
| 444 |
+
$this->add_styling_control_group(
|
| 445 |
+
'Multi Step Forms Buttons',
|
| 446 |
+
$conditions,
|
| 447 |
+
$section_id_prefix . '_' . $form_slug . '_msf',
|
| 448 |
+
$sections
|
| 449 |
+
);
|
| 450 |
+
}
|
| 451 |
+
|
| 452 |
}
|
| 453 |
|
| 454 |
/**
|
features/content-restriction/class-elementor-content-restriction.php
CHANGED
|
@@ -15,6 +15,10 @@ class WPPB_Elementor {
|
|
| 15 |
array(
|
| 16 |
'element' => 'section',
|
| 17 |
'action' => 'section_advanced',
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
)
|
| 19 |
);
|
| 20 |
public $section_name = 'wppb_section_visibility_settings';
|
|
@@ -36,6 +40,10 @@ class WPPB_Elementor {
|
|
| 36 |
add_action( 'elementor/frontend/section/should_render', array( $this, 'section_render' ), 10, 2 );
|
| 37 |
add_action( 'elementor/frontend/section/after_render', array( $this, 'section_custom_messages' ), 10, 2 );
|
| 38 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 39 |
// Filter Elementor `the_content` hook
|
| 40 |
add_action( 'elementor/frontend/the_content', array( $this, 'filter_elementor_templates' ), 20 );
|
| 41 |
}
|
| 15 |
array(
|
| 16 |
'element' => 'section',
|
| 17 |
'action' => 'section_advanced',
|
| 18 |
+
),
|
| 19 |
+
array(
|
| 20 |
+
'element' => 'container',
|
| 21 |
+
'action' => 'section_layout',
|
| 22 |
)
|
| 23 |
);
|
| 24 |
public $section_name = 'wppb_section_visibility_settings';
|
| 40 |
add_action( 'elementor/frontend/section/should_render', array( $this, 'section_render' ), 10, 2 );
|
| 41 |
add_action( 'elementor/frontend/section/after_render', array( $this, 'section_custom_messages' ), 10, 2 );
|
| 42 |
|
| 43 |
+
// Filter container display & add custom messages
|
| 44 |
+
add_action( 'elementor/frontend/container/should_render', array( $this, 'section_render' ), 10, 2 );
|
| 45 |
+
add_action( 'elementor/frontend/container/after_render', array( $this, 'section_custom_messages' ), 10, 2 );
|
| 46 |
+
|
| 47 |
// Filter Elementor `the_content` hook
|
| 48 |
add_action( 'elementor/frontend/the_content', array( $this, 'filter_elementor_templates' ), 20 );
|
| 49 |
}
|
features/email-confirmation/email-confirmation.php
CHANGED
|
@@ -697,7 +697,8 @@ add_action( 'wp_ajax_wppb_handle_email_confirmation_cases', 'wppb_handle_email_c
|
|
| 697 |
|
| 698 |
|
| 699 |
$wppb_general_settings = get_option( 'wppb_general_settings', 'not_found' );
|
| 700 |
-
if( $wppb_general_settings != 'not_found' )
|
|
|
|
| 701 |
if( !empty($wppb_general_settings['emailConfirmation'] ) && ( $wppb_general_settings['emailConfirmation'] == 'yes' ) ){
|
| 702 |
if ( is_multisite() ){
|
| 703 |
/* don't display on network admin */
|
|
@@ -717,12 +718,4 @@ if( $wppb_general_settings != 'not_found' )
|
|
| 717 |
add_action( 'user_register', 'wppb_update_user_status_on_admin_registration' );
|
| 718 |
}
|
| 719 |
|
| 720 |
-
|
| 721 |
-
// function to delete the users from the _signups table also
|
| 722 |
-
function wppb_delete_user_from_signups( $user_id ) {
|
| 723 |
-
global $wpdb;
|
| 724 |
-
|
| 725 |
-
$user = get_user_by( 'id', $user_id );
|
| 726 |
-
$wpdb->delete( $wpdb->base_prefix.'signups', array( 'user_email' => $user->user_email ) );
|
| 727 |
}
|
| 728 |
-
add_action( 'delete_user', 'wppb_delete_user_from_signups' );
|
| 697 |
|
| 698 |
|
| 699 |
$wppb_general_settings = get_option( 'wppb_general_settings', 'not_found' );
|
| 700 |
+
if( $wppb_general_settings != 'not_found' ){
|
| 701 |
+
|
| 702 |
if( !empty($wppb_general_settings['emailConfirmation'] ) && ( $wppb_general_settings['emailConfirmation'] == 'yes' ) ){
|
| 703 |
if ( is_multisite() ){
|
| 704 |
/* don't display on network admin */
|
| 718 |
add_action( 'user_register', 'wppb_update_user_status_on_admin_registration' );
|
| 719 |
}
|
| 720 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 721 |
}
|
|
|
features/roles-editor/roles-editor.php
CHANGED
|
@@ -8,6 +8,11 @@ class WPPB_Roles_Editor {
|
|
| 8 |
// Create Roles Editor CPT
|
| 9 |
add_action( 'init', array( $this, 'create_roles_editor_cpt' ) );
|
| 10 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
// Create a Roles Editor CPT post for every existing role
|
| 12 |
add_action( 'current_screen', array( $this, 'create_post_for_role' ) );
|
| 13 |
|
|
@@ -50,6 +55,31 @@ class WPPB_Roles_Editor {
|
|
| 50 |
|
| 51 |
}
|
| 52 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 53 |
function scripts_admin() {
|
| 54 |
|
| 55 |
global $post_type;
|
| 8 |
// Create Roles Editor CPT
|
| 9 |
add_action( 'init', array( $this, 'create_roles_editor_cpt' ) );
|
| 10 |
|
| 11 |
+
// Add User Roles entry under PB menu as well
|
| 12 |
+
add_action( 'init', array( $this, 'submenu_page' ), 25 );
|
| 13 |
+
|
| 14 |
+
add_action( 'admin_init', array( $this, 'redirect_to_roles_editor' ), 25 );
|
| 15 |
+
|
| 16 |
// Create a Roles Editor CPT post for every existing role
|
| 17 |
add_action( 'current_screen', array( $this, 'create_post_for_role' ) );
|
| 18 |
|
| 55 |
|
| 56 |
}
|
| 57 |
|
| 58 |
+
function submenu_page(){
|
| 59 |
+
|
| 60 |
+
$args = array(
|
| 61 |
+
'menu_title' => __( 'Roles Editor', 'profile-builder' ),
|
| 62 |
+
'page_title' => __( 'Roles Editor', 'profile-builder' ),
|
| 63 |
+
'menu_slug' => 'wppb-roles-editor',
|
| 64 |
+
'page_type' => 'submenu_page',
|
| 65 |
+
'capability' => 'manage_options',
|
| 66 |
+
'priority' => 12,
|
| 67 |
+
'parent_slug' => 'profile-builder'
|
| 68 |
+
);
|
| 69 |
+
|
| 70 |
+
if( class_exists( 'WCK_Page_Creator_PB' ) ) {
|
| 71 |
+
new WCK_Page_Creator_PB( $args );
|
| 72 |
+
}
|
| 73 |
+
|
| 74 |
+
}
|
| 75 |
+
|
| 76 |
+
function redirect_to_roles_editor(){
|
| 77 |
+
if( isset( $_GET['page'] ) && $_GET['page'] == 'wppb-roles-editor' ){
|
| 78 |
+
wp_redirect( admin_url( 'edit.php?post_type=wppb-roles-editor' ) );
|
| 79 |
+
die();
|
| 80 |
+
}
|
| 81 |
+
}
|
| 82 |
+
|
| 83 |
function scripts_admin() {
|
| 84 |
|
| 85 |
global $post_type;
|
index.php
CHANGED
|
@@ -3,14 +3,14 @@
|
|
| 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: 3.7.
|
| 7 |
* Author: Cozmoslabs
|
| 8 |
* Author URI: https://www.cozmoslabs.com/
|
| 9 |
* Text Domain: profile-builder
|
| 10 |
* Domain Path: /translation
|
| 11 |
* License: GPL2
|
| 12 |
* Elementor tested up to: 3.6.5
|
| 13 |
-
* Elementor Pro tested up to: 3.
|
| 14 |
*
|
| 15 |
* == Copyright ==
|
| 16 |
* Copyright 2014 Cozmoslabs (www.cozmoslabs.com)
|
|
@@ -362,7 +362,7 @@ add_action( 'plugins_loaded', 'wppb_plugin_init' );
|
|
| 362 |
*
|
| 363 |
*
|
| 364 |
*/
|
| 365 |
-
define('PROFILE_BUILDER_VERSION', '3.7.
|
| 366 |
define('WPPB_PLUGIN_DIR', plugin_dir_path(__FILE__));
|
| 367 |
define('WPPB_PLUGIN_URL', plugin_dir_url(__FILE__));
|
| 368 |
define('WPPB_PLUGIN_BASENAME', plugin_basename(__FILE__));
|
|
@@ -370,33 +370,34 @@ define('WPPB_TRANSLATE_DIR', WPPB_PLUGIN_DIR . '/translation');
|
|
| 370 |
define('WPPB_TRANSLATE_DOMAIN', 'profile-builder');
|
| 371 |
|
| 372 |
// Determine which plugin version is active
|
| 373 |
-
$active_plugins
|
|
|
|
| 374 |
|
| 375 |
-
if ( in_array( 'profile-builder-pro/index.php', $active_plugins ) ){
|
| 376 |
|
| 377 |
define('PROFILE_BUILDER', 'Profile Builder Pro');
|
| 378 |
define('WPPB_PAID_PLUGIN_DIR', WP_PLUGIN_DIR . '/profile-builder-pro' );
|
| 379 |
define('WPPB_PAID_PLUGIN_URL', plugins_url() . '/profile-builder-pro/' );
|
| 380 |
|
| 381 |
-
} elseif ( in_array( 'profile-builder-dev/index.php', $active_plugins ) ){
|
| 382 |
|
| 383 |
define('PROFILE_BUILDER', 'Profile Builder Pro');
|
| 384 |
define('WPPB_PAID_PLUGIN_DIR', WPPB_PLUGIN_DIR );
|
| 385 |
define('WPPB_PAID_PLUGIN_URL', WPPB_PLUGIN_URL );
|
| 386 |
|
| 387 |
-
} elseif ( in_array( 'profile-builder-elite/index.php', $active_plugins ) ){
|
| 388 |
|
| 389 |
define('PROFILE_BUILDER', 'Profile Builder Elite');
|
| 390 |
define('WPPB_PAID_PLUGIN_DIR', WP_PLUGIN_DIR . '/profile-builder-elite' );
|
| 391 |
define('WPPB_PAID_PLUGIN_URL', plugins_url() . '/profile-builder-elite/' );
|
| 392 |
|
| 393 |
-
} elseif ( in_array( 'profile-builder-unlimited/index.php', $active_plugins ) ){
|
| 394 |
|
| 395 |
define('PROFILE_BUILDER', 'Profile Builder Unlimited');
|
| 396 |
define('WPPB_PAID_PLUGIN_DIR', WP_PLUGIN_DIR . '/profile-builder-unlimited' );
|
| 397 |
define('WPPB_PAID_PLUGIN_URL', plugins_url() . '/profile-builder-unlimited/' );
|
| 398 |
|
| 399 |
-
} elseif ( in_array( 'profile-builder-hobbyist/index.php', $active_plugins ) ){
|
| 400 |
|
| 401 |
define('PROFILE_BUILDER', 'Profile Builder Basic');
|
| 402 |
define('WPPB_PAID_PLUGIN_DIR', WP_PLUGIN_DIR . '/profile-builder-hobbyist' );
|
| 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: 3.7.6
|
| 7 |
* Author: Cozmoslabs
|
| 8 |
* Author URI: https://www.cozmoslabs.com/
|
| 9 |
* Text Domain: profile-builder
|
| 10 |
* Domain Path: /translation
|
| 11 |
* License: GPL2
|
| 12 |
* Elementor tested up to: 3.6.5
|
| 13 |
+
* Elementor Pro tested up to: 3.7.1
|
| 14 |
*
|
| 15 |
* == Copyright ==
|
| 16 |
* Copyright 2014 Cozmoslabs (www.cozmoslabs.com)
|
| 362 |
*
|
| 363 |
*
|
| 364 |
*/
|
| 365 |
+
define('PROFILE_BUILDER_VERSION', '3.7.6' );
|
| 366 |
define('WPPB_PLUGIN_DIR', plugin_dir_path(__FILE__));
|
| 367 |
define('WPPB_PLUGIN_URL', plugin_dir_url(__FILE__));
|
| 368 |
define('WPPB_PLUGIN_BASENAME', plugin_basename(__FILE__));
|
| 370 |
define('WPPB_TRANSLATE_DOMAIN', 'profile-builder');
|
| 371 |
|
| 372 |
// Determine which plugin version is active
|
| 373 |
+
$active_plugins = apply_filters( 'active_plugins', get_option( 'active_plugins' ) );
|
| 374 |
+
$active_network_plugins = get_site_option('active_sitewide_plugins');
|
| 375 |
|
| 376 |
+
if ( in_array( 'profile-builder-pro/index.php', $active_plugins ) || isset( $active_network_plugins['profile-builder-pro/index.php'] ) ){
|
| 377 |
|
| 378 |
define('PROFILE_BUILDER', 'Profile Builder Pro');
|
| 379 |
define('WPPB_PAID_PLUGIN_DIR', WP_PLUGIN_DIR . '/profile-builder-pro' );
|
| 380 |
define('WPPB_PAID_PLUGIN_URL', plugins_url() . '/profile-builder-pro/' );
|
| 381 |
|
| 382 |
+
} elseif ( in_array( 'profile-builder-dev/index.php', $active_plugins ) || isset( $active_network_plugins['profile-builder-dev/index.php'] ) ){
|
| 383 |
|
| 384 |
define('PROFILE_BUILDER', 'Profile Builder Pro');
|
| 385 |
define('WPPB_PAID_PLUGIN_DIR', WPPB_PLUGIN_DIR );
|
| 386 |
define('WPPB_PAID_PLUGIN_URL', WPPB_PLUGIN_URL );
|
| 387 |
|
| 388 |
+
} elseif ( in_array( 'profile-builder-elite/index.php', $active_plugins ) || isset( $active_network_plugins['profile-builder-elite/index.php'] ) ){
|
| 389 |
|
| 390 |
define('PROFILE_BUILDER', 'Profile Builder Elite');
|
| 391 |
define('WPPB_PAID_PLUGIN_DIR', WP_PLUGIN_DIR . '/profile-builder-elite' );
|
| 392 |
define('WPPB_PAID_PLUGIN_URL', plugins_url() . '/profile-builder-elite/' );
|
| 393 |
|
| 394 |
+
} elseif ( in_array( 'profile-builder-unlimited/index.php', $active_plugins ) || isset( $active_network_plugins['profile-builder-unlimited/index.php'] ) ){
|
| 395 |
|
| 396 |
define('PROFILE_BUILDER', 'Profile Builder Unlimited');
|
| 397 |
define('WPPB_PAID_PLUGIN_DIR', WP_PLUGIN_DIR . '/profile-builder-unlimited' );
|
| 398 |
define('WPPB_PAID_PLUGIN_URL', plugins_url() . '/profile-builder-unlimited/' );
|
| 399 |
|
| 400 |
+
} elseif ( in_array( 'profile-builder-hobbyist/index.php', $active_plugins ) || isset( $active_network_plugins['profile-builder-hobbyist/index.php'] ) ){
|
| 401 |
|
| 402 |
define('PROFILE_BUILDER', 'Profile Builder Basic');
|
| 403 |
define('WPPB_PAID_PLUGIN_DIR', WP_PLUGIN_DIR . '/profile-builder-hobbyist' );
|
readme.txt
CHANGED
|
@@ -3,8 +3,8 @@ Contributors: cozmoslabs, reflectionmedia, sareiodata, adispiac, madalin.ungurea
|
|
| 3 |
Donate link: http://www.cozmoslabs.com/wordpress-profile-builder/
|
| 4 |
Tags: user registration, user profile, registration, profile, user registration form, 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
|
| 5 |
Requires at least: 3.1
|
| 6 |
-
Tested up to:
|
| 7 |
-
Stable tag: 3.7.
|
| 8 |
License: GPLv2 or later
|
| 9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
| 10 |
|
|
@@ -177,6 +177,13 @@ This plugin adds/removes user fields in the front-end. Both default and extra pr
|
|
| 177 |
15. Edit or Add New User Role
|
| 178 |
|
| 179 |
== Changelog ==
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 180 |
= 3.7.5 =
|
| 181 |
* Fix: Allow back-end user profile edits when the Unique Display Name for users settings is active
|
| 182 |
* Fix: Issue with Export Settings functionality not exporting the new add-ons page settings
|
| 3 |
Donate link: http://www.cozmoslabs.com/wordpress-profile-builder/
|
| 4 |
Tags: user registration, user profile, registration, profile, user registration form, 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
|
| 5 |
Requires at least: 3.1
|
| 6 |
+
Tested up to: 6.0
|
| 7 |
+
Stable tag: 3.7.6
|
| 8 |
License: GPLv2 or later
|
| 9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
| 10 |
|
| 177 |
15. Edit or Add New User Role
|
| 178 |
|
| 179 |
== Changelog ==
|
| 180 |
+
= 3.7.6 =
|
| 181 |
+
* Elementor Integration: added Content Restriction compatibility with the new Elementor containers feature
|
| 182 |
+
* Elementor Integration: added option to style the Multi Step Forms buttons
|
| 183 |
+
* Fix: an issue with loading on multisite networks
|
| 184 |
+
* Misc: add user roles entry under main Profile Builder menu
|
| 185 |
+
* Misc: re-allow the collapse or move up/down options for the back-end metaboxes
|
| 186 |
+
|
| 187 |
= 3.7.5 =
|
| 188 |
* Fix: Allow back-end user profile edits when the Unique Display Name for users settings is active
|
| 189 |
* Fix: Issue with Export Settings functionality not exporting the new add-ons page settings
|
translation/profile-builder.catalog.php
CHANGED
|
@@ -130,7 +130,7 @@
|
|
| 130 |
<?php __("Customize Your Forms The Way You Want (*)", "profile-builder"); ?>
|
| 131 |
<?php __("With Extra Profile Fields you can create the exact registration form your project needs.", "profile-builder"); ?>
|
| 132 |
<?php __("Get started with extra fields", "profile-builder"); ?>
|
| 133 |
-
<?php __("Extra Profile Fields are available in
|
| 134 |
<?php __("Avatar Upload", "profile-builder"); ?>
|
| 135 |
<?php __("Generic Uploads", "profile-builder"); ?>
|
| 136 |
<?php __("Agree To Terms Checkbox", "profile-builder"); ?>
|
|
@@ -161,7 +161,7 @@
|
|
| 161 |
<?php __("Set up multiple registration forms with different fields for certain user roles. Capture different information from different types of users.", "profile-builder"); ?>
|
| 162 |
<?php __("Multiple Edit-profile Forms", "profile-builder"); ?>
|
| 163 |
<?php __("Set up a repeating group of fields on register and edit profile forms. Limit the number of repeated groups for each user role.", "profile-builder"); ?>
|
| 164 |
-
<?php __(' * only available in the %1$
|
| 165 |
<?php __('** only available in the %1$sPro version%2$s.', 'profile-builder' ); ?>
|
| 166 |
<?php __("Quick Feedback", "profile-builder"); ?>
|
| 167 |
<?php __("Because we care about our clients, please leave us feedback on why you are no longer using our plugin.", "profile-builder"); ?>
|
|
@@ -209,7 +209,7 @@
|
|
| 209 |
<?php __("\"Roles Editor\" Activated:", "profile-builder"); ?>
|
| 210 |
<?php __('You can add / edit user roles at %1$sUsers > Roles Editor%2$s.', 'profile-builder' ); ?>
|
| 211 |
<?php __("\"Admin Approval\" Feature:", "profile-builder"); ?>
|
| 212 |
-
<?php __('You decide who is a user on your website. Get notified via email or approve multiple users at once from the WordPress UI. Enable Admin Approval by upgrading to %1$
|
| 213 |
<?php __("Allow Users to Log in With:", "profile-builder"); ?>
|
| 214 |
<?php __("Username and Email", "profile-builder"); ?>
|
| 215 |
<?php __("Username", "profile-builder"); ?>
|
|
@@ -226,7 +226,7 @@
|
|
| 226 |
<?php __("Standard", "profile-builder"); ?>
|
| 227 |
<?php __("Advanced", "profile-builder"); ?>
|
| 228 |
<?php __("Choose one of the supported field types", "profile-builder"); ?>
|
| 229 |
-
<?php __(". Extra Field Types are available in <a href=\"%s\">
|
| 230 |
<?php __("Use this in conjunction with WordPress functions to display the value in the page of your choosing<br/>Auto-completed but in some cases editable (in which case it must be unique)<br/>Changing this will only affect subsequent entries", "profile-builder"); ?>
|
| 231 |
<?php __("Use this in conjunction with WordPress functions to display the value in the page of your choosing<br/>Auto-completed but in some cases editable (in which case it must be unique)<br/>Changing this might take long in case of a very big user-count", "profile-builder"); ?>
|
| 232 |
<?php __("Field Title", "profile-builder"); ?>
|
|
@@ -929,6 +929,7 @@
|
|
| 929 |
<?php __("After Registration", "profile-builder"); ?>
|
| 930 |
<?php __("After Edit Profile", "profile-builder"); ?>
|
| 931 |
<?php __("After Successful Email Confirmation", "profile-builder"); ?>
|
|
|
|
| 932 |
<?php __("After Successful Password Reset", "profile-builder"); ?>
|
| 933 |
<?php __("Dashboard (redirect users from accessing the dashboard)", "profile-builder"); ?>
|
| 934 |
<?php __("User ID", "profile-builder"); ?>
|
| 130 |
<?php __("Customize Your Forms The Way You Want (*)", "profile-builder"); ?>
|
| 131 |
<?php __("With Extra Profile Fields you can create the exact registration form your project needs.", "profile-builder"); ?>
|
| 132 |
<?php __("Get started with extra fields", "profile-builder"); ?>
|
| 133 |
+
<?php __("Extra Profile Fields are available in Basic or PRO versions", "profile-builder"); ?>
|
| 134 |
<?php __("Avatar Upload", "profile-builder"); ?>
|
| 135 |
<?php __("Generic Uploads", "profile-builder"); ?>
|
| 136 |
<?php __("Agree To Terms Checkbox", "profile-builder"); ?>
|
| 161 |
<?php __("Set up multiple registration forms with different fields for certain user roles. Capture different information from different types of users.", "profile-builder"); ?>
|
| 162 |
<?php __("Multiple Edit-profile Forms", "profile-builder"); ?>
|
| 163 |
<?php __("Set up a repeating group of fields on register and edit profile forms. Limit the number of repeated groups for each user role.", "profile-builder"); ?>
|
| 164 |
+
<?php __(' * only available in the %1$Basic and Pro versions%2$s.', 'profile-builder' ); ?>
|
| 165 |
<?php __('** only available in the %1$sPro version%2$s.', 'profile-builder' ); ?>
|
| 166 |
<?php __("Quick Feedback", "profile-builder"); ?>
|
| 167 |
<?php __("Because we care about our clients, please leave us feedback on why you are no longer using our plugin.", "profile-builder"); ?>
|
| 209 |
<?php __("\"Roles Editor\" Activated:", "profile-builder"); ?>
|
| 210 |
<?php __('You can add / edit user roles at %1$sUsers > Roles Editor%2$s.', 'profile-builder' ); ?>
|
| 211 |
<?php __("\"Admin Approval\" Feature:", "profile-builder"); ?>
|
| 212 |
+
<?php __('You decide who is a user on your website. Get notified via email or approve multiple users at once from the WordPress UI. Enable Admin Approval by upgrading to %1$Basic or PRO versions%2$s.', 'profile-builder' ); ?>
|
| 213 |
<?php __("Allow Users to Log in With:", "profile-builder"); ?>
|
| 214 |
<?php __("Username and Email", "profile-builder"); ?>
|
| 215 |
<?php __("Username", "profile-builder"); ?>
|
| 226 |
<?php __("Standard", "profile-builder"); ?>
|
| 227 |
<?php __("Advanced", "profile-builder"); ?>
|
| 228 |
<?php __("Choose one of the supported field types", "profile-builder"); ?>
|
| 229 |
+
<?php __(". Extra Field Types are available in <a href=\"%s\">Basic or PRO versions</a>.", "profile-builder"); ?>
|
| 230 |
<?php __("Use this in conjunction with WordPress functions to display the value in the page of your choosing<br/>Auto-completed but in some cases editable (in which case it must be unique)<br/>Changing this will only affect subsequent entries", "profile-builder"); ?>
|
| 231 |
<?php __("Use this in conjunction with WordPress functions to display the value in the page of your choosing<br/>Auto-completed but in some cases editable (in which case it must be unique)<br/>Changing this might take long in case of a very big user-count", "profile-builder"); ?>
|
| 232 |
<?php __("Field Title", "profile-builder"); ?>
|
| 929 |
<?php __("After Registration", "profile-builder"); ?>
|
| 930 |
<?php __("After Edit Profile", "profile-builder"); ?>
|
| 931 |
<?php __("After Successful Email Confirmation", "profile-builder"); ?>
|
| 932 |
+
<?php __("After Password Change Request", "profile-builder"); ?>
|
| 933 |
<?php __("After Successful Password Reset", "profile-builder"); ?>
|
| 934 |
<?php __("Dashboard (redirect users from accessing the dashboard)", "profile-builder"); ?>
|
| 935 |
<?php __("User ID", "profile-builder"); ?>
|
translation/profile-builder.pot
CHANGED
|
@@ -329,7 +329,7 @@ msgstr ""
|
|
| 329 |
msgid "Login is set to be done using the Email. This field will NOT appear in the front-end! ( you can change these settings under the \"%s\" tab )"
|
| 330 |
msgstr ""
|
| 331 |
|
| 332 |
-
#: admin/admin-functions.php:38, admin/general-settings.php:11, add-ons-advanced/social-connect/index.php:
|
| 333 |
msgid "General Settings"
|
| 334 |
msgstr ""
|
| 335 |
|
|
@@ -517,7 +517,7 @@ msgstr ""
|
|
| 517 |
msgid "Allow users to log in with their email or username when accessing your site."
|
| 518 |
msgstr ""
|
| 519 |
|
| 520 |
-
#: admin/basic-info.php:99, features/roles-editor/roles-editor.php:
|
| 521 |
msgid "Roles Editor"
|
| 522 |
msgstr ""
|
| 523 |
|
|
@@ -538,7 +538,7 @@ msgid "Get started with extra fields"
|
|
| 538 |
msgstr ""
|
| 539 |
|
| 540 |
#: admin/basic-info.php:116
|
| 541 |
-
msgid "Extra Profile Fields are available in
|
| 542 |
msgstr ""
|
| 543 |
|
| 544 |
#: admin/basic-info.php:121
|
|
@@ -662,7 +662,7 @@ msgid "Set up a repeating group of fields on register and edit profile forms. Li
|
|
| 662 |
msgstr ""
|
| 663 |
|
| 664 |
#: admin/basic-info.php:225
|
| 665 |
-
msgid " * only available in the %1$
|
| 666 |
msgstr ""
|
| 667 |
|
| 668 |
#: admin/basic-info.php:226
|
|
@@ -781,7 +781,7 @@ msgstr ""
|
|
| 781 |
msgid "Load Profile Builder's own CSS file in the front-end:"
|
| 782 |
msgstr ""
|
| 783 |
|
| 784 |
-
#: admin/general-settings.php:151, admin/general-settings.php:164, admin/general-settings.php:179, admin/general-settings.php:228, admin/general-settings.php:275, admin/manage-fields.php:193, admin/private-website.php:70, admin/private-website.php:137, admin/private-website.php:150, add-ons/multiple-forms/edit-profile-forms.php:206, add-ons/multiple-forms/register-forms.php:229, add-ons/multiple-forms/register-forms.php:230, add-ons/user-listing/userlisting.php:2590, add-ons-advanced/bbpress/bbpress-page.php:
|
| 785 |
msgid "Yes"
|
| 786 |
msgstr ""
|
| 787 |
|
|
@@ -793,7 +793,7 @@ msgstr ""
|
|
| 793 |
msgid "Automatically Log In:"
|
| 794 |
msgstr ""
|
| 795 |
|
| 796 |
-
#: admin/general-settings.php:165, admin/general-settings.php:180, admin/general-settings.php:229, admin/general-settings.php:274, admin/private-website.php:69, admin/private-website.php:136, admin/private-website.php:151, add-ons/multiple-forms/edit-profile-forms.php:206, add-ons/multiple-forms/register-forms.php:229, add-ons/multiple-forms/register-forms.php:230, add-ons-advanced/bbpress/bbpress-page.php:
|
| 797 |
msgid "No"
|
| 798 |
msgstr ""
|
| 799 |
|
|
@@ -854,7 +854,7 @@ msgid "\"Admin Approval\" Feature:"
|
|
| 854 |
msgstr ""
|
| 855 |
|
| 856 |
#: admin/general-settings.php:292
|
| 857 |
-
msgid "You decide who is a user on your website. Get notified via email or approve multiple users at once from the WordPress UI. Enable Admin Approval by upgrading to %1$
|
| 858 |
msgstr ""
|
| 859 |
|
| 860 |
#: admin/general-settings.php:299
|
|
@@ -865,7 +865,7 @@ msgstr ""
|
|
| 865 |
msgid "Username and Email"
|
| 866 |
msgstr ""
|
| 867 |
|
| 868 |
-
#: admin/general-settings.php:304, admin/manage-fields.php:333, front-end/login.php:341, front-end/login.php:355, front-end/login.php:543, add-ons/custom-redirects/custom_redirects_admin.php:
|
| 869 |
msgid "Username"
|
| 870 |
msgstr ""
|
| 871 |
|
|
@@ -922,7 +922,7 @@ msgid "Choose one of the supported field types"
|
|
| 922 |
msgstr ""
|
| 923 |
|
| 924 |
#: admin/manage-fields.php:136
|
| 925 |
-
msgid ". Extra Field Types are available in <a href=\"%s\">
|
| 926 |
msgstr ""
|
| 927 |
|
| 928 |
#: admin/manage-fields.php:172
|
|
@@ -949,7 +949,7 @@ msgstr ""
|
|
| 949 |
msgid "Meta-name"
|
| 950 |
msgstr ""
|
| 951 |
|
| 952 |
-
#: admin/manage-fields.php:189, add-ons/custom-redirects/custom_redirects_admin.php:
|
| 953 |
msgid "ID"
|
| 954 |
msgstr ""
|
| 955 |
|
|
@@ -3053,11 +3053,11 @@ msgstr ""
|
|
| 3053 |
msgid "<pre>Title</pre><pre>Type</pre><pre>Meta Name</pre><pre class=\"wppb-mb-head-required\">Required</pre>"
|
| 3054 |
msgstr ""
|
| 3055 |
|
| 3056 |
-
#: admin/manage-fields.php:1362, features/functions.php:1066, features/functions.php:1073, add-ons/custom-redirects/custom_redirects_admin.php:
|
| 3057 |
msgid "Edit"
|
| 3058 |
msgstr ""
|
| 3059 |
|
| 3060 |
-
#: admin/manage-fields.php:1362, features/functions.php:1059, features/functions.php:1073, add-ons/custom-redirects/custom_redirects_admin.php:
|
| 3061 |
msgid "Delete"
|
| 3062 |
msgstr ""
|
| 3063 |
|
|
@@ -3217,7 +3217,7 @@ msgstr ""
|
|
| 3217 |
msgid "Redirects to this page if not logged in. We recommend this page contains the [wppb-login] shortcode."
|
| 3218 |
msgstr ""
|
| 3219 |
|
| 3220 |
-
#: admin/private-website.php:96, add-ons/custom-redirects/custom_redirects_admin.php:
|
| 3221 |
msgid "You can force access to wp-login.php so you don't get locked out of the site by accessing the link:"
|
| 3222 |
msgstr ""
|
| 3223 |
|
|
@@ -3397,7 +3397,7 @@ msgstr ""
|
|
| 3397 |
msgid "Incorrect phone number"
|
| 3398 |
msgstr ""
|
| 3399 |
|
| 3400 |
-
#: features/functions.php:1052, features/roles-editor/roles-editor.php:
|
| 3401 |
msgid "Cancel"
|
| 3402 |
msgstr ""
|
| 3403 |
|
|
@@ -3775,158 +3775,162 @@ msgid "After Successful Email Confirmation"
|
|
| 3775 |
msgstr ""
|
| 3776 |
|
| 3777 |
#: add-ons/custom-redirects/custom_redirects_admin.php:54
|
| 3778 |
-
msgid "After
|
| 3779 |
msgstr ""
|
| 3780 |
|
| 3781 |
#: add-ons/custom-redirects/custom_redirects_admin.php:55
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3782 |
msgid "Dashboard (redirect users from accessing the dashboard)"
|
| 3783 |
msgstr ""
|
| 3784 |
|
| 3785 |
-
#: add-ons/custom-redirects/custom_redirects_admin.php:
|
| 3786 |
msgid "User ID"
|
| 3787 |
msgstr ""
|
| 3788 |
|
| 3789 |
-
#: add-ons/custom-redirects/custom_redirects_admin.php:
|
| 3790 |
msgid "User ID or Username"
|
| 3791 |
msgstr ""
|
| 3792 |
|
| 3793 |
-
#: add-ons/custom-redirects/custom_redirects_admin.php:
|
| 3794 |
msgid "User ID / Username"
|
| 3795 |
msgstr ""
|
| 3796 |
|
| 3797 |
-
#: add-ons/custom-redirects/custom_redirects_admin.php:
|
| 3798 |
msgid "Please select and enter the ID or username of your user."
|
| 3799 |
msgstr ""
|
| 3800 |
|
| 3801 |
-
#: add-ons/custom-redirects/custom_redirects_admin.php:
|
| 3802 |
msgid "Redirect Type"
|
| 3803 |
msgstr ""
|
| 3804 |
|
| 3805 |
-
#: add-ons/custom-redirects/custom_redirects_admin.php:
|
| 3806 |
msgid "Redirect URL"
|
| 3807 |
msgstr ""
|
| 3808 |
|
| 3809 |
-
#: add-ons/custom-redirects/custom_redirects_admin.php:
|
| 3810 |
msgid "Can contain the following dynamic tags:{{homeurl}}, {{siteurl}}, {{user_id}}, {{user_nicename}}, {{http_referer}}"
|
| 3811 |
msgstr ""
|
| 3812 |
|
| 3813 |
-
#: add-ons/custom-redirects/custom_redirects_admin.php:
|
| 3814 |
msgid "Individual User Redirects"
|
| 3815 |
msgstr ""
|
| 3816 |
|
| 3817 |
-
#: add-ons/custom-redirects/custom_redirects_admin.php:
|
| 3818 |
msgid "... Choose"
|
| 3819 |
msgstr ""
|
| 3820 |
|
| 3821 |
-
#: add-ons/custom-redirects/custom_redirects_admin.php:
|
| 3822 |
msgid "User Role"
|
| 3823 |
msgstr ""
|
| 3824 |
|
| 3825 |
-
#: add-ons/custom-redirects/custom_redirects_admin.php:
|
| 3826 |
msgid "Select a user role."
|
| 3827 |
msgstr ""
|
| 3828 |
|
| 3829 |
-
#: add-ons/custom-redirects/custom_redirects_admin.php:
|
| 3830 |
msgid "User Role based Redirects"
|
| 3831 |
msgstr ""
|
| 3832 |
|
| 3833 |
-
#: add-ons/custom-redirects/custom_redirects_admin.php:
|
| 3834 |
msgid "Global Redirects"
|
| 3835 |
msgstr ""
|
| 3836 |
|
| 3837 |
-
#: add-ons/custom-redirects/custom_redirects_admin.php:
|
| 3838 |
msgid "Login ( wp-login.php )"
|
| 3839 |
msgstr ""
|
| 3840 |
|
| 3841 |
-
#: add-ons/custom-redirects/custom_redirects_admin.php:
|
| 3842 |
msgid "Register ( wp-login.php?action=register )"
|
| 3843 |
msgstr ""
|
| 3844 |
|
| 3845 |
-
#: add-ons/custom-redirects/custom_redirects_admin.php:
|
| 3846 |
msgid "Lost Password ( wp-login.php?action=lostpassword )"
|
| 3847 |
msgstr ""
|
| 3848 |
|
| 3849 |
-
#: add-ons/custom-redirects/custom_redirects_admin.php:
|
| 3850 |
msgid "Author Archive ( http://sitename.com/author/admin )"
|
| 3851 |
msgstr ""
|
| 3852 |
|
| 3853 |
-
#: add-ons/custom-redirects/custom_redirects_admin.php:
|
| 3854 |
msgid "Redirect Default WordPress Forms and Pages"
|
| 3855 |
msgstr ""
|
| 3856 |
|
| 3857 |
-
#: add-ons/custom-redirects/custom_redirects_admin.php:
|
| 3858 |
msgid "How does this work?"
|
| 3859 |
msgstr ""
|
| 3860 |
|
| 3861 |
-
#: add-ons/custom-redirects/custom_redirects_admin.php:
|
| 3862 |
msgid "<pre>User ID / Username</pre><pre>Redirect</pre><pre>URL</pre>"
|
| 3863 |
msgstr ""
|
| 3864 |
|
| 3865 |
-
#: add-ons/custom-redirects/custom_redirects_admin.php:
|
| 3866 |
msgid "<pre>User Role</pre><pre>Redirect</pre><pre>URL</pre>"
|
| 3867 |
msgstr ""
|
| 3868 |
|
| 3869 |
-
#: add-ons/custom-redirects/custom_redirects_admin.php:
|
| 3870 |
msgid "<pre>Redirect</pre><pre>URL</pre>"
|
| 3871 |
msgstr ""
|
| 3872 |
|
| 3873 |
-
#: add-ons/custom-redirects/custom_redirects_admin.php:
|
| 3874 |
msgid "These redirects happen after a successful action, like registration or after a successful login."
|
| 3875 |
msgstr ""
|
| 3876 |
|
| 3877 |
-
#: add-ons/custom-redirects/custom_redirects_admin.php:
|
| 3878 |
msgid "Which redirect happens depends on the following priority:"
|
| 3879 |
msgstr ""
|
| 3880 |
|
| 3881 |
-
#: add-ons/custom-redirects/custom_redirects_admin.php:
|
| 3882 |
msgid "Multiple Registration and Edit Profile form settings Redirects"
|
| 3883 |
msgstr ""
|
| 3884 |
|
| 3885 |
-
#: add-ons/custom-redirects/custom_redirects_admin.php:
|
| 3886 |
msgid "Individual redirects defined in shortcodes; <strong><em>redirect_priority=\"top\"</em></strong> parameter can be added in any shortcode, then that shortcode redirect will have priority over all other redirects."
|
| 3887 |
msgstr ""
|
| 3888 |
|
| 3889 |
-
#: add-ons/custom-redirects/custom_redirects_admin.php:
|
| 3890 |
msgid "Redirect Default WordPress forms and pages"
|
| 3891 |
msgstr ""
|
| 3892 |
|
| 3893 |
-
#: add-ons/custom-redirects/custom_redirects_admin.php:
|
| 3894 |
msgid "With these you can redirect various WordPress forms and pages to pages created with profile builder."
|
| 3895 |
msgstr ""
|
| 3896 |
|
| 3897 |
-
#: add-ons/custom-redirects/custom_redirects_admin.php:
|
| 3898 |
msgid "Available tags for dynamic URLs"
|
| 3899 |
msgstr ""
|
| 3900 |
|
| 3901 |
-
#: add-ons/custom-redirects/custom_redirects_admin.php:
|
| 3902 |
msgid "You use the following tags in your URLs to redirect users to various pages."
|
| 3903 |
msgstr ""
|
| 3904 |
|
| 3905 |
-
#: add-ons/custom-redirects/custom_redirects_admin.php:
|
| 3906 |
msgid "generates a url of the current website homepage."
|
| 3907 |
msgstr ""
|
| 3908 |
|
| 3909 |
-
#: add-ons/custom-redirects/custom_redirects_admin.php:
|
| 3910 |
msgid "in WordPress the <a target='_blank' href='https://codex.wordpress.org/Function_Reference/site_url'>site url</a> can be different then the home url"
|
| 3911 |
msgstr ""
|
| 3912 |
|
| 3913 |
-
#: add-ons/custom-redirects/custom_redirects_admin.php:
|
| 3914 |
msgid "the ID of the user"
|
| 3915 |
msgstr ""
|
| 3916 |
|
| 3917 |
-
#: add-ons/custom-redirects/custom_redirects_admin.php:
|
| 3918 |
msgid "the URL sanitized version of the username, the user nicename can be safely used in URLs since it can't contain special characters or spaces."
|
| 3919 |
msgstr ""
|
| 3920 |
|
| 3921 |
-
#: add-ons/custom-redirects/custom_redirects_admin.php:
|
| 3922 |
msgid "the URL of the previously visited page"
|
| 3923 |
msgstr ""
|
| 3924 |
|
| 3925 |
-
#: add-ons/custom-redirects/custom_redirects_admin.php:
|
| 3926 |
msgid "the default URL set by WordPress after login"
|
| 3927 |
msgstr ""
|
| 3928 |
|
| 3929 |
-
#: add-ons/custom-redirects/custom_redirects_admin.php:
|
| 3930 |
msgid "You can't add duplicate redirects!"
|
| 3931 |
msgstr ""
|
| 3932 |
|
|
@@ -4450,7 +4454,7 @@ msgstr ""
|
|
| 4450 |
msgid "No Registration Forms found in trash"
|
| 4451 |
msgstr ""
|
| 4452 |
|
| 4453 |
-
#: add-ons/multiple-forms/register-forms.php:219, features/roles-editor/roles-editor.php:
|
| 4454 |
msgid "Default Role"
|
| 4455 |
msgstr ""
|
| 4456 |
|
|
@@ -4522,11 +4526,11 @@ msgstr ""
|
|
| 4522 |
msgid "Display name as"
|
| 4523 |
msgstr ""
|
| 4524 |
|
| 4525 |
-
#: add-ons/user-listing/userlisting.php:169, add-ons/user-listing/userlisting.php:338, add-ons/user-listing/userlisting.php:920, add-ons/user-listing/userlisting.php:2554, features/admin-approval/class-admin-approval.php:178, features/roles-editor/roles-editor.php:
|
| 4526 |
msgid "Role"
|
| 4527 |
msgstr ""
|
| 4528 |
|
| 4529 |
-
#: add-ons/user-listing/userlisting.php:170, features/roles-editor/roles-editor.php:
|
| 4530 |
msgid "Role Slug"
|
| 4531 |
msgstr ""
|
| 4532 |
|
|
@@ -4602,7 +4606,7 @@ msgstr ""
|
|
| 4602 |
msgid "Firstname"
|
| 4603 |
msgstr ""
|
| 4604 |
|
| 4605 |
-
#: add-ons/user-listing/userlisting.php:339, add-ons/user-listing/userlisting.php:905, features/roles-editor/roles-editor.php:
|
| 4606 |
msgid "Posts"
|
| 4607 |
msgstr ""
|
| 4608 |
|
|
@@ -4626,7 +4630,7 @@ msgstr ""
|
|
| 4626 |
msgid "User not found"
|
| 4627 |
msgstr ""
|
| 4628 |
|
| 4629 |
-
#: add-ons/user-listing/userlisting.php:591, add-ons/user-listing/userlisting.php:588, add-ons/user-listing/userlisting.php:586, add-ons/user-listing/userlisting.php:569, add-ons/user-listing/userlisting.php:566, add-ons/user-listing/userlisting.php:564, add-ons-advanced/bbpress/bbpress-page.php:
|
| 4630 |
msgid "None"
|
| 4631 |
msgstr ""
|
| 4632 |
|
|
@@ -4914,35 +4918,35 @@ msgstr ""
|
|
| 4914 |
msgid "No results found!"
|
| 4915 |
msgstr ""
|
| 4916 |
|
| 4917 |
-
#: add-ons-advanced/bbpress/bbpress-page.php:
|
| 4918 |
msgid "bbPress Integration"
|
| 4919 |
msgstr ""
|
| 4920 |
|
| 4921 |
-
#: add-ons-advanced/bbpress/bbpress-page.php:
|
| 4922 |
msgid "Choose (Single) User Listing to display under bbPress user Profile tab:"
|
| 4923 |
msgstr ""
|
| 4924 |
|
| 4925 |
-
#: add-ons-advanced/bbpress/bbpress-page.php:
|
| 4926 |
msgid "Select which Single User-listing managed via Profile Builder should replace the default bbPress user profile."
|
| 4927 |
msgstr ""
|
| 4928 |
|
| 4929 |
-
#: add-ons-advanced/bbpress/bbpress-page.php:
|
| 4930 |
msgid "Choose Edit Profile form to display under bbPress Profile Edit tab:"
|
| 4931 |
msgstr ""
|
| 4932 |
|
| 4933 |
-
#: add-ons-advanced/bbpress/bbpress-page.php:
|
| 4934 |
msgid "Default Edit Profile"
|
| 4935 |
msgstr ""
|
| 4936 |
|
| 4937 |
-
#: add-ons-advanced/bbpress/bbpress-page.php:
|
| 4938 |
msgid "Select Profile Builder Edit Profile form to replace the bbPress Profile Edit tab."
|
| 4939 |
msgstr ""
|
| 4940 |
|
| 4941 |
-
#: add-ons-advanced/bbpress/bbpress-page.php:
|
| 4942 |
msgid "Replace bbPress Login form:"
|
| 4943 |
msgstr ""
|
| 4944 |
|
| 4945 |
-
#: add-ons-advanced/bbpress/bbpress-page.php:
|
| 4946 |
msgid "Select \"Yes\" to replace the default bbPress Login form with the Profile Builder Login form."
|
| 4947 |
msgstr ""
|
| 4948 |
|
|
@@ -5098,71 +5102,71 @@ msgstr ""
|
|
| 5098 |
msgid "Choose if this field requires an administrator to approve any modifications on the edit profile forms"
|
| 5099 |
msgstr ""
|
| 5100 |
|
| 5101 |
-
#: add-ons-advanced/edit-profile-approved-by-admin/index.php:
|
| 5102 |
msgid "This field requires admin approval on edit profile"
|
| 5103 |
msgstr ""
|
| 5104 |
|
| 5105 |
-
#: add-ons-advanced/edit-profile-approved-by-admin/index.php:
|
| 5106 |
msgid "Finish Review and Send Notifications"
|
| 5107 |
msgstr ""
|
| 5108 |
|
| 5109 |
-
#: add-ons-advanced/edit-profile-approved-by-admin/index.php:
|
| 5110 |
msgid "Approve All"
|
| 5111 |
msgstr ""
|
| 5112 |
|
| 5113 |
-
#: add-ons-advanced/edit-profile-approved-by-admin/index.php:
|
| 5114 |
msgid "This field requires approval by an administrator"
|
| 5115 |
msgstr ""
|
| 5116 |
|
| 5117 |
-
#: add-ons-advanced/edit-profile-approved-by-admin/index.php:
|
| 5118 |
msgid "Unapproved"
|
| 5119 |
msgstr ""
|
| 5120 |
|
| 5121 |
-
#: add-ons-advanced/edit-profile-approved-by-admin/index.php:
|
| 5122 |
msgid "Approved"
|
| 5123 |
msgstr ""
|
| 5124 |
|
| 5125 |
-
#: add-ons-advanced/edit-profile-approved-by-admin/index.php:
|
| 5126 |
msgid "Your profile has been reviewed by an administrator"
|
| 5127 |
msgstr ""
|
| 5128 |
|
| 5129 |
-
#: add-ons-advanced/edit-profile-approved-by-admin/index.php:
|
| 5130 |
msgid "Approved fields:%s"
|
| 5131 |
msgstr ""
|
| 5132 |
|
| 5133 |
-
#: add-ons-advanced/edit-profile-approved-by-admin/index.php:
|
| 5134 |
msgid "Unapproved fields:%s"
|
| 5135 |
msgstr ""
|
| 5136 |
|
| 5137 |
-
#: add-ons-advanced/edit-profile-approved-by-admin/index.php:
|
| 5138 |
msgid "Field %1$s changed from %2$s to %3$s"
|
| 5139 |
msgstr ""
|
| 5140 |
|
| 5141 |
-
#: add-ons-advanced/edit-profile-approved-by-admin/index.php:
|
| 5142 |
msgid "The user %1$s has updated their profile and some of the fields require admin approval:<br><br> %2$s"
|
| 5143 |
msgstr ""
|
| 5144 |
|
| 5145 |
-
#: add-ons-advanced/edit-profile-approved-by-admin/index.php:
|
| 5146 |
msgid "Access this link to approve changes: %1$s"
|
| 5147 |
msgstr ""
|
| 5148 |
|
| 5149 |
-
#: add-ons-advanced/edit-profile-approved-by-admin/index.php:
|
| 5150 |
msgid "A user has updated their profile. Some fields need approval"
|
| 5151 |
msgstr ""
|
| 5152 |
|
| 5153 |
-
#: add-ons-advanced/edit-profile-approved-by-admin/index.php:
|
| 5154 |
msgid "Field %1$s requires approval from an administrator"
|
| 5155 |
msgstr ""
|
| 5156 |
|
| 5157 |
-
#: add-ons-advanced/edit-profile-approved-by-admin/index.php:
|
| 5158 |
msgid "Show users that require review"
|
| 5159 |
msgstr ""
|
| 5160 |
|
| 5161 |
-
#: add-ons-advanced/edit-profile-approved-by-admin/index.php:
|
| 5162 |
msgid "Show reviewed users with unapproved fields"
|
| 5163 |
msgstr ""
|
| 5164 |
|
| 5165 |
-
#: add-ons-advanced/edit-profile-approved-by-admin/index.php:
|
| 5166 |
msgid "Exit Review Mode"
|
| 5167 |
msgstr ""
|
| 5168 |
|
|
@@ -5534,23 +5538,23 @@ msgstr ""
|
|
| 5534 |
msgid "Please enter your Twitter email!"
|
| 5535 |
msgstr ""
|
| 5536 |
|
| 5537 |
-
#: add-ons-advanced/social-connect/index.php:
|
| 5538 |
msgid "Profile Builder not active!"
|
| 5539 |
msgstr ""
|
| 5540 |
|
| 5541 |
-
#: add-ons-advanced/social-connect/index.php:
|
| 5542 |
msgid "Application Settings"
|
| 5543 |
msgstr ""
|
| 5544 |
|
| 5545 |
-
#: add-ons-advanced/social-connect/index.php:
|
| 5546 |
msgid "Appearance Settings"
|
| 5547 |
msgstr ""
|
| 5548 |
|
| 5549 |
-
#: add-ons-advanced/social-connect/index.php:
|
| 5550 |
msgid "Unlink"
|
| 5551 |
msgstr ""
|
| 5552 |
|
| 5553 |
-
#: add-ons-advanced/social-connect/index.php:
|
| 5554 |
msgid "Your account is linked with:"
|
| 5555 |
msgstr ""
|
| 5556 |
|
|
@@ -6020,67 +6024,67 @@ msgstr ""
|
|
| 6020 |
msgid "This field has conditional logic enabled."
|
| 6021 |
msgstr ""
|
| 6022 |
|
| 6023 |
-
#: features/content-restriction/class-elementor-content-restriction.php:
|
| 6024 |
msgid "Profile Builder Content Restriction"
|
| 6025 |
msgstr ""
|
| 6026 |
|
| 6027 |
-
#: features/content-restriction/class-elementor-content-restriction.php:
|
| 6028 |
msgid "Restrict to logged in users"
|
| 6029 |
msgstr ""
|
| 6030 |
|
| 6031 |
-
#: features/content-restriction/class-elementor-content-restriction.php:
|
| 6032 |
msgid "Allow only logged in users to see this content."
|
| 6033 |
msgstr ""
|
| 6034 |
|
| 6035 |
-
#: features/content-restriction/class-elementor-content-restriction.php:
|
| 6036 |
msgid "Restrict to logged out users"
|
| 6037 |
msgstr ""
|
| 6038 |
|
| 6039 |
-
#: features/content-restriction/class-elementor-content-restriction.php:
|
| 6040 |
msgid "Allow only logged out users to see this content."
|
| 6041 |
msgstr ""
|
| 6042 |
|
| 6043 |
-
#: features/content-restriction/class-elementor-content-restriction.php:
|
| 6044 |
msgid "Restrict by User Roles"
|
| 6045 |
msgstr ""
|
| 6046 |
|
| 6047 |
-
#: features/content-restriction/class-elementor-content-restriction.php:
|
| 6048 |
msgid "Allow users which have the specified role to see this content."
|
| 6049 |
msgstr ""
|
| 6050 |
|
| 6051 |
-
#: features/content-restriction/class-elementor-content-restriction.php:
|
| 6052 |
msgid "Restriction Messages"
|
| 6053 |
msgstr ""
|
| 6054 |
|
| 6055 |
-
#: features/content-restriction/class-elementor-content-restriction.php:
|
| 6056 |
msgid "Enable Restriction Messages"
|
| 6057 |
msgstr ""
|
| 6058 |
|
| 6059 |
-
#: features/content-restriction/class-elementor-content-restriction.php:
|
| 6060 |
msgid "Replace hidden content with the default messages from PB -> Settings -> Content Restriction, a custom message or an Elementor Template."
|
| 6061 |
msgstr ""
|
| 6062 |
|
| 6063 |
-
#: features/content-restriction/class-elementor-content-restriction.php:
|
| 6064 |
msgid "Enable Custom Messages"
|
| 6065 |
msgstr ""
|
| 6066 |
|
| 6067 |
-
#: features/content-restriction/class-elementor-content-restriction.php:
|
| 6068 |
msgid "Add a custom message or template."
|
| 6069 |
msgstr ""
|
| 6070 |
|
| 6071 |
-
#: features/content-restriction/class-elementor-content-restriction.php:
|
| 6072 |
msgid "Content type"
|
| 6073 |
msgstr ""
|
| 6074 |
|
| 6075 |
-
#: features/content-restriction/class-elementor-content-restriction.php:
|
| 6076 |
msgid "Text"
|
| 6077 |
msgstr ""
|
| 6078 |
|
| 6079 |
-
#: features/content-restriction/class-elementor-content-restriction.php:
|
| 6080 |
msgid "Template"
|
| 6081 |
msgstr ""
|
| 6082 |
|
| 6083 |
-
#: features/content-restriction/class-elementor-content-restriction.php:
|
| 6084 |
msgid "Select Template"
|
| 6085 |
msgstr ""
|
| 6086 |
|
|
@@ -6324,214 +6328,214 @@ msgstr ""
|
|
| 6324 |
msgid "Password Recovery page URL (optional):"
|
| 6325 |
msgstr ""
|
| 6326 |
|
| 6327 |
-
#: features/roles-editor/roles-editor.php:
|
| 6328 |
msgid "Your Role"
|
| 6329 |
msgstr ""
|
| 6330 |
|
| 6331 |
-
#: features/roles-editor/roles-editor.php:
|
| 6332 |
msgid "Role name is required."
|
| 6333 |
msgstr ""
|
| 6334 |
|
| 6335 |
-
#: features/roles-editor/roles-editor.php:
|
| 6336 |
msgid "No capabilities found."
|
| 6337 |
msgstr ""
|
| 6338 |
|
| 6339 |
-
#: features/roles-editor/roles-editor.php:
|
| 6340 |
msgid "Select capabilities"
|
| 6341 |
msgstr ""
|
| 6342 |
|
| 6343 |
-
#: features/roles-editor/roles-editor.php:
|
| 6344 |
msgid "Delete Permanently"
|
| 6345 |
msgstr ""
|
| 6346 |
|
| 6347 |
-
#: features/roles-editor/roles-editor.php:
|
| 6348 |
msgid ""
|
| 6349 |
"This will permanently delete the capability from your site and from every user role.\n"
|
| 6350 |
"\n"
|
| 6351 |
"It can't be undone!"
|
| 6352 |
msgstr ""
|
| 6353 |
|
| 6354 |
-
#: features/roles-editor/roles-editor.php:
|
| 6355 |
msgid "This capability is not saved until you click Update!"
|
| 6356 |
msgstr ""
|
| 6357 |
|
| 6358 |
-
#: features/roles-editor/roles-editor.php:
|
| 6359 |
msgid "This capability is not saved until you click Publish!"
|
| 6360 |
msgstr ""
|
| 6361 |
|
| 6362 |
-
#: features/roles-editor/roles-editor.php:
|
| 6363 |
msgid "Add New Capability"
|
| 6364 |
msgstr ""
|
| 6365 |
|
| 6366 |
-
#: features/roles-editor/roles-editor.php:
|
| 6367 |
msgid "Capability"
|
| 6368 |
msgstr ""
|
| 6369 |
|
| 6370 |
-
#: features/roles-editor/roles-editor.php:
|
| 6371 |
msgid "You can't delete this capability from your role."
|
| 6372 |
msgstr ""
|
| 6373 |
|
| 6374 |
-
#: features/roles-editor/roles-editor.php:
|
| 6375 |
msgid "Add New Role"
|
| 6376 |
msgstr ""
|
| 6377 |
|
| 6378 |
-
#: features/roles-editor/roles-editor.php:
|
| 6379 |
msgid "Edit Role"
|
| 6380 |
msgstr ""
|
| 6381 |
|
| 6382 |
-
#: features/roles-editor/roles-editor.php:
|
| 6383 |
msgid "New Role"
|
| 6384 |
msgstr ""
|
| 6385 |
|
| 6386 |
-
#: features/roles-editor/roles-editor.php:
|
| 6387 |
msgid "View Role"
|
| 6388 |
msgstr ""
|
| 6389 |
|
| 6390 |
-
#: features/roles-editor/roles-editor.php:
|
| 6391 |
msgid "Search the Roles Editor"
|
| 6392 |
msgstr ""
|
| 6393 |
|
| 6394 |
-
#: features/roles-editor/roles-editor.php:
|
| 6395 |
msgid "No roles found"
|
| 6396 |
msgstr ""
|
| 6397 |
|
| 6398 |
-
#: features/roles-editor/roles-editor.php:
|
| 6399 |
msgid "No roles found in trash"
|
| 6400 |
msgstr ""
|
| 6401 |
|
| 6402 |
-
#: features/roles-editor/roles-editor.php:
|
| 6403 |
msgid "Enter role name here"
|
| 6404 |
msgstr ""
|
| 6405 |
|
| 6406 |
-
#: features/roles-editor/roles-editor.php:
|
| 6407 |
msgid "Role updated."
|
| 6408 |
msgstr ""
|
| 6409 |
|
| 6410 |
-
#: features/roles-editor/roles-editor.php:
|
| 6411 |
msgid "Custom field updated."
|
| 6412 |
msgstr ""
|
| 6413 |
|
| 6414 |
-
#: features/roles-editor/roles-editor.php:
|
| 6415 |
msgid "Custom field deleted."
|
| 6416 |
msgstr ""
|
| 6417 |
|
| 6418 |
-
#: features/roles-editor/roles-editor.php:
|
| 6419 |
msgid "Role restored to revision from %s"
|
| 6420 |
msgstr ""
|
| 6421 |
|
| 6422 |
-
#: features/roles-editor/roles-editor.php:
|
| 6423 |
msgid "Role created."
|
| 6424 |
msgstr ""
|
| 6425 |
|
| 6426 |
-
#: features/roles-editor/roles-editor.php:
|
| 6427 |
msgid "Role saved."
|
| 6428 |
msgstr ""
|
| 6429 |
|
| 6430 |
-
#: features/roles-editor/roles-editor.php:
|
| 6431 |
msgid "Role submitted."
|
| 6432 |
msgstr ""
|
| 6433 |
|
| 6434 |
-
#: features/roles-editor/roles-editor.php:
|
| 6435 |
msgid "Role scheduled for: <strong>%1$s</strong>"
|
| 6436 |
msgstr ""
|
| 6437 |
|
| 6438 |
-
#: features/roles-editor/roles-editor.php:
|
| 6439 |
msgid "M j, Y @ G:i"
|
| 6440 |
msgstr ""
|
| 6441 |
|
| 6442 |
-
#: features/roles-editor/roles-editor.php:
|
| 6443 |
msgid "Role draft updated."
|
| 6444 |
msgstr ""
|
| 6445 |
|
| 6446 |
-
#: features/roles-editor/roles-editor.php:
|
| 6447 |
msgid "Role Name"
|
| 6448 |
msgstr ""
|
| 6449 |
|
| 6450 |
-
#: features/roles-editor/roles-editor.php:
|
| 6451 |
msgid "Capabilities"
|
| 6452 |
msgstr ""
|
| 6453 |
|
| 6454 |
-
#: features/roles-editor/roles-editor.php:
|
| 6455 |
msgid "Users"
|
| 6456 |
msgstr ""
|
| 6457 |
|
| 6458 |
-
#: features/roles-editor/roles-editor.php:
|
| 6459 |
msgid "Edit Role Capabilities"
|
| 6460 |
msgstr ""
|
| 6461 |
|
| 6462 |
-
#: features/roles-editor/roles-editor.php:
|
| 6463 |
msgid "Add a new capability"
|
| 6464 |
msgstr ""
|
| 6465 |
|
| 6466 |
-
#: features/roles-editor/roles-editor.php:
|
| 6467 |
msgid "Add Capability"
|
| 6468 |
msgstr ""
|
| 6469 |
|
| 6470 |
-
#: features/roles-editor/roles-editor.php:
|
| 6471 |
msgid "Please select an existing capability or add a new one!"
|
| 6472 |
msgstr ""
|
| 6473 |
|
| 6474 |
-
#: features/roles-editor/roles-editor.php:
|
| 6475 |
msgid "You can't add a hidden capability!"
|
| 6476 |
msgstr ""
|
| 6477 |
|
| 6478 |
-
#: features/roles-editor/roles-editor.php:
|
| 6479 |
msgid "This capability already exists!"
|
| 6480 |
msgstr ""
|
| 6481 |
|
| 6482 |
-
#: features/roles-editor/roles-editor.php:
|
| 6483 |
msgid "All"
|
| 6484 |
msgstr ""
|
| 6485 |
|
| 6486 |
-
#: features/roles-editor/roles-editor.php:
|
| 6487 |
msgid "General"
|
| 6488 |
msgstr ""
|
| 6489 |
|
| 6490 |
-
#: features/roles-editor/roles-editor.php:
|
| 6491 |
msgid "Pages"
|
| 6492 |
msgstr ""
|
| 6493 |
|
| 6494 |
-
#: features/roles-editor/roles-editor.php:
|
| 6495 |
msgid "Media"
|
| 6496 |
msgstr ""
|
| 6497 |
|
| 6498 |
-
#: features/roles-editor/roles-editor.php:
|
| 6499 |
msgid "Taxonomies"
|
| 6500 |
msgstr ""
|
| 6501 |
|
| 6502 |
-
#: features/roles-editor/roles-editor.php:
|
| 6503 |
msgid "Appearance"
|
| 6504 |
msgstr ""
|
| 6505 |
|
| 6506 |
-
#: features/roles-editor/roles-editor.php:
|
| 6507 |
msgid "Plugins"
|
| 6508 |
msgstr ""
|
| 6509 |
|
| 6510 |
-
#: features/roles-editor/roles-editor.php:
|
| 6511 |
msgid "Custom"
|
| 6512 |
msgstr ""
|
| 6513 |
|
| 6514 |
-
#: features/roles-editor/roles-editor.php:
|
| 6515 |
msgid "Clone"
|
| 6516 |
msgstr ""
|
| 6517 |
|
| 6518 |
-
#: features/roles-editor/roles-editor.php:
|
| 6519 |
msgid "Are you sure?\nThis will permanently delete the role and cannot be undone!\nUsers assigned only on this role will be moved to the default role."
|
| 6520 |
msgstr ""
|
| 6521 |
|
| 6522 |
-
#: features/roles-editor/roles-editor.php:
|
| 6523 |
msgid "Change Default"
|
| 6524 |
msgstr ""
|
| 6525 |
|
| 6526 |
-
#: features/roles-editor/roles-editor.php:
|
| 6527 |
msgid "You can't delete the default role. Change it first."
|
| 6528 |
msgstr ""
|
| 6529 |
|
| 6530 |
-
#: features/roles-editor/roles-editor.php:
|
| 6531 |
msgid "You can't delete your role."
|
| 6532 |
msgstr ""
|
| 6533 |
|
| 6534 |
-
#: features/roles-editor/roles-editor.php:
|
| 6535 |
msgid "Edit User Roles"
|
| 6536 |
msgstr ""
|
| 6537 |
|
|
@@ -8067,7 +8071,7 @@ msgstr ""
|
|
| 8067 |
msgid "Registration"
|
| 8068 |
msgstr ""
|
| 8069 |
|
| 8070 |
-
#: assets/misc/elementor/widgets/class-pb-widget-l.php:56, assets/misc/elementor/widgets/class-pb-widget-l.php:65, assets/misc/elementor/widgets/class-pb-widget-l.php:98, assets/misc/elementor/widgets/class-pb-widget-l.php:107, assets/misc/elementor/widgets/class-pb-widget-rf-epf.php:
|
| 8071 |
msgid "Enter URL"
|
| 8072 |
msgstr ""
|
| 8073 |
|
|
@@ -8075,35 +8079,35 @@ msgstr ""
|
|
| 8075 |
msgid "Show Authenticator Code Field"
|
| 8076 |
msgstr ""
|
| 8077 |
|
| 8078 |
-
#: assets/misc/elementor/widgets/class-pb-widget-l.php:88, assets/misc/elementor/widgets/class-pb-widget-rf-epf.php:
|
| 8079 |
msgid "Redirects"
|
| 8080 |
msgstr ""
|
| 8081 |
|
| 8082 |
-
#: assets/misc/elementor/widgets/class-pb-widget-rf-epf.php:
|
| 8083 |
msgid "Form"
|
| 8084 |
msgstr ""
|
| 8085 |
|
| 8086 |
-
#: assets/misc/elementor/widgets/class-pb-widget-rf-epf.php:
|
| 8087 |
msgid "Assigned Role"
|
| 8088 |
msgstr ""
|
| 8089 |
|
| 8090 |
-
#: assets/misc/elementor/widgets/class-pb-widget-rf-epf.php:
|
| 8091 |
msgid "Automatic Login"
|
| 8092 |
msgstr ""
|
| 8093 |
|
| 8094 |
-
#: assets/misc/elementor/widgets/class-pb-widget-rf-epf.php:
|
| 8095 |
msgid "Edit the Settings for this form %1$shere%2$s"
|
| 8096 |
msgstr ""
|
| 8097 |
|
| 8098 |
-
#: assets/misc/elementor/widgets/class-pb-widget-rf-epf.php:
|
| 8099 |
msgid "Redirect after Edit Profile"
|
| 8100 |
msgstr ""
|
| 8101 |
|
| 8102 |
-
#: assets/misc/elementor/widgets/class-pb-widget-rf-epf.php:
|
| 8103 |
msgid "Redirect after Registration"
|
| 8104 |
msgstr ""
|
| 8105 |
|
| 8106 |
-
#: assets/misc/elementor/widgets/class-pb-widget-rf-epf.php:
|
| 8107 |
msgid "Redirect after Logout"
|
| 8108 |
msgstr ""
|
| 8109 |
|
| 329 |
msgid "Login is set to be done using the Email. This field will NOT appear in the front-end! ( you can change these settings under the \"%s\" tab )"
|
| 330 |
msgstr ""
|
| 331 |
|
| 332 |
+
#: admin/admin-functions.php:38, admin/general-settings.php:11, add-ons-advanced/social-connect/index.php:904
|
| 333 |
msgid "General Settings"
|
| 334 |
msgstr ""
|
| 335 |
|
| 517 |
msgid "Allow users to log in with their email or username when accessing your site."
|
| 518 |
msgstr ""
|
| 519 |
|
| 520 |
+
#: admin/basic-info.php:99, features/roles-editor/roles-editor.php:61, features/roles-editor/roles-editor.php:62, features/roles-editor/roles-editor.php:275, features/roles-editor/roles-editor.php:276, features/roles-editor/roles-editor.php:281, features/roles-editor/roles-editor.php:288
|
| 521 |
msgid "Roles Editor"
|
| 522 |
msgstr ""
|
| 523 |
|
| 538 |
msgstr ""
|
| 539 |
|
| 540 |
#: admin/basic-info.php:116
|
| 541 |
+
msgid "Extra Profile Fields are available in Basic or PRO versions"
|
| 542 |
msgstr ""
|
| 543 |
|
| 544 |
#: admin/basic-info.php:121
|
| 662 |
msgstr ""
|
| 663 |
|
| 664 |
#: admin/basic-info.php:225
|
| 665 |
+
msgid " * only available in the %1$Basic and Pro versions%2$s."
|
| 666 |
msgstr ""
|
| 667 |
|
| 668 |
#: admin/basic-info.php:226
|
| 781 |
msgid "Load Profile Builder's own CSS file in the front-end:"
|
| 782 |
msgstr ""
|
| 783 |
|
| 784 |
+
#: admin/general-settings.php:151, admin/general-settings.php:164, admin/general-settings.php:179, admin/general-settings.php:228, admin/general-settings.php:275, admin/manage-fields.php:193, admin/private-website.php:70, admin/private-website.php:137, admin/private-website.php:150, add-ons/multiple-forms/edit-profile-forms.php:206, add-ons/multiple-forms/register-forms.php:229, add-ons/multiple-forms/register-forms.php:230, add-ons/user-listing/userlisting.php:2590, add-ons-advanced/bbpress/bbpress-page.php:161, add-ons-advanced/social-connect/index.php:347, add-ons-advanced/social-connect/index.php:406, features/content-restriction/content-restriction.php:89, features/two-factor-authentication/class-two-factor-authentication.php:125, admin/advanced-settings/includes/forms/placeholder-labels.php:135, admin/advanced-settings/includes/views/view-admin.php:18, admin/advanced-settings/includes/views/view-admin.php:34, admin/advanced-settings/includes/views/view-admin.php:50, admin/advanced-settings/includes/views/view-admin.php:69, admin/advanced-settings/includes/views/view-admin.php:100, admin/advanced-settings/includes/views/view-fields.php:18, admin/advanced-settings/includes/views/view-fields.php:66, admin/advanced-settings/includes/views/view-fields.php:181, admin/advanced-settings/includes/views/view-fields.php:197, admin/advanced-settings/includes/views/view-fields.php:217, admin/advanced-settings/includes/views/view-fields.php:240, admin/advanced-settings/includes/views/view-fields.php:260, admin/advanced-settings/includes/views/view-fields.php:277, admin/advanced-settings/includes/views/view-fields.php:295, admin/advanced-settings/includes/views/view-forms.php:19, admin/advanced-settings/includes/views/view-forms.php:148, admin/advanced-settings/includes/views/view-forms.php:166, admin/advanced-settings/includes/views/view-forms.php:183, admin/advanced-settings/includes/views/view-forms.php:198, admin/advanced-settings/includes/views/view-forms.php:213, admin/advanced-settings/includes/views/view-forms.php:233, admin/advanced-settings/includes/views/view-forms.php:250, admin/advanced-settings/includes/views/view-forms.php:286, admin/advanced-settings/includes/views/view-forms.php:307, admin/advanced-settings/includes/views/view-forms.php:327, admin/advanced-settings/includes/views/view-forms.php:349, admin/advanced-settings/includes/views/view-forms.php:371, admin/advanced-settings/includes/views/view-forms.php:391, admin/advanced-settings/includes/views/view-shortcodes.php:16, admin/advanced-settings/includes/views/view-shortcodes.php:32, admin/advanced-settings/includes/views/view-shortcodes.php:48, admin/advanced-settings/includes/views/view-shortcodes.php:64, admin/advanced-settings/includes/views/view-userlisting.php:53, admin/advanced-settings/includes/views/view-userlisting.php:75, assets/misc/elementor/widgets/class-pb-widget-l.php:75, assets/misc/elementor/widgets/class-pb-widget-rf-epf.php:183, assets/misc/elementor/widgets/class-pb-widget-ul.php:109
|
| 785 |
msgid "Yes"
|
| 786 |
msgstr ""
|
| 787 |
|
| 793 |
msgid "Automatically Log In:"
|
| 794 |
msgstr ""
|
| 795 |
|
| 796 |
+
#: admin/general-settings.php:165, admin/general-settings.php:180, admin/general-settings.php:229, admin/general-settings.php:274, admin/private-website.php:69, admin/private-website.php:136, admin/private-website.php:151, add-ons/multiple-forms/edit-profile-forms.php:206, add-ons/multiple-forms/register-forms.php:229, add-ons/multiple-forms/register-forms.php:230, add-ons-advanced/bbpress/bbpress-page.php:160, add-ons-advanced/social-connect/index.php:348, add-ons-advanced/social-connect/index.php:407, features/content-restriction/content-restriction.php:88, features/two-factor-authentication/class-two-factor-authentication.php:124, admin/advanced-settings/includes/forms/placeholder-labels.php:136, assets/misc/elementor/widgets/class-pb-widget-l.php:76, assets/misc/elementor/widgets/class-pb-widget-rf-epf.php:184, assets/misc/elementor/widgets/class-pb-widget-ul.php:110
|
| 797 |
msgid "No"
|
| 798 |
msgstr ""
|
| 799 |
|
| 854 |
msgstr ""
|
| 855 |
|
| 856 |
#: admin/general-settings.php:292
|
| 857 |
+
msgid "You decide who is a user on your website. Get notified via email or approve multiple users at once from the WordPress UI. Enable Admin Approval by upgrading to %1$Basic or PRO versions%2$s."
|
| 858 |
msgstr ""
|
| 859 |
|
| 860 |
#: admin/general-settings.php:299
|
| 865 |
msgid "Username and Email"
|
| 866 |
msgstr ""
|
| 867 |
|
| 868 |
+
#: admin/general-settings.php:304, admin/manage-fields.php:333, front-end/login.php:341, front-end/login.php:355, front-end/login.php:543, add-ons/custom-redirects/custom_redirects_admin.php:61, add-ons/email-customizer/email-customizer.php:28, add-ons/user-listing/userlisting.php:113, add-ons/user-listing/userlisting.php:336, add-ons/user-listing/userlisting.php:878, add-ons/user-listing/userlisting.php:2543, features/admin-approval/class-admin-approval.php:174, features/email-confirmation/class-email-confirmation.php:168, admin/advanced-settings/includes/views/view-fields.php:121
|
| 869 |
msgid "Username"
|
| 870 |
msgstr ""
|
| 871 |
|
| 922 |
msgstr ""
|
| 923 |
|
| 924 |
#: admin/manage-fields.php:136
|
| 925 |
+
msgid ". Extra Field Types are available in <a href=\"%s\">Basic or PRO versions</a>."
|
| 926 |
msgstr ""
|
| 927 |
|
| 928 |
#: admin/manage-fields.php:172
|
| 949 |
msgid "Meta-name"
|
| 950 |
msgstr ""
|
| 951 |
|
| 952 |
+
#: admin/manage-fields.php:189, add-ons/custom-redirects/custom_redirects_admin.php:70, add-ons/custom-redirects/custom_redirects_admin.php:100, add-ons/custom-redirects/custom_redirects_admin.php:119, add-ons/custom-redirects/custom_redirects_admin.php:144, add-ons/multiple-forms/edit-profile-forms.php:246, add-ons/multiple-forms/register-forms.php:267, add-ons/user-listing/userlisting.php:923, assets/misc/elementor/widgets/class-pb-widget-ul.php:172
|
| 953 |
msgid "ID"
|
| 954 |
msgstr ""
|
| 955 |
|
| 3053 |
msgid "<pre>Title</pre><pre>Type</pre><pre>Meta Name</pre><pre class=\"wppb-mb-head-required\">Required</pre>"
|
| 3054 |
msgstr ""
|
| 3055 |
|
| 3056 |
+
#: admin/manage-fields.php:1362, features/functions.php:1066, features/functions.php:1073, add-ons/custom-redirects/custom_redirects_admin.php:184, add-ons/custom-redirects/custom_redirects_admin.php:198, add-ons/custom-redirects/custom_redirects_admin.php:212, add-ons/custom-redirects/custom_redirects_admin.php:226, add-ons/multiple-forms/multiple-forms.php:410, add-ons-advanced/field-visibility/index.php:187, add-ons-free/labels-edit/labels-edit.php:373, features/admin-approval/class-admin-approval.php:111, features/roles-editor/roles-editor.php:902, assets/lib/wck-api/wordpress-creation-kit.php:447, assets/lib/wck-api/wordpress-creation-kit.php:548
|
| 3057 |
msgid "Edit"
|
| 3058 |
msgstr ""
|
| 3059 |
|
| 3060 |
+
#: admin/manage-fields.php:1362, features/functions.php:1059, features/functions.php:1073, add-ons/custom-redirects/custom_redirects_admin.php:184, add-ons/custom-redirects/custom_redirects_admin.php:198, add-ons/custom-redirects/custom_redirects_admin.php:212, add-ons/custom-redirects/custom_redirects_admin.php:226, add-ons-advanced/field-visibility/index.php:187, features/admin-approval/class-admin-approval.php:116, features/admin-approval/class-admin-approval.php:232, features/email-confirmation/class-email-confirmation.php:121, features/email-confirmation/class-email-confirmation.php:218, features/roles-editor/roles-editor.php:210, features/roles-editor/roles-editor.php:940, features/roles-editor/roles-editor.php:929, features/roles-editor/roles-editor.php:920, assets/lib/wck-api/wordpress-creation-kit.php:447, assets/lib/wck-api/wordpress-creation-kit.php:549, front-end/default-fields/gdpr-delete/gdpr-delete.php:20
|
| 3061 |
msgid "Delete"
|
| 3062 |
msgstr ""
|
| 3063 |
|
| 3217 |
msgid "Redirects to this page if not logged in. We recommend this page contains the [wppb-login] shortcode."
|
| 3218 |
msgstr ""
|
| 3219 |
|
| 3220 |
+
#: admin/private-website.php:96, add-ons/custom-redirects/custom_redirects_admin.php:254
|
| 3221 |
msgid "You can force access to wp-login.php so you don't get locked out of the site by accessing the link:"
|
| 3222 |
msgstr ""
|
| 3223 |
|
| 3397 |
msgid "Incorrect phone number"
|
| 3398 |
msgstr ""
|
| 3399 |
|
| 3400 |
+
#: features/functions.php:1052, features/roles-editor/roles-editor.php:211, add-ons-advanced/campaign-monitor/admin/cmonitor-page.php:451, add-ons-advanced/mailchimp-integration/admin/mailchimp-page.php:171, assets/lib/wck-api/wordpress-creation-kit.php:406
|
| 3401 |
msgid "Cancel"
|
| 3402 |
msgstr ""
|
| 3403 |
|
| 3775 |
msgstr ""
|
| 3776 |
|
| 3777 |
#: add-ons/custom-redirects/custom_redirects_admin.php:54
|
| 3778 |
+
msgid "After Password Change Request"
|
| 3779 |
msgstr ""
|
| 3780 |
|
| 3781 |
#: add-ons/custom-redirects/custom_redirects_admin.php:55
|
| 3782 |
+
msgid "After Successful Password Reset"
|
| 3783 |
+
msgstr ""
|
| 3784 |
+
|
| 3785 |
+
#: add-ons/custom-redirects/custom_redirects_admin.php:56
|
| 3786 |
msgid "Dashboard (redirect users from accessing the dashboard)"
|
| 3787 |
msgstr ""
|
| 3788 |
|
| 3789 |
+
#: add-ons/custom-redirects/custom_redirects_admin.php:60, add-ons/user-listing/userlisting.php:168, add-ons/user-listing/userlisting.php:2545
|
| 3790 |
msgid "User ID"
|
| 3791 |
msgstr ""
|
| 3792 |
|
| 3793 |
+
#: add-ons/custom-redirects/custom_redirects_admin.php:66
|
| 3794 |
msgid "User ID or Username"
|
| 3795 |
msgstr ""
|
| 3796 |
|
| 3797 |
+
#: add-ons/custom-redirects/custom_redirects_admin.php:67
|
| 3798 |
msgid "User ID / Username"
|
| 3799 |
msgstr ""
|
| 3800 |
|
| 3801 |
+
#: add-ons/custom-redirects/custom_redirects_admin.php:67
|
| 3802 |
msgid "Please select and enter the ID or username of your user."
|
| 3803 |
msgstr ""
|
| 3804 |
|
| 3805 |
+
#: add-ons/custom-redirects/custom_redirects_admin.php:68, add-ons/custom-redirects/custom_redirects_admin.php:98, add-ons/custom-redirects/custom_redirects_admin.php:117, add-ons/custom-redirects/custom_redirects_admin.php:136
|
| 3806 |
msgid "Redirect Type"
|
| 3807 |
msgstr ""
|
| 3808 |
|
| 3809 |
+
#: add-ons/custom-redirects/custom_redirects_admin.php:69, add-ons/custom-redirects/custom_redirects_admin.php:99, add-ons/custom-redirects/custom_redirects_admin.php:118, add-ons/custom-redirects/custom_redirects_admin.php:143, features/content-restriction/content-restriction.php:115
|
| 3810 |
msgid "Redirect URL"
|
| 3811 |
msgstr ""
|
| 3812 |
|
| 3813 |
+
#: add-ons/custom-redirects/custom_redirects_admin.php:69, add-ons/custom-redirects/custom_redirects_admin.php:99, add-ons/custom-redirects/custom_redirects_admin.php:118, add-ons/custom-redirects/custom_redirects_admin.php:143
|
| 3814 |
msgid "Can contain the following dynamic tags:{{homeurl}}, {{siteurl}}, {{user_id}}, {{user_nicename}}, {{http_referer}}"
|
| 3815 |
msgstr ""
|
| 3816 |
|
| 3817 |
+
#: add-ons/custom-redirects/custom_redirects_admin.php:76, add-ons/custom-redirects/custom_redirects_admin.php:246
|
| 3818 |
msgid "Individual User Redirects"
|
| 3819 |
msgstr ""
|
| 3820 |
|
| 3821 |
+
#: add-ons/custom-redirects/custom_redirects_admin.php:89
|
| 3822 |
msgid "... Choose"
|
| 3823 |
msgstr ""
|
| 3824 |
|
| 3825 |
+
#: add-ons/custom-redirects/custom_redirects_admin.php:97, add-ons/email-customizer/email-customizer.php:31
|
| 3826 |
msgid "User Role"
|
| 3827 |
msgstr ""
|
| 3828 |
|
| 3829 |
+
#: add-ons/custom-redirects/custom_redirects_admin.php:97
|
| 3830 |
msgid "Select a user role."
|
| 3831 |
msgstr ""
|
| 3832 |
|
| 3833 |
+
#: add-ons/custom-redirects/custom_redirects_admin.php:106, add-ons/custom-redirects/custom_redirects_admin.php:247
|
| 3834 |
msgid "User Role based Redirects"
|
| 3835 |
msgstr ""
|
| 3836 |
|
| 3837 |
+
#: add-ons/custom-redirects/custom_redirects_admin.php:125, add-ons/custom-redirects/custom_redirects_admin.php:248
|
| 3838 |
msgid "Global Redirects"
|
| 3839 |
msgstr ""
|
| 3840 |
|
| 3841 |
+
#: add-ons/custom-redirects/custom_redirects_admin.php:138
|
| 3842 |
msgid "Login ( wp-login.php )"
|
| 3843 |
msgstr ""
|
| 3844 |
|
| 3845 |
+
#: add-ons/custom-redirects/custom_redirects_admin.php:139
|
| 3846 |
msgid "Register ( wp-login.php?action=register )"
|
| 3847 |
msgstr ""
|
| 3848 |
|
| 3849 |
+
#: add-ons/custom-redirects/custom_redirects_admin.php:140
|
| 3850 |
msgid "Lost Password ( wp-login.php?action=lostpassword )"
|
| 3851 |
msgstr ""
|
| 3852 |
|
| 3853 |
+
#: add-ons/custom-redirects/custom_redirects_admin.php:141
|
| 3854 |
msgid "Author Archive ( http://sitename.com/author/admin )"
|
| 3855 |
msgstr ""
|
| 3856 |
|
| 3857 |
+
#: add-ons/custom-redirects/custom_redirects_admin.php:150
|
| 3858 |
msgid "Redirect Default WordPress Forms and Pages"
|
| 3859 |
msgstr ""
|
| 3860 |
|
| 3861 |
+
#: add-ons/custom-redirects/custom_redirects_admin.php:162
|
| 3862 |
msgid "How does this work?"
|
| 3863 |
msgstr ""
|
| 3864 |
|
| 3865 |
+
#: add-ons/custom-redirects/custom_redirects_admin.php:184
|
| 3866 |
msgid "<pre>User ID / Username</pre><pre>Redirect</pre><pre>URL</pre>"
|
| 3867 |
msgstr ""
|
| 3868 |
|
| 3869 |
+
#: add-ons/custom-redirects/custom_redirects_admin.php:198
|
| 3870 |
msgid "<pre>User Role</pre><pre>Redirect</pre><pre>URL</pre>"
|
| 3871 |
msgstr ""
|
| 3872 |
|
| 3873 |
+
#: add-ons/custom-redirects/custom_redirects_admin.php:212, add-ons/custom-redirects/custom_redirects_admin.php:226
|
| 3874 |
msgid "<pre>Redirect</pre><pre>URL</pre>"
|
| 3875 |
msgstr ""
|
| 3876 |
|
| 3877 |
+
#: add-ons/custom-redirects/custom_redirects_admin.php:241
|
| 3878 |
msgid "These redirects happen after a successful action, like registration or after a successful login."
|
| 3879 |
msgstr ""
|
| 3880 |
|
| 3881 |
+
#: add-ons/custom-redirects/custom_redirects_admin.php:243
|
| 3882 |
msgid "Which redirect happens depends on the following priority:"
|
| 3883 |
msgstr ""
|
| 3884 |
|
| 3885 |
+
#: add-ons/custom-redirects/custom_redirects_admin.php:245
|
| 3886 |
msgid "Multiple Registration and Edit Profile form settings Redirects"
|
| 3887 |
msgstr ""
|
| 3888 |
|
| 3889 |
+
#: add-ons/custom-redirects/custom_redirects_admin.php:249
|
| 3890 |
msgid "Individual redirects defined in shortcodes; <strong><em>redirect_priority=\"top\"</em></strong> parameter can be added in any shortcode, then that shortcode redirect will have priority over all other redirects."
|
| 3891 |
msgstr ""
|
| 3892 |
|
| 3893 |
+
#: add-ons/custom-redirects/custom_redirects_admin.php:252
|
| 3894 |
msgid "Redirect Default WordPress forms and pages"
|
| 3895 |
msgstr ""
|
| 3896 |
|
| 3897 |
+
#: add-ons/custom-redirects/custom_redirects_admin.php:253
|
| 3898 |
msgid "With these you can redirect various WordPress forms and pages to pages created with profile builder."
|
| 3899 |
msgstr ""
|
| 3900 |
|
| 3901 |
+
#: add-ons/custom-redirects/custom_redirects_admin.php:256
|
| 3902 |
msgid "Available tags for dynamic URLs"
|
| 3903 |
msgstr ""
|
| 3904 |
|
| 3905 |
+
#: add-ons/custom-redirects/custom_redirects_admin.php:257
|
| 3906 |
msgid "You use the following tags in your URLs to redirect users to various pages."
|
| 3907 |
msgstr ""
|
| 3908 |
|
| 3909 |
+
#: add-ons/custom-redirects/custom_redirects_admin.php:259
|
| 3910 |
msgid "generates a url of the current website homepage."
|
| 3911 |
msgstr ""
|
| 3912 |
|
| 3913 |
+
#: add-ons/custom-redirects/custom_redirects_admin.php:260
|
| 3914 |
msgid "in WordPress the <a target='_blank' href='https://codex.wordpress.org/Function_Reference/site_url'>site url</a> can be different then the home url"
|
| 3915 |
msgstr ""
|
| 3916 |
|
| 3917 |
+
#: add-ons/custom-redirects/custom_redirects_admin.php:261
|
| 3918 |
msgid "the ID of the user"
|
| 3919 |
msgstr ""
|
| 3920 |
|
| 3921 |
+
#: add-ons/custom-redirects/custom_redirects_admin.php:262
|
| 3922 |
msgid "the URL sanitized version of the username, the user nicename can be safely used in URLs since it can't contain special characters or spaces."
|
| 3923 |
msgstr ""
|
| 3924 |
|
| 3925 |
+
#: add-ons/custom-redirects/custom_redirects_admin.php:263
|
| 3926 |
msgid "the URL of the previously visited page"
|
| 3927 |
msgstr ""
|
| 3928 |
|
| 3929 |
+
#: add-ons/custom-redirects/custom_redirects_admin.php:264
|
| 3930 |
msgid "the default URL set by WordPress after login"
|
| 3931 |
msgstr ""
|
| 3932 |
|
| 3933 |
+
#: add-ons/custom-redirects/custom_redirects_admin.php:359, add-ons/custom-redirects/custom_redirects_admin.php:353, add-ons/custom-redirects/custom_redirects_admin.php:347
|
| 3934 |
msgid "You can't add duplicate redirects!"
|
| 3935 |
msgstr ""
|
| 3936 |
|
| 4454 |
msgid "No Registration Forms found in trash"
|
| 4455 |
msgstr ""
|
| 4456 |
|
| 4457 |
+
#: add-ons/multiple-forms/register-forms.php:219, features/roles-editor/roles-editor.php:201
|
| 4458 |
msgid "Default Role"
|
| 4459 |
msgstr ""
|
| 4460 |
|
| 4526 |
msgid "Display name as"
|
| 4527 |
msgstr ""
|
| 4528 |
|
| 4529 |
+
#: add-ons/user-listing/userlisting.php:169, add-ons/user-listing/userlisting.php:338, add-ons/user-listing/userlisting.php:920, add-ons/user-listing/userlisting.php:2554, features/admin-approval/class-admin-approval.php:178, features/roles-editor/roles-editor.php:286
|
| 4530 |
msgid "Role"
|
| 4531 |
msgstr ""
|
| 4532 |
|
| 4533 |
+
#: add-ons/user-listing/userlisting.php:170, features/roles-editor/roles-editor.php:396, features/roles-editor/roles-editor.php:560
|
| 4534 |
msgid "Role Slug"
|
| 4535 |
msgstr ""
|
| 4536 |
|
| 4606 |
msgid "Firstname"
|
| 4607 |
msgstr ""
|
| 4608 |
|
| 4609 |
+
#: add-ons/user-listing/userlisting.php:339, add-ons/user-listing/userlisting.php:905, features/roles-editor/roles-editor.php:481
|
| 4610 |
msgid "Posts"
|
| 4611 |
msgstr ""
|
| 4612 |
|
| 4630 |
msgid "User not found"
|
| 4631 |
msgstr ""
|
| 4632 |
|
| 4633 |
+
#: add-ons/user-listing/userlisting.php:591, add-ons/user-listing/userlisting.php:588, add-ons/user-listing/userlisting.php:586, add-ons/user-listing/userlisting.php:569, add-ons/user-listing/userlisting.php:566, add-ons/user-listing/userlisting.php:564, add-ons-advanced/bbpress/bbpress-page.php:90, add-ons-advanced/bbpress/bbpress-page.php:125, add-ons-advanced/woocommerce/woosync-page.php:80, add-ons-advanced/woocommerce/woosync-page.php:115, features/content-restriction/content-restriction.php:136, add-ons-advanced/campaign-monitor/admin/cmonitor-page.php:557, add-ons-advanced/mailchimp-integration/admin/mailchimp-page.php:232, add-ons-advanced/mailchimp-integration/admin/mailchimp-page.php:307
|
| 4634 |
msgid "None"
|
| 4635 |
msgstr ""
|
| 4636 |
|
| 4918 |
msgid "No results found!"
|
| 4919 |
msgstr ""
|
| 4920 |
|
| 4921 |
+
#: add-ons-advanced/bbpress/bbpress-page.php:75
|
| 4922 |
msgid "bbPress Integration"
|
| 4923 |
msgstr ""
|
| 4924 |
|
| 4925 |
+
#: add-ons-advanced/bbpress/bbpress-page.php:86
|
| 4926 |
msgid "Choose (Single) User Listing to display under bbPress user Profile tab:"
|
| 4927 |
msgstr ""
|
| 4928 |
|
| 4929 |
+
#: add-ons-advanced/bbpress/bbpress-page.php:113
|
| 4930 |
msgid "Select which Single User-listing managed via Profile Builder should replace the default bbPress user profile."
|
| 4931 |
msgstr ""
|
| 4932 |
|
| 4933 |
+
#: add-ons-advanced/bbpress/bbpress-page.php:121
|
| 4934 |
msgid "Choose Edit Profile form to display under bbPress Profile Edit tab:"
|
| 4935 |
msgstr ""
|
| 4936 |
|
| 4937 |
+
#: add-ons-advanced/bbpress/bbpress-page.php:126, add-ons-advanced/woocommerce/woosync-page.php:116, add-ons-advanced/buddypress/includes/buddypress-page.php:98
|
| 4938 |
msgid "Default Edit Profile"
|
| 4939 |
msgstr ""
|
| 4940 |
|
| 4941 |
+
#: add-ons-advanced/bbpress/bbpress-page.php:149
|
| 4942 |
msgid "Select Profile Builder Edit Profile form to replace the bbPress Profile Edit tab."
|
| 4943 |
msgstr ""
|
| 4944 |
|
| 4945 |
+
#: add-ons-advanced/bbpress/bbpress-page.php:156
|
| 4946 |
msgid "Replace bbPress Login form:"
|
| 4947 |
msgstr ""
|
| 4948 |
|
| 4949 |
+
#: add-ons-advanced/bbpress/bbpress-page.php:165
|
| 4950 |
msgid "Select \"Yes\" to replace the default bbPress Login form with the Profile Builder Login form."
|
| 4951 |
msgstr ""
|
| 4952 |
|
| 5102 |
msgid "Choose if this field requires an administrator to approve any modifications on the edit profile forms"
|
| 5103 |
msgstr ""
|
| 5104 |
|
| 5105 |
+
#: add-ons-advanced/edit-profile-approved-by-admin/index.php:291
|
| 5106 |
msgid "This field requires admin approval on edit profile"
|
| 5107 |
msgstr ""
|
| 5108 |
|
| 5109 |
+
#: add-ons-advanced/edit-profile-approved-by-admin/index.php:360
|
| 5110 |
msgid "Finish Review and Send Notifications"
|
| 5111 |
msgstr ""
|
| 5112 |
|
| 5113 |
+
#: add-ons-advanced/edit-profile-approved-by-admin/index.php:361
|
| 5114 |
msgid "Approve All"
|
| 5115 |
msgstr ""
|
| 5116 |
|
| 5117 |
+
#: add-ons-advanced/edit-profile-approved-by-admin/index.php:379
|
| 5118 |
msgid "This field requires approval by an administrator"
|
| 5119 |
msgstr ""
|
| 5120 |
|
| 5121 |
+
#: add-ons-advanced/edit-profile-approved-by-admin/index.php:408, features/admin-approval/class-admin-approval.php:355
|
| 5122 |
msgid "Unapproved"
|
| 5123 |
msgstr ""
|
| 5124 |
|
| 5125 |
+
#: add-ons-advanced/edit-profile-approved-by-admin/index.php:408, features/admin-approval/class-admin-approval.php:353
|
| 5126 |
msgid "Approved"
|
| 5127 |
msgstr ""
|
| 5128 |
|
| 5129 |
+
#: add-ons-advanced/edit-profile-approved-by-admin/index.php:752, add-ons-advanced/edit-profile-approved-by-admin/index.php:782
|
| 5130 |
msgid "Your profile has been reviewed by an administrator"
|
| 5131 |
msgstr ""
|
| 5132 |
|
| 5133 |
+
#: add-ons-advanced/edit-profile-approved-by-admin/index.php:774
|
| 5134 |
msgid "Approved fields:%s"
|
| 5135 |
msgstr ""
|
| 5136 |
|
| 5137 |
+
#: add-ons-advanced/edit-profile-approved-by-admin/index.php:778
|
| 5138 |
msgid "Unapproved fields:%s"
|
| 5139 |
msgstr ""
|
| 5140 |
|
| 5141 |
+
#: add-ons-advanced/edit-profile-approved-by-admin/index.php:801
|
| 5142 |
msgid "Field %1$s changed from %2$s to %3$s"
|
| 5143 |
msgstr ""
|
| 5144 |
|
| 5145 |
+
#: add-ons-advanced/edit-profile-approved-by-admin/index.php:809
|
| 5146 |
msgid "The user %1$s has updated their profile and some of the fields require admin approval:<br><br> %2$s"
|
| 5147 |
msgstr ""
|
| 5148 |
|
| 5149 |
+
#: add-ons-advanced/edit-profile-approved-by-admin/index.php:811
|
| 5150 |
msgid "Access this link to approve changes: %1$s"
|
| 5151 |
msgstr ""
|
| 5152 |
|
| 5153 |
+
#: add-ons-advanced/edit-profile-approved-by-admin/index.php:814
|
| 5154 |
msgid "A user has updated their profile. Some fields need approval"
|
| 5155 |
msgstr ""
|
| 5156 |
|
| 5157 |
+
#: add-ons-advanced/edit-profile-approved-by-admin/index.php:834
|
| 5158 |
msgid "Field %1$s requires approval from an administrator"
|
| 5159 |
msgstr ""
|
| 5160 |
|
| 5161 |
+
#: add-ons-advanced/edit-profile-approved-by-admin/index.php:909
|
| 5162 |
msgid "Show users that require review"
|
| 5163 |
msgstr ""
|
| 5164 |
|
| 5165 |
+
#: add-ons-advanced/edit-profile-approved-by-admin/index.php:911
|
| 5166 |
msgid "Show reviewed users with unapproved fields"
|
| 5167 |
msgstr ""
|
| 5168 |
|
| 5169 |
+
#: add-ons-advanced/edit-profile-approved-by-admin/index.php:914
|
| 5170 |
msgid "Exit Review Mode"
|
| 5171 |
msgstr ""
|
| 5172 |
|
| 5538 |
msgid "Please enter your Twitter email!"
|
| 5539 |
msgstr ""
|
| 5540 |
|
| 5541 |
+
#: add-ons-advanced/social-connect/index.php:753
|
| 5542 |
msgid "Profile Builder not active!"
|
| 5543 |
msgstr ""
|
| 5544 |
|
| 5545 |
+
#: add-ons-advanced/social-connect/index.php:908
|
| 5546 |
msgid "Application Settings"
|
| 5547 |
msgstr ""
|
| 5548 |
|
| 5549 |
+
#: add-ons-advanced/social-connect/index.php:912
|
| 5550 |
msgid "Appearance Settings"
|
| 5551 |
msgstr ""
|
| 5552 |
|
| 5553 |
+
#: add-ons-advanced/social-connect/index.php:976
|
| 5554 |
msgid "Unlink"
|
| 5555 |
msgstr ""
|
| 5556 |
|
| 5557 |
+
#: add-ons-advanced/social-connect/index.php:983
|
| 5558 |
msgid "Your account is linked with:"
|
| 5559 |
msgstr ""
|
| 5560 |
|
| 6024 |
msgid "This field has conditional logic enabled."
|
| 6025 |
msgstr ""
|
| 6026 |
|
| 6027 |
+
#: features/content-restriction/class-elementor-content-restriction.php:85, features/content-restriction/content-restriction-meta-box.php:19
|
| 6028 |
msgid "Profile Builder Content Restriction"
|
| 6029 |
msgstr ""
|
| 6030 |
|
| 6031 |
+
#: features/content-restriction/class-elementor-content-restriction.php:98
|
| 6032 |
msgid "Restrict to logged in users"
|
| 6033 |
msgstr ""
|
| 6034 |
|
| 6035 |
+
#: features/content-restriction/class-elementor-content-restriction.php:100
|
| 6036 |
msgid "Allow only logged in users to see this content."
|
| 6037 |
msgstr ""
|
| 6038 |
|
| 6039 |
+
#: features/content-restriction/class-elementor-content-restriction.php:110
|
| 6040 |
msgid "Restrict to logged out users"
|
| 6041 |
msgstr ""
|
| 6042 |
|
| 6043 |
+
#: features/content-restriction/class-elementor-content-restriction.php:112
|
| 6044 |
msgid "Allow only logged out users to see this content."
|
| 6045 |
msgstr ""
|
| 6046 |
|
| 6047 |
+
#: features/content-restriction/class-elementor-content-restriction.php:122
|
| 6048 |
msgid "Restrict by User Roles"
|
| 6049 |
msgstr ""
|
| 6050 |
|
| 6051 |
+
#: features/content-restriction/class-elementor-content-restriction.php:137
|
| 6052 |
msgid "Allow users which have the specified role to see this content."
|
| 6053 |
msgstr ""
|
| 6054 |
|
| 6055 |
+
#: features/content-restriction/class-elementor-content-restriction.php:146, features/content-restriction/content-restriction-meta-box.php:127
|
| 6056 |
msgid "Restriction Messages"
|
| 6057 |
msgstr ""
|
| 6058 |
|
| 6059 |
+
#: features/content-restriction/class-elementor-content-restriction.php:154
|
| 6060 |
msgid "Enable Restriction Messages"
|
| 6061 |
msgstr ""
|
| 6062 |
|
| 6063 |
+
#: features/content-restriction/class-elementor-content-restriction.php:156
|
| 6064 |
msgid "Replace hidden content with the default messages from PB -> Settings -> Content Restriction, a custom message or an Elementor Template."
|
| 6065 |
msgstr ""
|
| 6066 |
|
| 6067 |
+
#: features/content-restriction/class-elementor-content-restriction.php:162, features/content-restriction/content-restriction-meta-box.php:133
|
| 6068 |
msgid "Enable Custom Messages"
|
| 6069 |
msgstr ""
|
| 6070 |
|
| 6071 |
+
#: features/content-restriction/class-elementor-content-restriction.php:164
|
| 6072 |
msgid "Add a custom message or template."
|
| 6073 |
msgstr ""
|
| 6074 |
|
| 6075 |
+
#: features/content-restriction/class-elementor-content-restriction.php:173
|
| 6076 |
msgid "Content type"
|
| 6077 |
msgstr ""
|
| 6078 |
|
| 6079 |
+
#: features/content-restriction/class-elementor-content-restriction.php:177
|
| 6080 |
msgid "Text"
|
| 6081 |
msgstr ""
|
| 6082 |
|
| 6083 |
+
#: features/content-restriction/class-elementor-content-restriction.php:181
|
| 6084 |
msgid "Template"
|
| 6085 |
msgstr ""
|
| 6086 |
|
| 6087 |
+
#: features/content-restriction/class-elementor-content-restriction.php:198
|
| 6088 |
msgid "Select Template"
|
| 6089 |
msgstr ""
|
| 6090 |
|
| 6328 |
msgid "Password Recovery page URL (optional):"
|
| 6329 |
msgstr ""
|
| 6330 |
|
| 6331 |
+
#: features/roles-editor/roles-editor.php:202
|
| 6332 |
msgid "Your Role"
|
| 6333 |
msgstr ""
|
| 6334 |
|
| 6335 |
+
#: features/roles-editor/roles-editor.php:203
|
| 6336 |
msgid "Role name is required."
|
| 6337 |
msgstr ""
|
| 6338 |
|
| 6339 |
+
#: features/roles-editor/roles-editor.php:204
|
| 6340 |
msgid "No capabilities found."
|
| 6341 |
msgstr ""
|
| 6342 |
|
| 6343 |
+
#: features/roles-editor/roles-editor.php:205
|
| 6344 |
msgid "Select capabilities"
|
| 6345 |
msgstr ""
|
| 6346 |
|
| 6347 |
+
#: features/roles-editor/roles-editor.php:206
|
| 6348 |
msgid "Delete Permanently"
|
| 6349 |
msgstr ""
|
| 6350 |
|
| 6351 |
+
#: features/roles-editor/roles-editor.php:207
|
| 6352 |
msgid ""
|
| 6353 |
"This will permanently delete the capability from your site and from every user role.\n"
|
| 6354 |
"\n"
|
| 6355 |
"It can't be undone!"
|
| 6356 |
msgstr ""
|
| 6357 |
|
| 6358 |
+
#: features/roles-editor/roles-editor.php:208
|
| 6359 |
msgid "This capability is not saved until you click Update!"
|
| 6360 |
msgstr ""
|
| 6361 |
|
| 6362 |
+
#: features/roles-editor/roles-editor.php:209
|
| 6363 |
msgid "This capability is not saved until you click Publish!"
|
| 6364 |
msgstr ""
|
| 6365 |
|
| 6366 |
+
#: features/roles-editor/roles-editor.php:212, features/roles-editor/roles-editor.php:462
|
| 6367 |
msgid "Add New Capability"
|
| 6368 |
msgstr ""
|
| 6369 |
|
| 6370 |
+
#: features/roles-editor/roles-editor.php:213
|
| 6371 |
msgid "Capability"
|
| 6372 |
msgstr ""
|
| 6373 |
|
| 6374 |
+
#: features/roles-editor/roles-editor.php:214
|
| 6375 |
msgid "You can't delete this capability from your role."
|
| 6376 |
msgstr ""
|
| 6377 |
|
| 6378 |
+
#: features/roles-editor/roles-editor.php:277, features/roles-editor/roles-editor.php:278
|
| 6379 |
msgid "Add New Role"
|
| 6380 |
msgstr ""
|
| 6381 |
|
| 6382 |
+
#: features/roles-editor/roles-editor.php:279
|
| 6383 |
msgid "Edit Role"
|
| 6384 |
msgstr ""
|
| 6385 |
|
| 6386 |
+
#: features/roles-editor/roles-editor.php:280
|
| 6387 |
msgid "New Role"
|
| 6388 |
msgstr ""
|
| 6389 |
|
| 6390 |
+
#: features/roles-editor/roles-editor.php:282
|
| 6391 |
msgid "View Role"
|
| 6392 |
msgstr ""
|
| 6393 |
|
| 6394 |
+
#: features/roles-editor/roles-editor.php:283
|
| 6395 |
msgid "Search the Roles Editor"
|
| 6396 |
msgstr ""
|
| 6397 |
|
| 6398 |
+
#: features/roles-editor/roles-editor.php:284
|
| 6399 |
msgid "No roles found"
|
| 6400 |
msgstr ""
|
| 6401 |
|
| 6402 |
+
#: features/roles-editor/roles-editor.php:285
|
| 6403 |
msgid "No roles found in trash"
|
| 6404 |
msgstr ""
|
| 6405 |
|
| 6406 |
+
#: features/roles-editor/roles-editor.php:314
|
| 6407 |
msgid "Enter role name here"
|
| 6408 |
msgstr ""
|
| 6409 |
|
| 6410 |
+
#: features/roles-editor/roles-editor.php:327, features/roles-editor/roles-editor.php:330
|
| 6411 |
msgid "Role updated."
|
| 6412 |
msgstr ""
|
| 6413 |
|
| 6414 |
+
#: features/roles-editor/roles-editor.php:328
|
| 6415 |
msgid "Custom field updated."
|
| 6416 |
msgstr ""
|
| 6417 |
|
| 6418 |
+
#: features/roles-editor/roles-editor.php:329
|
| 6419 |
msgid "Custom field deleted."
|
| 6420 |
msgstr ""
|
| 6421 |
|
| 6422 |
+
#: features/roles-editor/roles-editor.php:331
|
| 6423 |
msgid "Role restored to revision from %s"
|
| 6424 |
msgstr ""
|
| 6425 |
|
| 6426 |
+
#: features/roles-editor/roles-editor.php:332
|
| 6427 |
msgid "Role created."
|
| 6428 |
msgstr ""
|
| 6429 |
|
| 6430 |
+
#: features/roles-editor/roles-editor.php:333
|
| 6431 |
msgid "Role saved."
|
| 6432 |
msgstr ""
|
| 6433 |
|
| 6434 |
+
#: features/roles-editor/roles-editor.php:334
|
| 6435 |
msgid "Role submitted."
|
| 6436 |
msgstr ""
|
| 6437 |
|
| 6438 |
+
#: features/roles-editor/roles-editor.php:335
|
| 6439 |
msgid "Role scheduled for: <strong>%1$s</strong>"
|
| 6440 |
msgstr ""
|
| 6441 |
|
| 6442 |
+
#: features/roles-editor/roles-editor.php:335
|
| 6443 |
msgid "M j, Y @ G:i"
|
| 6444 |
msgstr ""
|
| 6445 |
|
| 6446 |
+
#: features/roles-editor/roles-editor.php:336
|
| 6447 |
msgid "Role draft updated."
|
| 6448 |
msgstr ""
|
| 6449 |
|
| 6450 |
+
#: features/roles-editor/roles-editor.php:395
|
| 6451 |
msgid "Role Name"
|
| 6452 |
msgstr ""
|
| 6453 |
|
| 6454 |
+
#: features/roles-editor/roles-editor.php:397, features/roles-editor/roles-editor.php:554
|
| 6455 |
msgid "Capabilities"
|
| 6456 |
msgstr ""
|
| 6457 |
|
| 6458 |
+
#: features/roles-editor/roles-editor.php:398, features/roles-editor/roles-editor.php:505, features/roles-editor/roles-editor.php:549
|
| 6459 |
msgid "Users"
|
| 6460 |
msgstr ""
|
| 6461 |
|
| 6462 |
+
#: features/roles-editor/roles-editor.php:444
|
| 6463 |
msgid "Edit Role Capabilities"
|
| 6464 |
msgstr ""
|
| 6465 |
|
| 6466 |
+
#: features/roles-editor/roles-editor.php:455
|
| 6467 |
msgid "Add a new capability"
|
| 6468 |
msgstr ""
|
| 6469 |
|
| 6470 |
+
#: features/roles-editor/roles-editor.php:458
|
| 6471 |
msgid "Add Capability"
|
| 6472 |
msgstr ""
|
| 6473 |
|
| 6474 |
+
#: features/roles-editor/roles-editor.php:465
|
| 6475 |
msgid "Please select an existing capability or add a new one!"
|
| 6476 |
msgstr ""
|
| 6477 |
|
| 6478 |
+
#: features/roles-editor/roles-editor.php:466
|
| 6479 |
msgid "You can't add a hidden capability!"
|
| 6480 |
msgstr ""
|
| 6481 |
|
| 6482 |
+
#: features/roles-editor/roles-editor.php:467
|
| 6483 |
msgid "This capability already exists!"
|
| 6484 |
msgstr ""
|
| 6485 |
|
| 6486 |
+
#: features/roles-editor/roles-editor.php:473
|
| 6487 |
msgid "All"
|
| 6488 |
msgstr ""
|
| 6489 |
|
| 6490 |
+
#: features/roles-editor/roles-editor.php:477
|
| 6491 |
msgid "General"
|
| 6492 |
msgstr ""
|
| 6493 |
|
| 6494 |
+
#: features/roles-editor/roles-editor.php:485
|
| 6495 |
msgid "Pages"
|
| 6496 |
msgstr ""
|
| 6497 |
|
| 6498 |
+
#: features/roles-editor/roles-editor.php:489
|
| 6499 |
msgid "Media"
|
| 6500 |
msgstr ""
|
| 6501 |
|
| 6502 |
+
#: features/roles-editor/roles-editor.php:493
|
| 6503 |
msgid "Taxonomies"
|
| 6504 |
msgstr ""
|
| 6505 |
|
| 6506 |
+
#: features/roles-editor/roles-editor.php:497
|
| 6507 |
msgid "Appearance"
|
| 6508 |
msgstr ""
|
| 6509 |
|
| 6510 |
+
#: features/roles-editor/roles-editor.php:501
|
| 6511 |
msgid "Plugins"
|
| 6512 |
msgstr ""
|
| 6513 |
|
| 6514 |
+
#: features/roles-editor/roles-editor.php:509
|
| 6515 |
msgid "Custom"
|
| 6516 |
msgstr ""
|
| 6517 |
|
| 6518 |
+
#: features/roles-editor/roles-editor.php:913
|
| 6519 |
msgid "Clone"
|
| 6520 |
msgstr ""
|
| 6521 |
|
| 6522 |
+
#: features/roles-editor/roles-editor.php:939
|
| 6523 |
msgid "Are you sure?\nThis will permanently delete the role and cannot be undone!\nUsers assigned only on this role will be moved to the default role."
|
| 6524 |
msgstr ""
|
| 6525 |
|
| 6526 |
+
#: features/roles-editor/roles-editor.php:928
|
| 6527 |
msgid "Change Default"
|
| 6528 |
msgstr ""
|
| 6529 |
|
| 6530 |
+
#: features/roles-editor/roles-editor.php:929
|
| 6531 |
msgid "You can't delete the default role. Change it first."
|
| 6532 |
msgstr ""
|
| 6533 |
|
| 6534 |
+
#: features/roles-editor/roles-editor.php:920
|
| 6535 |
msgid "You can't delete your role."
|
| 6536 |
msgstr ""
|
| 6537 |
|
| 6538 |
+
#: features/roles-editor/roles-editor.php:1156
|
| 6539 |
msgid "Edit User Roles"
|
| 6540 |
msgstr ""
|
| 6541 |
|
| 8071 |
msgid "Registration"
|
| 8072 |
msgstr ""
|
| 8073 |
|
| 8074 |
+
#: assets/misc/elementor/widgets/class-pb-widget-l.php:56, assets/misc/elementor/widgets/class-pb-widget-l.php:65, assets/misc/elementor/widgets/class-pb-widget-l.php:98, assets/misc/elementor/widgets/class-pb-widget-l.php:107, assets/misc/elementor/widgets/class-pb-widget-rf-epf.php:238, assets/misc/elementor/widgets/class-pb-widget-rf-epf.php:257
|
| 8075 |
msgid "Enter URL"
|
| 8076 |
msgstr ""
|
| 8077 |
|
| 8079 |
msgid "Show Authenticator Code Field"
|
| 8080 |
msgstr ""
|
| 8081 |
|
| 8082 |
+
#: assets/misc/elementor/widgets/class-pb-widget-l.php:88, assets/misc/elementor/widgets/class-pb-widget-rf-epf.php:226
|
| 8083 |
msgid "Redirects"
|
| 8084 |
msgstr ""
|
| 8085 |
|
| 8086 |
+
#: assets/misc/elementor/widgets/class-pb-widget-rf-epf.php:149
|
| 8087 |
msgid "Form"
|
| 8088 |
msgstr ""
|
| 8089 |
|
| 8090 |
+
#: assets/misc/elementor/widgets/class-pb-widget-rf-epf.php:168
|
| 8091 |
msgid "Assigned Role"
|
| 8092 |
msgstr ""
|
| 8093 |
|
| 8094 |
+
#: assets/misc/elementor/widgets/class-pb-widget-rf-epf.php:181
|
| 8095 |
msgid "Automatic Login"
|
| 8096 |
msgstr ""
|
| 8097 |
|
| 8098 |
+
#: assets/misc/elementor/widgets/class-pb-widget-rf-epf.php:215
|
| 8099 |
msgid "Edit the Settings for this form %1$shere%2$s"
|
| 8100 |
msgstr ""
|
| 8101 |
|
| 8102 |
+
#: assets/misc/elementor/widgets/class-pb-widget-rf-epf.php:246
|
| 8103 |
msgid "Redirect after Edit Profile"
|
| 8104 |
msgstr ""
|
| 8105 |
|
| 8106 |
+
#: assets/misc/elementor/widgets/class-pb-widget-rf-epf.php:244
|
| 8107 |
msgid "Redirect after Registration"
|
| 8108 |
msgstr ""
|
| 8109 |
|
| 8110 |
+
#: assets/misc/elementor/widgets/class-pb-widget-rf-epf.php:255
|
| 8111 |
msgid "Redirect after Logout"
|
| 8112 |
msgstr ""
|
| 8113 |
|
