MW WP Form - Version 1.0.3

Version Description

  • Added : Donate link
Download this release

Release Info

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

Code changes from version 1.0.2 to 1.0.3

css/admin.css CHANGED
@@ -217,3 +217,26 @@ span#formkey_field {
217
  #mw-wp-form_csv .button-primary {
218
  }
219
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
217
  #mw-wp-form_csv .button-primary {
218
  }
219
 
220
+ /**
221
+ * 寄付ボタン
222
+ */
223
+ .wp-admin li.donation {
224
+ color: #ffffe0;
225
+ display: block;
226
+ margin: -8px 0 0;
227
+ overflow: hidden;
228
+ zoom: 1;
229
+ }
230
+ .wp-admin li.donation div.donation {
231
+ background-color: #ffffe0;
232
+ border: #e6db55 solid 1px;
233
+ color: #000;
234
+ float: left;
235
+ padding: 0 10px;
236
+ margin: 0 -5px 10px 0;
237
+ border-radius: 3px;
238
+ }
239
+ .wp-admin li.donation div.donation p {
240
+ margin: 3px 0;
241
+ }
242
+
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 1.0.0\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/mw-wp-form\n"
7
- "POT-Creation-Date: 2013-10-12 02:06:20+00:00\n"
8
- "PO-Revision-Date: 2013-10-12 11:07+0900\n"
9
  "Last-Translator: Takashi Kitajima <inc@2inc.org>\n"
10
  "Language-Team: Takashi Kitajima <inc@2inc.org>\n"
11
  "MIME-Version: 1.0\n"
@@ -93,7 +93,7 @@ msgstr "送信ボタン"
93
  msgid "Confirm &amp; Submit"
94
  msgstr "確認・送信"
95
 
96
- #: form_fields/mw_form_field_tel.php:79 system/mw_wp_form_admin_page.php:456
97
  msgid "Tel"
98
  msgstr "電話番号"
99
 
@@ -105,11 +105,11 @@ msgstr "テキストフィールド"
105
  msgid "Textarea"
106
  msgstr "テキストエリア"
107
 
108
- #: form_fields/mw_form_field_zip.php:79 system/mw_wp_form_admin_page.php:455
109
  msgid "Zip Code"
110
  msgstr "郵便番号"
111
 
112
- #: mw-wp-form.php:401
113
  msgid "Validation Object is not a MW Validation Class."
114
  msgstr ""
115
 
@@ -181,75 +181,83 @@ msgstr "ファイルサイズが大きすぎます。"
181
  msgid "The contents which you input were judged with spam."
182
  msgstr "あなたの入力した内容はスパムと判定されました。"
183
 
184
- #: system/mw_wp_form_admin_page.php:62
 
 
 
 
 
 
 
 
185
  msgid "Add New Form"
186
  msgstr "フォームを追加"
187
 
188
- #: system/mw_wp_form_admin_page.php:63
189
  msgid "Edit Form"
190
  msgstr "フォームを編集"
191
 
192
- #: system/mw_wp_form_admin_page.php:64
193
  msgid "New Form"
194
  msgstr "新しいフォーム"
195
 
196
- #: system/mw_wp_form_admin_page.php:65
197
  msgid "View Form"
198
  msgstr "フォームを表示"
199
 
200
- #: system/mw_wp_form_admin_page.php:66
201
  msgid "Search Forms"
202
  msgstr "フォームを検索"
203
 
204
- #: system/mw_wp_form_admin_page.php:67
205
  msgid "No Forms found"
206
  msgstr "フォームがありません"
207
 
208
- #: system/mw_wp_form_admin_page.php:68
209
  msgid "No Forms found in Trash"
210
  msgstr "ゴミ箱にフォームはありません"
211
 
212
- #: system/mw_wp_form_admin_page.php:87
213
  msgid "Complete Message"
214
  msgstr "完了画面メッセージ"
215
 
216
- #: system/mw_wp_form_admin_page.php:94
217
  msgid "URL Options"
218
  msgstr "URL設定"
219
 
220
- #: system/mw_wp_form_admin_page.php:101
221
  msgid "Validation Rule"
222
  msgstr "バリデーションルール"
223
 
224
- #: system/mw_wp_form_admin_page.php:108
225
  msgid "Form Key"
226
  msgstr "フォーム識別子"
227
 
228
- #: system/mw_wp_form_admin_page.php:115
229
  msgid "Automatic Reply Email Options"
230
  msgstr "自動返信メール設定"
231
 
232
- #: system/mw_wp_form_admin_page.php:122
233
  msgid "Admin Email Options"
234
  msgstr "管理者宛メール設定"
235
 
236
- #: system/mw_wp_form_admin_page.php:129
237
  msgid "settings"
238
  msgstr "設定"
239
 
240
- #: system/mw_wp_form_admin_page.php:248
241
  msgid "Copy and Paste this shortcode."
242
  msgstr "このショートコードをコピー&ペーストしてください。"
243
 
244
- #: system/mw_wp_form_admin_page.php:249
245
  msgid "The key to use with hook is "
246
  msgstr "各フックで使用する修飾子は"
247
 
248
- #: system/mw_wp_form_admin_page.php:263
249
  msgid "Activate Query string of post"
250
  msgstr "URL引数を有効にする"
251
 
252
- #: system/mw_wp_form_admin_page.php:264
253
  msgid ""
254
  "If this field is active, MW WP Form get the post as query string \"post_id\" "
255
  "and you can use $post's property in editor"
@@ -257,57 +265,57 @@ msgstr ""
257
  "有効にした場合、MW WP FormはURL引数 ”post_id\" をもとに投稿を取得して、その投"
258
  "稿($post) のプロパティを使用できるようになります。"
259
 
260
- #: system/mw_wp_form_admin_page.php:265
261
  msgid "Example: {ID}, {post_title}, {post_meta} etc..."
262
  msgstr "例:{ID}、{post_title}、{post_meta}など…"
263
 
264
- #: system/mw_wp_form_admin_page.php:268
265
  msgid "Saving contact data in database"
266
  msgstr "問い合わせデータをデータベースに保存"
267
 
268
- #: system/mw_wp_form_admin_page.php:272
269
  msgid "Akismet Setting"
270
  msgstr "Akismet 設定"
271
 
272
- #: system/mw_wp_form_admin_page.php:287
273
  msgid "Input the key to use Akismet."
274
  msgstr "Akismetを使用する項目のキーを入力してください。"
275
 
276
- #: system/mw_wp_form_admin_page.php:312 system/mw_wp_form_admin_page.php:354
277
  msgid "Subject"
278
  msgstr "件名"
279
 
280
- #: system/mw_wp_form_admin_page.php:316 system/mw_wp_form_admin_page.php:358
281
  msgid "Sender"
282
  msgstr "送信者"
283
 
284
- #: system/mw_wp_form_admin_page.php:318 system/mw_wp_form_admin_page.php:323
285
- #: system/mw_wp_form_admin_page.php:351 system/mw_wp_form_admin_page.php:360
286
- #: system/mw_wp_form_admin_page.php:365
287
  msgid "If empty:"
288
  msgstr "未入力の場合:"
289
 
290
- #: system/mw_wp_form_admin_page.php:321 system/mw_wp_form_admin_page.php:363
291
  msgid "From ( E-mail address )"
292
  msgstr "送信元(E-mailアドレス)"
293
 
294
- #: system/mw_wp_form_admin_page.php:326 system/mw_wp_form_admin_page.php:368
295
  msgid "Ccontent"
296
  msgstr "本文"
297
 
298
- #: system/mw_wp_form_admin_page.php:328 system/mw_wp_form_admin_page.php:370
299
  msgid "{key} is converted form data."
300
  msgstr "{キー}でそのフォーム項目に変換されます。"
301
 
302
- #: system/mw_wp_form_admin_page.php:331
303
  msgid "Automatic reply email"
304
  msgstr "自動返信メール"
305
 
306
- #: system/mw_wp_form_admin_page.php:333
307
  msgid "Input the key to use as transmission to automatic reply email."
308
  msgstr "自動返信メールに使用する項目のキーを入力してください。"
309
 
310
- #: system/mw_wp_form_admin_page.php:346
311
  msgid ""
312
  "If Admin Email Options is a blank, Automatic Replay Email Options is used as "
313
  "Admin Email Options."
@@ -315,87 +323,87 @@ msgstr ""
315
  "管理者宛メール設定が空のときは自動返信メール設定が管理者宛メール設定が使用さ"
316
  "れます。"
317
 
318
- #: system/mw_wp_form_admin_page.php:349
319
  msgid "To ( E-mail address )"
320
  msgstr "送信先(E-mailアドレス)"
321
 
322
- #: system/mw_wp_form_admin_page.php:385
323
  msgid "Input Page URL"
324
  msgstr "入力画面URL"
325
 
326
- #: system/mw_wp_form_admin_page.php:391
327
  msgid "Confirmation Page URL"
328
  msgstr "確認画面URL"
329
 
330
- #: system/mw_wp_form_admin_page.php:397
331
  msgid "Complete Page URL"
332
  msgstr "完了画面URL"
333
 
334
- #: system/mw_wp_form_admin_page.php:403
335
  msgid "Validation Error Page URL"
336
  msgstr "エラー画面URL"
337
 
338
- #: system/mw_wp_form_admin_page.php:440
339
  msgid "Add Validation rule"
340
  msgstr "バリデーションルールを追加"
341
 
342
- #: system/mw_wp_form_admin_page.php:446
343
  msgid "The key which applies validation"
344
  msgstr "バリデーションを適用する項目"
345
 
346
- #: system/mw_wp_form_admin_page.php:450
347
  msgid "No empty"
348
  msgstr "必須項目"
349
 
350
- #: system/mw_wp_form_admin_page.php:451
351
  msgid "No empty( with checkbox )"
352
  msgstr "必須項目(チェックボックス)"
353
 
354
- #: system/mw_wp_form_admin_page.php:452
355
  msgid "Numeric"
356
  msgstr "半角数字"
357
 
358
- #: system/mw_wp_form_admin_page.php:453
359
  msgid "Alphabet"
360
  msgstr "半角英字"
361
 
362
- #: system/mw_wp_form_admin_page.php:454
363
  msgid "Alphabet and Numeric"
364
  msgstr "半角英数字"
365
 
366
- #: system/mw_wp_form_admin_page.php:457
367
  msgid "E-mail"
368
  msgstr "メールアドレス"
369
 
370
- #: system/mw_wp_form_admin_page.php:458
371
  msgid "Date"
372
  msgstr "日付"
373
 
374
- #: system/mw_wp_form_admin_page.php:462
375
  msgid "The key at same value"
376
  msgstr "一致する項目"
377
 
378
- #: system/mw_wp_form_admin_page.php:466
379
  msgid "The range of the number of characters"
380
  msgstr "文字数の範囲"
381
 
382
- #: system/mw_wp_form_admin_page.php:474
383
  msgid "The number of the minimum characters"
384
  msgstr "最小文字数"
385
 
386
- #: system/mw_wp_form_admin_page.php:478
387
  msgid "Permitted Extension"
388
  msgstr "拡張子制限"
389
 
390
- #: system/mw_wp_form_admin_page.php:479
391
  msgid "Example:jpg or jpg,txt,…"
392
  msgstr "例:jpg もしくは jpg,txt…"
393
 
394
- #: system/mw_wp_form_admin_page.php:482
395
  msgid "Permitted file size"
396
  msgstr "サイズ制限"
397
 
398
- #: system/mw_wp_form_admin_page.php:483
399
  msgid "bytes"
400
  msgstr ""
401
 
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 1.0.3\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/mw-wp-form\n"
7
+ "POT-Creation-Date: 2013-10-22 12:16:59+00:00\n"
8
+ "PO-Revision-Date: 2013-10-22 21:21+0900\n"
9
  "Last-Translator: Takashi Kitajima <inc@2inc.org>\n"
10
  "Language-Team: Takashi Kitajima <inc@2inc.org>\n"
11
  "MIME-Version: 1.0\n"
93
  msgid "Confirm &amp; Submit"
94
  msgstr "確認・送信"
95
 
96
+ #: form_fields/mw_form_field_tel.php:79 system/mw_wp_form_admin_page.php:471
97
  msgid "Tel"
98
  msgstr "電話番号"
99
 
105
  msgid "Textarea"
106
  msgstr "テキストエリア"
107
 
108
+ #: form_fields/mw_form_field_zip.php:79 system/mw_wp_form_admin_page.php:470
109
  msgid "Zip Code"
110
  msgstr "郵便番号"
111
 
112
+ #: mw-wp-form.php:402
113
  msgid "Validation Object is not a MW Validation Class."
114
  msgstr ""
115
 
181
  msgid "The contents which you input were judged with spam."
182
  msgstr "あなたの入力した内容はスパムと判定されました。"
183
 
184
+ #: system/mw_wp_form_admin_page.php:53
185
+ msgid "Your contribution is needed for making this plugin better."
186
+ msgstr "あなたの貢献があればこのプラグインをもっと良くすることができます。"
187
+
188
+ #: system/mw_wp_form_admin_page.php:53
189
+ msgid "Donate"
190
+ msgstr "寄付する"
191
+
192
+ #: system/mw_wp_form_admin_page.php:77
193
  msgid "Add New Form"
194
  msgstr "フォームを追加"
195
 
196
+ #: system/mw_wp_form_admin_page.php:78
197
  msgid "Edit Form"
198
  msgstr "フォームを編集"
199
 
200
+ #: system/mw_wp_form_admin_page.php:79
201
  msgid "New Form"
202
  msgstr "新しいフォーム"
203
 
204
+ #: system/mw_wp_form_admin_page.php:80
205
  msgid "View Form"
206
  msgstr "フォームを表示"
207
 
208
+ #: system/mw_wp_form_admin_page.php:81
209
  msgid "Search Forms"
210
  msgstr "フォームを検索"
211
 
212
+ #: system/mw_wp_form_admin_page.php:82
213
  msgid "No Forms found"
214
  msgstr "フォームがありません"
215
 
216
+ #: system/mw_wp_form_admin_page.php:83
217
  msgid "No Forms found in Trash"
218
  msgstr "ゴミ箱にフォームはありません"
219
 
220
+ #: system/mw_wp_form_admin_page.php:102
221
  msgid "Complete Message"
222
  msgstr "完了画面メッセージ"
223
 
224
+ #: system/mw_wp_form_admin_page.php:109
225
  msgid "URL Options"
226
  msgstr "URL設定"
227
 
228
+ #: system/mw_wp_form_admin_page.php:116
229
  msgid "Validation Rule"
230
  msgstr "バリデーションルール"
231
 
232
+ #: system/mw_wp_form_admin_page.php:123
233
  msgid "Form Key"
234
  msgstr "フォーム識別子"
235
 
236
+ #: system/mw_wp_form_admin_page.php:130
237
  msgid "Automatic Reply Email Options"
238
  msgstr "自動返信メール設定"
239
 
240
+ #: system/mw_wp_form_admin_page.php:137
241
  msgid "Admin Email Options"
242
  msgstr "管理者宛メール設定"
243
 
244
+ #: system/mw_wp_form_admin_page.php:144
245
  msgid "settings"
246
  msgstr "設定"
247
 
248
+ #: system/mw_wp_form_admin_page.php:263
249
  msgid "Copy and Paste this shortcode."
250
  msgstr "このショートコードをコピー&ペーストしてください。"
251
 
252
+ #: system/mw_wp_form_admin_page.php:264
253
  msgid "The key to use with hook is "
254
  msgstr "各フックで使用する修飾子は"
255
 
256
+ #: system/mw_wp_form_admin_page.php:278
257
  msgid "Activate Query string of post"
258
  msgstr "URL引数を有効にする"
259
 
260
+ #: system/mw_wp_form_admin_page.php:279
261
  msgid ""
262
  "If this field is active, MW WP Form get the post as query string \"post_id\" "
263
  "and you can use $post's property in editor"
265
  "有効にした場合、MW WP FormはURL引数 ”post_id\" をもとに投稿を取得して、その投"
266
  "稿($post) のプロパティを使用できるようになります。"
267
 
268
+ #: system/mw_wp_form_admin_page.php:280
269
  msgid "Example: {ID}, {post_title}, {post_meta} etc..."
270
  msgstr "例:{ID}、{post_title}、{post_meta}など…"
271
 
272
+ #: system/mw_wp_form_admin_page.php:283
273
  msgid "Saving contact data in database"
274
  msgstr "問い合わせデータをデータベースに保存"
275
 
276
+ #: system/mw_wp_form_admin_page.php:287
277
  msgid "Akismet Setting"
278
  msgstr "Akismet 設定"
279
 
280
+ #: system/mw_wp_form_admin_page.php:302
281
  msgid "Input the key to use Akismet."
282
  msgstr "Akismetを使用する項目のキーを入力してください。"
283
 
284
+ #: system/mw_wp_form_admin_page.php:327 system/mw_wp_form_admin_page.php:369
285
  msgid "Subject"
286
  msgstr "件名"
287
 
288
+ #: system/mw_wp_form_admin_page.php:331 system/mw_wp_form_admin_page.php:373
289
  msgid "Sender"
290
  msgstr "送信者"
291
 
292
+ #: system/mw_wp_form_admin_page.php:333 system/mw_wp_form_admin_page.php:338
293
+ #: system/mw_wp_form_admin_page.php:366 system/mw_wp_form_admin_page.php:375
294
+ #: system/mw_wp_form_admin_page.php:380
295
  msgid "If empty:"
296
  msgstr "未入力の場合:"
297
 
298
+ #: system/mw_wp_form_admin_page.php:336 system/mw_wp_form_admin_page.php:378
299
  msgid "From ( E-mail address )"
300
  msgstr "送信元(E-mailアドレス)"
301
 
302
+ #: system/mw_wp_form_admin_page.php:341 system/mw_wp_form_admin_page.php:383
303
  msgid "Ccontent"
304
  msgstr "本文"
305
 
306
+ #: system/mw_wp_form_admin_page.php:343 system/mw_wp_form_admin_page.php:385
307
  msgid "{key} is converted form data."
308
  msgstr "{キー}でそのフォーム項目に変換されます。"
309
 
310
+ #: system/mw_wp_form_admin_page.php:346
311
  msgid "Automatic reply email"
312
  msgstr "自動返信メール"
313
 
314
+ #: system/mw_wp_form_admin_page.php:348
315
  msgid "Input the key to use as transmission to automatic reply email."
316
  msgstr "自動返信メールに使用する項目のキーを入力してください。"
317
 
318
+ #: system/mw_wp_form_admin_page.php:361
319
  msgid ""
320
  "If Admin Email Options is a blank, Automatic Replay Email Options is used as "
321
  "Admin Email Options."
323
  "管理者宛メール設定が空のときは自動返信メール設定が管理者宛メール設定が使用さ"
324
  "れます。"
325
 
326
+ #: system/mw_wp_form_admin_page.php:364
327
  msgid "To ( E-mail address )"
328
  msgstr "送信先(E-mailアドレス)"
329
 
330
+ #: system/mw_wp_form_admin_page.php:400
331
  msgid "Input Page URL"
332
  msgstr "入力画面URL"
333
 
334
+ #: system/mw_wp_form_admin_page.php:406
335
  msgid "Confirmation Page URL"
336
  msgstr "確認画面URL"
337
 
338
+ #: system/mw_wp_form_admin_page.php:412
339
  msgid "Complete Page URL"
340
  msgstr "完了画面URL"
341
 
342
+ #: system/mw_wp_form_admin_page.php:418
343
  msgid "Validation Error Page URL"
344
  msgstr "エラー画面URL"
345
 
346
+ #: system/mw_wp_form_admin_page.php:455
347
  msgid "Add Validation rule"
348
  msgstr "バリデーションルールを追加"
349
 
350
+ #: system/mw_wp_form_admin_page.php:461
351
  msgid "The key which applies validation"
352
  msgstr "バリデーションを適用する項目"
353
 
354
+ #: system/mw_wp_form_admin_page.php:465
355
  msgid "No empty"
356
  msgstr "必須項目"
357
 
358
+ #: system/mw_wp_form_admin_page.php:466
359
  msgid "No empty( with checkbox )"
360
  msgstr "必須項目(チェックボックス)"
361
 
362
+ #: system/mw_wp_form_admin_page.php:467
363
  msgid "Numeric"
364
  msgstr "半角数字"
365
 
366
+ #: system/mw_wp_form_admin_page.php:468
367
  msgid "Alphabet"
368
  msgstr "半角英字"
369
 
370
+ #: system/mw_wp_form_admin_page.php:469
371
  msgid "Alphabet and Numeric"
372
  msgstr "半角英数字"
373
 
374
+ #: system/mw_wp_form_admin_page.php:472
375
  msgid "E-mail"
376
  msgstr "メールアドレス"
377
 
378
+ #: system/mw_wp_form_admin_page.php:473
379
  msgid "Date"
380
  msgstr "日付"
381
 
382
+ #: system/mw_wp_form_admin_page.php:477
383
  msgid "The key at same value"
384
  msgstr "一致する項目"
385
 
386
+ #: system/mw_wp_form_admin_page.php:481
387
  msgid "The range of the number of characters"
388
  msgstr "文字数の範囲"
389
 
390
+ #: system/mw_wp_form_admin_page.php:489
391
  msgid "The number of the minimum characters"
392
  msgstr "最小文字数"
393
 
394
+ #: system/mw_wp_form_admin_page.php:493
395
  msgid "Permitted Extension"
396
  msgstr "拡張子制限"
397
 
398
+ #: system/mw_wp_form_admin_page.php:494
399
  msgid "Example:jpg or jpg,txt,…"
400
  msgstr "例:jpg もしくは jpg,txt…"
401
 
402
+ #: system/mw_wp_form_admin_page.php:497
403
  msgid "Permitted file size"
404
  msgstr "サイズ制限"
405
 
406
+ #: system/mw_wp_form_admin_page.php:498
407
  msgid "bytes"
408
  msgstr ""
409
 
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 1.0.0\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/mw-wp-form\n"
7
- "POT-Creation-Date: 2013-10-12 02:06:20+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=UTF-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
@@ -93,7 +93,7 @@ msgstr ""
93
  msgid "Confirm &amp; Submit"
94
  msgstr ""
95
 
96
- #: form_fields/mw_form_field_tel.php:79 system/mw_wp_form_admin_page.php:456
97
  msgid "Tel"
98
  msgstr ""
99
 
@@ -105,11 +105,11 @@ msgstr ""
105
  msgid "Textarea"
106
  msgstr ""
107
 
108
- #: form_fields/mw_form_field_zip.php:79 system/mw_wp_form_admin_page.php:455
109
  msgid "Zip Code"
110
  msgstr ""
111
 
112
- #: mw-wp-form.php:401
113
  msgid "Validation Object is not a MW Validation Class."
114
  msgstr ""
115
 
@@ -181,217 +181,225 @@ msgstr ""
181
  msgid "The contents which you input were judged with spam."
182
  msgstr ""
183
 
184
- #: system/mw_wp_form_admin_page.php:62
 
 
 
 
 
 
 
 
185
  msgid "Add New Form"
186
  msgstr ""
187
 
188
- #: system/mw_wp_form_admin_page.php:63
189
  msgid "Edit Form"
190
  msgstr ""
191
 
192
- #: system/mw_wp_form_admin_page.php:64
193
  msgid "New Form"
194
  msgstr ""
195
 
196
- #: system/mw_wp_form_admin_page.php:65
197
  msgid "View Form"
198
  msgstr ""
199
 
200
- #: system/mw_wp_form_admin_page.php:66
201
  msgid "Search Forms"
202
  msgstr ""
203
 
204
- #: system/mw_wp_form_admin_page.php:67
205
  msgid "No Forms found"
206
  msgstr ""
207
 
208
- #: system/mw_wp_form_admin_page.php:68
209
  msgid "No Forms found in Trash"
210
  msgstr ""
211
 
212
- #: system/mw_wp_form_admin_page.php:87
213
  msgid "Complete Message"
214
  msgstr ""
215
 
216
- #: system/mw_wp_form_admin_page.php:94
217
  msgid "URL Options"
218
  msgstr ""
219
 
220
- #: system/mw_wp_form_admin_page.php:101
221
  msgid "Validation Rule"
222
  msgstr ""
223
 
224
- #: system/mw_wp_form_admin_page.php:108
225
  msgid "Form Key"
226
  msgstr ""
227
 
228
- #: system/mw_wp_form_admin_page.php:115
229
  msgid "Automatic Reply Email Options"
230
  msgstr ""
231
 
232
- #: system/mw_wp_form_admin_page.php:122
233
  msgid "Admin Email Options"
234
  msgstr ""
235
 
236
- #: system/mw_wp_form_admin_page.php:129
237
  msgid "settings"
238
  msgstr ""
239
 
240
- #: system/mw_wp_form_admin_page.php:248
241
  msgid "Copy and Paste this shortcode."
242
  msgstr ""
243
 
244
- #: system/mw_wp_form_admin_page.php:249
245
  msgid "The key to use with hook is "
246
  msgstr ""
247
 
248
- #: system/mw_wp_form_admin_page.php:263
249
  msgid "Activate Query string of post"
250
  msgstr ""
251
 
252
- #: system/mw_wp_form_admin_page.php:264
253
  msgid ""
254
  "If this field is active, MW WP Form get the post as query string \"post_id\" "
255
  "and you can use $post's property in editor"
256
  msgstr ""
257
 
258
- #: system/mw_wp_form_admin_page.php:265
259
  msgid "Example: {ID}, {post_title}, {post_meta} etc..."
260
  msgstr ""
261
 
262
- #: system/mw_wp_form_admin_page.php:268
263
  msgid "Saving contact data in database"
264
  msgstr ""
265
 
266
- #: system/mw_wp_form_admin_page.php:272
267
  msgid "Akismet Setting"
268
  msgstr ""
269
 
270
- #: system/mw_wp_form_admin_page.php:287
271
  msgid "Input the key to use Akismet."
272
  msgstr ""
273
 
274
- #: system/mw_wp_form_admin_page.php:312 system/mw_wp_form_admin_page.php:354
275
  msgid "Subject"
276
  msgstr ""
277
 
278
- #: system/mw_wp_form_admin_page.php:316 system/mw_wp_form_admin_page.php:358
279
  msgid "Sender"
280
  msgstr ""
281
 
282
- #: system/mw_wp_form_admin_page.php:318 system/mw_wp_form_admin_page.php:323
283
- #: system/mw_wp_form_admin_page.php:351 system/mw_wp_form_admin_page.php:360
284
- #: system/mw_wp_form_admin_page.php:365
285
  msgid "If empty:"
286
  msgstr ""
287
 
288
- #: system/mw_wp_form_admin_page.php:321 system/mw_wp_form_admin_page.php:363
289
  msgid "From ( E-mail address )"
290
  msgstr ""
291
 
292
- #: system/mw_wp_form_admin_page.php:326 system/mw_wp_form_admin_page.php:368
293
  msgid "Ccontent"
294
  msgstr ""
295
 
296
- #: system/mw_wp_form_admin_page.php:328 system/mw_wp_form_admin_page.php:370
297
  msgid "{key} is converted form data."
298
  msgstr ""
299
 
300
- #: system/mw_wp_form_admin_page.php:331
301
  msgid "Automatic reply email"
302
  msgstr ""
303
 
304
- #: system/mw_wp_form_admin_page.php:333
305
  msgid "Input the key to use as transmission to automatic reply email."
306
  msgstr ""
307
 
308
- #: system/mw_wp_form_admin_page.php:346
309
  msgid ""
310
  "If Admin Email Options is a blank, Automatic Replay Email Options is used as "
311
  "Admin Email Options."
312
  msgstr ""
313
 
314
- #: system/mw_wp_form_admin_page.php:349
315
  msgid "To ( E-mail address )"
316
  msgstr ""
317
 
318
- #: system/mw_wp_form_admin_page.php:385
319
  msgid "Input Page URL"
320
  msgstr ""
321
 
322
- #: system/mw_wp_form_admin_page.php:391
323
  msgid "Confirmation Page URL"
324
  msgstr ""
325
 
326
- #: system/mw_wp_form_admin_page.php:397
327
  msgid "Complete Page URL"
328
  msgstr ""
329
 
330
- #: system/mw_wp_form_admin_page.php:403
331
  msgid "Validation Error Page URL"
332
  msgstr ""
333
 
334
- #: system/mw_wp_form_admin_page.php:440
335
  msgid "Add Validation rule"
336
  msgstr ""
337
 
338
- #: system/mw_wp_form_admin_page.php:446
339
  msgid "The key which applies validation"
340
  msgstr ""
341
 
342
- #: system/mw_wp_form_admin_page.php:450
343
  msgid "No empty"
344
  msgstr ""
345
 
346
- #: system/mw_wp_form_admin_page.php:451
347
  msgid "No empty( with checkbox )"
348
  msgstr ""
349
 
350
- #: system/mw_wp_form_admin_page.php:452
351
  msgid "Numeric"
352
  msgstr ""
353
 
354
- #: system/mw_wp_form_admin_page.php:453
355
  msgid "Alphabet"
356
  msgstr ""
357
 
358
- #: system/mw_wp_form_admin_page.php:454
359
  msgid "Alphabet and Numeric"
360
  msgstr ""
361
 
362
- #: system/mw_wp_form_admin_page.php:457
363
  msgid "E-mail"
364
  msgstr ""
365
 
366
- #: system/mw_wp_form_admin_page.php:458
367
  msgid "Date"
368
  msgstr ""
369
 
370
- #: system/mw_wp_form_admin_page.php:462
371
  msgid "The key at same value"
372
  msgstr ""
373
 
374
- #: system/mw_wp_form_admin_page.php:466
375
  msgid "The range of the number of characters"
376
  msgstr ""
377
 
378
- #: system/mw_wp_form_admin_page.php:474
379
  msgid "The number of the minimum characters"
380
  msgstr ""
381
 
382
- #: system/mw_wp_form_admin_page.php:478
383
  msgid "Permitted Extension"
384
  msgstr ""
385
 
386
- #: system/mw_wp_form_admin_page.php:479
387
  msgid "Example:jpg or jpg,txt,…"
388
  msgstr ""
389
 
390
- #: system/mw_wp_form_admin_page.php:482
391
  msgid "Permitted file size"
392
  msgstr ""
393
 
394
- #: system/mw_wp_form_admin_page.php:483
395
  msgid "bytes"
396
  msgstr ""
397
 
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 1.0.3\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/mw-wp-form\n"
7
+ "POT-Creation-Date: 2013-10-22 12:16:59+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=UTF-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
93
  msgid "Confirm &amp; Submit"
94
  msgstr ""
95
 
96
+ #: form_fields/mw_form_field_tel.php:79 system/mw_wp_form_admin_page.php:471
97
  msgid "Tel"
98
  msgstr ""
99
 
105
  msgid "Textarea"
106
  msgstr ""
107
 
108
+ #: form_fields/mw_form_field_zip.php:79 system/mw_wp_form_admin_page.php:470
109
  msgid "Zip Code"
110
  msgstr ""
111
 
112
+ #: mw-wp-form.php:402
113
  msgid "Validation Object is not a MW Validation Class."
114
  msgstr ""
115
 
181
  msgid "The contents which you input were judged with spam."
182
  msgstr ""
183
 
184
+ #: system/mw_wp_form_admin_page.php:53
185
+ msgid "Your contribution is needed for making this plugin better."
186
+ msgstr ""
187
+
188
+ #: system/mw_wp_form_admin_page.php:53
189
+ msgid "Donate"
190
+ msgstr ""
191
+
192
+ #: system/mw_wp_form_admin_page.php:77
193
  msgid "Add New Form"
194
  msgstr ""
195
 
196
+ #: system/mw_wp_form_admin_page.php:78
197
  msgid "Edit Form"
198
  msgstr ""
199
 
200
+ #: system/mw_wp_form_admin_page.php:79
201
  msgid "New Form"
202
  msgstr ""
203
 
204
+ #: system/mw_wp_form_admin_page.php:80
205
  msgid "View Form"
206
  msgstr ""
207
 
208
+ #: system/mw_wp_form_admin_page.php:81
209
  msgid "Search Forms"
210
  msgstr ""
211
 
212
+ #: system/mw_wp_form_admin_page.php:82
213
  msgid "No Forms found"
214
  msgstr ""
215
 
216
+ #: system/mw_wp_form_admin_page.php:83
217
  msgid "No Forms found in Trash"
218
  msgstr ""
219
 
220
+ #: system/mw_wp_form_admin_page.php:102
221
  msgid "Complete Message"
222
  msgstr ""
223
 
224
+ #: system/mw_wp_form_admin_page.php:109
225
  msgid "URL Options"
226
  msgstr ""
227
 
228
+ #: system/mw_wp_form_admin_page.php:116
229
  msgid "Validation Rule"
230
  msgstr ""
231
 
232
+ #: system/mw_wp_form_admin_page.php:123
233
  msgid "Form Key"
234
  msgstr ""
235
 
236
+ #: system/mw_wp_form_admin_page.php:130
237
  msgid "Automatic Reply Email Options"
238
  msgstr ""
239
 
240
+ #: system/mw_wp_form_admin_page.php:137
241
  msgid "Admin Email Options"
242
  msgstr ""
243
 
244
+ #: system/mw_wp_form_admin_page.php:144
245
  msgid "settings"
246
  msgstr ""
247
 
248
+ #: system/mw_wp_form_admin_page.php:263
249
  msgid "Copy and Paste this shortcode."
250
  msgstr ""
251
 
252
+ #: system/mw_wp_form_admin_page.php:264
253
  msgid "The key to use with hook is "
254
  msgstr ""
255
 
256
+ #: system/mw_wp_form_admin_page.php:278
257
  msgid "Activate Query string of post"
258
  msgstr ""
259
 
260
+ #: system/mw_wp_form_admin_page.php:279
261
  msgid ""
262
  "If this field is active, MW WP Form get the post as query string \"post_id\" "
263
  "and you can use $post's property in editor"
264
  msgstr ""
265
 
266
+ #: system/mw_wp_form_admin_page.php:280
267
  msgid "Example: {ID}, {post_title}, {post_meta} etc..."
268
  msgstr ""
269
 
270
+ #: system/mw_wp_form_admin_page.php:283
271
  msgid "Saving contact data in database"
272
  msgstr ""
273
 
274
+ #: system/mw_wp_form_admin_page.php:287
275
  msgid "Akismet Setting"
276
  msgstr ""
277
 
278
+ #: system/mw_wp_form_admin_page.php:302
279
  msgid "Input the key to use Akismet."
280
  msgstr ""
281
 
282
+ #: system/mw_wp_form_admin_page.php:327 system/mw_wp_form_admin_page.php:369
283
  msgid "Subject"
284
  msgstr ""
285
 
286
+ #: system/mw_wp_form_admin_page.php:331 system/mw_wp_form_admin_page.php:373
287
  msgid "Sender"
288
  msgstr ""
289
 
290
+ #: system/mw_wp_form_admin_page.php:333 system/mw_wp_form_admin_page.php:338
291
+ #: system/mw_wp_form_admin_page.php:366 system/mw_wp_form_admin_page.php:375
292
+ #: system/mw_wp_form_admin_page.php:380
293
  msgid "If empty:"
294
  msgstr ""
295
 
296
+ #: system/mw_wp_form_admin_page.php:336 system/mw_wp_form_admin_page.php:378
297
  msgid "From ( E-mail address )"
298
  msgstr ""
299
 
300
+ #: system/mw_wp_form_admin_page.php:341 system/mw_wp_form_admin_page.php:383
301
  msgid "Ccontent"
302
  msgstr ""
303
 
304
+ #: system/mw_wp_form_admin_page.php:343 system/mw_wp_form_admin_page.php:385
305
  msgid "{key} is converted form data."
306
  msgstr ""
307
 
308
+ #: system/mw_wp_form_admin_page.php:346
309
  msgid "Automatic reply email"
310
  msgstr ""
311
 
312
+ #: system/mw_wp_form_admin_page.php:348
313
  msgid "Input the key to use as transmission to automatic reply email."
314
  msgstr ""
315
 
316
+ #: system/mw_wp_form_admin_page.php:361
317
  msgid ""
318
  "If Admin Email Options is a blank, Automatic Replay Email Options is used as "
319
  "Admin Email Options."
320
  msgstr ""
321
 
322
+ #: system/mw_wp_form_admin_page.php:364
323
  msgid "To ( E-mail address )"
324
  msgstr ""
325
 
326
+ #: system/mw_wp_form_admin_page.php:400
327
  msgid "Input Page URL"
328
  msgstr ""
329
 
330
+ #: system/mw_wp_form_admin_page.php:406
331
  msgid "Confirmation Page URL"
332
  msgstr ""
333
 
334
+ #: system/mw_wp_form_admin_page.php:412
335
  msgid "Complete Page URL"
336
  msgstr ""
337
 
338
+ #: system/mw_wp_form_admin_page.php:418
339
  msgid "Validation Error Page URL"
340
  msgstr ""
341
 
342
+ #: system/mw_wp_form_admin_page.php:455
343
  msgid "Add Validation rule"
344
  msgstr ""
345
 
346
+ #: system/mw_wp_form_admin_page.php:461
347
  msgid "The key which applies validation"
348
  msgstr ""
349
 
350
+ #: system/mw_wp_form_admin_page.php:465
351
  msgid "No empty"
352
  msgstr ""
353
 
354
+ #: system/mw_wp_form_admin_page.php:466
355
  msgid "No empty( with checkbox )"
356
  msgstr ""
357
 
358
+ #: system/mw_wp_form_admin_page.php:467
359
  msgid "Numeric"
360
  msgstr ""
361
 
362
+ #: system/mw_wp_form_admin_page.php:468
363
  msgid "Alphabet"
364
  msgstr ""
365
 
366
+ #: system/mw_wp_form_admin_page.php:469
367
  msgid "Alphabet and Numeric"
368
  msgstr ""
369
 
370
+ #: system/mw_wp_form_admin_page.php:472
371
  msgid "E-mail"
372
  msgstr ""
373
 
374
+ #: system/mw_wp_form_admin_page.php:473
375
  msgid "Date"
376
  msgstr ""
377
 
378
+ #: system/mw_wp_form_admin_page.php:477
379
  msgid "The key at same value"
380
  msgstr ""
381
 
382
+ #: system/mw_wp_form_admin_page.php:481
383
  msgid "The range of the number of characters"
384
  msgstr ""
385
 
386
+ #: system/mw_wp_form_admin_page.php:489
387
  msgid "The number of the minimum characters"
388
  msgstr ""
389
 
390
+ #: system/mw_wp_form_admin_page.php:493
391
  msgid "Permitted Extension"
392
  msgstr ""
393
 
394
+ #: system/mw_wp_form_admin_page.php:494
395
  msgid "Example:jpg or jpg,txt,…"
396
  msgstr ""
397
 
398
+ #: system/mw_wp_form_admin_page.php:497
399
  msgid "Permitted file size"
400
  msgstr ""
401
 
402
+ #: system/mw_wp_form_admin_page.php:498
403
  msgid "bytes"
404
  msgstr ""
405
 
mw-wp-form.php CHANGED
@@ -3,11 +3,11 @@
3
  * Plugin Name: MW WP Form
4
  * Plugin URI: http://2inc.org/blog/category/products/wordpress_plugins/mw-wp-form/
5
  * Description: MW WP Form can create mail form with a confirmation screen.
6
- * Version: 1.0.2
7
  * Author: Takashi Kitajima
8
  * Author URI: http://2inc.org
9
  * Created: September 25, 2012
10
- * Modified: October 19, 2013
11
  * Text Domain: mw-wp-form
12
  * Domain Path: /languages/
13
  * License: GPL2
3
  * Plugin Name: MW WP Form
4
  * Plugin URI: http://2inc.org/blog/category/products/wordpress_plugins/mw-wp-form/
5
  * Description: MW WP Form can create mail form with a confirmation screen.
6
+ * Version: 1.0.3
7
  * Author: Takashi Kitajima
8
  * Author URI: http://2inc.org
9
  * Created: September 25, 2012
10
+ * Modified: October 22, 2013
11
  * Text Domain: mw-wp-form
12
  * Domain Path: /languages/
13
  * License: GPL2
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.amazon.co.jp/registry/wishlist/39ANKRNSTNW40
4
  Tags: plugin, form, confirm, preview
5
  Requires at least: 3.4
6
  Tested up to: 3.5
7
- Stable tag: 1.0.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -37,6 +37,9 @@ http://2inc.org/blog/category/products/wordpress_plugins/mw-wp-form/
37
 
38
  == Changelog ==
39
 
 
 
 
40
  = 1.0.2 =
41
  * Bug fix: シングルページのみ実行可能に変更(検索結果ページ等でリダイレクトしてしまうため)
42
  * Bug fix: URL引数有効 + 同一URL時にリダイレクトループが発生してしまうバグを修正
4
  Tags: plugin, form, confirm, preview
5
  Requires at least: 3.4
6
  Tested up to: 3.5
7
+ Stable tag: 1.0.3
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
37
 
38
  == Changelog ==
39
 
40
+ = 1.0.3 =
41
+ * Added : 管理画面に Donate link を追加
42
+
43
  = 1.0.2 =
44
  * Bug fix: シングルページのみ実行可能に変更(検索結果ページ等でリダイレクトしてしまうため)
45
  * Bug fix: URL引数有効 + 同一URL時にリダイレクトループが発生してしまうバグを修正
system/mw_wp_form_admin_page.php CHANGED
@@ -3,11 +3,11 @@
3
  * Name: MW WP Form Admin Page
4
  * URI: http://2inc.org
5
  * Description: 管理画面クラス
6
- * Version: 1.5.5
7
  * Author: Takashi Kitajima
8
  * Author URI: http://2inc.org
9
  * Created : February 21, 2013
10
- * Modified: October 11, 2013
11
  * License: GPL2
12
  *
13
  * Copyright 2013 Takashi Kitajima (email : inc@2inc.org)
@@ -38,6 +38,21 @@ class MW_WP_Form_Admin_Page {
38
  add_action( 'admin_head', array( $this, 'add_meta_box' ) );
39
  add_action( 'save_post', array( $this, 'save_post' ) );
40
  add_action( 'admin_print_footer_scripts', array( $this, 'add_quicktag' ) );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
41
  }
42
 
43
  /**
3
  * Name: MW WP Form Admin Page
4
  * URI: http://2inc.org
5
  * Description: 管理画面クラス
6
+ * Version: 1.5.6
7
  * Author: Takashi Kitajima
8
  * Author URI: http://2inc.org
9
  * Created : February 21, 2013
10
+ * Modified: October 22, 2013
11
  * License: GPL2
12
  *
13
  * Copyright 2013 Takashi Kitajima (email : inc@2inc.org)
38
  add_action( 'admin_head', array( $this, 'add_meta_box' ) );
39
  add_action( 'save_post', array( $this, 'save_post' ) );
40
  add_action( 'admin_print_footer_scripts', array( $this, 'add_quicktag' ) );
41
+ add_action( 'current_screen', array( $this, 'current_screen' ) );
42
+ }
43
+
44
+ /**
45
+ * current_screen
46
+ * 寄付リンクを表示
47
+ */
48
+ public function current_screen( $screen ) {
49
+ if ( $screen->id === 'edit-' . MWF_Config::NAME )
50
+ add_filter( 'views_' . $screen->id, array( $this, 'display_donate_link' ) );
51
+ }
52
+ public function display_donate_link( $views ) {
53
+ $donation = array( 'donation' => '<div class="donation"><p>' . __( 'Your contribution is needed for making this plugin better.', MWF_Config::DOMAIN ) . ' <a href="http://www.amazon.co.jp/registry/wishlist/39ANKRNSTNW40" class="button">' . __( 'Donate', MWF_Config::DOMAIN ) . '</a></p></div>' );
54
+ $views = array_merge( $donation, $views );
55
+ return $views;
56
  }
57
 
58
  /**