Version Description
- New: Option to block spambots direct access to wp-comments-post.php
- New: Basic CSS styling of Math Captcha fields
Download this release
Release Info
Developer | dfactory |
Plugin | Math Captcha |
Version | 1.1.0 |
Comparing to | |
See all releases |
Code changes from version 1.0.9 to 1.1.0
- css/front.css +16 -0
- languages/math-captcha-de_DE.po +349 -349
- languages/math-captcha-fa_IR.po +344 -344
- languages/math-captcha-fr_FR.po +427 -427
- languages/math-captcha-it_IT.po +343 -343
- languages/math-captcha-ja.po +263 -263
- languages/math-captcha-nl_NL.po +427 -427
- languages/math-captcha-pl_PL.mo +0 -0
- languages/math-captcha-pl_PL.po +99 -86
- languages/math-captcha-ru_RU.po +345 -345
- languages/math-captcha-zh_CN.po +347 -347
- readme.txt +10 -4
- wp-math-captcha.php +174 -69
css/front.css
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
.math-captcha-form {
|
2 |
+
display:block;
|
3 |
+
float:none;
|
4 |
+
clear:both;
|
5 |
+
}
|
6 |
+
|
7 |
+
.login form .math-captcha-form span {
|
8 |
+
display: inline-block;
|
9 |
+
margin-bottom: 16px;
|
10 |
+
}
|
11 |
+
input[type="text"].mc-input {
|
12 |
+
display: inline-block;
|
13 |
+
width: 60px!important;
|
14 |
+
vertical-align: middle;
|
15 |
+
margin-bottom: 0;
|
16 |
+
}
|
languages/math-captcha-de_DE.po
CHANGED
@@ -1,349 +1,349 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: Math Captcha\n"
|
4 |
-
"POT-Creation-Date: 2013-08-08 08:01+0100\n"
|
5 |
-
"PO-Revision-Date: 2013-08-08 08:01+0100\n"
|
6 |
-
"Last-Translator: Stephan Hilchenbach <info@elcats.de>\n"
|
7 |
-
"Language-Team: \n"
|
8 |
-
"Language: de-DE\n"
|
9 |
-
"MIME-Version: 1.0\n"
|
10 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
-
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"X-Generator: Poedit 1.5.7\n"
|
13 |
-
"X-Poedit-KeywordsList: gettext;gettext_noop;__;_e\n"
|
14 |
-
"X-Poedit-Basepath: .\n"
|
15 |
-
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
-
"X-Poedit-SearchPath-0: ..\n"
|
17 |
-
|
18 |
-
#: ../wp-math-captcha.php:496
|
19 |
-
msgid "one"
|
20 |
-
msgstr "eins"
|
21 |
-
|
22 |
-
#: ../wp-math-captcha.php:497
|
23 |
-
msgid "two"
|
24 |
-
msgstr "zwei"
|
25 |
-
|
26 |
-
#: ../wp-math-captcha.php:498
|
27 |
-
msgid "three"
|
28 |
-
msgstr "drei"
|
29 |
-
|
30 |
-
#: ../wp-math-captcha.php:499
|
31 |
-
msgid "four"
|
32 |
-
msgstr "vier"
|
33 |
-
|
34 |
-
#: ../wp-math-captcha.php:500
|
35 |
-
msgid "five"
|
36 |
-
msgstr "fünf"
|
37 |
-
|
38 |
-
#: ../wp-math-captcha.php:501
|
39 |
-
msgid "six"
|
40 |
-
msgstr "sechs"
|
41 |
-
|
42 |
-
#: ../wp-math-captcha.php:502
|
43 |
-
msgid "seven"
|
44 |
-
msgstr "sieben"
|
45 |
-
|
46 |
-
#: ../wp-math-captcha.php:503
|
47 |
-
msgid "eight"
|
48 |
-
msgstr "acht"
|
49 |
-
|
50 |
-
#: ../wp-math-captcha.php:504
|
51 |
-
msgid "nine"
|
52 |
-
msgstr "neun"
|
53 |
-
|
54 |
-
#: ../wp-math-captcha.php:505
|
55 |
-
msgid "ten"
|
56 |
-
msgstr "zehn"
|
57 |
-
|
58 |
-
#: ../wp-math-captcha.php:506
|
59 |
-
msgid "eleven"
|
60 |
-
msgstr "elf"
|
61 |
-
|
62 |
-
#: ../wp-math-captcha.php:507
|
63 |
-
msgid "twelve"
|
64 |
-
msgstr "zwölf"
|
65 |
-
|
66 |
-
#: ../wp-math-captcha.php:508
|
67 |
-
msgid "thirteen"
|
68 |
-
msgstr "dreizehn"
|
69 |
-
|
70 |
-
#: ../wp-math-captcha.php:509
|
71 |
-
msgid "fourteen"
|
72 |
-
msgstr "vierzehn"
|
73 |
-
|
74 |
-
#: ../wp-math-captcha.php:510
|
75 |
-
msgid "fifteen"
|
76 |
-
msgstr "fünfzehn"
|
77 |
-
|
78 |
-
#: ../wp-math-captcha.php:511
|
79 |
-
msgid "sixteen"
|
80 |
-
msgstr "sechzehn"
|
81 |
-
|
82 |
-
#: ../wp-math-captcha.php:512
|
83 |
-
msgid "seventeen"
|
84 |
-
msgstr "siebzehn"
|
85 |
-
|
86 |
-
#: ../wp-math-captcha.php:513
|
87 |
-
msgid "eighteen"
|
88 |
-
msgstr "achtzehn"
|
89 |
-
|
90 |
-
#: ../wp-math-captcha.php:514
|
91 |
-
msgid "nineteen"
|
92 |
-
msgstr "neunzehn"
|
93 |
-
|
94 |
-
#: ../wp-math-captcha.php:515
|
95 |
-
msgid "twenty"
|
96 |
-
msgstr "zwanzig"
|
97 |
-
|
98 |
-
#: ../wp-math-captcha.php:516
|
99 |
-
msgid "thirty"
|
100 |
-
msgstr "dreißig"
|
101 |
-
|
102 |
-
#: ../wp-math-captcha.php:517
|
103 |
-
msgid "forty"
|
104 |
-
msgstr "vierzig"
|
105 |
-
|
106 |
-
#: ../wp-math-captcha.php:518
|
107 |
-
msgid "fifty"
|
108 |
-
msgstr "fünfzig"
|
109 |
-
|
110 |
-
#: ../wp-math-captcha.php:519
|
111 |
-
msgid "sixty"
|
112 |
-
msgstr "sechzig"
|
113 |
-
|
114 |
-
#: ../wp-math-captcha.php:520
|
115 |
-
msgid "seventy"
|
116 |
-
msgstr "siebzig"
|
117 |
-
|
118 |
-
#: ../wp-math-captcha.php:521
|
119 |
-
msgid "eighty"
|
120 |
-
msgstr "achtzig"
|
121 |
-
|
122 |
-
#: ../wp-math-captcha.php:522
|
123 |
-
msgid "ninety"
|
124 |
-
msgstr "neunzig"
|
125 |
-
|
126 |
-
#: ../wp-math-captcha.php:812 ../wp-math-captcha.php:813
|
127 |
-
#: ../wp-math-captcha.php:814
|
128 |
-
msgid "ERROR"
|
129 |
-
msgstr "Fehler"
|
130 |
-
|
131 |
-
#: ../wp-math-captcha.php:812 ../includes/math-captcha-cf7.php:113
|
132 |
-
msgid "Please enter captcha value."
|
133 |
-
msgstr "Bitte geben Sie ein Ergebnis ein."
|
134 |
-
|
135 |
-
#: ../wp-math-captcha.php:813 ../includes/math-captcha-cf7.php:109
|
136 |
-
msgid "Invalid captcha value."
|
137 |
-
msgstr "Ungültiges Ergebnis."
|
138 |
-
|
139 |
-
#: ../wp-math-captcha.php:814 ../includes/math-captcha-cf7.php:117
|
140 |
-
msgid "Captcha time expired."
|
141 |
-
msgstr "Zeit überschritten."
|
142 |
-
|
143 |
-
#: ../wp-math-captcha.php:818
|
144 |
-
msgid "login form"
|
145 |
-
msgstr "Login Formular"
|
146 |
-
|
147 |
-
#: ../wp-math-captcha.php:819
|
148 |
-
msgid "registration form"
|
149 |
-
msgstr "Anmeldeformular"
|
150 |
-
|
151 |
-
#: ../wp-math-captcha.php:820
|
152 |
-
msgid "reset password form"
|
153 |
-
msgstr "Passwort-Zurücksetzen-Formular"
|
154 |
-
|
155 |
-
#: ../wp-math-captcha.php:821
|
156 |
-
msgid "comment form"
|
157 |
-
msgstr "Kommentar-Formular"
|
158 |
-
|
159 |
-
#: ../wp-math-captcha.php:822
|
160 |
-
msgid "bbpress"
|
161 |
-
msgstr "bbpress"
|
162 |
-
|
163 |
-
#: ../wp-math-captcha.php:823
|
164 |
-
msgid "contact form 7"
|
165 |
-
msgstr "contact form 7"
|
166 |
-
|
167 |
-
#: ../wp-math-captcha.php:827
|
168 |
-
msgid "yes"
|
169 |
-
msgstr "ja"
|
170 |
-
|
171 |
-
#: ../wp-math-captcha.php:828
|
172 |
-
msgid "no"
|
173 |
-
msgstr "nein"
|
174 |
-
|
175 |
-
#: ../wp-math-captcha.php:832
|
176 |
-
msgid "addition (+)"
|
177 |
-
msgstr "Addition (+)"
|
178 |
-
|
179 |
-
#: ../wp-math-captcha.php:833
|
180 |
-
msgid "subtraction (-)"
|
181 |
-
msgstr "Subtraktion (-)"
|
182 |
-
|
183 |
-
#: ../wp-math-captcha.php:834
|
184 |
-
msgid "multiplication (×)"
|
185 |
-
msgstr "Multiplikation (×)"
|
186 |
-
|
187 |
-
#: ../wp-math-captcha.php:835
|
188 |
-
msgid "division (÷)"
|
189 |
-
msgstr "Division (÷)"
|
190 |
-
|
191 |
-
#: ../wp-math-captcha.php:839
|
192 |
-
msgid "numbers"
|
193 |
-
msgstr "Zahlen"
|
194 |
-
|
195 |
-
#: ../wp-math-captcha.php:840
|
196 |
-
msgid "words"
|
197 |
-
msgstr "Wörter"
|
198 |
-
|
199 |
-
#: ../wp-math-captcha.php:852
|
200 |
-
msgid "Math Captcha settings"
|
201 |
-
msgstr "Math Captcha Einstellungen"
|
202 |
-
|
203 |
-
#: ../wp-math-captcha.php:853
|
204 |
-
msgid "Enable Math Captcha for"
|
205 |
-
msgstr "Math Captcha aktivieren für"
|
206 |
-
|
207 |
-
#: ../wp-math-captcha.php:854
|
208 |
-
msgid "Hide for logged in users"
|
209 |
-
msgstr "Nicht anzeigen für eingeloggte Benutzer"
|
210 |
-
|
211 |
-
#: ../wp-math-captcha.php:855
|
212 |
-
msgid "Mathematical operations"
|
213 |
-
msgstr "Rechenoperationen"
|
214 |
-
|
215 |
-
#: ../wp-math-captcha.php:856
|
216 |
-
msgid "Display captcha as"
|
217 |
-
msgstr "Captcha anzeigen als"
|
218 |
-
|
219 |
-
#: ../wp-math-captcha.php:857
|
220 |
-
msgid "Captcha field title"
|
221 |
-
msgstr "Titel des Captcha-Feldes"
|
222 |
-
|
223 |
-
#: ../wp-math-captcha.php:858
|
224 |
-
msgid "Captcha time"
|
225 |
-
msgstr "Captcha-Zeit"
|
226 |
-
|
227 |
-
#: ../wp-math-captcha.php:859
|
228 |
-
msgid "Deactivation"
|
229 |
-
msgstr "Deaktivierung"
|
230 |
-
|
231 |
-
#: ../wp-math-captcha.php:879
|
232 |
-
msgid "Select were would you like to use Math Captcha."
|
233 |
-
msgstr "Wählen Sie aus, wo Sie Math Captcha verwenden möchten."
|
234 |
-
|
235 |
-
#: ../wp-math-captcha.php:900
|
236 |
-
msgid "Would you like to hide captcha for logged in users?"
|
237 |
-
msgstr "Möchten Sie Math Captcha für eingeloggte Benutzer ausblenden?"
|
238 |
-
|
239 |
-
#: ../wp-math-captcha.php:913
|
240 |
-
msgid ""
|
241 |
-
"Select what kind of mathematical operations will be used to generate captcha."
|
242 |
-
msgstr "Beschriftung des Captcha-Feldes"
|
243 |
-
|
244 |
-
#: ../wp-math-captcha.php:926
|
245 |
-
msgid "Enter the time (in seconds) a user has to enter captcha value."
|
246 |
-
msgstr ""
|
247 |
-
"Geben Sie die Zeit (in Sekunden) ein, in der ein Benutzer die Aufgabe lösen "
|
248 |
-
"muss."
|
249 |
-
|
250 |
-
#: ../wp-math-captcha.php:947
|
251 |
-
msgid "Delete settings on plugin deactivation"
|
252 |
-
msgstr "Lösche Einstellungen bei Deaktivierung des Plugins"
|
253 |
-
|
254 |
-
#: ../wp-math-captcha.php:968
|
255 |
-
msgid "Select which mathematical operations to use in your captcha."
|
256 |
-
msgstr ""
|
257 |
-
"Wählen Sie aus, welche Art Rechenoperationen benutzt werden sollen, um das "
|
258 |
-
"Captcha zu generieren."
|
259 |
-
|
260 |
-
#: ../wp-math-captcha.php:989
|
261 |
-
msgid "Select how you'd like to display you captcha."
|
262 |
-
msgstr "Wählen Sie aus, wie Sie das Captcha anzeigen lassen möchten."
|
263 |
-
|
264 |
-
#: ../wp-math-captcha.php:1030
|
265 |
-
msgid ""
|
266 |
-
"You need to check at least one mathematical operation. Defaults settings of "
|
267 |
-
"this option restored."
|
268 |
-
msgstr ""
|
269 |
-
"Sie müssen mindestens eine Rechenoperation auswählen. Für diese Option wurde "
|
270 |
-
"der Standardwert wiederhergestellt."
|
271 |
-
|
272 |
-
#: ../wp-math-captcha.php:1046
|
273 |
-
msgid ""
|
274 |
-
"You need to check at least one group. Defaults settings of this option "
|
275 |
-
"restored."
|
276 |
-
msgstr ""
|
277 |
-
"Sie müssen mindestens eine Gruppe auswählen. Für diese Option wurde der "
|
278 |
-
"Standardwert wiederhergestellt."
|
279 |
-
|
280 |
-
#: ../wp-math-captcha.php:1080 ../wp-math-captcha.php:1081
|
281 |
-
#: ../wp-math-captcha.php:1096 ../wp-math-captcha.php:1109
|
282 |
-
#: ../includes/math-captcha-cf7.php:148
|
283 |
-
msgid "Math Captcha"
|
284 |
-
msgstr "Math Captcha"
|
285 |
-
|
286 |
-
#: ../wp-math-captcha.php:1111
|
287 |
-
msgid "Need support?"
|
288 |
-
msgstr "Brauchen Sie Hilfe?"
|
289 |
-
|
290 |
-
#: ../wp-math-captcha.php:1112
|
291 |
-
msgid ""
|
292 |
-
"If you are having problems with this plugin, please talk about them in the"
|
293 |
-
msgstr "Wenn Sie mit diesem Plugin Probleme haben, teilen Sie diese bitte mit:"
|
294 |
-
|
295 |
-
#: ../wp-math-captcha.php:1112
|
296 |
-
msgid "Support forum"
|
297 |
-
msgstr "Support forum"
|
298 |
-
|
299 |
-
#: ../wp-math-captcha.php:1114
|
300 |
-
msgid "Do you like this plugin?"
|
301 |
-
msgstr "Mögen Sie dieses Plugin?"
|
302 |
-
|
303 |
-
#: ../wp-math-captcha.php:1115
|
304 |
-
msgid "Rate it 5"
|
305 |
-
msgstr "Bewerten Sie es mit einer 5"
|
306 |
-
|
307 |
-
#: ../wp-math-captcha.php:1115
|
308 |
-
msgid "on WordPress.org"
|
309 |
-
msgstr "auf WordPress.org"
|
310 |
-
|
311 |
-
#: ../wp-math-captcha.php:1116
|
312 |
-
msgid "Blog about it & link to the"
|
313 |
-
msgstr "Bloggen Sie darüber und verlinken Sie zur"
|
314 |
-
|
315 |
-
#: ../wp-math-captcha.php:1116
|
316 |
-
msgid "plugin page"
|
317 |
-
msgstr "Plugin-Seite"
|
318 |
-
|
319 |
-
#: ../wp-math-captcha.php:1117
|
320 |
-
msgid "Check out our other"
|
321 |
-
msgstr "Schauen Sie sich auch unsere anderen"
|
322 |
-
|
323 |
-
#: ../wp-math-captcha.php:1117
|
324 |
-
msgid "WordPress plugins"
|
325 |
-
msgstr "WordPress plugins an"
|
326 |
-
|
327 |
-
#: ../wp-math-captcha.php:1170
|
328 |
-
msgid "Support"
|
329 |
-
msgstr "Support"
|
330 |
-
|
331 |
-
#: ../wp-math-captcha.php:1192
|
332 |
-
msgid "Settings"
|
333 |
-
msgstr "Einstellungen"
|
334 |
-
|
335 |
-
#: ../includes/math-captcha-cf7.php:160
|
336 |
-
msgid "Name"
|
337 |
-
msgstr "Name"
|
338 |
-
|
339 |
-
#: ../includes/math-captcha-cf7.php:166
|
340 |
-
msgid "Input field settings"
|
341 |
-
msgstr "Eingabefeld-Einstellungen"
|
342 |
-
|
343 |
-
#: ../includes/math-captcha-cf7.php:169 ../includes/math-captcha-cf7.php:173
|
344 |
-
msgid "optional"
|
345 |
-
msgstr "optional"
|
346 |
-
|
347 |
-
#: ../includes/math-captcha-cf7.php:179
|
348 |
-
msgid "Copy this code and paste it into the form left."
|
349 |
-
msgstr "Kopieren Sie diesen Code und fügen Sie ihn in das Formular links ein."
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: Math Captcha\n"
|
4 |
+
"POT-Creation-Date: 2013-08-08 08:01+0100\n"
|
5 |
+
"PO-Revision-Date: 2013-08-08 08:01+0100\n"
|
6 |
+
"Last-Translator: Stephan Hilchenbach <info@elcats.de>\n"
|
7 |
+
"Language-Team: \n"
|
8 |
+
"Language: de-DE\n"
|
9 |
+
"MIME-Version: 1.0\n"
|
10 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
+
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"X-Generator: Poedit 1.5.7\n"
|
13 |
+
"X-Poedit-KeywordsList: gettext;gettext_noop;__;_e\n"
|
14 |
+
"X-Poedit-Basepath: .\n"
|
15 |
+
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
+
"X-Poedit-SearchPath-0: ..\n"
|
17 |
+
|
18 |
+
#: ../wp-math-captcha.php:496
|
19 |
+
msgid "one"
|
20 |
+
msgstr "eins"
|
21 |
+
|
22 |
+
#: ../wp-math-captcha.php:497
|
23 |
+
msgid "two"
|
24 |
+
msgstr "zwei"
|
25 |
+
|
26 |
+
#: ../wp-math-captcha.php:498
|
27 |
+
msgid "three"
|
28 |
+
msgstr "drei"
|
29 |
+
|
30 |
+
#: ../wp-math-captcha.php:499
|
31 |
+
msgid "four"
|
32 |
+
msgstr "vier"
|
33 |
+
|
34 |
+
#: ../wp-math-captcha.php:500
|
35 |
+
msgid "five"
|
36 |
+
msgstr "fünf"
|
37 |
+
|
38 |
+
#: ../wp-math-captcha.php:501
|
39 |
+
msgid "six"
|
40 |
+
msgstr "sechs"
|
41 |
+
|
42 |
+
#: ../wp-math-captcha.php:502
|
43 |
+
msgid "seven"
|
44 |
+
msgstr "sieben"
|
45 |
+
|
46 |
+
#: ../wp-math-captcha.php:503
|
47 |
+
msgid "eight"
|
48 |
+
msgstr "acht"
|
49 |
+
|
50 |
+
#: ../wp-math-captcha.php:504
|
51 |
+
msgid "nine"
|
52 |
+
msgstr "neun"
|
53 |
+
|
54 |
+
#: ../wp-math-captcha.php:505
|
55 |
+
msgid "ten"
|
56 |
+
msgstr "zehn"
|
57 |
+
|
58 |
+
#: ../wp-math-captcha.php:506
|
59 |
+
msgid "eleven"
|
60 |
+
msgstr "elf"
|
61 |
+
|
62 |
+
#: ../wp-math-captcha.php:507
|
63 |
+
msgid "twelve"
|
64 |
+
msgstr "zwölf"
|
65 |
+
|
66 |
+
#: ../wp-math-captcha.php:508
|
67 |
+
msgid "thirteen"
|
68 |
+
msgstr "dreizehn"
|
69 |
+
|
70 |
+
#: ../wp-math-captcha.php:509
|
71 |
+
msgid "fourteen"
|
72 |
+
msgstr "vierzehn"
|
73 |
+
|
74 |
+
#: ../wp-math-captcha.php:510
|
75 |
+
msgid "fifteen"
|
76 |
+
msgstr "fünfzehn"
|
77 |
+
|
78 |
+
#: ../wp-math-captcha.php:511
|
79 |
+
msgid "sixteen"
|
80 |
+
msgstr "sechzehn"
|
81 |
+
|
82 |
+
#: ../wp-math-captcha.php:512
|
83 |
+
msgid "seventeen"
|
84 |
+
msgstr "siebzehn"
|
85 |
+
|
86 |
+
#: ../wp-math-captcha.php:513
|
87 |
+
msgid "eighteen"
|
88 |
+
msgstr "achtzehn"
|
89 |
+
|
90 |
+
#: ../wp-math-captcha.php:514
|
91 |
+
msgid "nineteen"
|
92 |
+
msgstr "neunzehn"
|
93 |
+
|
94 |
+
#: ../wp-math-captcha.php:515
|
95 |
+
msgid "twenty"
|
96 |
+
msgstr "zwanzig"
|
97 |
+
|
98 |
+
#: ../wp-math-captcha.php:516
|
99 |
+
msgid "thirty"
|
100 |
+
msgstr "dreißig"
|
101 |
+
|
102 |
+
#: ../wp-math-captcha.php:517
|
103 |
+
msgid "forty"
|
104 |
+
msgstr "vierzig"
|
105 |
+
|
106 |
+
#: ../wp-math-captcha.php:518
|
107 |
+
msgid "fifty"
|
108 |
+
msgstr "fünfzig"
|
109 |
+
|
110 |
+
#: ../wp-math-captcha.php:519
|
111 |
+
msgid "sixty"
|
112 |
+
msgstr "sechzig"
|
113 |
+
|
114 |
+
#: ../wp-math-captcha.php:520
|
115 |
+
msgid "seventy"
|
116 |
+
msgstr "siebzig"
|
117 |
+
|
118 |
+
#: ../wp-math-captcha.php:521
|
119 |
+
msgid "eighty"
|
120 |
+
msgstr "achtzig"
|
121 |
+
|
122 |
+
#: ../wp-math-captcha.php:522
|
123 |
+
msgid "ninety"
|
124 |
+
msgstr "neunzig"
|
125 |
+
|
126 |
+
#: ../wp-math-captcha.php:812 ../wp-math-captcha.php:813
|
127 |
+
#: ../wp-math-captcha.php:814
|
128 |
+
msgid "ERROR"
|
129 |
+
msgstr "Fehler"
|
130 |
+
|
131 |
+
#: ../wp-math-captcha.php:812 ../includes/math-captcha-cf7.php:113
|
132 |
+
msgid "Please enter captcha value."
|
133 |
+
msgstr "Bitte geben Sie ein Ergebnis ein."
|
134 |
+
|
135 |
+
#: ../wp-math-captcha.php:813 ../includes/math-captcha-cf7.php:109
|
136 |
+
msgid "Invalid captcha value."
|
137 |
+
msgstr "Ungültiges Ergebnis."
|
138 |
+
|
139 |
+
#: ../wp-math-captcha.php:814 ../includes/math-captcha-cf7.php:117
|
140 |
+
msgid "Captcha time expired."
|
141 |
+
msgstr "Zeit überschritten."
|
142 |
+
|
143 |
+
#: ../wp-math-captcha.php:818
|
144 |
+
msgid "login form"
|
145 |
+
msgstr "Login Formular"
|
146 |
+
|
147 |
+
#: ../wp-math-captcha.php:819
|
148 |
+
msgid "registration form"
|
149 |
+
msgstr "Anmeldeformular"
|
150 |
+
|
151 |
+
#: ../wp-math-captcha.php:820
|
152 |
+
msgid "reset password form"
|
153 |
+
msgstr "Passwort-Zurücksetzen-Formular"
|
154 |
+
|
155 |
+
#: ../wp-math-captcha.php:821
|
156 |
+
msgid "comment form"
|
157 |
+
msgstr "Kommentar-Formular"
|
158 |
+
|
159 |
+
#: ../wp-math-captcha.php:822
|
160 |
+
msgid "bbpress"
|
161 |
+
msgstr "bbpress"
|
162 |
+
|
163 |
+
#: ../wp-math-captcha.php:823
|
164 |
+
msgid "contact form 7"
|
165 |
+
msgstr "contact form 7"
|
166 |
+
|
167 |
+
#: ../wp-math-captcha.php:827
|
168 |
+
msgid "yes"
|
169 |
+
msgstr "ja"
|
170 |
+
|
171 |
+
#: ../wp-math-captcha.php:828
|
172 |
+
msgid "no"
|
173 |
+
msgstr "nein"
|
174 |
+
|
175 |
+
#: ../wp-math-captcha.php:832
|
176 |
+
msgid "addition (+)"
|
177 |
+
msgstr "Addition (+)"
|
178 |
+
|
179 |
+
#: ../wp-math-captcha.php:833
|
180 |
+
msgid "subtraction (-)"
|
181 |
+
msgstr "Subtraktion (-)"
|
182 |
+
|
183 |
+
#: ../wp-math-captcha.php:834
|
184 |
+
msgid "multiplication (×)"
|
185 |
+
msgstr "Multiplikation (×)"
|
186 |
+
|
187 |
+
#: ../wp-math-captcha.php:835
|
188 |
+
msgid "division (÷)"
|
189 |
+
msgstr "Division (÷)"
|
190 |
+
|
191 |
+
#: ../wp-math-captcha.php:839
|
192 |
+
msgid "numbers"
|
193 |
+
msgstr "Zahlen"
|
194 |
+
|
195 |
+
#: ../wp-math-captcha.php:840
|
196 |
+
msgid "words"
|
197 |
+
msgstr "Wörter"
|
198 |
+
|
199 |
+
#: ../wp-math-captcha.php:852
|
200 |
+
msgid "Math Captcha settings"
|
201 |
+
msgstr "Math Captcha Einstellungen"
|
202 |
+
|
203 |
+
#: ../wp-math-captcha.php:853
|
204 |
+
msgid "Enable Math Captcha for"
|
205 |
+
msgstr "Math Captcha aktivieren für"
|
206 |
+
|
207 |
+
#: ../wp-math-captcha.php:854
|
208 |
+
msgid "Hide for logged in users"
|
209 |
+
msgstr "Nicht anzeigen für eingeloggte Benutzer"
|
210 |
+
|
211 |
+
#: ../wp-math-captcha.php:855
|
212 |
+
msgid "Mathematical operations"
|
213 |
+
msgstr "Rechenoperationen"
|
214 |
+
|
215 |
+
#: ../wp-math-captcha.php:856
|
216 |
+
msgid "Display captcha as"
|
217 |
+
msgstr "Captcha anzeigen als"
|
218 |
+
|
219 |
+
#: ../wp-math-captcha.php:857
|
220 |
+
msgid "Captcha field title"
|
221 |
+
msgstr "Titel des Captcha-Feldes"
|
222 |
+
|
223 |
+
#: ../wp-math-captcha.php:858
|
224 |
+
msgid "Captcha time"
|
225 |
+
msgstr "Captcha-Zeit"
|
226 |
+
|
227 |
+
#: ../wp-math-captcha.php:859
|
228 |
+
msgid "Deactivation"
|
229 |
+
msgstr "Deaktivierung"
|
230 |
+
|
231 |
+
#: ../wp-math-captcha.php:879
|
232 |
+
msgid "Select were would you like to use Math Captcha."
|
233 |
+
msgstr "Wählen Sie aus, wo Sie Math Captcha verwenden möchten."
|
234 |
+
|
235 |
+
#: ../wp-math-captcha.php:900
|
236 |
+
msgid "Would you like to hide captcha for logged in users?"
|
237 |
+
msgstr "Möchten Sie Math Captcha für eingeloggte Benutzer ausblenden?"
|
238 |
+
|
239 |
+
#: ../wp-math-captcha.php:913
|
240 |
+
msgid ""
|
241 |
+
"Select what kind of mathematical operations will be used to generate captcha."
|
242 |
+
msgstr "Beschriftung des Captcha-Feldes"
|
243 |
+
|
244 |
+
#: ../wp-math-captcha.php:926
|
245 |
+
msgid "Enter the time (in seconds) a user has to enter captcha value."
|
246 |
+
msgstr ""
|
247 |
+
"Geben Sie die Zeit (in Sekunden) ein, in der ein Benutzer die Aufgabe lösen "
|
248 |
+
"muss."
|
249 |
+
|
250 |
+
#: ../wp-math-captcha.php:947
|
251 |
+
msgid "Delete settings on plugin deactivation"
|
252 |
+
msgstr "Lösche Einstellungen bei Deaktivierung des Plugins"
|
253 |
+
|
254 |
+
#: ../wp-math-captcha.php:968
|
255 |
+
msgid "Select which mathematical operations to use in your captcha."
|
256 |
+
msgstr ""
|
257 |
+
"Wählen Sie aus, welche Art Rechenoperationen benutzt werden sollen, um das "
|
258 |
+
"Captcha zu generieren."
|
259 |
+
|
260 |
+
#: ../wp-math-captcha.php:989
|
261 |
+
msgid "Select how you'd like to display you captcha."
|
262 |
+
msgstr "Wählen Sie aus, wie Sie das Captcha anzeigen lassen möchten."
|
263 |
+
|
264 |
+
#: ../wp-math-captcha.php:1030
|
265 |
+
msgid ""
|
266 |
+
"You need to check at least one mathematical operation. Defaults settings of "
|
267 |
+
"this option restored."
|
268 |
+
msgstr ""
|
269 |
+
"Sie müssen mindestens eine Rechenoperation auswählen. Für diese Option wurde "
|
270 |
+
"der Standardwert wiederhergestellt."
|
271 |
+
|
272 |
+
#: ../wp-math-captcha.php:1046
|
273 |
+
msgid ""
|
274 |
+
"You need to check at least one group. Defaults settings of this option "
|
275 |
+
"restored."
|
276 |
+
msgstr ""
|
277 |
+
"Sie müssen mindestens eine Gruppe auswählen. Für diese Option wurde der "
|
278 |
+
"Standardwert wiederhergestellt."
|
279 |
+
|
280 |
+
#: ../wp-math-captcha.php:1080 ../wp-math-captcha.php:1081
|
281 |
+
#: ../wp-math-captcha.php:1096 ../wp-math-captcha.php:1109
|
282 |
+
#: ../includes/math-captcha-cf7.php:148
|
283 |
+
msgid "Math Captcha"
|
284 |
+
msgstr "Math Captcha"
|
285 |
+
|
286 |
+
#: ../wp-math-captcha.php:1111
|
287 |
+
msgid "Need support?"
|
288 |
+
msgstr "Brauchen Sie Hilfe?"
|
289 |
+
|
290 |
+
#: ../wp-math-captcha.php:1112
|
291 |
+
msgid ""
|
292 |
+
"If you are having problems with this plugin, please talk about them in the"
|
293 |
+
msgstr "Wenn Sie mit diesem Plugin Probleme haben, teilen Sie diese bitte mit:"
|
294 |
+
|
295 |
+
#: ../wp-math-captcha.php:1112
|
296 |
+
msgid "Support forum"
|
297 |
+
msgstr "Support forum"
|
298 |
+
|
299 |
+
#: ../wp-math-captcha.php:1114
|
300 |
+
msgid "Do you like this plugin?"
|
301 |
+
msgstr "Mögen Sie dieses Plugin?"
|
302 |
+
|
303 |
+
#: ../wp-math-captcha.php:1115
|
304 |
+
msgid "Rate it 5"
|
305 |
+
msgstr "Bewerten Sie es mit einer 5"
|
306 |
+
|
307 |
+
#: ../wp-math-captcha.php:1115
|
308 |
+
msgid "on WordPress.org"
|
309 |
+
msgstr "auf WordPress.org"
|
310 |
+
|
311 |
+
#: ../wp-math-captcha.php:1116
|
312 |
+
msgid "Blog about it & link to the"
|
313 |
+
msgstr "Bloggen Sie darüber und verlinken Sie zur"
|
314 |
+
|
315 |
+
#: ../wp-math-captcha.php:1116
|
316 |
+
msgid "plugin page"
|
317 |
+
msgstr "Plugin-Seite"
|
318 |
+
|
319 |
+
#: ../wp-math-captcha.php:1117
|
320 |
+
msgid "Check out our other"
|
321 |
+
msgstr "Schauen Sie sich auch unsere anderen"
|
322 |
+
|
323 |
+
#: ../wp-math-captcha.php:1117
|
324 |
+
msgid "WordPress plugins"
|
325 |
+
msgstr "WordPress plugins an"
|
326 |
+
|
327 |
+
#: ../wp-math-captcha.php:1170
|
328 |
+
msgid "Support"
|
329 |
+
msgstr "Support"
|
330 |
+
|
331 |
+
#: ../wp-math-captcha.php:1192
|
332 |
+
msgid "Settings"
|
333 |
+
msgstr "Einstellungen"
|
334 |
+
|
335 |
+
#: ../includes/math-captcha-cf7.php:160
|
336 |
+
msgid "Name"
|
337 |
+
msgstr "Name"
|
338 |
+
|
339 |
+
#: ../includes/math-captcha-cf7.php:166
|
340 |
+
msgid "Input field settings"
|
341 |
+
msgstr "Eingabefeld-Einstellungen"
|
342 |
+
|
343 |
+
#: ../includes/math-captcha-cf7.php:169 ../includes/math-captcha-cf7.php:173
|
344 |
+
msgid "optional"
|
345 |
+
msgstr "optional"
|
346 |
+
|
347 |
+
#: ../includes/math-captcha-cf7.php:179
|
348 |
+
msgid "Copy this code and paste it into the form left."
|
349 |
+
msgstr "Kopieren Sie diesen Code und fügen Sie ihn in das Formular links ein."
|
languages/math-captcha-fa_IR.po
CHANGED
@@ -1,344 +1,344 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: math-captcha\n"
|
4 |
-
"POT-Creation-Date: 2013-07-09 20:29+0330\n"
|
5 |
-
"PO-Revision-Date: 2013-07-09 20:46+0330\n"
|
6 |
-
"Last-Translator: Alimir <info@alimir.ir>\n"
|
7 |
-
"Language-Team: Alimir.ir <info@alimir.ir>\n"
|
8 |
-
"Language: Persian\n"
|
9 |
-
"MIME-Version: 1.0\n"
|
10 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
-
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"X-Generator: Poedit 1.5.4\n"
|
13 |
-
"X-Poedit-KeywordsList: gettext;gettext_noop;__;_e\n"
|
14 |
-
"X-Poedit-Basepath: .\n"
|
15 |
-
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
-
"X-Poedit-SearchPath-0: .\n"
|
17 |
-
"X-Poedit-SearchPath-1: ..\n"
|
18 |
-
|
19 |
-
#: ../wp-math-captcha.php:546
|
20 |
-
msgid "one"
|
21 |
-
msgstr "یک"
|
22 |
-
|
23 |
-
#: ../wp-math-captcha.php:547
|
24 |
-
msgid "two"
|
25 |
-
msgstr "دو"
|
26 |
-
|
27 |
-
#: ../wp-math-captcha.php:548
|
28 |
-
msgid "three"
|
29 |
-
msgstr "سه"
|
30 |
-
|
31 |
-
#: ../wp-math-captcha.php:549
|
32 |
-
msgid "four"
|
33 |
-
msgstr "چهار"
|
34 |
-
|
35 |
-
#: ../wp-math-captcha.php:550
|
36 |
-
msgid "five"
|
37 |
-
msgstr "پنج"
|
38 |
-
|
39 |
-
#: ../wp-math-captcha.php:551
|
40 |
-
msgid "six"
|
41 |
-
msgstr "شش"
|
42 |
-
|
43 |
-
#: ../wp-math-captcha.php:552
|
44 |
-
msgid "seven"
|
45 |
-
msgstr "هفت"
|
46 |
-
|
47 |
-
#: ../wp-math-captcha.php:553
|
48 |
-
msgid "eight"
|
49 |
-
msgstr "هشت"
|
50 |
-
|
51 |
-
#: ../wp-math-captcha.php:554
|
52 |
-
msgid "nine"
|
53 |
-
msgstr "نه"
|
54 |
-
|
55 |
-
#: ../wp-math-captcha.php:555
|
56 |
-
msgid "ten"
|
57 |
-
msgstr "ده"
|
58 |
-
|
59 |
-
#: ../wp-math-captcha.php:556
|
60 |
-
msgid "eleven"
|
61 |
-
msgstr "یازده"
|
62 |
-
|
63 |
-
#: ../wp-math-captcha.php:557
|
64 |
-
msgid "twelve"
|
65 |
-
msgstr "دوازده"
|
66 |
-
|
67 |
-
#: ../wp-math-captcha.php:558
|
68 |
-
msgid "thirteen"
|
69 |
-
msgstr "سیزده"
|
70 |
-
|
71 |
-
#: ../wp-math-captcha.php:559
|
72 |
-
msgid "fourteen"
|
73 |
-
msgstr "چهارده"
|
74 |
-
|
75 |
-
#: ../wp-math-captcha.php:560
|
76 |
-
msgid "fifteen"
|
77 |
-
msgstr "پانزده"
|
78 |
-
|
79 |
-
#: ../wp-math-captcha.php:561
|
80 |
-
msgid "sixteen"
|
81 |
-
msgstr "شانزده"
|
82 |
-
|
83 |
-
#: ../wp-math-captcha.php:562
|
84 |
-
msgid "seventeen"
|
85 |
-
msgstr "هفده"
|
86 |
-
|
87 |
-
#: ../wp-math-captcha.php:563
|
88 |
-
msgid "eighteen"
|
89 |
-
msgstr "هجده"
|
90 |
-
|
91 |
-
#: ../wp-math-captcha.php:564
|
92 |
-
msgid "nineteen"
|
93 |
-
msgstr "نوزده"
|
94 |
-
|
95 |
-
#: ../wp-math-captcha.php:565
|
96 |
-
msgid "twenty"
|
97 |
-
msgstr "بیست"
|
98 |
-
|
99 |
-
#: ../wp-math-captcha.php:566
|
100 |
-
msgid "thirty"
|
101 |
-
msgstr "سی"
|
102 |
-
|
103 |
-
#: ../wp-math-captcha.php:567
|
104 |
-
msgid "forty"
|
105 |
-
msgstr "چهل"
|
106 |
-
|
107 |
-
#: ../wp-math-captcha.php:568
|
108 |
-
msgid "fifty"
|
109 |
-
msgstr "پنجاه"
|
110 |
-
|
111 |
-
#: ../wp-math-captcha.php:569
|
112 |
-
msgid "sixty"
|
113 |
-
msgstr "شصت"
|
114 |
-
|
115 |
-
#: ../wp-math-captcha.php:570
|
116 |
-
msgid "seventy"
|
117 |
-
msgstr "هفتاد"
|
118 |
-
|
119 |
-
#: ../wp-math-captcha.php:571
|
120 |
-
msgid "eighty"
|
121 |
-
msgstr "هشتاد"
|
122 |
-
|
123 |
-
#: ../wp-math-captcha.php:572
|
124 |
-
msgid "ninety"
|
125 |
-
msgstr "نود"
|
126 |
-
|
127 |
-
#: ../wp-math-captcha.php:873 ../wp-math-captcha.php:874
|
128 |
-
#: ../wp-math-captcha.php:875
|
129 |
-
msgid "ERROR"
|
130 |
-
msgstr "خطا"
|
131 |
-
|
132 |
-
#: ../wp-math-captcha.php:873 ../includes/math-captcha-cf7.php:113
|
133 |
-
msgid "Please enter captcha value."
|
134 |
-
msgstr "لطفا کد امنیتی را وارد کنید."
|
135 |
-
|
136 |
-
#: ../wp-math-captcha.php:874 ../includes/math-captcha-cf7.php:109
|
137 |
-
msgid "Invalid captcha value."
|
138 |
-
msgstr "کد امنیتی وارد شده اشتباه است"
|
139 |
-
|
140 |
-
#: ../wp-math-captcha.php:875 ../includes/math-captcha-cf7.php:117
|
141 |
-
msgid "Captcha time expired."
|
142 |
-
msgstr "فرصت وارد کردن کد امنیتی به اتمام رسید."
|
143 |
-
|
144 |
-
#: ../wp-math-captcha.php:879
|
145 |
-
msgid "login form"
|
146 |
-
msgstr "فرم ورود"
|
147 |
-
|
148 |
-
#: ../wp-math-captcha.php:880
|
149 |
-
msgid "registration form"
|
150 |
-
msgstr "فرم عضویت"
|
151 |
-
|
152 |
-
#: ../wp-math-captcha.php:881
|
153 |
-
msgid "reset password form"
|
154 |
-
msgstr "بازیابی رمز عبور"
|
155 |
-
|
156 |
-
#: ../wp-math-captcha.php:882
|
157 |
-
msgid "comment form"
|
158 |
-
msgstr "فرم دیدگاه ها"
|
159 |
-
|
160 |
-
#: ../wp-math-captcha.php:883
|
161 |
-
msgid "bbpress"
|
162 |
-
msgstr "بی بی پرس"
|
163 |
-
|
164 |
-
#: ../wp-math-captcha.php:884
|
165 |
-
msgid "contact form 7"
|
166 |
-
msgstr "فرم تماس 7"
|
167 |
-
|
168 |
-
#: ../wp-math-captcha.php:888
|
169 |
-
msgid "yes"
|
170 |
-
msgstr "بله"
|
171 |
-
|
172 |
-
#: ../wp-math-captcha.php:889
|
173 |
-
msgid "no"
|
174 |
-
msgstr "خیر"
|
175 |
-
|
176 |
-
#: ../wp-math-captcha.php:893
|
177 |
-
msgid "addition (+)"
|
178 |
-
msgstr "جمع (+)"
|
179 |
-
|
180 |
-
#: ../wp-math-captcha.php:894
|
181 |
-
msgid "subtraction (-)"
|
182 |
-
msgstr "تفریق (-)"
|
183 |
-
|
184 |
-
#: ../wp-math-captcha.php:895
|
185 |
-
msgid "multiplication (×)"
|
186 |
-
msgstr "ضرب (×)"
|
187 |
-
|
188 |
-
#: ../wp-math-captcha.php:896
|
189 |
-
msgid "division (÷)"
|
190 |
-
msgstr "تقسیم (÷)"
|
191 |
-
|
192 |
-
#: ../wp-math-captcha.php:900
|
193 |
-
msgid "numbers"
|
194 |
-
msgstr "اعداد"
|
195 |
-
|
196 |
-
#: ../wp-math-captcha.php:901
|
197 |
-
msgid "words"
|
198 |
-
msgstr "حروف"
|
199 |
-
|
200 |
-
#: ../wp-math-captcha.php:913
|
201 |
-
msgid "Math Captcha settings"
|
202 |
-
msgstr "بخش تنظیمات کپچای ریاضیاتی"
|
203 |
-
|
204 |
-
#: ../wp-math-captcha.php:914
|
205 |
-
msgid "Enable Math Captcha for"
|
206 |
-
msgstr "فعال سازی کد امنیتی برای:"
|
207 |
-
|
208 |
-
#: ../wp-math-captcha.php:915
|
209 |
-
msgid "Hide for logged in users"
|
210 |
-
msgstr "پنهان نمودن کد برای کاربران وارد شده"
|
211 |
-
|
212 |
-
#: ../wp-math-captcha.php:916
|
213 |
-
msgid "Mathematical operations"
|
214 |
-
msgstr "عملگرهای ریاضیاتی"
|
215 |
-
|
216 |
-
#: ../wp-math-captcha.php:917
|
217 |
-
msgid "Display captcha as"
|
218 |
-
msgstr "نمایش کپچا به صورت"
|
219 |
-
|
220 |
-
#: ../wp-math-captcha.php:918
|
221 |
-
msgid "Captcha field title"
|
222 |
-
msgstr "عنوان فیلد کپچا"
|
223 |
-
|
224 |
-
#: ../wp-math-captcha.php:919
|
225 |
-
msgid "Captcha time"
|
226 |
-
msgstr "زمان دهی"
|
227 |
-
|
228 |
-
#: ../wp-math-captcha.php:939
|
229 |
-
msgid "Select were would you like to use Math Captcha."
|
230 |
-
msgstr "محل استفاده ی کپچای ریاضیاتی را مشخص کنید."
|
231 |
-
|
232 |
-
#: ../wp-math-captcha.php:960
|
233 |
-
msgid "Would you like to hide captcha for logged in users?"
|
234 |
-
msgstr "آیا می خواهید کد امنیتی از دید کاربران وارد شده مخفی بماند؟"
|
235 |
-
|
236 |
-
#: ../wp-math-captcha.php:973
|
237 |
-
msgid ""
|
238 |
-
"Select what kind of mathematical operations will be used to generate captcha."
|
239 |
-
msgstr "عنوانی را برای فیلد کپچا انتخاب کنید."
|
240 |
-
|
241 |
-
#: ../wp-math-captcha.php:986
|
242 |
-
msgid "Enter the time (in seconds) a user has to enter captcha value."
|
243 |
-
msgstr "مهلت زمانیه وارد کردن کد امنیتی را برای کاربر مشخص کنید (به ثانیه)"
|
244 |
-
|
245 |
-
#: ../wp-math-captcha.php:1007
|
246 |
-
msgid "Select which mathematical operations to use in your captcha."
|
247 |
-
msgstr ""
|
248 |
-
"عملگرهای ریاضیاتی ای را که می خواهید در تولید کد امنیتی استفاده شوند، انتخاب "
|
249 |
-
"کنید."
|
250 |
-
|
251 |
-
#: ../wp-math-captcha.php:1028
|
252 |
-
msgid "Select how you'd like to display you captcha."
|
253 |
-
msgstr "نحوه ی نمایش دلخواه خود را برای کپچا انتخاب کنید."
|
254 |
-
|
255 |
-
#: ../wp-math-captcha.php:1073
|
256 |
-
msgid ""
|
257 |
-
"You need to check at least one mathematical operation. Defaults settings of "
|
258 |
-
"this option restored."
|
259 |
-
msgstr ""
|
260 |
-
|
261 |
-
#: ../wp-math-captcha.php:1089
|
262 |
-
msgid ""
|
263 |
-
"You need to check at least one group. Defaults settings of this option "
|
264 |
-
"restored."
|
265 |
-
msgstr ""
|
266 |
-
|
267 |
-
#: ../wp-math-captcha.php:1119 ../wp-math-captcha.php:1120
|
268 |
-
#: ../wp-math-captcha.php:1135 ../wp-math-captcha.php:1148
|
269 |
-
#: ../includes/math-captcha-cf7.php:148
|
270 |
-
msgid "Math Captcha"
|
271 |
-
msgstr "کپچای ریاضیاتی"
|
272 |
-
|
273 |
-
#: ../wp-math-captcha.php:1150
|
274 |
-
msgid "Need support?"
|
275 |
-
msgstr "نیاز به پشتیبانی دارید؟"
|
276 |
-
|
277 |
-
#: ../wp-math-captcha.php:1151
|
278 |
-
msgid ""
|
279 |
-
"If you are having problems with this plugin, please talk about them in the"
|
280 |
-
msgstr ""
|
281 |
-
"اگر مشکلی با این افزونه دارید می توانید آن را در انجمن پشتیبانی به آدرس "
|
282 |
-
"روبرو در میان بگذارید:"
|
283 |
-
|
284 |
-
#: ../wp-math-captcha.php:1151
|
285 |
-
msgid "Support forum"
|
286 |
-
msgstr "ورود به انجمن پشتیبانی"
|
287 |
-
|
288 |
-
#: ../wp-math-captcha.php:1153
|
289 |
-
msgid "Do you like this plugin?"
|
290 |
-
msgstr "آیا از این افزونه راضی هستید؟"
|
291 |
-
|
292 |
-
#: ../wp-math-captcha.php:1154
|
293 |
-
msgid "Rate it 5"
|
294 |
-
msgstr "امتیاز دهی"
|
295 |
-
|
296 |
-
#: ../wp-math-captcha.php:1154
|
297 |
-
msgid "on WordPress.org"
|
298 |
-
msgstr "به افزونه در مخزن وردپرس"
|
299 |
-
|
300 |
-
#: ../wp-math-captcha.php:1155
|
301 |
-
msgid "Blog about it & link to the"
|
302 |
-
msgstr "مشاهده مشخصات بیشتر در"
|
303 |
-
|
304 |
-
#: ../wp-math-captcha.php:1155
|
305 |
-
msgid "plugin page"
|
306 |
-
msgstr "صفحه ی افزونه"
|
307 |
-
|
308 |
-
#: ../wp-math-captcha.php:1156
|
309 |
-
msgid "Check out our other"
|
310 |
-
msgstr "مشاهده ی دیگر"
|
311 |
-
|
312 |
-
#: ../wp-math-captcha.php:1156
|
313 |
-
msgid "WordPress plugins"
|
314 |
-
msgstr "افزونه های وردپرسی ما"
|
315 |
-
|
316 |
-
#: ../wp-math-captcha.php:1209
|
317 |
-
msgid "Support"
|
318 |
-
msgstr "پشتیبانی"
|
319 |
-
|
320 |
-
#: ../wp-math-captcha.php:1231
|
321 |
-
msgid "Settings"
|
322 |
-
msgstr "تنظیمات"
|
323 |
-
|
324 |
-
#: ../includes/math-captcha-cf7.php:160
|
325 |
-
msgid "Name"
|
326 |
-
msgstr "نام"
|
327 |
-
|
328 |
-
#: ../includes/math-captcha-cf7.php:166
|
329 |
-
msgid "Input field settings"
|
330 |
-
msgstr "تنظیمات فیلد ورودی"
|
331 |
-
|
332 |
-
#: ../includes/math-captcha-cf7.php:169 ../includes/math-captcha-cf7.php:173
|
333 |
-
msgid "optional"
|
334 |
-
msgstr "اختیاری"
|
335 |
-
|
336 |
-
#: ../includes/math-captcha-cf7.php:179
|
337 |
-
msgid "Copy this code and paste it into the form left."
|
338 |
-
msgstr ""
|
339 |
-
|
340 |
-
#~ msgid "Edited & Translated by"
|
341 |
-
#~ msgstr " ویرایش و فارسی سازی در"
|
342 |
-
|
343 |
-
#~ msgid "wordpress and programming world"
|
344 |
-
#~ msgstr "دنیای وردپرس و برنامه نویسی"
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: math-captcha\n"
|
4 |
+
"POT-Creation-Date: 2013-07-09 20:29+0330\n"
|
5 |
+
"PO-Revision-Date: 2013-07-09 20:46+0330\n"
|
6 |
+
"Last-Translator: Alimir <info@alimir.ir>\n"
|
7 |
+
"Language-Team: Alimir.ir <info@alimir.ir>\n"
|
8 |
+
"Language: Persian\n"
|
9 |
+
"MIME-Version: 1.0\n"
|
10 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
+
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"X-Generator: Poedit 1.5.4\n"
|
13 |
+
"X-Poedit-KeywordsList: gettext;gettext_noop;__;_e\n"
|
14 |
+
"X-Poedit-Basepath: .\n"
|
15 |
+
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
+
"X-Poedit-SearchPath-0: .\n"
|
17 |
+
"X-Poedit-SearchPath-1: ..\n"
|
18 |
+
|
19 |
+
#: ../wp-math-captcha.php:546
|
20 |
+
msgid "one"
|
21 |
+
msgstr "یک"
|
22 |
+
|
23 |
+
#: ../wp-math-captcha.php:547
|
24 |
+
msgid "two"
|
25 |
+
msgstr "دو"
|
26 |
+
|
27 |
+
#: ../wp-math-captcha.php:548
|
28 |
+
msgid "three"
|
29 |
+
msgstr "سه"
|
30 |
+
|
31 |
+
#: ../wp-math-captcha.php:549
|
32 |
+
msgid "four"
|
33 |
+
msgstr "چهار"
|
34 |
+
|
35 |
+
#: ../wp-math-captcha.php:550
|
36 |
+
msgid "five"
|
37 |
+
msgstr "پنج"
|
38 |
+
|
39 |
+
#: ../wp-math-captcha.php:551
|
40 |
+
msgid "six"
|
41 |
+
msgstr "شش"
|
42 |
+
|
43 |
+
#: ../wp-math-captcha.php:552
|
44 |
+
msgid "seven"
|
45 |
+
msgstr "هفت"
|
46 |
+
|
47 |
+
#: ../wp-math-captcha.php:553
|
48 |
+
msgid "eight"
|
49 |
+
msgstr "هشت"
|
50 |
+
|
51 |
+
#: ../wp-math-captcha.php:554
|
52 |
+
msgid "nine"
|
53 |
+
msgstr "نه"
|
54 |
+
|
55 |
+
#: ../wp-math-captcha.php:555
|
56 |
+
msgid "ten"
|
57 |
+
msgstr "ده"
|
58 |
+
|
59 |
+
#: ../wp-math-captcha.php:556
|
60 |
+
msgid "eleven"
|
61 |
+
msgstr "یازده"
|
62 |
+
|
63 |
+
#: ../wp-math-captcha.php:557
|
64 |
+
msgid "twelve"
|
65 |
+
msgstr "دوازده"
|
66 |
+
|
67 |
+
#: ../wp-math-captcha.php:558
|
68 |
+
msgid "thirteen"
|
69 |
+
msgstr "سیزده"
|
70 |
+
|
71 |
+
#: ../wp-math-captcha.php:559
|
72 |
+
msgid "fourteen"
|
73 |
+
msgstr "چهارده"
|
74 |
+
|
75 |
+
#: ../wp-math-captcha.php:560
|
76 |
+
msgid "fifteen"
|
77 |
+
msgstr "پانزده"
|
78 |
+
|
79 |
+
#: ../wp-math-captcha.php:561
|
80 |
+
msgid "sixteen"
|
81 |
+
msgstr "شانزده"
|
82 |
+
|
83 |
+
#: ../wp-math-captcha.php:562
|
84 |
+
msgid "seventeen"
|
85 |
+
msgstr "هفده"
|
86 |
+
|
87 |
+
#: ../wp-math-captcha.php:563
|
88 |
+
msgid "eighteen"
|
89 |
+
msgstr "هجده"
|
90 |
+
|
91 |
+
#: ../wp-math-captcha.php:564
|
92 |
+
msgid "nineteen"
|
93 |
+
msgstr "نوزده"
|
94 |
+
|
95 |
+
#: ../wp-math-captcha.php:565
|
96 |
+
msgid "twenty"
|
97 |
+
msgstr "بیست"
|
98 |
+
|
99 |
+
#: ../wp-math-captcha.php:566
|
100 |
+
msgid "thirty"
|
101 |
+
msgstr "سی"
|
102 |
+
|
103 |
+
#: ../wp-math-captcha.php:567
|
104 |
+
msgid "forty"
|
105 |
+
msgstr "چهل"
|
106 |
+
|
107 |
+
#: ../wp-math-captcha.php:568
|
108 |
+
msgid "fifty"
|
109 |
+
msgstr "پنجاه"
|
110 |
+
|
111 |
+
#: ../wp-math-captcha.php:569
|
112 |
+
msgid "sixty"
|
113 |
+
msgstr "شصت"
|
114 |
+
|
115 |
+
#: ../wp-math-captcha.php:570
|
116 |
+
msgid "seventy"
|
117 |
+
msgstr "هفتاد"
|
118 |
+
|
119 |
+
#: ../wp-math-captcha.php:571
|
120 |
+
msgid "eighty"
|
121 |
+
msgstr "هشتاد"
|
122 |
+
|
123 |
+
#: ../wp-math-captcha.php:572
|
124 |
+
msgid "ninety"
|
125 |
+
msgstr "نود"
|
126 |
+
|
127 |
+
#: ../wp-math-captcha.php:873 ../wp-math-captcha.php:874
|
128 |
+
#: ../wp-math-captcha.php:875
|
129 |
+
msgid "ERROR"
|
130 |
+
msgstr "خطا"
|
131 |
+
|
132 |
+
#: ../wp-math-captcha.php:873 ../includes/math-captcha-cf7.php:113
|
133 |
+
msgid "Please enter captcha value."
|
134 |
+
msgstr "لطفا کد امنیتی را وارد کنید."
|
135 |
+
|
136 |
+
#: ../wp-math-captcha.php:874 ../includes/math-captcha-cf7.php:109
|
137 |
+
msgid "Invalid captcha value."
|
138 |
+
msgstr "کد امنیتی وارد شده اشتباه است"
|
139 |
+
|
140 |
+
#: ../wp-math-captcha.php:875 ../includes/math-captcha-cf7.php:117
|
141 |
+
msgid "Captcha time expired."
|
142 |
+
msgstr "فرصت وارد کردن کد امنیتی به اتمام رسید."
|
143 |
+
|
144 |
+
#: ../wp-math-captcha.php:879
|
145 |
+
msgid "login form"
|
146 |
+
msgstr "فرم ورود"
|
147 |
+
|
148 |
+
#: ../wp-math-captcha.php:880
|
149 |
+
msgid "registration form"
|
150 |
+
msgstr "فرم عضویت"
|
151 |
+
|
152 |
+
#: ../wp-math-captcha.php:881
|
153 |
+
msgid "reset password form"
|
154 |
+
msgstr "بازیابی رمز عبور"
|
155 |
+
|
156 |
+
#: ../wp-math-captcha.php:882
|
157 |
+
msgid "comment form"
|
158 |
+
msgstr "فرم دیدگاه ها"
|
159 |
+
|
160 |
+
#: ../wp-math-captcha.php:883
|
161 |
+
msgid "bbpress"
|
162 |
+
msgstr "بی بی پرس"
|
163 |
+
|
164 |
+
#: ../wp-math-captcha.php:884
|
165 |
+
msgid "contact form 7"
|
166 |
+
msgstr "فرم تماس 7"
|
167 |
+
|
168 |
+
#: ../wp-math-captcha.php:888
|
169 |
+
msgid "yes"
|
170 |
+
msgstr "بله"
|
171 |
+
|
172 |
+
#: ../wp-math-captcha.php:889
|
173 |
+
msgid "no"
|
174 |
+
msgstr "خیر"
|
175 |
+
|
176 |
+
#: ../wp-math-captcha.php:893
|
177 |
+
msgid "addition (+)"
|
178 |
+
msgstr "جمع (+)"
|
179 |
+
|
180 |
+
#: ../wp-math-captcha.php:894
|
181 |
+
msgid "subtraction (-)"
|
182 |
+
msgstr "تفریق (-)"
|
183 |
+
|
184 |
+
#: ../wp-math-captcha.php:895
|
185 |
+
msgid "multiplication (×)"
|
186 |
+
msgstr "ضرب (×)"
|
187 |
+
|
188 |
+
#: ../wp-math-captcha.php:896
|
189 |
+
msgid "division (÷)"
|
190 |
+
msgstr "تقسیم (÷)"
|
191 |
+
|
192 |
+
#: ../wp-math-captcha.php:900
|
193 |
+
msgid "numbers"
|
194 |
+
msgstr "اعداد"
|
195 |
+
|
196 |
+
#: ../wp-math-captcha.php:901
|
197 |
+
msgid "words"
|
198 |
+
msgstr "حروف"
|
199 |
+
|
200 |
+
#: ../wp-math-captcha.php:913
|
201 |
+
msgid "Math Captcha settings"
|
202 |
+
msgstr "بخش تنظیمات کپچای ریاضیاتی"
|
203 |
+
|
204 |
+
#: ../wp-math-captcha.php:914
|
205 |
+
msgid "Enable Math Captcha for"
|
206 |
+
msgstr "فعال سازی کد امنیتی برای:"
|
207 |
+
|
208 |
+
#: ../wp-math-captcha.php:915
|
209 |
+
msgid "Hide for logged in users"
|
210 |
+
msgstr "پنهان نمودن کد برای کاربران وارد شده"
|
211 |
+
|
212 |
+
#: ../wp-math-captcha.php:916
|
213 |
+
msgid "Mathematical operations"
|
214 |
+
msgstr "عملگرهای ریاضیاتی"
|
215 |
+
|
216 |
+
#: ../wp-math-captcha.php:917
|
217 |
+
msgid "Display captcha as"
|
218 |
+
msgstr "نمایش کپچا به صورت"
|
219 |
+
|
220 |
+
#: ../wp-math-captcha.php:918
|
221 |
+
msgid "Captcha field title"
|
222 |
+
msgstr "عنوان فیلد کپچا"
|
223 |
+
|
224 |
+
#: ../wp-math-captcha.php:919
|
225 |
+
msgid "Captcha time"
|
226 |
+
msgstr "زمان دهی"
|
227 |
+
|
228 |
+
#: ../wp-math-captcha.php:939
|
229 |
+
msgid "Select were would you like to use Math Captcha."
|
230 |
+
msgstr "محل استفاده ی کپچای ریاضیاتی را مشخص کنید."
|
231 |
+
|
232 |
+
#: ../wp-math-captcha.php:960
|
233 |
+
msgid "Would you like to hide captcha for logged in users?"
|
234 |
+
msgstr "آیا می خواهید کد امنیتی از دید کاربران وارد شده مخفی بماند؟"
|
235 |
+
|
236 |
+
#: ../wp-math-captcha.php:973
|
237 |
+
msgid ""
|
238 |
+
"Select what kind of mathematical operations will be used to generate captcha."
|
239 |
+
msgstr "عنوانی را برای فیلد کپچا انتخاب کنید."
|
240 |
+
|
241 |
+
#: ../wp-math-captcha.php:986
|
242 |
+
msgid "Enter the time (in seconds) a user has to enter captcha value."
|
243 |
+
msgstr "مهلت زمانیه وارد کردن کد امنیتی را برای کاربر مشخص کنید (به ثانیه)"
|
244 |
+
|
245 |
+
#: ../wp-math-captcha.php:1007
|
246 |
+
msgid "Select which mathematical operations to use in your captcha."
|
247 |
+
msgstr ""
|
248 |
+
"عملگرهای ریاضیاتی ای را که می خواهید در تولید کد امنیتی استفاده شوند، انتخاب "
|
249 |
+
"کنید."
|
250 |
+
|
251 |
+
#: ../wp-math-captcha.php:1028
|
252 |
+
msgid "Select how you'd like to display you captcha."
|
253 |
+
msgstr "نحوه ی نمایش دلخواه خود را برای کپچا انتخاب کنید."
|
254 |
+
|
255 |
+
#: ../wp-math-captcha.php:1073
|
256 |
+
msgid ""
|
257 |
+
"You need to check at least one mathematical operation. Defaults settings of "
|
258 |
+
"this option restored."
|
259 |
+
msgstr ""
|
260 |
+
|
261 |
+
#: ../wp-math-captcha.php:1089
|
262 |
+
msgid ""
|
263 |
+
"You need to check at least one group. Defaults settings of this option "
|
264 |
+
"restored."
|
265 |
+
msgstr ""
|
266 |
+
|
267 |
+
#: ../wp-math-captcha.php:1119 ../wp-math-captcha.php:1120
|
268 |
+
#: ../wp-math-captcha.php:1135 ../wp-math-captcha.php:1148
|
269 |
+
#: ../includes/math-captcha-cf7.php:148
|
270 |
+
msgid "Math Captcha"
|
271 |
+
msgstr "کپچای ریاضیاتی"
|
272 |
+
|
273 |
+
#: ../wp-math-captcha.php:1150
|
274 |
+
msgid "Need support?"
|
275 |
+
msgstr "نیاز به پشتیبانی دارید؟"
|
276 |
+
|
277 |
+
#: ../wp-math-captcha.php:1151
|
278 |
+
msgid ""
|
279 |
+
"If you are having problems with this plugin, please talk about them in the"
|
280 |
+
msgstr ""
|
281 |
+
"اگر مشکلی با این افزونه دارید می توانید آن را در انجمن پشتیبانی به آدرس "
|
282 |
+
"روبرو در میان بگذارید:"
|
283 |
+
|
284 |
+
#: ../wp-math-captcha.php:1151
|
285 |
+
msgid "Support forum"
|
286 |
+
msgstr "ورود به انجمن پشتیبانی"
|
287 |
+
|
288 |
+
#: ../wp-math-captcha.php:1153
|
289 |
+
msgid "Do you like this plugin?"
|
290 |
+
msgstr "آیا از این افزونه راضی هستید؟"
|
291 |
+
|
292 |
+
#: ../wp-math-captcha.php:1154
|
293 |
+
msgid "Rate it 5"
|
294 |
+
msgstr "امتیاز دهی"
|
295 |
+
|
296 |
+
#: ../wp-math-captcha.php:1154
|
297 |
+
msgid "on WordPress.org"
|
298 |
+
msgstr "به افزونه در مخزن وردپرس"
|
299 |
+
|
300 |
+
#: ../wp-math-captcha.php:1155
|
301 |
+
msgid "Blog about it & link to the"
|
302 |
+
msgstr "مشاهده مشخصات بیشتر در"
|
303 |
+
|
304 |
+
#: ../wp-math-captcha.php:1155
|
305 |
+
msgid "plugin page"
|
306 |
+
msgstr "صفحه ی افزونه"
|
307 |
+
|
308 |
+
#: ../wp-math-captcha.php:1156
|
309 |
+
msgid "Check out our other"
|
310 |
+
msgstr "مشاهده ی دیگر"
|
311 |
+
|
312 |
+
#: ../wp-math-captcha.php:1156
|
313 |
+
msgid "WordPress plugins"
|
314 |
+
msgstr "افزونه های وردپرسی ما"
|
315 |
+
|
316 |
+
#: ../wp-math-captcha.php:1209
|
317 |
+
msgid "Support"
|
318 |
+
msgstr "پشتیبانی"
|
319 |
+
|
320 |
+
#: ../wp-math-captcha.php:1231
|
321 |
+
msgid "Settings"
|
322 |
+
msgstr "تنظیمات"
|
323 |
+
|
324 |
+
#: ../includes/math-captcha-cf7.php:160
|
325 |
+
msgid "Name"
|
326 |
+
msgstr "نام"
|
327 |
+
|
328 |
+
#: ../includes/math-captcha-cf7.php:166
|
329 |
+
msgid "Input field settings"
|
330 |
+
msgstr "تنظیمات فیلد ورودی"
|
331 |
+
|
332 |
+
#: ../includes/math-captcha-cf7.php:169 ../includes/math-captcha-cf7.php:173
|
333 |
+
msgid "optional"
|
334 |
+
msgstr "اختیاری"
|
335 |
+
|
336 |
+
#: ../includes/math-captcha-cf7.php:179
|
337 |
+
msgid "Copy this code and paste it into the form left."
|
338 |
+
msgstr ""
|
339 |
+
|
340 |
+
#~ msgid "Edited & Translated by"
|
341 |
+
#~ msgstr " ویرایش و فارسی سازی در"
|
342 |
+
|
343 |
+
#~ msgid "wordpress and programming world"
|
344 |
+
#~ msgstr "دنیای وردپرس و برنامه نویسی"
|
languages/math-captcha-fr_FR.po
CHANGED
@@ -1,427 +1,427 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: Math Captcha v1.0.3\n"
|
4 |
-
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: \n"
|
6 |
-
"PO-Revision-Date: 2013-08-25 21:17:30+0000\n"
|
7 |
-
"Last-Translator: SiL3R <contact@xarold.com>\n"
|
8 |
-
"Language-Team: \n"
|
9 |
-
"MIME-Version: 1.0\n"
|
10 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
-
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"Plural-Forms: nplurals=2; plural=n>1;\n"
|
13 |
-
"X-Generator: CSL v1.x\n"
|
14 |
-
"X-Poedit-Language: French\n"
|
15 |
-
"X-Poedit-Country: FRANCE\n"
|
16 |
-
"X-Poedit-SourceCharset: utf-8\n"
|
17 |
-
"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n"
|
18 |
-
"X-Poedit-Basepath: ../\n"
|
19 |
-
"X-Poedit-Bookmarks: \n"
|
20 |
-
"X-Poedit-SearchPath-0: .\n"
|
21 |
-
"X-Textdomain-Support: yes"
|
22 |
-
|
23 |
-
#: includes/math-captcha-cf7.php:109
|
24 |
-
#: wp-math-captcha.php:813
|
25 |
-
#@ math-captcha
|
26 |
-
msgid "Invalid captcha value."
|
27 |
-
msgstr "Valeur du captcha invalide."
|
28 |
-
|
29 |
-
#: includes/math-captcha-cf7.php:113
|
30 |
-
#: wp-math-captcha.php:812
|
31 |
-
#@ math-captcha
|
32 |
-
msgid "Please enter captcha value."
|
33 |
-
msgstr "Veuillez entrez la valeur du captcha."
|
34 |
-
|
35 |
-
#: includes/math-captcha-cf7.php:117
|
36 |
-
#: wp-math-captcha.php:814
|
37 |
-
#@ math-captcha
|
38 |
-
msgid "Captcha time expired."
|
39 |
-
msgstr "Temps du captcha expiré."
|
40 |
-
|
41 |
-
#: includes/math-captcha-cf7.php:148
|
42 |
-
#: wp-math-captcha.php:1080
|
43 |
-
#: wp-math-captcha.php:1081
|
44 |
-
#: wp-math-captcha.php:1096
|
45 |
-
#: wp-math-captcha.php:1109
|
46 |
-
#@ math-captcha
|
47 |
-
msgid "Math Captcha"
|
48 |
-
msgstr "Math Captcha"
|
49 |
-
|
50 |
-
#: includes/math-captcha-cf7.php:160
|
51 |
-
#@ math-captcha
|
52 |
-
msgid "Name"
|
53 |
-
msgstr "Nom"
|
54 |
-
|
55 |
-
#: includes/math-captcha-cf7.php:166
|
56 |
-
#@ math-captcha
|
57 |
-
msgid "Input field settings"
|
58 |
-
msgstr "Réglages du champ"
|
59 |
-
|
60 |
-
#: includes/math-captcha-cf7.php:169
|
61 |
-
#: includes/math-captcha-cf7.php:173
|
62 |
-
#@ math-captcha
|
63 |
-
msgid "optional"
|
64 |
-
msgstr "optionnel"
|
65 |
-
|
66 |
-
#: includes/math-captcha-cf7.php:179
|
67 |
-
#@ math-captcha
|
68 |
-
msgid "Copy this code and paste it into the form left."
|
69 |
-
msgstr "Copiez ce code et collez-le dans le formulaire de gauche."
|
70 |
-
|
71 |
-
#: wp-math-captcha.php:496
|
72 |
-
#@ math-captcha
|
73 |
-
msgid "one"
|
74 |
-
msgstr "un"
|
75 |
-
|
76 |
-
#: wp-math-captcha.php:497
|
77 |
-
#@ math-captcha
|
78 |
-
msgid "two"
|
79 |
-
msgstr "deux"
|
80 |
-
|
81 |
-
#: wp-math-captcha.php:498
|
82 |
-
#@ math-captcha
|
83 |
-
msgid "three"
|
84 |
-
msgstr "trois"
|
85 |
-
|
86 |
-
#: wp-math-captcha.php:499
|
87 |
-
#@ math-captcha
|
88 |
-
msgid "four"
|
89 |
-
msgstr "quatre"
|
90 |
-
|
91 |
-
#: wp-math-captcha.php:500
|
92 |
-
#@ math-captcha
|
93 |
-
msgid "five"
|
94 |
-
msgstr "cinq"
|
95 |
-
|
96 |
-
#: wp-math-captcha.php:501
|
97 |
-
#@ math-captcha
|
98 |
-
msgid "six"
|
99 |
-
msgstr "six"
|
100 |
-
|
101 |
-
#: wp-math-captcha.php:502
|
102 |
-
#@ math-captcha
|
103 |
-
msgid "seven"
|
104 |
-
msgstr "sept"
|
105 |
-
|
106 |
-
#: wp-math-captcha.php:503
|
107 |
-
#@ math-captcha
|
108 |
-
msgid "eight"
|
109 |
-
msgstr "huit"
|
110 |
-
|
111 |
-
#: wp-math-captcha.php:504
|
112 |
-
#@ math-captcha
|
113 |
-
msgid "nine"
|
114 |
-
msgstr "neuf"
|
115 |
-
|
116 |
-
#: wp-math-captcha.php:505
|
117 |
-
#@ math-captcha
|
118 |
-
msgid "ten"
|
119 |
-
msgstr "dix"
|
120 |
-
|
121 |
-
#: wp-math-captcha.php:506
|
122 |
-
#@ math-captcha
|
123 |
-
msgid "eleven"
|
124 |
-
msgstr "onze"
|
125 |
-
|
126 |
-
#: wp-math-captcha.php:507
|
127 |
-
#@ math-captcha
|
128 |
-
msgid "twelve"
|
129 |
-
msgstr "douze"
|
130 |
-
|
131 |
-
#: wp-math-captcha.php:508
|
132 |
-
#@ math-captcha
|
133 |
-
msgid "thirteen"
|
134 |
-
msgstr "treize"
|
135 |
-
|
136 |
-
#: wp-math-captcha.php:509
|
137 |
-
#@ math-captcha
|
138 |
-
msgid "fourteen"
|
139 |
-
msgstr "quatorze"
|
140 |
-
|
141 |
-
#: wp-math-captcha.php:510
|
142 |
-
#@ math-captcha
|
143 |
-
msgid "fifteen"
|
144 |
-
msgstr "quinze"
|
145 |
-
|
146 |
-
#: wp-math-captcha.php:511
|
147 |
-
#@ math-captcha
|
148 |
-
msgid "sixteen"
|
149 |
-
msgstr "seize"
|
150 |
-
|
151 |
-
#: wp-math-captcha.php:512
|
152 |
-
#@ math-captcha
|
153 |
-
msgid "seventeen"
|
154 |
-
msgstr "dix-sept"
|
155 |
-
|
156 |
-
#: wp-math-captcha.php:513
|
157 |
-
#@ math-captcha
|
158 |
-
msgid "eighteen"
|
159 |
-
msgstr "dix-huit"
|
160 |
-
|
161 |
-
#: wp-math-captcha.php:514
|
162 |
-
#@ math-captcha
|
163 |
-
msgid "nineteen"
|
164 |
-
msgstr "dix-neuf"
|
165 |
-
|
166 |
-
#: wp-math-captcha.php:515
|
167 |
-
#@ math-captcha
|
168 |
-
msgid "twenty"
|
169 |
-
msgstr "vingt"
|
170 |
-
|
171 |
-
#: wp-math-captcha.php:516
|
172 |
-
#@ math-captcha
|
173 |
-
msgid "thirty"
|
174 |
-
msgstr "trente"
|
175 |
-
|
176 |
-
#: wp-math-captcha.php:517
|
177 |
-
#@ math-captcha
|
178 |
-
msgid "forty"
|
179 |
-
msgstr "quarante"
|
180 |
-
|
181 |
-
#: wp-math-captcha.php:518
|
182 |
-
#@ math-captcha
|
183 |
-
msgid "fifty"
|
184 |
-
msgstr "cinquante"
|
185 |
-
|
186 |
-
#: wp-math-captcha.php:519
|
187 |
-
#@ math-captcha
|
188 |
-
msgid "sixty"
|
189 |
-
msgstr "soixante"
|
190 |
-
|
191 |
-
#: wp-math-captcha.php:520
|
192 |
-
#@ math-captcha
|
193 |
-
msgid "seventy"
|
194 |
-
msgstr "soixante-dix"
|
195 |
-
|
196 |
-
#: wp-math-captcha.php:521
|
197 |
-
#@ math-captcha
|
198 |
-
msgid "eighty"
|
199 |
-
msgstr "quatre-vingts"
|
200 |
-
|
201 |
-
#: wp-math-captcha.php:522
|
202 |
-
#@ math-captcha
|
203 |
-
msgid "ninety"
|
204 |
-
msgstr "quatre-vingts-dix"
|
205 |
-
|
206 |
-
#: wp-math-captcha.php:812
|
207 |
-
#: wp-math-captcha.php:813
|
208 |
-
#: wp-math-captcha.php:814
|
209 |
-
#@ math-captcha
|
210 |
-
msgid "ERROR"
|
211 |
-
msgstr "ERREUR"
|
212 |
-
|
213 |
-
#: wp-math-captcha.php:818
|
214 |
-
#@ math-captcha
|
215 |
-
msgid "login form"
|
216 |
-
msgstr "formulaire de connexion"
|
217 |
-
|
218 |
-
#: wp-math-captcha.php:819
|
219 |
-
#@ math-captcha
|
220 |
-
msgid "registration form"
|
221 |
-
msgstr "formulaire d'inscription"
|
222 |
-
|
223 |
-
#: wp-math-captcha.php:820
|
224 |
-
#@ math-captcha
|
225 |
-
msgid "reset password form"
|
226 |
-
msgstr "formulaire de réinitialisation du mot de passe"
|
227 |
-
|
228 |
-
#: wp-math-captcha.php:821
|
229 |
-
#@ math-captcha
|
230 |
-
msgid "comment form"
|
231 |
-
msgstr "formulaire de commentaire"
|
232 |
-
|
233 |
-
#: wp-math-captcha.php:822
|
234 |
-
#@ math-captcha
|
235 |
-
msgid "bbpress"
|
236 |
-
msgstr "bbpress"
|
237 |
-
|
238 |
-
#: wp-math-captcha.php:823
|
239 |
-
#@ math-captcha
|
240 |
-
msgid "contact form 7"
|
241 |
-
msgstr "contact form 7"
|
242 |
-
|
243 |
-
#: wp-math-captcha.php:827
|
244 |
-
#@ math-captcha
|
245 |
-
msgid "yes"
|
246 |
-
msgstr "oui"
|
247 |
-
|
248 |
-
#: wp-math-captcha.php:828
|
249 |
-
#@ math-captcha
|
250 |
-
msgid "no"
|
251 |
-
msgstr "non"
|
252 |
-
|
253 |
-
#: wp-math-captcha.php:832
|
254 |
-
#@ math-captcha
|
255 |
-
msgid "addition (+)"
|
256 |
-
msgstr "addition (+)"
|
257 |
-
|
258 |
-
#: wp-math-captcha.php:833
|
259 |
-
#@ math-captcha
|
260 |
-
msgid "subtraction (-)"
|
261 |
-
msgstr "soustraction (-)"
|
262 |
-
|
263 |
-
#: wp-math-captcha.php:834
|
264 |
-
#@ math-captcha
|
265 |
-
msgid "multiplication (×)"
|
266 |
-
msgstr "multiplication (×)"
|
267 |
-
|
268 |
-
#: wp-math-captcha.php:835
|
269 |
-
#@ math-captcha
|
270 |
-
msgid "division (÷)"
|
271 |
-
msgstr "division (÷)"
|
272 |
-
|
273 |
-
#: wp-math-captcha.php:839
|
274 |
-
#@ math-captcha
|
275 |
-
msgid "numbers"
|
276 |
-
msgstr "nombres"
|
277 |
-
|
278 |
-
#: wp-math-captcha.php:840
|
279 |
-
#@ math-captcha
|
280 |
-
msgid "words"
|
281 |
-
msgstr "mots"
|
282 |
-
|
283 |
-
#: wp-math-captcha.php:852
|
284 |
-
#@ math-captcha
|
285 |
-
msgid "Math Captcha settings"
|
286 |
-
msgstr "Réglages Math Captcha"
|
287 |
-
|
288 |
-
#: wp-math-captcha.php:853
|
289 |
-
#@ math-captcha
|
290 |
-
msgid "Enable Math Captcha for"
|
291 |
-
msgstr "Activer Math Captcha pour"
|
292 |
-
|
293 |
-
#: wp-math-captcha.php:854
|
294 |
-
#@ math-captcha
|
295 |
-
msgid "Hide for logged in users"
|
296 |
-
msgstr "Cacher pour les utilisateurs connectés"
|
297 |
-
|
298 |
-
#: wp-math-captcha.php:855
|
299 |
-
#@ math-captcha
|
300 |
-
msgid "Mathematical operations"
|
301 |
-
msgstr "Opérations mathématiques"
|
302 |
-
|
303 |
-
#: wp-math-captcha.php:856
|
304 |
-
#@ math-captcha
|
305 |
-
msgid "Display captcha as"
|
306 |
-
msgstr "Afficher captcha comme"
|
307 |
-
|
308 |
-
#: wp-math-captcha.php:857
|
309 |
-
#@ math-captcha
|
310 |
-
msgid "Captcha field title"
|
311 |
-
msgstr "Champ du titre du captcha"
|
312 |
-
|
313 |
-
#: wp-math-captcha.php:858
|
314 |
-
#@ math-captcha
|
315 |
-
msgid "Captcha time"
|
316 |
-
msgstr "Temps du captcha"
|
317 |
-
|
318 |
-
#: wp-math-captcha.php:859
|
319 |
-
#@ math-captcha
|
320 |
-
msgid "Deactivation"
|
321 |
-
msgstr "Désactivation"
|
322 |
-
|
323 |
-
#: wp-math-captcha.php:879
|
324 |
-
#@ math-captcha
|
325 |
-
msgid "Select were would you like to use Math Captcha."
|
326 |
-
msgstr "Séléctionner où utiliser Math Captcha"
|
327 |
-
|
328 |
-
#: wp-math-captcha.php:900
|
329 |
-
#@ math-captcha
|
330 |
-
msgid "Would you like to hide captcha for logged in users?"
|
331 |
-
msgstr "Voulez vous cacher Math Captcha pour les utilisateurs connectés ?"
|
332 |
-
|
333 |
-
#: wp-math-captcha.php:913
|
334 |
-
#@ math-captcha
|
335 |
-
msgid "Select what kind of mathematical operations will be used to generate captcha."
|
336 |
-
msgstr "Sélectionnez le type d'opérations mathématiques utilisés pour le captcha."
|
337 |
-
|
338 |
-
#: wp-math-captcha.php:926
|
339 |
-
#@ math-captcha
|
340 |
-
msgid "Enter the time (in seconds) a user has to enter captcha value."
|
341 |
-
msgstr "Entrez le temps (en secondes) qu'un utilisateur a pour entrer la valeur du captcha."
|
342 |
-
|
343 |
-
#: wp-math-captcha.php:947
|
344 |
-
#@ math-captcha
|
345 |
-
msgid "Delete settings on plugin deactivation"
|
346 |
-
msgstr "Supprimer les réglages à la désactivation du plugin"
|
347 |
-
|
348 |
-
#: wp-math-captcha.php:968
|
349 |
-
#@ math-captcha
|
350 |
-
msgid "Select which mathematical operations to use in your captcha."
|
351 |
-
msgstr "Sélectionnez les opérations mathématiques à utiliser pour votre captcha."
|
352 |
-
|
353 |
-
#: wp-math-captcha.php:989
|
354 |
-
#@ math-captcha
|
355 |
-
msgid "Select how you'd like to display you captcha."
|
356 |
-
msgstr "Sélectionnez la façon dont vous souhaitez afficher le captcha."
|
357 |
-
|
358 |
-
#: wp-math-captcha.php:1030
|
359 |
-
#@ math-captcha
|
360 |
-
msgid "You need to check at least one mathematical operation. Defaults settings of this option restored."
|
361 |
-
msgstr "Vous devez cocher au moins une opération mathématique. Valeurs par défaut de cette option restaurés."
|
362 |
-
|
363 |
-
#: wp-math-captcha.php:1046
|
364 |
-
#@ math-captcha
|
365 |
-
msgid "You need to check at least one group. Defaults settings of this option restored."
|
366 |
-
msgstr "Vous devez cocher au moins un groupe. Valeurs par défaut de cette option restaurés."
|
367 |
-
|
368 |
-
#: wp-math-captcha.php:1111
|
369 |
-
#@ math-captcha
|
370 |
-
msgid "Need support?"
|
371 |
-
msgstr "Besoin d'aide ?"
|
372 |
-
|
373 |
-
#: wp-math-captcha.php:1112
|
374 |
-
#@ math-captcha
|
375 |
-
msgid "If you are having problems with this plugin, please talk about them in the"
|
376 |
-
msgstr "Si vous rencontrez des problèmes avec ce plugin, veuillez en parler sur le"
|
377 |
-
|
378 |
-
#: wp-math-captcha.php:1112
|
379 |
-
#@ math-captcha
|
380 |
-
msgid "Support forum"
|
381 |
-
msgstr "forum d'entraide"
|
382 |
-
|
383 |
-
#: wp-math-captcha.php:1114
|
384 |
-
#@ math-captcha
|
385 |
-
msgid "Do you like this plugin?"
|
386 |
-
msgstr "Aimez-vous ce plugin ?"
|
387 |
-
|
388 |
-
#: wp-math-captcha.php:1115
|
389 |
-
#@ math-captcha
|
390 |
-
msgid "Rate it 5"
|
391 |
-
msgstr "Notez-le 5"
|
392 |
-
|
393 |
-
#: wp-math-captcha.php:1115
|
394 |
-
#@ math-captcha
|
395 |
-
msgid "on WordPress.org"
|
396 |
-
msgstr "sur WordPress.org"
|
397 |
-
|
398 |
-
#: wp-math-captcha.php:1116
|
399 |
-
#@ math-captcha
|
400 |
-
msgid "Blog about it & link to the"
|
401 |
-
msgstr "Blog à ce sujet et un lien vers la"
|
402 |
-
|
403 |
-
#: wp-math-captcha.php:1116
|
404 |
-
#@ math-captcha
|
405 |
-
msgid "plugin page"
|
406 |
-
msgstr "page du plugin"
|
407 |
-
|
408 |
-
#: wp-math-captcha.php:1117
|
409 |
-
#@ math-captcha
|
410 |
-
msgid "Check out our other"
|
411 |
-
msgstr "Découvrez nos autres"
|
412 |
-
|
413 |
-
#: wp-math-captcha.php:1117
|
414 |
-
#@ math-captcha
|
415 |
-
msgid "WordPress plugins"
|
416 |
-
msgstr "plugins WordPress"
|
417 |
-
|
418 |
-
#: wp-math-captcha.php:1170
|
419 |
-
#@ math-captcha
|
420 |
-
msgid "Support"
|
421 |
-
msgstr "Support"
|
422 |
-
|
423 |
-
#: wp-math-captcha.php:1192
|
424 |
-
#@ math-captcha
|
425 |
-
msgid "Settings"
|
426 |
-
msgstr "Réglages"
|
427 |
-
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: Math Captcha v1.0.3\n"
|
4 |
+
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: \n"
|
6 |
+
"PO-Revision-Date: 2013-08-25 21:17:30+0000\n"
|
7 |
+
"Last-Translator: SiL3R <contact@xarold.com>\n"
|
8 |
+
"Language-Team: \n"
|
9 |
+
"MIME-Version: 1.0\n"
|
10 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
+
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"Plural-Forms: nplurals=2; plural=n>1;\n"
|
13 |
+
"X-Generator: CSL v1.x\n"
|
14 |
+
"X-Poedit-Language: French\n"
|
15 |
+
"X-Poedit-Country: FRANCE\n"
|
16 |
+
"X-Poedit-SourceCharset: utf-8\n"
|
17 |
+
"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n"
|
18 |
+
"X-Poedit-Basepath: ../\n"
|
19 |
+
"X-Poedit-Bookmarks: \n"
|
20 |
+
"X-Poedit-SearchPath-0: .\n"
|
21 |
+
"X-Textdomain-Support: yes"
|
22 |
+
|
23 |
+
#: includes/math-captcha-cf7.php:109
|
24 |
+
#: wp-math-captcha.php:813
|
25 |
+
#@ math-captcha
|
26 |
+
msgid "Invalid captcha value."
|
27 |
+
msgstr "Valeur du captcha invalide."
|
28 |
+
|
29 |
+
#: includes/math-captcha-cf7.php:113
|
30 |
+
#: wp-math-captcha.php:812
|
31 |
+
#@ math-captcha
|
32 |
+
msgid "Please enter captcha value."
|
33 |
+
msgstr "Veuillez entrez la valeur du captcha."
|
34 |
+
|
35 |
+
#: includes/math-captcha-cf7.php:117
|
36 |
+
#: wp-math-captcha.php:814
|
37 |
+
#@ math-captcha
|
38 |
+
msgid "Captcha time expired."
|
39 |
+
msgstr "Temps du captcha expiré."
|
40 |
+
|
41 |
+
#: includes/math-captcha-cf7.php:148
|
42 |
+
#: wp-math-captcha.php:1080
|
43 |
+
#: wp-math-captcha.php:1081
|
44 |
+
#: wp-math-captcha.php:1096
|
45 |
+
#: wp-math-captcha.php:1109
|
46 |
+
#@ math-captcha
|
47 |
+
msgid "Math Captcha"
|
48 |
+
msgstr "Math Captcha"
|
49 |
+
|
50 |
+
#: includes/math-captcha-cf7.php:160
|
51 |
+
#@ math-captcha
|
52 |
+
msgid "Name"
|
53 |
+
msgstr "Nom"
|
54 |
+
|
55 |
+
#: includes/math-captcha-cf7.php:166
|
56 |
+
#@ math-captcha
|
57 |
+
msgid "Input field settings"
|
58 |
+
msgstr "Réglages du champ"
|
59 |
+
|
60 |
+
#: includes/math-captcha-cf7.php:169
|
61 |
+
#: includes/math-captcha-cf7.php:173
|
62 |
+
#@ math-captcha
|
63 |
+
msgid "optional"
|
64 |
+
msgstr "optionnel"
|
65 |
+
|
66 |
+
#: includes/math-captcha-cf7.php:179
|
67 |
+
#@ math-captcha
|
68 |
+
msgid "Copy this code and paste it into the form left."
|
69 |
+
msgstr "Copiez ce code et collez-le dans le formulaire de gauche."
|
70 |
+
|
71 |
+
#: wp-math-captcha.php:496
|
72 |
+
#@ math-captcha
|
73 |
+
msgid "one"
|
74 |
+
msgstr "un"
|
75 |
+
|
76 |
+
#: wp-math-captcha.php:497
|
77 |
+
#@ math-captcha
|
78 |
+
msgid "two"
|
79 |
+
msgstr "deux"
|
80 |
+
|
81 |
+
#: wp-math-captcha.php:498
|
82 |
+
#@ math-captcha
|
83 |
+
msgid "three"
|
84 |
+
msgstr "trois"
|
85 |
+
|
86 |
+
#: wp-math-captcha.php:499
|
87 |
+
#@ math-captcha
|
88 |
+
msgid "four"
|
89 |
+
msgstr "quatre"
|
90 |
+
|
91 |
+
#: wp-math-captcha.php:500
|
92 |
+
#@ math-captcha
|
93 |
+
msgid "five"
|
94 |
+
msgstr "cinq"
|
95 |
+
|
96 |
+
#: wp-math-captcha.php:501
|
97 |
+
#@ math-captcha
|
98 |
+
msgid "six"
|
99 |
+
msgstr "six"
|
100 |
+
|
101 |
+
#: wp-math-captcha.php:502
|
102 |
+
#@ math-captcha
|
103 |
+
msgid "seven"
|
104 |
+
msgstr "sept"
|
105 |
+
|
106 |
+
#: wp-math-captcha.php:503
|
107 |
+
#@ math-captcha
|
108 |
+
msgid "eight"
|
109 |
+
msgstr "huit"
|
110 |
+
|
111 |
+
#: wp-math-captcha.php:504
|
112 |
+
#@ math-captcha
|
113 |
+
msgid "nine"
|
114 |
+
msgstr "neuf"
|
115 |
+
|
116 |
+
#: wp-math-captcha.php:505
|
117 |
+
#@ math-captcha
|
118 |
+
msgid "ten"
|
119 |
+
msgstr "dix"
|
120 |
+
|
121 |
+
#: wp-math-captcha.php:506
|
122 |
+
#@ math-captcha
|
123 |
+
msgid "eleven"
|
124 |
+
msgstr "onze"
|
125 |
+
|
126 |
+
#: wp-math-captcha.php:507
|
127 |
+
#@ math-captcha
|
128 |
+
msgid "twelve"
|
129 |
+
msgstr "douze"
|
130 |
+
|
131 |
+
#: wp-math-captcha.php:508
|
132 |
+
#@ math-captcha
|
133 |
+
msgid "thirteen"
|
134 |
+
msgstr "treize"
|
135 |
+
|
136 |
+
#: wp-math-captcha.php:509
|
137 |
+
#@ math-captcha
|
138 |
+
msgid "fourteen"
|
139 |
+
msgstr "quatorze"
|
140 |
+
|
141 |
+
#: wp-math-captcha.php:510
|
142 |
+
#@ math-captcha
|
143 |
+
msgid "fifteen"
|
144 |
+
msgstr "quinze"
|
145 |
+
|
146 |
+
#: wp-math-captcha.php:511
|
147 |
+
#@ math-captcha
|
148 |
+
msgid "sixteen"
|
149 |
+
msgstr "seize"
|
150 |
+
|
151 |
+
#: wp-math-captcha.php:512
|
152 |
+
#@ math-captcha
|
153 |
+
msgid "seventeen"
|
154 |
+
msgstr "dix-sept"
|
155 |
+
|
156 |
+
#: wp-math-captcha.php:513
|
157 |
+
#@ math-captcha
|
158 |
+
msgid "eighteen"
|
159 |
+
msgstr "dix-huit"
|
160 |
+
|
161 |
+
#: wp-math-captcha.php:514
|
162 |
+
#@ math-captcha
|
163 |
+
msgid "nineteen"
|
164 |
+
msgstr "dix-neuf"
|
165 |
+
|
166 |
+
#: wp-math-captcha.php:515
|
167 |
+
#@ math-captcha
|
168 |
+
msgid "twenty"
|
169 |
+
msgstr "vingt"
|
170 |
+
|
171 |
+
#: wp-math-captcha.php:516
|
172 |
+
#@ math-captcha
|
173 |
+
msgid "thirty"
|
174 |
+
msgstr "trente"
|
175 |
+
|
176 |
+
#: wp-math-captcha.php:517
|
177 |
+
#@ math-captcha
|
178 |
+
msgid "forty"
|
179 |
+
msgstr "quarante"
|
180 |
+
|
181 |
+
#: wp-math-captcha.php:518
|
182 |
+
#@ math-captcha
|
183 |
+
msgid "fifty"
|
184 |
+
msgstr "cinquante"
|
185 |
+
|
186 |
+
#: wp-math-captcha.php:519
|
187 |
+
#@ math-captcha
|
188 |
+
msgid "sixty"
|
189 |
+
msgstr "soixante"
|
190 |
+
|
191 |
+
#: wp-math-captcha.php:520
|
192 |
+
#@ math-captcha
|
193 |
+
msgid "seventy"
|
194 |
+
msgstr "soixante-dix"
|
195 |
+
|
196 |
+
#: wp-math-captcha.php:521
|
197 |
+
#@ math-captcha
|
198 |
+
msgid "eighty"
|
199 |
+
msgstr "quatre-vingts"
|
200 |
+
|
201 |
+
#: wp-math-captcha.php:522
|
202 |
+
#@ math-captcha
|
203 |
+
msgid "ninety"
|
204 |
+
msgstr "quatre-vingts-dix"
|
205 |
+
|
206 |
+
#: wp-math-captcha.php:812
|
207 |
+
#: wp-math-captcha.php:813
|
208 |
+
#: wp-math-captcha.php:814
|
209 |
+
#@ math-captcha
|
210 |
+
msgid "ERROR"
|
211 |
+
msgstr "ERREUR"
|
212 |
+
|
213 |
+
#: wp-math-captcha.php:818
|
214 |
+
#@ math-captcha
|
215 |
+
msgid "login form"
|
216 |
+
msgstr "formulaire de connexion"
|
217 |
+
|
218 |
+
#: wp-math-captcha.php:819
|
219 |
+
#@ math-captcha
|
220 |
+
msgid "registration form"
|
221 |
+
msgstr "formulaire d'inscription"
|
222 |
+
|
223 |
+
#: wp-math-captcha.php:820
|
224 |
+
#@ math-captcha
|
225 |
+
msgid "reset password form"
|
226 |
+
msgstr "formulaire de réinitialisation du mot de passe"
|
227 |
+
|
228 |
+
#: wp-math-captcha.php:821
|
229 |
+
#@ math-captcha
|
230 |
+
msgid "comment form"
|
231 |
+
msgstr "formulaire de commentaire"
|
232 |
+
|
233 |
+
#: wp-math-captcha.php:822
|
234 |
+
#@ math-captcha
|
235 |
+
msgid "bbpress"
|
236 |
+
msgstr "bbpress"
|
237 |
+
|
238 |
+
#: wp-math-captcha.php:823
|
239 |
+
#@ math-captcha
|
240 |
+
msgid "contact form 7"
|
241 |
+
msgstr "contact form 7"
|
242 |
+
|
243 |
+
#: wp-math-captcha.php:827
|
244 |
+
#@ math-captcha
|
245 |
+
msgid "yes"
|
246 |
+
msgstr "oui"
|
247 |
+
|
248 |
+
#: wp-math-captcha.php:828
|
249 |
+
#@ math-captcha
|
250 |
+
msgid "no"
|
251 |
+
msgstr "non"
|
252 |
+
|
253 |
+
#: wp-math-captcha.php:832
|
254 |
+
#@ math-captcha
|
255 |
+
msgid "addition (+)"
|
256 |
+
msgstr "addition (+)"
|
257 |
+
|
258 |
+
#: wp-math-captcha.php:833
|
259 |
+
#@ math-captcha
|
260 |
+
msgid "subtraction (-)"
|
261 |
+
msgstr "soustraction (-)"
|
262 |
+
|
263 |
+
#: wp-math-captcha.php:834
|
264 |
+
#@ math-captcha
|
265 |
+
msgid "multiplication (×)"
|
266 |
+
msgstr "multiplication (×)"
|
267 |
+
|
268 |
+
#: wp-math-captcha.php:835
|
269 |
+
#@ math-captcha
|
270 |
+
msgid "division (÷)"
|
271 |
+
msgstr "division (÷)"
|
272 |
+
|
273 |
+
#: wp-math-captcha.php:839
|
274 |
+
#@ math-captcha
|
275 |
+
msgid "numbers"
|
276 |
+
msgstr "nombres"
|
277 |
+
|
278 |
+
#: wp-math-captcha.php:840
|
279 |
+
#@ math-captcha
|
280 |
+
msgid "words"
|
281 |
+
msgstr "mots"
|
282 |
+
|
283 |
+
#: wp-math-captcha.php:852
|
284 |
+
#@ math-captcha
|
285 |
+
msgid "Math Captcha settings"
|
286 |
+
msgstr "Réglages Math Captcha"
|
287 |
+
|
288 |
+
#: wp-math-captcha.php:853
|
289 |
+
#@ math-captcha
|
290 |
+
msgid "Enable Math Captcha for"
|
291 |
+
msgstr "Activer Math Captcha pour"
|
292 |
+
|
293 |
+
#: wp-math-captcha.php:854
|
294 |
+
#@ math-captcha
|
295 |
+
msgid "Hide for logged in users"
|
296 |
+
msgstr "Cacher pour les utilisateurs connectés"
|
297 |
+
|
298 |
+
#: wp-math-captcha.php:855
|
299 |
+
#@ math-captcha
|
300 |
+
msgid "Mathematical operations"
|
301 |
+
msgstr "Opérations mathématiques"
|
302 |
+
|
303 |
+
#: wp-math-captcha.php:856
|
304 |
+
#@ math-captcha
|
305 |
+
msgid "Display captcha as"
|
306 |
+
msgstr "Afficher captcha comme"
|
307 |
+
|
308 |
+
#: wp-math-captcha.php:857
|
309 |
+
#@ math-captcha
|
310 |
+
msgid "Captcha field title"
|
311 |
+
msgstr "Champ du titre du captcha"
|
312 |
+
|
313 |
+
#: wp-math-captcha.php:858
|
314 |
+
#@ math-captcha
|
315 |
+
msgid "Captcha time"
|
316 |
+
msgstr "Temps du captcha"
|
317 |
+
|
318 |
+
#: wp-math-captcha.php:859
|
319 |
+
#@ math-captcha
|
320 |
+
msgid "Deactivation"
|
321 |
+
msgstr "Désactivation"
|
322 |
+
|
323 |
+
#: wp-math-captcha.php:879
|
324 |
+
#@ math-captcha
|
325 |
+
msgid "Select were would you like to use Math Captcha."
|
326 |
+
msgstr "Séléctionner où utiliser Math Captcha"
|
327 |
+
|
328 |
+
#: wp-math-captcha.php:900
|
329 |
+
#@ math-captcha
|
330 |
+
msgid "Would you like to hide captcha for logged in users?"
|
331 |
+
msgstr "Voulez vous cacher Math Captcha pour les utilisateurs connectés ?"
|
332 |
+
|
333 |
+
#: wp-math-captcha.php:913
|
334 |
+
#@ math-captcha
|
335 |
+
msgid "Select what kind of mathematical operations will be used to generate captcha."
|
336 |
+
msgstr "Sélectionnez le type d'opérations mathématiques utilisés pour le captcha."
|
337 |
+
|
338 |
+
#: wp-math-captcha.php:926
|
339 |
+
#@ math-captcha
|
340 |
+
msgid "Enter the time (in seconds) a user has to enter captcha value."
|
341 |
+
msgstr "Entrez le temps (en secondes) qu'un utilisateur a pour entrer la valeur du captcha."
|
342 |
+
|
343 |
+
#: wp-math-captcha.php:947
|
344 |
+
#@ math-captcha
|
345 |
+
msgid "Delete settings on plugin deactivation"
|
346 |
+
msgstr "Supprimer les réglages à la désactivation du plugin"
|
347 |
+
|
348 |
+
#: wp-math-captcha.php:968
|
349 |
+
#@ math-captcha
|
350 |
+
msgid "Select which mathematical operations to use in your captcha."
|
351 |
+
msgstr "Sélectionnez les opérations mathématiques à utiliser pour votre captcha."
|
352 |
+
|
353 |
+
#: wp-math-captcha.php:989
|
354 |
+
#@ math-captcha
|
355 |
+
msgid "Select how you'd like to display you captcha."
|
356 |
+
msgstr "Sélectionnez la façon dont vous souhaitez afficher le captcha."
|
357 |
+
|
358 |
+
#: wp-math-captcha.php:1030
|
359 |
+
#@ math-captcha
|
360 |
+
msgid "You need to check at least one mathematical operation. Defaults settings of this option restored."
|
361 |
+
msgstr "Vous devez cocher au moins une opération mathématique. Valeurs par défaut de cette option restaurés."
|
362 |
+
|
363 |
+
#: wp-math-captcha.php:1046
|
364 |
+
#@ math-captcha
|
365 |
+
msgid "You need to check at least one group. Defaults settings of this option restored."
|
366 |
+
msgstr "Vous devez cocher au moins un groupe. Valeurs par défaut de cette option restaurés."
|
367 |
+
|
368 |
+
#: wp-math-captcha.php:1111
|
369 |
+
#@ math-captcha
|
370 |
+
msgid "Need support?"
|
371 |
+
msgstr "Besoin d'aide ?"
|
372 |
+
|
373 |
+
#: wp-math-captcha.php:1112
|
374 |
+
#@ math-captcha
|
375 |
+
msgid "If you are having problems with this plugin, please talk about them in the"
|
376 |
+
msgstr "Si vous rencontrez des problèmes avec ce plugin, veuillez en parler sur le"
|
377 |
+
|
378 |
+
#: wp-math-captcha.php:1112
|
379 |
+
#@ math-captcha
|
380 |
+
msgid "Support forum"
|
381 |
+
msgstr "forum d'entraide"
|
382 |
+
|
383 |
+
#: wp-math-captcha.php:1114
|
384 |
+
#@ math-captcha
|
385 |
+
msgid "Do you like this plugin?"
|
386 |
+
msgstr "Aimez-vous ce plugin ?"
|
387 |
+
|
388 |
+
#: wp-math-captcha.php:1115
|
389 |
+
#@ math-captcha
|
390 |
+
msgid "Rate it 5"
|
391 |
+
msgstr "Notez-le 5"
|
392 |
+
|
393 |
+
#: wp-math-captcha.php:1115
|
394 |
+
#@ math-captcha
|
395 |
+
msgid "on WordPress.org"
|
396 |
+
msgstr "sur WordPress.org"
|
397 |
+
|
398 |
+
#: wp-math-captcha.php:1116
|
399 |
+
#@ math-captcha
|
400 |
+
msgid "Blog about it & link to the"
|
401 |
+
msgstr "Blog à ce sujet et un lien vers la"
|
402 |
+
|
403 |
+
#: wp-math-captcha.php:1116
|
404 |
+
#@ math-captcha
|
405 |
+
msgid "plugin page"
|
406 |
+
msgstr "page du plugin"
|
407 |
+
|
408 |
+
#: wp-math-captcha.php:1117
|
409 |
+
#@ math-captcha
|
410 |
+
msgid "Check out our other"
|
411 |
+
msgstr "Découvrez nos autres"
|
412 |
+
|
413 |
+
#: wp-math-captcha.php:1117
|
414 |
+
#@ math-captcha
|
415 |
+
msgid "WordPress plugins"
|
416 |
+
msgstr "plugins WordPress"
|
417 |
+
|
418 |
+
#: wp-math-captcha.php:1170
|
419 |
+
#@ math-captcha
|
420 |
+
msgid "Support"
|
421 |
+
msgstr "Support"
|
422 |
+
|
423 |
+
#: wp-math-captcha.php:1192
|
424 |
+
#@ math-captcha
|
425 |
+
msgid "Settings"
|
426 |
+
msgstr "Réglages"
|
427 |
+
|
languages/math-captcha-it_IT.po
CHANGED
@@ -1,343 +1,343 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: Math Captcha\n"
|
4 |
-
"POT-Creation-Date: 2013-08-28 11:18+0100\n"
|
5 |
-
"PO-Revision-Date: 2013-10-07 09:21+0100\n"
|
6 |
-
"Last-Translator: Alessandro Fiorotto <alex@fiorotto.com>\n"
|
7 |
-
"Language-Team: \n"
|
8 |
-
"Language: English\n"
|
9 |
-
"MIME-Version: 1.0\n"
|
10 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
-
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"X-Generator: Poedit 1.5.7\n"
|
13 |
-
"X-Poedit-KeywordsList: gettext;gettext_noop;__;_e\n"
|
14 |
-
"X-Poedit-Basepath: .\n"
|
15 |
-
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
-
"X-Poedit-SearchPath-0: ..\n"
|
17 |
-
|
18 |
-
#: ../wp-math-captcha.php:496
|
19 |
-
msgid "one"
|
20 |
-
msgstr "uno"
|
21 |
-
|
22 |
-
#: ../wp-math-captcha.php:497
|
23 |
-
msgid "two"
|
24 |
-
msgstr "due"
|
25 |
-
|
26 |
-
#: ../wp-math-captcha.php:498
|
27 |
-
msgid "three"
|
28 |
-
msgstr "tre"
|
29 |
-
|
30 |
-
#: ../wp-math-captcha.php:499
|
31 |
-
msgid "four"
|
32 |
-
msgstr "quattro"
|
33 |
-
|
34 |
-
#: ../wp-math-captcha.php:500
|
35 |
-
msgid "five"
|
36 |
-
msgstr "cinque"
|
37 |
-
|
38 |
-
#: ../wp-math-captcha.php:501
|
39 |
-
msgid "six"
|
40 |
-
msgstr "sei"
|
41 |
-
|
42 |
-
#: ../wp-math-captcha.php:502
|
43 |
-
msgid "seven"
|
44 |
-
msgstr "sette"
|
45 |
-
|
46 |
-
#: ../wp-math-captcha.php:503
|
47 |
-
msgid "eight"
|
48 |
-
msgstr "otto"
|
49 |
-
|
50 |
-
#: ../wp-math-captcha.php:504
|
51 |
-
msgid "nine"
|
52 |
-
msgstr "nove"
|
53 |
-
|
54 |
-
#: ../wp-math-captcha.php:505
|
55 |
-
msgid "ten"
|
56 |
-
msgstr "dieci"
|
57 |
-
|
58 |
-
#: ../wp-math-captcha.php:506
|
59 |
-
msgid "eleven"
|
60 |
-
msgstr "undici"
|
61 |
-
|
62 |
-
#: ../wp-math-captcha.php:507
|
63 |
-
msgid "twelve"
|
64 |
-
msgstr "dodici"
|
65 |
-
|
66 |
-
#: ../wp-math-captcha.php:508
|
67 |
-
msgid "thirteen"
|
68 |
-
msgstr "tredici"
|
69 |
-
|
70 |
-
#: ../wp-math-captcha.php:509
|
71 |
-
msgid "fourteen"
|
72 |
-
msgstr "quattordici"
|
73 |
-
|
74 |
-
#: ../wp-math-captcha.php:510
|
75 |
-
msgid "fifteen"
|
76 |
-
msgstr "quindici"
|
77 |
-
|
78 |
-
#: ../wp-math-captcha.php:511
|
79 |
-
msgid "sixteen"
|
80 |
-
msgstr "sedici"
|
81 |
-
|
82 |
-
#: ../wp-math-captcha.php:512
|
83 |
-
msgid "seventeen"
|
84 |
-
msgstr "diciassette"
|
85 |
-
|
86 |
-
#: ../wp-math-captcha.php:513
|
87 |
-
msgid "eighteen"
|
88 |
-
msgstr "diciotto"
|
89 |
-
|
90 |
-
#: ../wp-math-captcha.php:514
|
91 |
-
msgid "nineteen"
|
92 |
-
msgstr "diciannove"
|
93 |
-
|
94 |
-
#: ../wp-math-captcha.php:515
|
95 |
-
msgid "twenty"
|
96 |
-
msgstr "venti"
|
97 |
-
|
98 |
-
#: ../wp-math-captcha.php:516
|
99 |
-
msgid "thirty"
|
100 |
-
msgstr "trenta"
|
101 |
-
|
102 |
-
#: ../wp-math-captcha.php:517
|
103 |
-
msgid "forty"
|
104 |
-
msgstr "quaranta"
|
105 |
-
|
106 |
-
#: ../wp-math-captcha.php:518
|
107 |
-
msgid "fifty"
|
108 |
-
msgstr "cinquanta"
|
109 |
-
|
110 |
-
#: ../wp-math-captcha.php:519
|
111 |
-
msgid "sixty"
|
112 |
-
msgstr "sessanta"
|
113 |
-
|
114 |
-
#: ../wp-math-captcha.php:520
|
115 |
-
msgid "seventy"
|
116 |
-
msgstr "settanta"
|
117 |
-
|
118 |
-
#: ../wp-math-captcha.php:521
|
119 |
-
msgid "eighty"
|
120 |
-
msgstr "ottanta"
|
121 |
-
|
122 |
-
#: ../wp-math-captcha.php:522
|
123 |
-
msgid "ninety"
|
124 |
-
msgstr "novanta"
|
125 |
-
|
126 |
-
#: ../wp-math-captcha.php:814
|
127 |
-
#: ../wp-math-captcha.php:815
|
128 |
-
#: ../wp-math-captcha.php:816
|
129 |
-
msgid "ERROR"
|
130 |
-
msgstr "ERRORE"
|
131 |
-
|
132 |
-
#: ../wp-math-captcha.php:814
|
133 |
-
#: ../includes/math-captcha-cf7.php:113
|
134 |
-
msgid "Please enter captcha value."
|
135 |
-
msgstr "Inserire il risultato dell'operazione matematica."
|
136 |
-
|
137 |
-
#: ../wp-math-captcha.php:815
|
138 |
-
#: ../includes/math-captcha-cf7.php:109
|
139 |
-
msgid "Invalid captcha value."
|
140 |
-
msgstr "Il risultato dell'operazione matematica è sbagliato."
|
141 |
-
|
142 |
-
#: ../wp-math-captcha.php:816
|
143 |
-
#: ../includes/math-captcha-cf7.php:117
|
144 |
-
msgid "Captcha time expired."
|
145 |
-
msgstr "Il tempo per rispondere all'operazione matematica è scaduto."
|
146 |
-
|
147 |
-
#: ../wp-math-captcha.php:820
|
148 |
-
msgid "login form"
|
149 |
-
msgstr "moduto di autenticazione"
|
150 |
-
|
151 |
-
#: ../wp-math-captcha.php:821
|
152 |
-
msgid "registration form"
|
153 |
-
msgstr "modulo di registrazione"
|
154 |
-
|
155 |
-
#: ../wp-math-captcha.php:822
|
156 |
-
msgid "reset password form"
|
157 |
-
msgstr "modulo reset password"
|
158 |
-
|
159 |
-
#: ../wp-math-captcha.php:823
|
160 |
-
msgid "comment form"
|
161 |
-
msgstr "modulo dei commenti"
|
162 |
-
|
163 |
-
#: ../wp-math-captcha.php:824
|
164 |
-
msgid "bbpress"
|
165 |
-
msgstr "bbpress"
|
166 |
-
|
167 |
-
#: ../wp-math-captcha.php:825
|
168 |
-
msgid "contact form 7"
|
169 |
-
msgstr "contact form 7"
|
170 |
-
|
171 |
-
#: ../wp-math-captcha.php:829
|
172 |
-
msgid "yes"
|
173 |
-
msgstr "si"
|
174 |
-
|
175 |
-
#: ../wp-math-captcha.php:830
|
176 |
-
msgid "no"
|
177 |
-
msgstr "no"
|
178 |
-
|
179 |
-
#: ../wp-math-captcha.php:834
|
180 |
-
msgid "addition (+)"
|
181 |
-
msgstr "addizione (+)"
|
182 |
-
|
183 |
-
#: ../wp-math-captcha.php:835
|
184 |
-
msgid "subtraction (-)"
|
185 |
-
msgstr "sottrazione (-)"
|
186 |
-
|
187 |
-
#: ../wp-math-captcha.php:836
|
188 |
-
msgid "multiplication (×)"
|
189 |
-
msgstr "moltiplicazione (×)"
|
190 |
-
|
191 |
-
#: ../wp-math-captcha.php:837
|
192 |
-
msgid "division (÷)"
|
193 |
-
msgstr "divisione (÷)"
|
194 |
-
|
195 |
-
#: ../wp-math-captcha.php:841
|
196 |
-
msgid "numbers"
|
197 |
-
msgstr "numeri"
|
198 |
-
|
199 |
-
#: ../wp-math-captcha.php:842
|
200 |
-
msgid "words"
|
201 |
-
msgstr "parole"
|
202 |
-
|
203 |
-
#: ../wp-math-captcha.php:854
|
204 |
-
msgid "Math Captcha settings"
|
205 |
-
msgstr "Impostazioni Math Captcha"
|
206 |
-
|
207 |
-
#: ../wp-math-captcha.php:855
|
208 |
-
msgid "Enable Math Captcha for"
|
209 |
-
msgstr "Abilita Math Captcha per"
|
210 |
-
|
211 |
-
#: ../wp-math-captcha.php:856
|
212 |
-
msgid "Hide for logged in users"
|
213 |
-
msgstr "Nascondi per gli utenti autenticati"
|
214 |
-
|
215 |
-
#: ../wp-math-captcha.php:857
|
216 |
-
msgid "Mathematical operations"
|
217 |
-
msgstr "Operazioni matematiche"
|
218 |
-
|
219 |
-
#: ../wp-math-captcha.php:858
|
220 |
-
msgid "Display captcha as"
|
221 |
-
msgstr "Mostra captcha come"
|
222 |
-
|
223 |
-
#: ../wp-math-captcha.php:859
|
224 |
-
msgid "Captcha field title"
|
225 |
-
msgstr "Titolo del captcha"
|
226 |
-
|
227 |
-
#: ../wp-math-captcha.php:860
|
228 |
-
msgid "Captcha time"
|
229 |
-
msgstr "Tempo a disposizione"
|
230 |
-
|
231 |
-
#: ../wp-math-captcha.php:861
|
232 |
-
msgid "Deactivation"
|
233 |
-
msgstr "Disattivazione"
|
234 |
-
|
235 |
-
#: ../wp-math-captcha.php:881
|
236 |
-
msgid "Select were would you like to use Math Captcha."
|
237 |
-
msgstr "Seleziona quando far apparire il Math Captcha."
|
238 |
-
|
239 |
-
#: ../wp-math-captcha.php:902
|
240 |
-
msgid "Would you like to hide captcha for logged in users?"
|
241 |
-
msgstr "Desideri usare captcha per gli utenti autenticati?"
|
242 |
-
|
243 |
-
#: ../wp-math-captcha.php:915
|
244 |
-
msgid "How to entitle field with captcha?"
|
245 |
-
msgstr "Come titolare il campo del captcha?"
|
246 |
-
|
247 |
-
#: ../wp-math-captcha.php:928
|
248 |
-
msgid "Enter the time (in seconds) a user has to enter captcha value."
|
249 |
-
msgstr "Inserisci il tempo (in secondi) disponibile per inserire una risposta."
|
250 |
-
|
251 |
-
#: ../wp-math-captcha.php:949
|
252 |
-
msgid "Delete settings on plugin deactivation"
|
253 |
-
msgstr "Cancella le impostazioni alla disattivazione del plugin"
|
254 |
-
|
255 |
-
#: ../wp-math-captcha.php:970
|
256 |
-
msgid "Select which mathematical operations to use in your captcha."
|
257 |
-
msgstr "Seleziona quali operazioni matematiche utilizzare nel tuo captcha."
|
258 |
-
|
259 |
-
#: ../wp-math-captcha.php:991
|
260 |
-
msgid "Select how you'd like to display you captcha."
|
261 |
-
msgstr "Selezionare come vuoi visualizzare il tuo captcha."
|
262 |
-
|
263 |
-
#: ../wp-math-captcha.php:1032
|
264 |
-
msgid "You need to check at least one mathematical operation. Defaults settings of this option restored."
|
265 |
-
msgstr "Si deve selezionare almeno un'operazione matematica. Sono stare ripristinate le impostazioni predefinite."
|
266 |
-
|
267 |
-
#: ../wp-math-captcha.php:1048
|
268 |
-
msgid "You need to check at least one group. Defaults settings of this option restored."
|
269 |
-
msgstr "Il captcha deve essere attivato per almeno un gruppo. Sono stare ripristinate le impostazioni predefinite."
|
270 |
-
|
271 |
-
#: ../wp-math-captcha.php:1082
|
272 |
-
#: ../wp-math-captcha.php:1083
|
273 |
-
#: ../wp-math-captcha.php:1098
|
274 |
-
#: ../wp-math-captcha.php:1111
|
275 |
-
#: ../includes/math-captcha-cf7.php:148
|
276 |
-
msgid "Math Captcha"
|
277 |
-
msgstr "Math Captcha"
|
278 |
-
|
279 |
-
#: ../wp-math-captcha.php:1113
|
280 |
-
msgid "Need support?"
|
281 |
-
msgstr "Serve aiuto?"
|
282 |
-
|
283 |
-
#: ../wp-math-captcha.php:1114
|
284 |
-
msgid "If you are having problems with this plugin, please talk about them in the"
|
285 |
-
msgstr "Se hai problemi con questo plugin, parlane nel"
|
286 |
-
|
287 |
-
#: ../wp-math-captcha.php:1114
|
288 |
-
msgid "Support forum"
|
289 |
-
msgstr "forum di supporto"
|
290 |
-
|
291 |
-
#: ../wp-math-captcha.php:1116
|
292 |
-
msgid "Do you like this plugin?"
|
293 |
-
msgstr "Ti piace questo plugin?"
|
294 |
-
|
295 |
-
#: ../wp-math-captcha.php:1117
|
296 |
-
msgid "Rate it 5"
|
297 |
-
msgstr "Votalo 5"
|
298 |
-
|
299 |
-
#: ../wp-math-captcha.php:1117
|
300 |
-
msgid "on WordPress.org"
|
301 |
-
msgstr "su WordPress.org"
|
302 |
-
|
303 |
-
#: ../wp-math-captcha.php:1118
|
304 |
-
msgid "Blog about it & link to the"
|
305 |
-
msgstr "Blogga e linka la"
|
306 |
-
|
307 |
-
#: ../wp-math-captcha.php:1118
|
308 |
-
msgid "plugin page"
|
309 |
-
msgstr "pagina del plugin"
|
310 |
-
|
311 |
-
#: ../wp-math-captcha.php:1119
|
312 |
-
msgid "Check out our other"
|
313 |
-
msgstr "Vedi gli altri nostri"
|
314 |
-
|
315 |
-
#: ../wp-math-captcha.php:1119
|
316 |
-
msgid "WordPress plugins"
|
317 |
-
msgstr "plugin di WordPress"
|
318 |
-
|
319 |
-
#: ../wp-math-captcha.php:1172
|
320 |
-
msgid "Support"
|
321 |
-
msgstr "Supporto"
|
322 |
-
|
323 |
-
#: ../wp-math-captcha.php:1194
|
324 |
-
msgid "Settings"
|
325 |
-
msgstr "Impostazioni"
|
326 |
-
|
327 |
-
#: ../includes/math-captcha-cf7.php:160
|
328 |
-
msgid "Name"
|
329 |
-
msgstr "Nome"
|
330 |
-
|
331 |
-
#: ../includes/math-captcha-cf7.php:166
|
332 |
-
msgid "Input field settings"
|
333 |
-
msgstr "Impostazioni di inserimento"
|
334 |
-
|
335 |
-
#: ../includes/math-captcha-cf7.php:169
|
336 |
-
#: ../includes/math-captcha-cf7.php:173
|
337 |
-
msgid "optional"
|
338 |
-
msgstr "opzionale"
|
339 |
-
|
340 |
-
#: ../includes/math-captcha-cf7.php:179
|
341 |
-
msgid "Copy this code and paste it into the form left."
|
342 |
-
msgstr "Copia questo codice alla sinistra del modulo."
|
343 |
-
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: Math Captcha\n"
|
4 |
+
"POT-Creation-Date: 2013-08-28 11:18+0100\n"
|
5 |
+
"PO-Revision-Date: 2013-10-07 09:21+0100\n"
|
6 |
+
"Last-Translator: Alessandro Fiorotto <alex@fiorotto.com>\n"
|
7 |
+
"Language-Team: \n"
|
8 |
+
"Language: English\n"
|
9 |
+
"MIME-Version: 1.0\n"
|
10 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
+
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"X-Generator: Poedit 1.5.7\n"
|
13 |
+
"X-Poedit-KeywordsList: gettext;gettext_noop;__;_e\n"
|
14 |
+
"X-Poedit-Basepath: .\n"
|
15 |
+
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
+
"X-Poedit-SearchPath-0: ..\n"
|
17 |
+
|
18 |
+
#: ../wp-math-captcha.php:496
|
19 |
+
msgid "one"
|
20 |
+
msgstr "uno"
|
21 |
+
|
22 |
+
#: ../wp-math-captcha.php:497
|
23 |
+
msgid "two"
|
24 |
+
msgstr "due"
|
25 |
+
|
26 |
+
#: ../wp-math-captcha.php:498
|
27 |
+
msgid "three"
|
28 |
+
msgstr "tre"
|
29 |
+
|
30 |
+
#: ../wp-math-captcha.php:499
|
31 |
+
msgid "four"
|
32 |
+
msgstr "quattro"
|
33 |
+
|
34 |
+
#: ../wp-math-captcha.php:500
|
35 |
+
msgid "five"
|
36 |
+
msgstr "cinque"
|
37 |
+
|
38 |
+
#: ../wp-math-captcha.php:501
|
39 |
+
msgid "six"
|
40 |
+
msgstr "sei"
|
41 |
+
|
42 |
+
#: ../wp-math-captcha.php:502
|
43 |
+
msgid "seven"
|
44 |
+
msgstr "sette"
|
45 |
+
|
46 |
+
#: ../wp-math-captcha.php:503
|
47 |
+
msgid "eight"
|
48 |
+
msgstr "otto"
|
49 |
+
|
50 |
+
#: ../wp-math-captcha.php:504
|
51 |
+
msgid "nine"
|
52 |
+
msgstr "nove"
|
53 |
+
|
54 |
+
#: ../wp-math-captcha.php:505
|
55 |
+
msgid "ten"
|
56 |
+
msgstr "dieci"
|
57 |
+
|
58 |
+
#: ../wp-math-captcha.php:506
|
59 |
+
msgid "eleven"
|
60 |
+
msgstr "undici"
|
61 |
+
|
62 |
+
#: ../wp-math-captcha.php:507
|
63 |
+
msgid "twelve"
|
64 |
+
msgstr "dodici"
|
65 |
+
|
66 |
+
#: ../wp-math-captcha.php:508
|
67 |
+
msgid "thirteen"
|
68 |
+
msgstr "tredici"
|
69 |
+
|
70 |
+
#: ../wp-math-captcha.php:509
|
71 |
+
msgid "fourteen"
|
72 |
+
msgstr "quattordici"
|
73 |
+
|
74 |
+
#: ../wp-math-captcha.php:510
|
75 |
+
msgid "fifteen"
|
76 |
+
msgstr "quindici"
|
77 |
+
|
78 |
+
#: ../wp-math-captcha.php:511
|
79 |
+
msgid "sixteen"
|
80 |
+
msgstr "sedici"
|
81 |
+
|
82 |
+
#: ../wp-math-captcha.php:512
|
83 |
+
msgid "seventeen"
|
84 |
+
msgstr "diciassette"
|
85 |
+
|
86 |
+
#: ../wp-math-captcha.php:513
|
87 |
+
msgid "eighteen"
|
88 |
+
msgstr "diciotto"
|
89 |
+
|
90 |
+
#: ../wp-math-captcha.php:514
|
91 |
+
msgid "nineteen"
|
92 |
+
msgstr "diciannove"
|
93 |
+
|
94 |
+
#: ../wp-math-captcha.php:515
|
95 |
+
msgid "twenty"
|
96 |
+
msgstr "venti"
|
97 |
+
|
98 |
+
#: ../wp-math-captcha.php:516
|
99 |
+
msgid "thirty"
|
100 |
+
msgstr "trenta"
|
101 |
+
|
102 |
+
#: ../wp-math-captcha.php:517
|
103 |
+
msgid "forty"
|
104 |
+
msgstr "quaranta"
|
105 |
+
|
106 |
+
#: ../wp-math-captcha.php:518
|
107 |
+
msgid "fifty"
|
108 |
+
msgstr "cinquanta"
|
109 |
+
|
110 |
+
#: ../wp-math-captcha.php:519
|
111 |
+
msgid "sixty"
|
112 |
+
msgstr "sessanta"
|
113 |
+
|
114 |
+
#: ../wp-math-captcha.php:520
|
115 |
+
msgid "seventy"
|
116 |
+
msgstr "settanta"
|
117 |
+
|
118 |
+
#: ../wp-math-captcha.php:521
|
119 |
+
msgid "eighty"
|
120 |
+
msgstr "ottanta"
|
121 |
+
|
122 |
+
#: ../wp-math-captcha.php:522
|
123 |
+
msgid "ninety"
|
124 |
+
msgstr "novanta"
|
125 |
+
|
126 |
+
#: ../wp-math-captcha.php:814
|
127 |
+
#: ../wp-math-captcha.php:815
|
128 |
+
#: ../wp-math-captcha.php:816
|
129 |
+
msgid "ERROR"
|
130 |
+
msgstr "ERRORE"
|
131 |
+
|
132 |
+
#: ../wp-math-captcha.php:814
|
133 |
+
#: ../includes/math-captcha-cf7.php:113
|
134 |
+
msgid "Please enter captcha value."
|
135 |
+
msgstr "Inserire il risultato dell'operazione matematica."
|
136 |
+
|
137 |
+
#: ../wp-math-captcha.php:815
|
138 |
+
#: ../includes/math-captcha-cf7.php:109
|
139 |
+
msgid "Invalid captcha value."
|
140 |
+
msgstr "Il risultato dell'operazione matematica è sbagliato."
|
141 |
+
|
142 |
+
#: ../wp-math-captcha.php:816
|
143 |
+
#: ../includes/math-captcha-cf7.php:117
|
144 |
+
msgid "Captcha time expired."
|
145 |
+
msgstr "Il tempo per rispondere all'operazione matematica è scaduto."
|
146 |
+
|
147 |
+
#: ../wp-math-captcha.php:820
|
148 |
+
msgid "login form"
|
149 |
+
msgstr "moduto di autenticazione"
|
150 |
+
|
151 |
+
#: ../wp-math-captcha.php:821
|
152 |
+
msgid "registration form"
|
153 |
+
msgstr "modulo di registrazione"
|
154 |
+
|
155 |
+
#: ../wp-math-captcha.php:822
|
156 |
+
msgid "reset password form"
|
157 |
+
msgstr "modulo reset password"
|
158 |
+
|
159 |
+
#: ../wp-math-captcha.php:823
|
160 |
+
msgid "comment form"
|
161 |
+
msgstr "modulo dei commenti"
|
162 |
+
|
163 |
+
#: ../wp-math-captcha.php:824
|
164 |
+
msgid "bbpress"
|
165 |
+
msgstr "bbpress"
|
166 |
+
|
167 |
+
#: ../wp-math-captcha.php:825
|
168 |
+
msgid "contact form 7"
|
169 |
+
msgstr "contact form 7"
|
170 |
+
|
171 |
+
#: ../wp-math-captcha.php:829
|
172 |
+
msgid "yes"
|
173 |
+
msgstr "si"
|
174 |
+
|
175 |
+
#: ../wp-math-captcha.php:830
|
176 |
+
msgid "no"
|
177 |
+
msgstr "no"
|
178 |
+
|
179 |
+
#: ../wp-math-captcha.php:834
|
180 |
+
msgid "addition (+)"
|
181 |
+
msgstr "addizione (+)"
|
182 |
+
|
183 |
+
#: ../wp-math-captcha.php:835
|
184 |
+
msgid "subtraction (-)"
|
185 |
+
msgstr "sottrazione (-)"
|
186 |
+
|
187 |
+
#: ../wp-math-captcha.php:836
|
188 |
+
msgid "multiplication (×)"
|
189 |
+
msgstr "moltiplicazione (×)"
|
190 |
+
|
191 |
+
#: ../wp-math-captcha.php:837
|
192 |
+
msgid "division (÷)"
|
193 |
+
msgstr "divisione (÷)"
|
194 |
+
|
195 |
+
#: ../wp-math-captcha.php:841
|
196 |
+
msgid "numbers"
|
197 |
+
msgstr "numeri"
|
198 |
+
|
199 |
+
#: ../wp-math-captcha.php:842
|
200 |
+
msgid "words"
|
201 |
+
msgstr "parole"
|
202 |
+
|
203 |
+
#: ../wp-math-captcha.php:854
|
204 |
+
msgid "Math Captcha settings"
|
205 |
+
msgstr "Impostazioni Math Captcha"
|
206 |
+
|
207 |
+
#: ../wp-math-captcha.php:855
|
208 |
+
msgid "Enable Math Captcha for"
|
209 |
+
msgstr "Abilita Math Captcha per"
|
210 |
+
|
211 |
+
#: ../wp-math-captcha.php:856
|
212 |
+
msgid "Hide for logged in users"
|
213 |
+
msgstr "Nascondi per gli utenti autenticati"
|
214 |
+
|
215 |
+
#: ../wp-math-captcha.php:857
|
216 |
+
msgid "Mathematical operations"
|
217 |
+
msgstr "Operazioni matematiche"
|
218 |
+
|
219 |
+
#: ../wp-math-captcha.php:858
|
220 |
+
msgid "Display captcha as"
|
221 |
+
msgstr "Mostra captcha come"
|
222 |
+
|
223 |
+
#: ../wp-math-captcha.php:859
|
224 |
+
msgid "Captcha field title"
|
225 |
+
msgstr "Titolo del captcha"
|
226 |
+
|
227 |
+
#: ../wp-math-captcha.php:860
|
228 |
+
msgid "Captcha time"
|
229 |
+
msgstr "Tempo a disposizione"
|
230 |
+
|
231 |
+
#: ../wp-math-captcha.php:861
|
232 |
+
msgid "Deactivation"
|
233 |
+
msgstr "Disattivazione"
|
234 |
+
|
235 |
+
#: ../wp-math-captcha.php:881
|
236 |
+
msgid "Select were would you like to use Math Captcha."
|
237 |
+
msgstr "Seleziona quando far apparire il Math Captcha."
|
238 |
+
|
239 |
+
#: ../wp-math-captcha.php:902
|
240 |
+
msgid "Would you like to hide captcha for logged in users?"
|
241 |
+
msgstr "Desideri usare captcha per gli utenti autenticati?"
|
242 |
+
|
243 |
+
#: ../wp-math-captcha.php:915
|
244 |
+
msgid "How to entitle field with captcha?"
|
245 |
+
msgstr "Come titolare il campo del captcha?"
|
246 |
+
|
247 |
+
#: ../wp-math-captcha.php:928
|
248 |
+
msgid "Enter the time (in seconds) a user has to enter captcha value."
|
249 |
+
msgstr "Inserisci il tempo (in secondi) disponibile per inserire una risposta."
|
250 |
+
|
251 |
+
#: ../wp-math-captcha.php:949
|
252 |
+
msgid "Delete settings on plugin deactivation"
|
253 |
+
msgstr "Cancella le impostazioni alla disattivazione del plugin"
|
254 |
+
|
255 |
+
#: ../wp-math-captcha.php:970
|
256 |
+
msgid "Select which mathematical operations to use in your captcha."
|
257 |
+
msgstr "Seleziona quali operazioni matematiche utilizzare nel tuo captcha."
|
258 |
+
|
259 |
+
#: ../wp-math-captcha.php:991
|
260 |
+
msgid "Select how you'd like to display you captcha."
|
261 |
+
msgstr "Selezionare come vuoi visualizzare il tuo captcha."
|
262 |
+
|
263 |
+
#: ../wp-math-captcha.php:1032
|
264 |
+
msgid "You need to check at least one mathematical operation. Defaults settings of this option restored."
|
265 |
+
msgstr "Si deve selezionare almeno un'operazione matematica. Sono stare ripristinate le impostazioni predefinite."
|
266 |
+
|
267 |
+
#: ../wp-math-captcha.php:1048
|
268 |
+
msgid "You need to check at least one group. Defaults settings of this option restored."
|
269 |
+
msgstr "Il captcha deve essere attivato per almeno un gruppo. Sono stare ripristinate le impostazioni predefinite."
|
270 |
+
|
271 |
+
#: ../wp-math-captcha.php:1082
|
272 |
+
#: ../wp-math-captcha.php:1083
|
273 |
+
#: ../wp-math-captcha.php:1098
|
274 |
+
#: ../wp-math-captcha.php:1111
|
275 |
+
#: ../includes/math-captcha-cf7.php:148
|
276 |
+
msgid "Math Captcha"
|
277 |
+
msgstr "Math Captcha"
|
278 |
+
|
279 |
+
#: ../wp-math-captcha.php:1113
|
280 |
+
msgid "Need support?"
|
281 |
+
msgstr "Serve aiuto?"
|
282 |
+
|
283 |
+
#: ../wp-math-captcha.php:1114
|
284 |
+
msgid "If you are having problems with this plugin, please talk about them in the"
|
285 |
+
msgstr "Se hai problemi con questo plugin, parlane nel"
|
286 |
+
|
287 |
+
#: ../wp-math-captcha.php:1114
|
288 |
+
msgid "Support forum"
|
289 |
+
msgstr "forum di supporto"
|
290 |
+
|
291 |
+
#: ../wp-math-captcha.php:1116
|
292 |
+
msgid "Do you like this plugin?"
|
293 |
+
msgstr "Ti piace questo plugin?"
|
294 |
+
|
295 |
+
#: ../wp-math-captcha.php:1117
|
296 |
+
msgid "Rate it 5"
|
297 |
+
msgstr "Votalo 5"
|
298 |
+
|
299 |
+
#: ../wp-math-captcha.php:1117
|
300 |
+
msgid "on WordPress.org"
|
301 |
+
msgstr "su WordPress.org"
|
302 |
+
|
303 |
+
#: ../wp-math-captcha.php:1118
|
304 |
+
msgid "Blog about it & link to the"
|
305 |
+
msgstr "Blogga e linka la"
|
306 |
+
|
307 |
+
#: ../wp-math-captcha.php:1118
|
308 |
+
msgid "plugin page"
|
309 |
+
msgstr "pagina del plugin"
|
310 |
+
|
311 |
+
#: ../wp-math-captcha.php:1119
|
312 |
+
msgid "Check out our other"
|
313 |
+
msgstr "Vedi gli altri nostri"
|
314 |
+
|
315 |
+
#: ../wp-math-captcha.php:1119
|
316 |
+
msgid "WordPress plugins"
|
317 |
+
msgstr "plugin di WordPress"
|
318 |
+
|
319 |
+
#: ../wp-math-captcha.php:1172
|
320 |
+
msgid "Support"
|
321 |
+
msgstr "Supporto"
|
322 |
+
|
323 |
+
#: ../wp-math-captcha.php:1194
|
324 |
+
msgid "Settings"
|
325 |
+
msgstr "Impostazioni"
|
326 |
+
|
327 |
+
#: ../includes/math-captcha-cf7.php:160
|
328 |
+
msgid "Name"
|
329 |
+
msgstr "Nome"
|
330 |
+
|
331 |
+
#: ../includes/math-captcha-cf7.php:166
|
332 |
+
msgid "Input field settings"
|
333 |
+
msgstr "Impostazioni di inserimento"
|
334 |
+
|
335 |
+
#: ../includes/math-captcha-cf7.php:169
|
336 |
+
#: ../includes/math-captcha-cf7.php:173
|
337 |
+
msgid "optional"
|
338 |
+
msgstr "opzionale"
|
339 |
+
|
340 |
+
#: ../includes/math-captcha-cf7.php:179
|
341 |
+
msgid "Copy this code and paste it into the form left."
|
342 |
+
msgstr "Copia questo codice alla sinistra del modulo."
|
343 |
+
|
languages/math-captcha-ja.po
CHANGED
@@ -1,263 +1,263 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: Math Captcha\n"
|
4 |
-
"POT-Creation-Date: 2013-08-28 11:18+0100\n"
|
5 |
-
"PO-Revision-Date: 2013-09-19 00:05+0900\n"
|
6 |
-
"Last-Translator: \n"
|
7 |
-
"Language-Team: stranger-jp\n"
|
8 |
-
"Language: ja\n"
|
9 |
-
"MIME-Version: 1.0\n"
|
10 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
-
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"X-Poedit-KeywordsList: gettext;gettext_noop;__;_e\n"
|
13 |
-
"X-Poedit-Basepath: .\n"
|
14 |
-
"X-Poedit-SourceCharset: UTF-8\n"
|
15 |
-
"X-Generator: Poedit 1.5.7\n"
|
16 |
-
"X-Poedit-SearchPath-0: ..\n"
|
17 |
-
|
18 |
-
msgid "one"
|
19 |
-
msgstr "1"
|
20 |
-
|
21 |
-
msgid "two"
|
22 |
-
msgstr "2"
|
23 |
-
|
24 |
-
msgid "three"
|
25 |
-
msgstr "3"
|
26 |
-
|
27 |
-
msgid "four"
|
28 |
-
msgstr "4"
|
29 |
-
|
30 |
-
msgid "five"
|
31 |
-
msgstr "5"
|
32 |
-
|
33 |
-
msgid "six"
|
34 |
-
msgstr "6"
|
35 |
-
|
36 |
-
msgid "seven"
|
37 |
-
msgstr "7"
|
38 |
-
|
39 |
-
msgid "eight"
|
40 |
-
msgstr "8"
|
41 |
-
|
42 |
-
msgid "nine"
|
43 |
-
msgstr "9"
|
44 |
-
|
45 |
-
msgid "ten"
|
46 |
-
msgstr "10"
|
47 |
-
|
48 |
-
msgid "eleven"
|
49 |
-
msgstr "11"
|
50 |
-
|
51 |
-
msgid "twelve"
|
52 |
-
msgstr "12"
|
53 |
-
|
54 |
-
msgid "thirteen"
|
55 |
-
msgstr "13"
|
56 |
-
|
57 |
-
msgid "fourteen"
|
58 |
-
msgstr "14"
|
59 |
-
|
60 |
-
msgid "fifteen"
|
61 |
-
msgstr "15"
|
62 |
-
|
63 |
-
msgid "sixteen"
|
64 |
-
msgstr "16"
|
65 |
-
|
66 |
-
msgid "seventeen"
|
67 |
-
msgstr "17"
|
68 |
-
|
69 |
-
msgid "eighteen"
|
70 |
-
msgstr "18"
|
71 |
-
|
72 |
-
msgid "nineteen"
|
73 |
-
msgstr "19"
|
74 |
-
|
75 |
-
msgid "twenty"
|
76 |
-
msgstr "20"
|
77 |
-
|
78 |
-
msgid "thirty"
|
79 |
-
msgstr "30"
|
80 |
-
|
81 |
-
msgid "forty"
|
82 |
-
msgstr "40"
|
83 |
-
|
84 |
-
msgid "fifty"
|
85 |
-
msgstr "50"
|
86 |
-
|
87 |
-
msgid "sixty"
|
88 |
-
msgstr "60"
|
89 |
-
|
90 |
-
msgid "seventy"
|
91 |
-
msgstr "70"
|
92 |
-
|
93 |
-
msgid "eighty"
|
94 |
-
msgstr "80"
|
95 |
-
|
96 |
-
msgid "ninety"
|
97 |
-
msgstr "90"
|
98 |
-
|
99 |
-
msgid "ERROR"
|
100 |
-
msgstr "エラー"
|
101 |
-
|
102 |
-
msgid "Please enter captcha value."
|
103 |
-
msgstr "キャプチャの値を入力してください。"
|
104 |
-
|
105 |
-
msgid "Invalid captcha value."
|
106 |
-
msgstr "キャプチャ値が無効です。"
|
107 |
-
|
108 |
-
msgid "Captcha time expired."
|
109 |
-
msgstr "キャプチャの期限切れです。"
|
110 |
-
|
111 |