Contact Form Clean and Simple - Version 4.1.7

Version Description

Download this release

Release Info

Developer megnicholas
Plugin Icon wp plugin Contact Form Clean and Simple
Version 4.1.7
Comparing to
See all releases

Code changes from version 4.1.6 to 4.1.7

class.cscf_settings.php CHANGED
@@ -35,11 +35,33 @@ class cscf_settings
35
  public
36
  function create_admin_page()
37
  {
38
- ?>
39
- <div class="wrap">
40
- <?php screen_icon(); ?>
41
- <h2><?php _e('Clean and Simple Contact Form Settings','cleanandsimple');?></h2>
 
42
  <hr/>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
43
  <p><?php _e('You are using version','cleanandsimple'); ?> <?php echo CSCF_VERSION_NUM;?></p>
44
  <p><?php _e('If you find this plugin useful please consider','cleanandsimple'); ?>
45
  <a target="_blank"
@@ -55,6 +77,8 @@ class cscf_settings
55
  &nbsp; <a target="_blank" href="http://www.megnicholas.co.uk/articles/clean-and-simple-contact-form-and-jetpack/"><?php _e('Read More');?></a>
56
  </p>
57
  <?php } ?>
 
 
58
 
59
  <form method="post" action="options.php">
60
  <?php
@@ -67,7 +91,7 @@ class cscf_settings
67
  submit_button();
68
  ?>
69
  </form>
70
-
71
  <script>
72
  jQuery('#use_recaptcha').change(function() {
73
  jQuery('#theme').attr('disabled', ! this.checked);
@@ -78,7 +102,8 @@ class cscf_settings
78
  jQuery('#from-email').attr('readonly', ! this.checked);
79
  });
80
  </script>
81
- </div>
 
82
  <?php
83
  }
84
  public
35
  public
36
  function create_admin_page()
37
  {
38
+ ?>
39
+
40
+
41
+
42
+ <?php screen_icon(); ?><h2><?php _e('Clean and Simple Contact Form Settings','cleanandsimple');?></h2>
43
  <hr/>
44
+
45
+ <div style="float:right;position: relative;width:250px;">
46
+
47
+ <div style="border:1px solid;padding:5px;margin-bottom: 8px;text-align:center;">
48
+ <h3><?php _e("Donate $10, $20 or $50!");?></h3>
49
+ <div>
50
+ <p><?php _e("If you like this plugin, please donate to support development and maintenance of:"); ?></p> <h3><?php _e("Clean and Simple Contact Form!"); ?></h3>
51
+
52
+ <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
53
+ <input type="hidden" name="cmd" value="_s-xclick">
54
+ <input type="hidden" name="hosted_button_id" value="ALAGLZ3APUZMW">
55
+ <input type="image" src="https://www.paypalobjects.com/en_US/GB/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal – The safer, easier way to pay online.">
56
+ <img alt="" border="0" src="https://www.paypalobjects.com/en_GB/i/scr/pixel.gif" width="1" height="1">
57
+ </form>
58
+
59
+ </div>
60
+ </div>
61
+
62
+ <a title="ManageWP" href="http://managewp.com/?utm_source=clean_simple_form&utm_medium=Banner&utm_content=mwp250_2&utm_campaign=Plugins"><img alt="ManageWP - Manage all your WordPress blogs from one Dashboard"src="<?php echo CSCF_PLUGIN_URL; ?>/images/managewp.png" width="250px" height="250px"/></a>
63
+ </div>
64
+ <div style="float:left;">
65
  <p><?php _e('You are using version','cleanandsimple'); ?> <?php echo CSCF_VERSION_NUM;?></p>
66
  <p><?php _e('If you find this plugin useful please consider','cleanandsimple'); ?>
67
  <a target="_blank"
77
  &nbsp; <a target="_blank" href="http://www.megnicholas.co.uk/articles/clean-and-simple-contact-form-and-jetpack/"><?php _e('Read More');?></a>
78
  </p>
79
  <?php } ?>
80
+
81
+ <p class="howto"><?php _e("Please Note: To add the contact form to your page please add the text"); ?> <code>[cscf-contact-form]</code> <?php _e("to your post or page."); ?></p>
82
 
83
  <form method="post" action="options.php">
84
  <?php
91
  submit_button();
92
  ?>
93
  </form>
94
+ </div>
95
  <script>
96
  jQuery('#use_recaptcha').change(function() {
97
  jQuery('#theme').attr('disabled', ! this.checked);
102
  jQuery('#from-email').attr('readonly', ! this.checked);
103
  });
104
  </script>
105
+
106
+
107
  <?php
108
  }
109
  public
clean-and-simple-contact-form-by-meg-nicholas.php CHANGED
@@ -7,7 +7,7 @@
7
  Plugin Name: Clean and Simple Contact Form
8
  Plugin URI: http://www.megnicholas.co.uk/wordpress-plugins/clean-and-simple-contact-form
9
  Description: A clean and simple contact form with Google reCAPTCHA and Twitter Bootstrap markup.
10
- Version: 4.1.6
11
  Author: Meghan Nicholas
12
  Author URI: http://www.megnicholas.co.uk
13
  License: GPLv2 or later
@@ -53,7 +53,7 @@ if (!defined('CSCF_PLUGIN_URL')) define('CSCF_PLUGIN_URL', WP_PLUGIN_URL . '/' .
53
 
54
  if (!defined('CSCF_VERSION_KEY')) define('CSCF_VERSION_KEY', 'cscf_version');
55
 
56
- if (!defined('CSCF_VERSION_NUM')) define('CSCF_VERSION_NUM', '4.1.6');
57
 
58
  if (!defined('CSCF_OPTIONS_KEY')) define('CSCF_OPTIONS_KEY', 'cscf_options');
59
 
7
  Plugin Name: Clean and Simple Contact Form
8
  Plugin URI: http://www.megnicholas.co.uk/wordpress-plugins/clean-and-simple-contact-form
9
  Description: A clean and simple contact form with Google reCAPTCHA and Twitter Bootstrap markup.
10
+ Version: 4.1.7
11
  Author: Meghan Nicholas
12
  Author URI: http://www.megnicholas.co.uk
13
  License: GPLv2 or later
53
 
54
  if (!defined('CSCF_VERSION_KEY')) define('CSCF_VERSION_KEY', 'cscf_version');
55
 
56
+ if (!defined('CSCF_VERSION_NUM')) define('CSCF_VERSION_NUM', '4.1.7');
57
 
58
  if (!defined('CSCF_OPTIONS_KEY')) define('CSCF_OPTIONS_KEY', 'cscf_options');
59
 
images/managewp.png ADDED
Binary file
languages/cleanandsimple-et.mo ADDED
Binary file
languages/cleanandsimple-et.po ADDED
@@ -0,0 +1,275 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2013 Clean and Simple Contact Form
2
+ # This file is distributed under the same license as the Clean and Simple Contact Form package.
3
+ # Marko Punnar <dev@aretaja.org>, 2013.
4
+ msgid ""
5
+ msgstr ""
6
+ "Project-Id-Version: Clean and Simple Contact Form 4.1.6\n"
7
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/clean-and-simple-contact-form-"
8
+ "by-meg-nicholas\n"
9
+ "POT-Creation-Date: 2013-09-02 14:21:53+00:00\n"
10
+ "MIME-Version: 1.0\n"
11
+ "Content-Type: text/plain; charset=UTF-8\n"
12
+ "Content-Transfer-Encoding: 8bit\n"
13
+ "PO-Revision-Date: 2013-09-08 15:55-0000\n"
14
+ "Last-Translator: \n"
15
+ "Language-Team: Estonian <>\n"
16
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
+ "X-Language: et_EE\n"
18
+ "X-Source-Language: C\n"
19
+ "Language: et\n"
20
+ "X-Generator: Poedit 1.5.7\n"
21
+
22
+ #: class.cscf.php:106
23
+ msgid "Settings"
24
+ msgstr "Seaded"
25
+
26
+ #: class.cscf_contact.php:54
27
+ msgid "Sorry the email addresses do not match."
28
+ msgstr "Meiliaadress ei sobi."
29
+
30
+ #: class.cscf_contact.php:58 views/contact-form.view.php:29
31
+ msgid "Please give your email address."
32
+ msgstr "Sisesta oma e-maili aadress."
33
+
34
+ #: class.cscf_contact.php:62
35
+ msgid "Please confirm your email address."
36
+ msgstr "Kinnita oma e-maili aadress."
37
+
38
+ #: class.cscf_contact.php:66 views/contact-form.view.php:62
39
+ msgid "Please give your name."
40
+ msgstr "Sisesta oma nimi."
41
+
42
+ #: class.cscf_contact.php:70
43
+ msgid "Please enter a message."
44
+ msgstr "Sisesta sõnum."
45
+
46
+ #: class.cscf_contact.php:74 views/contact-form.view.php:30
47
+ #: views/contact-form.view.php:47
48
+ msgid "Please enter a valid email address."
49
+ msgstr "Sisesta toimiv e-maili aadress."
50
+
51
+ #: class.cscf_contact.php:82
52
+ msgid "Sorry the code wasn't entered correctly please try again."
53
+ msgstr "Kontrollkood polnud õige, proovi uuesti."
54
+
55
+ #: class.cscf_pluginsettings.php:40
56
+ msgid "Message Sent"
57
+ msgstr "Sõnum saadetud"
58
+
59
+ #: class.cscf_pluginsettings.php:47
60
+ msgid "Thank you for your message, we will be in touch very shortly."
61
+ msgstr "Täname sõnumi eest. Teiega võetakse esimesel võimalusel ühendust."
62
+
63
+ #: class.cscf_pluginsettings.php:54
64
+ msgid ""
65
+ "Please enter your contact details and a short message below and I will try "
66
+ "to answer your query as soon as possible."
67
+ msgstr ""
68
+ "Sisesta allpool info endast ja lühike sõnum. Püüame vastata esimesel "
69
+ "võimalusel."
70
+
71
+ #: class.cscf_pluginsettings.php:83
72
+ msgid " - Web Enquiry"
73
+ msgstr " - Veebivorm"
74
+
75
+ #: class.cscf_settings.php:41
76
+ msgid "Clean and Simple Contact Form Settings"
77
+ msgstr "Clean and Simple Contact Form seaded"
78
+
79
+ #: class.cscf_settings.php:43
80
+ msgid "You are using version"
81
+ msgstr "Kasutad versiooni"
82
+
83
+ #: class.cscf_settings.php:44
84
+ msgid "If you find this plugin useful please consider"
85
+ msgstr "Kui leiad, et plugin on kasulik"
86
+
87
+ #: class.cscf_settings.php:47
88
+ msgid "leaving a review"
89
+ msgstr "kirjuta ka ülevaade"
90
+
91
+ #: class.cscf_settings.php:49
92
+ msgid "Thank you!"
93
+ msgstr "Tänan!"
94
+
95
+ #: class.cscf_settings.php:54
96
+ msgid ""
97
+ "NOTICE: You have JetPack's Contact Form enabled please deactivate it or use "
98
+ "the shortcode [cscf-contact-form] instead."
99
+ msgstr ""
100
+ "Märkus: Sul on JetPack's Contact Form lubatud. Palun lülita see välja "
101
+ "või kasuta lühikäsku [cscf-contact-form] selle asemel."
102
+
103
+ #: class.cscf_settings.php:55
104
+ msgid "Read More"
105
+ msgstr "Loe rohkem"
106
+
107
+ #: class.cscf_settings.php:87
108
+ msgid "ReCAPTCHA Settings"
109
+ msgstr "ReCAPTCHA seaded"
110
+
111
+ #: class.cscf_settings.php:95
112
+ msgid "Use reCAPTCHA :"
113
+ msgstr "Kasuta reCAPTCHA-t :"
114
+
115
+ #: class.cscf_settings.php:101
116
+ msgid "reCAPTCHA Theme :"
117
+ msgstr "reCAPTCHA teema :"
118
+
119
+ #: class.cscf_settings.php:107
120
+ msgid "reCAPTCHA Public Key :"
121
+ msgstr "reCAPTCHA avalik võti :"
122
+
123
+ #: class.cscf_settings.php:113
124
+ msgid "reCAPTCHA Private Key :"
125
+ msgstr "reCAPTCHA privaatvõti :"
126
+
127
+ #: class.cscf_settings.php:119
128
+ msgid "Message Settings"
129
+ msgstr "Sõnumi seaded"
130
+
131
+ #: class.cscf_settings.php:123
132
+ msgid "Recipient Email :"
133
+ msgstr "Saaja e-mail :"
134
+
135
+ #: class.cscf_settings.php:129
136
+ msgid "Override 'From' Address :"
137
+ msgstr "Kirjuta saatja väli üle :"
138
+
139
+ #: class.cscf_settings.php:135
140
+ msgid "'From' Email Address :"
141
+ msgstr "Saatja e-mail :"
142
+
143
+ #: class.cscf_settings.php:141
144
+ msgid "Email Subject :"
145
+ msgstr "Kirja pealkiri :"
146
+
147
+ #: class.cscf_settings.php:147
148
+ msgid "Message :"
149
+ msgstr "Sõnum :"
150
+
151
+ #: class.cscf_settings.php:153
152
+ msgid "Message Sent Heading :"
153
+ msgstr "\"Saadetu\" teavituse pealkiri :"
154
+
155
+ #: class.cscf_settings.php:159
156
+ msgid "Message Sent Content :"
157
+ msgstr "\"Saadetud\" teavitus :"
158
+
159
+ #: class.cscf_settings.php:165
160
+ msgid "Styling and Validation"
161
+ msgstr "Kujundus ja valideerimine"
162
+
163
+ #: class.cscf_settings.php:169
164
+ msgid ""
165
+ "Use the plugin default stylesheet (un-tick to use your theme style sheet "
166
+ "instead) :"
167
+ msgstr ""
168
+ "Kasuta plugina vaikimisi stiili (võta linnuke ära, kui soovid kasutada oma "
169
+ "teema stiili) :"
170
+
171
+ #: class.cscf_settings.php:175
172
+ msgid "Use client side validation (AJAX) :"
173
+ msgstr "Kasuta kliendipoolset valideerimist (AJAX) :"
174
+
175
+ #: class.cscf_settings.php:262
176
+ msgid "Enter your reCAPTCHA settings below :"
177
+ msgstr "Sisesta allpool reCAPTCHA seadistused :"
178
+
179
+ #: class.cscf_settings.php:263
180
+ msgid "To use reCAPTCHA you must get an API key from"
181
+ msgstr "reCAPTCHA kasutamiseks pead hankima omale API võtme"
182
+
183
+ #: class.cscf_settings.php:268
184
+ msgid "Enter your message settings below :"
185
+ msgstr "Sisesta allpool sõnumi seadistused :"
186
+
187
+ #: class.cscf_settings.php:328
188
+ msgid "Red"
189
+ msgstr "Punane"
190
+
191
+ #: class.cscf_settings.php:329
192
+ msgid "White"
193
+ msgstr "Valge"
194
+
195
+ #: class.cscf_settings.php:330
196
+ msgid "Blackglass"
197
+ msgstr "Blackglass"
198
+
199
+ #: class.cscf_settings.php:331
200
+ msgid "Clean"
201
+ msgstr "Puhas"
202
+
203
+ #: views/contact-form.view.php:24
204
+ msgid "Email Address:"
205
+ msgstr "E-maili aadress:"
206
+
207
+ #: views/contact-form.view.php:33
208
+ msgid "Your Email Address"
209
+ msgstr "Sinu e-maili aadress"
210
+
211
+ #: views/contact-form.view.php:40
212
+ msgid "Confirm Email Address:"
213
+ msgstr "Kinnita e-maili aadress:"
214
+
215
+ #: views/contact-form.view.php:46 views/contact-form.view.php:48
216
+ msgid "Please enter the same email address again."
217
+ msgstr "Sisesta sama meiliaadress uuesti."
218
+
219
+ #: views/contact-form.view.php:51
220
+ msgid "Confirm Your Email Address"
221
+ msgstr "Kinnita oma e-maili aadress"
222
+
223
+ #: views/contact-form.view.php:58
224
+ msgid "Name:"
225
+ msgstr "Nimi:"
226
+
227
+ #: views/contact-form.view.php:65
228
+ msgid "Your Name"
229
+ msgstr "Sinu nimi"
230
+
231
+ #: views/contact-form.view.php:72
232
+ msgid "Message:"
233
+ msgstr "Sõnum:"
234
+
235
+ #: views/contact-form.view.php:76
236
+ msgid "Please give a message."
237
+ msgstr "Sisesta sõnum."
238
+
239
+ #: views/contact-form.view.php:78
240
+ msgid "Your Message"
241
+ msgstr "Sinu sõnum"
242
+
243
+ #: views/contact-form.view.php:101
244
+ msgid "Send Message"
245
+ msgstr "Saada sõnum"
246
+
247
+ #: views/message-not-sent.view.php:1
248
+ msgid "Sorry, there has been a problem and your message was not sent."
249
+ msgstr "Kahjuks tekkis mingi probleem ja sõnumit ei saadetud."
250
+
251
+ #. Plugin Name of the plugin/theme
252
+ msgid "Clean and Simple Contact Form"
253
+ msgstr "Clean and Simple Contact Form"
254
+
255
+ #. Plugin URI of the plugin/theme
256
+ msgid ""
257
+ "http://www.megnicholas.co.uk/wordpress-plugins/clean-and-simple-contact-form"
258
+ msgstr ""
259
+ "http://www.megnicholas.co.uk/wordpress-plugins/clean-and-simple-contact-form"
260
+
261
+ #. Description of the plugin/theme
262
+ msgid ""
263
+ "A clean and simple contact form with Google reCAPTCHA and Twitter Bootstrap "
264
+ "markup."
265
+ msgstr ""
266
+ "Puhas ja lihtne kontaktivorm koos \"Google reCAPTCHA\" ja \"Twitter "
267
+ "Bootstrap\" koodistikuga."
268
+
269
+ #. Author of the plugin/theme
270
+ msgid "Meghan Nicholas"
271
+ msgstr "Meghan Nicholas"
272
+
273
+ #. Author URI of the plugin/theme
274
+ msgid "http://www.megnicholas.co.uk"
275
+ msgstr "http://www.megnicholas.co.uk"
languages/cleanandsimple-ja.mo ADDED
Binary file
languages/cleanandsimple-ja.po ADDED
@@ -0,0 +1,261 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2013 Clean and Simple Contact Form
2
+ # This file is distributed under the same license as the Clean and Simple Contact Form package.
3
+ msgid ""
4
+ msgstr ""
5
+ "Project-Id-Version: Clean and Simple Contact Form\n"
6
+ "Report-Msgid-Bugs-To: http://wordpress.org/plugins/clean-and-simple-contact-"
7
+ "form-by-meg-nicholas/\n"
8
+ "POT-Creation-Date: 2013-06-20 08:37:17+00:00\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "PO-Revision-Date: 2013-08-26 19:00+0900\n"
13
+ "Last-Translator: \n"
14
+ "Language-Team: Nikhil Khullar <nikhil.khullar786@gmail.com>\n"
15
+ "X-Generator: Poedit 1.5.7\n"
16
+ "Language: Japanese\n"
17
+
18
+ #: class.cscf.php:102
19
+ msgid "Settings"
20
+ msgstr "セッティング"
21
+
22
+ #: class.cscf_contact.php:53
23
+ msgid "Sorry the email addresses do not match."
24
+ msgstr "メールアドレスが一致しません。"
25
+
26
+ #: class.cscf_contact.php:57 views/contact-form-with-recaptcha.view.php:33
27
+ #: views/contact-form.view.php:14
28
+ msgid "Please give your email address."
29
+ msgstr "メールアドレスをお願いします。"
30
+
31
+ #: class.cscf_contact.php:61
32
+ msgid "Please confirm your email address."
33
+ msgstr "メールアドレスを確認してください。"
34
+
35
+ #: class.cscf_contact.php:65 views/contact-form-with-recaptcha.view.php:53
36
+ #: views/contact-form.view.php:34
37
+ msgid "Please give your name."
38
+ msgstr "お名前をお願いします。"
39
+
40
+ #: class.cscf_contact.php:69
41
+ msgid "Please enter a message."
42
+ msgstr "メッセージをお願いします。"
43
+
44
+ #: class.cscf_contact.php:73 views/contact-form-with-recaptcha.view.php:33
45
+ #: views/contact-form.view.php:14
46
+ msgid "Please enter a valid email address."
47
+ msgstr "有効なメールアドレスを書いてください。"
48
+
49
+ #: class.cscf_contact.php:81
50
+ msgid "Sorry the code wasn't entered correctly please try again."
51
+ msgstr "コードが正しくありません。もう一度お試しください。"
52
+
53
+ #: class.cscf_pluginsettings.php:40
54
+ msgid "Message Sent"
55
+ msgstr "メッセージが送信されました。"
56
+
57
+ #: class.cscf_pluginsettings.php:47
58
+ msgid "Thank you for your message, we will be in touch very shortly."
59
+ msgstr "ありがとうございました。我々は非常にすぐに連絡させていただきます。"
60
+
61
+ #: class.cscf_pluginsettings.php:54
62
+ msgid ""
63
+ "Please enter your contact details and a short message below and I will try "
64
+ "to answer your query as soon as possible."
65
+ msgstr ""
66
+ "連絡先とメッセージをお願いします。我々は非常にすぐに連絡させていただきます。"
67
+
68
+ #: class.cscf_pluginsettings.php:83
69
+ msgid " - Web Enquiry"
70
+ msgstr "ー ウェブ問い合わせ"
71
+
72
+ #: class.cscf_settings.php:41
73
+ msgid "Clean and Simple Contact Form Settings"
74
+ msgstr "セッティング"
75
+
76
+ #: class.cscf_settings.php:43
77
+ msgid "You are using version"
78
+ msgstr "このバージョンは"
79
+
80
+ #: class.cscf_settings.php:44
81
+ msgid "If you find this plugin useful please consider"
82
+ msgstr "よかったら、"
83
+
84
+ #: class.cscf_settings.php:47
85
+ msgid "leaving a review"
86
+ msgstr "レビューを残してください。"
87
+
88
+ #: class.cscf_settings.php:49
89
+ msgid "Thank you!"
90
+ msgstr "ありがとうございます。"
91
+
92
+ #: class.cscf_settings.php:68
93
+ msgid "ReCAPTCHA Settings"
94
+ msgstr "「reCAPTCHA」セッティング"
95
+
96
+ #: class.cscf_settings.php:76
97
+ msgid "Use reCAPTCHA :"
98
+ msgstr "「reCAPTCHA」を着かす :"
99
+
100
+ #: class.cscf_settings.php:82
101
+ msgid "reCAPTCHA Theme :"
102
+ msgstr "「reCAPTCHA」のテーマ :"
103
+
104
+ #: class.cscf_settings.php:88
105
+ msgid "reCAPTCHA Public Key :"
106
+ msgstr "「reCAPTCHA」の公開鍵 :"
107
+
108
+ #: class.cscf_settings.php:94
109
+ msgid "reCAPTCHA Private Key :"
110
+ msgstr "「reCAPTCHA」の秘密鍵 :"
111
+
112
+ #: class.cscf_settings.php:100
113
+ msgid "Message Settings"
114
+ msgstr "メッセージのセッティング"
115
+
116
+ #: class.cscf_settings.php:104
117
+ msgid "Recipient Email :"
118
+ msgstr "受信者のメールアドレス :"
119
+
120
+ #: class.cscf_settings.php:110
121
+ msgid "Email Subject :"
122
+ msgstr "メールの件名 :"
123
+
124
+ #: class.cscf_settings.php:116
125
+ msgid "Message :"
126
+ msgstr "メッセージ :"
127
+
128
+ #: class.cscf_settings.php:122
129
+ msgid "Message Sent Heading :"
130
+ msgstr "メッセージが送信されるのヘディング :"
131
+
132
+ #: class.cscf_settings.php:128
133
+ msgid "Message Sent Content :"
134
+ msgstr "メッセージが送信されるのコンテンツ :"
135
+
136
+ #: class.cscf_settings.php:134
137
+ msgid "Styling and Validation"
138
+ msgstr "スタイリングと検証"
139
+
140
+ #: class.cscf_settings.php:138
141
+ msgid ""
142
+ "Use the plugin default stylesheet (un-tick to use your theme style sheet "
143
+ "instead) :"
144
+ msgstr "プラグインのデフォルトのスタイルシート :"
145
+
146
+ #: class.cscf_settings.php:144
147
+ msgid "Use client side validation (AJAX) :"
148
+ msgstr "クライアント側の検証「AJAX」を使ってください。"
149
+
150
+ #: class.cscf_settings.php:216
151
+ msgid "Enter your reCAPTCHA settings below :"
152
+ msgstr "「reCAPTCHA」セッティングをお願いします。"
153
+
154
+ #: class.cscf_settings.php:217
155
+ msgid "To use reCAPTCHA you must get an API key from"
156
+ msgstr "「reCAPTCHA」を使う前に「API key」を取得してください"
157
+
158
+ #: class.cscf_settings.php:222
159
+ msgid "Enter your message settings below :"
160
+ msgstr "メッセージのセッティングを教えてください :"
161
+
162
+ #: class.cscf_settings.php:274
163
+ msgid "Red"
164
+ msgstr "赤"
165
+
166
+ #: class.cscf_settings.php:275
167
+ msgid "White"
168
+ msgstr "白"
169
+
170
+ #: class.cscf_settings.php:276
171
+ msgid "Blackglass"
172
+ msgstr "黒ガラス"
173
+
174
+ #: class.cscf_settings.php:277
175
+ msgid "Clean"
176
+ msgstr "クリーン"
177
+
178
+ #: views/contact-form-with-recaptcha.view.php:31
179
+ #: views/contact-form.view.php:12
180
+ msgid "Email Address:"
181
+ msgstr "メールアドレス : "
182
+
183
+ #: views/contact-form-with-recaptcha.view.php:33
184
+ #: views/contact-form.view.php:14
185
+ msgid "Your Email Address"
186
+ msgstr "あなたのメールアドレス"
187
+
188
+ #: views/contact-form-with-recaptcha.view.php:41
189
+ #: views/contact-form.view.php:22
190
+ msgid "Confirm Email Address:"
191
+ msgstr "メールアドレスの確認:"
192
+
193
+ #: views/contact-form-with-recaptcha.view.php:43
194
+ #: views/contact-form.view.php:24
195
+ msgid "Please enter the same email address again."
196
+ msgstr "また、同じメールアドレスを入ってください。"
197
+
198
+ #: views/contact-form-with-recaptcha.view.php:43
199
+ #: views/contact-form.view.php:24
200
+ msgid "Confirm Your Email Address"
201
+ msgstr "メールアドレスを確認してください。"
202
+
203
+ #: views/contact-form-with-recaptcha.view.php:51
204
+ #: views/contact-form.view.php:32
205
+ msgid "Name:"
206
+ msgstr "名前 :"
207
+
208
+ #: views/contact-form-with-recaptcha.view.php:53
209
+ #: views/contact-form.view.php:34
210
+ msgid "Your Name"
211
+ msgstr "お名前"
212
+
213
+ #: views/contact-form-with-recaptcha.view.php:61
214
+ #: views/contact-form.view.php:42
215
+ msgid "Message:"
216
+ msgstr "メッセージ :"
217
+
218
+ #: views/contact-form-with-recaptcha.view.php:63
219
+ #: views/contact-form.view.php:44
220
+ msgid "Please give a message."
221
+ msgstr "メッセージをお願いします。"
222
+
223
+ #: views/contact-form-with-recaptcha.view.php:63
224
+ #: views/contact-form.view.php:44
225
+ msgid "Your Message"
226
+ msgstr "あなたのメッセージ"
227
+
228
+ #: views/contact-form-with-recaptcha.view.php:79
229
+ #: views/contact-form.view.php:51
230
+ msgid "Send Message"
231
+ msgstr "送信"
232
+
233
+ #: views/message-not-sent.view.php:1
234
+ msgid "Sorry, there has been a problem and your message was not sent."
235
+ msgstr "ごめんなさい、メッセージは送信されませんでした。"
236
+
237
+ #. Plugin Name of the plugin/theme
238
+ msgid "Clean and Simple Contact Form"
239
+ msgstr "「Clean and Simple」お問い合わせフォーム"
240
+
241
+ #. Plugin URI of the plugin/theme
242
+ msgid ""
243
+ "http://www.megnicholas.co.uk/wordpress-plugins/clean-and-simple-contact-form"
244
+ msgstr ""
245
+ "http://www.megnicholas.co.uk/wordpress-plugins/clean-and-simple-contact-form"
246
+
247
+ #. Description of the plugin/theme
248
+ msgid ""
249
+ "A clean and simple contact form with Google reCAPTCHA and Twitter Bootstrap "
250
+ "markup."
251
+ msgstr ""
252
+ "「Google reCAPTCHA」と「Twitter Bootstrap」を使っている清楚なお問い合わせ"
253
+ "フォーム。"
254
+
255
+ #. Author of the plugin/theme
256
+ msgid "Meghan Nicholas"
257
+ msgstr "http://www.megnicholas.co.uk"
258
+
259
+ #. Author URI of the plugin/theme
260
+ msgid "http://www.megnicholas.co.uk"
261
+ msgstr "http://www.megnicholas.co.uk"
languages/cleanandsimple-tr_TR.mo CHANGED
Binary file
languages/cleanandsimple-tr_TR.po CHANGED
@@ -4,14 +4,14 @@ msgstr ""
4
  "Report-Msgid-Bugs-To: http://wordpress.org/plugins/clean-and-simple-contact-"
5
  "form-by-meg-nicholas\n"
6
  "POT-Creation-Date: 2013-06-13 10:12:32+00:00\n"
7
- "PO-Revision-Date: 2013-06-14 17:46+0100\n"
8
- "Last-Translator: \n"
9
  "Language-Team: manaz.net <abdullahmanaz@gmail.com>\n"
10
  "Language: tr_TR informal\n"
11
  "MIME-Version: 1.0\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
- "X-Generator: Poedit 1.5.5\n"
15
  "X-Poedit-KeywordsList: _;gettext;gettext_noop\n"
16
  "X-Poedit-Basepath: .\n"
17
 
@@ -44,7 +44,7 @@ msgstr "Lütfen bir mesaj giriniz."
44
  #: class.cff_contact.php:75 views/contact-form-with-recaptcha.view.php:29
45
  #: views/contact-form.view.php:14
46
  msgid "Please enter a valid email address."
47
- msgstr "EPosta adresinizde bir yanlışlık var."
48
 
49
  #: class.cff_contact.php:83
50
  msgid "Sorry the code wasn't entered correctly please try again."
@@ -62,11 +62,13 @@ msgstr "Teşekkürler, Mesajınız alındı, en kısa zamanda cevaplanacaktır."
62
  msgid ""
63
  "Please enter your contact details and a short message below and I will try "
64
  "to answer your query as soon as possible."
65
- msgstr "Mesajınızı ve iletişim bilgilerinizi aşağıya yazınız, en kısa zamanda cevaplanacaktır."
 
 
66
 
67
  #: class.cff_pluginsettings.php:83
68
  msgid " - Web Enquiry"
69
- msgstr " - Web-Anfrage"
70
 
71
  #: class.cff_settings.php:41
72
  msgid "Clean and Simple Contact Form Settings"
@@ -81,8 +83,8 @@ msgid "If you find this plugin useful please consider"
81
  msgstr "Bu eklentiyi yararlı bulursanız, lütfen desteklemek için "
82
 
83
  #: class.cff_settings.php:47
84
- msgid "bir Mesaj yazınız"
85
- msgstr "eine Bewertung"
86
 
87
  #: class.cff_settings.php:49
88
  msgid "Thank you!"
@@ -94,7 +96,7 @@ msgstr "ReCAPTCHA Kurgusu"
94
 
95
  #: class.cff_settings.php:76
96
  msgid "Use reCAPTCHA :"
97
- msgstr "ReCAPTCHA Kullanımı:"
98
 
99
  #: class.cff_settings.php:82
100
  msgid "reCAPTCHA Theme :"
@@ -110,11 +112,19 @@ msgstr "ReCAPTCHA Private Key :"
110
 
111
  #: class.cff_settings.php:100
112
  msgid "Message Settings"
113
- msgstr "Mesaj Kurgusu"
114
 
115
  #: class.cff_settings.php:104
116
  msgid "Recipient Email :"
117
- msgstr "Gönderen EPosta Adresi:"
 
 
 
 
 
 
 
 
118
 
119
  #: class.cff_settings.php:110
120
  msgid "Email Subject :"
@@ -126,11 +136,11 @@ msgstr "Mesaj Metni:"
126
 
127
  #: class.cff_settings.php:122
128
  msgid "Message Sent Heading :"
129
- msgstr "Giden Mesaj Başlığı:"
130
 
131
  #: class.cff_settings.php:128
132
  msgid "Message Sent Content :"
133
- msgstr "Giden Mesaj Konusu:"
134
 
135
  #: class.cff_settings.php:134
136
  msgid "Styling and Validation"
@@ -140,9 +150,7 @@ msgstr "Görünüm ve Doğrulama"
140
  msgid ""
141
  "Use the plugin default stylesheet (un-tick to use your theme style sheet "
142
  "instead) :"
143
- msgstr ""
144
- "Temel Görünümü Kullan (Karşısındaki kutuyu onaylayınız "
145
- "Kendi kodunuzu koyacaksanız onayı kaldırınız) :"
146
 
147
  #: class.cff_settings.php:144
148
  msgid "Use client side validation (AJAX) :"
@@ -150,8 +158,7 @@ msgstr "Doğrulama Yöntemini Kullan (AJAX):"
150
 
151
  #: class.cff_settings.php:216
152
  msgid "Enter your reCAPTCHA settings below :"
153
- msgstr ""
154
- "ReCAPTCHA Ayarlarını Aşağıya Giriniz:"
155
 
156
  #: class.cff_settings.php:217
157
  msgid "To use reCAPTCHA you must get an API key from"
@@ -159,23 +166,23 @@ msgstr "ReCAPTCHA kullanmak için API-Key edinmeniz gerekir:"
159
 
160
  #: class.cff_settings.php:222
161
  msgid "Enter your message settings below :"
162
- msgstr "Mesaj Kurgunuzu aşağıya giriniz:"
163
 
164
  #: class.cff_settings.php:274
165
- msgid "Kırmızı"
166
- msgstr "Silik"
167
 
168
  #: class.cff_settings.php:275
169
- msgid "Beyaz"
170
- msgstr "Weiß"
171
 
172
  #: class.cff_settings.php:276
173
- msgid "Şeffaf"
174
- msgstr "Geçirgen"
175
 
176
  #: class.cff_settings.php:277
177
  msgid "Clean"
178
- msgstr "Temizle"
179
 
180
  #: views/contact-form-with-recaptcha.view.php:27
181
  #: views/contact-form.view.php:12
@@ -205,17 +212,17 @@ msgstr "EPosta Adresinizi doğrulayınız"
205
  #: views/contact-form-with-recaptcha.view.php:47
206
  #: views/contact-form.view.php:32
207
  msgid "Name:"
208
- msgstr "AdSoyad:"
209
 
210
  #: views/contact-form-with-recaptcha.view.php:49
211
  #: views/contact-form.view.php:34
212
  msgid "Your Name"
213
- msgstr "AdSoyadınız"
214
 
215
  #: views/contact-form-with-recaptcha.view.php:57
216
  #: views/contact-form.view.php:42
217
  msgid "Message:"
218
- msgstr "MesajMetni:"
219
 
220
  #: views/contact-form-with-recaptcha.view.php:59
221
  #: views/contact-form.view.php:44
@@ -225,7 +232,7 @@ msgstr "Lütfen bir Mesaj giriniz."
225
  #: views/contact-form-with-recaptcha.view.php:59
226
  #: views/contact-form.view.php:44
227
  msgid "Your Message"
228
- msgstr "Mesajınız"
229
 
230
  #: views/contact-form-with-recaptcha.view.php:75
231
  #: views/contact-form.view.php:51
@@ -244,16 +251,15 @@ msgstr "Temiz ve Basit İleşitim Formu"
244
  #. Plugin URI of the plugin/theme
245
  msgid ""
246
  "http://www.megnicholas.co.uk/wordpress-plugins/clean-and-simple-contact-form"
247
- msgstr "http://www.megnicholas.co.uk/wordpress-plugins/clean-and-simple-contact-form"
 
248
 
249
- # Beschreibung des plugin/theme
250
  #. Description of the plugin/theme
251
  msgid ""
252
  "A clean and simple contact form with Google reCAPTCHA and Twitter Bootstrap "
253
  "markup."
254
  msgstr ""
255
- "Google DeCAPTCHA und Twitter "
256
- "Bootstrap kullanımı ile güvenli, temiz ve basit İletişim Formu."
257
 
258
  #. Author of the plugin/theme
259
  msgid "Meghan Nicholas"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/plugins/clean-and-simple-contact-"
5
  "form-by-meg-nicholas\n"
6
  "POT-Creation-Date: 2013-06-13 10:12:32+00:00\n"
7
+ "PO-Revision-Date: 2013-09-04 19:26+0200\n"
8
+ "Last-Translator: Abdullah Manaz <abdullahmanaz@gmail.com>\n"
9
  "Language-Team: manaz.net <abdullahmanaz@gmail.com>\n"
10
  "Language: tr_TR informal\n"
11
  "MIME-Version: 1.0\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
+ "X-Generator: Poedit 1.5.7\n"
15
  "X-Poedit-KeywordsList: _;gettext;gettext_noop\n"
16
  "X-Poedit-Basepath: .\n"
17
 
44
  #: class.cff_contact.php:75 views/contact-form-with-recaptcha.view.php:29
45
  #: views/contact-form.view.php:14
46
  msgid "Please enter a valid email address."
47
+ msgstr "Lütfen, geçerli bir EPosta Adresi giriniz."
48
 
49
  #: class.cff_contact.php:83
50
  msgid "Sorry the code wasn't entered correctly please try again."
62
  msgid ""
63
  "Please enter your contact details and a short message below and I will try "
64
  "to answer your query as soon as possible."
65
+ msgstr ""
66
+ "Mesajınızı ve iletişim bilgilerinizi aşağıya yazınız.En kısa zamanda "
67
+ "cevaplanacaktır."
68
 
69
  #: class.cff_pluginsettings.php:83
70
  msgid " - Web Enquiry"
71
+ msgstr " - Web Talebi"
72
 
73
  #: class.cff_settings.php:41
74
  msgid "Clean and Simple Contact Form Settings"
83
  msgstr "Bu eklentiyi yararlı bulursanız, lütfen desteklemek için "
84
 
85
  #: class.cff_settings.php:47
86
+ msgid "Leaving a message"
87
+ msgstr "Bir Mesaj yazınız"
88
 
89
  #: class.cff_settings.php:49
90
  msgid "Thank you!"
96
 
97
  #: class.cff_settings.php:76
98
  msgid "Use reCAPTCHA :"
99
+ msgstr "ReCAPTCHA Kullan:"
100
 
101
  #: class.cff_settings.php:82
102
  msgid "reCAPTCHA Theme :"
112
 
113
  #: class.cff_settings.php:100
114
  msgid "Message Settings"
115
+ msgstr "MesajFormu Kurgusu"
116
 
117
  #: class.cff_settings.php:104
118
  msgid "Recipient Email :"
119
+ msgstr "Alıcı EPosta Adresi:"
120
+
121
+ #: class.cff_settings.php:129
122
+ msgid "Override 'From' Address :"
123
+ msgstr " 'Kimden' bölümünü kaldır :"
124
+
125
+ #: class.cff_settings.php:135
126
+ msgid "'From' Email Address :"
127
+ msgstr " 'Kimden' bölümü EPosta Adresi :"
128
 
129
  #: class.cff_settings.php:110
130
  msgid "Email Subject :"
136
 
137
  #: class.cff_settings.php:122
138
  msgid "Message Sent Heading :"
139
+ msgstr "Gönderilen Mesaj Başlığı:"
140
 
141
  #: class.cff_settings.php:128
142
  msgid "Message Sent Content :"
143
+ msgstr "Gönderilen Mesaj Konusu:"
144
 
145
  #: class.cff_settings.php:134
146
  msgid "Styling and Validation"
150
  msgid ""
151
  "Use the plugin default stylesheet (un-tick to use your theme style sheet "
152
  "instead) :"
153
+ msgstr "Temel Görünümü Kullan "
 
 
154
 
155
  #: class.cff_settings.php:144
156
  msgid "Use client side validation (AJAX) :"
158
 
159
  #: class.cff_settings.php:216
160
  msgid "Enter your reCAPTCHA settings below :"
161
+ msgstr "ReCAPTCHA Ayarlarını Aşağıya Giriniz:"
 
162
 
163
  #: class.cff_settings.php:217
164
  msgid "To use reCAPTCHA you must get an API key from"
166
 
167
  #: class.cff_settings.php:222
168
  msgid "Enter your message settings below :"
169
+ msgstr "MesajFormu Kurgunuzu aşağıya giriniz:"
170
 
171
  #: class.cff_settings.php:274
172
+ msgid "Red"
173
+ msgstr "Kırmızı"
174
 
175
  #: class.cff_settings.php:275
176
+ msgid "White"
177
+ msgstr "Beyaz"
178
 
179
  #: class.cff_settings.php:276
180
+ msgid "Blackglass"
181
+ msgstr "Şeffaf"
182
 
183
  #: class.cff_settings.php:277
184
  msgid "Clean"
185
+ msgstr "Temiz"
186
 
187
  #: views/contact-form-with-recaptcha.view.php:27
188
  #: views/contact-form.view.php:12
212
  #: views/contact-form-with-recaptcha.view.php:47
213
  #: views/contact-form.view.php:32
214
  msgid "Name:"
215
+ msgstr "Adınız:"
216
 
217
  #: views/contact-form-with-recaptcha.view.php:49
218
  #: views/contact-form.view.php:34
219
  msgid "Your Name"
220
+ msgstr "Adınız"
221
 
222
  #: views/contact-form-with-recaptcha.view.php:57
223
  #: views/contact-form.view.php:42
224
  msgid "Message:"
225
+ msgstr "Mesaj Metni:"
226
 
227
  #: views/contact-form-with-recaptcha.view.php:59
228
  #: views/contact-form.view.php:44
232
  #: views/contact-form-with-recaptcha.view.php:59
233
  #: views/contact-form.view.php:44
234
  msgid "Your Message"
235
+ msgstr "Mesaj Metniniz"
236
 
237
  #: views/contact-form-with-recaptcha.view.php:75
238
  #: views/contact-form.view.php:51
251
  #. Plugin URI of the plugin/theme
252
  msgid ""
253
  "http://www.megnicholas.co.uk/wordpress-plugins/clean-and-simple-contact-form"
254
+ msgstr ""
255
+ "http://www.megnicholas.co.uk/wordpress-plugins/clean-and-simple-contact-form"
256
 
 
257
  #. Description of the plugin/theme
258
  msgid ""
259
  "A clean and simple contact form with Google reCAPTCHA and Twitter Bootstrap "
260
  "markup."
261
  msgstr ""
262
+ "Google DeCAPTCHA kullanmak suretiyle güvenli, temiz ve basit İletişim Formu."
 
263
 
264
  #. Author of the plugin/theme
265
  msgid "Meghan Nicholas"
languages/cleanandsimple.pot CHANGED
@@ -2,10 +2,10 @@
2
  # This file is distributed under the same license as the Clean and Simple Contact Form package.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Clean and Simple Contact Form 4.1.6\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/clean-and-simple-contact-form-"
7
  "by-meg-nicholas\n"
8
- "POT-Creation-Date: 2013-09-02 14:21:53+00:00\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
@@ -64,127 +64,149 @@ msgstr ""
64
  msgid " - Web Enquiry"
65
  msgstr ""
66
 
67
- #: class.cscf_settings.php:41
68
  msgid "Clean and Simple Contact Form Settings"
69
  msgstr ""
70
 
71
- #: class.cscf_settings.php:43
 
 
 
 
 
 
 
 
 
 
 
 
 
 
72
  msgid "You are using version"
73
  msgstr ""
74
 
75
- #: class.cscf_settings.php:44
76
  msgid "If you find this plugin useful please consider"
77
  msgstr ""
78
 
79
- #: class.cscf_settings.php:47
80
  msgid "leaving a review"
81
  msgstr ""
82
 
83
- #: class.cscf_settings.php:49
84
  msgid "Thank you!"
85
  msgstr ""
86
 
87
- #: class.cscf_settings.php:54
88
  msgid ""
89
  "NOTICE: You have JetPack's Contact Form enabled please deactivate it or use "
90
  "the shortcode [cscf-contact-form] instead."
91
  msgstr ""
92
 
93
- #: class.cscf_settings.php:55
94
  msgid "Read More"
95
  msgstr ""
96
 
97
- #: class.cscf_settings.php:87
 
 
 
 
 
 
 
 
98
  msgid "ReCAPTCHA Settings"
99
  msgstr ""
100
 
101
- #: class.cscf_settings.php:95
102
  msgid "Use reCAPTCHA :"
103
  msgstr ""
104
 
105
- #: class.cscf_settings.php:101
106
  msgid "reCAPTCHA Theme :"
107
  msgstr ""
108
 
109
- #: class.cscf_settings.php:107
110
  msgid "reCAPTCHA Public Key :"
111
  msgstr ""
112
 
113
- #: class.cscf_settings.php:113
114
  msgid "reCAPTCHA Private Key :"
115
  msgstr ""
116
 
117
- #: class.cscf_settings.php:119
118
  msgid "Message Settings"
119
  msgstr ""
120
 
121
- #: class.cscf_settings.php:123
122
  msgid "Recipient Email :"
123
  msgstr ""
124
 
125
- #: class.cscf_settings.php:129
126
  msgid "Override 'From' Address :"
127
  msgstr ""
128
 
129
- #: class.cscf_settings.php:135
130
  msgid "'From' Email Address :"
131
  msgstr ""
132
 
133
- #: class.cscf_settings.php:141
134
  msgid "Email Subject :"
135
  msgstr ""
136
 
137
- #: class.cscf_settings.php:147
138
  msgid "Message :"
139
  msgstr ""
140
 
141
- #: class.cscf_settings.php:153
142
  msgid "Message Sent Heading :"
143
  msgstr ""
144
 
145
- #: class.cscf_settings.php:159
146
  msgid "Message Sent Content :"
147
  msgstr ""
148
 
149
- #: class.cscf_settings.php:165
150
  msgid "Styling and Validation"
151
  msgstr ""
152
 
153
- #: class.cscf_settings.php:169
154
  msgid ""
155
  "Use the plugin default stylesheet (un-tick to use your theme style sheet "
156
  "instead) :"
157
  msgstr ""
158
 
159
- #: class.cscf_settings.php:175
160
  msgid "Use client side validation (AJAX) :"
161
  msgstr ""
162
 
163
- #: class.cscf_settings.php:262
164
  msgid "Enter your reCAPTCHA settings below :"
165
  msgstr ""
166
 
167
- #: class.cscf_settings.php:263
168
  msgid "To use reCAPTCHA you must get an API key from"
169
  msgstr ""
170
 
171
- #: class.cscf_settings.php:268
172
  msgid "Enter your message settings below :"
173
  msgstr ""
174
 
175
- #: class.cscf_settings.php:328
176
  msgid "Red"
177
  msgstr ""
178
 
179
- #: class.cscf_settings.php:329
180
  msgid "White"
181
  msgstr ""
182
 
183
- #: class.cscf_settings.php:330
184
  msgid "Blackglass"
185
  msgstr ""
186
 
187
- #: class.cscf_settings.php:331
188
  msgid "Clean"
189
  msgstr ""
190
 
2
  # This file is distributed under the same license as the Clean and Simple Contact Form package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Clean and Simple Contact Form 4.1.7\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/clean-and-simple-contact-form-"
7
  "by-meg-nicholas\n"
8
+ "POT-Creation-Date: 2013-09-08 21:03:24+00:00\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
64
  msgid " - Web Enquiry"
65
  msgstr ""
66
 
67
+ #: class.cscf_settings.php:42
68
  msgid "Clean and Simple Contact Form Settings"
69
  msgstr ""
70
 
71
+ #: class.cscf_settings.php:48
72
+ msgid "Donate $10, $20 or $50!"
73
+ msgstr ""
74
+
75
+ #: class.cscf_settings.php:50
76
+ msgid ""
77
+ "If you like this plugin, please donate to support development and "
78
+ "maintenance of:"
79
+ msgstr ""
80
+
81
+ #: class.cscf_settings.php:50
82
+ msgid "Clean and Simple Contact Form!"
83
+ msgstr ""
84
+
85
+ #: class.cscf_settings.php:65
86
  msgid "You are using version"
87
  msgstr ""
88
 
89
+ #: class.cscf_settings.php:66
90
  msgid "If you find this plugin useful please consider"
91
  msgstr ""
92
 
93
+ #: class.cscf_settings.php:69
94
  msgid "leaving a review"
95
  msgstr ""
96
 
97
+ #: class.cscf_settings.php:71
98
  msgid "Thank you!"
99
  msgstr ""
100
 
101
+ #: class.cscf_settings.php:76
102
  msgid ""
103
  "NOTICE: You have JetPack's Contact Form enabled please deactivate it or use "
104
  "the shortcode [cscf-contact-form] instead."
105
  msgstr ""
106
 
107
+ #: class.cscf_settings.php:77
108
  msgid "Read More"
109
  msgstr ""
110
 
111
+ #: class.cscf_settings.php:81
112
+ msgid "Please Note: To add the contact form to your page please add the text"
113
+ msgstr ""
114
+
115
+ #: class.cscf_settings.php:81
116
+ msgid "to your post or page."
117
+ msgstr ""
118
+
119
+ #: class.cscf_settings.php:112
120
  msgid "ReCAPTCHA Settings"
121
  msgstr ""
122
 
123
+ #: class.cscf_settings.php:120
124
  msgid "Use reCAPTCHA :"
125
  msgstr ""
126
 
127
+ #: class.cscf_settings.php:126
128
  msgid "reCAPTCHA Theme :"
129
  msgstr ""
130
 
131
+ #: class.cscf_settings.php:132
132
  msgid "reCAPTCHA Public Key :"
133
  msgstr ""
134
 
135
+ #: class.cscf_settings.php:138
136
  msgid "reCAPTCHA Private Key :"
137
  msgstr ""
138
 
139
+ #: class.cscf_settings.php:144
140
  msgid "Message Settings"
141
  msgstr ""
142
 
143
+ #: class.cscf_settings.php:148
144
  msgid "Recipient Email :"
145
  msgstr ""
146
 
147
+ #: class.cscf_settings.php:154
148
  msgid "Override 'From' Address :"
149
  msgstr ""
150
 
151
+ #: class.cscf_settings.php:160
152
  msgid "'From' Email Address :"
153
  msgstr ""
154
 
155
+ #: class.cscf_settings.php:166
156
  msgid "Email Subject :"
157
  msgstr ""
158
 
159
+ #: class.cscf_settings.php:172
160
  msgid "Message :"
161
  msgstr ""
162
 
163
+ #: class.cscf_settings.php:178
164
  msgid "Message Sent Heading :"
165
  msgstr ""
166
 
167
+ #: class.cscf_settings.php:184
168
  msgid "Message Sent Content :"
169
  msgstr ""
170
 
171
+ #: class.cscf_settings.php:190
172
  msgid "Styling and Validation"
173
  msgstr ""
174
 
175
+ #: class.cscf_settings.php:194
176
  msgid ""
177
  "Use the plugin default stylesheet (un-tick to use your theme style sheet "
178
  "instead) :"
179
  msgstr ""
180
 
181
+ #: class.cscf_settings.php:200
182
  msgid "Use client side validation (AJAX) :"
183
  msgstr ""
184
 
185
+ #: class.cscf_settings.php:287
186
  msgid "Enter your reCAPTCHA settings below :"
187
  msgstr ""
188
 
189
+ #: class.cscf_settings.php:288
190
  msgid "To use reCAPTCHA you must get an API key from"
191
  msgstr ""
192
 
193
+ #: class.cscf_settings.php:293
194
  msgid "Enter your message settings below :"
195
  msgstr ""
196
 
197
+ #: class.cscf_settings.php:353
198
  msgid "Red"
199
  msgstr ""
200
 
201
+ #: class.cscf_settings.php:354
202
  msgid "White"
203
  msgstr ""
204
 
205
+ #: class.cscf_settings.php:355
206
  msgid "Blackglass"
207
  msgstr ""
208
 
209
+ #: class.cscf_settings.php:356
210
  msgid "Clean"
211
  msgstr ""
212
 
readme.txt CHANGED
@@ -6,7 +6,7 @@ License URI: http://www.gnu.org/licenses/gpl.html
6
  Tags: simple, contact, form, contact button, contact form, contact form plugin, contacts, contacts form plugin, contact me, feedback form, bootstrap, twitter, google, reCAPTCHA, ajax, secure
7
  Requires at least: 3.3
8
  Tested up to: 3.6
9
- Stable tag: 4.1.6
10
 
11
  A clean and simple AJAX contact form with Google reCAPTCHA and Twitter Bootstrap markup.
12
 
@@ -167,6 +167,10 @@ If you are not sure how to go about doing this [get in touch](http://www.megnich
167
  To do this you will need to add some css changes to your theme.
168
 
169
  == Changelog ==
 
 
 
 
170
  = 4.1.6 =
171
  * Added ability to specify a 'from' address. When supplied the email will come from that address instead of the form filler's email address.
172
  * Changed type of email input boxes to "email"
@@ -217,6 +221,8 @@ To do this you will need to add some css changes to your theme.
217
 
218
 
219
  == Upgrade Notice ==
 
 
220
  = 4.1.6 =
221
  Ability to specify a 'From' address. This email will be used to send the mail instead of the form filler's email address.
222
  = 4.1.5 =
6
  Tags: simple, contact, form, contact button, contact form, contact form plugin, contacts, contacts form plugin, contact me, feedback form, bootstrap, twitter, google, reCAPTCHA, ajax, secure
7
  Requires at least: 3.3
8
  Tested up to: 3.6
9
+ Stable tag: 4.1.7
10
 
11
  A clean and simple AJAX contact form with Google reCAPTCHA and Twitter Bootstrap markup.
12
 
167
  To do this you will need to add some css changes to your theme.
168
 
169
  == Changelog ==
170
+ * Added a note about the short code to use on the settings screen.
171
+ * Added Estonian Translation thanks to [Marko Punnar](http://aretaja.org "Marko Punnar")
172
+ * Added Japanese language thanks to Nikhil Khullar
173
+ * Updated Turkish translation thanks again to Abdullah Manaz http://manaz.net
174
  = 4.1.6 =
175
  * Added ability to specify a 'from' address. When supplied the email will come from that address instead of the form filler's email address.
176
  * Changed type of email input boxes to "email"
221
 
222
 
223
  == Upgrade Notice ==
224
+ = 4.1.7
225
+ More translations. A helpful note about the short code to use has been put on the settings screen
226
  = 4.1.6 =
227
  Ability to specify a 'From' address. This email will be used to send the mail instead of the form filler's email address.
228
  = 4.1.5 =