Contact Form 7 - Version 2.0.1

Version Description

Download this release

Release Info

Developer takayukister
Plugin Icon 128x128 Contact Form 7
Version 2.0.1
Comparing to
See all releases

Code changes from version 2.0 to 2.0.1

README.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://pledgie.com/campaigns/3117
4
  Tags: contact, contact form, email, ajax, captcha, akismet
5
  Requires at least: 2.7
6
  Tested up to: 2.9-rare
7
- Stable tag: 2.0
8
 
9
  Just another contact form plugin. Simple but flexible.
10
 
@@ -20,6 +20,7 @@ Since being published in August 2007, Contact Form 7 has been translated into a
20
 
21
  * Albanian (sq) - [Olgi Zenullari](http://www.olgizenullari.com/)
22
  * Arabic (ar) - [Tarek Chaaban](http://www.chaaban.info/) and Muhammed Lardi
 
23
  * Bosnian (bs) - [Vedran](http://www.seorabbit.com/)
24
  * Brazilian Portuguese (pt_BR) - [Leonardo Pinheiro](http://www.eletrikabarbarella.com.br/) (updated by [Henrique Vianna](http://henriquevianna.com/))
25
  * Bulgarian (bg_BG) - [Iliyan Darganov](http://www.darganov.com/)
@@ -32,7 +33,7 @@ Since being published in August 2007, Contact Form 7 has been translated into a
32
  * Dutch (nl_NL) - [Chris Devriese](http://www.100it.be/) (updated by [Martin Hein](http://www.split-a-pixel.nl/))
33
  * Estonian (et) - [Peeter Rahuvarm](http://www.kraabus.ee)
34
  * Finnish (fi) - [Miika Turunen](http://www.webwork.fi/)
35
- * French (fr_FR) - [Jillij](http://www.jillij.com/)
36
  * Georgian (ka_GE) - [Nodar Davituri](http://omedia.ge/)
37
  * German (de_DE) - [Marcel Spitau](http://blog.spitau.de) (updated by [Ivan Graf](http://blog.bildergallery.com/))
38
  * Greek (el) - [Nick Mouratidis](http://www.kepik.gr/) (updated by [Pr. friedlich](http://friedlich.wordpress.com/))
@@ -67,7 +68,7 @@ If you have created your own language pack, or have an update of an existing one
67
  1. Upload the entire `contact-form-7` folder to the `/wp-content/plugins/` directory.
68
  1. Activate the plugin through the 'Plugins' menu in WordPress.
69
 
70
- You will find 'Contact Form 7' menu in your WordPress admin panel.
71
 
72
  For basic usage, you can also have a look at the [plugin homepage](http://ideasilo.wordpress.com/2007/04/30/contact-form-7/) and [FAQ](http://ideasilo.wordpress.com/2008/03/29/contact-form-7-faq/).
73
 
4
  Tags: contact, contact form, email, ajax, captcha, akismet
5
  Requires at least: 2.7
6
  Tested up to: 2.9-rare
7
+ Stable tag: 2.0.1
8
 
9
  Just another contact form plugin. Simple but flexible.
10
 
20
 
21
  * Albanian (sq) - [Olgi Zenullari](http://www.olgizenullari.com/)
22
  * Arabic (ar) - [Tarek Chaaban](http://www.chaaban.info/) and Muhammed Lardi
23
+ * Bangla (bn_BD) - [SM Mehdi Akram](http://www.shamokaldarpon.com/)
24
  * Bosnian (bs) - [Vedran](http://www.seorabbit.com/)
25
  * Brazilian Portuguese (pt_BR) - [Leonardo Pinheiro](http://www.eletrikabarbarella.com.br/) (updated by [Henrique Vianna](http://henriquevianna.com/))
26
  * Bulgarian (bg_BG) - [Iliyan Darganov](http://www.darganov.com/)
33
  * Dutch (nl_NL) - [Chris Devriese](http://www.100it.be/) (updated by [Martin Hein](http://www.split-a-pixel.nl/))
34
  * Estonian (et) - [Peeter Rahuvarm](http://www.kraabus.ee)
35
  * Finnish (fi) - [Miika Turunen](http://www.webwork.fi/)
36
+ * French (fr_FR) - [Jillij](http://www.jillij.com/) (updated by [Maître Mô](http://maitremo.fr/))
37
  * Georgian (ka_GE) - [Nodar Davituri](http://omedia.ge/)
38
  * German (de_DE) - [Marcel Spitau](http://blog.spitau.de) (updated by [Ivan Graf](http://blog.bildergallery.com/))
39
  * Greek (el) - [Nick Mouratidis](http://www.kepik.gr/) (updated by [Pr. friedlich](http://friedlich.wordpress.com/))
68
  1. Upload the entire `contact-form-7` folder to the `/wp-content/plugins/` directory.
69
  1. Activate the plugin through the 'Plugins' menu in WordPress.
70
 
71
+ You will find 'Contact' menu in your WordPress admin panel.
72
 
73
  For basic usage, you can also have a look at the [plugin homepage](http://ideasilo.wordpress.com/2007/04/30/contact-form-7/) and [FAQ](http://ideasilo.wordpress.com/2008/03/29/contact-form-7-faq/).
74
 
admin/admin-panel.php CHANGED
@@ -1,287 +1,335 @@
1
- <div class="wrap wpcf7">
2
- <?php screen_icon( 'tools' ); ?>
3
- <h2><?php _e( 'Contact Form 7', 'wpcf7' ); ?></h2>
4
- <?php wpcf7_donation_link(); ?>
5
- <?php if ( isset( $updated_message ) ) : ?>
6
- <div id="message" class="updated fade"><p><?php echo $updated_message; ?></p></div>
7
- <?php endif; ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
 
9
- <ul class="subsubsub">
10
- <?php foreach ( $contact_forms as $v ) : ?>
11
- <li><a href="<?php echo $base_url . '?page=' . $page . '&contactform=' . $v->id ?>"<?php if ( $v->id == $current ) echo ' class="current"'; ?>>
12
- <?php echo $v->title; ?></a> |</li>
13
- <?php endforeach; ?>
14
-
15
- <?php if ( wpcf7_admin_has_edit_cap() ) : ?>
16
- <li class="addnew">
17
- <a href="<?php echo $base_url . '?page=' . $page . '&contactform=new'; ?>"<?php if ( $unsaved ) echo ' class="current"'; ?>>
18
- <?php _e( 'Add new', 'wpcf7' ); ?></a></li>
19
- <?php endif; ?>
20
- </ul>
21
-
22
- <br class="clear" />
23
 
24
  <?php if ( $cf ) : ?>
25
  <?php $disabled = ( wpcf7_admin_has_edit_cap() ) ? '' : ' disabled="disabled"'; ?>
26
 
27
- <form method="post" action="<?php echo $base_url . '?page=' . $page . '&contactform=' . $current; ?>" id="wpcf7-admin-form-element">
28
- <?php if ( wpcf7_admin_has_edit_cap() ) wp_nonce_field( 'wpcf7-save_' . $current ); ?>
29
- <input type="hidden" id="wpcf7-id" name="wpcf7-id" value="<?php echo $current; ?>" />
30
-
31
- <table class="widefat">
32
- <tbody>
33
- <tr>
34
- <td scope="col">
35
- <div style="position: relative;">
36
- <input type="text" id="wpcf7-title" name="wpcf7-title" size="40" value="<?php echo htmlspecialchars( $cf->title ); ?>"<?php echo $disabled; ?> />
37
-
38
- <?php if ( ! $unsaved ) : ?>
39
- <p class="tagcode">
40
- <?php _e( 'Copy this code and paste it into your post, page or text widget content.', 'wpcf7' ); ?><br />
41
- <input type="text" id="contact-form-anchor-text" onfocus="this.select();" readonly="readonly" />
42
- </p>
43
- <?php endif; ?>
44
-
45
- <?php if ( wpcf7_admin_has_edit_cap() ) : ?>
46
- <div class="save-contact-form">
47
- <input type="submit" class="button button-highlighted" name="wpcf7-save" value="<?php _e( 'Save', 'wpcf7' ); ?>" />
48
- </div>
49
- <?php endif; ?>
50
-
51
- <?php if ( wpcf7_admin_has_edit_cap() && ! $unsaved ) : ?>
52
- <div class="actions-link">
53
- <?php $copy_nonce = wp_create_nonce( 'wpcf7-copy_' . $current ); ?>
54
- <input type="submit" name="wpcf7-copy" class="copy" value="<?php _e( 'Copy', 'wpcf7' ); ?>"
55
- <?php echo "onclick=\"this.form._wpnonce.value = '$copy_nonce'; return true;\""; ?> />
56
- |
57
- <?php $delete_nonce = wp_create_nonce( 'wpcf7-delete_' . $current ); ?>
58
- <input type="submit" name="wpcf7-delete" class="delete" value="<?php _e( 'Delete', 'wpcf7' ); ?>"
59
- <?php echo "onclick=\"if (confirm('" .
60
- esc_js( __( "You are about to delete this contact form.\n 'Cancel' to stop, 'OK' to delete.", 'wpcf7' ) ) .
61
- "')) {this.form._wpnonce.value = '$delete_nonce'; return true;} return false;\""; ?> />
62
- </div>
63
- <?php endif; ?>
64
- </div>
65
- </td>
66
- </tr>
67
- </tbody>
68
- </table>
69
-
70
- <?php if ( wpcf7_admin_has_edit_cap() ) : ?>
71
-
72
- <table class="widefat" style="margin-top: 1em;">
73
- <thead>
74
- <tr>
75
- <th scope="col" colspan="2"><?php _e( 'Form', 'wpcf7' ); ?></th>
76
- </tr>
77
- </thead>
78
- <tbody>
79
- <tr>
80
- <td scope="col" style="width: 50%;">
81
- <div>
82
- <textarea id="wpcf7-form" name="wpcf7-form" cols="100" rows="20"><?php echo htmlspecialchars( $cf->form ); ?></textarea>
83
- </div>
84
- </td>
85
- <td scope="col" style="width: 50%;">
86
- <div id="tag-generator-div"></div>
87
- </td>
88
- </tr>
89
- </tbody>
90
- </table>
91
-
92
- <table class="widefat" style="margin-top: 1em;">
93
- <thead>
94
- <tr>
95
- <th scope="col" colspan="2"><?php _e( 'Mail', 'wpcf7' ); ?></th>
96
- </tr>
97
- </thead>
98
- <tbody>
99
- <tr>
100
- <td scope="col" style="width: 50%;">
101
- <div class="mail-field">
102
- <label for="wpcf7-mail-recipient"><?php _e( 'To:', 'wpcf7' ); ?></label><br />
103
- <input type="text" id="wpcf7-mail-recipient" name="wpcf7-mail-recipient" class="wide" size="70" value="<?php echo htmlspecialchars( $cf->mail['recipient'] ); ?>" />
104
- </div>
105
- <div class="mail-field">
106
- <label for="wpcf7-mail-sender"><?php _e( 'From:', 'wpcf7' ); ?></label><br />
107
- <input type="text" id="wpcf7-mail-sender" name="wpcf7-mail-sender" class="wide" size="70" value="<?php echo htmlspecialchars( $cf->mail['sender'] ); ?>" />
108
- </div>
109
- <div class="mail-field">
110
- <label for="wpcf7-mail-subject"><?php _e( 'Subject:', 'wpcf7' ); ?></label><br />
111
- <input type="text" id="wpcf7-mail-subject" name="wpcf7-mail-subject" class="wide" size="70" value="<?php echo htmlspecialchars( $cf->mail['subject'] ); ?>" />
112
- </div>
113
- <div class="pseudo-hr"></div>
114
- <div class="mail-field">
115
- <label for="wpcf7-mail-additional-headers"><?php _e( 'Additional headers:', 'wpcf7' ); ?></label><br />
116
- <textarea id="wpcf7-mail-additional-headers" name="wpcf7-mail-additional-headers" cols="100" rows="2"><?php echo htmlspecialchars( $cf->mail['additional_headers'] ); ?></textarea>
117
- </div>
118
- <div class="mail-field">
119
- <label for="wpcf7-mail-attachments"><?php _e( 'File attachments:', 'wpcf7' ); ?></label>
120
- <br />
121
- <input type="text" id="wpcf7-mail-attachments" name="wpcf7-mail-attachments" class="wide" size="70" value="<?php echo htmlspecialchars( $cf->mail['attachments'] ); ?>" />
122
- </div>
123
- <div class="pseudo-hr"></div>
124
- <div class="mail-field">
125
- <input type="checkbox" id="wpcf7-mail-use-html" name="wpcf7-mail-use-html" value="1"<?php echo ( $cf->mail['use_html'] ) ? ' checked="checked"' : ''; ?> />
126
- <label for="wpcf7-mail-use-html"><?php _e( 'Use HTML content type', 'wpcf7' ); ?></label>
127
- </div>
128
- </td>
129
- <td scope="col" style="width: 50%;">
130
- <div class="mail-field">
131
- <label for="wpcf7-mail-body"><?php _e( 'Message body:', 'wpcf7' ); ?></label><br />
132
- <textarea id="wpcf7-mail-body" name="wpcf7-mail-body" cols="100" rows="16"><?php echo htmlspecialchars( $cf->mail['body'] ); ?></textarea>
133
- </div>
134
- </td>
135
- </tr>
136
- </tbody>
137
- </table>
138
-
139
- <table class="widefat" style="margin-top: 1em;">
140
- <thead>
141
- <tr>
142
- <th scope="col" colspan="2"><?php _e( 'Mail (2)', 'wpcf7' ); ?></th>
143
- </tr>
144
- </thead>
145
- <tbody>
146
- <tr>
147
- <td scope="col" colspan="2">
148
- <input type="checkbox" id="wpcf7-mail-2-active" name="wpcf7-mail-2-active" value="1"<?php echo ( $cf->mail_2['active'] ) ? ' checked="checked"' : ''; ?> />
149
- <label for="wpcf7-mail-2-active"><?php _e( 'Use mail (2)', 'wpcf7' ); ?></label>
150
- </td>
151
- </tr>
152
- <tr id="mail-2-fields">
153
- <td scope="col" style="width: 50%;">
154
- <div class="mail-field">
155
- <label for="wpcf7-mail-2-recipient"><?php _e( 'To:', 'wpcf7' ); ?></label><br />
156
- <input type="text" id="wpcf7-mail-2-recipient" name="wpcf7-mail-2-recipient" class="wide" size="70" value="<?php echo htmlspecialchars( $cf->mail_2['recipient'] ); ?>" />
157
- </div>
158
- <div class="mail-field">
159
- <label for="wpcf7-mail-2-sender"><?php _e( 'From:', 'wpcf7' ); ?></label><br />
160
- <input type="text" id="wpcf7-mail-2-sender" name="wpcf7-mail-2-sender" class="wide" size="70" value="<?php echo htmlspecialchars( $cf->mail_2['sender'] ); ?>" />
161
- </div>
162
- <div class="mail-field">
163
- <label for="wpcf7-mail-2-subject"><?php _e( 'Subject:', 'wpcf7' ); ?></label><br />
164
- <input type="text" id="wpcf7-mail-2-subject" name="wpcf7-mail-2-subject" class="wide" size="70" value="<?php echo htmlspecialchars( $cf->mail_2['subject'] ); ?>" />
165
- </div>
166
- <div class="pseudo-hr"></div>
167
- <div class="mail-field">
168
- <label for="wpcf7-mail-2-additional-headers"><?php _e( 'Additional headers:', 'wpcf7' ); ?></label><br />
169
- <textarea id="wpcf7-mail-2-additional-headers" name="wpcf7-mail-2-additional-headers" cols="100" rows="2"><?php echo htmlspecialchars( $cf->mail_2['additional_headers'] ); ?></textarea>
170
- </div>
171
- <div class="mail-field">
172
- <label for="wpcf7-mail-2-attachments"><?php _e( 'File attachments:', 'wpcf7' ); ?></label>
173
- <br />
174
- <input type="text" id="wpcf7-mail-2-attachments" name="wpcf7-mail-2-attachments" class="wide" size="70" value="<?php echo htmlspecialchars( $cf->mail_2['attachments'] ); ?>" />
175
- </div>
176
- <div class="pseudo-hr"></div>
177
- <div class="mail-field">
178
- <input type="checkbox" id="wpcf7-mail-2-use-html" name="wpcf7-mail-2-use-html" value="1"<?php echo ( $cf->mail_2['use_html'] ) ? ' checked="checked"' : ''; ?> />
179
- <label for="wpcf7-mail-2-use-html"><?php _e( 'Use HTML content type', 'wpcf7' ); ?></label>
180
- </div>
181
- </td>
182
- <td scope="col" style="width: 50%;">
183
- <div class="mail-field">
184
- <label for="wpcf7-mail-2-body"><?php _e( 'Message body:', 'wpcf7' ); ?></label><br />
185
- <textarea id="wpcf7-mail-2-body" name="wpcf7-mail-2-body" cols="100" rows="16"><?php echo htmlspecialchars( $cf->mail_2['body'] ); ?></textarea>
186
- </div>
187
- </td>
188
- </tr>
189
- </tbody>
190
- </table>
191
-
192
- <table class="widefat" style="margin-top: 1em;">
193
- <thead>
194
- <tr>
195
- <th scope="col"><?php _e( 'Messages', 'wpcf7' ); ?> <span id="message-fields-toggle-switch"></span></th>
196
- </tr>
197
- </thead>
198
- <tbody>
199
- <tr>
200
- <td scope="col">
201
- <div id="message-fields">
202
- <div class="message-field">
203
- <label for="wpcf7-message-mail-sent-ok"><em># <?php _e( "Sender's message was sent successfully", 'wpcf7' ); ?></em></label><br />
204
- <input type="text" id="wpcf7-message-mail-sent-ok" name="wpcf7-message-mail-sent-ok" class="wide" size="70" value="<?php echo htmlspecialchars( $cf->messages['mail_sent_ok'] ); ?>" />
205
- </div>
206
- <div class="message-field">
207
- <label for="wpcf7-message-mail-sent-ng"><em># <?php _e( "Sender's message was failed to send", 'wpcf7' ); ?></em></label><br />
208
- <input type="text" id="wpcf7-message-mail-sent-ng" name="wpcf7-message-mail-sent-ng" class="wide" size="70" value="<?php echo htmlspecialchars( $cf->messages['mail_sent_ng'] ); ?>" />
209
- </div>
210
- <div class="message-field">
211
- <label for="wpcf7-message-akismet-says-spam"><em># <?php _e( "Akismet judged the sending activity as spamming", 'wpcf7' ); ?></em></label><br />
212
- <input type="text" id="wpcf7-message-akismet-says-spam" name="wpcf7-message-akismet-says-spam" class="wide" size="70" value="<?php echo htmlspecialchars( $cf->messages['akismet_says_spam'] ); ?>" />
213
- </div>
214
- <div class="message-field">
215
- <label for="wpcf7-message-validation-error"><em># <?php _e( "Validation errors occurred", 'wpcf7' ); ?></em></label><br />
216
- <input type="text" id="wpcf7-message-validation-error" name="wpcf7-message-validation-error" class="wide" size="70" value="<?php echo htmlspecialchars( $cf->messages['validation_error'] ); ?>" />
217
- </div>
218
- <div class="message-field" style="margin-top: 1em;">
219
- <label for="wpcf7-message-invalid-required"><em># <?php _e( "There is a field that sender is needed to fill in", 'wpcf7' ); ?></em></label><br />
220
- <input type="text" id="wpcf7-message-invalid-required" name="wpcf7-message-invalid-required" class="wide" size="70" value="<?php echo htmlspecialchars( $cf->messages['invalid_required'] ); ?>" />
221
- </div>
222
- <div class="message-field">
223
- <label for="wpcf7-message-invalid-email"><em># <?php _e( "Email address that sender entered is invalid", 'wpcf7' ); ?></em></label><br />
224
- <input type="text" id="wpcf7-message-invalid-email" name="wpcf7-message-invalid-email" class="wide" size="70" value="<?php echo htmlspecialchars( $cf->messages['invalid_email'] ); ?>" />
225
- </div>
226
- <div class="message-field">
227
- <label for="wpcf7-message-accept-terms"><em># <?php _e( "There is a field of term that sender is needed to accept", 'wpcf7' ); ?></em></label><br />
228
- <input type="text" id="wpcf7-message-accept-terms" name="wpcf7-message-accept-terms" class="wide" size="70" value="<?php echo htmlspecialchars( $cf->messages['accept_terms'] ); ?>" />
229
- </div>
230
- <div class="message-field">
231
- <label for="wpcf7-message-quiz-answer-not-correct"><em># <?php _e( "Sender doesn't enter the correct answer to the quiz", 'wpcf7' ); ?></em></label><br />
232
- <input type="text" id="wpcf7-message-quiz-answer-not-correct" name="wpcf7-message-quiz-answer-not-correct" class="wide" size="70" value="<?php echo htmlspecialchars( $cf->messages['quiz_answer_not_correct'] ); ?>" />
233
- </div>
234
- <div class="message-field">
235
- <label for="wpcf7-message-captcha-not-match"><em># <?php _e( "The code that sender entered does not match the CAPTCHA", 'wpcf7' ); ?></em></label><br />
236
- <input type="text" id="wpcf7-message-captcha-not-match" name="wpcf7-message-captcha-not-match" class="wide" size="70" value="<?php echo htmlspecialchars( $cf->messages['captcha_not_match'] ); ?>" />
237
- </div>
238
- <div class="message-field">
239
- <label for="wpcf7-message-upload-failed"><em># <?php _e( "Uploading a file fails for any reason", 'wpcf7' ); ?></em></label><br />
240
- <input type="text" id="wpcf7-message-upload-failed" name="wpcf7-message-upload-failed" class="wide" size="70" value="<?php echo htmlspecialchars( $cf->messages['upload_failed'] ); ?>" />
241
- </div>
242
- <div class="message-field">
243
- <label for="wpcf7-message-upload-file-type-invalid"><em># <?php _e( "Uploaded file is not allowed file type", 'wpcf7' ); ?></em></label><br />
244
- <input type="text" id="wpcf7-message-upload-file-type-invalid" name="wpcf7-message-upload-file-type-invalid" class="wide" size="70" value="<?php echo htmlspecialchars( $cf->messages['upload_file_type_invalid'] ); ?>" />
245
- </div>
246
- <div class="message-field">
247
- <label for="wpcf7-message-upload-file-too-large"><em># <?php _e( "Uploaded file is too large", 'wpcf7' ); ?></em></label><br />
248
- <input type="text" id="wpcf7-message-upload-file-too-large" name="wpcf7-message-upload-file-too-large" class="wide" size="70" value="<?php echo htmlspecialchars( $cf->messages['upload_file_too_large'] ); ?>" />
249
- </div>
250
- </div>
251
-
252
- </td>
253
- </tr>
254
- </tbody>
255
- </table>
256
-
257
- <table class="widefat" style="margin-top: 1em;">
258
- <thead>
259
- <tr>
260
- <th scope="col"><?php _e( 'Additional Settings', 'wpcf7' ); ?> <span id="additional-settings-fields-toggle-switch"></span></th>
261
- </tr>
262
- </thead>
263
- <tbody>
264
- <tr>
265
- <td scope="col">
266
- <div id="additional-settings-fields">
267
- <textarea id="wpcf7-additional-settings" name="wpcf7-additional-settings" cols="100" rows="8"><?php echo htmlspecialchars( $cf->additional_settings ); ?></textarea>
268
- </div>
269
- </td>
270
- </tr>
271
- </tbody>
272
- </table>
273
-
274
- <table class="widefat" style="margin-top: 1em;">
275
- <tbody>
276
- <tr>
277
- <td scope="col">
278
- <div class="save-contact-form">
279
- <input type="submit" class="button button-highlighted" name="wpcf7-save" value="<?php _e( 'Save', 'wpcf7' ); ?>" />
280
- </div>
281
- </td>
282
- </tr>
283
- </tbody>
284
- </table>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
285
 
286
  <?php endif; ?>
287
 
1
+ <?php
2
+
3
+ /* No table warning */
4
+ if ( ! wpcf7_table_exists() ) {
5
+ if ( current_user_can( 'activate_plugins' ) ) {
6
+ $create_table_link_url = wpcf7_admin_url( 'admin.php', array( 'wpcf7-create-table' => 1 ) );
7
+ $create_table_link_url = wp_nonce_url( $create_table_link_url, 'wpcf7-create-table' );
8
+ $message = sprintf(
9
+ __( '<strong>The database table for Contact Form 7 does not exist.</strong> You must <a href="%s">create the table</a> for it to work.', 'wpcf7' ),
10
+ $create_table_link_url );
11
+ } else {
12
+ $message = __( "<strong>The database table for Contact Form 7 does not exist.</strong>", 'wpcf7' );
13
+ }
14
+ ?>
15
+ <div class="wrap">
16
+ <?php screen_icon( 'edit-pages' ); ?>
17
+ <h2><?php echo esc_html( __( 'Contact Form 7', 'wpcf7' ) ); ?></h2>
18
+ <div id="message" class="updated fade">
19
+ <p><?php echo $message; ?></p>
20
+ </div>
21
+ </div>
22
+ <?php
23
+ return;
24
+ }
25
+
26
+ ?><div class="wrap wpcf7">
27
+
28
+ <?php screen_icon( 'edit-pages' ); ?>
29
+
30
+ <h2><?php echo esc_html( __( 'Contact Form 7', 'wpcf7' ) ); ?></h2>
31
+
32
+ <?php wpcf7_donation_link(); ?>
33
+
34
+ <?php if ( isset( $updated_message ) ) : ?>
35
+ <div id="message" class="updated fade"><p><?php echo $updated_message; ?></p></div>
36
+ <?php endif; ?>
37
+
38
+ <ul class="subsubsub">
39
+ <?php foreach ( $contact_forms as $v ) : ?>
40
+ <li><a href="<?php echo wpcf7_admin_url( 'admin.php', array( 'contactform' => $v->id ) ); ?>"<?php if ( $v->id == $current ) echo ' class="current"'; ?>>
41
+ <?php echo esc_html( $v->title ); ?></a> |</li>
42
+ <?php endforeach; ?>
43
+
44
+ <?php if ( wpcf7_admin_has_edit_cap() ) : ?>
45
+ <li class="addnew"><a href="<?php echo wpcf7_admin_url( 'admin.php', array( 'contactform' => 'new' ) ); ?>"<?php if ( $unsaved ) echo ' class="current"'; ?>><?php echo esc_html( __( 'Add new', 'wpcf7' ) ); ?></a></li>
46
+ <?php endif; ?>
47
+ </ul>
48
 
49
+ <br class="clear" />
 
 
 
 
 
 
 
 
 
 
 
 
 
50
 
51
  <?php if ( $cf ) : ?>
52
  <?php $disabled = ( wpcf7_admin_has_edit_cap() ) ? '' : ' disabled="disabled"'; ?>
53
 
54
+ <form method="post" action="<?php echo wpcf7_admin_url( 'admin.php', array( 'contactform' => $current ) ); ?>" id="wpcf7-admin-form-element">
55
+ <?php if ( wpcf7_admin_has_edit_cap() ) wp_nonce_field( 'wpcf7-save_' . $current ); ?>
56
+ <input type="hidden" id="wpcf7-id" name="wpcf7-id" value="<?php echo $current; ?>" />
57
+
58
+ <table class="widefat">
59
+ <tbody>
60
+ <tr>
61
+ <td scope="col">
62
+ <div style="position: relative;">
63
+ <input type="text" id="wpcf7-title" name="wpcf7-title" size="40" value="<?php echo esc_attr( $cf->title ); ?>"<?php echo $disabled; ?> />
64
+
65
+ <?php if ( ! $unsaved ) : ?>
66
+ <p class="tagcode">
67
+ <?php echo esc_html( __( "Copy this code and paste it into your post, page or text widget content.", 'wpcf7' ) ); ?><br />
68
+
69
+ <input type="text" id="contact-form-anchor-text" onfocus="this.select();" readonly="readonly" />
70
+ </p>
71
+ <?php endif; ?>
72
+
73
+ <?php if ( wpcf7_admin_has_edit_cap() ) : ?>
74
+ <div class="save-contact-form">
75
+ <input type="submit" class="button button-highlighted" name="wpcf7-save" value="<?php echo esc_attr( __( 'Save', 'wpcf7' ) ); ?>" />
76
+ </div>
77
+ <?php endif; ?>
78
+
79
+ <?php if ( wpcf7_admin_has_edit_cap() && ! $unsaved ) : ?>
80
+ <div class="actions-link">
81
+ <?php $copy_nonce = wp_create_nonce( 'wpcf7-copy_' . $current ); ?>
82
+ <input type="submit" name="wpcf7-copy" class="copy" value="<?php echo esc_attr( __( 'Copy', 'wpcf7' ) ); ?>"
83
+ <?php echo "onclick=\"this.form._wpnonce.value = '$copy_nonce'; return true;\""; ?> />
84
+ |
85
+
86
+ <?php $delete_nonce = wp_create_nonce( 'wpcf7-delete_' . $current ); ?>
87
+ <input type="submit" name="wpcf7-delete" class="delete" value="<?php echo esc_attr( __( 'Delete', 'wpcf7' ) ); ?>"
88
+ <?php echo "onclick=\"if (confirm('" .
89
+ esc_js( __( "You are about to delete this contact form.\n 'Cancel' to stop, 'OK' to delete.", 'wpcf7' ) ) .
90
+ "')) {this.form._wpnonce.value = '$delete_nonce'; return true;} return false;\""; ?> />
91
+ </div>
92
+ <?php endif; ?>
93
+ </div>
94
+ </td>
95
+ </tr>
96
+ </tbody>
97
+ </table>
98
+
99
+ <?php if ( wpcf7_admin_has_edit_cap() ) : ?>
100
+
101
+ <table class="widefat" style="margin-top: 1em;">
102
+ <thead><tr><th scope="col" colspan="2"><?php echo esc_html( __( 'Form', 'wpcf7' ) ); ?></th></tr></thead>
103
+
104
+ <tbody>
105
+ <tr>
106
+
107
+ <td scope="col" style="width: 50%;">
108
+ <div><textarea id="wpcf7-form" name="wpcf7-form" cols="100" rows="20"><?php echo esc_html( $cf->form ); ?></textarea></div>
109
+ </td>
110
+
111
+ <td scope="col" style="width: 50%;">
112
+ <div id="tag-generator-div"></div>
113
+ </td>
114
+
115
+ </tr>
116
+ </tbody>
117
+ </table>
118
+
119
+ <table class="widefat" style="margin-top: 1em;">
120
+ <thead><tr><th scope="col" colspan="2"><?php echo esc_html( __( 'Mail', 'wpcf7' ) ); ?></th></tr></thead>
121
+
122
+ <tbody>
123
+ <tr>
124
+ <td scope="col" style="width: 50%;">
125
+
126
+ <div class="mail-field">
127
+ <label for="wpcf7-mail-recipient"><?php echo esc_html( __( 'To:', 'wpcf7' ) ); ?></label><br />
128
+ <input type="text" id="wpcf7-mail-recipient" name="wpcf7-mail-recipient" class="wide" size="70" value="<?php echo esc_attr( $cf->mail['recipient'] ); ?>" />
129
+ </div>
130
+
131
+ <div class="mail-field">
132
+ <label for="wpcf7-mail-sender"><?php echo esc_html( __( 'From:', 'wpcf7' ) ); ?></label><br />
133
+ <input type="text" id="wpcf7-mail-sender" name="wpcf7-mail-sender" class="wide" size="70" value="<?php echo esc_attr( $cf->mail['sender'] ); ?>" />
134
+ </div>
135
+
136
+ <div class="mail-field">
137
+ <label for="wpcf7-mail-subject"><?php echo esc_html( __( 'Subject:', 'wpcf7' ) ); ?></label><br />
138
+ <input type="text" id="wpcf7-mail-subject" name="wpcf7-mail-subject" class="wide" size="70" value="<?php echo esc_attr( $cf->mail['subject'] ); ?>" />
139
+ </div>
140
+
141
+ <div class="pseudo-hr"></div>
142
+
143
+ <div class="mail-field">
144
+ <label for="wpcf7-mail-additional-headers"><?php echo esc_html( __( 'Additional headers:', 'wpcf7' ) ); ?></label><br />
145
+ <textarea id="wpcf7-mail-additional-headers" name="wpcf7-mail-additional-headers" cols="100" rows="2"><?php echo esc_html( $cf->mail['additional_headers'] ); ?></textarea>
146
+ </div>
147
+
148
+ <div class="mail-field">
149
+ <label for="wpcf7-mail-attachments"><?php echo esc_html( __( 'File attachments:', 'wpcf7' ) ); ?></label><br />
150
+ <input type="text" id="wpcf7-mail-attachments" name="wpcf7-mail-attachments" class="wide" size="70" value="<?php echo esc_attr( $cf->mail['attachments'] ); ?>" />
151
+ </div>
152
+
153
+ <div class="pseudo-hr"></div>
154
+
155
+ <div class="mail-field">
156
+ <input type="checkbox" id="wpcf7-mail-use-html" name="wpcf7-mail-use-html" value="1"<?php echo ( $cf->mail['use_html'] ) ? ' checked="checked"' : ''; ?> />
157
+ <label for="wpcf7-mail-use-html"><?php echo esc_html( __( 'Use HTML content type', 'wpcf7' ) ); ?></label>
158
+ </div>
159
+
160
+ </td>
161
+ <td scope="col" style="width: 50%;">
162
+
163
+ <div class="mail-field">
164
+ <label for="wpcf7-mail-body"><?php echo esc_html( __( 'Message body:', 'wpcf7' ) ); ?></label><br />
165
+ <textarea id="wpcf7-mail-body" name="wpcf7-mail-body" cols="100" rows="16"><?php echo esc_html( $cf->mail['body'] ); ?></textarea>
166
+ </div>
167
+
168
+ </td>
169
+ </tr>
170
+ </tbody>
171
+ </table>
172
+
173
+ <table class="widefat" style="margin-top: 1em;">
174
+ <thead><tr><th scope="col" colspan="2"><?php echo esc_html( __( 'Mail (2)', 'wpcf7' ) ); ?></th></tr></thead>
175
+
176
+ <tbody>
177
+ <tr>
178
+ <td scope="col" colspan="2">
179
+ <input type="checkbox" id="wpcf7-mail-2-active" name="wpcf7-mail-2-active" value="1"<?php echo ( $cf->mail_2['active'] ) ? ' checked="checked"' : ''; ?> />
180
+ <label for="wpcf7-mail-2-active"><?php echo esc_html( __( 'Use mail (2)', 'wpcf7' ) ); ?></label>
181
+ </td>
182
+ </tr>
183
+
184
+ <tr id="mail-2-fields">
185
+ <td scope="col" style="width: 50%;">
186
+
187
+ <div class="mail-field">
188
+ <label for="wpcf7-mail-2-recipient"><?php echo esc_html( __( 'To:', 'wpcf7' ) ); ?></label><br />
189
+ <input type="text" id="wpcf7-mail-2-recipient" name="wpcf7-mail-2-recipient" class="wide" size="70" value="<?php echo esc_attr( $cf->mail_2['recipient'] ); ?>" />
190
+ </div>
191
+
192
+ <div class="mail-field">
193
+ <label for="wpcf7-mail-2-sender"><?php echo esc_html( __( 'From:', 'wpcf7' ) ); ?></label><br />
194
+ <input type="text" id="wpcf7-mail-2-sender" name="wpcf7-mail-2-sender" class="wide" size="70" value="<?php echo esc_attr( $cf->mail_2['sender'] ); ?>" />
195
+ </div>
196
+
197
+ <div class="mail-field">
198
+ <label for="wpcf7-mail-2-subject"><?php echo esc_html( __( 'Subject:', 'wpcf7' ) ); ?></label><br />
199
+ <input type="text" id="wpcf7-mail-2-subject" name="wpcf7-mail-2-subject" class="wide" size="70" value="<?php echo esc_attr( $cf->mail_2['subject'] ); ?>" />
200
+ </div>
201
+
202
+ <div class="pseudo-hr"></div>
203
+
204
+ <div class="mail-field">
205
+ <label for="wpcf7-mail-2-additional-headers"><?php echo esc_html( __( 'Additional headers:', 'wpcf7' ) ); ?></label><br />
206
+ <textarea id="wpcf7-mail-2-additional-headers" name="wpcf7-mail-2-additional-headers" cols="100" rows="2"><?php echo esc_html( $cf->mail_2['additional_headers'] ); ?></textarea>
207
+ </div>
208
+
209
+ <div class="mail-field">
210
+ <label for="wpcf7-mail-2-attachments"><?php echo esc_html( __( 'File attachments:', 'wpcf7' ) ); ?></label><br />
211
+ <input type="text" id="wpcf7-mail-2-attachments" name="wpcf7-mail-2-attachments" class="wide" size="70" value="<?php echo esc_attr( $cf->mail_2['attachments'] ); ?>" />
212
+ </div>
213
+
214
+ <div class="pseudo-hr"></div>
215
+
216
+ <div class="mail-field">
217
+ <input type="checkbox" id="wpcf7-mail-2-use-html" name="wpcf7-mail-2-use-html" value="1"<?php echo ( $cf->mail_2['use_html'] ) ? ' checked="checked"' : ''; ?> />
218
+ <label for="wpcf7-mail-2-use-html"><?php echo esc_html( __( 'Use HTML content type', 'wpcf7' ) ); ?></label>
219
+ </div>
220
+
221
+ </td>
222
+ <td scope="col" style="width: 50%;">
223
+
224
+ <div class="mail-field">
225
+ <label for="wpcf7-mail-2-body"><?php echo esc_html( __( 'Message body:', 'wpcf7' ) ); ?></label><br />
226
+ <textarea id="wpcf7-mail-2-body" name="wpcf7-mail-2-body" cols="100" rows="16"><?php echo esc_html( $cf->mail_2['body'] ); ?></textarea>
227
+ </div>
228
+
229
+ </td>
230
+ </tr>
231
+ </tbody>
232
+ </table>
233
+
234
+ <table class="widefat" style="margin-top: 1em;">
235
+ <thead><tr><th scope="col"><?php echo esc_html( __( 'Messages', 'wpcf7' ) ); ?> <span id="message-fields-toggle-switch"></span></th></tr></thead>
236
+
237
+ <tbody>
238
+ <tr>
239
+ <td scope="col">
240
+ <div id="message-fields">
241
+
242
+ <div class="message-field">
243
+ <label for="wpcf7-message-mail-sent-ok"><em># <?php echo esc_html( __( "Sender's message was sent successfully", 'wpcf7' ) ); ?></em></label><br />
244
+ <input type="text" id="wpcf7-message-mail-sent-ok" name="wpcf7-message-mail-sent-ok" class="wide" size="70" value="<?php echo esc_attr( $cf->messages['mail_sent_ok'] ); ?>" />
245
+ </div>
246
+
247
+ <div class="message-field">
248
+ <label for="wpcf7-message-mail-sent-ng"><em># <?php echo esc_html( __( "Sender's message was failed to send", 'wpcf7' ) ); ?></em></label><br />
249
+ <input type="text" id="wpcf7-message-mail-sent-ng" name="wpcf7-message-mail-sent-ng" class="wide" size="70" value="<?php echo esc_attr( $cf->messages['mail_sent_ng'] ); ?>" />
250
+ </div>
251
+
252
+ <div class="message-field">
253
+ <label for="wpcf7-message-akismet-says-spam"><em># <?php echo esc_html( __( "Akismet judged the sending activity as spamming", 'wpcf7' ) ); ?></em></label><br />
254
+ <input type="text" id="wpcf7-message-akismet-says-spam" name="wpcf7-message-akismet-says-spam" class="wide" size="70" value="<?php echo esc_attr( $cf->messages['akismet_says_spam'] ); ?>" />
255
+ </div>
256
+
257
+ <div class="message-field">
258
+ <label for="wpcf7-message-validation-error"><em># <?php echo esc_html( __( "Validation errors occurred", 'wpcf7' ) ); ?></em></label><br />
259
+ <input type="text" id="wpcf7-message-validation-error" name="wpcf7-message-validation-error" class="wide" size="70" value="<?php echo esc_attr( $cf->messages['validation_error'] ); ?>" />
260
+ </div>
261
+
262
+ <div class="message-field" style="margin-top: 1em;">
263
+ <label for="wpcf7-message-invalid-required"><em># <?php echo esc_html( __( "There is a field that sender is needed to fill in", 'wpcf7' ) ); ?></em></label><br />
264
+ <input type="text" id="wpcf7-message-invalid-required" name="wpcf7-message-invalid-required" class="wide" size="70" value="<?php echo esc_attr( $cf->messages['invalid_required'] ); ?>" />
265
+ </div>
266
+
267
+ <div class="message-field">
268
+ <label for="wpcf7-message-invalid-email"><em># <?php echo esc_html( __( "Email address that sender entered is invalid", 'wpcf7' ) ); ?></em></label><br />
269
+ <input type="text" id="wpcf7-message-invalid-email" name="wpcf7-message-invalid-email" class="wide" size="70" value="<?php echo esc_attr( $cf->messages['invalid_email'] ); ?>" />
270
+ </div>
271
+
272
+ <div class="message-field">
273
+ <label for="wpcf7-message-accept-terms"><em># <?php echo esc_html( __( "There is a field of term that sender is needed to accept", 'wpcf7' ) ); ?></em></label><br />
274
+ <input type="text" id="wpcf7-message-accept-terms" name="wpcf7-message-accept-terms" class="wide" size="70" value="<?php echo esc_attr( $cf->messages['accept_terms'] ); ?>" />
275
+ </div>
276
+
277
+ <div class="message-field">
278
+ <label for="wpcf7-message-quiz-answer-not-correct"><em># <?php echo esc_html( __( "Sender doesn't enter the correct answer to the quiz", 'wpcf7' ) ); ?></em></label><br />
279
+ <input type="text" id="wpcf7-message-quiz-answer-not-correct" name="wpcf7-message-quiz-answer-not-correct" class="wide" size="70" value="<?php echo esc_attr( $cf->messages['quiz_answer_not_correct'] ); ?>" />
280
+ </div>
281
+
282
+ <div class="message-field">
283
+ <label for="wpcf7-message-captcha-not-match"><em># <?php echo esc_html( __( "The code that sender entered does not match the CAPTCHA", 'wpcf7' ) ); ?></em></label><br />
284
+ <input type="text" id="wpcf7-message-captcha-not-match" name="wpcf7-message-captcha-not-match" class="wide" size="70" value="<?php echo esc_attr( $cf->messages['captcha_not_match'] ); ?>" />
285
+ </div>
286
+
287
+ <div class="message-field">
288
+ <label for="wpcf7-message-upload-failed"><em># <?php echo esc_html( __( "Uploading a file fails for any reason", 'wpcf7' ) ); ?></em></label><br />
289
+ <input type="text" id="wpcf7-message-upload-failed" name="wpcf7-message-upload-failed" class="wide" size="70" value="<?php echo esc_attr( $cf->messages['upload_failed'] ); ?>" />
290
+ </div>
291
+
292
+ <div class="message-field">
293
+ <label for="wpcf7-message-upload-file-type-invalid"><em># <?php echo esc_html( __( "Uploaded file is not allowed file type", 'wpcf7' ) ); ?></em></label><br />
294
+ <input type="text" id="wpcf7-message-upload-file-type-invalid" name="wpcf7-message-upload-file-type-invalid" class="wide" size="70" value="<?php echo esc_attr( $cf->messages['upload_file_type_invalid'] ); ?>" />
295
+ </div>
296
+
297
+ <div class="message-field">
298
+ <label for="wpcf7-message-upload-file-too-large"><em># <?php echo esc_html( __( "Uploaded file is too large", 'wpcf7' ) ); ?></em></label><br />
299
+ <input type="text" id="wpcf7-message-upload-file-too-large" name="wpcf7-message-upload-file-too-large" class="wide" size="70" value="<?php echo esc_attr( $cf->messages['upload_file_too_large'] ); ?>" />
300
+ </div>
301
+
302
+ </div>
303
+ </td>
304
+ </tr>
305
+ </tbody>
306
+ </table>
307
+
308
+ <table class="widefat" style="margin-top: 1em;">
309
+ <thead><tr><th scope="col"><?php echo esc_html( __( 'Additional Settings', 'wpcf7' ) ); ?> <span id="additional-settings-fields-toggle-switch"></span></th></tr></thead>
310
+
311
+ <tbody>
312
+ <tr>
313
+ <td scope="col">
314
+ <div id="additional-settings-fields">
315
+ <textarea id="wpcf7-additional-settings" name="wpcf7-additional-settings" cols="100" rows="8"><?php echo esc_html( $cf->additional_settings ); ?></textarea>
316
+ </div>
317
+ </td>
318
+ </tr>
319
+ </tbody>
320
+ </table>
321
+
322
+ <table class="widefat" style="margin-top: 1em;">
323
+ <tbody>
324
+ <tr>
325
+ <td scope="col">
326
+ <div class="save-contact-form">
327
+ <input type="submit" class="button button-highlighted" name="wpcf7-save" value="<?php echo esc_attr( __( 'Save', 'wpcf7' ) ); ?>" />
328
+ </div>
329
+ </td>
330
+ </tr>
331
+ </tbody>
332
+ </table>
333
 
334
  <?php endif; ?>
335
 
admin/admin-stylesheet.css CHANGED
@@ -57,7 +57,7 @@ div.actions-link input {
57
  margin: 0;
58
  border: none;
59
  background-color: #fff;
60
- font-size: smaller;
61
  cursor: pointer;
62
  }
63
  div.actions-link input.copy {
57
  margin: 0;
58
  border: none;
59
  background-color: #fff;
60
+ font-size: 11px;
61
  cursor: pointer;
62
  }
63
  div.actions-link input.copy {
admin/admin.php CHANGED
@@ -5,9 +5,6 @@ function wpcf7_admin_has_edit_cap() {
5
  }
6
 
7
  function wpcf7_admin_add_pages() {
8
- $base_url = admin_url( 'admin.php' );
9
-
10
- $page = plugin_basename( __FILE__ );
11
 
12
  if ( isset( $_POST['wpcf7-save'] ) && wpcf7_admin_has_edit_cap() ) {
13
  $id = $_POST['wpcf7-id'];
@@ -55,8 +52,8 @@ function wpcf7_admin_add_pages() {
55
  );
56
  $additional_settings = trim( $_POST['wpcf7-additional-settings'] );
57
 
58
- $redirect_to = $base_url . '?page=' . $page;
59
- $redirect_to .= ( $contact_form->initial ) ? '&message=created' : '&message=saved';
60
 
61
  $contact_form->title = $title;
62
  $contact_form->form = $form;
@@ -67,25 +64,27 @@ function wpcf7_admin_add_pages() {
67
 
68
  $contact_form->save();
69
 
70
- $redirect_to .= '&contactform=' . $contact_form->id;
71
-
72
  wp_redirect( $redirect_to );
73
  exit();
74
  } elseif ( isset( $_POST['wpcf7-copy'] ) && wpcf7_admin_has_edit_cap() ) {
75
  $id = $_POST['wpcf7-id'];
76
  check_admin_referer( 'wpcf7-copy_' . $id );
77
 
78
- $redirect_to = $base_url . '?page=' . $page;
79
 
80
  if ( $contact_form = wpcf7_contact_form( $id ) ) {
81
  $new_contact_form = $contact_form->copy();
82
  $new_contact_form->save();
83
 
84
- $redirect_to .= '&contactform=' . $new_contact_form->id . '&message=created';
 
85
  } else {
86
- $redirect_to .= '&contactform=' . $contact_form->id;
87
  }
88
 
 
89
  wp_redirect( $redirect_to );
90
  exit();
91
  } elseif ( isset( $_POST['wpcf7-delete'] ) && wpcf7_admin_has_edit_cap() ) {
@@ -95,11 +94,28 @@ function wpcf7_admin_add_pages() {
95
  if ( $contact_form = wpcf7_contact_form( $id ) )
96
  $contact_form->delete();
97
 
98
- wp_redirect( $base_url . '?page=' . $page . '&message=deleted' );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
99
  exit();
100
  }
101
 
102
- add_menu_page( __( 'Contact Form 7', 'wpcf7' ), __( 'Contact Form 7', 'wpcf7' ),
103
  WPCF7_ADMIN_READ_CAPABILITY, __FILE__, 'wpcf7_admin_management_page' );
104
 
105
  add_submenu_page( __FILE__, __( 'Edit Contact Forms', 'wpcf7' ), __( 'Edit', 'wpcf7' ),
@@ -205,19 +221,21 @@ add_action( 'wp_print_scripts', 'wpcf7_admin_load_js' );
205
  function wpcf7_admin_management_page() {
206
  global $wp_version;
207
 
208
- $base_url = admin_url( 'admin.php' );
209
-
210
- $page = plugin_basename( __FILE__ );
211
-
212
  switch ( $_GET['message'] ) {
213
  case 'created':
214
- $updated_message = __( 'Contact form created.', 'wpcf7' );
215
  break;
216
  case 'saved':
217
- $updated_message = __( 'Contact form saved.', 'wpcf7' );
218
  break;
219
  case 'deleted':
220
- $updated_message = __( 'Contact form deleted.', 'wpcf7' );
 
 
 
 
 
 
221
  break;
222
  }
223
 
@@ -245,11 +263,11 @@ function wpcf7_admin_management_page() {
245
  function wpcf7_install() {
246
  global $wpdb;
247
 
248
- $table_name = wpcf7_table_name();
249
-
250
- if ( $wpdb->get_var( "SHOW TABLES LIKE '$table_name'" ) == $table_name )
251
  return; // Exists already
252
 
 
 
253
  $charset_collate = '';
254
  if ( $wpdb->has_cap( 'collation' ) ) {
255
  if ( ! empty( $wpdb->charset ) )
@@ -268,7 +286,7 @@ function wpcf7_install() {
268
  additional_settings text NOT NULL,
269
  PRIMARY KEY (cf7_unit_id)) $charset_collate;" );
270
 
271
- if ( $wpdb->get_var( "SHOW TABLES LIKE '$table_name'" ) != $table_name )
272
  return false; // Failed to create
273
 
274
  $legacy_data = get_option( 'wpcf7' );
@@ -302,15 +320,29 @@ add_action( 'activate_' . WPCF7_PLUGIN_BASENAME, 'wpcf7_install' );
302
 
303
  /* Misc */
304
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
305
  function wpcf7_plugin_action_links( $links, $file ) {
306
  if ( $file != WPCF7_PLUGIN_BASENAME )
307
  return $links;
308
 
309
- $base_url = admin_url( 'admin.php' );
310
-
311
- $url = $base_url . '?page=' . plugin_basename( __FILE__ );
312
 
313
- $settings_link = '<a href="' . $url . '">' . __('Settings') . '</a>';
314
 
315
  array_unshift( $links, $settings_link );
316
 
@@ -342,7 +374,7 @@ function wpcf7_donation_link() {
342
  <div class="donation">
343
  <p><a href="http://www.pledgie.com/campaigns/3117">
344
  <img alt="Click here to lend your support to: Support Contact Form 7 and make a donation at www.pledgie.com !" src="http://www.pledgie.com/campaigns/3117.png?skin_name=chrome" border="0" width="149" height="37" /></a>
345
- <em><?php echo $text; ?></em>
346
  </p>
347
  </div>
348
  <?php
5
  }
6
 
7
  function wpcf7_admin_add_pages() {
 
 
 
8
 
9
  if ( isset( $_POST['wpcf7-save'] ) && wpcf7_admin_has_edit_cap() ) {
10
  $id = $_POST['wpcf7-id'];
52
  );
53
  $additional_settings = trim( $_POST['wpcf7-additional-settings'] );
54
 
55
+ $query = array();
56
+ $query['message'] = ( $contact_form->initial ) ? 'created' : 'saved';
57
 
58
  $contact_form->title = $title;
59
  $contact_form->form = $form;
64
 
65
  $contact_form->save();
66
 
67
+ $query['contactform'] = $contact_form->id;
68
+ $redirect_to = wpcf7_admin_url( 'admin.php', $query );
69
  wp_redirect( $redirect_to );
70
  exit();
71
  } elseif ( isset( $_POST['wpcf7-copy'] ) && wpcf7_admin_has_edit_cap() ) {
72
  $id = $_POST['wpcf7-id'];
73
  check_admin_referer( 'wpcf7-copy_' . $id );
74
 
75
+ $query = array();
76
 
77
  if ( $contact_form = wpcf7_contact_form( $id ) ) {
78
  $new_contact_form = $contact_form->copy();
79
  $new_contact_form->save();
80
 
81
+ $query['contactform'] = $new_contact_form->id;
82
+ $query['message'] = 'created';
83
  } else {
84
+ $query['contactform'] = $contact_form->id;
85
  }
86
 
87
+ $redirect_to = wpcf7_admin_url( 'admin.php', $query );
88
  wp_redirect( $redirect_to );
89
  exit();
90
  } elseif ( isset( $_POST['wpcf7-delete'] ) && wpcf7_admin_has_edit_cap() ) {
94
  if ( $contact_form = wpcf7_contact_form( $id ) )
95
  $contact_form->delete();
96
 
97
+ $redirect_to = wpcf7_admin_url( 'admin.php', array( 'message' => 'deleted' ) );
98
+ wp_redirect( $redirect_to );
99
+ exit();
100
+ } elseif ( isset( $_GET['wpcf7-create-table'] ) ) {
101
+ check_admin_referer( 'wpcf7-create-table' );
102
+
103
+ $query = array();
104
+
105
+ if ( ! wpcf7_table_exists() && current_user_can( 'activate_plugins' ) ) {
106
+ wpcf7_install();
107
+ if ( wpcf7_table_exists() ) {
108
+ $query['message'] = 'table_created';
109
+ } else {
110
+ $query['message'] = 'table_not_created';
111
+ }
112
+ }
113
+
114
+ wp_redirect( wpcf7_admin_url( 'admin.php', $query ) );
115
  exit();
116
  }
117
 
118
+ add_menu_page( __( 'Contact Form 7', 'wpcf7' ), __( 'Contact', 'wpcf7' ),
119
  WPCF7_ADMIN_READ_CAPABILITY, __FILE__, 'wpcf7_admin_management_page' );
120
 
121
  add_submenu_page( __FILE__, __( 'Edit Contact Forms', 'wpcf7' ), __( 'Edit', 'wpcf7' ),
221
  function wpcf7_admin_management_page() {
222
  global $wp_version;
223
 
 
 
 
 
224
  switch ( $_GET['message'] ) {
225
  case 'created':
226
+ $updated_message = __( "Contact form created.", 'wpcf7' );
227
  break;
228
  case 'saved':
229
+ $updated_message = __( "Contact form saved.", 'wpcf7' );
230
  break;
231
  case 'deleted':
232
+ $updated_message = __( "Contact form deleted.", 'wpcf7' );
233
+ break;
234
+ case 'table_created':
235
+ $updated_message = __( "Database table created.", 'wpcf7' );
236
+ break;
237
+ case 'table_not_created':
238
+ $updated_message = __( "Failed to create database table.", 'wpcf7' );
239
  break;
240
  }
241
 
263
  function wpcf7_install() {
264
  global $wpdb;
265
 
266
+ if ( wpcf7_table_exists() )
 
 
267
  return; // Exists already
268
 
269
+ $table_name = wpcf7_table_name();
270
+
271
  $charset_collate = '';
272
  if ( $wpdb->has_cap( 'collation' ) ) {
273
  if ( ! empty( $wpdb->charset ) )
286
  additional_settings text NOT NULL,
287
  PRIMARY KEY (cf7_unit_id)) $charset_collate;" );
288
 
289
+ if ( ! wpcf7_table_exists() )
290
  return false; // Failed to create
291
 
292
  $legacy_data = get_option( 'wpcf7' );
320
 
321
  /* Misc */
322
 
323
+ function wpcf7_admin_url( $file, $query = array() ) {
324
+ $file = trim( $file, ' /' );
325
+ if ( 'admin/' != substr( $file, 0, 6 ) )
326
+ $file = 'admin/' . $file;
327
+
328
+ $path = 'admin.php';
329
+ $path .= '?page=' . WPCF7_PLUGIN_NAME . '/' . $file;
330
+
331
+ if ( $query = build_query( $query ) )
332
+ $path .= '&' . $query;
333
+
334
+ $url = admin_url( $path );
335
+
336
+ return $url;
337
+ }
338
+
339
  function wpcf7_plugin_action_links( $links, $file ) {
340
  if ( $file != WPCF7_PLUGIN_BASENAME )
341
  return $links;
342
 
343
+ $url = wpcf7_admin_url( 'admin.php' );
 
 
344
 
345
+ $settings_link = '<a href="' . $url . '">' . esc_html( __( 'Settings', 'wpcf7' ) ) . '</a>';
346
 
347
  array_unshift( $links, $settings_link );
348
 
374
  <div class="donation">
375
  <p><a href="http://www.pledgie.com/campaigns/3117">
376
  <img alt="Click here to lend your support to: Support Contact Form 7 and make a donation at www.pledgie.com !" src="http://www.pledgie.com/campaigns/3117.png?skin_name=chrome" border="0" width="149" height="37" /></a>
377
+ <em><?php echo esc_html( $text ); ?></em>
378
  </p>
379
  </div>
380
  <?php
admin/wpcf7-admin.js CHANGED
@@ -90,17 +90,6 @@ jQuery(document).ready(function() {
90
  }
91
  });
92
 
93
- jQuery('.actions-link input').mouseover(function() {
94
- jQuery(this).css({
95
- 'border-bottom': '1px solid'
96
- });
97
- });
98
-
99
- jQuery('.actions-link input').mouseout(function() {
100
- jQuery(this).css({
101
- 'border-bottom': 'none'
102
- });
103
- });
104
  } catch (e) {
105
  }
106
  });
90
  }
91
  });
92
 
 
 
 
 
 
 
 
 
 
 
 
93
  } catch (e) {
94
  }
95
  });
includes/shortcodes.php CHANGED
@@ -42,7 +42,7 @@ class WPCF7_ShortcodeManager {
42
  $tagnames = array_keys( $this->shortcode_tags );
43
  $tagregexp = join( '|', array_map( 'preg_quote', $tagnames ) );
44
 
45
- return '(.?)\[(' . $tagregexp . ')(?:\s(.*?))?(?:(\/))?\](?:(.+?)\[\/\2\])?(.?)';
46
  }
47
 
48
  function do_shortcode_tag( $m ) {
42
  $tagnames = array_keys( $this->shortcode_tags );
43
  $tagregexp = join( '|', array_map( 'preg_quote', $tagnames ) );
44
 
45
+ return '(\[?)\[(' . $tagregexp . ')(?:\s(.*?))?(?:\s(\/))?\](?:(.+?)\[\/\2\])?(\]?)';
46
  }
47
 
48
  function do_shortcode_tag( $m ) {
languages/wpcf7-bn_BD.mo ADDED
Binary file
languages/wpcf7-bn_BD.po ADDED
@@ -0,0 +1,437 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: WP Contact Form 7\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2009-02-01 05:19+0900\n"
6
+ "PO-Revision-Date: 2009-07-22 22:03+0900\n"
7
+ "Last-Translator: \n"
8
+ "Language-Team: Takayuki Miyoshi <takayukister@gmail.com>\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-Language: Japanese\n"
13
+ "X-Poedit-Country: JAPAN\n"
14
+ "X-Poedit-SourceCharset: utf-8\n"
15
+ "X-Poedit-KeywordsList: __;_e\n"
16
+ "X-Poedit-Basepath: ../..\n"
17
+ "X-Poedit-SearchPath-0: contact-form-7\n"
18
+
19
+ #: contact-form-7/wp-contact-form-7.php:413
20
+ msgid "Contact form"
21
+ msgstr "যোগাযোগ ফরম"
22
+
23
+ #: contact-form-7/wp-contact-form-7.php:582
24
+ #: contact-form-7/includes/admin-panel.php:5
25
+ msgid "Contact Form 7"
26
+ msgstr "যোগাযোগ ফরম ৭"
27
+
28
+ #: contact-form-7/wp-contact-form-7.php:605
29
+ msgid "optional"
30
+ msgstr "ঐচ্ছিক"
31
+
32
+ #: contact-form-7/wp-contact-form-7.php:606
33
+ msgid "Generate Tag"
34
+ msgstr "ট্যাগ তৈরী"
35
+
36
+ #: contact-form-7/wp-contact-form-7.php:607
37
+ msgid "Text field"
38
+ msgstr "লেখার ফিল্ড"
39
+
40
+ #: contact-form-7/wp-contact-form-7.php:608
41
+ msgid "Email field"
42
+ msgstr "ইমেইলের ফিল্ড"
43
+
44
+ #: contact-form-7/wp-contact-form-7.php:609
45
+ msgid "Text area"
46
+ msgstr "লেখার এলাকা"
47
+
48
+ #: contact-form-7/wp-contact-form-7.php:610
49
+ msgid "Drop-down menu"
50
+ msgstr "ড্রপ-ডাউন মেনু"
51
+
52
+ #: contact-form-7/wp-contact-form-7.php:611
53
+ msgid "Checkboxes"
54
+ msgstr "চেক বক্স"
55
+
56
+ #: contact-form-7/wp-contact-form-7.php:612
57
+ msgid "Radio buttons"
58
+ msgstr "রেডিও বাটন"
59
+
60
+ #: contact-form-7/wp-contact-form-7.php:613
61
+ msgid "Acceptance"
62
+ msgstr "গ্রহনযোগ্যতা"
63
+
64
+ #: contact-form-7/wp-contact-form-7.php:614
65
+ msgid "Make this checkbox checked by default?"
66
+ msgstr "ডিফল্ডের জন্য চেকবক্স নির্বাচন করুন?"
67
+
68
+ #: contact-form-7/wp-contact-form-7.php:615
69
+ msgid "Make this checkbox work inversely?"
70
+ msgstr "বিপরীতের জন্য চেকবক্স নির্বাচন করুন?"
71
+
72
+ #: contact-form-7/wp-contact-form-7.php:616
73
+ msgid "* That means visitor who accepts the term unchecks it."
74
+ msgstr "এটার মানে, দর্শনার্থী শর্তাবলী গ্রহন করেছে, আনচেক করুন।"
75
+
76
+ #: contact-form-7/wp-contact-form-7.php:617
77
+ msgid "CAPTCHA"
78
+ msgstr "ক্যাপচা"
79
+
80
+ #: contact-form-7/wp-contact-form-7.php:618
81
+ msgid "Quiz"
82
+ msgstr "কুইজ"
83
+
84
+ #: contact-form-7/wp-contact-form-7.php:619
85
+ msgid "Quizzes"
86
+ msgstr "কুইজ"
87
+
88
+ #: contact-form-7/wp-contact-form-7.php:620
89
+ msgid "* quiz|answer (e.g. 1+1=?|2)"
90
+ msgstr "* কুইজ|উত্তর (উদাহারণ ১+২=?|২)"
91
+
92
+ #: contact-form-7/wp-contact-form-7.php:621
93
+ msgid "File upload"
94
+ msgstr "ফাইল আপলোড"
95
+
96
+ #: contact-form-7/wp-contact-form-7.php:622
97
+ msgid "Submit button"
98
+ msgstr "প্রেরিত বাটন"
99
+
100
+ #: contact-form-7/wp-contact-form-7.php:623
101
+ msgid "Name"
102
+ msgstr "নাম"
103
+
104
+ #: contact-form-7/wp-contact-form-7.php:624
105
+ msgid "Required field?"
106
+ msgstr "দরকারী ফিল্ড?"
107
+
108
+ #: contact-form-7/wp-contact-form-7.php:625
109
+ msgid "Allow multiple selections?"
110
+ msgstr "একাধিক নির্বাচনের অনুমতি দিবেন?"
111
+
112
+ #: contact-form-7/wp-contact-form-7.php:626
113
+ msgid "Insert a blank item as the first option?"
114
+ msgstr "প্রথমটির জন্য খালি অপশন রাখবেন?"
115
+
116
+ #: contact-form-7/wp-contact-form-7.php:627
117
+ msgid "Make checkboxes exclusive?"
118
+ msgstr "চেকবক্স বর্জন করবেন?"
119
+
120
+ #: contact-form-7/wp-contact-form-7.php:628
121
+ msgid "Choices"
122
+ msgstr "পছন্দ"
123
+
124
+ #: contact-form-7/wp-contact-form-7.php:629
125
+ msgid "Label"
126
+ msgstr "মোড়ক"
127
+
128
+ #: contact-form-7/wp-contact-form-7.php:630
129
+ msgid "Default value"
130
+ msgstr "ডিফল্ট মান"
131
+
132
+ #: contact-form-7/wp-contact-form-7.php:631
133
+ msgid "Akismet"
134
+ msgstr "Akismet"
135
+
136
+ #: contact-form-7/wp-contact-form-7.php:632
137
+ msgid "This field requires author's name"
138
+ msgstr "লেখকের নাম এই ফিল্ডে আবশ্যক"
139
+
140
+ #: contact-form-7/wp-contact-form-7.php:633
141
+ msgid "This field requires author's URL"
142
+ msgstr "লেখকের URL এই ফিল্ডে আবশ্যক"
143
+
144
+ #: contact-form-7/wp-contact-form-7.php:634
145
+ msgid "This field requires author's email address"
146
+ msgstr "লেখকের ইমেইল এই ফিল্ডে আবশ্যক"
147
+
148
+ #: contact-form-7/wp-contact-form-7.php:635
149
+ msgid "Copy this code and paste it into the form left."
150
+ msgstr "কোড কপি করে বামের ফিল্ডে পেষ্ট করুন।"
151
+
152
+ #: contact-form-7/wp-contact-form-7.php:636
153
+ msgid "Foreground color"
154
+ msgstr "পুরোভূমির রঙ"
155
+
156
+ #: contact-form-7/wp-contact-form-7.php:637
157
+ msgid "Background color"
158
+ msgstr "পটভূমির রঙ"
159
+
160
+ #: contact-form-7/wp-contact-form-7.php:638
161
+ msgid "Image size"
162
+ msgstr "ছবির সাইজ"
163
+
164
+ #: contact-form-7/wp-contact-form-7.php:639
165
+ msgid "Small"
166
+ msgstr "ছোট"
167
+
168
+ #: contact-form-7/wp-contact-form-7.php:640
169
+ msgid "Medium"
170
+ msgstr "মধ্যম"
171
+
172
+ #: contact-form-7/wp-contact-form-7.php:641
173
+ msgid "Large"
174
+ msgstr "বড়"
175
+
176
+ #: contact-form-7/wp-contact-form-7.php:642
177
+ msgid "Image settings"
178
+ msgstr "ছবি সেটিংস"
179
+
180
+ #: contact-form-7/wp-contact-form-7.php:643
181
+ msgid "Input field settings"
182
+ msgstr "সরবরাহ ফিল্ড সেটিংস"
183
+
184
+ #: contact-form-7/wp-contact-form-7.php:644
185
+ msgid "For image"
186
+ msgstr "ছবির জন্য"
187
+
188
+ #: contact-form-7/wp-contact-form-7.php:645
189
+ msgid "For input field"
190
+ msgstr "সরবরাহ ফিল্ডের জন্য"
191
+
192
+ #: contact-form-7/wp-contact-form-7.php:646
193
+ msgid "* One choice per line."
194
+ msgstr "* প্রতি ফিল্ডের জন্য একটি পছন্দ"
195
+
196
+ #: contact-form-7/wp-contact-form-7.php:647
197
+ msgid "Show"
198
+ msgstr "দেখাও"
199
+
200
+ #: contact-form-7/wp-contact-form-7.php:648
201
+ msgid "Hide"
202
+ msgstr "লুকাও"
203
+
204
+ #: contact-form-7/wp-contact-form-7.php:649
205
+ msgid "File size limit"
206
+ msgstr "ফাইল সাইজ সীমা"
207
+
208
+ #: contact-form-7/wp-contact-form-7.php:650
209
+ msgid "Acceptable file types"
210
+ msgstr "গ্রহনযোগ্য ফাইল টাইপ"
211
+
212
+ #: contact-form-7/wp-contact-form-7.php:676
213
+ msgid "Contact form created."
214
+ msgstr "যোগাযোগ ফরম তৈরী হয়েছে।"
215
+
216
+ #: contact-form-7/wp-contact-form-7.php:679
217
+ msgid "Contact form saved."
218
+ msgstr "যোগাযোগ ফরম সংরক্ষণ করা হয়েছে।"
219
+
220
+ #: contact-form-7/wp-contact-form-7.php:682
221
+ msgid "Contact form deleted."
222
+ msgstr "যোগাযোগ ফরম মুছে দেওয়া হয়েছে।"
223
+
224
+ #: contact-form-7/wp-contact-form-7.php:693
225
+ msgid "Untitled"
226
+ msgstr "শিরোনামহীন"
227
+
228
+ #: contact-form-7/wp-contact-form-7.php:720
229
+ msgid "Your Name"
230
+ msgstr "আপনার নাম"
231
+
232
+ #: contact-form-7/wp-contact-form-7.php:720
233
+ #: contact-form-7/wp-contact-form-7.php:722
234
+ msgid "(required)"
235
+ msgstr "(আবশ্যক)"
236
+
237
+ #: contact-form-7/wp-contact-form-7.php:722
238
+ msgid "Your Email"
239
+ msgstr "আপনার ইমেইল"
240
+
241
+ #: contact-form-7/wp-contact-form-7.php:724
242
+ msgid "Subject"
243
+ msgstr "বিষয়"
244
+
245
+ #: contact-form-7/wp-contact-form-7.php:726
246
+ msgid "Your Message"
247
+ msgstr "আপনার বার্তা"
248
+
249
+ #: contact-form-7/wp-contact-form-7.php:728
250
+ #: contact-form-7/wp-contact-form-7.php:1451
251
+ msgid "Send"
252
+ msgstr "পাঠান"
253
+
254
+ #: contact-form-7/wp-contact-form-7.php:782
255
+ msgid "Your message was sent successfully. Thanks."
256
+ msgstr "আপনার বার্তাটি সফলভাবে পাঠানো হয়েছে। ধন্যবাদ।"
257
+
258
+ #: contact-form-7/wp-contact-form-7.php:784
259
+ #: contact-form-7/wp-contact-form-7.php:786
260
+ msgid "Failed to send your message. Please try later or contact administrator by other way."
261
+ msgstr "আপনার বার্তা পাঠানো যায় নি। দয়া করে আবার চেষ্টা করুন অথবা এ্যডমিনের সাথে যোগাযোগ করুন।"
262
+
263
+ #: contact-form-7/wp-contact-form-7.php:788
264
+ msgid "Validation errors occurred. Please confirm the fields and submit it again."
265
+ msgstr "ভ্যলিডেশনে ত্রুটি ধরা পড়েছে। দয়া করে ফিল্ড নিশ্চিত করে আবার চেষ্টা করুন।"
266
+
267
+ #: contact-form-7/wp-contact-form-7.php:790
268
+ msgid "Please accept the terms to proceed."
269
+ msgstr "দয়া করে এই শর্তগুলো গ্রহণ করুন"
270
+
271
+ #: contact-form-7/wp-contact-form-7.php:792
272
+ msgid "Email address seems invalid."
273
+ msgstr "আপনার ইমেইল মনে হয় ভুল।"
274
+
275
+ #: contact-form-7/wp-contact-form-7.php:794
276
+ msgid "Please fill the required field."
277
+ msgstr "দয়া করে আবশ্যক ফিল্ড পূরণ করুন।"
278
+
279
+ #: contact-form-7/wp-contact-form-7.php:796
280
+ msgid "Your entered code is incorrect."
281
+ msgstr "আপনার লেখা কোডটি ভুল।"
282
+
283
+ #: contact-form-7/wp-contact-form-7.php:798
284
+ msgid "Your answer is not correct."
285
+ msgstr "আপনার উত্তর সঠিক নয়।"
286
+
287
+ #: contact-form-7/wp-contact-form-7.php:800
288
+ msgid "Failed to upload file."
289
+ msgstr "আপলোড করা সফল হয় নি।"
290
+
291
+ #: contact-form-7/wp-contact-form-7.php:802
292
+ msgid "This file type is not allowed."
293
+ msgstr "এই ফাইলটি সমর্থনযোগ্য নয়"
294
+
295
+ #: contact-form-7/wp-contact-form-7.php:804
296
+ msgid "This file is too large."
297
+ msgstr "ফাইলটি বড়।"
298
+
299
+ #: contact-form-7/includes/admin-panel.php:20
300
+ msgid "Add new"
301
+ msgstr "নতুন যোগ করুন"
302
+
303
+ #: contact-form-7/includes/admin-panel.php:42
304
+ msgid "Copy this code and paste it into your post, page or text widget content."
305
+ msgstr "এই কোড গুলো কপি করে আপনার পোস্টে, পেজে কা টেক্স উইডগেটে পোস্ট করুন"
306
+
307
+ #: contact-form-7/includes/admin-panel.php:49
308
+ #: contact-form-7/includes/admin-panel.php:257
309
+ msgid "Save"
310
+ msgstr "সংরক্ষণ"
311
+
312
+ #: contact-form-7/includes/admin-panel.php:55
313
+ msgid "Delete this contact form"
314
+ msgstr "এই যোগাযোগ ফরম মুছে ফেলুন"
315
+
316
+ #: contact-form-7/includes/admin-panel.php:56
317
+ msgid ""
318
+ "You are about to delete this contact form.\n"
319
+ " 'Cancel' to stop, 'OK' to delete."
320
+ msgstr ""
321
+ "আপনি যোগাযোগ ফরম মুছে ফেলছেন।.\n"
322
+ " বন্ধের জন্য ‘বন্ধ’করুন এবং মোছার জন্য ‘ওকে’ করুন।"
323
+
324
+ #: contact-form-7/includes/admin-panel.php:70
325
+ msgid "Form"
326
+ msgstr "প্রেরক"
327
+
328
+ #: contact-form-7/includes/admin-panel.php:90
329
+ msgid "Mail"
330
+ msgstr "মেইল"
331
+
332
+ #: contact-form-7/includes/admin-panel.php:97
333
+ #: contact-form-7/includes/admin-panel.php:149
334
+ msgid "To:"
335
+ msgstr "প্রতি:"
336
+
337
+ #: contact-form-7/includes/admin-panel.php:101
338
+ #: contact-form-7/includes/admin-panel.php:153
339
+ msgid "From:"
340
+ msgstr "প্রেরক:"
341
+
342
+ #: contact-form-7/includes/admin-panel.php:105
343
+ #: contact-form-7/includes/admin-panel.php:157
344
+ msgid "Subject:"
345
+ msgstr "বিষয়:"
346
+
347
+ #: contact-form-7/includes/admin-panel.php:110
348
+ #: contact-form-7/includes/admin-panel.php:162
349
+ msgid "File attachments:"
350
+ msgstr "ফাইল সংযুক্তি:"
351
+
352
+ #: contact-form-7/includes/admin-panel.php:112
353
+ #: contact-form-7/includes/admin-panel.php:164
354
+ msgid "(You need WordPress 2.7 or greater to use this feature)"
355
+ msgstr "(আপনার ওয়ার্ডপ্রেস ২.৭ বা তার পরের সংস্করণ দরকার)"
356
+
357
+ #: contact-form-7/includes/admin-panel.php:120
358
+ #: contact-form-7/includes/admin-panel.php:172
359
+ msgid "Use HTML content type"
360
+ msgstr "HTML বিষয় ব্যবহার"
361
+
362
+ #: contact-form-7/includes/admin-panel.php:125
363
+ #: contact-form-7/includes/admin-panel.php:177
364
+ msgid "Message body:"
365
+ msgstr "বার্তা লেখার যায়গা:"
366
+
367
+ #: contact-form-7/includes/admin-panel.php:136
368
+ msgid "Mail (2)"
369
+ msgstr "ইমেইল (২)"
370
+
371
+ #: contact-form-7/includes/admin-panel.php:143
372
+ msgid "Use mail (2)"
373
+ msgstr "ব্যবহার মেইল (২)"
374
+
375
+ #: contact-form-7/includes/admin-panel.php:188
376
+ msgid "Messages"
377
+ msgstr "বার্তা"
378
+
379
+ #: contact-form-7/includes/admin-panel.php:196
380
+ msgid "Sender's message was sent successfully"
381
+ msgstr "আপনার বার্তাটি সফলতার সাথে পাঠানো হয়েছে।"
382
+
383
+ #: contact-form-7/includes/admin-panel.php:200
384
+ msgid "Sender's message was failed to send"
385
+ msgstr "আপনার বার্তাটি পাঠানো যায়নি।"
386
+
387
+ #: contact-form-7/includes/admin-panel.php:204
388
+ msgid "Akismet judged the sending activity as spamming"
389
+ msgstr "Akismet এর হিসাবে এটি স্প্যাম হিসাবে গণ্য হবে।"
390
+
391
+ #: contact-form-7/includes/admin-panel.php:208
392
+ msgid "Validation errors occurred"
393
+ msgstr "ভ্যলিডেশনে ত্রুটি ধরা পড়েছে"
394
+
395
+ #: contact-form-7/includes/admin-panel.php:212
396
+ msgid "There is a field that sender is needed to fill in"
397
+ msgstr "প্রেরকের পূরণ করা দরকার এমন ফিল্ড খালি আছে"
398
+
399
+ #: contact-form-7/includes/admin-panel.php:216
400
+ msgid "Email address that sender entered is invalid"
401
+ msgstr "প্রেরকের ইমেইল ঠিকানা সঠিক নয়"
402
+
403
+ #: contact-form-7/includes/admin-panel.php:220
404
+ msgid "There is a field of term that sender is needed to accept"
405
+ msgstr "এমন কিছু ফিল্ড আছে যেগুলো প্রেরকের গ্রহণ করা দরকার"
406
+
407
+ #: contact-form-7/includes/admin-panel.php:224
408
+ msgid "Sender doesn't enter the correct answer to the quiz"
409
+ msgstr "প্রেরকের কুইজের সঠিক উত্তর দেয় নি"
410
+
411
+ #: contact-form-7/includes/admin-panel.php:228
412
+ msgid "The code that sender entered does not match the CAPTCHA"
413
+ msgstr "প্রেরকের লেখা ক্যাপচা কোড সঠিক নয়"
414
+
415
+ #: contact-form-7/includes/admin-panel.php:232
416
+ msgid "Uploading a file fails for any reason"
417
+ msgstr "অন্য কোন কারণে আপলোড সফল হয় নি"
418
+
419
+ #: contact-form-7/includes/admin-panel.php:236
420
+ msgid "Uploaded file is not allowed file type"
421
+ msgstr "আপলোড করা ফাইলটি সমর্থনযোগ্য নয়"
422
+
423
+ #: contact-form-7/includes/admin-panel.php:240
424
+ msgid "Uploaded file is too large"
425
+ msgstr "আপলোড করা ফাইল বড় হয়েছে"
426
+
427
+ #~ msgid "Form content"
428
+ #~ msgstr "Contenido del formulario"
429
+ #~ msgid "Mail template"
430
+ #~ msgstr "Plantilla del email"
431
+ #~ msgid "Sender field:"
432
+ #~ msgstr "Campo de remitente:"
433
+ #~ msgid "Recipient address:"
434
+ #~ msgstr "Dirección del destinatario:"
435
+ #~ msgid "Insert"
436
+ #~ msgstr "Insertar"
437
+
languages/wpcf7-da_DK.mo CHANGED
Binary file
languages/wpcf7-da_DK.po CHANGED
@@ -1,439 +1,482 @@
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: Contact Form 7\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2009-02-25 08:48+0100\n"
6
- "PO-Revision-Date: 2009-02-25 09:29+0100\n"
7
- "Last-Translator: Georg S. Adamsen <gsa@blogos.dk>\n"
8
  "Language-Team: Team Blogos <wordpress@blogos.dk>\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-SourceCharset: utf-8\n"
13
- "X-Poedit-KeywordsList: __;_e;_c;__ngettext:1,2;__ngettext_noop:1,2\n"
14
  "X-Poedit-Basepath: d:\\wordpress\\plugins\\contact-form-7\n"
15
  "X-Poedit-Language: Danish\n"
16
  "X-Poedit-Country: DENMARK\n"
17
  "Plural-Forms: nplurals=2;plural=n != 1;\n"
18
  "X-Poedit-SearchPath-0: d:\\wordpress\\plugins\\contact-form-7\n"
19
 
20
- #: d:\wordpress\plugins\contact-form-7/wp-contact-form-7.php:413
21
- msgid "Contact form"
22
- msgstr "Kontaktformular"
23
-
24
- #: d:\wordpress\plugins\contact-form-7/wp-contact-form-7.php:598
25
- #: d:\wordpress\plugins\contact-form-7/includes/admin-panel.php:5
26
  msgid "Contact Form 7"
27
  msgstr "Kontaktformular 7"
28
 
29
- #: d:\wordpress\plugins\contact-form-7/wp-contact-form-7.php:621
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
30
  msgid "optional"
31
  msgstr "valgfrit"
32
 
33
- #: d:\wordpress\plugins\contact-form-7/wp-contact-form-7.php:622
34
  msgid "Generate Tag"
35
  msgstr "Lav mærke"
36
 
37
- #: d:\wordpress\plugins\contact-form-7/wp-contact-form-7.php:623
38
  msgid "Text field"
39
  msgstr "Tekstfelt"
40
 
41
- #: d:\wordpress\plugins\contact-form-7/wp-contact-form-7.php:624
42
  msgid "Email field"
43
  msgstr "E-mail-felt"
44
 
45
- #: d:\wordpress\plugins\contact-form-7/wp-contact-form-7.php:625
46
  msgid "Text area"
47
  msgstr "Tekstboks"
48
 
49
- #: d:\wordpress\plugins\contact-form-7/wp-contact-form-7.php:626
50
  msgid "Drop-down menu"
51
  msgstr "Drop-down menu"
52
 
53
- #: d:\wordpress\plugins\contact-form-7/wp-contact-form-7.php:627
54
  msgid "Checkboxes"
55
  msgstr "Afkrydsningsfelt"
56
 
57
- #: d:\wordpress\plugins\contact-form-7/wp-contact-form-7.php:628
58
  msgid "Radio buttons"
59
  msgstr "Radioknapper"
60
 
61
- #: d:\wordpress\plugins\contact-form-7/wp-contact-form-7.php:629
62
  msgid "Acceptance"
63
  msgstr "Accept"
64
 
65
- #: d:\wordpress\plugins\contact-form-7/wp-contact-form-7.php:630
66
  msgid "Make this checkbox checked by default?"
67
  msgstr "Skal afkrydsningsfeltet være markeret som standard?"
68
 
69
  # tjekkes
70
- #: d:\wordpress\plugins\contact-form-7/wp-contact-form-7.php:631
71
  msgid "Make this checkbox work inversely?"
72
  msgstr "Skal afkrydsningsfeltet virke omvendt?"
73
 
74
- #: d:\wordpress\plugins\contact-form-7/wp-contact-form-7.php:632
75
  msgid "* That means visitor who accepts the term unchecks it."
76
  msgstr "* Det betyder, at en besøgende, som accepterer betingelserne, afmarkerer det."
77
 
78
- #: d:\wordpress\plugins\contact-form-7/wp-contact-form-7.php:633
79
  msgid "CAPTCHA"
80
  msgstr "CAPTCHA-kontrol"
81
 
82
- #: d:\wordpress\plugins\contact-form-7/wp-contact-form-7.php:634
83
  msgid "Quiz"
84
  msgstr "Quiz"
85
 
86
- #: d:\wordpress\plugins\contact-form-7/wp-contact-form-7.php:635
87
  msgid "Quizzes"
88
  msgstr "Quizzer"
89
 
90
- #: d:\wordpress\plugins\contact-form-7/wp-contact-form-7.php:636
91
  msgid "* quiz|answer (e.g. 1+1=?|2)"
92
  msgstr "' quiz|svar (f.eks. 1+1=?|2)"
93
 
94
- #: d:\wordpress\plugins\contact-form-7/wp-contact-form-7.php:637
95
  msgid "File upload"
96
  msgstr "Filupload"
97
 
98
- #: d:\wordpress\plugins\contact-form-7/wp-contact-form-7.php:638
99
  msgid "bytes"
100
  msgstr "bytes"
101
 
102
- #: d:\wordpress\plugins\contact-form-7/wp-contact-form-7.php:639
103
  msgid "Submit button"
104
  msgstr "Send-knap"
105
 
106
- #: d:\wordpress\plugins\contact-form-7/wp-contact-form-7.php:640
107
  msgid "Name"
108
  msgstr "Navn"
109
 
110
- #: d:\wordpress\plugins\contact-form-7/wp-contact-form-7.php:641
111
  msgid "Required field?"
112
  msgstr "Påkrævet felt?"
113
 
114
- #: d:\wordpress\plugins\contact-form-7/wp-contact-form-7.php:642
115
  msgid "Allow multiple selections?"
116
  msgstr "Tillad flere valg?"
117
 
118
- #: d:\wordpress\plugins\contact-form-7/wp-contact-form-7.php:643
119
  msgid "Insert a blank item as the first option?"
120
  msgstr "Indsæt et tomt punkt som første valgmulighed?"
121
 
122
- #: d:\wordpress\plugins\contact-form-7/wp-contact-form-7.php:644
123
  msgid "Make checkboxes exclusive?"
124
  msgstr "Skal afkrydsningsfelter være eksklusive? (altså så der kun kan vælges én?)"
125
 
126
- #: d:\wordpress\plugins\contact-form-7/wp-contact-form-7.php:645
127
  msgid "Choices"
128
  msgstr "Valg"
129
 
130
- #: d:\wordpress\plugins\contact-form-7/wp-contact-form-7.php:646
131
  msgid "Label"
132
  msgstr "Tekst på knap"
133
 
134
- #: d:\wordpress\plugins\contact-form-7/wp-contact-form-7.php:647
135
  msgid "Default value"
136
  msgstr "Standardværdi"
137
 
138
- #: d:\wordpress\plugins\contact-form-7/wp-contact-form-7.php:648
139
  msgid "Akismet"
140
  msgstr "Akismet"
141
 
142
- #: d:\wordpress\plugins\contact-form-7/wp-contact-form-7.php:649
143
  msgid "This field requires author's name"
144
  msgstr "Dette felt kræver forfatters navn"
145
 
146
- #: d:\wordpress\plugins\contact-form-7/wp-contact-form-7.php:650
147
  msgid "This field requires author's URL"
148
  msgstr "Dette felt kræver forfatters URL"
149
 
150
- #: d:\wordpress\plugins\contact-form-7/wp-contact-form-7.php:651
151
  msgid "This field requires author's email address"
152
  msgstr "Dette felt kræver forfatters e-mail-adresse"
153
 
154
- #: d:\wordpress\plugins\contact-form-7/wp-contact-form-7.php:652
155
  msgid "Copy this code and paste it into the form left."
156
  msgstr "Kopier og indsæt denne kode i formularen til venstre"
157
 
158
- #: d:\wordpress\plugins\contact-form-7/wp-contact-form-7.php:653
159
  msgid "Foreground color"
160
  msgstr "Forgrundsfarve"
161
 
162
- #: d:\wordpress\plugins\contact-form-7/wp-contact-form-7.php:654
163
  msgid "Background color"
164
  msgstr "Baggrundsfarve"
165
 
166
- #: d:\wordpress\plugins\contact-form-7/wp-contact-form-7.php:655
167
  msgid "Image size"
168
  msgstr "Billedstørrelse"
169
 
170
- #: d:\wordpress\plugins\contact-form-7/wp-contact-form-7.php:656
171
  msgid "Small"
172
  msgstr "Lille"
173
 
174
- #: d:\wordpress\plugins\contact-form-7/wp-contact-form-7.php:657
175
  msgid "Medium"
176
  msgstr "Medium"
177
 
178
- #: d:\wordpress\plugins\contact-form-7/wp-contact-form-7.php:658
179
  msgid "Large"
180
  msgstr "Stor"
181
 
182
- #: d:\wordpress\plugins\contact-form-7/wp-contact-form-7.php:659
183
  msgid "Image settings"
184
  msgstr "Billedindstillinger"
185
 
186
- #: d:\wordpress\plugins\contact-form-7/wp-contact-form-7.php:660
187
  msgid "Input field settings"
188
  msgstr "Indstillinger for feltet"
189
 
190
- #: d:\wordpress\plugins\contact-form-7/wp-contact-form-7.php:661
191
  msgid "For image"
192
  msgstr "For billedet"
193
 
194
- #: d:\wordpress\plugins\contact-form-7/wp-contact-form-7.php:662
195
  msgid "For input field"
196
  msgstr "For indtastningsfeltet"
197
 
198
- #: d:\wordpress\plugins\contact-form-7/wp-contact-form-7.php:663
199
  msgid "* One choice per line."
200
  msgstr "* Et valg per linje."
201
 
202
- #: d:\wordpress\plugins\contact-form-7/wp-contact-form-7.php:664
203
  msgid "Show"
204
  msgstr "Vis"
205
 
206
- #: d:\wordpress\plugins\contact-form-7/wp-contact-form-7.php:665
207
  msgid "Hide"
208
  msgstr "Skjul"
209
 
210
- #: d:\wordpress\plugins\contact-form-7/wp-contact-form-7.php:666
211
  msgid "File size limit"
212
  msgstr "Begrænsning på filstørrelse"
213
 
214
- #: d:\wordpress\plugins\contact-form-7/wp-contact-form-7.php:667
215
  msgid "Acceptable file types"
216
  msgstr "Tilladte filtyper"
217
 
218
- #: d:\wordpress\plugins\contact-form-7/wp-contact-form-7.php:693
 
 
 
 
219
  msgid "Contact form created."
220
  msgstr "Kontaktformular oprettet."
221
 
222
- #: d:\wordpress\plugins\contact-form-7/wp-contact-form-7.php:696
223
  msgid "Contact form saved."
224
  msgstr "Kontaktformular gemt."
225
 
226
- #: d:\wordpress\plugins\contact-form-7/wp-contact-form-7.php:699
227
  msgid "Contact form deleted."
228
  msgstr "Kontaktformular slettet."
229
 
230
- #: d:\wordpress\plugins\contact-form-7/wp-contact-form-7.php:710
231
- msgid "Untitled"
232
- msgstr "Uden titel"
233
 
234
- #: d:\wordpress\plugins\contact-form-7/wp-contact-form-7.php:737
235
- msgid "Your Name"
236
- msgstr "Dit navn"
237
 
238
- #: d:\wordpress\plugins\contact-form-7/wp-contact-form-7.php:737
239
- #: d:\wordpress\plugins\contact-form-7/wp-contact-form-7.php:739
240
- msgid "(required)"
241
- msgstr "(påkrævet)"
242
 
243
- #: d:\wordpress\plugins\contact-form-7/wp-contact-form-7.php:739
244
- msgid "Your Email"
245
- msgstr "Din e-mail"
246
 
247
- #: d:\wordpress\plugins\contact-form-7/wp-contact-form-7.php:741
248
- msgid "Subject"
249
- msgstr "Emne"
250
 
251
- #: d:\wordpress\plugins\contact-form-7/wp-contact-form-7.php:743
252
- msgid "Your Message"
253
- msgstr "Din besked"
254
 
255
- #: d:\wordpress\plugins\contact-form-7/wp-contact-form-7.php:745
256
- #: d:\wordpress\plugins\contact-form-7/wp-contact-form-7.php:1474
257
- msgid "Send"
258
- msgstr "Send"
259
 
260
- #: d:\wordpress\plugins\contact-form-7/wp-contact-form-7.php:799
261
  msgid "Your message was sent successfully. Thanks."
262
  msgstr "Din besked blev sendt. Tak."
263
 
264
- #: d:\wordpress\plugins\contact-form-7/wp-contact-form-7.php:801
265
- #: d:\wordpress\plugins\contact-form-7/wp-contact-form-7.php:803
266
  msgid "Failed to send your message. Please try later or contact administrator by other way."
267
  msgstr "Beskeden blev ikke sendt. Prøv venligst senere eller kontakt administratoren på anden måde. "
268
 
269
- #: d:\wordpress\plugins\contact-form-7/wp-contact-form-7.php:805
270
  msgid "Validation errors occurred. Please confirm the fields and submit it again."
271
  msgstr "Kontrollen af indtastningerne viste fejl. Gennemgå venligst felterne og send det igen"
272
 
273
- #: d:\wordpress\plugins\contact-form-7/wp-contact-form-7.php:807
274
  msgid "Please accept the terms to proceed."
275
  msgstr "Acceptér venligst betingelserne for at fortsætte."
276
 
277
- #: d:\wordpress\plugins\contact-form-7/wp-contact-form-7.php:809
278
  msgid "Email address seems invalid."
279
  msgstr "E-mail-adressen er ikke gyldig."
280
 
281
- #: d:\wordpress\plugins\contact-form-7/wp-contact-form-7.php:811
282
  msgid "Please fill the required field."
283
  msgstr "Udfyld venligst de påkrævede felter."
284
 
285
- #: d:\wordpress\plugins\contact-form-7/wp-contact-form-7.php:813
286
  msgid "Your entered code is incorrect."
287
  msgstr "Dit indtastede svar er forkert."
288
 
289
- #: d:\wordpress\plugins\contact-form-7/wp-contact-form-7.php:815
290
  msgid "Your answer is not correct."
291
  msgstr "Dit indtastede svar er ikke korrekt."
292
 
293
- #: d:\wordpress\plugins\contact-form-7/wp-contact-form-7.php:817
294
  msgid "Failed to upload file."
295
  msgstr "Filupload mislykkedes"
296
 
297
- #: d:\wordpress\plugins\contact-form-7/wp-contact-form-7.php:819
298
  msgid "This file type is not allowed."
299
  msgstr "Denne filtype er ikke tilladt."
300
 
301
- #: d:\wordpress\plugins\contact-form-7/wp-contact-form-7.php:821
302
  msgid "This file is too large."
303
  msgstr "Filen er for stor."
304
 
305
- #: d:\wordpress\plugins\contact-form-7/includes/admin-panel.php:20
306
- msgid "Add new"
307
- msgstr "Tilføj ny"
308
-
309
- #: d:\wordpress\plugins\contact-form-7/includes/admin-panel.php:42
310
- msgid "Copy this code and paste it into your post, page or text widget content."
311
- msgstr "Kopier og indsæt denne kode i dit indlæg, side eller indholdet i en tekst-widget."
312
-
313
- #: d:\wordpress\plugins\contact-form-7/includes/admin-panel.php:49
314
- #: d:\wordpress\plugins\contact-form-7/includes/admin-panel.php:262
315
- msgid "Save"
316
- msgstr "Gem"
317
-
318
- #: d:\wordpress\plugins\contact-form-7/includes/admin-panel.php:56
319
- msgid "Copy"
320
- msgstr "Kopiér"
321
-
322
- #: d:\wordpress\plugins\contact-form-7/includes/admin-panel.php:60
323
- msgid "Delete"
324
- msgstr "Slet"
325
-
326
- #: d:\wordpress\plugins\contact-form-7/includes/admin-panel.php:61
327
- msgid ""
328
- "You are about to delete this contact form.\n"
329
- " 'Cancel' to stop, 'OK' to delete."
330
- msgstr ""
331
- "Du er ved at slette din kontakt formular.\n"
332
- "Tryk 'Annullér' for at stoppe, 'OK' for at slette."
333
-
334
- #: d:\wordpress\plugins\contact-form-7/includes/admin-panel.php:75
335
- msgid "Form"
336
- msgstr "Formular"
337
-
338
- #: d:\wordpress\plugins\contact-form-7/includes/admin-panel.php:95
339
- msgid "Mail"
340
- msgstr "E-mail"
341
-
342
- #: d:\wordpress\plugins\contact-form-7/includes/admin-panel.php:102
343
- #: d:\wordpress\plugins\contact-form-7/includes/admin-panel.php:154
344
- msgid "To:"
345
- msgstr "Til:"
346
-
347
- #: d:\wordpress\plugins\contact-form-7/includes/admin-panel.php:106
348
- #: d:\wordpress\plugins\contact-form-7/includes/admin-panel.php:158
349
- msgid "From:"
350
- msgstr "Fra:"
351
-
352
- #: d:\wordpress\plugins\contact-form-7/includes/admin-panel.php:110
353
- #: d:\wordpress\plugins\contact-form-7/includes/admin-panel.php:162
354
- msgid "Subject:"
355
- msgstr "Emne:"
356
-
357
- #: d:\wordpress\plugins\contact-form-7/includes/admin-panel.php:115
358
- #: d:\wordpress\plugins\contact-form-7/includes/admin-panel.php:167
359
- msgid "File attachments:"
360
- msgstr "Filvedhæftninger:"
361
-
362
- #: d:\wordpress\plugins\contact-form-7/includes/admin-panel.php:117
363
- #: d:\wordpress\plugins\contact-form-7/includes/admin-panel.php:169
364
- msgid "(You need WordPress 2.7 or greater to use this feature)"
365
- msgstr "(Du skal bruge WordPress 2.7 eller nyere for at bruge denne funktion)"
366
-
367
- #: d:\wordpress\plugins\contact-form-7/includes/admin-panel.php:125
368
- #: d:\wordpress\plugins\contact-form-7/includes/admin-panel.php:177
369
- msgid "Use HTML content type"
370
- msgstr "Brug HTML til indholdet"
371
-
372
- #: d:\wordpress\plugins\contact-form-7/includes/admin-panel.php:130
373
- #: d:\wordpress\plugins\contact-form-7/includes/admin-panel.php:182
374
- msgid "Message body:"
375
- msgstr "Besked:"
376
-
377
- #: d:\wordpress\plugins\contact-form-7/includes/admin-panel.php:141
378
- msgid "Mail (2)"
379
- msgstr "Email (2)"
380
-
381
- #: d:\wordpress\plugins\contact-form-7/includes/admin-panel.php:148
382
- msgid "Use mail (2)"
383
- msgstr "Brug email (2)"
384
-
385
- #: d:\wordpress\plugins\contact-form-7/includes/admin-panel.php:193
386
- msgid "Messages"
387
- msgstr "Beskeder"
388
-
389
- #: d:\wordpress\plugins\contact-form-7/includes/admin-panel.php:201
390
- msgid "Sender's message was sent successfully"
391
- msgstr "Afsenders besked blev sendt"
392
-
393
- #: d:\wordpress\plugins\contact-form-7/includes/admin-panel.php:205
394
- msgid "Sender's message was failed to send"
395
- msgstr "Det mislykkedes at sende afsenders besked"
396
-
397
- #: d:\wordpress\plugins\contact-form-7/includes/admin-panel.php:209
398
- msgid "Akismet judged the sending activity as spamming"
399
- msgstr "Akismet bedømte afsendelsen som forsøg på at spamme"
400
-
401
- #: d:\wordpress\plugins\contact-form-7/includes/admin-panel.php:213
402
- msgid "Validation errors occurred"
403
- msgstr "Der forekom valideringsfejl"
404
-
405
- #: d:\wordpress\plugins\contact-form-7/includes/admin-panel.php:217
406
- msgid "There is a field that sender is needed to fill in"
407
- msgstr "Der er et felt, som afsender skal udfylde"
408
-
409
- #: d:\wordpress\plugins\contact-form-7/includes/admin-panel.php:221
410
- msgid "Email address that sender entered is invalid"
411
- msgstr "E-mail-adressen, som afsender indtastede, er ugyldig"
412
 
413
- #: d:\wordpress\plugins\contact-form-7/includes/admin-panel.php:225
414
- msgid "There is a field of term that sender is needed to accept"
415
- msgstr "Der er et felt med betingelser, som afsender skal acceptere"
 
416
 
417
- #: d:\wordpress\plugins\contact-form-7/includes/admin-panel.php:229
418
- msgid "Sender doesn't enter the correct answer to the quiz"
419
- msgstr "Afsender indtastede ikke det rigtige svar på quizzen"
420
 
421
- #: d:\wordpress\plugins\contact-form-7/includes/admin-panel.php:233
422
- msgid "The code that sender entered does not match the CAPTCHA"
423
- msgstr "Svaret, som afsender indtastede, matcher ikke CAPTCHA-kontrollen"
424
 
425
- #: d:\wordpress\plugins\contact-form-7/includes/admin-panel.php:237
426
- msgid "Uploading a file fails for any reason"
427
- msgstr "Uploadning af en fil mislykkedes af en eller anden grund"
428
 
429
- #: d:\wordpress\plugins\contact-form-7/includes/admin-panel.php:241
430
- msgid "Uploaded file is not allowed file type"
431
- msgstr "Uploadet fil har ikke en tilladt filtype"
 
432
 
433
- #: d:\wordpress\plugins\contact-form-7/includes/admin-panel.php:245
434
- msgid "Uploaded file is too large"
435
- msgstr "Uploadet fil er for stor"
436
 
 
 
 
437
  #~ msgid "Delete this contact form"
438
  #~ msgstr "Slet denne kontakt formular"
439
 
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: Contact Form 7 version 2.0\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2009-07-21 21:37+0100\n"
6
+ "PO-Revision-Date: 2009-07-21 21:38+0100\n"
7
+ "Last-Translator: Team Blogos <wordpress@blogos.dk>\n"
8
  "Language-Team: Team Blogos <wordpress@blogos.dk>\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-SourceCharset: utf-8\n"
13
+ "X-Poedit-KeywordsList: __;_e;_c;__ngettext:1,2;__ngettext_noop:1,2;_n;_nc;_n_noop\n"
14
  "X-Poedit-Basepath: d:\\wordpress\\plugins\\contact-form-7\n"
15
  "X-Poedit-Language: Danish\n"
16
  "X-Poedit-Country: DENMARK\n"
17
  "Plural-Forms: nplurals=2;plural=n != 1;\n"
18
  "X-Poedit-SearchPath-0: d:\\wordpress\\plugins\\contact-form-7\n"
19
 
20
+ #: d:\wordpress\plugins\contact-form-7/admin/admin-panel.php:3
21
+ #: d:\wordpress\plugins\contact-form-7/admin/admin.php:102
 
 
 
 
22
  msgid "Contact Form 7"
23
  msgstr "Kontaktformular 7"
24
 
25
+ #: d:\wordpress\plugins\contact-form-7/admin/admin-panel.php:18
26
+ msgid "Add new"
27
+ msgstr "Tilføj ny"
28
+
29
+ #: d:\wordpress\plugins\contact-form-7/admin/admin-panel.php:40
30
+ msgid "Copy this code and paste it into your post, page or text widget content."
31
+ msgstr "Kopier og indsæt denne kode i dit indlæg, side eller indholdet i en tekst-widget."
32
+
33
+ #: d:\wordpress\plugins\contact-form-7/admin/admin-panel.php:47
34
+ #: d:\wordpress\plugins\contact-form-7/admin/admin-panel.php:279
35
+ msgid "Save"
36
+ msgstr "Gem"
37
+
38
+ #: d:\wordpress\plugins\contact-form-7/admin/admin-panel.php:54
39
+ msgid "Copy"
40
+ msgstr "Kopiér"
41
+
42
+ #: d:\wordpress\plugins\contact-form-7/admin/admin-panel.php:58
43
+ msgid "Delete"
44
+ msgstr "Slet"
45
+
46
+ #: d:\wordpress\plugins\contact-form-7/admin/admin-panel.php:60
47
+ msgid ""
48
+ "You are about to delete this contact form.\n"
49
+ " 'Cancel' to stop, 'OK' to delete."
50
+ msgstr ""
51
+ "Du er ved at slette din kontakt formular.\n"
52
+ "Tryk 'Annullér' for at stoppe, 'OK' for at slette."
53
+
54