User registration & user profile – Profile Builder - Version 2.0.5

Version Description

  • Added notification to enable user registration via Profile Builder (Anyone can register checkbox).
  • Add register_url and lostpassword_url parameters to login shortcode.
  • Added filter to allow changing Lost Password link in login shortcode.
Download this release

Release Info

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

Code changes from version 2.0.4 to 2.0.5

admin/admin-bar.php CHANGED
@@ -45,7 +45,7 @@ function wppb_show_hide_admin_bar_content() {
45
  <div class="wrap wppb-wrap wppb-admin-bar">
46
 
47
  <h2><?php _e( 'Admin Bar Settings', 'profilebuilder' );?></h2>
48
- <p><?php _e( 'Chose which user roles view the admin bar in the front-end of the website.', 'profilebuilder' ); ?>
49
  <form method="post" action="options.php#show-hide-admin-bar">
50
  <?php
51
  $admin_bar_settings = get_option( 'wppb_display_admin_settings' );
@@ -68,7 +68,7 @@ function wppb_show_hide_admin_bar_content() {
68
  $alt_class = ( ( $alt_i%2 == 0 ) ? ' class="alternate"' : '' );
69
 
70
  echo'<tr'.$alt_class.'>
71
- <td>'.$key.'</td>
72
  <td>
73
  <span><input id="rd'.$key.'" type="radio" name="wppb_display_admin_settings['.$key.']" value="default"'.( ( !$setting_exists || $admin_bar_settings[$key] == 'default' ) ? ' checked' : '' ).'/><label for="rd'.$key.'">'.__( 'Default', 'profilebuilder' ).'</label></span>
74
  <span><input id="rs'.$key.'" type="radio" name="wppb_display_admin_settings['.$key.']" value="show"'.( ( $setting_exists && $admin_bar_settings[$key] == 'show') ? ' checked' : '' ).'/><label for="rs'.$key.'">'.__( 'Show', 'profilebuilder' ).'</label></span>
45
  <div class="wrap wppb-wrap wppb-admin-bar">
46
 
47
  <h2><?php _e( 'Admin Bar Settings', 'profilebuilder' );?></h2>
48
+ <p><?php _e( 'Choose which user roles view the admin bar in the front-end of the website.', 'profilebuilder' ); ?>
49
  <form method="post" action="options.php#show-hide-admin-bar">
50
  <?php
51
  $admin_bar_settings = get_option( 'wppb_display_admin_settings' );
68
  $alt_class = ( ( $alt_i%2 == 0 ) ? ' class="alternate"' : '' );
69
 
70
  echo'<tr'.$alt_class.'>
71
+ <td>'.translate_user_role($key).'</td>
72
  <td>
73
  <span><input id="rd'.$key.'" type="radio" name="wppb_display_admin_settings['.$key.']" value="default"'.( ( !$setting_exists || $admin_bar_settings[$key] == 'default' ) ? ' checked' : '' ).'/><label for="rd'.$key.'">'.__( 'Default', 'profilebuilder' ).'</label></span>
74
  <span><input id="rs'.$key.'" type="radio" name="wppb_display_admin_settings['.$key.']" value="show"'.( ( $setting_exists && $admin_bar_settings[$key] == 'show') ? ' checked' : '' ).'/><label for="rs'.$key.'">'.__( 'Show', 'profilebuilder' ).'</label></span>
admin/basic-info.php CHANGED
@@ -87,7 +87,7 @@ function wppb_basic_info_content() {
87
  <h3><?php _e( 'Customize Your Forms The Way You Want (*)', 'profilebuilder' ); ?></h3>
88
  <p><?php _e( 'With Extra Profile Fields you can create the exact registration form your project needs.', 'profilebuilder' ); ?></p>
89
  <?php if ($version == 'Free'){ ?>
90
- <p><a href="http://www.cozmoslabs.com/wordpress-profile-builder/?utm_source=wpbackend&utm_medium=clientsite&utm_content=basicinfo-extrafields&utm_campaign=PBFree" class="button-free"><?php _e( 'Extra Profile Fields are available in Hobbyist or PRO versions', 'profilebuilder' ); ?></a></p>
91
  <?php } else {?>
92
  <p><a href="admin.php?page=manage-fields" class="button"><?php _e( 'Get started with extra fields', 'profilebuilder' ); ?></a></p>
93
  <?php } ?>
@@ -118,7 +118,7 @@ function wppb_basic_info_content() {
118
  <p><a href="admin.php?page=profile-builder-modules" class="button"><?php _e( 'Enable your modules', 'profilebuilder' ); ?></a></p>
119
  <?php endif; ?>
120
  <?php if ($version == 'Free'){ ?>
121
- <p><a href="http://www.cozmoslabs.com/wordpress-profile-builder/?utm_source=wpbackend&utm_medium=clientsite&utm_content=basicinfo-modules&utm_campaign=PBFree" class="button-free"><?php _e( 'Find out more about PRO Modules', 'profilebuilder' ); ?></a></p>
122
  <?php }?>
123
  </div>
124
  <div class="wppb-row wppb-3-col">
87
  <h3><?php _e( 'Customize Your Forms The Way You Want (*)', 'profilebuilder' ); ?></h3>
88
  <p><?php _e( 'With Extra Profile Fields you can create the exact registration form your project needs.', 'profilebuilder' ); ?></p>
89
  <?php if ($version == 'Free'){ ?>
90
+ <p><a href="http://www.cozmoslabs.com/wordpress-profile-builder/?utm_source=wpbackend&utm_medium=clientsite&utm_content=basicinfo-extrafields&utm_campaign=PBFree" class="wppb-button-free"><?php _e( 'Extra Profile Fields are available in Hobbyist or PRO versions', 'profilebuilder' ); ?></a></p>
91
  <?php } else {?>
92
  <p><a href="admin.php?page=manage-fields" class="button"><?php _e( 'Get started with extra fields', 'profilebuilder' ); ?></a></p>
93
  <?php } ?>
118
  <p><a href="admin.php?page=profile-builder-modules" class="button"><?php _e( 'Enable your modules', 'profilebuilder' ); ?></a></p>
119
  <?php endif; ?>
120
  <?php if ($version == 'Free'){ ?>
121
+ <p><a href="http://www.cozmoslabs.com/wordpress-profile-builder/?utm_source=wpbackend&utm_medium=clientsite&utm_content=basicinfo-modules&utm_campaign=PBFree" class="wppb-button-free"><?php _e( 'Find out more about PRO Modules', 'profilebuilder' ); ?></a></p>
122
  <?php }?>
123
  </div>
124
  <div class="wppb-row wppb-3-col">
admin/general-settings.php CHANGED
@@ -111,8 +111,8 @@ function wppb_general_settings_content() {
111
  </th>
112
  <td>
113
  <select id="adminApprovalSelect" name="wppb_general_settings[adminApproval]" class="wppb-select" onchange="wppb_display_page_select_aa(this.value)">
114
- <option value="yes" <?php if ($wppb_generalSettings['adminApproval'] == 'yes') echo 'selected'; ?>><?php _e( 'Yes', 'profilebuilder' ); ?></option>
115
- <option value="no" <?php if ($wppb_generalSettings['adminApproval'] == 'no') echo 'selected'; ?>><?php _e( 'No', 'profilebuilder' ); ?></option>
116
  </select>
117
  <ul>
118
  <li class="description dynamic2"><?php printf( __( 'You can find a list of users at %1$sUsers > All Users > Admin Approval%2$s.', 'profilebuilder' ), '<a href="'.get_bloginfo( 'url' ).'/wp-admin/users.php?page=admin_approval&orderby=registered&order=desc">', '</a>' )?></li>
111
  </th>
112
  <td>
113
  <select id="adminApprovalSelect" name="wppb_general_settings[adminApproval]" class="wppb-select" onchange="wppb_display_page_select_aa(this.value)">
114
+ <option value="yes" <?php if( !empty( $wppb_generalSettings['adminApproval'] ) && $wppb_generalSettings['adminApproval'] == 'yes' ) echo 'selected'; ?>><?php _e( 'Yes', 'profilebuilder' ); ?></option>
115
+ <option value="no" <?php if( !empty( $wppb_generalSettings['adminApproval'] ) && $wppb_generalSettings['adminApproval'] == 'no' ) echo 'selected'; ?>><?php _e( 'No', 'profilebuilder' ); ?></option>
116
  </select>
117
  <ul>
118
  <li class="description dynamic2"><?php printf( __( 'You can find a list of users at %1$sUsers > All Users > Admin Approval%2$s.', 'profilebuilder' ), '<a href="'.get_bloginfo( 'url' ).'/wp-admin/users.php?page=admin_approval&orderby=registered&order=desc">', '</a>' )?></li>
admin/manage-fields.php CHANGED
@@ -30,7 +30,7 @@ function wppb_manage_fields_submenu(){
30
  $manage_field_types[] = 'Default - Nickname';
31
  $manage_field_types[] = 'Default - E-mail';
32
  $manage_field_types[] = 'Default - Website';
33
-
34
  // Default contact methods were removed in WP 3.6. A filter dictates contact methods.
35
  if ( apply_filters( 'wppb_remove_default_contact_methods', get_site_option( 'initial_db_version' ) < 23588 ) ){
36
  $manage_field_types[] = 'Default - AIM';
@@ -165,6 +165,7 @@ function wppb_get_meta_name(){
165
  $id = 1;
166
 
167
  $wppb_manage_fields = get_option( 'wppb_manage_fields', 'not_found' );
 
168
  if ( ( $wppb_manage_fields === 'not_found' ) || ( empty( $wppb_manage_fields ) ) ){
169
  return 'custom_field'.$id;
170
  }
@@ -190,7 +191,7 @@ function wppb_get_meta_name(){
190
  $id = $meta_numbers[0]+1;
191
  }
192
  }
193
-
194
  return 'custom_field'.$id;
195
  }
196
  }
@@ -234,7 +235,7 @@ function wppb_return_unique_field_list( $only_default_fields = false ){
234
  $unique_field_list[] = 'Default - Nickname';
235
  $unique_field_list[] = 'Default - E-mail';
236
  $unique_field_list[] = 'Default - Website';
237
-
238
  // Default contact methods were removed in WP 3.6. A filter dictates contact methods.
239
  if ( apply_filters( 'wppb_remove_default_contact_methods', get_site_option( 'initial_db_version' ) < 23588 ) ){
240
  $unique_field_list[] = 'Default - AIM';
@@ -256,7 +257,7 @@ function wppb_return_unique_field_list( $only_default_fields = false ){
256
 
257
 
258
  /**
259
- * Function that checks several things when adding/editin the fields
260
  *
261
  * @since v.2.0
262
  *
30
  $manage_field_types[] = 'Default - Nickname';
31
  $manage_field_types[] = 'Default - E-mail';
32
  $manage_field_types[] = 'Default - Website';
33
+
34
  // Default contact methods were removed in WP 3.6. A filter dictates contact methods.
35
  if ( apply_filters( 'wppb_remove_default_contact_methods', get_site_option( 'initial_db_version' ) < 23588 ) ){
36
  $manage_field_types[] = 'Default - AIM';
165
  $id = 1;
166
 
167
  $wppb_manage_fields = get_option( 'wppb_manage_fields', 'not_found' );
168
+
169
  if ( ( $wppb_manage_fields === 'not_found' ) || ( empty( $wppb_manage_fields ) ) ){
170
  return 'custom_field'.$id;
171
  }
191
  $id = $meta_numbers[0]+1;
192
  }
193
  }
194
+
195
  return 'custom_field'.$id;
196
  }
197
  }
235
  $unique_field_list[] = 'Default - Nickname';
236
  $unique_field_list[] = 'Default - E-mail';
237
  $unique_field_list[] = 'Default - Website';
238
+
239
  // Default contact methods were removed in WP 3.6. A filter dictates contact methods.
240
  if ( apply_filters( 'wppb_remove_default_contact_methods', get_site_option( 'initial_db_version' ) < 23588 ) ){
241
  $unique_field_list[] = 'Default - AIM';
257
 
258
 
259
  /**
260
+ * Function that checks several things when adding/editing the fields
261
  *
262
  * @since v.2.0
263
  *
admin/register-version.php CHANGED
@@ -54,7 +54,7 @@ function wppb_serial_form($version, $fullname){
54
  <?php $wppb_profile_builder_serial_status = get_option( 'wppb_profile_builder_'.$version.'_serial_status' ); ?>
55
  <?php settings_fields( 'wppb_profile_builder_'.$version.'_serial' ); ?>
56
 
57
- <p><?php _e( "Now that you acquired a copy of $fullname, you should take the time and register it with the serial number you received", 'profilebuilder' );?></p>
58
  <p><?php _e( "If you register this version of Profile Builder, you'll receive information regarding upgrades, patches, and technical support.", 'profilebuilder' );?></p>
59
  <p class="wppb-serial-wrap">
60
  <label for="wppb_profile_builder_<?php echo $version; ?>_serial"><?php _e(' Serial Number:', 'profilebuilder' );?></label>
54
  <?php $wppb_profile_builder_serial_status = get_option( 'wppb_profile_builder_'.$version.'_serial_status' ); ?>
55
  <?php settings_fields( 'wppb_profile_builder_'.$version.'_serial' ); ?>
56
 
57
+ <p><?php printf( __( "Now that you acquired a copy of %s, you should take the time and register it with the serial number you received", 'profilebuilder'), $fullname);?></p>
58
  <p><?php _e( "If you register this version of Profile Builder, you'll receive information regarding upgrades, patches, and technical support.", 'profilebuilder' );?></p>
59
  <p class="wppb-serial-wrap">
60
  <label for="wppb_profile_builder_<?php echo $version; ?>_serial"><?php _e(' Serial Number:', 'profilebuilder' );?></label>
assets/css/style-back-end.css CHANGED
@@ -193,6 +193,16 @@
193
  #container_wppb_rf_fields thead tr:hover {
194
  background: #f1f1f1;
195
  }
 
 
 
 
 
 
 
 
 
 
196
 
197
  #container_wppb_epf_fields tr.update_container_wppb_epf_fields:hover,
198
  #container_wppb_rf_fields tr.update_container_wppb_rf_fields:hover{
@@ -420,7 +430,7 @@
420
  }
421
  }
422
  /* Basic Information Buttons - for Free to Pro upgrade*/
423
- .button-free {
424
  border-radius: 3px;
425
  border-style: solid;
426
  border-width: 1px;
@@ -440,10 +450,10 @@
440
  color: #fff;
441
  vertical-align:top;
442
  }
443
- p .button-free {
444
  vertical-align: baseline;
445
  }
446
- .button-free:hover {
447
  background: #e45424;
448
  border-color: #6d2811;
449
  color: #fff;
193
  #container_wppb_rf_fields thead tr:hover {
194
  background: #f1f1f1;
195
  }
196
+ #container_wppb_epf_fields thead .wppb-delete-all-fields,
197
+ #container_wppb_rf_fields thead .wppb-delete-all-fields {
198
+ color: #333;
199
+ text-decoration: underline;
200
+ }
201
+
202
+ #container_wppb_epf_fields tbody .wck-delete,
203
+ #container_wppb_rf_fields tbody .wck-delete {
204
+ padding: 8px 16px;
205
+ }
206
 
207
  #container_wppb_epf_fields tr.update_container_wppb_epf_fields:hover,
208
  #container_wppb_rf_fields tr.update_container_wppb_rf_fields:hover{
430
  }
431
  }
432
  /* Basic Information Buttons - for Free to Pro upgrade*/
433
+ .wppb-button-free {
434
  border-radius: 3px;
435
  border-style: solid;
436
  border-width: 1px;
450
  color: #fff;
451
  vertical-align:top;
452
  }
453
+ p .wppb-button-free {
454
  vertical-align: baseline;
455
  }
456
+ .wppb-button-free:hover {
457
  background: #e45424;
458
  border-color: #6d2811;
459
  color: #fff;
assets/css/style-front-end.css CHANGED
@@ -333,6 +333,10 @@ input#send_credentials_via_email{
333
  text-align: center;
334
  }
335
 
 
 
 
 
336
  ul.wppb-profile{
337
  list-style-type: none;
338
  margin-left: 0;
333
  text-align: center;
334
  }
335
 
336
+ .wppb-avatar img {
337
+ max-width: none;
338
+ }
339
+
340
  ul.wppb-profile{
341
  list-style-type: none;
342
  margin-left: 0;
assets/js/jquery-epf-rf.js CHANGED
@@ -116,4 +116,41 @@ function wppb_check_update_field_options_disabled() {
116
  jQuery(this).parents('.mb-list-entry-fields').find('.button-primary')[0].onclick = null;
117
  }
118
  });
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
119
  }
116
  jQuery(this).parents('.mb-list-entry-fields').find('.button-primary')[0].onclick = null;
117
  }
118
  });
119
+ }
120
+
121
+ /*
122
+ * Function that sends an ajax request to delete all items(fields) from a form
123
+ *
124
+ */
125
+ function wppb_rf_epf_delete_all_fields(event, delete_all_button_id, nonce) {
126
+ event.preventDefault();
127
+ $deleteButton = jQuery('#' + delete_all_button_id);
128
+
129
+ var response = confirm( "Are you sure you want to delete all items ?" );
130
+
131
+ if( response == true ) {
132
+ $tableParent = $deleteButton.parents('table');
133
+
134
+ var meta = $tableParent.attr('id').replace('container_', '');
135
+ var post_id = parseInt( $tableParent.attr('post') );
136
+
137
+ $tableParent.parent().css({'opacity':'0.4', 'position':'relative'}).append('<div id="mb-ajax-loading"></div>');
138
+
139
+ jQuery.post( ajaxurl, { action: "wppb_rf_epf_delete_all_fields", meta: meta, id: post_id, _ajax_nonce: nonce }, function(response) {
140
+
141
+ /* refresh the list */
142
+ jQuery.post( wckAjaxurl, { action: "wck_refresh_list"+meta, meta: meta, id: post_id}, function(response) {
143
+ jQuery('#container_'+meta).replaceWith(response);
144
+ $tableParent = jQuery('#container_'+meta);
145
+
146
+ $tableParent.find('tbody td').css('width', function(){ return jQuery(this).width() });
147
+
148
+ mb_sortable_elements();
149
+ $tableParent.parent().css('opacity','1');
150
+
151
+ jQuery('#mb-ajax-loading').remove();
152
+ });
153
+
154
+ });
155
+ }
156
  }
assets/js/jquery-manage-fields-live-change.js CHANGED
@@ -364,9 +364,7 @@ function wppb_hide_properties_for_already_added_fields( container_name ){
364
 
365
  jQuery( container_name + ' tr' ).each(function() {
366
 
367
- field = jQuery('.row-field', this).text();
368
- field = jQuery.trim(field.replace('Field: ', ''));
369
-
370
 
371
  jQuery( 'li', this ).each(function() {
372
  var class_name = '';
364
 
365
  jQuery( container_name + ' tr' ).each(function() {
366
 
367
+ field = jQuery('.row-field pre', this).text();
 
 
368
 
369
  jQuery( 'li', this ).each(function() {
370
  var class_name = '';
assets/lib/wck-api/fields/country select.php CHANGED
@@ -11,7 +11,7 @@ $element .= '<select name="'. esc_attr( Wordpress_Creation_Kit_PB::wck_generate_
11
  if( !empty( $frontend_prefix ) )
12
  $element .= $frontend_prefix;
13
  $element .= esc_attr( Wordpress_Creation_Kit_PB::wck_generate_slug( $details['title'], $details ) ) .'" class="mb-country-select mb-field" >';
14
- $element .= '<option value="">'. __('...Chose', 'wck') .'</option>';
15
  if( !empty( $country_list ) ){
16
  foreach( $country_list as $option ){
17
  $element .= '<option value="'. esc_attr( $option ) .'" '. selected( $option, $value, false ) .' >'. esc_html( $option ) .'</option>';
11
  if( !empty( $frontend_prefix ) )
12
  $element .= $frontend_prefix;
13
  $element .= esc_attr( Wordpress_Creation_Kit_PB::wck_generate_slug( $details['title'], $details ) ) .'" class="mb-country-select mb-field" >';
14
+ $element .= '<option value="">'. __('...Choose', 'wck') .'</option>';
15
  if( !empty( $country_list ) ){
16
  foreach( $country_list as $option ){
17
  $element .= '<option value="'. esc_attr( $option ) .'" '. selected( $option, $value, false ) .' >'. esc_html( $option ) .'</option>';
assets/lib/wck-api/fields/cpt select.php CHANGED
@@ -14,7 +14,7 @@ if( !empty( $cpt_query->posts ) ){
14
  if( !empty( $frontend_prefix ) )
15
  $element .= $frontend_prefix;
16
  $element .= esc_attr( Wordpress_Creation_Kit_PB::wck_generate_slug( $details['title'], $details ) ) .'" class="mb-user-select mb-field" >';
17
- $element .= '<option value="">'. __('...Chose', 'wck') .'</option>';
18
  foreach( $cpt_query->posts as $cpt ){
19
  if ( $cpt->post_title == '' )
20
  $cpt->post_title = 'No title. ID: ' . $cpt->ID;
14
  if( !empty( $frontend_prefix ) )
15
  $element .= $frontend_prefix;
16
  $element .= esc_attr( Wordpress_Creation_Kit_PB::wck_generate_slug( $details['title'], $details ) ) .'" class="mb-user-select mb-field" >';
17
+ $element .= '<option value="">'. __('...Choose', 'wck') .'</option>';
18
  foreach( $cpt_query->posts as $cpt ){
19
  if ( $cpt->post_title == '' )
20
  $cpt->post_title = 'No title. ID: ' . $cpt->ID;
assets/lib/wck-api/fields/select.php CHANGED
@@ -11,7 +11,7 @@ if( !empty( $frontend_prefix ) )
11
  $element .= esc_attr( Wordpress_Creation_Kit_PB::wck_generate_slug( $details['title'], $details ) ) .'" class="mb-select mb-field" >';
12
 
13
  if( !empty( $details['default-option'] ) && $details['default-option'] )
14
- $element .= '<option value="">'. __('...Chose', 'wck') .'</option>';
15
 
16
  $field_name = Wordpress_Creation_Kit_PB::wck_generate_slug( $details['title'], $details );
17
 
11
  $element .= esc_attr( Wordpress_Creation_Kit_PB::wck_generate_slug( $details['title'], $details ) ) .'" class="mb-select mb-field" >';
12
 
13
  if( !empty( $details['default-option'] ) && $details['default-option'] )
14
+ $element .= '<option value="">'. __('...Choose', 'wck') .'</option>';
15
 
16
  $field_name = Wordpress_Creation_Kit_PB::wck_generate_slug( $details['title'], $details );
17
 
assets/lib/wck-api/fields/user select.php CHANGED
@@ -12,7 +12,7 @@ if( !empty( $user_query->results ) ){
12
  if( !empty( $frontend_prefix ) )
13
  $element .= $frontend_prefix;
14
  $element .= esc_attr( Wordpress_Creation_Kit_PB::wck_generate_slug( $details['title'], $details ) ) .'" class="mb-user-select mb-field" >';
15
- $element .= '<option value="">'. __('...Chose', 'wck') .'</option>';
16
  foreach( $user_query->results as $user ){
17
  $element .= '<option value="'. esc_attr( $user->ID ) .'" '. selected( $user->ID, $value, false ) .' >'. esc_html( $user->display_name ) .'</option>';
18
  }
12
  if( !empty( $frontend_prefix ) )
13
  $element .= $frontend_prefix;
14
  $element .= esc_attr( Wordpress_Creation_Kit_PB::wck_generate_slug( $details['title'], $details ) ) .'" class="mb-user-select mb-field" >';
15
+ $element .= '<option value="">'. __('...Choose', 'wck') .'</option>';
16
  foreach( $user_query->results as $user ){
17
  $element .= '<option value="'. esc_attr( $user->ID ) .'" '. selected( $user->ID, $value, false ) .' >'. esc_html( $user->display_name ) .'</option>';
18
  }
assets/lib/wck-api/wordpress-creation-kit.js CHANGED
@@ -90,7 +90,7 @@ function addMeta(value, id, nonce){
90
  /* restore the add form to the original values */
91
  if( !jQuery( '#'+value ).hasClass('single') ){
92
  jQuery.post( wckAjaxurl , { action:"wck_add_form"+meta, meta:value, id:id }, function(response) {
93
- jQuery( '#'+value ).replaceWith( response );
94
  wck_set_to_widest( '.field-label', '#'+value );
95
  });
96
  }
@@ -238,26 +238,26 @@ jQuery(mb_sortable_elements);
238
  function showUpdateFormMeta(value, id, element_id, nonce){
239
  if( jQuery( '#update_container_' + value + '_' + element_id ).length == 0 ){
240
  jQuery('#container_'+value).parent().css({'opacity':'0.4', 'position':'relative'}).append('<div id="mb-ajax-loading"></div>');
241
-
242
  if( jQuery( '#container_' + value + " tbody" ).hasClass('ui-sortable') )
243
  jQuery( '#container_' + value + " tbody" ).sortable("disable");
244
-
245
-
246
  meta = value;
247
-
248
  if( value.indexOf("-wcknested-") != -1 ){
249
  metaDetails = value.split("-wcknested-");
250
  meta = metaDetails[0];
251
  }
252
-
253
-
254
- jQuery.post( wckAjaxurl , { action:"wck_show_update"+meta, meta:value, id:id, element_id:element_id, _ajax_nonce:nonce}, function(response) {
255
  //jQuery('#container_'+value+' #element_'+element_id).append(response);
256
  jQuery(response).insertAfter('#container_'+value+' > tbody > #element_'+element_id);
257
-
258
  /* set width of field-label */
259
- wck_set_to_widest('.field-label', '#update_container_' + value + '_' + element_id );
260
-
261
  jQuery('#container_'+value).parent().css('opacity','1');
262
  jQuery('#mb-ajax-loading').remove();
263
  wckGoToByScroll('update_container_' + value + '_' + element_id);
90
  /* restore the add form to the original values */
91
  if( !jQuery( '#'+value ).hasClass('single') ){
92
  jQuery.post( wckAjaxurl , { action:"wck_add_form"+meta, meta:value, id:id }, function(response) {
93
+ jQuery( '#'+value ).replaceWith( response );
94
  wck_set_to_widest( '.field-label', '#'+value );
95
  });
96
  }
238
  function showUpdateFormMeta(value, id, element_id, nonce){
239
  if( jQuery( '#update_container_' + value + '_' + element_id ).length == 0 ){
240
  jQuery('#container_'+value).parent().css({'opacity':'0.4', 'position':'relative'}).append('<div id="mb-ajax-loading"></div>');
241
+
242
  if( jQuery( '#container_' + value + " tbody" ).hasClass('ui-sortable') )
243
  jQuery( '#container_' + value + " tbody" ).sortable("disable");
244
+
245
+
246
  meta = value;
247
+
248
  if( value.indexOf("-wcknested-") != -1 ){
249
  metaDetails = value.split("-wcknested-");
250
  meta = metaDetails[0];
251
  }
252
+
253
+
254
+ jQuery.post( wckAjaxurl , { action:"wck_show_update"+meta, meta:value, id:id, element_id:element_id, _ajax_nonce:nonce}, function(response) {
255
  //jQuery('#container_'+value+' #element_'+element_id).append(response);
256
  jQuery(response).insertAfter('#container_'+value+' > tbody > #element_'+element_id);
257
+
258
  /* set width of field-label */
259
+ wck_set_to_widest('.field-label', '#update_container_' + value + '_' + element_id );
260
+
261
  jQuery('#container_'+value).parent().css('opacity','1');
262
  jQuery('#mb-ajax-loading').remove();
263
  wckGoToByScroll('update_container_' + value + '_' + element_id);
assets/lib/wck-api/wordpress-creation-kit.php CHANGED
@@ -422,7 +422,7 @@ class Wordpress_Creation_Kit_PB{
422
  $i++;
423
  }
424
  }
425
- $list .= apply_filters( 'wck_metabox_content_footer_'.$meta , '' );
426
  $list .= '</table>';
427
 
428
  $list = apply_filters('wck_metabox_content_'.$meta, $list, $id);
@@ -499,8 +499,8 @@ class Wordpress_Creation_Kit_PB{
499
  }
500
 
501
  $list .= '</td>';
502
- $list .= '<td style="text-align:center;vertical-align:middle;" class="wck-edit"><a href="javascript:void(0)" class="button-secondary" onclick=\'showUpdateFormMeta("'.esc_js($meta).'", "'.esc_js($id).'", "'.esc_js($element_id).'", "'.esc_js($edit_nonce).'")\' title="'. __( 'Edit this item', 'wck' ) .'">'. __( 'Edit', 'wck' ) .'</a></td>';
503
- $list .= '<td style="text-align:center;vertical-align:middle;" class="wck-delete"><a href="javascript:void(0)" class="mbdelete" onclick=\'removeMeta("'.esc_js($meta).'", "'.esc_js($id).'", "'.esc_js($element_id).'", "'.esc_js($delete_nonce).'")\' title="'. __( 'Delete this item', 'wck' ) .'">'. __( 'Delete', 'wck' ) .'</a></td>';
504
 
505
  $list .= "</tr> \r\n";
506
 
@@ -1337,12 +1337,12 @@ class WCK_Page_Creator_PB{
1337
  /* Create the page using either add_menu_page or add_submenu_page functions depending on the 'page_type' parameter. */
1338
  if( $this->args['page_type'] == 'menu_page' ){
1339
  $this->hookname = add_menu_page( $this->args['page_title'], $this->args['menu_title'], $this->args['capability'], $this->args['menu_slug'], array( &$this, 'wck_page_template' ), $this->args['icon_url'], $this->args['position'] );
1340
-
1341
  $pb_wck_pages_hooknames[$this->args['menu_slug']] = $this->hookname;
1342
  }
1343
  else if( $this->args['page_type'] == 'submenu_page' ){
1344
  $this->hookname = add_submenu_page( $this->args['parent_slug'], $this->args['page_title'], $this->args['menu_title'], $this->args['capability'], $this->args['menu_slug'], array( &$this, 'wck_page_template' ) );
1345
-
1346
  $pb_wck_pages_hooknames[$this->args['menu_slug']] = $this->hookname;
1347
  }
1348
 
422
  $i++;
423
  }
424
  }
425
+ $list .= apply_filters( 'wck_metabox_content_footer_'.$meta , '', $id );
426
  $list .= '</table>';
427
 
428
  $list = apply_filters('wck_metabox_content_'.$meta, $list, $id);
499
  }
500
 
501
  $list .= '</td>';
502
+ $list .= '<td style="text-align:center;vertical-align:middle;" class="wck-edit"><a href="javascript:void(0)" class="button-secondary" onclick=\'showUpdateFormMeta("'.esc_js($meta).'", "'.esc_js($id).'", "'.esc_js($element_id).'", "'.esc_js($edit_nonce).'")\' title="'. __( 'Edit this item', 'wck' ) .'">'. apply_filters( 'wck_edit_button', __('Edit','wck'), $meta ) .'</a></td>';
503
+ $list .= '<td style="text-align:center;vertical-align:middle;" class="wck-delete"><a href="javascript:void(0)" class="mbdelete" onclick=\'removeMeta("'.esc_js($meta).'", "'.esc_js($id).'", "'.esc_js($element_id).'", "'.esc_js($delete_nonce).'")\' title="'. __( 'Delete this item', 'wck' ) .'">'. apply_filters( 'wck_delete_button', __( 'Delete', 'wck' ), $meta) .'</a></td>';
504
 
505
  $list .= "</tr> \r\n";
506
 
1337
  /* Create the page using either add_menu_page or add_submenu_page functions depending on the 'page_type' parameter. */
1338
  if( $this->args['page_type'] == 'menu_page' ){
1339
  $this->hookname = add_menu_page( $this->args['page_title'], $this->args['menu_title'], $this->args['capability'], $this->args['menu_slug'], array( &$this, 'wck_page_template' ), $this->args['icon_url'], $this->args['position'] );
1340
+
1341
  $pb_wck_pages_hooknames[$this->args['menu_slug']] = $this->hookname;
1342
  }
1343
  else if( $this->args['page_type'] == 'submenu_page' ){
1344
  $this->hookname = add_submenu_page( $this->args['parent_slug'], $this->args['page_title'], $this->args['menu_title'], $this->args['capability'], $this->args['menu_slug'], array( &$this, 'wck_page_template' ) );
1345
+
1346
  $pb_wck_pages_hooknames[$this->args['menu_slug']] = $this->hookname;
1347
  }
1348
 
features/functions.php CHANGED
@@ -130,7 +130,7 @@ if ( is_admin() ){
130
 
131
 
132
  /**
133
- * Function that overwites the default wp_mail function and sends out emails
134
  *
135
  * @since v.2.0
136
  *
@@ -465,7 +465,7 @@ function wppb_check_password_strength(){
465
  $wppb_generalSettings = get_option( 'wppb_general_settings' );
466
  if( isset( $_POST['wppb_password_strength'] ) && !empty( $wppb_generalSettings['minimum_password_strength'] ) ){
467
  $password_strength_array = array( 'short' => 0, 'bad' => 1, 'good' => 2, 'strong' => 3 );
468
- $password_strength_text = array( 'short' => __( 'Very Week', 'profilebuilder' ), 'bad' => __( 'Week', 'profilebuilder' ), 'good' => __( 'Medium', 'profilebuilder' ), 'strong' => __( 'Strong', 'profilebuilder' ) );
469
  if( $password_strength_array[$_POST['wppb_password_strength']] < $password_strength_array[$wppb_generalSettings['minimum_password_strength']] ){
470
  return $password_strength_text[$wppb_generalSettings['minimum_password_strength']];
471
  }
@@ -563,3 +563,47 @@ function wppb_required_field_error($field_title='') {
563
  function wppb_get_query_var( $varname ){
564
  return apply_filters( 'wppb_get_query_var_'.$varname, get_query_var( $varname ) );
565
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
130
 
131
 
132
  /**
133
+ * Function that overwrites the default wp_mail function and sends out emails
134
  *
135
  * @since v.2.0
136
  *
465
  $wppb_generalSettings = get_option( 'wppb_general_settings' );
466
  if( isset( $_POST['wppb_password_strength'] ) && !empty( $wppb_generalSettings['minimum_password_strength'] ) ){
467
  $password_strength_array = array( 'short' => 0, 'bad' => 1, 'good' => 2, 'strong' => 3 );
468
+ $password_strength_text = array( 'short' => __( 'Very Weak', 'profilebuilder' ), 'bad' => __( 'Weak', 'profilebuilder' ), 'good' => __( 'Medium', 'profilebuilder' ), 'strong' => __( 'Strong', 'profilebuilder' ) );
469
  if( $password_strength_array[$_POST['wppb_password_strength']] < $password_strength_array[$wppb_generalSettings['minimum_password_strength']] ){
470
  return $password_strength_text[$wppb_generalSettings['minimum_password_strength']];
471
  }
563
  function wppb_get_query_var( $varname ){
564
  return apply_filters( 'wppb_get_query_var_'.$varname, get_query_var( $varname ) );
565
  }
566
+
567
+ /*Filter the "Save Changes" button text, to make it translatable*/
568
+ function wppb_change_save_changes_button($value){
569
+ $value = __('Save Changes','profilebuilder');
570
+ return $value;
571
+ }
572
+ add_filter( 'wck_save_changes_button', 'wppb_change_save_changes_button', 10, 2);
573
+
574
+ /*Filter the "Cancel" button text, to make it translatable*/
575
+ function wppb_change_cancel_button($value){
576
+ $value = __('Cancel','profilebuilder');
577
+ return $value;
578
+ }
579
+ add_filter( 'wck_cancel_button', 'wppb_change_cancel_button', 10, 2);
580
+
581
+ /*Filter the "Delete" button text, to make it translatable*/
582
+ function wppb_change_delete_button($value){
583
+ $value = __('Delete','profilebuilder');
584
+ return $value;
585
+ }
586
+ add_filter( 'wck_delete_button', 'wppb_change_delete_button', 10, 2);
587
+
588
+ /*Filter the "Edit" button text, to make it translatable*/
589
+ function wppb_change_edit_button($value){
590
+ $value = __('Edit','profilebuilder');
591
+ return $value;
592
+ }
593
+ add_filter( 'wck_edit_button', 'wppb_change_edit_button', 10, 2);
594
+
595
+ /*Filter the User Listing, Register Forms and Edit Profile forms metabox header content, to make it translatable*/
596
+ function wppb_change_metabox_content_header(){
597
+ return '<thead><tr><th class="wck-number">#</th><th class="wck-content">'. __( 'Content', 'profilebuilder' ) .'</th><th class="wck-edit">'. __( 'Edit', 'profilebuilder' ) .'</th><th class="wck-delete">'. __( 'Delete', 'profilebuilder' ) .'</th></tr></thead>';
598
+ }
599
+ add_filter('wck_metabox_content_header_wppb_ul_page_settings', 'wppb_change_metabox_content_header', 1);
600
+ add_filter('wck_metabox_content_header_wppb_rf_page_settings', 'wppb_change_metabox_content_header', 1);
601
+ add_filter('wck_metabox_content_header_wppb_epf_page_settings', 'wppb_change_metabox_content_header', 1);
602
+
603
+
604
+ /* Add a notice if people are not able to register via Profile Builder; Membership -> "Anyone can register" checkbox is not checked under WordPress admin UI -> Settings -> General tab */
605
+ if ( get_option('users_can_register') == false) {
606
+ new WPPB_Add_General_Notices('wppb_anyone_can_register',
607
+ sprintf(__('To allow users to register for your website via Profile Builder, you first must enable user registration. Go to %1$sSettings -> General%2$s tab, and under Membership make sure to check “Anyone can register”. %3$sDismiss%4$s', 'profilebuilder'), "<a href='".get_site_url()."/wp-admin/options-general.php'>", "</a>", "<a href='" . add_query_arg('wppb_anyone_can_register_dismiss_notification', '0') . "'>", "</a>"),
608
+ 'update-nag');
609
+ }
features/login-widget/login-widget.php CHANGED
@@ -1,113 +1,97 @@
1
- <?php
2
- function wppb_register_login_widget() {
3
- register_widget( 'wppb_login_widget' );
4
- }
5
- add_action( 'widgets_init', 'wppb_register_login_widget' );
6
-
7
- class wppb_login_widget extends WP_Widget {
8
-
9
- function wppb_login_widget() {
10
- $widget_ops = array( 'classname' => 'login', 'description' => __( 'This login widget lets you add a login form in the sidebar.', 'profilebuilder' ) );
11
- $control_ops = array( 'width' => 300, 'height' => 350, 'id_base' => 'wppb-login-widget' );
12
-
13
- do_action( 'wppb_login_widget_settings', $widget_ops, $control_ops);
14
-
15
- $this->WP_Widget( 'wppb-login-widget', __('Profile Builder Login Widget', 'profilebuilder'), $widget_ops, $control_ops );
16
-
17
- }
18
-
19
- function widget( $args, $instance ) {
20
- extract( $args );
21
-
22
- $title = apply_filters('wppb_login_widget_title', $instance['title'] );
23
- $redirect = trim($instance['redirect']);
24
- $register = trim($instance['register']);
25
- $lostpass = trim($instance['lostpass']);
26
-
27
- echo $before_widget;
28
-
29
- if ( $title )
30
- echo $before_title . $title . $after_title;
31
-
32
- echo do_shortcode('[wppb-login display="false" redirect="'.$redirect.'"]');
33
-
34
- if ( $register ){
35
-
36
- /* Check if users can register. */
37
- $registration = get_option( 'users_can_register' );
38
-
39
- if ( ( current_user_can( 'create_users' ) || $registration ) && !is_user_logged_in() ){
40
- $link = '<a href="'.$register.'" alt="'.__( 'Register', 'profilebuilder' ) .'" title="'.__( 'Register', 'profilebuilder' ).'">'.__( 'Register', 'profilebuilder' ).'</a>';
41
- echo $registerLink = apply_filters('wppb_login_widget_register', '<br/>'.__( "Don't have an account?", "profilebuilder" ).' '.$link.'<br/>', $link );
42
- }
43
- }
44
-
45
- if ( $lostpass && !is_user_logged_in() ){
46
- $link = '<br/><a href="'.$lostpass.'" alt="'. __('Lost Password', 'profilebuilder') .'" title="'. __('Lost Password', 'profilebuilder') .'">'. __('Lost Your Password?', 'profilebuilder') .'</a>';
47
- echo $link = apply_filters('wppb_login_widget_lost_password', $link, $lostpass );
48
- }
49
-
50
- do_action( 'wppb_login_widget_display', $args, $instance);
51
-
52
- echo $after_widget;
53
- }
54
-
55
- /**
56
- * Update the widget settings.
57
- */
58
- function update( $new_instance, $old_instance ) {
59
- $instance = $old_instance;
60
-
61
- $instance['title'] = strip_tags( $new_instance['title'] );
62
- $instance['redirect'] = strip_tags( $new_instance['redirect'] );
63
- $instance['register'] = strip_tags( $new_instance['register'] );
64
- $instance['lostpass'] = strip_tags( $new_instance['lostpass'] );
65
-
66
- do_action( 'wppb_login_widget_update_action', $new_instance, $old_instance);
67
-
68
- return $instance;
69
-
70
- }
71
-
72
-
73
- function form( $instance ) {
74
-
75
- $defaults = array( 'title' => __('Login', 'profilebuilder'), 'redirect' => '', 'register' => '', 'lostpass' => '' );
76
- $instance = wp_parse_args( (array) $instance, $defaults ); ?>
77
-
78
- <p>
79
- <label for="<?php echo $this->get_field_id( 'title' ); ?>"><?php _e( 'Title:', 'profilebuilder' ); ?></label>
80
- <input id="<?php echo $this->get_field_id( 'title' ); ?>" name="<?php echo $this->get_field_name( 'title' ); ?>" value="<?php echo $instance['title']; ?>" style="width:100%;" />
81
- </p>
82
-
83
- <p>
84
- <label for="<?php echo $this->get_field_id( 'redirect' ); ?>"><?php _e( 'After login redirect URL (optional):', 'profilebuilder' ); ?></label>
85
- <input id="<?php echo $this->get_field_id( 'redirect' ); ?>" name="<?php echo $this->get_field_name( 'redirect' ); ?>" value="<?php echo $instance['redirect']; ?>" style="width:100%;" />
86
- </p>
87
-
88
- <p>
89
- <label for="<?php echo $this->get_field_id( 'register' ); ?>"><?php _e( 'Register page URL (optional):', 'profilebuilder' ); ?></label>
90
- <input id="<?php echo $this->get_field_id( 'register' ); ?>" name="<?php echo $this->get_field_name( 'register' ); ?>" value="<?php echo $instance['register']; ?>" style="width:100%;" />
91
- </p>
92
-
93
- <p>
94
- <label for="<?php echo $this->get_field_id( 'lostpass' ); ?>"><?php _e( 'Password Recovery page URL (optional):', 'profilebuilder' ); ?></label>
95
- <input id="<?php echo $this->get_field_id( 'lostpass' ); ?>" name="<?php echo $this->get_field_name( 'lostpass' ); ?>" value="<?php echo $instance['lostpass']; ?>" style="width:100%;" />
96
- </p>
97
-
98
- <?php
99
-
100
- do_action( 'wppb_login_widget_after_display', $instance);
101
- }
102
- }
103
-
104
- // we can apply this easily, if we need it
105
- function wppb_scroll_down_to_widget($content){
106
- return "<script> jQuery('html, body').animate({scrollTop: jQuery('#wppb_login').offset().top }) </script>" . $content;
107
- }
108
- //add_filter('wppb_login_wp_error_message', 'wppb_scroll_down_to_widget');
109
-
110
- function wppb_require_jquery(){
111
- wp_enqueue_script( 'jquery' );
112
- }
113
  //add_action( 'wp_enqueue_scripts', 'wppb_require_jquery' );
1
+ <?php
2
+ function wppb_register_login_widget() {
3
+ register_widget( 'wppb_login_widget' );
4
+ }
5
+ add_action( 'widgets_init', 'wppb_register_login_widget' );
6
+
7
+ class wppb_login_widget extends WP_Widget {
8
+
9
+ function wppb_login_widget() {
10
+ $widget_ops = array( 'classname' => 'login', 'description' => __( 'This login widget lets you add a login form in the sidebar.', 'profilebuilder' ) );
11
+ $control_ops = array( 'width' => 300, 'height' => 350, 'id_base' => 'wppb-login-widget' );
12
+
13
+ do_action( 'wppb_login_widget_settings', $widget_ops, $control_ops);
14
+
15
+ $this->WP_Widget( 'wppb-login-widget', __('Profile Builder Login Widget', 'profilebuilder'), $widget_ops, $control_ops );
16
+
17
+ }
18
+
19
+ function widget( $args, $instance ) {
20
+ extract( $args );
21
+
22
+ $title = apply_filters('wppb_login_widget_title', $instance['title'] );
23
+ $redirect = trim($instance['redirect']);
24
+ $register = trim($instance['register']);
25
+ $lostpass = trim($instance['lostpass']);
26
+
27
+ echo $before_widget;
28
+
29
+ if ( $title )
30
+ echo $before_title . $title . $after_title;
31
+
32
+ echo do_shortcode('[wppb-login display="false" register_url="'.$register.'" lostpassword_url="'.$lostpass.'" redirect="'.$redirect.'"]');
33
+
34
+ do_action( 'wppb_login_widget_display', $args, $instance);
35
+
36
+ echo $after_widget;
37
+ }
38
+
39
+ /**
40
+ * Update the widget settings.
41
+ */
42
+ function update( $new_instance, $old_instance ) {
43
+ $instance = $old_instance;
44
+
45
+ $instance['title'] = strip_tags( $new_instance['title'] );
46
+ $instance['redirect'] = strip_tags( $new_instance['redirect'] );
47
+ $instance['register'] = strip_tags( $new_instance['register'] );
48
+ $instance['lostpass'] = strip_tags( $new_instance['lostpass'] );
49
+
50
+ do_action( 'wppb_login_widget_update_action', $new_instance, $old_instance);
51
+
52
+ return $instance;
53
+
54
+ }
55
+
56
+
57
+ function form( $instance ) {
58
+
59
+ $defaults = array( 'title' => __('Login', 'profilebuilder'), 'redirect' => '', 'register' => '', 'lostpass' => '' );
60
+ $instance = wp_parse_args( (array) $instance, $defaults ); ?>
61
+
62
+ <p>
63
+ <label for="<?php echo $this->get_field_id( 'title' ); ?>"><?php _e( 'Title:', 'profilebuilder' ); ?></label>
64
+ <input id="<?php echo $this->get_field_id( 'title' ); ?>" class="widefat" type="text" name="<?php echo $this->get_field_name( 'title' ); ?>" value="<?php echo $instance['title']; ?>" style="width:100%;" />
65
+ </p>
66
+
67
+ <p>
68
+ <label for="<?php echo $this->get_field_id( 'redirect' ); ?>"><?php _e( 'After login redirect URL (optional):', 'profilebuilder' ); ?></label>
69
+ <input id="<?php echo $this->get_field_id( 'redirect' ); ?>" class="widefat" type="url" name="<?php echo $this->get_field_name( 'redirect' ); ?>" value="<?php echo $instance['redirect']; ?>" style="width:100%;" />
70
+ </p>
71
+
72
+ <p>
73
+ <label for="<?php echo $this->get_field_id( 'register' ); ?>"><?php _e( 'Register page URL (optional):', 'profilebuilder' ); ?></label>
74
+ <input id="<?php echo $this->get_field_id( 'register' ); ?>" class="widefat" type="url" name="<?php echo $this->get_field_name( 'register' ); ?>" value="<?php echo $instance['register']; ?>" style="width:100%;" />
75
+ </p>
76
+
77
+ <p>
78
+ <label for="<?php echo $this->get_field_id( 'lostpass' ); ?>"><?php _e( 'Password Recovery page URL (optional):', 'profilebuilder' ); ?></label>
79
+ <input id="<?php echo $this->get_field_id( 'lostpass' ); ?>" class="widefat" type="url" name="<?php echo $this->get_field_name( 'lostpass' ); ?>" value="<?php echo $instance['lostpass']; ?>" style="width:100%;" />
80
+ </p>
81
+
82
+ <?php
83
+
84
+ do_action( 'wppb_login_widget_after_display', $instance);
85
+ }
86
+ }
87
+
88
+ // we can apply this easily, if we need it
89
+ function wppb_scroll_down_to_widget($content){
90
+ return "<script> jQuery('html, body').animate({scrollTop: jQuery('#wppb_login').offset().top }) </script>" . $content;
91
+ }
92
+ //add_filter('wppb_login_wp_error_message', 'wppb_scroll_down_to_widget');
93
+
94
+ function wppb_require_jquery(){
95
+ wp_enqueue_script( 'jquery' );
96
+ }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
97
  //add_action( 'wp_enqueue_scripts', 'wppb_require_jquery' );
front-end/class-formbuilder.php CHANGED
@@ -221,16 +221,16 @@ class Profile_Builder_Form_Creator{
221
 
222
  switch ( $account_management_settings ){
223
  case 'ec-no_aa-no':
224
- $wppb_register_success_message = apply_filters( 'wppb_register_success_message', sprintf( __( "The account %1s has been successfully created!", 'profilebuilder' ), $account_name ) );
225
  break;
226
  case 'ec-yes_aa-no':
227
- $wppb_register_success_message = apply_filters( 'wppb_register_success_message', sprintf( __( "Before you can access your account %1s, you need to confirm your email address. Please check your inbox and click the activation link.", 'profilebuilder' ), $account_name ) );
228
  break;
229
  case 'ec-no_aa-yes':
230
- $wppb_register_success_message = apply_filters( 'wppb_register_success_message', sprintf( __( "Before you can access your account %1s, an administrator has to approve it. You will be notified via email.", 'profilebuilder' ), $account_name ) );
231
  break;
232
  case 'ec-yes_aa-yes':
233
- $wppb_register_success_message = apply_filters( 'wppb_register_success_message', sprintf( __( "Before you can access your account %1s, you need to confirm your email address. Please check your inbox and click the activation link.", 'profilebuilder' ), $account_name ) );
234
  break;
235
  }
236
  $redirect = apply_filters( 'wppb_register_redirect', $this->wppb_get_redirect() );
@@ -258,7 +258,7 @@ class Profile_Builder_Form_Creator{
258
  // use this action hook to add extra content before the register form
259
  do_action( 'wppb_before_'.$this->args['form_type'].'_fields' );
260
  ?>
261
- <form enctype="multipart/form-data" method="post" id="<?php if( $this->args['form_type'] == 'register' ) echo 'wppb-register-user'; else if( $this->args['form_type'] == 'edit_profile' ) echo 'wppb-edit-user' ?>" class="wppb-user-forms" action="<?php echo wppb_curpageurl(); ?>">
262
  <?php
263
  echo apply_filters( 'wppb_before_form_fields', '<ul>' );
264
  $this->wppb_output_form_fields( $_REQUEST, $field_check_errors );
221
 
222
  switch ( $account_management_settings ){
223
  case 'ec-no_aa-no':
224
+ $wppb_register_success_message = apply_filters( 'wppb_register_success_message', sprintf( __( "The account %1s has been successfully created!", 'profilebuilder' ), $account_name ), $account_name );
225
  break;
226
  case 'ec-yes_aa-no':
227
+ $wppb_register_success_message = apply_filters( 'wppb_register_success_message', sprintf( __( "Before you can access your account %1s, you need to confirm your email address. Please check your inbox and click the activation link.", 'profilebuilder' ), $account_name ), $account_name );
228
  break;
229
  case 'ec-no_aa-yes':
230
+ $wppb_register_success_message = apply_filters( 'wppb_register_success_message', sprintf( __( "Before you can access your account %1s, an administrator has to approve it. You will be notified via email.", 'profilebuilder' ), $account_name ), $account_name );
231
  break;
232
  case 'ec-yes_aa-yes':
233
+ $wppb_register_success_message = apply_filters( 'wppb_register_success_message', sprintf( __( "Before you can access your account %1s, you need to confirm your email address. Please check your inbox and click the activation link.", 'profilebuilder' ), $account_name ), $account_name );
234
  break;
235
  }
236
  $redirect = apply_filters( 'wppb_register_redirect', $this->wppb_get_redirect() );
258
  // use this action hook to add extra content before the register form
259
  do_action( 'wppb_before_'.$this->args['form_type'].'_fields' );
260
  ?>
261
+ <form enctype="multipart/form-data" method="post" id="<?php if( $this->args['form_type'] == 'register' ) echo 'wppb-register-user'; else if( $this->args['form_type'] == 'edit_profile' ) echo 'wppb-edit-user' ?>" class="wppb-user-forms" action="<?php echo apply_filters( 'wppb_form_action', '' ); ?>">
262
  <?php
263
  echo apply_filters( 'wppb_before_form_fields', '<ul>' );
264
  $this->wppb_output_form_fields( $_REQUEST, $field_check_errors );
front-end/login.php CHANGED
@@ -11,6 +11,7 @@ function wppb_login_form_bottom( $form_part, $args ){
11
  $form_part = '<input type="hidden" name="wppb_login" value="true"/>';
12
  $form_part .= '<input type="hidden" name="wppb_form_location" value="'. $form_location .'"/>';
13
  $form_part .= '<input type="hidden" name="wppb_request_url" value="'.wppb_curpageurl().'"/>';
 
14
  }
15
 
16
  return $form_part;
@@ -19,7 +20,7 @@ add_filter( 'login_form_bottom', 'wppb_login_form_bottom', 10, 2 );
19
 
20
  // when email login is enabled we need to change the post data for the username
21
  function wppb_change_login_with_email(){
22
- if( !empty( $_POST['log'] ) ){
23
  // only do this for our form
24
  if( isset( $_POST['wppb_login'] ) ){
25
  global $wpdb, $_POST;
@@ -47,48 +48,61 @@ add_action( 'login_init', 'wppb_change_login_with_email' );
47
  function wppb_login_redirect( $redirect_to, $redirect_url, $user ){
48
  // if login action initialized by our form
49
  if( isset( $_POST['wppb_login'] ) ){
50
- if( is_wp_error( $user ) ){
51
- // if we don't have a succesfull login we must redirect to the url of the form, so make sure this happens
52
- $redirect_to = $_POST['wppb_request_url'];
53
- $request_form_location = $_POST['wppb_form_location'];
54
- $error_string = $user->get_error_message();
55
-
56
- // if login with email is enabled change the word username with email
57
- $wppb_generalSettings = get_option('wppb_general_settings');
58
- if( isset( $wppb_generalSettings['loginWith'] ) && ( $wppb_generalSettings['loginWith'] == 'email' ) ){
59
- $siteURL = home_url( '/wp-login.php?action=lostpassword' );
60
- $siteURL = apply_filters( 'wppb_pre_login_url_filter', $siteURL );
61
-
62
- if( $user->get_error_code() == 'incorrect_password' ){
63
- $error_string = '<strong>'. __( 'ERROR', 'profilebuilder' ) .'</strong>: '. __( 'The password you entered is incorrect.', 'profilebuilder' ) .' ';
64
- $error_string .= '<a href="'. $siteURL .'" title="'. __( 'Password Lost and Found.', 'profilebuilder' ) .'">'. __( 'Lost your password', 'profilebuilder' ) .'</a>?';
65
- }
66
-
67
- /* maybe also change the recover password link */
68
- $error_string = str_replace( home_url( '/wp-login.php?action=lostpassword' ), $siteURL, $error_string );
69
-
70
- $error_string = str_replace( 'username', 'email', $error_string );
71
- }
72
-
73
- // if the error string is empty it means that none of the fields were completed
74
- if( empty( $error_string ) ){
75
- $error_string = '<strong>'. __( 'ERROR', 'profilebuilder' ) .'</strong>: '. __( 'Both fields are empty.', 'profilebuilder' ) .' ';
76
- $error_string = apply_filters( 'wppb_login_empty_fields_error_message', $error_string );
77
- }
78
-
79
- $error_string = apply_filters( 'wppb_login_wp_error_message', $error_string, $user );
80
-
81
- // encode the error string and send it as a GET parameter
82
- $arr_params = array ( 'loginerror' => urlencode( base64_encode( $error_string ) ), 'request_form_location' => $request_form_location );
83
- $redirect_to = add_query_arg( $arr_params, $redirect_to );
84
- wp_safe_redirect( $redirect_to );
85
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
86
  else{
87
  // we don't have an error make sure to remove the error from the query arg
88
  $redirect_to = remove_query_arg( 'loginerror', $redirect_to );
89
  }
90
  }
91
-
92
  return $redirect_to;
93
  }
94
  add_filter( 'login_redirect', 'wppb_login_redirect', 10, 3 );
@@ -96,16 +110,17 @@ add_filter( 'login_redirect', 'wppb_login_redirect', 10, 3 );
96
 
97
  /* shortcode function */
98
  function wppb_front_end_login( $atts ){
99
- extract( shortcode_atts( array( 'display' => true, 'redirect' => '' ), $atts ) );
100
-
101
- $wppb_generalSettings = get_option('wppb_general_settings');
102
-
 
103
  if( !is_user_logged_in() ){
104
  // set up the form arguments
105
  $form_args = array( 'echo' => false, 'id_submit' => 'wppb-submit' );
106
-
107
  // maybe set up the redirect argument
108
- if( empty( $redirect ) ){
109
  $wppb_module_settings = get_option( 'wppb_module_settings' );
110
  if( $wppb_module_settings['wppb_customRedirect'] == 'show' ){
111
  //check to see if the redirect location is not an empty string and is activated
@@ -144,12 +159,28 @@ function wppb_front_end_login( $atts ){
144
  }
145
  }
146
  }
147
-
148
  // build our form
149
  $login_form .= '<div id="wppb-login-wrap" class="wppb-user-forms">';
 
150
  $login_form .= wp_login_form( $form_args );
151
- $login_form .= '</div>';
152
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
153
  return $login_form;
154
 
155
  }else{
11
  $form_part = '<input type="hidden" name="wppb_login" value="true"/>';
12
  $form_part .= '<input type="hidden" name="wppb_form_location" value="'. $form_location .'"/>';
13
  $form_part .= '<input type="hidden" name="wppb_request_url" value="'.wppb_curpageurl().'"/>';
14
+ $form_part .= '<input type="hidden" name="wppb_lostpassword_url" value="'.$args['lostpassword_url'].'"/>';
15
  }
16
 
17
  return $form_part;
20
 
21
  // when email login is enabled we need to change the post data for the username
22
  function wppb_change_login_with_email(){
23
+ if( !empty( $_POST['log'] ) ){
24
  // only do this for our form
25
  if( isset( $_POST['wppb_login'] ) ){
26
  global $wpdb, $_POST;
48
  function wppb_login_redirect( $redirect_to, $redirect_url, $user ){
49
  // if login action initialized by our form
50
  if( isset( $_POST['wppb_login'] ) ){
51
+ if( is_wp_error( $user ) ) {
52
+ // if we don't have a successful login we must redirect to the url of the form, so make sure this happens
53
+ $redirect_to = $_POST['wppb_request_url'];
54
+ $request_form_location = $_POST['wppb_form_location'];
55
+ $error_string = $user->get_error_message();
56
+
57
+ $wppb_generalSettings = get_option('wppb_general_settings');
58
+
59
+ if (isset($wppb_generalSettings['loginWith'])) {
60
+ $LostPassURL = home_url('/wp-login.php?action=lostpassword');
61
+
62
+ // if the Login shortcode has a lostpassword argument set, give the lost password error link that value
63
+ if (!empty($_POST['wppb_lostpassword_url'])) {
64
+ if ( wppb_check_missing_http( $_POST['wppb_lostpassword_url'] ) ) $LostPassURL = "http://" . $_POST['wppb_lostpassword_url'];
65
+ else $LostPassURL = $_POST['wppb_lostpassword_url'];
66
+ }
67
+
68
+ //apply filter to allow changing Lost your Password link
69
+ $LostPassURL = apply_filters('wppb_pre_login_url_filter', $LostPassURL);
70
+
71
+ if ($user->get_error_code() == 'incorrect_password') {
72
+ $error_string = '<strong>' . __('ERROR', 'profilebuilder') . '</strong>: ' . __('The password you entered is incorrect.', 'profilebuilder') . ' ';
73
+ $error_string .= '<a href="' . $LostPassURL . '" title="' . __('Password Lost and Found.', 'profilebuilder') . '">' . __('Lost your password', 'profilebuilder') . '</a>?';
74
+
75
+ // change the recover password link
76
+ $error_string = str_replace(home_url('/wp-login.php?action=lostpassword'), $LostPassURL, $error_string);
77
+ }
78
+ if ($user->get_error_code() == 'invalid_username') {
79
+ $error_string = '<strong>' . __('ERROR', 'profilebuilder') . '</strong>: ' . __('Invalid username.', 'profilebuilder') . ' ';
80
+ $error_string .= '<a href="' . $LostPassURL . '" title="' . __('Password Lost and Found.', 'profilebuilder') . '">' . __('Lost your password', 'profilebuilder') . '</a>?';
81
+ }
82
+ // if login with email is enabled change the word username with email
83
+ if ($wppb_generalSettings['loginWith'] == 'email')
84
+ $error_string = str_replace( __('username','profilebuilder'), __('email','profilebuilder'), $error_string);
85
+
86
+ }
87
+ // if the error string is empty it means that none of the fields were completed
88
+ if (empty($error_string)) {
89
+ $error_string = '<strong>' . __('ERROR', 'profilebuilder') . '</strong>: ' . __('Both fields are empty.', 'profilebuilder') . ' ';
90
+ $error_string = apply_filters('wppb_login_empty_fields_error_message', $error_string);
91
+ }
92
+
93
+ $error_string = apply_filters('wppb_login_wp_error_message', $error_string, $user);
94
+
95
+ // encode the error string and send it as a GET parameter
96
+ $arr_params = array('loginerror' => urlencode(base64_encode($error_string)), 'request_form_location' => $request_form_location);
97
+ $redirect_to = add_query_arg($arr_params, $redirect_to);
98
+ wp_safe_redirect($redirect_to);
99
+ }
100
  else{
101
  // we don't have an error make sure to remove the error from the query arg
102
  $redirect_to = remove_query_arg( 'loginerror', $redirect_to );
103
  }
104
  }
105
+
106
  return $redirect_to;
107
  }
108
  add_filter( 'login_redirect', 'wppb_login_redirect', 10, 3 );
110
 
111
  /* shortcode function */
112
  function wppb_front_end_login( $atts ){
113
+
114
+ extract( shortcode_atts( array( 'display' => true, 'redirect' =>'', 'register_url'=>'', 'lostpassword_url'=>'' ), $atts ) );
115
+
116
+ $wppb_generalSettings = get_option('wppb_general_settings');
117
+
118
  if( !is_user_logged_in() ){
119
  // set up the form arguments
120
  $form_args = array( 'echo' => false, 'id_submit' => 'wppb-submit' );
121
+
122
  // maybe set up the redirect argument
123
+ if( empty( $redirect ) ){
124
  $wppb_module_settings = get_option( 'wppb_module_settings' );
125
  if( $wppb_module_settings['wppb_customRedirect'] == 'show' ){
126
  //check to see if the redirect location is not an empty string and is activated
159
  }
160
  }
161
  }
 
162
  // build our form
163
  $login_form .= '<div id="wppb-login-wrap" class="wppb-user-forms">';
164
+ $form_args['lostpassword_url'] = $lostpassword_url;
165
  $login_form .= wp_login_form( $form_args );
166
+
167
+ if ((!empty($register_url)) || (!empty($lostpassword_url))) {
168
+ $login_form .= '<p class="login-register-lost-password">';
169
+ $i = 0;
170
+ if (!empty($register_url)) {
171
+ if ( wppb_check_missing_http( $register_url ) ) $register_url = "http://" . $register_url;
172
+ $login_form .= '<a href="' . esc_url($register_url) . '">'. apply_filters('wppb_login_register_text', __('Register','profilebuilder')) .'</a>';
173
+ $i++;
174
+ }
175
+ if (!empty($lostpassword_url)) {
176
+ if ($i != 0) $login_form .= ' | ';
177
+ if ( wppb_check_missing_http( $lostpassword_url ) ) $lostpassword_url = "http://" . $lostpassword_url;
178
+ $login_form .= '<a href="'. esc_url($lostpassword_url) .'">'. apply_filters('wppb_login_lostpass_text', __('Lost your password?','profilebuilder')) .'</a>';
179
+ }
180
+ $login_form .= '</p>';
181
+ }
182
+
183
+ $login_form .= '</div>';
184
  return $login_form;
185
 
186
  }else{
index.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Profile Builder
4
  Plugin URI: http://www.cozmoslabs.com/wordpress-profile-builder/
5
  Description: Login, registration and edit profile shortcodes for the front-end. Also you can chose what fields should be displayed or add new (custom) ones both in the front-end and in the dashboard.
6
- Version: 2.0.4
7
  Author: Cozmoslabs, Madalin Ungureanu, Antohe Cristian, Barina Gabriel
8
  Author URI: http://www.cozmoslabs.com/
9
  License: GPL2
@@ -52,7 +52,7 @@ function wppb_return_bytes( $val ) {
52
  *
53
  *
54
  */
55
- define( 'PROFILE_BUILDER_VERSION', '2.0.4' );
56
  define( 'WPPB_PLUGIN_DIR', WP_PLUGIN_DIR . '/' . dirname( plugin_basename( __FILE__ ) ) );
57
  define( 'WPPB_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
58
  define( 'WPPB_SERVER_MAX_UPLOAD_SIZE_BYTE', apply_filters( 'wppb_server_max_upload_size_byte_constant', wppb_return_bytes( ini_get( 'upload_max_filesize') ) ) );
@@ -83,7 +83,7 @@ else
83
  function wppb_init_translation(){
84
  load_plugin_textdomain( 'profilebuilder', false, basename( dirname( __FILE__ ) ) . '/translation/' );
85
  }
86
- add_action( 'init', 'wppb_init_translation' );
87
 
88
 
89
  /**
@@ -154,9 +154,3 @@ if ( file_exists ( WPPB_PLUGIN_DIR.'/update/update-checker.php' ) ){
154
  register_activation_hook( __FILE__, 'wppb_generate_default_settings_defaults' ); //prepoulate general settings
155
  register_activation_hook( __FILE__, 'wppb_prepopulate_fields' ); //prepopulate manage fields list
156
 
157
- /* Add a halloween notice */
158
- new WPPB_Add_General_Notices( 'wppb_halloween',
159
- sprintf( __( '<p style="position:relative;">Halloween treat: 30&#37; OFF on all Profile Builder purchases 29 - 30 -31 October over at %1$swww.cozmslabs.com%2$s Get your discount code! %3$sDismiss%4$s</p>', 'profilebuilder'), "<a href='http://www.cozmoslabs.com/' target='_blank' class='button-primary'>", "</a>", "<a href='". add_query_arg( 'wppb_halloween_dismiss_notification', '0' ) ."' class='wppb-dismiss-notification' style='position: absolute;right: 0;top: 50%;margin-top: -7px;'>", "</a>" ),
160
- 'updated halloween',
161
- '28 October 2014',
162
- '1 November 2014' );
3
  Plugin Name: Profile Builder
4
  Plugin URI: http://www.cozmoslabs.com/wordpress-profile-builder/
5
  Description: Login, registration and edit profile shortcodes for the front-end. Also you can chose what fields should be displayed or add new (custom) ones both in the front-end and in the dashboard.
6
+ Version: 2.0.5
7
  Author: Cozmoslabs, Madalin Ungureanu, Antohe Cristian, Barina Gabriel
8
  Author URI: http://www.cozmoslabs.com/
9
  License: GPL2
52
  *
53
  *
54
  */
55
+ define( 'PROFILE_BUILDER_VERSION', '2.0.5' );
56
  define( 'WPPB_PLUGIN_DIR', WP_PLUGIN_DIR . '/' . dirname( plugin_basename( __FILE__ ) ) );
57
  define( 'WPPB_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
58
  define( 'WPPB_SERVER_MAX_UPLOAD_SIZE_BYTE', apply_filters( 'wppb_server_max_upload_size_byte_constant', wppb_return_bytes( ini_get( 'upload_max_filesize') ) ) );
83
  function wppb_init_translation(){
84
  load_plugin_textdomain( 'profilebuilder', false, basename( dirname( __FILE__ ) ) . '/translation/' );
85
  }
86
+ add_action( 'init', 'wppb_init_translation', 8);
87
 
88
 
89
  /**
154
  register_activation_hook( __FILE__, 'wppb_generate_default_settings_defaults' ); //prepoulate general settings
155
  register_activation_hook( __FILE__, 'wppb_prepopulate_fields' ); //prepopulate manage fields list
156
 
 
 
 
 
 
 
readme.txt CHANGED
@@ -6,7 +6,7 @@ Tags: registration, user profile, user registration, custom field registration,
6
 
7
  Requires at least: 3.1
8
  Tested up to: 4.0
9
- Stable tag: 2.0.4
10
 
11
  Simple to use profile plugin allowing front-end login, user registration and edit profile by using shortcodes.
12
 
@@ -102,15 +102,20 @@ This plugin adds/removes user fields in the front-end. Both default and extra pr
102
  9. Recover Password Page
103
 
104
  == Changelog ==
 
 
 
 
 
105
  = 2.0.4 =
106
- Added $account_name as a parameter in the wppb_register_success_message filter
107
- Fixed typo in password strength meeter.
108
 
109
  = 2.0.3 =
110
- Fixed bug that made radio buttons field types not to throw error when they are required
111
- Fixed XSS security vulnerability in fallback-page.php
112
- Reintroduced the filters:'wppb_generated_random_username', 'wppb_userlisting_extra_meta_email' and 'wppb_userlisting_extra_meta_user_name'
113
- Fixed the bug when changing the password in a edit profile form we were logged out
114
 
115
  = 2.0.2 =
116
  * Brand new user interface.
6
 
7
  Requires at least: 3.1
8
  Tested up to: 4.0
9
+ Stable tag: 2.0.5
10
 
11
  Simple to use profile plugin allowing front-end login, user registration and edit profile by using shortcodes.
12
 
102
  9. Recover Password Page
103
 
104
  == Changelog ==
105
+ = 2.0.5 =
106
+ * Added notification to enable user registration via Profile Builder (Anyone can register checkbox).
107
+ * Add register_url and lostpassword_url parameters to login shortcode.
108
+ * Added filter to allow changing Lost Password link in login shortcode.
109
+
110
  = 2.0.4 =
111
+ * Added $account_name as a parameter in the wppb_register_success_message filter
112
+ * Fixed typo in password strength meeter.
113
 
114
  = 2.0.3 =
115
+ * Fixed bug that made radio buttons field types not to throw error when they are required
116
+ * Fixed XSS security vulnerability in fallback-page.php
117
+ * Reintroduced the filters:'wppb_generated_random_username', 'wppb_userlisting_extra_meta_email' and 'wppb_userlisting_extra_meta_user_name'
118
+ * Fixed the bug when changing the password in a edit profile form we were logged out
119
 
120
  = 2.0.2 =
121
  * Brand new user interface.
translation/profilebuilder.pot CHANGED
@@ -1,2483 +1,2744 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: profilebuilder\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-10-15 15:05+0200\n"
6
- "PO-Revision-Date: 2014-10-15 15:05+0200\n"
7
- "Last-Translator: \n"
8
- "Language-Team: Cozmoslabs\n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_x\n"
13
- "X-Poedit-Basepath: .\n"
14
- "X-Poedit-Language: English\n"
15
- "X-Poedit-SearchPath-0: ..\n"
16
-
17
- #: ../admin/admin-bar.php:10
18
- msgid "Show/Hide the Admin Bar on the Front-End"
19
- msgstr ""
20
-
21
- #: ../admin/admin-bar.php:10
22
- #: ../admin/admin-bar.php:47
23
- msgid "Admin Bar Settings"
24
- msgstr ""
25
-
26
- #: ../admin/admin-bar.php:48
27
- msgid "Chose which user roles view the admin bar in the front-end of the website."
28
- msgstr ""
29
-
30
- #: ../admin/admin-bar.php:57
31
- msgid "User-Role"
32
- msgstr ""
33
-
34
- #: ../admin/admin-bar.php:58
35
- msgid "Visibility"
36
- msgstr ""
37
-
38
- #: ../admin/admin-bar.php:73
39
- msgid "Default"
40
- msgstr ""
41
-
42
- #: ../admin/admin-bar.php:74
43
- msgid "Show"
44
- msgstr ""
45
-
46
- #: ../admin/admin-bar.php:75
47
- msgid "Hide"
48
- msgstr ""
49
-
50
- #: ../admin/admin-bar.php:86
51
- #: ../admin/general-settings.php:181
52
- #: ../admin/register-version.php:81
53
- msgid "Save Changes"
54
- msgstr ""
55
-
56
- #: ../admin/admin-functions.php:34
57
- #, php-format
58
- msgid "Login is set to be done using the E-mail. This field will NOT appear in the front-end! ( you can change these settings under the \"%s\" tab )"
59
- msgstr ""
60
-
61
- #: ../admin/admin-functions.php:34
62
- #: ../admin/general-settings.php:10
63
- #: ../admin/general-settings.php:38
64
- msgid "General Settings"
65
- msgstr ""
66
-
67
- #: ../admin/admin-functions.php:106
68
- msgid "<strong>ERROR</strong>: The password must have the minimum length of "
69
- msgstr ""
70
-
71
- #: ../admin/admin-functions.php:112
72
- #: ../admin/general-settings.php:169
73
- msgid "Very weak"
74
- msgstr ""
75
-
76
- #: ../admin/admin-functions.php:112
77
- #: ../admin/general-settings.php:170
78
- msgid "Weak"
79
- msgstr ""
80
-
81
- #: ../admin/admin-functions.php:112
82
- #: ../admin/general-settings.php:171
83
- msgid "Medium"
84
- msgstr ""
85
-
86
- #: ../admin/admin-functions.php:112
87
- #: ../admin/general-settings.php:172
88
- msgid "Strong"
89
- msgstr ""
90
-
91
- #: ../admin/admin-functions.php:123
92
- msgid "<strong>ERROR</strong>: The password must have a minimum strength of "
93
- msgstr ""
94
-
95
- #: ../admin/admin-functions.php:162
96
- msgid "Add Field"
97
- msgstr ""
98
-
99
- #: ../admin/admin-functions.php:164
100
- msgid "Save Settings"
101
- msgstr ""
102
-
103
- #: ../admin/basic-info.php:10
104
- msgid "Basic Information"
105
- msgstr ""
106
-
107
- #: ../admin/basic-info.php:29
108
- #, php-format
109
- msgid "Version %s"
110
- msgstr ""
111
-
112
- #: ../admin/basic-info.php:30
113
- msgid "<strong>Profile Builder </strong>"
114
- msgstr ""
115
-
116
- #: ../admin/basic-info.php:31
117
- msgid "The best way to add front-end registration, edit profile and login forms."
118
- msgstr ""
119
-
120
- #: ../admin/basic-info.php:33
121
- msgid "For Modern User Interaction"
122
- msgstr ""
123
-
124
- #: ../admin/basic-info.php:36
125
- msgid "Login"
126
- msgstr ""
127
-
128
- #: ../admin/basic-info.php:37
129
- msgid "Friction-less login using <strong class=\"nowrap\">[wppb-login]</strong> shortcode or a widget."
130
- msgstr ""
131
-
132
- #: ../admin/basic-info.php:40
133
- msgid "Registration"
134
- msgstr ""
135
-
136
- #: ../admin/basic-info.php:41
137
- msgid "Beautiful registration forms fully customizable using the <strong class=\"nowrap\">[wppb-register]</strong> shortcode."
138
- msgstr ""
139
-
140
- #: ../admin/basic-info.php:44
141
- msgid "Edit Profile"
142
- msgstr ""
143
-
144
- #: ../admin/basic-info.php:45
145
- msgid "Straight forward edit profile forms using <strong class=\"nowrap\">[wppb-edit-profile]</strong> shortcode."
146
- msgstr ""
147
-
148
- #: ../admin/basic-info.php:51
149
- msgid "Extra Features"
150
- msgstr ""
151
-
152
- #: ../admin/basic-info.php:52
153
- msgid "Features that give you more control over your users, increased security and help you fight user registration spam."
154
- msgstr ""
155
-
156
- #: ../admin/basic-info.php:53
157
- msgid "Enable extra features"
158
- msgstr ""
159
-
160
- #: ../admin/basic-info.php:57
161
- msgid "Recover Password"
162
- msgstr ""
163
-
164
- #: ../admin/basic-info.php:58
165
- msgid "Allow users to recover their password in the front-end using the [wppb-recover-password]."
166
- msgstr ""
167
-
168
- #: ../admin/basic-info.php:61
169
- msgid "Admin Approval (*)"
170
- msgstr ""
171
-
172
- #: ../admin/basic-info.php:62
173
- msgid "You decide who is a user on your website. Get notified via email or approve multiple users at once from the WordPress UI."
174
- msgstr ""
175
-
176
- #: ../admin/basic-info.php:65
177
- msgid "Email Confirmation"
178
- msgstr ""
179
-
180
- #: ../admin/basic-info.php:66
181
- msgid "Make sure users sign up with genuine emails. On registration users will receive a notification to confirm their email address."
182
- msgstr ""
183
-
184
- #: ../admin/basic-info.php:69
185
- msgid "Minimum Password Length and Strength Meter"
186
- msgstr ""
187
-
188
- #: ../admin/basic-info.php:70
189
- msgid "Eliminate weak passwords altogether by setting a minimum password length and enforcing a certain password strength."
190
- msgstr ""
191
-
192
- #: ../admin/basic-info.php:73
193
- msgid "Login with Email or Username"
194
- msgstr ""
195
-
196
- #: ../admin/basic-info.php:74
197
- msgid "Allow users to log in with their email or username when accessing your site."
198
- msgstr ""
199
-
200
- #: ../admin/basic-info.php:87
201
- msgid "Customize Your Forms The Way You Want (*)"
202
- msgstr ""
203
-
204
- #: ../admin/basic-info.php:88
205
- msgid "With Extra Profile Fields you can create the exact registration form your project needs."
206
- msgstr ""
207
-
208
- #: ../admin/basic-info.php:90
209
- msgid "Extra Profile Fields are available in Hobbyist or PRO versions"
210
- msgstr ""
211
-
212
- #: ../admin/basic-info.php:92
213
- msgid "Get started with extra fields"
214
- msgstr ""
215
-
216
- #: ../admin/basic-info.php:95
217
- msgid "Avatar Upload"
218
- msgstr ""
219
-
220
- #: ../admin/basic-info.php:96
221
- msgid "Generic Uploads"
222
- msgstr ""
223
-
224
- #: ../admin/basic-info.php:97
225
- msgid "Agree To Terms Checkbox"
226
- msgstr ""
227
-
228
- #: ../admin/basic-info.php:98
229
- msgid "Datepicker"
230
- msgstr ""
231
-
232
- #: ../admin/basic-info.php:99
233
- msgid "reCAPTCHA"
234
- msgstr ""
235
-
236
- #: ../admin/basic-info.php:100
237
- msgid "Country Select"
238
- msgstr ""
239
-
240
- #: ../admin/basic-info.php:101
241
- msgid "Timezone Select"
242
- msgstr ""
243
-
244
- #: ../admin/basic-info.php:102
245
- msgid "Input / Hidden Input"
246
- msgstr ""
247
-
248
- #: ../admin/basic-info.php:103
249
- msgid "Checkbox"
250
- msgstr ""
251
-
252
- #: ../admin/basic-info.php:104
253
- msgid "Select"
254
- msgstr ""
255
-
256
- #: ../admin/basic-info.php:105
257
- msgid "Radio Buttons"
258
- msgstr ""
259
-
260
- #: ../admin/basic-info.php:106
261
- msgid "Textarea"
262
- msgstr ""
263
-
264
- #: ../admin/basic-info.php:115
265
- msgid "Powerful Modules (**)"
266
- msgstr ""
267
-
268
- #: ../admin/basic-info.php:116
269
- msgid "Everything you will need to manage your users is probably already available using the Pro Modules."
270
- msgstr ""
271
-
272
- #: ../admin/basic-info.php:118
273
- msgid "Enable your modules"
274
- msgstr ""
275
-
276
- #: ../admin/basic-info.php:121
277
- msgid "Find out more about PRO Modules"
278
- msgstr ""
279
-
280
- #: ../admin/basic-info.php:126
281
- msgid "User Listing"
282
- msgstr ""
283
-
284
- #: ../admin/basic-info.php:128
285
- 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."
286
- msgstr ""
287
-
288
- #: ../admin/basic-info.php:130
289
- msgid "To create a page containing the users registered to this current site/blog, insert the following shortcode in a page of your chosing: <strong class=\"nowrap\">[wppb-list-users]</strong>."
290
- msgstr ""
291
-
292
- #: ../admin/basic-info.php:134
293
- msgid "Email Customizer"
294
- msgstr ""
295
-
296
- #: ../admin/basic-info.php:135
297
- msgid "Personalize all emails sent to your users or admins. On registration, email confirmation, admin approval / un-approval."
298
- msgstr ""
299
-
300
- #: ../admin/basic-info.php:138
301
- msgid "Custom Redirects"
302
- msgstr ""
303
-
304
- #: ../admin/basic-info.php:139
305
- 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."
306
- msgstr ""
307
-
308
- #: ../admin/basic-info.php:144
309
- msgid "Multiple Registration Forms"
310
- msgstr ""
311
-
312
- #: ../admin/basic-info.php:145
313
- msgid "Set up multiple registration forms with different fields for certain user roles. Capture different information from different types of users."
314
- msgstr ""
315
-
316
- #: ../admin/basic-info.php:148
317
- msgid "Multiple Edit-profile Forms"
318
- msgstr ""
319
-
320
- #: ../admin/basic-info.php:149
321
- msgid "Allow different user roles to edit their specific information. Set up multiple edit-profile forms with different fields for certain user roles."
322
- msgstr ""
323
-
324
- #: ../admin/basic-info.php:161
325
- #, php-format
326
- msgid " * only available in the %1$sHobbyist and Pro versions%2$s."
327
- msgstr ""
328
-
329
- #: ../admin/basic-info.php:162
330
- #, php-format
331
- msgid "** only available in the %1$sPro version%2$s."
332
- msgstr ""
333
-
334
- #: ../admin/general-settings.php:42
335
- msgid "Load Profile Builder's own CSS file in the front-end:"
336
- msgstr ""
337
-
338
- #: ../admin/general-settings.php:45
339
- #: ../admin/general-settings.php:60
340
- #: ../admin/general-settings.php:114
341
- msgid "Yes"
342
- msgstr ""
343
-
344
- #: ../admin/general-settings.php:47
345
- #, php-format
346
- msgid "You can find the default file here: %1$s"
347
- msgstr ""
348
-
349
- #: ../admin/general-settings.php:56
350
- msgid "\"Email Confirmation\" Activated:"
351
- msgstr ""
352
-
353
- #: ../admin/general-settings.php:61
354
- #: ../admin/general-settings.php:115
355
- msgid "No"
356
- msgstr ""
357
-
358
- #: ../admin/general-settings.php:64
359
- msgid "On single-site installations this works with front-end forms only. Recommended to redirect WP default registration to a Profile Builder one using \"Custom Redirects\" addon."
360
- msgstr ""
361
-
362
- #: ../admin/general-settings.php:65
363
- msgid "The \"Email Confirmation\" feature is active (by default) on WPMU installations."
364
- msgstr ""
365
-
366
- #: ../admin/general-settings.php:67
367
- #, php-format
368
- msgid "You can find a list of unconfirmed email addresses %1$sUsers > All Users > Email Confirmation%2$s."
369
- msgstr ""
370
-
371
- #: ../admin/general-settings.php:79
372
- msgid "\"Email Confirmation\" Landing Page:"
373
- msgstr ""
374
-
375
- #: ../admin/general-settings.php:84
376
- msgid "Existing Pages"
377
- msgstr ""
378
-
379
- #: ../admin/general-settings.php:99
380
- 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."
381
- msgstr ""
382
-
383
- #: ../admin/general-settings.php:110
384
- msgid "\"Admin Approval\" Activated:"
385
- msgstr ""
386
-
387
- #: ../admin/general-settings.php:118
388
- #, php-format
389
- msgid "You can find a list of users at %1$sUsers > All Users > Admin Approval%2$s."
390
- msgstr ""
391
-
392
- #: ../admin/general-settings.php:130
393
- msgid "\"Admin Approval\" Feature:"
394
- msgstr ""
395
-
396
- #: ../admin/general-settings.php:133
397
- #, php-format
398
- 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."
399
- msgstr ""
400
-
401
- #: ../admin/general-settings.php:140
402
- msgid "Allow Users to Log in With:"
403
- msgstr ""
404
-
405
- #: ../admin/general-settings.php:144
406
- #: ../admin/manage-fields.php:132
407
- msgid "Username"
408
- msgstr ""
409
-
410
- #: ../admin/general-settings.php:145
411
- msgid "Email"
412
- msgstr ""
413
-
414
- #: ../admin/general-settings.php:152
415
- msgid "Minimum Password Length:"
416
- msgstr ""
417
-
418
- #: ../admin/general-settings.php:157
419
- msgid "Enter the minimum characters the password should have. Leave empty for no minimum limit"
420
- msgstr ""
421
-
422
- #: ../admin/general-settings.php:164
423
- msgid "Minimum Password Strength:"
424
- msgstr ""
425
-
426
- #: ../admin/general-settings.php:168
427
- msgid "Disabled"
428
- msgstr ""
429
-
430
- #: ../admin/manage-fields.php:12
431
- msgid "Manage Fields"
432
- msgstr ""
433
-
434
- #: ../admin/manage-fields.php:13
435
- msgid "Manage Default and Extra Fields"
436
- msgstr ""
437
-
438
- #: ../admin/manage-fields.php:73
439
- msgid "Field Title"
440
- msgstr ""
441
-
442
- #: ../admin/manage-fields.php:73
443
- msgid "Title of the field"
444
- msgstr ""
445
-
446
- #: ../admin/manage-fields.php:74
447
- msgid "Field"
448
- msgstr ""
449
-
450
- #: ../admin/manage-fields.php:75
451
- msgid "Meta-name"
452
- msgstr ""
453
-
454
- #: ../admin/manage-fields.php:75
455
- msgid "Use this in conjuction 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 uniqe)<br/>Changing this might take long in case of a very big user-count"
456
- msgstr ""
457
-
458
- #: ../admin/manage-fields.php:76
459
- msgid "ID"
460
- msgstr ""
461
-
462
- #: ../admin/manage-fields.php:76
463
- 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"
464
- msgstr ""
465
-
466
- #: ../admin/manage-fields.php:77
467
- msgid "Description"
468
- msgstr ""
469
-
470
- #: ../admin/manage-fields.php:77
471
- msgid "Enter a (detailed) description of the option for end users to read<br/>Optional"
472
- msgstr ""
473
-
474
- #: ../admin/manage-fields.php:78
475
- msgid "Row Count"
476
- msgstr ""
477
-
478
- #: ../admin/manage-fields.php:78
479
- msgid "Specify the number of rows for a 'Textarea' field<br/>If not specified, defaults to 5"
480
- msgstr ""
481
-
482
- #: ../admin/manage-fields.php:79
483
- msgid "Allowed Image Extensions"
484
- msgstr ""
485
-
486
- #: ../admin/manage-fields.php:79
487
- msgid "Specify the extension(s) you want to limit to upload<br/>Example: .ext1,.ext2,.ext3<br/>If not specified, defaults to all existing image extensions (.*)"
488
- msgstr ""
489
-
490
- #: ../admin/manage-fields.php:80
491
- msgid "Allowed Upload Extensions"
492
- msgstr ""
493
-
494
- #: ../admin/manage-fields.php:80
495
- msgid "Specify the extension(s) you want to limit to upload<br/>Example: .ext1,.ext2,.ext3<br/>If not specified, defaults to all existing extensions (.*)"
496
- msgstr ""
497
-
498
- #: ../admin/manage-fields.php:81
499
- msgid "Avatar Size"
500
- msgstr ""
501
-
502
- #: ../admin/manage-fields.php:81
503
- msgid "Enter a value (between 20 and 200) for the size of the 'Avatar'<br/>If not specified, defaults to 100"
504
- msgstr ""
505
-
506
- #: ../admin/manage-fields.php:82
507
- msgid "Date-format"
508
- msgstr ""
509
-
510
- #: ../admin/manage-fields.php:82
511
- 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<br/>If not specified, defaults to mm/dd/yy"
512
- msgstr ""
513
-
514
- #: ../admin/manage-fields.php:83
515
- msgid "Terms of Agreement"
516
- msgstr ""
517
-
518
- #: ../admin/manage-fields.php:83
519
- msgid "Enter a detailed description of the temrs 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;"
520
- msgstr ""
521
-
522
- #: ../admin/manage-fields.php:84
523
- msgid "Options"
524
- msgstr ""
525
-
526
- #: ../admin/manage-fields.php:84
527
- 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, spaces or apostrophes"
528
- msgstr ""
529
-
530
- #: ../admin/manage-fields.php:85
531
- msgid "Labels"
532
- msgstr ""
533
-
534
- #: ../admin/manage-fields.php:85
535
- msgid "Enter a comma separated list of labels<br/>Visible for the user"
536
- msgstr ""
537
-
538
- #: ../admin/manage-fields.php:86
539
- msgid "Public Key"
540
- msgstr ""
541
-
542
- #: ../admin/manage-fields.php:86
543
- msgid "The public key from Google, <a href=\"http://www.google.com/recaptcha\" target=\"_blank\">www.google.com/recaptcha</a>"
544
- msgstr ""
545
-
546
- #: ../admin/manage-fields.php:87
547
- msgid "Private Key"
548
- msgstr ""
549
-
550
- #: ../admin/manage-fields.php:87
551
- msgid "The private key from Google, <a href=\"http://www.google.com/recaptcha\" target=\"_blank\">www.google.com/recaptcha</a>"
552
- msgstr ""
553
-
554
- #: ../admin/manage-fields.php:88
555
- msgid "Default Value"
556
- msgstr ""
557
-
558
- #: ../admin/manage-fields.php:88
559
- msgid "Default value of the field"
560
- msgstr ""
561
-
562
- #: ../admin/manage-fields.php:89
563
- msgid "Default Option"
564
- msgstr ""
565
-
566
- #: ../admin/manage-fields.php:89
567
- msgid "Specify the option which should be selected by default"
568
- msgstr ""
569
-
570
- #: ../admin/manage-fields.php:90
571
- msgid "Default Option(s)"
572
- msgstr ""
573
-
574
- #: ../admin/manage-fields.php:90
575
- msgid "Specify the option which should be checked by default<br/>If there are multiple values, separate them with a ',' (comma)"
576
- msgstr ""
577
-
578
- #: ../admin/manage-fields.php:91
579
- msgid "Default Content"
580
- msgstr ""
581
-
582
- #: ../admin/manage-fields.php:91
583
- msgid "Default value of the textarea"
584
- msgstr ""
585
-
586
- #: ../admin/manage-fields.php:92
587
- msgid "Required"
588
- msgstr ""
589
-
590
- #: ../admin/manage-fields.php:92
591
- msgid "Whether the field is required or not"
592
- msgstr ""
593
-
594
- #: ../admin/manage-fields.php:93
595
- msgid "Overwrite Existing"
596
- msgstr ""
597
-
598
- #: ../admin/manage-fields.php:93
599
- 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"
600
- msgstr ""
601
-
602
- #: ../admin/manage-fields.php:99
603
- msgid "Field Properties"
604
- msgstr ""
605
-
606
- #: ../admin/manage-fields.php:112
607
- msgid "Registration & Edit Profile"
608
- msgstr ""
609
-
610
- #: ../admin/manage-fields.php:131
611
- msgid "Name"
612
- msgstr ""
613
-
614
- #: ../admin/manage-fields.php:132
615
- msgid "Usernames cannot be changed."
616
- msgstr ""
617
-
618
- #: ../admin/manage-fields.php:133
619
- msgid "First Name"
620
- msgstr ""
621
-
622
- #: ../admin/manage-fields.php:134
623
- msgid "Last Name"
624
- msgstr ""
625
-
626
- #: ../admin/manage-fields.php:135
627
- msgid "Nickname"
628
- msgstr ""
629
-
630
- #: ../admin/manage-fields.php:136
631
- msgid "Display name publicly as"
632
- msgstr ""
633
-
634
- #: ../admin/manage-fields.php:137
635
- msgid "Contact Info"
636
- msgstr ""
637
-
638
- #: ../admin/manage-fields.php:138
639
- msgid "E-mail"
640
- msgstr ""
641
-
642
- #: ../admin/manage-fields.php:139
643
- msgid "Website"
644
- msgstr ""
645
-
646
- #: ../admin/manage-fields.php:143
647
- msgid "AIM"
648
- msgstr ""
649
-
650
- #: ../admin/manage-fields.php:144
651
- msgid "Yahoo IM"
652
- msgstr ""
653
-
654
- #: ../admin/manage-fields.php:145
655
- msgid "Jabber / Google Talk"
656
- msgstr ""
657
-
658
- #: ../admin/manage-fields.php:148
659
- msgid "About Yourself"
660
- msgstr ""
661
-
662
- #: ../admin/manage-fields.php:149
663
- msgid "Biographical Info"
664
- msgstr ""
665
-
666
- #: ../admin/manage-fields.php:149
667
- msgid "Share a little biographical information to fill out your profile. This may be shown publicly."
668
- msgstr ""
669
-
670
- #: ../admin/manage-fields.php:150
671
- msgid "Password"
672
- msgstr ""
673
-
674
- #: ../admin/manage-fields.php:150
675
- msgid "Type your password."
676
- msgstr ""
677
-
678
- #: ../admin/manage-fields.php:151
679
- msgid "Repeat Password"
680
- msgstr ""
681
-
682
- #: ../admin/manage-fields.php:151
683
- msgid "Type your password again. "
684
- msgstr ""
685
-
686
- #: ../admin/manage-fields.php:277
687
- #: ../admin/manage-fields.php:404
688
- msgid "You must select a field\n"
689
- msgstr ""
690
-
691
- #: ../admin/manage-fields.php:287
692
- msgid "Please choose a different field type as this one already exists in your form (must be unique)\n"
693
- msgstr ""
694
-
695
- #: ../admin/manage-fields.php:298
696
- msgid "The entered avatar size is not between 20 and 200\n"
697
- msgstr ""
698
-
699
- #: ../admin/manage-fields.php:301
700
- msgid "The entered avatar size is not numerical\n"
701
- msgstr ""
702
-
703
- #: ../admin/manage-fields.php:309
704
- msgid "The entered row number is not numerical\n"
705
- msgstr ""
706
-
707
- #: ../admin/manage-fields.php:312
708
- msgid "You must enter a value for the row number\n"
709
- msgstr ""
710
-
711
- #: ../admin/manage-fields.php:320
712
- msgid "You must enter the public key\n"
713
- msgstr ""
714
-
715
- #: ../admin/manage-fields.php:322
716
- msgid "You must enter the private key\n"
717
- msgstr ""
718
-
719
- #: ../admin/manage-fields.php:330
720
- msgid "The entered value for the Datepicker is not a valid date-format\n"
721
- msgstr ""
722
-
723
- #: ../admin/manage-fields.php:333
724
- msgid "You must enter a value for the date-format\n"
725
- msgstr ""
726
-
727
- #: ../admin/manage-fields.php:354
728
- #: ../admin/manage-fields.php:362
729
- #: ../admin/manage-fields.php:372
730
- msgid "That meta-name is already in use\n"
731
- msgstr ""
732
-
733
- #: ../admin/manage-fields.php:394
734
- #, php-format
735
- msgid "The following option(s) did not coincide with the ones in the options list: %s\n"
736
- msgstr ""
737
-
738
- #: ../admin/manage-fields.php:398
739
- #, php-format
740
- msgid "The following option did not coincide with the ones in the options list: %s\n"
741
- msgstr ""
742
-
743
- #: ../admin/manage-fields.php:411
744
- msgid "That field is already added in this form\n"
745
- msgstr ""
746
-
747
- #: ../admin/manage-fields.php:460
748
- msgid "<pre>Title</pre><pre>Type</pre><pre>Meta Name</pre><pre class=\"wppb-mb-head-required\">Required</pre>"
749
- msgstr ""
750
-
751
- #: ../admin/manage-fields.php:460
752
- msgid "Edit"
753
- msgstr ""
754
-
755
- #: ../admin/manage-fields.php:460
756
- msgid "Delete"
757
- msgstr ""
758
-
759
- #: ../admin/manage-fields.php:475
760
- msgid "Use these shortcodes on the pages you want the forms to be displayed:"
761
- msgstr ""
762
-
763
- #: ../admin/manage-fields.php:481
764
- msgid "If you're interested in displaying different fields in the registration and edit profile forms, please use the Multiple Registration & Edit Profile Forms Addon."
765
- msgstr ""
766
-
767
- #: ../admin/register-version.php:11
768
- msgid "Register Your Version"
769
- msgstr ""
770
-
771
- #: ../admin/register-version.php:11
772
- msgid "Register Version"
773
- msgstr ""
774
-
775
- #: ../admin/register-version.php:58
776
- msgid "If you register this version of Profile Builder, you'll receive information regarding upgrades, patches, and technical support."
777
- msgstr ""
778
-
779
- #: ../admin/register-version.php:60
780
- msgid " Serial Number:"
781
- msgstr ""
782
-
783
- #: ../admin/register-version.php:65
784
- msgid "The serial number was successfully validated!"
785
- msgstr ""
786
-
787
- #: ../admin/register-version.php:67
788
- msgid "The serial number entered couldn't be validated!"
789
- msgstr ""
790
-
791
- #: ../admin/register-version.php:69
792
- msgid "The serial number couldn't be validated because it expired!"
793
- msgstr ""
794
-
795
- #: ../admin/register-version.php:71
796
- 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!"
797
- msgstr ""
798
-
799
- #: ../admin/register-version.php:73
800
- msgid "(e.g. RMPB-15-SN-253a55baa4fbe7bf595b2aabb8d72985)"
801
- msgstr ""
802
-
803
- #: ../admin/register-version.php:216
804
- #, php-format
805
- msgid "<p>Your <strong>Profile Builder</strong> serial number is invalid or missing. <br/>Please %1$sregister your copy%2$s of Profile Builder to receive access to automatic updates and support. Need a license key? %3$sPurchase one now%4$s</p>"
806
- msgstr ""
807
-
808
- #: ../admin/register-version.php:219
809
- #, php-format
810
- msgid "<p>Your <strong>Profile Builder</strong> licence has expired. <br/>Please %1$sRenew Your Licence%2$s to receive access to automatic updates and support. %3$sPurchase one now%4$s %5$sDismiss%6$s</p>"
811
- msgstr ""
812
-
813
- #: ../admin/register-version.php:224
814
- #, php-format
815
- msgid "<p>Your <strong>Profile Builder</strong> serial number is about to expire on %5$s. <br/>Please %1$sRenew Your Licence%2$s to receive access to automatic updates and support. %3$sPurchase one now%4$s</p>"
816
- msgstr ""
817
-
818
- #: ../assets/lib/wck-api/wordpress-creation-kit.php:416
819
- msgid "Content"
820
- msgstr ""
821
-
822
- #: ../assets/lib/wck-api/wordpress-creation-kit.php:502
823
- msgid "Edit this item"
824
- msgstr ""
825
-
826
- #: ../assets/lib/wck-api/wordpress-creation-kit.php:503
827
- msgid "Delete this item"
828
- msgstr ""
829
-
830
- #: ../assets/lib/wck-api/wordpress-creation-kit.php:644
831
- msgid "Please enter a value for the required field "
832
- msgstr ""
833
-
834
- #: ../assets/lib/wck-api/wordpress-creation-kit.php:1008
835
- msgid "Select File"
836
- msgstr ""
837
-
838
- #: ../assets/lib/wck-api/wordpress-creation-kit.php:1049
839
- #: ../assets/lib/wck-api/fields/upload.php:31
840
- msgid "Remove"
841
- msgstr ""
842
-
843
- #: ../assets/lib/wck-api/wordpress-creation-kit.php:1089
844
- msgid "Syncronize WCK"
845
- msgstr ""
846
-
847
- #: ../assets/lib/wck-api/wordpress-creation-kit.php:1101
848
- msgid "Syncronize WCK Translation"
849
- msgstr ""
850
-
851
- #: ../assets/lib/wck-api/fields/country select.php:14
852
- #: ../assets/lib/wck-api/fields/cpt select.php:17
853
- #: ../assets/lib/wck-api/fields/select.php:14
854
- #: ../assets/lib/wck-api/fields/user select.php:15
855
- msgid "...Chose"
856
- msgstr ""
857
-
858
- #: ../assets/lib/wck-api/fields/nested repeater.php:8
859
- #, php-format
860
- msgid "You can add the information for the %s after you add a entry"
861
- msgstr ""
862
-
863
- #: ../assets/lib/wck-api/fields/upload.php:48
864
- msgid "Upload "
865
- msgstr ""
866
-
867
- #: ../features/class-list-table.php:184
868
- msgid "No items found."
869
- msgstr ""
870
-
871
- #: ../features/class-list-table.php:308
872
- msgid "Bulk Actions"
873
- msgstr ""
874
-
875
- #: ../features/class-list-table.php:318
876
- msgid "Apply"
877
- msgstr ""
878
-
879
- #: ../features/class-list-table.php:402
880
- msgid "Show all dates"
881
- msgstr ""
882
-
883
- #: ../features/class-list-table.php:415
884
- #, php-format
885
- msgid "%1$s %2$d"
886
- msgstr ""
887
-
888
- #: ../features/class-list-table.php:431
889
- msgid "List View"
890
- msgstr ""
891
-
892
- #: ../features/class-list-table.php:432
893
- msgid "Excerpt View"
894
- msgstr ""
895
-
896
- #: ../features/class-list-table.php:458
897
- #, php-format
898
- msgid "%s pending"
899
- msgstr ""
900
-
901
- #: ../features/class-list-table.php:566
902
- #, php-format
903
- msgid "%1$s of %2$s"
904
- msgstr ""
905
-
906
- #: ../features/class-list-table.php:713
907
- msgid "Select All"
908
- msgstr ""
909
-
910
- #: ../features/functions.php:193
911
- #: ../features/functions.php:194
912
- msgid "Profile Builder"
913
- msgstr ""
914
-
915
- #: ../features/functions.php:261
916
- msgid "The user-validation has failed - the avatar was not deleted!"
917
- msgstr ""
918
-
919
- #: ../features/functions.php:272
920
- msgid "The user-validation has failed - the attachment was not deleted!"
921
- msgstr ""
922
-
923
- #: ../features/functions.php:443
924
- msgid "Strength indicator"
925
- msgstr ""
926
-
927
- #: ../features/functions.php:468
928
- msgid "Very Week"
929
- msgstr ""
930
-
931
- #: ../features/functions.php:468
932
- msgid "Week"
933
- msgstr ""
934
-
935
- #: ../features/functions.php:482
936
- msgid "Minimum length of "
937
- msgstr ""
938
-
939
- #: ../features/admin-approval/admin-approval.php:7
940
- #: ../features/admin-approval/class-admin-approval.php:489
941
- msgid "Admin Approval"
942
- msgstr ""
943
-
944
- #: ../features/admin-approval/admin-approval.php:22
945
- #: ../features/email-confirmation/email-confirmation.php:58
946
- msgid "Do you want to"
947
- msgstr ""
948
-
949
- #: ../features/admin-approval/admin-approval.php:45
950
- msgid "Your session has expired! Please refresh the page and try again"
951
- msgstr ""
952
-
953
- #: ../features/admin-approval/admin-approval.php:56
954
- msgid "User successfully approved!"
955
- msgstr ""
956
-
957
- #: ../features/admin-approval/admin-approval.php:64
958
- msgid "User successfully unapproved!"
959
- msgstr ""
960
-
961
- #: ../features/admin-approval/admin-approval.php:70
962
- msgid "User successfully deleted!"
963
- msgstr ""
964
-
965
- #: ../features/admin-approval/admin-approval.php:75
966
- #: ../features/admin-approval/admin-approval.php:140
967
- #: ../features/email-confirmation/email-confirmation.php:122
968
- msgid "You either don't have permission for that action or there was an error!"
969
- msgstr ""
970
-
971
- #: ../features/admin-approval/admin-approval.php:87
972
- msgid "Your session has expired! Please refresh the page and try again."
973
- msgstr ""
974
-
975
- #: ../features/admin-approval/admin-approval.php:107
976
- msgid "Users successfully approved!"
977
- msgstr ""
978
-
979
- #: ../features/admin-approval/admin-approval.php:122
980
- msgid "Users successfully unapproved!"
981
- msgstr ""
982
-
983
- #: ../features/admin-approval/admin-approval.php:135
984
- msgid "Users successfully deleted!"
985
- msgstr ""
986
-
987
- #: ../features/admin-approval/admin-approval.php:150
988
- #, php-format
989
- msgid "Your account on %1$s has been approved!"
990
- msgstr ""
991
-
992
- #: ../features/admin-approval/admin-approval.php:151
993
- #: ../features/admin-approval/admin-approval.php:154
994
- msgid "approved"
995
- msgstr ""
996
-
997
- #: ../features/admin-approval/admin-approval.php:153
998
- #, php-format
999
- msgid "An administrator has just approved your account on %1$s (%2$s)."
1000
- msgstr ""
1001
-
1002
- #: ../features/admin-approval/admin-approval.php:157
1003
- #, php-format
1004
- msgid "Your account on %1$s has been unapproved!"
1005
- msgstr ""
1006
-
1007
- #: ../features/admin-approval/admin-approval.php:158
1008
- #: ../features/admin-approval/admin-approval.php:161
1009
- msgid "unapproved"
1010
- msgstr ""
1011
-
1012
- #: ../features/admin-approval/admin-approval.php:160
1013
- #, php-format
1014
- msgid "An administrator has just unapproved your account on %1$s (%2$s)."
1015
- msgstr ""
1016
-
1017
- #: ../features/admin-approval/admin-approval.php:177
1018
- msgid "<strong>ERROR</strong>: Your account has to be confirmed by an administrator before you can log in."
1019
- msgstr ""
1020
-
1021
- #: ../features/admin-approval/admin-approval.php:189
1022
- msgid "Your account has to be confirmed by an administrator before you can use the \"Password Recovery\" feature."
1023
- msgstr ""
1024
-
1025
- #: ../features/admin-approval/class-admin-approval.php:119
1026
- msgid "View or Edit"
1027
- msgstr ""
1028
-
1029
- #: ../features/admin-approval/class-admin-approval.php:124
1030
- msgid "delete this user?"
1031
- msgstr ""
1032
-
1033
- #: ../features/admin-approval/class-admin-approval.php:127
1034
- msgid "unapprove this user?"
1035
- msgstr ""
1036
-
1037
- #: ../features/admin-approval/class-admin-approval.php:127
1038
- #: ../features/admin-approval/class-admin-approval.php:234
1039
- msgid "Unapprove"
1040
- msgstr ""
1041
-
1042
- #: ../features/admin-approval/class-admin-approval.php:129
1043
- msgid "approve this user?"
1044
- msgstr ""
1045
-
1046
- #: ../features/admin-approval/class-admin-approval.php:129
1047
- #: ../features/admin-approval/class-admin-approval.php:233
1048
- msgid "Approve"
1049
- msgstr ""
1050
-
1051
- #: ../features/admin-approval/class-admin-approval.php:178
1052
- msgid "Firstname"
1053
- msgstr ""
1054
-
1055
- #: ../features/admin-approval/class-admin-approval.php:179
1056
- msgid "Lastname"
1057
- msgstr ""
1058
-
1059
- #: ../features/admin-approval/class-admin-approval.php:181
1060
- msgid "Role"
1061
- msgstr ""
1062
-
1063
- #: ../features/admin-approval/class-admin-approval.php:182
1064
- #: ../features/email-confirmation/class-email-confirmation.php:155
1065
- msgid "Registered"
1066
- msgstr ""
1067
-
1068
- #: ../features/admin-approval/class-admin-approval.php:183
1069
- msgid "User-status"
1070
- msgstr ""
1071
-
1072
- #: ../features/admin-approval/class-admin-approval.php:263
1073
- msgid "Do you want to bulk approve the selected users?"
1074
- msgstr ""
1075
-
1076
- #: ../features/admin-approval/class-admin-approval.php:271
1077
- msgid "Do you want to bulk unapprove the selected users?"
1078
- msgstr ""
1079
-
1080
- #: ../features/admin-approval/class-admin-approval.php:277
1081
- msgid "Do you want to bulk delete the selected users?"
1082
- msgstr ""
1083
-
1084
- #: ../features/admin-approval/class-admin-approval.php:285
1085
- #: ../features/email-confirmation/class-email-confirmation.php:263
1086
- msgid "Sorry, but you don't have permission to do that!"
1087
- msgstr ""
1088
-
1089
- #: ../features/admin-approval/class-admin-approval.php:318
1090
- msgid "Approved"
1091
- msgstr ""
1092
-
1093
- #: ../features/admin-approval/class-admin-approval.php:320
1094
- msgid "Unapproved"
1095
- msgstr ""
1096
-
1097
- #: ../features/admin-approval/class-admin-approval.php:492
1098
- #: ../features/email-confirmation/class-email-confirmation.php:448
1099
- msgid "All Users"
1100
- msgstr ""
1101
-
1102
- #: ../features/email-confirmation/class-email-confirmation.php:106
1103
- msgid "delete this user from the _signups table?"
1104
- msgstr ""
1105
-
1106
- #: ../features/email-confirmation/class-email-confirmation.php:107
1107
- msgid "confirm this email yourself?"
1108
- msgstr ""
1109
-
1110
- #: ../features/email-confirmation/class-email-confirmation.php:107
1111
- #: ../features/email-confirmation/class-email-confirmation.php:203
1112
- msgid "Confirm Email"
1113
- msgstr ""
1114
-
1115
- #: ../features/email-confirmation/class-email-confirmation.php:108
1116
- msgid "resend the activation link?"
1117
- msgstr ""
1118
-
1119
- #: ../features/email-confirmation/class-email-confirmation.php:108
1120
- #: ../features/email-confirmation/class-email-confirmation.php:204
1121
- msgid "Resend Activation Email"
1122
- msgstr ""
1123
-
1124
- #: ../features/email-confirmation/class-email-confirmation.php:234
1125
- #, php-format
1126
- msgid "%s couldn't be deleted"
1127
- msgstr ""
1128
-
1129
- #: ../features/email-confirmation/class-email-confirmation.php:238
1130
- msgid "All users have been successfully deleted"
1131
- msgstr ""
1132
-
1133
- #: ../features/email-confirmation/class-email-confirmation.php:248
1134
- msgid "The selected users have been activated"
1135
- msgstr ""
1136
-
1137
- #: ../features/email-confirmation/class-email-confirmation.php:259
1138
- msgid "The selected users have had their activation emails resent"
1139
- msgstr ""
1140
-
1141
- #: ../features/email-confirmation/class-email-confirmation.php:445
1142
- #: ../features/email-confirmation/email-confirmation.php:47
1143
- msgid "Users with Unconfirmed Email Address"
1144
- msgstr ""
1145
-
1146
- #: ../features/email-confirmation/email-confirmation.php:97
1147
- msgid "There was an error performing that action!"
1148
- msgstr ""
1149
-
1150
- #: ../features/email-confirmation/email-confirmation.php:105
1151
- msgid "The selected user couldn't be deleted"
1152
- msgstr ""
1153
-
1154
- #: ../features/email-confirmation/email-confirmation.php:116
1155
- msgid "Email notification resent to user"
1156
- msgstr ""
1157
-
1158
- #: ../features/email-confirmation/email-confirmation.php:349
1159
- #, php-format
1160
- msgid "[%1$s] Activate %2$s"
1161
- msgstr ""
1162
-
1163
- #: ../features/email-confirmation/email-confirmation.php:350
1164
- #, php-format
1165
- msgid ""
1166
- "To activate your user, please click the following link:\n"
1167
- "\n"
1168
- "%s%s%s\n"
1169
- "\n"
1170
- "After you activate it you will receive yet *another email* with your login."
1171
- msgstr ""
1172
-
1173
- #: ../features/email-confirmation/email-confirmation.php:387
1174
- #: ../front-end/register.php:80
1175
- msgid "Could not create user!"
1176
- msgstr ""
1177
-
1178
- #: ../features/email-confirmation/email-confirmation.php:390
1179
- msgid "That username is already activated!"
1180
- msgstr ""
1181
-
1182
- #: ../features/email-confirmation/email-confirmation.php:410
1183
- msgid "There was an error while trying to activate the user"
1184
- msgstr ""
1185
-
1186
- #: ../features/email-confirmation/email-confirmation.php:444
1187
- msgid "A new subscriber has (been) registered!"
1188
- msgstr ""
1189
-
1190
- #: ../features/email-confirmation/email-confirmation.php:447
1191
- #, php-format
1192
- msgid "New subscriber on %1$s.<br/><br/>Username:%2$s<br/>E-mail:%3$s<br/>"
1193
- msgstr ""
1194
-
1195
- #: ../features/email-confirmation/email-confirmation.php:452
1196
- 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!"
1197
- msgstr ""
1198
-
1199
- #: ../features/email-confirmation/email-confirmation.php:467
1200
- #, php-format
1201
- msgid "[%1$s] Your new account information"
1202
- msgstr ""
1203
-
1204
- #: ../features/email-confirmation/email-confirmation.php:470
1205
- #, php-format
1206
- msgid "Welcome to %1$s!<br/><br/><br/>Your username is:%2$s and password:%3$s"
1207
- msgstr ""
1208
-
1209
- #: ../features/email-confirmation/email-confirmation.php:475
1210
- #: ../front-end/register.php:103
1211
- msgid "Before you can access your account, an administrator needs to approve it. You will be notified via email."
1212
- msgstr ""
1213
-
1214
- #: ../features/login-widget/login-widget.php:10
1215
- msgid "This login widget lets you add a login form in the sidebar."
1216
- msgstr ""
1217
-
1218
- #: ../features/login-widget/login-widget.php:15
1219
- msgid "Profile Builder Login Widget"
1220
- msgstr ""
1221
-
1222
- #: ../features/login-widget/login-widget.php:40
1223
- #: ../front-end/class-formbuilder.php:267
1224
- msgid "Register"
1225
- msgstr ""
1226
-
1227
- #: ../features/login-widget/login-widget.php:41
1228
- msgid "Don't have an account?"
1229
- msgstr ""
1230
-
1231
- #: ../features/login-widget/login-widget.php:46
1232
- msgid "Lost Password"
1233
- msgstr ""
1234
-
1235
- #: ../features/login-widget/login-widget.php:46
1236
- msgid "Lost Your Password?"
1237
- msgstr ""
1238
-
1239
- #: ../features/login-widget/login-widget.php:79
1240
- msgid "Title:"
1241
- msgstr ""
1242
-
1243
- #: ../features/login-widget/login-widget.php:84
1244
- msgid "After login redirect URL (optional):"
1245
- msgstr ""
1246
-
1247
- #: ../features/login-widget/login-widget.php:89
1248
- msgid "Register page URL (optional):"
1249
- msgstr ""
1250
-
1251
- #: ../features/login-widget/login-widget.php:94
1252
- msgid "Password Recovery page URL (optional):"
1253
- msgstr ""
1254
-
1255
- #: ../features/upgrades/upgrades-functions.php:91
1256
- #: ../features/upgrades/upgrades-functions.php:134
1257
- msgid "The usernames cannot be changed."
1258
- msgstr ""
1259
-
1260
- #: ../front-end/class-formbuilder.php:83
1261
- msgid "Only an administrator can add new users."
1262
- msgstr ""
1263
-
1264
- #: ../front-end/class-formbuilder.php:93
1265
- msgid "Users can register themselves or you can manually create users here."
1266
- msgstr ""
1267
-
1268
- #: ../front-end/class-formbuilder.php:96
1269
- msgid "Users cannot currently register themselves, but you can manually create users here."
1270
- msgstr ""
1271
-
1272
- #: ../front-end/class-formbuilder.php:108
1273
- #, php-format
1274
- msgid "You are currently logged in as %1s. You don't need another account. %2s"
1275
- msgstr ""
1276
-
1277
- #: ../front-end/class-formbuilder.php:108
1278
- msgid "Log out of this account."
1279
- msgstr ""
1280
-
1281
- #: ../front-end/class-formbuilder.php:108
1282
- msgid "Logout"
1283
- msgstr ""
1284
-
1285
- #: ../front-end/class-formbuilder.php:114
1286
- msgid "You must be logged in to edit your profile."
1287
- msgstr ""
1288
-
1289
- #: ../front-end/class-formbuilder.php:137
1290
- msgid "here"
1291
- msgstr ""
1292
-
1293
- #: ../front-end/class-formbuilder.php:139
1294
- #, php-format
1295
- msgid "You will soon be redirected automatically. If you see this page for more than %1$d seconds, please click %2$s.%3$s"
1296
- msgstr ""
1297
-
1298
- #: ../front-end/class-formbuilder.php:217
1299
- #, php-format
1300
- msgid "The account %1s has been successfully created!"
1301
- msgstr ""
1302
-
1303
- #: ../front-end/class-formbuilder.php:220
1304
- #: ../front-end/class-formbuilder.php:226
1305
- #, php-format
1306
- msgid "Before you can access your account %1s, you need to confirm your email address. Please check your inbox and click the activation link."
1307
- msgstr ""
1308
-
1309
- #: ../front-end/class-formbuilder.php:223
1310
- #, php-format
1311
- msgid "Before you can access your account %1s, an administrator has to approve it. You will be notified via email."
1312
- msgstr ""
1313
-
1314
- #: ../front-end/class-formbuilder.php:236
1315
- msgid "Your profile has been successfully updated!"
1316
- msgstr ""
1317
-
1318
- #: ../front-end/class-formbuilder.php:246
1319
- msgid "There was an error in the submitted form"
1320
- msgstr ""
1321
-
1322
- #: ../front-end/class-formbuilder.php:267
1323
- msgid "Add User"
1324
- msgstr ""
1325
-
1326
- #: ../front-end/class-formbuilder.php:270
1327
- msgid "Update"
1328
- msgstr ""
1329
-
1330
- #: ../front-end/class-formbuilder.php:306
1331
- msgid "The avatar was successfully deleted!"
1332
- msgstr ""
1333
-
1334
- #: ../front-end/class-formbuilder.php:306
1335
- msgid "The following attachment was successfully deleted:"
1336
- msgstr ""
1337
-
1338
- #: ../front-end/class-formbuilder.php:318
1339
- msgid "Send these credentials via email."
1340
- msgstr ""
1341
-
1342
- #: ../front-end/login.php:63
1343
- #: ../front-end/login.php:75
1344
- #: ../front-end/recover.php:17
1345
- #: ../front-end/recover.php:206
1346
- msgid "ERROR"
1347
- msgstr ""
1348
-
1349
- #: ../front-end/login.php:63
1350
- msgid "The password you entered is incorrect."
1351
- msgstr ""
1352
-
1353
- #: ../front-end/login.php:64
1354
- msgid "Password Lost and Found."
1355
- msgstr ""
1356
-
1357
- #: ../front-end/login.php:64
1358
- msgid "Lost your password"
1359
- msgstr ""
1360
-
1361
- #: ../front-end/login.php:75
1362
- msgid "Both fields are empty."
1363
- msgstr ""
1364
-
1365
- #: ../front-end/login.php:168
1366
- #, php-format
1367
- msgid "You are currently logged in as %1$s. %2$s"
1368
- msgstr ""
1369
-
1370
- #: ../front-end/login.php:168
1371
- msgid "Log out of this account"
1372
- msgstr ""
1373
-
1374
- #: ../front-end/login.php:168
1375
- msgid "Log out"
1376
- msgstr ""
1377
-
1378
- #: ../front-end/recover.php:17
1379
- msgid "Your account has to be confirmed by an administrator before you can use the \"Password Reset\" feature."
1380
- msgstr ""
1381
-
1382
- #: ../front-end/recover.php:91
1383
- msgid "Reset Password"
1384
- msgstr ""
1385
-
1386
- #: ../front-end/recover.php:111
1387
- msgid "Please enter your username or email address."
1388
- msgstr ""
1389
-
1390
- #: ../front-end/recover.php:112
1391
- msgid "You will receive a link to create a new password via email."
1392
- msgstr ""
1393
-
1394
- #: ../front-end/recover.php:119
1395
- msgid "Username or E-mail"
1396
- msgstr ""
1397
-
1398
- #: ../front-end/recover.php:125
1399
- msgid "Get New Password"
1400
- msgstr ""
1401
-
1402
- #: ../front-end/recover.php:164
1403
- msgid "The username entered wasn't found in the database!"
1404
- msgstr ""
1405
-
1406
- #: ../front-end/recover.php:164
1407
- msgid "Please check that you entered the correct username."
1408
- msgstr ""
1409
-
1410
- #: ../front-end/recover.php:179
1411
- msgid "Check your e-mail for the confirmation link."
1412
- msgstr ""
1413
-
1414
- #: ../front-end/recover.php:194
1415
- #, php-format
1416
- 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"
1417
- msgstr ""
1418
-
1419
- #: ../front-end/recover.php:197
1420
- #, php-format
1421
- msgid "Password Reset from \"%1$s\""
1422
- msgstr ""
1423
-
1424
- #: ../front-end/recover.php:206
1425
- #, php-format
1426
- msgid "There was an error while trying to send the activation link to %1$s!"
1427
- msgstr ""
1428
-
1429
- #: ../front-end/recover.php:215
1430
- msgid "The email address entered wasn't found in the database!"
1431
- msgstr ""
1432
-
1433
- #: ../front-end/recover.php:215
1434
- msgid "Please check that you entered the correct email address."
1435
- msgstr ""
1436
-
1437
- #: ../front-end/recover.php:231
1438
- msgid "<br/>The password must have the minimum length of "
1439
- msgstr ""
1440
-
1441
- #: ../front-end/recover.php:235
1442
- msgid "<br/>The password must have a minimum strength of "
1443
- msgstr ""
1444
-
1445
- #: ../front-end/recover.php:242
1446
- msgid "Your password has been successfully changed!"
1447
- msgstr ""
1448
-
1449
- #: ../front-end/recover.php:256
1450
- #, php-format
1451
- msgid "You have successfully reset your password to: %1$s"
1452
- msgstr ""
1453
-
1454
- #: ../front-end/recover.php:259
1455
- #: ../front-end/recover.php:273
1456
- #, php-format
1457
- msgid "Password Successfully Reset for %1$s on \"%2$s\""
1458
- msgstr ""
1459
-
1460
- #: ../front-end/recover.php:270
1461
- #, php-format
1462
- msgid "%1$s has requested a password change via the password reset feature.<br/>His/her new password is:%2$s"
1463
- msgstr ""
1464
-
1465
- #: ../front-end/recover.php:289
1466
- msgid "The entered passwords don't match!"
1467
- msgstr ""
1468
-
1469
- #: ../front-end/recover.php:334
1470
- msgid "ERROR:"
1471
- msgstr ""
1472
-
1473
- #: ../front-end/recover.php:334
1474
- msgid "Invalid key!"
1475
- msgstr ""
1476
-
1477
- #: ../front-end/register.php:59
1478
- msgid "Invalid activation key!"
1479
- msgstr ""
1480
-
1481
- #: ../front-end/register.php:63
1482
- msgid "This username is now active!"
1483
- msgstr ""
1484
-
1485
- #: ../front-end/register.php:83
1486
- msgid "This username is already activated!"
1487
- msgstr ""
1488
-
1489
- #: ../front-end/register.php:102
1490
- msgid "Your email was successfully confirmed."
1491
- msgstr ""
1492
-
1493
- #: ../front-end/register.php:112
1494
- msgid "There was an error while trying to activate the user."
1495
- msgstr ""
1496
-
1497
- #: ../front-end/default-fields/email/email.php:42
1498
- msgid "The email you entered is not a valid email address."
1499
- msgstr ""
1500
-
1501
- #: ../front-end/default-fields/email/email.php:49
1502
- msgid "This email is already reserved to be used soon."
1503
- msgstr ""
1504
-
1505
- #: ../front-end/default-fields/email/email.php:49
1506
- #: ../front-end/default-fields/email/email.php:55
1507
- #: ../front-end/default-fields/email/email.php:62
1508
- #: ../front-end/default-fields/username/username.php:44
1509
- #: ../front-end/default-fields/username/username.php:51
1510
- msgid "Please try a different one!"
1511
- msgstr ""
1512
-
1513
- #: ../front-end/default-fields/email/email.php:55
1514
- #: ../front-end/default-fields/email/email.php:62
1515
- msgid "This email is already in use."
1516
- msgstr ""
1517
-
1518
- #: ../front-end/default-fields/password-repeat/password-repeat.php:35
1519
- #: ../front-end/default-fields/password-repeat/password-repeat.php:39
1520
- msgid "The passwords do not match"
1521
- msgstr ""
1522
-
1523
- #: ../front-end/default-fields/username/username.php:44
1524
- msgid "This username already exists."
1525
- msgstr ""
1526
-
1527
- #: ../front-end/default-fields/username/username.php:51
1528
- msgid "This username is already reserved to be used soon."
1529
- msgstr ""
1530
-
1531
- #: ../front-end/extra-fields/avatar/avatar.php:47
1532
- #: ../front-end/extra-fields/avatar/avatar.php:84
1533
- #: ../front-end/extra-fields/upload/upload.php:29
1534
- #: ../front-end/extra-fields/upload/upload.php:68
1535
- msgid "max upload size"
1536
- msgstr ""
1537
-
1538
- #: ../front-end/extra-fields/avatar/avatar.php:53
1539
- msgid "Current avatar: No uploaded avatar"
1540
- msgstr ""
1541
-
1542
- #: ../front-end/extra-fields/avatar/avatar.php:58
1543
- #: ../front-end/extra-fields/avatar/avatar.php:91
1544
- msgid "Avatar"
1545
- msgstr ""
1546
-
1547
- #: ../front-end/extra-fields/avatar/avatar.php:62
1548
- #: ../front-end/extra-fields/avatar/avatar.php:67
1549
- #: ../front-end/extra-fields/avatar/avatar.php:94
1550
- #: ../front-end/extra-fields/avatar/avatar.php:96
1551
- msgid "Click to see the current avatar"
1552
- msgstr ""
1553
-
1554
- #: ../front-end/extra-fields/avatar/avatar.php:64
1555
- #: ../front-end/extra-fields/avatar/avatar.php:94
1556
- msgid "The avatar can't be deleted (It was marked as required by the administrator)"
1557
- msgstr ""
1558
-
1559
- #: ../front-end/extra-fields/avatar/avatar.php:69
1560
- #: ../front-end/extra-fields/avatar/avatar.php:96
1561
- msgid "Are you sure you want to delete this avatar?"
1562
- msgstr ""
1563
-
1564
- #: ../front-end/extra-fields/avatar/avatar.php:70
1565
- #: ../front-end/extra-fields/avatar/avatar.php:96
1566
- msgid "Click to delete the current avatar"
1567
- msgstr ""
1568
-
1569
- #: ../front-end/extra-fields/avatar/avatar.php:78
1570
- #: ../front-end/extra-fields/checkbox/checkbox.php:46
1571
- #: ../front-end/extra-fields/datepicker/datepicker.php:44
1572
- #: ../front-end/extra-fields/input/input.php:28
1573
- #: ../front-end/extra-fields/input-hidden/input-hidden.php:32
1574
- #: ../front-end/extra-fields/radio/radio.php:42
1575
- #: ../front-end/extra-fields/select/select.php:44
1576
- #: ../front-end/extra-fields/select-multiple/select-multiple.php:44
1577
- #: ../front-end/extra-fields/select-timezone/select-timezone.php:42
1578
- #: ../front-end/extra-fields/textarea/textarea.php:28
1579
- #: ../front-end/extra-fields/upload/upload.php:62
1580
- msgid "required"
1581
- msgstr ""
1582
-
1583
- #: ../front-end/extra-fields/avatar/avatar.php:87
1584
- msgid "Current avatar"
1585
- msgstr ""
1586
-
1587
- #: ../front-end/extra-fields/avatar/avatar.php:87
1588
- msgid "No uploaded avatar"
1589
- msgstr ""
1590
-
1591
- #: ../front-end/extra-fields/avatar/avatar.php:189
1592
- #: ../front-end/extra-fields/upload/upload.php:173
1593
- msgid "The extension of the file did not match"
1594
- msgstr ""
1595
-
1596
- #: ../front-end/extra-fields/avatar/avatar.php:192
1597
- #: ../front-end/extra-fields/avatar/avatar.php:195
1598
- #: ../front-end/extra-fields/upload/upload.php:177
1599
- #: ../front-end/extra-fields/upload/upload.php:180
1600
- msgid "The file uploaded exceeds the upload_max_filesize directive in php.ini"
1601
- msgstr ""
1602
-
1603
- #: ../front-end/extra-fields/avatar/avatar.php:198
1604
- #: ../front-end/extra-fields/upload/upload.php:183
1605
- msgid "The file uploaded exceeds the MAX_FILE_SIZE directive in php.ini"
1606
- msgstr ""
1607
-
1608
- #: ../front-end/extra-fields/avatar/avatar.php:201
1609
- msgid "The file could only partially be uploaded "
1610
- msgstr ""
1611
-
1612
- #: ../front-end/extra-fields/avatar/avatar.php:204
1613
- #: ../front-end/extra-fields/avatar/avatar.php:225
1614
- #: ../front-end/extra-fields/avatar/avatar.php:228
1615
- #: ../front-end/extra-fields/upload/upload.php:189
1616
- #: ../front-end/extra-fields/upload/upload.php:210
1617
- #: ../front-end/extra-fields/upload/upload.php:213
1618
- msgid "No file was selected"
1619
- msgstr ""
1620
-
1621
- #: ../front-end/extra-fields/avatar/avatar.php:207
1622
- #: ../front-end/extra-fields/upload/upload.php:192
1623
- msgid "The temporary upload folder is missing from the system"
1624
- msgstr ""
1625
-
1626
- #: ../front-end/extra-fields/avatar/avatar.php:210
1627
- #: ../front-end/extra-fields/upload/upload.php:195
1628
- msgid "The file failed to write to the disk"
1629
- msgstr ""
1630
-
1631
- #: ../front-end/extra-fields/avatar/avatar.php:213
1632
- #: ../front-end/extra-fields/upload/upload.php:198
1633
- msgid "A PHP extension stopped the file upload"
1634
- msgstr ""
1635
-
1636
- #: ../front-end/extra-fields/avatar/avatar.php:216
1637
- msgid "Unknown error occurred"
1638
- msgstr ""
1639
-
1640
- #: ../front-end/extra-fields/recaptcha/recaptcha.php:48
1641
- msgid "Could not open socket!"
1642
- msgstr ""
1643
-
1644
- #: ../front-end/extra-fields/recaptcha/recaptcha.php:75
1645
- msgid "To use reCAPTCHA you must get an API key from"
1646
- msgstr ""
1647
-
1648
- #: ../front-end/extra-fields/recaptcha/recaptcha.php:114
1649
- msgid "For security reasons, you must pass the remote ip to reCAPTCHA!"
1650
- msgstr ""
1651
-
1652
- #: ../front-end/extra-fields/recaptcha/recaptcha.php:171
1653
- msgid "To use reCAPTCHA Mailhide, you need to have the mcrypt php module installed!"
1654
- msgstr ""
1655
-
1656
- #: ../front-end/extra-fields/recaptcha/recaptcha.php:187
1657
- msgid "To use reCAPTCHA Mailhide, you have to sign up for a public and private key; you can do so at"
1658
- msgstr ""
1659
-
1660
- #: ../front-end/extra-fields/recaptcha/recaptcha.php:254
1661
- msgid "To use reCAPTCHA you must get an API public key from:"
1662
- msgstr ""
1663
-
1664
- #: ../front-end/extra-fields/recaptcha/recaptcha.php:257
1665
- msgid "To use reCAPTCHA you must get an API private key from:"
1666
- msgstr ""
1667
-
1668
- #: ../front-end/extra-fields/upload/upload.php:35
1669
- msgid "Current file: No uploaded attachment"
1670
- msgstr ""
1671
-
1672
- #: ../front-end/extra-fields/upload/upload.php:39
1673
- #: ../front-end/extra-fields/upload/upload.php:48
1674
- #: ../front-end/extra-fields/upload/upload.php:71
1675
- #: ../front-end/extra-fields/upload/upload.php:75
1676
- #: ../front-end/extra-fields/upload/upload.php:77
1677
- msgid "Current file"
1678
- msgstr ""
1679
-
1680
- #: ../front-end/extra-fields/upload/upload.php:42
1681
- #: ../front-end/extra-fields/upload/upload.php:51
1682
- #: ../front-end/extra-fields/upload/upload.php:75
1683
- #: ../front-end/extra-fields/upload/upload.php:77
1684
- msgid "Click to see the current attachment"
1685
- msgstr ""
1686
-
1687
- #: ../front-end/extra-fields/upload/upload.php:44
1688
- #: ../front-end/extra-fields/upload/upload.php:75
1689
- msgid "The attachment can't be deleted (It was marked as required by the administrator)"
1690
- msgstr ""
1691
-
1692
- #: ../front-end/extra-fields/upload/upload.php:53
1693
- #: ../front-end/extra-fields/upload/upload.php:77
1694
- msgid "Are you sure you want to delete this attachment?"
1695
- msgstr ""
1696
-
1697
- #: ../front-end/extra-fields/upload/upload.php:54
1698
- #: ../front-end/extra-fields/upload/upload.php:77
1699
- msgid "Click to delete the current attachment"
1700
- msgstr ""
1701
-
1702
- #: ../front-end/extra-fields/upload/upload.php:71
1703
- msgid "No uploaded attachment"
1704
- msgstr ""
1705
-
1706
- #: ../front-end/extra-fields/upload/upload.php:164
1707
- msgid "The extension of the file is not allowed"
1708
- msgstr ""
1709
-
1710
- #: ../front-end/extra-fields/upload/upload.php:186
1711
- msgid "The file could only partially be uploaded"
1712
- msgstr ""
1713
-
1714
- #: ../front-end/extra-fields/upload/upload.php:201
1715
- msgid "This field wasn't updated because an unknown error occured"
1716
- msgstr ""
1717
-
1718
- #: ../modules/modules.php:11
1719
- #: ../modules/modules.php:84
1720
- msgid "Modules"
1721
- msgstr ""
1722
-
1723
- #: ../modules/modules.php:85
1724
- msgid "Here you can activate / deactivate available modules for Profile Builder."
1725
- msgstr ""
1726
-
1727
- #: ../modules/modules.php:95
1728
- msgid "Name/Description"
1729
- msgstr ""
1730
-
1731
- #: ../modules/modules.php:96
1732
- msgid "Status"
1733
- msgstr ""
1734
-
1735
- #: ../modules/modules.php:103
1736
- #: ../modules/modules.php:110
1737
- #: ../modules/modules.php:117
1738
- #: ../modules/modules.php:124
1739
- #: ../modules/modules.php:131
1740
- #: ../modules/modules.php:138
1741
- #: ../modules/custom-redirects/custom-redirects.php:48
1742
- #: ../modules/custom-redirects/custom-redirects.php:58
1743
- #: ../modules/custom-redirects/custom-redirects.php:68
1744
- #: ../modules/custom-redirects/custom-redirects.php:94
1745
- #: ../modules/custom-redirects/custom-redirects.php:104
1746
- #: ../modules/custom-redirects/custom-redirects.php:114
1747
- #: ../modules/custom-redirects/custom-redirects.php:124
1748
- msgid "Active"
1749
- msgstr ""
1750
-
1751
- #: ../modules/modules.php:104
1752
- #: ../modules/modules.php:111
1753
- #: ../modules/modules.php:118
1754
- #: ../modules/modules.php:125
1755
- #: ../modules/modules.php:132
1756
- #: ../modules/modules.php:139
1757
- #: ../modules/custom-redirects/custom-redirects.php:49
1758
- #: ../modules/custom-redirects/custom-redirects.php:59
1759
- #: ../modules/custom-redirects/custom-redirects.php:69
1760
- #: ../modules/custom-redirects/custom-redirects.php:95
1761
- #: ../modules/custom-redirects/custom-redirects.php:105
1762
- #: ../modules/custom-redirects/custom-redirects.php:115
1763
- #: ../modules/custom-redirects/custom-redirects.php:125
1764
- msgid "Inactive"
1765
- msgstr ""
1766
-
1767
- #: ../modules/modules.php:122
1768
- #: ../modules/email-customizer/admin-email-customizer.php:11
1769
- #: ../modules/email-customizer/admin-email-customizer.php:12
1770
- msgid "Admin Email Customizer"
1771
- msgstr ""
1772
-
1773
- #: ../modules/modules.php:129
1774
- #: ../modules/email-customizer/user-email-customizer.php:11
1775
- #: ../modules/email-customizer/user-email-customizer.php:12
1776
- msgid "User Email Customizer"
1777
- msgstr ""
1778
-
1779
- #: ../modules/class-mustache-templates/class-mustache-templates.php:234
1780
- msgid "Save"
1781
- msgstr ""
1782
-
1783
- #: ../modules/custom-redirects/custom-redirects.php:35
1784
- msgid "Redirects on custom page requests:"
1785
- msgstr ""
1786
-
1787
- #: ../modules/custom-redirects/custom-redirects.php:39
1788
- #: ../modules/custom-redirects/custom-redirects.php:85
1789
- msgid "Action"
1790
- msgstr ""
1791
-
1792
- #: ../modules/custom-redirects/custom-redirects.php:40
1793
- #: ../modules/custom-redirects/custom-redirects.php:86
1794
- #: ../modules/multiple-forms/edit-profile-forms.php:206
1795
- #: ../modules/multiple-forms/register-forms.php:230
1796
- msgid "Redirect"
1797
- msgstr ""
1798
-
1799
- #: ../modules/custom-redirects/custom-redirects.php:41
1800
- #: ../modules/custom-redirects/custom-redirects.php:87
1801
- #: ../modules/multiple-forms/edit-profile-forms.php:208
1802
- #: ../modules/multiple-forms/register-forms.php:232
1803
- msgid "URL"
1804
- msgstr ""
1805
-
1806
- #: ../modules/custom-redirects/custom-redirects.php:46
1807
- msgid "After Registration:"
1808
- msgstr ""
1809
-
1810
- #: ../modules/custom-redirects/custom-redirects.php:56
1811
- msgid "After Login:"
1812
- msgstr ""
1813
-
1814
- #: ../modules/custom-redirects/custom-redirects.php:66
1815
- msgid "Recover Password (*)"
1816
- msgstr ""
1817
-
1818
- #: ../modules/custom-redirects/custom-redirects.php:77
1819
- msgid "When activated this feature will redirect the user on both the default Wordpress password recovery page and the \"Lost password?\" link used by Profile Builder on the front-end login page."
1820
- msgstr ""
1821
-
1822
- #: ../modules/custom-redirects/custom-redirects.php:81
1823
- msgid "Redirects on default WordPress page requests:"
1824
- msgstr ""
1825
-
1826
- #: ../modules/custom-redirects/custom-redirects.php:92
1827
- msgid "Default WordPress Login Page"
1828
- msgstr ""
1829
-
1830
- #: ../modules/custom-redirects/custom-redirects.php:102
1831
- msgid "Default WordPress Logout Page"
1832
- msgstr ""
1833
-
1834
- #: ../modules/custom-redirects/custom-redirects.php:112
1835
- msgid "Default WordPress Register Page"
1836
- msgstr ""
1837
-
1838
- #: ../modules/custom-redirects/custom-redirects.php:122
1839
- msgid "Default WordPress Dashboard (*)"
1840
- msgstr ""
1841
-
1842
- #: ../modules/custom-redirects/custom-redirects.php:133
1843
- msgid "Redirects every user-role EXCEPT the ones with administrator privileges (can manage options)."
1844
- msgstr ""
1845
-
1846
- #: ../modules/email-customizer/admin-email-customizer.php:38
1847
- #: ../modules/email-customizer/user-email-customizer.php:38
1848
- msgid "These settings are also replicated in the \"User Email Customizer\" settings-page upon save."
1849
- msgstr ""
1850
-
1851
- #: ../modules/email-customizer/admin-email-customizer.php:41
1852
- #: ../modules/email-customizer/user-email-customizer.php:41
1853
- msgid "From (name)"
1854
- msgstr ""
1855
-
1856
- #: ../modules/email-customizer/admin-email-customizer.php:49
1857
- #: ../modules/email-customizer/user-email-customizer.php:49
1858
- msgid "From (reply-to email)"
1859
- msgstr ""
1860
-
1861
- #: ../modules/email-customizer/admin-email-customizer.php:57
1862
- #: ../modules/email-customizer/user-email-customizer.php:57
1863
- msgid "Common Settings"
1864
- msgstr ""
1865
-
1866
- #: ../modules/email-customizer/admin-email-customizer.php:60
1867
- msgid ""
1868
- "\n"
1869
- "<p>New subscriber on {{site_name}}.</p>\n"
1870
- "<p>Username:{{username}}</p>\n"
1871
- "<p>E-mail:{{user_email}}</p>\n"
1872
- msgstr ""
1873
-
1874
- #: ../modules/email-customizer/admin-email-customizer.php:69
1875
- #: ../modules/email-customizer/admin-email-customizer.php:99
1876
- #: ../modules/email-customizer/user-email-customizer.php:71
1877
- #: ../modules/email-customizer/user-email-customizer.php:99
1878
- #: ../modules/email-customizer/user-email-customizer.php:128
1879
- #: ../modules/email-customizer/user-email-customizer.php:155
1880
- #: ../modules/email-customizer/user-email-customizer.php:183
1881
- msgid "Email Subject"
1882
- msgstr ""
1883
-
1884
- #: ../modules/email-customizer/admin-email-customizer.php:84
1885
- msgid "Default Registration & Registration with Email Confirmation"
1886
- msgstr ""
1887
-
1888
- #: ../modules/email-customizer/admin-email-customizer.php:87
1889
- msgid ""
1890
- "\n"
1891
- "<p>New subscriber on {{site_name}}.</p>\n"
1892
- "<p>Username:{{username}}</p>\n"
1893
- "<p>E-mail:{{user_email}}</p>\n"
1894
- "<p>The Admin Approval feature was activated at the time of registration,\n"
1895
- "so please remember that you need to approve this user before he/she can log in!</p>\n"
1896
- msgstr ""
1897
-
1898
- #: ../modules/email-customizer/admin-email-customizer.php:114
1899
- #: ../modules/email-customizer/user-email-customizer.php:143
1900
- msgid "Registration with Admin Approval"
1901
- msgstr ""
1902
-
1903
- #: ../modules/email-customizer/email-customizer.php:7
1904
- msgid "Available Tags"
1905
- msgstr ""
1906
-
1907
- #: ../modules/email-customizer/email-customizer.php:11
1908
- msgid "User Meta"
1909
- msgstr ""
1910
-
1911
- #: ../modules/email-customizer/email-customizer.php:21
1912
- msgid "Site Url"
1913
- msgstr ""
1914
-
1915
- #: ../modules/email-customizer/email-customizer.php:22
1916
- msgid "Site Name"
1917
- msgstr ""
1918
-
1919
- #: ../modules/email-customizer/email-customizer.php:25
1920
- #: ../modules/user-listing/userlisting.php:126
1921
- msgid "User Id"
1922
- msgstr ""
1923
-
1924
- #: ../modules/email-customizer/email-customizer.php:32
1925
- msgid "Reply To"
1926
- msgstr ""
1927
-
1928
- #: ../modules/email-customizer/email-customizer.php:35
1929
- msgid "Activation Key"
1930
- msgstr ""
1931
-
1932
- #: ../modules/email-customizer/email-customizer.php:36
1933
- msgid "Activation Url"
1934
- msgstr ""
1935
-
1936
- #: ../modules/email-customizer/email-customizer.php:37
1937
- msgid "Activation Link"
1938
- msgstr ""
1939
-
1940
- #: ../modules/email-customizer/user-email-customizer.php:64
1941
- msgid ""
1942
- "\n"
1943
- "<h3>Welcome to {{site_name}}!</h3>\n"
1944
- "<p>Your username is:{{username}} and password:{{password}}</p>\n"
1945
- msgstr ""
1946
-
1947
- #: ../modules/email-customizer/user-email-customizer.php:85
1948
- msgid "Default Registration"
1949
- msgstr ""
1950
-
1951
- #: ../modules/email-customizer/user-email-customizer.php:91
1952
- msgid ""
1953
- "\n"
1954
- "<p>To activate your user, please click the following link:<br/>\n"
1955
- "{{{activation_link}}}</p>\n"
1956
- "<p>After you activate, you will receive another email with your credentials.</p>\n"
1957
- msgstr ""
1958
-
1959
- #: ../modules/email-customizer/user-email-customizer.php:103
1960
- msgid "[{{site_name}}] Activate {{username}}"
1961
- msgstr ""
1962
-
1963
- #: ../modules/email-customizer/user-email-customizer.php:114
1964
- msgid "Registration with Email Confirmation"
1965
- msgstr ""
1966
-
1967
- #: ../modules/email-customizer/user-email-customizer.php:120
1968
- msgid ""
1969
- "\n"
1970
- "<h3>Welcome to {{site_name}}!</h3>\n"
1971
- "<p>Your username is:{{username}} and password:{{password}}</p>\n"
1972
- "<p>Before you can access your account, an administrator needs to approve it. You will be notified via email.</p>\n"
1973
- msgstr ""
1974
-
1975
- #: ../modules/email-customizer/user-email-customizer.php:132
1976
- msgid "A new account has been created for you on {{site_name}}"
1977
- msgstr ""
1978
-
1979
- #: ../modules/email-customizer/user-email-customizer.php:148
1980
- msgid ""
1981
- "\n"
1982
- "<h3>Good News!</h3>\n"
1983
- "<p>An administrator has just approved your account: {{username}} on {{site_name}}.</p>\n"
1984
- msgstr ""
1985
-
1986
- #: ../modules/email-customizer/user-email-customizer.php:159
1987
- msgid "Your account on {{site_name}} has been approved!"
1988
- msgstr ""
1989
-
1990
- #: ../modules/email-customizer/user-email-customizer.php:170
1991
- msgid "User Approval Notification"
1992
- msgstr ""
1993
-
1994
- #: ../modules/email-customizer/user-email-customizer.php:175
1995
- msgid ""
1996
- "\n"
1997
- "<h3>Hello,</h3>\n"
1998
- "<p>Unfortunatelly an administrator has just unapproved your account: {{username}} on {{site_name}}.</p>\n"
1999
- msgstr ""
2000
-
2001
- #: ../modules/email-customizer/user-email-customizer.php:187
2002
- msgid "Your account on {{site_name}} has been unapproved!"
2003
- msgstr ""
2004
-
2005
- #: ../modules/email-customizer/user-email-customizer.php:198
2006
- msgid "Unapproved User Notification"
2007
- msgstr ""
2008
-
2009
- #: ../modules/multiple-forms/edit-profile-forms.php:11
2010
- #: ../modules/multiple-forms/edit-profile-forms.php:12
2011
- msgid "Edit-profile Form"
2012
- msgstr ""
2013
-
2014
- #: ../modules/multiple-forms/edit-profile-forms.php:13
2015
- #: ../modules/multiple-forms/register-forms.php:13
2016
- #: ../modules/user-listing/userlisting.php:13
2017
- msgid "Add New"
2018
- msgstr ""
2019
-
2020
- #: ../modules/multiple-forms/edit-profile-forms.php:14
2021
- msgid "Add new Edit-profile Form"
2022
- msgstr ""
2023
-
2024
- #: ../modules/multiple-forms/edit-profile-forms.php:15
2025
- msgid "Edit the Edit-profile Forms"
2026
- msgstr ""
2027
-
2028
- #: ../modules/multiple-forms/edit-profile-forms.php:16
2029
- msgid "New Edit-profile Form"
2030
- msgstr ""
2031
-
2032
- #: ../modules/multiple-forms/edit-profile-forms.php:17
2033
- #: ../modules/multiple-forms/edit-profile-forms.php:23
2034
- msgid "Edit-profile Forms"
2035
- msgstr ""
2036
-
2037
- #: ../modules/multiple-forms/edit-profile-forms.php:18
2038
- msgid "View the Edit-profile Form"
2039
- msgstr ""
2040
-
2041
- #: ../modules/multiple-forms/edit-profile-forms.php:19
2042
- msgid "Search the Edit-profile Forms"
2043
- msgstr ""
2044
-
2045
- #: ../modules/multiple-forms/edit-profile-forms.php:20
2046
- msgid "No Edit-profile Form found"
2047
- msgstr ""
2048
-
2049
- #: ../modules/multiple-forms/edit-profile-forms.php:21
2050
- msgid "No Edit-profile Forms found in trash"
2051
- msgstr ""
2052
-
2053
- #: ../modules/multiple-forms/edit-profile-forms.php:135
2054
- #: ../modules/multiple-forms/register-forms.php:138
2055
- #: ../modules/user-listing/userlisting.php:1017
2056
- msgid "Shortcode"
2057
- msgstr ""
2058
-
2059
- #: ../modules/multiple-forms/edit-profile-forms.php:155
2060
- #: ../modules/multiple-forms/register-forms.php:159
2061
- #: ../modules/user-listing/userlisting.php:1038
2062
- msgid "(no title)"
2063
- msgstr ""
2064
-
2065
- #: ../modules/multiple-forms/edit-profile-forms.php:175
2066
- #: ../modules/multiple-forms/register-forms.php:178
2067
- #: ../modules/user-listing/userlisting.php:1058
2068
- msgid "The shortcode will be available after you publish this form."
2069
- msgstr ""
2070
-
2071
- #: ../modules/multiple-forms/edit-profile-forms.php:177
2072
- #: ../modules/multiple-forms/register-forms.php:180
2073
- #: ../modules/user-listing/userlisting.php:1060
2074
- msgid "Use this shortcode on the page you want the form to be displayed:"
2075
- msgstr ""
2076
-
2077
- #: ../modules/multiple-forms/edit-profile-forms.php:181
2078
- #: ../modules/multiple-forms/register-forms.php:184
2079
- #: ../modules/user-listing/userlisting.php:1060
2080
- msgid "<span style=\"color:red;\">Note:</span> changing the form title also changes the shortcode!"
2081
- msgstr ""
2082
-
2083
- #: ../modules/multiple-forms/edit-profile-forms.php:187
2084
- #: ../modules/multiple-forms/register-forms.php:190
2085
- #: ../modules/user-listing/userlisting.php:1072
2086
- msgid "Form Shortcode"
2087
- msgstr ""
2088
-
2089
- #: ../modules/multiple-forms/edit-profile-forms.php:206
2090
- #: ../modules/multiple-forms/register-forms.php:230
2091
- msgid "Whether to redirect the user to a specific page or not"
2092
- msgstr ""
2093
-
2094
- #: ../modules/multiple-forms/edit-profile-forms.php:207
2095
- #: ../modules/multiple-forms/register-forms.php:231
2096
- msgid "Display Messages"
2097
- msgstr ""
2098
-
2099
- #: ../modules/multiple-forms/edit-profile-forms.php:207
2100
- #: ../modules/multiple-forms/register-forms.php:231
2101
- msgid "Allowed time to display any success messages (in seconds)"
2102
- msgstr ""
2103
-
2104
- #: ../modules/multiple-forms/edit-profile-forms.php:208
2105
- 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"
2106
- msgstr ""
2107
-
2108
- #: ../modules/multiple-forms/edit-profile-forms.php:215
2109
- msgid "After Profile Update..."
2110
- msgstr ""
2111
-
2112
- #: ../modules/multiple-forms/edit-profile-forms.php:239
2113
- #: ../modules/multiple-forms/register-forms.php:260
2114
- msgid "Add New Field to the List"
2115
- msgstr ""
2116
-
2117
- #: ../modules/multiple-forms/edit-profile-forms.php:243
2118
- #: ../modules/multiple-forms/register-forms.php:264
2119
- msgid "Choose one of the supported fields you manage <a href=\""
2120
- msgstr ""
2121
-
2122
- #: ../modules/multiple-forms/edit-profile-forms.php:267
2123
- msgid "<pre>Title (Type)</pre>"
2124
- msgstr ""
2125
-
2126
- #: ../modules/multiple-forms/multiple-forms.php:233
2127
- msgid "You need to specify the title of the form before creating it"
2128
- msgstr ""
2129
-
2130
- #: ../modules/multiple-forms/register-forms.php:11
2131
- #: ../modules/multiple-forms/register-forms.php:12
2132
- msgid "Registration Form"
2133
- msgstr ""
2134
-
2135
- #: ../modules/multiple-forms/register-forms.php:14
2136
- msgid "Add new Registration Form"
2137
- msgstr ""
2138
-
2139
- #: ../modules/multiple-forms/register-forms.php:15
2140
- msgid "Edit the Registration Forms"
2141
- msgstr ""
2142
-
2143
- #: ../modules/multiple-forms/register-forms.php:16
2144
- msgid "New Registration Form"
2145
- msgstr ""
2146
-
2147
- #: ../modules/multiple-forms/register-forms.php:17
2148
- #: ../modules/multiple-forms/register-forms.php:23
2149
- msgid "Registration Forms"
2150
- msgstr ""
2151
-
2152
- #: ../modules/multiple-forms/register-forms.php:18
2153
- msgid "View the Registration Form"
2154
- msgstr ""
2155
-
2156
- #: ../modules/multiple-forms/register-forms.php:19
2157
- msgid "Search the Registration Forms"
2158
- msgstr ""
2159
-
2160
- #: ../modules/multiple-forms/register-forms.php:20
2161
- msgid "No Registration Form found"
2162
- msgstr ""
2163
-
2164
- #: ../modules/multiple-forms/register-forms.php:21
2165
- msgid "No Registration Forms found in trash"
2166
- msgstr ""
2167
-
2168
- #: ../modules/multiple-forms/register-forms.php:219
2169
- msgid "Default Role"
2170
- msgstr ""
2171
-
2172
- #: ../modules/multiple-forms/register-forms.php:228
2173
- msgid "Set Role"
2174
- msgstr ""
2175
-
2176
- #: ../modules/multiple-forms/register-forms.php:228
2177
- 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"
2178
- msgstr ""
2179
-
2180
- #: ../modules/multiple-forms/register-forms.php:229
2181
- msgid "Automatically Log In"
2182
- msgstr ""
2183
-
2184
- #: ../modules/multiple-forms/register-forms.php:229
2185
- msgid "Whether to automatically log in the newly registered user or not<br/>Only works on single-sites without \"Admin Approval\" and \"Email Confirmation\" features activated<br/>WARNING: Caching the registration form will make automatic login not work"
2186
- msgstr ""
2187
-
2188
- #: ../modules/multiple-forms/register-forms.php:232
2189
- 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"
2190
- msgstr ""
2191
-
2192
- #: ../modules/multiple-forms/register-forms.php:238
2193
- msgid "After Registration..."
2194
- msgstr ""
2195
-
2196
- #: ../modules/user-listing/class-userlisting.php:454
2197
- #: ../modules/user-listing/userlisting.php:619
2198
- #: ../modules/user-listing/userlisting.php:830
2199
- #: ../modules/user-listing/userlisting.php:873
2200
- #: ../modules/user-listing/userlisting.php:1197
2201
- msgid "Search Users by All Fields"
2202
- msgstr ""
2203
-
2204
- #: ../modules/user-listing/userlisting.php:14
2205
- msgid "Add new User Listing"
2206
- msgstr ""
2207
-
2208
- #: ../modules/user-listing/userlisting.php:15
2209
- msgid "Edit the User Listing"
2210
- msgstr ""
2211
-
2212
- #: ../modules/user-listing/userlisting.php:16
2213
- msgid "New User Listing"
2214
- msgstr ""
2215
-
2216
- #: ../modules/user-listing/userlisting.php:18
2217
- msgid "View the User Listing"
2218
- msgstr ""
2219
-
2220
- #: ../modules/user-listing/userlisting.php:19
2221
- msgid "Search the User Listing"
2222
- msgstr ""
2223
-
2224
- #: ../modules/user-listing/userlisting.php:20
2225
- msgid "No User Listing found"
2226
- msgstr ""
2227
-
2228
- #: ../modules/user-listing/userlisting.php:21
2229
- msgid "No User Listing found in trash"
2230
- msgstr ""
2231
-
2232
- #: ../modules/user-listing/userlisting.php:97
2233
- msgid "Display name as"
2234
- msgstr ""
2235
-
2236
- #: ../modules/user-listing/userlisting.php:110
2237
- msgid "Url"
2238
- msgstr ""
2239
-
2240
- #: ../modules/user-listing/userlisting.php:118
2241
- #: ../modules/user-listing/userlisting.php:1106
2242
- msgid "Registration Date"
2243
- msgstr ""
2244
-
2245
- #: ../modules/user-listing/userlisting.php:119
2246
- #: ../modules/user-listing/userlisting.php:1110
2247
- msgid "Number of Posts"
2248
- msgstr ""
2249
-
2250
- #: ../modules/user-listing/userlisting.php:123
2251
- msgid "More Info"
2252
- msgstr ""
2253
-
2254
- #: ../modules/user-listing/userlisting.php:124
2255
- msgid "More Info Url"
2256
- msgstr ""
2257
-
2258
- #: ../modules/user-listing/userlisting.php:125
2259
- msgid "Avatar or Gravatar"
2260
- msgstr ""
2261
-
2262
- #: ../modules/user-listing/userlisting.php:153
2263
- msgid "Meta Variables"
2264
- msgstr ""
2265
-
2266
- #: ../modules/user-listing/userlisting.php:159
2267
- msgid "Sort Variables"
2268
- msgstr ""
2269
-
2270
- #: ../modules/user-listing/userlisting.php:163
2271
- #: ../modules/user-listing/userlisting.php:190
2272
- msgid "Extra Functions"
2273
- msgstr ""
2274
-
2275
- #: ../modules/user-listing/userlisting.php:165
2276
- msgid "Pagination"
2277
- msgstr ""
2278
-
2279
- #: ../modules/user-listing/userlisting.php:166
2280
- msgid "Search all Fields"
2281
- msgstr ""
2282
-
2283
- #: ../modules/user-listing/userlisting.php:192
2284
- msgid "Go Back Link"
2285
- msgstr ""
2286
-
2287
- #: ../modules/user-listing/userlisting.php:210
2288
- msgid "All-userlisting Template"
2289
- msgstr ""
2290
-
2291
- #: ../modules/user-listing/userlisting.php:213
2292
- msgid "Single-userlisting Template"
2293
- msgstr ""
2294
-
2295
- #: ../modules/user-listing/userlisting.php:330
2296
- msgid "You do not have permission to view this user list"
2297
- msgstr ""
2298
-
2299
- #: ../modules/user-listing/userlisting.php:343
2300
- msgid "You do not have the required user role to view this user list"
2301
- msgstr ""
2302
-
2303
- #: ../modules/user-listing/userlisting.php:519
2304
- msgid "First/Lastname"
2305
- msgstr ""
2306
-
2307
- #: ../modules/user-listing/userlisting.php:525
2308
- msgid "Sign-up Date"
2309
- msgstr ""
2310
-
2311
- #: ../modules/user-listing/userlisting.php:534
2312
- #: ../modules/user-listing/userlisting.php:1109
2313
- msgid "Display Name"
2314
- msgstr ""
2315
-
2316
- #: ../modules/user-listing/userlisting.php:543
2317
- msgid "Posts"
2318
- msgstr ""
2319
-
2320
- #: ../modules/user-listing/userlisting.php:546
2321
- #: ../modules/user-listing/userlisting.php:1114
2322
- msgid "Aim"
2323
- msgstr ""
2324
-
2325
- #: ../modules/user-listing/userlisting.php:549
2326
- #: ../modules/user-listing/userlisting.php:1115
2327
- msgid "Yim"
2328
- msgstr ""
2329
-
2330
- #: ../modules/user-listing/userlisting.php:552
2331
- #: ../modules/user-listing/userlisting.php:1116
2332
- msgid "Jabber"
2333
- msgstr ""
2334
-
2335
- #: ../modules/user-listing/userlisting.php:696
2336
- msgid "Click here to see more information about this user"
2337
- msgstr ""
2338
-
2339
- #: ../modules/user-listing/userlisting.php:696
2340
- msgid "More..."
2341
- msgstr ""
2342
-
2343
- #: ../modules/user-listing/userlisting.php:699
2344
- msgid "Click here to see more information about this user."
2345
- msgstr ""
2346
-
2347
- #: ../modules/user-listing/userlisting.php:787
2348
- #: ../modules/user-listing/userlisting.php:790
2349
- msgid "Click here to go back"
2350
- msgstr ""
2351
-
2352
- #: ../modules/user-listing/userlisting.php:787
2353
- msgid "Back"
2354
- msgstr ""
2355
-
2356
- #: ../modules/user-listing/userlisting.php:820
2357
- msgid "&laquo;&laquo; First"
2358
- msgstr ""
2359
-
2360
- #: ../modules/user-listing/userlisting.php:821
2361
- msgid "&laquo; Prev"
2362
- msgstr ""
2363
-
2364
- #: ../modules/user-listing/userlisting.php:822
2365
- msgid "Next &raquo; "
2366
- msgstr ""
2367
-
2368
- #: ../modules/user-listing/userlisting.php:823
2369
- msgid "Last &raquo;&raquo;"
2370
- msgstr ""
2371
-
2372
- #: ../modules/user-listing/userlisting.php:849
2373
- msgid "You don't have any pagination settings on this userlisting!"
2374
- msgstr ""
2375
-
2376
- #: ../modules/user-listing/userlisting.php:890
2377
- msgid "Search"
2378
- msgstr ""
2379
-
2380
- #: ../modules/user-listing/userlisting.php:891
2381
- msgid "Clear Results"
2382
- msgstr ""
2383
-
2384
- #: ../modules/user-listing/userlisting.php:1061
2385
- msgid "Extra shortcode parameters"
2386
- msgstr ""
2387
-
2388
- #: ../modules/user-listing/userlisting.php:1063
2389
- msgid "displays users having a certain meta-value within a certain (extra) meta-field"
2390
- msgstr ""
2391
-
2392
- #: ../modules/user-listing/userlisting.php:1064
2393
- msgid "Example:"
2394
- msgstr ""
2395
-
2396
- #: ../modules/user-listing/userlisting.php:1066
2397
- msgid "Remember though, that the field-value combination must exist in the database."
2398
- msgstr ""
2399
-
2400
- #: ../modules/user-listing/userlisting.php:1126
2401
- msgid "Random (very slow on large databases > 10K user)"
2402
- msgstr ""
2403
-
2404
- #: ../modules/user-listing/userlisting.php:1139
2405
- msgid "Roles to Display"
2406
- msgstr ""
2407
-
2408
- #: ../modules/user-listing/userlisting.php:1139
2409
- msgid "Restrict the userlisting to these selected roles only<br/>If not specified, defaults to all existing roles"
2410
- msgstr ""
2411
-
2412
- #: ../modules/user-listing/userlisting.php:1140
2413
- msgid "Number of Users/Page"
2414
- msgstr ""
2415
-
2416
- #: ../modules/user-listing/userlisting.php:1140
2417
- msgid "Select the number of users to be displayed on every paginated part of the all-userlisting"
2418
- msgstr ""
2419
-
2420
- #: ../modules/user-listing/userlisting.php:1141
2421
- msgid "Default Sorting Criteria"
2422
- msgstr ""
2423
-
2424
- #: ../modules/user-listing/userlisting.php:1141
2425
- msgid "Set the default sorting criteria<br/>This can temporarily be changed for each new session"
2426
- msgstr ""
2427
-
2428
- #: ../modules/user-listing/userlisting.php:1142
2429
- msgid "Default Sorting Order"
2430
- msgstr ""
2431
-
2432
- #: ../modules/user-listing/userlisting.php:1142
2433
- msgid "Set the default sorting order<br/>This can temporarily be changed for each new session"
2434
- msgstr ""
2435
-
2436
- #: ../modules/user-listing/userlisting.php:1143
2437
- msgid "Avatar Size (All-userlisting)"
2438
- msgstr ""
2439
-
2440
- #: ../modules/user-listing/userlisting.php:1143
2441
- msgid "Set the avatar size on the all-userlisting only"
2442
- msgstr ""
2443
-
2444
- #: ../modules/user-listing/userlisting.php:1144
2445
- msgid "Avatar Size (Single-userlisting)"
2446
- msgstr ""
2447
-
2448
- #: ../modules/user-listing/userlisting.php:1144
2449
- msgid "Set the avatar size on the single-userlisting only"
2450
- msgstr ""
2451
-
2452
- #: ../modules/user-listing/userlisting.php:1145
2453
- msgid "Visible only to logged in users?"
2454
- msgstr ""
2455
-
2456
- #: ../modules/user-listing/userlisting.php:1145
2457
- msgid "The userlisting will only be visible only to the logged in users"
2458
- msgstr ""
2459
-
2460
- #: ../modules/user-listing/userlisting.php:1146
2461
- msgid "Visible to following Roles"
2462
- msgstr ""
2463
-
2464
- #: ../modules/user-listing/userlisting.php:1146
2465
- msgid "The userlisting will only be visible to the following roles"
2466
- msgstr ""
2467
-
2468
- #: ../modules/user-listing/userlisting.php:1152
2469
- msgid "Userlisting Settings"
2470
- msgstr ""
2471
-
2472
- #: ../modules/user-listing/userlisting.php:1173
2473
- msgid "You need to activate the Userlisting feature from within the \"Modules\" tab!"
2474
- msgstr ""
2475
-
2476
- #: ../modules/user-listing/userlisting.php:1173
2477
- msgid "You can find it in the Profile Builder menu."
2478
- msgstr ""
2479
-
2480
- #: ../modules/user-listing/userlisting.php:1319
2481
- msgid "No results found!"
2482
- msgstr ""
2483
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: profilebuilder\n"
4
+ "POT-Creation-Date: 2014-10-30 16:33+0200\n"
5
+ "PO-Revision-Date: 2014-10-30 16:34+0200\n"
6
+ "Last-Translator: \n"
7
+ "Language-Team: Cozmoslabs\n"
8
+ "Language: en\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 1.6.10\n"
13
+ "X-Poedit-Basepath: .\n"
14
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
+ "X-Poedit-KeywordsList: __;_e;_x;_n\n"
16
+ "X-Poedit-SearchPath-0: ..\n"
17
+
18
+ #: ../admin/admin-bar.php:10
19
+ msgid "Show/Hide the Admin Bar on the Front-End"
20
+ msgstr ""
21
+
22
+ #: ../admin/admin-bar.php:10 ../admin/admin-bar.php:47
23
+ msgid "Admin Bar Settings"
24
+ msgstr ""
25
+
26
+ #: ../admin/admin-bar.php:48
27
+ msgid ""
28
+ "Choose which user roles view the admin bar in the front-end of the website."
29
+ msgstr ""
30
+
31
+ #: ../admin/admin-bar.php:57
32
+ msgid "User-Role"
33
+ msgstr ""
34
+
35
+ #: ../admin/admin-bar.php:58
36
+ msgid "Visibility"
37
+ msgstr ""
38
+
39
+ #: ../admin/admin-bar.php:73
40
+ msgid "Default"
41
+ msgstr ""
42
+
43
+ #: ../admin/admin-bar.php:74
44
+ msgid "Show"
45
+ msgstr ""
46
+
47
+ #: ../admin/admin-bar.php:75
48
+ msgid "Hide"
49
+ msgstr ""
50
+
51
+ #: ../admin/admin-bar.php:86 ../admin/general-settings.php:181
52
+ #: ../admin/register-version.php:81 ../features/functions.php:569
53
+ #: ../modules/custom-redirects/custom-redirects.php:136
54
+ #: ../modules/modules.php:142
55
+ msgid "Save Changes"
56
+ msgstr ""
57
+
58
+ #: ../admin/admin-functions.php:34
59
+ #, php-format
60
+ msgid ""
61
+ "Login is set to be done using the E-mail. This field will NOT appear in the "
62
+ "front-end! ( you can change these settings under the \"%s\" tab )"
63
+ msgstr ""
64
+
65
+ #: ../admin/admin-functions.php:34 ../admin/general-settings.php:10
66
+ #: ../admin/general-settings.php:38
67
+ msgid "General Settings"
68
+ msgstr ""
69
+
70
+ #: ../admin/admin-functions.php:106
71
+ msgid "<strong>ERROR</strong>: The password must have the minimum length of "
72
+ msgstr ""
73
+
74
+ #: ../admin/admin-functions.php:112 ../admin/general-settings.php:169
75
+ msgid "Very weak"
76
+ msgstr ""
77
+
78
+ #: ../admin/admin-functions.php:112 ../admin/general-settings.php:170
79
+ #: ../features/functions.php:468
80
+ msgid "Weak"
81
+ msgstr ""
82
+
83
+ #: ../admin/admin-functions.php:112 ../admin/general-settings.php:171
84
+ #: ../features/functions.php:468
85
+ msgid "Medium"
86
+ msgstr ""
87
+
88
+ #: ../admin/admin-functions.php:112 ../admin/general-settings.php:172
89
+ #: ../features/functions.php:468
90
+ msgid "Strong"
91
+ msgstr ""
92
+
93
+ #: ../admin/admin-functions.php:123
94
+ msgid "<strong>ERROR</strong>: The password must have a minimum strength of "
95
+ msgstr ""
96
+
97
+ #: ../admin/admin-functions.php:162
98
+ msgid "Add Field"
99
+ msgstr ""
100
+
101
+ #: ../admin/admin-functions.php:164
102
+ msgid "Save Settings"
103
+ msgstr ""
104
+
105
+ #: ../admin/basic-info.php:10
106
+ msgid "Basic Information"
107
+ msgstr ""
108
+
109
+ #: ../admin/basic-info.php:29
110
+ #, php-format
111
+ msgid "Version %s"
112
+ msgstr ""
113
+
114
+ #: ../admin/basic-info.php:30
115
+ msgid "<strong>Profile Builder </strong>"
116
+ msgstr ""
117
+
118
+ #: ../admin/basic-info.php:31
119
+ msgid ""
120
+ "The best way to add front-end registration, edit profile and login forms."
121
+ msgstr ""
122
+
123
+ #: ../admin/basic-info.php:33
124
+ msgid "For Modern User Interaction"
125
+ msgstr ""
126
+
127
+ #: ../admin/basic-info.php:36 ../features/login-widget/login-widget.php:75
128
+ msgid "Login"
129
+ msgstr ""
130
+
131
+ #: ../admin/basic-info.php:37
132
+ msgid ""
133
+ "Friction-less login using <strong class=\"nowrap\">[wppb-login]</strong> "
134
+ "shortcode or a widget."
135
+ msgstr ""
136
+
137
+ #: ../admin/basic-info.php:40
138
+ msgid "Registration"
139
+ msgstr ""
140
+
141
+ #: ../admin/basic-info.php:41
142
+ msgid ""
143
+ "Beautiful registration forms fully customizable using the <strong class="
144
+ "\"nowrap\">[wppb-register]</strong> shortcode."
145
+ msgstr ""
146
+
147
+ #: ../admin/basic-info.php:44
148
+ msgid "Edit Profile"
149
+ msgstr ""
150
+
151
+ #: ../admin/basic-info.php:45
152
+ msgid ""
153
+ "Straight forward edit profile forms using <strong class=\"nowrap\">[wppb-"
154
+ "edit-profile]</strong> shortcode."
155
+ msgstr ""
156
+
157
+ #: ../admin/basic-info.php:51
158
+ msgid "Extra Features"
159
+ msgstr ""
160
+
161
+ #: ../admin/basic-info.php:52
162
+ msgid ""
163
+ "Features that give you more control over your users, increased security and "
164
+ "help you fight user registration spam."
165
+ msgstr ""
166
+
167
+ #: ../admin/basic-info.php:53
168
+ msgid "Enable extra features"
169
+ msgstr ""
170
+
171
+ #: ../admin/basic-info.php:57
172
+ msgid "Recover Password"
173
+ msgstr ""
174
+
175
+ #: ../admin/basic-info.php:58
176
+ msgid ""
177
+ "Allow users to recover their password in the front-end using the [wppb-"
178
+ "recover-password]."
179
+ msgstr ""
180
+
181
+ #: ../admin/basic-info.php:61
182
+ msgid "Admin Approval (*)"
183
+ msgstr ""
184
+
185
+ #: ../admin/basic-info.php:62
186
+ msgid ""
187
+ "You decide who is a user on your website. Get notified via email or approve "
188
+ "multiple users at once from the WordPress UI."
189
+ msgstr ""
190
+
191
+ #: ../admin/basic-info.php:65
192
+ msgid "Email Confirmation"
193
+ msgstr ""
194
+
195
+ #: ../admin/basic-info.php:66
196
+ msgid ""
197
+ "Make sure users sign up with genuine emails. On registration users will "
198
+ "receive a notification to confirm their email address."
199
+ msgstr ""
200
+
201
+ #: ../admin/basic-info.php:69
202
+ msgid "Minimum Password Length and Strength Meter"
203
+ msgstr ""
204
+
205
+ #: ../admin/basic-info.php:70
206
+ msgid ""
207
+ "Eliminate weak passwords altogether by setting a minimum password length and "
208
+ "enforcing a certain password strength."
209
+ msgstr ""
210
+
211
+ #: ../admin/basic-info.php:73
212
+ msgid "Login with Email or Username"
213
+ msgstr ""
214
+
215
+ #: ../admin/basic-info.php:74
216
+ msgid ""
217
+ "Allow users to log in with their email or username when accessing your site."
218
+ msgstr ""
219
+
220
+ #: ../admin/basic-info.php:87
221
+ msgid "Customize Your Forms The Way You Want (*)"
222
+ msgstr ""
223
+
224
+ #: ../admin/basic-info.php:88
225
+ msgid ""
226
+ "With Extra Profile Fields you can create the exact registration form your "
227
+ "project needs."
228
+ msgstr ""
229
+
230
+ #: ../admin/basic-info.php:90
231
+ msgid "Extra Profile Fields are available in Hobbyist or PRO versions"
232
+ msgstr ""
233
+
234
+ #: ../admin/basic-info.php:92
235
+ msgid "Get started with extra fields"
236
+ msgstr ""
237
+
238
+ #: ../admin/basic-info.php:95
239
+ msgid "Avatar Upload"
240
+ msgstr ""
241
+
242
+ #: ../admin/basic-info.php:96
243
+ msgid "Generic Uploads"
244
+ msgstr ""
245
+
246
+ #: ../admin/basic-info.php:97
247
+ msgid "Agree To Terms Checkbox"
248
+ msgstr ""
249
+
250
+ #: ../admin/basic-info.php:98
251
+ msgid "Datepicker"
252
+ msgstr ""
253
+
254
+ #: ../admin/basic-info.php:99
255
+ msgid "reCAPTCHA"
256
+ msgstr ""
257
+
258
+ #: ../admin/basic-info.php:100
259
+ msgid "Country Select"
260
+ msgstr ""
261
+
262
+ #: ../admin/basic-info.php:101
263
+ msgid "Timezone Select"
264
+ msgstr ""
265
+
266
+ #: ../admin/basic-info.php:102
267
+ msgid "Input / Hidden Input"
268
+ msgstr ""
269
+
270
+ #: ../admin/basic-info.php:103
271
+ msgid "Checkbox"
272
+ msgstr ""
273
+
274
+ #: ../admin/basic-info.php:104
275
+ msgid "Select"
276
+ msgstr ""
277
+
278
+ #: ../admin/basic-info.php:105
279
+ msgid "Radio Buttons"
280
+ msgstr ""
281
+
282
+ #: ../admin/basic-info.php:106
283
+ msgid "Textarea"
284
+ msgstr ""
285
+
286
+ #: ../admin/basic-info.php:115
287
+ msgid "Powerful Modules (**)"
288
+ msgstr ""
289
+
290
+ #: ../admin/basic-info.php:116
291
+ msgid ""
292
+ "Everything you will need to manage your users is probably already available "
293
+ "using the Pro Modules."
294
+ msgstr ""
295
+
296
+ #: ../admin/basic-info.php:118
297
+ msgid "Enable your modules"
298
+ msgstr ""
299
+
300
+ #: ../admin/basic-info.php:121
301
+ msgid "Find out more about PRO Modules"
302
+ msgstr ""
303
+
304
+ #: ../admin/basic-info.php:126 ../modules/modules.php:111
305
+ #: ../modules/user-listing/userlisting.php:11
306
+ #: ../modules/user-listing/userlisting.php:12
307
+ #: ../modules/user-listing/userlisting.php:17
308
+ #: ../modules/user-listing/userlisting.php:23
309
+ msgid "User Listing"
310
+ msgstr ""
311
+
312
+ #: ../admin/basic-info.php:128
313
+ msgid ""
314
+ "Easy to edit templates for listing your website users as well as creating "
315
+ "single user pages. Shortcode based, offering many options to customize your "
316
+ "listings."
317
+ msgstr ""
318
+
319
+ #: ../admin/basic-info.php:130
320
+ msgid ""
321
+ "To create a page containing the users registered to this current site/blog, "
322
+ "insert the following shortcode in a page of your chosing: <strong class="
323
+ "\"nowrap\">[wppb-list-users]</strong>."
324
+ msgstr ""
325
+
326
+ #: ../admin/basic-info.php:134
327
+ msgid "Email Customizer"
328
+ msgstr ""
329
+
330
+ #: ../admin/basic-info.php:135
331
+ msgid ""
332
+ "Personalize all emails sent to your users or admins. On registration, email "
333
+ "confirmation, admin approval / un-approval."
334
+ msgstr ""
335
+
336
+ #: ../admin/basic-info.php:138
337
+ #: ../modules/custom-redirects/custom-redirects.php:29
338
+ #: ../modules/modules.php:32 ../modules/modules.php:132
339
+ msgid "Custom Redirects"
340
+ msgstr ""
341
+
342
+ #: ../admin/basic-info.php:139
343
+ msgid ""
344
+ "Keep your users out of the WordPress dashboard, redirect them to the front-"
345
+ "page after login or registration, everything is just a few clicks away."
346
+ msgstr ""
347
+
348
+ #: ../admin/basic-info.php:144 ../modules/modules.php:97
349
+ msgid "Multiple Registration Forms"
350
+ msgstr ""
351
+
352
+ #: ../admin/basic-info.php:145
353
+ msgid ""
354
+ "Set up multiple registration forms with different fields for certain user "
355
+ "roles. Capture different information from different types of users."
356
+ msgstr ""
357
+
358
+ #: ../admin/basic-info.php:148 ../modules/modules.php:104
359
+ msgid "Multiple Edit-profile Forms"
360
+ msgstr ""
361
+
362
+ #: ../admin/basic-info.php:149
363
+ msgid ""
364
+ "Allow different user roles to edit their specific information. Set up "
365
+ "multiple edit-profile forms with different fields for certain user roles."
366
+ msgstr ""
367
+
368
+ #: ../admin/basic-info.php:161
369
+ #, php-format
370
+ msgid " * only available in the %1$sHobbyist and Pro versions%2$s."
371
+ msgstr ""
372
+
373
+ #: ../admin/basic-info.php:162
374
+ #, php-format
375
+ msgid "** only available in the %1$sPro version%2$s."
376
+ msgstr ""
377
+
378
+ #: ../admin/general-settings.php:42
379
+ msgid "Load Profile Builder's own CSS file in the front-end:"
380
+ msgstr ""
381
+
382
+ #: ../admin/general-settings.php:45 ../admin/general-settings.php:60
383
+ #: ../admin/general-settings.php:114
384
+ #: ../modules/multiple-forms/register-forms.php:229
385
+ #: ../modules/multiple-forms/register-forms.php:230
386
+ #: ../modules/user-listing/userlisting.php:1150
387
+ msgid "Yes"
388
+ msgstr ""
389
+
390
+ #: ../admin/general-settings.php:47
391
+ #, php-format
392
+ msgid "You can find the default file here: %1$s"
393
+ msgstr ""
394
+
395
+ #: ../admin/general-settings.php:56
396
+ msgid "\"Email Confirmation\" Activated:"
397
+ msgstr ""
398
+
399
+ #: ../admin/general-settings.php:61 ../admin/general-settings.php:115
400
+ #: ../modules/multiple-forms/register-forms.php:229
401
+ #: ../modules/multiple-forms/register-forms.php:230
402
+ msgid "No"
403
+ msgstr ""
404
+
405
+ #: ../admin/general-settings.php:64
406
+ msgid ""
407
+ "On single-site installations this works with front-end forms only. "
408
+ "Recommended to redirect WP default registration to a Profile Builder one "
409
+ "using \"Custom Redirects\" addon."
410
+ msgstr ""
411
+
412
+ #: ../admin/general-settings.php:65
413
+ msgid ""
414
+ "The \"Email Confirmation\" feature is active (by default) on WPMU "
415
+ "installations."
416
+ msgstr ""
417
+
418
+ #: ../admin/general-settings.php:67
419
+ #, php-format
420
+ msgid ""
421
+ "You can find a list of unconfirmed email addresses %1$sUsers > All Users > "
422
+ "Email Confirmation%2$s."
423
+ msgstr ""
424
+
425
+ #: ../admin/general-settings.php:79
426
+ msgid "\"Email Confirmation\" Landing Page:"
427
+ msgstr ""
428
+
429
+ #: ../admin/general-settings.php:84
430
+ msgid "Existing Pages"
431
+ msgstr ""
432
+
433
+ #: ../admin/general-settings.php:99
434
+ msgid ""
435
+ "Specify the page where the users will be directed when confirming the email "
436
+ "account. This page can differ from the register page(s) and can be changed "
437
+ "at any time. If none selected, a simple confirmation page will be displayed "
438
+ "for the user."
439
+ msgstr ""
440
+
441
+ #: ../admin/general-settings.php:110
442
+ msgid "\"Admin Approval\" Activated:"
443
+ msgstr ""
444
+
445
+ #: ../admin/general-settings.php:118
446
+ #, php-format
447
+ msgid ""
448
+ "You can find a list of users at %1$sUsers > All Users > Admin Approval%2$s."
449
+ msgstr ""
450
+
451
+ #: ../admin/general-settings.php:130
452
+ msgid "\"Admin Approval\" Feature:"
453
+ msgstr ""
454
+
455
+ #: ../admin/general-settings.php:133
456
+ #, php-format
457
+ msgid ""
458
+ "You decide who is a user on your website. Get notified via email or approve "
459
+ "multiple users at once from the WordPress UI. Enable Admin Approval by "
460
+ "upgrading to %1$sHobbyist or PRO versions%2$s."
461
+ msgstr ""
462
+
463
+ #: ../admin/general-settings.php:140
464
+ msgid "Allow Users to Log in With:"
465
+ msgstr ""
466
+
467
+ #: ../admin/general-settings.php:144 ../admin/manage-fields.php:133
468
+ #: ../features/admin-approval/class-admin-approval.php:177
469
+ #: ../features/email-confirmation/class-email-confirmation.php:153
470
+ #: ../modules/email-customizer/email-customizer.php:28
471
+ #: ../modules/user-listing/userlisting.php:94
472
+ #: ../modules/user-listing/userlisting.php:516
473
+ #: ../modules/user-listing/userlisting.php:1107
474
+ msgid "Username"
475
+ msgstr ""
476
+
477
+ #: ../admin/general-settings.php:145 ../front-end/login.php:134
478
+ #: ../modules/email-customizer/email-customizer.php:29
479
+ #: ../modules/user-listing/userlisting.php:522
480
+ #: ../modules/user-listing/userlisting.php:1108
481
+ msgid "Email"
482
+ msgstr ""
483
+
484
+ #: ../admin/general-settings.php:152
485
+ msgid "Minimum Password Length:"
486
+ msgstr ""
487
+
488
+ #: ../admin/general-settings.php:157
489
+ msgid ""
490
+ "Enter the minimum characters the password should have. Leave empty for no "
491
+ "minimum limit"
492
+ msgstr ""
493
+
494
+ #: ../admin/general-settings.php:164
495
+ msgid "Minimum Password Strength:"
496
+ msgstr ""
497
+
498
+ #: ../admin/general-settings.php:168
499
+ msgid "Disabled"
500
+ msgstr ""
501
+
502
+ #: ../admin/manage-fields.php:12
503
+ msgid "Manage Fields"
504
+ msgstr ""
505
+
506
+ #: ../admin/manage-fields.php:13
507
+ msgid "Manage Default and Extra Fields"
508
+ msgstr ""
509
+
510
+ #: ../admin/manage-fields.php:74
511
+ msgid "Field Title"
512
+ msgstr ""
513
+
514
+ #: ../admin/manage-fields.php:74
515
+ msgid "Title of the field"
516
+ msgstr ""
517
+
518
+ #: ../admin/manage-fields.php:75
519
+ #: ../modules/multiple-forms/edit-profile-forms.php:243
520
+ #: ../modules/multiple-forms/register-forms.php:264
521
+ msgid "Field"
522
+ msgstr ""
523
+
524
+ #: ../admin/manage-fields.php:76
525
+ msgid "Meta-name"
526
+ msgstr ""
527
+
528
+ #: ../admin/manage-fields.php:76
529
+ msgid ""
530
+ "Use this in conjuction with WordPress functions to display the value in the "
531
+ "page of your choosing<br/>Auto-completed but in some cases editable (in "
532
+ "which case it must be uniqe)<br/>Changing this might take long in case of a "
533
+ "very big user-count"
534
+ msgstr ""
535
+
536
+ #: ../admin/manage-fields.php:77
537
+ #: ../modules/multiple-forms/edit-profile-forms.php:244
538
+ #: ../modules/multiple-forms/register-forms.php:265
539
+ msgid "ID"
540
+ msgstr ""
541
+
542
+ #: ../admin/manage-fields.php:77
543
+ #: ../modules/multiple-forms/edit-profile-forms.php:244
544
+ #: ../modules/multiple-forms/register-forms.php:265
545
+ msgid ""
546
+ "A unique, auto-generated ID for this particular field<br/>You can use this "
547
+ "in conjuction with filters to target this element if needed<br/>Can't be "
548
+ "edited"
549
+ msgstr ""
550
+
551
+ #: ../admin/manage-fields.php:78
552
+ msgid "Description"
553
+ msgstr ""
554
+
555
+ #: ../admin/manage-fields.php:78
556
+ msgid ""
557
+ "Enter a (detailed) description of the option for end users to read<br/"
558
+ ">Optional"
559
+ msgstr ""
560
+
561
+ #: ../admin/manage-fields.php:79
562
+ msgid "Row Count"
563
+ msgstr ""
564
+
565
+ #: ../admin/manage-fields.php:79
566
+ msgid ""
567
+ "Specify the number of rows for a 'Textarea' field<br/>If not specified, "
568
+ "defaults to 5"
569
+ msgstr ""
570
+
571
+ #: ../admin/manage-fields.php:80
572
+ msgid "Allowed Image Extensions"
573
+ msgstr ""
574
+
575
+ #: ../admin/manage-fields.php:80
576
+ msgid ""
577
+ "Specify the extension(s) you want to limit to upload<br/>Example: .ext1,."
578
+ "ext2,.ext3<br/>If not specified, defaults to all existing image extensions (."
579
+ "*)"
580
+ msgstr ""
581
+
582
+ #: ../admin/manage-fields.php:81
583
+ msgid "Allowed Upload Extensions"
584
+ msgstr ""
585
+
586
+ #: ../admin/manage-fields.php:81
587
+ msgid ""
588
+ "Specify the extension(s) you want to limit to upload<br/>Example: .ext1,."
589
+ "ext2,.ext3<br/>If not specified, defaults to all existing extensions (.*)"
590
+ msgstr ""
591
+
592
+ #: ../admin/manage-fields.php:82
593
+ msgid "Avatar Size"
594
+ msgstr ""
595
+
596
+ #: ../admin/manage-fields.php:82
597
+ msgid ""
598
+ "Enter a value (between 20 and 200) for the size of the 'Avatar'<br/>If not "
599
+ "specified, defaults to 100"
600
+ msgstr ""
601
+
602
+ #: ../admin/manage-fields.php:83
603
+ msgid "Date-format"
604
+ msgstr ""
605
+
606
+ #: ../admin/manage-fields.php:83
607
+ msgid ""
608
+ "Specify the format of the date when using Datepicker<br/>Valid options: mm/"
609
+ "dd/yy, mm/yy/dd, dd/yy/mm, dd/mm/yy, yy/dd/mm, yy/mm/dd<br/>If not "
610
+ "specified, defaults to mm/dd/yy"
611
+ msgstr ""
612
+
613
+ #: ../admin/manage-fields.php:84
614
+ msgid "Terms of Agreement"
615
+ msgstr ""
616
+
617
+ #: ../admin/manage-fields.php:84
618
+ msgid ""
619
+ "Enter a detailed description of the temrs of agreement for the user to read."
620
+ "<br/>Links can be inserted by using standard HTML syntax: &lt;a href="
621
+ "\"custom_url\"&gt;custom_text&lt;/a&gt;"
622
+ msgstr ""
623
+
624
+ #: ../admin/manage-fields.php:85
625
+ msgid "Options"
626
+ msgstr ""
627
+
628
+ #: ../admin/manage-fields.php:85
629
+ msgid ""
630
+ "Enter a comma separated list of values<br/>This can be anything, as it is "
631
+ "hidden from the user, but should not contain special characters or "
632
+ "apostrophes"
633
+ msgstr ""
634
+
635
+ #: ../admin/manage-fields.php:86
636
+ msgid "Labels"
637
+ msgstr ""
638
+
639
+ #: ../admin/manage-fields.php:86
640
+ msgid "Enter a comma separated list of labels<br/>Visible for the user"
641
+ msgstr ""
642
+
643
+ #: ../admin/manage-fields.php:87
644
+ msgid "Public Key"
645
+ msgstr ""
646
+
647
+ #: ../admin/manage-fields.php:87
648
+ msgid ""
649
+ "The public key from Google, <a href=\"http://www.google.com/recaptcha\" "
650
+ "target=\"_blank\">www.google.com/recaptcha</a>"
651
+ msgstr ""
652
+
653
+ #: ../admin/manage-fields.php:88
654
+ msgid "Private Key"
655
+ msgstr ""
656
+
657
+ #: ../admin/manage-fields.php:88
658
+ msgid ""
659
+ "The private key from Google, <a href=\"http://www.google.com/recaptcha\" "
660
+ "target=\"_blank\">www.google.com/recaptcha</a>"
661
+ msgstr ""
662
+
663
+ #: ../admin/manage-fields.php:89
664
+ msgid "Default Value"
665
+ msgstr ""
666
+
667
+ #: ../admin/manage-fields.php:89
668
+ msgid "Default value of the field"
669
+ msgstr ""
670
+
671
+ #: ../admin/manage-fields.php:90
672
+ msgid "Default Option"
673
+ msgstr ""
674
+
675
+ #: ../admin/manage-fields.php:90
676
+ msgid "Specify the option which should be selected by default"
677
+ msgstr ""
678
+
679
+ #: ../admin/manage-fields.php:91
680
+ msgid "Default Option(s)"
681
+ msgstr ""
682
+
683
+ #: ../admin/manage-fields.php:91
684
+ msgid ""
685
+ "Specify the option which should be checked by default<br/>If there are "
686
+ "multiple values, separate them with a ',' (comma)"
687
+ msgstr ""
688
+
689
+ #: ../admin/manage-fields.php:92
690
+ msgid "Default Content"
691
+ msgstr ""
692
+
693
+ #: ../admin/manage-fields.php:92
694
+ msgid "Default value of the textarea"
695
+ msgstr ""
696
+
697
+ #: ../admin/manage-fields.php:93
698
+ msgid "Required"
699
+ msgstr ""
700
+
701
+ #: ../admin/manage-fields.php:93
702
+ msgid "Whether the field is required or not"
703
+ msgstr ""
704
+
705
+ #: ../admin/manage-fields.php:94
706
+ msgid "Overwrite Existing"
707
+ msgstr ""
708
+
709
+ #: ../admin/manage-fields.php:94
710
+ msgid ""
711
+ "Selecting 'Yes' will add the field to the list, but will overwrite any other "
712
+ "field in the database that has the same meta-name<br/>Use this at your own "
713
+ "risk"
714
+ msgstr ""
715
+
716
+ #: ../admin/manage-fields.php:100
717
+ msgid "Field Properties"
718
+ msgstr ""
719
+
720
+ #: ../admin/manage-fields.php:113
721
+ msgid "Registration & Edit Profile"
722
+ msgstr ""
723
+
724
+ #: ../admin/manage-fields.php:132
725
+ msgid "Name"
726
+ msgstr ""
727
+
728
+ #: ../admin/manage-fields.php:133
729
+ msgid "Usernames cannot be changed."
730
+ msgstr ""
731
+
732
+ #: ../admin/manage-fields.php:134
733
+ msgid "First Name"
734
+ msgstr ""
735
+
736
+ #: ../admin/manage-fields.php:135
737
+ msgid "Last Name"
738
+ msgstr ""
739
+
740
+ #: ../admin/manage-fields.php:136
741
+ msgid "Nickname"
742
+ msgstr ""
743
+
744
+ #: ../admin/manage-fields.php:137
745
+ msgid "Display name publicly as"
746
+ msgstr ""
747
+
748
+ #: ../admin/manage-fields.php:138
749
+ msgid "Contact Info"
750
+ msgstr ""
751
+
752
+ #: ../admin/manage-fields.php:139
753
+ #: ../features/admin-approval/class-admin-approval.php:180
754
+ #: ../features/email-confirmation/class-email-confirmation.php:154
755
+ #: ../modules/user-listing/userlisting.php:100
756
+ msgid "E-mail"
757
+ msgstr ""
758
+
759
+ #: ../admin/manage-fields.php:140
760
+ #: ../modules/email-customizer/email-customizer.php:31
761
+ #: ../modules/user-listing/userlisting.php:103
762
+ #: ../modules/user-listing/userlisting.php:537
763
+ #: ../modules/user-listing/userlisting.php:1109
764
+ msgid "Website"
765
+ msgstr ""
766
+
767
+ #: ../admin/manage-fields.php:144
768
+ msgid "AIM"
769
+ msgstr ""
770
+
771
+ #: ../admin/manage-fields.php:145
772
+ msgid "Yahoo IM"
773
+ msgstr ""
774
+
775
+ #: ../admin/manage-fields.php:146
776
+ msgid "Jabber / Google Talk"
777
+ msgstr ""
778
+
779
+ #: ../admin/manage-fields.php:149
780
+ msgid "About Yourself"
781
+ msgstr ""
782
+
783
+ #: ../admin/manage-fields.php:150 ../modules/user-listing/userlisting.php:106
784
+ #: ../modules/user-listing/userlisting.php:540
785
+ #: ../modules/user-listing/userlisting.php:1110
786
+ msgid "Biographical Info"
787
+ msgstr ""
788
+
789
+ #: ../admin/manage-fields.php:150
790
+ msgid ""
791
+ "Share a little biographical information to fill out your profile. This may "
792
+ "be shown publicly."
793
+ msgstr ""
794
+
795
+ #: ../admin/manage-fields.php:151 ../front-end/recover.php:75
796
+ #: ../modules/email-customizer/email-customizer.php:30
797
+ msgid "Password"
798
+ msgstr ""
799
+
800
+ #: ../admin/manage-fields.php:151
801
+ msgid "Type your password."
802
+ msgstr ""
803
+
804
+ #: ../admin/manage-fields.php:152 ../front-end/recover.php:80
805
+ msgid "Repeat Password"
806
+ msgstr ""
807
+
808
+ #: ../admin/manage-fields.php:152
809
+ msgid "Type your password again. "
810
+ msgstr ""
811
+
812
+ #: ../admin/manage-fields.php:279 ../admin/manage-fields.php:406
813
+ msgid "You must select a field\n"
814
+ msgstr ""
815
+
816
+ #: ../admin/manage-fields.php:289
817
+ msgid ""
818
+ "Please choose a different field type as this one already exists in your form "
819
+ "(must be unique)\n"
820
+ msgstr ""
821
+
822
+ #: ../admin/manage-fields.php:300
823
+ msgid "The entered avatar size is not between 20 and 200\n"
824
+ msgstr ""
825
+
826
+ #: ../admin/manage-fields.php:303
827
+ msgid "The entered avatar size is not numerical\n"
828
+ msgstr ""
829
+
830
+ #: ../admin/manage-fields.php:311
831
+ msgid "The entered row number is not numerical\n"
832
+ msgstr ""
833
+
834
+ #: ../admin/manage-fields.php:314
835
+ msgid "You must enter a value for the row number\n"
836
+ msgstr ""
837
+
838
+ #: ../admin/manage-fields.php:322
839
+ msgid "You must enter the public key\n"
840
+ msgstr ""
841
+
842
+ #: ../admin/manage-fields.php:324
843
+ msgid "You must enter the private key\n"
844
+ msgstr ""
845
+
846
+ #: ../admin/manage-fields.php:332
847
+ msgid "The entered value for the Datepicker is not a valid date-format\n"
848
+ msgstr ""
849
+
850
+ #: ../admin/manage-fields.php:335
851
+ msgid "You must enter a value for the date-format\n"
852
+ msgstr ""
853
+
854
+ #: ../admin/manage-fields.php:356 ../admin/manage-fields.php:364
855
+ #: ../admin/manage-fields.php:374
856
+ msgid "That meta-name is already in use\n"
857
+ msgstr ""
858
+
859
+ #: ../admin/manage-fields.php:396
860
+ #, php-format
861
+ msgid ""
862
+ "The following option(s) did not coincide with the ones in the options list: "
863
+ "%s\n"
864
+ msgstr ""
865
+
866
+ #: ../admin/manage-fields.php:400
867
+ #, php-format
868
+ msgid ""
869
+ "The following option did not coincide with the ones in the options list: %s\n"
870
+ msgstr ""
871
+
872
+ #: ../admin/manage-fields.php:413
873
+ msgid "That field is already added in this form\n"
874
+ msgstr ""
875
+
876
+ #: ../admin/manage-fields.php:462
877
+ msgid ""
878
+ "<pre>Title</pre><pre>Type</pre><pre>Meta Name</pre><pre class=\"wppb-mb-head-"
879
+ "required\">Required</pre>"
880
+ msgstr ""
881
+
882
+ #: ../admin/manage-fields.php:462
883
+ #: ../assets/lib/wck-api/wordpress-creation-kit.php:416
884
+ #: ../assets/lib/wck-api/wordpress-creation-kit.php:502
885
+ #: ../features/functions.php:590 ../features/functions.php:597
886
+ #: ../modules/multiple-forms/edit-profile-forms.php:267
887
+ msgid "Edit"
888
+ msgstr ""
889
+
890
+ #: ../admin/manage-fields.php:462
891
+ #: ../assets/lib/wck-api/wordpress-creation-kit.php:416
892
+ #: ../assets/lib/wck-api/wordpress-creation-kit.php:503
893
+ #: ../features/admin-approval/class-admin-approval.php:124
894
+ #: ../features/admin-approval/class-admin-approval.php:235
895
+ #: ../features/email-confirmation/class-email-confirmation.php:106
896
+ #: ../features/email-confirmation/class-email-confirmation.php:202
897
+ #: ../features/functions.php:583 ../features/functions.php:597
898
+ #: ../modules/multiple-forms/edit-profile-forms.php:267
899
+ msgid "Delete"
900
+ msgstr ""
901
+
902
+ #: ../admin/manage-fields.php:477
903
+ msgid "Use these shortcodes on the pages you want the forms to be displayed:"
904
+ msgstr ""
905
+
906
+ #: ../admin/manage-fields.php:483
907
+ msgid ""
908
+ "If you're interested in displaying different fields in the registration and "
909
+ "edit profile forms, please use the Multiple Registration & Edit Profile "
910
+ "Forms Addon."
911
+ msgstr ""
912
+
913
+ #: ../admin/register-version.php:11
914
+ msgid "Register Your Version"
915
+ msgstr ""
916
+
917
+ #: ../admin/register-version.php:11
918
+ msgid "Register Version"
919
+ msgstr ""
920
+
921
+ #: ../admin/register-version.php:57
922
+ #, php-format
923
+ msgid ""
924
+ "Now that you acquired a copy of %s, you should take the time and register it "
925
+ "with the serial number you received"
926
+ msgstr ""
927
+
928
+ #: ../admin/register-version.php:58
929
+ msgid ""
930
+ "If you register this version of Profile Builder, you'll receive information "
931
+ "regarding upgrades, patches, and technical support."
932
+ msgstr ""
933
+
934
+ #: ../admin/register-version.php:60
935
+ msgid " Serial Number:"
936
+ msgstr ""
937
+
938
+ #: ../admin/register-version.php:65
939
+ msgid "The serial number was successfully validated!"
940
+ msgstr ""
941
+
942
+ #: ../admin/register-version.php:67
943
+ msgid "The serial number entered couldn't be validated!"
944
+ msgstr ""
945
+
946
+ #: ../admin/register-version.php:69
947
+ msgid "The serial number couldn't be validated because it expired!"
948
+ msgstr ""
949
+
950
+ #: ../admin/register-version.php:71
951
+ msgid ""
952
+ "The serial number couldn't be validated because process timed out. This is "
953
+ "possible due to the server being down. Please try again later!"
954
+ msgstr ""
955
+
956
+ #: ../admin/register-version.php:73
957
+ msgid "(e.g. RMPB-15-SN-253a55baa4fbe7bf595b2aabb8d72985)"
958
+ msgstr ""
959
+
960
+ #: ../admin/register-version.php:216
961
+ #, php-format
962
+ msgid ""
963
+ "<p>Your <strong>Profile Builder</strong> serial number is invalid or "
964
+ "missing. <br/>Please %1$sregister your copy%2$s of Profile Builder to "
965
+ "receive access to automatic updates and support. Need a license key? "
966
+ "%3$sPurchase one now%4$s</p>"
967
+ msgstr ""
968
+
969
+ #: ../admin/register-version.php:219
970
+ #, php-format
971
+ msgid ""
972
+ "<p>Your <strong>Profile Builder</strong> licence has expired. <br/>Please "
973
+ "%1$sRenew Your Licence%2$s to receive access to automatic updates and "
974
+ "support. %3$sPurchase one now%4$s %5$sDismiss%6$s</p>"
975
+ msgstr ""
976
+
977
+ #: ../admin/register-version.php:224
978
+ #, php-format
979
+ msgid ""
980
+ "<p>Your <strong>Profile Builder</strong> serial number is about to expire on "
981
+ "%5$s. <br/>Please %1$sRenew Your Licence%2$s to receive access to automatic "
982
+ "updates and support. %3$sPurchase one now%4$s</p>"
983
+ msgstr ""
984
+
985
+ #: ../assets/lib/wck-api/fields/country select.php:14
986
+ #: ../assets/lib/wck-api/fields/cpt select.php:17
987
+ #: ../assets/lib/wck-api/fields/select.php:14
988
+ #: ../assets/lib/wck-api/fields/user select.php:15
989
+ msgid "...Choose"
990
+ msgstr ""
991
+
992
+ #: ../assets/lib/wck-api/fields/nested repeater.php:8
993
+ #, php-format
994
+ msgid "You can add the information for the %s after you add a entry"
995
+ msgstr ""
996
+
997
+ #: ../assets/lib/wck-api/fields/upload.php:31
998
+ #: ../assets/lib/wck-api/wordpress-creation-kit.php:1050
999
+ msgid "Remove"
1000
+ msgstr ""
1001
+
1002
+ #: ../assets/lib/wck-api/fields/upload.php:48
1003
+ msgid "Upload "
1004
+ msgstr ""
1005
+
1006
+ #: ../assets/lib/wck-api/wordpress-creation-kit.php:416
1007
+ #: ../features/functions.php:597
1008
+ msgid "Content"
1009
+ msgstr ""
1010
+
1011
+ #: ../assets/lib/wck-api/wordpress-creation-kit.php:502
1012
+ msgid "Edit this item"
1013
+ msgstr ""
1014
+
1015
+ #: ../assets/lib/wck-api/wordpress-creation-kit.php:503
1016
+ msgid "Delete this item"
1017
+ msgstr ""
1018
+
1019
+ #: ../assets/lib/wck-api/wordpress-creation-kit.php:644
1020
+ msgid "Please enter a value for the required field "
1021
+ msgstr ""
1022
+
1023
+ #: ../assets/lib/wck-api/wordpress-creation-kit.php:1009
1024
+ msgid "Select File"
1025
+ msgstr ""
1026
+
1027
+ #: ../assets/lib/wck-api/wordpress-creation-kit.php:1090
1028
+ msgid "Syncronize WCK"
1029
+ msgstr ""
1030
+
1031
+ #: ../assets/lib/wck-api/wordpress-creation-kit.php:1102
1032
+ msgid "Syncronize WCK Translation"
1033
+ msgstr ""
1034
+
1035
+ #: ../features/admin-approval/admin-approval.php:7
1036
+ #: ../features/admin-approval/class-admin-approval.php:489
1037
+ msgid "Admin Approval"
1038
+ msgstr ""
1039
+
1040
+ #: ../features/admin-approval/admin-approval.php:22
1041
+ #: ../features/email-confirmation/email-confirmation.php:58
1042
+ msgid "Do you want to"
1043
+ msgstr ""
1044
+
1045
+ #: ../features/admin-approval/admin-approval.php:45
1046
+ msgid "Your session has expired! Please refresh the page and try again"
1047
+ msgstr ""
1048
+
1049
+ #: ../features/admin-approval/admin-approval.php:56
1050
+ msgid "User successfully approved!"
1051
+ msgstr ""
1052
+
1053
+ #: ../features/admin-approval/admin-approval.php:64
1054
+ msgid "User successfully unapproved!"
1055
+ msgstr ""
1056
+
1057
+ #: ../features/admin-approval/admin-approval.php:70
1058
+ msgid "User successfully deleted!"
1059
+ msgstr ""
1060
+
1061
+ #: ../features/admin-approval/admin-approval.php:75
1062
+ #: ../features/admin-approval/admin-approval.php:140
1063
+ #: ../features/email-confirmation/email-confirmation.php:122
1064
+ msgid "You either don't have permission for that action or there was an error!"
1065
+ msgstr ""
1066
+
1067
+ #: ../features/admin-approval/admin-approval.php:87
1068
+ msgid "Your session has expired! Please refresh the page and try again."
1069
+ msgstr ""
1070
+
1071
+ #: ../features/admin-approval/admin-approval.php:107
1072
+ msgid "Users successfully approved!"
1073
+ msgstr ""
1074
+
1075
+ #: ../features/admin-approval/admin-approval.php:122
1076
+ msgid "Users successfully unapproved!"
1077
+ msgstr ""
1078
+
1079
+ #: ../features/admin-approval/admin-approval.php:135
1080
+ msgid "Users successfully deleted!"
1081
+ msgstr ""
1082
+
1083
+ #: ../features/admin-approval/admin-approval.php:150
1084
+ #, php-format
1085
+ msgid "Your account on %1$s has been approved!"
1086
+ msgstr ""
1087
+
1088
+ #: ../features/admin-approval/admin-approval.php:151
1089
+ #: ../features/admin-approval/admin-approval.php:154
1090
+ msgid "approved"
1091
+ msgstr ""
1092
+
1093
+ #: ../features/admin-approval/admin-approval.php:153
1094
+ #, php-format
1095
+ msgid "An administrator has just approved your account on %1$s (%2$s)."
1096
+ msgstr ""
1097
+
1098
+ #: ../features/admin-approval/admin-approval.php:157
1099
+ #, php-format
1100
+ msgid "Your account on %1$s has been unapproved!"
1101
+ msgstr ""
1102
+
1103
+ #: ../features/admin-approval/admin-approval.php:158
1104
+ #: ../features/admin-approval/admin-approval.php:161
1105
+ msgid "unapproved"
1106
+ msgstr ""
1107
+
1108
+ #: ../features/admin-approval/admin-approval.php:160
1109
+ #, php-format
1110
+ msgid "An administrator has just unapproved your account on %1$s (%2$s)."
1111
+ msgstr ""
1112
+
1113
+ #: ../features/admin-approval/admin-approval.php:177
1114
+ msgid ""
1115
+ "<strong>ERROR</strong>: Your account has to be confirmed by an administrator "
1116
+ "before you can log in."
1117
+ msgstr ""
1118
+
1119
+ #: ../features/admin-approval/admin-approval.php:189
1120
+ msgid ""
1121
+ "Your account has to be confirmed by an administrator before you can use the "
1122
+ "\"Password Recovery\" feature."
1123
+ msgstr ""
1124
+
1125
+ #: ../features/admin-approval/class-admin-approval.php:119
1126
+ msgid "View or Edit"
1127
+ msgstr ""
1128
+
1129
+ #: ../features/admin-approval/class-admin-approval.php:124
1130
+ msgid "delete this user?"
1131
+ msgstr ""
1132
+
1133
+ #: ../features/admin-approval/class-admin-approval.php:127
1134
+ msgid "unapprove this user?"
1135
+ msgstr ""
1136
+
1137
+ #: ../features/admin-approval/class-admin-approval.php:127
1138
+ #: ../features/admin-approval/class-admin-approval.php:234
1139
+ msgid "Unapprove"
1140
+ msgstr ""
1141
+
1142
+ #: ../features/admin-approval/class-admin-approval.php:129
1143
+ msgid "approve this user?"
1144
+ msgstr ""
1145
+
1146
+ #: ../features/admin-approval/class-admin-approval.php:129
1147
+ #: ../features/admin-approval/class-admin-approval.php:233
1148
+ msgid "Approve"
1149
+ msgstr ""
1150
+
1151
+ #: ../features/admin-approval/class-admin-approval.php:178
1152
+ #: ../modules/user-listing/userlisting.php:528
1153
+ #: ../modules/user-listing/userlisting.php:1112
1154
+ msgid "Firstname"
1155
+ msgstr ""
1156
+
1157
+ #: ../features/admin-approval/class-admin-approval.php:179
1158
+ #: ../modules/user-listing/userlisting.php:531
1159
+ #: ../modules/user-listing/userlisting.php:1113
1160
+ msgid "Lastname"
1161
+ msgstr ""
1162
+
1163
+ #: ../features/admin-approval/class-admin-approval.php:181
1164
+ #: ../modules/user-listing/userlisting.php:117
1165
+ msgid "Role"
1166
+ msgstr ""
1167
+
1168
+ #: ../features/admin-approval/class-admin-approval.php:182
1169
+ #: ../features/email-confirmation/class-email-confirmation.php:155
1170
+ msgid "Registered"
1171
+ msgstr ""
1172
+
1173
+ #: ../features/admin-approval/class-admin-approval.php:183
1174
+ msgid "User-status"
1175
+ msgstr ""
1176
+
1177
+ #: ../features/admin-approval/class-admin-approval.php:263
1178
+ msgid "Do you want to bulk approve the selected users?"
1179
+ msgstr ""
1180
+
1181
+ #: ../features/admin-approval/class-admin-approval.php:271
1182
+ msgid "Do you want to bulk unapprove the selected users?"
1183
+ msgstr ""
1184
+
1185
+ #: ../features/admin-approval/class-admin-approval.php:277
1186
+ msgid "Do you want to bulk delete the selected users?"
1187
+ msgstr ""
1188
+
1189
+ #: ../features/admin-approval/class-admin-approval.php:285
1190
+ #: ../features/email-confirmation/class-email-confirmation.php:263
1191
+ msgid "Sorry, but you don't have permission to do that!"
1192
+ msgstr ""
1193
+
1194
+ #: ../features/admin-approval/class-admin-approval.php:318
1195
+ msgid "Approved"
1196
+ msgstr ""
1197
+
1198
+ #: ../features/admin-approval/class-admin-approval.php:320
1199
+ msgid "Unapproved"
1200
+ msgstr ""
1201
+
1202
+ #: ../features/admin-approval/class-admin-approval.php:492
1203
+ #: ../features/email-confirmation/class-email-confirmation.php:448
1204
+ msgid "All Users"
1205
+ msgstr ""
1206
+
1207
+ #: ../features/class-list-table.php:184
1208
+ msgid "No items found."
1209
+ msgstr ""
1210
+
1211
+ #: ../features/class-list-table.php:308
1212
+ msgid "Bulk Actions"
1213
+ msgstr ""
1214
+
1215
+ #: ../features/class-list-table.php:318
1216
+ msgid "Apply"
1217
+ msgstr ""
1218
+
1219
+ #: ../features/class-list-table.php:402
1220
+ msgid "Show all dates"
1221
+ msgstr ""
1222
+
1223
+ #: ../features/class-list-table.php:415
1224
+ #, php-format
1225
+ msgid "%1$s %2$d"
1226
+ msgstr ""
1227
+
1228
+ #: ../features/class-list-table.php:431
1229
+ msgid "List View"
1230
+ msgstr ""
1231
+
1232
+ #: ../features/class-list-table.php:432
1233
+ msgid "Excerpt View"
1234
+ msgstr ""
1235
+
1236
+ #: ../features/class-list-table.php:458
1237
+ #, php-format
1238
+ msgid "%s pending"
1239
+ msgstr ""
1240
+
1241
+ #: ../features/class-list-table.php:526 ../features/class-list-table.php:941
1242
+ msgid "1 item"
1243
+ msgstr ""
1244
+
1245
+ #: ../features/class-list-table.php:566
1246
+ #, php-format
1247
+ msgid "%1$s of %2$s"
1248
+ msgstr ""
1249
+
1250
+ #: ../features/class-list-table.php:713
1251
+ msgid "Select All"
1252
+ msgstr ""
1253
+
1254
+ #: ../features/email-confirmation/class-email-confirmation.php:106
1255
+ msgid "delete this user from the _signups table?"
1256
+ msgstr ""
1257
+
1258
+ #: ../features/email-confirmation/class-email-confirmation.php:107
1259
+ msgid "confirm this email yourself?"
1260
+ msgstr ""
1261
+
1262
+ #: ../features/email-confirmation/class-email-confirmation.php:107
1263
+ #: ../features/email-confirmation/class-email-confirmation.php:203
1264
+ msgid "Confirm Email"
1265
+ msgstr ""
1266
+
1267
+ #: ../features/email-confirmation/class-email-confirmation.php:108
1268
+ msgid "resend the activation link?"
1269
+ msgstr ""
1270
+
1271
+ #: ../features/email-confirmation/class-email-confirmation.php:108
1272
+ #: ../features/email-confirmation/class-email-confirmation.php:204
1273
+ msgid "Resend Activation Email"
1274
+ msgstr ""
1275
+
1276
+ #: ../features/email-confirmation/class-email-confirmation.php:234
1277
+ #, php-format
1278
+ msgid "%s couldn't be deleted"
1279
+ msgstr ""
1280
+
1281
+ #: ../features/email-confirmation/class-email-confirmation.php:238
1282
+ msgid "All users have been successfully deleted"
1283
+ msgstr ""
1284
+
1285
+ #: ../features/email-confirmation/class-email-confirmation.php:248
1286
+ msgid "The selected users have been activated"
1287
+ msgstr ""
1288
+
1289
+ #: ../features/email-confirmation/class-email-confirmation.php:259
1290
+ msgid "The selected users have had their activation emails resent"
1291
+ msgstr ""
1292
+
1293
+ #: ../features/email-confirmation/class-email-confirmation.php:445
1294
+ #: ../features/email-confirmation/email-confirmation.php:47
1295
+ msgid "Users with Unconfirmed Email Address"
1296
+ msgstr ""
1297
+
1298
+ #: ../features/email-confirmation/email-confirmation.php:97
1299
+ msgid "There was an error performing that action!"
1300
+ msgstr ""
1301
+
1302
+ #: ../features/email-confirmation/email-confirmation.php:105
1303
+ msgid "The selected user couldn't be deleted"
1304
+ msgstr ""
1305
+
1306
+ #: ../features/email-confirmation/email-confirmation.php:116
1307
+ msgid "Email notification resent to user"
1308
+ msgstr ""
1309
+
1310
+ #: ../features/email-confirmation/email-confirmation.php:349
1311
+ #, php-format
1312
+ msgid "[%1$s] Activate %2$s"
1313
+ msgstr ""
1314
+
1315
+ #: ../features/email-confirmation/email-confirmation.php:350
1316
+ #, php-format
1317
+ msgid ""
1318
+ "To activate your user, please click the following link:\n"
1319
+ "\n"
1320
+ "%s%s%s\n"
1321
+ "\n"
1322
+ "After you activate it you will receive yet *another email* with your login."
1323
+ msgstr ""
1324
+
1325
+ #: ../features/email-confirmation/email-confirmation.php:387
1326
+ #: ../front-end/register.php:67
1327
+ msgid "Could not create user!"
1328
+ msgstr ""
1329
+
1330
+ #: ../features/email-confirmation/email-confirmation.php:390
1331
+ msgid "That username is already activated!"
1332
+ msgstr ""
1333
+
1334
+ #: ../features/email-confirmation/email-confirmation.php:410
1335
+ msgid "There was an error while trying to activate the user"
1336
+ msgstr ""
1337
+
1338
+ #: ../features/email-confirmation/email-confirmation.php:448
1339
+ #: ../modules/email-customizer/admin-email-customizer.php:73
1340
+ msgid "A new subscriber has (been) registered!"
1341
+ msgstr ""
1342
+
1343
+ #: ../features/email-confirmation/email-confirmation.php:451
1344
+ #, php-format
1345
+ msgid "New subscriber on %1$s.<br/><br/>Username:%2$s<br/>E-mail:%3$s<br/>"
1346
+ msgstr ""
1347
+
1348
+ #: ../features/email-confirmation/email-confirmation.php:456
1349
+ msgid ""
1350
+ "The \"Admin Approval\" feature was activated at the time of registration, so "
1351
+ "please remember that you need to approve this user before he/she can log in!"
1352
+ msgstr ""
1353
+
1354
+ #: ../features/email-confirmation/email-confirmation.php:471
1355
+ #, php-format
1356
+ msgid "[%1$s] Your new account information"
1357
+ msgstr ""
1358
+
1359
+ #: ../features/email-confirmation/email-confirmation.php:474
1360
+ #, php-format
1361
+ msgid "Welcome to %1$s!<br/><br/><br/>Your username is:%2$s and password:%3$s"
1362
+ msgstr ""
1363
+
1364
+ #: ../features/email-confirmation/email-confirmation.php:479
1365
+ #: ../front-end/register.php:93
1366
+ msgid ""
1367
+ "Before you can access your account, an administrator needs to approve it. "
1368
+ "You will be notified via email."
1369
+ msgstr ""
1370
+
1371
+ #: ../features/functions.php:193 ../features/functions.php:194
1372
+ msgid "Profile Builder"
1373
+ msgstr ""
1374
+
1375
+ #: ../features/functions.php:261
1376
+ msgid "The user-validation has failed - the avatar was not deleted!"
1377
+ msgstr ""
1378
+
1379
+ #: ../features/functions.php:272
1380
+ msgid "The user-validation has failed - the attachment was not deleted!"
1381
+ msgstr ""
1382
+
1383
+ #: ../features/functions.php:443
1384
+ msgid "Strength indicator"
1385
+ msgstr ""
1386
+
1387
+ #: ../features/functions.php:468
1388
+ msgid "Very Weak"
1389
+ msgstr ""
1390
+
1391
+ #: ../features/functions.php:482
1392
+ msgid "Minimum length of "
1393
+ msgstr ""
1394
+
1395
+ #: ../features/functions.php:576
1396
+ msgid "Cancel"
1397
+ msgstr ""
1398
+
1399
+ #: ../features/login-widget/login-widget.php:10
1400
+ msgid "This login widget lets you add a login form in the sidebar."
1401
+ msgstr ""
1402
+
1403
+ #: ../features/login-widget/login-widget.php:15
1404
+ msgid "Profile Builder Login Widget"
1405
+ msgstr ""
1406
+
1407
+ #: ../features/login-widget/login-widget.php:40
1408
+ #: ../front-end/class-formbuilder.php:274
1409
+ msgid "Register"
1410
+ msgstr ""
1411
+
1412
+ #: ../features/login-widget/login-widget.php:41
1413
+ msgid "Don't have an account?"
1414
+ msgstr ""
1415
+
1416
+ #: ../features/login-widget/login-widget.php:46
1417
+ msgid "Lost Password"
1418
+ msgstr ""
1419
+
1420
+ #: ../features/login-widget/login-widget.php:46
1421
+ msgid "Lost Your Password?"
1422
+ msgstr ""
1423
+
1424
+ #: ../features/login-widget/login-widget.php:79
1425
+ msgid "Title:"
1426
+ msgstr ""
1427
+
1428
+ #: ../features/login-widget/login-widget.php:84
1429
+ msgid "After login redirect URL (optional):"
1430
+ msgstr ""
1431
+
1432
+ #: ../features/login-widget/login-widget.php:89
1433
+ msgid "Register page URL (optional):"
1434
+ msgstr ""
1435
+
1436
+ #: ../features/login-widget/login-widget.php:94
1437
+ msgid "Password Recovery page URL (optional):"
1438
+ msgstr ""
1439
+
1440
+ #: ../features/upgrades/upgrades-functions.php:91
1441
+ #: ../features/upgrades/upgrades-functions.php:134
1442
+ msgid "The usernames cannot be changed."
1443
+ msgstr ""
1444
+
1445
+ #: ../front-end/class-formbuilder.php:83
1446
+ msgid "Only an administrator can add new users."
1447
+ msgstr ""
1448
+
1449
+ #: ../front-end/class-formbuilder.php:93
1450
+ msgid "Users can register themselves or you can manually create users here."
1451
+ msgstr ""
1452
+
1453
+ #: ../front-end/class-formbuilder.php:96
1454
+ msgid ""
1455
+ "Users cannot currently register themselves, but you can manually create "
1456
+ "users here."
1457
+ msgstr ""
1458
+
1459
+ #: ../front-end/class-formbuilder.php:108
1460
+ #, php-format
1461
+ msgid "You are currently logged in as %1s. You don't need another account. %2s"
1462
+ msgstr ""
1463
+
1464
+ #: ../front-end/class-formbuilder.php:108
1465
+ msgid "Log out of this account."
1466
+ msgstr ""
1467
+
1468
+ #: ../front-end/class-formbuilder.php:108
1469
+ msgid "Logout"
1470
+ msgstr ""
1471
+
1472
+ #: ../front-end/class-formbuilder.php:114
1473
+ msgid "You must be logged in to edit your profile."
1474
+ msgstr ""
1475
+
1476
+ #: ../front-end/class-formbuilder.php:137
1477
+ msgid "here"
1478
+ msgstr ""
1479
+
1480
+ #: ../front-end/class-formbuilder.php:139
1481
+ #, php-format
1482
+ msgid ""
1483
+ "You will soon be redirected automatically. If you see this page for more "
1484
+ "than %1$d seconds, please click %2$s.%3$s"
1485
+ msgstr ""
1486
+
1487
+ #: ../front-end/class-formbuilder.php:224
1488
+ #, php-format
1489
+ msgid "The account %1s has been successfully created!"
1490
+ msgstr ""
1491
+
1492
+ #: ../front-end/class-formbuilder.php:227
1493
+ #: ../front-end/class-formbuilder.php:233
1494
+ #, php-format
1495
+ msgid ""
1496
+ "Before you can access your account %1s, you need to confirm your email "
1497
+ "address. Please check your inbox and click the activation link."
1498
+ msgstr ""
1499
+
1500
+ #: ../front-end/class-formbuilder.php:230
1501
+ #, php-format
1502
+ msgid ""
1503
+ "Before you can access your account %1s, an administrator has to approve it. "
1504
+ "You will be notified via email."
1505
+ msgstr ""
1506
+
1507
+ #: ../front-end/class-formbuilder.php:243
1508
+ msgid "Your profile has been successfully updated!"
1509
+ msgstr ""
1510
+
1511
+ #: ../front-end/class-formbuilder.php:253
1512
+ msgid "There was an error in the submitted form"
1513
+ msgstr ""
1514
+
1515
+ #: ../front-end/class-formbuilder.php:274
1516
+ msgid "Add User"
1517
+ msgstr ""
1518
+
1519
+ #: ../front-end/class-formbuilder.php:277
1520
+ msgid "Update"
1521
+ msgstr ""
1522
+
1523
+ #: ../front-end/class-formbuilder.php:314
1524
+ #: ../front-end/extra-fields/extra-fields.php:33
1525
+ msgid "The avatar was successfully deleted!"
1526
+ msgstr ""
1527
+
1528
+ #: ../front-end/class-formbuilder.php:314
1529
+ #: ../front-end/extra-fields/extra-fields.php:35
1530
+ msgid "The following attachment was successfully deleted:"
1531
+ msgstr ""
1532
+
1533
+ #: ../front-end/class-formbuilder.php:326
1534
+ msgid "Send these credentials via email."
1535
+ msgstr ""
1536
+
1537
+ #: ../front-end/default-fields/email/email.php:42
1538
+ msgid "The email you entered is not a valid email address."
1539
+ msgstr ""
1540
+
1541
+ #: ../front-end/default-fields/email/email.php:49
1542
+ msgid "This email is already reserved to be used soon."
1543
+ msgstr ""
1544
+
1545
+ #: ../front-end/default-fields/email/email.php:49
1546
+ #: ../front-end/default-fields/email/email.php:55
1547
+ #: ../front-end/default-fields/email/email.php:62
1548
+ #: ../front-end/default-fields/username/username.php:44
1549
+ #: ../front-end/default-fields/username/username.php:51
1550
+ msgid "Please try a different one!"
1551
+ msgstr ""
1552
+
1553
+ #: ../front-end/default-fields/email/email.php:55
1554
+ #: ../front-end/default-fields/email/email.php:62
1555
+ msgid "This email is already in use."
1556
+ msgstr ""
1557
+
1558
+ #: ../front-end/default-fields/password-repeat/password-repeat.php:35
1559
+ #: ../front-end/default-fields/password-repeat/password-repeat.php:39
1560
+ msgid "The passwords do not match"
1561
+ msgstr ""
1562
+
1563
+ #: ../front-end/default-fields/password/password.php:44
1564
+ #: ../front-end/recover.php:231
1565
+ msgid "<br/>The password must have the minimum length of "
1566
+ msgstr ""
1567
+
1568
+ #: ../front-end/default-fields/password/password.php:48
1569
+ #: ../front-end/recover.php:235
1570
+ msgid "<br/>The password must have a minimum strength of "
1571
+ msgstr ""
1572
+
1573
+ #: ../front-end/default-fields/username/username.php:44
1574
+ msgid "This username already exists."
1575
+ msgstr ""
1576
+
1577
+ #: ../front-end/default-fields/username/username.php:51
1578
+ msgid "This username is already reserved to be used soon."
1579
+ msgstr ""
1580
+
1581
+ #: ../front-end/extra-fields/avatar/avatar.php:47
1582
+ #: ../front-end/extra-fields/avatar/avatar.php:84
1583
+ #: ../front-end/extra-fields/upload/upload.php:29
1584
+ #: ../front-end/extra-fields/upload/upload.php:68
1585
+ msgid "max upload size"
1586
+ msgstr ""
1587
+
1588
+ #: ../front-end/extra-fields/avatar/avatar.php:53
1589
+ msgid "Current avatar: No uploaded avatar"
1590
+ msgstr ""
1591
+
1592
+ #: ../front-end/extra-fields/avatar/avatar.php:58
1593
+ #: ../front-end/extra-fields/avatar/avatar.php:91
1594
+ msgid "Avatar"
1595
+ msgstr ""
1596
+
1597
+ #: ../front-end/extra-fields/avatar/avatar.php:62
1598
+ #: ../front-end/extra-fields/avatar/avatar.php:67
1599
+ #: ../front-end/extra-fields/avatar/avatar.php:94
1600
+ #: ../front-end/extra-fields/avatar/avatar.php:96
1601
+ msgid "Click to see the current avatar"
1602
+ msgstr ""
1603
+
1604
+ #: ../front-end/extra-fields/avatar/avatar.php:64
1605
+ #: ../front-end/extra-fields/avatar/avatar.php:94
1606
+ msgid ""
1607
+ "The avatar can't be deleted (It was marked as required by the administrator)"
1608
+ msgstr ""
1609
+
1610
+ #: ../front-end/extra-fields/avatar/avatar.php:69
1611
+ #: ../front-end/extra-fields/avatar/avatar.php:96
1612
+ msgid "Are you sure you want to delete this avatar?"
1613
+ msgstr ""
1614
+
1615
+ #: ../front-end/extra-fields/avatar/avatar.php:70
1616
+ #: ../front-end/extra-fields/avatar/avatar.php:96
1617
+ msgid "Click to delete the current avatar"
1618
+ msgstr ""
1619
+
1620
+ #: ../front-end/extra-fields/avatar/avatar.php:78
1621
+ #: ../front-end/extra-fields/checkbox/checkbox.php:46
1622
+ #: ../front-end/extra-fields/datepicker/datepicker.php:44
1623
+ #: ../front-end/extra-fields/input-hidden/input-hidden.php:32
1624
+ #: ../front-end/extra-fields/input/input.php:28
1625
+ #: ../front-end/extra-fields/radio/radio.php:42
1626
+ #: ../front-end/extra-fields/select-multiple/select-multiple.php:44
1627
+ #: ../front-end/extra-fields/select-timezone/select-timezone.php:42
1628
+ #: ../front-end/extra-fields/select/select.php:44
1629
+ #: ../front-end/extra-fields/textarea/textarea.php:28
1630
+ #: ../front-end/extra-fields/upload/upload.php:62
1631
+ msgid "required"
1632
+ msgstr ""
1633
+
1634
+ #: ../front-end/extra-fields/avatar/avatar.php:87
1635
+ msgid "Current avatar"
1636
+ msgstr ""
1637
+
1638
+ #: ../front-end/extra-fields/avatar/avatar.php:87
1639
+ msgid "No uploaded avatar"
1640
+ msgstr ""
1641
+
1642
+ #: ../front-end/extra-fields/avatar/avatar.php:189
1643
+ #: ../front-end/extra-fields/upload/upload.php:173
1644
+ msgid "The extension of the file did not match"
1645
+ msgstr ""
1646
+
1647
+ #: ../front-end/extra-fields/avatar/avatar.php:192
1648
+ #: ../front-end/extra-fields/avatar/avatar.php:195
1649
+ #: ../front-end/extra-fields/upload/upload.php:177
1650
+ #: ../front-end/extra-fields/upload/upload.php:180
1651
+ msgid "The file uploaded exceeds the upload_max_filesize directive in php.ini"
1652
+ msgstr ""
1653
+
1654
+ #: ../front-end/extra-fields/avatar/avatar.php:198
1655
+ #: ../front-end/extra-fields/upload/upload.php:183
1656
+ msgid "The file uploaded exceeds the MAX_FILE_SIZE directive in php.ini"
1657
+ msgstr ""
1658
+
1659
+ #: ../front-end/extra-fields/avatar/avatar.php:201
1660
+ msgid "The file could only partially be uploaded "
1661
+ msgstr ""
1662
+
1663
+ #: ../front-end/extra-fields/avatar/avatar.php:204
1664
+ #: ../front-end/extra-fields/avatar/avatar.php:225
1665
+ #: ../front-end/extra-fields/avatar/avatar.php:228
1666
+ #: ../front-end/extra-fields/upload/upload.php:189
1667
+ #: ../front-end/extra-fields/upload/upload.php:210
1668
+ #: ../front-end/extra-fields/upload/upload.php:213
1669
+ msgid "No file was selected"
1670
+ msgstr ""
1671
+
1672
+ #: ../front-end/extra-fields/avatar/avatar.php:207
1673
+ #: ../front-end/extra-fields/upload/upload.php:192
1674
+ msgid "The temporary upload folder is missing from the system"
1675
+ msgstr ""
1676
+
1677
+ #: ../front-end/extra-fields/avatar/avatar.php:210
1678
+ #: ../front-end/extra-fields/upload/upload.php:195
1679
+ msgid "The file failed to write to the disk"
1680
+ msgstr ""
1681
+
1682
+ #: ../front-end/extra-fields/avatar/avatar.php:213
1683
+ #: ../front-end/extra-fields/upload/upload.php:198
1684
+ msgid "A PHP extension stopped the file upload"
1685
+ msgstr ""
1686
+
1687
+ #: ../front-end/extra-fields/avatar/avatar.php:216
1688
+ msgid "Unknown error occurred"
1689
+ msgstr ""
1690
+
1691
+ #: ../front-end/extra-fields/extra-fields.php:94 ../front-end/login.php:63
1692
+ #: ../front-end/login.php:70 ../front-end/login.php:80
1693
+ #: ../front-end/recover.php:17 ../front-end/recover.php:206
1694
+ msgid "ERROR"
1695
+ msgstr ""
1696
+
1697
+ #: ../front-end/extra-fields/recaptcha/recaptcha.php:48
1698
+ msgid "Could not open socket!"
1699
+ msgstr ""
1700
+
1701
+ #: ../front-end/extra-fields/recaptcha/recaptcha.php:75
1702
+ msgid "To use reCAPTCHA you must get an API key from"
1703
+ msgstr ""
1704
+
1705
+ #: ../front-end/extra-fields/recaptcha/recaptcha.php:114
1706
+ msgid "For security reasons, you must pass the remote ip to reCAPTCHA!"
1707
+ msgstr ""
1708
+
1709
+ #: ../front-end/extra-fields/recaptcha/recaptcha.php:171
1710
+ msgid ""
1711
+ "To use reCAPTCHA Mailhide, you need to have the mcrypt php module installed!"
1712
+ msgstr ""
1713
+
1714
+ #: ../front-end/extra-fields/recaptcha/recaptcha.php:187
1715
+ msgid ""
1716
+ "To use reCAPTCHA Mailhide, you have to sign up for a public and private key; "
1717
+ "you can do so at"
1718
+ msgstr ""
1719
+
1720
+ #: ../front-end/extra-fields/recaptcha/recaptcha.php:254
1721
+ msgid "To use reCAPTCHA you must get an API public key from:"
1722
+ msgstr ""
1723
+
1724
+ #: ../front-end/extra-fields/recaptcha/recaptcha.php:257
1725
+ msgid "To use reCAPTCHA you must get an API private key from:"
1726
+ msgstr ""
1727
+
1728
+ #: ../front-end/extra-fields/upload/upload.php:35
1729
+ msgid "Current file: No uploaded attachment"
1730
+ msgstr ""
1731
+
1732
+ #: ../front-end/extra-fields/upload/upload.php:39
1733
+ #: ../front-end/extra-fields/upload/upload.php:48
1734
+ #: ../front-end/extra-fields/upload/upload.php:71
1735
+ #: ../front-end/extra-fields/upload/upload.php:75
1736
+ #: ../front-end/extra-fields/upload/upload.php:77
1737
+ msgid "Current file"
1738
+ msgstr ""
1739
+
1740
+ #: ../front-end/extra-fields/upload/upload.php:42
1741
+ #: ../front-end/extra-fields/upload/upload.php:51
1742
+ #: ../front-end/extra-fields/upload/upload.php:75
1743
+ #: ../front-end/extra-fields/upload/upload.php:77
1744
+ msgid "Click to see the current attachment"
1745
+ msgstr ""
1746
+
1747
+ #: ../front-end/extra-fields/upload/upload.php:44
1748
+ #: ../front-end/extra-fields/upload/upload.php:75
1749
+ msgid ""
1750
+ "The attachment can't be deleted (It was marked as required by the "
1751
+ "administrator)"
1752
+ msgstr ""
1753
+
1754
+ #: ../front-end/extra-fields/upload/upload.php:53
1755
+ #: ../front-end/extra-fields/upload/upload.php:77
1756
+ msgid "Are you sure you want to delete this attachment?"
1757
+ msgstr ""
1758
+
1759
+ #: ../front-end/extra-fields/upload/upload.php:54
1760
+ #: ../front-end/extra-fields/upload/upload.php:77
1761
+ msgid "Click to delete the current attachment"
1762
+ msgstr ""
1763
+
1764
+ #: ../front-end/extra-fields/upload/upload.php:71
1765
+ msgid "No uploaded attachment"
1766
+ msgstr ""
1767
+
1768
+ #: ../front-end/extra-fields/upload/upload.php:164
1769
+ msgid "The extension of the file is not allowed"
1770
+ msgstr ""
1771
+
1772
+ #: ../front-end/extra-fields/upload/upload.php:186
1773
+ msgid "The file could only partially be uploaded"
1774
+ msgstr ""
1775
+
1776
+ #: ../front-end/extra-fields/upload/upload.php:201
1777
+ msgid "This field wasn't updated because an unknown error occured"
1778
+ msgstr ""
1779
+
1780
+ #: ../front-end/login.php:63
1781
+ msgid "The password you entered is incorrect."
1782
+ msgstr ""
1783
+
1784
+ #: ../front-end/login.php:64 ../front-end/login.php:71
1785
+ msgid "Password Lost and Found."
1786
+ msgstr ""
1787
+
1788
+ #: ../front-end/login.php:64 ../front-end/login.php:71
1789
+ msgid "Lost your password"
1790
+ msgstr ""
1791
+
1792
+ #: ../front-end/login.php:70
1793
+ msgid "Invalid username."
1794
+ msgstr ""
1795
+
1796
+ #: ../front-end/login.php:75
1797
+ msgid "username"
1798
+ msgstr ""
1799
+
1800
+ #: ../front-end/login.php:75
1801
+ msgid "email"
1802
+ msgstr ""
1803
+
1804
+ #: ../front-end/login.php:80
1805
+ msgid "Both fields are empty."
1806
+ msgstr ""
1807
+
1808
+ #: ../front-end/login.php:173
1809
+ #, php-format
1810
+ msgid "You are currently logged in as %1$s. %2$s"
1811
+ msgstr ""
1812
+
1813
+ #: ../front-end/login.php:173
1814
+ msgid "Log out of this account"
1815
+ msgstr ""
1816
+
1817
+ #: ../front-end/login.php:173
1818
+ msgid "Log out"
1819
+ msgstr ""
1820
+
1821
+ #: ../front-end/recover.php:17
1822
+ msgid ""
1823
+ "Your account has to be confirmed by an administrator before you can use the "
1824
+ "\"Password Reset\" feature."
1825
+ msgstr ""
1826
+
1827
+ #: ../front-end/recover.php:91
1828
+ msgid "Reset Password"
1829
+ msgstr ""
1830
+
1831
+ #: ../front-end/recover.php:111
1832
+ msgid "Please enter your username or email address."
1833
+ msgstr ""
1834
+
1835
+ #: ../front-end/recover.php:112
1836
+ msgid "You will receive a link to create a new password via email."
1837
+ msgstr ""
1838
+
1839
+ #: ../front-end/recover.php:119
1840
+ msgid "Username or E-mail"
1841
+ msgstr ""
1842
+
1843
+ #: ../front-end/recover.php:125
1844
+ msgid "Get New Password"
1845
+ msgstr ""
1846
+
1847
+ #: ../front-end/recover.php:164
1848
+ msgid "The username entered wasn't found in the database!"
1849
+ msgstr ""
1850
+
1851
+ #: ../front-end/recover.php:164
1852
+ msgid "Please check that you entered the correct username."
1853
+ msgstr ""
1854
+
1855
+ #: ../front-end/recover.php:179
1856
+ msgid "Check your e-mail for the confirmation link."
1857
+ msgstr ""
1858
+
1859
+ #: ../front-end/recover.php:194
1860
+ #, php-format
1861
+ msgid ""
1862
+ "Someone requested that the password be reset for the following account: <b>"
1863
+ "%1$s</b><br/>If this was a mistake, just ignore this email and nothing will "
1864
+ "happen.<br/>To reset your password, visit the following link:%2$s"
1865
+ msgstr ""
1866
+
1867
+ #: ../front-end/recover.php:197
1868
+ #, php-format
1869
+ msgid "Password Reset from \"%1$s\""
1870
+ msgstr ""
1871
+
1872
+ #: ../front-end/recover.php:206
1873
+ #, php-format
1874
+ msgid "There was an error while trying to send the activation link to %1$s!"
1875
+ msgstr ""
1876
+
1877
+ #: ../front-end/recover.php:215
1878
+ msgid "The email address entered wasn't found in the database!"
1879
+ msgstr ""
1880
+
1881
+ #: ../front-end/recover.php:215
1882
+ msgid "Please check that you entered the correct email address."
1883
+ msgstr ""
1884
+
1885
+ #: ../front-end/recover.php:242
1886
+ msgid "Your password has been successfully changed!"
1887
+ msgstr ""
1888
+
1889
+ #: ../front-end/recover.php:256
1890
+ #, php-format
1891
+ msgid "You have successfully reset your password to: %1$s"
1892
+ msgstr ""
1893
+
1894
+ #: ../front-end/recover.php:259 ../front-end/recover.php:273
1895
+ #, php-format
1896
+ msgid "Password Successfully Reset for %1$s on \"%2$s\""
1897
+ msgstr ""
1898
+
1899
+ #: ../front-end/recover.php:270
1900
+ #, php-format
1901
+ msgid ""
1902
+ "%1$s has requested a password change via the password reset feature.<br/>His/"
1903
+ "her new password is:%2$s"
1904
+ msgstr ""
1905
+
1906
+ #: ../front-end/recover.php:289
1907
+ msgid "The entered passwords don't match!"
1908
+ msgstr ""
1909
+
1910
+ #: ../front-end/recover.php:334
1911
+ msgid "ERROR:"
1912
+ msgstr ""
1913
+
1914
+ #: ../front-end/recover.php:334
1915
+ msgid "Invalid key!"
1916
+ msgstr ""
1917
+
1918
+ #: ../front-end/register.php:46
1919
+ msgid "Invalid activation key!"
1920
+ msgstr ""
1921
+
1922
+ #: ../front-end/register.php:50
1923
+ msgid "This username is now active!"
1924
+ msgstr ""
1925
+
1926
+ #: ../front-end/register.php:70
1927
+ msgid "This username is already activated!"
1928
+ msgstr ""
1929
+
1930
+ #: ../front-end/register.php:92
1931
+ msgid "Your email was successfully confirmed."
1932
+ msgstr ""
1933
+
1934
+ #: ../front-end/register.php:102
1935
+ msgid "There was an error while trying to activate the user."
1936
+ msgstr ""
1937
+
1938
+ #: ../index.php:159
1939
+ #, php-format
1940
+ msgid ""
1941
+ "<p style=\"position:relative;\">Halloween treat: 30&#37; OFF on all Profile "
1942
+ "Builder purchases 29 - 30 -31 October over at %1$swww.cozmslabs.com%2$s Get "
1943
+ "your discount code! %3$sDismiss%4$s</p>"
1944
+ msgstr ""
1945
+
1946
+ #: ../modules/class-mustache-templates/class-mustache-templates.php:239
1947
+ msgid "Save"
1948
+ msgstr ""
1949
+
1950
+ #: ../modules/custom-redirects/custom-redirects.php:35
1951
+ msgid "Redirects on custom page requests:"
1952
+ msgstr ""
1953
+
1954
+ #: ../modules/custom-redirects/custom-redirects.php:39
1955
+ #: ../modules/custom-redirects/custom-redirects.php:85
1956
+ msgid "Action"
1957
+ msgstr ""
1958
+
1959
+ #: ../modules/custom-redirects/custom-redirects.php:40
1960
+ #: ../modules/custom-redirects/custom-redirects.php:86
1961
+ #: ../modules/multiple-forms/edit-profile-forms.php:206
1962
+ #: ../modules/multiple-forms/register-forms.php:230
1963
+ msgid "Redirect"
1964
+ msgstr ""
1965
+
1966
+ #: ../modules/custom-redirects/custom-redirects.php:41
1967
+ #: ../modules/custom-redirects/custom-redirects.php:87
1968
+ #: ../modules/multiple-forms/edit-profile-forms.php:208
1969
+ #: ../modules/multiple-forms/register-forms.php:232
1970
+ msgid "URL"
1971
+ msgstr ""
1972
+
1973
+ #: ../modules/custom-redirects/custom-redirects.php:46
1974
+ msgid "After Registration:"
1975
+ msgstr ""
1976
+
1977
+ #: ../modules/custom-redirects/custom-redirects.php:48
1978
+ #: ../modules/custom-redirects/custom-redirects.php:58
1979
+ #: ../modules/custom-redirects/custom-redirects.php:68
1980
+ #: ../modules/custom-redirects/custom-redirects.php:94
1981
+ #: ../modules/custom-redirects/custom-redirects.php:104
1982
+ #: ../modules/custom-redirects/custom-redirects.php:114
1983
+ #: ../modules/custom-redirects/custom-redirects.php:124
1984
+ #: ../modules/modules.php:99 ../modules/modules.php:106
1985
+ #: ../modules/modules.php:113 ../modules/modules.php:120
1986
+ #: ../modules/modules.php:127 ../modules/modules.php:134
1987
+ msgid "Active"
1988
+ msgstr ""
1989
+
1990
+ #: ../modules/custom-redirects/custom-redirects.php:49
1991
+ #: ../modules/custom-redirects/custom-redirects.php:59
1992
+ #: ../modules/custom-redirects/custom-redirects.php:69
1993
+ #: ../modules/custom-redirects/custom-redirects.php:95
1994
+ #: ../modules/custom-redirects/custom-redirects.php:105
1995
+ #: ../modules/custom-redirects/custom-redirects.php:115
1996
+ #: ../modules/custom-redirects/custom-redirects.php:125
1997
+ #: ../modules/modules.php:100 ../modules/modules.php:107
1998
+ #: ../modules/modules.php:114 ../modules/modules.php:121
1999
+ #: ../modules/modules.php:128 ../modules/modules.php:135
2000
+ msgid "Inactive"
2001
+ msgstr ""
2002
+
2003
+ #: ../modules/custom-redirects/custom-redirects.php:56
2004
+ msgid "After Login:"
2005
+ msgstr ""
2006
+
2007
+ #: ../modules/custom-redirects/custom-redirects.php:66
2008
+ msgid "Recover Password (*)"
2009
+ msgstr ""
2010
+
2011
+ #: ../modules/custom-redirects/custom-redirects.php:77
2012
+ msgid ""
2013
+ "When activated this feature will redirect the user on both the default "
2014
+ "Wordpress password recovery page and the \"Lost password?\" link used by "
2015
+ "Profile Builder on the front-end login page."
2016
+ msgstr ""
2017
+
2018
+ #: ../modules/custom-redirects/custom-redirects.php:81
2019
+ msgid "Redirects on default WordPress page requests:"
2020
+ msgstr ""
2021
+
2022
+ #: ../modules/custom-redirects/custom-redirects.php:92
2023
+ msgid "Default WordPress Login Page"
2024
+ msgstr ""
2025
+
2026
+ #: ../modules/custom-redirects/custom-redirects.php:102
2027
+ msgid "Default WordPress Logout Page"
2028
+ msgstr ""
2029
+
2030
+ #: ../modules/custom-redirects/custom-redirects.php:112
2031
+ msgid "Default WordPress Register Page"
2032
+ msgstr ""
2033
+
2034
+ #: ../modules/custom-redirects/custom-redirects.php:122
2035
+ msgid "Default WordPress Dashboard (*)"
2036
+ msgstr ""
2037
+
2038
+ #: ../modules/custom-redirects/custom-redirects.php:133
2039
+ msgid ""
2040
+ "Redirects every user-role EXCEPT the ones with administrator privileges (can "
2041
+ "manage options)."
2042
+ msgstr ""
2043
+
2044
+ #: ../modules/email-customizer/admin-email-customizer.php:11
2045
+ #: ../modules/email-customizer/admin-email-customizer.php:12
2046
+ #: ../modules/modules.php:118
2047
+ msgid "Admin Email Customizer"
2048
+ msgstr ""
2049
+
2050
+ #: ../modules/email-customizer/admin-email-customizer.php:38
2051
+ #: ../modules/email-customizer/user-email-customizer.php:38
2052
+ msgid ""
2053
+ "These settings are also replicated in the \"User Email Customizer\" settings-"
2054
+ "page upon save."
2055
+ msgstr ""
2056
+
2057
+ #: ../modules/email-customizer/admin-email-customizer.php:41
2058
+ #: ../modules/email-customizer/user-email-customizer.php:41
2059
+ msgid "From (name)"
2060
+ msgstr ""
2061
+
2062
+ #: ../modules/email-customizer/admin-email-customizer.php:49
2063
+ #: ../modules/email-customizer/user-email-customizer.php:49
2064
+ msgid "From (reply-to email)"
2065
+ msgstr ""
2066
+
2067
+ #: ../modules/email-customizer/admin-email-customizer.php:57
2068
+ #: ../modules/email-customizer/user-email-customizer.php:57
2069
+ msgid "Common Settings"
2070
+ msgstr ""
2071
+
2072
+ #: ../modules/email-customizer/admin-email-customizer.php:60
2073
+ msgid ""
2074
+ "\n"
2075
+ "<p>New subscriber on {{site_name}}.</p>\n"
2076
+ "<p>Username:{{username}}</p>\n"
2077
+ "<p>E-mail:{{user_email}}</p>\n"
2078
+ msgstr ""
2079
+
2080
+ #: ../modules/email-customizer/admin-email-customizer.php:69
2081
+ #: ../modules/email-customizer/admin-email-customizer.php:99
2082
+ #: ../modules/email-customizer/user-email-customizer.php:71
2083
+ #: ../modules/email-customizer/user-email-customizer.php:99
2084
+ #: ../modules/email-customizer/user-email-customizer.php:128
2085
+ #: ../modules/email-customizer/user-email-customizer.php:155
2086
+ #: ../modules/email-customizer/user-email-customizer.php:183
2087
+ msgid "Email Subject"
2088
+ msgstr ""
2089
+
2090
+ #: ../modules/email-customizer/admin-email-customizer.php:84
2091
+ msgid "Default Registration & Registration with Email Confirmation"
2092
+ msgstr ""
2093
+
2094
+ #: ../modules/email-customizer/admin-email-customizer.php:87
2095
+ msgid ""
2096
+ "\n"
2097
+ "<p>New subscriber on {{site_name}}.</p>\n"
2098
+ "<p>Username:{{username}}</p>\n"
2099
+ "<p>E-mail:{{user_email}}</p>\n"
2100
+ "<p>The Admin Approval feature was activated at the time of registration,\n"
2101
+ "so please remember that you need to approve this user before he/she can log "
2102
+ "in!</p>\n"
2103
+ msgstr ""
2104
+
2105
+ #: ../modules/email-customizer/admin-email-customizer.php:114
2106
+ #: ../modules/email-customizer/user-email-customizer.php:143
2107
+ msgid "Registration with Admin Approval"
2108
+ msgstr ""
2109
+
2110
+ #: ../modules/email-customizer/email-customizer.php:7
2111
+ msgid "Available Tags"
2112
+ msgstr ""
2113
+
2114
+ #: ../modules/email-customizer/email-customizer.php:11
2115
+ msgid "User Meta"
2116
+ msgstr ""
2117
+
2118
+ #: ../modules/email-customizer/email-customizer.php:21
2119
+ msgid "Site Url"
2120
+ msgstr ""
2121
+
2122
+ #: ../modules/email-customizer/email-customizer.php:22
2123
+ msgid "Site Name"
2124
+ msgstr ""
2125
+
2126
+ #: ../modules/email-customizer/email-customizer.php:25
2127
+ #: ../modules/user-listing/userlisting.php:126
2128
+ msgid "User Id"
2129
+ msgstr ""
2130
+
2131
+ #: ../modules/email-customizer/email-customizer.php:32
2132
+ msgid "Reply To"
2133
+ msgstr ""
2134
+
2135
+ #: ../modules/email-customizer/email-customizer.php:35
2136
+ msgid "Activation Key"
2137
+ msgstr ""
2138
+
2139
+ #: ../modules/email-customizer/email-customizer.php:36
2140
+ msgid "Activation Url"
2141
+ msgstr ""
2142
+
2143
+ #: ../modules/email-customizer/email-customizer.php:37
2144
+ msgid "Activation Link"
2145
+ msgstr ""
2146
+
2147
+ #: ../modules/email-customizer/user-email-customizer.php:11
2148
+ #: ../modules/email-customizer/user-email-customizer.php:12
2149
+ #: ../modules/modules.php:125
2150
+ msgid "User Email Customizer"
2151
+ msgstr ""
2152
+
2153
+ #: ../modules/email-customizer/user-email-customizer.php:64
2154
+ msgid ""
2155
+ "\n"
2156
+ "<h3>Welcome to {{site_name}}!</h3>\n"
2157
+ "<p>Your username is:{{username}} and password:{{password}}</p>\n"
2158
+ msgstr ""
2159
+
2160
+ #: ../modules/email-customizer/user-email-customizer.php:85
2161
+ msgid "Default Registration"
2162
+ msgstr ""
2163
+
2164
+ #: ../modules/email-customizer/user-email-customizer.php:91
2165
+ msgid ""
2166
+ "\n"
2167
+ "<p>To activate your user, please click the following link:<br/>\n"
2168
+ "{{{activation_link}}}</p>\n"
2169
+ "<p>After you activate, you will receive another email with your credentials."
2170
+ "</p>\n"
2171
+ msgstr ""
2172
+
2173
+ #: ../modules/email-customizer/user-email-customizer.php:103
2174
+ msgid "[{{site_name}}] Activate {{username}}"
2175
+ msgstr ""
2176
+
2177
+ #: ../modules/email-customizer/user-email-customizer.php:114
2178
+ msgid "Registration with Email Confirmation"
2179
+ msgstr ""
2180
+
2181
+ #: ../modules/email-customizer/user-email-customizer.php:120
2182
+ msgid ""
2183
+ "\n"
2184
+ "<h3>Welcome to {{site_name}}!</h3>\n"
2185
+ "<p>Your username is:{{username}} and password:{{password}}</p>\n"
2186
+ "<p>Before you can access your account, an administrator needs to approve it. "
2187
+ "You will be notified via email.</p>\n"
2188
+ msgstr ""
2189
+
2190
+ #: ../modules/email-customizer/user-email-customizer.php:132
2191
+ msgid "A new account has been created for you on {{site_name}}"
2192
+ msgstr ""
2193
+
2194
+ #: ../modules/email-customizer/user-email-customizer.php:148
2195
+ msgid ""
2196
+ "\n"
2197
+ "<h3>Good News!</h3>\n"
2198
+ "<p>An administrator has just approved your account: {{username}} on "
2199
+ "{{site_name}}.</p>\n"
2200
+ msgstr ""
2201
+
2202
+ #: ../modules/email-customizer/user-email-customizer.php:159
2203
+ msgid "Your account on {{site_name}} has been approved!"
2204
+ msgstr ""
2205
+
2206
+ #: ../modules/email-customizer/user-email-customizer.php:170
2207
+ msgid "User Approval Notification"
2208
+ msgstr ""
2209
+
2210
+ #: ../modules/email-customizer/user-email-customizer.php:175
2211
+ msgid ""
2212
+ "\n"
2213
+ "<h3>Hello,</h3>\n"
2214
+ "<p>Unfortunatelly an administrator has just unapproved your account: "
2215
+ "{{username}} on {{site_name}}.</p>\n"
2216
+ msgstr ""
2217
+
2218
+ #: ../modules/email-customizer/user-email-customizer.php:187
2219
+ msgid "Your account on {{site_name}} has been unapproved!"
2220
+ msgstr ""
2221
+
2222
+ #: ../modules/email-customizer/user-email-customizer.php:198
2223
+ msgid "Unapproved User Notification"
2224
+ msgstr ""
2225
+
2226
+ #: ../modules/modules.php:11 ../modules/modules.php:80
2227
+ msgid "Modules"
2228
+ msgstr ""
2229
+
2230
+ #: ../modules/modules.php:81
2231
+ msgid ""
2232
+ "Here you can activate / deactivate available modules for Profile Builder."
2233
+ msgstr ""
2234
+
2235
+ #: ../modules/modules.php:91
2236
+ msgid "Name/Description"
2237
+ msgstr ""
2238
+
2239
+ #: ../modules/modules.php:92
2240
+ msgid "Status"
2241
+ msgstr ""
2242
+
2243
+ #: ../modules/multiple-forms/edit-profile-forms.php:11
2244
+ #: ../modules/multiple-forms/edit-profile-forms.php:12
2245
+ msgid "Edit-profile Form"
2246
+ msgstr ""
2247
+
2248
+ #: ../modules/multiple-forms/edit-profile-forms.php:13
2249
+ #: ../modules/multiple-forms/register-forms.php:13
2250
+ #: ../modules/user-listing/userlisting.php:13
2251
+ msgid "Add New"
2252
+ msgstr ""
2253
+
2254
+ #: ../modules/multiple-forms/edit-profile-forms.php:14
2255
+ msgid "Add new Edit-profile Form"
2256
+ msgstr ""
2257
+
2258
+ #: ../modules/multiple-forms/edit-profile-forms.php:15
2259
+ msgid "Edit the Edit-profile Forms"
2260
+ msgstr ""
2261
+
2262
+ #: ../modules/multiple-forms/edit-profile-forms.php:16
2263
+ msgid "New Edit-profile Form"
2264
+ msgstr ""
2265
+
2266
+ #: ../modules/multiple-forms/edit-profile-forms.php:17
2267
+ #: ../modules/multiple-forms/edit-profile-forms.php:23
2268
+ msgid "Edit-profile Forms"
2269
+ msgstr ""
2270
+
2271
+ #: ../modules/multiple-forms/edit-profile-forms.php:18
2272
+ msgid "View the Edit-profile Form"
2273
+ msgstr ""
2274
+
2275
+ #: ../modules/multiple-forms/edit-profile-forms.php:19
2276
+ msgid "Search the Edit-profile Forms"
2277
+ msgstr ""
2278
+
2279
+ #: ../modules/multiple-forms/edit-profile-forms.php:20
2280
+ msgid "No Edit-profile Form found"
2281
+ msgstr ""
2282
+
2283
+ #: ../modules/multiple-forms/edit-profile-forms.php:21
2284
+ msgid "No Edit-profile Forms found in trash"
2285
+ msgstr ""
2286
+
2287
+ #: ../modules/multiple-forms/edit-profile-forms.php:135
2288
+ #: ../modules/multiple-forms/register-forms.php:138
2289
+ #: ../modules/user-listing/userlisting.php:1022
2290
+ msgid "Shortcode"
2291
+ msgstr ""
2292
+
2293
+ #: ../modules/multiple-forms/edit-profile-forms.php:155
2294
+ #: ../modules/multiple-forms/register-forms.php:159
2295
+ #: ../modules/user-listing/userlisting.php:1043
2296
+ msgid "(no title)"
2297
+ msgstr ""
2298
+
2299
+ #: ../modules/multiple-forms/edit-profile-forms.php:175
2300
+ #: ../modules/multiple-forms/register-forms.php:178
2301
+ #: ../modules/user-listing/userlisting.php:1063
2302
+ msgid "The shortcode will be available after you publish this form."
2303
+ msgstr ""
2304
+
2305
+ #: ../modules/multiple-forms/edit-profile-forms.php:177
2306
+ #: ../modules/multiple-forms/register-forms.php:180
2307
+ #: ../modules/user-listing/userlisting.php:1065
2308
+ msgid "Use this shortcode on the page you want the form to be displayed:"
2309
+ msgstr ""
2310
+
2311
+ #: ../modules/multiple-forms/edit-profile-forms.php:181
2312
+ #: ../modules/multiple-forms/register-forms.php:184
2313
+ #: ../modules/user-listing/userlisting.php:1069
2314
+ msgid ""
2315
+ "<span style=\"color:red;\">Note:</span> changing the form title also changes "
2316
+ "the shortcode!"
2317
+ msgstr ""
2318
+
2319
+ #: ../modules/multiple-forms/edit-profile-forms.php:187
2320
+ #: ../modules/multiple-forms/register-forms.php:190
2321
+ #: ../modules/user-listing/userlisting.php:1083
2322
+ msgid "Form Shortcode"
2323
+ msgstr ""
2324
+
2325
+ #: ../modules/multiple-forms/edit-profile-forms.php:206
2326
+ #: ../modules/multiple-forms/register-forms.php:230
2327
+ msgid "Whether to redirect the user to a specific page or not"
2328
+ msgstr ""
2329
+
2330
+ #: ../modules/multiple-forms/edit-profile-forms.php:207
2331
+ #: ../modules/multiple-forms/register-forms.php:231
2332
+ msgid "Display Messages"
2333
+ msgstr ""
2334
+
2335
+ #: ../modules/multiple-forms/edit-profile-forms.php:207
2336
+ #: ../modules/multiple-forms/register-forms.php:231
2337
+ msgid "Allowed time to display any success messages (in seconds)"
2338
+ msgstr ""
2339
+
2340
+ #: ../modules/multiple-forms/edit-profile-forms.php:208
2341
+ msgid ""
2342
+ "Specify the URL of the page users will be redirected once they updated their "
2343
+ "profile using this form<br/>Use the following format: http://www.mysite.com"
2344
+ msgstr ""
2345
+
2346
+ #: ../modules/multiple-forms/edit-profile-forms.php:215
2347
+ msgid "After Profile Update..."
2348
+ msgstr ""
2349
+
2350
+ #: ../modules/multiple-forms/edit-profile-forms.php:239
2351
+ #: ../modules/multiple-forms/register-forms.php:260
2352
+ msgid "Add New Field to the List"
2353
+ msgstr ""
2354
+
2355
+ #: ../modules/multiple-forms/edit-profile-forms.php:243
2356
+ #: ../modules/multiple-forms/register-forms.php:264
2357
+ msgid "Choose one of the supported fields you manage <a href=\""
2358
+ msgstr ""
2359
+
2360
+ #: ../modules/multiple-forms/edit-profile-forms.php:267
2361
+ msgid "<pre>Title (Type)</pre>"
2362
+ msgstr ""
2363
+
2364
+ #: ../modules/multiple-forms/multiple-forms.php:233
2365
+ msgid "You need to specify the title of the form before creating it"
2366
+ msgstr ""
2367
+
2368
+ #: ../modules/multiple-forms/register-forms.php:11
2369
+ #: ../modules/multiple-forms/register-forms.php:12
2370
+ msgid "Registration Form"
2371
+ msgstr ""
2372
+
2373
+ #: ../modules/multiple-forms/register-forms.php:14
2374
+ msgid "Add new Registration Form"
2375
+ msgstr ""
2376
+
2377
+ #: ../modules/multiple-forms/register-forms.php:15
2378
+ msgid "Edit the Registration Forms"
2379
+ msgstr ""
2380
+
2381
+ #: ../modules/multiple-forms/register-forms.php:16
2382
+ msgid "New Registration Form"
2383
+ msgstr ""
2384
+
2385
+ #: ../modules/multiple-forms/register-forms.php:17
2386
+ #: ../modules/multiple-forms/register-forms.php:23
2387
+ msgid "Registration Forms"
2388
+ msgstr ""
2389
+
2390
+ #: ../modules/multiple-forms/register-forms.php:18
2391
+ msgid "View the Registration Form"
2392
+ msgstr ""
2393
+
2394
+ #: ../modules/multiple-forms/register-forms.php:19
2395
+ msgid "Search the Registration Forms"
2396
+ msgstr ""
2397
+
2398
+ #: ../modules/multiple-forms/register-forms.php:20
2399
+ msgid "No Registration Form found"
2400
+ msgstr ""
2401
+
2402
+ #: ../modules/multiple-forms/register-forms.php:21
2403
+ msgid "No Registration Forms found in trash"
2404
+ msgstr ""
2405
+
2406
+ #: ../modules/multiple-forms/register-forms.php:219
2407
+ msgid "Default Role"
2408
+ msgstr ""
2409
+
2410
+ #: ../modules/multiple-forms/register-forms.php:228
2411
+ msgid "Set Role"
2412
+ msgstr ""
2413
+
2414
+ #: ../modules/multiple-forms/register-forms.php:228
2415
+ msgid ""
2416
+ "Choose what role the user will have after (s)he registered<br/>If not "
2417
+ "specified, defaults to the role set in the WordPress settings"
2418
+ msgstr ""
2419
+
2420
+ #: ../modules/multiple-forms/register-forms.php:229
2421
+ msgid "Automatically Log In"
2422
+ msgstr ""
2423
+
2424
+ #: ../modules/multiple-forms/register-forms.php:229
2425
+ msgid ""
2426
+ "Whether to automatically log in the newly registered user or not<br/>Only "
2427
+ "works on single-sites without \"Admin Approval\" and \"Email Confirmation\" "
2428
+ "features activated<br/>WARNING: Caching the registration form will make "
2429
+ "automatic login not work"
2430
+ msgstr ""
2431
+
2432
+ #: ../modules/multiple-forms/register-forms.php:230
2433
+ msgid "Choose..."
2434
+ msgstr ""
2435
+
2436
+ #: ../modules/multiple-forms/register-forms.php:232
2437
+ msgid ""
2438
+ "Specify the URL of the page users will be redirected once registered using "
2439
+ "this form<br/>Use the following format: http://www.mysite.com"
2440
+ msgstr ""
2441
+
2442
+ #: ../modules/multiple-forms/register-forms.php:238
2443
+ msgid "After Registration..."
2444
+ msgstr ""
2445
+
2446
+ #: ../modules/user-listing/class-userlisting.php:454
2447
+ #: ../modules/user-listing/userlisting.php:621
2448
+ #: ../modules/user-listing/userlisting.php:835
2449
+ #: ../modules/user-listing/userlisting.php:878
2450
+ #: ../modules/user-listing/userlisting.php:1202
2451
+ msgid "Search Users by All Fields"
2452
+ msgstr ""
2453
+
2454
+ #: ../modules/user-listing/userlisting.php:14
2455
+ msgid "Add new User Listing"
2456
+ msgstr ""
2457
+
2458
+ #: ../modules/user-listing/userlisting.php:15
2459
+ msgid "Edit the User Listing"
2460
+ msgstr ""
2461
+
2462
+ #: ../modules/user-listing/userlisting.php:16
2463
+ msgid "New User Listing"
2464
+ msgstr ""
2465
+
2466
+ #: ../modules/user-listing/userlisting.php:18
2467
+ msgid "View the User Listing"
2468
+ msgstr ""
2469
+
2470
+ #: ../modules/user-listing/userlisting.php:19
2471
+ msgid "Search the User Listing"
2472
+ msgstr ""
2473
+
2474
+ #: ../modules/user-listing/userlisting.php:20
2475
+ msgid "No User Listing found"
2476
+ msgstr ""
2477
+
2478
+ #: ../modules/user-listing/userlisting.php:21
2479
+ msgid "No User Listing found in trash"
2480
+ msgstr ""
2481
+
2482
+ #: ../modules/user-listing/userlisting.php:97
2483
+ msgid "Display name as"
2484
+ msgstr ""
2485
+
2486
+ #: ../modules/user-listing/userlisting.php:110
2487
+ msgid "Url"
2488
+ msgstr ""
2489
+
2490
+ #: ../modules/user-listing/userlisting.php:118
2491
+ #: ../modules/user-listing/userlisting.php:1111
2492
+ msgid "Registration Date"
2493
+ msgstr ""
2494
+
2495
+ #: ../modules/user-listing/userlisting.php:119
2496
+ #: ../modules/user-listing/userlisting.php:1115
2497
+ msgid "Number of Posts"
2498
+ msgstr ""
2499
+
2500
+ #: ../modules/user-listing/userlisting.php:123
2501
+ msgid "More Info"
2502
+ msgstr ""
2503
+
2504
+ #: ../modules/user-listing/userlisting.php:124
2505
+ msgid "More Info Url"
2506
+ msgstr ""
2507
+
2508
+ #: ../modules/user-listing/userlisting.php:125
2509
+ msgid "Avatar or Gravatar"
2510
+ msgstr ""
2511
+
2512
+ #: ../modules/user-listing/userlisting.php:153
2513
+ msgid "Meta Variables"
2514
+ msgstr ""
2515
+
2516
+ #: ../modules/user-listing/userlisting.php:159
2517
+ msgid "Sort Variables"
2518
+ msgstr ""
2519
+
2520
+ #: ../modules/user-listing/userlisting.php:163
2521
+ #: ../modules/user-listing/userlisting.php:190
2522
+ msgid "Extra Functions"
2523
+ msgstr ""
2524
+
2525
+ #: ../modules/user-listing/userlisting.php:165
2526
+ msgid "Pagination"
2527
+ msgstr ""
2528
+
2529
+ #: ../modules/user-listing/userlisting.php:166
2530
+ msgid "Search all Fields"
2531
+ msgstr ""
2532
+
2533
+ #: ../modules/user-listing/userlisting.php:192
2534
+ msgid "Go Back Link"
2535
+ msgstr ""
2536
+
2537
+ #: ../modules/user-listing/userlisting.php:210
2538
+ msgid "All-userlisting Template"
2539
+ msgstr ""
2540
+
2541
+ #: ../modules/user-listing/userlisting.php:213
2542
+ msgid "Single-userlisting Template"
2543
+ msgstr ""
2544
+
2545
+ #: ../modules/user-listing/userlisting.php:330
2546
+ msgid "You do not have permission to view this user list"
2547
+ msgstr ""
2548
+
2549
+ #: ../modules/user-listing/userlisting.php:343
2550
+ msgid "You do not have the required user role to view this user list"
2551
+ msgstr ""
2552
+
2553
+ #: ../modules/user-listing/userlisting.php:519
2554
+ msgid "First/Lastname"
2555
+ msgstr ""
2556
+
2557
+ #: ../modules/user-listing/userlisting.php:525
2558
+ msgid "Sign-up Date"
2559
+ msgstr ""
2560
+
2561
+ #: ../modules/user-listing/userlisting.php:534
2562
+ #: ../modules/user-listing/userlisting.php:1114
2563
+ msgid "Display Name"
2564
+ msgstr ""
2565
+
2566
+ #: ../modules/user-listing/userlisting.php:543
2567
+ msgid "Posts"
2568
+ msgstr ""
2569
+
2570
+ #: ../modules/user-listing/userlisting.php:546
2571
+ #: ../modules/user-listing/userlisting.php:1119
2572
+ msgid "Aim"
2573
+ msgstr ""
2574
+
2575
+ #: ../modules/user-listing/userlisting.php:549
2576
+ #: ../modules/user-listing/userlisting.php:1120
2577
+ msgid "Yim"
2578
+ msgstr ""
2579
+
2580
+ #: ../modules/user-listing/userlisting.php:552
2581
+ #: ../modules/user-listing/userlisting.php:1121
2582
+ msgid "Jabber"
2583
+ msgstr ""
2584
+
2585
+ #: ../modules/user-listing/userlisting.php:698
2586
+ msgid "Click here to see more information about this user"
2587
+ msgstr ""
2588
+
2589
+ #: ../modules/user-listing/userlisting.php:698
2590
+ msgid "More..."
2591
+ msgstr ""
2592
+
2593
+ #: ../modules/user-listing/userlisting.php:701
2594
+ msgid "Click here to see more information about this user."
2595
+ msgstr ""
2596
+
2597
+ #: ../modules/user-listing/userlisting.php:789
2598
+ #: ../modules/user-listing/userlisting.php:792
2599
+ msgid "Click here to go back"
2600
+ msgstr ""
2601
+
2602
+ #: ../modules/user-listing/userlisting.php:789
2603
+ msgid "Back"
2604
+ msgstr ""
2605
+
2606
+ #: ../modules/user-listing/userlisting.php:822
2607
+ msgid "&laquo;&laquo; First"
2608
+ msgstr ""
2609
+
2610
+ #: ../modules/user-listing/userlisting.php:823
2611
+ msgid "&laquo; Prev"
2612
+ msgstr ""
2613
+
2614
+ #: ../modules/user-listing/userlisting.php:824
2615
+ msgid "Next &raquo; "
2616
+ msgstr ""
2617
+
2618
+ #: ../modules/user-listing/userlisting.php:825
2619
+ msgid "Last &raquo;&raquo;"
2620
+ msgstr ""
2621
+
2622
+ #: ../modules/user-listing/userlisting.php:854
2623
+ msgid "You don't have any pagination settings on this userlisting!"
2624
+ msgstr ""
2625
+
2626
+ #: ../modules/user-listing/userlisting.php:895
2627
+ msgid "Search"
2628
+ msgstr ""
2629
+
2630
+ #: ../modules/user-listing/userlisting.php:896
2631
+ msgid "Clear Results"
2632
+ msgstr ""
2633
+
2634
+ #: ../modules/user-listing/userlisting.php:1072
2635
+ msgid "Extra shortcode parameters"
2636
+ msgstr ""
2637
+
2638
+ #: ../modules/user-listing/userlisting.php:1074
2639
+ msgid ""
2640
+ "displays users having a certain meta-value within a certain (extra) meta-"
2641
+ "field"
2642
+ msgstr ""
2643
+
2644
+ #: ../modules/user-listing/userlisting.php:1075
2645
+ msgid "Example:"
2646
+ msgstr ""
2647
+
2648
+ #: ../modules/user-listing/userlisting.php:1077
2649
+ msgid ""
2650
+ "Remember though, that the field-value combination must exist in the database."
2651
+ msgstr ""
2652
+
2653
+ #: ../modules/user-listing/userlisting.php:1131
2654
+ msgid "Random (very slow on large databases > 10K user)"
2655
+ msgstr ""
2656
+
2657
+ #: ../modules/user-listing/userlisting.php:1144
2658
+ msgid "Roles to Display"
2659
+ msgstr ""
2660
+
2661
+ #: ../modules/user-listing/userlisting.php:1144
2662
+ msgid ""
2663
+ "Restrict the userlisting to these selected roles only<br/>If not specified, "
2664
+ "defaults to all existing roles"
2665
+ msgstr ""
2666
+
2667
+ #: ../modules/user-listing/userlisting.php:1145
2668
+ msgid "Number of Users/Page"
2669
+ msgstr ""
2670
+
2671
+ #: ../modules/user-listing/userlisting.php:1145
2672
+ msgid ""
2673
+ "Set the number of users to be displayed on every paginated part of the all-"
2674
+ "userlisting"
2675
+ msgstr ""
2676
+
2677
+ #: ../modules/user-listing/userlisting.php:1146
2678
+ msgid "Default Sorting Criteria"
2679
+ msgstr ""
2680
+
2681
+ #: ../modules/user-listing/userlisting.php:1146
2682
+ msgid ""
2683
+ "Set the default sorting criteria<br/>This can temporarily be changed for "
2684
+ "each new session"
2685
+ msgstr ""
2686
+
2687
+ #: ../modules/user-listing/userlisting.php:1147
2688
+ msgid "Default Sorting Order"
2689
+ msgstr ""
2690
+
2691
+ #: ../modules/user-listing/userlisting.php:1147
2692
+ msgid ""
2693
+ "Set the default sorting order<br/>This can temporarily be changed for each "
2694
+ "new session"
2695
+ msgstr ""
2696
+
2697
+ #: ../modules/user-listing/userlisting.php:1148
2698
+ msgid "Avatar Size (All-userlisting)"
2699
+ msgstr ""
2700
+
2701
+ #: ../modules/user-listing/userlisting.php:1148
2702
+ msgid "Set the avatar size on the all-userlisting only"
2703
+ msgstr ""
2704
+
2705
+ #: ../modules/user-listing/userlisting.php:1149
2706
+ msgid "Avatar Size (Single-userlisting)"
2707
+ msgstr ""
2708
+
2709
+ #: ../modules/user-listing/userlisting.php:1149
2710
+ msgid "Set the avatar size on the single-userlisting only"
2711
+ msgstr ""
2712
+
2713
+ #: ../modules/user-listing/userlisting.php:1150
2714
+ msgid "Visible only to logged in users?"
2715
+ msgstr ""
2716
+
2717
+ #: ../modules/user-listing/userlisting.php:1150
2718
+ msgid "The userlisting will only be visible only to the logged in users"
2719
+ msgstr ""
2720
+
2721
+ #: ../modules/user-listing/userlisting.php:1151
2722
+ msgid "Visible to following Roles"
2723
+ msgstr ""
2724
+
2725
+ #: ../modules/user-listing/userlisting.php:1151
2726
+ msgid "The userlisting will only be visible to the following roles"
2727
+ msgstr ""
2728
+
2729
+ #: ../modules/user-listing/userlisting.php:1157
2730
+ msgid "Userlisting Settings"
2731
+ msgstr ""
2732
+
2733
+ #: ../modules/user-listing/userlisting.php:1178
2734
+ msgid ""
2735
+ "You need to activate the Userlisting feature from within the \"Modules\" tab!"
2736
+ msgstr ""
2737
+
2738
+ #: ../modules/user-listing/userlisting.php:1178
2739
+ msgid "You can find it in the Profile Builder menu."
2740
+ msgstr ""
2741
+
2742
+ #: ../modules/user-listing/userlisting.php:1328
2743
+ msgid "No results found!"
2744
+ msgstr ""