Contact Form by BestWebSoft - Version 3.12

Version Description

  • 12.03.2012 =
  • NEW : Added ability to upload wav and mp3 files.
Download this release

Release Info

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

Code changes from version 3.11 to 3.12

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.11
8
  Author URI: http://bestwebsoft.com/
9
  License: GPLv2 or later
10
  */
@@ -251,7 +251,7 @@ if( ! function_exists( 'cntctfrm_settings_page' ) ) {
251
  <input type="checkbox" id="cntctfrm_attachment" name="cntctfrm_attachment" value="1" <?php if($cntctfrm_options['cntctfrm_attachment'] == '1') echo "checked=\"checked\" "; ?>/>
252
  </td>
253
  <td>
254
- <span class="cntctfrm_info"><?php echo __( "Users can attach files of the following types", 'contact_form' ) . ": html, txt, css, gif, png, jpeg, jpg, tiff, bmp, ai, eps, ps, rtf, pdf, doc, docx, zip, rar, ppt"; ?></span>
255
  </td>
256
  </tr>
257
  <tr valign="top" class="cntctfrm_additions_block <?php if($cntctfrm_options['cntctfrm_additions_options'] == '0') echo "cntctfrm_hidden"; ?>">
@@ -369,7 +369,7 @@ if( ! function_exists( 'cntctfrm_display_form' ) ) {
369
  }
370
  $content .= '<div style="text-align: left;">
371
  <input type="file" name="cntctfrm_contact_attachment" id="cntctfrm_contact_attachment"'.(isset( $error_message['error_attachment'] ) ? "class='error'": "").' />
372
- <label style="font-size:10px;"><br />'. __( "You can attach files of the following types", 'contact_form' ) . ': html, txt, css, gif, png, jpeg, jpg, tiff, bmp, ai, eps, ps, rtf, pdf, doc, docx, zip, rar, ppt</label>
373
  </div>';
374
  }
375
  if($cntctfrm_options['cntctfrm_send_copy'] == 1 ) {
@@ -433,6 +433,8 @@ if( ! function_exists( 'cntctfrm_check_form' ) ) {
433
  'docx'=>'application/mswor',
434
  'zip'=>'application/zip',
435
  'rar'=>'application/rar',
 
 
436
  'ppt'=>'application/vnd.ms-powerpoint');
437
  $error_message['error_attachment'] = __( "Attachment is broken.", "contact_form" );
438
  }
4
  Plugin URI: http://bestwebsoft.com/plugin/
5
  Description: Plugin for Contact Form.
6
  Author: BestWebSoft
7
+ Version: 3.12
8
  Author URI: http://bestwebsoft.com/
9
  License: GPLv2 or later
10
  */
251
  <input type="checkbox" id="cntctfrm_attachment" name="cntctfrm_attachment" value="1" <?php if($cntctfrm_options['cntctfrm_attachment'] == '1') echo "checked=\"checked\" "; ?>/>
252
  </td>
253
  <td>
254
+ <span class="cntctfrm_info"><?php echo __( "Users can attach files of the following types", 'contact_form' ) . ": html, txt, css, gif, png, jpeg, jpg, tiff, bmp, ai, eps, ps, rtf, pdf, doc, docx, zip, rar, wav, mp3, ppt"; ?></span>
255
  </td>
256
  </tr>
257
  <tr valign="top" class="cntctfrm_additions_block <?php if($cntctfrm_options['cntctfrm_additions_options'] == '0') echo "cntctfrm_hidden"; ?>">
369
  }
370
  $content .= '<div style="text-align: left;">
371
  <input type="file" name="cntctfrm_contact_attachment" id="cntctfrm_contact_attachment"'.(isset( $error_message['error_attachment'] ) ? "class='error'": "").' />
372
+ <label style="font-size:10px;"><br />'. __( "You can attach files of the following types", 'contact_form' ) . ': html, txt, css, gif, png, jpeg, jpg, tiff, bmp, ai, eps, ps, rtf, pdf, doc, docx, zip, rar, wav, mp3, ppt</label>
373
  </div>';
374
  }
375
  if($cntctfrm_options['cntctfrm_send_copy'] == 1 ) {
433
  'docx'=>'application/mswor',
434
  'zip'=>'application/zip',
435
  'rar'=>'application/rar',
436
+ 'wav'=>'audio/wav',
437
+ 'mp3'=>'audio/mp3',
438
  'ppt'=>'application/vnd.ms-powerpoint');
439
  $error_message['error_attachment'] = __( "Attachment is broken.", "contact_form" );
440
  }
languages/contact_form-bg_BG.mo CHANGED
Binary file
languages/contact_form-bg_BG.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-03-12 19:25+0200\n"
6
- "PO-Revision-Date: 2012-03-12 19:25+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:78
30
- #: contact_form.php:601
31
- #: contact_form.php:610
32
  msgid "Settings"
33
  msgstr "Настройки"
34
 
@@ -206,63 +206,63 @@ msgstr "Текстовото съобщение е задължително."
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 "Моля попълнете CAPTCHA."
216
 
217
- #: contact_form.php:526
218
- #: contact_form.php:560
219
  msgid "Sent from (ip address)"
220
  msgstr "Изпратено от (ip адрес)"
221
 
222
- #: contact_form.php:527
223
- #: contact_form.php:563
224
  msgid "Date/Time"
225
  msgstr "Дата/Час"
226
 
227
- #: contact_form.php:528
228
- #: contact_form.php:566
229
  msgid "Coming from (referer)"
230
  msgstr "Идва от (referer)"
231
 
232
- #: contact_form.php:529
233
- #: contact_form.php:569
234
  msgid "Using (user agent)"
235
  msgstr "Използвайки (user agent)"
236
 
237
- #: contact_form.php:534
238
  msgid "Contact from"
239
  msgstr "Форма за контакт"
240
 
241
- #: contact_form.php:539
242
  msgid "Name"
243
  msgstr "Име"
244
 
245
- #: contact_form.php:542
246
  msgid "Email"
247
  msgstr "Email"
248
 
249
- #: contact_form.php:545
250
  msgid "Subject"
251
  msgstr "Относно"
252
 
253
- #: contact_form.php:548
254
  msgid "Message"
255
  msgstr "Съобщение"
256
 
257
- #: contact_form.php:551
258
  msgid "Site"
259
  msgstr "Сайт"
260
 
261
- #: contact_form.php:611
262
  msgid "FAQ"
263
  msgstr "FAQ"
264
 
265
- #: contact_form.php:612
266
  msgid "Support"
267
  msgstr "Поддръжка"
268
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-03-12 20:36+0200\n"
6
+ "PO-Revision-Date: 2012-03-12 20:36+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:78
30
+ #: contact_form.php:603
31
+ #: contact_form.php:612
32
  msgid "Settings"
33
  msgstr "Настройки"
34
 
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 "Моля попълнете CAPTCHA."
216
 
217
+ #: contact_form.php:528
218
+ #: contact_form.php:562
219
  msgid "Sent from (ip address)"
220
  msgstr "Изпратено от (ip адрес)"
221
 
222
+ #: contact_form.php:529
223
+ #: contact_form.php:565
224
  msgid "Date/Time"
225
  msgstr "Дата/Час"
226
 
227
+ #: contact_form.php:530
228
+ #: contact_form.php:568
229
  msgid "Coming from (referer)"
230
  msgstr "Идва от (referer)"
231
 
232
+ #: contact_form.php:531
233
+ #: contact_form.php:571
234
  msgid "Using (user agent)"
235
  msgstr "Използвайки (user agent)"
236
 
237
+ #: contact_form.php:536
238
  msgid "Contact from"
239
  msgstr "Форма за контакт"
240
 
241
+ #: contact_form.php:541
242
  msgid "Name"
243
  msgstr "Име"
244
 
245
+ #: contact_form.php:544
246
  msgid "Email"
247
  msgstr "Email"
248
 
249
+ #: contact_form.php:547
250
  msgid "Subject"
251
  msgstr "Относно"
252
 
253
+ #: contact_form.php:550
254
  msgid "Message"
255
  msgstr "Съобщение"
256
 
257
+ #: contact_form.php:553
258
  msgid "Site"
259
  msgstr "Сайт"
260
 
261
+ #: contact_form.php:613
262
  msgid "FAQ"
263
  msgstr "FAQ"
264
 
265
+ #: contact_form.php:614
266
  msgid "Support"
267
  msgstr "Поддръжка"
268
 
languages/contact_form-de_DE.mo CHANGED
Binary file
languages/contact_form-de_DE.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-03-12 19:25+0200\n"
6
- "PO-Revision-Date: 2012-03-12 19:25+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"
@@ -27,8 +27,8 @@ msgid "Read more"
27
  msgstr "Lesen Sie mehr"
28
 
29
  #: contact_form.php:78
30
- #: contact_form.php:601
31
- #: contact_form.php:610
32
  msgid "Settings"
33
  msgstr "Einstellungen"
34
 
@@ -206,63 +206,63 @@ msgstr "Bitte geben Sie eine Nachricht ein."
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:437
210
  msgid "Attachment is broken."
211
  msgstr "Anhang scheint defekt zu sein."
212
 
213
- #: contact_form.php:450
214
  msgid "Please complete the CAPTCHA."
215
  msgstr "Bitte ergänzen Sie das CAPTCHA."
216
 
217
- #: contact_form.php:526
218
- #: contact_form.php:560
219
  msgid "Sent from (ip address)"
220
  msgstr "Gesendet von (IP-Adresse)"
221
 
222
- #: contact_form.php:527
223
- #: contact_form.php:563
224
  msgid "Date/Time"
225
  msgstr "Datum / Uhrzeit"
226
 
227
- #: contact_form.php:528
228
- #: contact_form.php:566
229
  msgid "Coming from (referer)"
230
  msgstr "gesendet von (referer)"
231
 
232
- #: contact_form.php:529
233
- #: contact_form.php:569
234
  msgid "Using (user agent)"
235
  msgstr "mit (user agent)"
236
 
237
- #: contact_form.php:534
238
  msgid "Contact from"
239
  msgstr "Kontakt von"
240
 
241
- #: contact_form.php:539
242
  msgid "Name"
243
  msgstr "Nome"
244
 
245
- #: contact_form.php:542
246
  msgid "Email"
247
  msgstr "E-Mail"
248
 
249
- #: contact_form.php:545
250
  msgid "Subject"
251
  msgstr "Betreff"
252
 
253
- #: contact_form.php:548
254
  msgid "Message"
255
  msgstr "Nachricht"
256
 
257
- #: contact_form.php:551
258
  msgid "Site"
259
  msgstr "Site"
260
 
261
- #: contact_form.php:611
262
  msgid "FAQ"
263
  msgstr "Häufig gestellte Fragen (FAQ)"
264
 
265
- #: contact_form.php:612
266
  msgid "Support"
267
  msgstr "Unterstützung"
268
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-03-12 20:36+0200\n"
6
+ "PO-Revision-Date: 2012-03-12 20:36+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"
27
  msgstr "Lesen Sie mehr"
28
 
29
  #: contact_form.php:78
30
+ #: contact_form.php:603
31
+ #: contact_form.php:612
32
  msgid "Settings"
33
  msgstr "Einstellungen"
34
 
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:528
218
+ #: contact_form.php:562
219
  msgid "Sent from (ip address)"
220
  msgstr "Gesendet von (IP-Adresse)"
221
 
222
+ #: contact_form.php:529
223
+ #: contact_form.php:565
224
  msgid "Date/Time"
225
  msgstr "Datum / Uhrzeit"
226
 
227
+ #: contact_form.php:530
228
+ #: contact_form.php:568
229
  msgid "Coming from (referer)"
230
  msgstr "gesendet von (referer)"
231
 
232
+ #: contact_form.php:531
233
+ #: contact_form.php:571
234
  msgid "Using (user agent)"
235
  msgstr "mit (user agent)"
236
 
237
+ #: contact_form.php:536
238
  msgid "Contact from"
239
  msgstr "Kontakt von"
240
 
241
+ #: contact_form.php:541
242
  msgid "Name"
243
  msgstr "Nome"
244
 
245
+ #: contact_form.php:544
246
  msgid "Email"
247
  msgstr "E-Mail"
248
 
249
+ #: contact_form.php:547
250
  msgid "Subject"
251
  msgstr "Betreff"
252
 
253
+ #: contact_form.php:550
254
  msgid "Message"
255
  msgstr "Nachricht"
256
 
257
+ #: contact_form.php:553
258
  msgid "Site"
259
  msgstr "Site"
260
 
261
+ #: contact_form.php:613
262
  msgid "FAQ"
263
  msgstr "Häufig gestellte Fragen (FAQ)"
264
 
265
+ #: contact_form.php:614
266
  msgid "Support"
267
  msgstr "Unterstützung"
268
 
languages/contact_form-es_ES.mo CHANGED
Binary file
languages/contact_form-es_ES.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-03-12 19:26+0200\n"
6
- "PO-Revision-Date: 2012-03-12 19:26+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 "Lea mas"
28
 
29
  #: contact_form.php:78
30
- #: contact_form.php:601
31
- #: contact_form.php:610
32
  msgid "Settings"
33
  msgstr "Configuración"
34
 
@@ -206,63 +206,63 @@ msgstr "El mensaje es obligatorio."
206
  msgid "Please make corrections below and try again."
207
  msgstr "Por favor, corrija los datos y pruebe de nuevo."
208
 
209
- #: contact_form.php:437
210
  msgid "Attachment is broken."
211
  msgstr "El adjunto es incorrecto."
212
 
213
- #: contact_form.php:450
214
  msgid "Please complete the CAPTCHA."
215
  msgstr "Por favor completa el CAPTCHA"
216
 
217
- #: contact_form.php:526
218
- #: contact_form.php:560
219
  msgid "Sent from (ip address)"
220
  msgstr "Enviado desde (dirección IP)"
221
 
222
- #: contact_form.php:527
223
- #: contact_form.php:563
224
  msgid "Date/Time"
225
  msgstr "Fecha/hora"
226
 
227
- #: contact_form.php:528
228
- #: contact_form.php:566
229
  msgid "Coming from (referer)"
230
  msgstr "De (referente)"
231
 
232
- #: contact_form.php:529
233
- #: contact_form.php:569
234
  msgid "Using (user agent)"
235
  msgstr "Usando (user agent)"
236
 
237
- #: contact_form.php:534
238
  msgid "Contact from"
239
  msgstr "Contact from"
240
 
241
- #: contact_form.php:539
242
  msgid "Name"
243
  msgstr "Nombre"
244
 
245
- #: contact_form.php:542
246
  msgid "Email"
247
  msgstr "E-mail"
248
 
249
- #: contact_form.php:545
250
  msgid "Subject"
251
  msgstr "Asunto"
252
 
253
- #: contact_form.php:548
254
  msgid "Message"
255
  msgstr "Mensaje"
256
 
257
- #: contact_form.php:551
258
  msgid "Site"
259
  msgstr "Sitio"
260
 
261
- #: contact_form.php:611
262
  msgid "FAQ"
263
  msgstr "FAQ"
264
 
265
- #: contact_form.php:612
266
  msgid "Support"
267
  msgstr "Soporte"
268
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-03-12 20:36+0200\n"
6
+ "PO-Revision-Date: 2012-03-12 20:36+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 "Lea mas"
28
 
29
  #: contact_form.php:78
30
+ #: contact_form.php:603
31
+ #: contact_form.php:612
32
  msgid "Settings"
33
  msgstr "Configuración"
34
 
206
  msgid "Please make corrections below and try again."
207
  msgstr "Por favor, corrija los datos y pruebe de nuevo."
208
 
209
+ #: contact_form.php:439
210
  msgid "Attachment is broken."
211
  msgstr "El adjunto es incorrecto."
212
 
213
+ #: contact_form.php:452
214
  msgid "Please complete the CAPTCHA."
215
  msgstr "Por favor completa el CAPTCHA"
216
 
217
+ #: contact_form.php:528
218
+ #: contact_form.php:562
219
  msgid "Sent from (ip address)"
220
  msgstr "Enviado desde (dirección IP)"
221
 
222
+ #: contact_form.php:529
223
+ #: contact_form.php:565
224
  msgid "Date/Time"
225
  msgstr "Fecha/hora"
226
 
227
+ #: contact_form.php:530
228
+ #: contact_form.php:568
229
  msgid "Coming from (referer)"
230
  msgstr "De (referente)"
231
 
232
+ #: contact_form.php:531
233
+ #: contact_form.php:571
234
  msgid "Using (user agent)"
235
  msgstr "Usando (user agent)"
236
 
237
+ #: contact_form.php:536
238
  msgid "Contact from"
239
  msgstr "Contact from"
240
 
241
+ #: contact_form.php:541
242
  msgid "Name"
243
  msgstr "Nombre"
244
 
245
+ #: contact_form.php:544
246
  msgid "Email"
247
  msgstr "E-mail"
248
 
249
+ #: contact_form.php:547
250
  msgid "Subject"
251
  msgstr "Asunto"
252
 
253
+ #: contact_form.php:550
254
  msgid "Message"
255
  msgstr "Mensaje"
256
 
257
+ #: contact_form.php:553
258
  msgid "Site"
259
  msgstr "Sitio"
260
 
261
+ #: contact_form.php:613
262
  msgid "FAQ"
263
  msgstr "FAQ"
264
 
265
+ #: contact_form.php:614
266
  msgid "Support"
267
  msgstr "Soporte"
268
 
languages/contact_form-fr_FR.mo CHANGED
Binary file
languages/contact_form-fr_FR.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-03-12 19:26+0200\n"
6
- "PO-Revision-Date: 2012-03-12 19:26+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 "Lire plus"
28
 
29
  #: contact_form.php:78
30
- #: contact_form.php:601
31
- #: contact_form.php:610
32
  msgid "Settings"
33
  msgstr "Réglages"
34
 
@@ -206,63 +206,63 @@ msgstr "Message requis."
206
  msgid "Please make corrections below and try again."
207
  msgstr "Merci d'effectuer les corrections suivantes et de recommencer."
208
 
209
- #: contact_form.php:437
210
  msgid "Attachment is broken."
211
  msgstr "La pièce jointe est corrompue."
212
 
213
- #: contact_form.php:450
214
  msgid "Please complete the CAPTCHA."
215
  msgstr "Merci de saisir CAPTCHA"
216
 
217
- #: contact_form.php:526
218
- #: contact_form.php:560
219
  msgid "Sent from (ip address)"
220
  msgstr "Envoyé de (adresse IP)"
221
 
222
- #: contact_form.php:527
223
- #: contact_form.php:563
224
  msgid "Date/Time"
225
  msgstr "Date/Heure"
226
 
227
- #: contact_form.php:528
228
- #: contact_form.php:566
229
  msgid "Coming from (referer)"
230
  msgstr "De (Emetteur)"
231
 
232
- #: contact_form.php:529
233
- #: contact_form.php:569
234
  msgid "Using (user agent)"
235
  msgstr "Utilisant (user agent)"
236
 
237
- #: contact_form.php:534
238
  msgid "Contact from"
239
  msgstr "Formulaire de contact"
240
 
241
- #: contact_form.php:539
242
  msgid "Name"
243
  msgstr "Nom"
244
 
245
- #: contact_form.php:542
246
  msgid "Email"
247
  msgstr "Email"
248
 
249
- #: contact_form.php:545
250
  msgid "Subject"
251
  msgstr "Sujet"
252
 
253
- #: contact_form.php:548
254
  msgid "Message"
255
  msgstr "Message"
256
 
257
- #: contact_form.php:551
258
  msgid "Site"
259
  msgstr "Site"
260
 
261
- #: contact_form.php:611
262
  msgid "FAQ"
263
  msgstr "FAQ"
264
 
265
- #: contact_form.php:612
266
  msgid "Support"
267
  msgstr "Support"
268
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-03-12 20:36+0200\n"
6
+ "PO-Revision-Date: 2012-03-12 20:36+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 "Lire plus"
28
 
29
  #: contact_form.php:78
30
+ #: contact_form.php:603
31
+ #: contact_form.php:612
32
  msgid "Settings"
33
  msgstr "Réglages"
34
 
206
  msgid "Please make corrections below and try again."
207
  msgstr "Merci d'effectuer les corrections suivantes et de recommencer."
208
 
209
+ #: contact_form.php:439
210
  msgid "Attachment is broken."
211
  msgstr "La pièce jointe est corrompue."
212
 
213
+ #: contact_form.php:452
214
  msgid "Please complete the CAPTCHA."
215
  msgstr "Merci de saisir CAPTCHA"
216
 
217
+ #: contact_form.php:528
218
+ #: contact_form.php:562
219
  msgid "Sent from (ip address)"
220
  msgstr "Envoyé de (adresse IP)"
221
 
222
+ #: contact_form.php:529
223
+ #: contact_form.php:565
224
  msgid "Date/Time"
225
  msgstr "Date/Heure"
226
 
227
+ #: contact_form.php:530
228
+ #: contact_form.php:568
229
  msgid "Coming from (referer)"
230
  msgstr "De (Emetteur)"
231
 
232
+ #: contact_form.php:531
233
+ #: contact_form.php:571
234
  msgid "Using (user agent)"
235
  msgstr "Utilisant (user agent)"
236
 
237
+ #: contact_form.php:536
238
  msgid "Contact from"
239
  msgstr "Formulaire de contact"
240
 
241
+ #: contact_form.php:541
242
  msgid "Name"
243
  msgstr "Nom"
244
 
245
+ #: contact_form.php:544
246
  msgid "Email"
247
  msgstr "Email"
248
 
249
+ #: contact_form.php:547
250
  msgid "Subject"
251
  msgstr "Sujet"
252
 
253
+ #: contact_form.php:550
254
  msgid "Message"
255
  msgstr "Message"
256
 
257
+ #: contact_form.php:553
258
  msgid "Site"
259
  msgstr "Site"
260
 
261
+ #: contact_form.php:613
262
  msgid "FAQ"
263
  msgstr "FAQ"
264
 
265
+ #: contact_form.php:614
266
  msgid "Support"
267
  msgstr "Support"
268
 
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-03-12 19:26+0200\n"
6
- "PO-Revision-Date: 2012-03-12 19:26+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:78
30
- #: contact_form.php:601
31
- #: contact_form.php:610
32
  msgid "Settings"
33
  msgstr "Settaggi"
34
 
@@ -206,63 +206,63 @@ msgstr "Il campo messaggio è obbligatorio"
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:526
218
- #: contact_form.php:560
219
  msgid "Sent from (ip address)"
220
  msgstr "Inviato da (indirizzi IP)"
221
 
222
- #: contact_form.php:527
223
- #: contact_form.php:563
224
  msgid "Date/Time"
225
  msgstr "Data/Ora"
226
 
227
- #: contact_form.php:528
228
- #: contact_form.php:566
229
  msgid "Coming from (referer)"
230
  msgstr "Da (referente)"
231
 
232
- #: contact_form.php:529
233
- #: contact_form.php:569
234
  msgid "Using (user agent)"
235
  msgstr "Utilizza (user agent)"
236
 
237
- #: contact_form.php:534
238
  msgid "Contact from"
239
  msgstr "Contact from"
240
 
241
- #: contact_form.php:539
242
  msgid "Name"
243
  msgstr "Nome"
244
 
245
- #: contact_form.php:542
246
  msgid "Email"
247
  msgstr "e-mail"
248
 
249
- #: contact_form.php:545
250
  msgid "Subject"
251
  msgstr "Oggetto"
252
 
253
- #: contact_form.php:548
254
  msgid "Message"
255
  msgstr "Messaggio"
256
 
257
- #: contact_form.php:551
258
  msgid "Site"
259
  msgstr "Sito"
260
 
261
- #: contact_form.php:611
262
  msgid "FAQ"
263
  msgstr "FAQ"
264
 
265
- #: contact_form.php:612
266
  msgid "Support"
267
  msgstr "Supporto"
268
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-03-12 20:36+0200\n"
6
+ "PO-Revision-Date: 2012-03-12 20:36+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:78
30
+ #: contact_form.php:603
31
+ #: contact_form.php:612
32
  msgid "Settings"
33
  msgstr "Settaggi"
34
 
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:528
218
+ #: contact_form.php:562
219
  msgid "Sent from (ip address)"
220
  msgstr "Inviato da (indirizzi IP)"
221
 
222
+ #: contact_form.php:529
223
+ #: contact_form.php:565
224
  msgid "Date/Time"
225
  msgstr "Data/Ora"
226
 
227
+ #: contact_form.php:530
228
+ #: contact_form.php:568
229
  msgid "Coming from (referer)"
230
  msgstr "Da (referente)"
231
 
232
+ #: contact_form.php:531
233
+ #: contact_form.php:571
234
  msgid "Using (user agent)"
235
  msgstr "Utilizza (user agent)"
236
 
237
+ #: contact_form.php:536
238
  msgid "Contact from"
239
  msgstr "Contact from"
240
 
241
+ #: contact_form.php:541
242
  msgid "Name"
243
  msgstr "Nome"
244
 
245
+ #: contact_form.php:544
246
  msgid "Email"
247
  msgstr "e-mail"
248
 
249
+ #: contact_form.php:547
250
  msgid "Subject"
251
  msgstr "Oggetto"
252
 
253
+ #: contact_form.php:550
254
  msgid "Message"
255
  msgstr "Messaggio"
256
 
257
+ #: contact_form.php:553
258
  msgid "Site"
259
  msgstr "Sito"
260
 
261
+ #: contact_form.php:613
262
  msgid "FAQ"
263
  msgstr "FAQ"
264
 
265
+ #: contact_form.php:614
266
  msgid "Support"
267
  msgstr "Supporto"
268
 
languages/contact_form-lt_LT.mo CHANGED
Binary file
languages/contact_form-lt_LT.po CHANGED
@@ -3,8 +3,8 @@ msgid ""
3
  msgstr ""
4
  "Project-Id-Version: contact_form\n"
5
  "Report-Msgid-Bugs-To: \n"
6
- "POT-Creation-Date: 2012-03-12 19:26+0200\n"
7
- "PO-Revision-Date: 2012-03-12 19:26+0200\n"
8
  "Last-Translator: BWS <zos@bestwebsoft.com>\n"
9
  "Language-Team: Lithuanian <kde-i18n-lt@kde.org>\n"
10
  "MIME-Version: 1.0\n"
@@ -31,8 +31,8 @@ msgid "Read more"
31
  msgstr "Skaityti daugiau"
32
 
33
  #: contact_form.php:78
34
- #: contact_form.php:601
35
- #: contact_form.php:610
36
  msgid "Settings"
37
  msgstr "Nustatymai"
38
 
@@ -210,63 +210,63 @@ msgstr "Būtina įrašyti laiško turinį."
210
  msgid "Please make corrections below and try again."
211
  msgstr "Prašome pataisyti laišką ir bandyti iš naujo."
212
 
213
- #: contact_form.php:437
214
  msgid "Attachment is broken."
215
  msgstr "Pridedamas failas sugadintas."
216
 
217
- #: contact_form.php:450
218
  msgid "Please complete the CAPTCHA."
219
  msgstr "Prašome užpildyti CAPTCHA."
220
 
221
- #: contact_form.php:526
222
- #: contact_form.php:560
223
  msgid "Sent from (ip address)"
224
  msgstr "Siųsta iš (ip adresas)"
225
 
226
- #: contact_form.php:527
227
- #: contact_form.php:563
228
  msgid "Date/Time"
229
  msgstr "Data/laikas"
230
 
231
- #: contact_form.php:528
232
- #: contact_form.php:566
233
  msgid "Coming from (referer)"
234
  msgstr "Ateita iš (nukreipiklis)"
235
 
236
- #: contact_form.php:529
237
- #: contact_form.php:569
238
  msgid "Using (user agent)"
239
  msgstr "Naudoja (naršyklės įrašas)"
240
 
241
- #: contact_form.php:534
242
  msgid "Contact from"
243
  msgstr "Kontaktų forma"
244
 
245
- #: contact_form.php:539
246
  msgid "Name"
247
  msgstr "Vardas"
248
 
249
- #: contact_form.php:542
250
  msgid "Email"
251
  msgstr "El. paštas"
252
 
253
- #: contact_form.php:545
254
  msgid "Subject"
255
  msgstr "Tema"
256
 
257
- #: contact_form.php:548
258
  msgid "Message"
259
  msgstr "Tekstas"
260
 
261
- #: contact_form.php:551
262
  msgid "Site"
263
  msgstr "Svetainė"
264
 
265
- #: contact_form.php:611
266
  msgid "FAQ"
267
  msgstr "DUK"
268
 
269
- #: contact_form.php:612
270
  msgid "Support"
271
  msgstr "Palaikymas"
272
 
3
  msgstr ""
4
  "Project-Id-Version: contact_form\n"
5
  "Report-Msgid-Bugs-To: \n"
6
+ "POT-Creation-Date: 2012-03-12 20:36+0200\n"
7
+ "PO-Revision-Date: 2012-03-12 20:36+0200\n"
8
  "Last-Translator: BWS <zos@bestwebsoft.com>\n"
9
  "Language-Team: Lithuanian <kde-i18n-lt@kde.org>\n"
10
  "MIME-Version: 1.0\n"
31
  msgstr "Skaityti daugiau"
32
 
33
  #: contact_form.php:78
34
+ #: contact_form.php:603
35
+ #: contact_form.php:612
36
  msgid "Settings"
37
  msgstr "Nustatymai"
38
 
210
  msgid "Please make corrections below and try again."
211
  msgstr "Prašome pataisyti laišką ir bandyti iš naujo."
212
 
213
+ #: contact_form.php:439
214
  msgid "Attachment is broken."
215
  msgstr "Pridedamas failas sugadintas."
216
 
217
+ #: contact_form.php:452
218
  msgid "Please complete the CAPTCHA."
219
  msgstr "Prašome užpildyti CAPTCHA."
220
 
221
+ #: contact_form.php:528
222
+ #: contact_form.php:562
223
  msgid "Sent from (ip address)"
224
  msgstr "Siųsta iš (ip adresas)"
225
 
226
+ #: contact_form.php:529
227
+ #: contact_form.php:565
228
  msgid "Date/Time"
229
  msgstr "Data/laikas"
230
 
231
+ #: contact_form.php:530
232
+ #: contact_form.php:568
233
  msgid "Coming from (referer)"
234
  msgstr "Ateita iš (nukreipiklis)"
235
 
236
+ #: contact_form.php:531
237
+ #: contact_form.php:571
238
  msgid "Using (user agent)"
239
  msgstr "Naudoja (naršyklės įrašas)"
240
 
241
+ #: contact_form.php:536
242
  msgid "Contact from"
243
  msgstr "Kontaktų forma"
244
 
245
+ #: contact_form.php:541
246
  msgid "Name"
247
  msgstr "Vardas"
248
 
249
+ #: contact_form.php:544
250
  msgid "Email"
251
  msgstr "El. paštas"
252
 
253
+ #: contact_form.php:547
254
  msgid "Subject"
255
  msgstr "Tema"
256
 
257
+ #: contact_form.php:550
258
  msgid "Message"
259
  msgstr "Tekstas"
260
 
261
+ #: contact_form.php:553
262
  msgid "Site"
263
  msgstr "Svetainė"
264
 
265
+ #: contact_form.php:613
266
  msgid "FAQ"
267
  msgstr "DUK"
268
 
269
+ #: contact_form.php:614
270
  msgid "Support"
271
  msgstr "Palaikymas"
272
 
languages/contact_form-nb_NO.mo CHANGED
Binary file
languages/contact_form-nb_NO.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-03-12 19:26+0200\n"
6
- "PO-Revision-Date: 2012-03-12 19:26+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"
@@ -27,8 +27,8 @@ msgid "Read more"
27
  msgstr "Les mer"
28
 
29
  #: contact_form.php:78
30
- #: contact_form.php:601
31
- #: contact_form.php:610
32
  msgid "Settings"
33
  msgstr "Innstilllinger"
34
 
@@ -206,63 +206,63 @@ msgstr "Tekst i meldingsfeltet er påkrevet"
206
  msgid "Please make corrections below and try again."
207
  msgstr "Vennligst gjør endringer nedenfor og forsøk igjen."
208
 
209
- #: contact_form.php:437
210
  msgid "Attachment is broken."
211
  msgstr "Vedlegget fungerer ikke."
212
 
213
- #: contact_form.php:450
214
  msgid "Please complete the CAPTCHA."
215
  msgstr "Vennligst fyll ut CAPTCHA"
216
 
217
- #: contact_form.php:526
218
- #: contact_form.php:560
219
  msgid "Sent from (ip address)"
220
  msgstr "Sendt fra (IP-adresse)"
221
 
222
- #: contact_form.php:527
223
- #: contact_form.php:563
224
  msgid "Date/Time"
225
  msgstr "Dato/tid"
226
 
227
- #: contact_form.php:528
228
- #: contact_form.php:566
229
  msgid "Coming from (referer)"
230
  msgstr "Sendt fra (referent)"
231
 
232
- #: contact_form.php:529
233
- #: contact_form.php:569
234
  msgid "Using (user agent)"
235
  msgstr "med (user agent)"
236
 
237
- #: contact_form.php:534
238
  msgid "Contact from"
239
  msgstr "Kontakt fra"
240
 
241
- #: contact_form.php:539
242
  msgid "Name"
243
  msgstr "Navn"
244
 
245
- #: contact_form.php:542
246
  msgid "Email"
247
  msgstr "Epost"
248
 
249
- #: contact_form.php:545
250
  msgid "Subject"
251
  msgstr "Tema"
252
 
253
- #: contact_form.php:548
254
  msgid "Message"
255
  msgstr "Melding"
256
 
257
- #: contact_form.php:551
258
  msgid "Site"
259
  msgstr "Site"
260
 
261
- #: contact_form.php:611
262
  msgid "FAQ"
263
  msgstr "Vanlige spørsmål"
264
 
265
- #: contact_form.php:612
266
  msgid "Support"
267
  msgstr "Support"
268
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-03-12 20:36+0200\n"
6
+ "PO-Revision-Date: 2012-03-12 20:36+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"
27
  msgstr "Les mer"
28
 
29
  #: contact_form.php:78
30
+ #: contact_form.php:603
31
+ #: contact_form.php:612
32
  msgid "Settings"
33
  msgstr "Innstilllinger"
34
 
206
  msgid "Please make corrections below and try again."
207
  msgstr "Vennligst gjør endringer nedenfor og forsøk igjen."
208
 
209
+ #: contact_form.php:439
210
  msgid "Attachment is broken."
211
  msgstr "Vedlegget fungerer ikke."
212
 
213
+ #: contact_form.php:452
214
  msgid "Please complete the CAPTCHA."
215
  msgstr "Vennligst fyll ut CAPTCHA"
216
 
217
+ #: contact_form.php:528
218
+ #: contact_form.php:562
219
  msgid "Sent from (ip address)"
220
  msgstr "Sendt fra (IP-adresse)"
221
 
222
+ #: contact_form.php:529
223
+ #: contact_form.php:565
224
  msgid "Date/Time"
225
  msgstr "Dato/tid"
226
 
227
+ #: contact_form.php:530
228
+ #: contact_form.php:568
229
  msgid "Coming from (referer)"
230
  msgstr "Sendt fra (referent)"
231
 
232
+ #: contact_form.php:531
233
+ #: contact_form.php:571
234
  msgid "Using (user agent)"
235
  msgstr "med (user agent)"
236
 
237
+ #: contact_form.php:536
238
  msgid "Contact from"
239
  msgstr "Kontakt fra"
240
 
241
+ #: contact_form.php:541
242
  msgid "Name"
243
  msgstr "Navn"
244
 
245
+ #: contact_form.php:544
246
  msgid "Email"
247
  msgstr "Epost"
248
 
249
+ #: contact_form.php:547
250
  msgid "Subject"
251
  msgstr "Tema"
252
 
253
+ #: contact_form.php:550
254
  msgid "Message"
255
  msgstr "Melding"
256
 
257
+ #: contact_form.php:553
258
  msgid "Site"
259
  msgstr "Site"
260
 
261
+ #: contact_form.php:613
262
  msgid "FAQ"
263
  msgstr "Vanlige spørsmål"
264
 
265
+ #: contact_form.php:614
266
  msgid "Support"
267
  msgstr "Support"
268
 
languages/contact_form-nl_NL.mo CHANGED
Binary file
languages/contact_form-nl_NL.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-03-12 19:26+0200\n"
6
- "PO-Revision-Date: 2012-03-12 19:26+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"
@@ -27,8 +27,8 @@ msgid "Read more"
27
  msgstr "Lees verder"
28
 
29
  #: contact_form.php:78
30
- #: contact_form.php:601
31
- #: contact_form.php:610
32
  msgid "Settings"
33
  msgstr "Instellingen"
34
 
@@ -206,63 +206,63 @@ msgstr "U bent vergeten een bericht op te geven"
206
  msgid "Please make corrections below and try again."
207
  msgstr "Vul alle vereiste informatie in en probeer het opnieuw."
208
 
209
- #: contact_form.php:437
210
  msgid "Attachment is broken."
211
  msgstr "Bijlage is beschadigd."
212
 
213
- #: contact_form.php:450
214
  msgid "Please complete the CAPTCHA."
215
  msgstr "Vul de CAPTCHA in."
216
 
217
- #: contact_form.php:526
218
- #: contact_form.php:560
219
  msgid "Sent from (ip address)"
220
  msgstr "Verstuurd van (IP-adres)"
221
 
222
- #: contact_form.php:527
223
- #: contact_form.php:563
224
  msgid "Date/Time"
225
  msgstr "Datum/Tijd"
226
 
227
- #: contact_form.php:528
228
- #: contact_form.php:566
229
  msgid "Coming from (referer)"
230
  msgstr "Verstuurd vanaf (referer)"
231
 
232
- #: contact_form.php:529
233
- #: contact_form.php:569
234
  msgid "Using (user agent)"
235
  msgstr "Met (user agent)"
236
 
237
- #: contact_form.php:534
238
  msgid "Contact from"
239
  msgstr "Contact van"
240
 
241
- #: contact_form.php:539
242
  msgid "Name"
243
  msgstr "Naam"
244
 
245
- #: contact_form.php:542
246
  msgid "Email"
247
  msgstr "Email"
248
 
249
- #: contact_form.php:545
250
  msgid "Subject"
251
  msgstr "Onderwerp"
252
 
253
- #: contact_form.php:548
254
  msgid "Message"
255
  msgstr "Bericht"
256
 
257
- #: contact_form.php:551
258
  msgid "Site"
259
  msgstr "Website"
260
 
261
- #: contact_form.php:611
262
  msgid "FAQ"
263
  msgstr "Veel gestelde vragen (FAQ)"
264
 
265
- #: contact_form.php:612
266
  msgid "Support"
267
  msgstr "Support"
268
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-03-12 20:36+0200\n"
6
+ "PO-Revision-Date: 2012-03-12 20:36+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"
27
  msgstr "Lees verder"
28
 
29
  #: contact_form.php:78
30
+ #: contact_form.php:603
31
+ #: contact_form.php:612
32
  msgid "Settings"
33
  msgstr "Instellingen"
34
 
206
  msgid "Please make corrections below and try again."
207
  msgstr "Vul alle vereiste informatie in en probeer het opnieuw."
208
 
209
+ #: contact_form.php:439
210
  msgid "Attachment is broken."
211
  msgstr "Bijlage is beschadigd."
212
 
213
+ #: contact_form.php:452
214
  msgid "Please complete the CAPTCHA."
215
  msgstr "Vul de CAPTCHA in."
216
 
217
+ #: contact_form.php:528
218
+ #: contact_form.php:562
219
  msgid "Sent from (ip address)"
220
  msgstr "Verstuurd van (IP-adres)"
221
 
222
+ #: contact_form.php:529
223
+ #: contact_form.php:565
224
  msgid "Date/Time"
225
  msgstr "Datum/Tijd"
226
 
227
+ #: contact_form.php:530
228
+ #: contact_form.php:568
229
  msgid "Coming from (referer)"
230
  msgstr "Verstuurd vanaf (referer)"
231
 
232
+ #: contact_form.php:531
233
+ #: contact_form.php:571
234
  msgid "Using (user agent)"
235
  msgstr "Met (user agent)"
236
 
237
+ #: contact_form.php:536
238
  msgid "Contact from"
239
  msgstr "Contact van"
240
 
241
+ #: contact_form.php:541
242
  msgid "Name"
243
  msgstr "Naam"
244
 
245
+ #: contact_form.php:544
246
  msgid "Email"
247
  msgstr "Email"
248
 
249
+ #: contact_form.php:547
250
  msgid "Subject"
251
  msgstr "Onderwerp"
252
 
253
+ #: contact_form.php:550
254
  msgid "Message"
255
  msgstr "Bericht"
256
 
257
+ #: contact_form.php:553
258
  msgid "Site"
259
  msgstr "Website"
260
 
261
+ #: contact_form.php:613
262
  msgid "FAQ"
263
  msgstr "Veel gestelde vragen (FAQ)"
264
 
265
+ #: contact_form.php:614
266
  msgid "Support"
267
  msgstr "Support"
268
 
languages/contact_form-pl_PL.mo CHANGED
Binary file
languages/contact_form-pl_PL.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Contact Form Plugin v3.05\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2012-03-12 19:26+0200\n"
6
- "PO-Revision-Date: 2012-03-12 19:26+0200\n"
7
  "Last-Translator: BWS <zos@bestwebsoft.com>\n"
8
  "Language-Team: \n"
9
  "MIME-Version: 1.0\n"
@@ -32,8 +32,8 @@ msgstr "Czytaj więcej"
32
 
33
  # @ contact_form
34
  #: contact_form.php:78
35
- #: contact_form.php:601
36
- #: contact_form.php:610
37
  msgid "Settings"
38
  msgstr "Ustawienia"
39
 
@@ -251,76 +251,76 @@ msgid "Please make corrections below and try again."
251
  msgstr "Proszę nanieść poprawki i spróbować jeszcze raz."
252
 
253
  # @ contact_form
254
- #: contact_form.php:437
255
  msgid "Attachment is broken."
256
  msgstr "Załącznik jest uszkodzony."
257
 
258
  # @ contact_form
259
- #: contact_form.php:450
260
  msgid "Please complete the CAPTCHA."
261
  msgstr "Proszę dokładnie przepisać kod."
262
 
263
  # @ contact_form
264
- #: contact_form.php:526
265
- #: contact_form.php:560
266
  msgid "Sent from (ip address)"
267
  msgstr "Przysłane z (adres IP)"
268
 
269
  # @ contact_form
270
- #: contact_form.php:527
271
- #: contact_form.php:563
272
  msgid "Date/Time"
273
  msgstr "Data/czas"
274
 
275
  # @ contact_form
276
- #: contact_form.php:528
277
- #: contact_form.php:566
278
  msgid "Coming from (referer)"
279
  msgstr "Przekierowane z (referrer)"
280
 
281
  # @ contact_form
282
- #: contact_form.php:529
283
- #: contact_form.php:569
284
  msgid "Using (user agent)"
285
  msgstr "Klient (program użytkownika)"
286
 
287
  # @ contact_form
288
- #: contact_form.php:534
289
  msgid "Contact from"
290
  msgstr "Kontakt z"
291
 
292
  # @ contact_form
293
- #: contact_form.php:539
294
  msgid "Name"
295
  msgstr "Imię"
296
 
297
  # @ contact_form
298
- #: contact_form.php:542
299
  msgid "Email"
300
  msgstr "E-mail"
301
 
302
  # @ contact_form
303
- #: contact_form.php:545
304
  msgid "Subject"
305
  msgstr "Temat"
306
 
307
  # @ contact_form
308
- #: contact_form.php:548
309
  msgid "Message"
310
  msgstr "Wiadomość"
311
 
312
  # @ contact_form
313
- #: contact_form.php:551
314
  msgid "Site"
315
  msgstr "Strona www"
316
 
317
  # @ contact_form
318
- #: contact_form.php:611
319
  msgid "FAQ"
320
  msgstr "FAQ"
321
 
322
  # @ contact_form
323
- #: contact_form.php:612
324
  msgid "Support"
325
  msgstr "Wsparcie"
326
 
2
  msgstr ""
3
  "Project-Id-Version: Contact Form Plugin v3.05\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-03-12 20:36+0200\n"
6
+ "PO-Revision-Date: 2012-03-12 20:36+0200\n"
7
  "Last-Translator: BWS <zos@bestwebsoft.com>\n"
8
  "Language-Team: \n"
9
  "MIME-Version: 1.0\n"
32
 
33
  # @ contact_form
34
  #: contact_form.php:78
35
+ #: contact_form.php:603
36
+ #: contact_form.php:612
37
  msgid "Settings"
38
  msgstr "Ustawienia"
39
 
251
  msgstr "Proszę nanieść poprawki i spróbować jeszcze raz."
252
 
253
  # @ contact_form
254
+ #: contact_form.php:439
255
  msgid "Attachment is broken."
256
  msgstr "Załącznik jest uszkodzony."
257
 
258
  # @ contact_form
259
+ #: contact_form.php:452
260
  msgid "Please complete the CAPTCHA."
261
  msgstr "Proszę dokładnie przepisać kod."
262
 
263
  # @ contact_form
264
+ #: contact_form.php:528
265
+ #: contact_form.php:562
266
  msgid "Sent from (ip address)"
267
  msgstr "Przysłane z (adres IP)"
268
 
269
  # @ contact_form
270
+ #: contact_form.php:529
271
+ #: contact_form.php:565
272
  msgid "Date/Time"
273
  msgstr "Data/czas"
274
 
275
  # @ contact_form
276
+ #: contact_form.php:530
277
+ #: contact_form.php:568
278
  msgid "Coming from (referer)"
279
  msgstr "Przekierowane z (referrer)"
280
 
281
  # @ contact_form
282
+ #: contact_form.php:531
283
+ #: contact_form.php:571
284
  msgid "Using (user agent)"
285
  msgstr "Klient (program użytkownika)"
286
 
287
  # @ contact_form
288
+ #: contact_form.php:536
289
  msgid "Contact from"
290
  msgstr "Kontakt z"
291
 
292
  # @ contact_form
293
+ #: contact_form.php:541
294
  msgid "Name"
295
  msgstr "Imię"
296
 
297
  # @ contact_form
298
+ #: contact_form.php:544
299
  msgid "Email"
300
  msgstr "E-mail"
301
 
302
  # @ contact_form
303
+ #: contact_form.php:547
304
  msgid "Subject"
305
  msgstr "Temat"
306
 
307
  # @ contact_form
308
+ #: contact_form.php:550
309
  msgid "Message"
310
  msgstr "Wiadomość"
311
 
312
  # @ contact_form
313
+ #: contact_form.php:553
314
  msgid "Site"
315
  msgstr "Strona www"
316
 
317
  # @ contact_form
318
+ #: contact_form.php:613
319
  msgid "FAQ"
320
  msgstr "FAQ"
321
 
322
  # @ contact_form
323
+ #: contact_form.php:614
324
  msgid "Support"
325
  msgstr "Wsparcie"
326
 
languages/contact_form-pt_BR.mo CHANGED
Binary file
languages/contact_form-pt_BR.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-03-12 19:26+0200\n"
6
- "PO-Revision-Date: 2012-03-12 19:26+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"
@@ -27,8 +27,8 @@ msgid "Read more"
27
  msgstr "Leia Mais"
28
 
29
  #: contact_form.php:78
30
- #: contact_form.php:601
31
- #: contact_form.php:610
32
  msgid "Settings"
33
  msgstr "Configurações"
34
 
@@ -206,63 +206,63 @@ msgstr "O texto da Mensagem é obrigatório."
206
  msgid "Please make corrections below and try again."
207
  msgstr "Por favor, faça as correções abaixo e tente enviar a mensagem novamente."
208
 
209
- #: contact_form.php:437
210
  msgid "Attachment is broken."
211
  msgstr "Impossível anexar arquivo. "
212
 
213
- #: contact_form.php:450
214
  msgid "Please complete the CAPTCHA."
215
  msgstr "Por favor, complete a resposta da charada ."
216
 
217
- #: contact_form.php:526
218
- #: contact_form.php:560
219
  msgid "Sent from (ip address)"
220
  msgstr "Enviado de (Endereço IP)"
221
 
222
- #: contact_form.php:527
223
- #: contact_form.php:563
224
  msgid "Date/Time"
225
  msgstr "DAta / Hora"
226
 
227
- #: contact_form.php:528
228
- #: contact_form.php:566
229
  msgid "Coming from (referer)"
230
  msgstr "Vindo de (origem)"
231
 
232
- #: contact_form.php:529
233
- #: contact_form.php:569
234
  msgid "Using (user agent)"
235
  msgstr "Usando (cliente de email)"
236
 
237
- #: contact_form.php:534
238
  msgid "Contact from"
239
  msgstr "Formulário de Contato"
240
 
241
- #: contact_form.php:539
242
  msgid "Name"
243
  msgstr "Nome"
244
 
245
- #: contact_form.php:542
246
  msgid "Email"
247
  msgstr "E-Mail"
248
 
249
- #: contact_form.php:545
250
  msgid "Subject"
251
  msgstr "Assunto"
252
 
253
- #: contact_form.php:548
254
  msgid "Message"
255
  msgstr "Mensagem"
256
 
257
- #: contact_form.php:551
258
  msgid "Site"
259
  msgstr "Site"
260
 
261
- #: contact_form.php:611
262
  msgid "FAQ"
263
  msgstr "Perguntas Frequentes"
264
 
265
- #: contact_form.php:612
266
  msgid "Support"
267
  msgstr "Suporte"
268
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-03-12 20:36+0200\n"
6
+ "PO-Revision-Date: 2012-03-12 20:36+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"
27
  msgstr "Leia Mais"
28
 
29
  #: contact_form.php:78
30
+ #: contact_form.php:603
31
+ #: contact_form.php:612
32
  msgid "Settings"
33
  msgstr "Configurações"
34
 
206
  msgid "Please make corrections below and try again."
207
  msgstr "Por favor, faça as correções abaixo e tente enviar a mensagem novamente."
208
 
209
+ #: contact_form.php:439
210
  msgid "Attachment is broken."
211
  msgstr "Impossível anexar arquivo. "
212
 
213
+ #: contact_form.php:452
214
  msgid "Please complete the CAPTCHA."
215
  msgstr "Por favor, complete a resposta da charada ."
216
 
217
+ #: contact_form.php:528
218
+ #: contact_form.php:562
219
  msgid "Sent from (ip address)"
220
  msgstr "Enviado de (Endereço IP)"
221
 
222
+ #: contact_form.php:529
223
+ #: contact_form.php:565
224
  msgid "Date/Time"
225
  msgstr "DAta / Hora"
226
 
227
+ #: contact_form.php:530
228
+ #: contact_form.php:568
229
  msgid "Coming from (referer)"
230
  msgstr "Vindo de (origem)"
231
 
232
+ #: contact_form.php:531
233
+ #: contact_form.php:571
234
  msgid "Using (user agent)"
235
  msgstr "Usando (cliente de email)"
236
 
237
+ #: contact_form.php:536
238
  msgid "Contact from"
239
  msgstr "Formulário de Contato"
240
 
241
+ #: contact_form.php:541
242
  msgid "Name"
243
  msgstr "Nome"
244
 
245
+ #: contact_form.php:544
246
  msgid "Email"
247
  msgstr "E-Mail"
248
 
249
+ #: contact_form.php:547
250
  msgid "Subject"
251
  msgstr "Assunto"
252
 
253
+ #: contact_form.php:550
254
  msgid "Message"
255
  msgstr "Mensagem"
256
 
257
+ #: contact_form.php:553
258
  msgid "Site"
259
  msgstr "Site"
260
 
261
+ #: contact_form.php:613
262
  msgid "FAQ"
263
  msgstr "Perguntas Frequentes"
264
 
265
+ #: contact_form.php:614
266
  msgid "Support"
267
  msgstr "Suporte"
268
 
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-03-12 19:26+0200\n"
6
- "PO-Revision-Date: 2012-03-12 19:26+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:78
30
- #: contact_form.php:601
31
- #: contact_form.php:610
32
  msgid "Settings"
33
  msgstr "Настройки"
34
 
@@ -206,63 +206,63 @@ msgstr "Поле Сообщение - обязательное поле."
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:526
218
- #: contact_form.php:560
219
  msgid "Sent from (ip address)"
220
  msgstr "Отправлено от (ip адрес)"
221
 
222
- #: contact_form.php:527
223
- #: contact_form.php:563
224
  msgid "Date/Time"
225
  msgstr "Дата/Время"
226
 
227
- #: contact_form.php:528
228
- #: contact_form.php:566
229
  msgid "Coming from (referer)"
230
  msgstr "Пришло из (реферер)"
231
 
232
- #: contact_form.php:529
233
- #: contact_form.php:569
234
  msgid "Using (user agent)"
235
  msgstr "Используя (user agent)"
236
 
237
- #: contact_form.php:534
238
  msgid "Contact from"
239
  msgstr "Контактная Форма"
240
 
241
- #: contact_form.php:539
242
  msgid "Name"
243
  msgstr "Имя"
244
 
245
- #: contact_form.php:542
246
  msgid "Email"
247
  msgstr "Email"
248
 
249
- #: contact_form.php:545
250
  msgid "Subject"
251
  msgstr "Тема"
252
 
253
- #: contact_form.php:548
254
  msgid "Message"
255
  msgstr "Сообщение"
256
 
257
- #: contact_form.php:551
258
  msgid "Site"
259
  msgstr "Сайт"
260
 
261
- #: contact_form.php:611
262
  msgid "FAQ"
263
  msgstr "FAQ"
264
 
265
- #: contact_form.php:612
266
  msgid "Support"
267
  msgstr "Поддержка"
268
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-03-12 20:36+0200\n"
6
+ "PO-Revision-Date: 2012-03-12 20:36+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:78
30
+ #: contact_form.php:603
31
+ #: contact_form.php:612
32
  msgid "Settings"
33
  msgstr "Настройки"
34
 
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:528
218
+ #: contact_form.php:562
219
  msgid "Sent from (ip address)"
220
  msgstr "Отправлено от (ip адрес)"
221
 
222
+ #: contact_form.php:529
223
+ #: contact_form.php:565
224
  msgid "Date/Time"
225
  msgstr "Дата/Время"
226
 
227
+ #: contact_form.php:530
228
+ #: contact_form.php:568
229
  msgid "Coming from (referer)"
230
  msgstr "Пришло из (реферер)"
231
 
232
+ #: contact_form.php:531
233
+ #: contact_form.php:571
234
  msgid "Using (user agent)"
235
  msgstr "Используя (user agent)"
236
 
237
+ #: contact_form.php:536
238
  msgid "Contact from"
239
  msgstr "Контактная Форма"
240
 
241
+ #: contact_form.php:541
242
  msgid "Name"
243
  msgstr "Имя"
244
 
245
+ #: contact_form.php:544
246
  msgid "Email"
247
  msgstr "Email"
248
 
249
+ #: contact_form.php:547
250
  msgid "Subject"
251
  msgstr "Тема"
252
 
253
+ #: contact_form.php:550
254
  msgid "Message"
255
  msgstr "Сообщение"
256
 
257
+ #: contact_form.php:553
258
  msgid "Site"
259
  msgstr "Сайт"
260
 
261
+ #: contact_form.php:613
262
  msgid "FAQ"
263
  msgstr "FAQ"
264
 
265
+ #: contact_form.php:614
266
  msgid "Support"
267
  msgstr "Поддержка"
268
 
languages/contact_form-sv_SE.mo CHANGED
Binary file
languages/contact_form-sv_SE.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-03-12 19:26+0200\n"
6
- "PO-Revision-Date: 2012-03-12 19:26+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 "Läs mer"
28
 
29
  #: contact_form.php:78
30
- #: contact_form.php:601
31
- #: contact_form.php:610
32
  msgid "Settings"
33
  msgstr "Inställningar"
34
 
@@ -206,63 +206,63 @@ msgstr "Meddelandetext krävs."
206
  msgid "Please make corrections below and try again."
207
  msgstr "Var vänlig och gör ändringarna nedan och försök igen."
208
 
209
- #: contact_form.php:437
210
  msgid "Attachment is broken."
211
  msgstr "Fel vid bilaga"
212
 
213
- #: contact_form.php:450
214
  msgid "Please complete the CAPTCHA."
215
  msgstr "Var vänlig och fyll i CAPTCHA."
216
 
217
- #: contact_form.php:526
218
- #: contact_form.php:560
219
  msgid "Sent from (ip address)"
220
  msgstr "Skickat från (IP-adress)"
221
 
222
- #: contact_form.php:527
223
- #: contact_form.php:563
224
  msgid "Date/Time"
225
  msgstr "Dag/tid"
226
 
227
- #: contact_form.php:528
228
- #: contact_form.php:566
229
  msgid "Coming from (referer)"
230
  msgstr "Skickat från (referent)"
231
 
232
- #: contact_form.php:529
233
- #: contact_form.php:569
234
  msgid "Using (user agent)"
235
  msgstr "med (user agent)"
236
 
237
- #: contact_form.php:534
238
  msgid "Contact from"
239
  msgstr "Kontakformulär"
240
 
241
- #: contact_form.php:539
242
  msgid "Name"
243
  msgstr "Namn"
244
 
245
- #: contact_form.php:542
246
  msgid "Email"
247
  msgstr "Epost"
248
 
249
- #: contact_form.php:545
250
  msgid "Subject"
251
  msgstr "Rubrik"
252
 
253
- #: contact_form.php:548
254
  msgid "Message"
255
  msgstr "Meddelande"
256
 
257
- #: contact_form.php:551
258
  msgid "Site"
259
  msgstr "www"
260
 
261
- #: contact_form.php:611
262
  msgid "FAQ"
263
  msgstr "Vanliga frågor"
264
 
265
- #: contact_form.php:612
266
  msgid "Support"
267
  msgstr "Support"
268
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-03-12 20:36+0200\n"
6
+ "PO-Revision-Date: 2012-03-12 20:36+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 "Läs mer"
28
 
29
  #: contact_form.php:78
30
+ #: contact_form.php:603
31
+ #: contact_form.php:612
32
  msgid "Settings"
33
  msgstr "Inställningar"
34
 
206
  msgid "Please make corrections below and try again."
207
  msgstr "Var vänlig och gör ändringarna nedan och försök igen."
208
 
209
+ #: contact_form.php:439
210
  msgid "Attachment is broken."
211
  msgstr "Fel vid bilaga"
212
 
213
+ #: contact_form.php:452
214
  msgid "Please complete the CAPTCHA."
215
  msgstr "Var vänlig och fyll i CAPTCHA."
216
 
217
+ #: contact_form.php:528
218
+ #: contact_form.php:562
219
  msgid "Sent from (ip address)"
220
  msgstr "Skickat från (IP-adress)"
221
 
222
+ #: contact_form.php:529
223
+ #: contact_form.php:565
224
  msgid "Date/Time"
225
  msgstr "Dag/tid"
226
 
227
+ #: contact_form.php:530
228
+ #: contact_form.php:568
229
  msgid "Coming from (referer)"
230
  msgstr "Skickat från (referent)"
231
 
232
+ #: contact_form.php:531
233
+ #: contact_form.php:571
234
  msgid "Using (user agent)"
235
  msgstr "med (user agent)"
236
 
237
+ #: contact_form.php:536
238
  msgid "Contact from"
239
  msgstr "Kontakformulär"
240
 
241
+ #: contact_form.php:541
242
  msgid "Name"
243
  msgstr "Namn"
244
 
245
+ #: contact_form.php:544
246
  msgid "Email"
247
  msgstr "Epost"
248
 
249
+ #: contact_form.php:547
250
  msgid "Subject"
251
  msgstr "Rubrik"
252
 
253
+ #: contact_form.php:550
254
  msgid "Message"
255
  msgstr "Meddelande"
256
 
257
+ #: contact_form.php:553
258
  msgid "Site"
259
  msgstr "www"
260
 
261
+ #: contact_form.php:613
262
  msgid "FAQ"
263
  msgstr "Vanliga frågor"
264
 
265
+ #: contact_form.php:614
266
  msgid "Support"
267
  msgstr "Support"
268
 
languages/contact_form-tr_TR.mo CHANGED
Binary file
languages/contact_form-tr_TR.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-03-12 19:26+0200\n"
6
- "PO-Revision-Date: 2012-03-12 19:26+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 "Devamı"
28
 
29
  #: contact_form.php:78
30
- #: contact_form.php:601
31
- #: contact_form.php:610
32
  msgid "Settings"
33
  msgstr "Ayarlar"
34
 
@@ -206,63 +206,63 @@ msgstr "Mesaj metni gereklidir."
206
  msgid "Please make corrections below and try again."
207
  msgstr "Lütfen aşağıdaki düzeltmeleri yapın ve tekrar deneyin."
208
 
209
- #: contact_form.php:437
210
  msgid "Attachment is broken."
211
  msgstr "Eklenti Hatalı"
212
 
213
- #: contact_form.php:450
214
  msgid "Please complete the CAPTCHA."
215
  msgstr "CAPTCHA Doldurunuz"
216
 
217
- #: contact_form.php:526
218
- #: contact_form.php:560
219
  msgid "Sent from (ip address)"
220
  msgstr "Geldiği (ip adresi)"
221
 
222
- #: contact_form.php:527
223
- #: contact_form.php:563
224
  msgid "Date/Time"
225
  msgstr "Tarih/Zaman"
226
 
227
- #: contact_form.php:528
228
- #: contact_form.php:566
229
  msgid "Coming from (referer)"
230
  msgstr "Gelen"
231
 
232
- #: contact_form.php:529
233
- #: contact_form.php:569
234
  msgid "Using (user agent)"
235
  msgstr "Using (user agent)"
236
 
237
- #: contact_form.php:534
238
  msgid "Contact from"
239
  msgstr "Adlı Kişiden Mail Var"
240
 
241
- #: contact_form.php:539
242
  msgid "Name"
243
  msgstr "Adınız Soyadınız"
244
 
245
- #: contact_form.php:542
246
  msgid "Email"
247
  msgstr "e-mail"
248
 
249
- #: contact_form.php:545
250
  msgid "Subject"
251
  msgstr "Konu"
252
 
253
- #: contact_form.php:548
254
  msgid "Message"
255
  msgstr "Mesaj"
256
 
257
- #: contact_form.php:551
258
  msgid "Site"
259
  msgstr "Site"
260
 
261
- #: contact_form.php:611
262
  msgid "FAQ"
263
  msgstr "Sık Sorulanlar"
264
 
265
- #: contact_form.php:612
266
  msgid "Support"
267
  msgstr "Destek"
268
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-03-12 20:36+0200\n"
6
+ "PO-Revision-Date: 2012-03-12 20:36+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 "Devamı"
28
 
29
  #: contact_form.php:78
30
+ #: contact_form.php:603
31
+ #: contact_form.php:612
32
  msgid "Settings"
33
  msgstr "Ayarlar"
34
 
206
  msgid "Please make corrections below and try again."
207
  msgstr "Lütfen aşağıdaki düzeltmeleri yapın ve tekrar deneyin."
208
 
209
+ #: contact_form.php:439
210
  msgid "Attachment is broken."
211
  msgstr "Eklenti Hatalı"
212
 
213
+ #: contact_form.php:452
214
  msgid "Please complete the CAPTCHA."
215
  msgstr "CAPTCHA Doldurunuz"
216
 
217
+ #: contact_form.php:528
218
+ #: contact_form.php:562
219
  msgid "Sent from (ip address)"
220
  msgstr "Geldiği (ip adresi)"
221
 
222
+ #: contact_form.php:529
223
+ #: contact_form.php:565
224
  msgid "Date/Time"
225
  msgstr "Tarih/Zaman"
226
 
227
+ #: contact_form.php:530
228
+ #: contact_form.php:568
229
  msgid "Coming from (referer)"
230
  msgstr "Gelen"
231
 
232
+ #: contact_form.php:531
233
+ #: contact_form.php:571
234
  msgid "Using (user agent)"
235
  msgstr "Using (user agent)"
236
 
237
+ #: contact_form.php:536
238
  msgid "Contact from"
239
  msgstr "Adlı Kişiden Mail Var"
240
 
241
+ #: contact_form.php:541
242
  msgid "Name"
243
  msgstr "Adınız Soyadınız"
244
 
245
+ #: contact_form.php:544
246
  msgid "Email"
247
  msgstr "e-mail"
248
 
249
+ #: contact_form.php:547
250
  msgid "Subject"
251
  msgstr "Konu"
252
 
253
+ #: contact_form.php:550
254
  msgid "Message"
255
  msgstr "Mesaj"
256
 
257
+ #: contact_form.php:553
258
  msgid "Site"
259
  msgstr "Site"
260
 
261
+ #: contact_form.php:613
262
  msgid "FAQ"
263
  msgstr "Sık Sorulanlar"
264
 
265
+ #: contact_form.php:614
266
  msgid "Support"
267
  msgstr "Destek"
268
 
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.2checkout.com/checkout/purchase?sid=1430388&quantity=1&
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.1
7
- Stable tag: 3.11
8
 
9
  Add Contact Form to your WordPress website.
10
 
@@ -88,6 +88,9 @@ Here is an example for German language files.
88
 
89
  == Changelog ==
90
 
 
 
 
91
  = V3.11 - 12.03.2012 =
92
  * NEW : French language file is added to the plugin.
93
  * NEW : Added ability to use the contact form shortcode as widget in the sidebars.
@@ -171,6 +174,9 @@ Here is an example for German language files.
171
 
172
  == Upgrade Notice ==
173
 
 
 
 
174
  = V3.11 =
175
  The changes have been made to functionality of email sending - now it is using only wordpress functionality. French language file is added to the plugin.
176
 
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.1
7
+ Stable tag: 3.12
8
 
9
  Add Contact Form to your WordPress website.
10
 
88
 
89
  == Changelog ==
90
 
91
+ = V3.12 - 12.03.2012 =
92
+ * NEW : Added ability to upload wav and mp3 files.
93
+
94
  = V3.11 - 12.03.2012 =
95
  * NEW : French language file is added to the plugin.
96
  * NEW : Added ability to use the contact form shortcode as widget in the sidebars.
174
 
175
  == Upgrade Notice ==
176
 
177
+ = V3.12 =
178
+ Added ability to upload wav and mp3 files.
179
+
180
  = V3.11 =
181
  The changes have been made to functionality of email sending - now it is using only wordpress functionality. French language file is added to the plugin.
182