User registration & user profile – Profile Builder - Version 3.7.1

Version Description

  • Small changes to code
Download this release

Release Info

Developer raster02
Plugin Icon 128x128 User registration & user profile – Profile Builder
Version 3.7.1
Comparing to
See all releases

Code changes from version 3.7.0 to 3.7.1

add-ons-free/import-export/pbie-export.php CHANGED
@@ -10,9 +10,11 @@ add_action( 'admin_init', 'wppb_pbie_export_our_json' );
10
  function wppb_pbie_export_our_json() {
11
  if( isset( $_POST['cozmos-export'] ) && isset( $_POST['wppb_nonce'] ) && wp_verify_nonce( sanitize_text_field( $_POST['wppb_nonce'] ), 'wppb_export_settings' ) ) {
12
  /* get Profile Builder version */
13
- if ( PROFILE_BUILDER == 'Profile Builder Pro' ) {
 
 
14
  $version = 'pro';
15
- } elseif( PROFILE_BUILDER == 'Profile Builder Hobbyist' ) {
16
  $version = 'hobbyist';
17
  }
18
 
10
  function wppb_pbie_export_our_json() {
11
  if( isset( $_POST['cozmos-export'] ) && isset( $_POST['wppb_nonce'] ) && wp_verify_nonce( sanitize_text_field( $_POST['wppb_nonce'] ), 'wppb_export_settings' ) ) {
12
  /* get Profile Builder version */
13
+ $versions = array( 'Profile Builder Pro', 'Profile Builder Elite', 'Profile Builder Unlimited', 'Profile Builder Dev' );
14
+
15
+ if( in_array( PROFILE_BUILDER, $versions ) ) {
16
  $version = 'pro';
17
+ } elseif( PROFILE_BUILDER == 'Profile Builder Hobbyist' || PROFILE_BUILDER == 'Profile Builder Basic' ) {
18
  $version = 'hobbyist';
19
  }
20
 
admin/add-ons.php CHANGED
@@ -15,7 +15,7 @@ if( ! class_exists( 'CL_Addons_List_Table' ) ) {
15
  function wppb_register_add_ons_submenu_page() {
16
  add_submenu_page( 'profile-builder', __( 'Add-Ons', 'profile-builder' ), __( 'Add-Ons', 'profile-builder' ), 'manage_options', 'profile-builder-add-ons', 'wppb_add_ons_content' );
17
  }
18
- add_action( 'admin_menu', 'wppb_register_add_ons_submenu_page', 19 );
19
 
20
 
21
  /**
@@ -38,7 +38,7 @@ function wppb_add_ons_content() {
38
 
39
  //Add Pro Section
40
  $pb_addons_listing->section_header = array( 'title' => __('Pro Add-ons', 'profile-builder' ), 'description' => __('These Add-ons are available with the Pro and Unlimited license', 'profile-builder') );
41
- $pb_addons_listing->section_versions = array( 'Profile Builder Pro' );
42
  $pb_addons_listing->items = array(
43
  array( 'slug' => 'wppb_multipleRegistrationForms',
44
  'type' => 'add-on',
@@ -82,8 +82,8 @@ function wppb_add_ons_content() {
82
  'icon' => 'pro_repeater_fields.png',
83
  'doc_url' => 'https://www.cozmoslabs.com/docs/profile-builder-2/modules/repeater-fields/?utm_source=wpbackend&utm_medium=clientsite&utm_content=add-on-page&utm_campaign=PBPro',
84
  ),
85
- array( 'slug' => 'pb-add-on-buddypress/index.php',
86
- 'type' => 'plugin',
87
  'name' => __( 'BuddyPress', 'profile-builder' ),
88
  'description' => __( 'This integration add-on allows extending BuddyPress user profiles with Profile Builder user fields.', 'profile-builder' ),
89
  'icon' => 'pro_buddypress.png',
@@ -94,83 +94,83 @@ function wppb_add_ons_content() {
94
  $pb_addons_listing->add_section();
95
 
96
  //Add Hobbyist section
97
- $pb_addons_listing->section_header = array( 'title' => __('Advanced Add-ons', 'profile-builder' ), 'description' => __('These Add-ons are available with the Hobbyist, Pro and Unlimited license', 'profile-builder') );
98
- $pb_addons_listing->section_versions = array( 'Profile Builder Pro', 'Profile Builder Hobbyist' );
99
  $pb_addons_listing->items = array(
100
- array( 'slug' => 'pb-add-on-social-connect/index.php',
101
- 'type' => 'plugin',
102
  'name' => __( 'Social Connect', 'profile-builder' ),
103
  'description' => __( 'Easily configure and enable social login on your website. Users can login with social platforms like Facebook, Google+ or Twitter.', 'profile-builder' ),
104
  'icon' => 'pb_addon_small_social_connect.png',
105
  'doc_url' => 'http://www.cozmoslabs.com/docs/profile-builder-2/add-ons/social-connect/?utm_source=wpbackend&utm_medium=clientsite&utm_content=add-on-page&utm_campaign=PBPro',
106
  'download_url' => 'https://www.cozmoslabs.com/add-ons/social-connect/?utm_source=wpbackend&utm_medium=clientsite&utm_content=add-on-page&utm_campaign=PBPro'
107
  ),
108
- array( 'slug' => 'pb-add-on-woocommerce/index.php',
109
- 'type' => 'plugin',
110
  'name' => __( 'WooCommerce Sync', 'profile-builder' ),
111
  'description' => __( 'Syncs Profile Builder with WooCommerce, allowing you to manage the user Shipping and Billing fields from WooCommerce with Profile Builder.', 'profile-builder' ),
112
  'icon' => 'pb_addon_small_woosync.png',
113
  'doc_url' => 'https://www.cozmoslabs.com/docs/profile-builder-2/add-ons/woocommerce-sync/?utm_source=wpbackend&utm_medium=clientsite&utm_content=add-on-page&utm_campaign=PBPro',
114
  'download_url' => 'https://www.cozmoslabs.com/add-ons/woocommerce-sync/?utm_source=wpbackend&utm_medium=clientsite&utm_content=add-on-page&utm_campaign=PBPro',
115
  ),
116
- array( 'slug' => 'pb-add-on-multi-step-forms/index.php',
117
- 'type' => 'plugin',
118
  'name' => __( 'Multi Step Forms', 'profile-builder' ),
119
  'description' => __( 'Extends the functionality of Profile Builder by adding the possibility of having multi-page registration and edit-profile forms.', 'profile-builder' ),
120
  'icon' => 'pb_addon_small_multistep_forms.png',
121
  'doc_url' => 'https://www.cozmoslabs.com/docs/profile-builder-2/add-ons/multi-step-forms/?utm_source=wpbackend&utm_medium=clientsite&utm_content=add-on-page&utm_campaign=PBPro',
122
  'download_url' => 'https://www.cozmoslabs.com/add-ons/multi-step-forms/?utm_source=wpbackend&utm_medium=clientsite&utm_content=add-on-page&utm_campaign=PBPro',
123
  ),
124
- array( 'slug' => 'pb-add-on-mailchimp-integration/index.php',
125
- 'type' => 'plugin',
126
  'name' => __( 'MailChimp', 'profile-builder' ),
127
  'description' => __( 'Easily associate MailChimp list fields with Profile Builder fields and set advanced settings for each list.', 'profile-builder' ),
128
  'icon' => 'pb_addon_small_mailchimp.png',
129
  'doc_url' => 'https://www.cozmoslabs.com/docs/profile-builder-2/add-ons/mailchimp/?utm_source=wpbackend&utm_medium=clientsite&utm_content=add-on-page&utm_campaign=PBPro',
130
  'download_url' => 'https://www.cozmoslabs.com/add-ons/profile-builder-mailchimp/?utm_source=wpbackend&utm_medium=clientsite&utm_content=add-on-page&utm_campaign=PBPro',
131
  ),
132
- array( 'slug' => 'pb-add-on-bbpress/index.php',
133
- 'type' => 'plugin',
134
  'name' => __( 'bbPress', 'profile-builder' ),
135
  'description' => __( 'This add-on allows you to integrate Profile Builder with the popular forums plugin, bbPress.', 'profile-builder' ),
136
  'icon' => 'pb_addon_small_bbpress.png',
137
  'doc_url' => 'https://www.cozmoslabs.com/docs/profile-builder-2/add-ons/bbpress/?utm_source=wpbackend&utm_medium=clientsite&utm_content=add-on-page&utm_campaign=PBPro',
138
  'download_url' => 'https://www.cozmoslabs.com/add-ons/bbpress/?utm_source=wpbackend&utm_medium=clientsite&utm_content=add-on-page&utm_campaign=PBPro',
139
  ),
140
- array( 'slug' => 'pb-add-on-campaign-monitor/index.php',
141
- 'type' => 'plugin',
142
  'name' => __( 'Campaign Monitor', 'profile-builder' ),
143
  'description' => __( 'Easily associate Campaign Monitor client list fields with Profile Builder fields. Use Profile Builder Campaign Monitor Widget to add more subscribers to your lists.', 'profile-builder' ),
144
  'icon' => 'pb_addon_small_campaignmonitor.png',
145
  'doc_url' => 'https://www.cozmoslabs.com/docs/profile-builder-2/add-ons/campaign-monitor/?utm_source=wpbackend&utm_medium=clientsite&utm_content=add-on-page&utm_campaign=PBPro',
146
  'download_url' => 'https://www.cozmoslabs.com/add-ons/profile-builder-campaign-monitor/?utm_source=wpbackend&utm_medium=clientsite&utm_content=add-on-page&utm_campaign=PBPro',
147
  ),
148
- array( 'slug' => 'pb-add-on-field-visibility/index.php',
149
- 'type' => 'plugin',
150
  'name' => __( 'Field Visibility', 'profile-builder' ),
151
  'description' => __( 'Extends the functionality of Profile Builder by allowing you to change visibility options for the extra fields.', 'profile-builder' ),
152
  'icon' => 'pb_addon_small_fieldvisibility.png',
153
  'doc_url' => 'https://www.cozmoslabs.com/docs/profile-builder-2/add-ons/field-visibility/?utm_source=wpbackend&utm_medium=clientsite&utm_content=add-on-page&utm_campaign=PBPro',
154
  'download_url' => 'https://www.cozmoslabs.com/add-ons/field-visibility/?utm_source=wpbackend&utm_medium=clientsite&utm_content=add-on-page&utm_campaign=PBPro',
155
  ),
156
- array( 'slug' => 'pb-add-on-edit-profile-approved-by-admin/index.php',
157
- 'type' => 'plugin',
158
  'name' => __( 'Edit Profile Approved by Admin', 'profile-builder' ),
159
  'description' => __( 'Extends the functionality of Profile Builder by allowing administrators to approve profile changes made by users on individual fields.', 'profile-builder' ),
160
  'icon' => 'pb_addon_epaa_small.png',
161
  'doc_url' => 'https://www.cozmoslabs.com/docs/profile-builder-2/add-ons/edit-profile-approved-by-admin/?utm_source=wpbackend&utm_medium=clientsite&utm_content=add-on-page&utm_campaign=PBPro',
162
  'download_url' => 'https://www.cozmoslabs.com/add-ons/edit-profile-approved-by-admin/?utm_source=wpbackend&utm_medium=clientsite&utm_content=add-on-page&utm_campaign=PBPro',
163
  ),
164
- array( 'slug' => 'pb-add-on-custom-profile-menus/index.php',
165
- 'type' => 'plugin',
166
  'name' => __( 'Custom Profile Menus', 'profile-builder' ),
167
  'description' => __( 'Add custom menu items like Login/Logout or just Logout button and Login/Register/Edit Profile in iFrame Popup.', 'profile-builder' ),
168
  'icon' => 'pb_addon_small_custom_menu.png',
169
  'doc_url' => 'https://www.cozmoslabs.com/docs/profile-builder-2/add-ons/custom-profile-menus/?utm_source=wpbackend&utm_medium=clientsite&utm_content=add-on-page&utm_campaign=PBPro',
170
  'download_url' => 'https://www.cozmoslabs.com/add-ons/custom-profile-menus/?utm_source=wpbackend&utm_medium=clientsite&utm_content=add-on-page&utm_campaign=PBPro',
171
  ),
172
- array( 'slug' => 'pb-add-on-mailpoet-integration/index.php',
173
- 'type' => 'plugin',
174
  'name' => __( 'MailPoet', 'profile-builder' ),
175
  'description' => __( 'Allow users to subscribe to your MailPoet lists directly from the Register and Edit Profile forms.', 'profile-builder' ),
176
  'icon' => 'pb_addon_small_mailpoet.png',
@@ -182,7 +182,7 @@ function wppb_add_ons_content() {
182
 
183
  //Add Free section
184
  $pb_addons_listing->section_header = array( 'title' => __('Free Add-ons', 'profile-builder' ), 'description' => __('These Add-ons are available in all versions of Profile Builder', 'profile-builder') );
185
- $pb_addons_listing->section_versions = array( 'Profile Builder Pro', 'Profile Builder Hobbyist', 'Profile Builder Free' );
186
  $pb_addons_listing->items = array(
187
  array( 'slug' => 'import-export',
188
  'type' => 'add-on',
@@ -263,7 +263,7 @@ function wppb_add_ons_content() {
263
 
264
  //Add Recommended Plugins
265
  $pb_addons_listing->section_header = array( 'title' => __('Recommended Plugins', 'profile-builder' ), 'description' => __('These plugins are compatible with all versions of Profile Builder', 'profile-builder') );
266
- $pb_addons_listing->section_versions = array( 'Profile Builder Pro', 'Profile Builder Hobbyist', 'Profile Builder Free' );
267
  $pb_addons_listing->items = array(
268
  array( 'slug' => 'translatepress-multilingual/index.php',
269
  'type' => 'plugin',
@@ -351,6 +351,8 @@ function wppb_check_add_ons_activation( $bool, $slug ){
351
  add_action( 'cl_add_ons_activate', 'wppb_activate_add_ons' );
352
  function wppb_activate_add_ons( $slug ){
353
  wppb_activate_or_deactivate_add_on( $slug, 'show' );
 
 
354
  }
355
 
356
  /**
@@ -359,6 +361,8 @@ function wppb_activate_add_ons( $slug ){
359
  add_action( 'cl_add_ons_deactivate', 'wppb_deactivate_add_ons' );
360
  function wppb_deactivate_add_ons( $slug ){
361
  wppb_activate_or_deactivate_add_on( $slug, 'hide' );
 
 
362
  }
363
 
364
 
@@ -390,6 +394,20 @@ function wppb_activate_or_deactivate_add_on( $slug, $action ){
390
  }
391
  }
392
  update_option( 'wppb_free_add_ons_settings', $wppb_free_add_ons_settings );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
393
  }
394
 
395
  /**
15
  function wppb_register_add_ons_submenu_page() {
16
  add_submenu_page( 'profile-builder', __( 'Add-Ons', 'profile-builder' ), __( 'Add-Ons', 'profile-builder' ), 'manage_options', 'profile-builder-add-ons', 'wppb_add_ons_content' );
17
  }
18
+ add_action( 'admin_menu', 'wppb_register_add_ons_submenu_page', 28 );
19
 
20
 
21
  /**
38
 
39
  //Add Pro Section
40
  $pb_addons_listing->section_header = array( 'title' => __('Pro Add-ons', 'profile-builder' ), 'description' => __('These Add-ons are available with the Pro and Unlimited license', 'profile-builder') );
41
+ $pb_addons_listing->section_versions = array( 'Profile Builder Pro', 'Profile Builder Elite', 'Profile Builder Unlimited' );
42
  $pb_addons_listing->items = array(
43
  array( 'slug' => 'wppb_multipleRegistrationForms',
44
  'type' => 'add-on',
82
  'icon' => 'pro_repeater_fields.png',
83
  'doc_url' => 'https://www.cozmoslabs.com/docs/profile-builder-2/modules/repeater-fields/?utm_source=wpbackend&utm_medium=clientsite&utm_content=add-on-page&utm_campaign=PBPro',
84
  ),
85
+ array( 'slug' => 'buddypress',
86
+ 'type' => 'add-on',
87
  'name' => __( 'BuddyPress', 'profile-builder' ),
88
  'description' => __( 'This integration add-on allows extending BuddyPress user profiles with Profile Builder user fields.', 'profile-builder' ),
89
  'icon' => 'pro_buddypress.png',
94
  $pb_addons_listing->add_section();
95
 
96
  //Add Hobbyist section
97
+ $pb_addons_listing->section_header = array( 'title' => __('Advanced Add-ons', 'profile-builder' ), 'description' => __('These Add-ons are available with the Basic, Pro and Unlimited license', 'profile-builder') );
98
+ $pb_addons_listing->section_versions = array( 'Profile Builder Pro', 'Profile Builder Hobbyist', 'Profile Builder Basic', 'Profile Builder Elite', 'Profile Builder Unlimited' );
99
  $pb_addons_listing->items = array(
100
+ array( 'slug' => 'social-connect',
101
+ 'type' => 'add-on',
102
  'name' => __( 'Social Connect', 'profile-builder' ),
103
  'description' => __( 'Easily configure and enable social login on your website. Users can login with social platforms like Facebook, Google+ or Twitter.', 'profile-builder' ),
104
  'icon' => 'pb_addon_small_social_connect.png',
105
  'doc_url' => 'http://www.cozmoslabs.com/docs/profile-builder-2/add-ons/social-connect/?utm_source=wpbackend&utm_medium=clientsite&utm_content=add-on-page&utm_campaign=PBPro',
106
  'download_url' => 'https://www.cozmoslabs.com/add-ons/social-connect/?utm_source=wpbackend&utm_medium=clientsite&utm_content=add-on-page&utm_campaign=PBPro'
107
  ),
108
+ array( 'slug' => 'woocommerce',
109
+ 'type' => 'add-on',
110
  'name' => __( 'WooCommerce Sync', 'profile-builder' ),
111
  'description' => __( 'Syncs Profile Builder with WooCommerce, allowing you to manage the user Shipping and Billing fields from WooCommerce with Profile Builder.', 'profile-builder' ),
112
  'icon' => 'pb_addon_small_woosync.png',
113
  'doc_url' => 'https://www.cozmoslabs.com/docs/profile-builder-2/add-ons/woocommerce-sync/?utm_source=wpbackend&utm_medium=clientsite&utm_content=add-on-page&utm_campaign=PBPro',
114
  'download_url' => 'https://www.cozmoslabs.com/add-ons/woocommerce-sync/?utm_source=wpbackend&utm_medium=clientsite&utm_content=add-on-page&utm_campaign=PBPro',
115
  ),
116
+ array( 'slug' => 'multi-step-forms',
117
+ 'type' => 'add-on',
118
  'name' => __( 'Multi Step Forms', 'profile-builder' ),
119
  'description' => __( 'Extends the functionality of Profile Builder by adding the possibility of having multi-page registration and edit-profile forms.', 'profile-builder' ),
120
  'icon' => 'pb_addon_small_multistep_forms.png',
121
  'doc_url' => 'https://www.cozmoslabs.com/docs/profile-builder-2/add-ons/multi-step-forms/?utm_source=wpbackend&utm_medium=clientsite&utm_content=add-on-page&utm_campaign=PBPro',
122
  'download_url' => 'https://www.cozmoslabs.com/add-ons/multi-step-forms/?utm_source=wpbackend&utm_medium=clientsite&utm_content=add-on-page&utm_campaign=PBPro',
123
  ),
124
+ array( 'slug' => 'mailchimp-integration',
125
+ 'type' => 'add-on',
126
  'name' => __( 'MailChimp', 'profile-builder' ),
127
  'description' => __( 'Easily associate MailChimp list fields with Profile Builder fields and set advanced settings for each list.', 'profile-builder' ),
128
  'icon' => 'pb_addon_small_mailchimp.png',
129
  'doc_url' => 'https://www.cozmoslabs.com/docs/profile-builder-2/add-ons/mailchimp/?utm_source=wpbackend&utm_medium=clientsite&utm_content=add-on-page&utm_campaign=PBPro',
130
  'download_url' => 'https://www.cozmoslabs.com/add-ons/profile-builder-mailchimp/?utm_source=wpbackend&utm_medium=clientsite&utm_content=add-on-page&utm_campaign=PBPro',
131
  ),
132
+ array( 'slug' => 'bbpress',
133
+ 'type' => 'add-on',
134
  'name' => __( 'bbPress', 'profile-builder' ),
135
  'description' => __( 'This add-on allows you to integrate Profile Builder with the popular forums plugin, bbPress.', 'profile-builder' ),
136
  'icon' => 'pb_addon_small_bbpress.png',
137
  'doc_url' => 'https://www.cozmoslabs.com/docs/profile-builder-2/add-ons/bbpress/?utm_source=wpbackend&utm_medium=clientsite&utm_content=add-on-page&utm_campaign=PBPro',
138
  'download_url' => 'https://www.cozmoslabs.com/add-ons/bbpress/?utm_source=wpbackend&utm_medium=clientsite&utm_content=add-on-page&utm_campaign=PBPro',
139
  ),
140
+ array( 'slug' => 'campaign-monitor',
141
+ 'type' => 'add-on',
142
  'name' => __( 'Campaign Monitor', 'profile-builder' ),
143
  'description' => __( 'Easily associate Campaign Monitor client list fields with Profile Builder fields. Use Profile Builder Campaign Monitor Widget to add more subscribers to your lists.', 'profile-builder' ),
144
  'icon' => 'pb_addon_small_campaignmonitor.png',
145
  'doc_url' => 'https://www.cozmoslabs.com/docs/profile-builder-2/add-ons/campaign-monitor/?utm_source=wpbackend&utm_medium=clientsite&utm_content=add-on-page&utm_campaign=PBPro',
146
  'download_url' => 'https://www.cozmoslabs.com/add-ons/profile-builder-campaign-monitor/?utm_source=wpbackend&utm_medium=clientsite&utm_content=add-on-page&utm_campaign=PBPro',
147
  ),
148
+ array( 'slug' => 'field-visibility',
149
+ 'type' => 'add-on',
150
  'name' => __( 'Field Visibility', 'profile-builder' ),
151
  'description' => __( 'Extends the functionality of Profile Builder by allowing you to change visibility options for the extra fields.', 'profile-builder' ),
152
  'icon' => 'pb_addon_small_fieldvisibility.png',
153
  'doc_url' => 'https://www.cozmoslabs.com/docs/profile-builder-2/add-ons/field-visibility/?utm_source=wpbackend&utm_medium=clientsite&utm_content=add-on-page&utm_campaign=PBPro',
154
  'download_url' => 'https://www.cozmoslabs.com/add-ons/field-visibility/?utm_source=wpbackend&utm_medium=clientsite&utm_content=add-on-page&utm_campaign=PBPro',
155
  ),
156
+ array( 'slug' => 'edit-profile-approved-by-admin',
157
+ 'type' => 'add-on',
158
  'name' => __( 'Edit Profile Approved by Admin', 'profile-builder' ),
159
  'description' => __( 'Extends the functionality of Profile Builder by allowing administrators to approve profile changes made by users on individual fields.', 'profile-builder' ),
160
  'icon' => 'pb_addon_epaa_small.png',
161
  'doc_url' => 'https://www.cozmoslabs.com/docs/profile-builder-2/add-ons/edit-profile-approved-by-admin/?utm_source=wpbackend&utm_medium=clientsite&utm_content=add-on-page&utm_campaign=PBPro',
162
  'download_url' => 'https://www.cozmoslabs.com/add-ons/edit-profile-approved-by-admin/?utm_source=wpbackend&utm_medium=clientsite&utm_content=add-on-page&utm_campaign=PBPro',
163
  ),
164
+ array( 'slug' => 'custom-profile-menus',
165
+ 'type' => 'add-on',
166
  'name' => __( 'Custom Profile Menus', 'profile-builder' ),
167
  'description' => __( 'Add custom menu items like Login/Logout or just Logout button and Login/Register/Edit Profile in iFrame Popup.', 'profile-builder' ),
168
  'icon' => 'pb_addon_small_custom_menu.png',
169
  'doc_url' => 'https://www.cozmoslabs.com/docs/profile-builder-2/add-ons/custom-profile-menus/?utm_source=wpbackend&utm_medium=clientsite&utm_content=add-on-page&utm_campaign=PBPro',
170
  'download_url' => 'https://www.cozmoslabs.com/add-ons/custom-profile-menus/?utm_source=wpbackend&utm_medium=clientsite&utm_content=add-on-page&utm_campaign=PBPro',
171
  ),
172
+ array( 'slug' => 'mailpoet-integration',
173
+ 'type' => 'add-on',
174
  'name' => __( 'MailPoet', 'profile-builder' ),
175
  'description' => __( 'Allow users to subscribe to your MailPoet lists directly from the Register and Edit Profile forms.', 'profile-builder' ),
176
  'icon' => 'pb_addon_small_mailpoet.png',
182
 
183
  //Add Free section
184
  $pb_addons_listing->section_header = array( 'title' => __('Free Add-ons', 'profile-builder' ), 'description' => __('These Add-ons are available in all versions of Profile Builder', 'profile-builder') );
185
+ $pb_addons_listing->section_versions = array( 'Profile Builder Pro', 'Profile Builder Hobbyist', 'Profile Builder Free', 'Profile Builder Basic', 'Profile Builder Elite', 'Profile Builder Unlimited' );
186
  $pb_addons_listing->items = array(
187
  array( 'slug' => 'import-export',
188
  'type' => 'add-on',
263
 
264
  //Add Recommended Plugins
265
  $pb_addons_listing->section_header = array( 'title' => __('Recommended Plugins', 'profile-builder' ), 'description' => __('These plugins are compatible with all versions of Profile Builder', 'profile-builder') );
266
+ $pb_addons_listing->section_versions = array( 'Profile Builder Pro', 'Profile Builder Hobbyist', 'Profile Builder Free', 'Profile Builder Basic', 'Profile Builder Elite', 'Profile Builder Unlimited' );
267
  $pb_addons_listing->items = array(
268
  array( 'slug' => 'translatepress-multilingual/index.php',
269
  'type' => 'plugin',
351
  add_action( 'cl_add_ons_activate', 'wppb_activate_add_ons' );
352
  function wppb_activate_add_ons( $slug ){
353
  wppb_activate_or_deactivate_add_on( $slug, 'show' );
354
+
355
+ do_action( 'wppb_add_ons_activate', $slug );
356
  }
357
 
358
  /**
361
  add_action( 'cl_add_ons_deactivate', 'wppb_deactivate_add_ons' );
362
  function wppb_deactivate_add_ons( $slug ){
363
  wppb_activate_or_deactivate_add_on( $slug, 'hide' );
364
+
365
+ do_action( 'wppb_add_ons_deactivate', $slug );
366
  }
367
 
368
 
394
  }
395
  }
396
  update_option( 'wppb_free_add_ons_settings', $wppb_free_add_ons_settings );
397
+
398
+ //the advanced addons part
399
+ $wppb_advanced_add_ons_settings = get_option( 'wppb_advanced_add_ons_settings', array() );
400
+ if ( !empty( $wppb_advanced_add_ons_settings ) ){
401
+ foreach( $wppb_advanced_add_ons_settings as $add_on_slug => $status ){
402
+ if( $slug == $add_on_slug ){
403
+ if( $action == 'show' )
404
+ $wppb_advanced_add_ons_settings[$add_on_slug] = true;
405
+ elseif( $action == 'hide' )
406
+ $wppb_advanced_add_ons_settings[$add_on_slug] = false;
407
+ }
408
+ }
409
+ }
410
+ update_option( 'wppb_advanced_add_ons_settings', $wppb_advanced_add_ons_settings );
411
  }
412
 
413
  /**
admin/advanced-settings/includes/views/view-fields.php CHANGED
@@ -208,7 +208,7 @@
208
  </td>
209
  </tr>
210
 
211
- <?php if ( file_exists(WPPB_PLUGIN_DIR . '/front-end/extra-fields/extra-fields.php') ) : ?>
212
  <tr>
213
  <th><?php esc_html_e( 'Datepicker starts on Monday', 'profile-builder' ); ?></th>
214
 
@@ -268,7 +268,7 @@
268
  </td>
269
  </tr>
270
 
271
- <?php if ( file_exists( WPPB_PLUGIN_DIR . '/front-end/extra-fields/extra-fields.php' ) ) : ?>
272
  <tr>
273
  <th><?php esc_html_e( 'Remove All Extra Fields from Backend edit profile page.', 'profile-builder' ); ?></th>
274
 
@@ -286,7 +286,7 @@
286
  </tr>
287
  <?php endif; ?>
288
 
289
- <?php if ( file_exists( WPPB_PLUGIN_DIR . '/front-end/extra-fields/extra-fields.php' ) ) : ?>
290
  <tr>
291
  <th><?php esc_html_e( 'Update database entries when changing meta key', 'profile-builder' ); ?></th>
292
 
208
  </td>
209
  </tr>
210
 
211
+ <?php if ( defined( 'WPPB_PAID_PLUGIN_DIR' ) && file_exists( WPPB_PAID_PLUGIN_DIR . '/front-end/extra-fields/extra-fields.php' ) ) : ?>
212
  <tr>
213
  <th><?php esc_html_e( 'Datepicker starts on Monday', 'profile-builder' ); ?></th>
214
 
268
  </td>
269
  </tr>
270
 
271
+ <?php if ( defined( 'WPPB_PAID_PLUGIN_DIR' ) && file_exists( WPPB_PAID_PLUGIN_DIR . '/front-end/extra-fields/extra-fields.php' ) ) : ?>
272
  <tr>
273
  <th><?php esc_html_e( 'Remove All Extra Fields from Backend edit profile page.', 'profile-builder' ); ?></th>
274
 
286
  </tr>
287
  <?php endif; ?>
288
 
289
+ <?php if ( defined( 'WPPB_PAID_PLUGIN_DIR' ) && file_exists( WPPB_PAID_PLUGIN_DIR . '/front-end/extra-fields/extra-fields.php' ) ) : ?>
290
  <tr>
291
  <th><?php esc_html_e( 'Update database entries when changing meta key', 'profile-builder' ); ?></th>
292
 
admin/advanced-settings/includes/views/view-forms.php CHANGED
@@ -277,7 +277,7 @@
277
  </td>
278
  </tr>
279
 
280
- <?php if ( file_exists( WPPB_PLUGIN_DIR.'/features/admin-approval/admin-approval.php' ) ) : ?>
281
  <tr>
282
  <th><?php esc_html_e( 'Save Admin Approval status in usermeta', 'profile-builder' ); ?></th>
283
 
@@ -298,7 +298,7 @@
298
  </tr>
299
  <?php endif; ?>
300
 
301
- <?php if ( file_exists( WPPB_PLUGIN_DIR.'/features/admin-approval/admin-approval.php' ) ) : ?>
302
  <tr>
303
  <th><?php esc_html_e( 'Redirect \'/author\' page if user is not approved', 'profile-builder' ); ?></th>
304
 
277
  </td>
278
  </tr>
279
 
280
+ <?php if ( defined( 'WPPB_PAID_PLUGIN_DIR' ) && file_exists( WPPB_PAID_PLUGIN_DIR.'/features/admin-approval/admin-approval.php' ) ) : ?>
281
  <tr>
282
  <th><?php esc_html_e( 'Save Admin Approval status in usermeta', 'profile-builder' ); ?></th>
283
 
298
  </tr>
299
  <?php endif; ?>
300
 
301
+ <?php if ( defined( 'WPPB_PAID_PLUGIN_DIR' ) && file_exists( WPPB_PAID_PLUGIN_DIR.'/features/admin-approval/admin-approval.php' ) ) : ?>
302
  <tr>
303
  <th><?php esc_html_e( 'Redirect \'/author\' page if user is not approved', 'profile-builder' ); ?></th>
304
 
admin/basic-info.php CHANGED
@@ -23,7 +23,9 @@ function wppb_basic_info_content() {
23
 
24
  $version = 'Free';
25
  $version = ( ( PROFILE_BUILDER == 'Profile Builder Pro' ) ? 'Pro' : $version );
26
- $version = ( ( PROFILE_BUILDER == 'Profile Builder Hobbyist' ) ? 'Hobbyist' : $version );
 
 
27
 
28
  ?>
29
  <div class="wrap wppb-wrap wppb-info-wrap">
@@ -148,7 +150,7 @@ function wppb_basic_info_content() {
148
  <div>
149
  <h3><?php esc_html_e( 'Powerful Add-ons (**)', 'profile-builder' );?></h3>
150
  <p><?php esc_html_e( 'Everything you will need to manage your users is probably already available using the Pro Add-ons.', 'profile-builder' ); ?></p>
151
- <?php if( file_exists ( WPPB_PLUGIN_DIR.'/add-ons/add-ons.php' ) ): ?>
152
  <p><a href="admin.php?page=profile-builder-add-ons" class="button"><?php esc_html_e( 'Enable your add-ons', 'profile-builder' ); ?></a></p>
153
  <?php endif; ?>
154
  <?php if ($version == 'Free'){ ?>
23
 
24
  $version = 'Free';
25
  $version = ( ( PROFILE_BUILDER == 'Profile Builder Pro' ) ? 'Pro' : $version );
26
+ $version = ( ( PROFILE_BUILDER == 'Profile Builder Elite' ) ? 'Elite' : $version );
27
+ $version = ( ( PROFILE_BUILDER == 'Profile Builder Unlimited' ) ? 'Unlimited' : $version );
28
+ $version = ( ( PROFILE_BUILDER == 'Profile Builder Basic' ) ? 'Basic' : $version );
29
 
30
  ?>
31
  <div class="wrap wppb-wrap wppb-info-wrap">
150
  <div>
151
  <h3><?php esc_html_e( 'Powerful Add-ons (**)', 'profile-builder' );?></h3>
152
  <p><?php esc_html_e( 'Everything you will need to manage your users is probably already available using the Pro Add-ons.', 'profile-builder' ); ?></p>
153
+ <?php if( defined('WPPB_PAID_PLUGIN_DIR') && file_exists ( WPPB_PAID_PLUGIN_DIR.'/add-ons/add-ons.php' ) ): ?>
154
  <p><a href="admin.php?page=profile-builder-add-ons" class="button"><?php esc_html_e( 'Enable your add-ons', 'profile-builder' ); ?></a></p>
155
  <?php endif; ?>
156
  <?php if ($version == 'Free'){ ?>
admin/general-settings.php CHANGED
@@ -18,18 +18,20 @@ function wppb_get_settings_pages(){
18
  //add tabs here for Advanced Settings
19
  $settings_pages['sub-tabs']['profile-builder-toolbox-settings']['forms'] = __( 'Forms', 'profile-builder' );
20
  $settings_pages['sub-tabs']['profile-builder-toolbox-settings']['fields'] = __( 'Fields', 'profile-builder' );
21
- if ( file_exists( WPPB_PLUGIN_DIR . '/add-ons/add-ons.php' ) && isset( $wppb_module_settings['wppb_userListing'] ) && $wppb_module_settings['wppb_userListing'] === 'show' )
 
22
  $settings_pages['sub-tabs']['profile-builder-toolbox-settings']['userlisting'] = __( 'Userlisting', 'profile-builder' );
 
23
  $settings_pages['sub-tabs']['profile-builder-toolbox-settings']['shortcodes'] = __( 'Shortcodes', 'profile-builder' );
24
  $settings_pages['sub-tabs']['profile-builder-toolbox-settings']['admin'] = __( 'Admin', 'profile-builder' );
25
 
26
  //add tab for 2FA
27
- if (file_exists(WPPB_PLUGIN_DIR . '/features/two-factor-authentication/class-two-factor-authentication.php')) {
28
  $settings_pages['pages']['profile-builder-two-factor-authentication'] = __( 'Two-Factor Authentication', 'profile-builder' );
29
  }
30
 
31
  //add sub-pages here for email customizer
32
- if (file_exists(WPPB_PLUGIN_DIR . '/add-ons/add-ons.php')) {
33
  if( ( isset($wppb_module_settings['wppb_emailCustomizerAdmin']) && $wppb_module_settings['wppb_emailCustomizerAdmin'] == 'show' ) || ( isset($wppb_module_settings['wppb_emailCustomizer']) && $wppb_module_settings['wppb_emailCustomizer'] == 'show') ){
34
  $settings_pages['pages']['user-email-customizer'] = __( 'Email Customizer', 'profile-builder' );
35
  $settings_pages['sub-pages']['user-email-customizer']['user-email-customizer'] = __( 'User Emails', 'profile-builder' );
@@ -215,7 +217,7 @@ function wppb_general_settings_content() {
215
 
216
 
217
  <?php
218
- if ( file_exists( WPPB_PLUGIN_DIR.'/features/admin-approval/admin-approval.php' ) ){
219
  ?>
220
  <tr>
221
  <th scope="row">
18
  //add tabs here for Advanced Settings
19
  $settings_pages['sub-tabs']['profile-builder-toolbox-settings']['forms'] = __( 'Forms', 'profile-builder' );
20
  $settings_pages['sub-tabs']['profile-builder-toolbox-settings']['fields'] = __( 'Fields', 'profile-builder' );
21
+
22
+ if ( defined( 'WPPB_PAID_PLUGIN_DIR' ) && file_exists( WPPB_PAID_PLUGIN_DIR . '/add-ons/add-ons.php' ) && isset( $wppb_module_settings['wppb_userListing'] ) && $wppb_module_settings['wppb_userListing'] === 'show' )
23
  $settings_pages['sub-tabs']['profile-builder-toolbox-settings']['userlisting'] = __( 'Userlisting', 'profile-builder' );
24
+
25
  $settings_pages['sub-tabs']['profile-builder-toolbox-settings']['shortcodes'] = __( 'Shortcodes', 'profile-builder' );
26
  $settings_pages['sub-tabs']['profile-builder-toolbox-settings']['admin'] = __( 'Admin', 'profile-builder' );
27
 
28
  //add tab for 2FA
29
+ if ( defined( 'WPPB_PAID_PLUGIN_DIR' ) && file_exists(WPPB_PAID_PLUGIN_DIR . '/features/two-factor-authentication/class-two-factor-authentication.php')) {
30
  $settings_pages['pages']['profile-builder-two-factor-authentication'] = __( 'Two-Factor Authentication', 'profile-builder' );
31
  }
32
 
33
  //add sub-pages here for email customizer
34
+ if ( defined( 'WPPB_PAID_PLUGIN_DIR' ) && file_exists( WPPB_PAID_PLUGIN_DIR . '/add-ons/add-ons.php' ) ) {
35
  if( ( isset($wppb_module_settings['wppb_emailCustomizerAdmin']) && $wppb_module_settings['wppb_emailCustomizerAdmin'] == 'show' ) || ( isset($wppb_module_settings['wppb_emailCustomizer']) && $wppb_module_settings['wppb_emailCustomizer'] == 'show') ){
36
  $settings_pages['pages']['user-email-customizer'] = __( 'Email Customizer', 'profile-builder' );
37
  $settings_pages['sub-pages']['user-email-customizer']['user-email-customizer'] = __( 'User Emails', 'profile-builder' );
217
 
218
 
219
  <?php
220
+ if ( defined( 'WPPB_PAID_PLUGIN_DIR' ) && file_exists( WPPB_PAID_PLUGIN_DIR.'/features/admin-approval/admin-approval.php' ) ){
221
  ?>
222
  <tr>
223
  <th scope="row">
admin/manage-fields.php CHANGED
@@ -1382,7 +1382,9 @@ function wppb_add_content_before_manage_fields(){
1382
  </ul>
1383
  <p>
1384
  <?php
1385
- if( PROFILE_BUILDER == 'Profile Builder Pro' )
 
 
1386
  esc_html_e("If you're interested in displaying different fields in the registration and edit profile forms, please use the Multiple Registration & Edit Profile Forms Add-ons.", 'profile-builder');
1387
  else
1388
  esc_html_e( "With Profile Builder Pro you can display different fields in the registration and edit profile forms, using the Multiple Registration & Edit Profile Forms add-on.", "profile-builder" )
1382
  </ul>
1383
  <p>
1384
  <?php
1385
+ $versions = array( 'Profile Builder Pro', 'Profile Builder Elite', 'Profile Builder Unlimited', 'Profile Builder Dev' );
1386
+
1387
+ if( in_array( PROFILE_BUILDER, $versions ) )
1388
  esc_html_e("If you're interested in displaying different fields in the registration and edit profile forms, please use the Multiple Registration & Edit Profile Forms Add-ons.", 'profile-builder');
1389
  else
1390
  esc_html_e( "With Profile Builder Pro you can display different fields in the registration and edit profile forms, using the Multiple Registration & Edit Profile Forms add-on.", "profile-builder" )
admin/register-version.php CHANGED
@@ -9,20 +9,17 @@ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
9
  */
10
 
11
  if( !is_multisite() ){
12
- function wppb_register_your_version_submenu_page()
13
- {
14
- if (PROFILE_BUILDER != 'Profile Builder Free')
15
  add_submenu_page('profile-builder', __('Register Your Version', 'profile-builder'), __('Register Version', 'profile-builder'), 'manage_options', 'profile-builder-register', 'wppb_register_your_version_content');
16
  }
17
- add_action('admin_menu', 'wppb_register_your_version_submenu_page', 20);
18
- }
19
- else{
20
- function wppb_multisite_register_your_version_page()
21
- {
22
- if (PROFILE_BUILDER != 'Profile Builder Free')
23
  add_menu_page(__('Profile Builder Register', 'profile-builder'), __('Profile Builder Register', 'profile-builder'), 'manage_options', 'profile-builder-register', 'wppb_register_your_version_content', WPPB_PLUGIN_URL . 'assets/images/pb-menu-icon.png');
24
  }
25
- add_action('network_admin_menu', 'wppb_multisite_register_your_version_page', 20);
26
  }
27
 
28
 
@@ -38,10 +35,12 @@ function wppb_register_your_version_content() {
38
  ?>
39
  <div class="wrap wppb-wrap">
40
  <?php
41
- if ( PROFILE_BUILDER == 'Profile Builder Pro' ){
42
- wppb_serial_form('pro', 'Profile Builder Pro');
43
- }elseif ( PROFILE_BUILDER == 'Profile Builder Hobbyist' ){
44
- wppb_serial_form('hobbyist', 'Profile Builder Hobbyist');
 
 
45
  }
46
  ?>
47
 
@@ -56,10 +55,10 @@ function wppb_register_your_version_content() {
56
  *
57
  * @return void
58
  */
59
- function wppb_serial_form($version, $fullname){
60
  ?>
61
 
62
- <h2><?php printf( esc_html__( "Register your version of %s", 'profile-builder' ), esc_html( $fullname ) ); ?></h2>
63
 
64
  <form method="post" action="<?php echo esc_url( get_admin_url( 1, 'options.php' ) ) ?>">
65
 
@@ -67,7 +66,7 @@ function wppb_serial_form($version, $fullname){
67
  <?php $wppb_profile_builder_serial_status = get_option( 'wppb_profile_builder_'.$version.'_serial_status' ); ?>
68
  <?php settings_fields( 'wppb_profile_builder_'.$version.'_serial' ); ?>
69
 
70
- <p><?php printf( esc_html__( "Now that you acquired a copy of %s, you should take the time and register it with the serial number you received", 'profile-builder'), esc_html( $fullname ));?></p>
71
  <p><?php esc_html_e( "If you register this version of Profile Builder, you'll receive information regarding upgrades, patches, and technical support.", 'profile-builder' );?></p>
72
  <p class="wppb-serial-wrap">
73
  <label for="wppb_profile_builder_<?php echo esc_attr( $version ); ?>_serial"><?php esc_html_e(' Serial Number:', 'profile-builder' );?></label>
@@ -107,9 +106,11 @@ function wppb_check_serial_number($oldVal, $newVal, $resetCron = false){
107
 
108
  $serial_number_set = $newVal;
109
 
110
-
111
  $response = wp_remote_get( 'http://updatemetadata.cozmoslabs.com/checkserial/?serialNumberSent='.$serial_number_set );
112
- if ( PROFILE_BUILDER == 'Profile Builder Pro' ){
 
 
 
113
  wppb_update_serial_status($response, 'pro');
114
 
115
  if( $resetCron === true )
@@ -121,6 +122,7 @@ function wppb_check_serial_number($oldVal, $newVal, $resetCron = false){
121
  if( $resetCron === true )
122
  wp_clear_scheduled_hook( "check_plugin_updates-profile-builder-hobbyist-update" );
123
  }
 
124
  $user_ID = get_current_user_id();
125
  delete_user_meta( $user_ID, 'wppb_dismiss_notification' );
126
 
@@ -236,42 +238,48 @@ class WPPB_add_notices{
236
  }
237
  }
238
 
239
- // Switch to the main site
240
- if( is_multisite() && function_exists( 'switch_to_blog' )
241
- && function_exists( 'get_main_site_id' ))
242
- switch_to_blog( get_main_site_id() );
243
 
244
- if ( PROFILE_BUILDER == 'Profile Builder Pro' ){
245
- $wppb_profile_builder_pro_hobbyist_serial_status = get_option( 'wppb_profile_builder_pro_serial_status', 'empty' );
246
- $version = 'pro';
247
 
248
- } elseif( PROFILE_BUILDER == 'Profile Builder Hobbyist' ) {
249
- $wppb_profile_builder_pro_hobbyist_serial_status = get_option( 'wppb_profile_builder_hobbyist_serial_status', 'empty' );
250
- $version = 'hobbyist';
251
- }
252
- if( is_multisite() && function_exists( 'restore_current_blog' ) )
253
- restore_current_blog();
 
 
 
 
 
 
254
 
255
- if ( $wppb_profile_builder_pro_hobbyist_serial_status == 'notFound' || $wppb_profile_builder_pro_hobbyist_serial_status == 'empty' ){
256
- if( !is_multisite() )
257
- $register_url = 'admin.php?page=profile-builder-register';
258
- else
259
- $register_url = network_admin_url( 'admin.php?page=profile-builder-register' );
260
 
261
- new WPPB_add_notices( 'wppb', 'profile_builder_pro', sprintf( '<p>' . __( 'Your <strong>Profile Builder</strong> serial number is invalid or missing. <br/>Please %1$sregister your copy%2$s to receive access to automatic updates and support. Need a license key? %3$sPurchase one now%4$s', 'profile-builder') . '</p>', "<a href='". esc_url( $register_url ) ."'>", "</a>", "<a href='https://www.cozmoslabs.com/wordpress-profile-builder/?utm_source=PB&utm_medium=dashboard&utm_campaign=PB-SN-Purchase' target='_blank' class='button-primary'>", "</a>" ), 'wppb_profile_builder_pro_serial_status' );
262
- }
263
- elseif ( $wppb_profile_builder_pro_hobbyist_serial_status == 'expired' ){
264
- /* on our plugin pages do not add the dismiss button for the expired notification*/
265
- $notification_instance = WPPB_Plugin_Notifications::get_instance();
266
- if( $notification_instance->is_plugin_page() )
267
- $message = '<p>' . __( 'Your <strong>Profile Builder</strong> license has expired. <br/>Please %1$sRenew Your Licence%2$s to continue receiving access to product downloads, automatic updates and support. %3$sRenew now %4$s', 'profile-builder') . '</p>';
268
  else
269
- $message = '<p>' . __( 'Your <strong>Profile Builder</strong> license has expired. <br/>Please %1$sRenew Your Licence%2$s to continue receiving access to product downloads, automatic updates and support. %3$sRenew now %4$s %5$sDismiss%6$s', 'profile-builder') . '</p>';
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
270
 
271
- new WPPB_add_notices( 'wppb_expired', 'profile_builder_pro', sprintf( $message, "<a href='https://www.cozmoslabs.com/account/?utm_source=PB&utm_medium=dashboard&utm_campaign=PB-Renewal' target='_blank'>", "</a>", "<a href='https://www.cozmoslabs.com/account/?utm_source=PB&utm_medium=dashboard&utm_campaign=PB-Renewal' target='_blank' class='button-primary'>", "</a>", "<a href='". esc_url( add_query_arg( 'wppb_expired_dismiss_notification', '0' ) ) ."' class='wppb-dismiss-notification'>", "</a>" ), 'wppb_profile_builder_pro_serial_status' );
272
- }
273
- elseif( strpos( $wppb_profile_builder_pro_hobbyist_serial_status, 'aboutToExpire' ) === 0 ){
274
- $serial_status_parts = explode( '#', $wppb_profile_builder_pro_hobbyist_serial_status );
275
- $date = $serial_status_parts[1];
276
- new WPPB_add_notices( 'wppb_about_to_expire', 'profile_builder_pro', sprintf( '<p>' . __( 'Your <strong>Profile Builder</strong> license is about to expire on %5$s. <br/>Please %1$sRenew Your Licence%2$s to continue receiving access to product downloads, automatic updates and support. %3$sRenew now %4$s %6$sDismiss%7$s', 'profile-builder') . '</p>', "<a href='https://www.cozmoslabs.com/account/?utm_source=PB&utm_medium=dashboard&utm_campaign=PB-Renewal' target='_blank'>", "</a>", "<a href='https://www.cozmoslabs.com/account/?utm_source=PB&utm_medium=dashboard&utm_campaign=PB-Renewal' target='_blank' class='button-primary'>", "</a>", $date, "<a href='". esc_url( add_query_arg( 'wppb_about_to_expire_dismiss_notification', '0' ) )."' class='wppb-dismiss-notification'>", "</a>" ), 'wppb_profile_builder_pro_serial_status' );
277
  }
 
9
  */
10
 
11
  if( !is_multisite() ){
12
+ function wppb_register_your_version_submenu_page(){
13
+ if ( PROFILE_BUILDER != 'Profile Builder Free' )
 
14
  add_submenu_page('profile-builder', __('Register Your Version', 'profile-builder'), __('Register Version', 'profile-builder'), 'manage_options', 'profile-builder-register', 'wppb_register_your_version_content');
15
  }
16
+ add_action('admin_menu', 'wppb_register_your_version_submenu_page', 29);
17
+ } else {
18
+ function wppb_multisite_register_your_version_page() {
19
+ if ( PROFILE_BUILDER != 'Profile Builder Free' )
 
 
20
  add_menu_page(__('Profile Builder Register', 'profile-builder'), __('Profile Builder Register', 'profile-builder'), 'manage_options', 'profile-builder-register', 'wppb_register_your_version_content', WPPB_PLUGIN_URL . 'assets/images/pb-menu-icon.png');
21
  }
22
+ add_action('network_admin_menu', 'wppb_multisite_register_your_version_page', 29);
23
  }
24
 
25
 
35
  ?>
36
  <div class="wrap wppb-wrap">
37
  <?php
38
+ $versions = array( 'Profile Builder Pro', 'Profile Builder Elite', 'Profile Builder Unlimited', 'Profile Builder Dev' );
39
+
40
+ if( in_array( PROFILE_BUILDER, $versions ) ) {
41
+ wppb_serial_form('pro');
42
+ } elseif ( PROFILE_BUILDER == 'Profile Builder Hobbyist' || PROFILE_BUILDER == 'Profile Builder Basic' ){
43
+ wppb_serial_form('hobbyist');
44
  }
45
  ?>
46
 
55
  *
56
  * @return void
57
  */
58
+ function wppb_serial_form($version){
59
  ?>
60
 
61
+ <h2><?php printf( esc_html__( "Register your version of %s", 'profile-builder' ), esc_html( PROFILE_BUILDER ) ); ?></h2>
62
 
63
  <form method="post" action="<?php echo esc_url( get_admin_url( 1, 'options.php' ) ) ?>">
64
 
66
  <?php $wppb_profile_builder_serial_status = get_option( 'wppb_profile_builder_'.$version.'_serial_status' ); ?>
67
  <?php settings_fields( 'wppb_profile_builder_'.$version.'_serial' ); ?>
68
 
69
+ <p><?php printf( esc_html__( "Now that you acquired a copy of %s, you should take the time and register it with the serial number you received", 'profile-builder'), esc_html( PROFILE_BUILDER ));?></p>
70
  <p><?php esc_html_e( "If you register this version of Profile Builder, you'll receive information regarding upgrades, patches, and technical support.", 'profile-builder' );?></p>
71
  <p class="wppb-serial-wrap">
72
  <label for="wppb_profile_builder_<?php echo esc_attr( $version ); ?>_serial"><?php esc_html_e(' Serial Number:', 'profile-builder' );?></label>
106
 
107
  $serial_number_set = $newVal;
108
 
 
109
  $response = wp_remote_get( 'http://updatemetadata.cozmoslabs.com/checkserial/?serialNumberSent='.$serial_number_set );
110
+
111
+ $versions = array( 'Profile Builder Pro', 'Profile Builder Elite', 'Profile Builder Unlimited', 'Profile Builder Dev' );
112
+
113
+ if( in_array( PROFILE_BUILDER, $versions ) ) {
114
  wppb_update_serial_status($response, 'pro');
115
 
116
  if( $resetCron === true )
122
  if( $resetCron === true )
123
  wp_clear_scheduled_hook( "check_plugin_updates-profile-builder-hobbyist-update" );
124
  }
125
+
126
  $user_ID = get_current_user_id();
127
  delete_user_meta( $user_ID, 'wppb_dismiss_notification' );
128
 
238
  }
239
  }
240
 
 
 
 
 
241
 
242
+ if( defined( 'WPPB_PAID_PLUGIN_DIR' ) ){
 
 
243
 
244
+ // Switch to the main site
245
+ if( is_multisite() && function_exists( 'switch_to_blog' )
246
+ && function_exists( 'get_main_site_id' ))
247
+ switch_to_blog( get_main_site_id() );
248
+
249
+ if ( file_exists(WPPB_PAID_PLUGIN_DIR . '/add-ons/add-ons.php') ){
250
+ $wppb_profile_builder_pro_hobbyist_serial_status = get_option('wppb_profile_builder_pro_serial');
251
+ $version = 'pro';
252
+ } else {
253
+ $wppb_profile_builder_pro_hobbyist_serial_status = get_option('wppb_profile_builder_hobbyist_serial');
254
+ $version = 'hobbyist';
255
+ }
256
 
257
+ if( is_multisite() && function_exists( 'restore_current_blog' ) )
258
+ restore_current_blog();
 
 
 
259
 
260
+ if ( $wppb_profile_builder_pro_hobbyist_serial_status == 'notFound' || $wppb_profile_builder_pro_hobbyist_serial_status == 'empty' ){
261
+ if( !is_multisite() )
262
+ $register_url = 'admin.php?page=profile-builder-register';
 
 
 
 
263
  else
264
+ $register_url = network_admin_url( 'admin.php?page=profile-builder-register' );
265
+
266
+ new WPPB_add_notices( 'wppb', 'profile_builder_pro', sprintf( '<p>' . __( 'Your <strong>Profile Builder</strong> serial number is invalid or missing. <br/>Please %1$sregister your copy%2$s to receive access to automatic updates and support. Need a license key? %3$sPurchase one now%4$s', 'profile-builder') . '</p>', "<a href='". esc_url( $register_url ) ."'>", "</a>", "<a href='https://www.cozmoslabs.com/wordpress-profile-builder/?utm_source=PB&utm_medium=dashboard&utm_campaign=PB-SN-Purchase' target='_blank' class='button-primary'>", "</a>" ), 'wppb_profile_builder_pro_serial_status' );
267
+ }
268
+ elseif ( $wppb_profile_builder_pro_hobbyist_serial_status == 'expired' ){
269
+ /* on our plugin pages do not add the dismiss button for the expired notification*/
270
+ $notification_instance = WPPB_Plugin_Notifications::get_instance();
271
+ if( $notification_instance->is_plugin_page() )
272
+ $message = '<p>' . __( 'Your <strong>Profile Builder</strong> license has expired. <br/>Please %1$sRenew Your Licence%2$s to continue receiving access to product downloads, automatic updates and support. %3$sRenew now %4$s', 'profile-builder') . '</p>';
273
+ else
274
+ $message = '<p>' . __( 'Your <strong>Profile Builder</strong> license has expired. <br/>Please %1$sRenew Your Licence%2$s to continue receiving access to product downloads, automatic updates and support. %3$sRenew now %4$s %5$sDismiss%6$s', 'profile-builder') . '</p>';
275
+
276
+ new WPPB_add_notices( 'wppb_expired', 'profile_builder_pro', sprintf( $message, "<a href='https://www.cozmoslabs.com/account/?utm_source=PB&utm_medium=dashboard&utm_campaign=PB-Renewal' target='_blank'>", "</a>", "<a href='https://www.cozmoslabs.com/account/?utm_source=PB&utm_medium=dashboard&utm_campaign=PB-Renewal' target='_blank' class='button-primary'>", "</a>", "<a href='". esc_url( add_query_arg( 'wppb_expired_dismiss_notification', '0' ) ) ."' class='wppb-dismiss-notification'>", "</a>" ), 'wppb_profile_builder_pro_serial_status' );
277
+ }
278
+ elseif( strpos( $wppb_profile_builder_pro_hobbyist_serial_status, 'aboutToExpire' ) === 0 ){
279
+ $serial_status_parts = explode( '#', $wppb_profile_builder_pro_hobbyist_serial_status );
280
+ $date = $serial_status_parts[1];
281
+ new WPPB_add_notices( 'wppb_about_to_expire', 'profile_builder_pro', sprintf( '<p>' . __( 'Your <strong>Profile Builder</strong> license is about to expire on %5$s. <br/>Please %1$sRenew Your Licence%2$s to continue receiving access to product downloads, automatic updates and support. %3$sRenew now %4$s %6$sDismiss%7$s', 'profile-builder') . '</p>', "<a href='https://www.cozmoslabs.com/account/?utm_source=PB&utm_medium=dashboard&utm_campaign=PB-Renewal' target='_blank'>", "</a>", "<a href='https://www.cozmoslabs.com/account/?utm_source=PB&utm_medium=dashboard&utm_campaign=PB-Renewal' target='_blank' class='button-primary'>", "</a>", $date, "<a href='". esc_url( add_query_arg( 'wppb_about_to_expire_dismiss_notification', '0' ) )."' class='wppb-dismiss-notification'>", "</a>" ), 'wppb_profile_builder_pro_serial_status' );
282
+ }
283
 
 
 
 
 
 
 
284
  }
285
+
assets/css/style-back-end.css CHANGED
@@ -61,12 +61,12 @@
61
  text-rendering: optimizelegibility;
62
  }
63
 
64
- .wppb-badge.Pro{
65
- background:url(../images/pb-logo-pro.png) center no-repeat;
66
  }
67
 
68
- .wppb-badge.Hobbyist{
69
- background:url(../images/pb-logo-hobbyist.png) center no-repeat;
70
  }
71
 
72
  .wppb-badge.Free{
@@ -686,6 +686,144 @@ p .wppb-button-free {
686
  height:45px;
687
  }
688
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
689
  /**************************************************/
690
  /* Extra styling for admin notices
691
  /**************************************************/
61
  text-rendering: optimizelegibility;
62
  }
63
 
64
+ .wppb-badge.Pro, .wppb-badge.Elite, .wppb-badge.Unlimited{
65
+ background:url(../images/pb-logo-free.png) center no-repeat;
66
  }
67
 
68
+ .wppb-badge.Hobbyist, .wppb-badge.Basic{
69
+ background:url(../images/pb-logo-freepng) center no-repeat;
70
  }
71
 
72
  .wppb-badge.Free{
686
  height:45px;
687
  }
688
 
689
+ /*Disable sorting functionality for PB metaboxes*/
690
+
691
+ /*email customizer*/
692
+ .postbox#uec_common_settings .ui-sortable-handle,
693
+ .postbox#uec_default_registration .ui-sortable-handle,
694
+ .postbox#uec_reg_with_email_confirmation .ui-sortable-handle,
695
+ .postbox#uec_reg_with_admin_approval .ui-sortable-handle,
696
+ .postbox#uec_notif_approved_email .ui-sortable-handle,
697
+ .postbox#uec_notif_unapproved_email .ui-sortable-handle,
698
+ .postbox#uec_reset .ui-sortable-handle,
699
+ .postbox#uec_reset_success .ui-sortable-handle,
700
+ .postbox#uec_change_email_request .ui-sortable-handle,
701
+ .postbox#uec_change_email .ui-sortable-handle,
702
+ .postbox#uec_epaa_notification .ui-sortable-handle,
703
+ .postbox#aec_common_settings .ui-sortable-handle,
704
+ .postbox#aec_default_registration .ui-sortable-handle,
705
+ .postbox#aec_reg_with_admin_approval .ui-sortable-handle,
706
+ .postbox#aec_user_password_reset .ui-sortable-handle,
707
+ .postbox#aec_epaa_notification .ui-sortable-handle,
708
+ .postbox#page-save-metabox .ui-sortable-handle,
709
+
710
+ /*labels edit*/
711
+ .postbox#pble-id .ui-sortable-handle,
712
+ .postbox#pble-id-side .ui-sortable-handle,
713
+ .postbox#pble-id-side-impexp .ui-sortable-handle,
714
+ .postbox#pble-id-side-info .ui-sortable-handle,
715
+
716
+ /*manage fields*/
717
+ .postbox#manage-fields .ui-sortable-handle,
718
+ .postbox#manage-fields-info .ui-sortable-handle,
719
+ .postbox#wppb-msf-side .ui-sortable-handle,
720
+
721
+ /*custom redirects*/
722
+ .postbox#wppb_custom_redirects_user .ui-sortable-handle,
723
+ .postbox#wppb_custom_redirects_role .ui-sortable-handle,
724
+ .postbox#wppb_custom_redirects_global .ui-sortable-handle,
725
+ .postbox#wppb_custom_redirects_default_wp_pages .ui-sortable-handle,
726
+ .postbox#custom-redirects-info .ui-sortable-handle,
727
+
728
+ /*social connect*/
729
+ .postbox#wppb-social-connect-id .ui-sortable-handle,
730
+ .postbox#wppb-social-connect-info-id .ui-sortable-handle,
731
+
732
+ /*userlisting*/
733
+ .postbox#wppb-ul-settings-args .ui-sortable-handle,
734
+ .postbox#wppb-ul-faceted-args .ui-sortable-handle,
735
+ .postbox#wppb-ul-search-settings .ui-sortable-handle,
736
+ .postbox#wppb-ul-templates .ui-sortable-handle,
737
+ .postbox#wppb-single-ul-templates .ui-sortable-handle,
738
+ .postbox#submitdiv .ui-sortable-handle,
739
+ .postbox#wppb-ul-side .ui-sortable-handle,
740
+
741
+ /*multiple registration forms*/
742
+ .postbox#wppb-rf-settings-args .ui-sortable-handle,
743
+ .postbox#wppb-rf-fields .ui-sortable-handle,
744
+ .postbox#submitdiv .ui-sortable-handle,
745
+ .postbox#wppb-sc-rf-side .ui-sortable-handle,
746
+ .postbox#wppb-rf-side .ui-sortable-handle,
747
+ .postbox#wppb-msf-side .ui-sortable-handle,
748
+
749
+ /*multiple edit profile forms*/
750
+ .postbox#wppb-epf-settings-args .ui-sortable-handle,
751
+ .postbox#wppb-epf-fields .ui-sortable-handle,
752
+ .postbox#submitdiv .ui-sortable-handle,
753
+ .postbox#wppb-sc-epf-side .ui-sortable-handle,
754
+ .postbox#wppb-epf-side .ui-sortable-handle,
755
+ .postbox#wppb-msf-side .ui-sortable-handle {
756
+ pointer-events: none;
757
+ }
758
+
759
+ /*email customizer*/
760
+ .postbox#uec_common_settings .handle-actions,
761
+ .postbox#uec_default_registration .handle-actions,
762
+ .postbox#uec_reg_with_email_confirmation .handle-actions,
763
+ .postbox#uec_reg_with_admin_approval .handle-actions,
764
+ .postbox#uec_notif_approved_email .handle-actions,
765
+ .postbox#uec_notif_unapproved_email .handle-actions,
766
+ .postbox#uec_reset .handle-actions,
767
+ .postbox#uec_reset_success .handle-actions,
768
+ .postbox#uec_change_email_request .handle-actions,
769
+ .postbox#uec_change_email .handle-actions,
770
+ .postbox#uec_epaa_notification .handle-actions,
771
+ .postbox#aec_common_settings .handle-actions,
772
+ .postbox#aec_default_registration .handle-actions,
773
+ .postbox#aec_reg_with_admin_approval .handle-actions,
774
+ .postbox#aec_user_password_reset .handle-actions,
775
+ .postbox#aec_epaa_notification .handle-actions,
776
+ .postbox#page-save-metabox .handle-actions,
777
+
778
+ /*labels edit*/
779
+ .postbox#pble-id .handle-actions,
780
+ .postbox#pble-id-side .handle-actions,
781
+ .postbox#pble-id-side-impexp .handle-actions,
782
+ .postbox#pble-id-side-info .handle-actions,
783
+
784
+ /*manage fields*/
785
+ .postbox#manage-fields .handle-actions,
786
+ .postbox#manage-fields-info .handle-actions,
787
+ .postbox#wppb-msf-side .handle-actions,
788
+
789
+ /*custom redirects*/
790
+ .postbox#wppb_custom_redirects_user .handle-actions,
791
+ .postbox#wppb_custom_redirects_role .handle-actions,
792
+ .postbox#wppb_custom_redirects_global .handle-actions,
793
+ .postbox#wppb_custom_redirects_default_wp_pages .handle-actions,
794
+ .postbox#custom-redirects-info .handle-actions,
795
+
796
+ /*social connect*/
797
+ .postbox#wppb-social-connect-id .handle-actions,
798
+ .postbox#wppb-social-connect-info-id .handle-actions,
799
+
800
+ /*userlisting*/
801
+ .postbox#wppb-ul-settings-args .handle-actions,
802
+ .postbox#wppb-ul-faceted-args .handle-actions,
803
+ .postbox#wppb-ul-search-settings .handle-actions,
804
+ .postbox#wppb-ul-templates .handle-actions,
805
+ .postbox#wppb-single-ul-templates .handle-actions,
806
+ .postbox#submitdiv .handle-actions,
807
+ .postbox#wppb-ul-side .handle-actions,
808
+
809
+ /*multiple registration forms*/
810
+ .postbox#wppb-rf-settings-args .handle-actions,
811
+ .postbox#wppb-rf-fields .handle-actions,
812
+ .postbox#submitdiv .handle-actions,
813
+ .postbox#wppb-sc-rf-side .handle-actions,
814
+ .postbox#wppb-rf-side .handle-actions,
815
+ .postbox#wppb-msf-side .handle-actions,
816
+
817
+ /*multiple edit profile forms*/
818
+ .postbox#wppb-epf-settings-args .handle-actions,
819
+ .postbox#wppb-epf-fields .handle-actions,
820
+ .postbox#submitdiv .handle-actions,
821
+ .postbox#wppb-sc-epf-side .handle-actions,
822
+ .postbox#wppb-epf-side .handle-actions,
823
+ .postbox#wppb-msf-side .handle-actions {
824
+ display: none;
825
+ }
826
+
827
  /**************************************************/
828
  /* Extra styling for admin notices
829
  /**************************************************/
assets/css/style-front-end.css CHANGED
@@ -887,7 +887,8 @@ li.wppb-facet-search{
887
  right: 4px;
888
  /* fields bottom padding / 2 */
889
  top: -7px;
890
- background: transparent;
 
891
  border: 1px solid transparent;
892
  box-shadow: none;
893
  padding: 0;
887
  right: 4px;
888
  /* fields bottom padding / 2 */
889
  top: -7px;
890
+ background: transparent !important;
891
+ background-color: transparent !important;
892
  border: 1px solid transparent;
893
  box-shadow: none;
894
  padding: 0;
assets/misc/elementor/widgets/class-pb-widget-base.php CHANGED
@@ -317,17 +317,19 @@ abstract class PB_Elementor_Widget extends \Elementor\Widget_Base {
317
  include_once( WPPB_PLUGIN_DIR.'/front-end/recover.php' );
318
  return wppb_front_end_password_recovery();
319
  case 'ul':
320
- include_once( WPPB_PLUGIN_DIR.'/add-ons/user-listing/userlisting.php' );
321
- $atts = [
322
- 'name' => $settings['pb_name'],
323
- 'single' => $settings['pb_single'] === 'yes',
324
- 'meta_key' => $settings['pb_meta_key'],
325
- 'meta_value' => $settings['pb_meta_value'],
326
- 'include' => $settings['pb_include'],
327
- 'exclude' => $settings['pb_exclude'],
328
- 'id' => $settings['pb_id'],
329
- ];
330
- return wppb_user_listing_shortcode( $atts );
 
 
331
  }
332
  }
333
  }
317
  include_once( WPPB_PLUGIN_DIR.'/front-end/recover.php' );
318
  return wppb_front_end_password_recovery();
319
  case 'ul':
320
+ if( defined( 'WPPB_PAID_PLUGIN_DIR' ) ){
321
+ include_once( WPPB_PAID_PLUGIN_DIR.'/add-ons/user-listing/userlisting.php' );
322
+ $atts = [
323
+ 'name' => $settings['pb_name'],
324
+ 'single' => $settings['pb_single'] === 'yes',
325
+ 'meta_key' => $settings['pb_meta_key'],
326
+ 'meta_value' => $settings['pb_meta_value'],
327
+ 'include' => $settings['pb_include'],
328
+ 'exclude' => $settings['pb_exclude'],
329
+ 'id' => $settings['pb_id'],
330
+ ];
331
+ return wppb_user_listing_shortcode( $atts );
332
+ }
333
  }
334
  }
335
  }
assets/misc/elementor/widgets/class-pb-widget-rf-epf.php CHANGED
@@ -18,22 +18,25 @@ abstract class PB_Elementor_Register_Edit_Profile_Widget extends PB_Elementor_Wi
18
  wp_register_script('wppb_sl2_lib_js', WPPB_PLUGIN_URL . 'assets/js/select2/select2.min.js', array('jquery'));
19
 
20
  wp_register_style('wppb_sl2_lib_css', WPPB_PLUGIN_URL . 'assets/css/select2/select2.min.css');
21
- wp_register_style( 'wppb_sl2_css', WPPB_PLUGIN_URL.'front-end/extra-fields/select2/select2.css', false, PROFILE_BUILDER_VERSION );
22
 
23
  //SelectCPT
24
  wp_register_script( 'wppb_select2_js', WPPB_PLUGIN_URL .'assets/js/select2/select2.min.js', array( 'jquery' ), PROFILE_BUILDER_VERSION );
25
  wp_register_style( 'wppb_select2_css', WPPB_PLUGIN_URL .'assets/css/select2/select2.min.css', array(), PROFILE_BUILDER_VERSION );
26
- wp_register_style( 'wppb-select-cpt-style', WPPB_PLUGIN_URL.'front-end/extra-fields/select-cpt/style-front-end.css', array(), PROFILE_BUILDER_VERSION );
27
 
28
- //Upload
29
- wp_register_style( 'profile-builder-upload-css', WPPB_PLUGIN_URL.'front-end/extra-fields/upload/upload.css', false, PROFILE_BUILDER_VERSION );
 
30
 
31
- //Multi-Step Forms compatibility
32
- wp_register_style( 'wppb-msf-style-frontend', WP_PLUGIN_URL.'/pb-add-on-multi-step-forms/assets/css/frontend-multi-step-forms.css', array(), PROFILE_BUILDER_VERSION );
 
 
 
 
33
  }
34
 
35
  public function get_script_depends() {
36
- if ( file_exists(WPPB_PLUGIN_DIR . '/front-end/extra-fields/extra-fields.php') ) {
37
  return [
38
  'wppb_sl2_lib_js',
39
  'wppb_select2_js',
@@ -44,7 +47,7 @@ abstract class PB_Elementor_Register_Edit_Profile_Widget extends PB_Elementor_Wi
44
 
45
  public function get_style_depends() {
46
  $styles = [];
47
- if ( file_exists(WPPB_PLUGIN_DIR . '/front-end/extra-fields/extra-fields.php') ) {
48
  $styles = [
49
  'wppb_sl2_lib_css',
50
  'wppb_sl2_css',
@@ -878,29 +881,32 @@ abstract class PB_Elementor_Register_Edit_Profile_Widget extends PB_Elementor_Wi
878
 
879
  if ( $is_elementor_edit_mode && $output->args !== null ) {
880
 
881
- //add the scripts for various fields
882
- foreach ( $output->args['form_fields'] as $form_field ){
883
- switch ( $form_field['field'] ){
884
- case 'Select2':
885
- echo '<script src="'.esc_url( WPPB_PLUGIN_URL ).'front-end/extra-fields/select2/select2.js?ver='.esc_attr( PROFILE_BUILDER_VERSION ).'" id="wppb_sl2_js"></script>';
886
- break;
887
- case 'WYSIWYG':
888
- echo '<script>jQuery(document.body).off( "click.add-media-button", ".insert-media" );</script>';
889
- break;
890
- case 'Select (CPT)':
891
- echo '<script src="'.esc_url( WPPB_PLUGIN_URL ).'front-end/extra-fields/select-cpt/select-cpt.js?ver='.esc_attr( PROFILE_BUILDER_VERSION ).'" id="wppb-select-cpt-script"></script>';
892
- break;
893
- case 'Phone':
894
- echo '<script src="'.esc_url( WPPB_PLUGIN_URL ).'front-end/extra-fields/phone/jquery.inputmask.bundle.min.js?ver='.esc_attr( PROFILE_BUILDER_VERSION ).'" id="wppb-jquery-inputmask"></script>';
895
- echo '<script src="'.esc_url( WPPB_PLUGIN_URL ).'front-end/extra-fields/phone/script-phone.js?ver='.esc_attr( PROFILE_BUILDER_VERSION ).'" id="wppb-phone-script"></script>';
896
- break;
897
- default:
898
- break;
 
 
899
  }
900
  }
901
 
902
  //Multi-Step Forms compatibility
903
- if ( is_plugin_active( 'pb-add-on-multi-step-forms/index.php' ) ) {
 
904
  $ajaxUrl = admin_url( 'admin-ajax.php' );
905
  $ajaxNonce = wp_create_nonce( 'wppb_msf_frontend_nonce' );
906
  echo '
@@ -909,7 +915,7 @@ abstract class PB_Elementor_Register_Edit_Profile_Widget extends PB_Elementor_Wi
909
  </script>
910
  ';
911
  echo '
912
- <script src="'.esc_url( WP_PLUGIN_URL ).'/pb-add-on-multi-step-forms/assets/js/frontend-multi-step-forms.js?ver='.esc_attr( PROFILE_BUILDER_VERSION ).'" id="wppb-msf-script-frontend">
913
  </script>
914
  ';
915
 
18
  wp_register_script('wppb_sl2_lib_js', WPPB_PLUGIN_URL . 'assets/js/select2/select2.min.js', array('jquery'));
19
 
20
  wp_register_style('wppb_sl2_lib_css', WPPB_PLUGIN_URL . 'assets/css/select2/select2.min.css');
 
21
 
22
  //SelectCPT
23
  wp_register_script( 'wppb_select2_js', WPPB_PLUGIN_URL .'assets/js/select2/select2.min.js', array( 'jquery' ), PROFILE_BUILDER_VERSION );
24
  wp_register_style( 'wppb_select2_css', WPPB_PLUGIN_URL .'assets/css/select2/select2.min.css', array(), PROFILE_BUILDER_VERSION );
 
25
 
26
+ if( defined( 'WPPB_PAID_PLUGIN_URL' ) ){
27
+ wp_register_style( 'wppb_sl2_css', WPPB_PAID_PLUGIN_URL.'front-end/extra-fields/select2/select2.css', false, PROFILE_BUILDER_VERSION );
28
+ wp_register_style( 'wppb-select-cpt-style', WPPB_PAID_PLUGIN_URL.'front-end/extra-fields/select-cpt/style-front-end.css', array(), PROFILE_BUILDER_VERSION );
29
 
30
+ //Upload
31
+ wp_register_style( 'profile-builder-upload-css', WPPB_PAID_PLUGIN_URL.'front-end/extra-fields/upload/upload.css', false, PROFILE_BUILDER_VERSION );
32
+
33
+ //Multi-Step Forms compatibility
34
+ wp_register_style( 'wppb-msf-style-frontend', WPPB_PAID_PLUGIN_URL.'add-ons-advanced/multi-step-forms/assets/css/frontend-multi-step-forms.css', array(), PROFILE_BUILDER_VERSION );
35
+ }
36
  }
37
 
38
  public function get_script_depends() {
39
+ if ( defined( 'WPPB_PAID_PLUGIN_DIR' ) && file_exists(WPPB_PAID_PLUGIN_DIR . '/front-end/extra-fields/extra-fields.php') ) {
40
  return [
41
  'wppb_sl2_lib_js',
42
  'wppb_select2_js',
47
 
48
  public function get_style_depends() {
49
  $styles = [];
50
+ if ( defined( 'WPPB_PAID_PLUGIN_DIR' ) && file_exists(WPPB_PAID_PLUGIN_DIR . '/front-end/extra-fields/extra-fields.php') ) {
51
  $styles = [
52
  'wppb_sl2_lib_css',
53
  'wppb_sl2_css',
881
 
882
  if ( $is_elementor_edit_mode && $output->args !== null ) {
883
 
884
+ if( defined( 'WPPB_PAID_PLUGIN_URL' ) ){
885
+ //add the scripts for various fields
886
+ foreach ( $output->args['form_fields'] as $form_field ){
887
+ switch ( $form_field['field'] ){
888
+ case 'Select2':
889
+ echo '<script src="'.esc_url( WPPB_PAID_PLUGIN_URL ).'front-end/extra-fields/select2/select2.js?ver='.esc_attr( PROFILE_BUILDER_VERSION ).'" id="wppb_sl2_js"></script>';
890
+ break;
891
+ case 'WYSIWYG':
892
+ echo '<script>jQuery(document.body).off( "click.add-media-button", ".insert-media" );</script>';
893
+ break;
894
+ case 'Select (CPT)':
895
+ echo '<script src="'.esc_url( WPPB_PAID_PLUGIN_URL ).'front-end/extra-fields/select-cpt/select-cpt.js?ver='.esc_attr( PROFILE_BUILDER_VERSION ).'" id="wppb-select-cpt-script"></script>';
896
+ break;
897
+ case 'Phone':
898
+ echo '<script src="'.esc_url( WPPB_PAID_PLUGIN_URL ).'front-end/extra-fields/phone/jquery.inputmask.bundle.min.js?ver='.esc_attr( PROFILE_BUILDER_VERSION ).'" id="wppb-jquery-inputmask"></script>';
899
+ echo '<script src="'.esc_url( WPPB_PAID_PLUGIN_URL ).'front-end/extra-fields/phone/script-phone.js?ver='.esc_attr( PROFILE_BUILDER_VERSION ).'" id="wppb-phone-script"></script>';
900
+ break;
901
+ default:
902
+ break;
903
+ }
904
  }
905
  }
906
 
907
  //Multi-Step Forms compatibility
908
+ if ( wppb_check_if_add_on_is_active( 'multi-step-forms' ) ) {
909
+
910
  $ajaxUrl = admin_url( 'admin-ajax.php' );
911
  $ajaxNonce = wp_create_nonce( 'wppb_msf_frontend_nonce' );
912
  echo '
915
  </script>
916
  ';
917
  echo '
918
+ <script src="'.esc_url( WPPB_PAID_PLUGIN_URL ).'add-ons-advanced/multi-step-forms/assets/js/frontend-multi-step-forms.js?ver='.esc_attr( PROFILE_BUILDER_VERSION ).'" id="wppb-msf-script-frontend">
919
  </script>
920
  ';
921
 
assets/misc/elementor/widgets/class-pb-widget-ul.php CHANGED
@@ -13,15 +13,17 @@ class PB_Elementor_User_Listing_Widget extends PB_Elementor_Widget {
13
  public function __construct($data = [], $args = null) {
14
  parent::__construct($data, $args);
15
 
16
- wp_register_script('wppb-userlisting-js', WPPB_PLUGIN_URL . '/add-ons/user-listing/userlisting.js', array('jquery', 'jquery-touch-punch'), PROFILE_BUILDER_VERSION, true);
17
- wp_localize_script( 'wppb-userlisting-js', 'wppb_userlisting_obj', array( 'pageSlug' => wppb_get_users_pagination_slug() ) );
18
- wp_register_style('wppb-ul-slider-css', WPPB_PLUGIN_URL . '/add-ons/user-listing/jquery-ui-slider.min.css', array(), PROFILE_BUILDER_VERSION );
19
- //wp_register_script('jquery-ui-slider');
 
 
20
 
21
  }
22
 
23
  public function get_script_depends() {
24
- if ( file_exists(WPPB_PLUGIN_DIR . '/add-ons/user-listing/userlisting.php') ) {
25
  return [
26
  'wppb-userlisting-js',
27
  'jquery-ui-slider',
@@ -32,7 +34,7 @@ class PB_Elementor_User_Listing_Widget extends PB_Elementor_Widget {
32
 
33
  public function get_style_depends() {
34
  $styles = [];
35
- if ( file_exists(WPPB_PLUGIN_DIR . '/add-ons/user-listing/userlisting.php') ) {
36
  $styles = [
37
  'wppb-ul-slider-css',
38
  ];
13
  public function __construct($data = [], $args = null) {
14
  parent::__construct($data, $args);
15
 
16
+ if( defined( 'WPPB_PAID_PLUGIN_URL' ) ){
17
+ wp_register_script('wppb-userlisting-js', WPPB_PAID_PLUGIN_URL . 'add-ons/user-listing/userlisting.js', array('jquery', 'jquery-touch-punch'), PROFILE_BUILDER_VERSION, true);
18
+ wp_localize_script( 'wppb-userlisting-js', 'wppb_userlisting_obj', array( 'pageSlug' => wppb_get_users_pagination_slug() ) );
19
+ wp_register_style('wppb-ul-slider-css', WPPB_PAID_PLUGIN_URL . 'add-ons/user-listing/jquery-ui-slider.min.css', array(), PROFILE_BUILDER_VERSION );
20
+ //wp_register_script('jquery-ui-slider');
21
+ }
22
 
23
  }
24
 
25
  public function get_script_depends() {
26
+ if ( defined( 'WPPB_PAID_PLUGIN_DIR' ) && file_exists(WPPB_PAID_PLUGIN_DIR . '/add-ons/user-listing/userlisting.php') ) {
27
  return [
28
  'wppb-userlisting-js',
29
  'jquery-ui-slider',
34
 
35
  public function get_style_depends() {
36
  $styles = [];
37
+ if ( defined( 'WPPB_PAID_PLUGIN_DIR' ) && file_exists(WPPB_PAID_PLUGIN_DIR . '/add-ons/user-listing/userlisting.php') ) {
38
  $styles = [
39
  'wppb-ul-slider-css',
40
  ];
features/email-confirmation/email-confirmation.php CHANGED
@@ -713,7 +713,7 @@ if( $wppb_general_settings != 'not_found' )
713
  }
714
  }
715
 
716
- if ( file_exists ( WPPB_PLUGIN_DIR . '/features/admin-approval/admin-approval.php' ) )
717
  add_action( 'user_register', 'wppb_update_user_status_on_admin_registration' );
718
  }
719
 
713
  }
714
  }
715
 
716
+ if ( defined( 'WPPB_PAID_PLUGIN_DIR' ) && file_exists ( WPPB_PAID_PLUGIN_DIR . '/features/admin-approval/admin-approval.php' ) )
717
  add_action( 'user_register', 'wppb_update_user_status_on_admin_registration' );
718
  }
719
 
features/functions.php CHANGED
@@ -166,8 +166,8 @@ if ( is_admin() ){
166
  add_action( 'admin_init', 'wppb_register_settings' );
167
 
168
  // display the same extra profile fields in the admin panel also
169
- if ( file_exists ( WPPB_PLUGIN_DIR.'/front-end/extra-fields/extra-fields.php' ) ){
170
- require_once( WPPB_PLUGIN_DIR.'/front-end/extra-fields/extra-fields.php' );
171
 
172
  add_action( 'show_user_profile', 'display_profile_extra_fields_in_admin', 10 );
173
  add_action( 'edit_user_profile', 'display_profile_extra_fields_in_admin', 10 );
@@ -1322,7 +1322,9 @@ function wppb_get_redirect_url( $redirect_priority, $redirect_type, $redirect_ur
1322
  $redirect_priority = 'normal';
1323
  }
1324
 
1325
- if( PROFILE_BUILDER == 'Profile Builder Pro' ) {
 
 
1326
  $wppb_module_settings = get_option( 'wppb_module_settings' );
1327
 
1328
  if( isset( $wppb_module_settings['wppb_customRedirect'] ) && $wppb_module_settings['wppb_customRedirect'] == 'show' && $redirect_priority != 'top' && function_exists( 'wppb_custom_redirect_url' ) ) {
@@ -1713,7 +1715,7 @@ function wppb_gdpr_delete_user() {
1713
  */
1714
  function wppb_get_admin_approval_option_value(){
1715
  $wppb_general_settings = get_option( 'wppb_general_settings', 'not_found' );
1716
- if( file_exists(WPPB_PLUGIN_DIR . '/features/admin-approval/admin-approval.php') && $wppb_general_settings != 'not_found' && !empty( $wppb_general_settings['adminApproval'] ) && $wppb_general_settings['adminApproval'] === 'yes' )
1717
  return 'yes';
1718
  else
1719
  return 'no';
@@ -1724,7 +1726,7 @@ function wppb_get_admin_approval_option_value(){
1724
  * @return bool
1725
  */
1726
  function wppb_conditional_fields_exists(){
1727
- if (file_exists(WPPB_PLUGIN_DIR . '/features/conditional-fields/conditional-fields.php'))
1728
  return true;
1729
  else
1730
  return false;
@@ -1755,8 +1757,8 @@ function wppb_embed($atts, $content){
1755
  */
1756
 
1757
  function wppb_check_if_add_on_is_active( $slug ){
1758
- //the old modulse part
1759
- if (file_exists(WPPB_PLUGIN_DIR . '/add-ons/add-ons.php')) {
1760
  $wppb_module_settings = get_option('wppb_module_settings', 'not_found');
1761
  if ($wppb_module_settings != 'not_found') {
1762
  foreach ($wppb_module_settings as $add_on_slug => $status) {
@@ -1780,5 +1782,15 @@ function wppb_check_if_add_on_is_active( $slug ){
1780
  }
1781
  }
1782
 
 
 
 
 
 
 
 
 
 
 
1783
  return false;
1784
- }
166
  add_action( 'admin_init', 'wppb_register_settings' );
167
 
168
  // display the same extra profile fields in the admin panel also
169
+ if ( defined( 'WPPB_PAID_PLUGIN_DIR' ) && file_exists ( WPPB_PAID_PLUGIN_DIR.'/front-end/extra-fields/extra-fields.php' ) ){
170
+ require_once( WPPB_PAID_PLUGIN_DIR.'/front-end/extra-fields/extra-fields.php' );
171
 
172
  add_action( 'show_user_profile', 'display_profile_extra_fields_in_admin', 10 );
173
  add_action( 'edit_user_profile', 'display_profile_extra_fields_in_admin', 10 );
1322
  $redirect_priority = 'normal';
1323
  }
1324
 
1325
+ $versions = array( 'Profile Builder Pro', 'Profile Builder Elite', 'Profile Builder Unlimited', 'Profile Builder Dev' );
1326
+
1327
+ if( in_array( PROFILE_BUILDER, $versions ) ) {
1328
  $wppb_module_settings = get_option( 'wppb_module_settings' );
1329
 
1330
  if( isset( $wppb_module_settings['wppb_customRedirect'] ) && $wppb_module_settings['wppb_customRedirect'] == 'show' && $redirect_priority != 'top' && function_exists( 'wppb_custom_redirect_url' ) ) {
1715
  */
1716
  function wppb_get_admin_approval_option_value(){
1717
  $wppb_general_settings = get_option( 'wppb_general_settings', 'not_found' );
1718
+ if( defined( 'WPPB_PAID_PLUGIN_DIR' ) && file_exists( WPPB_PAID_PLUGIN_DIR . '/features/admin-approval/admin-approval.php' ) && $wppb_general_settings != 'not_found' && !empty( $wppb_general_settings['adminApproval'] ) && $wppb_general_settings['adminApproval'] === 'yes' )
1719
  return 'yes';
1720
  else
1721
  return 'no';
1726
  * @return bool
1727
  */
1728
  function wppb_conditional_fields_exists(){
1729
+ if ( defined( 'WPPB_PAID_PLUGIN_DIR' ) && file_exists( WPPB_PAID_PLUGIN_DIR . '/features/conditional-fields/conditional-fields.php' ) )
1730
  return true;
1731
  else
1732
  return false;
1757
  */
1758
 
1759
  function wppb_check_if_add_on_is_active( $slug ){
1760
+ //the old modules part
1761
+ if ( defined( 'WPPB_PAID_PLUGIN_DIR' ) && file_exists(WPPB_PAID_PLUGIN_DIR . '/add-ons/add-ons.php')) {
1762
  $wppb_module_settings = get_option('wppb_module_settings', 'not_found');
1763
  if ($wppb_module_settings != 'not_found') {
1764
  foreach ($wppb_module_settings as $add_on_slug => $status) {
1782
  }
1783
  }
1784
 
1785
+ //the advanced addons part
1786
+ $wppb_advanced_add_ons_settings = get_option( 'wppb_advanced_add_ons_settings', array() );
1787
+ if ( !empty( $wppb_advanced_add_ons_settings ) ){
1788
+ foreach( $wppb_advanced_add_ons_settings as $add_on_slug => $status ){
1789
+ if( $slug == $add_on_slug ){
1790
+ return $status;
1791
+ }
1792
+ }
1793
+ }
1794
+
1795
  return false;
1796
+ }
features/upgrades/upgrades-functions.php CHANGED
@@ -676,6 +676,17 @@ function wppb_get_old_addons_slug_list(){
676
  'pb-add-on-maximum-character-length/index.php',
677
  'pb-add-on-custom-css-classes-on-fields/index.php',
678
  'pb-add-on-import-export/pbie.php',
 
 
 
 
 
 
 
 
 
 
 
679
  );
680
 
681
  if( PROFILE_BUILDER !== 'Profile Builder Free' )
676
  'pb-add-on-maximum-character-length/index.php',
677
  'pb-add-on-custom-css-classes-on-fields/index.php',
678
  'pb-add-on-import-export/pbie.php',
679
+ 'pb-add-on-buddypress/index.php',
680
+ 'pb-add-on-social-connect/index.php',
681
+ 'pb-add-on-woocommerce/index.php',
682
+ 'pb-add-on-multi-step-forms/index.php',
683
+ 'pb-add-on-mailchimp-integration/index.php',
684
+ 'pb-add-on-bbpress/index.php',
685
+ 'pb-add-on-campaign-monitor/index.php',
686
+ 'pb-add-on-field-visibility/index.php',
687
+ 'pb-add-on-edit-profile-approved-by-admin/index.php',
688
+ 'pb-add-on-custom-profile-menus/index.php',
689
+ 'pb-add-on-mailpoet-integration/index.php',
690
  );
691
 
692
  if( PROFILE_BUILDER !== 'Profile Builder Free' )
features/upgrades/upgrades.php CHANGED
@@ -22,7 +22,9 @@ function wppb_update_patch(){
22
  do_action( 'wppb_before_default_changes', PROFILE_BUILDER_VERSION, $wppb_version );
23
 
24
  if ( version_compare( PROFILE_BUILDER_VERSION, $wppb_version, '>' ) ) {
25
- if ( ( PROFILE_BUILDER == 'Profile Builder Pro' ) || ( PROFILE_BUILDER == 'Profile Builder Hobbyist' ) ){
 
 
26
 
27
  /* stopped creating them on 01.02.2016 */
28
  /*$upload_dir = wp_upload_dir();
@@ -36,8 +38,10 @@ function wppb_update_patch(){
36
 
37
  wppb_pro_hobbyist_v1_3_13();
38
  }
39
-
40
- if ( PROFILE_BUILDER == 'Profile Builder Pro' ){
 
 
41
  wppb_pro_v1_3_15();
42
  }
43
 
@@ -46,11 +50,15 @@ function wppb_update_patch(){
46
 
47
  //this should run only once, mainly if the old version is < 2.0 (can be anything)
48
  if ( version_compare( $wppb_version, 2.0, '<' ) ) {
49
- if ( ( PROFILE_BUILDER == 'Profile Builder Pro' ) || ( PROFILE_BUILDER == 'Profile Builder Hobbyist' ) || ( PROFILE_BUILDER == 'Profile Builder Free' ) ){
 
 
50
  wppb_pro_hobbyist_free_v2_0();
51
  }
52
 
53
- if ( PROFILE_BUILDER == 'Profile Builder Pro' ){
 
 
54
  wppb_pro_userlisting_compatibility_upgrade();
55
  wppb_pro_email_customizer_compatibility_upgrade();
56
  }
@@ -58,7 +66,9 @@ function wppb_update_patch(){
58
 
59
  // this should run only once, mainly if the old version is < 2.2.5 (can be anything)
60
  if ( version_compare( $wppb_version, '2.2.5', '<' ) ) {
61
- if ( PROFILE_BUILDER == 'Profile Builder Pro' ) {
 
 
62
  wppb_new_custom_redirects_compatibility();
63
  }
64
  }
@@ -224,4 +234,89 @@ function wppb_generate_new_free_add_ons_setting(){
224
 
225
  add_option( 'wppb_free_add_ons_settings', $wppb_free_add_ons_settings );
226
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
227
  }
22
  do_action( 'wppb_before_default_changes', PROFILE_BUILDER_VERSION, $wppb_version );
23
 
24
  if ( version_compare( PROFILE_BUILDER_VERSION, $wppb_version, '>' ) ) {
25
+ $paid_versions = array( 'Profile Builder Pro', 'Profile Builder Hobbyist', 'Profile Builder Elite', 'Profile Builder Unlimited', 'Profile Builder Basic' );
26
+
27
+ if ( in_array( PROFILE_BUILDER, $paid_versions ) ){
28
 
29
  /* stopped creating them on 01.02.2016 */
30
  /*$upload_dir = wp_upload_dir();
38
 
39
  wppb_pro_hobbyist_v1_3_13();
40
  }
41
+
42
+ $pro_versions = array( 'Profile Builder Pro', 'Profile Builder Elite', 'Profile Builder Unlimited' );
43
+
44
+ if ( in_array( PROFILE_BUILDER, $pro_versions ) ){
45
  wppb_pro_v1_3_15();
46
  }
47
 
50
 
51
  //this should run only once, mainly if the old version is < 2.0 (can be anything)
52
  if ( version_compare( $wppb_version, 2.0, '<' ) ) {
53
+ $all_versions = array( 'Profile Builder Pro', 'Profile Builder Hobbyist', 'Profile Builder Elite', 'Profile Builder Unlimited', 'Profile Builder Basic', 'Profile Builder Free' );
54
+
55
+ if ( in_array( PROFILE_BUILDER, $all_versions ) ){
56
  wppb_pro_hobbyist_free_v2_0();
57
  }
58
 
59
+ $pro_versions = array( 'Profile Builder Pro', 'Profile Builder Elite', 'Profile Builder Unlimited' );
60
+
61
+ if ( in_array( PROFILE_BUILDER, $pro_versions ) ){
62
  wppb_pro_userlisting_compatibility_upgrade();
63
  wppb_pro_email_customizer_compatibility_upgrade();
64
  }
66
 
67
  // this should run only once, mainly if the old version is < 2.2.5 (can be anything)
68
  if ( version_compare( $wppb_version, '2.2.5', '<' ) ) {
69
+ $pro_versions = array( 'Profile Builder Pro', 'Profile Builder Elite', 'Profile Builder Unlimited' );
70
+
71
+ if ( in_array( PROFILE_BUILDER, $pro_versions ) ){
72
  wppb_new_custom_redirects_compatibility();
73
  }
74
  }
234
 
235
  add_option( 'wppb_free_add_ons_settings', $wppb_free_add_ons_settings );
236
  }
237
+ }
238
+
239
+
240
+ add_action( 'plugins_loaded', 'wppb_generate_new_advanced_add_ons_setting', 13 );
241
+ function wppb_generate_new_advanced_add_ons_setting(){
242
+ $wppb_advanced_add_ons_settings = get_option( 'wppb_advanced_add_ons_settings', array() );
243
+ if( empty( $wppb_advanced_add_ons_settings ) ){
244
+
245
+ $old_addons_list = wppb_get_old_addons_slug_list();
246
+ foreach( $old_addons_list as $addon_slug ){
247
+
248
+ switch ($addon_slug) {
249
+ case 'pb-add-on-buddypress/index.php':
250
+ if( wppb_was_addon_active_as_plugin( $addon_slug ) )
251
+ $wppb_advanced_add_ons_settings['buddypress'] = true;
252
+ else
253
+ $wppb_advanced_add_ons_settings['buddypress'] = false;
254
+ break;
255
+ case 'pb-add-on-social-connect/index.php':
256
+ if( wppb_was_addon_active_as_plugin( $addon_slug ) )
257
+ $wppb_advanced_add_ons_settings['social-connect'] = true;
258
+ else
259
+ $wppb_advanced_add_ons_settings['social-connect'] = false;
260
+ break;
261
+ case 'pb-add-on-woocommerce/index.php':
262
+ if( wppb_was_addon_active_as_plugin( $addon_slug ) )
263
+ $wppb_advanced_add_ons_settings['woocommerce'] = true;
264
+ else
265
+ $wppb_advanced_add_ons_settings['woocommerce'] = false;
266
+ break;
267
+ case 'pb-add-on-multi-step-forms/index.php':
268
+ if( wppb_was_addon_active_as_plugin( $addon_slug ) )
269
+ $wppb_advanced_add_ons_settings['multi-step-forms'] = true;
270
+ else
271
+ $wppb_advanced_add_ons_settings['multi-step-forms'] = false;
272
+ break;
273
+ case 'pb-add-on-mailchimp-integration/index.php':
274
+ if( wppb_was_addon_active_as_plugin( $addon_slug ) )
275
+ $wppb_advanced_add_ons_settings['mailchimp-integration'] = true;
276
+ else
277
+ $wppb_advanced_add_ons_settings['mailchimp-integration'] = false;
278
+ break;
279
+ case 'pb-add-on-bbpress/index.php':
280
+ if( wppb_was_addon_active_as_plugin( $addon_slug ) )
281
+ $wppb_advanced_add_ons_settings['bbpress'] = true;
282
+ else
283
+ $wppb_advanced_add_ons_settings['bbpress'] = false;
284
+ break;
285
+ case 'pb-add-on-campaign-monitor/index.php':
286
+ if( wppb_was_addon_active_as_plugin( $addon_slug ) )
287
+ $wppb_advanced_add_ons_settings['campaign-monitor'] = true;
288
+ else
289
+ $wppb_advanced_add_ons_settings['campaign-monitor'] = false;
290
+ break;
291
+ case 'pb-add-on-field-visibility/index.php':
292
+ if( wppb_was_addon_active_as_plugin( $addon_slug ) )
293
+ $wppb_advanced_add_ons_settings['field-visibility'] = true;
294
+ else
295
+ $wppb_advanced_add_ons_settings['field-visibility'] = false;
296
+ break;
297
+ case 'pb-add-on-edit-profile-approved-by-admin/index.php':
298
+ if( wppb_was_addon_active_as_plugin( $addon_slug ) )
299
+ $wppb_advanced_add_ons_settings['edit-profile-approved-by-admin'] = true;
300
+ else
301
+ $wppb_advanced_add_ons_settings['edit-profile-approved-by-admin'] = false;
302
+ break;
303
+ case 'pb-add-on-custom-profile-menus/index.php':
304
+ if( wppb_was_addon_active_as_plugin( $addon_slug ) )
305
+ $wppb_advanced_add_ons_settings['custom-profile-menus'] = true;
306
+ else
307
+ $wppb_advanced_add_ons_settings['custom-profile-menus'] = false;
308
+ break;
309
+ case 'pb-add-on-mailpoet-integration/index.php':
310
+ if( wppb_was_addon_active_as_plugin( $addon_slug ) )
311
+ $wppb_advanced_add_ons_settings['mailpoet-integration'] = true;
312
+ else
313
+ $wppb_advanced_add_ons_settings['mailpoet-integration'] = false;
314
+ break;
315
+ }
316
+
317
+
318
+ }
319
+
320
+ add_option( 'wppb_advanced_add_ons_settings', $wppb_advanced_add_ons_settings );
321
+ }
322
  }
front-end/class-formbuilder.php CHANGED
@@ -51,8 +51,8 @@ class Profile_Builder_Form_Creator{
51
  if ( file_exists ( WPPB_PLUGIN_DIR.'/front-end/default-fields/default-fields.php' ) )
52
  require_once( WPPB_PLUGIN_DIR.'/front-end/default-fields/default-fields.php' );
53
 
54
- if ( file_exists ( WPPB_PLUGIN_DIR.'/front-end/extra-fields/extra-fields.php' ) )
55
- require_once( WPPB_PLUGIN_DIR.'/front-end/extra-fields/extra-fields.php' );
56
 
57
  $this->wppb_retrieve_custom_settings();
58
 
51
  if ( file_exists ( WPPB_PLUGIN_DIR.'/front-end/default-fields/default-fields.php' ) )
52
  require_once( WPPB_PLUGIN_DIR.'/front-end/default-fields/default-fields.php' );
53
 
54
+ if ( defined( 'WPPB_PAID_PLUGIN_DIR' ) && file_exists ( WPPB_PAID_PLUGIN_DIR.'/front-end/extra-fields/extra-fields.php' ) )
55
+ require_once( WPPB_PAID_PLUGIN_DIR.'/front-end/extra-fields/extra-fields.php' );
56
 
57
  $this->wppb_retrieve_custom_settings();
58
 
front-end/default-fields/password/password.php CHANGED
@@ -48,7 +48,7 @@ function wppb_check_password_value( $message, $field, $request_data, $form_locat
48
  return wppb_required_field_error($field["field-title"]);
49
  }
50
 
51
- if ( trim( $request_data['passw1'] ) != '' ){
52
  $wppb_generalSettings = get_option( 'wppb_general_settings' );
53
 
54
  if( wppb_check_password_length( $request_data['passw1'] ) )
48
  return wppb_required_field_error($field["field-title"]);
49
  }
50
 
51
+ if ( isset( $request_data['passw1'] ) && trim( $request_data['passw1'] ) != '' ){
52
  $wppb_generalSettings = get_option( 'wppb_general_settings' );
53
 
54
  if( wppb_check_password_length( $request_data['passw1'] ) )
front-end/edit-profile.php CHANGED
@@ -16,8 +16,9 @@ function wppb_autologin_after_password_changed(){
16
  /* all the error checking filters are defined in each field file so we need them here */
17
  if ( file_exists ( WPPB_PLUGIN_DIR.'/front-end/default-fields/default-fields.php' ) )
18
  require_once( WPPB_PLUGIN_DIR.'/front-end/default-fields/default-fields.php' );
19
- if ( file_exists ( WPPB_PLUGIN_DIR.'/front-end/extra-fields/extra-fields.php' ) )
20
- require_once( WPPB_PLUGIN_DIR.'/front-end/extra-fields/extra-fields.php' );
 
21
 
22
  /* we get the form_name through $_POST so we can apply correctly the filter so we generate the correct fields in the current form */
23
  $form_fields = apply_filters( 'wppb_change_form_fields', get_option( 'wppb_manage_fields' ), array( 'form_type'=> 'edit_profile', 'form_fields' => array(), 'form_name' => sanitize_text_field( $_POST['form_name'] ), 'role' => '', 'ID' => Profile_Builder_Form_Creator::wppb_get_form_id_from_form_name( sanitize_text_field( $_POST['form_name'] ), 'edit_profile' ), 'context' => 'edit_profile_auto_login_after_password_change' ) );
16
  /* all the error checking filters are defined in each field file so we need them here */
17
  if ( file_exists ( WPPB_PLUGIN_DIR.'/front-end/default-fields/default-fields.php' ) )
18
  require_once( WPPB_PLUGIN_DIR.'/front-end/default-fields/default-fields.php' );
19
+
20
+ if ( defined( 'WPPB_PAID_PLUGIN_DIR' ) && file_exists ( WPPB_PAID_PLUGIN_DIR.'/front-end/extra-fields/extra-fields.php' ) )
21
+ require_once( WPPB_PAID_PLUGIN_DIR.'/front-end/extra-fields/extra-fields.php' );
22
 
23
  /* we get the form_name through $_POST so we can apply correctly the filter so we generate the correct fields in the current form */
24
  $form_fields = apply_filters( 'wppb_change_form_fields', get_option( 'wppb_manage_fields' ), array( 'form_type'=> 'edit_profile', 'form_fields' => array(), 'form_name' => sanitize_text_field( $_POST['form_name'] ), 'role' => '', 'ID' => Profile_Builder_Form_Creator::wppb_get_form_id_from_form_name( sanitize_text_field( $_POST['form_name'] ), 'edit_profile' ), 'context' => 'edit_profile_auto_login_after_password_change' ) );
front-end/login.php CHANGED
@@ -268,8 +268,8 @@ function wppb_resend_confirmation_email() {
268
 
269
  include_once(plugin_dir_path(__FILE__) . '../features/email-confirmation/email-confirmation.php');
270
 
271
- if ( !class_exists('PB_Mustache_Generate_Template') && file_exists( plugin_dir_path(__FILE__) . '../assets/lib/class-mustache-templates/class-mustache-templates.php' ) )
272
- include_once(plugin_dir_path(__FILE__) . '../assets/lib/class-mustache-templates/class-mustache-templates.php');
273
 
274
  global $wpdb;
275
  $sql_result = $wpdb->get_row( $wpdb->prepare("SELECT * FROM " . $wpdb->base_prefix . "signups WHERE user_email = %s", sanitize_email( $_GET['email'] )), ARRAY_A );
268
 
269
  include_once(plugin_dir_path(__FILE__) . '../features/email-confirmation/email-confirmation.php');
270
 
271
+ if ( !class_exists('PB_Mustache_Generate_Template') && defined( 'WPPB_PAID_PLUGIN_DIR' ) && file_exists( WPPB_PAID_PLUGIN_DIR . '/assets/lib/class-mustache-templates/class-mustache-templates.php' ) )
272
+ include_once( WPPB_PAID_PLUGIN_DIR . '/assets/lib/class-mustache-templates/class-mustache-templates.php' );
273
 
274
  global $wpdb;
275
  $sql_result = $wpdb->get_row( $wpdb->prepare("SELECT * FROM " . $wpdb->base_prefix . "signups WHERE user_email = %s", sanitize_email( $_GET['email'] )), ARRAY_A );
index.php CHANGED
@@ -1,35 +1,35 @@
1
  <?php
2
- /*
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.6.9
7
- Author: Cozmoslabs
8
- Author URI: https://www.cozmoslabs.com/
9
- Text Domain: profile-builder
10
- Domain Path: /translation
11
- License: GPL2
12
-
13
- == Copyright ==
14
- Copyright 2014 Cozmoslabs (www.cozmoslabs.com)
15
-
16
- This program is free software; you can redistribute it and/or modify
17
- it under the terms of the GNU General Public License as published by
18
- the Free Software Foundation; either version 2 of the License, or
19
- (at your option) any later version.
20
- This program is distributed in the hope that it will be useful,
21
- but WITHOUT ANY WARRANTY; without even the implied warranty of
22
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23
- GNU General Public License for more details.
24
- You should have received a copy of the GNU General Public License
25
- along with this program; if not, write to the Free Software
26
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
27
  */
28
 
29
  if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
30
 
31
  /* Check if another version of Profile Builder is activated, to prevent fatal errors*/
32
- function wppb_free_plugin_init() {
33
  if (function_exists('wppb_return_bytes')) {
34
  function wppb_admin_notice()
35
  {
@@ -65,20 +65,8 @@ function wppb_free_plugin_init() {
65
  return wp_convert_hr_to_bytes($val);
66
  }
67
 
68
- /**
69
- * Definitions
70
- *
71
- *
72
- */
73
- define('PROFILE_BUILDER_VERSION', '3.6.9' );
74
- define('WPPB_PLUGIN_DIR', plugin_dir_path(__FILE__));
75
- define('WPPB_PLUGIN_URL', plugin_dir_url(__FILE__));
76
- define('WPPB_PLUGIN_BASENAME', plugin_basename(__FILE__));
77
- define('WPPB_TRANSLATE_DIR', WPPB_PLUGIN_DIR . '/translation');
78
- define('WPPB_TRANSLATE_DOMAIN', 'profile-builder');
79
-
80
  /* include notices class */
81
- if (file_exists(WPPB_PLUGIN_DIR . '/assets/lib/class_notices.php'))
82
  include_once(WPPB_PLUGIN_DIR . '/assets/lib/class_notices.php');
83
 
84
  /* include review class */
@@ -87,13 +75,6 @@ function wppb_free_plugin_init() {
87
  $wppb_review_request = new WPPB_Review_Request ();
88
  }
89
 
90
- if (file_exists(WPPB_PLUGIN_DIR . '/add-ons/add-ons.php'))
91
- define('PROFILE_BUILDER', 'Profile Builder Pro');
92
- elseif (file_exists(WPPB_PLUGIN_DIR . '/front-end/extra-fields/extra-fields.php'))
93
- define('PROFILE_BUILDER', 'Profile Builder Hobbyist');
94
- else
95
- define('PROFILE_BUILDER', 'Profile Builder Free');
96
-
97
  /**
98
  * Initialize the translation for the Plugin.
99
  *
@@ -101,8 +82,7 @@ function wppb_free_plugin_init() {
101
  *
102
  * @return null
103
  */
104
- function wppb_init_translation()
105
- {
106
  $current_theme = wp_get_theme();
107
  if( !empty( $current_theme->stylesheet ) && file_exists( get_theme_root().'/'. $current_theme->stylesheet .'/local_pb_lang' ) )
108
  load_plugin_textdomain( 'profile-builder', false, basename( dirname( __FILE__ ) ).'/../../themes/'.$current_theme->stylesheet.'/local_pb_lang' );
@@ -132,52 +112,56 @@ function wppb_free_plugin_init() {
132
  //include_once(WPPB_PLUGIN_DIR . '/admin/feedback.php');//removed in version 2.9.7
133
  include_once(WPPB_PLUGIN_DIR . '/features/email-confirmation/email-confirmation.php');
134
  include_once(WPPB_PLUGIN_DIR . '/features/email-confirmation/class-email-confirmation.php');
135
- if (file_exists(WPPB_PLUGIN_DIR . '/features/admin-approval/admin-approval.php')) {
136
- include_once(WPPB_PLUGIN_DIR . '/features/admin-approval/admin-approval.php');
137
- include_once(WPPB_PLUGIN_DIR . '/features/admin-approval/class-admin-approval.php');
 
138
  }
 
139
  if ( wppb_conditional_fields_exists() ) {
140
- include_once(WPPB_PLUGIN_DIR . '/features/conditional-fields/conditional-fields.php');
141
  }
 
142
  include_once(WPPB_PLUGIN_DIR . '/features/login-widget/login-widget.php');
143
  include_once(WPPB_PLUGIN_DIR . '/features/roles-editor/roles-editor.php');
144
  include_once(WPPB_PLUGIN_DIR . '/features/content-restriction/content-restriction.php');
145
 
146
  /* include 2fa class */
147
- if (file_exists(WPPB_PLUGIN_DIR . '/features/two-factor-authentication/class-two-factor-authentication.php')){
148
- include_once(WPPB_PLUGIN_DIR . '/features/two-factor-authentication/class-two-factor-authentication.php');
149
- new WPPB_Two_Factor_Authenticator ();
150
  }
151
 
152
-
153
  if (file_exists(WPPB_PLUGIN_DIR . '/update/update-checker.php')) {
154
  include_once(WPPB_PLUGIN_DIR . '/update/update-checker.php');
155
  include_once(WPPB_PLUGIN_DIR . '/admin/register-version.php');
156
  }
157
 
158
- if (file_exists(WPPB_PLUGIN_DIR . '/add-ons/add-ons.php')) {
159
- include_once(WPPB_PLUGIN_DIR . '/add-ons/add-ons.php');
160
- include_once(WPPB_PLUGIN_DIR . '/add-ons/repeater-field/repeater-module.php');
161
- include_once(WPPB_PLUGIN_DIR . '/add-ons/custom-redirects/custom-redirects.php');
162
- include_once(WPPB_PLUGIN_DIR . '/add-ons/email-customizer/email-customizer.php');
163
- include_once(WPPB_PLUGIN_DIR . '/add-ons/multiple-forms/multiple-forms.php');
164
- include_once(WPPB_PLUGIN_DIR . '/add-ons/user-listing/userlisting.php');
 
165
 
166
  $wppb_module_settings = get_option('wppb_module_settings');
167
  if (isset($wppb_module_settings['wppb_userListing']) && ($wppb_module_settings['wppb_userListing'] == 'show')) {
168
  add_shortcode('wppb-list-users', 'wppb_user_listing_shortcode');
169
  } else
170
- add_shortcode('wppb-list-users', 'wppb_list_all_users_display_error');
171
 
172
  $wppb_email_customizer_activate = 'hide';
173
  if ( ( !empty( $wppb_module_settings['wppb_emailCustomizer'] ) && $wppb_module_settings['wppb_emailCustomizer'] == 'show' ) || ( !empty( $wppb_module_settings['wppb_emailCustomizerAdmin'] ) && $wppb_module_settings['wppb_emailCustomizerAdmin'] == 'show' ) )
174
  $wppb_email_customizer_activate = 'show';
175
 
176
- if ( $wppb_email_customizer_activate == 'show')
177
- include_once(WPPB_PLUGIN_DIR . '/add-ons/email-customizer/admin-email-customizer.php');
178
 
179
  if ( $wppb_email_customizer_activate == 'show' )
180
- include_once(WPPB_PLUGIN_DIR . '/add-ons/email-customizer/user-email-customizer.php');
 
181
  }
182
 
183
  include_once(WPPB_PLUGIN_DIR . '/admin/add-ons.php');
@@ -230,23 +214,120 @@ function wppb_free_plugin_init() {
230
 
231
  }
232
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
233
  /**
234
  * Check for updates
235
  *
236
  *
237
  */
238
- if (file_exists(WPPB_PLUGIN_DIR . '/update/update-checker.php')) {
239
- if (file_exists(WPPB_PLUGIN_DIR . '/add-ons/add-ons.php')) {
 
240
  $localSerial = get_option('wppb_profile_builder_pro_serial');
241
- $wppb_update = new wppb_PluginUpdateChecker('http://updatemetadata.cozmoslabs.com/?localSerialNumber=' . $localSerial . '&uniqueproduct=CLPBP', __FILE__, 'profile-builder-pro-update');
242
- } else {
243
  $localSerial = get_option('wppb_profile_builder_hobbyist_serial');
244
- $wppb_update = new wppb_PluginUpdateChecker('http://updatemetadata.cozmoslabs.com/?localSerialNumber=' . $localSerial . '&uniqueproduct=CLPBH', __FILE__, 'profile-builder-hobbyist-update');
245
- }
246
 
 
 
 
 
 
 
 
 
 
247
  function wppb_plugin_update_message( $plugin_data, $new_data ) {
248
 
249
- $wppb_version = file_exists( WPPB_PLUGIN_DIR . '/add-ons/add-ons.php' ) ? 'pro' : 'hobbyist';
250
 
251
  $wppb_profile_builder_serial = get_option( 'wppb_profile_builder_'.$wppb_version.'_serial' );
252
  $wppb_profile_builder_serial_status = get_option( 'wppb_profile_builder_'.$wppb_version.'_serial_status' );
@@ -271,11 +352,60 @@ function wppb_free_plugin_init() {
271
  add_action('init', 'wppb_prepopulate_fields'); //prepopulate manage fields list
272
 
273
  }
274
- } //end wppb_free_plugin_init
275
- add_action( 'plugins_loaded', 'wppb_free_plugin_init' );
276
-
277
- if (file_exists( plugin_dir_path(__FILE__) . '/front-end/extra-fields/upload/upload_helper_functions.php'))
278
- include_once( plugin_dir_path(__FILE__) . '/front-end/extra-fields/upload/upload_helper_functions.php');
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
279
 
280
  /* add a redirect when plugin is activated */
281
  if( !function_exists( 'wppb_activate_plugin_redirect' ) ){
1
  <?php
2
+ /**
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.1
7
+ * Author: Cozmoslabs
8
+ * Author URI: https://www.cozmoslabs.com/
9
+ * Text Domain: profile-builder
10
+ * Domain Path: /translation
11
+ * License: GPL2
12
+ *
13
+ * == Copyright ==
14
+ * Copyright 2014 Cozmoslabs (www.cozmoslabs.com)
15
+ *
16
+ * This program is free software; you can redistribute it and/or modify
17
+ * it under the terms of the GNU General Public License as published by
18
+ * the Free Software Foundation; either version 2 of the License, or
19
+ * (at your option) any later version.
20
+ * This program is distributed in the hope that it will be useful,
21
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
22
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23
+ * GNU General Public License for more details.
24
+ * You should have received a copy of the GNU General Public License
25
+ * along with this program; if not, write to the Free Software
26
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
27
  */
28
 
29
  if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
30
 
31
  /* Check if another version of Profile Builder is activated, to prevent fatal errors*/
32
+ function wppb_plugin_init() {
33
  if (function_exists('wppb_return_bytes')) {
34
  function wppb_admin_notice()
35
  {
65
  return wp_convert_hr_to_bytes($val);
66
  }
67
 
 
 
 
 
 
 
 
 
 
 
 
 
68
  /* include notices class */
69
+ if ( file_exists(WPPB_PLUGIN_DIR . '/assets/lib/class_notices.php') )
70
  include_once(WPPB_PLUGIN_DIR . '/assets/lib/class_notices.php');
71
 
72
  /* include review class */
75
  $wppb_review_request = new WPPB_Review_Request ();
76
  }
77
 
 
 
 
 
 
 
 
78
  /**
79
  * Initialize the translation for the Plugin.
80
  *
82
  *
83
  * @return null
84
  */
85
+ function wppb_init_translation(){
 
86
  $current_theme = wp_get_theme();
87
  if( !empty( $current_theme->stylesheet ) && file_exists( get_theme_root().'/'. $current_theme->stylesheet .'/local_pb_lang' ) )
88
  load_plugin_textdomain( 'profile-builder', false, basename( dirname( __FILE__ ) ).'/../../themes/'.$current_theme->stylesheet.'/local_pb_lang' );
112
  //include_once(WPPB_PLUGIN_DIR . '/admin/feedback.php');//removed in version 2.9.7
113
  include_once(WPPB_PLUGIN_DIR . '/features/email-confirmation/email-confirmation.php');
114
  include_once(WPPB_PLUGIN_DIR . '/features/email-confirmation/class-email-confirmation.php');
115
+
116
+ if ( defined( 'WPPB_PAID_PLUGIN_DIR' ) && file_exists( WPPB_PAID_PLUGIN_DIR . '/features/admin-approval/admin-approval.php' ) ) {
117
+ include_once(WPPB_PAID_PLUGIN_DIR . '/features/admin-approval/admin-approval.php');
118
+ include_once(WPPB_PAID_PLUGIN_DIR . '/features/admin-approval/class-admin-approval.php');
119
  }
120
+
121
  if ( wppb_conditional_fields_exists() ) {
122
+ include_once(WPPB_PAID_PLUGIN_DIR . '/features/conditional-fields/conditional-fields.php');
123
  }
124
+
125
  include_once(WPPB_PLUGIN_DIR . '/features/login-widget/login-widget.php');
126
  include_once(WPPB_PLUGIN_DIR . '/features/roles-editor/roles-editor.php');
127
  include_once(WPPB_PLUGIN_DIR . '/features/content-restriction/content-restriction.php');
128
 
129
  /* include 2fa class */
130
+ if ( defined( 'WPPB_PAID_PLUGIN_DIR' ) && file_exists( WPPB_PAID_PLUGIN_DIR . '/features/two-factor-authentication/class-two-factor-authentication.php' ) ){
131
+ include_once( WPPB_PAID_PLUGIN_DIR . '/features/two-factor-authentication/class-two-factor-authentication.php' );
132
+ new WPPB_Two_Factor_Authenticator();
133
  }
134
 
 
135
  if (file_exists(WPPB_PLUGIN_DIR . '/update/update-checker.php')) {
136
  include_once(WPPB_PLUGIN_DIR . '/update/update-checker.php');
137
  include_once(WPPB_PLUGIN_DIR . '/admin/register-version.php');
138
  }
139
 
140
+ if ( defined( 'WPPB_PAID_PLUGIN_DIR' ) && file_exists( WPPB_PAID_PLUGIN_DIR . '/add-ons/add-ons.php' ) ) {
141
+
142
+ include_once(WPPB_PAID_PLUGIN_DIR . '/add-ons/add-ons.php');
143
+ include_once(WPPB_PAID_PLUGIN_DIR . '/add-ons/repeater-field/repeater-module.php');
144
+ include_once(WPPB_PAID_PLUGIN_DIR . '/add-ons/custom-redirects/custom-redirects.php');
145
+ include_once(WPPB_PAID_PLUGIN_DIR . '/add-ons/email-customizer/email-customizer.php');
146
+ include_once(WPPB_PAID_PLUGIN_DIR . '/add-ons/multiple-forms/multiple-forms.php');
147
+ include_once(WPPB_PAID_PLUGIN_DIR . '/add-ons/user-listing/userlisting.php');
148
 
149
  $wppb_module_settings = get_option('wppb_module_settings');
150
  if (isset($wppb_module_settings['wppb_userListing']) && ($wppb_module_settings['wppb_userListing'] == 'show')) {
151
  add_shortcode('wppb-list-users', 'wppb_user_listing_shortcode');
152
  } else
153
+ add_shortcode('wppb-list-users', 'wppb_list_all_users_display_error');
154
 
155
  $wppb_email_customizer_activate = 'hide';
156
  if ( ( !empty( $wppb_module_settings['wppb_emailCustomizer'] ) && $wppb_module_settings['wppb_emailCustomizer'] == 'show' ) || ( !empty( $wppb_module_settings['wppb_emailCustomizerAdmin'] ) && $wppb_module_settings['wppb_emailCustomizerAdmin'] == 'show' ) )
157
  $wppb_email_customizer_activate = 'show';
158
 
159
+ if ( $wppb_email_customizer_activate == 'show' )
160
+ include_once(WPPB_PAID_PLUGIN_DIR . '/add-ons/email-customizer/admin-email-customizer.php');
161
 
162
  if ( $wppb_email_customizer_activate == 'show' )
163
+ include_once(WPPB_PAID_PLUGIN_DIR . '/add-ons/email-customizer/user-email-customizer.php');
164
+
165
  }
166
 
167
  include_once(WPPB_PLUGIN_DIR . '/admin/add-ons.php');
214
 
215
  }
216
 
217
+ //Include Advanced Add-ons
218
+
219
+ if( defined( 'WPPB_PAID_PLUGIN_DIR' ) ){
220
+
221
+ $wppb_advanced_add_ons_settings = get_option( 'wppb_advanced_add_ons_settings', array() );
222
+ if( !empty( $wppb_advanced_add_ons_settings ) ){
223
+
224
+ if( isset( $wppb_advanced_add_ons_settings['buddypress'] ) && $wppb_advanced_add_ons_settings['buddypress'] ){
225
+ if( file_exists( WPPB_PAID_PLUGIN_DIR . '/add-ons-advanced/buddypress/index.php' ) )
226
+ include_once WPPB_PAID_PLUGIN_DIR . '/add-ons-advanced/buddypress/index.php';
227
+ }
228
+
229
+ if( isset( $wppb_advanced_add_ons_settings['social-connect'] ) && $wppb_advanced_add_ons_settings['social-connect'] ){
230
+ if( file_exists( WPPB_PAID_PLUGIN_DIR . '/add-ons-advanced/social-connect/index.php' ) )
231
+ include_once WPPB_PAID_PLUGIN_DIR . '/add-ons-advanced/social-connect/index.php';
232
+ }
233
+
234
+ if( isset( $wppb_advanced_add_ons_settings['woocommerce'] ) && $wppb_advanced_add_ons_settings['woocommerce'] ){
235
+ if( file_exists( WPPB_PAID_PLUGIN_DIR . '/add-ons-advanced/woocommerce/index.php' ) )
236
+ include_once WPPB_PAID_PLUGIN_DIR . '/add-ons-advanced/woocommerce/index.php';
237
+ }
238
+
239
+ if( isset( $wppb_advanced_add_ons_settings['multi-step-forms'] ) && $wppb_advanced_add_ons_settings['multi-step-forms'] ){
240
+ if( file_exists( WPPB_PAID_PLUGIN_DIR . '/add-ons-advanced/multi-step-forms/index.php' ) )
241
+ include_once WPPB_PAID_PLUGIN_DIR . '/add-ons-advanced/multi-step-forms/index.php';
242
+ }
243
+
244
+ if( isset( $wppb_advanced_add_ons_settings['mailchimp-integration'] ) && $wppb_advanced_add_ons_settings['mailchimp-integration'] ){
245
+ if( file_exists( WPPB_PAID_PLUGIN_DIR . '/add-ons-advanced/mailchimp-integration/index.php' ) )
246
+ include_once WPPB_PAID_PLUGIN_DIR . '/add-ons-advanced/mailchimp-integration/index.php';
247
+ }
248
+
249
+ if( isset( $wppb_advanced_add_ons_settings['bbpress'] ) && $wppb_advanced_add_ons_settings['bbpress'] ){
250
+ if( file_exists( WPPB_PAID_PLUGIN_DIR . '/add-ons-advanced/bbpress/index.php' ) )
251
+ include_once WPPB_PAID_PLUGIN_DIR . '/add-ons-advanced/bbpress/index.php';
252
+ }
253
+
254
+ if( isset( $wppb_advanced_add_ons_settings['campaign-monitor'] ) && $wppb_advanced_add_ons_settings['campaign-monitor'] ){
255
+ if( file_exists( WPPB_PAID_PLUGIN_DIR . '/add-ons-advanced/campaign-monitor/index.php' ) )
256
+ include_once WPPB_PAID_PLUGIN_DIR . '/add-ons-advanced/campaign-monitor/index.php';
257
+ }
258
+
259
+ if( isset( $wppb_advanced_add_ons_settings['field-visibility'] ) && $wppb_advanced_add_ons_settings['field-visibility'] ){
260
+ if( file_exists( WPPB_PAID_PLUGIN_DIR . '/add-ons-advanced/field-visibility/index.php' ) )
261
+ include_once WPPB_PAID_PLUGIN_DIR . '/add-ons-advanced/field-visibility/index.php';
262
+ }
263
+
264
+ if( isset( $wppb_advanced_add_ons_settings['edit-profile-approved-by-admin'] ) && $wppb_advanced_add_ons_settings['edit-profile-approved-by-admin'] ){
265
+ if( file_exists( WPPB_PAID_PLUGIN_DIR . '/add-ons-advanced/edit-profile-approved-by-admin/index.php' ) )
266
+ include_once WPPB_PAID_PLUGIN_DIR . '/add-ons-advanced/edit-profile-approved-by-admin/index.php';
267
+ }
268
+
269
+ if( isset( $wppb_advanced_add_ons_settings['custom-profile-menus'] ) && $wppb_advanced_add_ons_settings['custom-profile-menus'] ){
270
+ if( file_exists( WPPB_PAID_PLUGIN_DIR . '/add-ons-advanced/custom-profile-menus/index.php' ) )
271
+ include_once WPPB_PAID_PLUGIN_DIR . '/add-ons-advanced/custom-profile-menus/index.php';
272
+ }
273
+
274
+ if( isset( $wppb_advanced_add_ons_settings['mailpoet-integration'] ) && $wppb_advanced_add_ons_settings['mailpoet-integration'] ){
275
+ if( file_exists( WPPB_PAID_PLUGIN_DIR . '/add-ons-advanced/mailpoet-integration/index.php' ) )
276
+ include_once WPPB_PAID_PLUGIN_DIR . '/add-ons-advanced/mailpoet-integration/index.php';
277
+ }
278
+
279
+ }
280
+
281
+ /**
282
+ * Include add-on files that contain activation hooks even when add-ons are deactivated
283
+ *
284
+ * Necessary in order to perform actions during the operation of activation or deactivation of that add-on
285
+ */
286
+ if( file_exists( WPPB_PAID_PLUGIN_DIR . '/add-ons-advanced/buddypress/buddypress-activator.php') )
287
+ require_once WPPB_PAID_PLUGIN_DIR . '/add-ons-advanced/buddypress/buddypress-activator.php';
288
+
289
+ if( file_exists( WPPB_PAID_PLUGIN_DIR . '/add-ons-advanced/campaign-monitor/campaign-monitor-activator.php') )
290
+ require_once WPPB_PAID_PLUGIN_DIR . '/add-ons-advanced/campaign-monitor/campaign-monitor-activator.php';
291
+
292
+ if( file_exists( WPPB_PAID_PLUGIN_DIR . '/add-ons-advanced/field-visibility/field-visibility-activator.php') )
293
+ require_once WPPB_PAID_PLUGIN_DIR . '/add-ons-advanced/field-visibility/field-visibility-activator.php';
294
+
295
+ if( file_exists( WPPB_PAID_PLUGIN_DIR . '/add-ons-advanced/mailchimp/mailchimp-activator.php') )
296
+ require_once WPPB_PAID_PLUGIN_DIR . '/add-ons-advanced/mailchimp/mailchimp-activator.php';
297
+
298
+ if( file_exists( WPPB_PAID_PLUGIN_DIR . '/add-ons-advanced/multi-step-forms/multi-step-forms-activator.php') )
299
+ require_once WPPB_PAID_PLUGIN_DIR . '/add-ons-advanced/multi-step-forms/multi-step-forms-activator.php';
300
+
301
+ if( file_exists( WPPB_PAID_PLUGIN_DIR . '/add-ons-advanced/woocommerce/woocommerce-activator.php') )
302
+ require_once WPPB_PAID_PLUGIN_DIR . '/add-ons-advanced/woocommerce/woocommerce-activator.php';
303
+
304
+ }
305
+
306
+
307
  /**
308
  * Check for updates
309
  *
310
  *
311
  */
312
+ if ( defined( 'WPPB_PAID_PLUGIN_DIR' ) && file_exists(WPPB_PLUGIN_DIR . '/update/update-checker.php') ) {
313
+
314
+ if ( file_exists(WPPB_PAID_PLUGIN_DIR . '/add-ons/add-ons.php') )
315
  $localSerial = get_option('wppb_profile_builder_pro_serial');
316
+ else
 
317
  $localSerial = get_option('wppb_profile_builder_hobbyist_serial');
 
 
318
 
319
+ if( PROFILE_BUILDER == 'Profile Builder Pro' )
320
+ $wppb_update = new wppb_PluginUpdateChecker('http://updatemetadata.cozmoslabs.com/?localSerialNumber=' . $localSerial . '&uniqueproduct=CLPBP', __FILE__, 'profile-builder-pro-update');
321
+ else if( PROFILE_BUILDER == 'Profile Builder Basic' )
322
+ $wppb_update = new wppb_PluginUpdateChecker('http://updatemetadata.cozmoslabs.com/?localSerialNumber=' . $localSerial . '&uniqueproduct=CLPBH', __FILE__, 'profile-builder-pro-update');
323
+ else if( PROFILE_BUILDER == 'Profile Builder Elite' )
324
+ $wppb_update = new wppb_PluginUpdateChecker('http://updatemetadata.cozmoslabs.com/?localSerialNumber=' . $localSerial . '&uniqueproduct=CLPBP', __FILE__, 'profile-builder-pro-update');
325
+ else if( PROFILE_BUILDER == 'Profile Builder Unlimited' )
326
+ $wppb_update = new wppb_PluginUpdateChecker('http://updatemetadata.cozmoslabs.com/?localSerialNumber=' . $localSerial . '&uniqueproduct=CLPBL', __FILE__, 'profile-builder-pro-update');
327
+
328
  function wppb_plugin_update_message( $plugin_data, $new_data ) {
329
 
330
+ $wppb_version = file_exists( WPPB_PAID_PLUGIN_DIR . '/add-ons/add-ons.php ') ? 'pro' : 'hobbyist';
331
 
332
  $wppb_profile_builder_serial = get_option( 'wppb_profile_builder_'.$wppb_version.'_serial' );
333
  $wppb_profile_builder_serial_status = get_option( 'wppb_profile_builder_'.$wppb_version.'_serial_status' );
352
  add_action('init', 'wppb_prepopulate_fields'); //prepopulate manage fields list
353
 
354
  }
355
+ } //end wppb_plugin_init
356
+ add_action( 'plugins_loaded', 'wppb_plugin_init' );
357
+
358
+ /**
359
+ * Definitions
360
+ *
361
+ *
362
+ */
363
+ define('PROFILE_BUILDER_VERSION', '3.7.1' );
364
+ define('WPPB_PLUGIN_DIR', plugin_dir_path(__FILE__));
365
+ define('WPPB_PLUGIN_URL', plugin_dir_url(__FILE__));
366
+ define('WPPB_PLUGIN_BASENAME', plugin_basename(__FILE__));
367
+ define('WPPB_TRANSLATE_DIR', WPPB_PLUGIN_DIR . '/translation');
368
+ define('WPPB_TRANSLATE_DOMAIN', 'profile-builder');
369
+
370
+ // Determine which plugin version is active
371
+ $active_plugins = apply_filters( 'active_plugins', get_option( 'active_plugins' ) );
372
+
373
+ if ( in_array( 'profile-builder-pro/index.php', $active_plugins ) ){
374
+
375
+ define('PROFILE_BUILDER', 'Profile Builder Pro');
376
+ define('WPPB_PAID_PLUGIN_DIR', WP_PLUGIN_DIR . '/profile-builder-pro' );
377
+ define('WPPB_PAID_PLUGIN_URL', plugins_url() . '/profile-builder-pro/' );
378
+
379
+ } elseif ( in_array( 'profile-builder-dev/index.php', $active_plugins ) ){
380
+
381
+ define('PROFILE_BUILDER', 'Profile Builder Pro');
382
+ define('WPPB_PAID_PLUGIN_DIR', WPPB_PLUGIN_DIR );
383
+ define('WPPB_PAID_PLUGIN_URL', WPPB_PLUGIN_URL );
384
+
385
+ } elseif ( in_array( 'profile-builder-elite/index.php', $active_plugins ) ){
386
+
387
+ define('PROFILE_BUILDER', 'Profile Builder Elite');
388
+ define('WPPB_PAID_PLUGIN_DIR', WP_PLUGIN_DIR . '/profile-builder-elite' );
389
+ define('WPPB_PAID_PLUGIN_URL', plugins_url() . '/profile-builder-elite/' );
390
+
391
+ } elseif ( in_array( 'profile-builder-unlimited/index.php', $active_plugins ) ){
392
+
393
+ define('PROFILE_BUILDER', 'Profile Builder Unlimited');
394
+ define('WPPB_PAID_PLUGIN_DIR', WP_PLUGIN_DIR . '/profile-builder-unlimited' );
395
+ define('WPPB_PAID_PLUGIN_URL', plugins_url() . '/profile-builder-unlimited/' );
396
+
397
+ } elseif ( in_array( 'profile-builder-basic/index.php', $active_plugins ) ){
398
+
399
+ define('PROFILE_BUILDER', 'Profile Builder Basic');
400
+ define('WPPB_PAID_PLUGIN_DIR', WP_PLUGIN_DIR . '/profile-builder-basic' );
401
+ define('WPPB_PAID_PLUGIN_URL', plugins_url() . '/profile-builder-basic/' );
402
+
403
+ } else
404
+ define('PROFILE_BUILDER', 'Profile Builder Free');
405
+
406
+ // This needs to be loaded here since we try to plug some functions, not suited for plugins_loaded hook
407
+ if ( defined( 'WPPB_PAID_PLUGIN_DIR' ) && file_exists( WPPB_PAID_PLUGIN_DIR . '/front-end/extra-fields/upload/upload_helper_functions.php'))
408
+ include_once( WPPB_PAID_PLUGIN_DIR . '/front-end/extra-fields/upload/upload_helper_functions.php');
409
 
410
  /* add a redirect when plugin is activated */
411
  if( !function_exists( 'wppb_activate_plugin_redirect' ) ){
readme.txt CHANGED
@@ -1,10 +1,10 @@
1
- === Profile Builder - User Profile & User Registration Forms ===
2
  Contributors: cozmoslabs, reflectionmedia, sareiodata, adispiac, madalin.ungureanu, iova.mihai, barinagabriel
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: 5.9
7
- Stable tag: 3.6.9
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -177,6 +177,15 @@ 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.6.9 =
181
  * Fix: Fix a notice coming from content restriction function
182
  * Fix: Typo in back-end form fields select
@@ -1328,3 +1337,4 @@ Added the posibility of displaying/hiding default WordPress information-fields,
1328
 
1329
  = 2.0.0 =
1330
  Plugin overhaul. Introduces new interface. Please upgrade.
 
1
+ === Profile Builder - User Profile & User Registration Forms ===
2
  Contributors: cozmoslabs, reflectionmedia, sareiodata, adispiac, madalin.ungureanu, iova.mihai, barinagabriel
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: 5.9
7
+ Stable tag: 3.7.1
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.1 =
181
+ * Small changes to code
182
+
183
+ = 3.7.0 =
184
+ * All Premium Add-ons have been repackaged in new archives downloadable from cozmoslabs.com account. All the old plugin Add-ons will no longer receive updates.
185
+ * Reconfigured add-ons to be activated from Add-ons page
186
+ * Misc: disable ability to drag main back-end metaboxes to the side
187
+ * Misc: fix a warning that could appear in some cases
188
+
189
  = 3.6.9 =
190
  * Fix: Fix a notice coming from content restriction function
191
  * Fix: Typo in back-end form fields select
1337
 
1338
  = 2.0.0 =
1339
  Plugin overhaul. Introduces new interface. Please upgrade.
1340
+
translation/profile-builder.catalog.php CHANGED
@@ -1,321 +1,10 @@
1
  <?php __("", "profile-builder"); ?>
2
- <?php __("bbPress", "profile-builder"); ?>
3
- <?php __("bbPress Integration", "profile-builder"); ?>
4
- <?php __("Choose (Single) User Listing to display under bbPress user Profile tab:", "profile-builder"); ?>
5
- <?php __("None", "profile-builder"); ?>
6
- <?php __("Select which Single User-listing managed via Profile Builder should replace the default bbPress user profile.", "profile-builder"); ?>
7
- <?php __("Choose Edit Profile form to display under bbPress Profile Edit tab:", "profile-builder"); ?>
8
- <?php __("Default Edit Profile", "profile-builder"); ?>
9
- <?php __("Select Profile Builder Edit Profile form to replace the bbPress Profile Edit tab.", "profile-builder"); ?>
10
- <?php __("Replace bbPress Login form:", "profile-builder"); ?>
11
- <?php __("No", "profile-builder"); ?>
12
- <?php __("Yes", "profile-builder"); ?>
13
- <?php __("Select \"Yes\" to replace the default bbPress Login form with the Profile Builder Login form.", "profile-builder"); ?>
14
- <?php __("bbPress needs to be installed and activated for Profile Builder - bbPress Integration Add-on to work as expected!", "profile-builder"); ?>
15
- <?php __("Forum Role", "profile-builder"); ?>
16
- <?php __("Topics Started", "profile-builder"); ?>
17
- <?php __("Replies Created", "profile-builder"); ?>
18
- <?php __("BuddyPress", "profile-builder"); ?>
19
- <?php __("BuddyPress Integration", "profile-builder"); ?>
20
- <?php __("Import BuddyPress Fields to Profile Builder", "profile-builder"); ?>
21
- <?php __("Import BuddyPress Fields", "profile-builder"); ?>
22
- <?php __("Create fields in Profile Builder that match the existing ones in BuddyPress and import all the user field entries.<br><a href=\"https://www.cozmoslabs.com/docs/profile-builder-2/add-ons/buddypress/#Import_BuddyPress_Fields_to_Profile_Builder\">Learn more about importing BuddyPress fields</a>.", "profile-builder"); ?>
23
- <?php __("Registration form:", "profile-builder"); ?>
24
- <?php __("Default Registration", "profile-builder"); ?>
25
- <?php __("Select Profile Builder Registration form to replace the BuddyPress Registration form.<br>Registration emails will now be managed in Profile Builder -> User Email Customizer", "profile-builder"); ?>
26
- <?php __("Edit Profile form:", "profile-builder"); ?>
27
- <?php __("Select Profile Builder Edit Profile form to replace the BuddyPress Profile Edit tab.", "profile-builder"); ?>
28
- <?php __("User Listing template:", "profile-builder"); ?>
29
- <?php __("Select which User Listing template managed by Profile Builder should replace the default BuddyPress user profile view.", "profile-builder"); ?>
30
- <?php __("Use All-User Listing?", "profile-builder"); ?>
31
- <?php __("Enable PB User Listing on BuddyPress Members page", "profile-builder"); ?>
32
- <?php __("Check this if All User-listing managed via Profile Builder should replace the default BuddyPress Members page.<br>The template used will be the one selected above.", "profile-builder"); ?>
33
- <?php __("Allow members to override", "profile-builder"); ?>
34
- <?php __("Enforce field visibility", "profile-builder"); ?>
35
- <?php __("BuddyPress Default Field Visibility", "profile-builder"); ?>
36
- <?php __("BuddyPress Allow Custom Visibility", "profile-builder"); ?>
37
- <?php __("This field can be seen by: ", "profile-builder"); ?>
38
- <?php __("Change", "profile-builder"); ?>
39
- <?php __("Who can see this field?", "profile-builder"); ?>
40
- <?php __("Close", "profile-builder"); ?>
41
- <?php __("Everyone", "profile-builder"); ?>
42
- <?php __("Only Me", "profile-builder"); ?>
43
- <?php __("All Members", "profile-builder"); ?>
44
- <?php __("My Friends", "profile-builder"); ?>
45
- <?php __("<h2>Import BuddyPress Fields to Profile Builder</h2>", "profile-builder"); ?>
46
- <?php __("BuddyPress is not installed and active. Import aborted!", "profile-builder"); ?>
47
- <?php __("Importing User entries BuddyPress Fields to Profile Builder...<br><br>", "profile-builder"); ?>
48
- <?php __("Done.", "profile-builder"); ?>
49
- <?php __("Back to BuddyPress Settings page", "profile-builder"); ?>
50
- <?php __("Importing BuddyPress Field Settings to Profile Builder...<br><br>", "profile-builder"); ?>
51
- <?php __("If the page does not redirect automatically", "profile-builder"); ?>
52
- <?php __("click here", "profile-builder"); ?>
53
- <?php __("BuddyPress needs to be installed and activated for Profile Builder - BuddyPress Integration Add-on to work as expected!", "profile-builder"); ?>
54
- <?php __("Profile Builder Avatar field is disabled to allow use of BuddyPress Avatar.", "profile-builder"); ?>
55
- <?php __("Name", "profile-builder"); ?>
56
- <?php __("Username:", "profile-builder"); ?>
57
- <?php __("First Name:", "profile-builder"); ?>
58
- <?php __("Last Name:", "profile-builder"); ?>
59
- <?php __("Nickname:", "profile-builder"); ?>
60
- <?php __("Display name:", "profile-builder"); ?>
61
- <?php __("Contact Info", "profile-builder"); ?>
62
- <?php __("Website:", "profile-builder"); ?>
63
- <?php __("About Yourself", "profile-builder"); ?>
64
- <?php __("Biographical Info:", "profile-builder"); ?>
65
- <?php __("BuddyPress Avatar", "profile-builder"); ?>
66
- <?php __("BuddyPress Cover Photo", "profile-builder"); ?>
67
- <?php __("BuddyPress Last Active", "profile-builder"); ?>
68
- <?php __("BuddyPress Add Friend Button", "profile-builder"); ?>
69
- <?php __("BuddyPress Latest Update", "profile-builder"); ?>
70
- <?php __("Never active", "profile-builder"); ?>
71
- <?php __("Last Active", "profile-builder"); ?>
72
- <?php __("My BuddyPress Friends Tab", "profile-builder"); ?>
73
- <?php __("BuddyPress field visibility syntax", "profile-builder"); ?>
74
- <?php __("Are you sure you want to reset this template?", "profile-builder"); ?>
75
- <?php __("Reset to Default BuddyPress User Listing Templates", "profile-builder"); ?>
76
- <?php __("<b>Note:</b> This action is not reversible. All modifications to this template will be lost!", "profile-builder"); ?>
77
- <?php __("Reset template", "profile-builder"); ?>
78
- <?php __("Login Label", "profile-builder"); ?>
79
- <?php __("Login", "profile-builder"); ?>
80
- <?php __("Logout Label", "profile-builder"); ?>
81
- <?php __("Logout", "profile-builder"); ?>
82
- <?php __("Form page URL", "profile-builder"); ?>
83
- <?php __("Login page URL", "profile-builder"); ?>
84
- <?php __("Login Form page URL", "profile-builder"); ?>
85
- <?php __("Edit Profile Form page URL", "profile-builder"); ?>
86
- <?php __("Register Form page URL", "profile-builder"); ?>
87
- <?php __("Display Mode", "profile-builder"); ?>
88
- <?php __("Logged In Users", "profile-builder"); ?>
89
- <?php __("Logged Out Users", "profile-builder"); ?>
90
- <?php __("Restrict menu item to a minimum role", "profile-builder"); ?>
91
- <?php __("Works only if Display Mode: Logged In Users is selected", "profile-builder"); ?>
92
- <?php __("Edit Profile", "profile-builder"); ?>
93
- <?php __("Register", "profile-builder"); ?>
94
- <?php __("iFrame Title", "profile-builder"); ?>
95
- <?php __("iFrame Size", "profile-builder"); ?>
96
- <?php __("Height (px)", "profile-builder"); ?>
97
- <?php __("Width (px)", "profile-builder"); ?>
98
- <?php __("Requires Admin Approval on Edit Profile", "profile-builder"); ?>
99
- <?php __("Choose if this field requires an administrator to approve any modifications on the edit profile forms", "profile-builder"); ?>
100
- <?php __("This field requires admin approval on edit profile", "profile-builder"); ?>
101
- <?php __("Finish Review and Send Notifications", "profile-builder"); ?>
102
- <?php __("Approve All", "profile-builder"); ?>
103
- <?php __("This field requires approval by an administrator", "profile-builder"); ?>
104
- <?php __("Unapproved", "profile-builder"); ?>
105
- <?php __("Approved", "profile-builder"); ?>
106
- <?php __("Your profile has been reviewed by an administrator", "profile-builder"); ?>
107
- <?php __("Approved fields:%s", "profile-builder"); ?>
108
- <?php __("Unapproved fields:%s", "profile-builder"); ?>
109
- <?php __("Field %1$s changed from %2$s to %3$s", "profile-builder"); ?>
110
- <?php __("The user %1$s has updated their profile and some of the fields require admin approval:<br><br> %2$s", "profile-builder"); ?>
111
- <?php __("Access this link to approve changes: %1$s", "profile-builder"); ?>
112
- <?php __("A user has updated their profile. Some fields need approval", "profile-builder"); ?>
113
- <?php __("Field %1$s requires approval from an administrator", "profile-builder"); ?>
114
- <?php __("Show users that require review", "profile-builder"); ?>
115
- <?php __("Show reviewed users with unapproved fields", "profile-builder"); ?>
116
- <?php __("Exit Review Mode", "profile-builder"); ?>
117
- <?php __("MailPoet Newsletters needs to be installed and activated for Profile Builder - MailPoet Add-on to work!", "profile-builder"); ?>
118
- <?php __("Step", "profile-builder"); ?>
119
- <?php __("Title for Tab", "profile-builder"); ?>
120
- <?php __("Add Break Points to edit tabs title.", "profile-builder"); ?>
121
- <?php __("Publish the form to edit tabs title.", "profile-builder"); ?>
122
- <?php __("Publish the form before adding Break Points!", "profile-builder"); ?>
123
- <?php __("Request in process, please wait a few seconds before a new one!", "profile-builder"); ?>
124
- <?php __("Multi-Step Forms", "profile-builder"); ?>
125
- <?php __("To enable MSF you must add Break Points.", "profile-builder"); ?>
126
- <?php __("Pagination and Tabs:", "profile-builder"); ?>
127
- <?php __("Enable Pagination", "profile-builder"); ?>
128
- <?php __("Enable Tabs", "profile-builder"); ?>
129
- <?php __("Edit Tabs Title", "profile-builder"); ?>
130
- <?php __("Multi-Step Forms options updated.", "profile-builder"); ?>
131
- <?php __("Enable on:", "profile-builder"); ?>
132
- <?php __("PB Default Register Form", "profile-builder"); ?>
133
- <?php __("PB Default Edit Profile Form", "profile-builder"); ?>
134
- <?php __("To enable it on Multiple Registration and Edit-Profile Forms you must add Break Points in each form page.", "profile-builder"); ?>
135
- <?php __("Update Multi-Step", "profile-builder"); ?>
136
- <?php __("Next", "profile-builder"); ?>
137
- <?php __("Previous", "profile-builder"); ?>
138
- <?php __("Social Connect", "profile-builder"); ?>
139
- <?php __("Display on the Following Forms", "profile-builder"); ?>
140
- <?php __("Disable Registration on", "profile-builder"); ?>
141
- <?php __("Allow only login with Social Connect on Profile Builder Login Form.<br>Social Connect will still automatically register users on other forms.", "profile-builder"); ?>
142
- <?php __("Facebook Login", "profile-builder"); ?>
143
- <?php __("Facebook App ID", "profile-builder"); ?>
144
- <?php __("Google Login", "profile-builder"); ?>
145
- <?php __("Google Client ID", "profile-builder"); ?>
146
- <?php __("Twitter Login", "profile-builder"); ?>
147
- <?php __("Twitter API Key", "profile-builder"); ?>
148
- <?php __("Twitter API Secret", "profile-builder"); ?>
149
- <?php __("LinkedIn Login", "profile-builder"); ?>
150
- <?php __("LinkedIn Client ID", "profile-builder"); ?>
151
- <?php __("LinkedIn Client Secret", "profile-builder"); ?>
152
- <?php __("Buttons Order", "profile-builder"); ?>
153
- <?php __("Drag and drop the dots to re-order.", "profile-builder"); ?>
154
- <?php __("Buttons Re-Order", "profile-builder"); ?>
155
- <?php __("Save the buttons order from the buttons order checkboxes", "profile-builder"); ?>
156
- <?php __("Buttons Location", "profile-builder"); ?>
157
- <?php __("Display social buttons before or after the forms fields.", "profile-builder"); ?>
158
- <?php __("Buttons Style", "profile-builder"); ?>
159
- <?php __("Google Sign In Button", "profile-builder"); ?>
160
- <?php __("Heading Before Buttons (Login/Register)", "profile-builder"); ?>
161
- <?php __("Empty field will remove the heading.", "profile-builder"); ?>
162
- <?php __("Heading Before Buttons (Edit Profile)", "profile-builder"); ?>
163
- <?php __("Facebook Button Text (Login/Register)", "profile-builder"); ?>
164
- <?php __("Google Button Text (Login/Register)", "profile-builder"); ?>
165
- <?php __("Twitter Button Text (Login/Register)", "profile-builder"); ?>
166
- <?php __("LinkedIn Button Text (Login/Register)", "profile-builder"); ?>
167
- <?php __("Facebook Button Text (Edit Profile)", "profile-builder"); ?>
168
- <?php __("Google Button Text (Edit Profile)", "profile-builder"); ?>
169
- <?php __("Twitter Button Text (Edit Profile)", "profile-builder"); ?>
170
- <?php __("LinkedIn Button Text (Edit Profile)", "profile-builder"); ?>
171
- <?php __("Unlink Accounts (Edit Profile)", "profile-builder"); ?>
172
- <?php __("This option will display linked social platforms to users accounts and will allow to easily unlink them in Edit Profile page.", "profile-builder"); ?>
173
- <?php __("Default Social Connect CSS in the Front-end", "profile-builder"); ?>
174
- <?php __("Settings", "profile-builder"); ?>
175
- <?php __("Help", "profile-builder"); ?>
176
- <?php __("Display Social Connect buttons:", "profile-builder"); ?>
177
- <?php __("You have successfully unlinked %% from your account.", "profile-builder"); ?>
178
- <?php __("An account with this email address already exists.<br> Do you want to connect it?", "profile-builder"); ?>
179
- <?php __("Please enter your website account password", "profile-builder"); ?>
180
- <?php __("Please enter a new email", "profile-builder"); ?>
181
- <?php __("You have successfully linked your account to %%.", "profile-builder"); ?>
182
- <?php __("Something went wrong. Please try again later!", "profile-builder"); ?>
183
- <?php __("Before you can access your account you need to confirm your email address. Please check your inbox and click the activation link.", "profile-builder"); ?>
184
- <?php __("<strong>ERROR</strong>: You need to confirm your email address before you can log in.", "profile-builder"); ?>
185
- <?php __("Before you can access your account an administrator has to approve it. You will be notified via email.", "profile-builder"); ?>
186
- <?php __("<strong>ERROR</strong>: Your account has to be confirmed by an administrator before you can log in.", "profile-builder"); ?>
187
- <?php __("You will be redirected in 5 seconds. If not, click %%.", "profile-builder"); ?>
188
- <?php __("here", "profile-builder"); ?>
189
- <?php __("<strong>You can only login with social accounts, not register!</strong><br>Please link your social account to an existing user account first.", "profile-builder"); ?>
190
- <?php __("Wrong password!", "profile-builder"); ?>
191
- <?php __("Please enter a valid email!", "profile-builder"); ?>
192
- <?php __("You can only login on this form.<br>Register with your social account on the register form.", "profile-builder"); ?>
193
- <?php __("Continue", "profile-builder"); ?>
194
- <?php __("Ok", "profile-builder"); ?>
195
- <?php __("To create a new account please confirm:", "profile-builder"); ?>
196
- <?php __("You must agree to the Terms And Conditions to create a new account.", "profile-builder"); ?>
197
- <?php __("Please enter your Facebook email!", "profile-builder"); ?>
198
- <?php __("Waiting for Twitter...", "profile-builder"); ?>
199
- <?php __("Please enter your Twitter email!", "profile-builder"); ?>
200
- <?php __("Profile Builder not active!", "profile-builder"); ?>
201
- <?php __("General Settings", "profile-builder"); ?>
202
- <?php __("Application Settings", "profile-builder"); ?>
203
- <?php __("Appearance Settings", "profile-builder"); ?>
204
- <?php __("Unlink", "profile-builder"); ?>
205
- <?php __("Your account is linked with:", "profile-builder"); ?>
206
- <?php __("Country", "profile-builder"); ?>
207
- <?php __("First Name", "profile-builder"); ?>
208
- <?php __("Last Name", "profile-builder"); ?>
209
- <?php __("Company Name", "profile-builder"); ?>
210
- <?php __("Address", "profile-builder"); ?>
211
- <?php __("Town / City", "profile-builder"); ?>
212
- <?php __("State / County", "profile-builder"); ?>
213
- <?php __("Postcode / Zip", "profile-builder"); ?>
214
- <?php __("Email Address", "profile-builder"); ?>
215
- <?php __("Phone", "profile-builder"); ?>
216
- <?php __("Ship to a different address?", "profile-builder"); ?>
217
- <?php __("WooCommerce needs to be installed and activated for Profile Builder - WooCommerce Sync Add-on to work!", "profile-builder"); ?>
218
- <?php __("Billing Address", "profile-builder"); ?>
219
- <?php __("Displays customer billing fields in front-end. ", "profile-builder"); ?>
220
- <?php __("Shipping Address", "profile-builder"); ?>
221
- <?php __("Displays customer shipping fields in front-end. ", "profile-builder"); ?>
222
- <?php __("Address line 2", "profile-builder"); ?>
223
- <?php __("Billing Fields", "profile-builder"); ?>
224
- <?php __("Select which WooCommerce Billing fields to display to the user ( drag and drop to re-order ) and which should be required", "profile-builder"); ?>
225
- <?php __("Billing Fields Order", "profile-builder"); ?>
226
- <?php __("Save the billing fields order from the billing fields checkboxes", "profile-builder"); ?>
227
- <?php __("Billing Fields Name", "profile-builder"); ?>
228
- <?php __("Save the billing fields names", "profile-builder"); ?>
229
- <?php __("Shipping Fields", "profile-builder"); ?>
230
- <?php __("Select which WooCommerce Shipping fields to display to the user ( drag and drop to re-order ) and which should be required", "profile-builder"); ?>
231
- <?php __("Shipping Fields Order", "profile-builder"); ?>
232
- <?php __("Save the shipping fields order from the shipping fields checkboxes", "profile-builder"); ?>
233
- <?php __("Shipping Fields Name", "profile-builder"); ?>
234
- <?php __("Save the shipping fields names", "profile-builder"); ?>
235
- <?php __("Field Name", "profile-builder"); ?>
236
- <?php __("Required", "profile-builder"); ?>
237
- <?php __("Click to edit ", "profile-builder"); ?>
238
- <?php __("The email you entered is not a valid email address.", "profile-builder"); ?>
239
- <?php __("No options available. Please select one country.", "profile-builder"); ?>
240
- <?php __("Billing ", "profile-builder"); ?>
241
- <?php __("Shipping ", "profile-builder"); ?>
242
- <?php __("Display on WooCommerce Checkout", "profile-builder"); ?>
243
- <?php __("Whether the field should be added to the WooCommerce checkout form or not", "profile-builder"); ?>
244
- <?php __("WooCommerce Sync", "profile-builder"); ?>
245
- <?php __("Choose Register form to display on My Account page:", "profile-builder"); ?>
246
- <?php __("Default Register", "profile-builder"); ?>
247
- <?php __("Select which Profile Builder Register form to display on My Account page from WooCommerce. <br/> This will also add the Profile Builder Login form to MyAccount page.", "profile-builder"); ?>
248
- <?php __("Choose Edit Profile form to display on My Account page:", "profile-builder"); ?>
249
- <?php __("Select which Profile Builder Edit-profile form to display on My Account page from WooCommerce.", "profile-builder"); ?>
250
  <?php __("To enable updates, your licence needs to be renewed. Please go to the <a href=\"%s\">Cozmoslabs Account</a> page and login to renew.", "profile-builder"); ?>
251
  <?php __("To enable updates, please enter your serial number on the <a href=\"%s\">Register Version</a> page. If you don't have a serial number, please see <a href=\"%s\" target=\"_blank\">details & pricing</a>.", "profile-builder"); ?>
252
  <?php __("%s is also activated. You need to deactivate it before activating this version of the plugin.", "profile-builder"); ?>
253
- <?php __("MailChimp", "profile-builder"); ?>
254
- <?php __("MailChimp Integration", "profile-builder"); ?>
255
- <?php __("MailChimp List", "profile-builder"); ?>
256
- <?php __("Fields Count", "profile-builder"); ?>
257
- <?php __("We couldn't find any lists", "profile-builder"); ?>
258
- <?php __("Before you can make any changes you will need to add a MailChimp API key.", "profile-builder"); ?>
259
- <?php __("Save", "profile-builder"); ?>
260
- <?php __("MailChimp API Key:", "profile-builder"); ?>
261
- <?php __("Either the API key is not valid or we could not connect to MailChimp to validate it!", "profile-builder"); ?>
262
- <?php __("The API key was successfully validated!", "profile-builder"); ?>
263
- <?php __("Enter a MailChimp API key. You can create keys in your MailChimp account.", "profile-builder"); ?>
264
- <?php __("Edit this item", "profile-builder"); ?>
265
- <?php __("Cancel", "profile-builder"); ?>
266
- <?php __("Field Associations:", "profile-builder"); ?>
267
- <?php __("This field is required in MailChimp", "profile-builder"); ?>
268
- <?php __("Associate each MailChimp field with a Profile Builder field", "profile-builder"); ?>
269
- <?php __("Group Associations:", "profile-builder"); ?>
270
- <?php __("Associate each MailChimp group with a Profile Builder field", "profile-builder"); ?>
271
- <?php __("Extra Options:", "profile-builder"); ?>
272
- <?php __("Double Opt-In", "profile-builder"); ?>
273
- <?php __("If you select double opt-in, the user will receive an email to confirm the subscription", "profile-builder"); ?>
274
- <?php __("Enable GDPR", "profile-builder"); ?>
275
- <?php __("If checked will enable GDPR on this list. <a href=\"%s\" target=\"_blank\">You must also enable GDPR on the list from mailchimp</a>", "profile-builder"); ?>
276
- <?php __("Something went wrong. Either the API key is invalid or we could not connect to MailChimp to validate the key.", "profile-builder"); ?>
277
- <?php __("MailChimp API key is invalid", "profile-builder"); ?>
278
- <?php __("MailChimp API key is empty", "profile-builder"); ?>
279
- <?php __("Select a list...", "profile-builder"); ?>
280
- <?php __("We couldn't find any lists in your MailChimp settings.", "profile-builder"); ?>
281
- <?php __("Select in which MailChimp list you wish to add a new subscriber", "profile-builder"); ?>
282
- <?php __("Checked by Default", "profile-builder"); ?>
283
- <?php __("If checked the Subscribe checkbox in the front-end will be checked by default on register forms", "profile-builder"); ?>
284
- <?php __("Hide on Edit Profile", "profile-builder"); ?>
285
- <?php __("If checked this field will not be displayed on edit profile forms", "profile-builder"); ?>
286
- <?php __("Please enter a MailChimp API key <a href=\"%s\">here</a>.", "profile-builder"); ?>
287
- <?php __("Please select at least one MailChimp list \n", "profile-builder"); ?>
288
- <?php __("Profile Builder MailChimp Widget", "profile-builder"); ?>
289
- <?php __("Adds a basic subscribe form so that your users can subscribe to your MailChimp lists", "profile-builder"); ?>
290
- <?php __("Submit", "profile-builder"); ?>
291
- <?php __("%s", "profile-builder"); ?>
292
- <?php __("Something went wrong. Either the MailChimp API key is missing or it is invalid.", "profile-builder"); ?>
293
- <?php __("Subscribe to Newsletter", "profile-builder"); ?>
294
- <?php __("Title", "profile-builder"); ?>
295
- <?php __("Select the list your new subscriber will be added to", "profile-builder"); ?>
296
- <?php __("Select...", "profile-builder"); ?>
297
- <?php __("Select which fields to show", "profile-builder"); ?>
298
- <?php __("Extra Options", "profile-builder"); ?>
299
- <?php __("Please select a list first", "profile-builder"); ?>
300
- <?php __("No list was found.", "profile-builder"); ?>
301
- <?php __("MailPoet List", "profile-builder"); ?>
302
- <?php __("Please install and activate MailPoet plugin.", "profile-builder"); ?>
303
- <?php __("We couldn't find any lists in your MailPoet settings.", "profile-builder"); ?>
304
- <?php __("Select in which MailPoet list you wish to add a new subscriber", "profile-builder"); ?>
305
- <?php __("Please select at least one MailPoet list \n", "profile-builder"); ?>
306
- <?php __("Sign in with Facebook", "profile-builder"); ?>
307
- <?php __("Link with Facebook", "profile-builder"); ?>
308
- <?php __("Sign in with Google", "profile-builder"); ?>
309
- <?php __("Link with Google", "profile-builder"); ?>
310
- <?php __("Sign in with LinkedIn", "profile-builder"); ?>
311
- <?php __("Link with LinkedIn", "profile-builder"); ?>
312
- <?php __("Error Receiving Request Token", "profile-builder"); ?>
313
- <?php __("Connection with twitter Failed", "profile-builder"); ?>
314
- <?php __("Sign in with Twitter", "profile-builder"); ?>
315
- <?php __("Link with Twitter", "profile-builder"); ?>
316
  <?php __("Add-Ons", "profile-builder"); ?>
317
  <?php __("Profile Builder Add-ons", "profile-builder"); ?>
318
- <?php __("You must first purchase this version to have access to the addon %1$shere%2$s", "profile-builder"); ?>
319
  <?php __("Pro Add-ons", "profile-builder"); ?>
320
  <?php __("These Add-ons are available with the Pro and Unlimited license", "profile-builder"); ?>
321
  <?php __("Multiple Registration Forms", "profile-builder"); ?>
@@ -330,14 +19,19 @@
330
  <?php __("Redirect users after login, after they first register or when they try to access the default WordPress dashboard, login, lost password and registration forms.", "profile-builder"); ?>
331
  <?php __("Repeater Fields", "profile-builder"); ?>
332
  <?php __("The Repeater Field Module makes it really easy to add repeater front-end fields or groups of fields to your user profile. Integration with both the Email Customizer and User Listing modules, makes creating advanced user profiles possible.", "profile-builder"); ?>
 
333
  <?php __("This integration add-on allows extending BuddyPress user profiles with Profile Builder user fields.", "profile-builder"); ?>
334
  <?php __("Advanced Add-ons", "profile-builder"); ?>
335
- <?php __("These Add-ons are available with the Hobbyist, Pro and Unlimited license", "profile-builder"); ?>
 
336
  <?php __("Easily configure and enable social login on your website. Users can login with social platforms like Facebook, Google+ or Twitter.", "profile-builder"); ?>
 
337
  <?php __("Syncs Profile Builder with WooCommerce, allowing you to manage the user Shipping and Billing fields from WooCommerce with Profile Builder.", "profile-builder"); ?>
338
  <?php __("Multi Step Forms", "profile-builder"); ?>
339
  <?php __("Extends the functionality of Profile Builder by adding the possibility of having multi-page registration and edit-profile forms.", "profile-builder"); ?>
 
340
  <?php __("Easily associate MailChimp list fields with Profile Builder fields and set advanced settings for each list.", "profile-builder"); ?>
 
341
  <?php __("This add-on allows you to integrate Profile Builder with the popular forums plugin, bbPress.", "profile-builder"); ?>
342
  <?php __("Campaign Monitor", "profile-builder"); ?>
343
  <?php __("Easily associate Campaign Monitor client list fields with Profile Builder fields. Use Profile Builder Campaign Monitor Widget to add more subscribers to your lists.", "profile-builder"); ?>
@@ -373,7 +67,7 @@
373
  <?php __("Customizes the default WordPress Login Page with different templates, logo and background uploads and also adds support for custom CSS.", "profile-builder"); ?>
374
  <?php __("Passwordless Login", "profile-builder"); ?>
375
  <?php __("WordPress Passwordless Login is a plugin that allows your users to login without a password.", "profile-builder"); ?>
376
- <?php __("%1$sAdd-ons settings saved successfully%2$s", "profile-builder"); ?>
377
  <?php __("Show/Hide the Admin Bar on the Front-End", "profile-builder"); ?>
378
  <?php __("Admin Bar Settings", "profile-builder"); ?>
379
  <?php __("Choose which user roles view the admin bar in the front-end of the website.", "profile-builder"); ?>
@@ -384,6 +78,7 @@
384
  <?php __("Hide", "profile-builder"); ?>
385
  <?php __("Save Changes", "profile-builder"); ?>
386
  <?php __("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 )", "profile-builder"); ?>
 
387
  <?php __("Display name publicly as - only appears on the Edit Profile page!", "profile-builder"); ?>
388
  <?php __("Blog Details - only appears on the Registration page!", "profile-builder"); ?>
389
  <?php __("<strong>ERROR</strong>: The password must have the minimum length of %s characters", "profile-builder"); ?>
@@ -394,6 +89,7 @@
394
  <?php __("<strong>ERROR</strong>: The password must have a minimum strength of %s", "profile-builder"); ?>
395
  <?php __("Save Settings", "profile-builder"); ?>
396
  <?php __("Add Field", "profile-builder"); ?>
 
397
  <?php __("View Profile Builder documentation", "profile-builder"); ?>
398
  <?php __("Docs", "profile-builder"); ?>
399
  <?php __("All the free add-ons have been migrated to the main plugin. Their old individual plugins have been disabled and you can delete them from your site if you were using them: <ul><li>Profile Builder - Custom CSS Classes on fields</li><li>Profile Builder - Customization Toolbox Add-On</li><li>Profile Builder - Email Confirmation Field</li><li>Profile Builder - GDPR Communication Preferences</li><li>Profile Builder - Import and Export Add-On</li><li>Profile Builder - Labels Edit Add-On</li><li>Profile Builder - Maximum Character Length Add-On</li><li>Profile Builder - Multiple Admin E-mails Add-On</li><li>Profile Builder - Placeholder Labels Add-On</li></ul>", "profile-builder"); ?>
@@ -465,8 +161,8 @@
465
  <?php __("Set up multiple registration forms with different fields for certain user roles. Capture different information from different types of users.", "profile-builder"); ?>
466
  <?php __("Multiple Edit-profile Forms", "profile-builder"); ?>
467
  <?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"); ?>
468
- <?php __(" * only available in the %1$sHobbyist and Pro versions%2$s.", "profile-builder"); ?>
469
- <?php __("** only available in the %1$sPro version%2$s.", "profile-builder"); ?>
470
  <?php __("Quick Feedback", "profile-builder"); ?>
471
  <?php __("Because we care about our clients, please leave us feedback on why you are no longer using our plugin.", "profile-builder"); ?>
472
  <?php __("Lacking certain features", "profile-builder"); ?>
@@ -495,23 +191,25 @@
495
  <?php __("Administrator Emails", "profile-builder"); ?>
496
  <?php __("Profile Builder Settings", "profile-builder"); ?>
497
  <?php __("Load Profile Builder's own CSS file in the front-end:", "profile-builder"); ?>
498
- <?php __("You can find the default file here: %1$s", "profile-builder"); ?>
 
499
  <?php __("Automatically Log In:", "profile-builder"); ?>
 
500
  <?php __("Select \"Yes\" to automatically log in new users after successful registration.", "profile-builder"); ?>
501
  <?php __("\"Email Confirmation\" Activated:", "profile-builder"); ?>
502
  <?php __("This works with front-end forms only. Recommended to redirect WP default registration to a Profile Builder one using \"Custom Redirects\" module.", "profile-builder"); ?>
503
- <?php __("You can find a list of unconfirmed email addresses %1$sUsers > All Users > Email Confirmation%2$s.", "profile-builder"); ?>
504
  <?php __("\"Email Confirmation\" Landing Page:", "profile-builder"); ?>
505
  <?php __("Existing Pages", "profile-builder"); ?>
506
  <?php __("Specify the page where the users will be directed when confirming the email account. This page can differ from the register page(s) and can be changed at any time. If none selected, a simple confirmation page will be displayed for the user.", "profile-builder"); ?>
507
  <?php __("\"Admin Approval\" Activated:", "profile-builder"); ?>
508
- <?php __("You can find a list of users at %1$sUsers > All Users > Admin Approval%2$s.", "profile-builder"); ?>
509
  <?php __("\"Admin Approval\" on User Role:", "profile-builder"); ?>
510
  <?php __("Select on what user roles to activate Admin Approval.", "profile-builder"); ?>
511
  <?php __("\"Roles Editor\" Activated:", "profile-builder"); ?>
512
- <?php __("You can add / edit user roles at %1$sUsers > Roles Editor%2$s.", "profile-builder"); ?>
513
  <?php __("\"Admin Approval\" Feature:", "profile-builder"); ?>
514
- <?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$sHobbyist or PRO versions%2$s.", "profile-builder"); ?>
515
  <?php __("Allow Users to Log in With:", "profile-builder"); ?>
516
  <?php __("Username and Email", "profile-builder"); ?>
517
  <?php __("Username", "profile-builder"); ?>
@@ -627,6 +325,7 @@
627
  <?php __("To allow multiple decimals use for eg. 0.01 (for 2 deciamls) and so on", "profile-builder"); ?>
628
  <?php __("You can also use step value to specify the legal number intervals (eg. step value 2 will allow only -4, -2, 0, 2 and so on)", "profile-builder"); ?>
629
  <?php __("Leave it empty for no restriction", "profile-builder"); ?>
 
630
  <?php __("Whether the field is required or not", "profile-builder"); ?>
631
  <?php __("Overwrite Existing", "profile-builder"); ?>
632
  <?php __("Selecting 'Yes' will add the field to the list, but will overwrite any other field in the database that has the same meta-name<br/>Use this at your own risk", "profile-builder"); ?>
@@ -644,14 +343,19 @@
644
  <?php __("Check this to allow users to create their own options beside the pre-existing ones.", "profile-builder"); ?>
645
  <?php __("Form Field Properties", "profile-builder"); ?>
646
  <?php __("Registration & Edit Profile Forms", "profile-builder"); ?>
 
647
  <?php __("Usernames cannot be changed.", "profile-builder"); ?>
 
 
648
  <?php __("Nickname", "profile-builder"); ?>
649
  <?php __("Display name publicly as", "profile-builder"); ?>
 
650
  <?php __("E-mail", "profile-builder"); ?>
651
  <?php __("Website", "profile-builder"); ?>
652
  <?php __("AIM", "profile-builder"); ?>
653
  <?php __("Yahoo IM", "profile-builder"); ?>
654
  <?php __("Jabber / Google Talk", "profile-builder"); ?>
 
655
  <?php __("Biographical Info", "profile-builder"); ?>
656
  <?php __("Share a little biographical information to fill out your profile. This may be shown publicly.", "profile-builder"); ?>
657
  <?php __("Password", "profile-builder"); ?>
@@ -1079,7 +783,7 @@
1079
  <?php __("Compatible with your version of Profile Builder.", "profile-builder"); ?>
1080
  <?php __("Could not install plugin. Retry or <a href=\"%s\" target=\"_blank\">install manually</a>.", "profile-builder"); ?>
1081
  <?php __("Step by Step Quick Setup", "profile-builder"); ?>
1082
- <?php __("Allow your users to have <strong>paid accounts with Profile Builder</strong>. %1$sFind out how >%2$s %3$sDismiss%4$s", "profile-builder"); ?>
1083
  <?php __("Private Website Settings", "profile-builder"); ?>
1084
  <?php __("Enable Private Website", "profile-builder"); ?>
1085
  <?php __("Activate Private Website. It will restrict the content, RSS and REST API for your website", "profile-builder"); ?>
@@ -1105,22 +809,22 @@
1105
  <?php __(" Serial Number:", "profile-builder"); ?>
1106
  <?php __("The serial number couldn't be validated because process timed out. This is possible due to the server being down. Please try again later!", "profile-builder"); ?>
1107
  <?php __("The serial number couldn't be validated because it expired!", "profile-builder"); ?>
1108
- <?php __(" Your serial number is expired, please %1$s Renew Your License%2$s.", "profile-builder"); ?>
1109
  <?php __("The serial number is about to expire soon!", "profile-builder"); ?>
1110
- <?php __(" Your serial number is about to expire, please %1$s Renew Your License%2$s.", "profile-builder"); ?>
1111
  <?php __("The serial number entered couldn't be validated!", "profile-builder"); ?>
1112
  <?php __("The serial number was successfully validated!", "profile-builder"); ?>
1113
  <?php __("(e.g. CLPB-15-SN-253a55baa4fbe7bf595b2aabb8d72985)", "profile-builder"); ?>
1114
- <?php __("Your <strong>Profile Builder</strong> license is about to expire on %5$s. <br/>Please %1$sRenew Your Licence%2$s to continue receiving access to product downloads, automatic updates and support. %3$sRenew now %4$s %6$sDismiss%7$s", "profile-builder"); ?>
1115
- <?php __("Your <strong>Profile Builder</strong> license has expired. <br/>Please %1$sRenew Your Licence%2$s to continue receiving access to product downloads, automatic updates and support. %3$sRenew now %4$s %5$sDismiss%6$s", "profile-builder"); ?>
1116
- <?php __("Your <strong>Profile Builder</strong> license has expired. <br/>Please %1$sRenew Your Licence%2$s to continue receiving access to product downloads, automatic updates and support. %3$sRenew now %4$s", "profile-builder"); ?>
1117
- <?php __("Your <strong>Profile Builder</strong> serial number is invalid or missing. <br/>Please %1$sregister your copy%2$s to receive access to automatic updates and support. Need a license key? %3$sPurchase one now%4$s", "profile-builder"); ?>
1118
  <?php __("Hello! Seems like you've been using Profile Builder to create front-end user forms. That's awesome!", "profile-builder"); ?>
1119
  <?php __("If you can spare a few moments to rate it on WordPress.org, it would help us a lot (and boost my motivation).", "profile-builder"); ?>
1120
  <?php __("~ Paul, developer of Profile Builder", "profile-builder"); ?>
1121
  <?php __("Ok, I will gladly help!", "profile-builder"); ?>
1122
  <?php __("No, thanks.", "profile-builder"); ?>
1123
- <?php __("If you enjoy using <strong> %1$s </strong> please <a href=\"%2$s\" target=\"_blank\">rate us on WordPress.org</a>. More happy users means more features, less bugs and better support for everyone. ", "profile-builder"); ?>
1124
  <?php __("GDPR Checkbox", "profile-builder"); ?>
1125
  <?php __("I allow the website to collect and store the data I submit through this form.", "profile-builder"); ?>
1126
  <?php __("Honeypot", "profile-builder"); ?>
@@ -1131,10 +835,12 @@
1131
  <?php __("This field is required", "profile-builder"); ?>
1132
  <?php __("Please enter a (valid) reCAPTCHA value", "profile-builder"); ?>
1133
  <?php __("Incorrect phone number", "profile-builder"); ?>
 
1134
  <?php __("Content", "profile-builder"); ?>
1135
  <?php __("<br><br>Also, you will be able to visit your site at ", "profile-builder"); ?>
1136
  <?php __("<br><br>You can visit your site at ", "profile-builder"); ?>
1137
- <?php __("You will soon be redirected automatically. If you see this page for more than %1$d seconds, please click %2$s.%3$s", "profile-builder"); ?>
 
1138
  <?php __("No feed available,please visit our <a href=\"%s\">homepage</a>!", "profile-builder"); ?>
1139
  <?php __("You are not currently logged in.", "profile-builder"); ?>
1140
  <?php __("Profile Builder", "profile-builder"); ?>
@@ -1143,6 +849,7 @@
1143
  <?php __("You must be logged in to edit your profile.", "profile-builder"); ?>
1144
  <?php __("You are currently logged in as %1s. You don't need another account. %2s", "profile-builder"); ?>
1145
  <?php __("Log out of this account.", "profile-builder"); ?>
 
1146
  <?php __("Users cannot currently register themselves, but you can manually create users here.", "profile-builder"); ?>
1147
  <?php __("This message is only visible by administrators", "profile-builder"); ?>
1148
  <?php __("Users can register themselves or you can manually create users here.", "profile-builder"); ?>
@@ -1155,19 +862,20 @@
1155
  <?php __("Before you can access your account %1s, an administrator has to approve it. You will be notified via email.", "profile-builder"); ?>
1156
  <?php __("Update", "profile-builder"); ?>
1157
  <?php __("Add User", "profile-builder"); ?>
 
1158
  <?php __("Send these credentials via email.", "profile-builder"); ?>
1159
  <?php __("There are no other users to edit", "profile-builder"); ?>
1160
  <?php __("User to edit:", "profile-builder"); ?>
1161
  <?php __("Select User", "profile-builder"); ?>
1162
  <?php __("Something went wrong. Please try again!", "profile-builder"); ?>
1163
- <?php __("<strong>ERROR</strong>: Cookies are blocked due to unexpected output. For help, please see <a href=\"%1$s\">this documentation</a> or try the <a href=\"%2$s\">support forums</a>.", "profile-builder"); ?>
1164
  <?php __("Username or Email Address", "profile-builder"); ?>
1165
  <?php __("Remember Me", "profile-builder"); ?>
1166
  <?php __("Log In", "profile-builder"); ?>
1167
  <?php __("SUCCESS", "profile-builder"); ?>
1168
  <?php __("Activation email sent to %s", "profile-builder"); ?>
1169
  <?php __("ERROR", "profile-builder"); ?>
1170
- <?php __("You need to confirm your Email Address before logging in! To resend the Confirmation Email %1$sclick here%2$s", "profile-builder"); ?>
1171
  <?php __("The password field is empty.", "profile-builder"); ?>
1172
  <?php __("The password you entered is incorrect.", "profile-builder"); ?>
1173
  <?php __("The username field is empty", "profile-builder"); ?>
@@ -1181,7 +889,7 @@
1181
  <?php __("Both fields are empty.", "profile-builder"); ?>
1182
  <?php __("Log out of this account", "profile-builder"); ?>
1183
  <?php __("Log out &raquo;", "profile-builder"); ?>
1184
- <?php __("You are currently logged in as %1$s. %2$s", "profile-builder"); ?>
1185
  <?php __("Username or Email", "profile-builder"); ?>
1186
  <?php __("You are currently logged in as %s. ", "profile-builder"); ?>
1187
  <?php __("Your account has to be confirmed by an administrator before you can use the \"Password Reset\" feature.", "profile-builder"); ?>
@@ -1190,11 +898,11 @@
1190
  <?php __("Please enter your email address.", "profile-builder"); ?>
1191
  <?php __("You will receive a link to create a new password via email.", "profile-builder"); ?>
1192
  <?php __("Get New Password", "profile-builder"); ?>
1193
- <?php __("Someone requested that the password be reset for the following account: <b>%1$s</b><br/>If this was a mistake, just ignore this email and nothing will happen.<br/>To reset your password, visit the following link:%2$s", "profile-builder"); ?>
1194
- <?php __("Password Reset from \"%1$s\"", "profile-builder"); ?>
1195
  <?php __("You have successfully reset your password.", "profile-builder"); ?>
1196
- <?php __("Password Successfully Reset for %1$s on \"%2$s\"", "profile-builder"); ?>
1197
- <?php __("%1$s has requested a password change via the password reset feature.<br/>His/her new password is:%2$s", "profile-builder"); ?>
1198
  <?php __("You are already logged in. You can change your password on the edit profile form.", "profile-builder"); ?>
1199
  <?php __("The password must not be empty!", "profile-builder"); ?>
1200
  <?php __("The key cannot be empty!", "profile-builder"); ?>
@@ -1207,7 +915,7 @@
1207
  <?php __("The email address entered wasn't found in the database!", "profile-builder"); ?>
1208
  <?php __("Please check that you entered the correct email address.", "profile-builder"); ?>
1209
  <?php __("Check your email for the confirmation link.", "profile-builder"); ?>
1210
- <?php __("There was an error while trying to send the activation link to %1$s!", "profile-builder"); ?>
1211
  <?php __("ERROR:", "profile-builder"); ?>
1212
  <?php __("Invalid activation key!", "profile-builder"); ?>
1213
  <?php __("This username is now active!", "profile-builder"); ?>
@@ -1310,6 +1018,7 @@
1310
  <?php __("User Email Customizer Settings", "profile-builder"); ?>
1311
  <?php __("These settings are also replicated in the \"Admin Email Customizer\" settings-page upon save.", "profile-builder"); ?>
1312
  <?php __("<h3>Welcome to {{site_name}}!</h3>\n<p>Your username is: {{username}}</p>\n", "profile-builder"); ?>
 
1313
  <?php __("<p>To activate your user, please click the following link:<br/>\n{{{activation_link}}}</p>\n<p>After you activate, you will receive another email with your credentials.</p>\n", "profile-builder"); ?>
1314
  <?php __("[{{site_name}}] Activate {{username}}", "profile-builder"); ?>
1315
  <?php __("Registration with Email Confirmation", "profile-builder"); ?>
@@ -1418,6 +1127,7 @@
1418
  <?php __("You do not have permission to view this user list.", "profile-builder"); ?>
1419
  <?php __("You do not have the required user role to view this user list.", "profile-builder"); ?>
1420
  <?php __("User not found", "profile-builder"); ?>
 
1421
  <?php __("Jabber", "profile-builder"); ?>
1422
  <?php __("Yim", "profile-builder"); ?>
1423
  <?php __("Aim", "profile-builder"); ?>
@@ -1489,6 +1199,229 @@
1489
  <?php __("You need to activate the Userlisting feature from within the \"Add-ons\" page!", "profile-builder"); ?>
1490
  <?php __("You can find it in the Profile Builder menu.", "profile-builder"); ?>
1491
  <?php __("No results found!", "profile-builder"); ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1492
  <?php __("Toolbox", "profile-builder"); ?>
1493
  <?php __("The email address you are trying to register with is not allowed on this website.", "profile-builder"); ?>
1494
  <?php __("Your submission contains banned words.", "profile-builder"); ?>
@@ -1496,7 +1429,7 @@
1496
  <?php __("have", "profile-builder"); ?>
1497
  <?php __("is", "profile-builder"); ?>
1498
  <?php __("has", "profile-builder"); ?>
1499
- <?php __("%1$s of the emails provided in the Admin Emails field %2$s invalid and %3$s been removed from the list", "profile-builder"); ?>
1500
  <?php __("Your account has to be confirmed by an administrator before you can log in.", "profile-builder"); ?>
1501
  <?php __("Admin Approval", "profile-builder"); ?>
1502
  <?php __("Do you want to", "profile-builder"); ?>
@@ -1508,12 +1441,12 @@
1508
  <?php __("Users successfully deleted!", "profile-builder"); ?>
1509
  <?php __("Users successfully unapproved!", "profile-builder"); ?>
1510
  <?php __("Users successfully approved!", "profile-builder"); ?>
1511
- <?php __("Your account on %1$s has been unapproved!", "profile-builder"); ?>
1512
  <?php __("unapproved", "profile-builder"); ?>
1513
- <?php __("An administrator has just unapproved your account on %1$s (%2$s).", "profile-builder"); ?>
1514
- <?php __("Your account on %1$s has been approved!", "profile-builder"); ?>
1515
  <?php __("approved", "profile-builder"); ?>
1516
- <?php __("An administrator has just approved your account on %1$s (%2$s).", "profile-builder"); ?>
1517
  <?php __("Your account has to be confirmed by an administrator before you can use the \"Password Recovery\" feature.", "profile-builder"); ?>
1518
  <?php __("Your account has been successfully created!", "profile-builder"); ?>
1519
  <?php __("Something went wrong!", "profile-builder"); ?>
@@ -1603,14 +1536,14 @@
1603
  <?php __("Email notification resent to user", "profile-builder"); ?>
1604
  <?php __("The selected user couldn't be deleted", "profile-builder"); ?>
1605
  <?php __("There was an error performing that action!", "profile-builder"); ?>
1606
- <?php __("[%1$s] Activate %2$s", "profile-builder"); ?>
1607
  <?php __("To activate your user, please click the following link:<br><br>%s%s%s<br><br>After you activate it you will receive yet *another email* with your login.", "profile-builder"); ?>
1608
  <?php __("There was an error while trying to activate the user", "profile-builder"); ?>
1609
  <?php __("That username is already activated!", "profile-builder"); ?>
1610
- <?php __("New subscriber on %1$s.<br/><br/>Username:%2$s<br/>Email:%3$s<br/>", "profile-builder"); ?>
1611
- <?php __("[%1$s] Your new account information", "profile-builder"); ?>
1612
- <?php __("Welcome to %1$s!<br/><br/><br/>Your username is: %2$s and the password: %3$s<br/><br/>Access your account: %4$s ", "profile-builder"); ?>
1613
- <?php __("Welcome to %1$s!<br/><br/><br/>Your username is: %2$s and your password is the one that you have selected during registration.<br/><br/>Access your account: %3$s ", "profile-builder"); ?>
1614
  <?php __("The \"Admin Approval\" feature was activated at the time of registration, so please remember that you need to approve this user before he/she can log in!", "profile-builder"); ?>
1615
  <?php __("This login widget lets you add a login form in the sidebar.", "profile-builder"); ?>
1616
  <?php __("Profile Builder Login Widget", "profile-builder"); ?>
@@ -1644,7 +1577,7 @@
1644
  <?php __("Role created.", "profile-builder"); ?>
1645
  <?php __("Role saved.", "profile-builder"); ?>
1646
  <?php __("Role submitted.", "profile-builder"); ?>
1647
- <?php __("Role scheduled for: <strong>%1$s</strong>", "profile-builder"); ?>
1648
  <?php __("M j, Y @ G:i", "profile-builder"); ?>
1649
  <?php __("Role draft updated.", "profile-builder"); ?>
1650
  <?php __("Role Name", "profile-builder"); ?>
@@ -1711,6 +1644,166 @@
1711
  <?php __("Repeatable fields saved!", "profile-builder"); ?>
1712
  <?php __("Please enter a unique field title.", "profile-builder"); ?>
1713
  <?php __("Please enter a unique field title.\n", "profile-builder"); ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1714
  <?php __("Add Entry", "profile-builder"); ?>
1715
  <?php __("Delete this item", "profile-builder"); ?>
1716
  <?php __("Please enter a value for the required field ", "profile-builder"); ?>
@@ -1743,15 +1836,14 @@
1743
  <?php __("Please enter a valid username.", "profile-builder"); ?>
1744
  <?php __("This username is already reserved to be used soon.", "profile-builder"); ?>
1745
  <?php __("Remove", "profile-builder"); ?>
1746
- <?php __("required", "profile-builder"); ?>
1747
  <?php __("The hidden Honeypot field must be empty.", "profile-builder"); ?>
1748
  <?php __("You must enter a valid URL.", "profile-builder"); ?>
1749
  <?php __("Please add the Google Maps API key for this field.", "profile-builder"); ?>
1750
  <?php __("Something went wrong. Please try again.", "profile-builder"); ?>
1751
  <?php __("Please enter numbers only", "profile-builder"); ?>
1752
- <?php __("Value must be a multiplier of %1$s", "profile-builder"); ?>
1753
- <?php __("Value must be greater than or equal to %1$s", "profile-builder"); ?>
1754
- <?php __("Value must be less than or equal to %1$s", "profile-builder"); ?>
1755
  <?php __("Required phone number format: ", "profile-builder"); ?>
1756
  <?php __("...Choose", "profile-builder"); ?>
1757
  <?php __("Select File", "profile-builder"); ?>
@@ -1761,7 +1853,7 @@
1761
  <?php __("An error occurred, please try again later.", "profile-builder"); ?>
1762
  <?php __("This display name is already in use. Please choose another one.", "profile-builder"); ?>
1763
  <?php __("Email address change request for %s", "profile-builder"); ?>
1764
- <?php __("Someone requested to change the email address for your account.<br/>If this was a mistake, just ignore this email and nothing will happen.<br/>To update your account email address to the one requested (%1$s), visit the following link: %2$s", "profile-builder"); ?>
1765
  <?php __("Placeholder Labels", "profile-builder"); ?>
1766
  <?php __("Replace labels with placeholders:", "profile-builder"); ?>
1767
  <?php __("Resend activation email", "profile-builder"); ?>
@@ -1835,7 +1927,7 @@
1835
  <?php __("Always show edit other users dropdown", "profile-builder"); ?>
1836
  <?php __("For perfomance reasons, we disable the select if you have more than 5000 users on your website. This option lets you enable it again.", "profile-builder"); ?>
1837
  <?php __("Consider 'Anyone can Register' WordPress option", "profile-builder"); ?>
1838
- <?php __("By default, Profile Builder ignores this %1$s. If you check this option, our registration form will consider it.", "profile-builder"); ?>
1839
  <?php __("setting", "profile-builder"); ?>
1840
  <?php __("Modify default Redirect Delay timer", "profile-builder"); ?>
1841
  <?php __("This allows you to change the amount of seconds it takes for the <strong>'After Registration'</strong> redirect to happen.", "profile-builder"); ?>
@@ -1898,7 +1990,7 @@
1898
  <?php __("Form", "profile-builder"); ?>
1899
  <?php __("Assigned Role", "profile-builder"); ?>
1900
  <?php __("Automatic Login", "profile-builder"); ?>
1901
- <?php __("Edit the Settings for this form %1$shere%2$s", "profile-builder"); ?>
1902
  <?php __("Redirect after Edit Profile", "profile-builder"); ?>
1903
  <?php __("Redirect after Registration", "profile-builder"); ?>
1904
  <?php __("Redirect after Logout", "profile-builder"); ?>
1
  <?php __("", "profile-builder"); ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  <?php __("To enable updates, your licence needs to be renewed. Please go to the <a href=\"%s\">Cozmoslabs Account</a> page and login to renew.", "profile-builder"); ?>
3
  <?php __("To enable updates, please enter your serial number on the <a href=\"%s\">Register Version</a> page. If you don't have a serial number, please see <a href=\"%s\" target=\"_blank\">details & pricing</a>.", "profile-builder"); ?>
4
  <?php __("%s is also activated. You need to deactivate it before activating this version of the plugin.", "profile-builder"); ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  <?php __("Add-Ons", "profile-builder"); ?>
6
  <?php __("Profile Builder Add-ons", "profile-builder"); ?>
7
+ <?php __('You must first purchase this version to have access to the addon %1$shere%2$s', 'profile-builder' ); ?>
8
  <?php __("Pro Add-ons", "profile-builder"); ?>
9
  <?php __("These Add-ons are available with the Pro and Unlimited license", "profile-builder"); ?>
10
  <?php __("Multiple Registration Forms", "profile-builder"); ?>
19
  <?php __("Redirect users after login, after they first register or when they try to access the default WordPress dashboard, login, lost password and registration forms.", "profile-builder"); ?>
20
  <?php __("Repeater Fields", "profile-builder"); ?>
21
  <?php __("The Repeater Field Module makes it really easy to add repeater front-end fields or groups of fields to your user profile. Integration with both the Email Customizer and User Listing modules, makes creating advanced user profiles possible.", "profile-builder"); ?>
22
+ <?php __("BuddyPress", "profile-builder"); ?>
23
  <?php __("This integration add-on allows extending BuddyPress user profiles with Profile Builder user fields.", "profile-builder"); ?>
24
  <?php __("Advanced Add-ons", "profile-builder"); ?>
25
+ <?php __("These Add-ons are available with the Basic, Pro and Unlimited license", "profile-builder"); ?>
26
+ <?php __("Social Connect", "profile-builder"); ?>
27
  <?php __("Easily configure and enable social login on your website. Users can login with social platforms like Facebook, Google+ or Twitter.", "profile-builder"); ?>
28
+ <?php __("WooCommerce Sync", "profile-builder"); ?>
29
  <?php __("Syncs Profile Builder with WooCommerce, allowing you to manage the user Shipping and Billing fields from WooCommerce with Profile Builder.", "profile-builder"); ?>
30
  <?php __("Multi Step Forms", "profile-builder"); ?>
31
  <?php __("Extends the functionality of Profile Builder by adding the possibility of having multi-page registration and edit-profile forms.", "profile-builder"); ?>
32
+ <?php __("MailChimp", "profile-builder"); ?>
33
  <?php __("Easily associate MailChimp list fields with Profile Builder fields and set advanced settings for each list.", "profile-builder"); ?>
34
+ <?php __("bbPress", "profile-builder"); ?>
35
  <?php __("This add-on allows you to integrate Profile Builder with the popular forums plugin, bbPress.", "profile-builder"); ?>
36
  <?php __("Campaign Monitor", "profile-builder"); ?>
37
  <?php __("Easily associate Campaign Monitor client list fields with Profile Builder fields. Use Profile Builder Campaign Monitor Widget to add more subscribers to your lists.", "profile-builder"); ?>
67
  <?php __("Customizes the default WordPress Login Page with different templates, logo and background uploads and also adds support for custom CSS.", "profile-builder"); ?>
68
  <?php __("Passwordless Login", "profile-builder"); ?>
69
  <?php __("WordPress Passwordless Login is a plugin that allows your users to login without a password.", "profile-builder"); ?>
70
+ <?php __('%1$sAdd-ons settings saved successfully%2$s', 'profile-builder' ); ?>
71
  <?php __("Show/Hide the Admin Bar on the Front-End", "profile-builder"); ?>
72
  <?php __("Admin Bar Settings", "profile-builder"); ?>
73
  <?php __("Choose which user roles view the admin bar in the front-end of the website.", "profile-builder"); ?>
78
  <?php __("Hide", "profile-builder"); ?>
79
  <?php __("Save Changes", "profile-builder"); ?>
80
  <?php __("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 )", "profile-builder"); ?>
81
+ <?php __("General Settings", "profile-builder"); ?>
82
  <?php __("Display name publicly as - only appears on the Edit Profile page!", "profile-builder"); ?>
83
  <?php __("Blog Details - only appears on the Registration page!", "profile-builder"); ?>
84
  <?php __("<strong>ERROR</strong>: The password must have the minimum length of %s characters", "profile-builder"); ?>
89
  <?php __("<strong>ERROR</strong>: The password must have a minimum strength of %s", "profile-builder"); ?>
90
  <?php __("Save Settings", "profile-builder"); ?>
91
  <?php __("Add Field", "profile-builder"); ?>
92
+ <?php __("Settings", "profile-builder"); ?>
93
  <?php __("View Profile Builder documentation", "profile-builder"); ?>
94
  <?php __("Docs", "profile-builder"); ?>
95
  <?php __("All the free add-ons have been migrated to the main plugin. Their old individual plugins have been disabled and you can delete them from your site if you were using them: <ul><li>Profile Builder - Custom CSS Classes on fields</li><li>Profile Builder - Customization Toolbox Add-On</li><li>Profile Builder - Email Confirmation Field</li><li>Profile Builder - GDPR Communication Preferences</li><li>Profile Builder - Import and Export Add-On</li><li>Profile Builder - Labels Edit Add-On</li><li>Profile Builder - Maximum Character Length Add-On</li><li>Profile Builder - Multiple Admin E-mails Add-On</li><li>Profile Builder - Placeholder Labels Add-On</li></ul>", "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$sHobbyist 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"); ?>
168
  <?php __("Lacking certain features", "profile-builder"); ?>
191
  <?php __("Administrator Emails", "profile-builder"); ?>
192
  <?php __("Profile Builder Settings", "profile-builder"); ?>
193
  <?php __("Load Profile Builder's own CSS file in the front-end:", "profile-builder"); ?>
194
+ <?php __("Yes", "profile-builder"); ?>
195
+ <?php __('You can find the default file here: %1$s', 'profile-builder' ); ?>
196
  <?php __("Automatically Log In:", "profile-builder"); ?>
197
+ <?php __("No", "profile-builder"); ?>
198
  <?php __("Select \"Yes\" to automatically log in new users after successful registration.", "profile-builder"); ?>
199
  <?php __("\"Email Confirmation\" Activated:", "profile-builder"); ?>
200
  <?php __("This works with front-end forms only. Recommended to redirect WP default registration to a Profile Builder one using \"Custom Redirects\" module.", "profile-builder"); ?>
201
+ <?php __('You can find a list of unconfirmed email addresses %1$sUsers > All Users > Email Confirmation%2$s.', 'profile-builder' ); ?>
202
  <?php __("\"Email Confirmation\" Landing Page:", "profile-builder"); ?>
203
  <?php __("Existing Pages", "profile-builder"); ?>
204
  <?php __("Specify the page where the users will be directed when confirming the email account. This page can differ from the register page(s) and can be changed at any time. If none selected, a simple confirmation page will be displayed for the user.", "profile-builder"); ?>
205
  <?php __("\"Admin Approval\" Activated:", "profile-builder"); ?>
206
+ <?php __('You can find a list of users at %1$sUsers > All Users > Admin Approval%2$s.', 'profile-builder' ); ?>
207
  <?php __("\"Admin Approval\" on User Role:", "profile-builder"); ?>
208
  <?php __("Select on what user roles to activate Admin Approval.", "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$sHobbyist 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"); ?>
325
  <?php __("To allow multiple decimals use for eg. 0.01 (for 2 deciamls) and so on", "profile-builder"); ?>
326
  <?php __("You can also use step value to specify the legal number intervals (eg. step value 2 will allow only -4, -2, 0, 2 and so on)", "profile-builder"); ?>
327
  <?php __("Leave it empty for no restriction", "profile-builder"); ?>
328
+ <?php __("Required", "profile-builder"); ?>
329
  <?php __("Whether the field is required or not", "profile-builder"); ?>
330
  <?php __("Overwrite Existing", "profile-builder"); ?>
331
  <?php __("Selecting 'Yes' will add the field to the list, but will overwrite any other field in the database that has the same meta-name<br/>Use this at your own risk", "profile-builder"); ?>
343
  <?php __("Check this to allow users to create their own options beside the pre-existing ones.", "profile-builder"); ?>
344
  <?php __("Form Field Properties", "profile-builder"); ?>
345
  <?php __("Registration & Edit Profile Forms", "profile-builder"); ?>
346
+ <?php __("Name", "profile-builder"); ?>
347
  <?php __("Usernames cannot be changed.", "profile-builder"); ?>
348
+ <?php __("First Name", "profile-builder"); ?>
349
+ <?php __("Last Name", "profile-builder"); ?>
350
  <?php __("Nickname", "profile-builder"); ?>
351
  <?php __("Display name publicly as", "profile-builder"); ?>
352
+ <?php __("Contact Info", "profile-builder"); ?>
353
  <?php __("E-mail", "profile-builder"); ?>
354
  <?php __("Website", "profile-builder"); ?>
355
  <?php __("AIM", "profile-builder"); ?>
356
  <?php __("Yahoo IM", "profile-builder"); ?>
357
  <?php __("Jabber / Google Talk", "profile-builder"); ?>
358
+ <?php __("About Yourself", "profile-builder"); ?>
359
  <?php __("Biographical Info", "profile-builder"); ?>
360
  <?php __("Share a little biographical information to fill out your profile. This may be shown publicly.", "profile-builder"); ?>
361
  <?php __("Password", "profile-builder"); ?>
783
  <?php __("Compatible with your version of Profile Builder.", "profile-builder"); ?>
784
  <?php __("Could not install plugin. Retry or <a href=\"%s\" target=\"_blank\">install manually</a>.", "profile-builder"); ?>
785
  <?php __("Step by Step Quick Setup", "profile-builder"); ?>
786
+ <?php __('Allow your users to have <strong>paid accounts with Profile Builder</strong>. %1$sFind out how >%2$s %3$sDismiss%4$s', 'profile-builder' ); ?>
787
  <?php __("Private Website Settings", "profile-builder"); ?>
788
  <?php __("Enable Private Website", "profile-builder"); ?>
789
  <?php __("Activate Private Website. It will restrict the content, RSS and REST API for your website", "profile-builder"); ?>
809
  <?php __(" Serial Number:", "profile-builder"); ?>
810
  <?php __("The serial number couldn't be validated because process timed out. This is possible due to the server being down. Please try again later!", "profile-builder"); ?>
811
  <?php __("The serial number couldn't be validated because it expired!", "profile-builder"); ?>
812
+ <?php __(' Your serial number is expired, please %1$s Renew Your License%2$s.', 'profile-builder' ); ?>
813
  <?php __("The serial number is about to expire soon!", "profile-builder"); ?>
814
+ <?php __(' Your serial number is about to expire, please %1$s Renew Your License%2$s.', 'profile-builder' ); ?>
815
  <?php __("The serial number entered couldn't be validated!", "profile-builder"); ?>
816
  <?php __("The serial number was successfully validated!", "profile-builder"); ?>
817
  <?php __("(e.g. CLPB-15-SN-253a55baa4fbe7bf595b2aabb8d72985)", "profile-builder"); ?>
818
+ <?php __('Your <strong>Profile Builder</strong> license is about to expire on %5$s. <br/>Please %1$sRenew Your Licence%2$s to continue receiving access to product downloads, automatic updates and support. %3$sRenew now %4$s %6$sDismiss%7$s', 'profile-builder' ); ?>
819
+ <?php __('Your <strong>Profile Builder</strong> license has expired. <br/>Please %1$sRenew Your Licence%2$s to continue receiving access to product downloads, automatic updates and support. %3$sRenew now %4$s %5$sDismiss%6$s', 'profile-builder' ); ?>
820
+ <?php __('Your <strong>Profile Builder</strong> license has expired. <br/>Please %1$sRenew Your Licence%2$s to continue receiving access to product downloads, automatic updates and support. %3$sRenew now %4$s', 'profile-builder' ); ?>
821
+ <?php __('Your <strong>Profile Builder</strong> serial number is invalid or missing. <br/>Please %1$sregister your copy%2$s to receive access to automatic updates and support. Need a license key? %3$sPurchase one now%4$s', 'profile-builder' ); ?>
822
  <?php __("Hello! Seems like you've been using Profile Builder to create front-end user forms. That's awesome!", "profile-builder"); ?>
823
  <?php __("If you can spare a few moments to rate it on WordPress.org, it would help us a lot (and boost my motivation).", "profile-builder"); ?>
824
  <?php __("~ Paul, developer of Profile Builder", "profile-builder"); ?>
825
  <?php __("Ok, I will gladly help!", "profile-builder"); ?>
826
  <?php __("No, thanks.", "profile-builder"); ?>
827
+ <?php __('If you enjoy using <strong> %1$s </strong> please <a href=\%2$s\ target=\_blank\>rate us on WordPress.org</a>. More happy users means more features, less bugs and better support for everyone. ', 'profile-builder' ); ?>
828
  <?php __("GDPR Checkbox", "profile-builder"); ?>
829
  <?php __("I allow the website to collect and store the data I submit through this form.", "profile-builder"); ?>
830
  <?php __("Honeypot", "profile-builder"); ?>
835
  <?php __("This field is required", "profile-builder"); ?>
836
  <?php __("Please enter a (valid) reCAPTCHA value", "profile-builder"); ?>
837
  <?php __("Incorrect phone number", "profile-builder"); ?>
838
+ <?php __("Cancel", "profile-builder"); ?>
839
  <?php __("Content", "profile-builder"); ?>
840
  <?php __("<br><br>Also, you will be able to visit your site at ", "profile-builder"); ?>
841
  <?php __("<br><br>You can visit your site at ", "profile-builder"); ?>
842
+ <?php __("here", "profile-builder"); ?>
843
+ <?php __('You will soon be redirected automatically. If you see this page for more than %1$d seconds, please click %2$s.%3$s', 'profile-builder' ); ?>
844
  <?php __("No feed available,please visit our <a href=\"%s\">homepage</a>!", "profile-builder"); ?>
845
  <?php __("You are not currently logged in.", "profile-builder"); ?>
846
  <?php __("Profile Builder", "profile-builder"); ?>
849
  <?php __("You must be logged in to edit your profile.", "profile-builder"); ?>
850
  <?php __("You are currently logged in as %1s. You don't need another account. %2s", "profile-builder"); ?>
851
  <?php __("Log out of this account.", "profile-builder"); ?>
852
+ <?php __("Logout", "profile-builder"); ?>
853
  <?php __("Users cannot currently register themselves, but you can manually create users here.", "profile-builder"); ?>
854
  <?php __("This message is only visible by administrators", "profile-builder"); ?>
855
  <?php __("Users can register themselves or you can manually create users here.", "profile-builder"); ?>
862
  <?php __("Before you can access your account %1s, an administrator has to approve it. You will be notified via email.", "profile-builder"); ?>
863
  <?php __("Update", "profile-builder"); ?>
864
  <?php __("Add User", "profile-builder"); ?>
865
+ <?php __("Register", "profile-builder"); ?>
866
  <?php __("Send these credentials via email.", "profile-builder"); ?>
867
  <?php __("There are no other users to edit", "profile-builder"); ?>
868
  <?php __("User to edit:", "profile-builder"); ?>
869
  <?php __("Select User", "profile-builder"); ?>
870
  <?php __("Something went wrong. Please try again!", "profile-builder"); ?>
871
+ <?php __('<strong>ERROR</strong>: Cookies are blocked due to unexpected output. For help, please see <a href=\%1$s\>this documentation</a> or try the <a href=\%2$s\>support forums</a>.', 'profile-builder' ); ?>
872
  <?php __("Username or Email Address", "profile-builder"); ?>
873
  <?php __("Remember Me", "profile-builder"); ?>
874
  <?php __("Log In", "profile-builder"); ?>
875
  <?php __("SUCCESS", "profile-builder"); ?>
876
  <?php __("Activation email sent to %s", "profile-builder"); ?>
877
  <?php __("ERROR", "profile-builder"); ?>
878
+ <?php __('You need to confirm your Email Address before logging in! To resend the Confirmation Email %1$sclick here%2$s', 'profile-builder' ); ?>
879
  <?php __("The password field is empty.", "profile-builder"); ?>
880
  <?php __("The password you entered is incorrect.", "profile-builder"); ?>
881
  <?php __("The username field is empty", "profile-builder"); ?>
889
  <?php __("Both fields are empty.", "profile-builder"); ?>
890
  <?php __("Log out of this account", "profile-builder"); ?>
891
  <?php __("Log out &raquo;", "profile-builder"); ?>
892
+ <?php __('You are currently logged in as %1$s. %2$s', 'profile-builder' ); ?>
893
  <?php __("Username or Email", "profile-builder"); ?>
894
  <?php __("You are currently logged in as %s. ", "profile-builder"); ?>
895
  <?php __("Your account has to be confirmed by an administrator before you can use the \"Password Reset\" feature.", "profile-builder"); ?>
898
  <?php __("Please enter your email address.", "profile-builder"); ?>
899
  <?php __("You will receive a link to create a new password via email.", "profile-builder"); ?>
900
  <?php __("Get New Password", "profile-builder"); ?>
901
+ <?php __('Someone requested that the password be reset for the following account: <b>%1$s</b><br/>If this was a mistake, just ignore this email and nothing will happen.<br/>To reset your password, visit the following link:%2$s', 'profile-builder' ); ?>
902
+ <?php __('Password Reset from %1$s', 'profile-builder' ); ?>
903
  <?php __("You have successfully reset your password.", "profile-builder"); ?>
904
+ <?php __('Password Successfully Reset for %1$s on %2$s', 'profile-builder' ); ?>
905
+ <?php __('%1$s has requested a password change via the password reset feature.<br/>His/her new password is:%2$s', 'profile-builder' ); ?>
906
  <?php __("You are already logged in. You can change your password on the edit profile form.", "profile-builder"); ?>
907
  <?php __("The password must not be empty!", "profile-builder"); ?>
908
  <?php __("The key cannot be empty!", "profile-builder"); ?>
915
  <?php __("The email address entered wasn't found in the database!", "profile-builder"); ?>
916
  <?php __("Please check that you entered the correct email address.", "profile-builder"); ?>
917
  <?php __("Check your email for the confirmation link.", "profile-builder"); ?>
918
+ <?php __('There was an error while trying to send the activation link to %1$s!', 'profile-builder' ); ?>
919
  <?php __("ERROR:", "profile-builder"); ?>
920
  <?php __("Invalid activation key!", "profile-builder"); ?>
921
  <?php __("This username is now active!", "profile-builder"); ?>
1018
  <?php __("User Email Customizer Settings", "profile-builder"); ?>
1019
  <?php __("These settings are also replicated in the \"Admin Email Customizer\" settings-page upon save.", "profile-builder"); ?>
1020
  <?php __("<h3>Welcome to {{site_name}}!</h3>\n<p>Your username is: {{username}}</p>\n", "profile-builder"); ?>
1021
+ <?php __("Default Registration", "profile-builder"); ?>
1022
  <?php __("<p>To activate your user, please click the following link:<br/>\n{{{activation_link}}}</p>\n<p>After you activate, you will receive another email with your credentials.</p>\n", "profile-builder"); ?>
1023
  <?php __("[{{site_name}}] Activate {{username}}", "profile-builder"); ?>
1024
  <?php __("Registration with Email Confirmation", "profile-builder"); ?>
1127
  <?php __("You do not have permission to view this user list.", "profile-builder"); ?>
1128
  <?php __("You do not have the required user role to view this user list.", "profile-builder"); ?>
1129
  <?php __("User not found", "profile-builder"); ?>
1130
+ <?php __("None", "profile-builder"); ?>
1131
  <?php __("Jabber", "profile-builder"); ?>
1132
  <?php __("Yim", "profile-builder"); ?>
1133
  <?php __("Aim", "profile-builder"); ?>
1199
  <?php __("You need to activate the Userlisting feature from within the \"Add-ons\" page!", "profile-builder"); ?>
1200
  <?php __("You can find it in the Profile Builder menu.", "profile-builder"); ?>
1201
  <?php __("No results found!", "profile-builder"); ?>
1202
+ <?php __("bbPress Integration", "profile-builder"); ?>
1203
+ <?php __("Choose (Single) User Listing to display under bbPress user Profile tab:", "profile-builder"); ?>
1204
+ <?php __("Select which Single User-listing managed via Profile Builder should replace the default bbPress user profile.", "profile-builder"); ?>
1205
+ <?php __("Choose Edit Profile form to display under bbPress Profile Edit tab:", "profile-builder"); ?>
1206
+ <?php __("Default Edit Profile", "profile-builder"); ?>
1207
+ <?php __("Select Profile Builder Edit Profile form to replace the bbPress Profile Edit tab.", "profile-builder"); ?>
1208
+ <?php __("Replace bbPress Login form:", "profile-builder"); ?>
1209
+ <?php __("Select \"Yes\" to replace the default bbPress Login form with the Profile Builder Login form.", "profile-builder"); ?>
1210
+ <?php __("bbPress needs to be installed and activated for Profile Builder - bbPress Integration Add-on to work as expected!", "profile-builder"); ?>
1211
+ <?php __("Forum Role", "profile-builder"); ?>
1212
+ <?php __("Topics Started", "profile-builder"); ?>
1213
+ <?php __("Replies Created", "profile-builder"); ?>
1214
+ <?php __("Username:", "profile-builder"); ?>
1215
+ <?php __("First Name:", "profile-builder"); ?>
1216
+ <?php __("Last Name:", "profile-builder"); ?>
1217
+ <?php __("Nickname:", "profile-builder"); ?>
1218
+ <?php __("Display name:", "profile-builder"); ?>
1219
+ <?php __("Website:", "profile-builder"); ?>
1220
+ <?php __("Biographical Info:", "profile-builder"); ?>
1221
+ <?php __("BuddyPress needs to be installed and activated for Profile Builder - BuddyPress Integration Add-on to work as expected!", "profile-builder"); ?>
1222
+ <?php __("Profile Builder Avatar field is disabled to allow use of BuddyPress Avatar.", "profile-builder"); ?>
1223
+ <?php __("Login", "profile-builder"); ?>
1224
+ <?php __("Login - iFrame", "profile-builder"); ?>
1225
+ <?php __("Edit Profile - iFrame", "profile-builder"); ?>
1226
+ <?php __("Register - iFrame", "profile-builder"); ?>
1227
+ <?php __("Add to Menu", "profile-builder"); ?>
1228
+ <?php __("Login Label", "profile-builder"); ?>
1229
+ <?php __("Logout Label", "profile-builder"); ?>
1230
+ <?php __("Form page URL", "profile-builder"); ?>
1231
+ <?php __("Login page URL", "profile-builder"); ?>
1232
+ <?php __("Login Form page URL", "profile-builder"); ?>
1233
+ <?php __("Edit Profile Form page URL", "profile-builder"); ?>
1234
+ <?php __("Register Form page URL", "profile-builder"); ?>
1235
+ <?php __("Display Mode", "profile-builder"); ?>
1236
+ <?php __("Logged In Users", "profile-builder"); ?>
1237
+ <?php __("Logged Out Users", "profile-builder"); ?>
1238
+ <?php __("Everyone", "profile-builder"); ?>
1239
+ <?php __("Restrict menu item to a minimum role", "profile-builder"); ?>
1240
+ <?php __("Works only if Display Mode: Logged In Users is selected", "profile-builder"); ?>
1241
+ <?php __("Edit Profile", "profile-builder"); ?>
1242
+ <?php __("iFrame Title", "profile-builder"); ?>
1243
+ <?php __("iFrame Size", "profile-builder"); ?>
1244
+ <?php __("Height (px)", "profile-builder"); ?>
1245
+ <?php __("Width (px)", "profile-builder"); ?>
1246
+ <?php __("Requires Admin Approval on Edit Profile", "profile-builder"); ?>
1247
+ <?php __("Choose if this field requires an administrator to approve any modifications on the edit profile forms", "profile-builder"); ?>
1248
+ <?php __("This field requires admin approval on edit profile", "profile-builder"); ?>
1249
+ <?php __("Finish Review and Send Notifications", "profile-builder"); ?>
1250
+ <?php __("Approve All", "profile-builder"); ?>
1251
+ <?php __("This field requires approval by an administrator", "profile-builder"); ?>
1252
+ <?php __("Unapproved", "profile-builder"); ?>
1253
+ <?php __("Approved", "profile-builder"); ?>
1254
+ <?php __("Your profile has been reviewed by an administrator", "profile-builder"); ?>
1255
+ <?php __("Approved fields:%s", "profile-builder"); ?>
1256
+ <?php __("Unapproved fields:%s", "profile-builder"); ?>
1257
+ <?php __('Field %1$s changed from %2$s to %3$s', 'profile-builder' ); ?>
1258
+ <?php __('The user %1$s has updated their profile and some of the fields require admin approval:<br><br> %2$s', 'profile-builder' ); ?>
1259
+ <?php __('Access this link to approve changes: %1$s', 'profile-builder' ); ?>
1260
+ <?php __("A user has updated their profile. Some fields need approval", "profile-builder"); ?>
1261
+ <?php __('Field %1$s requires approval from an administrator', 'profile-builder' ); ?>
1262
+ <?php __("Show users that require review", "profile-builder"); ?>
1263
+ <?php __("Show reviewed users with unapproved fields", "profile-builder"); ?>
1264
+ <?php __("Exit Review Mode", "profile-builder"); ?>
1265
+ <?php __("<strong>Admin Only</strong> field is visible only for administrators. <strong>User Locked</strong> field is visible for both administrators and users, but only administrators have the capability to edit it.", "profile-builder"); ?>
1266
+ <?php __("User Role Visibility", "profile-builder"); ?>
1267
+ <?php __("Select which user roles see this field", "profile-builder"); ?>
1268
+ <?php __("Location Visibility", "profile-builder"); ?>
1269
+ <?php __("Select the locations you wish the field to appear", "profile-builder"); ?>
1270
+ <?php __("<pre>Title</pre><pre>Type</pre><pre>Meta Name</pre><pre class=\"wppb-mb-head-required\">Required</pre><pre class=\"wppb-mb-head-visibility\"></pre>", "profile-builder"); ?>
1271
+ <?php __("This field is visible only for administrators.", "profile-builder"); ?>
1272
+ <?php __("This field is visible for both administrators and users, but only administrators have the capability to edit it.", "profile-builder"); ?>
1273
+ <?php __('This field is visible only for the following user roles: %1$s', 'profile-builder' ); ?>
1274
+ <?php __('This field is visible only in the following locations: %1$s', 'profile-builder' ); ?>
1275
+ <?php __("Get file", "profile-builder"); ?>
1276
+ <?php __("You do not have the capabilities necessary to edit this field.", "profile-builder"); ?>
1277
+ <?php __("MailPoet Newsletters needs to be installed and activated for Profile Builder - MailPoet Add-on to work!", "profile-builder"); ?>
1278
+ <?php __("Step", "profile-builder"); ?>
1279
+ <?php __("Title for Tab", "profile-builder"); ?>
1280
+ <?php __("Add Break Points to edit tabs title.", "profile-builder"); ?>
1281
+ <?php __("Publish the form to edit tabs title.", "profile-builder"); ?>
1282
+ <?php __("Publish the form before adding Break Points!", "profile-builder"); ?>
1283
+ <?php __("Request in process, please wait a few seconds before a new one!", "profile-builder"); ?>
1284
+ <?php __("Multi-Step Forms", "profile-builder"); ?>
1285
+ <?php __("To enable MSF you must add Break Points.", "profile-builder"); ?>
1286
+ <?php __("Pagination and Tabs:", "profile-builder"); ?>
1287
+ <?php __("Enable Pagination", "profile-builder"); ?>
1288
+ <?php __("Enable Tabs", "profile-builder"); ?>
1289
+ <?php __("Edit Tabs Title", "profile-builder"); ?>
1290
+ <?php __("Multi-Step Forms options updated.", "profile-builder"); ?>
1291
+ <?php __("Enable on:", "profile-builder"); ?>
1292
+ <?php __("PB Default Register Form", "profile-builder"); ?>
1293
+ <?php __("PB Default Edit Profile Form", "profile-builder"); ?>
1294
+ <?php __("To enable it on Multiple Registration and Edit-Profile Forms you must add Break Points in each form page.", "profile-builder"); ?>
1295
+ <?php __("Update Multi-Step", "profile-builder"); ?>
1296
+ <?php __("Next", "profile-builder"); ?>
1297
+ <?php __("Previous", "profile-builder"); ?>
1298
+ <?php __("Display on the Following Forms", "profile-builder"); ?>
1299
+ <?php __("Disable Registration on", "profile-builder"); ?>
1300
+ <?php __("Allow only login with Social Connect on Profile Builder Login Form.<br>Social Connect will still automatically register users on other forms.", "profile-builder"); ?>
1301
+ <?php __("Facebook Login", "profile-builder"); ?>
1302
+ <?php __("Facebook App ID", "profile-builder"); ?>
1303
+ <?php __("Google Login", "profile-builder"); ?>
1304
+ <?php __("Google Client ID", "profile-builder"); ?>
1305
+ <?php __("Twitter Login", "profile-builder"); ?>
1306
+ <?php __("Twitter API Key", "profile-builder"); ?>
1307
+ <?php __("Twitter API Secret", "profile-builder"); ?>
1308
+ <?php __("LinkedIn Login", "profile-builder"); ?>
1309
+ <?php __("LinkedIn Client ID", "profile-builder"); ?>
1310
+ <?php __("LinkedIn Client Secret", "profile-builder"); ?>
1311
+ <?php __("Buttons Order", "profile-builder"); ?>
1312
+ <?php __("Drag and drop the dots to re-order.", "profile-builder"); ?>
1313
+ <?php __("Buttons Re-Order", "profile-builder"); ?>
1314
+ <?php __("Save the buttons order from the buttons order checkboxes", "profile-builder"); ?>
1315
+ <?php __("Buttons Location", "profile-builder"); ?>
1316
+ <?php __("Display social buttons before or after the forms fields.", "profile-builder"); ?>
1317
+ <?php __("Buttons Style", "profile-builder"); ?>
1318
+ <?php __("Google Sign In Button", "profile-builder"); ?>
1319
+ <?php __("Heading Before Buttons (Login/Register)", "profile-builder"); ?>
1320
+ <?php __("Empty field will remove the heading.", "profile-builder"); ?>
1321
+ <?php __("Heading Before Buttons (Edit Profile)", "profile-builder"); ?>
1322
+ <?php __("Facebook Button Text (Login/Register)", "profile-builder"); ?>
1323
+ <?php __("Google Button Text (Login/Register)", "profile-builder"); ?>
1324
+ <?php __("Twitter Button Text (Login/Register)", "profile-builder"); ?>
1325
+ <?php __("LinkedIn Button Text (Login/Register)", "profile-builder"); ?>
1326
+ <?php __("Facebook Button Text (Edit Profile)", "profile-builder"); ?>
1327
+ <?php __("Google Button Text (Edit Profile)", "profile-builder"); ?>
1328
+ <?php __("Twitter Button Text (Edit Profile)", "profile-builder"); ?>
1329
+ <?php __("LinkedIn Button Text (Edit Profile)", "profile-builder"); ?>
1330
+ <?php __("Unlink Accounts (Edit Profile)", "profile-builder"); ?>
1331
+ <?php __("This option will display linked social platforms to users accounts and will allow to easily unlink them in Edit Profile page.", "profile-builder"); ?>
1332
+ <?php __("Default Social Connect CSS in the Front-end", "profile-builder"); ?>
1333
+ <?php __("Help", "profile-builder"); ?>
1334
+ <?php __("Display Social Connect buttons:", "profile-builder"); ?>
1335
+ <?php __("You have successfully unlinked %% from your account.", "profile-builder"); ?>
1336
+ <?php __("An account with this email address already exists.<br> Do you want to connect it?", "profile-builder"); ?>
1337
+ <?php __("Please enter your website account password", "profile-builder"); ?>
1338
+ <?php __("Please enter a new email", "profile-builder"); ?>
1339
+ <?php __("You have successfully linked your account to %%.", "profile-builder"); ?>
1340
+ <?php __("Something went wrong. Please try again later!", "profile-builder"); ?>
1341
+ <?php __("Before you can access your account you need to confirm your email address. Please check your inbox and click the activation link.", "profile-builder"); ?>
1342
+ <?php __("<strong>ERROR</strong>: You need to confirm your email address before you can log in.", "profile-builder"); ?>
1343
+ <?php __("Before you can access your account an administrator has to approve it. You will be notified via email.", "profile-builder"); ?>
1344
+ <?php __("<strong>ERROR</strong>: Your account has to be confirmed by an administrator before you can log in.", "profile-builder"); ?>
1345
+ <?php __("You will be redirected in 5 seconds. If not, click %%.", "profile-builder"); ?>
1346
+ <?php __("<strong>You can only login with social accounts, not register!</strong><br>Please link your social account to an existing user account first.", "profile-builder"); ?>
1347
+ <?php __("Wrong password!", "profile-builder"); ?>
1348
+ <?php __("Please enter a valid email!", "profile-builder"); ?>
1349
+ <?php __("You can only login on this form.<br>Register with your social account on the register form.", "profile-builder"); ?>
1350
+ <?php __("Continue", "profile-builder"); ?>
1351
+ <?php __("Ok", "profile-builder"); ?>
1352
+ <?php __("To create a new account please confirm:", "profile-builder"); ?>
1353
+ <?php __("You must agree to the Terms And Conditions to create a new account.", "profile-builder"); ?>
1354
+ <?php __("Please enter your Facebook email!", "profile-builder"); ?>
1355
+ <?php __("Waiting for Twitter...", "profile-builder"); ?>
1356
+ <?php __("Please enter your Twitter email!", "profile-builder"); ?>
1357
+ <?php __("Profile Builder not active!", "profile-builder"); ?>
1358
+ <?php __("Application Settings", "profile-builder"); ?>
1359
+ <?php __("Appearance Settings", "profile-builder"); ?>
1360
+ <?php __("Unlink", "profile-builder"); ?>
1361
+ <?php __("Your account is linked with:", "profile-builder"); ?>
1362
+ <?php __("Country", "profile-builder"); ?>
1363
+ <?php __("Company Name", "profile-builder"); ?>
1364
+ <?php __("Address", "profile-builder"); ?>
1365
+ <?php __("Town / City", "profile-builder"); ?>
1366
+ <?php __("State / County", "profile-builder"); ?>
1367
+ <?php __("Postcode / Zip", "profile-builder"); ?>
1368
+ <?php __("Email Address", "profile-builder"); ?>
1369
+ <?php __("Phone", "profile-builder"); ?>
1370
+ <?php __("Ship to a different address?", "profile-builder"); ?>
1371
+ <?php __("WooCommerce needs to be installed and activated for Profile Builder - WooCommerce Sync Add-on to work!", "profile-builder"); ?>
1372
+ <?php __("Address line 2", "profile-builder"); ?>
1373
+ <?php __("Billing Fields", "profile-builder"); ?>
1374
+ <?php __("Select which WooCommerce Billing fields to display to the user ( drag and drop to re-order ) and which should be required", "profile-builder"); ?>
1375
+ <?php __("Billing Fields Order", "profile-builder"); ?>
1376
+ <?php __("Save the billing fields order from the billing fields checkboxes", "profile-builder"); ?>
1377
+ <?php __("Billing Fields Name", "profile-builder"); ?>
1378
+ <?php __("Save the billing fields names", "profile-builder"); ?>
1379
+ <?php __("Shipping Fields", "profile-builder"); ?>
1380
+ <?php __("Select which WooCommerce Shipping fields to display to the user ( drag and drop to re-order ) and which should be required", "profile-builder"); ?>
1381
+ <?php __("Shipping Fields Order", "profile-builder"); ?>
1382
+ <?php __("Save the shipping fields order from the shipping fields checkboxes", "profile-builder"); ?>
1383
+ <?php __("Shipping Fields Name", "profile-builder"); ?>
1384
+ <?php __("Save the shipping fields names", "profile-builder"); ?>
1385
+ <?php __("Field Name", "profile-builder"); ?>
1386
+ <?php __("Click to edit ", "profile-builder"); ?>
1387
+ <?php __("The email you entered is not a valid email address.", "profile-builder"); ?>
1388
+ <?php __("No options available. Please select one country.", "profile-builder"); ?>
1389
+ <?php __("Billing ", "profile-builder"); ?>
1390
+ <?php __("Shipping ", "profile-builder"); ?>
1391
+ <?php __("Billing Address", "profile-builder"); ?>
1392
+ <?php __("Shipping Address", "profile-builder"); ?>
1393
+ <?php __("Display on WooCommerce Checkout", "profile-builder"); ?>
1394
+ <?php __("Whether the field should be added to the WooCommerce checkout form or not", "profile-builder"); ?>
1395
+ <?php __("Displays customer billing fields in front-end. ", "profile-builder"); ?>
1396
+ <?php __("Displays customer shipping fields in front-end. ", "profile-builder"); ?>
1397
+ <?php __("Choose Register form to display on My Account page:", "profile-builder"); ?>
1398
+ <?php __("Default Register", "profile-builder"); ?>
1399
+ <?php __("Select which Profile Builder Register form to display on My Account page from WooCommerce. <br/> This will also add the Profile Builder Login form to MyAccount page.", "profile-builder"); ?>
1400
+ <?php __("Choose Edit Profile form to display on My Account page:", "profile-builder"); ?>
1401
+ <?php __("Select which Profile Builder Edit-profile form to display on My Account page from WooCommerce.", "profile-builder"); ?>
1402
+ <?php __("CSS Class", "profile-builder"); ?>
1403
+ <?php __("Add a class to a field. Should not contain dots(.) and for multiple classes separate by space.", "profile-builder"); ?>
1404
+ <?php __("Import", "profile-builder"); ?>
1405
+ <?php __("Export", "profile-builder"); ?>
1406
+ <?php __("Export Profile Builder options as a .json file. This allows you to easily import the configuration into another site.", "profile-builder"); ?>
1407
+ <?php __("Import Profile Builder options from a .json file. This allows you to easily import the configuration from another site. ", "profile-builder"); ?>
1408
+ <?php __("This will overwrite your old PB settings! Are you sure you want to continue?", "profile-builder"); ?>
1409
+ <?php __(" labels scanned.", "profile-builder"); ?>
1410
+ <?php __("Label to Edit", "profile-builder"); ?>
1411
+ <?php __("New Label", "profile-builder"); ?>
1412
+ <?php __("Edit Labels", "profile-builder"); ?>
1413
+ <?php __("Rescan Lables", "profile-builder"); ?>
1414
+ <?php __("Informations", "profile-builder"); ?>
1415
+ <?php __("Import and Export Labels", "profile-builder"); ?>
1416
+ <?php __("Import Labels from a .json file.", "profile-builder"); ?>
1417
+ <?php __("Easily import the labels from another site.", "profile-builder"); ?>
1418
+ <?php __("This will overwrite all your old edited labels!\nAre you sure you want to continue?", "profile-builder"); ?>
1419
+ <?php __("Export Labels as a .json file.", "profile-builder"); ?>
1420
+ <?php __("Easily import the labels into another site.", "profile-builder"); ?>
1421
+ <?php __("You must select a label to edit!", "profile-builder"); ?>
1422
+ <?php __("No labels edited, nothing to export!", "profile-builder"); ?>
1423
+ <?php __("Specify the maximum number of characters a user can type in this field", "profile-builder"); ?>
1424
+ <?php __("The entered character number is not numerical\n", "profile-builder"); ?>
1425
  <?php __("Toolbox", "profile-builder"); ?>
1426
  <?php __("The email address you are trying to register with is not allowed on this website.", "profile-builder"); ?>
1427
  <?php __("Your submission contains banned words.", "profile-builder"); ?>
1429
  <?php __("have", "profile-builder"); ?>
1430
  <?php __("is", "profile-builder"); ?>
1431
  <?php __("has", "profile-builder"); ?>
1432
+ <?php __('%1$s of the emails provided in the Admin Emails field %2$s invalid and %3$s been removed from the list', 'profile-builder' ); ?>
1433
  <?php __("Your account has to be confirmed by an administrator before you can log in.", "profile-builder"); ?>
1434
  <?php __("Admin Approval", "profile-builder"); ?>
1435
  <?php __("Do you want to", "profile-builder"); ?>
1441
  <?php __("Users successfully deleted!", "profile-builder"); ?>
1442
  <?php __("Users successfully unapproved!", "profile-builder"); ?>
1443
  <?php __("Users successfully approved!", "profile-builder"); ?>
1444
+ <?php __('Your account on %1$s has been unapproved!', 'profile-builder' ); ?>
1445
  <?php __("unapproved", "profile-builder"); ?>
1446
+ <?php __('An administrator has just unapproved your account on %1$s (%2$s).', 'profile-builder' ); ?>
1447
+ <?php __('Your account on %1$s has been approved!', 'profile-builder' ); ?>
1448
  <?php __("approved", "profile-builder"); ?>
1449
+ <?php __('An administrator has just approved your account on %1$s (%2$s).', 'profile-builder' ); ?>
1450
  <?php __("Your account has to be confirmed by an administrator before you can use the \"Password Recovery\" feature.", "profile-builder"); ?>
1451
  <?php __("Your account has been successfully created!", "profile-builder"); ?>
1452
  <?php __("Something went wrong!", "profile-builder"); ?>
1536
  <?php __("Email notification resent to user", "profile-builder"); ?>
1537
  <?php __("The selected user couldn't be deleted", "profile-builder"); ?>
1538
  <?php __("There was an error performing that action!", "profile-builder"); ?>
1539
+ <?php __('[%1$s] Activate %2$s', 'profile-builder' ); ?>
1540
  <?php __("To activate your user, please click the following link:<br><br>%s%s%s<br><br>After you activate it you will receive yet *another email* with your login.", "profile-builder"); ?>
1541
  <?php __("There was an error while trying to activate the user", "profile-builder"); ?>
1542
  <?php __("That username is already activated!", "profile-builder"); ?>
1543
+ <?php __('New subscriber on %1$s.<br/><br/>Username:%2$s<br/>Email:%3$s<br/>', 'profile-builder' ); ?>
1544
+ <?php __('[%1$s] Your new account information', 'profile-builder' ); ?>
1545
+ <?php __('Welcome to %1$s!<br/><br/><br/>Your username is: %2$s and the password: %3$s<br/><br/>Access your account: %4$s ', 'profile-builder' ); ?>
1546
+ <?php __('Welcome to %1$s!<br/><br/><br/>Your username is: %2$s and your password is the one that you have selected during registration.<br/><br/>Access your account: %3$s ', 'profile-builder' ); ?>
1547
  <?php __("The \"Admin Approval\" feature was activated at the time of registration, so please remember that you need to approve this user before he/she can log in!", "profile-builder"); ?>
1548
  <?php __("This login widget lets you add a login form in the sidebar.", "profile-builder"); ?>
1549
  <?php __("Profile Builder Login Widget", "profile-builder"); ?>
1577
  <?php __("Role created.", "profile-builder"); ?>
1578
  <?php __("Role saved.", "profile-builder"); ?>
1579
  <?php __("Role submitted.", "profile-builder"); ?>
1580
+ <?php __('Role scheduled for: <strong>%1$s</strong>', 'profile-builder' ); ?>
1581
  <?php __("M j, Y @ G:i", "profile-builder"); ?>
1582
  <?php __("Role draft updated.", "profile-builder"); ?>
1583
  <?php __("Role Name", "profile-builder"); ?>
1644
  <?php __("Repeatable fields saved!", "profile-builder"); ?>
1645
  <?php __("Please enter a unique field title.", "profile-builder"); ?>
1646
  <?php __("Please enter a unique field title.\n", "profile-builder"); ?>
1647
+ <?php __("BuddyPress Integration", "profile-builder"); ?>
1648
+ <?php __("Import BuddyPress Fields to Profile Builder", "profile-builder"); ?>
1649
+ <?php __("Import BuddyPress Fields", "profile-builder"); ?>
1650
+ <?php __("Create fields in Profile Builder that match the existing ones in BuddyPress and import all the user field entries.<br><a href=\"https://www.cozmoslabs.com/docs/profile-builder-2/add-ons/buddypress/#Import_BuddyPress_Fields_to_Profile_Builder\">Learn more about importing BuddyPress fields</a>.", "profile-builder"); ?>
1651
+ <?php __("Registration form:", "profile-builder"); ?>
1652
+ <?php __("Select Profile Builder Registration form to replace the BuddyPress Registration form.<br>Registration emails will now be managed in Profile Builder -> User Email Customizer", "profile-builder"); ?>
1653
+ <?php __("Edit Profile form:", "profile-builder"); ?>
1654
+ <?php __("Select Profile Builder Edit Profile form to replace the BuddyPress Profile Edit tab.", "profile-builder"); ?>
1655
+ <?php __("User Listing template:", "profile-builder"); ?>
1656
+ <?php __("Select which User Listing template managed by Profile Builder should replace the default BuddyPress user profile view.", "profile-builder"); ?>
1657
+ <?php __("Use All-User Listing?", "profile-builder"); ?>
1658
+ <?php __("Enable PB User Listing on BuddyPress Members page", "profile-builder"); ?>
1659
+ <?php __("Check this if All User-listing managed via Profile Builder should replace the default BuddyPress Members page.<br>The template used will be the one selected above.", "profile-builder"); ?>
1660
+ <?php __("Allow members to override", "profile-builder"); ?>
1661
+ <?php __("Enforce field visibility", "profile-builder"); ?>
1662
+ <?php __("BuddyPress Default Field Visibility", "profile-builder"); ?>
1663
+ <?php __("BuddyPress Allow Custom Visibility", "profile-builder"); ?>
1664
+ <?php __("This field can be seen by: ", "profile-builder"); ?>
1665
+ <?php __("Change", "profile-builder"); ?>
1666
+ <?php __("Who can see this field?", "profile-builder"); ?>
1667
+ <?php __("Close", "profile-builder"); ?>
1668
+ <?php __("Only Me", "profile-builder"); ?>
1669
+ <?php __("All Members", "profile-builder"); ?>
1670
+ <?php __("My Friends", "profile-builder"); ?>
1671
+ <?php __("<h2>Import BuddyPress Fields to Profile Builder</h2>", "profile-builder"); ?>
1672
+ <?php __("BuddyPress is not installed and active. Import aborted!", "profile-builder"); ?>
1673
+ <?php __("Importing User entries BuddyPress Fields to Profile Builder...<br><br>", "profile-builder"); ?>
1674
+ <?php __("Done.", "profile-builder"); ?>
1675
+ <?php __("Back to BuddyPress Settings page", "profile-builder"); ?>
1676
+ <?php __("Importing BuddyPress Field Settings to Profile Builder...<br><br>", "profile-builder"); ?>
1677
+ <?php __("If the page does not redirect automatically", "profile-builder"); ?>
1678
+ <?php __("click here", "profile-builder"); ?>
1679
+ <?php __("BuddyPress Avatar", "profile-builder"); ?>
1680
+ <?php __("BuddyPress Cover Photo", "profile-builder"); ?>
1681
+ <?php __("BuddyPress Last Active", "profile-builder"); ?>
1682
+ <?php __("BuddyPress Add Friend Button", "profile-builder"); ?>
1683
+ <?php __("BuddyPress Latest Update", "profile-builder"); ?>
1684
+ <?php __("Never active", "profile-builder"); ?>
1685
+ <?php __("Last Active", "profile-builder"); ?>
1686
+ <?php __("My BuddyPress Friends Tab", "profile-builder"); ?>
1687
+ <?php __("BuddyPress field visibility syntax", "profile-builder"); ?>
1688
+ <?php __("Are you sure you want to reset this template?", "profile-builder"); ?>
1689
+ <?php __("Reset to Default BuddyPress User Listing Templates", "profile-builder"); ?>
1690
+ <?php __("<b>Note:</b> This action is not reversible. All modifications to this template will be lost!", "profile-builder"); ?>
1691
+ <?php __("Reset template", "profile-builder"); ?>
1692
+ <?php __("Campaign Monitor Integration", "profile-builder"); ?>
1693
+ <?php __("Save", "profile-builder"); ?>
1694
+ <?php __("Campaign Monitor API key:", "profile-builder"); ?>
1695
+ <?php __("Either the API key is not valid or we could not connect to Campaign Monitor to validate it!", "profile-builder"); ?>
1696
+ <?php __("The API key was successfully validated!", "profile-builder"); ?>
1697
+ <?php __("Enter your Campaign Monitor account API key.", "profile-builder"); ?>
1698
+ <?php __("Select client:", "profile-builder"); ?>
1699
+ <?php __("Loading clients...", "profile-builder"); ?>
1700
+ <?php __("Select a client that you would like to edit.", "profile-builder"); ?>
1701
+ <?php __("Select a client...", "profile-builder"); ?>
1702
+ <?php __("No clients found", "profile-builder"); ?>
1703
+ <?php __("Client List", "profile-builder"); ?>
1704
+ <?php __("Fields Count", "profile-builder"); ?>
1705
+ <?php __("Retrieves changes made in your Campaign Monitor account and matches it with the saved data from the add-on. This does not save the new data, so you will have to manually save.", "profile-builder"); ?>
1706
+ <?php __("Synchronize client data", "profile-builder"); ?>
1707
+ <?php __("Change client", "profile-builder"); ?>
1708
+ <?php __("No lists were found.", "profile-builder"); ?>
1709
+ <?php __("Click to edit", "profile-builder"); ?>
1710
+ <?php __("Field Associations:", "profile-builder"); ?>
1711
+ <?php __("Associate each Campaign Monitor field with a Profile Builder field", "profile-builder"); ?>
1712
+ <?php __("Extra Options:", "profile-builder"); ?>
1713
+ <?php __("Resubscribe", "profile-builder"); ?>
1714
+ <?php __("If the subscriber is in an inactive state or has previously been unsubscribed and you check the Resubscribe option, they will be re-added to the list. Therefore, this method should be used with caution and only where suitable.", "profile-builder"); ?>
1715
+ <?php __("Campaign Monitor API key is invalid", "profile-builder"); ?>
1716
+ <?php __("Campaign Monitor API key is empty", "profile-builder"); ?>
1717
+ <?php __("Select a list...", "profile-builder"); ?>
1718
+ <?php __("Campaign Monitor List", "profile-builder"); ?>
1719
+ <?php __("We couldn't find any lists in your Campaign Monitor settings.", "profile-builder"); ?>
1720
+ <?php __("Select in which Campaign Monitor list you wish to add a new subscriber", "profile-builder"); ?>
1721
+ <?php __("Hide on Edit Profile", "profile-builder"); ?>
1722
+ <?php __("If checked this field will not be displayed on edit profile forms", "profile-builder"); ?>
1723
+ <?php __("Something went wrong. Either the API key is invalid or we could not connect to Campaign Monitor to validate the key.", "profile-builder"); ?>
1724
+ <?php __("Please enter a Campaign Monitor API key <a href=\"%s\">here</a>.", "profile-builder"); ?>
1725
+ <?php __("Please select at least one Campaign Monitor list \n", "profile-builder"); ?>
1726
+ <?php __("Profile Builder Campaign Monitor Widget", "profile-builder"); ?>
1727
+ <?php __("Adds a basic subscribe form so that your users can subscribe to your Campaign Monitor lists", "profile-builder"); ?>
1728
+ <?php __("Submit", "profile-builder"); ?>
1729
+ <?php __("%s", "profile-builder"); ?>
1730
+ <?php __("Something went wrong. Either the Campaign Monitor API key is missing or it is invalid.", "profile-builder"); ?>
1731
+ <?php __("The Campaign Monitor API key is either missing or is invalid.", "profile-builder"); ?>
1732
+ <?php __("Subscribe to Newsletter", "profile-builder"); ?>
1733
+ <?php __("Title", "profile-builder"); ?>
1734
+ <?php __("Select the list your new subscriber will be added to", "profile-builder"); ?>
1735
+ <?php __("No lists found", "profile-builder"); ?>
1736
+ <?php __("Select list...", "profile-builder"); ?>
1737
+ <?php __("Select which fields to show", "profile-builder"); ?>
1738
+ <?php __("Email address", "profile-builder"); ?>
1739
+ <?php __("fullname", "profile-builder"); ?>
1740
+ <?php __("Extra options", "profile-builder"); ?>
1741
+ <?php __("MailChimp Integration", "profile-builder"); ?>
1742
+ <?php __("MailChimp List", "profile-builder"); ?>
1743
+ <?php __("We couldn't find any lists", "profile-builder"); ?>
1744
+ <?php __("Before you can make any changes you will need to add a MailChimp API key.", "profile-builder"); ?>
1745
+ <?php __("MailChimp API Key:", "profile-builder"); ?>
1746
+ <?php __("Either the API key is not valid or we could not connect to MailChimp to validate it!", "profile-builder"); ?>
1747
+ <?php __("Enter a MailChimp API key. You can create keys in your MailChimp account.", "profile-builder"); ?>
1748
+ <?php __("Edit this item", "profile-builder"); ?>
1749
+ <?php __("This field is required in MailChimp", "profile-builder"); ?>
1750
+ <?php __("Associate each MailChimp field with a Profile Builder field", "profile-builder"); ?>
1751
+ <?php __("Group Associations:", "profile-builder"); ?>
1752
+ <?php __("Associate each MailChimp group with a Profile Builder field", "profile-builder"); ?>
1753
+ <?php __("Double Opt-In", "profile-builder"); ?>
1754
+ <?php __("If you select double opt-in, the user will receive an email to confirm the subscription", "profile-builder"); ?>
1755
+ <?php __("Enable GDPR", "profile-builder"); ?>
1756
+ <?php __("If checked will enable GDPR on this list. <a href=\"%s\" target=\"_blank\">You must also enable GDPR on the list from mailchimp</a>", "profile-builder"); ?>
1757
+ <?php __("Something went wrong. Either the API key is invalid or we could not connect to MailChimp to validate the key.", "profile-builder"); ?>
1758
+ <?php __("MailChimp API key is invalid", "profile-builder"); ?>
1759
+ <?php __("MailChimp API key is empty", "profile-builder"); ?>
1760
+ <?php __("We couldn't find any lists in your MailChimp settings.", "profile-builder"); ?>
1761
+ <?php __("Select in which MailChimp list you wish to add a new subscriber", "profile-builder"); ?>
1762
+ <?php __("Checked by Default", "profile-builder"); ?>
1763
+ <?php __("If checked the Subscribe checkbox in the front-end will be checked by default on register forms", "profile-builder"); ?>
1764
+ <?php __("Please enter a MailChimp API key <a href=\"%s\">here</a>.", "profile-builder"); ?>
1765
+ <?php __("Please select at least one MailChimp list \n", "profile-builder"); ?>
1766
+ <?php __("Profile Builder MailChimp Widget", "profile-builder"); ?>
1767
+ <?php __("Adds a basic subscribe form so that your users can subscribe to your MailChimp lists", "profile-builder"); ?>
1768
+ <?php __("By checking this box I consent to the use of my information provided for email marketing purposes.", "profile-builder"); ?>
1769
+ <?php __("You have been subscribed to our newsletter", "profile-builder"); ?>
1770
+ <?php __("A confirmation email has been sent to the e-mail address you have provided", "profile-builder"); ?>
1771
+ <?php __("Something went wrong. Either the MailChimp API key is missing or it is invalid.", "profile-builder"); ?>
1772
+ <?php __("Select...", "profile-builder"); ?>
1773
+ <?php __("Extra Options", "profile-builder"); ?>
1774
+ <?php __("Please select a list first", "profile-builder"); ?>
1775
+ <?php __("No list was found.", "profile-builder"); ?>
1776
+ <?php __("MailPoet List", "profile-builder"); ?>
1777
+ <?php __("Please install and activate MailPoet plugin.", "profile-builder"); ?>
1778
+ <?php __("We couldn't find any lists in your MailPoet settings.", "profile-builder"); ?>
1779
+ <?php __("Select in which MailPoet list you wish to add a new subscriber", "profile-builder"); ?>
1780
+ <?php __("Please select at least one MailPoet list \n", "profile-builder"); ?>
1781
+ <?php __("Sign in with Facebook", "profile-builder"); ?>
1782
+ <?php __("Link with Facebook", "profile-builder"); ?>
1783
+ <?php __("Sign in with Google", "profile-builder"); ?>
1784
+ <?php __("Link with Google", "profile-builder"); ?>
1785
+ <?php __("Sign in with LinkedIn", "profile-builder"); ?>
1786
+ <?php __("Link with LinkedIn", "profile-builder"); ?>
1787
+ <?php __("Error Receiving Request Token", "profile-builder"); ?>
1788
+ <?php __("Connection with twitter Failed", "profile-builder"); ?>
1789
+ <?php __("Sign in with Twitter", "profile-builder"); ?>
1790
+ <?php __("Link with Twitter", "profile-builder"); ?>
1791
+ <?php __("Communication Preferences", "profile-builder"); ?>
1792
+ <?php __("Telephone", "profile-builder"); ?>
1793
+ <?php __("SMS", "profile-builder"); ?>
1794
+ <?php __("Post", "profile-builder"); ?>
1795
+ <?php __("Select which communication preferences are available on your site ( drag and drop to re-order )", "profile-builder"); ?>
1796
+ <?php __("Communication Preferences Order", "profile-builder"); ?>
1797
+ <?php __("Save the communication preferences order", "profile-builder"); ?>
1798
+ <?php __("required", "profile-builder"); ?>
1799
+ <?php __("Date", "profile-builder"); ?>
1800
+ <?php __("Preference", "profile-builder"); ?>
1801
+ <?php __("You are not allowed to do this!", "profile-builder"); ?>
1802
+ <?php __("Uploaded file is not valid json!", "profile-builder"); ?>
1803
+ <?php __("You do not have the capabilities required to do this!", "profile-builder"); ?>
1804
+ <?php __("Please select a .json file to import!", "profile-builder"); ?>
1805
+ <?php __("Import successfully!", "profile-builder"); ?>
1806
+ <?php __("Page will refresh in 3 seconds...", "profile-builder"); ?>
1807
  <?php __("Add Entry", "profile-builder"); ?>
1808
  <?php __("Delete this item", "profile-builder"); ?>
1809
  <?php __("Please enter a value for the required field ", "profile-builder"); ?>
1836
  <?php __("Please enter a valid username.", "profile-builder"); ?>
1837
  <?php __("This username is already reserved to be used soon.", "profile-builder"); ?>
1838
  <?php __("Remove", "profile-builder"); ?>
 
1839
  <?php __("The hidden Honeypot field must be empty.", "profile-builder"); ?>
1840
  <?php __("You must enter a valid URL.", "profile-builder"); ?>
1841
  <?php __("Please add the Google Maps API key for this field.", "profile-builder"); ?>
1842
  <?php __("Something went wrong. Please try again.", "profile-builder"); ?>
1843
  <?php __("Please enter numbers only", "profile-builder"); ?>
1844
+ <?php __('Value must be a multiplier of %1$s', 'profile-builder' ); ?>
1845
+ <?php __('Value must be greater than or equal to %1$s', 'profile-builder' ); ?>
1846
+ <?php __('Value must be less than or equal to %1$s', 'profile-builder' ); ?>
1847
  <?php __("Required phone number format: ", "profile-builder"); ?>
1848
  <?php __("...Choose", "profile-builder"); ?>
1849
  <?php __("Select File", "profile-builder"); ?>
1853
  <?php __("An error occurred, please try again later.", "profile-builder"); ?>
1854
  <?php __("This display name is already in use. Please choose another one.", "profile-builder"); ?>
1855
  <?php __("Email address change request for %s", "profile-builder"); ?>
1856
+ <?php __('Someone requested to change the email address for your account.<br/>If this was a mistake, just ignore this email and nothing will happen.<br/>To update your account email address to the one requested (%1$s), visit the following link: %2$s', 'profile-builder' ); ?>
1857
  <?php __("Placeholder Labels", "profile-builder"); ?>
1858
  <?php __("Replace labels with placeholders:", "profile-builder"); ?>
1859
  <?php __("Resend activation email", "profile-builder"); ?>
1927
  <?php __("Always show edit other users dropdown", "profile-builder"); ?>
1928
  <?php __("For perfomance reasons, we disable the select if you have more than 5000 users on your website. This option lets you enable it again.", "profile-builder"); ?>
1929
  <?php __("Consider 'Anyone can Register' WordPress option", "profile-builder"); ?>
1930
+ <?php __('By default, Profile Builder ignores this %1$s. If you check this option, our registration form will consider it.', 'profile-builder' ); ?>
1931
  <?php __("setting", "profile-builder"); ?>
1932
  <?php __("Modify default Redirect Delay timer", "profile-builder"); ?>
1933
  <?php __("This allows you to change the amount of seconds it takes for the <strong>'After Registration'</strong> redirect to happen.", "profile-builder"); ?>
1990
  <?php __("Form", "profile-builder"); ?>
1991
  <?php __("Assigned Role", "profile-builder"); ?>
1992
  <?php __("Automatic Login", "profile-builder"); ?>
1993
+ <?php __('Edit the Settings for this form %1$shere%2$s', 'profile-builder' ); ?>
1994
  <?php __("Redirect after Edit Profile", "profile-builder"); ?>
1995
  <?php __("Redirect after Registration", "profile-builder"); ?>
1996
  <?php __("Redirect after Logout", "profile-builder"); ?>
translation/profile-builder.pot CHANGED
@@ -13,6962 +13,7338 @@ msgstr ""
13
  "X-Poedit-SourceCharset: UTF-8\n"
14
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
 
16
- #: ../pb-add-on-bbpress/bbpress-page.php:24, ../pb-add-on-bbpress/bbpress-page.php:24, admin/add-ons.php:134
17
- msgid "bbPress"
18
  msgstr ""
19
 
20
- #: ../pb-add-on-bbpress/bbpress-page.php:69
21
- msgid "bbPress Integration"
22
  msgstr ""
23
 
24
- #: ../pb-add-on-bbpress/bbpress-page.php:78
25
- msgid "Choose (Single) User Listing to display under bbPress user Profile tab:"
26
  msgstr ""
27
 
28
- #: ../pb-add-on-bbpress/bbpress-page.php:82, ../pb-add-on-bbpress/bbpress-page.php:117, ../pb-add-on-woocommerce/woosync-page.php:80, ../pb-add-on-woocommerce/woosync-page.php:115, ../pb-add-on-mailchimp-integration/admin/mailchimp-page.php:232, ../pb-add-on-mailchimp-integration/admin/mailchimp-page.php:307, 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, features/content-restriction/content-restriction.php:136
29
- msgid "None"
30
  msgstr ""
31
 
32
- #: ../pb-add-on-bbpress/bbpress-page.php:105
33
- msgid "Select which Single User-listing managed via Profile Builder should replace the default bbPress user profile."
34
  msgstr ""
35
 
36
- #: ../pb-add-on-bbpress/bbpress-page.php:113
37
- msgid "Choose Edit Profile form to display under bbPress Profile Edit tab:"
38
  msgstr ""
39
 
40
- #: ../pb-add-on-bbpress/bbpress-page.php:118, ../pb-add-on-buddypress/buddypress-page.php:98, ../pb-add-on-woocommerce/woosync-page.php:116
41
- msgid "Default Edit Profile"
42
  msgstr ""
43
 
44
- #: ../pb-add-on-bbpress/bbpress-page.php:141
45
- msgid "Select Profile Builder Edit Profile form to replace the bbPress Profile Edit tab."
46
  msgstr ""
47
 
48
- #: ../pb-add-on-bbpress/bbpress-page.php:148
49
- msgid "Replace bbPress Login form:"
50
  msgstr ""
51
 
52
- #: ../pb-add-on-bbpress/bbpress-page.php:152, ../pb-add-on-social-connect/index.php:353, ../pb-add-on-social-connect/index.php:412, admin/general-settings.php:163, admin/general-settings.php:178, admin/general-settings.php:227, admin/general-settings.php:272, 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, 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:180, assets/misc/elementor/widgets/class-pb-widget-ul.php:108
53
- msgid "No"
54
  msgstr ""
55
 
56
- #: ../pb-add-on-bbpress/bbpress-page.php:153, ../pb-add-on-social-connect/index.php:352, ../pb-add-on-social-connect/index.php:411, admin/general-settings.php:149, admin/general-settings.php:162, admin/general-settings.php:177, admin/general-settings.php:226, admin/general-settings.php:273, 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:2573, 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:179, assets/misc/elementor/widgets/class-pb-widget-ul.php:107
57
- msgid "Yes"
58
  msgstr ""
59
 
60
- #: ../pb-add-on-bbpress/bbpress-page.php:157
61
- msgid "Select \"Yes\" to replace the default bbPress Login form with the Profile Builder Login form."
62
  msgstr ""
63
 
64
- #: ../pb-add-on-bbpress/index.php:321
65
- msgid "bbPress needs to be installed and activated for Profile Builder - bbPress Integration Add-on to work as expected!"
66
  msgstr ""
67
 
68
- #: ../pb-add-on-bbpress/index.php:181, ../pb-add-on-bbpress/index.php:196
69
- msgid "Forum Role"
70
  msgstr ""
71
 
72
- #: ../pb-add-on-bbpress/index.php:182, ../pb-add-on-bbpress/index.php:176, ../pb-add-on-bbpress/index.php:197, ../pb-add-on-bbpress/index.php:247
73
- msgid "Topics Started"
74
  msgstr ""
75
 
76
- #: ../pb-add-on-bbpress/index.php:183, ../pb-add-on-bbpress/index.php:177, ../pb-add-on-bbpress/index.php:198, ../pb-add-on-bbpress/index.php:249
77
- msgid "Replies Created"
78
  msgstr ""
79
 
80
- #: ../pb-add-on-buddypress/buddypress-page.php:26, ../pb-add-on-buddypress/buddypress-page.php:26, admin/add-ons.php:87
81
- msgid "BuddyPress"
82
  msgstr ""
83
 
84
- #: ../pb-add-on-buddypress/buddypress-page.php:45
85
- msgid "BuddyPress Integration"
86
  msgstr ""
87
 
88
- #: ../pb-add-on-buddypress/buddypress-page.php:50
89
- msgid "Import BuddyPress Fields to Profile Builder"
90
  msgstr ""
91
 
92
- #: ../pb-add-on-buddypress/buddypress-page.php:53
93
- msgid "Import BuddyPress Fields"
94
  msgstr ""
95
 
96
- #: ../pb-add-on-buddypress/buddypress-page.php:55
97
- msgid "Create fields in Profile Builder that match the existing ones in BuddyPress and import all the user field entries.<br><a href=\"https://www.cozmoslabs.com/docs/profile-builder-2/add-ons/buddypress/#Import_BuddyPress_Fields_to_Profile_Builder\">Learn more about importing BuddyPress fields</a>."
98
  msgstr ""
99
 
100
- #: ../pb-add-on-buddypress/buddypress-page.php:61
101
- msgid "Registration form:"
102
  msgstr ""
103
 
104
- #: ../pb-add-on-buddypress/buddypress-page.php:65, add-ons/email-customizer/user-email-customizer.php:104
105
- msgid "Default Registration"
106
  msgstr ""
107
 
108
- #: ../pb-add-on-buddypress/buddypress-page.php:87
109
- msgid "Select Profile Builder Registration form to replace the BuddyPress Registration form.<br>Registration emails will now be managed in Profile Builder -> User Email Customizer"
110
  msgstr ""
111
 
112
- #: ../pb-add-on-buddypress/buddypress-page.php:94
113
- msgid "Edit Profile form:"
114
  msgstr ""
115
 
116
- #: ../pb-add-on-buddypress/buddypress-page.php:120
117
- msgid "Select Profile Builder Edit Profile form to replace the BuddyPress Profile Edit tab."
118
  msgstr ""
119
 
120
- #: ../pb-add-on-buddypress/buddypress-page.php:131
121
- msgid "User Listing template:"
122
  msgstr ""
123
 
124
- #: ../pb-add-on-buddypress/buddypress-page.php:157
125
- msgid "Select which User Listing template managed by Profile Builder should replace the default BuddyPress user profile view."
126
  msgstr ""
127
 
128
- #: ../pb-add-on-buddypress/buddypress-page.php:164
129
- msgid "Use All-User Listing?"
130
  msgstr ""
131
 
132
- #: ../pb-add-on-buddypress/buddypress-page.php:170
133
- msgid "Enable PB User Listing on BuddyPress Members page"
134
  msgstr ""
135
 
136
- #: ../pb-add-on-buddypress/buddypress-page.php:172
137
- msgid "Check this if All User-listing managed via Profile Builder should replace the default BuddyPress Members page.<br>The template used will be the one selected above."
138
  msgstr ""
139
 
140
- #: ../pb-add-on-buddypress/field-visibility.php:20
141
- msgid "Allow members to override"
142
  msgstr ""
143
 
144
- #: ../pb-add-on-buddypress/field-visibility.php:20
145
- msgid "Enforce field visibility"
146
  msgstr ""
147
 
148
- #: ../pb-add-on-buddypress/field-visibility.php:22
149
- msgid "BuddyPress Default Field Visibility"
150
  msgstr ""
151
 
152
- #: ../pb-add-on-buddypress/field-visibility.php:23
153
- msgid "BuddyPress Allow Custom Visibility"
154
  msgstr ""
155
 
156
- #: ../pb-add-on-buddypress/field-visibility.php:119, ../pb-add-on-buddypress/field-visibility.php:105
157
- msgid "This field can be seen by: "
158
  msgstr ""
159
 
160
- #: ../pb-add-on-buddypress/field-visibility.php:105
161
- msgid "Change"
162
  msgstr ""
163
 
164
- #: ../pb-add-on-buddypress/field-visibility.php:110
165
- msgid "Who can see this field?"
166
  msgstr ""
167
 
168
- #: ../pb-add-on-buddypress/field-visibility.php:115
169
- msgid "Close"
170
  msgstr ""
171
 
172
- #: ../pb-add-on-buddypress/field-visibility.php:216, ../pb-add-on-custom-profile-menus/index.php:269
173
- msgid "Everyone"
174
  msgstr ""
175
 
176
- #: ../pb-add-on-buddypress/field-visibility.php:220
177
- msgid "Only Me"
178
  msgstr ""
179
 
180
- #: ../pb-add-on-buddypress/field-visibility.php:224, ../pb-add-on-buddypress/mustache-vars.php:329
181
- msgid "All Members"
182
  msgstr ""
183
 
184
- #: ../pb-add-on-buddypress/field-visibility.php:228, ../pb-add-on-buddypress/mustache-vars.php:333
185
- msgid "My Friends"
186
  msgstr ""
187
 
188
- #: ../pb-add-on-buddypress/import-bp-fields.php:34
189
- msgid "<h2>Import BuddyPress Fields to Profile Builder</h2>"
190
  msgstr ""
191
 
192
- #: ../pb-add-on-buddypress/import-bp-fields.php:40
193
- msgid "BuddyPress is not installed and active. Import aborted!"
194
  msgstr ""
195
 
196
- #: ../pb-add-on-buddypress/import-bp-fields.php:53
197
- msgid "Importing User entries BuddyPress Fields to Profile Builder...<br><br>"
198
  msgstr ""
199
 
200
- #: ../pb-add-on-buddypress/import-bp-fields.php:55
201
- msgid "Done."
202
  msgstr ""
203
 
204
- #: ../pb-add-on-buddypress/import-bp-fields.php:55
205
- msgid "Back to BuddyPress Settings page"
206
  msgstr ""
207
 
208
- #: ../pb-add-on-buddypress/import-bp-fields.php:44
209
- msgid "Importing BuddyPress Field Settings to Profile Builder...<br><br>"
210
  msgstr ""
211
 
212
- #: ../pb-add-on-buddypress/import-bp-fields.php:51, ../pb-add-on-buddypress/import-bp-fields.php:328
213
- msgid "If the page does not redirect automatically"
214
  msgstr ""
215
 
216
- #: ../pb-add-on-buddypress/import-bp-fields.php:51, ../pb-add-on-buddypress/import-bp-fields.php:328
217
- msgid "click here"
218
  msgstr ""
219
 
220
- #: ../pb-add-on-buddypress/index.php:382
221
- msgid "BuddyPress needs to be installed and activated for Profile Builder - BuddyPress Integration Add-on to work as expected!"
222
  msgstr ""
223
 
224
- #: ../pb-add-on-buddypress/index.php:222
225
- msgid "Profile Builder Avatar field is disabled to allow use of BuddyPress Avatar."
226
  msgstr ""
227
 
228
- #: ../pb-add-on-buddypress/index.php:511, admin/manage-fields.php:332
229
- msgid "Name"
230
  msgstr ""
231
 
232
- #: ../pb-add-on-buddypress/index.php:514
233
- msgid "Username:"
234
  msgstr ""
235
 
236
- #: ../pb-add-on-buddypress/index.php:518
237
- msgid "First Name:"
238
  msgstr ""
239
 
240
- #: ../pb-add-on-buddypress/index.php:522
241
- msgid "Last Name:"
242
  msgstr ""
243
 
244
- #: ../pb-add-on-buddypress/index.php:526
245
- msgid "Nickname:"
246
  msgstr ""
247
 
248
- #: ../pb-add-on-buddypress/index.php:530
249
- msgid "Display name:"
250
  msgstr ""
251
 
252
- #: ../pb-add-on-buddypress/index.php:534, admin/manage-fields.php:338
253
- msgid "Contact Info"
254
  msgstr ""
255
 
256
- #: ../pb-add-on-buddypress/index.php:537
257
- msgid "Website:"
258
  msgstr ""
259
 
260
- #: ../pb-add-on-buddypress/index.php:541, admin/manage-fields.php:349
261
- msgid "About Yourself"
262
  msgstr ""
263
 
264
- #: ../pb-add-on-buddypress/index.php:544
265
- msgid "Biographical Info:"
266
  msgstr ""
267
 
268
- #: ../pb-add-on-buddypress/mustache-vars.php:15, ../pb-add-on-buddypress/mustache-vars.php:47
269
- msgid "BuddyPress Avatar"
270
  msgstr ""
271
 
272
- #: ../pb-add-on-buddypress/mustache-vars.php:16, ../pb-add-on-buddypress/mustache-vars.php:48
273
- msgid "BuddyPress Cover Photo"
274
  msgstr ""
275
 
276
- #: ../pb-add-on-buddypress/mustache-vars.php:17, ../pb-add-on-buddypress/mustache-vars.php:29, ../pb-add-on-buddypress/mustache-vars.php:256
277
- msgid "BuddyPress Last Active"
278
  msgstr ""
279
 
280
- #: ../pb-add-on-buddypress/mustache-vars.php:21
281
- msgid "BuddyPress Add Friend Button"
282
  msgstr ""
283
 
284
- #: ../pb-add-on-buddypress/mustache-vars.php:24
285
- msgid "BuddyPress Latest Update"
286
  msgstr ""
287
 
288
- #: ../pb-add-on-buddypress/mustache-vars.php:134
289
- msgid "Never active"
290
  msgstr ""
291
 
292
- #: ../pb-add-on-buddypress/mustache-vars.php:239
293
- msgid "Last Active"
294
  msgstr ""
295
 
296
- #: ../pb-add-on-buddypress/mustache-vars.php:272
297
- msgid "My BuddyPress Friends Tab"
298
  msgstr ""
299
 
300
- #: ../pb-add-on-buddypress/mustache-vars.php:373
301
- msgid "BuddyPress field visibility syntax"
302
  msgstr ""
303
 
304
- #: ../pb-add-on-buddypress/mustache-vars.php:393
305
- msgid "Are you sure you want to reset this template?"
306
  msgstr ""
307
 
308
- #: ../pb-add-on-buddypress/mustache-vars.php:393
309
- msgid "Reset to Default BuddyPress User Listing Templates"
310
  msgstr ""
311
 
312
- #: ../pb-add-on-buddypress/mustache-vars.php:394
313
- msgid "<b>Note:</b> This action is not reversible. All modifications to this template will be lost!"
314
  msgstr ""
315
 
316
- #: ../pb-add-on-buddypress/mustache-vars.php:408
317
- msgid "Reset template"
318
  msgstr ""
319
 
320
- #: ../pb-add-on-custom-profile-menus/index.php:178
321
- msgid "Login Label"
322
  msgstr ""
323
 
324
- #: ../pb-add-on-custom-profile-menus/index.php:183, ../pb-add-on-custom-profile-menus/index.php:305, ../pb-add-on-custom-profile-menus/wppb-custom-profile-menus.php:13, ../pb-add-on-custom-profile-menus/wppb-custom-profile-menus.php:60, features/login-widget/login-widget.php:61, assets/misc/elementor/widgets/class-pb-widget-l.php:26
325
- msgid "Login"
326
  msgstr ""
327
 
328
- #: ../pb-add-on-custom-profile-menus/index.php:186
329
- msgid "Logout Label"
330
  msgstr ""
331
 
332
- #: ../pb-add-on-custom-profile-menus/index.php:191, ../pb-add-on-custom-profile-menus/wppb-custom-profile-menus.php:16, front-end/class-formbuilder.php:187
333
- msgid "Logout"
334
  msgstr ""
335
 
336
- #: ../pb-add-on-custom-profile-menus/index.php:197
337
- msgid "Form page URL"
338
  msgstr ""
339
 
340
- #: ../pb-add-on-custom-profile-menus/index.php:200
341
- msgid "Login page URL"
342
  msgstr ""
343
 
344
- #: ../pb-add-on-custom-profile-menus/index.php:203
345
- msgid "Login Form page URL"
346
  msgstr ""
347
 
348
- #: ../pb-add-on-custom-profile-menus/index.php:206
349
- msgid "Edit Profile Form page URL"
350
  msgstr ""
351
 
352
- #: ../pb-add-on-custom-profile-menus/index.php:209
353
- msgid "Register Form page URL"
354
  msgstr ""
355
 
356
- #: ../pb-add-on-custom-profile-menus/index.php:248
357
- msgid "Display Mode"
358
  msgstr ""
359
 
360
- #: ../pb-add-on-custom-profile-menus/index.php:255, features/content-restriction/content-restriction-meta-box.php:68
361
- msgid "Logged In Users"
362
  msgstr ""
363
 
364
- #: ../pb-add-on-custom-profile-menus/index.php:262
365
- msgid "Logged Out Users"
366
  msgstr ""
367
 
368
- #: ../pb-add-on-custom-profile-menus/index.php:276
369
- msgid "Restrict menu item to a minimum role"
370
  msgstr ""
371
 
372
- #: ../pb-add-on-custom-profile-menus/index.php:277
373
- msgid "Works only if Display Mode: Logged In Users is selected"
374
  msgstr ""
375
 
376
- #: ../pb-add-on-custom-profile-menus/index.php:308, ../pb-add-on-custom-profile-menus/wppb-custom-profile-menus.php:67, assets/misc/elementor/widgets/class-pb-widget-epf.php:32
377
- msgid "Edit Profile"
378
  msgstr ""
379
 
380
- #: ../pb-add-on-custom-profile-menus/index.php:311, ../pb-add-on-custom-profile-menus/wppb-custom-profile-menus.php:74, front-end/class-formbuilder.php:464, front-end/login.php:583, assets/misc/elementor/widgets/class-pb-widget-rf.php:32
381
- msgid "Register"
382
  msgstr ""
383
 
384
- #: ../pb-add-on-custom-profile-menus/index.php:317
385
- msgid "iFrame Title"
386
  msgstr ""
387
 
388
- #: ../pb-add-on-custom-profile-menus/index.php:327
389
- msgid "iFrame Size"
390
  msgstr ""
391
 
392
- #: ../pb-add-on-custom-profile-menus/index.php:330
393
- msgid "Height (px)"
394
  msgstr ""
395
 
396
- #: ../pb-add-on-custom-profile-menus/index.php:337
397
- msgid "Width (px)"
398
  msgstr ""
399
 
400
- #: ../pb-add-on-edit-profile-approved-by-admin/index.php:209
401
- msgid "Requires Admin Approval on Edit Profile"
402
  msgstr ""
403
 
404
- #: ../pb-add-on-edit-profile-approved-by-admin/index.php:209
405
- msgid "Choose if this field requires an administrator to approve any modifications on the edit profile forms"
406
  msgstr ""
407
 
408
- #: ../pb-add-on-edit-profile-approved-by-admin/index.php:310
409
- msgid "This field requires admin approval on edit profile"
410
  msgstr ""
411
 
412
- #: ../pb-add-on-edit-profile-approved-by-admin/index.php:379
413
- msgid "Finish Review and Send Notifications"
414
  msgstr ""
415
 
416
- #: ../pb-add-on-edit-profile-approved-by-admin/index.php:380
417
- msgid "Approve All"
418
  msgstr ""
419
 
420
- #: ../pb-add-on-edit-profile-approved-by-admin/index.php:398
421
- msgid "This field requires approval by an administrator"
422
  msgstr ""
423
 
424
- #: ../pb-add-on-edit-profile-approved-by-admin/index.php:427, features/admin-approval/class-admin-approval.php:355
425
- msgid "Unapproved"
426
  msgstr ""
427
 
428
- #: ../pb-add-on-edit-profile-approved-by-admin/index.php:427, features/admin-approval/class-admin-approval.php:353
429
- msgid "Approved"
430
  msgstr ""
431
 
432
- #: ../pb-add-on-edit-profile-approved-by-admin/index.php:767, ../pb-add-on-edit-profile-approved-by-admin/index.php:797
433
- msgid "Your profile has been reviewed by an administrator"
434
  msgstr ""
435
 
436
- #: ../pb-add-on-edit-profile-approved-by-admin/index.php:789
437
- msgid "Approved fields:%s"
438
  msgstr ""
439
 
440
- #: ../pb-add-on-edit-profile-approved-by-admin/index.php:793
441
- msgid "Unapproved fields:%s"
442
  msgstr ""
443
 
444
- #: ../pb-add-on-edit-profile-approved-by-admin/index.php:816
445
- msgid "Field %1$s changed from %2$s to %3$s"
446
  msgstr ""
447
 
448
- #: ../pb-add-on-edit-profile-approved-by-admin/index.php:824
449
- msgid "The user %1$s has updated their profile and some of the fields require admin approval:<br><br> %2$s"
450
  msgstr ""
451
 
452
- #: ../pb-add-on-edit-profile-approved-by-admin/index.php:826
453
- msgid "Access this link to approve changes: %1$s"
454
  msgstr ""
455
 
456
- #: ../pb-add-on-edit-profile-approved-by-admin/index.php:829
457
- msgid "A user has updated their profile. Some fields need approval"
458
  msgstr ""
459
 
460
- #: ../pb-add-on-edit-profile-approved-by-admin/index.php:849
461
- msgid "Field %1$s requires approval from an administrator"
462
  msgstr ""
463
 
464
- #: ../pb-add-on-edit-profile-approved-by-admin/index.php:924
465
- msgid "Show users that require review"
466
  msgstr ""
467
 
468
- #: ../pb-add-on-edit-profile-approved-by-admin/index.php:926
469
- msgid "Show reviewed users with unapproved fields"
470
  msgstr ""
471
 
472
- #: ../pb-add-on-edit-profile-approved-by-admin/index.php:929
473
- msgid "Exit Review Mode"
474
  msgstr ""
475
 
476
- #: ../pb-add-on-mailpoet-integration/index.php:128
477
- msgid "MailPoet Newsletters needs to be installed and activated for Profile Builder - MailPoet Add-on to work!"
478
  msgstr ""
479
 
480
- #: ../pb-add-on-multi-step-forms/index.php:102, ../pb-add-on-multi-step-forms/index.php:556
481
- msgid "Step"
482
  msgstr ""
483
 
484
- #: ../pb-add-on-multi-step-forms/index.php:103
485
- msgid "Title for Tab"
486
  msgstr ""
487
 
488
- #: ../pb-add-on-multi-step-forms/index.php:104
489
- msgid "Add Break Points to edit tabs title."
490
  msgstr ""
491
 
492
- #: ../pb-add-on-multi-step-forms/index.php:105
493
- msgid "Publish the form to edit tabs title."
494
  msgstr ""
495
 
496
- #: ../pb-add-on-multi-step-forms/index.php:106, ../pb-add-on-multi-step-forms/index.php:220
497
- msgid "Publish the form before adding Break Points!"
498
  msgstr ""
499
 
500
- #: ../pb-add-on-multi-step-forms/index.php:107
501
- msgid "Request in process, please wait a few seconds before a new one!"
502
  msgstr ""
503
 
504
- #: ../pb-add-on-multi-step-forms/index.php:148
505
- msgid "Multi-Step Forms"
506
  msgstr ""
507
 
508
- #: ../pb-add-on-multi-step-forms/index.php:225
509
- msgid "To enable MSF you must add Break Points."
510
  msgstr ""
511
 
512
- #: ../pb-add-on-multi-step-forms/index.php:226, ../pb-add-on-multi-step-forms/index.php:201
513
- msgid "Pagination and Tabs:"
514
  msgstr ""
515
 
516
- #: ../pb-add-on-multi-step-forms/index.php:227, ../pb-add-on-multi-step-forms/index.php:202
517
- msgid "Enable Pagination"
518
  msgstr ""
519
 
520
- #: ../pb-add-on-multi-step-forms/index.php:228, ../pb-add-on-multi-step-forms/index.php:203
521
- msgid "Enable Tabs"
522
  msgstr ""
523
 
524
- #: ../pb-add-on-multi-step-forms/index.php:228, ../pb-add-on-multi-step-forms/index.php:203
525
- msgid "Edit Tabs Title"
526
  msgstr ""
527
 
528
- #: ../pb-add-on-multi-step-forms/index.php:192
529
- msgid "Multi-Step Forms options updated."
530
  msgstr ""
531
 
532
- #: ../pb-add-on-multi-step-forms/index.php:197
533
- msgid "Enable on:"
534
  msgstr ""
535
 
536
- #: ../pb-add-on-multi-step-forms/index.php:198
537
- msgid "PB Default Register Form"
538
  msgstr ""
539
 
540
- #: ../pb-add-on-multi-step-forms/index.php:199
541
- msgid "PB Default Edit Profile Form"
542
  msgstr ""
543
 
544
- #: ../pb-add-on-multi-step-forms/index.php:200
545
- msgid "To enable it on Multiple Registration and Edit-Profile Forms you must add Break Points in each form page."
546
  msgstr ""
547
 
548
- #: ../pb-add-on-multi-step-forms/index.php:205
549
- msgid "Update Multi-Step"
550
  msgstr ""
551
 
552
- #: ../pb-add-on-multi-step-forms/index.php:477
553
- msgid "Next"
554
  msgstr ""
555
 
556
- #: ../pb-add-on-multi-step-forms/index.php:478
557
- msgid "Previous"
558
  msgstr ""
559
 
560
- #: ../pb-add-on-social-connect/index.php:211, ../pb-add-on-social-connect/index.php:212, ../pb-add-on-social-connect/index.php:320, ../pb-add-on-social-connect/index.php:324, admin/add-ons.php:102
561
- msgid "Social Connect"
562
  msgstr ""
563
 
564
- #: ../pb-add-on-social-connect/index.php:231
565
- msgid "Display on the Following Forms"
566
  msgstr ""
567
 
568
- #: ../pb-add-on-social-connect/index.php:232
569
- msgid "Disable Registration on"
570
  msgstr ""
571
 
572
- #: ../pb-add-on-social-connect/index.php:232
573
- msgid "Allow only login with Social Connect on Profile Builder Login Form.<br>Social Connect will still automatically register users on other forms."
574
  msgstr ""
575
 
576
- #: ../pb-add-on-social-connect/index.php:233
577
- msgid "Facebook Login"
578
  msgstr ""
579
 
580
- #: ../pb-add-on-social-connect/index.php:234
581
- msgid "Facebook App ID"
582
  msgstr ""
583
 
584
- #: ../pb-add-on-social-connect/index.php:235
585
- msgid "Google Login"
586
  msgstr ""
587
 
588
- #: ../pb-add-on-social-connect/index.php:236
589
- msgid "Google Client ID"
590
  msgstr ""
591
 
592
- #: ../pb-add-on-social-connect/index.php:237
593
- msgid "Twitter Login"
594
  msgstr ""
595
 
596
- #: ../pb-add-on-social-connect/index.php:238
597
- msgid "Twitter API Key"
598
  msgstr ""
599
 
600
- #: ../pb-add-on-social-connect/index.php:239
601
- msgid "Twitter API Secret"
602
  msgstr ""
603
 
604
- #: ../pb-add-on-social-connect/index.php:240
605
- msgid "LinkedIn Login"
606
  msgstr ""
607
 
608
- #: ../pb-add-on-social-connect/index.php:241
609
- msgid "LinkedIn Client ID"
610
  msgstr ""
611
 
612
- #: ../pb-add-on-social-connect/index.php:242
613
- msgid "LinkedIn Client Secret"
614
  msgstr ""
615
 
616
- #: ../pb-add-on-social-connect/index.php:243
617
- msgid "Buttons Order"
618
  msgstr ""
619
 
620
- #: ../pb-add-on-social-connect/index.php:243
621
- msgid "Drag and drop the dots to re-order."
622
  msgstr ""
623
 
624
- #: ../pb-add-on-social-connect/index.php:244
625
- msgid "Buttons Re-Order"
626
  msgstr ""
627
 
628
- #: ../pb-add-on-social-connect/index.php:244
629
- msgid "Save the buttons order from the buttons order checkboxes"
630
  msgstr ""
631
 
632
- #: ../pb-add-on-social-connect/index.php:245
633
- msgid "Buttons Location"
634
  msgstr ""
635
 
636
- #: ../pb-add-on-social-connect/index.php:245
637
- msgid "Display social buttons before or after the forms fields."
638
  msgstr ""
639
 
640
- #: ../pb-add-on-social-connect/index.php:246
641
- msgid "Buttons Style"
642
  msgstr ""
643
 
644
- #: ../pb-add-on-social-connect/index.php:247
645
- msgid "Google Sign In Button"
646
  msgstr ""
647
 
648
- #: ../pb-add-on-social-connect/index.php:248
649
- msgid "Heading Before Buttons (Login/Register)"
650
  msgstr ""
651
 
652
- #: ../pb-add-on-social-connect/index.php:248, ../pb-add-on-social-connect/index.php:249
653
- msgid "Empty field will remove the heading."
654
  msgstr ""
655
 
656
- #: ../pb-add-on-social-connect/index.php:249
657
- msgid "Heading Before Buttons (Edit Profile)"
658
  msgstr ""
659
 
660
- #: ../pb-add-on-social-connect/index.php:250
661
- msgid "Facebook Button Text (Login/Register)"
662
  msgstr ""
663
 
664
- #: ../pb-add-on-social-connect/index.php:251
665
- msgid "Google Button Text (Login/Register)"
666
  msgstr ""
667
 
668
- #: ../pb-add-on-social-connect/index.php:252
669
- msgid "Twitter Button Text (Login/Register)"
670
  msgstr ""
671
 
672
- #: ../pb-add-on-social-connect/index.php:253
673
- msgid "LinkedIn Button Text (Login/Register)"
674
  msgstr ""
675
 
676
- #: ../pb-add-on-social-connect/index.php:254
677
- msgid "Facebook Button Text (Edit Profile)"
678
  msgstr ""
679
 
680
- #: ../pb-add-on-social-connect/index.php:255
681
- msgid "Google Button Text (Edit Profile)"
682
  msgstr ""
683
 
684
- #: ../pb-add-on-social-connect/index.php:256
685
- msgid "Twitter Button Text (Edit Profile)"
686
  msgstr ""
687
 
688
- #: ../pb-add-on-social-connect/index.php:257
689
- msgid "LinkedIn Button Text (Edit Profile)"
690
  msgstr ""
691
 
692
- #: ../pb-add-on-social-connect/index.php:258
693
- msgid "Unlink Accounts (Edit Profile)"
694
  msgstr ""
695
 
696
- #: ../pb-add-on-social-connect/index.php:258
697
- msgid "This option will display linked social platforms to users accounts and will allow to easily unlink them in Edit Profile page."
698
  msgstr ""
699
 
700
- #: ../pb-add-on-social-connect/index.php:259
701
- msgid "Default Social Connect CSS in the Front-end"
702
  msgstr ""
703
 
704
- #: ../pb-add-on-social-connect/index.php:265, admin/admin-functions.php:211, admin/general-settings.php:112, admin/general-settings.php:112
705
- msgid "Settings"
706
  msgstr ""
707
 
708
- #: ../pb-add-on-social-connect/index.php:279
709
- msgid "Help"
710
  msgstr ""
711
 
712
- #: ../pb-add-on-social-connect/index.php:349
713
- msgid "Display Social Connect buttons:"
714
  msgstr ""
715
 
716
- #: ../pb-add-on-social-connect/index.php:398
717
- msgid "You have successfully unlinked %% from your account."
718
  msgstr ""
719
 
720
- #: ../pb-add-on-social-connect/index.php:410
721
- msgid "An account with this email address already exists.<br> Do you want to connect it?"
722
  msgstr ""
723
 
724
- #: ../pb-add-on-social-connect/index.php:413
725
- msgid "Please enter your website account password"
726
  msgstr ""
727
 
728
- #: ../pb-add-on-social-connect/index.php:414
729
- msgid "Please enter a new email"
730
  msgstr ""
731
 
732
- #: ../pb-add-on-social-connect/index.php:415
733
- msgid "You have successfully linked your account to %%."
734
  msgstr ""
735
 
736
- #: ../pb-add-on-social-connect/index.php:416, ../pb-add-on-social-connect/twitter/twitter.php:112
737
- msgid "Something went wrong. Please try again later!"
738
  msgstr ""
739
 
740
- #: ../pb-add-on-social-connect/index.php:417
741
- msgid "Before you can access your account you need to confirm your email address. Please check your inbox and click the activation link."
742
  msgstr ""
743
 
744
- #: ../pb-add-on-social-connect/index.php:418
745
- msgid "<strong>ERROR</strong>: You need to confirm your email address before you can log in."
746
  msgstr ""
747
 
748
- #: ../pb-add-on-social-connect/index.php:419
749
- msgid "Before you can access your account an administrator has to approve it. You will be notified via email."
750
  msgstr ""
751
 
752
- #: ../pb-add-on-social-connect/index.php:420, features/admin-approval/admin-approval.php:196
753
- msgid "<strong>ERROR</strong>: Your account has to be confirmed by an administrator before you can log in."
754
  msgstr ""
755
 
756
- #: ../pb-add-on-social-connect/index.php:421
757
- msgid "You will be redirected in 5 seconds. If not, click %%."
758
  msgstr ""
759
 
760
- #: ../pb-add-on-social-connect/index.php:422, features/functions.php:1363
761
- msgid "here"
762
  msgstr ""
763
 
764
- #: ../pb-add-on-social-connect/index.php:423
765
- msgid "<strong>You can only login with social accounts, not register!</strong><br>Please link your social account to an existing user account first."
766
  msgstr ""
767
 
768
- #: ../pb-add-on-social-connect/index.php:424
769
- msgid "Wrong password!"
770
  msgstr ""
771
 
772
- #: ../pb-add-on-social-connect/index.php:425
773
- msgid "Please enter a valid email!"
774
  msgstr ""
775
 
776
- #: ../pb-add-on-social-connect/index.php:426
777
- msgid "You can only login on this form.<br>Register with your social account on the register form."
778
  msgstr ""
779
 
780
- #: ../pb-add-on-social-connect/index.php:427
781
- msgid "Continue"
782
  msgstr ""
783
 
784
- #: ../pb-add-on-social-connect/index.php:428, ../pb-add-on-social-connect/index.php:447, ../pb-add-on-social-connect/index.php:462
785
- msgid "Ok"
786
  msgstr ""
787
 
788
- #: ../pb-add-on-social-connect/index.php:436
789
- msgid "To create a new account please confirm:"
790
  msgstr ""
791
 
792
- #: ../pb-add-on-social-connect/index.php:437
793
- msgid "You must agree to the Terms And Conditions to create a new account."
794
  msgstr ""
795
 
796
- #: ../pb-add-on-social-connect/index.php:445, ../pb-add-on-social-connect/index.php:446
797
- msgid "Please enter your Facebook email!"
798
  msgstr ""
799
 
800
- #: ../pb-add-on-social-connect/index.php:459
801
- msgid "Waiting for Twitter..."
802
  msgstr ""
803
 
804
- #: ../pb-add-on-social-connect/index.php:460, ../pb-add-on-social-connect/index.php:461
805
- msgid "Please enter your Twitter email!"
806
  msgstr ""
807
 
808
- #: ../pb-add-on-social-connect/index.php:753
809
- msgid "Profile Builder not active!"
810
  msgstr ""
811
 
812
- #: ../pb-add-on-social-connect/index.php:902, admin/admin-functions.php:38, admin/general-settings.php:11
813
- msgid "General Settings"
814
  msgstr ""
815
 
816
- #: ../pb-add-on-social-connect/index.php:906
817
- msgid "Application Settings"
818
  msgstr ""
819
 
820
- #: ../pb-add-on-social-connect/index.php:910
821
- msgid "Appearance Settings"
822
  msgstr ""
823
 
824
- #: ../pb-add-on-social-connect/index.php:974
825
- msgid "Unlink"
826
  msgstr ""
827
 
828
- #: ../pb-add-on-social-connect/index.php:981
829
- msgid "Your account is linked with:"
830
  msgstr ""
831
 
832
- #: ../pb-add-on-woocommerce/billing-fields.php:5, ../pb-add-on-woocommerce/shipping-fields.php:5
833
- msgid "Country"
834
  msgstr ""
835
 
836
- #: ../pb-add-on-woocommerce/billing-fields.php:6, ../pb-add-on-woocommerce/shipping-fields.php:6, admin/manage-fields.php:334, add-ons/user-listing/userlisting.php:890, admin/advanced-settings/includes/views/view-fields.php:127
837
- msgid "First Name"
838
  msgstr ""
839
 
840
- #: ../pb-add-on-woocommerce/billing-fields.php:7, ../pb-add-on-woocommerce/shipping-fields.php:7, admin/manage-fields.php:335, add-ons/user-listing/userlisting.php:893, admin/advanced-settings/includes/views/view-fields.php:133
841
- msgid "Last Name"
842
  msgstr ""
843
 
844
- #: ../pb-add-on-woocommerce/billing-fields.php:8, ../pb-add-on-woocommerce/shipping-fields.php:8
845
- msgid "Company Name"
846
  msgstr ""
847
 
848
- #: ../pb-add-on-woocommerce/billing-fields.php:9, ../pb-add-on-woocommerce/shipping-fields.php:9
849
- msgid "Address"
850
  msgstr ""
851
 
852
- #: ../pb-add-on-woocommerce/billing-fields.php:11, ../pb-add-on-woocommerce/shipping-fields.php:11
853
- msgid "Town / City"
854
  msgstr ""
855
 
856
- #: ../pb-add-on-woocommerce/billing-fields.php:12, ../pb-add-on-woocommerce/shipping-fields.php:12
857
- msgid "State / County"
858
  msgstr ""
859
 
860
- #: ../pb-add-on-woocommerce/billing-fields.php:13, ../pb-add-on-woocommerce/shipping-fields.php:13
861
- msgid "Postcode / Zip"
862
  msgstr ""
863
 
864
- #: ../pb-add-on-woocommerce/billing-fields.php:14
865
- msgid "Email Address"
866
  msgstr ""
867
 
868
- #: ../pb-add-on-woocommerce/billing-fields.php:15
869
- msgid "Phone"
870
  msgstr ""
871
 
872
- #: ../pb-add-on-woocommerce/billing-fields.php:281
873
- msgid "Ship to a different address?"
874
  msgstr ""
875
 
876
- #: ../pb-add-on-woocommerce/index.php:870
877
- msgid "WooCommerce needs to be installed and activated for Profile Builder - WooCommerce Sync Add-on to work!"
878
  msgstr ""
879
 
880
- #: ../pb-add-on-woocommerce/index.php:167, ../pb-add-on-woocommerce/index.php:753
881
- msgid "Billing Address"
882
  msgstr ""
883
 
884
- #: ../pb-add-on-woocommerce/index.php:167
885
- msgid "Displays customer billing fields in front-end. "
886
  msgstr ""
887
 
888
- #: ../pb-add-on-woocommerce/index.php:171, ../pb-add-on-woocommerce/index.php:754
889
- msgid "Shipping Address"
890
  msgstr ""
891
 
892
- #: ../pb-add-on-woocommerce/index.php:171
893
- msgid "Displays customer shipping fields in front-end. "
894
  msgstr ""
895
 
896
- #: ../pb-add-on-woocommerce/index.php:263, ../pb-add-on-woocommerce/index.php:282, ../pb-add-on-woocommerce/index.php:382, ../pb-add-on-woocommerce/index.php:379, ../pb-add-on-woocommerce/index.php:809
897
- msgid "Address line 2"
898
  msgstr ""
899
 
900
- #: ../pb-add-on-woocommerce/index.php:271
901
- msgid "Billing Fields"
902
  msgstr ""
903
 
904
- #: ../pb-add-on-woocommerce/index.php:271
905
- msgid "Select which WooCommerce Billing fields to display to the user ( drag and drop to re-order ) and which should be required"
906
  msgstr ""
907
 
908
- #: ../pb-add-on-woocommerce/index.php:272
909
- msgid "Billing Fields Order"
910
  msgstr ""
911
 
912
- #: ../pb-add-on-woocommerce/index.php:272
913
- msgid "Save the billing fields order from the billing fields checkboxes"
914
  msgstr ""
915
 
916
- #: ../pb-add-on-woocommerce/index.php:273
917
- msgid "Billing Fields Name"
918
  msgstr ""
919
 
920
- #: ../pb-add-on-woocommerce/index.php:273
921
- msgid "Save the billing fields names"
922
  msgstr ""
923
 
924
- #: ../pb-add-on-woocommerce/index.php:290
925
- msgid "Shipping Fields"
926
  msgstr ""
927
 
928
- #: ../pb-add-on-woocommerce/index.php:290
929
- msgid "Select which WooCommerce Shipping fields to display to the user ( drag and drop to re-order ) and which should be required"
930
  msgstr ""
931
 
932
- #: ../pb-add-on-woocommerce/index.php:291
933
- msgid "Shipping Fields Order"
934
  msgstr ""
935
 
936
- #: ../pb-add-on-woocommerce/index.php:291
937
- msgid "Save the shipping fields order from the shipping fields checkboxes"
938
  msgstr ""
939
 
940
- #: ../pb-add-on-woocommerce/index.php:292
941
- msgid "Shipping Fields Name"
942
  msgstr ""
943
 
944
- #: ../pb-add-on-woocommerce/index.php:292
945
- msgid "Save the shipping fields names"
946
  msgstr ""
947
 
948
- #: ../pb-add-on-woocommerce/index.php:320
949
- msgid "Field Name"
950
  msgstr ""
951
 
952
- #: ../pb-add-on-woocommerce/index.php:321, admin/manage-fields.php:251
953
- msgid "Required"
954
  msgstr ""
955
 
956
- #: ../pb-add-on-woocommerce/index.php:384
957
- msgid "Click to edit "
958
  msgstr ""
959
 
960
- #: ../pb-add-on-woocommerce/index.php:408, front-end/default-fields/email/email.php:69
961
- msgid "The email you entered is not a valid email address."
962
  msgstr ""
963
 
964
- #: ../pb-add-on-woocommerce/index.php:666
965
- msgid "No options available. Please select one country."
966
  msgstr ""
967
 
968
- #: ../pb-add-on-woocommerce/index.php:685, ../pb-add-on-woocommerce/index.php:710
969
- msgid "Billing "
970
  msgstr ""
971
 
972
- #: ../pb-add-on-woocommerce/index.php:693, ../pb-add-on-woocommerce/index.php:717
973
- msgid "Shipping "
974
  msgstr ""
975
 
976
- #: ../pb-add-on-woocommerce/woo-checkout-field-support.php:83
977
- msgid "Display on WooCommerce Checkout"
978
  msgstr ""
979
 
980
- #: ../pb-add-on-woocommerce/woo-checkout-field-support.php:83
981
- msgid "Whether the field should be added to the WooCommerce checkout form or not"
982
  msgstr ""
983
 
984
- #: ../pb-add-on-woocommerce/woosync-page.php:23, ../pb-add-on-woocommerce/woosync-page.php:23, ../pb-add-on-woocommerce/woosync-page.php:70, admin/add-ons.php:110
985
- msgid "WooCommerce Sync"
986
  msgstr ""
987
 
988
- #: ../pb-add-on-woocommerce/woosync-page.php:76
989
- msgid "Choose Register form to display on My Account page:"
990
  msgstr ""
991
 
992
- #: ../pb-add-on-woocommerce/woosync-page.php:81
993
- msgid "Default Register"
994
  msgstr ""
995
 
996
- #: ../pb-add-on-woocommerce/woosync-page.php:104
997
- msgid "Select which Profile Builder Register form to display on My Account page from WooCommerce. <br/> This will also add the Profile Builder Login form to MyAccount page."
998
  msgstr ""
999
 
1000
- #: ../pb-add-on-woocommerce/woosync-page.php:111
1001
- msgid "Choose Edit Profile form to display on My Account page:"
1002
  msgstr ""
1003
 
1004
- #: ../pb-add-on-woocommerce/woosync-page.php:139
1005
- msgid "Select which Profile Builder Edit-profile form to display on My Account page from WooCommerce."
1006
  msgstr ""
1007
 
1008
- #: index.php:260
1009
- msgid "To enable updates, your licence needs to be renewed. Please go to the <a href=\"%s\">Cozmoslabs Account</a> page and login to renew."
1010
  msgstr ""
1011
 
1012
- #: index.php:256
1013
- msgid "To enable updates, please enter your serial number on the <a href=\"%s\">Register Version</a> page. If you don't have a serial number, please see <a href=\"%s\" target=\"_blank\">details & pricing</a>."
1014
  msgstr ""
1015
 
1016
- #: index.php:41
1017
- msgid "%s is also activated. You need to deactivate it before activating this version of the plugin."
1018
  msgstr ""
1019
 
1020
- #: ../pb-add-on-mailchimp-integration/admin/mailchimp-page.php:11, ../pb-add-on-mailchimp-integration/admin/mailchimp-page.php:11, admin/add-ons.php:126
1021
- msgid "MailChimp"
1022
  msgstr ""
1023
 
1024
- #: ../pb-add-on-mailchimp-integration/admin/mailchimp-page.php:35
1025
- msgid "MailChimp Integration"
1026
  msgstr ""
1027
 
1028
- #: ../pb-add-on-mailchimp-integration/admin/mailchimp-page.php:60, ../pb-add-on-mailchimp-integration/admin/mailchimp-page.php:67, ../pb-add-on-mailchimp-integration/admin/manage-fields.php:64, ../pb-add-on-mailchimp-integration/admin/manage-fields.php:60, ../pb-add-on-mailchimp-integration/admin/manage-fields.php:46, ../pb-add-on-mailchimp-integration/admin/manage-fields.php:42
1029
- msgid "MailChimp List"
1030
  msgstr ""
1031
 
1032
- #: ../pb-add-on-mailchimp-integration/admin/mailchimp-page.php:61, ../pb-add-on-mailchimp-integration/admin/mailchimp-page.php:68
1033
- msgid "Fields Count"
1034
  msgstr ""
1035
 
1036
- #: ../pb-add-on-mailchimp-integration/admin/mailchimp-page.php:82
1037
- msgid "We couldn't find any lists"
1038
  msgstr ""
1039
 
1040
- #: ../pb-add-on-mailchimp-integration/admin/mailchimp-page.php:44
1041
- msgid "Before you can make any changes you will need to add a MailChimp API key."
1042
  msgstr ""
1043
 
1044
- #: ../pb-add-on-mailchimp-integration/admin/mailchimp-page.php:94, assets/lib/class-mustache-templates/class-mustache-templates.php:255, assets/lib/wck-api/wordpress-creation-kit.php:343
1045
- msgid "Save"
1046
  msgstr ""
1047
 
1048
- #: ../pb-add-on-mailchimp-integration/admin/mailchimp-page.php:119
1049
- msgid "MailChimp API Key:"
1050
  msgstr ""
1051
 
1052
- #: ../pb-add-on-mailchimp-integration/admin/mailchimp-page.php:126
1053
- msgid "Either the API key is not valid or we could not connect to MailChimp to validate it!"
1054
  msgstr ""
1055
 
1056
- #: ../pb-add-on-mailchimp-integration/admin/mailchimp-page.php:124
1057
- msgid "The API key was successfully validated!"
1058
  msgstr ""
1059
 
1060
- #: ../pb-add-on-mailchimp-integration/admin/mailchimp-page.php:129
1061
- msgid "Enter a MailChimp API key. You can create keys in your MailChimp account."
1062
  msgstr ""
1063
 
1064
- #: ../pb-add-on-mailchimp-integration/admin/mailchimp-page.php:157, assets/lib/wck-api/wordpress-creation-kit.php:548
1065
- msgid "Edit this item"
1066
  msgstr ""
1067
 
1068
- #: ../pb-add-on-mailchimp-integration/admin/mailchimp-page.php:171, features/functions.php:1052, features/roles-editor/roles-editor.php:181, assets/lib/wck-api/wordpress-creation-kit.php:406
1069
- msgid "Cancel"
1070
  msgstr ""
1071
 
1072
- #: ../pb-add-on-mailchimp-integration/admin/mailchimp-page.php:202
1073
- msgid "Field Associations:"
1074
  msgstr ""
1075
 
1076
- #: ../pb-add-on-mailchimp-integration/admin/mailchimp-page.php:211
1077
- msgid "This field is required in MailChimp"
1078
  msgstr ""
1079
 
1080
- #: ../pb-add-on-mailchimp-integration/admin/mailchimp-page.php:261
1081
- msgid "Associate each MailChimp field with a Profile Builder field"
1082
  msgstr ""
1083
 
1084
- #: ../pb-add-on-mailchimp-integration/admin/mailchimp-page.php:295
1085
- msgid "Group Associations:"
1086
  msgstr ""
1087
 
1088
- #: ../pb-add-on-mailchimp-integration/admin/mailchimp-page.php:334
1089
- msgid "Associate each MailChimp group with a Profile Builder field"
1090
  msgstr ""
1091
 
1092
- #: ../pb-add-on-mailchimp-integration/admin/mailchimp-page.php:357
1093
- msgid "Extra Options:"
1094
  msgstr ""
1095
 
1096
- #: ../pb-add-on-mailchimp-integration/admin/mailchimp-page.php:366, ../pb-add-on-mailchimp-integration/admin/widget.php:229
1097
- msgid "Double Opt-In"
1098
  msgstr ""
1099
 
1100
- #: ../pb-add-on-mailchimp-integration/admin/mailchimp-page.php:367, ../pb-add-on-mailchimp-integration/admin/widget.php:230
1101
- msgid "If you select double opt-in, the user will receive an email to confirm the subscription"
1102
  msgstr ""
1103
 
1104
- #: ../pb-add-on-mailchimp-integration/admin/mailchimp-page.php:382, ../pb-add-on-mailchimp-integration/admin/widget.php:241
1105
- msgid "Enable GDPR"
1106
  msgstr ""
1107
 
1108
- #: ../pb-add-on-mailchimp-integration/admin/mailchimp-page.php:383, ../pb-add-on-mailchimp-integration/admin/widget.php:242
1109
- msgid "If checked will enable GDPR on this list. <a href=\"%s\" target=\"_blank\">You must also enable GDPR on the list from mailchimp</a>"
1110
  msgstr ""
1111
 
1112
- #: ../pb-add-on-mailchimp-integration/admin/mailchimp-page.php:437, ../pb-add-on-mailchimp-integration/admin/manage-fields.php:46
1113
- msgid "Something went wrong. Either the API key is invalid or we could not connect to MailChimp to validate the key."
1114
  msgstr ""
1115
 
1116
- #: ../pb-add-on-mailchimp-integration/admin/mailchimp-page.php:430
1117
- msgid "MailChimp API key is invalid"
1118
  msgstr ""
1119
 
1120
- #: ../pb-add-on-mailchimp-integration/admin/mailchimp-page.php:428
1121
- msgid "MailChimp API key is empty"
1122
  msgstr ""
1123
 
1124
- #: ../pb-add-on-mailchimp-integration/admin/manage-fields.php:52, ../pb-add-on-mailpoet-integration/admin/manage-fields.php:38
1125
- msgid "Select a list..."
1126
  msgstr ""
1127
 
1128
- #: ../pb-add-on-mailchimp-integration/admin/manage-fields.php:64
1129
- msgid "We couldn't find any lists in your MailChimp settings."
1130
  msgstr ""
1131
 
1132
- #: ../pb-add-on-mailchimp-integration/admin/manage-fields.php:60
1133
- msgid "Select in which MailChimp list you wish to add a new subscriber"
1134
  msgstr ""
1135
 
1136
- #: ../pb-add-on-mailchimp-integration/admin/manage-fields.php:61, ../pb-add-on-mailpoet-integration/admin/manage-fields.php:48
1137
- msgid "Checked by Default"
1138
  msgstr ""
1139
 
1140
- #: ../pb-add-on-mailchimp-integration/admin/manage-fields.php:61, ../pb-add-on-mailpoet-integration/admin/manage-fields.php:48
1141
- msgid "If checked the Subscribe checkbox in the front-end will be checked by default on register forms"
1142
  msgstr ""
1143
 
1144
- #: ../pb-add-on-mailchimp-integration/admin/manage-fields.php:62, ../pb-add-on-mailpoet-integration/admin/manage-fields.php:49
1145
- msgid "Hide on Edit Profile"
1146
  msgstr ""
1147
 
1148
- #: ../pb-add-on-mailchimp-integration/admin/manage-fields.php:62, ../pb-add-on-mailpoet-integration/admin/manage-fields.php:49
1149
- msgid "If checked this field will not be displayed on edit profile forms"
1150
  msgstr ""
1151
 
1152
- #: ../pb-add-on-mailchimp-integration/admin/manage-fields.php:42
1153
- msgid "Please enter a MailChimp API key <a href=\"%s\">here</a>."
1154
  msgstr ""
1155
 
1156
- #: ../pb-add-on-mailchimp-integration/admin/manage-fields.php:84
1157
- msgid ""
1158
- "Please select at least one MailChimp list \n"
1159
- ""
1160
  msgstr ""
1161
 
1162
- #: ../pb-add-on-mailchimp-integration/admin/widget.php:14
1163
- msgid "Profile Builder MailChimp Widget"
1164
  msgstr ""
1165
 
1166
- #: ../pb-add-on-mailchimp-integration/admin/widget.php:15
1167
- msgid "Adds a basic subscribe form so that your users can subscribe to your MailChimp lists"
1168
  msgstr ""
1169
 
1170
- #: ../pb-add-on-mailchimp-integration/admin/widget.php:158
1171
- msgid "Submit"
1172
  msgstr ""
1173
 
1174
- #: ../pb-add-on-mailchimp-integration/admin/widget.php:98, ../pb-add-on-mailchimp-integration/admin/widget.php:93, ../pb-add-on-mailchimp-integration/admin/widget.php:91
1175
- msgid "%s"
1176
  msgstr ""
1177
 
1178
- #: ../pb-add-on-mailchimp-integration/admin/widget.php:68, ../pb-add-on-mailchimp-integration/admin/widget.php:250
1179
- msgid "Something went wrong. Either the MailChimp API key is missing or it is invalid."
1180
  msgstr ""
1181
 
1182
- #: ../pb-add-on-mailchimp-integration/admin/widget.php:185
1183
- msgid "Subscribe to Newsletter"
1184
  msgstr ""
1185
 
1186
- #: ../pb-add-on-mailchimp-integration/admin/widget.php:193
1187
- msgid "Title"
1188
  msgstr ""
1189
 
1190
- #: ../pb-add-on-mailchimp-integration/admin/widget.php:198
1191
- msgid "Select the list your new subscriber will be added to"
1192
  msgstr ""
1193
 
1194
- #: ../pb-add-on-mailchimp-integration/admin/widget.php:201
1195
- msgid "Select..."
1196
  msgstr ""
1197
 
1198
- #: ../pb-add-on-mailchimp-integration/admin/widget.php:216
1199
- msgid "Select which fields to show"
1200
  msgstr ""
1201
 
1202
- #: ../pb-add-on-mailchimp-integration/admin/widget.php:225
1203
- msgid "Extra Options"
1204
  msgstr ""
1205
 
1206
- #: ../pb-add-on-mailchimp-integration/admin/widget.php:383
1207
- msgid "Please select a list first"
1208
  msgstr ""
1209
 
1210
- #: ../pb-add-on-mailpoet-integration/admin/manage-fields.php:43
1211
- msgid "No list was found."
1212
  msgstr ""
1213
 
1214
- #: ../pb-add-on-mailpoet-integration/admin/manage-fields.php:53, ../pb-add-on-mailpoet-integration/admin/manage-fields.php:51, ../pb-add-on-mailpoet-integration/admin/manage-fields.php:47
1215
- msgid "MailPoet List"
1216
  msgstr ""
1217
 
1218
- #: ../pb-add-on-mailpoet-integration/admin/manage-fields.php:53
1219
- msgid "Please install and activate MailPoet plugin."
1220
  msgstr ""
1221
 
1222
- #: ../pb-add-on-mailpoet-integration/admin/manage-fields.php:51
1223
- msgid "We couldn't find any lists in your MailPoet settings."
1224
  msgstr ""
1225
 
1226
- #: ../pb-add-on-mailpoet-integration/admin/manage-fields.php:47
1227
- msgid "Select in which MailPoet list you wish to add a new subscriber"
1228
  msgstr ""
1229
 
1230
- #: ../pb-add-on-mailpoet-integration/admin/manage-fields.php:73
1231
- msgid ""
1232
- "Please select at least one MailPoet list \n"
1233
- ""
1234
  msgstr ""
1235
 
1236
- #: ../pb-add-on-social-connect/facebook/facebook.php:38
1237
- msgid "Sign in with Facebook"
1238
  msgstr ""
1239
 
1240
- #: ../pb-add-on-social-connect/facebook/facebook.php:32
1241
- msgid "Link with Facebook"
1242
  msgstr ""
1243
 
1244
- #: ../pb-add-on-social-connect/google/google.php:38
1245
- msgid "Sign in with Google"
1246
  msgstr ""
1247
 
1248
- #: ../pb-add-on-social-connect/google/google.php:32
1249
- msgid "Link with Google"
1250
  msgstr ""
1251
 
1252
- #: ../pb-add-on-social-connect/linkedin/linkedin.php:46
1253
- msgid "Sign in with LinkedIn"
1254
  msgstr ""
1255
 
1256
- #: ../pb-add-on-social-connect/linkedin/linkedin.php:40
1257
- msgid "Link with LinkedIn"
1258
  msgstr ""
1259
 
1260
- #: ../pb-add-on-social-connect/twitter/twitter.php:58
1261
- msgid "Error Receiving Request Token"
1262
  msgstr ""
1263
 
1264
- #: ../pb-add-on-social-connect/twitter/twitter.php:53
1265
- msgid "Connection with twitter Failed"
1266
  msgstr ""
1267
 
1268
- #: ../pb-add-on-social-connect/twitter/twitter.php:151
1269
- msgid "Sign in with Twitter"
1270
  msgstr ""
1271
 
1272
- #: ../pb-add-on-social-connect/twitter/twitter.php:145
1273
- msgid "Link with Twitter"
1274
  msgstr ""
1275
 
1276
- #: admin/add-ons.php:16, admin/add-ons.php:16
1277
- msgid "Add-Ons"
1278
  msgstr ""
1279
 
1280
- #: admin/add-ons.php:33, admin/add-ons.php:35
1281
- msgid "Profile Builder Add-ons"
1282
  msgstr ""
1283
 
1284
- #: admin/add-ons.php:36
1285
- msgid "You must first purchase this version to have access to the addon %1$shere%2$s"
1286
  msgstr ""
1287
 
1288
- #: admin/add-ons.php:40
1289
- msgid "Pro Add-ons"
1290
  msgstr ""
1291
 
1292
- #: admin/add-ons.php:40
1293
- msgid "These Add-ons are available with the Pro and Unlimited license"
1294
  msgstr ""
1295
 
1296
- #: admin/add-ons.php:45, admin/basic-info.php:178
1297
- msgid "Multiple Registration Forms"
1298
  msgstr ""
1299
 
1300
- #: admin/add-ons.php:46
1301
- msgid "Set up multiple registration forms with different fields for certain user roles. Helps capture different information from different types of users."
1302
  msgstr ""
1303
 
1304
- #: admin/add-ons.php:52
1305
- msgid "Multiple Edit Profile Forms"
1306
  msgstr ""
1307
 
1308
- #: admin/add-ons.php:53, admin/basic-info.php:183
1309
- msgid "Allow different user roles to edit their specific information. Set up multiple edit-profile forms with different fields for certain user roles."
1310
  msgstr ""
1311
 
1312
- #: admin/add-ons.php:59, admin/basic-info.php:160, add-ons/user-listing/userlisting.php:11, add-ons/user-listing/userlisting.php:12, add-ons/user-listing/userlisting.php:17, add-ons/user-listing/userlisting.php:23, assets/misc/elementor/widgets/class-pb-widget-ul.php:56, assets/misc/elementor/widgets/class-pb-widget-ul.php:95
1313
- msgid "User Listing"
1314
  msgstr ""
1315
 
1316
- #: admin/add-ons.php:60
1317
- msgid "Easy to edit templates for listing your users as well as creating single user pages."
1318
  msgstr ""
1319
 
1320
- #: admin/add-ons.php:66, admin/basic-info.php:168, admin/general-settings.php:34
1321
- msgid "Email Customizer"
1322
  msgstr ""
1323
 
1324
- #: admin/add-ons.php:67
1325
- msgid "Simple to use customization of the WordPress Registration Emails"
1326
  msgstr ""
1327
 
1328
- #: admin/add-ons.php:73, admin/basic-info.php:172, add-ons/custom-redirects/custom_redirects_admin.php:33, add-ons/custom-redirects/custom_redirects_admin.php:34
1329
- msgid "Custom Redirects"
1330
  msgstr ""
1331
 
1332
- #: admin/add-ons.php:74
1333
- msgid "Redirect users after login, after they first register or when they try to access the default WordPress dashboard, login, lost password and registration forms."
1334
  msgstr ""
1335
 
1336
- #: admin/add-ons.php:80, admin/basic-info.php:186
1337
- msgid "Repeater Fields"
1338
  msgstr ""
1339
 
1340
- #: admin/add-ons.php:81
1341
- msgid "The Repeater Field Module makes it really easy to add repeater front-end fields or groups of fields to your user profile. Integration with both the Email Customizer and User Listing modules, makes creating advanced user profiles possible."
1342
  msgstr ""
1343
 
1344
- #: admin/add-ons.php:88
1345
- msgid "This integration add-on allows extending BuddyPress user profiles with Profile Builder user fields."
1346
  msgstr ""
1347
 
1348
- #: admin/add-ons.php:97
1349
- msgid "Advanced Add-ons"
1350
  msgstr ""
1351
 
1352
- #: admin/add-ons.php:97
1353
- msgid "These Add-ons are available with the Hobbyist, Pro and Unlimited license"
1354
  msgstr ""
1355
 
1356
- #: admin/add-ons.php:103
1357
- msgid "Easily configure and enable social login on your website. Users can login with social platforms like Facebook, Google+ or Twitter."
1358
  msgstr ""
1359
 
1360
- #: admin/add-ons.php:111
1361
- msgid "Syncs Profile Builder with WooCommerce, allowing you to manage the user Shipping and Billing fields from WooCommerce with Profile Builder."
1362
  msgstr ""
1363
 
1364
- #: admin/add-ons.php:118
1365
- msgid "Multi Step Forms"
1366
  msgstr ""
1367
 
1368
- #: admin/add-ons.php:119
1369
- msgid "Extends the functionality of Profile Builder by adding the possibility of having multi-page registration and edit-profile forms."
1370
  msgstr ""
1371
 
1372
- #: admin/add-ons.php:127
1373
- msgid "Easily associate MailChimp list fields with Profile Builder fields and set advanced settings for each list."
1374
  msgstr ""
1375
 
1376
- #: admin/add-ons.php:135
1377
- msgid "This add-on allows you to integrate Profile Builder with the popular forums plugin, bbPress."
1378
  msgstr ""
1379
 
1380
- #: admin/add-ons.php:142
1381
- msgid "Campaign Monitor"
1382
  msgstr ""
1383
 
1384
- #: admin/add-ons.php:143
1385
- msgid "Easily associate Campaign Monitor client list fields with Profile Builder fields. Use Profile Builder Campaign Monitor Widget to add more subscribers to your lists."
1386
  msgstr ""
1387
 
1388
- #: admin/add-ons.php:150
1389
- msgid "Field Visibility"
1390
  msgstr ""
1391
 
1392
- #: admin/add-ons.php:151
1393
- msgid "Extends the functionality of Profile Builder by allowing you to change visibility options for the extra fields."
1394
  msgstr ""
1395
 
1396
- #: admin/add-ons.php:158
1397
- msgid "Edit Profile Approved by Admin"
1398
  msgstr ""
1399
 
1400
- #: admin/add-ons.php:159
1401
- msgid "Extends the functionality of Profile Builder by allowing administrators to approve profile changes made by users on individual fields."
1402
  msgstr ""
1403
 
1404
- #: admin/add-ons.php:166
1405
- msgid "Custom Profile Menus"
1406
  msgstr ""
1407
 
1408
- #: admin/add-ons.php:167
1409
- msgid "Add custom menu items like Login/Logout or just Logout button and Login/Register/Edit Profile in iFrame Popup."
1410
  msgstr ""
1411
 
1412
- #: admin/add-ons.php:174
1413
- msgid "MailPoet"
1414
  msgstr ""
1415
 
1416
- #: admin/add-ons.php:175
1417
- msgid "Allow users to subscribe to your MailPoet lists directly from the Register and Edit Profile forms."
1418
  msgstr ""
1419
 
1420
- #: admin/add-ons.php:184
1421
- msgid "Free Add-ons"
1422
  msgstr ""
1423
 
1424
- #: admin/add-ons.php:184
1425
- msgid "These Add-ons are available in all versions of Profile Builder"
1426
  msgstr ""
1427
 
1428
- #: admin/add-ons.php:189
1429
- msgid "Import and Export"
1430
  msgstr ""
1431
 
1432
- #: admin/add-ons.php:190
1433
- msgid "With the help of this add-on you will be able to export all Profile Builder Settings data to a .json. You can then use this file as a back-up or you can import this data on another instance of Profile Builder."
1434
  msgstr ""
1435
 
1436
- #: admin/add-ons.php:197
1437
- msgid "Custom CSS Classes on Fields"
1438
  msgstr ""
1439
 
1440
- #: admin/add-ons.php:198
1441
- msgid "This add-on extends the functionality of Profile Builder by allowing you to add custom css classes for fields."
1442
  msgstr ""
1443
 
1444
- #: admin/add-ons.php:205
1445
- msgid "Maximum Character Length"
1446
  msgstr ""
1447
 
1448
- #: admin/add-ons.php:206
1449
- msgid "Using this addon you can limit the maximum number of characters a user can type in a field added and managed with Profile Builder."
1450
  msgstr ""
1451
 
1452
- #: admin/add-ons.php:221
1453
- msgid "Labels Edit"
1454
  msgstr ""
1455
 
1456
- #: admin/add-ons.php:222
1457
- msgid "This add-on extends the functionality of our plugin and let us easily edit all Profile Builder labels."
1458
  msgstr ""
1459
 
1460
- #: admin/add-ons.php:253
1461
- msgid "GDPR Communication Preferences"
1462
  msgstr ""
1463
 
1464
- #: admin/add-ons.php:254
1465
- msgid "This add-on plugin adds a GDPR Communication preferences field to Profile Builder."
1466
  msgstr ""
1467
 
1468
- #: admin/add-ons.php:265
1469
- msgid "Recommended Plugins"
1470
  msgstr ""
1471
 
1472
- #: admin/add-ons.php:265
1473
- msgid "These plugins are compatible with all versions of Profile Builder"
1474
  msgstr ""
1475
 
1476
- #: admin/add-ons.php:270
1477
- msgid "TranslatePress"
1478
  msgstr ""
1479
 
1480
- #: admin/add-ons.php:271
1481
- msgid "Translate your Profile Builder forms with a WordPress translation plugin that anyone can use. It offers a simpler way to translate WordPress sites, with full support for WooCommerce and site builders."
1482
  msgstr ""
1483
 
1484
- #: admin/add-ons.php:278
1485
- msgid "Paid Member Subscriptions"
1486
  msgstr ""
1487
 
1488
- #: admin/add-ons.php:279
1489
- msgid "Accept user payments, create subscription plans and restrict content on your membership site."
1490
- msgstr ""
1491
-
1492
- #: admin/add-ons.php:286
1493
- msgid "Client Portal"
1494
  msgstr ""
1495
 
1496
- #: admin/add-ons.php:287
1497
- msgid "Create private pages for your website users that only an administrator can edit."
1498
  msgstr ""
1499
 
1500
- #: admin/add-ons.php:294
1501
- msgid "Custom Login Page Templates"
1502
  msgstr ""
1503
 
1504
- #: admin/add-ons.php:295
1505
- msgid "Customizes the default WordPress Login Page with different templates, logo and background uploads and also adds support for custom CSS."
1506
  msgstr ""
1507
 
1508
- #: admin/add-ons.php:302
1509
- msgid "Passwordless Login"
1510
  msgstr ""
1511
 
1512
- #: admin/add-ons.php:303
1513
- msgid "WordPress Passwordless Login is a plugin that allows your users to login without a password."
1514
  msgstr ""
1515
 
1516
- #: admin/add-ons.php:401
1517
- msgid "%1$sAdd-ons settings saved successfully%2$s"
1518
  msgstr ""
1519
 
1520
- #: admin/admin-bar.php:11
1521
- msgid "Show/Hide the Admin Bar on the Front-End"
1522
  msgstr ""
1523
 
1524
- #: admin/admin-bar.php:11, admin/admin-bar.php:48
1525
- msgid "Admin Bar Settings"
1526
  msgstr ""
1527
 
1528
- #: admin/admin-bar.php:54
1529
- msgid "Choose which user roles view the admin bar in the front-end of the website."
1530
  msgstr ""
1531
 
1532
- #: admin/admin-bar.php:63
1533
- msgid "User-Role"
1534
  msgstr ""
1535
 
1536
- #: admin/admin-bar.php:64
1537
- msgid "Visibility"
1538
  msgstr ""
1539
 
1540
- #: admin/admin-bar.php:79, admin/manage-fields.php:36, add-ons/multiple-forms/edit-profile-forms.php:206, add-ons/multiple-forms/register-forms.php:230, assets/misc/elementor/widgets/class-pb-widget-rf-epf.php:98
1541
- msgid "Default"
1542
  msgstr ""
1543
 
1544
- #: admin/admin-bar.php:80
1545
- msgid "Show"
1546
  msgstr ""
1547
 
1548
- #: admin/admin-bar.php:81, add-ons/user-listing/userlisting.php:1782
1549
- msgid "Hide"
1550
  msgstr ""
1551
 
1552
- #: admin/admin-bar.php:92, admin/general-settings.php:346, admin/private-website.php:162, admin/register-version.php:96, features/functions.php:1045, features/content-restriction/content-restriction.php:162, features/two-factor-authentication/class-two-factor-authentication.php:156, assets/lib/class-mustache-templates/class-mustache-templates.php:392, assets/lib/wck-api/wordpress-creation-kit.php:405, admin/advanced-settings/includes/views/view-admin.php:112, admin/advanced-settings/includes/views/view-fields.php:309, admin/advanced-settings/includes/views/view-forms.php:407, admin/advanced-settings/includes/views/view-shortcodes.php:77, admin/advanced-settings/includes/views/view-userlisting.php:91
1553
- msgid "Save Changes"
1554
  msgstr ""
1555
 
1556
- #: admin/admin-functions.php:38
1557
- 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 )"
1558
  msgstr ""
1559
 
1560
- #: admin/admin-functions.php:42
1561
- msgid "Display name publicly as - only appears on the Edit Profile page!"
1562
  msgstr ""
1563
 
1564
- #: admin/admin-functions.php:45
1565
- msgid "Blog Details - only appears on the Registration page!"
1566
  msgstr ""
1567
 
1568
- #: admin/admin-functions.php:133
1569
- msgid "<strong>ERROR</strong>: The password must have the minimum length of %s characters"
1570
  msgstr ""
1571
 
1572
- #: admin/admin-functions.php:138, admin/general-settings.php:332
1573
- msgid "Very weak"
1574
  msgstr ""
1575
 
1576
- #: admin/admin-functions.php:138, admin/general-settings.php:333, features/functions.php:788, features/functions.php:812
1577
- msgid "Weak"
1578
  msgstr ""
1579
 
1580
- #: admin/admin-functions.php:138, admin/general-settings.php:334, features/functions.php:788, features/functions.php:812
1581
- msgid "Medium"
1582
  msgstr ""
1583
 
1584
- #: admin/admin-functions.php:138, admin/general-settings.php:335, features/functions.php:788, features/functions.php:812
1585
- msgid "Strong"
1586
  msgstr ""
1587
 
1588
- #: admin/admin-functions.php:149
1589
- msgid "<strong>ERROR</strong>: The password must have a minimum strength of %s"
1590
  msgstr ""
1591
 
1592
- #: admin/admin-functions.php:190
1593
- msgid "Save Settings"
1594
  msgstr ""
1595
 
1596
- #: admin/admin-functions.php:188
1597
- msgid "Add Field"
1598
  msgstr ""
1599
 
1600
- #: admin/admin-functions.php:225
1601
- msgid "View Profile Builder documentation"
1602
  msgstr ""
1603
 
1604
- #: admin/admin-functions.php:225
1605
- msgid "Docs"
1606
  msgstr ""
1607
 
1608
- #: admin/admin-functions.php:244
1609
- msgid "All the free add-ons have been migrated to the main plugin. Their old individual plugins have been disabled and you can delete them from your site if you were using them: <ul><li>Profile Builder - Custom CSS Classes on fields</li><li>Profile Builder - Customization Toolbox Add-On</li><li>Profile Builder - Email Confirmation Field</li><li>Profile Builder - GDPR Communication Preferences</li><li>Profile Builder - Import and Export Add-On</li><li>Profile Builder - Labels Edit Add-On</li><li>Profile Builder - Maximum Character Length Add-On</li><li>Profile Builder - Multiple Admin E-mails Add-On</li><li>Profile Builder - Placeholder Labels Add-On</li></ul>"
1610
  msgstr ""
1611
 
1612
- #: admin/admin-functions.php:246, admin/admin-functions.php:258
1613
- msgid "See details"
1614
  msgstr ""
1615
 
1616
- #: admin/admin-functions.php:247, admin/admin-functions.php:259, admin/review.php:94
1617
- msgid "Dismiss this notice."
1618
  msgstr ""
1619
 
1620
- #: admin/admin-functions.php:256
1621
- msgid "You can now style %s forms from the %s interface. To get started, add a form widget to a page through %s and go to the <strong>Style</strong> tab."
1622
  msgstr ""
1623
 
1624
- #: admin/basic-info.php:11, admin/basic-info.php:11
1625
- msgid "Basic Information"
1626
  msgstr ""
1627
 
1628
- #: admin/basic-info.php:30
1629
- msgid "Version %s"
1630
  msgstr ""
1631
 
1632
- #: admin/basic-info.php:31
1633
- msgid "<strong>Profile Builder </strong> %s"
1634
  msgstr ""
1635
 
1636
- #: admin/basic-info.php:32
1637
- msgid "The best way to add front-end registration, edit profile and login forms."
1638
  msgstr ""
1639
 
1640
- #: admin/basic-info.php:45
1641
- msgid "You can see all the pages with Profile Builder form shortcodes here:"
1642
  msgstr ""
1643
 
1644
- #: admin/basic-info.php:46
1645
- msgid "View Form Pages"
1646
  msgstr ""
1647
 
1648
- #: admin/basic-info.php:40
1649
- msgid "Speed up the setup process by automatically creating the form pages:"
1650
  msgstr ""
1651
 
1652
- #: admin/basic-info.php:41
1653
- msgid "Create Form Pages"
1654
  msgstr ""
1655
 
1656
- #: admin/basic-info.php:52
1657
- msgid "Login Form"
1658
  msgstr ""
1659
 
1660
- #: admin/basic-info.php:53
1661
- msgid "Friction-less login using %s shortcode or a widget."
1662
  msgstr ""
1663
 
1664
- #: admin/basic-info.php:56, add-ons/multiple-forms/register-forms.php:11, add-ons/multiple-forms/register-forms.php:12
1665
- msgid "Registration Form"
1666
  msgstr ""
1667
 
1668
- #: admin/basic-info.php:57
1669
- msgid "Beautiful registration forms fully customizable using the %s shortcode."
1670
  msgstr ""
1671
 
1672
- #: admin/basic-info.php:60
1673
- msgid "Edit Profile Form"
1674
  msgstr ""
1675
 
1676
- #: admin/basic-info.php:61
1677
- msgid "Straight forward edit profile forms using %s shortcode."
1678
  msgstr ""
1679
 
1680
- #: admin/basic-info.php:67
1681
- msgid "Extra Features"
1682
  msgstr ""
1683
 
1684
- #: admin/basic-info.php:68
1685
- msgid "Features that give you more control over your users, increased security and help you fight user registration spam."
1686
  msgstr ""
1687
 
1688
- #: admin/basic-info.php:69
1689
- msgid "Enable extra features"
1690
  msgstr ""
1691
 
1692
- #: admin/basic-info.php:73, assets/misc/elementor/widgets/class-pb-widget-l.php:63, assets/misc/elementor/widgets/class-pb-widget-rp.php:26
1693
- msgid "Recover Password"
1694
  msgstr ""
1695
 
1696
- #: admin/basic-info.php:74
1697
- msgid "Allow users to recover their password in the front-end using the %s."
1698
  msgstr ""
1699
 
1700
- #: admin/basic-info.php:77
1701
- msgid "Admin Approval (*)"
1702
  msgstr ""
1703
 
1704
- #: admin/basic-info.php:78
1705
- msgid "You decide who is a user on your website. Get notified via email or approve multiple users at once from the WordPress UI."
1706
  msgstr ""
1707
 
1708
- #: admin/basic-info.php:81
1709
- msgid "Email Confirmation"
1710
  msgstr ""
1711
 
1712
- #: admin/basic-info.php:82
1713
- msgid "Make sure users sign up with genuine emails. On registration users will receive a notification to confirm their email address."
1714
  msgstr ""
1715
 
1716
- #: admin/basic-info.php:85, admin/general-settings.php:13, features/content-restriction/content-restriction.php:27, features/content-restriction/content-restriction.php:27
1717
- msgid "Content Restriction"
1718
  msgstr ""
1719
 
1720
- #: admin/basic-info.php:86
1721
- msgid "Restrict users from accessing certain pages, posts or custom post types based on user role or logged-in status."
1722
  msgstr ""
1723
 
1724
- #: admin/basic-info.php:89
1725
- msgid "Minimum Password Length and Strength Meter"
1726
  msgstr ""
1727
 
1728
- #: admin/basic-info.php:90
1729
- msgid "Eliminate weak passwords altogether by setting a minimum password length and enforcing a certain password strength."
1730
  msgstr ""
1731
 
1732
- #: admin/basic-info.php:93
1733
- msgid "Login with Email or Username"
1734
  msgstr ""
1735
 
1736
- #: admin/basic-info.php:94
1737
- msgid "Allow users to log in with their email or username when accessing your site."
1738
  msgstr ""
1739
 
1740
- #: admin/basic-info.php:97, features/roles-editor/roles-editor.php:245, features/roles-editor/roles-editor.php:246, features/roles-editor/roles-editor.php:251, features/roles-editor/roles-editor.php:258
1741
- msgid "Roles Editor"
1742
  msgstr ""
1743
 
1744
- #: admin/basic-info.php:98
1745
- msgid "Add, remove, clone and edit roles and also capabilities for these roles."
1746
  msgstr ""
1747
 
1748
- #: admin/basic-info.php:111
1749
- msgid "Customize Your Forms The Way You Want (*)"
1750
  msgstr ""
1751
 
1752
- #: admin/basic-info.php:112
1753
- msgid "With Extra Profile Fields you can create the exact registration form your project needs."
1754
  msgstr ""
1755
 
1756
- #: admin/basic-info.php:116
1757
- msgid "Get started with extra fields"
1758
  msgstr ""
1759
 
1760
- #: admin/basic-info.php:114
1761
- msgid "Extra Profile Fields are available in Hobbyist or PRO versions"
1762
  msgstr ""
1763
 
1764
- #: admin/basic-info.php:119
1765
- msgid "Avatar Upload"
1766
  msgstr ""
1767
 
1768
- #: admin/basic-info.php:120
1769
- msgid "Generic Uploads"
1770
  msgstr ""
1771
 
1772
- #: admin/basic-info.php:121
1773
- msgid "Agree To Terms Checkbox"
1774
  msgstr ""
1775
 
1776
- #: admin/basic-info.php:122
1777
- msgid "Datepicker"
1778
  msgstr ""
1779
 
1780
- #: admin/basic-info.php:123
1781
- msgid "Timepicker"
1782
  msgstr ""
1783
 
1784
- #: admin/basic-info.php:124
1785
- msgid "Colorpicker"
1786
  msgstr ""
1787
 
1788
- #: admin/basic-info.php:125
1789
- msgid "reCAPTCHA"
1790
  msgstr ""
1791
 
1792
- #: admin/basic-info.php:126
1793
- msgid "Country Select"
1794
  msgstr ""
1795
 
1796
- #: admin/basic-info.php:127
1797
- msgid "Currency Select"
1798
  msgstr ""
1799
 
1800
- #: admin/basic-info.php:128
1801
- msgid "Timezone Select"
1802
  msgstr ""
1803
 
1804
- #: admin/basic-info.php:132
1805
- msgid "Input / Hidden Input"
1806
  msgstr ""
1807
 
1808
- #: admin/basic-info.php:133
1809
- msgid "Number"
1810
  msgstr ""
1811
 
1812
- #: admin/basic-info.php:134
1813
- msgid "Checkbox"
1814
  msgstr ""
1815
 
1816
- #: admin/basic-info.php:135
1817
- msgid "Select"
1818
  msgstr ""
1819
 
1820
- #: admin/basic-info.php:136
1821
- msgid "Radio Buttons"
1822
  msgstr ""
1823
 
1824
- #: admin/basic-info.php:137
1825
- msgid "Textarea"
1826
  msgstr ""
1827
 
1828
- #: admin/basic-info.php:138
1829
- msgid "Validation"
1830
  msgstr ""
1831
 
1832
- #: admin/basic-info.php:139
1833
- msgid "Map"
1834
  msgstr ""
1835
 
1836
- #: admin/basic-info.php:140
1837
- msgid "HTML"
1838
  msgstr ""
1839
 
1840
- #: admin/basic-info.php:149
1841
- msgid "Powerful Add-ons (**)"
1842
  msgstr ""
1843
 
1844
- #: admin/basic-info.php:150
1845
- msgid "Everything you will need to manage your users is probably already available using the Pro Add-ons."
1846
  msgstr ""
1847
 
1848
- #: admin/basic-info.php:152
1849
- msgid "Enable your add-ons"
1850
  msgstr ""
1851
 
1852
- #: admin/basic-info.php:155
1853
- msgid "Find out more about PRO Modules"
1854
  msgstr ""
1855
 
1856
- #: admin/basic-info.php:164
1857
- msgid "To create a page containing the users registered to this current site/blog, insert the following shortcode in a page of your chosing: %s."
1858
  msgstr ""
1859
 
1860
- #: admin/basic-info.php:162
1861
- msgid "Easy to edit templates for listing your website users as well as creating single user pages. Shortcode based, offering many options to customize your listings."
1862
  msgstr ""
1863
 
1864
- #: admin/basic-info.php:169
1865
- msgid "Personalize all emails sent to your users or admins. On registration, email confirmation, admin approval / un-approval."
1866
  msgstr ""
1867
 
1868
- #: admin/basic-info.php:173
1869
- msgid "Keep your users out of the WordPress dashboard, redirect them to the front-page after login or registration, everything is just a few clicks away."
1870
  msgstr ""
1871
 
1872
- #: admin/basic-info.php:179
1873
- msgid "Set up multiple registration forms with different fields for certain user roles. Capture different information from different types of users."
1874
  msgstr ""
1875
 
1876
- #: admin/basic-info.php:182
1877
- msgid "Multiple Edit-profile Forms"
1878
  msgstr ""
1879
 
1880
- #: admin/basic-info.php:187
1881
- msgid "Set up a repeating group of fields on register and edit profile forms. Limit the number of repeated groups for each user role."
1882
  msgstr ""
1883
 
1884
- #: admin/basic-info.php:223
1885
- msgid " * only available in the %1$sHobbyist and Pro versions%2$s."
1886
  msgstr ""
1887
 
1888
- #: admin/basic-info.php:224
1889
- msgid "** only available in the %1$sPro version%2$s."
1890
  msgstr ""
1891
 
1892
- #: admin/feedback.php:25
1893
- msgid "Quick Feedback"
1894
  msgstr ""
1895
 
1896
- #: admin/feedback.php:26
1897
- msgid "Because we care about our clients, please leave us feedback on why you are no longer using our plugin."
1898
  msgstr ""
1899
 
1900
- #: admin/feedback.php:32
1901
- msgid "Lacking certain features"
1902
  msgstr ""
1903
 
1904
- #: admin/feedback.php:33
1905
- msgid "What feature would you like to see?"
1906
  msgstr ""
1907
 
1908
- #: admin/feedback.php:37
1909
- msgid "Hard to use"
1910
  msgstr ""
1911
 
1912
- #: admin/feedback.php:38
1913
- msgid "How can we improve our user experience ?"
1914
  msgstr ""
1915
 
1916
- #: admin/feedback.php:42
1917
- msgid "Unsatisfactory support"
1918
  msgstr ""
1919
 
1920
- #: admin/feedback.php:43
1921
- msgid "Give us another try! Open a support ticket <a href='https://www.cozmoslabs.com/support/open-ticket/' target='_blank'>here</a>"
1922
  msgstr ""
1923
 
1924
- #: admin/feedback.php:47, admin/manage-fields.php:65
1925
- msgid "Other"
1926
  msgstr ""
1927
 
1928
- #: admin/feedback.php:48
1929
- msgid "Please tell us more"
1930
  msgstr ""
1931
 
1932
- #: admin/feedback.php:52
1933
- msgid "Poor Documentation"
1934
  msgstr ""
1935
 
1936
- #: admin/feedback.php:53
1937
- msgid "Tell us what you couldn't find"
1938
  msgstr ""
1939
 
1940
- #: admin/feedback.php:58
1941
- msgid "Submit & Deactivate"
1942
  msgstr ""
1943
 
1944
- #: admin/feedback.php:61
1945
- msgid "Skip and Deactivate"
1946
  msgstr ""
1947
 
1948
- #: admin/feedback.php:165
1949
- msgid "Submit and Deactivate"
1950
  msgstr ""
1951
 
1952
- #: admin/general-settings.php:12
1953
- msgid "Admin Bar"
1954
  msgstr ""
1955
 
1956
- #: admin/general-settings.php:14, admin/private-website.php:11, admin/private-website.php:11
1957
- msgid "Private Website"
1958
  msgstr ""
1959
 
1960
- #: admin/general-settings.php:15, admin/advanced-settings/advanced-settings.php:38, admin/advanced-settings/advanced-settings.php:48
1961
- msgid "Advanced Settings"
1962
  msgstr ""
1963
 
1964
- #: admin/general-settings.php:19, admin/advanced-settings/advanced-settings.php:19
1965
- msgid "Forms"
1966
  msgstr ""
1967
 
1968
- #: admin/general-settings.php:20, admin/advanced-settings/advanced-settings.php:20
1969
- msgid "Fields"
1970
  msgstr ""
1971
 
1972
- #: admin/general-settings.php:22, admin/advanced-settings/advanced-settings.php:21
1973
- msgid "Userlisting"
1974
  msgstr ""
1975
 
1976
- #: admin/general-settings.php:23, admin/advanced-settings/advanced-settings.php:22
1977
- msgid "Shortcodes"
1978
  msgstr ""
1979
 
1980
- #: admin/general-settings.php:24, admin/advanced-settings/advanced-settings.php:23
1981
- msgid "Admin"
1982
  msgstr ""
1983
 
1984
- #: admin/general-settings.php:28, features/two-factor-authentication/class-two-factor-authentication.php:78, features/two-factor-authentication/class-two-factor-authentication.php:78, features/two-factor-authentication/class-two-factor-authentication.php:175, features/two-factor-authentication/class-two-factor-authentication.php:176, features/two-factor-authentication/class-two-factor-authentication.php:229
1985
- msgid "Two-Factor Authentication"
1986
  msgstr ""
1987
 
1988
- #: admin/general-settings.php:35
1989
- msgid "User Emails"
1990
  msgstr ""
1991
 
1992
- #: admin/general-settings.php:36
1993
- msgid "Administrator Emails"
1994
  msgstr ""
1995
 
1996
- #: admin/general-settings.php:133
1997
- msgid "Profile Builder Settings"
1998
  msgstr ""
1999
 
2000
- #: admin/general-settings.php:146
2001
- msgid "Load Profile Builder's own CSS file in the front-end:"
2002
  msgstr ""
2003
 
2004
- #: admin/general-settings.php:151
2005
- msgid "You can find the default file here: %1$s"
2006
  msgstr ""
2007
 
2008
- #: admin/general-settings.php:158
2009
- msgid "Automatically Log In:"
2010
  msgstr ""
2011
 
2012
- #: admin/general-settings.php:166
2013
- msgid "Select \"Yes\" to automatically log in new users after successful registration."
2014
  msgstr ""
2015
 
2016
- #: admin/general-settings.php:173
2017
- msgid "\"Email Confirmation\" Activated:"
2018
  msgstr ""
2019
 
2020
- #: admin/general-settings.php:181
2021
- msgid "This works with front-end forms only. Recommended to redirect WP default registration to a Profile Builder one using \"Custom Redirects\" module."
2022
  msgstr ""
2023
 
2024
- #: admin/general-settings.php:183
2025
- msgid "You can find a list of unconfirmed email addresses %1$sUsers > All Users > Email Confirmation%2$s."
2026
  msgstr ""
2027
 
2028
- #: admin/general-settings.php:191
2029
- msgid "\"Email Confirmation\" Landing Page:"
2030
  msgstr ""
2031
 
2032
- #: admin/general-settings.php:196
2033
- msgid "Existing Pages"
2034
  msgstr ""
2035
 
2036
- #: admin/general-settings.php:211
2037
- msgid "Specify the page where the users will be directed when confirming the email account. This page can differ from the register page(s) and can be changed at any time. If none selected, a simple confirmation page will be displayed for the user."
2038
  msgstr ""
2039
 
2040
- #: admin/general-settings.php:222
2041
- msgid "\"Admin Approval\" Activated:"
2042
  msgstr ""
2043
 
2044
- #: admin/general-settings.php:230
2045
- msgid "You can find a list of users at %1$sUsers > All Users > Admin Approval%2$s."
2046
  msgstr ""
2047
 
2048
- #: admin/general-settings.php:237
2049
- msgid "\"Admin Approval\" on User Role:"
2050
  msgstr ""
2051
 
2052
- #: admin/general-settings.php:256
2053
- msgid "Select on what user roles to activate Admin Approval."
2054
  msgstr ""
2055
 
2056
- #: admin/general-settings.php:268
2057
- msgid "\"Roles Editor\" Activated:"
2058
  msgstr ""
2059
 
2060
- #: admin/general-settings.php:276
2061
- msgid "You can add / edit user roles at %1$sUsers > Roles Editor%2$s."
2062
  msgstr ""
2063
 
2064
- #: admin/general-settings.php:287
2065
- msgid "\"Admin Approval\" Feature:"
2066
  msgstr ""
2067
 
2068
- #: admin/general-settings.php:290
2069
- 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$sHobbyist or PRO versions%2$s."
2070
  msgstr ""
2071
 
2072
- #: admin/general-settings.php:297
2073
- msgid "Allow Users to Log in With:"
2074
  msgstr ""
2075
 
2076
- #: admin/general-settings.php:301
2077
- msgid "Username and Email"
2078
  msgstr ""
2079
 
2080
- #: admin/general-settings.php:302, admin/manage-fields.php:333, front-end/login.php:339, front-end/login.php:353, front-end/login.php:537, add-ons/custom-redirects/custom_redirects_admin.php:60, 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:2526, 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
2081
- msgid "Username"
2082
  msgstr ""
2083
 
2084
- #: admin/general-settings.php:303, front-end/login.php:534, front-end/recover.php:118, add-ons/email-customizer/email-customizer.php:29, add-ons/user-listing/userlisting.php:119, add-ons/user-listing/userlisting.php:884, add-ons/user-listing/userlisting.php:2527, features/admin-approval/class-admin-approval.php:177, features/email-confirmation/class-email-confirmation.php:169, admin/advanced-settings/includes/shortcodes/resend-activation.php:9
2085
- msgid "Email"
2086
  msgstr ""
2087
 
2088
- #: admin/general-settings.php:306
2089
- msgid "\"Username and Email\" - users can Log In with either their Username or their Email."
2090
  msgstr ""
2091
 
2092
- #: admin/general-settings.php:307
2093
- msgid "\"Username\" - users can only Log In with their Username. Both the Username and Email fields will be shown in the front-end forms."
2094
  msgstr ""
2095
 
2096
- #: admin/general-settings.php:308
2097
- msgid "\"Email\" - users can only Log In with their Email. The Username field will be hidden in the front-end forms and Usernames will be automatically generated based on the Emails."
2098
  msgstr ""
2099
 
2100
- #: admin/general-settings.php:315
2101
- msgid "Minimum Password Length:"
2102
  msgstr ""
2103
 
2104
- #: admin/general-settings.php:320
2105
- msgid "Enter the minimum characters the password should have. Leave empty for no minimum limit"
2106
  msgstr ""
2107
 
2108
- #: admin/general-settings.php:327
2109
- msgid "Minimum Password Strength:"
2110
  msgstr ""
2111
 
2112
- #: admin/general-settings.php:331
2113
- msgid "Disabled"
2114
  msgstr ""
2115
 
2116
- #: admin/manage-fields.php:18
2117
- msgid "Form Fields"
2118
  msgstr ""
2119
 
2120
- #: admin/manage-fields.php:19
2121
- msgid "Manage Form Fields"
2122
  msgstr ""
2123
 
2124
- #: admin/manage-fields.php:55
2125
- msgid "Standard"
2126
  msgstr ""
2127
 
2128
- #: admin/manage-fields.php:60
2129
- msgid "Advanced"
2130
  msgstr ""
2131
 
2132
- #: admin/manage-fields.php:134
2133
- msgid "Choose one of the supported field types"
2134
  msgstr ""
2135
 
2136
- #: admin/manage-fields.php:136
2137
- msgid ". Extra Field Types are available in <a href=\"%s\">Hobbyist or PRO versions</a>."
2138
  msgstr ""
2139
 
2140
- #: admin/manage-fields.php:172
2141
- msgid "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"
2142
  msgstr ""
2143
 
2144
- #: admin/manage-fields.php:169
2145
- msgid "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"
2146
  msgstr ""
2147
 
2148
- #: admin/manage-fields.php:186
2149
- msgid "Field Title"
2150
  msgstr ""
2151
 
2152
- #: admin/manage-fields.php:186
2153
- msgid "Title of the field"
2154
  msgstr ""
2155
 
2156
- #: admin/manage-fields.php:187, add-ons/multiple-forms/edit-profile-forms.php:245, add-ons/multiple-forms/register-forms.php:266
2157
- msgid "Field"
2158
  msgstr ""
2159
 
2160
- #: admin/manage-fields.php:188
2161
- msgid "Meta-name"
2162
  msgstr ""
2163
 
2164
- #: admin/manage-fields.php:189, 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, 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:170
2165
- msgid "ID"
2166
  msgstr ""
2167
 
2168
- #: admin/manage-fields.php:189, add-ons/multiple-forms/edit-profile-forms.php:246, add-ons/multiple-forms/register-forms.php:267
2169
- msgid "A unique, auto-generated ID for this particular field<br/>You can use this in conjuction with filters to target this element if needed<br/>Can't be edited"
2170
  msgstr ""
2171
 
2172
- #: admin/manage-fields.php:190, features/two-factor-authentication/class-two-factor-authentication.php:241, features/two-factor-authentication/class-two-factor-authentication.php:356
2173
- msgid "Description"
2174
  msgstr ""
2175
 
2176
- #: admin/manage-fields.php:190
2177
- msgid "Enter a (detailed) description of the option for end users to read<br/>Optional"
2178
  msgstr ""
2179
 
2180
- #: admin/manage-fields.php:191
2181
- msgid "Row Count"
2182
  msgstr ""
2183
 
2184
- #: admin/manage-fields.php:191
2185
- msgid "Specify the number of rows for a 'Textarea' field<br/>If not specified, defaults to 5"
2186
  msgstr ""
2187
 
2188
- #: admin/manage-fields.php:192
2189
- msgid "Allowed Image Extensions"
2190
  msgstr ""
2191
 
2192
- #: admin/manage-fields.php:192
2193
- msgid "Specify the extension(s) you want to limit to upload<br/>Example: .ext1,.ext2,.ext3<br/>If not specified, defaults to: .jpg,.jpeg,.gif,.png (.*)"
2194
  msgstr ""
2195
 
2196
- #: admin/manage-fields.php:193
2197
- msgid "Use Simple Upload"
2198
  msgstr ""
2199
 
2200
- #: admin/manage-fields.php:193
2201
- msgid "Use a simple upload field instead of the WordPress upload"
2202
  msgstr ""
2203
 
2204
- #: admin/manage-fields.php:194
2205
- msgid "Allowed Upload Extensions"
2206
  msgstr ""
2207
 
2208
- #: admin/manage-fields.php:194
2209
- msgid "Specify the extension(s) you want to limit to upload<br/>Example: .ext1,.ext2,.ext3<br/>If not specified, defaults to all WordPress allowed file extensions (.*)"
2210
  msgstr ""
2211
 
2212
- #: admin/manage-fields.php:195
2213
- msgid "Avatar Size"
2214
  msgstr ""
2215
 
2216
- #: admin/manage-fields.php:195
2217
- msgid "Enter a value (between 20 and 200) for the size of the 'Avatar'<br/>If not specified, defaults to 100"
2218
  msgstr ""
2219
 
2220
- #: admin/manage-fields.php:196
2221
- msgid "Date-format"
2222
  msgstr ""
2223
 
2224
- #: admin/manage-fields.php:196
2225
- msgid "Specify the format of the date when using Datepicker<br/>Valid options: mm/dd/yy, mm/yy/dd, dd/yy/mm, dd/mm/yy, yy/dd/mm, yy/mm/dd, mm-dd-yy, yy-mm-dd, D, dd M yy, D, d M y, DD, dd-M-y, D, d M yy, mm/yy, mm/dd, dd/mm, @<br/>If not specified, defaults to mm/dd/yy<br/>ATTENTION: if you plan to use this field for sorting, please make sure to use year first, then month, and day last."
2226
  msgstr ""
2227
 
2228
- #: admin/manage-fields.php:197
2229
- msgid "Terms of Agreement"
2230
  msgstr ""
2231
 
2232
- #: admin/manage-fields.php:197
2233
- msgid "Enter a detailed description of the terms of agreement for the user to read.<br/>Links can be inserted by using standard HTML syntax: &lt;a href=\"custom_url\"&gt;custom_text&lt;/a&gt;"
2234
  msgstr ""
2235
 
2236
- #: admin/manage-fields.php:198
2237
- msgid "Options"
2238
  msgstr ""
2239
 
2240
- #: admin/manage-fields.php:198
2241
- msgid "Enter a comma separated list of values<br/>This can be anything, as it is hidden from the user, but should not contain special characters or apostrophes"
2242
  msgstr ""
2243
 
2244
- #: admin/manage-fields.php:199
2245
- msgid "Labels"
2246
  msgstr ""
2247
 
2248
- #: admin/manage-fields.php:199
2249
- msgid "Enter a comma separated list of labels<br/>Visible for the user"
2250
  msgstr ""
2251
 
2252
- #: admin/manage-fields.php:200
2253
- msgid "reCAPTCHA Type"
2254
  msgstr ""
2255
 
2256
- #: admin/manage-fields.php:200
2257
- msgid "Choose the <a href=\"https://developers.google.com/recaptcha/docs/versions\" target=\"_blank\">type of reCAPTCHA</a> you wish to add to this site.<br/>Please note that the Invisible reCAPTCHA is a type of reCAPTCHA v2."
2258
  msgstr ""
2259
 
2260
- #: admin/manage-fields.php:201
2261
- msgid "Site Key"
2262
  msgstr ""
2263
 
2264
- #: admin/manage-fields.php:201
2265
- msgid "The site key from Google, <a href=\"https://www.google.com/recaptcha/admin/create\" target=\"_blank\">https://www.google.com/recaptcha/admin/create</a>"
2266
  msgstr ""
2267
 
2268
- #: admin/manage-fields.php:202
2269
- msgid "Secret Key"
2270
  msgstr ""
2271
 
2272
- #: admin/manage-fields.php:202
2273
- msgid "The secret key from Google, <a href=\"https://www.google.com/recaptcha/admin/create\" target=\"_blank\">https://www.google.com/recaptcha/admin/create</a>"
2274
  msgstr ""
2275
 
2276
- #: admin/manage-fields.php:203
2277
- msgid "Display on PB forms"
2278
  msgstr ""
2279
 
2280
- #: admin/manage-fields.php:203
2281
- msgid "PB Login"
2282
  msgstr ""
2283
 
2284
- #: admin/manage-fields.php:203
2285
- msgid "PB Register"
2286
  msgstr ""
2287
 
2288
- #: admin/manage-fields.php:203
2289
- msgid "PB Recover Password"
2290
  msgstr ""
2291
 
2292
- #: admin/manage-fields.php:203
2293
- msgid "Select on which Profile Builder forms to display reCAPTCHA"
2294
  msgstr ""
2295
 
2296
- #: admin/manage-fields.php:204
2297
- msgid "Display on default WP forms"
2298
  msgstr ""
2299
 
2300
- #: admin/manage-fields.php:204
2301
- msgid "Default WP Login"
2302
  msgstr ""
2303
 
2304
- #: admin/manage-fields.php:204
2305
- msgid "Default WP Register"
2306
  msgstr ""
2307
 
2308
- #: admin/manage-fields.php:204
2309
- msgid "Default WP Recover Password"
2310
  msgstr ""
2311
 
2312
- #: admin/manage-fields.php:204
2313
- msgid "Select on which default WP forms to display reCAPTCHA"
2314
  msgstr ""
2315
 
2316
- #: admin/manage-fields.php:205
2317
- msgid "User Roles"
2318
  msgstr ""
2319
 
2320
- #: admin/manage-fields.php:205
2321
- msgid "Select which user roles to show to the user ( drag and drop to re-order )"
2322
  msgstr ""
2323
 
2324
- #: admin/manage-fields.php:206
2325
- msgid "Display on Edit Profile"
2326
  msgstr ""
2327
 
2328
- #: admin/manage-fields.php:206
2329
- msgid "Check if you want the select user role field to appear on Edit Profile forms"
2330
  msgstr ""
2331
 
2332
- #: admin/manage-fields.php:207
2333
- msgid "User Roles Order"
2334
  msgstr ""
2335
 
2336
- #: admin/manage-fields.php:207
2337
- msgid "Save the user role order from the user roles checkboxes"
2338
  msgstr ""
2339
 
2340
- #: admin/manage-fields.php:208
2341
- msgid "Default Value"
2342
  msgstr ""
2343
 
2344
- #: admin/manage-fields.php:208
2345
- msgid "Default value of the field"
2346
  msgstr ""
2347
 
2348
- #: admin/manage-fields.php:209, admin/manage-fields.php:211, admin/manage-fields.php:212, admin/manage-fields.php:213
2349
- msgid "Default Option"
2350
  msgstr ""
2351
 
2352
- #: admin/manage-fields.php:209
2353
- msgid "Specify the option which should be selected by default"
2354
  msgstr ""
2355
 
2356
- #: admin/manage-fields.php:210
2357
- msgid "Default Option(s)"
2358
  msgstr ""
2359
 
2360
- #: admin/manage-fields.php:210
2361
- msgid "Specify the option which should be checked by default<br/>If there are multiple values, separate them with a ',' (comma)"
2362
  msgstr ""
2363
 
2364
- #: admin/manage-fields.php:211, admin/manage-fields.php:212, admin/manage-fields.php:213
2365
- msgid "Default option of the field"
2366
  msgstr ""
2367
 
2368
- #: admin/manage-fields.php:214
2369
- msgid "Show Currency Symbol"
2370
  msgstr ""
2371
 
2372
- #: admin/manage-fields.php:214
2373
- msgid "Whether the currency symbol should be displayed after the currency name in the select option."
2374
  msgstr ""
2375
 
2376
- #: admin/manage-fields.php:215
2377
- msgid "Show Post Type"
2378
  msgstr ""
2379
 
2380
- #: admin/manage-fields.php:215
2381
- msgid "Posts from what post type will be displayed in the select."
2382
  msgstr ""
2383
 
2384
- #: admin/manage-fields.php:216
2385
- msgid "Allowable Values"
2386
  msgstr ""
2387
 
2388
- #: admin/manage-fields.php:216
2389
- msgid "Enter a comma separated list of possible values. Upon registration if the value provided by the user does not match one of these values, the user will not be registered."
2390
  msgstr ""
2391
 
2392
- #: admin/manage-fields.php:217
2393
- msgid "Error Message"
2394
  msgstr ""
2395
 
2396
- #: admin/manage-fields.php:217
2397
- msgid "Set a custom error message that will be displayed to the user."
2398
  msgstr ""
2399
 
2400
- #: admin/manage-fields.php:218
2401
- msgid "Time Format"
2402
  msgstr ""
2403
 
2404
- #: admin/manage-fields.php:218
2405
- msgid "Specify the time format."
2406
  msgstr ""
2407
 
2408
- #: admin/manage-fields.php:219
2409
- msgid "Google Maps API Key"
2410
  msgstr ""
2411
 
2412
- #: admin/manage-fields.php:219
2413
- msgid "Enter your Google Maps API key ( <a href=\"https://console.developers.google.com/flows/enableapi?apiid=maps_backend\" target=\"_blank\">Get your API key</a> ). If more than one map fields are added to a form the API key from the first map displayed will be used."
2414
  msgstr ""
2415
 
2416
- #: admin/manage-fields.php:224
2417
- msgid "Default Latitude"
2418
  msgstr ""
2419
 
2420
- #: admin/manage-fields.php:225
2421
- msgid "The latitude at which the map should be displayed when no pins are attached."
2422
  msgstr ""
2423
 
2424
- #: admin/manage-fields.php:231
2425
- msgid "Default Longitude"
2426
  msgstr ""
2427
 
2428
- #: admin/manage-fields.php:232
2429
- msgid "The longitude at which the map should be displayed when no pins are attached."
2430
  msgstr ""
2431
 
2432
- #: admin/manage-fields.php:238
2433
- msgid "Default Zoom Level"
2434
  msgstr ""
2435
 
2436
- #: admin/manage-fields.php:239
2437
- msgid "Add a number from 0 to 19. The higher the number the higher the zoom."
2438
  msgstr ""
2439
 
2440
- #: admin/manage-fields.php:243
2441
- msgid "Map Height"
2442
  msgstr ""
2443
 
2444
- #: admin/manage-fields.php:243
2445
- msgid "The height of the map."
2446
  msgstr ""
2447
 
2448
- #: admin/manage-fields.php:244
2449
- msgid "Default Content"
2450
  msgstr ""
2451
 
2452
- #: admin/manage-fields.php:244
2453
- msgid "Default value of the textarea"
2454
  msgstr ""
2455
 
2456
- #: admin/manage-fields.php:245
2457
- msgid "HTML Content"
2458
  msgstr ""
2459
 
2460
- #: admin/manage-fields.php:245
2461
- msgid "Add your HTML (or text) content"
2462
  msgstr ""
2463
 
2464
- #: admin/manage-fields.php:246
2465
- msgid "Phone Format"
2466
  msgstr ""
2467
 
2468
- #: admin/manage-fields.php:246
2469
- msgid "You can use: # for numbers, parentheses ( ), - sign, + sign, dot . and spaces."
2470
  msgstr ""
2471
 
2472
- #: admin/manage-fields.php:246
2473
- msgid "Eg. (###) ###-####"
2474
  msgstr ""
2475
 
2476
- #: admin/manage-fields.php:246
2477
- msgid "Empty field won't check for correct phone number."
2478
  msgstr ""
2479
 
2480
- #: admin/manage-fields.php:247
2481
- msgid "Heading Tag"
2482
  msgstr ""
2483
 
2484
- #: admin/manage-fields.php:247
2485
- msgid "Change heading field size on front-end forms"
2486
  msgstr ""
2487
 
2488
- #: admin/manage-fields.php:248
2489
- msgid "Min Number Value"
2490
  msgstr ""
2491
 
2492
- #: admin/manage-fields.php:248
2493
- msgid "Min allowed number value (0 to allow only positive numbers)"
2494
  msgstr ""
2495
 
2496
- #: admin/manage-fields.php:248
2497
- msgid "Leave it empty for no min value"
2498
  msgstr ""
2499
 
2500
- #: admin/manage-fields.php:249
2501
- msgid "Max Number Value"
2502
  msgstr ""
2503
 
2504
- #: admin/manage-fields.php:249
2505
- msgid "Max allowed number value (0 to allow only negative numbers)"
2506
  msgstr ""
2507
 
2508
- #: admin/manage-fields.php:249
2509
- msgid "Leave it empty for no max value"
2510
  msgstr ""
2511
 
2512
- #: admin/manage-fields.php:250
2513
- msgid "Number Step Value"
2514
  msgstr ""
2515
 
2516
- #: admin/manage-fields.php:250
2517
- msgid "Step value 1 to allow only integers, 0.1 to allow integers and numbers with 1 decimal"
2518
  msgstr ""
2519
 
2520
- #: admin/manage-fields.php:250
2521
- msgid "To allow multiple decimals use for eg. 0.01 (for 2 deciamls) and so on"
2522
  msgstr ""
2523
 
2524
- #: admin/manage-fields.php:250
2525
- msgid "You can also use step value to specify the legal number intervals (eg. step value 2 will allow only -4, -2, 0, 2 and so on)"
2526
  msgstr ""
2527
 
2528
- #: admin/manage-fields.php:250
2529
- msgid "Leave it empty for no restriction"
2530
  msgstr ""
2531
 
2532
- #: admin/manage-fields.php:251
2533
- msgid "Whether the field is required or not"
2534
  msgstr ""
2535
 
2536
- #: admin/manage-fields.php:252
2537
- msgid "Overwrite Existing"
2538
  msgstr ""
2539
 
2540
- #: admin/manage-fields.php:252
2541
- msgid "Selecting 'Yes' will add the field to the list, but will overwrite any other field in the database that has the same meta-name<br/>Use this at your own risk"
2542
  msgstr ""
2543
 
2544
- #: admin/manage-fields.php:258
2545
- msgid "POIs Load Type"
2546
  msgstr ""
2547
 
2548
- #: admin/manage-fields.php:260
2549
- msgid "POIs of the listed users (as filtered & paginated)"
2550
  msgstr ""
2551
 
2552
- #: admin/manage-fields.php:261
2553
- msgid "POIs of all the users for the filter* (no pagination)"
2554
  msgstr ""
2555
 
2556
- #: admin/manage-fields.php:264
2557
- msgid "This option allows you to load on a single map the POIs for all users, or just these for the listed ones (this will take into account the filters and the faceted menus). *Please use this feature wisely, it will impact the performance."
2558
  msgstr ""
2559
 
2560
- #: admin/manage-fields.php:271
2561
- msgid "POI Bubble Info"
2562
  msgstr ""
2563
 
2564
- #: admin/manage-fields.php:274
2565
- msgid "Select the attributes to be listed inside the POI bubble."
2566
  msgstr ""
2567
 
2568
- #: admin/manage-fields.php:285
2569
- msgid "Number of Users per Map Iteration"
2570
  msgstr ""
2571
 
2572
- #: admin/manage-fields.php:286
2573
- msgid "When loading the map of all users with no pagination, the map script will iterate multiple times and will expose gradually POIs on the map, until all the POIs for the users that match the criteria will be added on the map (think of this as of pagination for the map POIs). The smaller the number of users per iteration, the fastest the iteration response will be, but for a large number of users, the map script will iterate multiple times. Setting a higher limit will decrease the performance, but might produce a smaller number of iterations. <br><br><b>Please adjust this value to your hosting capabilities, and make sure that the value you set is the best for performance.</b> We recommend a <b>maximum</b> value of 300."
2574
  msgstr ""
2575
 
2576
- #: admin/manage-fields.php:291
2577
- msgid "Maximum Selections"
2578
  msgstr ""
2579
 
2580
- #: admin/manage-fields.php:291
2581
- msgid "Select2 multi-value select boxes can set restrictions regarding the maximum number of options selected."
2582
  msgstr ""
2583
 
2584
- #: admin/manage-fields.php:292
2585
- msgid "User Inputted Options"
2586
  msgstr ""
2587
 
2588
- #: admin/manage-fields.php:292
2589
- msgid "Check this to allow users to create their own options beside the pre-existing ones."
2590
  msgstr ""
2591
 
2592
- #: admin/manage-fields.php:299
2593
- msgid "Form Field Properties"
2594
  msgstr ""
2595
 
2596
- #: admin/manage-fields.php:313
2597
- msgid "Registration & Edit Profile Forms"
2598
  msgstr ""
2599
 
2600
- #: admin/manage-fields.php:333
2601
- msgid "Usernames cannot be changed."
2602
  msgstr ""
2603
 
2604
- #: admin/manage-fields.php:336, add-ons/user-listing/userlisting.php:917, add-ons/user-listing/userlisting.php:2535
2605
- msgid "Nickname"
2606
  msgstr ""
2607
 
2608
- #: admin/manage-fields.php:337
2609
- msgid "Display name publicly as"
2610
  msgstr ""
2611
 
2612
- #: admin/manage-fields.php:339
2613
- msgid "E-mail"
2614
  msgstr ""
2615
 
2616
- #: admin/manage-fields.php:340, add-ons/email-customizer/email-customizer.php:33, add-ons/user-listing/userlisting.php:122, add-ons/user-listing/userlisting.php:899, add-ons/user-listing/userlisting.php:2529
2617
- msgid "Website"
2618
  msgstr ""
2619
 
2620
- #: admin/manage-fields.php:344
2621
- msgid "AIM"
2622
  msgstr ""
2623
 
2624
- #: admin/manage-fields.php:345
2625
- msgid "Yahoo IM"
2626
  msgstr ""
2627
 
2628
- #: admin/manage-fields.php:346
2629
- msgid "Jabber / Google Talk"
2630
  msgstr ""
2631
 
2632
- #: admin/manage-fields.php:350, add-ons/user-listing/userlisting.php:125, add-ons/user-listing/userlisting.php:902, add-ons/user-listing/userlisting.php:2530
2633
- msgid "Biographical Info"
2634
  msgstr ""
2635
 
2636
- #: admin/manage-fields.php:350
2637
- msgid "Share a little biographical information to fill out your profile. This may be shown publicly."
2638
  msgstr ""
2639
 
2640
- #: admin/manage-fields.php:351, front-end/login.php:119, front-end/recover.php:72, add-ons/email-customizer/email-customizer.php:30
2641
- msgid "Password"
2642
  msgstr ""
2643
 
2644
- #: admin/manage-fields.php:351
2645
- msgid "Type your password."
2646
  msgstr ""
2647
 
2648
- #: admin/manage-fields.php:352, front-end/recover.php:73
2649
- msgid "Repeat Password"
2650
  msgstr ""
2651
 
2652
- #: admin/manage-fields.php:352
2653
- msgid "Type your password again. "
2654
  msgstr ""
2655
 
2656
- #: admin/manage-fields.php:354
2657
- msgid "Blog Details"
2658
  msgstr ""
2659
 
2660
- #: admin/manage-fields.php:413
2661
- msgid "Select a Country"
2662
  msgstr ""
2663
 
2664
- #: admin/manage-fields.php:414
2665
- msgid "Afghanistan"
2666
  msgstr ""
2667
 
2668
- #: admin/manage-fields.php:415
2669
- msgid "Aland Islands"
2670
  msgstr ""
2671
 
2672
- #: admin/manage-fields.php:416
2673
- msgid "Albania"
2674
  msgstr ""
2675
 
2676
- #: admin/manage-fields.php:417
2677
- msgid "Algeria"
2678
  msgstr ""
2679
 
2680
- #: admin/manage-fields.php:418
2681
- msgid "American Samoa"
2682
  msgstr ""
2683
 
2684
- #: admin/manage-fields.php:419
2685
- msgid "Andorra"
2686
  msgstr ""
2687
 
2688
- #: admin/manage-fields.php:420
2689
- msgid "Angola"
2690
  msgstr ""
2691
 
2692
- #: admin/manage-fields.php:421
2693
- msgid "Anguilla"
2694
  msgstr ""
2695
 
2696
- #: admin/manage-fields.php:422
2697
- msgid "Antarctica"
2698
  msgstr ""
2699
 
2700
- #: admin/manage-fields.php:423
2701
- msgid "Antigua and Barbuda"
2702
  msgstr ""
2703
 
2704
- #: admin/manage-fields.php:424
2705
- msgid "Argentina"
2706
  msgstr ""
2707
 
2708
- #: admin/manage-fields.php:425
2709
- msgid "Armenia"
2710
  msgstr ""
2711
 
2712
- #: admin/manage-fields.php:426
2713
- msgid "Aruba"
2714
  msgstr ""
2715
 
2716
- #: admin/manage-fields.php:427
2717
- msgid "Australia"
2718
  msgstr ""
2719
 
2720
- #: admin/manage-fields.php:428
2721
- msgid "Austria"
2722
  msgstr ""
2723
 
2724
- #: admin/manage-fields.php:429
2725
- msgid "Azerbaijan"
2726
  msgstr ""
2727
 
2728
- #: admin/manage-fields.php:430
2729
- msgid "Bahamas"
2730
  msgstr ""
2731
 
2732
- #: admin/manage-fields.php:431
2733
- msgid "Bahrain"
2734
  msgstr ""
2735
 
2736
- #: admin/manage-fields.php:432
2737
- msgid "Bangladesh"
2738
  msgstr ""
2739
 
2740
- #: admin/manage-fields.php:433
2741
- msgid "Barbados"
2742
  msgstr ""
2743
 
2744
- #: admin/manage-fields.php:434
2745
- msgid "Belarus"
2746
  msgstr ""
2747
 
2748
- #: admin/manage-fields.php:435
2749
- msgid "Belgium"
2750
  msgstr ""
2751
 
2752
- #: admin/manage-fields.php:436
2753
- msgid "Belize"
2754
  msgstr ""
2755
 
2756
- #: admin/manage-fields.php:437
2757
- msgid "Benin"
2758
  msgstr ""
2759
 
2760
- #: admin/manage-fields.php:438
2761
- msgid "Bermuda"
2762
  msgstr ""
2763
 
2764
- #: admin/manage-fields.php:439
2765
- msgid "Bhutan"
2766
  msgstr ""
2767
 
2768
- #: admin/manage-fields.php:440
2769
- msgid "Bolivia"
2770
  msgstr ""
2771
 
2772
- #: admin/manage-fields.php:441
2773
- msgid "Bonaire, Saint Eustatius and Saba"
2774
  msgstr ""
2775
 
2776
- #: admin/manage-fields.php:442
2777
- msgid "Bosnia and Herzegovina"
2778
  msgstr ""
2779
 
2780
- #: admin/manage-fields.php:443
2781
- msgid "Botswana"
2782
  msgstr ""
2783
 
2784
- #: admin/manage-fields.php:444
2785
- msgid "Bouvet Island"
2786
  msgstr ""
2787
 
2788
- #: admin/manage-fields.php:445
2789
- msgid "Brazil"
2790
  msgstr ""
2791
 
2792
- #: admin/manage-fields.php:446
2793
- msgid "British Indian Ocean Territory"
2794
  msgstr ""
2795
 
2796
- #: admin/manage-fields.php:447
2797
- msgid "British Virgin Islands"
2798
  msgstr ""
2799
 
2800
- #: admin/manage-fields.php:448
2801
- msgid "Brunei"
2802
  msgstr ""
2803
 
2804
- #: admin/manage-fields.php:449
2805
- msgid "Bulgaria"
2806
  msgstr ""
2807
 
2808
- #: admin/manage-fields.php:450
2809
- msgid "Burkina Faso"
2810
  msgstr ""
2811
 
2812
- #: admin/manage-fields.php:451
2813
- msgid "Burundi"
2814
  msgstr ""
2815
 
2816
- #: admin/manage-fields.php:452
2817
- msgid "Cambodia"
2818
  msgstr ""
2819
 
2820
- #: admin/manage-fields.php:453
2821
- msgid "Cameroon"
2822
  msgstr ""
2823
 
2824
- #: admin/manage-fields.php:454
2825
- msgid "Canada"
2826
  msgstr ""
2827
 
2828
- #: admin/manage-fields.php:455
2829
- msgid "Cape Verde"
2830
  msgstr ""
2831
 
2832
- #: admin/manage-fields.php:456
2833
- msgid "Cayman Islands"
2834
  msgstr ""
2835
 
2836
- #: admin/manage-fields.php:457
2837
- msgid "Central African Republic"
2838
  msgstr ""
2839
 
2840
- #: admin/manage-fields.php:458
2841
- msgid "Chad"
2842
  msgstr ""
2843
 
2844
- #: admin/manage-fields.php:459
2845
- msgid "Chile"
2846
  msgstr ""
2847
 
2848
- #: admin/manage-fields.php:460
2849
- msgid "China"
2850
  msgstr ""
2851
 
2852
- #: admin/manage-fields.php:461
2853
- msgid "Christmas Island"
2854
  msgstr ""
2855
 
2856
- #: admin/manage-fields.php:462
2857
- msgid "Cocos Islands"
2858
  msgstr ""
2859
 
2860
- #: admin/manage-fields.php:463
2861
- msgid "Colombia"
2862
  msgstr ""
2863
 
2864
- #: admin/manage-fields.php:464
2865
- msgid "Comoros"
2866
  msgstr ""
2867
 
2868
- #: admin/manage-fields.php:465
2869
- msgid "Cook Islands"
2870
  msgstr ""
2871
 
2872
- #: admin/manage-fields.php:466
2873
- msgid "Costa Rica"
2874
  msgstr ""
2875
 
2876
- #: admin/manage-fields.php:467
2877
- msgid "Croatia"
2878
  msgstr ""
2879
 
2880
- #: admin/manage-fields.php:468
2881
- msgid "Cuba"
2882
  msgstr ""
2883
 
2884
- #: admin/manage-fields.php:469
2885
- msgid "Curacao"
2886
  msgstr ""
2887
 
2888
- #: admin/manage-fields.php:470
2889
- msgid "Cyprus"
2890
  msgstr ""
2891
 
2892
- #: admin/manage-fields.php:471
2893
- msgid "Czech Republic"
2894
  msgstr ""
2895
 
2896
- #: admin/manage-fields.php:472
2897
- msgid "Democratic Republic of the Congo"
2898
  msgstr ""
2899
 
2900
- #: admin/manage-fields.php:473
2901
- msgid "Denmark"
2902
  msgstr ""
2903
 
2904
- #: admin/manage-fields.php:474
2905
- msgid "Djibouti"
2906
  msgstr ""
2907
 
2908
- #: admin/manage-fields.php:475
2909
- msgid "Dominica"
2910
  msgstr ""
2911
 
2912
- #: admin/manage-fields.php:476
2913
- msgid "Dominican Republic"
2914
  msgstr ""
2915
 
2916
- #: admin/manage-fields.php:477
2917
- msgid "East Timor"
2918
  msgstr ""
2919
 
2920
- #: admin/manage-fields.php:478
2921
- msgid "Ecuador"
2922
  msgstr ""
2923
 
2924
- #: admin/manage-fields.php:479
2925
- msgid "Egypt"
2926
  msgstr ""
2927
 
2928
- #: admin/manage-fields.php:480
2929
- msgid "El Salvador"
2930
  msgstr ""
2931
 
2932
- #: admin/manage-fields.php:481
2933
- msgid "Equatorial Guinea"
2934
  msgstr ""
2935
 
2936
- #: admin/manage-fields.php:482
2937
- msgid "Eritrea"
2938
  msgstr ""
2939
 
2940
- #: admin/manage-fields.php:483
2941
- msgid "Estonia"
 
 
2942
  msgstr ""
2943
 
2944
- #: admin/manage-fields.php:484
2945
- msgid "Ethiopia"
 
 
2946
  msgstr ""
2947
 
2948
- #: admin/manage-fields.php:485
2949
- msgid "Falkland Islands"
 
 
2950
  msgstr ""
2951
 
2952
- #: admin/manage-fields.php:486
2953
- msgid "Faroe Islands"
 
 
2954
  msgstr ""
2955
 
2956
- #: admin/manage-fields.php:487
2957
- msgid "Fiji"
 
 
2958
  msgstr ""
2959
 
2960
- #: admin/manage-fields.php:488
2961
- msgid "Finland"
 
 
2962
  msgstr ""
2963
 
2964
- #: admin/manage-fields.php:489
2965
- msgid "France"
 
 
2966
  msgstr ""
2967
 
2968
- #: admin/manage-fields.php:490
2969
- msgid "French Guiana"
 
 
2970
  msgstr ""
2971
 
2972
- #: admin/manage-fields.php:491
2973
- msgid "French Polynesia"
 
 
2974
  msgstr ""
2975
 
2976
- #: admin/manage-fields.php:492
2977
- msgid "French Southern Territories"
 
 
2978
  msgstr ""
2979
 
2980
- #: admin/manage-fields.php:493
2981
- msgid "Gabon"
 
 
2982
  msgstr ""
2983
 
2984
- #: admin/manage-fields.php:494
2985
- msgid "Gambia"
 
 
2986
  msgstr ""
2987
 
2988
- #: admin/manage-fields.php:495
2989
- msgid "Georgia"
 
 
2990
  msgstr ""
2991
 
2992
- #: admin/manage-fields.php:496
2993
- msgid "Germany"
 
 
2994
  msgstr ""
2995
 
2996
- #: admin/manage-fields.php:497
2997
- msgid "Ghana"
 
 
2998
  msgstr ""
2999
 
3000
- #: admin/manage-fields.php:498
3001
- msgid "Gibraltar"
 
 
3002
  msgstr ""
3003
 
3004
- #: admin/manage-fields.php:499
3005
- msgid "Greece"
 
 
3006
  msgstr ""
3007
 
3008
- #: admin/manage-fields.php:500
3009
- msgid "Greenland"
 
 
3010
  msgstr ""
3011
 
3012
- #: admin/manage-fields.php:501
3013
- msgid "Grenada"
 
 
3014
  msgstr ""
3015
 
3016
- #: admin/manage-fields.php:502
3017
- msgid "Guadeloupe"
 
 
3018
  msgstr ""
3019
 
3020
- #: admin/manage-fields.php:503
3021
- msgid "Guam"
3022
  msgstr ""
3023
 
3024
- #: admin/manage-fields.php:504
3025
- msgid "Guatemala"
3026
  msgstr ""
3027
 
3028
- #: admin/manage-fields.php:505
3029
- msgid "Guernsey"
3030
  msgstr ""
3031
 
3032
- #: admin/manage-fields.php:506
3033
- msgid "Guinea"
3034
  msgstr ""
3035
 
3036
- #: admin/manage-fields.php:507
3037
- msgid "Guinea-Bissau"
3038
  msgstr ""
3039
 
3040
- #: admin/manage-fields.php:508
3041
- msgid "Guyana"
3042
  msgstr ""
3043
 
3044
- #: admin/manage-fields.php:509
3045
- msgid "Haiti"
3046
  msgstr ""
3047
 
3048
- #: admin/manage-fields.php:510
3049
- msgid "Heard Island and McDonald Islands"
3050
  msgstr ""
3051
 
3052
- #: admin/manage-fields.php:511
3053
- msgid "Honduras"
3054
  msgstr ""
3055
 
3056
- #: admin/manage-fields.php:512
3057
- msgid "Hong Kong"
3058
  msgstr ""
3059
 
3060
- #: admin/manage-fields.php:513
3061
- msgid "Hungary"
3062
  msgstr ""
3063
 
3064
- #: admin/manage-fields.php:514
3065
- msgid "Iceland"
3066
  msgstr ""
3067
 
3068
- #: admin/manage-fields.php:515
3069
- msgid "India"
3070
  msgstr ""
3071
 
3072
- #: admin/manage-fields.php:516
3073
- msgid "Indonesia"
3074
  msgstr ""
3075
 
3076
- #: admin/manage-fields.php:517
3077
- msgid "Iran"
3078
  msgstr ""
3079
 
3080
- #: admin/manage-fields.php:518
3081
- msgid "Iraq"
3082
  msgstr ""
3083
 
3084
- #: admin/manage-fields.php:519
3085
- msgid "Ireland"
3086
  msgstr ""
3087
 
3088
- #: admin/manage-fields.php:520
3089
- msgid "Isle of Man"
3090
  msgstr ""
3091
 
3092
- #: admin/manage-fields.php:521
3093
- msgid "Israel"
3094
  msgstr ""
3095
 
3096
- #: admin/manage-fields.php:522
3097
- msgid "Italy"
3098
  msgstr ""
3099
 
3100
- #: admin/manage-fields.php:523
3101
- msgid "Ivory Coast"
3102
  msgstr ""
3103
 
3104
- #: admin/manage-fields.php:524
3105
- msgid "Jamaica"
3106
  msgstr ""
3107
 
3108
- #: admin/manage-fields.php:525
3109
- msgid "Japan"
3110
  msgstr ""
3111
 
3112
- #: admin/manage-fields.php:526
3113
- msgid "Jersey"
3114
  msgstr ""
3115
 
3116
- #: admin/manage-fields.php:527
3117
- msgid "Jordan"
3118
  msgstr ""
3119
 
3120
- #: admin/manage-fields.php:528
3121
- msgid "Kazakhstan"
3122
  msgstr ""
3123
 
3124
- #: admin/manage-fields.php:529
3125
- msgid "Kenya"
3126
  msgstr ""
3127
 
3128
- #: admin/manage-fields.php:530
3129
- msgid "Kiribati"
3130
  msgstr ""
3131
 
3132
- #: admin/manage-fields.php:531
3133
- msgid "Kosovo"
3134
  msgstr ""
3135
 
3136
- #: admin/manage-fields.php:532
3137
- msgid "Kuwait"
3138
  msgstr ""
3139
 
3140
- #: admin/manage-fields.php:533
3141
- msgid "Kyrgyzstan"
3142
  msgstr ""
3143
 
3144
- #: admin/manage-fields.php:534
3145
- msgid "Laos"
3146
  msgstr ""
3147
 
3148
- #: admin/manage-fields.php:535
3149
- msgid "Latvia"
3150
  msgstr ""
3151
 
3152
- #: admin/manage-fields.php:536
3153
- msgid "Lebanon"
3154
  msgstr ""
3155
 
3156
- #: admin/manage-fields.php:537
3157
- msgid "Lesotho"
3158
  msgstr ""
3159
 
3160
- #: admin/manage-fields.php:538
3161
- msgid "Liberia"
3162
  msgstr ""
3163
 
3164
- #: admin/manage-fields.php:539
3165
- msgid "Libya"
3166
  msgstr ""
3167
 
3168
- #: admin/manage-fields.php:540
3169
- msgid "Liechtenstein"
3170
  msgstr ""
3171
 
3172
- #: admin/manage-fields.php:541
3173
- msgid "Lithuania"
3174
  msgstr ""
3175
 
3176
- #: admin/manage-fields.php:542
3177
- msgid "Luxembourg"
3178
  msgstr ""
3179
 
3180
- #: admin/manage-fields.php:543
3181
- msgid "Macao"
3182
  msgstr ""
3183
 
3184
- #: admin/manage-fields.php:544
3185
- msgid "Macedonia"
3186
  msgstr ""
3187
 
3188
- #: admin/manage-fields.php:545
3189
- msgid "Madagascar"
3190
  msgstr ""
3191
 
3192
- #: admin/manage-fields.php:546
3193
- msgid "Malawi"
3194
  msgstr ""
3195
 
3196
- #: admin/manage-fields.php:547
3197
- msgid "Malaysia"
3198
  msgstr ""
3199
 
3200
- #: admin/manage-fields.php:548
3201
- msgid "Maldives"
3202
  msgstr ""
3203
 
3204
- #: admin/manage-fields.php:549
3205
- msgid "Mali"
3206
  msgstr ""
3207
 
3208
- #: admin/manage-fields.php:550
3209
- msgid "Malta"
3210
  msgstr ""
3211
 
3212
- #: admin/manage-fields.php:551
3213
- msgid "Marshall Islands"
3214
  msgstr ""
3215
 
3216
- #: admin/manage-fields.php:552
3217
- msgid "Martinique"
3218
  msgstr ""
3219
 
3220
- #: admin/manage-fields.php:553
3221
- msgid "Mauritania"
3222
  msgstr ""
3223
 
3224
- #: admin/manage-fields.php:554
3225
- msgid "Mauritius"
3226
  msgstr ""
3227
 
3228
- #: admin/manage-fields.php:555
3229
- msgid "Mayotte"
3230
  msgstr ""
3231
 
3232
- #: admin/manage-fields.php:556
3233
- msgid "Mexico"
3234
  msgstr ""
3235
 
3236
- #: admin/manage-fields.php:557
3237
- msgid "Micronesia"
3238
  msgstr ""
3239
 
3240
- #: admin/manage-fields.php:558
3241
- msgid "Moldova"
3242
  msgstr ""
3243
 
3244
- #: admin/manage-fields.php:559
3245
- msgid "Monaco"
3246
  msgstr ""
3247
 
3248
- #: admin/manage-fields.php:560
3249
- msgid "Mongolia"
3250
  msgstr ""
3251
 
3252
- #: admin/manage-fields.php:561
3253
- msgid "Montenegro"
3254
  msgstr ""
3255
 
3256
- #: admin/manage-fields.php:562
3257
- msgid "Montserrat"
3258
  msgstr ""
3259
 
3260
- #: admin/manage-fields.php:563
3261
- msgid "Morocco"
3262
  msgstr ""
3263
 
3264
- #: admin/manage-fields.php:564
3265
- msgid "Mozambique"
3266
  msgstr ""
3267
 
3268
- #: admin/manage-fields.php:565
3269
- msgid "Myanmar"
3270
  msgstr ""
3271
 
3272
- #: admin/manage-fields.php:566
3273
- msgid "Namibia"
3274
  msgstr ""
3275
 
3276
- #: admin/manage-fields.php:567
3277
- msgid "Nauru"
3278
  msgstr ""
3279
 
3280
- #: admin/manage-fields.php:568
3281
- msgid "Nepal"
3282
  msgstr ""
3283
 
3284
- #: admin/manage-fields.php:569
3285
- msgid "Netherlands"
3286
  msgstr ""
3287
 
3288
- #: admin/manage-fields.php:570
3289
- msgid "New Caledonia"
3290
  msgstr ""
3291
 
3292
- #: admin/manage-fields.php:571
3293
- msgid "New Zealand"
3294
  msgstr ""
3295
 
3296
- #: admin/manage-fields.php:572
3297
- msgid "Nicaragua"
3298
  msgstr ""
3299
 
3300
- #: admin/manage-fields.php:573
3301
- msgid "Niger"
3302
  msgstr ""
3303
 
3304
- #: admin/manage-fields.php:574
3305
- msgid "Nigeria"
3306
  msgstr ""
3307
 
3308
- #: admin/manage-fields.php:575
3309
- msgid "Niue"
3310
  msgstr ""
3311
 
3312
- #: admin/manage-fields.php:576
3313
- msgid "Norfolk Island"
3314
  msgstr ""
3315
 
3316
- #: admin/manage-fields.php:577
3317
- msgid "North Korea"
3318
  msgstr ""
3319
 
3320
- #: admin/manage-fields.php:578
3321
- msgid "Northern Mariana Islands"
3322
  msgstr ""
3323
 
3324
- #: admin/manage-fields.php:579
3325
- msgid "Norway"
3326
  msgstr ""
3327
 
3328
- #: admin/manage-fields.php:580
3329
- msgid "Oman"
3330
  msgstr ""
3331
 
3332
- #: admin/manage-fields.php:581
3333
- msgid "Pakistan"
3334
  msgstr ""
3335
 
3336
- #: admin/manage-fields.php:582
3337
- msgid "Palau"
3338
  msgstr ""
3339
 
3340
- #: admin/manage-fields.php:583
3341
- msgid "Palestinian Territory"
3342
  msgstr ""
3343
 
3344
- #: admin/manage-fields.php:584
3345
- msgid "Panama"
3346
  msgstr ""
3347
 
3348
- #: admin/manage-fields.php:585
3349
- msgid "Papua New Guinea"
3350
  msgstr ""
3351
 
3352
- #: admin/manage-fields.php:586
3353
- msgid "Paraguay"
3354
  msgstr ""
3355
 
3356
- #: admin/manage-fields.php:587
3357
- msgid "Peru"
3358
  msgstr ""
3359
 
3360
- #: admin/manage-fields.php:588
3361
- msgid "Philippines"
3362
- msgstr ""
3363
-
3364
- #: admin/manage-fields.php:589
3365
- msgid "Pitcairn"
3366
  msgstr ""
3367
 
3368
- #: admin/manage-fields.php:590
3369
- msgid "Poland"
3370
  msgstr ""
3371
 
3372
- #: admin/manage-fields.php:591
3373
- msgid "Portugal"
3374
  msgstr ""
3375
 
3376
- #: admin/manage-fields.php:592
3377
- msgid "Puerto Rico"
3378
  msgstr ""
3379
 
3380
- #: admin/manage-fields.php:593
3381
- msgid "Qatar"
3382
  msgstr ""
3383
 
3384
- #: admin/manage-fields.php:594
3385
- msgid "Republic of the Congo"
3386
  msgstr ""
3387
 
3388
- #: admin/manage-fields.php:595
3389
- msgid "Reunion"
3390
  msgstr ""
3391
 
3392
- #: admin/manage-fields.php:596
3393
- msgid "Romania"
3394
  msgstr ""
3395
 
3396
- #: admin/manage-fields.php:597
3397
- msgid "Russia"
3398
  msgstr ""
3399
 
3400
- #: admin/manage-fields.php:598
3401
- msgid "Rwanda"
3402
  msgstr ""
3403
 
3404
- #: admin/manage-fields.php:599
3405
- msgid "Saint Barthelemy"
3406
  msgstr ""
3407
 
3408
- #: admin/manage-fields.php:600
3409
- msgid "Saint Helena"
3410
  msgstr ""
3411
 
3412
- #: admin/manage-fields.php:601
3413
- msgid "Saint Kitts and Nevis"
3414
  msgstr ""
3415
 
3416
- #: admin/manage-fields.php:602
3417
- msgid "Saint Lucia"
3418
  msgstr ""
3419
 
3420
- #: admin/manage-fields.php:603
3421
- msgid "Saint Martin"
3422
  msgstr ""
3423
 
3424
- #: admin/manage-fields.php:604
3425
- msgid "Saint Pierre and Miquelon"
3426
  msgstr ""
3427
 
3428
- #: admin/manage-fields.php:605
3429
- msgid "Saint Vincent and the Grenadines"
3430
  msgstr ""
3431
 
3432
- #: admin/manage-fields.php:606
3433
- msgid "Samoa"
3434
  msgstr ""
3435
 
3436
- #: admin/manage-fields.php:607
3437
- msgid "San Marino"
3438
  msgstr ""
3439
 
3440
- #: admin/manage-fields.php:608
3441
- msgid "Sao Tome and Principe"
3442
  msgstr ""
3443
 
3444
- #: admin/manage-fields.php:609
3445
- msgid "Saudi Arabia"
3446
  msgstr ""
3447
 
3448
- #: admin/manage-fields.php:610
3449
- msgid "Senegal"
3450
  msgstr ""
3451
 
3452
- #: admin/manage-fields.php:611
3453
- msgid "Serbia"
3454
  msgstr ""
3455
 
3456
- #: admin/manage-fields.php:612
3457
- msgid "Seychelles"
3458
  msgstr ""
3459
 
3460
- #: admin/manage-fields.php:613
3461
- msgid "Sierra Leone"
3462
  msgstr ""
3463
 
3464
- #: admin/manage-fields.php:614
3465
- msgid "Singapore"
3466
  msgstr ""
3467
 
3468
- #: admin/manage-fields.php:615
3469
- msgid "Sint Maarten"
3470
  msgstr ""
3471
 
3472
- #: admin/manage-fields.php:616
3473
- msgid "Slovakia"
3474
  msgstr ""
3475
 
3476
- #: admin/manage-fields.php:617
3477
- msgid "Slovenia"
3478
  msgstr ""
3479
 
3480
- #: admin/manage-fields.php:618
3481
- msgid "Solomon Islands"
3482
  msgstr ""
3483
 
3484
- #: admin/manage-fields.php:619
3485
- msgid "Somalia"
3486
  msgstr ""
3487
 
3488
- #: admin/manage-fields.php:620
3489
- msgid "South Africa"
3490
  msgstr ""
3491
 
3492
- #: admin/manage-fields.php:621
3493
- msgid "South Georgia and the South Sandwich Islands"
3494
  msgstr ""
3495
 
3496
- #: admin/manage-fields.php:622
3497
- msgid "South Korea"
3498
  msgstr ""
3499
 
3500
- #: admin/manage-fields.php:623
3501
- msgid "South Sudan"
3502
  msgstr ""
3503
 
3504
- #: admin/manage-fields.php:624
3505
- msgid "Spain"
 
3506
  msgstr ""
3507
 
3508
- #: admin/manage-fields.php:625
3509
- msgid "Sri Lanka"
3510
  msgstr ""
3511
 
3512
- #: admin/manage-fields.php:626
3513
- msgid "Sudan"
3514
  msgstr ""
3515
 
3516
- #: admin/manage-fields.php:627
3517
- msgid "Suriname"
3518
  msgstr ""
3519
 
3520
- #: admin/manage-fields.php:628
3521
- msgid "Svalbard and Jan Mayen"
3522
  msgstr ""
3523
 
3524
- #: admin/manage-fields.php:629
3525
- msgid "Swaziland"
3526
  msgstr ""
3527
 
3528
- #: admin/manage-fields.php:630
3529
- msgid "Sweden"
3530
  msgstr ""
3531
 
3532
- #: admin/manage-fields.php:631
3533
- msgid "Switzerland"
3534
  msgstr ""
3535
 
3536
- #: admin/manage-fields.php:632
3537
- msgid "Syria"
3538
  msgstr ""
3539
 
3540
- #: admin/manage-fields.php:633
3541
- msgid "Taiwan"
3542
  msgstr ""
3543
 
3544
- #: admin/manage-fields.php:634
3545
- msgid "Tajikistan"
3546
  msgstr ""
3547
 
3548
- #: admin/manage-fields.php:635
3549
- msgid "Tanzania"
3550
  msgstr ""
3551
 
3552
- #: admin/manage-fields.php:636
3553
- msgid "Thailand"
3554
  msgstr ""
3555
 
3556
- #: admin/manage-fields.php:637
3557
- msgid "Togo"
3558
  msgstr ""
3559
 
3560
- #: admin/manage-fields.php:638
3561
- msgid "Tokelau"
3562
  msgstr ""
3563
 
3564
- #: admin/manage-fields.php:639
3565
- msgid "Tonga"
3566
  msgstr ""
3567
 
3568
- #: admin/manage-fields.php:640
3569
- msgid "Trinidad and Tobago"
3570
  msgstr ""
3571
 
3572
- #: admin/manage-fields.php:641
3573
- msgid "Tunisia"
3574
  msgstr ""
3575
 
3576
- #: admin/manage-fields.php:642
3577
- msgid "Turkey"
3578
  msgstr ""
3579
 
3580
- #: admin/manage-fields.php:643
3581
- msgid "Turkmenistan"
3582
  msgstr ""
3583
 
3584
- #: admin/manage-fields.php:644
3585
- msgid "Turks and Caicos Islands"
3586
  msgstr ""
3587
 
3588
- #: admin/manage-fields.php:645
3589
- msgid "Tuvalu"
3590
  msgstr ""
3591
 
3592
- #: admin/manage-fields.php:646
3593
- msgid "U.S. Virgin Islands"
3594
  msgstr ""
3595
 
3596
- #: admin/manage-fields.php:647
3597
- msgid "Uganda"
3598
  msgstr ""
3599
 
3600
- #: admin/manage-fields.php:648
3601
- msgid "Ukraine"
3602
  msgstr ""
3603
 
3604
- #: admin/manage-fields.php:649
3605
- msgid "United Arab Emirates"
3606
  msgstr ""
3607
 
3608
- #: admin/manage-fields.php:650
3609
- msgid "United Kingdom"
3610
  msgstr ""
3611
 
3612
- #: admin/manage-fields.php:651
3613
- msgid "United States"
3614
  msgstr ""
3615
 
3616
- #: admin/manage-fields.php:652
3617
- msgid "United States Minor Outlying Islands"
3618
  msgstr ""
3619
 
3620
- #: admin/manage-fields.php:653
3621
- msgid "Uruguay"
3622
  msgstr ""
3623
 
3624
- #: admin/manage-fields.php:654
3625
- msgid "Uzbekistan"
3626
  msgstr ""
3627
 
3628
- #: admin/manage-fields.php:655
3629
- msgid "Vanuatu"
3630
  msgstr ""
3631
 
3632
- #: admin/manage-fields.php:656
3633
- msgid "Vatican"
3634
  msgstr ""
3635
 
3636
- #: admin/manage-fields.php:657
3637
- msgid "Venezuela"
3638
  msgstr ""
3639
 
3640
- #: admin/manage-fields.php:658
3641
- msgid "Vietnam"
3642
  msgstr ""
3643
 
3644
- #: admin/manage-fields.php:659
3645
- msgid "Wallis and Futuna"
3646
  msgstr ""
3647
 
3648
- #: admin/manage-fields.php:660
3649
- msgid "Western Sahara"
3650
  msgstr ""
3651
 
3652
- #: admin/manage-fields.php:661
3653
- msgid "Yemen"
3654
  msgstr ""
3655
 
3656
- #: admin/manage-fields.php:662
3657
- msgid "Zambia"
3658
  msgstr ""
3659
 
3660
- #: admin/manage-fields.php:663
3661
- msgid "Zimbabwe"
3662
  msgstr ""
3663
 
3664
- #: admin/manage-fields.php:696
3665
- msgid "Albania Lek"
3666
  msgstr ""
3667
 
3668
- #: admin/manage-fields.php:697
3669
- msgid "Afghanistan Afghani"
3670
  msgstr ""
3671
 
3672
- #: admin/manage-fields.php:698
3673
- msgid "Argentina Peso"
3674
  msgstr ""
3675
 
3676
- #: admin/manage-fields.php:699
3677
- msgid "Aruba Guilder"
3678
  msgstr ""
3679
 
3680
- #: admin/manage-fields.php:700
3681
- msgid "Australia Dollar"
3682
  msgstr ""
3683
 
3684
- #: admin/manage-fields.php:701
3685
- msgid "Azerbaijan New Manat"
3686
  msgstr ""
3687
 
3688
- #: admin/manage-fields.php:702
3689
- msgid "Bahamas Dollar"
3690
  msgstr ""
3691
 
3692
- #: admin/manage-fields.php:703
3693
- msgid "Barbados Dollar"
3694
  msgstr ""
3695
 
3696
- #: admin/manage-fields.php:704
3697
- msgid "Bangladeshi taka"
3698
  msgstr ""
3699
 
3700
- #: admin/manage-fields.php:705
3701
- msgid "Belarus Ruble"
3702
  msgstr ""
3703
 
3704
- #: admin/manage-fields.php:706
3705
- msgid "Belize Dollar"
3706
  msgstr ""
3707
 
3708
- #: admin/manage-fields.php:707
3709
- msgid "Bermuda Dollar"
3710
  msgstr ""
3711
 
3712
- #: admin/manage-fields.php:708
3713
- msgid "Bolivia Boliviano"
3714
  msgstr ""
3715
 
3716
- #: admin/manage-fields.php:709
3717
- msgid "Bosnia and Herzegovina Convertible Marka"
3718
  msgstr ""
3719
 
3720
- #: admin/manage-fields.php:710
3721
- msgid "Botswana Pula"
3722
  msgstr ""
3723
 
3724
- #: admin/manage-fields.php:711
3725
- msgid "Bulgaria Lev"
3726
  msgstr ""
3727
 
3728
- #: admin/manage-fields.php:712
3729
- msgid "Brazil Real"
3730
  msgstr ""
3731
 
3732
- #: admin/manage-fields.php:713
3733
- msgid "Brunei Darussalam Dollar"
3734
  msgstr ""
3735
 
3736
- #: admin/manage-fields.php:714
3737
- msgid "Cambodia Riel"
3738
  msgstr ""
3739
 
3740
- #: admin/manage-fields.php:715
3741
- msgid "Canada Dollar"
3742
  msgstr ""
3743
 
3744
- #: admin/manage-fields.php:716
3745
- msgid "Cayman Islands Dollar"
3746
  msgstr ""
3747
 
3748
- #: admin/manage-fields.php:717
3749
- msgid "Chile Peso"
3750
  msgstr ""
3751
 
3752
- #: admin/manage-fields.php:718
3753
- msgid "China Yuan Renminbi"
3754
  msgstr ""
3755
 
3756
- #: admin/manage-fields.php:719
3757
- msgid "Colombia Peso"
3758
  msgstr ""
3759
 
3760
- #: admin/manage-fields.php:720
3761
- msgid "Costa Rica Colon"
3762
  msgstr ""
3763
 
3764
- #: admin/manage-fields.php:721
3765
- msgid "Croatia Kuna"
3766
  msgstr ""
3767
 
3768
- #: admin/manage-fields.php:722
3769
- msgid "Cuba Peso"
3770
  msgstr ""
3771
 
3772
- #: admin/manage-fields.php:723
3773
- msgid "Czech Republic Koruna"
3774
  msgstr ""
3775
 
3776
- #: admin/manage-fields.php:724
3777
- msgid "Denmark Krone"
3778
  msgstr ""
3779
 
3780
- #: admin/manage-fields.php:725
3781
- msgid "Dominican Republic Peso"
3782
  msgstr ""
3783
 
3784
- #: admin/manage-fields.php:726
3785
- msgid "East Caribbean Dollar"
3786
  msgstr ""
3787
 
3788
- #: admin/manage-fields.php:727
3789
- msgid "Egypt Pound"
3790
  msgstr ""
3791
 
3792
- #: admin/manage-fields.php:728
3793
- msgid "El Salvador Colon"
3794
  msgstr ""
3795
 
3796
- #: admin/manage-fields.php:729
3797
- msgid "Estonia Kroon"
3798
  msgstr ""
3799
 
3800
- #: admin/manage-fields.php:730
3801
- msgid "Euro"
3802
  msgstr ""
3803
 
3804
- #: admin/manage-fields.php:731
3805
- msgid "Falkland Islands (Malvinas) Pound"
3806
  msgstr ""
3807
 
3808
- #: admin/manage-fields.php:732
3809
- msgid "Fiji Dollar"
3810
  msgstr ""
3811
 
3812
- #: admin/manage-fields.php:733
3813
- msgid "Ghana Cedis"
3814
  msgstr ""
3815
 
3816
- #: admin/manage-fields.php:734
3817
- msgid "Gibraltar Pound"
3818
  msgstr ""
3819
 
3820
- #: admin/manage-fields.php:735
3821
- msgid "Guatemala Quetzal"
3822
  msgstr ""
3823
 
3824
- #: admin/manage-fields.php:736
3825
- msgid "Guernsey Pound"
3826
  msgstr ""
3827
 
3828
- #: admin/manage-fields.php:737
3829
- msgid "Guyana Dollar"
3830
  msgstr ""
3831
 
3832
- #: admin/manage-fields.php:738
3833
- msgid "Honduras Lempira"
3834
  msgstr ""
3835
 
3836
- #: admin/manage-fields.php:739
3837
- msgid "Hong Kong Dollar"
3838
  msgstr ""
3839
 
3840
- #: admin/manage-fields.php:740
3841
- msgid "Hungary Forint"
3842
  msgstr ""
3843
 
3844
- #: admin/manage-fields.php:741
3845
- msgid "Iceland Krona"
3846
  msgstr ""
3847
 
3848
- #: admin/manage-fields.php:742
3849
- msgid "India Rupee"
3850
  msgstr ""
3851
 
3852
- #: admin/manage-fields.php:743
3853
- msgid "Indonesia Rupiah"
3854
  msgstr ""
3855
 
3856
- #: admin/manage-fields.php:744
3857
- msgid "Iran Rial"
3858
  msgstr ""
3859
 
3860
- #: admin/manage-fields.php:745
3861
- msgid "Isle of Man Pound"
3862
  msgstr ""
3863
 
3864
- #: admin/manage-fields.php:746
3865
- msgid "Israel Shekel"
3866
  msgstr ""
3867
 
3868
- #: admin/manage-fields.php:747
3869
- msgid "Jamaica Dollar"
3870
  msgstr ""
3871
 
3872
- #: admin/manage-fields.php:748
3873
- msgid "Japan Yen"
3874
  msgstr ""
3875
 
3876
- #: admin/manage-fields.php:749
3877
- msgid "Jersey Pound"
3878
  msgstr ""
3879
 
3880
- #: admin/manage-fields.php:750
3881
- msgid "Kazakhstan Tenge"
3882
  msgstr ""
3883
 
3884
- #: admin/manage-fields.php:751
3885
- msgid "Korea (North) Won"
3886
  msgstr ""
3887
 
3888
- #: admin/manage-fields.php:752
3889
- msgid "Korea (South) Won"
3890
  msgstr ""
3891
 
3892
- #: admin/manage-fields.php:753
3893
- msgid "Kyrgyzstan Som"
3894
  msgstr ""
3895
 
3896
- #: admin/manage-fields.php:754
3897
- msgid "Laos Kip"
3898
  msgstr ""
3899
 
3900
- #: admin/manage-fields.php:755
3901
- msgid "Latvia Lat"
3902
  msgstr ""
3903
 
3904
- #: admin/manage-fields.php:756
3905
- msgid "Lebanon Pound"
3906
  msgstr ""
3907
 
3908
- #: admin/manage-fields.php:757
3909
- msgid "Liberia Dollar"
3910
  msgstr ""
3911
 
3912
- #: admin/manage-fields.php:758
3913
- msgid "Lithuania Litas"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3914
  msgstr ""
3915
 
3916
- #: admin/manage-fields.php:759
3917
- msgid "Macedonia Denar"
3918
  msgstr ""
3919
 
3920
- #: admin/manage-fields.php:760
3921
- msgid "Malaysia Ringgit"
3922
  msgstr ""
3923
 
3924
- #: admin/manage-fields.php:761
3925
- msgid "Mauritius Rupee"
3926
  msgstr ""
3927
 
3928
- #: admin/manage-fields.php:762
3929
- msgid "Mexico Peso"
3930
  msgstr ""
3931
 
3932
- #: admin/manage-fields.php:763
3933
- msgid "Mongolia Tughrik"
3934
  msgstr ""
3935
 
3936
- #: admin/manage-fields.php:764
3937
- msgid "Mozambique Metical"
3938
  msgstr ""
3939
 
3940
- #: admin/manage-fields.php:765
3941
- msgid "Namibia Dollar"
3942
  msgstr ""
3943
 
3944
- #: admin/manage-fields.php:766
3945
- msgid "Nepal Rupee"
3946
  msgstr ""
3947
 
3948
- #: admin/manage-fields.php:767
3949
- msgid "Netherlands Antilles Guilder"
3950
  msgstr ""
3951
 
3952
- #: admin/manage-fields.php:768
3953
- msgid "New Zealand Dollar"
3954
  msgstr ""
3955
 
3956
- #: admin/manage-fields.php:769
3957
- msgid "Nicaragua Cordoba"
3958
  msgstr ""
3959
 
3960
- #: admin/manage-fields.php:770
3961
- msgid "Nigeria Naira"
3962
  msgstr ""
3963
 
3964
- #: admin/manage-fields.php:771
3965
- msgid "Norway Krone"
3966
  msgstr ""
3967
 
3968
- #: admin/manage-fields.php:772
3969
- msgid "Oman Rial"
3970
  msgstr ""
3971
 
3972
- #: admin/manage-fields.php:773
3973
- msgid "Pakistan Rupee"
3974
  msgstr ""
3975
 
3976
- #: admin/manage-fields.php:774
3977
- msgid "Panama Balboa"
3978
  msgstr ""
3979
 
3980
- #: admin/manage-fields.php:775
3981
- msgid "Paraguay Guarani"
3982
  msgstr ""
3983
 
3984
- #: admin/manage-fields.php:776
3985
- msgid "Peru Nuevo Sol"
3986
  msgstr ""
3987
 
3988
- #: admin/manage-fields.php:777
3989
- msgid "Philippines Peso"
3990
  msgstr ""
3991
 
3992
- #: admin/manage-fields.php:778
3993
- msgid "Poland Zloty"
3994
  msgstr ""
3995
 
3996
- #: admin/manage-fields.php:779
3997
- msgid "Qatar Riyal"
3998
  msgstr ""
3999
 
4000
- #: admin/manage-fields.php:780
4001
- msgid "Romania New Leu"
4002
  msgstr ""
4003
 
4004
- #: admin/manage-fields.php:781
4005
- msgid "Russia Ruble"
4006
  msgstr ""
4007
 
4008
- #: admin/manage-fields.php:782
4009
- msgid "Saint Helena Pound"
4010
  msgstr ""
4011
 
4012
- #: admin/manage-fields.php:783
4013
- msgid "Saudi Arabia Riyal"
4014
  msgstr ""
4015
 
4016
- #: admin/manage-fields.php:784
4017
- msgid "Serbia Dinar"
4018
  msgstr ""
4019
 
4020
- #: admin/manage-fields.php:785
4021
- msgid "Seychelles Rupee"
4022
  msgstr ""
4023
 
4024
- #: admin/manage-fields.php:786
4025
- msgid "Singapore Dollar"
4026
  msgstr ""
4027
 
4028
- #: admin/manage-fields.php:787
4029
- msgid "Solomon Islands Dollar"
4030
  msgstr ""
4031
 
4032
- #: admin/manage-fields.php:788
4033
- msgid "Somalia Shilling"
4034
  msgstr ""
4035
 
4036
- #: admin/manage-fields.php:789
4037
- msgid "South Africa Rand"
4038
  msgstr ""
4039
 
4040
- #: admin/manage-fields.php:790
4041
- msgid "Sri Lanka Rupee"
4042
  msgstr ""
4043
 
4044
- #: admin/manage-fields.php:791
4045
- msgid "Sweden Krona"
4046
  msgstr ""
4047
 
4048
- #: admin/manage-fields.php:792
4049
- msgid "Switzerland Franc"
4050
  msgstr ""
4051
 
4052
- #: admin/manage-fields.php:793
4053
- msgid "Suriname Dollar"
4054
  msgstr ""
4055
 
4056
- #: admin/manage-fields.php:794
4057
- msgid "Syria Pound"
4058
  msgstr ""
4059
 
4060
- #: admin/manage-fields.php:795
4061
- msgid "Taiwan New Dollar"
4062
  msgstr ""
4063
 
4064
- #: admin/manage-fields.php:796
4065
- msgid "Thailand Baht"
4066
  msgstr ""
4067
 
4068
- #: admin/manage-fields.php:797
4069
- msgid "Trinidad and Tobago Dollar"
4070
  msgstr ""
4071
 
4072
- #: admin/manage-fields.php:798, admin/manage-fields.php:799
4073
- msgid "Turkey Lira"
4074
  msgstr ""
4075
 
4076
- #: admin/manage-fields.php:800
4077
- msgid "Tuvalu Dollar"
4078
  msgstr ""
4079
 
4080
- #: admin/manage-fields.php:801
4081
- msgid "Ukraine Hryvna"
4082
  msgstr ""
4083
 
4084
- #: admin/manage-fields.php:802
4085
- msgid "United Kingdom Pound"
4086
  msgstr ""
4087
 
4088
- #: admin/manage-fields.php:803
4089
- msgid "Uganda Shilling"
4090
  msgstr ""
4091
 
4092
- #: admin/manage-fields.php:804
4093
- msgid "US Dollar"
4094
  msgstr ""
4095
 
4096
- #: admin/manage-fields.php:805
4097
- msgid "Uruguay Peso"
4098
  msgstr ""
4099
 
4100
- #: admin/manage-fields.php:806
4101
- msgid "Uzbekistan Som"
4102
  msgstr ""
4103
 
4104
- #: admin/manage-fields.php:807
4105
- msgid "Venezuela Bolivar"
4106
  msgstr ""
4107
 
4108
- #: admin/manage-fields.php:808
4109
- msgid "Viet Nam Dong"
4110
  msgstr ""
4111
 
4112
- #: admin/manage-fields.php:809
4113
- msgid "Yemen Rial"
4114
  msgstr ""
4115
 
4116
- #: admin/manage-fields.php:810
4117
- msgid "Zimbabwe Dollar"
4118
  msgstr ""
4119
 
4120
- #: admin/manage-fields.php:1310
4121
- msgid ""
4122
- "That field is already added in this form\n"
4123
- ""
4124
  msgstr ""
4125
 
4126
- #: admin/manage-fields.php:1303, admin/manage-fields.php:1117
4127
- msgid ""
4128
- "You must select a field\n"
4129
- ""
4130
  msgstr ""
4131
 
4132
- #: admin/manage-fields.php:1127
4133
- msgid ""
4134
- "Please choose a different field type as this one already exists in your form (must be unique)\n"
4135
- ""
4136
  msgstr ""
4137
 
4138
- #: admin/manage-fields.php:1141
4139
- msgid ""
4140
- "The entered avatar size is not numerical\n"
4141
- ""
4142
  msgstr ""
4143
 
4144
- #: admin/manage-fields.php:1138
4145
- msgid ""
4146
- "The entered avatar size is not between 20 and 200\n"
4147
- ""
4148
  msgstr ""
4149
 
4150
- #: admin/manage-fields.php:1152
4151
- msgid ""
4152
- "You must enter a value for the row number\n"
4153
- ""
4154
  msgstr ""
4155
 
4156
- #: admin/manage-fields.php:1149
4157
- msgid ""
4158
- "The entered row number is not numerical\n"
4159
- ""
4160
  msgstr ""
4161
 
4162
- #: admin/manage-fields.php:1160
4163
- msgid ""
4164
- "You must enter the site key\n"
4165
- ""
4166
  msgstr ""
4167
 
4168
- #: admin/manage-fields.php:1162
4169
- msgid ""
4170
- "You must enter the secret key\n"
4171
- ""
4172
  msgstr ""
4173
 
4174
- #: admin/manage-fields.php:1184
4175
- msgid ""
4176
- "The entered value for the Datepicker is not a valid date-format\n"
4177
- ""
4178
  msgstr ""
4179
 
4180
- #: admin/manage-fields.php:1170
4181
- msgid ""
4182
- "You must enter a value for the date-format\n"
4183
- ""
4184
  msgstr ""
4185
 
4186
- #: admin/manage-fields.php:1203
4187
- msgid ""
4188
- "The meta-name cannot be empty\n"
4189
- ""
4190
  msgstr ""
4191
 
4192
- #: admin/manage-fields.php:1208
4193
- msgid ""
4194
- "The meta-name cannot begin with a space\n"
4195
- ""
4196
  msgstr ""
4197
 
4198
- #: admin/manage-fields.php:1211
4199
- msgid ""
4200
- "The meta-name cannot end with a space\n"
4201
- ""
4202
  msgstr ""
4203
 
4204
- #: admin/manage-fields.php:1241, admin/manage-fields.php:1252
4205
- msgid ""
4206
- "That meta-name is already in use\n"
4207
- ""
4208
  msgstr ""
4209
 
4210
- #: admin/manage-fields.php:1233
4211
- msgid ""
4212
- "That meta-name can't be used, please choose another\n"
4213
- ""
4214
  msgstr ""
4215
 
4216
- #: admin/manage-fields.php:1263
4217
- msgid ""
4218
- "The meta-name can only contain lowercase letters, numbers, _ , - and no spaces.\n"
4219
- ""
4220
  msgstr ""
4221
 
4222
- #: admin/manage-fields.php:1287
4223
- msgid ""
4224
- "The following option did not coincide with the ones in the options list: %s\n"
4225
- ""
4226
  msgstr ""
4227
 
4228
- #: admin/manage-fields.php:1283
4229
- msgid ""
4230
- "The following option(s) did not coincide with the ones in the options list: %s\n"
4231
- ""
4232
  msgstr ""
4233
 
4234
- #: admin/manage-fields.php:1294
4235
- msgid ""
4236
- "Please select at least one user role\n"
4237
- ""
4238
  msgstr ""
4239
 
4240
- #: admin/manage-fields.php:1362
4241
- msgid "<pre>Title</pre><pre>Type</pre><pre>Meta Name</pre><pre class=\"wppb-mb-head-required\">Required</pre>"
4242
  msgstr ""
4243
 
4244
- #: admin/manage-fields.php:1362, features/functions.php:1066, features/functions.php:1073, add-ons/custom-redirects/custom_redirects_admin.php:183, add-ons/custom-redirects/custom_redirects_admin.php:197, add-ons/custom-redirects/custom_redirects_admin.php:211, add-ons/custom-redirects/custom_redirects_admin.php:225, add-ons/multiple-forms/multiple-forms.php:411, features/admin-approval/class-admin-approval.php:111, features/roles-editor/roles-editor.php:872, assets/lib/wck-api/wordpress-creation-kit.php:447, assets/lib/wck-api/wordpress-creation-kit.php:548
4245
- msgid "Edit"
4246
  msgstr ""
4247
 
4248
- #: admin/manage-fields.php:1362, features/functions.php:1059, features/functions.php:1073, add-ons/custom-redirects/custom_redirects_admin.php:183, add-ons/custom-redirects/custom_redirects_admin.php:197, add-ons/custom-redirects/custom_redirects_admin.php:211, add-ons/custom-redirects/custom_redirects_admin.php:225, 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:180, features/roles-editor/roles-editor.php:910, features/roles-editor/roles-editor.php:899, features/roles-editor/roles-editor.php:890, 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
4249
- msgid "Delete"
4250
  msgstr ""
4251
 
4252
- #: admin/manage-fields.php:1377
4253
- msgid "Use these shortcodes on the pages you want the forms to be displayed:"
4254
  msgstr ""
4255
 
4256
- #: admin/manage-fields.php:1388
4257
- msgid "With Profile Builder Pro you can display different fields in the registration and edit profile forms, using the Multiple Registration & Edit Profile Forms add-on."
4258
  msgstr ""
4259
 
4260
- #: admin/manage-fields.php:1386
4261
- msgid "If you're interested in displaying different fields in the registration and edit profile forms, please use the Multiple Registration & Edit Profile Forms Add-ons."
4262
  msgstr ""
4263
 
4264
- #: admin/manage-fields.php:1487
4265
- msgid "Search Location"
4266
  msgstr ""
4267
 
4268
- #: admin/pms-cross-promotion.php:11, admin/pms-cross-promotion.php:11
4269
- msgid "Paid Accounts"
4270
  msgstr ""
4271
 
4272
- #: admin/pms-cross-promotion.php:34
4273
- msgid "Paid Member Subscriptions - a free WordPress plugin"
4274
  msgstr ""
4275
 
4276
- #: admin/pms-cross-promotion.php:38
4277
- msgid "With the new Subscriptions Field in Profile Builder, your registration forms will allow your users to sign up for paid accounts."
4278
  msgstr ""
4279
 
4280
- #: admin/pms-cross-promotion.php:41
4281
- msgid "Paid & Free Subscriptions"
4282
  msgstr ""
4283
 
4284
- #: admin/pms-cross-promotion.php:42
4285
- msgid "Restrict Content"
4286
  msgstr ""
4287
 
4288
- #: admin/pms-cross-promotion.php:43
4289
- msgid "Member Management"
4290
  msgstr ""
4291
 
4292
- #: admin/pms-cross-promotion.php:44
4293
- msgid "Email Templates"
4294
  msgstr ""
4295
 
4296
- #: admin/pms-cross-promotion.php:45
4297
- msgid "Account Management"
4298
  msgstr ""
4299
 
4300
- #: admin/pms-cross-promotion.php:46
4301
- msgid "Subscription Management"
4302
  msgstr ""
4303
 
4304
- #: admin/pms-cross-promotion.php:47
4305
- msgid "Payment Management"
4306
  msgstr ""
4307
 
4308
- #: admin/pms-cross-promotion.php:79, admin/pms-cross-promotion.php:115, admin/pms-cross-promotion.php:194, features/two-factor-authentication/class-two-factor-authentication.php:231, features/two-factor-authentication/class-two-factor-authentication.php:343
4309
- msgid "Activate"
4310
  msgstr ""
4311
 
4312
- #: admin/pms-cross-promotion.php:81
4313
- msgid "Downloading and installing..."
4314
  msgstr ""
4315
 
4316
- #: admin/pms-cross-promotion.php:82
4317
- msgid "Installation complete"
4318
  msgstr ""
4319
 
4320
- #: admin/pms-cross-promotion.php:84
4321
- msgid "Plugin is Active"
4322
  msgstr ""
4323
 
4324
- #: admin/pms-cross-promotion.php:85
4325
- msgid "Plugin has been activated"
4326
  msgstr ""
4327
 
4328
- #: admin/pms-cross-promotion.php:86
4329
- msgid "Retry Install"
4330
  msgstr ""
4331
 
4332
- #: admin/pms-cross-promotion.php:88, admin/pms-cross-promotion.php:126, admin/pms-cross-promotion.php:205
4333
- msgid "Plugin is <strong>active</strong>"
4334
  msgstr ""
4335
 
4336
- #: admin/pms-cross-promotion.php:89, admin/pms-cross-promotion.php:124, admin/pms-cross-promotion.php:203
4337
- msgid "Plugin is <strong>inactive</strong>"
4338
  msgstr ""
4339
 
4340
- #: admin/pms-cross-promotion.php:91, admin/pms-cross-promotion.php:119, admin/pms-cross-promotion.php:198
4341
- msgid "Deactivate"
4342
  msgstr ""
4343
 
4344
- #: admin/pms-cross-promotion.php:92
4345
- msgid "Plugin has been deactivated."
4346
  msgstr ""
4347
 
4348
- #: admin/pms-cross-promotion.php:103
4349
- msgid "Free"
4350
  msgstr ""
4351
 
4352
- #: admin/pms-cross-promotion.php:105
4353
- msgid "Accept user payments, create subscription plans and restrict content on your website."
4354
  msgstr ""
4355
 
4356
- #: admin/pms-cross-promotion.php:106
4357
- msgid "More Details"
4358
  msgstr ""
4359
 
4360
- #: admin/pms-cross-promotion.php:138, admin/pms-cross-promotion.php:217
4361
- msgid "Install Now"
4362
  msgstr ""
4363
 
4364
- #: admin/pms-cross-promotion.php:135, admin/pms-cross-promotion.php:214
4365
- msgid "Download Now"
4366
  msgstr ""
4367
 
4368
- #: admin/pms-cross-promotion.php:142, admin/pms-cross-promotion.php:221
4369
- msgid "Compatible with your version of Profile Builder."
4370
  msgstr ""
4371
 
4372
- #: admin/pms-cross-promotion.php:147
4373
- msgid "Could not install plugin. Retry or <a href=\"%s\" target=\"_blank\">install manually</a>."
4374
  msgstr ""
4375
 
4376
- #: admin/pms-cross-promotion.php:156
4377
- msgid "Step by Step Quick Setup"
4378
  msgstr ""
4379
 
4380
- #: admin/pms-cross-promotion.php:240
4381
- msgid "Allow your users to have <strong>paid accounts with Profile Builder</strong>. %1$sFind out how >%2$s %3$sDismiss%4$s"
4382
  msgstr ""
4383
 
4384
- #: admin/private-website.php:53
4385
- msgid "Private Website Settings"
4386
  msgstr ""
4387
 
4388
- #: admin/private-website.php:66
4389
- msgid "Enable Private Website"
4390
  msgstr ""
4391
 
4392
- #: admin/private-website.php:73
4393
- msgid "Activate Private Website. It will restrict the content, RSS and REST API for your website"
4394
  msgstr ""
4395
 
4396
- #: admin/private-website.php:79
4397
- msgid "Redirect to"
4398
  msgstr ""
4399
 
4400
- #: admin/private-website.php:82
4401
- msgid "Default WordPress login page"
4402
  msgstr ""
4403
 
4404
- #: admin/private-website.php:95
4405
- msgid "Redirects to this page if not logged in. We recommend this page contains the [wppb-login] shortcode."
4406
  msgstr ""
4407
 
4408
- #: admin/private-website.php:96, add-ons/custom-redirects/custom_redirects_admin.php:253
4409
- msgid "You can force access to wp-login.php so you don't get locked out of the site by accessing the link:"
4410
  msgstr ""
4411
 
4412
- #: admin/private-website.php:102
4413
- msgid "Allowed Pages"
4414
  msgstr ""
4415
 
4416
- #: admin/private-website.php:117
4417
- msgid "Allow these pages to be accessed even if you are not logged in"
4418
  msgstr ""
4419
 
4420
- #: admin/private-website.php:123
4421
- msgid "Allowed Paths"
4422
  msgstr ""
4423
 
4424
- #: admin/private-website.php:127
4425
- msgid "Allow these paths to be accessed even if you are not logged in (supports wildcard at the end of the path). For example to exclude https://example.com/some/path/ you can either use the rule /some/path/ or /some/* Enter each rule on it's own line"
4426
  msgstr ""
4427
 
4428
- #: admin/private-website.php:133
4429
- msgid "Hide all Menus"
 
 
 
 
4430
  msgstr ""
4431
 
4432
- #: admin/private-website.php:140
4433
- msgid "Hide all menu items if you are not logged in."
4434
  msgstr ""
4435
 
4436
- #: admin/private-website.php:141
4437
- msgid "We recommend \"<a href=\"%s\" target=\"_blank\">Custom Profile Menus</a>\" addon if you need different menu items for logged in / logged out users."
4438
  msgstr ""
4439
 
4440
- #: admin/private-website.php:147
4441
- msgid "Disable REST-API"
4442
  msgstr ""
4443
 
4444
- #: admin/private-website.php:154
4445
- msgid "Disable the WordPress REST-API for non-logged in users when Private Website is enabled"
4446
  msgstr ""
4447
 
4448
- #: admin/register-version.php:23, admin/register-version.php:23
4449
- msgid "Profile Builder Register"
4450
  msgstr ""
4451
 
4452
- #: admin/register-version.php:15
4453
- msgid "Register Your Version"
4454
  msgstr ""
4455
 
4456
- #: admin/register-version.php:15
4457
- msgid "Register Version"
4458
  msgstr ""
4459
 
4460
- #: admin/register-version.php:62
4461
- msgid "Register your version of %s"
4462
  msgstr ""
4463
 
4464
- #: admin/register-version.php:70
4465
- msgid "Now that you acquired a copy of %s, you should take the time and register it with the serial number you received"
4466
  msgstr ""
4467
 
4468
- #: admin/register-version.php:71
4469
- msgid "If you register this version of Profile Builder, you'll receive information regarding upgrades, patches, and technical support."
4470
  msgstr ""
4471
 
4472
- #: admin/register-version.php:73
4473
- msgid " Serial Number:"
4474
  msgstr ""
4475
 
4476
- #: admin/register-version.php:86
4477
- msgid "The serial number couldn't be validated because process timed out. This is possible due to the server being down. Please try again later!"
4478
  msgstr ""
4479
 
4480
- #: admin/register-version.php:84
4481
- msgid "The serial number couldn't be validated because it expired!"
4482
  msgstr ""
4483
 
4484
- #: admin/register-version.php:84
4485
- msgid " Your serial number is expired, please %1$s Renew Your License%2$s."
4486
  msgstr ""
4487
 
4488
- #: admin/register-version.php:82
4489
- msgid "The serial number is about to expire soon!"
4490
  msgstr ""
4491
 
4492
- #: admin/register-version.php:82
4493
- msgid " Your serial number is about to expire, please %1$s Renew Your License%2$s."
4494
  msgstr ""
4495
 
4496
- #: admin/register-version.php:80
4497
- msgid "The serial number entered couldn't be validated!"
4498
  msgstr ""
4499
 
4500
- #: admin/register-version.php:78
4501
- msgid "The serial number was successfully validated!"
4502
  msgstr ""
4503
 
4504
- #: admin/register-version.php:88
4505
- msgid "(e.g. CLPB-15-SN-253a55baa4fbe7bf595b2aabb8d72985)"
4506
  msgstr ""
4507
 
4508
- #: admin/register-version.php:276
4509
- msgid "Your <strong>Profile Builder</strong> license is about to expire on %5$s. <br/>Please %1$sRenew Your Licence%2$s to continue receiving access to product downloads, automatic updates and support. %3$sRenew now %4$s %6$sDismiss%7$s"
4510
  msgstr ""
4511
 
4512
- #: admin/register-version.php:269
4513
- msgid "Your <strong>Profile Builder</strong> license has expired. <br/>Please %1$sRenew Your Licence%2$s to continue receiving access to product downloads, automatic updates and support. %3$sRenew now %4$s %5$sDismiss%6$s"
4514
  msgstr ""
4515
 
4516
- #: admin/register-version.php:267
4517
- msgid "Your <strong>Profile Builder</strong> license has expired. <br/>Please %1$sRenew Your Licence%2$s to continue receiving access to product downloads, automatic updates and support. %3$sRenew now %4$s"
4518
  msgstr ""
4519
 
4520
- #: admin/register-version.php:261
4521
- msgid "Your <strong>Profile Builder</strong> serial number is invalid or missing. <br/>Please %1$sregister your copy%2$s to receive access to automatic updates and support. Need a license key? %3$sPurchase one now%4$s"
4522
  msgstr ""
4523
 
4524
- #: admin/review.php:73
4525
- msgid "Hello! Seems like you've been using Profile Builder to create front-end user forms. That's awesome!"
4526
  msgstr ""
4527
 
4528
- #: admin/review.php:75
4529
- msgid "If you can spare a few moments to rate it on WordPress.org, it would help us a lot (and boost my motivation)."
4530
  msgstr ""
4531
 
4532
- #: admin/review.php:78
4533
- msgid "~ Paul, developer of Profile Builder"
4534
  msgstr ""
4535
 
4536
- #: admin/review.php:84
4537
- msgid "Ok, I will gladly help!"
4538
  msgstr ""
4539
 
4540
- #: admin/review.php:88
4541
- msgid "No, thanks."
4542
  msgstr ""
4543
 
4544
- #: admin/review.php:124
4545
- msgid "If you enjoy using <strong> %1$s </strong> please <a href=\"%2$s\" target=\"_blank\">rate us on WordPress.org</a>. More happy users means more features, less bugs and better support for everyone. "
4546
  msgstr ""
4547
 
4548
- #: features/functions.php:348
4549
- msgid "GDPR Checkbox"
4550
  msgstr ""
4551
 
4552
- #: features/functions.php:348
4553
- msgid "I allow the website to collect and store the data I submit through this form."
4554
  msgstr ""
4555
 
4556
- #: features/functions.php:348
4557
- msgid "Honeypot"
4558
  msgstr ""
4559
 
4560
- #: features/functions.php:762
4561
- msgid "Strength indicator"
4562
  msgstr ""
4563
 
4564
- #: features/functions.php:788, features/functions.php:812
4565
- msgid "Very Weak"
4566
  msgstr ""
4567
 
4568
- #: features/functions.php:802
4569
- msgid "Minimum length of %d characters."
4570
  msgstr ""
4571
 
4572
- #: features/functions.php:813, front-end/recover.php:384, front-end/default-fields/password/password.php:59
4573
- msgid "The password must have a minimum strength of %s"
4574
  msgstr ""
4575
 
4576
- #: features/functions.php:964
4577
- msgid "This field is required"
4578
  msgstr ""
4579
 
4580
- #: features/functions.php:1002, front-end/default-fields/recaptcha/recaptcha.php:538, front-end/default-fields/recaptcha/recaptcha.php:529, front-end/default-fields/recaptcha/recaptcha.php:594, front-end/default-fields/recaptcha/recaptcha.php:642
4581
- msgid "Please enter a (valid) reCAPTCHA value"
4582
  msgstr ""
4583
 
4584
- #: features/functions.php:1009
4585
- msgid "Incorrect phone number"
4586
  msgstr ""
4587
 
4588
- #: features/functions.php:1073, assets/lib/wck-api/wordpress-creation-kit.php:447
4589
- msgid "Content"
4590
  msgstr ""
4591
 
4592
- #: features/functions.php:1261
4593
- msgid "<br><br>Also, you will be able to visit your site at "
4594
  msgstr ""
4595
 
4596
- #: features/functions.php:1274
4597
- msgid "<br><br>You can visit your site at "
4598
  msgstr ""
4599
 
4600
- #: features/functions.php:1364
4601
- msgid "You will soon be redirected automatically. If you see this page for more than %1$d seconds, please click %2$s.%3$s"
4602
  msgstr ""
4603
 
4604
- #: features/functions.php:1540
4605
- msgid "No feed available,please visit our <a href=\"%s\">homepage</a>!"
4606
  msgstr ""
4607
 
4608
- #: features/functions.php:1581
4609
- msgid "You are not currently logged in."
4610
  msgstr ""
4611
 
4612
- #: features/functions.php:1618
4613
- msgid "Profile Builder"
4614
  msgstr ""
4615
 
4616
- #: features/functions.php:1636, features/email-confirmation/class-email-confirmation.php:92, features/email-confirmation/class-email-confirmation.php:171
4617
- msgid "User Meta"
4618
  msgstr ""
4619
 
4620
- #: front-end/class-formbuilder.php:141
4621
- msgid "The role of the created user set to the default role. Only an administrator can register a user with the role assigned to this form."
4622
  msgstr ""
4623
 
4624
- #: front-end/class-formbuilder.php:193
4625
- msgid "You must be logged in to edit your profile."
4626
  msgstr ""
4627
 
4628
- #: front-end/class-formbuilder.php:187
4629
- msgid "You are currently logged in as %1s. You don't need another account. %2s"
4630
  msgstr ""
4631
 
4632
- #: front-end/class-formbuilder.php:187
4633
- msgid "Log out of this account."
4634
  msgstr ""
4635
 
4636
- #: front-end/class-formbuilder.php:167
4637
- msgid "Users cannot currently register themselves, but you can manually create users here."
4638
  msgstr ""
4639
 
4640
- #: front-end/class-formbuilder.php:167, front-end/class-formbuilder.php:164
4641
- msgid "This message is only visible by administrators"
4642
  msgstr ""
4643
 
4644
- #: front-end/class-formbuilder.php:164
4645
- msgid "Users can register themselves or you can manually create users here."
4646
  msgstr ""
4647
 
4648
- #: front-end/class-formbuilder.php:154
4649
- msgid "Only an administrator can add new users."
4650
  msgstr ""
4651
 
4652
- #: front-end/class-formbuilder.php:302, front-end/login.php:641, assets/lib/wck-api/wordpress-creation-kit.php:787
4653
- msgid "You are not allowed to do this."
4654
  msgstr ""
4655
 
4656
- #: front-end/class-formbuilder.php:406
4657
- msgid "There was an error in the submitted form"
4658
  msgstr ""
4659
 
4660
- #: front-end/class-formbuilder.php:395
4661
- msgid "Your profile has been successfully updated!"
4662
  msgstr ""
4663
 
4664
- #: front-end/class-formbuilder.php:362, front-end/class-formbuilder.php:369
4665
- msgid "The account %1s has been successfully created!"
4666
  msgstr ""
4667
 
4668
- #: front-end/class-formbuilder.php:365, front-end/class-formbuilder.php:375
4669
- msgid "Before you can access your account %1s, you need to confirm your email address. Please check your inbox and click the activation link."
4670
  msgstr ""
4671
 
4672
- #: front-end/class-formbuilder.php:371
4673
- msgid "Before you can access your account %1s, an administrator has to approve it. You will be notified via email."
4674
  msgstr ""
4675
 
4676
- #: front-end/class-formbuilder.php:467
4677
- msgid "Update"
4678
  msgstr ""
4679
 
4680
- #: front-end/class-formbuilder.php:464
4681
- msgid "Add User"
4682
  msgstr ""
4683
 
4684
- #: front-end/class-formbuilder.php:549
4685
- msgid "Send these credentials via email."
4686
  msgstr ""
4687
 
4688
- #: front-end/class-formbuilder.php:784
4689
- msgid "There are no other users to edit"
4690
  msgstr ""
4691
 
4692
- #: front-end/class-formbuilder.php:766
4693
- msgid "User to edit:"
4694
  msgstr ""
4695
 
4696
- #: front-end/class-formbuilder.php:768
4697
- msgid "Select User"
4698
  msgstr ""
4699
 
4700
- #: front-end/class-formbuilder.php:810
4701
- msgid "Something went wrong. Please try again!"
4702
  msgstr ""
4703
 
4704
- #. translators: 1: Browser cookie documentation URL, 2: Support forums URL
4705
- #: front-end/login.php:44
4706
- msgid "<strong>ERROR</strong>: Cookies are blocked due to unexpected output. For help, please see <a href=\"%1$s\">this documentation</a> or try the <a href=\"%2$s\">support forums</a>."
4707
  msgstr ""
4708
 
4709
- #: front-end/login.php:118
4710
- msgid "Username or Email Address"
4711
  msgstr ""
4712
 
4713
- #: front-end/login.php:120
4714
- msgid "Remember Me"
4715
  msgstr ""
4716
 
4717
- #: front-end/login.php:121
4718
- msgid "Log In"
4719
  msgstr ""
4720
 
4721
- #: front-end/login.php:282
4722
- msgid "SUCCESS"
4723
  msgstr ""
4724
 
4725
- #: front-end/login.php:282
4726
- msgid "Activation email sent to %s"
4727
  msgstr ""
4728
 
4729
- #: front-end/login.php:318, front-end/login.php:410, front-end/login.php:448, front-end/recover.php:18, front-end/recover.php:324, features/two-factor-authentication/class-two-factor-authentication.php:574, front-end/extra-fields/extra-fields.php:95
4730
- msgid "ERROR"
4731
  msgstr ""
4732
 
4733
- #: front-end/login.php:318
4734
- msgid "You need to confirm your Email Address before logging in! To resend the Confirmation Email %1$sclick here%2$s"
4735
  msgstr ""
4736
 
4737
- #: front-end/login.php:414
4738
- msgid "The password field is empty."
4739
  msgstr ""
4740
 
4741
- #: front-end/login.php:418
4742
- msgid "The password you entered is incorrect."
4743
  msgstr ""
4744
 
4745
- #: front-end/login.php:427
4746
- msgid "The username field is empty"
4747
  msgstr ""
4748
 
4749
- #: front-end/login.php:425
4750
- msgid "The username/email field is empty"
4751
  msgstr ""
4752
 
4753
- #: front-end/login.php:423
4754
- msgid "The email field is empty."
4755
  msgstr ""
4756
 
4757
- #: front-end/login.php:436
4758
- msgid "Invalid username."
4759
  msgstr ""
4760
 
4761
- #: front-end/login.php:434
4762
- msgid "Invalid username or email."
4763
  msgstr ""
4764
 
4765
- #: front-end/login.php:432
4766
- msgid "Invalid email."
4767
  msgstr ""
4768
 
4769
- #: front-end/login.php:442
4770
- msgid "Password Lost and Found."
4771
  msgstr ""
4772
 
4773
- #: front-end/login.php:442, front-end/login.php:589
4774
- msgid "Lost your password?"
4775
  msgstr ""
4776
 
4777
- #: front-end/login.php:448
4778
- msgid "Both fields are empty."
4779
  msgstr ""
4780
 
4781
- #: front-end/login.php:628, front-end/logout.php:38
4782
- msgid "Log out of this account"
4783
  msgstr ""
4784
 
4785
- #: front-end/login.php:628, front-end/logout.php:25
4786
- msgid "Log out &raquo;"
4787
  msgstr ""
4788
 
4789
- #: front-end/login.php:629
4790
- msgid "You are currently logged in as %1$s. %2$s"
4791
  msgstr ""
4792
 
4793
- #: front-end/login.php:541, front-end/recover.php:122
4794
- msgid "Username or Email"
4795
  msgstr ""
4796
 
4797
- #: front-end/logout.php:25
4798
- msgid "You are currently logged in as %s. "
4799
  msgstr ""
4800
 
4801
- #: front-end/recover.php:18
4802
- msgid "Your account has to be confirmed by an administrator before you can use the \"Password Reset\" feature."
4803
  msgstr ""
4804
 
4805
- #: front-end/recover.php:93
4806
- msgid "Reset Password"
4807
  msgstr ""
4808
 
4809
- #: front-end/recover.php:121
4810
- msgid "Please enter your username or email address."
4811
  msgstr ""
4812
 
4813
- #: front-end/recover.php:117
4814
- msgid "Please enter your email address."
4815
  msgstr ""
4816
 
4817
- #: front-end/recover.php:125
4818
- msgid "You will receive a link to create a new password via email."
4819
  msgstr ""
4820
 
4821
- #: front-end/recover.php:138
4822
- msgid "Get New Password"
4823
  msgstr ""
4824
 
4825
- #: front-end/recover.php:184
4826
- msgid "Someone requested that the password be reset for the following account: <b>%1$s</b><br/>If this was a mistake, just ignore this email and nothing will happen.<br/>To reset your password, visit the following link:%2$s"
4827
  msgstr ""
4828
 
4829
- #: front-end/recover.php:187
4830
- msgid "Password Reset from \"%1$s\""
4831
  msgstr ""
4832
 
4833
- #: front-end/recover.php:214
4834
- msgid "You have successfully reset your password."
4835
  msgstr ""
4836
 
4837
- #: front-end/recover.php:216
4838
- msgid "Password Successfully Reset for %1$s on \"%2$s\""
4839
  msgstr ""
4840
 
4841
- #: front-end/recover.php:234
4842
- msgid "%1$s has requested a password change via the password reset feature.<br/>His/her new password is:%2$s"
4843
  msgstr ""
4844
 
4845
- #: front-end/recover.php:269
4846
- msgid "You are already logged in. You can change your password on the edit profile form."
4847
  msgstr ""
4848
 
4849
- #: front-end/recover.php:444
4850
- msgid "The password must not be empty!"
4851
  msgstr ""
4852
 
4853
- #: front-end/recover.php:363
4854
- msgid "The key cannot be empty!"
4855
  msgstr ""
4856
 
4857
- #: front-end/recover.php:369, front-end/recover.php:470
4858
- msgid "Invalid key!"
4859
  msgstr ""
4860
 
4861
- #: front-end/recover.php:374
4862
- msgid "The entered passwords don't match!"
4863
  msgstr ""
4864
 
4865
- #: front-end/recover.php:380, front-end/default-fields/password/password.php:55
4866
- msgid "The password must have the minimum length of %s characters"
4867
  msgstr ""
4868
 
4869
- #: front-end/recover.php:391
4870
- msgid "Your password has been successfully changed!"
4871
  msgstr ""
4872
 
4873
- #: front-end/recover.php:297
4874
- msgid "The username entered wasn't found in the database!"
4875
  msgstr ""
4876
 
4877
- #: front-end/recover.php:297
4878
- msgid "Please check that you entered the correct username."
4879
  msgstr ""
4880
 
4881
- #: front-end/recover.php:340
4882
- msgid "The email address entered wasn't found in the database!"
4883
  msgstr ""
4884
 
4885
- #: front-end/recover.php:340
4886
- msgid "Please check that you entered the correct email address."
4887
  msgstr ""
4888
 
4889
- #: front-end/recover.php:310
4890
- msgid "Check your email for the confirmation link."
4891
  msgstr ""
4892
 
4893
- #: front-end/recover.php:324
4894
- msgid "There was an error while trying to send the activation link to %1$s!"
4895
  msgstr ""
4896
 
4897
- #: front-end/recover.php:470
4898
- msgid "ERROR:"
4899
  msgstr ""
4900
 
4901
- #: front-end/register.php:58
4902
- msgid "Invalid activation key!"
4903
  msgstr ""
4904
 
4905
- #: front-end/register.php:62
4906
- msgid "This username is now active!"
4907
  msgstr ""
4908
 
4909
- #: front-end/register.php:164
4910
- msgid "There was an error while trying to activate the user."
4911
  msgstr ""
4912
 
4913
- #: front-end/register.php:121
4914
- msgid "Your email was successfully confirmed."
4915
  msgstr ""
4916
 
4917
- #: front-end/register.php:122, features/email-confirmation/email-confirmation.php:687
4918
- msgid "Before you can access your account, an administrator needs to approve it. You will be notified via email."
4919
  msgstr ""
4920
 
4921
- #: front-end/register.php:84
4922
- msgid "This username is already activated!"
4923
  msgstr ""
4924
 
4925
- #: front-end/register.php:81, features/email-confirmation/email-confirmation.php:486
4926
- msgid "Could not create user!"
4927
  msgstr ""
4928
 
4929
- #: add-ons/custom-redirects/custom_redirects_admin.php:49, assets/misc/elementor/widgets/class-pb-widget-l.php:96
4930
- msgid "After Login"
4931
  msgstr ""
4932
 
4933
- #: add-ons/custom-redirects/custom_redirects_admin.php:50, assets/misc/elementor/widgets/class-pb-widget-l.php:105
4934
- msgid "After Logout"
4935
  msgstr ""
4936
 
4937
- #: add-ons/custom-redirects/custom_redirects_admin.php:51
4938
- msgid "After Registration"
4939
  msgstr ""
4940
 
4941
- #: add-ons/custom-redirects/custom_redirects_admin.php:52
4942
- msgid "After Edit Profile"
4943
  msgstr ""
4944
 
4945
- #: add-ons/custom-redirects/custom_redirects_admin.php:53
4946
- msgid "After Successful Email Confirmation"
4947
  msgstr ""
4948
 
4949
- #: add-ons/custom-redirects/custom_redirects_admin.php:54
4950
- msgid "After Successful Password Reset"
4951
  msgstr ""
4952
 
4953
- #: add-ons/custom-redirects/custom_redirects_admin.php:55
4954
- msgid "Dashboard (redirect users from accessing the dashboard)"
4955
  msgstr ""
4956
 
4957
- #: add-ons/custom-redirects/custom_redirects_admin.php:59, add-ons/user-listing/userlisting.php:168, add-ons/user-listing/userlisting.php:2528
4958
- msgid "User ID"
4959
  msgstr ""
4960
 
4961
- #: add-ons/custom-redirects/custom_redirects_admin.php:65
4962
- msgid "User ID or Username"
4963
  msgstr ""
4964
 
4965
- #: add-ons/custom-redirects/custom_redirects_admin.php:66
4966
- msgid "User ID / Username"
4967
  msgstr ""
4968
 
4969
- #: add-ons/custom-redirects/custom_redirects_admin.php:66
4970
- msgid "Please select and enter the ID or username of your user."
4971
  msgstr ""
4972
 
4973
- #: add-ons/custom-redirects/custom_redirects_admin.php:67, add-ons/custom-redirects/custom_redirects_admin.php:97, add-ons/custom-redirects/custom_redirects_admin.php:116, add-ons/custom-redirects/custom_redirects_admin.php:135
4974
- msgid "Redirect Type"
4975
  msgstr ""
4976
 
4977
- #: 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:142, features/content-restriction/content-restriction.php:115
4978
- msgid "Redirect URL"
4979
  msgstr ""
4980
 
4981
- #: 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:142
4982
- msgid "Can contain the following dynamic tags:{{homeurl}}, {{siteurl}}, {{user_id}}, {{user_nicename}}, {{http_referer}}"
4983
  msgstr ""
4984
 
4985
- #: add-ons/custom-redirects/custom_redirects_admin.php:75, add-ons/custom-redirects/custom_redirects_admin.php:245
4986
- msgid "Individual User Redirects"
4987
  msgstr ""
4988
 
4989
- #: add-ons/custom-redirects/custom_redirects_admin.php:88
4990
- msgid "... Choose"
4991
  msgstr ""
4992
 
4993
- #: add-ons/custom-redirects/custom_redirects_admin.php:96, add-ons/email-customizer/email-customizer.php:31
4994
- msgid "User Role"
4995
  msgstr ""
4996
 
4997
- #: add-ons/custom-redirects/custom_redirects_admin.php:96
4998
- msgid "Select a user role."
4999
  msgstr ""
5000
 
5001
- #: add-ons/custom-redirects/custom_redirects_admin.php:105, add-ons/custom-redirects/custom_redirects_admin.php:246
5002
- msgid "User Role based Redirects"
5003
  msgstr ""
5004
 
5005
- #: add-ons/custom-redirects/custom_redirects_admin.php:124, add-ons/custom-redirects/custom_redirects_admin.php:247
5006
- msgid "Global Redirects"
5007
  msgstr ""
5008
 
5009
- #: add-ons/custom-redirects/custom_redirects_admin.php:137
5010
- msgid "Login ( wp-login.php )"
5011
  msgstr ""
5012
 
5013
- #: add-ons/custom-redirects/custom_redirects_admin.php:138
5014
- msgid "Register ( wp-login.php?action=register )"
5015
  msgstr ""
5016
 
5017
- #: add-ons/custom-redirects/custom_redirects_admin.php:139
5018
- msgid "Lost Password ( wp-login.php?action=lostpassword )"
5019
  msgstr ""
5020
 
5021
- #: add-ons/custom-redirects/custom_redirects_admin.php:140
5022
- msgid "Author Archive ( http://sitename.com/author/admin )"
5023
  msgstr ""
5024
 
5025
- #: add-ons/custom-redirects/custom_redirects_admin.php:149
5026
- msgid "Redirect Default WordPress Forms and Pages"
5027
  msgstr ""
5028
 
5029
- #: add-ons/custom-redirects/custom_redirects_admin.php:161
5030
- msgid "How does this work?"
5031
  msgstr ""
5032
 
5033
- #: add-ons/custom-redirects/custom_redirects_admin.php:183
5034
- msgid "<pre>User ID / Username</pre><pre>Redirect</pre><pre>URL</pre>"
5035
  msgstr ""
5036
 
5037
- #: add-ons/custom-redirects/custom_redirects_admin.php:197
5038
- msgid "<pre>User Role</pre><pre>Redirect</pre><pre>URL</pre>"
5039
  msgstr ""
5040
 
5041
- #: add-ons/custom-redirects/custom_redirects_admin.php:211, add-ons/custom-redirects/custom_redirects_admin.php:225
5042
- msgid "<pre>Redirect</pre><pre>URL</pre>"
5043
  msgstr ""
5044
 
5045
- #: add-ons/custom-redirects/custom_redirects_admin.php:240
5046
- msgid "These redirects happen after a successful action, like registration or after a successful login."
5047
  msgstr ""
5048
 
5049
- #: add-ons/custom-redirects/custom_redirects_admin.php:242
5050
- msgid "Which redirect happens depends on the following priority:"
5051
  msgstr ""
5052
 
5053
- #: add-ons/custom-redirects/custom_redirects_admin.php:244
5054
- msgid "Multiple Registration and Edit Profile form settings Redirects"
5055
  msgstr ""
5056
 
5057
- #: add-ons/custom-redirects/custom_redirects_admin.php:248
5058
- 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."
5059
  msgstr ""
5060
 
5061
- #: add-ons/custom-redirects/custom_redirects_admin.php:251
5062
- msgid "Redirect Default WordPress forms and pages"
5063
  msgstr ""
5064
 
5065
- #: add-ons/custom-redirects/custom_redirects_admin.php:252
5066
- msgid "With these you can redirect various WordPress forms and pages to pages created with profile builder."
5067
  msgstr ""
5068
 
5069
- #: add-ons/custom-redirects/custom_redirects_admin.php:255
5070
- msgid "Available tags for dynamic URLs"
5071
  msgstr ""
5072
 
5073
- #: add-ons/custom-redirects/custom_redirects_admin.php:256
5074
- msgid "You use the following tags in your URLs to redirect users to various pages."
5075
  msgstr ""
5076
 
5077
- #: add-ons/custom-redirects/custom_redirects_admin.php:258
5078
- msgid "generates a url of the current website homepage."
5079
  msgstr ""
5080
 
5081
- #: add-ons/custom-redirects/custom_redirects_admin.php:259
5082
- 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"
5083
  msgstr ""
5084
 
5085
- #: add-ons/custom-redirects/custom_redirects_admin.php:260
5086
- msgid "the ID of the user"
5087
  msgstr ""
5088
 
5089
- #: add-ons/custom-redirects/custom_redirects_admin.php:261
5090
- 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."
5091
  msgstr ""
5092
 
5093
- #: add-ons/custom-redirects/custom_redirects_admin.php:262
5094
- msgid "the URL of the previously visited page"
5095
  msgstr ""
5096
 
5097
- #: add-ons/custom-redirects/custom_redirects_admin.php:263
5098
- msgid "the default URL set by WordPress after login"
5099
  msgstr ""
5100
 
5101
- #: add-ons/custom-redirects/custom_redirects_admin.php:358, add-ons/custom-redirects/custom_redirects_admin.php:352, add-ons/custom-redirects/custom_redirects_admin.php:346
5102
- msgid "You can't add duplicate redirects!"
5103
  msgstr ""
5104
 
5105
- #: add-ons/email-customizer/admin-email-customizer.php:11
5106
- msgid "Admin Email Customizer"
5107
  msgstr ""
5108
 
5109
- #: add-ons/email-customizer/admin-email-customizer.php:12
5110
- msgid "Admin Email Customizer Settings"
5111
  msgstr ""
5112
 
5113
- #: add-ons/email-customizer/admin-email-customizer.php:30, add-ons/email-customizer/user-email-customizer.php:30
5114
- msgid "Settings saved."
5115
  msgstr ""
5116
 
5117
- #: add-ons/email-customizer/admin-email-customizer.php:53
5118
- msgid "These settings are also replicated in the \"User Email Customizer\" settings-page upon save."
5119
  msgstr ""
5120
 
5121
- #: add-ons/email-customizer/admin-email-customizer.php:53, add-ons/email-customizer/user-email-customizer.php:53
5122
- msgid "Valid tags {{reply_to}} and {{site_name}}"
5123
  msgstr ""
5124
 
5125
- #: add-ons/email-customizer/admin-email-customizer.php:56, add-ons/email-customizer/user-email-customizer.php:56
5126
- msgid "From (name)"
5127
  msgstr ""
5128
 
5129
- #: add-ons/email-customizer/admin-email-customizer.php:64, add-ons/email-customizer/user-email-customizer.php:64
5130
- msgid "From (reply-to email)"
5131
  msgstr ""
5132
 
5133
- #: add-ons/email-customizer/admin-email-customizer.php:69, add-ons/email-customizer/user-email-customizer.php:69
5134
- msgid "Must be a valid email address or the tag {{reply_to}} which defaults to the administrator email"
5135
  msgstr ""
5136
 
5137
- #: add-ons/email-customizer/admin-email-customizer.php:72, add-ons/email-customizer/user-email-customizer.php:72
5138
- msgid "Common Settings"
5139
  msgstr ""
5140
-
5141
- #: add-ons/email-customizer/admin-email-customizer.php:75
5142
- msgid ""
5143
- "<p>New subscriber on {{site_name}}.</p>\n"
5144
- "<p>Username:{{username}}</p>\n"
5145
- "<p>Email:{{user_email}}</p>\n"
5146
- ""
5147
  msgstr ""
5148
 
5149
- #: add-ons/email-customizer/admin-email-customizer.php:80, add-ons/email-customizer/admin-email-customizer.php:111, add-ons/email-customizer/admin-email-customizer.php:142, add-ons/email-customizer/admin-email-customizer.php:182, add-ons/email-customizer/user-email-customizer.php:83, add-ons/email-customizer/user-email-customizer.php:114, add-ons/email-customizer/user-email-customizer.php:146, add-ons/email-customizer/user-email-customizer.php:177, add-ons/email-customizer/user-email-customizer.php:209, add-ons/email-customizer/user-email-customizer.php:241, add-ons/email-customizer/user-email-customizer.php:273, add-ons/email-customizer/user-email-customizer.php:307, add-ons/email-customizer/user-email-customizer.php:341, add-ons/email-customizer/user-email-customizer.php:380
5150
- msgid "Email Subject"
5151
  msgstr ""
5152
 
5153
- #: add-ons/email-customizer/admin-email-customizer.php:84, features/email-confirmation/email-confirmation.php:560
5154
- msgid "A new subscriber has (been) registered!"
5155
  msgstr ""
5156
 
5157
- #: add-ons/email-customizer/admin-email-customizer.php:87, add-ons/email-customizer/admin-email-customizer.php:118, add-ons/email-customizer/admin-email-customizer.php:149, add-ons/email-customizer/admin-email-customizer.php:189, add-ons/email-customizer/user-email-customizer.php:90, add-ons/email-customizer/user-email-customizer.php:121, add-ons/email-customizer/user-email-customizer.php:153, add-ons/email-customizer/user-email-customizer.php:184, add-ons/email-customizer/user-email-customizer.php:216, add-ons/email-customizer/user-email-customizer.php:248, add-ons/email-customizer/user-email-customizer.php:280, add-ons/email-customizer/user-email-customizer.php:314, add-ons/email-customizer/user-email-customizer.php:348, add-ons/email-customizer/user-email-customizer.php:387
5158
- msgid "Enable email"
5159
  msgstr ""
5160
 
5161
- #: add-ons/email-customizer/admin-email-customizer.php:102
5162
- msgid "Default Registration & Registration with Email Confirmation"
5163
  msgstr ""
5164
 
5165
- #: add-ons/email-customizer/admin-email-customizer.php:105
5166
- msgid ""
5167
- "<p>New subscriber on {{site_name}}.</p>\n"
5168
- "<p>Username:{{username}}</p>\n"
5169
- "<p>Email:{{user_email}}</p>\n"
5170
- "<p>The Admin Approval feature was activated at the time of registration,\n"
5171
- "so please remember that you need to approve this user before he/she can log in!</p>"
5172
  msgstr ""
5173
 
5174
- #: add-ons/email-customizer/admin-email-customizer.php:133, add-ons/email-customizer/user-email-customizer.php:168
5175
- msgid "Registration with Admin Approval"
5176
  msgstr ""
5177
 
5178
- #: add-ons/email-customizer/admin-email-customizer.php:136
5179
- msgid ""
5180
- "<p>{{username}} has requested a password change via the password reset feature.</p>\n"
5181
- ""
5182
  msgstr ""
5183
 
5184
- #: add-ons/email-customizer/admin-email-customizer.php:164
5185
- msgid "Admin Notification for User Password Reset"
5186
  msgstr ""
5187
 
5188
- #: add-ons/email-customizer/admin-email-customizer.php:178
5189
- msgid ""
5190
- "<p>The user {{username}} has updated their profile and some of the fields require admin approval:</p>\n"
5191
- "<br>\n"
5192
- "{{modified_fields}}\n"
5193
- "<br>\n"
5194
- "<p>Access this link to approve changes: {{approval_url}}</p>\n"
5195
- ""
5196
  msgstr ""
5197
 
5198
- #: add-ons/email-customizer/admin-email-customizer.php:186
5199
- msgid "[{{site_name}}] A user has updated their profile. Some fields need approval"
5200
  msgstr ""
5201
 
5202
- #: add-ons/email-customizer/admin-email-customizer.php:204
5203
- msgid "Admin Notification for Edit Profile Approved by Admin"
5204
  msgstr ""
5205
 
5206
- #: add-ons/email-customizer/email-customizer.php:7
5207
- msgid "Available Tags"
5208
  msgstr ""
5209
 
5210
- #: add-ons/email-customizer/email-customizer.php:11, add-ons/user-listing/userlisting.php:252
5211
- msgid "User Fields Tags"
5212
  msgstr ""
5213
 
5214
- #: add-ons/email-customizer/email-customizer.php:21
5215
- msgid "Site Url"
5216
  msgstr ""
5217
 
5218
- #: add-ons/email-customizer/email-customizer.php:22
5219
- msgid "Site Name"
5220
  msgstr ""
5221
 
5222
- #: add-ons/email-customizer/email-customizer.php:25
5223
- msgid "User Id"
5224
  msgstr ""
5225
 
5226
- #: add-ons/email-customizer/email-customizer.php:32
5227
- msgid "User Role Label"
5228
  msgstr ""
5229
 
5230
- #: add-ons/email-customizer/email-customizer.php:34
5231
- msgid "Reply To"
5232
  msgstr ""
5233
 
5234
- #: add-ons/email-customizer/email-customizer.php:37, add-ons/user-listing/userlisting.php:129
5235
- msgid "Blog URL"
5236
  msgstr ""
5237
 
5238
- #: add-ons/email-customizer/email-customizer.php:41
5239
- msgid "Activation Key"
5240
  msgstr ""
5241
 
5242
- #: add-ons/email-customizer/email-customizer.php:42
5243
- msgid "Activation Url"
5244
  msgstr ""
5245
 
5246
- #: add-ons/email-customizer/email-customizer.php:43
5247
- msgid "Activation Link"
5248
  msgstr ""
5249
 
5250
- #: add-ons/email-customizer/email-customizer.php:47
5251
- msgid "Reset Key"
5252
  msgstr ""
5253
 
5254
- #: add-ons/email-customizer/email-customizer.php:48
5255
- msgid "Reset Url"
5256
  msgstr ""
5257
 
5258
- #: add-ons/email-customizer/email-customizer.php:49
5259
- msgid "Reset Link"
5260
  msgstr ""
5261
 
5262
- #: add-ons/email-customizer/email-customizer.php:53
5263
- msgid "Change Email Address Link"
5264
  msgstr ""
5265
 
5266
- #: add-ons/email-customizer/email-customizer.php:57
5267
- msgid "Approve User Url"
5268
  msgstr ""
5269
 
5270
- #: add-ons/email-customizer/email-customizer.php:58
5271
- msgid "Approve User Link"
5272
  msgstr ""
5273
 
5274
- #: add-ons/email-customizer/email-customizer.php:59
5275
- msgid "Unapprove User Url"
5276
  msgstr ""
5277
 
5278
- #: add-ons/email-customizer/email-customizer.php:60
5279
- msgid "Unapprove User Link"
5280
  msgstr ""
5281
 
5282
- #: add-ons/email-customizer/email-customizer.php:64
5283
- msgid "Approved Fields"
5284
  msgstr ""
5285
 
5286
- #: add-ons/email-customizer/email-customizer.php:65
5287
- msgid "Unapproved Fields"
5288
  msgstr ""
5289
 
5290
- #: add-ons/email-customizer/email-customizer.php:69
5291
- msgid "Modified Fields"
5292
  msgstr ""
5293
 
5294
- #: add-ons/email-customizer/email-customizer.php:70
5295
- msgid "Approval URL"
5296
  msgstr ""
5297
 
5298
- #: add-ons/email-customizer/email-customizer.php:607
5299
- msgid "The users selected password at signup"
5300
  msgstr ""
5301
 
5302
- #: add-ons/email-customizer/email-customizer.php:615, add-ons/email-customizer/email-customizer.php:622, add-ons/email-customizer/email-customizer.php:636, features/email-confirmation/email-confirmation.php:618
5303
- msgid "Your selected password at signup"
5304
  msgstr ""
5305
 
5306
- #: add-ons/email-customizer/user-email-customizer.php:11
5307
- msgid "User Email Customizer"
5308
  msgstr ""
5309
 
5310
- #: add-ons/email-customizer/user-email-customizer.php:12
5311
- msgid "User Email Customizer Settings"
5312
  msgstr ""
5313
 
5314
- #: add-ons/email-customizer/user-email-customizer.php:53
5315
- msgid "These settings are also replicated in the \"Admin Email Customizer\" settings-page upon save."
5316
  msgstr ""
5317
 
5318
- #: add-ons/email-customizer/user-email-customizer.php:79
5319
- msgid ""
5320
- "<h3>Welcome to {{site_name}}!</h3>\n"
5321
- "<p>Your username is: {{username}}</p>\n"
5322
- ""
5323
  msgstr ""
5324
 
5325
- #: add-ons/email-customizer/user-email-customizer.php:110
5326
- msgid ""
5327
- "<p>To activate your user, please click the following link:<br/>\n"
5328
- "{{{activation_link}}}</p>\n"
5329
- "<p>After you activate, you will receive another email with your credentials.</p>\n"
5330
- ""
5331
  msgstr ""
5332
 
5333
- #: add-ons/email-customizer/user-email-customizer.php:118
5334
- msgid "[{{site_name}}] Activate {{username}}"
5335
  msgstr ""
5336
 
5337
- #: add-ons/email-customizer/user-email-customizer.php:136
5338
- msgid "Registration with Email Confirmation"
5339
  msgstr ""
5340
 
5341
- #: add-ons/email-customizer/user-email-customizer.php:142
5342
- msgid ""
5343
- "<h3>Welcome to {{site_name}}!</h3>\n"
5344
- "<p>Your username is: {{username}}</p>\n"
5345
- "<p>Before you can access your account, an administrator needs to approve it. You will be notified via email.</p>\n"
5346
- ""
5347
  msgstr ""
5348
 
5349
- #: add-ons/email-customizer/user-email-customizer.php:150
5350
- msgid "A new account has been created for you on {{site_name}}"
5351
  msgstr ""
5352
 
5353
- #: add-ons/email-customizer/user-email-customizer.php:173
5354
- msgid ""
5355
- "<h3>Good News!</h3>\n"
5356
- "<p>An administrator has just approved your account: {{username}} on {{site_name}}.</p>\n"
5357
- ""
5358
  msgstr ""
5359
 
5360
- #: add-ons/email-customizer/user-email-customizer.php:181
5361
- msgid "Your account on {{site_name}} has been approved!"
5362
  msgstr ""
5363
 
5364
- #: add-ons/email-customizer/user-email-customizer.php:199
5365
- msgid "User Approval Notification"
5366
  msgstr ""
5367
 
5368
- #: add-ons/email-customizer/user-email-customizer.php:204
5369
- msgid ""
5370
- "<h3>Hello,</h3>\n"
5371
- "<p>Unfortunatelly an administrator has just unapproved your account: {{username}} on {{site_name}}.</p>\n"
5372
- ""
5373
  msgstr ""
5374
 
5375
- #: add-ons/email-customizer/user-email-customizer.php:213
5376
- msgid "Your account on {{site_name}} has been unapproved!"
5377
  msgstr ""
5378
 
5379
- #: add-ons/email-customizer/user-email-customizer.php:231
5380
- msgid "Unapproved User Notification"
5381
  msgstr ""
5382
 
5383
- #: add-ons/email-customizer/user-email-customizer.php:237
5384
- msgid ""
5385
- "<p>Someone requested that the password be reset for the following account: {{site_name}}<br/>\n"
5386
- "Username: {{username}}</p>\n"
5387
- "<p>If this was a mistake, just ignore this email and nothing will happen.</p>\n"
5388
- "<p>To reset your password, visit the following address:<br/>\n"
5389
- "{{{reset_link}}}</p>\n"
5390
- ""
5391
  msgstr ""
5392
 
5393
- #: add-ons/email-customizer/user-email-customizer.php:245
5394
- msgid "[{{site_name}}] Password Reset"
5395
  msgstr ""
5396
 
5397
- #: add-ons/email-customizer/user-email-customizer.php:263
5398
- msgid "Password Reset Email"
5399
  msgstr ""
5400
 
5401
- #: add-ons/email-customizer/user-email-customizer.php:269
5402
- msgid ""
5403
- "<p>You have successfully reset your password.</p>\n"
5404
- ""
5405
  msgstr ""
5406
 
5407
- #: add-ons/email-customizer/user-email-customizer.php:277
5408
- msgid "[{{site_name}}] Password Reset Successfully"
5409
  msgstr ""
5410
 
5411
- #: add-ons/email-customizer/user-email-customizer.php:295
5412
- msgid "Password Reset Success Email"
5413
  msgstr ""
5414
 
5415
- #: add-ons/email-customizer/user-email-customizer.php:303
5416
- msgid ""
5417
- "<h3>Hi {{username}},</h3>\n"
5418
- "<p>There is an email address change request on {{site_name}}.</p>\n"
5419
- "<p>To change your email address click on: {{{user_email_change_link}}}</p>\n"
5420
- "<p>Regards,<br>\n"
5421
- "All at {{site_name}}<br>\n"
5422
- "<a href=\"{{site_url}}\">{{site_url}}</a></p>"
5423
  msgstr ""
5424
 
5425
- #: add-ons/email-customizer/user-email-customizer.php:311
5426
- msgid "[{{site_name}}] Notice of Email Change Request"
5427
  msgstr ""
5428
 
5429
- #: add-ons/email-customizer/user-email-customizer.php:329
5430
- msgid "Change Email Address Request Notification"
5431
  msgstr ""
5432
 
5433
- #: add-ons/email-customizer/user-email-customizer.php:337
5434
  msgid ""
5435
- "<h3>Hi {{username}},</h3>\n"
5436
- "<p>This notice confirms that your email was changed on {{site_name}}.</p>\n"
5437
- "<p>If you did not change your email, please contact the Site Administrator at %s</p>\n"
5438
- "<p>This email has been sent to {{user_email}}</p>\n"
5439
- "<p>Regards,<br>\n"
5440
- "All at {{site_name}}<br>\n"
5441
- "<a href=\"{{site_url}}\">{{site_url}}</a></p>"
5442
  msgstr ""
5443
 
5444
- #: add-ons/email-customizer/user-email-customizer.php:345
5445
- msgid "[{{site_name}}] Notice of Email Change"
5446
  msgstr ""
5447
 
5448
- #: add-ons/email-customizer/user-email-customizer.php:363
5449
- msgid "Changed Email Address Notification"
5450
  msgstr ""
5451
 
5452
- #: add-ons/email-customizer/user-email-customizer.php:376
5453
- msgid ""
5454
- "<p>Your profile has been reviewed by an administrator:</p>\n"
5455
- "<br>\n"
5456
- "<p>Approved Fields: {{approved_fields}}</p>\n"
5457
- "<p>Unapproved Fields: {{unapproved_fields}}</p>\n"
5458
- ""
5459
  msgstr ""
5460
 
5461
- #: add-ons/email-customizer/user-email-customizer.php:384
5462
- msgid "[{{site_name}}] Your profile has been reviewed by an administrator"
5463
  msgstr ""
5464
 
5465
- #: add-ons/email-customizer/user-email-customizer.php:402
5466
- msgid "User Notification for Edit Profile Approved by Admin"
5467
  msgstr ""
5468
 
5469
- #: add-ons/multiple-forms/edit-profile-forms.php:11, add-ons/multiple-forms/edit-profile-forms.php:12
5470
- msgid "Edit-profile Form"
5471
  msgstr ""
5472
 
5473
- #: add-ons/multiple-forms/edit-profile-forms.php:13, add-ons/multiple-forms/register-forms.php:13, add-ons/user-listing/userlisting.php:13
5474
- msgid "Add New"
5475
  msgstr ""
5476
 
5477
- #: add-ons/multiple-forms/edit-profile-forms.php:14
5478
- msgid "Add new Edit-profile Form"
5479
  msgstr ""
5480
 
5481
- #: add-ons/multiple-forms/edit-profile-forms.php:15
5482
- msgid "Edit the Edit-profile Forms"
5483
  msgstr ""
5484
 
5485
- #: add-ons/multiple-forms/edit-profile-forms.php:16
5486
- msgid "New Edit-profile Form"
 
 
 
 
 
 
 
 
5487
  msgstr ""
5488
 
5489
- #: add-ons/multiple-forms/edit-profile-forms.php:17, add-ons/multiple-forms/edit-profile-forms.php:23
5490
- msgid "Edit-profile Forms"
5491
  msgstr ""
5492
 
5493
- #: add-ons/multiple-forms/edit-profile-forms.php:18
5494
- msgid "View the Edit-profile Form"
5495
  msgstr ""
5496
 
5497
- #: add-ons/multiple-forms/edit-profile-forms.php:19
5498
- msgid "Search the Edit-profile Forms"
5499
  msgstr ""
5500
 
5501
- #: add-ons/multiple-forms/edit-profile-forms.php:20
5502
- msgid "No Edit-profile Form found"
5503
  msgstr ""
5504
 
5505
- #: add-ons/multiple-forms/edit-profile-forms.php:21
5506
- msgid "No Edit-profile Forms found in trash"
5507
  msgstr ""
5508
 
5509
- #: add-ons/multiple-forms/edit-profile-forms.php:135, add-ons/multiple-forms/register-forms.php:138, add-ons/user-listing/userlisting.php:2422
5510
- msgid "Shortcode"
5511
  msgstr ""
5512
 
5513
- #: add-ons/multiple-forms/edit-profile-forms.php:155, add-ons/multiple-forms/register-forms.php:159, add-ons/user-listing/userlisting.php:2443
5514
- msgid "(no title)"
5515
  msgstr ""
5516
 
5517
- #: add-ons/multiple-forms/edit-profile-forms.php:177, add-ons/multiple-forms/register-forms.php:180, add-ons/user-listing/userlisting.php:2465
5518
- msgid "Use this shortcode on the page you want the form to be displayed:"
5519
  msgstr ""
5520
 
5521
- #: add-ons/multiple-forms/edit-profile-forms.php:181, add-ons/multiple-forms/register-forms.php:184, add-ons/user-listing/userlisting.php:2469
5522
- msgid "<span style=\"color:red;\">Note:</span> changing the form title also changes the shortcode!"
5523
  msgstr ""
5524
 
5525
- #: add-ons/multiple-forms/edit-profile-forms.php:175, add-ons/multiple-forms/register-forms.php:178, add-ons/user-listing/userlisting.php:2463
5526
- msgid "The shortcode will be available after you publish this form."
5527
  msgstr ""
5528
 
5529
- #: add-ons/multiple-forms/edit-profile-forms.php:187, add-ons/multiple-forms/register-forms.php:190, add-ons/user-listing/userlisting.php:2502
5530
- msgid "Form Shortcode"
5531
  msgstr ""
5532
 
5533
- #: add-ons/multiple-forms/edit-profile-forms.php:206, add-ons/multiple-forms/register-forms.php:230, features/content-restriction/content-restriction-meta-box.php:37, features/content-restriction/content-restriction.php:106
5534
- msgid "Redirect"
5535
  msgstr ""
5536
 
5537
- #: add-ons/multiple-forms/edit-profile-forms.php:206, add-ons/multiple-forms/register-forms.php:230
5538
- msgid "Whether to redirect the user to a specific page or not"
5539
  msgstr ""
5540
 
5541
- #: add-ons/multiple-forms/edit-profile-forms.php:207, add-ons/multiple-forms/register-forms.php:231
5542
- msgid "Display Messages"
5543
  msgstr ""
5544
 
5545
- #: add-ons/multiple-forms/edit-profile-forms.php:207, add-ons/multiple-forms/register-forms.php:231
5546
- msgid "Allowed time to display any success messages (in seconds)"
5547
  msgstr ""
5548
 
5549
- #: add-ons/multiple-forms/edit-profile-forms.php:208, add-ons/multiple-forms/register-forms.php:232
5550
- msgid "URL"
5551
  msgstr ""
5552
 
5553
- #: add-ons/multiple-forms/edit-profile-forms.php:208
5554
- msgid "Specify the URL of the page users will be redirected once they updated their profile using this form<br/>Use the following format: http://www.mysite.com"
5555
  msgstr ""
5556
 
5557
- #: add-ons/multiple-forms/edit-profile-forms.php:215
5558
- msgid "After Profile Update..."
5559
  msgstr ""
5560
 
5561
- #: add-ons/multiple-forms/edit-profile-forms.php:241, add-ons/multiple-forms/register-forms.php:262
5562
- msgid "Add New Field to the List"
5563
  msgstr ""
5564
 
5565
- #: add-ons/multiple-forms/edit-profile-forms.php:245, add-ons/multiple-forms/register-forms.php:266
5566
- msgid "Choose one of the supported fields you manage <a href=\"%s\">here</a>"
5567
  msgstr ""
5568
 
5569
- #: add-ons/multiple-forms/edit-profile-forms.php:274
5570
- msgid "This form is empty."
5571
  msgstr ""
5572
 
5573
- #: add-ons/multiple-forms/multiple-forms.php:227
5574
- msgid "You need to specify the title of the form before creating it"
5575
  msgstr ""
5576
 
5577
- #: add-ons/multiple-forms/multiple-forms.php:411
5578
- msgid "<pre>Title (Type)</pre>"
5579
  msgstr ""
5580
 
5581
- #: add-ons/multiple-forms/multiple-forms.php:411
5582
- msgid "Delete all items"
5583
  msgstr ""
5584
 
5585
- #: add-ons/multiple-forms/multiple-forms.php:411
5586
- msgid "Delete all"
5587
  msgstr ""
5588
 
5589
- #: add-ons/multiple-forms/register-forms.php:14
5590
- msgid "Add new Registration Form"
5591
  msgstr ""
5592
 
5593
- #: add-ons/multiple-forms/register-forms.php:15
5594
- msgid "Edit the Registration Forms"
5595
  msgstr ""
5596
 
5597
- #: add-ons/multiple-forms/register-forms.php:16
5598
- msgid "New Registration Form"
5599
  msgstr ""
5600
 
5601
- #: add-ons/multiple-forms/register-forms.php:17, add-ons/multiple-forms/register-forms.php:23
5602
- msgid "Registration Forms"
5603
  msgstr ""
5604
 
5605
- #: add-ons/multiple-forms/register-forms.php:18
5606
- msgid "View the Registration Form"
5607
  msgstr ""
5608
 
5609
- #: add-ons/multiple-forms/register-forms.php:19
5610
- msgid "Search the Registration Forms"
5611
  msgstr ""
5612
 
5613
- #: add-ons/multiple-forms/register-forms.php:20
5614
- msgid "No Registration Form found"
5615
  msgstr ""
5616
 
5617
- #: add-ons/multiple-forms/register-forms.php:21
5618
- msgid "No Registration Forms found in trash"
5619
  msgstr ""
5620
 
5621
- #: add-ons/multiple-forms/register-forms.php:219, features/roles-editor/roles-editor.php:171
5622
- msgid "Default Role"
5623
  msgstr ""
5624
 
5625
- #: add-ons/multiple-forms/register-forms.php:228
5626
- msgid "Set Role"
5627
  msgstr ""
5628
 
5629
- #: add-ons/multiple-forms/register-forms.php:228
5630
- msgid "Choose what role the user will have after (s)he registered<br/>If not specified, defaults to the role set in the WordPress settings"
5631
  msgstr ""
5632
 
5633
- #: add-ons/multiple-forms/register-forms.php:229
5634
- msgid "Automatically Log In"
5635
  msgstr ""
5636
 
5637
- #: add-ons/multiple-forms/register-forms.php:229
5638
- msgid "Whether to automatically log in the newly registered user or not<br/>Only works on single-sites without \"Admin Approval\" feature activated<br/>WARNING: Caching the registration form will make automatic login not work"
5639
  msgstr ""
5640
 
5641
- #: add-ons/multiple-forms/register-forms.php:232
5642
- msgid "Specify the URL of the page users will be redirected once registered using this form<br/>Use the following format: http://www.mysite.com"
5643
  msgstr ""
5644
 
5645
- #: add-ons/multiple-forms/register-forms.php:238
5646
- msgid "After Registration..."
5647
  msgstr ""
5648
 
5649
- #: add-ons/repeater-field/repeater-field.php:303
5650
- msgid "Are you sure you want to delete this?"
5651
  msgstr ""
5652
 
5653
- #: add-ons/user-listing/one-map-listing.php:441
5654
- msgid "Please wait while the pins are loading..."
5655
  msgstr ""
5656
 
5657
- #: add-ons/user-listing/one-map-listing.php:556
5658
- msgid "The API Key was not provided."
5659
  msgstr ""
5660
 
5661
- #: add-ons/user-listing/userlisting.php:14
5662
- msgid "Add new User Listing"
5663
  msgstr ""
5664
 
5665
- #: add-ons/user-listing/userlisting.php:15
5666
- msgid "Edit the User Listing"
5667
  msgstr ""
5668
 
5669
- #: add-ons/user-listing/userlisting.php:16
5670
- msgid "New User Listing"
5671
  msgstr ""
5672
 
5673
- #: add-ons/user-listing/userlisting.php:18
5674
- msgid "View the User Listing"
5675
  msgstr ""
5676
 
5677
- #: add-ons/user-listing/userlisting.php:19
5678
- msgid "Search the User Listing"
5679
  msgstr ""
5680
 
5681
- #: add-ons/user-listing/userlisting.php:20
5682
- msgid "No User Listing found"
5683
  msgstr ""
5684
 
5685
- #: add-ons/user-listing/userlisting.php:21
5686
- msgid "No User Listing found in trash"
5687
  msgstr ""
5688
 
5689
- #: add-ons/user-listing/userlisting.php:116
5690
- msgid "Display name as"
5691
  msgstr ""
5692
 
5693
- #: 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:2537, features/admin-approval/class-admin-approval.php:178, features/roles-editor/roles-editor.php:256
5694
- msgid "Role"
5695
  msgstr ""
5696
 
5697
- #: add-ons/user-listing/userlisting.php:170, features/roles-editor/roles-editor.php:366, features/roles-editor/roles-editor.php:530
5698
- msgid "Role Slug"
5699
  msgstr ""
5700
 
5701
- #: add-ons/user-listing/userlisting.php:171, add-ons/user-listing/userlisting.php:2531
5702
- msgid "Registration Date"
5703
  msgstr ""
5704
 
5705
- #: add-ons/user-listing/userlisting.php:172, add-ons/user-listing/userlisting.php:2536
5706
- msgid "Number of Posts"
5707
  msgstr ""
5708
 
5709
- #: add-ons/user-listing/userlisting.php:176
5710
- msgid "More Info"
5711
  msgstr ""
5712
 
5713
- #: add-ons/user-listing/userlisting.php:177
5714
- msgid "More Info Url"
5715
  msgstr ""
5716
 
5717
- #: add-ons/user-listing/userlisting.php:178
5718
- msgid "Avatar or Gravatar"
5719
  msgstr ""
5720
 
5721
- #: add-ons/user-listing/userlisting.php:179
5722
- msgid "User Nicename"
5723
  msgstr ""
5724
 
5725
- #: add-ons/user-listing/userlisting.php:221
5726
- msgid "Pagination"
5727
  msgstr ""
5728
 
5729
- #: add-ons/user-listing/userlisting.php:222
5730
- msgid "Search all Fields"
5731
  msgstr ""
5732
 
5733
- #: add-ons/user-listing/userlisting.php:223, add-ons/user-listing/userlisting.php:2615
5734
- msgid "Faceted Menus"
5735
  msgstr ""
5736
 
5737
- #: add-ons/user-listing/userlisting.php:224
5738
- msgid "User Count"
5739
  msgstr ""
5740
 
5741
- #: add-ons/user-listing/userlisting.php:231
5742
- msgid "Map of listed users"
5743
  msgstr ""
5744
 
5745
- #: add-ons/user-listing/userlisting.php:258
5746
- msgid "Sort Tags"
5747
  msgstr ""
5748
 
5749
- #: add-ons/user-listing/userlisting.php:262, add-ons/user-listing/userlisting.php:286
5750
- msgid "Extra Functions"
5751
  msgstr ""
5752
 
5753
- #: add-ons/user-listing/userlisting.php:288
5754
- msgid "Go Back Link"
5755
  msgstr ""
5756
 
5757
- #: add-ons/user-listing/userlisting.php:306
5758
- msgid "All-userlisting Template"
5759
  msgstr ""
5760
 
5761
- #: add-ons/user-listing/userlisting.php:309
5762
- msgid "Single-userlisting Template"
5763
  msgstr ""
5764
 
5765
- #: add-ons/user-listing/userlisting.php:335
5766
- msgid "Avatar"
5767
  msgstr ""
5768
 
5769
- #: add-ons/user-listing/userlisting.php:337, add-ons/user-listing/userlisting.php:2532, features/admin-approval/class-admin-approval.php:175
5770
- msgid "Firstname"
5771
  msgstr ""
5772
 
5773
- #: add-ons/user-listing/userlisting.php:339, add-ons/user-listing/userlisting.php:905, features/roles-editor/roles-editor.php:451
5774
- msgid "Posts"
5775
  msgstr ""
5776
 
5777
- #: add-ons/user-listing/userlisting.php:340, add-ons/user-listing/userlisting.php:887
5778
- msgid "Sign-up Date"
5779
  msgstr ""
5780
 
5781
- #: add-ons/user-listing/userlisting.php:341
5782
- msgid "More"
5783
  msgstr ""
5784
 
5785
- #: add-ons/user-listing/userlisting.php:436
5786
- msgid "You do not have permission to view this user list."
5787
  msgstr ""
5788
 
5789
- #: add-ons/user-listing/userlisting.php:449
5790
- msgid "You do not have the required user role to view this user list."
5791
  msgstr ""
5792
 
5793
- #: add-ons/user-listing/userlisting.php:473
5794
- msgid "User not found"
5795
  msgstr ""
5796
 
5797
- #: add-ons/user-listing/userlisting.php:914, add-ons/user-listing/userlisting.php:2543
5798
- msgid "Jabber"
5799
  msgstr ""
5800
 
5801
- #: add-ons/user-listing/userlisting.php:911, add-ons/user-listing/userlisting.php:2542
5802
- msgid "Yim"
5803
  msgstr ""
5804
 
5805
- #: add-ons/user-listing/userlisting.php:908, add-ons/user-listing/userlisting.php:2541
5806
- msgid "Aim"
5807
  msgstr ""
5808
 
5809
- #: add-ons/user-listing/userlisting.php:896, add-ons/user-listing/userlisting.php:2534
5810
- msgid "Display Name"
5811
  msgstr ""
5812
 
5813
- #: add-ons/user-listing/userlisting.php:881
5814
- msgid "First/Lastname"
5815
  msgstr ""
5816
 
5817
- #: add-ons/user-listing/userlisting.php:1209, add-ons/user-listing/userlisting.php:1713, add-ons/user-listing/userlisting.php:2249, add-ons/user-listing/userlisting.php:2735
5818
- msgid "Search Users by All Fields"
5819
  msgstr ""
5820
 
5821
- #: add-ons/user-listing/userlisting.php:1494
5822
- msgid "Click here to see more information about this user."
5823
  msgstr ""
5824
 
5825
- #: add-ons/user-listing/userlisting.php:1491
5826
- msgid "Click here to see more information about this user"
5827
  msgstr ""
5828
 
5829
- #: add-ons/user-listing/userlisting.php:1491, add-ons/user-listing/userlisting.php:1491
5830
- msgid "More..."
5831
  msgstr ""
5832
 
5833
- #: add-ons/user-listing/userlisting.php:1539, front-end/extra-fields/map/map.php:12
5834
- msgid "Remove Marker"
5835
  msgstr ""
5836
 
5837
- #: add-ons/user-listing/userlisting.php:1521
5838
- msgid "View Map"
5839
  msgstr ""
5840
 
5841
- #: add-ons/user-listing/userlisting.php:1670, add-ons/user-listing/userlisting.php:1667
5842
- msgid "Click here to go back"
5843
  msgstr ""
5844
 
5845
- #: add-ons/user-listing/userlisting.php:1667, add-ons/user-listing/userlisting.php:1667
5846
- msgid "Back"
5847
  msgstr ""
5848
 
5849
- #: add-ons/user-listing/userlisting.php:1732
5850
- msgid "You don't have any pagination settings on this userlisting!"
5851
  msgstr ""
5852
 
5853
- #: add-ons/user-listing/userlisting.php:1700
5854
- msgid "&laquo;&laquo; First"
5855
  msgstr ""
5856
 
5857
- #: add-ons/user-listing/userlisting.php:1701
5858
- msgid "&laquo; Prev"
5859
  msgstr ""
5860
 
5861
- #: add-ons/user-listing/userlisting.php:1702
5862
- msgid "Next &raquo; "
5863
  msgstr ""
5864
 
5865
- #: add-ons/user-listing/userlisting.php:1703
5866
- msgid "Last &raquo;&raquo;"
5867
  msgstr ""
5868
 
5869
- #: add-ons/user-listing/userlisting.php:1781
5870
- msgid "Show All"
5871
  msgstr ""
5872
 
5873
- #: add-ons/user-listing/userlisting.php:1857, admin/advanced-settings/includes/views/view-fields.php:78
5874
- msgid "Choose..."
5875
  msgstr ""
5876
 
5877
- #: add-ons/user-listing/userlisting.php:1893
5878
- msgid "Choose or type in an option..."
5879
  msgstr ""
5880
 
5881
- #: add-ons/user-listing/userlisting.php:1996
5882
- msgid "No options available"
5883
  msgstr ""
5884
 
5885
- #: add-ons/user-listing/userlisting.php:2151
5886
- msgid "Remove All Filters"
5887
  msgstr ""
5888
 
5889
- #: add-ons/user-listing/userlisting.php:2266
5890
- msgid "Search"
5891
  msgstr ""
5892
 
5893
- #: add-ons/user-listing/userlisting.php:2267
5894
- msgid "Clear Results"
5895
  msgstr ""
5896
 
5897
- #: add-ons/user-listing/userlisting.php:2472, add-ons/user-listing/userlisting.php:2476
5898
- msgid "Extra shortcode parameters"
5899
  msgstr ""
5900
 
5901
- #: add-ons/user-listing/userlisting.php:2474
5902
- msgid "View all extra shortcode parameters"
5903
  msgstr ""
5904
 
5905
- #: add-ons/user-listing/userlisting.php:2479
5906
- msgid "displays users having a certain meta-value within a certain (extra) meta-field"
5907
  msgstr ""
5908
 
5909
- #: add-ons/user-listing/userlisting.php:2480
5910
- msgid "Example:"
5911
  msgstr ""
5912
 
5913
- #: add-ons/user-listing/userlisting.php:2482
5914
- msgid "Remember though, that the field-value combination must exist in the database."
5915
  msgstr ""
5916
 
5917
- #: add-ons/user-listing/userlisting.php:2488
5918
- msgid "displays only the users that you specified the user_id for"
5919
  msgstr ""
5920
 
5921
- #: add-ons/user-listing/userlisting.php:2494
5922
- msgid "displays all users except the ones you specified the user_id for"
5923
  msgstr ""
5924
 
5925
- #: add-ons/user-listing/userlisting.php:2533, features/admin-approval/class-admin-approval.php:176
5926
- msgid "Lastname"
5927
  msgstr ""
5928
 
5929
- #: add-ons/user-listing/userlisting.php:2558
5930
- msgid "Random (very slow on large databases > 10K user)"
5931
  msgstr ""
5932
 
5933
- #: add-ons/user-listing/userlisting.php:2561
5934
- msgid "Ascending"
5935
  msgstr ""
5936
 
5937
- #: add-ons/user-listing/userlisting.php:2562
5938
- msgid "Descending"
5939
  msgstr ""
5940
 
5941
- #: add-ons/user-listing/userlisting.php:2567
5942
- msgid "Roles to Display"
5943
  msgstr ""
5944
 
5945
- #: add-ons/user-listing/userlisting.php:2567
5946
- msgid "Restrict the userlisting to these selected roles only<br/>If not specified, defaults to all existing roles"
5947
  msgstr ""
5948
 
5949
- #: add-ons/user-listing/userlisting.php:2568
5950
- msgid "Number of Users/Page"
5951
  msgstr ""
5952
 
5953
- #: add-ons/user-listing/userlisting.php:2568
5954
- msgid "Set the number of users to be displayed on every paginated part of the all-userlisting"
5955
  msgstr ""
5956
 
5957
- #: add-ons/user-listing/userlisting.php:2569
5958
- msgid "Default Sorting Criteria"
5959
  msgstr ""
5960
 
5961
- #: add-ons/user-listing/userlisting.php:2569
5962
- msgid "Set the default sorting criteria<br/>This can temporarily be changed for each new session"
5963
  msgstr ""
5964
 
5965
- #: add-ons/user-listing/userlisting.php:2570
5966
- msgid "Default Sorting Order"
5967
  msgstr ""
5968
 
5969
- #: add-ons/user-listing/userlisting.php:2570
5970
- msgid "Set the default sorting order<br/>This can temporarily be changed for each new session"
5971
  msgstr ""
5972
 
5973
- #: add-ons/user-listing/userlisting.php:2571
5974
- msgid "Avatar Size (All-userlisting)"
5975
  msgstr ""
5976
 
5977
- #: add-ons/user-listing/userlisting.php:2571
5978
- msgid "Set the avatar size on the all-userlisting only"
 
 
 
5979
  msgstr ""
5980
 
5981
- #: add-ons/user-listing/userlisting.php:2572
5982
- msgid "Avatar Size (Single-userlisting)"
5983
  msgstr ""
5984
 
5985
- #: add-ons/user-listing/userlisting.php:2572
5986
- msgid "Set the avatar size on the single-userlisting only"
5987
  msgstr ""
5988
 
5989
- #: add-ons/user-listing/userlisting.php:2573
5990
- msgid "Visible only to logged in users?"
5991
  msgstr ""
5992
 
5993
- #: add-ons/user-listing/userlisting.php:2573
5994
- msgid "The userlisting will only be visible only to the logged in users"
5995
  msgstr ""
5996
 
5997
- #: add-ons/user-listing/userlisting.php:2574
5998
- msgid "Visible to following Roles"
5999
  msgstr ""
6000
 
6001
- #: add-ons/user-listing/userlisting.php:2574
6002
- msgid "The userlisting will only be visible to the following roles"
6003
  msgstr ""
6004
 
6005
- #: add-ons/user-listing/userlisting.php:2580
6006
- msgid "Userlisting Settings"
6007
  msgstr ""
6008
 
6009
- #: add-ons/user-listing/userlisting.php:2605
6010
- msgid "Label"
6011
  msgstr ""
6012
 
6013
- #: add-ons/user-listing/userlisting.php:2605
6014
- msgid "Choose the facet name that appears on the frontend"
6015
  msgstr ""
6016
 
6017
- #: add-ons/user-listing/userlisting.php:2606
6018
- msgid "Facet Type"
6019
  msgstr ""
6020
 
6021
- #: add-ons/user-listing/userlisting.php:2606
6022
- msgid "Choose the facet menu type"
6023
  msgstr ""
6024
 
6025
- #: add-ons/user-listing/userlisting.php:2607
6026
- msgid "Facet Meta"
6027
  msgstr ""
6028
 
6029
- #: add-ons/user-listing/userlisting.php:2607
6030
- msgid "Choose the meta field for the facet menu. If you want to use a repeater meta or a meta outisde Profile Builder just type the value and press enter."
6031
  msgstr ""
6032
 
6033
- #: add-ons/user-listing/userlisting.php:2608
6034
- msgid "Behaviour"
6035
  msgstr ""
6036
 
6037
- #: add-ons/user-listing/userlisting.php:2608
6038
- msgid "Narrow the results"
6039
  msgstr ""
6040
 
6041
- #: add-ons/user-listing/userlisting.php:2608
6042
- msgid "Expand the results"
6043
  msgstr ""
6044
 
6045
- #: add-ons/user-listing/userlisting.php:2608
6046
- msgid "Choose how multiple selections affect the results"
6047
  msgstr ""
6048
 
6049
- #: add-ons/user-listing/userlisting.php:2609
6050
- msgid "Visible choices"
6051
  msgstr ""
6052
 
6053
- #: add-ons/user-listing/userlisting.php:2609
6054
- msgid "Show a toggle link after this many choices. Leave blank for all"
6055
  msgstr ""
6056
 
6057
- #: add-ons/user-listing/userlisting.php:2634
6058
- msgid "Search Fields"
6059
  msgstr ""
6060
 
6061
- #: add-ons/user-listing/userlisting.php:2634
6062
- msgid "Choose the fields in which the Search Field will look in"
6063
  msgstr ""
6064
 
6065
- #: add-ons/user-listing/userlisting.php:2639
6066
- msgid "Search Settings"
6067
  msgstr ""
6068
 
6069
- #: add-ons/user-listing/userlisting.php:2711
6070
- msgid "You need to activate the Userlisting feature from within the \"Add-ons\" page!"
6071
  msgstr ""
6072
 
6073
- #: add-ons/user-listing/userlisting.php:2711
6074
- msgid "You can find it in the Profile Builder menu."
6075
  msgstr ""
6076
 
6077
- #: add-ons/user-listing/userlisting.php:2874
6078
- msgid "No results found!"
6079
  msgstr ""
6080
 
6081
- #: admin/advanced-settings/advanced-settings.php:38
6082
- msgid "Toolbox"
6083
  msgstr ""
6084
 
6085
- #: admin/advanced-settings/advanced-settings.php:69
6086
- msgid "The email address you are trying to register with is not allowed on this website."
6087
  msgstr ""
6088
 
6089
- #: admin/advanced-settings/advanced-settings.php:77
6090
- msgid "Your submission contains banned words."
6091
  msgstr ""
6092
 
6093
- #: admin/advanced-settings/advanced-settings.php:187
6094
- msgid "are"
6095
  msgstr ""
6096
 
6097
- #: admin/advanced-settings/advanced-settings.php:188
6098
- msgid "have"
6099
  msgstr ""
6100
 
6101
- #: admin/advanced-settings/advanced-settings.php:184
6102
- msgid "is"
6103
  msgstr ""
6104
 
6105
- #: admin/advanced-settings/advanced-settings.php:185
6106
- msgid "has"
6107
  msgstr ""
6108
 
6109
- #: admin/advanced-settings/advanced-settings.php:191
6110
- msgid "%1$s of the emails provided in the Admin Emails field %2$s invalid and %3$s been removed from the list"
6111
  msgstr ""
6112
 
6113
- #: assets/misc/plugin-compatibilities.php:237
6114
- msgid "Your account has to be confirmed by an administrator before you can log in."
6115
  msgstr ""
6116
 
6117
- #: features/admin-approval/admin-approval.php:27, features/admin-approval/admin-approval.php:404, features/admin-approval/admin-approval.php:388, features/admin-approval/class-admin-approval.php:472, features/admin-approval/class-admin-approval.php:545
6118
- msgid "Admin Approval"
6119
  msgstr ""
6120
 
6121
- #: features/admin-approval/admin-approval.php:41, features/email-confirmation/email-confirmation.php:60
6122
- msgid "Do you want to"
6123
  msgstr ""
6124
 
6125
- #: features/admin-approval/admin-approval.php:64, features/admin-approval/admin-approval.php:111
6126
- msgid "Your session has expired! Please refresh the page and try again."
6127
  msgstr ""
6128
 
6129
- #: features/admin-approval/admin-approval.php:102, features/admin-approval/admin-approval.php:150, features/email-confirmation/email-confirmation.php:101, features/email-confirmation/email-confirmation.php:137
6130
- msgid "You either don't have permission for that action or there was an error!"
6131
  msgstr ""
6132
 
6133
- #: features/admin-approval/admin-approval.php:97
6134
- msgid "User successfully deleted!"
6135
  msgstr ""
6136
 
6137
- #: features/admin-approval/admin-approval.php:90, features/admin-approval/admin-approval.php:402
6138
- msgid "User successfully unapproved!"
6139
  msgstr ""
6140
 
6141
- #: features/admin-approval/admin-approval.php:80, features/admin-approval/admin-approval.php:386
6142
- msgid "User successfully approved!"
6143
  msgstr ""
6144
 
6145
- #: features/admin-approval/admin-approval.php:146
6146
- msgid "Users successfully deleted!"
6147
  msgstr ""
6148
 
6149
- #: features/admin-approval/admin-approval.php:137
6150
- msgid "Users successfully unapproved!"
6151
  msgstr ""
6152
 
6153
- #: features/admin-approval/admin-approval.php:127
6154
- msgid "Users successfully approved!"
6155
  msgstr ""
6156
 
6157
- #: features/admin-approval/admin-approval.php:174
6158
- msgid "Your account on %1$s has been unapproved!"
6159
  msgstr ""
6160
 
6161
- #: features/admin-approval/admin-approval.php:175, features/admin-approval/admin-approval.php:178
6162
- msgid "unapproved"
6163
  msgstr ""
6164
 
6165
- #: features/admin-approval/admin-approval.php:177
6166
- msgid "An administrator has just unapproved your account on %1$s (%2$s)."
6167
  msgstr ""
6168
 
6169
- #: features/admin-approval/admin-approval.php:166
6170
- msgid "Your account on %1$s has been approved!"
6171
  msgstr ""
6172
 
6173
- #: features/admin-approval/admin-approval.php:167, features/admin-approval/admin-approval.php:170
6174
- msgid "approved"
6175
  msgstr ""
6176
 
6177
- #: features/admin-approval/admin-approval.php:169
6178
- msgid "An administrator has just approved your account on %1$s (%2$s)."
6179
  msgstr ""
6180
 
6181
- #: features/admin-approval/admin-approval.php:208
6182
- msgid "Your account has to be confirmed by an administrator before you can use the \"Password Recovery\" feature."
6183
  msgstr ""
6184
 
6185
- #: features/admin-approval/admin-approval.php:247
6186
- msgid "Your account has been successfully created!"
6187
  msgstr ""
6188
 
6189
- #: features/admin-approval/admin-approval.php:340
6190
- msgid "Something went wrong!"
6191
  msgstr ""
6192
 
6193
- #: features/admin-approval/admin-approval.php:342
6194
- msgid "Admin Approval Error"
6195
  msgstr ""
6196
 
6197
- #: features/admin-approval/admin-approval.php:334
6198
- msgid "User not approved!"
6199
  msgstr ""
6200
 
6201
- #: features/admin-approval/admin-approval.php:336
6202
- msgid "Admin Approval Declined"
6203
  msgstr ""
6204
 
6205
- #: features/admin-approval/admin-approval.php:311
6206
- msgid "Do you wish to unapprove the registration?"
6207
  msgstr ""
6208
 
6209
- #: features/admin-approval/admin-approval.php:309
6210
- msgid "Do you wish to approve the registration?"
6211
  msgstr ""
6212
 
6213
- #: features/admin-approval/admin-approval.php:362
6214
- msgid "The approval link is not valid! Please <a href=\"%s\"> log in </a> to approve the user manually. "
6215
  msgstr ""
6216
 
6217
- #: features/admin-approval/admin-approval.php:365
6218
- msgid "Admin Approval Unsuccessful"
6219
  msgstr ""
6220
 
6221
- #: features/admin-approval/class-admin-approval.php:116
6222
- msgid "delete this user?"
6223
  msgstr ""
6224
 
6225
- #: features/admin-approval/class-admin-approval.php:124, features/admin-approval/class-admin-approval.php:122
6226
- msgid "approve this user?"
6227
  msgstr ""
6228
 
6229
- #: features/admin-approval/class-admin-approval.php:124, features/admin-approval/class-admin-approval.php:122, features/admin-approval/class-admin-approval.php:230
6230
- msgid "Approve"
6231
  msgstr ""
6232
 
6233
- #: features/admin-approval/class-admin-approval.php:125, features/admin-approval/class-admin-approval.php:120
6234
- msgid "unapprove this user?"
6235
  msgstr ""
6236
 
6237
- #: features/admin-approval/class-admin-approval.php:125, features/admin-approval/class-admin-approval.php:120, features/admin-approval/class-admin-approval.php:231
6238
- msgid "Unapprove"
6239
  msgstr ""
6240
 
6241
- #: features/admin-approval/class-admin-approval.php:179, features/email-confirmation/class-email-confirmation.php:170
6242
- msgid "Registered"
6243
  msgstr ""
6244
 
6245
- #: features/admin-approval/class-admin-approval.php:180
6246
- msgid "User-status"
6247
  msgstr ""
6248
 
6249
- #: features/admin-approval/class-admin-approval.php:282, features/email-confirmation/class-email-confirmation.php:285
6250
- msgid "Sorry, but you don't have permission to do that!"
6251
  msgstr ""
6252
 
6253
- #: features/admin-approval/class-admin-approval.php:274
6254
- msgid "Do you want to bulk delete the selected users?"
6255
  msgstr ""
6256
 
6257
- #: features/admin-approval/class-admin-approval.php:268
6258
- msgid "Do you want to bulk unapprove the selected users?"
6259
  msgstr ""
6260
-
6261
- #: features/admin-approval/class-admin-approval.php:260
6262
- msgid "Do you want to bulk approve the selected users?"
6263
  msgstr ""
6264
 
6265
- #: features/admin-approval/class-admin-approval.php:357
6266
- msgid "Pending"
6267
  msgstr ""
6268
 
6269
- #: features/admin-approval/class-admin-approval.php:475, features/email-confirmation/class-email-confirmation.php:467
6270
- msgid "All Users"
6271
  msgstr ""
6272
 
6273
- #: features/admin-approval/class-admin-approval.php:480, features/email-confirmation/class-email-confirmation.php:473
6274
- msgid "Search Users"
6275
  msgstr ""
6276
 
6277
- #: features/admin-approval/class-admin-approval.php:531, features/email-confirmation/class-email-confirmation.php:490
6278
- msgid "Number of items per page:"
6279
  msgstr ""
6280
 
6281
- #: features/conditional-fields/conditional-fields.php:84
6282
- msgid "Conditional Logic"
6283
  msgstr ""
6284
 
6285
- #: features/conditional-fields/conditional-fields.php:85
6286
- msgid "Conditional Rules"
6287
  msgstr ""
6288
 
6289
- #: features/conditional-fields/conditional-fields.php:588
6290
- msgid "This field has conditional logic enabled."
6291
  msgstr ""
6292
 
6293
- #: features/content-restriction/class-elementor-content-restriction.php:77, features/content-restriction/content-restriction-meta-box.php:19
6294
- msgid "Profile Builder Content Restriction"
6295
  msgstr ""
6296
 
6297
- #: features/content-restriction/class-elementor-content-restriction.php:90
6298
- msgid "Restrict to logged in users"
6299
  msgstr ""
6300
 
6301
- #: features/content-restriction/class-elementor-content-restriction.php:92
6302
- msgid "Allow only logged in users to see this content."
6303
  msgstr ""
6304
 
6305
- #: features/content-restriction/class-elementor-content-restriction.php:102
6306
- msgid "Restrict to logged out users"
6307
  msgstr ""
6308
 
6309
- #: features/content-restriction/class-elementor-content-restriction.php:104
6310
- msgid "Allow only logged out users to see this content."
6311
  msgstr ""
6312
 
6313
- #: features/content-restriction/class-elementor-content-restriction.php:114
6314
- msgid "Restrict by User Roles"
6315
  msgstr ""
6316
 
6317
- #: features/content-restriction/class-elementor-content-restriction.php:129
6318
- msgid "Allow users which have the specified role to see this content."
6319
  msgstr ""
6320
 
6321
- #: features/content-restriction/class-elementor-content-restriction.php:138, features/content-restriction/content-restriction-meta-box.php:127
6322
- msgid "Restriction Messages"
6323
  msgstr ""
6324
 
6325
- #: features/content-restriction/class-elementor-content-restriction.php:146
6326
- msgid "Enable Restriction Messages"
 
 
6327
  msgstr ""
6328
 
6329
- #: features/content-restriction/class-elementor-content-restriction.php:148
6330
- msgid "Replace hidden content with the default messages from PB -> Settings -> Content Restriction, a custom message or an Elementor Template."
6331
  msgstr ""
6332
 
6333
- #: features/content-restriction/class-elementor-content-restriction.php:154, features/content-restriction/content-restriction-meta-box.php:133
6334
- msgid "Enable Custom Messages"
6335
  msgstr ""
6336
 
6337
- #: features/content-restriction/class-elementor-content-restriction.php:156
6338
- msgid "Add a custom message or template."
6339
  msgstr ""
6340
 
6341
- #: features/content-restriction/class-elementor-content-restriction.php:165
6342
- msgid "Content type"
6343
  msgstr ""
6344
 
6345
- #: features/content-restriction/class-elementor-content-restriction.php:169
6346
- msgid "Text"
6347
  msgstr ""
6348
 
6349
- #: features/content-restriction/class-elementor-content-restriction.php:173
6350
- msgid "Template"
6351
  msgstr ""
6352
 
6353
- #: features/content-restriction/class-elementor-content-restriction.php:190
6354
- msgid "Select Template"
6355
  msgstr ""
6356
 
6357
- #: features/content-restriction/content-restriction-filtering.php:219
6358
- msgid "&hellip;"
6359
  msgstr ""
6360
 
6361
- #: features/content-restriction/content-restriction-filtering.php:351
6362
- msgid "You must be logged in to view the comments."
6363
  msgstr ""
6364
 
6365
- #: features/content-restriction/content-restriction-filtering.php:349
6366
- msgid "Comments are restricted for your user role."
6367
  msgstr ""
6368
 
6369
- #: features/content-restriction/content-restriction-functions.php:47
6370
- msgid "This content is restricted for your user role."
6371
  msgstr ""
6372
 
6373
- #: features/content-restriction/content-restriction-functions.php:45
6374
- msgid "You must be logged in to view this content."
6375
  msgstr ""
6376
 
6377
- #: features/content-restriction/content-restriction-meta-box.php:33
6378
- msgid "Display Options"
6379
  msgstr ""
6380
 
6381
- #: features/content-restriction/content-restriction-meta-box.php:37, features/content-restriction/content-restriction.php:101
6382
- msgid "Message"
6383
  msgstr ""
6384
 
6385
- #: features/content-restriction/content-restriction-meta-box.php:42, features/content-restriction/content-restriction.php:96
6386
- msgid "Type of Restriction"
6387
  msgstr ""
6388
 
6389
- #: features/content-restriction/content-restriction-meta-box.php:46
6390
- msgid "Settings Default"
6391
  msgstr ""
6392
 
6393
- #: features/content-restriction/content-restriction-meta-box.php:58
6394
- msgid "Display For"
6395
  msgstr ""
6396
 
6397
- #: features/content-restriction/content-restriction-meta-box.php:89
6398
- msgid "Checking only \"Logged In Users\" will show this %s to all logged in users, regardless of user role."
6399
  msgstr ""
6400
 
6401
- #: features/content-restriction/content-restriction-meta-box.php:93
6402
- msgid "Checking any user role will show this %s only to users that have one of those user roles assigned."
6403
  msgstr ""
6404
 
6405
- #: features/content-restriction/content-restriction-meta-box.php:100
6406
- msgid "Restriction Redirect URL"
6407
  msgstr ""
6408
 
6409
- #: features/content-restriction/content-restriction-meta-box.php:106
6410
- msgid "Enable Custom Redirect URL"
6411
  msgstr ""
6412
 
6413
- #: features/content-restriction/content-restriction-meta-box.php:110
6414
- msgid "Check if you wish to add a custom redirect URL for this %s."
6415
  msgstr ""
6416
 
6417
- #: features/content-restriction/content-restriction-meta-box.php:117
6418
- msgid "Custom Redirect URL"
6419
  msgstr ""
6420
 
6421
- #: features/content-restriction/content-restriction-meta-box.php:121
6422
- msgid "Add a URL where you wish to redirect users that do not have access to this %s and try to access it directly."
6423
  msgstr ""
6424
 
6425
- #: features/content-restriction/content-restriction-meta-box.php:137
6426
- msgid "Check if you wish to add custom messages for this %s."
6427
  msgstr ""
6428
 
6429
- #: features/content-restriction/content-restriction-meta-box.php:144
6430
- msgid "Messages for logged-out users"
6431
  msgstr ""
6432
 
6433
- #: features/content-restriction/content-restriction-meta-box.php:147
6434
- msgid "Messages for logged-in users"
6435
  msgstr ""
6436
 
6437
- #: features/content-restriction/content-restriction.php:63
6438
- msgid "Content Restriction Settings"
6439
  msgstr ""
6440
 
6441
- #: features/content-restriction/content-restriction.php:85
6442
- msgid "Enable Content Restriction"
6443
  msgstr ""
6444
 
6445
- #: features/content-restriction/content-restriction.php:91
6446
- msgid "Activate Content Restriction"
6447
  msgstr ""
6448
 
6449
- #: features/content-restriction/content-restriction.php:109
6450
- msgid "If you select \"Message\", the post's content will be protected by being replaced with a custom message."
6451
  msgstr ""
6452
 
6453
- #: features/content-restriction/content-restriction.php:110
6454
- msgid "If you select \"Redirect\", the post's content will be protected by redirecting the user to the URL you specify. The redirect happens only when accessing a single post. On archive pages the restriction message will be displayed, instead of the content."
6455
  msgstr ""
6456
 
6457
- #: features/content-restriction/content-restriction.php:120
6458
- msgid "Message for logged-out users"
6459
  msgstr ""
6460
 
6461
- #: features/content-restriction/content-restriction.php:125
6462
- msgid "Message for logged-in users"
6463
  msgstr ""
6464
 
6465
- #: features/content-restriction/content-restriction.php:130
6466
- msgid "Restricted Posts Preview"
6467
  msgstr ""
6468
 
6469
- #: features/content-restriction/content-restriction.php:145
6470
- msgid "Show the first %s words of the post's content"
6471
  msgstr ""
6472
 
6473
- #: features/content-restriction/content-restriction.php:153
6474
- msgid "Show the content before the \"more\" tag"
6475
  msgstr ""
6476
 
6477
- #: features/content-restriction/content-restriction.php:157
6478
- msgid "Show a portion of the restricted post to logged-out users or users that are not allowed to see it."
6479
  msgstr ""
6480
 
6481
- #: features/email-confirmation/class-email-confirmation.php:92
6482
- msgid "show"
6483
  msgstr ""
6484
 
6485
- #: features/email-confirmation/class-email-confirmation.php:121
6486
- msgid "delete this user from the _signups table?"
6487
  msgstr ""
6488
 
6489
- #: features/email-confirmation/class-email-confirmation.php:122
6490
- msgid "confirm this email yourself?"
6491
  msgstr ""
6492
 
6493
- #: features/email-confirmation/class-email-confirmation.php:122, features/email-confirmation/class-email-confirmation.php:219
6494
- msgid "Confirm Email"
6495
  msgstr ""
6496
 
6497
- #: features/email-confirmation/class-email-confirmation.php:123
6498
- msgid "resend the activation link?"
6499
  msgstr ""
6500
 
6501
- #: features/email-confirmation/class-email-confirmation.php:123, features/email-confirmation/class-email-confirmation.php:220
6502
- msgid "Resend Activation Email"
6503
  msgstr ""
6504
 
6505
- #: features/email-confirmation/class-email-confirmation.php:281
6506
- msgid "The selected users have had their activation emails resent"
6507
  msgstr ""
6508
 
6509
- #: features/email-confirmation/class-email-confirmation.php:268
6510
- msgid "The selected users have been activated"
6511
  msgstr ""
6512
 
6513
- #: features/email-confirmation/class-email-confirmation.php:251
6514
- msgid "%s couldn't be deleted"
6515
  msgstr ""
6516
 
6517
- #: features/email-confirmation/class-email-confirmation.php:256
6518
- msgid "All users have been successfully deleted"
6519
  msgstr ""
6520
 
6521
- #: features/email-confirmation/class-email-confirmation.php:464, features/email-confirmation/class-email-confirmation.php:504, features/email-confirmation/email-confirmation.php:49
6522
- msgid "Users with Unconfirmed Email Address"
6523
  msgstr ""
6524
 
6525
- #: features/email-confirmation/email-confirmation.php:131
6526
- msgid "Email notification resent to user"
6527
  msgstr ""
6528
 
6529
- #: features/email-confirmation/email-confirmation.php:120
6530
- msgid "The selected user couldn't be deleted"
6531
  msgstr ""
6532
 
6533
- #: features/email-confirmation/email-confirmation.php:112
6534
- msgid "There was an error performing that action!"
6535
  msgstr ""
6536
 
6537
- #: features/email-confirmation/email-confirmation.php:442
6538
- msgid "[%1$s] Activate %2$s"
6539
  msgstr ""
6540
 
6541
- #: features/email-confirmation/email-confirmation.php:445
6542
- msgid "To activate your user, please click the following link:<br><br>%s%s%s<br><br>After you activate it you will receive yet *another email* with your login."
6543
  msgstr ""
6544
 
6545
- #: features/email-confirmation/email-confirmation.php:512
6546
- msgid "There was an error while trying to activate the user"
6547
  msgstr ""
6548
 
6549
- #: features/email-confirmation/email-confirmation.php:489
6550
- msgid "That username is already activated!"
6551
  msgstr ""
6552
 
6553
- #: features/email-confirmation/email-confirmation.php:563
6554
- msgid "New subscriber on %1$s.<br/><br/>Username:%2$s<br/>Email:%3$s<br/>"
6555
  msgstr ""
6556
 
6557
- #: features/email-confirmation/email-confirmation.php:614
6558
- msgid "[%1$s] Your new account information"
6559
  msgstr ""
6560
 
6561
- #: features/email-confirmation/email-confirmation.php:626
6562
- msgid "Welcome to %1$s!<br/><br/><br/>Your username is: %2$s and the password: %3$s<br/><br/>Access your account: %4$s "
6563
  msgstr ""
6564
 
6565
- #: features/email-confirmation/email-confirmation.php:624
6566
- msgid "Welcome to %1$s!<br/><br/><br/>Your username is: %2$s and your password is the one that you have selected during registration.<br/><br/>Access your account: %3$s "
6567
  msgstr ""
6568
 
6569
- #: features/email-confirmation/email-confirmation.php:679
6570
- msgid "The \"Admin Approval\" feature was activated at the time of registration, so please remember that you need to approve this user before he/she can log in!"
6571
  msgstr ""
6572
 
6573
- #: features/login-widget/login-widget.php:12
6574
- msgid "This login widget lets you add a login form in the sidebar."
6575
  msgstr ""
6576
 
6577
- #: features/login-widget/login-widget.php:17
6578
- msgid "Profile Builder Login Widget"
6579
  msgstr ""
6580
 
6581
- #: features/login-widget/login-widget.php:65
6582
- msgid "Title:"
6583
  msgstr ""
6584
 
6585
- #: features/login-widget/login-widget.php:70
6586
- msgid "After login redirect URL (optional):"
6587
  msgstr ""
6588
 
6589
- #: features/login-widget/login-widget.php:75
6590
- msgid "Register page URL (optional):"
6591
  msgstr ""
6592
 
6593
- #: features/login-widget/login-widget.php:80
6594
- msgid "Password Recovery page URL (optional):"
6595
  msgstr ""
6596
 
6597
- #: features/roles-editor/roles-editor.php:172
6598
- msgid "Your Role"
6599
  msgstr ""
6600
 
6601
- #: features/roles-editor/roles-editor.php:173
6602
- msgid "Role name is required."
6603
  msgstr ""
6604
 
6605
- #: features/roles-editor/roles-editor.php:174
6606
- msgid "No capabilities found."
6607
  msgstr ""
6608
 
6609
- #: features/roles-editor/roles-editor.php:175
6610
- msgid "Select capabilities"
6611
  msgstr ""
6612
 
6613
- #: features/roles-editor/roles-editor.php:176
6614
- msgid "Delete Permanently"
6615
  msgstr ""
6616
 
6617
- #: features/roles-editor/roles-editor.php:177
6618
- msgid ""
6619
- "This will permanently delete the capability from your site and from every user role.\n"
6620
- "\n"
6621
- "It can't be undone!"
6622
  msgstr ""
6623
 
6624
- #: features/roles-editor/roles-editor.php:178
6625
- msgid "This capability is not saved until you click Update!"
6626
  msgstr ""
6627
 
6628
- #: features/roles-editor/roles-editor.php:179
6629
- msgid "This capability is not saved until you click Publish!"
6630
  msgstr ""
6631
 
6632
- #: features/roles-editor/roles-editor.php:182, features/roles-editor/roles-editor.php:432
6633
- msgid "Add New Capability"
6634
  msgstr ""
6635
 
6636
- #: features/roles-editor/roles-editor.php:183
6637
- msgid "Capability"
6638
  msgstr ""
6639
 
6640
- #: features/roles-editor/roles-editor.php:184
6641
- msgid "You can't delete this capability from your role."
6642
  msgstr ""
6643
 
6644
- #: features/roles-editor/roles-editor.php:247, features/roles-editor/roles-editor.php:248
6645
- msgid "Add New Role"
 
 
6646
  msgstr ""
6647
 
6648
- #: features/roles-editor/roles-editor.php:249
6649
- msgid "Edit Role"
6650
  msgstr ""
6651
 
6652
- #: features/roles-editor/roles-editor.php:250
6653
- msgid "New Role"
6654
  msgstr ""
6655
 
6656
- #: features/roles-editor/roles-editor.php:252
6657
- msgid "View Role"
6658
  msgstr ""
6659
 
6660
- #: features/roles-editor/roles-editor.php:253
6661
- msgid "Search the Roles Editor"
6662
  msgstr ""
6663
 
6664
- #: features/roles-editor/roles-editor.php:254
6665
- msgid "No roles found"
6666
  msgstr ""
6667
 
6668
- #: features/roles-editor/roles-editor.php:255
6669
- msgid "No roles found in trash"
6670
  msgstr ""
6671
 
6672
- #: features/roles-editor/roles-editor.php:284
6673
- msgid "Enter role name here"
6674
  msgstr ""
6675
 
6676
- #: features/roles-editor/roles-editor.php:297, features/roles-editor/roles-editor.php:300
6677
- msgid "Role updated."
6678
  msgstr ""
6679
 
6680
- #: features/roles-editor/roles-editor.php:298
6681
- msgid "Custom field updated."
6682
  msgstr ""
6683
 
6684
- #: features/roles-editor/roles-editor.php:299
6685
- msgid "Custom field deleted."
6686
  msgstr ""
6687
 
6688
- #: features/roles-editor/roles-editor.php:301
6689
- msgid "Role restored to revision from %s"
6690
  msgstr ""
6691
 
6692
- #: features/roles-editor/roles-editor.php:302
6693
- msgid "Role created."
6694
  msgstr ""
6695
 
6696
- #: features/roles-editor/roles-editor.php:303
6697
- msgid "Role saved."
6698
  msgstr ""
6699
 
6700
- #: features/roles-editor/roles-editor.php:304
6701
- msgid "Role submitted."
6702
  msgstr ""
6703
 
6704
- #: features/roles-editor/roles-editor.php:305
6705
- msgid "Role scheduled for: <strong>%1$s</strong>"
6706
  msgstr ""
6707
 
6708
- #: features/roles-editor/roles-editor.php:305
6709
- msgid "M j, Y @ G:i"
6710
  msgstr ""
6711
 
6712
- #: features/roles-editor/roles-editor.php:306
6713
- msgid "Role draft updated."
6714
  msgstr ""
6715
 
6716
- #: features/roles-editor/roles-editor.php:365
6717
- msgid "Role Name"
6718
  msgstr ""
6719
 
6720
- #: features/roles-editor/roles-editor.php:367, features/roles-editor/roles-editor.php:524
6721
- msgid "Capabilities"
6722
  msgstr ""
6723
 
6724
- #: features/roles-editor/roles-editor.php:368, features/roles-editor/roles-editor.php:475, features/roles-editor/roles-editor.php:519
6725
- msgid "Users"
6726
  msgstr ""
6727
 
6728
- #: features/roles-editor/roles-editor.php:414
6729
- msgid "Edit Role Capabilities"
6730
  msgstr ""
6731
 
6732
- #: features/roles-editor/roles-editor.php:425
6733
- msgid "Add a new capability"
6734
  msgstr ""
6735
 
6736
- #: features/roles-editor/roles-editor.php:428
6737
- msgid "Add Capability"
6738
  msgstr ""
6739
 
6740
- #: features/roles-editor/roles-editor.php:435
6741
- msgid "Please select an existing capability or add a new one!"
6742
  msgstr ""
6743
 
6744
- #: features/roles-editor/roles-editor.php:436
6745
- msgid "You can't add a hidden capability!"
6746
  msgstr ""
6747
 
6748
- #: features/roles-editor/roles-editor.php:437
6749
- msgid "This capability already exists!"
6750
  msgstr ""
6751
 
6752
- #: features/roles-editor/roles-editor.php:443
6753
- msgid "All"
6754
  msgstr ""
6755
 
6756
- #: features/roles-editor/roles-editor.php:447
6757
- msgid "General"
6758
  msgstr ""
6759
 
6760
- #: features/roles-editor/roles-editor.php:455
6761
- msgid "Pages"
6762
  msgstr ""
6763
 
6764
- #: features/roles-editor/roles-editor.php:459
6765
- msgid "Media"
6766
  msgstr ""
6767
 
6768
- #: features/roles-editor/roles-editor.php:463
6769
- msgid "Taxonomies"
6770
  msgstr ""
6771
 
6772
- #: features/roles-editor/roles-editor.php:467
6773
- msgid "Appearance"
6774
  msgstr ""
6775
 
6776
- #: features/roles-editor/roles-editor.php:471
6777
- msgid "Plugins"
6778
  msgstr ""
6779
 
6780
- #: features/roles-editor/roles-editor.php:479
6781
- msgid "Custom"
6782
  msgstr ""
6783
 
6784
- #: features/roles-editor/roles-editor.php:883
6785
- msgid "Clone"
6786
  msgstr ""
6787
 
6788
- #: features/roles-editor/roles-editor.php:909
6789
- 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."
6790
  msgstr ""
6791
 
6792
- #: features/roles-editor/roles-editor.php:898
6793
- msgid "Change Default"
6794
  msgstr ""
6795
 
6796
- #: features/roles-editor/roles-editor.php:899
6797
- msgid "You can't delete the default role. Change it first."
6798
  msgstr ""
6799
 
6800
- #: features/roles-editor/roles-editor.php:890
6801
- msgid "You can't delete your role."
6802
  msgstr ""
6803
 
6804
- #: features/roles-editor/roles-editor.php:1126
6805
- msgid "Edit User Roles"
 
 
6806
  msgstr ""
6807
 
6808
- #: features/two-factor-authentication/class-two-factor-authentication.php:68
6809
- msgid "Valid"
6810
  msgstr ""
6811
 
6812
- #: features/two-factor-authentication/class-two-factor-authentication.php:69
6813
- msgid "Invalid"
6814
  msgstr ""
6815
 
6816
- #: features/two-factor-authentication/class-two-factor-authentication.php:109, features/two-factor-authentication/class-two-factor-authentication.php:339
6817
- msgid "Two-Factor Authentication Settings"
6818
  msgstr ""
6819
 
6820
- #: features/two-factor-authentication/class-two-factor-authentication.php:121
6821
- msgid "Enable Two-Factor Authentication"
6822
  msgstr ""
6823
 
6824
- #: features/two-factor-authentication/class-two-factor-authentication.php:128
6825
- msgid "Activate the Authenticator functionality"
6826
  msgstr ""
6827
 
6828
- #: features/two-factor-authentication/class-two-factor-authentication.php:133
6829
- msgid "Enable Authenticator for these user roles"
6830
  msgstr ""
6831
 
6832
- #: features/two-factor-authentication/class-two-factor-authentication.php:150
6833
- msgid "\"*\" - Two-Factor Authentication will be enabled for all user roles."
6834
  msgstr ""
6835
 
6836
- #: features/two-factor-authentication/class-two-factor-authentication.php:177, features/two-factor-authentication/class-two-factor-authentication.php:178
6837
- msgid "2fa_settings"
6838
  msgstr ""
6839
 
6840
- #: features/two-factor-authentication/class-two-factor-authentication.php:236, features/two-factor-authentication/class-two-factor-authentication.php:349
6841
- msgid "Relaxed Mode"
6842
  msgstr ""
6843
 
6844
- #: features/two-factor-authentication/class-two-factor-authentication.php:238, features/two-factor-authentication/class-two-factor-authentication.php:352
6845
- msgid "Allow for more time drift on your phone clock ( &#177;4 min )."
6846
  msgstr ""
6847
 
6848
- #: features/two-factor-authentication/class-two-factor-authentication.php:243
6849
- msgid "Description that you'll see in the Authenticator app."
6850
  msgstr ""
6851
 
6852
- #: features/two-factor-authentication/class-two-factor-authentication.php:246, features/two-factor-authentication/class-two-factor-authentication.php:363
6853
- msgid "Secret"
6854
  msgstr ""
6855
 
6856
- #: features/two-factor-authentication/class-two-factor-authentication.php:250
6857
- msgid "New Secret"
6858
  msgstr ""
6859
 
6860
- #: features/two-factor-authentication/class-two-factor-authentication.php:251
6861
- msgid "QR Code"
6862
  msgstr ""
6863
 
6864
- #: features/two-factor-authentication/class-two-factor-authentication.php:254, features/two-factor-authentication/class-two-factor-authentication.php:373
6865
- msgid "Scan this with the Authenticator app:"
 
 
6866
  msgstr ""
6867
 
6868
- #: features/two-factor-authentication/class-two-factor-authentication.php:258, features/two-factor-authentication/class-two-factor-authentication.php:379
6869
- msgid "Verify TOTP"
6870
  msgstr ""
6871
 
6872
- #: features/two-factor-authentication/class-two-factor-authentication.php:261, features/two-factor-authentication/class-two-factor-authentication.php:382
6873
- msgid "Check"
6874
  msgstr ""
6875
 
6876
- #: features/two-factor-authentication/class-two-factor-authentication.php:359
6877
- msgid "Description that you'll see in the Authenticator app on your phone."
6878
  msgstr ""
6879
 
6880
- #: features/two-factor-authentication/class-two-factor-authentication.php:366
6881
- msgid "Create new secret"
6882
  msgstr ""
6883
 
6884
- #: features/two-factor-authentication/class-two-factor-authentication.php:367
6885
- msgid "Show/Hide QR code"
6886
  msgstr ""
6887
 
6888
- #: features/two-factor-authentication/class-two-factor-authentication.php:435
6889
- msgid "Please verify TOTP to change Two-Factor Authentication settings"
6890
  msgstr ""
6891
 
6892
- #: features/two-factor-authentication/class-two-factor-authentication.php:570, features/two-factor-authentication/class-two-factor-authentication.php:684, features/two-factor-authentication/class-two-factor-authentication.php:688
6893
- msgid "Please enter the code from your Authenticator app."
6894
  msgstr ""
6895
 
6896
- #: features/two-factor-authentication/class-two-factor-authentication.php:574
6897
- msgid "Your Authenticator code was incorrect. Please try again."
6898
  msgstr ""
6899
 
6900
- #: features/two-factor-authentication/class-two-factor-authentication.php:712
6901
- msgid "Authenticator Code"
6902
  msgstr ""
6903
 
6904
- #: features/upgrades/upgrades-functions.php:136, features/upgrades/upgrades-functions.php:93
6905
- msgid "The usernames cannot be changed."
6906
  msgstr ""
6907
 
6908
- #: features/upgrades/upgrades.php:167
6909
- msgid "This Profile Builder add-on has been migrated to the main plugin and is no longer used. You can delete it."
6910
  msgstr ""
6911
 
6912
- #: add-ons/repeater-field/admin/repeater-manage-fields.php:210
6913
- msgid "Limit"
6914
  msgstr ""
6915
 
6916
- #: add-ons/repeater-field/admin/repeater-manage-fields.php:210
6917
- msgid "Enable limit to the number of fields to be generated by users in front end forms "
6918
  msgstr ""
6919
 
6920
- #: add-ons/repeater-field/admin/repeater-manage-fields.php:211
6921
- msgid "General Limit"
6922
  msgstr ""
6923
 
6924
- #: add-ons/repeater-field/admin/repeater-manage-fields.php:211
6925
- msgid "Default limit for this repeater group. <br>Leave 0 for unlimited."
6926
  msgstr ""
6927
 
6928
- #: add-ons/repeater-field/admin/repeater-manage-fields.php:212
6929
- msgid "Limit reached message"
6930
  msgstr ""
6931
 
6932
- #: add-ons/repeater-field/admin/repeater-manage-fields.php:212
6933
- msgid "The maximum number of fields has been reached."
6934
  msgstr ""
6935
 
6936
- #: add-ons/repeater-field/admin/repeater-manage-fields.php:212
6937
- msgid "The popup message to display when the limit of repeater groups is reached."
6938
  msgstr ""
6939
 
6940
- #: add-ons/repeater-field/admin/repeater-manage-fields.php:213
6941
- msgid "Limit per Role"
6942
  msgstr ""
6943
 
6944
- #: add-ons/repeater-field/admin/repeater-manage-fields.php:213
6945
- msgid "Leave 0 for unlimited."
6946
  msgstr ""
6947
 
6948
- #: add-ons/repeater-field/admin/repeater-manage-fields.php:214
6949
- msgid "Repeated field group"
6950
  msgstr ""
6951
 
6952
- #: add-ons/repeater-field/admin/repeater-manage-fields.php:214
6953
- msgid "Manage field or group of fields that will be repeatable."
6954
  msgstr ""
6955
 
6956
- #: add-ons/repeater-field/admin/repeater-manage-fields.php:279
6957
- msgid "Edit field group"
6958
  msgstr ""
6959
 
6960
- #: add-ons/repeater-field/admin/repeater-manage-fields.php:280
6961
- msgid "Repeatable fields saved!"
6962
  msgstr ""
6963
 
6964
- #: add-ons/repeater-field/admin/repeater-manage-fields.php:297
6965
- msgid "Please enter a unique field title."
6966
  msgstr ""
6967
 
6968
- #: add-ons/repeater-field/admin/repeater-manage-fields.php:347
6969
- msgid ""
6970
- "Please enter a unique field title.\n"
6971
- ""
6972
  msgstr ""
6973
 
6974
  #: assets/lib/wck-api/wordpress-creation-kit.php:343
@@ -7099,10 +7475,6 @@ msgstr ""
7099
  msgid "Remove"
7100
  msgstr ""
7101
 
7102
- #: front-end/extra-fields/avatar/avatar.php:86, front-end/extra-fields/checkbox/checkbox.php:45, front-end/extra-fields/colorpicker/colorpicker.php:45, front-end/extra-fields/datepicker/datepicker.php:40, front-end/extra-fields/input/input.php:30, front-end/extra-fields/input-email/input-email.php:30, front-end/extra-fields/input-hidden/input-hidden.php:34, front-end/extra-fields/input-url/input-url.php:30, front-end/extra-fields/language/language.php:34, front-end/extra-fields/map/map.php:57, front-end/extra-fields/number/number.php:30, front-end/extra-fields/phone/phone.php:39, front-end/extra-fields/radio/radio.php:44, front-end/extra-fields/select/select.php:51, front-end/extra-fields/select-cpt/select-cpt.php:59, front-end/extra-fields/select-multiple/select-multiple.php:47, front-end/extra-fields/select-timezone/select-timezone.php:49, front-end/extra-fields/select2/select2-multiple.php:88, front-end/extra-fields/select2/select2.php:74, front-end/extra-fields/textarea/textarea.php:30, front-end/extra-fields/upload/upload.php:82, front-end/extra-fields/wysiwyg/wysiwyg.php:56
7103
- msgid "required"
7104
- msgstr ""
7105
-
7106
  #: front-end/extra-fields/honeypot/honeypot.php:25
7107
  msgid "The hidden Honeypot field must be empty."
7108
  msgstr ""
@@ -7687,7 +8059,7 @@ msgstr ""
7687
  msgid "Radius"
7688
  msgstr ""
7689
 
7690
- #: assets/misc/elementor/widgets/class-pb-widget-l.php:46, assets/misc/elementor/widgets/class-pb-widget-rf-epf.php:89, assets/misc/elementor/widgets/class-pb-widget-rp.php:46
7691
  msgid "Form Settings"
7692
  msgstr ""
7693
 
@@ -7695,7 +8067,7 @@ msgstr ""
7695
  msgid "Registration"
7696
  msgstr ""
7697
 
7698
- #: 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:234, assets/misc/elementor/widgets/class-pb-widget-rf-epf.php:253
7699
  msgid "Enter URL"
7700
  msgstr ""
7701
 
@@ -7703,35 +8075,35 @@ msgstr ""
7703
  msgid "Show Authenticator Code Field"
7704
  msgstr ""
7705
 
7706
- #: assets/misc/elementor/widgets/class-pb-widget-l.php:88, assets/misc/elementor/widgets/class-pb-widget-rf-epf.php:222
7707
  msgid "Redirects"
7708
  msgstr ""
7709
 
7710
- #: assets/misc/elementor/widgets/class-pb-widget-rf-epf.php:145
7711
  msgid "Form"
7712
  msgstr ""
7713
 
7714
- #: assets/misc/elementor/widgets/class-pb-widget-rf-epf.php:164
7715
  msgid "Assigned Role"
7716
  msgstr ""
7717
 
7718
- #: assets/misc/elementor/widgets/class-pb-widget-rf-epf.php:177
7719
  msgid "Automatic Login"
7720
  msgstr ""
7721
 
7722
- #: assets/misc/elementor/widgets/class-pb-widget-rf-epf.php:211
7723
  msgid "Edit the Settings for this form %1$shere%2$s"
7724
  msgstr ""
7725
 
7726
- #: assets/misc/elementor/widgets/class-pb-widget-rf-epf.php:242
7727
  msgid "Redirect after Edit Profile"
7728
  msgstr ""
7729
 
7730
- #: assets/misc/elementor/widgets/class-pb-widget-rf-epf.php:240
7731
  msgid "Redirect after Registration"
7732
  msgstr ""
7733
 
7734
- #: assets/misc/elementor/widgets/class-pb-widget-rf-epf.php:251
7735
  msgid "Redirect after Logout"
7736
  msgstr ""
7737
 
@@ -7739,42 +8111,42 @@ msgstr ""
7739
  msgid "There are no available controls for the Password Recovery form"
7740
  msgstr ""
7741
 
7742
- #: assets/misc/elementor/widgets/class-pb-widget-ul.php:76
7743
  msgid "Listing Settings"
7744
  msgstr ""
7745
 
7746
- #: assets/misc/elementor/widgets/class-pb-widget-ul.php:105
7747
  msgid "Single"
7748
  msgstr ""
7749
 
7750
- #: assets/misc/elementor/widgets/class-pb-widget-ul.php:117
7751
  msgid "Meta Key"
7752
  msgstr ""
7753
 
7754
- #: assets/misc/elementor/widgets/class-pb-widget-ul.php:119
7755
  msgid "Enter Meta Key"
7756
  msgstr ""
7757
 
7758
- #: assets/misc/elementor/widgets/class-pb-widget-ul.php:130
7759
  msgid "Meta Value"
7760
  msgstr ""
7761
 
7762
- #: assets/misc/elementor/widgets/class-pb-widget-ul.php:132
7763
  msgid "Enter Meta Value"
7764
  msgstr ""
7765
 
7766
- #: assets/misc/elementor/widgets/class-pb-widget-ul.php:144
7767
  msgid "Include"
7768
  msgstr ""
7769
 
7770
- #: assets/misc/elementor/widgets/class-pb-widget-ul.php:146, assets/misc/elementor/widgets/class-pb-widget-ul.php:159
7771
  msgid "Enter User IDs"
7772
  msgstr ""
7773
 
7774
- #: assets/misc/elementor/widgets/class-pb-widget-ul.php:157
7775
  msgid "Exclude"
7776
  msgstr ""
7777
 
7778
- #: assets/misc/elementor/widgets/class-pb-widget-ul.php:172
7779
  msgid "Enter User ID"
7780
  msgstr ""
13
  "X-Poedit-SourceCharset: UTF-8\n"
14
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
 
16
+ #: index.php:341
17
+ msgid "To enable updates, your licence needs to be renewed. Please go to the <a href=\"%s\">Cozmoslabs Account</a> page and login to renew."
18
  msgstr ""
19
 
20
+ #: index.php:337
21
+ msgid "To enable updates, please enter your serial number on the <a href=\"%s\">Register Version</a> page. If you don't have a serial number, please see <a href=\"%s\" target=\"_blank\">details & pricing</a>."
22
  msgstr ""
23
 
24
+ #: index.php:41
25
+ msgid "%s is also activated. You need to deactivate it before activating this version of the plugin."
26
  msgstr ""
27
 
28
+ #: admin/add-ons.php:16, admin/add-ons.php:16
29
+ msgid "Add-Ons"
30
  msgstr ""
31
 
32
+ #: admin/add-ons.php:33, admin/add-ons.php:35
33
+ msgid "Profile Builder Add-ons"
34
  msgstr ""
35
 
36
+ #: admin/add-ons.php:36
37
+ msgid "You must first purchase this version to have access to the addon %1$shere%2$s"
38
  msgstr ""
39
 
40
+ #: admin/add-ons.php:40
41
+ msgid "Pro Add-ons"
42
  msgstr ""
43
 
44
+ #: admin/add-ons.php:40
45
+ msgid "These Add-ons are available with the Pro and Unlimited license"
46
  msgstr ""
47
 
48
+ #: admin/add-ons.php:45, admin/basic-info.php:180
49
+ msgid "Multiple Registration Forms"
50
  msgstr ""
51
 
52
+ #: admin/add-ons.php:46
53
+ msgid "Set up multiple registration forms with different fields for certain user roles. Helps capture different information from different types of users."
54
  msgstr ""
55
 
56
+ #: admin/add-ons.php:52
57
+ msgid "Multiple Edit Profile Forms"
58
  msgstr ""
59
 
60
+ #: admin/add-ons.php:53, admin/basic-info.php:185
61
+ msgid "Allow different user roles to edit their specific information. Set up multiple edit-profile forms with different fields for certain user roles."
62
  msgstr ""
63
 
64
+ #: admin/add-ons.php:59, admin/basic-info.php:162, add-ons/user-listing/userlisting.php:11, add-ons/user-listing/userlisting.php:12, add-ons/user-listing/userlisting.php:17, add-ons/user-listing/userlisting.php:23, assets/misc/elementor/widgets/class-pb-widget-ul.php:58, assets/misc/elementor/widgets/class-pb-widget-ul.php:97
65
+ msgid "User Listing"
66
  msgstr ""
67
 
68
+ #: admin/add-ons.php:60
69
+ msgid "Easy to edit templates for listing your users as well as creating single user pages."
70
  msgstr ""
71
 
72
+ #: admin/add-ons.php:66, admin/basic-info.php:170, admin/general-settings.php:36
73
+ msgid "Email Customizer"
74
  msgstr ""
75
 
76
+ #: admin/add-ons.php:67
77
+ msgid "Simple to use customization of the WordPress Registration Emails"
78
  msgstr ""
79
 
80
+ #: admin/add-ons.php:73, admin/basic-info.php:174, add-ons/custom-redirects/custom_redirects_admin.php:33, add-ons/custom-redirects/custom_redirects_admin.php:34
81
+ msgid "Custom Redirects"
82
  msgstr ""
83
 
84
+ #: admin/add-ons.php:74
85
+ msgid "Redirect users after login, after they first register or when they try to access the default WordPress dashboard, login, lost password and registration forms."
86
  msgstr ""
87
 
88
+ #: admin/add-ons.php:80, admin/basic-info.php:188
89
+ msgid "Repeater Fields"
90
  msgstr ""
91
 
92
+ #: admin/add-ons.php:81
93
+ msgid "The Repeater Field Module makes it really easy to add repeater front-end fields or groups of fields to your user profile. Integration with both the Email Customizer and User Listing modules, makes creating advanced user profiles possible."
94
  msgstr ""
95
 
96
+ #: admin/add-ons.php:87, add-ons-advanced/buddypress/includes/buddypress-page.php:26, add-ons-advanced/buddypress/includes/buddypress-page.php:26
97
+ msgid "BuddyPress"
98
  msgstr ""
99
 
100
+ #: admin/add-ons.php:88
101
+ msgid "This integration add-on allows extending BuddyPress user profiles with Profile Builder user fields."
102
  msgstr ""
103
 
104
+ #: admin/add-ons.php:97
105
+ msgid "Advanced Add-ons"
106
  msgstr ""
107
 
108
+ #: admin/add-ons.php:97
109
+ msgid "These Add-ons are available with the Basic, Pro and Unlimited license"
110
  msgstr ""
111
 
112
+ #: admin/add-ons.php:102, add-ons-advanced/social-connect/index.php:206, add-ons-advanced/social-connect/index.php:207, add-ons-advanced/social-connect/index.php:315, add-ons-advanced/social-connect/index.php:319
113
+ msgid "Social Connect"
114
  msgstr ""
115
 
116
+ #: admin/add-ons.php:103
117
+ msgid "Easily configure and enable social login on your website. Users can login with social platforms like Facebook, Google+ or Twitter."
118
  msgstr ""
119
 
120
+ #: admin/add-ons.php:110, add-ons-advanced/woocommerce/woosync-page.php:23, add-ons-advanced/woocommerce/woosync-page.php:23, add-ons-advanced/woocommerce/woosync-page.php:70
121
+ msgid "WooCommerce Sync"
122
  msgstr ""
123
 
124
+ #: admin/add-ons.php:111
125
+ msgid "Syncs Profile Builder with WooCommerce, allowing you to manage the user Shipping and Billing fields from WooCommerce with Profile Builder."
126
  msgstr ""
127
 
128
+ #: admin/add-ons.php:118
129
+ msgid "Multi Step Forms"
130
  msgstr ""
131
 
132
+ #: admin/add-ons.php:119
133
+ msgid "Extends the functionality of Profile Builder by adding the possibility of having multi-page registration and edit-profile forms."
134
  msgstr ""
135
 
136
+ #: admin/add-ons.php:126, add-ons-advanced/mailchimp-integration/admin/mailchimp-page.php:11, add-ons-advanced/mailchimp-integration/admin/mailchimp-page.php:11
137
+ msgid "MailChimp"
138
  msgstr ""
139
 
140
+ #: admin/add-ons.php:127
141
+ msgid "Easily associate MailChimp list fields with Profile Builder fields and set advanced settings for each list."
142
  msgstr ""
143
 
144
+ #: admin/add-ons.php:134, add-ons-advanced/bbpress/bbpress-page.php:24, add-ons-advanced/bbpress/bbpress-page.php:24
145
+ msgid "bbPress"
146
  msgstr ""
147
 
148
+ #: admin/add-ons.php:135
149
+ msgid "This add-on allows you to integrate Profile Builder with the popular forums plugin, bbPress."
150
  msgstr ""
151
 
152
+ #: admin/add-ons.php:142, add-ons-advanced/campaign-monitor/admin/cmonitor-page.php:11, add-ons-advanced/campaign-monitor/admin/cmonitor-page.php:11, add-ons-advanced/campaign-monitor/admin/manage-fields.php:46
153
+ msgid "Campaign Monitor"
154
  msgstr ""
155
 
156
+ #: admin/add-ons.php:143
157
+ msgid "Easily associate Campaign Monitor client list fields with Profile Builder fields. Use Profile Builder Campaign Monitor Widget to add more subscribers to your lists."
158
  msgstr ""
159
 
160
+ #: admin/add-ons.php:150
161
+ msgid "Field Visibility"
162
  msgstr ""
163
 
164
+ #: admin/add-ons.php:151
165
+ msgid "Extends the functionality of Profile Builder by allowing you to change visibility options for the extra fields."
166
  msgstr ""
167
 
168
+ #: admin/add-ons.php:158
169
+ msgid "Edit Profile Approved by Admin"
170
  msgstr ""
171
 
172
+ #: admin/add-ons.php:159
173
+ msgid "Extends the functionality of Profile Builder by allowing administrators to approve profile changes made by users on individual fields."
174
  msgstr ""
175
 
176
+ #: admin/add-ons.php:166
177
+ msgid "Custom Profile Menus"
178
  msgstr ""
179
 
180
+ #: admin/add-ons.php:167
181
+ msgid "Add custom menu items like Login/Logout or just Logout button and Login/Register/Edit Profile in iFrame Popup."
182
  msgstr ""
183
 
184
+ #: admin/add-ons.php:174
185
+ msgid "MailPoet"
186
  msgstr ""
187
 
188
+ #: admin/add-ons.php:175
189
+ msgid "Allow users to subscribe to your MailPoet lists directly from the Register and Edit Profile forms."
190
  msgstr ""
191
 
192
+ #: admin/add-ons.php:184
193
+ msgid "Free Add-ons"
194
  msgstr ""
195
 
196
+ #: admin/add-ons.php:184
197
+ msgid "These Add-ons are available in all versions of Profile Builder"
198
  msgstr ""
199
 
200
+ #: admin/add-ons.php:189, add-ons-free/import-export/import-export.php:14, add-ons-free/import-export/import-export.php:14, add-ons-free/import-export/import-export.php:48
201
+ msgid "Import and Export"
202
  msgstr ""
203
 
204
+ #: admin/add-ons.php:190
205
+ msgid "With the help of this add-on you will be able to export all Profile Builder Settings data to a .json. You can then use this file as a back-up or you can import this data on another instance of Profile Builder."
206
  msgstr ""
207
 
208
+ #: admin/add-ons.php:197
209
+ msgid "Custom CSS Classes on Fields"
210
  msgstr ""
211
 
212
+ #: admin/add-ons.php:198
213
+ msgid "This add-on extends the functionality of Profile Builder by allowing you to add custom css classes for fields."
214
  msgstr ""
215
 
216
+ #: admin/add-ons.php:205, add-ons-free/maximum-character-length/maximum-character-length.php:28
217
+ msgid "Maximum Character Length"
218
  msgstr ""
219
 
220
+ #: admin/add-ons.php:206
221
+ msgid "Using this addon you can limit the maximum number of characters a user can type in a field added and managed with Profile Builder."
222
  msgstr ""
223
 
224
+ #: admin/add-ons.php:221, add-ons-free/labels-edit/labels-edit.php:196, add-ons-free/labels-edit/labels-edit.php:197
225
+ msgid "Labels Edit"
226
  msgstr ""
227
 
228
+ #: admin/add-ons.php:222
229
+ msgid "This add-on extends the functionality of our plugin and let us easily edit all Profile Builder labels."
230
  msgstr ""
231
 
232
+ #: admin/add-ons.php:253
233
+ msgid "GDPR Communication Preferences"
234
  msgstr ""
235
 
236
+ #: admin/add-ons.php:254
237
+ msgid "This add-on plugin adds a GDPR Communication preferences field to Profile Builder."
238
  msgstr ""
239
 
240
+ #: admin/add-ons.php:265
241
+ msgid "Recommended Plugins"
242
  msgstr ""
243
 
244
+ #: admin/add-ons.php:265
245
+ msgid "These plugins are compatible with all versions of Profile Builder"
246
  msgstr ""
247
 
248
+ #: admin/add-ons.php:270
249
+ msgid "TranslatePress"
250
  msgstr ""
251
 
252
+ #: admin/add-ons.php:271
253
+ msgid "Translate your Profile Builder forms with a WordPress translation plugin that anyone can use. It offers a simpler way to translate WordPress sites, with full support for WooCommerce and site builders."
254
  msgstr ""
255
 
256
+ #: admin/add-ons.php:278
257
+ msgid "Paid Member Subscriptions"
258
  msgstr ""
259
 
260
+ #: admin/add-ons.php:279
261
+ msgid "Accept user payments, create subscription plans and restrict content on your membership site."
262
  msgstr ""
263
 
264
+ #: admin/add-ons.php:286
265
+ msgid "Client Portal"
266
  msgstr ""
267
 
268
+ #: admin/add-ons.php:287
269
+ msgid "Create private pages for your website users that only an administrator can edit."
270
  msgstr ""
271
 
272
+ #: admin/add-ons.php:294
273
+ msgid "Custom Login Page Templates"
274
  msgstr ""
275
 
276
+ #: admin/add-ons.php:295
277
+ msgid "Customizes the default WordPress Login Page with different templates, logo and background uploads and also adds support for custom CSS."
278
  msgstr ""
279
 
280
+ #: admin/add-ons.php:302
281
+ msgid "Passwordless Login"
282
  msgstr ""
283
 
284
+ #: admin/add-ons.php:303
285
+ msgid "WordPress Passwordless Login is a plugin that allows your users to login without a password."
286
  msgstr ""
287
 
288
+ #: admin/add-ons.php:419
289
+ msgid "%1$sAdd-ons settings saved successfully%2$s"
290
  msgstr ""
291
 
292
+ #: admin/admin-bar.php:11
293
+ msgid "Show/Hide the Admin Bar on the Front-End"
294
  msgstr ""
295
 
296
+ #: admin/admin-bar.php:11, admin/admin-bar.php:48
297
+ msgid "Admin Bar Settings"
298
  msgstr ""
299
 
300
+ #: admin/admin-bar.php:54
301
+ msgid "Choose which user roles view the admin bar in the front-end of the website."
302
  msgstr ""
303
 
304
+ #: admin/admin-bar.php:63
305
+ msgid "User-Role"
306
  msgstr ""
307
 
308
+ #: admin/admin-bar.php:64, add-ons-advanced/field-visibility/index.php:167
309
+ msgid "Visibility"
310
  msgstr ""
311
 
312
+ #: admin/admin-bar.php:79, admin/manage-fields.php:36, add-ons/multiple-forms/edit-profile-forms.php:206, add-ons/multiple-forms/register-forms.php:230, assets/misc/elementor/widgets/class-pb-widget-rf-epf.php:101
313
+ msgid "Default"
314
  msgstr ""
315
 
316
+ #: admin/admin-bar.php:80
317
+ msgid "Show"
318
  msgstr ""
319
 
320
+ #: admin/admin-bar.php:81, add-ons/user-listing/userlisting.php:1782
321
+ msgid "Hide"
322
  msgstr ""
323
 
324
+ #: admin/admin-bar.php:92, admin/general-settings.php:348, admin/private-website.php:162, admin/register-version.php:95, features/functions.php:1045, add-ons-advanced/woocommerce/woosync-page.php:149, features/content-restriction/content-restriction.php:162, features/two-factor-authentication/class-two-factor-authentication.php:156, assets/lib/class-mustache-templates/class-mustache-templates.php:392, assets/lib/wck-api/wordpress-creation-kit.php:405, admin/advanced-settings/includes/views/view-admin.php:112, admin/advanced-settings/includes/views/view-fields.php:309, admin/advanced-settings/includes/views/view-forms.php:407, admin/advanced-settings/includes/views/view-shortcodes.php:77, admin/advanced-settings/includes/views/view-userlisting.php:91
325
+ msgid "Save Changes"
326
  msgstr ""
327
 
328
+ #: admin/admin-functions.php:38
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:901
333
+ msgid "General Settings"
334
  msgstr ""
335
 
336
+ #: admin/admin-functions.php:42
337
+ msgid "Display name publicly as - only appears on the Edit Profile page!"
338
  msgstr ""
339
 
340
+ #: admin/admin-functions.php:45
341
+ msgid "Blog Details - only appears on the Registration page!"
342
  msgstr ""
343
 
344
+ #: admin/admin-functions.php:134
345
+ msgid "<strong>ERROR</strong>: The password must have the minimum length of %s characters"
346
  msgstr ""
347
 
348
+ #: admin/admin-functions.php:139, admin/general-settings.php:334
349
+ msgid "Very weak"
350
  msgstr ""
351
 
352
+ #: admin/admin-functions.php:139, admin/general-settings.php:335, features/functions.php:788, features/functions.php:812
353
+ msgid "Weak"
354
  msgstr ""
355
 
356
+ #: admin/admin-functions.php:139, admin/general-settings.php:336, features/functions.php:788, features/functions.php:812
357
+ msgid "Medium"
358
  msgstr ""
359
 
360
+ #: admin/admin-functions.php:139, admin/general-settings.php:337, features/functions.php:788, features/functions.php:812
361
+ msgid "Strong"
362
  msgstr ""
363
 
364
+ #: admin/admin-functions.php:150
365
+ msgid "<strong>ERROR</strong>: The password must have a minimum strength of %s"
366
  msgstr ""
367
 
368
+ #: admin/admin-functions.php:191
369
+ msgid "Save Settings"
370
  msgstr ""
371
 
372
+ #: admin/admin-functions.php:189
373
+ msgid "Add Field"
374
  msgstr ""
375
 
376
+ #: admin/admin-functions.php:212, admin/general-settings.php:114, admin/general-settings.php:114, add-ons-advanced/social-connect/index.php:260
377
+ msgid "Settings"
378
  msgstr ""
379
 
380
+ #: admin/admin-functions.php:226
381
+ msgid "View Profile Builder documentation"
382
  msgstr ""
383
 
384
+ #: admin/admin-functions.php:226
385
+ msgid "Docs"
386
  msgstr ""
387
 
388
+ #: admin/admin-functions.php:245
389
+ msgid "All the free add-ons have been migrated to the main plugin. Their old individual plugins have been disabled and you can delete them from your site if you were using them: <ul><li>Profile Builder - Custom CSS Classes on fields</li><li>Profile Builder - Customization Toolbox Add-On</li><li>Profile Builder - Email Confirmation Field</li><li>Profile Builder - GDPR Communication Preferences</li><li>Profile Builder - Import and Export Add-On</li><li>Profile Builder - Labels Edit Add-On</li><li>Profile Builder - Maximum Character Length Add-On</li><li>Profile Builder - Multiple Admin E-mails Add-On</li><li>Profile Builder - Placeholder Labels Add-On</li></ul>"
390
  msgstr ""
391
 
392
+ #: admin/admin-functions.php:247, admin/admin-functions.php:259
393
+ msgid "See details"
394
  msgstr ""
395
 
396
+ #: admin/admin-functions.php:248, admin/admin-functions.php:260, admin/review.php:94
397
+ msgid "Dismiss this notice."
398
  msgstr ""
399
 
400
+ #: admin/admin-functions.php:257
401
+ msgid "You can now style %s forms from the %s interface. To get started, add a form widget to a page through %s and go to the <strong>Style</strong> tab."
402
  msgstr ""
403
 
404
+ #: admin/basic-info.php:11, admin/basic-info.php:11
405
+ msgid "Basic Information"
406
  msgstr ""
407
 
408
+ #: admin/basic-info.php:32
409
+ msgid "Version %s"
410
  msgstr ""
411
 
412
+ #: admin/basic-info.php:33
413
+ msgid "<strong>Profile Builder </strong> %s"
414
  msgstr ""
415
 
416
+ #: admin/basic-info.php:34
417
+ msgid "The best way to add front-end registration, edit profile and login forms."
418
  msgstr ""
419
 
420
+ #: admin/basic-info.php:47
421
+ msgid "You can see all the pages with Profile Builder form shortcodes here:"
422
  msgstr ""
423
 
424
+ #: admin/basic-info.php:48
425
+ msgid "View Form Pages"
426
  msgstr ""
427
 
428
+ #: admin/basic-info.php:42
429
+ msgid "Speed up the setup process by automatically creating the form pages:"
430
  msgstr ""
431
 
432
+ #: admin/basic-info.php:43
433
+ msgid "Create Form Pages"
434
  msgstr ""
435
 
436
+ #: admin/basic-info.php:54
437
+ msgid "Login Form"
438
  msgstr ""
439
 
440
+ #: admin/basic-info.php:55
441
+ msgid "Friction-less login using %s shortcode or a widget."
442
  msgstr ""
443
 
444
+ #: admin/basic-info.php:58, add-ons/multiple-forms/register-forms.php:11, add-ons/multiple-forms/register-forms.php:12
445
+ msgid "Registration Form"
446
  msgstr ""
447
 
448
+ #: admin/basic-info.php:59
449
+ msgid "Beautiful registration forms fully customizable using the %s shortcode."
450
  msgstr ""
451
 
452
+ #: admin/basic-info.php:62
453
+ msgid "Edit Profile Form"
454
  msgstr ""
455
 
456
+ #: admin/basic-info.php:63
457
+ msgid "Straight forward edit profile forms using %s shortcode."
458
  msgstr ""
459
 
460
+ #: admin/basic-info.php:69
461
+ msgid "Extra Features"
462
  msgstr ""
463
 
464
+ #: admin/basic-info.php:70
465
+ msgid "Features that give you more control over your users, increased security and help you fight user registration spam."
466
  msgstr ""
467
 
468
+ #: admin/basic-info.php:71
469
+ msgid "Enable extra features"
470
  msgstr ""
471
 
472
+ #: admin/basic-info.php:75, assets/misc/elementor/widgets/class-pb-widget-l.php:63, assets/misc/elementor/widgets/class-pb-widget-rp.php:26
473
+ msgid "Recover Password"
474
  msgstr ""
475
 
476
+ #: admin/basic-info.php:76
477
+ msgid "Allow users to recover their password in the front-end using the %s."
478
  msgstr ""
479
 
480
+ #: admin/basic-info.php:79
481
+ msgid "Admin Approval (*)"
482
  msgstr ""
483
 
484
+ #: admin/basic-info.php:80
485
+ msgid "You decide who is a user on your website. Get notified via email or approve multiple users at once from the WordPress UI."
486
  msgstr ""
487
 
488
+ #: admin/basic-info.php:83
489
+ msgid "Email Confirmation"
490
  msgstr ""
491
 
492
+ #: admin/basic-info.php:84
493
+ msgid "Make sure users sign up with genuine emails. On registration users will receive a notification to confirm their email address."
494
  msgstr ""
495
 
496
+ #: admin/basic-info.php:87, admin/general-settings.php:13, features/content-restriction/content-restriction.php:27, features/content-restriction/content-restriction.php:27
497
+ msgid "Content Restriction"
498
  msgstr ""
499
 
500
+ #: admin/basic-info.php:88
501
+ msgid "Restrict users from accessing certain pages, posts or custom post types based on user role or logged-in status."
502
  msgstr ""
503
 
504
+ #: admin/basic-info.php:91
505
+ msgid "Minimum Password Length and Strength Meter"
506
  msgstr ""
507
 
508
+ #: admin/basic-info.php:92
509
+ msgid "Eliminate weak passwords altogether by setting a minimum password length and enforcing a certain password strength."
510
  msgstr ""
511
 
512
+ #: admin/basic-info.php:95
513
+ msgid "Login with Email or Username"
514
  msgstr ""
515
 
516
+ #: admin/basic-info.php:96
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:245, features/roles-editor/roles-editor.php:246, features/roles-editor/roles-editor.php:251, features/roles-editor/roles-editor.php:258
521
+ msgid "Roles Editor"
522
  msgstr ""
523
 
524
+ #: admin/basic-info.php:100
525
+ msgid "Add, remove, clone and edit roles and also capabilities for these roles."
526
  msgstr ""
527
 
528
+ #: admin/basic-info.php:113
529
+ msgid "Customize Your Forms The Way You Want (*)"
530
  msgstr ""
531
 
532
+ #: admin/basic-info.php:114
533
+ msgid "With Extra Profile Fields you can create the exact registration form your project needs."
534
  msgstr ""
535
 
536
+ #: admin/basic-info.php:118
537
+ msgid "Get started with extra fields"
538
  msgstr ""
539
 
540
+ #: admin/basic-info.php:116
541
+ msgid "Extra Profile Fields are available in Hobbyist or PRO versions"
542
  msgstr ""
543
 
544
+ #: admin/basic-info.php:121
545
+ msgid "Avatar Upload"
546
  msgstr ""
547
 
548
+ #: admin/basic-info.php:122
549
+ msgid "Generic Uploads"
550
  msgstr ""
551
 
552
+ #: admin/basic-info.php:123
553
+ msgid "Agree To Terms Checkbox"
554
  msgstr ""
555
 
556
+ #: admin/basic-info.php:124
557
+ msgid "Datepicker"
558
  msgstr ""
559
 
560
+ #: admin/basic-info.php:125
561
+ msgid "Timepicker"
562
  msgstr ""
563
 
564
+ #: admin/basic-info.php:126
565
+ msgid "Colorpicker"
566
  msgstr ""
567
 
568
+ #: admin/basic-info.php:127
569
+ msgid "reCAPTCHA"
570
  msgstr ""
571
 
572
+ #: admin/basic-info.php:128
573
+ msgid "Country Select"
574
  msgstr ""
575
 
576
+ #: admin/basic-info.php:129
577
+ msgid "Currency Select"
578
  msgstr ""
579
 
580
+ #: admin/basic-info.php:130
581
+ msgid "Timezone Select"
582
  msgstr ""
583
 
584
+ #: admin/basic-info.php:134
585
+ msgid "Input / Hidden Input"
586
  msgstr ""
587
 
588
+ #: admin/basic-info.php:135
589
+ msgid "Number"
590
  msgstr ""
591
 
592
+ #: admin/basic-info.php:136
593
+ msgid "Checkbox"
594
  msgstr ""
595
 
596
+ #: admin/basic-info.php:137
597
+ msgid "Select"
598
  msgstr ""
599
 
600
+ #: admin/basic-info.php:138
601
+ msgid "Radio Buttons"
602
  msgstr ""
603
 
604
+ #: admin/basic-info.php:139
605
+ msgid "Textarea"
606
  msgstr ""
607
 
608
+ #: admin/basic-info.php:140
609
+ msgid "Validation"
610
  msgstr ""
611
 
612
+ #: admin/basic-info.php:141
613
+ msgid "Map"
614
  msgstr ""
615
 
616
+ #: admin/basic-info.php:142
617
+ msgid "HTML"
618
  msgstr ""
619
 
620
+ #: admin/basic-info.php:151
621
+ msgid "Powerful Add-ons (**)"
622
  msgstr ""
623
 
624
+ #: admin/basic-info.php:152
625
+ msgid "Everything you will need to manage your users is probably already available using the Pro Add-ons."
626
  msgstr ""
627
 
628
+ #: admin/basic-info.php:154
629
+ msgid "Enable your add-ons"
630
  msgstr ""
631
 
632
+ #: admin/basic-info.php:157
633
+ msgid "Find out more about PRO Modules"
634
  msgstr ""
635
 
636
+ #: admin/basic-info.php:166
637
+ msgid "To create a page containing the users registered to this current site/blog, insert the following shortcode in a page of your chosing: %s."
638
  msgstr ""
639
 
640
+ #: admin/basic-info.php:164
641
+ msgid "Easy to edit templates for listing your website users as well as creating single user pages. Shortcode based, offering many options to customize your listings."
642
  msgstr ""
643
 
644
+ #: admin/basic-info.php:171
645
+ msgid "Personalize all emails sent to your users or admins. On registration, email confirmation, admin approval / un-approval."
646
  msgstr ""
647
 
648
+ #: admin/basic-info.php:175
649
+ msgid "Keep your users out of the WordPress dashboard, redirect them to the front-page after login or registration, everything is just a few clicks away."
650
  msgstr ""
651
 
652
+ #: admin/basic-info.php:181
653
+ msgid "Set up multiple registration forms with different fields for certain user roles. Capture different information from different types of users."
654
  msgstr ""
655
 
656
+ #: admin/basic-info.php:184
657
+ msgid "Multiple Edit-profile Forms"
658
  msgstr ""
659
 
660
+ #: admin/basic-info.php:189
661
+ msgid "Set up a repeating group of fields on register and edit profile forms. Limit the number of repeated groups for each user role."
662
  msgstr ""
663
 
664
+ #: admin/basic-info.php:225
665
+ msgid " * only available in the %1$sHobbyist and Pro versions%2$s."
666
  msgstr ""
667
 
668
+ #: admin/basic-info.php:226
669
+ msgid "** only available in the %1$sPro version%2$s."
670
  msgstr ""
671
 
672
+ #: admin/feedback.php:25
673
+ msgid "Quick Feedback"
674
  msgstr ""
675
 
676
+ #: admin/feedback.php:26
677
+ msgid "Because we care about our clients, please leave us feedback on why you are no longer using our plugin."
678
  msgstr ""
679
 
680
+ #: admin/feedback.php:32
681
+ msgid "Lacking certain features"
682
  msgstr ""
683
 
684
+ #: admin/feedback.php:33
685
+ msgid "What feature would you like to see?"
686
  msgstr ""
687
 
688
+ #: admin/feedback.php:37
689
+ msgid "Hard to use"
690
  msgstr ""
691
 
692
+ #: admin/feedback.php:38
693
+ msgid "How can we improve our user experience ?"
694
  msgstr ""
695
 
696
+ #: admin/feedback.php:42
697
+ msgid "Unsatisfactory support"
698
  msgstr ""
699
 
700
+ #: admin/feedback.php:43
701
+ msgid "Give us another try! Open a support ticket <a href='https://www.cozmoslabs.com/support/open-ticket/' target='_blank'>here</a>"
702
  msgstr ""
703
 
704
+ #: admin/feedback.php:47, admin/manage-fields.php:65
705
+ msgid "Other"
706
  msgstr ""
707
 
708
+ #: admin/feedback.php:48
709
+ msgid "Please tell us more"
710
  msgstr ""
711
 
712
+ #: admin/feedback.php:52
713
+ msgid "Poor Documentation"
714
  msgstr ""
715
 
716
+ #: admin/feedback.php:53
717
+ msgid "Tell us what you couldn't find"
718
  msgstr ""
719
 
720
+ #: admin/feedback.php:58
721
+ msgid "Submit & Deactivate"
722
  msgstr ""
723
 
724
+ #: admin/feedback.php:61
725
+ msgid "Skip and Deactivate"
726
  msgstr ""
727
 
728
+ #: admin/feedback.php:165
729
+ msgid "Submit and Deactivate"
730
  msgstr ""
731
 
732
+ #: admin/general-settings.php:12
733
+ msgid "Admin Bar"
734
  msgstr ""
735
 
736
+ #: admin/general-settings.php:14, admin/private-website.php:11, admin/private-website.php:11
737
+ msgid "Private Website"
738
  msgstr ""
739
 
740
+ #: admin/general-settings.php:15, admin/advanced-settings/advanced-settings.php:38, admin/advanced-settings/advanced-settings.php:48
741
+ msgid "Advanced Settings"
742
  msgstr ""
743
 
744
+ #: admin/general-settings.php:19, admin/advanced-settings/advanced-settings.php:19
745
+ msgid "Forms"
746
  msgstr ""
747
 
748
+ #: admin/general-settings.php:20, admin/advanced-settings/advanced-settings.php:20
749
+ msgid "Fields"
750
  msgstr ""
751
 
752
+ #: admin/general-settings.php:23, admin/advanced-settings/advanced-settings.php:21
753
+ msgid "Userlisting"
754
  msgstr ""
755
 
756
+ #: admin/general-settings.php:25, admin/advanced-settings/advanced-settings.php:22
757
+ msgid "Shortcodes"
758
  msgstr ""
759
 
760
+ #: admin/general-settings.php:26, admin/advanced-settings/advanced-settings.php:23
761
+ msgid "Admin"
762
  msgstr ""
763
 
764
+ #: admin/general-settings.php:30, features/two-factor-authentication/class-two-factor-authentication.php:78, features/two-factor-authentication/class-two-factor-authentication.php:78, features/two-factor-authentication/class-two-factor-authentication.php:175, features/two-factor-authentication/class-two-factor-authentication.php:176, features/two-factor-authentication/class-two-factor-authentication.php:229
765
+ msgid "Two-Factor Authentication"
766
  msgstr ""
767
 
768
+ #: admin/general-settings.php:37
769
+ msgid "User Emails"
770
  msgstr ""
771
 
772
+ #: admin/general-settings.php:38
773
+ msgid "Administrator Emails"
774
  msgstr ""
775
 
776
+ #: admin/general-settings.php:135
777
+ msgid "Profile Builder Settings"
778
  msgstr ""
779
 
780
+ #: admin/general-settings.php:148
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:2573, add-ons-advanced/bbpress/bbpress-page.php:157, 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:182, assets/misc/elementor/widgets/class-pb-widget-ul.php:109
785
+ msgid "Yes"
786
  msgstr ""
787
 
788
+ #: admin/general-settings.php:153
789
+ msgid "You can find the default file here: %1$s"
790
  msgstr ""
791
 
792
+ #: admin/general-settings.php:160
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:156, 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:183, assets/misc/elementor/widgets/class-pb-widget-ul.php:110
797
+ msgid "No"
798
  msgstr ""
799
 
800
+ #: admin/general-settings.php:168
801
+ msgid "Select \"Yes\" to automatically log in new users after successful registration."
802
  msgstr ""
803
 
804
+ #: admin/general-settings.php:175
805
+ msgid "\"Email Confirmation\" Activated:"
806
  msgstr ""
807
 
808
+ #: admin/general-settings.php:183
809
+ msgid "This works with front-end forms only. Recommended to redirect WP default registration to a Profile Builder one using \"Custom Redirects\" module."
810
  msgstr ""
811
 
812
+ #: admin/general-settings.php:185
813
+ msgid "You can find a list of unconfirmed email addresses %1$sUsers > All Users > Email Confirmation%2$s."
814
  msgstr ""
815
 
816
+ #: admin/general-settings.php:193
817
+ msgid "\"Email Confirmation\" Landing Page:"
818
  msgstr ""
819
 
820
+ #: admin/general-settings.php:198
821
+ msgid "Existing Pages"
822
  msgstr ""
823
 
824
+ #: admin/general-settings.php:213
825
+ msgid "Specify the page where the users will be directed when confirming the email account. This page can differ from the register page(s) and can be changed at any time. If none selected, a simple confirmation page will be displayed for the user."
826
  msgstr ""
827
 
828
+ #: admin/general-settings.php:224
829
+ msgid "\"Admin Approval\" Activated:"
830
  msgstr ""
831
 
832
+ #: admin/general-settings.php:232
833
+ msgid "You can find a list of users at %1$sUsers > All Users > Admin Approval%2$s."
834
  msgstr ""
835
 
836
+ #: admin/general-settings.php:239
837
+ msgid "\"Admin Approval\" on User Role:"
838
  msgstr ""
839
 
840
+ #: admin/general-settings.php:258
841
+ msgid "Select on what user roles to activate Admin Approval."
842
  msgstr ""
843
 
844
+ #: admin/general-settings.php:270
845
+ msgid "\"Roles Editor\" Activated:"
846
  msgstr ""
847
 
848
+ #: admin/general-settings.php:278
849
+ msgid "You can add / edit user roles at %1$sUsers > Roles Editor%2$s."
850
  msgstr ""
851
 
852
+ #: admin/general-settings.php:289
853
+ 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$sHobbyist or PRO versions%2$s."
858
  msgstr ""
859
 
860
+ #: admin/general-settings.php:299
861
+ msgid "Allow Users to Log in With:"
862
  msgstr ""
863
 
864
+ #: admin/general-settings.php:303
865
+ msgid "Username and Email"
866
  msgstr ""
867
 
868
+ #: admin/general-settings.php:304, admin/manage-fields.php:333, front-end/login.php:339, front-end/login.php:353, front-end/login.php:537, add-ons/custom-redirects/custom_redirects_admin.php:60, 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:2526, 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
 
872
+ #: admin/general-settings.php:305, front-end/login.php:534, front-end/recover.php:118, add-ons/email-customizer/email-customizer.php:29, add-ons/user-listing/userlisting.php:119, add-ons/user-listing/userlisting.php:884, add-ons/user-listing/userlisting.php:2527, features/admin-approval/class-admin-approval.php:177, features/email-confirmation/class-email-confirmation.php:169, add-ons-free/gdpr-communication-preferences/admin/manage-fields.php:24, add-ons-free/gdpr-communication-preferences/front-end/gdpr-communication-preferences.php:9, admin/advanced-settings/includes/shortcodes/resend-activation.php:9
873
+ msgid "Email"
874
  msgstr ""
875
 
876
+ #: admin/general-settings.php:308
877
+ msgid "\"Username and Email\" - users can Log In with either their Username or their Email."
878
  msgstr ""
879
 
880
+ #: admin/general-settings.php:309
881
+ msgid "\"Username\" - users can only Log In with their Username. Both the Username and Email fields will be shown in the front-end forms."
882
  msgstr ""
883
 
884
+ #: admin/general-settings.php:310
885
+ msgid "\"Email\" - users can only Log In with their Email. The Username field will be hidden in the front-end forms and Usernames will be automatically generated based on the Emails."
886
  msgstr ""
887
 
888
+ #: admin/general-settings.php:317
889
+ msgid "Minimum Password Length:"
890
  msgstr ""
891
 
892
+ #: admin/general-settings.php:322
893
+ msgid "Enter the minimum characters the password should have. Leave empty for no minimum limit"
894
  msgstr ""
895
 
896
+ #: admin/general-settings.php:329
897
+ msgid "Minimum Password Strength:"
898
  msgstr ""
899
 
900
+ #: admin/general-settings.php:333
901
+ msgid "Disabled"
902
  msgstr ""
903
 
904
+ #: admin/manage-fields.php:18
905
+ msgid "Form Fields"
906
  msgstr ""
907
 
908
+ #: admin/manage-fields.php:19
909
+ msgid "Manage Form Fields"
910
  msgstr ""
911
 
912
+ #: admin/manage-fields.php:55
913
+ msgid "Standard"
914
  msgstr ""
915
 
916
+ #: admin/manage-fields.php:60
917
+ msgid "Advanced"
918
  msgstr ""
919
 
920
+ #: admin/manage-fields.php:134
921
+ 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\">Hobbyist or PRO versions</a>."
926
  msgstr ""
927
 
928
+ #: admin/manage-fields.php:172
929
+ msgid "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"
930
  msgstr ""
931
 
932
+ #: admin/manage-fields.php:169
933
+ msgid "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"
934
  msgstr ""
935
 
936
+ #: admin/manage-fields.php:186
937
+ msgid "Field Title"
938
  msgstr ""
939
 
940
+ #: admin/manage-fields.php:186
941
+ msgid "Title of the field"
942
  msgstr ""
943
 
944
+ #: admin/manage-fields.php:187, add-ons/multiple-forms/edit-profile-forms.php:245, add-ons/multiple-forms/register-forms.php:266
945
+ msgid "Field"
946
  msgstr ""
947
 
948
+ #: admin/manage-fields.php:188
949
+ msgid "Meta-name"
950
  msgstr ""
951
 
952
+ #: admin/manage-fields.php:189, 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, 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
 
956
+ #: admin/manage-fields.php:189, add-ons/multiple-forms/edit-profile-forms.php:246, add-ons/multiple-forms/register-forms.php:267
957
+ msgid "A unique, auto-generated ID for this particular field<br/>You can use this in conjuction with filters to target this element if needed<br/>Can't be edited"
958
  msgstr ""
959
 
960
+ #: admin/manage-fields.php:190, features/two-factor-authentication/class-two-factor-authentication.php:241, features/two-factor-authentication/class-two-factor-authentication.php:356
961
+ msgid "Description"
962
  msgstr ""
963
 
964
+ #: admin/manage-fields.php:190
965
+ msgid "Enter a (detailed) description of the option for end users to read<br/>Optional"
966
  msgstr ""
967
 
968
+ #: admin/manage-fields.php:191
969
+ msgid "Row Count"
970
  msgstr ""
971
 
972
+ #: admin/manage-fields.php:191
973
+ msgid "Specify the number of rows for a 'Textarea' field<br/>If not specified, defaults to 5"
974
  msgstr ""
975
 
976
+ #: admin/manage-fields.php:192
977
+ msgid "Allowed Image Extensions"
978
  msgstr ""
979
 
980
+ #: admin/manage-fields.php:192
981
+ msgid "Specify the extension(s) you want to limit to upload<br/>Example: .ext1,.ext2,.ext3<br/>If not specified, defaults to: .jpg,.jpeg,.gif,.png (.*)"
982
  msgstr ""
983
 
984
+ #: admin/manage-fields.php:193
985
+ msgid "Use Simple Upload"
986
  msgstr ""
987
 
988
+ #: admin/manage-fields.php:193
989
+ msgid "Use a simple upload field instead of the WordPress upload"
990
  msgstr ""
991
 
992
+ #: admin/manage-fields.php:194
993
+ msgid "Allowed Upload Extensions"
994
  msgstr ""
995
 
996
+ #: admin/manage-fields.php:194
997
+ msgid "Specify the extension(s) you want to limit to upload<br/>Example: .ext1,.ext2,.ext3<br/>If not specified, defaults to all WordPress allowed file extensions (.*)"
998
  msgstr ""
999
 
1000
+ #: admin/manage-fields.php:195
1001
+ msgid "Avatar Size"
1002
  msgstr ""
1003
 
1004
+ #: admin/manage-fields.php:195
1005
+ msgid "Enter a value (between 20 and 200) for the size of the 'Avatar'<br/>If not specified, defaults to 100"
1006
  msgstr ""
1007
 
1008
+ #: admin/manage-fields.php:196
1009
+ msgid "Date-format"
1010
  msgstr ""
1011
 
1012
+ #: admin/manage-fields.php:196
1013
+ msgid "Specify the format of the date when using Datepicker<br/>Valid options: mm/dd/yy, mm/yy/dd, dd/yy/mm, dd/mm/yy, yy/dd/mm, yy/mm/dd, mm-dd-yy, yy-mm-dd, D, dd M yy, D, d M y, DD, dd-M-y, D, d M yy, mm/yy, mm/dd, dd/mm, @<br/>If not specified, defaults to mm/dd/yy<br/>ATTENTION: if you plan to use this field for sorting, please make sure to use year first, then month, and day last."
1014
  msgstr ""
1015
 
1016
+ #: admin/manage-fields.php:197
1017
+ msgid "Terms of Agreement"
1018
  msgstr ""
1019
 
1020
+ #: admin/manage-fields.php:197
1021
+ msgid "Enter a detailed description of the terms of agreement for the user to read.<br/>Links can be inserted by using standard HTML syntax: &lt;a href=\"custom_url\"&gt;custom_text&lt;/a&gt;"
1022
  msgstr ""
1023
 
1024
+ #: admin/manage-fields.php:198
1025
+ msgid "Options"
1026
  msgstr ""
1027
 
1028
+ #: admin/manage-fields.php:198
1029
+ msgid "Enter a comma separated list of values<br/>This can be anything, as it is hidden from the user, but should not contain special characters or apostrophes"
1030
  msgstr ""
1031
 
1032
+ #: admin/manage-fields.php:199, add-ons-free/labels-edit/labels-edit.php:373
1033
+ msgid "Labels"
1034
  msgstr ""
1035
 
1036
+ #: admin/manage-fields.php:199
1037
+ msgid "Enter a comma separated list of labels<br/>Visible for the user"
1038
  msgstr ""
1039
 
1040
+ #: admin/manage-fields.php:200
1041
+ msgid "reCAPTCHA Type"
1042
  msgstr ""
1043
 
1044
+ #: admin/manage-fields.php:200
1045
+ msgid "Choose the <a href=\"https://developers.google.com/recaptcha/docs/versions\" target=\"_blank\">type of reCAPTCHA</a> you wish to add to this site.<br/>Please note that the Invisible reCAPTCHA is a type of reCAPTCHA v2."
1046
  msgstr ""
1047
 
1048
+ #: admin/manage-fields.php:201
1049
+ msgid "Site Key"
1050
  msgstr ""
1051
 
1052
+ #: admin/manage-fields.php:201
1053
+ msgid "The site key from Google, <a href=\"https://www.google.com/recaptcha/admin/create\" target=\"_blank\">https://www.google.com/recaptcha/admin/create</a>"
1054
  msgstr ""
1055
 
1056
+ #: admin/manage-fields.php:202
1057
+ msgid "Secret Key"
1058
  msgstr ""
1059
 
1060
+ #: admin/manage-fields.php:202
1061
+ msgid "The secret key from Google, <a href=\"https://www.google.com/recaptcha/admin/create\" target=\"_blank\">https://www.google.com/recaptcha/admin/create</a>"
1062
  msgstr ""
1063
 
1064
+ #: admin/manage-fields.php:203
1065
+ msgid "Display on PB forms"
1066
  msgstr ""
1067
 
1068
+ #: admin/manage-fields.php:203
1069
+ msgid "PB Login"
1070
  msgstr ""
1071
 
1072
+ #: admin/manage-fields.php:203
1073
+ msgid "PB Register"
1074
  msgstr ""
1075
 
1076
+ #: admin/manage-fields.php:203
1077
+ msgid "PB Recover Password"
1078
  msgstr ""
1079
 
1080
+ #: admin/manage-fields.php:203
1081
+ msgid "Select on which Profile Builder forms to display reCAPTCHA"
1082
  msgstr ""
1083
 
1084
+ #: admin/manage-fields.php:204
1085
+ msgid "Display on default WP forms"
1086
  msgstr ""
1087
 
1088
+ #: admin/manage-fields.php:204
1089
+ msgid "Default WP Login"
1090
  msgstr ""
1091
 
1092
+ #: admin/manage-fields.php:204
1093
+ msgid "Default WP Register"
1094
  msgstr ""
1095
 
1096
+ #: admin/manage-fields.php:204
1097
+ msgid "Default WP Recover Password"
1098
  msgstr ""
1099
 
1100
+ #: admin/manage-fields.php:204
1101
+ msgid "Select on which default WP forms to display reCAPTCHA"
1102
  msgstr ""
1103
 
1104
+ #: admin/manage-fields.php:205
1105
+ msgid "User Roles"
1106
  msgstr ""
1107
 
1108
+ #: admin/manage-fields.php:205
1109
+ msgid "Select which user roles to show to the user ( drag and drop to re-order )"
1110
  msgstr ""
1111
 
1112
+ #: admin/manage-fields.php:206
1113
+ msgid "Display on Edit Profile"
1114
  msgstr ""
1115
 
1116
+ #: admin/manage-fields.php:206
1117
+ msgid "Check if you want the select user role field to appear on Edit Profile forms"
1118
  msgstr ""
1119
 
1120
+ #: admin/manage-fields.php:207
1121
+ msgid "User Roles Order"
1122
  msgstr ""
1123
 
1124
+ #: admin/manage-fields.php:207
1125
+ msgid "Save the user role order from the user roles checkboxes"
1126
  msgstr ""
1127
 
1128
+ #: admin/manage-fields.php:208
1129
+ msgid "Default Value"
1130
  msgstr ""
1131
 
1132
+ #: admin/manage-fields.php:208
1133
+ msgid "Default value of the field"
1134
  msgstr ""
1135
 
1136
+ #: admin/manage-fields.php:209, admin/manage-fields.php:211, admin/manage-fields.php:212, admin/manage-fields.php:213
1137
+ msgid "Default Option"
1138
  msgstr ""
1139
 
1140
+ #: admin/manage-fields.php:209
1141
+ msgid "Specify the option which should be selected by default"
1142
  msgstr ""
1143
 
1144
+ #: admin/manage-fields.php:210
1145
+ msgid "Default Option(s)"
1146
  msgstr ""
1147
 
1148
+ #: admin/manage-fields.php:210
1149
+ msgid "Specify the option which should be checked by default<br/>If there are multiple values, separate them with a ',' (comma)"
1150
  msgstr ""
1151
 
1152
+ #: admin/manage-fields.php:211, admin/manage-fields.php:212, admin/manage-fields.php:213
1153
+ msgid "Default option of the field"
1154
  msgstr ""
1155
 
1156
+ #: admin/manage-fields.php:214
1157
+ msgid "Show Currency Symbol"
 
 
1158
  msgstr ""
1159
 
1160
+ #: admin/manage-fields.php:214
1161
+ msgid "Whether the currency symbol should be displayed after the currency name in the select option."
1162
  msgstr ""
1163
 
1164
+ #: admin/manage-fields.php:215
1165
+ msgid "Show Post Type"
1166
  msgstr ""
1167
 
1168
+ #: admin/manage-fields.php:215
1169
+ msgid "Posts from what post type will be displayed in the select."
1170
  msgstr ""
1171
 
1172
+ #: admin/manage-fields.php:216
1173
+ msgid "Allowable Values"
1174
  msgstr ""
1175
 
1176
+ #: admin/manage-fields.php:216
1177
+ msgid "Enter a comma separated list of possible values. Upon registration if the value provided by the user does not match one of these values, the user will not be registered."
1178
  msgstr ""
1179
 
1180
+ #: admin/manage-fields.php:217
1181
+ msgid "Error Message"
1182
  msgstr ""
1183
 
1184
+ #: admin/manage-fields.php:217
1185
+ msgid "Set a custom error message that will be displayed to the user."
1186
  msgstr ""
1187
 
1188
+ #: admin/manage-fields.php:218
1189
+ msgid "Time Format"
1190
  msgstr ""
1191
 
1192
+ #: admin/manage-fields.php:218
1193
+ msgid "Specify the time format."
1194
  msgstr ""
1195
 
1196
+ #: admin/manage-fields.php:219
1197
+ msgid "Google Maps API Key"
1198
  msgstr ""
1199
 
1200
+ #: admin/manage-fields.php:219
1201
+ msgid "Enter your Google Maps API key ( <a href=\"https://console.developers.google.com/flows/enableapi?apiid=maps_backend\" target=\"_blank\">Get your API key</a> ). If more than one map fields are added to a form the API key from the first map displayed will be used."
1202
  msgstr ""
1203
 
1204
+ #: admin/manage-fields.php:224
1205
+ msgid "Default Latitude"
1206
  msgstr ""
1207
 
1208
+ #: admin/manage-fields.php:225
1209
+ msgid "The latitude at which the map should be displayed when no pins are attached."
1210
  msgstr ""
1211
 
1212
+ #: admin/manage-fields.php:231
1213
+ msgid "Default Longitude"
1214
  msgstr ""
1215
 
1216
+ #: admin/manage-fields.php:232
1217
+ msgid "The longitude at which the map should be displayed when no pins are attached."
1218
  msgstr ""
1219
 
1220
+ #: admin/manage-fields.php:238
1221
+ msgid "Default Zoom Level"
1222
  msgstr ""
1223
 
1224
+ #: admin/manage-fields.php:239
1225
+ msgid "Add a number from 0 to 19. The higher the number the higher the zoom."
1226
  msgstr ""
1227
 
1228
+ #: admin/manage-fields.php:243
1229
+ msgid "Map Height"
 
 
1230
  msgstr ""
1231
 
1232
+ #: admin/manage-fields.php:243
1233
+ msgid "The height of the map."
1234
  msgstr ""
1235
 
1236
+ #: admin/manage-fields.php:244
1237
+ msgid "Default Content"
1238
  msgstr ""
1239
 
1240
+ #: admin/manage-fields.php:244
1241
+ msgid "Default value of the textarea"
1242
  msgstr ""
1243
 
1244
+ #: admin/manage-fields.php:245
1245
+ msgid "HTML Content"
1246
  msgstr ""
1247
 
1248
+ #: admin/manage-fields.php:245
1249
+ msgid "Add your HTML (or text) content"
1250
  msgstr ""
1251
 
1252
+ #: admin/manage-fields.php:246
1253
+ msgid "Phone Format"
1254
  msgstr ""
1255
 
1256
+ #: admin/manage-fields.php:246
1257
+ msgid "You can use: # for numbers, parentheses ( ), - sign, + sign, dot . and spaces."
1258
  msgstr ""
1259
 
1260
+ #: admin/manage-fields.php:246
1261
+ msgid "Eg. (###) ###-####"
1262
  msgstr ""
1263
 
1264
+ #: admin/manage-fields.php:246
1265
+ msgid "Empty field won't check for correct phone number."
1266
  msgstr ""
1267
 
1268
+ #: admin/manage-fields.php:247
1269
+ msgid "Heading Tag"
1270
  msgstr ""
1271
 
1272
+ #: admin/manage-fields.php:247
1273
+ msgid "Change heading field size on front-end forms"
1274
  msgstr ""
1275
 
1276
+ #: admin/manage-fields.php:248
1277
+ msgid "Min Number Value"
1278
  msgstr ""
1279
 
1280
+ #: admin/manage-fields.php:248
1281
+ msgid "Min allowed number value (0 to allow only positive numbers)"
1282
  msgstr ""
1283
 
1284
+ #: admin/manage-fields.php:248
1285
+ msgid "Leave it empty for no min value"
1286
  msgstr ""
1287
 
1288
+ #: admin/manage-fields.php:249
1289
+ msgid "Max Number Value"
1290
  msgstr ""
1291
 
1292
+ #: admin/manage-fields.php:249
1293
+ msgid "Max allowed number value (0 to allow only negative numbers)"
1294
  msgstr ""
1295
 
1296
+ #: admin/manage-fields.php:249
1297
+ msgid "Leave it empty for no max value"
1298
  msgstr ""
1299
 
1300
+ #: admin/manage-fields.php:250
1301
+ msgid "Number Step Value"
1302
  msgstr ""
1303
 
1304
+ #: admin/manage-fields.php:250
1305
+ msgid "Step value 1 to allow only integers, 0.1 to allow integers and numbers with 1 decimal"
1306
  msgstr ""
1307
 
1308
+ #: admin/manage-fields.php:250
1309
+ msgid "To allow multiple decimals use for eg. 0.01 (for 2 deciamls) and so on"
1310
  msgstr ""
1311
 
1312
+ #: admin/manage-fields.php:250
1313
+ msgid "You can also use step value to specify the legal number intervals (eg. step value 2 will allow only -4, -2, 0, 2 and so on)"
1314
  msgstr ""
1315
 
1316
+ #: admin/manage-fields.php:250
1317
+ msgid "Leave it empty for no restriction"
1318
  msgstr ""
1319
 
1320
+ #: admin/manage-fields.php:251, add-ons-advanced/woocommerce/index.php:261
1321
+ msgid "Required"
1322
  msgstr ""
1323
 
1324
+ #: admin/manage-fields.php:251
1325
+ msgid "Whether the field is required or not"
1326
  msgstr ""
1327
 
1328
+ #: admin/manage-fields.php:252
1329
+ msgid "Overwrite Existing"
1330
  msgstr ""
1331
 
1332
+ #: admin/manage-fields.php:252
1333
+ msgid "Selecting 'Yes' will add the field to the list, but will overwrite any other field in the database that has the same meta-name<br/>Use this at your own risk"
1334
  msgstr ""
1335
 
1336
+ #: admin/manage-fields.php:258
1337
+ msgid "POIs Load Type"
1338
  msgstr ""
1339
 
1340
+ #: admin/manage-fields.php:260
1341
+ msgid "POIs of the listed users (as filtered & paginated)"
1342
  msgstr ""
1343
 
1344
+ #: admin/manage-fields.php:261
1345
+ msgid "POIs of all the users for the filter* (no pagination)"
1346
  msgstr ""
1347
 
1348
+ #: admin/manage-fields.php:264
1349
+ msgid "This option allows you to load on a single map the POIs for all users, or just these for the listed ones (this will take into account the filters and the faceted menus). *Please use this feature wisely, it will impact the performance."
1350
  msgstr ""
1351
 
1352
+ #: admin/manage-fields.php:271
1353
+ msgid "POI Bubble Info"
1354
  msgstr ""
1355
 
1356
+ #: admin/manage-fields.php:274
1357
+ msgid "Select the attributes to be listed inside the POI bubble."
1358
  msgstr ""
1359
 
1360
+ #: admin/manage-fields.php:285
1361
+ msgid "Number of Users per Map Iteration"
1362
  msgstr ""
1363
 
1364
+ #: admin/manage-fields.php:286
1365
+ msgid "When loading the map of all users with no pagination, the map script will iterate multiple times and will expose gradually POIs on the map, until all the POIs for the users that match the criteria will be added on the map (think of this as of pagination for the map POIs). The smaller the number of users per iteration, the fastest the iteration response will be, but for a large number of users, the map script will iterate multiple times. Setting a higher limit will decrease the performance, but might produce a smaller number of iterations. <br><br><b>Please adjust this value to your hosting capabilities, and make sure that the value you set is the best for performance.</b> We recommend a <b>maximum</b> value of 300."
1366
  msgstr ""
1367
 
1368
+ #: admin/manage-fields.php:291
1369
+ msgid "Maximum Selections"
1370
  msgstr ""
1371
 
1372
+ #: admin/manage-fields.php:291
1373
+ msgid "Select2 multi-value select boxes can set restrictions regarding the maximum number of options selected."
1374
  msgstr ""
1375
 
1376
+ #: admin/manage-fields.php:292
1377
+ msgid "User Inputted Options"
1378
  msgstr ""
1379
 
1380
+ #: admin/manage-fields.php:292
1381
+ msgid "Check this to allow users to create their own options beside the pre-existing ones."
1382
  msgstr ""
1383
 
1384
+ #: admin/manage-fields.php:299
1385
+ msgid "Form Field Properties"
1386
  msgstr ""
1387
 
1388
+ #: admin/manage-fields.php:313
1389
+ msgid "Registration & Edit Profile Forms"
1390
  msgstr ""
1391
 
1392
+ #: admin/manage-fields.php:332, add-ons-advanced/buddypress/buddypress-activator.php:48, add-ons-advanced/buddypress/index.php:481, add-ons-advanced/campaign-monitor/admin/widget.php:226, add-ons-advanced/campaign-monitor/admin/widget.php:228
1393
+ msgid "Name"
1394
  msgstr ""
1395
 
1396
+ #: admin/manage-fields.php:333
1397
+ msgid "Usernames cannot be changed."
1398
  msgstr ""
1399
 
1400
+ #: admin/manage-fields.php:334, add-ons/user-listing/userlisting.php:890, add-ons-advanced/woocommerce/billing-fields.php:6, add-ons-advanced/woocommerce/shipping-fields.php:6, admin/advanced-settings/includes/views/view-fields.php:127
1401
+ msgid "First Name"
1402
  msgstr ""
1403
 
1404
+ #: admin/manage-fields.php:335, add-ons/user-listing/userlisting.php:893, add-ons-advanced/woocommerce/billing-fields.php:7, add-ons-advanced/woocommerce/shipping-fields.php:7, admin/advanced-settings/includes/views/view-fields.php:133
1405
+ msgid "Last Name"
1406
  msgstr ""
1407
 
1408
+ #: admin/manage-fields.php:336, add-ons/user-listing/userlisting.php:917, add-ons/user-listing/userlisting.php:2535
1409
+ msgid "Nickname"
1410
  msgstr ""
1411
 
1412
+ #: admin/manage-fields.php:337
1413
+ msgid "Display name publicly as"
1414
  msgstr ""
1415
 
1416
+ #: admin/manage-fields.php:338, add-ons-advanced/buddypress/buddypress-activator.php:71, add-ons-advanced/buddypress/index.php:504
1417
+ msgid "Contact Info"
1418
  msgstr ""
1419
 
1420
+ #: admin/manage-fields.php:339
1421
+ msgid "E-mail"
1422
  msgstr ""
1423
 
1424
+ #: admin/manage-fields.php:340, add-ons/email-customizer/email-customizer.php:33, add-ons/user-listing/userlisting.php:122, add-ons/user-listing/userlisting.php:899, add-ons/user-listing/userlisting.php:2529
1425
+ msgid "Website"
1426
  msgstr ""
1427
 
1428
+ #: admin/manage-fields.php:344
1429
+ msgid "AIM"
1430
  msgstr ""
1431
 
1432
+ #: admin/manage-fields.php:345
1433
+ msgid "Yahoo IM"
1434
  msgstr ""
1435
 
1436
+ #: admin/manage-fields.php:346
1437
+ msgid "Jabber / Google Talk"
1438
  msgstr ""
1439
 
1440
+ #: admin/manage-fields.php:349, add-ons-advanced/buddypress/buddypress-activator.php:78, add-ons-advanced/buddypress/index.php:511
1441
+ msgid "About Yourself"
1442
  msgstr ""
1443
 
1444
+ #: admin/manage-fields.php:350, add-ons/user-listing/userlisting.php:125, add-ons/user-listing/userlisting.php:902, add-ons/user-listing/userlisting.php:2530
1445
+ msgid "Biographical Info"
1446
  msgstr ""
1447
 
1448
+ #: admin/manage-fields.php:350
1449
+ msgid "Share a little biographical information to fill out your profile. This may be shown publicly."
1450
  msgstr ""
1451
 
1452
+ #: admin/manage-fields.php:351, front-end/login.php:119, front-end/recover.php:72, add-ons/email-customizer/email-customizer.php:30
1453
+ msgid "Password"
1454
  msgstr ""
1455
 
1456
+ #: admin/manage-fields.php:351
1457
+ msgid "Type your password."
1458
  msgstr ""
1459
 
1460
+ #: admin/manage-fields.php:352, front-end/recover.php:73
1461
+ msgid "Repeat Password"
1462
  msgstr ""
1463
 
1464
+ #: admin/manage-fields.php:352
1465
+ msgid "Type your password again. "
1466
  msgstr ""
1467
 
1468
+ #: admin/manage-fields.php:354
1469
+ msgid "Blog Details"
1470
  msgstr ""
1471
 
1472
+ #: admin/manage-fields.php:413
1473
+ msgid "Select a Country"
1474
  msgstr ""
1475
 
1476
+ #: admin/manage-fields.php:414
1477
+ msgid "Afghanistan"
1478
  msgstr ""
1479
 
1480
+ #: admin/manage-fields.php:415
1481
+ msgid "Aland Islands"
1482
  msgstr ""
1483
 
1484
+ #: admin/manage-fields.php:416
1485
+ msgid "Albania"
 
 
 
 
1486
  msgstr ""
1487
 
1488
+ #: admin/manage-fields.php:417
1489
+ msgid "Algeria"
1490
  msgstr ""
1491
 
1492
+ #: admin/manage-fields.php:418
1493
+ msgid "American Samoa"
1494
  msgstr ""
1495
 
1496
+ #: admin/manage-fields.php:419
1497
+ msgid "Andorra"
1498
  msgstr ""
1499
 
1500
+ #: admin/manage-fields.php:420
1501
+ msgid "Angola"
1502
  msgstr ""
1503
 
1504
+ #: admin/manage-fields.php:421
1505
+ msgid "Anguilla"
1506
  msgstr ""
1507
 
1508
+ #: admin/manage-fields.php:422
1509
+ msgid "Antarctica"
1510
  msgstr ""
1511
 
1512
+ #: admin/manage-fields.php:423
1513
+ msgid "Antigua and Barbuda"
1514
  msgstr ""
1515
 
1516
+ #: admin/manage-fields.php:424
1517
+ msgid "Argentina"
1518
  msgstr ""
1519
 
1520
+ #: admin/manage-fields.php:425
1521
+ msgid "Armenia"
1522
  msgstr ""
1523
 
1524
+ #: admin/manage-fields.php:426
1525
+ msgid "Aruba"
1526
  msgstr ""
1527
 
1528
+ #: admin/manage-fields.php:427
1529
+ msgid "Australia"
1530
  msgstr ""
1531
 
1532
+ #: admin/manage-fields.php:428
1533
+ msgid "Austria"
1534
  msgstr ""
1535
 
1536
+ #: admin/manage-fields.php:429
1537
+ msgid "Azerbaijan"
1538
  msgstr ""
1539
 
1540
+ #: admin/manage-fields.php:430
1541
+ msgid "Bahamas"
1542
  msgstr ""
1543
 
1544
+ #: admin/manage-fields.php:431
1545
+ msgid "Bahrain"
1546
  msgstr ""
1547
 
1548
+ #: admin/manage-fields.php:432
1549
+ msgid "Bangladesh"
1550
  msgstr ""
1551
 
1552
+ #: admin/manage-fields.php:433
1553
+ msgid "Barbados"
1554
  msgstr ""
1555
 
1556
+ #: admin/manage-fields.php:434
1557
+ msgid "Belarus"
1558
  msgstr ""
1559
 
1560
+ #: admin/manage-fields.php:435
1561
+ msgid "Belgium"
1562
  msgstr ""
1563
 
1564
+ #: admin/manage-fields.php:436
1565
+ msgid "Belize"
1566
  msgstr ""
1567
 
1568
+ #: admin/manage-fields.php:437
1569
+ msgid "Benin"
1570
  msgstr ""
1571
 
1572
+ #: admin/manage-fields.php:438
1573
+ msgid "Bermuda"
1574
  msgstr ""
1575
 
1576
+ #: admin/manage-fields.php:439
1577
+ msgid "Bhutan"
1578
  msgstr ""
1579
 
1580
+ #: admin/manage-fields.php:440
1581
+ msgid "Bolivia"
1582
  msgstr ""
1583
 
1584
+ #: admin/manage-fields.php:441
1585
+ msgid "Bonaire, Saint Eustatius and Saba"
1586
  msgstr ""
1587
 
1588
+ #: admin/manage-fields.php:442
1589
+ msgid "Bosnia and Herzegovina"
1590
  msgstr ""
1591
 
1592
+ #: admin/manage-fields.php:443
1593
+ msgid "Botswana"
1594
  msgstr ""
1595
 
1596
+ #: admin/manage-fields.php:444
1597
+ msgid "Bouvet Island"
1598
  msgstr ""
1599
 
1600
+ #: admin/manage-fields.php:445
1601
+ msgid "Brazil"
1602
  msgstr ""
1603
 
1604
+ #: admin/manage-fields.php:446
1605
+ msgid "British Indian Ocean Territory"
1606
  msgstr ""
1607
 
1608
+ #: admin/manage-fields.php:447
1609
+ msgid "British Virgin Islands"
1610
  msgstr ""
1611
 
1612
+ #: admin/manage-fields.php:448
1613
+ msgid "Brunei"
1614
  msgstr ""
1615
 
1616
+ #: admin/manage-fields.php:449
1617
+ msgid "Bulgaria"
1618
  msgstr ""
1619
 
1620
+ #: admin/manage-fields.php:450
1621
+ msgid "Burkina Faso"
1622
  msgstr ""
1623
 
1624
+ #: admin/manage-fields.php:451
1625
+ msgid "Burundi"
1626
  msgstr ""
1627
 
1628
+ #: admin/manage-fields.php:452
1629
+ msgid "Cambodia"
1630
  msgstr ""
1631
 
1632
+ #: admin/manage-fields.php:453
1633
+ msgid "Cameroon"
1634
  msgstr ""
1635
 
1636
+ #: admin/manage-fields.php:454
1637
+ msgid "Canada"
1638
  msgstr ""
1639
 
1640
+ #: admin/manage-fields.php:455
1641
+ msgid "Cape Verde"
1642
  msgstr ""
1643
 
1644
+ #: admin/manage-fields.php:456
1645
+ msgid "Cayman Islands"
1646
  msgstr ""
1647
 
1648
+ #: admin/manage-fields.php:457
1649
+ msgid "Central African Republic"
1650
  msgstr ""
1651
 
1652
+ #: admin/manage-fields.php:458
1653
+ msgid "Chad"
1654
  msgstr ""
1655
 
1656
+ #: admin/manage-fields.php:459
1657
+ msgid "Chile"
1658
  msgstr ""
1659
 
1660
+ #: admin/manage-fields.php:460
1661
+ msgid "China"
1662
  msgstr ""
1663
 
1664
+ #: admin/manage-fields.php:461
1665
+ msgid "Christmas Island"
1666
  msgstr ""
1667
 
1668
+ #: admin/manage-fields.php:462
1669
+ msgid "Cocos Islands"
1670
  msgstr ""
1671
 
1672
+ #: admin/manage-fields.php:463
1673
+ msgid "Colombia"
1674
  msgstr ""
1675
 
1676
+ #: admin/manage-fields.php:464
1677
+ msgid "Comoros"
1678
  msgstr ""
1679
 
1680
+ #: admin/manage-fields.php:465
1681
+ msgid "Cook Islands"
1682
  msgstr ""
1683
 
1684
+ #: admin/manage-fields.php:466
1685
+ msgid "Costa Rica"
1686
  msgstr ""
1687
 
1688
+ #: admin/manage-fields.php:467
1689
+ msgid "Croatia"
1690
  msgstr ""
1691
 
1692
+ #: admin/manage-fields.php:468
1693
+ msgid "Cuba"
1694
  msgstr ""
1695
 
1696
+ #: admin/manage-fields.php:469
1697
+ msgid "Curacao"
1698
  msgstr ""
1699
 
1700
+ #: admin/manage-fields.php:470
1701
+ msgid "Cyprus"
1702
  msgstr ""
1703
 
1704
+ #: admin/manage-fields.php:471
1705
+ msgid "Czech Republic"
1706
  msgstr ""
1707
 
1708
+ #: admin/manage-fields.php:472
1709
+ msgid "Democratic Republic of the Congo"
1710
  msgstr ""
1711
 
1712
+ #: admin/manage-fields.php:473
1713
+ msgid "Denmark"
1714
  msgstr ""
1715
 
1716
+ #: admin/manage-fields.php:474
1717
+ msgid "Djibouti"
1718
  msgstr ""
1719
 
1720
+ #: admin/manage-fields.php:475
1721
+ msgid "Dominica"
1722
  msgstr ""
1723
 
1724
+ #: admin/manage-fields.php:476
1725
+ msgid "Dominican Republic"
1726
  msgstr ""
1727
 
1728
+ #: admin/manage-fields.php:477
1729
+ msgid "East Timor"
1730
  msgstr ""
1731
 
1732
+ #: admin/manage-fields.php:478
1733
+ msgid "Ecuador"
1734
  msgstr ""
1735
 
1736
+ #: admin/manage-fields.php:479
1737
+ msgid "Egypt"
1738
  msgstr ""
1739
 
1740
+ #: admin/manage-fields.php:480
1741
+ msgid "El Salvador"
1742
  msgstr ""
1743
 
1744
+ #: admin/manage-fields.php:481
1745
+ msgid "Equatorial Guinea"
1746
  msgstr ""
1747
 
1748
+ #: admin/manage-fields.php:482
1749
+ msgid "Eritrea"
1750
  msgstr ""
1751
 
1752
+ #: admin/manage-fields.php:483
1753
+ msgid "Estonia"
1754
  msgstr ""
1755
 
1756
+ #: admin/manage-fields.php:484
1757
+ msgid "Ethiopia"
1758
  msgstr ""
1759
 
1760
+ #: admin/manage-fields.php:485
1761
+ msgid "Falkland Islands"
1762
  msgstr ""
1763
 
1764
+ #: admin/manage-fields.php:486
1765
+ msgid "Faroe Islands"
1766
  msgstr ""
1767
 
1768
+ #: admin/manage-fields.php:487
1769
+ msgid "Fiji"
1770
  msgstr ""
1771
 
1772
+ #: admin/manage-fields.php:488
1773
+ msgid "Finland"
1774
  msgstr ""
1775
 
1776
+ #: admin/manage-fields.php:489
1777
+ msgid "France"
1778
  msgstr ""
1779
 
1780
+ #: admin/manage-fields.php:490
1781
+ msgid "French Guiana"
1782
  msgstr ""
1783
 
1784
+ #: admin/manage-fields.php:491
1785
+ msgid "French Polynesia"
1786
  msgstr ""
1787
 
1788
+ #: admin/manage-fields.php:492
1789
+ msgid "French Southern Territories"
1790
  msgstr ""
1791
 
1792
+ #: admin/manage-fields.php:493
1793
+ msgid "Gabon"
1794
  msgstr ""
1795
 
1796
+ #: admin/manage-fields.php:494
1797
+ msgid "Gambia"
1798
  msgstr ""
1799
 
1800
+ #: admin/manage-fields.php:495
1801
+ msgid "Georgia"
1802
  msgstr ""
1803
 
1804
+ #: admin/manage-fields.php:496
1805
+ msgid "Germany"
1806
  msgstr ""
1807
 
1808
+ #: admin/manage-fields.php:497
1809
+ msgid "Ghana"
1810
  msgstr ""
1811
 
1812
+ #: admin/manage-fields.php:498
1813
+ msgid "Gibraltar"
1814
  msgstr ""
1815
 
1816
+ #: admin/manage-fields.php:499
1817
+ msgid "Greece"
1818
  msgstr ""
1819
 
1820
+ #: admin/manage-fields.php:500
1821
+ msgid "Greenland"
1822
  msgstr ""
1823
 
1824
+ #: admin/manage-fields.php:501
1825
+ msgid "Grenada"
1826
  msgstr ""
1827
 
1828
+ #: admin/manage-fields.php:502
1829
+ msgid "Guadeloupe"
1830
  msgstr ""
1831
 
1832
+ #: admin/manage-fields.php:503
1833
+ msgid "Guam"
1834
  msgstr ""
1835
 
1836
+ #: admin/manage-fields.php:504
1837
+ msgid "Guatemala"
1838
  msgstr ""
1839
 
1840
+ #: admin/manage-fields.php:505
1841
+ msgid "Guernsey"
1842
  msgstr ""
1843
 
1844
+ #: admin/manage-fields.php:506
1845
+ msgid "Guinea"
1846
  msgstr ""
1847
 
1848
+ #: admin/manage-fields.php:507
1849
+ msgid "Guinea-Bissau"
1850
  msgstr ""
1851
 
1852
+ #: admin/manage-fields.php:508
1853
+ msgid "Guyana"
1854
  msgstr ""
1855
 
1856
+ #: admin/manage-fields.php:509
1857
+ msgid "Haiti"
1858
  msgstr ""
1859
 
1860
+ #: admin/manage-fields.php:510
1861
+ msgid "Heard Island and McDonald Islands"
1862
  msgstr ""
1863
 
1864
+ #: admin/manage-fields.php:511
1865
+ msgid "Honduras"
1866
  msgstr ""
1867
 
1868
+ #: admin/manage-fields.php:512
1869
+ msgid "Hong Kong"
1870
  msgstr ""
1871
 
1872
+ #: admin/manage-fields.php:513
1873
+ msgid "Hungary"
1874
  msgstr ""
1875
 
1876
+ #: admin/manage-fields.php:514
1877
+ msgid "Iceland"
1878
  msgstr ""
1879
 
1880
+ #: admin/manage-fields.php:515
1881
+ msgid "India"
1882
  msgstr ""
1883
 
1884
+ #: admin/manage-fields.php:516
1885
+ msgid "Indonesia"
1886
  msgstr ""
1887
 
1888
+ #: admin/manage-fields.php:517
1889
+ msgid "Iran"
1890
  msgstr ""
1891
 
1892
+ #: admin/manage-fields.php:518
1893
+ msgid "Iraq"
1894
  msgstr ""
1895
 
1896
+ #: admin/manage-fields.php:519
1897
+ msgid "Ireland"
1898
  msgstr ""
1899
 
1900
+ #: admin/manage-fields.php:520
1901
+ msgid "Isle of Man"
1902
  msgstr ""
1903
 
1904
+ #: admin/manage-fields.php:521
1905
+ msgid "Israel"
1906
  msgstr ""
1907
 
1908
+ #: admin/manage-fields.php:522
1909
+ msgid "Italy"
1910
  msgstr ""
1911
 
1912
+ #: admin/manage-fields.php:523
1913
+ msgid "Ivory Coast"
1914
  msgstr ""
1915
 
1916
+ #: admin/manage-fields.php:524
1917
+ msgid "Jamaica"
1918
  msgstr ""
1919
 
1920
+ #: admin/manage-fields.php:525
1921
+ msgid "Japan"
1922
  msgstr ""
1923
 
1924
+ #: admin/manage-fields.php:526
1925
+ msgid "Jersey"
1926
  msgstr ""
1927
 
1928
+ #: admin/manage-fields.php:527
1929
+ msgid "Jordan"
1930
  msgstr ""
1931
 
1932
+ #: admin/manage-fields.php:528
1933
+ msgid "Kazakhstan"
1934
  msgstr ""
1935
 
1936
+ #: admin/manage-fields.php:529
1937
+ msgid "Kenya"
1938
  msgstr ""
1939
 
1940
+ #: admin/manage-fields.php:530
1941
+ msgid "Kiribati"
1942
  msgstr ""
1943
 
1944
+ #: admin/manage-fields.php:531
1945
+ msgid "Kosovo"
1946
  msgstr ""
1947
 
1948
+ #: admin/manage-fields.php:532
1949
+ msgid "Kuwait"
1950
  msgstr ""
1951
 
1952
+ #: admin/manage-fields.php:533
1953
+ msgid "Kyrgyzstan"
1954
  msgstr ""
1955
 
1956
+ #: admin/manage-fields.php:534
1957
+ msgid "Laos"
1958
  msgstr ""
1959
 
1960
+ #: admin/manage-fields.php:535
1961
+ msgid "Latvia"
1962
  msgstr ""
1963
 
1964
+ #: admin/manage-fields.php:536
1965
+ msgid "Lebanon"
1966
  msgstr ""
1967
 
1968
+ #: admin/manage-fields.php:537
1969
+ msgid "Lesotho"
1970
  msgstr ""
1971
 
1972
+ #: admin/manage-fields.php:538
1973
+ msgid "Liberia"
1974
  msgstr ""
1975
 
1976
+ #: admin/manage-fields.php:539
1977
+ msgid "Libya"
1978
  msgstr ""
1979
 
1980
+ #: admin/manage-fields.php:540
1981
+ msgid "Liechtenstein"
1982
  msgstr ""
1983
 
1984
+ #: admin/manage-fields.php:541
1985
+ msgid "Lithuania"
1986
  msgstr ""
1987
 
1988
+ #: admin/manage-fields.php:542
1989
+ msgid "Luxembourg"
1990
  msgstr ""
1991
 
1992
+ #: admin/manage-fields.php:543
1993
+ msgid "Macao"
1994
  msgstr ""
1995
 
1996
+ #: admin/manage-fields.php:544
1997
+ msgid "Macedonia"
1998
  msgstr ""
1999
 
2000
+ #: admin/manage-fields.php:545
2001
+ msgid "Madagascar"
2002
  msgstr ""
2003
 
2004
+ #: admin/manage-fields.php:546
2005
+ msgid "Malawi"
2006
  msgstr ""
2007
 
2008
+ #: admin/manage-fields.php:547
2009
+ msgid "Malaysia"
2010
  msgstr ""
2011
 
2012
+ #: admin/manage-fields.php:548
2013
+ msgid "Maldives"
2014
  msgstr ""
2015
 
2016
+ #: admin/manage-fields.php:549
2017
+ msgid "Mali"
2018
  msgstr ""
2019
 
2020
+ #: admin/manage-fields.php:550
2021
+ msgid "Malta"
2022
  msgstr ""
2023
 
2024
+ #: admin/manage-fields.php:551
2025
+ msgid "Marshall Islands"
2026
  msgstr ""
2027
 
2028
+ #: admin/manage-fields.php:552
2029
+ msgid "Martinique"
2030
  msgstr ""
2031
 
2032
+ #: admin/manage-fields.php:553
2033
+ msgid "Mauritania"
2034
  msgstr ""
2035
 
2036
+ #: admin/manage-fields.php:554
2037
+ msgid "Mauritius"
2038
  msgstr ""
2039
 
2040
+ #: admin/manage-fields.php:555
2041
+ msgid "Mayotte"
2042
  msgstr ""
2043
 
2044
+ #: admin/manage-fields.php:556
2045
+ msgid "Mexico"
2046
  msgstr ""
2047
 
2048
+ #: admin/manage-fields.php:557
2049
+ msgid "Micronesia"
2050
  msgstr ""
2051
 
2052
+ #: admin/manage-fields.php:558
2053
+ msgid "Moldova"
2054
  msgstr ""
2055
 
2056
+ #: admin/manage-fields.php:559
2057
+ msgid "Monaco"
2058
  msgstr ""
2059
 
2060
+ #: admin/manage-fields.php:560
2061
+ msgid "Mongolia"
2062
  msgstr ""
2063
 
2064
+ #: admin/manage-fields.php:561
2065
+ msgid "Montenegro"
2066
  msgstr ""
2067
 
2068
+ #: admin/manage-fields.php:562
2069
+ msgid "Montserrat"
2070
  msgstr ""
2071
 
2072
+ #: admin/manage-fields.php:563
2073
+ msgid "Morocco"
2074
  msgstr ""
2075
 
2076
+ #: admin/manage-fields.php:564
2077
+ msgid "Mozambique"
2078
  msgstr ""
2079
 
2080
+ #: admin/manage-fields.php:565
2081
+ msgid "Myanmar"
2082
  msgstr ""
2083
 
2084
+ #: admin/manage-fields.php:566
2085
+ msgid "Namibia"
2086
  msgstr ""
2087
 
2088
+ #: admin/manage-fields.php:567
2089
+ msgid "Nauru"
2090
  msgstr ""
2091
 
2092
+ #: admin/manage-fields.php:568
2093
+ msgid "Nepal"
2094
  msgstr ""
2095
 
2096
+ #: admin/manage-fields.php:569
2097
+ msgid "Netherlands"
2098
  msgstr ""
2099
 
2100
+ #: admin/manage-fields.php:570
2101
+ msgid "New Caledonia"
2102
  msgstr ""
2103
 
2104
+ #: admin/manage-fields.php:571
2105
+ msgid "New Zealand"
2106
  msgstr ""
2107
 
2108
+ #: admin/manage-fields.php:572
2109
+ msgid "Nicaragua"
2110
  msgstr ""
2111
 
2112
+ #: admin/manage-fields.php:573
2113
+ msgid "Niger"
2114
  msgstr ""
2115
 
2116
+ #: admin/manage-fields.php:574
2117
+ msgid "Nigeria"
2118
  msgstr ""
2119
 
2120
+ #: admin/manage-fields.php:575
2121
+ msgid "Niue"
2122
  msgstr ""
2123
 
2124
+ #: admin/manage-fields.php:576
2125
+ msgid "Norfolk Island"
2126
  msgstr ""
2127
 
2128
+ #: admin/manage-fields.php:577
2129
+ msgid "North Korea"
2130
  msgstr ""
2131
 
2132
+ #: admin/manage-fields.php:578
2133
+ msgid "Northern Mariana Islands"
2134
  msgstr ""
2135
 
2136
+ #: admin/manage-fields.php:579
2137
+ msgid "Norway"
2138
  msgstr ""
2139
 
2140
+ #: admin/manage-fields.php:580
2141
+ msgid "Oman"
2142
  msgstr ""
2143
 
2144
+ #: admin/manage-fields.php:581
2145
+ msgid "Pakistan"
2146
  msgstr ""
2147
 
2148
+ #: admin/manage-fields.php:582
2149
+ msgid "Palau"
2150
  msgstr ""
2151
 
2152
+ #: admin/manage-fields.php:583
2153
+ msgid "Palestinian Territory"
2154
  msgstr ""
2155
 
2156
+ #: admin/manage-fields.php:584
2157
+ msgid "Panama"
2158
  msgstr ""
2159
 
2160
+ #: admin/manage-fields.php:585
2161
+ msgid "Papua New Guinea"
2162
  msgstr ""
2163
 
2164
+ #: admin/manage-fields.php:586
2165
+ msgid "Paraguay"
2166
  msgstr ""
2167
 
2168
+ #: admin/manage-fields.php:587
2169
+ msgid "Peru"
2170
  msgstr ""
2171
 
2172
+ #: admin/manage-fields.php:588
2173
+ msgid "Philippines"
2174
  msgstr ""
2175
 
2176
+ #: admin/manage-fields.php:589
2177
+ msgid "Pitcairn"
2178
  msgstr ""
2179
 
2180
+ #: admin/manage-fields.php:590
2181
+ msgid "Poland"
2182
  msgstr ""
2183
 
2184
+ #: admin/manage-fields.php:591
2185
+ msgid "Portugal"
2186
  msgstr ""
2187
 
2188
+ #: admin/manage-fields.php:592
2189
+ msgid "Puerto Rico"
2190
  msgstr ""
2191
 
2192
+ #: admin/manage-fields.php:593
2193
+ msgid "Qatar"
2194
  msgstr ""
2195
 
2196
+ #: admin/manage-fields.php:594
2197
+ msgid "Republic of the Congo"
2198
  msgstr ""
2199
 
2200
+ #: admin/manage-fields.php:595
2201
+ msgid "Reunion"
2202
  msgstr ""
2203
 
2204
+ #: admin/manage-fields.php:596
2205
+ msgid "Romania"
2206
  msgstr ""
2207
 
2208
+ #: admin/manage-fields.php:597
2209
+ msgid "Russia"
2210
  msgstr ""
2211
 
2212
+ #: admin/manage-fields.php:598
2213
+ msgid "Rwanda"
2214
  msgstr ""
2215
 
2216
+ #: admin/manage-fields.php:599
2217
+ msgid "Saint Barthelemy"
2218
  msgstr ""
2219
 
2220
+ #: admin/manage-fields.php:600
2221
+ msgid "Saint Helena"
2222
  msgstr ""
2223
 
2224
+ #: admin/manage-fields.php:601
2225
+ msgid "Saint Kitts and Nevis"
2226
  msgstr ""
2227
 
2228
+ #: admin/manage-fields.php:602
2229
+ msgid "Saint Lucia"
2230
  msgstr ""
2231
 
2232
+ #: admin/manage-fields.php:603
2233
+ msgid "Saint Martin"
2234
  msgstr ""
2235
 
2236
+ #: admin/manage-fields.php:604
2237
+ msgid "Saint Pierre and Miquelon"
2238
  msgstr ""
2239
 
2240
+ #: admin/manage-fields.php:605
2241
+ msgid "Saint Vincent and the Grenadines"
2242
  msgstr ""
2243
 
2244
+ #: admin/manage-fields.php:606
2245
+ msgid "Samoa"
2246
  msgstr ""
2247
 
2248
+ #: admin/manage-fields.php:607
2249
+ msgid "San Marino"
2250
  msgstr ""
2251
 
2252
+ #: admin/manage-fields.php:608
2253
+ msgid "Sao Tome and Principe"
2254
  msgstr ""
2255
 
2256
+ #: admin/manage-fields.php:609
2257
+ msgid "Saudi Arabia"
2258
  msgstr ""
2259
 
2260
+ #: admin/manage-fields.php:610
2261
+ msgid "Senegal"
2262
  msgstr ""
2263
 
2264
+ #: admin/manage-fields.php:611
2265
+ msgid "Serbia"
2266
  msgstr ""
2267
 
2268
+ #: admin/manage-fields.php:612
2269
+ msgid "Seychelles"
2270
  msgstr ""
2271
 
2272
+ #: admin/manage-fields.php:613
2273
+ msgid "Sierra Leone"
2274
  msgstr ""
2275
 
2276
+ #: admin/manage-fields.php:614
2277
+ msgid "Singapore"
2278
  msgstr ""
2279
 
2280
+ #: admin/manage-fields.php:615
2281
+ msgid "Sint Maarten"
2282
  msgstr ""
2283
 
2284
+ #: admin/manage-fields.php:616
2285
+ msgid "Slovakia"
2286
  msgstr ""
2287
 
2288
+ #: admin/manage-fields.php:617
2289
+ msgid "Slovenia"
2290
  msgstr ""
2291
 
2292
+ #: admin/manage-fields.php:618
2293
+ msgid "Solomon Islands"
2294
  msgstr ""
2295
 
2296
+ #: admin/manage-fields.php:619
2297
+ msgid "Somalia"
2298
  msgstr ""
2299
 
2300
+ #: admin/manage-fields.php:620
2301
+ msgid "South Africa"
2302
  msgstr ""
2303
 
2304
+ #: admin/manage-fields.php:621
2305
+ msgid "South Georgia and the South Sandwich Islands"
2306
  msgstr ""
2307
 
2308
+ #: admin/manage-fields.php:622
2309
+ msgid "South Korea"
2310
  msgstr ""
2311
 
2312
+ #: admin/manage-fields.php:623
2313
+ msgid "South Sudan"
2314
  msgstr ""
2315
 
2316
+ #: admin/manage-fields.php:624
2317
+ msgid "Spain"
2318
  msgstr ""
2319
 
2320
+ #: admin/manage-fields.php:625
2321
+ msgid "Sri Lanka"
2322
  msgstr ""
2323
 
2324
+ #: admin/manage-fields.php:626
2325
+ msgid "Sudan"
2326
  msgstr ""
2327
 
2328
+ #: admin/manage-fields.php:627
2329
+ msgid "Suriname"
2330
  msgstr ""
2331
 
2332
+ #: admin/manage-fields.php:628
2333
+ msgid "Svalbard and Jan Mayen"
2334
  msgstr ""
2335
 
2336
+ #: admin/manage-fields.php:629
2337
+ msgid "Swaziland"
2338
  msgstr ""
2339
 
2340
+ #: admin/manage-fields.php:630
2341
+ msgid "Sweden"
2342
  msgstr ""
2343
 
2344
+ #: admin/manage-fields.php:631
2345
+ msgid "Switzerland"
2346
  msgstr ""
2347
 
2348
+ #: admin/manage-fields.php:632
2349
+ msgid "Syria"
2350
  msgstr ""
2351
 
2352
+ #: admin/manage-fields.php:633
2353
+ msgid "Taiwan"
2354
  msgstr ""
2355
 
2356
+ #: admin/manage-fields.php:634
2357
+ msgid "Tajikistan"
2358
  msgstr ""
2359
 
2360
+ #: admin/manage-fields.php:635
2361
+ msgid "Tanzania"
2362
  msgstr ""
2363
 
2364
+ #: admin/manage-fields.php:636
2365
+ msgid "Thailand"
2366
  msgstr ""
2367
 
2368
+ #: admin/manage-fields.php:637
2369
+ msgid "Togo"
2370
  msgstr ""
2371
 
2372
+ #: admin/manage-fields.php:638
2373
+ msgid "Tokelau"
2374
  msgstr ""
2375
 
2376
+ #: admin/manage-fields.php:639
2377
+ msgid "Tonga"
2378
  msgstr ""
2379
 
2380
+ #: admin/manage-fields.php:640
2381
+ msgid "Trinidad and Tobago"
2382
  msgstr ""
2383
 
2384
+ #: admin/manage-fields.php:641
2385
+ msgid "Tunisia"
2386
  msgstr ""
2387
 
2388
+ #: admin/manage-fields.php:642
2389
+ msgid "Turkey"
2390
  msgstr ""
2391
 
2392
+ #: admin/manage-fields.php:643
2393
+ msgid "Turkmenistan"
2394
  msgstr ""
2395
 
2396
+ #: admin/manage-fields.php:644
2397
+ msgid "Turks and Caicos Islands"
2398
  msgstr ""
2399
 
2400
+ #: admin/manage-fields.php:645
2401
+ msgid "Tuvalu"
2402
  msgstr ""
2403
 
2404
+ #: admin/manage-fields.php:646
2405
+ msgid "U.S. Virgin Islands"
2406
  msgstr ""
2407
 
2408
+ #: admin/manage-fields.php:647
2409
+ msgid "Uganda"
2410
  msgstr ""
2411
 
2412
+ #: admin/manage-fields.php:648
2413
+ msgid "Ukraine"
2414
  msgstr ""
2415
 
2416
+ #: admin/manage-fields.php:649
2417
+ msgid "United Arab Emirates"
2418
  msgstr ""
2419
 
2420
+ #: admin/manage-fields.php:650
2421
+ msgid "United Kingdom"
2422
  msgstr ""
2423
 
2424
+ #: admin/manage-fields.php:651
2425
+ msgid "United States"
2426
  msgstr ""
2427
 
2428
+ #: admin/manage-fields.php:652
2429
+ msgid "United States Minor Outlying Islands"
2430
  msgstr ""
2431
 
2432
+ #: admin/manage-fields.php:653
2433
+ msgid "Uruguay"
2434
  msgstr ""
2435
 
2436
+ #: admin/manage-fields.php:654
2437
+ msgid "Uzbekistan"
2438
  msgstr ""
2439
 
2440
+ #: admin/manage-fields.php:655
2441
+ msgid "Vanuatu"
2442
  msgstr ""
2443
 
2444
+ #: admin/manage-fields.php:656
2445
+ msgid "Vatican"
2446
  msgstr ""
2447
 
2448
+ #: admin/manage-fields.php:657
2449
+ msgid "Venezuela"
2450
  msgstr ""
2451
 
2452
+ #: admin/manage-fields.php:658
2453
+ msgid "Vietnam"
2454
  msgstr ""
2455
 
2456
+ #: admin/manage-fields.php:659
2457
+ msgid "Wallis and Futuna"
2458
  msgstr ""
2459
 
2460
+ #: admin/manage-fields.php:660
2461
+ msgid "Western Sahara"
2462
  msgstr ""
2463
 
2464
+ #: admin/manage-fields.php:661
2465
+ msgid "Yemen"
2466
  msgstr ""
2467
 
2468
+ #: admin/manage-fields.php:662
2469
+ msgid "Zambia"
2470
  msgstr ""
2471
 
2472
+ #: admin/manage-fields.php:663
2473
+ msgid "Zimbabwe"
2474
  msgstr ""
2475
 
2476
+ #: admin/manage-fields.php:696
2477
+ msgid "Albania Lek"
2478
  msgstr ""
2479
 
2480
+ #: admin/manage-fields.php:697
2481
+ msgid "Afghanistan Afghani"
2482
  msgstr ""
2483
 
2484
+ #: admin/manage-fields.php:698
2485
+ msgid "Argentina Peso"
2486
  msgstr ""
2487
 
2488
+ #: admin/manage-fields.php:699
2489
+ msgid "Aruba Guilder"
2490
  msgstr ""
2491
 
2492
+ #: admin/manage-fields.php:700
2493
+ msgid "Australia Dollar"
2494
  msgstr ""
2495
 
2496
+ #: admin/manage-fields.php:701
2497
+ msgid "Azerbaijan New Manat"
2498
  msgstr ""
2499
 
2500
+ #: admin/manage-fields.php:702
2501
+ msgid "Bahamas Dollar"
2502
  msgstr ""
2503
 
2504
+ #: admin/manage-fields.php:703
2505
+ msgid "Barbados Dollar"
2506
  msgstr ""
2507
 
2508
+ #: admin/manage-fields.php:704
2509
+ msgid "Bangladeshi taka"
2510
  msgstr ""
2511
 
2512
+ #: admin/manage-fields.php:705
2513
+ msgid "Belarus Ruble"
2514
  msgstr ""
2515
 
2516
+ #: admin/manage-fields.php:706
2517
+ msgid "Belize Dollar"
2518
  msgstr ""
2519
 
2520
+ #: admin/manage-fields.php:707
2521
+ msgid "Bermuda Dollar"
2522
  msgstr ""
2523
 
2524
+ #: admin/manage-fields.php:708
2525
+ msgid "Bolivia Boliviano"
2526
  msgstr ""
2527
 
2528
+ #: admin/manage-fields.php:709
2529
+ msgid "Bosnia and Herzegovina Convertible Marka"
2530
  msgstr ""
2531
 
2532
+ #: admin/manage-fields.php:710
2533
+ msgid "Botswana Pula"
2534
  msgstr ""
2535
 
2536
+ #: admin/manage-fields.php:711
2537
+ msgid "Bulgaria Lev"
2538
  msgstr ""
2539
 
2540
+ #: admin/manage-fields.php:712
2541
+ msgid "Brazil Real"
2542
  msgstr ""
2543
 
2544
+ #: admin/manage-fields.php:713
2545
+ msgid "Brunei Darussalam Dollar"
2546
  msgstr ""
2547
 
2548
+ #: admin/manage-fields.php:714
2549
+ msgid "Cambodia Riel"
2550
  msgstr ""
2551
 
2552
+ #: admin/manage-fields.php:715
2553
+ msgid "Canada Dollar"
2554
  msgstr ""
2555
 
2556
+ #: admin/manage-fields.php:716
2557
+ msgid "Cayman Islands Dollar"
2558
  msgstr ""
2559
 
2560
+ #: admin/manage-fields.php:717
2561
+ msgid "Chile Peso"
2562
  msgstr ""
2563
 
2564
+ #: admin/manage-fields.php:718
2565
+ msgid "China Yuan Renminbi"
2566
  msgstr ""
2567
 
2568
+ #: admin/manage-fields.php:719
2569
+ msgid "Colombia Peso"
2570
  msgstr ""
2571
 
2572
+ #: admin/manage-fields.php:720
2573
+ msgid "Costa Rica Colon"
2574
  msgstr ""
2575
 
2576
+ #: admin/manage-fields.php:721
2577
+ msgid "Croatia Kuna"
2578
  msgstr ""
2579
 
2580
+ #: admin/manage-fields.php:722
2581
+ msgid "Cuba Peso"
2582
  msgstr ""
2583
 
2584
+ #: admin/manage-fields.php:723
2585
+ msgid "Czech Republic Koruna"
2586
  msgstr ""
2587
 
2588
+ #: admin/manage-fields.php:724
2589
+ msgid "Denmark Krone"
2590
  msgstr ""
2591
 
2592
+ #: admin/manage-fields.php:725
2593
+ msgid "Dominican Republic Peso"
2594
  msgstr ""
2595
 
2596
+ #: admin/manage-fields.php:726
2597
+ msgid "East Caribbean Dollar"
2598
  msgstr ""
2599
 
2600
+ #: admin/manage-fields.php:727
2601
+ msgid "Egypt Pound"
2602
  msgstr ""
2603
 
2604
+ #: admin/manage-fields.php:728
2605
+ msgid "El Salvador Colon"
2606
  msgstr ""
2607
 
2608
+ #: admin/manage-fields.php:729
2609
+ msgid "Estonia Kroon"
2610
  msgstr ""
2611
 
2612
+ #: admin/manage-fields.php:730
2613
+ msgid "Euro"
2614
  msgstr ""
2615
 
2616
+ #: admin/manage-fields.php:731
2617
+ msgid "Falkland Islands (Malvinas) Pound"
2618
  msgstr ""
2619
 
2620
+ #: admin/manage-fields.php:732
2621
+ msgid "Fiji Dollar"
2622
  msgstr ""
2623
 
2624
+ #: admin/manage-fields.php:733
2625
+ msgid "Ghana Cedis"
2626
  msgstr ""
2627
 
2628
+ #: admin/manage-fields.php:734
2629
+ msgid "Gibraltar Pound"
2630
  msgstr ""
2631
 
2632
+ #: admin/manage-fields.php:735
2633
+ msgid "Guatemala Quetzal"
2634
  msgstr ""
2635
 
2636
+ #: admin/manage-fields.php:736
2637
+ msgid "Guernsey Pound"
2638
  msgstr ""
2639
 
2640
+ #: admin/manage-fields.php:737
2641
+ msgid "Guyana Dollar"
2642
  msgstr ""
2643
 
2644
+ #: admin/manage-fields.php:738
2645
+ msgid "Honduras Lempira"
2646
  msgstr ""
2647
 
2648
+ #: admin/manage-fields.php:739
2649
+ msgid "Hong Kong Dollar"
2650
  msgstr ""
2651
 
2652
+ #: admin/manage-fields.php:740
2653
+ msgid "Hungary Forint"
2654
  msgstr ""
2655
 
2656
+ #: admin/manage-fields.php:741
2657
+ msgid "Iceland Krona"
2658
  msgstr ""
2659
 
2660
+ #: admin/manage-fields.php:742
2661
+ msgid "India Rupee"
2662
  msgstr ""
2663
 
2664
+ #: admin/manage-fields.php:743
2665
+ msgid "Indonesia Rupiah"
2666
  msgstr ""
2667
 
2668
+ #: admin/manage-fields.php:744
2669
+ msgid "Iran Rial"
2670
  msgstr ""
2671
 
2672
+ #: admin/manage-fields.php:745
2673
+ msgid "Isle of Man Pound"
2674
  msgstr ""
2675
 
2676
+ #: admin/manage-fields.php:746
2677
+ msgid "Israel Shekel"
2678
  msgstr ""
2679
 
2680
+ #: admin/manage-fields.php:747
2681
+ msgid "Jamaica Dollar"
2682
  msgstr ""
2683
 
2684
+ #: admin/manage-fields.php:748
2685
+ msgid "Japan Yen"
2686
  msgstr ""
2687
 
2688
+ #: admin/manage-fields.php:749
2689
+ msgid "Jersey Pound"
2690
  msgstr ""
2691
 
2692
+ #: admin/manage-fields.php:750
2693
+ msgid "Kazakhstan Tenge"
2694
  msgstr ""
2695
 
2696
+ #: admin/manage-fields.php:751
2697
+ msgid "Korea (North) Won"
2698
  msgstr ""
2699
 
2700
+ #: admin/manage-fields.php:752
2701
+ msgid "Korea (South) Won"
2702
  msgstr ""
2703
 
2704
+ #: admin/manage-fields.php:753
2705
+ msgid "Kyrgyzstan Som"
2706
  msgstr ""
2707
 
2708
+ #: admin/manage-fields.php:754
2709
+ msgid "Laos Kip"
2710
  msgstr ""
2711
 
2712
+ #: admin/manage-fields.php:755
2713
+ msgid "Latvia Lat"
2714
  msgstr ""
2715
 
2716
+ #: admin/manage-fields.php:756
2717
+ msgid "Lebanon Pound"
2718
  msgstr ""
2719
 
2720
+ #: admin/manage-fields.php:757
2721
+ msgid "Liberia Dollar"
2722
  msgstr ""
2723
 
2724
+ #: admin/manage-fields.php:758
2725
+ msgid "Lithuania Litas"
2726
  msgstr ""
2727
 
2728
+ #: admin/manage-fields.php:759
2729
+ msgid "Macedonia Denar"
2730
  msgstr ""
2731
 
2732
+ #: admin/manage-fields.php:760
2733
+ msgid "Malaysia Ringgit"
2734
  msgstr ""
2735
 
2736
+ #: admin/manage-fields.php:761
2737
+ msgid "Mauritius Rupee"
2738
  msgstr ""
2739
 
2740
+ #: admin/manage-fields.php:762
2741
+ msgid "Mexico Peso"
2742
  msgstr ""
2743
 
2744
+ #: admin/manage-fields.php:763
2745
+ msgid "Mongolia Tughrik"
2746
  msgstr ""
2747
 
2748
+ #: admin/manage-fields.php:764
2749
+ msgid "Mozambique Metical"
2750
  msgstr ""
2751
 
2752
+ #: admin/manage-fields.php:765
2753
+ msgid "Namibia Dollar"
2754
  msgstr ""
2755
 
2756
+ #: admin/manage-fields.php:766
2757
+ msgid "Nepal Rupee"
2758
  msgstr ""
2759
 
2760
+ #: admin/manage-fields.php:767
2761
+ msgid "Netherlands Antilles Guilder"
2762
  msgstr ""
2763
 
2764
+ #: admin/manage-fields.php:768
2765
+ msgid "New Zealand Dollar"
2766
  msgstr ""
2767
 
2768
+ #: admin/manage-fields.php:769
2769
+ msgid "Nicaragua Cordoba"
2770
  msgstr ""
2771
 
2772
+ #: admin/manage-fields.php:770
2773
+ msgid "Nigeria Naira"
2774
  msgstr ""
2775
 
2776
+ #: admin/manage-fields.php:771
2777
+ msgid "Norway Krone"
2778
  msgstr ""
2779
 
2780
+ #: admin/manage-fields.php:772
2781
+ msgid "Oman Rial"
2782
  msgstr ""
2783
 
2784
+ #: admin/manage-fields.php:773
2785
+ msgid "Pakistan Rupee"
2786
  msgstr ""
2787
 
2788
+ #: admin/manage-fields.php:774
2789
+ msgid "Panama Balboa"
2790
  msgstr ""
2791
 
2792
+ #: admin/manage-fields.php:775
2793
+ msgid "Paraguay Guarani"
2794
  msgstr ""
2795
 
2796
+ #: admin/manage-fields.php:776
2797
+ msgid "Peru Nuevo Sol"
2798
  msgstr ""
2799
 
2800
+ #: admin/manage-fields.php:777
2801
+ msgid "Philippines Peso"
2802
  msgstr ""
2803
 
2804
+ #: admin/manage-fields.php:778
2805
+ msgid "Poland Zloty"
2806
  msgstr ""
2807
 
2808
+ #: admin/manage-fields.php:779
2809
+ msgid "Qatar Riyal"
2810
  msgstr ""
2811
 
2812
+ #: admin/manage-fields.php:780
2813
+ msgid "Romania New Leu"
2814
  msgstr ""
2815
 
2816
+ #: admin/manage-fields.php:781
2817
+ msgid "Russia Ruble"
2818
  msgstr ""
2819
 
2820
+ #: admin/manage-fields.php:782
2821
+ msgid "Saint Helena Pound"
2822
  msgstr ""
2823
 
2824
+ #: admin/manage-fields.php:783
2825
+ msgid "Saudi Arabia Riyal"
2826
  msgstr ""
2827
 
2828
+ #: admin/manage-fields.php:784
2829
+ msgid "Serbia Dinar"
2830
  msgstr ""
2831
 
2832
+ #: admin/manage-fields.php:785
2833
+ msgid "Seychelles Rupee"
2834
  msgstr ""
2835
 
2836
+ #: admin/manage-fields.php:786
2837
+ msgid "Singapore Dollar"
2838
  msgstr ""
2839
 
2840
+ #: admin/manage-fields.php:787
2841
+ msgid "Solomon Islands Dollar"
2842
  msgstr ""
2843
 
2844
+ #: admin/manage-fields.php:788
2845
+ msgid "Somalia Shilling"
2846
  msgstr ""
2847
 
2848
+ #: admin/manage-fields.php:789
2849
+ msgid "South Africa Rand"
2850
  msgstr ""
2851
 
2852
+ #: admin/manage-fields.php:790
2853
+ msgid "Sri Lanka Rupee"
2854
  msgstr ""
2855
 
2856
+ #: admin/manage-fields.php:791
2857
+ msgid "Sweden Krona"
2858
  msgstr ""
2859
 
2860
+ #: admin/manage-fields.php:792
2861
+ msgid "Switzerland Franc"
2862
  msgstr ""
2863
 
2864
+ #: admin/manage-fields.php:793
2865
+ msgid "Suriname Dollar"
2866
  msgstr ""
2867
 
2868
+ #: admin/manage-fields.php:794
2869
+ msgid "Syria Pound"
2870
  msgstr ""
2871
 
2872
+ #: admin/manage-fields.php:795
2873
+ msgid "Taiwan New Dollar"
2874
  msgstr ""
2875
 
2876
+ #: admin/manage-fields.php:796
2877
+ msgid "Thailand Baht"
2878
  msgstr ""
2879
 
2880
+ #: admin/manage-fields.php:797
2881
+ msgid "Trinidad and Tobago Dollar"
2882
  msgstr ""
2883
 
2884
+ #: admin/manage-fields.php:798, admin/manage-fields.php:799
2885
+ msgid "Turkey Lira"
2886
  msgstr ""
2887
 
2888
+ #: admin/manage-fields.php:800
2889
+ msgid "Tuvalu Dollar"
2890
  msgstr ""
2891
 
2892
+ #: admin/manage-fields.php:801
2893
+ msgid "Ukraine Hryvna"
2894
  msgstr ""
2895
 
2896
+ #: admin/manage-fields.php:802
2897
+ msgid "United Kingdom Pound"
2898
  msgstr ""
2899
 
2900
+ #: admin/manage-fields.php:803
2901
+ msgid "Uganda Shilling"
2902
  msgstr ""
2903
 
2904
+ #: admin/manage-fields.php:804
2905
+ msgid "US Dollar"
2906
  msgstr ""
2907
 
2908
+ #: admin/manage-fields.php:805
2909
+ msgid "Uruguay Peso"
2910
  msgstr ""
2911
 
2912
+ #: admin/manage-fields.php:806
2913
+ msgid "Uzbekistan Som"
2914
  msgstr ""
2915
 
2916
+ #: admin/manage-fields.php:807
2917
+ msgid "Venezuela Bolivar"
2918
  msgstr ""
2919
 
2920
+ #: admin/manage-fields.php:808
2921
+ msgid "Viet Nam Dong"
2922
  msgstr ""
2923
 
2924
+ #: admin/manage-fields.php:809
2925
+ msgid "Yemen Rial"
2926
  msgstr ""
2927
 
2928
+ #: admin/manage-fields.php:810
2929
+ msgid "Zimbabwe Dollar"
2930
  msgstr ""
2931
 
2932
+ #: admin/manage-fields.php:1310
2933
+ msgid ""
2934
+ "That field is already added in this form\n"
2935
+ ""
2936
  msgstr ""
2937
 
2938
+ #: admin/manage-fields.php:1303, admin/manage-fields.php:1117
2939
+ msgid ""
2940
+ "You must select a field\n"
2941
+ ""
2942
  msgstr ""
2943
 
2944
+ #: admin/manage-fields.php:1127
2945
+ msgid ""
2946
+ "Please choose a different field type as this one already exists in your form (must be unique)\n"
2947
+ ""
2948
  msgstr ""
2949
 
2950
+ #: admin/manage-fields.php:1141
2951
+ msgid ""
2952
+ "The entered avatar size is not numerical\n"
2953
+ ""
2954
  msgstr ""
2955
 
2956
+ #: admin/manage-fields.php:1138
2957
+ msgid ""
2958
+ "The entered avatar size is not between 20 and 200\n"
2959
+ ""
2960
  msgstr ""
2961
 
2962
+ #: admin/manage-fields.php:1152
2963
+ msgid ""
2964
+ "You must enter a value for the row number\n"
2965
+ ""
2966
  msgstr ""
2967
 
2968
+ #: admin/manage-fields.php:1149
2969
+ msgid ""
2970
+ "The entered row number is not numerical\n"
2971
+ ""
2972
  msgstr ""
2973
 
2974
+ #: admin/manage-fields.php:1160
2975
+ msgid ""
2976
+ "You must enter the site key\n"
2977
+ ""
2978
  msgstr ""
2979
 
2980
+ #: admin/manage-fields.php:1162
2981
+ msgid ""
2982
+ "You must enter the secret key\n"
2983
+ ""
2984
  msgstr ""
2985
 
2986
+ #: admin/manage-fields.php:1184
2987
+ msgid ""
2988
+ "The entered value for the Datepicker is not a valid date-format\n"
2989
+ ""
2990
  msgstr ""
2991
 
2992
+ #: admin/manage-fields.php:1170
2993
+ msgid ""
2994
+ "You must enter a value for the date-format\n"
2995
+ ""
2996
  msgstr ""
2997
 
2998
+ #: admin/manage-fields.php:1203
2999
+ msgid ""
3000
+ "The meta-name cannot be empty\n"
3001
+ ""
3002
  msgstr ""
3003
 
3004
+ #: admin/manage-fields.php:1208
3005
+ msgid ""
3006
+ "The meta-name cannot begin with a space\n"
3007
+ ""
3008
  msgstr ""
3009
 
3010
+ #: admin/manage-fields.php:1211
3011
+ msgid ""
3012
+ "The meta-name cannot end with a space\n"
3013
+ ""
3014
  msgstr ""
3015
 
3016
+ #: admin/manage-fields.php:1241, admin/manage-fields.php:1252
3017
+ msgid ""
3018
+ "That meta-name is already in use\n"
3019
+ ""
3020
  msgstr ""
3021
 
3022
+ #: admin/manage-fields.php:1233
3023
+ msgid ""
3024
+ "That meta-name can't be used, please choose another\n"
3025
+ ""
3026
  msgstr ""
3027
 
3028
+ #: admin/manage-fields.php:1263
3029
+ msgid ""
3030
+ "The meta-name can only contain lowercase letters, numbers, _ , - and no spaces.\n"
3031
+ ""
3032
  msgstr ""
3033
 
3034
+ #: admin/manage-fields.php:1287
3035
+ msgid ""
3036
+ "The following option did not coincide with the ones in the options list: %s\n"
3037
+ ""
3038
  msgstr ""
3039
 
3040
+ #: admin/manage-fields.php:1283
3041
+ msgid ""
3042
+ "The following option(s) did not coincide with the ones in the options list: %s\n"
3043
+ ""
3044
  msgstr ""
3045
 
3046
+ #: admin/manage-fields.php:1294
3047
+ msgid ""
3048
+ "Please select at least one user role\n"
3049
+ ""
3050
  msgstr ""
3051
 
3052
+ #: admin/manage-fields.php:1362
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:183, add-ons/custom-redirects/custom_redirects_admin.php:197, add-ons/custom-redirects/custom_redirects_admin.php:211, add-ons/custom-redirects/custom_redirects_admin.php:225, 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:872, 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:183, add-ons/custom-redirects/custom_redirects_admin.php:197, add-ons/custom-redirects/custom_redirects_admin.php:211, add-ons/custom-redirects/custom_redirects_admin.php:225, 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:180, features/roles-editor/roles-editor.php:910, features/roles-editor/roles-editor.php:899, features/roles-editor/roles-editor.php:890, 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
 
3064
+ #: admin/manage-fields.php:1377
3065
+ msgid "Use these shortcodes on the pages you want the forms to be displayed:"
3066
  msgstr ""
3067
 
3068
+ #: admin/manage-fields.php:1390
3069
+ msgid "With Profile Builder Pro you can display different fields in the registration and edit profile forms, using the Multiple Registration & Edit Profile Forms add-on."
3070
  msgstr ""
3071
 
3072
+ #: admin/manage-fields.php:1388
3073
+ msgid "If you're interested in displaying different fields in the registration and edit profile forms, please use the Multiple Registration & Edit Profile Forms Add-ons."
3074
  msgstr ""
3075
 
3076
+ #: admin/manage-fields.php:1489
3077
+ msgid "Search Location"
3078
  msgstr ""
3079
 
3080
+ #: admin/pms-cross-promotion.php:11, admin/pms-cross-promotion.php:11
3081
+ msgid "Paid Accounts"
3082
  msgstr ""
3083
 
3084
+ #: admin/pms-cross-promotion.php:34
3085
+ msgid "Paid Member Subscriptions - a free WordPress plugin"
3086
  msgstr ""
3087
 
3088
+ #: admin/pms-cross-promotion.php:38
3089
+ msgid "With the new Subscriptions Field in Profile Builder, your registration forms will allow your users to sign up for paid accounts."
3090
  msgstr ""
3091
 
3092
+ #: admin/pms-cross-promotion.php:41
3093
+ msgid "Paid & Free Subscriptions"
3094
  msgstr ""
3095
 
3096
+ #: admin/pms-cross-promotion.php:42
3097
+ msgid "Restrict Content"
3098
  msgstr ""
3099
 
3100
+ #: admin/pms-cross-promotion.php:43
3101
+ msgid "Member Management"
3102
  msgstr ""
3103
 
3104
+ #: admin/pms-cross-promotion.php:44
3105
+ msgid "Email Templates"
3106
  msgstr ""
3107
 
3108
+ #: admin/pms-cross-promotion.php:45
3109
+ msgid "Account Management"
3110
  msgstr ""
3111
 
3112
+ #: admin/pms-cross-promotion.php:46
3113
+ msgid "Subscription Management"
3114
  msgstr ""
3115
 
3116
+ #: admin/pms-cross-promotion.php:47
3117
+ msgid "Payment Management"
3118
  msgstr ""
3119
 
3120
+ #: admin/pms-cross-promotion.php:79, admin/pms-cross-promotion.php:115, admin/pms-cross-promotion.php:194, features/two-factor-authentication/class-two-factor-authentication.php:231, features/two-factor-authentication/class-two-factor-authentication.php:343
3121
+ msgid "Activate"
3122
  msgstr ""
3123
 
3124
+ #: admin/pms-cross-promotion.php:81
3125
+ msgid "Downloading and installing..."
3126
  msgstr ""
3127
 
3128
+ #: admin/pms-cross-promotion.php:82
3129
+ msgid "Installation complete"
3130
  msgstr ""
3131
 
3132
+ #: admin/pms-cross-promotion.php:84
3133
+ msgid "Plugin is Active"
3134
  msgstr ""
3135
 
3136
+ #: admin/pms-cross-promotion.php:85
3137
+ msgid "Plugin has been activated"
3138
  msgstr ""
3139
 
3140
+ #: admin/pms-cross-promotion.php:86
3141
+ msgid "Retry Install"
3142
  msgstr ""
3143
 
3144
+ #: admin/pms-cross-promotion.php:88, admin/pms-cross-promotion.php:126, admin/pms-cross-promotion.php:205
3145
+ msgid "Plugin is <strong>active</strong>"
3146
  msgstr ""
3147
 
3148
+ #: admin/pms-cross-promotion.php:89, admin/pms-cross-promotion.php:124, admin/pms-cross-promotion.php:203
3149
+ msgid "Plugin is <strong>inactive</strong>"
3150
  msgstr ""
3151
 
3152
+ #: admin/pms-cross-promotion.php:91, admin/pms-cross-promotion.php:119, admin/pms-cross-promotion.php:198
3153
+ msgid "Deactivate"
3154
  msgstr ""
3155
 
3156
+ #: admin/pms-cross-promotion.php:92
3157
+ msgid "Plugin has been deactivated."
3158
  msgstr ""
3159
 
3160
+ #: admin/pms-cross-promotion.php:103
3161
+ msgid "Free"
3162
  msgstr ""
3163
 
3164
+ #: admin/pms-cross-promotion.php:105
3165
+ msgid "Accept user payments, create subscription plans and restrict content on your website."
3166
  msgstr ""
3167
 
3168
+ #: admin/pms-cross-promotion.php:106
3169
+ msgid "More Details"
3170
  msgstr ""
3171
 
3172
+ #: admin/pms-cross-promotion.php:138, admin/pms-cross-promotion.php:217
3173
+ msgid "Install Now"
3174
  msgstr ""
3175
 
3176
+ #: admin/pms-cross-promotion.php:135, admin/pms-cross-promotion.php:214
3177
+ msgid "Download Now"
3178
  msgstr ""
3179
 
3180
+ #: admin/pms-cross-promotion.php:142, admin/pms-cross-promotion.php:221
3181
+ msgid "Compatible with your version of Profile Builder."
3182
  msgstr ""
3183
 
3184
+ #: admin/pms-cross-promotion.php:147
3185
+ msgid "Could not install plugin. Retry or <a href=\"%s\" target=\"_blank\">install manually</a>."
3186
  msgstr ""
3187
 
3188
+ #: admin/pms-cross-promotion.php:156
3189
+ msgid "Step by Step Quick Setup"
3190
  msgstr ""
3191
 
3192
+ #: admin/pms-cross-promotion.php:240
3193
+ msgid "Allow your users to have <strong>paid accounts with Profile Builder</strong>. %1$sFind out how >%2$s %3$sDismiss%4$s"
3194
  msgstr ""
3195
 
3196
+ #: admin/private-website.php:53
3197
+ msgid "Private Website Settings"
3198
  msgstr ""
3199
 
3200
+ #: admin/private-website.php:66
3201
+ msgid "Enable Private Website"
3202
  msgstr ""
3203
 
3204
+ #: admin/private-website.php:73
3205
+ msgid "Activate Private Website. It will restrict the content, RSS and REST API for your website"
3206
  msgstr ""
3207
 
3208
+ #: admin/private-website.php:79
3209
+ msgid "Redirect to"
3210
  msgstr ""
3211
 
3212
+ #: admin/private-website.php:82
3213
+ msgid "Default WordPress login page"
3214
  msgstr ""
3215
 
3216
+ #: admin/private-website.php:95
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:253
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
 
3224
+ #: admin/private-website.php:102
3225
+ msgid "Allowed Pages"
3226
  msgstr ""
3227
 
3228
+ #: admin/private-website.php:117
3229
+ msgid "Allow these pages to be accessed even if you are not logged in"
3230
  msgstr ""
3231
 
3232
+ #: admin/private-website.php:123
3233
+ msgid "Allowed Paths"
3234
  msgstr ""
3235
 
3236
+ #: admin/private-website.php:127
3237
+ msgid "Allow these paths to be accessed even if you are not logged in (supports wildcard at the end of the path). For example to exclude https://example.com/some/path/ you can either use the rule /some/path/ or /some/* Enter each rule on it's own line"
3238
  msgstr ""
3239
 
3240
+ #: admin/private-website.php:133
3241
+ msgid "Hide all Menus"
3242
  msgstr ""
3243
 
3244
+ #: admin/private-website.php:140
3245
+ msgid "Hide all menu items if you are not logged in."
3246
  msgstr ""
3247
 
3248
+ #: admin/private-website.php:141
3249
+ msgid "We recommend \"<a href=\"%s\" target=\"_blank\">Custom Profile Menus</a>\" addon if you need different menu items for logged in / logged out users."
3250
  msgstr ""
3251
 
3252
+ #: admin/private-website.php:147
3253
+ msgid "Disable REST-API"
3254
  msgstr ""
3255
 
3256
+ #: admin/private-website.php:154
3257
+ msgid "Disable the WordPress REST-API for non-logged in users when Private Website is enabled"
3258
  msgstr ""
3259
 
3260
+ #: admin/register-version.php:20, admin/register-version.php:20
3261
+ msgid "Profile Builder Register"
3262
  msgstr ""
3263
 
3264
+ #: admin/register-version.php:14
3265
+ msgid "Register Your Version"
3266
  msgstr ""
3267
 
3268
+ #: admin/register-version.php:14
3269
+ msgid "Register Version"
3270
  msgstr ""
3271
 
3272
+ #: admin/register-version.php:61
3273
+ msgid "Register your version of %s"
3274
  msgstr ""
3275
 
3276
+ #: admin/register-version.php:69
3277
+ msgid "Now that you acquired a copy of %s, you should take the time and register it with the serial number you received"
3278
  msgstr ""
3279
 
3280
+ #: admin/register-version.php:70
3281
+ msgid "If you register this version of Profile Builder, you'll receive information regarding upgrades, patches, and technical support."
3282
  msgstr ""
3283
 
3284
+ #: admin/register-version.php:72
3285
+ msgid " Serial Number:"
3286
  msgstr ""
3287
 
3288
+ #: admin/register-version.php:85
3289
+ msgid "The serial number couldn't be validated because process timed out. This is possible due to the server being down. Please try again later!"
3290
  msgstr ""
3291
 
3292
+ #: admin/register-version.php:83
3293
+ msgid "The serial number couldn't be validated because it expired!"
3294
  msgstr ""
3295
 
3296
+ #: admin/register-version.php:83
3297
+ msgid " Your serial number is expired, please %1$s Renew Your License%2$s."
3298
  msgstr ""
3299
 
3300
+ #: admin/register-version.php:81
3301
+ msgid "The serial number is about to expire soon!"
3302
  msgstr ""
3303
 
3304
+ #: admin/register-version.php:81
3305
+ msgid " Your serial number is about to expire, please %1$s Renew Your License%2$s."
3306
  msgstr ""
3307
 
3308
+ #: admin/register-version.php:79
3309
+ msgid "The serial number entered couldn't be validated!"
3310
  msgstr ""
3311
 
3312
+ #: admin/register-version.php:77
3313
+ msgid "The serial number was successfully validated!"
3314
  msgstr ""
3315
 
3316
+ #: admin/register-version.php:87
3317
+ msgid "(e.g. CLPB-15-SN-253a55baa4fbe7bf595b2aabb8d72985)"
3318
  msgstr ""
3319
 
3320
+ #: admin/register-version.php:281
3321
+ msgid "Your <strong>Profile Builder</strong> license is about to expire on %5$s. <br/>Please %1$sRenew Your Licence%2$s to continue receiving access to product downloads, automatic updates and support. %3$sRenew now %4$s %6$sDismiss%7$s"
3322
  msgstr ""
3323
 
3324
+ #: admin/register-version.php:274
3325
+ msgid "Your <strong>Profile Builder</strong> license has expired. <br/>Please %1$sRenew Your Licence%2$s to continue receiving access to product downloads, automatic updates and support. %3$sRenew now %4$s %5$sDismiss%6$s"
3326
  msgstr ""
3327
 
3328
+ #: admin/register-version.php:272
3329
+ msgid "Your <strong>Profile Builder</strong> license has expired. <br/>Please %1$sRenew Your Licence%2$s to continue receiving access to product downloads, automatic updates and support. %3$sRenew now %4$s"
3330
  msgstr ""
3331
 
3332
+ #: admin/register-version.php:266
3333
+ msgid "Your <strong>Profile Builder</strong> serial number is invalid or missing. <br/>Please %1$sregister your copy%2$s to receive access to automatic updates and support. Need a license key? %3$sPurchase one now%4$s"
3334
  msgstr ""
3335
 
3336
+ #: admin/review.php:73
3337
+ msgid "Hello! Seems like you've been using Profile Builder to create front-end user forms. That's awesome!"
3338
  msgstr ""
3339
 
3340
+ #: admin/review.php:75
3341
+ msgid "If you can spare a few moments to rate it on WordPress.org, it would help us a lot (and boost my motivation)."
3342
  msgstr ""
3343
 
3344
+ #: admin/review.php:78
3345
+ msgid "~ Paul, developer of Profile Builder"
3346
  msgstr ""
3347
 
3348
+ #: admin/review.php:84
3349
+ msgid "Ok, I will gladly help!"
3350
  msgstr ""
3351
 
3352
+ #: admin/review.php:88
3353
+ msgid "No, thanks."
3354
  msgstr ""
3355
 
3356
+ #: admin/review.php:124
3357
+ msgid "If you enjoy using <strong> %1$s </strong> please <a href=\"%2$s\" target=\"_blank\">rate us on WordPress.org</a>. More happy users means more features, less bugs and better support for everyone. "
3358
  msgstr ""
3359
 
3360
+ #: features/functions.php:348
3361
+ msgid "GDPR Checkbox"
3362
  msgstr ""
3363
 
3364
+ #: features/functions.php:348
3365
+ msgid "I allow the website to collect and store the data I submit through this form."
3366
  msgstr ""
3367
 
3368
+ #: features/functions.php:348
3369
+ msgid "Honeypot"
3370
  msgstr ""
3371
 
3372
+ #: features/functions.php:762
3373
+ msgid "Strength indicator"
3374
  msgstr ""
3375
 
3376
+ #: features/functions.php:788, features/functions.php:812
3377
+ msgid "Very Weak"
3378
  msgstr ""
3379
 
3380
+ #: features/functions.php:802
3381
+ msgid "Minimum length of %d characters."
3382
  msgstr ""
3383
 
3384
+ #: features/functions.php:813, front-end/recover.php:384, front-end/default-fields/password/password.php:59
3385
+ msgid "The password must have a minimum strength of %s"
3386
  msgstr ""
3387
 
3388
+ #: features/functions.php:964
3389
+ msgid "This field is required"
3390
  msgstr ""
3391
 
3392
+ #: features/functions.php:1002, front-end/default-fields/recaptcha/recaptcha.php:538, front-end/default-fields/recaptcha/recaptcha.php:529, front-end/default-fields/recaptcha/recaptcha.php:594, front-end/default-fields/recaptcha/recaptcha.php:642
3393
+ msgid "Please enter a (valid) reCAPTCHA value"
 
 
 
 
3394
  msgstr ""
3395
 
3396
+ #: features/functions.php:1009
3397
+ msgid "Incorrect phone number"
3398
  msgstr ""
3399
 
3400
+ #: features/functions.php:1052, features/roles-editor/roles-editor.php:181, 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
 
3404
+ #: features/functions.php:1073, assets/lib/wck-api/wordpress-creation-kit.php:447
3405
+ msgid "Content"
3406
  msgstr ""
3407
 
3408
+ #: features/functions.php:1261
3409
+ msgid "<br><br>Also, you will be able to visit your site at "
3410
  msgstr ""
3411
 
3412
+ #: features/functions.php:1274
3413
+ msgid "<br><br>You can visit your site at "
3414
  msgstr ""
3415
 
3416
+ #: features/functions.php:1365, add-ons-advanced/social-connect/index.php:417
3417
+ msgid "here"
3418
  msgstr ""
3419
 
3420
+ #: features/functions.php:1366
3421
+ msgid "You will soon be redirected automatically. If you see this page for more than %1$d seconds, please click %2$s.%3$s"
3422
  msgstr ""
3423
 
3424
+ #: features/functions.php:1542
3425
+ msgid "No feed available,please visit our <a href=\"%s\">homepage</a>!"
3426
  msgstr ""
3427
 
3428
+ #: features/functions.php:1583
3429
+ msgid "You are not currently logged in."
3430
  msgstr ""
3431
 
3432
+ #: features/functions.php:1620
3433
+ msgid "Profile Builder"
3434
  msgstr ""
3435
 
3436
+ #: features/functions.php:1638, features/email-confirmation/class-email-confirmation.php:92, features/email-confirmation/class-email-confirmation.php:171
3437
+ msgid "User Meta"
3438
  msgstr ""
3439
 
3440
+ #: front-end/class-formbuilder.php:141
3441
+ msgid "The role of the created user set to the default role. Only an administrator can register a user with the role assigned to this form."
3442
  msgstr ""
3443
 
3444
+ #: front-end/class-formbuilder.php:193
3445
+ msgid "You must be logged in to edit your profile."
3446
  msgstr ""
3447
 
3448
+ #: front-end/class-formbuilder.php:187
3449
+ msgid "You are currently logged in as %1s. You don't need another account. %2s"
3450
  msgstr ""
3451
 
3452
+ #: front-end/class-formbuilder.php:187
3453
+ msgid "Log out of this account."
3454
  msgstr ""
3455
 
3456
+ #: front-end/class-formbuilder.php:187, add-ons-advanced/custom-profile-menus/index.php:61, add-ons-advanced/custom-profile-menus/index.php:62, add-ons-advanced/custom-profile-menus/index.php:183, add-ons-advanced/custom-profile-menus/wppb-custom-profile-menus.php:16
3457
+ msgid "Logout"
3458
  msgstr ""
3459
 
3460
+ #: front-end/class-formbuilder.php:167
3461
+ msgid "Users cannot currently register themselves, but you can manually create users here."
3462
  msgstr ""
3463
 
3464
+ #: front-end/class-formbuilder.php:167, front-end/class-formbuilder.php:164
3465
+ msgid "This message is only visible by administrators"
3466
  msgstr ""
3467
 
3468
+ #: front-end/class-formbuilder.php:164
3469
+ msgid "Users can register themselves or you can manually create users here."
3470
  msgstr ""
3471
 
3472
+ #: front-end/class-formbuilder.php:154
3473
+ msgid "Only an administrator can add new users."
3474
  msgstr ""
3475
 
3476
+ #: front-end/class-formbuilder.php:302, front-end/login.php:641, assets/lib/wck-api/wordpress-creation-kit.php:787
3477
+ msgid "You are not allowed to do this."
3478
  msgstr ""
3479
 
3480
+ #: front-end/class-formbuilder.php:406
3481
+ msgid "There was an error in the submitted form"
3482
  msgstr ""
3483
 
3484
+ #: front-end/class-formbuilder.php:395
3485
+ msgid "Your profile has been successfully updated!"
3486
  msgstr ""
3487
 
3488
+ #: front-end/class-formbuilder.php:362, front-end/class-formbuilder.php:369
3489
+ msgid "The account %1s has been successfully created!"
3490
  msgstr ""
3491
 
3492
+ #: front-end/class-formbuilder.php:365, front-end/class-formbuilder.php:375
3493
+ msgid "Before you can access your account %1s, you need to confirm your email address. Please check your inbox and click the activation link."
3494
  msgstr ""
3495
 
3496
+ #: front-end/class-formbuilder.php:371
3497
+ msgid "Before you can access your account %1s, an administrator has to approve it. You will be notified via email."
3498
  msgstr ""
3499
 
3500
+ #: front-end/class-formbuilder.php:467
3501
+ msgid "Update"
3502
  msgstr ""
3503
 
3504
+ #: front-end/class-formbuilder.php:464
3505
+ msgid "Add User"
3506
  msgstr ""
3507
 
3508
+ #: front-end/class-formbuilder.php:464, front-end/login.php:583, add-ons-advanced/custom-profile-menus/index.php:303, add-ons-advanced/custom-profile-menus/wppb-custom-profile-menus.php:75, assets/misc/elementor/widgets/class-pb-widget-rf.php:32
3509
+ msgid "Register"
3510
  msgstr ""
3511
 
3512
+ #: front-end/class-formbuilder.php:549
3513
+ msgid "Send these credentials via email."
3514
  msgstr ""
3515
 
3516
+ #: front-end/class-formbuilder.php:789
3517
+ msgid "There are no other users to edit"
3518
  msgstr ""
3519
 
3520
+ #: front-end/class-formbuilder.php:771
3521
+ msgid "User to edit:"
3522
  msgstr ""
3523
 
3524
+ #: front-end/class-formbuilder.php:773
3525
+ msgid "Select User"
3526
  msgstr ""
3527
 
3528
+ #: front-end/class-formbuilder.php:815
3529
+ msgid "Something went wrong. Please try again!"
3530
  msgstr ""
3531
 
3532
+ #. translators: 1: Browser cookie documentation URL, 2: Support forums URL
3533
+ #: front-end/login.php:44
3534
+ msgid "<strong>ERROR</strong>: Cookies are blocked due to unexpected output. For help, please see <a href=\"%1$s\">this documentation</a> or try the <a href=\"%2$s\">support forums</a>."
3535
  msgstr ""
3536
 
3537
+ #: front-end/login.php:118
3538
+ msgid "Username or Email Address"
3539
  msgstr ""
3540
 
3541
+ #: front-end/login.php:120
3542
+ msgid "Remember Me"
3543
  msgstr ""
3544
 
3545
+ #: front-end/login.php:121
3546
+ msgid "Log In"
3547
  msgstr ""
3548
 
3549
+ #: front-end/login.php:282
3550
+ msgid "SUCCESS"
3551
  msgstr ""
3552
 
3553
+ #: front-end/login.php:282
3554
+ msgid "Activation email sent to %s"
3555
  msgstr ""
3556
 
3557
+ #: front-end/login.php:318, front-end/login.php:410, front-end/login.php:448, front-end/recover.php:18, front-end/recover.php:324, features/two-factor-authentication/class-two-factor-authentication.php:574, front-end/extra-fields/extra-fields.php:97
3558
+ msgid "ERROR"
3559
  msgstr ""
3560
 
3561
+ #: front-end/login.php:318
3562
+ msgid "You need to confirm your Email Address before logging in! To resend the Confirmation Email %1$sclick here%2$s"
3563
  msgstr ""
3564
 
3565
+ #: front-end/login.php:414
3566
+ msgid "The password field is empty."
3567
  msgstr ""
3568
 
3569
+ #: front-end/login.php:418
3570
+ msgid "The password you entered is incorrect."
3571
  msgstr ""
3572
 
3573
+ #: front-end/login.php:427
3574
+ msgid "The username field is empty"
3575
  msgstr ""
3576
 
3577
+ #: front-end/login.php:425
3578
+ msgid "The username/email field is empty"
3579
  msgstr ""
3580
 
3581
+ #: front-end/login.php:423
3582
+ msgid "The email field is empty."
3583
  msgstr ""
3584
 
3585
+ #: front-end/login.php:436
3586
+ msgid "Invalid username."
3587
  msgstr ""
3588
 
3589
+ #: front-end/login.php:434
3590
+ msgid "Invalid username or email."
3591
  msgstr ""
3592
 
3593
+ #: front-end/login.php:432
3594
+ msgid "Invalid email."
3595
  msgstr ""
3596
 
3597
+ #: front-end/login.php:442
3598
+ msgid "Password Lost and Found."
3599
  msgstr ""
3600
 
3601
+ #: front-end/login.php:442, front-end/login.php:589
3602
+ msgid "Lost your password?"
3603
  msgstr ""
3604
 
3605
+ #: front-end/login.php:448
3606
+ msgid "Both fields are empty."
3607
  msgstr ""
3608
 
3609
+ #: front-end/login.php:628, front-end/logout.php:38
3610
+ msgid "Log out of this account"
3611
  msgstr ""
3612
 
3613
+ #: front-end/login.php:628, front-end/logout.php:25
3614
+ msgid "Log out &raquo;"
3615
  msgstr ""
3616
 
3617
+ #: front-end/login.php:629
3618
+ msgid "You are currently logged in as %1$s. %2$s"
3619
  msgstr ""
3620
 
3621
+ #: front-end/login.php:541, front-end/recover.php:122
3622
+ msgid "Username or Email"
3623
  msgstr ""
3624
 
3625
+ #: front-end/logout.php:25
3626
+ msgid "You are currently logged in as %s. "
3627
  msgstr ""
3628
 
3629
+ #: front-end/recover.php:18
3630
+ msgid "Your account has to be confirmed by an administrator before you can use the \"Password Reset\" feature."
3631
  msgstr ""
3632
 
3633
+ #: front-end/recover.php:93
3634
+ msgid "Reset Password"
3635
  msgstr ""
3636
 
3637
+ #: front-end/recover.php:121
3638
+ msgid "Please enter your username or email address."
3639
  msgstr ""
3640
 
3641
+ #: front-end/recover.php:117
3642
+ msgid "Please enter your email address."
3643
  msgstr ""
3644
 
3645
+ #: front-end/recover.php:125
3646
+ msgid "You will receive a link to create a new password via email."
3647
  msgstr ""
3648
 
3649
+ #: front-end/recover.php:138
3650
+ msgid "Get New Password"
3651
  msgstr ""
3652
 
3653
+ #: front-end/recover.php:184
3654
+ msgid "Someone requested that the password be reset for the following account: <b>%1$s</b><br/>If this was a mistake, just ignore this email and nothing will happen.<br/>To reset your password, visit the following link:%2$s"
3655
  msgstr ""
3656
 
3657
+ #: front-end/recover.php:187
3658
+ msgid "Password Reset from \"%1$s\""
3659
  msgstr ""
3660
 
3661
+ #: front-end/recover.php:214
3662
+ msgid "You have successfully reset your password."
3663
  msgstr ""
3664
 
3665
+ #: front-end/recover.php:216
3666
+ msgid "Password Successfully Reset for %1$s on \"%2$s\""
3667
  msgstr ""
3668
 
3669
+ #: front-end/recover.php:234
3670
+ msgid "%1$s has requested a password change via the password reset feature.<br/>His/her new password is:%2$s"
3671
  msgstr ""
3672
 
3673
+ #: front-end/recover.php:269
3674
+ msgid "You are already logged in. You can change your password on the edit profile form."
3675
  msgstr ""
3676
 
3677
+ #: front-end/recover.php:444
3678
+ msgid "The password must not be empty!"
3679
  msgstr ""
3680
 
3681
+ #: front-end/recover.php:363
3682
+ msgid "The key cannot be empty!"
3683
  msgstr ""
3684
 
3685
+ #: front-end/recover.php:369, front-end/recover.php:470
3686
+ msgid "Invalid key!"
3687
  msgstr ""
3688
 
3689
+ #: front-end/recover.php:374
3690
+ msgid "The entered passwords don't match!"
3691
  msgstr ""
3692
 
3693
+ #: front-end/recover.php:380, front-end/default-fields/password/password.php:55
3694
+ msgid "The password must have the minimum length of %s characters"
3695
  msgstr ""
3696
 
3697
+ #: front-end/recover.php:391
3698
+ msgid "Your password has been successfully changed!"
3699
  msgstr ""
3700
 
3701
+ #: front-end/recover.php:297
3702
+ msgid "The username entered wasn't found in the database!"
3703
  msgstr ""
3704
 
3705
+ #: front-end/recover.php:297
3706
+ msgid "Please check that you entered the correct username."
3707
  msgstr ""
3708
 
3709
+ #: front-end/recover.php:340
3710
+ msgid "The email address entered wasn't found in the database!"
3711
  msgstr ""
3712
 
3713
+ #: front-end/recover.php:340
3714
+ msgid "Please check that you entered the correct email address."
3715
  msgstr ""
3716
 
3717
+ #: front-end/recover.php:310
3718
+ msgid "Check your email for the confirmation link."
3719
  msgstr ""
3720
 
3721
+ #: front-end/recover.php:324
3722
+ msgid "There was an error while trying to send the activation link to %1$s!"
3723
  msgstr ""
3724
 
3725
+ #: front-end/recover.php:470
3726
+ msgid "ERROR:"
3727
  msgstr ""
3728
 
3729
+ #: front-end/register.php:58
3730
+ msgid "Invalid activation key!"
3731
  msgstr ""
3732
 
3733
+ #: front-end/register.php:62
3734
+ msgid "This username is now active!"
3735
  msgstr ""
3736
 
3737
+ #: front-end/register.php:164
3738
+ msgid "There was an error while trying to activate the user."
3739
  msgstr ""
3740
 
3741
+ #: front-end/register.php:121
3742
+ msgid "Your email was successfully confirmed."
3743
  msgstr ""
3744
 
3745
+ #: front-end/register.php:122, features/email-confirmation/email-confirmation.php:687
3746
+ msgid "Before you can access your account, an administrator needs to approve it. You will be notified via email."
3747
  msgstr ""
3748
 
3749
+ #: front-end/register.php:84
3750
+ msgid "This username is already activated!"
3751
  msgstr ""
3752
 
3753
+ #: front-end/register.php:81, features/email-confirmation/email-confirmation.php:486
3754
+ msgid "Could not create user!"
3755
  msgstr ""
3756
 
3757
+ #: add-ons/custom-redirects/custom_redirects_admin.php:49, assets/misc/elementor/widgets/class-pb-widget-l.php:96
3758
+ msgid "After Login"
3759
  msgstr ""
3760
 
3761
+ #: add-ons/custom-redirects/custom_redirects_admin.php:50, assets/misc/elementor/widgets/class-pb-widget-l.php:105
3762
+ msgid "After Logout"
3763
  msgstr ""
3764
 
3765
+ #: add-ons/custom-redirects/custom_redirects_admin.php:51
3766
+ msgid "After Registration"
3767
  msgstr ""
3768
 
3769
+ #: add-ons/custom-redirects/custom_redirects_admin.php:52
3770
+ msgid "After Edit Profile"
3771
  msgstr ""
3772
 
3773
+ #: add-ons/custom-redirects/custom_redirects_admin.php:53
3774
+ msgid "After Successful Email Confirmation"
3775
  msgstr ""
3776
 
3777
+ #: add-ons/custom-redirects/custom_redirects_admin.php:54
3778
+ msgid "After Successful Password Reset"
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:59, add-ons/user-listing/userlisting.php:168, add-ons/user-listing/userlisting.php:2528
3786
+ msgid "User ID"
3787
  msgstr ""
3788
 
3789
+ #: add-ons/custom-redirects/custom_redirects_admin.php:65
3790
+ msgid "User ID or Username"
3791
  msgstr ""
3792
 
3793
+ #: add-ons/custom-redirects/custom_redirects_admin.php:66
3794
+ msgid "User ID / Username"
3795
  msgstr ""
3796
 
3797
+ #: add-ons/custom-redirects/custom_redirects_admin.php:66
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:67, add-ons/custom-redirects/custom_redirects_admin.php:97, add-ons/custom-redirects/custom_redirects_admin.php:116, add-ons/custom-redirects/custom_redirects_admin.php:135
3802
+ msgid "Redirect Type"
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:142, features/content-restriction/content-restriction.php:115
3806
+ msgid "Redirect URL"
3807
  msgstr ""
3808
 
3809
+ #: 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:142
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:75, add-ons/custom-redirects/custom_redirects_admin.php:245
3814
+ msgid "Individual User Redirects"
3815
  msgstr ""
3816
 
3817
+ #: add-ons/custom-redirects/custom_redirects_admin.php:88
3818
+ msgid "... Choose"
3819
  msgstr ""
3820
 
3821
+ #: add-ons/custom-redirects/custom_redirects_admin.php:96, add-ons/email-customizer/email-customizer.php:31
3822
+ msgid "User Role"
3823
  msgstr ""
3824
 
3825
+ #: add-ons/custom-redirects/custom_redirects_admin.php:96
3826
+ msgid "Select a user role."
3827
  msgstr ""
3828
 
3829
+ #: add-ons/custom-redirects/custom_redirects_admin.php:105, add-ons/custom-redirects/custom_redirects_admin.php:246
3830
+ msgid "User Role based Redirects"
3831
  msgstr ""
3832
 
3833
+ #: add-ons/custom-redirects/custom_redirects_admin.php:124, add-ons/custom-redirects/custom_redirects_admin.php:247
3834
+ msgid "Global Redirects"
3835
  msgstr ""
3836
 
3837
+ #: add-ons/custom-redirects/custom_redirects_admin.php:137
3838
+ msgid "Login ( wp-login.php )"
3839
  msgstr ""
3840
 
3841
+ #: add-ons/custom-redirects/custom_redirects_admin.php:138
3842
+ msgid "Register ( wp-login.php?action=register )"
3843
  msgstr ""
3844
 
3845
+ #: add-ons/custom-redirects/custom_redirects_admin.php:139
3846
+ msgid "Lost Password ( wp-login.php?action=lostpassword )"
3847
  msgstr ""
3848
 
3849
+ #: add-ons/custom-redirects/custom_redirects_admin.php:140
3850
+ msgid "Author Archive ( http://sitename.com/author/admin )"
3851
  msgstr ""
3852
 
3853
+ #: add-ons/custom-redirects/custom_redirects_admin.php:149
3854
+ msgid "Redirect Default WordPress Forms and Pages"
3855
  msgstr ""
3856
 
3857
+ #: add-ons/custom-redirects/custom_redirects_admin.php:161
3858
+ msgid "How does this work?"
3859
  msgstr ""
3860
 
3861
+ #: add-ons/custom-redirects/custom_redirects_admin.php:183
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:197
3866
+ msgid "<pre>User Role</pre><pre>Redirect</pre><pre>URL</pre>"
3867
  msgstr ""
3868
 
3869
+ #: add-ons/custom-redirects/custom_redirects_admin.php:211, add-ons/custom-redirects/custom_redirects_admin.php:225
3870
+ msgid "<pre>Redirect</pre><pre>URL</pre>"
3871
  msgstr ""
3872
 
3873
+ #: add-ons/custom-redirects/custom_redirects_admin.php:240
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:242
3878
+ msgid "Which redirect happens depends on the following priority:"
3879
  msgstr ""
3880
 
3881
+ #: add-ons/custom-redirects/custom_redirects_admin.php:244
3882
+ msgid "Multiple Registration and Edit Profile form settings Redirects"
3883
  msgstr ""
3884
 
3885
+ #: add-ons/custom-redirects/custom_redirects_admin.php:248
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:251
3890
+ msgid "Redirect Default WordPress forms and pages"
3891
  msgstr ""
3892
 
3893
+ #: add-ons/custom-redirects/custom_redirects_admin.php:252
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:255
3898
+ msgid "Available tags for dynamic URLs"
3899
  msgstr ""
3900
 
3901
+ #: add-ons/custom-redirects/custom_redirects_admin.php:256
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:258
3906
+ msgid "generates a url of the current website homepage."
3907
  msgstr ""
3908
 
3909
+ #: add-ons/custom-redirects/custom_redirects_admin.php:259
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:260
3914
+ msgid "the ID of the user"
3915
  msgstr ""
3916
 
3917
+ #: add-ons/custom-redirects/custom_redirects_admin.php:261
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:262
3922
+ msgid "the URL of the previously visited page"
3923
  msgstr ""
3924
 
3925
+ #: add-ons/custom-redirects/custom_redirects_admin.php:263
3926
+ msgid "the default URL set by WordPress after login"
3927
  msgstr ""
3928
 
3929
+ #: add-ons/custom-redirects/custom_redirects_admin.php:358, add-ons/custom-redirects/custom_redirects_admin.php:352, add-ons/custom-redirects/custom_redirects_admin.php:346
3930
+ msgid "You can't add duplicate redirects!"
3931
  msgstr ""
3932
 
3933
+ #: add-ons/email-customizer/admin-email-customizer.php:11
3934
+ msgid "Admin Email Customizer"
3935
  msgstr ""
3936
 
3937
+ #: add-ons/email-customizer/admin-email-customizer.php:12
3938
+ msgid "Admin Email Customizer Settings"
3939
  msgstr ""
3940
 
3941
+ #: add-ons/email-customizer/admin-email-customizer.php:30, add-ons/email-customizer/user-email-customizer.php:30
3942
+ msgid "Settings saved."
3943
+ msgstr ""
3944
+
3945
+ #: add-ons/email-customizer/admin-email-customizer.php:53
3946
+ msgid "These settings are also replicated in the \"User Email Customizer\" settings-page upon save."
3947
+ msgstr ""
3948
+
3949
+ #: add-ons/email-customizer/admin-email-customizer.php:53, add-ons/email-customizer/user-email-customizer.php:53
3950
+ msgid "Valid tags {{reply_to}} and {{site_name}}"
3951
+ msgstr ""
3952
+
3953
+ #: add-ons/email-customizer/admin-email-customizer.php:56, add-ons/email-customizer/user-email-customizer.php:56
3954
+ msgid "From (name)"
3955
+ msgstr ""
3956
+
3957
+ #: add-ons/email-customizer/admin-email-customizer.php:64, add-ons/email-customizer/user-email-customizer.php:64
3958
+ msgid "From (reply-to email)"
3959
+ msgstr ""
3960
+
3961
+ #: add-ons/email-customizer/admin-email-customizer.php:69, add-ons/email-customizer/user-email-customizer.php:69
3962
+ msgid "Must be a valid email address or the tag {{reply_to}} which defaults to the administrator email"
3963
+ msgstr ""
3964
+
3965
+ #: add-ons/email-customizer/admin-email-customizer.php:72, add-ons/email-customizer/user-email-customizer.php:72
3966
+ msgid "Common Settings"
3967
+ msgstr ""
3968
+
3969
+ #: add-ons/email-customizer/admin-email-customizer.php:75
3970
+ msgid ""
3971
+ "<p>New subscriber on {{site_name}}.</p>\n"
3972
+ "<p>Username:{{username}}</p>\n"
3973
+ "<p>Email:{{user_email}}</p>\n"
3974
+ ""
3975
+ msgstr ""
3976
+
3977
+ #: add-ons/email-customizer/admin-email-customizer.php:80, add-ons/email-customizer/admin-email-customizer.php:111, add-ons/email-customizer/admin-email-customizer.php:142, add-ons/email-customizer/admin-email-customizer.php:178, add-ons/email-customizer/user-email-customizer.php:83, add-ons/email-customizer/user-email-customizer.php:114, add-ons/email-customizer/user-email-customizer.php:146, add-ons/email-customizer/user-email-customizer.php:177, add-ons/email-customizer/user-email-customizer.php:209, add-ons/email-customizer/user-email-customizer.php:241, add-ons/email-customizer/user-email-customizer.php:273, add-ons/email-customizer/user-email-customizer.php:307, add-ons/email-customizer/user-email-customizer.php:341, add-ons/email-customizer/user-email-customizer.php:377
3978
+ msgid "Email Subject"
3979
+ msgstr ""
3980
+
3981
+ #: add-ons/email-customizer/admin-email-customizer.php:84, features/email-confirmation/email-confirmation.php:560
3982
+ msgid "A new subscriber has (been) registered!"
3983
+ msgstr ""
3984
+
3985
+ #: add-ons/email-customizer/admin-email-customizer.php:87, add-ons/email-customizer/admin-email-customizer.php:118, add-ons/email-customizer/admin-email-customizer.php:149, add-ons/email-customizer/admin-email-customizer.php:185, add-ons/email-customizer/user-email-customizer.php:90, add-ons/email-customizer/user-email-customizer.php:121, add-ons/email-customizer/user-email-customizer.php:153, add-ons/email-customizer/user-email-customizer.php:184, add-ons/email-customizer/user-email-customizer.php:216, add-ons/email-customizer/user-email-customizer.php:248, add-ons/email-customizer/user-email-customizer.php:280, add-ons/email-customizer/user-email-customizer.php:314, add-ons/email-customizer/user-email-customizer.php:348, add-ons/email-customizer/user-email-customizer.php:384
3986
+ msgid "Enable email"
3987
+ msgstr ""
3988
+
3989
+ #: add-ons/email-customizer/admin-email-customizer.php:102
3990
+ msgid "Default Registration & Registration with Email Confirmation"
3991
+ msgstr ""
3992
+
3993
+ #: add-ons/email-customizer/admin-email-customizer.php:105
3994
+ msgid ""
3995
+ "<p>New subscriber on {{site_name}}.</p>\n"
3996
+ "<p>Username:{{username}}</p>\n"
3997
+ "<p>Email:{{user_email}}</p>\n"
3998
+ "<p>The Admin Approval feature was activated at the time of registration,\n"
3999
+ "so please remember that you need to approve this user before he/she can log in!</p>"
4000
+ msgstr ""
4001
+
4002
+ #: add-ons/email-customizer/admin-email-customizer.php:133, add-ons/email-customizer/user-email-customizer.php:168
4003
+ msgid "Registration with Admin Approval"
4004
+ msgstr ""
4005
+
4006
+ #: add-ons/email-customizer/admin-email-customizer.php:136
4007
+ msgid ""
4008
+ "<p>{{username}} has requested a password change via the password reset feature.</p>\n"
4009
+ ""
4010
+ msgstr ""
4011
+
4012
+ #: add-ons/email-customizer/admin-email-customizer.php:164
4013
+ msgid "Admin Notification for User Password Reset"
4014
+ msgstr ""
4015
+
4016
+ #: add-ons/email-customizer/admin-email-customizer.php:174
4017
+ msgid ""
4018
+ "<p>The user {{username}} has updated their profile and some of the fields require admin approval:</p>\n"
4019
+ "<br>\n"
4020
+ "{{modified_fields}}\n"
4021
+ "<br>\n"
4022
+ "<p>Access this link to approve changes: {{approval_url}}</p>\n"
4023
+ ""
4024
+ msgstr ""
4025
+
4026
+ #: add-ons/email-customizer/admin-email-customizer.php:182
4027
+ msgid "[{{site_name}}] A user has updated their profile. Some fields need approval"
4028
+ msgstr ""
4029
+
4030
+ #: add-ons/email-customizer/admin-email-customizer.php:200
4031
+ msgid "Admin Notification for Edit Profile Approved by Admin"
4032
+ msgstr ""
4033
+
4034
+ #: add-ons/email-customizer/email-customizer.php:7
4035
+ msgid "Available Tags"
4036
+ msgstr ""
4037
+
4038
+ #: add-ons/email-customizer/email-customizer.php:11, add-ons/user-listing/userlisting.php:252
4039
+ msgid "User Fields Tags"
4040
+ msgstr ""
4041
+
4042
+ #: add-ons/email-customizer/email-customizer.php:21
4043
+ msgid "Site Url"
4044
+ msgstr ""
4045
+
4046
+ #: add-ons/email-customizer/email-customizer.php:22
4047
+ msgid "Site Name"
4048
+ msgstr ""
4049
+
4050
+ #: add-ons/email-customizer/email-customizer.php:25
4051
+ msgid "User Id"
4052
+ msgstr ""
4053
+
4054
+ #: add-ons/email-customizer/email-customizer.php:32
4055
+ msgid "User Role Label"
4056
+ msgstr ""
4057
+
4058
+ #: add-ons/email-customizer/email-customizer.php:34
4059
+ msgid "Reply To"
4060
+ msgstr ""
4061
+
4062
+ #: add-ons/email-customizer/email-customizer.php:37, add-ons/user-listing/userlisting.php:129
4063
+ msgid "Blog URL"
4064
+ msgstr ""
4065
+
4066
+ #: add-ons/email-customizer/email-customizer.php:41
4067
+ msgid "Activation Key"
4068
+ msgstr ""
4069
+
4070
+ #: add-ons/email-customizer/email-customizer.php:42
4071
+ msgid "Activation Url"
4072
+ msgstr ""
4073
+
4074
+ #: add-ons/email-customizer/email-customizer.php:43
4075
+ msgid "Activation Link"
4076
+ msgstr ""
4077
+
4078
+ #: add-ons/email-customizer/email-customizer.php:47
4079
+ msgid "Reset Key"
4080
+ msgstr ""
4081
+
4082
+ #: add-ons/email-customizer/email-customizer.php:48
4083
+ msgid "Reset Url"
4084
+ msgstr ""
4085
+
4086
+ #: add-ons/email-customizer/email-customizer.php:49
4087
+ msgid "Reset Link"
4088
+ msgstr ""
4089
+
4090
+ #: add-ons/email-customizer/email-customizer.php:53
4091
+ msgid "Change Email Address Link"
4092
+ msgstr ""
4093
+
4094
+ #: add-ons/email-customizer/email-customizer.php:57
4095
+ msgid "Approve User Url"
4096
+ msgstr ""
4097
+
4098
+ #: add-ons/email-customizer/email-customizer.php:58
4099
+ msgid "Approve User Link"
4100
+ msgstr ""
4101
+
4102
+ #: add-ons/email-customizer/email-customizer.php:59
4103
+ msgid "Unapprove User Url"
4104
+ msgstr ""
4105
+
4106
+ #: add-ons/email-customizer/email-customizer.php:60
4107
+ msgid "Unapprove User Link"
4108
+ msgstr ""
4109
+
4110
+ #: add-ons/email-customizer/email-customizer.php:64
4111
+ msgid "Approved Fields"
4112
+ msgstr ""
4113
+
4114
+ #: add-ons/email-customizer/email-customizer.php:65
4115
+ msgid "Unapproved Fields"
4116
+ msgstr ""
4117
+
4118
+ #: add-ons/email-customizer/email-customizer.php:69
4119
+ msgid "Modified Fields"
4120
+ msgstr ""
4121
+
4122
+ #: add-ons/email-customizer/email-customizer.php:70
4123
+ msgid "Approval URL"
4124
+ msgstr ""
4125
+
4126
+ #: add-ons/email-customizer/email-customizer.php:607
4127
+ msgid "The users selected password at signup"
4128
+ msgstr ""
4129
+
4130
+ #: add-ons/email-customizer/email-customizer.php:615, add-ons/email-customizer/email-customizer.php:622, add-ons/email-customizer/email-customizer.php:636, features/email-confirmation/email-confirmation.php:618
4131
+ msgid "Your selected password at signup"
4132
+ msgstr ""
4133
+
4134
+ #: add-ons/email-customizer/user-email-customizer.php:11
4135
+ msgid "User Email Customizer"
4136
+ msgstr ""
4137
+
4138
+ #: add-ons/email-customizer/user-email-customizer.php:12
4139
+ msgid "User Email Customizer Settings"
4140
+ msgstr ""
4141
+
4142
+ #: add-ons/email-customizer/user-email-customizer.php:53
4143
+ msgid "These settings are also replicated in the \"Admin Email Customizer\" settings-page upon save."
4144
+ msgstr ""
4145
+
4146
+ #: add-ons/email-customizer/user-email-customizer.php:79
4147
+ msgid ""
4148
+ "<h3>Welcome to {{site_name}}!</h3>\n"
4149
+ "<p>Your username is: {{username}}</p>\n"
4150
+ ""
4151
+ msgstr ""
4152
+
4153
+ #: add-ons/email-customizer/user-email-customizer.php:104, add-ons-advanced/buddypress/includes/buddypress-page.php:65
4154
+ msgid "Default Registration"
4155
+ msgstr ""
4156
+
4157
+ #: add-ons/email-customizer/user-email-customizer.php:110
4158
+ msgid ""
4159
+ "<p>To activate your user, please click the following link:<br/>\n"
4160
+ "{{{activation_link}}}</p>\n"
4161
+ "<p>After you activate, you will receive another email with your credentials.</p>\n"
4162
+ ""
4163
+ msgstr ""
4164
+
4165
+ #: add-ons/email-customizer/user-email-customizer.php:118
4166
+ msgid "[{{site_name}}] Activate {{username}}"
4167
+ msgstr ""
4168
+
4169
+ #: add-ons/email-customizer/user-email-customizer.php:136
4170
+ msgid "Registration with Email Confirmation"
4171
+ msgstr ""
4172
+
4173
+ #: add-ons/email-customizer/user-email-customizer.php:142
4174
+ msgid ""
4175
+ "<h3>Welcome to {{site_name}}!</h3>\n"
4176
+ "<p>Your username is: {{username}}</p>\n"
4177
+ "<p>Before you can access your account, an administrator needs to approve it. You will be notified via email.</p>\n"
4178
+ ""
4179
+ msgstr ""
4180
+
4181
+ #: add-ons/email-customizer/user-email-customizer.php:150
4182
+ msgid "A new account has been created for you on {{site_name}}"
4183
+ msgstr ""
4184
+
4185
+ #: add-ons/email-customizer/user-email-customizer.php:173
4186
+ msgid ""
4187
+ "<h3>Good News!</h3>\n"
4188
+ "<p>An administrator has just approved your account: {{username}} on {{site_name}}.</p>\n"
4189
+ ""
4190
+ msgstr ""
4191
+
4192
+ #: add-ons/email-customizer/user-email-customizer.php:181
4193
+ msgid "Your account on {{site_name}} has been approved!"
4194
+ msgstr ""
4195
+
4196
+ #: add-ons/email-customizer/user-email-customizer.php:199
4197
+ msgid "User Approval Notification"
4198
+ msgstr ""
4199
+
4200
+ #: add-ons/email-customizer/user-email-customizer.php:204
4201
+ msgid ""
4202
+ "<h3>Hello,</h3>\n"
4203
+ "<p>Unfortunatelly an administrator has just unapproved your account: {{username}} on {{site_name}}.</p>\n"
4204
+ ""
4205
+ msgstr ""
4206
+
4207
+ #: add-ons/email-customizer/user-email-customizer.php:213
4208
+ msgid "Your account on {{site_name}} has been unapproved!"
4209
+ msgstr ""
4210
+
4211
+ #: add-ons/email-customizer/user-email-customizer.php:231
4212
+ msgid "Unapproved User Notification"
4213
+ msgstr ""
4214
+
4215
+ #: add-ons/email-customizer/user-email-customizer.php:237
4216
+ msgid ""
4217
+ "<p>Someone requested that the password be reset for the following account: {{site_name}}<br/>\n"
4218
+ "Username: {{username}}</p>\n"
4219
+ "<p>If this was a mistake, just ignore this email and nothing will happen.</p>\n"
4220
+ "<p>To reset your password, visit the following address:<br/>\n"
4221
+ "{{{reset_link}}}</p>\n"
4222
+ ""
4223
+ msgstr ""
4224
+
4225
+ #: add-ons/email-customizer/user-email-customizer.php:245
4226
+ msgid "[{{site_name}}] Password Reset"
4227
+ msgstr ""
4228
+
4229
+ #: add-ons/email-customizer/user-email-customizer.php:263
4230
+ msgid "Password Reset Email"
4231
+ msgstr ""
4232
+
4233
+ #: add-ons/email-customizer/user-email-customizer.php:269
4234
+ msgid ""
4235
+ "<p>You have successfully reset your password.</p>\n"
4236
+ ""
4237
+ msgstr ""
4238
+
4239
+ #: add-ons/email-customizer/user-email-customizer.php:277
4240
+ msgid "[{{site_name}}] Password Reset Successfully"
4241
+ msgstr ""
4242
+
4243
+ #: add-ons/email-customizer/user-email-customizer.php:295
4244
+ msgid "Password Reset Success Email"
4245
+ msgstr ""
4246
+
4247
+ #: add-ons/email-customizer/user-email-customizer.php:303
4248
+ msgid ""
4249
+ "<h3>Hi {{username}},</h3>\n"
4250
+ "<p>There is an email address change request on {{site_name}}.</p>\n"
4251
+ "<p>To change your email address click on: {{{user_email_change_link}}}</p>\n"
4252
+ "<p>Regards,<br>\n"
4253
+ "All at {{site_name}}<br>\n"
4254
+ "<a href=\"{{site_url}}\">{{site_url}}</a></p>"
4255
+ msgstr ""
4256
+
4257
+ #: add-ons/email-customizer/user-email-customizer.php:311
4258
+ msgid "[{{site_name}}] Notice of Email Change Request"
4259
+ msgstr ""
4260
+
4261
+ #: add-ons/email-customizer/user-email-customizer.php:329
4262
+ msgid "Change Email Address Request Notification"
4263
+ msgstr ""
4264
+
4265
+ #: add-ons/email-customizer/user-email-customizer.php:337
4266
+ msgid ""
4267
+ "<h3>Hi {{username}},</h3>\n"
4268
+ "<p>This notice confirms that your email was changed on {{site_name}}.</p>\n"
4269
+ "<p>If you did not change your email, please contact the Site Administrator at %s</p>\n"
4270
+ "<p>This email has been sent to {{user_email}}</p>\n"
4271
+ "<p>Regards,<br>\n"
4272
+ "All at {{site_name}}<br>\n"
4273
+ "<a href=\"{{site_url}}\">{{site_url}}</a></p>"
4274
+ msgstr ""
4275
+
4276
+ #: add-ons/email-customizer/user-email-customizer.php:345
4277
+ msgid "[{{site_name}}] Notice of Email Change"
4278
+ msgstr ""
4279
+
4280
+ #: add-ons/email-customizer/user-email-customizer.php:363
4281
+ msgid "Changed Email Address Notification"
4282
+ msgstr ""
4283
+
4284
+ #: add-ons/email-customizer/user-email-customizer.php:373
4285
+ msgid ""
4286
+ "<p>Your profile has been reviewed by an administrator:</p>\n"
4287
+ "<br>\n"
4288
+ "<p>Approved Fields: {{approved_fields}}</p>\n"
4289
+ "<p>Unapproved Fields: {{unapproved_fields}}</p>\n"
4290
+ ""
4291
+ msgstr ""
4292
+
4293
+ #: add-ons/email-customizer/user-email-customizer.php:381
4294
+ msgid "[{{site_name}}] Your profile has been reviewed by an administrator"
4295
+ msgstr ""
4296
+
4297
+ #: add-ons/email-customizer/user-email-customizer.php:399
4298
+ msgid "User Notification for Edit Profile Approved by Admin"
4299
+ msgstr ""
4300
+
4301
+ #: add-ons/multiple-forms/edit-profile-forms.php:11, add-ons/multiple-forms/edit-profile-forms.php:12
4302
+ msgid "Edit-profile Form"
4303
+ msgstr ""
4304
+
4305
+ #: add-ons/multiple-forms/edit-profile-forms.php:13, add-ons/multiple-forms/register-forms.php:13, add-ons/user-listing/userlisting.php:13
4306
+ msgid "Add New"
4307
+ msgstr ""
4308
+
4309
+ #: add-ons/multiple-forms/edit-profile-forms.php:14
4310
+ msgid "Add new Edit-profile Form"
4311
+ msgstr ""
4312
+
4313
+ #: add-ons/multiple-forms/edit-profile-forms.php:15
4314
+ msgid "Edit the Edit-profile Forms"
4315
+ msgstr ""
4316
+
4317
+ #: add-ons/multiple-forms/edit-profile-forms.php:16
4318
+ msgid "New Edit-profile Form"
4319
+ msgstr ""
4320
+
4321
+ #: add-ons/multiple-forms/edit-profile-forms.php:17, add-ons/multiple-forms/edit-profile-forms.php:23
4322
+ msgid "Edit-profile Forms"
4323
+ msgstr ""
4324
+
4325
+ #: add-ons/multiple-forms/edit-profile-forms.php:18
4326
+ msgid "View the Edit-profile Form"
4327
+ msgstr ""
4328
+
4329
+ #: add-ons/multiple-forms/edit-profile-forms.php:19
4330
+ msgid "Search the Edit-profile Forms"
4331
+ msgstr ""
4332
+
4333
+ #: add-ons/multiple-forms/edit-profile-forms.php:20
4334
+ msgid "No Edit-profile Form found"
4335
+ msgstr ""
4336
+
4337
+ #: add-ons/multiple-forms/edit-profile-forms.php:21
4338
+ msgid "No Edit-profile Forms found in trash"
4339
+ msgstr ""
4340
+
4341
+ #: add-ons/multiple-forms/edit-profile-forms.php:135, add-ons/multiple-forms/register-forms.php:138, add-ons/user-listing/userlisting.php:2422
4342
+ msgid "Shortcode"
4343
+ msgstr ""
4344
+
4345
+ #: add-ons/multiple-forms/edit-profile-forms.php:155, add-ons/multiple-forms/register-forms.php:159, add-ons/user-listing/userlisting.php:2443
4346
+ msgid "(no title)"
4347
+ msgstr ""
4348
+
4349
+ #: add-ons/multiple-forms/edit-profile-forms.php:177, add-ons/multiple-forms/register-forms.php:180, add-ons/user-listing/userlisting.php:2465
4350
+ msgid "Use this shortcode on the page you want the form to be displayed:"
4351
+ msgstr ""
4352
+
4353
+ #: add-ons/multiple-forms/edit-profile-forms.php:181, add-ons/multiple-forms/register-forms.php:184, add-ons/user-listing/userlisting.php:2469
4354
+ msgid "<span style=\"color:red;\">Note:</span> changing the form title also changes the shortcode!"
4355
+ msgstr ""
4356
+
4357
+ #: add-ons/multiple-forms/edit-profile-forms.php:175, add-ons/multiple-forms/register-forms.php:178, add-ons/user-listing/userlisting.php:2463
4358
+ msgid "The shortcode will be available after you publish this form."
4359
+ msgstr ""
4360
+
4361
+ #: add-ons/multiple-forms/edit-profile-forms.php:187, add-ons/multiple-forms/register-forms.php:190, add-ons/user-listing/userlisting.php:2502
4362
+ msgid "Form Shortcode"
4363
+ msgstr ""
4364
+
4365
+ #: add-ons/multiple-forms/edit-profile-forms.php:206, add-ons/multiple-forms/register-forms.php:230, features/content-restriction/content-restriction-meta-box.php:37, features/content-restriction/content-restriction.php:106
4366
+ msgid "Redirect"
4367
+ msgstr ""
4368
+
4369
+ #: add-ons/multiple-forms/edit-profile-forms.php:206, add-ons/multiple-forms/register-forms.php:230
4370
+ msgid "Whether to redirect the user to a specific page or not"
4371
  msgstr ""
4372
 
4373
+ #: add-ons/multiple-forms/edit-profile-forms.php:207, add-ons/multiple-forms/register-forms.php:231
4374
+ msgid "Display Messages"
4375
  msgstr ""
4376
 
4377
+ #: add-ons/multiple-forms/edit-profile-forms.php:207, add-ons/multiple-forms/register-forms.php:231
4378
+ msgid "Allowed time to display any success messages (in seconds)"
4379
  msgstr ""
4380
 
4381
+ #: add-ons/multiple-forms/edit-profile-forms.php:208, add-ons/multiple-forms/register-forms.php:232
4382
+ msgid "URL"
4383
  msgstr ""
4384
 
4385
+ #: add-ons/multiple-forms/edit-profile-forms.php:208
4386
+ msgid "Specify the URL of the page users will be redirected once they updated their profile using this form<br/>Use the following format: http://www.mysite.com"
4387
  msgstr ""
4388
 
4389
+ #: add-ons/multiple-forms/edit-profile-forms.php:215
4390
+ msgid "After Profile Update..."
4391
  msgstr ""
4392
 
4393
+ #: add-ons/multiple-forms/edit-profile-forms.php:241, add-ons/multiple-forms/register-forms.php:262
4394
+ msgid "Add New Field to the List"
4395
  msgstr ""
4396
 
4397
+ #: add-ons/multiple-forms/edit-profile-forms.php:245, add-ons/multiple-forms/register-forms.php:266
4398
+ msgid "Choose one of the supported fields you manage <a href=\"%s\">here</a>"
4399
  msgstr ""
4400
 
4401
+ #: add-ons/multiple-forms/edit-profile-forms.php:274
4402
+ msgid "This form is empty."
4403
  msgstr ""
4404
 
4405
+ #: add-ons/multiple-forms/multiple-forms.php:226
4406
+ msgid "You need to specify the title of the form before creating it"
4407
  msgstr ""
4408
 
4409
+ #: add-ons/multiple-forms/multiple-forms.php:410
4410
+ msgid "<pre>Title (Type)</pre>"
4411
  msgstr ""
4412
 
4413
+ #: add-ons/multiple-forms/multiple-forms.php:410
4414
+ msgid "Delete all items"
4415
  msgstr ""
4416
 
4417
+ #: add-ons/multiple-forms/multiple-forms.php:410, add-ons-free/labels-edit/labels-edit.php:373, add-ons-free/labels-edit/labels-edit.php:373
4418
+ msgid "Delete all"
4419
  msgstr ""
4420
 
4421
+ #: add-ons/multiple-forms/register-forms.php:14
4422
+ msgid "Add new Registration Form"
4423
  msgstr ""
4424
 
4425
+ #: add-ons/multiple-forms/register-forms.php:15
4426
+ msgid "Edit the Registration Forms"
4427
  msgstr ""
4428
 
4429
+ #: add-ons/multiple-forms/register-forms.php:16
4430
+ msgid "New Registration Form"
4431
  msgstr ""
4432
 
4433
+ #: add-ons/multiple-forms/register-forms.php:17, add-ons/multiple-forms/register-forms.php:23
4434
+ msgid "Registration Forms"
4435
  msgstr ""
4436
 
4437
+ #: add-ons/multiple-forms/register-forms.php:18
4438
+ msgid "View the Registration Form"
4439
  msgstr ""
4440
 
4441
+ #: add-ons/multiple-forms/register-forms.php:19
4442
+ msgid "Search the Registration Forms"
4443
  msgstr ""
4444
 
4445
+ #: add-ons/multiple-forms/register-forms.php:20
4446
+ msgid "No Registration Form found"
4447
  msgstr ""
4448
 
4449
+ #: add-ons/multiple-forms/register-forms.php:21
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:171
4454
+ msgid "Default Role"
4455
  msgstr ""
4456
 
4457
+ #: add-ons/multiple-forms/register-forms.php:228
4458
+ msgid "Set Role"
4459
  msgstr ""
4460
 
4461
+ #: add-ons/multiple-forms/register-forms.php:228
4462
+ msgid "Choose what role the user will have after (s)he registered<br/>If not specified, defaults to the role set in the WordPress settings"
4463
  msgstr ""
4464
 
4465
+ #: add-ons/multiple-forms/register-forms.php:229
4466
+ msgid "Automatically Log In"
4467
  msgstr ""
4468
 
4469
+ #: add-ons/multiple-forms/register-forms.php:229
4470
+ msgid "Whether to automatically log in the newly registered user or not<br/>Only works on single-sites without \"Admin Approval\" feature activated<br/>WARNING: Caching the registration form will make automatic login not work"
4471
  msgstr ""
4472
 
4473
+ #: add-ons/multiple-forms/register-forms.php:232
4474
+ msgid "Specify the URL of the page users will be redirected once registered using this form<br/>Use the following format: http://www.mysite.com"
4475
  msgstr ""
4476
 
4477
+ #: add-ons/multiple-forms/register-forms.php:238
4478
+ msgid "After Registration..."
4479
  msgstr ""
4480
 
4481
+ #: add-ons/repeater-field/repeater-field.php:303
4482
+ msgid "Are you sure you want to delete this?"
4483
  msgstr ""
4484
 
4485
+ #: add-ons/user-listing/one-map-listing.php:441
4486
+ msgid "Please wait while the pins are loading..."
4487
  msgstr ""
4488
 
4489
+ #: add-ons/user-listing/one-map-listing.php:556
4490
+ msgid "The API Key was not provided."
4491
  msgstr ""
4492
 
4493
+ #: add-ons/user-listing/userlisting.php:14
4494
+ msgid "Add new User Listing"
4495
  msgstr ""
4496
 
4497
+ #: add-ons/user-listing/userlisting.php:15
4498
+ msgid "Edit the User Listing"
4499
  msgstr ""
4500
 
4501
+ #: add-ons/user-listing/userlisting.php:16
4502
+ msgid "New User Listing"
4503
  msgstr ""
4504
 
4505
+ #: add-ons/user-listing/userlisting.php:18
4506
+ msgid "View the User Listing"
4507
  msgstr ""
4508
 
4509
+ #: add-ons/user-listing/userlisting.php:19
4510
+ msgid "Search the User Listing"
4511
  msgstr ""
4512
 
4513
+ #: add-ons/user-listing/userlisting.php:20
4514
+ msgid "No User Listing found"
4515
  msgstr ""
4516
 
4517
+ #: add-ons/user-listing/userlisting.php:21
4518
+ msgid "No User Listing found in trash"
4519
  msgstr ""
4520
 
4521
+ #: add-ons/user-listing/userlisting.php:116
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:2537, features/admin-approval/class-admin-approval.php:178, features/roles-editor/roles-editor.php:256
4526
+ msgid "Role"
4527
  msgstr ""
4528
 
4529
+ #: add-ons/user-listing/userlisting.php:170, features/roles-editor/roles-editor.php:366, features/roles-editor/roles-editor.php:530
4530
+ msgid "Role Slug"
4531
  msgstr ""
4532
 
4533
+ #: add-ons/user-listing/userlisting.php:171, add-ons/user-listing/userlisting.php:2531
4534
+ msgid "Registration Date"
4535
  msgstr ""
4536
 
4537
+ #: add-ons/user-listing/userlisting.php:172, add-ons/user-listing/userlisting.php:2536
4538
+ msgid "Number of Posts"
4539
  msgstr ""
4540
 
4541
+ #: add-ons/user-listing/userlisting.php:176
4542
+ msgid "More Info"
4543
  msgstr ""
4544
 
4545
+ #: add-ons/user-listing/userlisting.php:177
4546
+ msgid "More Info Url"
4547
  msgstr ""
4548
 
4549
+ #: add-ons/user-listing/userlisting.php:178
4550
+ msgid "Avatar or Gravatar"
4551
  msgstr ""
4552
 
4553
+ #: add-ons/user-listing/userlisting.php:179
4554
+ msgid "User Nicename"
4555
  msgstr ""
4556
 
4557
+ #: add-ons/user-listing/userlisting.php:221
4558
+ msgid "Pagination"
4559
  msgstr ""
4560
 
4561
+ #: add-ons/user-listing/userlisting.php:222
4562
+ msgid "Search all Fields"
4563
  msgstr ""
4564
 
4565
+ #: add-ons/user-listing/userlisting.php:223, add-ons/user-listing/userlisting.php:2615
4566
+ msgid "Faceted Menus"
4567
  msgstr ""
4568
 
4569
+ #: add-ons/user-listing/userlisting.php:224
4570
+ msgid "User Count"
4571
  msgstr ""
4572
 
4573
+ #: add-ons/user-listing/userlisting.php:231
4574
+ msgid "Map of listed users"
4575
  msgstr ""
4576
 
4577
+ #: add-ons/user-listing/userlisting.php:258
4578
+ msgid "Sort Tags"
 
 
4579
  msgstr ""
4580
 
4581
+ #: add-ons/user-listing/userlisting.php:262, add-ons/user-listing/userlisting.php:286
4582
+ msgid "Extra Functions"
 
 
4583
  msgstr ""
4584
 
4585
+ #: add-ons/user-listing/userlisting.php:288
4586
+ msgid "Go Back Link"
 
 
4587
  msgstr ""
4588
 
4589
+ #: add-ons/user-listing/userlisting.php:306
4590
+ msgid "All-userlisting Template"
 
 
4591
  msgstr ""
4592
 
4593
+ #: add-ons/user-listing/userlisting.php:309
4594
+ msgid "Single-userlisting Template"
 
 
4595
  msgstr ""
4596
 
4597
+ #: add-ons/user-listing/userlisting.php:335
4598
+ msgid "Avatar"
 
 
4599
  msgstr ""
4600
 
4601
+ #: add-ons/user-listing/userlisting.php:337, add-ons/user-listing/userlisting.php:2532, features/admin-approval/class-admin-approval.php:175
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:451
4606
+ msgid "Posts"
 
 
4607
  msgstr ""
4608
 
4609
+ #: add-ons/user-listing/userlisting.php:340, add-ons/user-listing/userlisting.php:887
4610
+ msgid "Sign-up Date"
 
 
4611
  msgstr ""
4612
 
4613
+ #: add-ons/user-listing/userlisting.php:341
4614
+ msgid "More"
 
 
4615
  msgstr ""
4616
 
4617
+ #: add-ons/user-listing/userlisting.php:436
4618
+ msgid "You do not have permission to view this user list."
 
 
4619
  msgstr ""
4620
 
4621
+ #: add-ons/user-listing/userlisting.php:449
4622
+ msgid "You do not have the required user role to view this user list."
 
 
4623
  msgstr ""
4624
 
4625
+ #: add-ons/user-listing/userlisting.php:473
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:86, add-ons-advanced/bbpress/bbpress-page.php:121, 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
4630
+ msgid "None"
 
 
4631
  msgstr ""
4632
 
4633
+ #: add-ons/user-listing/userlisting.php:914, add-ons/user-listing/userlisting.php:2543
4634
+ msgid "Jabber"
 
 
4635
  msgstr ""
4636
 
4637
+ #: add-ons/user-listing/userlisting.php:911, add-ons/user-listing/userlisting.php:2542
4638
+ msgid "Yim"
 
 
4639
  msgstr ""
4640
 
4641
+ #: add-ons/user-listing/userlisting.php:908, add-ons/user-listing/userlisting.php:2541
4642
+ msgid "Aim"
 
 
4643
  msgstr ""
4644
 
4645
+ #: add-ons/user-listing/userlisting.php:896, add-ons/user-listing/userlisting.php:2534
4646
+ msgid "Display Name"
 
 
4647
  msgstr ""
4648
 
4649
+ #: add-ons/user-listing/userlisting.php:881
4650
+ msgid "First/Lastname"
 
 
4651
  msgstr ""
4652
 
4653
+ #: add-ons/user-listing/userlisting.php:1209, add-ons/user-listing/userlisting.php:1713, add-ons/user-listing/userlisting.php:2249, add-ons/user-listing/userlisting.php:2735
4654
+ msgid "Search Users by All Fields"
 
 
4655
  msgstr ""
4656
 
4657
+ #: add-ons/user-listing/userlisting.php:1494
4658
+ msgid "Click here to see more information about this user."
4659
  msgstr ""
4660
 
4661
+ #: add-ons/user-listing/userlisting.php:1491
4662
+ msgid "Click here to see more information about this user"
4663
  msgstr ""
4664
 
4665
+ #: add-ons/user-listing/userlisting.php:1491, add-ons/user-listing/userlisting.php:1491
4666
+ msgid "More..."
4667
  msgstr ""
4668
 
4669
+ #: add-ons/user-listing/userlisting.php:1539, front-end/extra-fields/map/map.php:12
4670
+ msgid "Remove Marker"
4671
  msgstr ""
4672
 
4673
+ #: add-ons/user-listing/userlisting.php:1521
4674
+ msgid "View Map"
4675
  msgstr ""
4676
 
4677
+ #: add-ons/user-listing/userlisting.php:1670, add-ons/user-listing/userlisting.php:1667
4678
+ msgid "Click here to go back"
4679
  msgstr ""
4680
 
4681
+ #: add-ons/user-listing/userlisting.php:1667, add-ons/user-listing/userlisting.php:1667
4682
+ msgid "Back"
4683
  msgstr ""
4684
 
4685
+ #: add-ons/user-listing/userlisting.php:1732
4686
+ msgid "You don't have any pagination settings on this userlisting!"
4687
  msgstr ""
4688
 
4689
+ #: add-ons/user-listing/userlisting.php:1700
4690
+ msgid "&laquo;&laquo; First"
4691
  msgstr ""
4692
 
4693
+ #: add-ons/user-listing/userlisting.php:1701
4694
+ msgid "&laquo; Prev"
4695
  msgstr ""
4696
 
4697
+ #: add-ons/user-listing/userlisting.php:1702
4698
+ msgid "Next &raquo; "
4699
  msgstr ""
4700
 
4701
+ #: add-ons/user-listing/userlisting.php:1703
4702
+ msgid "Last &raquo;&raquo;"
4703
  msgstr ""
4704
 
4705
+ #: add-ons/user-listing/userlisting.php:1781
4706
+ msgid "Show All"
4707
  msgstr ""
4708
 
4709
+ #: add-ons/user-listing/userlisting.php:1857, admin/advanced-settings/includes/views/view-fields.php:78
4710
+ msgid "Choose..."
4711
  msgstr ""
4712
 
4713
+ #: add-ons/user-listing/userlisting.php:1893
4714
+ msgid "Choose or type in an option..."
4715
  msgstr ""
4716
 
4717
+ #: add-ons/user-listing/userlisting.php:1996
4718
+ msgid "No options available"
4719
  msgstr ""
4720
 
4721
+ #: add-ons/user-listing/userlisting.php:2151
4722
+ msgid "Remove All Filters"
4723
  msgstr ""
4724
 
4725
+ #: add-ons/user-listing/userlisting.php:2266
4726
+ msgid "Search"
4727
  msgstr ""
4728
 
4729
+ #: add-ons/user-listing/userlisting.php:2267
4730
+ msgid "Clear Results"
4731
  msgstr ""
4732
 
4733
+ #: add-ons/user-listing/userlisting.php:2472, add-ons/user-listing/userlisting.php:2476
4734
+ msgid "Extra shortcode parameters"
4735
  msgstr ""
4736
 
4737
+ #: add-ons/user-listing/userlisting.php:2474
4738
+ msgid "View all extra shortcode parameters"
4739
  msgstr ""
4740
 
4741
+ #: add-ons/user-listing/userlisting.php:2479
4742
+ msgid "displays users having a certain meta-value within a certain (extra) meta-field"
4743
  msgstr ""
4744
 
4745
+ #: add-ons/user-listing/userlisting.php:2480
4746
+ msgid "Example:"
4747
  msgstr ""
4748
 
4749
+ #: add-ons/user-listing/userlisting.php:2482
4750
+ msgid "Remember though, that the field-value combination must exist in the database."
4751
  msgstr ""
4752
 
4753
+ #: add-ons/user-listing/userlisting.php:2488
4754
+ msgid "displays only the users that you specified the user_id for"
4755
  msgstr ""
4756
 
4757
+ #: add-ons/user-listing/userlisting.php:2494
4758
+ msgid "displays all users except the ones you specified the user_id for"
4759
  msgstr ""
4760
 
4761
+ #: add-ons/user-listing/userlisting.php:2533, features/admin-approval/class-admin-approval.php:176
4762
+ msgid "Lastname"
4763
  msgstr ""
4764
 
4765
+ #: add-ons/user-listing/userlisting.php:2558
4766
+ msgid "Random (very slow on large databases > 10K user)"
4767
  msgstr ""
4768
 
4769
+ #: add-ons/user-listing/userlisting.php:2561
4770
+ msgid "Ascending"
4771
  msgstr ""
4772
 
4773
+ #: add-ons/user-listing/userlisting.php:2562
4774
+ msgid "Descending"
4775
  msgstr ""
4776
 
4777
+ #: add-ons/user-listing/userlisting.php:2567
4778
+ msgid "Roles to Display"
4779
  msgstr ""
4780
 
4781
+ #: add-ons/user-listing/userlisting.php:2567
4782
+ msgid "Restrict the userlisting to these selected roles only<br/>If not specified, defaults to all existing roles"
4783
  msgstr ""
4784
 
4785
+ #: add-ons/user-listing/userlisting.php:2568
4786
+ msgid "Number of Users/Page"
4787
  msgstr ""
4788
 
4789
+ #: add-ons/user-listing/userlisting.php:2568
4790
+ msgid "Set the number of users to be displayed on every paginated part of the all-userlisting"
4791
  msgstr ""
4792
 
4793
+ #: add-ons/user-listing/userlisting.php:2569
4794
+ msgid "Default Sorting Criteria"
4795
  msgstr ""
4796
 
4797
+ #: add-ons/user-listing/userlisting.php:2569
4798
+ msgid "Set the default sorting criteria<br/>This can temporarily be changed for each new session"
4799
  msgstr ""
4800
 
4801
+ #: add-ons/user-listing/userlisting.php:2570
4802
+ msgid "Default Sorting Order"
4803
  msgstr ""
4804
 
4805
+ #: add-ons/user-listing/userlisting.php:2570
4806
+ msgid "Set the default sorting order<br/>This can temporarily be changed for each new session"
4807
  msgstr ""
4808
 
4809
+ #: add-ons/user-listing/userlisting.php:2571
4810
+ msgid "Avatar Size (All-userlisting)"
4811
  msgstr ""
4812
 
4813
+ #: add-ons/user-listing/userlisting.php:2571
4814
+ msgid "Set the avatar size on the all-userlisting only"
4815
  msgstr ""
4816
 
4817
+ #: add-ons/user-listing/userlisting.php:2572
4818
+ msgid "Avatar Size (Single-userlisting)"
4819
  msgstr ""
4820
 
4821
+ #: add-ons/user-listing/userlisting.php:2572
4822
+ msgid "Set the avatar size on the single-userlisting only"
4823
  msgstr ""
4824
 
4825
+ #: add-ons/user-listing/userlisting.php:2573
4826
+ msgid "Visible only to logged in users?"
4827
  msgstr ""
4828
 
4829
+ #: add-ons/user-listing/userlisting.php:2573
4830
+ msgid "The userlisting will only be visible only to the logged in users"
4831
  msgstr ""
4832
 
4833
+ #: add-ons/user-listing/userlisting.php:2574
4834
+ msgid "Visible to following Roles"
4835
  msgstr ""
4836
 
4837
+ #: add-ons/user-listing/userlisting.php:2574
4838
+ msgid "The userlisting will only be visible to the following roles"
4839
  msgstr ""
4840
 
4841
+ #: add-ons/user-listing/userlisting.php:2580
4842
+ msgid "Userlisting Settings"
4843
  msgstr ""
4844
 
4845
+ #: add-ons/user-listing/userlisting.php:2605
4846
+ msgid "Label"
4847
+ msgstr ""
4848
+
4849
+ #: add-ons/user-listing/userlisting.php:2605
4850
+ msgid "Choose the facet name that appears on the frontend"
4851
  msgstr ""
4852
 
4853
+ #: add-ons/user-listing/userlisting.php:2606
4854
+ msgid "Facet Type"
4855
  msgstr ""
4856
 
4857
+ #: add-ons/user-listing/userlisting.php:2606
4858
+ msgid "Choose the facet menu type"
4859
  msgstr ""
4860
 
4861
+ #: add-ons/user-listing/userlisting.php:2607
4862
+ msgid "Facet Meta"
4863
  msgstr ""
4864
 
4865
+ #: add-ons/user-listing/userlisting.php:2607
4866
+ msgid "Choose the meta field for the facet menu. If you want to use a repeater meta or a meta outisde Profile Builder just type the value and press enter."
4867
  msgstr ""
4868
 
4869
+ #: add-ons/user-listing/userlisting.php:2608
4870
+ msgid "Behaviour"
4871
  msgstr ""
4872
 
4873
+ #: add-ons/user-listing/userlisting.php:2608
4874
+ msgid "Narrow the results"
4875
  msgstr ""
4876
 
4877
+ #: add-ons/user-listing/userlisting.php:2608
4878
+ msgid "Expand the results"
4879
  msgstr ""
4880
 
4881
+ #: add-ons/user-listing/userlisting.php:2608
4882
+ msgid "Choose how multiple selections affect the results"
4883
  msgstr ""
4884
 
4885
+ #: add-ons/user-listing/userlisting.php:2609
4886
+ msgid "Visible choices"
4887
  msgstr ""
4888
 
4889
+ #: add-ons/user-listing/userlisting.php:2609
4890
+ msgid "Show a toggle link after this many choices. Leave blank for all"
4891
  msgstr ""
4892
 
4893
+ #: add-ons/user-listing/userlisting.php:2634
4894
+ msgid "Search Fields"
4895
  msgstr ""
4896
 
4897
+ #: add-ons/user-listing/userlisting.php:2634
4898
+ msgid "Choose the fields in which the Search Field will look in"
4899
  msgstr ""
4900
 
4901
+ #: add-ons/user-listing/userlisting.php:2639
4902
+ msgid "Search Settings"
4903
  msgstr ""
4904
 
4905
+ #: add-ons/user-listing/userlisting.php:2711
4906
+ msgid "You need to activate the Userlisting feature from within the \"Add-ons\" page!"
4907
  msgstr ""
4908
 
4909
+ #: add-ons/user-listing/userlisting.php:2711
4910
+ msgid "You can find it in the Profile Builder menu."
4911
  msgstr ""
4912
 
4913
+ #: add-ons/user-listing/userlisting.php:2874
4914
+ msgid "No results found!"
4915
  msgstr ""
4916
 
4917
+ #: add-ons-advanced/bbpress/bbpress-page.php:71
4918
+ msgid "bbPress Integration"
4919
  msgstr ""
4920
 
4921
+ #: add-ons-advanced/bbpress/bbpress-page.php:82
4922
+ msgid "Choose (Single) User Listing to display under bbPress user Profile tab:"
4923
  msgstr ""
4924
 
4925
+ #: add-ons-advanced/bbpress/bbpress-page.php:109
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:117
4930
+ msgid "Choose Edit Profile form to display under bbPress Profile Edit tab:"
4931
  msgstr ""
4932
 
4933
+ #: add-ons-advanced/bbpress/bbpress-page.php:122, add-ons-advanced/woocommerce/woosync-page.php:116, add-ons-advanced/buddypress/includes/buddypress-page.php:98
4934
+ msgid "Default Edit Profile"
4935
  msgstr ""
4936
 
4937
+ #: add-ons-advanced/bbpress/bbpress-page.php:145
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:152
4942
+ msgid "Replace bbPress Login form:"
4943
  msgstr ""
4944
 
4945
+ #: add-ons-advanced/bbpress/bbpress-page.php:161
4946
+ msgid "Select \"Yes\" to replace the default bbPress Login form with the Profile Builder Login form."
4947
  msgstr ""
4948
 
4949
+ #: add-ons-advanced/bbpress/index.php:296
4950
+ msgid "bbPress needs to be installed and activated for Profile Builder - bbPress Integration Add-on to work as expected!"
4951
  msgstr ""
4952
 
4953
+ #: add-ons-advanced/bbpress/index.php:156, add-ons-advanced/bbpress/index.php:171
4954
+ msgid "Forum Role"
4955
  msgstr ""
4956
 
4957
+ #: add-ons-advanced/bbpress/index.php:157, add-ons-advanced/bbpress/index.php:151, add-ons-advanced/bbpress/index.php:172, add-ons-advanced/bbpress/index.php:222
4958
+ msgid "Topics Started"
4959
  msgstr ""
4960
 
4961
+ #: add-ons-advanced/bbpress/index.php:158, add-ons-advanced/bbpress/index.php:152, add-ons-advanced/bbpress/index.php:173, add-ons-advanced/bbpress/index.php:224
4962
+ msgid "Replies Created"
4963
  msgstr ""
4964
 
4965
+ #: add-ons-advanced/buddypress/buddypress-activator.php:51, add-ons-advanced/buddypress/index.php:484
4966
+ msgid "Username:"
4967
  msgstr ""
4968
 
4969
+ #: add-ons-advanced/buddypress/buddypress-activator.php:55, add-ons-advanced/buddypress/index.php:488
4970
+ msgid "First Name:"
4971
  msgstr ""
4972
 
4973
+ #: add-ons-advanced/buddypress/buddypress-activator.php:59, add-ons-advanced/buddypress/index.php:492
4974
+ msgid "Last Name:"
4975
  msgstr ""
4976
 
4977
+ #: add-ons-advanced/buddypress/buddypress-activator.php:63, add-ons-advanced/buddypress/index.php:496
4978
+ msgid "Nickname:"
4979
  msgstr ""
4980
 
4981
+ #: add-ons-advanced/buddypress/buddypress-activator.php:67, add-ons-advanced/buddypress/index.php:500
4982
+ msgid "Display name:"
4983
  msgstr ""
4984
 
4985
+ #: add-ons-advanced/buddypress/buddypress-activator.php:74, add-ons-advanced/buddypress/index.php:507
4986
+ msgid "Website:"
4987
  msgstr ""
4988
 
4989
+ #: add-ons-advanced/buddypress/buddypress-activator.php:81, add-ons-advanced/buddypress/index.php:514
4990
+ msgid "Biographical Info:"
4991
  msgstr ""
4992
 
4993
+ #: add-ons-advanced/buddypress/index.php:366
4994
+ msgid "BuddyPress needs to be installed and activated for Profile Builder - BuddyPress Integration Add-on to work as expected!"
4995
  msgstr ""
4996
 
4997
+ #: add-ons-advanced/buddypress/index.php:206
4998
+ msgid "Profile Builder Avatar field is disabled to allow use of BuddyPress Avatar."
4999
  msgstr ""
5000
 
5001
+ #: add-ons-advanced/custom-profile-menus/index.php:61, add-ons-advanced/custom-profile-menus/index.php:175, add-ons-advanced/custom-profile-menus/index.php:297, add-ons-advanced/custom-profile-menus/wppb-custom-profile-menus.php:13, add-ons-advanced/custom-profile-menus/wppb-custom-profile-menus.php:61, features/login-widget/login-widget.php:61, assets/misc/elementor/widgets/class-pb-widget-l.php:26
5002
+ msgid "Login"
5003
  msgstr ""
5004
 
5005
+ #: add-ons-advanced/custom-profile-menus/index.php:63
5006
+ msgid "Login - iFrame"
5007
  msgstr ""
5008
 
5009
+ #: add-ons-advanced/custom-profile-menus/index.php:64
5010
+ msgid "Edit Profile - iFrame"
5011
  msgstr ""
5012
 
5013
+ #: add-ons-advanced/custom-profile-menus/index.php:65
5014
+ msgid "Register - iFrame"
5015
  msgstr ""
5016
 
5017
+ #: add-ons-advanced/custom-profile-menus/index.php:106
5018
+ msgid "Add to Menu"
5019
  msgstr ""
5020
 
5021
+ #: add-ons-advanced/custom-profile-menus/index.php:170
5022
+ msgid "Login Label"
5023
  msgstr ""
5024
 
5025
+ #: add-ons-advanced/custom-profile-menus/index.php:178
5026
+ msgid "Logout Label"
5027
  msgstr ""
5028
 
5029
+ #: add-ons-advanced/custom-profile-menus/index.php:189
5030
+ msgid "Form page URL"
5031
  msgstr ""
5032
 
5033
+ #: add-ons-advanced/custom-profile-menus/index.php:192
5034
+ msgid "Login page URL"
5035
  msgstr ""
5036
 
5037
+ #: add-ons-advanced/custom-profile-menus/index.php:195
5038
+ msgid "Login Form page URL"
5039
  msgstr ""
5040
 
5041
+ #: add-ons-advanced/custom-profile-menus/index.php:198
5042
+ msgid "Edit Profile Form page URL"
5043
  msgstr ""
5044
 
5045
+ #: add-ons-advanced/custom-profile-menus/index.php:201
5046
+ msgid "Register Form page URL"
5047
  msgstr ""
5048
 
5049
+ #: add-ons-advanced/custom-profile-menus/index.php:240
5050
+ msgid "Display Mode"
5051
  msgstr ""
5052
 
5053
+ #: add-ons-advanced/custom-profile-menus/index.php:247, features/content-restriction/content-restriction-meta-box.php:68
5054
+ msgid "Logged In Users"
5055
  msgstr ""
5056
 
5057
+ #: add-ons-advanced/custom-profile-menus/index.php:254
5058
+ msgid "Logged Out Users"
5059
  msgstr ""
5060
 
5061
+ #: add-ons-advanced/custom-profile-menus/index.php:261, add-ons-advanced/buddypress/includes/field-visibility.php:216
5062
+ msgid "Everyone"
5063
  msgstr ""
5064
 
5065
+ #: add-ons-advanced/custom-profile-menus/index.php:268
5066
+ msgid "Restrict menu item to a minimum role"
5067
  msgstr ""
5068
 
5069
+ #: add-ons-advanced/custom-profile-menus/index.php:269
5070
+ msgid "Works only if Display Mode: Logged In Users is selected"
5071
  msgstr ""
5072
 
5073
+ #: add-ons-advanced/custom-profile-menus/index.php:300, add-ons-advanced/custom-profile-menus/wppb-custom-profile-menus.php:68, assets/misc/elementor/widgets/class-pb-widget-epf.php:32
5074
+ msgid "Edit Profile"
5075
  msgstr ""
5076
 
5077
+ #: add-ons-advanced/custom-profile-menus/index.php:309
5078
+ msgid "iFrame Title"
5079
  msgstr ""
5080
 
5081
+ #: add-ons-advanced/custom-profile-menus/index.php:319
5082
+ msgid "iFrame Size"
5083
  msgstr ""
5084
 
5085
+ #: add-ons-advanced/custom-profile-menus/index.php:322
5086
+ msgid "Height (px)"
5087
  msgstr ""
5088
 
5089
+ #: add-ons-advanced/custom-profile-menus/index.php:329
5090
+ msgid "Width (px)"
5091
  msgstr ""
5092
 
5093
+ #: add-ons-advanced/edit-profile-approved-by-admin/index.php:187
5094
+ msgid "Requires Admin Approval on Edit Profile"
5095
  msgstr ""
5096
 
5097
+ #: add-ons-advanced/edit-profile-approved-by-admin/index.php:187
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:288
5102
+ msgid "This field requires admin approval on edit profile"
5103
  msgstr ""
5104
 
5105
+ #: add-ons-advanced/edit-profile-approved-by-admin/index.php:357
5106
+ msgid "Finish Review and Send Notifications"
5107
  msgstr ""
5108
 
5109
+ #: add-ons-advanced/edit-profile-approved-by-admin/index.php:358
5110
+ msgid "Approve All"
5111
  msgstr ""
5112
 
5113
+ #: add-ons-advanced/edit-profile-approved-by-admin/index.php:376
5114
+ msgid "This field requires approval by an administrator"
5115
  msgstr ""
5116
 
5117
+ #: add-ons-advanced/edit-profile-approved-by-admin/index.php:405, features/admin-approval/class-admin-approval.php:355
5118
+ msgid "Unapproved"
5119
  msgstr ""
5120
 
5121
+ #: add-ons-advanced/edit-profile-approved-by-admin/index.php:405, features/admin-approval/class-admin-approval.php:353
5122
+ msgid "Approved"
5123
  msgstr ""
5124
 
5125
+ #: add-ons-advanced/edit-profile-approved-by-admin/index.php:745, add-ons-advanced/edit-profile-approved-by-admin/index.php:775
5126
+ msgid "Your profile has been reviewed by an administrator"
 
5127
  msgstr ""
5128
 
5129
+ #: add-ons-advanced/edit-profile-approved-by-admin/index.php:767
5130
+ msgid "Approved fields:%s"
5131
  msgstr ""
5132
 
5133
+ #: add-ons-advanced/edit-profile-approved-by-admin/index.php:771
5134
+ msgid "Unapproved fields:%s"
5135
  msgstr ""
5136
 
5137
+ #: add-ons-advanced/edit-profile-approved-by-admin/index.php:794
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:802
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:804
5146
+ msgid "Access this link to approve changes: %1$s"
5147
  msgstr ""
5148
 
5149
+ #: add-ons-advanced/edit-profile-approved-by-admin/index.php:807
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:827
5154
+ msgid "Field %1$s requires approval from an administrator"
5155
  msgstr ""
5156
 
5157
+ #: add-ons-advanced/edit-profile-approved-by-admin/index.php:902
5158
+ msgid "Show users that require review"
5159
  msgstr ""
5160
 
5161
+ #: add-ons-advanced/edit-profile-approved-by-admin/index.php:904
5162
+ msgid "Show reviewed users with unapproved fields"
5163
  msgstr ""
5164
 
5165
+ #: add-ons-advanced/edit-profile-approved-by-admin/index.php:907
5166
+ msgid "Exit Review Mode"
5167
  msgstr ""
5168
 
5169
+ #: add-ons-advanced/field-visibility/index.php:167
5170
+ msgid "<strong>Admin Only</strong> field is visible only for administrators. <strong>User Locked</strong> field is visible for both administrators and users, but only administrators have the capability to edit it."
5171
  msgstr ""
5172
 
5173
+ #: add-ons-advanced/field-visibility/index.php:168
5174
+ msgid "User Role Visibility"
5175
  msgstr ""
5176
 
5177
+ #: add-ons-advanced/field-visibility/index.php:168
5178
+ msgid "Select which user roles see this field"
5179
  msgstr ""
5180
 
5181
+ #: add-ons-advanced/field-visibility/index.php:169
5182
+ msgid "Location Visibility"
5183
  msgstr ""
5184
 
5185
+ #: add-ons-advanced/field-visibility/index.php:169
5186
+ msgid "Select the locations you wish the field to appear"
5187
  msgstr ""
5188
 
5189
+ #: add-ons-advanced/field-visibility/index.php:187
5190
+ msgid "<pre>Title</pre><pre>Type</pre><pre>Meta Name</pre><pre class=\"wppb-mb-head-required\">Required</pre><pre class=\"wppb-mb-head-visibility\"></pre>"
5191
  msgstr ""
5192
 
5193
+ #: add-ons-advanced/field-visibility/index.php:208
5194
+ msgid "This field is visible only for administrators."
5195
  msgstr ""
5196
 
5197
+ #: add-ons-advanced/field-visibility/index.php:211
5198
+ msgid "This field is visible for both administrators and users, but only administrators have the capability to edit it."
5199
  msgstr ""
5200
 
5201
+ #: add-ons-advanced/field-visibility/index.php:234
5202
+ msgid "This field is visible only for the following user roles: %1$s"
5203
  msgstr ""
5204
 
5205
+ #: add-ons-advanced/field-visibility/index.php:280
5206
+ msgid "This field is visible only in the following locations: %1$s"
5207
  msgstr ""
5208
 
5209
+ #: add-ons-advanced/field-visibility/index.php:422
5210
+ msgid "Get file"
5211
  msgstr ""
5212
 
5213
+ #: add-ons-advanced/field-visibility/index.php:563
5214
+ msgid "You do not have the capabilities necessary to edit this field."
5215
  msgstr ""
5216
 
5217
+ #: add-ons-advanced/mailpoet-integration/index.php:106
5218
+ msgid "MailPoet Newsletters needs to be installed and activated for Profile Builder - MailPoet Add-on to work!"
5219
  msgstr ""
5220
 
5221
+ #: add-ons-advanced/multi-step-forms/index.php:38, add-ons-advanced/multi-step-forms/index.php:492
5222
+ msgid "Step"
5223
  msgstr ""
5224
 
5225
+ #: add-ons-advanced/multi-step-forms/index.php:39
5226
+ msgid "Title for Tab"
5227
  msgstr ""
5228
 
5229
+ #: add-ons-advanced/multi-step-forms/index.php:40
5230
+ msgid "Add Break Points to edit tabs title."
5231
  msgstr ""
5232
 
5233
+ #: add-ons-advanced/multi-step-forms/index.php:41
5234
+ msgid "Publish the form to edit tabs title."
5235
  msgstr ""
5236
 
5237
+ #: add-ons-advanced/multi-step-forms/index.php:42, add-ons-advanced/multi-step-forms/index.php:156
5238
+ msgid "Publish the form before adding Break Points!"
5239
  msgstr ""
5240
 
5241
+ #: add-ons-advanced/multi-step-forms/index.php:43
5242
+ msgid "Request in process, please wait a few seconds before a new one!"
5243
  msgstr ""
5244
 
5245
+ #: add-ons-advanced/multi-step-forms/index.php:84
5246
+ msgid "Multi-Step Forms"
5247
  msgstr ""
5248
 
5249
+ #: add-ons-advanced/multi-step-forms/index.php:161
5250
+ msgid "To enable MSF you must add Break Points."
5251
  msgstr ""
5252
 
5253
+ #: add-ons-advanced/multi-step-forms/index.php:162, add-ons-advanced/multi-step-forms/index.php:137
5254
+ msgid "Pagination and Tabs:"
5255
  msgstr ""
5256
 
5257
+ #: add-ons-advanced/multi-step-forms/index.php:163, add-ons-advanced/multi-step-forms/index.php:138
5258
+ msgid "Enable Pagination"
5259
  msgstr ""
5260
 
5261
+ #: add-ons-advanced/multi-step-forms/index.php:164, add-ons-advanced/multi-step-forms/index.php:139
5262
+ msgid "Enable Tabs"
5263
  msgstr ""
5264
 
5265
+ #: add-ons-advanced/multi-step-forms/index.php:164, add-ons-advanced/multi-step-forms/index.php:139
5266
+ msgid "Edit Tabs Title"
5267
  msgstr ""
5268
 
5269
+ #: add-ons-advanced/multi-step-forms/index.php:128
5270
+ msgid "Multi-Step Forms options updated."
5271
  msgstr ""
5272
 
5273
+ #: add-ons-advanced/multi-step-forms/index.php:133
5274
+ msgid "Enable on:"
5275
  msgstr ""
5276
 
5277
+ #: add-ons-advanced/multi-step-forms/index.php:134
5278
+ msgid "PB Default Register Form"
5279
  msgstr ""
5280
 
5281
+ #: add-ons-advanced/multi-step-forms/index.php:135
5282
+ msgid "PB Default Edit Profile Form"
5283
  msgstr ""
5284
 
5285
+ #: add-ons-advanced/multi-step-forms/index.php:136
5286
+ msgid "To enable it on Multiple Registration and Edit-Profile Forms you must add Break Points in each form page."
5287
  msgstr ""
5288
 
5289
+ #: add-ons-advanced/multi-step-forms/index.php:141
5290
+ msgid "Update Multi-Step"
5291
  msgstr ""
5292
 
5293
+ #: add-ons-advanced/multi-step-forms/index.php:413
5294
+ msgid "Next"
5295
  msgstr ""
5296
 
5297
+ #: add-ons-advanced/multi-step-forms/index.php:414
5298
+ msgid "Previous"
5299
  msgstr ""
5300
 
5301
+ #: add-ons-advanced/social-connect/index.php:226
5302
+ msgid "Display on the Following Forms"
5303
  msgstr ""
5304
 
5305
+ #: add-ons-advanced/social-connect/index.php:227
5306
+ msgid "Disable Registration on"
5307
  msgstr ""
5308
 
5309
+ #: add-ons-advanced/social-connect/index.php:227
5310
+ msgid "Allow only login with Social Connect on Profile Builder Login Form.<br>Social Connect will still automatically register users on other forms."
5311
  msgstr ""
5312
 
5313
+ #: add-ons-advanced/social-connect/index.php:228
5314
+ msgid "Facebook Login"
5315
  msgstr ""
5316
 
5317
+ #: add-ons-advanced/social-connect/index.php:229
5318
+ msgid "Facebook App ID"
5319
  msgstr ""
5320
 
5321
+ #: add-ons-advanced/social-connect/index.php:230
5322
+ msgid "Google Login"
5323
  msgstr ""
5324
 
5325
+ #: add-ons-advanced/social-connect/index.php:231
5326
+ msgid "Google Client ID"
5327
  msgstr ""
5328
 
5329
+ #: add-ons-advanced/social-connect/index.php:232
5330
+ msgid "Twitter Login"
5331
  msgstr ""
5332
 
5333
+ #: add-ons-advanced/social-connect/index.php:233
5334
+ msgid "Twitter API Key"
5335
  msgstr ""
5336
 
5337
+ #: add-ons-advanced/social-connect/index.php:234
5338
+ msgid "Twitter API Secret"
5339
  msgstr ""
5340
 
5341
+ #: add-ons-advanced/social-connect/index.php:235
5342
+ msgid "LinkedIn Login"
5343
  msgstr ""
5344
 
5345
+ #: add-ons-advanced/social-connect/index.php:236
5346
+ msgid "LinkedIn Client ID"
5347
  msgstr ""
5348
 
5349
+ #: add-ons-advanced/social-connect/index.php:237
5350
+ msgid "LinkedIn Client Secret"
5351
  msgstr ""
5352
 
5353
+ #: add-ons-advanced/social-connect/index.php:238
5354
+ msgid "Buttons Order"
5355
  msgstr ""
5356
 
5357
+ #: add-ons-advanced/social-connect/index.php:238
5358
+ msgid "Drag and drop the dots to re-order."
5359
  msgstr ""
5360
 
5361
+ #: add-ons-advanced/social-connect/index.php:239
5362
+ msgid "Buttons Re-Order"
5363
  msgstr ""
5364
 
5365
+ #: add-ons-advanced/social-connect/index.php:239
5366
+ msgid "Save the buttons order from the buttons order checkboxes"
5367
  msgstr ""
5368
 
5369
+ #: add-ons-advanced/social-connect/index.php:240
5370
+ msgid "Buttons Location"
5371
  msgstr ""
5372
 
5373
+ #: add-ons-advanced/social-connect/index.php:240
5374
+ msgid "Display social buttons before or after the forms fields."
5375
  msgstr ""
5376
 
5377
+ #: add-ons-advanced/social-connect/index.php:241
5378
+ msgid "Buttons Style"
5379
  msgstr ""
5380
 
5381
+ #: add-ons-advanced/social-connect/index.php:242
5382
+ msgid "Google Sign In Button"
5383
  msgstr ""
5384
 
5385
+ #: add-ons-advanced/social-connect/index.php:243
5386
+ msgid "Heading Before Buttons (Login/Register)"
5387
  msgstr ""
5388
 
5389
+ #: add-ons-advanced/social-connect/index.php:243, add-ons-advanced/social-connect/index.php:244
5390
+ msgid "Empty field will remove the heading."
5391
  msgstr ""
5392
 
5393
+ #: add-ons-advanced/social-connect/index.php:244
5394
+ msgid "Heading Before Buttons (Edit Profile)"
5395
  msgstr ""
5396
 
5397
+ #: add-ons-advanced/social-connect/index.php:245
5398
+ msgid "Facebook Button Text (Login/Register)"
5399
  msgstr ""
5400
 
5401
+ #: add-ons-advanced/social-connect/index.php:246
5402
+ msgid "Google Button Text (Login/Register)"
5403
  msgstr ""
5404
 
5405
+ #: add-ons-advanced/social-connect/index.php:247
5406
+ msgid "Twitter Button Text (Login/Register)"
5407
  msgstr ""
5408
 
5409
+ #: add-ons-advanced/social-connect/index.php:248
5410
+ msgid "LinkedIn Button Text (Login/Register)"
5411
  msgstr ""
5412
 
5413
+ #: add-ons-advanced/social-connect/index.php:249
5414
+ msgid "Facebook Button Text (Edit Profile)"
5415
  msgstr ""
5416
 
5417
+ #: add-ons-advanced/social-connect/index.php:250
5418
+ msgid "Google Button Text (Edit Profile)"
5419
  msgstr ""
5420
 
5421
+ #: add-ons-advanced/social-connect/index.php:251
5422
+ msgid "Twitter Button Text (Edit Profile)"
5423
  msgstr ""
5424
 
5425
+ #: add-ons-advanced/social-connect/index.php:252
5426
+ msgid "LinkedIn Button Text (Edit Profile)"
5427
  msgstr ""
5428
 
5429
+ #: add-ons-advanced/social-connect/index.php:253
5430
+ msgid "Unlink Accounts (Edit Profile)"
5431
  msgstr ""
5432
 
5433
+ #: add-ons-advanced/social-connect/index.php:253
5434
+ msgid "This option will display linked social platforms to users accounts and will allow to easily unlink them in Edit Profile page."
5435
  msgstr ""
5436
 
5437
+ #: add-ons-advanced/social-connect/index.php:254
5438
+ msgid "Default Social Connect CSS in the Front-end"
5439
  msgstr ""
5440
 
5441
+ #: add-ons-advanced/social-connect/index.php:274
5442
+ msgid "Help"
5443
  msgstr ""
5444
 
5445
+ #: add-ons-advanced/social-connect/index.php:344
5446
+ msgid "Display Social Connect buttons:"
5447
  msgstr ""
5448
 
5449
+ #: add-ons-advanced/social-connect/index.php:393
5450
+ msgid "You have successfully unlinked %% from your account."
5451
  msgstr ""
5452
 
5453
+ #: add-ons-advanced/social-connect/index.php:405
5454
+ msgid "An account with this email address already exists.<br> Do you want to connect it?"
5455
  msgstr ""
5456
 
5457
+ #: add-ons-advanced/social-connect/index.php:408
5458
+ msgid "Please enter your website account password"
5459
  msgstr ""
5460
 
5461
+ #: add-ons-advanced/social-connect/index.php:409
5462
+ msgid "Please enter a new email"
5463
  msgstr ""
5464
 
5465
+ #: add-ons-advanced/social-connect/index.php:410
5466
+ msgid "You have successfully linked your account to %%."
5467
  msgstr ""
5468
 
5469
+ #: add-ons-advanced/social-connect/index.php:411, add-ons-advanced/social-connect/twitter/twitter.php:112
5470
+ msgid "Something went wrong. Please try again later!"
5471
  msgstr ""
5472
 
5473
+ #: add-ons-advanced/social-connect/index.php:412
5474
+ msgid "Before you can access your account you need to confirm your email address. Please check your inbox and click the activation link."
5475
  msgstr ""
5476
 
5477
+ #: add-ons-advanced/social-connect/index.php:413
5478
+ msgid "<strong>ERROR</strong>: You need to confirm your email address before you can log in."
5479
  msgstr ""
5480
 
5481
+ #: add-ons-advanced/social-connect/index.php:414
5482
+ msgid "Before you can access your account an administrator has to approve it. You will be notified via email."
5483
  msgstr ""
5484
 
5485
+ #: add-ons-advanced/social-connect/index.php:415, features/admin-approval/admin-approval.php:196
5486
+ msgid "<strong>ERROR</strong>: Your account has to be confirmed by an administrator before you can log in."
5487
  msgstr ""
5488
 
5489
+ #: add-ons-advanced/social-connect/index.php:416
5490
+ msgid "You will be redirected in 5 seconds. If not, click %%."
5491
  msgstr ""
5492
 
5493
+ #: add-ons-advanced/social-connect/index.php:418
5494
+ msgid "<strong>You can only login with social accounts, not register!</strong><br>Please link your social account to an existing user account first."
5495
  msgstr ""
5496
 
5497
+ #: add-ons-advanced/social-connect/index.php:419
5498
+ msgid "Wrong password!"
5499
  msgstr ""
5500
 
5501
+ #: add-ons-advanced/social-connect/index.php:420
5502
+ msgid "Please enter a valid email!"
5503
  msgstr ""
5504
 
5505
+ #: add-ons-advanced/social-connect/index.php:421
5506
+ msgid "You can only login on this form.<br>Register with your social account on the register form."
5507
  msgstr ""
5508
 
5509
+ #: add-ons-advanced/social-connect/index.php:422
5510
+ msgid "Continue"
5511
  msgstr ""
5512
 
5513
+ #: add-ons-advanced/social-connect/index.php:423, add-ons-advanced/social-connect/index.php:442, add-ons-advanced/social-connect/index.php:457
5514
+ msgid "Ok"
5515
  msgstr ""
5516
 
5517
+ #: add-ons-advanced/social-connect/index.php:431
5518
+ msgid "To create a new account please confirm:"
5519
  msgstr ""
5520
 
5521
+ #: add-ons-advanced/social-connect/index.php:432
5522
+ msgid "You must agree to the Terms And Conditions to create a new account."
5523
  msgstr ""
5524
 
5525
+ #: add-ons-advanced/social-connect/index.php:440, add-ons-advanced/social-connect/index.php:441
5526
+ msgid "Please enter your Facebook email!"
5527
  msgstr ""
5528
 
5529
+ #: add-ons-advanced/social-connect/index.php:454
5530
+ msgid "Waiting for Twitter..."
5531
  msgstr ""
5532
 
5533
+ #: add-ons-advanced/social-connect/index.php:455, add-ons-advanced/social-connect/index.php:456
5534
+ msgid "Please enter your Twitter email!"
5535
  msgstr ""
5536
 
5537
+ #: add-ons-advanced/social-connect/index.php:750
5538
+ msgid "Profile Builder not active!"
5539
  msgstr ""
5540
 
5541
+ #: add-ons-advanced/social-connect/index.php:905
5542
+ msgid "Application Settings"
5543
  msgstr ""
5544
 
5545
+ #: add-ons-advanced/social-connect/index.php:909
5546
+ msgid "Appearance Settings"
5547
  msgstr ""
5548
 
5549
+ #: add-ons-advanced/social-connect/index.php:973
5550
+ msgid "Unlink"
5551
  msgstr ""
5552
 
5553
+ #: add-ons-advanced/social-connect/index.php:980
5554
+ msgid "Your account is linked with:"
5555
  msgstr ""
5556
 
5557
+ #: add-ons-advanced/woocommerce/billing-fields.php:5, add-ons-advanced/woocommerce/shipping-fields.php:5
5558
+ msgid "Country"
5559
  msgstr ""
5560
+
5561
+ #: add-ons-advanced/woocommerce/billing-fields.php:8, add-ons-advanced/woocommerce/shipping-fields.php:8
5562
+ msgid "Company Name"
 
 
 
 
5563
  msgstr ""
5564
 
5565
+ #: add-ons-advanced/woocommerce/billing-fields.php:9, add-ons-advanced/woocommerce/shipping-fields.php:9
5566
+ msgid "Address"
5567
  msgstr ""
5568
 
5569
+ #: add-ons-advanced/woocommerce/billing-fields.php:11, add-ons-advanced/woocommerce/shipping-fields.php:11
5570
+ msgid "Town / City"
5571
  msgstr ""
5572
 
5573
+ #: add-ons-advanced/woocommerce/billing-fields.php:12, add-ons-advanced/woocommerce/shipping-fields.php:12
5574
+ msgid "State / County"
5575
  msgstr ""
5576
 
5577
+ #: add-ons-advanced/woocommerce/billing-fields.php:13, add-ons-advanced/woocommerce/shipping-fields.php:13
5578
+ msgid "Postcode / Zip"
5579
  msgstr ""
5580
 
5581
+ #: add-ons-advanced/woocommerce/billing-fields.php:14
5582
+ msgid "Email Address"
 
 
 
 
 
5583
  msgstr ""
5584
 
5585
+ #: add-ons-advanced/woocommerce/billing-fields.php:15
5586
+ msgid "Phone"
5587
  msgstr ""
5588
 
5589
+ #: add-ons-advanced/woocommerce/billing-fields.php:281
5590
+ msgid "Ship to a different address?"
 
 
5591
  msgstr ""
5592
 
5593
+ #: add-ons-advanced/woocommerce/index.php:810
5594
+ msgid "WooCommerce needs to be installed and activated for Profile Builder - WooCommerce Sync Add-on to work!"
5595
  msgstr ""
5596
 
5597
+ #: add-ons-advanced/woocommerce/index.php:203, add-ons-advanced/woocommerce/index.php:222, add-ons-advanced/woocommerce/index.php:322, add-ons-advanced/woocommerce/index.php:319, add-ons-advanced/woocommerce/index.php:749
5598
+ msgid "Address line 2"
 
 
 
 
 
 
5599
  msgstr ""
5600
 
5601
+ #: add-ons-advanced/woocommerce/index.php:211
5602
+ msgid "Billing Fields"
5603
  msgstr ""
5604
 
5605
+ #: add-ons-advanced/woocommerce/index.php:211
5606
+ msgid "Select which WooCommerce Billing fields to display to the user ( drag and drop to re-order ) and which should be required"
5607
  msgstr ""
5608
 
5609
+ #: add-ons-advanced/woocommerce/index.php:212
5610
+ msgid "Billing Fields Order"
5611
  msgstr ""
5612
 
5613
+ #: add-ons-advanced/woocommerce/index.php:212
5614
+ msgid "Save the billing fields order from the billing fields checkboxes"
5615
  msgstr ""
5616
 
5617
+ #: add-ons-advanced/woocommerce/index.php:213
5618
+ msgid "Billing Fields Name"
5619
  msgstr ""
5620
 
5621
+ #: add-ons-advanced/woocommerce/index.php:213
5622
+ msgid "Save the billing fields names"
5623
  msgstr ""
5624
 
5625
+ #: add-ons-advanced/woocommerce/index.php:230
5626
+ msgid "Shipping Fields"
5627
  msgstr ""
5628
 
5629
+ #: add-ons-advanced/woocommerce/index.php:230
5630
+ msgid "Select which WooCommerce Shipping fields to display to the user ( drag and drop to re-order ) and which should be required"
5631
  msgstr ""
5632
 
5633
+ #: add-ons-advanced/woocommerce/index.php:231
5634
+ msgid "Shipping Fields Order"
5635
  msgstr ""
5636
 
5637
+ #: add-ons-advanced/woocommerce/index.php:231
5638
+ msgid "Save the shipping fields order from the shipping fields checkboxes"
5639
  msgstr ""
5640
 
5641
+ #: add-ons-advanced/woocommerce/index.php:232
5642
+ msgid "Shipping Fields Name"
5643
  msgstr ""
5644
 
5645
+ #: add-ons-advanced/woocommerce/index.php:232
5646
+ msgid "Save the shipping fields names"
5647
  msgstr ""
5648
 
5649
+ #: add-ons-advanced/woocommerce/index.php:260
5650
+ msgid "Field Name"
5651
  msgstr ""
5652
 
5653
+ #: add-ons-advanced/woocommerce/index.php:324
5654
+ msgid "Click to edit "
5655
  msgstr ""
5656
 
5657
+ #: add-ons-advanced/woocommerce/index.php:348, front-end/default-fields/email/email.php:69
5658
+ msgid "The email you entered is not a valid email address."
5659
  msgstr ""
5660
 
5661
+ #: add-ons-advanced/woocommerce/index.php:606
5662
+ msgid "No options available. Please select one country."
5663
  msgstr ""
5664
 
5665
+ #: add-ons-advanced/woocommerce/index.php:625, add-ons-advanced/woocommerce/index.php:650
5666
+ msgid "Billing "
5667
  msgstr ""
5668
 
5669
+ #: add-ons-advanced/woocommerce/index.php:633, add-ons-advanced/woocommerce/index.php:657
5670
+ msgid "Shipping "
5671
  msgstr ""
5672
 
5673
+ #: add-ons-advanced/woocommerce/index.php:693, add-ons-advanced/woocommerce/woocommerce-activator.php:26
5674
+ msgid "Billing Address"
5675
  msgstr ""
5676
 
5677
+ #: add-ons-advanced/woocommerce/index.php:694, add-ons-advanced/woocommerce/woocommerce-activator.php:30
5678
+ msgid "Shipping Address"
5679
  msgstr ""
5680
 
5681
+ #: add-ons-advanced/woocommerce/woo-checkout-field-support.php:83
5682
+ msgid "Display on WooCommerce Checkout"
5683
  msgstr ""
5684
 
5685
+ #: add-ons-advanced/woocommerce/woo-checkout-field-support.php:83
5686
+ msgid "Whether the field should be added to the WooCommerce checkout form or not"
5687
  msgstr ""
5688
 
5689
+ #: add-ons-advanced/woocommerce/woocommerce-activator.php:26
5690
+ msgid "Displays customer billing fields in front-end. "
5691
  msgstr ""
5692
 
5693
+ #: add-ons-advanced/woocommerce/woocommerce-activator.php:30
5694
+ msgid "Displays customer shipping fields in front-end. "
5695
  msgstr ""
5696
 
5697
+ #: add-ons-advanced/woocommerce/woosync-page.php:76
5698
+ msgid "Choose Register form to display on My Account page:"
5699
  msgstr ""
5700
 
5701
+ #: add-ons-advanced/woocommerce/woosync-page.php:81
5702
+ msgid "Default Register"
5703
  msgstr ""
5704
 
5705
+ #: add-ons-advanced/woocommerce/woosync-page.php:104
5706
+ msgid "Select which Profile Builder Register form to display on My Account page from WooCommerce. <br/> This will also add the Profile Builder Login form to MyAccount page."
5707
  msgstr ""
5708
 
5709
+ #: add-ons-advanced/woocommerce/woosync-page.php:111
5710
+ msgid "Choose Edit Profile form to display on My Account page:"
5711
  msgstr ""
5712
 
5713
+ #: add-ons-advanced/woocommerce/woosync-page.php:139
5714
+ msgid "Select which Profile Builder Edit-profile form to display on My Account page from WooCommerce."
5715
  msgstr ""
5716
 
5717
+ #: add-ons-free/custom-css-classes-on-fields/custom-css-classes-on-fields.php:31
5718
+ msgid "CSS Class"
5719
  msgstr ""
5720
 
5721
+ #: add-ons-free/custom-css-classes-on-fields/custom-css-classes-on-fields.php:32
5722
+ msgid "Add a class to a field. Should not contain dots(.) and for multiple classes separate by space."
 
 
 
5723
  msgstr ""
5724
 
5725
+ #: add-ons-free/import-export/import-export.php:28, add-ons-free/import-export/pbie-import.php:42, add-ons-free/labels-edit/labels-edit.php:324
5726
+ msgid "Import"
 
 
 
 
5727
  msgstr ""
5728
 
5729
+ #: add-ons-free/import-export/import-export.php:29, add-ons-free/import-export/pbie-export.php:123, add-ons-free/labels-edit/labels-edit.php:336
5730
+ msgid "Export"
5731
  msgstr ""
5732
 
5733
+ #: add-ons-free/import-export/pbie-export.php:119
5734
+ msgid "Export Profile Builder options as a .json file. This allows you to easily import the configuration into another site."
5735
  msgstr ""
5736
 
5737
+ #: add-ons-free/import-export/pbie-import.php:34
5738
+ msgid "Import Profile Builder options from a .json file. This allows you to easily import the configuration from another site. "
 
 
 
 
5739
  msgstr ""
5740
 
5741
+ #: add-ons-free/import-export/pbie-import.php:42
5742
+ msgid "This will overwrite your old PB settings! Are you sure you want to continue?"
5743
  msgstr ""
5744
 
5745
+ #: add-ons-free/labels-edit/labels-edit.php:115
5746
+ msgid " labels scanned."
 
 
 
5747
  msgstr ""
5748
 
5749
+ #: add-ons-free/labels-edit/labels-edit.php:215
5750
+ msgid "Label to Edit"
5751
  msgstr ""
5752
 
5753
+ #: add-ons-free/labels-edit/labels-edit.php:216
5754
+ msgid "New Label"
5755
  msgstr ""
5756
 
5757
+ #: add-ons-free/labels-edit/labels-edit.php:222
5758
+ msgid "Edit Labels"
 
 
 
5759
  msgstr ""
5760
 
5761
+ #: add-ons-free/labels-edit/labels-edit.php:238
5762
+ msgid "Rescan Lables"
5763
  msgstr ""
5764
 
5765
+ #: add-ons-free/labels-edit/labels-edit.php:264
5766
+ msgid "Informations"
5767
  msgstr ""
5768
 
5769
+ #: add-ons-free/labels-edit/labels-edit.php:298
5770
+ msgid "Import and Export Labels"
 
 
 
 
 
 
5771
  msgstr ""
5772
 
5773
+ #: add-ons-free/labels-edit/labels-edit.php:312
5774
+ msgid "Import Labels from a .json file."
5775
  msgstr ""
5776
 
5777
+ #: add-ons-free/labels-edit/labels-edit.php:314
5778
+ msgid "Easily import the labels from another site."
5779
  msgstr ""
5780
 
5781
+ #: add-ons-free/labels-edit/labels-edit.php:324
5782
+ msgid "This will overwrite all your old edited labels!\nAre you sure you want to continue?"
 
 
5783
  msgstr ""
5784
 
5785
+ #: add-ons-free/labels-edit/labels-edit.php:329
5786
+ msgid "Export Labels as a .json file."
5787
  msgstr ""
5788
 
5789
+ #: add-ons-free/labels-edit/labels-edit.php:331
5790
+ msgid "Easily import the labels into another site."
5791
  msgstr ""
5792
 
5793
+ #: add-ons-free/labels-edit/labels-edit.php:362
5794
+ msgid "You must select a label to edit!"
 
 
 
 
 
 
5795
  msgstr ""
5796
 
5797
+ #: add-ons-free/labels-edit/labels-edit.php:425
5798
+ msgid "No labels edited, nothing to export!"
5799
  msgstr ""
5800
 
5801
+ #: add-ons-free/maximum-character-length/maximum-character-length.php:28
5802
+ msgid "Specify the maximum number of characters a user can type in this field"
5803
  msgstr ""
5804
 
5805
+ #: add-ons-free/maximum-character-length/maximum-character-length.php:49
5806
  msgid ""
5807
+ "The entered character number is not numerical\n"
5808
+ ""
 
 
 
 
 
5809
  msgstr ""
5810
 
5811
+ #: admin/advanced-settings/advanced-settings.php:38
5812
+ msgid "Toolbox"
5813
  msgstr ""
5814
 
5815
+ #: admin/advanced-settings/advanced-settings.php:69
5816
+ msgid "The email address you are trying to register with is not allowed on this website."
5817
  msgstr ""
5818
 
5819
+ #: admin/advanced-settings/advanced-settings.php:77
5820
+ msgid "Your submission contains banned words."
 
 
 
 
 
5821
  msgstr ""
5822
 
5823
+ #: admin/advanced-settings/advanced-settings.php:187
5824
+ msgid "are"
5825
  msgstr ""
5826
 
5827
+ #: admin/advanced-settings/advanced-settings.php:188
5828
+ msgid "have"
5829
  msgstr ""
5830
 
5831
+ #: admin/advanced-settings/advanced-settings.php:184
5832
+ msgid "is"
5833
  msgstr ""
5834
 
5835
+ #: admin/advanced-settings/advanced-settings.php:185
5836
+ msgid "has"
5837
  msgstr ""
5838
 
5839
+ #: admin/advanced-settings/advanced-settings.php:191
5840
+ msgid "%1$s of the emails provided in the Admin Emails field %2$s invalid and %3$s been removed from the list"
5841
  msgstr ""
5842
 
5843
+ #: assets/misc/plugin-compatibilities.php:237
5844
+ msgid "Your account has to be confirmed by an administrator before you can log in."
5845
  msgstr ""
5846
 
5847
+ #: features/admin-approval/admin-approval.php:27, features/admin-approval/admin-approval.php:405, features/admin-approval/admin-approval.php:389, features/admin-approval/class-admin-approval.php:472, features/admin-approval/class-admin-approval.php:545
5848
+ msgid "Admin Approval"
5849
+ msgstr ""
5850
+
5851
+ #: features/admin-approval/admin-approval.php:41, features/email-confirmation/email-confirmation.php:60
5852
+ msgid "Do you want to"
5853
+ msgstr ""
5854
+
5855
+ #: features/admin-approval/admin-approval.php:64, features/admin-approval/admin-approval.php:111
5856
+ msgid "Your session has expired! Please refresh the page and try again."
5857
  msgstr ""
5858
 
5859
+ #: features/admin-approval/admin-approval.php:102, features/admin-approval/admin-approval.php:150, features/email-confirmation/email-confirmation.php:101, features/email-confirmation/email-confirmation.php:137
5860
+ msgid "You either don't have permission for that action or there was an error!"
5861
  msgstr ""
5862
 
5863
+ #: features/admin-approval/admin-approval.php:97
5864
+ msgid "User successfully deleted!"
5865
  msgstr ""
5866
 
5867
+ #: features/admin-approval/admin-approval.php:90, features/admin-approval/admin-approval.php:403
5868
+ msgid "User successfully unapproved!"
5869
  msgstr ""
5870
 
5871
+ #: features/admin-approval/admin-approval.php:80, features/admin-approval/admin-approval.php:387
5872
+ msgid "User successfully approved!"
5873
  msgstr ""
5874
 
5875
+ #: features/admin-approval/admin-approval.php:146
5876
+ msgid "Users successfully deleted!"
5877
  msgstr ""
5878
 
5879
+ #: features/admin-approval/admin-approval.php:137
5880
+ msgid "Users successfully unapproved!"
5881
  msgstr ""
5882
 
5883
+ #: features/admin-approval/admin-approval.php:127
5884
+ msgid "Users successfully approved!"
5885
  msgstr ""
5886
 
5887
+ #: features/admin-approval/admin-approval.php:174
5888
+ msgid "Your account on %1$s has been unapproved!"
5889
  msgstr ""
5890
 
5891
+ #: features/admin-approval/admin-approval.php:175, features/admin-approval/admin-approval.php:178
5892
+ msgid "unapproved"
5893
  msgstr ""
5894
 
5895
+ #: features/admin-approval/admin-approval.php:177
5896
+ msgid "An administrator has just unapproved your account on %1$s (%2$s)."
5897
  msgstr ""
5898
 
5899
+ #: features/admin-approval/admin-approval.php:166
5900
+ msgid "Your account on %1$s has been approved!"
5901
  msgstr ""
5902
 
5903
+ #: features/admin-approval/admin-approval.php:167, features/admin-approval/admin-approval.php:170
5904
+ msgid "approved"
5905
  msgstr ""
5906
 
5907
+ #: features/admin-approval/admin-approval.php:169
5908
+ msgid "An administrator has just approved your account on %1$s (%2$s)."
5909
  msgstr ""
5910
 
5911
+ #: features/admin-approval/admin-approval.php:208
5912
+ msgid "Your account has to be confirmed by an administrator before you can use the \"Password Recovery\" feature."
5913
  msgstr ""
5914
 
5915
+ #: features/admin-approval/admin-approval.php:247
5916
+ msgid "Your account has been successfully created!"
5917
  msgstr ""
5918
 
5919
+ #: features/admin-approval/admin-approval.php:340
5920
+ msgid "Something went wrong!"
5921
  msgstr ""
5922
 
5923
+ #: features/admin-approval/admin-approval.php:342
5924
+ msgid "Admin Approval Error"
5925
  msgstr ""
5926
 
5927
+ #: features/admin-approval/admin-approval.php:334
5928
+ msgid "User not approved!"
5929
  msgstr ""
5930
 
5931
+ #: features/admin-approval/admin-approval.php:336
5932
+ msgid "Admin Approval Declined"
5933
  msgstr ""
5934
 
5935
+ #: features/admin-approval/admin-approval.php:311
5936
+ msgid "Do you wish to unapprove the registration?"
5937
  msgstr ""
5938
 
5939
+ #: features/admin-approval/admin-approval.php:309
5940
+ msgid "Do you wish to approve the registration?"
5941
  msgstr ""
5942
 
5943
+ #: features/admin-approval/admin-approval.php:362
5944
+ msgid "The approval link is not valid! Please <a href=\"%s\"> log in </a> to approve the user manually. "
5945
  msgstr ""
5946
 
5947
+ #: features/admin-approval/admin-approval.php:366
5948
+ msgid "Admin Approval Unsuccessful"
5949
  msgstr ""
5950
 
5951
+ #: features/admin-approval/class-admin-approval.php:116
5952
+ msgid "delete this user?"
5953
  msgstr ""
5954
 
5955
+ #: features/admin-approval/class-admin-approval.php:124, features/admin-approval/class-admin-approval.php:122
5956
+ msgid "approve this user?"
5957
  msgstr ""
5958
 
5959
+ #: features/admin-approval/class-admin-approval.php:124, features/admin-approval/class-admin-approval.php:122, features/admin-approval/class-admin-approval.php:230
5960
+ msgid "Approve"
5961
  msgstr ""
5962
 
5963
+ #: features/admin-approval/class-admin-approval.php:125, features/admin-approval/class-admin-approval.php:120
5964
+ msgid "unapprove this user?"
5965
  msgstr ""
5966
 
5967
+ #: features/admin-approval/class-admin-approval.php:125, features/admin-approval/class-admin-approval.php:120, features/admin-approval/class-admin-approval.php:231
5968
+ msgid "Unapprove"
5969
  msgstr ""
5970
 
5971
+ #: features/admin-approval/class-admin-approval.php:179, features/email-confirmation/class-email-confirmation.php:170
5972
+ msgid "Registered"
5973
  msgstr ""
5974
 
5975
+ #: features/admin-approval/class-admin-approval.php:180
5976
+ msgid "User-status"
5977
  msgstr ""
5978
 
5979
+ #: features/admin-approval/class-admin-approval.php:282, features/email-confirmation/class-email-confirmation.php:285
5980
+ msgid "Sorry, but you don't have permission to do that!"
5981
  msgstr ""
5982
 
5983
+ #: features/admin-approval/class-admin-approval.php:274
5984
+ msgid "Do you want to bulk delete the selected users?"
5985
  msgstr ""
5986
 
5987
+ #: features/admin-approval/class-admin-approval.php:268
5988
+ msgid "Do you want to bulk unapprove the selected users?"
5989
  msgstr ""
5990
 
5991
+ #: features/admin-approval/class-admin-approval.php:260
5992
+ msgid "Do you want to bulk approve the selected users?"
5993
  msgstr ""
5994
 
5995
+ #: features/admin-approval/class-admin-approval.php:357
5996
+ msgid "Pending"
5997
  msgstr ""
5998
 
5999
+ #: features/admin-approval/class-admin-approval.php:475, features/email-confirmation/class-email-confirmation.php:467
6000
+ msgid "All Users"
6001
  msgstr ""
6002
 
6003
+ #: features/admin-approval/class-admin-approval.php:480, features/email-confirmation/class-email-confirmation.php:473
6004
+ msgid "Search Users"
6005
  msgstr ""
6006
 
6007
+ #: features/admin-approval/class-admin-approval.php:531, features/email-confirmation/class-email-confirmation.php:490
6008
+ msgid "Number of items per page:"
6009
  msgstr ""
6010
 
6011
+ #: features/conditional-fields/conditional-fields.php:84
6012
+ msgid "Conditional Logic"
6013
  msgstr ""
6014
 
6015
+ #: features/conditional-fields/conditional-fields.php:85
6016
+ msgid "Conditional Rules"
6017
  msgstr ""
6018
 
6019
+ #: features/conditional-fields/conditional-fields.php:588
6020
+ msgid "This field has conditional logic enabled."
6021
  msgstr ""
6022
 
6023
+ #: features/content-restriction/class-elementor-content-restriction.php:77, features/content-restriction/content-restriction-meta-box.php:19
6024
+ msgid "Profile Builder Content Restriction"
6025
  msgstr ""
6026
 
6027
+ #: features/content-restriction/class-elementor-content-restriction.php:90
6028
+ msgid "Restrict to logged in users"
6029
  msgstr ""
6030
 
6031
+ #: features/content-restriction/class-elementor-content-restriction.php:92
6032
+ msgid "Allow only logged in users to see this content."
6033
  msgstr ""
6034
 
6035
+ #: features/content-restriction/class-elementor-content-restriction.php:102
6036
+ msgid "Restrict to logged out users"
6037
  msgstr ""
6038
 
6039
+ #: features/content-restriction/class-elementor-content-restriction.php:104
6040
+ msgid "Allow only logged out users to see this content."
6041
  msgstr ""
6042
 
6043
+ #: features/content-restriction/class-elementor-content-restriction.php:114
6044
+ msgid "Restrict by User Roles"
6045
  msgstr ""
6046
 
6047
+ #: features/content-restriction/class-elementor-content-restriction.php:129
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:138, features/content-restriction/content-restriction-meta-box.php:127
6052
+ msgid "Restriction Messages"
6053
  msgstr ""
6054
 
6055
+ #: features/content-restriction/class-elementor-content-restriction.php:146
6056
+ msgid "Enable Restriction Messages"
6057
  msgstr ""
6058
 
6059
+ #: features/content-restriction/class-elementor-content-restriction.php:148
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:154, features/content-restriction/content-restriction-meta-box.php:133
6064
+ msgid "Enable Custom Messages"
6065
  msgstr ""
6066
 
6067
+ #: features/content-restriction/class-elementor-content-restriction.php:156
6068
+ msgid "Add a custom message or template."
6069
  msgstr ""
6070
 
6071
+ #: features/content-restriction/class-elementor-content-restriction.php:165
6072
+ msgid "Content type"
6073
  msgstr ""
6074
 
6075
+ #: features/content-restriction/class-elementor-content-restriction.php:169
6076
+ msgid "Text"
6077
  msgstr ""
6078
 
6079
+ #: features/content-restriction/class-elementor-content-restriction.php:173
6080
+ msgid "Template"
6081
  msgstr ""
6082
 
6083
+ #: features/content-restriction/class-elementor-content-restriction.php:190
6084
+ msgid "Select Template"
6085
  msgstr ""
6086
 
6087
+ #: features/content-restriction/content-restriction-filtering.php:219
6088
+ msgid "&hellip;"
6089
  msgstr ""
6090
 
6091
+ #: features/content-restriction/content-restriction-filtering.php:351
6092
+ msgid "You must be logged in to view the comments."
6093
  msgstr ""
6094
 
6095
+ #: features/content-restriction/content-restriction-filtering.php:349
6096
+ msgid "Comments are restricted for your user role."
6097
  msgstr ""
6098
 
6099
+ #: features/content-restriction/content-restriction-functions.php:47
6100
+ msgid "This content is restricted for your user role."
6101
  msgstr ""
6102
 
6103
+ #: features/content-restriction/content-restriction-functions.php:45
6104
+ msgid "You must be logged in to view this content."
6105
  msgstr ""
6106
 
6107
+ #: features/content-restriction/content-restriction-meta-box.php:33
6108
+ msgid "Display Options"
6109
  msgstr ""
6110
 
6111
+ #: features/content-restriction/content-restriction-meta-box.php:37, features/content-restriction/content-restriction.php:101
6112
+ msgid "Message"
6113
  msgstr ""
6114
 
6115
+ #: features/content-restriction/content-restriction-meta-box.php:42, features/content-restriction/content-restriction.php:96
6116
+ msgid "Type of Restriction"
6117
  msgstr ""
6118
 
6119
+ #: features/content-restriction/content-restriction-meta-box.php:46
6120
+ msgid "Settings Default"
6121
  msgstr ""
6122
 
6123
+ #: features/content-restriction/content-restriction-meta-box.php:58
6124
+ msgid "Display For"
6125
  msgstr ""
6126
 
6127
+ #: features/content-restriction/content-restriction-meta-box.php:89
6128
+ msgid "Checking only \"Logged In Users\" will show this %s to all logged in users, regardless of user role."
6129
  msgstr ""
6130
 
6131
+ #: features/content-restriction/content-restriction-meta-box.php:93
6132
+ msgid "Checking any user role will show this %s only to users that have one of those user roles assigned."
6133
  msgstr ""
6134
 
6135
+ #: features/content-restriction/content-restriction-meta-box.php:100
6136
+ msgid "Restriction Redirect URL"
6137
  msgstr ""
6138
 
6139
+ #: features/content-restriction/content-restriction-meta-box.php:106
6140
+ msgid "Enable Custom Redirect URL"
6141
  msgstr ""
6142
 
6143
+ #: features/content-restriction/content-restriction-meta-box.php:110
6144
+ msgid "Check if you wish to add a custom redirect URL for this %s."
6145
  msgstr ""
6146
 
6147
+ #: features/content-restriction/content-restriction-meta-box.php:117
6148
+ msgid "Custom Redirect URL"
6149
  msgstr ""
6150
 
6151
+ #: features/content-restriction/content-restriction-meta-box.php:121
6152
+ msgid "Add a URL where you wish to redirect users that do not have access to this %s and try to access it directly."
6153
  msgstr ""
6154
 
6155
+ #: features/content-restriction/content-restriction-meta-box.php:137
6156
+ msgid "Check if you wish to add custom messages for this %s."
6157
  msgstr ""
6158
 
6159
+ #: features/content-restriction/content-restriction-meta-box.php:144
6160
+ msgid "Messages for logged-out users"
6161
  msgstr ""
6162
 
6163
+ #: features/content-restriction/content-restriction-meta-box.php:147
6164
+ msgid "Messages for logged-in users"
6165
  msgstr ""
6166
 
6167
+ #: features/content-restriction/content-restriction.php:63
6168
+ msgid "Content Restriction Settings"
6169
  msgstr ""
6170
 
6171
+ #: features/content-restriction/content-restriction.php:85
6172
+ msgid "Enable Content Restriction"
6173
  msgstr ""
6174
 
6175
+ #: features/content-restriction/content-restriction.php:91
6176
+ msgid "Activate Content Restriction"
6177
  msgstr ""
6178
 
6179
+ #: features/content-restriction/content-restriction.php:109
6180
+ msgid "If you select \"Message\", the post's content will be protected by being replaced with a custom message."
6181
  msgstr ""
6182
 
6183
+ #: features/content-restriction/content-restriction.php:110
6184
+ msgid "If you select \"Redirect\", the post's content will be protected by redirecting the user to the URL you specify. The redirect happens only when accessing a single post. On archive pages the restriction message will be displayed, instead of the content."
6185
  msgstr ""
6186
 
6187
+ #: features/content-restriction/content-restriction.php:120
6188
+ msgid "Message for logged-out users"
6189
  msgstr ""
6190
 
6191
+ #: features/content-restriction/content-restriction.php:125
6192
+ msgid "Message for logged-in users"
6193
  msgstr ""
6194
 
6195
+ #: features/content-restriction/content-restriction.php:130
6196
+ msgid "Restricted Posts Preview"
6197
  msgstr ""
6198
 
6199
+ #: features/content-restriction/content-restriction.php:145
6200
+ msgid "Show the first %s words of the post's content"
6201
  msgstr ""
6202
 
6203
+ #: features/content-restriction/content-restriction.php:153
6204
+ msgid "Show the content before the \"more\" tag"
6205
  msgstr ""
6206
 
6207
+ #: features/content-restriction/content-restriction.php:157
6208
+ msgid "Show a portion of the restricted post to logged-out users or users that are not allowed to see it."
6209
  msgstr ""
6210
 
6211
+ #: features/email-confirmation/class-email-confirmation.php:92
6212
+ msgid "show"
6213
  msgstr ""
6214
 
6215
+ #: features/email-confirmation/class-email-confirmation.php:121
6216
+ msgid "delete this user from the _signups table?"
6217
  msgstr ""
6218
 
6219
+ #: features/email-confirmation/class-email-confirmation.php:122
6220
+ msgid "confirm this email yourself?"
6221
  msgstr ""
6222
 
6223
+ #: features/email-confirmation/class-email-confirmation.php:122, features/email-confirmation/class-email-confirmation.php:219
6224
+ msgid "Confirm Email"
6225
  msgstr ""
6226
 
6227
+ #: features/email-confirmation/class-email-confirmation.php:123
6228
+ msgid "resend the activation link?"
6229
  msgstr ""
6230
 
6231
+ #: features/email-confirmation/class-email-confirmation.php:123, features/email-confirmation/class-email-confirmation.php:220
6232
+ msgid "Resend Activation Email"
6233
  msgstr ""
6234
 
6235
+ #: features/email-confirmation/class-email-confirmation.php:281
6236
+ msgid "The selected users have had their activation emails resent"
6237
  msgstr ""
6238
 
6239
+ #: features/email-confirmation/class-email-confirmation.php:268
6240
+ msgid "The selected users have been activated"
6241
  msgstr ""
6242
 
6243
+ #: features/email-confirmation/class-email-confirmation.php:251
6244
+ msgid "%s couldn't be deleted"
6245
  msgstr ""
6246
 
6247
+ #: features/email-confirmation/class-email-confirmation.php:256
6248
+ msgid "All users have been successfully deleted"
6249
  msgstr ""
6250
 
6251
+ #: features/email-confirmation/class-email-confirmation.php:464, features/email-confirmation/class-email-confirmation.php:504, features/email-confirmation/email-confirmation.php:49
6252
+ msgid "Users with Unconfirmed Email Address"
6253
  msgstr ""
6254
 
6255
+ #: features/email-confirmation/email-confirmation.php:131
6256
+ msgid "Email notification resent to user"
6257
  msgstr ""
6258
 
6259
+ #: features/email-confirmation/email-confirmation.php:120
6260
+ msgid "The selected user couldn't be deleted"
6261
  msgstr ""
6262
 
6263
+ #: features/email-confirmation/email-confirmation.php:112
6264
+ msgid "There was an error performing that action!"
6265
  msgstr ""
6266
 
6267
+ #: features/email-confirmation/email-confirmation.php:442
6268
+ msgid "[%1$s] Activate %2$s"
6269
  msgstr ""
6270
 
6271
+ #: features/email-confirmation/email-confirmation.php:445
6272
+ msgid "To activate your user, please click the following link:<br><br>%s%s%s<br><br>After you activate it you will receive yet *another email* with your login."
6273
  msgstr ""
6274
 
6275
+ #: features/email-confirmation/email-confirmation.php:512
6276
+ msgid "There was an error while trying to activate the user"
6277
  msgstr ""
6278
 
6279
+ #: features/email-confirmation/email-confirmation.php:489
6280
+ msgid "That username is already activated!"
6281
  msgstr ""
6282
 
6283
+ #: features/email-confirmation/email-confirmation.php:563
6284
+ msgid "New subscriber on %1$s.<br/><br/>Username:%2$s<br/>Email:%3$s<br/>"
6285
  msgstr ""
6286
 
6287
+ #: features/email-confirmation/email-confirmation.php:614
6288
+ msgid "[%1$s] Your new account information"
6289
  msgstr ""
6290
 
6291
+ #: features/email-confirmation/email-confirmation.php:626
6292
+ msgid "Welcome to %1$s!<br/><br/><br/>Your username is: %2$s and the password: %3$s<br/><br/>Access your account: %4$s "
6293
  msgstr ""
6294
 
6295
+ #: features/email-confirmation/email-confirmation.php:624
6296
+ msgid "Welcome to %1$s!<br/><br/><br/>Your username is: %2$s and your password is the one that you have selected during registration.<br/><br/>Access your account: %3$s "
6297
  msgstr ""
6298
 
6299
+ #: features/email-confirmation/email-confirmation.php:679
6300
+ msgid "The \"Admin Approval\" feature was activated at the time of registration, so please remember that you need to approve this user before he/she can log in!"
6301
  msgstr ""
6302
 
6303
+ #: features/login-widget/login-widget.php:12
6304
+ msgid "This login widget lets you add a login form in the sidebar."
6305
  msgstr ""
6306
 
6307
+ #: features/login-widget/login-widget.php:17
6308
+ msgid "Profile Builder Login Widget"
6309
  msgstr ""
6310
 
6311
+ #: features/login-widget/login-widget.php:65
6312
+ msgid "Title:"
6313
  msgstr ""
6314
 
6315
+ #: features/login-widget/login-widget.php:70
6316
+ msgid "After login redirect URL (optional):"
6317
  msgstr ""
6318
 
6319
+ #: features/login-widget/login-widget.php:75
6320
+ msgid "Register page URL (optional):"
6321
  msgstr ""
6322
 
6323
+ #: features/login-widget/login-widget.php:80
6324
+ msgid "Password Recovery page URL (optional):"
6325
  msgstr ""
6326
 
6327
+ #: features/roles-editor/roles-editor.php:172
6328
+ msgid "Your Role"
6329
  msgstr ""
6330
 
6331
+ #: features/roles-editor/roles-editor.php:173
6332
+ msgid "Role name is required."
6333
  msgstr ""
6334
 
6335
+ #: features/roles-editor/roles-editor.php:174
6336
+ msgid "No capabilities found."
6337
  msgstr ""
6338
 
6339
+ #: features/roles-editor/roles-editor.php:175
6340
+ msgid "Select capabilities"
6341
  msgstr ""
6342
 
6343
+ #: features/roles-editor/roles-editor.php:176
6344
+ msgid "Delete Permanently"
6345
  msgstr ""
6346
 
6347
+ #: features/roles-editor/roles-editor.php:177
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:178
6355
+ msgid "This capability is not saved until you click Update!"
6356
  msgstr ""
6357
 
6358
+ #: features/roles-editor/roles-editor.php:179
6359
+ msgid "This capability is not saved until you click Publish!"
6360
  msgstr ""
6361
 
6362
+ #: features/roles-editor/roles-editor.php:182, features/roles-editor/roles-editor.php:432
6363
+ msgid "Add New Capability"
6364
  msgstr ""
6365
 
6366
+ #: features/roles-editor/roles-editor.php:183
6367
+ msgid "Capability"
6368
  msgstr ""
6369
 
6370
+ #: features/roles-editor/roles-editor.php:184
6371
+ msgid "You can't delete this capability from your role."
6372
  msgstr ""
6373
 
6374
+ #: features/roles-editor/roles-editor.php:247, features/roles-editor/roles-editor.php:248
6375
+ msgid "Add New Role"
6376
  msgstr ""
6377
 
6378
+ #: features/roles-editor/roles-editor.php:249
6379
+ msgid "Edit Role"
6380
  msgstr ""
6381
 
6382
+ #: features/roles-editor/roles-editor.php:250
6383
+ msgid "New Role"
6384
  msgstr ""
6385
 
6386
+ #: features/roles-editor/roles-editor.php:252
6387
+ msgid "View Role"
6388
  msgstr ""
6389
 
6390
+ #: features/roles-editor/roles-editor.php:253
6391
+ msgid "Search the Roles Editor"
6392
  msgstr ""
6393
 
6394
+ #: features/roles-editor/roles-editor.php:254
6395
+ msgid "No roles found"
6396
  msgstr ""
6397
 
6398
+ #: features/roles-editor/roles-editor.php:255
6399
+ msgid "No roles found in trash"
6400
  msgstr ""
6401
 
6402
+ #: features/roles-editor/roles-editor.php:284
6403
+ msgid "Enter role name here"
6404
  msgstr ""
6405
 
6406
+ #: features/roles-editor/roles-editor.php:297, features/roles-editor/roles-editor.php:300
6407
+ msgid "Role updated."
6408
  msgstr ""
6409
 
6410
+ #: features/roles-editor/roles-editor.php:298
6411
+ msgid "Custom field updated."
6412
  msgstr ""
6413
 
6414
+ #: features/roles-editor/roles-editor.php:299
6415
+ msgid "Custom field deleted."
6416
  msgstr ""
6417
 
6418
+ #: features/roles-editor/roles-editor.php:301
6419
+ msgid "Role restored to revision from %s"
6420
  msgstr ""
6421
 
6422
+ #: features/roles-editor/roles-editor.php:302
6423
+ msgid "Role created."
6424
  msgstr ""
6425
 
6426
+ #: features/roles-editor/roles-editor.php:303
6427
+ msgid "Role saved."
6428
  msgstr ""
6429
 
6430
+ #: features/roles-editor/roles-editor.php:304
6431
+ msgid "Role submitted."
6432
  msgstr ""
6433
 
6434
+ #: features/roles-editor/roles-editor.php:305
6435
+ msgid "Role scheduled for: <strong>%1$s</strong>"
6436
  msgstr ""
6437
 
6438
+ #: features/roles-editor/roles-editor.php:305
6439
+ msgid "M j, Y @ G:i"
6440
  msgstr ""
6441
 
6442
+ #: features/roles-editor/roles-editor.php:306
6443
+ msgid "Role draft updated."
6444
  msgstr ""
6445
 
6446
+ #: features/roles-editor/roles-editor.php:365
6447
+ msgid "Role Name"
6448
  msgstr ""
6449
 
6450
+ #: features/roles-editor/roles-editor.php:367, features/roles-editor/roles-editor.php:524
6451
+ msgid "Capabilities"
6452
  msgstr ""
6453
 
6454
+ #: features/roles-editor/roles-editor.php:368, features/roles-editor/roles-editor.php:475, features/roles-editor/roles-editor.php:519
6455
+ msgid "Users"
6456
  msgstr ""
6457
 
6458
+ #: features/roles-editor/roles-editor.php:414
6459
+ msgid "Edit Role Capabilities"
6460
  msgstr ""
6461
 
6462
+ #: features/roles-editor/roles-editor.php:425
6463
+ msgid "Add a new capability"
6464
  msgstr ""
6465
 
6466
+ #: features/roles-editor/roles-editor.php:428
6467
+ msgid "Add Capability"
6468
  msgstr ""
6469
 
6470
+ #: features/roles-editor/roles-editor.php:435
6471
+ msgid "Please select an existing capability or add a new one!"
6472
  msgstr ""
6473
 
6474
+ #: features/roles-editor/roles-editor.php:436
6475
+ msgid "You can't add a hidden capability!"
6476
  msgstr ""
6477
 
6478
+ #: features/roles-editor/roles-editor.php:437
6479
+ msgid "This capability already exists!"
6480
  msgstr ""
6481
 
6482
+ #: features/roles-editor/roles-editor.php:443
6483
+ msgid "All"
6484
  msgstr ""
6485
 
6486
+ #: features/roles-editor/roles-editor.php:447
6487
+ msgid "General"
6488
  msgstr ""
6489
 
6490
+ #: features/roles-editor/roles-editor.php:455
6491
+ msgid "Pages"
6492
  msgstr ""
6493
 
6494
+ #: features/roles-editor/roles-editor.php:459
6495
+ msgid "Media"
6496
  msgstr ""
6497
 
6498
+ #: features/roles-editor/roles-editor.php:463
6499
+ msgid "Taxonomies"
6500
  msgstr ""
6501
 
6502
+ #: features/roles-editor/roles-editor.php:467
6503
+ msgid "Appearance"
6504
  msgstr ""
6505
 
6506
+ #: features/roles-editor/roles-editor.php:471
6507
+ msgid "Plugins"
6508
  msgstr ""
6509
 
6510
+ #: features/roles-editor/roles-editor.php:479
6511
+ msgid "Custom"
6512
  msgstr ""
6513
 
6514
+ #: features/roles-editor/roles-editor.php:883
6515
+ msgid "Clone"
6516
  msgstr ""
6517
 
6518
+ #: features/roles-editor/roles-editor.php:909
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:898
6523
+ msgid "Change Default"
6524
  msgstr ""
6525
 
6526
+ #: features/roles-editor/roles-editor.php:899
6527
+ msgid "You can't delete the default role. Change it first."
6528
  msgstr ""
6529
 
6530
+ #: features/roles-editor/roles-editor.php:890
6531
+ msgid "You can't delete your role."
6532
  msgstr ""
6533
 
6534
+ #: features/roles-editor/roles-editor.php:1126
6535
+ msgid "Edit User Roles"
6536
  msgstr ""
6537
 
6538
+ #: features/two-factor-authentication/class-two-factor-authentication.php:68
6539
+ msgid "Valid"
6540
  msgstr ""
6541
 
6542
+ #: features/two-factor-authentication/class-two-factor-authentication.php:69
6543
+ msgid "Invalid"
6544
  msgstr ""
6545
 
6546
+ #: features/two-factor-authentication/class-two-factor-authentication.php:109, features/two-factor-authentication/class-two-factor-authentication.php:339
6547
+ msgid "Two-Factor Authentication Settings"
6548
  msgstr ""
6549
 
6550
+ #: features/two-factor-authentication/class-two-factor-authentication.php:121
6551
+ msgid "Enable Two-Factor Authentication"
6552
  msgstr ""
6553
 
6554
+ #: features/two-factor-authentication/class-two-factor-authentication.php:128
6555
+ msgid "Activate the Authenticator functionality"
6556
  msgstr ""
6557
 
6558
+ #: features/two-factor-authentication/class-two-factor-authentication.php:133
6559
+ msgid "Enable Authenticator for these user roles"
6560
  msgstr ""
6561
 
6562
+ #: features/two-factor-authentication/class-two-factor-authentication.php:150
6563
+ msgid "\"*\" - Two-Factor Authentication will be enabled for all user roles."
6564
  msgstr ""
6565
 
6566
+ #: features/two-factor-authentication/class-two-factor-authentication.php:177, features/two-factor-authentication/class-two-factor-authentication.php:178
6567
+ msgid "2fa_settings"
6568
  msgstr ""
6569
 
6570
+ #: features/two-factor-authentication/class-two-factor-authentication.php:236, features/two-factor-authentication/class-two-factor-authentication.php:349
6571
+ msgid "Relaxed Mode"
6572
  msgstr ""
6573
 
6574
+ #: features/two-factor-authentication/class-two-factor-authentication.php:238, features/two-factor-authentication/class-two-factor-authentication.php:352
6575
+ msgid "Allow for more time drift on your phone clock ( &#177;4 min )."
6576
  msgstr ""
6577
 
6578
+ #: features/two-factor-authentication/class-two-factor-authentication.php:243
6579
+ msgid "Description that you'll see in the Authenticator app."
6580
  msgstr ""
6581
 
6582
+ #: features/two-factor-authentication/class-two-factor-authentication.php:246, features/two-factor-authentication/class-two-factor-authentication.php:363
6583
+ msgid "Secret"
6584
  msgstr ""
6585
 
6586
+ #: features/two-factor-authentication/class-two-factor-authentication.php:250
6587
+ msgid "New Secret"
6588
  msgstr ""
6589
 
6590
+ #: features/two-factor-authentication/class-two-factor-authentication.php:251
6591
+ msgid "QR Code"
6592
  msgstr ""
6593
 
6594
+ #: features/two-factor-authentication/class-two-factor-authentication.php:254, features/two-factor-authentication/class-two-factor-authentication.php:373
6595
+ msgid "Scan this with the Authenticator app:"
6596
  msgstr ""
6597
 
6598
+ #: features/two-factor-authentication/class-two-factor-authentication.php:258, features/two-factor-authentication/class-two-factor-authentication.php:379
6599
+ msgid "Verify TOTP"
6600
  msgstr ""
6601
 
6602
+ #: features/two-factor-authentication/class-two-factor-authentication.php:261, features/two-factor-authentication/class-two-factor-authentication.php:382
6603
+ msgid "Check"
6604
  msgstr ""
6605
 
6606
+ #: features/two-factor-authentication/class-two-factor-authentication.php:359
6607
+ msgid "Description that you'll see in the Authenticator app on your phone."
6608
  msgstr ""
6609
 
6610
+ #: features/two-factor-authentication/class-two-factor-authentication.php:366
6611
+ msgid "Create new secret"
6612
  msgstr ""
6613
 
6614
+ #: features/two-factor-authentication/class-two-factor-authentication.php:367
6615
+ msgid "Show/Hide QR code"
6616
  msgstr ""
6617
 
6618
+ #: features/two-factor-authentication/class-two-factor-authentication.php:435
6619
+ msgid "Please verify TOTP to change Two-Factor Authentication settings"
6620
  msgstr ""
6621
 
6622
+ #: features/two-factor-authentication/class-two-factor-authentication.php:570, features/two-factor-authentication/class-two-factor-authentication.php:684, features/two-factor-authentication/class-two-factor-authentication.php:688
6623
+ msgid "Please enter the code from your Authenticator app."
6624
  msgstr ""
6625
 
6626
+ #: features/two-factor-authentication/class-two-factor-authentication.php:574
6627
+ msgid "Your Authenticator code was incorrect. Please try again."
6628
  msgstr ""
6629
 
6630
+ #: features/two-factor-authentication/class-two-factor-authentication.php:712
6631
+ msgid "Authenticator Code"
6632
  msgstr ""
6633
+
6634
+ #: features/upgrades/upgrades-functions.php:136, features/upgrades/upgrades-functions.php:93
6635
+ msgid "The usernames cannot be changed."
6636
  msgstr ""
6637
 
6638
+ #: features/upgrades/upgrades.php:177
6639
+ msgid "This Profile Builder add-on has been migrated to the main plugin and is no longer used. You can delete it."
6640
  msgstr ""
6641
 
6642
+ #: add-ons/repeater-field/admin/repeater-manage-fields.php:210
6643
+ msgid "Limit"
6644
  msgstr ""
6645
 
6646
+ #: add-ons/repeater-field/admin/repeater-manage-fields.php:210
6647
+ msgid "Enable limit to the number of fields to be generated by users in front end forms "
6648
  msgstr ""
6649
 
6650
+ #: add-ons/repeater-field/admin/repeater-manage-fields.php:211
6651
+ msgid "General Limit"
6652
  msgstr ""
6653
 
6654
+ #: add-ons/repeater-field/admin/repeater-manage-fields.php:211
6655
+ msgid "Default limit for this repeater group. <br>Leave 0 for unlimited."
6656
  msgstr ""
6657
 
6658
+ #: add-ons/repeater-field/admin/repeater-manage-fields.php:212
6659
+ msgid "Limit reached message"
6660
  msgstr ""
6661
 
6662
+ #: add-ons/repeater-field/admin/repeater-manage-fields.php:212
6663
+ msgid "The maximum number of fields has been reached."
6664
  msgstr ""
6665
 
6666
+ #: add-ons/repeater-field/admin/repeater-manage-fields.php:212
6667
+ msgid "The popup message to display when the limit of repeater groups is reached."
6668
  msgstr ""
6669
 
6670
+ #: add-ons/repeater-field/admin/repeater-manage-fields.php:213
6671
+ msgid "Limit per Role"
6672
  msgstr ""
6673
 
6674
+ #: add-ons/repeater-field/admin/repeater-manage-fields.php:213
6675
+ msgid "Leave 0 for unlimited."
6676
  msgstr ""
6677
 
6678
+ #: add-ons/repeater-field/admin/repeater-manage-fields.php:214
6679
+ msgid "Repeated field group"
6680
  msgstr ""
6681
 
6682
+ #: add-ons/repeater-field/admin/repeater-manage-fields.php:214
6683
+ msgid "Manage field or group of fields that will be repeatable."
6684
  msgstr ""
6685
 
6686
+ #: add-ons/repeater-field/admin/repeater-manage-fields.php:279
6687
+ msgid "Edit field group"
6688
  msgstr ""
6689
 
6690
+ #: add-ons/repeater-field/admin/repeater-manage-fields.php:280
6691
+ msgid "Repeatable fields saved!"
6692
  msgstr ""
6693
 
6694
+ #: add-ons/repeater-field/admin/repeater-manage-fields.php:297
6695
+ msgid "Please enter a unique field title."
6696
  msgstr ""
6697
 
6698
+ #: add-ons/repeater-field/admin/repeater-manage-fields.php:347
6699
+ msgid ""
6700
+ "Please enter a unique field title.\n"
6701
+ ""
6702
  msgstr ""
6703
 
6704
+ #: add-ons-advanced/buddypress/includes/buddypress-page.php:45
6705
+ msgid "BuddyPress Integration"
6706
  msgstr ""
6707
 
6708
+ #: add-ons-advanced/buddypress/includes/buddypress-page.php:50
6709
+ msgid "Import BuddyPress Fields to Profile Builder"
6710
  msgstr ""
6711
 
6712
+ #: add-ons-advanced/buddypress/includes/buddypress-page.php:53
6713
+ msgid "Import BuddyPress Fields"
6714
  msgstr ""
6715
 
6716
+ #: add-ons-advanced/buddypress/includes/buddypress-page.php:55
6717
+ msgid "Create fields in Profile Builder that match the existing ones in BuddyPress and import all the user field entries.<br><a href=\"https://www.cozmoslabs.com/docs/profile-builder-2/add-ons/buddypress/#Import_BuddyPress_Fields_to_Profile_Builder\">Learn more about importing BuddyPress fields</a>."
6718
  msgstr ""
6719
 
6720
+ #: add-ons-advanced/buddypress/includes/buddypress-page.php:61
6721
+ msgid "Registration form:"
6722
  msgstr ""
6723
 
6724
+ #: add-ons-advanced/buddypress/includes/buddypress-page.php:87
6725
+ msgid "Select Profile Builder Registration form to replace the BuddyPress Registration form.<br>Registration emails will now be managed in Profile Builder -> User Email Customizer"
6726
  msgstr ""
6727
 
6728
+ #: add-ons-advanced/buddypress/includes/buddypress-page.php:94
6729
+ msgid "Edit Profile form:"
6730
  msgstr ""
6731
 
6732
+ #: add-ons-advanced/buddypress/includes/buddypress-page.php:120
6733
+ msgid "Select Profile Builder Edit Profile form to replace the BuddyPress Profile Edit tab."
6734
  msgstr ""
6735
 
6736
+ #: add-ons-advanced/buddypress/includes/buddypress-page.php:133
6737
+ msgid "User Listing template:"
6738
  msgstr ""
6739
 
6740
+ #: add-ons-advanced/buddypress/includes/buddypress-page.php:159
6741
+ msgid "Select which User Listing template managed by Profile Builder should replace the default BuddyPress user profile view."
6742
  msgstr ""
6743
 
6744
+ #: add-ons-advanced/buddypress/includes/buddypress-page.php:166
6745
+ msgid "Use All-User Listing?"
6746
  msgstr ""
6747
 
6748
+ #: add-ons-advanced/buddypress/includes/buddypress-page.php:172
6749
+ msgid "Enable PB User Listing on BuddyPress Members page"
6750
  msgstr ""
6751
 
6752
+ #: add-ons-advanced/buddypress/includes/buddypress-page.php:174
6753
+ msgid "Check this if All User-listing managed via Profile Builder should replace the default BuddyPress Members page.<br>The template used will be the one selected above."
6754
  msgstr ""
6755
 
6756
+ #: add-ons-advanced/buddypress/includes/field-visibility.php:20
6757
+ msgid "Allow members to override"
6758
  msgstr ""
6759
 
6760
+ #: add-ons-advanced/buddypress/includes/field-visibility.php:20
6761
+ msgid "Enforce field visibility"
6762
  msgstr ""
6763
 
6764
+ #: add-ons-advanced/buddypress/includes/field-visibility.php:22
6765
+ msgid "BuddyPress Default Field Visibility"
6766
  msgstr ""
6767
 
6768
+ #: add-ons-advanced/buddypress/includes/field-visibility.php:23
6769
+ msgid "BuddyPress Allow Custom Visibility"
6770
  msgstr ""
6771
 
6772
+ #: add-ons-advanced/buddypress/includes/field-visibility.php:119, add-ons-advanced/buddypress/includes/field-visibility.php:105
6773
+ msgid "This field can be seen by: "
6774
  msgstr ""
6775
 
6776
+ #: add-ons-advanced/buddypress/includes/field-visibility.php:105
6777
+ msgid "Change"
6778
  msgstr ""
6779
 
6780
+ #: add-ons-advanced/buddypress/includes/field-visibility.php:110
6781
+ msgid "Who can see this field?"
6782
  msgstr ""
6783
 
6784
+ #: add-ons-advanced/buddypress/includes/field-visibility.php:115
6785
+ msgid "Close"
6786
  msgstr ""
6787
 
6788
+ #: add-ons-advanced/buddypress/includes/field-visibility.php:220
6789
+ msgid "Only Me"
6790
  msgstr ""
6791
 
6792
+ #: add-ons-advanced/buddypress/includes/field-visibility.php:224, add-ons-advanced/buddypress/includes/mustache-vars.php:329
6793
+ msgid "All Members"
6794
  msgstr ""
6795
 
6796
+ #: add-ons-advanced/buddypress/includes/field-visibility.php:228, add-ons-advanced/buddypress/includes/mustache-vars.php:333
6797
+ msgid "My Friends"
6798
  msgstr ""
6799
 
6800
+ #: add-ons-advanced/buddypress/includes/import-bp-fields.php:34
6801
+ msgid "<h2>Import BuddyPress Fields to Profile Builder</h2>"
6802
  msgstr ""
6803
 
6804
+ #: add-ons-advanced/buddypress/includes/import-bp-fields.php:40
6805
+ msgid "BuddyPress is not installed and active. Import aborted!"
6806
  msgstr ""
6807
 
6808
+ #: add-ons-advanced/buddypress/includes/import-bp-fields.php:53
6809
+ msgid "Importing User entries BuddyPress Fields to Profile Builder...<br><br>"
6810
  msgstr ""
6811
 
6812
+ #: add-ons-advanced/buddypress/includes/import-bp-fields.php:55
6813
+ msgid "Done."
6814
  msgstr ""
6815
 
6816
+ #: add-ons-advanced/buddypress/includes/import-bp-fields.php:55
6817
+ msgid "Back to BuddyPress Settings page"
6818
  msgstr ""
6819
 
6820
+ #: add-ons-advanced/buddypress/includes/import-bp-fields.php:44
6821
+ msgid "Importing BuddyPress Field Settings to Profile Builder...<br><br>"
6822
  msgstr ""
6823
 
6824
+ #: add-ons-advanced/buddypress/includes/import-bp-fields.php:51, add-ons-advanced/buddypress/includes/import-bp-fields.php:328
6825
+ msgid "If the page does not redirect automatically"
6826
  msgstr ""
6827
 
6828
+ #: add-ons-advanced/buddypress/includes/import-bp-fields.php:51, add-ons-advanced/buddypress/includes/import-bp-fields.php:328
6829
+ msgid "click here"
6830
  msgstr ""
6831
 
6832
+ #: add-ons-advanced/buddypress/includes/mustache-vars.php:15, add-ons-advanced/buddypress/includes/mustache-vars.php:47
6833
+ msgid "BuddyPress Avatar"
6834
  msgstr ""
6835
 
6836
+ #: add-ons-advanced/buddypress/includes/mustache-vars.php:16, add-ons-advanced/buddypress/includes/mustache-vars.php:48
6837
+ msgid "BuddyPress Cover Photo"
6838
  msgstr ""
6839
 
6840
+ #: add-ons-advanced/buddypress/includes/mustache-vars.php:17, add-ons-advanced/buddypress/includes/mustache-vars.php:29, add-ons-advanced/buddypress/includes/mustache-vars.php:256
6841
+ msgid "BuddyPress Last Active"
6842
  msgstr ""
6843
 
6844
+ #: add-ons-advanced/buddypress/includes/mustache-vars.php:21
6845
+ msgid "BuddyPress Add Friend Button"
6846
  msgstr ""
6847
 
6848
+ #: add-ons-advanced/buddypress/includes/mustache-vars.php:24
6849
+ msgid "BuddyPress Latest Update"
6850
  msgstr ""
6851
 
6852
+ #: add-ons-advanced/buddypress/includes/mustache-vars.php:134
6853
+ msgid "Never active"
6854
  msgstr ""
6855
 
6856
+ #: add-ons-advanced/buddypress/includes/mustache-vars.php:239
6857
+ msgid "Last Active"
6858
  msgstr ""
6859
 
6860
+ #: add-ons-advanced/buddypress/includes/mustache-vars.php:272
6861
+ msgid "My BuddyPress Friends Tab"
6862
  msgstr ""
6863
 
6864
+ #: add-ons-advanced/buddypress/includes/mustache-vars.php:373
6865
+ msgid "BuddyPress field visibility syntax"
6866
  msgstr ""
6867
 
6868
+ #: add-ons-advanced/buddypress/includes/mustache-vars.php:393
6869
+ msgid "Are you sure you want to reset this template?"
6870
  msgstr ""
6871
 
6872
+ #: add-ons-advanced/buddypress/includes/mustache-vars.php:393
6873
+ msgid "Reset to Default BuddyPress User Listing Templates"
6874
  msgstr ""
6875
 
6876
+ #: add-ons-advanced/buddypress/includes/mustache-vars.php:394
6877
+ msgid "<b>Note:</b> This action is not reversible. All modifications to this template will be lost!"
6878
  msgstr ""
6879
 
6880
+ #: add-ons-advanced/buddypress/includes/mustache-vars.php:408
6881
+ msgid "Reset template"
6882
  msgstr ""
6883
 
6884
+ #: add-ons-advanced/campaign-monitor/admin/cmonitor-page.php:38
6885
+ msgid "Campaign Monitor Integration"
6886
  msgstr ""
6887
 
6888
+ #: add-ons-advanced/campaign-monitor/admin/cmonitor-page.php:58, add-ons-advanced/mailchimp-integration/admin/mailchimp-page.php:94, assets/lib/class-mustache-templates/class-mustache-templates.php:255, assets/lib/wck-api/wordpress-creation-kit.php:343
6889
+ msgid "Save"
6890
  msgstr ""
6891
 
6892
+ #: add-ons-advanced/campaign-monitor/admin/cmonitor-page.php:85
6893
+ msgid "Campaign Monitor API key:"
6894
  msgstr ""
6895
 
6896
+ #: add-ons-advanced/campaign-monitor/admin/cmonitor-page.php:96
6897
+ msgid "Either the API key is not valid or we could not connect to Campaign Monitor to validate it!"
6898
  msgstr ""
6899
 
6900
+ #: add-ons-advanced/campaign-monitor/admin/cmonitor-page.php:92, add-ons-advanced/mailchimp-integration/admin/mailchimp-page.php:124
6901
+ msgid "The API key was successfully validated!"
6902
  msgstr ""
6903
 
6904
+ #: add-ons-advanced/campaign-monitor/admin/cmonitor-page.php:100
6905
+ msgid "Enter your Campaign Monitor account API key."
6906
  msgstr ""
6907
 
6908
+ #: add-ons-advanced/campaign-monitor/admin/cmonitor-page.php:126
6909
+ msgid "Select client:"
6910
  msgstr ""
6911
 
6912
+ #: add-ons-advanced/campaign-monitor/admin/cmonitor-page.php:136
6913
+ msgid "Loading clients..."
6914
  msgstr ""
6915
 
6916
+ #: add-ons-advanced/campaign-monitor/admin/cmonitor-page.php:148
6917
+ msgid "Select a client that you would like to edit."
6918
  msgstr ""
6919
 
6920
+ #: add-ons-advanced/campaign-monitor/admin/cmonitor-page.php:188
6921
+ msgid "Select a client..."
6922
  msgstr ""
6923
 
6924
+ #: add-ons-advanced/campaign-monitor/admin/cmonitor-page.php:186
6925
+ msgid "No clients found"
6926
  msgstr ""
6927
 
6928
+ #: add-ons-advanced/campaign-monitor/admin/cmonitor-page.php:266, add-ons-advanced/campaign-monitor/admin/cmonitor-page.php:274
6929
+ msgid "Client List"
6930
  msgstr ""
6931
 
6932
+ #: add-ons-advanced/campaign-monitor/admin/cmonitor-page.php:267, add-ons-advanced/campaign-monitor/admin/cmonitor-page.php:275, add-ons-advanced/mailchimp-integration/admin/mailchimp-page.php:61, add-ons-advanced/mailchimp-integration/admin/mailchimp-page.php:68
6933
+ msgid "Fields Count"
6934
  msgstr ""
6935
 
6936
+ #: add-ons-advanced/campaign-monitor/admin/cmonitor-page.php:348
6937
+ msgid "Retrieves changes made in your Campaign Monitor account and matches it with the saved data from the add-on. This does not save the new data, so you will have to manually save."
6938
  msgstr ""
6939
 
6940
+ #: add-ons-advanced/campaign-monitor/admin/cmonitor-page.php:348
6941
+ msgid "Synchronize client data"
6942
  msgstr ""
6943
 
6944
+ #: add-ons-advanced/campaign-monitor/admin/cmonitor-page.php:349
6945
+ msgid "Change client"
6946
  msgstr ""
6947
 
6948
+ #: add-ons-advanced/campaign-monitor/admin/cmonitor-page.php:413
6949
+ msgid "No lists were found."
6950
  msgstr ""
6951
 
6952
+ #: add-ons-advanced/campaign-monitor/admin/cmonitor-page.php:437
6953
+ msgid "Click to edit"
6954
  msgstr ""
6955
 
6956
+ #: add-ons-advanced/campaign-monitor/admin/cmonitor-page.php:523, add-ons-advanced/mailchimp-integration/admin/mailchimp-page.php:202
6957
+ msgid "Field Associations:"
6958
  msgstr ""
6959
 
6960
+ #: add-ons-advanced/campaign-monitor/admin/cmonitor-page.php:579
6961
+ msgid "Associate each Campaign Monitor field with a Profile Builder field"
6962
  msgstr ""
6963
 
6964
+ #: add-ons-advanced/campaign-monitor/admin/cmonitor-page.php:601, add-ons-advanced/mailchimp-integration/admin/mailchimp-page.php:357
6965
+ msgid "Extra Options:"
6966
  msgstr ""
6967
 
6968
+ #: add-ons-advanced/campaign-monitor/admin/cmonitor-page.php:609, add-ons-advanced/campaign-monitor/admin/widget.php:236
6969
+ msgid "Resubscribe"
6970
  msgstr ""
6971
 
6972
+ #: add-ons-advanced/campaign-monitor/admin/cmonitor-page.php:612, add-ons-advanced/campaign-monitor/admin/widget.php:239
6973
+ msgid "If the subscriber is in an inactive state or has previously been unsubscribed and you check the Resubscribe option, they will be re-added to the list. Therefore, this method should be used with caution and only where suitable."
6974
  msgstr ""
6975
 
6976
+ #: add-ons-advanced/campaign-monitor/admin/cmonitor-page.php:658
6977
+ msgid "Campaign Monitor API key is invalid"
6978
  msgstr ""
6979
 
6980
+ #: add-ons-advanced/campaign-monitor/admin/cmonitor-page.php:656
6981
+ msgid "Campaign Monitor API key is empty"
6982
  msgstr ""
6983
 
6984
+ #: add-ons-advanced/campaign-monitor/admin/manage-fields.php:52, add-ons-advanced/mailchimp-integration/admin/manage-fields.php:52, add-ons-advanced/mailpoet-integration/admin/manage-fields.php:38
6985
+ msgid "Select a list..."
6986
  msgstr ""
6987
 
6988
+ #: add-ons-advanced/campaign-monitor/admin/manage-fields.php:63, add-ons-advanced/campaign-monitor/admin/manage-fields.php:60, add-ons-advanced/campaign-monitor/admin/manage-fields.php:42
6989
+ msgid "Campaign Monitor List"
6990
  msgstr ""
6991
 
6992
+ #: add-ons-advanced/campaign-monitor/admin/manage-fields.php:63
6993
+ msgid "We couldn't find any lists in your Campaign Monitor settings."
 
 
 
6994
  msgstr ""
6995
 
6996
+ #: add-ons-advanced/campaign-monitor/admin/manage-fields.php:60
6997
+ msgid "Select in which Campaign Monitor list you wish to add a new subscriber"
6998
  msgstr ""
6999
 
7000
+ #: add-ons-advanced/campaign-monitor/admin/manage-fields.php:61, add-ons-advanced/mailchimp-integration/admin/manage-fields.php:62, add-ons-advanced/mailpoet-integration/admin/manage-fields.php:49
7001
+ msgid "Hide on Edit Profile"
7002
  msgstr ""
7003
 
7004
+ #: add-ons-advanced/campaign-monitor/admin/manage-fields.php:61, add-ons-advanced/mailchimp-integration/admin/manage-fields.php:62, add-ons-advanced/mailpoet-integration/admin/manage-fields.php:49
7005
+ msgid "If checked this field will not be displayed on edit profile forms"
7006
  msgstr ""
7007
 
7008
+ #: add-ons-advanced/campaign-monitor/admin/manage-fields.php:46
7009
+ msgid "Something went wrong. Either the API key is invalid or we could not connect to Campaign Monitor to validate the key."
7010
  msgstr ""
7011
 
7012
+ #: add-ons-advanced/campaign-monitor/admin/manage-fields.php:42
7013
+ msgid "Please enter a Campaign Monitor API key <a href=\"%s\">here</a>."
7014
  msgstr ""
7015
 
7016
+ #: add-ons-advanced/campaign-monitor/admin/manage-fields.php:83
7017
+ msgid ""
7018
+ "Please select at least one Campaign Monitor list \n"
7019
+ ""
7020
  msgstr ""
7021
 
7022
+ #: add-ons-advanced/campaign-monitor/admin/widget.php:14
7023
+ msgid "Profile Builder Campaign Monitor Widget"
7024
  msgstr ""
7025
 
7026
+ #: add-ons-advanced/campaign-monitor/admin/widget.php:15
7027
+ msgid "Adds a basic subscribe form so that your users can subscribe to your Campaign Monitor lists"
7028
  msgstr ""
7029
 
7030
+ #: add-ons-advanced/campaign-monitor/admin/widget.php:157, add-ons-advanced/mailchimp-integration/admin/widget.php:158
7031
+ msgid "Submit"
7032
  msgstr ""
7033
 
7034
+ #: add-ons-advanced/campaign-monitor/admin/widget.php:93
7035
+ msgid "%s"
7036
  msgstr ""
7037
 
7038
+ #: add-ons-advanced/campaign-monitor/admin/widget.php:68
7039
+ msgid "Something went wrong. Either the Campaign Monitor API key is missing or it is invalid."
7040
  msgstr ""
7041
 
7042
+ #: add-ons-advanced/campaign-monitor/admin/widget.php:245
7043
+ msgid "The Campaign Monitor API key is either missing or is invalid."
7044
  msgstr ""
7045
 
7046
+ #: add-ons-advanced/campaign-monitor/admin/widget.php:182, add-ons-advanced/mailchimp-integration/admin/widget.php:185
7047
+ msgid "Subscribe to Newsletter"
7048
  msgstr ""
7049
 
7050
+ #: add-ons-advanced/campaign-monitor/admin/widget.php:191, add-ons-advanced/mailchimp-integration/admin/widget.php:193
7051
+ msgid "Title"
7052
  msgstr ""
7053
 
7054
+ #: add-ons-advanced/campaign-monitor/admin/widget.php:197, add-ons-advanced/mailchimp-integration/admin/widget.php:198
7055
+ msgid "Select the list your new subscriber will be added to"
7056
  msgstr ""
7057
 
7058
+ #: add-ons-advanced/campaign-monitor/admin/widget.php:208
7059
+ msgid "No lists found"
7060
  msgstr ""
7061
 
7062
+ #: add-ons-advanced/campaign-monitor/admin/widget.php:202
7063
+ msgid "Select list..."
7064
  msgstr ""
7065
 
7066
+ #: add-ons-advanced/campaign-monitor/admin/widget.php:213, add-ons-advanced/mailchimp-integration/admin/widget.php:216
7067
+ msgid "Select which fields to show"
7068
  msgstr ""
7069
 
7070
+ #: add-ons-advanced/campaign-monitor/admin/widget.php:219, add-ons-advanced/campaign-monitor/admin/widget.php:221
7071
+ msgid "Email address"
7072
  msgstr ""
7073
 
7074
+ #: add-ons-advanced/campaign-monitor/admin/widget.php:225
7075
+ msgid "fullname"
7076
  msgstr ""
7077
 
7078
+ #: add-ons-advanced/campaign-monitor/admin/widget.php:231
7079
+ msgid "Extra options"
7080
  msgstr ""
7081
 
7082
+ #: add-ons-advanced/mailchimp-integration/admin/mailchimp-page.php:35
7083
+ msgid "MailChimp Integration"
7084
  msgstr ""
7085
 
7086
+ #: add-ons-advanced/mailchimp-integration/admin/mailchimp-page.php:60, add-ons-advanced/mailchimp-integration/admin/mailchimp-page.php:67, add-ons-advanced/mailchimp-integration/admin/manage-fields.php:64, add-ons-advanced/mailchimp-integration/admin/manage-fields.php:60, add-ons-advanced/mailchimp-integration/admin/manage-fields.php:46, add-ons-advanced/mailchimp-integration/admin/manage-fields.php:42
7087
+ msgid "MailChimp List"
7088
  msgstr ""
7089
 
7090
+ #: add-ons-advanced/mailchimp-integration/admin/mailchimp-page.php:82
7091
+ msgid "We couldn't find any lists"
7092
  msgstr ""
7093
 
7094
+ #: add-ons-advanced/mailchimp-integration/admin/mailchimp-page.php:44
7095
+ msgid "Before you can make any changes you will need to add a MailChimp API key."
7096
  msgstr ""
7097
 
7098
+ #: add-ons-advanced/mailchimp-integration/admin/mailchimp-page.php:119
7099
+ msgid "MailChimp API Key:"
7100
  msgstr ""
7101
 
7102
+ #: add-ons-advanced/mailchimp-integration/admin/mailchimp-page.php:126
7103
+ msgid "Either the API key is not valid or we could not connect to MailChimp to validate it!"
7104
  msgstr ""
7105
 
7106
+ #: add-ons-advanced/mailchimp-integration/admin/mailchimp-page.php:129
7107
+ msgid "Enter a MailChimp API key. You can create keys in your MailChimp account."
7108
  msgstr ""
7109
 
7110
+ #: add-ons-advanced/mailchimp-integration/admin/mailchimp-page.php:157, assets/lib/wck-api/wordpress-creation-kit.php:548
7111
+ msgid "Edit this item"
7112
  msgstr ""
7113
 
7114
+ #: add-ons-advanced/mailchimp-integration/admin/mailchimp-page.php:211
7115
+ msgid "This field is required in MailChimp"
7116
  msgstr ""
7117
 
7118
+ #: add-ons-advanced/mailchimp-integration/admin/mailchimp-page.php:261
7119
+ msgid "Associate each MailChimp field with a Profile Builder field"
7120
  msgstr ""
7121
 
7122
+ #: add-ons-advanced/mailchimp-integration/admin/mailchimp-page.php:295
7123
+ msgid "Group Associations:"
7124
  msgstr ""
7125
 
7126
+ #: add-ons-advanced/mailchimp-integration/admin/mailchimp-page.php:334
7127
+ msgid "Associate each MailChimp group with a Profile Builder field"
7128
  msgstr ""
7129
 
7130
+ #: add-ons-advanced/mailchimp-integration/admin/mailchimp-page.php:366, add-ons-advanced/mailchimp-integration/admin/widget.php:229
7131
+ msgid "Double Opt-In"
7132
  msgstr ""
7133
 
7134
+ #: add-ons-advanced/mailchimp-integration/admin/mailchimp-page.php:367, add-ons-advanced/mailchimp-integration/admin/widget.php:230
7135
+ msgid "If you select double opt-in, the user will receive an email to confirm the subscription"
7136
  msgstr ""
7137
 
7138
+ #: add-ons-advanced/mailchimp-integration/admin/mailchimp-page.php:382, add-ons-advanced/mailchimp-integration/admin/widget.php:241
7139
+ msgid "Enable GDPR"
7140
  msgstr ""
7141
 
7142
+ #: add-ons-advanced/mailchimp-integration/admin/mailchimp-page.php:383, add-ons-advanced/mailchimp-integration/admin/widget.php:242
7143
+ msgid "If checked will enable GDPR on this list. <a href=\"%s\" target=\"_blank\">You must also enable GDPR on the list from mailchimp</a>"
7144
  msgstr ""
7145
 
7146
+ #: add-ons-advanced/mailchimp-integration/admin/mailchimp-page.php:437, add-ons-advanced/mailchimp-integration/admin/manage-fields.php:46
7147
+ msgid "Something went wrong. Either the API key is invalid or we could not connect to MailChimp to validate the key."
7148
  msgstr ""
7149
 
7150
+ #: add-ons-advanced/mailchimp-integration/admin/mailchimp-page.php:430
7151
+ msgid "MailChimp API key is invalid"
7152
  msgstr ""
7153
 
7154
+ #: add-ons-advanced/mailchimp-integration/admin/mailchimp-page.php:428
7155
+ msgid "MailChimp API key is empty"
7156
  msgstr ""
7157
 
7158
+ #: add-ons-advanced/mailchimp-integration/admin/manage-fields.php:64
7159
+ msgid "We couldn't find any lists in your MailChimp settings."
7160
  msgstr ""
7161
 
7162
+ #: add-ons-advanced/mailchimp-integration/admin/manage-fields.php:60
7163
+ msgid "Select in which MailChimp list you wish to add a new subscriber"
7164
  msgstr ""
7165
 
7166
+ #: add-ons-advanced/mailchimp-integration/admin/manage-fields.php:61, add-ons-advanced/mailpoet-integration/admin/manage-fields.php:48
7167
+ msgid "Checked by Default"
7168
  msgstr ""
7169
 
7170
+ #: add-ons-advanced/mailchimp-integration/admin/manage-fields.php:61, add-ons-advanced/mailpoet-integration/admin/manage-fields.php:48
7171
+ msgid "If checked the Subscribe checkbox in the front-end will be checked by default on register forms"
7172
  msgstr ""
7173
 
7174
+ #: add-ons-advanced/mailchimp-integration/admin/manage-fields.php:42
7175
+ msgid "Please enter a MailChimp API key <a href=\"%s\">here</a>."
7176
  msgstr ""
7177
 
7178
+ #: add-ons-advanced/mailchimp-integration/admin/manage-fields.php:84
7179
+ msgid ""
7180
+ "Please select at least one MailChimp list \n"
7181
+ ""
7182
  msgstr ""
7183
 
7184
+ #: add-ons-advanced/mailchimp-integration/admin/widget.php:14
7185
+ msgid "Profile Builder MailChimp Widget"
7186
  msgstr ""
7187
 
7188
+ #: add-ons-advanced/mailchimp-integration/admin/widget.php:15
7189
+ msgid "Adds a basic subscribe form so that your users can subscribe to your MailChimp lists"
7190
  msgstr ""
7191
 
7192
+ #: add-ons-advanced/mailchimp-integration/admin/widget.php:154, add-ons-advanced/mailchimp-integration/front-end/mailchimp-field.php:108, add-ons-advanced/mailchimp-integration/front-end/mailchimp-field.php:81
7193
+ msgid "By checking this box I consent to the use of my information provided for email marketing purposes."
7194
  msgstr ""
7195
 
7196
+ #: add-ons-advanced/mailchimp-integration/admin/widget.php:98, add-ons-advanced/mailchimp-integration/admin/widget.php:93
7197
+ msgid "You have been subscribed to our newsletter"
7198
  msgstr ""
7199
 
7200
+ #: add-ons-advanced/mailchimp-integration/admin/widget.php:91
7201
+ msgid "A confirmation email has been sent to the e-mail address you have provided"
7202
  msgstr ""
7203
 
7204
+ #: add-ons-advanced/mailchimp-integration/admin/widget.php:68, add-ons-advanced/mailchimp-integration/admin/widget.php:250
7205
+ msgid "Something went wrong. Either the MailChimp API key is missing or it is invalid."
7206
  msgstr ""
7207
 
7208
+ #: add-ons-advanced/mailchimp-integration/admin/widget.php:201
7209
+ msgid "Select..."
7210
  msgstr ""
7211
 
7212
+ #: add-ons-advanced/mailchimp-integration/admin/widget.php:225
7213
+ msgid "Extra Options"
7214
  msgstr ""
7215
 
7216
+ #: add-ons-advanced/mailchimp-integration/admin/widget.php:383
7217
+ msgid "Please select a list first"
7218
  msgstr ""
7219
 
7220
+ #: add-ons-advanced/mailpoet-integration/admin/manage-fields.php:43
7221
+ msgid "No list was found."
7222
  msgstr ""
7223
 
7224
+ #: add-ons-advanced/mailpoet-integration/admin/manage-fields.php:53, add-ons-advanced/mailpoet-integration/admin/manage-fields.php:51, add-ons-advanced/mailpoet-integration/admin/manage-fields.php:47
7225
+ msgid "MailPoet List"
7226
  msgstr ""
7227
 
7228
+ #: add-ons-advanced/mailpoet-integration/admin/manage-fields.php:53
7229
+ msgid "Please install and activate MailPoet plugin."
7230
  msgstr ""
7231
 
7232
+ #: add-ons-advanced/mailpoet-integration/admin/manage-fields.php:51
7233
+ msgid "We couldn't find any lists in your MailPoet settings."
7234
  msgstr ""
7235
 
7236
+ #: add-ons-advanced/mailpoet-integration/admin/manage-fields.php:47
7237
+ msgid "Select in which MailPoet list you wish to add a new subscriber"
7238
  msgstr ""
7239
 
7240
+ #: add-ons-advanced/mailpoet-integration/admin/manage-fields.php:73
7241
+ msgid ""
7242
+ "Please select at least one MailPoet list \n"
7243
+ ""
7244
  msgstr ""
7245
 
7246
+ #: add-ons-advanced/social-connect/facebook/facebook.php:38
7247
+ msgid "Sign in with Facebook"
7248
  msgstr ""
7249
 
7250
+ #: add-ons-advanced/social-connect/facebook/facebook.php:32
7251
+ msgid "Link with Facebook"
7252
  msgstr ""
7253
 
7254
+ #: add-ons-advanced/social-connect/google/google.php:38
7255
+ msgid "Sign in with Google"
7256
  msgstr ""
7257
 
7258
+ #: add-ons-advanced/social-connect/google/google.php:32
7259
+ msgid "Link with Google"
7260
  msgstr ""
7261
 
7262
+ #: add-ons-advanced/social-connect/linkedin/linkedin.php:46
7263
+ msgid "Sign in with LinkedIn"
7264
  msgstr ""
7265
 
7266
+ #: add-ons-advanced/social-connect/linkedin/linkedin.php:40
7267
+ msgid "Link with LinkedIn"
7268
  msgstr ""
7269
 
7270
+ #: add-ons-advanced/social-connect/twitter/twitter.php:58
7271
+ msgid "Error Receiving Request Token"
7272
  msgstr ""
7273
 
7274
+ #: add-ons-advanced/social-connect/twitter/twitter.php:53
7275
+ msgid "Connection with twitter Failed"
7276
  msgstr ""
7277
 
7278
+ #: add-ons-advanced/social-connect/twitter/twitter.php:151
7279
+ msgid "Sign in with Twitter"
7280
  msgstr ""
7281
 
7282
+ #: add-ons-advanced/social-connect/twitter/twitter.php:145
7283
+ msgid "Link with Twitter"
7284
  msgstr ""
7285
 
7286
+ #: add-ons-free/gdpr-communication-preferences/admin/manage-fields.php:24
7287
+ msgid "Communication Preferences"
7288
  msgstr ""
7289
 
7290
+ #: add-ons-free/gdpr-communication-preferences/admin/manage-fields.php:24, add-ons-free/gdpr-communication-preferences/front-end/gdpr-communication-preferences.php:9
7291
+ msgid "Telephone"
7292
  msgstr ""
7293
 
7294
+ #: add-ons-free/gdpr-communication-preferences/admin/manage-fields.php:24, add-ons-free/gdpr-communication-preferences/front-end/gdpr-communication-preferences.php:9
7295
+ msgid "SMS"
7296
  msgstr ""
7297
 
7298
+ #: add-ons-free/gdpr-communication-preferences/admin/manage-fields.php:24, add-ons-free/gdpr-communication-preferences/front-end/gdpr-communication-preferences.php:9
7299
+ msgid "Post"
7300
  msgstr ""
7301
 
7302
+ #: add-ons-free/gdpr-communication-preferences/admin/manage-fields.php:24
7303
+ msgid "Select which communication preferences are available on your site ( drag and drop to re-order )"
7304
  msgstr ""
7305
 
7306
+ #: add-ons-free/gdpr-communication-preferences/admin/manage-fields.php:25
7307
+ msgid "Communication Preferences Order"
7308
  msgstr ""
7309
 
7310
+ #: add-ons-free/gdpr-communication-preferences/admin/manage-fields.php:25
7311
+ msgid "Save the communication preferences order"
7312
  msgstr ""
7313
 
7314
+ #: add-ons-free/gdpr-communication-preferences/front-end/gdpr-communication-preferences.php:53, front-end/extra-fields/avatar/avatar.php:87, front-end/extra-fields/checkbox/checkbox.php:45, front-end/extra-fields/colorpicker/colorpicker.php:45, front-end/extra-fields/datepicker/datepicker.php:40, front-end/extra-fields/input/input.php:30, front-end/extra-fields/input-email/input-email.php:30, front-end/extra-fields/input-hidden/input-hidden.php:34, front-end/extra-fields/input-url/input-url.php:30, front-end/extra-fields/language/language.php:34, front-end/extra-fields/map/map.php:57, front-end/extra-fields/number/number.php:30, front-end/extra-fields/phone/phone.php:39, front-end/extra-fields/radio/radio.php:44, front-end/extra-fields/select/select.php:51, front-end/extra-fields/select-cpt/select-cpt.php:59, front-end/extra-fields/select-multiple/select-multiple.php:47, front-end/extra-fields/select-timezone/select-timezone.php:49, front-end/extra-fields/select2/select2-multiple.php:88, front-end/extra-fields/select2/select2.php:74, front-end/extra-fields/textarea/textarea.php:30, front-end/extra-fields/upload/upload.php:82, front-end/extra-fields/wysiwyg/wysiwyg.php:56
7315
+ msgid "required"
7316
  msgstr ""
7317
 
7318
+ #: add-ons-free/gdpr-communication-preferences/front-end/gdpr-communication-preferences.php:77
7319
+ msgid "Date"
7320
  msgstr ""
7321
 
7322
+ #: add-ons-free/gdpr-communication-preferences/front-end/gdpr-communication-preferences.php:77
7323
+ msgid "Preference"
7324
  msgstr ""
7325
 
7326
+ #: add-ons-free/import-export/inc/class-pbie-import.php:26, add-ons-free/labels-edit/inc/class-pble-import.php:26
7327
+ msgid "You are not allowed to do this!"
7328
  msgstr ""
7329
 
7330
+ #: add-ons-free/import-export/inc/class-pbie-import.php:73, add-ons-free/labels-edit/inc/class-pble-import.php:42
7331
+ msgid "Uploaded file is not valid json!"
7332
  msgstr ""
7333
 
7334
+ #: add-ons-free/import-export/inc/class-pbie-import.php:104
7335
+ msgid "You do not have the capabilities required to do this!"
7336
  msgstr ""
7337
 
7338
+ #: add-ons-free/import-export/inc/class-pbie-import.php:99, add-ons-free/labels-edit/inc/class-pble-import.php:62
7339
+ msgid "Please select a .json file to import!"
7340
  msgstr ""
7341
 
7342
+ #: add-ons-free/import-export/inc/class-pbie-import.php:93, add-ons-free/labels-edit/inc/class-pble-import.php:56
7343
+ msgid "Import successfully!"
7344
  msgstr ""
7345
 
7346
+ #: add-ons-free/labels-edit/inc/class-pble-import.php:56
7347
+ msgid "Page will refresh in 3 seconds..."
 
 
7348
  msgstr ""
7349
 
7350
  #: assets/lib/wck-api/wordpress-creation-kit.php:343
7475
  msgid "Remove"
7476
  msgstr ""
7477
 
 
 
 
 
7478
  #: front-end/extra-fields/honeypot/honeypot.php:25
7479
  msgid "The hidden Honeypot field must be empty."
7480
  msgstr ""
8059
  msgid "Radius"
8060
  msgstr ""
8061
 
8062
+ #: assets/misc/elementor/widgets/class-pb-widget-l.php:46, assets/misc/elementor/widgets/class-pb-widget-rf-epf.php:92, assets/misc/elementor/widgets/class-pb-widget-rp.php:46
8063
  msgid "Form Settings"
8064
  msgstr ""
8065
 
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:237, assets/misc/elementor/widgets/class-pb-widget-rf-epf.php:256
8071
  msgid "Enter URL"
8072
  msgstr ""
8073
 
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:225
8079
  msgid "Redirects"
8080
  msgstr ""
8081
 
8082
+ #: assets/misc/elementor/widgets/class-pb-widget-rf-epf.php:148
8083
  msgid "Form"
8084
  msgstr ""
8085
 
8086
+ #: assets/misc/elementor/widgets/class-pb-widget-rf-epf.php:167
8087
  msgid "Assigned Role"
8088
  msgstr ""
8089
 
8090
+ #: assets/misc/elementor/widgets/class-pb-widget-rf-epf.php:180
8091
  msgid "Automatic Login"
8092
  msgstr ""
8093
 
8094
+ #: assets/misc/elementor/widgets/class-pb-widget-rf-epf.php:214
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:245
8099
  msgid "Redirect after Edit Profile"
8100
  msgstr ""
8101
 
8102
+ #: assets/misc/elementor/widgets/class-pb-widget-rf-epf.php:243
8103
  msgid "Redirect after Registration"
8104
  msgstr ""
8105
 
8106
+ #: assets/misc/elementor/widgets/class-pb-widget-rf-epf.php:254
8107
  msgid "Redirect after Logout"
8108
  msgstr ""
8109
 
8111
  msgid "There are no available controls for the Password Recovery form"
8112
  msgstr ""
8113
 
8114
+ #: assets/misc/elementor/widgets/class-pb-widget-ul.php:78
8115
  msgid "Listing Settings"
8116
  msgstr ""
8117
 
8118
+ #: assets/misc/elementor/widgets/class-pb-widget-ul.php:107
8119
  msgid "Single"
8120
  msgstr ""
8121
 
8122
+ #: assets/misc/elementor/widgets/class-pb-widget-ul.php:119
8123
  msgid "Meta Key"
8124
  msgstr ""
8125
 
8126
+ #: assets/misc/elementor/widgets/class-pb-widget-ul.php:121
8127
  msgid "Enter Meta Key"
8128
  msgstr ""
8129
 
8130
+ #: assets/misc/elementor/widgets/class-pb-widget-ul.php:132
8131
  msgid "Meta Value"
8132
  msgstr ""
8133
 
8134
+ #: assets/misc/elementor/widgets/class-pb-widget-ul.php:134
8135
  msgid "Enter Meta Value"
8136
  msgstr ""
8137
 
8138
+ #: assets/misc/elementor/widgets/class-pb-widget-ul.php:146
8139
  msgid "Include"
8140
  msgstr ""
8141
 
8142
+ #: assets/misc/elementor/widgets/class-pb-widget-ul.php:148, assets/misc/elementor/widgets/class-pb-widget-ul.php:161
8143
  msgid "Enter User IDs"
8144
  msgstr ""
8145
 
8146
+ #: assets/misc/elementor/widgets/class-pb-widget-ul.php:159
8147
  msgid "Exclude"
8148
  msgstr ""
8149
 
8150
+ #: assets/misc/elementor/widgets/class-pb-widget-ul.php:174
8151
  msgid "Enter User ID"
8152
  msgstr ""
update/update-checker.php ADDED
@@ -0,0 +1,516 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ if ( !class_exists( 'wppb_PluginUpdateChecker' ) ):
3
+
4
+ /**
5
+ * A custom plugin update checker.
6
+ *
7
+ * @author Janis Elsts
8
+ * @copyright 2010
9
+ * @version 1.0
10
+ * @access public
11
+ */
12
+ class wppb_PluginUpdateChecker {
13
+ public $metadataUrl = ''; //The URL of the plugin's metadata file.
14
+ public $pluginFile = ''; //Plugin filename relative to the plugins directory.
15
+ public $slug = ''; //Plugin slug.
16
+ public $checkPeriod = 12; //How often to check for updates (in hours).
17
+ public $optionName = ''; //Where to store the update info.
18
+
19
+ /**
20
+ * Class constructor.
21
+ *
22
+ * @param string $metadataUrl The URL of the plugin's metadata file.
23
+ * @param string $pluginFile Fully qualified path to the main plugin file.
24
+ * @param string $slug The plugin's 'slug'. If not specified, the filename part of $pluginFile sans '.php' will be used as the slug.
25
+ * @param integer $checkPeriod How often to check for updates (in hours). Defaults to checking every 12 hours. Set to 0 to disable automatic update checks.
26
+ * @param string $optionName Where to store book-keeping info about update checks. Defaults to 'external_updates-$slug'.
27
+ * @return void
28
+ */
29
+ function __construct($metadataUrl, $pluginFile, $slug = '', $checkPeriod = 12, $optionName = ''){
30
+ $this->metadataUrl = $metadataUrl;
31
+ $this->pluginFile = plugin_basename($pluginFile);
32
+ $this->checkPeriod = $checkPeriod;
33
+ $this->slug = $slug;
34
+ $this->optionName = $optionName;
35
+
36
+ //If no slug is specified, use the name of the main plugin file as the slug.
37
+ //For example, 'my-cool-plugin/cool-plugin.php' becomes 'cool-plugin'.
38
+ if ( empty($this->slug) ){
39
+ $this->slug = basename($this->pluginFile, '.php');
40
+ }
41
+
42
+ if ( empty($this->optionName) ){
43
+ $this->optionName = 'external_updates-' . $this->slug;
44
+ }
45
+
46
+ $this->installHooks();
47
+ }
48
+
49
+ /**
50
+ * Install the hooks required to run periodic update checks and inject update info
51
+ * into WP data structures.
52
+ *
53
+ * @return void
54
+ */
55
+ function installHooks(){
56
+ //Override requests for plugin information
57
+ add_filter('plugins_api', array(&$this, 'injectInfo'), 10, 3);
58
+
59
+ //Insert our update info into the update array maintained by WP
60
+ add_filter('site_transient_update_plugins', array(&$this,'injectUpdate')); //WP 3.0+
61
+ add_filter('transient_update_plugins', array(&$this,'injectUpdate')); //WP 2.8+
62
+
63
+ //Set up the periodic update checks
64
+ $cronHook = 'check_plugin_updates-' . $this->slug;
65
+ if ( $this->checkPeriod > 0 ){
66
+
67
+ //Trigger the check via Cron
68
+ add_filter('cron_schedules', array(&$this, '_addCustomSchedule'));
69
+ if ( !wp_next_scheduled($cronHook) && !defined('WP_INSTALLING') ) {
70
+ $scheduleName = 'every' . $this->checkPeriod . 'hours';
71
+ wp_schedule_event(time(), $scheduleName, $cronHook);
72
+ }
73
+ add_action($cronHook, array(&$this, 'checkForUpdates'));
74
+
75
+ //In case Cron is disabled or unreliable, we also manually trigger
76
+ //the periodic checks while the user is browsing the Dashboard.
77
+ //add_action( 'admin_init', array(&$this, 'maybeCheckForUpdates') );
78
+
79
+ } else {
80
+ //Periodic checks are disabled.
81
+ wp_clear_scheduled_hook($cronHook);
82
+ }
83
+ }
84
+
85
+ /**
86
+ * Add our custom schedule to the array of Cron schedules used by WP.
87
+ *
88
+ * @param array $schedules
89
+ * @return array
90
+ */
91
+ function _addCustomSchedule($schedules){
92
+ if ( $this->checkPeriod && ($this->checkPeriod > 0) ){
93
+ $scheduleName = 'every' . $this->checkPeriod . 'hours';
94
+ $schedules[$scheduleName] = array(
95
+ 'interval' => $this->checkPeriod * 3600,
96
+ 'display' => sprintf('Every %d hours', $this->checkPeriod),
97
+ );
98
+ }
99
+ return $schedules;
100
+ }
101
+
102
+ /**
103
+ * Retrieve plugin info from the configured API endpoint.
104
+ *
105
+ * @uses wp_remote_get()
106
+ *
107
+ * @param array $queryArgs Additional query arguments to append to the request. Optional.
108
+ * @return PluginInfo
109
+ */
110
+ function requestInfo($queryArgs = array()){
111
+ //Query args to append to the URL. Plugins can add their own by using a filter callback (see addQueryArgFilter()).
112
+ $queryArgs['installed_version'] = $this->getInstalledVersion();
113
+ $queryArgs = apply_filters('puc_request_info_query_args-'.$this->slug, $queryArgs);
114
+
115
+ //Various options for the wp_remote_get() call. Plugins can filter these, too.
116
+ $options = array(
117
+ 'timeout' => 10, //seconds
118
+ 'headers' => array(
119
+ 'Accept' => 'application/json'
120
+ ),
121
+ );
122
+ $options = apply_filters('puc_request_info_options-'.$this->slug, array());
123
+
124
+ //The plugin info should be at 'http://your-api.com/url/here/$slug/info.json'
125
+ $url = $this->metadataUrl;
126
+ if ( !empty($queryArgs) ){
127
+ $url = add_query_arg($queryArgs, $url);
128
+ }
129
+
130
+ $result = wp_remote_get(
131
+ $url,
132
+ $options
133
+ );
134
+
135
+ //Try to parse the response
136
+ $pluginInfo = null;
137
+ if ( !is_wp_error($result) && isset($result['response']['code']) && ($result['response']['code'] == 200) && !empty($result['body']) ){
138
+ $pluginInfo = PluginInfo::fromJson($result['body']);
139
+ }
140
+ $pluginInfo = apply_filters('puc_request_info_result-'.$this->slug, $pluginInfo, $result);
141
+ return $pluginInfo;
142
+ }
143
+
144
+ /**
145
+ * Retrieve the latest update (if any) from the configured API endpoint.
146
+ *
147
+ * @uses PluginUpdateChecker::requestInfo()
148
+ *
149
+ * @return PluginUpdate An instance of PluginUpdate, or NULL when no updates are available.
150
+ */
151
+ function requestUpdate(){
152
+ //For the sake of simplicity, this function just calls requestInfo()
153
+ //and transforms the result accordingly.
154
+ $pluginInfo = $this->requestInfo(array('checking_for_updates' => '1'));
155
+ if ( $pluginInfo == null ){
156
+ return null;
157
+ }
158
+
159
+ /* I've added this in version 2.8.8 so we update the serial number on the updatecheck cron and not only on update option of the serial */
160
+ //$response = json_decode( $pluginInfo );
161
+ if( function_exists('wppb_check_serial_number') ){
162
+ $parts = parse_url( $this->metadataUrl );
163
+ parse_str($parts['query'], $query);
164
+ wppb_check_serial_number( '', $query['localSerialNumber'] );
165
+ }
166
+
167
+
168
+ return PluginUpdate::fromPluginInfo($pluginInfo);
169
+ }
170
+
171
+ /**
172
+ * Get the currently installed version of the plugin.
173
+ *
174
+ * @return string Version number.
175
+ */
176
+ function getInstalledVersion(){
177
+ if ( !function_exists('get_plugins') ){
178
+ require_once( ABSPATH . '/wp-admin/includes/plugin.php' );
179
+ }
180
+ $allPlugins = get_plugins();
181
+ if ( array_key_exists($this->pluginFile, $allPlugins) && array_key_exists('Version', $allPlugins[$this->pluginFile]) ){
182
+ return $allPlugins[$this->pluginFile]['Version'];
183
+ } else {
184
+ return ''; //This should never happen.
185
+ };
186
+ }
187
+
188
+ /**
189
+ * Check for plugin updates.
190
+ * The results are stored in the DB option specified in $optionName.
191
+ *
192
+ * @return void
193
+ */
194
+ function checkForUpdates(){
195
+ $state = get_option($this->optionName);
196
+ if ( empty($state) ){
197
+ $state = new StdClass;
198
+ $state->lastCheck = 0;
199
+ $state->checkedVersion = '';
200
+ $state->update = null;
201
+ }
202
+
203
+ $state->lastCheck = time();
204
+ $state->checkedVersion = $this->getInstalledVersion();
205
+ update_option($this->optionName, $state); //Save before checking in case something goes wrong
206
+
207
+ $state->update = $this->requestUpdate();
208
+ update_option($this->optionName, $state);
209
+ }
210
+
211
+ /**
212
+ * Check for updates only if the configured check interval has already elapsed.
213
+ *
214
+ * @return void
215
+ */
216
+ function maybeCheckForUpdates(){
217
+ if ( empty($this->checkPeriod) ){
218
+ return;
219
+ }
220
+
221
+ $state = get_option($this->optionName);
222
+
223
+ $shouldCheck =
224
+ empty($state) ||
225
+ !isset($state->lastCheck) ||
226
+ ( (time() - $state->lastCheck) >= $this->checkPeriod*3600 );
227
+
228
+ if ( $shouldCheck ){
229
+ $this->checkForUpdates();
230
+ }
231
+ }
232
+
233
+ /**
234
+ * Intercept plugins_api() calls that request information about our plugin and
235
+ * use the configured API endpoint to satisfy them.
236
+ *
237
+ * @see plugins_api()
238
+ *
239
+ * @param mixed $result
240
+ * @param string $action
241
+ * @param array|object $args
242
+ * @return mixed
243
+ */
244
+ function injectInfo($result, $action = null, $args = null){
245
+ $relevant = ($action == 'plugin_information') && isset($args->slug) && ($args->slug == $this->slug);
246
+ if ( !$relevant ){
247
+ return $result;
248
+ }
249
+
250
+ $pluginInfo = $this->requestInfo();
251
+ if ($pluginInfo){
252
+ return $pluginInfo->toWpFormat();
253
+ }
254
+
255
+ return $result;
256
+ }
257
+
258
+ /**
259
+ * Insert the latest update (if any) into the update list maintained by WP.
260
+ *
261
+ * @param array $updates Update list.
262
+ * @return array Modified update list.
263
+ */
264
+ function injectUpdate($updates){
265
+
266
+ if( !is_object( $updates ) )
267
+ return $updates;
268
+
269
+ $state = get_option($this->optionName);
270
+
271
+ //Is there an update to insert?
272
+ if ( !empty($state) && isset($state->update) && !empty($state->update) ){
273
+ //Only insert updates that are actually newer than the currently installed version.
274
+ if ( version_compare($state->update->version, $this->getInstalledVersion(), '>') ){
275
+ $updates->response[$this->pluginFile] = $state->update->toWpFormat();
276
+ }
277
+ }
278
+
279
+ return $updates;
280
+ }
281
+
282
+ /**
283
+ * Register a callback for filtering query arguments.
284
+ *
285
+ * The callback function should take one argument - an associative array of query arguments.
286
+ * It should return a modified array of query arguments.
287
+ *
288
+ * @uses add_filter() This method is a convenience wrapper for add_filter().
289
+ *
290
+ * @param callback $callback
291
+ * @return void
292
+ */
293
+ function addQueryArgFilter($callback){
294
+ add_filter('puc_request_info_query_args-'.$this->slug, $callback);
295
+ }
296
+
297
+ /**
298
+ * Register a callback for filtering arguments passed to wp_remote_get().
299
+ *
300
+ * The callback function should take one argument - an associative array of arguments -
301
+ * and return a modified array or arguments. See the WP documentation on wp_remote_get()
302
+ * for details on what arguments are available and how they work.
303
+ *
304
+ * @uses add_filter() This method is a convenience wrapper for add_filter().
305
+ *
306
+ * @param callback $callback
307
+ * @return void
308
+ */
309
+ function addHttpRequestArgFilter($callback){
310
+ add_filter('puc_request_info_options-'.$this->slug, $callback);
311
+ }
312
+
313
+ /**
314
+ * Register a callback for filtering the plugin info retrieved from the external API.
315
+ *
316
+ * The callback function should take two arguments. If the plugin info was retrieved
317
+ * successfully, the first argument passed will be an instance of PluginInfo. Otherwise,
318
+ * it will be NULL. The second argument will be the corresponding return value of
319
+ * wp_remote_get (see WP docs for details).
320
+ *
321
+ * The callback function should return a new or modified instance of PluginInfo or NULL.
322
+ *
323
+ * @uses add_filter() This method is a convenience wrapper for add_filter().
324
+ *
325
+ * @param callback $callback
326
+ * @return void
327
+ */
328
+ function addResultFilter($callback){
329
+ add_filter('puc_request_info_result-'.$this->slug, $callback, 10, 2);
330
+ }
331
+ }
332
+
333
+ endif;
334
+
335
+ if ( !class_exists('PluginInfo') ):
336
+
337
+ /**
338
+ * A container class for holding and transforming various plugin metadata.
339
+ *
340
+ * @author Janis Elsts
341
+ * @copyright 2010
342
+ * @version 1.0
343
+ * @access public
344
+ */
345
+ class PluginInfo {
346
+ //Most fields map directly to the contents of the plugin's info.json file.
347
+ //See the relevant docs for a description of their meaning.
348
+ public $name;
349
+ public $slug;
350
+ public $version;
351
+ public $homepage;
352
+ public $sections;
353
+ public $download_url;
354
+
355
+ public $author;
356
+ public $author_homepage;
357
+
358
+ public $requires;
359
+ public $tested;
360
+ public $upgrade_notice;
361
+
362
+ public $rating;
363
+ public $num_ratings;
364
+ public $downloaded;
365
+ public $last_updated;
366
+
367
+ public $id = 0; //The native WP.org API returns numeric plugin IDs, but they're not used for anything.
368
+
369
+ /**
370
+ * Create a new instance of PluginInfo from JSON-encoded plugin info
371
+ * returned by an external update API.
372
+ *
373
+ * @param string $json Valid JSON string representing plugin info.
374
+ * @return PluginInfo New instance of PluginInfo, or NULL on error.
375
+ */
376
+ public static function fromJson($json){
377
+ $apiResponse = json_decode($json);
378
+ if ( empty($apiResponse) || !is_object($apiResponse) ){
379
+ return null;
380
+ }
381
+
382
+ //Very, very basic validation.
383
+ $valid = isset($apiResponse->name) && !empty($apiResponse->name) && isset($apiResponse->version) && !empty($apiResponse->version);
384
+ if ( !$valid ){
385
+ return null;
386
+ }
387
+
388
+ $info = new PluginInfo();
389
+ foreach(get_object_vars($apiResponse) as $key => $value){
390
+ $info->$key = $value;
391
+ }
392
+
393
+ return $info;
394
+ }
395
+
396
+ /**
397
+ * Transform plugin info into the format used by the native WordPress.org API
398
+ *
399
+ * @return object
400
+ */
401
+ public function toWpFormat(){
402
+ $info = new StdClass;
403
+
404
+ //The custom update API is built so that many fields have the same name and format
405
+ //as those returned by the native WordPress.org API. These can be assigned directly.
406
+ $sameFormat = array(
407
+ 'name', 'slug', 'version', 'requires', 'tested', 'rating', 'upgrade_notice',
408
+ 'num_ratings', 'downloaded', 'homepage', 'last_updated',
409
+ );
410
+ foreach($sameFormat as $field){
411
+ if ( isset($this->$field) ) {
412
+ $info->$field = $this->$field;
413
+ }
414
+ }
415
+
416
+ //Other fields need to be renamed and/or transformed.
417
+ $info->download_link = $this->download_url;
418
+
419
+ if ( !empty($this->author_homepage) ){
420
+ $info->author = sprintf('<a href="%s">%s</a>', $this->author_homepage, $this->author);
421
+ } else {
422
+ $info->author = $this->author;
423
+ }
424
+
425
+ if ( is_object($this->sections) ){
426
+ $info->sections = get_object_vars($this->sections);
427
+ } elseif ( is_array($this->sections) ) {
428
+ $info->sections = $this->sections;
429
+ } else {
430
+ $info->sections = array('description' => '');
431
+ }
432
+
433
+ return $info;
434
+ }
435
+ }
436
+
437
+ endif;
438
+
439
+ if ( !class_exists('PluginUpdate') ):
440
+
441
+ /**
442
+ * A simple container class for holding information about an available update.
443
+ *
444
+ * @author Janis Elsts
445
+ * @copyright 2010
446
+ * @version 1.0
447
+ * @access public
448
+ */
449
+ class PluginUpdate {
450
+ public $id = 0;
451
+ public $slug;
452
+ public $version;
453
+ public $homepage;
454
+ public $download_url;
455
+ public $upgrade_notice;
456
+
457
+ /**
458
+ * Create a new instance of PluginUpdate from its JSON-encoded representation.
459
+ *
460
+ * @param string $json
461
+ * @return PluginUpdate
462
+ */
463
+ public static function fromJson($json){
464
+ //Since update-related information is simply a subset of the full plugin info,
465
+ //we can parse the update JSON as if it was a plugin info string, then copy over
466
+ //the parts that we care about.
467
+ $pluginInfo = PluginInfo::fromJson($json);
468
+ if ( $pluginInfo != null ) {
469
+ return PluginUpdate::fromPluginInfo($pluginInfo);
470
+ } else {
471
+ return null;
472
+ }
473
+ }
474
+
475
+ /**
476
+ * Create a new instance of PluginUpdate based on an instance of PluginInfo.
477
+ * Basically, this just copies a subset of fields from one object to another.
478
+ *
479
+ * @param PluginInfo $info
480
+ * @return PluginUpdate
481
+ */
482
+ public static function fromPluginInfo($info){
483
+ $update = new PluginUpdate();
484
+ $copyFields = array('id', 'slug', 'version', 'homepage', 'download_url', 'upgrade_notice');
485
+ foreach($copyFields as $field){
486
+ $update->$field = $info->$field;
487
+ }
488
+ return $update;
489
+ }
490
+
491
+ /**
492
+ * Transform the update into the format used by WordPress native plugin API.
493
+ *
494
+ * @return object
495
+ */
496
+ public function toWpFormat(){
497
+ $update = new StdClass;
498
+
499
+ $update->id = $this->id;
500
+ $update->slug = $this->slug;
501
+ $update->new_version = $this->version;
502
+ $update->url = $this->homepage;
503
+ $update->package = $this->download_url;
504
+ if ( !empty($this->upgrade_notice) ){
505
+ $update->upgrade_notice = $this->upgrade_notice;
506
+ }
507
+
508
+ //add an icon to the update screen for the pro version (this is specific to PB, don't have a good solution for making it global)
509
+ $update->icons = array( "2x" =>"https://ps.w.org/profile-builder/assets/icon-256x256.png?rev=1077372");
510
+
511
+ return $update;
512
+ }
513
+ }
514
+
515
+ endif;
516
+ ?>