MW WP Form - Version 2.2.7

Version Description

  • Changed : Changed to be able to use ":" as value at checkbox, select, radio.
Download this release

Release Info

Developer inc2734
Plugin Icon wp plugin MW WP Form
Version 2.2.7
Comparing to
See all releases

Code changes from version 2.2.6 to 2.2.7

classes/form-fields/class.checkbox.php CHANGED
@@ -2,11 +2,11 @@
2
  /**
3
  * Name : MW WP Form Field Checkbox
4
  * Description: チェックボックスを出力
5
- * Version : 1.5.3
6
  * Author : Takashi Kitajima
7
  * Author URI : http://2inc.org
8
  * Created : December 14, 2012
9
- * Modified : January 22, 2015
10
  * License : GPLv2
11
  * License URI: http://www.gnu.org/licenses/gpl-2.0.html
12
  */
@@ -107,7 +107,9 @@ class MW_WP_Form_Field_Checkbox extends MW_WP_Form_Abstract_Form_Field {
107
  <textarea name="children"><?php echo esc_attr( $children ); ?></textarea>
108
  <span class="mwf_note">
109
  <?php esc_html_e( 'Input one line about one item.', MWF_Config::DOMAIN ); ?><br />
110
- <?php esc_html_e( 'Example: value1&crarr;value2 or key1:value1&crarr;key2:value2', MWF_Config::DOMAIN ); ?>
 
 
111
  </span>
112
  </p>
113
  <p>
2
  /**
3
  * Name : MW WP Form Field Checkbox
4
  * Description: チェックボックスを出力
5
+ * Version : 1.5.4
6
  * Author : Takashi Kitajima
7
  * Author URI : http://2inc.org
8
  * Created : December 14, 2012
9
+ * Modified : February 6, 2015
10
  * License : GPLv2
11
  * License URI: http://www.gnu.org/licenses/gpl-2.0.html
12
  */
107
  <textarea name="children"><?php echo esc_attr( $children ); ?></textarea>
108
  <span class="mwf_note">
109
  <?php esc_html_e( 'Input one line about one item.', MWF_Config::DOMAIN ); ?><br />
110
+ <?php esc_html_e( 'Example: value1&crarr;value2 or key1:value1&crarr;key2:value2', MWF_Config::DOMAIN ); ?><br />
111
+ <?php esc_html_e( 'You can split the post value and display value by ":". But display value is sent in e-mail.', MWF_Config::DOMAIN ); ?><br />
112
+ <?php esc_html_e( 'When you want to use ":", please enter "::".', MWF_Config::DOMAIN ); ?>
113
  </span>
114
  </p>
115
  <p>
classes/form-fields/class.radio.php CHANGED
@@ -2,11 +2,11 @@
2
  /**
3
  * Name : MW WP Form Field Radio
4
  * Description: ラジオボタンを出力
5
- * Version : 1.5.2
6
  * Author : Takashi Kitajima
7
  * Author URI : http://2inc.org
8
  * Created : December 14, 2012
9
- * Modified : January 22, 2015
10
  * License : GPLv2
11
  * License URI: http://www.gnu.org/licenses/gpl-2.0.html
12
  */
@@ -103,7 +103,9 @@ class MW_WP_Form_Field_Radio extends MW_WP_Form_Abstract_Form_Field {
103
  <textarea name="children"><?php echo esc_attr( $children ); ?></textarea>
104
  <span class="mwf_note">
105
  <?php esc_html_e( 'Input one line about one item.', MWF_Config::DOMAIN ); ?><br />
106
- <?php esc_html_e( 'Example: value1&crarr;value2 or key1:value1&crarr;key2:value2', MWF_Config::DOMAIN ); ?>
 
 
107
  </span>
108
  </p>
109
  <p>
2
  /**
3
  * Name : MW WP Form Field Radio
4
  * Description: ラジオボタンを出力
5
+ * Version : 1.5.3
6
  * Author : Takashi Kitajima
7
  * Author URI : http://2inc.org
8
  * Created : December 14, 2012
9
+ * Modified : February 6, 2015
10
  * License : GPLv2
11
  * License URI: http://www.gnu.org/licenses/gpl-2.0.html
12
  */
103
  <textarea name="children"><?php echo esc_attr( $children ); ?></textarea>
104
  <span class="mwf_note">
105
  <?php esc_html_e( 'Input one line about one item.', MWF_Config::DOMAIN ); ?><br />
106
+ <?php esc_html_e( 'Example: value1&crarr;value2 or key1:value1&crarr;key2:value2', MWF_Config::DOMAIN ); ?><br />
107
+ <?php esc_html_e( 'You can split the post value and display value by ":". But display value is sent in e-mail.', MWF_Config::DOMAIN ); ?><br />
108
+ <?php esc_html_e( 'When you want to use ":", please enter "::".', MWF_Config::DOMAIN ); ?>
109
  </span>
110
  </p>
111
  <p>
classes/form-fields/class.select.php CHANGED
@@ -2,11 +2,11 @@
2
  /**
3
  * Name : MW WP Form Field Select
4
  * Description: セレクトボックスを出力
5
- * Version : 1.5.2
6
  * Author : Takashi Kitajima
7
  * Author URI : http://2inc.org
8
  * Created : December 14, 2012
9
- * Modified : January 22, 2015
10
  * License : GPLv2
11
  * License URI: http://www.gnu.org/licenses/gpl-2.0.html
12
  */
@@ -101,7 +101,9 @@ class MW_WP_Form_Field_Select extends MW_WP_Form_Abstract_Form_Field {
101
  <textarea name="children"><?php echo esc_attr( $children ); ?></textarea>
102
  <span class="mwf_note">
103
  <?php esc_html_e( 'Input one line about one item.', MWF_Config::DOMAIN ); ?><br />
104
- <?php esc_html_e( 'Example: value1&crarr;value2 or key1:value1&crarr;key2:value2', MWF_Config::DOMAIN ); ?>
 
 
105
  </span>
106
  </p>
107
  <p>
2
  /**
3
  * Name : MW WP Form Field Select
4
  * Description: セレクトボックスを出力
5
+ * Version : 1.5.3
6
  * Author : Takashi Kitajima
7
  * Author URI : http://2inc.org
8
  * Created : December 14, 2012
9
+ * Modified : February 6, 2015
10
  * License : GPLv2
11
  * License URI: http://www.gnu.org/licenses/gpl-2.0.html
12
  */
101
  <textarea name="children"><?php echo esc_attr( $children ); ?></textarea>
102
  <span class="mwf_note">
103
  <?php esc_html_e( 'Input one line about one item.', MWF_Config::DOMAIN ); ?><br />
104
+ <?php esc_html_e( 'Example: value1&crarr;value2 or key1:value1&crarr;key2:value2', MWF_Config::DOMAIN ); ?><br />
105
+ <?php esc_html_e( 'You can split the post value and display value by ":". But display value is sent in e-mail.', MWF_Config::DOMAIN ); ?><br />
106
+ <?php esc_html_e( 'When you want to use ":", please enter "::".', MWF_Config::DOMAIN ); ?>
107
  </span>
108
  </p>
109
  <p>
classes/models/class.abstract-form-field.php CHANGED
@@ -2,11 +2,11 @@
2
  /**
3
  * Name : MW WP Form Abstract Form Field
4
  * Description: フォームフィールドの抽象クラス
5
- * Version : 1.7.0
6
  * Author : Takashi Kitajima
7
  * Author URI : http://2inc.org
8
  * Created : December 14, 2012
9
- * Modified : January 2, 2015
10
  * License : GPLv2
11
  * License URI: http://www.gnu.org/licenses/gpl-2.0.html
12
  */
@@ -288,7 +288,17 @@ abstract class MW_Form_Field {
288
  if ( is_array( $_children ) ) {
289
  $_children = array_map( 'trim', $_children );
290
  foreach ( $_children as $child ) {
291
- $child = array_map( 'trim', explode( ':', $child, 2 ) );
 
 
 
 
 
 
 
 
 
 
292
  if ( count( $child ) === 1 ) {
293
  $children[$child[0]] = $child[0];
294
  } else {
2
  /**
3
  * Name : MW WP Form Abstract Form Field
4
  * Description: フォームフィールドの抽象クラス
5
+ * Version : 1.7.1
6
  * Author : Takashi Kitajima
7
  * Author URI : http://2inc.org
8
  * Created : December 14, 2012
9
+ * Modified : February 6, 2015
10
  * License : GPLv2
11
  * License URI: http://www.gnu.org/licenses/gpl-2.0.html
12
  */
288
  if ( is_array( $_children ) ) {
289
  $_children = array_map( 'trim', $_children );
290
  foreach ( $_children as $child ) {
291
+ $temp_replacement = '@-[_-_]-@';
292
+ if ( preg_match( '/(^:[^:])|([^:]:[^:])/', $child ) ) {
293
+ $child = str_replace( '::', $temp_replacement, $child );
294
+ $child = array_map( 'trim', explode( ':', $child, 2 ) );
295
+ } else {
296
+ $child = str_replace( '::', $temp_replacement, $child );
297
+ $child = array( $child );
298
+ }
299
+ foreach ( $child as $child_key => $child_value ) {
300
+ $child[$child_key] = str_replace( $temp_replacement, ':', $child_value );
301
+ }
302
  if ( count( $child ) === 1 ) {
303
  $children[$child[0]] = $child[0];
304
  } else {
languages/mw-wp-form-ja.mo CHANGED
Binary file
languages/mw-wp-form-ja.po CHANGED
@@ -2,10 +2,10 @@
2
  # This file is distributed under the same license as the MW WP Form package.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: MW WP Form 2.2.0\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/mw-wp-form\n"
7
- "POT-Creation-Date: 2015-01-13 14:16:40+00:00\n"
8
- "PO-Revision-Date: 2015-01-13 23:20+0900\n"
9
  "Last-Translator: Takashi Kitajima <inc@2inc.org>\n"
10
  "Language-Team: Takashi Kitajima <inc@2inc.org>\n"
11
  "Language: ja\n"
@@ -15,7 +15,7 @@ msgstr ""
15
  "Plural-Forms: nplurals=1; plural=0;\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
17
  "X-Poedit-Basepath: .\n"
18
- "X-Generator: Poedit 1.7.3\n"
19
  "X-Poedit-KeywordsList: __;_e;_x;esc_html_e;esc_html__\n"
20
  "X-Poedit-SearchPath-0: ..\n"
21
 
@@ -78,13 +78,13 @@ msgstr "メモ"
78
  msgid "Registed Date"
79
  msgstr "登録日時"
80
 
81
- #: classes/controllers/class.contact-data.php:43
82
- #: classes/controllers/class.contact-data.php:44
83
  #: classes/views/class.contact-data.php:34
84
  msgid "Inquiry data"
85
  msgstr "問い合わせデータ"
86
 
87
- #: classes/controllers/class.contact-data.php:89
88
  msgid "Custom Fields"
89
  msgstr "カスタムフィールド"
90
 
@@ -112,70 +112,85 @@ msgstr "ボタン"
112
  msgid "Checkbox"
113
  msgstr "チェックボックス"
114
 
115
- #: classes/form-fields/class.checkbox.php:102
116
- #: classes/form-fields/class.radio.php:98
117
- #: classes/form-fields/class.select.php:96
118
  msgid "Choices"
119
  msgstr "選択肢"
120
 
121
- #: classes/form-fields/class.checkbox.php:106
122
  #: classes/form-fields/class.error.php:78
123
- #: classes/form-fields/class.radio.php:102
124
- #: classes/form-fields/class.select.php:100
125
  msgid "Input one line about one item."
126
  msgstr "1項目につき1行で入力してください。"
127
 
128
- #: classes/form-fields/class.checkbox.php:107
129
- #: classes/form-fields/class.radio.php:103
130
- #: classes/form-fields/class.select.php:101
131
  msgid "Example: value1&crarr;value2 or key1:value1&crarr;key2:value2"
132
  msgstr "例:値1&crarr;値2 もしくは キー1:値1&crarr;キー2:値2"
133
 
134
  #: classes/form-fields/class.checkbox.php:111
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
135
  #: classes/form-fields/class.datepicker.php:131
136
  #: classes/form-fields/class.hidden.php:79
137
  #: classes/form-fields/class.password.php:107
138
- #: classes/form-fields/class.radio.php:107
139
- #: classes/form-fields/class.select.php:105
140
  #: classes/form-fields/class.text.php:115
141
  #: classes/form-fields/class.textarea.php:109
142
  msgid "Default value"
143
  msgstr "初期値"
144
 
145
- #: classes/form-fields/class.checkbox.php:116
146
  msgid "Separator string"
147
  msgstr "区切り文字"
148
 
149
- #: classes/form-fields/class.checkbox.php:121
150
- #: classes/form-fields/class.radio.php:112
151
  msgid "Display method"
152
  msgstr "表示方法"
153
 
154
- #: classes/form-fields/class.checkbox.php:123
155
- #: classes/form-fields/class.radio.php:114
156
  msgid "Arranged vertically."
157
  msgstr "垂直に配置する"
158
 
159
- #: classes/form-fields/class.checkbox.php:126
160
  #: classes/form-fields/class.datepicker.php:136
161
  #: classes/form-fields/class.file.php:109
162
  #: classes/form-fields/class.image.php:110
163
  #: classes/form-fields/class.password.php:117
164
- #: classes/form-fields/class.radio.php:117
165
- #: classes/form-fields/class.select.php:110
166
  #: classes/form-fields/class.tel.php:89 classes/form-fields/class.text.php:125
167
  #: classes/form-fields/class.textarea.php:119
168
  #: classes/form-fields/class.zip.php:89
169
  msgid "Dsiplay error"
170
  msgstr "エラー表示"
171
 
172
- #: classes/form-fields/class.checkbox.php:128
173
  #: classes/form-fields/class.datepicker.php:138
174
  #: classes/form-fields/class.file.php:111
175
  #: classes/form-fields/class.image.php:112
176
  #: classes/form-fields/class.password.php:119
177
- #: classes/form-fields/class.radio.php:119
178
- #: classes/form-fields/class.select.php:112
179
  #: classes/form-fields/class.tel.php:91 classes/form-fields/class.text.php:127
180
  #: classes/form-fields/class.textarea.php:121
181
  #: classes/form-fields/class.zip.php:91
@@ -343,7 +358,7 @@ msgstr "文字数の範囲"
343
  msgid "This is not the format of a date."
344
  msgstr "日付の形式ではありません。"
345
 
346
- #: classes/validation-rules/class.date.php:60
347
  msgid "Date"
348
  msgstr "日付"
349
 
@@ -387,7 +402,7 @@ msgstr "ひらがなで入力してください。"
387
  msgid "Japanese Hiragana"
388
  msgstr "ひらがな"
389
 
390
- #: classes/validation-rules/class.in.php:33
391
  msgid "This value is invalid."
392
  msgstr "値が不正です。"
393
 
@@ -488,67 +503,67 @@ msgstr "URLが http または https で始まっていない場合は %s が補
488
  msgid "Add Validation rule"
489
  msgstr "バリデーションルールを追加"
490
 
491
- #: classes/views/class.admin.php:97
492
  msgid "The key which applies validation"
493
  msgstr "バリデーションを適用する項目"
494
 
495
- #: classes/views/class.admin.php:121
496
  msgid "You can use more easy and useful to the MW WP Form in add-on!"
497
  msgstr "アドオンで MW WP Form をもっと簡単・便利に使うことができます!"
498
 
499
- #: classes/views/class.admin.php:122
500
  msgid "View Add-ons"
501
  msgstr "アドオンを見る"
502
 
503
- #: classes/views/class.admin.php:137
504
  msgid "Copy and Paste this shortcode."
505
  msgstr "このショートコードをコピー&ペーストしてください。"
506
 
507
- #: classes/views/class.admin.php:138
508
  msgid "The key to use with hook is "
509
  msgstr "各フックで使用する修飾子は"
510
 
511
- #: classes/views/class.admin.php:156 classes/views/class.admin.php:202
512
  msgid "{key} is converted form data."
513
  msgstr "{キー}でそのフォーム項目に変換されます。"
514
 
515
- #: classes/views/class.admin.php:158 classes/views/class.admin.php:204
516
  msgid "It is automatically converted to Tracking number when you input {%s}."
517
  msgstr "{%s} と入力すると問い合わせ番号に自動的に変換されます。"
518
 
519
- #: classes/views/class.admin.php:163 classes/views/class.admin.php:225
520
  msgid "Subject"
521
  msgstr "件名"
522
 
523
- #: classes/views/class.admin.php:167 classes/views/class.admin.php:229
524
  msgid "Sender"
525
  msgstr "送信者"
526
 
527
- #: classes/views/class.admin.php:169 classes/views/class.admin.php:174
528
- #: classes/views/class.admin.php:214 classes/views/class.admin.php:231
529
- #: classes/views/class.admin.php:236
530
  msgid "If empty:"
531
  msgstr "未入力の場合:"
532
 
533
- #: classes/views/class.admin.php:172 classes/views/class.admin.php:234
534
  msgid "From ( E-mail address )"
535
  msgstr "送信元(E-mailアドレス)"
536
 
537
- #: classes/views/class.admin.php:177 classes/views/class.admin.php:239
538
  msgid "Content"
539
  msgstr "本文"
540
 
541
- #: classes/views/class.admin.php:181
542
  msgid "Automatic reply email"
543
  msgstr "自動返信メール"
544
 
545
- #: classes/views/class.admin.php:183
546
  msgid ""
547
  "Input the key to use as transmission to automatic reply email. {} is "
548
  "unnecessary."
549
  msgstr "自動返信メールに使用する項目のキーを入力してください。{ }は不要です。"
550
 
551
- #: classes/views/class.admin.php:209
552
  msgid ""
553
  "If Admin Email Options is a blank, Automatic Replay Email Options is used as "
554
  "Admin Email Options."
@@ -556,23 +571,23 @@ msgstr ""
556
  "管理者宛メール設定が空のときは自動返信メール設定に管理者宛メール設定が使用さ"
557
  "れます。"
558
 
559
- #: classes/views/class.admin.php:212
560
  msgid "To ( E-mail address )"
561
  msgstr "送信先(E-mailアドレス)"
562
 
563
- #: classes/views/class.admin.php:217
564
  msgid "CC ( E-mail address )"
565
  msgstr "CC(E-mailアドレス)"
566
 
567
- #: classes/views/class.admin.php:221
568
  msgid "BCC ( E-mail address )"
569
  msgstr "BCC(E-mailアドレス)"
570
 
571
- #: classes/views/class.admin.php:258
572
  msgid "Activate Query string of post"
573
  msgstr "URL引数を有効にする"
574
 
575
- #: classes/views/class.admin.php:259
576
  msgid ""
577
  "If this field is active, MW WP Form get query string. And get post data from "
578
  "query string \"post_id\". You can use $post's property in editor."
@@ -581,63 +596,63 @@ msgstr ""
581
  "とに投稿を取得します。その投稿($post) のプロパティを使用できるようになりま"
582
  "す。"
583
 
584
- #: classes/views/class.admin.php:260
585
  msgid "Example: {ID}, {post_title}, {post_meta} etc..."
586
  msgstr "例:{ID}、{post_title}、{post_meta}など…"
587
 
588
- #: classes/views/class.admin.php:263
589
  msgid "Saving inquiry data in database"
590
  msgstr "問い合わせデータをデータベースに保存"
591
 
592
- #: classes/views/class.admin.php:266
593
  msgid "Enable scrolling of screen transition."
594
  msgstr "画面変遷時のスクロールを有効にする"
595
 
596
- #: classes/views/class.admin.php:270
597
  msgid "Akismet Setting"
598
  msgstr "Akismet 設定"
599
 
600
- #: classes/views/class.admin.php:285
601
  msgid "Input the key to use Akismet."
602
  msgstr "Akismetを使用する項目のキーを入力してください。"
603
 
604
- #: classes/views/class.admin.php:298
605
  msgid "Select Style"
606
  msgstr "スタイルを選択"
607
 
608
- #: classes/views/class.admin.php:315
609
  msgid "Your contribution is needed for making this plugin better."
610
  msgstr "あなたの貢献があればこのプラグインをもっと良くすることができます。"
611
 
612
- #: classes/views/class.admin.php:315
613
  msgid "Donate"
614
  msgstr "寄付する"
615
 
616
- #: classes/views/class.admin.php:337 classes/views/class.chart.php:93
617
  msgid "Select this."
618
  msgstr "選択してください"
619
 
620
- #: classes/views/class.admin.php:338
621
  msgid "Input fields"
622
  msgstr "入力項目"
623
 
624
- #: classes/views/class.admin.php:341
625
  msgid "Select fields"
626
  msgstr "選択項目"
627
 
628
- #: classes/views/class.admin.php:344
629
  msgid "Button fields"
630
  msgstr "ボタン項目"
631
 
632
- #: classes/views/class.admin.php:347
633
  msgid "Error fields"
634
  msgstr "エラー項目"
635
 
636
- #: classes/views/class.admin.php:350
637
  msgid "Other fields"
638
  msgstr "その他の項目"
639
 
640
- #: classes/views/class.admin.php:354
641
  msgid "Add form tag"
642
  msgstr "フォームタグを追加"
643
 
@@ -645,30 +660,30 @@ msgstr "フォームタグを追加"
645
  msgid "Add Chart"
646
  msgstr "グラフを追加"
647
 
648
- #: classes/views/class.chart.php:91
649
  msgid "Item that create chart"
650
  msgstr "グラフを作成する項目"
651
 
652
- #: classes/views/class.chart.php:99
653
  msgid "Chart type"
654
  msgstr "グラフの種類"
655
 
656
- #: classes/views/class.chart.php:103
657
  msgid "Pie chart"
658
  msgstr "円グラフ"
659
 
660
- #: classes/views/class.chart.php:104
661
  msgid "Bar chart"
662
  msgstr "棒グラフ"
663
 
664
- #: classes/views/class.chart.php:117
665
  msgid ""
666
  "Separator string (If the check box. If the separator attribute is not set to "
667
  "\",\")"
668
  msgstr ""
669
  "区切り文字(チェックボックスの場合。separator 属性が未設定の場合は「,」)"
670
 
671
- #: classes/views/class.chart.php:139 classes/views/class.contact-data.php:42
672
  msgid "The number of inquiries"
673
  msgstr "問い合わせ件数"
674
 
2
  # This file is distributed under the same license as the MW WP Form package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: MW WP Form 2.2.7\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/mw-wp-form\n"
7
+ "POT-Creation-Date: 2015-02-05 16:32:33+00:00\n"
8
+ "PO-Revision-Date: 2015-02-06 01:35+0900\n"
9
  "Last-Translator: Takashi Kitajima <inc@2inc.org>\n"
10
  "Language-Team: Takashi Kitajima <inc@2inc.org>\n"
11
  "Language: ja\n"
15
  "Plural-Forms: nplurals=1; plural=0;\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
17
  "X-Poedit-Basepath: .\n"
18
+ "X-Generator: Poedit 1.7.4\n"
19
  "X-Poedit-KeywordsList: __;_e;_x;esc_html_e;esc_html__\n"
20
  "X-Poedit-SearchPath-0: ..\n"
21
 
78
  msgid "Registed Date"
79
  msgstr "登録日時"
80
 
81
+ #: classes/controllers/class.contact-data.php:48
82
+ #: classes/controllers/class.contact-data.php:49
83
  #: classes/views/class.contact-data.php:34
84
  msgid "Inquiry data"
85
  msgstr "問い合わせデータ"
86
 
87
+ #: classes/controllers/class.contact-data.php:94
88
  msgid "Custom Fields"
89
  msgstr "カスタムフィールド"
90
 
112
  msgid "Checkbox"
113
  msgstr "チェックボックス"
114
 
115
+ #: classes/form-fields/class.checkbox.php:105
116
+ #: classes/form-fields/class.radio.php:101
117
+ #: classes/form-fields/class.select.php:99
118
  msgid "Choices"
119
  msgstr "選択肢"
120
 
121
+ #: classes/form-fields/class.checkbox.php:109
122
  #: classes/form-fields/class.error.php:78
123
+ #: classes/form-fields/class.radio.php:105
124
+ #: classes/form-fields/class.select.php:103
125
  msgid "Input one line about one item."
126
  msgstr "1項目につき1行で入力してください。"
127
 
128
+ #: classes/form-fields/class.checkbox.php:110
129
+ #: classes/form-fields/class.radio.php:106
130
+ #: classes/form-fields/class.select.php:104
131
  msgid "Example: value1&crarr;value2 or key1:value1&crarr;key2:value2"
132
  msgstr "例:値1&crarr;値2 もしくは キー1:値1&crarr;キー2:値2"
133
 
134
  #: classes/form-fields/class.checkbox.php:111
135
+ #: classes/form-fields/class.radio.php:107
136
+ #: classes/form-fields/class.select.php:105
137
+ msgid ""
138
+ "You can split the post value and display value by \":\". But display value "
139
+ "is sent in e-mail."
140
+ msgstr ""
141
+ "送信値と表示値を「:」で分割できます。ただし、メールでは表示値が送信されます。"
142
+
143
+ #: classes/form-fields/class.checkbox.php:112
144
+ #: classes/form-fields/class.radio.php:108
145
+ #: classes/form-fields/class.select.php:106
146
+ msgid "When you want to use \":\", please enter \"::\"."
147
+ msgstr "「:」を使いたいときは「::」と入力してください。"
148
+
149
+ #: classes/form-fields/class.checkbox.php:116
150
  #: classes/form-fields/class.datepicker.php:131
151
  #: classes/form-fields/class.hidden.php:79
152
  #: classes/form-fields/class.password.php:107
153
+ #: classes/form-fields/class.radio.php:112
154
+ #: classes/form-fields/class.select.php:110
155
  #: classes/form-fields/class.text.php:115
156
  #: classes/form-fields/class.textarea.php:109
157
  msgid "Default value"
158
  msgstr "初期値"
159
 
160
+ #: classes/form-fields/class.checkbox.php:121
161
  msgid "Separator string"
162
  msgstr "区切り文字"
163
 
164
+ #: classes/form-fields/class.checkbox.php:126
165
+ #: classes/form-fields/class.radio.php:117
166
  msgid "Display method"
167
  msgstr "表示方法"
168
 
169
+ #: classes/form-fields/class.checkbox.php:128
170
+ #: classes/form-fields/class.radio.php:119
171
  msgid "Arranged vertically."
172
  msgstr "垂直に配置する"
173
 
174
+ #: classes/form-fields/class.checkbox.php:131
175
  #: classes/form-fields/class.datepicker.php:136
176
  #: classes/form-fields/class.file.php:109
177
  #: classes/form-fields/class.image.php:110
178
  #: classes/form-fields/class.password.php:117
179
+ #: classes/form-fields/class.radio.php:122
180
+ #: classes/form-fields/class.select.php:115
181
  #: classes/form-fields/class.tel.php:89 classes/form-fields/class.text.php:125
182
  #: classes/form-fields/class.textarea.php:119
183
  #: classes/form-fields/class.zip.php:89
184
  msgid "Dsiplay error"
185
  msgstr "エラー表示"
186
 
187
+ #: classes/form-fields/class.checkbox.php:133
188
  #: classes/form-fields/class.datepicker.php:138
189
  #: classes/form-fields/class.file.php:111
190
  #: classes/form-fields/class.image.php:112
191
  #: classes/form-fields/class.password.php:119
192
+ #: classes/form-fields/class.radio.php:124
193
+ #: classes/form-fields/class.select.php:117
194
  #: classes/form-fields/class.tel.php:91 classes/form-fields/class.text.php:127
195
  #: classes/form-fields/class.textarea.php:121
196
  #: classes/form-fields/class.zip.php:91
358
  msgid "This is not the format of a date."
359
  msgstr "日付の形式ではありません。"
360
 
361
+ #: classes/validation-rules/class.date.php:59
362
  msgid "Date"
363
  msgstr "日付"
364
 
402
  msgid "Japanese Hiragana"
403
  msgstr "ひらがな"
404
 
405
+ #: classes/validation-rules/class.in.php:34
406
  msgid "This value is invalid."
407
  msgstr "値が不正です。"
408
 
503
  msgid "Add Validation rule"
504
  msgstr "バリデーションルールを追加"
505
 
506
+ #: classes/views/class.admin.php:98
507
  msgid "The key which applies validation"
508
  msgstr "バリデーションを適用する項目"
509
 
510
+ #: classes/views/class.admin.php:122
511
  msgid "You can use more easy and useful to the MW WP Form in add-on!"
512
  msgstr "アドオンで MW WP Form をもっと簡単・便利に使うことができます!"
513
 
514
+ #: classes/views/class.admin.php:123
515
  msgid "View Add-ons"
516
  msgstr "アドオンを見る"
517
 
518
+ #: classes/views/class.admin.php:138
519
  msgid "Copy and Paste this shortcode."
520
  msgstr "このショートコードをコピー&ペーストしてください。"
521
 
522
+ #: classes/views/class.admin.php:139
523
  msgid "The key to use with hook is "
524
  msgstr "各フックで使用する修飾子は"
525
 
526
+ #: classes/views/class.admin.php:157 classes/views/class.admin.php:203
527
  msgid "{key} is converted form data."
528
  msgstr "{キー}でそのフォーム項目に変換されます。"
529
 
530
+ #: classes/views/class.admin.php:159 classes/views/class.admin.php:205
531
  msgid "It is automatically converted to Tracking number when you input {%s}."
532
  msgstr "{%s} と入力すると問い合わせ番号に自動的に変換されます。"
533
 
534
+ #: classes/views/class.admin.php:164 classes/views/class.admin.php:226
535
  msgid "Subject"
536
  msgstr "件名"
537
 
538
+ #: classes/views/class.admin.php:168 classes/views/class.admin.php:230
539
  msgid "Sender"
540
  msgstr "送信者"
541
 
542
+ #: classes/views/class.admin.php:170 classes/views/class.admin.php:175
543
+ #: classes/views/class.admin.php:215 classes/views/class.admin.php:232
544
+ #: classes/views/class.admin.php:237
545
  msgid "If empty:"
546
  msgstr "未入力の場合:"
547
 
548
+ #: classes/views/class.admin.php:173 classes/views/class.admin.php:235
549
  msgid "From ( E-mail address )"
550
  msgstr "送信元(E-mailアドレス)"
551
 
552
+ #: classes/views/class.admin.php:178 classes/views/class.admin.php:240
553
  msgid "Content"
554
  msgstr "本文"
555
 
556
+ #: classes/views/class.admin.php:182
557
  msgid "Automatic reply email"
558
  msgstr "自動返信メール"
559
 
560
+ #: classes/views/class.admin.php:184
561
  msgid ""
562
  "Input the key to use as transmission to automatic reply email. {} is "
563
  "unnecessary."
564
  msgstr "自動返信メールに使用する項目のキーを入力してください。{ }は不要です。"
565
 
566
+ #: classes/views/class.admin.php:210
567
  msgid ""
568
  "If Admin Email Options is a blank, Automatic Replay Email Options is used as "
569
  "Admin Email Options."
571
  "管理者宛メール設定が空のときは自動返信メール設定に管理者宛メール設定が使用さ"
572
  "れます。"
573
 
574
+ #: classes/views/class.admin.php:213
575
  msgid "To ( E-mail address )"
576
  msgstr "送信先(E-mailアドレス)"
577
 
578
+ #: classes/views/class.admin.php:218
579
  msgid "CC ( E-mail address )"
580
  msgstr "CC(E-mailアドレス)"
581
 
582
+ #: classes/views/class.admin.php:222
583
  msgid "BCC ( E-mail address )"
584
  msgstr "BCC(E-mailアドレス)"
585
 
586
+ #: classes/views/class.admin.php:259
587
  msgid "Activate Query string of post"
588
  msgstr "URL引数を有効にする"
589
 
590
+ #: classes/views/class.admin.php:260
591
  msgid ""
592
  "If this field is active, MW WP Form get query string. And get post data from "
593
  "query string \"post_id\". You can use $post's property in editor."
596
  "とに投稿を取得します。その投稿($post) のプロパティを使用できるようになりま"
597
  "す。"
598
 
599
+ #: classes/views/class.admin.php:261
600
  msgid "Example: {ID}, {post_title}, {post_meta} etc..."
601
  msgstr "例:{ID}、{post_title}、{post_meta}など…"
602
 
603
+ #: classes/views/class.admin.php:264
604
  msgid "Saving inquiry data in database"
605
  msgstr "問い合わせデータをデータベースに保存"
606
 
607
+ #: classes/views/class.admin.php:267
608
  msgid "Enable scrolling of screen transition."
609
  msgstr "画面変遷時のスクロールを有効にする"
610
 
611
+ #: classes/views/class.admin.php:271
612
  msgid "Akismet Setting"
613
  msgstr "Akismet 設定"
614
 
615
+ #: classes/views/class.admin.php:286
616
  msgid "Input the key to use Akismet."
617
  msgstr "Akismetを使用する項目のキーを入力してください。"
618
 
619
+ #: classes/views/class.admin.php:299
620
  msgid "Select Style"
621
  msgstr "スタイルを選択"
622
 
623
+ #: classes/views/class.admin.php:316
624
  msgid "Your contribution is needed for making this plugin better."
625
  msgstr "あなたの貢献があればこのプラグインをもっと良くすることができます。"
626
 
627
+ #: classes/views/class.admin.php:316
628
  msgid "Donate"
629
  msgstr "寄付する"
630
 
631
+ #: classes/views/class.admin.php:338 classes/views/class.chart.php:94
632
  msgid "Select this."
633
  msgstr "選択してください"
634
 
635
+ #: classes/views/class.admin.php:339
636
  msgid "Input fields"
637
  msgstr "入力項目"
638
 
639
+ #: classes/views/class.admin.php:342
640
  msgid "Select fields"
641
  msgstr "選択項目"
642
 
643
+ #: classes/views/class.admin.php:345
644
  msgid "Button fields"
645
  msgstr "ボタン項目"
646
 
647
+ #: classes/views/class.admin.php:348
648
  msgid "Error fields"
649
  msgstr "エラー項目"
650
 
651
+ #: classes/views/class.admin.php:351
652
  msgid "Other fields"
653
  msgstr "その他の項目"
654
 
655
+ #: classes/views/class.admin.php:355
656
  msgid "Add form tag"
657
  msgstr "フォームタグを追加"
658
 
660
  msgid "Add Chart"
661
  msgstr "グラフを追加"
662
 
663
+ #: classes/views/class.chart.php:92
664
  msgid "Item that create chart"
665
  msgstr "グラフを作成する項目"
666
 
667
+ #: classes/views/class.chart.php:100
668
  msgid "Chart type"
669
  msgstr "グラフの種類"
670
 
671
+ #: classes/views/class.chart.php:104
672
  msgid "Pie chart"
673
  msgstr "円グラフ"
674
 
675
+ #: classes/views/class.chart.php:105
676
  msgid "Bar chart"
677
  msgstr "棒グラフ"
678
 
679
+ #: classes/views/class.chart.php:118
680
  msgid ""
681
  "Separator string (If the check box. If the separator attribute is not set to "
682
  "\",\")"
683
  msgstr ""
684
  "区切り文字(チェックボックスの場合。separator 属性が未設定の場合は「,」)"
685
 
686
+ #: classes/views/class.chart.php:140 classes/views/class.contact-data.php:42
687
  msgid "The number of inquiries"
688
  msgstr "問い合わせ件数"
689
 
languages/mw-wp-form.pot CHANGED
@@ -2,9 +2,9 @@
2
  # This file is distributed under the same license as the MW WP Form package.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: MW WP Form 2.2.0\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/mw-wp-form\n"
7
- "POT-Creation-Date: 2015-01-13 14:16:40+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=UTF-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
@@ -14,7 +14,7 @@ msgstr ""
14
  "Plural-Forms: nplurals=1; plural=0;\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "X-Poedit-Basepath: .\n"
17
- "X-Generator: Poedit 1.7.3\n"
18
  "X-Poedit-KeywordsList: __;_e\n"
19
  "X-Poedit-SearchPath-0: ..\n"
20
 
@@ -77,13 +77,13 @@ msgstr ""
77
  msgid "Registed Date"
78
  msgstr ""
79
 
80
- #: classes/controllers/class.contact-data.php:43
81
- #: classes/controllers/class.contact-data.php:44
82
  #: classes/views/class.contact-data.php:34
83
  msgid "Inquiry data"
84
  msgstr ""
85
 
86
- #: classes/controllers/class.contact-data.php:89
87
  msgid "Custom Fields"
88
  msgstr ""
89
 
@@ -111,70 +111,82 @@ msgstr ""
111
  msgid "Checkbox"
112
  msgstr ""
113
 
114
- #: classes/form-fields/class.checkbox.php:102
115
- #: classes/form-fields/class.radio.php:98
116
- #: classes/form-fields/class.select.php:96
117
  msgid "Choices"
118
  msgstr ""
119
 
120
- #: classes/form-fields/class.checkbox.php:106
121
  #: classes/form-fields/class.error.php:78
122
- #: classes/form-fields/class.radio.php:102
123
- #: classes/form-fields/class.select.php:100
124
  msgid "Input one line about one item."
125
  msgstr ""
126
 
127
- #: classes/form-fields/class.checkbox.php:107
128
- #: classes/form-fields/class.radio.php:103
129
- #: classes/form-fields/class.select.php:101
130
  msgid "Example: value1&crarr;value2 or key1:value1&crarr;key2:value2"
131
  msgstr ""
132
 
133
  #: classes/form-fields/class.checkbox.php:111
 
 
 
 
 
 
 
 
 
 
 
 
134
  #: classes/form-fields/class.datepicker.php:131
135
  #: classes/form-fields/class.hidden.php:79
136
  #: classes/form-fields/class.password.php:107
137
- #: classes/form-fields/class.radio.php:107
138
- #: classes/form-fields/class.select.php:105
139
  #: classes/form-fields/class.text.php:115
140
  #: classes/form-fields/class.textarea.php:109
141
  msgid "Default value"
142
  msgstr ""
143
 
144
- #: classes/form-fields/class.checkbox.php:116
145
  msgid "Separator string"
146
  msgstr ""
147
 
148
- #: classes/form-fields/class.checkbox.php:121
149
- #: classes/form-fields/class.radio.php:112
150
  msgid "Display method"
151
  msgstr ""
152
 
153
- #: classes/form-fields/class.checkbox.php:123
154
- #: classes/form-fields/class.radio.php:114
155
  msgid "Arranged vertically."
156
  msgstr ""
157
 
158
- #: classes/form-fields/class.checkbox.php:126
159
  #: classes/form-fields/class.datepicker.php:136
160
  #: classes/form-fields/class.file.php:109
161
  #: classes/form-fields/class.image.php:110
162
  #: classes/form-fields/class.password.php:117
163
- #: classes/form-fields/class.radio.php:117
164
- #: classes/form-fields/class.select.php:110
165
  #: classes/form-fields/class.tel.php:89 classes/form-fields/class.text.php:125
166
  #: classes/form-fields/class.textarea.php:119
167
  #: classes/form-fields/class.zip.php:89
168
  msgid "Dsiplay error"
169
  msgstr ""
170
 
171
- #: classes/form-fields/class.checkbox.php:128
172
  #: classes/form-fields/class.datepicker.php:138
173
  #: classes/form-fields/class.file.php:111
174
  #: classes/form-fields/class.image.php:112
175
  #: classes/form-fields/class.password.php:119
176
- #: classes/form-fields/class.radio.php:119
177
- #: classes/form-fields/class.select.php:112
178
  #: classes/form-fields/class.tel.php:91 classes/form-fields/class.text.php:127
179
  #: classes/form-fields/class.textarea.php:121
180
  #: classes/form-fields/class.zip.php:91
@@ -342,7 +354,7 @@ msgstr ""
342
  msgid "This is not the format of a date."
343
  msgstr ""
344
 
345
- #: classes/validation-rules/class.date.php:60
346
  msgid "Date"
347
  msgstr ""
348
 
@@ -386,7 +398,7 @@ msgstr ""
386
  msgid "Japanese Hiragana"
387
  msgstr ""
388
 
389
- #: classes/validation-rules/class.in.php:33
390
  msgid "This value is invalid."
391
  msgstr ""
392
 
@@ -483,145 +495,145 @@ msgstr ""
483
  msgid "Add Validation rule"
484
  msgstr ""
485
 
486
- #: classes/views/class.admin.php:97
487
  msgid "The key which applies validation"
488
  msgstr ""
489
 
490
- #: classes/views/class.admin.php:121
491
  msgid "You can use more easy and useful to the MW WP Form in add-on!"
492
  msgstr ""
493
 
494
- #: classes/views/class.admin.php:122
495
  msgid "View Add-ons"
496
  msgstr ""
497
 
498
- #: classes/views/class.admin.php:137
499
  msgid "Copy and Paste this shortcode."
500
  msgstr ""
501
 
502
- #: classes/views/class.admin.php:138
503
  msgid "The key to use with hook is "
504
  msgstr ""
505
 
506
- #: classes/views/class.admin.php:156 classes/views/class.admin.php:202
507
  msgid "{key} is converted form data."
508
  msgstr ""
509
 
510
- #: classes/views/class.admin.php:158 classes/views/class.admin.php:204
511
  msgid "It is automatically converted to Tracking number when you input {%s}."
512
  msgstr ""
513
 
514
- #: classes/views/class.admin.php:163 classes/views/class.admin.php:225
515
  msgid "Subject"
516
  msgstr ""
517
 
518
- #: classes/views/class.admin.php:167 classes/views/class.admin.php:229
519
  msgid "Sender"
520
  msgstr ""
521
 
522
- #: classes/views/class.admin.php:169 classes/views/class.admin.php:174
523
- #: classes/views/class.admin.php:214 classes/views/class.admin.php:231
524
- #: classes/views/class.admin.php:236
525
  msgid "If empty:"
526
  msgstr ""
527
 
528
- #: classes/views/class.admin.php:172 classes/views/class.admin.php:234
529
  msgid "From ( E-mail address )"
530
  msgstr ""
531
 
532
- #: classes/views/class.admin.php:177 classes/views/class.admin.php:239
533
  msgid "Content"
534
  msgstr ""
535
 
536
- #: classes/views/class.admin.php:181
537
  msgid "Automatic reply email"
538
  msgstr ""
539
 
540
- #: classes/views/class.admin.php:183
541
  msgid "Input the key to use as transmission to automatic reply email. {} is unnecessary."
542
  msgstr ""
543
 
544
- #: classes/views/class.admin.php:209
545
  msgid "If Admin Email Options is a blank, Automatic Replay Email Options is used as Admin Email Options."
546
  msgstr ""
547
 
548
- #: classes/views/class.admin.php:212
549
  msgid "To ( E-mail address )"
550
  msgstr ""
551
 
552
- #: classes/views/class.admin.php:217
553
  msgid "CC ( E-mail address )"
554
  msgstr ""
555
 
556
- #: classes/views/class.admin.php:221
557
  msgid "BCC ( E-mail address )"
558
  msgstr ""
559
 
560
- #: classes/views/class.admin.php:258
561
  msgid "Activate Query string of post"
562
  msgstr ""
563
 
564
- #: classes/views/class.admin.php:259
565
  msgid "If this field is active, MW WP Form get query string. And get post data from query string \"post_id\". You can use $post's property in editor."
566
  msgstr ""
567
 
568
- #: classes/views/class.admin.php:260
569
  msgid "Example: {ID}, {post_title}, {post_meta} etc..."
570
  msgstr ""
571
 
572
- #: classes/views/class.admin.php:263
573
  msgid "Saving inquiry data in database"
574
  msgstr ""
575
 
576
- #: classes/views/class.admin.php:266
577
  msgid "Enable scrolling of screen transition."
578
  msgstr ""
579
 
580
- #: classes/views/class.admin.php:270
581
  msgid "Akismet Setting"
582
  msgstr ""
583
 
584
- #: classes/views/class.admin.php:285
585
  msgid "Input the key to use Akismet."
586
  msgstr ""
587
 
588
- #: classes/views/class.admin.php:298
589
  msgid "Select Style"
590
  msgstr ""
591
 
592
- #: classes/views/class.admin.php:315
593
  msgid "Your contribution is needed for making this plugin better."
594
  msgstr ""
595
 
596
- #: classes/views/class.admin.php:315
597
  msgid "Donate"
598
  msgstr ""
599
 
600
- #: classes/views/class.admin.php:337 classes/views/class.chart.php:93
601
  msgid "Select this."
602
  msgstr ""
603
 
604
- #: classes/views/class.admin.php:338
605
  msgid "Input fields"
606
  msgstr ""
607
 
608
- #: classes/views/class.admin.php:341
609
  msgid "Select fields"
610
  msgstr ""
611
 
612
- #: classes/views/class.admin.php:344
613
  msgid "Button fields"
614
  msgstr ""
615
 
616
- #: classes/views/class.admin.php:347
617
  msgid "Error fields"
618
  msgstr ""
619
 
620
- #: classes/views/class.admin.php:350
621
  msgid "Other fields"
622
  msgstr ""
623
 
624
- #: classes/views/class.admin.php:354
625
  msgid "Add form tag"
626
  msgstr ""
627
 
@@ -629,27 +641,27 @@ msgstr ""
629
  msgid "Add Chart"
630
  msgstr ""
631
 
632
- #: classes/views/class.chart.php:91
633
  msgid "Item that create chart"
634
  msgstr ""
635
 
636
- #: classes/views/class.chart.php:99
637
  msgid "Chart type"
638
  msgstr ""
639
 
640
- #: classes/views/class.chart.php:103
641
  msgid "Pie chart"
642
  msgstr ""
643
 
644
- #: classes/views/class.chart.php:104
645
  msgid "Bar chart"
646
  msgstr ""
647
 
648
- #: classes/views/class.chart.php:117
649
  msgid "Separator string (If the check box. If the separator attribute is not set to \",\")"
650
  msgstr ""
651
 
652
- #: classes/views/class.chart.php:139 classes/views/class.contact-data.php:42
653
  msgid "The number of inquiries"
654
  msgstr ""
655
 
2
  # This file is distributed under the same license as the MW WP Form package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: MW WP Form 2.2.7\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/mw-wp-form\n"
7
+ "POT-Creation-Date: 2015-02-05 16:32:33+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=UTF-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
14
  "Plural-Forms: nplurals=1; plural=0;\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "X-Poedit-Basepath: .\n"
17
+ "X-Generator: Poedit 1.7.4\n"
18
  "X-Poedit-KeywordsList: __;_e\n"
19
  "X-Poedit-SearchPath-0: ..\n"
20
 
77
  msgid "Registed Date"
78
  msgstr ""
79
 
80
+ #: classes/controllers/class.contact-data.php:48
81
+ #: classes/controllers/class.contact-data.php:49
82
  #: classes/views/class.contact-data.php:34
83
  msgid "Inquiry data"
84
  msgstr ""
85
 
86
+ #: classes/controllers/class.contact-data.php:94
87
  msgid "Custom Fields"
88
  msgstr ""
89
 
111
  msgid "Checkbox"
112
  msgstr ""
113
 
114
+ #: classes/form-fields/class.checkbox.php:105
115
+ #: classes/form-fields/class.radio.php:101
116
+ #: classes/form-fields/class.select.php:99
117
  msgid "Choices"
118
  msgstr ""
119
 
120
+ #: classes/form-fields/class.checkbox.php:109
121
  #: classes/form-fields/class.error.php:78
122
+ #: classes/form-fields/class.radio.php:105
123
+ #: classes/form-fields/class.select.php:103
124
  msgid "Input one line about one item."
125
  msgstr ""
126
 
127
+ #: classes/form-fields/class.checkbox.php:110
128
+ #: classes/form-fields/class.radio.php:106
129
+ #: classes/form-fields/class.select.php:104
130
  msgid "Example: value1&crarr;value2 or key1:value1&crarr;key2:value2"
131
  msgstr ""
132
 
133
  #: classes/form-fields/class.checkbox.php:111
134
+ #: classes/form-fields/class.radio.php:107
135
+ #: classes/form-fields/class.select.php:105
136
+ msgid "You can split the post value and display value by \":\". But display value is sent in e-mail."
137
+ msgstr ""
138
+
139
+ #: classes/form-fields/class.checkbox.php:112
140
+ #: classes/form-fields/class.radio.php:108
141
+ #: classes/form-fields/class.select.php:106
142
+ msgid "When you want to use \":\", please enter \"::\"."
143
+ msgstr ""
144
+
145
+ #: classes/form-fields/class.checkbox.php:116
146
  #: classes/form-fields/class.datepicker.php:131
147
  #: classes/form-fields/class.hidden.php:79
148
  #: classes/form-fields/class.password.php:107
149
+ #: classes/form-fields/class.radio.php:112
150
+ #: classes/form-fields/class.select.php:110
151
  #: classes/form-fields/class.text.php:115
152
  #: classes/form-fields/class.textarea.php:109
153
  msgid "Default value"
154
  msgstr ""
155
 
156
+ #: classes/form-fields/class.checkbox.php:121
157
  msgid "Separator string"
158
  msgstr ""
159
 
160
+ #: classes/form-fields/class.checkbox.php:126
161
+ #: classes/form-fields/class.radio.php:117
162
  msgid "Display method"
163
  msgstr ""
164
 
165
+ #: classes/form-fields/class.checkbox.php:128
166
+ #: classes/form-fields/class.radio.php:119
167
  msgid "Arranged vertically."
168
  msgstr ""
169
 
170
+ #: classes/form-fields/class.checkbox.php:131
171
  #: classes/form-fields/class.datepicker.php:136
172
  #: classes/form-fields/class.file.php:109
173
  #: classes/form-fields/class.image.php:110
174
  #: classes/form-fields/class.password.php:117
175
+ #: classes/form-fields/class.radio.php:122
176
+ #: classes/form-fields/class.select.php:115
177
  #: classes/form-fields/class.tel.php:89 classes/form-fields/class.text.php:125
178
  #: classes/form-fields/class.textarea.php:119
179
  #: classes/form-fields/class.zip.php:89
180
  msgid "Dsiplay error"
181
  msgstr ""
182
 
183
+ #: classes/form-fields/class.checkbox.php:133
184
  #: classes/form-fields/class.datepicker.php:138
185
  #: classes/form-fields/class.file.php:111
186
  #: classes/form-fields/class.image.php:112
187
  #: classes/form-fields/class.password.php:119
188
+ #: classes/form-fields/class.radio.php:124
189
+ #: classes/form-fields/class.select.php:117
190
  #: classes/form-fields/class.tel.php:91 classes/form-fields/class.text.php:127
191
  #: classes/form-fields/class.textarea.php:121
192
  #: classes/form-fields/class.zip.php:91
354
  msgid "This is not the format of a date."
355
  msgstr ""
356
 
357
+ #: classes/validation-rules/class.date.php:59
358
  msgid "Date"
359
  msgstr ""
360
 
398
  msgid "Japanese Hiragana"
399
  msgstr ""
400
 
401
+ #: classes/validation-rules/class.in.php:34
402
  msgid "This value is invalid."
403
  msgstr ""
404
 
495
  msgid "Add Validation rule"
496
  msgstr ""
497
 
498
+ #: classes/views/class.admin.php:98
499
  msgid "The key which applies validation"
500
  msgstr ""
501
 
502
+ #: classes/views/class.admin.php:122
503
  msgid "You can use more easy and useful to the MW WP Form in add-on!"
504
  msgstr ""
505
 
506
+ #: classes/views/class.admin.php:123
507
  msgid "View Add-ons"
508
  msgstr ""
509
 
510
+ #: classes/views/class.admin.php:138
511
  msgid "Copy and Paste this shortcode."
512
  msgstr ""
513
 
514
+ #: classes/views/class.admin.php:139
515
  msgid "The key to use with hook is "
516
  msgstr ""
517
 
518
+ #: classes/views/class.admin.php:157 classes/views/class.admin.php:203
519
  msgid "{key} is converted form data."
520
  msgstr ""
521
 
522
+ #: classes/views/class.admin.php:159 classes/views/class.admin.php:205
523
  msgid "It is automatically converted to Tracking number when you input {%s}."
524
  msgstr ""
525
 
526
+ #: classes/views/class.admin.php:164 classes/views/class.admin.php:226
527
  msgid "Subject"
528
  msgstr ""
529
 
530
+ #: classes/views/class.admin.php:168 classes/views/class.admin.php:230
531
  msgid "Sender"
532
  msgstr ""
533
 
534
+ #: classes/views/class.admin.php:170 classes/views/class.admin.php:175
535
+ #: classes/views/class.admin.php:215 classes/views/class.admin.php:232
536
+ #: classes/views/class.admin.php:237
537
  msgid "If empty:"
538
  msgstr ""
539
 
540
+ #: classes/views/class.admin.php:173 classes/views/class.admin.php:235
541
  msgid "From ( E-mail address )"
542
  msgstr ""
543
 
544
+ #: classes/views/class.admin.php:178 classes/views/class.admin.php:240
545
  msgid "Content"
546
  msgstr ""
547
 
548
+ #: classes/views/class.admin.php:182
549
  msgid "Automatic reply email"
550
  msgstr ""
551
 
552
+ #: classes/views/class.admin.php:184
553
  msgid "Input the key to use as transmission to automatic reply email. {} is unnecessary."
554
  msgstr ""
555
 
556
+ #: classes/views/class.admin.php:210
557
  msgid "If Admin Email Options is a blank, Automatic Replay Email Options is used as Admin Email Options."
558
  msgstr ""
559
 
560
+ #: classes/views/class.admin.php:213
561
  msgid "To ( E-mail address )"
562
  msgstr ""
563
 
564
+ #: classes/views/class.admin.php:218
565
  msgid "CC ( E-mail address )"
566
  msgstr ""
567
 
568
+ #: classes/views/class.admin.php:222
569
  msgid "BCC ( E-mail address )"
570
  msgstr ""
571
 
572
+ #: classes/views/class.admin.php:259
573
  msgid "Activate Query string of post"
574
  msgstr ""
575
 
576
+ #: classes/views/class.admin.php:260
577
  msgid "If this field is active, MW WP Form get query string. And get post data from query string \"post_id\". You can use $post's property in editor."
578
  msgstr ""
579
 
580
+ #: classes/views/class.admin.php:261
581
  msgid "Example: {ID}, {post_title}, {post_meta} etc..."
582
  msgstr ""
583
 
584
+ #: classes/views/class.admin.php:264
585
  msgid "Saving inquiry data in database"
586
  msgstr ""
587
 
588
+ #: classes/views/class.admin.php:267
589
  msgid "Enable scrolling of screen transition."
590
  msgstr ""
591
 
592
+ #: classes/views/class.admin.php:271
593
  msgid "Akismet Setting"
594
  msgstr ""
595
 
596
+ #: classes/views/class.admin.php:286
597
  msgid "Input the key to use Akismet."
598
  msgstr ""
599
 
600
+ #: classes/views/class.admin.php:299
601
  msgid "Select Style"
602
  msgstr ""
603
 
604
+ #: classes/views/class.admin.php:316
605
  msgid "Your contribution is needed for making this plugin better."
606
  msgstr ""
607
 
608
+ #: classes/views/class.admin.php:316
609
  msgid "Donate"
610
  msgstr ""
611
 
612
+ #: classes/views/class.admin.php:338 classes/views/class.chart.php:94
613
  msgid "Select this."
614
  msgstr ""
615
 
616
+ #: classes/views/class.admin.php:339
617
  msgid "Input fields"
618
  msgstr ""
619
 
620
+ #: classes/views/class.admin.php:342
621
  msgid "Select fields"
622
  msgstr ""
623
 
624
+ #: classes/views/class.admin.php:345
625
  msgid "Button fields"
626
  msgstr ""
627
 
628
+ #: classes/views/class.admin.php:348
629
  msgid "Error fields"
630
  msgstr ""
631
 
632
+ #: classes/views/class.admin.php:351
633
  msgid "Other fields"
634
  msgstr ""
635
 
636
+ #: classes/views/class.admin.php:355
637
  msgid "Add form tag"
638
  msgstr ""
639
 
641
  msgid "Add Chart"
642
  msgstr ""
643
 
644
+ #: classes/views/class.chart.php:92
645
  msgid "Item that create chart"
646
  msgstr ""
647
 
648
+ #: classes/views/class.chart.php:100
649
  msgid "Chart type"
650
  msgstr ""
651
 
652
+ #: classes/views/class.chart.php:104
653
  msgid "Pie chart"
654
  msgstr ""
655
 
656
+ #: classes/views/class.chart.php:105
657
  msgid "Bar chart"
658
  msgstr ""
659
 
660
+ #: classes/views/class.chart.php:118
661
  msgid "Separator string (If the check box. If the separator attribute is not set to \",\")"
662
  msgstr ""
663
 
664
+ #: classes/views/class.chart.php:140 classes/views/class.contact-data.php:42
665
  msgid "The number of inquiries"
666
  msgstr ""
667
 
mw-wp-form.php CHANGED
@@ -3,11 +3,11 @@
3
  * Plugin Name: MW WP Form
4
  * Plugin URI: http://plugins.2inc.org/mw-wp-form/
5
  * Description: MW WP Form is shortcode base contact form plugin. This plugin have many feature. For example you can use many validation rules, contact data saving, and chart aggregation using saved contact data.
6
- * Version: 2.2.6
7
  * Author: Takashi Kitajima
8
  * Author URI: http://2inc.org
9
  * Created : September 25, 2012
10
- * Modified: January 22, 2015
11
  * Text Domain: mw-wp-form
12
  * Domain Path: /languages/
13
  * License: GPLv2
3
  * Plugin Name: MW WP Form
4
  * Plugin URI: http://plugins.2inc.org/mw-wp-form/
5
  * Description: MW WP Form is shortcode base contact form plugin. This plugin have many feature. For example you can use many validation rules, contact data saving, and chart aggregation using saved contact data.
6
+ * Version: 2.2.7
7
  * Author: Takashi Kitajima
8
  * Author URI: http://2inc.org
9
  * Created : September 25, 2012
10
+ * Modified: February 6, 2015
11
  * Text Domain: mw-wp-form
12
  * Domain Path: /languages/
13
  * License: GPLv2
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.amazon.co.jp/registry/wishlist/39ANKRNSTNW40
4
  Tags: plugin, form, confirm, preview, shortcode, mail, chart, graph, html, contact form, form creation, form creator, form manager, form builder, custom form
5
  Requires at least: 3.7
6
  Tested up to: 4.1
7
- Stable tag: 2.2.6
8
  License: GPLv2
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -71,6 +71,9 @@ Do you have questions or issues with MW WP Form? Use these support channels appr
71
 
72
  == Changelog ==
73
 
 
 
 
74
  = 2.2.6 =
75
  * Added : Adding MW_WP_Form_Data object to augment of mail related hooks.
76
  * Added : Adding MW_WP_Form_Data object to augment of mwform_validation hook.
4
  Tags: plugin, form, confirm, preview, shortcode, mail, chart, graph, html, contact form, form creation, form creator, form manager, form builder, custom form
5
  Requires at least: 3.7
6
  Tested up to: 4.1
7
+ Stable tag: 2.2.7
8
  License: GPLv2
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
71
 
72
  == Changelog ==
73
 
74
+ = 2.2.7 =
75
+ * Changed : Changed to be able to use ":" as value at checkbox, select, radio.
76
+
77
  = 2.2.6 =
78
  * Added : Adding MW_WP_Form_Data object to augment of mail related hooks.
79
  * Added : Adding MW_WP_Form_Data object to augment of mwform_validation hook.