Contact Form by BestWebSoft - Version 3.03

Version Description

  • 04.01.2012 =
  • NEW : Added German language files for plugin.
  • Bugfix : The bug which is related with the resending of the email when updating of the page was fixed.
Download this release

Release Info

Developer bestwebsoft
Plugin Icon 128x128 Contact Form by BestWebSoft
Version 3.03
Comparing to
See all releases

Code changes from version 3.02 to 3.03

contact_form.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Contact Form Plugin
4
  Plugin URI: http://bestwebsoft.com/plugin/
5
  Description: Plugin for Contact Form.
6
  Author: BestWebSoft
7
- Version: 3.02
8
  Author URI: http://bestwebsoft.com/
9
  License: GPLv2 or later
10
  */
@@ -308,6 +308,7 @@ if( ! function_exists( 'cntctfrm_display_form' ) ) {
308
  }
309
  // If it is good
310
  if( true === $result ) {
 
311
  $content .= __( "Thank you for contacting us.", 'contact_form' );
312
  }
313
  else if( false === $result )
@@ -316,6 +317,7 @@ if( ! function_exists( 'cntctfrm_display_form' ) ) {
316
  $error_message['error_form'] = __( "Sorry, your e-mail could not be delivered.", 'contact_form' );
317
  }
318
  else {
 
319
  // Output form
320
  $content .= '<form method="post" id="cntctfrm_contact_form" action="" enctype="multipart/form-data">';
321
  if( isset( $error_message['error_form'] ) ) {
@@ -478,6 +480,8 @@ if( ! function_exists( 'cntctfrm_send_mail' ) ) {
478
  function cntctfrm_send_mail() {
479
  global $cntctfrm_options;
480
  $to = "";
 
 
481
  if($cntctfrm_options['cntctfrm_select_email'] == 'user') {
482
  if( false !== $user = get_userdatabylogin($cntctfrm_options_submit['cntctfrm_user_email'] ) )
483
  $to = $user['user_email'];
@@ -659,6 +663,8 @@ function cntctfrm_sanitize_string($string, $preserve_space = 0 ) {
659
  //Function '_plugin_init' are using to add language files.
660
  if ( ! function_exists ( 'cntctfrm_plugin_init' ) ) {
661
  function cntctfrm_plugin_init() {
 
 
662
  load_plugin_textdomain( 'contact_form', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' );
663
  }
664
  } // end function cntctfrm_plugin_init
4
  Plugin URI: http://bestwebsoft.com/plugin/
5
  Description: Plugin for Contact Form.
6
  Author: BestWebSoft
7
+ Version: 3.03
8
  Author URI: http://bestwebsoft.com/
9
  License: GPLv2 or later
10
  */
308
  }
309
  // If it is good
310
  if( true === $result ) {
311
+ $_SESSION['cntctfrm_send_mail'] = true;
312
  $content .= __( "Thank you for contacting us.", 'contact_form' );
313
  }
314
  else if( false === $result )
317
  $error_message['error_form'] = __( "Sorry, your e-mail could not be delivered.", 'contact_form' );
318
  }
319
  else {
320
+ $_SESSION['cntctfrm_send_mail'] = false;
321
  // Output form
322
  $content .= '<form method="post" id="cntctfrm_contact_form" action="" enctype="multipart/form-data">';
323
  if( isset( $error_message['error_form'] ) ) {
480
  function cntctfrm_send_mail() {
481
  global $cntctfrm_options;
482
  $to = "";
483
+ if( isset( $_SESSION['cntctfrm_send_mail'] ) && $_SESSION['cntctfrm_send_mail'] == true )
484
+ return true;
485
  if($cntctfrm_options['cntctfrm_select_email'] == 'user') {
486
  if( false !== $user = get_userdatabylogin($cntctfrm_options_submit['cntctfrm_user_email'] ) )
487
  $to = $user['user_email'];
663
  //Function '_plugin_init' are using to add language files.
664
  if ( ! function_exists ( 'cntctfrm_plugin_init' ) ) {
665
  function cntctfrm_plugin_init() {
666
+ if ( ! session_id() )
667
+ session_start();
668
  load_plugin_textdomain( 'contact_form', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' );
669
  }
670
  } // end function cntctfrm_plugin_init
languages/contact_form-de_DE.mo ADDED
Binary file
languages/contact_form-de_DE.po ADDED
@@ -0,0 +1,280 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: contact_form\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-01-04 12:41+0200\n"
6
+ "PO-Revision-Date: 2012-01-04 12:41+0200\n"
7
+ "Last-Translator: BWS <zos@bestwebsoft.com>\n"
8
+ "Language-Team: Thomas Hartung <thartung@adipositas-mm.de>\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Poedit-KeywordsList: __;_e\n"
13
+ "X-Poedit-Basepath: ..\n"
14
+ "X-Poedit-Language: German\n"
15
+ "X-Poedit-Country: GERMANY\n"
16
+ "X-Poedit-SourceCharset: utf-8\n"
17
+ "X-Poedit-SearchPath-0: .\n"
18
+
19
+ #: contact_form.php:78
20
+ msgid "Activated plugins"
21
+ msgstr "Aktivierte PlugIns"
22
+
23
+ #: contact_form.php:80
24
+ #: contact_form.php:88
25
+ #: contact_form.php:96
26
+ msgid "Read more"
27
+ msgstr "Lesen Sie mehr"
28
+
29
+ #: contact_form.php:80
30
+ #: contact_form.php:620
31
+ #: contact_form.php:629
32
+ msgid "Settings"
33
+ msgstr "Einstellungen"
34
+
35
+ #: contact_form.php:86
36
+ msgid "Installed plugins"
37
+ msgstr "Installierte PlugIns"
38
+
39
+ #: contact_form.php:94
40
+ msgid "Recommended plugins"
41
+ msgstr "Empfohlene PlugIns"
42
+
43
+ #: contact_form.php:96
44
+ msgid "Download"
45
+ msgstr "Download"
46
+
47
+ #: contact_form.php:96
48
+ #, php-format
49
+ msgid "Install %s"
50
+ msgstr "Installiere %s"
51
+
52
+ #: contact_form.php:96
53
+ msgid "Install now from wordpress.org"
54
+ msgstr "installiere jetzt von wordpress.org"
55
+
56
+ #: contact_form.php:98
57
+ msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill in our contact form on our site"
58
+ msgstr "Bei Fragen wenden Sie sich an plugin@bestwebsoft.com oder füllen Sie das Kontakformular auf unserer Webseite aus"
59
+
60
+ #: contact_form.php:110
61
+ #: contact_form.php:213
62
+ msgid "Contact Form Options"
63
+ msgstr "Contact Form Einstellungen"
64
+
65
+ #: contact_form.php:110
66
+ msgid "Contact Form"
67
+ msgstr "Contact Form"
68
+
69
+ #: contact_form.php:130
70
+ #: contact_form.php:164
71
+ #: contact_form.php:181
72
+ #: contact_form.php:271
73
+ msgid "Name:"
74
+ msgstr "Name:"
75
+
76
+ #: contact_form.php:131
77
+ #: contact_form.php:165
78
+ #: contact_form.php:182
79
+ #: contact_form.php:272
80
+ msgid "E-Mail Address:"
81
+ msgstr "E-Mail-Adresse:"
82
+
83
+ #: contact_form.php:132
84
+ #: contact_form.php:166
85
+ #: contact_form.php:183
86
+ #: contact_form.php:273
87
+ msgid "Subject:"
88
+ msgstr "Betreff:"
89
+
90
+ #: contact_form.php:133
91
+ #: contact_form.php:167
92
+ #: contact_form.php:184
93
+ #: contact_form.php:274
94
+ msgid "Message:"
95
+ msgstr "Nachricht:"
96
+
97
+ #: contact_form.php:134
98
+ #: contact_form.php:168
99
+ #: contact_form.php:185
100
+ #: contact_form.php:275
101
+ msgid "Attachment:"
102
+ msgstr "Anhang:"
103
+
104
+ #: contact_form.php:193
105
+ #: contact_form.php:202
106
+ msgid "Options saved."
107
+ msgstr "Einstellungen gespeichert."
108
+
109
+ #: contact_form.php:196
110
+ msgid "Such user is not exist. Settings are not saved."
111
+ msgstr "Dieser Benutzer existiert nicht. Einstellungen nicht gespeichert."
112
+
113
+ #: contact_form.php:205
114
+ msgid "Please input correct email. Settings are not saved."
115
+ msgstr "Bitte geben Sie eine korrekte E-Mail-Adresse ein. Einstellungen nicht gespeichert."
116
+
117
+ #: contact_form.php:218
118
+ msgid "If you would like to add a Contact Form to your website, just copy and put this shortcode onto your post or page:"
119
+ msgstr "Wenn Sie Contact Form in Ihrer Webpräsenz verwenden wollen, kopieren Sie einfach folgenden shortcode auf Ihre Seite oder Ihren Artikel"
120
+
121
+ #: contact_form.php:219
122
+ msgid "If information in the below fields are empty then the message will be send to an address which was specified during registration."
123
+ msgstr "Wenn das folgende Feld leer bleibt wird die Nachricht an die Adresse gesandt, die bei der Registrierung angegeben wurde."
124
+
125
+ #: contact_form.php:223
126
+ msgid "Use email of wordpress user:"
127
+ msgstr "Benutze die E-Mail-Adresse von WordPress-Benutzer:"
128
+
129
+ #: contact_form.php:229
130
+ msgid "Select user name"
131
+ msgstr "Wähle Benutzer"
132
+
133
+ #: contact_form.php:234
134
+ msgid "Set a name of user wo will get messages from a contact form."
135
+ msgstr "Definieren Sie die Benutzer, die Nachrichten von Contact Form bekommen sollen."
136
+
137
+ #: contact_form.php:238
138
+ msgid "Use this email:"
139
+ msgstr "Verwende diese E-Mail-Adresse:"
140
+
141
+ #: contact_form.php:244
142
+ msgid "Set an email address which will be used for messages receiving."
143
+ msgstr "Definieren Sie die E-Mail-Adresse, die Contact Form verwenden soll."
144
+
145
+ #: contact_form.php:248
146
+ msgid "Additional options"
147
+ msgstr "Erweiterte Optionen"
148
+
149
+ #: contact_form.php:251
150
+ msgid "Display Attachment block"
151
+ msgstr "Anhänge erlauben"
152
+
153
+ #: contact_form.php:256
154
+ msgid "Users can attach files of the following types"
155
+ msgstr "Benutzer können folgende Dateitypen anhängen"
156
+
157
+ #: contact_form.php:260
158
+ msgid "Display Send me a copy block"
159
+ msgstr "Kopie-an-mich anzeigen"
160
+
161
+ #: contact_form.php:266
162
+ msgid "Change label for fields of the contact form"
163
+ msgstr "Ändern Sie die Bezeichnung der Felder des Kontaktformulars"
164
+
165
+ #: contact_form.php:281
166
+ msgid "Save Changes"
167
+ msgstr "Änderungen speichern"
168
+
169
+ #: contact_form.php:312
170
+ msgid "Thank you for contacting us."
171
+ msgstr "Danke für Ihre Nachricht."
172
+
173
+ #: contact_form.php:317
174
+ msgid "Sorry, your e-mail could not be delivered."
175
+ msgstr "Entschuldigung, Ihre E-Mail konnte leider nicht zugestellt werden."
176
+
177
+ #: contact_form.php:374
178
+ msgid "You can attach files of the following types"
179
+ msgstr "Sie können folgende Dateitypen anhängen"
180
+
181
+ #: contact_form.php:380
182
+ msgid "Send me a copy"
183
+ msgstr "Kopie an mich senden"
184
+
185
+ #: contact_form.php:390
186
+ msgid "Submit"
187
+ msgstr "senden"
188
+
189
+ #: contact_form.php:406
190
+ msgid "Your name is required."
191
+ msgstr "Ihr Name wird benötigt"
192
+
193
+ #: contact_form.php:407
194
+ msgid "A proper e-mail address is required."
195
+ msgstr "Eine korrekte E-Mail-Adresse ist zwingend."
196
+
197
+ #: contact_form.php:408
198
+ msgid "Subject text is required."
199
+ msgstr "Bitte geben Sie einen Betreff ein."
200
+
201
+ #: contact_form.php:409
202
+ msgid "Message text is required."
203
+ msgstr "Bitte geben Sie eine Nachricht ein."
204
+
205
+ #: contact_form.php:410
206
+ msgid "Please make corrections below and try again."
207
+ msgstr "Bitte führen Sie die Korrekturen unten durch und versuchen Sie es erneut."
208
+
209
+ #: contact_form.php:439
210
+ msgid "Attachment is broken."
211
+ msgstr "Anhang scheint defekt zu sein."
212
+
213
+ #: contact_form.php:452
214
+ msgid "Please complete the CAPTCHA."
215
+ msgstr "Bitte ergänzen Sie das CAPTCHA."
216
+
217
+ #: contact_form.php:509
218
+ #: contact_form.php:543
219
+ msgid "Sent from (ip address)"
220
+ msgstr "Gesendet von (IP-Adresse)"
221
+
222
+ #: contact_form.php:510
223
+ #: contact_form.php:546
224
+ msgid "Date/Time"
225
+ msgstr "Datum / Uhrzeit"
226
+
227
+ #: contact_form.php:511
228
+ #: contact_form.php:549
229
+ msgid "Coming from (referer)"
230
+ msgstr "gesendet von (referer)"
231
+
232
+ #: contact_form.php:512
233
+ #: contact_form.php:552
234
+ msgid "Using (user agent)"
235
+ msgstr "mit (user agent)"
236
+
237
+ #: contact_form.php:517
238
+ msgid "Contact from"
239
+ msgstr "Kontakt von"
240
+
241
+ #: contact_form.php:522
242
+ msgid "Name"
243
+ msgstr "Nome"
244
+
245
+ #: contact_form.php:525
246
+ msgid "Email"
247
+ msgstr "E-Mail"
248
+
249
+ #: contact_form.php:528
250
+ msgid "Subject"
251
+ msgstr "Betreff"
252
+
253
+ #: contact_form.php:531
254
+ msgid "Message"
255
+ msgstr "Nachricht"
256
+
257
+ #: contact_form.php:534
258
+ msgid "Site"
259
+ msgstr "Site"
260
+
261
+ #: contact_form.php:575
262
+ msgid "If you can see this MIME than your client doesn't accept MIME types!"
263
+ msgstr "Wenn Sie dieses MIME sehen, unterstützt Ihr Client keine MIME-Typen!"
264
+
265
+ #: contact_form.php:630
266
+ msgid "FAQ"
267
+ msgstr "Häufig gestellte Fragen (FAQ)"
268
+
269
+ #: contact_form.php:631
270
+ msgid "Support"
271
+ msgstr "Unterstützung"
272
+
273
+ #~ msgid "E-Mail Addresse:"
274
+ #~ msgstr "Indirizzo e-mail:"
275
+
276
+ #~ msgid "Install Now"
277
+ #~ msgstr "Installa Ora"
278
+
279
+ #~ msgid "BWS Plugins"
280
+ #~ msgstr "BWS Plugins"
languages/contact_form-it_IT.mo CHANGED
Binary file
languages/contact_form-it_IT.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2012-01-02 14:14+0200\n"
6
- "PO-Revision-Date: 2012-01-02 14:14+0200\n"
7
  "Last-Translator: BWS <zos@bestwebsoft.com>\n"
8
  "Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -27,8 +27,8 @@ msgid "Read more"
27
  msgstr "Leggi"
28
 
29
  #: contact_form.php:80
30
- #: contact_form.php:616
31
- #: contact_form.php:625
32
  msgid "Settings"
33
  msgstr "Settaggi"
34
 
@@ -51,7 +51,7 @@ msgstr "Installa %s"
51
 
52
  #: contact_form.php:96
53
  msgid "Install now from wordpress.org"
54
- msgstr ""
55
 
56
  #: contact_form.php:98
57
  msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill in our contact form on our site"
@@ -128,7 +128,7 @@ msgstr "Utilizza l'e-mail dell'utente wordpress:"
128
 
129
  #: contact_form.php:229
130
  msgid "Select user name"
131
- msgstr ""
132
 
133
  #: contact_form.php:234
134
  msgid "Set a name of user wo will get messages from a contact form."
@@ -152,7 +152,7 @@ msgstr "Visualizza l'attachment"
152
 
153
  #: contact_form.php:256
154
  msgid "Users can attach files of the following types"
155
- msgstr ""
156
 
157
  #: contact_form.php:260
158
  msgid "Display Send me a copy block"
@@ -160,113 +160,113 @@ msgstr "Visualizza il blocco \"Inviami una copia\" "
160
 
161
  #: contact_form.php:266
162
  msgid "Change label for fields of the contact form"
163
- msgstr ""
164
 
165
  #: contact_form.php:281
166
  msgid "Save Changes"
167
  msgstr "Salva le modifiche"
168
 
169
- #: contact_form.php:311
170
  msgid "Thank you for contacting us."
171
  msgstr "Grazie per averci contattato."
172
 
173
- #: contact_form.php:316
174
  msgid "Sorry, your e-mail could not be delivered."
175
  msgstr "Spiacenti, la tua e-mail non può essere consegnata al momento."
176
 
177
- #: contact_form.php:372
178
  msgid "You can attach files of the following types"
179
- msgstr ""
180
 
181
- #: contact_form.php:378
182
  msgid "Send me a copy"
183
  msgstr "Inviami una copia"
184
 
185
- #: contact_form.php:388
186
  msgid "Submit"
187
  msgstr "Invia"
188
 
189
- #: contact_form.php:404
190
  msgid "Your name is required."
191
  msgstr "Il nome è obbligatorio"
192
 
193
- #: contact_form.php:405
194
  msgid "A proper e-mail address is required."
195
  msgstr "È richiesto un indirizzo e-mail corretto"
196
 
197
- #: contact_form.php:406
198
  msgid "Subject text is required."
199
  msgstr "L'oggetto è obbligatorio"
200
 
201
- #: contact_form.php:407
202
  msgid "Message text is required."
203
  msgstr "Il campo messaggio è obbligatorio"
204
 
205
- #: contact_form.php:408
206
  msgid "Please make corrections below and try again."
207
  msgstr "Controlla i dati del modulo e riprova!"
208
 
209
- #: contact_form.php:437
210
  msgid "Attachment is broken."
211
  msgstr "L'attachment non è corretto"
212
 
213
- #: contact_form.php:450
214
  msgid "Please complete the CAPTCHA."
215
  msgstr "Completa il CAPTCHA"
216
 
217
- #: contact_form.php:505
218
- #: contact_form.php:539
219
  msgid "Sent from (ip address)"
220
  msgstr "Inviato da (indirizzi IP)"
221
 
222
- #: contact_form.php:506
223
- #: contact_form.php:542
224
  msgid "Date/Time"
225
  msgstr "Data/Ora"
226
 
227
- #: contact_form.php:507
228
- #: contact_form.php:545
229
  msgid "Coming from (referer)"
230
  msgstr "Da (referente)"
231
 
232
- #: contact_form.php:508
233
- #: contact_form.php:548
234
  msgid "Using (user agent)"
235
  msgstr "Utilizza (user agent)"
236
 
237
- #: contact_form.php:513
238
  msgid "Contact from"
239
  msgstr "Contact from"
240
 
241
- #: contact_form.php:518
242
  msgid "Name"
243
  msgstr "Nome"
244
 
245
- #: contact_form.php:521
246
  msgid "Email"
247
  msgstr "e-mail"
248
 
249
- #: contact_form.php:524
250
  msgid "Subject"
251
  msgstr "Oggetto"
252
 
253
- #: contact_form.php:527
254
  msgid "Message"
255
  msgstr "Messaggio"
256
 
257
- #: contact_form.php:530
258
  msgid "Site"
259
  msgstr "Sito"
260
 
261
- #: contact_form.php:571
262
  msgid "If you can see this MIME than your client doesn't accept MIME types!"
263
  msgstr "Se puoi visualizzare questo MIME il tuo client non supporta i MIME types!"
264
 
265
- #: contact_form.php:626
266
  msgid "FAQ"
267
  msgstr "FAQ"
268
 
269
- #: contact_form.php:627
270
  msgid "Support"
271
  msgstr "Supporto"
272
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-01-04 12:10+0200\n"
6
+ "PO-Revision-Date: 2012-01-04 12:10+0200\n"
7
  "Last-Translator: BWS <zos@bestwebsoft.com>\n"
8
  "Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
9
  "MIME-Version: 1.0\n"
27
  msgstr "Leggi"
28
 
29
  #: contact_form.php:80
30
+ #: contact_form.php:620
31
+ #: contact_form.php:629
32
  msgid "Settings"
33
  msgstr "Settaggi"
34
 
51
 
52
  #: contact_form.php:96
53
  msgid "Install now from wordpress.org"
54
+ msgstr "Installa ora da wordpress.org"
55
 
56
  #: contact_form.php:98
57
  msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill in our contact form on our site"
128
 
129
  #: contact_form.php:229
130
  msgid "Select user name"
131
+ msgstr "Seleziona nome utente"
132
 
133
  #: contact_form.php:234
134
  msgid "Set a name of user wo will get messages from a contact form."
152
 
153
  #: contact_form.php:256
154
  msgid "Users can attach files of the following types"
155
+ msgstr "Gli utenti possono allegare i files nei seguenti tipi"
156
 
157
  #: contact_form.php:260
158
  msgid "Display Send me a copy block"
160
 
161
  #: contact_form.php:266
162
  msgid "Change label for fields of the contact form"
163
+ msgstr "Modifica le etichette dei campi del contact form"
164
 
165
  #: contact_form.php:281
166
  msgid "Save Changes"
167
  msgstr "Salva le modifiche"
168
 
169
+ #: contact_form.php:312
170
  msgid "Thank you for contacting us."
171
  msgstr "Grazie per averci contattato."
172
 
173
+ #: contact_form.php:317
174
  msgid "Sorry, your e-mail could not be delivered."
175
  msgstr "Spiacenti, la tua e-mail non può essere consegnata al momento."
176
 
177
+ #: contact_form.php:374
178
  msgid "You can attach files of the following types"
179
+ msgstr "Gli utenti possono allegare i files nei seguenti tipi"
180
 
181
+ #: contact_form.php:380
182
  msgid "Send me a copy"
183
  msgstr "Inviami una copia"
184
 
185
+ #: contact_form.php:390
186
  msgid "Submit"
187
  msgstr "Invia"
188
 
189
+ #: contact_form.php:406
190
  msgid "Your name is required."
191
  msgstr "Il nome è obbligatorio"
192
 
193
+ #: contact_form.php:407
194
  msgid "A proper e-mail address is required."
195
  msgstr "È richiesto un indirizzo e-mail corretto"
196
 
197
+ #: contact_form.php:408
198
  msgid "Subject text is required."
199
  msgstr "L'oggetto è obbligatorio"
200
 
201
+ #: contact_form.php:409
202
  msgid "Message text is required."
203
  msgstr "Il campo messaggio è obbligatorio"
204
 
205
+ #: contact_form.php:410
206
  msgid "Please make corrections below and try again."
207
  msgstr "Controlla i dati del modulo e riprova!"
208
 
209
+ #: contact_form.php:439
210
  msgid "Attachment is broken."
211
  msgstr "L'attachment non è corretto"
212
 
213
+ #: contact_form.php:452
214
  msgid "Please complete the CAPTCHA."
215
  msgstr "Completa il CAPTCHA"
216
 
217
+ #: contact_form.php:509
218
+ #: contact_form.php:543
219
  msgid "Sent from (ip address)"
220
  msgstr "Inviato da (indirizzi IP)"
221
 
222
+ #: contact_form.php:510
223
+ #: contact_form.php:546
224
  msgid "Date/Time"
225
  msgstr "Data/Ora"
226
 
227
+ #: contact_form.php:511
228
+ #: contact_form.php:549
229
  msgid "Coming from (referer)"
230
  msgstr "Da (referente)"
231
 
232
+ #: contact_form.php:512
233
+ #: contact_form.php:552
234
  msgid "Using (user agent)"
235
  msgstr "Utilizza (user agent)"
236
 
237
+ #: contact_form.php:517
238
  msgid "Contact from"
239
  msgstr "Contact from"
240
 
241
+ #: contact_form.php:522
242
  msgid "Name"
243
  msgstr "Nome"
244
 
245
+ #: contact_form.php:525
246
  msgid "Email"
247
  msgstr "e-mail"
248
 
249
+ #: contact_form.php:528
250
  msgid "Subject"
251
  msgstr "Oggetto"
252
 
253
+ #: contact_form.php:531
254
  msgid "Message"
255
  msgstr "Messaggio"
256
 
257
+ #: contact_form.php:534
258
  msgid "Site"
259
  msgstr "Sito"
260
 
261
+ #: contact_form.php:575
262
  msgid "If you can see this MIME than your client doesn't accept MIME types!"
263
  msgstr "Se puoi visualizzare questo MIME il tuo client non supporta i MIME types!"
264
 
265
+ #: contact_form.php:630
266
  msgid "FAQ"
267
  msgstr "FAQ"
268
 
269
+ #: contact_form.php:631
270
  msgid "Support"
271
  msgstr "Supporto"
272
 
languages/contact_form-ru_RU.mo CHANGED
Binary file
languages/contact_form-ru_RU.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2012-01-02 14:14+0200\n"
6
- "PO-Revision-Date: 2012-01-02 14:14+0200\n"
7
  "Last-Translator: BWS <zos@bestwebsoft.com>\n"
8
  "Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -27,8 +27,8 @@ msgid "Read more"
27
  msgstr "Читать далее"
28
 
29
  #: contact_form.php:80
30
- #: contact_form.php:616
31
- #: contact_form.php:625
32
  msgid "Settings"
33
  msgstr "Настройки"
34
 
@@ -166,107 +166,107 @@ msgstr "Изменить названия полей контактной фо
166
  msgid "Save Changes"
167
  msgstr "Save Changes"
168
 
169
- #: contact_form.php:311
170
  msgid "Thank you for contacting us."
171
  msgstr "Спасибо за контакт с нами."
172
 
173
- #: contact_form.php:316
174
  msgid "Sorry, your e-mail could not be delivered."
175
  msgstr "Извините, ваш email не может быть отправлен."
176
 
177
- #: contact_form.php:372
178
  msgid "You can attach files of the following types"
179
  msgstr "Пользователи могут прикрепить файлы таких типов"
180
 
181
- #: contact_form.php:378
182
  msgid "Send me a copy"
183
  msgstr "Отправить мне копию"
184
 
185
- #: contact_form.php:388
186
  msgid "Submit"
187
  msgstr "Отправить"
188
 
189
- #: contact_form.php:404
190
  msgid "Your name is required."
191
  msgstr "Ваше имя - это обязательное поле."
192
 
193
- #: contact_form.php:405
194
  msgid "A proper e-mail address is required."
195
  msgstr "Поле e-mail адреса - обязательное для заполнения."
196
 
197
- #: contact_form.php:406
198
  msgid "Subject text is required."
199
  msgstr "Поле Тема - обязательное поле."
200
 
201
- #: contact_form.php:407
202
  msgid "Message text is required."
203
  msgstr "Поле Сообщение - обязательное поле."
204
 
205
- #: contact_form.php:408
206
  msgid "Please make corrections below and try again."
207
  msgstr "Пожалуйста, сделайте исправления в отмеченных полях ниже и повторите попытку."
208
 
209
- #: contact_form.php:437
210
  msgid "Attachment is broken."
211
  msgstr "Прикрепленный тип файла не поддерживается"
212
 
213
- #: contact_form.php:450
214
  msgid "Please complete the CAPTCHA."
215
  msgstr "Пожалуйста, заполните КАПЧУ."
216
 
217
- #: contact_form.php:505
218
- #: contact_form.php:539
219
  msgid "Sent from (ip address)"
220
  msgstr "Отправлено от (ip адрес)"
221
 
222
- #: contact_form.php:506
223
- #: contact_form.php:542
224
  msgid "Date/Time"
225
  msgstr "Дата/Время"
226
 
227
- #: contact_form.php:507
228
- #: contact_form.php:545
229
  msgid "Coming from (referer)"
230
  msgstr "Пришло из (реферер)"
231
 
232
- #: contact_form.php:508
233
- #: contact_form.php:548
234
  msgid "Using (user agent)"
235
  msgstr "Используя (user agent)"
236
 
237
- #: contact_form.php:513
238
  msgid "Contact from"
239
  msgstr "Контактная Форма"
240
 
241
- #: contact_form.php:518
242
  msgid "Name"
243
  msgstr "Имя"
244
 
245
- #: contact_form.php:521
246
  msgid "Email"
247
  msgstr "Email"
248
 
249
- #: contact_form.php:524
250
  msgid "Subject"
251
  msgstr "Тема"
252
 
253
- #: contact_form.php:527
254
  msgid "Message"
255
  msgstr "Сообщение"
256
 
257
- #: contact_form.php:530
258
  msgid "Site"
259
  msgstr "Сайт"
260
 
261
- #: contact_form.php:571
262
  msgid "If you can see this MIME than your client doesn't accept MIME types!"
263
  msgstr "Если вы можете видеть этот MIME значит ваш почтовый клиент не поддерживает MIME тип!"
264
 
265
- #: contact_form.php:626
266
  msgid "FAQ"
267
  msgstr "FAQ"
268
 
269
- #: contact_form.php:627
270
  msgid "Support"
271
  msgstr "Поддержка"
272
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-01-04 12:10+0200\n"
6
+ "PO-Revision-Date: 2012-01-04 12:10+0200\n"
7
  "Last-Translator: BWS <zos@bestwebsoft.com>\n"
8
  "Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
9
  "MIME-Version: 1.0\n"
27
  msgstr "Читать далее"
28
 
29
  #: contact_form.php:80
30
+ #: contact_form.php:620
31
+ #: contact_form.php:629
32
  msgid "Settings"
33
  msgstr "Настройки"
34
 
166
  msgid "Save Changes"
167
  msgstr "Save Changes"
168
 
169
+ #: contact_form.php:312
170
  msgid "Thank you for contacting us."
171
  msgstr "Спасибо за контакт с нами."
172
 
173
+ #: contact_form.php:317
174
  msgid "Sorry, your e-mail could not be delivered."
175
  msgstr "Извините, ваш email не может быть отправлен."
176
 
177
+ #: contact_form.php:374
178
  msgid "You can attach files of the following types"
179
  msgstr "Пользователи могут прикрепить файлы таких типов"
180
 
181
+ #: contact_form.php:380
182
  msgid "Send me a copy"
183
  msgstr "Отправить мне копию"
184
 
185
+ #: contact_form.php:390
186
  msgid "Submit"
187
  msgstr "Отправить"
188
 
189
+ #: contact_form.php:406
190
  msgid "Your name is required."
191
  msgstr "Ваше имя - это обязательное поле."
192
 
193
+ #: contact_form.php:407
194
  msgid "A proper e-mail address is required."
195
  msgstr "Поле e-mail адреса - обязательное для заполнения."
196
 
197
+ #: contact_form.php:408
198
  msgid "Subject text is required."
199
  msgstr "Поле Тема - обязательное поле."
200
 
201
+ #: contact_form.php:409
202
  msgid "Message text is required."
203
  msgstr "Поле Сообщение - обязательное поле."
204
 
205
+ #: contact_form.php:410
206
  msgid "Please make corrections below and try again."
207
  msgstr "Пожалуйста, сделайте исправления в отмеченных полях ниже и повторите попытку."
208
 
209
+ #: contact_form.php:439
210
  msgid "Attachment is broken."
211
  msgstr "Прикрепленный тип файла не поддерживается"
212
 
213
+ #: contact_form.php:452
214
  msgid "Please complete the CAPTCHA."
215
  msgstr "Пожалуйста, заполните КАПЧУ."
216
 
217
+ #: contact_form.php:509
218
+ #: contact_form.php:543
219
  msgid "Sent from (ip address)"
220
  msgstr "Отправлено от (ip адрес)"
221
 
222
+ #: contact_form.php:510
223
+ #: contact_form.php:546
224
  msgid "Date/Time"
225
  msgstr "Дата/Время"
226
 
227
+ #: contact_form.php:511
228
+ #: contact_form.php:549
229
  msgid "Coming from (referer)"
230
  msgstr "Пришло из (реферер)"
231
 
232
+ #: contact_form.php:512
233
+ #: contact_form.php:552
234
  msgid "Using (user agent)"
235
  msgstr "Используя (user agent)"
236
 
237
+ #: contact_form.php:517
238
  msgid "Contact from"
239
  msgstr "Контактная Форма"
240
 
241
+ #: contact_form.php:522
242
  msgid "Name"
243
  msgstr "Имя"
244
 
245
+ #: contact_form.php:525
246
  msgid "Email"
247
  msgstr "Email"
248
 
249
+ #: contact_form.php:528
250
  msgid "Subject"
251
  msgstr "Тема"
252
 
253
+ #: contact_form.php:531
254
  msgid "Message"
255
  msgstr "Сообщение"
256
 
257
+ #: contact_form.php:534
258
  msgid "Site"
259
  msgstr "Сайт"
260
 
261
+ #: contact_form.php:575
262
  msgid "If you can see this MIME than your client doesn't accept MIME types!"
263
  msgstr "Если вы можете видеть этот MIME значит ваш почтовый клиент не поддерживает MIME тип!"
264
 
265
+ #: contact_form.php:630
266
  msgid "FAQ"
267
  msgstr "FAQ"
268
 
269
+ #: contact_form.php:631
270
  msgid "Support"
271
  msgstr "Поддержка"
272
 
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://bestwebsoft.com/
4
  Tags: Contact Form, text, contact, form, contacts, contakt form, request, contact me, feedback form, feedback, contact button, contact form plugin, contacts form plugin, attachment, send, copy, atachment, send copy
5
  Requires at least: 2.9
6
  Tested up to: 3.3
7
- Stable tag: 3.02
8
 
9
  Add Contact Form to your WordPress website.
10
 
@@ -24,9 +24,12 @@ Contact Form allows you to add a feedback form easilly and simply to a post or a
24
 
25
  = Translate =
26
 
27
- * Italian (it_IT)
 
28
  * Russian (ru_RU)
29
 
 
 
30
  == Installation ==
31
 
32
  1. Upload `Contact Form` folder to the `/wp-content/plugins/` directory.
@@ -61,6 +64,10 @@ Contact Form allows you to add a feedback form easilly and simply to a post or a
61
 
62
  == Changelog ==
63
 
 
 
 
 
64
  = V3.02 - 02.01.2012 =
65
  * NEW : Added Italian language files for plugin.
66
  * NEW : Added possibility to change the label when display fields on the form.
@@ -108,6 +115,9 @@ Contact Form allows you to add a feedback form easilly and simply to a post or a
108
 
109
  == Upgrade Notice ==
110
 
 
 
 
111
  = V3.02 =
112
  Added Italian language files for plugin. Added possibility to change the label when display fields on the form. Display the names of the files types that user can attach to the mail.
113
 
4
  Tags: Contact Form, text, contact, form, contacts, contakt form, request, contact me, feedback form, feedback, contact button, contact form plugin, contacts form plugin, attachment, send, copy, atachment, send copy
5
  Requires at least: 2.9
6
  Tested up to: 3.3
7
+ Stable tag: 3.03
8
 
9
  Add Contact Form to your WordPress website.
10
 
24
 
25
  = Translate =
26
 
27
+ * German (de_DE) (thanks Hartung Thomas)
28
+ * Italian (it_IT) (thanks <a href="mailto:ilian@ultra-violet.it">Ilian Gagliardi</a>)
29
  * Russian (ru_RU)
30
 
31
+ If you create your own language pack or update the existing one, you can send <a href="http://codex.wordpress.org/Translating_WordPress" target="_blank">the text of PO and MO files</a> for <a href="http://bestwebsoft.com/" target="_blank">BWS</a> and we'll add it to the plugin. You can download the latest version of the program for work with PO and MO files <a href="http://www.poedit.net/download.php" target="_blank">Poedit</a>.
32
+
33
  == Installation ==
34
 
35
  1. Upload `Contact Form` folder to the `/wp-content/plugins/` directory.
64
 
65
  == Changelog ==
66
 
67
+ = V3.03 - 04.01.2012 =
68
+ * NEW : Added German language files for plugin.
69
+ * Bugfix : The bug which is related with the resending of the email when updating of the page was fixed.
70
+
71
  = V3.02 - 02.01.2012 =
72
  * NEW : Added Italian language files for plugin.
73
  * NEW : Added possibility to change the label when display fields on the form.
115
 
116
  == Upgrade Notice ==
117
 
118
+ = V3.03 =
119
+ Added German language files for plugin. The bug which is related with the resending of the email when updating of the page was fixed. Upgrade immediately.
120
+
121
  = V3.02 =
122
  Added Italian language files for plugin. Added possibility to change the label when display fields on the form. Display the names of the files types that user can attach to the mail.
123