Version Description
- New feature: Added Help tab to all HappyForms screens, providing easy access to help guide and our email support.
- Improvement: All Forms screen improvements.
Download this release
Release Info
Developer | thethemefoundry |
Plugin | Form builder to get in touch with visitors, grow your email list and collect payments — Happyforms |
Version | 1.8.21 |
Comparing to | |
See all releases |
Code changes from version 1.8.20 to 1.8.21
- core/assets/css/admin.css +6 -88
- core/classes/class-form-admin.php +3 -11
- core/classes/class-happyforms-core.php +57 -26
- core/classes/parts/class-part-email.php +2 -1
- core/classes/parts/class-part-multi-line-text.php +6 -2
- core/helpers/helper-misc.php +0 -24
- happyforms.php +2 -2
- languages/happyforms.pot +181 -165
- readme.txt +8 -1
core/assets/css/admin.css
CHANGED
@@ -26,28 +26,6 @@ i.mce-i-happyforms-form-picker:before, i.mce-i-happyforms-form-picker:before {
|
|
26 |
display: none;
|
27 |
}
|
28 |
|
29 |
-
/**
|
30 |
-
*
|
31 |
-
* Form admin screen
|
32 |
-
*
|
33 |
-
*/
|
34 |
-
.fixed .column-messages {
|
35 |
-
width: 5.5em;
|
36 |
-
padding: 8px 0;
|
37 |
-
text-align: left;
|
38 |
-
}
|
39 |
-
|
40 |
-
.fixed .column-messages .dashicons:before {
|
41 |
-
position: relative;
|
42 |
-
top: 1px;
|
43 |
-
color: #444;
|
44 |
-
}
|
45 |
-
|
46 |
-
.fixed .column-messages .happyforms-responses-count {
|
47 |
-
display: inline-block;
|
48 |
-
margin-top: 5px;
|
49 |
-
}
|
50 |
-
|
51 |
.post-type-happyform .column-shortcode {
|
52 |
overflow: hidden;
|
53 |
}
|
@@ -70,29 +48,14 @@ i.mce-i-happyforms-form-picker:before, i.mce-i-happyforms-form-picker:before {
|
|
70 |
padding: 2px 0 0;
|
71 |
}
|
72 |
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
/**
|
78 |
-
*
|
79 |
-
* Messages admin table screen
|
80 |
-
*
|
81 |
-
*/
|
82 |
-
tr.happyforms-message-unread {
|
83 |
-
background-color: #e6f6fb !important;
|
84 |
-
}
|
85 |
-
|
86 |
-
.post-type-happyforms-message .page-title-action {
|
87 |
-
display: none;
|
88 |
-
}
|
89 |
-
|
90 |
-
.fixed .column-form {
|
91 |
-
width: 15%;
|
92 |
}
|
93 |
|
94 |
-
.
|
95 |
-
|
96 |
}
|
97 |
|
98 |
/**
|
@@ -299,48 +262,3 @@ p.welcome-panel-footer a:active {
|
|
299 |
#happyforms-notice-happyforms_form_saved_guide {
|
300 |
border-color: #46b450;
|
301 |
}
|
302 |
-
|
303 |
-
.wp-list-table .happyforms-responses-column-label {
|
304 |
-
display: none;
|
305 |
-
}
|
306 |
-
|
307 |
-
.happyforms-responses-count-wrapper {
|
308 |
-
white-space: nowrap;
|
309 |
-
word-wrap: normal;
|
310 |
-
}
|
311 |
-
|
312 |
-
.happyforms-responses-count {
|
313 |
-
margin-top: 5px;
|
314 |
-
}
|
315 |
-
|
316 |
-
.happyforms-responses-count-bubble {
|
317 |
-
box-sizing: border-box;
|
318 |
-
display: inline-block;
|
319 |
-
padding: 0 8px;
|
320 |
-
min-width: 24px;
|
321 |
-
height: 2em;
|
322 |
-
border-radius: 5px;
|
323 |
-
background-color: #72777c;
|
324 |
-
color: #fff;
|
325 |
-
font-size: 11px;
|
326 |
-
line-height: 21px;
|
327 |
-
text-align: center;
|
328 |
-
}
|
329 |
-
|
330 |
-
.happyforms-responses-count-bubble:after {
|
331 |
-
content: '';
|
332 |
-
display: block;
|
333 |
-
margin-left: 1px;
|
334 |
-
width: 0;
|
335 |
-
height: 0;
|
336 |
-
border-top: 6px solid #72777c;
|
337 |
-
border-right: 6px solid transparent;
|
338 |
-
}
|
339 |
-
|
340 |
-
.happyforms-responses-count-wrapper a:hover .happyforms-responses-count-bubble {
|
341 |
-
background-color: #0073aa;
|
342 |
-
}
|
343 |
-
|
344 |
-
.happyforms-responses-count-wrapper a:hover .happyforms-responses-count-bubble:after {
|
345 |
-
border-top-color: #0073aa;
|
346 |
-
}
|
26 |
display: none;
|
27 |
}
|
28 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
.post-type-happyform .column-shortcode {
|
30 |
overflow: hidden;
|
31 |
}
|
48 |
padding: 2px 0 0;
|
49 |
}
|
50 |
|
51 |
+
.happyforms-shortcode-col span {
|
52 |
+
overflow: hidden;
|
53 |
+
white-space: nowrap;
|
54 |
+
text-overflow: ellipsis;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
55 |
}
|
56 |
|
57 |
+
tr.type-happyform:hover .happyforms-shortcode-col a.happyforms-shortcode-clipboard {
|
58 |
+
display: inline-block;
|
59 |
}
|
60 |
|
61 |
/**
|
262 |
#happyforms-notice-happyforms_form_saved_guide {
|
263 |
border-color: #46b450;
|
264 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
core/classes/class-form-admin.php
CHANGED
@@ -336,18 +336,10 @@ class HappyForms_Form_Admin {
|
|
336 |
);
|
337 |
|
338 |
$links = array(
|
339 |
-
'
|
340 |
-
__( '
|
341 |
get_edit_post_link( $post->ID, 'build' )
|
342 |
),
|
343 |
-
'setup' => array(
|
344 |
-
__( 'Setup', 'happyforms' ),
|
345 |
-
get_edit_post_link( $post->ID, 'setup' )
|
346 |
-
),
|
347 |
-
'style' => array(
|
348 |
-
__( 'Style', 'happyforms' ),
|
349 |
-
get_edit_post_link( $post->ID, 'style' )
|
350 |
-
),
|
351 |
'duplicate' => array(
|
352 |
__( 'Duplicate', 'happyforms' ),
|
353 |
$duplicate_url,
|
@@ -450,4 +442,4 @@ class HappyForms_Form_Admin {
|
|
450 |
/**
|
451 |
* Initialize the HappyForms_Form_Admin class immediately.
|
452 |
*/
|
453 |
-
HappyForms_Form_Admin::instance();
|
336 |
);
|
337 |
|
338 |
$links = array(
|
339 |
+
'edit' => array(
|
340 |
+
__( 'Edit', 'happyforms' ),
|
341 |
get_edit_post_link( $post->ID, 'build' )
|
342 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
343 |
'duplicate' => array(
|
344 |
__( 'Duplicate', 'happyforms' ),
|
345 |
$duplicate_url,
|
442 |
/**
|
443 |
* Initialize the HappyForms_Form_Admin class immediately.
|
444 |
*/
|
445 |
+
HappyForms_Form_Admin::instance();
|
core/classes/class-happyforms-core.php
CHANGED
@@ -86,7 +86,6 @@ class HappyForms_Core {
|
|
86 |
|
87 |
// Admin hooks
|
88 |
add_action( 'admin_menu', array( $this, 'admin_menu' ) );
|
89 |
-
add_action( 'admin_bar_menu', array( $this, 'admin_bar_menu' ), 80 );
|
90 |
add_action( 'admin_enqueue_scripts', array( $this, 'admin_enqueue_scripts' ) );
|
91 |
add_action( 'current_screen', array( $this, 'admin_screens' ) );
|
92 |
add_filter( 'media_buttons_context', array( $this, 'insert_editor_buttons' ) );
|
@@ -107,6 +106,7 @@ class HappyForms_Core {
|
|
107 |
add_action( 'wp_footer', array( $this, 'enqueue_scripts_preview' ) );
|
108 |
|
109 |
add_action( 'customize_preview_init', array( $this, 'customize_preview_init' ) );
|
|
|
110 |
}
|
111 |
|
112 |
public function customize_preview_init() {
|
@@ -186,8 +186,8 @@ class HappyForms_Core {
|
|
186 |
|
187 |
add_submenu_page(
|
188 |
'happyforms',
|
189 |
-
__( '
|
190 |
-
__( '
|
191 |
apply_filters( 'happyforms_responses_page_capabilities', 'manage_options' ),
|
192 |
apply_filters( 'happyforms_responses_page_url', '#responses' ),
|
193 |
apply_filters( 'happyforms_responses_page_method', '' )
|
@@ -249,7 +249,7 @@ class HappyForms_Core {
|
|
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 |
|
255 |
global $pagenow;
|
@@ -320,28 +320,6 @@ class HappyForms_Core {
|
|
320 |
return $form_data;
|
321 |
}
|
322 |
|
323 |
-
/**
|
324 |
-
* Action: add a HappyForms menu to the admin bar.
|
325 |
-
*
|
326 |
-
* @since 1.0
|
327 |
-
*
|
328 |
-
* @hooked action admin_bar_menu
|
329 |
-
*
|
330 |
-
* @return void
|
331 |
-
*/
|
332 |
-
public function admin_bar_menu( $wp_admin_bar ) {
|
333 |
-
$wp_admin_bar->add_node( array(
|
334 |
-
'id' => 'new-content-happyforms',
|
335 |
-
'parent' => 'new-content',
|
336 |
-
'title' => __( 'HappyForm', 'happyforms' ),
|
337 |
-
'href' => admin_url( happyforms_get_form_edit_link( 0 ) ),
|
338 |
-
'meta' => array(
|
339 |
-
'target' => '_self',
|
340 |
-
'title' => __( 'New HappyForm', 'happyforms' ),
|
341 |
-
),
|
342 |
-
) );
|
343 |
-
}
|
344 |
-
|
345 |
/**
|
346 |
* Return whether or not we're running
|
347 |
* the Customize screen in HappyForms mode.
|
@@ -632,4 +610,57 @@ class HappyForms_Core {
|
|
632 |
register_widget( 'HappyForms_Widget' );
|
633 |
}
|
634 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
635 |
}
|
86 |
|
87 |
// Admin hooks
|
88 |
add_action( 'admin_menu', array( $this, 'admin_menu' ) );
|
|
|
89 |
add_action( 'admin_enqueue_scripts', array( $this, 'admin_enqueue_scripts' ) );
|
90 |
add_action( 'current_screen', array( $this, 'admin_screens' ) );
|
91 |
add_filter( 'media_buttons_context', array( $this, 'insert_editor_buttons' ) );
|
106 |
add_action( 'wp_footer', array( $this, 'enqueue_scripts_preview' ) );
|
107 |
|
108 |
add_action( 'customize_preview_init', array( $this, 'customize_preview_init' ) );
|
109 |
+
add_action( 'current_screen', array( $this, 'show_help_tab' ) );
|
110 |
}
|
111 |
|
112 |
public function customize_preview_init() {
|
186 |
|
187 |
add_submenu_page(
|
188 |
'happyforms',
|
189 |
+
__( 'Activity', 'happyforms' ),
|
190 |
+
__( 'Activity', 'happyforms' ),
|
191 |
apply_filters( 'happyforms_responses_page_capabilities', 'manage_options' ),
|
192 |
apply_filters( 'happyforms_responses_page_url', '#responses' ),
|
193 |
apply_filters( 'happyforms_responses_page_method', '' )
|
249 |
wp_register_script(
|
250 |
'happyforms-admin',
|
251 |
happyforms_get_plugin_url() . 'core/assets/js/admin/dashboard.js',
|
252 |
+
array( 'jquery-color' ), HAPPYFORMS_VERSION, true
|
253 |
);
|
254 |
|
255 |
global $pagenow;
|
320 |
return $form_data;
|
321 |
}
|
322 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
323 |
/**
|
324 |
* Return whether or not we're running
|
325 |
* the Customize screen in HappyForms mode.
|
610 |
register_widget( 'HappyForms_Widget' );
|
611 |
}
|
612 |
|
613 |
+
public function show_help_tab() {
|
614 |
+
$screen = get_current_screen();
|
615 |
+
$show = false;
|
616 |
+
|
617 |
+
if ( false !== strpos( $screen->id, 'happyforms_page' ) ) {
|
618 |
+
$show = true;
|
619 |
+
}
|
620 |
+
|
621 |
+
if ( function_exists( 'happyforms_get_message_controller' ) && happyforms_get_message_controller()->post_type === $screen->post_type ) {
|
622 |
+
$show = true;
|
623 |
+
}
|
624 |
+
|
625 |
+
if ( happyforms_get_form_controller()->post_type === $screen->post_type ) {
|
626 |
+
$show = true;
|
627 |
+
}
|
628 |
+
|
629 |
+
if ( ! $show ) {
|
630 |
+
return;
|
631 |
+
}
|
632 |
+
|
633 |
+
$screen->add_help_tab( array(
|
634 |
+
'id' => 'happyforms_help_tab_overview',
|
635 |
+
'title' => __( 'Overview', 'happyforms' ),
|
636 |
+
'callback' => array( $this, 'help_tab_overview_contents' )
|
637 |
+
) );
|
638 |
+
|
639 |
+
$sidebar_content = $this->get_help_tab_sidebar_content();
|
640 |
+
$screen->set_help_sidebar( $sidebar_content );
|
641 |
+
}
|
642 |
+
|
643 |
+
public function help_tab_overview_contents() {
|
644 |
+
?>
|
645 |
+
<p><?php _e( 'Hey 👋 Welcome to your HappyForms Dashboard!', 'happyforms' ); ?></p>
|
646 |
+
|
647 |
+
<p><?php printf(
|
648 |
+
__( 'Are you looking for help? Well, we’ve swept the nacho crumbs from our keyboards, refilled our ginger beers and are ready to reply with answers! So, go on, email %s.', 'happyforms' ),
|
649 |
+
'<a href="mailto:support@thethemefoundry.com">support@thethemefoundry.com</a>'
|
650 |
+
); ?></p>
|
651 |
+
<?php
|
652 |
+
}
|
653 |
+
|
654 |
+
public function get_help_tab_sidebar_content() {
|
655 |
+
ob_start();
|
656 |
+
?>
|
657 |
+
<p><strong><?php _e( 'For more help', 'happyforms' ); ?>:</strong></p>
|
658 |
+
|
659 |
+
<p><a href="https://happyforms.me/help-guide"><?php _e( 'Help guide', 'happyforms' ); ?></a></p>
|
660 |
+
<?php
|
661 |
+
$content = ob_get_clean();
|
662 |
+
|
663 |
+
return $content;
|
664 |
+
}
|
665 |
+
|
666 |
}
|
core/classes/parts/class-part-email.php
CHANGED
@@ -216,8 +216,9 @@ class HappyForms_Part_Email extends HappyForms_Form_Part {
|
|
216 |
|
217 |
switch( $destination ) {
|
218 |
case 'email':
|
219 |
-
case 'admin-
|
220 |
$value = "<a href=\"mailto:{$value}\">{$value}</a>";
|
|
|
221 |
default:
|
222 |
break;
|
223 |
}
|
216 |
|
217 |
switch( $destination ) {
|
218 |
case 'email':
|
219 |
+
case 'admin-column':
|
220 |
$value = "<a href=\"mailto:{$value}\">{$value}</a>";
|
221 |
+
break;
|
222 |
default:
|
223 |
break;
|
224 |
}
|
core/classes/parts/class-part-multi-line-text.php
CHANGED
@@ -277,8 +277,12 @@ class HappyForms_Part_MultiLineText extends HappyForms_Form_Part {
|
|
277 |
}
|
278 |
|
279 |
public function message_part_value( $value, $original_value, $part, $destination ) {
|
280 |
-
if ( $this->type === $part['type']
|
281 |
-
|
|
|
|
|
|
|
|
|
282 |
}
|
283 |
|
284 |
return $value;
|
277 |
}
|
278 |
|
279 |
public function message_part_value( $value, $original_value, $part, $destination ) {
|
280 |
+
if ( $this->type === $part['type'] ) {
|
281 |
+
if ( 'admin-column' === $destination ) {
|
282 |
+
$value = make_clickable( $value );
|
283 |
+
} else {
|
284 |
+
$value = nl2br( $value );
|
285 |
+
}
|
286 |
}
|
287 |
|
288 |
return $value;
|
core/helpers/helper-misc.php
CHANGED
@@ -455,30 +455,6 @@ function happyforms_get_countries() {
|
|
455 |
|
456 |
endif;
|
457 |
|
458 |
-
if ( ! function_exists( 'happyforms_unread_messages_badge' ) ):
|
459 |
-
/**
|
460 |
-
* Outputs the unread messages badge, if there are any.
|
461 |
-
*
|
462 |
-
* @since 1.1
|
463 |
-
*
|
464 |
-
* @return void
|
465 |
-
*/
|
466 |
-
function happyforms_unread_messages_badge() {
|
467 |
-
$count = get_transient( 'happyforms_unread_messages' );
|
468 |
-
$badge = '';
|
469 |
-
|
470 |
-
if ( $count ) {
|
471 |
-
$badge = sprintf(
|
472 |
-
' <span class="awaiting-mod count-1"><span class="pending-count">%s</span></span>',
|
473 |
-
$count
|
474 |
-
);
|
475 |
-
}
|
476 |
-
|
477 |
-
return $badge;
|
478 |
-
}
|
479 |
-
|
480 |
-
endif;
|
481 |
-
|
482 |
if ( ! function_exists( 'happyforms_is_preview' ) ):
|
483 |
/**
|
484 |
* Returns whether or not we're previewing a HappyForm.
|
455 |
|
456 |
endif;
|
457 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
458 |
if ( ! function_exists( 'happyforms_is_preview' ) ):
|
459 |
/**
|
460 |
* Returns whether or not we're previewing a HappyForm.
|
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.
|
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.
|
17 |
|
18 |
if ( ! function_exists( 'happyforms_plugin_file' ) ):
|
19 |
/**
|
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.21
|
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.21' );
|
17 |
|
18 |
if ( ! function_exists( 'happyforms_plugin_file' ) ):
|
19 |
/**
|
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.
|
6 |
"Report-Msgid-Bugs-To: https://thethemefoundry.com/support/\n"
|
7 |
-
"POT-Creation-Date: 2019-11-
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=utf-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
@@ -133,34 +133,20 @@ msgid "Copy to clipboard"
|
|
133 |
msgstr ""
|
134 |
|
135 |
#: core/classes/class-form-admin.php:340
|
136 |
-
|
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:
|
160 |
msgid "Trash"
|
161 |
msgstr ""
|
162 |
|
163 |
-
#: core/classes/class-form-admin.php:
|
164 |
msgid "Form duplicated succesfully."
|
165 |
msgstr ""
|
166 |
|
@@ -788,7 +774,7 @@ msgstr ""
|
|
788 |
|
789 |
#: core/classes/class-happyforms-core.php:189
|
790 |
#: core/classes/class-happyforms-core.php:190
|
791 |
-
msgid "
|
792 |
msgstr ""
|
793 |
|
794 |
#: core/classes/class-happyforms-core.php:198
|
@@ -806,20 +792,35 @@ msgstr ""
|
|
806 |
msgid "Welcome"
|
807 |
msgstr ""
|
808 |
|
809 |
-
#: core/classes/class-happyforms-core.php:
|
810 |
-
msgid "HappyForm"
|
|
|
|
|
|
|
|
|
811 |
msgstr ""
|
812 |
|
813 |
-
#: core/classes/class-happyforms-core.php:
|
814 |
-
msgid "
|
815 |
msgstr ""
|
816 |
|
817 |
-
#: core/classes/class-happyforms-core.php:
|
818 |
-
msgid "
|
819 |
msgstr ""
|
820 |
|
821 |
-
#: core/classes/class-happyforms-core.php:
|
822 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
823 |
msgstr ""
|
824 |
|
825 |
#: core/classes/class-happyforms-widget.php:15
|
@@ -2184,551 +2185,551 @@ msgstr ""
|
|
2184 |
msgid "Yugoslavia"
|
2185 |
msgstr ""
|
2186 |
|
2187 |
-
#: core/helpers/helper-misc.php:
|
2188 |
msgid "Response #%s"
|
2189 |
msgstr ""
|
2190 |
|
2191 |
-
#: core/helpers/helper-misc.php:
|
2192 |
msgid "Afrikaans"
|
2193 |
msgstr ""
|
2194 |
|
2195 |
-
#: core/helpers/helper-misc.php:
|
2196 |
msgid "Akan"
|
2197 |
msgstr ""
|
2198 |
|
2199 |
-
#: core/helpers/helper-misc.php:
|
2200 |
msgid "Albanian"
|
2201 |
msgstr ""
|
2202 |
|
2203 |
-
#: core/helpers/helper-misc.php:
|
2204 |
msgid "Algerian Arabic"
|
2205 |
msgstr ""
|
2206 |
|
2207 |
-
#: core/helpers/helper-misc.php:
|
2208 |
msgid "Amharic"
|
2209 |
msgstr ""
|
2210 |
|
2211 |
-
#: core/helpers/helper-misc.php:
|
2212 |
msgid "Arabic"
|
2213 |
msgstr ""
|
2214 |
|
2215 |
-
#: core/helpers/helper-misc.php:
|
2216 |
msgid "Armenian"
|
2217 |
msgstr ""
|
2218 |
|
2219 |
-
#: core/helpers/helper-misc.php:
|
2220 |
msgid "Aromanian"
|
2221 |
msgstr ""
|
2222 |
|
2223 |
-
#: core/helpers/helper-misc.php:
|
2224 |
msgid "Arpitan"
|
2225 |
msgstr ""
|
2226 |
|
2227 |
-
#: core/helpers/helper-misc.php:
|
2228 |
msgid "Assamese"
|
2229 |
msgstr ""
|
2230 |
|
2231 |
-
#: core/helpers/helper-misc.php:
|
2232 |
msgid "Azerbaijani"
|
2233 |
msgstr ""
|
2234 |
|
2235 |
-
#: core/helpers/helper-misc.php:
|
2236 |
msgid "Balochi Southern"
|
2237 |
msgstr ""
|
2238 |
|
2239 |
-
#: core/helpers/helper-misc.php:
|
2240 |
msgid "Bashkir"
|
2241 |
msgstr ""
|
2242 |
|
2243 |
-
#: core/helpers/helper-misc.php:
|
2244 |
msgid "Basque"
|
2245 |
msgstr ""
|
2246 |
|
2247 |
-
#: core/helpers/helper-misc.php:
|
2248 |
msgid "Belarusian"
|
2249 |
msgstr ""
|
2250 |
|
2251 |
-
#: core/helpers/helper-misc.php:
|
2252 |
msgid "Bengali"
|
2253 |
msgstr ""
|
2254 |
|
2255 |
-
#: core/helpers/helper-misc.php:
|
2256 |
msgid "Bosnian"
|
2257 |
msgstr ""
|
2258 |
|
2259 |
-
#: core/helpers/helper-misc.php:
|
2260 |
msgid "Breton"
|
2261 |
msgstr ""
|
2262 |
|
2263 |
-
#: core/helpers/helper-misc.php:
|
2264 |
msgid "Bulgarian"
|
2265 |
msgstr ""
|
2266 |
|
2267 |
-
#: core/helpers/helper-misc.php:
|
2268 |
msgid "Catalan"
|
2269 |
msgstr ""
|
2270 |
|
2271 |
-
#: core/helpers/helper-misc.php:
|
2272 |
msgid "Cebuano"
|
2273 |
msgstr ""
|
2274 |
|
2275 |
-
#: core/helpers/helper-misc.php:
|
2276 |
msgid "Chinese"
|
2277 |
msgstr ""
|
2278 |
|
2279 |
-
#: core/helpers/helper-misc.php:
|
2280 |
msgid "Corsican"
|
2281 |
msgstr ""
|
2282 |
|
2283 |
-
#: core/helpers/helper-misc.php:
|
2284 |
msgid "Croatian"
|
2285 |
msgstr ""
|
2286 |
|
2287 |
-
#: core/helpers/helper-misc.php:
|
2288 |
msgid "Czech"
|
2289 |
msgstr ""
|
2290 |
|
2291 |
-
#: core/helpers/helper-misc.php:
|
2292 |
msgid "Danish"
|
2293 |
msgstr ""
|
2294 |
|
2295 |
-
#: core/helpers/helper-misc.php:
|
2296 |
msgid "Dhivehi"
|
2297 |
msgstr ""
|
2298 |
|
2299 |
-
#: core/helpers/helper-misc.php:
|
2300 |
msgid "Dutch"
|
2301 |
msgstr ""
|
2302 |
|
2303 |
-
#: core/helpers/helper-misc.php:
|
2304 |
msgid "Dzongkha"
|
2305 |
msgstr ""
|
2306 |
|
2307 |
-
#: core/helpers/helper-misc.php:
|
2308 |
msgid "English"
|
2309 |
msgstr ""
|
2310 |
|
2311 |
-
#: core/helpers/helper-misc.php:
|
2312 |
msgid "Esperanto"
|
2313 |
msgstr ""
|
2314 |
|
2315 |
-
#: core/helpers/helper-misc.php:
|
2316 |
msgid "Estonian"
|
2317 |
msgstr ""
|
2318 |
|
2319 |
-
#: core/helpers/helper-misc.php:
|
2320 |
msgid "Faroese"
|
2321 |
msgstr ""
|
2322 |
|
2323 |
-
#: core/helpers/helper-misc.php:
|
2324 |
msgid "Finnish"
|
2325 |
msgstr ""
|
2326 |
|
2327 |
-
#: core/helpers/helper-misc.php:
|
2328 |
msgid "French"
|
2329 |
msgstr ""
|
2330 |
|
2331 |
-
#: core/helpers/helper-misc.php:
|
2332 |
msgid "Frisian"
|
2333 |
msgstr ""
|
2334 |
|
2335 |
-
#: core/helpers/helper-misc.php:
|
2336 |
msgid "Friulian"
|
2337 |
msgstr ""
|
2338 |
|
2339 |
-
#: core/helpers/helper-misc.php:
|
2340 |
msgid "Fulah"
|
2341 |
msgstr ""
|
2342 |
|
2343 |
-
#: core/helpers/helper-misc.php:
|
2344 |
msgid "Galician"
|
2345 |
msgstr ""
|
2346 |
|
2347 |
-
#: core/helpers/helper-misc.php:
|
2348 |
msgid "Georgian"
|
2349 |
msgstr ""
|
2350 |
|
2351 |
-
#: core/helpers/helper-misc.php:
|
2352 |
msgid "German"
|
2353 |
msgstr ""
|
2354 |
|
2355 |
-
#: core/helpers/helper-misc.php:
|
2356 |
msgid "Greek"
|
2357 |
msgstr ""
|
2358 |
|
2359 |
-
#: core/helpers/helper-misc.php:
|
2360 |
msgid "Greenlandic"
|
2361 |
msgstr ""
|
2362 |
|
2363 |
-
#: core/helpers/helper-misc.php:
|
2364 |
msgid "Guaraní"
|
2365 |
msgstr ""
|
2366 |
|
2367 |
-
#: core/helpers/helper-misc.php:
|
2368 |
msgid "Gujarati"
|
2369 |
msgstr ""
|
2370 |
|
2371 |
-
#: core/helpers/helper-misc.php:
|
2372 |
msgid "Hawaiian"
|
2373 |
msgstr ""
|
2374 |
|
2375 |
-
#: core/helpers/helper-misc.php:
|
2376 |
msgid "Hazaragi"
|
2377 |
msgstr ""
|
2378 |
|
2379 |
-
#: core/helpers/helper-misc.php:
|
2380 |
msgid "Hebrew"
|
2381 |
msgstr ""
|
2382 |
|
2383 |
-
#: core/helpers/helper-misc.php:
|
2384 |
msgid "Hindi"
|
2385 |
msgstr ""
|
2386 |
|
2387 |
-
#: core/helpers/helper-misc.php:
|
2388 |
msgid "Hungarian"
|
2389 |
msgstr ""
|
2390 |
|
2391 |
-
#: core/helpers/helper-misc.php:
|
2392 |
msgid "Icelandic"
|
2393 |
msgstr ""
|
2394 |
|
2395 |
-
#: core/helpers/helper-misc.php:
|
2396 |
msgid "Ido"
|
2397 |
msgstr ""
|
2398 |
|
2399 |
-
#: core/helpers/helper-misc.php:
|
2400 |
msgid "Indonesian"
|
2401 |
msgstr ""
|
2402 |
|
2403 |
-
#: core/helpers/helper-misc.php:
|
2404 |
msgid "Irish"
|
2405 |
msgstr ""
|
2406 |
|
2407 |
-
#: core/helpers/helper-misc.php:
|
2408 |
msgid "Italian"
|
2409 |
msgstr ""
|
2410 |
|
2411 |
-
#: core/helpers/helper-misc.php:
|
2412 |
msgid "Japanese"
|
2413 |
msgstr ""
|
2414 |
|
2415 |
-
#: core/helpers/helper-misc.php:
|
2416 |
msgid "Javanese"
|
2417 |
msgstr ""
|
2418 |
|
2419 |
-
#: core/helpers/helper-misc.php:
|
2420 |
msgid "Kabyle"
|
2421 |
msgstr ""
|
2422 |
|
2423 |
-
#: core/helpers/helper-misc.php:
|
2424 |
msgid "Kannada"
|
2425 |
msgstr ""
|
2426 |
|
2427 |
-
#: core/helpers/helper-misc.php:
|
2428 |
msgid "Kazakh"
|
2429 |
msgstr ""
|
2430 |
|
2431 |
-
#: core/helpers/helper-misc.php:
|
2432 |
msgid "Khmer"
|
2433 |
msgstr ""
|
2434 |
|
2435 |
-
#: core/helpers/helper-misc.php:
|
2436 |
msgid "Kinyarwanda"
|
2437 |
msgstr ""
|
2438 |
|
2439 |
-
#: core/helpers/helper-misc.php:
|
2440 |
msgid "Kirghiz"
|
2441 |
msgstr ""
|
2442 |
|
2443 |
-
#: core/helpers/helper-misc.php:
|
2444 |
msgid "Korean"
|
2445 |
msgstr ""
|
2446 |
|
2447 |
-
#: core/helpers/helper-misc.php:
|
2448 |
msgid "Kurdish"
|
2449 |
msgstr ""
|
2450 |
|
2451 |
-
#: core/helpers/helper-misc.php:
|
2452 |
msgid "Lao"
|
2453 |
msgstr ""
|
2454 |
|
2455 |
-
#: core/helpers/helper-misc.php:
|
2456 |
msgid "Latvian"
|
2457 |
msgstr ""
|
2458 |
|
2459 |
-
#: core/helpers/helper-misc.php:
|
2460 |
msgid "Limburgish"
|
2461 |
msgstr ""
|
2462 |
|
2463 |
-
#: core/helpers/helper-misc.php:
|
2464 |
msgid "Lingala"
|
2465 |
msgstr ""
|
2466 |
|
2467 |
-
#: core/helpers/helper-misc.php:
|
2468 |
msgid "Lithuanian"
|
2469 |
msgstr ""
|
2470 |
|
2471 |
-
#: core/helpers/helper-misc.php:
|
2472 |
msgid "Luxembourgish"
|
2473 |
msgstr ""
|
2474 |
|
2475 |
-
#: core/helpers/helper-misc.php:
|
2476 |
msgid "Macedonian"
|
2477 |
msgstr ""
|
2478 |
|
2479 |
-
#: core/helpers/helper-misc.php:
|
2480 |
msgid "Malagasy"
|
2481 |
msgstr ""
|
2482 |
|
2483 |
-
#: core/helpers/helper-misc.php:
|
2484 |
msgid "Malay"
|
2485 |
msgstr ""
|
2486 |
|
2487 |
-
#: core/helpers/helper-misc.php:
|
2488 |
msgid "Malayalam"
|
2489 |
msgstr ""
|
2490 |
|
2491 |
-
#: core/helpers/helper-misc.php:
|
2492 |
msgid "Maori"
|
2493 |
msgstr ""
|
2494 |
|
2495 |
-
#: core/helpers/helper-misc.php:
|
2496 |
msgid "Marathi"
|
2497 |
msgstr ""
|
2498 |
|
2499 |
-
#: core/helpers/helper-misc.php:
|
2500 |
msgid "Mingrelian"
|
2501 |
msgstr ""
|
2502 |
|
2503 |
-
#: core/helpers/helper-misc.php:
|
2504 |
msgid "Mongolian"
|
2505 |
msgstr ""
|
2506 |
|
2507 |
-
#: core/helpers/helper-misc.php:
|
2508 |
msgid "Montenegrin"
|
2509 |
msgstr ""
|
2510 |
|
2511 |
-
#: core/helpers/helper-misc.php:
|
2512 |
msgid "Moroccan Arabic"
|
2513 |
msgstr ""
|
2514 |
|
2515 |
-
#: core/helpers/helper-misc.php:
|
2516 |
msgid "Myanmar (Burmese)"
|
2517 |
msgstr ""
|
2518 |
|
2519 |
-
#: core/helpers/helper-misc.php:
|
2520 |
msgid "Nepali"
|
2521 |
msgstr ""
|
2522 |
|
2523 |
-
#: core/helpers/helper-misc.php:
|
2524 |
msgid "Norwegian (Bokmål)"
|
2525 |
msgstr ""
|
2526 |
|
2527 |
-
#: core/helpers/helper-misc.php:
|
2528 |
msgid "Norwegian (Nynorsk)"
|
2529 |
msgstr ""
|
2530 |
|
2531 |
-
#: core/helpers/helper-misc.php:
|
2532 |
msgid "Occitan"
|
2533 |
msgstr ""
|
2534 |
|
2535 |
-
#: core/helpers/helper-misc.php:
|
2536 |
msgid "Oriya"
|
2537 |
msgstr ""
|
2538 |
|
2539 |
-
#: core/helpers/helper-misc.php:
|
2540 |
msgid "Ossetic"
|
2541 |
msgstr ""
|
2542 |
|
2543 |
-
#: core/helpers/helper-misc.php:
|
2544 |
msgid "Pashto"
|
2545 |
msgstr ""
|
2546 |
|
2547 |
-
#: core/helpers/helper-misc.php:
|
2548 |
msgid "Persian"
|
2549 |
msgstr ""
|
2550 |
|
2551 |
-
#: core/helpers/helper-misc.php:
|
2552 |
msgid "Polish"
|
2553 |
msgstr ""
|
2554 |
|
2555 |
-
#: core/helpers/helper-misc.php:
|
2556 |
msgid "Portuguese"
|
2557 |
msgstr ""
|
2558 |
|
2559 |
-
#: core/helpers/helper-misc.php:
|
2560 |
msgid "Punjabi"
|
2561 |
msgstr ""
|
2562 |
|
2563 |
-
#: core/helpers/helper-misc.php:
|
2564 |
msgid "Rohingya"
|
2565 |
msgstr ""
|
2566 |
|
2567 |
-
#: core/helpers/helper-misc.php:
|
2568 |
msgid "Romanian"
|
2569 |
msgstr ""
|
2570 |
|
2571 |
-
#: core/helpers/helper-misc.php:
|
2572 |
msgid "Romansh Vallader"
|
2573 |
msgstr ""
|
2574 |
|
2575 |
-
#: core/helpers/helper-misc.php:
|
2576 |
msgid "Russian"
|
2577 |
msgstr ""
|
2578 |
|
2579 |
-
#: core/helpers/helper-misc.php:
|
2580 |
msgid "Rusyn"
|
2581 |
msgstr ""
|
2582 |
|
2583 |
-
#: core/helpers/helper-misc.php:
|
2584 |
msgid "Sakha"
|
2585 |
msgstr ""
|
2586 |
|
2587 |
-
#: core/helpers/helper-misc.php:
|
2588 |
msgid "Sanskrit"
|
2589 |
msgstr ""
|
2590 |
|
2591 |
-
#: core/helpers/helper-misc.php:
|
2592 |
msgid "Sardinian"
|
2593 |
msgstr ""
|
2594 |
|
2595 |
-
#: core/helpers/helper-misc.php:
|
2596 |
msgid "Scottish Gaelic"
|
2597 |
msgstr ""
|
2598 |
|
2599 |
-
#: core/helpers/helper-misc.php:
|
2600 |
msgid "Serbian"
|
2601 |
msgstr ""
|
2602 |
|
2603 |
-
#: core/helpers/helper-misc.php:
|
2604 |
msgid "Silesian"
|
2605 |
msgstr ""
|
2606 |
|
2607 |
-
#: core/helpers/helper-misc.php:
|
2608 |
msgid "Sindhi"
|
2609 |
msgstr ""
|
2610 |
|
2611 |
-
#: core/helpers/helper-misc.php:
|
2612 |
msgid "Sinhala"
|
2613 |
msgstr ""
|
2614 |
|
2615 |
-
#: core/helpers/helper-misc.php:
|
2616 |
msgid "Slovak"
|
2617 |
msgstr ""
|
2618 |
|
2619 |
-
#: core/helpers/helper-misc.php:
|
2620 |
msgid "Slovenian"
|
2621 |
msgstr ""
|
2622 |
|
2623 |
-
#: core/helpers/helper-misc.php:
|
2624 |
msgid "Somali"
|
2625 |
msgstr ""
|
2626 |
|
2627 |
-
#: core/helpers/helper-misc.php:
|
2628 |
msgid "South Azerbaijani"
|
2629 |
msgstr ""
|
2630 |
|
2631 |
-
#: core/helpers/helper-misc.php:
|
2632 |
msgid "Spanish"
|
2633 |
msgstr ""
|
2634 |
|
2635 |
-
#: core/helpers/helper-misc.php:
|
2636 |
msgid "Sundanese"
|
2637 |
msgstr ""
|
2638 |
|
2639 |
-
#: core/helpers/helper-misc.php:
|
2640 |
msgid "Swahili"
|
2641 |
msgstr ""
|
2642 |
|
2643 |
-
#: core/helpers/helper-misc.php:
|
2644 |
msgid "Swedish"
|
2645 |
msgstr ""
|
2646 |
|
2647 |
-
#: core/helpers/helper-misc.php:
|
2648 |
msgid "Swiss German"
|
2649 |
msgstr ""
|
2650 |
|
2651 |
-
#: core/helpers/helper-misc.php:
|
2652 |
msgid "Tagalog"
|
2653 |
msgstr ""
|
2654 |
|
2655 |
-
#: core/helpers/helper-misc.php:
|
2656 |
msgid "Tahitian"
|
2657 |
msgstr ""
|
2658 |
|
2659 |
-
#: core/helpers/helper-misc.php:
|
2660 |
msgid "Tajik"
|
2661 |
msgstr ""
|
2662 |
|
2663 |
-
#: core/helpers/helper-misc.php:
|
2664 |
msgid "Tamazight"
|
2665 |
msgstr ""
|
2666 |
|
2667 |
-
#: core/helpers/helper-misc.php:
|
2668 |
msgid "Tamil"
|
2669 |
msgstr ""
|
2670 |
|
2671 |
-
#: core/helpers/helper-misc.php:
|
2672 |
msgid "Tatar"
|
2673 |
msgstr ""
|
2674 |
|
2675 |
-
#: core/helpers/helper-misc.php:
|
2676 |
msgid "Telugu"
|
2677 |
msgstr ""
|
2678 |
|
2679 |
-
#: core/helpers/helper-misc.php:
|
2680 |
msgid "Thai"
|
2681 |
msgstr ""
|
2682 |
|
2683 |
-
#: core/helpers/helper-misc.php:
|
2684 |
msgid "Tibetan"
|
2685 |
msgstr ""
|
2686 |
|
2687 |
-
#: core/helpers/helper-misc.php:
|
2688 |
msgid "Tigrinya"
|
2689 |
msgstr ""
|
2690 |
|
2691 |
-
#: core/helpers/helper-misc.php:
|
2692 |
msgid "Turkish"
|
2693 |
msgstr ""
|
2694 |
|
2695 |
-
#: core/helpers/helper-misc.php:
|
2696 |
msgid "Turkmen"
|
2697 |
msgstr ""
|
2698 |
|
2699 |
-
#: core/helpers/helper-misc.php:
|
2700 |
msgid "Tweants"
|
2701 |
msgstr ""
|
2702 |
|
2703 |
-
#: core/helpers/helper-misc.php:
|
2704 |
msgid "Uighur"
|
2705 |
msgstr ""
|
2706 |
|
2707 |
-
#: core/helpers/helper-misc.php:
|
2708 |
msgid "Ukrainian"
|
2709 |
msgstr ""
|
2710 |
|
2711 |
-
#: core/helpers/helper-misc.php:
|
2712 |
msgid "Urdu"
|
2713 |
msgstr ""
|
2714 |
|
2715 |
-
#: core/helpers/helper-misc.php:
|
2716 |
msgid "Uzbek"
|
2717 |
msgstr ""
|
2718 |
|
2719 |
-
#: core/helpers/helper-misc.php:
|
2720 |
msgid "Vietnamese"
|
2721 |
msgstr ""
|
2722 |
|
2723 |
-
#: core/helpers/helper-misc.php:
|
2724 |
msgid "Walloon"
|
2725 |
msgstr ""
|
2726 |
|
2727 |
-
#: core/helpers/helper-misc.php:
|
2728 |
msgid "Welsh"
|
2729 |
msgstr ""
|
2730 |
|
2731 |
-
#: core/helpers/helper-misc.php:
|
2732 |
msgid "Yoruba"
|
2733 |
msgstr ""
|
2734 |
|
@@ -2800,6 +2801,17 @@ msgstr ""
|
|
2800 |
msgid "Add Part"
|
2801 |
msgstr ""
|
2802 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2803 |
#: core/templates/customize-form-item.php:33
|
2804 |
#: core/templates/customize-form-part-footer.php:3
|
2805 |
#: core/templates/parts/customize-checkbox.php:137
|
@@ -2844,6 +2856,10 @@ msgstr ""
|
|
2844 |
msgid "No parts found."
|
2845 |
msgstr ""
|
2846 |
|
|
|
|
|
|
|
|
|
2847 |
#: core/templates/customize-form-steps.php:23
|
2848 |
msgid "Save & Close"
|
2849 |
msgstr ""
|
2 |
# This file is distributed under the same license as the HappyForms package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: HappyForms 1.8.21\n"
|
6 |
"Report-Msgid-Bugs-To: https://thethemefoundry.com/support/\n"
|
7 |
+
"POT-Creation-Date: 2019-11-21 13:10:04+00:00\n"
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=utf-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
133 |
msgstr ""
|
134 |
|
135 |
#: core/classes/class-form-admin.php:340
|
136 |
+
msgid "Edit"
|
|
|
137 |
msgstr ""
|
138 |
|
139 |
#: core/classes/class-form-admin.php:344
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
140 |
#: core/templates/customize-form-item.php:27
|
141 |
#: core/templates/customize-form-part-footer.php:4
|
142 |
msgid "Duplicate"
|
143 |
msgstr ""
|
144 |
|
145 |
+
#: core/classes/class-form-admin.php:348
|
146 |
msgid "Trash"
|
147 |
msgstr ""
|
148 |
|
149 |
+
#: core/classes/class-form-admin.php:393
|
150 |
msgid "Form duplicated succesfully."
|
151 |
msgstr ""
|
152 |
|
774 |
|
775 |
#: core/classes/class-happyforms-core.php:189
|
776 |
#: core/classes/class-happyforms-core.php:190
|
777 |
+
msgid "Activity"
|
778 |
msgstr ""
|
779 |
|
780 |
#: core/classes/class-happyforms-core.php:198
|
792 |
msgid "Welcome"
|
793 |
msgstr ""
|
794 |
|
795 |
+
#: core/classes/class-happyforms-core.php:439
|
796 |
+
msgid "Insert HappyForm"
|
797 |
+
msgstr ""
|
798 |
+
|
799 |
+
#: core/classes/class-happyforms-core.php:439
|
800 |
+
msgid "Add HappyForms"
|
801 |
msgstr ""
|
802 |
|
803 |
+
#: core/classes/class-happyforms-core.php:635
|
804 |
+
msgid "Overview"
|
805 |
msgstr ""
|
806 |
|
807 |
+
#: core/classes/class-happyforms-core.php:645
|
808 |
+
msgid "Hey 👋 Welcome to your HappyForms Dashboard!"
|
809 |
msgstr ""
|
810 |
|
811 |
+
#: core/classes/class-happyforms-core.php:648
|
812 |
+
msgid ""
|
813 |
+
"Are you looking for help? Well, we’ve swept the nacho crumbs from our "
|
814 |
+
"keyboards, refilled our ginger beers and are ready to reply with answers! "
|
815 |
+
"So, go on, email %s."
|
816 |
+
msgstr ""
|
817 |
+
|
818 |
+
#: core/classes/class-happyforms-core.php:657
|
819 |
+
msgid "For more help"
|
820 |
+
msgstr ""
|
821 |
+
|
822 |
+
#: core/classes/class-happyforms-core.php:659
|
823 |
+
msgid "Help guide"
|
824 |
msgstr ""
|
825 |
|
826 |
#: core/classes/class-happyforms-widget.php:15
|
2185 |
msgid "Yugoslavia"
|
2186 |
msgstr ""
|
2187 |
|
2188 |
+
#: core/helpers/helper-misc.php:643
|
2189 |
msgid "Response #%s"
|
2190 |
msgstr ""
|
2191 |
|
2192 |
+
#: core/helpers/helper-misc.php:694
|
2193 |
msgid "Afrikaans"
|
2194 |
msgstr ""
|
2195 |
|
2196 |
+
#: core/helpers/helper-misc.php:695
|
2197 |
msgid "Akan"
|
2198 |
msgstr ""
|
2199 |
|
2200 |
+
#: core/helpers/helper-misc.php:696
|
2201 |
msgid "Albanian"
|
2202 |
msgstr ""
|
2203 |
|
2204 |
+
#: core/helpers/helper-misc.php:697
|
2205 |
msgid "Algerian Arabic"
|
2206 |
msgstr ""
|
2207 |
|
2208 |
+
#: core/helpers/helper-misc.php:698
|
2209 |
msgid "Amharic"
|
2210 |
msgstr ""
|
2211 |
|
2212 |
+
#: core/helpers/helper-misc.php:699
|
2213 |
msgid "Arabic"
|
2214 |
msgstr ""
|
2215 |
|
2216 |
+
#: core/helpers/helper-misc.php:700
|
2217 |
msgid "Armenian"
|
2218 |
msgstr ""
|
2219 |
|
2220 |
+
#: core/helpers/helper-misc.php:701
|
2221 |
msgid "Aromanian"
|
2222 |
msgstr ""
|
2223 |
|
2224 |
+
#: core/helpers/helper-misc.php:702
|
2225 |
msgid "Arpitan"
|
2226 |
msgstr ""
|
2227 |
|
2228 |
+
#: core/helpers/helper-misc.php:703
|
2229 |
msgid "Assamese"
|
2230 |
msgstr ""
|
2231 |
|
2232 |
+
#: core/helpers/helper-misc.php:704
|
2233 |
msgid "Azerbaijani"
|
2234 |
msgstr ""
|
2235 |
|
2236 |
+
#: core/helpers/helper-misc.php:705
|
2237 |
msgid "Balochi Southern"
|
2238 |
msgstr ""
|
2239 |
|
2240 |
+
#: core/helpers/helper-misc.php:706
|
2241 |
msgid "Bashkir"
|
2242 |
msgstr ""
|
2243 |
|
2244 |
+
#: core/helpers/helper-misc.php:707
|
2245 |
msgid "Basque"
|
2246 |
msgstr ""
|
2247 |
|
2248 |
+
#: core/helpers/helper-misc.php:708
|
2249 |
msgid "Belarusian"
|
2250 |
msgstr ""
|
2251 |
|
2252 |
+
#: core/helpers/helper-misc.php:709
|
2253 |
msgid "Bengali"
|
2254 |
msgstr ""
|
2255 |
|
2256 |
+
#: core/helpers/helper-misc.php:710
|
2257 |
msgid "Bosnian"
|
2258 |
msgstr ""
|
2259 |
|
2260 |
+
#: core/helpers/helper-misc.php:711
|
2261 |
msgid "Breton"
|
2262 |
msgstr ""
|
2263 |
|
2264 |
+
#: core/helpers/helper-misc.php:712
|
2265 |
msgid "Bulgarian"
|
2266 |
msgstr ""
|
2267 |
|
2268 |
+
#: core/helpers/helper-misc.php:713
|
2269 |
msgid "Catalan"
|
2270 |
msgstr ""
|
2271 |
|
2272 |
+
#: core/helpers/helper-misc.php:714
|
2273 |
msgid "Cebuano"
|
2274 |
msgstr ""
|
2275 |
|
2276 |
+
#: core/helpers/helper-misc.php:715
|
2277 |
msgid "Chinese"
|
2278 |
msgstr ""
|
2279 |
|
2280 |
+
#: core/helpers/helper-misc.php:716
|
2281 |
msgid "Corsican"
|
2282 |
msgstr ""
|
2283 |
|
2284 |
+
#: core/helpers/helper-misc.php:717
|
2285 |
msgid "Croatian"
|
2286 |
msgstr ""
|
2287 |
|
2288 |
+
#: core/helpers/helper-misc.php:718
|
2289 |
msgid "Czech"
|
2290 |
msgstr ""
|
2291 |
|
2292 |
+
#: core/helpers/helper-misc.php:719
|
2293 |
msgid "Danish"
|
2294 |
msgstr ""
|
2295 |
|
2296 |
+
#: core/helpers/helper-misc.php:720
|
2297 |
msgid "Dhivehi"
|
2298 |
msgstr ""
|
2299 |
|
2300 |
+
#: core/helpers/helper-misc.php:721
|
2301 |
msgid "Dutch"
|
2302 |
msgstr ""
|
2303 |
|
2304 |
+
#: core/helpers/helper-misc.php:722
|
2305 |
msgid "Dzongkha"
|
2306 |
msgstr ""
|
2307 |
|
2308 |
+
#: core/helpers/helper-misc.php:723
|
2309 |
msgid "English"
|
2310 |
msgstr ""
|
2311 |
|
2312 |
+
#: core/helpers/helper-misc.php:724
|
2313 |
msgid "Esperanto"
|
2314 |
msgstr ""
|
2315 |
|
2316 |
+
#: core/helpers/helper-misc.php:725
|
2317 |
msgid "Estonian"
|
2318 |
msgstr ""
|
2319 |
|
2320 |
+
#: core/helpers/helper-misc.php:726
|
2321 |
msgid "Faroese"
|
2322 |
msgstr ""
|
2323 |
|
2324 |
+
#: core/helpers/helper-misc.php:727
|
2325 |
msgid "Finnish"
|
2326 |
msgstr ""
|
2327 |
|
2328 |
+
#: core/helpers/helper-misc.php:728
|
2329 |
msgid "French"
|
2330 |
msgstr ""
|
2331 |
|
2332 |
+
#: core/helpers/helper-misc.php:729
|
2333 |
msgid "Frisian"
|
2334 |
msgstr ""
|
2335 |
|
2336 |
+
#: core/helpers/helper-misc.php:730
|
2337 |
msgid "Friulian"
|
2338 |
msgstr ""
|
2339 |
|
2340 |
+
#: core/helpers/helper-misc.php:731
|
2341 |
msgid "Fulah"
|
2342 |
msgstr ""
|
2343 |
|
2344 |
+
#: core/helpers/helper-misc.php:732
|
2345 |
msgid "Galician"
|
2346 |
msgstr ""
|
2347 |
|
2348 |
+
#: core/helpers/helper-misc.php:733
|
2349 |
msgid "Georgian"
|
2350 |
msgstr ""
|
2351 |
|
2352 |
+
#: core/helpers/helper-misc.php:734
|
2353 |
msgid "German"
|
2354 |
msgstr ""
|
2355 |
|
2356 |
+
#: core/helpers/helper-misc.php:735
|
2357 |
msgid "Greek"
|
2358 |
msgstr ""
|
2359 |
|
2360 |
+
#: core/helpers/helper-misc.php:736
|
2361 |
msgid "Greenlandic"
|
2362 |
msgstr ""
|
2363 |
|
2364 |
+
#: core/helpers/helper-misc.php:737
|
2365 |
msgid "Guaraní"
|
2366 |
msgstr ""
|
2367 |
|
2368 |
+
#: core/helpers/helper-misc.php:738
|
2369 |
msgid "Gujarati"
|
2370 |
msgstr ""
|
2371 |
|
2372 |
+
#: core/helpers/helper-misc.php:739
|
2373 |
msgid "Hawaiian"
|
2374 |
msgstr ""
|
2375 |
|
2376 |
+
#: core/helpers/helper-misc.php:740
|
2377 |
msgid "Hazaragi"
|
2378 |
msgstr ""
|
2379 |
|
2380 |
+
#: core/helpers/helper-misc.php:741
|
2381 |
msgid "Hebrew"
|
2382 |
msgstr ""
|
2383 |
|
2384 |
+
#: core/helpers/helper-misc.php:742
|
2385 |
msgid "Hindi"
|
2386 |
msgstr ""
|
2387 |
|
2388 |
+
#: core/helpers/helper-misc.php:743
|
2389 |
msgid "Hungarian"
|
2390 |
msgstr ""
|
2391 |
|
2392 |
+
#: core/helpers/helper-misc.php:744
|
2393 |
msgid "Icelandic"
|
2394 |
msgstr ""
|
2395 |
|
2396 |
+
#: core/helpers/helper-misc.php:745
|
2397 |
msgid "Ido"
|
2398 |
msgstr ""
|
2399 |
|
2400 |
+
#: core/helpers/helper-misc.php:746
|
2401 |
msgid "Indonesian"
|
2402 |
msgstr ""
|
2403 |
|
2404 |
+
#: core/helpers/helper-misc.php:747
|
2405 |
msgid "Irish"
|
2406 |
msgstr ""
|
2407 |
|
2408 |
+
#: core/helpers/helper-misc.php:748
|
2409 |
msgid "Italian"
|
2410 |
msgstr ""
|
2411 |
|
2412 |
+
#: core/helpers/helper-misc.php:749
|
2413 |
msgid "Japanese"
|
2414 |
msgstr ""
|
2415 |
|
2416 |
+
#: core/helpers/helper-misc.php:750
|
2417 |
msgid "Javanese"
|
2418 |
msgstr ""
|
2419 |
|
2420 |
+
#: core/helpers/helper-misc.php:751
|
2421 |
msgid "Kabyle"
|
2422 |
msgstr ""
|
2423 |
|
2424 |
+
#: core/helpers/helper-misc.php:752
|
2425 |
msgid "Kannada"
|
2426 |
msgstr ""
|
2427 |
|
2428 |
+
#: core/helpers/helper-misc.php:753
|
2429 |
msgid "Kazakh"
|
2430 |
msgstr ""
|
2431 |
|
2432 |
+
#: core/helpers/helper-misc.php:754
|
2433 |
msgid "Khmer"
|
2434 |
msgstr ""
|
2435 |
|
2436 |
+
#: core/helpers/helper-misc.php:755
|
2437 |
msgid "Kinyarwanda"
|
2438 |
msgstr ""
|
2439 |
|
2440 |
+
#: core/helpers/helper-misc.php:756
|
2441 |
msgid "Kirghiz"
|
2442 |
msgstr ""
|
2443 |
|
2444 |
+
#: core/helpers/helper-misc.php:757
|
2445 |
msgid "Korean"
|
2446 |
msgstr ""
|
2447 |
|
2448 |
+
#: core/helpers/helper-misc.php:758
|
2449 |
msgid "Kurdish"
|
2450 |
msgstr ""
|
2451 |
|
2452 |
+
#: core/helpers/helper-misc.php:759
|
2453 |
msgid "Lao"
|
2454 |
msgstr ""
|
2455 |
|
2456 |
+
#: core/helpers/helper-misc.php:760
|
2457 |
msgid "Latvian"
|
2458 |
msgstr ""
|
2459 |
|
2460 |
+
#: core/helpers/helper-misc.php:761
|
2461 |
msgid "Limburgish"
|
2462 |
msgstr ""
|
2463 |
|
2464 |
+
#: core/helpers/helper-misc.php:762
|
2465 |
msgid "Lingala"
|
2466 |
msgstr ""
|
2467 |
|
2468 |
+
#: core/helpers/helper-misc.php:763
|
2469 |
msgid "Lithuanian"
|
2470 |
msgstr ""
|
2471 |
|
2472 |
+
#: core/helpers/helper-misc.php:764
|
2473 |
msgid "Luxembourgish"
|
2474 |
msgstr ""
|
2475 |
|
2476 |
+
#: core/helpers/helper-misc.php:765
|
2477 |
msgid "Macedonian"
|
2478 |
msgstr ""
|
2479 |
|
2480 |
+
#: core/helpers/helper-misc.php:766
|
2481 |
msgid "Malagasy"
|
2482 |
msgstr ""
|
2483 |
|
2484 |
+
#: core/helpers/helper-misc.php:767
|
2485 |
msgid "Malay"
|
2486 |
msgstr ""
|
2487 |
|
2488 |
+
#: core/helpers/helper-misc.php:768
|
2489 |
msgid "Malayalam"
|
2490 |
msgstr ""
|
2491 |
|
2492 |
+
#: core/helpers/helper-misc.php:769
|
2493 |
msgid "Maori"
|
2494 |
msgstr ""
|
2495 |
|
2496 |
+
#: core/helpers/helper-misc.php:770
|
2497 |
msgid "Marathi"
|
2498 |
msgstr ""
|
2499 |
|
2500 |
+
#: core/helpers/helper-misc.php:771
|
2501 |
msgid "Mingrelian"
|
2502 |
msgstr ""
|
2503 |
|
2504 |
+
#: core/helpers/helper-misc.php:772
|
2505 |
msgid "Mongolian"
|
2506 |
msgstr ""
|
2507 |
|
2508 |
+
#: core/helpers/helper-misc.php:773
|
2509 |
msgid "Montenegrin"
|
2510 |
msgstr ""
|
2511 |
|
2512 |
+
#: core/helpers/helper-misc.php:774
|
2513 |
msgid "Moroccan Arabic"
|
2514 |
msgstr ""
|
2515 |
|
2516 |
+
#: core/helpers/helper-misc.php:775
|
2517 |
msgid "Myanmar (Burmese)"
|
2518 |
msgstr ""
|
2519 |
|
2520 |
+
#: core/helpers/helper-misc.php:776
|
2521 |
msgid "Nepali"
|
2522 |
msgstr ""
|
2523 |
|
2524 |
+
#: core/helpers/helper-misc.php:777
|
2525 |
msgid "Norwegian (Bokmål)"
|
2526 |
msgstr ""
|
2527 |
|
2528 |
+
#: core/helpers/helper-misc.php:778
|
2529 |
msgid "Norwegian (Nynorsk)"
|
2530 |
msgstr ""
|
2531 |
|
2532 |
+
#: core/helpers/helper-misc.php:779
|
2533 |
msgid "Occitan"
|
2534 |
msgstr ""
|
2535 |
|
2536 |
+
#: core/helpers/helper-misc.php:780
|
2537 |
msgid "Oriya"
|
2538 |
msgstr ""
|
2539 |
|
2540 |
+
#: core/helpers/helper-misc.php:781
|
2541 |
msgid "Ossetic"
|
2542 |
msgstr ""
|
2543 |
|
2544 |
+
#: core/helpers/helper-misc.php:782
|
2545 |
msgid "Pashto"
|
2546 |
msgstr ""
|
2547 |
|
2548 |
+
#: core/helpers/helper-misc.php:783
|
2549 |
msgid "Persian"
|
2550 |
msgstr ""
|
2551 |
|
2552 |
+
#: core/helpers/helper-misc.php:784
|
2553 |
msgid "Polish"
|
2554 |
msgstr ""
|
2555 |
|
2556 |
+
#: core/helpers/helper-misc.php:785
|
2557 |
msgid "Portuguese"
|
2558 |
msgstr ""
|
2559 |
|
2560 |
+
#: core/helpers/helper-misc.php:786
|
2561 |
msgid "Punjabi"
|
2562 |
msgstr ""
|
2563 |
|
2564 |
+
#: core/helpers/helper-misc.php:787
|
2565 |
msgid "Rohingya"
|
2566 |
msgstr ""
|
2567 |
|
2568 |
+
#: core/helpers/helper-misc.php:788
|
2569 |
msgid "Romanian"
|
2570 |
msgstr ""
|
2571 |
|
2572 |
+
#: core/helpers/helper-misc.php:789
|
2573 |
msgid "Romansh Vallader"
|
2574 |
msgstr ""
|
2575 |
|
2576 |
+
#: core/helpers/helper-misc.php:790
|
2577 |
msgid "Russian"
|
2578 |
msgstr ""
|
2579 |
|
2580 |
+
#: core/helpers/helper-misc.php:791
|
2581 |
msgid "Rusyn"
|
2582 |
msgstr ""
|
2583 |
|
2584 |
+
#: core/helpers/helper-misc.php:792
|
2585 |
msgid "Sakha"
|
2586 |
msgstr ""
|
2587 |
|
2588 |
+
#: core/helpers/helper-misc.php:793
|
2589 |
msgid "Sanskrit"
|
2590 |
msgstr ""
|
2591 |
|
2592 |
+
#: core/helpers/helper-misc.php:794
|
2593 |
msgid "Sardinian"
|
2594 |
msgstr ""
|
2595 |
|
2596 |
+
#: core/helpers/helper-misc.php:795
|
2597 |
msgid "Scottish Gaelic"
|
2598 |
msgstr ""
|
2599 |
|
2600 |
+
#: core/helpers/helper-misc.php:796
|
2601 |
msgid "Serbian"
|
2602 |
msgstr ""
|
2603 |
|
2604 |
+
#: core/helpers/helper-misc.php:797
|
2605 |
msgid "Silesian"
|
2606 |
msgstr ""
|
2607 |
|
2608 |
+
#: core/helpers/helper-misc.php:798
|
2609 |
msgid "Sindhi"
|
2610 |
msgstr ""
|
2611 |
|
2612 |
+
#: core/helpers/helper-misc.php:799
|
2613 |
msgid "Sinhala"
|
2614 |
msgstr ""
|
2615 |
|
2616 |
+
#: core/helpers/helper-misc.php:800
|
2617 |
msgid "Slovak"
|
2618 |
msgstr ""
|
2619 |
|
2620 |
+
#: core/helpers/helper-misc.php:801
|
2621 |
msgid "Slovenian"
|
2622 |
msgstr ""
|
2623 |
|
2624 |
+
#: core/helpers/helper-misc.php:802
|
2625 |
msgid "Somali"
|
2626 |
msgstr ""
|
2627 |
|
2628 |
+
#: core/helpers/helper-misc.php:803
|
2629 |
msgid "South Azerbaijani"
|
2630 |
msgstr ""
|
2631 |
|
2632 |
+
#: core/helpers/helper-misc.php:804
|
2633 |
msgid "Spanish"
|
2634 |
msgstr ""
|
2635 |
|
2636 |
+
#: core/helpers/helper-misc.php:805
|
2637 |
msgid "Sundanese"
|
2638 |
msgstr ""
|
2639 |
|
2640 |
+
#: core/helpers/helper-misc.php:806
|
2641 |
msgid "Swahili"
|
2642 |
msgstr ""
|
2643 |
|
2644 |
+
#: core/helpers/helper-misc.php:807
|
2645 |
msgid "Swedish"
|
2646 |
msgstr ""
|
2647 |
|
2648 |
+
#: core/helpers/helper-misc.php:808
|
2649 |
msgid "Swiss German"
|
2650 |
msgstr ""
|
2651 |
|
2652 |
+
#: core/helpers/helper-misc.php:809
|
2653 |
msgid "Tagalog"
|
2654 |
msgstr ""
|
2655 |
|
2656 |
+
#: core/helpers/helper-misc.php:810
|
2657 |
msgid "Tahitian"
|
2658 |
msgstr ""
|
2659 |
|
2660 |
+
#: core/helpers/helper-misc.php:811
|
2661 |
msgid "Tajik"
|
2662 |
msgstr ""
|
2663 |
|
2664 |
+
#: core/helpers/helper-misc.php:812
|
2665 |
msgid "Tamazight"
|
2666 |
msgstr ""
|
2667 |
|
2668 |
+
#: core/helpers/helper-misc.php:813
|
2669 |
msgid "Tamil"
|
2670 |
msgstr ""
|
2671 |
|
2672 |
+
#: core/helpers/helper-misc.php:814
|
2673 |
msgid "Tatar"
|
2674 |
msgstr ""
|
2675 |
|
2676 |
+
#: core/helpers/helper-misc.php:815
|
2677 |
msgid "Telugu"
|
2678 |
msgstr ""
|
2679 |
|
2680 |
+
#: core/helpers/helper-misc.php:816
|
2681 |
msgid "Thai"
|
2682 |
msgstr ""
|
2683 |
|
2684 |
+
#: core/helpers/helper-misc.php:817
|
2685 |
msgid "Tibetan"
|
2686 |
msgstr ""
|
2687 |
|
2688 |
+
#: core/helpers/helper-misc.php:818
|
2689 |
msgid "Tigrinya"
|
2690 |
msgstr ""
|
2691 |
|
2692 |
+
#: core/helpers/helper-misc.php:819
|
2693 |
msgid "Turkish"
|
2694 |
msgstr ""
|
2695 |
|
2696 |
+
#: core/helpers/helper-misc.php:820
|
2697 |
msgid "Turkmen"
|
2698 |
msgstr ""
|
2699 |
|
2700 |
+
#: core/helpers/helper-misc.php:821
|
2701 |
msgid "Tweants"
|
2702 |
msgstr ""
|
2703 |
|
2704 |
+
#: core/helpers/helper-misc.php:822
|
2705 |
msgid "Uighur"
|
2706 |
msgstr ""
|
2707 |
|
2708 |
+
#: core/helpers/helper-misc.php:823
|
2709 |
msgid "Ukrainian"
|
2710 |
msgstr ""
|
2711 |
|
2712 |
+
#: core/helpers/helper-misc.php:824
|
2713 |
msgid "Urdu"
|
2714 |
msgstr ""
|
2715 |
|
2716 |
+
#: core/helpers/helper-misc.php:825
|
2717 |
msgid "Uzbek"
|
2718 |
msgstr ""
|
2719 |
|
2720 |
+
#: core/helpers/helper-misc.php:826
|
2721 |
msgid "Vietnamese"
|
2722 |
msgstr ""
|
2723 |
|
2724 |
+
#: core/helpers/helper-misc.php:827
|
2725 |
msgid "Walloon"
|
2726 |
msgstr ""
|
2727 |
|
2728 |
+
#: core/helpers/helper-misc.php:828
|
2729 |
msgid "Welsh"
|
2730 |
msgstr ""
|
2731 |
|
2732 |
+
#: core/helpers/helper-misc.php:829
|
2733 |
msgid "Yoruba"
|
2734 |
msgstr ""
|
2735 |
|
2801 |
msgid "Add Part"
|
2802 |
msgstr ""
|
2803 |
|
2804 |
+
#: core/templates/customize-form-item.php:21
|
2805 |
+
#: core/templates/customize-form-steps.php:8
|
2806 |
+
#: core/templates/customize-form-steps.php:15
|
2807 |
+
msgid "Setup"
|
2808 |
+
msgstr ""
|
2809 |
+
|
2810 |
+
#: core/templates/customize-form-item.php:24
|
2811 |
+
#: core/templates/customize-form-steps.php:18
|
2812 |
+
msgid "Style"
|
2813 |
+
msgstr ""
|
2814 |
+
|
2815 |
#: core/templates/customize-form-item.php:33
|
2816 |
#: core/templates/customize-form-part-footer.php:3
|
2817 |
#: core/templates/parts/customize-checkbox.php:137
|
2856 |
msgid "No parts found."
|
2857 |
msgstr ""
|
2858 |
|
2859 |
+
#: core/templates/customize-form-steps.php:5
|
2860 |
+
msgid "Build"
|
2861 |
+
msgstr ""
|
2862 |
+
|
2863 |
#: core/templates/customize-form-steps.php:23
|
2864 |
msgid "Save & Close"
|
2865 |
msgstr ""
|
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.3
|
7 |
Requires PHP: 5.3
|
8 |
-
Stable tag: 1.8.
|
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.20 =
|
101 |
* Improvement: Various improvements related to builder and front-end styles.
|
102 |
* Improvement: Compatibility with WordPress 5.3.
|
@@ -545,6 +549,9 @@ Yep! HappyForms free isn't going anywhere but for those looking for even more yo
|
|
545 |
|
546 |
== Upgrade Notice ==
|
547 |
|
|
|
|
|
|
|
548 |
= 1.8.20 =
|
549 |
* Various style improvements, compatibility with WordPress 5.3.
|
550 |
|
5 |
Requires at least: 4.8
|
6 |
Tested up to: 5.3
|
7 |
Requires PHP: 5.3
|
8 |
+
Stable tag: 1.8.21
|
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.21 =
|
101 |
+
* New feature: Added Help tab to all HappyForms screens, providing easy access to help guide and our email support.
|
102 |
+
* Improvement: All Forms screen improvements.
|
103 |
+
|
104 |
= 1.8.20 =
|
105 |
* Improvement: Various improvements related to builder and front-end styles.
|
106 |
* Improvement: Compatibility with WordPress 5.3.
|
549 |
|
550 |
== Upgrade Notice ==
|
551 |
|
552 |
+
= 1.8.21 =
|
553 |
+
* New Help tab linking to our help guide and support email. All Forms screen improvements.
|
554 |
+
|
555 |
= 1.8.20 =
|
556 |
* Various style improvements, compatibility with WordPress 5.3.
|
557 |
|