Form builder to get in touch with visitors, grow your email list and collect payments — Happyforms - Version 1.8.19

Version Description

  • New feature: Added new control "Hide form on submission" to Step 2.
  • Improvement: Various improvements to styles and wording in form builder UI.
Download this release

Release Info

Developer thethemefoundry
Plugin Icon 128x128 Form builder to get in touch with visitors, grow your email list and collect payments — Happyforms
Version 1.8.19
Comparing to
See all releases

Code changes from version 1.8.18 to 1.8.19

Files changed (144) hide show
  1. {inc/core → core}/assets/css/admin.css +0 -1
  2. {inc/core → core}/assets/css/color.css +0 -0
  3. {inc/core → core}/assets/css/customize.css +2 -2
  4. {inc/core → core}/assets/css/font-awesome.min.css +0 -0
  5. {inc/core → core}/assets/css/layout.css +0 -0
  6. {inc/core → core}/assets/css/notice.css +0 -0
  7. {inc/core → core}/assets/css/preview.css +0 -0
  8. {inc/core → core}/assets/fonts/FontAwesome.otf +0 -0
  9. {inc/core → core}/assets/fonts/fontawesome-webfont.eot +0 -0
  10. {inc/core → core}/assets/fonts/fontawesome-webfont.svg +0 -0
  11. {inc/core → core}/assets/fonts/fontawesome-webfont.ttf +0 -0
  12. {inc/core → core}/assets/fonts/fontawesome-webfont.woff +0 -0
  13. {inc/core → core}/assets/fonts/fontawesome-webfont.woff2 +0 -0
  14. {inc/core → core}/assets/js/admin/block.js +0 -0
  15. {inc/core → core}/assets/js/admin/dashboard.js +0 -0
  16. {inc/core → core}/assets/js/admin/shortcode.js +0 -0
  17. {inc/core → core}/assets/js/frontend/checkbox.js +0 -0
  18. {inc/core → core}/assets/js/frontend/email.js +0 -0
  19. {inc/core → core}/assets/js/frontend/long-text.js +0 -0
  20. {inc/core → core}/assets/js/frontend/number.js +0 -0
  21. {inc/core → core}/assets/js/frontend/select.js +0 -0
  22. {inc/core → core}/assets/js/lib/cleave.min.js +0 -0
  23. {inc/core → core}/assets/js/lib/happyforms-select.js +0 -0
  24. {inc/core → core}/assets/js/parts/part-checkbox.js +0 -0
  25. {inc/core → core}/assets/js/parts/part-email.js +0 -0
  26. {inc/core → core}/assets/js/parts/part-multi-line-text.js +0 -0
  27. {inc/core → core}/assets/js/parts/part-number.js +0 -0
  28. {inc/core → core}/assets/js/parts/part-radio.js +0 -0
  29. {inc/core → core}/assets/js/parts/part-select.js +0 -0
  30. {inc/core → core}/assets/js/parts/part-single-line-text.js +0 -0
  31. {inc/core → core}/assets/js/tracking.js +0 -0
  32. {inc/core → core}/assets/png/draggable-handle-pattern.png +0 -0
  33. {inc/core → core}/assets/svg/font-awesome/map-marker-alt.svg +0 -0
  34. {inc/core → core}/assets/svg/icons/attachment.svg +0 -0
  35. {inc/core → core}/assets/svg/icons/country.svg +0 -0
  36. {inc/core → core}/assets/svg/icons/date.svg +0 -0
  37. {inc/core → core}/assets/svg/icons/dropdown.svg +0 -0
  38. {inc/core → core}/assets/svg/icons/email.svg +0 -0
  39. {inc/core → core}/assets/svg/icons/integration.svg +0 -0
  40. {inc/core → core}/assets/svg/icons/legal.svg +0 -0
  41. {inc/core → core}/assets/svg/icons/long-text.svg +0 -0
  42. {inc/core → core}/assets/svg/icons/multiple-choice.svg +0 -0
  43. {inc/core → core}/assets/svg/icons/number.svg +0 -0
  44. {inc/core → core}/assets/svg/icons/page-break.svg +0 -0
  45. {inc/core → core}/assets/svg/icons/payment.svg +0 -0
  46. {inc/core → core}/assets/svg/icons/phone.svg +0 -0
  47. {inc/core → core}/assets/svg/icons/placeholder.svg +0 -0
  48. {inc/core → core}/assets/svg/icons/poll.svg +0 -0
  49. {inc/core → core}/assets/svg/icons/rating.svg +0 -0
  50. {inc/core → core}/assets/svg/icons/scale.svg +0 -0
  51. {inc/core → core}/assets/svg/icons/short-text.svg +0 -0
  52. {inc/core → core}/assets/svg/icons/single-choice.svg +0 -0
  53. {inc/core → core}/assets/svg/icons/story.svg +0 -0
  54. {inc/core → core}/assets/svg/icons/table.svg +0 -0
  55. {inc/core → core}/assets/svg/icons/text-editor.svg +0 -0
  56. {inc/core → core}/assets/svg/icons/title.svg +0 -0
  57. {inc/core → core}/assets/svg/icons/website-link.svg +0 -0
  58. {inc/core → core}/classes/class-admin-notices.php +0 -0
  59. {inc/core → core}/classes/class-block.php +1 -1
  60. {inc/core → core}/classes/class-email-message.php +0 -0
  61. {inc/core → core}/classes/class-form-admin.php +7 -0
  62. {inc/core → core}/classes/class-form-controller.php +3 -3
  63. {inc/core → core}/classes/class-form-part-library.php +2 -2
  64. {inc/core → core}/classes/class-form-part.php +0 -0
  65. {inc/core → core}/classes/class-form-setup.php +20 -1
  66. {inc/core → core}/classes/class-form-styles.php +10 -4
  67. {inc/core → core}/classes/class-happyforms-core.php +27 -27
  68. {inc/core → core}/classes/class-happyforms-widget.php +0 -0
  69. {inc/core → core}/classes/class-session.php +0 -0
  70. {inc/core → core}/classes/class-tracking.php +2 -2
  71. {inc/core → core}/classes/class-wp-customize-form-manager.php +11 -11
  72. {inc/core → core}/classes/parts/class-part-checkbox.php +4 -4
  73. {inc/core → core}/classes/parts/class-part-email.php +4 -4
  74. {inc/core → core}/classes/parts/class-part-multi-line-text.php +4 -4
  75. {inc/core → core}/classes/parts/class-part-number.php +5 -5
  76. {inc/core → core}/classes/parts/class-part-radio.php +3 -3
  77. {inc/core → core}/classes/parts/class-part-select.php +4 -4
  78. {inc/core → core}/classes/parts/class-part-single-line-text.php +3 -3
  79. {inc/core → core}/helpers/helper-activation.php +9 -9
  80. {inc/core → core}/helpers/helper-form-templates.php +4 -16
  81. {inc/core → core}/helpers/helper-misc.php +5 -4
  82. {inc/core → core}/helpers/helper-styles.php +0 -0
  83. {inc/core → core}/helpers/helper-validation.php +0 -0
  84. {inc/core → core}/templates/admin-form-modal.php +0 -0
  85. {inc/core → core}/templates/admin-shortcode.php +0 -0
  86. {inc/core → core}/templates/admin-tracking.php +0 -0
  87. {inc/core → core}/templates/customize-controls/setup/alert-email-subject.php +0 -0
  88. {inc/core → core}/templates/customize-controls/setup/checkbox.php +0 -0
  89. {inc/core → core}/templates/customize-controls/setup/editor.php +0 -0
  90. {inc/core → core}/templates/customize-controls/setup/number.php +0 -0
  91. {inc/core → core}/templates/customize-controls/setup/radio.php +0 -0
  92. {inc/core → core}/templates/customize-controls/setup/select.php +0 -0
  93. {inc/core → core}/templates/customize-controls/setup/text.php +0 -0
  94. {inc/core → core}/templates/customize-controls/setup/textarea.php +0 -0
  95. {inc/core → core}/templates/customize-controls/style/buttonset.php +0 -0
  96. {inc/core → core}/templates/customize-controls/style/checkbox.php +2 -2
  97. {inc/core → core}/templates/customize-controls/style/color.php +0 -0
  98. {inc/core → core}/templates/customize-controls/style/divider.php +0 -0
  99. {inc/core → core}/templates/customize-controls/style/heading.php +0 -0
  100. {inc/core → core}/templates/customize-controls/style/range.php +0 -0
  101. {inc/core → core}/templates/customize-controls/style/select.php +0 -0
  102. {inc/core → core}/templates/customize-controls/style/text.php +0 -0
  103. {inc/core → core}/templates/customize-form-build.php +2 -2
  104. {inc/core → core}/templates/customize-form-item.php +0 -0
  105. {inc/core → core}/templates/customize-form-part-footer.php +0 -0
  106. {inc/core → core}/templates/customize-form-part-header.php +0 -0
  107. {inc/core → core}/templates/customize-form-part-logic.php +0 -0
  108. {inc/core → core}/templates/customize-form-parts-drawer.php +0 -0
  109. {inc/core → core}/templates/customize-form-setup-logic.php +0 -0
  110. {inc/core → core}/templates/customize-form-setup.php +0 -0
  111. {inc/core → core}/templates/customize-form-steps.php +0 -0
  112. {inc/core → core}/templates/customize-form-style.php +0 -0
  113. {inc/core → core}/templates/customize-header-actions.php +0 -0
  114. {inc/core → core}/templates/customize-sidebar.php +0 -0
  115. {inc/core → core}/templates/partials/form-submit.php +0 -0
  116. {inc/core → core}/templates/partials/frontend-rich-text-toolbar-icons.php +0 -0
  117. {inc/core → core}/templates/partials/happyforms-select.php +0 -0
  118. {inc/core → core}/templates/partials/part-phone-dropdown.php +0 -0
  119. {inc/core → core}/templates/parts/customize-checkbox.php +1 -1
  120. {inc/core → core}/templates/parts/customize-email.php +1 -1
  121. {inc/core → core}/templates/parts/customize-multi-line-text.php +1 -1
  122. {inc/core → core}/templates/parts/customize-number.php +1 -1
  123. {inc/core → core}/templates/parts/customize-radio.php +1 -1
  124. {inc/core → core}/templates/parts/customize-select.php +1 -1
  125. {inc/core → core}/templates/parts/customize-single-line-text.php +1 -1
  126. {inc/core → core}/templates/parts/frontend-checkbox.php +0 -0
  127. {inc/core → core}/templates/parts/frontend-email.php +0 -0
  128. {inc/core → core}/templates/parts/frontend-multi-line-text.php +0 -0
  129. {inc/core → core}/templates/parts/frontend-number.php +0 -0
  130. {inc/core → core}/templates/parts/frontend-radio.php +0 -0
  131. {inc/core → core}/templates/parts/frontend-select.php +0 -0
  132. {inc/core → core}/templates/parts/frontend-single-line-text.php +0 -0
  133. {inc/core → core}/templates/preview-form-edit.php +2 -2
  134. {inc/core → core}/templates/preview-form-pencil.php +0 -0
  135. {inc/core → core}/templates/single-form.php +0 -0
  136. happyforms.php +12 -4
  137. inc/assets/js/frontend.js +6 -0
  138. inc/classes/class-happyforms.php +1 -1
  139. inc/classes/class-message-controller.php +3 -1
  140. inc/classes/class-migrations.php +1 -1
  141. inc/templates/email-owner.php +5 -3
  142. inc/templates/email-user.php +4 -2
  143. languages/happyforms.pot +1374 -1590
  144. readme.txt +8 -1
{inc/core → core}/assets/css/admin.css RENAMED
@@ -241,7 +241,6 @@ p.welcome-panel-footer a:active {
241
  position: relative;
242
  top: 4px;
243
  padding-right: 5px;
244
- color: #888;
245
  }
246
 
247
  #happyforms-modal {
241
  position: relative;
242
  top: 4px;
243
  padding-right: 5px;
 
244
  }
245
 
246
  #happyforms-modal {
{inc/core → core}/assets/css/color.css RENAMED
File without changes
{inc/core → core}/assets/css/customize.css RENAMED
@@ -257,7 +257,7 @@ p.happyforms-step-progress-counter {
257
  margin: 0;
258
  padding: 13px 15px;
259
  font-size: 13px !important;
260
- line-height: 1;
261
  overflow: hidden;
262
  white-space: nowrap;
263
  text-overflow: ellipsis;
@@ -1056,7 +1056,7 @@ ul.happyforms-parts-list .happyforms-parts-list-item-title {
1056
  ul.happyforms-parts-list .happyforms-parts-list-item-title h3 {
1057
  margin: 0;
1058
  font-size: 14px;
1059
- line-height: 1;
1060
  overflow: hidden;
1061
  white-space: nowrap;
1062
  text-overflow: ellipsis;
257
  margin: 0;
258
  padding: 13px 15px;
259
  font-size: 13px !important;
260
+ line-height: 1.2;
261
  overflow: hidden;
262
  white-space: nowrap;
263
  text-overflow: ellipsis;
1056
  ul.happyforms-parts-list .happyforms-parts-list-item-title h3 {
1057
  margin: 0;
1058
  font-size: 14px;
1059
+ line-height: 1.2;
1060
  overflow: hidden;
1061
  white-space: nowrap;
1062
  text-overflow: ellipsis;
{inc/core → core}/assets/css/font-awesome.min.css RENAMED
File without changes
{inc/core → core}/assets/css/layout.css RENAMED
File without changes
{inc/core → core}/assets/css/notice.css RENAMED
File without changes
{inc/core → core}/assets/css/preview.css RENAMED
File without changes
{inc/core → core}/assets/fonts/FontAwesome.otf RENAMED
File without changes
{inc/core → core}/assets/fonts/fontawesome-webfont.eot RENAMED
File without changes
{inc/core → core}/assets/fonts/fontawesome-webfont.svg RENAMED
File without changes
{inc/core → core}/assets/fonts/fontawesome-webfont.ttf RENAMED
File without changes
{inc/core → core}/assets/fonts/fontawesome-webfont.woff RENAMED
File without changes
{inc/core → core}/assets/fonts/fontawesome-webfont.woff2 RENAMED
File without changes
{inc/core → core}/assets/js/admin/block.js RENAMED
File without changes
{inc/core → core}/assets/js/admin/dashboard.js RENAMED
File without changes
{inc/core → core}/assets/js/admin/shortcode.js RENAMED
File without changes
{inc/core → core}/assets/js/frontend/checkbox.js RENAMED
File without changes
{inc/core → core}/assets/js/frontend/email.js RENAMED
File without changes
{inc/core → core}/assets/js/frontend/long-text.js RENAMED
File without changes
{inc/core → core}/assets/js/frontend/number.js RENAMED
File without changes
{inc/core → core}/assets/js/frontend/select.js RENAMED
File without changes
{inc/core → core}/assets/js/lib/cleave.min.js RENAMED
File without changes
{inc/core → core}/assets/js/lib/happyforms-select.js RENAMED
File without changes
{inc/core → core}/assets/js/parts/part-checkbox.js RENAMED
File without changes
{inc/core → core}/assets/js/parts/part-email.js RENAMED
File without changes
{inc/core → core}/assets/js/parts/part-multi-line-text.js RENAMED
File without changes
{inc/core → core}/assets/js/parts/part-number.js RENAMED
File without changes
{inc/core → core}/assets/js/parts/part-radio.js RENAMED
File without changes
{inc/core → core}/assets/js/parts/part-select.js RENAMED
File without changes
{inc/core → core}/assets/js/parts/part-single-line-text.js RENAMED
File without changes
{inc/core → core}/assets/js/tracking.js RENAMED
File without changes
{inc/core → core}/assets/png/draggable-handle-pattern.png RENAMED
File without changes
{inc/core → core}/assets/svg/font-awesome/map-marker-alt.svg RENAMED
File without changes
{inc/core → core}/assets/svg/icons/attachment.svg RENAMED
File without changes
{inc/core → core}/assets/svg/icons/country.svg RENAMED
File without changes
{inc/core → core}/assets/svg/icons/date.svg RENAMED
File without changes
{inc/core → core}/assets/svg/icons/dropdown.svg RENAMED
File without changes
{inc/core → core}/assets/svg/icons/email.svg RENAMED
File without changes
{inc/core → core}/assets/svg/icons/integration.svg RENAMED
File without changes
{inc/core → core}/assets/svg/icons/legal.svg RENAMED
File without changes
{inc/core → core}/assets/svg/icons/long-text.svg RENAMED
File without changes
{inc/core → core}/assets/svg/icons/multiple-choice.svg RENAMED
File without changes
{inc/core → core}/assets/svg/icons/number.svg RENAMED
File without changes
{inc/core → core}/assets/svg/icons/page-break.svg RENAMED
File without changes
{inc/core → core}/assets/svg/icons/payment.svg RENAMED
File without changes
{inc/core → core}/assets/svg/icons/phone.svg RENAMED
File without changes
{inc/core → core}/assets/svg/icons/placeholder.svg RENAMED
File without changes
{inc/core → core}/assets/svg/icons/poll.svg RENAMED
File without changes
{inc/core → core}/assets/svg/icons/rating.svg RENAMED
File without changes
{inc/core → core}/assets/svg/icons/scale.svg RENAMED
File without changes
{inc/core → core}/assets/svg/icons/short-text.svg RENAMED
File without changes
{inc/core → core}/assets/svg/icons/single-choice.svg RENAMED
File without changes
{inc/core → core}/assets/svg/icons/story.svg RENAMED
File without changes
{inc/core → core}/assets/svg/icons/table.svg RENAMED
File without changes
{inc/core → core}/assets/svg/icons/text-editor.svg RENAMED
File without changes
{inc/core → core}/assets/svg/icons/title.svg RENAMED
File without changes
{inc/core → core}/assets/svg/icons/website-link.svg RENAMED
File without changes
{inc/core → core}/classes/class-admin-notices.php RENAMED
File without changes
{inc/core → core}/classes/class-block.php RENAMED
@@ -73,7 +73,7 @@ class HappyForms_Block {
73
  public function enqueue_scripts() {
74
  wp_enqueue_script(
75
  'happyforms-block',
76
- happyforms_get_plugin_url() . 'inc/core/assets/js/admin/block.js',
77
  array( 'wp-blocks', 'wp-element', 'wp-components', 'wp-editor', 'jquery' )
78
  );
79
 
73
  public function enqueue_scripts() {
74
  wp_enqueue_script(
75
  'happyforms-block',
76
+ happyforms_get_plugin_url() . 'core/assets/js/admin/block.js',
77
  array( 'wp-blocks', 'wp-element', 'wp-components', 'wp-editor', 'jquery' )
78
  );
79
 
{inc/core → core}/classes/class-email-message.php RENAMED
File without changes
{inc/core → core}/classes/class-form-admin.php RENAMED
@@ -43,6 +43,7 @@ class HappyForms_Form_Admin {
43
  add_filter( "views_edit-{$post_type}", array( $this, 'table_view_links' ) );
44
  add_filter( 'get_edit_post_link', array( $this, 'get_edit_post_link' ), 10, 3 );
45
  add_filter( 'post_updated_messages', array( $this, 'post_updated_messages' ) );
 
46
  add_filter( 'bulk_post_updated_messages', array( $this, 'bulk_post_updated_messages' ), 10, 2 );
47
  add_action( 'load-edit.php', array( $this, 'define_screen_settings' ) );
48
  add_action( 'restrict_manage_posts', array( $this, 'restrict_manage_posts' ) );
@@ -203,6 +204,12 @@ class HappyForms_Form_Admin {
203
  return $messages;
204
  }
205
 
 
 
 
 
 
 
206
  /**
207
  * Action: ensure the current screen object is initialized.
208
  *
43
  add_filter( "views_edit-{$post_type}", array( $this, 'table_view_links' ) );
44
  add_filter( 'get_edit_post_link', array( $this, 'get_edit_post_link' ), 10, 3 );
45
  add_filter( 'post_updated_messages', array( $this, 'post_updated_messages' ) );
46
+ add_filter( "bulk_actions-edit-{$post_type}", array( $this, 'bulk_actions' ) );
47
  add_filter( 'bulk_post_updated_messages', array( $this, 'bulk_post_updated_messages' ), 10, 2 );
48
  add_action( 'load-edit.php', array( $this, 'define_screen_settings' ) );
49
  add_action( 'restrict_manage_posts', array( $this, 'restrict_manage_posts' ) );
204
  return $messages;
205
  }
206
 
207
+ public function bulk_actions( $actions ) {
208
+ unset( $actions['edit'] );
209
+
210
+ return $actions;
211
+ }
212
+
213
  /**
214
  * Action: ensure the current screen object is initialized.
215
  *
{inc/core → core}/classes/class-form-controller.php RENAMED
@@ -165,9 +165,9 @@ class HappyForms_Form_Controller {
165
 
166
  if ( $post->post_type == happyforms_get_form_controller()->post_type ) {
167
  if ( is_customize_preview() ) {
168
- $single_template = happyforms_get_include_folder() . '/core/templates/preview-form-edit.php';
169
  } else {
170
- $single_template = happyforms_get_include_folder() . '/core/templates/single-form.php';
171
  }
172
  }
173
 
@@ -770,7 +770,7 @@ class HappyForms_Form_Controller {
770
  happyforms_the_form_styles( $form );
771
  }
772
 
773
- $template_path = happyforms_get_include_folder() . '/core/templates/single-form.php';
774
  $template_path = apply_filters( 'happyforms_form_template_path', $template_path, $form );
775
  require( $template_path );
776
  $form_markup = ob_get_clean();
165
 
166
  if ( $post->post_type == happyforms_get_form_controller()->post_type ) {
167
  if ( is_customize_preview() ) {
168
+ $single_template = happyforms_get_core_folder() . '/templates/preview-form-edit.php';
169
  } else {
170
+ $single_template = happyforms_get_core_folder() . '/templates/single-form.php';
171
  }
172
  }
173
 
770
  happyforms_the_form_styles( $form );
771
  }
772
 
773
+ $template_path = happyforms_get_core_folder() . '/templates/single-form.php';
774
  $template_path = apply_filters( 'happyforms_form_template_path', $template_path, $form );
775
  require( $template_path );
776
  $form_markup = ob_get_clean();
{inc/core → core}/classes/class-form-part-library.php RENAMED
@@ -27,10 +27,10 @@ class HappyForms_Form_Part_Library {
27
  }
28
 
29
  public function __construct() {
30
- require_once( happyforms_get_include_folder() . '/core/classes/class-form-part.php' );
31
 
32
  foreach ( $this->standard_parts as $part_class => $part_file ) {
33
- require_once( happyforms_get_include_folder() . "/core/classes/parts/{$part_file}.php" );
34
  $this->register_part( $part_class );
35
  }
36
  }
27
  }
28
 
29
  public function __construct() {
30
+ require_once( happyforms_get_core_folder() . '/classes/class-form-part.php' );
31
 
32
  foreach ( $this->standard_parts as $part_class => $part_file ) {
33
+ require_once( happyforms_get_core_folder() . "/classes/parts/{$part_file}.php" );
34
  $this->register_part( $part_class );
35
  }
36
  }
{inc/core → core}/classes/class-form-part.php RENAMED
File without changes
{inc/core → core}/classes/class-form-setup.php RENAMED
@@ -39,6 +39,7 @@ class HappyForms_Form_Setup {
39
 
40
  // Reviewable form display
41
  add_filter( 'happyforms_form_id', array( $this, 'form_html_id' ), 10, 2 );
 
42
  add_action( 'happyforms_do_setup_control', array( $this, 'do_control' ), 10, 3 );
43
  }
44
 
@@ -186,6 +187,10 @@ class HappyForms_Form_Setup {
186
  'default' => '',
187
  'sanitize' => 'sanitize_text_field'
188
  ),
 
 
 
 
189
  );
190
 
191
  return $fields;
@@ -287,6 +292,12 @@ class HappyForms_Form_Setup {
287
  'label' => __( 'Form HTML ID', 'happyforms' ),
288
  'field' => 'html_id',
289
  ),
 
 
 
 
 
 
290
  1400 => array(
291
  'type' => 'checkbox',
292
  'label' => __( 'Spam prevention', 'happyforms' ),
@@ -319,7 +330,7 @@ class HappyForms_Form_Setup {
319
 
320
  public function do_control( $control, $field, $index ) {
321
  $type = $control['type'];
322
- $path = happyforms_get_include_folder() . '/core/templates/customize-controls/setup';
323
 
324
  switch( $control['type'] ) {
325
  case 'editor':
@@ -387,6 +398,14 @@ class HappyForms_Form_Setup {
387
 
388
  return $id;
389
  }
 
 
 
 
 
 
 
 
390
  }
391
 
392
  if ( ! function_exists( 'happyforms_get_setup' ) ):
39
 
40
  // Reviewable form display
41
  add_filter( 'happyforms_form_id', array( $this, 'form_html_id' ), 10, 2 );
42
+ add_filter( 'happyforms_form_class', array( $this, 'form_html_class' ), 10, 2 );
43
  add_action( 'happyforms_do_setup_control', array( $this, 'do_control' ), 10, 3 );
44
  }
45
 
187
  'default' => '',
188
  'sanitize' => 'sanitize_text_field'
189
  ),
190
+ 'form_hide_on_submit' => array(
191
+ 'default' => 0,
192
+ 'sanitize' => 'happyforms_sanitize_checkbox'
193
+ ),
194
  );
195
 
196
  return $fields;
292
  'label' => __( 'Form HTML ID', 'happyforms' ),
293
  'field' => 'html_id',
294
  ),
295
+ 1202 => array(
296
+ 'type' => 'checkbox',
297
+ 'label' => __( 'Hide form after submission', 'happyforms' ),
298
+ 'tooltip' => __( 'Hide all form parts and display just title and confirmation message on submit.', 'happyforms' ),
299
+ 'field' => 'form_hide_on_submit'
300
+ ),
301
  1400 => array(
302
  'type' => 'checkbox',
303
  'label' => __( 'Spam prevention', 'happyforms' ),
330
 
331
  public function do_control( $control, $field, $index ) {
332
  $type = $control['type'];
333
+ $path = happyforms_get_core_folder() . '/templates/customize-controls/setup';
334
 
335
  switch( $control['type'] ) {
336
  case 'editor':
398
 
399
  return $id;
400
  }
401
+
402
+ public function form_html_class( $class, $form ) {
403
+ if ( 1 == $form['form_hide_on_submit'] ) {
404
+ $class[] = 'happyforms-form--hide-on-submit';
405
+ }
406
+
407
+ return $class;
408
+ }
409
  }
410
 
411
  if ( ! function_exists( 'happyforms_get_setup' ) ):
{inc/core → core}/classes/class-form-styles.php RENAMED
@@ -75,6 +75,12 @@ class HappyForms_Form_Styles {
75
  'target' => 'form_class',
76
  'sanitize' => 'sanitize_text_field'
77
  ),
 
 
 
 
 
 
78
  'form_title' => array(
79
  'default' => '',
80
  'options' => array(
@@ -576,7 +582,7 @@ class HappyForms_Form_Styles {
576
  ),
577
  1000 => array(
578
  'type' => 'divider',
579
- 'label' => __( 'Form title', 'happyforms' ),
580
  'id' => 'form_title',
581
  ),
582
  1100 => array(
@@ -616,12 +622,12 @@ class HappyForms_Form_Styles {
616
  ),
617
  1800 => array(
618
  'type' => 'buttonset',
619
- 'label' => __( 'Outer padding', 'happyforms' ),
620
  'field' => 'part_outer_padding',
621
  ),
622
  1900 => array(
623
  'type' => 'buttonset',
624
- 'label' => __( 'Inner padding', 'happyforms' ),
625
  'field' => 'part_inner_padding',
626
  ),
627
  2000 => array(
@@ -899,7 +905,7 @@ class HappyForms_Form_Styles {
899
 
900
  public function do_control( $control, $field, $index ) {
901
  $type = $control['type'];
902
- $path = happyforms_get_include_folder() . '/core/templates/customize-controls/style';
903
 
904
  switch( $control['type'] ) {
905
  case 'divider':
75
  'target' => 'form_class',
76
  'sanitize' => 'sanitize_text_field'
77
  ),
78
+ 'form_hide_on_submit' => array(
79
+ 'default' => '',
80
+ 'target' => 'form_class',
81
+ 'value' => 'happyforms-form--hide-on-submit',
82
+ 'sanitize' => 'sanitize_text_field'
83
+ ),
84
  'form_title' => array(
85
  'default' => '',
86
  'options' => array(
582
  ),
583
  1000 => array(
584
  'type' => 'divider',
585
+ 'label' => __( 'Title', 'happyforms' ),
586
  'id' => 'form_title',
587
  ),
588
  1100 => array(
622
  ),
623
  1800 => array(
624
  'type' => 'buttonset',
625
+ 'label' => __( 'Outer spacing', 'happyforms' ),
626
  'field' => 'part_outer_padding',
627
  ),
628
  1900 => array(
629
  'type' => 'buttonset',
630
+ 'label' => __( 'Inner spacing', 'happyforms' ),
631
  'field' => 'part_inner_padding',
632
  ),
633
  2000 => array(
905
 
906
  public function do_control( $control, $field, $index ) {
907
  $type = $control['type'];
908
+ $path = happyforms_get_core_folder() . '/templates/customize-controls/style';
909
 
910
  switch( $control['type'] ) {
911
  case 'divider':
{inc/core → core}/classes/class-happyforms-core.php RENAMED
@@ -59,29 +59,29 @@ class HappyForms_Core {
59
  * @return void
60
  */
61
  public function initialize_plugin() {
62
- require_once( happyforms_get_include_folder() . '/core/helpers/helper-misc.php' );
63
- require_once( happyforms_get_include_folder() . '/core/helpers/helper-styles.php' );
64
 
65
  if ( is_admin() ) {
66
- require_once( happyforms_get_include_folder() . '/core/classes/class-admin-notices.php' );
67
  }
68
 
69
- require_once( happyforms_get_include_folder() . '/core/classes/class-tracking.php' );
70
- require_once( happyforms_get_include_folder() . '/core/classes/class-form-controller.php' );
71
  require_once( happyforms_get_include_folder() . '/classes/class-message-controller.php' );
72
- require_once( happyforms_get_include_folder() . '/core/classes/class-email-message.php' );
73
- require_once( happyforms_get_include_folder() . '/core/classes/class-form-part-library.php' );
74
- require_once( happyforms_get_include_folder() . '/core/classes/class-form-styles.php' );
75
- require_once( happyforms_get_include_folder() . '/core/classes/class-form-setup.php' );
76
- require_once( happyforms_get_include_folder() . '/core/classes/class-session.php' );
77
- require_once( happyforms_get_include_folder() . '/core/classes/class-happyforms-widget.php' );
78
- require_once( happyforms_get_include_folder() . '/core/helpers/helper-form-templates.php' );
79
  require_once( happyforms_get_include_folder() . '/classes/class-migrations.php' );
80
  require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
81
 
82
  // Gutenberg block
83
  if ( happyforms_is_gutenberg() ) {
84
- require_once( happyforms_get_include_folder() . '/core/classes/class-block.php' );
85
  }
86
 
87
  // Admin hooks
@@ -110,7 +110,7 @@ class HappyForms_Core {
110
  }
111
 
112
  public function customize_preview_init() {
113
- require_once( happyforms_get_include_folder() . '/core/classes/class-admin-notices.php' );
114
 
115
  add_action( 'happyforms_form_before', array( happyforms_get_admin_notices(), 'display_preview_notices' ), 20 );
116
  }
@@ -138,7 +138,7 @@ class HappyForms_Core {
138
  return $components;
139
  }
140
 
141
- require_once( happyforms_get_include_folder() . '/core/classes/class-wp-customize-form-manager.php' );
142
 
143
  $this->customize = new HappyForms_WP_Customize_Form_Manager();
144
 
@@ -236,19 +236,19 @@ class HappyForms_Core {
236
  public function admin_enqueue_scripts() {
237
  wp_enqueue_style(
238
  'happyforms-admin',
239
- happyforms_get_plugin_url() . 'inc/core/assets/css/admin.css',
240
  array(), HAPPYFORMS_VERSION
241
  );
242
 
243
  wp_enqueue_style(
244
  'happyforms-notices',
245
- happyforms_get_plugin_url() . 'inc/core/assets/css/notice.css',
246
  array(), HAPPYFORMS_VERSION
247
  );
248
 
249
  wp_register_script(
250
  'happyforms-admin',
251
- happyforms_get_plugin_url() . 'inc/core/assets/js/admin/dashboard.js',
252
  array(), HAPPYFORMS_VERSION, true
253
  );
254
 
@@ -298,7 +298,7 @@ class HappyForms_Core {
298
  if ( in_array( $pagenow, array( 'edit.php', 'post.php' ) )
299
  && ( $current_post_type === $form_post_type ) ) {
300
 
301
- require_once( happyforms_get_include_folder() . '/core/classes/class-form-admin.php' );
302
  }
303
  }
304
 
@@ -466,7 +466,7 @@ class HappyForms_Core {
466
  }
467
 
468
  public function mce_external_plugins( $plugins ) {
469
- $plugins['happyforms_shortcode'] = happyforms_get_plugin_url() . 'inc/core/assets/js/admin/shortcode.js';
470
 
471
  return $plugins;
472
  }
@@ -485,7 +485,7 @@ class HappyForms_Core {
485
  wp_enqueue_script( 'jquery-ui-dialog' );
486
  wp_enqueue_style( 'wp-jquery-ui-dialog' );
487
 
488
- require_once( happyforms_get_include_folder() . '/core/templates/admin-form-modal.php' );
489
  }
490
 
491
  public function print_frontend_styles( $form ) {
@@ -493,7 +493,7 @@ class HappyForms_Core {
493
 
494
  if ( $output && ! $this->frontend_styles ) {
495
  $this->frontend_styles = true;
496
- $url = happyforms_get_plugin_url() . 'inc/core/assets/css/layout.css?' . HAPPYFORMS_VERSION;
497
  ?>
498
  <link rel="stylesheet" property="stylesheet" href="<?php echo $url; ?>" />
499
  <?php
@@ -501,7 +501,7 @@ class HappyForms_Core {
501
 
502
  if ( $output && ! $this->frontend_color_styles ) {
503
  $this->frontend_color_styles = true;
504
- $color_url = happyforms_get_plugin_url() . 'inc/core/assets/css/color.css?' . HAPPYFORMS_VERSION;
505
  ?>
506
  <link rel="stylesheet" property="stylesheet" href="<?php echo $color_url; ?>" />
507
  <?php
@@ -539,7 +539,7 @@ class HappyForms_Core {
539
 
540
  wp_register_script(
541
  'happyforms-select',
542
- happyforms_get_plugin_url() . 'inc/core/assets/js/lib/happyforms-select.js',
543
  array( 'jquery' ), HAPPYFORMS_VERSION, true
544
  );
545
 
@@ -567,7 +567,7 @@ class HappyForms_Core {
567
  }
568
 
569
  public function print_shortcode_template() {
570
- require_once( happyforms_get_include_folder() . '/core/templates/admin-shortcode.php' );
571
  }
572
 
573
  public function enqueue_styles_preview() {
@@ -577,7 +577,7 @@ class HappyForms_Core {
577
 
578
  wp_enqueue_style(
579
  'happyforms-preview',
580
- happyforms_get_plugin_url() . 'inc/core/assets/css/preview.css',
581
  array(), HAPPYFORMS_VERSION
582
  );
583
  }
@@ -616,7 +616,7 @@ class HappyForms_Core {
616
  )
617
  );
618
 
619
- require_once( happyforms_get_include_folder() . '/core/templates/preview-form-pencil.php' );
620
  }
621
 
622
  /**
59
  * @return void
60
  */
61
  public function initialize_plugin() {
62
+ require_once( happyforms_get_core_folder() . '/helpers/helper-misc.php' );
63
+ require_once( happyforms_get_core_folder() . '/helpers/helper-styles.php' );
64
 
65
  if ( is_admin() ) {
66
+ require_once( happyforms_get_core_folder() . '/classes/class-admin-notices.php' );
67
  }
68
 
69
+ require_once( happyforms_get_core_folder() . '/classes/class-tracking.php' );
70
+ require_once( happyforms_get_core_folder() . '/classes/class-form-controller.php' );
71
  require_once( happyforms_get_include_folder() . '/classes/class-message-controller.php' );
72
+ require_once( happyforms_get_core_folder() . '/classes/class-email-message.php' );
73
+ require_once( happyforms_get_core_folder() . '/classes/class-form-part-library.php' );
74
+ require_once( happyforms_get_core_folder() . '/classes/class-form-styles.php' );
75
+ require_once( happyforms_get_core_folder() . '/classes/class-form-setup.php' );
76
+ require_once( happyforms_get_core_folder() . '/classes/class-session.php' );
77
+ require_once( happyforms_get_core_folder() . '/classes/class-happyforms-widget.php' );
78
+ require_once( happyforms_get_core_folder() . '/helpers/helper-form-templates.php' );
79
  require_once( happyforms_get_include_folder() . '/classes/class-migrations.php' );
80
  require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
81
 
82
  // Gutenberg block
83
  if ( happyforms_is_gutenberg() ) {
84
+ require_once( happyforms_get_core_folder() . '/classes/class-block.php' );
85
  }
86
 
87
  // Admin hooks
110
  }
111
 
112
  public function customize_preview_init() {
113
+ require_once( happyforms_get_core_folder() . '/classes/class-admin-notices.php' );
114
 
115
  add_action( 'happyforms_form_before', array( happyforms_get_admin_notices(), 'display_preview_notices' ), 20 );
116
  }
138
  return $components;
139
  }
140
 
141
+ require_once( happyforms_get_core_folder() . '/classes/class-wp-customize-form-manager.php' );
142
 
143
  $this->customize = new HappyForms_WP_Customize_Form_Manager();
144
 
236
  public function admin_enqueue_scripts() {
237
  wp_enqueue_style(
238
  'happyforms-admin',
239
+ happyforms_get_plugin_url() . 'core/assets/css/admin.css',
240
  array(), HAPPYFORMS_VERSION
241
  );
242
 
243
  wp_enqueue_style(
244
  'happyforms-notices',
245
+ happyforms_get_plugin_url() . 'core/assets/css/notice.css',
246
  array(), HAPPYFORMS_VERSION
247
  );
248
 
249
  wp_register_script(
250
  'happyforms-admin',
251
+ happyforms_get_plugin_url() . 'core/assets/js/admin/dashboard.js',
252
  array(), HAPPYFORMS_VERSION, true
253
  );
254
 
298
  if ( in_array( $pagenow, array( 'edit.php', 'post.php' ) )
299
  && ( $current_post_type === $form_post_type ) ) {
300
 
301
+ require_once( happyforms_get_core_folder() . '/classes/class-form-admin.php' );
302
  }
303
  }
304
 
466
  }
467
 
468
  public function mce_external_plugins( $plugins ) {
469
+ $plugins['happyforms_shortcode'] = happyforms_get_plugin_url() . 'core/assets/js/admin/shortcode.js';
470
 
471
  return $plugins;
472
  }
485
  wp_enqueue_script( 'jquery-ui-dialog' );
486
  wp_enqueue_style( 'wp-jquery-ui-dialog' );
487
 
488
+ require_once( happyforms_get_core_folder() . '/templates/admin-form-modal.php' );
489
  }
490
 
491
  public function print_frontend_styles( $form ) {
493
 
494
  if ( $output && ! $this->frontend_styles ) {
495
  $this->frontend_styles = true;
496
+ $url = happyforms_get_plugin_url() . 'core/assets/css/layout.css?' . HAPPYFORMS_VERSION;
497
  ?>
498
  <link rel="stylesheet" property="stylesheet" href="<?php echo $url; ?>" />
499
  <?php
501
 
502
  if ( $output && ! $this->frontend_color_styles ) {
503
  $this->frontend_color_styles = true;
504
+ $color_url = happyforms_get_plugin_url() . 'core/assets/css/color.css?' . HAPPYFORMS_VERSION;
505
  ?>
506
  <link rel="stylesheet" property="stylesheet" href="<?php echo $color_url; ?>" />
507
  <?php
539
 
540
  wp_register_script(
541
  'happyforms-select',
542
+ happyforms_get_plugin_url() . 'core/assets/js/lib/happyforms-select.js',
543
  array( 'jquery' ), HAPPYFORMS_VERSION, true
544
  );
545
 
567
  }
568
 
569
  public function print_shortcode_template() {
570
+ require_once( happyforms_get_core_folder() . '/templates/admin-shortcode.php' );
571
  }
572
 
573
  public function enqueue_styles_preview() {
577
 
578
  wp_enqueue_style(
579
  'happyforms-preview',
580
+ happyforms_get_plugin_url() . 'core/assets/css/preview.css',
581
  array(), HAPPYFORMS_VERSION
582
  );
583
  }
616
  )
617
  );
618
 
619
+ require_once( happyforms_get_core_folder() . '/templates/preview-form-pencil.php' );
620
  }
621
 
622
  /**
{inc/core → core}/classes/class-happyforms-widget.php RENAMED
File without changes
{inc/core → core}/classes/class-session.php RENAMED
File without changes
{inc/core → core}/classes/class-tracking.php RENAMED
@@ -168,7 +168,7 @@ class HappyForms_Tracking {
168
  wp_die( __( 'Sorry, you are not allowed to access this page.', 'happyforms' ) );
169
  }
170
 
171
- require_once( happyforms_get_include_folder() . '/core/templates/admin-tracking.php' );
172
  }
173
 
174
  /**
@@ -186,7 +186,7 @@ class HappyForms_Tracking {
186
  if ( 'happyforms_page_happyforms-welcome' === $current_screen->id ) {
187
  wp_enqueue_script(
188
  'happyforms-tracking',
189
- happyforms_get_plugin_url() . 'inc/core/assets/js/tracking.js',
190
  array(), HAPPYFORMS_VERSION, true
191
  );
192
  }
168
  wp_die( __( 'Sorry, you are not allowed to access this page.', 'happyforms' ) );
169
  }
170
 
171
+ require_once( happyforms_get_core_folder() . '/templates/admin-tracking.php' );
172
  }
173
 
174
  /**
186
  if ( 'happyforms_page_happyforms-welcome' === $current_screen->id ) {
187
  wp_enqueue_script(
188
  'happyforms-tracking',
189
+ happyforms_get_plugin_url() . 'core/assets/js/tracking.js',
190
  array(), HAPPYFORMS_VERSION, true
191
  );
192
  }
{inc/core → core}/classes/class-wp-customize-form-manager.php RENAMED
@@ -15,7 +15,7 @@ class HappyForms_WP_Customize_Form_Manager {
15
  * @since 1.0
16
  */
17
  public function __construct() {
18
- require_once( happyforms_get_include_folder() . '/core/helpers/helper-validation.php' );
19
 
20
  /*
21
  * Note the customize_register action is triggered in
@@ -269,13 +269,13 @@ class HappyForms_WP_Customize_Form_Manager {
269
  public function enqueue_scripts_customizer() {
270
  wp_enqueue_style(
271
  'happyforms-customize',
272
- happyforms_get_plugin_url() . 'inc/core/assets/css/customize.css',
273
  array( 'wp-color-picker', 'wp-pointer' ), HAPPYFORMS_VERSION
274
  );
275
 
276
  wp_enqueue_style(
277
  'happyforms-font-awesome',
278
- happyforms_get_plugin_url() . 'inc/core/assets/css/font-awesome.min.css',
279
  array(), HAPPYFORMS_VERSION
280
  );
281
 
@@ -370,14 +370,14 @@ class HappyForms_WP_Customize_Form_Manager {
370
  public function customize_controls_print_footer_scripts() {
371
  global $wp_customize;
372
 
373
- require_once( happyforms_get_include_folder() . '/core/templates/customize-header-actions.php' );
374
- require_once( happyforms_get_include_folder() . '/core/templates/customize-sidebar.php' );
375
- require_once( happyforms_get_include_folder() . '/core/templates/customize-form-steps.php' );
376
- require_once( happyforms_get_include_folder() . '/core/templates/customize-form-item.php' );
377
- require_once( happyforms_get_include_folder() . '/core/templates/customize-form-setup.php' );
378
- require_once( happyforms_get_include_folder() . '/core/templates/customize-form-build.php' );
379
- require_once( happyforms_get_include_folder() . '/core/templates/customize-form-parts-drawer.php' );
380
- require_once( happyforms_get_include_folder() . '/core/templates/customize-form-style.php' );
381
 
382
  _WP_Editors::print_default_editor_scripts();
383
  }
15
  * @since 1.0
16
  */
17
  public function __construct() {
18
+ require_once( happyforms_get_core_folder() . '/helpers/helper-validation.php' );
19
 
20
  /*
21
  * Note the customize_register action is triggered in
269
  public function enqueue_scripts_customizer() {
270
  wp_enqueue_style(
271
  'happyforms-customize',
272
+ happyforms_get_plugin_url() . 'core/assets/css/customize.css',
273
  array( 'wp-color-picker', 'wp-pointer' ), HAPPYFORMS_VERSION
274
  );
275
 
276
  wp_enqueue_style(
277
  'happyforms-font-awesome',
278
+ happyforms_get_plugin_url() . 'core/assets/css/font-awesome.min.css',
279
  array(), HAPPYFORMS_VERSION
280
  );
281
 
370
  public function customize_controls_print_footer_scripts() {
371
  global $wp_customize;
372
 
373
+ require_once( happyforms_get_core_folder() . '/templates/customize-header-actions.php' );
374
+ require_once( happyforms_get_core_folder() . '/templates/customize-sidebar.php' );
375
+ require_once( happyforms_get_core_folder() . '/templates/customize-form-steps.php' );
376
+ require_once( happyforms_get_core_folder() . '/templates/customize-form-item.php' );
377
+ require_once( happyforms_get_core_folder() . '/templates/customize-form-setup.php' );
378
+ require_once( happyforms_get_core_folder() . '/templates/customize-form-build.php' );
379
+ require_once( happyforms_get_core_folder() . '/templates/customize-form-parts-drawer.php' );
380
+ require_once( happyforms_get_core_folder() . '/templates/customize-form-style.php' );
381
 
382
  _WP_Editors::print_default_editor_scripts();
383
  }
{inc/core → core}/classes/parts/class-part-checkbox.php RENAMED
@@ -100,7 +100,7 @@ class HappyForms_Part_Checkbox extends HappyForms_Form_Part {
100
  * @return string
101
  */
102
  public function customize_templates() {
103
- $template_path = happyforms_get_include_folder() . '/core/templates/parts/customize-checkbox.php';
104
  $template_path = happyforms_get_part_customize_template_path( $template_path, $this->type );
105
 
106
  require_once( $template_path );
@@ -124,7 +124,7 @@ class HappyForms_Part_Checkbox extends HappyForms_Form_Part {
124
  $part['options'][$o] = wp_parse_args( $option, $this->get_option_defaults() );
125
  }
126
 
127
- include( happyforms_get_include_folder() . '/core/templates/parts/frontend-checkbox.php' );
128
  }
129
 
130
  /**
@@ -139,7 +139,7 @@ class HappyForms_Part_Checkbox extends HappyForms_Form_Part {
139
  public function customize_enqueue_scripts( $deps = array() ) {
140
  wp_enqueue_script(
141
  'part-checkbox',
142
- happyforms_get_plugin_url() . 'inc/core/assets/js/parts/part-checkbox.js',
143
  $deps, HAPPYFORMS_VERSION, true
144
  );
145
  }
@@ -260,7 +260,7 @@ class HappyForms_Part_Checkbox extends HappyForms_Form_Part {
260
 
261
  wp_register_script(
262
  'happyforms-checkbox',
263
- happyforms_get_plugin_url() . 'inc/core/assets/js/frontend/checkbox.js',
264
  array(), HAPPYFORMS_VERSION, true
265
  );
266
 
100
  * @return string
101
  */
102
  public function customize_templates() {
103
+ $template_path = happyforms_get_core_folder() . '/templates/parts/customize-checkbox.php';
104
  $template_path = happyforms_get_part_customize_template_path( $template_path, $this->type );
105
 
106
  require_once( $template_path );
124
  $part['options'][$o] = wp_parse_args( $option, $this->get_option_defaults() );
125
  }
126
 
127
+ include( happyforms_get_core_folder() . '/templates/parts/frontend-checkbox.php' );
128
  }
129
 
130
  /**
139
  public function customize_enqueue_scripts( $deps = array() ) {
140
  wp_enqueue_script(
141
  'part-checkbox',
142
+ happyforms_get_plugin_url() . 'core/assets/js/parts/part-checkbox.js',
143
  $deps, HAPPYFORMS_VERSION, true
144
  );
145
  }
260
 
261
  wp_register_script(
262
  'happyforms-checkbox',
263
+ happyforms_get_plugin_url() . 'core/assets/js/frontend/checkbox.js',
264
  array(), HAPPYFORMS_VERSION, true
265
  );
266
 
{inc/core → core}/classes/parts/class-part-email.php RENAMED
@@ -84,7 +84,7 @@ class HappyForms_Part_Email extends HappyForms_Form_Part {
84
  * @return string
85
  */
86
  public function customize_templates() {
87
- $template_path = happyforms_get_include_folder() . '/core/templates/parts/customize-email.php';
88
  $template_path = happyforms_get_part_customize_template_path( $template_path, $this->type );
89
 
90
  require_once( $template_path );
@@ -104,7 +104,7 @@ class HappyForms_Part_Email extends HappyForms_Form_Part {
104
  $part = wp_parse_args( $part_data, $this->get_customize_defaults() );
105
  $form = $form_data;
106
 
107
- include( happyforms_get_include_folder() . '/core/templates/parts/frontend-email.php' );
108
  }
109
 
110
  public function get_default_value( $part_data = array() ) {
@@ -239,7 +239,7 @@ class HappyForms_Part_Email extends HappyForms_Form_Part {
239
  public function customize_enqueue_scripts( $deps = array() ) {
240
  wp_enqueue_script(
241
  'part-email',
242
- happyforms_get_plugin_url() . 'inc/core/assets/js/parts/part-email.js',
243
  $deps, HAPPYFORMS_VERSION, true
244
  );
245
  }
@@ -261,7 +261,7 @@ class HappyForms_Part_Email extends HappyForms_Form_Part {
261
 
262
  wp_register_script(
263
  'happyforms-email',
264
- happyforms_get_plugin_url() . 'inc/core/assets/js/frontend/email.js',
265
  array( 'happyforms-select' ), HAPPYFORMS_VERSION, true
266
  );
267
 
84
  * @return string
85
  */
86
  public function customize_templates() {
87
+ $template_path = happyforms_get_core_folder() . '/templates/parts/customize-email.php';
88
  $template_path = happyforms_get_part_customize_template_path( $template_path, $this->type );
89
 
90
  require_once( $template_path );
104
  $part = wp_parse_args( $part_data, $this->get_customize_defaults() );
105
  $form = $form_data;
106
 
107
+ include( happyforms_get_core_folder() . '/templates/parts/frontend-email.php' );
108
  }
109
 
110
  public function get_default_value( $part_data = array() ) {
239
  public function customize_enqueue_scripts( $deps = array() ) {
240
  wp_enqueue_script(
241
  'part-email',
242
+ happyforms_get_plugin_url() . 'core/assets/js/parts/part-email.js',
243
  $deps, HAPPYFORMS_VERSION, true
244
  );
245
  }
261
 
262
  wp_register_script(
263
  'happyforms-email',
264
+ happyforms_get_plugin_url() . 'core/assets/js/frontend/email.js',
265
  array( 'happyforms-select' ), HAPPYFORMS_VERSION, true
266
  );
267
 
{inc/core → core}/classes/parts/class-part-multi-line-text.php RENAMED
@@ -86,7 +86,7 @@ class HappyForms_Part_MultiLineText extends HappyForms_Form_Part {
86
  * @return string
87
  */
88
  public function customize_templates() {
89
- $template_path = happyforms_get_include_folder() . '/core/templates/parts/customize-multi-line-text.php';
90
  $template_path = happyforms_get_part_customize_template_path( $template_path, $this->type );
91
 
92
  require_once( $template_path );
@@ -106,7 +106,7 @@ class HappyForms_Part_MultiLineText extends HappyForms_Form_Part {
106
  $part = wp_parse_args( $part_data, $this->get_customize_defaults() );
107
  $form = $form_data;
108
 
109
- include( happyforms_get_include_folder() . '/core/templates/parts/frontend-multi-line-text.php' );
110
  }
111
 
112
  /**
@@ -121,7 +121,7 @@ class HappyForms_Part_MultiLineText extends HappyForms_Form_Part {
121
  public function customize_enqueue_scripts( $deps = array() ) {
122
  wp_enqueue_script(
123
  'part-multi-line-text',
124
- happyforms_get_plugin_url() . 'inc/core/assets/js/parts/part-multi-line-text.js',
125
  $deps, HAPPYFORMS_VERSION, true
126
  );
127
  }
@@ -301,7 +301,7 @@ class HappyForms_Part_MultiLineText extends HappyForms_Form_Part {
301
 
302
  wp_register_script(
303
  'happyforms-part-long-text',
304
- happyforms_get_plugin_url() . 'inc/core/assets/js/frontend/long-text.js',
305
  array(), HAPPYFORMS_VERSION, true
306
  );
307
 
86
  * @return string
87
  */
88
  public function customize_templates() {
89
+ $template_path = happyforms_get_core_folder() . '/templates/parts/customize-multi-line-text.php';
90
  $template_path = happyforms_get_part_customize_template_path( $template_path, $this->type );
91
 
92
  require_once( $template_path );
106
  $part = wp_parse_args( $part_data, $this->get_customize_defaults() );
107
  $form = $form_data;
108
 
109
+ include( happyforms_get_core_folder() . '/templates/parts/frontend-multi-line-text.php' );
110
  }
111
 
112
  /**
121
  public function customize_enqueue_scripts( $deps = array() ) {
122
  wp_enqueue_script(
123
  'part-multi-line-text',
124
+ happyforms_get_plugin_url() . 'core/assets/js/parts/part-multi-line-text.js',
125
  $deps, HAPPYFORMS_VERSION, true
126
  );
127
  }
301
 
302
  wp_register_script(
303
  'happyforms-part-long-text',
304
+ happyforms_get_plugin_url() . 'core/assets/js/frontend/long-text.js',
305
  array(), HAPPYFORMS_VERSION, true
306
  );
307
 
{inc/core → core}/classes/parts/class-part-number.php RENAMED
@@ -103,7 +103,7 @@ class HappyForms_Part_Number extends HappyForms_Form_Part {
103
  * @return string
104
  */
105
  public function customize_templates() {
106
- $template_path = happyforms_get_include_folder() . '/core/templates/parts/customize-number.php';
107
  $template_path = happyforms_get_part_customize_template_path( $template_path, $this->type );
108
 
109
  require_once( $template_path );
@@ -123,7 +123,7 @@ class HappyForms_Part_Number extends HappyForms_Form_Part {
123
  $part = wp_parse_args( $part_data, $this->get_customize_defaults() );
124
  $form = $form_data;
125
 
126
- include( happyforms_get_include_folder() . '/core/templates/parts/frontend-number.php' );
127
  }
128
 
129
  public function get_default_value( $part_data = array() ) {
@@ -217,7 +217,7 @@ class HappyForms_Part_Number extends HappyForms_Form_Part {
217
  public function customize_enqueue_scripts( $deps = array() ) {
218
  wp_enqueue_script(
219
  'part-number',
220
- happyforms_get_plugin_url() . 'inc/core/assets/js/parts/part-number.js',
221
  $deps, HAPPYFORMS_VERSION, true
222
  );
223
  }
@@ -284,13 +284,13 @@ class HappyForms_Part_Number extends HappyForms_Form_Part {
284
 
285
  wp_register_script(
286
  'cleave',
287
- happyforms_get_plugin_url() . 'inc/core/assets/js/lib/cleave.min.js',
288
  array(), HAPPYFORMS_VERSION
289
  );
290
 
291
  wp_register_script(
292
  'happyforms-part-number',
293
- happyforms_get_plugin_url() . 'inc/core/assets/js/frontend/number.js',
294
  array( 'cleave' ), HAPPYFORMS_VERSION, true
295
  );
296
 
103
  * @return string
104
  */
105
  public function customize_templates() {
106
+ $template_path = happyforms_get_core_folder() . '/templates/parts/customize-number.php';
107
  $template_path = happyforms_get_part_customize_template_path( $template_path, $this->type );
108
 
109
  require_once( $template_path );
123
  $part = wp_parse_args( $part_data, $this->get_customize_defaults() );
124
  $form = $form_data;
125
 
126
+ include( happyforms_get_core_folder() . '/templates/parts/frontend-number.php' );
127
  }
128
 
129
  public function get_default_value( $part_data = array() ) {
217
  public function customize_enqueue_scripts( $deps = array() ) {
218
  wp_enqueue_script(
219
  'part-number',
220
+ happyforms_get_plugin_url() . 'core/assets/js/parts/part-number.js',
221
  $deps, HAPPYFORMS_VERSION, true
222
  );
223
  }
284
 
285
  wp_register_script(
286
  'cleave',
287
+ happyforms_get_plugin_url() . 'core/assets/js/lib/cleave.min.js',
288
  array(), HAPPYFORMS_VERSION
289
  );
290
 
291
  wp_register_script(
292
  'happyforms-part-number',
293
+ happyforms_get_plugin_url() . 'core/assets/js/frontend/number.js',
294
  array( 'cleave' ), HAPPYFORMS_VERSION, true
295
  );
296
 
{inc/core → core}/classes/parts/class-part-radio.php RENAMED
@@ -104,7 +104,7 @@ class HappyForms_Part_Radio extends HappyForms_Form_Part {
104
  * @return string
105
  */
106
  public function customize_templates() {
107
- $template_path = happyforms_get_include_folder() . '/core/templates/parts/customize-radio.php';
108
  $template_path = happyforms_get_part_customize_template_path( $template_path, $this->type );
109
 
110
  require_once( $template_path );
@@ -128,7 +128,7 @@ class HappyForms_Part_Radio extends HappyForms_Form_Part {
128
  $part['options'][$o] = wp_parse_args( $option, $this->get_option_defaults() );
129
  }
130
 
131
- include( happyforms_get_include_folder() . '/core/templates/parts/frontend-radio.php' );
132
  }
133
 
134
  /**
@@ -143,7 +143,7 @@ class HappyForms_Part_Radio extends HappyForms_Form_Part {
143
  public function customize_enqueue_scripts( $deps = array() ) {
144
  wp_enqueue_script(
145
  'part-radio',
146
- happyforms_get_plugin_url() . 'inc/core/assets/js/parts/part-radio.js',
147
  $deps, HAPPYFORMS_VERSION, true
148
  );
149
  }
104
  * @return string
105
  */
106
  public function customize_templates() {
107
+ $template_path = happyforms_get_core_folder() . '/templates/parts/customize-radio.php';
108
  $template_path = happyforms_get_part_customize_template_path( $template_path, $this->type );
109
 
110
  require_once( $template_path );
128
  $part['options'][$o] = wp_parse_args( $option, $this->get_option_defaults() );
129
  }
130
 
131
+ include( happyforms_get_core_folder() . '/templates/parts/frontend-radio.php' );
132
  }
133
 
134
  /**
143
  public function customize_enqueue_scripts( $deps = array() ) {
144
  wp_enqueue_script(
145
  'part-radio',
146
+ happyforms_get_plugin_url() . 'core/assets/js/parts/part-radio.js',
147
  $deps, HAPPYFORMS_VERSION, true
148
  );
149
  }
{inc/core → core}/classes/parts/class-part-select.php RENAMED
@@ -94,7 +94,7 @@ class HappyForms_Part_Select extends HappyForms_Form_Part {
94
  * @return string
95
  */
96
  public function customize_templates() {
97
- $template_path = happyforms_get_include_folder() . '/core/templates/parts/customize-select.php';
98
  $template_path = happyforms_get_part_customize_template_path( $template_path, $this->type );
99
 
100
  require_once( $template_path );
@@ -118,7 +118,7 @@ class HappyForms_Part_Select extends HappyForms_Form_Part {
118
  $part['options'][$o] = wp_parse_args( $option, $this->get_option_defaults() );
119
  }
120
 
121
- include( happyforms_get_include_folder() . '/core/templates/parts/frontend-select.php' );
122
  }
123
 
124
  /**
@@ -133,7 +133,7 @@ class HappyForms_Part_Select extends HappyForms_Form_Part {
133
  public function customize_enqueue_scripts( $deps = array() ) {
134
  wp_enqueue_script(
135
  'part-select',
136
- happyforms_get_plugin_url() . 'inc/core/assets/js/parts/part-select.js',
137
  $deps, HAPPYFORMS_VERSION, true
138
  );
139
  }
@@ -246,7 +246,7 @@ class HappyForms_Part_Select extends HappyForms_Form_Part {
246
 
247
  wp_register_script(
248
  'happyforms-dropdown',
249
- happyforms_get_plugin_url() . 'inc/core/assets/js/frontend/select.js',
250
  array( 'happyforms-select' ), HAPPYFORMS_VERSION, true
251
  );
252
 
94
  * @return string
95
  */
96
  public function customize_templates() {
97
+ $template_path = happyforms_get_core_folder() . '/templates/parts/customize-select.php';
98
  $template_path = happyforms_get_part_customize_template_path( $template_path, $this->type );
99
 
100
  require_once( $template_path );
118
  $part['options'][$o] = wp_parse_args( $option, $this->get_option_defaults() );
119
  }
120
 
121
+ include( happyforms_get_core_folder() . '/templates/parts/frontend-select.php' );
122
  }
123
 
124
  /**
133
  public function customize_enqueue_scripts( $deps = array() ) {
134
  wp_enqueue_script(
135
  'part-select',
136
+ happyforms_get_plugin_url() . 'core/assets/js/parts/part-select.js',
137
  $deps, HAPPYFORMS_VERSION, true
138
  );
139
  }
246
 
247
  wp_register_script(
248
  'happyforms-dropdown',
249
+ happyforms_get_plugin_url() . 'core/assets/js/frontend/select.js',
250
  array( 'happyforms-select' ), HAPPYFORMS_VERSION, true
251
  );
252
 
{inc/core → core}/classes/parts/class-part-single-line-text.php RENAMED
@@ -74,7 +74,7 @@ class HappyForms_Part_SingleLineText extends HappyForms_Form_Part {
74
  * @return string
75
  */
76
  public function customize_templates() {
77
- $template_path = happyforms_get_include_folder() . '/core/templates/parts/customize-single-line-text.php';
78
  $template_path = happyforms_get_part_customize_template_path( $template_path, $this->type );
79
 
80
  require_once( $template_path );
@@ -94,7 +94,7 @@ class HappyForms_Part_SingleLineText extends HappyForms_Form_Part {
94
  $part = wp_parse_args( $part_data, $this->get_customize_defaults() );
95
  $form = $form_data;
96
 
97
- include( happyforms_get_include_folder() . '/core/templates/parts/frontend-single-line-text.php' );
98
  }
99
 
100
  /**
@@ -171,7 +171,7 @@ class HappyForms_Part_SingleLineText extends HappyForms_Form_Part {
171
  public function customize_enqueue_scripts( $deps = array() ) {
172
  wp_enqueue_script(
173
  'part-single-line-text',
174
- happyforms_get_plugin_url() . 'inc/core/assets/js/parts/part-single-line-text.js',
175
  $deps, HAPPYFORMS_VERSION, true
176
  );
177
  }
74
  * @return string
75
  */
76
  public function customize_templates() {
77
+ $template_path = happyforms_get_core_folder() . '/templates/parts/customize-single-line-text.php';
78
  $template_path = happyforms_get_part_customize_template_path( $template_path, $this->type );
79
 
80
  require_once( $template_path );
94
  $part = wp_parse_args( $part_data, $this->get_customize_defaults() );
95
  $form = $form_data;
96
 
97
+ include( happyforms_get_core_folder() . '/templates/parts/frontend-single-line-text.php' );
98
  }
99
 
100
  /**
171
  public function customize_enqueue_scripts( $deps = array() ) {
172
  wp_enqueue_script(
173
  'part-single-line-text',
174
+ happyforms_get_plugin_url() . 'core/assets/js/parts/part-single-line-text.js',
175
  $deps, HAPPYFORMS_VERSION, true
176
  );
177
  }
{inc/core → core}/helpers/helper-activation.php RENAMED
@@ -40,8 +40,8 @@ register_uninstall_hook( happyforms_plugin_file(), 'happyforms_uninstall');
40
  if ( ! function_exists( 'happyforms_create_samples' ) ):
41
 
42
  function happyforms_create_samples() {
43
- require_once( happyforms_get_include_folder() . '/core/classes/class-tracking.php' );
44
- require_once( happyforms_get_include_folder() . '/core/helpers/helper-misc.php' );
45
 
46
  $tracking = happyforms_get_tracking();
47
  $status = $tracking->get_status();
@@ -50,12 +50,12 @@ function happyforms_create_samples() {
50
  return;
51
  }
52
 
53
- require_once( happyforms_get_include_folder() . '/core/classes/class-form-controller.php' );
54
- require_once( happyforms_get_include_folder() . '/core/classes/class-form-part-library.php' );
55
- require_once( happyforms_get_include_folder() . '/core/classes/class-form-styles.php' );
56
- require_once( happyforms_get_include_folder() . '/core/classes/class-session.php' );
57
- require_once( happyforms_get_include_folder() . '/core/helpers/helper-form-templates.php' );
58
- require_once( happyforms_get_include_folder() . '/core/helpers/helper-validation.php' );
59
 
60
  $part_library = happyforms_get_part_library();
61
  $form_controller = happyforms_get_form_controller();
@@ -162,7 +162,7 @@ function happyforms_create_samples() {
162
  endif;
163
 
164
  function happyforms_deactivate_tracking() {
165
- require_once( happyforms_get_include_folder() . '/core/classes/class-tracking.php' );
166
 
167
  $tracking = happyforms_get_tracking();
168
  $status = $tracking->get_status();
40
  if ( ! function_exists( 'happyforms_create_samples' ) ):
41
 
42
  function happyforms_create_samples() {
43
+ require_once( happyforms_get_core_folder() . '/classes/class-tracking.php' );
44
+ require_once( happyforms_get_core_folder() . '/helpers/helper-misc.php' );
45
 
46
  $tracking = happyforms_get_tracking();
47
  $status = $tracking->get_status();
50
  return;
51
  }
52
 
53
+ require_once( happyforms_get_core_folder() . '/classes/class-form-controller.php' );
54
+ require_once( happyforms_get_core_folder() . '/classes/class-form-part-library.php' );
55
+ require_once( happyforms_get_core_folder() . '/classes/class-form-styles.php' );
56
+ require_once( happyforms_get_core_folder() . '/classes/class-session.php' );
57
+ require_once( happyforms_get_core_folder() . '/helpers/helper-form-templates.php' );
58
+ require_once( happyforms_get_core_folder() . '/helpers/helper-validation.php' );
59
 
60
  $part_library = happyforms_get_part_library();
61
  $form_controller = happyforms_get_form_controller();
162
  endif;
163
 
164
  function happyforms_deactivate_tracking() {
165
+ require_once( happyforms_get_core_folder() . '/classes/class-tracking.php' );
166
 
167
  $tracking = happyforms_get_tracking();
168
  $status = $tracking->get_status();
{inc/core → core}/helpers/helper-form-templates.php RENAMED
@@ -80,7 +80,7 @@ if ( ! function_exists( 'happyforms_submit' ) ):
80
  * @return void
81
  */
82
  function happyforms_submit( $form ) {
83
- $template_path = happyforms_template_path( '/core/templates/partials/form-submit', $form );
84
  $template_path = apply_filters( 'happyforms_get_submit_template_path', $template_path, $form );
85
  include( $template_path );
86
  }
@@ -920,7 +920,7 @@ if ( ! function_exists( 'happyforms_geolocation_link' ) ) :
920
 
921
  function happyforms_geolocation_link( $part ) {
922
  if ( 1 === intval( $part['has_geolocation'] ) ) : ?>
923
- <a class="address-geolocate" href="#" data-idle="<?php _e( 'Get my location', 'happyforms' ); ?>" data-fetching="<?php _e( 'Fetching location…', 'happyforms' ); ?>"><?php require( happyforms_get_include_folder() . '/core/assets/svg/font-awesome/map-marker-alt.svg' ) ; ?><span></span></a>
924
  <?php endif;
925
  }
926
 
@@ -1220,7 +1220,7 @@ function happyforms_select( $options, $part, $form, $placeholder = '' ) {
1220
  }
1221
  }
1222
 
1223
- include( happyforms_get_include_folder() . '/core/templates/partials/happyforms-select.php' );
1224
  }
1225
 
1226
  endif;
@@ -1305,18 +1305,6 @@ function happyforms_step_field( $form ) {
1305
 
1306
  endif;
1307
 
1308
- if ( ! function_exists( 'happyforms_template_path' ) ) :
1309
-
1310
- function happyforms_template_path( $path, $form = array(), $part = array() ) {
1311
- $path = apply_filters( 'happyforms_get_template_path', $path, $form, $part );
1312
- $path = "{$path}.php";
1313
- $path = happyforms_get_include_folder() . $path;
1314
-
1315
- return $path;
1316
- }
1317
-
1318
- endif;
1319
-
1320
  if ( ! function_exists( 'happyforms_is_falsy' ) ) :
1321
 
1322
  function happyforms_is_falsy( $value ) {
@@ -1466,7 +1454,7 @@ function happyforms_get_form_partial( $partial_name, $form ) {
1466
  $file = happyforms_get_include_folder() . '/templates/partials/' . $partial_name . '.php';
1467
 
1468
  if ( ! file_exists( $file ) ) {
1469
- $file = happyforms_get_include_folder() . '/core/templates/partials/' . $partial_name . '.php';
1470
  }
1471
 
1472
  ob_start();
80
  * @return void
81
  */
82
  function happyforms_submit( $form ) {
83
+ $template_path = happyforms_get_core_folder() . '/templates/partials/form-submit.php';
84
  $template_path = apply_filters( 'happyforms_get_submit_template_path', $template_path, $form );
85
  include( $template_path );
86
  }
920
 
921
  function happyforms_geolocation_link( $part ) {
922
  if ( 1 === intval( $part['has_geolocation'] ) ) : ?>
923
+ <a class="address-geolocate" href="#" data-idle="<?php _e( 'Get my location', 'happyforms' ); ?>" data-fetching="<?php _e( 'Fetching location…', 'happyforms' ); ?>"><?php require( happyforms_get_core_folder() . '/assets/svg/font-awesome/map-marker-alt.svg' ) ; ?><span></span></a>
924
  <?php endif;
925
  }
926
 
1220
  }
1221
  }
1222
 
1223
+ include( happyforms_get_core_folder() . '/templates/partials/happyforms-select.php' );
1224
  }
1225
 
1226
  endif;
1305
 
1306
  endif;
1307
 
 
 
 
 
 
 
 
 
 
 
 
 
1308
  if ( ! function_exists( 'happyforms_is_falsy' ) ) :
1309
 
1310
  function happyforms_is_falsy( $value ) {
1454
  $file = happyforms_get_include_folder() . '/templates/partials/' . $partial_name . '.php';
1455
 
1456
  if ( ! file_exists( $file ) ) {
1457
+ $file = happyforms_get_core_folder() . '/templates/partials/' . $partial_name . '.php';
1458
  }
1459
 
1460
  ob_start();
{inc/core → core}/helpers/helper-misc.php RENAMED
@@ -193,7 +193,7 @@ if ( ! function_exists( 'happyforms_admin_footer' ) ):
193
  */
194
  function happyforms_admin_footer() {
195
  ?>
196
- <?php _e( 'How are we doing? Please rate', 'happyforms' ); ?> <strong>HappyForms</strong> <a href="https://wordpress.org/support/plugin/happyforms/reviews/?filter=5#new-post" target="_blank" rel="noopener">★★★★★</a> <?php _e( 'on', 'happyforms' ); ?> <a href="https://wordpress.org/support/plugin/happyforms/reviews/?filter=5#new-post" target="_blank">WordPress.org</a> <?php _e( 'to help us spread the word.', 'happyforms' ); ?>
197
  <?php
198
  }
199
 
@@ -519,8 +519,9 @@ endif;
519
  if ( ! function_exists( 'happyforms_get_email_part_value' ) ):
520
 
521
  function happyforms_get_email_part_value( $message, $part = array(), $form = array(), $context = '' ) {
 
522
  $part_id = $part['id'];
523
- $value = happyforms_get_message_part_value( $message[$part_id], $part, 'email' );
524
  $value = apply_filters( 'happyforms_email_part_value', $value, $message, $part, $form, $context );
525
 
526
  return $value;
@@ -874,7 +875,7 @@ endif;
874
  if ( ! function_exists( 'happyforms_customize_part_footer' ) ):
875
 
876
  function happyforms_customize_part_footer() {
877
- $template = happyforms_get_include_folder() . '/core/templates/customize-form-part-footer.php';
878
  $template = apply_filters( 'happyforms_part_customize_footer_template_path', $template );
879
 
880
  $html = '';
@@ -891,7 +892,7 @@ endif;
891
  if ( ! function_exists( 'happyforms_customize_part_logic' ) ) :
892
 
893
  function happyforms_customize_part_logic() {
894
- $template_path = happyforms_get_include_folder() . '/core/templates/customize-form-part-logic.php';
895
 
896
  $template_path = apply_filters( 'happyforms_customize_part_logic_template_path', $template_path );
897
 
193
  */
194
  function happyforms_admin_footer() {
195
  ?>
196
+ <?php _e( 'Thank you for creating with', 'happyforms' ); ?> <a href="https://happyforms.me/" target="_blank">HappyForms</a>.
197
  <?php
198
  }
199
 
519
  if ( ! function_exists( 'happyforms_get_email_part_value' ) ):
520
 
521
  function happyforms_get_email_part_value( $message, $part = array(), $form = array(), $context = '' ) {
522
+ $parts = $message['parts'];
523
  $part_id = $part['id'];
524
+ $value = happyforms_get_message_part_value( $parts[$part_id], $part, 'email' );
525
  $value = apply_filters( 'happyforms_email_part_value', $value, $message, $part, $form, $context );
526
 
527
  return $value;
875
  if ( ! function_exists( 'happyforms_customize_part_footer' ) ):
876
 
877
  function happyforms_customize_part_footer() {
878
+ $template = happyforms_get_core_folder() . '/templates/customize-form-part-footer.php';
879
  $template = apply_filters( 'happyforms_part_customize_footer_template_path', $template );
880
 
881
  $html = '';
892
  if ( ! function_exists( 'happyforms_customize_part_logic' ) ) :
893
 
894
  function happyforms_customize_part_logic() {
895
+ $template_path = happyforms_get_core_folder() . '/templates/customize-form-part-logic.php';
896
 
897
  $template_path = apply_filters( 'happyforms_customize_part_logic_template_path', $template_path );
898
 
{inc/core → core}/helpers/helper-styles.php RENAMED
File without changes
{inc/core → core}/helpers/helper-validation.php RENAMED
File without changes
{inc/core → core}/templates/admin-form-modal.php RENAMED
File without changes
{inc/core → core}/templates/admin-shortcode.php RENAMED
File without changes
{inc/core → core}/templates/admin-tracking.php RENAMED
File without changes
{inc/core → core}/templates/customize-controls/setup/alert-email-subject.php RENAMED
File without changes
{inc/core → core}/templates/customize-controls/setup/checkbox.php RENAMED
File without changes
{inc/core → core}/templates/customize-controls/setup/editor.php RENAMED
File without changes
{inc/core → core}/templates/customize-controls/setup/number.php RENAMED
File without changes
{inc/core → core}/templates/customize-controls/setup/radio.php RENAMED
File without changes
{inc/core → core}/templates/customize-controls/setup/select.php RENAMED
File without changes
{inc/core → core}/templates/customize-controls/setup/text.php RENAMED
File without changes
{inc/core → core}/templates/customize-controls/setup/textarea.php RENAMED
File without changes
{inc/core → core}/templates/customize-controls/style/buttonset.php RENAMED
File without changes
{inc/core → core}/templates/customize-controls/style/checkbox.php RENAMED
@@ -1,7 +1,7 @@
1
- <li class="customize-control <?php echo esc_attr( 'happyforms-' . $control['type'] . '-control' ); ?> data-target="<?php echo esc_attr( $field['target'] ); ?>" id="customize-control-<?php echo $control['field']; ?>">
2
  <div class="customize-control-content">
3
  <label>
4
  <input type="checkbox" name="<?php echo $control['field']; ?>" id="<?php echo $control['field']; ?>" value="<?php echo $field['value']; ?>" data-attribute="<?php echo $control['field']; ?>" <% if (<?php echo $control['field']; ?>) { %>checked="checked"<% } %>> <?php echo $control['label']; ?>
5
  </label>
6
  </div>
7
- </li>
1
+ <li class="customize-control <?php echo esc_attr( 'happyforms-' . $control['type'] . '-control' ); ?>" data-target="<?php echo esc_attr( $field['target'] ); ?>" id="customize-control-<?php echo $control['field']; ?>">
2
  <div class="customize-control-content">
3
  <label>
4
  <input type="checkbox" name="<?php echo $control['field']; ?>" id="<?php echo $control['field']; ?>" value="<?php echo $field['value']; ?>" data-attribute="<?php echo $control['field']; ?>" <% if (<?php echo $control['field']; ?>) { %>checked="checked"<% } %>> <?php echo $control['label']; ?>
5
  </label>
6
  </div>
7
+ </li>
{inc/core → core}/templates/customize-controls/style/color.php RENAMED
File without changes
{inc/core → core}/templates/customize-controls/style/divider.php RENAMED
File without changes
{inc/core → core}/templates/customize-controls/style/heading.php RENAMED
File without changes
{inc/core → core}/templates/customize-controls/style/range.php RENAMED
File without changes
{inc/core → core}/templates/customize-controls/style/select.php RENAMED
File without changes
{inc/core → core}/templates/customize-controls/style/text.php RENAMED
File without changes
{inc/core → core}/templates/customize-form-build.php RENAMED
@@ -1,13 +1,13 @@
1
  <script type="text/template" id="happyforms-form-build-template">
2
  <div class="happyforms-stack-view">
3
  <div class="customize-control">
4
- <label for="" class="customize-control-title"><?php _e( 'Form name', 'happyforms' ); ?></label>
5
  <input type="text" name="post_title" value="<%= post_title %>" id="happyforms-form-name">
6
  </div>
7
 
8
  <div class="customize-control">
9
  <label class="customize-control-title">
10
- <?php _e( 'Form Builder', 'happyforms' ); ?>
11
  <span class="happyforms-parts-expand-collapse-wrap">
12
  <a href="#" class="expand-collapse-all <%= ( parts.length > 0 ) ? 'expand' : 'collapse' %>" data-collapse-text="<?php _e( 'Collapse all', 'happyforms' ); ?>" data-expand-text="<?php _e( 'Expand all', 'happyforms' ); ?>"><%= ( parts.length > 0 ) ? '<?php _e( 'Expand all', 'happyforms' ); ?>' : '<?php _e( 'Collapse all', 'happyforms' ); ?>' %></a>
13
  </span>
1
  <script type="text/template" id="happyforms-form-build-template">
2
  <div class="happyforms-stack-view">
3
  <div class="customize-control">
4
+ <label for="" class="customize-control-title"><?php _e( 'Title', 'happyforms' ); ?></label>
5
  <input type="text" name="post_title" value="<%= post_title %>" id="happyforms-form-name">
6
  </div>
7
 
8
  <div class="customize-control">
9
  <label class="customize-control-title">
10
+ <?php _e( 'Form builder', 'happyforms' ); ?>
11
  <span class="happyforms-parts-expand-collapse-wrap">
12
  <a href="#" class="expand-collapse-all <%= ( parts.length > 0 ) ? 'expand' : 'collapse' %>" data-collapse-text="<?php _e( 'Collapse all', 'happyforms' ); ?>" data-expand-text="<?php _e( 'Expand all', 'happyforms' ); ?>"><%= ( parts.length > 0 ) ? '<?php _e( 'Expand all', 'happyforms' ); ?>' : '<?php _e( 'Collapse all', 'happyforms' ); ?>' %></a>
13
  </span>
{inc/core → core}/templates/customize-form-item.php RENAMED
File without changes
{inc/core → core}/templates/customize-form-part-footer.php RENAMED
File without changes
{inc/core → core}/templates/customize-form-part-header.php RENAMED
File without changes
{inc/core → core}/templates/customize-form-part-logic.php RENAMED
File without changes
{inc/core → core}/templates/customize-form-parts-drawer.php RENAMED
File without changes
{inc/core → core}/templates/customize-form-setup-logic.php RENAMED
File without changes
{inc/core → core}/templates/customize-form-setup.php RENAMED
File without changes
{inc/core → core}/templates/customize-form-steps.php RENAMED
File without changes
{inc/core → core}/templates/customize-form-style.php RENAMED
File without changes
{inc/core → core}/templates/customize-header-actions.php RENAMED
File without changes
{inc/core → core}/templates/customize-sidebar.php RENAMED
File without changes
{inc/core → core}/templates/partials/form-submit.php RENAMED
File without changes
{inc/core → core}/templates/partials/frontend-rich-text-toolbar-icons.php RENAMED
File without changes
{inc/core → core}/templates/partials/happyforms-select.php RENAMED
File without changes
{inc/core → core}/templates/partials/part-phone-dropdown.php RENAMED
File without changes
{inc/core → core}/templates/parts/customize-checkbox.php RENAMED
@@ -1,5 +1,5 @@
1
  <script type="text/template" id="customize-happyforms-checkbox-template">
2
- <?php include( happyforms_get_include_folder() . '/core/templates/customize-form-part-header.php' ); ?>
3
  <p>
4
  <label for="<%= instance.id %>_title"><?php _e( 'Title', 'happyforms' ); ?></label>
5
  <input type="text" id="<%= instance.id %>_title" class="widefat title" value="<%= instance.label %>" data-bind="label" />
1
  <script type="text/template" id="customize-happyforms-checkbox-template">
2
+ <?php include( happyforms_get_core_folder() . '/templates/customize-form-part-header.php' ); ?>
3
  <p>
4
  <label for="<%= instance.id %>_title"><?php _e( 'Title', 'happyforms' ); ?></label>
5
  <input type="text" id="<%= instance.id %>_title" class="widefat title" value="<%= instance.label %>" data-bind="label" />
{inc/core → core}/templates/parts/customize-email.php RENAMED
@@ -1,5 +1,5 @@
1
  <script type="text/template" id="customize-happyforms-email-template">
2
- <?php include( happyforms_get_include_folder() . '/core/templates/customize-form-part-header.php' ); ?>
3
  <p>
4
  <label for="<%= instance.id %>_title"><?php _e( 'Title', 'happyforms' ); ?></label>
5
  <input type="text" id="<%= instance.id %>_title" class="widefat title" value="<%= instance.label %>" data-bind="label" />
1
  <script type="text/template" id="customize-happyforms-email-template">
2
+ <?php include( happyforms_get_core_folder() . '/templates/customize-form-part-header.php' ); ?>
3
  <p>
4
  <label for="<%= instance.id %>_title"><?php _e( 'Title', 'happyforms' ); ?></label>
5
  <input type="text" id="<%= instance.id %>_title" class="widefat title" value="<%= instance.label %>" data-bind="label" />
{inc/core → core}/templates/parts/customize-multi-line-text.php RENAMED
@@ -1,5 +1,5 @@
1
  <script type="text/template" id="customize-happyforms-multi-line-text-template">
2
- <?php include( happyforms_get_include_folder() . '/core/templates/customize-form-part-header.php' ); ?>
3
  <p>
4
  <label for="<%= instance.id %>_title"><?php _e( 'Title', 'happyforms' ); ?></label>
5
  <input type="text" id="<%= instance.id %>_title" class="widefat title" value="<%= instance.label %>" data-bind="label" />
1
  <script type="text/template" id="customize-happyforms-multi-line-text-template">
2
+ <?php include( happyforms_get_core_folder() . '/templates/customize-form-part-header.php' ); ?>
3
  <p>
4
  <label for="<%= instance.id %>_title"><?php _e( 'Title', 'happyforms' ); ?></label>
5
  <input type="text" id="<%= instance.id %>_title" class="widefat title" value="<%= instance.label %>" data-bind="label" />
{inc/core → core}/templates/parts/customize-number.php RENAMED
@@ -1,5 +1,5 @@
1
  <script type="text/template" id="happyforms-customize-number-template">
2
- <?php include( happyforms_get_include_folder() . '/core/templates/customize-form-part-header.php' ); ?>
3
  <p>
4
  <label for="<%= instance.id %>_title"><?php _e( 'Title', 'happyforms' ); ?></label>
5
  <input type="text" id="<%= instance.id %>_title" class="widefat title" value="<%= instance.label %>" data-bind="label" />
1
  <script type="text/template" id="happyforms-customize-number-template">
2
+ <?php include( happyforms_get_core_folder() . '/templates/customize-form-part-header.php' ); ?>
3
  <p>
4
  <label for="<%= instance.id %>_title"><?php _e( 'Title', 'happyforms' ); ?></label>
5
  <input type="text" id="<%= instance.id %>_title" class="widefat title" value="<%= instance.label %>" data-bind="label" />
{inc/core → core}/templates/parts/customize-radio.php RENAMED
@@ -1,5 +1,5 @@
1
  <script type="text/template" id="customize-happyforms-radio-template">
2
- <?php include( happyforms_get_include_folder() . '/core/templates/customize-form-part-header.php' ); ?>
3
  <p>
4
  <label for="<%= instance.id %>_title"><?php _e( 'Title', 'happyforms' ); ?></label>
5
  <input type="text" id="<%= instance.id %>_title" class="widefat title" value="<%= instance.label %>" data-bind="label" />
1
  <script type="text/template" id="customize-happyforms-radio-template">
2
+ <?php include( happyforms_get_core_folder() . '/templates/customize-form-part-header.php' ); ?>
3
  <p>
4
  <label for="<%= instance.id %>_title"><?php _e( 'Title', 'happyforms' ); ?></label>
5
  <input type="text" id="<%= instance.id %>_title" class="widefat title" value="<%= instance.label %>" data-bind="label" />
{inc/core → core}/templates/parts/customize-select.php RENAMED
@@ -1,5 +1,5 @@
1
  <script type="text/template" id="customize-happyforms-select-template">
2
- <?php include( happyforms_get_include_folder() . '/core/templates/customize-form-part-header.php' ); ?>
3
  <p>
4
  <label for="<%= instance.id %>_title"><?php _e( 'Title', 'happyforms' ); ?></label>
5
  <input type="text" id="<%= instance.id %>_title" class="widefat title" value="<%= instance.label %>" data-bind="label" />
1
  <script type="text/template" id="customize-happyforms-select-template">
2
+ <?php include( happyforms_get_core_folder() . '/templates/customize-form-part-header.php' ); ?>
3
  <p>
4
  <label for="<%= instance.id %>_title"><?php _e( 'Title', 'happyforms' ); ?></label>
5
  <input type="text" id="<%= instance.id %>_title" class="widefat title" value="<%= instance.label %>" data-bind="label" />
{inc/core → core}/templates/parts/customize-single-line-text.php RENAMED
@@ -1,5 +1,5 @@
1
  <script type="text/template" id="customize-happyforms-single-line-text-template">
2
- <?php include( happyforms_get_include_folder() . '/core/templates/customize-form-part-header.php' ); ?>
3
  <p>
4
  <label for="<%= instance.id %>_title"><?php _e( 'Title', 'happyforms' ); ?></label>
5
  <input type="text" id="<%= instance.id %>_title" class="widefat title" value="<%= instance.label %>" data-bind="label" />
1
  <script type="text/template" id="customize-happyforms-single-line-text-template">
2
+ <?php include( happyforms_get_core_folder() . '/templates/customize-form-part-header.php' ); ?>
3
  <p>
4
  <label for="<%= instance.id %>_title"><?php _e( 'Title', 'happyforms' ); ?></label>
5
  <input type="text" id="<%= instance.id %>_title" class="widefat title" value="<%= instance.label %>" data-bind="label" />
{inc/core → core}/templates/parts/frontend-checkbox.php RENAMED
File without changes
{inc/core → core}/templates/parts/frontend-email.php RENAMED
File without changes
{inc/core → core}/templates/parts/frontend-multi-line-text.php RENAMED
File without changes
{inc/core → core}/templates/parts/frontend-number.php RENAMED
File without changes
{inc/core → core}/templates/parts/frontend-radio.php RENAMED
File without changes
{inc/core → core}/templates/parts/frontend-select.php RENAMED
File without changes
{inc/core → core}/templates/parts/frontend-single-line-text.php RENAMED
File without changes
{inc/core → core}/templates/preview-form-edit.php RENAMED
@@ -5,12 +5,12 @@
5
  <title><?php wp_title(); ?></title>
6
  <?php wp_head(); ?>
7
 
8
- <link rel="stylesheet" type="text/css" href="<?php echo happyforms_get_plugin_url() . '/inc/core/assets/css/notice.css'; ?>">
9
  </head>
10
  <body class="happyforms-preview">
11
  <?php global $post; $form = happyforms_get_form_controller()->get( $post->ID ); ?>
12
  <?php happyforms_the_form_styles( $form ); ?>
13
- <?php include( happyforms_get_include_folder() . '/core/templates/single-form.php' ); ?>
14
 
15
  <?php wp_footer(); ?>
16
  </body>
5
  <title><?php wp_title(); ?></title>
6
  <?php wp_head(); ?>
7
 
8
+ <link rel="stylesheet" type="text/css" href="<?php echo happyforms_get_plugin_url() . '/core/assets/css/notice.css'; ?>">
9
  </head>
10
  <body class="happyforms-preview">
11
  <?php global $post; $form = happyforms_get_form_controller()->get( $post->ID ); ?>
12
  <?php happyforms_the_form_styles( $form ); ?>
13
+ <?php include( happyforms_get_core_folder() . '/templates/single-form.php' ); ?>
14
 
15
  <?php wp_footer(); ?>
16
  </body>
{inc/core → core}/templates/preview-form-pencil.php RENAMED
File without changes
{inc/core → core}/templates/single-form.php RENAMED
File without changes
happyforms.php CHANGED
@@ -5,7 +5,7 @@
5
  * Plugin URI: https://happyforms.me
6
  * Description: Your friendly drag and drop contact form builder for creating contact forms, lead generation forms, feedback forms, quote forms, survey forms and more!
7
  * Author: The Theme Foundry
8
- * Version: 1.8.18
9
  * Author URI: https://thethemefoundry.com
10
  * Upgrade URI: https://thethemefoundry.com
11
  */
@@ -13,7 +13,7 @@
13
  /**
14
  * The current version of the plugin.
15
  */
16
- define( 'HAPPYFORMS_VERSION', '1.8.18' );
17
 
18
  if ( ! function_exists( 'happyforms_plugin_file' ) ):
19
  /**
@@ -75,15 +75,23 @@ function happyforms_get_include_folder() {
75
 
76
  endif;
77
 
 
 
 
 
 
 
 
 
78
  /**
79
  * Activate
80
  */
81
- require_once( happyforms_get_include_folder() . '/core/helpers/helper-activation.php' );
82
 
83
  /**
84
  * Core
85
  */
86
- require_once( happyforms_get_include_folder() . '/core/classes/class-happyforms-core.php' );
87
 
88
  require_once( happyforms_get_include_folder() . '/classes/class-happyforms.php' );
89
 
5
  * Plugin URI: https://happyforms.me
6
  * Description: Your friendly drag and drop contact form builder for creating contact forms, lead generation forms, feedback forms, quote forms, survey forms and more!
7
  * Author: The Theme Foundry
8
+ * Version: 1.8.19
9
  * Author URI: https://thethemefoundry.com
10
  * Upgrade URI: https://thethemefoundry.com
11
  */
13
  /**
14
  * The current version of the plugin.
15
  */
16
+ define( 'HAPPYFORMS_VERSION', '1.8.19' );
17
 
18
  if ( ! function_exists( 'happyforms_plugin_file' ) ):
19
  /**
75
 
76
  endif;
77
 
78
+ if ( ! function_exists( 'happyforms_get_core_folder' ) ):
79
+
80
+ function happyforms_get_core_folder() {
81
+ return dirname( __FILE__ ) . '/core';
82
+ }
83
+
84
+ endif;
85
+
86
  /**
87
  * Activate
88
  */
89
+ require_once( happyforms_get_core_folder() . '/helpers/helper-activation.php' );
90
 
91
  /**
92
  * Core
93
  */
94
+ require_once( happyforms_get_core_folder() . '/classes/class-happyforms-core.php' );
95
 
96
  require_once( happyforms_get_include_folder() . '/classes/class-happyforms.php' );
97
 
inc/assets/js/frontend.js CHANGED
@@ -281,6 +281,12 @@
281
  }
282
 
283
  this.$el.trigger( 'happyforms-scrolltop', elTopOffset );
 
 
 
 
 
 
284
  }
285
  },
286
 
281
  }
282
 
283
  this.$el.trigger( 'happyforms-scrolltop', elTopOffset );
284
+
285
+ var hasErrorNotices = $( '.happyforms-message-notice.error', $form ).length;
286
+
287
+ if ( ! hasErrorNotices && this.$el.hasClass( 'happyforms-form--hide-on-submit' ) ) {
288
+ $( '.happyforms-part', $form ).hide();
289
+ }
290
  }
291
  },
292
 
inc/classes/class-happyforms.php CHANGED
@@ -376,7 +376,7 @@ class HappyForms extends HappyForms_Core {
376
  $html = '';
377
 
378
  ob_start();
379
- require( happyforms_get_include_folder() . '/core/templates/customize-form-setup-logic.php' );
380
  $html = ob_get_clean();
381
 
382
  echo $html;
376
  $html = '';
377
 
378
  ob_start();
379
+ require( happyforms_get_core_folder() . '/templates/customize-form-setup-logic.php' );
380
  $html = ob_get_clean();
381
 
382
  echo $html;
inc/classes/class-message-controller.php CHANGED
@@ -422,7 +422,8 @@ class HappyForms_Message_Controller {
422
 
423
  public function email_part_visible( $visible, $part, $form, $response ) {
424
  $required = happyforms_is_truthy( $part['required'] );
425
- $value = happyforms_get_email_part_value( $response, $part, $form );
 
426
 
427
  if ( false === $required && empty( $value ) ) {
428
  $visible = false;
@@ -450,6 +451,7 @@ class HappyForms_Message_Controller {
450
 
451
  if ( count( $subject_parts ) > 0 ) {
452
  $part = $subject_parts[count( $subject_parts ) - 1];
 
453
  $subject = happyforms_get_email_part_value( $message, $part, $form );
454
  }
455
 
422
 
423
  public function email_part_visible( $visible, $part, $form, $response ) {
424
  $required = happyforms_is_truthy( $part['required'] );
425
+ $message = array( 'parts' => $response );
426
+ $value = happyforms_get_email_part_value( $message, $part, $form );
427
 
428
  if ( false === $required && empty( $value ) ) {
429
  $visible = false;
451
 
452
  if ( count( $subject_parts ) > 0 ) {
453
  $part = $subject_parts[count( $subject_parts ) - 1];
454
+ $message = array( 'parts' => $message );
455
  $subject = happyforms_get_email_part_value( $message, $part, $form );
456
  }
457
 
inc/classes/class-migrations.php CHANGED
@@ -145,4 +145,4 @@ endif;
145
  /**
146
  * Initialize the HappyForms_Migrations class immediately.
147
  */
148
- happyforms_get_migrations();
145
  /**
146
  * Initialize the HappyForms_Migrations class immediately.
147
  */
148
+ happyforms_get_migrations();
inc/templates/email-owner.php CHANGED
@@ -5,12 +5,14 @@
5
  *
6
  */
7
  ?>
8
- <?php foreach( $form['parts'] as $part ) : ?>
9
 
 
 
 
10
  <?php if ( happyforms_email_is_part_visible( $part, $form, $response ) ) : ?>
11
 
12
  <b><?php echo happyforms_get_email_part_label( $response, $part, $form ); ?></b><br>
13
- <?php echo happyforms_get_email_part_value( $response, $part, $form ); ?>
14
  <br><br>
15
 
16
  <?php endif; ?>
@@ -29,4 +31,4 @@
29
  <b><?php _e( 'Tracking number', 'happyforms' ); ?></b><br>
30
  <?php echo $response['tracking_id']; ?>
31
 
32
- <?php endif; ?>
5
  *
6
  */
7
  ?>
 
8
 
9
+ <?php $message = array( 'parts' => $response ); ?>
10
+
11
+ <?php foreach( $form['parts'] as $part ) : ?>
12
  <?php if ( happyforms_email_is_part_visible( $part, $form, $response ) ) : ?>
13
 
14
  <b><?php echo happyforms_get_email_part_label( $response, $part, $form ); ?></b><br>
15
+ <?php echo happyforms_get_email_part_value( $message, $part, $form ); ?>
16
  <br><br>
17
 
18
  <?php endif; ?>
31
  <b><?php _e( 'Tracking number', 'happyforms' ); ?></b><br>
32
  <?php echo $response['tracking_id']; ?>
33
 
34
+ <?php endif; ?>
inc/templates/email-user.php CHANGED
@@ -11,16 +11,18 @@
11
 
12
  <?php if ( happyforms_get_form_property( $form, 'confirmation_email_include_values' ) ) : ?>
13
 
 
 
14
  <?php foreach( $form['parts'] as $part ) : ?>
15
 
16
  <?php if ( happyforms_email_is_part_visible( $part, $form, $response ) ) : ?>
17
 
18
  <b><?php echo happyforms_get_email_part_label( $response, $part, $form ); ?></b><br>
19
- <?php echo happyforms_get_email_part_value( $response, $part, $form ); ?>
20
  <br><br>
21
 
22
  <?php endif; ?>
23
 
24
  <?php endforeach; ?>
25
 
26
- <?php endif; ?>
11
 
12
  <?php if ( happyforms_get_form_property( $form, 'confirmation_email_include_values' ) ) : ?>
13
 
14
+ <?php $message = array( 'parts' => $response ); ?>
15
+
16
  <?php foreach( $form['parts'] as $part ) : ?>
17
 
18
  <?php if ( happyforms_email_is_part_visible( $part, $form, $response ) ) : ?>
19
 
20
  <b><?php echo happyforms_get_email_part_label( $response, $part, $form ); ?></b><br>
21
+ <?php echo happyforms_get_email_part_value( $message, $part, $form ); ?>
22
  <br><br>
23
 
24
  <?php endif; ?>
25
 
26
  <?php endforeach; ?>
27
 
28
+ <?php endif; ?>
languages/happyforms.pot CHANGED
@@ -2,9 +2,9 @@
2
  # This file is distributed under the same license as the HappyForms package.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: HappyForms 1.8.18\n"
6
  "Report-Msgid-Bugs-To: https://thethemefoundry.com/support/\n"
7
- "POT-Creation-Date: 2019-10-15 06:37:56+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=utf-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
@@ -13,3737 +13,3521 @@ msgstr ""
13
  "Language-Team: The Theme Foundry\n"
14
  "X-Generator: grunt-wp-i18n 0.4.9\n"
15
 
16
- #: inc/classes/class-happyforms.php:80
17
- msgid "Include mark and reply link"
18
- msgstr ""
19
-
20
- #: inc/classes/class-happyforms.php:81
21
- msgid "Reply to your users and mark their submission as read in one click."
22
- msgstr ""
23
-
24
- #: inc/classes/class-happyforms.php:87
25
- msgid "Redirect on complete"
26
- msgstr ""
27
-
28
- #: inc/classes/class-happyforms.php:88
29
- msgid ""
30
- "By default, recipients will be redirected to the post or page displaying "
31
- "this form. To set a custom redirect webpage, add a link here."
32
- msgstr ""
33
-
34
- #: inc/classes/class-happyforms.php:94
35
- msgid "Track goal link"
36
- msgstr ""
37
-
38
- #: inc/classes/class-happyforms.php:95
39
- msgid ""
40
- "Track recipients landing on this internal page after successfully "
41
- "submitting this form."
42
- msgstr ""
43
-
44
- #: inc/classes/class-happyforms.php:101
45
- msgid "Use theme styles"
46
- msgstr ""
47
-
48
- #: inc/classes/class-happyforms.php:102
49
- msgid "Inherit theme default styles instead of using HappyForms styles."
50
- msgstr ""
51
-
52
- #: inc/classes/class-happyforms.php:108
53
- msgid "Shuffle parts"
54
- msgstr ""
55
-
56
- #: inc/classes/class-happyforms.php:109
57
- msgid "Shuffle the order of all form parts to avoid biases in your responses."
58
- msgstr ""
59
-
60
- #: inc/classes/class-happyforms.php:116
61
- msgid ""
62
- "Use <a href=\"%s\" target=\"_blank\" class=\"external\"> Google "
63
- "ReCaptcha</a>"
64
- msgstr ""
65
-
66
- #: inc/classes/class-happyforms.php:119
67
- msgid "Protect your form against bots using your Google ReCaptcha credentials."
68
- msgstr ""
69
-
70
- #: inc/classes/class-happyforms.php:125
71
- msgid "Require password"
72
- msgstr ""
73
-
74
- #: inc/classes/class-happyforms.php:126
75
- msgid "Only users with password will be able to view and submit the form."
76
- msgstr ""
77
-
78
- #: inc/classes/class-happyforms.php:132
79
- msgid "Open in overlay window"
80
- msgstr ""
81
-
82
- #: inc/classes/class-happyforms.php:133
83
- msgid "Generate a link that can be clicked to open an overlay window for this form."
84
- msgstr ""
85
-
86
- #: inc/classes/class-happyforms.php:139
87
- msgid "Save responses"
88
- msgstr ""
89
-
90
- #: inc/classes/class-happyforms.php:140
91
- msgid "Keep recipients responses stored in your WordPress database."
92
- msgstr ""
93
-
94
- #: inc/classes/class-happyforms.php:147
95
- msgid "Save abandoned responses"
96
- msgstr ""
97
-
98
- #: inc/classes/class-happyforms.php:148
99
- msgid "Keep incomplete recipients responses stored in your WordPress database."
100
- msgstr ""
101
-
102
- #: inc/classes/class-happyforms.php:154
103
- msgid "Give each response an ID number"
104
- msgstr ""
105
-
106
- #: inc/classes/class-happyforms.php:155
107
- msgid "Tag responses with a unique, incremental identifier."
108
- msgstr ""
109
-
110
- #: inc/classes/class-happyforms.php:161
111
- msgid "Preview values before submission"
112
- msgstr ""
113
-
114
- #: inc/classes/class-happyforms.php:162
115
- msgid "Let your users review their submission before confirming it."
116
- msgstr ""
117
-
118
- #: inc/classes/class-happyforms.php:168
119
- msgid "Fade submit button until valid"
120
- msgstr ""
121
-
122
- #: inc/classes/class-happyforms.php:169
123
- msgid ""
124
- "Reduce the opacity of the submit button until all required form parts are "
125
- "valid."
126
- msgstr ""
127
-
128
- #: inc/classes/class-happyforms.php:175
129
- msgid "Limit responses"
130
- msgstr ""
131
-
132
- #: inc/classes/class-happyforms.php:176
133
- msgid "Set limit on number of allowed form submission in general or per user."
134
- msgstr ""
135
-
136
- #: inc/classes/class-happyforms.php:182
137
- msgid "Schedule visibility"
138
- msgstr ""
139
-
140
- #: inc/classes/class-happyforms.php:183
141
- msgid ""
142
- "Show or hide this form during a chosen time and day. Go to Settings > "
143
- "Timezone to set your city offset."
144
- msgstr ""
145
-
146
- #: inc/classes/class-happyforms.php:208
147
- msgid "HappyForms Upgrade"
148
- msgstr ""
149
-
150
- #: inc/classes/class-happyforms.php:209
151
- #: inc/core/templates/customize-form-parts-drawer.php:30
152
- #: inc/templates/customize-controls/checkbox_dummy.php:7
153
- msgid "Upgrade"
154
- msgstr ""
155
-
156
- #: inc/classes/class-happyforms.php:323
157
- msgid ""
158
- "<p><strong>Important changes to HappyForms</strong></p><p>We want to "
159
- "continue developing the free HappyForms plugin, but we can't do this "
160
- "without the support of more paying customers. So, starting with HappyForms "
161
- "1.8.11, we've transitioned the following features to the paid plugin: "
162
- "Scale, Rating, Story, Website Link, Table, Phone, Date & Time, Address, "
163
- "Title, Legal, Placeholder and Text Editor form parts along with redirects, "
164
- "submit button fade, reCAPTCHA and response reviews.</p><p>If you're using "
165
- "these parts and features in your forms, they will be removed from the free "
166
- "plugin with this release. Please review all your existing forms for "
167
- "changes.</p>"
168
- msgstr ""
169
-
170
- #: inc/classes/class-happyforms.php:351
171
- msgid ""
172
- "<p>Can we ask a favor?</p><p>You created your first form %s days ago — how "
173
- "time flies! Since then, we’ve answered hundreds of community emails and "
174
- "spent %s hours coding and improving HappyForms.</p><p>As you probably know, "
175
- "plugin reviews are an important way in helping a young business like ours "
176
- "grow.</p><p>If you could please spare one minute for a review, it would put "
177
- "a huge smile on our faces. 😊</p><p><a href=\"%s\" target=\"_blank\" "
178
- "rel=\"noopener\">Leave a review now</a>, or show your support by <a "
179
- "href=\"%s\" target=\"_blank\" class=\"external\">upgrading to a paid "
180
- "plan</a>.</p>"
181
- msgstr ""
182
-
183
- #: inc/classes/class-message-controller.php:608
184
- #: inc/templates/email-owner.php:29
185
- msgid "Tracking number"
186
- msgstr ""
187
-
188
- #: inc/classes/parts/class-part-address-dummy.php:8
189
- msgid "Address"
190
- msgstr ""
191
-
192
- #: inc/classes/parts/class-part-address-dummy.php:9
193
- msgid "For geographical locations. Includes Google Maps intergration."
194
- msgstr ""
195
-
196
- #: inc/classes/parts/class-part-attachment-dummy.php:8
197
- msgid "Attachment"
198
- msgstr ""
199
-
200
- #: inc/classes/parts/class-part-attachment-dummy.php:9
201
- msgid "For allowing file uploads with easy drag and drop zone."
202
- msgstr ""
203
-
204
- #: inc/classes/parts/class-part-date-dummy.php:8
205
- msgid "Date & Time"
206
- msgstr ""
207
-
208
- #: inc/classes/parts/class-part-date-dummy.php:9
209
- msgid "For formatted day, month, year and or time fields."
210
- msgstr ""
211
-
212
- #: inc/classes/parts/class-part-legal-dummy.php:8
213
- msgid "Legal"
214
- msgstr ""
215
-
216
- #: inc/classes/parts/class-part-legal-dummy.php:9
217
- msgid "For requiring fine print before accepting submission."
218
- msgstr ""
219
-
220
- #: inc/classes/parts/class-part-mailchimp-dummy.php:8
221
- msgid "Mailchimp"
222
- msgstr ""
223
-
224
- #: inc/classes/parts/class-part-mailchimp-dummy.php:9
225
- msgid "For requiring permission before opting into your mailing list."
226
- msgstr ""
227
-
228
- #: inc/classes/parts/class-part-narrative-dummy.php:8
229
- msgid "Story"
230
- msgstr ""
231
-
232
- #: inc/classes/parts/class-part-narrative-dummy.php:9
233
- msgid "For adding fill-in-the-blank style inputs to a paragraph of text."
234
- msgstr ""
235
-
236
- #: inc/classes/parts/class-part-page-break-dummy.php:8
237
- msgid "Page Break"
238
- msgstr ""
239
-
240
- #: inc/classes/parts/class-part-page-break-dummy.php:9
241
- msgid "For splitting your form across multiple pages with navigation controls."
242
- msgstr ""
243
-
244
- #: inc/classes/parts/class-part-payments-dummy.php:8
245
- msgid "Payment"
246
- msgstr ""
247
-
248
- #: inc/classes/parts/class-part-payments-dummy.php:9
249
- msgid "For processing payments using your favorite services."
250
- msgstr ""
251
-
252
- #: inc/classes/parts/class-part-phone-dummy.php:8
253
- msgid "Phone"
254
- msgstr ""
255
-
256
- #: inc/classes/parts/class-part-phone-dummy.php:9
257
- msgid "For phone numbers. Includes country specific formatting."
258
- msgstr ""
259
-
260
- #: inc/classes/parts/class-part-placeholder-dummy.php:8
261
- #: inc/core/classes/class-form-styles.php:714
262
- #: inc/core/templates/parts/customize-email.php:36
263
- #: inc/core/templates/parts/customize-multi-line-text.php:36
264
- #: inc/core/templates/parts/customize-number.php:36
265
- #: inc/core/templates/parts/customize-select.php:34
266
- #: inc/core/templates/parts/customize-single-line-text.php:36
267
- msgid "Placeholder"
268
- msgstr ""
269
-
270
- #: inc/classes/parts/class-part-placeholder-dummy.php:9
271
- msgid "For adding helper text, horizontal rules and extra space."
272
- msgstr ""
273
-
274
- #: inc/classes/parts/class-part-poll-dummy.php:8
275
- msgid "Poll"
276
- msgstr ""
277
-
278
- #: inc/classes/parts/class-part-poll-dummy.php:9
279
- msgid "For collecting opinions and showing published results in a bar chart."
280
- msgstr ""
281
-
282
- #: inc/classes/parts/class-part-rating-dummy.php:8
283
- #: inc/core/classes/class-form-styles.php:769
284
- msgid "Rating"
285
- msgstr ""
286
-
287
- #: inc/classes/parts/class-part-rating-dummy.php:9
288
- msgid "For collecting opinions using stars and emoji scales."
289
- msgstr ""
290
-
291
- #: inc/classes/parts/class-part-rich-text-dummy.php:8
292
- msgid "Text Editor"
293
- msgstr ""
294
-
295
- #: inc/classes/parts/class-part-rich-text-dummy.php:9
296
- msgid "For formatting text, code blocks, lists and more."
297
- msgstr ""
298
-
299
- #: inc/classes/parts/class-part-scale-dummy.php:8
300
- msgid "Scale"
301
- msgstr ""
302
-
303
- #: inc/classes/parts/class-part-scale-dummy.php:9
304
- msgid "For collecting opinions using a horizontal slider."
305
- msgstr ""
306
-
307
- #: inc/classes/parts/class-part-table-dummy.php:8
308
- msgid "Table"
309
- msgstr ""
310
-
311
- #: inc/classes/parts/class-part-table-dummy.php:9
312
- msgid "For radios and checkboxes displaying in a grid of rows and columns."
313
- msgstr ""
314
-
315
- #: inc/classes/parts/class-part-title-dummy.php:8
316
- #: inc/core/classes/class-form-styles.php:704
317
- #: inc/core/templates/parts/customize-checkbox.php:4
318
- #: inc/core/templates/parts/customize-email.php:4
319
- #: inc/core/templates/parts/customize-multi-line-text.php:4
320
- #: inc/core/templates/parts/customize-number.php:4
321
- #: inc/core/templates/parts/customize-radio.php:4
322
- #: inc/core/templates/parts/customize-select.php:4
323
- #: inc/core/templates/parts/customize-single-line-text.php:4
324
- msgid "Title"
325
- msgstr ""
326
-
327
- #: inc/classes/parts/class-part-title-dummy.php:9
328
- msgid "For displaying personal honorifics."
329
- msgstr ""
330
-
331
- #: inc/classes/parts/class-part-website-url-dummy.php:8
332
- msgid "Website Link"
333
- msgstr ""
334
-
335
- #: inc/classes/parts/class-part-website-url-dummy.php:9
336
- msgid "For formatted website URLs."
337
- msgstr ""
338
-
339
  #. Plugin Name of the plugin/theme
340
  msgid "HappyForms"
341
  msgstr ""
342
 
343
- #: inc/core/classes/class-block.php:50
344
  msgid "Contact form to manage and respond to conversations with customers."
345
  msgstr ""
346
 
347
- #: inc/core/classes/class-block.php:101
348
  msgid "Do you want access to HappyForms’ most powerful features?"
349
  msgstr ""
350
 
351
- #: inc/core/classes/class-block.php:102
352
  msgid "Discover HappyForms Upgrade"
353
  msgstr ""
354
 
355
- #: inc/core/classes/class-block.php:107
356
  msgid "Select"
357
  msgstr ""
358
 
359
- #: inc/core/classes/class-block.php:108
360
  msgid "Which form would you like to add here?"
361
  msgstr ""
362
 
363
- #: inc/core/classes/class-block.php:109
364
  msgid "HappyForms Settings"
365
  msgstr ""
366
 
367
- #: inc/core/classes/class-block.php:110
368
  msgid "Edit Form"
369
  msgstr ""
370
 
371
- #: inc/core/classes/class-form-admin.php:154
372
- #: inc/core/classes/class-form-controller.php:79
373
  msgid "View form"
374
  msgstr ""
375
 
376
- #: inc/core/classes/class-form-admin.php:159
377
  msgid "Preview form"
378
  msgstr ""
379
 
380
- #: inc/core/classes/class-form-admin.php:164
381
- #: inc/core/classes/class-form-admin.php:167
382
  msgid "Form updated."
383
  msgstr ""
384
 
385
- #: inc/core/classes/class-form-admin.php:165
386
  msgid "Custom field updated."
387
  msgstr ""
388
 
389
- #: inc/core/classes/class-form-admin.php:166
390
  msgid "Custom field deleted."
391
  msgstr ""
392
 
393
- #: inc/core/classes/class-form-admin.php:168
394
  msgid "Form restored to revision from %s."
395
  msgstr ""
396
 
397
- #: inc/core/classes/class-form-admin.php:169
398
  msgid "Form published."
399
  msgstr ""
400
 
401
- #: inc/core/classes/class-form-admin.php:170
402
  msgid "Form saved."
403
  msgstr ""
404
 
405
- #: inc/core/classes/class-form-admin.php:171
406
  msgid "Form submitted."
407
  msgstr ""
408
 
409
- #: inc/core/classes/class-form-admin.php:172
410
  msgid "Form scheduled."
411
  msgstr ""
412
 
413
- #: inc/core/classes/class-form-admin.php:173
414
  msgid "Form draft updated."
415
  msgstr ""
416
 
417
- #: inc/core/classes/class-form-admin.php:196
418
  msgid "%s form updated."
419
  msgid_plural "%s forms updated."
420
  msgstr[0] ""
421
  msgstr[1] ""
422
 
423
- #: inc/core/classes/class-form-admin.php:197
424
  msgid "%s form not updated, somebody is editing it."
425
  msgid_plural "%s forms not updated, somebody is editing them."
426
  msgstr[0] ""
427
  msgstr[1] ""
428
 
429
- #: inc/core/classes/class-form-admin.php:198
430
  msgid "%s form permanently deleted."
431
  msgid_plural "%s forms permanently deleted."
432
  msgstr[0] ""
433
  msgstr[1] ""
434
 
435
- #: inc/core/classes/class-form-admin.php:199
436
  msgid "%s form moved to the Trash."
437
  msgid_plural "%s forms moved to the Trash."
438
  msgstr[0] ""
439
  msgstr[1] ""
440
 
441
- #: inc/core/classes/class-form-admin.php:200
442
  msgid "%s form restored from the Trash."
443
  msgid_plural "%s forms restored from the Trash."
444
  msgstr[0] ""
445
  msgstr[1] ""
446
 
447
- #: inc/core/classes/class-form-admin.php:253
448
  msgid "Shortcode"
449
  msgstr ""
450
 
451
- #: inc/core/classes/class-form-admin.php:254
452
  msgid "Author"
453
  msgstr ""
454
 
455
- #: inc/core/classes/class-form-admin.php:292
456
  msgid "Copy to clipboard"
457
  msgstr ""
458
 
459
- #: inc/core/classes/class-form-admin.php:333
460
- #: inc/core/templates/customize-form-steps.php:5
461
  msgid "Build"
462
  msgstr ""
463
 
464
- #: inc/core/classes/class-form-admin.php:337
465
- #: inc/core/templates/customize-form-item.php:21
466
- #: inc/core/templates/customize-form-steps.php:8
467
- #: inc/core/templates/customize-form-steps.php:15
468
  msgid "Setup"
469
  msgstr ""
470
 
471
- #: inc/core/classes/class-form-admin.php:341
472
- #: inc/core/templates/customize-form-item.php:24
473
- #: inc/core/templates/customize-form-steps.php:18
474
  msgid "Style"
475
  msgstr ""
476
 
477
- #: inc/core/classes/class-form-admin.php:345
478
- #: inc/core/templates/customize-form-item.php:27
479
- #: inc/core/templates/customize-form-part-footer.php:4
480
  msgid "Duplicate"
481
  msgstr ""
482
 
483
- #: inc/core/classes/class-form-admin.php:349
484
  msgid "Trash"
485
  msgstr ""
486
 
487
- #: inc/core/classes/class-form-admin.php:394
488
  msgid "Form duplicated succesfully."
489
  msgstr ""
490
 
491
- #: inc/core/classes/class-form-controller.php:74
492
  msgid "Forms"
493
  msgstr ""
494
 
495
- #: inc/core/classes/class-form-controller.php:75
496
  msgid "Form"
497
  msgstr ""
498
 
499
- #: inc/core/classes/class-form-controller.php:76
500
- #: inc/core/classes/class-form-controller.php:78
501
  msgid "Build form"
502
  msgstr ""
503
 
504
- #: inc/core/classes/class-form-controller.php:77
505
  msgid "Edit form"
506
  msgstr ""
507
 
508
- #: inc/core/classes/class-form-controller.php:80
509
  msgid "View forms"
510
  msgstr ""
511
 
512
- #: inc/core/classes/class-form-controller.php:81
513
  msgid "Search Forms"
514
  msgstr ""
515
 
516
- #: inc/core/classes/class-form-controller.php:82
517
  msgid "No form found"
518
  msgstr ""
519
 
520
- #: inc/core/classes/class-form-controller.php:83
521
  msgid "No forms found in Trash"
522
  msgstr ""
523
 
524
- #: inc/core/classes/class-form-controller.php:84
525
- #: inc/core/classes/class-form-controller.php:85
526
- #: inc/core/classes/class-happyforms-core.php:173
527
- #: inc/core/classes/class-happyforms-core.php:174
528
  msgid "All Forms"
529
  msgstr ""
530
 
531
- #: inc/core/classes/class-form-controller.php:184
532
  msgid "Untitled form"
533
  msgstr ""
534
 
535
- #: inc/core/classes/class-form-controller.php:614
536
  msgid " Copy"
537
  msgstr ""
538
 
539
- #: inc/core/classes/class-form-part-library.php:185
540
  msgid "Invalid data"
541
  msgstr ""
542
 
543
- #: inc/core/classes/class-form-part-library.php:192
544
  msgid "Part definition not found"
545
  msgstr ""
546
 
547
- #: inc/core/classes/class-form-part-library.php:223
548
  msgid "Missing validation callback for field %s"
549
  msgstr ""
550
 
551
- #: inc/core/classes/class-form-setup.php:50
552
  msgid "Thank you! Your response has been successfully submitted."
553
  msgstr ""
554
 
555
- #: inc/core/classes/class-form-setup.php:54
556
  msgid "Oops! Your response is invalid — please review your message."
557
  msgstr ""
558
 
559
- #: inc/core/classes/class-form-setup.php:74
560
  msgid "You received a new message"
561
  msgstr ""
562
 
563
- #: inc/core/classes/class-form-setup.php:86
564
  msgid "We received your message"
565
  msgstr ""
566
 
567
- #: inc/core/classes/class-form-setup.php:90
568
  msgid ""
569
  "Your message has been successfully sent. We appreciate you contacting us "
570
  "and we’ll be in touch soon."
571
  msgstr ""
572
 
573
- #: inc/core/classes/class-form-setup.php:114
574
  msgid "This field is required."
575
  msgstr ""
576
 
577
- #: inc/core/classes/class-form-setup.php:118
578
  msgid "(optional)"
579
  msgstr ""
580
 
581
- #: inc/core/classes/class-form-setup.php:122
582
  msgid "Submit Form"
583
  msgstr ""
584
 
585
- #: inc/core/classes/class-form-setup.php:146
586
  msgid "Validate your submission"
587
  msgstr ""
588
 
589
- #: inc/core/classes/class-form-setup.php:154
590
  msgid "Review submission"
591
  msgstr ""
592
 
593
- #: inc/core/classes/class-form-setup.php:198
594
  msgid "Confirmation message"
595
  msgstr ""
596
 
597
- #: inc/core/classes/class-form-setup.php:199
598
  msgid ""
599
  "This is the message your users will see after succesfully submitting your "
600
  "form."
601
  msgstr ""
602
 
603
- #: inc/core/classes/class-form-setup.php:204
604
  msgid "Error message"
605
  msgstr ""
606
 
607
- #: inc/core/classes/class-form-setup.php:205
608
  msgid ""
609
  "This is the message your users will see when there are form errors "
610
  "preventing submission."
611
  msgstr ""
612
 
613
- #: inc/core/classes/class-form-setup.php:210
614
  msgid "Receive submission alerts"
615
  msgstr ""
616
 
617
- #: inc/core/classes/class-form-setup.php:215
618
- #: inc/core/templates/admin-tracking.php:15
619
  msgid "Email address"
620
  msgstr ""
621
 
622
- #: inc/core/classes/class-form-setup.php:216
623
  msgid ""
624
  "Add your email address here to receive a confirmation email for each form "
625
  "response. You can add multiple email addresses by separating each address "
626
  "with a comma."
627
  msgstr ""
628
 
629
- #: inc/core/classes/class-form-setup.php:221
630
  msgid "Email Bcc address"
631
  msgstr ""
632
 
633
- #: inc/core/classes/class-form-setup.php:222
634
  msgid ""
635
  "Add your Bcc email address here to receive a confirmation email for each "
636
  "form response without appearing in the received message header. You can "
637
  "add multiple email addresses by separating each address with a comma."
638
  msgstr ""
639
 
640
- #: inc/core/classes/class-form-setup.php:227
641
- #: inc/core/classes/class-form-setup.php:244
642
  msgid "Email subject"
643
  msgstr ""
644
 
645
- #: inc/core/classes/class-form-setup.php:228
646
  msgid ""
647
  "Each time a user submits a message, you'll receive an email with this "
648
  "subject."
649
  msgstr ""
650
 
651
- #: inc/core/classes/class-form-setup.php:233
652
  msgid "Send confirmation email"
653
  msgstr ""
654
 
655
- #: inc/core/classes/class-form-setup.php:238
656
  msgid "Email display name"
657
  msgstr ""
658
 
659
- #: inc/core/classes/class-form-setup.php:239
660
  msgid ""
661
  "If your form contains an email field, recipients will receive an email with "
662
  "this sender name."
663
  msgstr ""
664
 
665
- #: inc/core/classes/class-form-setup.php:245
666
  msgid ""
667
  "If your form contains an email field, recipients will receive an email with "
668
  "this subject."
669
  msgstr ""
670
 
671
- #: inc/core/classes/class-form-setup.php:250
672
  msgid "Email content"
673
  msgstr ""
674
 
675
- #: inc/core/classes/class-form-setup.php:251
676
  msgid ""
677
  "If your form contains an email field, recipients will receive an email with "
678
  "this content."
679
  msgstr ""
680
 
681
- #: inc/core/classes/class-form-setup.php:256
682
  msgid "Include submitted values"
683
  msgstr ""
684
 
685
- #: inc/core/classes/class-form-setup.php:261
686
  msgid "Required part label"
687
  msgstr ""
688
 
689
- #: inc/core/classes/class-form-setup.php:266
690
  msgid "Optional part label"
691
  msgstr ""
692
 
693
- #: inc/core/classes/class-form-setup.php:271
694
  msgid "Submit button label"
695
  msgstr ""
696
 
697
- #: inc/core/classes/class-form-setup.php:276
698
  msgid "Submit button HTML class"
699
  msgstr ""
700
 
701
- #: inc/core/classes/class-form-setup.php:281
702
  msgid "Set custom form HTML ID"
703
  msgstr ""
704
 
705
- #: inc/core/classes/class-form-setup.php:283
706
  msgid "Add a unique HTML ID to your form. Write without a hash (#) character."
707
  msgstr ""
708
 
709
- #: inc/core/classes/class-form-setup.php:287
710
  msgid "Form HTML ID"
711
  msgstr ""
712
 
713
- #: inc/core/classes/class-form-setup.php:292
 
 
 
 
 
 
 
 
 
 
714
  msgid "Spam prevention"
715
  msgstr ""
716
 
717
- #: inc/core/classes/class-form-setup.php:293
718
  msgid "Protect your form against bots by using HoneyPot security."
719
  msgstr ""
720
 
721
- #: inc/core/classes/class-form-styles.php:49
722
  msgid "Left-to-right"
723
  msgstr ""
724
 
725
- #: inc/core/classes/class-form-styles.php:50
726
  msgid "Right-to-left"
727
  msgstr ""
728
 
729
- #: inc/core/classes/class-form-styles.php:71
730
- #: inc/core/classes/class-form-styles.php:139
731
- #: inc/core/classes/class-form-styles.php:149
732
- #: inc/core/classes/class-form-styles.php:252
733
- #: inc/core/classes/class-form-styles.php:262
734
  msgid "Default"
735
  msgstr ""
736
 
737
- #: inc/core/classes/class-form-styles.php:72
738
- #: inc/core/classes/class-form-styles.php:138
739
- #: inc/core/classes/class-form-styles.php:148
740
- #: inc/core/classes/class-form-styles.php:261
741
  msgid "Narrow"
742
  msgstr ""
743
 
744
- #: inc/core/classes/class-form-styles.php:73
745
- #: inc/core/classes/class-form-styles.php:140
746
- #: inc/core/classes/class-form-styles.php:150
747
- #: inc/core/classes/class-form-styles.php:263
748
  msgid "Wide"
749
  msgstr ""
750
 
751
- #: inc/core/classes/class-form-styles.php:81
752
- #: inc/core/classes/class-form-styles.php:110
753
- #: inc/core/classes/class-form-styles.php:233
754
  msgid "Show"
755
  msgstr ""
756
 
757
- #: inc/core/classes/class-form-styles.php:82
758
- #: inc/core/classes/class-form-styles.php:111
759
- #: inc/core/classes/class-form-styles.php:234
760
  msgid "Hide"
761
  msgstr ""
762
 
763
- #: inc/core/classes/class-form-styles.php:90
764
- #: inc/core/classes/class-form-styles.php:164
765
- #: inc/core/classes/class-form-styles.php:193
766
- #: inc/core/classes/class-form-styles.php:213
767
- #: inc/core/classes/class-form-styles.php:290
768
- #: inc/core/templates/parts/customize-checkbox.php:11
769
- #: inc/core/templates/parts/customize-email.php:11
770
- #: inc/core/templates/parts/customize-multi-line-text.php:11
771
- #: inc/core/templates/parts/customize-number.php:11
772
- #: inc/core/templates/parts/customize-radio.php:11
773
- #: inc/core/templates/parts/customize-select.php:11
774
- #: inc/core/templates/parts/customize-single-line-text.php:11
775
  msgid "Left"
776
  msgstr ""
777
 
778
- #: inc/core/classes/class-form-styles.php:91
779
- #: inc/core/classes/class-form-styles.php:165
780
- #: inc/core/classes/class-form-styles.php:194
781
- #: inc/core/classes/class-form-styles.php:214
782
- #: inc/core/classes/class-form-styles.php:291
783
  msgid "Center"
784
  msgstr ""
785
 
786
- #: inc/core/classes/class-form-styles.php:92
787
- #: inc/core/classes/class-form-styles.php:166
788
- #: inc/core/classes/class-form-styles.php:195
789
- #: inc/core/classes/class-form-styles.php:215
790
- #: inc/core/classes/class-form-styles.php:292
791
  msgid "Right"
792
  msgstr ""
793
 
794
- #: inc/core/classes/class-form-styles.php:119
795
  msgid "All sides"
796
  msgstr ""
797
 
798
- #: inc/core/classes/class-form-styles.php:120
799
  msgid "Bottom only"
800
  msgstr ""
801
 
802
- #: inc/core/classes/class-form-styles.php:128
803
- #: inc/core/classes/class-form-styles.php:242
804
  msgid "Square"
805
  msgstr ""
806
 
807
- #: inc/core/classes/class-form-styles.php:129
808
- #: inc/core/classes/class-form-styles.php:243
809
  msgid "Round"
810
  msgstr ""
811
 
812
- #: inc/core/classes/class-form-styles.php:130
813
- #: inc/core/classes/class-form-styles.php:244
814
  msgid "Pill"
815
  msgstr ""
816
 
817
- #: inc/core/classes/class-form-styles.php:184
818
- #: inc/core/classes/class-form-styles.php:281
819
  msgid "Normal"
820
  msgstr ""
821
 
822
- #: inc/core/classes/class-form-styles.php:185
823
- #: inc/core/classes/class-form-styles.php:282
824
  msgid "Bold"
825
  msgstr ""
826
 
827
- #: inc/core/classes/class-form-styles.php:253
828
  msgid "Full width"
829
  msgstr ""
830
 
831
- #: inc/core/classes/class-form-styles.php:504
832
  msgid "Above form"
833
  msgstr ""
834
 
835
- #: inc/core/classes/class-form-styles.php:505
836
  msgid "Below form"
837
  msgstr ""
838
 
839
- #: inc/core/classes/class-form-styles.php:519
840
  msgid "General"
841
  msgstr ""
842
 
843
- #: inc/core/classes/class-form-styles.php:524
844
- #: inc/core/classes/class-form-styles.php:834
845
- #: inc/core/templates/parts/customize-checkbox.php:89
846
- #: inc/core/templates/parts/customize-email.php:54
847
- #: inc/core/templates/parts/customize-multi-line-text.php:66
848
- #: inc/core/templates/parts/customize-number.php:85
849
- #: inc/core/templates/parts/customize-radio.php:84
850
- #: inc/core/templates/parts/customize-select.php:78
851
- #: inc/core/templates/parts/customize-single-line-text.php:59
852
  msgid "Width"
853
  msgstr ""
854
 
855
- #: inc/core/classes/class-form-styles.php:529
856
- #: inc/core/classes/class-form-styles.php:839
857
  msgid "Padding"
858
  msgstr ""
859
 
860
- #: inc/core/classes/class-form-styles.php:534
861
  msgid "Direction"
862
  msgstr ""
863
 
864
- #: inc/core/classes/class-form-styles.php:539
865
  msgid "Display notices"
866
  msgstr ""
867
 
868
- #: inc/core/classes/class-form-styles.php:545
869
- #: inc/core/classes/class-form-styles.php:630
870
- #: inc/core/classes/class-form-styles.php:700
871
- #: inc/core/classes/class-form-styles.php:865
872
  msgid "Colors"
873
  msgstr ""
874
 
875
- #: inc/core/classes/class-form-styles.php:549
876
  msgid "Primary"
877
  msgstr ""
878
 
879
- #: inc/core/classes/class-form-styles.php:554
880
  msgid "Success notice"
881
  msgstr ""
882
 
883
- #: inc/core/classes/class-form-styles.php:559
884
  msgid "Success notice text"
885
  msgstr ""
886
 
887
- #: inc/core/classes/class-form-styles.php:564
888
  msgid "Error"
889
  msgstr ""
890
 
891
- #: inc/core/classes/class-form-styles.php:569
892
  msgid "Error notice"
893
  msgstr ""
894
 
895
- #: inc/core/classes/class-form-styles.php:574
896
  msgid "Error notice text"
897
  msgstr ""
898
 
899
- #: inc/core/classes/class-form-styles.php:579
900
- msgid "Form title"
 
 
 
 
 
 
 
 
 
 
901
  msgstr ""
902
 
903
- #: inc/core/classes/class-form-styles.php:584
904
  msgid "Display"
905
  msgstr ""
906
 
907
- #: inc/core/classes/class-form-styles.php:589
908
- #: inc/core/classes/class-form-styles.php:854
909
  msgid "Alignment"
910
  msgstr ""
911
 
912
- #: inc/core/classes/class-form-styles.php:594
913
- #: inc/core/classes/class-form-styles.php:844
914
  msgid "Font size"
915
  msgstr ""
916
 
917
- #: inc/core/classes/class-form-styles.php:599
918
  msgid "Part borders & spacing"
919
  msgstr ""
920
 
921
- #: inc/core/classes/class-form-styles.php:604
922
- #: inc/core/classes/class-form-styles.php:634
923
- #: inc/core/classes/class-form-styles.php:824
924
- #: inc/core/classes/class-form-styles.php:879
925
  msgid "Border"
926
  msgstr ""
927
 
928
- #: inc/core/classes/class-form-styles.php:609
929
  msgid "Border location"
930
  msgstr ""
931
 
932
- #: inc/core/classes/class-form-styles.php:614
933
- #: inc/core/classes/class-form-styles.php:829
934
  msgid "Border radius"
935
  msgstr ""
936
 
937
- #: inc/core/classes/class-form-styles.php:619
938
- msgid "Outer padding"
939
  msgstr ""
940
 
941
- #: inc/core/classes/class-form-styles.php:624
942
- msgid "Inner padding"
943
  msgstr ""
944
 
945
- #: inc/core/classes/class-form-styles.php:639
946
  msgid "Border on focus"
947
  msgstr ""
948
 
949
- #: inc/core/classes/class-form-styles.php:644
950
- #: inc/core/classes/class-form-styles.php:729
951
- #: inc/core/classes/class-form-styles.php:754
952
- #: inc/core/classes/class-form-styles.php:869
953
  msgid "Background"
954
  msgstr ""
955
 
956
- #: inc/core/classes/class-form-styles.php:649
957
- #: inc/core/classes/class-form-styles.php:739
958
- #: inc/core/classes/class-form-styles.php:759
959
- #: inc/core/classes/class-form-styles.php:874
960
  msgid "Background on focus"
961
  msgstr ""
962
 
963
- #: inc/core/classes/class-form-styles.php:654
964
  msgid "Part labels & text"
965
  msgstr ""
966
 
967
- #: inc/core/classes/class-form-styles.php:659
968
  msgid "Toggle placeholder on part focus"
969
  msgstr ""
970
 
971
- #: inc/core/classes/class-form-styles.php:664
972
  msgid "Title alignment"
973
  msgstr ""
974
 
975
- #: inc/core/classes/class-form-styles.php:669
976
  msgid "Title font size"
977
  msgstr ""
978
 
979
- #: inc/core/classes/class-form-styles.php:674
980
  msgid "Title font weight"
981
  msgstr ""
982
 
983
- #: inc/core/classes/class-form-styles.php:679
984
  msgid "Description alignment"
985
  msgstr ""
986
 
987
- #: inc/core/classes/class-form-styles.php:684
988
  msgid "Description font size"
989
  msgstr ""
990
 
991
- #: inc/core/classes/class-form-styles.php:689
992
  msgid "Placeholder &amp; value alignment"
993
  msgstr ""
994
 
995
- #: inc/core/classes/class-form-styles.php:694
996
  msgid "Value font size"
997
  msgstr ""
998
 
999
- #: inc/core/classes/class-form-styles.php:709
1000
  msgid "Value"
1001
  msgstr ""
1002
 
1003
- #: inc/core/classes/class-form-styles.php:719
 
 
 
 
 
 
 
 
 
 
1004
  msgid "Dropdowns"
1005
  msgstr ""
1006
 
1007
- #: inc/core/classes/class-form-styles.php:725
1008
  msgid "Items"
1009
  msgstr ""
1010
 
1011
- #: inc/core/classes/class-form-styles.php:734
1012
- #: inc/core/classes/class-form-styles.php:884
1013
- #: inc/core/classes/parts/class-part-multi-line-text.php:34
1014
- #: inc/core/classes/parts/class-part-single-line-text.php:29
1015
  msgid "Text"
1016
  msgstr ""
1017
 
1018
- #: inc/core/classes/class-form-styles.php:744
1019
- #: inc/core/classes/class-form-styles.php:889
1020
  msgid "Text focused"
1021
  msgstr ""
1022
 
1023
- #: inc/core/classes/class-form-styles.php:749
1024
  msgid "Checkboxes & Radios"
1025
  msgstr ""
1026
 
1027
- #: inc/core/classes/class-form-styles.php:764
1028
  msgid "Checkmark"
1029
  msgstr ""
1030
 
1031
- #: inc/core/classes/class-form-styles.php:774
 
 
 
 
 
1032
  msgid "Rating star color"
1033
  msgstr ""
1034
 
1035
- #: inc/core/classes/class-form-styles.php:779
1036
  msgid "Rating star color on hover"
1037
  msgstr ""
1038
 
1039
- #: inc/core/classes/class-form-styles.php:784
1040
  msgid "Item background"
1041
  msgstr ""
1042
 
1043
- #: inc/core/classes/class-form-styles.php:789
1044
  msgid "Item background on hover"
1045
  msgstr ""
1046
 
1047
- #: inc/core/classes/class-form-styles.php:794
1048
  msgid "Tables"
1049
  msgstr ""
1050
 
1051
- #: inc/core/classes/class-form-styles.php:799
1052
  msgid "Odd row primary"
1053
  msgstr ""
1054
 
1055
- #: inc/core/classes/class-form-styles.php:804
1056
  msgid "Odd row secondary"
1057
  msgstr ""
1058
 
1059
- #: inc/core/classes/class-form-styles.php:809
1060
  msgid "Even row primary"
1061
  msgstr ""
1062
 
1063
- #: inc/core/classes/class-form-styles.php:814
1064
  msgid "Even row secondary"
1065
  msgstr ""
1066
 
1067
- #: inc/core/classes/class-form-styles.php:819
1068
  msgid "Submit button"
1069
  msgstr ""
1070
 
1071
- #: inc/core/classes/class-form-styles.php:849
1072
  msgid "Font weight"
1073
  msgstr ""
1074
 
1075
- #: inc/core/classes/class-form-styles.php:859
1076
  msgid "Make button a part of last input"
1077
  msgstr ""
1078
 
1079
- #: inc/core/classes/class-happyforms-core.php:162
1080
  msgid "HappyForms Index"
1081
  msgstr ""
1082
 
1083
- #: inc/core/classes/class-happyforms-core.php:181
1084
- #: inc/core/classes/class-happyforms-core.php:182
1085
  msgid "Add New"
1086
  msgstr ""
1087
 
1088
- #: inc/core/classes/class-happyforms-core.php:189
1089
- #: inc/core/classes/class-happyforms-core.php:190
1090
  msgid "Responses"
1091
  msgstr ""
1092
 
1093
- #: inc/core/classes/class-happyforms-core.php:198
1094
- #: inc/core/classes/class-happyforms-core.php:199
1095
  msgid "Integrations"
1096
  msgstr ""
1097
 
1098
- #: inc/core/classes/class-happyforms-core.php:207
1099
- #: inc/core/classes/class-happyforms-core.php:208
1100
  msgid "Import/Export"
1101
  msgstr ""
1102
 
1103
- #: inc/core/classes/class-happyforms-core.php:216
1104
- #: inc/core/classes/class-happyforms-core.php:217
1105
  msgid "Welcome"
1106
  msgstr ""
1107
 
1108
- #: inc/core/classes/class-happyforms-core.php:336
1109
  msgid "HappyForm"
1110
  msgstr ""
1111
 
1112
- #: inc/core/classes/class-happyforms-core.php:340
1113
  msgid "New HappyForm"
1114
  msgstr ""
1115
 
1116
- #: inc/core/classes/class-happyforms-core.php:461
1117
  msgid "Insert HappyForm"
1118
  msgstr ""
1119
 
1120
- #: inc/core/classes/class-happyforms-core.php:461
1121
  msgid "Add HappyForms"
1122
  msgstr ""
1123
 
1124
- #: inc/core/classes/class-happyforms-widget.php:15
1125
  msgid "Easily add your HappyForms to widget areas."
1126
  msgstr ""
1127
 
1128
- #: inc/core/classes/class-happyforms-widget.php:71
1129
  msgid "Title:"
1130
  msgstr ""
1131
 
1132
- #: inc/core/classes/class-happyforms-widget.php:75
1133
  msgid "Form:"
1134
  msgstr ""
1135
 
1136
- #: inc/core/classes/class-tracking.php:168
1137
  msgid "Sorry, you are not allowed to access this page."
1138
  msgstr ""
1139
 
1140
- #: inc/core/classes/class-tracking.php:204
1141
  msgid "Thank you!"
1142
  msgstr ""
1143
 
1144
- #: inc/core/classes/class-tracking.php:205
1145
  msgid "Now let's go enjoy HappyForms."
1146
  msgstr ""
1147
 
1148
- #: inc/core/classes/class-tracking.php:206
1149
  msgid ""
1150
  "You've set up notifications and helped us to improve HappyForms. You're "
1151
  "ready to get started with your first form."
1152
  msgstr ""
1153
 
1154
- #: inc/core/classes/class-tracking.php:207
1155
  msgid "Create your first form"
1156
  msgstr ""
1157
 
1158
- #: inc/core/classes/class-tracking.php:209
1159
  msgid "Aw snap! Something went wrong."
1160
  msgstr ""
1161
 
1162
- #: inc/core/classes/class-tracking.php:210
1163
  msgid "Error description"
1164
  msgstr ""
1165
 
1166
- #: inc/core/classes/class-wp-customize-form-manager.php:163
1167
  msgid "Form saved 👏"
1168
  msgstr ""
1169
 
1170
- #: inc/core/classes/class-wp-customize-form-manager.php:164
1171
  msgid "There are two ways to embed your form. Here goes…"
1172
  msgstr ""
1173
 
1174
- #: inc/core/classes/class-wp-customize-form-manager.php:165
1175
  msgid "Add HappyForms to your page or post"
1176
  msgstr ""
1177
 
1178
- #: inc/core/classes/class-wp-customize-form-manager.php:166
1179
  msgid "In your Edit Post / Edit Page screen, click Add Block."
1180
  msgstr ""
1181
 
1182
- #: inc/core/classes/class-wp-customize-form-manager.php:166
1183
  msgid "Select the HappyForms content block."
1184
  msgstr ""
1185
 
1186
- #: inc/core/classes/class-wp-customize-form-manager.php:166
1187
- #: inc/core/classes/class-wp-customize-form-manager.php:171
1188
  msgid "Select a form in the Form dropdown."
1189
  msgstr ""
1190
 
1191
- #: inc/core/classes/class-wp-customize-form-manager.php:166
1192
  msgid "That's it! You'll see a basic preview of your form in the editor."
1193
  msgstr ""
1194
 
1195
- #: inc/core/classes/class-wp-customize-form-manager.php:167
1196
  msgid "Use HappyForms in a widget area"
1197
  msgstr ""
1198
 
1199
- #: inc/core/classes/class-wp-customize-form-manager.php:169
1200
  msgid "Head over to Appearance &rarr; <a href=\"%s\">Widgets</a> screen."
1201
  msgstr ""
1202
 
1203
- #: inc/core/classes/class-wp-customize-form-manager.php:170
1204
  msgid "Drag the HappyForms widget to your sidebar."
1205
  msgstr ""
1206
 
1207
- #: inc/core/classes/class-wp-customize-form-manager.php:172
1208
  msgid "All done!"
1209
  msgstr ""
1210
 
1211
- #: inc/core/classes/class-wp-customize-form-manager.php:174
1212
  msgid ""
1213
  "Still have questions? Head over to our <a href=\"%s\" "
1214
  "target=\"_blank\">Help Guide</a>."
1215
  msgstr ""
1216
 
1217
- #: inc/core/classes/class-wp-customize-form-manager.php:181
1218
  msgid ""
1219
  "Form saved. You can add this form to any Page, Post and Widget area. Have "
1220
  "questions? <a href=\"%s\" target=\"_blank\">Ask for help in our support "
1221
  "forums</a>."
1222
  msgstr ""
1223
 
1224
- #: inc/core/classes/parts/class-part-checkbox.php:10
1225
  msgid "Multiple Choice"
1226
  msgstr ""
1227
 
1228
- #: inc/core/classes/parts/class-part-checkbox.php:11
1229
  msgid "For checkboxes allowing multiple selections."
1230
  msgstr ""
1231
 
1232
- #: inc/core/classes/parts/class-part-checkbox.php:39
1233
- #: inc/core/classes/parts/class-part-radio.php:40
1234
- #: inc/core/templates/parts/customize-checkbox.php:37
1235
- #: inc/core/templates/parts/customize-checkbox.php:41
1236
- #: inc/core/templates/parts/customize-radio.php:37
1237
- #: inc/core/templates/parts/customize-radio.php:41
1238
  msgid "Choices"
1239
  msgstr ""
1240
 
1241
- #: inc/core/classes/parts/class-part-checkbox.php:197
1242
  msgid "Checkbox values are not valid."
1243
  msgstr ""
1244
 
1245
- #: inc/core/classes/parts/class-part-email.php:8
1246
- #: inc/core/classes/parts/class-part-email.php:31
1247
  msgid "Email"
1248
  msgstr ""
1249
 
1250
- #: inc/core/classes/parts/class-part-email.php:9
1251
  msgid "For formatted email addresses. The '@' symbol is required."
1252
  msgstr ""
1253
 
1254
- #: inc/core/classes/parts/class-part-email.php:55
1255
  msgid "Confirm Email"
1256
  msgstr ""
1257
 
1258
- #: inc/core/classes/parts/class-part-email.php:160
1259
  msgid "Not a valid e-mail address."
1260
  msgstr ""
1261
 
1262
- #: inc/core/classes/parts/class-part-email.php:164
1263
  msgid "Email and confirmation email are not matching."
1264
  msgstr ""
1265
 
1266
- #: inc/core/classes/parts/class-part-multi-line-text.php:8
1267
  msgid "Long Text"
1268
  msgstr ""
1269
 
1270
- #: inc/core/classes/parts/class-part-multi-line-text.php:9
1271
  msgid "For paragraph text fields."
1272
  msgstr ""
1273
 
1274
- #: inc/core/classes/parts/class-part-multi-line-text.php:174
1275
- #: inc/core/classes/parts/class-part-multi-line-text.php:178
1276
  msgid "Submitted value is too long."
1277
  msgstr ""
1278
 
1279
- #: inc/core/classes/parts/class-part-multi-line-text.php:176
1280
- #: inc/core/classes/parts/class-part-multi-line-text.php:180
1281
  msgid "Submitted value is too short."
1282
  msgstr ""
1283
 
1284
- #: inc/core/classes/parts/class-part-multi-line-text.php:224
1285
  msgid "characters (min.)"
1286
  msgstr ""
1287
 
1288
- #: inc/core/classes/parts/class-part-multi-line-text.php:227
1289
  msgid "characters (max.)"
1290
  msgstr ""
1291
 
1292
- #: inc/core/classes/parts/class-part-multi-line-text.php:230
1293
  msgid "words (min.)"
1294
  msgstr ""
1295
 
1296
- #: inc/core/classes/parts/class-part-multi-line-text.php:233
1297
  msgid "words (max.)"
1298
  msgstr ""
1299
 
1300
- #: inc/core/classes/parts/class-part-number.php:8
1301
- #: inc/core/classes/parts/class-part-number.php:30
1302
  msgid "Number"
1303
  msgstr ""
1304
 
1305
- #: inc/core/classes/parts/class-part-number.php:9
1306
  msgid "For numeric fields."
1307
  msgstr ""
1308
 
1309
- #: inc/core/classes/parts/class-part-number.php:86
1310
  msgid "Confirm Number"
1311
  msgstr ""
1312
 
1313
- #: inc/core/classes/parts/class-part-number.php:193
1314
  msgid "This field does not match minimum and maximum allowed value."
1315
  msgstr ""
1316
 
1317
- #: inc/core/classes/parts/class-part-number.php:201
1318
  msgid "Number and confirmation number are not matching."
1319
  msgstr ""
1320
 
1321
- #: inc/core/classes/parts/class-part-radio.php:12
1322
  msgid "Single Choice"
1323
  msgstr ""
1324
 
1325
- #: inc/core/classes/parts/class-part-radio.php:13
1326
  msgid "For radio buttons allowing one selection."
1327
  msgstr ""
1328
 
1329
- #: inc/core/classes/parts/class-part-radio.php:190
1330
- #: inc/core/classes/parts/class-part-radio.php:196
1331
  msgid "Radio value is not valid."
1332
  msgstr ""
1333
 
1334
- #: inc/core/classes/parts/class-part-select.php:8
1335
- #: inc/core/classes/parts/class-part-select.php:31
1336
  msgid "Dropdown"
1337
  msgstr ""
1338
 
1339
- #: inc/core/classes/parts/class-part-select.php:9
1340
  msgid "For selecting one option from a long list. Default value adjustable."
1341
  msgstr ""
1342
 
1343
- #: inc/core/classes/parts/class-part-select.php:180
1344
- #: inc/core/classes/parts/class-part-select.php:186
1345
  msgid "Selected value is not valid."
1346
  msgstr ""
1347
 
1348
- #: inc/core/classes/parts/class-part-single-line-text.php:8
1349
  msgid "Short Text"
1350
  msgstr ""
1351
 
1352
- #: inc/core/classes/parts/class-part-single-line-text.php:9
1353
  msgid "For single line text fields."
1354
  msgstr ""
1355
 
1356
- #: inc/core/helpers/helper-activation.php:70
1357
  msgid "Sample Form"
1358
  msgstr ""
1359
 
1360
- #: inc/core/helpers/helper-activation.php:100
1361
  msgid "First name"
1362
  msgstr ""
1363
 
1364
- #: inc/core/helpers/helper-activation.php:105
1365
  msgid "Last name"
1366
  msgstr ""
1367
 
1368
- #: inc/core/helpers/helper-activation.php:110
1369
  msgid "What's your reason for contacting us?"
1370
  msgstr ""
1371
 
1372
- #: inc/core/helpers/helper-activation.php:113
1373
  msgid "Need technical help"
1374
  msgstr ""
1375
 
1376
- #: inc/core/helpers/helper-activation.php:116
1377
  msgid "Want to suggest a feature"
1378
  msgstr ""
1379
 
1380
- #: inc/core/helpers/helper-activation.php:119
1381
  msgid "Asking about my account"
1382
  msgstr ""
1383
 
1384
- #: inc/core/helpers/helper-activation.php:125
1385
  msgid "What's your age?"
1386
  msgstr ""
1387
 
1388
- #: inc/core/helpers/helper-activation.php:130
1389
  msgid "Your message"
1390
  msgstr ""
1391
 
1392
- #: inc/core/helpers/helper-form-templates.php:65
1393
  msgid "Spam protection, skip this field"
1394
  msgstr ""
1395
 
1396
- #: inc/core/helpers/helper-form-templates.php:923
1397
  msgid "Get my location"
1398
  msgstr ""
1399
 
1400
- #: inc/core/helpers/helper-form-templates.php:923
1401
  msgid "Fetching location…"
1402
  msgstr ""
1403
 
1404
- #: inc/core/helpers/helper-form-templates.php:933
1405
  msgid "January"
1406
  msgstr ""
1407
 
1408
- #: inc/core/helpers/helper-form-templates.php:934
1409
  msgid "February"
1410
  msgstr ""
1411
 
1412
- #: inc/core/helpers/helper-form-templates.php:935
1413
  msgid "March"
1414
  msgstr ""
1415
 
1416
- #: inc/core/helpers/helper-form-templates.php:936
1417
  msgid "April"
1418
  msgstr ""
1419
 
1420
- #: inc/core/helpers/helper-form-templates.php:937
1421
  msgid "May"
1422
  msgstr ""
1423
 
1424
- #: inc/core/helpers/helper-form-templates.php:938
1425
  msgid "June"
1426
  msgstr ""
1427
 
1428
- #: inc/core/helpers/helper-form-templates.php:939
1429
  msgid "July"
1430
  msgstr ""
1431
 
1432
- #: inc/core/helpers/helper-form-templates.php:940
1433
  msgid "August"
1434
  msgstr ""
1435
 
1436
- #: inc/core/helpers/helper-form-templates.php:941
1437
  msgid "September"
1438
  msgstr ""
1439
 
1440
- #: inc/core/helpers/helper-form-templates.php:942
1441
  msgid "October"
1442
  msgstr ""
1443
 
1444
- #: inc/core/helpers/helper-form-templates.php:943
1445
  msgid "November"
1446
  msgstr ""
1447
 
1448
- #: inc/core/helpers/helper-form-templates.php:944
1449
  msgid "December"
1450
  msgstr ""
1451
 
1452
- #: inc/core/helpers/helper-form-templates.php:985
1453
- #: inc/core/helpers/helper-misc.php:216
1454
  msgid "Andorra"
1455
  msgstr ""
1456
 
1457
- #: inc/core/helpers/helper-form-templates.php:986
1458
- #: inc/core/helpers/helper-misc.php:434
1459
  msgid "United Arab Emirates"
1460
  msgstr ""
1461
 
1462
- #: inc/core/helpers/helper-form-templates.php:987
1463
- #: inc/core/helpers/helper-misc.php:212
1464
  msgid "Afghanistan"
1465
  msgstr ""
1466
 
1467
- #: inc/core/helpers/helper-form-templates.php:988
1468
- #: inc/core/helpers/helper-misc.php:220
1469
  msgid "Antigua and Barbuda"
1470
  msgstr ""
1471
 
1472
- #: inc/core/helpers/helper-form-templates.php:989
1473
- #: inc/core/helpers/helper-misc.php:218
1474
  msgid "Anguilla"
1475
  msgstr ""
1476
 
1477
- #: inc/core/helpers/helper-form-templates.php:990
1478
- #: inc/core/helpers/helper-misc.php:213
1479
  msgid "Albania"
1480
  msgstr ""
1481
 
1482
- #: inc/core/helpers/helper-form-templates.php:991
1483
- #: inc/core/helpers/helper-misc.php:222
1484
  msgid "Armenia"
1485
  msgstr ""
1486
 
1487
- #: inc/core/helpers/helper-form-templates.php:992
1488
- #: inc/core/helpers/helper-misc.php:217
1489
  msgid "Angola"
1490
  msgstr ""
1491
 
1492
- #: inc/core/helpers/helper-form-templates.php:993
1493
- #: inc/core/helpers/helper-misc.php:219
1494
  msgid "Antarctica"
1495
  msgstr ""
1496
 
1497
- #: inc/core/helpers/helper-form-templates.php:994
1498
- #: inc/core/helpers/helper-misc.php:221
1499
  msgid "Argentina"
1500
  msgstr ""
1501
 
1502
- #: inc/core/helpers/helper-form-templates.php:995
1503
- #: inc/core/helpers/helper-misc.php:215
1504
  msgid "American Samoa"
1505
  msgstr ""
1506
 
1507
- #: inc/core/helpers/helper-form-templates.php:996
1508
- #: inc/core/helpers/helper-misc.php:225
1509
  msgid "Austria"
1510
  msgstr ""
1511
 
1512
- #: inc/core/helpers/helper-form-templates.php:997
1513
- #: inc/core/helpers/helper-misc.php:224
1514
  msgid "Australia"
1515
  msgstr ""
1516
 
1517
- #: inc/core/helpers/helper-form-templates.php:998
1518
- #: inc/core/helpers/helper-misc.php:223
1519
  msgid "Aruba"
1520
  msgstr ""
1521
 
1522
- #: inc/core/helpers/helper-form-templates.php:999
1523
- #: inc/core/helpers/helper-misc.php:226
1524
  msgid "Azerbaijan"
1525
  msgstr ""
1526
 
1527
- #: inc/core/helpers/helper-form-templates.php:1000
1528
  msgid "Bosnia and Herzegovina"
1529
  msgstr ""
1530
 
1531
- #: inc/core/helpers/helper-form-templates.php:1001
1532
- #: inc/core/helpers/helper-misc.php:230
1533
  msgid "Barbados"
1534
  msgstr ""
1535
 
1536
- #: inc/core/helpers/helper-form-templates.php:1002
1537
- #: inc/core/helpers/helper-misc.php:229
1538
  msgid "Bangladesh"
1539
  msgstr ""
1540
 
1541
- #: inc/core/helpers/helper-form-templates.php:1003
1542
- #: inc/core/helpers/helper-misc.php:232
1543
  msgid "Belgium"
1544
  msgstr ""
1545
 
1546
- #: inc/core/helpers/helper-form-templates.php:1004
1547
- #: inc/core/helpers/helper-misc.php:245
1548
  msgid "Burkina Faso"
1549
  msgstr ""
1550
 
1551
- #: inc/core/helpers/helper-form-templates.php:1005
1552
- #: inc/core/helpers/helper-misc.php:244
1553
  msgid "Bulgaria"
1554
  msgstr ""
1555
 
1556
- #: inc/core/helpers/helper-form-templates.php:1006
1557
- #: inc/core/helpers/helper-misc.php:228
1558
  msgid "Bahrain"
1559
  msgstr ""
1560
 
1561
- #: inc/core/helpers/helper-form-templates.php:1007
1562
- #: inc/core/helpers/helper-misc.php:246
1563
  msgid "Burundi"
1564
  msgstr ""
1565
 
1566
- #: inc/core/helpers/helper-form-templates.php:1008
1567
- #: inc/core/helpers/helper-misc.php:234
1568
  msgid "Benin"
1569
  msgstr ""
1570
 
1571
- #: inc/core/helpers/helper-form-templates.php:1009
1572
  msgid "Saint Barthelemy"
1573
  msgstr ""
1574
 
1575
- #: inc/core/helpers/helper-form-templates.php:1010
1576
- #: inc/core/helpers/helper-misc.php:235
1577
  msgid "Bermuda"
1578
  msgstr ""
1579
 
1580
- #: inc/core/helpers/helper-form-templates.php:1011
1581
- #: inc/core/helpers/helper-misc.php:243
1582
  msgid "Brunei Darussalam"
1583
  msgstr ""
1584
 
1585
- #: inc/core/helpers/helper-form-templates.php:1012
1586
- #: inc/core/helpers/helper-misc.php:237
1587
  msgid "Bolivia"
1588
  msgstr ""
1589
 
1590
- #: inc/core/helpers/helper-form-templates.php:1013
1591
- #: inc/core/helpers/helper-misc.php:241
1592
  msgid "Brazil"
1593
  msgstr ""
1594
 
1595
- #: inc/core/helpers/helper-form-templates.php:1014
1596
- #: inc/core/helpers/helper-misc.php:227
1597
  msgid "Bahamas"
1598
  msgstr ""
1599
 
1600
- #: inc/core/helpers/helper-form-templates.php:1015
1601
- #: inc/core/helpers/helper-misc.php:236
1602
  msgid "Bhutan"
1603
  msgstr ""
1604
 
1605
- #: inc/core/helpers/helper-form-templates.php:1016
1606
- #: inc/core/helpers/helper-misc.php:239
1607
  msgid "Botswana"
1608
  msgstr ""
1609
 
1610
- #: inc/core/helpers/helper-form-templates.php:1017
1611
- #: inc/core/helpers/helper-misc.php:231
1612
  msgid "Belarus"
1613
  msgstr ""
1614
 
1615
- #: inc/core/helpers/helper-form-templates.php:1018
1616
- #: inc/core/helpers/helper-misc.php:233
1617
  msgid "Belize"
1618
  msgstr ""
1619
 
1620
- #: inc/core/helpers/helper-form-templates.php:1019
1621
- #: inc/core/helpers/helper-misc.php:249
1622
  msgid "Canada"
1623
  msgstr ""
1624
 
1625
- #: inc/core/helpers/helper-form-templates.php:1020
1626
  msgid "Congo, The Democratic Republic of the"
1627
  msgstr ""
1628
 
1629
- #: inc/core/helpers/helper-form-templates.php:1021
1630
- #: inc/core/helpers/helper-misc.php:252
1631
  msgid "Central African Republic"
1632
  msgstr ""
1633
 
1634
- #: inc/core/helpers/helper-form-templates.php:1022
1635
- #: inc/core/helpers/helper-misc.php:260
1636
  msgid "Congo"
1637
  msgstr ""
1638
 
1639
- #: inc/core/helpers/helper-form-templates.php:1023
1640
- #: inc/core/helpers/helper-misc.php:417
1641
  msgid "Switzerland"
1642
  msgstr ""
1643
 
1644
- #: inc/core/helpers/helper-form-templates.php:1024
1645
- #: inc/core/helpers/helper-misc.php:262
1646
  msgid "Cook Islands"
1647
  msgstr ""
1648
 
1649
- #: inc/core/helpers/helper-form-templates.php:1025
1650
- #: inc/core/helpers/helper-misc.php:254
1651
  msgid "Chile"
1652
  msgstr ""
1653
 
1654
- #: inc/core/helpers/helper-form-templates.php:1026
1655
- #: inc/core/helpers/helper-misc.php:248
1656
  msgid "Cameroon"
1657
  msgstr ""
1658
 
1659
- #: inc/core/helpers/helper-form-templates.php:1027
1660
- #: inc/core/helpers/helper-misc.php:255
1661
  msgid "China"
1662
  msgstr ""
1663
 
1664
- #: inc/core/helpers/helper-form-templates.php:1028
1665
- #: inc/core/helpers/helper-misc.php:258
1666
  msgid "Colombia"
1667
  msgstr ""
1668
 
1669
- #: inc/core/helpers/helper-form-templates.php:1029
1670
- #: inc/core/helpers/helper-misc.php:263
1671
  msgid "Costa Rica"
1672
  msgstr ""
1673
 
1674
- #: inc/core/helpers/helper-form-templates.php:1030
1675
- #: inc/core/helpers/helper-misc.php:266
1676
  msgid "Cuba"
1677
  msgstr ""
1678
 
1679
- #: inc/core/helpers/helper-form-templates.php:1031
1680
- #: inc/core/helpers/helper-misc.php:250
1681
  msgid "Cape Verde"
1682
  msgstr ""
1683
 
1684
- #: inc/core/helpers/helper-form-templates.php:1032
1685
- #: inc/core/helpers/helper-misc.php:267
1686
  msgid "Cyprus"
1687
  msgstr ""
1688
 
1689
- #: inc/core/helpers/helper-form-templates.php:1033
1690
- #: inc/core/helpers/helper-misc.php:268
1691
  msgid "Czech Republic"
1692
  msgstr ""
1693
 
1694
- #: inc/core/helpers/helper-form-templates.php:1034
1695
- #: inc/core/helpers/helper-misc.php:293
1696
  msgid "Germany"
1697
  msgstr ""
1698
 
1699
- #: inc/core/helpers/helper-form-templates.php:1035
1700
- #: inc/core/helpers/helper-misc.php:270
1701
  msgid "Djibouti"
1702
  msgstr ""
1703
 
1704
- #: inc/core/helpers/helper-form-templates.php:1036
1705
- #: inc/core/helpers/helper-misc.php:269
1706
  msgid "Denmark"
1707
  msgstr ""
1708
 
1709
- #: inc/core/helpers/helper-form-templates.php:1037
1710
- #: inc/core/helpers/helper-misc.php:271
1711
  msgid "Dominica"
1712
  msgstr ""
1713
 
1714
- #: inc/core/helpers/helper-form-templates.php:1038
1715
- #: inc/core/helpers/helper-misc.php:272
1716
  msgid "Dominican Republic"
1717
  msgstr ""
1718
 
1719
- #: inc/core/helpers/helper-form-templates.php:1039
1720
- #: inc/core/helpers/helper-misc.php:214
1721
  msgid "Algeria"
1722
  msgstr ""
1723
 
1724
- #: inc/core/helpers/helper-form-templates.php:1040
1725
- #: inc/core/helpers/helper-misc.php:274
1726
  msgid "Ecuador"
1727
  msgstr ""
1728
 
1729
- #: inc/core/helpers/helper-form-templates.php:1041
1730
- #: inc/core/helpers/helper-misc.php:279
1731
  msgid "Estonia"
1732
  msgstr ""
1733
 
1734
- #: inc/core/helpers/helper-form-templates.php:1042
1735
- #: inc/core/helpers/helper-misc.php:275
1736
  msgid "Egypt"
1737
  msgstr ""
1738
 
1739
- #: inc/core/helpers/helper-form-templates.php:1043
1740
- #: inc/core/helpers/helper-misc.php:278
1741
  msgid "Eritrea"
1742
  msgstr ""
1743
 
1744
- #: inc/core/helpers/helper-form-templates.php:1044
1745
- #: inc/core/helpers/helper-misc.php:408
1746
  msgid "Spain"
1747
  msgstr ""
1748
 
1749
- #: inc/core/helpers/helper-form-templates.php:1045
1750
- #: inc/core/helpers/helper-misc.php:280
1751
  msgid "Ethiopia"
1752
  msgstr ""
1753
 
1754
- #: inc/core/helpers/helper-form-templates.php:1046
1755
- #: inc/core/helpers/helper-misc.php:284
1756
  msgid "Finland"
1757
  msgstr ""
1758
 
1759
- #: inc/core/helpers/helper-form-templates.php:1047
1760
- #: inc/core/helpers/helper-misc.php:283
1761
  msgid "Fiji"
1762
  msgstr ""
1763
 
1764
- #: inc/core/helpers/helper-form-templates.php:1048
1765
- #: inc/core/helpers/helper-misc.php:281
1766
  msgid "Falkland Islands (Malvinas)"
1767
  msgstr ""
1768
 
1769
- #: inc/core/helpers/helper-form-templates.php:1049
1770
- #: inc/core/helpers/helper-misc.php:352
1771
  msgid "Micronesia, Federated States of"
1772
  msgstr ""
1773
 
1774
- #: inc/core/helpers/helper-form-templates.php:1050
1775
- #: inc/core/helpers/helper-misc.php:282
1776
  msgid "Faroe Islands"
1777
  msgstr ""
1778
 
1779
- #: inc/core/helpers/helper-form-templates.php:1051
1780
- #: inc/core/helpers/helper-misc.php:285
1781
  msgid "France"
1782
  msgstr ""
1783
 
1784
- #: inc/core/helpers/helper-form-templates.php:1052
1785
- #: inc/core/helpers/helper-misc.php:290
1786
  msgid "Gabon"
1787
  msgstr ""
1788
 
1789
- #: inc/core/helpers/helper-form-templates.php:1053
1790
- #: inc/core/helpers/helper-misc.php:435
1791
  msgid "United Kingdom"
1792
  msgstr ""
1793
 
1794
- #: inc/core/helpers/helper-form-templates.php:1054
1795
- #: inc/core/helpers/helper-misc.php:298
1796
  msgid "Grenada"
1797
  msgstr ""
1798
 
1799
- #: inc/core/helpers/helper-form-templates.php:1055
1800
- #: inc/core/helpers/helper-misc.php:292
1801
  msgid "Georgia"
1802
  msgstr ""
1803
 
1804
- #: inc/core/helpers/helper-form-templates.php:1056
1805
- #: inc/core/helpers/helper-misc.php:294
1806
  msgid "Ghana"
1807
  msgstr ""
1808
 
1809
- #: inc/core/helpers/helper-form-templates.php:1057
1810
- #: inc/core/helpers/helper-misc.php:295
1811
  msgid "Gibraltar"
1812
  msgstr ""
1813
 
1814
- #: inc/core/helpers/helper-form-templates.php:1058
1815
- #: inc/core/helpers/helper-misc.php:297
1816
  msgid "Greenland"
1817
  msgstr ""
1818
 
1819
- #: inc/core/helpers/helper-form-templates.php:1059
1820
- #: inc/core/helpers/helper-misc.php:291
1821
  msgid "Gambia"
1822
  msgstr ""
1823
 
1824
- #: inc/core/helpers/helper-form-templates.php:1060
1825
- #: inc/core/helpers/helper-misc.php:302
1826
  msgid "Guinea"
1827
  msgstr ""
1828
 
1829
- #: inc/core/helpers/helper-form-templates.php:1061
1830
- #: inc/core/helpers/helper-misc.php:296
1831
  msgid "Greece"
1832
  msgstr ""
1833
 
1834
- #: inc/core/helpers/helper-form-templates.php:1062
1835
- #: inc/core/helpers/helper-misc.php:301
1836
  msgid "Guatemala"
1837
  msgstr ""
1838
 
1839
- #: inc/core/helpers/helper-form-templates.php:1063
1840
- #: inc/core/helpers/helper-misc.php:300
1841
  msgid "Guam"
1842
  msgstr ""
1843
 
1844
- #: inc/core/helpers/helper-form-templates.php:1064
1845
  msgid "Guinea-bissau"
1846
  msgstr ""
1847
 
1848
- #: inc/core/helpers/helper-form-templates.php:1065
1849
- #: inc/core/helpers/helper-misc.php:304
1850
  msgid "Guyana"
1851
  msgstr ""
1852
 
1853
- #: inc/core/helpers/helper-form-templates.php:1066
1854
- #: inc/core/helpers/helper-misc.php:309
1855
  msgid "Hong Kong"
1856
  msgstr ""
1857
 
1858
- #: inc/core/helpers/helper-form-templates.php:1067
1859
- #: inc/core/helpers/helper-misc.php:308
1860
  msgid "Honduras"
1861
  msgstr ""
1862
 
1863
- #: inc/core/helpers/helper-form-templates.php:1068
1864
  msgid "Croatia"
1865
  msgstr ""
1866
 
1867
- #: inc/core/helpers/helper-form-templates.php:1069
1868
- #: inc/core/helpers/helper-misc.php:305
1869
  msgid "Haiti"
1870
  msgstr ""
1871
 
1872
- #: inc/core/helpers/helper-form-templates.php:1070
1873
- #: inc/core/helpers/helper-misc.php:310
1874
  msgid "Hungary"
1875
  msgstr ""
1876
 
1877
- #: inc/core/helpers/helper-form-templates.php:1071
1878
- #: inc/core/helpers/helper-misc.php:313
1879
  msgid "Indonesia"
1880
  msgstr ""
1881
 
1882
- #: inc/core/helpers/helper-form-templates.php:1072
1883
- #: inc/core/helpers/helper-misc.php:316
1884
  msgid "Ireland"
1885
  msgstr ""
1886
 
1887
- #: inc/core/helpers/helper-form-templates.php:1073
1888
- #: inc/core/helpers/helper-misc.php:317
1889
  msgid "Israel"
1890
  msgstr ""
1891
 
1892
- #: inc/core/helpers/helper-form-templates.php:1074
1893
- #: inc/core/helpers/helper-misc.php:312
1894
  msgid "India"
1895
  msgstr ""
1896
 
1897
- #: inc/core/helpers/helper-form-templates.php:1075
1898
- #: inc/core/helpers/helper-misc.php:315
1899
  msgid "Iraq"
1900
  msgstr ""
1901
 
1902
- #: inc/core/helpers/helper-form-templates.php:1076
1903
  msgid "Iran, Islamic Republic of"
1904
  msgstr ""
1905
 
1906
- #: inc/core/helpers/helper-form-templates.php:1077
1907
- #: inc/core/helpers/helper-misc.php:311
1908
  msgid "Iceland"
1909
  msgstr ""
1910
 
1911
- #: inc/core/helpers/helper-form-templates.php:1078
1912
- #: inc/core/helpers/helper-misc.php:318
1913
  msgid "Italy"
1914
  msgstr ""
1915
 
1916
- #: inc/core/helpers/helper-form-templates.php:1079
1917
- #: inc/core/helpers/helper-misc.php:319
1918
  msgid "Jamaica"
1919
  msgstr ""
1920
 
1921
- #: inc/core/helpers/helper-form-templates.php:1080
1922
- #: inc/core/helpers/helper-misc.php:321
1923
  msgid "Jordan"
1924
  msgstr ""
1925
 
1926
- #: inc/core/helpers/helper-form-templates.php:1081
1927
- #: inc/core/helpers/helper-misc.php:320
1928
  msgid "Japan"
1929
  msgstr ""
1930
 
1931
- #: inc/core/helpers/helper-form-templates.php:1082
1932
- #: inc/core/helpers/helper-misc.php:323
1933
  msgid "Kenya"
1934
  msgstr ""
1935
 
1936
- #: inc/core/helpers/helper-form-templates.php:1083
1937
- #: inc/core/helpers/helper-misc.php:328
1938
  msgid "Kyrgyzstan"
1939
  msgstr ""
1940
 
1941
- #: inc/core/helpers/helper-form-templates.php:1084
1942
- #: inc/core/helpers/helper-misc.php:247
1943
  msgid "Cambodia"
1944
  msgstr ""
1945
 
1946
- #: inc/core/helpers/helper-form-templates.php:1085
1947
- #: inc/core/helpers/helper-misc.php:324
1948
  msgid "Kiribati"
1949
  msgstr ""
1950
 
1951
- #: inc/core/helpers/helper-form-templates.php:1086
1952
- #: inc/core/helpers/helper-misc.php:259
1953
  msgid "Comoros"
1954
  msgstr ""
1955
 
1956
- #: inc/core/helpers/helper-form-templates.php:1087
1957
- #: inc/core/helpers/helper-misc.php:391
1958
  msgid "Saint Kitts and Nevis"
1959
  msgstr ""
1960
 
1961
- #: inc/core/helpers/helper-form-templates.php:1088
1962
  msgid "Korea Democratic Peoples Republic of"
1963
  msgstr ""
1964
 
1965
- #: inc/core/helpers/helper-form-templates.php:1089
1966
  msgid "Korea Republic of"
1967
  msgstr ""
1968
 
1969
- #: inc/core/helpers/helper-form-templates.php:1090
1970
- #: inc/core/helpers/helper-misc.php:327
1971
  msgid "Kuwait"
1972
  msgstr ""
1973
 
1974
- #: inc/core/helpers/helper-form-templates.php:1091
1975
- #: inc/core/helpers/helper-misc.php:251
1976
  msgid "Cayman Islands"
1977
  msgstr ""
1978
 
1979
- #: inc/core/helpers/helper-form-templates.php:1092
1980
  msgid "Lao Peoples Democratic Republic"
1981
  msgstr ""
1982
 
1983
- #: inc/core/helpers/helper-form-templates.php:1093
1984
- #: inc/core/helpers/helper-misc.php:331
1985
  msgid "Lebanon"
1986
  msgstr ""
1987
 
1988
- #: inc/core/helpers/helper-form-templates.php:1094
1989
- #: inc/core/helpers/helper-misc.php:392
1990
  msgid "Saint Lucia"
1991
  msgstr ""
1992
 
1993
- #: inc/core/helpers/helper-form-templates.php:1095
1994
- #: inc/core/helpers/helper-misc.php:335
1995
  msgid "Liechtenstein"
1996
  msgstr ""
1997
 
1998
- #: inc/core/helpers/helper-form-templates.php:1096
1999
- #: inc/core/helpers/helper-misc.php:409
2000
  msgid "Sri Lanka"
2001
  msgstr ""
2002
 
2003
- #: inc/core/helpers/helper-form-templates.php:1097
2004
- #: inc/core/helpers/helper-misc.php:333
2005
  msgid "Liberia"
2006
  msgstr ""
2007
 
2008
- #: inc/core/helpers/helper-form-templates.php:1098
2009
- #: inc/core/helpers/helper-misc.php:332
2010
  msgid "Lesotho"
2011
  msgstr ""
2012
 
2013
- #: inc/core/helpers/helper-form-templates.php:1099
2014
- #: inc/core/helpers/helper-misc.php:336
2015
  msgid "Lithuania"
2016
  msgstr ""
2017
 
2018
- #: inc/core/helpers/helper-form-templates.php:1100
2019
- #: inc/core/helpers/helper-misc.php:337
2020
  msgid "Luxembourg"
2021
  msgstr ""
2022
 
2023
- #: inc/core/helpers/helper-form-templates.php:1101
2024
- #: inc/core/helpers/helper-misc.php:330
2025
  msgid "Latvia"
2026
  msgstr ""
2027
 
2028
- #: inc/core/helpers/helper-form-templates.php:1102
2029
- #: inc/core/helpers/helper-misc.php:334
2030
  msgid "Libyan Arab Jamahiriya"
2031
  msgstr ""
2032
 
2033
- #: inc/core/helpers/helper-form-templates.php:1103
2034
- #: inc/core/helpers/helper-misc.php:357
2035
  msgid "Morocco"
2036
  msgstr ""
2037
 
2038
- #: inc/core/helpers/helper-form-templates.php:1104
2039
- #: inc/core/helpers/helper-misc.php:354
2040
  msgid "Monaco"
2041
  msgstr ""
2042
 
2043
- #: inc/core/helpers/helper-form-templates.php:1105
2044
- #: inc/core/helpers/helper-misc.php:353
2045
  msgid "Moldova, Republic of"
2046
  msgstr ""
2047
 
2048
- #: inc/core/helpers/helper-form-templates.php:1106
2049
  msgid "Montenegro"
2050
  msgstr ""
2051
 
2052
- #: inc/core/helpers/helper-form-templates.php:1107
2053
- #: inc/core/helpers/helper-misc.php:340
2054
  msgid "Madagascar"
2055
  msgstr ""
2056
 
2057
- #: inc/core/helpers/helper-form-templates.php:1108
2058
- #: inc/core/helpers/helper-misc.php:346
2059
  msgid "Marshall Islands"
2060
  msgstr ""
2061
 
2062
- #: inc/core/helpers/helper-form-templates.php:1109
2063
- #: inc/core/helpers/helper-misc.php:339
2064
  msgid "Macedonia, The Former Yugoslav Republic of"
2065
  msgstr ""
2066
 
2067
- #: inc/core/helpers/helper-form-templates.php:1110
2068
- #: inc/core/helpers/helper-misc.php:344
2069
  msgid "Mali"
2070
  msgstr ""
2071
 
2072
- #: inc/core/helpers/helper-form-templates.php:1111
2073
- #: inc/core/helpers/helper-misc.php:359
2074
  msgid "Myanmar"
2075
  msgstr ""
2076
 
2077
- #: inc/core/helpers/helper-form-templates.php:1112
2078
- #: inc/core/helpers/helper-misc.php:355
2079
  msgid "Mongolia"
2080
  msgstr ""
2081
 
2082
- #: inc/core/helpers/helper-form-templates.php:1113
2083
- #: inc/core/helpers/helper-misc.php:338
2084
  msgid "Macau"
2085
  msgstr ""
2086
 
2087
- #: inc/core/helpers/helper-form-templates.php:1114
2088
- #: inc/core/helpers/helper-misc.php:372
2089
  msgid "Northern Mariana Islands"
2090
  msgstr ""
2091
 
2092
- #: inc/core/helpers/helper-form-templates.php:1115
2093
- #: inc/core/helpers/helper-misc.php:348
2094
  msgid "Mauritania"
2095
  msgstr ""
2096
 
2097
- #: inc/core/helpers/helper-form-templates.php:1116
2098
- #: inc/core/helpers/helper-misc.php:356
2099
  msgid "Montserrat"
2100
  msgstr ""
2101
 
2102
- #: inc/core/helpers/helper-form-templates.php:1117
2103
- #: inc/core/helpers/helper-misc.php:345
2104
  msgid "Malta"
2105
  msgstr ""
2106
 
2107
- #: inc/core/helpers/helper-form-templates.php:1118
2108
- #: inc/core/helpers/helper-misc.php:349
2109
  msgid "Mauritius"
2110
  msgstr ""
2111
 
2112
- #: inc/core/helpers/helper-form-templates.php:1119
2113
- #: inc/core/helpers/helper-misc.php:343
2114
  msgid "Maldives"
2115
  msgstr ""
2116
 
2117
- #: inc/core/helpers/helper-form-templates.php:1120
2118
- #: inc/core/helpers/helper-misc.php:341
2119
  msgid "Malawi"
2120
  msgstr ""
2121
 
2122
- #: inc/core/helpers/helper-form-templates.php:1121
2123
- #: inc/core/helpers/helper-misc.php:351
2124
  msgid "Mexico"
2125
  msgstr ""
2126
 
2127
- #: inc/core/helpers/helper-form-templates.php:1122
2128
- #: inc/core/helpers/helper-misc.php:342
2129
  msgid "Malaysia"
2130
  msgstr ""
2131
 
2132
- #: inc/core/helpers/helper-form-templates.php:1123
2133
- #: inc/core/helpers/helper-misc.php:358
2134
  msgid "Mozambique"
2135
  msgstr ""
2136
 
2137
- #: inc/core/helpers/helper-form-templates.php:1124
2138
- #: inc/core/helpers/helper-misc.php:360
2139
  msgid "Namibia"
2140
  msgstr ""
2141
 
2142
- #: inc/core/helpers/helper-form-templates.php:1125
2143
- #: inc/core/helpers/helper-misc.php:365
2144
  msgid "New Caledonia"
2145
  msgstr ""
2146
 
2147
- #: inc/core/helpers/helper-form-templates.php:1126
2148
- #: inc/core/helpers/helper-misc.php:368
2149
  msgid "Niger"
2150
  msgstr ""
2151
 
2152
- #: inc/core/helpers/helper-form-templates.php:1127
2153
- #: inc/core/helpers/helper-misc.php:369
2154
  msgid "Nigeria"
2155
  msgstr ""
2156
 
2157
- #: inc/core/helpers/helper-form-templates.php:1128
2158
- #: inc/core/helpers/helper-misc.php:367
2159
  msgid "Nicaragua"
2160
  msgstr ""
2161
 
2162
- #: inc/core/helpers/helper-form-templates.php:1129
2163
- #: inc/core/helpers/helper-misc.php:363
2164
  msgid "Netherlands"
2165
  msgstr ""
2166
 
2167
- #: inc/core/helpers/helper-form-templates.php:1130
2168
- #: inc/core/helpers/helper-misc.php:373
2169
  msgid "Norway"
2170
  msgstr ""
2171
 
2172
- #: inc/core/helpers/helper-form-templates.php:1131
2173
- #: inc/core/helpers/helper-misc.php:362
2174
  msgid "Nepal"
2175
  msgstr ""
2176
 
2177
- #: inc/core/helpers/helper-form-templates.php:1132
2178
- #: inc/core/helpers/helper-misc.php:361
2179
  msgid "Nauru"
2180
  msgstr ""
2181
 
2182
- #: inc/core/helpers/helper-form-templates.php:1133
2183
- #: inc/core/helpers/helper-misc.php:370
2184
  msgid "Niue"
2185
  msgstr ""
2186
 
2187
- #: inc/core/helpers/helper-form-templates.php:1134
2188
- #: inc/core/helpers/helper-misc.php:366
2189
  msgid "New Zealand"
2190
  msgstr ""
2191
 
2192
- #: inc/core/helpers/helper-form-templates.php:1135
2193
- #: inc/core/helpers/helper-misc.php:374
2194
  msgid "Oman"
2195
  msgstr ""
2196
 
2197
- #: inc/core/helpers/helper-form-templates.php:1136
2198
- #: inc/core/helpers/helper-misc.php:377
2199
  msgid "Panama"
2200
  msgstr ""
2201
 
2202
- #: inc/core/helpers/helper-form-templates.php:1137
2203
- #: inc/core/helpers/helper-misc.php:380
2204
  msgid "Peru"
2205
  msgstr ""
2206
 
2207
- #: inc/core/helpers/helper-form-templates.php:1138
2208
- #: inc/core/helpers/helper-misc.php:288
2209
  msgid "French Polynesia"
2210
  msgstr ""
2211
 
2212
- #: inc/core/helpers/helper-form-templates.php:1139
2213
- #: inc/core/helpers/helper-misc.php:378
2214
  msgid "Papua New Guinea"
2215
  msgstr ""
2216
 
2217
- #: inc/core/helpers/helper-form-templates.php:1140
2218
- #: inc/core/helpers/helper-misc.php:381
2219
  msgid "Philippines"
2220
  msgstr ""
2221
 
2222
- #: inc/core/helpers/helper-form-templates.php:1141
2223
- #: inc/core/helpers/helper-misc.php:375
2224
  msgid "Pakistan"
2225
  msgstr ""
2226
 
2227
- #: inc/core/helpers/helper-form-templates.php:1142
2228
- #: inc/core/helpers/helper-misc.php:383
2229
  msgid "Poland"
2230
  msgstr ""
2231
 
2232
- #: inc/core/helpers/helper-form-templates.php:1143
2233
  msgid "Saint Pierre and Miquelon"
2234
  msgstr ""
2235
 
2236
- #: inc/core/helpers/helper-form-templates.php:1144
2237
- #: inc/core/helpers/helper-misc.php:382
2238
  msgid "Pitcairn"
2239
  msgstr ""
2240
 
2241
- #: inc/core/helpers/helper-form-templates.php:1145
2242
- #: inc/core/helpers/helper-misc.php:384
2243
  msgid "Portugal"
2244
  msgstr ""
2245
 
2246
- #: inc/core/helpers/helper-form-templates.php:1146
2247
- #: inc/core/helpers/helper-misc.php:376
2248
  msgid "Palau"
2249
  msgstr ""
2250
 
2251
- #: inc/core/helpers/helper-form-templates.php:1147
2252
- #: inc/core/helpers/helper-misc.php:379
2253
  msgid "Paraguay"
2254
  msgstr ""
2255
 
2256
- #: inc/core/helpers/helper-form-templates.php:1148
2257
- #: inc/core/helpers/helper-misc.php:386
2258
  msgid "Qatar"
2259
  msgstr ""
2260
 
2261
- #: inc/core/helpers/helper-form-templates.php:1149
2262
- #: inc/core/helpers/helper-misc.php:388
2263
  msgid "Romania"
2264
  msgstr ""
2265
 
2266
- #: inc/core/helpers/helper-form-templates.php:1150
2267
  msgid "Serbia"
2268
  msgstr ""
2269
 
2270
- #: inc/core/helpers/helper-form-templates.php:1151
2271
- #: inc/core/helpers/helper-misc.php:389
2272
  msgid "Russian Federation"
2273
  msgstr ""
2274
 
2275
- #: inc/core/helpers/helper-form-templates.php:1152
2276
- #: inc/core/helpers/helper-misc.php:390
2277
  msgid "Rwanda"
2278
  msgstr ""
2279
 
2280
- #: inc/core/helpers/helper-form-templates.php:1153
2281
- #: inc/core/helpers/helper-misc.php:397
2282
  msgid "Saudi Arabia"
2283
  msgstr ""
2284
 
2285
- #: inc/core/helpers/helper-form-templates.php:1154
2286
- #: inc/core/helpers/helper-misc.php:404
2287
  msgid "Solomon Islands"
2288
  msgstr ""
2289
 
2290
- #: inc/core/helpers/helper-form-templates.php:1155
2291
- #: inc/core/helpers/helper-misc.php:399
2292
  msgid "Seychelles"
2293
  msgstr ""
2294
 
2295
- #: inc/core/helpers/helper-form-templates.php:1156
2296
- #: inc/core/helpers/helper-misc.php:412
2297
  msgid "Sudan"
2298
  msgstr ""
2299
 
2300
- #: inc/core/helpers/helper-form-templates.php:1157
2301
- #: inc/core/helpers/helper-misc.php:416
2302
  msgid "Sweden"
2303
  msgstr ""
2304
 
2305
- #: inc/core/helpers/helper-form-templates.php:1158
2306
- #: inc/core/helpers/helper-misc.php:401
2307
  msgid "Singapore"
2308
  msgstr ""
2309
 
2310
- #: inc/core/helpers/helper-form-templates.php:1159
2311
  msgid "Saint Helena"
2312
  msgstr ""
2313
 
2314
- #: inc/core/helpers/helper-form-templates.php:1160
2315
- #: inc/core/helpers/helper-misc.php:403
2316
  msgid "Slovenia"
2317
  msgstr ""
2318
 
2319
- #: inc/core/helpers/helper-form-templates.php:1161
2320
  msgid "Slovakia"
2321
  msgstr ""
2322
 
2323
- #: inc/core/helpers/helper-form-templates.php:1162
2324
- #: inc/core/helpers/helper-misc.php:400
2325
  msgid "Sierra Leone"
2326
  msgstr ""
2327
 
2328
- #: inc/core/helpers/helper-form-templates.php:1163
2329
- #: inc/core/helpers/helper-misc.php:395
2330
  msgid "San Marino"
2331
  msgstr ""
2332
 
2333
- #: inc/core/helpers/helper-form-templates.php:1164
2334
- #: inc/core/helpers/helper-misc.php:398
2335
  msgid "Senegal"
2336
  msgstr ""
2337
 
2338
- #: inc/core/helpers/helper-form-templates.php:1165
2339
- #: inc/core/helpers/helper-misc.php:405
2340
  msgid "Somalia"
2341
  msgstr ""
2342
 
2343
- #: inc/core/helpers/helper-form-templates.php:1166
2344
- #: inc/core/helpers/helper-misc.php:413
2345
  msgid "Suriname"
2346
  msgstr ""
2347
 
2348
- #: inc/core/helpers/helper-form-templates.php:1167
2349
- #: inc/core/helpers/helper-misc.php:396
2350
  msgid "Sao Tome and Principe"
2351
  msgstr ""
2352
 
2353
- #: inc/core/helpers/helper-form-templates.php:1168
2354
- #: inc/core/helpers/helper-misc.php:276
2355
  msgid "El Salvador"
2356
  msgstr ""
2357
 
2358
- #: inc/core/helpers/helper-form-templates.php:1169
2359
- #: inc/core/helpers/helper-misc.php:418
2360
  msgid "Syrian Arab Republic"
2361
  msgstr ""
2362
 
2363
- #: inc/core/helpers/helper-form-templates.php:1170
2364
- #: inc/core/helpers/helper-misc.php:415
2365
  msgid "Swaziland"
2366
  msgstr ""
2367
 
2368
- #: inc/core/helpers/helper-form-templates.php:1171
2369
- #: inc/core/helpers/helper-misc.php:430
2370
  msgid "Turks and Caicos Islands"
2371
  msgstr ""
2372
 
2373
- #: inc/core/helpers/helper-form-templates.php:1172
2374
- #: inc/core/helpers/helper-misc.php:253
2375
  msgid "Chad"
2376
  msgstr ""
2377
 
2378
- #: inc/core/helpers/helper-form-templates.php:1173
2379
- #: inc/core/helpers/helper-misc.php:423
2380
  msgid "Togo"
2381
  msgstr ""
2382
 
2383
- #: inc/core/helpers/helper-form-templates.php:1174
2384
- #: inc/core/helpers/helper-misc.php:422
2385
  msgid "Thailand"
2386
  msgstr ""
2387
 
2388
- #: inc/core/helpers/helper-form-templates.php:1175
2389
- #: inc/core/helpers/helper-misc.php:420
2390
  msgid "Tajikistan"
2391
  msgstr ""
2392
 
2393
- #: inc/core/helpers/helper-form-templates.php:1176
2394
- #: inc/core/helpers/helper-misc.php:424
2395
  msgid "Tokelau"
2396
  msgstr ""
2397
 
2398
- #: inc/core/helpers/helper-form-templates.php:1177
2399
  msgid "Timor-leste"
2400
  msgstr ""
2401
 
2402
- #: inc/core/helpers/helper-form-templates.php:1178
2403
- #: inc/core/helpers/helper-misc.php:429
2404
  msgid "Turkmenistan"
2405
  msgstr ""
2406
 
2407
- #: inc/core/helpers/helper-form-templates.php:1179
2408
- #: inc/core/helpers/helper-misc.php:427
2409
  msgid "Tunisia"
2410
  msgstr ""
2411
 
2412
- #: inc/core/helpers/helper-form-templates.php:1180
2413
- #: inc/core/helpers/helper-misc.php:425
2414
  msgid "Tonga"
2415
  msgstr ""
2416
 
2417
- #: inc/core/helpers/helper-form-templates.php:1181
2418
- #: inc/core/helpers/helper-misc.php:428
2419
  msgid "Turkey"
2420
  msgstr ""
2421
 
2422
- #: inc/core/helpers/helper-form-templates.php:1182
2423
- #: inc/core/helpers/helper-misc.php:426
2424
  msgid "Trinidad and Tobago"
2425
  msgstr ""
2426
 
2427
- #: inc/core/helpers/helper-form-templates.php:1183
2428
- #: inc/core/helpers/helper-misc.php:431
2429
  msgid "Tuvalu"
2430
  msgstr ""
2431
 
2432
- #: inc/core/helpers/helper-form-templates.php:1184
2433
- #: inc/core/helpers/helper-misc.php:419
2434
  msgid "Taiwan, Province of China"
2435
  msgstr ""
2436
 
2437
- #: inc/core/helpers/helper-form-templates.php:1185
2438
- #: inc/core/helpers/helper-misc.php:421
2439
  msgid "Tanzania, United Republic of"
2440
  msgstr ""
2441
 
2442
- #: inc/core/helpers/helper-form-templates.php:1186
2443
- #: inc/core/helpers/helper-misc.php:433
2444
  msgid "Ukraine"
2445
  msgstr ""
2446
 
2447
- #: inc/core/helpers/helper-form-templates.php:1187
2448
- #: inc/core/helpers/helper-misc.php:432
2449
  msgid "Uganda"
2450
  msgstr ""
2451
 
2452
- #: inc/core/helpers/helper-form-templates.php:1188
2453
- #: inc/core/helpers/helper-misc.php:436
2454
  msgid "United States"
2455
  msgstr ""
2456
 
2457
- #: inc/core/helpers/helper-form-templates.php:1189
2458
- #: inc/core/helpers/helper-misc.php:438
2459
  msgid "Uruguay"
2460
  msgstr ""
2461
 
2462
- #: inc/core/helpers/helper-form-templates.php:1190
2463
- #: inc/core/helpers/helper-misc.php:439
2464
  msgid "Uzbekistan"
2465
  msgstr ""
2466
 
2467
- #: inc/core/helpers/helper-form-templates.php:1191
2468
- #: inc/core/helpers/helper-misc.php:393
2469
  msgid "Saint Vincent and the Grenadines"
2470
  msgstr ""
2471
 
2472
- #: inc/core/helpers/helper-form-templates.php:1192
2473
- #: inc/core/helpers/helper-misc.php:441
2474
  msgid "Venezuela"
2475
  msgstr ""
2476
 
2477
- #: inc/core/helpers/helper-form-templates.php:1193
2478
  msgid "Virgin Islands, British"
2479
  msgstr ""
2480
 
2481
- #: inc/core/helpers/helper-form-templates.php:1194
2482
  msgid "Virgin Islands, U.S."
2483
  msgstr ""
2484
 
2485
- #: inc/core/helpers/helper-form-templates.php:1195
2486
- #: inc/core/helpers/helper-misc.php:442
2487
  msgid "Vietnam"
2488
  msgstr ""
2489
 
2490
- #: inc/core/helpers/helper-form-templates.php:1196
2491
- #: inc/core/helpers/helper-misc.php:440
2492
  msgid "Vanuatu"
2493
  msgstr ""
2494
 
2495
- #: inc/core/helpers/helper-form-templates.php:1197
2496
  msgid "Wallis and Futuna"
2497
  msgstr ""
2498
 
2499
- #: inc/core/helpers/helper-form-templates.php:1198
2500
- #: inc/core/helpers/helper-misc.php:394
2501
  msgid "Samoa"
2502
  msgstr ""
2503
 
2504
- #: inc/core/helpers/helper-form-templates.php:1199
2505
- #: inc/core/helpers/helper-misc.php:447
2506
  msgid "Yemen"
2507
  msgstr ""
2508
 
2509
- #: inc/core/helpers/helper-form-templates.php:1200
2510
- #: inc/core/helpers/helper-misc.php:350
2511
  msgid "Mayotte"
2512
  msgstr ""
2513
 
2514
- #: inc/core/helpers/helper-form-templates.php:1201
2515
- #: inc/core/helpers/helper-misc.php:406
2516
  msgid "South Africa"
2517
  msgstr ""
2518
 
2519
- #: inc/core/helpers/helper-form-templates.php:1202
2520
- #: inc/core/helpers/helper-misc.php:449
2521
  msgid "Zambia"
2522
  msgstr ""
2523
 
2524
- #: inc/core/helpers/helper-form-templates.php:1203
2525
- #: inc/core/helpers/helper-misc.php:450
2526
  msgid "Zimbabwe"
2527
  msgstr ""
2528
 
2529
- #: inc/core/helpers/helper-misc.php:196
2530
- msgid "How are we doing? Please rate"
2531
- msgstr ""
2532
-
2533
- #: inc/core/helpers/helper-misc.php:196
2534
- msgid "on"
2535
- msgstr ""
2536
-
2537
- #: inc/core/helpers/helper-misc.php:196
2538
- msgid "to help us spread the word."
2539
  msgstr ""
2540
 
2541
- #: inc/core/helpers/helper-misc.php:238
2542
  msgid "Bosnia and Herzegowina"
2543
  msgstr ""
2544
 
2545
- #: inc/core/helpers/helper-misc.php:240
2546
  msgid "Bouvet Island"
2547
  msgstr ""
2548
 
2549
- #: inc/core/helpers/helper-misc.php:242
2550
  msgid "British Indian Ocean Territory"
2551
  msgstr ""
2552
 
2553
- #: inc/core/helpers/helper-misc.php:256
2554
  msgid "Christmas Island"
2555
  msgstr ""
2556
 
2557
- #: inc/core/helpers/helper-misc.php:257
2558
  msgid "Cocos (Keeling) Islands"
2559
  msgstr ""
2560
 
2561
- #: inc/core/helpers/helper-misc.php:261
2562
  msgid "Congo, the Democratic Republic of the"
2563
  msgstr ""
2564
 
2565
- #: inc/core/helpers/helper-misc.php:264
2566
  msgid "Ivory Coast"
2567
  msgstr ""
2568
 
2569
- #: inc/core/helpers/helper-misc.php:265
2570
  msgid "Croatia (Hrvatska)"
2571
  msgstr ""
2572
 
2573
- #: inc/core/helpers/helper-misc.php:273
2574
  msgid "East Timor"
2575
  msgstr ""
2576
 
2577
- #: inc/core/helpers/helper-misc.php:277
2578
  msgid "Equatorial Guinea"
2579
  msgstr ""
2580
 
2581
- #: inc/core/helpers/helper-misc.php:286
2582
  msgid "France Metropolitan"
2583
  msgstr ""
2584
 
2585
- #: inc/core/helpers/helper-misc.php:287
2586
  msgid "French Guiana"
2587
  msgstr ""
2588
 
2589
- #: inc/core/helpers/helper-misc.php:289
2590
  msgid "French Southern Territories"
2591
  msgstr ""
2592
 
2593
- #: inc/core/helpers/helper-misc.php:299
2594
  msgid "Guadeloupe"
2595
  msgstr ""
2596
 
2597
- #: inc/core/helpers/helper-misc.php:303
2598
  msgid "Guinea-Bissau"
2599
  msgstr ""
2600
 
2601
- #: inc/core/helpers/helper-misc.php:306
2602
  msgid "Heard and Mc Donald Islands"
2603
  msgstr ""
2604
 
2605
- #: inc/core/helpers/helper-misc.php:307
2606
  msgid "Holy See (Vatican City State)"
2607
  msgstr ""
2608
 
2609
- #: inc/core/helpers/helper-misc.php:314
2610
  msgid "Iran (Islamic Republic of)"
2611
  msgstr ""
2612
 
2613
- #: inc/core/helpers/helper-misc.php:322
2614
  msgid "Kazakhstan"
2615
  msgstr ""
2616
 
2617
- #: inc/core/helpers/helper-misc.php:325
2618
  msgid "Korea, Democratic People's Republic of"
2619
  msgstr ""
2620
 
2621
- #: inc/core/helpers/helper-misc.php:326
2622
  msgid "Korea, Republic of"
2623
  msgstr ""
2624
 
2625
- #: inc/core/helpers/helper-misc.php:329
2626
  msgid "Lao, People's Democratic Republic"
2627
  msgstr ""
2628
 
2629
- #: inc/core/helpers/helper-misc.php:347
2630
  msgid "Martinique"
2631
  msgstr ""
2632
 
2633
- #: inc/core/helpers/helper-misc.php:364
2634
  msgid "Netherlands Antilles"
2635
  msgstr ""
2636
 
2637
- #: inc/core/helpers/helper-misc.php:371
2638
  msgid "Norfolk Island"
2639
  msgstr ""
2640
 
2641
- #: inc/core/helpers/helper-misc.php:385
2642
  msgid "Puerto Rico"
2643
  msgstr ""
2644
 
2645
- #: inc/core/helpers/helper-misc.php:387
2646
  msgid "Reunion"
2647
  msgstr ""
2648
 
2649
- #: inc/core/helpers/helper-misc.php:402
2650
  msgid "Slovakia (Slovak Republic)"
2651
  msgstr ""
2652
 
2653
- #: inc/core/helpers/helper-misc.php:407
2654
  msgid "South Georgia and the South Sandwich Islands"
2655
  msgstr ""
2656
 
2657
- #: inc/core/helpers/helper-misc.php:410
2658
  msgid "St. Helena"
2659
  msgstr ""
2660
 
2661
- #: inc/core/helpers/helper-misc.php:411
2662
  msgid "St. Pierre and Miquelon"
2663
  msgstr ""
2664
 
2665
- #: inc/core/helpers/helper-misc.php:414
2666
  msgid "Svalbard and Jan Mayen Islands"
2667
  msgstr ""
2668
 
2669
- #: inc/core/helpers/helper-misc.php:437
2670
  msgid "United States Minor Outlying Islands"
2671
  msgstr ""
2672
 
2673
- #: inc/core/helpers/helper-misc.php:443
2674
  msgid "Virgin Islands (British)"
2675
  msgstr ""
2676
 
2677
- #: inc/core/helpers/helper-misc.php:444
2678
  msgid "Virgin Islands (U.S.)"
2679
  msgstr ""
2680
 
2681
- #: inc/core/helpers/helper-misc.php:445
2682
  msgid "Wallis and Futuna Islands"
2683
  msgstr ""
2684
 
2685
- #: inc/core/helpers/helper-misc.php:446
2686
  msgid "Western Sahara"
2687
  msgstr ""
2688
 
2689
- #: inc/core/helpers/helper-misc.php:448
2690
  msgid "Yugoslavia"
2691
  msgstr ""
2692
 
2693
- #: inc/core/helpers/helper-misc.php:664
2694
  msgid "Response #%s"
2695
  msgstr ""
2696
 
2697
- #: inc/core/helpers/helper-misc.php:715
2698
  msgid "Afrikaans"
2699
  msgstr ""
2700
 
2701
- #: inc/core/helpers/helper-misc.php:716
2702
  msgid "Akan"
2703
  msgstr ""
2704
 
2705
- #: inc/core/helpers/helper-misc.php:717
2706
  msgid "Albanian"
2707
  msgstr ""
2708
 
2709
- #: inc/core/helpers/helper-misc.php:718
2710
  msgid "Algerian Arabic"
2711
  msgstr ""
2712
 
2713
- #: inc/core/helpers/helper-misc.php:719
2714
  msgid "Amharic"
2715
  msgstr ""
2716
 
2717
- #: inc/core/helpers/helper-misc.php:720
2718
  msgid "Arabic"
2719
  msgstr ""
2720
 
2721
- #: inc/core/helpers/helper-misc.php:721
2722
  msgid "Armenian"
2723
  msgstr ""
2724
 
2725
- #: inc/core/helpers/helper-misc.php:722
2726
  msgid "Aromanian"
2727
  msgstr ""
2728
 
2729
- #: inc/core/helpers/helper-misc.php:723
2730
  msgid "Arpitan"
2731
  msgstr ""
2732
 
2733
- #: inc/core/helpers/helper-misc.php:724
2734
  msgid "Assamese"
2735
  msgstr ""
2736
 
2737
- #: inc/core/helpers/helper-misc.php:725
2738
  msgid "Azerbaijani"
2739
  msgstr ""
2740
 
2741
- #: inc/core/helpers/helper-misc.php:726
2742
  msgid "Balochi Southern"
2743
  msgstr ""
2744
 
2745
- #: inc/core/helpers/helper-misc.php:727
2746
  msgid "Bashkir"
2747
  msgstr ""
2748
 
2749
- #: inc/core/helpers/helper-misc.php:728
2750
  msgid "Basque"
2751
  msgstr ""
2752
 
2753
- #: inc/core/helpers/helper-misc.php:729
2754
  msgid "Belarusian"
2755
  msgstr ""
2756
 
2757
- #: inc/core/helpers/helper-misc.php:730
2758
  msgid "Bengali"
2759
  msgstr ""
2760
 
2761
- #: inc/core/helpers/helper-misc.php:731
2762
  msgid "Bosnian"
2763
  msgstr ""
2764
 
2765
- #: inc/core/helpers/helper-misc.php:732
2766
  msgid "Breton"
2767
  msgstr ""
2768
 
2769
- #: inc/core/helpers/helper-misc.php:733
2770
  msgid "Bulgarian"
2771
  msgstr ""
2772
 
2773
- #: inc/core/helpers/helper-misc.php:734
2774
  msgid "Catalan"
2775
  msgstr ""
2776
 
2777
- #: inc/core/helpers/helper-misc.php:735
2778
  msgid "Cebuano"
2779
  msgstr ""
2780
 
2781
- #: inc/core/helpers/helper-misc.php:736
2782
  msgid "Chinese"
2783
  msgstr ""
2784
 
2785
- #: inc/core/helpers/helper-misc.php:737
2786
  msgid "Corsican"
2787
  msgstr ""
2788
 
2789
- #: inc/core/helpers/helper-misc.php:738
2790
  msgid "Croatian"
2791
  msgstr ""
2792
 
2793
- #: inc/core/helpers/helper-misc.php:739
2794
  msgid "Czech"
2795
  msgstr ""
2796
 
2797
- #: inc/core/helpers/helper-misc.php:740
2798
  msgid "Danish"
2799
  msgstr ""
2800
 
2801
- #: inc/core/helpers/helper-misc.php:741
2802
  msgid "Dhivehi"
2803
  msgstr ""
2804
 
2805
- #: inc/core/helpers/helper-misc.php:742
2806
  msgid "Dutch"
2807
  msgstr ""
2808
 
2809
- #: inc/core/helpers/helper-misc.php:743
2810
  msgid "Dzongkha"
2811
  msgstr ""
2812
 
2813
- #: inc/core/helpers/helper-misc.php:744
2814
  msgid "English"
2815
  msgstr ""
2816
 
2817
- #: inc/core/helpers/helper-misc.php:745
2818
  msgid "Esperanto"
2819
  msgstr ""
2820
 
2821
- #: inc/core/helpers/helper-misc.php:746
2822
  msgid "Estonian"
2823
  msgstr ""
2824
 
2825
- #: inc/core/helpers/helper-misc.php:747
2826
  msgid "Faroese"
2827
  msgstr ""
2828
 
2829
- #: inc/core/helpers/helper-misc.php:748
2830
  msgid "Finnish"
2831
  msgstr ""
2832
 
2833
- #: inc/core/helpers/helper-misc.php:749
2834
  msgid "French"
2835
  msgstr ""
2836
 
2837
- #: inc/core/helpers/helper-misc.php:750
2838
  msgid "Frisian"
2839
  msgstr ""
2840
 
2841
- #: inc/core/helpers/helper-misc.php:751
2842
  msgid "Friulian"
2843
  msgstr ""
2844
 
2845
- #: inc/core/helpers/helper-misc.php:752
2846
  msgid "Fulah"
2847
  msgstr ""
2848
 
2849
- #: inc/core/helpers/helper-misc.php:753
2850
  msgid "Galician"
2851
  msgstr ""
2852
 
2853
- #: inc/core/helpers/helper-misc.php:754
2854
  msgid "Georgian"
2855
  msgstr ""
2856
 
2857
- #: inc/core/helpers/helper-misc.php:755
2858
  msgid "German"
2859
  msgstr ""
2860
 
2861
- #: inc/core/helpers/helper-misc.php:756
2862
  msgid "Greek"
2863
  msgstr ""
2864
 
2865
- #: inc/core/helpers/helper-misc.php:757
2866
  msgid "Greenlandic"
2867
  msgstr ""
2868
 
2869
- #: inc/core/helpers/helper-misc.php:758
2870
  msgid "Guaraní"
2871
  msgstr ""
2872
 
2873
- #: inc/core/helpers/helper-misc.php:759
2874
  msgid "Gujarati"
2875
  msgstr ""
2876
 
2877
- #: inc/core/helpers/helper-misc.php:760
2878
  msgid "Hawaiian"
2879
  msgstr ""
2880
 
2881
- #: inc/core/helpers/helper-misc.php:761
2882
  msgid "Hazaragi"
2883
  msgstr ""
2884
 
2885
- #: inc/core/helpers/helper-misc.php:762
2886
  msgid "Hebrew"
2887
  msgstr ""
2888
 
2889
- #: inc/core/helpers/helper-misc.php:763
2890
  msgid "Hindi"
2891
  msgstr ""
2892
 
2893
- #: inc/core/helpers/helper-misc.php:764
2894
  msgid "Hungarian"
2895
  msgstr ""
2896
 
2897
- #: inc/core/helpers/helper-misc.php:765
2898
  msgid "Icelandic"
2899
  msgstr ""
2900
 
2901
- #: inc/core/helpers/helper-misc.php:766
2902
  msgid "Ido"
2903
  msgstr ""
2904
 
2905
- #: inc/core/helpers/helper-misc.php:767
2906
  msgid "Indonesian"
2907
  msgstr ""
2908
 
2909
- #: inc/core/helpers/helper-misc.php:768
2910
  msgid "Irish"
2911
  msgstr ""
2912
 
2913
- #: inc/core/helpers/helper-misc.php:769
2914
  msgid "Italian"
2915
  msgstr ""
2916
 
2917
- #: inc/core/helpers/helper-misc.php:770
2918
  msgid "Japanese"
2919
  msgstr ""
2920
 
2921
- #: inc/core/helpers/helper-misc.php:771
2922
  msgid "Javanese"
2923
  msgstr ""
2924
 
2925
- #: inc/core/helpers/helper-misc.php:772
2926
  msgid "Kabyle"
2927
  msgstr ""
2928
 
2929
- #: inc/core/helpers/helper-misc.php:773
2930
  msgid "Kannada"
2931
  msgstr ""
2932
 
2933
- #: inc/core/helpers/helper-misc.php:774
2934
  msgid "Kazakh"
2935
  msgstr ""
2936
 
2937
- #: inc/core/helpers/helper-misc.php:775
2938
  msgid "Khmer"
2939
  msgstr ""
2940
 
2941
- #: inc/core/helpers/helper-misc.php:776
2942
  msgid "Kinyarwanda"
2943
  msgstr ""
2944
 
2945
- #: inc/core/helpers/helper-misc.php:777
2946
  msgid "Kirghiz"
2947
  msgstr ""
2948
 
2949
- #: inc/core/helpers/helper-misc.php:778
2950
  msgid "Korean"
2951
  msgstr ""
2952
 
2953
- #: inc/core/helpers/helper-misc.php:779
2954
  msgid "Kurdish"
2955
  msgstr ""
2956
 
2957
- #: inc/core/helpers/helper-misc.php:780
2958
  msgid "Lao"
2959
  msgstr ""
2960
 
2961
- #: inc/core/helpers/helper-misc.php:781
2962
  msgid "Latvian"
2963
  msgstr ""
2964
 
2965
- #: inc/core/helpers/helper-misc.php:782
2966
  msgid "Limburgish"
2967
  msgstr ""
2968
 
2969
- #: inc/core/helpers/helper-misc.php:783
2970
  msgid "Lingala"
2971
  msgstr ""
2972
 
2973
- #: inc/core/helpers/helper-misc.php:784
2974
  msgid "Lithuanian"
2975
  msgstr ""
2976
 
2977
- #: inc/core/helpers/helper-misc.php:785
2978
  msgid "Luxembourgish"
2979
  msgstr ""
2980
 
2981
- #: inc/core/helpers/helper-misc.php:786
2982
  msgid "Macedonian"
2983
  msgstr ""
2984
 
2985
- #: inc/core/helpers/helper-misc.php:787
2986
  msgid "Malagasy"
2987
  msgstr ""
2988
 
2989
- #: inc/core/helpers/helper-misc.php:788
2990
  msgid "Malay"
2991
  msgstr ""
2992
 
2993
- #: inc/core/helpers/helper-misc.php:789
2994
  msgid "Malayalam"
2995
  msgstr ""
2996
 
2997
- #: inc/core/helpers/helper-misc.php:790
2998
  msgid "Maori"
2999
  msgstr ""
3000
 
3001
- #: inc/core/helpers/helper-misc.php:791
3002
  msgid "Marathi"
3003
  msgstr ""
3004
 
3005
- #: inc/core/helpers/helper-misc.php:792
3006
  msgid "Mingrelian"
3007
  msgstr ""
3008
 
3009
- #: inc/core/helpers/helper-misc.php:793
3010
  msgid "Mongolian"
3011
  msgstr ""
3012
 
3013
- #: inc/core/helpers/helper-misc.php:794
3014
  msgid "Montenegrin"
3015
  msgstr ""
3016
 
3017
- #: inc/core/helpers/helper-misc.php:795
3018
  msgid "Moroccan Arabic"
3019
  msgstr ""
3020
 
3021
- #: inc/core/helpers/helper-misc.php:796
3022
  msgid "Myanmar (Burmese)"
3023
  msgstr ""
3024
 
3025
- #: inc/core/helpers/helper-misc.php:797
3026
  msgid "Nepali"
3027
  msgstr ""
3028
 
3029
- #: inc/core/helpers/helper-misc.php:798
3030
  msgid "Norwegian (Bokmål)"
3031
  msgstr ""
3032
 
3033
- #: inc/core/helpers/helper-misc.php:799
3034
  msgid "Norwegian (Nynorsk)"
3035
  msgstr ""
3036
 
3037
- #: inc/core/helpers/helper-misc.php:800
3038
  msgid "Occitan"
3039
  msgstr ""
3040
 
3041
- #: inc/core/helpers/helper-misc.php:801
3042
  msgid "Oriya"
3043
  msgstr ""
3044
 
3045
- #: inc/core/helpers/helper-misc.php:802
3046
  msgid "Ossetic"
3047
  msgstr ""
3048
 
3049
- #: inc/core/helpers/helper-misc.php:803
3050
  msgid "Pashto"
3051
  msgstr ""
3052
 
3053
- #: inc/core/helpers/helper-misc.php:804
3054
  msgid "Persian"
3055
  msgstr ""
3056
 
3057
- #: inc/core/helpers/helper-misc.php:805
3058
  msgid "Polish"
3059
  msgstr ""
3060
 
3061
- #: inc/core/helpers/helper-misc.php:806
3062
  msgid "Portuguese"
3063
  msgstr ""
3064
 
3065
- #: inc/core/helpers/helper-misc.php:807
3066
  msgid "Punjabi"
3067
  msgstr ""
3068
 
3069
- #: inc/core/helpers/helper-misc.php:808
3070
  msgid "Rohingya"
3071
  msgstr ""
3072
 
3073
- #: inc/core/helpers/helper-misc.php:809
3074
  msgid "Romanian"
3075
  msgstr ""
3076
 
3077
- #: inc/core/helpers/helper-misc.php:810
3078
  msgid "Romansh Vallader"
3079
  msgstr ""
3080
 
3081
- #: inc/core/helpers/helper-misc.php:811
3082
  msgid "Russian"
3083
  msgstr ""
3084
 
3085
- #: inc/core/helpers/helper-misc.php:812
3086
  msgid "Rusyn"
3087
  msgstr ""
3088
 
3089
- #: inc/core/helpers/helper-misc.php:813
3090
  msgid "Sakha"
3091
  msgstr ""
3092
 
3093
- #: inc/core/helpers/helper-misc.php:814
3094
  msgid "Sanskrit"
3095
  msgstr ""
3096
 
3097
- #: inc/core/helpers/helper-misc.php:815
3098
  msgid "Sardinian"
3099
  msgstr ""
3100
 
3101
- #: inc/core/helpers/helper-misc.php:816
3102
  msgid "Scottish Gaelic"
3103
  msgstr ""
3104
 
3105
- #: inc/core/helpers/helper-misc.php:817
3106
  msgid "Serbian"
3107
  msgstr ""
3108
 
3109
- #: inc/core/helpers/helper-misc.php:818
3110
  msgid "Silesian"
3111
  msgstr ""
3112
 
3113
- #: inc/core/helpers/helper-misc.php:819
3114
  msgid "Sindhi"
3115
  msgstr ""
3116
 
3117
- #: inc/core/helpers/helper-misc.php:820
3118
  msgid "Sinhala"
3119
  msgstr ""
3120
 
3121
- #: inc/core/helpers/helper-misc.php:821
3122
  msgid "Slovak"
3123
  msgstr ""
3124
 
3125
- #: inc/core/helpers/helper-misc.php:822
3126
  msgid "Slovenian"
3127
  msgstr ""
3128
 
3129
- #: inc/core/helpers/helper-misc.php:823
3130
  msgid "Somali"
3131
  msgstr ""
3132
 
3133
- #: inc/core/helpers/helper-misc.php:824
3134
  msgid "South Azerbaijani"
3135
  msgstr ""
3136
 
3137
- #: inc/core/helpers/helper-misc.php:825
3138
  msgid "Spanish"
3139
  msgstr ""
3140
 
3141
- #: inc/core/helpers/helper-misc.php:826
3142
  msgid "Sundanese"
3143
  msgstr ""
3144
 
3145
- #: inc/core/helpers/helper-misc.php:827
3146
  msgid "Swahili"
3147
  msgstr ""
3148
 
3149
- #: inc/core/helpers/helper-misc.php:828
3150
  msgid "Swedish"
3151
  msgstr ""
3152
 
3153
- #: inc/core/helpers/helper-misc.php:829
3154
  msgid "Swiss German"
3155
  msgstr ""
3156
 
3157
- #: inc/core/helpers/helper-misc.php:830
3158
  msgid "Tagalog"
3159
  msgstr ""
3160
 
3161
- #: inc/core/helpers/helper-misc.php:831
3162
  msgid "Tahitian"
3163
  msgstr ""
3164
 
3165
- #: inc/core/helpers/helper-misc.php:832
3166
  msgid "Tajik"
3167
  msgstr ""
3168
 
3169
- #: inc/core/helpers/helper-misc.php:833
3170
  msgid "Tamazight"
3171
  msgstr ""
3172
 
3173
- #: inc/core/helpers/helper-misc.php:834
3174
  msgid "Tamil"
3175
  msgstr ""
3176
 
3177
- #: inc/core/helpers/helper-misc.php:835
3178
  msgid "Tatar"
3179
  msgstr ""
3180
 
3181
- #: inc/core/helpers/helper-misc.php:836
3182
  msgid "Telugu"
3183
  msgstr ""
3184
 
3185
- #: inc/core/helpers/helper-misc.php:837
3186
  msgid "Thai"
3187
  msgstr ""
3188
 
3189
- #: inc/core/helpers/helper-misc.php:838
3190
  msgid "Tibetan"
3191
  msgstr ""
3192
 
3193
- #: inc/core/helpers/helper-misc.php:839
3194
  msgid "Tigrinya"
3195
  msgstr ""
3196
 
3197
- #: inc/core/helpers/helper-misc.php:840
3198
  msgid "Turkish"
3199
  msgstr ""
3200
 
3201
- #: inc/core/helpers/helper-misc.php:841
3202
  msgid "Turkmen"
3203
  msgstr ""
3204
 
3205
- #: inc/core/helpers/helper-misc.php:842
3206
  msgid "Tweants"
3207
  msgstr ""
3208
 
3209
- #: inc/core/helpers/helper-misc.php:843
3210
  msgid "Uighur"
3211
  msgstr ""
3212
 
3213
- #: inc/core/helpers/helper-misc.php:844
3214
  msgid "Ukrainian"
3215
  msgstr ""
3216
 
3217
- #: inc/core/helpers/helper-misc.php:845
3218
  msgid "Urdu"
3219
  msgstr ""
3220
 
3221
- #: inc/core/helpers/helper-misc.php:846
3222
  msgid "Uzbek"
3223
  msgstr ""
3224
 
3225
- #: inc/core/helpers/helper-misc.php:847
3226
  msgid "Vietnamese"
3227
  msgstr ""
3228
 
3229
- #: inc/core/helpers/helper-misc.php:848
3230
  msgid "Walloon"
3231
  msgstr ""
3232
 
3233
- #: inc/core/helpers/helper-misc.php:849
3234
  msgid "Welsh"
3235
  msgstr ""
3236
 
3237
- #: inc/core/helpers/helper-misc.php:850
3238
  msgid "Yoruba"
3239
  msgstr ""
3240
 
3241
- #: inc/core/templates/admin-form-modal.php:5
3242
  msgid "Choose a form"
3243
  msgstr ""
3244
 
3245
- #: inc/core/templates/admin-form-modal.php:12
3246
  msgid "Insert"
3247
  msgstr ""
3248
 
3249
- #: inc/core/templates/admin-tracking.php:12
3250
  msgid "Add your email to complete setup"
3251
  msgstr ""
3252
 
3253
- #: inc/core/templates/admin-tracking.php:13
3254
  msgid ""
3255
  "Let's set up HappyForms! Enter your email below to agree to notification "
3256
  "and to share some data about your usage with"
3257
  msgstr ""
3258
 
3259
- #: inc/core/templates/admin-tracking.php:17
3260
  msgid "Allow and set up HappyForms"
3261
  msgstr ""
3262
 
3263
- #: inc/core/templates/admin-tracking.php:24
3264
  msgid "Or, skip this step and "
3265
  msgstr ""
3266
 
3267
- #: inc/core/templates/admin-tracking.php:24
3268
  msgid "continue"
3269
  msgstr ""
3270
 
3271
- #: inc/core/templates/customize-controls/setup/alert-email-subject.php:4
3272
  msgid "part value is currently used as subject"
3273
  msgstr ""
3274
 
3275
- #: inc/core/templates/customize-controls/style/divider.php:10
3276
  msgid "Back"
3277
  msgstr ""
3278
 
3279
- #: inc/core/templates/customize-controls/style/divider.php:13
3280
  msgid "You are customizing"
3281
  msgstr ""
3282
 
3283
- #: inc/core/templates/customize-form-build.php:4
3284
- msgid "Form name"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3285
  msgstr ""
3286
 
3287
- #: inc/core/templates/customize-form-build.php:10
3288
- msgid "Form Builder"
3289
  msgstr ""
3290
 
3291
- #: inc/core/templates/customize-form-build.php:12
3292
- msgid "Collapse all"
3293
  msgstr ""
3294
 
3295
- #: inc/core/templates/customize-form-build.php:12
3296
- msgid "Expand all"
3297
  msgstr ""
3298
 
3299
- #: inc/core/templates/customize-form-build.php:16
3300
- msgid "Ready to get started?"
 
3301
  msgstr ""
3302
 
3303
- #: inc/core/templates/customize-form-build.php:17
3304
- msgid ""
3305
- "Click any part from the sidebar to add it to your new form. Then, drag "
3306
- "parts into order."
3307
  msgstr ""
3308
 
3309
- #: inc/core/templates/customize-form-item.php:18
3310
- msgid "Add Part"
3311
  msgstr ""
3312
 
3313
- #: inc/core/templates/customize-form-item.php:33
3314
- #: inc/core/templates/customize-form-part-footer.php:3
3315
- #: inc/core/templates/parts/customize-checkbox.php:137
3316
- #: inc/core/templates/parts/customize-radio.php:131
3317
- #: inc/core/templates/parts/customize-select.php:122
3318
- msgid "Delete"
3319
  msgstr ""
3320
 
3321
- #: inc/core/templates/customize-form-item.php:34
3322
- msgid "Preview"
3323
  msgstr ""
3324
 
3325
- #: inc/core/templates/customize-form-part-footer.php:5
3326
- msgid "More"
3327
  msgstr ""
3328
 
3329
- #: inc/core/templates/customize-form-part-footer.php:6
3330
- #: inc/core/templates/customize-form-part-logic.php:2
3331
- msgid "Logic"
3332
  msgstr ""
3333
 
3334
- #: inc/core/templates/customize-form-part-logic.php:4
3335
- #: inc/core/templates/customize-form-setup-logic.php:3
3336
- msgid "Upgrade to add logic rule"
3337
  msgstr ""
3338
 
3339
- #: inc/core/templates/customize-form-parts-drawer.php:5
3340
- msgid "Search parts"
3341
  msgstr ""
3342
 
3343
- #: inc/core/templates/customize-form-parts-drawer.php:7
3344
- msgid "Clear Results"
3345
  msgstr ""
3346
 
3347
- #: inc/core/templates/customize-form-parts-drawer.php:39
3348
- msgid "No parts found."
3349
  msgstr ""
3350
 
3351
- #: inc/core/templates/customize-form-steps.php:23
3352
- msgid "Save & Close"
3353
  msgstr ""
3354
 
3355
- #: inc/core/templates/customize-form-steps.php:30
3356
- msgid "Step"
3357
  msgstr ""
3358
 
3359
- #: inc/core/templates/customize-form-steps.php:30
3360
- msgid "of"
3361
  msgstr ""
3362
 
3363
- #: inc/core/templates/customize-header-actions.php:3
3364
- msgid "Save Form"
3365
  msgstr ""
3366
 
3367
- #: inc/core/templates/customize-header-actions.php:3
3368
- msgid "Saved"
 
 
3369
  msgstr ""
3370
 
3371
- #: inc/core/templates/customize-header-actions.php:5
3372
- msgid "The changes you made will be lost if you navigate away from this page."
3373
  msgstr ""
3374
 
3375
- #: inc/core/templates/customize-header-actions.php:6
3376
- msgid "Close"
 
 
3377
  msgstr ""
3378
 
3379
- #: inc/core/templates/parts/customize-checkbox.php:8
3380
- #: inc/core/templates/parts/customize-email.php:8
3381
- #: inc/core/templates/parts/customize-multi-line-text.php:8
3382
- #: inc/core/templates/parts/customize-number.php:8
3383
- #: inc/core/templates/parts/customize-radio.php:8
3384
- #: inc/core/templates/parts/customize-select.php:8
3385
- #: inc/core/templates/parts/customize-single-line-text.php:8
3386
- msgid "Title placement"
3387
  msgstr ""
3388
 
3389
- #: inc/core/templates/parts/customize-checkbox.php:10
3390
- #: inc/core/templates/parts/customize-email.php:10
3391
- #: inc/core/templates/parts/customize-multi-line-text.php:10
3392
- #: inc/core/templates/parts/customize-number.php:10
3393
- #: inc/core/templates/parts/customize-radio.php:10
3394
- #: inc/core/templates/parts/customize-select.php:10
3395
- #: inc/core/templates/parts/customize-single-line-text.php:10
3396
- msgid "Above"
3397
  msgstr ""
3398
 
3399
- #: inc/core/templates/parts/customize-checkbox.php:12
3400
- #: inc/core/templates/parts/customize-email.php:12
3401
- #: inc/core/templates/parts/customize-multi-line-text.php:12
3402
- #: inc/core/templates/parts/customize-number.php:12
3403
- #: inc/core/templates/parts/customize-radio.php:12
3404
- #: inc/core/templates/parts/customize-select.php:12
3405
- #: inc/core/templates/parts/customize-single-line-text.php:12
3406
- msgid "Below"
3407
  msgstr ""
3408
 
3409
- #: inc/core/templates/parts/customize-checkbox.php:13
3410
- #: inc/core/templates/parts/customize-email.php:15
3411
- #: inc/core/templates/parts/customize-multi-line-text.php:15
3412
- #: inc/core/templates/parts/customize-number.php:15
3413
- #: inc/core/templates/parts/customize-radio.php:13
3414
- #: inc/core/templates/parts/customize-select.php:14
3415
- #: inc/core/templates/parts/customize-single-line-text.php:15
3416
- msgid "Hidden"
3417
  msgstr ""
3418
 
3419
- #: inc/core/templates/parts/customize-checkbox.php:18
3420
- #: inc/core/templates/parts/customize-checkbox.php:99
3421
- #: inc/core/templates/parts/customize-email.php:20
3422
- #: inc/core/templates/parts/customize-email.php:64
3423
- #: inc/core/templates/parts/customize-multi-line-text.php:20
3424
- #: inc/core/templates/parts/customize-multi-line-text.php:76
3425
- #: inc/core/templates/parts/customize-number.php:20
3426
- #: inc/core/templates/parts/customize-number.php:95
3427
- #: inc/core/templates/parts/customize-radio.php:18
3428
- #: inc/core/templates/parts/customize-radio.php:94
3429
- #: inc/core/templates/parts/customize-select.php:19
3430
- #: inc/core/templates/parts/customize-select.php:88
3431
- #: inc/core/templates/parts/customize-single-line-text.php:20
3432
- #: inc/core/templates/parts/customize-single-line-text.php:69
3433
- msgid "Apply to all parts"
3434
  msgstr ""
3435
 
3436
- #: inc/core/templates/parts/customize-checkbox.php:22
3437
- #: inc/core/templates/parts/customize-checkbox.php:129
3438
- #: inc/core/templates/parts/customize-email.php:24
3439
- #: inc/core/templates/parts/customize-multi-line-text.php:24
3440
- #: inc/core/templates/parts/customize-number.php:24
3441
- #: inc/core/templates/parts/customize-radio.php:22
3442
- #: inc/core/templates/parts/customize-radio.php:123
3443
- #: inc/core/templates/parts/customize-select.php:23
3444
- #: inc/core/templates/parts/customize-single-line-text.php:24
3445
- msgid "Description"
3446
  msgstr ""
3447
 
3448
- #: inc/core/templates/parts/customize-checkbox.php:26
3449
- #: inc/core/templates/parts/customize-email.php:28
3450
- #: inc/core/templates/parts/customize-multi-line-text.php:28
3451
- #: inc/core/templates/parts/customize-number.php:28
3452
- #: inc/core/templates/parts/customize-radio.php:26
3453
- #: inc/core/templates/parts/customize-select.php:27
3454
- #: inc/core/templates/parts/customize-single-line-text.php:28
3455
- msgid "Description appearance"
3456
  msgstr ""
3457
 
3458
- #: inc/core/templates/parts/customize-checkbox.php:28
3459
- #: inc/core/templates/parts/customize-email.php:30
3460
- #: inc/core/templates/parts/customize-multi-line-text.php:30
3461
- #: inc/core/templates/parts/customize-number.php:30
3462
- #: inc/core/templates/parts/customize-radio.php:28
3463
- #: inc/core/templates/parts/customize-select.php:29
3464
- #: inc/core/templates/parts/customize-single-line-text.php:30
3465
- msgid "Standard"
3466
  msgstr ""
3467
 
3468
- #: inc/core/templates/parts/customize-checkbox.php:29
3469
- #: inc/core/templates/parts/customize-email.php:32
3470
- #: inc/core/templates/parts/customize-multi-line-text.php:32
3471
- #: inc/core/templates/parts/customize-number.php:32
3472
- #: inc/core/templates/parts/customize-radio.php:29
3473
- #: inc/core/templates/parts/customize-select.php:30
3474
- msgid "Tooltip"
3475
  msgstr ""
3476
 
3477
- #: inc/core/templates/parts/customize-checkbox.php:38
3478
- #: inc/core/templates/parts/customize-radio.php:38
3479
- msgid "No choices added yet. Add one by clicking <i>Add Choice</i> below."
3480
  msgstr ""
3481
 
3482
- #: inc/core/templates/parts/customize-checkbox.php:42
3483
- #: inc/core/templates/parts/customize-radio.php:42
3484
- msgid "Type or paste your choices here, adding each on a new line."
3485
  msgstr ""
3486
 
3487
- #: inc/core/templates/parts/customize-checkbox.php:45
3488
- #: inc/core/templates/parts/customize-radio.php:45
3489
- msgid "Add choice"
3490
  msgstr ""
3491
 
3492
- #: inc/core/templates/parts/customize-checkbox.php:47
3493
- #: inc/core/templates/parts/customize-radio.php:47
3494
- msgid "Or, bulk add choices"
3495
  msgstr ""
3496
 
3497
- #: inc/core/templates/parts/customize-checkbox.php:51
3498
- #: inc/core/templates/parts/customize-radio.php:51
3499
- msgid "Add choices"
3500
  msgstr ""
3501
 
3502
- #: inc/core/templates/parts/customize-checkbox.php:53
3503
- #: inc/core/templates/parts/customize-radio.php:53
3504
- #: inc/core/templates/parts/customize-select.php:58
3505
- msgid "Cancel"
3506
  msgstr ""
3507
 
3508
- #: inc/core/templates/parts/customize-checkbox.php:58
3509
- #: inc/core/templates/parts/customize-email.php:44
3510
- #: inc/core/templates/parts/customize-multi-line-text.php:44
3511
- #: inc/core/templates/parts/customize-number.php:54
3512
- #: inc/core/templates/parts/customize-radio.php:58
3513
- #: inc/core/templates/parts/customize-select.php:63
3514
- #: inc/core/templates/parts/customize-single-line-text.php:44
3515
- msgid "This is required"
3516
  msgstr ""
3517
 
3518
- #: inc/core/templates/parts/customize-checkbox.php:69
3519
- msgid "Show select all option"
3520
  msgstr ""
3521
 
3522
- #: inc/core/templates/parts/customize-checkbox.php:73
3523
- #: inc/core/templates/parts/customize-radio.php:68
3524
- msgid "Align choices"
3525
  msgstr ""
3526
 
3527
- #: inc/core/templates/parts/customize-checkbox.php:75
3528
- #: inc/core/templates/parts/customize-radio.php:70
3529
- msgid "Horizontal"
3530
  msgstr ""
3531
 
3532
- #: inc/core/templates/parts/customize-checkbox.php:76
3533
- #: inc/core/templates/parts/customize-radio.php:71
3534
- msgid "Vertical"
 
3535
  msgstr ""
3536
 
3537
- #: inc/core/templates/parts/customize-checkbox.php:80
3538
- #: inc/core/templates/parts/customize-radio.php:75
3539
- msgid "Choices width"
3540
  msgstr ""
3541
 
3542
- #: inc/core/templates/parts/customize-checkbox.php:82
3543
- #: inc/core/templates/parts/customize-checkbox.php:91
3544
- #: inc/core/templates/parts/customize-email.php:56
3545
- #: inc/core/templates/parts/customize-multi-line-text.php:68
3546
- #: inc/core/templates/parts/customize-number.php:87
3547
- #: inc/core/templates/parts/customize-radio.php:77
3548
- #: inc/core/templates/parts/customize-radio.php:86
3549
- #: inc/core/templates/parts/customize-select.php:80
3550
- #: inc/core/templates/parts/customize-single-line-text.php:61
3551
- msgid "Full"
3552
  msgstr ""
3553
 
3554
- #: inc/core/templates/parts/customize-checkbox.php:83
3555
- #: inc/core/templates/parts/customize-checkbox.php:92
3556
- #: inc/core/templates/parts/customize-email.php:57
3557
- #: inc/core/templates/parts/customize-multi-line-text.php:69
3558
- #: inc/core/templates/parts/customize-number.php:88
3559
- #: inc/core/templates/parts/customize-radio.php:78
3560
- #: inc/core/templates/parts/customize-radio.php:87
3561
- #: inc/core/templates/parts/customize-select.php:81
3562
- #: inc/core/templates/parts/customize-single-line-text.php:62
3563
- msgid "Half"
3564
  msgstr ""
3565
 
3566
- #: inc/core/templates/parts/customize-checkbox.php:84
3567
- #: inc/core/templates/parts/customize-checkbox.php:93
3568
- #: inc/core/templates/parts/customize-email.php:58
3569
- #: inc/core/templates/parts/customize-multi-line-text.php:70
3570
- #: inc/core/templates/parts/customize-number.php:89
3571
- #: inc/core/templates/parts/customize-radio.php:79
3572
- #: inc/core/templates/parts/customize-radio.php:88
3573
- #: inc/core/templates/parts/customize-select.php:82
3574
- #: inc/core/templates/parts/customize-single-line-text.php:63
3575
- msgid "Third"
3576
  msgstr ""
3577
 
3578
- #: inc/core/templates/parts/customize-checkbox.php:85
3579
- #: inc/core/templates/parts/customize-checkbox.php:94
3580
- #: inc/core/templates/parts/customize-email.php:59
3581
- #: inc/core/templates/parts/customize-multi-line-text.php:71
3582
- #: inc/core/templates/parts/customize-number.php:90
3583
- #: inc/core/templates/parts/customize-radio.php:80
3584
- #: inc/core/templates/parts/customize-radio.php:89
3585
- #: inc/core/templates/parts/customize-select.php:83
3586
- #: inc/core/templates/parts/customize-single-line-text.php:64
3587
- msgid "Auto"
3588
  msgstr ""
3589
 
3590
- #: inc/core/templates/parts/customize-checkbox.php:106
3591
- #: inc/core/templates/parts/customize-email.php:85
3592
- #: inc/core/templates/parts/customize-multi-line-text.php:83
3593
- #: inc/core/templates/parts/customize-number.php:99
3594
- #: inc/core/templates/parts/customize-radio.php:98
3595
- #: inc/core/templates/parts/customize-select.php:95
3596
- #: inc/core/templates/parts/customize-single-line-text.php:76
3597
- msgid "Custom CSS class"
 
 
 
 
3598
  msgstr ""
3599
 
3600
- #: inc/core/templates/parts/customize-checkbox.php:124
3601
- #: inc/core/templates/parts/customize-radio.php:118
3602
- #: inc/core/templates/parts/customize-select.php:113
3603
- msgid "Label"
 
 
 
 
 
 
 
3604
  msgstr ""
3605
 
3606
- #: inc/core/templates/parts/customize-checkbox.php:133
3607
- msgid "Checked by default"
 
3608
  msgstr ""
3609
 
3610
- #: inc/core/templates/parts/customize-checkbox.php:138
3611
- #: inc/core/templates/parts/customize-radio.php:132
3612
- #: inc/core/templates/parts/customize-select.php:123
3613
- msgid "Advanced"
3614
  msgstr ""
3615
 
3616
- #: inc/core/templates/parts/customize-email.php:13
3617
- #: inc/core/templates/parts/customize-number.php:13
3618
- #: inc/core/templates/parts/customize-single-line-text.php:13
3619
- msgid "Inside input"
3620
  msgstr ""
3621
 
3622
- #: inc/core/templates/parts/customize-email.php:14
3623
- #: inc/core/templates/parts/customize-multi-line-text.php:14
3624
- #: inc/core/templates/parts/customize-number.php:14
3625
- #: inc/core/templates/parts/customize-select.php:13
3626
- #: inc/core/templates/parts/customize-single-line-text.php:14
3627
- msgid "Display as placeholder"
3628
  msgstr ""
3629
 
3630
- #: inc/core/templates/parts/customize-email.php:31
3631
- #: inc/core/templates/parts/customize-multi-line-text.php:31
3632
- #: inc/core/templates/parts/customize-number.php:31
3633
- #: inc/core/templates/parts/customize-single-line-text.php:31
3634
- msgid "Reveal on focus"
3635
  msgstr ""
3636
 
3637
- #: inc/core/templates/parts/customize-email.php:69
3638
- msgid "Suggest common email domains"
3639
  msgstr ""
3640
 
3641
- #: inc/core/templates/parts/customize-email.php:74
3642
- #: inc/core/templates/parts/customize-number.php:104
3643
- msgid "Require confirmation of the value"
3644
  msgstr ""
3645
 
3646
- #: inc/core/templates/parts/customize-email.php:78
3647
- #: inc/core/templates/parts/customize-number.php:108
3648
- msgid "Confirmation field title"
3649
  msgstr ""
3650
 
3651
- #: inc/core/templates/parts/customize-multi-line-text.php:13
3652
- msgid "Inside"
3653
  msgstr ""
3654
 
3655
- #: inc/core/templates/parts/customize-multi-line-text.php:54
3656
- msgid "Limit words/characters"
3657
  msgstr ""
3658
 
3659
- #: inc/core/templates/parts/customize-multi-line-text.php:58
3660
- msgid "Words (max)"
3661
  msgstr ""
3662
 
3663
- #: inc/core/templates/parts/customize-multi-line-text.php:59
3664
- msgid "Words (min)"
3665
  msgstr ""
3666
 
3667
- #: inc/core/templates/parts/customize-multi-line-text.php:60
3668
- msgid "Characters (max)"
3669
  msgstr ""
3670
 
3671
- #: inc/core/templates/parts/customize-multi-line-text.php:61
3672
- msgid "Characters (min)"
3673
  msgstr ""
3674
 
3675
- #: inc/core/templates/parts/customize-number.php:44
3676
- msgid "Min value"
3677
  msgstr ""
3678
 
3679
- #: inc/core/templates/parts/customize-number.php:48
3680
- msgid "Max value"
3681
  msgstr ""
3682
 
3683
- #: inc/core/templates/parts/customize-number.php:65
3684
- msgid "Format"
3685
  msgstr ""
3686
 
3687
- #: inc/core/templates/parts/customize-number.php:70
3688
- msgid "Thousands separator"
3689
  msgstr ""
3690
 
3691
- #: inc/core/templates/parts/customize-number.php:74
3692
- msgid "Decimal<br>separator"
3693
  msgstr ""
3694
 
3695
- #: inc/core/templates/parts/customize-number.php:80
3696
- msgid "Prefix"
3697
  msgstr ""
3698
 
3699
- #: inc/core/templates/parts/customize-radio.php:127
3700
- #: inc/core/templates/parts/customize-select.php:118
3701
- msgid "Make this option default"
3702
  msgstr ""
3703
 
3704
- #: inc/core/templates/parts/customize-select.php:42
3705
- #: inc/core/templates/parts/customize-select.php:46
3706
- msgid "Options"
3707
  msgstr ""
3708
 
3709
- #: inc/core/templates/parts/customize-select.php:43
3710
- msgid "No options added yet. Add one by clicking <i>Add Option</i> below."
3711
  msgstr ""
3712
 
3713
- #: inc/core/templates/parts/customize-select.php:47
3714
- msgid "Type or paste your options here, adding each on a new line."
3715
  msgstr ""
3716
 
3717
- #: inc/core/templates/parts/customize-select.php:50
3718
- msgid "Add option"
3719
  msgstr ""
3720
 
3721
- #: inc/core/templates/parts/customize-select.php:52
3722
- msgid "Or, bulk add options"
3723
  msgstr ""
3724
 
3725
- #: inc/core/templates/parts/customize-select.php:56
3726
- msgid "Add options"
3727
  msgstr ""
3728
 
3729
- #: inc/core/templates/parts/customize-select.php:74
3730
- msgid "Make searchable"
3731
  msgstr ""
3732
 
3733
- #: inc/core/templates/parts/customize-single-line-text.php:32
3734
- msgid "Show in a tooltip"
3735
  msgstr ""
3736
 
3737
- #: inc/core/templates/parts/customize-single-line-text.php:55
3738
- msgid "Use value as email subject"
3739
  msgstr ""
3740
 
3741
- #: inc/core/templates/parts/frontend-checkbox.php:14
3742
- msgid "Select all"
3743
  msgstr ""
3744
 
3745
- #: inc/core/templates/preview-form-pencil.php:3
3746
- msgid "Click to edit this part."
3747
  msgstr ""
3748
 
3749
  #. Plugin URI of the plugin/theme
2
  # This file is distributed under the same license as the HappyForms package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: HappyForms 1.8.19\n"
6
  "Report-Msgid-Bugs-To: https://thethemefoundry.com/support/\n"
7
+ "POT-Creation-Date: 2019-10-25 10:49:28+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=utf-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
13
  "Language-Team: The Theme Foundry\n"
14
  "X-Generator: grunt-wp-i18n 0.4.9\n"
15
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  #. Plugin Name of the plugin/theme
17
  msgid "HappyForms"
18
  msgstr ""
19
 
20
+ #: core/classes/class-block.php:50
21
  msgid "Contact form to manage and respond to conversations with customers."
22
  msgstr ""
23
 
24
+ #: core/classes/class-block.php:101
25
  msgid "Do you want access to HappyForms’ most powerful features?"
26
  msgstr ""
27
 
28
+ #: core/classes/class-block.php:102
29
  msgid "Discover HappyForms Upgrade"
30
  msgstr ""
31
 
32
+ #: core/classes/class-block.php:107
33
  msgid "Select"
34
  msgstr ""
35
 
36
+ #: core/classes/class-block.php:108
37
  msgid "Which form would you like to add here?"
38
  msgstr ""
39
 
40
+ #: core/classes/class-block.php:109
41
  msgid "HappyForms Settings"
42
  msgstr ""
43
 
44
+ #: core/classes/class-block.php:110
45
  msgid "Edit Form"
46
  msgstr ""
47
 
48
+ #: core/classes/class-form-admin.php:155
49
+ #: core/classes/class-form-controller.php:79
50
  msgid "View form"
51
  msgstr ""
52
 
53
+ #: core/classes/class-form-admin.php:160
54
  msgid "Preview form"
55
  msgstr ""
56
 
57
+ #: core/classes/class-form-admin.php:165 core/classes/class-form-admin.php:168
 
58
  msgid "Form updated."
59
  msgstr ""
60
 
61
+ #: core/classes/class-form-admin.php:166
62
  msgid "Custom field updated."
63
  msgstr ""
64
 
65
+ #: core/classes/class-form-admin.php:167
66
  msgid "Custom field deleted."
67
  msgstr ""
68
 
69
+ #: core/classes/class-form-admin.php:169
70
  msgid "Form restored to revision from %s."
71
  msgstr ""
72
 
73
+ #: core/classes/class-form-admin.php:170
74
  msgid "Form published."
75
  msgstr ""
76
 
77
+ #: core/classes/class-form-admin.php:171
78
  msgid "Form saved."
79
  msgstr ""
80
 
81
+ #: core/classes/class-form-admin.php:172
82
  msgid "Form submitted."
83
  msgstr ""
84
 
85
+ #: core/classes/class-form-admin.php:173
86
  msgid "Form scheduled."
87
  msgstr ""
88
 
89
+ #: core/classes/class-form-admin.php:174
90
  msgid "Form draft updated."
91
  msgstr ""
92
 
93
+ #: core/classes/class-form-admin.php:197
94
  msgid "%s form updated."
95
  msgid_plural "%s forms updated."
96
  msgstr[0] ""
97
  msgstr[1] ""
98
 
99
+ #: core/classes/class-form-admin.php:198
100
  msgid "%s form not updated, somebody is editing it."
101
  msgid_plural "%s forms not updated, somebody is editing them."
102
  msgstr[0] ""
103
  msgstr[1] ""
104
 
105
+ #: core/classes/class-form-admin.php:199
106
  msgid "%s form permanently deleted."
107
  msgid_plural "%s forms permanently deleted."
108
  msgstr[0] ""
109
  msgstr[1] ""
110
 
111
+ #: core/classes/class-form-admin.php:200
112
  msgid "%s form moved to the Trash."
113
  msgid_plural "%s forms moved to the Trash."
114
  msgstr[0] ""
115
  msgstr[1] ""
116
 
117
+ #: core/classes/class-form-admin.php:201
118
  msgid "%s form restored from the Trash."
119
  msgid_plural "%s forms restored from the Trash."
120
  msgstr[0] ""
121
  msgstr[1] ""
122
 
123
+ #: core/classes/class-form-admin.php:260
124
  msgid "Shortcode"
125
  msgstr ""
126
 
127
+ #: core/classes/class-form-admin.php:261
128
  msgid "Author"
129
  msgstr ""
130
 
131
+ #: core/classes/class-form-admin.php:299
132
  msgid "Copy to clipboard"
133
  msgstr ""
134
 
135
+ #: core/classes/class-form-admin.php:340
136
+ #: core/templates/customize-form-steps.php:5
137
  msgid "Build"
138
  msgstr ""
139
 
140
+ #: core/classes/class-form-admin.php:344
141
+ #: core/templates/customize-form-item.php:21
142
+ #: core/templates/customize-form-steps.php:8
143
+ #: core/templates/customize-form-steps.php:15
144
  msgid "Setup"
145
  msgstr ""
146
 
147
+ #: core/classes/class-form-admin.php:348
148
+ #: core/templates/customize-form-item.php:24
149
+ #: core/templates/customize-form-steps.php:18
150
  msgid "Style"
151
  msgstr ""
152
 
153
+ #: core/classes/class-form-admin.php:352
154
+ #: core/templates/customize-form-item.php:27
155
+ #: core/templates/customize-form-part-footer.php:4
156
  msgid "Duplicate"
157
  msgstr ""
158
 
159
+ #: core/classes/class-form-admin.php:356
160
  msgid "Trash"
161
  msgstr ""
162
 
163
+ #: core/classes/class-form-admin.php:401
164
  msgid "Form duplicated succesfully."
165
  msgstr ""
166
 
167
+ #: core/classes/class-form-controller.php:74
168
  msgid "Forms"
169
  msgstr ""
170
 
171
+ #: core/classes/class-form-controller.php:75
172
  msgid "Form"
173
  msgstr ""
174
 
175
+ #: core/classes/class-form-controller.php:76
176
+ #: core/classes/class-form-controller.php:78
177
  msgid "Build form"
178
  msgstr ""
179
 
180
+ #: core/classes/class-form-controller.php:77
181
  msgid "Edit form"
182
  msgstr ""
183
 
184
+ #: core/classes/class-form-controller.php:80
185
  msgid "View forms"
186
  msgstr ""
187
 
188
+ #: core/classes/class-form-controller.php:81
189
  msgid "Search Forms"
190
  msgstr ""
191
 
192
+ #: core/classes/class-form-controller.php:82
193
  msgid "No form found"
194
  msgstr ""
195
 
196
+ #: core/classes/class-form-controller.php:83
197
  msgid "No forms found in Trash"
198
  msgstr ""
199
 
200
+ #: core/classes/class-form-controller.php:84
201
+ #: core/classes/class-form-controller.php:85
202
+ #: core/classes/class-happyforms-core.php:173
203
+ #: core/classes/class-happyforms-core.php:174
204
  msgid "All Forms"
205
  msgstr ""
206
 
207
+ #: core/classes/class-form-controller.php:184
208
  msgid "Untitled form"
209
  msgstr ""
210
 
211
+ #: core/classes/class-form-controller.php:614
212
  msgid " Copy"
213
  msgstr ""
214
 
215
+ #: core/classes/class-form-part-library.php:185
216
  msgid "Invalid data"
217
  msgstr ""
218
 
219
+ #: core/classes/class-form-part-library.php:192
220
  msgid "Part definition not found"
221
  msgstr ""
222
 
223
+ #: core/classes/class-form-part-library.php:223
224
  msgid "Missing validation callback for field %s"
225
  msgstr ""
226
 
227
+ #: core/classes/class-form-setup.php:51
228
  msgid "Thank you! Your response has been successfully submitted."
229
  msgstr ""
230
 
231
+ #: core/classes/class-form-setup.php:55
232
  msgid "Oops! Your response is invalid — please review your message."
233
  msgstr ""
234
 
235
+ #: core/classes/class-form-setup.php:75
236
  msgid "You received a new message"
237
  msgstr ""
238
 
239
+ #: core/classes/class-form-setup.php:87
240
  msgid "We received your message"
241
  msgstr ""
242
 
243
+ #: core/classes/class-form-setup.php:91
244
  msgid ""
245
  "Your message has been successfully sent. We appreciate you contacting us "
246
  "and we’ll be in touch soon."
247
  msgstr ""
248
 
249
+ #: core/classes/class-form-setup.php:115
250
  msgid "This field is required."
251
  msgstr ""
252
 
253
+ #: core/classes/class-form-setup.php:119
254
  msgid "(optional)"
255
  msgstr ""
256
 
257
+ #: core/classes/class-form-setup.php:123
258
  msgid "Submit Form"
259
  msgstr ""
260
 
261
+ #: core/classes/class-form-setup.php:147
262
  msgid "Validate your submission"
263
  msgstr ""
264
 
265
+ #: core/classes/class-form-setup.php:155
266
  msgid "Review submission"
267
  msgstr ""
268
 
269
+ #: core/classes/class-form-setup.php:203
270
  msgid "Confirmation message"
271
  msgstr ""
272
 
273
+ #: core/classes/class-form-setup.php:204
274
  msgid ""
275
  "This is the message your users will see after succesfully submitting your "
276
  "form."
277
  msgstr ""
278
 
279
+ #: core/classes/class-form-setup.php:209
280
  msgid "Error message"
281
  msgstr ""
282
 
283
+ #: core/classes/class-form-setup.php:210
284
  msgid ""
285
  "This is the message your users will see when there are form errors "
286
  "preventing submission."
287
  msgstr ""
288
 
289
+ #: core/classes/class-form-setup.php:215
290
  msgid "Receive submission alerts"
291
  msgstr ""
292
 
293
+ #: core/classes/class-form-setup.php:220 core/templates/admin-tracking.php:15
 
294
  msgid "Email address"
295
  msgstr ""
296
 
297
+ #: core/classes/class-form-setup.php:221
298
  msgid ""
299
  "Add your email address here to receive a confirmation email for each form "
300
  "response. You can add multiple email addresses by separating each address "
301
  "with a comma."
302
  msgstr ""
303
 
304
+ #: core/classes/class-form-setup.php:226
305
  msgid "Email Bcc address"
306
  msgstr ""
307
 
308
+ #: core/classes/class-form-setup.php:227
309
  msgid ""
310
  "Add your Bcc email address here to receive a confirmation email for each "
311
  "form response without appearing in the received message header. You can "
312
  "add multiple email addresses by separating each address with a comma."
313
  msgstr ""
314
 
315
+ #: core/classes/class-form-setup.php:232 core/classes/class-form-setup.php:249
 
316
  msgid "Email subject"
317
  msgstr ""
318
 
319
+ #: core/classes/class-form-setup.php:233
320
  msgid ""
321
  "Each time a user submits a message, you'll receive an email with this "
322
  "subject."
323
  msgstr ""
324
 
325
+ #: core/classes/class-form-setup.php:238
326
  msgid "Send confirmation email"
327
  msgstr ""
328
 
329
+ #: core/classes/class-form-setup.php:243
330
  msgid "Email display name"
331
  msgstr ""
332
 
333
+ #: core/classes/class-form-setup.php:244
334
  msgid ""
335
  "If your form contains an email field, recipients will receive an email with "
336
  "this sender name."
337
  msgstr ""
338
 
339
+ #: core/classes/class-form-setup.php:250
340
  msgid ""
341
  "If your form contains an email field, recipients will receive an email with "
342
  "this subject."
343
  msgstr ""
344
 
345
+ #: core/classes/class-form-setup.php:255
346
  msgid "Email content"
347
  msgstr ""
348
 
349
+ #: core/classes/class-form-setup.php:256
350
  msgid ""
351
  "If your form contains an email field, recipients will receive an email with "
352
  "this content."
353
  msgstr ""
354
 
355
+ #: core/classes/class-form-setup.php:261
356
  msgid "Include submitted values"
357
  msgstr ""
358
 
359
+ #: core/classes/class-form-setup.php:266
360
  msgid "Required part label"
361
  msgstr ""
362
 
363
+ #: core/classes/class-form-setup.php:271
364
  msgid "Optional part label"
365
  msgstr ""
366
 
367
+ #: core/classes/class-form-setup.php:276
368
  msgid "Submit button label"
369
  msgstr ""
370
 
371
+ #: core/classes/class-form-setup.php:281
372
  msgid "Submit button HTML class"
373
  msgstr ""
374
 
375
+ #: core/classes/class-form-setup.php:286
376
  msgid "Set custom form HTML ID"
377
  msgstr ""
378
 
379
+ #: core/classes/class-form-setup.php:288
380
  msgid "Add a unique HTML ID to your form. Write without a hash (#) character."
381
  msgstr ""
382
 
383
+ #: core/classes/class-form-setup.php:292
384
  msgid "Form HTML ID"
385
  msgstr ""
386
 
387
+ #: core/classes/class-form-setup.php:297
388
+ msgid "Hide form after submission"
389
+ msgstr ""
390
+
391
+ #: core/classes/class-form-setup.php:298
392
+ msgid ""
393
+ "Hide all form parts and display just title and confirmation message on "
394
+ "submit."
395
+ msgstr ""
396
+
397
+ #: core/classes/class-form-setup.php:303
398
  msgid "Spam prevention"
399
  msgstr ""
400
 
401
+ #: core/classes/class-form-setup.php:304
402
  msgid "Protect your form against bots by using HoneyPot security."
403
  msgstr ""
404
 
405
+ #: core/classes/class-form-styles.php:49
406
  msgid "Left-to-right"
407
  msgstr ""
408
 
409
+ #: core/classes/class-form-styles.php:50
410
  msgid "Right-to-left"
411
  msgstr ""
412
 
413
+ #: core/classes/class-form-styles.php:71 core/classes/class-form-styles.php:145
414
+ #: core/classes/class-form-styles.php:155
415
+ #: core/classes/class-form-styles.php:258
416
+ #: core/classes/class-form-styles.php:268
 
417
  msgid "Default"
418
  msgstr ""
419
 
420
+ #: core/classes/class-form-styles.php:72 core/classes/class-form-styles.php:144
421
+ #: core/classes/class-form-styles.php:154
422
+ #: core/classes/class-form-styles.php:267
 
423
  msgid "Narrow"
424
  msgstr ""
425
 
426
+ #: core/classes/class-form-styles.php:73 core/classes/class-form-styles.php:146
427
+ #: core/classes/class-form-styles.php:156
428
+ #: core/classes/class-form-styles.php:269
 
429
  msgid "Wide"
430
  msgstr ""
431
 
432
+ #: core/classes/class-form-styles.php:87 core/classes/class-form-styles.php:116
433
+ #: core/classes/class-form-styles.php:239
 
434
  msgid "Show"
435
  msgstr ""
436
 
437
+ #: core/classes/class-form-styles.php:88 core/classes/class-form-styles.php:117
438
+ #: core/classes/class-form-styles.php:240
 
439
  msgid "Hide"
440
  msgstr ""
441
 
442
+ #: core/classes/class-form-styles.php:96 core/classes/class-form-styles.php:170
443
+ #: core/classes/class-form-styles.php:199
444
+ #: core/classes/class-form-styles.php:219
445
+ #: core/classes/class-form-styles.php:296
446
+ #: core/templates/parts/customize-checkbox.php:11
447
+ #: core/templates/parts/customize-email.php:11
448
+ #: core/templates/parts/customize-multi-line-text.php:11
449
+ #: core/templates/parts/customize-number.php:11
450
+ #: core/templates/parts/customize-radio.php:11
451
+ #: core/templates/parts/customize-select.php:11
452
+ #: core/templates/parts/customize-single-line-text.php:11
 
453
  msgid "Left"
454
  msgstr ""
455
 
456
+ #: core/classes/class-form-styles.php:97 core/classes/class-form-styles.php:171
457
+ #: core/classes/class-form-styles.php:200
458
+ #: core/classes/class-form-styles.php:220
459
+ #: core/classes/class-form-styles.php:297
 
460
  msgid "Center"
461
  msgstr ""
462
 
463
+ #: core/classes/class-form-styles.php:98 core/classes/class-form-styles.php:172
464
+ #: core/classes/class-form-styles.php:201
465
+ #: core/classes/class-form-styles.php:221
466
+ #: core/classes/class-form-styles.php:298
 
467
  msgid "Right"
468
  msgstr ""
469
 
470
+ #: core/classes/class-form-styles.php:125
471
  msgid "All sides"
472
  msgstr ""
473
 
474
+ #: core/classes/class-form-styles.php:126
475
  msgid "Bottom only"
476
  msgstr ""
477
 
478
+ #: core/classes/class-form-styles.php:134
479
+ #: core/classes/class-form-styles.php:248
480
  msgid "Square"
481
  msgstr ""
482
 
483
+ #: core/classes/class-form-styles.php:135
484
+ #: core/classes/class-form-styles.php:249
485
  msgid "Round"
486
  msgstr ""
487
 
488
+ #: core/classes/class-form-styles.php:136
489
+ #: core/classes/class-form-styles.php:250
490
  msgid "Pill"
491
  msgstr ""
492
 
493
+ #: core/classes/class-form-styles.php:190
494
+ #: core/classes/class-form-styles.php:287
495
  msgid "Normal"
496
  msgstr ""
497
 
498
+ #: core/classes/class-form-styles.php:191
499
+ #: core/classes/class-form-styles.php:288
500
  msgid "Bold"
501
  msgstr ""
502
 
503
+ #: core/classes/class-form-styles.php:259
504
  msgid "Full width"
505
  msgstr ""
506
 
507
+ #: core/classes/class-form-styles.php:510
508
  msgid "Above form"
509
  msgstr ""
510
 
511
+ #: core/classes/class-form-styles.php:511
512
  msgid "Below form"
513
  msgstr ""
514
 
515
+ #: core/classes/class-form-styles.php:525
516
  msgid "General"
517
  msgstr ""
518
 
519
+ #: core/classes/class-form-styles.php:530
520
+ #: core/classes/class-form-styles.php:840
521
+ #: core/templates/parts/customize-checkbox.php:89
522
+ #: core/templates/parts/customize-email.php:54
523
+ #: core/templates/parts/customize-multi-line-text.php:66
524
+ #: core/templates/parts/customize-number.php:85
525
+ #: core/templates/parts/customize-radio.php:84
526
+ #: core/templates/parts/customize-select.php:78
527
+ #: core/templates/parts/customize-single-line-text.php:59
528
  msgid "Width"
529
  msgstr ""
530
 
531
+ #: core/classes/class-form-styles.php:535
532
+ #: core/classes/class-form-styles.php:845
533
  msgid "Padding"
534
  msgstr ""
535
 
536
+ #: core/classes/class-form-styles.php:540
537
  msgid "Direction"
538
  msgstr ""
539
 
540
+ #: core/classes/class-form-styles.php:545
541
  msgid "Display notices"
542
  msgstr ""
543
 
544
+ #: core/classes/class-form-styles.php:551
545
+ #: core/classes/class-form-styles.php:636
546
+ #: core/classes/class-form-styles.php:706
547
+ #: core/classes/class-form-styles.php:871
548
  msgid "Colors"
549
  msgstr ""
550
 
551
+ #: core/classes/class-form-styles.php:555
552
  msgid "Primary"
553
  msgstr ""
554
 
555
+ #: core/classes/class-form-styles.php:560
556
  msgid "Success notice"
557
  msgstr ""
558
 
559
+ #: core/classes/class-form-styles.php:565
560
  msgid "Success notice text"
561
  msgstr ""
562
 
563
+ #: core/classes/class-form-styles.php:570
564
  msgid "Error"
565
  msgstr ""
566
 
567
+ #: core/classes/class-form-styles.php:575
568
  msgid "Error notice"
569
  msgstr ""
570
 
571
+ #: core/classes/class-form-styles.php:580
572
  msgid "Error notice text"
573
  msgstr ""
574
 
575
+ #: core/classes/class-form-styles.php:585
576
+ #: core/classes/class-form-styles.php:710
577
+ #: core/templates/customize-form-build.php:4
578
+ #: core/templates/parts/customize-checkbox.php:4
579
+ #: core/templates/parts/customize-email.php:4
580
+ #: core/templates/parts/customize-multi-line-text.php:4
581
+ #: core/templates/parts/customize-number.php:4
582
+ #: core/templates/parts/customize-radio.php:4
583
+ #: core/templates/parts/customize-select.php:4
584
+ #: core/templates/parts/customize-single-line-text.php:4
585
+ #: inc/classes/parts/class-part-title-dummy.php:8
586
+ msgid "Title"
587
  msgstr ""
588
 
589
+ #: core/classes/class-form-styles.php:590
590
  msgid "Display"
591
  msgstr ""
592
 
593
+ #: core/classes/class-form-styles.php:595
594
+ #: core/classes/class-form-styles.php:860
595
  msgid "Alignment"
596
  msgstr ""
597
 
598
+ #: core/classes/class-form-styles.php:600
599
+ #: core/classes/class-form-styles.php:850
600
  msgid "Font size"
601
  msgstr ""
602
 
603
+ #: core/classes/class-form-styles.php:605
604
  msgid "Part borders & spacing"
605
  msgstr ""
606
 
607
+ #: core/classes/class-form-styles.php:610
608
+ #: core/classes/class-form-styles.php:640
609
+ #: core/classes/class-form-styles.php:830
610
+ #: core/classes/class-form-styles.php:885
611
  msgid "Border"
612
  msgstr ""
613
 
614
+ #: core/classes/class-form-styles.php:615
615
  msgid "Border location"
616
  msgstr ""
617
 
618
+ #: core/classes/class-form-styles.php:620
619
+ #: core/classes/class-form-styles.php:835
620
  msgid "Border radius"
621
  msgstr ""
622
 
623
+ #: core/classes/class-form-styles.php:625
624
+ msgid "Outer spacing"
625
  msgstr ""
626
 
627
+ #: core/classes/class-form-styles.php:630
628
+ msgid "Inner spacing"
629
  msgstr ""
630
 
631
+ #: core/classes/class-form-styles.php:645
632
  msgid "Border on focus"
633
  msgstr ""
634
 
635
+ #: core/classes/class-form-styles.php:650
636
+ #: core/classes/class-form-styles.php:735
637
+ #: core/classes/class-form-styles.php:760
638
+ #: core/classes/class-form-styles.php:875
639
  msgid "Background"
640
  msgstr ""
641
 
642
+ #: core/classes/class-form-styles.php:655
643
+ #: core/classes/class-form-styles.php:745
644
+ #: core/classes/class-form-styles.php:765
645
+ #: core/classes/class-form-styles.php:880
646
  msgid "Background on focus"
647
  msgstr ""
648
 
649
+ #: core/classes/class-form-styles.php:660
650
  msgid "Part labels & text"
651
  msgstr ""
652
 
653
+ #: core/classes/class-form-styles.php:665
654
  msgid "Toggle placeholder on part focus"
655
  msgstr ""
656
 
657
+ #: core/classes/class-form-styles.php:670
658
  msgid "Title alignment"
659
  msgstr ""
660
 
661
+ #: core/classes/class-form-styles.php:675
662
  msgid "Title font size"
663
  msgstr ""
664
 
665
+ #: core/classes/class-form-styles.php:680
666
  msgid "Title font weight"
667
  msgstr ""
668
 
669
+ #: core/classes/class-form-styles.php:685
670
  msgid "Description alignment"
671
  msgstr ""
672
 
673
+ #: core/classes/class-form-styles.php:690
674
  msgid "Description font size"
675
  msgstr ""
676
 
677
+ #: core/classes/class-form-styles.php:695
678
  msgid "Placeholder &amp; value alignment"
679
  msgstr ""
680
 
681
+ #: core/classes/class-form-styles.php:700
682
  msgid "Value font size"
683
  msgstr ""
684
 
685
+ #: core/classes/class-form-styles.php:715
686
  msgid "Value"
687
  msgstr ""
688
 
689
+ #: core/classes/class-form-styles.php:720
690
+ #: core/templates/parts/customize-email.php:36
691
+ #: core/templates/parts/customize-multi-line-text.php:36
692
+ #: core/templates/parts/customize-number.php:36
693
+ #: core/templates/parts/customize-select.php:34
694
+ #: core/templates/parts/customize-single-line-text.php:36
695
+ #: inc/classes/parts/class-part-placeholder-dummy.php:8
696
+ msgid "Placeholder"
697
+ msgstr ""
698
+
699
+ #: core/classes/class-form-styles.php:725
700
  msgid "Dropdowns"
701
  msgstr ""
702
 
703
+ #: core/classes/class-form-styles.php:731
704
  msgid "Items"
705
  msgstr ""
706
 
707
+ #: core/classes/class-form-styles.php:740
708
+ #: core/classes/class-form-styles.php:890
709
+ #: core/classes/parts/class-part-multi-line-text.php:34
710
+ #: core/classes/parts/class-part-single-line-text.php:29
711
  msgid "Text"
712
  msgstr ""
713
 
714
+ #: core/classes/class-form-styles.php:750
715
+ #: core/classes/class-form-styles.php:895
716
  msgid "Text focused"
717
  msgstr ""
718
 
719
+ #: core/classes/class-form-styles.php:755
720
  msgid "Checkboxes & Radios"
721
  msgstr ""
722
 
723
+ #: core/classes/class-form-styles.php:770
724
  msgid "Checkmark"
725
  msgstr ""
726
 
727
+ #: core/classes/class-form-styles.php:775
728
+ #: inc/classes/parts/class-part-rating-dummy.php:8
729
+ msgid "Rating"
730
+ msgstr ""
731
+
732
+ #: core/classes/class-form-styles.php:780
733
  msgid "Rating star color"
734
  msgstr ""
735
 
736
+ #: core/classes/class-form-styles.php:785
737
  msgid "Rating star color on hover"
738
  msgstr ""
739
 
740
+ #: core/classes/class-form-styles.php:790
741
  msgid "Item background"
742
  msgstr ""
743
 
744
+ #: core/classes/class-form-styles.php:795
745
  msgid "Item background on hover"
746
  msgstr ""
747
 
748
+ #: core/classes/class-form-styles.php:800
749
  msgid "Tables"
750
  msgstr ""
751
 
752
+ #: core/classes/class-form-styles.php:805
753
  msgid "Odd row primary"
754
  msgstr ""
755
 
756
+ #: core/classes/class-form-styles.php:810
757
  msgid "Odd row secondary"
758
  msgstr ""
759
 
760
+ #: core/classes/class-form-styles.php:815
761
  msgid "Even row primary"
762
  msgstr ""
763
 
764
+ #: core/classes/class-form-styles.php:820
765
  msgid "Even row secondary"
766
  msgstr ""
767
 
768
+ #: core/classes/class-form-styles.php:825
769
  msgid "Submit button"
770
  msgstr ""
771
 
772
+ #: core/classes/class-form-styles.php:855
773
  msgid "Font weight"
774
  msgstr ""
775
 
776
+ #: core/classes/class-form-styles.php:865
777
  msgid "Make button a part of last input"
778
  msgstr ""
779
 
780
+ #: core/classes/class-happyforms-core.php:162
781
  msgid "HappyForms Index"
782
  msgstr ""
783
 
784
+ #: core/classes/class-happyforms-core.php:181
785
+ #: core/classes/class-happyforms-core.php:182
786
  msgid "Add New"
787
  msgstr ""
788
 
789
+ #: core/classes/class-happyforms-core.php:189
790
+ #: core/classes/class-happyforms-core.php:190
791
  msgid "Responses"
792
  msgstr ""
793
 
794
+ #: core/classes/class-happyforms-core.php:198
795
+ #: core/classes/class-happyforms-core.php:199
796
  msgid "Integrations"
797
  msgstr ""
798
 
799
+ #: core/classes/class-happyforms-core.php:207
800
+ #: core/classes/class-happyforms-core.php:208
801
  msgid "Import/Export"
802
  msgstr ""
803
 
804
+ #: core/classes/class-happyforms-core.php:216
805
+ #: core/classes/class-happyforms-core.php:217
806
  msgid "Welcome"
807
  msgstr ""
808
 
809
+ #: core/classes/class-happyforms-core.php:336
810
  msgid "HappyForm"
811
  msgstr ""
812
 
813
+ #: core/classes/class-happyforms-core.php:340
814
  msgid "New HappyForm"
815
  msgstr ""
816
 
817
+ #: core/classes/class-happyforms-core.php:461
818
  msgid "Insert HappyForm"
819
  msgstr ""
820
 
821
+ #: core/classes/class-happyforms-core.php:461
822
  msgid "Add HappyForms"
823
  msgstr ""
824
 
825
+ #: core/classes/class-happyforms-widget.php:15
826
  msgid "Easily add your HappyForms to widget areas."
827
  msgstr ""
828
 
829
+ #: core/classes/class-happyforms-widget.php:71
830
  msgid "Title:"
831
  msgstr ""
832
 
833
+ #: core/classes/class-happyforms-widget.php:75
834
  msgid "Form:"
835
  msgstr ""
836
 
837
+ #: core/classes/class-tracking.php:168
838
  msgid "Sorry, you are not allowed to access this page."
839
  msgstr ""
840
 
841
+ #: core/classes/class-tracking.php:204
842
  msgid "Thank you!"
843
  msgstr ""
844
 
845
+ #: core/classes/class-tracking.php:205
846
  msgid "Now let's go enjoy HappyForms."
847
  msgstr ""
848
 
849
+ #: core/classes/class-tracking.php:206
850
  msgid ""
851
  "You've set up notifications and helped us to improve HappyForms. You're "
852
  "ready to get started with your first form."
853
  msgstr ""
854
 
855
+ #: core/classes/class-tracking.php:207
856
  msgid "Create your first form"
857
  msgstr ""
858
 
859
+ #: core/classes/class-tracking.php:209
860
  msgid "Aw snap! Something went wrong."
861
  msgstr ""
862
 
863
+ #: core/classes/class-tracking.php:210
864
  msgid "Error description"
865
  msgstr ""
866
 
867
+ #: core/classes/class-wp-customize-form-manager.php:163
868
  msgid "Form saved 👏"
869
  msgstr ""
870
 
871
+ #: core/classes/class-wp-customize-form-manager.php:164
872
  msgid "There are two ways to embed your form. Here goes…"
873
  msgstr ""
874
 
875
+ #: core/classes/class-wp-customize-form-manager.php:165
876
  msgid "Add HappyForms to your page or post"
877
  msgstr ""
878
 
879
+ #: core/classes/class-wp-customize-form-manager.php:166
880
  msgid "In your Edit Post / Edit Page screen, click Add Block."
881
  msgstr ""
882
 
883
+ #: core/classes/class-wp-customize-form-manager.php:166
884
  msgid "Select the HappyForms content block."
885
  msgstr ""
886
 
887
+ #: core/classes/class-wp-customize-form-manager.php:166
888
+ #: core/classes/class-wp-customize-form-manager.php:171
889
  msgid "Select a form in the Form dropdown."
890
  msgstr ""
891
 
892
+ #: core/classes/class-wp-customize-form-manager.php:166
893
  msgid "That's it! You'll see a basic preview of your form in the editor."
894
  msgstr ""
895
 
896
+ #: core/classes/class-wp-customize-form-manager.php:167
897
  msgid "Use HappyForms in a widget area"
898
  msgstr ""
899
 
900
+ #: core/classes/class-wp-customize-form-manager.php:169
901
  msgid "Head over to Appearance &rarr; <a href=\"%s\">Widgets</a> screen."
902
  msgstr ""
903
 
904
+ #: core/classes/class-wp-customize-form-manager.php:170
905
  msgid "Drag the HappyForms widget to your sidebar."
906
  msgstr ""
907
 
908
+ #: core/classes/class-wp-customize-form-manager.php:172
909
  msgid "All done!"
910
  msgstr ""
911
 
912
+ #: core/classes/class-wp-customize-form-manager.php:174
913
  msgid ""
914
  "Still have questions? Head over to our <a href=\"%s\" "
915
  "target=\"_blank\">Help Guide</a>."
916
  msgstr ""
917
 
918
+ #: core/classes/class-wp-customize-form-manager.php:181
919
  msgid ""
920
  "Form saved. You can add this form to any Page, Post and Widget area. Have "
921
  "questions? <a href=\"%s\" target=\"_blank\">Ask for help in our support "
922
  "forums</a>."
923
  msgstr ""
924
 
925
+ #: core/classes/parts/class-part-checkbox.php:10
926
  msgid "Multiple Choice"
927
  msgstr ""
928
 
929
+ #: core/classes/parts/class-part-checkbox.php:11
930
  msgid "For checkboxes allowing multiple selections."
931
  msgstr ""
932
 
933
+ #: core/classes/parts/class-part-checkbox.php:39
934
+ #: core/classes/parts/class-part-radio.php:40
935
+ #: core/templates/parts/customize-checkbox.php:37
936
+ #: core/templates/parts/customize-checkbox.php:41
937
+ #: core/templates/parts/customize-radio.php:37
938
+ #: core/templates/parts/customize-radio.php:41
939
  msgid "Choices"
940
  msgstr ""
941
 
942
+ #: core/classes/parts/class-part-checkbox.php:197
943
  msgid "Checkbox values are not valid."
944
  msgstr ""
945
 
946
+ #: core/classes/parts/class-part-email.php:8
947
+ #: core/classes/parts/class-part-email.php:31
948
  msgid "Email"
949
  msgstr ""
950
 
951
+ #: core/classes/parts/class-part-email.php:9
952
  msgid "For formatted email addresses. The '@' symbol is required."
953
  msgstr ""
954
 
955
+ #: core/classes/parts/class-part-email.php:55
956
  msgid "Confirm Email"
957
  msgstr ""
958
 
959
+ #: core/classes/parts/class-part-email.php:160
960
  msgid "Not a valid e-mail address."
961
  msgstr ""
962
 
963
+ #: core/classes/parts/class-part-email.php:164
964
  msgid "Email and confirmation email are not matching."
965
  msgstr ""
966
 
967
+ #: core/classes/parts/class-part-multi-line-text.php:8
968
  msgid "Long Text"
969
  msgstr ""
970
 
971
+ #: core/classes/parts/class-part-multi-line-text.php:9
972
  msgid "For paragraph text fields."
973
  msgstr ""
974
 
975
+ #: core/classes/parts/class-part-multi-line-text.php:174
976
+ #: core/classes/parts/class-part-multi-line-text.php:178
977
  msgid "Submitted value is too long."
978
  msgstr ""
979
 
980
+ #: core/classes/parts/class-part-multi-line-text.php:176
981
+ #: core/classes/parts/class-part-multi-line-text.php:180
982
  msgid "Submitted value is too short."
983
  msgstr ""
984
 
985
+ #: core/classes/parts/class-part-multi-line-text.php:224
986
  msgid "characters (min.)"
987
  msgstr ""
988
 
989
+ #: core/classes/parts/class-part-multi-line-text.php:227
990
  msgid "characters (max.)"
991
  msgstr ""
992
 
993
+ #: core/classes/parts/class-part-multi-line-text.php:230
994
  msgid "words (min.)"
995
  msgstr ""
996
 
997
+ #: core/classes/parts/class-part-multi-line-text.php:233
998
  msgid "words (max.)"
999
  msgstr ""
1000
 
1001
+ #: core/classes/parts/class-part-number.php:8
1002
+ #: core/classes/parts/class-part-number.php:30
1003
  msgid "Number"
1004
  msgstr ""
1005
 
1006
+ #: core/classes/parts/class-part-number.php:9
1007
  msgid "For numeric fields."
1008
  msgstr ""
1009
 
1010
+ #: core/classes/parts/class-part-number.php:86
1011
  msgid "Confirm Number"
1012
  msgstr ""
1013
 
1014
+ #: core/classes/parts/class-part-number.php:193
1015
  msgid "This field does not match minimum and maximum allowed value."
1016
  msgstr ""
1017
 
1018
+ #: core/classes/parts/class-part-number.php:201
1019
  msgid "Number and confirmation number are not matching."
1020
  msgstr ""
1021
 
1022
+ #: core/classes/parts/class-part-radio.php:12
1023
  msgid "Single Choice"
1024
  msgstr ""
1025
 
1026
+ #: core/classes/parts/class-part-radio.php:13
1027
  msgid "For radio buttons allowing one selection."
1028
  msgstr ""
1029
 
1030
+ #: core/classes/parts/class-part-radio.php:190
1031
+ #: core/classes/parts/class-part-radio.php:196
1032
  msgid "Radio value is not valid."
1033
  msgstr ""
1034
 
1035
+ #: core/classes/parts/class-part-select.php:8
1036
+ #: core/classes/parts/class-part-select.php:31
1037
  msgid "Dropdown"
1038
  msgstr ""
1039
 
1040
+ #: core/classes/parts/class-part-select.php:9
1041
  msgid "For selecting one option from a long list. Default value adjustable."
1042
  msgstr ""
1043
 
1044
+ #: core/classes/parts/class-part-select.php:180
1045
+ #: core/classes/parts/class-part-select.php:186
1046
  msgid "Selected value is not valid."
1047
  msgstr ""
1048
 
1049
+ #: core/classes/parts/class-part-single-line-text.php:8
1050
  msgid "Short Text"
1051
  msgstr ""
1052
 
1053
+ #: core/classes/parts/class-part-single-line-text.php:9
1054
  msgid "For single line text fields."
1055
  msgstr ""
1056
 
1057
+ #: core/helpers/helper-activation.php:70
1058
  msgid "Sample Form"
1059
  msgstr ""
1060
 
1061
+ #: core/helpers/helper-activation.php:100
1062
  msgid "First name"
1063
  msgstr ""
1064
 
1065
+ #: core/helpers/helper-activation.php:105
1066
  msgid "Last name"
1067
  msgstr ""
1068
 
1069
+ #: core/helpers/helper-activation.php:110
1070
  msgid "What's your reason for contacting us?"
1071
  msgstr ""
1072
 
1073
+ #: core/helpers/helper-activation.php:113
1074
  msgid "Need technical help"
1075
  msgstr ""
1076
 
1077
+ #: core/helpers/helper-activation.php:116
1078
  msgid "Want to suggest a feature"
1079
  msgstr ""
1080
 
1081
+ #: core/helpers/helper-activation.php:119
1082
  msgid "Asking about my account"
1083
  msgstr ""
1084
 
1085
+ #: core/helpers/helper-activation.php:125
1086
  msgid "What's your age?"
1087
  msgstr ""
1088
 
1089
+ #: core/helpers/helper-activation.php:130
1090
  msgid "Your message"
1091
  msgstr ""
1092
 
1093
+ #: core/helpers/helper-form-templates.php:65
1094
  msgid "Spam protection, skip this field"
1095
  msgstr ""
1096
 
1097
+ #: core/helpers/helper-form-templates.php:923
1098
  msgid "Get my location"
1099
  msgstr ""
1100
 
1101
+ #: core/helpers/helper-form-templates.php:923
1102
  msgid "Fetching location…"
1103
  msgstr ""
1104
 
1105
+ #: core/helpers/helper-form-templates.php:933
1106
  msgid "January"
1107
  msgstr ""
1108
 
1109
+ #: core/helpers/helper-form-templates.php:934
1110
  msgid "February"
1111
  msgstr ""
1112
 
1113
+ #: core/helpers/helper-form-templates.php:935
1114
  msgid "March"
1115
  msgstr ""
1116
 
1117
+ #: core/helpers/helper-form-templates.php:936
1118
  msgid "April"
1119
  msgstr ""
1120
 
1121
+ #: core/helpers/helper-form-templates.php:937
1122
  msgid "May"
1123
  msgstr ""
1124
 
1125
+ #: core/helpers/helper-form-templates.php:938
1126
  msgid "June"
1127
  msgstr ""
1128
 
1129
+ #: core/helpers/helper-form-templates.php:939
1130
  msgid "July"
1131
  msgstr ""
1132
 
1133
+ #: core/helpers/helper-form-templates.php:940
1134
  msgid "August"
1135
  msgstr ""
1136
 
1137
+ #: core/helpers/helper-form-templates.php:941
1138
  msgid "September"
1139
  msgstr ""
1140
 
1141
+ #: core/helpers/helper-form-templates.php:942
1142
  msgid "October"
1143
  msgstr ""
1144
 
1145
+ #: core/helpers/helper-form-templates.php:943
1146
  msgid "November"
1147
  msgstr ""
1148
 
1149
+ #: core/helpers/helper-form-templates.php:944
1150
  msgid "December"
1151
  msgstr ""
1152
 
1153
+ #: core/helpers/helper-form-templates.php:985 core/helpers/helper-misc.php:216
 
1154
  msgid "Andorra"
1155
  msgstr ""
1156
 
1157
+ #: core/helpers/helper-form-templates.php:986 core/helpers/helper-misc.php:434
 
1158
  msgid "United Arab Emirates"
1159
  msgstr ""
1160
 
1161
+ #: core/helpers/helper-form-templates.php:987 core/helpers/helper-misc.php:212
 
1162
  msgid "Afghanistan"
1163
  msgstr ""
1164
 
1165
+ #: core/helpers/helper-form-templates.php:988 core/helpers/helper-misc.php:220
 
1166
  msgid "Antigua and Barbuda"
1167
  msgstr ""
1168
 
1169
+ #: core/helpers/helper-form-templates.php:989 core/helpers/helper-misc.php:218
 
1170
  msgid "Anguilla"
1171
  msgstr ""
1172
 
1173
+ #: core/helpers/helper-form-templates.php:990 core/helpers/helper-misc.php:213
 
1174
  msgid "Albania"
1175
  msgstr ""
1176
 
1177
+ #: core/helpers/helper-form-templates.php:991 core/helpers/helper-misc.php:222
 
1178
  msgid "Armenia"
1179
  msgstr ""
1180
 
1181
+ #: core/helpers/helper-form-templates.php:992 core/helpers/helper-misc.php:217
 
1182
  msgid "Angola"
1183
  msgstr ""
1184
 
1185
+ #: core/helpers/helper-form-templates.php:993 core/helpers/helper-misc.php:219
 
1186
  msgid "Antarctica"
1187
  msgstr ""
1188
 
1189
+ #: core/helpers/helper-form-templates.php:994 core/helpers/helper-misc.php:221
 
1190
  msgid "Argentina"
1191
  msgstr ""
1192
 
1193
+ #: core/helpers/helper-form-templates.php:995 core/helpers/helper-misc.php:215
 
1194
  msgid "American Samoa"
1195
  msgstr ""
1196
 
1197
+ #: core/helpers/helper-form-templates.php:996 core/helpers/helper-misc.php:225
 
1198
  msgid "Austria"
1199
  msgstr ""
1200
 
1201
+ #: core/helpers/helper-form-templates.php:997 core/helpers/helper-misc.php:224
 
1202
  msgid "Australia"
1203
  msgstr ""
1204
 
1205
+ #: core/helpers/helper-form-templates.php:998 core/helpers/helper-misc.php:223
 
1206
  msgid "Aruba"
1207
  msgstr ""
1208
 
1209
+ #: core/helpers/helper-form-templates.php:999 core/helpers/helper-misc.php:226
 
1210
  msgid "Azerbaijan"
1211
  msgstr ""
1212
 
1213
+ #: core/helpers/helper-form-templates.php:1000
1214
  msgid "Bosnia and Herzegovina"
1215
  msgstr ""
1216
 
1217
+ #: core/helpers/helper-form-templates.php:1001 core/helpers/helper-misc.php:230
 
1218
  msgid "Barbados"
1219
  msgstr ""
1220
 
1221
+ #: core/helpers/helper-form-templates.php:1002 core/helpers/helper-misc.php:229
 
1222
  msgid "Bangladesh"
1223
  msgstr ""
1224
 
1225
+ #: core/helpers/helper-form-templates.php:1003 core/helpers/helper-misc.php:232
 
1226
  msgid "Belgium"
1227
  msgstr ""
1228
 
1229
+ #: core/helpers/helper-form-templates.php:1004 core/helpers/helper-misc.php:245
 
1230
  msgid "Burkina Faso"
1231
  msgstr ""
1232
 
1233
+ #: core/helpers/helper-form-templates.php:1005 core/helpers/helper-misc.php:244
 
1234
  msgid "Bulgaria"
1235
  msgstr ""
1236
 
1237
+ #: core/helpers/helper-form-templates.php:1006 core/helpers/helper-misc.php:228
 
1238
  msgid "Bahrain"
1239
  msgstr ""
1240
 
1241
+ #: core/helpers/helper-form-templates.php:1007 core/helpers/helper-misc.php:246
 
1242
  msgid "Burundi"
1243
  msgstr ""
1244
 
1245
+ #: core/helpers/helper-form-templates.php:1008 core/helpers/helper-misc.php:234
 
1246
  msgid "Benin"
1247
  msgstr ""
1248
 
1249
+ #: core/helpers/helper-form-templates.php:1009
1250
  msgid "Saint Barthelemy"
1251
  msgstr ""
1252
 
1253
+ #: core/helpers/helper-form-templates.php:1010 core/helpers/helper-misc.php:235
 
1254
  msgid "Bermuda"
1255
  msgstr ""
1256
 
1257
+ #: core/helpers/helper-form-templates.php:1011 core/helpers/helper-misc.php:243
 
1258
  msgid "Brunei Darussalam"
1259
  msgstr ""
1260
 
1261
+ #: core/helpers/helper-form-templates.php:1012 core/helpers/helper-misc.php:237
 
1262
  msgid "Bolivia"
1263
  msgstr ""
1264
 
1265
+ #: core/helpers/helper-form-templates.php:1013 core/helpers/helper-misc.php:241
 
1266
  msgid "Brazil"
1267
  msgstr ""
1268
 
1269
+ #: core/helpers/helper-form-templates.php:1014 core/helpers/helper-misc.php:227
 
1270
  msgid "Bahamas"
1271
  msgstr ""
1272
 
1273
+ #: core/helpers/helper-form-templates.php:1015 core/helpers/helper-misc.php:236
 
1274
  msgid "Bhutan"
1275
  msgstr ""
1276
 
1277
+ #: core/helpers/helper-form-templates.php:1016 core/helpers/helper-misc.php:239
 
1278
  msgid "Botswana"
1279
  msgstr ""
1280
 
1281
+ #: core/helpers/helper-form-templates.php:1017 core/helpers/helper-misc.php:231
 
1282
  msgid "Belarus"
1283
  msgstr ""
1284
 
1285
+ #: core/helpers/helper-form-templates.php:1018 core/helpers/helper-misc.php:233
 
1286
  msgid "Belize"
1287
  msgstr ""
1288
 
1289
+ #: core/helpers/helper-form-templates.php:1019 core/helpers/helper-misc.php:249
 
1290
  msgid "Canada"
1291
  msgstr ""
1292
 
1293
+ #: core/helpers/helper-form-templates.php:1020
1294
  msgid "Congo, The Democratic Republic of the"
1295
  msgstr ""
1296
 
1297
+ #: core/helpers/helper-form-templates.php:1021 core/helpers/helper-misc.php:252
 
1298
  msgid "Central African Republic"
1299
  msgstr ""
1300
 
1301
+ #: core/helpers/helper-form-templates.php:1022 core/helpers/helper-misc.php:260
 
1302
  msgid "Congo"
1303
  msgstr ""
1304
 
1305
+ #: core/helpers/helper-form-templates.php:1023 core/helpers/helper-misc.php:417
 
1306
  msgid "Switzerland"
1307
  msgstr ""
1308
 
1309
+ #: core/helpers/helper-form-templates.php:1024 core/helpers/helper-misc.php:262
 
1310
  msgid "Cook Islands"
1311
  msgstr ""
1312
 
1313
+ #: core/helpers/helper-form-templates.php:1025 core/helpers/helper-misc.php:254
 
1314
  msgid "Chile"
1315
  msgstr ""
1316
 
1317
+ #: core/helpers/helper-form-templates.php:1026 core/helpers/helper-misc.php:248
 
1318
  msgid "Cameroon"
1319
  msgstr ""
1320
 
1321
+ #: core/helpers/helper-form-templates.php:1027 core/helpers/helper-misc.php:255
 
1322
  msgid "China"
1323
  msgstr ""
1324
 
1325
+ #: core/helpers/helper-form-templates.php:1028 core/helpers/helper-misc.php:258
 
1326
  msgid "Colombia"
1327
  msgstr ""
1328
 
1329
+ #: core/helpers/helper-form-templates.php:1029 core/helpers/helper-misc.php:263
 
1330
  msgid "Costa Rica"
1331
  msgstr ""
1332
 
1333
+ #: core/helpers/helper-form-templates.php:1030 core/helpers/helper-misc.php:266
 
1334
  msgid "Cuba"
1335
  msgstr ""
1336
 
1337
+ #: core/helpers/helper-form-templates.php:1031 core/helpers/helper-misc.php:250
 
1338
  msgid "Cape Verde"
1339
  msgstr ""
1340
 
1341
+ #: core/helpers/helper-form-templates.php:1032 core/helpers/helper-misc.php:267
 
1342
  msgid "Cyprus"
1343
  msgstr ""
1344
 
1345
+ #: core/helpers/helper-form-templates.php:1033 core/helpers/helper-misc.php:268
 
1346
  msgid "Czech Republic"
1347
  msgstr ""
1348
 
1349
+ #: core/helpers/helper-form-templates.php:1034 core/helpers/helper-misc.php:293
 
1350
  msgid "Germany"
1351
  msgstr ""
1352
 
1353
+ #: core/helpers/helper-form-templates.php:1035 core/helpers/helper-misc.php:270
 
1354
  msgid "Djibouti"
1355
  msgstr ""
1356
 
1357
+ #: core/helpers/helper-form-templates.php:1036 core/helpers/helper-misc.php:269
 
1358
  msgid "Denmark"
1359
  msgstr ""
1360
 
1361
+ #: core/helpers/helper-form-templates.php:1037 core/helpers/helper-misc.php:271
 
1362
  msgid "Dominica"
1363
  msgstr ""
1364
 
1365
+ #: core/helpers/helper-form-templates.php:1038 core/helpers/helper-misc.php:272
 
1366
  msgid "Dominican Republic"
1367
  msgstr ""
1368
 
1369
+ #: core/helpers/helper-form-templates.php:1039 core/helpers/helper-misc.php:214
 
1370
  msgid "Algeria"
1371
  msgstr ""
1372
 
1373
+ #: core/helpers/helper-form-templates.php:1040 core/helpers/helper-misc.php:274
 
1374
  msgid "Ecuador"
1375
  msgstr ""
1376
 
1377
+ #: core/helpers/helper-form-templates.php:1041 core/helpers/helper-misc.php:279
 
1378
  msgid "Estonia"
1379
  msgstr ""
1380
 
1381
+ #: core/helpers/helper-form-templates.php:1042 core/helpers/helper-misc.php:275
 
1382
  msgid "Egypt"
1383
  msgstr ""
1384
 
1385
+ #: core/helpers/helper-form-templates.php:1043 core/helpers/helper-misc.php:278
 
1386
  msgid "Eritrea"
1387
  msgstr ""
1388
 
1389
+ #: core/helpers/helper-form-templates.php:1044 core/helpers/helper-misc.php:408
 
1390
  msgid "Spain"
1391
  msgstr ""
1392
 
1393
+ #: core/helpers/helper-form-templates.php:1045 core/helpers/helper-misc.php:280
 
1394
  msgid "Ethiopia"
1395
  msgstr ""
1396
 
1397
+ #: core/helpers/helper-form-templates.php:1046 core/helpers/helper-misc.php:284
 
1398
  msgid "Finland"
1399
  msgstr ""
1400
 
1401
+ #: core/helpers/helper-form-templates.php:1047 core/helpers/helper-misc.php:283
 
1402
  msgid "Fiji"
1403
  msgstr ""
1404
 
1405
+ #: core/helpers/helper-form-templates.php:1048 core/helpers/helper-misc.php:281
 
1406
  msgid "Falkland Islands (Malvinas)"
1407
  msgstr ""
1408
 
1409
+ #: core/helpers/helper-form-templates.php:1049 core/helpers/helper-misc.php:352
 
1410
  msgid "Micronesia, Federated States of"
1411
  msgstr ""
1412
 
1413
+ #: core/helpers/helper-form-templates.php:1050 core/helpers/helper-misc.php:282
 
1414
  msgid "Faroe Islands"
1415
  msgstr ""
1416
 
1417
+ #: core/helpers/helper-form-templates.php:1051 core/helpers/helper-misc.php:285
 
1418
  msgid "France"
1419
  msgstr ""
1420
 
1421
+ #: core/helpers/helper-form-templates.php:1052 core/helpers/helper-misc.php:290
 
1422
  msgid "Gabon"
1423
  msgstr ""
1424
 
1425
+ #: core/helpers/helper-form-templates.php:1053 core/helpers/helper-misc.php:435
 
1426
  msgid "United Kingdom"
1427
  msgstr ""
1428
 
1429
+ #: core/helpers/helper-form-templates.php:1054 core/helpers/helper-misc.php:298
 
1430
  msgid "Grenada"
1431
  msgstr ""
1432
 
1433
+ #: core/helpers/helper-form-templates.php:1055 core/helpers/helper-misc.php:292
 
1434
  msgid "Georgia"
1435
  msgstr ""
1436
 
1437
+ #: core/helpers/helper-form-templates.php:1056 core/helpers/helper-misc.php:294
 
1438
  msgid "Ghana"
1439
  msgstr ""
1440
 
1441
+ #: core/helpers/helper-form-templates.php:1057 core/helpers/helper-misc.php:295
 
1442
  msgid "Gibraltar"
1443
  msgstr ""
1444
 
1445
+ #: core/helpers/helper-form-templates.php:1058 core/helpers/helper-misc.php:297
 
1446
  msgid "Greenland"
1447
  msgstr ""
1448
 
1449
+ #: core/helpers/helper-form-templates.php:1059 core/helpers/helper-misc.php:291
 
1450
  msgid "Gambia"
1451
  msgstr ""
1452
 
1453
+ #: core/helpers/helper-form-templates.php:1060 core/helpers/helper-misc.php:302
 
1454
  msgid "Guinea"
1455
  msgstr ""
1456
 
1457
+ #: core/helpers/helper-form-templates.php:1061 core/helpers/helper-misc.php:296
 
1458
  msgid "Greece"
1459
  msgstr ""
1460
 
1461
+ #: core/helpers/helper-form-templates.php:1062 core/helpers/helper-misc.php:301
 
1462
  msgid "Guatemala"
1463
  msgstr ""
1464
 
1465
+ #: core/helpers/helper-form-templates.php:1063 core/helpers/helper-misc.php:300
 
1466
  msgid "Guam"
1467
  msgstr ""
1468
 
1469
+ #: core/helpers/helper-form-templates.php:1064
1470
  msgid "Guinea-bissau"
1471
  msgstr ""
1472
 
1473
+ #: core/helpers/helper-form-templates.php:1065 core/helpers/helper-misc.php:304
 
1474
  msgid "Guyana"
1475
  msgstr ""
1476
 
1477
+ #: core/helpers/helper-form-templates.php:1066 core/helpers/helper-misc.php:309
 
1478
  msgid "Hong Kong"
1479
  msgstr ""
1480
 
1481
+ #: core/helpers/helper-form-templates.php:1067 core/helpers/helper-misc.php:308
 
1482
  msgid "Honduras"
1483
  msgstr ""
1484
 
1485
+ #: core/helpers/helper-form-templates.php:1068
1486
  msgid "Croatia"
1487
  msgstr ""
1488
 
1489
+ #: core/helpers/helper-form-templates.php:1069 core/helpers/helper-misc.php:305
 
1490
  msgid "Haiti"
1491
  msgstr ""
1492
 
1493
+ #: core/helpers/helper-form-templates.php:1070 core/helpers/helper-misc.php:310
 
1494
  msgid "Hungary"
1495
  msgstr ""
1496
 
1497
+ #: core/helpers/helper-form-templates.php:1071 core/helpers/helper-misc.php:313
 
1498
  msgid "Indonesia"
1499
  msgstr ""
1500
 
1501
+ #: core/helpers/helper-form-templates.php:1072 core/helpers/helper-misc.php:316
 
1502
  msgid "Ireland"
1503
  msgstr ""
1504
 
1505
+ #: core/helpers/helper-form-templates.php:1073 core/helpers/helper-misc.php:317
 
1506
  msgid "Israel"
1507
  msgstr ""
1508
 
1509
+ #: core/helpers/helper-form-templates.php:1074 core/helpers/helper-misc.php:312
 
1510
  msgid "India"
1511
  msgstr ""
1512
 
1513
+ #: core/helpers/helper-form-templates.php:1075 core/helpers/helper-misc.php:315
 
1514
  msgid "Iraq"
1515
  msgstr ""
1516
 
1517
+ #: core/helpers/helper-form-templates.php:1076
1518
  msgid "Iran, Islamic Republic of"
1519
  msgstr ""
1520
 
1521
+ #: core/helpers/helper-form-templates.php:1077 core/helpers/helper-misc.php:311
 
1522
  msgid "Iceland"
1523
  msgstr ""
1524
 
1525
+ #: core/helpers/helper-form-templates.php:1078 core/helpers/helper-misc.php:318
 
1526
  msgid "Italy"
1527
  msgstr ""
1528
 
1529
+ #: core/helpers/helper-form-templates.php:1079 core/helpers/helper-misc.php:319
 
1530
  msgid "Jamaica"
1531
  msgstr ""
1532
 
1533
+ #: core/helpers/helper-form-templates.php:1080 core/helpers/helper-misc.php:321
 
1534
  msgid "Jordan"
1535
  msgstr ""
1536
 
1537
+ #: core/helpers/helper-form-templates.php:1081 core/helpers/helper-misc.php:320
 
1538
  msgid "Japan"
1539
  msgstr ""
1540
 
1541
+ #: core/helpers/helper-form-templates.php:1082 core/helpers/helper-misc.php:323
 
1542
  msgid "Kenya"
1543
  msgstr ""
1544
 
1545
+ #: core/helpers/helper-form-templates.php:1083 core/helpers/helper-misc.php:328
 
1546
  msgid "Kyrgyzstan"
1547
  msgstr ""
1548
 
1549
+ #: core/helpers/helper-form-templates.php:1084 core/helpers/helper-misc.php:247
 
1550
  msgid "Cambodia"
1551
  msgstr ""
1552
 
1553
+ #: core/helpers/helper-form-templates.php:1085 core/helpers/helper-misc.php:324
 
1554
  msgid "Kiribati"
1555
  msgstr ""
1556
 
1557
+ #: core/helpers/helper-form-templates.php:1086 core/helpers/helper-misc.php:259
 
1558
  msgid "Comoros"
1559
  msgstr ""
1560
 
1561
+ #: core/helpers/helper-form-templates.php:1087 core/helpers/helper-misc.php:391
 
1562
  msgid "Saint Kitts and Nevis"
1563
  msgstr ""
1564
 
1565
+ #: core/helpers/helper-form-templates.php:1088
1566
  msgid "Korea Democratic Peoples Republic of"
1567
  msgstr ""
1568
 
1569
+ #: core/helpers/helper-form-templates.php:1089
1570
  msgid "Korea Republic of"
1571
  msgstr ""
1572
 
1573
+ #: core/helpers/helper-form-templates.php:1090 core/helpers/helper-misc.php:327
 
1574
  msgid "Kuwait"
1575
  msgstr ""
1576
 
1577
+ #: core/helpers/helper-form-templates.php:1091 core/helpers/helper-misc.php:251
 
1578
  msgid "Cayman Islands"
1579
  msgstr ""
1580
 
1581
+ #: core/helpers/helper-form-templates.php:1092
1582
  msgid "Lao Peoples Democratic Republic"
1583
  msgstr ""
1584
 
1585
+ #: core/helpers/helper-form-templates.php:1093 core/helpers/helper-misc.php:331
 
1586
  msgid "Lebanon"
1587
  msgstr ""
1588
 
1589
+ #: core/helpers/helper-form-templates.php:1094 core/helpers/helper-misc.php:392
 
1590
  msgid "Saint Lucia"
1591
  msgstr ""
1592
 
1593
+ #: core/helpers/helper-form-templates.php:1095 core/helpers/helper-misc.php:335
 
1594
  msgid "Liechtenstein"
1595
  msgstr ""
1596
 
1597
+ #: core/helpers/helper-form-templates.php:1096 core/helpers/helper-misc.php:409
 
1598
  msgid "Sri Lanka"
1599
  msgstr ""
1600
 
1601
+ #: core/helpers/helper-form-templates.php:1097 core/helpers/helper-misc.php:333
 
1602
  msgid "Liberia"
1603
  msgstr ""
1604
 
1605
+ #: core/helpers/helper-form-templates.php:1098 core/helpers/helper-misc.php:332
 
1606
  msgid "Lesotho"
1607
  msgstr ""
1608
 
1609
+ #: core/helpers/helper-form-templates.php:1099 core/helpers/helper-misc.php:336
 
1610
  msgid "Lithuania"
1611
  msgstr ""
1612
 
1613
+ #: core/helpers/helper-form-templates.php:1100 core/helpers/helper-misc.php:337
 
1614
  msgid "Luxembourg"
1615
  msgstr ""
1616
 
1617
+ #: core/helpers/helper-form-templates.php:1101 core/helpers/helper-misc.php:330
 
1618
  msgid "Latvia"
1619
  msgstr ""
1620
 
1621
+ #: core/helpers/helper-form-templates.php:1102 core/helpers/helper-misc.php:334
 
1622
  msgid "Libyan Arab Jamahiriya"
1623
  msgstr ""
1624
 
1625
+ #: core/helpers/helper-form-templates.php:1103 core/helpers/helper-misc.php:357
 
1626
  msgid "Morocco"
1627
  msgstr ""
1628
 
1629
+ #: core/helpers/helper-form-templates.php:1104 core/helpers/helper-misc.php:354
 
1630
  msgid "Monaco"
1631
  msgstr ""
1632
 
1633
+ #: core/helpers/helper-form-templates.php:1105 core/helpers/helper-misc.php:353
 
1634
  msgid "Moldova, Republic of"
1635
  msgstr ""
1636
 
1637
+ #: core/helpers/helper-form-templates.php:1106
1638
  msgid "Montenegro"
1639
  msgstr ""
1640
 
1641
+ #: core/helpers/helper-form-templates.php:1107 core/helpers/helper-misc.php:340
 
1642
  msgid "Madagascar"
1643
  msgstr ""
1644
 
1645
+ #: core/helpers/helper-form-templates.php:1108 core/helpers/helper-misc.php:346
 
1646
  msgid "Marshall Islands"
1647
  msgstr ""
1648
 
1649
+ #: core/helpers/helper-form-templates.php:1109 core/helpers/helper-misc.php:339
 
1650
  msgid "Macedonia, The Former Yugoslav Republic of"
1651
  msgstr ""
1652
 
1653
+ #: core/helpers/helper-form-templates.php:1110 core/helpers/helper-misc.php:344
 
1654
  msgid "Mali"
1655
  msgstr ""
1656
 
1657
+ #: core/helpers/helper-form-templates.php:1111 core/helpers/helper-misc.php:359
 
1658
  msgid "Myanmar"
1659
  msgstr ""
1660
 
1661
+ #: core/helpers/helper-form-templates.php:1112 core/helpers/helper-misc.php:355
 
1662
  msgid "Mongolia"
1663
  msgstr ""
1664
 
1665
+ #: core/helpers/helper-form-templates.php:1113 core/helpers/helper-misc.php:338
 
1666
  msgid "Macau"
1667
  msgstr ""
1668
 
1669
+ #: core/helpers/helper-form-templates.php:1114 core/helpers/helper-misc.php:372
 
1670
  msgid "Northern Mariana Islands"
1671
  msgstr ""
1672
 
1673
+ #: core/helpers/helper-form-templates.php:1115 core/helpers/helper-misc.php:348
 
1674
  msgid "Mauritania"
1675
  msgstr ""
1676
 
1677
+ #: core/helpers/helper-form-templates.php:1116 core/helpers/helper-misc.php:356
 
1678
  msgid "Montserrat"
1679
  msgstr ""
1680
 
1681
+ #: core/helpers/helper-form-templates.php:1117 core/helpers/helper-misc.php:345
 
1682
  msgid "Malta"
1683
  msgstr ""
1684
 
1685
+ #: core/helpers/helper-form-templates.php:1118 core/helpers/helper-misc.php:349
 
1686
  msgid "Mauritius"
1687
  msgstr ""
1688
 
1689
+ #: core/helpers/helper-form-templates.php:1119 core/helpers/helper-misc.php:343
 
1690
  msgid "Maldives"
1691
  msgstr ""
1692
 
1693
+ #: core/helpers/helper-form-templates.php:1120 core/helpers/helper-misc.php:341
 
1694
  msgid "Malawi"
1695
  msgstr ""
1696
 
1697
+ #: core/helpers/helper-form-templates.php:1121 core/helpers/helper-misc.php:351
 
1698
  msgid "Mexico"
1699
  msgstr ""
1700
 
1701
+ #: core/helpers/helper-form-templates.php:1122 core/helpers/helper-misc.php:342
 
1702
  msgid "Malaysia"
1703
  msgstr ""
1704
 
1705
+ #: core/helpers/helper-form-templates.php:1123 core/helpers/helper-misc.php:358
 
1706
  msgid "Mozambique"
1707
  msgstr ""
1708
 
1709
+ #: core/helpers/helper-form-templates.php:1124 core/helpers/helper-misc.php:360
 
1710
  msgid "Namibia"
1711
  msgstr ""
1712
 
1713
+ #: core/helpers/helper-form-templates.php:1125 core/helpers/helper-misc.php:365
 
1714
  msgid "New Caledonia"
1715
  msgstr ""
1716
 
1717
+ #: core/helpers/helper-form-templates.php:1126 core/helpers/helper-misc.php:368
 
1718
  msgid "Niger"
1719
  msgstr ""
1720
 
1721
+ #: core/helpers/helper-form-templates.php:1127 core/helpers/helper-misc.php:369
 
1722
  msgid "Nigeria"
1723
  msgstr ""
1724
 
1725
+ #: core/helpers/helper-form-templates.php:1128 core/helpers/helper-misc.php:367
 
1726
  msgid "Nicaragua"
1727
  msgstr ""
1728
 
1729
+ #: core/helpers/helper-form-templates.php:1129 core/helpers/helper-misc.php:363
 
1730
  msgid "Netherlands"
1731
  msgstr ""
1732
 
1733
+ #: core/helpers/helper-form-templates.php:1130 core/helpers/helper-misc.php:373
 
1734
  msgid "Norway"
1735
  msgstr ""
1736
 
1737
+ #: core/helpers/helper-form-templates.php:1131 core/helpers/helper-misc.php:362
 
1738
  msgid "Nepal"
1739
  msgstr ""
1740
 
1741
+ #: core/helpers/helper-form-templates.php:1132 core/helpers/helper-misc.php:361
 
1742
  msgid "Nauru"
1743
  msgstr ""
1744
 
1745
+ #: core/helpers/helper-form-templates.php:1133 core/helpers/helper-misc.php:370
 
1746
  msgid "Niue"
1747
  msgstr ""
1748
 
1749
+ #: core/helpers/helper-form-templates.php:1134 core/helpers/helper-misc.php:366
 
1750
  msgid "New Zealand"
1751
  msgstr ""
1752
 
1753
+ #: core/helpers/helper-form-templates.php:1135 core/helpers/helper-misc.php:374
 
1754
  msgid "Oman"
1755
  msgstr ""
1756
 
1757
+ #: core/helpers/helper-form-templates.php:1136 core/helpers/helper-misc.php:377
 
1758
  msgid "Panama"
1759
  msgstr ""
1760
 
1761
+ #: core/helpers/helper-form-templates.php:1137 core/helpers/helper-misc.php:380
 
1762
  msgid "Peru"
1763
  msgstr ""
1764
 
1765
+ #: core/helpers/helper-form-templates.php:1138 core/helpers/helper-misc.php:288
 
1766
  msgid "French Polynesia"
1767
  msgstr ""
1768
 
1769
+ #: core/helpers/helper-form-templates.php:1139 core/helpers/helper-misc.php:378
 
1770
  msgid "Papua New Guinea"
1771
  msgstr ""
1772
 
1773
+ #: core/helpers/helper-form-templates.php:1140 core/helpers/helper-misc.php:381
 
1774
  msgid "Philippines"
1775
  msgstr ""
1776
 
1777
+ #: core/helpers/helper-form-templates.php:1141 core/helpers/helper-misc.php:375
 
1778
  msgid "Pakistan"
1779
  msgstr ""
1780
 
1781
+ #: core/helpers/helper-form-templates.php:1142 core/helpers/helper-misc.php:383
 
1782
  msgid "Poland"
1783
  msgstr ""
1784
 
1785
+ #: core/helpers/helper-form-templates.php:1143
1786
  msgid "Saint Pierre and Miquelon"
1787
  msgstr ""
1788
 
1789
+ #: core/helpers/helper-form-templates.php:1144 core/helpers/helper-misc.php:382
 
1790
  msgid "Pitcairn"
1791
  msgstr ""
1792
 
1793
+ #: core/helpers/helper-form-templates.php:1145 core/helpers/helper-misc.php:384
 
1794
  msgid "Portugal"
1795
  msgstr ""
1796
 
1797
+ #: core/helpers/helper-form-templates.php:1146 core/helpers/helper-misc.php:376
 
1798
  msgid "Palau"
1799
  msgstr ""
1800
 
1801
+ #: core/helpers/helper-form-templates.php:1147 core/helpers/helper-misc.php:379
 
1802
  msgid "Paraguay"
1803
  msgstr ""
1804
 
1805
+ #: core/helpers/helper-form-templates.php:1148 core/helpers/helper-misc.php:386
 
1806
  msgid "Qatar"
1807
  msgstr ""
1808
 
1809
+ #: core/helpers/helper-form-templates.php:1149 core/helpers/helper-misc.php:388
 
1810
  msgid "Romania"
1811
  msgstr ""
1812
 
1813
+ #: core/helpers/helper-form-templates.php:1150
1814
  msgid "Serbia"
1815
  msgstr ""
1816
 
1817
+ #: core/helpers/helper-form-templates.php:1151 core/helpers/helper-misc.php:389
 
1818
  msgid "Russian Federation"
1819
  msgstr ""
1820
 
1821
+ #: core/helpers/helper-form-templates.php:1152 core/helpers/helper-misc.php:390
 
1822
  msgid "Rwanda"
1823
  msgstr ""
1824
 
1825
+ #: core/helpers/helper-form-templates.php:1153 core/helpers/helper-misc.php:397
 
1826
  msgid "Saudi Arabia"
1827
  msgstr ""
1828
 
1829
+ #: core/helpers/helper-form-templates.php:1154 core/helpers/helper-misc.php:404
 
1830
  msgid "Solomon Islands"
1831
  msgstr ""
1832
 
1833
+ #: core/helpers/helper-form-templates.php:1155 core/helpers/helper-misc.php:399
 
1834
  msgid "Seychelles"
1835
  msgstr ""
1836
 
1837
+ #: core/helpers/helper-form-templates.php:1156 core/helpers/helper-misc.php:412
 
1838
  msgid "Sudan"
1839
  msgstr ""
1840
 
1841
+ #: core/helpers/helper-form-templates.php:1157 core/helpers/helper-misc.php:416
 
1842
  msgid "Sweden"
1843
  msgstr ""
1844
 
1845
+ #: core/helpers/helper-form-templates.php:1158 core/helpers/helper-misc.php:401
 
1846
  msgid "Singapore"
1847
  msgstr ""
1848
 
1849
+ #: core/helpers/helper-form-templates.php:1159
1850
  msgid "Saint Helena"
1851
  msgstr ""
1852
 
1853
+ #: core/helpers/helper-form-templates.php:1160 core/helpers/helper-misc.php:403
 
1854
  msgid "Slovenia"
1855
  msgstr ""
1856
 
1857
+ #: core/helpers/helper-form-templates.php:1161
1858
  msgid "Slovakia"
1859
  msgstr ""
1860
 
1861
+ #: core/helpers/helper-form-templates.php:1162 core/helpers/helper-misc.php:400
 
1862
  msgid "Sierra Leone"
1863
  msgstr ""
1864
 
1865
+ #: core/helpers/helper-form-templates.php:1163 core/helpers/helper-misc.php:395
 
1866
  msgid "San Marino"
1867
  msgstr ""
1868
 
1869
+ #: core/helpers/helper-form-templates.php:1164 core/helpers/helper-misc.php:398
 
1870
  msgid "Senegal"
1871
  msgstr ""
1872
 
1873
+ #: core/helpers/helper-form-templates.php:1165 core/helpers/helper-misc.php:405
 
1874
  msgid "Somalia"
1875
  msgstr ""
1876
 
1877
+ #: core/helpers/helper-form-templates.php:1166 core/helpers/helper-misc.php:413
 
1878
  msgid "Suriname"
1879
  msgstr ""
1880
 
1881
+ #: core/helpers/helper-form-templates.php:1167 core/helpers/helper-misc.php:396
 
1882
  msgid "Sao Tome and Principe"
1883
  msgstr ""
1884
 
1885
+ #: core/helpers/helper-form-templates.php:1168 core/helpers/helper-misc.php:276
 
1886
  msgid "El Salvador"
1887
  msgstr ""
1888
 
1889
+ #: core/helpers/helper-form-templates.php:1169 core/helpers/helper-misc.php:418
 
1890
  msgid "Syrian Arab Republic"
1891
  msgstr ""
1892
 
1893
+ #: core/helpers/helper-form-templates.php:1170 core/helpers/helper-misc.php:415
 
1894
  msgid "Swaziland"
1895
  msgstr ""
1896
 
1897
+ #: core/helpers/helper-form-templates.php:1171 core/helpers/helper-misc.php:430
 
1898
  msgid "Turks and Caicos Islands"
1899
  msgstr ""
1900
 
1901
+ #: core/helpers/helper-form-templates.php:1172 core/helpers/helper-misc.php:253
 
1902
  msgid "Chad"
1903
  msgstr ""
1904
 
1905
+ #: core/helpers/helper-form-templates.php:1173 core/helpers/helper-misc.php:423
 
1906
  msgid "Togo"
1907
  msgstr ""
1908
 
1909
+ #: core/helpers/helper-form-templates.php:1174 core/helpers/helper-misc.php:422
 
1910
  msgid "Thailand"
1911
  msgstr ""
1912
 
1913
+ #: core/helpers/helper-form-templates.php:1175 core/helpers/helper-misc.php:420
 
1914
  msgid "Tajikistan"
1915
  msgstr ""
1916
 
1917
+ #: core/helpers/helper-form-templates.php:1176 core/helpers/helper-misc.php:424
 
1918
  msgid "Tokelau"
1919
  msgstr ""
1920
 
1921
+ #: core/helpers/helper-form-templates.php:1177
1922
  msgid "Timor-leste"
1923
  msgstr ""
1924
 
1925
+ #: core/helpers/helper-form-templates.php:1178 core/helpers/helper-misc.php:429
 
1926
  msgid "Turkmenistan"
1927
  msgstr ""
1928
 
1929
+ #: core/helpers/helper-form-templates.php:1179 core/helpers/helper-misc.php:427
 
1930
  msgid "Tunisia"
1931
  msgstr ""
1932
 
1933
+ #: core/helpers/helper-form-templates.php:1180 core/helpers/helper-misc.php:425
 
1934
  msgid "Tonga"
1935
  msgstr ""
1936
 
1937
+ #: core/helpers/helper-form-templates.php:1181 core/helpers/helper-misc.php:428
 
1938
  msgid "Turkey"
1939
  msgstr ""
1940
 
1941
+ #: core/helpers/helper-form-templates.php:1182 core/helpers/helper-misc.php:426
 
1942
  msgid "Trinidad and Tobago"
1943
  msgstr ""
1944
 
1945
+ #: core/helpers/helper-form-templates.php:1183 core/helpers/helper-misc.php:431
 
1946
  msgid "Tuvalu"
1947
  msgstr ""
1948
 
1949
+ #: core/helpers/helper-form-templates.php:1184 core/helpers/helper-misc.php:419
 
1950
  msgid "Taiwan, Province of China"
1951
  msgstr ""
1952
 
1953
+ #: core/helpers/helper-form-templates.php:1185 core/helpers/helper-misc.php:421
 
1954
  msgid "Tanzania, United Republic of"
1955
  msgstr ""
1956
 
1957
+ #: core/helpers/helper-form-templates.php:1186 core/helpers/helper-misc.php:433
 
1958
  msgid "Ukraine"
1959
  msgstr ""
1960
 
1961
+ #: core/helpers/helper-form-templates.php:1187 core/helpers/helper-misc.php:432
 
1962
  msgid "Uganda"
1963
  msgstr ""
1964
 
1965
+ #: core/helpers/helper-form-templates.php:1188 core/helpers/helper-misc.php:436
 
1966
  msgid "United States"
1967
  msgstr ""
1968
 
1969
+ #: core/helpers/helper-form-templates.php:1189 core/helpers/helper-misc.php:438
 
1970
  msgid "Uruguay"
1971
  msgstr ""
1972
 
1973
+ #: core/helpers/helper-form-templates.php:1190 core/helpers/helper-misc.php:439
 
1974
  msgid "Uzbekistan"
1975
  msgstr ""
1976
 
1977
+ #: core/helpers/helper-form-templates.php:1191 core/helpers/helper-misc.php:393
 
1978
  msgid "Saint Vincent and the Grenadines"
1979
  msgstr ""
1980
 
1981
+ #: core/helpers/helper-form-templates.php:1192 core/helpers/helper-misc.php:441
 
1982
  msgid "Venezuela"
1983
  msgstr ""
1984
 
1985
+ #: core/helpers/helper-form-templates.php:1193
1986
  msgid "Virgin Islands, British"
1987
  msgstr ""
1988
 
1989
+ #: core/helpers/helper-form-templates.php:1194
1990
  msgid "Virgin Islands, U.S."
1991
  msgstr ""
1992
 
1993
+ #: core/helpers/helper-form-templates.php:1195 core/helpers/helper-misc.php:442
 
1994
  msgid "Vietnam"
1995
  msgstr ""
1996
 
1997
+ #: core/helpers/helper-form-templates.php:1196 core/helpers/helper-misc.php:440
 
1998
  msgid "Vanuatu"
1999
  msgstr ""
2000
 
2001
+ #: core/helpers/helper-form-templates.php:1197
2002
  msgid "Wallis and Futuna"
2003
  msgstr ""
2004
 
2005
+ #: core/helpers/helper-form-templates.php:1198 core/helpers/helper-misc.php:394
 
2006
  msgid "Samoa"
2007
  msgstr ""
2008
 
2009
+ #: core/helpers/helper-form-templates.php:1199 core/helpers/helper-misc.php:447
 
2010
  msgid "Yemen"
2011
  msgstr ""
2012
 
2013
+ #: core/helpers/helper-form-templates.php:1200 core/helpers/helper-misc.php:350
 
2014
  msgid "Mayotte"
2015
  msgstr ""
2016
 
2017
+ #: core/helpers/helper-form-templates.php:1201 core/helpers/helper-misc.php:406
 
2018
  msgid "South Africa"
2019
  msgstr ""
2020
 
2021
+ #: core/helpers/helper-form-templates.php:1202 core/helpers/helper-misc.php:449
 
2022
  msgid "Zambia"
2023
  msgstr ""
2024
 
2025
+ #: core/helpers/helper-form-templates.php:1203 core/helpers/helper-misc.php:450
 
2026
  msgid "Zimbabwe"
2027
  msgstr ""
2028
 
2029
+ #: core/helpers/helper-misc.php:196
2030
+ msgid "Thank you for creating with"
 
 
 
 
 
 
 
 
2031
  msgstr ""
2032
 
2033
+ #: core/helpers/helper-misc.php:238
2034
  msgid "Bosnia and Herzegowina"
2035
  msgstr ""
2036
 
2037
+ #: core/helpers/helper-misc.php:240
2038
  msgid "Bouvet Island"
2039
  msgstr ""
2040
 
2041
+ #: core/helpers/helper-misc.php:242
2042
  msgid "British Indian Ocean Territory"
2043
  msgstr ""
2044
 
2045
+ #: core/helpers/helper-misc.php:256
2046
  msgid "Christmas Island"
2047
  msgstr ""
2048
 
2049
+ #: core/helpers/helper-misc.php:257
2050
  msgid "Cocos (Keeling) Islands"
2051
  msgstr ""
2052
 
2053
+ #: core/helpers/helper-misc.php:261
2054
  msgid "Congo, the Democratic Republic of the"
2055
  msgstr ""
2056
 
2057
+ #: core/helpers/helper-misc.php:264
2058
  msgid "Ivory Coast"
2059
  msgstr ""
2060
 
2061
+ #: core/helpers/helper-misc.php:265
2062
  msgid "Croatia (Hrvatska)"
2063
  msgstr ""
2064
 
2065
+ #: core/helpers/helper-misc.php:273
2066
  msgid "East Timor"
2067
  msgstr ""
2068
 
2069
+ #: core/helpers/helper-misc.php:277
2070
  msgid "Equatorial Guinea"
2071
  msgstr ""
2072
 
2073
+ #: core/helpers/helper-misc.php:286
2074
  msgid "France Metropolitan"
2075
  msgstr ""
2076
 
2077
+ #: core/helpers/helper-misc.php:287
2078
  msgid "French Guiana"
2079
  msgstr ""
2080
 
2081
+ #: core/helpers/helper-misc.php:289
2082
  msgid "French Southern Territories"
2083
  msgstr ""
2084
 
2085
+ #: core/helpers/helper-misc.php:299
2086
  msgid "Guadeloupe"
2087
  msgstr ""
2088
 
2089
+ #: core/helpers/helper-misc.php:303
2090
  msgid "Guinea-Bissau"
2091
  msgstr ""
2092
 
2093
+ #: core/helpers/helper-misc.php:306
2094
  msgid "Heard and Mc Donald Islands"
2095
  msgstr ""
2096
 
2097
+ #: core/helpers/helper-misc.php:307
2098
  msgid "Holy See (Vatican City State)"
2099
  msgstr ""
2100
 
2101
+ #: core/helpers/helper-misc.php:314
2102
  msgid "Iran (Islamic Republic of)"
2103
  msgstr ""
2104
 
2105
+ #: core/helpers/helper-misc.php:322
2106
  msgid "Kazakhstan"
2107
  msgstr ""
2108
 
2109
+ #: core/helpers/helper-misc.php:325
2110
  msgid "Korea, Democratic People's Republic of"
2111
  msgstr ""
2112
 
2113
+ #: core/helpers/helper-misc.php:326
2114
  msgid "Korea, Republic of"
2115
  msgstr ""
2116
 
2117
+ #: core/helpers/helper-misc.php:329
2118
  msgid "Lao, People's Democratic Republic"
2119
  msgstr ""
2120
 
2121
+ #: core/helpers/helper-misc.php:347
2122
  msgid "Martinique"
2123
  msgstr ""
2124
 
2125
+ #: core/helpers/helper-misc.php:364
2126
  msgid "Netherlands Antilles"
2127
  msgstr ""
2128
 
2129
+ #: core/helpers/helper-misc.php:371
2130
  msgid "Norfolk Island"
2131
  msgstr ""
2132
 
2133
+ #: core/helpers/helper-misc.php:385
2134
  msgid "Puerto Rico"
2135
  msgstr ""
2136
 
2137
+ #: core/helpers/helper-misc.php:387
2138
  msgid "Reunion"
2139
  msgstr ""
2140
 
2141
+ #: core/helpers/helper-misc.php:402
2142
  msgid "Slovakia (Slovak Republic)"
2143
  msgstr ""
2144
 
2145
+ #: core/helpers/helper-misc.php:407
2146
  msgid "South Georgia and the South Sandwich Islands"
2147
  msgstr ""
2148
 
2149
+ #: core/helpers/helper-misc.php:410
2150
  msgid "St. Helena"
2151
  msgstr ""
2152
 
2153
+ #: core/helpers/helper-misc.php:411
2154
  msgid "St. Pierre and Miquelon"
2155
  msgstr ""
2156
 
2157
+ #: core/helpers/helper-misc.php:414
2158
  msgid "Svalbard and Jan Mayen Islands"
2159
  msgstr ""
2160
 
2161
+ #: core/helpers/helper-misc.php:437
2162
  msgid "United States Minor Outlying Islands"
2163
  msgstr ""
2164
 
2165
+ #: core/helpers/helper-misc.php:443
2166
  msgid "Virgin Islands (British)"
2167
  msgstr ""
2168
 
2169
+ #: core/helpers/helper-misc.php:444
2170
  msgid "Virgin Islands (U.S.)"
2171
  msgstr ""
2172
 
2173
+ #: core/helpers/helper-misc.php:445
2174
  msgid "Wallis and Futuna Islands"
2175
  msgstr ""
2176
 
2177
+ #: core/helpers/helper-misc.php:446
2178
  msgid "Western Sahara"
2179
  msgstr ""
2180
 
2181
+ #: core/helpers/helper-misc.php:448
2182
  msgid "Yugoslavia"
2183
  msgstr ""
2184
 
2185
+ #: core/helpers/helper-misc.php:665
2186
  msgid "Response #%s"
2187
  msgstr ""
2188
 
2189
+ #: core/helpers/helper-misc.php:716
2190
  msgid "Afrikaans"
2191
  msgstr ""
2192
 
2193
+ #: core/helpers/helper-misc.php:717
2194
  msgid "Akan"
2195
  msgstr ""
2196
 
2197
+ #: core/helpers/helper-misc.php:718
2198
  msgid "Albanian"
2199
  msgstr ""
2200
 
2201
+ #: core/helpers/helper-misc.php:719
2202
  msgid "Algerian Arabic"
2203
  msgstr ""
2204
 
2205
+ #: core/helpers/helper-misc.php:720
2206
  msgid "Amharic"
2207
  msgstr ""
2208
 
2209
+ #: core/helpers/helper-misc.php:721
2210
  msgid "Arabic"
2211
  msgstr ""
2212
 
2213
+ #: core/helpers/helper-misc.php:722
2214
  msgid "Armenian"
2215
  msgstr ""
2216
 
2217
+ #: core/helpers/helper-misc.php:723
2218
  msgid "Aromanian"
2219
  msgstr ""
2220
 
2221
+ #: core/helpers/helper-misc.php:724
2222
  msgid "Arpitan"
2223
  msgstr ""
2224
 
2225
+ #: core/helpers/helper-misc.php:725
2226
  msgid "Assamese"
2227
  msgstr ""
2228
 
2229
+ #: core/helpers/helper-misc.php:726
2230
  msgid "Azerbaijani"
2231
  msgstr ""
2232
 
2233
+ #: core/helpers/helper-misc.php:727
2234
  msgid "Balochi Southern"
2235
  msgstr ""
2236
 
2237
+ #: core/helpers/helper-misc.php:728
2238
  msgid "Bashkir"
2239
  msgstr ""
2240
 
2241
+ #: core/helpers/helper-misc.php:729
2242
  msgid "Basque"
2243
  msgstr ""
2244
 
2245
+ #: core/helpers/helper-misc.php:730
2246
  msgid "Belarusian"
2247
  msgstr ""
2248
 
2249
+ #: core/helpers/helper-misc.php:731
2250
  msgid "Bengali"
2251
  msgstr ""
2252
 
2253
+ #: core/helpers/helper-misc.php:732
2254
  msgid "Bosnian"
2255
  msgstr ""
2256
 
2257
+ #: core/helpers/helper-misc.php:733
2258
  msgid "Breton"
2259
  msgstr ""
2260
 
2261
+ #: core/helpers/helper-misc.php:734
2262
  msgid "Bulgarian"
2263
  msgstr ""
2264
 
2265
+ #: core/helpers/helper-misc.php:735
2266
  msgid "Catalan"
2267
  msgstr ""
2268
 
2269
+ #: core/helpers/helper-misc.php:736
2270
  msgid "Cebuano"
2271
  msgstr ""
2272
 
2273
+ #: core/helpers/helper-misc.php:737
2274
  msgid "Chinese"
2275
  msgstr ""
2276
 
2277
+ #: core/helpers/helper-misc.php:738
2278
  msgid "Corsican"
2279
  msgstr ""
2280
 
2281
+ #: core/helpers/helper-misc.php:739
2282
  msgid "Croatian"
2283
  msgstr ""
2284
 
2285
+ #: core/helpers/helper-misc.php:740
2286
  msgid "Czech"
2287
  msgstr ""
2288
 
2289
+ #: core/helpers/helper-misc.php:741
2290
  msgid "Danish"
2291
  msgstr ""
2292
 
2293
+ #: core/helpers/helper-misc.php:742
2294
  msgid "Dhivehi"
2295
  msgstr ""
2296
 
2297
+ #: core/helpers/helper-misc.php:743
2298
  msgid "Dutch"
2299
  msgstr ""
2300
 
2301
+ #: core/helpers/helper-misc.php:744
2302
  msgid "Dzongkha"
2303
  msgstr ""
2304
 
2305
+ #: core/helpers/helper-misc.php:745
2306
  msgid "English"
2307
  msgstr ""
2308
 
2309
+ #: core/helpers/helper-misc.php:746
2310
  msgid "Esperanto"
2311
  msgstr ""
2312
 
2313
+ #: core/helpers/helper-misc.php:747
2314
  msgid "Estonian"
2315
  msgstr ""
2316
 
2317
+ #: core/helpers/helper-misc.php:748
2318
  msgid "Faroese"
2319
  msgstr ""
2320
 
2321
+ #: core/helpers/helper-misc.php:749
2322
  msgid "Finnish"
2323
  msgstr ""
2324
 
2325
+ #: core/helpers/helper-misc.php:750
2326
  msgid "French"
2327
  msgstr ""
2328
 
2329
+ #: core/helpers/helper-misc.php:751
2330
  msgid "Frisian"
2331
  msgstr ""
2332
 
2333
+ #: core/helpers/helper-misc.php:752
2334
  msgid "Friulian"
2335
  msgstr ""
2336
 
2337
+ #: core/helpers/helper-misc.php:753
2338
  msgid "Fulah"
2339
  msgstr ""
2340
 
2341
+ #: core/helpers/helper-misc.php:754
2342
  msgid "Galician"
2343
  msgstr ""
2344
 
2345
+ #: core/helpers/helper-misc.php:755
2346
  msgid "Georgian"
2347
  msgstr ""
2348
 
2349
+ #: core/helpers/helper-misc.php:756
2350
  msgid "German"
2351
  msgstr ""
2352
 
2353
+ #: core/helpers/helper-misc.php:757
2354
  msgid "Greek"
2355
  msgstr ""
2356
 
2357
+ #: core/helpers/helper-misc.php:758
2358
  msgid "Greenlandic"
2359
  msgstr ""
2360
 
2361
+ #: core/helpers/helper-misc.php:759
2362
  msgid "Guaraní"
2363
  msgstr ""
2364
 
2365
+ #: core/helpers/helper-misc.php:760
2366
  msgid "Gujarati"
2367
  msgstr ""
2368
 
2369
+ #: core/helpers/helper-misc.php:761
2370
  msgid "Hawaiian"
2371
  msgstr ""
2372
 
2373
+ #: core/helpers/helper-misc.php:762
2374
  msgid "Hazaragi"
2375
  msgstr ""
2376
 
2377
+ #: core/helpers/helper-misc.php:763
2378
  msgid "Hebrew"
2379
  msgstr ""
2380
 
2381
+ #: core/helpers/helper-misc.php:764
2382
  msgid "Hindi"
2383
  msgstr ""
2384
 
2385
+ #: core/helpers/helper-misc.php:765
2386
  msgid "Hungarian"
2387
  msgstr ""
2388
 
2389
+ #: core/helpers/helper-misc.php:766
2390
  msgid "Icelandic"
2391
  msgstr ""
2392
 
2393
+ #: core/helpers/helper-misc.php:767
2394
  msgid "Ido"
2395
  msgstr ""
2396
 
2397
+ #: core/helpers/helper-misc.php:768
2398
  msgid "Indonesian"
2399
  msgstr ""
2400
 
2401
+ #: core/helpers/helper-misc.php:769
2402
  msgid "Irish"
2403
  msgstr ""
2404
 
2405
+ #: core/helpers/helper-misc.php:770
2406
  msgid "Italian"
2407
  msgstr ""
2408
 
2409
+ #: core/helpers/helper-misc.php:771
2410
  msgid "Japanese"
2411
  msgstr ""
2412
 
2413
+ #: core/helpers/helper-misc.php:772
2414
  msgid "Javanese"
2415
  msgstr ""
2416
 
2417
+ #: core/helpers/helper-misc.php:773
2418
  msgid "Kabyle"
2419
  msgstr ""
2420
 
2421
+ #: core/helpers/helper-misc.php:774
2422
  msgid "Kannada"
2423
  msgstr ""
2424
 
2425
+ #: core/helpers/helper-misc.php:775
2426
  msgid "Kazakh"
2427
  msgstr ""
2428
 
2429
+ #: core/helpers/helper-misc.php:776
2430
  msgid "Khmer"
2431
  msgstr ""
2432
 
2433
+ #: core/helpers/helper-misc.php:777
2434
  msgid "Kinyarwanda"
2435
  msgstr ""
2436
 
2437
+ #: core/helpers/helper-misc.php:778
2438
  msgid "Kirghiz"
2439
  msgstr ""
2440
 
2441
+ #: core/helpers/helper-misc.php:779
2442
  msgid "Korean"
2443
  msgstr ""
2444
 
2445
+ #: core/helpers/helper-misc.php:780
2446
  msgid "Kurdish"
2447
  msgstr ""
2448
 
2449
+ #: core/helpers/helper-misc.php:781
2450
  msgid "Lao"
2451
  msgstr ""
2452
 
2453
+ #: core/helpers/helper-misc.php:782
2454
  msgid "Latvian"
2455
  msgstr ""
2456
 
2457
+ #: core/helpers/helper-misc.php:783
2458
  msgid "Limburgish"
2459
  msgstr ""
2460
 
2461
+ #: core/helpers/helper-misc.php:784
2462
  msgid "Lingala"
2463
  msgstr ""
2464
 
2465
+ #: core/helpers/helper-misc.php:785
2466
  msgid "Lithuanian"
2467
  msgstr ""
2468
 
2469
+ #: core/helpers/helper-misc.php:786
2470
  msgid "Luxembourgish"
2471
  msgstr ""
2472
 
2473
+ #: core/helpers/helper-misc.php:787
2474
  msgid "Macedonian"
2475
  msgstr ""
2476
 
2477
+ #: core/helpers/helper-misc.php:788
2478
  msgid "Malagasy"
2479
  msgstr ""
2480
 
2481
+ #: core/helpers/helper-misc.php:789
2482
  msgid "Malay"
2483
  msgstr ""
2484
 
2485
+ #: core/helpers/helper-misc.php:790
2486
  msgid "Malayalam"
2487
  msgstr ""
2488
 
2489
+ #: core/helpers/helper-misc.php:791
2490
  msgid "Maori"
2491
  msgstr ""
2492
 
2493
+ #: core/helpers/helper-misc.php:792
2494
  msgid "Marathi"
2495
  msgstr ""
2496
 
2497
+ #: core/helpers/helper-misc.php:793
2498
  msgid "Mingrelian"
2499
  msgstr ""
2500
 
2501
+ #: core/helpers/helper-misc.php:794
2502
  msgid "Mongolian"
2503
  msgstr ""
2504
 
2505
+ #: core/helpers/helper-misc.php:795
2506
  msgid "Montenegrin"
2507
  msgstr ""
2508
 
2509
+ #: core/helpers/helper-misc.php:796
2510
  msgid "Moroccan Arabic"
2511
  msgstr ""
2512
 
2513
+ #: core/helpers/helper-misc.php:797
2514
  msgid "Myanmar (Burmese)"
2515
  msgstr ""
2516
 
2517
+ #: core/helpers/helper-misc.php:798
2518
  msgid "Nepali"
2519
  msgstr ""
2520
 
2521
+ #: core/helpers/helper-misc.php:799
2522
  msgid "Norwegian (Bokmål)"
2523
  msgstr ""
2524
 
2525
+ #: core/helpers/helper-misc.php:800
2526
  msgid "Norwegian (Nynorsk)"
2527
  msgstr ""
2528
 
2529
+ #: core/helpers/helper-misc.php:801
2530
  msgid "Occitan"
2531
  msgstr ""
2532
 
2533
+ #: core/helpers/helper-misc.php:802
2534
  msgid "Oriya"
2535
  msgstr ""
2536
 
2537
+ #: core/helpers/helper-misc.php:803
2538
  msgid "Ossetic"
2539
  msgstr ""
2540
 
2541
+ #: core/helpers/helper-misc.php:804
2542
  msgid "Pashto"
2543
  msgstr ""
2544
 
2545
+ #: core/helpers/helper-misc.php:805
2546
  msgid "Persian"
2547
  msgstr ""
2548
 
2549
+ #: core/helpers/helper-misc.php:806
2550
  msgid "Polish"
2551
  msgstr ""
2552
 
2553
+ #: core/helpers/helper-misc.php:807
2554
  msgid "Portuguese"
2555
  msgstr ""
2556
 
2557
+ #: core/helpers/helper-misc.php:808
2558
  msgid "Punjabi"
2559
  msgstr ""
2560
 
2561
+ #: core/helpers/helper-misc.php:809
2562
  msgid "Rohingya"
2563
  msgstr ""
2564
 
2565
+ #: core/helpers/helper-misc.php:810
2566
  msgid "Romanian"
2567
  msgstr ""
2568
 
2569
+ #: core/helpers/helper-misc.php:811
2570
  msgid "Romansh Vallader"
2571
  msgstr ""
2572
 
2573
+ #: core/helpers/helper-misc.php:812
2574
  msgid "Russian"
2575
  msgstr ""
2576
 
2577
+ #: core/helpers/helper-misc.php:813
2578
  msgid "Rusyn"
2579
  msgstr ""
2580
 
2581
+ #: core/helpers/helper-misc.php:814
2582
  msgid "Sakha"
2583
  msgstr ""
2584
 
2585
+ #: core/helpers/helper-misc.php:815
2586
  msgid "Sanskrit"
2587
  msgstr ""
2588
 
2589
+ #: core/helpers/helper-misc.php:816
2590
  msgid "Sardinian"
2591
  msgstr ""
2592
 
2593
+ #: core/helpers/helper-misc.php:817
2594
  msgid "Scottish Gaelic"
2595
  msgstr ""
2596
 
2597
+ #: core/helpers/helper-misc.php:818
2598
  msgid "Serbian"
2599
  msgstr ""
2600
 
2601
+ #: core/helpers/helper-misc.php:819
2602
  msgid "Silesian"
2603
  msgstr ""
2604
 
2605
+ #: core/helpers/helper-misc.php:820
2606
  msgid "Sindhi"
2607
  msgstr ""
2608
 
2609
+ #: core/helpers/helper-misc.php:821
2610
  msgid "Sinhala"
2611
  msgstr ""
2612
 
2613
+ #: core/helpers/helper-misc.php:822
2614
  msgid "Slovak"
2615
  msgstr ""
2616
 
2617
+ #: core/helpers/helper-misc.php:823
2618
  msgid "Slovenian"
2619
  msgstr ""
2620
 
2621
+ #: core/helpers/helper-misc.php:824
2622
  msgid "Somali"
2623
  msgstr ""
2624
 
2625
+ #: core/helpers/helper-misc.php:825
2626
  msgid "South Azerbaijani"
2627
  msgstr ""
2628
 
2629
+ #: core/helpers/helper-misc.php:826
2630
  msgid "Spanish"
2631
  msgstr ""
2632
 
2633
+ #: core/helpers/helper-misc.php:827
2634
  msgid "Sundanese"
2635
  msgstr ""
2636
 
2637
+ #: core/helpers/helper-misc.php:828
2638
  msgid "Swahili"
2639
  msgstr ""
2640
 
2641
+ #: core/helpers/helper-misc.php:829
2642
  msgid "Swedish"
2643
  msgstr ""
2644
 
2645
+ #: core/helpers/helper-misc.php:830
2646
  msgid "Swiss German"
2647
  msgstr ""
2648
 
2649
+ #: core/helpers/helper-misc.php:831
2650
  msgid "Tagalog"
2651
  msgstr ""
2652
 
2653
+ #: core/helpers/helper-misc.php:832
2654
  msgid "Tahitian"
2655
  msgstr ""
2656
 
2657
+ #: core/helpers/helper-misc.php:833
2658
  msgid "Tajik"
2659
  msgstr ""
2660
 
2661
+ #: core/helpers/helper-misc.php:834
2662
  msgid "Tamazight"
2663
  msgstr ""
2664
 
2665
+ #: core/helpers/helper-misc.php:835
2666
  msgid "Tamil"
2667
  msgstr ""
2668
 
2669
+ #: core/helpers/helper-misc.php:836
2670
  msgid "Tatar"
2671
  msgstr ""
2672
 
2673
+ #: core/helpers/helper-misc.php:837
2674
  msgid "Telugu"
2675
  msgstr ""
2676
 
2677
+ #: core/helpers/helper-misc.php:838
2678
  msgid "Thai"
2679
  msgstr ""
2680
 
2681
+ #: core/helpers/helper-misc.php:839
2682
  msgid "Tibetan"
2683
  msgstr ""
2684
 
2685
+ #: core/helpers/helper-misc.php:840
2686
  msgid "Tigrinya"
2687
  msgstr ""
2688
 
2689
+ #: core/helpers/helper-misc.php:841
2690
  msgid "Turkish"
2691
  msgstr ""
2692
 
2693
+ #: core/helpers/helper-misc.php:842
2694
  msgid "Turkmen"
2695
  msgstr ""
2696
 
2697
+ #: core/helpers/helper-misc.php:843
2698
  msgid "Tweants"
2699
  msgstr ""
2700
 
2701
+ #: core/helpers/helper-misc.php:844
2702
  msgid "Uighur"
2703
  msgstr ""
2704
 
2705
+ #: core/helpers/helper-misc.php:845
2706
  msgid "Ukrainian"
2707
  msgstr ""
2708
 
2709
+ #: core/helpers/helper-misc.php:846
2710
  msgid "Urdu"
2711
  msgstr ""
2712
 
2713
+ #: core/helpers/helper-misc.php:847
2714
  msgid "Uzbek"
2715
  msgstr ""
2716
 
2717
+ #: core/helpers/helper-misc.php:848
2718
  msgid "Vietnamese"
2719
  msgstr ""
2720
 
2721
+ #: core/helpers/helper-misc.php:849
2722
  msgid "Walloon"
2723
  msgstr ""
2724
 
2725
+ #: core/helpers/helper-misc.php:850
2726
  msgid "Welsh"
2727
  msgstr ""
2728
 
2729
+ #: core/helpers/helper-misc.php:851
2730
  msgid "Yoruba"
2731
  msgstr ""
2732
 
2733
+ #: core/templates/admin-form-modal.php:5
2734
  msgid "Choose a form"
2735
  msgstr ""
2736
 
2737
+ #: core/templates/admin-form-modal.php:12
2738
  msgid "Insert"
2739
  msgstr ""
2740
 
2741
+ #: core/templates/admin-tracking.php:12
2742
  msgid "Add your email to complete setup"
2743
  msgstr ""
2744
 
2745
+ #: core/templates/admin-tracking.php:13
2746
  msgid ""
2747
  "Let's set up HappyForms! Enter your email below to agree to notification "
2748
  "and to share some data about your usage with"
2749
  msgstr ""
2750
 
2751
+ #: core/templates/admin-tracking.php:17
2752
  msgid "Allow and set up HappyForms"
2753
  msgstr ""
2754
 
2755
+ #: core/templates/admin-tracking.php:24
2756
  msgid "Or, skip this step and "
2757
  msgstr ""
2758
 
2759
+ #: core/templates/admin-tracking.php:24
2760
  msgid "continue"
2761
  msgstr ""
2762
 
2763
+ #: core/templates/customize-controls/setup/alert-email-subject.php:4
2764
  msgid "part value is currently used as subject"
2765
  msgstr ""
2766
 
2767
+ #: core/templates/customize-controls/style/divider.php:10
2768
  msgid "Back"
2769
  msgstr ""
2770
 
2771
+ #: core/templates/customize-controls/style/divider.php:13
2772
  msgid "You are customizing"
2773
  msgstr ""
2774
 
2775
+ #: core/templates/customize-form-build.php:10
2776
+ msgid "Form builder"
2777
+ msgstr ""
2778
+
2779
+ #: core/templates/customize-form-build.php:12
2780
+ msgid "Collapse all"
2781
+ msgstr ""
2782
+
2783
+ #: core/templates/customize-form-build.php:12
2784
+ msgid "Expand all"
2785
+ msgstr ""
2786
+
2787
+ #: core/templates/customize-form-build.php:16
2788
+ msgid "Ready to get started?"
2789
+ msgstr ""
2790
+
2791
+ #: core/templates/customize-form-build.php:17
2792
+ msgid ""
2793
+ "Click any part from the sidebar to add it to your new form. Then, drag "
2794
+ "parts into order."
2795
+ msgstr ""
2796
+
2797
+ #: core/templates/customize-form-item.php:18
2798
+ msgid "Add Part"
2799
+ msgstr ""
2800
+
2801
+ #: core/templates/customize-form-item.php:33
2802
+ #: core/templates/customize-form-part-footer.php:3
2803
+ #: core/templates/parts/customize-checkbox.php:137
2804
+ #: core/templates/parts/customize-radio.php:131
2805
+ #: core/templates/parts/customize-select.php:122
2806
+ msgid "Delete"
2807
+ msgstr ""
2808
+
2809
+ #: core/templates/customize-form-item.php:34
2810
+ msgid "Preview"
2811
+ msgstr ""
2812
+
2813
+ #: core/templates/customize-form-part-footer.php:5
2814
+ msgid "More"
2815
+ msgstr ""
2816
+
2817
+ #: core/templates/customize-form-part-footer.php:6
2818
+ #: core/templates/customize-form-part-logic.php:2
2819
+ msgid "Logic"
2820
+ msgstr ""
2821
+
2822
+ #: core/templates/customize-form-part-logic.php:4
2823
+ #: core/templates/customize-form-setup-logic.php:3
2824
+ msgid "Upgrade to add logic rule"
2825
+ msgstr ""
2826
+
2827
+ #: core/templates/customize-form-parts-drawer.php:5
2828
+ msgid "Search parts"
2829
+ msgstr ""
2830
+
2831
+ #: core/templates/customize-form-parts-drawer.php:7
2832
+ msgid "Clear Results"
2833
+ msgstr ""
2834
+
2835
+ #: core/templates/customize-form-parts-drawer.php:30
2836
+ #: inc/classes/class-happyforms.php:209
2837
+ #: inc/templates/customize-controls/checkbox_dummy.php:7
2838
+ msgid "Upgrade"
2839
+ msgstr ""
2840
+
2841
+ #: core/templates/customize-form-parts-drawer.php:39
2842
+ msgid "No parts found."
2843
+ msgstr ""
2844
+
2845
+ #: core/templates/customize-form-steps.php:23
2846
+ msgid "Save & Close"
2847
+ msgstr ""
2848
+
2849
+ #: core/templates/customize-form-steps.php:30
2850
+ msgid "Step"
2851
+ msgstr ""
2852
+
2853
+ #: core/templates/customize-form-steps.php:30
2854
+ msgid "of"
2855
+ msgstr ""
2856
+
2857
+ #: core/templates/customize-header-actions.php:3
2858
+ msgid "Save Form"
2859
+ msgstr ""
2860
+
2861
+ #: core/templates/customize-header-actions.php:3
2862
+ msgid "Saved"
2863
+ msgstr ""
2864
+
2865
+ #: core/templates/customize-header-actions.php:5
2866
+ msgid "The changes you made will be lost if you navigate away from this page."
2867
+ msgstr ""
2868
+
2869
+ #: core/templates/customize-header-actions.php:6
2870
+ msgid "Close"
2871
+ msgstr ""
2872
+
2873
+ #: core/templates/parts/customize-checkbox.php:8
2874
+ #: core/templates/parts/customize-email.php:8
2875
+ #: core/templates/parts/customize-multi-line-text.php:8
2876
+ #: core/templates/parts/customize-number.php:8
2877
+ #: core/templates/parts/customize-radio.php:8
2878
+ #: core/templates/parts/customize-select.php:8
2879
+ #: core/templates/parts/customize-single-line-text.php:8
2880
+ msgid "Title placement"
2881
+ msgstr ""
2882
+
2883
+ #: core/templates/parts/customize-checkbox.php:10
2884
+ #: core/templates/parts/customize-email.php:10
2885
+ #: core/templates/parts/customize-multi-line-text.php:10
2886
+ #: core/templates/parts/customize-number.php:10
2887
+ #: core/templates/parts/customize-radio.php:10
2888
+ #: core/templates/parts/customize-select.php:10
2889
+ #: core/templates/parts/customize-single-line-text.php:10
2890
+ msgid "Above"
2891
+ msgstr ""
2892
+
2893
+ #: core/templates/parts/customize-checkbox.php:12
2894
+ #: core/templates/parts/customize-email.php:12
2895
+ #: core/templates/parts/customize-multi-line-text.php:12
2896
+ #: core/templates/parts/customize-number.php:12
2897
+ #: core/templates/parts/customize-radio.php:12
2898
+ #: core/templates/parts/customize-select.php:12
2899
+ #: core/templates/parts/customize-single-line-text.php:12
2900
+ msgid "Below"
2901
+ msgstr ""
2902
+
2903
+ #: core/templates/parts/customize-checkbox.php:13
2904
+ #: core/templates/parts/customize-email.php:15
2905
+ #: core/templates/parts/customize-multi-line-text.php:15
2906
+ #: core/templates/parts/customize-number.php:15
2907
+ #: core/templates/parts/customize-radio.php:13
2908
+ #: core/templates/parts/customize-select.php:14
2909
+ #: core/templates/parts/customize-single-line-text.php:15
2910
+ msgid "Hidden"
2911
+ msgstr ""
2912
+
2913
+ #: core/templates/parts/customize-checkbox.php:18
2914
+ #: core/templates/parts/customize-checkbox.php:99
2915
+ #: core/templates/parts/customize-email.php:20
2916
+ #: core/templates/parts/customize-email.php:64
2917
+ #: core/templates/parts/customize-multi-line-text.php:20
2918
+ #: core/templates/parts/customize-multi-line-text.php:76
2919
+ #: core/templates/parts/customize-number.php:20
2920
+ #: core/templates/parts/customize-number.php:95
2921
+ #: core/templates/parts/customize-radio.php:18
2922
+ #: core/templates/parts/customize-radio.php:94
2923
+ #: core/templates/parts/customize-select.php:19
2924
+ #: core/templates/parts/customize-select.php:88
2925
+ #: core/templates/parts/customize-single-line-text.php:20
2926
+ #: core/templates/parts/customize-single-line-text.php:69
2927
+ msgid "Apply to all parts"
2928
+ msgstr ""
2929
+
2930
+ #: core/templates/parts/customize-checkbox.php:22
2931
+ #: core/templates/parts/customize-checkbox.php:129
2932
+ #: core/templates/parts/customize-email.php:24
2933
+ #: core/templates/parts/customize-multi-line-text.php:24
2934
+ #: core/templates/parts/customize-number.php:24
2935
+ #: core/templates/parts/customize-radio.php:22
2936
+ #: core/templates/parts/customize-radio.php:123
2937
+ #: core/templates/parts/customize-select.php:23
2938
+ #: core/templates/parts/customize-single-line-text.php:24
2939
+ msgid "Description"
2940
+ msgstr ""
2941
+
2942
+ #: core/templates/parts/customize-checkbox.php:26
2943
+ #: core/templates/parts/customize-email.php:28
2944
+ #: core/templates/parts/customize-multi-line-text.php:28
2945
+ #: core/templates/parts/customize-number.php:28
2946
+ #: core/templates/parts/customize-radio.php:26
2947
+ #: core/templates/parts/customize-select.php:27
2948
+ #: core/templates/parts/customize-single-line-text.php:28
2949
+ msgid "Description appearance"
2950
+ msgstr ""
2951
+
2952
+ #: core/templates/parts/customize-checkbox.php:28
2953
+ #: core/templates/parts/customize-email.php:30
2954
+ #: core/templates/parts/customize-multi-line-text.php:30
2955
+ #: core/templates/parts/customize-number.php:30
2956
+ #: core/templates/parts/customize-radio.php:28
2957
+ #: core/templates/parts/customize-select.php:29
2958
+ #: core/templates/parts/customize-single-line-text.php:30
2959
+ msgid "Standard"
2960
+ msgstr ""
2961
+
2962
+ #: core/templates/parts/customize-checkbox.php:29
2963
+ #: core/templates/parts/customize-email.php:32
2964
+ #: core/templates/parts/customize-multi-line-text.php:32
2965
+ #: core/templates/parts/customize-number.php:32
2966
+ #: core/templates/parts/customize-radio.php:29
2967
+ #: core/templates/parts/customize-select.php:30
2968
+ msgid "Tooltip"
2969
+ msgstr ""
2970
+
2971
+ #: core/templates/parts/customize-checkbox.php:38
2972
+ #: core/templates/parts/customize-radio.php:38
2973
+ msgid "No choices added yet. Add one by clicking <i>Add Choice</i> below."
2974
+ msgstr ""
2975
+
2976
+ #: core/templates/parts/customize-checkbox.php:42
2977
+ #: core/templates/parts/customize-radio.php:42
2978
+ msgid "Type or paste your choices here, adding each on a new line."
2979
+ msgstr ""
2980
+
2981
+ #: core/templates/parts/customize-checkbox.php:45
2982
+ #: core/templates/parts/customize-radio.php:45
2983
+ msgid "Add choice"
2984
+ msgstr ""
2985
+
2986
+ #: core/templates/parts/customize-checkbox.php:47
2987
+ #: core/templates/parts/customize-radio.php:47
2988
+ msgid "Or, bulk add choices"
2989
+ msgstr ""
2990
+
2991
+ #: core/templates/parts/customize-checkbox.php:51
2992
+ #: core/templates/parts/customize-radio.php:51
2993
+ msgid "Add choices"
2994
+ msgstr ""
2995
+
2996
+ #: core/templates/parts/customize-checkbox.php:53
2997
+ #: core/templates/parts/customize-radio.php:53
2998
+ #: core/templates/parts/customize-select.php:58
2999
+ msgid "Cancel"
3000
+ msgstr ""
3001
+
3002
+ #: core/templates/parts/customize-checkbox.php:58
3003
+ #: core/templates/parts/customize-email.php:44
3004
+ #: core/templates/parts/customize-multi-line-text.php:44
3005
+ #: core/templates/parts/customize-number.php:54
3006
+ #: core/templates/parts/customize-radio.php:58
3007
+ #: core/templates/parts/customize-select.php:63
3008
+ #: core/templates/parts/customize-single-line-text.php:44
3009
+ msgid "This is required"
3010
+ msgstr ""
3011
+
3012
+ #: core/templates/parts/customize-checkbox.php:69
3013
+ msgid "Show select all option"
3014
+ msgstr ""
3015
+
3016
+ #: core/templates/parts/customize-checkbox.php:73
3017
+ #: core/templates/parts/customize-radio.php:68
3018
+ msgid "Align choices"
3019
+ msgstr ""
3020
+
3021
+ #: core/templates/parts/customize-checkbox.php:75
3022
+ #: core/templates/parts/customize-radio.php:70
3023
+ msgid "Horizontal"
3024
+ msgstr ""
3025
+
3026
+ #: core/templates/parts/customize-checkbox.php:76
3027
+ #: core/templates/parts/customize-radio.php:71
3028
+ msgid "Vertical"
3029
+ msgstr ""
3030
+
3031
+ #: core/templates/parts/customize-checkbox.php:80
3032
+ #: core/templates/parts/customize-radio.php:75
3033
+ msgid "Choices width"
3034
+ msgstr ""
3035
+
3036
+ #: core/templates/parts/customize-checkbox.php:82
3037
+ #: core/templates/parts/customize-checkbox.php:91
3038
+ #: core/templates/parts/customize-email.php:56
3039
+ #: core/templates/parts/customize-multi-line-text.php:68
3040
+ #: core/templates/parts/customize-number.php:87
3041
+ #: core/templates/parts/customize-radio.php:77
3042
+ #: core/templates/parts/customize-radio.php:86
3043
+ #: core/templates/parts/customize-select.php:80
3044
+ #: core/templates/parts/customize-single-line-text.php:61
3045
+ msgid "Full"
3046
+ msgstr ""
3047
+
3048
+ #: core/templates/parts/customize-checkbox.php:83
3049
+ #: core/templates/parts/customize-checkbox.php:92
3050
+ #: core/templates/parts/customize-email.php:57
3051
+ #: core/templates/parts/customize-multi-line-text.php:69
3052
+ #: core/templates/parts/customize-number.php:88
3053
+ #: core/templates/parts/customize-radio.php:78
3054
+ #: core/templates/parts/customize-radio.php:87
3055
+ #: core/templates/parts/customize-select.php:81
3056
+ #: core/templates/parts/customize-single-line-text.php:62
3057
+ msgid "Half"
3058
+ msgstr ""
3059
+
3060
+ #: core/templates/parts/customize-checkbox.php:84
3061
+ #: core/templates/parts/customize-checkbox.php:93
3062
+ #: core/templates/parts/customize-email.php:58
3063
+ #: core/templates/parts/customize-multi-line-text.php:70
3064
+ #: core/templates/parts/customize-number.php:89
3065
+ #: core/templates/parts/customize-radio.php:79
3066
+ #: core/templates/parts/customize-radio.php:88
3067
+ #: core/templates/parts/customize-select.php:82
3068
+ #: core/templates/parts/customize-single-line-text.php:63
3069
+ msgid "Third"
3070
+ msgstr ""
3071
+
3072
+ #: core/templates/parts/customize-checkbox.php:85
3073
+ #: core/templates/parts/customize-checkbox.php:94
3074
+ #: core/templates/parts/customize-email.php:59
3075
+ #: core/templates/parts/customize-multi-line-text.php:71
3076
+ #: core/templates/parts/customize-number.php:90
3077
+ #: core/templates/parts/customize-radio.php:80
3078
+ #: core/templates/parts/customize-radio.php:89
3079
+ #: core/templates/parts/customize-select.php:83
3080
+ #: core/templates/parts/customize-single-line-text.php:64
3081
+ msgid "Auto"
3082
+ msgstr ""
3083
+
3084
+ #: core/templates/parts/customize-checkbox.php:106
3085
+ #: core/templates/parts/customize-email.php:85
3086
+ #: core/templates/parts/customize-multi-line-text.php:83
3087
+ #: core/templates/parts/customize-number.php:99
3088
+ #: core/templates/parts/customize-radio.php:98
3089
+ #: core/templates/parts/customize-select.php:95
3090
+ #: core/templates/parts/customize-single-line-text.php:76
3091
+ msgid "Custom CSS class"
3092
+ msgstr ""
3093
+
3094
+ #: core/templates/parts/customize-checkbox.php:124
3095
+ #: core/templates/parts/customize-radio.php:118
3096
+ #: core/templates/parts/customize-select.php:113
3097
+ msgid "Label"
3098
+ msgstr ""
3099
+
3100
+ #: core/templates/parts/customize-checkbox.php:133
3101
+ msgid "Checked by default"
3102
+ msgstr ""
3103
+
3104
+ #: core/templates/parts/customize-checkbox.php:138
3105
+ #: core/templates/parts/customize-radio.php:132
3106
+ #: core/templates/parts/customize-select.php:123
3107
+ msgid "Advanced"
3108
+ msgstr ""
3109
+
3110
+ #: core/templates/parts/customize-email.php:13
3111
+ #: core/templates/parts/customize-number.php:13
3112
+ #: core/templates/parts/customize-single-line-text.php:13
3113
+ msgid "Inside input"
3114
+ msgstr ""
3115
+
3116
+ #: core/templates/parts/customize-email.php:14
3117
+ #: core/templates/parts/customize-multi-line-text.php:14
3118
+ #: core/templates/parts/customize-number.php:14
3119
+ #: core/templates/parts/customize-select.php:13
3120
+ #: core/templates/parts/customize-single-line-text.php:14
3121
+ msgid "Display as placeholder"
3122
+ msgstr ""
3123
+
3124
+ #: core/templates/parts/customize-email.php:31
3125
+ #: core/templates/parts/customize-multi-line-text.php:31
3126
+ #: core/templates/parts/customize-number.php:31
3127
+ #: core/templates/parts/customize-single-line-text.php:31
3128
+ msgid "Reveal on focus"
3129
+ msgstr ""
3130
+
3131
+ #: core/templates/parts/customize-email.php:69
3132
+ msgid "Suggest common email domains"
3133
+ msgstr ""
3134
+
3135
+ #: core/templates/parts/customize-email.php:74
3136
+ #: core/templates/parts/customize-number.php:104
3137
+ msgid "Require confirmation of the value"
3138
+ msgstr ""
3139
+
3140
+ #: core/templates/parts/customize-email.php:78
3141
+ #: core/templates/parts/customize-number.php:108
3142
+ msgid "Confirmation field title"
3143
+ msgstr ""
3144
+
3145
+ #: core/templates/parts/customize-multi-line-text.php:13
3146
+ msgid "Inside"
3147
+ msgstr ""
3148
+
3149
+ #: core/templates/parts/customize-multi-line-text.php:54
3150
+ msgid "Limit words/characters"
3151
+ msgstr ""
3152
+
3153
+ #: core/templates/parts/customize-multi-line-text.php:58
3154
+ msgid "Words (max)"
3155
+ msgstr ""
3156
+
3157
+ #: core/templates/parts/customize-multi-line-text.php:59
3158
+ msgid "Words (min)"
3159
+ msgstr ""
3160
+
3161
+ #: core/templates/parts/customize-multi-line-text.php:60
3162
+ msgid "Characters (max)"
3163
+ msgstr ""
3164
+
3165
+ #: core/templates/parts/customize-multi-line-text.php:61
3166
+ msgid "Characters (min)"
3167
+ msgstr ""
3168
+
3169
+ #: core/templates/parts/customize-number.php:44
3170
+ msgid "Min value"
3171
+ msgstr ""
3172
+
3173
+ #: core/templates/parts/customize-number.php:48
3174
+ msgid "Max value"
3175
+ msgstr ""
3176
+
3177
+ #: core/templates/parts/customize-number.php:65
3178
+ msgid "Format"
3179
  msgstr ""
3180
 
3181
+ #: core/templates/parts/customize-number.php:70
3182
+ msgid "Thousands separator"
3183
  msgstr ""
3184
 
3185
+ #: core/templates/parts/customize-number.php:74
3186
+ msgid "Decimal<br>separator"
3187
  msgstr ""
3188
 
3189
+ #: core/templates/parts/customize-number.php:80
3190
+ msgid "Prefix"
3191
  msgstr ""
3192
 
3193
+ #: core/templates/parts/customize-radio.php:127
3194
+ #: core/templates/parts/customize-select.php:118
3195
+ msgid "Make this option default"
3196
  msgstr ""
3197
 
3198
+ #: core/templates/parts/customize-select.php:42
3199
+ #: core/templates/parts/customize-select.php:46
3200
+ msgid "Options"
 
3201
  msgstr ""
3202
 
3203
+ #: core/templates/parts/customize-select.php:43
3204
+ msgid "No options added yet. Add one by clicking <i>Add Option</i> below."
3205
  msgstr ""
3206
 
3207
+ #: core/templates/parts/customize-select.php:47
3208
+ msgid "Type or paste your options here, adding each on a new line."
 
 
 
 
3209
  msgstr ""
3210
 
3211
+ #: core/templates/parts/customize-select.php:50
3212
+ msgid "Add option"
3213
  msgstr ""
3214
 
3215
+ #: core/templates/parts/customize-select.php:52
3216
+ msgid "Or, bulk add options"
3217
  msgstr ""
3218
 
3219
+ #: core/templates/parts/customize-select.php:56
3220
+ msgid "Add options"
 
3221
  msgstr ""
3222
 
3223
+ #: core/templates/parts/customize-select.php:74
3224
+ msgid "Make searchable"
 
3225
  msgstr ""
3226
 
3227
+ #: core/templates/parts/customize-single-line-text.php:32
3228
+ msgid "Show in a tooltip"
3229
  msgstr ""
3230
 
3231
+ #: core/templates/parts/customize-single-line-text.php:55
3232
+ msgid "Use value as email subject"
3233
  msgstr ""
3234
 
3235
+ #: core/templates/parts/frontend-checkbox.php:14
3236
+ msgid "Select all"
3237
  msgstr ""
3238
 
3239
+ #: core/templates/preview-form-pencil.php:3
3240
+ msgid "Click to edit this part."
3241
  msgstr ""
3242
 
3243
+ #: inc/classes/class-happyforms.php:80
3244
+ msgid "Include mark and reply link"
3245
  msgstr ""
3246
 
3247
+ #: inc/classes/class-happyforms.php:81
3248
+ msgid "Reply to your users and mark their submission as read in one click."
3249
  msgstr ""
3250
 
3251
+ #: inc/classes/class-happyforms.php:87
3252
+ msgid "Redirect on complete"
3253
  msgstr ""
3254
 
3255
+ #: inc/classes/class-happyforms.php:88
3256
+ msgid ""
3257
+ "By default, recipients will be redirected to the post or page displaying "
3258
+ "this form. To set a custom redirect webpage, add a link here."
3259
  msgstr ""
3260
 
3261
+ #: inc/classes/class-happyforms.php:94
3262
+ msgid "Track goal link"
3263
  msgstr ""
3264
 
3265
+ #: inc/classes/class-happyforms.php:95
3266
+ msgid ""
3267
+ "Track recipients landing on this internal page after successfully "
3268
+ "submitting this form."
3269
  msgstr ""
3270
 
3271
+ #: inc/classes/class-happyforms.php:101
3272
+ msgid "Use theme styles"
 
 
 
 
 
 
3273
  msgstr ""
3274
 
3275
+ #: inc/classes/class-happyforms.php:102
3276
+ msgid "Inherit theme default styles instead of using HappyForms styles."
 
 
 
 
 
 
3277
  msgstr ""
3278
 
3279
+ #: inc/classes/class-happyforms.php:108
3280
+ msgid "Shuffle parts"
 
 
 
 
 
 
3281
  msgstr ""
3282
 
3283
+ #: inc/classes/class-happyforms.php:109
3284
+ msgid "Shuffle the order of all form parts to avoid biases in your responses."
 
 
 
 
 
 
3285
  msgstr ""
3286
 
3287
+ #: inc/classes/class-happyforms.php:116
3288
+ msgid ""
3289
+ "Use <a href=\"%s\" target=\"_blank\" class=\"external\"> Google "
3290
+ "ReCaptcha</a>"
 
 
 
 
 
 
 
 
 
 
 
3291
  msgstr ""
3292
 
3293
+ #: inc/classes/class-happyforms.php:119
3294
+ msgid "Protect your form against bots using your Google ReCaptcha credentials."
 
 
 
 
 
 
 
 
3295
  msgstr ""
3296
 
3297
+ #: inc/classes/class-happyforms.php:125
3298
+ msgid "Require password"
 
 
 
 
 
 
3299
  msgstr ""
3300
 
3301
+ #: inc/classes/class-happyforms.php:126
3302
+ msgid "Only users with password will be able to view and submit the form."
 
 
 
 
 
 
3303
  msgstr ""
3304
 
3305
+ #: inc/classes/class-happyforms.php:132
3306
+ msgid "Open in overlay window"
 
 
 
 
 
3307
  msgstr ""
3308
 
3309
+ #: inc/classes/class-happyforms.php:133
3310
+ msgid "Generate a link that can be clicked to open an overlay window for this form."
 
3311
  msgstr ""
3312
 
3313
+ #: inc/classes/class-happyforms.php:139
3314
+ msgid "Save responses"
 
3315
  msgstr ""
3316
 
3317
+ #: inc/classes/class-happyforms.php:140
3318
+ msgid "Keep recipients responses stored in your WordPress database."
 
3319
  msgstr ""
3320
 
3321
+ #: inc/classes/class-happyforms.php:147
3322
+ msgid "Save abandoned responses"
 
3323
  msgstr ""
3324
 
3325
+ #: inc/classes/class-happyforms.php:148
3326
+ msgid "Keep incomplete recipients responses stored in your WordPress database."
 
3327
  msgstr ""
3328
 
3329
+ #: inc/classes/class-happyforms.php:154
3330
+ msgid "Give each response an ID number"
 
 
3331
  msgstr ""
3332
 
3333
+ #: inc/classes/class-happyforms.php:155
3334
+ msgid "Tag responses with a unique, incremental identifier."
 
 
 
 
 
 
3335
  msgstr ""
3336
 
3337
+ #: inc/classes/class-happyforms.php:161
3338
+ msgid "Preview values before submission"
3339
  msgstr ""
3340
 
3341
+ #: inc/classes/class-happyforms.php:162
3342
+ msgid "Let your users review their submission before confirming it."
 
3343
  msgstr ""
3344
 
3345
+ #: inc/classes/class-happyforms.php:168
3346
+ msgid "Fade submit button until valid"
 
3347
  msgstr ""
3348
 
3349
+ #: inc/classes/class-happyforms.php:169
3350
+ msgid ""
3351
+ "Reduce the opacity of the submit button until all required form parts are "
3352
+ "valid."
3353
  msgstr ""
3354
 
3355
+ #: inc/classes/class-happyforms.php:175
3356
+ msgid "Limit responses"
 
3357
  msgstr ""
3358
 
3359
+ #: inc/classes/class-happyforms.php:176
3360
+ msgid "Set limit on number of allowed form submission in general or per user."
 
 
 
 
 
 
 
 
3361
  msgstr ""
3362
 
3363
+ #: inc/classes/class-happyforms.php:182
3364
+ msgid "Schedule visibility"
 
 
 
 
 
 
 
 
3365
  msgstr ""
3366
 
3367
+ #: inc/classes/class-happyforms.php:183
3368
+ msgid ""
3369
+ "Show or hide this form during a chosen time and day. Go to Settings > "
3370
+ "Timezone to set your city offset."
 
 
 
 
 
 
3371
  msgstr ""
3372
 
3373
+ #: inc/classes/class-happyforms.php:208
3374
+ msgid "HappyForms Upgrade"
 
 
 
 
 
 
 
 
3375
  msgstr ""
3376
 
3377
+ #: inc/classes/class-happyforms.php:323
3378
+ msgid ""
3379
+ "<p><strong>Important changes to HappyForms</strong></p><p>We want to "
3380
+ "continue developing the free HappyForms plugin, but we can't do this "
3381
+ "without the support of more paying customers. So, starting with HappyForms "
3382
+ "1.8.11, we've transitioned the following features to the paid plugin: "
3383
+ "Scale, Rating, Story, Website Link, Table, Phone, Date & Time, Address, "
3384
+ "Title, Legal, Placeholder and Text Editor form parts along with redirects, "
3385
+ "submit button fade, reCAPTCHA and response reviews.</p><p>If you're using "
3386
+ "these parts and features in your forms, they will be removed from the free "
3387
+ "plugin with this release. Please review all your existing forms for "
3388
+ "changes.</p>"
3389
  msgstr ""
3390
 
3391
+ #: inc/classes/class-happyforms.php:351
3392
+ msgid ""
3393
+ "<p>Can we ask a favor?</p><p>You created your first form %s days ago — how "
3394
+ "time flies! Since then, we’ve answered hundreds of community emails and "
3395
+ "spent %s hours coding and improving HappyForms.</p><p>As you probably know, "
3396
+ "plugin reviews are an important way in helping a young business like ours "
3397
+ "grow.</p><p>If you could please spare one minute for a review, it would put "
3398
+ "a huge smile on our faces. 😊</p><p><a href=\"%s\" target=\"_blank\" "
3399
+ "rel=\"noopener\">Leave a review now</a>, or show your support by <a "
3400
+ "href=\"%s\" target=\"_blank\" class=\"external\">upgrading to a paid "
3401
+ "plan</a>.</p>"
3402
  msgstr ""
3403
 
3404
+ #: inc/classes/class-message-controller.php:610
3405
+ #: inc/templates/email-owner.php:31
3406
+ msgid "Tracking number"
3407
  msgstr ""
3408
 
3409
+ #: inc/classes/parts/class-part-address-dummy.php:8
3410
+ msgid "Address"
 
 
3411
  msgstr ""
3412
 
3413
+ #: inc/classes/parts/class-part-address-dummy.php:9
3414
+ msgid "For geographical locations. Includes Google Maps intergration."
 
 
3415
  msgstr ""
3416
 
3417
+ #: inc/classes/parts/class-part-attachment-dummy.php:8
3418
+ msgid "Attachment"
 
 
 
 
3419
  msgstr ""
3420
 
3421
+ #: inc/classes/parts/class-part-attachment-dummy.php:9
3422
+ msgid "For allowing file uploads with easy drag and drop zone."
 
 
 
3423
  msgstr ""
3424
 
3425
+ #: inc/classes/parts/class-part-date-dummy.php:8
3426
+ msgid "Date & Time"
3427
  msgstr ""
3428
 
3429
+ #: inc/classes/parts/class-part-date-dummy.php:9
3430
+ msgid "For formatted day, month, year and or time fields."
 
3431
  msgstr ""
3432
 
3433
+ #: inc/classes/parts/class-part-legal-dummy.php:8
3434
+ msgid "Legal"
 
3435
  msgstr ""
3436
 
3437
+ #: inc/classes/parts/class-part-legal-dummy.php:9
3438
+ msgid "For requiring fine print before accepting submission."
3439
  msgstr ""
3440
 
3441
+ #: inc/classes/parts/class-part-mailchimp-dummy.php:8
3442
+ msgid "Mailchimp"
3443
  msgstr ""
3444
 
3445
+ #: inc/classes/parts/class-part-mailchimp-dummy.php:9
3446
+ msgid "For requiring permission before opting into your mailing list."
3447
  msgstr ""
3448
 
3449
+ #: inc/classes/parts/class-part-narrative-dummy.php:8
3450
+ msgid "Story"
3451
  msgstr ""
3452
 
3453
+ #: inc/classes/parts/class-part-narrative-dummy.php:9
3454
+ msgid "For adding fill-in-the-blank style inputs to a paragraph of text."
3455
  msgstr ""
3456
 
3457
+ #: inc/classes/parts/class-part-page-break-dummy.php:8
3458
+ msgid "Page Break"
3459
  msgstr ""
3460
 
3461
+ #: inc/classes/parts/class-part-page-break-dummy.php:9
3462
+ msgid "For splitting your form across multiple pages with navigation controls."
3463
  msgstr ""
3464
 
3465
+ #: inc/classes/parts/class-part-payments-dummy.php:8
3466
+ msgid "Payment"
3467
  msgstr ""
3468
 
3469
+ #: inc/classes/parts/class-part-payments-dummy.php:9
3470
+ msgid "For processing payments using your favorite services."
3471
  msgstr ""
3472
 
3473
+ #: inc/classes/parts/class-part-phone-dummy.php:8
3474
+ msgid "Phone"
3475
  msgstr ""
3476
 
3477
+ #: inc/classes/parts/class-part-phone-dummy.php:9
3478
+ msgid "For phone numbers. Includes country specific formatting."
3479
  msgstr ""
3480
 
3481
+ #: inc/classes/parts/class-part-placeholder-dummy.php:9
3482
+ msgid "For adding helper text, horizontal rules and extra space."
3483
  msgstr ""
3484
 
3485
+ #: inc/classes/parts/class-part-poll-dummy.php:8
3486
+ msgid "Poll"
 
3487
  msgstr ""
3488
 
3489
+ #: inc/classes/parts/class-part-poll-dummy.php:9
3490
+ msgid "For collecting opinions and showing published results in a bar chart."
 
3491
  msgstr ""
3492
 
3493
+ #: inc/classes/parts/class-part-rating-dummy.php:9
3494
+ msgid "For collecting opinions using stars and emoji scales."
3495
  msgstr ""
3496
 
3497
+ #: inc/classes/parts/class-part-rich-text-dummy.php:8
3498
+ msgid "Text Editor"
3499
  msgstr ""
3500
 
3501
+ #: inc/classes/parts/class-part-rich-text-dummy.php:9
3502
+ msgid "For formatting text, code blocks, lists and more."
3503
  msgstr ""
3504
 
3505
+ #: inc/classes/parts/class-part-scale-dummy.php:8
3506
+ msgid "Scale"
3507
  msgstr ""
3508
 
3509
+ #: inc/classes/parts/class-part-scale-dummy.php:9
3510
+ msgid "For collecting opinions using a horizontal slider."
3511
  msgstr ""
3512
 
3513
+ #: inc/classes/parts/class-part-table-dummy.php:8
3514
+ msgid "Table"
3515
  msgstr ""
3516
 
3517
+ #: inc/classes/parts/class-part-table-dummy.php:9
3518
+ msgid "For radios and checkboxes displaying in a grid of rows and columns."
3519
  msgstr ""
3520
 
3521
+ #: inc/classes/parts/class-part-title-dummy.php:9
3522
+ msgid "For displaying personal honorifics."
3523
  msgstr ""
3524
 
3525
+ #: inc/classes/parts/class-part-website-url-dummy.php:8
3526
+ msgid "Website Link"
3527
  msgstr ""
3528
 
3529
+ #: inc/classes/parts/class-part-website-url-dummy.php:9
3530
+ msgid "For formatted website URLs."
3531
  msgstr ""
3532
 
3533
  #. Plugin URI of the plugin/theme
readme.txt CHANGED
@@ -5,7 +5,7 @@ Tags: contact, contact form, email, feedback form, form, form builder, custom fo
5
  Requires at least: 4.8
6
  Tested up to: 5.2
7
  Requires PHP: 5.3
8
- Stable tag: 1.8.18
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -97,6 +97,10 @@ Yep! HappyForms free isn't going anywhere but for those looking for even more yo
97
 
98
  == Changelog ==
99
 
 
 
 
 
100
  = 1.8.18 =
101
  * Bugfix: Fix bug with submitted values not displaying in email notifications.
102
 
@@ -537,6 +541,9 @@ Yep! HappyForms free isn't going anywhere but for those looking for even more yo
537
 
538
  == Upgrade Notice ==
539
 
 
 
 
540
  = 1.8.18 =
541
  * Fixed bug with submitted values not displaying in email notifications.
542
 
5
  Requires at least: 4.8
6
  Tested up to: 5.2
7
  Requires PHP: 5.3
8
+ Stable tag: 1.8.19
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
97
 
98
  == Changelog ==
99
 
100
+ = 1.8.19 =
101
+ * New feature: Added new control "Hide form on submission" to Step 2.
102
+ * Improvement: Various improvements to styles and wording in form builder UI.
103
+
104
  = 1.8.18 =
105
  * Bugfix: Fix bug with submitted values not displaying in email notifications.
106
 
541
 
542
  == Upgrade Notice ==
543
 
544
+ = 1.8.19 =
545
+ * New control for hiding form after submission, various improvements to styles and wording in form builder UI.
546
+
547
  = 1.8.18 =
548
  * Fixed bug with submitted values not displaying in email notifications.
549