Plugin Directory

Changeset 2437132


Ignore:
Timestamp:
12/11/2020 05:09:02 AM (5 years ago)
Author:
buzztone
Message:

Release Version 2.4.1

Location:
contact-form-7-skins
Files:
212 added
2 deleted
9 edited

Legend:

Unmodified
Added
Removed
  • contact-form-7-skins/trunk/css/admin.css

    r2166726 r2437132  
    5858    text-align: center;
    5959    width: 20px;
     60}
     61[data-balloon]:after {
     62    text-align: initial;
    6063}
    6164#cf7s .ext-link {
  • contact-form-7-skins/trunk/css/framework/cf7s-default.css

    r2258586 r2437132  
    11/*
    2 Description: cf7s-default
    3 Default Contact Form 7 Skins Styling - provides base styling for all CF7 Skins Forms
    4 Author: Neil Murray
    5 Author URI: cf7skins.com
    6 Version: 1.2
     2 * Style Name: cf7s-default
     3 * Default Contact Form 7 Skins Styling - provides base styling for all CF7 Skins Forms
     4 * Version: 2.0
     5 * Version Date: 2019-05-30
    76*/
    87 
     
    1413* Text Fields
    1514* Ordered & Unordered lists
     15* Labels
    1616* Checkboxes, Radio Buttons and Drop Down Menus
    1717* Other Fields
     
    2323
    2424/* Import
     25Use to import other style sheets
    2526------------------------------------------------------------ */
    2627/* @import url('../parent/style.css'); */
    2728
    2829/* Resets
     30Use to reset HTML form elements within CF7 forms
    2931------------------------------------------------------------ */
    3032
     
    4749}
    4850
     51.wpcf7-form.cf7skins a {
     52}
     53
    4954.wpcf7-form.cf7skins span {
    5055}
    5156
    5257/* Form & Controls
    53 NOTE: These items should be used to style the overall CF7 Form
     58Use to style the overall CF7 form
    5459------------------------------------------------------------ */
    5560
     
    6065.wpcf7-form.cf7skins .wpcf7-form-control {
    6166}
    62 .wpcf7-form.cf7skins .wpcf7-form-control-wrap { 
    63 }
    64 
    65 /* Fieldset, Legend, Label
     67.wpcf7-form.cf7skins .wpcf7-form-control-wrap {
     68}
     69
     70/* Fieldset & Legend
    6671------------------------------------------------------------ */
    6772
     
    7378}
    7479
    75 .wpcf7-form.cf7skins label {
    76 }
    77 
    7880.wpcf7-form.cf7skins fieldset p {
    7981}
     
    9496
    9597.wpcf7-form.cf7skins input {
    96     width: auto;  /* Some themes set these items - need to take control within CF7 Skins forms */
     98    width: auto;  /* Some themes set these items - need to take control within CF7 Skins forms */
    9799    padding: 5px;
    98100    box-shadow: none;
     
    133135------------------------------------------------------------ */
    134136
    135 /* Reset all lists within CF7 forms - overide current themes default list styles */
     137/* Reset all lists within CF7 Skins forms - overide current themes default list styles */
    136138.wpcf7-form.cf7skins ol,
    137139.wpcf7-form.cf7skins ul,
     
    148150}
    149151
    150 .wpcf7-form.cf7skins li label {
    151     display: block;
    152 /* no longer necessary for input fields with width 100%
    153 - was used to make styling easier - don't need </br> */
    154 }
    155 
    156 .wpcf7-form.cf7skins li label .cf7s-reqd {
    157     display: inline; /* removes display: block for automatically added required items */
    158 }
    159 
    160152.wpcf7-form.cf7skins .wpcf7-list-item {
    161153}
     
    170162    margin-left: 0.5em;  in ./contact-form-7/includes/css/styles.css */
    171163}
    172  
     164
     165/* Labels
     166------------------------------------------------------------ */
     167
     168.wpcf7-form.cf7skins label {
     169}
     170
     171.wpcf7-form.cf7skins li label {
     172}
     173
     174.wpcf7-form.cf7skins li label .cf7s-reqd {
     175}
     176
    173177/* Checkboxes, Radio Buttons and Drop Down Menus
    174178------------------------------------------------------------ */
     
    181185 
    182186.wpcf7-form.cf7skins input[type="checkbox"],
    183 .wpcf7-form.cf7skins input[type="radio"] {
     187.wpcf7-form.cf7skins input[type="radio"] {
     188    border: none;
    184189    background: none;  /* needed for IE */
    185190}
     
    213218
    214219/* Other Fields
    215 NOTE: Use these CSS selectors to style these elements within CF7 forms
    216220------------------------------------------------------------ */
    217221
     
    238242
    239243/* Submit Buttons
    240 NOTE: These are the CSS selectors that should be used to style Submit Buttons within CF7 forms
    241244------------------------------------------------------------ */
    242245
     
    245248}
    246249
    247 .wpcf7-form.cf7skins input[type="submit"]:hover {
     250.wpcf7-form.cf7skins input[type="submit"]:hover { 
    248251}
    249252
     
    251254.wpcf7-form.cf7skins input[type="button"] {
    252255}
    253 .wpcf7-form.cf7skins input[type="button"]:hover {
     256.wpcf7-form.cf7skins input[type="button"]:hover { 
    254257}
    255258*/
     
    264267
    265268/* Ready Styles
    266 NOTE: Ready Styles are provided ready to be used in all CF7 forms
    267269------------------------------------------------------------ */
    268270
    269271
    270272/** Multi Styles
    271 NOTE: These styles provide styling for CF7 Skins Multi elements
    272 ------------------------------------------------------------ */
     273------------------------------------------------------------ */
  • contact-form-7-skins/trunk/includes/admin.php

    r2357281 r2437132  
    163163            return;
    164164        }
    165 
    166         wp_enqueue_style( 'tipsy',
    167             CF7SKINS_URL . 'css/tipsy.css',
    168             array( 'contact-form-7-admin' ), '1.0.0a', 'all' );
    169165       
    170166        wp_enqueue_style( 'typicons',
     
    176172            array( 'contact-form-7-admin' ), CF7SKINS_VERSION, 'all' );
    177173
    178         wp_enqueue_script( 'tipsy',
    179             CF7SKINS_URL . 'js/jquery.tipsy.js',
    180             array( 'jquery', 'jquery-migrate' ), '1.0.0a', true );
    181        
    182174        wp_enqueue_script( 'cf7s-admin',
    183175            CF7SKINS_URL . 'js/jquery.admin.js',
    184             array( 'jquery', 'underscore' ), CF7SKINS_VERSION, true );
    185        
     176            array( 'jquery', 'underscore' ), CF7SKINS_VERSION, true );         
     177
     178        wp_enqueue_script( 'cf7skins',
     179            CF7SKINS_URL . 'js/cf7skins.min.js',
     180            array('cf7s-admin'), CF7SKINS_VERSION, true );         
     181
    186182        wp_localize_script( 'cf7s-admin', 'cf7s', array(
    187183            'nonce'     => wp_create_nonce( 'cf7s' ),  // generate a nonce for security checking
  • contact-form-7-skins/trunk/index.php

    r2357281 r2437132  
    44 * Plugin URI:  http://cf7skins.com
    55 * Description: Adds drag & drop Visual Editor with Templates & Styles to Contact Form 7. Requires Contact Form 7.
    6  * Version:     2.4.0
     6 * Version:     2.4.1
    77 * Author:      Neil Murray
    88 * Author URI:  http://cf7skins.com
     
    3131 * @since 0.1.0
    3232 */
    33 define( 'CF7SKINS_VERSION', '2.4.0' );
     33define( 'CF7SKINS_VERSION', '2.4.1' );
    3434define( 'CF7SKINS_OPTIONS', 'cf7skins' ); // Database option names
    3535define( 'CF7SKINS_TEXTDOMAIN', 'contact-form-7-skins' );
  • contact-form-7-skins/trunk/js/jquery.admin.js

    r2357281 r2437132  
    8282                $(".dashicons", tab).trigger( "click" );
    8383            });
    84            
    85             // Set tipsy defaults
    86             if ( $.isFunction( $.fn.tipsy ) ) {
    87                 $.fn.tipsy.defaults = {
    88                     delayIn: 0,         // delay before showing tooltip (ms)
    89                     delayOut: 0,        // delay before hiding tooltip (ms)
    90                     fade: false,        // fade tooltips in/out?
    91                     fallback: '',       // fallback text to use when no tooltip text
    92                     gravity: 'n',       // gravity nw | n | ne | w | e | sw | s | se
    93                     html: false,        // is tooltip content HTML?
    94                     live: true,         // use live event support?
    95                     offset: 0,          // pixel offset of tooltip from element
    96                     opacity: 1,         // opacity of tooltip
    97                     title: 'title',     // attribute/callback containing tooltip text
    98                     trigger: 'hover'    // how tooltip is triggered - hover | focus | manual
    99                 };         
    100 
    101                 $(".balloon").tipsy({gravity: 'sw'});
    102                 $("span.ext-link > a.help").tipsy({gravity: 'se'});
    103             }
    10484           
    10585            // Check if any changes have been made
     
    210190           
    211191            var select_text, deselect_text;         
    212             select_tip = $(e).attr("original-title"); // save original select text                 
     192            select_tip = $(e).attr("data-balloon"); // save original select text                   
    213193            deselect_tip = $(e).attr("href").indexOf( "template" ) != -1 ? l10n.deselect_template : l10n.deselect_style; // get deselect tip text for style or template
    214194           
    215195            if( m.type == "mouseenter" ) {
    216                 $(e).attr("title", deselect_tip); // replace select tipsy with deselect text
     196                $(e).attr("data-balloon", deselect_tip); // replace select tooltip with deselect text
    217197                $(e).text(l10n.deselect); // replace Select text with Deselect     
    218198            } else {
    219                 $(e).attr("title", select_tip); // replace deselect tipsy with select text
     199                $(e).attr("data-balloon", select_tip); // replace deselect tooltip with select text
    220200                $(e).text(l10n.selected); // replace Deselect text with Select
    221201            }
     
    235215            $(inp).val("").trigger('change'); // empty the skin hidden input value and trigger change for saving
    236216           
    237             title = $(e).closest(".skin").siblings().find("a.select").eq(0).attr("title"); // get sibling tip for copy
    238             $(e).attr("title", title ); // update the tip
    239             $(".tipsy").remove(); // remove current tipsy
     217            d = $(e).closest(".skin").siblings().find("a.select").eq(0).attr("data-balloon"); // get sibling tip for copy
     218            $(e).attr("data-balloon", d ); // update the tip           
    240219           
    241220            // Update selected skin info
  • contact-form-7-skins/trunk/languages/contact-form-7-skins-en_US-visual.json

    r2332658 r2437132  
    1 {"domain":"messages","locale_data":{"messages":{"":{"domain":"messages"},"Acceptance (confirm)":[""],"Make this checkbox checked by default":[""],"Make this work inversely":[""],"Make this checkbox optional":[""],"Checkbox (option)":[""],"Put a label first, a checkbox last":[""],"Wrap each item with label element":[""],"Make checkboxes exclusive":[""],"Date":[""],"Default value":[""],"Use this text as the placeholder of the field":[""],"Range - min":[""],"Range - max":[""],"Email":[""],"Akismet - this field requires author's email address":[""],"File (upload)":[""],"File size limit (bytes)":[""],"Acceptable file types":[""],"Number":[""],"Quiz":[""],"Question 1":[""],"Answer 1":[""],"Question 2":[""],"Answer 2":[""],"Radio Button (option)":[""],"Option 1":[""],"Option 2":[""],"Select (dropdown)":[""],"Allow multiple selections":[""],"Insert a blank item as the first option":[""],"Submit":[""],"Telephone":[""],"Text (short text)":[""],"Textarea (long text)":[""],"URL (website link)":[""],"Fieldset (with legend)":[""],"Legend ..":[""],"List - ol":[""],"List Item - li":[""],"Paragraph - p":[""],"Can not save! window.cf7svisual or post ID does not exist.":[""],"Dismiss this notice.":[""],"Visual saved!":[""],"Namespace %s is undefined!":[""],"Function %1$s.%2$s is undefined!":[""],"Function %s is undefined!":[""],"Form Options":[""],"Legend":[""],"Your Name (required)":[""],"Email Address (required)":[""],"Your Message":[""],"* Required":[""],"Send":[""],"Unable to duplicate!":[""],"Unable to add the item.":[""],"There is no edit field available for this item.":[""],"Unable to change the item.":[""],"Visual Object Data is not valid ( JSON parse error )":[""],"Visual Object Data is not valid ( Invalid Cf7sType )":[""],"Configure this form options":[""],"Visual Data":[""],"Copy & paste visual form data":[""],"Save Visual":[""],"Only one reCAPTCHA per form allowed.":[""],"Only one submit for each form.":[""],"Only one %s allowed in a form.":[""],"Node has recaptcha children. Only one recaptcha allowed in a form.":[""],"Node has submit children. Only one submit allowed in a form.":[""],"Field Type":[""],"Spinbox":[""],"Slider":[""],"Required":[""],"Name":[""],"Condition":[""],"Label":[""],"Default Value":[""],"This field requires author's name":[""],"This field requires author's email address":[""],"This field requires author's URL":[""],"Range":[""],"Min":[""],"Max":[""],"Content":[""],"See paragraph permitted phrasing content specification":[""],"Options":[""],"Default":[""],"Answer":[""],"Size":[""],"Normal":[""],"Compact":[""],"Theme":[""],"Light":[""],"Dark":[""],"Id Attribute":[""],"Class Attribute":[""],"Save":[""],"Done":[""],"Drag/Move":[""],"Collapse":[""],"Expand":[""],"edit":[""],"duplicate":[""],"delete":[""],"Add-on options":[""],"Dismiss this notice":[""],"FIELDS (CF7 TAGS)":[""],"Drag and drop or click a Contact Form 7 Tag to add it to the visual form editor.":[""],"To see how Fields are used, select a template it's a great way to get started quickly.":[""],"Any field content can be changed by clicking Edit on the field.":[""],"FIELDS (CF7 SKINS ITEMS)":[""],"Use CF7 Skins Fields for the layout of your form.":[""],"Fieldsets, legends, and lists are used to group related fields, and allow for more detailed styling.":[""]}}}
     1{"domain":"messages","locale_data":{"messages":{"":{"domain":"messages"},"Acceptance (confirm)":[""],"Make this checkbox checked by default":[""],"Make this work inversely":[""],"Make this checkbox optional":[""],"Checkbox (option)":[""],"Put a label first, a checkbox last":[""],"Wrap each item with label element":[""],"Make checkboxes exclusive":[""],"Date":[""],"Default value":[""],"Use this text as the placeholder of the field":[""],"Range - min":[""],"Range - max":[""],"Email":[""],"Akismet - this field requires author's email address":[""],"File (upload)":[""],"File size limit (bytes)":[""],"Acceptable file types":[""],"Number":[""],"Quiz":[""],"Question 1":[""],"Answer 1":[""],"Question 2":[""],"Answer 2":[""],"Radio Button (option)":[""],"Option 1":[""],"Option 2":[""],"Select (dropdown)":[""],"Allow multiple selections":[""],"Insert a blank item as the first option":[""],"Submit":[""],"Telephone":[""],"Text (short text)":[""],"Textarea (long text)":[""],"URL (website link)":[""],"Fieldset (with legend)":[""],"Legend ..":[""],"List - ol":[""],"List Item - li":[""],"Paragraph - p":[""],"Can not save! window.cf7svisual or post ID does not exist.":[""],"Dismiss this notice.":[""],"Visual saved!":[""],"Namespace %s is undefined!":[""],"Function %1$s.%2$s is undefined!":[""],"Function %s is undefined!":[""],"Form Options":[""],"Legend":[""],"Your Name (required)":[""],"Email Address (required)":[""],"Your Message":[""],"* Required":[""],"Send":[""],"Unable to duplicate!":[""],"Unable to add the item.":[""],"There is no edit field available for this item.":[""],"Unable to change the item.":[""],"Visual Object Data is not valid ( JSON parse error )":[""],"Visual Object Data is not valid ( Invalid Cf7sType )":[""],"Configure this form options":[""],"Visual Data":[""],"Copy & paste visual form data":[""],"Save Visual":[""],"Only one reCAPTCHA per form allowed.":[""],"Only one submit for each form.":[""],"Only one %s allowed in a form.":[""],"Node has recaptcha children. Only one recaptcha allowed in a form.":[""],"Node has submit children. Only one submit allowed in a form.":[""],"Field Type":[""],"Spinbox":[""],"Slider":[""],"Required":[""],"Name":[""],"Condition":[""],"Label":[""],"Default Value":[""],"This field requires author's name":[""],"This field requires author's email address":[""],"This field requires author's URL":[""],"Range":[""],"Min":[""],"Max":[""],"Content":[""],"See paragraph permitted phrasing content specification":[""],"Options":[""],"Default":[""],"Answer":[""],"Add Other as last option":[""],"Other":[""],"Size":[""],"Normal":[""],"Compact":[""],"Theme":[""],"Light":[""],"Dark":[""],"Id Attribute":[""],"Class Attribute":[""],"Save":[""],"Done":[""],"Drag/Move":[""],"Collapse":[""],"Expand":[""],"edit":[""],"duplicate":[""],"delete":[""],"Add-on options":[""],"Dismiss this notice":[""],"FIELDS (CF7 TAGS)":[""],"Drag and drop or click a Contact Form 7 Tag to add it to the visual form editor.":[""],"To see how Fields are used, select a template it's a great way to get started quickly.":[""],"Any field content can be changed by clicking Edit on the field.":[""],"FIELDS (CF7 SKINS ITEMS)":[""],"Use CF7 Skins Fields for the layout of your form.":[""],"Fieldsets, legends, and lists are used to group related fields, and allow for more detailed styling.":[""],"Forms are easier to follow along with when questions are on separate pages.":[""],"CF7 Skins Multi makes separate pages possible.":[""],"Your form is less likely to be completed if it’s too long. Separate it using":[""],"CF7 Skins Multi.":[""],"Progress bars make long forms feel less daunting. Add this in using ":[""],"Emphasize privacy policy acceptance by putting them on a second page.":[""],"CF7 Skins Multi":[""]," makes this easy to do.":[""],"Your form is more likely to be completed if it isn’t cluttered. Separate information onto different pages using":[""],"Put name and email address fields beside each other easily using CF7 Skins Ready.":[""],"Read more about CF7 Skins Ready.":[""],"Don’t forget that your form fields need to be mobile optimized, especially if fields are beside each other.":[""],"CF7 Skins Ready handles this for you.":[""],"Make your form easier to read by grouping together similar fields.":[""],"CF7 Skins Ready makes this easy to do.":[""],"Visually grouping similar fields together improves the flow of your form. A good way to do this is by drawing a box around the group using":[""],"CF7 Skins Ready.":[""],"Separate cluttered form content into 2 columns or more using":[""],"Looking to arrange your form fields into 2 or more columns?":[""],"CF7 Skins Ready ":[""],"makes this easy to do.":[""],"Increase the chances of your form being completed by aligning the fields. Use the grid structure in":[""],"CF7 Skins Ready":[""],"to get a head start.":[""],"More complex form layouts should follow a grid system.":[""],"You can align fields, put them side-by-side, and more with our easy-to-use":[""],"CF7 Skins Ready Add-on.":[""],"Have a yes/no radio button field? Display them horizontally on the same line using":[""],"Very good, good, neutral? For a survey form, put checkboxes or radio buttons on the same horizontal line.":[""],"It is more professional looking to have a form style that matches your site.":[""],"Find a better fit in our CF7 Skins Pro Styles.":[""],"Having more templates means you save time creating forms from scratch.":[""],"Get more templates to choose from.":[""],"For custom style options, you can use CSS to adjust the form’s style.":[""],"To get help, our premium email support team is available.":[""],"Ensure error-free forms by using templates and the visual editor.":[""],"Get more templates with the CF7 Skins Pro Add-on.":[""],"Show specific fields to customers based on their responses with":[""],"CF7 Skins Logic.":[""],"You may not need to show all of the possible fields to all of your customers.":[""],"Keep forms short & relevant with CF7 Skins Logic.":[""],"You can dynamically show and hide form fields using":[""],"Dynamic form fields are possibly when you add logic to the fields.":[""],"CF7 Skins Logic makes dynamic forms possible.":[""],"Feeling frustrated? Get 1-1 personalized, real-human responses to your tough questions with any of our":[""],"CF7 Skins Add-ons.":[""],"Make sure your form is set up correctly the first time by talking to our trained support staff, available with our":[""],"CF7 Skins Pro Add-on.":[""],"The WordPress support community is available to answer questions. Or, save time searching & ask us directly with our ":[""],"Premium Email support.":[""],"Double check your mail settings to avoid problems sending & receiving forms. Set it up correctly from the start with our":[""],"Tip":[""]}}}
  • contact-form-7-skins/trunk/languages/contact-form-7-skins-en_US-visual.po

    r2332658 r2437132  
    88"Content-Type: text/plain; charset=UTF-8\n"
    99"Content-Transfer-Encoding: 8bit\n"
    10 "POT-Creation-Date: 2020-06-02T06:43:38+02:00\n"
     10"POT-Creation-Date: 2020-08-12T05:43:28+02:00\n"
    1111"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1212"X-Generator: WP-CLI 2.1.0\n"
    1313"X-Domain: contact-form-7-skins\n"
    1414
    15 #: visual.js:14875
     15#: visual.js:20854
    1616msgid "Acceptance (confirm)"
    1717msgstr ""
    1818
    19 #: visual.js:14875
     19#: visual.js:20854
     20#: visual.js:38181
     21msgid "Make this checkbox checked by default"
     22msgstr ""
     23
     24#: visual.js:20854
     25#: visual.js:38181
     26msgid "Make this work inversely"
     27msgstr ""
     28
     29#: visual.js:20854
     30#: visual.js:38181
     31msgid "Make this checkbox optional"
     32msgstr ""
     33
     34#: visual.js:20855
     35msgid "Checkbox (option)"
     36msgstr ""
     37
     38#: visual.js:20855
     39#: visual.js:20859
     40#: visual.js:38192
     41msgid "Put a label first, a checkbox last"
     42msgstr ""
     43
     44#: visual.js:20855
     45#: visual.js:20859
     46#: visual.js:38192
     47msgid "Wrap each item with label element"
     48msgstr ""
     49
     50#: visual.js:20855
     51#: visual.js:38192
     52msgid "Make checkboxes exclusive"
     53msgstr ""
     54
     55#: visual.js:20856
     56msgid "Date"
     57msgstr ""
     58
     59#: visual.js:20856
     60#: visual.js:20857
     61#: visual.js:20864
     62msgid "Default value"
     63msgstr ""
     64
     65#: visual.js:20856
     66#: visual.js:20857
     67#: visual.js:20864
     68#: visual.js:38176
     69msgid "Use this text as the placeholder of the field"
     70msgstr ""
     71
     72#: visual.js:20856
     73#: visual.js:20857
     74msgid "Range - min"
     75msgstr ""
     76
     77#: visual.js:20856
     78#: visual.js:20857
     79msgid "Range - max"
     80msgstr ""
     81
     82#: visual.js:20856
     83msgid "Email"
     84msgstr ""
     85
     86#: visual.js:20856
     87#: visual.js:20864
     88msgid "Akismet - this field requires author's email address"
     89msgstr ""
     90
     91#: visual.js:20856
     92msgid "File (upload)"
     93msgstr ""
     94
     95#: visual.js:20856
     96#: visual.js:38196
     97msgid "File size limit (bytes)"
     98msgstr ""
     99
     100#: visual.js:20856
     101#: visual.js:38197
     102msgid "Acceptable file types"
     103msgstr ""
     104
     105#: visual.js:20856
     106msgid "Number"
     107msgstr ""
     108
     109#: visual.js:20858
     110msgid "Quiz"
     111msgstr ""
     112
     113#: visual.js:20859
     114msgid "Question 1"
     115msgstr ""
     116
     117#: visual.js:20859
     118msgid "Answer 1"
     119msgstr ""
     120
     121#: visual.js:20859
     122msgid "Question 2"
     123msgstr ""
     124
     125#: visual.js:20859
     126msgid "Answer 2"
     127msgstr ""
     128
     129#: visual.js:20859
     130msgid "Radio Button (option)"
     131msgstr ""
     132
     133#: visual.js:20860
     134#: visual.js:20863
     135msgid "Option 1"
     136msgstr ""
     137
     138#: visual.js:20862
     139#: visual.js:20863
     140msgid "Option 2"
     141msgstr ""
     142
     143#: visual.js:20862
     144msgid "Select (dropdown)"
     145msgstr ""
     146
     147#: visual.js:20862
     148#: visual.js:38192
     149msgid "Allow multiple selections"
     150msgstr ""
     151
     152#: visual.js:20862
     153#: visual.js:38192
     154msgid "Insert a blank item as the first option"
     155msgstr ""
     156
     157#: visual.js:20863
     158msgid "Submit"
     159msgstr ""
     160
     161#: visual.js:20864
     162msgid "Telephone"
     163msgstr ""
     164
     165#: visual.js:20864
     166msgid "Text (short text)"
     167msgstr ""
     168
     169#: visual.js:20864
     170msgid "Textarea (long text)"
     171msgstr ""
     172
     173#: visual.js:20864
     174msgid "URL (website link)"
     175msgstr ""
     176
     177#: visual.js:20865
     178msgid "Fieldset (with legend)"
     179msgstr ""
     180
     181#: visual.js:20865
     182msgid "Legend .."
     183msgstr ""
     184
     185#: visual.js:20867
     186msgid "List - ol"
     187msgstr ""
     188
     189#: visual.js:20868
     190msgid "List Item - li"
     191msgstr ""
     192
     193#: visual.js:20869
     194msgid "Paragraph - p"
     195msgstr ""
     196
     197#: visual.js:22228
     198msgid "Can not save! window.cf7svisual or post ID does not exist."
     199msgstr ""
     200
     201#: visual.js:22257
     202msgid "Dismiss this notice."
     203msgstr ""
     204
     205#: visual.js:22258
     206msgid "Visual saved!"
     207msgstr ""
     208
     209#: visual.js:22264
     210msgid "Namespace %s is undefined!"
     211msgstr ""
     212
     213#: visual.js:22267
     214msgid "Function %1$s.%2$s is undefined!"
     215msgstr ""
     216
     217#: visual.js:22269
     218msgid "Function %s is undefined!"
     219msgstr ""
     220
     221#: visual.js:22284
     222#: visual.js:37887
     223msgid "Form Options"
     224msgstr ""
     225
     226#: visual.js:22308
     227#: visual.js:38175
     228msgid "Legend"
     229msgstr ""
     230
     231#: visual.js:22311
     232msgid "Your Name (required)"
     233msgstr ""
     234
     235#: visual.js:22312
     236msgid "Email Address (required)"
     237msgstr ""
     238
     239#: visual.js:22315
     240msgid "Your Message"
     241msgstr ""
     242
     243#: visual.js:22318
     244msgid "* Required"
     245msgstr ""
     246
     247#: visual.js:22319
     248msgid "Send"
     249msgstr ""
     250
     251#: visual.js:22346
     252msgid "Unable to duplicate!"
     253msgstr ""
     254
     255#: visual.js:22366
     256msgid "Unable to add the item."
     257msgstr ""
     258
     259#: visual.js:22408
     260msgid "There is no edit field available for this item."
     261msgstr ""
     262
     263#: visual.js:22428
     264msgid "Unable to change the item."
     265msgstr ""
     266
     267#: visual.js:22538
     268msgid "Visual Object Data is not valid ( JSON parse error )"
     269msgstr ""
     270
     271#: visual.js:22545
     272msgid "Visual Object Data is not valid ( Invalid Cf7sType )"
     273msgstr ""
     274
     275#: visual.js:37887
     276msgid "Configure this form options"
     277msgstr ""
     278
     279#: visual.js:37895
     280msgid "Visual Data"
     281msgstr ""
     282
     283#: visual.js:37895
     284msgid "Copy & paste visual form data"
     285msgstr ""
     286
     287#: visual.js:37895
     288msgid "Save Visual"
     289msgstr ""
     290
     291#: visual.js:38005
     292msgid "Only one reCAPTCHA per form allowed."
     293msgstr ""
     294
     295#: visual.js:38011
     296msgid "Only one submit for each form."
     297msgstr ""
     298
     299#: visual.js:38078
     300msgid "Only one %s allowed in a form."
     301msgstr ""
     302
     303#: visual.js:38079
     304msgid "Node has recaptcha children. Only one recaptcha allowed in a form."
     305msgstr ""
     306
     307#: visual.js:38079
     308msgid "Node has submit children. Only one submit allowed in a form."
     309msgstr ""
     310
    20311#: visual.js:38170
    21 msgid "Make this checkbox checked by default"
    22 msgstr ""
    23 
    24 #: visual.js:14875
     312msgid "Field Type"
     313msgstr ""
     314
    25315#: visual.js:38170
    26 msgid "Make this work inversely"
    27 msgstr ""
    28 
    29 #: visual.js:14875
     316msgid "Spinbox"
     317msgstr ""
     318
    30319#: visual.js:38170
    31 msgid "Make this checkbox optional"
    32 msgstr ""
    33 
    34 #: visual.js:14876
    35 msgid "Checkbox (option)"
    36 msgstr ""
    37 
    38 #: visual.js:14876
    39 #: visual.js:14880
     320msgid "Slider"
     321msgstr ""
     322
     323#: visual.js:38172
     324msgid "Required"
     325msgstr ""
     326
     327#: visual.js:38173
     328msgid "Name"
     329msgstr ""
     330
     331#: visual.js:38174
     332msgid "Condition"
     333msgstr ""
     334
     335#: visual.js:38175
     336msgid "Label"
     337msgstr ""
     338
     339#: visual.js:38176
     340msgid "Default Value"
     341msgstr ""
     342
     343#: visual.js:38177
     344msgid "This field requires author's name"
     345msgstr ""
     346
     347#: visual.js:38177
     348msgid "This field requires author's email address"
     349msgstr ""
     350
     351#: visual.js:38177
     352msgid "This field requires author's URL"
     353msgstr ""
     354
     355#: visual.js:38178
     356msgid "Range"
     357msgstr ""
     358
     359#: visual.js:38178
     360msgid "Min"
     361msgstr ""
     362
     363#: visual.js:38178
     364msgid "Max"
     365msgstr ""
     366
     367#: visual.js:38179
     368msgid "Content"
     369msgstr ""
     370
     371#: visual.js:38179
     372msgid "See paragraph permitted phrasing content specification"
     373msgstr ""
     374
    40375#: visual.js:38181
    41 msgid "Put a label first, a checkbox last"
    42 msgstr ""
    43 
    44 #: visual.js:14876
    45 #: visual.js:14880
    46 #: visual.js:38181
    47 msgid "Wrap each item with label element"
    48 msgstr ""
    49 
    50 #: visual.js:14876
    51 #: visual.js:38181
    52 msgid "Make checkboxes exclusive"
    53 msgstr ""
    54 
    55 #: visual.js:14877
    56 msgid "Date"
    57 msgstr ""
    58 
    59 #: visual.js:14877
    60 #: visual.js:14878
    61 #: visual.js:14885
    62 msgid "Default value"
    63 msgstr ""
    64 
    65 #: visual.js:14877
    66 #: visual.js:14878
    67 #: visual.js:14885
    68 #: visual.js:38165
    69 msgid "Use this text as the placeholder of the field"
    70 msgstr ""
    71 
    72 #: visual.js:14877
    73 #: visual.js:14878
    74 msgid "Range - min"
    75 msgstr ""
    76 
    77 #: visual.js:14877
    78 #: visual.js:14878
    79 msgid "Range - max"
    80 msgstr ""
    81 
    82 #: visual.js:14877
    83 msgid "Email"
    84 msgstr ""
    85 
    86 #: visual.js:14877
    87 #: visual.js:14885
    88 msgid "Akismet - this field requires author's email address"
    89 msgstr ""
    90 
    91 #: visual.js:14877
    92 msgid "File (upload)"
    93 msgstr ""
    94 
    95 #: visual.js:14877
    96 #: visual.js:38182
    97 msgid "File size limit (bytes)"
    98 msgstr ""
    99 
    100 #: visual.js:14877
    101 #: visual.js:38183
    102 msgid "Acceptable file types"
    103 msgstr ""
    104 
    105 #: visual.js:14877
    106 msgid "Number"
    107 msgstr ""
    108 
    109 #: visual.js:14879
    110 msgid "Quiz"
    111 msgstr ""
    112 
    113 #: visual.js:14880
    114 msgid "Question 1"
    115 msgstr ""
    116 
    117 #: visual.js:14880
    118 msgid "Answer 1"
    119 msgstr ""
    120 
    121 #: visual.js:14880
    122 msgid "Question 2"
    123 msgstr ""
    124 
    125 #: visual.js:14880
    126 msgid "Answer 2"
    127 msgstr ""
    128 
    129 #: visual.js:14880
    130 msgid "Radio Button (option)"
    131 msgstr ""
    132 
    133 #: visual.js:14881
    134 #: visual.js:14884
    135 msgid "Option 1"
    136 msgstr ""
    137 
    138 #: visual.js:14883
    139 #: visual.js:14884
    140 msgid "Option 2"
    141 msgstr ""
    142 
    143 #: visual.js:14883
    144 msgid "Select (dropdown)"
    145 msgstr ""
    146 
    147 #: visual.js:14883
    148 #: visual.js:38181
    149 msgid "Allow multiple selections"
    150 msgstr ""
    151 
    152 #: visual.js:14883
    153 #: visual.js:38181
    154 msgid "Insert a blank item as the first option"
    155 msgstr ""
    156 
    157 #: visual.js:14884
    158 msgid "Submit"
    159 msgstr ""
    160 
    161 #: visual.js:14885
    162 msgid "Telephone"
    163 msgstr ""
    164 
    165 #: visual.js:14885
    166 msgid "Text (short text)"
    167 msgstr ""
    168 
    169 #: visual.js:14885
    170 msgid "Textarea (long text)"
    171 msgstr ""
    172 
    173 #: visual.js:14885
    174 msgid "URL (website link)"
    175 msgstr ""
    176 
    177 #: visual.js:14886
    178 msgid "Fieldset (with legend)"
    179 msgstr ""
    180 
    181 #: visual.js:14886
    182 msgid "Legend .."
    183 msgstr ""
    184 
    185 #: visual.js:14888
    186 msgid "List - ol"
    187 msgstr ""
    188 
    189 #: visual.js:14889
    190 msgid "List Item - li"
    191 msgstr ""
    192 
    193 #: visual.js:14890
    194 msgid "Paragraph - p"
    195 msgstr ""
    196 
    197 #: visual.js:16249
    198 msgid "Can not save! window.cf7svisual or post ID does not exist."
    199 msgstr ""
    200 
    201 #: visual.js:16278
    202 msgid "Dismiss this notice."
    203 msgstr ""
    204 
    205 #: visual.js:16279
    206 msgid "Visual saved!"
    207 msgstr ""
    208 
    209 #: visual.js:16285
    210 msgid "Namespace %s is undefined!"
    211 msgstr ""
    212 
    213 #: visual.js:16288
    214 msgid "Function %1$s.%2$s is undefined!"
    215 msgstr ""
    216 
    217 #: visual.js:16290
    218 msgid "Function %s is undefined!"
    219 msgstr ""
    220 
    221 #: visual.js:16305
    222 #: visual.js:35539
    223 msgid "Form Options"
    224 msgstr ""
    225 
    226 #: visual.js:16323
    227 #: visual.js:38164
    228 msgid "Legend"
    229 msgstr ""
    230 
    231 #: visual.js:16326
    232 msgid "Your Name (required)"
    233 msgstr ""
    234 
    235 #: visual.js:16327
    236 msgid "Email Address (required)"
    237 msgstr ""
    238 
    239 #: visual.js:16330
    240 msgid "Your Message"
    241 msgstr ""
    242 
    243 #: visual.js:16333
    244 msgid "* Required"
    245 msgstr ""
    246 
    247 #: visual.js:16334
    248 msgid "Send"
    249 msgstr ""
    250 
    251 #: visual.js:16361
    252 msgid "Unable to duplicate!"
    253 msgstr ""
    254 
    255 #: visual.js:16381
    256 msgid "Unable to add the item."
    257 msgstr ""
    258 
    259 #: visual.js:16423
    260 msgid "There is no edit field available for this item."
    261 msgstr ""
    262 
    263 #: visual.js:16443
    264 msgid "Unable to change the item."
    265 msgstr ""
    266 
    267 #: visual.js:16551
    268 msgid "Visual Object Data is not valid ( JSON parse error )"
    269 msgstr ""
    270 
    271 #: visual.js:16558
    272 msgid "Visual Object Data is not valid ( Invalid Cf7sType )"
    273 msgstr ""
    274 
    275 #: visual.js:35539
    276 msgid "Configure this form options"
    277 msgstr ""
    278 
    279 #: visual.js:35547
    280 msgid "Visual Data"
    281 msgstr ""
    282 
    283 #: visual.js:35547
    284 msgid "Copy & paste visual form data"
    285 msgstr ""
    286 
    287 #: visual.js:35547
    288 msgid "Save Visual"
    289 msgstr ""
    290 
    291 #: visual.js:38003
    292 msgid "Only one reCAPTCHA per form allowed."
    293 msgstr ""
    294 
    295 #: visual.js:38009
    296 msgid "Only one submit for each form."
    297 msgstr ""
    298 
    299 #: visual.js:38076
    300 msgid "Only one %s allowed in a form."
    301 msgstr ""
    302 
    303 #: visual.js:38077
    304 msgid "Node has recaptcha children. Only one recaptcha allowed in a form."
    305 msgstr ""
    306 
    307 #: visual.js:38077
    308 msgid "Node has submit children. Only one submit allowed in a form."
    309 msgstr ""
    310 
    311 #: visual.js:38159
    312 msgid "Field Type"
    313 msgstr ""
    314 
    315 #: visual.js:38159
    316 msgid "Spinbox"
    317 msgstr ""
    318 
    319 #: visual.js:38159
    320 msgid "Slider"
    321 msgstr ""
    322 
    323 #: visual.js:38161
    324 msgid "Required"
    325 msgstr ""
    326 
    327 #: visual.js:38162
    328 msgid "Name"
    329 msgstr ""
    330 
    331 #: visual.js:38163
    332 msgid "Condition"
    333 msgstr ""
    334 
    335 #: visual.js:38164
    336 msgid "Label"
    337 msgstr ""
    338 
    339 #: visual.js:38165
    340 msgid "Default Value"
    341 msgstr ""
    342 
    343 #: visual.js:38166
    344 msgid "This field requires author's name"
    345 msgstr ""
    346 
    347 #: visual.js:38166
    348 msgid "This field requires author's email address"
    349 msgstr ""
    350 
    351 #: visual.js:38166
    352 msgid "This field requires author's URL"
    353 msgstr ""
    354 
    355 #: visual.js:38167
    356 msgid "Range"
    357 msgstr ""
    358 
    359 #: visual.js:38167
    360 msgid "Min"
    361 msgstr ""
    362 
    363 #: visual.js:38167
    364 msgid "Max"
    365 msgstr ""
    366 
    367 #: visual.js:38168
    368 msgid "Content"
    369 msgstr ""
    370 
    371 #: visual.js:38168
    372 msgid "See paragraph permitted phrasing content specification"
    373 msgstr ""
    374 
    375 #: visual.js:38170
    376 #: visual.js:38181
     376#: visual.js:38192
    377377msgid "Options"
    378378msgstr ""
    379379
    380 #: visual.js:38181
     380#: visual.js:38192
    381381msgid "Default"
    382382msgstr ""
    383383
    384 #: visual.js:38181
     384#: visual.js:38192
    385385msgid "Answer"
    386386msgstr ""
    387387
    388 #: visual.js:38185
     388#: visual.js:38192
     389msgid "Add Other as last option"
     390msgstr ""
     391
     392#: visual.js:38193
     393msgid "Other"
     394msgstr ""
     395
     396#: visual.js:38199
    389397msgid "Size"
    390398msgstr ""
    391399
    392 #: visual.js:38185
     400#: visual.js:38199
    393401msgid "Normal"
    394402msgstr ""
    395403
    396 #: visual.js:38185
     404#: visual.js:38199
    397405msgid "Compact"
    398406msgstr ""
    399407
    400 #: visual.js:38185
     408#: visual.js:38199
    401409msgid "Theme"
    402410msgstr ""
    403411
    404 #: visual.js:38185
     412#: visual.js:38199
    405413msgid "Light"
    406414msgstr ""
    407415
    408 #: visual.js:38185
     416#: visual.js:38199
    409417msgid "Dark"
    410418msgstr ""
    411419
    412 #: visual.js:38186
     420#: visual.js:38200
    413421msgid "Id Attribute"
    414422msgstr ""
    415423
    416 #: visual.js:38187
     424#: visual.js:38201
    417425msgid "Class Attribute"
    418426msgstr ""
    419427
    420 #: visual.js:38227
     428#: visual.js:38241
    421429msgid "Save"
    422430msgstr ""
    423431
    424 #: visual.js:38227
     432#: visual.js:38241
    425433msgid "Done"
    426434msgstr ""
    427435
    428 #: visual.js:38358
     436#: visual.js:38372
    429437msgid "Drag/Move"
    430438msgstr ""
    431439
    432 #: visual.js:38361
     440#: visual.js:38375
    433441msgid "Collapse"
    434442msgstr ""
    435443
    436 #: visual.js:38361
     444#: visual.js:38375
    437445msgid "Expand"
    438446msgstr ""
    439447
    440 #: visual.js:38570
     448#: visual.js:38584
    441449msgid "edit"
    442450msgstr ""
    443451
    444 #: visual.js:38570
     452#: visual.js:38584
    445453msgid "duplicate"
    446454msgstr ""
    447455
    448 #: visual.js:38570
     456#: visual.js:38584
    449457msgid "delete"
    450458msgstr ""
    451459
    452 #: visual.js:38570
     460#: visual.js:38584
    453461msgid "Add-on options"
    454462msgstr ""
    455463
    456 #: visual.js:46142
     464#: visual.js:46172
    457465msgid "Dismiss this notice"
    458466msgstr ""
    459467
    460 #: visual.js:46193
     468#: visual.js:46223
    461469msgid "FIELDS (CF7 TAGS)"
    462470msgstr ""
    463471
    464 #: visual.js:46193
     472#: visual.js:46223
    465473msgid "Drag and drop or click a Contact Form 7 Tag to add it to the visual form editor."
    466474msgstr ""
    467475
    468 #: visual.js:46193
     476#: visual.js:46223
    469477msgid "To see how Fields are used, select a template it's a great way to get started quickly."
    470478msgstr ""
    471479
    472 #: visual.js:46193
     480#: visual.js:46223
    473481msgid "Any field content can be changed by clicking Edit on the field."
    474482msgstr ""
    475483
    476 #: visual.js:46193
     484#: visual.js:46223
    477485msgid "FIELDS (CF7 SKINS ITEMS)"
    478486msgstr ""
    479487
    480 #: visual.js:46193
     488#: visual.js:46223
    481489msgid "Use CF7 Skins Fields for the layout of your form."
    482490msgstr ""
    483491
    484 #: visual.js:46193
     492#: visual.js:46223
    485493msgid "Fieldsets, legends, and lists are used to group related fields, and allow for more detailed styling."
    486494msgstr ""
     495
     496#: visual.js:46362
     497msgid "Forms are easier to follow along with when questions are on separate pages."
     498msgstr ""
     499
     500#: visual.js:46362
     501msgid "CF7 Skins Multi makes separate pages possible."
     502msgstr ""
     503
     504#: visual.js:46362
     505msgid "Your form is less likely to be completed if it’s too long. Separate it using"
     506msgstr ""
     507
     508#: visual.js:46362
     509msgid "CF7 Skins Multi."
     510msgstr ""
     511
     512#: visual.js:46362
     513msgid "Progress bars make long forms feel less daunting. Add this in using "
     514msgstr ""
     515
     516#: visual.js:46362
     517msgid "Emphasize privacy policy acceptance by putting them on a second page."
     518msgstr ""
     519
     520#: visual.js:46362
     521msgid "CF7 Skins Multi"
     522msgstr ""
     523
     524#: visual.js:46362
     525msgid " makes this easy to do."
     526msgstr ""
     527
     528#: visual.js:46362
     529msgid "Your form is more likely to be completed if it isn’t cluttered. Separate information onto different pages using"
     530msgstr ""
     531
     532#: visual.js:46362
     533msgid "Put name and email address fields beside each other easily using CF7 Skins Ready."
     534msgstr ""
     535
     536#: visual.js:46362
     537msgid "Read more about CF7 Skins Ready."
     538msgstr ""
     539
     540#: visual.js:46362
     541msgid "Don’t forget that your form fields need to be mobile optimized, especially if fields are beside each other."
     542msgstr ""
     543
     544#: visual.js:46362
     545msgid "CF7 Skins Ready handles this for you."
     546msgstr ""
     547
     548#: visual.js:46362
     549msgid "Make your form easier to read by grouping together similar fields."
     550msgstr ""
     551
     552#: visual.js:46362
     553msgid "CF7 Skins Ready makes this easy to do."
     554msgstr ""
     555
     556#: visual.js:46362
     557msgid "Visually grouping similar fields together improves the flow of your form. A good way to do this is by drawing a box around the group using"
     558msgstr ""
     559
     560#: visual.js:46362
     561msgid "CF7 Skins Ready."
     562msgstr ""
     563
     564#: visual.js:46362
     565msgid "Separate cluttered form content into 2 columns or more using"
     566msgstr ""
     567
     568#: visual.js:46362
     569msgid "Looking to arrange your form fields into 2 or more columns?"
     570msgstr ""
     571
     572#: visual.js:46362
     573msgid "CF7 Skins Ready "
     574msgstr ""
     575
     576#: visual.js:46362
     577msgid "makes this easy to do."
     578msgstr ""
     579
     580#: visual.js:46362
     581msgid "Increase the chances of your form being completed by aligning the fields. Use the grid structure in"
     582msgstr ""
     583
     584#: visual.js:46362
     585msgid "CF7 Skins Ready"
     586msgstr ""
     587
     588#: visual.js:46362
     589msgid "to get a head start."
     590msgstr ""
     591
     592#: visual.js:46362
     593msgid "More complex form layouts should follow a grid system."
     594msgstr ""
     595
     596#: visual.js:46362
     597msgid "You can align fields, put them side-by-side, and more with our easy-to-use"
     598msgstr ""
     599
     600#: visual.js:46362
     601msgid "CF7 Skins Ready Add-on."
     602msgstr ""
     603
     604#: visual.js:46362
     605msgid "Have a yes/no radio button field? Display them horizontally on the same line using"
     606msgstr ""
     607
     608#: visual.js:46362
     609msgid "Very good, good, neutral? For a survey form, put checkboxes or radio buttons on the same horizontal line."
     610msgstr ""
     611
     612#: visual.js:46362
     613msgid "It is more professional looking to have a form style that matches your site."
     614msgstr ""
     615
     616#: visual.js:46362
     617msgid "Find a better fit in our CF7 Skins Pro Styles."
     618msgstr ""
     619
     620#: visual.js:46362
     621msgid "Having more templates means you save time creating forms from scratch."
     622msgstr ""
     623
     624#: visual.js:46362
     625msgid "Get more templates to choose from."
     626msgstr ""
     627
     628#: visual.js:46362
     629msgid "For custom style options, you can use CSS to adjust the form’s style."
     630msgstr ""
     631
     632#: visual.js:46362
     633msgid "To get help, our premium email support team is available."
     634msgstr ""
     635
     636#: visual.js:46362
     637msgid "Ensure error-free forms by using templates and the visual editor."
     638msgstr ""
     639
     640#: visual.js:46362
     641msgid "Get more templates with the CF7 Skins Pro Add-on."
     642msgstr ""
     643
     644#: visual.js:46362
     645msgid "Show specific fields to customers based on their responses with"
     646msgstr ""
     647
     648#: visual.js:46362
     649msgid "CF7 Skins Logic."
     650msgstr ""
     651
     652#: visual.js:46362
     653msgid "You may not need to show all of the possible fields to all of your customers."
     654msgstr ""
     655
     656#: visual.js:46362
     657msgid "Keep forms short & relevant with CF7 Skins Logic."
     658msgstr ""
     659
     660#: visual.js:46362
     661msgid "You can dynamically show and hide form fields using"
     662msgstr ""
     663
     664#: visual.js:46362
     665msgid "Dynamic form fields are possibly when you add logic to the fields."
     666msgstr ""
     667
     668#: visual.js:46362
     669msgid "CF7 Skins Logic makes dynamic forms possible."
     670msgstr ""
     671
     672#: visual.js:46362
     673msgid "Feeling frustrated? Get 1-1 personalized, real-human responses to your tough questions with any of our"
     674msgstr ""
     675
     676#: visual.js:46362
     677msgid "CF7 Skins Add-ons."
     678msgstr ""
     679
     680#: visual.js:46362
     681msgid "Make sure your form is set up correctly the first time by talking to our trained support staff, available with our"
     682msgstr ""
     683
     684#: visual.js:46362
     685msgid "CF7 Skins Pro Add-on."
     686msgstr ""
     687
     688#: visual.js:46362
     689msgid "The WordPress support community is available to answer questions. Or, save time searching & ask us directly with our "
     690msgstr ""
     691
     692#: visual.js:46362
     693msgid "Premium Email support."
     694msgstr ""
     695
     696#: visual.js:46362
     697msgid "Double check your mail settings to avoid problems sending & receiving forms. Set it up correctly from the start with our"
     698msgstr ""
     699
     700#: visual.js:46365
     701msgid "Tip"
     702msgstr ""
  • contact-form-7-skins/trunk/languages/contact-form-7-skins-id_ID.po

    r2357281 r2437132  
    55"Project-Id-Version: Contact Form 7 Skins 0.0\n"
    66"Report-Msgid-Bugs-To: \n"
    7 "POT-Creation-Date: 2020-07-15 22:44+0700\n"
    8 "PO-Revision-Date: 2020-07-16 10:57+0700\n"
     7"POT-Creation-Date: 2020-08-12 10:27+0700\n"
     8"PO-Revision-Date: 2020-08-12 10:28+0700\n"
    99"Last-Translator: Selz <engineer@selz.com>\n"
    1010"Language-Team: Neil Murray <nmurray@exemail.com.au>\n"
     
    1616"X-Poedit-Basepath: ..\n"
    1717"X-Poedit-SourceCharset: UTF-8\n"
    18 "X-Generator: Poedit 2.3.1\n"
     18"X-Generator: Poedit 2.4.1\n"
    1919"X-Poedit-SearchPath-0: .\n"
    2020"X-Poedit-SearchPath-1: .\n"
     
    9999"atau hapus bidang menggunakan ikon bidang."
    100100
    101 #: includes/admin-visual.php:930
     101#: includes/admin-visual.php:933
    102102msgid "Visual Data"
    103103msgstr "Data Visual"
    104104
    105 #: includes/admin-visual.php:933
     105#: includes/admin-visual.php:936
    106106msgid "Enable copy & paste of visual data."
    107107msgstr "Aktifkan salin & tempel data visual."
    108108
    109 #: includes/admin-visual.php:938
     109#: includes/admin-visual.php:941
    110110msgid "Show Field Names"
    111111msgstr "Tampilkan Nama Bidang"
    112112
    113 #: includes/admin-visual.php:941
     113#: includes/admin-visual.php:944
    114114msgid "Show field names on each form field."
    115115msgstr "Tampilkan nama bidang pada setiap bidang formulir."
    116116
    117 #: includes/admin.php:190
     117#: includes/admin.php:191
    118118msgid "Loading template..."
    119119msgstr "Memuat templat..."
    120120
    121 #: includes/admin.php:191
     121#: includes/admin.php:192
    122122msgid "Empty filter, please select a filter."
    123123msgstr "Filter kosong, silahkan pilih sebuah filter."
    124124
    125 #: includes/admin.php:192 includes/style.php:378 includes/style.php:419
     125#: includes/admin.php:193 includes/style.php:378 includes/style.php:419
    126126#: includes/template.php:387 includes/template.php:429
    127127msgid "Select"
    128128msgstr "Pilih"
    129129
    130 #: includes/admin.php:193 includes/style.php:378 includes/style.php:419
     130#: includes/admin.php:194 includes/style.php:378 includes/style.php:419
    131131#: includes/template.php:387 includes/template.php:429
    132132msgid "Selected"
    133133msgstr "Terpilih"
    134134
    135 #: includes/admin.php:194
     135#: includes/admin.php:195
    136136msgid "Deselect"
    137137msgstr "Hapus"
    138138
    139 #: includes/admin.php:195 includes/style.php:428 includes/template.php:438
     139#: includes/admin.php:196 includes/style.php:428 includes/template.php:438
    140140msgid "Expanded View"
    141141msgstr "Tampilan Luas"
    142142
    143 #: includes/admin.php:196
     143#: includes/admin.php:197
    144144msgid "Click to remove this Style from your form."
    145145msgstr "Klik untuk menyingkirkan Gaya dari form."
    146146
    147 #: includes/admin.php:197
     147#: includes/admin.php:198
    148148msgid "Click to remove this Template from your form."
    149149msgstr "Klik untuk menyingkirkan Templat dari form."
    150150
    151 #: includes/admin.php:215 includes/admin.php:241
     151#: includes/admin.php:216 includes/admin.php:246 includes/admin.php:282
    152152msgid "Skins"
    153153msgstr "Gaya"
    154154
    155 #: includes/admin.php:240
     155#: includes/admin.php:245
    156156msgid "Click to toggle"
    157157msgstr "Klik untuk menampilkan"
     158
     159#: includes/admin.php:285
     160msgid "Toggle panel"
     161msgstr "Alihkan panel"
    158162
    159163#: includes/export.php:55
  • contact-form-7-skins/trunk/readme.txt

    r2410954 r2437132  
    33Tags: contact form 7, contact form 7 editor, contact form 7 addon, contact form 7 style, contact form 7 theme
    44Requires at least: 4.3
    5 Tested up to: 5.5
     5Tested up to: 5.6
    66Requires PHP: 5.6
    7 Stable tag: 2.4.0
     7Stable tag: 2.4.1
    88Author URI: https://cf7skins.com
    99License: GPLv2 or later
     
    122122
    123123== Changelog ==
     124
     125= 2.4.1 - 2020-12-11 =
     126
     127FIX: Support WP 5.6 jQuery changes - replace jQuery tipsy with balloon-css
    124128
    125129= 2.4 - 2020-08-11 =
Note: See TracChangeset for help on using the changeset viewer.