Version Description
- 01.04.2013 =
- Update : Serbian language file was updated.
- Bugfix : The bug after clicking submit, when site uses a custom port, was fixed.
Download this release
Release Info
Developer | bestwebsoft |
Plugin | Contact Form by BestWebSoft |
Version | 3.42 |
Comparing to | |
See all releases |
Code changes from version 3.41 to 3.42
- contact_form.php +6 -2
- languages/contact_form-sr_RS.mo +0 -0
- languages/contact_form-sr_RS.po +464 -457
- readme.txt +8 -1
contact_form.php
CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Contact Form Plugin
|
|
4 |
Plugin URI: http://bestwebsoft.com/plugin/
|
5 |
Description: Plugin for Contact Form.
|
6 |
Author: BestWebSoft
|
7 |
-
Version: 3.
|
8 |
Author URI: http://bestwebsoft.com/
|
9 |
License: GPLv2 or later
|
10 |
*/
|
@@ -647,7 +647,11 @@ if( ! function_exists( 'cntctfrm_display_form' ) ) {
|
|
647 |
$cntctfrm_options = get_option( 'cntctfrm_options' );
|
648 |
$content = "";
|
649 |
|
650 |
-
|
|
|
|
|
|
|
|
|
651 |
// If contact form submited
|
652 |
$name = isset( $_POST['cntctfrm_contact_name'] ) ? $_POST['cntctfrm_contact_name'] : "";
|
653 |
$email = isset( $_POST['cntctfrm_contact_email'] ) ? stripslashes( $_POST['cntctfrm_contact_email'] ) : "";
|
4 |
Plugin URI: http://bestwebsoft.com/plugin/
|
5 |
Description: Plugin for Contact Form.
|
6 |
Author: BestWebSoft
|
7 |
+
Version: 3.42
|
8 |
Author URI: http://bestwebsoft.com/
|
9 |
License: GPLv2 or later
|
10 |
*/
|
647 |
$cntctfrm_options = get_option( 'cntctfrm_options' );
|
648 |
$content = "";
|
649 |
|
650 |
+
if ( '80' != $_SERVER["SERVER_PORT"] )
|
651 |
+
$page_url = $page_url = ( isset( $_SERVER["HTTPS"] ) && $_SERVER["HTTPS"] == "on" ? "https://" : "http://" ).$_SERVER["SERVER_NAME"].':'. $_SERVER["SERVER_PORT"].strip_tags( $_SERVER["REQUEST_URI"] );
|
652 |
+
else
|
653 |
+
$page_url = ( isset( $_SERVER["HTTPS"] ) && $_SERVER["HTTPS"] == "on" ? "https://" : "http://" ).$_SERVER["SERVER_NAME"].strip_tags( $_SERVER["REQUEST_URI"] );
|
654 |
+
|
655 |
// If contact form submited
|
656 |
$name = isset( $_POST['cntctfrm_contact_name'] ) ? $_POST['cntctfrm_contact_name'] : "";
|
657 |
$email = isset( $_POST['cntctfrm_contact_email'] ) ? stripslashes( $_POST['cntctfrm_contact_email'] ) : "";
|
languages/contact_form-sr_RS.mo
CHANGED
Binary file
|
languages/contact_form-sr_RS.po
CHANGED
@@ -1,457 +1,464 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: contact_form\n"
|
4 |
-
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2013-
|
6 |
-
"PO-Revision-Date: 2013-
|
7 |
-
"Last-Translator: \n"
|
8 |
-
"Language-Team: Georgijevic Team <http://www.georgijevic.info>\n"
|
9 |
-
"MIME-Version: 1.0\n"
|
10 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
-
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"Language: sr_RS\n"
|
13 |
-
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
-
"X-Poedit-Basepath: ..\n"
|
15 |
-
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
-
"X-Generator: Poedit 1.5.4\n"
|
17 |
-
"X-Poedit-SearchPath-0: .\n"
|
18 |
-
|
19 |
-
#: contact_form.php:78
|
20 |
-
msgid "Activated plugins"
|
21 |
-
msgstr "Aktivni dodaci"
|
22 |
-
|
23 |
-
#: contact_form.php:80
|
24 |
-
#: contact_form.php:88
|
25 |
-
#: contact_form.php:96
|
26 |
-
msgid "Read more"
|
27 |
-
msgstr "Čitaj više"
|
28 |
-
|
29 |
-
#: contact_form.php:80
|
30 |
-
#: contact_form.php:
|
31 |
-
#: contact_form.php:
|
32 |
-
msgid "Settings"
|
33 |
-
msgstr "Podešavanja"
|
34 |
-
|
35 |
-
#: contact_form.php:86
|
36 |
-
msgid "Installed plugins"
|
37 |
-
msgstr "Instalirani dodaci"
|
38 |
-
|
39 |
-
#: contact_form.php:94
|
40 |
-
msgid "Recommended plugins"
|
41 |
-
msgstr "Preporučeni dodaci"
|
42 |
-
|
43 |
-
#: contact_form.php:96
|
44 |
-
msgid "Download"
|
45 |
-
msgstr "Preuzmi"
|
46 |
-
|
47 |
-
#: contact_form.php:96
|
48 |
-
#, php-format
|
49 |
-
msgid "Install %s"
|
50 |
-
msgstr "Instaliraj %s"
|
51 |
-
|
52 |
-
#: contact_form.php:96
|
53 |
-
msgid "Install now from wordpress.org"
|
54 |
-
msgstr "Instaliraj sa wordpress.org"
|
55 |
-
|
56 |
-
#: contact_form.php:98
|
57 |
-
msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill in our contact form on our site"
|
58 |
-
msgstr "Ako imate bilo kakva pitanja, kontaktirajte na mejl plugin@bestwebsoft.com ili popunite kontakt formu na našem sajtu"
|
59 |
-
|
60 |
-
#: contact_form.php:110
|
61 |
-
#: contact_form.php:
|
62 |
-
msgid "Contact Form Options"
|
63 |
-
msgstr "Opcije Kontakt Forme"
|
64 |
-
|
65 |
-
#: contact_form.php:110
|
66 |
-
msgid "Contact Form"
|
67 |
-
msgstr "Kontakt Forma"
|
68 |
-
|
69 |
-
#: contact_form.php:147
|
70 |
-
#: contact_form.php:
|
71 |
-
#: contact_form.php:
|
72 |
-
msgid "Name:"
|
73 |
-
msgstr "Ime:"
|
74 |
-
|
75 |
-
#: contact_form.php:148
|
76 |
-
#: contact_form.php:
|
77 |
-
#: contact_form.php:
|
78 |
-
msgid "Email Address:"
|
79 |
-
msgstr "E-mail Adresa:"
|
80 |
-
|
81 |
-
#: contact_form.php:149
|
82 |
-
#: contact_form.php:
|
83 |
-
#: contact_form.php:
|
84 |
-
msgid "Phone number:"
|
85 |
-
msgstr ""
|
86 |
-
|
87 |
-
#: contact_form.php:150
|
88 |
-
#: contact_form.php:
|
89 |
-
#: contact_form.php:
|
90 |
-
msgid "Subject:"
|
91 |
-
msgstr "Tema:"
|
92 |
-
|
93 |
-
#: contact_form.php:151
|
94 |
-
#: contact_form.php:
|
95 |
-
#: contact_form.php:
|
96 |
-
msgid "Message:"
|
97 |
-
msgstr "Poruka:"
|
98 |
-
|
99 |
-
#: contact_form.php:152
|
100 |
-
#: contact_form.php:
|
101 |
-
#: contact_form.php:
|
102 |
-
msgid "Attachment:"
|
103 |
-
msgstr "Priveži fajl:"
|
104 |
-
|
105 |
-
#: contact_form.php:153
|
106 |
-
#: contact_form.php:
|
107 |
-
#: contact_form.php:
|
108 |
-
|
109 |
-
|
110 |
-
|
111 |
-
|
112 |
-
|
113 |
-
|
114 |
-
|
115 |
-
|
116 |
-
|
117 |
-
|
118 |
-
|
119 |
-
|
120 |
-
|
121 |
-
|
122 |
-
|
123 |
-
|
124 |
-
|
125 |
-
|
126 |
-
|
127 |
-
#: contact_form.php:
|
128 |
-
|
129 |
-
msgid "Phone number is required."
|
130 |
-
msgstr "
|
131 |
-
|
132 |
-
#: contact_form.php:
|
133 |
-
|
134 |
-
|
135 |
-
|
136 |
-
|
137 |
-
|
138 |
-
|
139 |
-
|
140 |
-
#: contact_form.php:
|
141 |
-
msgid "
|
142 |
-
msgstr "
|
143 |
-
|
144 |
-
#: contact_form.php:
|
145 |
-
msgid "
|
146 |
-
msgstr "
|
147 |
-
|
148 |
-
#: contact_form.php:
|
149 |
-
msgid "
|
150 |
-
msgstr "
|
151 |
-
|
152 |
-
#: contact_form.php:
|
153 |
-
msgid "
|
154 |
-
msgstr "
|
155 |
-
|
156 |
-
#: contact_form.php:
|
157 |
-
msgid "
|
158 |
-
msgstr "
|
159 |
-
|
160 |
-
#: contact_form.php:
|
161 |
-
|
162 |
-
|
163 |
-
|
164 |
-
|
165 |
-
|
166 |
-
|
167 |
-
|
168 |
-
|
169 |
-
|
170 |
-
|
171 |
-
|
172 |
-
|
173 |
-
|
174 |
-
msgid "
|
175 |
-
msgstr "
|
176 |
-
|
177 |
-
#: contact_form.php:
|
178 |
-
msgid "
|
179 |
-
msgstr "
|
180 |
-
|
181 |
-
#: contact_form.php:
|
182 |
-
msgid "
|
183 |
-
msgstr "
|
184 |
-
|
185 |
-
#: contact_form.php:
|
186 |
-
msgid "
|
187 |
-
msgstr "
|
188 |
-
|
189 |
-
#: contact_form.php:
|
190 |
-
msgid "
|
191 |
-
msgstr "Koristi
|
192 |
-
|
193 |
-
#: contact_form.php:
|
194 |
-
msgid "
|
195 |
-
msgstr "
|
196 |
-
|
197 |
-
#: contact_form.php:
|
198 |
-
msgid "
|
199 |
-
msgstr "
|
200 |
-
|
201 |
-
#: contact_form.php:
|
202 |
-
msgid "
|
203 |
-
msgstr "
|
204 |
-
|
205 |
-
#: contact_form.php:
|
206 |
-
msgid "
|
207 |
-
msgstr "
|
208 |
-
|
209 |
-
#: contact_form.php:
|
210 |
-
msgid "
|
211 |
-
msgstr "
|
212 |
-
|
213 |
-
#: contact_form.php:
|
214 |
-
msgid "Display
|
215 |
-
msgstr "Prikaži
|
216 |
-
|
217 |
-
#: contact_form.php:
|
218 |
-
msgid "
|
219 |
-
msgstr "
|
220 |
-
|
221 |
-
#: contact_form.php:
|
222 |
-
msgid "
|
223 |
-
msgstr "
|
224 |
-
|
225 |
-
#: contact_form.php:
|
226 |
-
msgid "
|
227 |
-
msgstr "
|
228 |
-
|
229 |
-
#: contact_form.php:
|
230 |
-
msgid "
|
231 |
-
msgstr "
|
232 |
-
|
233 |
-
#: contact_form.php:
|
234 |
-
msgid "
|
235 |
-
msgstr "
|
236 |
-
|
237 |
-
#: contact_form.php:
|
238 |
-
msgid "
|
239 |
-
msgstr "
|
240 |
-
|
241 |
-
#: contact_form.php:
|
242 |
-
|
243 |
-
|
244 |
-
|
245 |
-
|
246 |
-
|
247 |
-
|
248 |
-
|
249 |
-
|
250 |
-
|
251 |
-
|
252 |
-
|
253 |
-
|
254 |
-
|
255 |
-
msgid "
|
256 |
-
msgstr ""
|
257 |
-
|
258 |
-
#: contact_form.php:
|
259 |
-
msgid "
|
260 |
-
msgstr ""
|
261 |
-
|
262 |
-
#: contact_form.php:
|
263 |
-
msgid "
|
264 |
-
msgstr ""
|
265 |
-
|
266 |
-
#: contact_form.php:
|
267 |
-
|
268 |
-
|
269 |
-
|
270 |
-
|
271 |
-
|
272 |
-
|
273 |
-
|
274 |
-
|
275 |
-
|
276 |
-
|
277 |
-
|
278 |
-
|
279 |
-
|
280 |
-
|
281 |
-
|
282 |
-
|
283 |
-
|
284 |
-
|
285 |
-
|
286 |
-
|
287 |
-
#: contact_form.php:
|
288 |
-
|
289 |
-
|
290 |
-
|
291 |
-
|
292 |
-
|
293 |
-
|
294 |
-
|
295 |
-
|
296 |
-
|
297 |
-
|
298 |
-
|
299 |
-
|
300 |
-
|
301 |
-
|
302 |
-
|
303 |
-
|
304 |
-
|
305 |
-
|
306 |
-
#: contact_form.php:
|
307 |
-
|
308 |
-
|
309 |
-
|
310 |
-
|
311 |
-
#: contact_form.php:
|
312 |
-
|
313 |
-
|
314 |
-
|
315 |
-
|
316 |
-
|
317 |
-
|
318 |
-
|
319 |
-
|
320 |
-
|
321 |
-
|
322 |
-
|
323 |
-
|
324 |
-
|
325 |
-
|
326 |
-
|
327 |
-
|
328 |
-
|
329 |
-
|
330 |
-
|
331 |
-
|
332 |
-
|
333 |
-
|
334 |
-
|
335 |
-
|
336 |
-
|
337 |
-
|
338 |
-
#: contact_form.php:
|
339 |
-
|
340 |
-
|
341 |
-
|
342 |
-
|
343 |
-
#: contact_form.php:
|
344 |
-
|
345 |
-
|
346 |
-
|
347 |
-
|
348 |
-
#: contact_form.php:
|
349 |
-
|
350 |
-
|
351 |
-
|
352 |
-
|
353 |
-
#: contact_form.php:
|
354 |
-
|
355 |
-
|
356 |
-
|
357 |
-
|
358 |
-
#: contact_form.php:
|
359 |
-
|
360 |
-
|
361 |
-
|
362 |
-
|
363 |
-
#: contact_form.php:
|
364 |
-
|
365 |
-
|
366 |
-
|
367 |
-
|
368 |
-
#: contact_form.php:
|
369 |
-
|
370 |
-
|
371 |
-
|
372 |
-
|
373 |
-
#: contact_form.php:
|
374 |
-
#: contact_form.php:
|
375 |
-
|
376 |
-
|
377 |
-
|
378 |
-
|
379 |
-
#: contact_form.php:
|
380 |
-
|
381 |
-
|
382 |
-
|
383 |
-
|
384 |
-
|
385 |
-
|
386 |
-
#: contact_form.php:
|
387 |
-
msgid "
|
388 |
-
msgstr "
|
389 |
-
|
390 |
-
#: contact_form.php:
|
391 |
-
|
392 |
-
|
393 |
-
|
394 |
-
|
395 |
-
|
396 |
-
|
397 |
-
|
398 |
-
|
399 |
-
|
400 |
-
|
401 |
-
|
402 |
-
|
403 |
-
|
404 |
-
|
405 |
-
|
406 |
-
|
407 |
-
|
408 |
-
|
409 |
-
|
410 |
-
|
411 |
-
|
412 |
-
|
413 |
-
|
414 |
-
|
415 |
-
|
416 |
-
|
417 |
-
|
418 |
-
|
419 |
-
|
420 |
-
|
421 |
-
|
422 |
-
|
423 |
-
|
424 |
-
|
425 |
-
|
426 |
-
|
427 |
-
|
428 |
-
|
429 |
-
|
430 |
-
|
431 |
-
|
432 |
-
|
433 |
-
|
434 |
-
|
435 |
-
|
436 |
-
|
437 |
-
|
438 |
-
|
439 |
-
|
440 |
-
|
441 |
-
|
442 |
-
|
443 |
-
|
444 |
-
|
445 |
-
|
446 |
-
|
447 |
-
|
448 |
-
|
449 |
-
|
450 |
-
|
451 |
-
|
452 |
-
|
453 |
-
|
454 |
-
|
455 |
-
|
456 |
-
|
457 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: contact_form\n"
|
4 |
+
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2013-04-01 18:19+0300\n"
|
6 |
+
"PO-Revision-Date: 2013-04-01 18:21+0300\n"
|
7 |
+
"Last-Translator: \n"
|
8 |
+
"Language-Team: Georgijevic Team <http://www.georgijevic.info>\n"
|
9 |
+
"MIME-Version: 1.0\n"
|
10 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
+
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"Language: sr_RS\n"
|
13 |
+
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
+
"X-Poedit-Basepath: ..\n"
|
15 |
+
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
+
"X-Generator: Poedit 1.5.4\n"
|
17 |
+
"X-Poedit-SearchPath-0: .\n"
|
18 |
+
|
19 |
+
#: contact_form.php:78
|
20 |
+
msgid "Activated plugins"
|
21 |
+
msgstr "Aktivni dodaci"
|
22 |
+
|
23 |
+
#: contact_form.php:80
|
24 |
+
#: contact_form.php:88
|
25 |
+
#: contact_form.php:96
|
26 |
+
msgid "Read more"
|
27 |
+
msgstr "Čitaj više"
|
28 |
+
|
29 |
+
#: contact_form.php:80
|
30 |
+
#: contact_form.php:1118
|
31 |
+
#: contact_form.php:1127
|
32 |
+
msgid "Settings"
|
33 |
+
msgstr "Podešavanja"
|
34 |
+
|
35 |
+
#: contact_form.php:86
|
36 |
+
msgid "Installed plugins"
|
37 |
+
msgstr "Instalirani dodaci"
|
38 |
+
|
39 |
+
#: contact_form.php:94
|
40 |
+
msgid "Recommended plugins"
|
41 |
+
msgstr "Preporučeni dodaci"
|
42 |
+
|
43 |
+
#: contact_form.php:96
|
44 |
+
msgid "Download"
|
45 |
+
msgstr "Preuzmi"
|
46 |
+
|
47 |
+
#: contact_form.php:96
|
48 |
+
#, php-format
|
49 |
+
msgid "Install %s"
|
50 |
+
msgstr "Instaliraj %s"
|
51 |
+
|
52 |
+
#: contact_form.php:96
|
53 |
+
msgid "Install now from wordpress.org"
|
54 |
+
msgstr "Instaliraj sa wordpress.org"
|
55 |
+
|
56 |
+
#: contact_form.php:98
|
57 |
+
msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill in our contact form on our site"
|
58 |
+
msgstr "Ako imate bilo kakva pitanja, kontaktirajte na mejl plugin@bestwebsoft.com ili popunite kontakt formu na našem sajtu"
|
59 |
+
|
60 |
+
#: contact_form.php:110
|
61 |
+
#: contact_form.php:425
|
62 |
+
msgid "Contact Form Options"
|
63 |
+
msgstr "Opcije Kontakt Forme"
|
64 |
+
|
65 |
+
#: contact_form.php:110
|
66 |
+
msgid "Contact Form"
|
67 |
+
msgstr "Kontakt Forma"
|
68 |
+
|
69 |
+
#: contact_form.php:147
|
70 |
+
#: contact_form.php:559
|
71 |
+
#: contact_form.php:580
|
72 |
+
msgid "Name:"
|
73 |
+
msgstr "Ime:"
|
74 |
+
|
75 |
+
#: contact_form.php:148
|
76 |
+
#: contact_form.php:560
|
77 |
+
#: contact_form.php:581
|
78 |
+
msgid "Email Address:"
|
79 |
+
msgstr "E-mail Adresa:"
|
80 |
+
|
81 |
+
#: contact_form.php:149
|
82 |
+
#: contact_form.php:561
|
83 |
+
#: contact_form.php:582
|
84 |
+
msgid "Phone number:"
|
85 |
+
msgstr "Broj telefona"
|
86 |
+
|
87 |
+
#: contact_form.php:150
|
88 |
+
#: contact_form.php:562
|
89 |
+
#: contact_form.php:583
|
90 |
+
msgid "Subject:"
|
91 |
+
msgstr "Tema:"
|
92 |
+
|
93 |
+
#: contact_form.php:151
|
94 |
+
#: contact_form.php:563
|
95 |
+
#: contact_form.php:584
|
96 |
+
msgid "Message:"
|
97 |
+
msgstr "Poruka:"
|
98 |
+
|
99 |
+
#: contact_form.php:152
|
100 |
+
#: contact_form.php:564
|
101 |
+
#: contact_form.php:585
|
102 |
+
msgid "Attachment:"
|
103 |
+
msgstr "Priveži fajl:"
|
104 |
+
|
105 |
+
#: contact_form.php:153
|
106 |
+
#: contact_form.php:199
|
107 |
+
#: contact_form.php:565
|
108 |
+
#: contact_form.php:586
|
109 |
+
msgid "Send me a copy"
|
110 |
+
msgstr "Pošalji mi kopiju"
|
111 |
+
|
112 |
+
#: contact_form.php:154
|
113 |
+
#: contact_form.php:566
|
114 |
+
#: contact_form.php:587
|
115 |
+
msgid "Submit"
|
116 |
+
msgstr "Podnesi"
|
117 |
+
|
118 |
+
#: contact_form.php:155
|
119 |
+
msgid "Your name is required."
|
120 |
+
msgstr "Vaše ime je potrebno."
|
121 |
+
|
122 |
+
#: contact_form.php:156
|
123 |
+
msgid "A proper e-mail address is required."
|
124 |
+
msgstr "Ispravna e-mail adresa potrebna."
|
125 |
+
|
126 |
+
#: contact_form.php:157
|
127 |
+
#: contact_form.php:194
|
128 |
+
#: contact_form.php:197
|
129 |
+
msgid "Phone number is required."
|
130 |
+
msgstr "Broj telefona je potreban."
|
131 |
+
|
132 |
+
#: contact_form.php:158
|
133 |
+
#: contact_form.php:193
|
134 |
+
#: contact_form.php:196
|
135 |
+
msgid "Subject is required."
|
136 |
+
msgstr "Tekst Teme je potreban."
|
137 |
+
|
138 |
+
#: contact_form.php:159
|
139 |
+
#: contact_form.php:192
|
140 |
+
#: contact_form.php:195
|
141 |
+
msgid "Message text is required."
|
142 |
+
msgstr "Tekst poruke je potreban."
|
143 |
+
|
144 |
+
#: contact_form.php:160
|
145 |
+
msgid "File format is not valid."
|
146 |
+
msgstr "Privezak ne radi"
|
147 |
+
|
148 |
+
#: contact_form.php:161
|
149 |
+
msgid "Please fill out the CAPTCHA."
|
150 |
+
msgstr "Molimo vas popunite CAPTCHA."
|
151 |
+
|
152 |
+
#: contact_form.php:162
|
153 |
+
msgid "Please make corrections below and try again."
|
154 |
+
msgstr "Molimo vas da izvršite izmene ispod i pokušate ponovo."
|
155 |
+
|
156 |
+
#: contact_form.php:164
|
157 |
+
msgid "Thank you for contacting us."
|
158 |
+
msgstr "Hvala što ste nas kontaktirali."
|
159 |
+
|
160 |
+
#: contact_form.php:380
|
161 |
+
msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
|
162 |
+
msgstr "Ako opcija 'Prosledi na stranu' je izabrana onda polje za URL možete popuniti u sledećem formatu"
|
163 |
+
|
164 |
+
#: contact_form.php:389
|
165 |
+
msgid "Such user does not exist. Settings are not saved."
|
166 |
+
msgstr "Takav korisnik ne postoji. Podešavanja nisu sačuvana"
|
167 |
+
|
168 |
+
#: contact_form.php:394
|
169 |
+
msgid "Please enter a valid email address. Settings are not saved."
|
170 |
+
msgstr "Molim Vas unesite ispravan mejl. Podešavanja nisu sačuvana."
|
171 |
+
|
172 |
+
#: contact_form.php:400
|
173 |
+
#, fuzzy
|
174 |
+
msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
|
175 |
+
msgstr "Molim Vas unesite ispravan mejl u polje 'OD'. Podešavanja nisu sačuvana."
|
176 |
+
|
177 |
+
#: contact_form.php:405
|
178 |
+
msgid "Options saved."
|
179 |
+
msgstr "Opcije sačuvane"
|
180 |
+
|
181 |
+
#: contact_form.php:430
|
182 |
+
msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
|
183 |
+
msgstr "Ako želite da dodate Kontakt Formu na vaš veb sajt, jednostavno iskopirajte ovaj kratak kod na vašu stranu, članak ili vidžet:"
|
184 |
+
|
185 |
+
#: contact_form.php:431
|
186 |
+
msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
|
187 |
+
msgstr "Ako je polje za podatke ispod prazno tada će poruka biti poslata na adresu koja je navedena prilikom registracije."
|
188 |
+
|
189 |
+
#: contact_form.php:435
|
190 |
+
msgid "The user's email address:"
|
191 |
+
msgstr "Koristi mejl wordpress korisnika:"
|
192 |
+
|
193 |
+
#: contact_form.php:439
|
194 |
+
msgid "Create a username"
|
195 |
+
msgstr "Odaberi korisničko ime"
|
196 |
+
|
197 |
+
#: contact_form.php:444
|
198 |
+
msgid "Enter a username of the person who should get the messages from the contact form."
|
199 |
+
msgstr "Podesi ime korisnika koji će primiti poruku sa ove kontakt forme."
|
200 |
+
|
201 |
+
#: contact_form.php:448
|
202 |
+
msgid "Use this email address:"
|
203 |
+
msgstr "Koristi ovaj mejl:"
|
204 |
+
|
205 |
+
#: contact_form.php:451
|
206 |
+
msgid "Enter the email address you want the messages forwarded to."
|
207 |
+
msgstr "Podesi mejl adresu koja će biti korišćena za prijem poruka."
|
208 |
+
|
209 |
+
#: contact_form.php:455
|
210 |
+
msgid "Additional options"
|
211 |
+
msgstr "Dodatne opcije"
|
212 |
+
|
213 |
+
#: contact_form.php:458
|
214 |
+
msgid "Display Attachment block"
|
215 |
+
msgstr "Prikaži blok privezaka"
|
216 |
+
|
217 |
+
#: contact_form.php:460
|
218 |
+
msgid "Users can attach the following file formats"
|
219 |
+
msgstr "Korisnici mogu privezivati fajlove sledećih tipova"
|
220 |
+
|
221 |
+
#: contact_form.php:464
|
222 |
+
msgid "Display Attachment tips"
|
223 |
+
msgstr "Prikaži objašnjenja privezaka"
|
224 |
+
|
225 |
+
#: contact_form.php:466
|
226 |
+
msgid "Display tips below the Attachment block"
|
227 |
+
msgstr "Prikaži objašnjenja posle bloka Privezaka"
|
228 |
+
|
229 |
+
#: contact_form.php:470
|
230 |
+
msgid "Display Send me a copy block"
|
231 |
+
msgstr "Prikaži Pošalji mi kopiju blok"
|
232 |
+
|
233 |
+
#: contact_form.php:476
|
234 |
+
msgid "What to use?"
|
235 |
+
msgstr "Šta koristite?"
|
236 |
+
|
237 |
+
#: contact_form.php:479
|
238 |
+
msgid "Wp-mail"
|
239 |
+
msgstr "Wp-mail"
|
240 |
+
|
241 |
+
#: contact_form.php:480
|
242 |
+
msgid "You can use the wp_mail function for mailing"
|
243 |
+
msgstr "Da biste poslali mejl možete koristiti wordpress-ovu wp_mail funkciju"
|
244 |
+
|
245 |
+
#: contact_form.php:486
|
246 |
+
msgid "Mail"
|
247 |
+
msgstr "Mail"
|
248 |
+
|
249 |
+
#: contact_form.php:487
|
250 |
+
msgid "To send mail you can use the php mail function"
|
251 |
+
msgstr "Da biste poslali mejl možete koristiti php mail funkciju"
|
252 |
+
|
253 |
+
#: contact_form.php:491
|
254 |
+
#, fuzzy
|
255 |
+
msgid "Change text of the 'FROM' field"
|
256 |
+
msgstr "Promeni tekst 'OD' polja u kontakt formi"
|
257 |
+
|
258 |
+
#: contact_form.php:497
|
259 |
+
msgid "Enter the email address in the 'From' field"
|
260 |
+
msgstr "Unesi mejl adresu u polje 'OD'"
|
261 |
+
|
262 |
+
#: contact_form.php:499
|
263 |
+
msgid "The email address of the user who fills the form is going to be used in the field 'From'."
|
264 |
+
msgstr "Mejl adresa korisnika koji je popunio polja će se koristiti u polju 'OD'"
|
265 |
+
|
266 |
+
#: contact_form.php:501
|
267 |
+
msgid "This email address will be used in the 'From' field."
|
268 |
+
msgstr "Ova mejl adresa će biti korišćena u polju 'OD'"
|
269 |
+
|
270 |
+
#: contact_form.php:505
|
271 |
+
msgid "Display phone field"
|
272 |
+
msgstr "Prikaži polje broja telefona"
|
273 |
+
|
274 |
+
#: contact_form.php:511
|
275 |
+
msgid "Required fields"
|
276 |
+
msgstr "Zahtevana polja"
|
277 |
+
|
278 |
+
#: contact_form.php:513
|
279 |
+
#: contact_form.php:1007
|
280 |
+
msgid "Name"
|
281 |
+
msgstr "Ime"
|
282 |
+
|
283 |
+
#: contact_form.php:514
|
284 |
+
msgid "E-Mail Address"
|
285 |
+
msgstr "E-mail Adresa"
|
286 |
+
|
287 |
+
#: contact_form.php:515
|
288 |
+
#: contact_form.php:1015
|
289 |
+
msgid "Phone"
|
290 |
+
msgstr "Broj telefona"
|
291 |
+
|
292 |
+
#: contact_form.php:516
|
293 |
+
#: contact_form.php:1018
|
294 |
+
msgid "Subject"
|
295 |
+
msgstr "Tema"
|
296 |
+
|
297 |
+
#: contact_form.php:517
|
298 |
+
#: contact_form.php:1021
|
299 |
+
msgid "Message"
|
300 |
+
msgstr "Poruka"
|
301 |
+
|
302 |
+
#: contact_form.php:521
|
303 |
+
msgid "Display additional info in email"
|
304 |
+
msgstr "Prikaži dodatne informacije u mejlu"
|
305 |
+
|
306 |
+
#: contact_form.php:526
|
307 |
+
#: contact_form.php:979
|
308 |
+
msgid "Sent from (ip address)"
|
309 |
+
msgstr "Poslato sa (ip adresa)"
|
310 |
+
|
311 |
+
#: contact_form.php:527
|
312 |
+
#: contact_form.php:984
|
313 |
+
msgid "Date/Time"
|
314 |
+
msgstr "Datum/Vreme"
|
315 |
+
|
316 |
+
#: contact_form.php:528
|
317 |
+
#: contact_form.php:989
|
318 |
+
msgid "Sent from (referer)"
|
319 |
+
msgstr "Poslato od (prosleđivač)"
|
320 |
+
|
321 |
+
#: contact_form.php:529
|
322 |
+
#: contact_form.php:994
|
323 |
+
msgid "Using (user agent)"
|
324 |
+
msgstr "Koristi (user agent)"
|
325 |
+
|
326 |
+
#: contact_form.php:533
|
327 |
+
msgid "Language settings for the field names in the form"
|
328 |
+
msgstr "Podešavanja jezika za polje imena u obrascu"
|
329 |
+
|
330 |
+
#: contact_form.php:542
|
331 |
+
msgid "Add language"
|
332 |
+
msgstr "Dodaj jezik"
|
333 |
+
|
334 |
+
#: contact_form.php:546
|
335 |
+
msgid "Change the names of the contact form fields and error messages"
|
336 |
+
msgstr "Promeni oznaku za polja u kontakt formi i poruku greške"
|
337 |
+
|
338 |
+
#: contact_form.php:551
|
339 |
+
#: contact_form.php:606
|
340 |
+
msgid "English"
|
341 |
+
msgstr "Engleski"
|
342 |
+
|
343 |
+
#: contact_form.php:567
|
344 |
+
#: contact_form.php:588
|
345 |
+
msgid "Error message for the Name field"
|
346 |
+
msgstr "Poruka greške za polje Ime"
|
347 |
+
|
348 |
+
#: contact_form.php:568
|
349 |
+
#: contact_form.php:589
|
350 |
+
msgid "Error message for the Email field"
|
351 |
+
msgstr "Poruka greške za polje imejl"
|
352 |
+
|
353 |
+
#: contact_form.php:569
|
354 |
+
#: contact_form.php:590
|
355 |
+
msgid "Error message for the Phone field"
|
356 |
+
msgstr "Poruka greške za polje Broj telefona"
|
357 |
+
|
358 |
+
#: contact_form.php:570
|
359 |
+
#: contact_form.php:591
|
360 |
+
msgid "Error message for the Subject field"
|
361 |
+
msgstr "Poruka greške za polje Tema"
|
362 |
+
|
363 |
+
#: contact_form.php:571
|
364 |
+
#: contact_form.php:592
|
365 |
+
msgid "Error message for the Message field"
|
366 |
+
msgstr "Poruka greške za polje Poruka"
|
367 |
+
|
368 |
+
#: contact_form.php:572
|
369 |
+
#: contact_form.php:593
|
370 |
+
msgid "Error message for the Attachment field"
|
371 |
+
msgstr "Poruka greške za polje Privezaka"
|
372 |
+
|
373 |
+
#: contact_form.php:573
|
374 |
+
#: contact_form.php:594
|
375 |
+
msgid "Error message for the Captcha field"
|
376 |
+
msgstr "Poruka greške za polje Kapča"
|
377 |
+
|
378 |
+
#: contact_form.php:574
|
379 |
+
#: contact_form.php:595
|
380 |
+
msgid "Error message for the whole form"
|
381 |
+
msgstr "Poruka greške za ceo obrazac"
|
382 |
+
|
383 |
+
#: contact_form.php:575
|
384 |
+
#: contact_form.php:596
|
385 |
+
#: contact_form.php:615
|
386 |
+
#: contact_form.php:621
|
387 |
+
msgid "Use shortcode"
|
388 |
+
msgstr "Koristi prečicu"
|
389 |
+
|
390 |
+
#: contact_form.php:575
|
391 |
+
#: contact_form.php:596
|
392 |
+
#: contact_form.php:615
|
393 |
+
#: contact_form.php:621
|
394 |
+
msgid "for this language"
|
395 |
+
msgstr "za ovaj jezik"
|
396 |
+
|
397 |
+
#: contact_form.php:603
|
398 |
+
msgid "Action after email is sent"
|
399 |
+
msgstr "Akcija posle poslatog mejla"
|
400 |
+
|
401 |
+
#: contact_form.php:605
|
402 |
+
msgid "Display text"
|
403 |
+
msgstr "Prikaži tekst"
|
404 |
+
|
405 |
+
#: contact_form.php:614
|
406 |
+
#: contact_form.php:620
|
407 |
+
msgid "Text"
|
408 |
+
msgstr "Tekst"
|
409 |
+
|
410 |
+
#: contact_form.php:627
|
411 |
+
msgid "Redirect to the page"
|
412 |
+
msgstr "Preusmeri na stranu"
|
413 |
+
|
414 |
+
#: contact_form.php:628
|
415 |
+
msgid "Url"
|
416 |
+
msgstr "Url"
|
417 |
+
|
418 |
+
#: contact_form.php:633
|
419 |
+
msgid "Save Changes"
|
420 |
+
msgstr "Sačuvaj izmene"
|
421 |
+
|
422 |
+
#: contact_form.php:676
|
423 |
+
msgid "Sorry, email message could not be delivered."
|
424 |
+
msgstr "Izvinite, vaš mejl nije mogao biti dostavljen."
|
425 |
+
|
426 |
+
#: contact_form.php:746
|
427 |
+
msgid "You can attach the following file formats"
|
428 |
+
msgstr "Možete privezati fajlove sledećih tipova"
|
429 |
+
|
430 |
+
#: contact_form.php:1002
|
431 |
+
msgid "Contact from"
|
432 |
+
msgstr "Kontakt forma"
|
433 |
+
|
434 |
+
#: contact_form.php:1010
|
435 |
+
msgid "Email"
|
436 |
+
msgstr "Email"
|
437 |
+
|
438 |
+
#: contact_form.php:1024
|
439 |
+
msgid "Site"
|
440 |
+
msgstr "Sajt"
|
441 |
+
|
442 |
+
#: contact_form.php:1075
|
443 |
+
msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
|
444 |
+
msgstr "Ako možete da vidite ovaj MIME to znači da vaš klijent ne prihvata MIME tipove!"
|
445 |
+
|
446 |
+
#: contact_form.php:1128
|
447 |
+
msgid "FAQ"
|
448 |
+
msgstr "FAQ"
|
449 |
+
|
450 |
+
#: contact_form.php:1129
|
451 |
+
msgid "Support"
|
452 |
+
msgstr "Podrška"
|
453 |
+
|
454 |
+
#: contact_form.php:1175
|
455 |
+
msgid "Are you sure that you want to delete this language data?"
|
456 |
+
msgstr "Da li ste sigurni da želite da obrišete podatke jezika?"
|
457 |
+
|
458 |
+
#~ msgid "E-Mail Addresse:"
|
459 |
+
#~ msgstr "E-mail adresa:"
|
460 |
+
#~ msgid "Install Now"
|
461 |
+
#~ msgstr "Instaliraj Sada"
|
462 |
+
#~ msgid "BWS Plugins"
|
463 |
+
#~ msgstr "BWS Dodaci"
|
464 |
+
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.2checkout.com/checkout/purchase?sid=1430388&quantity=10
|
|
4 |
Tags: Contact Form, text, contact, form, contacts, contakt form, request, contact me, feedback form, feedback, contact button, contact form plugin, contacts form plugin, attachment, send, copy, atachment, send copy
|
5 |
Requires at least: 2.9
|
6 |
Tested up to: 3.5.1
|
7 |
-
Stable tag: 3.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -111,6 +111,10 @@ Here is an example for German language files.
|
|
111 |
|
112 |
== Changelog ==
|
113 |
|
|
|
|
|
|
|
|
|
114 |
= V3.41 - 22.03.2013 =
|
115 |
* NEW : Added ability to change a label 'Send me a copy'.
|
116 |
* Bugfix : The bug of changing the message 'Action after email is sent' was fixed.
|
@@ -300,6 +304,9 @@ Here is an example for German language files.
|
|
300 |
|
301 |
== Upgrade Notice ==
|
302 |
|
|
|
|
|
|
|
303 |
= V3.41 =
|
304 |
Added ability to change a label 'Send me a copy'. The bug of changing the message 'Action after email is sent' was fixed.
|
305 |
|
4 |
Tags: Contact Form, text, contact, form, contacts, contakt form, request, contact me, feedback form, feedback, contact button, contact form plugin, contacts form plugin, attachment, send, copy, atachment, send copy
|
5 |
Requires at least: 2.9
|
6 |
Tested up to: 3.5.1
|
7 |
+
Stable tag: 3.42
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
111 |
|
112 |
== Changelog ==
|
113 |
|
114 |
+
= V3.42 - 01.04.2013 =
|
115 |
+
* Update : Serbian language file was updated.
|
116 |
+
* Bugfix : The bug after clicking submit, when site uses a custom port, was fixed.
|
117 |
+
|
118 |
= V3.41 - 22.03.2013 =
|
119 |
* NEW : Added ability to change a label 'Send me a copy'.
|
120 |
* Bugfix : The bug of changing the message 'Action after email is sent' was fixed.
|
304 |
|
305 |
== Upgrade Notice ==
|
306 |
|
307 |
+
= V3.42 =
|
308 |
+
Serbian language file was updated. The bug after clicking submit, when site uses a custom port, was fixed.
|
309 |
+
|
310 |
= V3.41 =
|
311 |
Added ability to change a label 'Send me a copy'. The bug of changing the message 'Action after email is sent' was fixed.
|
312 |
|