Contact Form Clean and Simple - Version 4.3.2

Version Description

  • Added Norwegian Bokml translation thanks to Jann Vestby
  • Added Brazilian Portugese translation originally a Portugese translation by Ricardo Santos aka BogasoBogolha
Download this release

Release Info

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

Code changes from version 4.3.1 to 4.3.2

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.3.1
11
  Author: Meghan Nicholas
12
  Author URI: http://www.megnicholas.co.uk
13
  License: GPLv2 or later
@@ -52,7 +52,7 @@ if (!defined('CSCF_PLUGIN_URL')) define('CSCF_PLUGIN_URL', WP_PLUGIN_URL . '/' .
52
 
53
  if (!defined('CSCF_VERSION_KEY')) define('CSCF_VERSION_KEY', 'cscf_version');
54
 
55
- if (!defined('CSCF_VERSION_NUM')) define('CSCF_VERSION_NUM', '4.3.1');
56
 
57
  if (!defined('CSCF_OPTIONS_KEY')) define('CSCF_OPTIONS_KEY', 'cscf_options');
58
 
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.3.2
11
  Author: Meghan Nicholas
12
  Author URI: http://www.megnicholas.co.uk
13
  License: GPLv2 or later
52
 
53
  if (!defined('CSCF_VERSION_KEY')) define('CSCF_VERSION_KEY', 'cscf_version');
54
 
55
+ if (!defined('CSCF_VERSION_NUM')) define('CSCF_VERSION_NUM', '4.3.2');
56
 
57
  if (!defined('CSCF_OPTIONS_KEY')) define('CSCF_OPTIONS_KEY', 'cscf_options');
58
 
languages/cleanandsimple-nb_NO.mo ADDED
Binary file
languages/cleanandsimple-nb_NO.po ADDED
@@ -0,0 +1,262 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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-07-08 23:16+0100\n"
13
+ "Last-Translator: Mike Larsen <mike@hockeycorner.dk>\n"
14
+ "Language-Team: LANGUAGE <LL@li.org>\n"
15
+ "X-Generator: Poedit 1.5.7\n"
16
+
17
+ #: class.cscf.php:102
18
+ msgid "Settings"
19
+ msgstr "Innstillinger"
20
+
21
+ #: class.cscf_contact.php:53
22
+ msgid "Sorry the email addresses do not match."
23
+ msgstr "Beklager, men epostadressene er ikke like."
24
+
25
+ #: class.cscf_contact.php:57 views/contact-form-with-recaptcha.view.php:33
26
+ #: views/contact-form.view.php:14
27
+ msgid "Please give your email address."
28
+ msgstr "Skriv inn din epostadresse."
29
+
30
+ #: class.cscf_contact.php:61
31
+ msgid "Please confirm your email address."
32
+ msgstr "Vennligst bekreft din epostadresse."
33
+
34
+ #: class.cscf_contact.php:65 views/contact-form-with-recaptcha.view.php:53
35
+ #: views/contact-form.view.php:34
36
+ msgid "Please give your name."
37
+ msgstr "Skriv inn ditt navn."
38
+
39
+ #: class.cscf_contact.php:69
40
+ msgid "Please enter a message."
41
+ msgstr "Skriv inn beskjed."
42
+
43
+ #: class.cscf_contact.php:73 views/contact-form-with-recaptcha.view.php:33
44
+ #: views/contact-form.view.php:14
45
+ msgid "Please enter a valid email address."
46
+ msgstr "Skriv inn en gyldig epostadresse."
47
+
48
+ #: class.cscf_contact.php:81
49
+ msgid "Sorry the code wasn't entered correctly please try again."
50
+ msgstr "Beklager, men koden var feil. Prøv igen."
51
+
52
+ #: class.cscf_pluginsettings.php:40
53
+ msgid "Message Sent"
54
+ msgstr "Beskjeden er sendt"
55
+
56
+ #: class.cscf_pluginsettings.php:47
57
+ msgid "Thank you for your message, we will be in touch very shortly."
58
+ msgstr "Takk for din henvendelse. Vi tar snart kontakt."
59
+
60
+ #: class.cscf_pluginsettings.php:54
61
+ msgid ""
62
+ "Please enter your contact details and a short message below and I will try "
63
+ "to answer your query as soon as possible."
64
+ msgstr ""
65
+ "Fyll ut skjemaet med en kort beskjed, og vi tar snart kontakt."
66
+
67
+ #: class.cscf_pluginsettings.php:83
68
+ msgid " - Web Enquiry"
69
+ msgstr "Kontakt fra hjemmeside"
70
+
71
+ #: class.cscf_settings.php:41
72
+ msgid "Clean and Simple Contact Form Settings"
73
+ msgstr "Innstillinger for Clean and Simple Contact Form"
74
+
75
+ #: class.cscf_settings.php:43
76
+ msgid "You are using version"
77
+ msgstr "Du bruker versjon"
78
+
79
+ #: class.cscf_settings.php:44
80
+ msgid "If you find this plugin useful please consider"
81
+ msgstr "Hvis du synes dette plugin er nyttig, vurder å"
82
+
83
+ #: class.cscf_settings.php:47
84
+ msgid "leaving a review"
85
+ msgstr "gi en bedømmelse"
86
+
87
+ #: class.cscf_settings.php:49
88
+ msgid "Thank you!"
89
+ msgstr "På forhånd takk!"
90
+
91
+ #: class.cscf_settings.php:68
92
+ msgid "ReCAPTCHA Settings"
93
+ msgstr "Innstillinger for ReCAPTCHA:"
94
+
95
+ #: class.cscf_settings.php:76
96
+ msgid "Use reCAPTCHA :"
97
+ msgstr "Bruk reCAPTCHA:"
98
+
99
+ #: class.cscf_settings.php:82
100
+ msgid "reCAPTCHA Theme :"
101
+ msgstr "reCAPTCHA tema :"
102
+
103
+ #: class.cscf_settings.php:88
104
+ msgid "reCAPTCHA Public Key :"
105
+ msgstr "reCAPTCHA Public Key :"
106
+
107
+ #: class.cscf_settings.php:94
108
+ msgid "reCAPTCHA Private Key :"
109
+ msgstr "reCAPTCHA Private Key :"
110
+
111
+ #: class.cscf_settings.php:100
112
+ msgid "Message Settings"
113
+ msgstr "Innstillinger for beskjed:"
114
+
115
+ #: class.cscf_settings.php:104
116
+ msgid "Recipient Email :"
117
+ msgstr "Din epostadresse:"
118
+
119
+ #: class.cscf_settings.php:110
120
+ msgid "Email Subject :"
121
+ msgstr "Tekst i emnefelt:"
122
+
123
+ #: class.cscf_settings.php:116
124
+ msgid "Message :"
125
+ msgstr "Beskjed:"
126
+
127
+ #: class.cscf_settings.php:122
128
+ msgid "Message Sent Heading :"
129
+ msgstr "Overskrift for sendt beskjed:"
130
+
131
+ #: class.cscf_settings.php:128
132
+ msgid "Message Sent Content :"
133
+ msgstr "Innhold i sendt beskjed:"
134
+
135
+ #: class.cscf_settings.php:134
136
+ msgid "Styling and Validation"
137
+ msgstr "Utseende og validering"
138
+
139
+ #: class.cscf_settings.php:138
140
+ msgid ""
141
+ "Use the plugin default stylesheet (un-tick to use your theme style sheet "
142
+ "instead) :"
143
+ msgstr ""
144
+ "Bruk standardtemaet for dette plugin (fjern haken for å bruke ditt "
145
+ "standardtema):"
146
+
147
+ #: class.cscf_settings.php:144
148
+ msgid "Use client side validation (AJAX) :"
149
+ msgstr "Bruk AJAX validering:"
150
+
151
+ #: class.cscf_settings.php:216
152
+ msgid "Enter your reCAPTCHA settings below :"
153
+ msgstr "Definer dine reCAPTCHA innstillinger"
154
+
155
+ #: class.cscf_settings.php:217
156
+ msgid "To use reCAPTCHA you must get an API key from"
157
+ msgstr "For å bruke reCAPTCHA må du ha en API nøkkel fra"
158
+
159
+ #: class.cscf_settings.php:222
160
+ msgid "Enter your message settings below :"
161
+ msgstr "Definer dine innstillinger for beskjeder:"
162
+
163
+ #: class.cscf_settings.php:274
164
+ msgid "Red"
165
+ msgstr "Rød"
166
+
167
+ #: class.cscf_settings.php:275
168
+ msgid "White"
169
+ msgstr "Hvit"
170
+
171
+ #: class.cscf_settings.php:276
172
+ msgid "Blackglass"
173
+ msgstr "Gjennomsiktig"
174
+
175
+ #: class.cscf_settings.php:277
176
+ msgid "Clean"
177
+ msgstr "Enkel"
178
+
179
+ #: views/contact-form-with-recaptcha.view.php:31
180
+ #: views/contact-form.view.php:12
181
+ msgid "Email Address:"
182
+ msgstr "Epostadresse:"
183
+
184
+ #: views/contact-form-with-recaptcha.view.php:33
185
+ #: views/contact-form.view.php:14
186
+ msgid "Your Email Address"
187
+ msgstr "Din epostadresse"
188
+
189
+ #: views/contact-form-with-recaptcha.view.php:41
190
+ #: views/contact-form.view.php:22
191
+ msgid "Confirm Email Address:"
192
+ msgstr "Bekreft din epostadresse:"
193
+
194
+ #: views/contact-form-with-recaptcha.view.php:43
195
+ #: views/contact-form.view.php:24
196
+ msgid "Please enter the same email address again."
197
+ msgstr "Vennligst skriv inn den samme epostadressen igjen."
198
+
199
+ #: views/contact-form-with-recaptcha.view.php:43
200
+ #: views/contact-form.view.php:24
201
+ msgid "Confirm Your Email Address"
202
+ msgstr "Bekreft din epostadresse"
203
+
204
+ #: views/contact-form-with-recaptcha.view.php:51
205
+ #: views/contact-form.view.php:32
206
+ msgid "Name:"
207
+ msgstr "Navn:"
208
+
209
+ #: views/contact-form-with-recaptcha.view.php:53
210
+ #: views/contact-form.view.php:34
211
+ msgid "Your Name"
212
+ msgstr "Ditt navn"
213
+
214
+ #: views/contact-form-with-recaptcha.view.php:61
215
+ #: views/contact-form.view.php:42
216
+ msgid "Message:"
217
+ msgstr "Beskjed:"
218
+
219
+ #: views/contact-form-with-recaptcha.view.php:63
220
+ #: views/contact-form.view.php:44
221
+ msgid "Please give a message."
222
+ msgstr "Skriv en beskjed."
223
+
224
+ #: views/contact-form-with-recaptcha.view.php:63
225
+ #: views/contact-form.view.php:44
226
+ msgid "Your Message"
227
+ msgstr "Din beskjed"
228
+
229
+ #: views/contact-form-with-recaptcha.view.php:79
230
+ #: views/contact-form.view.php:51
231
+ msgid "Send Message"
232
+ msgstr "Send beskjed"
233
+
234
+ #: views/message-not-sent.view.php:1
235
+ msgid "Sorry, there has been a problem and your message was not sent."
236
+ msgstr "Beklager, men det har oppstått en feil og din beskjed ble ikke sendt."
237
+
238
+ #. Plugin Name of the plugin/theme
239
+ msgid "Clean and Simple Contact Form"
240
+ msgstr "Clean and Simple Contact Form"
241
+
242
+ #. Plugin URI of the plugin/theme
243
+ msgid ""
244
+ "http://www.megnicholas.co.uk/wordpress-plugins/clean-and-simple-contact-form"
245
+ msgstr ""
246
+ "http://www.megnicholas.co.uk/wordpress-plugins/clean-and-simple-contact-form"
247
+
248
+ #. Description of the plugin/theme
249
+ msgid ""
250
+ "A clean and simple contact form with Google reCAPTCHA and Twitter Bootstrap "
251
+ "markup."
252
+ msgstr ""
253
+ "Et stilig og enkelt kontaktskjema med Google reCAPTCHA og Twitter Bootstrap "
254
+ "stiler."
255
+
256
+ #. Author of the plugin/theme
257
+ msgid "Meghan Nicholas"
258
+ msgstr "Meghan Nicholas"
259
+
260
+ #. Author URI of the plugin/theme
261
+ msgid "http://www.megnicholas.co.uk"
262
+ msgstr "http://www.megnicholas.co.uk"
languages/cleanandsimple-pt_BR.mo ADDED
Binary file
languages/cleanandsimple-pt_BR.po ADDED
@@ -0,0 +1,264 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 4.1.1\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-13 10:12:32+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-07-02 18:53-0000\n"
13
+ "Last-Translator: Ricardo Santos aka BogasoBogolha <jrvsantos@gmail.com>\n"
14
+ "Language-Team: LANGUAGE <LL@li.org>\n"
15
+ "X-Generator: Poedit 1.5.5\n"
16
+
17
+ #: class.cff.php:90
18
+ msgid "Settings"
19
+ msgstr "Configurações"
20
+
21
+ #: class.cff_contact.php:55
22
+ msgid "Sorry the email addresses do not match."
23
+ msgstr "Desculpe, os endereços de e-mail não coincidem."
24
+
25
+ #: class.cff_contact.php:59 views/contact-form-with-recaptcha.view.php:29
26
+ #: views/contact-form.view.php:14
27
+ msgid "Please give your email address."
28
+ msgstr "Por favor, indique o seu endereço de e-mail."
29
+
30
+ #: class.cff_contact.php:63
31
+ msgid "Please confirm your email address."
32
+ msgstr "Por favor, confirme o seu endereço de e-mail."
33
+
34
+ #: class.cff_contact.php:67 views/contact-form-with-recaptcha.view.php:49
35
+ #: views/contact-form.view.php:34
36
+ msgid "Please give your name."
37
+ msgstr "Por favor, dê o seu nome."
38
+
39
+ #: class.cff_contact.php:71
40
+ msgid "Please enter a message."
41
+ msgstr "Por favor insira uma mensagem."
42
+
43
+ #: class.cff_contact.php:75 views/contact-form-with-recaptcha.view.php:29
44
+ #: views/contact-form.view.php:14
45
+ msgid "Please enter a valid email address."
46
+ msgstr "Por favor insira um endereço de e-mail válido."
47
+
48
+ #: class.cff_contact.php:83
49
+ msgid "Sorry the code wasn't entered correctly please try again."
50
+ msgstr ""
51
+ "Desculpe, o código não foi inserido corretamente, por favor tente novamente."
52
+
53
+ #: class.cff_pluginsettings.php:40
54
+ msgid "Message Sent"
55
+ msgstr "Mensagem enviada."
56
+
57
+ #: class.cff_pluginsettings.php:47
58
+ msgid "Thank you for your message, we will be in touch very shortly."
59
+ msgstr "Obrigado pela sua mensagem, entraremos em contato muito em breve."
60
+
61
+ #: class.cff_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
+ "Por favor, insira os seus dados de contacto e uma curta mensagem abaixo e "
67
+ "vou tentar responder à sua consulta o mais breve possível."
68
+
69
+ #: class.cff_pluginsettings.php:83
70
+ msgid " - Web Enquiry"
71
+ msgstr "- Inquérito Web "
72
+
73
+ #: class.cff_settings.php:41
74
+ msgid "Clean and Simple Contact Form Settings"
75
+ msgstr " Configurações do Formulário de Contacto Clean and Simple"
76
+
77
+ #: class.cff_settings.php:43
78
+ msgid "You are using version"
79
+ msgstr "Está a utilizar a versão"
80
+
81
+ #: class.cff_settings.php:44
82
+ msgid "If you find this plugin useful please consider"
83
+ msgstr "Se achar este plugin útil, por favor considere"
84
+
85
+ #: class.cff_settings.php:47
86
+ msgid "leaving a review"
87
+ msgstr "deixar um comentário"
88
+
89
+ #: class.cff_settings.php:49
90
+ msgid "Thank you!"
91
+ msgstr "Obrigado!"
92
+
93
+ #: class.cff_settings.php:68
94
+ msgid "ReCAPTCHA Settings"
95
+ msgstr "Configurações ReCAPTCHA"
96
+
97
+ #: class.cff_settings.php:76
98
+ msgid "Use reCAPTCHA :"
99
+ msgstr "Utilize reCAPTCHA:"
100
+
101
+ #: class.cff_settings.php:82
102
+ msgid "reCAPTCHA Theme :"
103
+ msgstr "Tema do reCAPTCHA :"
104
+
105
+ #: class.cff_settings.php:88
106
+ msgid "reCAPTCHA Public Key :"
107
+ msgstr "Chave Pública reCAPTCHA :"
108
+
109
+ #: class.cff_settings.php:94
110
+ msgid "reCAPTCHA Private Key :"
111
+ msgstr "Chave Privada reCAPTCHA :"
112
+
113
+ #: class.cff_settings.php:100
114
+ msgid "Message Settings"
115
+ msgstr "Configurações de mensagens"
116
+
117
+ #: class.cff_settings.php:104
118
+ msgid "Recipient Email :"
119
+ msgstr "E-mail do Destinatário:"
120
+
121
+ #: class.cff_settings.php:110
122
+ msgid "Email Subject :"
123
+ msgstr "Assunto do E-mail :"
124
+
125
+ #: class.cff_settings.php:116
126
+ msgid "Message :"
127
+ msgstr "Mensagem :"
128
+
129
+ #: class.cff_settings.php:122
130
+ msgid "Message Sent Heading :"
131
+ msgstr "Título da Mensagem Enviada :"
132
+
133
+ #: class.cff_settings.php:128
134
+ msgid "Message Sent Content :"
135
+ msgstr "Conteúdo da Mensagem Enviada :"
136
+
137
+ #: class.cff_settings.php:134
138
+ msgid "Styling and Validation"
139
+ msgstr "Estilos e Validação"
140
+
141
+ #: class.cff_settings.php:138
142
+ msgid ""
143
+ "Use the plugin default stylesheet (un-tick to use your theme style sheet "
144
+ "instead) :"
145
+ msgstr ""
146
+ "Use o tema de estilo do plugin por defeito (em alternativa, desseleccione "
147
+ "para utilizar o estilo do seu tema):"
148
+
149
+ #: class.cff_settings.php:144
150
+ msgid "Use client side validation (AJAX) :"
151
+ msgstr "Use a validação do lado do cliente (AJAX) :"
152
+
153
+ #: class.cff_settings.php:216
154
+ msgid "Enter your reCAPTCHA settings below :"
155
+ msgstr "Introduza os seus dados reCAPTCHA abaixo :"
156
+
157
+ #: class.cff_settings.php:217
158
+ msgid "To use reCAPTCHA you must get an API key from"
159
+ msgstr "Para usar o reCAPTCHA deve obter uma chave API do"
160
+
161
+ #: class.cff_settings.php:222
162
+ msgid "Enter your message settings below :"
163
+ msgstr "Introduza as configurações da sua mensagem abaixo :"
164
+
165
+ #: class.cff_settings.php:274
166
+ msgid "Red"
167
+ msgstr "Vermelho"
168
+
169
+ #: class.cff_settings.php:275
170
+ msgid "White"
171
+ msgstr "Branco"
172
+
173
+ #: class.cff_settings.php:276
174
+ msgid "Blackglass"
175
+ msgstr "Vidro negro"
176
+
177
+ #: class.cff_settings.php:277
178
+ msgid "Clean"
179
+ msgstr "Limpo"
180
+
181
+ #: views/contact-form-with-recaptcha.view.php:27
182
+ #: views/contact-form.view.php:12
183
+ msgid "Email Address:"
184
+ msgstr "Endereço de E-mail:"
185
+
186
+ #: views/contact-form-with-recaptcha.view.php:29
187
+ #: views/contact-form.view.php:14
188
+ msgid "Your Email Address"
189
+ msgstr "O seu endereço de e-mail"
190
+
191
+ #: views/contact-form-with-recaptcha.view.php:37
192
+ #: views/contact-form.view.php:22
193
+ msgid "Confirm Email Address:"
194
+ msgstr "Confirme o endereço de e-mail:"
195
+
196
+ #: views/contact-form-with-recaptcha.view.php:39
197
+ #: views/contact-form.view.php:24
198
+ msgid "Please enter the same email address again."
199
+ msgstr "Por favor, insira o mesmo endereço de e-mail novamente."
200
+
201
+ #: views/contact-form-with-recaptcha.view.php:39
202
+ #: views/contact-form.view.php:24
203
+ msgid "Confirm Your Email Address"
204
+ msgstr "Confirme o seu endereço e-mail"
205
+
206
+ #: views/contact-form-with-recaptcha.view.php:47
207
+ #: views/contact-form.view.php:32
208
+ msgid "Name:"
209
+ msgstr "Nome:"
210
+
211
+ #: views/contact-form-with-recaptcha.view.php:49
212
+ #: views/contact-form.view.php:34
213
+ msgid "Your Name"
214
+ msgstr "O Seu Nome"
215
+
216
+ #: views/contact-form-with-recaptcha.view.php:57
217
+ #: views/contact-form.view.php:42
218
+ msgid "Message:"
219
+ msgstr "Mensagem:"
220
+
221
+ #: views/contact-form-with-recaptcha.view.php:59
222
+ #: views/contact-form.view.php:44
223
+ msgid "Please give a message."
224
+ msgstr "Por favor, deixe uma mensagem."
225
+
226
+ #: views/contact-form-with-recaptcha.view.php:59
227
+ #: views/contact-form.view.php:44
228
+ msgid "Your Message"
229
+ msgstr "A Sua Mensagem"
230
+
231
+ #: views/contact-form-with-recaptcha.view.php:75
232
+ #: views/contact-form.view.php:51
233
+ msgid "Send Message"
234
+ msgstr "Enviar Mensagem"
235
+
236
+ #: views/message-not-sent.view.php:1
237
+ msgid "Sorry, there has been a problem and your message was not sent."
238
+ msgstr "Desculpe, houve um problema e a sua mensagem não foi enviada."
239
+
240
+ #. Plugin Name of the plugin/theme
241
+ msgid "Clean and Simple Contact Form"
242
+ msgstr "Formulário de Contacto Clean and Simple"
243
+
244
+ #. Plugin URI of the plugin/theme
245
+ msgid ""
246
+ "http://www.megnicholas.co.uk/wordpress-plugins/clean-and-simple-contact-form"
247
+ msgstr ""
248
+ "http://www.megnicholas.co.uk/wordpress-plugins/clean-and-simple-contact-form"
249
+
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
+ "Um formulário de contacto limpo e simples, com reCAPTCHA Google e marcação "
256
+ "Twitter Bootstrap ."
257
+
258
+ #. Author of the plugin/theme
259
+ msgid "Meghan Nicholas"
260
+ msgstr "Meghan Nicholas"
261
+
262
+ #. Author URI of the plugin/theme
263
+ msgid "http://www.megnicholas.co.uk"
264
+ msgstr "http://www.megnicholas.co.uk"
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, akismet, 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.8
9
- Stable tag: 4.3.1
10
 
11
  A clean and simple AJAX contact form with Google reCAPTCHA, Twitter Bootstrap markup and Akismet spam filtering.
12
 
@@ -201,6 +201,9 @@ the reCAPTCHA for the contact form will be displayed correctly but not in the co
201
  The comments form will never validate due to no supplied reCAPTCHA code.
202
 
203
  == Changelog ==
 
 
 
204
  = 4.3.1 =
205
  * Polish translation has been updated thanks to Arkadiusz Baron
206
  * Updated Turkish translations thanks again to [Abdullah Manaz](http://manaz.net "Abdullah Manaz")
@@ -299,6 +302,8 @@ Polish thanks to Patryk Peas
299
 
300
 
301
  == Upgrade Notice ==
 
 
302
  = 4.3.1 =
303
  Checked compatibility with WP 3.8 and TwentyFourteen theme, translation updates, defaults for new installations
304
  = 4.3.0 =
6
  Tags: simple, contact, form, contact button, contact form, contact form plugin, akismet, 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.8
9
+ Stable tag: 4.3.2
10
 
11
  A clean and simple AJAX contact form with Google reCAPTCHA, Twitter Bootstrap markup and Akismet spam filtering.
12
 
201
  The comments form will never validate due to no supplied reCAPTCHA code.
202
 
203
  == Changelog ==
204
+ = 4.3.2 =
205
+ * Added Norwegian Bokmål translation thanks to Jann Vestby
206
+ * Added Brazilian Portugese translation originally a Portugese translation by Ricardo Santos aka BogasoBogolha
207
  = 4.3.1 =
208
  * Polish translation has been updated thanks to Arkadiusz Baron
209
  * Updated Turkish translations thanks again to [Abdullah Manaz](http://manaz.net "Abdullah Manaz")
302
 
303
 
304
  == Upgrade Notice ==
305
+ = 4.3.2 =
306
+ Added Norwegian and Brazilian Portugese Translations
307
  = 4.3.1 =
308
  Checked compatibility with WP 3.8 and TwentyFourteen theme, translation updates, defaults for new installations
309
  = 4.3.0 =