Version Description
Download this release
Release Info
Developer | takayukister |
Plugin | Contact Form 7 |
Version | 1.8.0.1 |
Comparing to | |
See all releases |
Code changes from version 1.8 to 1.8.0.1
- README.txt +4 -2
- captcha/captcha.php +3 -0
- languages/wpcf7-fi.mo +0 -0
- languages/wpcf7-fi.po +320 -0
- languages/wpcf7-zh_CN.mo +0 -0
- languages/wpcf7-zh_CN.po +306 -0
- wp-contact-form-7.php +4 -4
README.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: takayukister
|
|
3 |
Donate link: http://takayukister.chipin.com/contact-form-7-20
|
4 |
Tags: contact form, email, ajax, captcha, akismet
|
5 |
Requires at least: 2.2
|
6 |
-
Tested up to: 2.7-
|
7 |
-
Stable tag: 1.8
|
8 |
|
9 |
Just another contact form plugin. Simple but flexible.
|
10 |
|
@@ -19,9 +19,11 @@ Since being published in August 2007, Contact Form 7 has been translated into a
|
|
19 |
* Brazilian Portuguese (pt_BR) - [Leonardo Pinheiro](http://www.eletrikabarbarella.com.br/) (updated by Henrique Vianna)
|
20 |
* Bulgarian (bg_BG) - [Iliyan Darganov](http://www.darganov.com/)
|
21 |
* Catalan (ca_ES) - [Jordi Sancho](http://www.qasolutions.net/blog)
|
|
|
22 |
* Czech (cs_CZ) - Korry
|
23 |
* Danish (da_DK) - [Jens Griebel](http://www.kompas-it.dk/)
|
24 |
* Dutch (nl_NL) - [Chris Devriese](http://www.100it.be/)
|
|
|
25 |
* French (fr_FR) - [Jillij](http://www.jillij.com/)
|
26 |
* German (de_DE) - [Marcel Spitau](http://blog.spitau.de)
|
27 |
* Hungarian (hu_HU) - [Andras Hirschler](http://hia.itblog.hu/)
|
3 |
Donate link: http://takayukister.chipin.com/contact-form-7-20
|
4 |
Tags: contact form, email, ajax, captcha, akismet
|
5 |
Requires at least: 2.2
|
6 |
+
Tested up to: 2.7-hemorrhage
|
7 |
+
Stable tag: 1.8.0.1
|
8 |
|
9 |
Just another contact form plugin. Simple but flexible.
|
10 |
|
19 |
* Brazilian Portuguese (pt_BR) - [Leonardo Pinheiro](http://www.eletrikabarbarella.com.br/) (updated by Henrique Vianna)
|
20 |
* Bulgarian (bg_BG) - [Iliyan Darganov](http://www.darganov.com/)
|
21 |
* Catalan (ca_ES) - [Jordi Sancho](http://www.qasolutions.net/blog)
|
22 |
+
* Chinese, Simplified (zh_CN) - [Soz](http://www.webtoolol.com/)
|
23 |
* Czech (cs_CZ) - Korry
|
24 |
* Danish (da_DK) - [Jens Griebel](http://www.kompas-it.dk/)
|
25 |
* Dutch (nl_NL) - [Chris Devriese](http://www.100it.be/)
|
26 |
+
* Finnish (fi) - [Miika Turunen](http://www.webwork.fi/)
|
27 |
* French (fr_FR) - [Jillij](http://www.jillij.com/)
|
28 |
* German (de_DE) - [Marcel Spitau](http://blog.spitau.de)
|
29 |
* Hungarian (hu_HU) - [Andras Hirschler](http://hia.itblog.hu/)
|
captcha/captcha.php
CHANGED
@@ -36,6 +36,7 @@ class tam_captcha {
|
|
36 |
$this->font_size = 14;
|
37 |
$this->font_char_width = 15;
|
38 |
$this->img_type = 'png';
|
|
|
39 |
}
|
40 |
|
41 |
function generate_random_word() {
|
@@ -75,8 +76,10 @@ class tam_captcha {
|
|
75 |
imagepng($im, $this->tmp_dir . $filename);
|
76 |
}
|
77 |
imagedestroy($im);
|
|
|
78 |
}
|
79 |
if ($fh = fopen($this->tmp_dir . $prefix . '.php', 'w')) {
|
|
|
80 |
fwrite($fh, '<?php $captcha = "' . $captcha . '"; ?>');
|
81 |
fclose($fh);
|
82 |
}
|
36 |
$this->font_size = 14;
|
37 |
$this->font_char_width = 15;
|
38 |
$this->img_type = 'png';
|
39 |
+
$this->file_mode = 0755;
|
40 |
}
|
41 |
|
42 |
function generate_random_word() {
|
76 |
imagepng($im, $this->tmp_dir . $filename);
|
77 |
}
|
78 |
imagedestroy($im);
|
79 |
+
chmod($this->tmp_dir . $filename, $this->file_mode);
|
80 |
}
|
81 |
if ($fh = fopen($this->tmp_dir . $prefix . '.php', 'w')) {
|
82 |
+
chmod($this->tmp_dir . $prefix . '.php', $this->file_mode);
|
83 |
fwrite($fh, '<?php $captcha = "' . $captcha . '"; ?>');
|
84 |
fclose($fh);
|
85 |
}
|
languages/wpcf7-fi.mo
ADDED
Binary file
|
languages/wpcf7-fi.po
ADDED
@@ -0,0 +1,320 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: WP Contact Form 7\n"
|
4 |
+
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2008-08-10 18:56+0900\n"
|
6 |
+
"PO-Revision-Date: 2008-08-20 16:48+0200\n"
|
7 |
+
"Last-Translator: Miika Turunen <miika@webwork.fi>\n"
|
8 |
+
"Language-Team: Takayuki Miyoshi <takayukister@gmail.com>\n"
|
9 |
+
"MIME-Version: 1.0\n"
|
10 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
+
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"X-Poedit-Language: Japanese\n"
|
13 |
+
"X-Poedit-Country: JAPAN\n"
|
14 |
+
"X-Poedit-SourceCharset: utf-8\n"
|
15 |
+
"X-Poedit-KeywordsList: __;_e\n"
|
16 |
+
"X-Poedit-Basepath: ../..\n"
|
17 |
+
"X-Poedit-SearchPath-0: contact-form-7\n"
|
18 |
+
|
19 |
+
#: contact-form-7/wp-contact-form-7.php:309
|
20 |
+
msgid "Contact form"
|
21 |
+
msgstr "Yhteydenottolomake"
|
22 |
+
|
23 |
+
#: contact-form-7/wp-contact-form-7.php:403
|
24 |
+
#: contact-form-7/includes/admin-panel.php:5
|
25 |
+
msgid "Contact Form 7"
|
26 |
+
msgstr "Contact Form 7"
|
27 |
+
|
28 |
+
#: contact-form-7/wp-contact-form-7.php:419
|
29 |
+
msgid "optional"
|
30 |
+
msgstr "Valinnainen"
|
31 |
+
|
32 |
+
#: contact-form-7/wp-contact-form-7.php:420
|
33 |
+
msgid "Generate Tag"
|
34 |
+
msgstr "Luo tagi"
|
35 |
+
|
36 |
+
#: contact-form-7/wp-contact-form-7.php:421
|
37 |
+
msgid "Text field"
|
38 |
+
msgstr "Tekstialue"
|
39 |
+
|
40 |
+
#: contact-form-7/wp-contact-form-7.php:422
|
41 |
+
msgid "Email field"
|
42 |
+
msgstr "Sähköpostikenttä"
|
43 |
+
|
44 |
+
#: contact-form-7/wp-contact-form-7.php:423
|
45 |
+
msgid "Text area"
|
46 |
+
msgstr "Tekstikenttä"
|
47 |
+
|
48 |
+
#: contact-form-7/wp-contact-form-7.php:424
|
49 |
+
msgid "Drop-down menu"
|
50 |
+
msgstr "Alasvetovalikko"
|
51 |
+
|
52 |
+
#: contact-form-7/wp-contact-form-7.php:425
|
53 |
+
msgid "Checkboxes"
|
54 |
+
msgstr "Valintaruudut"
|
55 |
+
|
56 |
+
#: contact-form-7/wp-contact-form-7.php:426
|
57 |
+
msgid "Radio buttons"
|
58 |
+
msgstr "Valintanapit"
|
59 |
+
|
60 |
+
#: contact-form-7/wp-contact-form-7.php:427
|
61 |
+
msgid "Acceptance"
|
62 |
+
msgstr "Hyväksyntä"
|
63 |
+
|
64 |
+
#: contact-form-7/wp-contact-form-7.php:428
|
65 |
+
msgid "Make this checkbox checked by default?"
|
66 |
+
msgstr "Merkitse tämä valintaruutu aktiiviseksi?"
|
67 |
+
|
68 |
+
#: contact-form-7/wp-contact-form-7.php:429
|
69 |
+
msgid "Make this checkbox work inversely?"
|
70 |
+
msgstr "Tee tästä valintaruudusta käänteinen?"
|
71 |
+
|
72 |
+
#: contact-form-7/wp-contact-form-7.php:430
|
73 |
+
msgid "* That means visitor who accepts the term unchecks it."
|
74 |
+
msgstr "* Tämä tarkoittaa sitä että käyttäjän täytyy ottaa valinta pois hyväksyäkseen ehdon"
|
75 |
+
|
76 |
+
#: contact-form-7/wp-contact-form-7.php:431
|
77 |
+
msgid "CAPTCHA"
|
78 |
+
msgstr "CAPTCHA"
|
79 |
+
|
80 |
+
#: contact-form-7/wp-contact-form-7.php:432
|
81 |
+
msgid "Submit button"
|
82 |
+
msgstr "Lähetä -nappi"
|
83 |
+
|
84 |
+
#: contact-form-7/wp-contact-form-7.php:433
|
85 |
+
msgid "Name"
|
86 |
+
msgstr "Nimi"
|
87 |
+
|
88 |
+
#: contact-form-7/wp-contact-form-7.php:434
|
89 |
+
msgid "Required field?"
|
90 |
+
msgstr "Pakollinen tieto?"
|
91 |
+
|
92 |
+
#: contact-form-7/wp-contact-form-7.php:435
|
93 |
+
msgid "Allow multiple selections?"
|
94 |
+
msgstr "Salli monivalinta?"
|
95 |
+
|
96 |
+
#: contact-form-7/wp-contact-form-7.php:436
|
97 |
+
msgid "Insert a blank item as the first option?"
|
98 |
+
msgstr "Laita tyhjä valinta ensimmäiseksi vaihtoehdoksi?"
|
99 |
+
|
100 |
+
#: contact-form-7/wp-contact-form-7.php:437
|
101 |
+
msgid "Make checkboxes exclusive?"
|
102 |
+
msgstr "Tee valintaruuduista poissulkeva?"
|
103 |
+
|
104 |
+
#: contact-form-7/wp-contact-form-7.php:438
|
105 |
+
msgid "Choices"
|
106 |
+
msgstr "Valinnat"
|
107 |
+
|
108 |
+
#: contact-form-7/wp-contact-form-7.php:439
|
109 |
+
msgid "Label"
|
110 |
+
msgstr "Nimi"
|
111 |
+
|
112 |
+
#: contact-form-7/wp-contact-form-7.php:440
|
113 |
+
msgid "Default value"
|
114 |
+
msgstr "Vakioarvo"
|
115 |
+
|
116 |
+
#: contact-form-7/wp-contact-form-7.php:441
|
117 |
+
msgid "Akismet"
|
118 |
+
msgstr "Akismet"
|
119 |
+
|
120 |
+
#: contact-form-7/wp-contact-form-7.php:442
|
121 |
+
msgid "This field requires author's name"
|
122 |
+
msgstr "Tämä kenttä vaatii kirjoittajan nimen"
|
123 |
+
|
124 |
+
#: contact-form-7/wp-contact-form-7.php:443
|
125 |
+
msgid "This field requires author's URL"
|
126 |
+
msgstr "Tämä kenttä vaatii kirjoittajan URL:n"
|
127 |
+
|
128 |
+
#: contact-form-7/wp-contact-form-7.php:444
|
129 |
+
msgid "This field requires author's email address"
|
130 |
+
msgstr "Tämä kenttä vaatii kirjoittajan sähköpostiosoitteen"
|
131 |
+
|
132 |
+
#: contact-form-7/wp-contact-form-7.php:445
|
133 |
+
msgid "Copy and paste this code into the form"
|
134 |
+
msgstr "Kopioi ja liitä tämä koodi artikkeliin, jossa haluat yhteydenottolomakkeen näkyvän."
|
135 |
+
|
136 |
+
#: contact-form-7/wp-contact-form-7.php:446
|
137 |
+
msgid "Foreground color"
|
138 |
+
msgstr "Etuosan väri"
|
139 |
+
|
140 |
+
#: contact-form-7/wp-contact-form-7.php:447
|
141 |
+
msgid "Background color"
|
142 |
+
msgstr "Taustan väri"
|
143 |
+
|
144 |
+
#: contact-form-7/wp-contact-form-7.php:448
|
145 |
+
msgid "Image size"
|
146 |
+
msgstr "Kuvan koko"
|
147 |
+
|
148 |
+
#: contact-form-7/wp-contact-form-7.php:449
|
149 |
+
msgid "Small"
|
150 |
+
msgstr "Pieni"
|
151 |
+
|
152 |
+
#: contact-form-7/wp-contact-form-7.php:450
|
153 |
+
msgid "Medium"
|
154 |
+
msgstr "Keski"
|
155 |
+
|
156 |
+
#: contact-form-7/wp-contact-form-7.php:451
|
157 |
+
msgid "Large"
|
158 |
+
msgstr "Suuri"
|
159 |
+
|
160 |
+
#: contact-form-7/wp-contact-form-7.php:452
|
161 |
+
msgid "Image settings"
|
162 |
+
msgstr "Kuvan asetukset"
|
163 |
+
|
164 |
+
#: contact-form-7/wp-contact-form-7.php:453
|
165 |
+
msgid "Input field settings"
|
166 |
+
msgstr "Syötekentän asetukset"
|
167 |
+
|
168 |
+
#: contact-form-7/wp-contact-form-7.php:454
|
169 |
+
msgid "For image"
|
170 |
+
msgstr "Kuvalle"
|
171 |
+
|
172 |
+
#: contact-form-7/wp-contact-form-7.php:455
|
173 |
+
msgid "For input field"
|
174 |
+
msgstr "Syötekentälle"
|
175 |
+
|
176 |
+
#: contact-form-7/wp-contact-form-7.php:456
|
177 |
+
msgid "* One choice per line."
|
178 |
+
msgstr "* Yksi valinta per rivi"
|
179 |
+
|
180 |
+
#: contact-form-7/wp-contact-form-7.php:483
|
181 |
+
msgid "Contact form created."
|
182 |
+
msgstr "Yhteydenottolomake \"%s\" poistettiin."
|
183 |
+
|
184 |
+
#: contact-form-7/wp-contact-form-7.php:486
|
185 |
+
msgid "Contact form saved."
|
186 |
+
msgstr "Yhteydenottolomake \"%s\" tallennettiin."
|
187 |
+
|
188 |
+
#: contact-form-7/wp-contact-form-7.php:489
|
189 |
+
msgid "Contact form deleted."
|
190 |
+
msgstr "Yhteydenottolomake \"%s\" poistettiin."
|
191 |
+
|
192 |
+
#: contact-form-7/wp-contact-form-7.php:496
|
193 |
+
msgid "Untitled"
|
194 |
+
msgstr "Ei otsikkoa"
|
195 |
+
|
196 |
+
#: contact-form-7/wp-contact-form-7.php:522
|
197 |
+
msgid "Your Name"
|
198 |
+
msgstr "Nimi"
|
199 |
+
|
200 |
+
#: contact-form-7/wp-contact-form-7.php:522
|
201 |
+
#: contact-form-7/wp-contact-form-7.php:524
|
202 |
+
msgid "(required)"
|
203 |
+
msgstr "(pakollinen)"
|
204 |
+
|
205 |
+
#: contact-form-7/wp-contact-form-7.php:524
|
206 |
+
msgid "Your Email"
|
207 |
+
msgstr "Sähköposti"
|
208 |
+
|
209 |
+
#: contact-form-7/wp-contact-form-7.php:526
|
210 |
+
msgid "Subject"
|
211 |
+
msgstr "Aihe"
|
212 |
+
|
213 |
+
#: contact-form-7/wp-contact-form-7.php:528
|
214 |
+
msgid "Your Message"
|
215 |
+
msgstr "Viesti"
|
216 |
+
|
217 |
+
#: contact-form-7/wp-contact-form-7.php:530
|
218 |
+
#: contact-form-7/wp-contact-form-7.php:1046
|
219 |
+
msgid "Send"
|
220 |
+
msgstr "Lähetä"
|
221 |
+
|
222 |
+
#: contact-form-7/wp-contact-form-7.php:559
|
223 |
+
msgid "Your message was sent successfully. Thanks."
|
224 |
+
msgstr "Viesti lähetettiin onnistuneesti. Kiitos yhteydenotostanne!"
|
225 |
+
|
226 |
+
#: contact-form-7/wp-contact-form-7.php:561
|
227 |
+
msgid "Failed to send your message. Please try later or contact administrator by other way."
|
228 |
+
msgstr "Viestin lähetys epäonnistui. Yritä myöhemmin uudestaan tai ota yhteyttä järjestelmänvalvojaan."
|
229 |
+
|
230 |
+
#: contact-form-7/wp-contact-form-7.php:563
|
231 |
+
msgid "Validation errors occurred. Please confirm the fields and submit it again."
|
232 |
+
msgstr "Lomakkeesta löytyi virheitä. Tarkasta lomake ja yritä uudelleen."
|
233 |
+
|
234 |
+
#: contact-form-7/wp-contact-form-7.php:565
|
235 |
+
msgid "Please accept the terms to proceed."
|
236 |
+
msgstr "Hyväksy käyttöehdot jatkaaksesi."
|
237 |
+
|
238 |
+
#: contact-form-7/wp-contact-form-7.php:567
|
239 |
+
msgid "Email address seems invalid."
|
240 |
+
msgstr "Sähköpostiosoite vaikuttaa virheelliseltä."
|
241 |
+
|
242 |
+
#: contact-form-7/wp-contact-form-7.php:569
|
243 |
+
msgid "Please fill the required field."
|
244 |
+
msgstr "Täytä pakollinen kenttä."
|
245 |
+
|
246 |
+
#: contact-form-7/wp-contact-form-7.php:571
|
247 |
+
msgid "Your entered code is incorrect."
|
248 |
+
msgstr "Syöttämäsi koodi on virheellinen."
|
249 |
+
|
250 |
+
#: contact-form-7/includes/admin-panel.php:16
|
251 |
+
msgid "Add new"
|
252 |
+
msgstr "Lisää uusi"
|
253 |
+
|
254 |
+
#: contact-form-7/includes/admin-panel.php:32
|
255 |
+
msgid "Copy and paste this code into your post content."
|
256 |
+
msgstr "Kopioi ja liitä tämä koodi artikkeliin, jossa haluat yhteydenottolomakkeen näkyvän."
|
257 |
+
|
258 |
+
#: contact-form-7/includes/admin-panel.php:38
|
259 |
+
msgid "Form"
|
260 |
+
msgstr "Lomake"
|
261 |
+
|
262 |
+
#: contact-form-7/includes/admin-panel.php:42
|
263 |
+
msgid "Mail"
|
264 |
+
msgstr "Sähköposti"
|
265 |
+
|
266 |
+
#: contact-form-7/includes/admin-panel.php:44
|
267 |
+
#: contact-form-7/includes/admin-panel.php:65
|
268 |
+
msgid "To:"
|
269 |
+
msgstr "Vastaanottaja:"
|
270 |
+
|
271 |
+
#: contact-form-7/includes/admin-panel.php:48
|
272 |
+
#: contact-form-7/includes/admin-panel.php:69
|
273 |
+
msgid "From:"
|
274 |
+
msgstr "Lähettäjä:"
|
275 |
+
|
276 |
+
#: contact-form-7/includes/admin-panel.php:52
|
277 |
+
#: contact-form-7/includes/admin-panel.php:73
|
278 |
+
msgid "Subject:"
|
279 |
+
msgstr "Aihe:"
|
280 |
+
|
281 |
+
#: contact-form-7/includes/admin-panel.php:56
|
282 |
+
#: contact-form-7/includes/admin-panel.php:77
|
283 |
+
msgid "Message body:"
|
284 |
+
msgstr "Viesti:"
|
285 |
+
|
286 |
+
#: contact-form-7/includes/admin-panel.php:61
|
287 |
+
msgid "Mail (2)"
|
288 |
+
msgstr "Sähköposti (2)"
|
289 |
+
|
290 |
+
#: contact-form-7/includes/admin-panel.php:63
|
291 |
+
msgid "Use mail (2)"
|
292 |
+
msgstr "Käytä Sähköpostia (2)"
|
293 |
+
|
294 |
+
#: contact-form-7/includes/admin-panel.php:85
|
295 |
+
msgid "Save"
|
296 |
+
msgstr "Tallenna"
|
297 |
+
|
298 |
+
#: contact-form-7/includes/admin-panel.php:92
|
299 |
+
msgid "Delete this contact form"
|
300 |
+
msgstr "Poista tämä yhteydenottolomake"
|
301 |
+
|
302 |
+
#: contact-form-7/includes/admin-panel.php:93
|
303 |
+
msgid ""
|
304 |
+
"You are about to delete this contact form.\n"
|
305 |
+
" 'Cancel' to stop, 'OK' to delete."
|
306 |
+
msgstr ""
|
307 |
+
"Olet poistamassa yhteydenottolomaketta. \n"
|
308 |
+
"Paina 'Peruuta' peruuttaaksesi tai 'OK' poistaaksesi."
|
309 |
+
|
310 |
+
#~ msgid "Form content"
|
311 |
+
#~ msgstr "Lomakkeen sisältö"
|
312 |
+
#~ msgid "Mail template"
|
313 |
+
#~ msgstr "Sähköpostimalli"
|
314 |
+
#~ msgid "Sender field:"
|
315 |
+
#~ msgstr "Lähettäjä:"
|
316 |
+
#~ msgid "Recipient address:"
|
317 |
+
#~ msgstr "Vastaanottajan osoite:"
|
318 |
+
#~ msgid "Insert"
|
319 |
+
#~ msgstr "Syötä"
|
320 |
+
|
languages/wpcf7-zh_CN.mo
ADDED
Binary file
|
languages/wpcf7-zh_CN.po
ADDED
@@ -0,0 +1,306 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: CF7\n"
|
4 |
+
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2008-08-10 18:56+0900\n"
|
6 |
+
"PO-Revision-Date: \n"
|
7 |
+
"Last-Translator: Takayuki Miyoshi <takayukister@gmail.com>\n"
|
8 |
+
"Language-Team: Soz <njupt.soz@gmail.com>\n"
|
9 |
+
"MIME-Version: 1.0\n"
|
10 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
+
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"X-Poedit-Language: Chinese\n"
|
13 |
+
"X-Poedit-Country: CHINA\n"
|
14 |
+
"X-Poedit-SourceCharset: utf-8\n"
|
15 |
+
|
16 |
+
#: contact-form-7/wp-contact-form-7.php:309
|
17 |
+
msgid "Contact form"
|
18 |
+
msgstr "联系表单"
|
19 |
+
|
20 |
+
#: contact-form-7/wp-contact-form-7.php:403
|
21 |
+
#: contact-form-7/includes/admin-panel.php:5
|
22 |
+
msgid "Contact Form 7"
|
23 |
+
msgstr ""
|
24 |
+
|
25 |
+
#: contact-form-7/wp-contact-form-7.php:419
|
26 |
+
msgid "optional"
|
27 |
+
msgstr "选项"
|
28 |
+
|
29 |
+
#: contact-form-7/wp-contact-form-7.php:420
|
30 |
+
msgid "Generate Tag"
|
31 |
+
msgstr "生成标签"
|
32 |
+
|
33 |
+
#: contact-form-7/wp-contact-form-7.php:421
|
34 |
+
msgid "Text field"
|
35 |
+
msgstr "单行文字"
|
36 |
+
|
37 |
+
#: contact-form-7/wp-contact-form-7.php:422
|
38 |
+
msgid "Email field"
|
39 |
+
msgstr "邮件"
|
40 |
+
|
41 |
+
#: contact-form-7/wp-contact-form-7.php:423
|
42 |
+
msgid "Text area"
|
43 |
+
msgstr "多行文字"
|
44 |
+
|
45 |
+
#: contact-form-7/wp-contact-form-7.php:424
|
46 |
+
msgid "Drop-down menu"
|
47 |
+
msgstr "下拉菜单"
|
48 |
+
|
49 |
+
#: contact-form-7/wp-contact-form-7.php:425
|
50 |
+
msgid "Checkboxes"
|
51 |
+
msgstr "多选"
|
52 |
+
|
53 |
+
#: contact-form-7/wp-contact-form-7.php:426
|
54 |
+
msgid "Radio buttons"
|
55 |
+
msgstr "单选"
|
56 |
+
|
57 |
+
#: contact-form-7/wp-contact-form-7.php:427
|
58 |
+
msgid "Acceptance"
|
59 |
+
msgstr "接受协议"
|
60 |
+
|
61 |
+
#: contact-form-7/wp-contact-form-7.php:428
|
62 |
+
msgid "Make this checkbox checked by default?"
|
63 |
+
msgstr "默认勾选"
|
64 |
+
|
65 |
+
#: contact-form-7/wp-contact-form-7.php:429
|
66 |
+
msgid "Make this checkbox work inversely?"
|
67 |
+
msgstr "让多选框方向工作"
|
68 |
+
|
69 |
+
#: contact-form-7/wp-contact-form-7.php:430
|
70 |
+
msgid "* That means visitor who accepts the term unchecks it."
|
71 |
+
msgstr "意味着访问者不勾选才可以提交,勾选了就不能提交"
|
72 |
+
|
73 |
+
#: contact-form-7/wp-contact-form-7.php:431
|
74 |
+
msgid "CAPTCHA"
|
75 |
+
msgstr "验证码"
|
76 |
+
|
77 |
+
#: contact-form-7/wp-contact-form-7.php:432
|
78 |
+
msgid "Submit button"
|
79 |
+
msgstr "提交按钮"
|
80 |
+
|
81 |
+
#: contact-form-7/wp-contact-form-7.php:433
|
82 |
+
msgid "Name"
|
83 |
+
msgstr "名字"
|
84 |
+
|
85 |
+
#: contact-form-7/wp-contact-form-7.php:434
|
86 |
+
msgid "Required field?"
|
87 |
+
msgstr "必填?"
|
88 |
+
|
89 |
+
#: contact-form-7/wp-contact-form-7.php:435
|
90 |
+
msgid "Allow multiple selections?"
|
91 |
+
msgstr "允许多选?"
|
92 |
+
|
93 |
+
#: contact-form-7/wp-contact-form-7.php:436
|
94 |
+
msgid "Insert a blank item as the first option?"
|
95 |
+
msgstr "第一选项为空?"
|
96 |
+
|
97 |
+
#: contact-form-7/wp-contact-form-7.php:437
|
98 |
+
msgid "Make checkboxes exclusive?"
|
99 |
+
msgstr "只能选择一项?"
|
100 |
+
|
101 |
+
#: contact-form-7/wp-contact-form-7.php:438
|
102 |
+
msgid "Choices"
|
103 |
+
msgstr "选项"
|
104 |
+
|
105 |
+
#: contact-form-7/wp-contact-form-7.php:439
|
106 |
+
msgid "Label"
|
107 |
+
msgstr "标签"
|
108 |
+
|
109 |
+
#: contact-form-7/wp-contact-form-7.php:440
|
110 |
+
msgid "Default value"
|
111 |
+
msgstr "默认值"
|
112 |
+
|
113 |
+
#: contact-form-7/wp-contact-form-7.php:441
|
114 |
+
msgid "Akismet"
|
115 |
+
msgstr ""
|
116 |
+
|
117 |
+
#: contact-form-7/wp-contact-form-7.php:442
|
118 |
+
msgid "This field requires author's name"
|
119 |
+
msgstr "这个区域要求填写名字"
|
120 |
+
|
121 |
+
#: contact-form-7/wp-contact-form-7.php:443
|
122 |
+
msgid "This field requires author's URL"
|
123 |
+
msgstr "这个区域要求填写URL"
|
124 |
+
|
125 |
+
#: contact-form-7/wp-contact-form-7.php:444
|
126 |
+
msgid "This field requires author's email address"
|
127 |
+
msgstr "这个区域要求填写Email地址"
|
128 |
+
|
129 |
+
#: contact-form-7/wp-contact-form-7.php:445
|
130 |
+
msgid "Copy and paste this code into the form"
|
131 |
+
msgstr "复制并粘贴到表单中"
|
132 |
+
|
133 |
+
#: contact-form-7/wp-contact-form-7.php:446
|
134 |
+
msgid "Foreground color"
|
135 |
+
msgstr "前景颜色"
|
136 |
+
|
137 |
+
#: contact-form-7/wp-contact-form-7.php:447
|
138 |
+
msgid "Background color"
|
139 |
+
msgstr "背景色"
|
140 |
+
|
141 |
+
#: contact-form-7/wp-contact-form-7.php:448
|
142 |
+
msgid "Image size"
|
143 |
+
msgstr "图像大小"
|
144 |
+
|
145 |
+
#: contact-form-7/wp-contact-form-7.php:449
|
146 |
+
msgid "Small"
|
147 |
+
msgstr "小"
|
148 |
+
|
149 |
+
#: contact-form-7/wp-contact-form-7.php:450
|
150 |
+
msgid "Medium"
|
151 |
+
msgstr "中"
|
152 |
+
|
153 |
+
#: contact-form-7/wp-contact-form-7.php:451
|
154 |
+
msgid "Large"
|
155 |
+
msgstr "大"
|
156 |
+
|
157 |
+
#: contact-form-7/wp-contact-form-7.php:452
|
158 |
+
msgid "Image settings"
|
159 |
+
msgstr "图像设置"
|
160 |
+
|
161 |
+
#: contact-form-7/wp-contact-form-7.php:453
|
162 |
+
msgid "Input field settings"
|
163 |
+
msgstr "输入区域设置"
|
164 |
+
|
165 |
+
#: contact-form-7/wp-contact-form-7.php:454
|
166 |
+
msgid "For image"
|
167 |
+
msgstr "图像"
|
168 |
+
|
169 |
+
#: contact-form-7/wp-contact-form-7.php:455
|
170 |
+
msgid "For input field"
|
171 |
+
msgstr "输入区域"
|
172 |
+
|
173 |
+
#: contact-form-7/wp-contact-form-7.php:456
|
174 |
+
msgid "* One choice per line."
|
175 |
+
msgstr "一行一项"
|
176 |
+
|
177 |
+
#: contact-form-7/wp-contact-form-7.php:483
|
178 |
+
msgid "Contact form created."
|
179 |
+
msgstr "联系表单创建成功"
|
180 |
+
|
181 |
+
#: contact-form-7/wp-contact-form-7.php:486
|
182 |
+
msgid "Contact form saved."
|
183 |
+
msgstr "联系保单保存成功"
|
184 |
+
|
185 |
+
#: contact-form-7/wp-contact-form-7.php:489
|
186 |
+
msgid "Contact form deleted."
|
187 |
+
msgstr "联系表单删除成功"
|
188 |
+
|
189 |
+
#: contact-form-7/wp-contact-form-7.php:496
|
190 |
+
msgid "Untitled"
|
191 |
+
msgstr "没有标题"
|
192 |
+
|
193 |
+
#: contact-form-7/wp-contact-form-7.php:522
|
194 |
+
msgid "Your Name"
|
195 |
+
msgstr "你的名字"
|
196 |
+
|
197 |
+
#: contact-form-7/wp-contact-form-7.php:522
|
198 |
+
#: contact-form-7/wp-contact-form-7.php:524
|
199 |
+
msgid "(required)"
|
200 |
+
msgstr "必填"
|
201 |
+
|
202 |
+
#: contact-form-7/wp-contact-form-7.php:524
|
203 |
+
msgid "Your Email"
|
204 |
+
msgstr "你的邮箱"
|
205 |
+
|
206 |
+
#: contact-form-7/wp-contact-form-7.php:526
|
207 |
+
msgid "Subject"
|
208 |
+
msgstr "主题"
|
209 |
+
|
210 |
+
#: contact-form-7/wp-contact-form-7.php:528
|
211 |
+
msgid "Your Message"
|
212 |
+
msgstr "详细信息"
|
213 |
+
|
214 |
+
#: contact-form-7/wp-contact-form-7.php:530
|
215 |
+
#: contact-form-7/wp-contact-form-7.php:1046
|
216 |
+
msgid "Send"
|
217 |
+
msgstr "提交"
|
218 |
+
|
219 |
+
#: contact-form-7/wp-contact-form-7.php:559
|
220 |
+
msgid "Your message was sent successfully. Thanks."
|
221 |
+
msgstr "你的信息已经提交成功了!谢谢!"
|
222 |
+
|
223 |
+
#: contact-form-7/wp-contact-form-7.php:561
|
224 |
+
msgid "Failed to send your message. Please try later or contact administrator by other way."
|
225 |
+
msgstr "提交失败,请尝试使用另一种方法去联系管理员."
|
226 |
+
|
227 |
+
#: contact-form-7/wp-contact-form-7.php:563
|
228 |
+
msgid "Validation errors occurred. Please confirm the fields and submit it again."
|
229 |
+
msgstr "验证失败,请确认填写的表单没有错误"
|
230 |
+
|
231 |
+
#: contact-form-7/wp-contact-form-7.php:565
|
232 |
+
msgid "Please accept the terms to proceed."
|
233 |
+
msgstr "请同意条款,才能提交"
|
234 |
+
|
235 |
+
#: contact-form-7/wp-contact-form-7.php:567
|
236 |
+
msgid "Email address seems invalid."
|
237 |
+
msgstr "好像邮件地址不对"
|
238 |
+
|
239 |
+
#: contact-form-7/wp-contact-form-7.php:569
|
240 |
+
msgid "Please fill the required field."
|
241 |
+
msgstr "请填满必填的表单"
|
242 |
+
|
243 |
+
#: contact-form-7/wp-contact-form-7.php:571
|
244 |
+
msgid "Your entered code is incorrect."
|
245 |
+
msgstr "您的验证码是错误的"
|
246 |
+
|
247 |
+
#: contact-form-7/includes/admin-panel.php:16
|
248 |
+
msgid "Add new"
|
249 |
+
msgstr "新增"
|
250 |
+
|
251 |
+
#: contact-form-7/includes/admin-panel.php:32
|
252 |
+
msgid "Copy and paste this code into your post content."
|
253 |
+
msgstr "复制并粘贴到你的日志中"
|
254 |
+
|
255 |
+
#: contact-form-7/includes/admin-panel.php:38
|
256 |
+
msgid "Form"
|
257 |
+
msgstr "表单"
|
258 |
+
|
259 |
+
#: contact-form-7/includes/admin-panel.php:42
|
260 |
+
msgid "Mail"
|
261 |
+
msgstr "邮寄"
|
262 |
+
|
263 |
+
#: contact-form-7/includes/admin-panel.php:44
|
264 |
+
#: contact-form-7/includes/admin-panel.php:65
|
265 |
+
msgid "To:"
|
266 |
+
msgstr "到:"
|
267 |
+
|
268 |
+
#: contact-form-7/includes/admin-panel.php:48
|
269 |
+
#: contact-form-7/includes/admin-panel.php:69
|
270 |
+
msgid "From:"
|
271 |
+
msgstr "从:"
|
272 |
+
|
273 |
+
#: contact-form-7/includes/admin-panel.php:52
|
274 |
+
#: contact-form-7/includes/admin-panel.php:73
|
275 |
+
msgid "Subject:"
|
276 |
+
msgstr "主题:"
|
277 |
+
|
278 |
+
#: contact-form-7/includes/admin-panel.php:56
|
279 |
+
#: contact-form-7/includes/admin-panel.php:77
|
280 |
+
msgid "Message body:"
|
281 |
+
msgstr "邮件内容:"
|
282 |
+
|
283 |
+
#: contact-form-7/includes/admin-panel.php:61
|
284 |
+
msgid "Mail (2)"
|
285 |
+
msgstr "确认邮件"
|
286 |
+
|
287 |
+
#: contact-form-7/includes/admin-panel.php:63
|
288 |
+
msgid "Use mail (2)"
|
289 |
+
msgstr "使用邮件确认"
|
290 |
+
|
291 |
+
#: contact-form-7/includes/admin-panel.php:85
|
292 |
+
msgid "Save"
|
293 |
+
msgstr "保存"
|
294 |
+
|
295 |
+
#: contact-form-7/includes/admin-panel.php:92
|
296 |
+
msgid "Delete this contact form"
|
297 |
+
msgstr "删除本表单"
|
298 |
+
|
299 |
+
#: contact-form-7/includes/admin-panel.php:93
|
300 |
+
msgid ""
|
301 |
+
"You are about to delete this contact form.\n"
|
302 |
+
" 'Cancel' to stop, 'OK' to delete."
|
303 |
+
msgstr ""
|
304 |
+
"确认要删除此表单?\n"
|
305 |
+
"'Cancel' 取消,'OK' 删除"
|
306 |
+
|
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.8
|
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.8');
|
29 |
|
30 |
function wpcf7_version() {
|
31 |
return WPCF7_VERSION;
|
@@ -635,8 +635,7 @@ var _wpcf7 = {
|
|
635 |
$unit_tag = 'wpcf7-f' . $id . '-' . $this->processing_within . '-o' . $this->unit_count;
|
636 |
$this->processing_unit_tag = $unit_tag;
|
637 |
|
638 |
-
|
639 |
-
$form .= '<div class="wpcf7" id="' . $unit_tag . '">';
|
640 |
|
641 |
$url = parse_url($_SERVER['REQUEST_URI']);
|
642 |
$url = $url['path'] . (empty($url['query']) ? '' : '?' . $url['query']) . '#' . $unit_tag;
|
@@ -644,6 +643,7 @@ var _wpcf7 = {
|
|
644 |
$form .= '<form action="' . $url . '" method="post" class="wpcf7-form">';
|
645 |
$form .= '<div style="display: none;">';
|
646 |
$form .= '<input type="hidden" name="_wpcf7" value="' . $id . '" />';
|
|
|
647 |
$form .= '<input type="hidden" name="_wpcf7_unit_tag" value="' . $unit_tag . '" />';
|
648 |
$form .= '</div>';
|
649 |
$form .= $this->form_elements($cf['form']);
|
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.8.0.1
|
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.8.0.1');
|
29 |
|
30 |
function wpcf7_version() {
|
31 |
return WPCF7_VERSION;
|
635 |
$unit_tag = 'wpcf7-f' . $id . '-' . $this->processing_within . '-o' . $this->unit_count;
|
636 |
$this->processing_unit_tag = $unit_tag;
|
637 |
|
638 |
+
$form = '<div class="wpcf7" id="' . $unit_tag . '">';
|
|
|
639 |
|
640 |
$url = parse_url($_SERVER['REQUEST_URI']);
|
641 |
$url = $url['path'] . (empty($url['query']) ? '' : '?' . $url['query']) . '#' . $unit_tag;
|
643 |
$form .= '<form action="' . $url . '" method="post" class="wpcf7-form">';
|
644 |
$form .= '<div style="display: none;">';
|
645 |
$form .= '<input type="hidden" name="_wpcf7" value="' . $id . '" />';
|
646 |
+
$form .= '<input type="hidden" name="_wpcf7_version" value="' . wpcf7_version() . '" />';
|
647 |
$form .= '<input type="hidden" name="_wpcf7_unit_tag" value="' . $unit_tag . '" />';
|
648 |
$form .= '</div>';
|
649 |
$form .= $this->form_elements($cf['form']);
|