Contact Form 7 - Version 1.9.5

Version Description

Download this release

Release Info

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

Code changes from version 1.9.4 to 1.9.5

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.5
6
  Tested up to: 2.7.1
7
- Stable tag: 1.9.4
8
 
9
  Just another contact form plugin. Simple but flexible.
10
 
4
  Tags: contact, contact form, email, ajax, captcha, akismet
5
  Requires at least: 2.5
6
  Tested up to: 2.7.1
7
+ Stable tag: 1.9.5
8
 
9
  Just another contact form plugin. Simple but flexible.
10
 
admin/admin-panel.php CHANGED
@@ -2,6 +2,7 @@
2
  <div id="message" class="updated fade"><p><strong><?php echo $updated_message; ?></strong></p></div>
3
  <?php endif; ?>
4
  <div class="wrap wpcf7">
 
5
  <h2><?php _e('Contact Form 7', 'wpcf7'); ?></h2>
6
 
7
  <?php if (version_compare($wp_version, '2.7', '>=') && isset($updated_message)) : ?>
2
  <div id="message" class="updated fade"><p><strong><?php echo $updated_message; ?></strong></p></div>
3
  <?php endif; ?>
4
  <div class="wrap wpcf7">
5
+ <?php if (function_exists('screen_icon')) screen_icon(); ?>
6
  <h2><?php _e('Contact Form 7', 'wpcf7'); ?></h2>
7
 
8
  <?php if (version_compare($wp_version, '2.7', '>=') && isset($updated_message)) : ?>
languages/wpcf7-de_DE.mo CHANGED
Binary file
languages/wpcf7-de_DE.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: Contact Form | V1.3\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2009-02-21 11:20+0900\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Ivan Graf <contact@bildergallery.com>\n"
8
  "Language-Team: Ivan Graf\n"
@@ -13,290 +13,298 @@ msgstr ""
13
  "X-Poedit-Country: SWITZERLAND\n"
14
  "X-Poedit-SourceCharset: utf-8\n"
15
 
16
- #: contact-form-7/wp-contact-form-7.php:413
17
  msgid "Contact form"
18
  msgstr "Kontaktformular"
19
 
20
- #: contact-form-7/wp-contact-form-7.php:598
21
  #: contact-form-7/includes/admin-panel.php:5
22
  msgid "Contact Form 7"
23
  msgstr "Contact Form 7"
24
 
25
- #: contact-form-7/wp-contact-form-7.php:621
26
  msgid "optional"
27
  msgstr "optional"
28
 
29
- #: contact-form-7/wp-contact-form-7.php:622
30
  msgid "Generate Tag"
31
  msgstr "Generiere Tag"
32
 
33
- #: contact-form-7/wp-contact-form-7.php:623
34
  msgid "Text field"
35
  msgstr "Text Feld"
36
 
37
- #: contact-form-7/wp-contact-form-7.php:624
38
  msgid "Email field"
39
  msgstr "Email Feld"
40
 
41
- #: contact-form-7/wp-contact-form-7.php:625
42
  msgid "Text area"
43
  msgstr "Text Feld"
44
 
45
- #: contact-form-7/wp-contact-form-7.php:626
46
  msgid "Drop-down menu"
47
  msgstr "Auswahlmenü"
48
 
49
- #: contact-form-7/wp-contact-form-7.php:627
50
  msgid "Checkboxes"
51
  msgstr "Auswahlbox"
52
 
53
- #: contact-form-7/wp-contact-form-7.php:628
54
  msgid "Radio buttons"
55
  msgstr "Radio Button"
56
 
57
- #: contact-form-7/wp-contact-form-7.php:629
58
  msgid "Acceptance"
59
  msgstr "Zustimmung"
60
 
61
- #: contact-form-7/wp-contact-form-7.php:630
62
  msgid "Make this checkbox checked by default?"
63
  msgstr "Auswahlbox standardmässig aktivieren?"
64
 
65
- #: contact-form-7/wp-contact-form-7.php:631
66
  msgid "Make this checkbox work inversely?"
67
  msgstr "Auswahlbox umkehren (Invert)?"
68
 
69
- #: contact-form-7/wp-contact-form-7.php:632
70
  msgid "* That means visitor who accepts the term unchecks it."
71
  msgstr "* Bedeutet, dass der Besucher die Bedingungen akzeptiert, wenn er die Auswahlbox deaktiviert."
72
 
73
- #: contact-form-7/wp-contact-form-7.php:633
74
  msgid "CAPTCHA"
75
  msgstr "Captcha"
76
 
77
- #: contact-form-7/wp-contact-form-7.php:634
78
  msgid "Quiz"
79
  msgstr "Quiz"
80
 
81
- #: contact-form-7/wp-contact-form-7.php:635
82
  msgid "Quizzes"
83
  msgstr "Quiz"
84
 
85
- #: contact-form-7/wp-contact-form-7.php:636
86
  msgid "* quiz|answer (e.g. 1+1=?|2)"
87
  msgstr "* Quiz|Antwort (z.B. 1+1=?|2)"
88
 
89
- #: contact-form-7/wp-contact-form-7.php:637
90
  msgid "File upload"
91
  msgstr "Datei Upload"
92
 
93
- #: contact-form-7/wp-contact-form-7.php:638
94
  msgid "bytes"
95
  msgstr "Bytes"
96
 
97
- #: contact-form-7/wp-contact-form-7.php:639
98
  msgid "Submit button"
99
  msgstr "Senden Button"
100
 
101
- #: contact-form-7/wp-contact-form-7.php:640
102
  msgid "Name"
103
  msgstr "Name"
104
 
105
- #: contact-form-7/wp-contact-form-7.php:641
106
  msgid "Required field?"
107
  msgstr "Pflichtfeld?"
108
 
109
- #: contact-form-7/wp-contact-form-7.php:642
110
  msgid "Allow multiple selections?"
111
  msgstr "Mehrfachauswahl erlauben?"
112
 
113
- #: contact-form-7/wp-contact-form-7.php:643
114
  msgid "Insert a blank item as the first option?"
115
  msgstr "Leere Position als die erste Option einfügen?"
116
 
117
- #: contact-form-7/wp-contact-form-7.php:644
118
  msgid "Make checkboxes exclusive?"
119
  msgstr "Exklusive Auswahlboxen erstellen?"
120
 
121
- #: contact-form-7/wp-contact-form-7.php:645
122
  msgid "Choices"
123
  msgstr "Möglichkeiten"
124
 
125
- #: contact-form-7/wp-contact-form-7.php:646
126
  msgid "Label"
127
  msgstr "Etikett"
128
 
129
- #: contact-form-7/wp-contact-form-7.php:647
130
  msgid "Default value"
131
  msgstr "Standardwert"
132
 
133
- #: contact-form-7/wp-contact-form-7.php:648
134
  msgid "Akismet"
135
  msgstr "Askimet"
136
 
137
- #: contact-form-7/wp-contact-form-7.php:649
138
  msgid "This field requires author's name"
139
  msgstr "Dieses Feld erfordert den Namen des Autors"
140
 
141
- #: contact-form-7/wp-contact-form-7.php:650
142
  msgid "This field requires author's URL"
143
  msgstr "Dieses Feld erfordert die URL des Autors"
144
 
145
- #: contact-form-7/wp-contact-form-7.php:651
146
  msgid "This field requires author's email address"
147
  msgstr "Dieses Feld erfordert die Email Adresse des Autors"
148
 
149
- #: contact-form-7/wp-contact-form-7.php:652
150
  msgid "Copy this code and paste it into the form left."
151
  msgstr "Kopieren Sie diesen Code und fügen ihn in das Formular links ein."
152
 
153
- #: contact-form-7/wp-contact-form-7.php:653
154
  msgid "Foreground color"
155
  msgstr "Vordergrundfarbe"
156
 
157
- #: contact-form-7/wp-contact-form-7.php:654
158
  msgid "Background color"
159
  msgstr "Hintergrundfarbe"
160
 
161
- #: contact-form-7/wp-contact-form-7.php:655
162
  msgid "Image size"
163
  msgstr "Bild Grösse"
164
 
165
- #: contact-form-7/wp-contact-form-7.php:656
166
  msgid "Small"
167
  msgstr "Klein"
168
 
169
- #: contact-form-7/wp-contact-form-7.php:657
170
  msgid "Medium"
171
  msgstr "Mittel"
172
 
173
- #: contact-form-7/wp-contact-form-7.php:658
174
  msgid "Large"
175
  msgstr "Gross"
176
 
177
- #: contact-form-7/wp-contact-form-7.php:659
178
  msgid "Image settings"
179
  msgstr "Bild Einstellungen"
180
 
181
- #: contact-form-7/wp-contact-form-7.php:660
182
  msgid "Input field settings"
183
  msgstr "Eingabefeld Einstellungen"
184
 
185
- #: contact-form-7/wp-contact-form-7.php:661
186
  msgid "For image"
187
  msgstr "Für das Bild"
188
 
189
- #: contact-form-7/wp-contact-form-7.php:662
190
  msgid "For input field"
191
  msgstr "Für das Eingabefeld"
192
 
193
- #: contact-form-7/wp-contact-form-7.php:663
194
  msgid "* One choice per line."
195
  msgstr "* Eine Möglichkeit pro Zeile."
196
 
197
- #: contact-form-7/wp-contact-form-7.php:664
198
  msgid "Show"
199
  msgstr "Anzeigen"
200
 
201
- #: contact-form-7/wp-contact-form-7.php:665
202
  msgid "Hide"
203
  msgstr "Verstecken"
204
 
205
- #: contact-form-7/wp-contact-form-7.php:666
206
  msgid "File size limit"
207
  msgstr "Dateigrössen Limit"
208
 
209
- #: contact-form-7/wp-contact-form-7.php:667
210
  msgid "Acceptable file types"
211
  msgstr "Akzeptierte Dateitypen"
212
 
213
- #: contact-form-7/wp-contact-form-7.php:693
 
 
 
 
214
  msgid "Contact form created."
215
  msgstr "Kontaktformular erstellt"
216
 
217
- #: contact-form-7/wp-contact-form-7.php:696
218
  msgid "Contact form saved."
219
  msgstr "Kontaktformular gespeichert"
220
 
221
- #: contact-form-7/wp-contact-form-7.php:699
222
  msgid "Contact form deleted."
223
  msgstr "Kontaktformular gelöscht"
224
 
225
- #: contact-form-7/wp-contact-form-7.php:710
226
  msgid "Untitled"
227
  msgstr "Ohne Titel"
228
 
229
- #: contact-form-7/wp-contact-form-7.php:737
230
  msgid "Your Name"
231
  msgstr "Ihre Name"
232
 
233
- #: contact-form-7/wp-contact-form-7.php:737
234
- #: contact-form-7/wp-contact-form-7.php:739
235
  msgid "(required)"
236
  msgstr "(Pflichtfeld)"
237
 
238
- #: contact-form-7/wp-contact-form-7.php:739
239
  msgid "Your Email"
240
  msgstr "Ihre Email"
241
 
242
- #: contact-form-7/wp-contact-form-7.php:741
243
  msgid "Subject"
244
  msgstr "Betreff"
245
 
246
- #: contact-form-7/wp-contact-form-7.php:743
247
  msgid "Your Message"
248
  msgstr "Ihre Nachricht"
249
 
250
- #: contact-form-7/wp-contact-form-7.php:745
251
- #: contact-form-7/wp-contact-form-7.php:1474
252
  msgid "Send"
253
  msgstr "Senden"
254
 
255
- #: contact-form-7/wp-contact-form-7.php:799
256
  msgid "Your message was sent successfully. Thanks."
257
  msgstr "Ihre Nachricht wurde erfolgreich versendet. Vielen Dank!"
258
 
259
- #: contact-form-7/wp-contact-form-7.php:801
260
- #: contact-form-7/wp-contact-form-7.php:803
261
  msgid "Failed to send your message. Please try later or contact administrator by other way."
262
  msgstr "Das Versenden der E-Mail war fehlerhaft. Bitte versuchen Sie es nocheinmal zu einem späteren Zeitpunkt oder informieren Sie den Adminstrator."
263
 
264
- #: contact-form-7/wp-contact-form-7.php:805
265
  msgid "Validation errors occurred. Please confirm the fields and submit it again."
266
  msgstr "Fehler beim Ausfüllen des Formulars. Bitte überprüfen Sie Ihre Eingaben und drücken nochmals auf versenden."
267
 
268
- #: contact-form-7/wp-contact-form-7.php:807
269
  msgid "Please accept the terms to proceed."
270
  msgstr "Bitte akzeptieren Sie die Bedingungen, um fortzufahren."
271
 
272
- #: contact-form-7/wp-contact-form-7.php:809
273
  msgid "Email address seems invalid."
274
  msgstr "Die E-Mail-Adresse scheint nicht gültig zu sein."
275
 
276
- #: contact-form-7/wp-contact-form-7.php:811
277
  msgid "Please fill the required field."
278
  msgstr "Bitte füllen Sie dieses Pflichtfeld aus!"
279
 
280
- #: contact-form-7/wp-contact-form-7.php:813
281
  msgid "Your entered code is incorrect."
282
  msgstr "Ihr eingegebener Code ist falsch."
283
 
284
- #: contact-form-7/wp-contact-form-7.php:815
285
  msgid "Your answer is not correct."
286
  msgstr "Ihre eingegebene Antwort ist falsch!"
287
 
288
- #: contact-form-7/wp-contact-form-7.php:817
289
  msgid "Failed to upload file."
290
  msgstr "Fehler beim hochladen der Datei."
291
 
292
- #: contact-form-7/wp-contact-form-7.php:819
293
  msgid "This file type is not allowed."
294
  msgstr "Dieser Dateityp ist nicht erlaubt."
295
 
296
- #: contact-form-7/wp-contact-form-7.php:821
297
  msgid "This file is too large."
298
  msgstr "Diese Datei ist zu gross."
299
 
 
 
 
 
300
  #: contact-form-7/includes/admin-panel.php:20
301
  msgid "Add new"
302
  msgstr "Neues Formular hinzufügen"
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: Contact Form | V1.4\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2009-03-15 03:27+0900\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Ivan Graf <contact@bildergallery.com>\n"
8
  "Language-Team: Ivan Graf\n"
13
  "X-Poedit-Country: SWITZERLAND\n"
14
  "X-Poedit-SourceCharset: utf-8\n"
15
 
16
+ #: contact-form-7/wp-contact-form-7.php:405
17
  msgid "Contact form"
18
  msgstr "Kontaktformular"
19
 
20
+ #: contact-form-7/wp-contact-form-7.php:593
21
  #: contact-form-7/includes/admin-panel.php:5
22
  msgid "Contact Form 7"
23
  msgstr "Contact Form 7"
24
 
25
+ #: contact-form-7/wp-contact-form-7.php:616
26
  msgid "optional"
27
  msgstr "optional"
28
 
29
+ #: contact-form-7/wp-contact-form-7.php:617
30
  msgid "Generate Tag"
31
  msgstr "Generiere Tag"
32
 
33
+ #: contact-form-7/wp-contact-form-7.php:618
34
  msgid "Text field"
35
  msgstr "Text Feld"
36
 
37
+ #: contact-form-7/wp-contact-form-7.php:619
38
  msgid "Email field"
39
  msgstr "Email Feld"
40
 
41
+ #: contact-form-7/wp-contact-form-7.php:620
42
  msgid "Text area"
43
  msgstr "Text Feld"
44
 
45
+ #: contact-form-7/wp-contact-form-7.php:621
46
  msgid "Drop-down menu"
47
  msgstr "Auswahlmenü"
48
 
49
+ #: contact-form-7/wp-contact-form-7.php:622
50
  msgid "Checkboxes"
51
  msgstr "Auswahlbox"
52
 
53
+ #: contact-form-7/wp-contact-form-7.php:623
54
  msgid "Radio buttons"
55
  msgstr "Radio Button"
56
 
57
+ #: contact-form-7/wp-contact-form-7.php:624
58
  msgid "Acceptance"
59
  msgstr "Zustimmung"
60
 
61
+ #: contact-form-7/wp-contact-form-7.php:625
62
  msgid "Make this checkbox checked by default?"
63
  msgstr "Auswahlbox standardmässig aktivieren?"
64
 
65
+ #: contact-form-7/wp-contact-form-7.php:626
66
  msgid "Make this checkbox work inversely?"
67
  msgstr "Auswahlbox umkehren (Invert)?"
68
 
69
+ #: contact-form-7/wp-contact-form-7.php:627
70
  msgid "* That means visitor who accepts the term unchecks it."
71
  msgstr "* Bedeutet, dass der Besucher die Bedingungen akzeptiert, wenn er die Auswahlbox deaktiviert."
72
 
73
+ #: contact-form-7/wp-contact-form-7.php:628
74
  msgid "CAPTCHA"
75
  msgstr "Captcha"
76
 
77
+ #: contact-form-7/wp-contact-form-7.php:629
78
  msgid "Quiz"
79
  msgstr "Quiz"
80
 
81
+ #: contact-form-7/wp-contact-form-7.php:630
82
  msgid "Quizzes"
83
  msgstr "Quiz"
84
 
85
+ #: contact-form-7/wp-contact-form-7.php:631
86
  msgid "* quiz|answer (e.g. 1+1=?|2)"
87
  msgstr "* Quiz|Antwort (z.B. 1+1=?|2)"
88
 
89
+ #: contact-form-7/wp-contact-form-7.php:632
90
  msgid "File upload"
91
  msgstr "Datei Upload"
92
 
93
+ #: contact-form-7/wp-contact-form-7.php:633
94
  msgid "bytes"
95
  msgstr "Bytes"
96
 
97
+ #: contact-form-7/wp-contact-form-7.php:634
98
  msgid "Submit button"
99
  msgstr "Senden Button"
100
 
101
+ #: contact-form-7/wp-contact-form-7.php:635
102
  msgid "Name"
103
  msgstr "Name"
104
 
105
+ #: contact-form-7/wp-contact-form-7.php:636
106
  msgid "Required field?"
107
  msgstr "Pflichtfeld?"
108
 
109
+ #: contact-form-7/wp-contact-form-7.php:637
110
  msgid "Allow multiple selections?"
111
  msgstr "Mehrfachauswahl erlauben?"
112
 
113
+ #: contact-form-7/wp-contact-form-7.php:638
114
  msgid "Insert a blank item as the first option?"
115
  msgstr "Leere Position als die erste Option einfügen?"
116
 
117
+ #: contact-form-7/wp-contact-form-7.php:639
118
  msgid "Make checkboxes exclusive?"
119
  msgstr "Exklusive Auswahlboxen erstellen?"
120
 
121
+ #: contact-form-7/wp-contact-form-7.php:640
122
  msgid "Choices"
123
  msgstr "Möglichkeiten"
124
 
125
+ #: contact-form-7/wp-contact-form-7.php:641
126
  msgid "Label"
127
  msgstr "Etikett"
128
 
129
+ #: contact-form-7/wp-contact-form-7.php:642
130
  msgid "Default value"
131
  msgstr "Standardwert"
132
 
133
+ #: contact-form-7/wp-contact-form-7.php:643
134
  msgid "Akismet"
135
  msgstr "Askimet"
136
 
137
+ #: contact-form-7/wp-contact-form-7.php:644
138
  msgid "This field requires author's name"
139
  msgstr "Dieses Feld erfordert den Namen des Autors"
140
 
141
+ #: contact-form-7/wp-contact-form-7.php:645
142
  msgid "This field requires author's URL"
143
  msgstr "Dieses Feld erfordert die URL des Autors"
144
 
145
+ #: contact-form-7/wp-contact-form-7.php:646
146
  msgid "This field requires author's email address"
147
  msgstr "Dieses Feld erfordert die Email Adresse des Autors"
148
 
149
+ #: contact-form-7/wp-contact-form-7.php:647
150
  msgid "Copy this code and paste it into the form left."
151
  msgstr "Kopieren Sie diesen Code und fügen ihn in das Formular links ein."
152
 
153
+ #: contact-form-7/wp-contact-form-7.php:648
154
  msgid "Foreground color"
155
  msgstr "Vordergrundfarbe"
156
 
157
+ #: contact-form-7/wp-contact-form-7.php:649
158
  msgid "Background color"
159
  msgstr "Hintergrundfarbe"
160
 
161
+ #: contact-form-7/wp-contact-form-7.php:650
162
  msgid "Image size"
163
  msgstr "Bild Grösse"
164
 
165
+ #: contact-form-7/wp-contact-form-7.php:651
166
  msgid "Small"
167
  msgstr "Klein"
168
 
169
+ #: contact-form-7/wp-contact-form-7.php:652
170
  msgid "Medium"
171
  msgstr "Mittel"
172
 
173
+ #: contact-form-7/wp-contact-form-7.php:653
174
  msgid "Large"
175
  msgstr "Gross"
176
 
177
+ #: contact-form-7/wp-contact-form-7.php:654
178
  msgid "Image settings"
179
  msgstr "Bild Einstellungen"
180
 
181
+ #: contact-form-7/wp-contact-form-7.php:655
182
  msgid "Input field settings"
183
  msgstr "Eingabefeld Einstellungen"
184
 
185
+ #: contact-form-7/wp-contact-form-7.php:656
186
  msgid "For image"
187
  msgstr "Für das Bild"
188
 
189
+ #: contact-form-7/wp-contact-form-7.php:657
190
  msgid "For input field"
191
  msgstr "Für das Eingabefeld"
192
 
193
+ #: contact-form-7/wp-contact-form-7.php:658
194
  msgid "* One choice per line."
195
  msgstr "* Eine Möglichkeit pro Zeile."
196
 
197
+ #: contact-form-7/wp-contact-form-7.php:659
198
  msgid "Show"
199
  msgstr "Anzeigen"
200
 
201
+ #: contact-form-7/wp-contact-form-7.php:660
202
  msgid "Hide"
203
  msgstr "Verstecken"
204
 
205
+ #: contact-form-7/wp-contact-form-7.php:661
206
  msgid "File size limit"
207
  msgstr "Dateigrössen Limit"
208
 
209
+ #: contact-form-7/wp-contact-form-7.php:662
210
  msgid "Acceptable file types"
211
  msgstr "Akzeptierte Dateitypen"
212
 
213
+ #: contact-form-7/wp-contact-form-7.php:663
214
+ msgid "Note: To use CAPTCHA, you need Really Simple CAPTCHA plugin installed."
215
+ msgstr "Hinweis: Um Captcha zu verwenden, muss dieses Plugin installiert sein."
216
+
217
+ #: contact-form-7/wp-contact-form-7.php:690
218
  msgid "Contact form created."
219
  msgstr "Kontaktformular erstellt"
220
 
221
+ #: contact-form-7/wp-contact-form-7.php:693
222
  msgid "Contact form saved."
223
  msgstr "Kontaktformular gespeichert"
224
 
225
+ #: contact-form-7/wp-contact-form-7.php:696
226
  msgid "Contact form deleted."
227
  msgstr "Kontaktformular gelöscht"
228
 
229
+ #: contact-form-7/wp-contact-form-7.php:707
230
  msgid "Untitled"
231
  msgstr "Ohne Titel"
232
 
233
+ #: contact-form-7/wp-contact-form-7.php:734
234
  msgid "Your Name"
235
  msgstr "Ihre Name"
236
 
237
+ #: contact-form-7/wp-contact-form-7.php:734
238
+ #: contact-form-7/wp-contact-form-7.php:736
239
  msgid "(required)"
240
  msgstr "(Pflichtfeld)"
241
 
242
+ #: contact-form-7/wp-contact-form-7.php:736
243
  msgid "Your Email"
244
  msgstr "Ihre Email"
245
 
246
+ #: contact-form-7/wp-contact-form-7.php:738
247
  msgid "Subject"
248
  msgstr "Betreff"
249
 
250
+ #: contact-form-7/wp-contact-form-7.php:740
251
  msgid "Your Message"
252
  msgstr "Ihre Nachricht"
253
 
254
+ #: contact-form-7/wp-contact-form-7.php:742
255
+ #: contact-form-7/wp-contact-form-7.php:1476
256
  msgid "Send"
257
  msgstr "Senden"
258
 
259
+ #: contact-form-7/wp-contact-form-7.php:796
260
  msgid "Your message was sent successfully. Thanks."
261
  msgstr "Ihre Nachricht wurde erfolgreich versendet. Vielen Dank!"
262
 
263
+ #: contact-form-7/wp-contact-form-7.php:798
264
+ #: contact-form-7/wp-contact-form-7.php:800
265
  msgid "Failed to send your message. Please try later or contact administrator by other way."
266
  msgstr "Das Versenden der E-Mail war fehlerhaft. Bitte versuchen Sie es nocheinmal zu einem späteren Zeitpunkt oder informieren Sie den Adminstrator."
267
 
268
+ #: contact-form-7/wp-contact-form-7.php:802
269
  msgid "Validation errors occurred. Please confirm the fields and submit it again."
270
  msgstr "Fehler beim Ausfüllen des Formulars. Bitte überprüfen Sie Ihre Eingaben und drücken nochmals auf versenden."
271
 
272
+ #: contact-form-7/wp-contact-form-7.php:804
273
  msgid "Please accept the terms to proceed."
274
  msgstr "Bitte akzeptieren Sie die Bedingungen, um fortzufahren."
275
 
276
+ #: contact-form-7/wp-contact-form-7.php:806
277
  msgid "Email address seems invalid."
278
  msgstr "Die E-Mail-Adresse scheint nicht gültig zu sein."
279
 
280
+ #: contact-form-7/wp-contact-form-7.php:808
281
  msgid "Please fill the required field."
282
  msgstr "Bitte füllen Sie dieses Pflichtfeld aus!"
283
 
284
+ #: contact-form-7/wp-contact-form-7.php:810
285
  msgid "Your entered code is incorrect."
286
  msgstr "Ihr eingegebener Code ist falsch."
287
 
288
+ #: contact-form-7/wp-contact-form-7.php:812
289
  msgid "Your answer is not correct."
290
  msgstr "Ihre eingegebene Antwort ist falsch!"
291
 
292
+ #: contact-form-7/wp-contact-form-7.php:814
293
  msgid "Failed to upload file."
294
  msgstr "Fehler beim hochladen der Datei."
295
 
296
+ #: contact-form-7/wp-contact-form-7.php:816
297
  msgid "This file type is not allowed."
298
  msgstr "Dieser Dateityp ist nicht erlaubt."
299
 
300
+ #: contact-form-7/wp-contact-form-7.php:818
301
  msgid "This file is too large."
302
  msgstr "Diese Datei ist zu gross."
303
 
304
+ #: contact-form-7/wp-contact-form-7.php:1417
305
+ msgid "To use CAPTCHA, you need <a href=\"http://wordpress.org/extend/plugins/really-simple-captcha/\">Really Simple CAPTCHA</a> plugin installed."
306
+ msgstr "Um den Captcha Code anzuzeigen, muss dieses <a href=\"http://wordpress.org/extend/plugins/really-simple-captcha/\">Plugin</a> installiert sein."
307
+
308
  #: contact-form-7/includes/admin-panel.php:20
309
  msgid "Add new"
310
  msgstr "Neues Formular hinzufügen"
languages/wpcf7-fa_IR.mo CHANGED
Binary file
languages/wpcf7-fa_IR.po CHANGED
@@ -2,10 +2,10 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Contact Form 7\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2008-12-24 18:32+0330\n"
6
  "PO-Revision-Date: \n"
7
- "Last-Translator: Mohammad Musavi <mohammad at musavis.com>\n"
8
- "Language-Team: musavis.com\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
@@ -15,395 +15,428 @@ msgstr ""
15
  "X-Poedit-Basepath: e:\\mohammad\\xampp2\\htdocs\\wordpress\\wp-content\\plugins\\contact-form-7\\\n"
16
  "X-Poedit-SearchPath-0: e:\\mohammad\\xampp2\\htdocs\\wordpress\\wp-content\\plugins\\contact-form-7\n"
17
 
18
- #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:391
19
  msgid "Contact form"
20
  msgstr "فرم تماس"
21
 
22
- #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:548
23
- #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/includes/admin-panel.php:5
24
  msgid "Contact Form 7"
25
  msgstr "فرم تماس نسخه 7"
26
 
27
- #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:566
28
  msgid "optional"
29
  msgstr "انتخابی"
30
 
31
- #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:567
32
  msgid "Generate Tag"
33
  msgstr "برچسب عمومی"
34
 
35
- #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:568
36
  msgid "Text field"
37
  msgstr "فیلد متنی"
38
 
39
- #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:569
40
  msgid "Email field"
41
  msgstr "فیلد ایمیل"
42
 
43
- #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:570
44
  msgid "Text area"
45
  msgstr "فضای متنی"
46
 
47
- #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:571
48
  msgid "Drop-down menu"
49
  msgstr "منوی بازشو"
50
 
51
- #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:572
52
  msgid "Checkboxes"
53
  msgstr "جعبه علامتگذاری"
54
 
55
- #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:573
56
  msgid "Radio buttons"
57
  msgstr "دکمه انتخابی"
58
 
59
- #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:574
60
  msgid "Acceptance"
61
  msgstr "پذیرش"
62
 
63
- #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:575
64
  msgid "Make this checkbox checked by default?"
65
  msgstr "آیا این جعبه به صورت پیش فرض تیک خورده باشد؟"
66
 
67
- #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:576
68
  msgid "Make this checkbox work inversely?"
69
  msgstr "این جعبه بصورت برعکس عمل نماید؟"
70
 
71
- #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:577
72
  msgid "* That means visitor who accepts the term unchecks it."
73
  msgstr "* این بدین معناست که کسی که شرایط را می پذیرد آنرا به حالت تیک نخورده در می آورد."
74
 
75
- #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:578
76
  msgid "CAPTCHA"
77
  msgstr "کد امنیتی"
78
 
79
- #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:579
 
 
 
 
 
 
 
 
 
 
 
 
80
  msgid "File upload"
81
  msgstr "آپلود فایل"
82
 
83
- #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:580
 
 
 
 
84
  msgid "Submit button"
85
  msgstr "ارسال"
86
 
87
- #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:581
88
  msgid "Name"
89
  msgstr "نام فیلد"
90
 
91
- #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:582
92
  msgid "Required field?"
93
  msgstr "گزینه اجباری"
94
 
95
- #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:583
96
  msgid "Allow multiple selections?"
97
  msgstr "مجاز به انتخاب چند گزینه به طور همزمان؟"
98
 
99
- #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:584
100
  msgid "Insert a blank item as the first option?"
101
  msgstr "آیتم خالی به عنوان اولین انتخاب قرار داده شود؟"
102
 
103
- #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:585
104
  msgid "Make checkboxes exclusive?"
105
  msgstr "جعبه های علامتگذاری به صورت انحصاری باشند؟"
106
 
107
- #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:586
108
  msgid "Choices"
109
  msgstr "انتخاب ها"
110
 
111
- #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:587
112
  msgid "Label"
113
  msgstr "برچسب"
114
 
115
- #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:588
116
  msgid "Default value"
117
  msgstr "مقدار پیش فرض"
118
 
119
- #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:589
120
  msgid "Akismet"
121
  msgstr "اکیسمت"
122
 
123
- #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:590
124
  msgid "This field requires author's name"
125
  msgstr "این گزینه نیازمند نام نویسنده است"
126
 
127
- #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:591
128
  msgid "This field requires author's URL"
129
  msgstr "این گزینه نیازمند آدرس اینترنتی نویسنده است"
130
 
131
- #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:592
132
  msgid "This field requires author's email address"
133
  msgstr "این گزینه نیازمند آدرس پست الکترونیک نویسنده است"
134
 
135
- #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:593
136
- #, fuzzy
137
  msgid "Copy this code and paste it into the form left."
138
  msgstr "این کد را در فرم خود بچسبانید"
139
 
140
- #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:594
141
  msgid "Foreground color"
142
  msgstr "رنگ پیش زمینه"
143
 
144
- #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:595
145
  msgid "Background color"
146
  msgstr "رنگ پس زمینه"
147
 
148
- #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:596
149
  msgid "Image size"
150
  msgstr "اندازه تصویر"
151
 
152
- #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:597
153
  msgid "Small"
154
  msgstr "کوچک"
155
 
156
- #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:598
157
  msgid "Medium"
158
  msgstr "متوسط"
159
 
160
- #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:599
161
  msgid "Large"
162
  msgstr "بزرگ"
163
 
164
- #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:600
165
  msgid "Image settings"
166
  msgstr "تنظیمات تصویر"
167
 
168
- #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:601
169
  msgid "Input field settings"
170
  msgstr "قرار دادن تنظیمات گزینه"
171
 
172
- #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:602
173
  msgid "For image"
174
  msgstr "برای تصویر"
175
 
176
- #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:603
177
  msgid "For input field"
178
  msgstr "برای گزینه ورودی"
179
 
180
- #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:604
181
  msgid "* One choice per line."
182
  msgstr "* یک انتخاب در هر خط"
183
 
184
- #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:605
185
  msgid "Show"
186
  msgstr "نمایش"
187
 
188
- #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:606
189
  msgid "Hide"
190
  msgstr "پنهان"
191
 
192
- #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:607
193
  msgid "File size limit"
194
  msgstr "حجم مجاز آپلود"
195
 
196
- #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:608
197
  msgid "Acceptable file types"
198
  msgstr "فایل های مجاز"
199
 
200
- #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:634
 
 
 
 
201
  msgid "Contact form created."
202
  msgstr "فرم تماس ایجاد شد"
203
 
204
- #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:637
205
  msgid "Contact form saved."
206
  msgstr "فرم تماس ذخیره شد"
207
 
208
- #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:640
209
  msgid "Contact form deleted."
210
  msgstr "فرم تماس حذف گردید"
211
 
212
- #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:651
213
  msgid "Untitled"
214
  msgstr "بی نام و نشان"
215
 
216
- #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:678
217
  msgid "Your Name"
218
  msgstr "نام و نام خانوادگی"
219
 
220
- #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:678
221
- #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:680
222
  msgid "(required)"
223
  msgstr "(گزینه الزامی)"
224
 
225
- #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:680
226
  msgid "Your Email"
227
  msgstr "پست الکترونیک"
228
 
229
- #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:682
230
  msgid "Subject"
231
  msgstr "موضوع"
232
 
233
- #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:684
234
  msgid "Your Message"
235
  msgstr "پیغام"
236
 
237
- #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:686
238
- #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:1325
239
  msgid "Send"
240
  msgstr "ارسال"
241
 
242
- #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:739
243
  msgid "Your message was sent successfully. Thanks."
244
  msgstr "پیغام شما با موفقیت ارسال شد. متشکریم."
245
 
246
- #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:741
247
- #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:743
248
  msgid "Failed to send your message. Please try later or contact administrator by other way."
249
  msgstr "متأسفانه ارسال پیغام شما با مشکل مواجه شد. لطفاً بعداً مجدداً سعی نموده یا از روشی دیگر با مدیر سایت تماس حاصل فرمائید."
250
 
251
- #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:745
252
  msgid "Validation errors occurred. Please confirm the fields and submit it again."
253
  msgstr "تائید ناموفق. لطفاً گزینه مورد نظر را تائید نموده و مجدداً سعی نمائید."
254
 
255
- #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:747
256
  msgid "Please accept the terms to proceed."
257
  msgstr "لطفاً جهت ادامه شرایط ارسال نامه را پذیرفته و تائید نمائید."
258
 
259
- #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:749
260
  msgid "Email address seems invalid."
261
  msgstr "آدرس پست الکترونیک وارد شده نامعتبر به نظر می رسد."
262
 
263
- #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:751
264
  msgid "Please fill the required field."
265
  msgstr "لطفاً گزینه های اجباری را تکمیل نمائید."
266
 
267
- #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:753
268
  msgid "Your entered code is incorrect."
269
  msgstr "کد وارده اشتباه است."
270
 
271
- #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:755
 
 
 
 
272
  msgid "Failed to upload file."
273
  msgstr "الصاق فایل با مشکل مواجه شد."
274
 
275
- #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:757
276
  msgid "This file type is not allowed."
277
  msgstr "الصاق این نوع فایل مجاز نمی باشد."
278
 
279
- #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:759
280
- #, fuzzy
281
  msgid "This file is too large."
282
- msgstr "این گزینه نیازمند نام نویسنده است"
283
 
284
- #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/includes/admin-panel.php:20
 
 
 
 
285
  msgid "Add new"
286
  msgstr "جدید"
287
 
288
- #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/includes/admin-panel.php:42
289
- #, fuzzy
290
  msgid "Copy this code and paste it into your post, page or text widget content."
291
- msgstr "این کد را در فرم خود بچسبانید."
292
 
293
- #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/includes/admin-panel.php:49
294
- #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/includes/admin-panel.php:253
295
  msgid "Save"
296
  msgstr "ذخیره"
297
 
298
- #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/includes/admin-panel.php:55
299
- msgid "Delete this contact form"
300
- msgstr "حذف این فرم تماس"
 
 
 
 
301
 
302
- #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/includes/admin-panel.php:56
303
  msgid ""
304
  "You are about to delete this contact form.\n"
305
  " 'Cancel' to stop, 'OK' to delete."
306
  msgstr "شما در حال حذف این فرم تماس هستید. آیا از حذف این فرم اطمینان دارید؟"
307
 
308
- #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/includes/admin-panel.php:70
309
  msgid "Form"
310
  msgstr "فرم"
311
 
312
- #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/includes/admin-panel.php:90
313
  msgid "Mail"
314
  msgstr "پست الکترونیک"
315
 
316
- #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/includes/admin-panel.php:97
317
- #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/includes/admin-panel.php:149
318
  msgid "To:"
319
  msgstr "گیرنده:"
320
 
321
- #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/includes/admin-panel.php:101
322
- #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/includes/admin-panel.php:153
323
  msgid "From:"
324
  msgstr "فرستنده:"
325
 
326
- #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/includes/admin-panel.php:105
327
- #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/includes/admin-panel.php:157
328
  msgid "Subject:"
329
  msgstr "موضوع:"
330
 
331
- #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/includes/admin-panel.php:110
332
- #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/includes/admin-panel.php:162
333
  msgid "File attachments:"
334
  msgstr "فایل های الصاق شده:"
335
 
336
- #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/includes/admin-panel.php:112
337
- #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/includes/admin-panel.php:164
338
  msgid "(You need WordPress 2.7 or greater to use this feature)"
339
  msgstr "(جهت استفاده از این قابلیت نیاز به وردپرس نسخه 2.7 به بالا دارید)"
340
 
341
- #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/includes/admin-panel.php:120
342
- #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/includes/admin-panel.php:172
343
  msgid "Use HTML content type"
344
  msgstr "استفاده از HTML در محتوا"
345
 
346
- #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/includes/admin-panel.php:125
347
- #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/includes/admin-panel.php:177
348
  msgid "Message body:"
349
  msgstr "متن نامه"
350
 
351
- #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/includes/admin-panel.php:136
352
  msgid "Mail (2)"
353
  msgstr "پست الکترونیک 2"
354
 
355
- #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/includes/admin-panel.php:143
356
  msgid "Use mail (2)"
357
  msgstr "استفاده از پست الکترونیک 2"
358
 
359
- #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/includes/admin-panel.php:188
360
- #, fuzzy
361
  msgid "Messages"
362
- msgstr "پیغام"
363
 
364
- #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/includes/admin-panel.php:196
365
- #, fuzzy
366
  msgid "Sender's message was sent successfully"
367
- msgstr "پیغام شما با موفقیت ارسال شد. متشکریم."
368
 
369
- #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/includes/admin-panel.php:200
370
  msgid "Sender's message was failed to send"
371
  msgstr "ارسال ناموفق بود"
372
 
373
- #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/includes/admin-panel.php:204
374
  msgid "Akismet judged the sending activity as spamming"
375
  msgstr "آکیسمت متن ارسالی را هرزنامه تشخیص داد"
376
 
377
- #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/includes/admin-panel.php:208
378
  msgid "Validation errors occurred"
379
  msgstr "خطای تائید رخ داد"
380
 
381
- #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/includes/admin-panel.php:212
382
  msgid "There is a field that sender is needed to fill in"
383
  msgstr "ارسال کننده ملزم به تکمیل فیلدهای الزامیست."
384
 
385
- #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/includes/admin-panel.php:216
386
- #, fuzzy
387
  msgid "Email address that sender entered is invalid"
388
  msgstr "آدرس پست الکترونیک وارد شده نامعتبر به نظر می رسد."
389
 
390
- #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/includes/admin-panel.php:220
391
  msgid "There is a field of term that sender is needed to accept"
392
  msgstr "ارسال کننده فرم ملزم به پذیرش فیلد الزامیست."
393
 
394
- #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/includes/admin-panel.php:224
 
 
 
 
395
  msgid "The code that sender entered does not match the CAPTCHA"
396
  msgstr "کد امنیتی وارد شده معتبر نیست."
397
 
398
- #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/includes/admin-panel.php:228
399
  msgid "Uploading a file fails for any reason"
400
  msgstr "آپلود فایل به هر علتی با مشکل مواجه می شود."
401
 
402
- #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/includes/admin-panel.php:232
403
  msgid "Uploaded file is not allowed file type"
404
  msgstr "پسوند فایل آپلود شده مجاز نمی باشد."
405
 
406
- #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/includes/admin-panel.php:236
407
  msgid "Uploaded file is too large"
408
  msgstr "حجم فایل آپلود شده بیش از حد مجاز است."
409
 
 
 
 
2
  msgstr ""
3
  "Project-Id-Version: Contact Form 7\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2009-03-23 23:13+0330\n"
6
  "PO-Revision-Date: \n"
7
+ "Last-Translator: musavis.com <mohammad at musavis.com>\n"
8
+ "Language-Team: musavis.com <mohammad at musavis.com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
15
  "X-Poedit-Basepath: e:\\mohammad\\xampp2\\htdocs\\wordpress\\wp-content\\plugins\\contact-form-7\\\n"
16
  "X-Poedit-SearchPath-0: e:\\mohammad\\xampp2\\htdocs\\wordpress\\wp-content\\plugins\\contact-form-7\n"
17
 
18
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:402
19
  msgid "Contact form"
20
  msgstr "فرم تماس"
21
 
22
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:590
23
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/admin/admin-panel.php:5
24
  msgid "Contact Form 7"
25
  msgstr "فرم تماس نسخه 7"
26
 
27
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:613
28
  msgid "optional"
29
  msgstr "انتخابی"
30
 
31
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:614
32
  msgid "Generate Tag"
33
  msgstr "برچسب عمومی"
34
 
35
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:615
36
  msgid "Text field"
37
  msgstr "فیلد متنی"
38
 
39
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:616
40
  msgid "Email field"
41
  msgstr "فیلد ایمیل"
42
 
43
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:617
44
  msgid "Text area"
45
  msgstr "فضای متنی"
46
 
47
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:618
48
  msgid "Drop-down menu"
49
  msgstr "منوی بازشو"
50
 
51
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:619
52
  msgid "Checkboxes"
53
  msgstr "جعبه علامتگذاری"
54
 
55
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:620
56
  msgid "Radio buttons"
57
  msgstr "دکمه انتخابی"
58
 
59
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:621
60
  msgid "Acceptance"
61
  msgstr "پذیرش"
62
 
63
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:622
64
  msgid "Make this checkbox checked by default?"
65
  msgstr "آیا این جعبه به صورت پیش فرض تیک خورده باشد؟"
66
 
67
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:623
68
  msgid "Make this checkbox work inversely?"
69
  msgstr "این جعبه بصورت برعکس عمل نماید؟"
70
 
71
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:624
72
  msgid "* That means visitor who accepts the term unchecks it."
73
  msgstr "* این بدین معناست که کسی که شرایط را می پذیرد آنرا به حالت تیک نخورده در می آورد."
74
 
75
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:625
76
  msgid "CAPTCHA"
77
  msgstr "کد امنیتی"
78
 
79
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:626
80
+ msgid "Quiz"
81
+ msgstr "پرسش"
82
+
83
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:627
84
+ msgid "Quizzes"
85
+ msgstr "پرسش ها"
86
+
87
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:628
88
+ msgid "* quiz|answer (e.g. 1+1=?|2)"
89
+ msgstr "* پرسش|پاسخ (مثال: 1+1؟|2)"
90
+
91
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:629
92
  msgid "File upload"
93
  msgstr "آپلود فایل"
94
 
95
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:630
96
+ msgid "bytes"
97
+ msgstr "بایت"
98
+
99
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:631
100
  msgid "Submit button"
101
  msgstr "ارسال"
102
 
103
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:632
104
  msgid "Name"
105
  msgstr "نام فیلد"
106
 
107
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:633
108
  msgid "Required field?"
109
  msgstr "گزینه اجباری"
110
 
111
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:634
112
  msgid "Allow multiple selections?"
113
  msgstr "مجاز به انتخاب چند گزینه به طور همزمان؟"
114
 
115
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:635
116
  msgid "Insert a blank item as the first option?"
117
  msgstr "آیتم خالی به عنوان اولین انتخاب قرار داده شود؟"
118
 
119
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:636
120
  msgid "Make checkboxes exclusive?"
121
  msgstr "جعبه های علامتگذاری به صورت انحصاری باشند؟"
122
 
123
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:637
124
  msgid "Choices"
125
  msgstr "انتخاب ها"
126
 
127
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:638
128
  msgid "Label"
129
  msgstr "برچسب"
130
 
131
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:639
132
  msgid "Default value"
133
  msgstr "مقدار پیش فرض"
134
 
135
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:640
136
  msgid "Akismet"
137
  msgstr "اکیسمت"
138
 
139
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:641
140
  msgid "This field requires author's name"
141
  msgstr "این گزینه نیازمند نام نویسنده است"
142
 
143
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:642
144
  msgid "This field requires author's URL"
145
  msgstr "این گزینه نیازمند آدرس اینترنتی نویسنده است"
146
 
147
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:643
148
  msgid "This field requires author's email address"
149
  msgstr "این گزینه نیازمند آدرس پست الکترونیک نویسنده است"
150
 
151
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:644
 
152
  msgid "Copy this code and paste it into the form left."
153
  msgstr "این کد را در فرم خود بچسبانید"
154
 
155
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:645
156
  msgid "Foreground color"
157
  msgstr "رنگ پیش زمینه"
158
 
159
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:646
160
  msgid "Background color"
161
  msgstr "رنگ پس زمینه"
162
 
163
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:647
164
  msgid "Image size"
165
  msgstr "اندازه تصویر"
166
 
167
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:648
168
  msgid "Small"
169
  msgstr "کوچک"
170
 
171
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:649
172
  msgid "Medium"
173
  msgstr "متوسط"
174
 
175
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:650
176
  msgid "Large"
177
  msgstr "بزرگ"
178
 
179
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:651
180
  msgid "Image settings"
181
  msgstr "تنظیمات تصویر"
182
 
183
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:652
184
  msgid "Input field settings"
185
  msgstr "قرار دادن تنظیمات گزینه"
186
 
187
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:653
188
  msgid "For image"
189
  msgstr "برای تصویر"
190
 
191
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:654
192
  msgid "For input field"
193
  msgstr "برای گزینه ورودی"
194
 
195
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:655
196
  msgid "* One choice per line."
197
  msgstr "* یک انتخاب در هر خط"
198
 
199
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:656
200
  msgid "Show"
201
  msgstr "نمایش"
202
 
203
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:657
204
  msgid "Hide"
205
  msgstr "پنهان"
206
 
207
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:658
208
  msgid "File size limit"
209
  msgstr "حجم مجاز آپلود"
210
 
211
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:659
212
  msgid "Acceptable file types"
213
  msgstr "فایل های مجاز"
214
 
215
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:660
216
+ msgid "Note: To use CAPTCHA, you need Really Simple CAPTCHA plugin installed."
217
+ msgstr "تذکر: جهت استفاده از تصاویرامنیتی (کپچا) باید افزونه Really Simple CAPTCHA را نصب نمائید."
218
+
219
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:687
220
  msgid "Contact form created."
221
  msgstr "فرم تماس ایجاد شد"
222
 
223
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:690
224
  msgid "Contact form saved."
225
  msgstr "فرم تماس ذخیره شد"
226
 
227
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:693
228
  msgid "Contact form deleted."
229
  msgstr "فرم تماس حذف گردید"
230
 
231
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:704
232
  msgid "Untitled"
233
  msgstr "بی نام و نشان"
234
 
235
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:731
236
  msgid "Your Name"
237
  msgstr "نام و نام خانوادگی"
238
 
239
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:731
240
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:733
241
  msgid "(required)"
242
  msgstr "(گزینه الزامی)"
243
 
244
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:733
245
  msgid "Your Email"
246
  msgstr "پست الکترونیک"
247
 
248
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:735
249
  msgid "Subject"
250
  msgstr "موضوع"
251
 
252
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:737
253
  msgid "Your Message"
254
  msgstr "پیغام"
255
 
256
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:739
257
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:1473
258
  msgid "Send"
259
  msgstr "ارسال"
260
 
261
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:793
262
  msgid "Your message was sent successfully. Thanks."
263
  msgstr "پیغام شما با موفقیت ارسال شد. متشکریم."
264
 
265
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:795
266
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:797
267
  msgid "Failed to send your message. Please try later or contact administrator by other way."
268
  msgstr "متأسفانه ارسال پیغام شما با مشکل مواجه شد. لطفاً بعداً مجدداً سعی نموده یا از روشی دیگر با مدیر سایت تماس حاصل فرمائید."
269
 
270
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:799
271
  msgid "Validation errors occurred. Please confirm the fields and submit it again."
272
  msgstr "تائید ناموفق. لطفاً گزینه مورد نظر را تائید نموده و مجدداً سعی نمائید."
273
 
274
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:801
275
  msgid "Please accept the terms to proceed."
276
  msgstr "لطفاً جهت ادامه شرایط ارسال نامه را پذیرفته و تائید نمائید."
277
 
278
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:803
279
  msgid "Email address seems invalid."
280
  msgstr "آدرس پست الکترونیک وارد شده نامعتبر به نظر می رسد."
281
 
282
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:805
283
  msgid "Please fill the required field."
284
  msgstr "لطفاً گزینه های اجباری را تکمیل نمائید."
285
 
286
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:807
287
  msgid "Your entered code is incorrect."
288
  msgstr "کد وارده اشتباه است."
289
 
290
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:809
291
+ msgid "Your answer is not correct."
292
+ msgstr "پاسخ وارده اشتباه است."
293
+
294
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:811
295
  msgid "Failed to upload file."
296
  msgstr "الصاق فایل با مشکل مواجه شد."
297
 
298
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:813
299
  msgid "This file type is not allowed."
300
  msgstr "الصاق این نوع فایل مجاز نمی باشد."
301
 
302
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:815
 
303
  msgid "This file is too large."
304
+ msgstr "اندازه این فایل بیش از حد بزرگ است."
305
 
306
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/wp-contact-form-7.php:1414
307
+ msgid "To use CAPTCHA, you need <a href=\"http://wordpress.org/extend/plugins/really-simple-captcha/\">Really Simple CAPTCHA</a> plugin installed."
308
+ msgstr "برای استفاده از تصاویر امنیتی (کپچا)، باید <a href=\"http://wordpress.org/extend/plugins/really-simple-captcha/\">Really Simple CAPTCHA</a> را نصب نمائید."
309
+
310
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/admin/admin-panel.php:20
311
  msgid "Add new"
312
  msgstr "جدید"
313
 
314
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/admin/admin-panel.php:42
 
315
  msgid "Copy this code and paste it into your post, page or text widget content."
316
+ msgstr "این کد را کپی نموده و در نوشته، برگه یا ابزارک خود بچسبانید."
317
 
318
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/admin/admin-panel.php:49
319
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/admin/admin-panel.php:262
320
  msgid "Save"
321
  msgstr "ذخیره"
322
 
323
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/admin/admin-panel.php:56
324
+ msgid "Copy"
325
+ msgstr "کپی"
326
+
327
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/admin/admin-panel.php:60
328
+ msgid "Delete"
329
+ msgstr "حذف"
330
 
331
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/admin/admin-panel.php:61
332
  msgid ""
333
  "You are about to delete this contact form.\n"
334
  " 'Cancel' to stop, 'OK' to delete."
335
  msgstr "شما در حال حذف این فرم تماس هستید. آیا از حذف این فرم اطمینان دارید؟"
336
 
337
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/admin/admin-panel.php:75
338
  msgid "Form"
339
  msgstr "فرم"
340
 
341
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/admin/admin-panel.php:95
342
  msgid "Mail"
343
  msgstr "پست الکترونیک"
344
 
345
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/admin/admin-panel.php:102
346
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/admin/admin-panel.php:154
347
  msgid "To:"
348
  msgstr "گیرنده:"
349
 
350
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/admin/admin-panel.php:106
351
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/admin/admin-panel.php:158
352
  msgid "From:"
353
  msgstr "فرستنده:"
354
 
355
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/admin/admin-panel.php:110
356
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/admin/admin-panel.php:162
357
  msgid "Subject:"
358
  msgstr "موضوع:"
359
 
360
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/admin/admin-panel.php:115
361
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/admin/admin-panel.php:167
362
  msgid "File attachments:"
363
  msgstr "فایل های الصاق شده:"
364
 
365
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/admin/admin-panel.php:117
366
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/admin/admin-panel.php:169
367
  msgid "(You need WordPress 2.7 or greater to use this feature)"
368
  msgstr "(جهت استفاده از این قابلیت نیاز به وردپرس نسخه 2.7 به بالا دارید)"
369
 
370
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/admin/admin-panel.php:125
371
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/admin/admin-panel.php:177
372
  msgid "Use HTML content type"
373
  msgstr "استفاده از HTML در محتوا"
374
 
375
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/admin/admin-panel.php:130
376
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/admin/admin-panel.php:182
377
  msgid "Message body:"
378
  msgstr "متن نامه"
379
 
380
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/admin/admin-panel.php:141
381
  msgid "Mail (2)"
382
  msgstr "پست الکترونیک 2"
383
 
384
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/admin/admin-panel.php:148
385
  msgid "Use mail (2)"
386
  msgstr "استفاده از پست الکترونیک 2"
387
 
388
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/admin/admin-panel.php:193
 
389
  msgid "Messages"
390
+ msgstr "پیغام ها"
391
 
392
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/admin/admin-panel.php:201
 
393
  msgid "Sender's message was sent successfully"
394
+ msgstr "پیام با موفقیت ارسال شد."
395
 
396
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/admin/admin-panel.php:205
397
  msgid "Sender's message was failed to send"
398
  msgstr "ارسال ناموفق بود"
399
 
400
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/admin/admin-panel.php:209
401
  msgid "Akismet judged the sending activity as spamming"
402
  msgstr "آکیسمت متن ارسالی را هرزنامه تشخیص داد"
403
 
404
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/admin/admin-panel.php:213
405
  msgid "Validation errors occurred"
406
  msgstr "خطای تائید رخ داد"
407
 
408
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/admin/admin-panel.php:217
409
  msgid "There is a field that sender is needed to fill in"
410
  msgstr "ارسال کننده ملزم به تکمیل فیلدهای الزامیست."
411
 
412
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/admin/admin-panel.php:221
 
413
  msgid "Email address that sender entered is invalid"
414
  msgstr "آدرس پست الکترونیک وارد شده نامعتبر به نظر می رسد."
415
 
416
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/admin/admin-panel.php:225
417
  msgid "There is a field of term that sender is needed to accept"
418
  msgstr "ارسال کننده فرم ملزم به پذیرش فیلد الزامیست."
419
 
420
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/admin/admin-panel.php:229
421
+ msgid "Sender doesn't enter the correct answer to the quiz"
422
+ msgstr "پاسخ شما به پرسش امنیتی اشتباه است."
423
+
424
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/admin/admin-panel.php:233
425
  msgid "The code that sender entered does not match the CAPTCHA"
426
  msgstr "کد امنیتی وارد شده معتبر نیست."
427
 
428
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/admin/admin-panel.php:237
429
  msgid "Uploading a file fails for any reason"
430
  msgstr "آپلود فایل به هر علتی با مشکل مواجه می شود."
431
 
432
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/admin/admin-panel.php:241
433
  msgid "Uploaded file is not allowed file type"
434
  msgstr "پسوند فایل آپلود شده مجاز نمی باشد."
435
 
436
+ #: e:\mohammad\xampp2\htdocs\wordpress\wp-content\plugins\contact-form-7/admin/admin-panel.php:245
437
  msgid "Uploaded file is too large"
438
  msgstr "حجم فایل آپلود شده بیش از حد مجاز است."
439
 
440
+ #~ msgid "Delete this contact form"
441
+ #~ msgstr "حذف این فرم تماس"
442
+
languages/wpcf7-ko_KR.mo CHANGED
Binary file
languages/wpcf7-ko_KR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Korean by Soul\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2009-02-07 16:17+0900\n"
6
- "PO-Revision-Date: 2009-02-19 03:13-0500\n"
7
  "Last-Translator: Jong-In Kim <soulofpure@hotmail.com>\n"
8
  "Language-Team: Jong-In Kim <soulofpure@hotmail.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -17,290 +17,298 @@ msgstr ""
17
  "Plural-Forms: nplurals=1; plural=0;\n"
18
  "X-Poedit-SearchPath-0: contact-form-7\n"
19
 
20
- #: contact-form-7/wp-contact-form-7.php:413
21
  msgid "Contact form"
22
  msgstr "Contact form"
23
 
24
- #: contact-form-7/wp-contact-form-7.php:582
25
  #: contact-form-7/includes/admin-panel.php:5
26
  msgid "Contact Form 7"
27
  msgstr "Contact Form 7"
28
 
29
- #: contact-form-7/wp-contact-form-7.php:605
30
  msgid "optional"
31
  msgstr "옵션"
32
 
33
- #: contact-form-7/wp-contact-form-7.php:606
34
  msgid "Generate Tag"
35
  msgstr "태그 생성"
36
 
37
- #: contact-form-7/wp-contact-form-7.php:607
38
  msgid "Text field"
39
  msgstr "텍스트 입력란"
40
 
41
- #: contact-form-7/wp-contact-form-7.php:608
42
  msgid "Email field"
43
  msgstr "이메일 입력란"
44
 
45
- #: contact-form-7/wp-contact-form-7.php:609
46
  msgid "Text area"
47
  msgstr "텍스트 영역"
48
 
49
- #: contact-form-7/wp-contact-form-7.php:610
50
  msgid "Drop-down menu"
51
  msgstr "드랍다운 메뉴"
52
 
53
- #: contact-form-7/wp-contact-form-7.php:611
54
  msgid "Checkboxes"
55
  msgstr "체크박스들"
56
 
57
- #: contact-form-7/wp-contact-form-7.php:612
58
  msgid "Radio buttons"
59
  msgstr "라디오 버튼"
60
 
61
- #: contact-form-7/wp-contact-form-7.php:613
62
  msgid "Acceptance"
63
  msgstr "수락"
64
 
65
- #: contact-form-7/wp-contact-form-7.php:614
66
  msgid "Make this checkbox checked by default?"
67
  msgstr "이 체크박스를 기본으로 체크할까요?"
68
 
69
- #: contact-form-7/wp-contact-form-7.php:615
70
  msgid "Make this checkbox work inversely?"
71
  msgstr "이 체크박스를 반대로 작동하게 할까요?"
72
 
73
- #: contact-form-7/wp-contact-form-7.php:616
74
  msgid "* That means visitor who accepts the term unchecks it."
75
  msgstr "* 방문자 중 약정을 수락한 사람은 체크하지 않는 것을 의미합니다."
76
 
77
- #: contact-form-7/wp-contact-form-7.php:617
78
  msgid "CAPTCHA"
79
  msgstr "CAPTCHA"
80
 
81
- #: contact-form-7/wp-contact-form-7.php:618
82
  msgid "Quiz"
83
  msgstr "퀴즈"
84
 
85
- #: contact-form-7/wp-contact-form-7.php:619
86
  msgid "Quizzes"
87
  msgstr "퀴즈들"
88
 
89
- #: contact-form-7/wp-contact-form-7.php:620
90
  msgid "* quiz|answer (e.g. 1+1=?|2)"
91
  msgstr "* 퀴즈|답 (예: 1+1=?|2)"
92
 
93
- #: contact-form-7/wp-contact-form-7.php:621
94
  msgid "File upload"
95
  msgstr "파일 업로드"
96
 
97
- #: contact-form-7/wp-contact-form-7.php:622
98
  msgid "bytes"
99
  msgstr "바이트"
100
 
101
- #: contact-form-7/wp-contact-form-7.php:623
102
  msgid "Submit button"
103
  msgstr "등록 버튼"
104
 
105
- #: contact-form-7/wp-contact-form-7.php:624
106
  msgid "Name"
107
  msgstr "이름"
108
 
109
- #: contact-form-7/wp-contact-form-7.php:625
110
  msgid "Required field?"
111
  msgstr "필수 입력란?"
112
 
113
- #: contact-form-7/wp-contact-form-7.php:626
114
  msgid "Allow multiple selections?"
115
  msgstr "다중 선택 허용할까요?"
116
 
117
- #: contact-form-7/wp-contact-form-7.php:627
118
  msgid "Insert a blank item as the first option?"
119
  msgstr "첫 옵션으로 빈 아이템을 삽입할까요 ?"
120
 
121
- #: contact-form-7/wp-contact-form-7.php:628
122
  msgid "Make checkboxes exclusive?"
123
  msgstr "체크박스들을 제외할까요?"
124
 
125
- #: contact-form-7/wp-contact-form-7.php:629
126
  msgid "Choices"
127
  msgstr "선택사항"
128
 
129
- #: contact-form-7/wp-contact-form-7.php:630
130
  msgid "Label"
131
  msgstr "라벨"
132
 
133
- #: contact-form-7/wp-contact-form-7.php:631
134
  msgid "Default value"
135
  msgstr "기본값"
136
 
137
- #: contact-form-7/wp-contact-form-7.php:632
138
  msgid "Akismet"
139
  msgstr "Akismet"
140
 
141
- #: contact-form-7/wp-contact-form-7.php:633
142
  msgid "This field requires author's name"
143
  msgstr "이 입력란은 글쓴이의 이름이 필요합니다."
144
 
145
- #: contact-form-7/wp-contact-form-7.php:634
146
  msgid "This field requires author's URL"
147
  msgstr "이 입력란은 글쓴이의 URL이 필요합니다."
148
 
149
- #: contact-form-7/wp-contact-form-7.php:635
150
  msgid "This field requires author's email address"
151
  msgstr "이 입력란은 글쓴이의 이메일 주소가 필요합니다."
152
 
153
- #: contact-form-7/wp-contact-form-7.php:636
154
  msgid "Copy this code and paste it into the form left."
155
  msgstr "이 코드를 복사해서 폼 안에 붙여넣으세요."
156
 
157
- #: contact-form-7/wp-contact-form-7.php:637
158
  msgid "Foreground color"
159
  msgstr "전경 색상"
160
 
161
- #: contact-form-7/wp-contact-form-7.php:638
162
  msgid "Background color"
163
  msgstr "배경 색상"
164
 
165
- #: contact-form-7/wp-contact-form-7.php:639
166
  msgid "Image size"
167
  msgstr "이미지 사이즈"
168
 
169
- #: contact-form-7/wp-contact-form-7.php:640
170
  msgid "Small"
171
  msgstr "소"
172
 
173
- #: contact-form-7/wp-contact-form-7.php:641
174
  msgid "Medium"
175
  msgstr "중"
176
 
177
- #: contact-form-7/wp-contact-form-7.php:642
178
  msgid "Large"
179
  msgstr "대"
180
 
181
- #: contact-form-7/wp-contact-form-7.php:643
182
  msgid "Image settings"
183
  msgstr "이미지 설정"
184
 
185
- #: contact-form-7/wp-contact-form-7.php:644
186
  msgid "Input field settings"
187
  msgstr "입력 필드 설정"
188
 
189
- #: contact-form-7/wp-contact-form-7.php:645
190
  msgid "For image"
191
  msgstr "For 이미지"
192
 
193
- #: contact-form-7/wp-contact-form-7.php:646
194
  msgid "For input field"
195
  msgstr "For 입력 필드"
196
 
197
- #: contact-form-7/wp-contact-form-7.php:647
198
  msgid "* One choice per line."
199
  msgstr "* 라인별 1가지 선택."
200
 
201
- #: contact-form-7/wp-contact-form-7.php:648
202
  msgid "Show"
203
  msgstr "보기"
204
 
205
- #: contact-form-7/wp-contact-form-7.php:649
206
  msgid "Hide"
207
  msgstr "숨기기"
208
 
209
- #: contact-form-7/wp-contact-form-7.php:650
210
  msgid "File size limit"
211
  msgstr "파일 사이즈 제한"
212
 
213
- #: contact-form-7/wp-contact-form-7.php:651
214
  msgid "Acceptable file types"
215
  msgstr "허용하는 파일 타입"
216
 
217
- #: contact-form-7/wp-contact-form-7.php:677
 
 
 
 
218
  msgid "Contact form created."
219
  msgstr "Contact form 이 만들어졌음."
220
 
221
- #: contact-form-7/wp-contact-form-7.php:680
222
  msgid "Contact form saved."
223
  msgstr "Contact form 이 저장됨."
224
 
225
- #: contact-form-7/wp-contact-form-7.php:683
226
  msgid "Contact form deleted."
227
  msgstr "Contact form 이 삭제됨."
228
 
229
- #: contact-form-7/wp-contact-form-7.php:694
230
  msgid "Untitled"
231
  msgstr "무제"
232
 
233
- #: contact-form-7/wp-contact-form-7.php:721
234
  msgid "Your Name"
235
  msgstr "이름"
236
 
237
- #: contact-form-7/wp-contact-form-7.php:721
238
- #: contact-form-7/wp-contact-form-7.php:723
239
  msgid "(required)"
240
  msgstr "(필수)"
241
 
242
- #: contact-form-7/wp-contact-form-7.php:723
243
  msgid "Your Email"
244
  msgstr "이메일"
245
 
246
- #: contact-form-7/wp-contact-form-7.php:725
247
  msgid "Subject"
248
  msgstr "제목"
249
 
250
- #: contact-form-7/wp-contact-form-7.php:727
251
  msgid "Your Message"
252
  msgstr "메세지"
253
 
254
- #: contact-form-7/wp-contact-form-7.php:729
255
- #: contact-form-7/wp-contact-form-7.php:1458
256
  msgid "Send"
257
  msgstr "전송"
258
 
259
- #: contact-form-7/wp-contact-form-7.php:783
260
  msgid "Your message was sent successfully. Thanks."
261
  msgstr "당신의 메세지가 성공적으로 보내졌습니다. 감사합니다."
262
 
263
- #: contact-form-7/wp-contact-form-7.php:785
264
- #: contact-form-7/wp-contact-form-7.php:787
265
  msgid "Failed to send your message. Please try later or contact administrator by other way."
266
  msgstr "메세지 전송을 실패했습니다. 다시 시도해 보시거나 웹관리자에게 문의하십시요."
267
 
268
- #: contact-form-7/wp-contact-form-7.php:789
269
  msgid "Validation errors occurred. Please confirm the fields and submit it again."
270
  msgstr "필수항목을 기록하시지 않으셨습니다. 필수 기입 항목을 다시 한번 살펴보시고 재전송 해보십시요."
271
 
272
- #: contact-form-7/wp-contact-form-7.php:791
273
  msgid "Please accept the terms to proceed."
274
  msgstr "진행을 위해 약정을 수락해주세요."
275
 
276
- #: contact-form-7/wp-contact-form-7.php:793
277
  msgid "Email address seems invalid."
278
  msgstr "이메일 주소가 올바르지 않습니다."
279
 
280
- #: contact-form-7/wp-contact-form-7.php:795
281
  msgid "Please fill the required field."
282
  msgstr "필수항목을 채워주세요."
283
 
284
- #: contact-form-7/wp-contact-form-7.php:797
285
  msgid "Your entered code is incorrect."
286
  msgstr "입력한 코드는 맞지않습니다."
287
 
288
- #: contact-form-7/wp-contact-form-7.php:799
289
  msgid "Your answer is not correct."
290
  msgstr "답이 틀렸습니다."
291
 
292
- #: contact-form-7/wp-contact-form-7.php:801
293
  msgid "Failed to upload file."
294
  msgstr "파일 업로드가 실패했습니다."
295
 
296
- #: contact-form-7/wp-contact-form-7.php:803
297
  msgid "This file type is not allowed."
298
  msgstr "이 파일 타입은 허용되지 않습니다."
299
 
300
- #: contact-form-7/wp-contact-form-7.php:805
301
  msgid "This file is too large."
302
  msgstr "이 파일은 너무 큽니다."
303
 
 
 
 
 
304
  #: contact-form-7/includes/admin-panel.php:20
305
  msgid "Add new"
306
  msgstr "추가"
@@ -310,15 +318,19 @@ msgid "Copy this code and paste it into your post, page or text widget content."
310
  msgstr "이 코드를 복사해서 글, 페이지 또는 텍스트 위젯 내용에 붙여넣으세요."
311
 
312
  #: contact-form-7/includes/admin-panel.php:49
313
- #: contact-form-7/includes/admin-panel.php:257
314
  msgid "Save"
315
  msgstr "저장"
316
 
317
- #: contact-form-7/includes/admin-panel.php:55
318
- msgid "Delete this contact form"
319
- msgstr "contact from 삭제"
320
-
321
  #: contact-form-7/includes/admin-panel.php:56
 
 
 
 
 
 
 
 
322
  msgid ""
323
  "You are about to delete this contact form.\n"
324
  " 'Cancel' to stop, 'OK' to delete."
@@ -326,106 +338,109 @@ msgstr ""
326
  "이 Contact form을 정말로 삭제하실 것입니까? \n"
327
  "취소하시려면 'Cancel'을, 삭제하시려면 'OK'를 클릭하세요."
328
 
329
- #: contact-form-7/includes/admin-panel.php:70
330
  msgid "Form"
331
  msgstr "폼"
332
 
333
- #: contact-form-7/includes/admin-panel.php:90
334
  msgid "Mail"
335
  msgstr "메일"
336
 
337
- #: contact-form-7/includes/admin-panel.php:97
338
- #: contact-form-7/includes/admin-panel.php:149
339
  msgid "To:"
340
  msgstr "To:"
341
 
342
- #: contact-form-7/includes/admin-panel.php:101
343
- #: contact-form-7/includes/admin-panel.php:153
344
  msgid "From:"
345
  msgstr "From:"
346
 
347
- #: contact-form-7/includes/admin-panel.php:105
348
- #: contact-form-7/includes/admin-panel.php:157
349
  msgid "Subject:"
350
  msgstr "제목:"
351
 
352
- #: contact-form-7/includes/admin-panel.php:110
353
- #: contact-form-7/includes/admin-panel.php:162
354
  msgid "File attachments:"
355
  msgstr "첨부 파일:"
356
 
357
- #: contact-form-7/includes/admin-panel.php:112
358
- #: contact-form-7/includes/admin-panel.php:164
359
  msgid "(You need WordPress 2.7 or greater to use this feature)"
360
  msgstr "(이 기능을 사용하기 위해선 워드프레스 2.7이나 그 이상을 필요로 합니다)"
361
 
362
- #: contact-form-7/includes/admin-panel.php:120
363
- #: contact-form-7/includes/admin-panel.php:172
364
  msgid "Use HTML content type"
365
  msgstr "HTML 사용"
366
 
367
- #: contact-form-7/includes/admin-panel.php:125
368
- #: contact-form-7/includes/admin-panel.php:177
369
  msgid "Message body:"
370
  msgstr "메세지 내용:"
371
 
372
- #: contact-form-7/includes/admin-panel.php:136
373
  msgid "Mail (2)"
374
  msgstr "메일 (2)"
375
 
376
- #: contact-form-7/includes/admin-panel.php:143
377
  msgid "Use mail (2)"
378
  msgstr "메일 사용 (2)"
379
 
380
- #: contact-form-7/includes/admin-panel.php:188
381
  msgid "Messages"
382
  msgstr "메세지"
383
 
384
- #: contact-form-7/includes/admin-panel.php:196
385
  msgid "Sender's message was sent successfully"
386
  msgstr "메세지 전송이 성공했습니다"
387
 
388
- #: contact-form-7/includes/admin-panel.php:200
389
  msgid "Sender's message was failed to send"
390
  msgstr "메세지 전송이 실패했습니다"
391
 
392
- #: contact-form-7/includes/admin-panel.php:204
393
  msgid "Akismet judged the sending activity as spamming"
394
  msgstr "Akismet 이 스팸으로 판단했습니다"
395
 
396
- #: contact-form-7/includes/admin-panel.php:208
397
  msgid "Validation errors occurred"
398
  msgstr "유효성 검사 에러가 발생했습니다."
399
 
400
- #: contact-form-7/includes/admin-panel.php:212
401
  msgid "There is a field that sender is needed to fill in"
402
  msgstr "입력해야 될 필드가 있습니다"
403
 
404
- #: contact-form-7/includes/admin-panel.php:216
405
  msgid "Email address that sender entered is invalid"
406
  msgstr "입력한 이메일 주소가 올바르지 않습니다"
407
 
408
- #: contact-form-7/includes/admin-panel.php:220
409
  msgid "There is a field of term that sender is needed to accept"
410
  msgstr "약정을 수락해야 됩니다"
411
 
412
- #: contact-form-7/includes/admin-panel.php:224
413
  msgid "Sender doesn't enter the correct answer to the quiz"
414
  msgstr "퀴즈의 정답을 입력하지 않았습니다"
415
 
416
- #: contact-form-7/includes/admin-panel.php:228
417
  msgid "The code that sender entered does not match the CAPTCHA"
418
  msgstr "입력한 코드는 CAPTCHA 와 매치가 되지않습니다"
419
 
420
- #: contact-form-7/includes/admin-panel.php:232
421
  msgid "Uploading a file fails for any reason"
422
  msgstr "파일 업로드중에 실패했습니다"
423
 
424
- #: contact-form-7/includes/admin-panel.php:236
425
  msgid "Uploaded file is not allowed file type"
426
  msgstr "업로드된 파일은 허용하는 파일타입이 아닙니다"
427
 
428
- #: contact-form-7/includes/admin-panel.php:240
429
  msgid "Uploaded file is too large"
430
  msgstr "업로드된 파일이 너무 큽니다"
431
 
 
 
 
2
  msgstr ""
3
  "Project-Id-Version: Korean by Soul\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2009-03-15 03:27+0900\n"
6
+ "PO-Revision-Date: 2009-03-24 20:25-0500\n"
7
  "Last-Translator: Jong-In Kim <soulofpure@hotmail.com>\n"
8
  "Language-Team: Jong-In Kim <soulofpure@hotmail.com>\n"
9
  "MIME-Version: 1.0\n"
17
  "Plural-Forms: nplurals=1; plural=0;\n"
18
  "X-Poedit-SearchPath-0: contact-form-7\n"
19
 
20
+ #: contact-form-7/wp-contact-form-7.php:405
21
  msgid "Contact form"
22
  msgstr "Contact form"
23
 
24
+ #: contact-form-7/wp-contact-form-7.php:593
25
  #: contact-form-7/includes/admin-panel.php:5
26
  msgid "Contact Form 7"
27
  msgstr "Contact Form 7"
28
 
29
+ #: contact-form-7/wp-contact-form-7.php:616
30
  msgid "optional"
31
  msgstr "옵션"
32
 
33
+ #: contact-form-7/wp-contact-form-7.php:617
34
  msgid "Generate Tag"
35
  msgstr "태그 생성"
36
 
37
+ #: contact-form-7/wp-contact-form-7.php:618
38
  msgid "Text field"
39
  msgstr "텍스트 입력란"
40
 
41
+ #: contact-form-7/wp-contact-form-7.php:619
42
  msgid "Email field"
43
  msgstr "이메일 입력란"
44
 
45
+ #: contact-form-7/wp-contact-form-7.php:620
46
  msgid "Text area"
47
  msgstr "텍스트 영역"
48
 
49
+ #: contact-form-7/wp-contact-form-7.php:621
50
  msgid "Drop-down menu"
51
  msgstr "드랍다운 메뉴"
52
 
53
+ #: contact-form-7/wp-contact-form-7.php:622
54
  msgid "Checkboxes"
55
  msgstr "체크박스들"
56
 
57
+ #: contact-form-7/wp-contact-form-7.php:623
58
  msgid "Radio buttons"
59
  msgstr "라디오 버튼"
60
 
61
+ #: contact-form-7/wp-contact-form-7.php:624
62
  msgid "Acceptance"
63
  msgstr "수락"
64
 
65
+ #: contact-form-7/wp-contact-form-7.php:625
66
  msgid "Make this checkbox checked by default?"
67
  msgstr "이 체크박스를 기본으로 체크할까요?"
68
 
69
+ #: contact-form-7/wp-contact-form-7.php:626
70
  msgid "Make this checkbox work inversely?"
71
  msgstr "이 체크박스를 반대로 작동하게 할까요?"
72
 
73
+ #: contact-form-7/wp-contact-form-7.php:627
74
  msgid "* That means visitor who accepts the term unchecks it."
75
  msgstr "* 방문자 중 약정을 수락한 사람은 체크하지 않는 것을 의미합니다."
76
 
77
+ #: contact-form-7/wp-contact-form-7.php:628
78
  msgid "CAPTCHA"
79
  msgstr "CAPTCHA"
80
 
81
+ #: contact-form-7/wp-contact-form-7.php:629
82
  msgid "Quiz"
83
  msgstr "퀴즈"
84
 
85
+ #: contact-form-7/wp-contact-form-7.php:630
86
  msgid "Quizzes"
87
  msgstr "퀴즈들"
88
 
89
+ #: contact-form-7/wp-contact-form-7.php:631
90
  msgid "* quiz|answer (e.g. 1+1=?|2)"
91
  msgstr "* 퀴즈|답 (예: 1+1=?|2)"
92
 
93
+ #: contact-form-7/wp-contact-form-7.php:632
94
  msgid "File upload"
95
  msgstr "파일 업로드"
96
 
97
+ #: contact-form-7/wp-contact-form-7.php:633
98
  msgid "bytes"
99
  msgstr "바이트"
100
 
101
+ #: contact-form-7/wp-contact-form-7.php:634
102
  msgid "Submit button"
103
  msgstr "등록 버튼"
104
 
105
+ #: contact-form-7/wp-contact-form-7.php:635
106
  msgid "Name"
107
  msgstr "이름"
108
 
109
+ #: contact-form-7/wp-contact-form-7.php:636
110
  msgid "Required field?"
111
  msgstr "필수 입력란?"
112
 
113
+ #: contact-form-7/wp-contact-form-7.php:637
114
  msgid "Allow multiple selections?"
115
  msgstr "다중 선택 허용할까요?"
116
 
117
+ #: contact-form-7/wp-contact-form-7.php:638
118
  msgid "Insert a blank item as the first option?"
119
  msgstr "첫 옵션으로 빈 아이템을 삽입할까요 ?"
120
 
121
+ #: contact-form-7/wp-contact-form-7.php:639
122
  msgid "Make checkboxes exclusive?"
123
  msgstr "체크박스들을 제외할까요?"
124
 
125
+ #: contact-form-7/wp-contact-form-7.php:640
126
  msgid "Choices"
127
  msgstr "선택사항"
128
 
129
+ #: contact-form-7/wp-contact-form-7.php:641
130
  msgid "Label"
131
  msgstr "라벨"
132
 
133
+ #: contact-form-7/wp-contact-form-7.php:642
134
  msgid "Default value"
135
  msgstr "기본값"
136
 
137
+ #: contact-form-7/wp-contact-form-7.php:643
138
  msgid "Akismet"
139
  msgstr "Akismet"
140
 
141
+ #: contact-form-7/wp-contact-form-7.php:644
142
  msgid "This field requires author's name"
143
  msgstr "이 입력란은 글쓴이의 이름이 필요합니다."
144
 
145
+ #: contact-form-7/wp-contact-form-7.php:645
146
  msgid "This field requires author's URL"
147
  msgstr "이 입력란은 글쓴이의 URL이 필요합니다."
148
 
149
+ #: contact-form-7/wp-contact-form-7.php:646
150
  msgid "This field requires author's email address"
151
  msgstr "이 입력란은 글쓴이의 이메일 주소가 필요합니다."
152
 
153
+ #: contact-form-7/wp-contact-form-7.php:647
154
  msgid "Copy this code and paste it into the form left."
155
  msgstr "이 코드를 복사해서 폼 안에 붙여넣으세요."
156
 
157
+ #: contact-form-7/wp-contact-form-7.php:648
158
  msgid "Foreground color"
159
  msgstr "전경 색상"
160
 
161
+ #: contact-form-7/wp-contact-form-7.php:649
162
  msgid "Background color"
163
  msgstr "배경 색상"
164
 
165
+ #: contact-form-7/wp-contact-form-7.php:650
166
  msgid "Image size"
167
  msgstr "이미지 사이즈"
168
 
169
+ #: contact-form-7/wp-contact-form-7.php:651
170
  msgid "Small"
171
  msgstr "소"
172
 
173
+ #: contact-form-7/wp-contact-form-7.php:652
174
  msgid "Medium"
175
  msgstr "중"
176
 
177
+ #: contact-form-7/wp-contact-form-7.php:653
178
  msgid "Large"
179
  msgstr "대"
180
 
181
+ #: contact-form-7/wp-contact-form-7.php:654
182
  msgid "Image settings"
183
  msgstr "이미지 설정"
184
 
185
+ #: contact-form-7/wp-contact-form-7.php:655
186
  msgid "Input field settings"
187
  msgstr "입력 필드 설정"
188
 
189
+ #: contact-form-7/wp-contact-form-7.php:656
190
  msgid "For image"
191
  msgstr "For 이미지"
192
 
193
+ #: contact-form-7/wp-contact-form-7.php:657
194
  msgid "For input field"
195
  msgstr "For 입력 필드"
196
 
197
+ #: contact-form-7/wp-contact-form-7.php:658
198
  msgid "* One choice per line."
199
  msgstr "* 라인별 1가지 선택."
200
 
201
+ #: contact-form-7/wp-contact-form-7.php:659
202
  msgid "Show"
203
  msgstr "보기"
204
 
205
+ #: contact-form-7/wp-contact-form-7.php:660
206
  msgid "Hide"
207
  msgstr "숨기기"
208
 
209
+ #: contact-form-7/wp-contact-form-7.php:661
210
  msgid "File size limit"
211
  msgstr "파일 사이즈 제한"
212
 
213
+ #: contact-form-7/wp-contact-form-7.php:662
214
  msgid "Acceptable file types"
215
  msgstr "허용하는 파일 타입"
216
 
217
+ #: contact-form-7/wp-contact-form-7.php:663
218
+ msgid "Note: To use CAPTCHA, you need Really Simple CAPTCHA plugin installed."
219
+ msgstr "알림: CAPTCHA를 사용하려면 Really Simple CAPTCHA 플러그인을 설치해야됩니다."
220
+
221
+ #: contact-form-7/wp-contact-form-7.php:690
222
  msgid "Contact form created."
223
  msgstr "Contact form 이 만들어졌음."
224
 
225
+ #: contact-form-7/wp-contact-form-7.php:693
226
  msgid "Contact form saved."
227
  msgstr "Contact form 이 저장됨."
228
 
229
+ #: contact-form-7/wp-contact-form-7.php:696
230
  msgid "Contact form deleted."
231
  msgstr "Contact form 이 삭제됨."
232
 
233
+ #: contact-form-7/wp-contact-form-7.php:707
234
  msgid "Untitled"
235
  msgstr "무제"
236
 
237
+ #: contact-form-7/wp-contact-form-7.php:734
238
  msgid "Your Name"
239
  msgstr "이름"
240
 
241
+ #: contact-form-7/wp-contact-form-7.php:734
242
+ #: contact-form-7/wp-contact-form-7.php:736
243
  msgid "(required)"
244
  msgstr "(필수)"
245
 
246
+ #: contact-form-7/wp-contact-form-7.php:736
247
  msgid "Your Email"
248
  msgstr "이메일"
249
 
250
+ #: contact-form-7/wp-contact-form-7.php:738
251
  msgid "Subject"
252
  msgstr "제목"
253
 
254
+ #: contact-form-7/wp-contact-form-7.php:740
255
  msgid "Your Message"
256
  msgstr "메세지"
257
 
258
+ #: contact-form-7/wp-contact-form-7.php:742
259
+ #: contact-form-7/wp-contact-form-7.php:1476
260
  msgid "Send"
261
  msgstr "전송"
262
 
263
+ #: contact-form-7/wp-contact-form-7.php:796
264
  msgid "Your message was sent successfully. Thanks."
265
  msgstr "당신의 메세지가 성공적으로 보내졌습니다. 감사합니다."
266
 
267
+ #: contact-form-7/wp-contact-form-7.php:798
268
+ #: contact-form-7/wp-contact-form-7.php:800
269
  msgid "Failed to send your message. Please try later or contact administrator by other way."
270
  msgstr "메세지 전송을 실패했습니다. 다시 시도해 보시거나 웹관리자에게 문의하십시요."
271
 
272
+ #: contact-form-7/wp-contact-form-7.php:802
273
  msgid "Validation errors occurred. Please confirm the fields and submit it again."
274
  msgstr "필수항목을 기록하시지 않으셨습니다. 필수 기입 항목을 다시 한번 살펴보시고 재전송 해보십시요."
275
 
276
+ #: contact-form-7/wp-contact-form-7.php:804
277
  msgid "Please accept the terms to proceed."
278
  msgstr "진행을 위해 약정을 수락해주세요."
279
 
280
+ #: contact-form-7/wp-contact-form-7.php:806
281
  msgid "Email address seems invalid."
282
  msgstr "이메일 주소가 올바르지 않습니다."
283
 
284
+ #: contact-form-7/wp-contact-form-7.php:808
285
  msgid "Please fill the required field."
286
  msgstr "필수항목을 채워주세요."
287
 
288
+ #: contact-form-7/wp-contact-form-7.php:810
289
  msgid "Your entered code is incorrect."
290
  msgstr "입력한 코드는 맞지않습니다."
291
 
292
+ #: contact-form-7/wp-contact-form-7.php:812
293
  msgid "Your answer is not correct."
294
  msgstr "답이 틀렸습니다."
295
 
296
+ #: contact-form-7/wp-contact-form-7.php:814
297
  msgid "Failed to upload file."
298
  msgstr "파일 업로드가 실패했습니다."
299
 
300
+ #: contact-form-7/wp-contact-form-7.php:816
301
  msgid "This file type is not allowed."
302
  msgstr "이 파일 타입은 허용되지 않습니다."
303
 
304
+ #: contact-form-7/wp-contact-form-7.php:818
305
  msgid "This file is too large."
306
  msgstr "이 파일은 너무 큽니다."
307
 
308
+ #: contact-form-7/wp-contact-form-7.php:1417
309
+ msgid "To use CAPTCHA, you need <a href=\"http://wordpress.org/extend/plugins/really-simple-captcha/\">Really Simple CAPTCHA</a> plugin installed."
310
+ msgstr "CAPTCHA를 사용하려면 <a href=\"http://wordpress.org/extend/plugins/really-simple-captcha/\">Really Simple CAPTCHA</a> 플러그인을 설치해야됩니다."
311
+
312
  #: contact-form-7/includes/admin-panel.php:20
313
  msgid "Add new"
314
  msgstr "추가"
318
  msgstr "이 코드를 복사해서 글, 페이지 또는 텍스트 위젯 내용에 붙여넣으세요."
319
 
320
  #: contact-form-7/includes/admin-panel.php:49
321
+ #: contact-form-7/includes/admin-panel.php:262
322
  msgid "Save"
323
  msgstr "저장"
324
 
 
 
 
 
325
  #: contact-form-7/includes/admin-panel.php:56
326
+ msgid "Copy"
327
+ msgstr "복사"
328
+
329
+ #: contact-form-7/includes/admin-panel.php:60
330
+ msgid "Delete"
331
+ msgstr "삭제"
332
+
333
+ #: contact-form-7/includes/admin-panel.php:61
334
  msgid ""
335
  "You are about to delete this contact form.\n"
336
  " 'Cancel' to stop, 'OK' to delete."
338
  "이 Contact form을 정말로 삭제하실 것입니까? \n"
339
  "취소하시려면 'Cancel'을, 삭제하시려면 'OK'를 클릭하세요."
340
 
341
+ #: contact-form-7/includes/admin-panel.php:75
342
  msgid "Form"
343
  msgstr "폼"
344
 
345
+ #: contact-form-7/includes/admin-panel.php:95
346
  msgid "Mail"
347
  msgstr "메일"
348
 
349
+ #: contact-form-7/includes/admin-panel.php:102
350
+ #: contact-form-7/includes/admin-panel.php:154
351
  msgid "To:"
352
  msgstr "To:"
353
 
354
+ #: contact-form-7/includes/admin-panel.php:106
355
+ #: contact-form-7/includes/admin-panel.php:158
356
  msgid "From:"
357
  msgstr "From:"
358
 
359
+ #: contact-form-7/includes/admin-panel.php:110
360
+ #: contact-form-7/includes/admin-panel.php:162
361
  msgid "Subject:"
362
  msgstr "제목:"
363
 
364
+ #: contact-form-7/includes/admin-panel.php:115
365
+ #: contact-form-7/includes/admin-panel.php:167
366
  msgid "File attachments:"
367
  msgstr "첨부 파일:"
368
 
369
+ #: contact-form-7/includes/admin-panel.php:117
370
+ #: contact-form-7/includes/admin-panel.php:169
371
  msgid "(You need WordPress 2.7 or greater to use this feature)"
372
  msgstr "(이 기능을 사용하기 위해선 워드프레스 2.7이나 그 이상을 필요로 합니다)"
373
 
374
+ #: contact-form-7/includes/admin-panel.php:125
375
+ #: contact-form-7/includes/admin-panel.php:177
376
  msgid "Use HTML content type"
377
  msgstr "HTML 사용"
378
 
379
+ #: contact-form-7/includes/admin-panel.php:130
380
+ #: contact-form-7/includes/admin-panel.php:182
381
  msgid "Message body:"
382
  msgstr "메세지 내용:"
383
 
384
+ #: contact-form-7/includes/admin-panel.php:141
385
  msgid "Mail (2)"
386
  msgstr "메일 (2)"
387
 
388
+ #: contact-form-7/includes/admin-panel.php:148
389
  msgid "Use mail (2)"
390
  msgstr "메일 사용 (2)"
391
 
392
+ #: contact-form-7/includes/admin-panel.php:193
393
  msgid "Messages"
394
  msgstr "메세지"
395
 
396
+ #: contact-form-7/includes/admin-panel.php:201
397
  msgid "Sender's message was sent successfully"
398
  msgstr "메세지 전송이 성공했습니다"
399
 
400
+ #: contact-form-7/includes/admin-panel.php:205
401
  msgid "Sender's message was failed to send"
402
  msgstr "메세지 전송이 실패했습니다"
403
 
404
+ #: contact-form-7/includes/admin-panel.php:209
405
  msgid "Akismet judged the sending activity as spamming"
406
  msgstr "Akismet 이 스팸으로 판단했습니다"
407
 
408
+ #: contact-form-7/includes/admin-panel.php:213
409
  msgid "Validation errors occurred"
410
  msgstr "유효성 검사 에러가 발생했습니다."
411
 
412
+ #: contact-form-7/includes/admin-panel.php:217
413
  msgid "There is a field that sender is needed to fill in"
414
  msgstr "입력해야 될 필드가 있습니다"
415
 
416
+ #: contact-form-7/includes/admin-panel.php:221
417
  msgid "Email address that sender entered is invalid"
418
  msgstr "입력한 이메일 주소가 올바르지 않습니다"
419
 
420
+ #: contact-form-7/includes/admin-panel.php:225
421
  msgid "There is a field of term that sender is needed to accept"
422
  msgstr "약정을 수락해야 됩니다"
423
 
424
+ #: contact-form-7/includes/admin-panel.php:229
425
  msgid "Sender doesn't enter the correct answer to the quiz"
426
  msgstr "퀴즈의 정답을 입력하지 않았습니다"
427
 
428
+ #: contact-form-7/includes/admin-panel.php:233
429
  msgid "The code that sender entered does not match the CAPTCHA"
430
  msgstr "입력한 코드는 CAPTCHA 와 매치가 되지않습니다"
431
 
432
+ #: contact-form-7/includes/admin-panel.php:237
433
  msgid "Uploading a file fails for any reason"
434
  msgstr "파일 업로드중에 실패했습니다"
435
 
436
+ #: contact-form-7/includes/admin-panel.php:241
437
  msgid "Uploaded file is not allowed file type"
438
  msgstr "업로드된 파일은 허용하는 파일타입이 아닙니다"
439
 
440
+ #: contact-form-7/includes/admin-panel.php:245
441
  msgid "Uploaded file is too large"
442
  msgstr "업로드된 파일이 너무 큽니다"
443
 
444
+ #~ msgid "Delete this contact form"
445
+ #~ msgstr "contact from 삭제"
446
+
wp-contact-form-7.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Contact Form 7
4
  Plugin URI: http://ideasilo.wordpress.com/2007/04/30/contact-form-7/
5
  Description: Just another contact form plugin. Simple but flexible.
6
  Author: Takayuki Miyoshi
7
- Version: 1.9.4
8
  Author URI: http://ideasilo.wordpress.com/
9
  */
10
 
@@ -25,7 +25,7 @@ Author URI: http://ideasilo.wordpress.com/
25
  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
26
  */
27
 
28
- define('WPCF7_VERSION', '1.9.4');
29
 
30
  if (! defined('WP_CONTENT_DIR'))
31
  define('WP_CONTENT_DIR', ABSPATH . 'wp-content');
@@ -87,6 +87,7 @@ class tam_contact_form_seven {
87
  } elseif (! is_admin()) {
88
  $this->process_nonajax_submitting();
89
  $this->cleanup_captcha_files();
 
90
  }
91
  }
92
 
@@ -188,19 +189,11 @@ class tam_contact_form_seven {
188
 
189
  if (! is_uploaded_file($file['tmp_name']))
190
  continue;
191
-
192
- $filename = wp_unique_filename($uploads_dir, $file['name']);
193
- $new_file = trailingslashit($uploads_dir) . $filename;
194
- if (false === @move_uploaded_file($file['tmp_name'], $new_file)) {
195
- $valid = false;
196
- $reason[$name] = $this->message($contact_form, 'upload_failed');
197
- continue;
198
- }
199
 
200
- $files[$name] = $new_file;
201
 
 
202
  if ($allowed_types_options = preg_grep('%^filetypes:%', $options)) {
203
- $pattern = '';
204
  foreach ($allowed_types_options as $allowed_types_option) {
205
  if (preg_match('%^filetypes:(.+)$%', $allowed_types_option, $matches)) {
206
  $file_types = explode('|', $matches[1]);
@@ -211,27 +204,53 @@ class tam_contact_form_seven {
211
  }
212
  }
213
  }
214
- $pattern = trim($pattern, '|');
215
- $pattern = '(' . $pattern . ')';
216
- $pattern = '/\.' . $pattern . '$/i';
217
- if (! preg_match($pattern, $file['name'])) {
218
- $valid = false;
219
- $reason[$name] = $this->message($contact_form, 'upload_file_type_invalid');
220
- continue;
221
- }
222
  }
223
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
224
  if ($allowed_size_options = preg_grep('%^limit:%', $options)) {
225
  $allowed_size_option = array_shift($allowed_size_options);
226
  preg_match('/^limit:([1-9][0-9]*)$/', $allowed_size_option, $matches);
227
  $allowed_size = (int) $matches[1];
228
-
229
- if ($file['size'] > $allowed_size) {
230
- $valid = false;
231
- $reason[$name] = $this->message($contact_form, 'upload_file_too_large');
232
- continue;
233
- }
234
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
235
  }
236
 
237
  $validation = compact('valid', 'reason');
@@ -427,6 +446,7 @@ class tam_contact_form_seven {
427
  function update_contact_forms($contact_forms) {
428
  $wpcf7 = get_option('wpcf7');
429
  $wpcf7['contact_forms'] = $contact_forms;
 
430
  update_option('wpcf7', $wpcf7);
431
  }
432
 
@@ -904,7 +924,7 @@ var _wpcf7 = {
904
  $form_elements = $this->form_elements($cf['form'], false);
905
  $multipart = false;
906
  foreach ($form_elements as $form_element) {
907
- if ('file' == $form_element['type']) {
908
  $multipart = true;
909
  break;
910
  }
@@ -1531,6 +1551,22 @@ var _wpcf7 = {
1531
  wp_mkdir_p(trailingslashit($dir));
1532
  @chmod($dir, 0733);
1533
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1534
 
1535
  function init_captcha() {
1536
  if (! class_exists('ReallySimpleCaptcha'))
4
  Plugin URI: http://ideasilo.wordpress.com/2007/04/30/contact-form-7/
5
  Description: Just another contact form plugin. Simple but flexible.
6
  Author: Takayuki Miyoshi
7
+ Version: 1.9.5
8
  Author URI: http://ideasilo.wordpress.com/
9
  */
10
 
25
  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
26
  */
27
 
28
+ define('WPCF7_VERSION', '1.9.5');
29
 
30
  if (! defined('WP_CONTENT_DIR'))
31
  define('WP_CONTENT_DIR', ABSPATH . 'wp-content');
87
  } elseif (! is_admin()) {
88
  $this->process_nonajax_submitting();
89
  $this->cleanup_captcha_files();
90
+ $this->cleanup_upload_files();
91
  }
92
  }
93
 
189
 
190
  if (! is_uploaded_file($file['tmp_name']))
191
  continue;
 
 
 
 
 
 
 
 
192
 
193
+ /* File type validation */
194
 
195
+ $pattern = '';
196
  if ($allowed_types_options = preg_grep('%^filetypes:%', $options)) {
 
197
  foreach ($allowed_types_options as $allowed_types_option) {
198
  if (preg_match('%^filetypes:(.+)$%', $allowed_types_option, $matches)) {
199
  $file_types = explode('|', $matches[1]);
204
  }
205
  }
206
  }
 
 
 
 
 
 
 
 
207
  }
208
+
209
+ // Default file-type restriction
210
+ if ('' == $pattern)
211
+ $pattern = 'jpg|jpeg|png|gif|pdf|doc|docx|ppt|pptx|odt|avi|ogg|m4a|mov|mp3|mp4|mpg|wav|wmv';
212
+
213
+ $pattern = trim($pattern, '|');
214
+ $pattern = '(' . $pattern . ')';
215
+ $pattern = '/\.' . $pattern . '$/i';
216
+ if (! preg_match($pattern, $file['name'])) {
217
+ $valid = false;
218
+ $reason[$name] = $this->message($contact_form, 'upload_file_type_invalid');
219
+ continue;
220
+ }
221
+
222
+ /* File size validation */
223
+
224
+ $allowed_size = 1048576; // default size 1 MB
225
  if ($allowed_size_options = preg_grep('%^limit:%', $options)) {
226
  $allowed_size_option = array_shift($allowed_size_options);
227
  preg_match('/^limit:([1-9][0-9]*)$/', $allowed_size_option, $matches);
228
  $allowed_size = (int) $matches[1];
 
 
 
 
 
 
229
  }
230
+
231
+ if ($file['size'] > $allowed_size) {
232
+ $valid = false;
233
+ $reason[$name] = $this->message($contact_form, 'upload_file_too_large');
234
+ continue;
235
+ }
236
+
237
+ $filename = wp_unique_filename($uploads_dir, $file['name']);
238
+
239
+ // If you get script file, it's a danger. Make it TXT file.
240
+ if (preg_match('/\.(php|pl|py|rb|cgi)\d?$/', $filename))
241
+ $filename .= '.txt';
242
+
243
+ $new_file = trailingslashit($uploads_dir) . $filename;
244
+ if (false === @move_uploaded_file($file['tmp_name'], $new_file)) {
245
+ $valid = false;
246
+ $reason[$name] = $this->message($contact_form, 'upload_failed');
247
+ continue;
248
+ }
249
+
250
+ // Make sure the uploaded file is only readable for the owner process
251
+ chmod($new_file, 0400);
252
+
253
+ $files[$name] = $new_file;
254
  }
255
 
256
  $validation = compact('valid', 'reason');
446
  function update_contact_forms($contact_forms) {
447
  $wpcf7 = get_option('wpcf7');
448
  $wpcf7['contact_forms'] = $contact_forms;
449
+
450
  update_option('wpcf7', $wpcf7);
451
  }
452
 
924
  $form_elements = $this->form_elements($cf['form'], false);
925
  $multipart = false;
926
  foreach ($form_elements as $form_element) {
927
+ if (preg_match('/^file[*]?$/', $form_element['type'])) {
928
  $multipart = true;
929
  break;
930
  }
1551
  wp_mkdir_p(trailingslashit($dir));
1552
  @chmod($dir, 0733);
1553
  }
1554
+
1555
+ function cleanup_upload_files() {
1556
+ $dir = $this->upload_tmp_dir();
1557
+ $dir = trailingslashit($dir);
1558
+ if ($handle = opendir($dir)) {
1559
+ while (false !== ($file = readdir($handle))) {
1560
+ if ($file == "." || $file == "..")
1561
+ continue;
1562
+
1563
+ $stat = stat($dir . $file);
1564
+ if ($stat['mtime'] + 60 < time()) // 60 secs
1565
+ @ unlink($dir . $file);
1566
+ }
1567
+ closedir($handle);
1568
+ }
1569
+ }
1570
 
1571
  function init_captcha() {
1572
  if (! class_exists('ReallySimpleCaptcha'))