Changeset 2738778
- Timestamp:
- 06/07/2022 05:13:33 PM (4 years ago)
- Location:
- vab-forms-with-chart
- Files:
-
- 40 added
- 8 edited
-
tags/1.1.9 (added)
-
tags/1.1.9/admin (added)
-
tags/1.1.9/admin/admin.php (added)
-
tags/1.1.9/admin/index.php (added)
-
tags/1.1.9/images (added)
-
tags/1.1.9/images/delete.png (added)
-
tags/1.1.9/includes (added)
-
tags/1.1.9/includes/SHORTCODE.php (added)
-
tags/1.1.9/includes/VABFWC_CLASS (added)
-
tags/1.1.9/includes/VABFWC_CLASS/VABFWC_Class.php (added)
-
tags/1.1.9/includes/VABFWC_CLASS/VABFWC_Class_Adm.php (added)
-
tags/1.1.9/includes/VABFWC_CLASS/VABFWC_Class_Graphic.php (added)
-
tags/1.1.9/includes/VABFWC_CLASS/VABFWC_Forms_Protect.php (added)
-
tags/1.1.9/includes/VABFWC_CLASS/index.php (added)
-
tags/1.1.9/includes/autoload_classes.php (added)
-
tags/1.1.9/includes/controller.php (added)
-
tags/1.1.9/includes/css (added)
-
tags/1.1.9/includes/css/all-vabfwc-admin-styles.css (added)
-
tags/1.1.9/includes/css/vabfwc-admin-styles.css (added)
-
tags/1.1.9/includes/css/vabfwc-styles.css (added)
-
tags/1.1.9/includes/del_dir.php (added)
-
tags/1.1.9/includes/index.php (added)
-
tags/1.1.9/includes/ip_address.php (added)
-
tags/1.1.9/includes/js (added)
-
tags/1.1.9/includes/js/admin (added)
-
tags/1.1.9/includes/js/admin/vabfwc-add-gutenberg.js (added)
-
tags/1.1.9/includes/js/vabfwc-scripts.js (added)
-
tags/1.1.9/includes/plugin_translation.php (added)
-
tags/1.1.9/includes/validation-functions.php (added)
-
tags/1.1.9/index.php (added)
-
tags/1.1.9/languages (added)
-
tags/1.1.9/languages/VABFWC-ru_RU.mo (added)
-
tags/1.1.9/languages/VABFWC-ru_RU.po (added)
-
tags/1.1.9/languages/VABFWC.pot (added)
-
tags/1.1.9/readme.txt (added)
-
tags/1.1.9/uninstall.php (added)
-
tags/1.1.9/vab-forms-with-chart.php (added)
-
trunk/admin/admin.php (modified) (5 diffs)
-
trunk/includes/SHORTCODE.php (modified) (7 diffs)
-
trunk/includes/controller.php (modified) (1 diff)
-
trunk/includes/css/all-vabfwc-admin-styles.css (added)
-
trunk/includes/js/admin (added)
-
trunk/includes/js/admin/vabfwc-add-gutenberg.js (added)
-
trunk/languages/VABFWC-ru_RU.mo (modified) (previous)
-
trunk/languages/VABFWC-ru_RU.po (modified) (7 diffs)
-
trunk/languages/VABFWC.pot (modified) (6 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/vab-forms-with-chart.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
vab-forms-with-chart/trunk/admin/admin.php
r2736125 r2738778 353 353 $VABFWC_FORMSA_OPT_MAIL_Copy = $VABFWC_FORMSA_OPT && ! empty( $VABFWC_FORMSA_OPT['VABFWC_FORMSA_OPT_MAIL_Copy'] ) ? 'checked="checked"' : ''; 354 354 $VABFWC_FORMSA_OPT_MAIL = $VABFWC_FORMSA_OPT && ! empty( $VABFWC_FORMSA_OPT['VABFWC_FORMSA_OPT_MAIL'] ) ? $VABFWC_FORMSA_OPT['VABFWC_FORMSA_OPT_MAIL'] : ''; 355 $VABFWC_USER_SEND_MAIL = $VABFWC_FORMSA_OPT && ! empty( $VABFWC_FORMSA_OPT['VABFWC_USER_SEND_MAIL'] ) ? 'checked="checked"' : ''; 356 $VABFWC_NO_SEND_MAIL = $VABFWC_FORMSA_OPT && ! empty( $VABFWC_FORMSA_OPT['VABFWC_NO_SEND_MAIL'] ) ? 'checked="checked"' : ''; 355 357 echo '<style type="text/css"> 356 358 .meta_forms label{ … … 509 511 </td> 510 512 </tr> 513 <tr> 514 <td> 515 <label for="VABFWC_USER_SEND_MAIL"> 516 <span class="ch">' . esc_html__( 'Sending an email to a user. You can activate the receipt of a copy of the letter by e-mail for the user who submitted the form.The user`s email will be taken from the «email» form field', 'VABFWC' ) . '</span> 517 <input id="VABFWC_USER_SEND_MAIL" type="checkbox" name="VABFWC_USER_SEND_MAIL" ' . esc_attr( $VABFWC_USER_SEND_MAIL ) . '> 518 </label> 519 </td> 520 </tr> 521 <tr> 522 <td> 523 <label for="VABFWC_NO_SEND_MAIL"> 524 <span class="ch">' . esc_html__( 'Do not send emails', 'VABFWC' ) . '</span> 525 <input id="VABFWC_NO_SEND_MAIL" type="checkbox" name="VABFWC_NO_SEND_MAIL" ' . esc_attr( $VABFWC_NO_SEND_MAIL ) . '> 526 </label> 527 </td> 528 </tr> 511 529 </tbody> 512 530 </table>'; … … 572 590 $VABFWC_FORMSA_OPT_MAIL = filter_input( INPUT_POST, 'VABFWC_FORMSA_OPT_MAIL', FILTER_VALIDATE_EMAIL ); 573 591 $VABFWC_FORMSA_OPT_NoDi ? $VABFWC_FORM_OPT['VABFWC_FORMSA_OPT_NoDi'] = $VABFWC_FORMSA_OPT_NoDi : false; 592 $VABFWC_USER_SEND_MAIL = filter_input( INPUT_POST, 'VABFWC_USER_SEND_MAIL', FILTER_VALIDATE_BOOLEAN ); 593 $VABFWC_NO_SEND_MAIL = filter_input( INPUT_POST, 'VABFWC_NO_SEND_MAIL', FILTER_VALIDATE_BOOLEAN ); 574 594 if ( $VABFWC_FORMSA_OPT_NoDi == false ) { 575 595 $VABFWC_Class->DirDel(); … … 608 628 $VABFWC_FORMSA_OPT_MAIL_Copy ? $VABFWC_FORM_OPT['VABFWC_FORMSA_OPT_MAIL_Copy'] = $VABFWC_FORMSA_OPT_MAIL_Copy : true; 609 629 $VABFWC_FORMSA_OPT_MAIL ? $VABFWC_FORM_OPT['VABFWC_FORMSA_OPT_MAIL'] = $VABFWC_FORMSA_OPT_MAIL : true; 630 $VABFWC_USER_SEND_MAIL ? $VABFWC_FORM_OPT['VABFWC_USER_SEND_MAIL'] = $VABFWC_USER_SEND_MAIL : true; 631 $VABFWC_NO_SEND_MAIL ? $VABFWC_FORM_OPT['VABFWC_NO_SEND_MAIL'] = $VABFWC_NO_SEND_MAIL : true; 610 632 if ( ! empty( $VABFWC_FORM_OPT ) ) { 611 633 update_post_meta( $post_ID, 'VABFWC_FORM_OPT', $VABFWC_FORM_OPT ); … … 770 792 '</center>' . 771 793 '<ol>' . 772 '<li>' . esc_html__( 'Fixed - notification about undefined variable', 'VABFWC' ) . '</li>' . 773 '<li>' . esc_html__( 'Added a submenu where you can read about the current release', 'VABFWC' ) . '</li>' . 774 '<li>' . esc_html__( 'Added attributes for shortcode. Now you can add any id and class to a form', 'VABFWC' ) . 775 '<ul>' . 776 '<li>' . esc_html__( 'Example', 'VABFWC' ) . ':' . 777 '<p>' . 778 '<code>' . 779 '[VABFWC id="2228" form_id="ThisID" form_class="new-class two-new-class"]' . 780 '</code>' . 781 '</p>' . 782 '</li>' . 783 '</ul>' . 784 '</li>' . 794 '<li>' . esc_html__( 'Added an option that cancels sending emails', 'VABFWC' ) . '</li>' . 795 '<li>' . esc_html__( 'Added classes and IDs to the form elements', 'VABFWC' ) . '</li>' . 796 '<li>' . esc_html__( 'Added the ability to send a copy of an email to a user', 'VABFWC' ) . '</li>' . 797 '<li>' . esc_html__( 'Added Gutenberg blocks for quick and easy output of forms and charts', 'VABFWC' ) . '</li>' . 785 798 '</ol>' . 786 799 '</div>'; -
vab-forms-with-chart/trunk/includes/SHORTCODE.php
r2736738 r2738778 79 79 ); 80 80 $Erchik = esc_html__( 'Check entered data', 'VABFWC' ); 81 $VABFWC_USER_SEND_MAIL= ''; 81 82 $VABFWC_SizeSum = 0; 82 83 $F_S_M = ! empty( $VABFWC_FORMSA_OPT['VABFWC_FORMSA_OPT_SIZE'] ) ? sanitize_text_field( intval( $VABFWC_FORMSA_OPT['VABFWC_FORMSA_OPT_SIZE'] ) ) : '3'; … … 113 114 } 114 115 } 115 if ( isset( $_POST['submitted '] ) ) {116 if ( isset( $_POST['submitted_' . $id] ) ) { 116 117 if ( ! file_exists( $VABFWC_Class->FD ) && ! empty( $VABFWC_FORMSA_OPT['VABFWC_FORMSA_OPT_NoDi'] ) ) { 117 118 mkdir( $VABFWC_Class->FD, 0755, true ); … … 239 240 if ( isset($_POST[$k]) && $_POST[$k] !== '' && !VABFWC_Chek_url( $_POST[$k] ) && VABFWC_is_email( $_POST[$k] ) ) { 240 241 $ok = sanitize_text_field( $_POST[$k] ); 242 $VABFWC_USER_SEND_MAIL = sanitize_text_field( $_POST[$k] ); 241 243 } else { 242 244 $hasError = true; … … 400 402 'br' => array(), 401 403 ); 402 $body = '<html xmlns="http://www.w3.org/1999/xhtml">' . 403 '<head>' . 404 '<title>' . $sub . '</title>' . 405 '</head>' . 406 '<body class="myBody" style="padding:0px;margin:0px;word-break:normal;">' . 407 '<table style="background-color:#014266;max-width:100%;min-width:100%;padding:0;width:100%;" width="100%" cellspacing="0" cellpadding="0" border="0">' . 408 '<tbody>' . 409 '<tr>' . 410 '<td valign="middle" align="center">' . 411 '<table style="border:0;max-width:600px;padding:0;width:100%;" cellspacing="0" cellpadding="0" border="0" align="center">' . 412 '<tbody>' . 413 '<tr>' . 414 $tdIn . 415 '<td style="padding-bottom:50px;padding-top:30px;" align="center">' . 416 '<p style="color:#FFF;font-size:20px;font-style:normal;font-weight:100;line-height:24px;margin-bottom:0;margin-top:0;padding-bottom:10px;">' . 417 '<strong>' . $Titla . '</strong>' . 418 '</p>' . 419 '<table style="border:0;max-width:600px;padding:0;width:100%;" cellspacing="2" border="1" cellpadding="5">' . 420 '<tbody>' . 421 '<tr style="text-align:center;color:#FFF;">' . 422 '<th ' . $sty . ' valign="top">' . 423 '<p style="padding:4px;">' . $Qw . 424 '</th>' . 425 '<th ' . $sty . ' valign="top">' . 426 '<p style="padding:4px;">' . $Ans . 427 '</th>' . 428 '<th ' . $sty . ' valign="top">' . 429 '<p style="padding:4px;">' . $Oth . 430 '</th>' . 431 '</tr>' . 432 $ChBody . 433 '</tbody>' . 434 '</table>' . 435 '<table cellspacing="0" cellpadding="0">' . 436 '<tbody>' . 437 '<tr style="text-align:center;">' . 438 '<td colspan="2" valign="top">' . 439 '<p style="color:#FFF;font-size:14px;"> ' . $IP . ' </p>' . 440 '</td>' . 404 if ( empty($VABFWC_FORMSA_OPT['VABFWC_NO_SEND_MAIL']) ) { 405 $body = '<html xmlns="http://www.w3.org/1999/xhtml">' . 406 '<head>' . 407 '<title>' . $sub . '</title>' . 408 '</head>' . 409 '<body class="myBody" style="padding:0px;margin:0px;word-break:normal;">' . 410 '<table style="background-color:#014266;max-width:100%;min-width:100%;padding:0;width:100%;" width="100%" cellspacing="0" cellpadding="0" border="0">' . 411 '<tbody>' . 412 '<tr>' . 413 '<td valign="middle" align="center">' . 414 '<table style="border:0;max-width:600px;padding:0;width:100%;" cellspacing="0" cellpadding="0" border="0" align="center">' . 415 '<tbody>' . 416 '<tr>' . 417 $tdIn . 418 '<td style="padding-bottom:50px;padding-top:30px;" align="center">' . 419 '<p style="color:#FFF;font-size:20px;font-style:normal;font-weight:100;line-height:24px;margin-bottom:0;margin-top:0;padding-bottom:10px;">' . 420 '<strong>' . $Titla . '</strong>' . 421 '</p>' . 422 '<table style="border:0;max-width:600px;padding:0;width:100%;" cellspacing="2" border="1" cellpadding="5">' . 423 '<tbody>' . 424 '<tr style="text-align:center;color:#FFF;">' . 425 '<th ' . $sty . ' valign="top">' . 426 '<p style="padding:4px;">' . $Qw . 427 '</th>' . 428 '<th ' . $sty . ' valign="top">' . 429 '<p style="padding:4px;">' . $Ans . 430 '</th>' . 431 '<th ' . $sty . ' valign="top">' . 432 '<p style="padding:4px;">' . $Oth . 433 '</th>' . 441 434 '</tr>' . 442 '<tr style="text-align:center;">' . 443 '<td style="padding:4px;font-size:14px;color:#FFF;" valign="top" align="center">' . 444 $AVT . 445 '</td>' . 446 '</tr>' . 447 '</tbody>' . 448 '</table>' . 449 '</td>' . 450 $tdIn . 451 '</tr>' . 452 '</tbody>' . 453 '</table>' . 454 '</td>' . 455 '</tr>' . 456 '</tbody>' . 457 '</table>' . 458 '</body>' . 459 '</html>'; 460 $body = wp_kses( $body, $body_Arg ); 435 $ChBody . 436 '</tbody>' . 437 '</table>' . 438 '<table cellspacing="0" cellpadding="0">' . 439 '<tbody>' . 440 '<tr style="text-align:center;">' . 441 '<td colspan="2" valign="top">' . 442 '<p style="color:#FFF;font-size:14px;"> ' . $IP . ' </p>' . 443 '</td>' . 444 '</tr>' . 445 '<tr style="text-align:center;">' . 446 '<td style="padding:4px;font-size:14px;color:#FFF;" valign="top" align="center">' . 447 $AVT . 448 '</td>' . 449 '</tr>' . 450 '</tbody>' . 451 '</table>' . 452 '</td>' . 453 $tdIn . 454 '</tr>' . 455 '</tbody>' . 456 '</table>' . 457 '</td>' . 458 '</tr>' . 459 '</tbody>' . 460 '</table>' . 461 '</body>' . 462 '</html>'; 463 $body = wp_kses( $body, $body_Arg ); 464 } 461 465 $validate_VABFWC = apply_filters( 'VABFWC_validate_filter', false ); 462 466 if ( $validate_VABFWC != false ) { … … 526 530 } 527 531 } 528 $ADMEm = get_option('admin_email'); 529 $ADMEm = sanitize_email( $ADMEm ); 530 $emailTo = $VABFWC_FORMSA_OPT && !empty($VABFWC_FORMSA_OPT['VABFWC_FORMSA_OPT_MAIL']) ? $VABFWC_FORMSA_OPT['VABFWC_FORMSA_OPT_MAIL'] : get_option('admin_email'); 531 $emailTo = sanitize_email( $emailTo ); 532 $headers = "From:" . $emailTo . "\r\n"; 533 $headers .= "Reply-To: " . $ADMEm . "\r\n"; 534 if ( $VABFWC_FORMSA_OPT && !empty($VABFWC_FORMSA_OPT['VABFWC_FORMSA_OPT_MAIL']) && !empty($VABFWC_FORMSA_OPT['VABFWC_FORMSA_OPT_MAIL_Copy']) ) { 535 $headers .= "Bcc: " . $ADMEm . " <" . $ADMEm . ">\r\n"; 536 } 537 $headers .= "Content-Type:text/html; charset=\"utf-8\"\r\n"; 538 $headers .= "X-WPVABFWC-Content-Type: text/html\n"; 539 wp_mail( $emailTo, $sub, $body, $headers, $attachment ); 532 if ( empty($VABFWC_FORMSA_OPT['VABFWC_NO_SEND_MAIL']) ) { 533 $ADMEm = get_option('admin_email'); 534 $ADMEm = sanitize_email( $ADMEm ); 535 $emailTo = $VABFWC_FORMSA_OPT && !empty($VABFWC_FORMSA_OPT['VABFWC_FORMSA_OPT_MAIL']) ? $VABFWC_FORMSA_OPT['VABFWC_FORMSA_OPT_MAIL'] : get_option('admin_email'); 536 $emailTo = sanitize_email( $emailTo ); 537 $headers = "From:" . $emailTo . "\r\n"; 538 $headers .= "Reply-To: " . $ADMEm . "\r\n"; 539 if ( $VABFWC_FORMSA_OPT && !empty($VABFWC_FORMSA_OPT['VABFWC_FORMSA_OPT_MAIL']) && !empty($VABFWC_FORMSA_OPT['VABFWC_FORMSA_OPT_MAIL_Copy']) ) { 540 $headers .= "Bcc: " . $ADMEm . " <" . $ADMEm . ">\r\n"; 541 } 542 if ( !empty($VABFWC_USER_SEND_MAIL) ) { 543 $headers .= "Cc: " . $VABFWC_USER_SEND_MAIL . " <" . $VABFWC_USER_SEND_MAIL . ">\r\n"; 544 } 545 $headers .= "Content-Type:text/html; charset=\"utf-8\"\r\n"; 546 $headers .= "X-WPVABFWC-Content-Type: text/html\n"; 547 wp_mail( $emailTo, $sub, $body, $headers, $attachment ); 548 } 540 549 if ( file_exists( $VABFWC_TEMP ) ) { 541 550 dirDel( $VABFWC_TEMP ); … … 722 731 } 723 732 ECHO wp_kses( $VABFWC->FieldS(), $VABFWC_Prot_Arg ) . 724 '<input id="anketaSbros" type="reset" name="profilereset " value="' . esc_attr__( 'Resetting the filled fields', 'VABFWC') . '">',733 '<input id="anketaSbros" type="reset" name="profilereset_' . $id . '" value="' . esc_attr__( 'Resetting the filled fields', 'VABFWC') . '">', 725 734 ' ', 726 735 '<input id="anketaSend" type="submit" name="profilesubmit" value="' . esc_attr__( 'Send', 'VABFWC') . '">', 727 '<input type="hidden" name="submitted " id="submitted" value="true" />',736 '<input type="hidden" name="submitted_' . $id . '" id="submitted" value="true" />', 728 737 '</form>', 729 738 '</div>'; … … 745 754 ECHO '</form>'; 746 755 if ( !empty($VABFWC_FORMSA) && 747 ( empty($VABFWC_FORMSA_OPT['VABFWC_FORMSA_OPT_ShowDi']) ||756 ( empty($VABFWC_FORMSA_OPT['VABFWC_FORMSA_OPT_ShowDi']) && 748 757 $sentYN == $SentY ) && 749 758 empty($VABFWC_FORMSA_OPT['VABFWC_FORMSA_OPT_HideDi']) && -
vab-forms-with-chart/trunk/includes/controller.php
r2719930 r2738778 82 82 } 83 83 } 84 add_action( 'admin_enqueue_scripts', 'all_vabfwc_enqueue_admin_scripts' ); 85 if ( ! function_exists( 'all_vabfwc_enqueue_admin_scripts' ) ) { 86 function all_vabfwc_enqueue_admin_scripts() { 87 wp_enqueue_style( 88 'all-vabfwc-admin-styles', 89 VABFWC_PLUGIN_URL . '/includes/css/all-vabfwc-admin-styles.css', 90 array(), 91 VABFWC_VERSION, 92 'all' 93 ); 94 wp_enqueue_script( 95 'vabfwc-add-gutenberg', 96 VABFWC_PLUGIN_URL . '/includes/js/admin/vabfwc-add-gutenberg.js', 97 array( 98 'wp-blocks', 99 'wp-i18n', 100 'wp-element', 101 'wp-components' 102 ), 103 VABFWC_VERSION 104 ); 105 wp_localize_script('vabfwc-add-gutenberg', 'vabfwc_local', 106 array( 107 'selectformname' => esc_html__( 'Form name', 'VABFWC' ), 108 'emptyformname' => esc_html__( 'is empty', 'VABFWC' ), 109 'textforid' => esc_html__( 'Specify an ID for the form', 'VABFWC' ), 110 'textforclass' => esc_html__( 'Specify an class for the form', 'VABFWC' ), 111 'selectform' => esc_html__( 'Select form', 'VABFWC' ), 112 'idtoform' => esc_html__( 'Id to a form', 'VABFWC' ), 113 'classtoform' => esc_html__( 'Сlass to a form', 'VABFWC' ), 114 'formtag' => esc_html__( 'Tag for the title', 'VABFWC' ), 115 'formtitle' => esc_html__( 'Title to the chart', 'VABFWC' ), 116 'chartsshort' => esc_html__( 'Display form charts', 'VABFWC' ), 117 'textfortitle' => esc_html__( 'Specify an title for the chart', 'VABFWC' ), 118 'texttagfortitle' => esc_html__( 'Choose a tag for the title', 'VABFWC' ), 119 'classtotag' => esc_html__( 'Сlass for the tag in title', 'VABFWC' ), 120 'textclassfortag' => esc_html__( 'Specify an class for the tag', 'VABFWC' ), 121 ) 122 ); 123 } 124 } 125 add_action( 'admin_footer', 'vabfwc_form_from_gutenberg' ); 126 if ( ! function_exists( 'vabfwc_form_from_gutenberg' ) ) { 127 function vabfwc_form_from_gutenberg() { 128 $args = array( 129 'post_type' => 'vab_fwc', 130 'post_status' => 'publish', 131 'posts_per_page' => - 1, 132 ); 133 $query = new WP_Query( $args ); 134 $number = 0 ; 135 $str_add_vabfwc_form = ''; 136 if ( $query->have_posts() ) { 137 while ( $query->have_posts() ) { 138 $query->the_post(); 139 $str_add_vabfwc_form .='<input id="form' . esc_html( $query->post->ID ) . '" type="hidden" name="nameform" data-id="' . esc_html( $query->post->ID ) . '" checked></input><label for="form' . esc_html( $query->post->ID ) . '"><span>' . esc_html( get_the_title() ) . '</span></label>'; 140 } 141 } 142 wp_reset_postdata(); 143 echo '<div id="vabfwc_name_form"> 144 ' . wp_specialchars_decode( $str_add_vabfwc_form ) . ' 145 </div>'; 146 }} 147 add_filter( 'block_categories_all', 'vabfwc_block_categories', 10, 2); 148 if ( !function_exists( 'vabfwc_block_categories' ) ) { 149 function vabfwc_block_categories( $categories,$post ) { 150 return array_merge( 151 array( 152 array( 153 'slug' => 'vabfwc_category', 154 'title' => esc_html__( 'Forms with chart from VAB', 'VABFWC' ), 155 'icon' => 'wordpress', 156 ), 157 ), 158 $categories 159 ); 160 } 161 } -
vab-forms-with-chart/trunk/languages/VABFWC-ru_RU.po
r2736125 r2738778 2 2 msgstr "" 3 3 "Project-Id-Version: Forms with chart from VAB\n" 4 "POT-Creation-Date: 2022-06-0 2 11:27+0500\n"5 "PO-Revision-Date: 2022-06-0 2 11:36+0500\n"4 "POT-Creation-Date: 2022-06-07 22:02+0500\n" 5 "PO-Revision-Date: 2022-06-07 22:03+0500\n" 6 6 "Last-Translator: \n" 7 7 "Language-Team: VAB Team <m@it-vab.ru>\n" … … 215 215 msgstr "Дополнительные опции" 216 216 217 #: admin/admin.php:3 79217 #: admin/admin.php:381 218 218 msgid "Write form responses to log files" 219 219 msgstr "Записывать ответы формы в лог файлы" 220 220 221 #: admin/admin.php:38 7221 #: admin/admin.php:389 222 222 msgid "Don`t write date to log files" 223 223 msgstr "Не записывать дату в лог-файлы" 224 224 225 #: admin/admin.php:39 5225 #: admin/admin.php:397 226 226 msgid "Don`t write IP address to log files" 227 227 msgstr "Не записывать IP-адрес в лог-файлы" 228 228 229 #: admin/admin.php:40 3229 #: admin/admin.php:405 230 230 msgid "Don`t write user Agent to log files" 231 231 msgstr "Не записывать пользовательский агент в лог-файлы" 232 232 233 #: admin/admin.php:41 1233 #: admin/admin.php:413 234 234 msgid "Block access to log files with htaccess" 235 235 msgstr "Блокировать доступ к лог файлам с помощью htaccess" 236 236 237 #: admin/admin.php:4 19237 #: admin/admin.php:421 238 238 msgid "Don`t show chart" 239 239 msgstr "Не показывать диаграмму" 240 240 241 #: admin/admin.php:42 7241 #: admin/admin.php:429 242 242 msgid "Always show the charts at the end of the questionnaire" 243 243 msgstr "Всегда показывать диаграммы в конце анкеты" 244 244 245 #: admin/admin.php:43 5245 #: admin/admin.php:437 246 246 msgid "Show the charts only for the administrators" 247 247 msgstr "Показывать диаграммы только для администраторов" 248 248 249 #: admin/admin.php:44 3249 #: admin/admin.php:445 250 250 msgid "Hide the total number of completed questionnaires" 251 251 msgstr "Скрыть общее число заполнения анкеты" 252 252 253 #: admin/admin.php:45 1253 #: admin/admin.php:453 254 254 msgid "Show total answers per question above pie chart" 255 255 msgstr "Показывать общее число ответов на вопрос над круговой диаграммой" 256 256 257 #: admin/admin.php:4 59257 #: admin/admin.php:461 258 258 msgid "Hide the total selection number of each checkbox" 259 259 msgstr "Спрятать общее число выбора каждого чекбокса" 260 260 261 #: admin/admin.php:46 7261 #: admin/admin.php:469 262 262 msgid "Add the ability to send a file" 263 263 msgstr "Добавить возможность отправить файл" 264 264 265 #: admin/admin.php:47 4265 #: admin/admin.php:476 266 266 msgid "Multiple File Upload" 267 267 msgstr "Загрузка нескольких файлов" 268 268 269 #: admin/admin.php:48 2269 #: admin/admin.php:484 270 270 msgid "Total files size" 271 271 msgstr "Общий размер файлов" 272 272 273 #: admin/admin.php:49 0273 #: admin/admin.php:492 274 274 msgid "Allowed extensions. Separate by comma" 275 275 msgstr "Разрешенные расширения. Разделяйте запятой" 276 276 277 #: admin/admin.php: 498277 #: admin/admin.php:500 278 278 msgid "Send a copy of the form to the admin" 279 279 msgstr "Отправлять копию формы админу" 280 280 281 #: admin/admin.php: 498281 #: admin/admin.php:500 282 282 msgid "The field below must be filled" 283 283 msgstr "Поле ниже должно быть заполнено" 284 284 285 #: admin/admin.php:50 6285 #: admin/admin.php:508 286 286 msgid "Email to send the form to" 287 287 msgstr "Почта, на которую отправлять форму" 288 288 289 #: admin/admin.php:629 289 #: admin/admin.php:516 290 msgid "" 291 "Sending an email to a user. You can activate the receipt of a copy of the " 292 "letter by e-mail for the user who submitted the form.The user`s email will " 293 "be taken from the «email» form field" 294 msgstr "" 295 "Отправка электронной почты пользователю. Вы можете активировать получении " 296 "копии письма по электронной почте для пользователя, отправившего форму. " 297 "Электронная почта пользователя будет взята из поля формы «email»" 298 299 #: admin/admin.php:524 300 msgid "Do not send emails" 301 msgstr "Не отправлять электронные письма" 302 303 #: admin/admin.php:651 290 304 msgid "Shortcode" 291 305 msgstr "Шорткод" 292 306 293 #: admin/admin.php:6 66 admin/admin.php:667 admin/admin.php:677307 #: admin/admin.php:688 admin/admin.php:689 admin/admin.php:699 294 308 msgid "About release" 295 309 msgstr "О выпуске" 296 310 297 #: admin/admin.php: 682311 #: admin/admin.php:704 298 312 msgid "Plugin Name" 299 313 msgstr "Название плагина" 300 314 301 #: admin/admin.php: 690315 #: admin/admin.php:712 302 316 msgid "Description" 303 317 msgstr "Описание" 304 318 305 #: admin/admin.php: 693319 #: admin/admin.php:715 306 320 msgid "" 307 321 "Simple Plugin for creating forms, inquirer and questionnaires with the " … … 311 325 "отображения результатов в виде диаграмм" 312 326 313 #: admin/admin.php: 698327 #: admin/admin.php:720 314 328 msgid "Author" 315 329 msgstr "Автор" 316 330 317 331 #. Author of the plugin/theme 318 #: admin/admin.php:7 01332 #: admin/admin.php:723 319 333 msgid "Vladimir Anatol`evich Brumer" 320 334 msgstr "Владимир Анатольевич Брумер" 321 335 322 #: admin/admin.php:7 06336 #: admin/admin.php:728 323 337 msgid "Version" 324 338 msgstr "Версия" 325 339 326 #: admin/admin.php:7 15340 #: admin/admin.php:737 327 341 msgid "Version Wordpress at least" 328 342 msgstr "Версия Wordpress не ниже" 329 343 330 #: admin/admin.php:7 23344 #: admin/admin.php:745 331 345 msgid "Tested Wordpress up to" 332 346 msgstr "Совместим вплоть до" 333 347 334 #: admin/admin.php:7 31348 #: admin/admin.php:753 335 349 msgid "Requires PHP" 336 350 msgstr "Требуется PHP" 337 351 338 #: admin/admin.php:7 39352 #: admin/admin.php:761 339 353 msgid "Plugin URI" 340 354 msgstr "URI плагина" 341 355 342 #: admin/admin.php:7 49356 #: admin/admin.php:771 343 357 msgid "GitHub" 344 358 msgstr "GitHub" 345 359 346 #: admin/admin.php:7 59360 #: admin/admin.php:781 347 361 msgid "Donate link" 348 362 msgstr "Ссылка для поддержки" 349 363 350 #: admin/admin.php:7 69364 #: admin/admin.php:791 351 365 msgid "New in version" 352 366 msgstr "Новое в версии" 353 367 354 #: admin/admin.php:772 355 msgid "Fixed - notification about undefined variable" 356 msgstr "Исправлено - уведомление о неопределенной переменной" 357 358 #: admin/admin.php:773 359 msgid "Added a submenu where you can read about the current release" 360 msgstr "Добавлено подменю, в котором можно ознакомиться о текущем выпуске" 361 362 #: admin/admin.php:774 363 msgid "" 364 "Added attributes for shortcode. Now you can add any id and class to a form" 368 #: admin/admin.php:794 369 msgid "Added an option that cancels sending emails" 370 msgstr "Добавлена опция, которая отменяет отправку писем" 371 372 #: admin/admin.php:795 373 msgid "Added classes and IDs to the form elements" 374 msgstr "Добавлены классы и идентификаторы к элементам формы" 375 376 #: admin/admin.php:796 377 msgid "Added the ability to send a copy of an email to a user" 378 msgstr "Добавлена возможность отправки копии электронного письма пользователю" 379 380 #: admin/admin.php:797 381 msgid "Added Gutenberg blocks for quick and easy output of forms and charts" 365 382 msgstr "" 366 "Добавлены атрибуты для шорткода. Теперь вы можете добавить в форму любой " 367 "идентификатор и класс" 368 369 #: admin/admin.php:776 370 msgid "Example" 371 msgstr "Пример" 383 "Добавлены блоки гутенберга для быстрого и удобного вывода форм и диаграмм" 372 384 373 385 #: includes/SHORTCODE.php:80 … … 375 387 msgstr "Проверьте введенные данные" 376 388 377 #: includes/SHORTCODE.php:8 5389 #: includes/SHORTCODE.php:86 378 390 msgid "Uploaded file size bytes/Mb" 379 391 msgstr "Размер загруженного файла байт/Mb" 380 392 381 #: includes/SHORTCODE.php:10 7393 #: includes/SHORTCODE.php:108 382 394 msgid "Confirm the reset by checking the box" 383 395 msgstr "Подтвердите сброс, поставив галочку" 384 396 385 #: includes/SHORTCODE.php:1 39397 #: includes/SHORTCODE.php:140 386 398 msgid "Message from the site" 387 399 msgstr "Сообщение с сайта" 388 400 389 #: includes/SHORTCODE.php:14 3401 #: includes/SHORTCODE.php:144 390 402 msgid "Form" 391 403 msgstr "Форма" 392 404 393 #: includes/SHORTCODE.php:14 7405 #: includes/SHORTCODE.php:148 394 406 msgid "Questionnaire content" 395 407 msgstr "Содержание анкеты" 396 408 397 #: includes/SHORTCODE.php:14 8409 #: includes/SHORTCODE.php:149 398 410 msgid "IP address" 399 411 msgstr "IP-адрес" 400 412 401 #: includes/SHORTCODE.php:15 0413 #: includes/SHORTCODE.php:151 402 414 msgid "The form author Vladimir Anatolyevich Brumer" 403 415 msgstr "Автор формы Владимир Анатольевич Брумер" 404 416 405 #: includes/SHORTCODE.php:1 59417 #: includes/SHORTCODE.php:160 406 418 msgid "Question" 407 419 msgstr "Вопрос" 408 420 409 #: includes/SHORTCODE.php:16 0421 #: includes/SHORTCODE.php:161 410 422 msgid "Possible answer" 411 423 msgstr "Вариант ответа" 412 424 413 #: includes/SHORTCODE.php:16 1425 #: includes/SHORTCODE.php:162 414 426 msgid "Your own answer" 415 427 msgstr "Свой вариант ответа" 416 428 417 #: includes/SHORTCODE.php:34 3429 #: includes/SHORTCODE.php:345 418 430 msgid "Links not allowed" 419 431 msgstr "Ссылки запрещены" 420 432 421 #: includes/SHORTCODE.php:4 87433 #: includes/SHORTCODE.php:491 422 434 msgid " One or more files exceed the allowed size " 423 435 msgstr " Один или несколько файлов превышают допустимый размер " 424 436 425 #: includes/SHORTCODE.php:4 87 includes/SHORTCODE.php:508437 #: includes/SHORTCODE.php:491 includes/SHORTCODE.php:512 426 438 msgid " Мб" 427 439 msgstr "Mb" 428 440 429 #: includes/SHORTCODE.php:49 2441 #: includes/SHORTCODE.php:496 430 442 msgid " One or more files are not in a valid format" 431 443 msgstr " Один или несколько файлов имеют недопустимый формат" 432 444 433 #: includes/SHORTCODE.php:49 3445 #: includes/SHORTCODE.php:497 434 446 msgid "File" 435 447 msgstr "Файл" 436 448 437 #: includes/SHORTCODE.php:49 4449 #: includes/SHORTCODE.php:498 438 450 msgid "have extension" 439 451 msgstr "имеет расширение" 440 452 441 #: includes/SHORTCODE.php:5 08453 #: includes/SHORTCODE.php:512 442 454 msgid " The total size of files exceeds the allowed size " 443 455 msgstr " Общий размер файлов превышает допустимый размер" 444 456 445 #: includes/SHORTCODE.php:5 48457 #: includes/SHORTCODE.php:557 446 458 msgid "Data array is empty" 447 459 msgstr "Массив с данными пуст" 448 460 449 #: includes/SHORTCODE.php:55 0461 #: includes/SHORTCODE.php:559 450 462 msgid "Text input field..." 451 463 msgstr "Поле для ввода текста..." 452 464 453 #: includes/SHORTCODE.php:5 51465 #: includes/SHORTCODE.php:560 454 466 msgid "Write your answer" 455 467 msgstr "Напишите Ваш вариант ответа" 456 468 457 #: includes/SHORTCODE.php:5 53469 #: includes/SHORTCODE.php:562 458 470 msgid "Your message was successfully sent" 459 471 msgstr "Ваше сообщение успешно отправлено" 460 472 461 #: includes/SHORTCODE.php:5 54473 #: includes/SHORTCODE.php:563 462 474 msgid "Message not sent" 463 475 msgstr "Сообщение не отправлено" 464 476 465 #: includes/SHORTCODE.php:5 64477 #: includes/SHORTCODE.php:573 466 478 msgid "The results are displayed at the end of the questionnaire" 467 479 msgstr "Результаты отображаются в конце анкеты" 468 480 469 #: includes/SHORTCODE.php:5 65481 #: includes/SHORTCODE.php:574 470 482 msgid "" 471 483 "Results will be displayed after filling out and sending the questionnaire" 472 484 msgstr "Результаты будут отображены после заполнения и отправки анкеты" 473 485 474 #: includes/SHORTCODE.php:6 01486 #: includes/SHORTCODE.php:610 475 487 msgid "URL input field" 476 488 msgstr "Поле для ввода URL" 477 489 478 #: includes/SHORTCODE.php:6 07490 #: includes/SHORTCODE.php:616 479 491 msgid "Phone input field" 480 492 msgstr "Поле для ввода телефона" 481 493 482 #: includes/SHORTCODE.php:6 13494 #: includes/SHORTCODE.php:622 483 495 msgid "Email input field" 484 496 msgstr "Поле для ввода Email" 485 497 486 #: includes/SHORTCODE.php:6 19498 #: includes/SHORTCODE.php:628 487 499 msgid "Input field type «Date»" 488 500 msgstr "Тип поля для ввода «Дата»" 489 501 490 #: includes/SHORTCODE.php:6 25502 #: includes/SHORTCODE.php:634 491 503 msgid "Input field type «Range»" 492 504 msgstr "Тип поля ввода «Слайдер»" 493 505 494 #: includes/SHORTCODE.php:6 25506 #: includes/SHORTCODE.php:634 495 507 msgid "Input field type «Number»" 496 508 msgstr "Тип поля ввода «Номер»" 497 509 498 #: includes/SHORTCODE.php:6 48510 #: includes/SHORTCODE.php:657 499 511 msgid "Input field type «Dropdown list»" 500 512 msgstr "Тип поля «Раскрывающийся список»" 501 513 502 #: includes/SHORTCODE.php:65 0514 #: includes/SHORTCODE.php:659 503 515 msgid "Choose a variant" 504 516 msgstr "Выберите вариант" 505 517 506 #: includes/SHORTCODE.php:6 79 includes/SHORTCODE.php:683507 #: includes/SHORTCODE.php:6 84includes/VABFWC_CLASS/VABFWC_Class_Graphic.php:50518 #: includes/SHORTCODE.php:688 includes/SHORTCODE.php:692 519 #: includes/SHORTCODE.php:693 includes/VABFWC_CLASS/VABFWC_Class_Graphic.php:50 508 520 #: includes/VABFWC_CLASS/VABFWC_Class_Graphic.php:69 509 521 #: includes/VABFWC_CLASS/VABFWC_Class_Graphic.php:87 … … 511 523 msgstr "Другое" 512 524 513 #: includes/SHORTCODE.php:7 06525 #: includes/SHORTCODE.php:715 514 526 msgid " Sorry, the message was not sent." 515 527 msgstr " Извините, сообщение не было отправлено." 516 528 517 #: includes/SHORTCODE.php:71 0includes/controller.php:14529 #: includes/SHORTCODE.php:719 includes/controller.php:14 518 530 msgid "Select files" 519 531 msgstr "Выберите файлы" 520 532 521 #: includes/SHORTCODE.php:7 11533 #: includes/SHORTCODE.php:720 522 534 msgid "Valid File Format" 523 535 msgstr "Допустимый формат файлов" 524 536 525 #: includes/SHORTCODE.php:7 24537 #: includes/SHORTCODE.php:733 526 538 msgid "Resetting the filled fields" 527 539 msgstr "Сброс заполненных полей" 528 540 529 #: includes/SHORTCODE.php:7 26includes/VABFWC_CLASS/VABFWC_Class_Adm.php:46541 #: includes/SHORTCODE.php:735 includes/VABFWC_CLASS/VABFWC_Class_Adm.php:46 530 542 msgid "Send" 531 543 msgstr "Отправить" 532 544 533 #: includes/SHORTCODE.php:7 35545 #: includes/SHORTCODE.php:744 534 546 msgid "Table deleted successfully" 535 547 msgstr "Таблица успешно удалена" … … 576 588 msgstr "Выбрано файлов" 577 589 590 #: includes/controller.php:107 591 msgid "Form name" 592 msgstr "Название формы" 593 594 #: includes/controller.php:108 595 msgid "is empty" 596 msgstr "не заполнено" 597 598 #: includes/controller.php:109 599 msgid "Specify an ID for the form" 600 msgstr "Укажите идентификатор для формы" 601 602 #: includes/controller.php:110 603 msgid "Specify an class for the form" 604 msgstr "Укажите класс для формы" 605 606 #: includes/controller.php:111 607 msgid "Select form" 608 msgstr "Выберите форму" 609 610 #: includes/controller.php:112 611 msgid "Id to a form" 612 msgstr "Идентификатор формы" 613 614 #: includes/controller.php:113 615 msgid "Сlass to a form" 616 msgstr "Класс формы" 617 618 #: includes/controller.php:114 619 msgid "Tag for the title" 620 msgstr "Тег для заголовка" 621 622 #: includes/controller.php:115 623 msgid "Title to the chart" 624 msgstr "Заголовок для диаграммы" 625 626 #: includes/controller.php:116 627 msgid "Display form charts" 628 msgstr "Отображение диаграмм формы" 629 630 #: includes/controller.php:117 631 msgid "Specify an title for the chart" 632 msgstr "Укажите заголовок для диаграммы" 633 634 #: includes/controller.php:118 635 msgid "Choose a tag for the title" 636 msgstr "Выберите тег для заголовка" 637 638 #: includes/controller.php:119 639 msgid "Сlass for the tag in title" 640 msgstr "Класс для тега в заголовке" 641 642 #: includes/controller.php:120 643 msgid "Specify an class for the tag" 644 msgstr "Укажите класс для тега" 645 578 646 #. Plugin Name of the plugin/theme 647 #: includes/controller.php:154 579 648 msgid "Forms with chart from VAB" 580 649 msgstr "Формы с диаграммой от VAB" … … 596 665 msgstr "https://it-vab.ru/" 597 666 667 #~ msgid "Added a submenu where you can read about the current release" 668 #~ msgstr "Добавлено подменю, в котором можно ознакомиться о текущем выпуске" 669 670 #~ msgid "" 671 #~ "Added attributes for shortcode. Now you can add any id and class to a form" 672 #~ msgstr "" 673 #~ "Добавлены атрибуты для шорткода. Теперь вы можете добавить в форму любой " 674 #~ "идентификатор и класс" 675 676 #~ msgid "Example" 677 #~ msgstr "Пример" 678 679 #~ msgid "Specify an tag for the title" 680 #~ msgstr "Укажите тег для заголовка" 681 682 #~ msgid "Form name is empty" 683 #~ msgstr "Имя формы не заполнено" 684 685 #~ msgid "Fixed - notification about undefined variable" 686 #~ msgstr "Исправлено - уведомление о неопределенной переменной" 687 598 688 #~ msgid "Always show the form at the end of the questionnaire" 599 689 #~ msgstr "Всегда показывать форму в конце анкеты" -
vab-forms-with-chart/trunk/languages/VABFWC.pot
r2736125 r2738778 4 4 "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" 5 5 "Project-Id-Version: Forms with chart from VAB\n" 6 "POT-Creation-Date: 2022-06-0 2 11:27+0500\n"6 "POT-Creation-Date: 2022-06-07 22:02+0500\n" 7 7 "PO-Revision-Date: 2022-02-22 15:05+0500\n" 8 8 "Last-Translator: \n" … … 211 211 msgstr "" 212 212 213 #: admin/admin.php:3 79213 #: admin/admin.php:381 214 214 msgid "Write form responses to log files" 215 215 msgstr "" 216 216 217 #: admin/admin.php:38 7217 #: admin/admin.php:389 218 218 msgid "Don`t write date to log files" 219 219 msgstr "" 220 220 221 #: admin/admin.php:39 5221 #: admin/admin.php:397 222 222 msgid "Don`t write IP address to log files" 223 223 msgstr "" 224 224 225 #: admin/admin.php:40 3225 #: admin/admin.php:405 226 226 msgid "Don`t write user Agent to log files" 227 227 msgstr "" 228 228 229 #: admin/admin.php:41 1229 #: admin/admin.php:413 230 230 msgid "Block access to log files with htaccess" 231 231 msgstr "" 232 232 233 #: admin/admin.php:4 19233 #: admin/admin.php:421 234 234 msgid "Don`t show chart" 235 235 msgstr "" 236 236 237 #: admin/admin.php:42 7237 #: admin/admin.php:429 238 238 msgid "Always show the charts at the end of the questionnaire" 239 239 msgstr "" 240 240 241 #: admin/admin.php:43 5241 #: admin/admin.php:437 242 242 msgid "Show the charts only for the administrators" 243 243 msgstr "" 244 244 245 #: admin/admin.php:44 3245 #: admin/admin.php:445 246 246 msgid "Hide the total number of completed questionnaires" 247 247 msgstr "" 248 248 249 #: admin/admin.php:45 1249 #: admin/admin.php:453 250 250 msgid "Show total answers per question above pie chart" 251 251 msgstr "" 252 252 253 #: admin/admin.php:4 59253 #: admin/admin.php:461 254 254 msgid "Hide the total selection number of each checkbox" 255 255 msgstr "" 256 256 257 #: admin/admin.php:46 7257 #: admin/admin.php:469 258 258 msgid "Add the ability to send a file" 259 259 msgstr "" 260 260 261 #: admin/admin.php:47 4261 #: admin/admin.php:476 262 262 msgid "Multiple File Upload" 263 263 msgstr "" 264 264 265 #: admin/admin.php:48 2265 #: admin/admin.php:484 266 266 msgid "Total files size" 267 267 msgstr "" 268 268 269 #: admin/admin.php:49 0269 #: admin/admin.php:492 270 270 msgid "Allowed extensions. Separate by comma" 271 271 msgstr "" 272 272 273 #: admin/admin.php: 498273 #: admin/admin.php:500 274 274 msgid "Send a copy of the form to the admin" 275 275 msgstr "" 276 276 277 #: admin/admin.php: 498277 #: admin/admin.php:500 278 278 msgid "The field below must be filled" 279 279 msgstr "" 280 280 281 #: admin/admin.php:50 6281 #: admin/admin.php:508 282 282 msgid "Email to send the form to" 283 283 msgstr "" 284 284 285 #: admin/admin.php:629 285 #: admin/admin.php:516 286 msgid "" 287 "Sending an email to a user. You can activate the receipt of a copy of the " 288 "letter by e-mail for the user who submitted the form.The user`s email will " 289 "be taken from the «email» form field" 290 msgstr "" 291 292 #: admin/admin.php:524 293 msgid "Do not send emails" 294 msgstr "" 295 296 #: admin/admin.php:651 286 297 msgid "Shortcode" 287 298 msgstr "" 288 299 289 #: admin/admin.php:6 66 admin/admin.php:667 admin/admin.php:677300 #: admin/admin.php:688 admin/admin.php:689 admin/admin.php:699 290 301 msgid "About release" 291 302 msgstr "" 292 303 293 #: admin/admin.php: 682304 #: admin/admin.php:704 294 305 msgid "Plugin Name" 295 306 msgstr "" 296 307 297 #: admin/admin.php: 690308 #: admin/admin.php:712 298 309 msgid "Description" 299 310 msgstr "" 300 311 301 #: admin/admin.php: 693312 #: admin/admin.php:715 302 313 msgid "" 303 314 "Simple Plugin for creating forms, inquirer and questionnaires with the " … … 305 316 msgstr "" 306 317 307 #: admin/admin.php: 698318 #: admin/admin.php:720 308 319 msgid "Author" 309 320 msgstr "" 310 321 311 322 #. Author of the plugin/theme 312 #: admin/admin.php:7 01323 #: admin/admin.php:723 313 324 msgid "Vladimir Anatol`evich Brumer" 314 325 msgstr "" 315 326 316 #: admin/admin.php:7 06327 #: admin/admin.php:728 317 328 msgid "Version" 318 329 msgstr "" 319 330 320 #: admin/admin.php:7 15331 #: admin/admin.php:737 321 332 msgid "Version Wordpress at least" 322 333 msgstr "" 323 334 324 #: admin/admin.php:7 23335 #: admin/admin.php:745 325 336 msgid "Tested Wordpress up to" 326 337 msgstr "" 327 338 328 #: admin/admin.php:7 31339 #: admin/admin.php:753 329 340 msgid "Requires PHP" 330 341 msgstr "" 331 342 332 #: admin/admin.php:7 39343 #: admin/admin.php:761 333 344 msgid "Plugin URI" 334 345 msgstr "" 335 346 336 #: admin/admin.php:7 49347 #: admin/admin.php:771 337 348 msgid "GitHub" 338 349 msgstr "" 339 350 340 #: admin/admin.php:7 59351 #: admin/admin.php:781 341 352 msgid "Donate link" 342 353 msgstr "" 343 354 344 #: admin/admin.php:7 69355 #: admin/admin.php:791 345 356 msgid "New in version" 346 357 msgstr "" 347 358 348 #: admin/admin.php:772 349 msgid "Fixed - notification about undefined variable" 350 msgstr "" 351 352 #: admin/admin.php:773 353 msgid "Added a submenu where you can read about the current release" 354 msgstr "" 355 356 #: admin/admin.php:774 357 msgid "" 358 "Added attributes for shortcode. Now you can add any id and class to a form" 359 msgstr "" 360 361 #: admin/admin.php:776 362 msgid "Example" 359 #: admin/admin.php:794 360 msgid "Added an option that cancels sending emails" 361 msgstr "" 362 363 #: admin/admin.php:795 364 msgid "Added classes and IDs to the form elements" 365 msgstr "" 366 367 #: admin/admin.php:796 368 msgid "Added the ability to send a copy of an email to a user" 369 msgstr "" 370 371 #: admin/admin.php:797 372 msgid "Added Gutenberg blocks for quick and easy output of forms and charts" 363 373 msgstr "" 364 374 … … 367 377 msgstr "" 368 378 369 #: includes/SHORTCODE.php:8 5379 #: includes/SHORTCODE.php:86 370 380 msgid "Uploaded file size bytes/Mb" 371 381 msgstr "" 372 382 373 #: includes/SHORTCODE.php:10 7383 #: includes/SHORTCODE.php:108 374 384 msgid "Confirm the reset by checking the box" 375 385 msgstr "" 376 386 377 #: includes/SHORTCODE.php:1 39387 #: includes/SHORTCODE.php:140 378 388 msgid "Message from the site" 379 389 msgstr "" 380 390 381 #: includes/SHORTCODE.php:14 3391 #: includes/SHORTCODE.php:144 382 392 msgid "Form" 383 393 msgstr "" 384 394 385 #: includes/SHORTCODE.php:14 7395 #: includes/SHORTCODE.php:148 386 396 msgid "Questionnaire content" 387 397 msgstr "" 388 398 389 #: includes/SHORTCODE.php:14 8399 #: includes/SHORTCODE.php:149 390 400 msgid "IP address" 391 401 msgstr "" 392 402 393 #: includes/SHORTCODE.php:15 0403 #: includes/SHORTCODE.php:151 394 404 msgid "The form author Vladimir Anatolyevich Brumer" 395 405 msgstr "" 396 406 397 #: includes/SHORTCODE.php:1 59407 #: includes/SHORTCODE.php:160 398 408 msgid "Question" 399 409 msgstr "" 400 410 401 #: includes/SHORTCODE.php:16 0411 #: includes/SHORTCODE.php:161 402 412 msgid "Possible answer" 403 413 msgstr "" 404 414 405 #: includes/SHORTCODE.php:16 1415 #: includes/SHORTCODE.php:162 406 416 msgid "Your own answer" 407 417 msgstr "" 408 418 409 #: includes/SHORTCODE.php:34 3419 #: includes/SHORTCODE.php:345 410 420 msgid "Links not allowed" 411 421 msgstr "" 412 422 413 #: includes/SHORTCODE.php:4 87423 #: includes/SHORTCODE.php:491 414 424 msgid " One or more files exceed the allowed size " 415 425 msgstr "" 416 426 417 #: includes/SHORTCODE.php:4 87 includes/SHORTCODE.php:508427 #: includes/SHORTCODE.php:491 includes/SHORTCODE.php:512 418 428 msgid " Мб" 419 429 msgstr "" 420 430 421 #: includes/SHORTCODE.php:49 2431 #: includes/SHORTCODE.php:496 422 432 msgid " One or more files are not in a valid format" 423 433 msgstr "" 424 434 425 #: includes/SHORTCODE.php:49 3435 #: includes/SHORTCODE.php:497 426 436 msgid "File" 427 437 msgstr "" 428 438 429 #: includes/SHORTCODE.php:49 4439 #: includes/SHORTCODE.php:498 430 440 msgid "have extension" 431 441 msgstr "" 432 442 433 #: includes/SHORTCODE.php:5 08443 #: includes/SHORTCODE.php:512 434 444 msgid " The total size of files exceeds the allowed size " 435 445 msgstr "" 436 446 437 #: includes/SHORTCODE.php:5 48447 #: includes/SHORTCODE.php:557 438 448 msgid "Data array is empty" 439 449 msgstr "" 440 450 441 #: includes/SHORTCODE.php:55 0451 #: includes/SHORTCODE.php:559 442 452 msgid "Text input field..." 443 453 msgstr "" 444 454 445 #: includes/SHORTCODE.php:5 51455 #: includes/SHORTCODE.php:560 446 456 msgid "Write your answer" 447 457 msgstr "" 448 458 449 #: includes/SHORTCODE.php:5 53459 #: includes/SHORTCODE.php:562 450 460 msgid "Your message was successfully sent" 451 461 msgstr "" 452 462 453 #: includes/SHORTCODE.php:5 54463 #: includes/SHORTCODE.php:563 454 464 msgid "Message not sent" 455 465 msgstr "" 456 466 457 #: includes/SHORTCODE.php:5 64467 #: includes/SHORTCODE.php:573 458 468 msgid "The results are displayed at the end of the questionnaire" 459 469 msgstr "" 460 470 461 #: includes/SHORTCODE.php:5 65471 #: includes/SHORTCODE.php:574 462 472 msgid "" 463 473 "Results will be displayed after filling out and sending the questionnaire" 464 474 msgstr "" 465 475 466 #: includes/SHORTCODE.php:6 01476 #: includes/SHORTCODE.php:610 467 477 msgid "URL input field" 468 478 msgstr "" 469 479 470 #: includes/SHORTCODE.php:6 07480 #: includes/SHORTCODE.php:616 471 481 msgid "Phone input field" 472 482 msgstr "" 473 483 474 #: includes/SHORTCODE.php:6 13484 #: includes/SHORTCODE.php:622 475 485 msgid "Email input field" 476 486 msgstr "" 477 487 478 #: includes/SHORTCODE.php:6 19488 #: includes/SHORTCODE.php:628 479 489 msgid "Input field type «Date»" 480 490 msgstr "" 481 491 482 #: includes/SHORTCODE.php:6 25492 #: includes/SHORTCODE.php:634 483 493 msgid "Input field type «Range»" 484 494 msgstr "" 485 495 486 #: includes/SHORTCODE.php:6 25496 #: includes/SHORTCODE.php:634 487 497 msgid "Input field type «Number»" 488 498 msgstr "" 489 499 490 #: includes/SHORTCODE.php:6 48500 #: includes/SHORTCODE.php:657 491 501 msgid "Input field type «Dropdown list»" 492 502 msgstr "" 493 503 494 #: includes/SHORTCODE.php:65 0504 #: includes/SHORTCODE.php:659 495 505 msgid "Choose a variant" 496 506 msgstr "" 497 507 498 #: includes/SHORTCODE.php:6 79 includes/SHORTCODE.php:683499 #: includes/SHORTCODE.php:6 84508 #: includes/SHORTCODE.php:688 includes/SHORTCODE.php:692 509 #: includes/SHORTCODE.php:693 500 510 #: includes/VABFWC_CLASS/VABFWC_Class_Graphic.php:50 501 511 #: includes/VABFWC_CLASS/VABFWC_Class_Graphic.php:69 … … 504 514 msgstr "" 505 515 506 #: includes/SHORTCODE.php:7 06516 #: includes/SHORTCODE.php:715 507 517 msgid " Sorry, the message was not sent." 508 518 msgstr "" 509 519 510 #: includes/SHORTCODE.php:71 0includes/controller.php:14520 #: includes/SHORTCODE.php:719 includes/controller.php:14 511 521 msgid "Select files" 512 522 msgstr "" 513 523 514 #: includes/SHORTCODE.php:7 11524 #: includes/SHORTCODE.php:720 515 525 msgid "Valid File Format" 516 526 msgstr "" 517 527 518 #: includes/SHORTCODE.php:7 24528 #: includes/SHORTCODE.php:733 519 529 msgid "Resetting the filled fields" 520 530 msgstr "" 521 531 522 #: includes/SHORTCODE.php:7 26includes/VABFWC_CLASS/VABFWC_Class_Adm.php:46532 #: includes/SHORTCODE.php:735 includes/VABFWC_CLASS/VABFWC_Class_Adm.php:46 523 533 msgid "Send" 524 534 msgstr "" 525 535 526 #: includes/SHORTCODE.php:7 35536 #: includes/SHORTCODE.php:744 527 537 msgid "Table deleted successfully" 528 538 msgstr "" … … 569 579 msgstr "" 570 580 581 #: includes/controller.php:107 582 msgid "Form name" 583 msgstr "" 584 585 #: includes/controller.php:108 586 msgid "is empty" 587 msgstr "" 588 589 #: includes/controller.php:109 590 msgid "Specify an ID for the form" 591 msgstr "" 592 593 #: includes/controller.php:110 594 msgid "Specify an class for the form" 595 msgstr "" 596 597 #: includes/controller.php:111 598 msgid "Select form" 599 msgstr "" 600 601 #: includes/controller.php:112 602 msgid "Id to a form" 603 msgstr "" 604 605 #: includes/controller.php:113 606 msgid "Сlass to a form" 607 msgstr "" 608 609 #: includes/controller.php:114 610 msgid "Tag for the title" 611 msgstr "" 612 613 #: includes/controller.php:115 614 msgid "Title to the chart" 615 msgstr "" 616 617 #: includes/controller.php:116 618 msgid "Display form charts" 619 msgstr "" 620 621 #: includes/controller.php:117 622 msgid "Specify an title for the chart" 623 msgstr "" 624 625 #: includes/controller.php:118 626 msgid "Choose a tag for the title" 627 msgstr "" 628 629 #: includes/controller.php:119 630 msgid "Сlass for the tag in title" 631 msgstr "" 632 633 #: includes/controller.php:120 634 msgid "Specify an class for the tag" 635 msgstr "" 636 571 637 #. Plugin Name of the plugin/theme 638 #: includes/controller.php:154 572 639 msgid "Forms with chart from VAB" 573 640 msgstr "" -
vab-forms-with-chart/trunk/readme.txt
r2737393 r2738778 7 7 Requires PHP: 5.6.20 8 8 Tested up to: 6.0 9 Stable tag: 1.1. 89 Stable tag: 1.1.9 10 10 License: GPLv2 11 11 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 226 226 == Changelog == 227 227 228 = 1.1.9 = 229 230 * Added an option that cancels sending emails; 231 * Added classes and IDs to the form elements; 232 * Added the ability to send a copy of an email to a user; 233 * Added Gutenberg blocks for quick and easy output of forms and charts; 234 228 235 = 1.1.8 = 229 236 -
vab-forms-with-chart/trunk/vab-forms-with-chart.php
r2736125 r2738778 7 7 * Author: Vladimir Anatol`evich Brumer 8 8 * License: GPLv2 9 * Version: 1.1. 89 * Version: 1.1.9 10 10 * 11 11 * Text Domain: VABFWC … … 19 19 } 20 20 if ( ! defined( 'VABFWC_VERSION' ) ) { 21 define( 'VABFWC_VERSION', '1.1. 8' );21 define( 'VABFWC_VERSION', '1.1.9' ); 22 22 } 23 23 if ( ! defined( 'VABFWCGSU' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.