Contact Form by BestWebSoft - Version 3.42

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 Icon 128x128 Contact Form by BestWebSoft
Version 3.42
Comparing to
See all releases

Code changes from version 3.41 to 3.42

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.41
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
- $page_url = ( isset( $_SERVER["HTTPS"] ) && $_SERVER["HTTPS"] == "on" ? "https://" : "http://" ).$_SERVER["SERVER_NAME"].strip_tags( $_SERVER["REQUEST_URI"] );
 
 
 
 
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-02-07 16:07+0300\n"
6
- "PO-Revision-Date: 2013-02-07 16:07+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:1066
31
- #: contact_form.php:1075
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:403
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:537
71
- #: contact_form.php:557
72
- msgid "Name:"
73
- msgstr "Ime:"
74
-
75
- #: contact_form.php:148
76
- #: contact_form.php:538
77
- #: contact_form.php:558
78
- msgid "Email Address:"
79
- msgstr "E-mail Adresa:"
80
-
81
- #: contact_form.php:149
82
- #: contact_form.php:539
83
- #: contact_form.php:559
84
- msgid "Phone number:"
85
- msgstr ""
86
-
87
- #: contact_form.php:150
88
- #: contact_form.php:540
89
- #: contact_form.php:560
90
- msgid "Subject:"
91
- msgstr "Tema:"
92
-
93
- #: contact_form.php:151
94
- #: contact_form.php:541
95
- #: contact_form.php:561
96
- msgid "Message:"
97
- msgstr "Poruka:"
98
-
99
- #: contact_form.php:152
100
- #: contact_form.php:542
101
- #: contact_form.php:562
102
- msgid "Attachment:"
103
- msgstr "Priveži fajl:"
104
-
105
- #: contact_form.php:153
106
- #: contact_form.php:543
107
- #: contact_form.php:563
108
- msgid "Submit"
109
- msgstr "Podnesi"
110
-
111
- #: contact_form.php:154
112
- msgid "Your name is required."
113
- msgstr "Vaše ime je potrebno."
114
-
115
- #: contact_form.php:155
116
- msgid "A proper e-mail address is required."
117
- msgstr "Ispravna e-mail adresa potrebna."
118
-
119
- #: contact_form.php:156
120
- msgid "Subject is required."
121
- msgstr "Tekst Teme je potreban."
122
-
123
- #: contact_form.php:157
124
- msgid "Message text is required."
125
- msgstr "Tekst poruke je potreban."
126
-
127
- #: contact_form.php:158
128
- #, fuzzy
129
- msgid "Phone number is required."
130
- msgstr "Vaše ime je potrebno."
131
-
132
- #: contact_form.php:159
133
- msgid "File format is not valid."
134
- msgstr "Privezakne radi"
135
-
136
- #: contact_form.php:160
137
- msgid "Please fill out the CAPTCHA."
138
- msgstr "Molimo vas popunite CAPTCHA."
139
-
140
- #: contact_form.php:161
141
- msgid "Please make corrections below and try again."
142
- msgstr "Molimo vas da izvršite izmene ispod i pokušate ponovo."
143
-
144
- #: contact_form.php:163
145
- msgid "Thank you for contacting us."
146
- msgstr "Hvala što ste nas kontaktirali."
147
-
148
- #: contact_form.php:358
149
- msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
150
- msgstr "Ako opcija 'Prosledi na stranu' je izabrana onda polje za URL možete popuniti u sledećem formatu"
151
-
152
- #: contact_form.php:367
153
- msgid "Such user does not exist. Settings are not saved."
154
- msgstr "Takav korisnik ne postoji. Podešavanja nisu sačuvana"
155
-
156
- #: contact_form.php:372
157
- msgid "Please enter a valid email address. Settings are not saved."
158
- msgstr "Molim vam unesite ispravan mejl. Podešavanja nisu sačuvana."
159
-
160
- #: contact_form.php:378
161
- #, fuzzy
162
- msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
163
- msgstr "Molim vam unesite ispravan mejl. Podešavanja nisu sačuvana."
164
-
165
- #: contact_form.php:383
166
- msgid "Options saved."
167
- msgstr "Opcije sačuvane"
168
-
169
- #: contact_form.php:408
170
- 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:"
171
- msgstr "Ako želite da dodate Kontakt Formu na vaš veb sajt, jednostavno iskopirajte ovaj kratak kod na vašu stranu, članak ili vidžet:"
172
-
173
- #: contact_form.php:409
174
- msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
175
- msgstr "Ako je polje za podatke ispod prazno tada će poruka biti poslata na adresu koja je navedena prilikom registracije."
176
-
177
- #: contact_form.php:413
178
- msgid "The user's email address:"
179
- msgstr "Koristi mejl wordpress kosirnika:"
180
-
181
- #: contact_form.php:417
182
- msgid "Create a username"
183
- msgstr "Odaberi korisničko ime"
184
-
185
- #: contact_form.php:422
186
- msgid "Enter a username of the person who should get the messages from the contact form."
187
- msgstr "Podesi ime korisnika koji će primiti poruku sa ove kontakt forme."
188
-
189
- #: contact_form.php:426
190
- msgid "Use this email address:"
191
- msgstr "Koristi ovaj mejl:"
192
-
193
- #: contact_form.php:429
194
- msgid "Enter the email address you want the messages forwarded to."
195
- msgstr "Podesi mejl adresu koja će biti korišćena za prijem poruka."
196
-
197
- #: contact_form.php:433
198
- msgid "Additional options"
199
- msgstr "Dodatne opcije"
200
-
201
- #: contact_form.php:436
202
- msgid "Display Attachment block"
203
- msgstr "Prikaži blok privezaka"
204
-
205
- #: contact_form.php:438
206
- msgid "Users can attach the following file formats"
207
- msgstr "Korisnici mogu privezivati fajlove sledećih tipova"
208
-
209
- #: contact_form.php:442
210
- msgid "Display Attachment tips"
211
- msgstr "Prikaži objašnjenja privezaka"
212
-
213
- #: contact_form.php:444
214
- msgid "Display tips below the Attachment block"
215
- msgstr "Prikaži objašnjenja posle bloka Privezaka"
216
-
217
- #: contact_form.php:448
218
- msgid "Display Send me a copy block"
219
- msgstr "Prikaži Pošalji mi kopiju blok"
220
-
221
- #: contact_form.php:454
222
- msgid "What to use?"
223
- msgstr "Šta koritite?"
224
-
225
- #: contact_form.php:457
226
- msgid "Wp-mail"
227
- msgstr "Wp-mail"
228
-
229
- #: contact_form.php:458
230
- msgid "You can use the wp_mail function for mailing"
231
- msgstr "Da biste poslali mejl možete koristiti wordpress-ovu wp_mail funkciju"
232
-
233
- #: contact_form.php:464
234
- msgid "Mail"
235
- msgstr "Mail"
236
-
237
- #: contact_form.php:465
238
- msgid "To send mail you can use the php mail function"
239
- msgstr "Da biste poslali mejl možete koristiti php mail funkciju"
240
-
241
- #: contact_form.php:469
242
- #, fuzzy
243
- msgid "Change text of the 'FROM' field"
244
- msgstr "Promeni OD polja u kontakt formi"
245
-
246
- #: contact_form.php:475
247
- msgid "Enter the email address in the 'From' field"
248
- msgstr ""
249
-
250
- #: contact_form.php:477
251
- msgid "The email address of the user who fills the form is going to be used in the field 'From'."
252
- msgstr ""
253
-
254
- #: contact_form.php:479
255
- msgid "This email address will be used in the 'From' field."
256
- msgstr ""
257
-
258
- #: contact_form.php:483
259
- msgid "Display phone field"
260
- msgstr ""
261
-
262
- #: contact_form.php:489
263
- msgid "Required fields"
264
- msgstr ""
265
-
266
- #: contact_form.php:491
267
- #: contact_form.php:955
268
- msgid "Name"
269
- msgstr "Ime"
270
-
271
- #: contact_form.php:492
272
- #, fuzzy
273
- msgid "E-Mail Address"
274
- msgstr "E-mail Adresa:"
275
-
276
- #: contact_form.php:493
277
- #: contact_form.php:963
278
- msgid "Phone"
279
- msgstr ""
280
-
281
- #: contact_form.php:494
282
- #: contact_form.php:966
283
- msgid "Subject"
284
- msgstr "Tema"
285
-
286
- #: contact_form.php:495
287
- #: contact_form.php:969
288
- msgid "Message"
289
- msgstr "Poruka"
290
-
291
- #: contact_form.php:499
292
- msgid "Display additional info in email"
293
- msgstr "Prikaži dodatne informacije u mejlu"
294
-
295
- #: contact_form.php:504
296
- #: contact_form.php:927
297
- msgid "Sent from (ip address)"
298
- msgstr "Poslato sa (ip adresa)"
299
-
300
- #: contact_form.php:505
301
- #: contact_form.php:932
302
- msgid "Date/Time"
303
- msgstr "Datum/Vreme"
304
-
305
- #: contact_form.php:506
306
- #: contact_form.php:937
307
- msgid "Sent from (referer)"
308
- msgstr "Došlo od (prosleđivač)"
309
-
310
- #: contact_form.php:507
311
- #: contact_form.php:942
312
- msgid "Using (user agent)"
313
- msgstr "Koristi (user agent)"
314
-
315
- #: contact_form.php:511
316
- msgid "Language settings for the field names in the form"
317
- msgstr ""
318
-
319
- #: contact_form.php:520
320
- msgid "Add language"
321
- msgstr ""
322
-
323
- #: contact_form.php:524
324
- msgid "Change the names of the contact form fields and error messages"
325
- msgstr "Promeni oznaku za polja u kontakt formi"
326
-
327
- #: contact_form.php:529
328
- #: contact_form.php:582
329
- msgid "English"
330
- msgstr ""
331
-
332
- #: contact_form.php:544
333
- #: contact_form.php:564
334
- msgid "Error message for the Name field"
335
- msgstr ""
336
-
337
- #: contact_form.php:545
338
- #: contact_form.php:565
339
- msgid "Error message for the Email field"
340
- msgstr ""
341
-
342
- #: contact_form.php:546
343
- #: contact_form.php:566
344
- msgid "Error message for the Phone field"
345
- msgstr ""
346
-
347
- #: contact_form.php:547
348
- #: contact_form.php:567
349
- msgid "Error message for the Subject field"
350
- msgstr ""
351
-
352
- #: contact_form.php:548
353
- #: contact_form.php:568
354
- msgid "Error message for the Message field"
355
- msgstr ""
356
-
357
- #: contact_form.php:549
358
- #: contact_form.php:569
359
- msgid "Error message for the Attachment field"
360
- msgstr ""
361
-
362
- #: contact_form.php:550
363
- #: contact_form.php:570
364
- msgid "Error message for the Captcha field"
365
- msgstr ""
366
-
367
- #: contact_form.php:551
368
- #: contact_form.php:571
369
- msgid "Error message for the whole form"
370
- msgstr ""
371
-
372
- #: contact_form.php:552
373
- #: contact_form.php:572
374
- #: contact_form.php:591
375
- #: contact_form.php:597
376
- msgid "Use shortcode"
377
- msgstr ""
378
-
379
- #: contact_form.php:552
380
- #: contact_form.php:572
381
- #: contact_form.php:591
382
- #: contact_form.php:597
383
- msgid "for this language"
384
- msgstr ""
385
-
386
- #: contact_form.php:579
387
- msgid "Action after email is sent"
388
- msgstr "Akcija posle poslatog mejla"
389
-
390
- #: contact_form.php:581
391
- msgid "Display text"
392
- msgstr "Prikaži tekst"
393
-
394
- #: contact_form.php:590
395
- #: contact_form.php:596
396
- msgid "Text"
397
- msgstr "Tekst"
398
-
399
- #: contact_form.php:603
400
- msgid "Redirect to the page"
401
- msgstr "Preusmeri na stranu"
402
-
403
- #: contact_form.php:604
404
- msgid "Url"
405
- msgstr "Url"
406
-
407
- #: contact_form.php:609
408
- msgid "Save Changes"
409
- msgstr "Sačuvaj izmene"
410
-
411
- #: contact_form.php:648
412
- msgid "Sorry, email message could not be delivered."
413
- msgstr "Izvinite, vaš mejl nije mogao biti dostavljen."
414
-
415
- #: contact_form.php:718
416
- msgid "You can attach the following file formats"
417
- msgstr "Možete privezati fajlove sledećih tipova"
418
-
419
- #: contact_form.php:726
420
- msgid "Send me a copy"
421
- msgstr "Pošalji mi kopiju"
422
-
423
- #: contact_form.php:950
424
- msgid "Contact from"
425
- msgstr "Kontakt forma"
426
-
427
- #: contact_form.php:958
428
- msgid "Email"
429
- msgstr "Email"
430
-
431
- #: contact_form.php:972
432
- msgid "Site"
433
- msgstr "Sajt"
434
-
435
- #: contact_form.php:1023
436
- msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
437
- msgstr "Ako možete da vidite ovaj MIME to znači da vaš klijent ne prihvata MIME tipove!"
438
-
439
- #: contact_form.php:1076
440
- msgid "FAQ"
441
- msgstr "FAQ"
442
-
443
- #: contact_form.php:1077
444
- msgid "Support"
445
- msgstr "Podrška"
446
-
447
- #: contact_form.php:1123
448
- msgid "Are you sure that you want to delete this language data?"
449
- msgstr ""
450
-
451
- #~ msgid "E-Mail Addresse:"
452
- #~ msgstr "E-mail adresa:"
453
- #~ msgid "Install Now"
454
- #~ msgstr "Instaliraj Sada"
455
- #~ msgid "BWS Plugins"
456
- #~ msgstr "BWS Dodaci"
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.41
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