Version Description
- Fix: Allow the section html in the form widget. Don't remove it when sanitizing.
- Fix: Show the scrollbar for the list of fields in Chrome on the form builder. Some devices don't allow scrolling without it.
Download this release
Release Info
Developer | sswells |
Plugin | Formidable Forms – Form Builder for WordPress |
Version | 3.03.01 |
Comparing to | |
See all releases |
Code changes from version 3.03 to 3.03.01
- classes/helpers/FrmAppHelper.php +2 -1
- classes/models/FrmMigrate.php +1 -10
- css/custom_theme.css.php +1 -0
- css/frm_admin.css +0 -4
- formidable.php +1 -1
- languages/formidable.pot +168 -164
- readme.txt +5 -1
classes/helpers/FrmAppHelper.php
CHANGED
@@ -11,7 +11,7 @@ class FrmAppHelper {
|
|
11 |
/**
|
12 |
* @since 2.0
|
13 |
*/
|
14 |
-
public static $plug_version = '3.03';
|
15 |
|
16 |
/**
|
17 |
* @since 1.07.02
|
@@ -496,6 +496,7 @@ class FrmAppHelper {
|
|
496 |
'cite' => array(),
|
497 |
'title' => array(),
|
498 |
),
|
|
|
499 |
'span' => array(
|
500 |
'class' => array(),
|
501 |
'id' => array(),
|
11 |
/**
|
12 |
* @since 2.0
|
13 |
*/
|
14 |
+
public static $plug_version = '3.03.01';
|
15 |
|
16 |
/**
|
17 |
* @since 1.07.02
|
496 |
'cite' => array(),
|
497 |
'title' => array(),
|
498 |
),
|
499 |
+
'section' => $allow_class,
|
500 |
'span' => array(
|
501 |
'class' => array(),
|
502 |
'id' => array(),
|
classes/models/FrmMigrate.php
CHANGED
@@ -72,16 +72,7 @@ class FrmMigrate {
|
|
72 |
return '';
|
73 |
}
|
74 |
|
75 |
-
$
|
76 |
-
if ( ! empty( $wpdb->charset ) ) {
|
77 |
-
$charset_collate .= ' DEFAULT CHARACTER SET ' . $wpdb->charset;
|
78 |
-
}
|
79 |
-
|
80 |
-
if ( ! empty( $wpdb->collate ) ) {
|
81 |
-
$charset_collate .= ' COLLATE ' . $wpdb->collate;
|
82 |
-
}
|
83 |
-
|
84 |
-
return $charset_collate;
|
85 |
}
|
86 |
|
87 |
private function create_tables() {
|
72 |
return '';
|
73 |
}
|
74 |
|
75 |
+
return $wpdb->get_charset_collate();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
76 |
}
|
77 |
|
78 |
private function create_tables() {
|
css/custom_theme.css.php
CHANGED
@@ -20,6 +20,7 @@ $defaults = FrmStylesHelper::get_settings_for_output( $default_style );
|
|
20 |
|
21 |
.frm_form_field .grecaptcha-badge,
|
22 |
.frm_hidden,
|
|
|
23 |
.with_frm_style .frm_button.frm_hidden{
|
24 |
display:none;
|
25 |
}
|
20 |
|
21 |
.frm_form_field .grecaptcha-badge,
|
22 |
.frm_hidden,
|
23 |
+
.with_frm_style .frm_remove_form_row.frm_hidden,
|
24 |
.with_frm_style .frm_button.frm_hidden{
|
25 |
display:none;
|
26 |
}
|
css/frm_admin.css
CHANGED
@@ -279,10 +279,6 @@ ul.frm_form_nav > li{
|
|
279 |
clear:both;
|
280 |
}
|
281 |
|
282 |
-
#frm-fixed-panel::-webkit-scrollbar {
|
283 |
-
width: 0;
|
284 |
-
}
|
285 |
-
|
286 |
.frm-ltr{
|
287 |
direction:ltr;
|
288 |
}
|
279 |
clear:both;
|
280 |
}
|
281 |
|
|
|
|
|
|
|
|
|
282 |
.frm-ltr{
|
283 |
direction:ltr;
|
284 |
}
|
formidable.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
/*
|
3 |
Plugin Name: Formidable Forms
|
4 |
Description: Quickly and easily create drag-and-drop forms
|
5 |
-
Version: 3.03
|
6 |
Plugin URI: https://formidableforms.com/
|
7 |
Author URI: https://formidableforms.com/
|
8 |
Author: Strategy11
|
2 |
/*
|
3 |
Plugin Name: Formidable Forms
|
4 |
Description: Quickly and easily create drag-and-drop forms
|
5 |
+
Version: 3.03.01
|
6 |
Plugin URI: https://formidableforms.com/
|
7 |
Author URI: https://formidableforms.com/
|
8 |
Author: Strategy11
|
languages/formidable.pot
CHANGED
@@ -3,7 +3,7 @@ msgid ""
|
|
3 |
msgstr ""
|
4 |
"Project-Id-Version: Formidable v2.05\n"
|
5 |
"Report-Msgid-Bugs-To: \n"
|
6 |
-
"POT-Creation-Date: 2018-06
|
7 |
"POT-Revision-Date: Tue Sep 26 2017 16:06:46 GMT-0600 (MDT)\n"
|
8 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
9 |
"Last-Translator: \n"
|
@@ -71,7 +71,11 @@ msgid ""
|
|
71 |
"running the free version and remove this message."
|
72 |
msgstr ""
|
73 |
|
74 |
-
#: classes/controllers/FrmAppController.php:
|
|
|
|
|
|
|
|
|
75 |
#, php-format
|
76 |
msgid ""
|
77 |
"Help us spread the %1$sFormidable Forms%2$s love with %3$s %5$s on WordPress."
|
@@ -275,7 +279,7 @@ msgid "Key"
|
|
275 |
msgstr ""
|
276 |
|
277 |
#: classes/controllers/FrmFormsController.php:626
|
278 |
-
#: classes/controllers/FrmStylesController.php:
|
279 |
#: classes/views/styles/_sample_form.php:17 classes/views/styles/manage.php:16
|
280 |
msgid "Form Title"
|
281 |
msgstr ""
|
@@ -432,58 +436,58 @@ msgstr ""
|
|
432 |
msgid "Edit Style"
|
433 |
msgstr ""
|
434 |
|
435 |
-
#: classes/controllers/FrmStylesController.php:
|
436 |
-
#: classes/controllers/FrmStylesController.php:
|
437 |
msgid "Your styling settings have been saved."
|
438 |
msgstr ""
|
439 |
|
440 |
-
#: classes/controllers/FrmStylesController.php:
|
441 |
msgid "Your form styles have been saved."
|
442 |
msgstr ""
|
443 |
|
444 |
-
#: classes/controllers/FrmStylesController.php:
|
445 |
#: classes/views/frm-forms/settings.php:31
|
446 |
#: classes/views/frm-settings/form.php:17
|
447 |
msgid "General"
|
448 |
msgstr ""
|
449 |
|
450 |
-
#: classes/controllers/FrmStylesController.php:
|
451 |
#: classes/views/frm-forms/mb_html_tab.php:49
|
452 |
#: classes/views/frm-forms/settings.php:246
|
453 |
msgid "Form Description"
|
454 |
msgstr ""
|
455 |
|
456 |
-
#: classes/controllers/FrmStylesController.php:
|
457 |
msgid "Field Labels"
|
458 |
msgstr ""
|
459 |
|
460 |
-
#: classes/controllers/FrmStylesController.php:
|
461 |
#: classes/views/frm-forms/mb_html_tab.php:13
|
462 |
msgid "Field Description"
|
463 |
msgstr ""
|
464 |
|
465 |
-
#: classes/controllers/FrmStylesController.php:
|
466 |
msgid "Field Colors"
|
467 |
msgstr ""
|
468 |
|
469 |
-
#: classes/controllers/FrmStylesController.php:
|
470 |
#: classes/views/frm-forms/add_field.php:110
|
471 |
msgid "Field Settings"
|
472 |
msgstr ""
|
473 |
|
474 |
-
#: classes/controllers/FrmStylesController.php:
|
475 |
msgid "Check Box & Radio Fields"
|
476 |
msgstr ""
|
477 |
|
478 |
-
#: classes/controllers/FrmStylesController.php:
|
479 |
msgid "Buttons"
|
480 |
msgstr ""
|
481 |
|
482 |
-
#: classes/controllers/FrmStylesController.php:
|
483 |
msgid "Form Messages"
|
484 |
msgstr ""
|
485 |
|
486 |
-
#: classes/controllers/FrmStylesController.php:
|
487 |
#: classes/views/frm-forms/mb_insert_fields.php:2
|
488 |
msgid "Click to toggle"
|
489 |
msgstr ""
|
@@ -515,222 +519,222 @@ msgstr ""
|
|
515 |
msgid "There are no entries for that form."
|
516 |
msgstr ""
|
517 |
|
518 |
-
#: classes/helpers/FrmAppHelper.php:
|
519 |
#: classes/helpers/FrmFormsListHelper.php:96
|
520 |
msgid "Add New"
|
521 |
msgstr ""
|
522 |
|
523 |
-
#: classes/helpers/FrmAppHelper.php:
|
524 |
msgid "View Forms and Templates"
|
525 |
msgstr ""
|
526 |
|
527 |
-
#: classes/helpers/FrmAppHelper.php:
|
528 |
msgid "Add/Edit Forms and Templates"
|
529 |
msgstr ""
|
530 |
|
531 |
-
#: classes/helpers/FrmAppHelper.php:
|
532 |
msgid "Delete Forms and Templates"
|
533 |
msgstr ""
|
534 |
|
535 |
-
#: classes/helpers/FrmAppHelper.php:
|
536 |
msgid "Access this Settings Page"
|
537 |
msgstr ""
|
538 |
|
539 |
-
#: classes/helpers/FrmAppHelper.php:
|
540 |
msgid "View Entries from Admin Area"
|
541 |
msgstr ""
|
542 |
|
543 |
-
#: classes/helpers/FrmAppHelper.php:
|
544 |
msgid "Delete Entries from Admin Area"
|
545 |
msgstr ""
|
546 |
|
547 |
-
#: classes/helpers/FrmAppHelper.php:
|
548 |
msgid "Add Entries from Admin Area"
|
549 |
msgstr ""
|
550 |
|
551 |
-
#: classes/helpers/FrmAppHelper.php:
|
552 |
msgid "Edit Entries from Admin Area"
|
553 |
msgstr ""
|
554 |
|
555 |
-
#: classes/helpers/FrmAppHelper.php:
|
556 |
msgid "View Reports"
|
557 |
msgstr ""
|
558 |
|
559 |
-
#: classes/helpers/FrmAppHelper.php:
|
560 |
msgid "Add/Edit Views"
|
561 |
msgstr ""
|
562 |
|
563 |
-
#: classes/helpers/FrmAppHelper.php:
|
564 |
msgid "at"
|
565 |
msgstr ""
|
566 |
|
567 |
-
#: classes/helpers/FrmAppHelper.php:
|
568 |
msgid "seconds"
|
569 |
msgstr ""
|
570 |
|
571 |
-
#: classes/helpers/FrmAppHelper.php:
|
572 |
msgid "year"
|
573 |
msgstr ""
|
574 |
|
575 |
-
#: classes/helpers/FrmAppHelper.php:
|
576 |
msgid "years"
|
577 |
msgstr ""
|
578 |
|
579 |
-
#: classes/helpers/FrmAppHelper.php:
|
580 |
msgid "month"
|
581 |
msgstr ""
|
582 |
|
583 |
-
#: classes/helpers/FrmAppHelper.php:
|
584 |
msgid "months"
|
585 |
msgstr ""
|
586 |
|
587 |
-
#: classes/helpers/FrmAppHelper.php:
|
588 |
msgid "week"
|
589 |
msgstr ""
|
590 |
|
591 |
-
#: classes/helpers/FrmAppHelper.php:
|
592 |
msgid "weeks"
|
593 |
msgstr ""
|
594 |
|
595 |
-
#: classes/helpers/FrmAppHelper.php:
|
596 |
msgid "day"
|
597 |
msgstr ""
|
598 |
|
599 |
-
#: classes/helpers/FrmAppHelper.php:
|
600 |
msgid "days"
|
601 |
msgstr ""
|
602 |
|
603 |
-
#: classes/helpers/FrmAppHelper.php:
|
604 |
msgid "hour"
|
605 |
msgstr ""
|
606 |
|
607 |
-
#: classes/helpers/FrmAppHelper.php:
|
608 |
msgid "hours"
|
609 |
msgstr ""
|
610 |
|
611 |
-
#: classes/helpers/FrmAppHelper.php:
|
612 |
msgid "minute"
|
613 |
msgstr ""
|
614 |
|
615 |
-
#: classes/helpers/FrmAppHelper.php:
|
616 |
msgid "minutes"
|
617 |
msgstr ""
|
618 |
|
619 |
-
#: classes/helpers/FrmAppHelper.php:
|
620 |
msgid "second"
|
621 |
msgstr ""
|
622 |
|
623 |
-
#: classes/helpers/FrmAppHelper.php:
|
624 |
msgid "Give this action a label for easy reference."
|
625 |
msgstr ""
|
626 |
|
627 |
-
#: classes/helpers/FrmAppHelper.php:
|
628 |
msgid ""
|
629 |
"Add one or more recipient addresses separated by a \",\". FORMAT: Name "
|
630 |
"<name@email.com> or name@email.com. [admin_email] is the address set in WP "
|
631 |
"General Settings."
|
632 |
msgstr ""
|
633 |
|
634 |
-
#: classes/helpers/FrmAppHelper.php:
|
635 |
msgid ""
|
636 |
"Add CC addresses separated by a \",\". FORMAT: Name <name@email.com> or "
|
637 |
"name@email.com."
|
638 |
msgstr ""
|
639 |
|
640 |
-
#: classes/helpers/FrmAppHelper.php:
|
641 |
msgid ""
|
642 |
"Add BCC addresses separated by a \",\". FORMAT: Name <name@email.com> or "
|
643 |
"name@email.com."
|
644 |
msgstr ""
|
645 |
|
646 |
-
#: classes/helpers/FrmAppHelper.php:
|
647 |
msgid ""
|
648 |
"If you would like a different reply to address than the \"from\" address, "
|
649 |
"add a single address here. FORMAT: Name <name@email.com> or name@email.com."
|
650 |
msgstr ""
|
651 |
|
652 |
-
#: classes/helpers/FrmAppHelper.php:
|
653 |
msgid ""
|
654 |
"Enter the name and/or email address of the sender. FORMAT: John Bates "
|
655 |
"<john@example.com> or john@example.com."
|
656 |
msgstr ""
|
657 |
|
658 |
-
#: classes/helpers/FrmAppHelper.php:
|
659 |
#, php-format
|
660 |
msgid ""
|
661 |
"If you leave the subject blank, the default will be used: %1$s Form "
|
662 |
"submitted on %2$s"
|
663 |
msgstr ""
|
664 |
|
665 |
-
#: classes/helpers/FrmAppHelper.php:
|
666 |
msgid "Please wait while your site updates."
|
667 |
msgstr ""
|
668 |
|
669 |
-
#: classes/helpers/FrmAppHelper.php:
|
670 |
msgid "Are you sure you want to deauthorize Formidable Forms on this site?"
|
671 |
msgstr ""
|
672 |
|
673 |
-
#: classes/helpers/FrmAppHelper.php:
|
674 |
msgid "Remove"
|
675 |
msgstr ""
|
676 |
|
677 |
-
#: classes/helpers/FrmAppHelper.php:
|
678 |
#: classes/helpers/FrmCSVExportHelper.php:138
|
679 |
msgid "ID"
|
680 |
msgstr ""
|
681 |
|
682 |
-
#: classes/helpers/FrmAppHelper.php:
|
683 |
msgid "No results match"
|
684 |
msgstr ""
|
685 |
|
686 |
-
#: classes/helpers/FrmAppHelper.php:
|
687 |
msgid "That file looks like Spam."
|
688 |
msgstr ""
|
689 |
|
690 |
-
#: classes/helpers/FrmAppHelper.php:
|
691 |
msgid "There is an error in the calculation in the field with key"
|
692 |
msgstr ""
|
693 |
|
694 |
-
#: classes/helpers/FrmAppHelper.php:
|
695 |
msgid "Please complete the preceding required fields before uploading a file."
|
696 |
msgstr ""
|
697 |
|
698 |
-
#: classes/helpers/FrmAppHelper.php:
|
699 |
msgid ""
|
700 |
"Are you sure you want to do this? Clicking OK will delete all forms, form "
|
701 |
"data, and all other Formidable data. There is no Undo."
|
702 |
msgstr ""
|
703 |
|
704 |
-
#: classes/helpers/FrmAppHelper.php:
|
705 |
#: classes/views/frm-forms/add_field.php:37
|
706 |
#: classes/views/frm-forms/add_field.php:50
|
707 |
msgid "(Click to add description)"
|
708 |
msgstr ""
|
709 |
|
710 |
-
#: classes/helpers/FrmAppHelper.php:
|
711 |
#: classes/views/frm-fields/single-option.php:8
|
712 |
#: classes/views/frm-fields/single-option.php:14
|
713 |
msgid "(Blank)"
|
714 |
msgstr ""
|
715 |
|
716 |
-
#: classes/helpers/FrmAppHelper.php:
|
717 |
#: classes/views/frm-forms/add_field.php:17
|
718 |
msgid "(no label)"
|
719 |
msgstr ""
|
720 |
|
721 |
-
#: classes/helpers/FrmAppHelper.php:
|
722 |
msgid "Saving"
|
723 |
msgstr ""
|
724 |
|
725 |
-
#: classes/helpers/FrmAppHelper.php:
|
726 |
msgid "Saved"
|
727 |
msgstr ""
|
728 |
|
729 |
-
#: classes/helpers/FrmAppHelper.php:
|
730 |
msgid "Cancel"
|
731 |
msgstr ""
|
732 |
|
733 |
-
#: classes/helpers/FrmAppHelper.php:
|
734 |
#: classes/helpers/FrmFormsListHelper.php:286
|
735 |
#: classes/views/frm-forms/add_field.php:197
|
736 |
#: classes/views/styles/_buttons.php:12
|
@@ -738,352 +742,352 @@ msgstr ""
|
|
738 |
msgid "Default"
|
739 |
msgstr ""
|
740 |
|
741 |
-
#: classes/helpers/FrmAppHelper.php:
|
742 |
#: classes/helpers/FrmFieldsHelper.php:1149
|
743 |
msgid "Clear default value when typing"
|
744 |
msgstr ""
|
745 |
|
746 |
-
#: classes/helpers/FrmAppHelper.php:
|
747 |
#: classes/helpers/FrmFieldsHelper.php:1149
|
748 |
msgid "Do not clear default value when typing"
|
749 |
msgstr ""
|
750 |
|
751 |
-
#: classes/helpers/FrmAppHelper.php:
|
752 |
#: classes/helpers/FrmFieldsHelper.php:1159
|
753 |
msgid "Default value will pass form validation"
|
754 |
msgstr ""
|
755 |
|
756 |
-
#: classes/helpers/FrmAppHelper.php:
|
757 |
#: classes/helpers/FrmFieldsHelper.php:1159
|
758 |
msgid "Default value will NOT pass form validation"
|
759 |
msgstr ""
|
760 |
|
761 |
-
#: classes/helpers/FrmAppHelper.php:
|
762 |
#: classes/helpers/FrmEntriesListHelper.php:245
|
763 |
#: classes/helpers/FrmFormsHelper.php:829 classes/views/styles/show.php:64
|
764 |
msgid "Are you sure?"
|
765 |
msgstr ""
|
766 |
|
767 |
-
#: classes/helpers/FrmAppHelper.php:
|
768 |
msgid ""
|
769 |
"Are you sure you want to delete this field and all data associated with it?"
|
770 |
msgstr ""
|
771 |
|
772 |
-
#: classes/helpers/FrmAppHelper.php:
|
773 |
msgid "WARNING: This will delete all fields inside of the section as well."
|
774 |
msgstr ""
|
775 |
|
776 |
-
#: classes/helpers/FrmAppHelper.php:
|
777 |
msgid ""
|
778 |
"Warning: If you have entries with multiple rows, all but the first row will "
|
779 |
"be lost."
|
780 |
msgstr ""
|
781 |
|
782 |
-
#: classes/helpers/FrmAppHelper.php:
|
783 |
#: classes/helpers/FrmFieldsHelper.php:268
|
784 |
msgid "The entered values do not match"
|
785 |
msgstr ""
|
786 |
|
787 |
-
#: classes/helpers/FrmAppHelper.php:
|
788 |
msgid "Enter Email"
|
789 |
msgstr ""
|
790 |
|
791 |
-
#: classes/helpers/FrmAppHelper.php:
|
792 |
msgid "Confirm Email"
|
793 |
msgstr ""
|
794 |
|
795 |
-
#: classes/helpers/FrmAppHelper.php:
|
796 |
msgid ""
|
797 |
"In certain browsers (e.g. Firefox) text will not display correctly if the "
|
798 |
"field height is too small relative to the field padding and text size. "
|
799 |
"Please increase your field height or decrease your field padding."
|
800 |
msgstr ""
|
801 |
|
802 |
-
#: classes/helpers/FrmAppHelper.php:
|
803 |
msgid "Enter Password"
|
804 |
msgstr ""
|
805 |
|
806 |
-
#: classes/helpers/FrmAppHelper.php:
|
807 |
msgid "Confirm Password"
|
808 |
msgstr ""
|
809 |
|
810 |
-
#: classes/helpers/FrmAppHelper.php:
|
811 |
msgid "Import Complete"
|
812 |
msgstr ""
|
813 |
|
814 |
-
#: classes/helpers/FrmAppHelper.php:
|
815 |
msgid "Warning: There is no way to retrieve unsaved entries."
|
816 |
msgstr ""
|
817 |
|
818 |
-
#: classes/helpers/FrmAppHelper.php:
|
819 |
msgid "No new licenses were found"
|
820 |
msgstr ""
|
821 |
|
822 |
-
#: classes/helpers/FrmAppHelper.php:
|
823 |
msgid "This calculation has at least one unmatched ( ) { } [ ]."
|
824 |
msgstr ""
|
825 |
|
826 |
-
#: classes/helpers/FrmAppHelper.php:
|
827 |
msgid "This calculation may have shortcodes that work in Views but not forms."
|
828 |
msgstr ""
|
829 |
|
830 |
-
#: classes/helpers/FrmAppHelper.php:
|
831 |
msgid ""
|
832 |
"This calculation may have shortcodes that work in text calculations but not "
|
833 |
"numeric calculations."
|
834 |
msgstr ""
|
835 |
|
836 |
-
#: classes/helpers/FrmAppHelper.php:
|
837 |
msgid "Please enter a Repeat Limit that is greater than 1."
|
838 |
msgstr ""
|
839 |
|
840 |
-
#: classes/helpers/FrmAppHelper.php:
|
841 |
msgid ""
|
842 |
"You are running an outdated version of Formidable. This plugin may not work "
|
843 |
"correctly if you do not update Formidable."
|
844 |
msgstr ""
|
845 |
|
846 |
-
#: classes/helpers/FrmAppHelper.php:
|
847 |
msgid "English"
|
848 |
msgstr ""
|
849 |
|
850 |
-
#: classes/helpers/FrmAppHelper.php:
|
851 |
msgid "English/Western"
|
852 |
msgstr ""
|
853 |
|
854 |
-
#: classes/helpers/FrmAppHelper.php:
|
855 |
msgid "Afrikaans"
|
856 |
msgstr ""
|
857 |
|
858 |
-
#: classes/helpers/FrmAppHelper.php:
|
859 |
msgid "Albanian"
|
860 |
msgstr ""
|
861 |
|
862 |
-
#: classes/helpers/FrmAppHelper.php:
|
863 |
msgid "Arabic"
|
864 |
msgstr ""
|
865 |
|
866 |
-
#: classes/helpers/FrmAppHelper.php:
|
867 |
msgid "Armenian"
|
868 |
msgstr ""
|
869 |
|
870 |
-
#: classes/helpers/FrmAppHelper.php:
|
871 |
msgid "Azerbaijani"
|
872 |
msgstr ""
|
873 |
|
874 |
-
#: classes/helpers/FrmAppHelper.php:
|
875 |
msgid "Basque"
|
876 |
msgstr ""
|
877 |
|
878 |
-
#: classes/helpers/FrmAppHelper.php:
|
879 |
msgid "Bosnian"
|
880 |
msgstr ""
|
881 |
|
882 |
-
#: classes/helpers/FrmAppHelper.php:
|
883 |
msgid "Bulgarian"
|
884 |
msgstr ""
|
885 |
|
886 |
-
#: classes/helpers/FrmAppHelper.php:
|
887 |
msgid "Catalan"
|
888 |
msgstr ""
|
889 |
|
890 |
-
#: classes/helpers/FrmAppHelper.php:
|
891 |
msgid "Chinese Hong Kong"
|
892 |
msgstr ""
|
893 |
|
894 |
-
#: classes/helpers/FrmAppHelper.php:
|
895 |
msgid "Chinese Simplified"
|
896 |
msgstr ""
|
897 |
|
898 |
-
#: classes/helpers/FrmAppHelper.php:
|
899 |
msgid "Chinese Traditional"
|
900 |
msgstr ""
|
901 |
|
902 |
-
#: classes/helpers/FrmAppHelper.php:
|
903 |
msgid "Croatian"
|
904 |
msgstr ""
|
905 |
|
906 |
-
#: classes/helpers/FrmAppHelper.php:
|
907 |
msgid "Czech"
|
908 |
msgstr ""
|
909 |
|
910 |
-
#: classes/helpers/FrmAppHelper.php:
|
911 |
msgid "Danish"
|
912 |
msgstr ""
|
913 |
|
914 |
-
#: classes/helpers/FrmAppHelper.php:
|
915 |
msgid "Dutch"
|
916 |
msgstr ""
|
917 |
|
918 |
-
#: classes/helpers/FrmAppHelper.php:
|
919 |
msgid "English/UK"
|
920 |
msgstr ""
|
921 |
|
922 |
-
#: classes/helpers/FrmAppHelper.php:
|
923 |
msgid "Esperanto"
|
924 |
msgstr ""
|
925 |
|
926 |
-
#: classes/helpers/FrmAppHelper.php:
|
927 |
msgid "Estonian"
|
928 |
msgstr ""
|
929 |
|
930 |
-
#: classes/helpers/FrmAppHelper.php:
|
931 |
msgid "Faroese"
|
932 |
msgstr ""
|
933 |
|
934 |
-
#: classes/helpers/FrmAppHelper.php:
|
935 |
msgid "Farsi/Persian"
|
936 |
msgstr ""
|
937 |
|
938 |
-
#: classes/helpers/FrmAppHelper.php:
|
939 |
msgid "Filipino"
|
940 |
msgstr ""
|
941 |
|
942 |
-
#: classes/helpers/FrmAppHelper.php:
|
943 |
msgid "Finnish"
|
944 |
msgstr ""
|
945 |
|
946 |
-
#: classes/helpers/FrmAppHelper.php:
|
947 |
msgid "French"
|
948 |
msgstr ""
|
949 |
|
950 |
-
#: classes/helpers/FrmAppHelper.php:
|
951 |
msgid "French/Canadian"
|
952 |
msgstr ""
|
953 |
|
954 |
-
#: classes/helpers/FrmAppHelper.php:
|
955 |
msgid "French/Swiss"
|
956 |
msgstr ""
|
957 |
|
958 |
-
#: classes/helpers/FrmAppHelper.php:
|
959 |
msgid "German"
|
960 |
msgstr ""
|
961 |
|
962 |
-
#: classes/helpers/FrmAppHelper.php:
|
963 |
msgid "German/Austria"
|
964 |
msgstr ""
|
965 |
|
966 |
-
#: classes/helpers/FrmAppHelper.php:
|
967 |
msgid "German/Switzerland"
|
968 |
msgstr ""
|
969 |
|
970 |
-
#: classes/helpers/FrmAppHelper.php:
|
971 |
msgid "Greek"
|
972 |
msgstr ""
|
973 |
|
974 |
-
#: classes/helpers/FrmAppHelper.php:
|
975 |
msgid "Hebrew"
|
976 |
msgstr ""
|
977 |
|
978 |
-
#: classes/helpers/FrmAppHelper.php:
|
979 |
msgid "Hindi"
|
980 |
msgstr ""
|
981 |
|
982 |
-
#: classes/helpers/FrmAppHelper.php:
|
983 |
msgid "Hungarian"
|
984 |
msgstr ""
|
985 |
|
986 |
-
#: classes/helpers/FrmAppHelper.php:
|
987 |
msgid "Icelandic"
|
988 |
msgstr ""
|
989 |
|
990 |
-
#: classes/helpers/FrmAppHelper.php:
|
991 |
msgid "Indonesian"
|
992 |
msgstr ""
|
993 |
|
994 |
-
#: classes/helpers/FrmAppHelper.php:
|
995 |
msgid "Italian"
|
996 |
msgstr ""
|
997 |
|
998 |
-
#: classes/helpers/FrmAppHelper.php:
|
999 |
msgid "Japanese"
|
1000 |
msgstr ""
|
1001 |
|
1002 |
-
#: classes/helpers/FrmAppHelper.php:
|
1003 |
msgid "Korean"
|
1004 |
msgstr ""
|
1005 |
|
1006 |
-
#: classes/helpers/FrmAppHelper.php:
|
1007 |
msgid "Latvian"
|
1008 |
msgstr ""
|
1009 |
|
1010 |
-
#: classes/helpers/FrmAppHelper.php:
|
1011 |
msgid "Lithuanian"
|
1012 |
msgstr ""
|
1013 |
|
1014 |
-
#: classes/helpers/FrmAppHelper.php:
|
1015 |
msgid "Malaysian"
|
1016 |
msgstr ""
|
1017 |
|
1018 |
-
#: classes/helpers/FrmAppHelper.php:
|
1019 |
msgid "Norwegian"
|
1020 |
msgstr ""
|
1021 |
|
1022 |
-
#: classes/helpers/FrmAppHelper.php:
|
1023 |
msgid "Polish"
|
1024 |
msgstr ""
|
1025 |
|
1026 |
-
#: classes/helpers/FrmAppHelper.php:
|
1027 |
msgid "Portuguese"
|
1028 |
msgstr ""
|
1029 |
|
1030 |
-
#: classes/helpers/FrmAppHelper.php:
|
1031 |
msgid "Portuguese/Brazilian"
|
1032 |
msgstr ""
|
1033 |
|
1034 |
-
#: classes/helpers/FrmAppHelper.php:
|
1035 |
msgid "Portuguese/Portugal"
|
1036 |
msgstr ""
|
1037 |
|
1038 |
-
#: classes/helpers/FrmAppHelper.php:
|
1039 |
msgid "Romanian"
|
1040 |
msgstr ""
|
1041 |
|
1042 |
-
#: classes/helpers/FrmAppHelper.php:
|
1043 |
msgid "Russian"
|
1044 |
msgstr ""
|
1045 |
|
1046 |
-
#: classes/helpers/FrmAppHelper.php:
|
1047 |
msgid "Serbian"
|
1048 |
msgstr ""
|
1049 |
|
1050 |
-
#: classes/helpers/FrmAppHelper.php:
|
1051 |
msgid "Slovak"
|
1052 |
msgstr ""
|
1053 |
|
1054 |
-
#: classes/helpers/FrmAppHelper.php:
|
1055 |
msgid "Slovenian"
|
1056 |
msgstr ""
|
1057 |
|
1058 |
-
#: classes/helpers/FrmAppHelper.php:
|
1059 |
msgid "Spanish"
|
1060 |
msgstr ""
|
1061 |
|
1062 |
-
#: classes/helpers/FrmAppHelper.php:
|
1063 |
msgid "Spanish/Latin America"
|
1064 |
msgstr ""
|
1065 |
|
1066 |
-
#: classes/helpers/FrmAppHelper.php:
|
1067 |
msgid "Swedish"
|
1068 |
msgstr ""
|
1069 |
|
1070 |
-
#: classes/helpers/FrmAppHelper.php:
|
1071 |
msgid "Tamil"
|
1072 |
msgstr ""
|
1073 |
|
1074 |
-
#: classes/helpers/FrmAppHelper.php:
|
1075 |
msgid "Thai"
|
1076 |
msgstr ""
|
1077 |
|
1078 |
-
#: classes/helpers/FrmAppHelper.php:
|
1079 |
msgid "Turkish"
|
1080 |
msgstr ""
|
1081 |
|
1082 |
-
#: classes/helpers/FrmAppHelper.php:
|
1083 |
msgid "Ukranian"
|
1084 |
msgstr ""
|
1085 |
|
1086 |
-
#: classes/helpers/FrmAppHelper.php:
|
1087 |
msgid "Vietnamese"
|
1088 |
msgstr ""
|
1089 |
|
@@ -2207,7 +2211,7 @@ msgid ""
|
|
2207 |
msgstr ""
|
2208 |
|
2209 |
#: classes/helpers/FrmFormsHelper.php:851
|
2210 |
-
#: classes/helpers/FrmStylesHelper.php:
|
2211 |
msgid "Right"
|
2212 |
msgstr ""
|
2213 |
|
@@ -2324,65 +2328,65 @@ msgstr ""
|
|
2324 |
msgid "Custom"
|
2325 |
msgstr ""
|
2326 |
|
2327 |
-
#: classes/helpers/FrmStylesHelper.php:
|
2328 |
msgid "Edit Styles"
|
2329 |
msgstr ""
|
2330 |
|
2331 |
-
#: classes/helpers/FrmStylesHelper.php:
|
2332 |
msgid "Manage Form Styles"
|
2333 |
msgstr ""
|
2334 |
|
2335 |
-
#: classes/helpers/FrmStylesHelper.php:
|
2336 |
msgid "Custom CSS"
|
2337 |
msgstr ""
|
2338 |
|
2339 |
-
#: classes/helpers/FrmStylesHelper.php:
|
2340 |
msgid "top"
|
2341 |
msgstr ""
|
2342 |
|
2343 |
-
#: classes/helpers/FrmStylesHelper.php:
|
2344 |
#: classes/views/styles/_field-description.php:33
|
2345 |
#: classes/views/styles/_field-labels.php:31
|
2346 |
#: classes/views/styles/_general.php:11
|
2347 |
msgid "left"
|
2348 |
msgstr ""
|
2349 |
|
2350 |
-
#: classes/helpers/FrmStylesHelper.php:
|
2351 |
#: classes/views/styles/_field-description.php:36
|
2352 |
#: classes/views/styles/_field-labels.php:34
|
2353 |
#: classes/views/styles/_general.php:14
|
2354 |
msgid "right"
|
2355 |
msgstr ""
|
2356 |
|
2357 |
-
#: classes/helpers/FrmStylesHelper.php:
|
2358 |
msgid "none"
|
2359 |
msgstr ""
|
2360 |
|
2361 |
-
#: classes/helpers/FrmStylesHelper.php:
|
2362 |
msgid "inside"
|
2363 |
msgstr ""
|
2364 |
|
2365 |
-
#: classes/helpers/FrmStylesHelper.php:
|
2366 |
msgid "Top"
|
2367 |
msgstr ""
|
2368 |
|
2369 |
-
#: classes/helpers/FrmStylesHelper.php:
|
2370 |
msgid "Left"
|
2371 |
msgstr ""
|
2372 |
|
2373 |
-
#: classes/helpers/FrmStylesHelper.php:
|
2374 |
msgid "Inline (left without a set width)"
|
2375 |
msgstr ""
|
2376 |
|
2377 |
-
#: classes/helpers/FrmStylesHelper.php:
|
2378 |
msgid "None"
|
2379 |
msgstr ""
|
2380 |
|
2381 |
-
#: classes/helpers/FrmStylesHelper.php:
|
2382 |
msgid "Hidden (but leave the space)"
|
2383 |
msgstr ""
|
2384 |
|
2385 |
-
#: classes/helpers/FrmStylesHelper.php:
|
2386 |
msgid "Placeholder inside the field"
|
2387 |
msgstr ""
|
2388 |
|
@@ -2936,7 +2940,7 @@ msgstr ""
|
|
2936 |
msgid "Import"
|
2937 |
msgstr ""
|
2938 |
|
2939 |
-
#: classes/models/FrmMigrate.php:
|
2940 |
msgid "Sending"
|
2941 |
msgstr ""
|
2942 |
|
3 |
msgstr ""
|
4 |
"Project-Id-Version: Formidable v2.05\n"
|
5 |
"Report-Msgid-Bugs-To: \n"
|
6 |
+
"POT-Creation-Date: 2018-08-06 21:46+0000\n"
|
7 |
"POT-Revision-Date: Tue Sep 26 2017 16:06:46 GMT-0600 (MDT)\n"
|
8 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
9 |
"Last-Translator: \n"
|
71 |
"running the free version and remove this message."
|
72 |
msgstr ""
|
73 |
|
74 |
+
#: classes/controllers/FrmAppController.php:354
|
75 |
+
msgid "Select a Form"
|
76 |
+
msgstr ""
|
77 |
+
|
78 |
+
#: classes/controllers/FrmAppController.php:547
|
79 |
#, php-format
|
80 |
msgid ""
|
81 |
"Help us spread the %1$sFormidable Forms%2$s love with %3$s %5$s on WordPress."
|
279 |
msgstr ""
|
280 |
|
281 |
#: classes/controllers/FrmFormsController.php:626
|
282 |
+
#: classes/controllers/FrmStylesController.php:367
|
283 |
#: classes/views/styles/_sample_form.php:17 classes/views/styles/manage.php:16
|
284 |
msgid "Form Title"
|
285 |
msgstr ""
|
436 |
msgid "Edit Style"
|
437 |
msgstr ""
|
438 |
|
439 |
+
#: classes/controllers/FrmStylesController.php:210
|
440 |
+
#: classes/controllers/FrmStylesController.php:307
|
441 |
msgid "Your styling settings have been saved."
|
442 |
msgstr ""
|
443 |
|
444 |
+
#: classes/controllers/FrmStylesController.php:269
|
445 |
msgid "Your form styles have been saved."
|
446 |
msgstr ""
|
447 |
|
448 |
+
#: classes/controllers/FrmStylesController.php:366
|
449 |
#: classes/views/frm-forms/settings.php:31
|
450 |
#: classes/views/frm-settings/form.php:17
|
451 |
msgid "General"
|
452 |
msgstr ""
|
453 |
|
454 |
+
#: classes/controllers/FrmStylesController.php:368
|
455 |
#: classes/views/frm-forms/mb_html_tab.php:49
|
456 |
#: classes/views/frm-forms/settings.php:246
|
457 |
msgid "Form Description"
|
458 |
msgstr ""
|
459 |
|
460 |
+
#: classes/controllers/FrmStylesController.php:369
|
461 |
msgid "Field Labels"
|
462 |
msgstr ""
|
463 |
|
464 |
+
#: classes/controllers/FrmStylesController.php:370
|
465 |
#: classes/views/frm-forms/mb_html_tab.php:13
|
466 |
msgid "Field Description"
|
467 |
msgstr ""
|
468 |
|
469 |
+
#: classes/controllers/FrmStylesController.php:371
|
470 |
msgid "Field Colors"
|
471 |
msgstr ""
|
472 |
|
473 |
+
#: classes/controllers/FrmStylesController.php:372
|
474 |
#: classes/views/frm-forms/add_field.php:110
|
475 |
msgid "Field Settings"
|
476 |
msgstr ""
|
477 |
|
478 |
+
#: classes/controllers/FrmStylesController.php:373
|
479 |
msgid "Check Box & Radio Fields"
|
480 |
msgstr ""
|
481 |
|
482 |
+
#: classes/controllers/FrmStylesController.php:374
|
483 |
msgid "Buttons"
|
484 |
msgstr ""
|
485 |
|
486 |
+
#: classes/controllers/FrmStylesController.php:375
|
487 |
msgid "Form Messages"
|
488 |
msgstr ""
|
489 |
|
490 |
+
#: classes/controllers/FrmStylesController.php:579
|
491 |
#: classes/views/frm-forms/mb_insert_fields.php:2
|
492 |
msgid "Click to toggle"
|
493 |
msgstr ""
|
519 |
msgid "There are no entries for that form."
|
520 |
msgstr ""
|
521 |
|
522 |
+
#: classes/helpers/FrmAppHelper.php:559
|
523 |
#: classes/helpers/FrmFormsListHelper.php:96
|
524 |
msgid "Add New"
|
525 |
msgstr ""
|
526 |
|
527 |
+
#: classes/helpers/FrmAppHelper.php:683
|
528 |
msgid "View Forms and Templates"
|
529 |
msgstr ""
|
530 |
|
531 |
+
#: classes/helpers/FrmAppHelper.php:684
|
532 |
msgid "Add/Edit Forms and Templates"
|
533 |
msgstr ""
|
534 |
|
535 |
+
#: classes/helpers/FrmAppHelper.php:685
|
536 |
msgid "Delete Forms and Templates"
|
537 |
msgstr ""
|
538 |
|
539 |
+
#: classes/helpers/FrmAppHelper.php:686
|
540 |
msgid "Access this Settings Page"
|
541 |
msgstr ""
|
542 |
|
543 |
+
#: classes/helpers/FrmAppHelper.php:687
|
544 |
msgid "View Entries from Admin Area"
|
545 |
msgstr ""
|
546 |
|
547 |
+
#: classes/helpers/FrmAppHelper.php:688
|
548 |
msgid "Delete Entries from Admin Area"
|
549 |
msgstr ""
|
550 |
|
551 |
+
#: classes/helpers/FrmAppHelper.php:695
|
552 |
msgid "Add Entries from Admin Area"
|
553 |
msgstr ""
|
554 |
|
555 |
+
#: classes/helpers/FrmAppHelper.php:696
|
556 |
msgid "Edit Entries from Admin Area"
|
557 |
msgstr ""
|
558 |
|
559 |
+
#: classes/helpers/FrmAppHelper.php:697
|
560 |
msgid "View Reports"
|
561 |
msgstr ""
|
562 |
|
563 |
+
#: classes/helpers/FrmAppHelper.php:698
|
564 |
msgid "Add/Edit Views"
|
565 |
msgstr ""
|
566 |
|
567 |
+
#: classes/helpers/FrmAppHelper.php:1284
|
568 |
msgid "at"
|
569 |
msgstr ""
|
570 |
|
571 |
+
#: classes/helpers/FrmAppHelper.php:1333 classes/helpers/FrmAppHelper.php:1352
|
572 |
msgid "seconds"
|
573 |
msgstr ""
|
574 |
|
575 |
+
#: classes/helpers/FrmAppHelper.php:1346
|
576 |
msgid "year"
|
577 |
msgstr ""
|
578 |
|
579 |
+
#: classes/helpers/FrmAppHelper.php:1346
|
580 |
msgid "years"
|
581 |
msgstr ""
|
582 |
|
583 |
+
#: classes/helpers/FrmAppHelper.php:1347
|
584 |
msgid "month"
|
585 |
msgstr ""
|
586 |
|
587 |
+
#: classes/helpers/FrmAppHelper.php:1347
|
588 |
msgid "months"
|
589 |
msgstr ""
|
590 |
|
591 |
+
#: classes/helpers/FrmAppHelper.php:1348
|
592 |
msgid "week"
|
593 |
msgstr ""
|
594 |
|
595 |
+
#: classes/helpers/FrmAppHelper.php:1348
|
596 |
msgid "weeks"
|
597 |
msgstr ""
|
598 |
|
599 |
+
#: classes/helpers/FrmAppHelper.php:1349
|
600 |
msgid "day"
|
601 |
msgstr ""
|
602 |
|
603 |
+
#: classes/helpers/FrmAppHelper.php:1349
|
604 |
msgid "days"
|
605 |
msgstr ""
|
606 |
|
607 |
+
#: classes/helpers/FrmAppHelper.php:1350
|
608 |
msgid "hour"
|
609 |
msgstr ""
|
610 |
|
611 |
+
#: classes/helpers/FrmAppHelper.php:1350
|
612 |
msgid "hours"
|
613 |
msgstr ""
|
614 |
|
615 |
+
#: classes/helpers/FrmAppHelper.php:1351
|
616 |
msgid "minute"
|
617 |
msgstr ""
|
618 |
|
619 |
+
#: classes/helpers/FrmAppHelper.php:1351
|
620 |
msgid "minutes"
|
621 |
msgstr ""
|
622 |
|
623 |
+
#: classes/helpers/FrmAppHelper.php:1352
|
624 |
msgid "second"
|
625 |
msgstr ""
|
626 |
|
627 |
+
#: classes/helpers/FrmAppHelper.php:1444
|
628 |
msgid "Give this action a label for easy reference."
|
629 |
msgstr ""
|
630 |
|
631 |
+
#: classes/helpers/FrmAppHelper.php:1445
|
632 |
msgid ""
|
633 |
"Add one or more recipient addresses separated by a \",\". FORMAT: Name "
|
634 |
"<name@email.com> or name@email.com. [admin_email] is the address set in WP "
|
635 |
"General Settings."
|
636 |
msgstr ""
|
637 |
|
638 |
+
#: classes/helpers/FrmAppHelper.php:1446
|
639 |
msgid ""
|
640 |
"Add CC addresses separated by a \",\". FORMAT: Name <name@email.com> or "
|
641 |
"name@email.com."
|
642 |
msgstr ""
|
643 |
|
644 |
+
#: classes/helpers/FrmAppHelper.php:1447
|
645 |
msgid ""
|
646 |
"Add BCC addresses separated by a \",\". FORMAT: Name <name@email.com> or "
|
647 |
"name@email.com."
|
648 |
msgstr ""
|
649 |
|
650 |
+
#: classes/helpers/FrmAppHelper.php:1448
|
651 |
msgid ""
|
652 |
"If you would like a different reply to address than the \"from\" address, "
|
653 |
"add a single address here. FORMAT: Name <name@email.com> or name@email.com."
|
654 |
msgstr ""
|
655 |
|
656 |
+
#: classes/helpers/FrmAppHelper.php:1449
|
657 |
msgid ""
|
658 |
"Enter the name and/or email address of the sender. FORMAT: John Bates "
|
659 |
"<john@example.com> or john@example.com."
|
660 |
msgstr ""
|
661 |
|
662 |
+
#: classes/helpers/FrmAppHelper.php:1450
|
663 |
#, php-format
|
664 |
msgid ""
|
665 |
"If you leave the subject blank, the default will be used: %1$s Form "
|
666 |
"submitted on %2$s"
|
667 |
msgstr ""
|
668 |
|
669 |
+
#: classes/helpers/FrmAppHelper.php:1581 classes/helpers/FrmAppHelper.php:1649
|
670 |
msgid "Please wait while your site updates."
|
671 |
msgstr ""
|
672 |
|
673 |
+
#: classes/helpers/FrmAppHelper.php:1582
|
674 |
msgid "Are you sure you want to deauthorize Formidable Forms on this site?"
|
675 |
msgstr ""
|
676 |
|
677 |
+
#: classes/helpers/FrmAppHelper.php:1611
|
678 |
msgid "Remove"
|
679 |
msgstr ""
|
680 |
|
681 |
+
#: classes/helpers/FrmAppHelper.php:1614
|
682 |
#: classes/helpers/FrmCSVExportHelper.php:138
|
683 |
msgid "ID"
|
684 |
msgstr ""
|
685 |
|
686 |
+
#: classes/helpers/FrmAppHelper.php:1615
|
687 |
msgid "No results match"
|
688 |
msgstr ""
|
689 |
|
690 |
+
#: classes/helpers/FrmAppHelper.php:1616
|
691 |
msgid "That file looks like Spam."
|
692 |
msgstr ""
|
693 |
|
694 |
+
#: classes/helpers/FrmAppHelper.php:1617
|
695 |
msgid "There is an error in the calculation in the field with key"
|
696 |
msgstr ""
|
697 |
|
698 |
+
#: classes/helpers/FrmAppHelper.php:1618
|
699 |
msgid "Please complete the preceding required fields before uploading a file."
|
700 |
msgstr ""
|
701 |
|
702 |
+
#: classes/helpers/FrmAppHelper.php:1624
|
703 |
msgid ""
|
704 |
"Are you sure you want to do this? Clicking OK will delete all forms, form "
|
705 |
"data, and all other Formidable data. There is no Undo."
|
706 |
msgstr ""
|
707 |
|
708 |
+
#: classes/helpers/FrmAppHelper.php:1625
|
709 |
#: classes/views/frm-forms/add_field.php:37
|
710 |
#: classes/views/frm-forms/add_field.php:50
|
711 |
msgid "(Click to add description)"
|
712 |
msgstr ""
|
713 |
|
714 |
+
#: classes/helpers/FrmAppHelper.php:1626
|
715 |
#: classes/views/frm-fields/single-option.php:8
|
716 |
#: classes/views/frm-fields/single-option.php:14
|
717 |
msgid "(Blank)"
|
718 |
msgstr ""
|
719 |
|
720 |
+
#: classes/helpers/FrmAppHelper.php:1627
|
721 |
#: classes/views/frm-forms/add_field.php:17
|
722 |
msgid "(no label)"
|
723 |
msgstr ""
|
724 |
|
725 |
+
#: classes/helpers/FrmAppHelper.php:1628
|
726 |
msgid "Saving"
|
727 |
msgstr ""
|
728 |
|
729 |
+
#: classes/helpers/FrmAppHelper.php:1629
|
730 |
msgid "Saved"
|
731 |
msgstr ""
|
732 |
|
733 |
+
#: classes/helpers/FrmAppHelper.php:1631
|
734 |
msgid "Cancel"
|
735 |
msgstr ""
|
736 |
|
737 |
+
#: classes/helpers/FrmAppHelper.php:1632
|
738 |
#: classes/helpers/FrmFormsListHelper.php:286
|
739 |
#: classes/views/frm-forms/add_field.php:197
|
740 |
#: classes/views/styles/_buttons.php:12
|
742 |
msgid "Default"
|
743 |
msgstr ""
|
744 |
|
745 |
+
#: classes/helpers/FrmAppHelper.php:1633
|
746 |
#: classes/helpers/FrmFieldsHelper.php:1149
|
747 |
msgid "Clear default value when typing"
|
748 |
msgstr ""
|
749 |
|
750 |
+
#: classes/helpers/FrmAppHelper.php:1634
|
751 |
#: classes/helpers/FrmFieldsHelper.php:1149
|
752 |
msgid "Do not clear default value when typing"
|
753 |
msgstr ""
|
754 |
|
755 |
+
#: classes/helpers/FrmAppHelper.php:1635
|
756 |
#: classes/helpers/FrmFieldsHelper.php:1159
|
757 |
msgid "Default value will pass form validation"
|
758 |
msgstr ""
|
759 |
|
760 |
+
#: classes/helpers/FrmAppHelper.php:1636
|
761 |
#: classes/helpers/FrmFieldsHelper.php:1159
|
762 |
msgid "Default value will NOT pass form validation"
|
763 |
msgstr ""
|
764 |
|
765 |
+
#: classes/helpers/FrmAppHelper.php:1637
|
766 |
#: classes/helpers/FrmEntriesListHelper.php:245
|
767 |
#: classes/helpers/FrmFormsHelper.php:829 classes/views/styles/show.php:64
|
768 |
msgid "Are you sure?"
|
769 |
msgstr ""
|
770 |
|
771 |
+
#: classes/helpers/FrmAppHelper.php:1638
|
772 |
msgid ""
|
773 |
"Are you sure you want to delete this field and all data associated with it?"
|
774 |
msgstr ""
|
775 |
|
776 |
+
#: classes/helpers/FrmAppHelper.php:1639
|
777 |
msgid "WARNING: This will delete all fields inside of the section as well."
|
778 |
msgstr ""
|
779 |
|
780 |
+
#: classes/helpers/FrmAppHelper.php:1640
|
781 |
msgid ""
|
782 |
"Warning: If you have entries with multiple rows, all but the first row will "
|
783 |
"be lost."
|
784 |
msgstr ""
|
785 |
|
786 |
+
#: classes/helpers/FrmAppHelper.php:1642
|
787 |
#: classes/helpers/FrmFieldsHelper.php:268
|
788 |
msgid "The entered values do not match"
|
789 |
msgstr ""
|
790 |
|
791 |
+
#: classes/helpers/FrmAppHelper.php:1643
|
792 |
msgid "Enter Email"
|
793 |
msgstr ""
|
794 |
|
795 |
+
#: classes/helpers/FrmAppHelper.php:1644
|
796 |
msgid "Confirm Email"
|
797 |
msgstr ""
|
798 |
|
799 |
+
#: classes/helpers/FrmAppHelper.php:1645
|
800 |
msgid ""
|
801 |
"In certain browsers (e.g. Firefox) text will not display correctly if the "
|
802 |
"field height is too small relative to the field padding and text size. "
|
803 |
"Please increase your field height or decrease your field padding."
|
804 |
msgstr ""
|
805 |
|
806 |
+
#: classes/helpers/FrmAppHelper.php:1646
|
807 |
msgid "Enter Password"
|
808 |
msgstr ""
|
809 |
|
810 |
+
#: classes/helpers/FrmAppHelper.php:1647
|
811 |
msgid "Confirm Password"
|
812 |
msgstr ""
|
813 |
|
814 |
+
#: classes/helpers/FrmAppHelper.php:1648
|
815 |
msgid "Import Complete"
|
816 |
msgstr ""
|
817 |
|
818 |
+
#: classes/helpers/FrmAppHelper.php:1650
|
819 |
msgid "Warning: There is no way to retrieve unsaved entries."
|
820 |
msgstr ""
|
821 |
|
822 |
+
#: classes/helpers/FrmAppHelper.php:1654
|
823 |
msgid "No new licenses were found"
|
824 |
msgstr ""
|
825 |
|
826 |
+
#: classes/helpers/FrmAppHelper.php:1655
|
827 |
msgid "This calculation has at least one unmatched ( ) { } [ ]."
|
828 |
msgstr ""
|
829 |
|
830 |
+
#: classes/helpers/FrmAppHelper.php:1656
|
831 |
msgid "This calculation may have shortcodes that work in Views but not forms."
|
832 |
msgstr ""
|
833 |
|
834 |
+
#: classes/helpers/FrmAppHelper.php:1657
|
835 |
msgid ""
|
836 |
"This calculation may have shortcodes that work in text calculations but not "
|
837 |
"numeric calculations."
|
838 |
msgstr ""
|
839 |
|
840 |
+
#: classes/helpers/FrmAppHelper.php:1658
|
841 |
msgid "Please enter a Repeat Limit that is greater than 1."
|
842 |
msgstr ""
|
843 |
|
844 |
+
#: classes/helpers/FrmAppHelper.php:1679
|
845 |
msgid ""
|
846 |
"You are running an outdated version of Formidable. This plugin may not work "
|
847 |
"correctly if you do not update Formidable."
|
848 |
msgstr ""
|
849 |
|
850 |
+
#: classes/helpers/FrmAppHelper.php:1685
|
851 |
msgid "English"
|
852 |
msgstr ""
|
853 |
|
854 |
+
#: classes/helpers/FrmAppHelper.php:1686
|
855 |
msgid "English/Western"
|
856 |
msgstr ""
|
857 |
|
858 |
+
#: classes/helpers/FrmAppHelper.php:1687
|
859 |
msgid "Afrikaans"
|
860 |
msgstr ""
|
861 |
|
862 |
+
#: classes/helpers/FrmAppHelper.php:1688
|
863 |
msgid "Albanian"
|
864 |
msgstr ""
|
865 |
|
866 |
+
#: classes/helpers/FrmAppHelper.php:1689
|
867 |
msgid "Arabic"
|
868 |
msgstr ""
|
869 |
|
870 |
+
#: classes/helpers/FrmAppHelper.php:1690
|
871 |
msgid "Armenian"
|
872 |
msgstr ""
|
873 |
|
874 |
+
#: classes/helpers/FrmAppHelper.php:1691
|
875 |
msgid "Azerbaijani"
|
876 |
msgstr ""
|
877 |
|
878 |
+
#: classes/helpers/FrmAppHelper.php:1692
|
879 |
msgid "Basque"
|
880 |
msgstr ""
|
881 |
|
882 |
+
#: classes/helpers/FrmAppHelper.php:1693
|
883 |
msgid "Bosnian"
|
884 |
msgstr ""
|
885 |
|
886 |
+
#: classes/helpers/FrmAppHelper.php:1694
|
887 |
msgid "Bulgarian"
|
888 |
msgstr ""
|
889 |
|
890 |
+
#: classes/helpers/FrmAppHelper.php:1695
|
891 |
msgid "Catalan"
|
892 |
msgstr ""
|
893 |
|
894 |
+
#: classes/helpers/FrmAppHelper.php:1696
|
895 |
msgid "Chinese Hong Kong"
|
896 |
msgstr ""
|
897 |
|
898 |
+
#: classes/helpers/FrmAppHelper.php:1697
|
899 |
msgid "Chinese Simplified"
|
900 |
msgstr ""
|
901 |
|
902 |
+
#: classes/helpers/FrmAppHelper.php:1698
|
903 |
msgid "Chinese Traditional"
|
904 |
msgstr ""
|
905 |
|
906 |
+
#: classes/helpers/FrmAppHelper.php:1699
|
907 |
msgid "Croatian"
|
908 |
msgstr ""
|
909 |
|
910 |
+
#: classes/helpers/FrmAppHelper.php:1700
|
911 |
msgid "Czech"
|
912 |
msgstr ""
|
913 |
|
914 |
+
#: classes/helpers/FrmAppHelper.php:1701
|
915 |
msgid "Danish"
|
916 |
msgstr ""
|
917 |
|
918 |
+
#: classes/helpers/FrmAppHelper.php:1702
|
919 |
msgid "Dutch"
|
920 |
msgstr ""
|
921 |
|
922 |
+
#: classes/helpers/FrmAppHelper.php:1703
|
923 |
msgid "English/UK"
|
924 |
msgstr ""
|
925 |
|
926 |
+
#: classes/helpers/FrmAppHelper.php:1704
|
927 |
msgid "Esperanto"
|
928 |
msgstr ""
|
929 |
|
930 |
+
#: classes/helpers/FrmAppHelper.php:1705
|
931 |
msgid "Estonian"
|
932 |
msgstr ""
|
933 |
|
934 |
+
#: classes/helpers/FrmAppHelper.php:1706
|
935 |
msgid "Faroese"
|
936 |
msgstr ""
|
937 |
|
938 |
+
#: classes/helpers/FrmAppHelper.php:1707
|
939 |
msgid "Farsi/Persian"
|
940 |
msgstr ""
|
941 |
|
942 |
+
#: classes/helpers/FrmAppHelper.php:1708
|
943 |
msgid "Filipino"
|
944 |
msgstr ""
|
945 |
|
946 |
+
#: classes/helpers/FrmAppHelper.php:1709
|
947 |
msgid "Finnish"
|
948 |
msgstr ""
|
949 |
|
950 |
+
#: classes/helpers/FrmAppHelper.php:1710
|
951 |
msgid "French"
|
952 |
msgstr ""
|
953 |
|
954 |
+
#: classes/helpers/FrmAppHelper.php:1711
|
955 |
msgid "French/Canadian"
|
956 |
msgstr ""
|
957 |
|
958 |
+
#: classes/helpers/FrmAppHelper.php:1712
|
959 |
msgid "French/Swiss"
|
960 |
msgstr ""
|
961 |
|
962 |
+
#: classes/helpers/FrmAppHelper.php:1713
|
963 |
msgid "German"
|
964 |
msgstr ""
|
965 |
|
966 |
+
#: classes/helpers/FrmAppHelper.php:1714
|
967 |
msgid "German/Austria"
|
968 |
msgstr ""
|
969 |
|
970 |
+
#: classes/helpers/FrmAppHelper.php:1715
|
971 |
msgid "German/Switzerland"
|
972 |
msgstr ""
|
973 |
|
974 |
+
#: classes/helpers/FrmAppHelper.php:1716
|
975 |
msgid "Greek"
|
976 |
msgstr ""
|
977 |
|
978 |
+
#: classes/helpers/FrmAppHelper.php:1717 classes/helpers/FrmAppHelper.php:1718
|
979 |
msgid "Hebrew"
|
980 |
msgstr ""
|
981 |
|
982 |
+
#: classes/helpers/FrmAppHelper.php:1719
|
983 |
msgid "Hindi"
|
984 |
msgstr ""
|
985 |
|
986 |
+
#: classes/helpers/FrmAppHelper.php:1720
|
987 |
msgid "Hungarian"
|
988 |
msgstr ""
|
989 |
|
990 |
+
#: classes/helpers/FrmAppHelper.php:1721
|
991 |
msgid "Icelandic"
|
992 |
msgstr ""
|
993 |
|
994 |
+
#: classes/helpers/FrmAppHelper.php:1722
|
995 |
msgid "Indonesian"
|
996 |
msgstr ""
|
997 |
|
998 |
+
#: classes/helpers/FrmAppHelper.php:1723
|
999 |
msgid "Italian"
|
1000 |
msgstr ""
|
1001 |
|
1002 |
+
#: classes/helpers/FrmAppHelper.php:1724
|
1003 |
msgid "Japanese"
|
1004 |
msgstr ""
|
1005 |
|
1006 |
+
#: classes/helpers/FrmAppHelper.php:1725
|
1007 |
msgid "Korean"
|
1008 |
msgstr ""
|
1009 |
|
1010 |
+
#: classes/helpers/FrmAppHelper.php:1726
|
1011 |
msgid "Latvian"
|
1012 |
msgstr ""
|
1013 |
|
1014 |
+
#: classes/helpers/FrmAppHelper.php:1727
|
1015 |
msgid "Lithuanian"
|
1016 |
msgstr ""
|
1017 |
|
1018 |
+
#: classes/helpers/FrmAppHelper.php:1728
|
1019 |
msgid "Malaysian"
|
1020 |
msgstr ""
|
1021 |
|
1022 |
+
#: classes/helpers/FrmAppHelper.php:1729
|
1023 |
msgid "Norwegian"
|
1024 |
msgstr ""
|
1025 |
|
1026 |
+
#: classes/helpers/FrmAppHelper.php:1730
|
1027 |
msgid "Polish"
|
1028 |
msgstr ""
|
1029 |
|
1030 |
+
#: classes/helpers/FrmAppHelper.php:1731
|
1031 |
msgid "Portuguese"
|
1032 |
msgstr ""
|
1033 |
|
1034 |
+
#: classes/helpers/FrmAppHelper.php:1732
|
1035 |
msgid "Portuguese/Brazilian"
|
1036 |
msgstr ""
|
1037 |
|
1038 |
+
#: classes/helpers/FrmAppHelper.php:1733
|
1039 |
msgid "Portuguese/Portugal"
|
1040 |
msgstr ""
|
1041 |
|
1042 |
+
#: classes/helpers/FrmAppHelper.php:1734
|
1043 |
msgid "Romanian"
|
1044 |
msgstr ""
|
1045 |
|
1046 |
+
#: classes/helpers/FrmAppHelper.php:1735
|
1047 |
msgid "Russian"
|
1048 |
msgstr ""
|
1049 |
|
1050 |
+
#: classes/helpers/FrmAppHelper.php:1736 classes/helpers/FrmAppHelper.php:1737
|
1051 |
msgid "Serbian"
|
1052 |
msgstr ""
|
1053 |
|
1054 |
+
#: classes/helpers/FrmAppHelper.php:1738
|
1055 |
msgid "Slovak"
|
1056 |
msgstr ""
|
1057 |
|
1058 |
+
#: classes/helpers/FrmAppHelper.php:1739
|
1059 |
msgid "Slovenian"
|
1060 |
msgstr ""
|
1061 |
|
1062 |
+
#: classes/helpers/FrmAppHelper.php:1740
|
1063 |
msgid "Spanish"
|
1064 |
msgstr ""
|
1065 |
|
1066 |
+
#: classes/helpers/FrmAppHelper.php:1741
|
1067 |
msgid "Spanish/Latin America"
|
1068 |
msgstr ""
|
1069 |
|
1070 |
+
#: classes/helpers/FrmAppHelper.php:1742
|
1071 |
msgid "Swedish"
|
1072 |
msgstr ""
|
1073 |
|
1074 |
+
#: classes/helpers/FrmAppHelper.php:1743
|
1075 |
msgid "Tamil"
|
1076 |
msgstr ""
|
1077 |
|
1078 |
+
#: classes/helpers/FrmAppHelper.php:1744
|
1079 |
msgid "Thai"
|
1080 |
msgstr ""
|
1081 |
|
1082 |
+
#: classes/helpers/FrmAppHelper.php:1745 classes/helpers/FrmAppHelper.php:1746
|
1083 |
msgid "Turkish"
|
1084 |
msgstr ""
|
1085 |
|
1086 |
+
#: classes/helpers/FrmAppHelper.php:1747
|
1087 |
msgid "Ukranian"
|
1088 |
msgstr ""
|
1089 |
|
1090 |
+
#: classes/helpers/FrmAppHelper.php:1748
|
1091 |
msgid "Vietnamese"
|
1092 |
msgstr ""
|
1093 |
|
2211 |
msgstr ""
|
2212 |
|
2213 |
#: classes/helpers/FrmFormsHelper.php:851
|
2214 |
+
#: classes/helpers/FrmStylesHelper.php:140
|
2215 |
msgid "Right"
|
2216 |
msgstr ""
|
2217 |
|
2328 |
msgid "Custom"
|
2329 |
msgstr ""
|
2330 |
|
2331 |
+
#: classes/helpers/FrmStylesHelper.php:116
|
2332 |
msgid "Edit Styles"
|
2333 |
msgstr ""
|
2334 |
|
2335 |
+
#: classes/helpers/FrmStylesHelper.php:117
|
2336 |
msgid "Manage Form Styles"
|
2337 |
msgstr ""
|
2338 |
|
2339 |
+
#: classes/helpers/FrmStylesHelper.php:118
|
2340 |
msgid "Custom CSS"
|
2341 |
msgstr ""
|
2342 |
|
2343 |
+
#: classes/helpers/FrmStylesHelper.php:128
|
2344 |
msgid "top"
|
2345 |
msgstr ""
|
2346 |
|
2347 |
+
#: classes/helpers/FrmStylesHelper.php:129
|
2348 |
#: classes/views/styles/_field-description.php:33
|
2349 |
#: classes/views/styles/_field-labels.php:31
|
2350 |
#: classes/views/styles/_general.php:11
|
2351 |
msgid "left"
|
2352 |
msgstr ""
|
2353 |
|
2354 |
+
#: classes/helpers/FrmStylesHelper.php:130
|
2355 |
#: classes/views/styles/_field-description.php:36
|
2356 |
#: classes/views/styles/_field-labels.php:34
|
2357 |
#: classes/views/styles/_general.php:14
|
2358 |
msgid "right"
|
2359 |
msgstr ""
|
2360 |
|
2361 |
+
#: classes/helpers/FrmStylesHelper.php:131
|
2362 |
msgid "none"
|
2363 |
msgstr ""
|
2364 |
|
2365 |
+
#: classes/helpers/FrmStylesHelper.php:132
|
2366 |
msgid "inside"
|
2367 |
msgstr ""
|
2368 |
|
2369 |
+
#: classes/helpers/FrmStylesHelper.php:138
|
2370 |
msgid "Top"
|
2371 |
msgstr ""
|
2372 |
|
2373 |
+
#: classes/helpers/FrmStylesHelper.php:139
|
2374 |
msgid "Left"
|
2375 |
msgstr ""
|
2376 |
|
2377 |
+
#: classes/helpers/FrmStylesHelper.php:141
|
2378 |
msgid "Inline (left without a set width)"
|
2379 |
msgstr ""
|
2380 |
|
2381 |
+
#: classes/helpers/FrmStylesHelper.php:142
|
2382 |
msgid "None"
|
2383 |
msgstr ""
|
2384 |
|
2385 |
+
#: classes/helpers/FrmStylesHelper.php:143
|
2386 |
msgid "Hidden (but leave the space)"
|
2387 |
msgstr ""
|
2388 |
|
2389 |
+
#: classes/helpers/FrmStylesHelper.php:144
|
2390 |
msgid "Placeholder inside the field"
|
2391 |
msgstr ""
|
2392 |
|
2940 |
msgid "Import"
|
2941 |
msgstr ""
|
2942 |
|
2943 |
+
#: classes/models/FrmMigrate.php:483
|
2944 |
msgid "Sending"
|
2945 |
msgstr ""
|
2946 |
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Tags: contact form, form builder, custom form, forms, form, form maker, form cre
|
|
4 |
Requires at least: 4.4
|
5 |
Tested up to: 4.9.5
|
6 |
Requires PHP: 5.3
|
7 |
-
Stable tag: 3.03
|
8 |
|
9 |
The best WordPress forms plugin for custom forms. Go beyond contact forms with a drag & drop form builder, HTML control & form style generator
|
10 |
|
@@ -160,6 +160,10 @@ The field and form names and descriptions are all changed with in-place edit. Ju
|
|
160 |
[See more FAQs](https://formidableforms.com/formidable-faqs/ "Formidable Form FAQs")
|
161 |
|
162 |
== Changelog ==
|
|
|
|
|
|
|
|
|
163 |
= 3.03 =
|
164 |
* Fix: Custom css like #frm_field_196_container > label was being sanitized and preventing the > from working correctly
|
165 |
* Fix: Allow <i icon="something"> to pass sanitization in checkbox and radio field options
|
4 |
Requires at least: 4.4
|
5 |
Tested up to: 4.9.5
|
6 |
Requires PHP: 5.3
|
7 |
+
Stable tag: 3.03.01
|
8 |
|
9 |
The best WordPress forms plugin for custom forms. Go beyond contact forms with a drag & drop form builder, HTML control & form style generator
|
10 |
|
160 |
[See more FAQs](https://formidableforms.com/formidable-faqs/ "Formidable Form FAQs")
|
161 |
|
162 |
== Changelog ==
|
163 |
+
= 3.03.01 =
|
164 |
+
* Fix: Allow the section html in the form widget. Don't remove it when sanitizing.
|
165 |
+
* Fix: Show the scrollbar for the list of fields in Chrome on the form builder. Some devices don't allow scrolling without it.
|
166 |
+
|
167 |
= 3.03 =
|
168 |
* Fix: Custom css like #frm_field_196_container > label was being sanitized and preventing the > from working correctly
|
169 |
* Fix: Allow <i icon="something"> to pass sanitization in checkbox and radio field options
|