Contact Form by BestWebSoft - Version 3.84

Version Description

  • 21.10.2014 =
  • Update : The Norwegian and Russian language files are updated.
  • Bugfix : We fixed the bug with saving 'The $_SERVER variable that is used to build a URL of the form'.
  • Bugfix : We fixed the bug with network activation.
Download this release

Release Info

Developer bestwebsoft
Plugin Icon 128x128 Contact Form by BestWebSoft
Version 3.84
Comparing to
See all releases

Code changes from version 3.83 to 3.84

Files changed (50) hide show
  1. bws_menu/bws_menu.php +222 -342
  2. bws_menu/css/general_style.css +1 -1
  3. bws_menu/css/style.css +15 -0
  4. bws_menu/images/system-status.png +0 -0
  5. contact_form.php +447 -520
  6. css/style.css +23 -15
  7. js/script.js +7 -18
  8. js/script_wp_before_3.5.js +3 -14
  9. languages/contact_form-af_ZA.mo +0 -0
  10. languages/contact_form-af_ZA.po +0 -0
  11. languages/contact_form-be_BY.mo +0 -0
  12. languages/contact_form-be_BY.po +0 -1194
  13. languages/contact_form-ca.mo +0 -0
  14. languages/contact_form-ca.po +0 -0
  15. languages/contact_form-es_ES.mo +0 -0
  16. languages/contact_form-es_ES.po +0 -0
  17. languages/contact_form-fi.mo +0 -0
  18. languages/contact_form-fi.po +0 -1146
  19. languages/contact_form-fr_FR.mo +0 -0
  20. languages/contact_form-fr_FR.po +0 -0
  21. languages/contact_form-hu_HU.mo +0 -0
  22. languages/contact_form-hu_HU.po +0 -1177
  23. languages/contact_form-it_IT.mo +0 -0
  24. languages/contact_form-it_IT.po +0 -1149
  25. languages/contact_form-ja.mo +0 -0
  26. languages/contact_form-ja.po +0 -0
  27. languages/contact_form-nb_NO.mo +0 -0
  28. languages/{contact_form-sr_RS.po → contact_form-nb_NO.po} +252 -300
  29. languages/contact_form-nl_NL.mo +0 -0
  30. languages/contact_form-nl_NL.po +0 -1153
  31. languages/contact_form-pt_BR.mo +0 -0
  32. languages/contact_form-pt_BR.po +0 -0
  33. languages/contact_form-pt_PT.mo +0 -0
  34. languages/contact_form-pt_PT.po +0 -1157
  35. languages/contact_form-ru_RU.mo +0 -0
  36. languages/contact_form-ru_RU.po +584 -536
  37. languages/contact_form-sk_SK.mo +0 -0
  38. languages/contact_form-sk_SK.po +359 -346
  39. languages/contact_form-sr_RS.mo +0 -0
  40. languages/contact_form-sv_SE.mo +0 -0
  41. languages/contact_form-sv_SE.po +0 -0
  42. languages/contact_form-tr.mo +0 -0
  43. languages/contact_form-tr.po +360 -347
  44. languages/contact_form-uk.mo +0 -0
  45. languages/contact_form-uk.po +579 -446
  46. languages/contact_form-vi.mo +0 -0
  47. languages/contact_form-vi.po +0 -0
  48. languages/contact_form-zh_CN.mo +0 -0
  49. languages/contact_form-zh_CN.po +0 -0
  50. readme.txt +16 -14
bws_menu/bws_menu.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Function for displaying BestWebSoft menu
4
- * Version: 1.3.7
5
  */
6
 
7
  if ( ! function_exists( 'bws_add_menu_render' ) ) {
@@ -17,379 +17,302 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
17
  'captcha/captcha.php' => array(
18
  'name' => 'Captcha',
19
  'description' => 'Plugin intended to prove that the visitor is a human being and not a spam robot.',
20
- 'link' => 'http://bestwebsoft.com/plugin/captcha-plugin/?k=d678516c0990e781edfb6a6c874f0b8a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
21
- 'download' => 'http://bestwebsoft.com/plugin/captcha-plugin/?k=d678516c0990e781edfb6a6c874f0b8a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
22
  'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=Captcha+bestwebsoft&plugin-search-input=Search+Plugins',
23
  'settings' => 'admin.php?page=captcha.php',
24
- 'pro_version' => 'captcha-pro/captcha_pro.php'
 
 
25
  ),
26
  'contact-form-plugin/contact_form.php' => array(
27
- 'name' => 'Contact form',
28
  'description' => 'Add Contact Form to your WordPress website.',
29
- 'link' => 'http://bestwebsoft.com/plugin/contact-form/?k=012327ef413e5b527883e031d43b088b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
30
- 'download' => 'http://bestwebsoft.com/plugin/contact-form/?k=012327ef413e5b527883e031d43b088b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
31
  'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=Contact+Form+bestwebsoft&plugin-search-input=Search+Plugins',
32
  'settings' => 'admin.php?page=contact_form.php',
33
- 'pro_version' => 'contact-form-pro/contact_form_pro.php'
 
 
34
  ),
35
  'facebook-button-plugin/facebook-button-plugin.php' => array(
36
  'name' => 'Facebook Like Button',
37
  'description' => 'Allows you to add the Follow and Like buttons the easiest way.',
38
- 'link' => 'http://bestwebsoft.com/plugin/facebook-like-button-plugin/?k=05ec4f12327f55848335802581467d55&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
39
- 'download' => 'http://bestwebsoft.com/plugin/facebook-like-button-plugin/?k=05ec4f12327f55848335802581467d55&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
40
  'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=Facebook+Like+Button+Plugin+bestwebsoft&plugin-search-input=Search+Plugins',
41
  'settings' => 'admin.php?page=facebook-button-plugin.php',
42
- 'pro_version' => 'facebook-button-pro/facebook-button-pro.php'
 
 
43
  ),
44
  'twitter-plugin/twitter.php' => array(
45
  'name' => 'Twitter',
46
  'description' => 'Allows you to add the Twitter "Follow" and "Like" buttons the easiest way.',
47
- 'link' => 'http://bestwebsoft.com/plugin/twitter-plugin/?k=f8cb514e25bd7ec4974d64435c5eb333&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
48
- 'download' => 'http://bestwebsoft.com/plugin/twitter-plugin/?k=f8cb514e25bd7ec4974d64435c5eb333&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
49
  'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=Twitter+Plugin+bestwebsoft&plugin-search-input=Search+Plugins',
50
  'settings' => 'admin.php?page=twitter.php',
51
- 'pro_version' => 'twitter-pro/twitter-pro.php'
 
 
52
  ),
53
  'portfolio/portfolio.php' => array(
54
  'name' => 'Portfolio',
55
  'description' => 'Allows you to create a page with the information about your past projects.',
56
- 'link' => 'http://bestwebsoft.com/plugin/portfolio-plugin/?k=1249a890c5b7bba6bda3f528a94f768b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
57
- 'download' => 'http://bestwebsoft.com/plugin/portfolio-plugin/?k=1249a890c5b7bba6bda3f528a94f768b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
58
  'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=Portfolio+bestwebsoft&plugin-search-input=Search+Plugins',
59
  'settings' => 'admin.php?page=portfolio.php'
60
  ),
61
  'gallery-plugin/gallery-plugin.php' => array(
62
  'name' => 'Gallery',
63
  'description' => 'Allows you to implement a Gallery page into your website.',
64
- 'link' => 'http://bestwebsoft.com/plugin/gallery-plugin/?k=2da21c0a64eec7ebf16337fa134c5f78&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
65
- 'download' => 'http://bestwebsoft.com/plugin/gallery-plugin/?k=2da21c0a64eec7ebf16337fa134c5f78&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
66
  'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=Gallery+Plugin+bestwebsoft&plugin-search-input=Search+Plugins',
67
  'settings' => 'admin.php?page=gallery-plugin.php',
68
- 'pro_version' => 'gallery-plugin-pro/gallery-plugin-pro.php'
 
 
69
  ),
70
  'adsense-plugin/adsense-plugin.php'=> array(
71
  'name' => 'Google AdSense',
72
  'description' => 'Allows Google AdSense implementation to your website.',
73
- 'link' => 'http://bestwebsoft.com/plugin/google-adsense-plugin/?k=60e3979921e354feb0347e88e7d7b73d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
74
- 'download' => 'http://bestwebsoft.com/plugin/google-adsense-plugin/?k=60e3979921e354feb0347e88e7d7b73d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
75
  'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=Adsense+Plugin+bestwebsoft&plugin-search-input=Search+Plugins',
76
  'settings' => 'admin.php?page=adsense-plugin.php'
77
  ),
78
  'custom-search-plugin/custom-search-plugin.php'=> array(
79
  'name' => 'Custom Search',
80
  'description' => 'Allows to extend your website search functionality by adding a custom post type.',
81
- 'link' => 'http://bestwebsoft.com/plugin/custom-search-plugin/?k=933be8f3a8b8719d95d1079d15443e29&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
82
- 'download' => 'http://bestwebsoft.com/plugin/custom-search-plugin/?k=933be8f3a8b8719d95d1079d15443e29&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
83
  'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=Custom+Search+plugin+bestwebsoft&plugin-search-input=Search+Plugins',
84
  'settings' => 'admin.php?page=custom_search.php'
85
  ),
86
  'quotes-and-tips/quotes-and-tips.php'=> array(
87
  'name' => 'Quotes and Tips',
88
  'description' => 'Allows you to implement quotes & tips block into your web site.',
89
- 'link' => 'http://bestwebsoft.com/plugin/quotes-and-tips/?k=5738a4e85a798c4a5162240c6515098d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
90
- 'download' => 'http://bestwebsoft.com/plugin/quotes-and-tips/?k=5738a4e85a798c4a5162240c6515098d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
91
  'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=Quotes+and+Tips+bestwebsoft&plugin-search-input=Search+Plugins',
92
  'settings' => 'admin.php?page=quotes-and-tips.php'
93
  ),
94
  'google-sitemap-plugin/google-sitemap-plugin.php'=> array(
95
  'name' => 'Google Sitemap',
96
  'description' => 'Allows you to add sitemap file to Google Webmaster Tools.',
97
- 'link' => 'http://bestwebsoft.com/plugin/google-sitemap-plugin/?k=5202b2f5ce2cf85daee5e5f79a51d806&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
98
- 'download' => 'http://bestwebsoft.com/plugin/google-sitemap-plugin/?k=5202b2f5ce2cf85daee5e5f79a51d806&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
99
  'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=Google+sitemap+plugin+bestwebsoft&plugin-search-input=Search+Plugins',
100
  'settings' => 'admin.php?page=google-sitemap-plugin.php',
101
- 'pro_version' => 'google-sitemap-pro/google-sitemap-pro.php'
 
 
102
  ),
103
  'updater/updater.php'=> array(
104
  'name' => 'Updater',
105
  'description' => 'Allows you to update plugins and WP core.',
106
- 'link' => 'http://bestwebsoft.com/plugin/updater-plugin/?k=66f3ecd4c1912009d395c4bb30f779d1&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
107
- 'download' => 'http://bestwebsoft.com/plugin/updater-plugin/?k=66f3ecd4c1912009d395c4bb30f779d1&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
108
  'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=updater+bestwebsoft&plugin-search-input=Search+Plugins',
109
  'settings' => 'admin.php?page=updater-options',
110
- 'pro_version' => 'updater-pro/updater_pro.php'
 
 
111
  ),
112
  'custom-fields-search/custom-fields-search.php'=> array(
113
  'name' => 'Custom Fields Search',
114
  'description' => 'Allows you to add website search any existing custom fields.',
115
- 'link' => 'http://bestwebsoft.com/plugin/custom-fields-search/?k=f3f8285bb069250c42c6ffac95ed3284&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
116
- 'download' => 'http://bestwebsoft.com/plugin/custom-fields-search/?k=f3f8285bb069250c42c6ffac95ed3284&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
117
  'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=Custom+Fields+Search+bestwebsoft&plugin-search-input=Search+Plugins',
118
  'settings' => 'admin.php?page=custom_fields_search.php'
119
  ),
120
  'google-one/google-plus-one.php' => array(
121
  'name' => 'Google +1',
122
  'description' => 'Allows you to see how many times your page has been liked on Google Search Engine as well as who has liked the article.',
123
- 'link' => 'http://bestwebsoft.com/plugin/google-plus-one/?k=ce7a88837f0a857b3a2bb142f470853c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
124
- 'download' => 'http://bestwebsoft.com/plugin/google-plus-one/?k=ce7a88837f0a857b3a2bb142f470853c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
125
  'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=Google+%2B1+bestwebsoft&plugin-search-input=Search+Plugins',
126
  'settings' => 'admin.php?page=google-plus-one.php',
127
- 'pro_version' => 'google-one-pro/google-plus-one-pro.php'
 
 
128
  ),
129
  'relevant/related-posts-plugin.php' => array(
130
  'name' => 'Relevant - Related Posts',
131
  'description' => 'Allows you to display related posts with similar words in category, tags, title or by adding special meta key for posts.',
132
- 'link' => 'http://bestwebsoft.com/plugin/related-posts-plugin/?k=73fb737037f7141e66415ec259f7e426&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
133
- 'download' => 'http://bestwebsoft.com/plugin/related-posts-plugin/?k=73fb737037f7141e66415ec259f7e426&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
134
  'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=Related+Posts+Plugin+Bestwebsoft&plugin-search-input=Search+Plugins',
135
  'settings' => 'admin.php?page=related-posts-plugin.php'
136
  ),
137
  'contact-form-to-db/contact_form_to_db.php' => array(
138
  'name' => 'Contact Form To DB',
139
  'description' => 'Allows you to manage the messages that have been sent from your site.',
140
- 'link' => 'http://bestwebsoft.com/plugin/contact-form-to-db/?k=ba3747d317c2692e4136ca096a8989d6&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
141
- 'download' => 'http://bestwebsoft.com/plugin/contact-form-to-db/?k=ba3747d317c2692e4136ca096a8989d6&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
142
  'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=Contact+Form+to+DB+bestwebsoft&plugin-search-input=Search+Plugins',
143
  'settings' => 'admin.php?page=cntctfrmtdb_settings',
144
- 'pro_version' => 'contact-form-to-db-pro/contact_form_to_db_pro.php'
 
 
145
  ),
146
  'pdf-print/pdf-print.php' => array(
147
  'name' => 'PDF & Print',
148
  'description' => 'Allows you to create PDF and Print page with adding appropriate buttons to the content.',
149
- 'link' => 'http://bestwebsoft.com/plugin/pdf-print/?k=bfefdfb522a4c0ff0141daa3f271840c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
150
- 'download' => 'http://bestwebsoft.com/plugin/pdf-print/?k=bfefdfb522a4c0ff0141daa3f271840c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
151
  'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=PDF+Print+Bestwebsoft&plugin-search-input=Search+Plugins',
152
  'settings' => 'admin.php?page=pdf-print.php',
153
- 'pro_version' => 'pdf-print-pro/pdf-print-pro.php'
 
 
154
  ),
155
  'donate-button/donate.php' => array(
156
  'name' => 'Donate',
157
  'description' => 'Makes it possible to place donation buttons of various payment systems on your web page.',
158
- 'link' => 'http://bestwebsoft.com/plugin/donate/?k=a8b2e2a56914fb1765dd20297c26401b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
159
- 'download' => 'http://bestwebsoft.com/plugin/donate/?k=a8b2e2a56914fb1765dd20297c26401b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
160
  'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=Donate+Bestwebsoft&plugin-search-input=Search+Plugins',
161
  'settings' => 'admin.php?page=donate.php'
162
  ),
163
  'post-to-csv/post-to-csv.php' => array(
164
  'name' => 'Post To CSV',
165
  'description' => 'The plugin allows to export posts of any types to a csv file.',
166
- 'link' => 'http://bestwebsoft.com/plugin/post-to-csv/?k=653aa55518ae17409293a7a894268b8f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
167
- 'download' => 'http://bestwebsoft.com/plugin/post-to-csv/?k=653aa55518ae17409293a7a894268b8f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
168
  'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=Post+To+CSV+Bestwebsoft&plugin-search-input=Search+Plugins',
169
  'settings' => 'admin.php?page=post-to-csv.php'
170
  ),
171
  'google-shortlink/google-shortlink.php' => array(
172
  'name' => 'Google Shortlink',
173
  'description' => 'Allows you to get short links from goo.gl servise without leaving your site.',
174
- 'link' => 'http://bestwebsoft.com/plugin/google-shortlink/?k=afcf3eaed021bbbbeea1090e16bc22db&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
175
- 'download' => 'http://bestwebsoft.com/plugin/google-shortlink/?k=afcf3eaed021bbbbeea1090e16bc22db&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
176
  'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=Google+Shortlink+Bestwebsoft&plugin-search-input=Search+Plugins',
177
  'settings' => 'admin.php?page=gglshrtlnk_options'
178
  ),
179
  'htaccess/htaccess.php' => array(
180
  'name' => 'Htaccess',
181
  'description' => 'Allows controlling access to your website using the directives Allow and Deny.',
182
- 'link' => 'http://bestwebsoft.com/plugin/htaccess/?k=2b865fcd56a935d22c5c4f1bba52ed46&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
183
- 'download' => 'http://bestwebsoft.com/plugin/htaccess/?k=2b865fcd56a935d22c5c4f1bba52ed46&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
184
  'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=Htaccess+Bestwebsoft&plugin-search-input=Search+Plugins',
185
  'settings' => 'admin.php?page=htaccess.php'
186
  ),
187
  'google-captcha/google-captcha.php' => array(
188
  'name' => 'Google Captcha (reCAPTCHA)',
189
  'description' => 'Plugin intended to prove that the visitor is a human being and not a spam robot.',
190
- 'link' => 'http://bestwebsoft.com/plugin/google-captcha/?k=7b59fbe542acf950b29f3e020d5ad735&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
191
- 'download' => 'http://bestwebsoft.com/plugin/google-captcha/?k=7b59fbe542acf950b29f3e020d5ad735&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
192
  'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=Google+Captcha+Bestwebsoft&plugin-search-input=Search+Plugins',
193
  'settings' => 'admin.php?page=google-captcha.php'
194
  ),
195
  'sender/sender.php' => array(
196
  'name' => 'Sender',
197
  'description' => 'You can send mails to all users or to certain categories of users.',
198
- 'link' => 'http://bestwebsoft.com/plugin/sender/?k=89c297d14ba85a8417a0f2fc05e089c7&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
199
- 'download' => 'http://bestwebsoft.com/plugin/sender/?k=89c297d14ba85a8417a0f2fc05e089c7&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
200
  'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=Sender+Bestwebsoft&plugin-search-input=Search+Plugins',
201
  'settings' => 'admin.php?page=sndr_settings',
202
- 'pro_version' => 'sender-pro/sender-pro.php'
 
 
203
  ),
204
  'subscriber/subscriber.php' => array(
205
  'name' => 'Subscriber',
206
  'description' => 'This plugin allows you to subscribe users for newsletters from your website.',
207
- 'link' => 'http://bestwebsoft.com/plugin/subscriber/?k=a4ecc1b7800bae7329fbe8b4b04e9c88&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
208
- 'download' => 'http://bestwebsoft.com/plugin/subscriber/?k=a4ecc1b7800bae7329fbe8b4b04e9c88&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
209
  'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=Subscriber+Bestwebsoft&plugin-search-input=Search+Plugins',
210
  'settings' => 'admin.php?page=sbscrbr_settings_page'
211
  ),
212
  'contact-form-multi/contact-form-multi.php' => array(
213
  'name' => 'Contact Form Multi',
214
  'description' => 'This plugin allows you to subscribe users for newsletters from your website.',
215
- 'link' => 'http://bestwebsoft.com/plugin/contact-form-multi/?k=83cdd9e72a9f4061122ad28a67293c72&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
216
- 'download' => 'http://bestwebsoft.com/plugin/contact-form-multi/?k=83cdd9e72a9f4061122ad28a67293c72&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
217
  'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=Contact+Form+Multi+Bestwebsoft&plugin-search-input=Search+Plugins',
218
  'settings' => '',
219
- 'pro_version' => 'contact-form-multi-pro/contact-form-multi-pro.php'
 
 
220
  ),
221
  'bws-google-maps/bws-google-maps.php' => array(
222
  'name' => 'BestWebSoft Google Maps',
223
  'description' => 'Easy to set up and insert Google Maps to your website.',
224
- 'link' => 'http://bestwebsoft.com/plugin/bws-google-maps/?k=d8fac412d7359ebaa4ff53b46572f9f7&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
225
- 'download' => 'http://bestwebsoft.com/plugin/bws-google-maps/?k=d8fac412d7359ebaa4ff53b46572f9f7&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
226
  'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=BestWebSoft+Google+Maps&plugin-search-input=Search+Plugins',
227
  'settings' => 'admin.php?page=bws-google-maps.php',
228
- 'pro_version' => 'bws-google-maps-pro/bws-google-maps-pro.php'
 
 
229
  ),
230
  'bws-google-analytics/bws-google-analytics.php' => array(
231
  'name' => 'BestWebSoft Google Analytics',
232
  'description' => 'Allows you to retrieve basic stats from Google Analytics account and add the tracking code to your blog.',
233
- 'link' => 'http://bestwebsoft.com/plugin/bws-google-analytics/?k=261c74cad753fb279cdf5a5db63fbd43&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
234
- 'download' => 'http://bestwebsoft.com/plugin/bws-google-analytics/?k=261c74cad753fb279cdf5a5db63fbd43&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
235
  'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=BestWebSoft+Google+Analytics&plugin-search-input=Search+Plugins',
236
  'settings' => 'admin.php?page=bws-google-analytics.php'
237
  ),
238
  'db-manager/db-manager.php' => array(
239
  'name' => 'DB manager',
240
  'description' => 'Allows you to download the latest version of PhpMyadmin and Dumper and manage your site.',
241
- 'link' => 'http://bestwebsoft.com/plugin/db-manager/?k=01ed9731780d87f85f5901064b7d76d8&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
242
- 'download' => 'http://bestwebsoft.com/plugin/db-manager/?k=01ed9731780d87f85f5901064b7d76d8&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
243
- 'wp_install' => 'http://bestwebsoft.com/plugin/db-manager/?k=01ed9731780d87f85f5901064b7d76d8&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
244
  'settings' => 'admin.php?page=db-manager.php'
245
  ),
246
  'user-role/user-role.php' => array(
247
  'name' => 'User Role',
248
  'description' => 'Allows to change wordpress user role capabilities.',
249
- 'link' => 'http://bestwebsoft.com/plugin/user-role/?k=dfe2244835c6fbf601523964b3f34ccc&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
250
- 'download' => 'http://bestwebsoft.com/plugin/user-role/?k=dfe2244835c6fbf601523964b3f34ccc&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
251
  'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=User+Role+BestWebSoft&plugin-search-input=Search+Plugins',
252
  'settings' => 'admin.php?page=user-role.php',
253
- 'pro_version' => 'user-role-pro/user-role-pro.php'
 
 
254
  ),
255
  'email-queue/email-queue.php' => array(
256
  'name' => 'Email Queue',
257
  'description' => 'Allows to manage email massages sent by BestWebSoft plugins.',
258
- 'link' => 'http://bestwebsoft.com/plugin/email-queue/?k=e345e1b6623f0dca119bc2d9433b130b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
259
- 'download' => 'http://bestwebsoft.com/plugin/email-queue/?k=e345e1b6623f0dca119bc2d9433b130b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
260
  'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=Email+Queue+BestWebSoft&plugin-search-input=Search+Plugins',
261
  'settings' => 'admin.php?page=mlq_settings'
262
  ),
263
  'limit-attempts/limit-attempts.php' => array(
264
  'name' => 'Limit Attempts',
265
  'description' => 'Allows you to limit rate of login attempts by the ip, and create whitelist and blacklist.',
266
- 'link' => 'http://bestwebsoft.com/plugin/limit-attempts/?k=b14e1697ee4d008abcd4bd34d492573a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
267
- 'download' => 'http://bestwebsoft.com/plugin/limit-attempts/?k=b14e1697ee4d008abcd4bd34d492573a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
268
  'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=Limit+Attempts+BestWebSoft&plugin-search-input=Search+Plugins',
269
  'settings' => 'admin.php?page=limit-attempts.php',
270
- 'pro_version' => 'limit-attempts-pro/limit-attempts-pro.php'
 
 
271
  ),
272
  'job-board/job-board.php' => array(
273
  'name' => 'Job board',
274
  'description' => 'Allows to create a job-board page on your site.',
275
- 'link' => 'http://bestwebsoft.com/plugin/job-board/?k=b0c504c9ce6edd6692e04222af3fed6f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
276
- 'download' => 'http://bestwebsoft.com/plugin/job-board/?k=b0c504c9ce6edd6692e04222af3fed6f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
277
  'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=Job+board+BestWebSoft&plugin-search-input=Search+Plugins',
278
  'settings' => 'admin.php?page=job-board.php'
279
  )
280
  );
281
- $bws_plugins_pro = array(
282
- 'gallery-plugin-pro/gallery-plugin-pro.php' => array(
283
- 'name' => 'Gallery Pro',
284
- 'description' => 'Allows you to implement as many galleries as you want into your website.',
285
- 'link' => 'http://bestwebsoft.com/plugin/gallery-pro/?k=382e5ce7c96a6391f5ffa5e116b37fe0&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
286
- 'purchase' => 'http://bestwebsoft.com/plugin/gallery-pro/?k=382e5ce7c96a6391f5ffa5e116b37fe0&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#purchase',
287
- 'settings' => 'admin.php?page=gallery-plugin-pro.php'
288
- ),
289
- 'contact-form-pro/contact_form_pro.php' => array(
290
- 'name' => 'Contact form Pro',
291
- 'description' => 'Allows you to implement a feedback form to a web-page or a post in no time.',
292
- 'link' => 'http://bestwebsoft.com/plugin/contact-form-pro/?k=773dc97bb3551975db0e32edca1a6d71&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
293
- 'purchase' => 'http://bestwebsoft.com/plugin/contact-form-pro/?k=773dc97bb3551975db0e32edca1a6d71&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#purchase',
294
- 'settings' => 'admin.php?page=contact_form_pro.php'
295
- ),
296
- 'captcha-pro/captcha_pro.php' => array(
297
- 'name' => 'Captcha Pro',
298
- 'description' => 'Allows you to implement a super security captcha form into web forms.',
299
- 'link' => 'http://bestwebsoft.com/plugin/captcha-pro/?k=ff7d65e55e5e7f98f219be9ed711094e&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
300
- 'purchase' => 'http://bestwebsoft.com/plugin/captcha-pro/?k=ff7d65e55e5e7f98f219be9ed711094e&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#purchase',
301
- 'settings' => 'admin.php?page=captcha_pro.php'
302
- ),
303
- 'updater-pro/updater_pro.php' => array(
304
- 'name' => 'Updater Pro',
305
- 'description' => 'Allows you to update plugins and WordPress core on your website.',
306
- 'link' => 'http://bestwebsoft.com/plugin/updater-pro/?k=cf633acbefbdff78545347fe08a3aecb&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
307
- 'purchase' => 'http://bestwebsoft.com/plugin/updater-pro?k=cf633acbefbdff78545347fe08a3aecb&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#purchase',
308
- 'settings' => 'admin.php?page=updater-pro-options'
309
- ),
310
- 'contact-form-to-db-pro/contact_form_to_db_pro.php' => array(
311
- 'name' => 'Contact form to DB Pro',
312
- 'description' => 'The plugin provides a unique opportunity to manage messages sent from your site via the contact form.',
313
- 'link' => 'http://bestwebsoft.com/plugin/contact-form-to-db-pro/?k=6ce5f4a9006ec906e4db643669246c6a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
314
- 'purchase' => 'http://bestwebsoft.com/plugin/contact-form-to-db-pro/?k=6ce5f4a9006ec906e4db643669246c6a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#purchase',
315
- 'settings' => 'admin.php?page=cntctfrmtdbpr_settings'
316
- ),
317
- 'google-sitemap-pro/google-sitemap-pro.php'=> array(
318
- 'name' => 'Google Sitemap Pro',
319
- 'description' => 'Allows you to add sitemap file to Google Webmaster Tools.',
320
- 'link' => 'http://bestwebsoft.com/plugin/google-sitemap-pro/?k=7ea384a5cc36cb4c22741caa20dcd56d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
321
- 'purchase' => 'http://bestwebsoft.com/plugin/google-sitemap-pro/?k=7ea384a5cc36cb4c22741caa20dcd56d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#purchase',
322
- 'settings' => 'admin.php?page=google-sitemap-pro.php'
323
- ),
324
- 'twitter-pro/twitter-pro.php' => array(
325
- 'name' => 'Twitter Pro',
326
- 'description' => 'Allows you to add the Twitter "Follow" and "Like" buttons the easiest way.',
327
- 'link' => 'http://bestwebsoft.com/plugin/twitter-pro/?k=63ecbf0cc9cebf060b5a3c9362299700&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
328
- 'purchase' => 'http://bestwebsoft.com/plugin/twitter-pro?k=63ecbf0cc9cebf060b5a3c9362299700&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#purchase',
329
- 'settings' => 'admin.php?page=twitter-pro.php'
330
- ),
331
- 'google-one-pro/google-plus-one-pro.php' => array(
332
- 'name' => 'Google +1 Pro',
333
- 'description' => 'Allows you to see how many times your page has been liked on Google Search Engine as well as who has liked the article.',
334
- 'link' => 'http://bestwebsoft.com/plugin/google-plus-one-pro/?k=f4b0a62d155c9df9601a0531ad5bd832&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
335
- 'purchase' => 'http://bestwebsoft.com/plugin/google-plus-one-pro?k=f4b0a62d155c9df9601a0531ad5bd832&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#purchase',
336
- 'settings' => 'admin.php?page=google-plus-one-pro.php'
337
- ),
338
- 'facebook-button-pro/facebook-button-pro.php' => array(
339
- 'name' => 'Facebook Like Button Pro',
340
- 'description' => 'Allows you to add the Follow and Like buttons the easiest way.',
341
- 'link' => 'http://bestwebsoft.com/plugin/facebook-like-button-pro/?k=8da168e60a831cfb3525417c333ad275&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
342
- 'purchase' => 'http://bestwebsoft.com/plugin/facebook-like-button-pro?k=8da168e60a831cfb3525417c333ad275&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#purchase',
343
- 'settings' => 'admin.php?page=facebook-button-pro.php'
344
- ),
345
- 'pdf-print-pro/pdf-print-pro.php' => array(
346
- 'name' => 'PDF & Print Pro',
347
- 'description' => 'Allows you to create PDF and Print page with adding appropriate buttons to the content.',
348
- 'link' => 'http://bestwebsoft.com/plugin/pdf-print-pro/?k=fd43a0e659ddc170a9060027cbfdcc3a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
349
- 'purchase' => 'http://bestwebsoft.com/plugin/pdf-print-pro?k=fd43a0e659ddc170a9060027cbfdcc3a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#purchase',
350
- 'settings' => 'admin.php?page=pdf-print-pro.php'
351
- ),
352
- 'bws-google-maps-pro/bws-google-maps-pro.php' => array(
353
- 'name' => 'BestWebSoft Google Maps Pro',
354
- 'description' => 'Easy to set up and insert Google Maps to your website.',
355
- 'link' => 'http://bestwebsoft.com/plugin/bws-google-maps-pro/?k=117c3f9fc17f2c83ef430a8a9dc06f56&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
356
- 'purchase' => 'http://bestwebsoft.com/plugin/bws-google-maps-pro/?k=117c3f9fc17f2c83ef430a8a9dc06f56&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#purchase',
357
- 'settings' => 'admin.php?page=bws-google-maps-pro.php'
358
- ),
359
- 'contact-form-multi-pro/contact-form-multi-pro.php' => array(
360
- 'name' => 'Contact Form Multi Pro',
361
- 'description' => 'This plugin is an exclusive add-on to the Contact Form Pro. Allows to create multiple contact forms.',
362
- 'link' => 'http://bestwebsoft.com/plugin/contact-form-multi-pro/?k=fde3a18581c143654f060c398b07e8ac&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
363
- 'purchase' => 'http://bestwebsoft.com/plugin/contact-form-multi-pro/?k=fde3a18581c143654f060c398b07e8ac&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#purchase',
364
- 'settings' => ''
365
- ),
366
- 'user-role-pro/user-role-pro.php' => array(
367
- 'name' => 'User Role Pro',
368
- 'description' => 'Allows to change wordpress user role capabilities.',
369
- 'link' => 'http://bestwebsoft.com/plugin/user-role-pro/?k=cfa9cea6613fb3d7c0a3622fa2faaf46&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
370
- 'purchase' => 'http://bestwebsoft.com/plugin/user-role-pro/?k=cfa9cea6613fb3d7c0a3622fa2faaf46&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#purchase',
371
- 'settings' => 'admin.php?page=user-role-pro.php'
372
- ),
373
- 'sender-pro/sender-pro.php' => array(
374
- 'name' => 'Sender Pro',
375
- 'description' => 'You can send mails to all users or to certain categories of users.',
376
- 'link' => 'http://bestwebsoft.com/plugin/sender-pro/?k=dc5d1a87bdc8aeab2de40ffb99b38054&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
377
- 'purchase' => 'http://bestwebsoft.com/plugin/sender-pro/?k=dc5d1a87bdc8aeab2de40ffb99b38054&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#purchase',
378
- 'settings' => 'admin.php?page=sndrpr_settings'
379
- ),
380
- 'limit-attempts-pro/limit-attempts-pro.php' => array(
381
- 'name' => 'Limit Attempts Pro',
382
- 'description' => 'Allows you to limit rate of login attempts by the ip, and create whitelist and blacklist.',
383
- 'link' => 'http://bestwebsoft.com/plugin/limit-attempts-pro/?k=9d42cdf22c7fce2c4b6b447e6a2856e0&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
384
- 'purchase' => 'http://bestwebsoft.com/plugin/limit-attempts-pro/?k=9d42cdf22c7fce2c4b6b447e6a2856e0&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#purchase',
385
- 'settings' => 'admin.php?page=limit-attempts-pro.php',
386
- )
387
- );
388
 
389
  $all_plugins = get_plugins();
390
  $active_plugins = get_option( 'active_plugins' );
391
-
392
  $recommend_plugins = array_diff_key( $bws_plugins, $all_plugins );
 
393
 
394
  foreach ( $bws_plugins as $key_plugin => $value_plugin ) {
395
  if ( ! isset( $all_plugins[ $key_plugin ] ) && isset( $bws_plugins[ $key_plugin ]['pro_version'] ) && isset( $all_plugins[ $bws_plugins[ $key_plugin ]['pro_version'] ] ) ) {
@@ -398,81 +321,47 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
398
  }
399
 
400
  foreach ( $all_plugins as $key_plugin => $value_plugin ) {
401
- if ( ! isset( $bws_plugins[ $key_plugin ] ) && ! isset( $bws_plugins_pro[ $key_plugin ] ) )
402
- unset( $all_plugins[ $key_plugin ] );
403
-
404
- if ( isset( $bws_plugins[ $key_plugin ] ) && isset( $bws_plugins[ $key_plugin ]['pro_version'] ) && isset( $all_plugins[ $bws_plugins[ $key_plugin ]['pro_version'] ] ) ) {
405
  unset( $all_plugins[ $key_plugin ] );
 
 
 
 
 
 
 
406
  }
407
  }
408
 
409
  if ( isset( $_GET['action'] ) && 'system_status' == $_GET['action'] ) {
410
  $all_plugins = get_plugins();
411
  $active_plugins = get_option( 'active_plugins' );
412
- $sql_version = $wpdb->get_var( "SELECT VERSION() AS version" );
413
  $mysql_info = $wpdb->get_results( "SHOW VARIABLES LIKE 'sql_mode'" );
414
- if ( is_array( $mysql_info) )
415
  $sql_mode = $mysql_info[0]->Value;
416
  if ( empty( $sql_mode ) )
417
  $sql_mode = __( 'Not set', 'bestwebsoft' );
418
- if ( ini_get( 'safe_mode' ) )
419
- $safe_mode = __( 'On', 'bestwebsoft' );
420
- else
421
- $safe_mode = __( 'Off', 'bestwebsoft' );
422
- if ( ini_get( 'allow_url_fopen' ) )
423
- $allow_url_fopen = __( 'On', 'bestwebsoft' );
424
- else
425
- $allow_url_fopen = __( 'Off', 'bestwebsoft' );
426
- if ( ini_get( 'upload_max_filesize' ) )
427
- $upload_max_filesize = ini_get( 'upload_max_filesize' );
428
- else
429
- $upload_max_filesize = __( 'N/A', 'bestwebsoft' );
430
- if ( ini_get('post_max_size') )
431
- $post_max_size = ini_get('post_max_size');
432
- else
433
- $post_max_size = __( 'N/A', 'bestwebsoft' );
434
- if ( ini_get( 'max_execution_time' ) )
435
- $max_execution_time = ini_get( 'max_execution_time' );
436
- else
437
- $max_execution_time = __( 'N/A', 'bestwebsoft' );
438
- if ( ini_get( 'memory_limit' ) )
439
- $memory_limit = ini_get( 'memory_limit' );
440
- else
441
- $memory_limit = __( 'N/A', 'bestwebsoft' );
442
- if ( function_exists( 'memory_get_usage' ) )
443
- $memory_usage = round( memory_get_usage() / 1024 / 1024, 2 ) . __( ' Mb', 'bestwebsoft' );
444
- else
445
- $memory_usage = __( 'N/A', 'bestwebsoft' );
446
- if ( is_callable( 'exif_read_data' ) )
447
- $exif_read_data = __( 'Yes', 'bestwebsoft' ) . " ( V" . substr( phpversion( 'exif' ), 0,4 ) . ")" ;
448
- else
449
- $exif_read_data = __( 'No', 'bestwebsoft' );
450
- if ( is_callable( 'iptcparse' ) )
451
- $iptcparse = __( 'Yes', 'bestwebsoft' );
452
- else
453
- $iptcparse = __( 'No', 'bestwebsoft' );
454
- if ( is_callable( 'xml_parser_create' ) )
455
- $xml_parser_create = __( 'Yes', 'bestwebsoft' );
456
- else
457
- $xml_parser_create = __( 'No', 'bestwebsoft' );
458
-
459
- if ( function_exists( 'wp_get_theme' ) )
460
- $theme = wp_get_theme();
461
- else
462
- $theme = get_theme( get_current_theme() );
463
 
464
  if ( function_exists( 'is_multisite' ) ) {
465
- if ( is_multisite() ) {
466
  $multisite = __( 'Yes', 'bestwebsoft' );
467
- } else {
468
  $multisite = __( 'No', 'bestwebsoft' );
469
- }
470
  } else
471
  $multisite = __( 'N/A', 'bestwebsoft' );
472
 
473
- $site_url = get_option( 'siteurl' );
474
- $home_url = get_option( 'home' );
475
- $db_version = get_option( 'db_version' );
476
  $system_info = array(
477
  'system_info' => '',
478
  'active_plugins' => '',
@@ -482,7 +371,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
482
  __( 'Operating System', 'bestwebsoft' ) => PHP_OS,
483
  __( 'Server', 'bestwebsoft' ) => $_SERVER["SERVER_SOFTWARE"],
484
  __( 'Memory usage', 'bestwebsoft' ) => $memory_usage,
485
- __( 'MYSQL Version', 'bestwebsoft' ) => $sql_version,
486
  __( 'SQL Mode', 'bestwebsoft' ) => $sql_mode,
487
  __( 'PHP Version', 'bestwebsoft' ) => PHP_VERSION,
488
  __( 'PHP Safe Mode', 'bestwebsoft' ) => $safe_mode,
@@ -494,21 +383,20 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
494
  __( 'PHP Exif support', 'bestwebsoft' ) => $exif_read_data,
495
  __( 'PHP IPTC support', 'bestwebsoft' ) => $iptcparse,
496
  __( 'PHP XML support', 'bestwebsoft' ) => $xml_parser_create,
497
- __( 'Site URL', 'bestwebsoft' ) => $site_url,
498
- __( 'Home URL', 'bestwebsoft' ) => $home_url,
499
  '$_SERVER[HTTP_HOST]' => $_SERVER['HTTP_HOST'],
500
  '$_SERVER[SERVER_NAME]' => $_SERVER['SERVER_NAME'],
501
  __( 'WordPress Version', 'bestwebsoft' ) => $wp_version,
502
- __( 'WordPress DB Version', 'bestwebsoft' ) => $db_version,
503
  __( 'Multisite', 'bestwebsoft' ) => $multisite,
504
  __( 'Active Theme', 'bestwebsoft' ) => $theme['Name'] . ' ' . $theme['Version']
505
  );
506
  foreach ( $all_plugins as $path => $plugin ) {
507
- if ( is_plugin_active( $path ) ) {
508
  $system_info['active_plugins'][ $plugin['Name'] ] = $plugin['Version'];
509
- } else {
510
  $system_info['inactive_plugins'][ $plugin['Name'] ] = $plugin['Version'];
511
- }
512
  }
513
  }
514
 
@@ -563,15 +451,22 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
563
  } ?>
564
  <div class="wrap">
565
  <div class="icon32 icon32-bws" id="icon-options-general"></div>
566
- <h2>BestWebSoft</h2>
 
 
 
 
 
 
 
 
567
  <h2 class="nav-tab-wrapper">
568
  <a class="nav-tab<?php if ( !isset( $_GET['action'] ) ) echo ' nav-tab-active'; ?>" href="admin.php?page=bws_plugins"><?php _e( 'Plugins', 'bestwebsoft' ); ?></a>
569
  <?php if ( $wp_version >= '3.4' ) { ?>
570
  <a class="nav-tab<?php if ( isset( $_GET['action'] ) && 'themes' == $_GET['action'] ) echo ' nav-tab-active'; ?>" href="admin.php?page=bws_plugins&amp;action=themes"><?php _e( 'Themes', 'bestwebsoft' ); ?></a>
571
  <?php } ?>
572
- <a class="nav-tab<?php if ( isset( $_GET['action'] ) && 'system_status' == $_GET['action'] ) echo ' nav-tab-active'; ?>" href="admin.php?page=bws_plugins&amp;action=system_status"><?php _e( 'System status', 'bestwebsoft' ); ?></a>
573
  </h2>
574
- <?php if ( !isset( $_GET['action'] ) ) { ?>
575
  <ul class="subsubsub">
576
  <li><a <?php if ( !isset( $_GET['sub'] ) ) echo 'class="current" '; ?>href="admin.php?page=bws_plugins"><?php _e( 'All', 'bestwebsoft' ); ?></a></li> |
577
  <li><a <?php if ( isset( $_GET['sub'] ) && 'installed' == $_GET['sub'] ) echo 'class="current" '; ?>href="admin.php?page=bws_plugins&amp;sub=installed"><?php _e( 'Installed', 'bestwebsoft' ); ?></a></li> |
@@ -581,15 +476,10 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
581
  <?php if ( ( isset( $_GET['sub'] ) && 'installed' == $_GET['sub'] ) || !isset( $_GET['sub'] ) ) { ?>
582
  <h4 class="bws_installed"><?php _e( 'Installed plugins', 'bestwebsoft' ); ?></h4>
583
  <?php foreach ( $all_plugins as $key_plugin => $value_plugin ) {
584
- if ( isset( $bws_plugins_pro[ $key_plugin ] ) ) {
585
- $key_plugin_explode = explode( '-plugin-pro/', $key_plugin );
586
- if ( isset( $key_plugin_explode[1] ) )
587
- $icon = $key_plugin_explode[0];
588
- else {
589
- $key_plugin_explode = explode( '-pro/', $key_plugin );
590
- $icon = $key_plugin_explode[0];
591
- }
592
- } elseif ( isset( $bws_plugins[ $key_plugin ] ) ) {
593
  $key_plugin_explode = explode( '-plugin/', $key_plugin );
594
  if ( isset( $key_plugin_explode[1] ) )
595
  $icon = $key_plugin_explode[0];
@@ -597,31 +487,50 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
597
  $key_plugin_explode = explode( '/', $key_plugin );
598
  $icon = $key_plugin_explode[0];
599
  }
600
- }
601
 
602
- if ( in_array( $key_plugin, $active_plugins ) || is_plugin_active_for_network( $key_plugin ) ) { ?>
603
- <?php if ( isset( $bws_plugins_pro[ $key_plugin ] ) ) { ?>
604
- <div class="bws_product_box bws_exist_overlay">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
605
  <div class="bws_product">
606
  <div class="bws_product_title"><?php echo $value_plugin["Name"]; ?></div>
607
  <div class="bws_product_content">
608
  <div class="bws_product_icon">
609
  <div class="bws_product_icon_pro">PRO</div>
610
- <img src="<?php echo plugins_url( "icons/" , __FILE__ ) . $icon . '.png'; ?>"/>
611
- </div>
612
- <div class="bws_product_description"><?php echo $value_plugin["Description"]; ?></div>
613
  </div>
614
  <div class="clear"></div>
615
- </div>
616
- <div class="bws_product_links">
617
- <a href="<?php echo $bws_plugins_pro[ $key_plugin ]["link"]; ?>" target="_blank"><?php _e( "Learn more", 'bestwebsoft' ); ?></a>
618
- <?php if ( '' != $bws_plugins_pro[ $key_plugin ]["settings"] ) { ?>
619
- <span> | </span>
620
- <a href="<?php echo $bws_plugins_pro[ $key_plugin ]["settings"]; ?>" target="_blank"><?php _e( "Settings", 'bestwebsoft' ); ?></a>
621
- <?php } ?>
622
  </div>
623
  </div>
624
- <?php } elseif ( isset( $bws_plugins[ $key_plugin ] ) ) { ?>
625
  <div class="bws_product_box bws_product_free">
626
  <div class="bws_product">
627
  <div class="bws_product_title"><?php echo $value_plugin["Name"]; ?></div>
@@ -631,8 +540,8 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
631
  </div>
632
  <div class="bws_product_description"><?php echo $bws_plugins[ $key_plugin ]["description"]; ?></div>
633
  </div>
634
- <?php if ( isset( $bws_plugins[ $key_plugin ]['pro_version'] ) && isset( $bws_plugins_pro[ $bws_plugins[ $key_plugin ]['pro_version'] ] ) ) { ?>
635
- <a class="bws_product_button" href="<?php echo $bws_plugins_pro[ $bws_plugins[ $key_plugin ]['pro_version'] ]["purchase"]; ?>" target="_blank">
636
  <?php _e( 'Go', 'bestwebsoft' );?> <strong>PRO</strong>
637
  </a>
638
  <?php } else { ?>
@@ -651,55 +560,34 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
651
  </div>
652
  </div>
653
  <?php }
654
- } else {
655
- if ( isset( $bws_plugins_pro[ $key_plugin ] ) ) { ?>
656
- <div class="bws_product_box bws_product_deactivated">
657
- <div class="bws_product">
658
- <div class="bws_product_title"><?php echo $value_plugin["Name"]; ?></div>
659
- <div class="bws_product_content">
660
- <div class="bws_product_icon">
661
- <div class="bws_product_icon_pro">PRO</div>
662
- <img src="<?php echo plugins_url( "icons/" , __FILE__ ) . $icon . '.png'; ?>"/>
663
- </div>
664
- <div class="bws_product_description"><?php echo $bws_plugins_pro[ $key_plugin ]["description"]; ?></div>
665
  </div>
666
- <div class="clear"></div>
667
- </div>
668
- <div class="bws_product_links">
669
- <a href="<?php echo $bws_plugins_pro[ $key_plugin ]["link"]; ?>" target="_blank"><?php _e( "Learn more", 'bestwebsoft' ); ?></a>
670
- <span> | </span>
671
- <a class="bws_activate" href="plugins.php" title="<?php _e( "Activate this plugin", 'bestwebsoft' ); ?>" target="_blank"><?php _e( "Activate", 'bestwebsoft' ); ?></a>
672
  </div>
 
 
 
 
 
 
 
 
 
 
673
  </div>
674
- <?php } elseif ( isset( $bws_plugins[ $key_plugin ] ) ) { ?>
675
- <div class="bws_product_box bws_product_deactivated bws_product_free">
676
- <div class="bws_product">
677
- <div class="bws_product_title"><?php echo $value_plugin["Name"]; ?></div>
678
- <div class="bws_product_content">
679
- <div class="bws_product_icon">
680
- <img src="<?php echo plugins_url( "icons/" , __FILE__ ) . $icon . '.png'; ?>"/>
681
- </div>
682
- <div class="bws_product_description"><?php echo $bws_plugins[ $key_plugin ]["description"]; ?></div>
683
- </div>
684
- <?php if ( isset( $bws_plugins[ $key_plugin ]['pro_version'] ) && isset( $bws_plugins_pro[ $bws_plugins[ $key_plugin ]['pro_version'] ] ) ) { ?>
685
- <a class="bws_product_button" href="<?php echo $bws_plugins_pro[ $bws_plugins[ $key_plugin ]['pro_version'] ]["purchase"]; ?>" target="_blank">
686
- <?php _e( 'Go', 'bestwebsoft' );?> <strong>PRO</strong>
687
- </a>
688
- <?php } else { ?>
689
- <a class="bws_product_button bws_donate_button" href="<?php echo $bws_donate_link; ?>" target="_blank">
690
- <strong><?php _e( 'DONATE', 'bestwebsoft' );?></strong>
691
- </a>
692
- <?php } ?>
693
- <div class="clear"></div>
694
- </div>
695
- <div class="bws_product_links">
696
- <a href="<?php echo $bws_plugins[ $key_plugin ]["link"]; ?>" target="_blank"><?php _e( "Learn more", 'bestwebsoft' ); ?></a>
697
- <span> | </span>
698
- <a class="bws_activate" href="plugins.php" title="<?php _e( "Activate this plugin", 'bestwebsoft' ); ?>" target="_blank"><?php _e( "Activate", 'bestwebsoft' ); ?></a>
699
- </div>
700
  </div>
701
- <?php }
702
- }
703
  }
704
  } ?>
705
  <div class="clear"></div>
@@ -707,15 +595,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
707
  <h4 class="bws_recommended"><?php _e( 'Recommended plugins', 'bestwebsoft' ); ?></h4>
708
  <?php foreach ( $recommend_plugins as $key_plugin => $value_plugin ) {
709
 
710
- if ( isset( $bws_plugins_pro[ $key_plugin ] ) ) {
711
- $key_plugin_explode = explode( '-plugin-pro/', $key_plugin );
712
- if ( isset( $key_plugin_explode[1] ) )
713
- $icon = $key_plugin_explode[0];
714
- else {
715
- $key_plugin_explode = explode( '-pro/', $key_plugin );
716
- $icon = $key_plugin_explode[0];
717
- }
718
- } elseif ( isset( $bws_plugins[ $key_plugin ] ) ) {
719
  $key_plugin_explode = explode( '-plugin/', $key_plugin );
720
  if ( isset( $key_plugin_explode[1] ) )
721
  $icon = $key_plugin_explode[0];
@@ -729,28 +609,28 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
729
  <div class="bws_product_title"><?php echo $value_plugin["name"]; ?></div>
730
  <div class="bws_product_content">
731
  <div class="bws_product_icon">
732
- <?php if ( isset( $bws_plugins[ $key_plugin ]['pro_version'] ) && isset( $bws_plugins_pro[ $bws_plugins[ $key_plugin ]['pro_version'] ] ) ) { ?>
733
  <div class="bws_product_icon_pro">PRO</div>
734
  <?php } ?>
735
  <img src="<?php echo plugins_url( "icons/" , __FILE__ ) . $icon . '.png'; ?>"/>
736
  </div>
737
  <div class="bws_product_description"><?php echo $bws_plugins[ $key_plugin ]["description"]; ?></div>
738
  </div>
739
- <?php if ( isset( $bws_plugins[ $key_plugin ]['pro_version'] ) && isset( $bws_plugins_pro[ $bws_plugins[ $key_plugin ]['pro_version'] ] ) ) { ?>
740
- <a class="bws_product_button" href="<?php echo $bws_plugins_pro[ $bws_plugins[ $key_plugin ]['pro_version'] ]["link"]; ?>" target="_blank">
741
- <?php echo _e( 'Go', 'bestwebsoft' );?> <strong>PRO</strong>
742
  </a>
743
  <?php } else { ?>
744
  <a class="bws_product_button bws_donate_button" href="<?php echo $bws_donate_link; ?>" target="_blank">
745
- <strong><?php echo _e( 'DONATE', 'bestwebsoft' );?></strong>
746
  </a>
747
  <?php } ?>
748
  </div>
749
  <div class="clear"></div>
750
  <div class="bws_product_links">
751
- <a href="<?php echo $bws_plugins[ $key_plugin ]["link"]; ?>" target="_blank"><?php echo __( "Learn more", 'bestwebsoft' ); ?></a>
752
  <span> | </span>
753
- <a href="<?php echo $bws_plugins[ $key_plugin ]["wp_install"]; ?>" target="_blank"><?php echo __( "Install now", 'bestwebsoft' ); ?></a>
754
  </div>
755
  </div>
756
  <?php }
1
  <?php
2
  /*
3
  * Function for displaying BestWebSoft menu
4
+ * Version: 1.3.8
5
  */
6
 
7
  if ( ! function_exists( 'bws_add_menu_render' ) ) {
17
  'captcha/captcha.php' => array(
18
  'name' => 'Captcha',
19
  'description' => 'Plugin intended to prove that the visitor is a human being and not a spam robot.',
20
+ 'link' => 'http://bestwebsoft.com/products/captcha/?k=d678516c0990e781edfb6a6c874f0b8a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
21
+ 'download' => 'http://bestwebsoft.com/products/captcha/download/?k=d678516c0990e781edfb6a6c874f0b8a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
22
  'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=Captcha+bestwebsoft&plugin-search-input=Search+Plugins',
23
  'settings' => 'admin.php?page=captcha.php',
24
+ 'pro_version' => 'captcha-pro/captcha_pro.php',
25
+ 'purchase' => 'http://bestwebsoft.com/products/captcha/buy/?k=ff7d65e55e5e7f98f219be9ed711094e&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
26
+ 'pro_settings' => 'admin.php?page=captcha_pro.php'
27
  ),
28
  'contact-form-plugin/contact_form.php' => array(
29
+ 'name' => 'Contact Form',
30
  'description' => 'Add Contact Form to your WordPress website.',
31
+ 'link' => 'http://bestwebsoft.com/products/contact-form/?k=012327ef413e5b527883e031d43b088b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
32
+ 'download' => 'http://bestwebsoft.com/products/contact-form/download/?k=012327ef413e5b527883e031d43b088b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
33
  'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=Contact+Form+bestwebsoft&plugin-search-input=Search+Plugins',
34
  'settings' => 'admin.php?page=contact_form.php',
35
+ 'pro_version' => 'contact-form-pro/contact_form_pro.php',
36
+ 'purchase' => 'http://bestwebsoft.com/products/contact-form/buy/?k=773dc97bb3551975db0e32edca1a6d71&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
37
+ 'pro_settings' => 'admin.php?page=contact_form_pro.php'
38
  ),
39
  'facebook-button-plugin/facebook-button-plugin.php' => array(
40
  'name' => 'Facebook Like Button',
41
  'description' => 'Allows you to add the Follow and Like buttons the easiest way.',
42
+ 'link' => 'http://bestwebsoft.com/products/facebook-like-button/?k=05ec4f12327f55848335802581467d55&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
43
+ 'download' => 'http://bestwebsoft.com/products/facebook-like-button/download/?k=05ec4f12327f55848335802581467d55&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
44
  'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=Facebook+Like+Button+Plugin+bestwebsoft&plugin-search-input=Search+Plugins',
45
  'settings' => 'admin.php?page=facebook-button-plugin.php',
46
+ 'pro_version' => 'facebook-button-pro/facebook-button-pro.php',
47
+ 'purchase' => 'http://bestwebsoft.com/products/facebook-like-button/buy/?k=8da168e60a831cfb3525417c333ad275&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
48
+ 'pro_settings' => 'admin.php?page=facebook-button-pro.php'
49
  ),
50
  'twitter-plugin/twitter.php' => array(
51
  'name' => 'Twitter',
52
  'description' => 'Allows you to add the Twitter "Follow" and "Like" buttons the easiest way.',
53
+ 'link' => 'http://bestwebsoft.com/products/twitter/?k=f8cb514e25bd7ec4974d64435c5eb333&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
54
+ 'download' => 'http://bestwebsoft.com/products/twitter/download/?k=f8cb514e25bd7ec4974d64435c5eb333&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
55
  'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=Twitter+Plugin+bestwebsoft&plugin-search-input=Search+Plugins',
56
  'settings' => 'admin.php?page=twitter.php',
57
+ 'pro_version' => 'twitter-pro/twitter-pro.php',
58
+ 'purchase' => 'http://bestwebsoft.com/products/twitter/buy/?k=63ecbf0cc9cebf060b5a3c9362299700&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
59
+ 'pro_settings' => 'admin.php?page=twitter-pro.php'
60
  ),
61
  'portfolio/portfolio.php' => array(
62
  'name' => 'Portfolio',
63
  'description' => 'Allows you to create a page with the information about your past projects.',
64
+ 'link' => 'http://bestwebsoft.com/products/portfolio/?k=1249a890c5b7bba6bda3f528a94f768b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
65
+ 'download' => 'http://bestwebsoft.com/products/portfolio/download/?k=1249a890c5b7bba6bda3f528a94f768b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
66
  'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=Portfolio+bestwebsoft&plugin-search-input=Search+Plugins',
67
  'settings' => 'admin.php?page=portfolio.php'
68
  ),
69
  'gallery-plugin/gallery-plugin.php' => array(
70
  'name' => 'Gallery',
71
  'description' => 'Allows you to implement a Gallery page into your website.',
72
+ 'link' => 'http://bestwebsoft.com/products/gallery/?k=2da21c0a64eec7ebf16337fa134c5f78&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
73
+ 'download' => 'http://bestwebsoft.com/products/gallery/download/?k=2da21c0a64eec7ebf16337fa134c5f78&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
74
  'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=Gallery+Plugin+bestwebsoft&plugin-search-input=Search+Plugins',
75
  'settings' => 'admin.php?page=gallery-plugin.php',
76
+ 'pro_version' => 'gallery-plugin-pro/gallery-plugin-pro.php',
77
+ 'purchase' => 'http://bestwebsoft.com/products/gallery/buy/?k=382e5ce7c96a6391f5ffa5e116b37fe0&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
78
+ 'pro_settings' => 'admin.php?page=gallery-plugin-pro.php'
79
  ),
80
  'adsense-plugin/adsense-plugin.php'=> array(
81
  'name' => 'Google AdSense',
82
  'description' => 'Allows Google AdSense implementation to your website.',
83
+ 'link' => 'http://bestwebsoft.com/products/google-adsense/?k=60e3979921e354feb0347e88e7d7b73d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
84
+ 'download' => 'http://bestwebsoft.com/products/google-adsense/download/?k=60e3979921e354feb0347e88e7d7b73d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
85
  'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=Adsense+Plugin+bestwebsoft&plugin-search-input=Search+Plugins',
86
  'settings' => 'admin.php?page=adsense-plugin.php'
87
  ),
88
  'custom-search-plugin/custom-search-plugin.php'=> array(
89
  'name' => 'Custom Search',
90
  'description' => 'Allows to extend your website search functionality by adding a custom post type.',
91
+ 'link' => 'http://bestwebsoft.com/products/custom-search/?k=933be8f3a8b8719d95d1079d15443e29&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
92
+ 'download' => 'http://bestwebsoft.com/products/custom-search/download/?k=933be8f3a8b8719d95d1079d15443e29&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
93
  'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=Custom+Search+plugin+bestwebsoft&plugin-search-input=Search+Plugins',
94
  'settings' => 'admin.php?page=custom_search.php'
95
  ),
96
  'quotes-and-tips/quotes-and-tips.php'=> array(
97
  'name' => 'Quotes and Tips',
98
  'description' => 'Allows you to implement quotes & tips block into your web site.',
99
+ 'link' => 'http://bestwebsoft.com/products/quotes-and-tips/?k=5738a4e85a798c4a5162240c6515098d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
100
+ 'download' => 'http://bestwebsoft.com/products/quotes-and-tips/download/?k=5738a4e85a798c4a5162240c6515098d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
101
  'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=Quotes+and+Tips+bestwebsoft&plugin-search-input=Search+Plugins',
102
  'settings' => 'admin.php?page=quotes-and-tips.php'
103
  ),
104
  'google-sitemap-plugin/google-sitemap-plugin.php'=> array(
105
  'name' => 'Google Sitemap',
106
  'description' => 'Allows you to add sitemap file to Google Webmaster Tools.',
107
+ 'link' => 'http://bestwebsoft.com/products/google-sitemap/?k=5202b2f5ce2cf85daee5e5f79a51d806&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
108
+ 'download' => 'http://bestwebsoft.com/products/google-sitemap/download/?k=5202b2f5ce2cf85daee5e5f79a51d806&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
109
  'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=Google+sitemap+plugin+bestwebsoft&plugin-search-input=Search+Plugins',
110
  'settings' => 'admin.php?page=google-sitemap-plugin.php',
111
+ 'pro_version' => 'google-sitemap-pro/google-sitemap-pro.php',
112
+ 'purchase' => 'http://bestwebsoft.com/products/google-sitemap/buy/?k=7ea384a5cc36cb4c22741caa20dcd56d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
113
+ 'pro_settings' => 'admin.php?page=google-sitemap-pro.php'
114
  ),
115
  'updater/updater.php'=> array(
116
  'name' => 'Updater',
117
  'description' => 'Allows you to update plugins and WP core.',
118
+ 'link' => 'http://bestwebsoft.com/products/updater/?k=66f3ecd4c1912009d395c4bb30f779d1&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
119
+ 'download' => 'http://bestwebsoft.com/products/updater/download/?k=66f3ecd4c1912009d395c4bb30f779d1&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
120
  'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=updater+bestwebsoft&plugin-search-input=Search+Plugins',
121
  'settings' => 'admin.php?page=updater-options',
122
+ 'pro_version' => 'updater-pro/updater_pro.php',
123
+ 'purchase' => 'http://bestwebsoft.com/products/updater/buy/?k=cf633acbefbdff78545347fe08a3aecb&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
124
+ 'pro_settings' => 'admin.php?page=updater-pro-options'
125
  ),
126
  'custom-fields-search/custom-fields-search.php'=> array(
127
  'name' => 'Custom Fields Search',
128
  'description' => 'Allows you to add website search any existing custom fields.',
129
+ 'link' => 'http://bestwebsoft.com/products/custom-fields-search/?k=f3f8285bb069250c42c6ffac95ed3284&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
130
+ 'download' => 'http://bestwebsoft.com/products/custom-fields-search/download/?k=f3f8285bb069250c42c6ffac95ed3284&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
131
  'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=Custom+Fields+Search+bestwebsoft&plugin-search-input=Search+Plugins',
132
  'settings' => 'admin.php?page=custom_fields_search.php'
133
  ),
134
  'google-one/google-plus-one.php' => array(
135
  'name' => 'Google +1',
136
  'description' => 'Allows you to see how many times your page has been liked on Google Search Engine as well as who has liked the article.',
137
+ 'link' => 'http://bestwebsoft.com/products/google-plus-one/?k=ce7a88837f0a857b3a2bb142f470853c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
138
+ 'download' => 'http://bestwebsoft.com/products/google-plus-one/download/?k=ce7a88837f0a857b3a2bb142f470853c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
139
  'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=Google+%2B1+bestwebsoft&plugin-search-input=Search+Plugins',
140
  'settings' => 'admin.php?page=google-plus-one.php',
141
+ 'pro_version' => 'google-one-pro/google-plus-one-pro.php',
142
+ 'purchase' => 'http://bestwebsoft.com/products/google-plus-one/buy/?k=f4b0a62d155c9df9601a0531ad5bd832&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
143
+ 'pro_settings' => 'admin.php?page=google-plus-one-pro.php'
144
  ),
145
  'relevant/related-posts-plugin.php' => array(
146
  'name' => 'Relevant - Related Posts',
147
  'description' => 'Allows you to display related posts with similar words in category, tags, title or by adding special meta key for posts.',
148
+ 'link' => 'http://bestwebsoft.com/products/related-posts/?k=73fb737037f7141e66415ec259f7e426&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
149
+ 'download' => 'http://bestwebsoft.com/products/related-posts/download/?k=73fb737037f7141e66415ec259f7e426&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
150
  'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=Related+Posts+Plugin+Bestwebsoft&plugin-search-input=Search+Plugins',
151
  'settings' => 'admin.php?page=related-posts-plugin.php'
152
  ),
153
  'contact-form-to-db/contact_form_to_db.php' => array(
154
  'name' => 'Contact Form To DB',
155
  'description' => 'Allows you to manage the messages that have been sent from your site.',
156
+ 'link' => 'http://bestwebsoft.com/products/contact-form-to-db/?k=ba3747d317c2692e4136ca096a8989d6&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
157
+ 'download' => 'http://bestwebsoft.com/products/contact-form-to-db/download/?k=ba3747d317c2692e4136ca096a8989d6&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
158
  'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=Contact+Form+to+DB+bestwebsoft&plugin-search-input=Search+Plugins',
159
  'settings' => 'admin.php?page=cntctfrmtdb_settings',
160
+ 'pro_version' => 'contact-form-to-db-pro/contact_form_to_db_pro.php',
161
+ 'purchase' => 'http://bestwebsoft.com/products/contact-form-to-db/buy/?k=6ce5f4a9006ec906e4db643669246c6a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
162
+ 'pro_settings' => 'admin.php?page=cntctfrmtdbpr_settings'
163
  ),
164
  'pdf-print/pdf-print.php' => array(
165
  'name' => 'PDF & Print',
166
  'description' => 'Allows you to create PDF and Print page with adding appropriate buttons to the content.',
167
+ 'link' => 'http://bestwebsoft.com/products/pdf-print/?k=bfefdfb522a4c0ff0141daa3f271840c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
168
+ 'download' => 'http://bestwebsoft.com/products/pdf-print/download/?k=bfefdfb522a4c0ff0141daa3f271840c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
169
  'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=PDF+Print+Bestwebsoft&plugin-search-input=Search+Plugins',
170
  'settings' => 'admin.php?page=pdf-print.php',
171
+ 'pro_version' => 'pdf-print-pro/pdf-print-pro.php',
172
+ 'purchase' => 'http://bestwebsoft.com/products/pdf-print/buy/?k=fd43a0e659ddc170a9060027cbfdcc3a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
173
+ 'pro_settings' => 'admin.php?page=pdf-print-pro.php'
174
  ),
175
  'donate-button/donate.php' => array(
176
  'name' => 'Donate',
177
  'description' => 'Makes it possible to place donation buttons of various payment systems on your web page.',
178
+ 'link' => 'http://bestwebsoft.com/products/donate/?k=a8b2e2a56914fb1765dd20297c26401b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
179
+ 'download' => 'http://bestwebsoft.com/products/donate/download/?k=a8b2e2a56914fb1765dd20297c26401b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
180
  'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=Donate+Bestwebsoft&plugin-search-input=Search+Plugins',
181
  'settings' => 'admin.php?page=donate.php'
182
  ),
183
  'post-to-csv/post-to-csv.php' => array(
184
  'name' => 'Post To CSV',
185
  'description' => 'The plugin allows to export posts of any types to a csv file.',
186
+ 'link' => 'http://bestwebsoft.com/products/post-to-csv/?k=653aa55518ae17409293a7a894268b8f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
187
+ 'download' => 'http://bestwebsoft.com/products/post-to-csv/download/?k=653aa55518ae17409293a7a894268b8f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
188
  'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=Post+To+CSV+Bestwebsoft&plugin-search-input=Search+Plugins',
189
  'settings' => 'admin.php?page=post-to-csv.php'
190
  ),
191
  'google-shortlink/google-shortlink.php' => array(
192
  'name' => 'Google Shortlink',
193
  'description' => 'Allows you to get short links from goo.gl servise without leaving your site.',
194
+ 'link' => 'http://bestwebsoft.com/products/google-shortlink/?k=afcf3eaed021bbbbeea1090e16bc22db&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
195
+ 'download' => 'http://bestwebsoft.com/products/google-shortlink/download/?k=afcf3eaed021bbbbeea1090e16bc22db&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
196
  'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=Google+Shortlink+Bestwebsoft&plugin-search-input=Search+Plugins',
197
  'settings' => 'admin.php?page=gglshrtlnk_options'
198
  ),
199
  'htaccess/htaccess.php' => array(
200
  'name' => 'Htaccess',
201
  'description' => 'Allows controlling access to your website using the directives Allow and Deny.',
202
+ 'link' => 'http://bestwebsoft.com/products/htaccess/?k=2b865fcd56a935d22c5c4f1bba52ed46&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
203
+ 'download' => 'http://bestwebsoft.com/products/htaccess/download/?k=2b865fcd56a935d22c5c4f1bba52ed46&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
204
  'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=Htaccess+Bestwebsoft&plugin-search-input=Search+Plugins',
205
  'settings' => 'admin.php?page=htaccess.php'
206
  ),
207
  'google-captcha/google-captcha.php' => array(
208
  'name' => 'Google Captcha (reCAPTCHA)',
209
  'description' => 'Plugin intended to prove that the visitor is a human being and not a spam robot.',
210
+ 'link' => 'http://bestwebsoft.com/products/google-captcha/?k=7b59fbe542acf950b29f3e020d5ad735&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
211
+ 'download' => 'http://bestwebsoft.com/products/google-captcha/download/?k=7b59fbe542acf950b29f3e020d5ad735&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
212
  'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=Google+Captcha+Bestwebsoft&plugin-search-input=Search+Plugins',
213
  'settings' => 'admin.php?page=google-captcha.php'
214
  ),
215
  'sender/sender.php' => array(
216
  'name' => 'Sender',
217
  'description' => 'You can send mails to all users or to certain categories of users.',
218
+ 'link' => 'http://bestwebsoft.com/products/sender/?k=89c297d14ba85a8417a0f2fc05e089c7&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
219
+ 'download' => 'http://bestwebsoft.com/products/sender/download/?k=89c297d14ba85a8417a0f2fc05e089c7&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
220
  'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=Sender+Bestwebsoft&plugin-search-input=Search+Plugins',
221
  'settings' => 'admin.php?page=sndr_settings',
222
+ 'pro_version' => 'sender-pro/sender-pro.php',
223
+ 'purchase' => 'http://bestwebsoft.com/products/sender/buy/?k=dc5d1a87bdc8aeab2de40ffb99b38054&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
224
+ 'pro_settings' => 'admin.php?page=sndrpr_settings'
225
  ),
226
  'subscriber/subscriber.php' => array(
227
  'name' => 'Subscriber',
228
  'description' => 'This plugin allows you to subscribe users for newsletters from your website.',
229
+ 'link' => 'http://bestwebsoft.com/products/subscriber/?k=a4ecc1b7800bae7329fbe8b4b04e9c88&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
230
+ 'download' => 'http://bestwebsoft.com/products/subscriber/download/?k=a4ecc1b7800bae7329fbe8b4b04e9c88&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
231
  'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=Subscriber+Bestwebsoft&plugin-search-input=Search+Plugins',
232
  'settings' => 'admin.php?page=sbscrbr_settings_page'
233
  ),
234
  'contact-form-multi/contact-form-multi.php' => array(
235
  'name' => 'Contact Form Multi',
236
  'description' => 'This plugin allows you to subscribe users for newsletters from your website.',
237
+ 'link' => 'http://bestwebsoft.com/products/contact-form-multi/?k=83cdd9e72a9f4061122ad28a67293c72&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
238
+ 'download' => 'http://bestwebsoft.com/products/contact-form-multi/download/?k=83cdd9e72a9f4061122ad28a67293c72&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
239
  'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=Contact+Form+Multi+Bestwebsoft&plugin-search-input=Search+Plugins',
240
  'settings' => '',
241
+ 'pro_version' => 'contact-form-multi-pro/contact-form-multi-pro.php',
242
+ 'purchase' => 'http://bestwebsoft.com/products/contact-form-multi/buy/?k=fde3a18581c143654f060c398b07e8ac&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
243
+ 'pro_settings' => ''
244
  ),
245
  'bws-google-maps/bws-google-maps.php' => array(
246
  'name' => 'BestWebSoft Google Maps',
247
  'description' => 'Easy to set up and insert Google Maps to your website.',
248
+ 'link' => 'http://bestwebsoft.com/products/bws-google-maps/?k=d8fac412d7359ebaa4ff53b46572f9f7&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
249
+ 'download' => 'http://bestwebsoft.com/products/bws-google-maps/download/?k=d8fac412d7359ebaa4ff53b46572f9f7&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
250
  'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=BestWebSoft+Google+Maps&plugin-search-input=Search+Plugins',
251
  'settings' => 'admin.php?page=bws-google-maps.php',
252
+ 'pro_version' => 'bws-google-maps-pro/bws-google-maps-pro.php',
253
+ 'purchase' => 'http://bestwebsoft.com/products/bws-google-maps/buy/?k=117c3f9fc17f2c83ef430a8a9dc06f56&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
254
+ 'pro_settings' => 'admin.php?page=bws-google-maps-pro.php'
255
  ),
256
  'bws-google-analytics/bws-google-analytics.php' => array(
257
  'name' => 'BestWebSoft Google Analytics',
258
  'description' => 'Allows you to retrieve basic stats from Google Analytics account and add the tracking code to your blog.',
259
+ 'link' => 'http://bestwebsoft.com/products/bws-google-analytics/?k=261c74cad753fb279cdf5a5db63fbd43&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
260
+ 'download' => 'http://bestwebsoft.com/products/bws-google-analytics/download/?k=261c74cad753fb279cdf5a5db63fbd43&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
261
  'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=BestWebSoft+Google+Analytics&plugin-search-input=Search+Plugins',
262
  'settings' => 'admin.php?page=bws-google-analytics.php'
263
  ),
264
  'db-manager/db-manager.php' => array(
265
  'name' => 'DB manager',
266
  'description' => 'Allows you to download the latest version of PhpMyadmin and Dumper and manage your site.',
267
+ 'link' => 'http://bestwebsoft.com/products/db-manager/?k=01ed9731780d87f85f5901064b7d76d8&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
268
+ 'download' => 'http://bestwebsoft.com/products/db-manager/download/?k=01ed9731780d87f85f5901064b7d76d8&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
269
+ 'wp_install' => 'http://bestwebsoft.com/products/db-manager/download/?k=01ed9731780d87f85f5901064b7d76d8&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
270
  'settings' => 'admin.php?page=db-manager.php'
271
  ),
272
  'user-role/user-role.php' => array(
273
  'name' => 'User Role',
274
  'description' => 'Allows to change wordpress user role capabilities.',
275
+ 'link' => 'http://bestwebsoft.com/products/user-role/?k=dfe2244835c6fbf601523964b3f34ccc&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
276
+ 'download' => 'http://bestwebsoft.com/products/user-role/download/?k=dfe2244835c6fbf601523964b3f34ccc&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
277
  'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=User+Role+BestWebSoft&plugin-search-input=Search+Plugins',
278
  'settings' => 'admin.php?page=user-role.php',
279
+ 'pro_version' => 'user-role-pro/user-role-pro.php',
280
+ 'purchase' => 'http://bestwebsoft.com/products/user-role/buy/?k=cfa9cea6613fb3d7c0a3622fa2faaf46&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
281
+ 'pro_settings' => 'admin.php?page=user-role-pro.php'
282
  ),
283
  'email-queue/email-queue.php' => array(
284
  'name' => 'Email Queue',
285
  'description' => 'Allows to manage email massages sent by BestWebSoft plugins.',
286
+ 'link' => 'http://bestwebsoft.com/products/email-queue/?k=e345e1b6623f0dca119bc2d9433b130b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
287
+ 'download' => 'http://bestwebsoft.com/products/email-queue/download/?k=e345e1b6623f0dca119bc2d9433b130b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
288
  'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=Email+Queue+BestWebSoft&plugin-search-input=Search+Plugins',
289
  'settings' => 'admin.php?page=mlq_settings'
290
  ),
291
  'limit-attempts/limit-attempts.php' => array(
292
  'name' => 'Limit Attempts',
293
  'description' => 'Allows you to limit rate of login attempts by the ip, and create whitelist and blacklist.',
294
+ 'link' => 'http://bestwebsoft.com/products/limit-attempts/?k=b14e1697ee4d008abcd4bd34d492573a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
295
+ 'download' => 'http://bestwebsoft.com/products/limit-attempts/download/?k=b14e1697ee4d008abcd4bd34d492573a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
296
  'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=Limit+Attempts+BestWebSoft&plugin-search-input=Search+Plugins',
297
  'settings' => 'admin.php?page=limit-attempts.php',
298
+ 'pro_version' => 'limit-attempts-pro/limit-attempts-pro.php',
299
+ 'purchase' => 'http://bestwebsoft.com/products/limit-attempts/buy/?k=9d42cdf22c7fce2c4b6b447e6a2856e0&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
300
+ 'pro_settings' => 'admin.php?page=limit-attempts-pro.php'
301
  ),
302
  'job-board/job-board.php' => array(
303
  'name' => 'Job board',
304
  'description' => 'Allows to create a job-board page on your site.',
305
+ 'link' => 'http://bestwebsoft.com/products/job-board/?k=b0c504c9ce6edd6692e04222af3fed6f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
306
+ 'download' => 'http://bestwebsoft.com/products/job-board/download/?k=b0c504c9ce6edd6692e04222af3fed6f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
307
  'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=Job+board+BestWebSoft&plugin-search-input=Search+Plugins',
308
  'settings' => 'admin.php?page=job-board.php'
309
  )
310
  );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
311
 
312
  $all_plugins = get_plugins();
313
  $active_plugins = get_option( 'active_plugins' );
 
314
  $recommend_plugins = array_diff_key( $bws_plugins, $all_plugins );
315
+ $bws_plugins_pro = array();
316
 
317
  foreach ( $bws_plugins as $key_plugin => $value_plugin ) {
318
  if ( ! isset( $all_plugins[ $key_plugin ] ) && isset( $bws_plugins[ $key_plugin ]['pro_version'] ) && isset( $all_plugins[ $bws_plugins[ $key_plugin ]['pro_version'] ] ) ) {
321
  }
322
 
323
  foreach ( $all_plugins as $key_plugin => $value_plugin ) {
324
+ if ( isset( $value_plugin['Author'] ) && $value_plugin['Author'] != "BestWebSoft" )
 
 
 
325
  unset( $all_plugins[ $key_plugin ] );
326
+ else {
327
+ foreach ( $bws_plugins as $key => $value ) {
328
+ if ( isset( $value['pro_version'] ) && $value['pro_version'] == $key_plugin ) {
329
+ $bws_plugins_pro[ $key_plugin ] = $key;
330
+ unset( $all_plugins[ $key ] );
331
+ }
332
+ }
333
  }
334
  }
335
 
336
  if ( isset( $_GET['action'] ) && 'system_status' == $_GET['action'] ) {
337
  $all_plugins = get_plugins();
338
  $active_plugins = get_option( 'active_plugins' );
 
339
  $mysql_info = $wpdb->get_results( "SHOW VARIABLES LIKE 'sql_mode'" );
340
+ if ( is_array( $mysql_info ) )
341
  $sql_mode = $mysql_info[0]->Value;
342
  if ( empty( $sql_mode ) )
343
  $sql_mode = __( 'Not set', 'bestwebsoft' );
344
+
345
+ $safe_mode = ( ini_get( 'safe_mode' ) ) ? __( 'On', 'bestwebsoft' ) : __( 'Off', 'bestwebsoft' );
346
+ $allow_url_fopen = ( ini_get( 'allow_url_fopen' ) ) ? __( 'On', 'bestwebsoft' ) : __( 'Off', 'bestwebsoft' );
347
+ $upload_max_filesize = ( ini_get( 'upload_max_filesize' ) )? ini_get( 'upload_max_filesize' ) : __( 'N/A', 'bestwebsoft' );
348
+ $post_max_size = ( ini_get( 'post_max_size' ) ) ? ini_get( 'post_max_size' ) : __( 'N/A', 'bestwebsoft' );
349
+ $max_execution_time = ( ini_get( 'max_execution_time' ) ) ? ini_get( 'max_execution_time' ) : __( 'N/A', 'bestwebsoft' );
350
+ $memory_limit = ( ini_get( 'memory_limit' ) ) ? ini_get( 'memory_limit' ) : __( 'N/A', 'bestwebsoft' );
351
+ $memory_usage = ( function_exists( 'memory_get_usage' ) ) ? round( memory_get_usage() / 1024 / 1024, 2 ) . __( ' Mb', 'bestwebsoft' ) : __( 'N/A', 'bestwebsoft' );
352
+ $exif_read_data = ( is_callable( 'exif_read_data' ) ) ? __( 'Yes', 'bestwebsoft' ) . " ( V" . substr( phpversion( 'exif' ), 0,4 ) . ")" : __( 'No', 'bestwebsoft' );
353
+ $iptcparse = ( is_callable( 'iptcparse' ) ) ? __( 'Yes', 'bestwebsoft' ) : __( 'No', 'bestwebsoft' );
354
+ $xml_parser_create = ( is_callable( 'xml_parser_create' ) ) ? __( 'Yes', 'bestwebsoft' ) : __( 'No', 'bestwebsoft' );
355
+ $theme = ( function_exists( 'wp_get_theme' ) ) ? wp_get_theme() : get_theme( get_current_theme() );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
356
 
357
  if ( function_exists( 'is_multisite' ) ) {
358
+ if ( is_multisite() )
359
  $multisite = __( 'Yes', 'bestwebsoft' );
360
+ else
361
  $multisite = __( 'No', 'bestwebsoft' );
 
362
  } else
363
  $multisite = __( 'N/A', 'bestwebsoft' );
364
 
 
 
 
365
  $system_info = array(
366
  'system_info' => '',
367
  'active_plugins' => '',
371
  __( 'Operating System', 'bestwebsoft' ) => PHP_OS,
372
  __( 'Server', 'bestwebsoft' ) => $_SERVER["SERVER_SOFTWARE"],
373
  __( 'Memory usage', 'bestwebsoft' ) => $memory_usage,
374
+ __( 'MYSQL Version', 'bestwebsoft' ) => $wpdb->get_var( "SELECT VERSION() AS version" ),
375
  __( 'SQL Mode', 'bestwebsoft' ) => $sql_mode,
376
  __( 'PHP Version', 'bestwebsoft' ) => PHP_VERSION,
377
  __( 'PHP Safe Mode', 'bestwebsoft' ) => $safe_mode,
383
  __( 'PHP Exif support', 'bestwebsoft' ) => $exif_read_data,
384
  __( 'PHP IPTC support', 'bestwebsoft' ) => $iptcparse,
385
  __( 'PHP XML support', 'bestwebsoft' ) => $xml_parser_create,
386
+ __( 'Site URL', 'bestwebsoft' ) => get_option( 'siteurl' ),
387
+ __( 'Home URL', 'bestwebsoft' ) => get_option( 'home' ),
388
  '$_SERVER[HTTP_HOST]' => $_SERVER['HTTP_HOST'],
389
  '$_SERVER[SERVER_NAME]' => $_SERVER['SERVER_NAME'],
390
  __( 'WordPress Version', 'bestwebsoft' ) => $wp_version,
391
+ __( 'WordPress DB Version', 'bestwebsoft' ) => get_option( 'db_version' ),
392
  __( 'Multisite', 'bestwebsoft' ) => $multisite,
393
  __( 'Active Theme', 'bestwebsoft' ) => $theme['Name'] . ' ' . $theme['Version']
394
  );
395
  foreach ( $all_plugins as $path => $plugin ) {
396
+ if ( is_plugin_active( $path ) )
397
  $system_info['active_plugins'][ $plugin['Name'] ] = $plugin['Version'];
398
+ else
399
  $system_info['inactive_plugins'][ $plugin['Name'] ] = $plugin['Version'];
 
400
  }
401
  }
402
 
451
  } ?>
452
  <div class="wrap">
453
  <div class="icon32 icon32-bws" id="icon-options-general"></div>
454
+ <h2>
455
+ <span class="bws_main title">BestWebSoft</span>
456
+ <ul class="subsubsub bws_title_menu">
457
+ <li><a href="http://support.bestwebsoft.com/home" target="_blank"><?php _e( 'Need help?', 'bestwebsoft' ); ?></a></li> |
458
+ <li><a href="http://bestwebsoft.com/wp-login.php" target="_blank"><?php _e( 'Client area', 'bestwebsoft' ); ?></a></li>
459
+ <li><a class="bws_system_status <?php if ( isset( $_GET['action'] ) && 'system_status' == $_GET['action'] ) echo ' nav-tab-active'; ?>" href="admin.php?page=bws_plugins&amp;action=system_status"><?php _e( 'System status', 'bestwebsoft' ); ?></a></li>
460
+ </ul>
461
+ <div class="clear"></div>
462
+ </h2>
463
  <h2 class="nav-tab-wrapper">
464
  <a class="nav-tab<?php if ( !isset( $_GET['action'] ) ) echo ' nav-tab-active'; ?>" href="admin.php?page=bws_plugins"><?php _e( 'Plugins', 'bestwebsoft' ); ?></a>
465
  <?php if ( $wp_version >= '3.4' ) { ?>
466
  <a class="nav-tab<?php if ( isset( $_GET['action'] ) && 'themes' == $_GET['action'] ) echo ' nav-tab-active'; ?>" href="admin.php?page=bws_plugins&amp;action=themes"><?php _e( 'Themes', 'bestwebsoft' ); ?></a>
467
  <?php } ?>
 
468
  </h2>
469
+ <?php if ( ! isset( $_GET['action'] ) ) { ?>
470
  <ul class="subsubsub">
471
  <li><a <?php if ( !isset( $_GET['sub'] ) ) echo 'class="current" '; ?>href="admin.php?page=bws_plugins"><?php _e( 'All', 'bestwebsoft' ); ?></a></li> |
472
  <li><a <?php if ( isset( $_GET['sub'] ) && 'installed' == $_GET['sub'] ) echo 'class="current" '; ?>href="admin.php?page=bws_plugins&amp;sub=installed"><?php _e( 'Installed', 'bestwebsoft' ); ?></a></li> |
476
  <?php if ( ( isset( $_GET['sub'] ) && 'installed' == $_GET['sub'] ) || !isset( $_GET['sub'] ) ) { ?>
477
  <h4 class="bws_installed"><?php _e( 'Installed plugins', 'bestwebsoft' ); ?></h4>
478
  <?php foreach ( $all_plugins as $key_plugin => $value_plugin ) {
479
+ if ( isset( $bws_plugins_pro[ $key_plugin ] ) )
480
+ $key_plugin = $bws_plugins_pro[ $key_plugin ];
481
+
482
+ if ( isset( $bws_plugins[ $key_plugin ] ) ) {
 
 
 
 
 
483
  $key_plugin_explode = explode( '-plugin/', $key_plugin );
484
  if ( isset( $key_plugin_explode[1] ) )
485
  $icon = $key_plugin_explode[0];
487
  $key_plugin_explode = explode( '/', $key_plugin );
488
  $icon = $key_plugin_explode[0];
489
  }
490
+ }
491
 
492
+ if ( isset( $bws_plugins[ $key_plugin ]['pro_version'] ) && ( in_array( $bws_plugins[ $key_plugin ]['pro_version'], $active_plugins ) || is_plugin_active_for_network( $bws_plugins[ $key_plugin ]['pro_version'] ) ) ) { ?>
493
+ <div class="bws_product_box bws_exist_overlay">
494
+ <div class="bws_product">
495
+ <div class="bws_product_title"><?php echo $value_plugin["Name"]; ?></div>
496
+ <div class="bws_product_content">
497
+ <div class="bws_product_icon">
498
+ <div class="bws_product_icon_pro">PRO</div>
499
+ <img src="<?php echo plugins_url( "icons/" , __FILE__ ) . $icon . '.png'; ?>"/>
500
+ </div>
501
+ <div class="bws_product_description"><?php echo $value_plugin["Description"]; ?></div>
502
+ </div>
503
+ <div class="clear"></div>
504
+ </div>
505
+ <div class="bws_product_links">
506
+ <a href="<?php echo $bws_plugins[ $key_plugin ]["link"]; ?>" target="_blank"><?php _e( "Learn more", 'bestwebsoft' ); ?></a>
507
+ <?php if ( '' != $bws_plugins[ $key_plugin ]["pro_settings"] ) { ?>
508
+ <span> | </span>
509
+ <a href="<?php echo $bws_plugins[ $key_plugin ]["pro_settings"]; ?>" target="_blank"><?php _e( "Settings", 'bestwebsoft' ); ?></a>
510
+ <?php } ?>
511
+ </div>
512
+ </div>
513
+ <?php } elseif ( in_array( $key_plugin, $active_plugins ) || is_plugin_active_for_network( $key_plugin ) ) {
514
+ if ( isset( $bws_plugins[ $key_plugin ]['pro_version'] ) && isset( $all_plugins[ $bws_plugins[ $key_plugin ]['pro_version'] ] ) ) { ?>
515
+ <div class="bws_product_box bws_product_deactivated">
516
  <div class="bws_product">
517
  <div class="bws_product_title"><?php echo $value_plugin["Name"]; ?></div>
518
  <div class="bws_product_content">
519
  <div class="bws_product_icon">
520
  <div class="bws_product_icon_pro">PRO</div>
521
+ <img src="<?php echo plugins_url( "icons/" , __FILE__ ) . $icon . '.png'; ?>"/>
522
+ </div>
523
+ <div class="bws_product_description"><?php echo $bws_plugins[ $key_plugin ]["description"]; ?></div>
524
  </div>
525
  <div class="clear"></div>
526
+ </div>
527
+ <div class="bws_product_links">
528
+ <a href="<?php echo $bws_plugins[ $key_plugin ]["link"]; ?>" target="_blank"><?php _e( "Learn more", 'bestwebsoft' ); ?></a>
529
+ <span> | </span>
530
+ <a class="bws_activate" href="plugins.php" title="<?php _e( "Activate this plugin", 'bestwebsoft' ); ?>" target="_blank"><?php _e( "Activate", 'bestwebsoft' ); ?></a>
 
 
531
  </div>
532
  </div>
533
+ <?php } else { ?>
534
  <div class="bws_product_box bws_product_free">
535
  <div class="bws_product">
536
  <div class="bws_product_title"><?php echo $value_plugin["Name"]; ?></div>
540
  </div>
541
  <div class="bws_product_description"><?php echo $bws_plugins[ $key_plugin ]["description"]; ?></div>
542
  </div>
543
+ <?php if ( isset( $bws_plugins[ $key_plugin ]["purchase"] ) ) { ?>
544
+ <a class="bws_product_button" href="<?php echo $bws_plugins[ $key_plugin ]["purchase"]; ?>" target="_blank">
545
  <?php _e( 'Go', 'bestwebsoft' );?> <strong>PRO</strong>
546
  </a>
547
  <?php } else { ?>
560
  </div>
561
  </div>
562
  <?php }
563
+ } elseif ( isset( $bws_plugins[ $key_plugin ] ) ) { ?>
564
+ <div class="bws_product_box bws_product_deactivated bws_product_free">
565
+ <div class="bws_product">
566
+ <div class="bws_product_title"><?php echo $value_plugin["Name"]; ?></div>
567
+ <div class="bws_product_content">
568
+ <div class="bws_product_icon">
569
+ <img src="<?php echo plugins_url( "icons/" , __FILE__ ) . $icon . '.png'; ?>"/>
 
 
 
 
570
  </div>
571
+ <div class="bws_product_description"><?php echo $bws_plugins[ $key_plugin ]["description"]; ?></div>
 
 
 
 
 
572
  </div>
573
+ <?php if ( isset( $bws_plugins[ $key_plugin ]["purchase"] ) ) { ?>
574
+ <a class="bws_product_button" href="<?php echo $bws_plugins[ $key_plugin ]["purchase"]; ?>" target="_blank">
575
+ <?php _e( 'Go', 'bestwebsoft' );?> <strong>PRO</strong>
576
+ </a>
577
+ <?php } else { ?>
578
+ <a class="bws_product_button bws_donate_button" href="<?php echo $bws_donate_link; ?>" target="_blank">
579
+ <strong><?php _e( 'DONATE', 'bestwebsoft' );?></strong>
580
+ </a>
581
+ <?php } ?>
582
+ <div class="clear"></div>
583
  </div>
584
+ <div class="bws_product_links">
585
+ <a href="<?php echo $bws_plugins[ $key_plugin ]["link"]; ?>" target="_blank"><?php _e( "Learn more", 'bestwebsoft' ); ?></a>
586
+ <span> | </span>
587
+ <a class="bws_activate" href="plugins.php" title="<?php _e( "Activate this plugin", 'bestwebsoft' ); ?>" target="_blank"><?php _e( "Activate", 'bestwebsoft' ); ?></a>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
588
  </div>
589
+ </div>
590
+ <?php }
591
  }
592
  } ?>
593
  <div class="clear"></div>
595
  <h4 class="bws_recommended"><?php _e( 'Recommended plugins', 'bestwebsoft' ); ?></h4>
596
  <?php foreach ( $recommend_plugins as $key_plugin => $value_plugin ) {
597
 
598
+ if ( isset( $bws_plugins[ $key_plugin ] ) ) {
 
 
 
 
 
 
 
 
599
  $key_plugin_explode = explode( '-plugin/', $key_plugin );
600
  if ( isset( $key_plugin_explode[1] ) )
601
  $icon = $key_plugin_explode[0];
609
  <div class="bws_product_title"><?php echo $value_plugin["name"]; ?></div>
610
  <div class="bws_product_content">
611
  <div class="bws_product_icon">
612
+ <?php if ( isset( $bws_plugins[ $key_plugin ]['pro_version'] ) ) { ?>
613
  <div class="bws_product_icon_pro">PRO</div>
614
  <?php } ?>
615
  <img src="<?php echo plugins_url( "icons/" , __FILE__ ) . $icon . '.png'; ?>"/>
616
  </div>
617
  <div class="bws_product_description"><?php echo $bws_plugins[ $key_plugin ]["description"]; ?></div>
618
  </div>
619
+ <?php if ( isset( $bws_plugins[ $key_plugin ]["pro_version"] ) ) { ?>
620
+ <a class="bws_product_button" href="<?php echo $bws_plugins[ $key_plugin ]["purchase"]; ?>" target="_blank">
621
+ <?php _e( 'Go', 'bestwebsoft' ); ?> <strong>PRO</strong>
622
  </a>
623
  <?php } else { ?>
624
  <a class="bws_product_button bws_donate_button" href="<?php echo $bws_donate_link; ?>" target="_blank">
625
+ <strong><?php _e( 'DONATE', 'bestwebsoft' ); ?></strong>
626
  </a>
627
  <?php } ?>
628
  </div>
629
  <div class="clear"></div>
630
  <div class="bws_product_links">
631
+ <a href="<?php echo $bws_plugins[ $key_plugin ]["link"]; ?>" target="_blank"><?php _e( "Learn more", 'bestwebsoft' ); ?></a>
632
  <span> | </span>
633
+ <a href="<?php echo $bws_plugins[ $key_plugin ]["wp_install"]; ?>" target="_blank"><?php _e( "Install now", 'bestwebsoft' ); ?></a>
634
  </div>
635
  </div>
636
  <?php }
bws_menu/css/general_style.css CHANGED
@@ -7,7 +7,7 @@
7
  #adminmenu #toplevel_page_bws_plugins.wp-not-current-submenu div.wp-menu-image {
8
  opacity: 0.7;
9
  }
10
- #toplevel_page_bws_plugins .wp-submenu .wp-first-item {
11
  display: none;
12
  }
13
  /*
7
  #adminmenu #toplevel_page_bws_plugins.wp-not-current-submenu div.wp-menu-image {
8
  opacity: 0.7;
9
  }
10
+ .sticky-menu #toplevel_page_bws_plugins .wp-submenu .wp-first-item {
11
  display: none;
12
  }
13
  /*
bws_menu/css/style.css CHANGED
@@ -153,6 +153,21 @@ h4.bws_installed:before {
153
  background: #D69108 !important;
154
  }
155
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
156
  /* theme page after WP 3.9 */
157
  .toplevel_page_bws_plugins #availablethemes .theme-browser {
158
  margin-top: 25px;
153
  background: #D69108 !important;
154
  }
155
 
156
+ .subsubsub.bws_title_menu {
157
+ float: right;
158
+ margin: 0;
159
+ }
160
+ .subsubsub a.bws_system_status {
161
+ display: inline-block;
162
+ background: url("../images/system-status.png") no-repeat scroll 10px 7px #0074a2;
163
+ color: #fff;
164
+ padding: 2px 10px 5px 36px;
165
+ border-radius: 2px;
166
+ margin-left: 13px;
167
+ }
168
+ .subsubsub a.bws_system_status:hover {
169
+ background-color: #529FBD;
170
+ }
171
  /* theme page after WP 3.9 */
172
  .toplevel_page_bws_plugins #availablethemes .theme-browser {
173
  margin-top: 25px;
bws_menu/images/system-status.png ADDED
Binary file
contact_form.php CHANGED
@@ -1,10 +1,10 @@
1
  <?php
2
  /*
3
  Plugin Name: Contact Form
4
- Plugin URI: http://bestwebsoft.com/plugin/
5
  Description: Plugin for Contact Form.
6
  Author: BestWebSoft
7
- Version: 3.83
8
  Author URI: http://bestwebsoft.com/
9
  License: GPLv2 or later
10
  */
@@ -12,7 +12,7 @@ License: GPLv2 or later
12
  /* @ Copyright 2014 BestWebSoft ( http://support.bestwebsoft.com )
13
 
14
  This program is free software; you can redistribute it and/or modify
15
- it under the terms of the GNU General Public License, version 2, as
16
  published by the Free Software Foundation.
17
 
18
  This program is distributed in the hope that it will be useful,
@@ -28,21 +28,15 @@ License: GPLv2 or later
28
  /* Add option page in admin menu */
29
  if ( ! function_exists( 'cntctfrm_admin_menu' ) ) {
30
  function cntctfrm_admin_menu() {
31
- global $bstwbsftwppdtplgns_options, $wpmu, $bstwbsftwppdtplgns_added_menu;
32
  $bws_menu_info = get_plugin_data( plugin_dir_path( __FILE__ ) . "bws_menu/bws_menu.php" );
33
  $bws_menu_version = $bws_menu_info["Version"];
34
  $base = plugin_basename(__FILE__);
35
 
36
  if ( ! isset( $bstwbsftwppdtplgns_options ) ) {
37
- if ( 1 == $wpmu ) {
38
- if ( ! get_site_option( 'bstwbsftwppdtplgns_options' ) )
39
- add_site_option( 'bstwbsftwppdtplgns_options', array(), '', 'yes' );
40
- $bstwbsftwppdtplgns_options = get_site_option( 'bstwbsftwppdtplgns_options' );
41
- } else {
42
- if ( ! get_option( 'bstwbsftwppdtplgns_options' ) )
43
- add_option( 'bstwbsftwppdtplgns_options', array(), '', 'yes' );
44
- $bstwbsftwppdtplgns_options = get_option( 'bstwbsftwppdtplgns_options' );
45
- }
46
  }
47
 
48
  if ( isset( $bstwbsftwppdtplgns_options['bws_menu_version'] ) ) {
@@ -67,10 +61,10 @@ if ( ! function_exists( 'cntctfrm_admin_menu' ) ) {
67
  require_once( ABSPATH . $wp_content_dir . '/plugins/' . $plugin_with_newer_menu[0] . '/bws_menu/bws_menu.php' );
68
  else
69
  require_once( dirname( __FILE__ ) . '/bws_menu/bws_menu.php' );
70
- $bstwbsftwppdtplgns_added_menu = true;
71
  }
72
 
73
- add_menu_page( 'BWS Plugins', 'BWS Plugins', 'manage_options', 'bws_plugins', 'bws_add_menu_render', plugins_url( "images/px.png", __FILE__ ), 1001 );
74
  add_submenu_page('bws_plugins', __( 'Contact Form Settings', 'contact_form' ), __( 'Contact Form', 'contact_form' ), 'manage_options', "contact_form.php", 'cntctfrm_settings_page' );
75
 
76
  /* Call register settings function */
@@ -84,7 +78,10 @@ if ( ! function_exists ( 'cntctfrm_init' ) ) {
84
  if ( ! session_id() )
85
  @session_start();
86
 
87
- load_plugin_textdomain( 'contact_form', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' );
 
 
 
88
 
89
  if ( ! is_admin() )
90
  cntctfrm_check_and_send();
@@ -95,14 +92,12 @@ if ( ! function_exists ( 'cntctfrm_admin_init' ) ) {
95
  function cntctfrm_admin_init() {
96
  global $bws_plugin_info, $cntctfrm_plugin_info;
97
  /* Add variable for bws_menu */
98
- $cntctfrm_plugin_info = get_plugin_data( __FILE__ );
 
99
 
100
  if ( ! isset( $bws_plugin_info ) || empty( $bws_plugin_info ) )
101
  $bws_plugin_info = array( 'id' => '77', 'version' => $cntctfrm_plugin_info["Version"] );
102
 
103
- /* Function check if plugin is compatible with current WP version */
104
- cntctfrm_version_check();
105
-
106
  /* Call register settings function */
107
  if ( isset( $_REQUEST['page'] ) && ( 'contact_form.php' == $_REQUEST['page'] ) )
108
  cntctfrm_settings();
@@ -112,10 +107,12 @@ if ( ! function_exists ( 'cntctfrm_admin_init' ) ) {
112
  /* Register settings for plugin */
113
  if ( ! function_exists( 'cntctfrm_settings' ) ) {
114
  function cntctfrm_settings() {
115
- global $wpmu, $cntctfrm_options, $cntctfrm_option_defaults, $wpdb, $bws_plugin_info, $cntctfrm_plugin_info;
116
- $cntctfrm_db_version = "1.0";
117
- $cntctfrm_plugin_info = get_plugin_data( __FILE__ );
118
-
 
 
119
  $cntctfrm_option_defaults = array(
120
  'plugin_option_version' => $cntctfrm_plugin_info["Version"],
121
  'plugin_db_version' => $cntctfrm_db_version,
@@ -124,7 +121,6 @@ if ( ! function_exists( 'cntctfrm_settings' ) ) {
124
  'cntctfrm_select_email' => 'user',
125
  'cntctfrm_from_email' => 'user',
126
  'cntctfrm_custom_from_email' => '',
127
- 'cntctfrm_additions_options' => 0,
128
  'cntctfrm_attachment' => 0,
129
  'cntctfrm_attachment_explanations' => 1,
130
  'cntctfrm_send_copy' => 0,
@@ -150,12 +146,12 @@ if ( ! function_exists( 'cntctfrm_settings' ) ) {
150
  'cntctfrm_change_label' => 0,
151
  'cntctfrm_name_label' => array( 'en' => __( "Name:", 'contact_form' ) ),
152
  'cntctfrm_address_label' => array( 'en' => __( "Address:", 'contact_form' ) ),
153
- 'cntctfrm_email_label' => array( 'en' => __( "Email Address:", 'contact_form' ) ),
154
  'cntctfrm_phone_label' => array( 'en' => __( "Phone number:", 'contact_form' ) ),
155
  'cntctfrm_subject_label' => array( 'en' => __( "Subject:", 'contact_form' ) ),
156
  'cntctfrm_message_label' => array( 'en' => __( "Message:", 'contact_form' ) ),
157
  'cntctfrm_attachment_label' => array( 'en' => __( "Attachment:", 'contact_form' ) ),
158
- 'cntctfrm_attachment_tooltip' => array( 'en' => __( "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB", 'contact_form' ) ),
159
  'cntctfrm_send_copy_label' => array( 'en' => __( "Send me a copy", 'contact_form' ) ),
160
  'cntctfrm_submit_label' => array( 'en' => __( "Submit", 'contact_form' ) ),
161
  'cntctfrm_name_error' => array( 'en' => __( "Your name is required.", 'contact_form' ) ),
@@ -184,83 +180,47 @@ if ( ! function_exists( 'cntctfrm_settings' ) ) {
184
  $contact_form_multi_active = true;
185
  if ( is_plugin_active( 'contact-form-multi-pro/contact-form-multi-pro.php' ) || is_plugin_active_for_network( 'contact-form-multi-pro/contact-form-multi-pro.php' ) )
186
  $contact_form_multi_pro_active = true;
187
-
188
  /* Install the option defaults */
189
- if ( 1 == $wpmu ) {
190
- if ( ! get_site_option( 'cntctfrm_options' ) )
191
- add_site_option( 'cntctfrm_options', $cntctfrm_option_defaults, '', 'yes' );
192
- } else {
193
- if ( ! get_option( 'cntctfrm_options' ) )
194
- add_option( 'cntctfrm_options', $cntctfrm_option_defaults, '', 'yes' );
195
- }
196
 
197
  /* Get options from the database for default options */
198
  if ( isset( $contact_form_multi_active ) || isset( $contact_form_multi_pro_active ) ) {
199
- if ( 1 == $wpmu ) {
200
- if ( ! get_site_option( 'cntctfrmmlt_options' ) )
201
- add_site_option( 'cntctfrmmlt_options', $cntctfrm_option_defaults, '', 'yes' );
202
-
203
- $cntctfrmmlt_options = get_site_option( 'cntctfrmmlt_options' );
204
- } else {
205
- if ( ! get_option( 'cntctfrmmlt_options' ) )
206
- add_option( 'cntctfrmmlt_options', $cntctfrm_option_defaults, '', 'yes' );
207
 
208
- $cntctfrmmlt_options = get_option( 'cntctfrmmlt_options' );
209
- }
210
 
211
  if ( ! isset( $cntctfrmmlt_options['plugin_option_version'] ) || $cntctfrmmlt_options['plugin_option_version'] != $cntctfrm_plugin_info["Version"] ) {
212
  $cntctfrmmlt_options = array_merge( $cntctfrm_option_defaults, $cntctfrmmlt_options );
213
  $cntctfrmmlt_options['plugin_option_version'] = $cntctfrm_plugin_info["Version"];
214
- update_option( 'cntctfrmmlt_options', $cntctfrmmlt_options );
215
- }
216
-
217
  /* Get options from the database */
218
- if ( 1 == $wpmu ) {
219
- if ( isset( $_SESSION['cntctfrmmlt_id_form'] ) ) {
220
- if ( get_site_option( 'cntctfrmmlt_options_'. $_SESSION['cntctfrmmlt_id_form'] ) )
221
- $cntctfrm_options = get_site_option( 'cntctfrmmlt_options_'. $_SESSION['cntctfrmmlt_id_form'] );
222
- else {
223
- if ( isset( $contact_form_multi_pro_active ) )
224
- $cntctfrmmlt_options_main = get_site_option( 'cntctfrmmltpr_options_main' );
225
- elseif ( isset( $contact_form_multi_active ) )
226
- $cntctfrmmlt_options_main = get_site_option( 'cntctfrmmlt_options_main' );
227
-
228
- if ( 1 == $_SESSION['cntctfrmmlt_id_form'] && 1 == count( $cntctfrmmlt_options_main['name_id_form'] ) ) {
229
- add_option( 'cntctfrmmlt_options_1' , get_site_option( 'cntctfrm_options' ), '', 'yes' );
230
- $cntctfrm_options = get_site_option( 'cntctfrmmlt_options_1' );
231
- } else
232
- $cntctfrm_options = get_site_option( 'cntctfrmmlt_options' );
233
- }
234
- } else {
235
- $cntctfrm_options = get_option( 'cntctfrmmlt_options' );
236
  }
237
  } else {
238
- if ( isset( $_SESSION['cntctfrmmlt_id_form'] ) ) {
239
- if ( get_option( 'cntctfrmmlt_options_' . $_SESSION['cntctfrmmlt_id_form'] ) )
240
- $cntctfrm_options = get_option( 'cntctfrmmlt_options_'. $_SESSION['cntctfrmmlt_id_form'] );
241
- else {
242
- if ( isset( $contact_form_multi_pro_active ) )
243
- $cntctfrmmlt_options_main = get_site_option( 'cntctfrmmltpr_options_main' );
244
- elseif ( isset( $contact_form_multi_active ) )
245
- $cntctfrmmlt_options_main = get_site_option( 'cntctfrmmlt_options_main' );
246
-
247
- if ( 1 == $_SESSION['cntctfrmmlt_id_form'] && 1 == count( $cntctfrmmlt_options_main['name_id_form'] ) ) {
248
- add_option( 'cntctfrmmlt_options_1' , get_option( 'cntctfrm_options' ), '', 'yes' );
249
- $cntctfrm_options = get_option( 'cntctfrmmlt_options_1' );
250
- } else
251
- $cntctfrm_options = get_option( 'cntctfrmmlt_options' );
252
- }
253
- } else {
254
- $cntctfrm_options = get_option( 'cntctfrmmlt_options' );
255
- }
256
- }
257
  } else {
258
  /* Get options from the database */
259
- if ( 1 == $wpmu )
260
- $cntctfrm_options = get_site_option( 'cntctfrm_options' );
261
- else
262
- $cntctfrm_options = get_option( 'cntctfrm_options' );
263
- }
264
 
265
  if ( empty( $cntctfrm_options['cntctfrm_language'] ) && ! is_array( $cntctfrm_options['cntctfrm_name_label'] ) ) {
266
  $cntctfrm_options['cntctfrm_name_label'] = array( 'en' => $cntctfrm_options['cntctfrm_name_label'] );
@@ -307,7 +267,7 @@ if ( ! function_exists( 'cntctfrm_settings' ) ) {
307
  }
308
 
309
  /* Create db table of fields list */
310
- if ( ! isset( $cntctfrm_options['plugin_db_version'] ) || $cntctfrm_options['plugin_db_version'] != $cntctfrm_db_version ) {
311
  cntctfrm_db_create();
312
  $cntctfrm_options['plugin_db_version'] = $cntctfrm_db_version;
313
  update_option( 'cntctfrm_options', $cntctfrm_options );
@@ -321,13 +281,13 @@ if ( ! function_exists ( 'cntctfrm_db_create' ) ) {
321
  global $wpdb;
322
  $wpdb->query("DROP TABLE IF EXISTS " . $wpdb->prefix . "cntctfrm_field" );
323
  $sql = "CREATE TABLE IF NOT EXISTS `" . $wpdb->prefix . "cntctfrm_field` (
324
- id int NOT NULL AUTO_INCREMENT,
325
  name CHAR(100) NOT NULL,
326
  UNIQUE KEY id (id)
327
  );";
328
  require_once( ABSPATH . 'wp-admin/includes/upgrade.php' );
329
  dbDelta( $sql );
330
- $fields = array(
331
  'name',
332
  'email',
333
  'subject',
@@ -345,16 +305,29 @@ if ( ! function_exists ( 'cntctfrm_db_create' ) ) {
345
  foreach ( $fields as $key => $value ) {
346
  $db_row = $wpdb->get_row( "SELECT * FROM " . $wpdb->prefix . "cntctfrm_field WHERE `name` = '" . $value . "'", ARRAY_A );
347
  if ( !isset( $db_row ) || empty( $db_row ) ) {
348
- $wpdb->insert( $wpdb->prefix . "cntctfrm_field", array( 'name' => $value ), array( '%s' ) );
349
  }
350
  }
351
  }
352
  }
353
 
354
  if ( ! function_exists ( 'cntctfrm_activation' ) ) {
355
- function cntctfrm_activation() {
356
- cntctfrm_settings();
357
- cntctfrm_db_create();
 
 
 
 
 
 
 
 
 
 
 
 
 
358
  }
359
  }
360
 
@@ -365,9 +338,13 @@ if ( ! function_exists ( 'cntctfrm_version_check' ) ) {
365
  $require_wp = "3.1"; /* Wordpress at least requires version */
366
  $plugin = plugin_basename( __FILE__ );
367
  if ( version_compare( $wp_version, $require_wp, "<" ) ) {
 
368
  if ( is_plugin_active( $plugin ) ) {
369
  deactivate_plugins( $plugin );
370
- wp_die( "<strong>" . $cntctfrm_plugin_info['Name'] . " </strong> " . __( 'requires', 'contact_form' ) . " <strong>WordPress " . $require_wp . "</strong> " . __( 'or higher, that is why it has been deactivated! Please upgrade WordPress and try again.', 'contact_form') . "<br /><br />" . __( 'Back to the WordPress', 'contact_form') . " <a href='" . get_admin_url( null, 'plugins.php' ) . "'>" . __( 'Plugins page', 'contact_form') . "</a>." );
 
 
 
371
  }
372
  }
373
  }
@@ -376,7 +353,7 @@ if ( ! function_exists ( 'cntctfrm_version_check' ) ) {
376
  /* Add settings page in admin area */
377
  if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
378
  function cntctfrm_settings_page() {
379
- global $cntctfrm_options, $wpdb, $cntctfrm_option_defaults, $wp_version, $cntctfrm_plugin_info, $wpmu;
380
  $error = $message = "";
381
 
382
  if ( ! function_exists( 'get_plugins' ) || ! function_exists( 'is_plugin_active_for_network' ) )
@@ -402,8 +379,8 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
402
  if ( get_option( 'cntctfrmtdbpr_options' ) )
403
  $cntctfrmtdbpr_options = get_option( 'cntctfrmtdbpr_options' );
404
 
405
- // $userslogin = $wpdb->get_col( "SELECT `user_login` FROM $wpdb->users ", 0 );
406
- $userslogin = get_users( 'blog_id=' . $GLOBALS['blog_id'] . '&who=authors' );
407
 
408
  /* Save data for settings page */
409
  if ( isset( $_POST['cntctfrm_form_submit'] ) && check_admin_referer( plugin_basename(__FILE__), 'cntctfrm_nonce_name' ) ) {
@@ -412,35 +389,126 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
412
  $cntctfrm_options_submit['cntctfrm_select_email'] = $_POST['cntctfrm_select_email'];
413
  $cntctfrm_options_submit['cntctfrm_from_email'] = $_POST['cntctfrm_from_email'];
414
  $cntctfrm_options_submit['cntctfrm_custom_from_email'] = stripslashes( esc_html( $_POST['cntctfrm_custom_from_email'] ) );
415
- $cntctfrm_options_submit['cntctfrm_additions_options'] = isset( $_POST['cntctfrm_additions_options']) ? $_POST['cntctfrm_additions_options'] : 0;
416
- if ( 0 == $cntctfrm_options_submit['cntctfrm_additions_options'] ) {
417
- $cntctfrm_options_submit['cntctfrm_attachment'] = 0;
418
- $cntctfrm_options_submit['cntctfrm_attachment_explanations'] = 1;
419
- $cntctfrm_options_submit['cntctfrm_send_copy'] = 0;
420
- $cntctfrm_options_submit['cntctfrm_from_field'] = get_bloginfo( 'name' );
421
- $cntctfrm_options_submit['cntctfrm_select_from_field'] = 'custom';
422
- $cntctfrm_options_submit['cntctfrm_display_name_field'] = 1;
423
- $cntctfrm_options_submit['cntctfrm_display_address_field'] = 0;
424
- $cntctfrm_options_submit['cntctfrm_display_phone_field'] = 0;
425
- $cntctfrm_options_submit['cntctfrm_required_name_field'] = 1;
426
- $cntctfrm_options_submit['cntctfrm_required_address_field'] = 0;
427
- $cntctfrm_options_submit['cntctfrm_required_email_field'] = 1;
428
- $cntctfrm_options_submit['cntctfrm_required_phone_field'] = 0;
429
- $cntctfrm_options_submit['cntctfrm_required_subject_field'] = 1;
430
- $cntctfrm_options_submit['cntctfrm_required_message_field'] = 1;
431
- $cntctfrm_options_submit['cntctfrm_required_symbol'] = '*';
432
- $cntctfrm_options_submit['cntctfrm_display_add_info'] = 1;
433
- $cntctfrm_options_submit['cntctfrm_display_sent_from'] = 1;
434
- $cntctfrm_options_submit['cntctfrm_display_date_time'] = 1;
435
- $cntctfrm_options_submit['cntctfrm_mail_method'] = 'wp-mail';
436
- $cntctfrm_options_submit['cntctfrm_display_coming_from'] = 1;
437
- $cntctfrm_options_submit['cntctfrm_display_user_agent'] = 1;
438
- $cntctfrm_options_submit['cntctfrm_change_label'] = 0;
439
- $cntctfrm_options_submit['cntctfrm_change_label_in_email'] = 0;
440
- $cntctfrm_options_submit['cntctfrm_action_after_send'] = 1;
441
- $cntctfrm_options_submit['cntctfrm_delete_attached_file'] = 0;
442
- $cntctfrm_options_submit['cntctfrm_html_email'] = 1;
443
- $cntctfrm_options_submit['cntctfrm_site_name_parameter'] = 'SERVER_NAME';
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
444
  if ( empty( $cntctfrm_options['cntctfrm_language'] ) ) {
445
  $cntctfrm_options_submit['cntctfrm_name_label'] = $cntctfrm_option_defaults['cntctfrm_name_label'];
446
  $cntctfrm_options_submit['cntctfrm_address_label'] = $cntctfrm_option_defaults['cntctfrm_address_label'];
@@ -451,7 +519,7 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
451
  $cntctfrm_options_submit['cntctfrm_attachment_label'] = $cntctfrm_option_defaults['cntctfrm_attachment_label'];
452
  $cntctfrm_options_submit['cntctfrm_attachment_tooltip'] = $cntctfrm_option_defaults['cntctfrm_attachment_tooltip'];
453
  $cntctfrm_options_submit['cntctfrm_send_copy_label'] = $cntctfrm_option_defaults['cntctfrm_send_copy_label'];
454
- $cntctfrm_options_submit['cntctfrm_thank_text'] = $cntctfrm_option_defaults['cntctfrm_thank_text'];
455
  $cntctfrm_options_submit['cntctfrm_submit_label'] = $cntctfrm_option_defaults['cntctfrm_submit_label'];
456
  $cntctfrm_options_submit['cntctfrm_name_error'] = $cntctfrm_option_defaults['cntctfrm_name_error'];
457
  $cntctfrm_options_submit['cntctfrm_address_error'] = $cntctfrm_option_defaults['cntctfrm_address_error'];
@@ -465,6 +533,9 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
465
  $cntctfrm_options_submit['cntctfrm_attachment_size_error'] = $cntctfrm_option_defaults['cntctfrm_attachment_size_error'];
466
  $cntctfrm_options_submit['cntctfrm_captcha_error'] = $cntctfrm_option_defaults['cntctfrm_captcha_error'];
467
  $cntctfrm_options_submit['cntctfrm_form_error'] = $cntctfrm_option_defaults['cntctfrm_form_error'];
 
 
 
468
  } else {
469
  $cntctfrm_options_submit['cntctfrm_name_label']['en'] = $cntctfrm_option_defaults['cntctfrm_name_label']['en'];
470
  $cntctfrm_options_submit['cntctfrm_address_label']['en'] = $cntctfrm_option_defaults['cntctfrm_address_label']['en'];
@@ -475,7 +546,6 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
475
  $cntctfrm_options_submit['cntctfrm_attachment_label']['en'] = $cntctfrm_option_defaults['cntctfrm_attachment_label']['en'];
476
  $cntctfrm_options_submit['cntctfrm_attachment_tooltip']['en'] = $cntctfrm_option_defaults['cntctfrm_attachment_tooltip']['en'];
477
  $cntctfrm_options_submit['cntctfrm_send_copy_label']['en'] = $cntctfrm_option_defaults['cntctfrm_send_copy_label']['en'];
478
- $cntctfrm_options_submit['cntctfrm_thank_text']['en'] = $cntctfrm_option_defaults['cntctfrm_thank_text']['en'];
479
  $cntctfrm_options_submit['cntctfrm_submit_label']['en'] = $cntctfrm_option_defaults['cntctfrm_submit_label']['en'];
480
  $cntctfrm_options_submit['cntctfrm_name_error']['en'] = $cntctfrm_option_defaults['cntctfrm_name_error']['en'];
481
  $cntctfrm_options_submit['cntctfrm_address_error']['en'] = $cntctfrm_option_defaults['cntctfrm_address_error']['en'];
@@ -489,187 +559,14 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
489
  $cntctfrm_options_submit['cntctfrm_attachment_size_error']['en'] = $cntctfrm_option_defaults['cntctfrm_attachment_size_error']['en'];
490
  $cntctfrm_options_submit['cntctfrm_captcha_error']['en'] = $cntctfrm_option_defaults['cntctfrm_captcha_error']['en'];
491
  $cntctfrm_options_submit['cntctfrm_form_error']['en'] = $cntctfrm_option_defaults['cntctfrm_form_error']['en'];
492
- }
493
- $cntctfrm_options_submit['cntctfrm_redirect_url'] = '';
494
- } else {
495
-
496
- $cntctfrm_options_submit['cntctfrm_mail_method'] = $_POST['cntctfrm_mail_method'];
497
- $cntctfrm_options_submit['cntctfrm_from_field'] = stripslashes( esc_html( $_POST['cntctfrm_from_field'] ) );
498
- $cntctfrm_options_submit['cntctfrm_select_from_field'] = $_POST['cntctfrm_select_from_field'];
499
- $cntctfrm_options_submit['cntctfrm_display_name_field'] = isset( $_POST['cntctfrm_display_name_field']) ? 1 : 0;
500
- $cntctfrm_options_submit['cntctfrm_display_address_field'] = isset( $_POST['cntctfrm_display_address_field']) ? 1 : 0;
501
- $cntctfrm_options_submit['cntctfrm_display_phone_field'] = isset( $_POST['cntctfrm_display_phone_field']) ? 1 : 0;
502
- $cntctfrm_options_submit['cntctfrm_attachment'] = isset( $_POST['cntctfrm_attachment']) ? $_POST['cntctfrm_attachment'] : 0;
503
- $cntctfrm_options_submit['cntctfrm_attachment_explanations'] = isset( $_POST['cntctfrm_attachment_explanations']) ? $_POST['cntctfrm_attachment_explanations'] : 0;
504
- $cntctfrm_options_submit['cntctfrm_send_copy'] = isset( $_POST['cntctfrm_send_copy']) ? $_POST['cntctfrm_send_copy'] : 0;
505
-
506
- $cntctfrm_options_submit['cntctfrm_delete_attached_file'] = isset( $_POST['cntctfrm_delete_attached_file']) ? $_POST['cntctfrm_delete_attached_file'] : 0;
507
-
508
- if ( isset( $_POST['cntctfrm_display_captcha'] ) ) {
509
- if ( get_option( 'cptch_options' ) ) {
510
- $cptch_options['cptch_contact_form'] = 1;
511
- update_option( 'cptch_options', $cptch_options, '', 'yes' );
512
- }
513
- if ( get_option( 'cptchpr_options' ) ) {
514
- $cptchpr_options['cptchpr_contact_form'] = 1;
515
- update_option( 'cptchpr_options', $cptchpr_options, '', 'yes' );
516
- }
517
- } else {
518
- if ( get_option( 'cptch_options' ) ) {
519
- $cptch_options['cptch_contact_form'] = 0;
520
- update_option( 'cptch_options', $cptch_options, '', 'yes' );
521
- }
522
- if ( get_option( 'cptchpr_options' ) ) {
523
- $cptchpr_options['cptchpr_contact_form'] = 0;
524
- update_option( 'cptchpr_options', $cptchpr_options, '', 'yes' );
525
- }
526
- }
527
 
528
- if ( isset( $_POST['cntctfrm_save_email_to_db'] ) ) {
529
- if ( get_option( 'cntctfrmtdb_options' ) ) {
530
- $cntctfrmtdb_options['cntctfrmtdb_save_messages_to_db'] = 1;
531
- update_option( 'cntctfrmtdb_options', $cntctfrmtdb_options, '', 'yes' );
532
- }
533
- if ( get_option( 'cntctfrmtdbpr_options' ) ) {
534
- $cntctfrmtdbpr_options['save_messages_to_db'] = 1;
535
- update_option( 'cntctfrmtdbpr_options', $cntctfrmtdbpr_options, '', 'yes' );
536
- }
537
- } else {
538
- if ( get_option( 'cntctfrmtdb_options' ) ) {
539
- $cntctfrmtdb_options['cntctfrmtdb_save_messages_to_db'] = 0;
540
- update_option( 'cntctfrmtdb_options', $cntctfrmtdb_options, '', 'yes' );
541
- }
542
- if ( get_option( 'cntctfrmtdbpr_options' ) ) {
543
- $cntctfrmtdbpr_options['save_messages_to_db'] = 0;
544
- update_option( 'cntctfrmtdbpr_options', $cntctfrmtdbpr_options, '', 'yes' );
545
  }
546
  }
547
-
548
- if ( 0 == $cntctfrm_options_submit['cntctfrm_display_name_field'] ) {
549
- $cntctfrm_options_submit['cntctfrm_required_name_field'] = 0;
550
- } else {
551
- $cntctfrm_options_submit['cntctfrm_required_name_field'] = isset( $_POST['cntctfrm_required_name_field']) ? 1 : 0;
552
- }
553
- if ( 0 == $cntctfrm_options_submit['cntctfrm_display_address_field'] ) {
554
- $cntctfrm_options_submit['cntctfrm_required_address_field'] = 0;
555
- } else {
556
- $cntctfrm_options_submit['cntctfrm_required_address_field'] = isset( $_POST['cntctfrm_required_address_field']) ? 1 : 0;
557
- }
558
- $cntctfrm_options_submit['cntctfrm_required_email_field'] = isset( $_POST['cntctfrm_required_email_field']) ? 1 : 0;
559
- if ( 0 == $cntctfrm_options_submit['cntctfrm_display_phone_field'] ) {
560
- $cntctfrm_options_submit['cntctfrm_required_phone_field'] = 0;
561
- } else {
562
- $cntctfrm_options_submit['cntctfrm_required_phone_field'] = isset( $_POST['cntctfrm_required_phone_field']) ? 1 : 0;
563
- }
564
- $cntctfrm_options_submit['cntctfrm_required_subject_field'] = isset( $_POST['cntctfrm_required_subject_field']) ? 1 : 0;
565
- $cntctfrm_options_submit['cntctfrm_required_message_field'] = isset( $_POST['cntctfrm_required_message_field']) ? 1 : 0;
566
-
567
- $cntctfrm_options_submit['cntctfrm_required_symbol'] = isset( $_POST['cntctfrm_required_symbol']) ? stripslashes( esc_html( $_POST['cntctfrm_required_symbol'] ) ) : '*';
568
- $cntctfrm_options_submit['cntctfrm_html_email'] = isset( $_POST['cntctfrm_html_email']) ? 1 : 0;
569
- $cntctfrm_options_submit['cntctfrm_site_name_parameter'] = $_POST['cntctfrm_site_name_parameter'];
570
- $cntctfrm_options_submit['cntctfrm_display_add_info'] = isset( $_POST['cntctfrm_display_add_info']) ? 1 : 0;
571
-
572
- if ( 1 == $cntctfrm_options_submit['cntctfrm_display_add_info'] ) {
573
- $cntctfrm_options_submit['cntctfrm_display_sent_from'] = isset( $_POST['cntctfrm_display_sent_from']) ? 1 : 0;
574
- $cntctfrm_options_submit['cntctfrm_display_date_time'] = isset( $_POST['cntctfrm_display_date_time']) ? 1 : 0;
575
- $cntctfrm_options_submit['cntctfrm_display_coming_from'] = isset( $_POST['cntctfrm_display_coming_from']) ? 1 : 0;
576
- $cntctfrm_options_submit['cntctfrm_display_user_agent'] = isset( $_POST['cntctfrm_display_user_agent']) ? 1 : 0;
577
- } else {
578
- $cntctfrm_options_submit['cntctfrm_display_sent_from'] = 1;
579
- $cntctfrm_options_submit['cntctfrm_display_date_time'] = 1;
580
- $cntctfrm_options_submit['cntctfrm_display_coming_from'] = 1;
581
- $cntctfrm_options_submit['cntctfrm_display_user_agent'] = 1;
582
- }
583
-
584
- $cntctfrm_options_submit['cntctfrm_change_label'] = isset( $_POST['cntctfrm_change_label']) ? 1 : 0;
585
- $cntctfrm_options_submit['cntctfrm_change_label_in_email'] = isset( $_POST['cntctfrm_change_label_in_email']) ? 1 : 0;
586
-
587
- if ( 1 == $cntctfrm_options_submit['cntctfrm_change_label'] ) {
588
- foreach ( $_POST['cntctfrm_name_label'] as $key => $val ) {
589
- $cntctfrm_options_submit['cntctfrm_name_label'][ $key ] = stripcslashes( htmlspecialchars( $_POST['cntctfrm_name_label'][ $key ] ) );
590
- $cntctfrm_options_submit['cntctfrm_address_label'][ $key ] = stripcslashes( htmlspecialchars( $_POST['cntctfrm_address_label'][ $key ] ) );
591
- $cntctfrm_options_submit['cntctfrm_email_label'][ $key ] = stripcslashes( htmlspecialchars( $_POST['cntctfrm_email_label'][ $key ] ) );
592
- $cntctfrm_options_submit['cntctfrm_phone_label'][ $key ] = stripcslashes( htmlspecialchars( $_POST['cntctfrm_phone_label'][ $key ] ) );
593
- $cntctfrm_options_submit['cntctfrm_subject_label'][ $key ] = stripcslashes( htmlspecialchars( $_POST['cntctfrm_subject_label'][ $key ] ) );
594
- $cntctfrm_options_submit['cntctfrm_message_label'][ $key ] = stripcslashes( htmlspecialchars( $_POST['cntctfrm_message_label'][ $key ] ) );
595
- $cntctfrm_options_submit['cntctfrm_attachment_label'][ $key ] = stripcslashes( htmlspecialchars( $_POST['cntctfrm_attachment_label'][ $key ] ) );
596
- $cntctfrm_options_submit['cntctfrm_attachment_tooltip'][ $key ] = stripcslashes( htmlspecialchars( $_POST['cntctfrm_attachment_tooltip'][ $key ] ) );
597
- $cntctfrm_options_submit['cntctfrm_send_copy_label'][ $key ] = stripcslashes( htmlspecialchars( $_POST['cntctfrm_send_copy_label'][ $key ] ) );
598
- $cntctfrm_options_submit['cntctfrm_thank_text'][ $key ] = stripcslashes( htmlspecialchars( $_POST['cntctfrm_thank_text'][ $key ] ) );
599
- $cntctfrm_options_submit['cntctfrm_submit_label'][ $key ] = stripcslashes( htmlspecialchars( $_POST['cntctfrm_submit_label'][ $key ] ) );
600
- $cntctfrm_options_submit['cntctfrm_name_error'][ $key ] = stripcslashes( htmlspecialchars( $_POST['cntctfrm_name_error'][ $key ] ) );
601
- $cntctfrm_options_submit['cntctfrm_address_error'][ $key ] = stripcslashes( htmlspecialchars( $_POST['cntctfrm_address_error'][ $key ] ) );
602
- $cntctfrm_options_submit['cntctfrm_email_error'][ $key ] = stripcslashes( htmlspecialchars( $_POST['cntctfrm_email_error'][ $key ] ) );
603
- $cntctfrm_options_submit['cntctfrm_phone_error'][ $key ] = stripcslashes( htmlspecialchars( $_POST['cntctfrm_phone_error'][ $key ] ) );
604
- $cntctfrm_options_submit['cntctfrm_subject_error'][ $key ] = stripcslashes( htmlspecialchars( $_POST['cntctfrm_subject_error'][ $key ] ) );
605
- $cntctfrm_options_submit['cntctfrm_message_error'][ $key ] = stripcslashes( htmlspecialchars( $_POST['cntctfrm_message_error'][ $key ] ) );
606
- $cntctfrm_options_submit['cntctfrm_attachment_error'][ $key ] = stripcslashes( htmlspecialchars( $_POST['cntctfrm_attachment_error'][ $key ] ) );
607
- $cntctfrm_options_submit['cntctfrm_attachment_upload_error'][ $key ] = stripcslashes( htmlspecialchars( $_POST['cntctfrm_attachment_upload_error'][ $key ] ) );
608
- $cntctfrm_options_submit['cntctfrm_attachment_move_error'][ $key ] = stripcslashes( htmlspecialchars( $_POST['cntctfrm_attachment_move_error'][ $key ] ) );
609
- $cntctfrm_options_submit['cntctfrm_attachment_size_error'][ $key ] = stripcslashes( htmlspecialchars( $_POST['cntctfrm_attachment_size_error'][ $key ] ) );
610
- $cntctfrm_options_submit['cntctfrm_captcha_error'][ $key ] = stripcslashes( htmlspecialchars( $_POST['cntctfrm_captcha_error'][ $key ] ) );
611
- $cntctfrm_options_submit['cntctfrm_form_error'][ $key ] = stripcslashes( htmlspecialchars( $_POST['cntctfrm_form_error'][ $key ] ) );
612
- }
613
- } else {
614
- if ( empty( $cntctfrm_options['cntctfrm_language'] ) ) {
615
- $cntctfrm_options_submit['cntctfrm_name_label'] = $cntctfrm_option_defaults['cntctfrm_name_label'];
616
- $cntctfrm_options_submit['cntctfrm_address_label'] = $cntctfrm_option_defaults['cntctfrm_address_label'];
617
- $cntctfrm_options_submit['cntctfrm_email_label'] = $cntctfrm_option_defaults['cntctfrm_email_label'];
618
- $cntctfrm_options_submit['cntctfrm_phone_label'] = $cntctfrm_option_defaults['cntctfrm_phone_label'];
619
- $cntctfrm_options_submit['cntctfrm_subject_label'] = $cntctfrm_option_defaults['cntctfrm_subject_label'];
620
- $cntctfrm_options_submit['cntctfrm_message_label'] = $cntctfrm_option_defaults['cntctfrm_message_label'];
621
- $cntctfrm_options_submit['cntctfrm_attachment_label'] = $cntctfrm_option_defaults['cntctfrm_attachment_label'];
622
- $cntctfrm_options_submit['cntctfrm_attachment_tooltip'] = $cntctfrm_option_defaults['cntctfrm_attachment_tooltip'];
623
- $cntctfrm_options_submit['cntctfrm_send_copy_label'] = $cntctfrm_option_defaults['cntctfrm_send_copy_label'];
624
- $cntctfrm_options_submit['cntctfrm_thank_text'] = $_POST['cntctfrm_thank_text'];
625
- $cntctfrm_options_submit['cntctfrm_submit_label'] = $cntctfrm_option_defaults['cntctfrm_submit_label'];
626
- $cntctfrm_options_submit['cntctfrm_name_error'] = $cntctfrm_option_defaults['cntctfrm_name_error'];
627
- $cntctfrm_options_submit['cntctfrm_address_error'] = $cntctfrm_option_defaults['cntctfrm_address_error'];
628
- $cntctfrm_options_submit['cntctfrm_email_error'] = $cntctfrm_option_defaults['cntctfrm_email_error'];
629
- $cntctfrm_options_submit['cntctfrm_phone_error'] = $cntctfrm_option_defaults['cntctfrm_phone_error'];
630
- $cntctfrm_options_submit['cntctfrm_subject_error'] = $cntctfrm_option_defaults['cntctfrm_subject_error'];
631
- $cntctfrm_options_submit['cntctfrm_message_error'] = $cntctfrm_option_defaults['cntctfrm_message_error'];
632
- $cntctfrm_options_submit['cntctfrm_attachment_error'] = $cntctfrm_option_defaults['cntctfrm_attachment_error'];
633
- $cntctfrm_options_submit['cntctfrm_attachment_upload_error'] = $cntctfrm_option_defaults['cntctfrm_attachment_upload_error'];
634
- $cntctfrm_options_submit['cntctfrm_attachment_move_error'] = $cntctfrm_option_defaults['cntctfrm_attachment_move_error'];
635
- $cntctfrm_options_submit['cntctfrm_attachment_size_error'] = $cntctfrm_option_defaults['cntctfrm_attachment_size_error'];
636
- $cntctfrm_options_submit['cntctfrm_captcha_error'] = $cntctfrm_option_defaults['cntctfrm_captcha_error'];
637
- $cntctfrm_options_submit['cntctfrm_form_error'] = $cntctfrm_option_defaults['cntctfrm_form_error'];
638
- foreach ( $cntctfrm_options_submit['cntctfrm_thank_text'] as $key => $val ) {
639
- $cntctfrm_options_submit['cntctfrm_thank_text'][ $key ] = stripcslashes( htmlspecialchars( $val ) );
640
- }
641
- } else {
642
- $cntctfrm_options_submit['cntctfrm_name_label']['en'] = $cntctfrm_option_defaults['cntctfrm_name_label']['en'];
643
- $cntctfrm_options_submit['cntctfrm_address_label']['en'] = $cntctfrm_option_defaults['cntctfrm_address_label']['en'];
644
- $cntctfrm_options_submit['cntctfrm_email_label']['en'] = $cntctfrm_option_defaults['cntctfrm_email_label']['en'];
645
- $cntctfrm_options_submit['cntctfrm_phone_label']['en'] = $cntctfrm_option_defaults['cntctfrm_phone_label']['en'];
646
- $cntctfrm_options_submit['cntctfrm_subject_label']['en'] = $cntctfrm_option_defaults['cntctfrm_subject_label']['en'];
647
- $cntctfrm_options_submit['cntctfrm_message_label']['en'] = $cntctfrm_option_defaults['cntctfrm_message_label']['en'];
648
- $cntctfrm_options_submit['cntctfrm_attachment_label']['en'] = $cntctfrm_option_defaults['cntctfrm_attachment_label']['en'];
649
- $cntctfrm_options_submit['cntctfrm_attachment_tooltip']['en'] = $cntctfrm_option_defaults['cntctfrm_attachment_tooltip']['en'];
650
- $cntctfrm_options_submit['cntctfrm_send_copy_label']['en'] = $cntctfrm_option_defaults['cntctfrm_send_copy_label']['en'];
651
- $cntctfrm_options_submit['cntctfrm_submit_label']['en'] = $cntctfrm_option_defaults['cntctfrm_submit_label']['en'];
652
- $cntctfrm_options_submit['cntctfrm_name_error']['en'] = $cntctfrm_option_defaults['cntctfrm_name_error']['en'];
653
- $cntctfrm_options_submit['cntctfrm_address_error']['en'] = $cntctfrm_option_defaults['cntctfrm_address_error']['en'];
654
- $cntctfrm_options_submit['cntctfrm_email_error']['en'] = $cntctfrm_option_defaults['cntctfrm_email_error']['en'];
655
- $cntctfrm_options_submit['cntctfrm_phone_error']['en'] = $cntctfrm_option_defaults['cntctfrm_phone_error']['en'];
656
- $cntctfrm_options_submit['cntctfrm_subject_error']['en'] = $cntctfrm_option_defaults['cntctfrm_subject_error']['en'];
657
- $cntctfrm_options_submit['cntctfrm_message_error']['en'] = $cntctfrm_option_defaults['cntctfrm_message_error']['en'];
658
- $cntctfrm_options_submit['cntctfrm_attachment_error']['en'] = $cntctfrm_option_defaults['cntctfrm_attachment_error']['en'];
659
- $cntctfrm_options_submit['cntctfrm_attachment_upload_error']['en'] = $cntctfrm_option_defaults['cntctfrm_attachment_upload_error']['en'];
660
- $cntctfrm_options_submit['cntctfrm_attachment_move_error']['en'] = $cntctfrm_option_defaults['cntctfrm_attachment_move_error']['en'];
661
- $cntctfrm_options_submit['cntctfrm_attachment_size_error']['en'] = $cntctfrm_option_defaults['cntctfrm_attachment_size_error']['en'];
662
- $cntctfrm_options_submit['cntctfrm_captcha_error']['en'] = $cntctfrm_option_defaults['cntctfrm_captcha_error']['en'];
663
- $cntctfrm_options_submit['cntctfrm_form_error']['en'] = $cntctfrm_option_defaults['cntctfrm_form_error']['en'];
664
-
665
- foreach ( $_POST['cntctfrm_thank_text'] as $key => $val ) {
666
- $cntctfrm_options_submit['cntctfrm_thank_text'][ $key ] = stripcslashes( htmlspecialchars( $_POST['cntctfrm_thank_text'][ $key ] ) );
667
- }
668
- }
669
- }
670
- $cntctfrm_options_submit['cntctfrm_action_after_send'] = $_POST['cntctfrm_action_after_send'];
671
- $cntctfrm_options_submit['cntctfrm_redirect_url'] = esc_url( $_POST['cntctfrm_redirect_url'] );
672
  }
 
 
673
  $cntctfrm_options = array_merge( $cntctfrm_options, $cntctfrm_options_submit );
674
 
675
  if ( 0 == $cntctfrm_options_submit['cntctfrm_action_after_send']
@@ -706,7 +603,7 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
706
  }
707
  }
708
 
709
- if ( '' == $error ) {
710
  if ( isset( $contact_form_multi_active ) ) {
711
 
712
  $cntctfrmmlt_options_main = get_option( 'cntctfrmmlt_options_main' );
@@ -746,15 +643,15 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
746
  'sg' => 'Sango', 'sa' => 'Sanskrit', 'sr' => 'Serbian', 'hr' => 'Croatian', 'si' => 'Sinhala; Sinhalese', 'sk' => 'Slovak', 'sl' => 'Slovenian', 'se' => 'Northern Sami', 'sm' => 'Samoan', 'sn' => 'Shona', 'sd' => 'Sindhi', 'so' => 'Somali', 'st' => 'Sotho, Southern', 'es' => 'Spanish; Castilian', 'sc' => 'Sardinian', 'ss' => 'Swati', 'su' => 'Sundanese', 'sw' => 'Swahili',
747
  'sv' => 'Swedish', 'ty' => 'Tahitian', 'ta' => 'Tamil', 'tt' => 'Tatar', 'te' => 'Telugu', 'tg' => 'Tajik', 'tl' => 'Tagalog', 'th' => 'Thai', 'bo' => 'Tibetan', 'ti' => 'Tigrinya', 'to' => 'Tonga (Tonga Islands)', 'tn' => 'Tswana', 'ts' => 'Tsonga', 'tk' => 'Turkmen', 'tr' => 'Turkish', 'tw' => 'Twi', 'ug' => 'Uighur; Uyghur', 'uk' => 'Ukrainian', 'ur' => 'Urdu', 'uz' => 'Uzbek',
748
  've' => 'Venda', 'vi' => 'Vietnamese', 'vo' => 'Volapük', 'cy' => 'Welsh','wa' => 'Walloon','wo' => 'Wolof', 'xh' => 'Xhosa', 'yi' => 'Yiddish', 'yo' => 'Yoruba', 'za' => 'Zhuang; Chuang', 'zu' => 'Zulu' );
749
-
750
  /* GO PRO */
751
  if ( isset( $_GET['action'] ) && 'go_pro' == $_GET['action'] ) {
752
- global $wpmu, $bstwbsftwppdtplgns_options;
753
 
754
  $bws_license_key = ( isset( $_POST['bws_license_key'] ) ) ? trim( esc_html( $_POST['bws_license_key'] ) ) : "";
755
 
756
  if ( isset( $_POST['bws_license_submit'] ) && check_admin_referer( plugin_basename( __FILE__ ), 'bws_license_nonce_name' ) ) {
757
- if ( '' != $bws_license_key ) {
758
  if ( strlen( $bws_license_key ) != 18 ) {
759
  $error = __( "Wrong license key", 'contact_form' );
760
  } else {
@@ -764,9 +661,9 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
764
  } else {
765
  $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] = 1;
766
  $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['time'] = time();
767
- }
768
 
769
- /* download Pro */
770
  if ( ! array_key_exists( $bws_license_plugin, $all_plugins ) ) {
771
  $current = get_site_transient( 'update_plugins' );
772
  if ( is_array( $all_plugins ) && !empty( $all_plugins ) && isset( $current ) && is_array( $current->response ) ) {
@@ -784,18 +681,18 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
784
  $error = __( "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience.", 'contact_form' );
785
  } else {
786
  $response = maybe_unserialize( wp_remote_retrieve_body( $raw_response ) );
787
-
788
  if ( is_array( $response ) && !empty( $response ) ) {
789
  foreach ( $response as $key => $value ) {
790
  if ( "wrong_license_key" == $value->package ) {
791
- $error = __( "Wrong license key", 'contact_form' );
792
  } elseif ( "wrong_domain" == $value->package ) {
793
  $error = __( "This license key is bind to another site", 'contact_form' );
794
  } elseif ( "you_are_banned" == $value->package ) {
795
  $error = __( "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually.", 'contact_form' );
796
  }
797
  }
798
- if ( '' == $error ) {
799
  $bstwbsftwppdtplgns_options[ $bws_license_plugin ] = $bws_license_key;
800
 
801
  $url = 'http://bestwebsoft.com/wp-content/plugins/paid-products/plugins/downloads/?bws_first_download=' . $bws_license_plugin . '&bws_license_key=' . $bws_license_key . '&download_from=5';
@@ -810,39 +707,39 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
810
  $zip->close();
811
  } else {
812
  $error = __( "Failed to open the zip archive. Please, upload the plugin manually", 'contact_form' );
813
- }
814
  } elseif ( class_exists( 'Phar' ) ) {
815
  $phar = new PharData( $uploadDir["path"] . "/" . $zip_name[0] . ".zip" );
816
  $phar->extractTo( WP_PLUGIN_DIR );
817
  } else {
818
  $error = __( "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually", 'contact_form' );
819
  }
820
- @unlink( $uploadDir["path"] . "/" . $zip_name[0] . ".zip" );
821
  } else {
822
  $error = __( "Failed to download the zip archive. Please, upload the plugin manually", 'contact_form' );
823
  }
824
 
825
  /* activate Pro */
826
- if ( file_exists( WP_PLUGIN_DIR . '/' . $zip_name[0] ) ) {
827
  array_push( $active_plugins, $bws_license_plugin );
828
  update_option( 'active_plugins', $active_plugins );
829
  $pro_plugin_is_activated = true;
830
  } elseif ( '' == $error ) {
831
  $error = __( "Failed to download the zip archive. Please, upload the plugin manually", 'contact_form' );
832
- }
833
  }
834
  } else {
835
- $error = __( "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience.", 'contact_form' );
836
  }
837
  }
838
  }
839
  } else {
840
  /* activate Pro */
841
- if ( ! ( in_array( $bws_license_plugin, $active_plugins ) || is_plugin_active_for_network( $bws_license_plugin ) ) ) {
842
  array_push( $active_plugins, $bws_license_plugin );
843
  update_option( 'active_plugins', $active_plugins );
844
  $pro_plugin_is_activated = true;
845
- }
846
  }
847
  update_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options, '', 'yes' );
848
  }
@@ -857,7 +754,7 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
857
  <h2 class="nav-tab-wrapper">
858
  <a class="nav-tab<?php if ( ! isset( $_GET['action'] ) ) echo ' nav-tab-active'; ?>" href="admin.php?page=contact_form.php"><?php _e( 'Settings', 'contact_form' ); ?></a>
859
  <a class="nav-tab<?php if ( isset( $_GET['action'] ) && 'extra' == $_GET['action'] ) echo ' nav-tab-active'; ?>" href="admin.php?page=contact_form.php&amp;action=extra"><?php _e( 'Extra settings', 'contact_form' ); ?></a>
860
- <a class="nav-tab" href="http://bestwebsoft.com/plugin/contact-form/#faq" target="_blank"><?php _e( 'FAQ', 'contact_form' ); ?></a>
861
  <a class="nav-tab bws_go_pro_tab<?php if ( isset( $_GET['action'] ) && 'go_pro' == $_GET['action'] ) echo ' nav-tab-active'; ?>" href="admin.php?page=contact_form.php&amp;action=go_pro"><?php _e( 'Go PRO', 'contact_form' ); ?></a>
862
  </h2>
863
  <div class="updated fade" <?php if ( ! isset( $_POST['cntctfrm_form_submit'] ) || "" != $error ) echo "style=\"display:none\""; ?>><p><strong><?php echo $message; ?></strong></p></div>
@@ -867,19 +764,19 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
867
  if ( ! isset( $contact_form_multi_active ) && ! isset( $contact_form_multi_pro_active ) ) { ?>
868
  <h2 class="nav-tab-wrapper">
869
  <li class="nav-tab nav-tab-active">NEW_FORM</li>
870
- <a class="nav-tab" target="_new" href="http://bestwebsoft.com/plugin/contact-form-multi/" title="<?php _e( "If you want to create multiple contact forms, please install the Contact Form Multi plugin.", 'contact_form' ); ?>">+</a>
871
  </h2>
872
  <?php } ?>
873
  <form id="cntctfrm_settings_form" method="post" action="admin.php?page=contact_form.php">
874
  <span style="margin-bottom:15px;">
875
  <?php if ( ! isset( $contact_form_multi_active ) && ! isset( $contact_form_multi_pro_active ) ) { ?>
876
  <p><?php _e( "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:", 'contact_form' ); ?> [contact_form] <?php _e( "or", 'contact_form' ); ?> [contact_form lang=en]<br />
877
- <?php _e( "If have any problems with the standard shortcode [contact_form], you should use the shortcode", 'contact_form' ); ?> [bws_contact_form] (<?php _e( "or", 'contact_form' ); ?> [bws_contact_form lang=en]) <?php _e( "or", 'contact_form' ); ?> [bestwebsoft_contact_form] (<?php _e( "or", 'contact_form' ); ?>
878
  [bestwebsoft_contact_form lang=en]). <?php _e( "They work the same way.", 'contact_form' ); ?></p>
879
  <?php _e( "If you leave the fields empty, the messages will be sent to the email address specified during registration.", 'contact_form' );
880
  } else { ?>
881
  <p><?php _e( "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:", 'contact_form' ); ?> [contact_form id=<?php echo $_SESSION['cntctfrmmlt_id_form']; ?>] <?php _e( "or", 'contact_form' ); ?> [contact_form lang=en id=<?php echo $_SESSION['cntctfrmmlt_id_form']; ?>]<br />
882
- <?php _e( "If have any problems with the standard shortcode [contact_form], you should use the shortcode", 'contact_form' ); ?> [bws_contact_form id=<?php echo $_SESSION['cntctfrmmlt_id_form']; ?>] (<?php _e( "or", 'contact_form' ); ?> [bws_contact_form lang=en id=<?php echo $_SESSION['cntctfrmmlt_id_form']; ?>]) <?php _e( "or", 'contact_form' ); ?> [bestwebsoft_contact_form id=<?php echo $_SESSION['cntctfrmmlt_id_form']; ?>] (<?php _e( "or", 'contact_form' ); ?>
883
  [bestwebsoft_contact_form lang=en id=<?php echo $_SESSION['cntctfrmmlt_id_form']; ?>]). <?php _e( "They work the same way.", 'contact_form' ); ?></p>
884
  <?php _e( "If you leave the fields empty, the messages will be sent to the email address specified during registration.", 'contact_form' );
885
  } ?>
@@ -909,13 +806,13 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
909
  </tr>
910
  </table>
911
  <div class="bws_pro_version_bloc">
912
- <div class="bws_pro_version_table_bloc">
913
- <div class="bws_table_bg"></div>
914
  <table class="form-table bws_pro_version">
915
  <tr valign="top">
916
  <th scope="row"><?php _e( "Add department selectbox to the contact form:", 'contact_form' ); ?></th>
917
  <td colspan="2">
918
- <input type="radio" id="cntctfrmpr_select_email_department" name="cntctfrmpr_select_email" value="departments" disabled="disabled" />
919
  <div class="cntctfrmpr_department_table"><img src="<?php echo plugins_url( 'images/pro_screen_1.png', __FILE__ ); ?>" alt="" /></div>
920
  </td>
921
  </tr>
@@ -923,18 +820,18 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
923
  <th scope="row" colspan="2">
924
  * <?php _e( 'If you upgrade to Pro version all your settings will be saved.', 'contact_form' ); ?>
925
  </th>
926
- </tr>
927
- </table>
928
  </div>
929
  <div class="bws_pro_version_tooltip">
930
  <div class="bws_info">
931
- <?php _e( 'Unlock premium options by upgrading to a PRO version.', 'contact_form' ); ?>
932
- <a href="http://bestwebsoft.com/plugin/contact-form-pro/?k=697c5e74f39779ce77850e11dbe21962&pn=77&v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>" target="_blank" title="Contact Form Pro"><?php _e( 'Learn More', 'contact_form' ); ?></a>
933
  </div>
934
- <a class="bws_button" href="http://bestwebsoft.com/plugin/contact-form-pro/?k=697c5e74f39779ce77850e11dbe21962&pn=77&v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>#purchase" target="_blank" title="Contact Form Pro">
935
  <?php _e( 'Go', 'contact_form' ); ?> <strong>PRO</strong>
936
- </a>
937
- <div class="clear"></div>
938
  </div>
939
  </div>
940
  <table class="form-table" style="width:auto;">
@@ -945,25 +842,25 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
945
  if ( 0 < count( preg_grep( '/contact-form-to-db\/contact_form_to_db.php/', $active_plugins ) ) || 0 < count( preg_grep( '/contact-form-to-db-pro\/contact_form_to_db_pro.php/', $active_plugins ) ) ||
946
  is_plugin_active_for_network( 'contact-form-to-db/contact_form_to_db.php' ) || is_plugin_active_for_network( 'contact-form-to-db-pro/contact_form_to_db_pro.php' ) ) { ?>
947
  <input type="checkbox" name="cntctfrm_save_email_to_db" value="1" <?php if ( ( isset( $cntctfrmtdb_options ) && 1 == $cntctfrmtdb_options["cntctfrmtdb_save_messages_to_db"] ) || ( isset( $cntctfrmtdbpr_options ) && 1 == $cntctfrmtdbpr_options["save_messages_to_db"] ) ) echo "checked=\"checked\""; ?> />
948
- <span style="color: #888888;font-size: 10px;"> (<?php _e( 'Using', 'contact_form' ); ?> <a href="admin.php?page=cntctfrmtdb_manager">Contact Form to DB</a> <?php _e( 'powered by', 'contact_form' ); ?> <a href="http://bestwebsoft.com/plugin/">bestwebsoft.com</a>)</span>
949
  <?php } else { ?>
950
- <input disabled="disabled" type="checkbox" name="cntctfrm_save_email_to_db" value="1" <?php if ( ( isset( $cntctfrmtdb_options ) && 1 == $cntctfrmtdb_options["cntctfrmtdb_save_messages_to_db"] ) || ( isset( $cntctfrmtdbpr_options ) && 1 == $cntctfrmtdbpr_options["save_messages_to_db"] ) ) echo "checked=\"checked\""; ?> />
951
- <span style="color: #888888;font-size: 10px;">(<?php _e( 'Using Contact Form to DB powered by', 'contact_form' ); ?> <a href="http://bestwebsoft.com/plugin/">bestwebsoft.com</a>) <a href="<?php echo bloginfo("url"); ?>/wp-admin/plugins.php"><?php _e( 'Activate Contact Form to DB', 'contact_form' ); ?></a></span>
952
  <?php }
953
  } else { ?>
954
- <input disabled="disabled" type="checkbox" name="cntctfrm_save_email_to_db" value="1" />
955
- <span style="color: #888888;font-size: 10px;">(<?php _e( 'Using Contact Form to DB powered by', 'contact_form' ); ?> <a href="http://bestwebsoft.com/plugin/">bestwebsoft.com</a>) <a href="http://bestwebsoft.com/plugin/contact-form-to-db-pro/?k=19d806f45d866e70545de83169b274f2&pn=77&v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>"><?php _e( 'Download Contact Form to DB', 'contact_form' ); ?></a></span>
956
  <?php } ?>
957
  </td>
958
- </tr>
959
  <tr valign="top">
960
- <th scope="row"><label><input type="checkbox" id="cntctfrm_additions_options" name="cntctfrm_additions_options" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_additions_options'] ) echo "checked=\"checked\" "; ?> /> <?php _e( "Additional options", 'contact_form' ); ?></label></th>
961
  <td colspan="2">
962
  <input id="cntctfrm_show_additional_settings" type="button" class="button-small button" value="<?php _e( "Show", 'contact_form' ); ?>" style="display: none;">
963
  <input id="cntctfrm_hide_additional_settings" type="button" class="button-small button" value="<?php _e( "Hide", 'contact_form' ); ?>" style="display: none;">
964
  </td>
965
  </tr>
966
- <tr class="cntctfrm_additions_block <?php if ( '0' == $cntctfrm_options['cntctfrm_additions_options'] ) echo "cntctfrm_hidden"; ?>">
967
  <th scope="row"><?php _e( 'What to use?', 'contact_form' ); ?></th>
968
  <td colspan="2">
969
  <label><input type='radio' name='cntctfrm_mail_method' value='wp-mail' <?php if ( 'wp-mail' == $cntctfrm_options['cntctfrm_mail_method'] ) echo "checked=\"checked\" "; ?>/>
@@ -972,27 +869,27 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
972
  <?php _e( 'Mail', 'contact_form' ); ?> </label> <span class="cntctfrm_info">(<?php _e( 'To send mail you can use the php mail function', 'contact_form' ); ?>)</span><br />
973
  </td>
974
  </tr>
975
- <tr valign="top" class="cntctfrm_additions_block <?php if ( '0' == $cntctfrm_options['cntctfrm_additions_options'] ) echo "cntctfrm_hidden"; ?>">
976
  <th scope="row"><?php _e( "The text in the 'From' field", 'contact_form' ); ?></th>
977
  <td colspan="2">
978
- <label><input type="radio" id="cntctfrm_select_from_field" name="cntctfrm_select_from_field" value="user_name" <?php if ( 'user_name' == $cntctfrm_options['cntctfrm_select_from_field'] ) echo "checked=\"checked\" "; ?>/> <?php _e( "User name", 'contact_form' ); ?></label>
979
  <span class="cntctfrm_info">(<?php _e( "The name of the user who fills the form will be used in the field 'From'.", 'contact_form' ); ?>)</span><br/>
980
- <input type="radio" id="cntctfrm_select_from_custom_field" name="cntctfrm_select_from_field" value="custom" <?php if ( 'custom' == $cntctfrm_options['cntctfrm_select_from_field'] ) echo "checked=\"checked\" "; ?>/>
981
  <input type="text" style="width:200px;" name="cntctfrm_from_field" value="<?php echo stripslashes( $cntctfrm_options['cntctfrm_from_field'] ); ?>" onfocus="document.getElementById('cntctfrm_select_from_custom_field').checked = true;" />
982
  <span class="cntctfrm_info">(<?php _e( "This text will be used in the 'FROM' field", 'contact_form' ); ?>)</span>
983
  </td>
984
  </tr>
985
- <tr valign="top" class="cntctfrm_additions_block <?php if ( '0' == $cntctfrm_options['cntctfrm_additions_options'] ) echo "cntctfrm_hidden"; ?>">
986
  <th scope="row"><?php _e( "The email address in the 'From' field", 'contact_form' ); ?></th>
987
  <td colspan="2">
988
  <label><input type="radio" id="cntctfrm_from_email" name="cntctfrm_from_email" value="user" <?php if ( 'user' == $cntctfrm_options['cntctfrm_from_email'] ) echo "checked=\"checked\" "; ?>/> <?php _e( "User email", 'contact_form' ); ?> </label>
989
  <span class="cntctfrm_info">(<?php _e( "The email address of the user who fills the form will be used in the field 'From'.", 'contact_form' ); ?>)</span><br />
990
- <input type="radio" id="cntctfrm_from_custom_email" name="cntctfrm_from_email" value="custom" <?php if ( 'custom' == $cntctfrm_options['cntctfrm_from_email'] ) echo "checked=\"checked\" "; ?>/>
991
  <input type="text" name="cntctfrm_custom_from_email" value="<?php echo $cntctfrm_options['cntctfrm_custom_from_email']; ?>" onfocus="document.getElementById('cntctfrm_from_custom_email').checked = true;" />
992
  <span class="cntctfrm_info">(<?php _e( "This email address will be used in the 'From' field.", 'contact_form' ); ?>)</span>
993
  </td>
994
  </tr>
995
- <tr valign="top" class="cntctfrm_additions_block <?php if ( '0' == $cntctfrm_options['cntctfrm_additions_options'] ) echo "cntctfrm_hidden"; ?>">
996
  <th scope="row"><?php _e( "Required symbol", 'contact_form' ); ?></th>
997
  <td colspan="2">
998
  <input type="text" id="cntctfrm_required_symbol" name="cntctfrm_required_symbol" value="<?php echo $cntctfrm_options['cntctfrm_required_symbol']; ?>"/>
@@ -1000,7 +897,7 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
1000
  </tr>
1001
  </table>
1002
  <br />
1003
- <table class="cntctfrm_settings_table cntctfrm_additions_block<?php if ( '0' == $cntctfrm_options['cntctfrm_additions_options'] ) echo " cntctfrm_hidden"; ?>" style="width:auto;">
1004
  <thead>
1005
  <tr valign="top">
1006
  <th scope="row" style="width: 210px;"><?php _e( "Fields", 'contact_form' ); ?></th>
@@ -1023,7 +920,7 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
1023
  <tr valign="top">
1024
  <td><?php _e( "Location selectbox", 'contact_form' ); ?></td>
1025
  <td class="bws_pro_version"><input disabled="disabled" type="checkbox" name="cntctfrmpr_display_selectbox" value="1" /></td>
1026
- <td class="bws_pro_version"><input disabled="disabled" type="checkbox" name="cntctfrmpr_required_selectbox" value="1" /></td>
1027
  <td class="bws_pro_version"></td>
1028
  <td class="bws_pro_version"></td>
1029
  <td class="bws_pro_version"><input disabled="disabled" type="file" name="cntctfrmpr_default_location"></td>
@@ -1057,35 +954,35 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
1057
  <td></td>
1058
  <td><input type="checkbox" id="cntctfrm_required_subject_field" name="cntctfrm_required_subject_field" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_required_subject_field'] ) echo "checked=\"checked\" "; ?>/></td>
1059
  <td class="bws_pro_version"><input class="subject" disabled="disabled" type="checkbox" name="cntctfrmpr_visible_subject" value="1" /></td>
1060
- <td class="bws_pro_version"><input class="subject" disabled="disabled" type="checkbox" name="cntctfrmpr_disabled_subject" value="1" /></td>
1061
  <td class="bws_pro_version"><input class="subject" disabled="disabled" type="text" name="cntctfrmpr_default_subject" value="" /></td>
1062
  </tr>
1063
  <tr valign="top">
1064
  <td><?php _e( "Message", 'contact_form' ); ?></td>
1065
  <td></td>
1066
- <td><input type="checkbox" id="cntctfrm_required_message_field" name="cntctfrm_required_message_field" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_required_message_field'] ) echo "checked=\"checked\" "; ?>/></td>
1067
  <td class="bws_pro_version"><input class="message" disabled="disabled" type="checkbox" name="cntctfrmpr_visible_message" value="1" /></td>
1068
- <td class="bws_pro_version"><input class="message" disabled="disabled" disabled="disabled" type="checkbox" name="cntctfrmpr_disabled_message" value="1" /></td>
1069
  <td class="bws_pro_version"><input class="message" disabled="disabled" type="text" name="cntctfrmpr_default_message" value="" /></td>
1070
  </tr>
1071
  <tr valign="top">
1072
  <td></td>
1073
  <td></td>
1074
  <td></td>
1075
- <td colspan="3" class="bws_pro_version_tooltip">
1076
  <div class="bws_info">
1077
- <?php _e( 'Unlock premium options by upgrading to a PRO version.', 'contact_form' ); ?>
1078
- <a href="http://bestwebsoft.com/plugin/contact-form-pro/?k=697c5e74f39779ce77850e11dbe21962&pn=77&v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>" target="_blank" title="Contact Form Pro"><?php _e( 'Learn More', 'contact_form' ); ?></a>
1079
  </div>
1080
- <a class="bws_button" href="http://bestwebsoft.com/plugin/contact-form-pro/?k=697c5e74f39779ce77850e11dbe21962&pn=77&v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>#purchase" target="_blank" title="Contact Form Pro">
1081
  <?php _e( 'Go', 'contact_form' ); ?> <strong>PRO</strong>
1082
- </a>
1083
  <div class="clear"></div>
1084
  </td>
1085
  </tr>
1086
  <tr valign="top">
1087
  <td>
1088
- <?php _e( "Attachment block", 'contact_form' ); ?>
1089
  <div class="cntctfrm_help_box" style="margin: -3px 0 0; float:right;">
1090
  <div class="cntctfrm_hidden_help_text" style="display: none;"><?php echo __( "Users can attach the following file formats", 'contact_form' ) . ": html, txt, css, gif, png, jpeg, jpg, tiff, bmp, ai, eps, ps, rtf, pdf, doc, docx, xls, zip, rar, wav, mp3, ppt, aar, sce"; ?></div>
1091
  </div>
@@ -1099,21 +996,21 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
1099
  </tbody>
1100
  </table>
1101
  <table class="form-table" style="width:auto;">
1102
- <tr valign="top" class="cntctfrm_additions_block <?php if ( '0' == $cntctfrm_options['cntctfrm_additions_options'] ) echo "cntctfrm_hidden"; ?>">
1103
  <th scope="row"><?php _e( "Add to the form", 'contact_form' ); ?></th>
1104
  <td style="width:750px;" colspan="3">
1105
  <div style="clear: both;">
1106
  <label style="float: left">
1107
- <input type="checkbox" id="cntctfrm_attachment_explanations" name="cntctfrm_attachment_explanations" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_attachment_explanations'] && '1' == $cntctfrm_options['cntctfrm_attachment'] ) echo "checked=\"checked\" "; ?>/>
1108
  <?php _e( "Tips below the Attachment", 'contact_form' ); ?>
1109
- </label>
1110
  <div class="cntctfrm_help_box" style="margin: -3px 0 0 10px;">
1111
  <div class="cntctfrm_hidden_help_text" style="display: none;width: auto;"><img title="" src="<?php echo plugins_url( 'images/tooltip_attachment_tips.png', __FILE__ ); ?>" alt=""/></div>
1112
  </div>
1113
  </div>
1114
  <div style="clear: both;">
1115
  <label style="float: left">
1116
- <input type="checkbox" id="cntctfrm_send_copy" name="cntctfrm_send_copy" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_send_copy'] ) echo "checked=\"checked\" "; ?>/>
1117
  <?php _e( "'Send me a copy' block", 'contact_form' ); ?>
1118
  </label>
1119
  <div class="cntctfrm_help_box" style="margin: -3px 0 0 10px;">
@@ -1125,49 +1022,49 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
1125
  if ( 0 < count( preg_grep( '/captcha\/captcha.php/', $active_plugins ) ) || 0 < count( preg_grep( '/captcha-pro\/captcha_pro.php/', $active_plugins ) ) ||
1126
  is_plugin_active_for_network( 'captcha/captcha.php' ) || is_plugin_active_for_network( 'captcha-pro/captcha_pro.php' ) ) { ?>
1127
  <label><input type="checkbox" name="cntctfrm_display_captcha" value="1" <?php if ( ( isset( $cptch_options ) && 1 == $cptch_options["cptch_contact_form"] ) || ( isset( $cptchpr_options ) && 1 == $cptchpr_options["cptchpr_contact_form"] ) ) echo "checked=\"checked\""; ?> />
1128
- <?php _e( "Captcha", 'contact_form' ); ?></label> <span style="color: #888888;font-size: 10px;">(<?php _e( 'powered by', 'contact_form' ); ?> <a href="http://bestwebsoft.com/plugin/">bestwebsoft.com</a>)</span>
1129
  <?php } else { ?>
1130
- <label><input disabled="disabled" type="checkbox" name="cntctfrm_display_captcha" value="1" <?php if ( ( isset( $cptch_options ) && 1 == $cptch_options["cptch_contact_form"] ) || ( isset( $cptchpr_options ) && 1 == $cptchpr_options["cptchpr_contact_form"] ) ) echo "checked=\"checked\""; ?> />
1131
- <?php _e( 'Captcha', 'contact_form' ); ?></label> <span style="color: #888888;font-size: 10px;">(<?php _e( 'powered by', 'contact_form' ); ?> <a href="http://bestwebsoft.com/plugin/">bestwebsoft.com</a>) <a href="<?php echo bloginfo("url"); ?>/wp-admin/plugins.php"><?php _e( 'Activate captcha', 'contact_form' ); ?></a></span>
1132
  <?php }
1133
  } else { ?>
1134
- <label><input disabled="disabled" type="checkbox" name="cntctfrm_display_captcha" value="1" />
1135
- <?php _e( 'Captcha', 'contact_form' ); ?></label> <span style="color: #888888;font-size: 10px;">(<?php _e( 'powered by', 'contact_form' ); ?> <a href="http://bestwebsoft.com/plugin/">bestwebsoft.com</a>) <a href="http://bestwebsoft.com/plugin/captcha-pro/?k=19ac1e9b23bea947cfc4a9b8e3326c03&pn=77&v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>"><?php _e( 'Download captcha', 'contact_form' ); ?></a></span>
1136
  <?php } ?>
1137
- </div>
1138
  </td>
1139
  </tr>
1140
- <tr valign="top" class="cntctfrm_additions_block <?php if ( '0' == $cntctfrm_options['cntctfrm_additions_options'] ) echo "cntctfrm_hidden"; ?>">
1141
  <th scope="row"></th>
1142
  <td colspan="3" class="bws_pro_version">
1143
  <label><input disabled="disabled" type="checkbox" value="1" name="cntctfrmpr_display_privacy_check"> <?php _e( 'Agreement checkbox', 'contact_form' ); ?></label> <span style="color: #888888;font-size: 10px;">(<?php _e( 'Required checkbox for submitting the form', 'contact_form' ); ?>)</span><br />
1144
  <label><input disabled="disabled" type="checkbox" value="1" name="cntctfrmpr_display_optional_check"> <?php _e( 'Optional checkbox', 'contact_form' ); ?></label> <span style="color: #888888;font-size: 10px;">(<?php _e( 'Optional checkbox, the results of which will be displayed in email', 'contact_form' ); ?>)</span><br />
1145
- </td>
1146
  </tr>
1147
- <tr valign="top" class="cntctfrm_additions_block <?php if ( '0' == $cntctfrm_options['cntctfrm_additions_options'] ) echo "cntctfrm_hidden"; ?>">
1148
  <th></th>
1149
- <td colspan="3" class="bws_pro_version_tooltip">
1150
  <div class="bws_info">
1151
- <?php _e( 'Unlock premium options by upgrading to a PRO version.', 'contact_form' ); ?>
1152
- <a href="http://bestwebsoft.com/plugin/contact-form-pro/?k=697c5e74f39779ce77850e11dbe21962&pn=77&v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>" target="_blank" title="Contact Form Pro"><?php _e( 'Learn More', 'contact_form' ); ?></a>
1153
  </div>
1154
- <a class="bws_button" href="http://bestwebsoft.com/plugin/contact-form-pro/?k=697c5e74f39779ce77850e11dbe21962&pn=77&v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>#purchase" target="_blank" title="Contact Form Pro">
1155
  <?php _e( 'Go', 'contact_form' ); ?> <strong>PRO</strong>
1156
- </a>
1157
  <div class="clear"></div>
1158
  </td>
1159
  </tr>
1160
- <tr valign="top" class="cntctfrm_additions_block <?php if ( '0' == $cntctfrm_options['cntctfrm_additions_options'] ) echo "cntctfrm_hidden"; ?>">
1161
  <th scope="row"><?php _e( "Delete an attachment file from the server after the email is sent", 'contact_form' ); ?> </th>
1162
  <td colspan="3">
1163
  <input type="checkbox" id="cntctfrm_delete_attached_file" name="cntctfrm_delete_attached_file" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_delete_attached_file'] ) echo "checked=\"checked\" "; ?>/>
1164
  </td>
1165
  </tr>
1166
- <tr valign="top" class="cntctfrm_additions_block <?php if ( '0' == $cntctfrm_options['cntctfrm_additions_options'] ) echo "cntctfrm_hidden"; ?>">
1167
  <th scope="row"><?php _e( "Email in HTML format sending", 'contact_form' ); ?></th>
1168
  <td colspan="2"><input type="checkbox" name="cntctfrm_html_email" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_html_email'] ) echo "checked=\"checked\" "; ?>/></td>
1169
  </tr>
1170
- <tr valign="top" class="cntctfrm_additions_block <?php if ( $cntctfrm_options['cntctfrm_additions_options'] == '0' ) echo "cntctfrm_hidden"; ?>">
1171
  <th scope="row"><?php _e( "Display additional info in the email", 'contact_form' ); ?></th>
1172
  <td style="width:15px;">
1173
  <input type="checkbox" id="cntctfrm_display_add_info" name="cntctfrm_display_add_info" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_display_add_info'] ) echo "checked=\"checked\" "; ?>/>
@@ -1179,7 +1076,7 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
1179
  <label><input type="checkbox" id="cntctfrm_display_user_agent" name="cntctfrm_display_user_agent" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_display_user_agent'] ) echo "checked=\"checked\" "; ?>/> <?php _e( "Using (user agent)", 'contact_form' ); ?></label> <span style="color: #888888;font-size: 10px;"><?php _e( "Example: Using (user agent): Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36", 'contact_form' ); ?></span><br />
1180
  </td>
1181
  </tr>
1182
- <tr valign="top" class="cntctfrm_additions_block <?php if ( '0' == $cntctfrm_options['cntctfrm_additions_options'] ) echo "cntctfrm_hidden"; ?>">
1183
  <th scope="row"><?php _e( "Language settings for the field names in the form", 'contact_form' ); ?></th>
1184
  <td colspan="2">
1185
  <select name="cntctfrm_languages" id="cntctfrm_languages" style="width:300px;">
@@ -1192,38 +1089,38 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
1192
  <input type="button" class="button-primary" id="cntctfrm_add_language_button" value="<?php _e( 'Add a language', 'contact_form' ); ?>" />
1193
  </td>
1194
  </tr>
1195
- <tr valign="top" class="cntctfrm_additions_block <?php if ( '0' == $cntctfrm_options['cntctfrm_additions_options'] ) echo "cntctfrm_hidden"; ?>">
1196
  <th scope="row"><?php _e( "Change the names of the contact form fields and error messages", 'contact_form' ); ?></th>
1197
  <td style="width:15px;">
1198
  <input type="checkbox" id="cntctfrm_change_label" name="cntctfrm_change_label" value="1" <?php if ( $cntctfrm_options['cntctfrm_change_label'] == '1' ) echo "checked=\"checked\" "; ?>/>
1199
  </td>
1200
  <td class="cntctfrm_change_label_block <?php if ( '0' == $cntctfrm_options['cntctfrm_change_label'] ) echo "cntctfrm_hidden"; ?>">
1201
  <div class="cntctfrm_label_language_tab cntctfrm_active" id="cntctfrm_label_en"><?php _e( 'English', 'contact_form' ); ?></div>
1202
- <?php if ( ! empty( $cntctfrm_options['cntctfrm_language'] ) ) {
1203
  foreach ( $cntctfrm_options['cntctfrm_language'] as $val ) {
1204
  echo '<div class="cntctfrm_label_language_tab" id="cntctfrm_label_' . $val . '">' . $lang_codes[ $val ] . ' <span class="cntctfrm_delete" rel="' . $val . '">X</span></div>';
1205
- }
1206
  } ?>
1207
  <div class="clear"></div>
1208
  <div class="cntctfrm_language_tab cntctfrm_tab_en">
1209
  <div class="cntctfrm_language_tab_block_mini" style="display:none;"><?php _e( "click to expand/hide the list", 'contact_form' ); ?></div>
1210
  <div class="cntctfrm_language_tab_block">
1211
  <input type="text" name="cntctfrm_name_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_name_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Name:", 'contact_form' ); ?></span><br />
1212
- <input type="text" name="cntctfrm_address_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_address_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Address:", 'contact_form' ); ?></span><br />
1213
  <input type="text" name="cntctfrm_email_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_email_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Email Address:", 'contact_form' ); ?></span><br />
1214
  <input type="text" name="cntctfrm_phone_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_phone_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Phone number:", 'contact_form' ); ?></span><br />
1215
  <input type="text" name="cntctfrm_subject_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_subject_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Subject:", 'contact_form' ); ?></span><br />
1216
  <input type="text" name="cntctfrm_message_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_message_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Message:", 'contact_form' ); ?></span><br />
1217
  <input type="text" name="cntctfrm_attachment_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_attachment_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Attachment:", 'contact_form' ); ?></span><br />
1218
  <input type="text" name="cntctfrm_attachment_tooltip[en]" value="<?php echo $cntctfrm_options['cntctfrm_attachment_tooltip']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Tips below the Attachment block", 'contact_form' ); ?></span><br />
1219
- <input type="text" name="cntctfrm_send_copy_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_send_copy_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Send me a copy", 'contact_form' ); ?></span><br />
1220
  <input type="text" name="cntctfrm_submit_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_submit_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Submit", 'contact_form' ); ?></span><br />
1221
  <input type="text" name="cntctfrm_name_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_name_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Name field", 'contact_form' ); ?></span><br />
1222
- <input type="text" name="cntctfrm_address_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_address_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Address field", 'contact_form' ); ?></span><br />
1223
  <input type="text" name="cntctfrm_email_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_email_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Email field", 'contact_form' ); ?></span><br />
1224
  <input type="text" name="cntctfrm_phone_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_phone_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Phone field", 'contact_form' ); ?></span><br />
1225
  <input type="text" name="cntctfrm_subject_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_subject_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Subject field", 'contact_form' ); ?></span><br />
1226
- <input type="text" name="cntctfrm_message_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_message_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Message field", 'contact_form' ); ?></span><br />
1227
  <input type="text" name="cntctfrm_attachment_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_attachment_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message about the file type for the Attachment field", 'contact_form' ); ?></span><br />
1228
  <input type="text" name="cntctfrm_attachment_upload_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_attachment_upload_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message while uploading a file for the Attachment field to the server", 'contact_form' ); ?></span><br />
1229
  <input type="text" name="cntctfrm_attachment_move_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_attachment_move_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message while moving the file for the Attachment field", 'contact_form' ); ?></span><br />
@@ -1237,7 +1134,7 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
1237
  <span class="cntctfrm_info" style="margin-left: 5px;"><?php _e( "Use shortcode", 'contact_form' ); echo " [bestwebsoft_contact_form lang=en id=".$_SESSION['cntctfrmmlt_id_form']."] " . __( "or", 'contact_form' ) . " [bestwebsoft_contact_form id=".$_SESSION['cntctfrmmlt_id_form']."] "; _e( "for this language", 'contact_form' ); ?></span>
1238
  <?php } ?>
1239
  </div>
1240
- <?php if ( ! empty( $cntctfrm_options['cntctfrm_language'] ) ) {
1241
  foreach ( $cntctfrm_options['cntctfrm_language'] as $val ) { ?>
1242
  <div class="cntctfrm_language_tab hidden cntctfrm_tab_<?php echo $val; ?>">
1243
  <div class="cntctfrm_language_tab_block_mini" style="display:none;"><?php _e( "click to expand/hide the list", 'contact_form' ); ?></div>
@@ -1250,15 +1147,15 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
1250
  <input type="text" name="cntctfrm_message_label[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_message_label'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_message_label'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Message:", 'contact_form' ); ?></span><br />
1251
  <input type="text" name="cntctfrm_attachment_label[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_attachment_label'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_attachment_label'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Attachment:", 'contact_form' ); ?></span><br />
1252
  <input type="text" name="cntctfrm_attachment_tooltip[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_attachment_tooltip'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_attachment_tooltip'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Tips below the Attachment block", 'contact_form' ); ?></span><br />
1253
- <input type="text" name="cntctfrm_send_copy_label[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_send_copy_label'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_send_copy_label'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Send me a copy", 'contact_form' ); ?></span><br />
1254
  <input type="text" name="cntctfrm_submit_label[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_submit_label'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_submit_label'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Submit", 'contact_form' ); ?></span><br />
1255
  <input type="text" name="cntctfrm_name_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_name_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_name_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Name field", 'contact_form' ); ?></span><br />
1256
  <input type="text" name="cntctfrm_address_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_address_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_address_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Address field", 'contact_form' ); ?></span><br />
1257
  <input type="text" name="cntctfrm_email_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_email_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_email_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Email field", 'contact_form' ); ?></span><br />
1258
  <input type="text" name="cntctfrm_phone_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_phone_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_phone_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Phone field", 'contact_form' ); ?></span><br />
1259
  <input type="text" name="cntctfrm_subject_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_subject_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_subject_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Subject field", 'contact_form' ); ?></span><br />
1260
- <input type="text" name="cntctfrm_message_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_message_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_message_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Message field", 'contact_form' ); ?></span><br />
1261
- <input type="text" name="cntctfrm_attachment_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_attachment_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_attachment_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message about the file type for the Attachment field", 'contact_form' ); ?></span><br />
1262
  <input type="text" name="cntctfrm_attachment_upload_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_attachment_upload_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_attachment_upload_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message while uploading a file for the Attachment field to the server", 'contact_form' ); ?></span><br />
1263
  <input type="text" name="cntctfrm_attachment_move_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_attachment_move_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_attachment_move_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message while moving the file for the Attachment field", 'contact_form' ); ?></span><br />
1264
  <input type="text" name="cntctfrm_attachment_size_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_attachment_size_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_attachment_size_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message when file size limit for the Attachment field is exceeded", 'contact_form' ); ?></span><br />
@@ -1271,25 +1168,25 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
1271
  <span class="cntctfrm_info" style="margin-left: 5px;"><?php _e( "Use shortcode", 'contact_form' ); echo " [bestwebsoft_contact_form lang=" . $val . " id=" . $_SESSION['cntctfrmmlt_id_form'] . "] "; _e( "for this language", 'contact_form' ); ?></span>
1272
  <?php } ?>
1273
  </div>
1274
- <?php }
1275
  } ?>
1276
  </td>
1277
  </tr>
1278
- <tr valign="top" class="cntctfrm_additions_block <?php if ( '0' == $cntctfrm_options['cntctfrm_additions_options'] ) echo "cntctfrm_hidden"; ?>">
1279
  <th scope="row"><?php _e( 'Use the changed names of the contact form fields in the email', 'contact_form' ); ?></th>
1280
  <td colspan="2">
1281
  <input type="checkbox" name="cntctfrm_change_label_in_email" value="1" <?php if ( $cntctfrm_options['cntctfrm_change_label_in_email'] == '1' ) echo "checked=\"checked\" "; ?>/>
1282
  </td>
1283
- </tr>
1284
- <tr valign="top" class="cntctfrm_additions_block <?php if ( '0' == $cntctfrm_options['cntctfrm_additions_options'] ) echo "cntctfrm_hidden"; ?>">
1285
  <th scope="row"><?php _e( "Action after email is sent", 'contact_form' ); ?></th>
1286
  <td colspan="2" class="cntctfrm_action_after_send_block">
1287
  <label><input type="radio" id="cntctfrm_action_after_send" name="cntctfrm_action_after_send" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_action_after_send'] ) echo "checked=\"checked\" "; ?>/> <?php _e( "Display text", 'contact_form' ); ?></label><br />
1288
  <div class="cntctfrm_label_language_tab cntctfrm_active" id="cntctfrm_text_en"><?php _e( 'English', 'contact_form' ); ?></div>
1289
- <?php if ( ! empty( $cntctfrm_options['cntctfrm_language'] ) ) {
1290
  foreach ( $cntctfrm_options['cntctfrm_language'] as $val ) {
1291
  echo '<div class="cntctfrm_label_language_tab" id="cntctfrm_text_' . $val . '">' . $lang_codes[ $val ] . ' <span class="cntctfrm_delete" rel="' . $val . '">X</span></div>';
1292
- }
1293
  } ?>
1294
  <div class="clear"></div>
1295
  <div class="cntctfrm_language_tab cntctfrm_tab_en" style=" padding: 5px 10px 5px 5px;">
@@ -1300,7 +1197,7 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
1300
  <span class="cntctfrm_info"><?php _e( "Use shortcode", 'contact_form' ); echo " [bestwebsoft_contact_form lang=en id=".$_SESSION['cntctfrmmlt_id_form']."] " . __( "or", 'contact_form' ) . " [bestwebsoft_contact_form id=".$_SESSION['cntctfrmmlt_id_form']."] "; _e( "for this language", 'contact_form' ); ?></span>
1301
  <?php } ?>
1302
  </div>
1303
- <?php if ( ! empty( $cntctfrm_options['cntctfrm_language'] ) ) {
1304
  foreach ( $cntctfrm_options['cntctfrm_language'] as $val ) { ?>
1305
  <div class="cntctfrm_language_tab hidden cntctfrm_tab_<?php echo $val; ?>" style=" padding: 5px 10px 5px 5px;">
1306
  <input type="text" name="cntctfrm_thank_text[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_thank_text'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_thank_text'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Text", 'contact_form' ); ?></span><br />
@@ -1310,7 +1207,7 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
1310
  <span class="cntctfrm_info"><?php _e( "Use shortcode", 'contact_form' ); echo " [bestwebsoft_contact_form lang=" . $val . " id=".$_SESSION['cntctfrmmlt_id_form']."] "; _e( "for this language", 'contact_form' ); ?></span>
1311
  <?php } ?>
1312
  </div>
1313
- <?php }
1314
  } ?>
1315
  <div id="cntctfrm_before"></div>
1316
  <br />
@@ -1318,36 +1215,66 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
1318
  <input type="text" name="cntctfrm_redirect_url" value="<?php echo $cntctfrm_options['cntctfrm_redirect_url']; ?>" onfocus="document.getElementById('cntctfrm_action_after_send_url').checked = true;" /> <span class="cntctfrm_info"><?php _e( "Url", 'contact_form' ); ?></span>
1319
  </td>
1320
  </tr>
1321
- <tr valign="top" class="cntctfrm_additions_block <?php if ( '0' == $cntctfrm_options['cntctfrm_additions_options'] ) echo "cntctfrm_hidden"; ?>">
1322
  <th scope="row"><?php _e( 'The $_SERVER variable that is used to build a URL of the form', 'contact_form' ); ?></th>
1323
  <td colspan="2">
1324
- <label><input type="radio" name="cntctfrm_site_name_parameter" value="HTTP_HOST" <?php if ( 'SERVER_NAME' == $cntctfrm_options['cntctfrm_site_name_parameter'] ) echo "checked=\"checked\" "; ?>/> SERVER_NAME</label><br />
1325
  <label><input type="radio" name="cntctfrm_site_name_parameter" value="HTTP_HOST" <?php if ( 'HTTP_HOST' == $cntctfrm_options['cntctfrm_site_name_parameter'] ) echo "checked=\"checked\" "; ?>/> HTTP_HOST</label><br />
1326
  <span class="cntctfrm_info"><?php _e( "If you are not sure whether to change this setting or not, please do not do that.", 'contact_form' ); ?></span>
1327
  </td>
1328
  </tr>
1329
- </table>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1330
  <input type="hidden" name="cntctfrm_form_submit" value="submit" />
1331
  <p class="submit">
1332
- <input type="submit" class="button-primary" value="<?php _e( 'Save Changes' ) ?>" />
1333
  </p>
1334
  <?php wp_nonce_field( plugin_basename(__FILE__), 'cntctfrm_nonce_name' ); ?>
1335
  <div class="bws-plugin-reviews">
1336
  <div class="bws-plugin-reviews-rate">
1337
- <?php _e( 'If you enjoy our plugin, please give it 5 stars on WordPress', 'contact_form' ); ?>:
1338
  <a href="http://wordpress.org/support/view/plugin-reviews/contact-form-plugin" target="_blank" title="Contact Form reviews"><?php _e( 'Rate the plugin', 'contact_form' ); ?></a>
1339
  </div>
1340
  <div class="bws-plugin-reviews-support">
1341
- <?php _e( 'If there is something wrong about it, please contact us', 'contact_form' ); ?>:
1342
  <a href="http://support.bestwebsoft.com">http://support.bestwebsoft.com</a>
1343
  </div>
1344
  </div>
1345
- </form>
1346
  <?php } elseif ( 'extra' == $_GET['action'] ) { ?>
1347
  <div id="cntctfrmpr_left_table">
1348
  <div class="bws_pro_version_bloc">
1349
- <div class="bws_pro_version_table_bloc">
1350
- <div class="bws_table_bg"></div>
1351
  <table class="form-table bws_pro_version">
1352
  <tr valign="top">
1353
  <th scope="row"><?php _e( "Errors output", 'contact_form' ); ?></th>
@@ -1405,13 +1332,13 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
1405
  <div>
1406
  <input disabled='disabled' type="checkbox" name="cntctfrmpr_tooltip_display_captcha" value="1" />
1407
  <label class="cntctfrmpr_tooltip_label" for="cntctfrmpr_tooltip_display_captcha"><?php _e( "Captcha", 'contact_form' ); ?> </label><span style="color: #888888;font-size: 10px;"><?php _e( '(powered by bestwebsoft.com)', 'contact_form' ); ?></span>
1408
- </div>
1409
  </td>
1410
  </tr>
1411
  <tr valign="top">
1412
  <th colspan="3" scope="row"><input disabled='disabled' type="checkbox" id="cntctfrmpr_style_options" name="cntctfrmpr_style_options" value="1" checked="checked" /> <?php _e( "Style options", 'contact_form' ); ?></th>
1413
- </tr>
1414
- <tr valign="top" class="cntctfrmpr_style_block <?php if ( '0' == $cntctfrm_options['style_options'] ) echo "cntctfrmpr_hidden"; ?>">
1415
  <th scope="row"><?php _e( "Text color", 'contact_form' ); ?></th>
1416
  <td colspan="2">
1417
  <div>
@@ -1450,7 +1377,7 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
1450
  <?php _e( "Placeholder color of the input field errors", 'contact_form' ); ?>
1451
  </div>
1452
  </td>
1453
- </tr>
1454
  <tr valign="top" class="cntctfrmpr_style_block">
1455
  <th scope="row"><?php _e( "Input fields", 'contact_form' ); ?></th>
1456
  <td colspan="2">
@@ -1466,7 +1393,7 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
1466
  </div>
1467
  <input disabled='disabled' style="margin-left: 66px;" size="8" type="text" value="" name="cntctfrmpr_border_input_width" /> <?php _e( 'Border width in px, numbers only', 'contact_form' ); ?><br />
1468
  <div>
1469
- <input disabled='disabled' type="button" class="cntctfrmpr_default button-small button" value="<?php _e('Default', 'contact_form'); ?>" />
1470
  <input disabled='disabled' type="text" name="cntctfrmpr_border_input_color" value="" class="cntctfrmpr_colorPicker" />
1471
  <?php _e( 'Border color', 'contact_form' ); ?>
1472
  </div>
@@ -1497,23 +1424,23 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
1497
  <th scope="row" colspan="2">
1498
  * <?php _e( 'If you upgrade to Pro version all your settings will be saved.', 'contact_form' ); ?>
1499
  </th>
1500
- </tr>
1501
- </table>
1502
  </div>
1503
  <div class="bws_pro_version_tooltip">
1504
  <div class="bws_info">
1505
- <?php _e( 'Unlock premium options by upgrading to a PRO version.', 'contact_form' ); ?>
1506
- <a href="http://bestwebsoft.com/plugin/contact-form-pro/?k=697c5e74f39779ce77850e11dbe21962&pn=77&v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>" target="_blank" title="Contact Form Pro"><?php _e( 'Learn More', 'contact_form' ); ?></a>
1507
  </div>
1508
- <a class="bws_button" href="http://bestwebsoft.com/plugin/contact-form-pro/?k=697c5e74f39779ce77850e11dbe21962&pn=77&v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>#purchase" target="_blank" title="Contact Form Pro">
1509
  <?php _e( 'Go', 'contact_form' ); ?> <strong>PRO</strong>
1510
- </a>
1511
- <div class="clear"></div>
1512
  </div>
1513
- </div>
1514
  <input type="hidden" name="cntctfrmpr_form_submit" value="submit" />
1515
  <p class="submit">
1516
- <input disabled='disabled' type="button" class="button-primary" value="<?php _e('Save Changes') ?>" />
1517
  </p>
1518
  </div>
1519
  <div id="cntctfrmpr_right_table">
@@ -1592,7 +1519,7 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
1592
  <?php if ( 1 == $cntctfrm_options['cntctfrm_attachment'] ) { ?>
1593
  <div style="text-align: left;">
1594
  <label for="cntctfrmpr_contact_attachment"><?php echo $cntctfrm_options['cntctfrm_attachment_label']['en']; ?></label>
1595
- </div>
1596
  <div class="cntctfrmpr_error_text hidden" style="text-align: left;"><?php echo $cntctfrm_options['cntctfrm_attachment_error']['en']; ?></div>
1597
  <div style="text-align: left;">
1598
  <input type="file" name="cntctfrmpr_contact_attachment" id="cntctfrmpr_contact_attachment" style="float:left;" />
@@ -1606,42 +1533,42 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
1606
  <input type="checkbox" value="1" name="cntctfrmpr_contact_send_copy" id="cntctfrmpr_contact_send_copy" style="text-align: left; margin: 0;" />
1607
  <label for="cntctfrmpr_contact_send_copy"><?php echo $cntctfrm_options['cntctfrm_send_copy_label']['en']; ?></label>
1608
  </div>
1609
- <?php } ?>
1610
  <div style="text-align: left; padding-top: 8px;">
1611
- <input type="submit" value="<?php echo $cntctfrm_options['cntctfrm_submit_label']['en']; ?>" style="cursor: pointer; margin: 0pt; text-align: center;margin-bottom:10px;" />
1612
- </div>
1613
  </div>
1614
  <div id="cntctfrmpr_shortcode">
1615
  <?php _e( "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:", 'contact_form' ); ?><br/>
1616
  <div>
1617
  <code id="cntctfrmpr_shortcode_code">
1618
  [bestwebsoft_contact_form]
1619
- </code>
1620
  </div>
1621
  </div>
1622
  </div>
1623
- <div class="clear"></div>
1624
  <?php } elseif ( 'go_pro' == $_GET['action'] ) { ?>
1625
  <?php if ( isset( $pro_plugin_is_activated ) && true === $pro_plugin_is_activated ) { ?>
1626
  <script type="text/javascript">
1627
  window.setTimeout( function() {
1628
  window.location.href = 'admin.php?page=contact_form_pro.php';
1629
  }, 5000 );
1630
- </script>
1631
  <p><?php _e( "Congratulations! The PRO version of the plugin is successfully download and activated.", 'contact_form' ); ?></p>
1632
  <p>
1633
- <?php _e( "Please, go to", 'contact_form' ); ?> <a href="admin.php?page=contact_form_pro.php"><?php _e( 'the setting page', 'contact_form' ); ?></a>
1634
  (<?php _e( "You will be redirected automatically in 5 seconds.", 'contact_form' ); ?>)
1635
  </p>
1636
  <?php } else { ?>
1637
  <form method="post" action="admin.php?page=contact_form.php&amp;action=go_pro">
1638
  <p>
1639
- <?php _e( 'You can download and activate', 'contact_form' ); ?>
1640
- <a href="http://bestwebsoft.com/plugin/contact-form-pro/?k=697c5e74f39779ce77850e11dbe21962&pn=77&v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>" target="_blank" title="Contact Form Pro">PRO</a>
1641
  <?php _e( 'version of this plugin by entering Your license key.', 'contact_form' ); ?><br />
1642
  <span style="color: #888888;font-size: 10px;">
1643
- <?php _e( 'You can find your license key on your personal page Client area, by clicking on the link', 'contact_form' ); ?>
1644
- <a href="http://bestwebsoft.com/wp-login.php">http://bestwebsoft.com/wp-login.php</a>
1645
  <?php _e( '(your username is the email you specify when purchasing the product).', 'contact_form' ); ?>
1646
  </span>
1647
  </p>
@@ -1674,12 +1601,12 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
1674
  /* Display contact form in front end - page or post */
1675
  if ( ! function_exists( 'cntctfrm_display_form' ) ) {
1676
  function cntctfrm_display_form( $atts = array( 'lang' => 'en' ) ) {
1677
- global $error_message, $cntctfrm_options, $cntctfrm_result, $cntctfrmmlt_ide, $cntctfrmmlt_active_plugin, $wpmu;
1678
  extract( shortcode_atts( array( 'lang' => 'en' ), $atts ) );
1679
  $content = "";
1680
 
1681
  /* Get options for the form with a definite identifier */
1682
- require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
1683
  if ( is_plugin_active( 'contact-form-multi/contact-form-multi.php' ) || is_plugin_active_for_network( 'contact-form-multi/contact-form-multi.php' ) ||
1684
  is_plugin_active( 'contact-form-multi-pro/contact-form-multi-pro.php' ) || is_plugin_active_for_network( 'contact-form-multi-pro/contact-form-multi-pro.php' ) ) {
1685
 
@@ -1695,7 +1622,7 @@ if ( ! function_exists( 'cntctfrm_display_form' ) ) {
1695
  }
1696
 
1697
  if ( '80' != $_SERVER["SERVER_PORT"] || ( isset( $_SERVER["HTTPS"] ) && '443' != $_SERVER["SERVER_PORT"] && strtolower( $_SERVER["HTTPS"] ) == "on" ) )
1698
- $page_url = $page_url = ( isset( $_SERVER["HTTPS"] ) && strtolower( $_SERVER["HTTPS"] ) == "on" ? "https://" : "http://" ) . $_SERVER[ $cntctfrm_options['cntctfrm_site_name_parameter'] ] . ':' . $_SERVER["SERVER_PORT"] . strip_tags( $_SERVER["REQUEST_URI"] ) . '#cntctfrm_contact_form';
1699
  else
1700
  $page_url = ( isset( $_SERVER["HTTPS"] ) && strtolower( $_SERVER["HTTPS"] ) == "on" ? "https://" : "http://" ) . $_SERVER[ $cntctfrm_options['cntctfrm_site_name_parameter'] ] . strip_tags( $_SERVER["REQUEST_URI"] ) . '#cntctfrm_contact_form';
1701
 
@@ -1709,10 +1636,10 @@ if ( ! function_exists( 'cntctfrm_display_form' ) ) {
1709
 
1710
  $name = strip_tags( preg_replace( '/<[^>]*>/', '', preg_replace( '/<script.*<\/[^>]*>/', '', $name ) ) );
1711
  $address = strip_tags( preg_replace( '/<[^>]*>/', '', preg_replace( '/<script.*<\/[^>]*>/', '', $address ) ) );
1712
- $email = strip_tags( preg_replace( '/<[^>]*>/', '', preg_replace( '/<script.*<\/[^>]*>/', '', $email ) ) );
1713
- $subject = strip_tags( preg_replace( '/<[^>]*>/', '', preg_replace( '/<script.*<\/[^>]*>/', '', $subject ) ) );
1714
- $message = strip_tags( preg_replace( '/<[^>]*>/', '', preg_replace( '/<script.*<\/[^>]*>/', '', $message ) ) );
1715
- $phone = strip_tags( preg_replace( '/<[^>]*>/', '', preg_replace( '/<script.*<\/[^>]*>/', '', $phone ) ) );
1716
 
1717
  $send_copy = isset( $_POST['cntctfrm_contact_send_copy'] ) ? $_POST['cntctfrm_contact_send_copy'] : "";
1718
  /* If it is good */
@@ -1729,32 +1656,32 @@ if ( ! function_exists( 'cntctfrm_display_form' ) ) {
1729
  $error_message['error_form'] = __( "Sorry, email message could not be delivered.", 'contact_form' );
1730
  }
1731
 
1732
- if ( true !== $cntctfrm_result ) {
1733
  $_SESSION['cntctfrm_send_mail'] = false;
1734
  /* Output form */
1735
  $content .= '<form method="post" id="cntctfrm_contact_form" action="' . $page_url . '" enctype="multipart/form-data">';
1736
- if ( isset( $error_message['error_form'] ) ) {
1737
- $content .= '<div style="text-align: left; color: red;">' . $error_message['error_form'].'</div>';
1738
  }
1739
 
1740
- if ( 1 == $cntctfrm_options['cntctfrm_display_name_field'] ) {
1741
  $content .= '<div style="text-align: left; padding-top: 5px;">
1742
  <label for="cntctfrm_contact_name">' . $cntctfrm_options['cntctfrm_name_label'][ $lang ] . ( $cntctfrm_options['cntctfrm_required_name_field'] == 1 ? ' <span class="required">' . $cntctfrm_options['cntctfrm_required_symbol'] . '</span></label>' : '</label>' ) . '
1743
  </div>';
1744
  if ( isset( $error_message['error_name'] ) ) {
1745
- $content .= '<div style="text-align: left; color: red;">' . $error_message['error_name'] . '</div>';
1746
  }
1747
  $content .= '<div style="text-align: left;">
1748
  <input class="text" type="text" size="40" value="' . $name . '" name="cntctfrm_contact_name" id="cntctfrm_contact_name" style="text-align: left; margin: 0;" />
1749
  </div>';
1750
  }
1751
 
1752
- if ( 1 == $cntctfrm_options['cntctfrm_display_address_field'] ) {
1753
  $content .= '<div style="text-align: left;">
1754
  <label for="cntctfrm_contact_address">' . $cntctfrm_options['cntctfrm_address_label'][ $lang ] . ( $cntctfrm_options['cntctfrm_required_address_field'] == 1 ? ' <span class="required">' . $cntctfrm_options['cntctfrm_required_symbol'] . '</span></label>' : '</label>' ) . '
1755
  </div>';
1756
  if ( isset( $error_message['error_address'] ) ) {
1757
- $content .= '<div style="text-align: left; color: red;">' . $error_message['error_address'] . '</div>';
1758
  }
1759
  $content .= '<div style="text-align: left;">
1760
  <input class="text" type="text" size="40" value="' . $address . '" name="cntctfrm_contact_address" id="cntctfrm_contact_address" style="text-align: left; margin: 0;" />
@@ -1766,19 +1693,19 @@ if ( ! function_exists( 'cntctfrm_display_form' ) ) {
1766
  <label for="cntctfrm_contact_email">' . $cntctfrm_options['cntctfrm_email_label'][ $lang ] . ( $cntctfrm_options['cntctfrm_required_email_field'] == 1 ? ' <span class="required">' . $cntctfrm_options['cntctfrm_required_symbol'] . '</span></label>' : '</label>' ) . '
1767
  </div>';
1768
  if ( isset( $error_message['error_email'] ) ) {
1769
- $content .= '<div style="text-align: left; color: red;">' . $error_message['error_email'] . '</div>';
1770
  }
1771
  $content .= '<div style="text-align: left;">
1772
  <input class="text" type="text" size="40" value="' . $email . '" name="cntctfrm_contact_email" id="cntctfrm_contact_email" style="text-align: left; margin: 0;" />
1773
  </div>
1774
  ';
1775
 
1776
- if ( 1 == $cntctfrm_options['cntctfrm_display_phone_field'] ) {
1777
  $content .= '<div style="text-align: left;">
1778
  <label for="cntctfrm_contact_phone">' . $cntctfrm_options['cntctfrm_phone_label'][ $lang ] . ( $cntctfrm_options['cntctfrm_required_phone_field'] == 1 ? ' <span class="required">' . $cntctfrm_options['cntctfrm_required_symbol'] . '</span></label>' : '</label>' ) . '
1779
  </div>';
1780
  if ( isset( $error_message['error_phone'] ) ) {
1781
- $content .= '<div style="text-align: left; color: red;">' . $error_message['error_phone'] . '</div>';
1782
  }
1783
  $content .= '<div style="text-align: left;">
1784
  <input class="text" type="text" size="40" value="' . $phone . '" name="cntctfrm_contact_phone" id="cntctfrm_contact_phone" style="text-align: left; margin: 0;" />
@@ -1789,7 +1716,7 @@ if ( ! function_exists( 'cntctfrm_display_form' ) ) {
1789
  <label for="cntctfrm_contact_subject">' . $cntctfrm_options['cntctfrm_subject_label'][ $lang ] . ( $cntctfrm_options['cntctfrm_required_subject_field'] == 1 ? ' <span class="required">' . $cntctfrm_options['cntctfrm_required_symbol'] . '</span></label>' : '</label>' ) . '
1790
  </div>';
1791
  if ( isset( $error_message['error_subject'] ) ) {
1792
- $content .= '<div style="text-align: left; color: red;">' . $error_message['error_subject'] . '</div>';
1793
  }
1794
  $content .= '<div style="text-align: left;">
1795
  <input class="text" type="text" size="40" value="' . $subject . '" name="cntctfrm_contact_subject" id="cntctfrm_contact_subject" style="text-align: left; margin: 0;" />
@@ -1799,7 +1726,7 @@ if ( ! function_exists( 'cntctfrm_display_form' ) ) {
1799
  <label for="cntctfrm_contact_message">' . $cntctfrm_options['cntctfrm_message_label'][ $lang ] . ( $cntctfrm_options['cntctfrm_required_message_field'] == 1 ? ' <span class="required">' . $cntctfrm_options['cntctfrm_required_symbol'] . '</span></label>' : '</label>' ) . '
1800
  </div>';
1801
  if ( isset( $error_message['error_message'] ) ) {
1802
- $content .= '<div style="text-align: left; color: red;">' . $error_message['error_message'] . '</div>';
1803
  }
1804
  $content .= '<div style="text-align: left;">
1805
  <textarea rows="5" cols="30" name="cntctfrm_contact_message" id="cntctfrm_contact_message">' . $message . '</textarea>
@@ -1809,7 +1736,7 @@ if ( ! function_exists( 'cntctfrm_display_form' ) ) {
1809
  <label for="cntctfrm_contact_attachment">' . $cntctfrm_options['cntctfrm_attachment_label'][ $lang ] . '</label>
1810
  </div>';
1811
  if ( isset( $error_message['error_attachment'] ) ) {
1812
- $content .= '<div style="text-align: left; color: red;">' . $error_message['error_attachment'] . '</div>';
1813
  }
1814
  $content .= '<div style="text-align: left;">
1815
  <input type="file" name="cntctfrm_contact_attachment" id="cntctfrm_contact_attachment"' . ( isset( $error_message['error_attachment'] ) ? "class='error'": "" ) . ' />';
@@ -1829,13 +1756,13 @@ if ( ! function_exists( 'cntctfrm_display_form' ) ) {
1829
  if ( has_filter( 'cntctfrm_display_captcha' ) ) {
1830
  $content .= apply_filters( 'cntctfrm_display_captcha' , $error_message );
1831
  }
1832
-
1833
  $content .= '<div style="text-align: left; padding-top: 8px;">';
1834
  if ( isset( $atts['id'] ) )
1835
  $content .= '<input type="hidden" value="' . esc_attr( $atts['id'] ) . '" name="cntctfrmmlt_shortcode_id">';
1836
  $content .= '<input type="hidden" value="send" name="cntctfrm_contact_action"><input type="hidden" value="Version: 3.30" />
1837
  <input type="hidden" value="' . esc_attr( $lang ) . '" name="cntctfrm_language">
1838
- <input type="submit" value="'. $cntctfrm_options['cntctfrm_submit_label'][ $lang ] . '" style="cursor: pointer; margin: 0pt; text-align: center;margin-bottom:10px;" />
1839
  </div>
1840
  </form>';
1841
  }
@@ -1850,16 +1777,16 @@ if ( ! function_exists( 'cntctfrm_check_and_send' ) ) {
1850
  require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
1851
  if ( is_plugin_active( 'contact-form-multi/contact-form-multi.php' ) || is_plugin_active_for_network( 'contact-form-multi/contact-form-multi.php' ) ||
1852
  is_plugin_active( 'contact-form-multi-pro/contact-form-multi-pro.php' ) || is_plugin_active_for_network( 'contact-form-multi-pro/contact-form-multi-pro.php' ) ) {
1853
-
1854
  if ( ! isset( $_POST['cntctfrmmlt_shortcode_id'] ) )
1855
  $cntctfrm_options = get_option( 'cntctfrmmlt_options' );
1856
- else
1857
  $cntctfrm_options = get_option( 'cntctfrmmlt_options_' . $_POST['cntctfrmmlt_shortcode_id'] );
1858
 
1859
  } else {
1860
  $cntctfrm_options = get_option( 'cntctfrm_options' );
1861
  }
1862
-
1863
  if ( isset( $_POST['cntctfrm_contact_action'] ) ) {
1864
  /* Check all input data */
1865
  $cntctfrm_result = cntctfrm_check_form();
@@ -1868,7 +1795,7 @@ if ( ! function_exists( 'cntctfrm_check_and_send' ) ) {
1868
  if ( true === $cntctfrm_result ) {
1869
  $_SESSION['cntctfrm_send_mail'] = true;
1870
  if ( 0 == $cntctfrm_options['cntctfrm_action_after_send'] ) {
1871
- wp_redirect( $cntctfrm_options['cntctfrm_redirect_url'] );
1872
  exit;
1873
  }
1874
  }
@@ -1892,12 +1819,12 @@ if ( ! function_exists( 'cntctfrm_check_form' ) ) {
1892
  $message = isset( $_POST['cntctfrm_contact_message'] ) ? htmlspecialchars( stripslashes( $_POST['cntctfrm_contact_message'] ) ) : "";
1893
  $phone = isset( $_POST['cntctfrm_contact_phone'] ) ? htmlspecialchars( stripslashes( $_POST['cntctfrm_contact_phone'] ) ) : "";
1894
 
1895
- $name = strip_tags( preg_replace( '/<[^>]*>/', '', preg_replace( '/<script.*<\/[^>]*>/', '', $name ) ) );
1896
- $address = strip_tags( preg_replace( '/<[^>]*>/', '', preg_replace( '/<script.*<\/[^>]*>/', '', $address ) ) );
1897
- $email = strip_tags( preg_replace( '/<[^>]*>/', '', preg_replace( '/<script.*<\/[^>]*>/', '', $email ) ) );
1898
- $subject = strip_tags( preg_replace( '/<[^>]*>/', '', preg_replace( '/<script.*<\/[^>]*>/', '', $subject ) ) );
1899
- $message = strip_tags( preg_replace( '/<[^>]*>/', '', preg_replace( '/<script.*<\/[^>]*>/', '', $message ) ) );
1900
- $phone = strip_tags( preg_replace( '/<[^>]*>/', '', preg_replace( '/<script.*<\/[^>]*>/', '', $phone ) ) );
1901
 
1902
  if ( 1 == $cntctfrm_options['cntctfrm_required_name_field'] && 1 == $cntctfrm_options['cntctfrm_display_name_field'] )
1903
  $error_message['error_name'] = $cntctfrm_options['cntctfrm_name_error'][ $language ];
@@ -1915,10 +1842,10 @@ if ( ! function_exists( 'cntctfrm_check_form' ) ) {
1915
  if ( 1 == $cntctfrm_options['cntctfrm_attachment'] ) {
1916
  global $path_of_uploaded_file, $mime_type;
1917
  $mime_type= array(
1918
- 'html'=>'text/html',
1919
- 'htm'=>'text/html',
1920
- 'txt'=>'text/plain',
1921
- 'css'=>'text/css',
1922
  'gif'=>'image/gif',
1923
  'png'=>'image/x-png',
1924
  'jpeg'=>'image/jpeg',
@@ -1954,7 +1881,7 @@ if ( ! function_exists( 'cntctfrm_check_form' ) ) {
1954
  unset( $error_message['error_name'] );
1955
  if ( 1 == $cntctfrm_options['cntctfrm_display_address_field'] && 1 == $cntctfrm_options['cntctfrm_required_address_field'] && "" != $address )
1956
  unset( $error_message['error_address'] );
1957
- if ( 1 == $cntctfrm_options['cntctfrm_required_email_field'] && "" != $email &&
1958
  is_email( trim( stripslashes( $email ) ) ) )
1959
  unset( $error_message['error_email'] );
1960
  if ( 1 == $cntctfrm_options['cntctfrm_display_phone_field'] && 1 == $cntctfrm_options['cntctfrm_required_phone_field'] && "" != $phone )
@@ -1996,7 +1923,7 @@ if ( ! function_exists( 'cntctfrm_check_form' ) ) {
1996
  $path_info = pathinfo( $path_of_uploaded_file );
1997
 
1998
  if ( array_key_exists ( $path_info['extension'], $mime_type ) ) {
1999
- if ( is_uploaded_file( $tmp_path ) ) {
2000
  if ( move_uploaded_file( $tmp_path, $path_of_uploaded_file ) ) {
2001
  do_action( 'cntctfrm_get_attachment_data', $path_of_uploaded_file );
2002
  unset( $error_message['error_attachment'] );
@@ -2016,7 +1943,7 @@ if ( ! function_exists( 'cntctfrm_check_form' ) ) {
2016
  case 'K':
2017
  $upload_max_size *= 1024;
2018
  break;
2019
- }
2020
  if ( isset( $upload_max_size ) && isset( $_FILES["cntctfrm_contact_attachment"]["size"] ) &&
2021
  $_FILES["cntctfrm_contact_attachment"]["size"] <= $upload_max_size ) {
2022
  $error_message['error_attachment'] = $cntctfrm_options['cntctfrm_attachment_move_error'][ $language ];
@@ -2057,12 +1984,12 @@ if( ! function_exists( 'cntctfrm_send_mail' ) ) {
2057
  $phone = isset( $_POST['cntctfrm_contact_phone'] ) ? $_POST['cntctfrm_contact_phone'] : "";
2058
  $user_agent = cntctfrm_clean_input( $_SERVER['HTTP_USER_AGENT'] );
2059
 
2060
- $name = stripslashes( strip_tags( preg_replace( '/<[^>]*>/', '', preg_replace( '/<script.*<\/[^>]*>/', '', $name ) ) ) );
2061
- $address = stripslashes( strip_tags( preg_replace( '/<[^>]*>/', '', preg_replace( '/<script.*<\/[^>]*>/', '', $address ) ) ) );
2062
- $email = stripslashes( strip_tags( preg_replace( '/<[^>]*>/', '', preg_replace( '/<script.*<\/[^>]*>/', '', $email ) ) ) );
2063
- $subject = stripslashes( strip_tags( preg_replace( '/<[^>]*>/', '', preg_replace( '/<script.*<\/[^>]*>/', '', $subject ) ) ) );
2064
- $message = stripslashes( strip_tags( preg_replace( '/<[^>]*>/', '', preg_replace( '/<script.*<\/[^>]*>/', '', $message ) ) ) );
2065
- $phone = stripslashes( strip_tags( preg_replace( '/<[^>]*>/', '', preg_replace( '/<script.*<\/[^>]*>/', '', $phone ) ) ) );
2066
 
2067
  if ( isset( $_SESSION['cntctfrm_send_mail'] ) && true == $_SESSION['cntctfrm_send_mail'] )
2068
  return true;
@@ -2103,25 +2030,25 @@ if( ! function_exists( 'cntctfrm_send_mail' ) ) {
2103
  if ( 1 == $cntctfrm_options['cntctfrm_html_email'] )
2104
  $user_info_string .= '<tr><td>' . __( 'Sent from (ip address)', 'contact_form' ) . ':</td><td>' . $_SERVER['REMOTE_ADDR'] . " ( " . $userdomain . " )" . '</td></tr>';
2105
  else
2106
- $user_info_string .= __( 'Sent from (ip address)', 'contact_form' ) . ': ' . $_SERVER['REMOTE_ADDR'] . " ( " . $userdomain . " )" . "\n";
2107
  }
2108
  if ( 1 == $cntctfrm_options['cntctfrm_display_date_time'] ) {
2109
  if ( 1 == $cntctfrm_options['cntctfrm_html_email'] )
2110
  $user_info_string .= '<tr><td>' . __('Date/Time', 'contact_form') . ':</td><td>' . date_i18n( get_option( 'date_format' ) . ' ' . get_option( 'time_format' ), strtotime( current_time( 'mysql' ) ) ) . '</td></tr>';
2111
  else
2112
- $user_info_string .= __( 'Date/Time', 'contact_form' ) . ': ' . date_i18n( get_option( 'date_format' ) . ' ' . get_option( 'time_format' ), strtotime( current_time( 'mysql' ) ) ) . "\n";
2113
  }
2114
  if ( 1 == $cntctfrm_options['cntctfrm_display_coming_from'] ) {
2115
  if ( 1 == $cntctfrm_options['cntctfrm_html_email'] )
2116
  $user_info_string .= '<tr><td>' . __( 'Sent from (referer)', 'contact_form' ) . ':</td><td>' . $form_action_url . '</td></tr>';
2117
  else
2118
- $user_info_string .= __( 'Sent from (referer)', 'contact_form' ) . ': ' . $form_action_url . "\n";
2119
  }
2120
  if ( 1 == $cntctfrm_options['cntctfrm_display_user_agent'] ) {
2121
  if ( 1 == $cntctfrm_options['cntctfrm_html_email'] )
2122
  $user_info_string .= '<tr><td>' . __( 'Using (user agent)', 'contact_form' ) . ':</td><td>' . $user_agent . '</td></tr>';
2123
  else
2124
- $user_info_string .= __( 'Using (user agent)', 'contact_form' ) . ': ' . $user_agent . "\n";
2125
  }
2126
  }
2127
  /* Message */
@@ -2233,7 +2160,7 @@ if( ! function_exists( 'cntctfrm_send_mail' ) ) {
2233
  if ( ! @copy( $path_of_uploaded_file, $path_of_uploaded_file_changed ) )
2234
  $path_of_uploaded_file_changed = $path_of_uploaded_file;
2235
 
2236
- $attachments = array( $path_of_uploaded_file_changed );
2237
  }
2238
 
2239
  if ( isset( $_POST['cntctfrm_contact_send_copy'] ) && 1 == $_POST['cntctfrm_contact_send_copy'] )
@@ -2244,10 +2171,10 @@ if( ! function_exists( 'cntctfrm_send_mail' ) ) {
2244
  /* Delete attachment */
2245
  if ( 1 == $cntctfrm_options['cntctfrm_attachment'] && isset( $_FILES["cntctfrm_contact_attachment"]["tmp_name"] ) && "" != $_FILES["cntctfrm_contact_attachment"]["tmp_name"]
2246
  && $path_of_uploaded_file_changed != $path_of_uploaded_file ) {
2247
- @unlink( $path_of_uploaded_file_changed );
2248
- }
2249
  if ( 1 == $cntctfrm_options['cntctfrm_attachment'] && isset( $_FILES["cntctfrm_contact_attachment"]["tmp_name"] ) && "" != $_FILES["cntctfrm_contact_attachment"]["tmp_name"] && '1' == $cntctfrm_options['cntctfrm_delete_attached_file'] ) {
2250
- @unlink( $path_of_uploaded_file );
2251
  }
2252
  return $mail_result;
2253
  } else {
@@ -2270,7 +2197,7 @@ if( ! function_exists( 'cntctfrm_send_mail' ) ) {
2270
 
2271
 
2272
  $bound_text = "jimmyP123";
2273
-
2274
  $bound = "--" . $bound_text . "";
2275
 
2276
  $bound_last = "--" . $bound_text . "--";
@@ -2283,8 +2210,8 @@ if( ! function_exists( 'cntctfrm_send_mail' ) ) {
2283
  $message_text .= $bound . "\n" . "Content-Type: text/html; charset=\"utf-8\"\n" . "Content-Transfer-Encoding: 7bit\n\n" . $message_block . "\n\n";
2284
  else
2285
  $message_text .= $bound . "\n" . "Content-Type: text/plain; charset=\"utf-8\"\n" . "Content-Transfer-Encoding: 7bit\n\n" . $message_block . "\n\n";
2286
-
2287
-
2288
  $file = file_get_contents( $path_of_uploaded_file );
2289
  $message_text .= $bound . "\n";
2290
 
@@ -2317,10 +2244,10 @@ if( ! function_exists( 'cntctfrm_send_mail' ) ) {
2317
  $mail_result = @mail( $to, $subject , $message_text, $headers );
2318
  /* Delete attachment */
2319
  if ( 1 == $cntctfrm_options['cntctfrm_attachment'] && isset( $_FILES["cntctfrm_contact_attachment"]["tmp_name"] ) && "" != $_FILES["cntctfrm_contact_attachment"]["tmp_name"] && '1' == $cntctfrm_options['cntctfrm_delete_attached_file'] ) {
2320
- @unlink( $path_of_uploaded_file );
2321
  }
2322
  return $mail_result;
2323
- }
2324
  }
2325
  }
2326
  return false;
@@ -2329,7 +2256,7 @@ if( ! function_exists( 'cntctfrm_send_mail' ) ) {
2329
 
2330
  /**
2331
  * Function that is used by email-queue to check for compatibility
2332
- * @return void
2333
  */
2334
  if ( ! function_exists( 'cntctfrm_check_for_compatibility_with_mlq' ) ) {
2335
  function cntctfrm_check_for_compatibility_with_mlq() {
@@ -2423,7 +2350,7 @@ if ( ! function_exists ( 'cntctfrm_email_name_filter' ) ) {
2423
  function cntctfrm_email_name_filter( $data ) {
2424
  global $cntctfrm_options;
2425
  if ( isset( $_POST['cntctfrm_contact_name'] ) && 'custom' != $cntctfrm_options['cntctfrm_select_from_field'] ) {
2426
- $name = stripslashes( strip_tags( preg_replace( '/<[^>]*>/', '', preg_replace( '/<script.*<\/[^>]*>/', '', trim( $_POST['cntctfrm_contact_name'] ) ) ) ) );
2427
  if ( '' != $name )
2428
  return $name;
2429
  else
@@ -2453,9 +2380,9 @@ if ( ! function_exists ( 'cntctfrm_add_language' ) ) {
2453
  } else {
2454
  $cntctfrm_options = get_option( 'cntctfrm_options' );
2455
  }
2456
-
2457
  $cntctfrm_options['cntctfrm_language'][] = $lang;
2458
-
2459
  if ( isset ( $contact_form_multi_active ) ) {
2460
  $cntctfrmmlt_options_main = get_option( 'cntctfrmmlt_options_main' );
2461
  update_option( 'cntctfrmmlt_options_' . $cntctfrmmlt_options_main['id_form'], $cntctfrm_options, '', 'yes' );
@@ -2484,7 +2411,7 @@ if ( ! function_exists ( 'cntctfrm_remove_language' ) ) {
2484
  $cntctfrm_options = get_option( 'cntctfrm_options' );
2485
  }
2486
 
2487
- if ( $key = array_search( $_REQUEST['lang'], $cntctfrm_options['cntctfrm_language'] ) !== false )
2488
  $cntctfrm_options['cntctfrm_language'] = array_diff( $cntctfrm_options['cntctfrm_language'], array( $_REQUEST['lang'] ) );
2489
  if ( isset( $cntctfrm_options['cntctfrm_name_label'][ $_REQUEST['lang'] ] ) )
2490
  unset( $cntctfrm_options['cntctfrm_name_label'][ $_REQUEST['lang'] ] );
@@ -2500,7 +2427,7 @@ if ( ! function_exists ( 'cntctfrm_remove_language' ) ) {
2500
  unset( $cntctfrm_options['cntctfrm_message_label'][ $_REQUEST['lang'] ] );
2501
  if ( isset( $cntctfrm_options['cntctfrm_attachment_label'][ $_REQUEST['lang'] ] ) )
2502
  unset( $cntctfrm_options['cntctfrm_attachment_label'][ $_REQUEST['lang'] ] );
2503
- if ( isset( $cntctfrm_options['cntctfrm_attachment_tooltip'][ $_REQUEST['lang'] ] ) )
2504
  unset( $cntctfrm_options['cntctfrm_attachment_tooltip'][ $_REQUEST['lang'] ] );
2505
  if ( isset( $cntctfrm_options['cntctfrm_send_copy_label'][ $_REQUEST['lang'] ] ) )
2506
  unset( $cntctfrm_options['cntctfrm_send_copy_label'][ $_REQUEST['lang'] ] );
@@ -2532,7 +2459,7 @@ if ( ! function_exists ( 'cntctfrm_remove_language' ) ) {
2532
  unset( $cntctfrm_options['cntctfrm_captcha_error'][ $_REQUEST['lang'] ] );
2533
  if ( isset( $cntctfrm_options['cntctfrm_form_error'][ $_REQUEST['lang'] ] ) )
2534
  unset( $cntctfrm_options['cntctfrm_form_error'][ $_REQUEST['lang'] ] );
2535
-
2536
  if ( isset( $contact_form_multi_active ) ) {
2537
  $cntctfrmmlt_options_main = get_option( 'cntctfrmmlt_options_main' );
2538
  update_option( 'cntctfrmmlt_options_' . $cntctfrmmlt_options_main['id_form'], $cntctfrm_options, '', 'yes' );
@@ -2549,8 +2476,8 @@ if ( ! function_exists ( 'cntctfrm_remove_language' ) ) {
2549
  if ( ! function_exists ( 'cntctfrm_plugin_banner' ) ) {
2550
  function cntctfrm_plugin_banner() {
2551
  global $hook_suffix;
2552
- if ( 'plugins.php' == $hook_suffix ) {
2553
- global $cntctfrm_plugin_info;
2554
  $banner_array = array(
2555
  array( 'lmtttmpts_hide_banner_on_plugin_page', 'limit-attempts/limit-attempts.php', '1.0.2' ),
2556
  array( 'sndr_hide_banner_on_plugin_page', 'sender/sender.php', '0.5' ),
@@ -2566,7 +2493,7 @@ if ( ! function_exists ( 'cntctfrm_plugin_banner' ) ) {
2566
  array( 'gglstmp_hide_banner_on_plugin_page', 'google-sitemap-plugin/google-sitemap-plugin.php', '2.8.4' ),
2567
  array( 'cntctfrmpr_for_ctfrmtdb_hide_banner_on_plugin_page', 'contact-form-pro/contact_form_pro.php', '1.14' ),
2568
  array( 'cntctfrm_for_ctfrmtdb_hide_banner_on_plugin_page', 'contact-form-plugin/contact_form.php', '3.62' ),
2569
- array( 'cntctfrm_hide_banner_on_plugin_page', 'contact-form-plugin/contact_form.php', '3.47' ),
2570
  array( 'cptch_hide_banner_on_plugin_page', 'captcha/captcha.php', '3.8.4' ),
2571
  array( 'gllr_hide_banner_on_plugin_page', 'gallery-plugin/gallery-plugin.php', '3.9.1' )
2572
  );
@@ -2580,7 +2507,7 @@ if ( ! function_exists ( 'cntctfrm_plugin_banner' ) ) {
2580
  $all_plugins = get_plugins();
2581
  $this_banner = 'cntctfrm_hide_banner_on_plugin_page';
2582
  $this_banner_1 = 'cntctfrm_for_ctfrmtdb_hide_banner_on_plugin_page';
2583
-
2584
  foreach ( $banner_array as $key => $value ) {
2585
  if ( $this_banner == $value[0] || $this_banner_1 == $value[0] ) {
2586
  global $wp_version, $bstwbsftwppdtplgns_cookie_add;
@@ -2588,9 +2515,9 @@ if ( ! function_exists ( 'cntctfrm_plugin_banner' ) ) {
2588
  echo '<script type="text/javascript" src="' . plugins_url( 'js/c_o_o_k_i_e.js', __FILE__ ) . '"></script>';
2589
  $bstwbsftwppdtplgns_cookie_add = true;
2590
  } ?>
2591
- <script type="text/javascript">
2592
  (function($) {
2593
- $(document).ready( function() {
2594
  var hide_message = $.cookie( "cntctfrm_hide_banner_on_plugin_page" );
2595
  var hide_message_for_ctfrmtdb = $.cookie( "cntctfrm_for_ctfrmtdb_hide_banner_on_plugin_page" );
2596
  if ( hide_message == "true" ) {
@@ -2606,19 +2533,19 @@ if ( ! function_exists ( 'cntctfrm_plugin_banner' ) ) {
2606
  $( ".cntctfrm_close_icon" ).click( function() {
2607
  $( ".cntctfrm_message" ).css( "display", "none" );
2608
  $.cookie( "cntctfrm_hide_banner_on_plugin_page", "true", { expires: 32 } );
2609
- });
2610
  $( ".cntctfrm_for_ctfrmtdb_close_icon" ).click( function() {
2611
  $( ".cntctfrm_message_for_ctfrmtdb" ).css( "display", "none" );
2612
  $.cookie( "cntctfrm_for_ctfrmtdb_hide_banner_on_plugin_page", "true", { expires: 32 } );
2613
  });
2614
  });
2615
- })(jQuery);
2616
  </script>
2617
  <div class="updated" style="padding: 0; margin: 0; border: none; background: none;">
2618
  <div class="cntctfrm_message bws_banner_on_plugin_page" style="display: none;">
2619
  <img class="cntctfrm_close_icon close_icon" title="" src="<?php echo plugins_url( 'images/close_banner.png', __FILE__ ); ?>" alt=""/>
2620
  <div class="button_div">
2621
- <a class="button" target="_blank" href="http://bestwebsoft.com/plugin/contact-form-pro/?k=f575dc39cba54a9de88df346eed52101&pn=77&v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>"><?php _e( 'Learn More', 'contact_form' ); ?></a>
2622
  </div>
2623
  <div class="text">
2624
  <?php _e( "It’s time to upgrade your <strong>Contact Form plugin</strong> to <strong>PRO</strong> version", 'contact_form' ); ?>!<br />
@@ -2628,30 +2555,30 @@ if ( ! function_exists ( 'cntctfrm_plugin_banner' ) ) {
2628
  <img class="icon" title="" src="<?php echo plugins_url( 'images/banner.png', __FILE__ ); ?>" alt=""/>
2629
  </div>
2630
  </div>
2631
- </div>
2632
  <?php if ( ! array_key_exists( 'contact-form-to-db/contact_form_to_db.php', $all_plugins ) && ! array_key_exists( 'contact-form-to-db-pro/contact_form_to_db_pro.php', $all_plugins ) ) { ?>
2633
  <div class="updated" style="padding: 0; margin: 0; border: none; background: none;">
2634
  <div class="cntctfrm_message_for_ctfrmtdb bws_banner_on_plugin_page" style="display: none;">
2635
  <img class="cntctfrm_for_ctfrmtdb_close_icon close_icon" title="" src="<?php echo plugins_url( 'images/close_banner.png', __FILE__ ); ?>" alt=""/>
2636
  <div class="button_div">
2637
- <a class="button" target="_blank" href="http://bestwebsoft.com/plugin/contact-form-to-db-pro/?k=6ebf0743736411607343ad391dc3b436&pn=77&v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>"><?php _e( 'Learn More', 'contact_form' ); ?></a>
2638
  </div>
2639
  <div class="text">
2640
  <?php _e( "<strong>Contact Form to DB</strong> allows to store your messages to the database.", 'contact_form' ); ?><br />
2641
  <span><?php _e( "Manage messages that have been sent from your website.", 'contact_form' ); ?></span>
2642
- </div>
2643
  <div class="icon">
2644
  <img title="" src="<?php echo plugins_url( 'images/banner_for_ctfrmtdb.png', __FILE__ ); ?>" alt=""/>
2645
  </div>
2646
  </div>
2647
  </div>
2648
- <?php }
2649
  break;
2650
  }
2651
  if ( isset( $all_plugins[ $value[1] ] ) && $all_plugins[ $value[1] ]["Version"] >= $value[2] && ( 0 < count( preg_grep( '/' . str_replace( '/', '\/', $value[1] ) . '/', $active_plugins ) ) || is_plugin_active_for_network( $value[1] ) ) && ! isset( $_COOKIE[ $value[0] ] ) ) {
2652
  break;
2653
  }
2654
- }
2655
  }
2656
  }
2657
  }
@@ -2667,7 +2594,7 @@ if ( ! function_exists ( 'cntctfrm_delete_options' ) ) {
2667
  register_activation_hook( __FILE__, 'cntctfrm_activation' );
2668
 
2669
  add_action( 'admin_menu', 'cntctfrm_admin_menu' );
2670
-
2671
  add_action( 'init', 'cntctfrm_init' );
2672
  add_action( 'admin_init', 'cntctfrm_admin_init' );
2673
 
1
  <?php
2
  /*
3
  Plugin Name: Contact Form
4
+ Plugin URI: http://bestwebsoft.com/products/
5
  Description: Plugin for Contact Form.
6
  Author: BestWebSoft
7
+ Version: 3.84
8
  Author URI: http://bestwebsoft.com/
9
  License: GPLv2 or later
10
  */
12
  /* @ Copyright 2014 BestWebSoft ( http://support.bestwebsoft.com )
13
 
14
  This program is free software; you can redistribute it and/or modify
15
+ it under the terms of the GNU General Public License, version 2, as
16
  published by the Free Software Foundation.
17
 
18
  This program is distributed in the hope that it will be useful,
28
  /* Add option page in admin menu */
29
  if ( ! function_exists( 'cntctfrm_admin_menu' ) ) {
30
  function cntctfrm_admin_menu() {
31
+ global $bstwbsftwppdtplgns_options, $bstwbsftwppdtplgns_added_menu;
32
  $bws_menu_info = get_plugin_data( plugin_dir_path( __FILE__ ) . "bws_menu/bws_menu.php" );
33
  $bws_menu_version = $bws_menu_info["Version"];
34
  $base = plugin_basename(__FILE__);
35
 
36
  if ( ! isset( $bstwbsftwppdtplgns_options ) ) {
37
+ if ( ! get_option( 'bstwbsftwppdtplgns_options' ) )
38
+ add_option( 'bstwbsftwppdtplgns_options', array(), '', 'yes' );
39
+ $bstwbsftwppdtplgns_options = get_option( 'bstwbsftwppdtplgns_options' );
 
 
 
 
 
 
40
  }
41
 
42
  if ( isset( $bstwbsftwppdtplgns_options['bws_menu_version'] ) ) {
61
  require_once( ABSPATH . $wp_content_dir . '/plugins/' . $plugin_with_newer_menu[0] . '/bws_menu/bws_menu.php' );
62
  else
63
  require_once( dirname( __FILE__ ) . '/bws_menu/bws_menu.php' );
64
+ $bstwbsftwppdtplgns_added_menu = true;
65
  }
66
 
67
+ add_menu_page( 'BWS Plugins', 'BWS Plugins', 'manage_options', 'bws_plugins', 'bws_add_menu_render', plugins_url( "images/px.png", __FILE__ ), 1001 );
68
  add_submenu_page('bws_plugins', __( 'Contact Form Settings', 'contact_form' ), __( 'Contact Form', 'contact_form' ), 'manage_options', "contact_form.php", 'cntctfrm_settings_page' );
69
 
70
  /* Call register settings function */
78
  if ( ! session_id() )
79
  @session_start();
80
 
81
+ load_plugin_textdomain( 'contact_form', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' );
82
+
83
+ /* Function check if plugin is compatible with current WP version */
84
+ cntctfrm_version_check();
85
 
86
  if ( ! is_admin() )
87
  cntctfrm_check_and_send();
92
  function cntctfrm_admin_init() {
93
  global $bws_plugin_info, $cntctfrm_plugin_info;
94
  /* Add variable for bws_menu */
95
+ if ( ! $cntctfrm_plugin_info )
96
+ $cntctfrm_plugin_info = get_plugin_data( __FILE__ );
97
 
98
  if ( ! isset( $bws_plugin_info ) || empty( $bws_plugin_info ) )
99
  $bws_plugin_info = array( 'id' => '77', 'version' => $cntctfrm_plugin_info["Version"] );
100
 
 
 
 
101
  /* Call register settings function */
102
  if ( isset( $_REQUEST['page'] ) && ( 'contact_form.php' == $_REQUEST['page'] ) )
103
  cntctfrm_settings();
107
  /* Register settings for plugin */
108
  if ( ! function_exists( 'cntctfrm_settings' ) ) {
109
  function cntctfrm_settings() {
110
+ global $cntctfrm_options, $cntctfrm_option_defaults, $wpdb, $bws_plugin_info, $cntctfrm_plugin_info;
111
+ $cntctfrm_db_version = "1.0";
112
+
113
+ if ( ! $cntctfrm_plugin_info )
114
+ $cntctfrm_plugin_info = get_plugin_data( __FILE__ );
115
+
116
  $cntctfrm_option_defaults = array(
117
  'plugin_option_version' => $cntctfrm_plugin_info["Version"],
118
  'plugin_db_version' => $cntctfrm_db_version,
121
  'cntctfrm_select_email' => 'user',
122
  'cntctfrm_from_email' => 'user',
123
  'cntctfrm_custom_from_email' => '',
 
124
  'cntctfrm_attachment' => 0,
125
  'cntctfrm_attachment_explanations' => 1,
126
  'cntctfrm_send_copy' => 0,
146
  'cntctfrm_change_label' => 0,
147
  'cntctfrm_name_label' => array( 'en' => __( "Name:", 'contact_form' ) ),
148
  'cntctfrm_address_label' => array( 'en' => __( "Address:", 'contact_form' ) ),
149
+ 'cntctfrm_email_label' => array( 'en' => __( "Email Address:", 'contact_form' ) ),
150
  'cntctfrm_phone_label' => array( 'en' => __( "Phone number:", 'contact_form' ) ),
151
  'cntctfrm_subject_label' => array( 'en' => __( "Subject:", 'contact_form' ) ),
152
  'cntctfrm_message_label' => array( 'en' => __( "Message:", 'contact_form' ) ),
153
  'cntctfrm_attachment_label' => array( 'en' => __( "Attachment:", 'contact_form' ) ),
154
+ 'cntctfrm_attachment_tooltip' => array( 'en' => __( "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB", 'contact_form' ) ),
155
  'cntctfrm_send_copy_label' => array( 'en' => __( "Send me a copy", 'contact_form' ) ),
156
  'cntctfrm_submit_label' => array( 'en' => __( "Submit", 'contact_form' ) ),
157
  'cntctfrm_name_error' => array( 'en' => __( "Your name is required.", 'contact_form' ) ),
180
  $contact_form_multi_active = true;
181
  if ( is_plugin_active( 'contact-form-multi-pro/contact-form-multi-pro.php' ) || is_plugin_active_for_network( 'contact-form-multi-pro/contact-form-multi-pro.php' ) )
182
  $contact_form_multi_pro_active = true;
183
+
184
  /* Install the option defaults */
185
+ if ( ! get_option( 'cntctfrm_options' ) )
186
+ add_option( 'cntctfrm_options', $cntctfrm_option_defaults, '', 'yes' );
 
 
 
 
 
187
 
188
  /* Get options from the database for default options */
189
  if ( isset( $contact_form_multi_active ) || isset( $contact_form_multi_pro_active ) ) {
190
+ if ( ! get_option( 'cntctfrmmlt_options' ) )
191
+ add_option( 'cntctfrmmlt_options', $cntctfrm_option_defaults, '', 'yes' );
 
 
 
 
 
 
192
 
193
+ $cntctfrmmlt_options = get_option( 'cntctfrmmlt_options' );
 
194
 
195
  if ( ! isset( $cntctfrmmlt_options['plugin_option_version'] ) || $cntctfrmmlt_options['plugin_option_version'] != $cntctfrm_plugin_info["Version"] ) {
196
  $cntctfrmmlt_options = array_merge( $cntctfrm_option_defaults, $cntctfrmmlt_options );
197
  $cntctfrmmlt_options['plugin_option_version'] = $cntctfrm_plugin_info["Version"];
198
+ update_option( 'cntctfrmmlt_options', $cntctfrmmlt_options );
199
+ }
200
+
201
  /* Get options from the database */
202
+ if ( isset( $_SESSION['cntctfrmmlt_id_form'] ) ) {
203
+ if ( get_option( 'cntctfrmmlt_options_' . $_SESSION['cntctfrmmlt_id_form'] ) )
204
+ $cntctfrm_options = get_option( 'cntctfrmmlt_options_'. $_SESSION['cntctfrmmlt_id_form'] );
205
+ else {
206
+ if ( isset( $contact_form_multi_pro_active ) )
207
+ $cntctfrmmlt_options_main = get_site_option( 'cntctfrmmltpr_options_main' );
208
+ elseif ( isset( $contact_form_multi_active ) )
209
+ $cntctfrmmlt_options_main = get_site_option( 'cntctfrmmlt_options_main' );
210
+
211
+ if ( 1 == $_SESSION['cntctfrmmlt_id_form'] && 1 == count( $cntctfrmmlt_options_main['name_id_form'] ) ) {
212
+ add_option( 'cntctfrmmlt_options_1' , get_option( 'cntctfrm_options' ), '', 'yes' );
213
+ $cntctfrm_options = get_option( 'cntctfrmmlt_options_1' );
214
+ } else
215
+ $cntctfrm_options = get_option( 'cntctfrmmlt_options' );
 
 
 
 
216
  }
217
  } else {
218
+ $cntctfrm_options = get_option( 'cntctfrmmlt_options' );
219
+ }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
220
  } else {
221
  /* Get options from the database */
222
+ $cntctfrm_options = get_option( 'cntctfrm_options' );
223
+ }
 
 
 
224
 
225
  if ( empty( $cntctfrm_options['cntctfrm_language'] ) && ! is_array( $cntctfrm_options['cntctfrm_name_label'] ) ) {
226
  $cntctfrm_options['cntctfrm_name_label'] = array( 'en' => $cntctfrm_options['cntctfrm_name_label'] );
267
  }
268
 
269
  /* Create db table of fields list */
270
+ if ( ! isset( $cntctfrm_options['plugin_db_version'] ) || $cntctfrm_options['plugin_db_version'] != $cntctfrm_db_version ) {
271
  cntctfrm_db_create();
272
  $cntctfrm_options['plugin_db_version'] = $cntctfrm_db_version;
273
  update_option( 'cntctfrm_options', $cntctfrm_options );
281
  global $wpdb;
282
  $wpdb->query("DROP TABLE IF EXISTS " . $wpdb->prefix . "cntctfrm_field" );
283
  $sql = "CREATE TABLE IF NOT EXISTS `" . $wpdb->prefix . "cntctfrm_field` (
284
+ id int NOT NULL AUTO_INCREMENT,
285
  name CHAR(100) NOT NULL,
286
  UNIQUE KEY id (id)
287
  );";
288
  require_once( ABSPATH . 'wp-admin/includes/upgrade.php' );
289
  dbDelta( $sql );
290
+ $fields = array(
291
  'name',
292
  'email',
293
  'subject',
305
  foreach ( $fields as $key => $value ) {
306
  $db_row = $wpdb->get_row( "SELECT * FROM " . $wpdb->prefix . "cntctfrm_field WHERE `name` = '" . $value . "'", ARRAY_A );
307
  if ( !isset( $db_row ) || empty( $db_row ) ) {
308
+ $wpdb->insert( $wpdb->prefix . "cntctfrm_field", array( 'name' => $value ), array( '%s' ) );
309
  }
310
  }
311
  }
312
  }
313
 
314
  if ( ! function_exists ( 'cntctfrm_activation' ) ) {
315
+ function cntctfrm_activation( $networkwide ) {
316
+ global $wpdb;
317
+ if ( function_exists( 'is_multisite' ) && is_multisite() && $networkwide ) {
318
+ $cntctfrm_blog_id = $wpdb->blogid;
319
+ $cntctfrm_get_blogids = $wpdb->get_col( "SELECT blog_id FROM $wpdb->blogs" );
320
+ foreach ( $cntctfrm_get_blogids as $blog_id ) {
321
+ switch_to_blog( $blog_id );
322
+ cntctfrm_settings();
323
+ cntctfrm_db_create();
324
+ }
325
+ switch_to_blog( $cntctfrm_blog_id );
326
+ return;
327
+ } else {
328
+ cntctfrm_settings();
329
+ cntctfrm_db_create();
330
+ }
331
  }
332
  }
333
 
338
  $require_wp = "3.1"; /* Wordpress at least requires version */
339
  $plugin = plugin_basename( __FILE__ );
340
  if ( version_compare( $wp_version, $require_wp, "<" ) ) {
341
+ include_once( ABSPATH . 'wp-admin/includes/plugin.php' );
342
  if ( is_plugin_active( $plugin ) ) {
343
  deactivate_plugins( $plugin );
344
+ $admin_url = ( function_exists( 'get_admin_url' ) ) ? get_admin_url( null, 'plugins.php' ) : esc_url( '/wp-admin/plugins.php' );
345
+ if ( ! $cntctfrm_plugin_info )
346
+ $cntctfrm_plugin_info = get_plugin_data( __FILE__, false );
347
+ wp_die( "<strong>" . $cntctfrm_plugin_info['Name'] . " </strong> " . __( 'requires', 'contact_form' ) . " <strong>WordPress " . $require_wp . "</strong> " . __( 'or higher, that is why it has been deactivated! Please upgrade WordPress and try again.', 'contact_form') . "<br /><br />" . __( 'Back to the WordPress', 'contact_form') . " <a href='" . $admin_url . "'>" . __( 'Plugins page', 'contact_form') . "</a>." );
348
  }
349
  }
350
  }
353
  /* Add settings page in admin area */
354
  if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
355
  function cntctfrm_settings_page() {
356
+ global $cntctfrm_options, $wpdb, $cntctfrm_option_defaults, $wp_version, $cntctfrm_plugin_info;
357
  $error = $message = "";
358
 
359
  if ( ! function_exists( 'get_plugins' ) || ! function_exists( 'is_plugin_active_for_network' ) )
379
  if ( get_option( 'cntctfrmtdbpr_options' ) )
380
  $cntctfrmtdbpr_options = get_option( 'cntctfrmtdbpr_options' );
381
 
382
+ // $userslogin = $wpdb->get_col( "SELECT `user_login` FROM $wpdb->users ", 0 );
383
+ $userslogin = get_users( 'blog_id=' . $GLOBALS['blog_id'] . '&role=administrator' );
384
 
385
  /* Save data for settings page */
386
  if ( isset( $_POST['cntctfrm_form_submit'] ) && check_admin_referer( plugin_basename(__FILE__), 'cntctfrm_nonce_name' ) ) {
389
  $cntctfrm_options_submit['cntctfrm_select_email'] = $_POST['cntctfrm_select_email'];
390
  $cntctfrm_options_submit['cntctfrm_from_email'] = $_POST['cntctfrm_from_email'];
391
  $cntctfrm_options_submit['cntctfrm_custom_from_email'] = stripslashes( esc_html( $_POST['cntctfrm_custom_from_email'] ) );
392
+
393
+
394
+ $cntctfrm_options_submit['cntctfrm_mail_method'] = $_POST['cntctfrm_mail_method'];
395
+ $cntctfrm_options_submit['cntctfrm_from_field'] = stripslashes( esc_html( $_POST['cntctfrm_from_field'] ) );
396
+ $cntctfrm_options_submit['cntctfrm_select_from_field'] = $_POST['cntctfrm_select_from_field'];
397
+ $cntctfrm_options_submit['cntctfrm_display_name_field'] = isset( $_POST['cntctfrm_display_name_field']) ? 1 : 0;
398
+ $cntctfrm_options_submit['cntctfrm_display_address_field'] = isset( $_POST['cntctfrm_display_address_field']) ? 1 : 0;
399
+ $cntctfrm_options_submit['cntctfrm_display_phone_field'] = isset( $_POST['cntctfrm_display_phone_field']) ? 1 : 0;
400
+ $cntctfrm_options_submit['cntctfrm_attachment'] = isset( $_POST['cntctfrm_attachment']) ? $_POST['cntctfrm_attachment'] : 0;
401
+ $cntctfrm_options_submit['cntctfrm_attachment_explanations'] = isset( $_POST['cntctfrm_attachment_explanations']) ? $_POST['cntctfrm_attachment_explanations'] : 0;
402
+ $cntctfrm_options_submit['cntctfrm_send_copy'] = isset( $_POST['cntctfrm_send_copy']) ? $_POST['cntctfrm_send_copy'] : 0;
403
+
404
+ $cntctfrm_options_submit['cntctfrm_delete_attached_file'] = isset( $_POST['cntctfrm_delete_attached_file']) ? $_POST['cntctfrm_delete_attached_file'] : 0;
405
+
406
+ if ( isset( $_POST['cntctfrm_display_captcha'] ) ) {
407
+ if ( get_option( 'cptch_options' ) ) {
408
+ $cptch_options['cptch_contact_form'] = 1;
409
+ update_option( 'cptch_options', $cptch_options, '', 'yes' );
410
+ }
411
+ if ( get_option( 'cptchpr_options' ) ) {
412
+ $cptchpr_options['cptchpr_contact_form'] = 1;
413
+ update_option( 'cptchpr_options', $cptchpr_options, '', 'yes' );
414
+ }
415
+ } else {
416
+ if ( get_option( 'cptch_options' ) ) {
417
+ $cptch_options['cptch_contact_form'] = 0;
418
+ update_option( 'cptch_options', $cptch_options, '', 'yes' );
419
+ }
420
+ if ( get_option( 'cptchpr_options' ) ) {
421
+ $cptchpr_options['cptchpr_contact_form'] = 0;
422
+ update_option( 'cptchpr_options', $cptchpr_options, '', 'yes' );
423
+ }
424
+ }
425
+
426
+ if ( isset( $_POST['cntctfrm_save_email_to_db'] ) ) {
427
+ if ( get_option( 'cntctfrmtdb_options' ) ) {
428
+ $cntctfrmtdb_options['cntctfrmtdb_save_messages_to_db'] = 1;
429
+ update_option( 'cntctfrmtdb_options', $cntctfrmtdb_options, '', 'yes' );
430
+ }
431
+ if ( get_option( 'cntctfrmtdbpr_options' ) ) {
432
+ $cntctfrmtdbpr_options['save_messages_to_db'] = 1;
433
+ update_option( 'cntctfrmtdbpr_options', $cntctfrmtdbpr_options, '', 'yes' );
434
+ }
435
+ } else {
436
+ if ( get_option( 'cntctfrmtdb_options' ) ) {
437
+ $cntctfrmtdb_options['cntctfrmtdb_save_messages_to_db'] = 0;
438
+ update_option( 'cntctfrmtdb_options', $cntctfrmtdb_options, '', 'yes' );
439
+ }
440
+ if ( get_option( 'cntctfrmtdbpr_options' ) ) {
441
+ $cntctfrmtdbpr_options['save_messages_to_db'] = 0;
442
+ update_option( 'cntctfrmtdbpr_options', $cntctfrmtdbpr_options, '', 'yes' );
443
+ }
444
+ }
445
+
446
+ if ( 0 == $cntctfrm_options_submit['cntctfrm_display_name_field'] ) {
447
+ $cntctfrm_options_submit['cntctfrm_required_name_field'] = 0;
448
+ } else {
449
+ $cntctfrm_options_submit['cntctfrm_required_name_field'] = isset( $_POST['cntctfrm_required_name_field']) ? 1 : 0;
450
+ }
451
+ if ( 0 == $cntctfrm_options_submit['cntctfrm_display_address_field'] ) {
452
+ $cntctfrm_options_submit['cntctfrm_required_address_field'] = 0;
453
+ } else {
454
+ $cntctfrm_options_submit['cntctfrm_required_address_field'] = isset( $_POST['cntctfrm_required_address_field']) ? 1 : 0;
455
+ }
456
+ $cntctfrm_options_submit['cntctfrm_required_email_field'] = isset( $_POST['cntctfrm_required_email_field']) ? 1 : 0;
457
+ if ( 0 == $cntctfrm_options_submit['cntctfrm_display_phone_field'] ) {
458
+ $cntctfrm_options_submit['cntctfrm_required_phone_field'] = 0;
459
+ } else {
460
+ $cntctfrm_options_submit['cntctfrm_required_phone_field'] = isset( $_POST['cntctfrm_required_phone_field']) ? 1 : 0;
461
+ }
462
+ $cntctfrm_options_submit['cntctfrm_required_subject_field'] = isset( $_POST['cntctfrm_required_subject_field']) ? 1 : 0;
463
+ $cntctfrm_options_submit['cntctfrm_required_message_field'] = isset( $_POST['cntctfrm_required_message_field']) ? 1 : 0;
464
+
465
+ $cntctfrm_options_submit['cntctfrm_required_symbol'] = isset( $_POST['cntctfrm_required_symbol']) ? stripslashes( esc_html( $_POST['cntctfrm_required_symbol'] ) ) : '*';
466
+ $cntctfrm_options_submit['cntctfrm_html_email'] = isset( $_POST['cntctfrm_html_email']) ? 1 : 0;
467
+ $cntctfrm_options_submit['cntctfrm_site_name_parameter'] = $_POST['cntctfrm_site_name_parameter'];
468
+ $cntctfrm_options_submit['cntctfrm_display_add_info'] = isset( $_POST['cntctfrm_display_add_info']) ? 1 : 0;
469
+
470
+ if ( 1 == $cntctfrm_options_submit['cntctfrm_display_add_info'] ) {
471
+ $cntctfrm_options_submit['cntctfrm_display_sent_from'] = isset( $_POST['cntctfrm_display_sent_from']) ? 1 : 0;
472
+ $cntctfrm_options_submit['cntctfrm_display_date_time'] = isset( $_POST['cntctfrm_display_date_time']) ? 1 : 0;
473
+ $cntctfrm_options_submit['cntctfrm_display_coming_from'] = isset( $_POST['cntctfrm_display_coming_from']) ? 1 : 0;
474
+ $cntctfrm_options_submit['cntctfrm_display_user_agent'] = isset( $_POST['cntctfrm_display_user_agent']) ? 1 : 0;
475
+ } else {
476
+ $cntctfrm_options_submit['cntctfrm_display_sent_from'] = 1;
477
+ $cntctfrm_options_submit['cntctfrm_display_date_time'] = 1;
478
+ $cntctfrm_options_submit['cntctfrm_display_coming_from'] = 1;
479
+ $cntctfrm_options_submit['cntctfrm_display_user_agent'] = 1;
480
+ }
481
+
482
+ $cntctfrm_options_submit['cntctfrm_change_label'] = isset( $_POST['cntctfrm_change_label']) ? 1 : 0;
483
+ $cntctfrm_options_submit['cntctfrm_change_label_in_email'] = isset( $_POST['cntctfrm_change_label_in_email']) ? 1 : 0;
484
+
485
+ if ( 1 == $cntctfrm_options_submit['cntctfrm_change_label'] ) {
486
+ foreach ( $_POST['cntctfrm_name_label'] as $key => $val ) {
487
+ $cntctfrm_options_submit['cntctfrm_name_label'][ $key ] = stripcslashes( htmlspecialchars( $_POST['cntctfrm_name_label'][ $key ] ) );
488
+ $cntctfrm_options_submit['cntctfrm_address_label'][ $key ] = stripcslashes( htmlspecialchars( $_POST['cntctfrm_address_label'][ $key ] ) );
489
+ $cntctfrm_options_submit['cntctfrm_email_label'][ $key ] = stripcslashes( htmlspecialchars( $_POST['cntctfrm_email_label'][ $key ] ) );
490
+ $cntctfrm_options_submit['cntctfrm_phone_label'][ $key ] = stripcslashes( htmlspecialchars( $_POST['cntctfrm_phone_label'][ $key ] ) );
491
+ $cntctfrm_options_submit['cntctfrm_subject_label'][ $key ] = stripcslashes( htmlspecialchars( $_POST['cntctfrm_subject_label'][ $key ] ) );
492
+ $cntctfrm_options_submit['cntctfrm_message_label'][ $key ] = stripcslashes( htmlspecialchars( $_POST['cntctfrm_message_label'][ $key ] ) );
493
+ $cntctfrm_options_submit['cntctfrm_attachment_label'][ $key ] = stripcslashes( htmlspecialchars( $_POST['cntctfrm_attachment_label'][ $key ] ) );
494
+ $cntctfrm_options_submit['cntctfrm_attachment_tooltip'][ $key ] = stripcslashes( htmlspecialchars( $_POST['cntctfrm_attachment_tooltip'][ $key ] ) );
495
+ $cntctfrm_options_submit['cntctfrm_send_copy_label'][ $key ] = stripcslashes( htmlspecialchars( $_POST['cntctfrm_send_copy_label'][ $key ] ) );
496
+ $cntctfrm_options_submit['cntctfrm_thank_text'][ $key ] = stripcslashes( htmlspecialchars( $_POST['cntctfrm_thank_text'][ $key ] ) );
497
+ $cntctfrm_options_submit['cntctfrm_submit_label'][ $key ] = stripcslashes( htmlspecialchars( $_POST['cntctfrm_submit_label'][ $key ] ) );
498
+ $cntctfrm_options_submit['cntctfrm_name_error'][ $key ] = stripcslashes( htmlspecialchars( $_POST['cntctfrm_name_error'][ $key ] ) );
499
+ $cntctfrm_options_submit['cntctfrm_address_error'][ $key ] = stripcslashes( htmlspecialchars( $_POST['cntctfrm_address_error'][ $key ] ) );
500
+ $cntctfrm_options_submit['cntctfrm_email_error'][ $key ] = stripcslashes( htmlspecialchars( $_POST['cntctfrm_email_error'][ $key ] ) );
501
+ $cntctfrm_options_submit['cntctfrm_phone_error'][ $key ] = stripcslashes( htmlspecialchars( $_POST['cntctfrm_phone_error'][ $key ] ) );
502
+ $cntctfrm_options_submit['cntctfrm_subject_error'][ $key ] = stripcslashes( htmlspecialchars( $_POST['cntctfrm_subject_error'][ $key ] ) );
503
+ $cntctfrm_options_submit['cntctfrm_message_error'][ $key ] = stripcslashes( htmlspecialchars( $_POST['cntctfrm_message_error'][ $key ] ) );
504
+ $cntctfrm_options_submit['cntctfrm_attachment_error'][ $key ] = stripcslashes( htmlspecialchars( $_POST['cntctfrm_attachment_error'][ $key ] ) );
505
+ $cntctfrm_options_submit['cntctfrm_attachment_upload_error'][ $key ] = stripcslashes( htmlspecialchars( $_POST['cntctfrm_attachment_upload_error'][ $key ] ) );
506
+ $cntctfrm_options_submit['cntctfrm_attachment_move_error'][ $key ] = stripcslashes( htmlspecialchars( $_POST['cntctfrm_attachment_move_error'][ $key ] ) );
507
+ $cntctfrm_options_submit['cntctfrm_attachment_size_error'][ $key ] = stripcslashes( htmlspecialchars( $_POST['cntctfrm_attachment_size_error'][ $key ] ) );
508
+ $cntctfrm_options_submit['cntctfrm_captcha_error'][ $key ] = stripcslashes( htmlspecialchars( $_POST['cntctfrm_captcha_error'][ $key ] ) );
509
+ $cntctfrm_options_submit['cntctfrm_form_error'][ $key ] = stripcslashes( htmlspecialchars( $_POST['cntctfrm_form_error'][ $key ] ) );
510
+ }
511
+ } else {
512
  if ( empty( $cntctfrm_options['cntctfrm_language'] ) ) {
513
  $cntctfrm_options_submit['cntctfrm_name_label'] = $cntctfrm_option_defaults['cntctfrm_name_label'];
514
  $cntctfrm_options_submit['cntctfrm_address_label'] = $cntctfrm_option_defaults['cntctfrm_address_label'];
519
  $cntctfrm_options_submit['cntctfrm_attachment_label'] = $cntctfrm_option_defaults['cntctfrm_attachment_label'];
520
  $cntctfrm_options_submit['cntctfrm_attachment_tooltip'] = $cntctfrm_option_defaults['cntctfrm_attachment_tooltip'];
521
  $cntctfrm_options_submit['cntctfrm_send_copy_label'] = $cntctfrm_option_defaults['cntctfrm_send_copy_label'];
522
+ $cntctfrm_options_submit['cntctfrm_thank_text'] = $_POST['cntctfrm_thank_text'];
523
  $cntctfrm_options_submit['cntctfrm_submit_label'] = $cntctfrm_option_defaults['cntctfrm_submit_label'];
524
  $cntctfrm_options_submit['cntctfrm_name_error'] = $cntctfrm_option_defaults['cntctfrm_name_error'];
525
  $cntctfrm_options_submit['cntctfrm_address_error'] = $cntctfrm_option_defaults['cntctfrm_address_error'];
533
  $cntctfrm_options_submit['cntctfrm_attachment_size_error'] = $cntctfrm_option_defaults['cntctfrm_attachment_size_error'];
534
  $cntctfrm_options_submit['cntctfrm_captcha_error'] = $cntctfrm_option_defaults['cntctfrm_captcha_error'];
535
  $cntctfrm_options_submit['cntctfrm_form_error'] = $cntctfrm_option_defaults['cntctfrm_form_error'];
536
+ foreach ( $cntctfrm_options_submit['cntctfrm_thank_text'] as $key => $val ) {
537
+ $cntctfrm_options_submit['cntctfrm_thank_text'][ $key ] = stripcslashes( htmlspecialchars( $val ) );
538
+ }
539
  } else {
540
  $cntctfrm_options_submit['cntctfrm_name_label']['en'] = $cntctfrm_option_defaults['cntctfrm_name_label']['en'];
541
  $cntctfrm_options_submit['cntctfrm_address_label']['en'] = $cntctfrm_option_defaults['cntctfrm_address_label']['en'];
546
  $cntctfrm_options_submit['cntctfrm_attachment_label']['en'] = $cntctfrm_option_defaults['cntctfrm_attachment_label']['en'];
547
  $cntctfrm_options_submit['cntctfrm_attachment_tooltip']['en'] = $cntctfrm_option_defaults['cntctfrm_attachment_tooltip']['en'];
548
  $cntctfrm_options_submit['cntctfrm_send_copy_label']['en'] = $cntctfrm_option_defaults['cntctfrm_send_copy_label']['en'];
 
549
  $cntctfrm_options_submit['cntctfrm_submit_label']['en'] = $cntctfrm_option_defaults['cntctfrm_submit_label']['en'];
550
  $cntctfrm_options_submit['cntctfrm_name_error']['en'] = $cntctfrm_option_defaults['cntctfrm_name_error']['en'];
551
  $cntctfrm_options_submit['cntctfrm_address_error']['en'] = $cntctfrm_option_defaults['cntctfrm_address_error']['en'];
559
  $cntctfrm_options_submit['cntctfrm_attachment_size_error']['en'] = $cntctfrm_option_defaults['cntctfrm_attachment_size_error']['en'];
560
  $cntctfrm_options_submit['cntctfrm_captcha_error']['en'] = $cntctfrm_option_defaults['cntctfrm_captcha_error']['en'];
561
  $cntctfrm_options_submit['cntctfrm_form_error']['en'] = $cntctfrm_option_defaults['cntctfrm_form_error']['en'];
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
562
 
563
+ foreach ( $_POST['cntctfrm_thank_text'] as $key => $val ) {
564
+ $cntctfrm_options_submit['cntctfrm_thank_text'][ $key ] = stripcslashes( htmlspecialchars( $_POST['cntctfrm_thank_text'][ $key ] ) );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
565
  }
566
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
567
  }
568
+ $cntctfrm_options_submit['cntctfrm_action_after_send'] = $_POST['cntctfrm_action_after_send'];
569
+ $cntctfrm_options_submit['cntctfrm_redirect_url'] = esc_url( $_POST['cntctfrm_redirect_url'] );
570
  $cntctfrm_options = array_merge( $cntctfrm_options, $cntctfrm_options_submit );
571
 
572
  if ( 0 == $cntctfrm_options_submit['cntctfrm_action_after_send']
603
  }
604
  }
605
 
606
+ if ( '' == $error ) {
607
  if ( isset( $contact_form_multi_active ) ) {
608
 
609
  $cntctfrmmlt_options_main = get_option( 'cntctfrmmlt_options_main' );
643
  'sg' => 'Sango', 'sa' => 'Sanskrit', 'sr' => 'Serbian', 'hr' => 'Croatian', 'si' => 'Sinhala; Sinhalese', 'sk' => 'Slovak', 'sl' => 'Slovenian', 'se' => 'Northern Sami', 'sm' => 'Samoan', 'sn' => 'Shona', 'sd' => 'Sindhi', 'so' => 'Somali', 'st' => 'Sotho, Southern', 'es' => 'Spanish; Castilian', 'sc' => 'Sardinian', 'ss' => 'Swati', 'su' => 'Sundanese', 'sw' => 'Swahili',
644
  'sv' => 'Swedish', 'ty' => 'Tahitian', 'ta' => 'Tamil', 'tt' => 'Tatar', 'te' => 'Telugu', 'tg' => 'Tajik', 'tl' => 'Tagalog', 'th' => 'Thai', 'bo' => 'Tibetan', 'ti' => 'Tigrinya', 'to' => 'Tonga (Tonga Islands)', 'tn' => 'Tswana', 'ts' => 'Tsonga', 'tk' => 'Turkmen', 'tr' => 'Turkish', 'tw' => 'Twi', 'ug' => 'Uighur; Uyghur', 'uk' => 'Ukrainian', 'ur' => 'Urdu', 'uz' => 'Uzbek',
645
  've' => 'Venda', 'vi' => 'Vietnamese', 'vo' => 'Volapük', 'cy' => 'Welsh','wa' => 'Walloon','wo' => 'Wolof', 'xh' => 'Xhosa', 'yi' => 'Yiddish', 'yo' => 'Yoruba', 'za' => 'Zhuang; Chuang', 'zu' => 'Zulu' );
646
+
647
  /* GO PRO */
648
  if ( isset( $_GET['action'] ) && 'go_pro' == $_GET['action'] ) {
649
+ global $bstwbsftwppdtplgns_options;
650
 
651
  $bws_license_key = ( isset( $_POST['bws_license_key'] ) ) ? trim( esc_html( $_POST['bws_license_key'] ) ) : "";
652
 
653
  if ( isset( $_POST['bws_license_submit'] ) && check_admin_referer( plugin_basename( __FILE__ ), 'bws_license_nonce_name' ) ) {
654
+ if ( '' != $bws_license_key ) {
655
  if ( strlen( $bws_license_key ) != 18 ) {
656
  $error = __( "Wrong license key", 'contact_form' );
657
  } else {
661
  } else {
662
  $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] = 1;
663
  $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['time'] = time();
664
+ }
665
 
666
+ /* download Pro */
667
  if ( ! array_key_exists( $bws_license_plugin, $all_plugins ) ) {
668
  $current = get_site_transient( 'update_plugins' );
669
  if ( is_array( $all_plugins ) && !empty( $all_plugins ) && isset( $current ) && is_array( $current->response ) ) {
681
  $error = __( "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience.", 'contact_form' );
682
  } else {
683
  $response = maybe_unserialize( wp_remote_retrieve_body( $raw_response ) );
684
+
685
  if ( is_array( $response ) && !empty( $response ) ) {
686
  foreach ( $response as $key => $value ) {
687
  if ( "wrong_license_key" == $value->package ) {
688
+ $error = __( "Wrong license key", 'contact_form' );
689
  } elseif ( "wrong_domain" == $value->package ) {
690
  $error = __( "This license key is bind to another site", 'contact_form' );
691
  } elseif ( "you_are_banned" == $value->package ) {
692
  $error = __( "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually.", 'contact_form' );
693
  }
694
  }
695
+ if ( '' == $error ) {
696
  $bstwbsftwppdtplgns_options[ $bws_license_plugin ] = $bws_license_key;
697
 
698
  $url = 'http://bestwebsoft.com/wp-content/plugins/paid-products/plugins/downloads/?bws_first_download=' . $bws_license_plugin . '&bws_license_key=' . $bws_license_key . '&download_from=5';
707
  $zip->close();
708
  } else {
709
  $error = __( "Failed to open the zip archive. Please, upload the plugin manually", 'contact_form' );
710
+ }
711
  } elseif ( class_exists( 'Phar' ) ) {
712
  $phar = new PharData( $uploadDir["path"] . "/" . $zip_name[0] . ".zip" );
713
  $phar->extractTo( WP_PLUGIN_DIR );
714
  } else {
715
  $error = __( "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually", 'contact_form' );
716
  }
717
+ @unlink( $uploadDir["path"] . "/" . $zip_name[0] . ".zip" );
718
  } else {
719
  $error = __( "Failed to download the zip archive. Please, upload the plugin manually", 'contact_form' );
720
  }
721
 
722
  /* activate Pro */
723
+ if ( file_exists( WP_PLUGIN_DIR . '/' . $zip_name[0] ) ) {
724
  array_push( $active_plugins, $bws_license_plugin );
725
  update_option( 'active_plugins', $active_plugins );
726
  $pro_plugin_is_activated = true;
727
  } elseif ( '' == $error ) {
728
  $error = __( "Failed to download the zip archive. Please, upload the plugin manually", 'contact_form' );
729
+ }
730
  }
731
  } else {
732
+ $error = __( "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience.", 'contact_form' );
733
  }
734
  }
735
  }
736
  } else {
737
  /* activate Pro */
738
+ if ( ! ( in_array( $bws_license_plugin, $active_plugins ) || is_plugin_active_for_network( $bws_license_plugin ) ) ) {
739
  array_push( $active_plugins, $bws_license_plugin );
740
  update_option( 'active_plugins', $active_plugins );
741
  $pro_plugin_is_activated = true;
742
+ }
743
  }
744
  update_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options, '', 'yes' );
745
  }
754
  <h2 class="nav-tab-wrapper">
755
  <a class="nav-tab<?php if ( ! isset( $_GET['action'] ) ) echo ' nav-tab-active'; ?>" href="admin.php?page=contact_form.php"><?php _e( 'Settings', 'contact_form' ); ?></a>
756
  <a class="nav-tab<?php if ( isset( $_GET['action'] ) && 'extra' == $_GET['action'] ) echo ' nav-tab-active'; ?>" href="admin.php?page=contact_form.php&amp;action=extra"><?php _e( 'Extra settings', 'contact_form' ); ?></a>
757
+ <a class="nav-tab" href="http://bestwebsoft.com/products/contact-form/faq" target="_blank"><?php _e( 'FAQ', 'contact_form' ); ?></a>
758
  <a class="nav-tab bws_go_pro_tab<?php if ( isset( $_GET['action'] ) && 'go_pro' == $_GET['action'] ) echo ' nav-tab-active'; ?>" href="admin.php?page=contact_form.php&amp;action=go_pro"><?php _e( 'Go PRO', 'contact_form' ); ?></a>
759
  </h2>
760
  <div class="updated fade" <?php if ( ! isset( $_POST['cntctfrm_form_submit'] ) || "" != $error ) echo "style=\"display:none\""; ?>><p><strong><?php echo $message; ?></strong></p></div>
764
  if ( ! isset( $contact_form_multi_active ) && ! isset( $contact_form_multi_pro_active ) ) { ?>
765
  <h2 class="nav-tab-wrapper">
766
  <li class="nav-tab nav-tab-active">NEW_FORM</li>
767
+ <a class="nav-tab" target="_new" href="http://bestwebsoft.com/products/contact-form-multi/" title="<?php _e( "If you want to create multiple contact forms, please install the Contact Form Multi plugin.", 'contact_form' ); ?>">+</a>
768
  </h2>
769
  <?php } ?>
770
  <form id="cntctfrm_settings_form" method="post" action="admin.php?page=contact_form.php">
771
  <span style="margin-bottom:15px;">
772
  <?php if ( ! isset( $contact_form_multi_active ) && ! isset( $contact_form_multi_pro_active ) ) { ?>
773
  <p><?php _e( "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:", 'contact_form' ); ?> [contact_form] <?php _e( "or", 'contact_form' ); ?> [contact_form lang=en]<br />
774
+ <?php _e( "If have any problems with the standard shortcode [contact_form], you should use the shortcode", 'contact_form' ); ?> [bws_contact_form] (<?php _e( "or", 'contact_form' ); ?> [bws_contact_form lang=en]) <?php _e( "or", 'contact_form' ); ?> [bestwebsoft_contact_form] (<?php _e( "or", 'contact_form' ); ?>
775
  [bestwebsoft_contact_form lang=en]). <?php _e( "They work the same way.", 'contact_form' ); ?></p>
776
  <?php _e( "If you leave the fields empty, the messages will be sent to the email address specified during registration.", 'contact_form' );
777
  } else { ?>
778
  <p><?php _e( "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:", 'contact_form' ); ?> [contact_form id=<?php echo $_SESSION['cntctfrmmlt_id_form']; ?>] <?php _e( "or", 'contact_form' ); ?> [contact_form lang=en id=<?php echo $_SESSION['cntctfrmmlt_id_form']; ?>]<br />
779
+ <?php _e( "If have any problems with the standard shortcode [contact_form], you should use the shortcode", 'contact_form' ); ?> [bws_contact_form id=<?php echo $_SESSION['cntctfrmmlt_id_form']; ?>] (<?php _e( "or", 'contact_form' ); ?> [bws_contact_form lang=en id=<?php echo $_SESSION['cntctfrmmlt_id_form']; ?>]) <?php _e( "or", 'contact_form' ); ?> [bestwebsoft_contact_form id=<?php echo $_SESSION['cntctfrmmlt_id_form']; ?>] (<?php _e( "or", 'contact_form' ); ?>
780
  [bestwebsoft_contact_form lang=en id=<?php echo $_SESSION['cntctfrmmlt_id_form']; ?>]). <?php _e( "They work the same way.", 'contact_form' ); ?></p>
781
  <?php _e( "If you leave the fields empty, the messages will be sent to the email address specified during registration.", 'contact_form' );
782
  } ?>
806
  </tr>
807
  </table>
808
  <div class="bws_pro_version_bloc">
809
+ <div class="bws_pro_version_table_bloc">
810
+ <div class="bws_table_bg"></div>
811
  <table class="form-table bws_pro_version">
812
  <tr valign="top">
813
  <th scope="row"><?php _e( "Add department selectbox to the contact form:", 'contact_form' ); ?></th>
814
  <td colspan="2">
815
+ <input type="radio" id="cntctfrmpr_select_email_department" name="cntctfrmpr_select_email" value="departments" disabled="disabled" />
816
  <div class="cntctfrmpr_department_table"><img src="<?php echo plugins_url( 'images/pro_screen_1.png', __FILE__ ); ?>" alt="" /></div>
817
  </td>
818
  </tr>
820
  <th scope="row" colspan="2">
821
  * <?php _e( 'If you upgrade to Pro version all your settings will be saved.', 'contact_form' ); ?>
822
  </th>
823
+ </tr>
824
+ </table>
825
  </div>
826
  <div class="bws_pro_version_tooltip">
827
  <div class="bws_info">
828
+ <?php _e( 'Unlock premium options by upgrading to a PRO version.', 'contact_form' ); ?>
829
+ <a href="http://bestwebsoft.com/products/contact-form/?k=697c5e74f39779ce77850e11dbe21962&pn=77&v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>" target="_blank" title="Contact Form Pro"><?php _e( 'Learn More', 'contact_form' ); ?></a>
830
  </div>
831
+ <a class="bws_button" href="http://bestwebsoft.com/products/contact-form/buy/?k=697c5e74f39779ce77850e11dbe21962&pn=77&v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>" target="_blank" title="Contact Form Pro">
832
  <?php _e( 'Go', 'contact_form' ); ?> <strong>PRO</strong>
833
+ </a>
834
+ <div class="clear"></div>
835
  </div>
836
  </div>
837
  <table class="form-table" style="width:auto;">
842
  if ( 0 < count( preg_grep( '/contact-form-to-db\/contact_form_to_db.php/', $active_plugins ) ) || 0 < count( preg_grep( '/contact-form-to-db-pro\/contact_form_to_db_pro.php/', $active_plugins ) ) ||
843
  is_plugin_active_for_network( 'contact-form-to-db/contact_form_to_db.php' ) || is_plugin_active_for_network( 'contact-form-to-db-pro/contact_form_to_db_pro.php' ) ) { ?>
844
  <input type="checkbox" name="cntctfrm_save_email_to_db" value="1" <?php if ( ( isset( $cntctfrmtdb_options ) && 1 == $cntctfrmtdb_options["cntctfrmtdb_save_messages_to_db"] ) || ( isset( $cntctfrmtdbpr_options ) && 1 == $cntctfrmtdbpr_options["save_messages_to_db"] ) ) echo "checked=\"checked\""; ?> />
845
+ <span style="color: #888888;font-size: 10px;"> (<?php _e( 'Using', 'contact_form' ); ?> <a href="admin.php?page=cntctfrmtdb_manager">Contact Form to DB</a> <?php _e( 'powered by', 'contact_form' ); ?> <a href="http://bestwebsoft.com/products/">bestwebsoft.com</a>)</span>
846
  <?php } else { ?>
847
+ <input disabled="disabled" type="checkbox" name="cntctfrm_save_email_to_db" value="1" <?php if ( ( isset( $cntctfrmtdb_options ) && 1 == $cntctfrmtdb_options["cntctfrmtdb_save_messages_to_db"] ) || ( isset( $cntctfrmtdbpr_options ) && 1 == $cntctfrmtdbpr_options["save_messages_to_db"] ) ) echo "checked=\"checked\""; ?> />
848
+ <span style="color: #888888;font-size: 10px;">(<?php _e( 'Using Contact Form to DB powered by', 'contact_form' ); ?> <a href="http://bestwebsoft.com/products/">bestwebsoft.com</a>) <a href="<?php echo bloginfo("url"); ?>/wp-admin/plugins.php"><?php _e( 'Activate Contact Form to DB', 'contact_form' ); ?></a></span>
849
  <?php }
850
  } else { ?>
851
+ <input disabled="disabled" type="checkbox" name="cntctfrm_save_email_to_db" value="1" />
852
+ <span style="color: #888888;font-size: 10px;">(<?php _e( 'Using Contact Form to DB powered by', 'contact_form' ); ?> <a href="http://bestwebsoft.com/products/">bestwebsoft.com</a>) <a href="http://bestwebsoft.com/products/contact-form-to-db/?k=19d806f45d866e70545de83169b274f2&pn=77&v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>"><?php _e( 'Download Contact Form to DB', 'contact_form' ); ?></a></span>
853
  <?php } ?>
854
  </td>
855
+ </tr>
856
  <tr valign="top">
857
+ <th scope="row" id="cntctfrm_additions_options"><?php _e( "Additional options", 'contact_form' ); ?></th>
858
  <td colspan="2">
859
  <input id="cntctfrm_show_additional_settings" type="button" class="button-small button" value="<?php _e( "Show", 'contact_form' ); ?>" style="display: none;">
860
  <input id="cntctfrm_hide_additional_settings" type="button" class="button-small button" value="<?php _e( "Hide", 'contact_form' ); ?>" style="display: none;">
861
  </td>
862
  </tr>
863
+ <tr class="cntctfrm_additions_block">
864
  <th scope="row"><?php _e( 'What to use?', 'contact_form' ); ?></th>
865
  <td colspan="2">
866
  <label><input type='radio' name='cntctfrm_mail_method' value='wp-mail' <?php if ( 'wp-mail' == $cntctfrm_options['cntctfrm_mail_method'] ) echo "checked=\"checked\" "; ?>/>
869
  <?php _e( 'Mail', 'contact_form' ); ?> </label> <span class="cntctfrm_info">(<?php _e( 'To send mail you can use the php mail function', 'contact_form' ); ?>)</span><br />
870
  </td>
871
  </tr>
872
+ <tr valign="top" class="cntctfrm_additions_block">
873
  <th scope="row"><?php _e( "The text in the 'From' field", 'contact_form' ); ?></th>
874
  <td colspan="2">
875
+ <label><input type="radio" id="cntctfrm_select_from_field" name="cntctfrm_select_from_field" value="user_name" <?php if ( 'user_name' == $cntctfrm_options['cntctfrm_select_from_field'] ) echo "checked=\"checked\" "; ?>/> <?php _e( "User name", 'contact_form' ); ?></label>
876
  <span class="cntctfrm_info">(<?php _e( "The name of the user who fills the form will be used in the field 'From'.", 'contact_form' ); ?>)</span><br/>
877
+ <input type="radio" id="cntctfrm_select_from_custom_field" name="cntctfrm_select_from_field" value="custom" <?php if ( 'custom' == $cntctfrm_options['cntctfrm_select_from_field'] ) echo "checked=\"checked\" "; ?>/>
878
  <input type="text" style="width:200px;" name="cntctfrm_from_field" value="<?php echo stripslashes( $cntctfrm_options['cntctfrm_from_field'] ); ?>" onfocus="document.getElementById('cntctfrm_select_from_custom_field').checked = true;" />
879
  <span class="cntctfrm_info">(<?php _e( "This text will be used in the 'FROM' field", 'contact_form' ); ?>)</span>
880
  </td>
881
  </tr>
882
+ <tr valign="top" class="cntctfrm_additions_block">
883
  <th scope="row"><?php _e( "The email address in the 'From' field", 'contact_form' ); ?></th>
884
  <td colspan="2">
885
  <label><input type="radio" id="cntctfrm_from_email" name="cntctfrm_from_email" value="user" <?php if ( 'user' == $cntctfrm_options['cntctfrm_from_email'] ) echo "checked=\"checked\" "; ?>/> <?php _e( "User email", 'contact_form' ); ?> </label>
886
  <span class="cntctfrm_info">(<?php _e( "The email address of the user who fills the form will be used in the field 'From'.", 'contact_form' ); ?>)</span><br />
887
+ <input type="radio" id="cntctfrm_from_custom_email" name="cntctfrm_from_email" value="custom" <?php if ( 'custom' == $cntctfrm_options['cntctfrm_from_email'] ) echo "checked=\"checked\" "; ?>/>
888
  <input type="text" name="cntctfrm_custom_from_email" value="<?php echo $cntctfrm_options['cntctfrm_custom_from_email']; ?>" onfocus="document.getElementById('cntctfrm_from_custom_email').checked = true;" />
889
  <span class="cntctfrm_info">(<?php _e( "This email address will be used in the 'From' field.", 'contact_form' ); ?>)</span>
890
  </td>
891
  </tr>
892
+ <tr valign="top" class="cntctfrm_additions_block">
893
  <th scope="row"><?php _e( "Required symbol", 'contact_form' ); ?></th>
894
  <td colspan="2">
895
  <input type="text" id="cntctfrm_required_symbol" name="cntctfrm_required_symbol" value="<?php echo $cntctfrm_options['cntctfrm_required_symbol']; ?>"/>
897
  </tr>
898
  </table>
899
  <br />
900
+ <table class="cntctfrm_settings_table cntctfrm_additions_block" style="width:auto;">
901
  <thead>
902
  <tr valign="top">
903
  <th scope="row" style="width: 210px;"><?php _e( "Fields", 'contact_form' ); ?></th>
920
  <tr valign="top">
921
  <td><?php _e( "Location selectbox", 'contact_form' ); ?></td>
922
  <td class="bws_pro_version"><input disabled="disabled" type="checkbox" name="cntctfrmpr_display_selectbox" value="1" /></td>
923
+ <td class="bws_pro_version"><input disabled="disabled" type="checkbox" name="cntctfrmpr_required_selectbox" value="1" /></td>
924
  <td class="bws_pro_version"></td>
925
  <td class="bws_pro_version"></td>
926
  <td class="bws_pro_version"><input disabled="disabled" type="file" name="cntctfrmpr_default_location"></td>
954
  <td></td>
955
  <td><input type="checkbox" id="cntctfrm_required_subject_field" name="cntctfrm_required_subject_field" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_required_subject_field'] ) echo "checked=\"checked\" "; ?>/></td>
956
  <td class="bws_pro_version"><input class="subject" disabled="disabled" type="checkbox" name="cntctfrmpr_visible_subject" value="1" /></td>
957
+ <td class="bws_pro_version"><input class="subject" disabled="disabled" type="checkbox" name="cntctfrmpr_disabled_subject" value="1" /></td>
958
  <td class="bws_pro_version"><input class="subject" disabled="disabled" type="text" name="cntctfrmpr_default_subject" value="" /></td>
959
  </tr>
960
  <tr valign="top">
961
  <td><?php _e( "Message", 'contact_form' ); ?></td>
962
  <td></td>
963
+ <td><input type="checkbox" id="cntctfrm_required_message_field" name="cntctfrm_required_message_field" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_required_message_field'] ) echo "checked=\"checked\" "; ?>/></td>
964
  <td class="bws_pro_version"><input class="message" disabled="disabled" type="checkbox" name="cntctfrmpr_visible_message" value="1" /></td>
965
+ <td class="bws_pro_version"><input class="message" disabled="disabled" disabled="disabled" type="checkbox" name="cntctfrmpr_disabled_message" value="1" /></td>
966
  <td class="bws_pro_version"><input class="message" disabled="disabled" type="text" name="cntctfrmpr_default_message" value="" /></td>
967
  </tr>
968
  <tr valign="top">
969
  <td></td>
970
  <td></td>
971
  <td></td>
972
+ <td colspan="3" class="bws_pro_version_tooltip">
973
  <div class="bws_info">
974
+ <?php _e( 'Unlock premium options by upgrading to a PRO version.', 'contact_form' ); ?>
975
+ <a href="http://bestwebsoft.com/products/contact-form/?k=697c5e74f39779ce77850e11dbe21962&pn=77&v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>" target="_blank" title="Contact Form Pro"><?php _e( 'Learn More', 'contact_form' ); ?></a>
976
  </div>
977
+ <a class="bws_button" href="http://bestwebsoft.com/products/contact-form/buy/?k=697c5e74f39779ce77850e11dbe21962&pn=77&v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>" target="_blank" title="Contact Form Pro">
978
  <?php _e( 'Go', 'contact_form' ); ?> <strong>PRO</strong>
979
+ </a>
980
  <div class="clear"></div>
981
  </td>
982
  </tr>
983
  <tr valign="top">
984
  <td>
985
+ <?php _e( "Attachment block", 'contact_form' ); ?>
986
  <div class="cntctfrm_help_box" style="margin: -3px 0 0; float:right;">
987
  <div class="cntctfrm_hidden_help_text" style="display: none;"><?php echo __( "Users can attach the following file formats", 'contact_form' ) . ": html, txt, css, gif, png, jpeg, jpg, tiff, bmp, ai, eps, ps, rtf, pdf, doc, docx, xls, zip, rar, wav, mp3, ppt, aar, sce"; ?></div>
988
  </div>
996
  </tbody>
997
  </table>
998
  <table class="form-table" style="width:auto;">
999
+ <tr valign="top" class="cntctfrm_additions_block">
1000
  <th scope="row"><?php _e( "Add to the form", 'contact_form' ); ?></th>
1001
  <td style="width:750px;" colspan="3">
1002
  <div style="clear: both;">
1003
  <label style="float: left">
1004
+ <input type="checkbox" id="cntctfrm_attachment_explanations" name="cntctfrm_attachment_explanations" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_attachment_explanations'] && '1' == $cntctfrm_options['cntctfrm_attachment'] ) echo "checked=\"checked\" "; ?>/>
1005
  <?php _e( "Tips below the Attachment", 'contact_form' ); ?>
1006
+ </label>
1007
  <div class="cntctfrm_help_box" style="margin: -3px 0 0 10px;">
1008
  <div class="cntctfrm_hidden_help_text" style="display: none;width: auto;"><img title="" src="<?php echo plugins_url( 'images/tooltip_attachment_tips.png', __FILE__ ); ?>" alt=""/></div>
1009
  </div>
1010
  </div>
1011
  <div style="clear: both;">
1012
  <label style="float: left">
1013
+ <input type="checkbox" id="cntctfrm_send_copy" name="cntctfrm_send_copy" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_send_copy'] ) echo "checked=\"checked\" "; ?>/>
1014
  <?php _e( "'Send me a copy' block", 'contact_form' ); ?>
1015
  </label>
1016
  <div class="cntctfrm_help_box" style="margin: -3px 0 0 10px;">
1022
  if ( 0 < count( preg_grep( '/captcha\/captcha.php/', $active_plugins ) ) || 0 < count( preg_grep( '/captcha-pro\/captcha_pro.php/', $active_plugins ) ) ||
1023
  is_plugin_active_for_network( 'captcha/captcha.php' ) || is_plugin_active_for_network( 'captcha-pro/captcha_pro.php' ) ) { ?>
1024
  <label><input type="checkbox" name="cntctfrm_display_captcha" value="1" <?php if ( ( isset( $cptch_options ) && 1 == $cptch_options["cptch_contact_form"] ) || ( isset( $cptchpr_options ) && 1 == $cptchpr_options["cptchpr_contact_form"] ) ) echo "checked=\"checked\""; ?> />
1025
+ <?php _e( "Captcha", 'contact_form' ); ?></label> <span style="color: #888888;font-size: 10px;">(<?php _e( 'powered by', 'contact_form' ); ?> <a href="http://bestwebsoft.com/products/">bestwebsoft.com</a>)</span>
1026
  <?php } else { ?>
1027
+ <label><input disabled="disabled" type="checkbox" name="cntctfrm_display_captcha" value="1" <?php if ( ( isset( $cptch_options ) && 1 == $cptch_options["cptch_contact_form"] ) || ( isset( $cptchpr_options ) && 1 == $cptchpr_options["cptchpr_contact_form"] ) ) echo "checked=\"checked\""; ?> />
1028
+ <?php _e( 'Captcha', 'contact_form' ); ?></label> <span style="color: #888888;font-size: 10px;">(<?php _e( 'powered by', 'contact_form' ); ?> <a href="http://bestwebsoft.com/products/">bestwebsoft.com</a>) <a href="<?php echo bloginfo("url"); ?>/wp-admin/plugins.php"><?php _e( 'Activate captcha', 'contact_form' ); ?></a></span>
1029
  <?php }
1030
  } else { ?>
1031
+ <label><input disabled="disabled" type="checkbox" name="cntctfrm_display_captcha" value="1" />
1032
+ <?php _e( 'Captcha', 'contact_form' ); ?></label> <span style="color: #888888;font-size: 10px;">(<?php _e( 'powered by', 'contact_form' ); ?> <a href="http://http://bestwebsoft.com/products/">bestwebsoft.com</a>) <a href="http://bestwebsoft.com/products/captcha/?k=19ac1e9b23bea947cfc4a9b8e3326c03&pn=77&v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>"><?php _e( 'Download captcha', 'contact_form' ); ?></a></span>
1033
  <?php } ?>
1034
+ </div>
1035
  </td>
1036
  </tr>
1037
+ <tr valign="top" class="cntctfrm_additions_block">
1038
  <th scope="row"></th>
1039
  <td colspan="3" class="bws_pro_version">
1040
  <label><input disabled="disabled" type="checkbox" value="1" name="cntctfrmpr_display_privacy_check"> <?php _e( 'Agreement checkbox', 'contact_form' ); ?></label> <span style="color: #888888;font-size: 10px;">(<?php _e( 'Required checkbox for submitting the form', 'contact_form' ); ?>)</span><br />
1041
  <label><input disabled="disabled" type="checkbox" value="1" name="cntctfrmpr_display_optional_check"> <?php _e( 'Optional checkbox', 'contact_form' ); ?></label> <span style="color: #888888;font-size: 10px;">(<?php _e( 'Optional checkbox, the results of which will be displayed in email', 'contact_form' ); ?>)</span><br />
1042
+ </td>
1043
  </tr>
1044
+ <tr valign="top" class="cntctfrm_additions_block">
1045
  <th></th>
1046
+ <td colspan="3" class="bws_pro_version_tooltip">
1047
  <div class="bws_info">
1048
+ <?php _e( 'Unlock premium options by upgrading to a PRO version.', 'contact_form' ); ?>
1049
+ <a href="http://bestwebsoft.com/products/contact-form/?k=697c5e74f39779ce77850e11dbe21962&pn=77&v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>" target="_blank" title="Contact Form Pro"><?php _e( 'Learn More', 'contact_form' ); ?></a>
1050
  </div>
1051
+ <a class="bws_button" href="http://bestwebsoft.com/products/contact-form/buy/?k=697c5e74f39779ce77850e11dbe21962&pn=77&v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>" target="_blank" title="Contact Form Pro">
1052
  <?php _e( 'Go', 'contact_form' ); ?> <strong>PRO</strong>
1053
+ </a>
1054
  <div class="clear"></div>
1055
  </td>
1056
  </tr>
1057
+ <tr valign="top" class="cntctfrm_additions_block">
1058
  <th scope="row"><?php _e( "Delete an attachment file from the server after the email is sent", 'contact_form' ); ?> </th>
1059
  <td colspan="3">
1060
  <input type="checkbox" id="cntctfrm_delete_attached_file" name="cntctfrm_delete_attached_file" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_delete_attached_file'] ) echo "checked=\"checked\" "; ?>/>
1061
  </td>
1062
  </tr>
1063
+ <tr valign="top" class="cntctfrm_additions_block">
1064
  <th scope="row"><?php _e( "Email in HTML format sending", 'contact_form' ); ?></th>
1065
  <td colspan="2"><input type="checkbox" name="cntctfrm_html_email" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_html_email'] ) echo "checked=\"checked\" "; ?>/></td>
1066
  </tr>
1067
+ <tr valign="top" class="cntctfrm_additions_block">
1068
  <th scope="row"><?php _e( "Display additional info in the email", 'contact_form' ); ?></th>
1069
  <td style="width:15px;">
1070
  <input type="checkbox" id="cntctfrm_display_add_info" name="cntctfrm_display_add_info" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_display_add_info'] ) echo "checked=\"checked\" "; ?>/>
1076
  <label><input type="checkbox" id="cntctfrm_display_user_agent" name="cntctfrm_display_user_agent" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_display_user_agent'] ) echo "checked=\"checked\" "; ?>/> <?php _e( "Using (user agent)", 'contact_form' ); ?></label> <span style="color: #888888;font-size: 10px;"><?php _e( "Example: Using (user agent): Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36", 'contact_form' ); ?></span><br />
1077
  </td>
1078
  </tr>
1079
+ <tr valign="top" class="cntctfrm_additions_block">
1080
  <th scope="row"><?php _e( "Language settings for the field names in the form", 'contact_form' ); ?></th>
1081
  <td colspan="2">
1082
  <select name="cntctfrm_languages" id="cntctfrm_languages" style="width:300px;">
1089
  <input type="button" class="button-primary" id="cntctfrm_add_language_button" value="<?php _e( 'Add a language', 'contact_form' ); ?>" />
1090
  </td>
1091
  </tr>
1092
+ <tr valign="top" class="cntctfrm_additions_block">
1093
  <th scope="row"><?php _e( "Change the names of the contact form fields and error messages", 'contact_form' ); ?></th>
1094
  <td style="width:15px;">
1095
  <input type="checkbox" id="cntctfrm_change_label" name="cntctfrm_change_label" value="1" <?php if ( $cntctfrm_options['cntctfrm_change_label'] == '1' ) echo "checked=\"checked\" "; ?>/>
1096
  </td>
1097
  <td class="cntctfrm_change_label_block <?php if ( '0' == $cntctfrm_options['cntctfrm_change_label'] ) echo "cntctfrm_hidden"; ?>">
1098
  <div class="cntctfrm_label_language_tab cntctfrm_active" id="cntctfrm_label_en"><?php _e( 'English', 'contact_form' ); ?></div>
1099
+ <?php if ( ! empty( $cntctfrm_options['cntctfrm_language'] ) ) {
1100
  foreach ( $cntctfrm_options['cntctfrm_language'] as $val ) {
1101
  echo '<div class="cntctfrm_label_language_tab" id="cntctfrm_label_' . $val . '">' . $lang_codes[ $val ] . ' <span class="cntctfrm_delete" rel="' . $val . '">X</span></div>';
1102
+ }
1103
  } ?>
1104
  <div class="clear"></div>
1105
  <div class="cntctfrm_language_tab cntctfrm_tab_en">
1106
  <div class="cntctfrm_language_tab_block_mini" style="display:none;"><?php _e( "click to expand/hide the list", 'contact_form' ); ?></div>
1107
  <div class="cntctfrm_language_tab_block">
1108
  <input type="text" name="cntctfrm_name_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_name_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Name:", 'contact_form' ); ?></span><br />
1109
+ <input type="text" name="cntctfrm_address_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_address_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Address:", 'contact_form' ); ?></span><br />
1110
  <input type="text" name="cntctfrm_email_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_email_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Email Address:", 'contact_form' ); ?></span><br />
1111
  <input type="text" name="cntctfrm_phone_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_phone_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Phone number:", 'contact_form' ); ?></span><br />
1112
  <input type="text" name="cntctfrm_subject_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_subject_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Subject:", 'contact_form' ); ?></span><br />
1113
  <input type="text" name="cntctfrm_message_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_message_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Message:", 'contact_form' ); ?></span><br />
1114
  <input type="text" name="cntctfrm_attachment_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_attachment_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Attachment:", 'contact_form' ); ?></span><br />
1115
  <input type="text" name="cntctfrm_attachment_tooltip[en]" value="<?php echo $cntctfrm_options['cntctfrm_attachment_tooltip']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Tips below the Attachment block", 'contact_form' ); ?></span><br />
1116
+ <input type="text" name="cntctfrm_send_copy_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_send_copy_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Send me a copy", 'contact_form' ); ?></span><br />
1117
  <input type="text" name="cntctfrm_submit_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_submit_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Submit", 'contact_form' ); ?></span><br />
1118
  <input type="text" name="cntctfrm_name_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_name_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Name field", 'contact_form' ); ?></span><br />
1119
+ <input type="text" name="cntctfrm_address_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_address_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Address field", 'contact_form' ); ?></span><br />
1120
  <input type="text" name="cntctfrm_email_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_email_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Email field", 'contact_form' ); ?></span><br />
1121
  <input type="text" name="cntctfrm_phone_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_phone_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Phone field", 'contact_form' ); ?></span><br />
1122
  <input type="text" name="cntctfrm_subject_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_subject_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Subject field", 'contact_form' ); ?></span><br />
1123
+ <input type="text" name="cntctfrm_message_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_message_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Message field", 'contact_form' ); ?></span><br />
1124
  <input type="text" name="cntctfrm_attachment_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_attachment_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message about the file type for the Attachment field", 'contact_form' ); ?></span><br />
1125
  <input type="text" name="cntctfrm_attachment_upload_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_attachment_upload_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message while uploading a file for the Attachment field to the server", 'contact_form' ); ?></span><br />
1126
  <input type="text" name="cntctfrm_attachment_move_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_attachment_move_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message while moving the file for the Attachment field", 'contact_form' ); ?></span><br />
1134
  <span class="cntctfrm_info" style="margin-left: 5px;"><?php _e( "Use shortcode", 'contact_form' ); echo " [bestwebsoft_contact_form lang=en id=".$_SESSION['cntctfrmmlt_id_form']."] " . __( "or", 'contact_form' ) . " [bestwebsoft_contact_form id=".$_SESSION['cntctfrmmlt_id_form']."] "; _e( "for this language", 'contact_form' ); ?></span>
1135
  <?php } ?>
1136
  </div>
1137
+ <?php if ( ! empty( $cntctfrm_options['cntctfrm_language'] ) ) {
1138
  foreach ( $cntctfrm_options['cntctfrm_language'] as $val ) { ?>
1139
  <div class="cntctfrm_language_tab hidden cntctfrm_tab_<?php echo $val; ?>">
1140
  <div class="cntctfrm_language_tab_block_mini" style="display:none;"><?php _e( "click to expand/hide the list", 'contact_form' ); ?></div>
1147
  <input type="text" name="cntctfrm_message_label[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_message_label'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_message_label'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Message:", 'contact_form' ); ?></span><br />
1148
  <input type="text" name="cntctfrm_attachment_label[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_attachment_label'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_attachment_label'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Attachment:", 'contact_form' ); ?></span><br />
1149
  <input type="text" name="cntctfrm_attachment_tooltip[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_attachment_tooltip'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_attachment_tooltip'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Tips below the Attachment block", 'contact_form' ); ?></span><br />
1150
+ <input type="text" name="cntctfrm_send_copy_label[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_send_copy_label'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_send_copy_label'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Send me a copy", 'contact_form' ); ?></span><br />
1151
  <input type="text" name="cntctfrm_submit_label[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_submit_label'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_submit_label'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Submit", 'contact_form' ); ?></span><br />
1152
  <input type="text" name="cntctfrm_name_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_name_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_name_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Name field", 'contact_form' ); ?></span><br />
1153
  <input type="text" name="cntctfrm_address_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_address_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_address_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Address field", 'contact_form' ); ?></span><br />
1154
  <input type="text" name="cntctfrm_email_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_email_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_email_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Email field", 'contact_form' ); ?></span><br />
1155
  <input type="text" name="cntctfrm_phone_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_phone_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_phone_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Phone field", 'contact_form' ); ?></span><br />
1156
  <input type="text" name="cntctfrm_subject_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_subject_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_subject_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Subject field", 'contact_form' ); ?></span><br />
1157
+ <input type="text" name="cntctfrm_message_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_message_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_message_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Message field", 'contact_form' ); ?></span><br />
1158
+ <input type="text" name="cntctfrm_attachment_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_attachment_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_attachment_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message about the file type for the Attachment field", 'contact_form' ); ?></span><br />
1159
  <input type="text" name="cntctfrm_attachment_upload_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_attachment_upload_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_attachment_upload_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message while uploading a file for the Attachment field to the server", 'contact_form' ); ?></span><br />
1160
  <input type="text" name="cntctfrm_attachment_move_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_attachment_move_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_attachment_move_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message while moving the file for the Attachment field", 'contact_form' ); ?></span><br />
1161
  <input type="text" name="cntctfrm_attachment_size_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_attachment_size_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_attachment_size_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message when file size limit for the Attachment field is exceeded", 'contact_form' ); ?></span><br />
1168
  <span class="cntctfrm_info" style="margin-left: 5px;"><?php _e( "Use shortcode", 'contact_form' ); echo " [bestwebsoft_contact_form lang=" . $val . " id=" . $_SESSION['cntctfrmmlt_id_form'] . "] "; _e( "for this language", 'contact_form' ); ?></span>
1169
  <?php } ?>
1170
  </div>
1171
+ <?php }
1172
  } ?>
1173
  </td>
1174
  </tr>
1175
+ <tr valign="top" class="cntctfrm_additions_block">
1176
  <th scope="row"><?php _e( 'Use the changed names of the contact form fields in the email', 'contact_form' ); ?></th>
1177
  <td colspan="2">
1178
  <input type="checkbox" name="cntctfrm_change_label_in_email" value="1" <?php if ( $cntctfrm_options['cntctfrm_change_label_in_email'] == '1' ) echo "checked=\"checked\" "; ?>/>
1179
  </td>
1180
+ </tr>
1181
+ <tr valign="top" class="cntctfrm_additions_block">
1182
  <th scope="row"><?php _e( "Action after email is sent", 'contact_form' ); ?></th>
1183
  <td colspan="2" class="cntctfrm_action_after_send_block">
1184
  <label><input type="radio" id="cntctfrm_action_after_send" name="cntctfrm_action_after_send" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_action_after_send'] ) echo "checked=\"checked\" "; ?>/> <?php _e( "Display text", 'contact_form' ); ?></label><br />
1185
  <div class="cntctfrm_label_language_tab cntctfrm_active" id="cntctfrm_text_en"><?php _e( 'English', 'contact_form' ); ?></div>
1186
+ <?php if ( ! empty( $cntctfrm_options['cntctfrm_language'] ) ) {
1187
  foreach ( $cntctfrm_options['cntctfrm_language'] as $val ) {
1188
  echo '<div class="cntctfrm_label_language_tab" id="cntctfrm_text_' . $val . '">' . $lang_codes[ $val ] . ' <span class="cntctfrm_delete" rel="' . $val . '">X</span></div>';
1189
+ }
1190
  } ?>
1191
  <div class="clear"></div>
1192
  <div class="cntctfrm_language_tab cntctfrm_tab_en" style=" padding: 5px 10px 5px 5px;">
1197
  <span class="cntctfrm_info"><?php _e( "Use shortcode", 'contact_form' ); echo " [bestwebsoft_contact_form lang=en id=".$_SESSION['cntctfrmmlt_id_form']."] " . __( "or", 'contact_form' ) . " [bestwebsoft_contact_form id=".$_SESSION['cntctfrmmlt_id_form']."] "; _e( "for this language", 'contact_form' ); ?></span>
1198
  <?php } ?>
1199
  </div>
1200
+ <?php if ( ! empty( $cntctfrm_options['cntctfrm_language'] ) ) {
1201
  foreach ( $cntctfrm_options['cntctfrm_language'] as $val ) { ?>
1202
  <div class="cntctfrm_language_tab hidden cntctfrm_tab_<?php echo $val; ?>" style=" padding: 5px 10px 5px 5px;">
1203
  <input type="text" name="cntctfrm_thank_text[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_thank_text'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_thank_text'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Text", 'contact_form' ); ?></span><br />
1207
  <span class="cntctfrm_info"><?php _e( "Use shortcode", 'contact_form' ); echo " [bestwebsoft_contact_form lang=" . $val . " id=".$_SESSION['cntctfrmmlt_id_form']."] "; _e( "for this language", 'contact_form' ); ?></span>
1208
  <?php } ?>
1209
  </div>
1210
+ <?php }
1211
  } ?>
1212
  <div id="cntctfrm_before"></div>
1213
  <br />
1215
  <input type="text" name="cntctfrm_redirect_url" value="<?php echo $cntctfrm_options['cntctfrm_redirect_url']; ?>" onfocus="document.getElementById('cntctfrm_action_after_send_url').checked = true;" /> <span class="cntctfrm_info"><?php _e( "Url", 'contact_form' ); ?></span>
1216
  </td>
1217
  </tr>
1218
+ <tr valign="top" class="cntctfrm_additions_block">
1219
  <th scope="row"><?php _e( 'The $_SERVER variable that is used to build a URL of the form', 'contact_form' ); ?></th>
1220
  <td colspan="2">
1221
+ <label><input type="radio" name="cntctfrm_site_name_parameter" value="SERVER_NAME" <?php if ( 'SERVER_NAME' == $cntctfrm_options['cntctfrm_site_name_parameter'] ) echo "checked=\"checked\" "; ?>/> SERVER_NAME</label><br />
1222
  <label><input type="radio" name="cntctfrm_site_name_parameter" value="HTTP_HOST" <?php if ( 'HTTP_HOST' == $cntctfrm_options['cntctfrm_site_name_parameter'] ) echo "checked=\"checked\" "; ?>/> HTTP_HOST</label><br />
1223
  <span class="cntctfrm_info"><?php _e( "If you are not sure whether to change this setting or not, please do not do that.", 'contact_form' ); ?></span>
1224
  </td>
1225
  </tr>
1226
+ </table>
1227
+ <div class="bws_pro_version_bloc cntctfrm_additions_block">
1228
+ <div class="bws_pro_version_table_bloc">
1229
+ <div class="bws_table_bg"></div>
1230
+ <table class="form-table bws_pro_version">
1231
+ <tr valign="top">
1232
+ <th scope="row"><?php _e( 'Auto Response', 'contact_form' ); ?></th>
1233
+ <td colspan="2">
1234
+ <input disabled="disabled" type="checkbox" value="1" name="cntctfrm_auto_response" checked="checked"/>
1235
+ <textarea name="cntctfrm_auto_response_message" style="position: relative; margin-left: 20px; z-index: -1;">Dear %%NAME%%, Thank you for contacting us. We have received your message and will reply to it shortly. Regards, %%SITENAME%% Team.</textarea><br/>
1236
+ <span class="cntctfrm_info" style="margin-left: 45px"><?php _e( "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to display data from the Message field, as well as %%SITENAME%% to display blog name.", 'contact_form' ); ?></span>
1237
+ </td>
1238
+ </tr>
1239
+ <tr valign="top">
1240
+ <th scope="row" colspan="2">
1241
+ * <?php _e( 'If you upgrade to Pro version all your settings will be saved.', 'contact_form' ); ?>
1242
+ </th>
1243
+ </tr>
1244
+ </table>
1245
+ </div>
1246
+ <div class="bws_pro_version_tooltip">
1247
+ <div class="bws_info">
1248
+ <?php _e( 'Unlock premium options by upgrading to a PRO version.', 'contact_form' ); ?>
1249
+ <a href="http://bestwebsoft.com/products/contact-form/?k=697c5e74f39779ce77850e11dbe21962&pn=77&v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>" target="_blank" title="Contact Form Pro"><?php _e( 'Learn More', 'contact_form' ); ?></a>
1250
+ </div>
1251
+ <a class="bws_button" href="http://bestwebsoft.com/products/contact-form/buy/?k=697c5e74f39779ce77850e11dbe21962&pn=77&v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>" target="_blank" title="Contact Form Pro">
1252
+ <?php _e( 'Go', 'contact_form' ); ?> <strong>PRO</strong>
1253
+ </a>
1254
+ <div class="clear"></div>
1255
+ </div>
1256
+ </div>
1257
  <input type="hidden" name="cntctfrm_form_submit" value="submit" />
1258
  <p class="submit">
1259
+ <input type="submit" class="button-primary" value="<?php _e( 'Save Changes', 'contact_form' ); ?>" />
1260
  </p>
1261
  <?php wp_nonce_field( plugin_basename(__FILE__), 'cntctfrm_nonce_name' ); ?>
1262
  <div class="bws-plugin-reviews">
1263
  <div class="bws-plugin-reviews-rate">
1264
+ <?php _e( 'If you enjoy our plugin, please give it 5 stars on WordPress', 'contact_form' ); ?>:
1265
  <a href="http://wordpress.org/support/view/plugin-reviews/contact-form-plugin" target="_blank" title="Contact Form reviews"><?php _e( 'Rate the plugin', 'contact_form' ); ?></a>
1266
  </div>
1267
  <div class="bws-plugin-reviews-support">
1268
+ <?php _e( 'If there is something wrong about it, please contact us', 'contact_form' ); ?>:
1269
  <a href="http://support.bestwebsoft.com">http://support.bestwebsoft.com</a>
1270
  </div>
1271
  </div>
1272
+ </form>
1273
  <?php } elseif ( 'extra' == $_GET['action'] ) { ?>
1274
  <div id="cntctfrmpr_left_table">
1275
  <div class="bws_pro_version_bloc">
1276
+ <div class="bws_pro_version_table_bloc">
1277
+ <div class="bws_table_bg"></div>
1278
  <table class="form-table bws_pro_version">
1279
  <tr valign="top">
1280
  <th scope="row"><?php _e( "Errors output", 'contact_form' ); ?></th>
1332
  <div>
1333
  <input disabled='disabled' type="checkbox" name="cntctfrmpr_tooltip_display_captcha" value="1" />
1334
  <label class="cntctfrmpr_tooltip_label" for="cntctfrmpr_tooltip_display_captcha"><?php _e( "Captcha", 'contact_form' ); ?> </label><span style="color: #888888;font-size: 10px;"><?php _e( '(powered by bestwebsoft.com)', 'contact_form' ); ?></span>
1335
+ </div>
1336
  </td>
1337
  </tr>
1338
  <tr valign="top">
1339
  <th colspan="3" scope="row"><input disabled='disabled' type="checkbox" id="cntctfrmpr_style_options" name="cntctfrmpr_style_options" value="1" checked="checked" /> <?php _e( "Style options", 'contact_form' ); ?></th>
1340
+ </tr>
1341
+ <tr valign="top" class="cntctfrmpr_style_block">
1342
  <th scope="row"><?php _e( "Text color", 'contact_form' ); ?></th>
1343
  <td colspan="2">
1344
  <div>
1377
  <?php _e( "Placeholder color of the input field errors", 'contact_form' ); ?>
1378
  </div>
1379
  </td>
1380
+ </tr>
1381
  <tr valign="top" class="cntctfrmpr_style_block">
1382
  <th scope="row"><?php _e( "Input fields", 'contact_form' ); ?></th>
1383
  <td colspan="2">
1393
  </div>
1394
  <input disabled='disabled' style="margin-left: 66px;" size="8" type="text" value="" name="cntctfrmpr_border_input_width" /> <?php _e( 'Border width in px, numbers only', 'contact_form' ); ?><br />
1395
  <div>
1396
+ <input disabled='disabled' type="button" class="cntctfrmpr_default button-small button" value="<?php _e('Default', 'contact_form'); ?>" />
1397
  <input disabled='disabled' type="text" name="cntctfrmpr_border_input_color" value="" class="cntctfrmpr_colorPicker" />
1398
  <?php _e( 'Border color', 'contact_form' ); ?>
1399
  </div>
1424
  <th scope="row" colspan="2">
1425
  * <?php _e( 'If you upgrade to Pro version all your settings will be saved.', 'contact_form' ); ?>
1426
  </th>
1427
+ </tr>
1428
+ </table>
1429
  </div>
1430
  <div class="bws_pro_version_tooltip">
1431
  <div class="bws_info">
1432
+ <?php _e( 'Unlock premium options by upgrading to a PRO version.', 'contact_form' ); ?>
1433
+ <a href="http://bestwebsoft.com/products/contact-form/?k=697c5e74f39779ce77850e11dbe21962&pn=77&v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>" target="_blank" title="Contact Form Pro"><?php _e( 'Learn More', 'contact_form' ); ?></a>
1434
  </div>
1435
+ <a class="bws_button" href="http://bestwebsoft.com/products/contact-form/buy/?k=697c5e74f39779ce77850e11dbe21962&pn=77&v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>" target="_blank" title="Contact Form Pro">
1436
  <?php _e( 'Go', 'contact_form' ); ?> <strong>PRO</strong>
1437
+ </a>
1438
+ <div class="clear"></div>
1439
  </div>
1440
+ </div>
1441
  <input type="hidden" name="cntctfrmpr_form_submit" value="submit" />
1442
  <p class="submit">
1443
+ <input disabled='disabled' type="button" class="button-primary" value="<?php _e( 'Save Changes', 'contact_form' ); ?>" />
1444
  </p>
1445
  </div>
1446
  <div id="cntctfrmpr_right_table">
1519
  <?php if ( 1 == $cntctfrm_options['cntctfrm_attachment'] ) { ?>
1520
  <div style="text-align: left;">
1521
  <label for="cntctfrmpr_contact_attachment"><?php echo $cntctfrm_options['cntctfrm_attachment_label']['en']; ?></label>
1522
+ </div>
1523
  <div class="cntctfrmpr_error_text hidden" style="text-align: left;"><?php echo $cntctfrm_options['cntctfrm_attachment_error']['en']; ?></div>
1524
  <div style="text-align: left;">
1525
  <input type="file" name="cntctfrmpr_contact_attachment" id="cntctfrmpr_contact_attachment" style="float:left;" />
1533
  <input type="checkbox" value="1" name="cntctfrmpr_contact_send_copy" id="cntctfrmpr_contact_send_copy" style="text-align: left; margin: 0;" />
1534
  <label for="cntctfrmpr_contact_send_copy"><?php echo $cntctfrm_options['cntctfrm_send_copy_label']['en']; ?></label>
1535
  </div>
1536
+ <?php } ?>
1537
  <div style="text-align: left; padding-top: 8px;">
1538
+ <input type="submit" value="<?php echo $cntctfrm_options['cntctfrm_submit_label']['en']; ?>" style="cursor: pointer; margin: 0pt; text-align: center;margin-bottom:10px;" />
1539
+ </div>
1540
  </div>
1541
  <div id="cntctfrmpr_shortcode">
1542
  <?php _e( "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:", 'contact_form' ); ?><br/>
1543
  <div>
1544
  <code id="cntctfrmpr_shortcode_code">
1545
  [bestwebsoft_contact_form]
1546
+ </code>
1547
  </div>
1548
  </div>
1549
  </div>
1550
+ <div class="clear"></div>
1551
  <?php } elseif ( 'go_pro' == $_GET['action'] ) { ?>
1552
  <?php if ( isset( $pro_plugin_is_activated ) && true === $pro_plugin_is_activated ) { ?>
1553
  <script type="text/javascript">
1554
  window.setTimeout( function() {
1555
  window.location.href = 'admin.php?page=contact_form_pro.php';
1556
  }, 5000 );
1557
+ </script>
1558
  <p><?php _e( "Congratulations! The PRO version of the plugin is successfully download and activated.", 'contact_form' ); ?></p>
1559
  <p>
1560
+ <?php _e( "Please, go to", 'contact_form' ); ?> <a href="admin.php?page=contact_form_pro.php"><?php _e( 'the setting page', 'contact_form' ); ?></a>
1561
  (<?php _e( "You will be redirected automatically in 5 seconds.", 'contact_form' ); ?>)
1562
  </p>
1563
  <?php } else { ?>
1564
  <form method="post" action="admin.php?page=contact_form.php&amp;action=go_pro">
1565
  <p>
1566
+ <?php _e( 'You can download and activate', 'contact_form' ); ?>
1567
+ <a href="http://bestwebsoft.com/products/contact-form/?k=697c5e74f39779ce77850e11dbe21962&pn=77&v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>" target="_blank" title="Contact Form Pro">PRO</a>
1568
  <?php _e( 'version of this plugin by entering Your license key.', 'contact_form' ); ?><br />
1569
  <span style="color: #888888;font-size: 10px;">
1570
+ <?php _e( 'You can find your license key on your personal page Client area, by clicking on the link', 'contact_form' ); ?>
1571
+ <a href="http://bestwebsoft.com/wp-login.php">http://bestwebsoft.com/wp-login.php</a>
1572
  <?php _e( '(your username is the email you specify when purchasing the product).', 'contact_form' ); ?>
1573
  </span>
1574
  </p>
1601
  /* Display contact form in front end - page or post */
1602
  if ( ! function_exists( 'cntctfrm_display_form' ) ) {
1603
  function cntctfrm_display_form( $atts = array( 'lang' => 'en' ) ) {
1604
+ global $error_message, $cntctfrm_options, $cntctfrm_result, $cntctfrmmlt_ide, $cntctfrmmlt_active_plugin;
1605
  extract( shortcode_atts( array( 'lang' => 'en' ), $atts ) );
1606
  $content = "";
1607
 
1608
  /* Get options for the form with a definite identifier */
1609
+ require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
1610
  if ( is_plugin_active( 'contact-form-multi/contact-form-multi.php' ) || is_plugin_active_for_network( 'contact-form-multi/contact-form-multi.php' ) ||
1611
  is_plugin_active( 'contact-form-multi-pro/contact-form-multi-pro.php' ) || is_plugin_active_for_network( 'contact-form-multi-pro/contact-form-multi-pro.php' ) ) {
1612
 
1622
  }
1623
 
1624
  if ( '80' != $_SERVER["SERVER_PORT"] || ( isset( $_SERVER["HTTPS"] ) && '443' != $_SERVER["SERVER_PORT"] && strtolower( $_SERVER["HTTPS"] ) == "on" ) )
1625
+ $page_url = ( isset( $_SERVER["HTTPS"] ) && strtolower( $_SERVER["HTTPS"] ) == "on" ? "https://" : "http://" ) . $_SERVER[ $cntctfrm_options['cntctfrm_site_name_parameter'] ] . ':' . $_SERVER["SERVER_PORT"] . strip_tags( $_SERVER["REQUEST_URI"] ) . '#cntctfrm_contact_form';
1626
  else
1627
  $page_url = ( isset( $_SERVER["HTTPS"] ) && strtolower( $_SERVER["HTTPS"] ) == "on" ? "https://" : "http://" ) . $_SERVER[ $cntctfrm_options['cntctfrm_site_name_parameter'] ] . strip_tags( $_SERVER["REQUEST_URI"] ) . '#cntctfrm_contact_form';
1628
 
1636
 
1637
  $name = strip_tags( preg_replace( '/<[^>]*>/', '', preg_replace( '/<script.*<\/[^>]*>/', '', $name ) ) );
1638
  $address = strip_tags( preg_replace( '/<[^>]*>/', '', preg_replace( '/<script.*<\/[^>]*>/', '', $address ) ) );
1639
+ $email = strip_tags( preg_replace( '/<[^>]*>/', '', preg_replace( '/<script.*<\/[^>]*>/', '', $email ) ) );
1640
+ $subject = strip_tags( preg_replace( '/<[^>]*>/', '', preg_replace( '/<script.*<\/[^>]*>/', '', $subject ) ) );
1641
+ $message = strip_tags( preg_replace( '/<[^>]*>/', '', preg_replace( '/<script.*<\/[^>]*>/', '', $message ) ) );
1642
+ $phone = strip_tags( preg_replace( '/<[^>]*>/', '', preg_replace( '/<script.*<\/[^>]*>/', '', $phone ) ) );
1643
 
1644
  $send_copy = isset( $_POST['cntctfrm_contact_send_copy'] ) ? $_POST['cntctfrm_contact_send_copy'] : "";
1645
  /* If it is good */
1656
  $error_message['error_form'] = __( "Sorry, email message could not be delivered.", 'contact_form' );
1657
  }
1658
 
1659
+ if ( true !== $cntctfrm_result ) {
1660
  $_SESSION['cntctfrm_send_mail'] = false;
1661
  /* Output form */
1662
  $content .= '<form method="post" id="cntctfrm_contact_form" action="' . $page_url . '" enctype="multipart/form-data">';
1663
+ if ( isset( $error_message['error_form'] ) ) {
1664
+ $content .= '<div class="cntctfrm_error_text">' . $error_message['error_form'].'</div>';
1665
  }
1666
 
1667
+ if ( 1 == $cntctfrm_options['cntctfrm_display_name_field'] ) {
1668
  $content .= '<div style="text-align: left; padding-top: 5px;">
1669
  <label for="cntctfrm_contact_name">' . $cntctfrm_options['cntctfrm_name_label'][ $lang ] . ( $cntctfrm_options['cntctfrm_required_name_field'] == 1 ? ' <span class="required">' . $cntctfrm_options['cntctfrm_required_symbol'] . '</span></label>' : '</label>' ) . '
1670
  </div>';
1671
  if ( isset( $error_message['error_name'] ) ) {
1672
+ $content .= '<div class="cntctfrm_error_text">' . $error_message['error_name'] . '</div>';
1673
  }
1674
  $content .= '<div style="text-align: left;">
1675
  <input class="text" type="text" size="40" value="' . $name . '" name="cntctfrm_contact_name" id="cntctfrm_contact_name" style="text-align: left; margin: 0;" />
1676
  </div>';
1677
  }
1678
 
1679
+ if ( 1 == $cntctfrm_options['cntctfrm_display_address_field'] ) {
1680
  $content .= '<div style="text-align: left;">
1681
  <label for="cntctfrm_contact_address">' . $cntctfrm_options['cntctfrm_address_label'][ $lang ] . ( $cntctfrm_options['cntctfrm_required_address_field'] == 1 ? ' <span class="required">' . $cntctfrm_options['cntctfrm_required_symbol'] . '</span></label>' : '</label>' ) . '
1682
  </div>';
1683
  if ( isset( $error_message['error_address'] ) ) {
1684
+ $content .= '<div class="cntctfrm_error_text">' . $error_message['error_address'] . '</div>';
1685
  }
1686
  $content .= '<div style="text-align: left;">
1687
  <input class="text" type="text" size="40" value="' . $address . '" name="cntctfrm_contact_address" id="cntctfrm_contact_address" style="text-align: left; margin: 0;" />
1693
  <label for="cntctfrm_contact_email">' . $cntctfrm_options['cntctfrm_email_label'][ $lang ] . ( $cntctfrm_options['cntctfrm_required_email_field'] == 1 ? ' <span class="required">' . $cntctfrm_options['cntctfrm_required_symbol'] . '</span></label>' : '</label>' ) . '
1694
  </div>';
1695
  if ( isset( $error_message['error_email'] ) ) {
1696
+ $content .= '<div class="cntctfrm_error_text">' . $error_message['error_email'] . '</div>';
1697
  }
1698
  $content .= '<div style="text-align: left;">
1699
  <input class="text" type="text" size="40" value="' . $email . '" name="cntctfrm_contact_email" id="cntctfrm_contact_email" style="text-align: left; margin: 0;" />
1700
  </div>
1701
  ';
1702
 
1703
+ if ( 1 == $cntctfrm_options['cntctfrm_display_phone_field'] ) {
1704
  $content .= '<div style="text-align: left;">
1705
  <label for="cntctfrm_contact_phone">' . $cntctfrm_options['cntctfrm_phone_label'][ $lang ] . ( $cntctfrm_options['cntctfrm_required_phone_field'] == 1 ? ' <span class="required">' . $cntctfrm_options['cntctfrm_required_symbol'] . '</span></label>' : '</label>' ) . '
1706
  </div>';
1707
  if ( isset( $error_message['error_phone'] ) ) {
1708
+ $content .= '<div class="cntctfrm_error_text">' . $error_message['error_phone'] . '</div>';
1709
  }
1710
  $content .= '<div style="text-align: left;">
1711
  <input class="text" type="text" size="40" value="' . $phone . '" name="cntctfrm_contact_phone" id="cntctfrm_contact_phone" style="text-align: left; margin: 0;" />
1716
  <label for="cntctfrm_contact_subject">' . $cntctfrm_options['cntctfrm_subject_label'][ $lang ] . ( $cntctfrm_options['cntctfrm_required_subject_field'] == 1 ? ' <span class="required">' . $cntctfrm_options['cntctfrm_required_symbol'] . '</span></label>' : '</label>' ) . '
1717
  </div>';
1718
  if ( isset( $error_message['error_subject'] ) ) {
1719
+ $content .= '<div class="cntctfrm_error_text">' . $error_message['error_subject'] . '</div>';
1720
  }
1721
  $content .= '<div style="text-align: left;">
1722
  <input class="text" type="text" size="40" value="' . $subject . '" name="cntctfrm_contact_subject" id="cntctfrm_contact_subject" style="text-align: left; margin: 0;" />
1726
  <label for="cntctfrm_contact_message">' . $cntctfrm_options['cntctfrm_message_label'][ $lang ] . ( $cntctfrm_options['cntctfrm_required_message_field'] == 1 ? ' <span class="required">' . $cntctfrm_options['cntctfrm_required_symbol'] . '</span></label>' : '</label>' ) . '
1727
  </div>';
1728
  if ( isset( $error_message['error_message'] ) ) {
1729
+ $content .= '<div class="cntctfrm_error_text">' . $error_message['error_message'] . '</div>';
1730
  }
1731
  $content .= '<div style="text-align: left;">
1732
  <textarea rows="5" cols="30" name="cntctfrm_contact_message" id="cntctfrm_contact_message">' . $message . '</textarea>
1736
  <label for="cntctfrm_contact_attachment">' . $cntctfrm_options['cntctfrm_attachment_label'][ $lang ] . '</label>
1737
  </div>';
1738
  if ( isset( $error_message['error_attachment'] ) ) {
1739
+ $content .= '<div class="cntctfrm_error_text">' . $error_message['error_attachment'] . '</div>';
1740
  }
1741
  $content .= '<div style="text-align: left;">
1742
  <input type="file" name="cntctfrm_contact_attachment" id="cntctfrm_contact_attachment"' . ( isset( $error_message['error_attachment'] ) ? "class='error'": "" ) . ' />';
1756
  if ( has_filter( 'cntctfrm_display_captcha' ) ) {
1757
  $content .= apply_filters( 'cntctfrm_display_captcha' , $error_message );
1758
  }
1759
+
1760
  $content .= '<div style="text-align: left; padding-top: 8px;">';
1761
  if ( isset( $atts['id'] ) )
1762
  $content .= '<input type="hidden" value="' . esc_attr( $atts['id'] ) . '" name="cntctfrmmlt_shortcode_id">';
1763
  $content .= '<input type="hidden" value="send" name="cntctfrm_contact_action"><input type="hidden" value="Version: 3.30" />
1764
  <input type="hidden" value="' . esc_attr( $lang ) . '" name="cntctfrm_language">
1765
+ <input type="submit" value="'. $cntctfrm_options['cntctfrm_submit_label'][ $lang ] . '" style="cursor: pointer; margin: 0pt; text-align: center;margin-bottom:10px;" />
1766
  </div>
1767
  </form>';
1768
  }
1777
  require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
1778
  if ( is_plugin_active( 'contact-form-multi/contact-form-multi.php' ) || is_plugin_active_for_network( 'contact-form-multi/contact-form-multi.php' ) ||
1779
  is_plugin_active( 'contact-form-multi-pro/contact-form-multi-pro.php' ) || is_plugin_active_for_network( 'contact-form-multi-pro/contact-form-multi-pro.php' ) ) {
1780
+
1781
  if ( ! isset( $_POST['cntctfrmmlt_shortcode_id'] ) )
1782
  $cntctfrm_options = get_option( 'cntctfrmmlt_options' );
1783
+ else
1784
  $cntctfrm_options = get_option( 'cntctfrmmlt_options_' . $_POST['cntctfrmmlt_shortcode_id'] );
1785
 
1786
  } else {
1787
  $cntctfrm_options = get_option( 'cntctfrm_options' );
1788
  }
1789
+
1790
  if ( isset( $_POST['cntctfrm_contact_action'] ) ) {
1791
  /* Check all input data */
1792
  $cntctfrm_result = cntctfrm_check_form();
1795
  if ( true === $cntctfrm_result ) {
1796
  $_SESSION['cntctfrm_send_mail'] = true;
1797
  if ( 0 == $cntctfrm_options['cntctfrm_action_after_send'] ) {
1798
+ wp_redirect( $cntctfrm_options['cntctfrm_redirect_url'] );
1799
  exit;
1800
  }
1801
  }
1819
  $message = isset( $_POST['cntctfrm_contact_message'] ) ? htmlspecialchars( stripslashes( $_POST['cntctfrm_contact_message'] ) ) : "";
1820
  $phone = isset( $_POST['cntctfrm_contact_phone'] ) ? htmlspecialchars( stripslashes( $_POST['cntctfrm_contact_phone'] ) ) : "";
1821
 
1822
+ $name = strip_tags( preg_replace( '/<[^>]*>/', '', preg_replace( '/<script.*<\/[^>]*>/', '', $name ) ) );
1823
+ $address = strip_tags( preg_replace( '/<[^>]*>/', '', preg_replace( '/<script.*<\/[^>]*>/', '', $address ) ) );
1824
+ $email = strip_tags( preg_replace( '/<[^>]*>/', '', preg_replace( '/<script.*<\/[^>]*>/', '', $email ) ) );
1825
+ $subject = strip_tags( preg_replace( '/<[^>]*>/', '', preg_replace( '/<script.*<\/[^>]*>/', '', $subject ) ) );
1826
+ $message = strip_tags( preg_replace( '/<[^>]*>/', '', preg_replace( '/<script.*<\/[^>]*>/', '', $message ) ) );
1827
+ $phone = strip_tags( preg_replace( '/<[^>]*>/', '', preg_replace( '/<script.*<\/[^>]*>/', '', $phone ) ) );
1828
 
1829
  if ( 1 == $cntctfrm_options['cntctfrm_required_name_field'] && 1 == $cntctfrm_options['cntctfrm_display_name_field'] )
1830
  $error_message['error_name'] = $cntctfrm_options['cntctfrm_name_error'][ $language ];
1842
  if ( 1 == $cntctfrm_options['cntctfrm_attachment'] ) {
1843
  global $path_of_uploaded_file, $mime_type;
1844
  $mime_type= array(
1845
+ 'html'=>'text/html',
1846
+ 'htm'=>'text/html',
1847
+ 'txt'=>'text/plain',
1848
+ 'css'=>'text/css',
1849
  'gif'=>'image/gif',
1850
  'png'=>'image/x-png',
1851
  'jpeg'=>'image/jpeg',
1881
  unset( $error_message['error_name'] );
1882
  if ( 1 == $cntctfrm_options['cntctfrm_display_address_field'] && 1 == $cntctfrm_options['cntctfrm_required_address_field'] && "" != $address )
1883
  unset( $error_message['error_address'] );
1884
+ if ( 1 == $cntctfrm_options['cntctfrm_required_email_field'] && "" != $email &&
1885
  is_email( trim( stripslashes( $email ) ) ) )
1886
  unset( $error_message['error_email'] );
1887
  if ( 1 == $cntctfrm_options['cntctfrm_display_phone_field'] && 1 == $cntctfrm_options['cntctfrm_required_phone_field'] && "" != $phone )
1923
  $path_info = pathinfo( $path_of_uploaded_file );
1924
 
1925
  if ( array_key_exists ( $path_info['extension'], $mime_type ) ) {
1926
+ if ( is_uploaded_file( $tmp_path ) ) {
1927
  if ( move_uploaded_file( $tmp_path, $path_of_uploaded_file ) ) {
1928
  do_action( 'cntctfrm_get_attachment_data', $path_of_uploaded_file );
1929
  unset( $error_message['error_attachment'] );
1943
  case 'K':
1944
  $upload_max_size *= 1024;
1945
  break;
1946
+ }
1947
  if ( isset( $upload_max_size ) && isset( $_FILES["cntctfrm_contact_attachment"]["size"] ) &&
1948
  $_FILES["cntctfrm_contact_attachment"]["size"] <= $upload_max_size ) {
1949
  $error_message['error_attachment'] = $cntctfrm_options['cntctfrm_attachment_move_error'][ $language ];
1984
  $phone = isset( $_POST['cntctfrm_contact_phone'] ) ? $_POST['cntctfrm_contact_phone'] : "";
1985
  $user_agent = cntctfrm_clean_input( $_SERVER['HTTP_USER_AGENT'] );
1986
 
1987
+ $name = stripslashes( strip_tags( preg_replace( '/<[^>]*>/', '', preg_replace( '/<script.*<\/[^>]*>/', '', $name ) ) ) );
1988
+ $address = stripslashes( strip_tags( preg_replace( '/<[^>]*>/', '', preg_replace( '/<script.*<\/[^>]*>/', '', $address ) ) ) );
1989
+ $email = stripslashes( strip_tags( preg_replace( '/<[^>]*>/', '', preg_replace( '/<script.*<\/[^>]*>/', '', $email ) ) ) );
1990
+ $subject = stripslashes( strip_tags( preg_replace( '/<[^>]*>/', '', preg_replace( '/<script.*<\/[^>]*>/', '', $subject ) ) ) );
1991
+ $message = stripslashes( strip_tags( preg_replace( '/<[^>]*>/', '', preg_replace( '/<script.*<\/[^>]*>/', '', $message ) ) ) );
1992
+ $phone = stripslashes( strip_tags( preg_replace( '/<[^>]*>/', '', preg_replace( '/<script.*<\/[^>]*>/', '', $phone ) ) ) );
1993
 
1994
  if ( isset( $_SESSION['cntctfrm_send_mail'] ) && true == $_SESSION['cntctfrm_send_mail'] )
1995
  return true;
2030
  if ( 1 == $cntctfrm_options['cntctfrm_html_email'] )
2031
  $user_info_string .= '<tr><td>' . __( 'Sent from (ip address)', 'contact_form' ) . ':</td><td>' . $_SERVER['REMOTE_ADDR'] . " ( " . $userdomain . " )" . '</td></tr>';
2032
  else
2033
+ $user_info_string .= __( 'Sent from (ip address)', 'contact_form' ) . ': ' . $_SERVER['REMOTE_ADDR'] . " ( " . $userdomain . " )" . "\n";
2034
  }
2035
  if ( 1 == $cntctfrm_options['cntctfrm_display_date_time'] ) {
2036
  if ( 1 == $cntctfrm_options['cntctfrm_html_email'] )
2037
  $user_info_string .= '<tr><td>' . __('Date/Time', 'contact_form') . ':</td><td>' . date_i18n( get_option( 'date_format' ) . ' ' . get_option( 'time_format' ), strtotime( current_time( 'mysql' ) ) ) . '</td></tr>';
2038
  else
2039
+ $user_info_string .= __( 'Date/Time', 'contact_form' ) . ': ' . date_i18n( get_option( 'date_format' ) . ' ' . get_option( 'time_format' ), strtotime( current_time( 'mysql' ) ) ) . "\n";
2040
  }
2041
  if ( 1 == $cntctfrm_options['cntctfrm_display_coming_from'] ) {
2042
  if ( 1 == $cntctfrm_options['cntctfrm_html_email'] )
2043
  $user_info_string .= '<tr><td>' . __( 'Sent from (referer)', 'contact_form' ) . ':</td><td>' . $form_action_url . '</td></tr>';
2044
  else
2045
+ $user_info_string .= __( 'Sent from (referer)', 'contact_form' ) . ': ' . $form_action_url . "\n";
2046
  }
2047
  if ( 1 == $cntctfrm_options['cntctfrm_display_user_agent'] ) {
2048
  if ( 1 == $cntctfrm_options['cntctfrm_html_email'] )
2049
  $user_info_string .= '<tr><td>' . __( 'Using (user agent)', 'contact_form' ) . ':</td><td>' . $user_agent . '</td></tr>';
2050
  else
2051
+ $user_info_string .= __( 'Using (user agent)', 'contact_form' ) . ': ' . $user_agent . "\n";
2052
  }
2053
  }
2054
  /* Message */
2160
  if ( ! @copy( $path_of_uploaded_file, $path_of_uploaded_file_changed ) )
2161
  $path_of_uploaded_file_changed = $path_of_uploaded_file;
2162
 
2163
+ $attachments = array( $path_of_uploaded_file_changed );
2164
  }
2165
 
2166
  if ( isset( $_POST['cntctfrm_contact_send_copy'] ) && 1 == $_POST['cntctfrm_contact_send_copy'] )
2171
  /* Delete attachment */
2172
  if ( 1 == $cntctfrm_options['cntctfrm_attachment'] && isset( $_FILES["cntctfrm_contact_attachment"]["tmp_name"] ) && "" != $_FILES["cntctfrm_contact_attachment"]["tmp_name"]
2173
  && $path_of_uploaded_file_changed != $path_of_uploaded_file ) {
2174
+ @unlink( $path_of_uploaded_file_changed );
2175
+ }
2176
  if ( 1 == $cntctfrm_options['cntctfrm_attachment'] && isset( $_FILES["cntctfrm_contact_attachment"]["tmp_name"] ) && "" != $_FILES["cntctfrm_contact_attachment"]["tmp_name"] && '1' == $cntctfrm_options['cntctfrm_delete_attached_file'] ) {
2177
+ @unlink( $path_of_uploaded_file );
2178
  }
2179
  return $mail_result;
2180
  } else {
2197
 
2198
 
2199
  $bound_text = "jimmyP123";
2200
+
2201
  $bound = "--" . $bound_text . "";
2202
 
2203
  $bound_last = "--" . $bound_text . "--";
2210
  $message_text .= $bound . "\n" . "Content-Type: text/html; charset=\"utf-8\"\n" . "Content-Transfer-Encoding: 7bit\n\n" . $message_block . "\n\n";
2211
  else
2212
  $message_text .= $bound . "\n" . "Content-Type: text/plain; charset=\"utf-8\"\n" . "Content-Transfer-Encoding: 7bit\n\n" . $message_block . "\n\n";
2213
+
2214
+
2215
  $file = file_get_contents( $path_of_uploaded_file );
2216
  $message_text .= $bound . "\n";
2217
 
2244
  $mail_result = @mail( $to, $subject , $message_text, $headers );
2245
  /* Delete attachment */
2246
  if ( 1 == $cntctfrm_options['cntctfrm_attachment'] && isset( $_FILES["cntctfrm_contact_attachment"]["tmp_name"] ) && "" != $_FILES["cntctfrm_contact_attachment"]["tmp_name"] && '1' == $cntctfrm_options['cntctfrm_delete_attached_file'] ) {
2247
+ @unlink( $path_of_uploaded_file );
2248
  }
2249
  return $mail_result;
2250
+ }
2251
  }
2252
  }
2253
  return false;
2256
 
2257
  /**
2258
  * Function that is used by email-queue to check for compatibility
2259
+ * @return void
2260
  */
2261
  if ( ! function_exists( 'cntctfrm_check_for_compatibility_with_mlq' ) ) {
2262
  function cntctfrm_check_for_compatibility_with_mlq() {
2350
  function cntctfrm_email_name_filter( $data ) {
2351
  global $cntctfrm_options;
2352
  if ( isset( $_POST['cntctfrm_contact_name'] ) && 'custom' != $cntctfrm_options['cntctfrm_select_from_field'] ) {
2353
+ $name = stripslashes( strip_tags( preg_replace( '/<[^>]*>/', '', preg_replace( '/<script.*<\/[^>]*>/', '', trim( $_POST['cntctfrm_contact_name'] ) ) ) ) );
2354
  if ( '' != $name )
2355
  return $name;
2356
  else
2380
  } else {
2381
  $cntctfrm_options = get_option( 'cntctfrm_options' );
2382
  }
2383
+
2384
  $cntctfrm_options['cntctfrm_language'][] = $lang;
2385
+
2386
  if ( isset ( $contact_form_multi_active ) ) {
2387
  $cntctfrmmlt_options_main = get_option( 'cntctfrmmlt_options_main' );
2388
  update_option( 'cntctfrmmlt_options_' . $cntctfrmmlt_options_main['id_form'], $cntctfrm_options, '', 'yes' );
2411
  $cntctfrm_options = get_option( 'cntctfrm_options' );
2412
  }
2413
 
2414
+ if ( $key = array_search( $_REQUEST['lang'], $cntctfrm_options['cntctfrm_language'] ) !== false )
2415
  $cntctfrm_options['cntctfrm_language'] = array_diff( $cntctfrm_options['cntctfrm_language'], array( $_REQUEST['lang'] ) );
2416
  if ( isset( $cntctfrm_options['cntctfrm_name_label'][ $_REQUEST['lang'] ] ) )
2417
  unset( $cntctfrm_options['cntctfrm_name_label'][ $_REQUEST['lang'] ] );
2427
  unset( $cntctfrm_options['cntctfrm_message_label'][ $_REQUEST['lang'] ] );
2428
  if ( isset( $cntctfrm_options['cntctfrm_attachment_label'][ $_REQUEST['lang'] ] ) )
2429
  unset( $cntctfrm_options['cntctfrm_attachment_label'][ $_REQUEST['lang'] ] );
2430
+ if ( isset( $cntctfrm_options['cntctfrm_attachment_tooltip'][ $_REQUEST['lang'] ] ) )
2431
  unset( $cntctfrm_options['cntctfrm_attachment_tooltip'][ $_REQUEST['lang'] ] );
2432
  if ( isset( $cntctfrm_options['cntctfrm_send_copy_label'][ $_REQUEST['lang'] ] ) )
2433
  unset( $cntctfrm_options['cntctfrm_send_copy_label'][ $_REQUEST['lang'] ] );
2459
  unset( $cntctfrm_options['cntctfrm_captcha_error'][ $_REQUEST['lang'] ] );
2460
  if ( isset( $cntctfrm_options['cntctfrm_form_error'][ $_REQUEST['lang'] ] ) )
2461
  unset( $cntctfrm_options['cntctfrm_form_error'][ $_REQUEST['lang'] ] );
2462
+
2463
  if ( isset( $contact_form_multi_active ) ) {
2464
  $cntctfrmmlt_options_main = get_option( 'cntctfrmmlt_options_main' );
2465
  update_option( 'cntctfrmmlt_options_' . $cntctfrmmlt_options_main['id_form'], $cntctfrm_options, '', 'yes' );
2476
  if ( ! function_exists ( 'cntctfrm_plugin_banner' ) ) {
2477
  function cntctfrm_plugin_banner() {
2478
  global $hook_suffix;
2479
+ if ( 'plugins.php' == $hook_suffix ) {
2480
+ global $cntctfrm_plugin_info;
2481
  $banner_array = array(
2482
  array( 'lmtttmpts_hide_banner_on_plugin_page', 'limit-attempts/limit-attempts.php', '1.0.2' ),
2483
  array( 'sndr_hide_banner_on_plugin_page', 'sender/sender.php', '0.5' ),
2493
  array( 'gglstmp_hide_banner_on_plugin_page', 'google-sitemap-plugin/google-sitemap-plugin.php', '2.8.4' ),
2494
  array( 'cntctfrmpr_for_ctfrmtdb_hide_banner_on_plugin_page', 'contact-form-pro/contact_form_pro.php', '1.14' ),
2495
  array( 'cntctfrm_for_ctfrmtdb_hide_banner_on_plugin_page', 'contact-form-plugin/contact_form.php', '3.62' ),
2496
+ array( 'cntctfrm_hide_banner_on_plugin_page', 'contact-form-plugin/contact_form.php', '3.47' ),
2497
  array( 'cptch_hide_banner_on_plugin_page', 'captcha/captcha.php', '3.8.4' ),
2498
  array( 'gllr_hide_banner_on_plugin_page', 'gallery-plugin/gallery-plugin.php', '3.9.1' )
2499
  );
2507
  $all_plugins = get_plugins();
2508
  $this_banner = 'cntctfrm_hide_banner_on_plugin_page';
2509
  $this_banner_1 = 'cntctfrm_for_ctfrmtdb_hide_banner_on_plugin_page';
2510
+
2511
  foreach ( $banner_array as $key => $value ) {
2512
  if ( $this_banner == $value[0] || $this_banner_1 == $value[0] ) {
2513
  global $wp_version, $bstwbsftwppdtplgns_cookie_add;
2515
  echo '<script type="text/javascript" src="' . plugins_url( 'js/c_o_o_k_i_e.js', __FILE__ ) . '"></script>';
2516
  $bstwbsftwppdtplgns_cookie_add = true;
2517
  } ?>
2518
+ <script type="text/javascript">
2519
  (function($) {
2520
+ $(document).ready( function() {
2521
  var hide_message = $.cookie( "cntctfrm_hide_banner_on_plugin_page" );
2522
  var hide_message_for_ctfrmtdb = $.cookie( "cntctfrm_for_ctfrmtdb_hide_banner_on_plugin_page" );
2523
  if ( hide_message == "true" ) {
2533
  $( ".cntctfrm_close_icon" ).click( function() {
2534
  $( ".cntctfrm_message" ).css( "display", "none" );
2535
  $.cookie( "cntctfrm_hide_banner_on_plugin_page", "true", { expires: 32 } );
2536
+ });
2537
  $( ".cntctfrm_for_ctfrmtdb_close_icon" ).click( function() {
2538
  $( ".cntctfrm_message_for_ctfrmtdb" ).css( "display", "none" );
2539
  $.cookie( "cntctfrm_for_ctfrmtdb_hide_banner_on_plugin_page", "true", { expires: 32 } );
2540
  });
2541
  });
2542
+ })(jQuery);
2543
  </script>
2544
  <div class="updated" style="padding: 0; margin: 0; border: none; background: none;">
2545
  <div class="cntctfrm_message bws_banner_on_plugin_page" style="display: none;">
2546
  <img class="cntctfrm_close_icon close_icon" title="" src="<?php echo plugins_url( 'images/close_banner.png', __FILE__ ); ?>" alt=""/>
2547
  <div class="button_div">
2548
+ <a class="button" target="_blank" href="http://bestwebsoft.com/products/contact-form/?k=f575dc39cba54a9de88df346eed52101&pn=77&v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>"><?php _e( 'Learn More', 'contact_form' ); ?></a>
2549
  </div>
2550
  <div class="text">
2551
  <?php _e( "It’s time to upgrade your <strong>Contact Form plugin</strong> to <strong>PRO</strong> version", 'contact_form' ); ?>!<br />
2555
  <img class="icon" title="" src="<?php echo plugins_url( 'images/banner.png', __FILE__ ); ?>" alt=""/>
2556
  </div>
2557
  </div>
2558
+ </div>
2559
  <?php if ( ! array_key_exists( 'contact-form-to-db/contact_form_to_db.php', $all_plugins ) && ! array_key_exists( 'contact-form-to-db-pro/contact_form_to_db_pro.php', $all_plugins ) ) { ?>
2560
  <div class="updated" style="padding: 0; margin: 0; border: none; background: none;">
2561
  <div class="cntctfrm_message_for_ctfrmtdb bws_banner_on_plugin_page" style="display: none;">
2562
  <img class="cntctfrm_for_ctfrmtdb_close_icon close_icon" title="" src="<?php echo plugins_url( 'images/close_banner.png', __FILE__ ); ?>" alt=""/>
2563
  <div class="button_div">
2564
+ <a class="button" target="_blank" href="http://bestwebsoft.com/products/contact-form-to-db/?k=6ebf0743736411607343ad391dc3b436&pn=77&v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>"><?php _e( 'Learn More', 'contact_form' ); ?></a>
2565
  </div>
2566
  <div class="text">
2567
  <?php _e( "<strong>Contact Form to DB</strong> allows to store your messages to the database.", 'contact_form' ); ?><br />
2568
  <span><?php _e( "Manage messages that have been sent from your website.", 'contact_form' ); ?></span>
2569
+ </div>
2570
  <div class="icon">
2571
  <img title="" src="<?php echo plugins_url( 'images/banner_for_ctfrmtdb.png', __FILE__ ); ?>" alt=""/>
2572
  </div>
2573
  </div>
2574
  </div>
2575
+ <?php }
2576
  break;
2577
  }
2578
  if ( isset( $all_plugins[ $value[1] ] ) && $all_plugins[ $value[1] ]["Version"] >= $value[2] && ( 0 < count( preg_grep( '/' . str_replace( '/', '\/', $value[1] ) . '/', $active_plugins ) ) || is_plugin_active_for_network( $value[1] ) ) && ! isset( $_COOKIE[ $value[0] ] ) ) {
2579
  break;
2580
  }
2581
+ }
2582
  }
2583
  }
2584
  }
2594
  register_activation_hook( __FILE__, 'cntctfrm_activation' );
2595
 
2596
  add_action( 'admin_menu', 'cntctfrm_admin_menu' );
2597
+
2598
  add_action( 'init', 'cntctfrm_init' );
2599
  add_action( 'admin_init', 'cntctfrm_admin_init' );
2600
 
css/style.css CHANGED
@@ -1,6 +1,10 @@
1
  /*
2
  * styles for settings page
3
  */
 
 
 
 
4
  .cntctfrm_hidden {
5
  display: none;
6
  }
@@ -9,16 +13,16 @@
9
  position: relative;
10
  top: -2px
11
  }
12
- #cntctfrm_contact_form input.text,
13
  #cntctfrm_contact_form textarea,
14
- #cntctfrm_contact_message,
15
- #cntctfrm_contact_name,
16
  #cntctfrm_contact_email,
17
  #cntctfrm_contact_subject {
18
  width: 320px;
19
  }
20
  .cntctfrm_info {
21
- color: rgb(136, 136, 136);
22
  font-size: 10px;
23
  clear: both;
24
  }
@@ -35,17 +39,17 @@
35
  .cntctfrm_action_after_send_block input[type="text"] {
36
  width: 250px;
37
  }
38
- .widget-container #cntctfrm_contact_form input.text,
39
- .widget-container #cntctfrm_contact_form textarea,
40
- .widget-container #cntctfrm_contact_message,
41
- .widget-container #cntctfrm_contact_name,
42
- .widget-container #cntctfrm_contact_email,
43
  .widget-container #cntctfrm_contact_subject,
44
  .textwidget #cntctfrm_contact_form input.text,
45
- .textwidget #cntctfrm_contact_form textarea,
46
- .textwidget #cntctfrm_contact_message,
47
- .textwidgetr #cntctfrm_contact_name,
48
- .textwidget #cntctfrm_contact_email,
49
  .textwidget #cntctfrm_contact_subject {
50
  width: 200px !important;
51
  }
@@ -123,7 +127,7 @@
123
  position: absolute;
124
  top: 7px;
125
  }
126
- #cntctfrmpr_right_table #cntctfrmpr_contact_form input.text,
127
  #cntctfrmpr_right_table #cntctfrmpr_contact_form textarea {
128
  width: 320px;
129
  float: left;
@@ -132,7 +136,7 @@
132
  clear: both;
133
  }
134
  .cntctfrmpr_info {
135
- color: rgb(136, 136, 136);
136
  font-size: 10px;
137
  clear: both;
138
  }
@@ -160,3 +164,7 @@
160
  padding: 2px 10px;
161
  text-align: left;
162
  }
 
 
 
 
1
  /*
2
  * styles for settings page
3
  */
4
+ .cntctfrm_error_text {
5
+ color: red;
6
+ text-align: left;
7
+ }
8
  .cntctfrm_hidden {
9
  display: none;
10
  }
13
  position: relative;
14
  top: -2px
15
  }
16
+ #cntctfrm_contact_form input.text,
17
  #cntctfrm_contact_form textarea,
18
+ #cntctfrm_contact_message,
19
+ #cntctfrm_contact_name,
20
  #cntctfrm_contact_email,
21
  #cntctfrm_contact_subject {
22
  width: 320px;
23
  }
24
  .cntctfrm_info {
25
+ color: rgb(136, 136, 136);
26
  font-size: 10px;
27
  clear: both;
28
  }
39
  .cntctfrm_action_after_send_block input[type="text"] {
40
  width: 250px;
41
  }
42
+ .widget-container #cntctfrm_contact_form input.text,
43
+ .widget-container #cntctfrm_contact_form textarea,
44
+ .widget-container #cntctfrm_contact_message,
45
+ .widget-container #cntctfrm_contact_name,
46
+ .widget-container #cntctfrm_contact_email,
47
  .widget-container #cntctfrm_contact_subject,
48
  .textwidget #cntctfrm_contact_form input.text,
49
+ .textwidget #cntctfrm_contact_form textarea,
50
+ .textwidget #cntctfrm_contact_message,
51
+ .textwidgetr #cntctfrm_contact_name,
52
+ .textwidget #cntctfrm_contact_email,
53
  .textwidget #cntctfrm_contact_subject {
54
  width: 200px !important;
55
  }
127
  position: absolute;
128
  top: 7px;
129
  }
130
+ #cntctfrmpr_right_table #cntctfrmpr_contact_form input.text,
131
  #cntctfrmpr_right_table #cntctfrmpr_contact_form textarea {
132
  width: 320px;
133
  float: left;
136
  clear: both;
137
  }
138
  .cntctfrmpr_info {
139
+ color: rgb(136, 136, 136);
140
  font-size: 10px;
141
  clear: both;
142
  }
164
  padding: 2px 10px;
165
  text-align: left;
166
  }
167
+ #cntctfrm_additions_options {
168
+ font-size: 16px;
169
+ font-weight: bold;
170
+ }
js/script.js CHANGED
@@ -1,19 +1,8 @@
1
  (function($) {
2
  $(document).ready( function() {
3
- $( '#cntctfrm_additions_options' ).change( function() {
4
- if ( $( this ).is( ':checked' ) ) {
5
- $( '.cntctfrm_additions_block' ).removeClass( 'cntctfrm_hidden' );
6
- $( '#cntctfrm_hide_additional_settings' ).css( 'display', 'block' );
7
- } else {
8
- $( '.cntctfrm_additions_block' ).addClass( 'cntctfrm_hidden' );
9
- $( '#cntctfrm_show_additional_settings' ).css( 'display', 'none' );
10
- $( '#cntctfrm_hide_additional_settings' ).css( 'display', 'none' );
11
- }
12
- });
13
- if ( $( '#cntctfrm_additions_options' ).is( ':checked' ) ) {
14
- $( '#cntctfrm_show_additional_settings' ).css( 'display', 'block' );
15
- $( '.cntctfrm_additions_block' ).addClass( 'cntctfrm_hidden' );
16
- }
17
  $( '#cntctfrm_show_additional_settings' ).click( function() {
18
  $( this ).css( 'display', 'none' );
19
  $( '#cntctfrm_hide_additional_settings' ).css( 'display', 'block' );
@@ -75,9 +64,9 @@
75
  alert( error + request.status );
76
  }
77
  });
78
- });
79
  $( '.cntctfrm_language_tab_block' ).css( 'display', 'none' );
80
- $( '.cntctfrm_language_tab_block_mini' ).css( 'display', 'block' );
81
  $( '.cntctfrm_help_box' ).mouseover( function() {
82
  $( this ).children().css( 'display', 'block' );
83
  });
@@ -149,8 +138,8 @@
149
  $( '.cntctfrm_change_label_block .cntctfrm_label_language_tab' ).removeClass( 'cntctfrm_active' ).first().addClass( 'cntctfrm_active' );
150
  $( '.cntctfrm_action_after_send_block .cntctfrm_label_language_tab' ).removeClass( 'cntctfrm_active' ).first().addClass( 'cntctfrm_active' );
151
  $( '.cntctfrm_change_label_block .cntctfrm_language_tab' ).addClass( 'hidden' ).first().removeClass( 'hidden' );
152
- $( '.cntctfrm_action_after_send_block .cntctfrm_language_tab' ).addClass( 'hidden' ).first().removeClass( 'hidden' );
153
- },
154
  error: function( request, status, error ) {
155
  alert( error + request.status );
156
  }
1
  (function($) {
2
  $(document).ready( function() {
3
+ $( '.cntctfrm_additions_block' ).addClass( 'cntctfrm_hidden' );
4
+ $( '#cntctfrm_show_additional_settings' ).show();
5
+
 
 
 
 
 
 
 
 
 
 
 
6
  $( '#cntctfrm_show_additional_settings' ).click( function() {
7
  $( this ).css( 'display', 'none' );
8
  $( '#cntctfrm_hide_additional_settings' ).css( 'display', 'block' );
64
  alert( error + request.status );
65
  }
66
  });
67
+ });
68
  $( '.cntctfrm_language_tab_block' ).css( 'display', 'none' );
69
+ $( '.cntctfrm_language_tab_block_mini' ).css( 'display', 'block' );
70
  $( '.cntctfrm_help_box' ).mouseover( function() {
71
  $( this ).children().css( 'display', 'block' );
72
  });
138
  $( '.cntctfrm_change_label_block .cntctfrm_label_language_tab' ).removeClass( 'cntctfrm_active' ).first().addClass( 'cntctfrm_active' );
139
  $( '.cntctfrm_action_after_send_block .cntctfrm_label_language_tab' ).removeClass( 'cntctfrm_active' ).first().addClass( 'cntctfrm_active' );
140
  $( '.cntctfrm_change_label_block .cntctfrm_language_tab' ).addClass( 'hidden' ).first().removeClass( 'hidden' );
141
+ $( '.cntctfrm_action_after_send_block .cntctfrm_language_tab' ).addClass( 'hidden' ).first().removeClass( 'hidden' );
142
+ },
143
  error: function( request, status, error ) {
144
  alert( error + request.status );
145
  }
js/script_wp_before_3.5.js CHANGED
@@ -1,19 +1,8 @@
1
  (function($) {
2
  $(document).ready( function() {
3
- $( '#cntctfrm_additions_options' ).change( function() {
4
- if ( $( this ).is( ':checked' ) ) {
5
- $( '.cntctfrm_additions_block' ).removeClass( 'cntctfrm_hidden' );
6
- $( '#cntctfrm_hide_additional_settings' ).css( 'display', 'block' );
7
- } else {
8
- $( '.cntctfrm_additions_block' ).addClass( 'cntctfrm_hidden' );
9
- $( '#cntctfrm_show_additional_settings' ).css( 'display', 'none' );
10
- $( '#cntctfrm_hide_additional_settings' ).css( 'display', 'none' );
11
- }
12
- });
13
- if ( $( '#cntctfrm_additions_options' ).is( ':checked' ) ) {
14
- $( '#cntctfrm_show_additional_settings' ).css( 'display', 'block' );
15
- $( '.cntctfrm_additions_block' ).addClass( 'cntctfrm_hidden' );
16
- }
17
  $( '#cntctfrm_show_additional_settings' ).click( function() {
18
  $( this ).css( 'display', 'none' );
19
  $( '#cntctfrm_hide_additional_settings' ).css( 'display', 'block' );
1
  (function($) {
2
  $(document).ready( function() {
3
+ $( '.cntctfrm_additions_block' ).addClass( 'cntctfrm_hidden' );
4
+ $( '#cntctfrm_show_additional_settings' ).show();
5
+
 
 
 
 
 
 
 
 
 
 
 
6
  $( '#cntctfrm_show_additional_settings' ).click( function() {
7
  $( this ).css( 'display', 'none' );
8
  $( '#cntctfrm_hide_additional_settings' ).css( 'display', 'block' );
languages/contact_form-af_ZA.mo CHANGED
File without changes
languages/contact_form-af_ZA.po CHANGED
File without changes
languages/contact_form-be_BY.mo DELETED
Binary file
languages/contact_form-be_BY.po DELETED
@@ -1,1194 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: contact_form\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-09-02 11:44+0300\n"
6
- "PO-Revision-Date: 2014-09-02 11:44+0300\n"
7
- "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
- "Language-Team: Sakałoŭ Alaksiej <nullbsd@gmail.com>\n"
9
- "Language: be_BY\n"
10
- "MIME-Version: 1.0\n"
11
- "Content-Type: text/plain; charset=UTF-8\n"
12
- "Content-Transfer-Encoding: 8bit\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:74
20
- #: contact_form.php:856
21
- #, fuzzy
22
- msgid "Contact Form Settings"
23
- msgstr "Наладкі кантактнай формы"
24
-
25
- #: contact_form.php:74
26
- msgid "Contact Form"
27
- msgstr "Кантактная форма"
28
-
29
- #: contact_form.php:151
30
- #: contact_form.php:1211
31
- #: contact_form.php:1245
32
- msgid "Name:"
33
- msgstr "Імя:"
34
-
35
- #: contact_form.php:152
36
- #: contact_form.php:1212
37
- #: contact_form.php:1246
38
- #, fuzzy
39
- msgid "Address:"
40
- msgstr "E-mail адрас:"
41
-
42
- #: contact_form.php:153
43
- #: contact_form.php:1213
44
- #: contact_form.php:1247
45
- msgid "Email Address:"
46
- msgstr "E-mail адрас:"
47
-
48
- #: contact_form.php:154
49
- #: contact_form.php:1214
50
- #: contact_form.php:1248
51
- msgid "Phone number:"
52
- msgstr "Тэлефон:"
53
-
54
- #: contact_form.php:155
55
- #: contact_form.php:1215
56
- #: contact_form.php:1249
57
- msgid "Subject:"
58
- msgstr "Тэма:"
59
-
60
- #: contact_form.php:156
61
- #: contact_form.php:1216
62
- #: contact_form.php:1250
63
- msgid "Message:"
64
- msgstr "Паведамленьне:"
65
-
66
- #: contact_form.php:157
67
- #: contact_form.php:1217
68
- #: contact_form.php:1251
69
- msgid "Attachment:"
70
- msgstr "Прычапіць файл:"
71
-
72
- #: contact_form.php:158
73
- msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
74
- msgstr ""
75
-
76
- #: contact_form.php:159
77
- #: contact_form.php:1219
78
- #: contact_form.php:1253
79
- msgid "Send me a copy"
80
- msgstr "Адправіць мне копію"
81
-
82
- #: contact_form.php:160
83
- #: contact_form.php:1220
84
- #: contact_form.php:1254
85
- msgid "Submit"
86
- msgstr "Адправіць"
87
-
88
- #: contact_form.php:161
89
- msgid "Your name is required."
90
- msgstr "Вашае імя - гэта абавязковы радок."
91
-
92
- #: contact_form.php:162
93
- #, fuzzy
94
- msgid "Address is required."
95
- msgstr "Радок e-mail адраса - обавязковы да запаўненьня"
96
-
97
- #: contact_form.php:163
98
- #, fuzzy
99
- msgid "A valid email address is required."
100
- msgstr "Радок e-mail адраса - обавязковы да запаўненьня"
101
-
102
- #: contact_form.php:164
103
- msgid "Phone number is required."
104
- msgstr "Вашае імя - абавязковае поле."
105
-
106
- #: contact_form.php:165
107
- msgid "Subject is required."
108
- msgstr "Поле Тэма - абавязковае."
109
-
110
- #: contact_form.php:166
111
- msgid "Message text is required."
112
- msgstr "Радок паведамленьня - абавязковы."
113
-
114
- #: contact_form.php:167
115
- msgid "File format is not valid."
116
- msgstr "Фармат файла не зьяўляецца дапушчальным."
117
-
118
- #: contact_form.php:168
119
- msgid "File upload error."
120
- msgstr ""
121
-
122
- #: contact_form.php:169
123
- msgid "The file could not be uploaded."
124
- msgstr ""
125
-
126
- #: contact_form.php:170
127
- msgid "This file is too large."
128
- msgstr ""
129
-
130
- #: contact_form.php:171
131
- msgid "Please fill out the CAPTCHA."
132
- msgstr "Калі ласка, запоўніце сымбалі з выявы."
133
-
134
- #: contact_form.php:172
135
- msgid "Please make corrections below and try again."
136
- msgstr "Калі ласка, зрабіце выпраўленьне ў радках ніжэй ды паўтарыце працэдуру"
137
-
138
- #: contact_form.php:174
139
- msgid "Thank you for contacting us."
140
- msgstr "Дзякуем за кантакт з намі."
141
-
142
- #: contact_form.php:370
143
- #, fuzzy
144
- msgid "requires"
145
- msgstr "Абавязковыя палі"
146
-
147
- #: contact_form.php:370
148
- msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
149
- msgstr ""
150
-
151
- #: contact_form.php:370
152
- msgid "Back to the WordPress"
153
- msgstr ""
154
-
155
- #: contact_form.php:370
156
- #, fuzzy
157
- msgid "Plugins page"
158
- msgstr "Плагины BWS"
159
-
160
- #: contact_form.php:678
161
- msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
162
- msgstr "Калі наладка 'Перайсьці на старонку' абрана, тады URL павінен быць запоўнены ў наступным фармаце"
163
-
164
- #: contact_form.php:687
165
- #, fuzzy
166
- msgid "Such user does not exist."
167
- msgstr "Дадзены карыстальнік ня знойдзен. Наладкі не захаваны"
168
-
169
- #: contact_form.php:697
170
- #, fuzzy
171
- msgid "Please enter a valid email address in the 'Use this email address' field."
172
- msgstr "Калі ласка, увядзіце карэктны адрас для радка 'FROM'. Наладкі не захаваны."
173
-
174
- #: contact_form.php:705
175
- #, fuzzy
176
- msgid "Please enter a valid email address in the 'FROM' field."
177
- msgstr "Калі ласка, увядзіце карэктны адрас для радка 'FROM'. Наладкі не захаваны."
178
-
179
- #: contact_form.php:730
180
- #, fuzzy
181
- msgid "Settings saved."
182
- msgstr "Наладкі захаваны."
183
-
184
- #: contact_form.php:732
185
- #, fuzzy
186
- msgid "Settings are not saved."
187
- msgstr "Наладкі захаваны."
188
-
189
- #: contact_form.php:759
190
- #: contact_form.php:791
191
- msgid "Wrong license key"
192
- msgstr ""
193
-
194
- #: contact_form.php:784
195
- msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
196
- msgstr ""
197
-
198
- #: contact_form.php:793
199
- msgid "This license key is bind to another site"
200
- msgstr ""
201
-
202
- #: contact_form.php:795
203
- #: contact_form.php:1656
204
- msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
205
- msgstr ""
206
-
207
- #: contact_form.php:812
208
- msgid "Failed to open the zip archive. Please, upload the plugin manually"
209
- msgstr ""
210
-
211
- #: contact_form.php:818
212
- msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
213
- msgstr ""
214
-
215
- #: contact_form.php:822
216
- #: contact_form.php:831
217
- msgid "Failed to download the zip archive. Please, upload the plugin manually"
218
- msgstr ""
219
-
220
- #: contact_form.php:835
221
- msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
222
- msgstr ""
223
-
224
- #: contact_form.php:850
225
- #, fuzzy
226
- msgid "Please, enter Your license key"
227
- msgstr "Выкарыстоўваць гэты email-адрас:"
228
-
229
- #: contact_form.php:858
230
- #: contact_form.php:2347
231
- #: contact_form.php:2359
232
- msgid "Settings"
233
- msgstr "Наладкі"
234
-
235
- #: contact_form.php:859
236
- #, fuzzy
237
- msgid "Extra settings"
238
- msgstr "Наладкі"
239
-
240
- #: contact_form.php:860
241
- #: contact_form.php:2360
242
- msgid "FAQ"
243
- msgstr "Пытаньні й адказы"
244
-
245
- #: contact_form.php:861
246
- msgid "Go PRO"
247
- msgstr ""
248
-
249
- #: contact_form.php:864
250
- msgid "Notice:"
251
- msgstr ""
252
-
253
- #: contact_form.php:864
254
- msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
255
- msgstr ""
256
-
257
- #: contact_form.php:870
258
- msgid "If you want to create multiple contact forms, please install the Contact Form Multi plugin."
259
- msgstr ""
260
-
261
- #: contact_form.php:876
262
- #: contact_form.php:881
263
- #: contact_form.php:1615
264
- 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:"
265
- msgstr "Калі вы жадаеце дадаць Кантактную Форму на свой сайт, тады вам неабходна толькі скапіяваць ды ўставіць Shortcode у канктэнт старонкі, ці запісу, ці аздабленьня:"
266
-
267
- #: contact_form.php:876
268
- #: contact_form.php:877
269
- #: contact_form.php:881
270
- #: contact_form.php:882
271
- #: contact_form.php:1235
272
- #: contact_form.php:1237
273
- #: contact_form.php:1298
274
- #: contact_form.php:1300
275
- msgid "or"
276
- msgstr ""
277
-
278
- #: contact_form.php:877
279
- #: contact_form.php:882
280
- msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
281
- msgstr ""
282
-
283
- #: contact_form.php:878
284
- #: contact_form.php:883
285
- msgid "They work the same way."
286
- msgstr ""
287
-
288
- #: contact_form.php:879
289
- #: contact_form.php:884
290
- msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
291
- msgstr "Калі інфармацыя ў палях ніжэй адсутнічае, паведамленьне будзе адпраўлена на email адрас, які быў указаны пры рэгістрацыі на сайце."
292
-
293
- #: contact_form.php:889
294
- msgid "The user's email address:"
295
- msgstr "Электронны адрас карыстальніка:"
296
-
297
- #: contact_form.php:893
298
- msgid "Create a username"
299
- msgstr "Абярыце імя карыстальніка"
300
-
301
- #: contact_form.php:900
302
- msgid "Enter a username of the person who should get the messages from the contact form."
303
- msgstr "Увядзіце імя карыстальніка, які будзе атрымліваць паведамленьні кантактнай формы."
304
-
305
- #: contact_form.php:904
306
- msgid "Use this email address:"
307
- msgstr "Выкарыстоўваць гэты email-адрас:"
308
-
309
- #: contact_form.php:907
310
- msgid "Enter the email address you want the messages forwarded to."
311
- msgstr "Увядзіце адрас, на які хочаце перанакіраваць паведамленьне."
312
-
313
- #: contact_form.php:916
314
- msgid "Add department selectbox to the contact form:"
315
- msgstr ""
316
-
317
- #: contact_form.php:924
318
- #: contact_form.php:1498
319
- msgid "If you upgrade to Pro version all your settings will be saved."
320
- msgstr ""
321
-
322
- #: contact_form.php:931
323
- #: contact_form.php:1077
324
- #: contact_form.php:1151
325
- #: contact_form.php:1505
326
- msgid "Unlock premium options by upgrading to a PRO version."
327
- msgstr ""
328
-
329
- #: contact_form.php:932
330
- #: contact_form.php:1078
331
- #: contact_form.php:1152
332
- #: contact_form.php:1506
333
- #: contact_form.php:2621
334
- #: contact_form.php:2637
335
- msgid "Learn More"
336
- msgstr ""
337
-
338
- #: contact_form.php:935
339
- #: contact_form.php:1081
340
- #: contact_form.php:1155
341
- #: contact_form.php:1509
342
- msgid "Go"
343
- msgstr ""
344
-
345
- #: contact_form.php:942
346
- msgid "Save emails to the database"
347
- msgstr ""
348
-
349
- #: contact_form.php:948
350
- msgid "Using"
351
- msgstr ""
352
-
353
- #: contact_form.php:948
354
- #: contact_form.php:1128
355
- #: contact_form.php:1131
356
- #: contact_form.php:1135
357
- msgid "powered by"
358
- msgstr ""
359
-
360
- #: contact_form.php:951
361
- #: contact_form.php:955
362
- msgid "Using Contact Form to DB powered by"
363
- msgstr ""
364
-
365
- #: contact_form.php:951
366
- #, fuzzy
367
- msgid "Activate Contact Form to DB"
368
- msgstr "Кантактная форма"
369
-
370
- #: contact_form.php:955
371
- #, fuzzy
372
- msgid "Download Contact Form to DB"
373
- msgstr "Кантактная форма"
374
-
375
- #: contact_form.php:960
376
- msgid "Additional options"
377
- msgstr "Дадатковыя наладкі"
378
-
379
- #: contact_form.php:962
380
- msgid "Show"
381
- msgstr ""
382
-
383
- #: contact_form.php:963
384
- msgid "Hide"
385
- msgstr ""
386
-
387
- #: contact_form.php:967
388
- msgid "What to use?"
389
- msgstr "Што выкарыстоўваць?"
390
-
391
- #: contact_form.php:970
392
- msgid "Wp-mail"
393
- msgstr "Wp-mail"
394
-
395
- #: contact_form.php:970
396
- msgid "You can use the wp_mail function for mailing"
397
- msgstr "Для адпраўкі пошты вы можаце выкарыстоўваць функцыю php mail"
398
-
399
- #: contact_form.php:972
400
- msgid "Mail"
401
- msgstr "Mail"
402
-
403
- #: contact_form.php:972
404
- msgid "To send mail you can use the php mail function"
405
- msgstr "Для адпраўкі пошты вы можаце выкарыстоўваць функцыю php mail"
406
-
407
- #: contact_form.php:976
408
- #, fuzzy
409
- msgid "The text in the 'From' field"
410
- msgstr "Зьмяніць тэкст для радка 'FROM' у лісьце"
411
-
412
- #: contact_form.php:978
413
- msgid "User name"
414
- msgstr ""
415
-
416
- #: contact_form.php:979
417
- #, fuzzy
418
- msgid "The name of the user who fills the form will be used in the field 'From'."
419
- msgstr "Адрас электроннай пошты карыстальніка, які запаўняе форму будзе выкарыстоўвацца ў поле 'From'."
420
-
421
- #: contact_form.php:982
422
- #, fuzzy
423
- msgid "This text will be used in the 'FROM' field"
424
- msgstr "Гэты адрас будзе выкарыстоўвацца ў поле 'From'"
425
-
426
- #: contact_form.php:986
427
- #, fuzzy
428
- msgid "The email address in the 'From' field"
429
- msgstr "Калі ласка, увядзіце адрас электроннай пошты ў поле 'From'"
430
-
431
- #: contact_form.php:988
432
- msgid "User email"
433
- msgstr ""
434
-
435
- #: contact_form.php:989
436
- #, fuzzy
437
- msgid "The email address of the user who fills the form will be used in the field 'From'."
438
- msgstr "Адрас электроннай пошты карыстальніка, які запаўняе форму будзе выкарыстоўвацца ў поле 'From'."
439
-
440
- #: contact_form.php:992
441
- msgid "This email address will be used in the 'From' field."
442
- msgstr "Гэты адрас будзе выкарыстоўвацца ў поле 'From'"
443
-
444
- #: contact_form.php:996
445
- #, fuzzy
446
- msgid "Required symbol"
447
- msgstr "Абавязковыя палі"
448
-
449
- #: contact_form.php:1006
450
- msgid "Fields"
451
- msgstr ""
452
-
453
- #: contact_form.php:1007
454
- msgid "Used"
455
- msgstr ""
456
-
457
- #: contact_form.php:1008
458
- #, fuzzy
459
- msgid "Required"
460
- msgstr "Абавязковыя палі"
461
-
462
- #: contact_form.php:1009
463
- msgid "Visible"
464
- msgstr ""
465
-
466
- #: contact_form.php:1010
467
- msgid "Disabled for editing"
468
- msgstr ""
469
-
470
- #: contact_form.php:1011
471
- msgid "Field's default value"
472
- msgstr ""
473
-
474
- #: contact_form.php:1016
475
- #: contact_form.php:1373
476
- #: contact_form.php:2137
477
- #: contact_form.php:2173
478
- msgid "Name"
479
- msgstr "Імя"
480
-
481
- #: contact_form.php:1024
482
- msgid "Location selectbox"
483
- msgstr ""
484
-
485
- #: contact_form.php:1032
486
- #: contact_form.php:1378
487
- #: contact_form.php:2143
488
- #: contact_form.php:2177
489
- #, fuzzy
490
- msgid "Address"
491
- msgstr "E-mail адрас:"
492
-
493
- #: contact_form.php:1040
494
- #, fuzzy
495
- msgid "Email Address"
496
- msgstr "E-mail адрас:"
497
-
498
- #: contact_form.php:1048
499
- #, fuzzy
500
- msgid "Phone number"
501
- msgstr "Тэлефон:"
502
-
503
- #: contact_form.php:1056
504
- #: contact_form.php:1393
505
- #: contact_form.php:2158
506
- #: contact_form.php:2186
507
- msgid "Subject"
508
- msgstr "Тэма"
509
-
510
- #: contact_form.php:1064
511
- #: contact_form.php:1397
512
- #: contact_form.php:2161
513
- #: contact_form.php:2188
514
- msgid "Message"
515
- msgstr "Паведамленьне"
516
-
517
- #: contact_form.php:1088
518
- #, fuzzy
519
- msgid "Attachment block"
520
- msgstr "Паказваць блок Прычапіць Файл"
521
-
522
- #: contact_form.php:1090
523
- msgid "Users can attach the following file formats"
524
- msgstr "Карыстальнікі могуць прычапляць файлы наступных тыпаў"
525
-
526
- #: contact_form.php:1103
527
- msgid "Add to the form"
528
- msgstr ""
529
-
530
- #: contact_form.php:1108
531
- #, fuzzy
532
- msgid "Tips below the Attachment"
533
- msgstr "Паказваць блок Прычапіць Файл"
534
-
535
- #: contact_form.php:1117
536
- #, fuzzy
537
- msgid "'Send me a copy' block"
538
- msgstr "Паказаць блок Адправіць мне копію"
539
-
540
- #: contact_form.php:1128
541
- #: contact_form.php:1131
542
- #: contact_form.php:1135
543
- #: contact_form.php:1407
544
- msgid "Captcha"
545
- msgstr ""
546
-
547
- #: contact_form.php:1131
548
- #, fuzzy
549
- msgid "Activate captcha"
550
- msgstr "Актываваныя пашырэньні"
551
-
552
- #: contact_form.php:1135
553
- #, fuzzy
554
- msgid "Download captcha"
555
- msgstr "Спампаваць"
556
-
557
- #: contact_form.php:1143
558
- msgid "Agreement checkbox"
559
- msgstr ""
560
-
561
- #: contact_form.php:1143
562
- msgid "Required checkbox for submitting the form"
563
- msgstr ""
564
-
565
- #: contact_form.php:1144
566
- msgid "Optional checkbox"
567
- msgstr ""
568
-
569
- #: contact_form.php:1144
570
- msgid "Optional checkbox, the results of which will be displayed in email"
571
- msgstr ""
572
-
573
- #: contact_form.php:1161
574
- msgid "Delete an attachment file from the server after the email is sent"
575
- msgstr ""
576
-
577
- #: contact_form.php:1167
578
- msgid "Email in HTML format sending"
579
- msgstr ""
580
-
581
- #: contact_form.php:1171
582
- #, fuzzy
583
- msgid "Display additional info in the email"
584
- msgstr "Паказ дадатковай інфармацыі ў лісьце"
585
-
586
- #: contact_form.php:1176
587
- #: contact_form.php:2104
588
- #: contact_form.php:2106
589
- msgid "Sent from (ip address)"
590
- msgstr "Адпраўлена ад (IP адрас)"
591
-
592
- #: contact_form.php:1176
593
- #, fuzzy
594
- msgid "Example: Sent from (IP address):\t127.0.0.1"
595
- msgstr "Адпраўлена ад (IP адрас)"
596
-
597
- #: contact_form.php:1177
598
- #: contact_form.php:2110
599
- #: contact_form.php:2112
600
- msgid "Date/Time"
601
- msgstr "Дата/Час"
602
-
603
- #: contact_form.php:1177
604
- msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
605
- msgstr ""
606
-
607
- #: contact_form.php:1178
608
- #: contact_form.php:2116
609
- #: contact_form.php:2118
610
- msgid "Sent from (referer)"
611
- msgstr "Прыйшло з "
612
-
613
- #: contact_form.php:1178
614
- msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
615
- msgstr ""
616
-
617
- #: contact_form.php:1179
618
- #: contact_form.php:2122
619
- #: contact_form.php:2124
620
- msgid "Using (user agent)"
621
- msgstr "Выкарыстоўваць (user agent)"
622
-
623
- #: contact_form.php:1179
624
- msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
625
- msgstr ""
626
-
627
- #: contact_form.php:1183
628
- msgid "Language settings for the field names in the form"
629
- msgstr "Моўныя наладкі для палёў у форме"
630
-
631
- #: contact_form.php:1192
632
- #, fuzzy
633
- msgid "Add a language"
634
- msgstr "Дадаць мову"
635
-
636
- #: contact_form.php:1196
637
- msgid "Change the names of the contact form fields and error messages"
638
- msgstr "Зьмяніць назвы палёў кантактнай формы й паведамленьняў аб памылках"
639
-
640
- #: contact_form.php:1201
641
- #: contact_form.php:1288
642
- msgid "English"
643
- msgstr "Ангельская"
644
-
645
- #: contact_form.php:1209
646
- #: contact_form.php:1243
647
- msgid "click to expand/hide the list"
648
- msgstr ""
649
-
650
- #: contact_form.php:1218
651
- #: contact_form.php:1252
652
- #, fuzzy
653
- msgid "Tips below the Attachment block"
654
- msgstr "Паказваць блок Прычапіць Файл"
655
-
656
- #: contact_form.php:1221
657
- #: contact_form.php:1255
658
- msgid "Error message for the Name field"
659
- msgstr "Паведамленьне аб памылкі для поля Імя Карыстальніка"
660
-
661
- #: contact_form.php:1222
662
- #: contact_form.php:1256
663
- #, fuzzy
664
- msgid "Error message for the Address field"
665
- msgstr "Паведамленьне аб памылкі для поля Паведамленьне"
666
-
667
- #: contact_form.php:1223
668
- #: contact_form.php:1257
669
- msgid "Error message for the Email field"
670
- msgstr "Паведамленьне аб памылкі для поля Электронная Пошта"
671
-
672
- #: contact_form.php:1224
673
- #: contact_form.php:1258
674
- msgid "Error message for the Phone field"
675
- msgstr "Паведамленьне аб памылкі для поля Тэлефон"
676
-
677
- #: contact_form.php:1225
678
- #: contact_form.php:1259
679
- msgid "Error message for the Subject field"
680
- msgstr "Паведамленьне аб памылкі для поля Тэма"
681
-
682
- #: contact_form.php:1226
683
- #: contact_form.php:1260
684
- msgid "Error message for the Message field"
685
- msgstr "Паведамленьне аб памылкі для поля Паведамленьне"
686
-
687
- #: contact_form.php:1227
688
- #: contact_form.php:1261
689
- #, fuzzy
690
- msgid "Error message about the file type for the Attachment field"
691
- msgstr "Паведамленьне аб памылкі для поля Прычапіць Файл"
692
-
693
- #: contact_form.php:1228
694
- #: contact_form.php:1262
695
- #, fuzzy
696
- msgid "Error message while uploading a file for the Attachment field to the server"
697
- msgstr "Паведамленьне аб памылкі для поля Прычапіць Файл"
698
-
699
- #: contact_form.php:1229
700
- #: contact_form.php:1263
701
- #, fuzzy
702
- msgid "Error message while moving the file for the Attachment field"
703
- msgstr "Паведамленьне аб памылкі для поля Прычапіць Файл"
704
-
705
- #: contact_form.php:1230
706
- #: contact_form.php:1264
707
- #, fuzzy
708
- msgid "Error message when file size limit for the Attachment field is exceeded"
709
- msgstr "Паведамленьне аб памылкі для поля Прычапіць Файл"
710
-
711
- #: contact_form.php:1231
712
- #: contact_form.php:1265
713
- msgid "Error message for the Captcha field"
714
- msgstr "Паведамленьне аб памылкі для поля Captcha"
715
-
716
- #: contact_form.php:1232
717
- #: contact_form.php:1266
718
- msgid "Error message for the whole form"
719
- msgstr "Паведамленьне аб памылцы для усёй формы"
720
-
721
- #: contact_form.php:1235
722
- #: contact_form.php:1237
723
- #: contact_form.php:1269
724
- #: contact_form.php:1271
725
- #: contact_form.php:1298
726
- #: contact_form.php:1300
727
- #: contact_form.php:1308
728
- #: contact_form.php:1310
729
- msgid "Use shortcode"
730
- msgstr "Выкарыстоўваць shortcode"
731
-
732
- #: contact_form.php:1235
733
- #: contact_form.php:1237
734
- #: contact_form.php:1269
735
- #: contact_form.php:1271
736
- #: contact_form.php:1298
737
- #: contact_form.php:1300
738
- #: contact_form.php:1308
739
- #: contact_form.php:1310
740
- msgid "for this language"
741
- msgstr "для дадзенай мовы"
742
-
743
- #: contact_form.php:1279
744
- #, fuzzy
745
- msgid "Use the changed names of the contact form fields in the email"
746
- msgstr "Зьмяніць назвы палёў кантактнай формы й паведамленьняў аб памылках"
747
-
748
- #: contact_form.php:1285
749
- msgid "Action after email is sent"
750
- msgstr "Дзеяньні пасьля адпраўкі ліста"
751
-
752
- #: contact_form.php:1287
753
- msgid "Display text"
754
- msgstr "Адлюстраваць тэкст"
755
-
756
- #: contact_form.php:1296
757
- #: contact_form.php:1306
758
- msgid "Text"
759
- msgstr "Тэкст"
760
-
761
- #: contact_form.php:1317
762
- msgid "Redirect to the page"
763
- msgstr "Перакінуць на старонку"
764
-
765
- #: contact_form.php:1318
766
- msgid "Url"
767
- msgstr "www-адрас"
768
-
769
- #: contact_form.php:1322
770
- msgid "The $_SERVER variable that is used to build a URL of the form"
771
- msgstr ""
772
-
773
- #: contact_form.php:1326
774
- msgid "If you are not sure whether to change this setting or not, please do not do that."
775
- msgstr ""
776
-
777
- #: contact_form.php:1332
778
- #: contact_form.php:1516
779
- msgid "Save Changes"
780
- msgstr "Захаваць зьмены"
781
-
782
- #: contact_form.php:1337
783
- msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
784
- msgstr ""
785
-
786
- #: contact_form.php:1338
787
- #, fuzzy
788
- msgid "Rate the plugin"
789
- msgstr "Рэкамэндаваныя да ўсталёўкі пашырэньні"
790
-
791
- #: contact_form.php:1341
792
- #, fuzzy
793
- msgid "If there is something wrong about it, please contact us"
794
- msgstr "Калі ў вас ёсьць якія небудзь пытаньні, зьвяртайцеся да plugin@bestwebsoft.com ці запоўніце кантактную форму на нашым сайце"
795
-
796
- #: contact_form.php:1353
797
- msgid "Errors output"
798
- msgstr ""
799
-
800
- #: contact_form.php:1356
801
- msgid "Display error messages"
802
- msgstr ""
803
-
804
- #: contact_form.php:1357
805
- msgid "Color of the input field errors."
806
- msgstr ""
807
-
808
- #: contact_form.php:1358
809
- #, fuzzy
810
- msgid "Display error messages & color of the input field errors"
811
- msgstr "Паведамленьне аб памылкі для поля Тэма"
812
-
813
- #: contact_form.php:1363
814
- msgid "Add placeholder to the input blocks"
815
- msgstr ""
816
-
817
- #: contact_form.php:1369
818
- #, fuzzy
819
- msgid "Add tooltips"
820
- msgstr "Дадатковыя наладкі"
821
-
822
- #: contact_form.php:1383
823
- #, fuzzy
824
- msgid "Email address"
825
- msgstr "E-mail адрас:"
826
-
827
- #: contact_form.php:1388
828
- #, fuzzy
829
- msgid "Phone Number"
830
- msgstr "Тэлефон:"
831
-
832
- #: contact_form.php:1402
833
- #, fuzzy
834
- msgid "Attachment"
835
- msgstr "Прычапіць файл:"
836
-
837
- #: contact_form.php:1407
838
- msgid "(powered by bestwebsoft.com)"
839
- msgstr ""
840
-
841
- #: contact_form.php:1412
842
- #, fuzzy
843
- msgid "Style options"
844
- msgstr "Дадатковыя наладкі"
845
-
846
- #: contact_form.php:1415
847
- msgid "Text color"
848
- msgstr ""
849
-
850
- #: contact_form.php:1418
851
- #: contact_form.php:1423
852
- #: contact_form.php:1433
853
- #: contact_form.php:1438
854
- #: contact_form.php:1443
855
- #: contact_form.php:1448
856
- #: contact_form.php:1458
857
- #: contact_form.php:1463
858
- #: contact_form.php:1469
859
- #: contact_form.php:1480
860
- #: contact_form.php:1485
861
- #: contact_form.php:1490
862
- msgid "Default"
863
- msgstr ""
864
-
865
- #: contact_form.php:1420
866
- msgid "Label text color"
867
- msgstr ""
868
-
869
- #: contact_form.php:1425
870
- msgid "Placeholder color"
871
- msgstr ""
872
-
873
- #: contact_form.php:1430
874
- msgid "Errors color"
875
- msgstr ""
876
-
877
- #: contact_form.php:1435
878
- msgid "Error text color"
879
- msgstr ""
880
-
881
- #: contact_form.php:1440
882
- msgid "Background color of the input field errors"
883
- msgstr ""
884
-
885
- #: contact_form.php:1445
886
- msgid "Border color of the input field errors"
887
- msgstr ""
888
-
889
- #: contact_form.php:1450
890
- msgid "Placeholder color of the input field errors"
891
- msgstr ""
892
-
893
- #: contact_form.php:1455
894
- #, fuzzy
895
- msgid "Input fields"
896
- msgstr "Адлюстраваць тэкст"
897
-
898
- #: contact_form.php:1460
899
- msgid "Input fields background color"
900
- msgstr ""
901
-
902
- #: contact_form.php:1465
903
- msgid "Text fields color"
904
- msgstr ""
905
-
906
- #: contact_form.php:1467
907
- msgid "Border width in px, numbers only"
908
- msgstr ""
909
-
910
- #: contact_form.php:1471
911
- #: contact_form.php:1492
912
- msgid "Border color"
913
- msgstr ""
914
-
915
- #: contact_form.php:1476
916
- #, fuzzy
917
- msgid "Submit button"
918
- msgstr "Адправіць"
919
-
920
- #: contact_form.php:1478
921
- msgid "Width in px, numbers only"
922
- msgstr ""
923
-
924
- #: contact_form.php:1482
925
- msgid "Button color"
926
- msgstr ""
927
-
928
- #: contact_form.php:1487
929
- msgid "Button text color"
930
- msgstr ""
931
-
932
- #: contact_form.php:1520
933
- #, fuzzy
934
- msgid "Contact Form Pro | Preview"
935
- msgstr "Кантактная форма"
936
-
937
- #: contact_form.php:1523
938
- msgid "Show with errors"
939
- msgstr ""
940
-
941
- #: contact_form.php:1531
942
- #: contact_form.php:1533
943
- msgid "Please enter your full name..."
944
- msgstr ""
945
-
946
- #: contact_form.php:1544
947
- #: contact_form.php:1546
948
- msgid "Please enter your address..."
949
- msgstr ""
950
-
951
- #: contact_form.php:1555
952
- #: contact_form.php:1557
953
- #, fuzzy
954
- msgid "Please enter your email address..."
955
- msgstr "Выкарыстоўваць гэты email-адрас:"
956
-
957
- #: contact_form.php:1566
958
- #: contact_form.php:1568
959
- msgid "Please enter your phone number..."
960
- msgstr ""
961
-
962
- #: contact_form.php:1577
963
- #: contact_form.php:1579
964
- msgid "Please enter subject..."
965
- msgstr ""
966
-
967
- #: contact_form.php:1587
968
- #: contact_form.php:1589
969
- msgid "Please enter your message..."
970
- msgstr ""
971
-
972
- #: contact_form.php:1631
973
- msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
974
- msgstr ""
975
-
976
- #: contact_form.php:1633
977
- msgid "Please, go to"
978
- msgstr ""
979
-
980
- #: contact_form.php:1633
981
- #, fuzzy
982
- msgid "the setting page"
983
- msgstr "Наладкі"
984
-
985
- #: contact_form.php:1634
986
- msgid "You will be redirected automatically in 5 seconds."
987
- msgstr ""
988
-
989
- #: contact_form.php:1639
990
- msgid "You can download and activate"
991
- msgstr ""
992
-
993
- #: contact_form.php:1641
994
- msgid "version of this plugin by entering Your license key."
995
- msgstr ""
996
-
997
- #: contact_form.php:1643
998
- msgid "You can find your license key on your personal page Client area, by clicking on the link"
999
- msgstr ""
1000
-
1001
- #: contact_form.php:1645
1002
- msgid "(your username is the email you specify when purchasing the product)."
1003
- msgstr ""
1004
-
1005
- #: contact_form.php:1653
1006
- #: contact_form.php:1663
1007
- #, fuzzy
1008
- msgid "Activate"
1009
- msgstr "Актываваныя пашырэньні"
1010
-
1011
- #: contact_form.php:1729
1012
- msgid "Sorry, email message could not be delivered."
1013
- msgstr "Прабачце, вашая электронная пошта не можа быць адпраўленай."
1014
-
1015
- #: contact_form.php:2131
1016
- msgid "Contact from"
1017
- msgstr "Кантактная форма"
1018
-
1019
- #: contact_form.php:2148
1020
- #: contact_form.php:2180
1021
- msgid "Email"
1022
- msgstr "Электронная пошта"
1023
-
1024
- #: contact_form.php:2153
1025
- #: contact_form.php:2183
1026
- msgid "Phone"
1027
- msgstr "Тэлефон"
1028
-
1029
- #: contact_form.php:2164
1030
- #: contact_form.php:2190
1031
- msgid "Site"
1032
- msgstr "Сайт"
1033
-
1034
- #: contact_form.php:2280
1035
- msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
1036
- msgstr "Калі вы бачыце гэты MIME, значыць гэты тып не падтрымліваецца вашым паштовым кліентам!"
1037
-
1038
- #: contact_form.php:2361
1039
- msgid "Support"
1040
- msgstr "Падтрымка"
1041
-
1042
- #: contact_form.php:2411
1043
- msgid "Are you sure that you want to delete this language data?"
1044
- msgstr "Вы сапраўды хочаце выдаліць дадзеныя для гэтай мовы?"
1045
-
1046
- #: contact_form.php:2624
1047
- msgid "It’s time to upgrade your <strong>Contact Form plugin</strong> to <strong>PRO</strong> version"
1048
- msgstr ""
1049
-
1050
- #: contact_form.php:2625
1051
- msgid "Extend standard plugin functionality with new great options."
1052
- msgstr ""
1053
-
1054
- #: contact_form.php:2640
1055
- msgid "<strong>Contact Form to DB</strong> allows to store your messages to the database."
1056
- msgstr ""
1057
-
1058
- #: contact_form.php:2641
1059
- msgid "Manage messages that have been sent from your website."
1060
- msgstr ""
1061
-
1062
- #, fuzzy
1063
- #~ msgid "Contact Form Pro"
1064
- #~ msgstr "Кантактная форма"
1065
-
1066
- #, fuzzy
1067
- #~ msgid "Contact Form Pro Extra Settings"
1068
- #~ msgstr "Наладкі кантактнай формы"
1069
-
1070
- #, fuzzy
1071
- #~ msgid "Contact Form Pro | Extra Settings"
1072
- #~ msgstr "Наладкі кантактнай формы"
1073
-
1074
- #, fuzzy
1075
- #~ msgid "Display fields"
1076
- #~ msgstr "Адлюстраваць тэкст"
1077
-
1078
- #, fuzzy
1079
- #~ msgid "Display tips below the Attachment block"
1080
- #~ msgstr "Паказваць блок Прычапіць Файл"
1081
-
1082
- #~ msgid "Required fields"
1083
- #~ msgstr "Абавязковыя палі"
1084
-
1085
- #, fuzzy
1086
- #~ msgid "Display the asterisk near required fields"
1087
- #~ msgstr "Тэлефон - абавязковы радок."
1088
-
1089
- #~ msgid "You can attach the following file formats"
1090
- #~ msgstr "Карыстальнікі могуць прычапіць файлы наступных тыпаў"
1091
-
1092
- #, fuzzy
1093
- #~ msgid "Memory usage"
1094
- #~ msgstr "Паведамленьне"
1095
-
1096
- #, fuzzy
1097
- #~ msgid "Site URL"
1098
- #~ msgstr "Сайт"
1099
-
1100
- #, fuzzy
1101
- #~ msgid "Please enter a valid email address."
1102
- #~ msgstr "Выкарыстоўваць гэты email-адрас:"
1103
-
1104
- #~ msgid "Activated plugins"
1105
- #~ msgstr "Актываваныя пашырэньні"
1106
-
1107
- #~ msgid "Read more"
1108
- #~ msgstr "Чытаць далей"
1109
-
1110
- #~ msgid "Installed plugins"
1111
- #~ msgstr "Усталяваныя пашырэньні"
1112
-
1113
- #~ msgid "Recommended plugins"
1114
- #~ msgstr "Рэкамэндаваныя да ўсталёўкі пашырэньні"
1115
-
1116
- #~ msgid "Download"
1117
- #~ msgstr "Спампаваць"
1118
-
1119
- #~ msgid "Install %s"
1120
- #~ msgstr "Усталявана %s"
1121
-
1122
- #~ msgid "Install now from wordpress.org"
1123
- #~ msgstr "Усталяваць з wordpress.org"
1124
-
1125
- #, fuzzy
1126
- #~ msgid "Active Plugins"
1127
- #~ msgstr "Актываваныя пашырэньні"
1128
-
1129
- #, fuzzy
1130
- #~ msgid "Inactive Plugins"
1131
- #~ msgstr "Актываваныя пашырэньні"
1132
-
1133
- #, fuzzy
1134
- #~ msgid "Send to support"
1135
- #~ msgstr "Падтрымка"
1136
-
1137
- #~ msgid "Contact Form Options"
1138
- #~ msgstr "Наладкі кантактнай формы"
1139
-
1140
- #~ msgid "Display Attachment tips"
1141
- #~ msgstr "Паказаць дадатковую інфармацыю для блока Прычапіць Файл"
1142
-
1143
- #, fuzzy
1144
- #~ msgid "Display a phone number field"
1145
- #~ msgstr "Паказаць радок для тэлефона"
1146
-
1147
- #~ msgid "Please enter a valid email address. Settings are not saved."
1148
- #~ msgstr "Калі ласка, увядзіце карэктны адрас. Наладкі не захаваны."
1149
-
1150
- #~ msgid "E-Mail Address"
1151
- #~ msgstr "Адрас электроннай пошты"
1152
-
1153
- #~ msgid "Attachment is broken."
1154
- #~ msgstr "Прычаплённы тып файлу не падтрымліваецца"
1155
-
1156
- #~ msgid "Use email of wordpress user:"
1157
- #~ msgstr "Email карыстача сайта:"
1158
-
1159
- #~ msgid "Set an email address which will be used for messages receiving."
1160
- #~ msgstr "Увядзіце паштовы адрас, на які будуць адпраўляцца паведамленьні."
1161
-
1162
- #~ msgid "Display explanations after Attachment block"
1163
- #~ msgstr "Паказаць дадатковую інфармацыю пасьля блока Прычапіць Файл"
1164
-
1165
- #~ msgid "To send mail you can use the wordpress wp_mail function"
1166
- #~ msgstr ""
1167
- #~ "Для адпраўкі пошты вы можаце выкарыстоўваць функцыю WordPress wp_mail"
1168
-
1169
- #~ msgid "Select email for 'FROM' field of the email"
1170
- #~ msgstr "Абярыце email для радка 'FROM' ліста"
1171
-
1172
- #~ msgid ""
1173
- #~ "In the field 'From' in the mail it will use email of that user who fills "
1174
- #~ "the form."
1175
- #~ msgstr ""
1176
- #~ "У радку \"From\" у лісьце будзе выкарыстоўвацца пошта таго карыстальніка, "
1177
- #~ "які запаўняе форму."
1178
-
1179
- #~ msgid "In the field 'From' it will use this email."
1180
- #~ msgstr "У радку \"From\" у лісьце будзе выкарыстоўвацца гэты адрас."
1181
-
1182
- #~ msgid "Error message for captcha"
1183
- #~ msgstr "Паведамленьне аб памылкі для радка Captcha"
1184
-
1185
- #~ msgid "If you can see this MIME than your client doesn't accept MIME types!"
1186
- #~ msgstr ""
1187
- #~ "Калі вы можаце бачыць гэты MIME значыць ваш паштовы кліент не "
1188
- #~ "падтрымлівае MIME тып!"
1189
-
1190
- #~ msgid "E-Mail Addresse:"
1191
- #~ msgstr "E-mail адрес:"
1192
-
1193
- #~ msgid "Install Now"
1194
- #~ msgstr "Установить сейчас"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/contact_form-ca.mo CHANGED
File without changes
languages/contact_form-ca.po CHANGED
File without changes
languages/contact_form-es_ES.mo CHANGED
File without changes
languages/contact_form-es_ES.po CHANGED
File without changes
languages/contact_form-fi.mo DELETED
Binary file
languages/contact_form-fi.po DELETED
@@ -1,1146 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: contact_form\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-09-02 11:44+0300\n"
6
- "PO-Revision-Date: 2014-09-02 11:44+0300\n"
7
- "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
- "Language-Team: Martin Tonek, Joakim Lindskog, Maarten van den Driest <joakim@limewoodmedia.com, maarten@vandendriest.com>\n"
9
- "Language: ru_RU\n"
10
- "MIME-Version: 1.0\n"
11
- "Content-Type: text/plain; charset=UTF-8\n"
12
- "Content-Transfer-Encoding: 8bit\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:74
20
- #: contact_form.php:856
21
- #, fuzzy
22
- msgid "Contact Form Settings"
23
- msgstr "Yhteydenottolomakeasetukset"
24
-
25
- #: contact_form.php:74
26
- msgid "Contact Form"
27
- msgstr "Yhteydenottolomake"
28
-
29
- #: contact_form.php:151
30
- #: contact_form.php:1211
31
- #: contact_form.php:1245
32
- msgid "Name:"
33
- msgstr "Nimi:"
34
-
35
- #: contact_form.php:152
36
- #: contact_form.php:1212
37
- #: contact_form.php:1246
38
- #, fuzzy
39
- msgid "Address:"
40
- msgstr "Sähköposti:"
41
-
42
- #: contact_form.php:153
43
- #: contact_form.php:1213
44
- #: contact_form.php:1247
45
- msgid "Email Address:"
46
- msgstr "Sähköposti:"
47
-
48
- #: contact_form.php:154
49
- #: contact_form.php:1214
50
- #: contact_form.php:1248
51
- msgid "Phone number:"
52
- msgstr "Puhelinnumero:"
53
-
54
- #: contact_form.php:155
55
- #: contact_form.php:1215
56
- #: contact_form.php:1249
57
- msgid "Subject:"
58
- msgstr "Aihe:"
59
-
60
- #: contact_form.php:156
61
- #: contact_form.php:1216
62
- #: contact_form.php:1250
63
- msgid "Message:"
64
- msgstr "Viesti:"
65
-
66
- #: contact_form.php:157
67
- #: contact_form.php:1217
68
- #: contact_form.php:1251
69
- msgid "Attachment:"
70
- msgstr "Liite:"
71
-
72
- #: contact_form.php:158
73
- msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
74
- msgstr ""
75
-
76
- #: contact_form.php:159
77
- #: contact_form.php:1219
78
- #: contact_form.php:1253
79
- msgid "Send me a copy"
80
- msgstr "Lähetä minulle kopio"
81
-
82
- #: contact_form.php:160
83
- #: contact_form.php:1220
84
- #: contact_form.php:1254
85
- msgid "Submit"
86
- msgstr "Lähetä"
87
-
88
- #: contact_form.php:161
89
- msgid "Your name is required."
90
- msgstr "Nimikenttä pakollinen."
91
-
92
- #: contact_form.php:162
93
- #, fuzzy
94
- msgid "Address is required."
95
- msgstr "Anna toimiva sähköpostiosoite."
96
-
97
- #: contact_form.php:163
98
- msgid "A valid email address is required."
99
- msgstr "Anna toimiva sähköpostiosoite."
100
-
101
- #: contact_form.php:164
102
- msgid "Phone number is required."
103
- msgstr "Puhelinnumero pakollinen."
104
-
105
- #: contact_form.php:165
106
- msgid "Subject is required."
107
- msgstr "Aihe pakollinen."
108
-
109
- #: contact_form.php:166
110
- msgid "Message text is required."
111
- msgstr "Viestikenttä pakollinen."
112
-
113
- #: contact_form.php:167
114
- msgid "File format is not valid."
115
- msgstr "Tiedostotyyppi virheellinen."
116
-
117
- #: contact_form.php:168
118
- msgid "File upload error."
119
- msgstr ""
120
-
121
- #: contact_form.php:169
122
- msgid "The file could not be uploaded."
123
- msgstr ""
124
-
125
- #: contact_form.php:170
126
- msgid "This file is too large."
127
- msgstr ""
128
-
129
- #: contact_form.php:171
130
- msgid "Please fill out the CAPTCHA."
131
- msgstr "Täytä CAPTCHA."
132
-
133
- #: contact_form.php:172
134
- msgid "Please make corrections below and try again."
135
- msgstr "Tee allaolevat korjaukset ja yritä uudelleen."
136
-
137
- #: contact_form.php:174
138
- msgid "Thank you for contacting us."
139
- msgstr "Kiitos yhteydenotostanne."
140
-
141
- #: contact_form.php:370
142
- #, fuzzy
143
- msgid "requires"
144
- msgstr "Vaaditut kentät"
145
-
146
- #: contact_form.php:370
147
- msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
148
- msgstr ""
149
-
150
- #: contact_form.php:370
151
- msgid "Back to the WordPress"
152
- msgstr ""
153
-
154
- #: contact_form.php:370
155
- #, fuzzy
156
- msgid "Plugins page"
157
- msgstr "Плагины BWS"
158
-
159
- #: contact_form.php:678
160
- msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
161
- msgstr "Jos 'Ohjaa sivulle' vaihtoehto on valittu, URL-kentän tulisi olla seuraavaa muotoa"
162
-
163
- #: contact_form.php:687
164
- #, fuzzy
165
- msgid "Such user does not exist."
166
- msgstr "Käyttäjää ei ole olemassa. Asetuksia ei tallennettu."
167
-
168
- #: contact_form.php:697
169
- #, fuzzy
170
- msgid "Please enter a valid email address in the 'Use this email address' field."
171
- msgstr "Anna toimiva sähköpostiosoite 'Lähettäjä' kenttään. Asetuksia ei tallennettu."
172
-
173
- #: contact_form.php:705
174
- #, fuzzy
175
- msgid "Please enter a valid email address in the 'FROM' field."
176
- msgstr "Anna toimiva sähköpostiosoite 'Lähettäjä' kenttään. Asetuksia ei tallennettu."
177
-
178
- #: contact_form.php:730
179
- #, fuzzy
180
- msgid "Settings saved."
181
- msgstr "Asetukset tallennettu."
182
-
183
- #: contact_form.php:732
184
- #, fuzzy
185
- msgid "Settings are not saved."
186
- msgstr "Asetukset tallennettu."
187
-
188
- #: contact_form.php:759
189
- #: contact_form.php:791
190
- msgid "Wrong license key"
191
- msgstr ""
192
-
193
- #: contact_form.php:784
194
- msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
195
- msgstr ""
196
-
197
- #: contact_form.php:793
198
- msgid "This license key is bind to another site"
199
- msgstr ""
200
-
201
- #: contact_form.php:795
202
- #: contact_form.php:1656
203
- msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
204
- msgstr ""
205
-
206
- #: contact_form.php:812
207
- msgid "Failed to open the zip archive. Please, upload the plugin manually"
208
- msgstr ""
209
-
210
- #: contact_form.php:818
211
- msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
212
- msgstr ""
213
-
214
- #: contact_form.php:822
215
- #: contact_form.php:831
216
- msgid "Failed to download the zip archive. Please, upload the plugin manually"
217
- msgstr ""
218
-
219
- #: contact_form.php:835
220
- msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
221
- msgstr ""
222
-
223
- #: contact_form.php:850
224
- #, fuzzy
225
- msgid "Please, enter Your license key"
226
- msgstr "Käytä tätä sähköpostiosoitetta:"
227
-
228
- #: contact_form.php:858
229
- #: contact_form.php:2347
230
- #: contact_form.php:2359
231
- msgid "Settings"
232
- msgstr "Asetukset"
233
-
234
- #: contact_form.php:859
235
- #, fuzzy
236
- msgid "Extra settings"
237
- msgstr "Asetukset"
238
-
239
- #: contact_form.php:860
240
- #: contact_form.php:2360
241
- msgid "FAQ"
242
- msgstr "FAQ"
243
-
244
- #: contact_form.php:861
245
- msgid "Go PRO"
246
- msgstr ""
247
-
248
- #: contact_form.php:864
249
- msgid "Notice:"
250
- msgstr ""
251
-
252
- #: contact_form.php:864
253
- msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
254
- msgstr ""
255
-
256
- #: contact_form.php:870
257
- msgid "If you want to create multiple contact forms, please install the Contact Form Multi plugin."
258
- msgstr ""
259
-
260
- #: contact_form.php:876
261
- #: contact_form.php:881
262
- #: contact_form.php:1615
263
- 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:"
264
- msgstr "Jos haluat lisätä yhteydenottolomakkeen sivullesi, kopioi ja liitä tämä shortcode artikkeliin, sivulle tai vimpaimeen."
265
-
266
- #: contact_form.php:876
267
- #: contact_form.php:877
268
- #: contact_form.php:881
269
- #: contact_form.php:882
270
- #: contact_form.php:1235
271
- #: contact_form.php:1237
272
- #: contact_form.php:1298
273
- #: contact_form.php:1300
274
- msgid "or"
275
- msgstr ""
276
-
277
- #: contact_form.php:877
278
- #: contact_form.php:882
279
- msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
280
- msgstr ""
281
-
282
- #: contact_form.php:878
283
- #: contact_form.php:883
284
- msgid "They work the same way."
285
- msgstr ""
286
-
287
- #: contact_form.php:879
288
- #: contact_form.php:884
289
- msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
290
- msgstr "Jos jätät kentät tyhjäksi, viestit lähetetään rekisteröinnin yhteydessä määriteltyyn sähköpostiin."
291
-
292
- #: contact_form.php:889
293
- msgid "The user's email address:"
294
- msgstr "Käyttäjän sähköpostiosoite:"
295
-
296
- #: contact_form.php:893
297
- msgid "Create a username"
298
- msgstr "Luo käyttäjänimi."
299
-
300
- #: contact_form.php:900
301
- msgid "Enter a username of the person who should get the messages from the contact form."
302
- msgstr "Syötä käyttäjänimi, jolle viestit lähetetään lomakkeesta."
303
-
304
- #: contact_form.php:904
305
- msgid "Use this email address:"
306
- msgstr "Käytä tätä sähköpostiosoitetta:"
307
-
308
- #: contact_form.php:907
309
- msgid "Enter the email address you want the messages forwarded to."
310
- msgstr "Sähköpostiosoite, johon viestit ohjataan."
311
-
312
- #: contact_form.php:916
313
- msgid "Add department selectbox to the contact form:"
314
- msgstr ""
315
-
316
- #: contact_form.php:924
317
- #: contact_form.php:1498
318
- msgid "If you upgrade to Pro version all your settings will be saved."
319
- msgstr ""
320
-
321
- #: contact_form.php:931
322
- #: contact_form.php:1077
323
- #: contact_form.php:1151
324
- #: contact_form.php:1505
325
- msgid "Unlock premium options by upgrading to a PRO version."
326
- msgstr ""
327
-
328
- #: contact_form.php:932
329
- #: contact_form.php:1078
330
- #: contact_form.php:1152
331
- #: contact_form.php:1506
332
- #: contact_form.php:2621
333
- #: contact_form.php:2637
334
- msgid "Learn More"
335
- msgstr ""
336
-
337
- #: contact_form.php:935
338
- #: contact_form.php:1081
339
- #: contact_form.php:1155
340
- #: contact_form.php:1509
341
- msgid "Go"
342
- msgstr ""
343
-
344
- #: contact_form.php:942
345
- msgid "Save emails to the database"
346
- msgstr ""
347
-
348
- #: contact_form.php:948
349
- msgid "Using"
350
- msgstr ""
351
-
352
- #: contact_form.php:948
353
- #: contact_form.php:1128
354
- #: contact_form.php:1131
355
- #: contact_form.php:1135
356
- msgid "powered by"
357
- msgstr ""
358
-
359
- #: contact_form.php:951
360
- #: contact_form.php:955
361
- msgid "Using Contact Form to DB powered by"
362
- msgstr ""
363
-
364
- #: contact_form.php:951
365
- #, fuzzy
366
- msgid "Activate Contact Form to DB"
367
- msgstr "Yhteydenottolomake"
368
-
369
- #: contact_form.php:955
370
- #, fuzzy
371
- msgid "Download Contact Form to DB"
372
- msgstr "Yhteydenottolomake"
373
-
374
- #: contact_form.php:960
375
- msgid "Additional options"
376
- msgstr "Lisäasetukset"
377
-
378
- #: contact_form.php:962
379
- msgid "Show"
380
- msgstr ""
381
-
382
- #: contact_form.php:963
383
- msgid "Hide"
384
- msgstr ""
385
-
386
- #: contact_form.php:967
387
- msgid "What to use?"
388
- msgstr "Mitä käyttää?"
389
-
390
- #: contact_form.php:970
391
- msgid "Wp-mail"
392
- msgstr "Wp-sähköposti"
393
-
394
- #: contact_form.php:970
395
- msgid "You can use the wp_mail function for mailing"
396
- msgstr "Voit käyttää wp_mail funktiota sähköpostin lähettämiseen"
397
-
398
- #: contact_form.php:972
399
- msgid "Mail"
400
- msgstr "Sähköposti"
401
-
402
- #: contact_form.php:972
403
- msgid "To send mail you can use the php mail function"
404
- msgstr "Voit käyttää php sähköpostifunktiota lähettääksesi sähköpostia"
405
-
406
- #: contact_form.php:976
407
- #, fuzzy
408
- msgid "The text in the 'From' field"
409
- msgstr "Vaihda teksti 'Lähettäjä'- kentästä"
410
-
411
- #: contact_form.php:978
412
- msgid "User name"
413
- msgstr ""
414
-
415
- #: contact_form.php:979
416
- #, fuzzy
417
- msgid "The name of the user who fills the form will be used in the field 'From'."
418
- msgstr "Lomakkeen täyttäjän sähköpostiosoitetta käytetään 'Lähettäjä'- kentässä."
419
-
420
- #: contact_form.php:982
421
- #, fuzzy
422
- msgid "This text will be used in the 'FROM' field"
423
- msgstr "Tätä sähöpostiosoitetta käytetään 'Lähettäjä'- kentässä."
424
-
425
- #: contact_form.php:986
426
- #, fuzzy
427
- msgid "The email address in the 'From' field"
428
- msgstr "Syötä sähköpostiosoite 'Lähettäjä'- kenttään"
429
-
430
- #: contact_form.php:988
431
- msgid "User email"
432
- msgstr ""
433
-
434
- #: contact_form.php:989
435
- msgid "The email address of the user who fills the form will be used in the field 'From'."
436
- msgstr "Lomakkeen täyttäjän sähköpostiosoitetta käytetään 'Lähettäjä'- kentässä."
437
-
438
- #: contact_form.php:992
439
- msgid "This email address will be used in the 'From' field."
440
- msgstr "Tätä sähöpostiosoitetta käytetään 'Lähettäjä'- kentässä."
441
-
442
- #: contact_form.php:996
443
- #, fuzzy
444
- msgid "Required symbol"
445
- msgstr "Vaaditut kentät"
446
-
447
- #: contact_form.php:1006
448
- msgid "Fields"
449
- msgstr ""
450
-
451
- #: contact_form.php:1007
452
- msgid "Used"
453
- msgstr ""
454
-
455
- #: contact_form.php:1008
456
- #, fuzzy
457
- msgid "Required"
458
- msgstr "Vaaditut kentät"
459
-
460
- #: contact_form.php:1009
461
- msgid "Visible"
462
- msgstr ""
463
-
464
- #: contact_form.php:1010
465
- msgid "Disabled for editing"
466
- msgstr ""
467
-
468
- #: contact_form.php:1011
469
- msgid "Field's default value"
470
- msgstr ""
471
-
472
- #: contact_form.php:1016
473
- #: contact_form.php:1373
474
- #: contact_form.php:2137
475
- #: contact_form.php:2173
476
- msgid "Name"
477
- msgstr "Nimi"
478
-
479
- #: contact_form.php:1024
480
- msgid "Location selectbox"
481
- msgstr ""
482
-
483
- #: contact_form.php:1032
484
- #: contact_form.php:1378
485
- #: contact_form.php:2143
486
- #: contact_form.php:2177
487
- #, fuzzy
488
- msgid "Address"
489
- msgstr "Sähköposti"
490
-
491
- #: contact_form.php:1040
492
- msgid "Email Address"
493
- msgstr "Sähköposti"
494
-
495
- #: contact_form.php:1048
496
- #, fuzzy
497
- msgid "Phone number"
498
- msgstr "Puhelinnumero:"
499
-
500
- #: contact_form.php:1056
501
- #: contact_form.php:1393
502
- #: contact_form.php:2158
503
- #: contact_form.php:2186
504
- msgid "Subject"
505
- msgstr "Aihe"
506
-
507
- #: contact_form.php:1064
508
- #: contact_form.php:1397
509
- #: contact_form.php:2161
510
- #: contact_form.php:2188
511
- msgid "Message"
512
- msgstr "Viesti"
513
-
514
- #: contact_form.php:1088
515
- #, fuzzy
516
- msgid "Attachment block"
517
- msgstr "Näytä liitelaatikko."
518
-
519
- #: contact_form.php:1090
520
- msgid "Users can attach the following file formats"
521
- msgstr "Käyttäjä voi lisätä seuraavia tiedostotyyppejä"
522
-
523
- #: contact_form.php:1103
524
- msgid "Add to the form"
525
- msgstr ""
526
-
527
- #: contact_form.php:1108
528
- #, fuzzy
529
- msgid "Tips below the Attachment"
530
- msgstr "Näytä liitelaatikon allaolevat vinkit."
531
-
532
- #: contact_form.php:1117
533
- #, fuzzy
534
- msgid "'Send me a copy' block"
535
- msgstr "Näytä Lähetä minulle kopio- laatikko"
536
-
537
- #: contact_form.php:1128
538
- #: contact_form.php:1131
539
- #: contact_form.php:1135
540
- #: contact_form.php:1407
541
- msgid "Captcha"
542
- msgstr ""
543
-
544
- #: contact_form.php:1131
545
- #, fuzzy
546
- msgid "Activate captcha"
547
- msgstr "Aktivoidut lisäosat"
548
-
549
- #: contact_form.php:1135
550
- #, fuzzy
551
- msgid "Download captcha"
552
- msgstr "Lataa"
553
-
554
- #: contact_form.php:1143
555
- msgid "Agreement checkbox"
556
- msgstr ""
557
-
558
- #: contact_form.php:1143
559
- msgid "Required checkbox for submitting the form"
560
- msgstr ""
561
-
562
- #: contact_form.php:1144
563
- msgid "Optional checkbox"
564
- msgstr ""
565
-
566
- #: contact_form.php:1144
567
- msgid "Optional checkbox, the results of which will be displayed in email"
568
- msgstr ""
569
-
570
- #: contact_form.php:1161
571
- msgid "Delete an attachment file from the server after the email is sent"
572
- msgstr ""
573
-
574
- #: contact_form.php:1167
575
- msgid "Email in HTML format sending"
576
- msgstr ""
577
-
578
- #: contact_form.php:1171
579
- msgid "Display additional info in the email"
580
- msgstr "Näytä lisätietoa sähköpostissa"
581
-
582
- #: contact_form.php:1176
583
- #: contact_form.php:2104
584
- #: contact_form.php:2106
585
- msgid "Sent from (ip address)"
586
- msgstr "Lähetetty osoitteesta (ip-osoite)"
587
-
588
- #: contact_form.php:1176
589
- #, fuzzy
590
- msgid "Example: Sent from (IP address):\t127.0.0.1"
591
- msgstr "Lähetetty osoitteesta (ip-osoite)"
592
-
593
- #: contact_form.php:1177
594
- #: contact_form.php:2110
595
- #: contact_form.php:2112
596
- msgid "Date/Time"
597
- msgstr "Päivä/Aika"
598
-
599
- #: contact_form.php:1177
600
- msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
601
- msgstr ""
602
-
603
- #: contact_form.php:1178
604
- #: contact_form.php:2116
605
- #: contact_form.php:2118
606
- msgid "Sent from (referer)"
607
- msgstr "Lähetetty (referer)"
608
-
609
- #: contact_form.php:1178
610
- msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
611
- msgstr ""
612
-
613
- #: contact_form.php:1179
614
- #: contact_form.php:2122
615
- #: contact_form.php:2124
616
- msgid "Using (user agent)"
617
- msgstr "Käytetään (user agent)"
618
-
619
- #: contact_form.php:1179
620
- msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
621
- msgstr ""
622
-
623
- #: contact_form.php:1183
624
- msgid "Language settings for the field names in the form"
625
- msgstr "Kieliasetukset kenttien nimille lomakkeessa"
626
-
627
- #: contact_form.php:1192
628
- msgid "Add a language"
629
- msgstr "Lisää kieli"
630
-
631
- #: contact_form.php:1196
632
- msgid "Change the names of the contact form fields and error messages"
633
- msgstr ""
634
-
635
- #: contact_form.php:1201
636
- #: contact_form.php:1288
637
- msgid "English"
638
- msgstr "Englanti"
639
-
640
- #: contact_form.php:1209
641
- #: contact_form.php:1243
642
- msgid "click to expand/hide the list"
643
- msgstr ""
644
-
645
- #: contact_form.php:1218
646
- #: contact_form.php:1252
647
- #, fuzzy
648
- msgid "Tips below the Attachment block"
649
- msgstr "Näytä liitelaatikon allaolevat vinkit."
650
-
651
- #: contact_form.php:1221
652
- #: contact_form.php:1255
653
- msgid "Error message for the Name field"
654
- msgstr "Virheilmoitus nimikentälle"
655
-
656
- #: contact_form.php:1222
657
- #: contact_form.php:1256
658
- #, fuzzy
659
- msgid "Error message for the Address field"
660
- msgstr "Virheilmoitus viestikentälle"
661
-
662
- #: contact_form.php:1223
663
- #: contact_form.php:1257
664
- msgid "Error message for the Email field"
665
- msgstr "Virheilmoitus sähköpostikentälle"
666
-
667
- #: contact_form.php:1224
668
- #: contact_form.php:1258
669
- msgid "Error message for the Phone field"
670
- msgstr "Virheilmoitus puhelinnumerokentälle"
671
-
672
- #: contact_form.php:1225
673
- #: contact_form.php:1259
674
- msgid "Error message for the Subject field"
675
- msgstr "Virheilmoitus aihekentälle"
676
-
677
- #: contact_form.php:1226
678
- #: contact_form.php:1260
679
- msgid "Error message for the Message field"
680
- msgstr "Virheilmoitus viestikentälle"
681
-
682
- #: contact_form.php:1227
683
- #: contact_form.php:1261
684
- #, fuzzy
685
- msgid "Error message about the file type for the Attachment field"
686
- msgstr "Virheilmoitus liitekentälle"
687
-
688
- #: contact_form.php:1228
689
- #: contact_form.php:1262
690
- #, fuzzy
691
- msgid "Error message while uploading a file for the Attachment field to the server"
692
- msgstr "Virheilmoitus liitekentälle"
693
-
694
- #: contact_form.php:1229
695
- #: contact_form.php:1263
696
- #, fuzzy
697
- msgid "Error message while moving the file for the Attachment field"
698
- msgstr "Virheilmoitus liitekentälle"
699
-
700
- #: contact_form.php:1230
701
- #: contact_form.php:1264
702
- #, fuzzy
703
- msgid "Error message when file size limit for the Attachment field is exceeded"
704
- msgstr "Virheilmoitus liitekentälle"
705
-
706
- #: contact_form.php:1231
707
- #: contact_form.php:1265
708
- msgid "Error message for the Captcha field"
709
- msgstr "Virheilmoitus CAPTCHA:lle"
710
-
711
- #: contact_form.php:1232
712
- #: contact_form.php:1266
713
- msgid "Error message for the whole form"
714
- msgstr "Virheilmoitus koko lomakkeelle"
715
-
716
- #: contact_form.php:1235
717
- #: contact_form.php:1237
718
- #: contact_form.php:1269
719
- #: contact_form.php:1271
720
- #: contact_form.php:1298
721
- #: contact_form.php:1300
722
- #: contact_form.php:1308
723
- #: contact_form.php:1310
724
- msgid "Use shortcode"
725
- msgstr "Käytä shortcodea"
726
-
727
- #: contact_form.php:1235
728
- #: contact_form.php:1237
729
- #: contact_form.php:1269
730
- #: contact_form.php:1271
731
- #: contact_form.php:1298
732
- #: contact_form.php:1300
733
- #: contact_form.php:1308
734
- #: contact_form.php:1310
735
- msgid "for this language"
736
- msgstr "tälle kielelle"
737
-
738
- #: contact_form.php:1279
739
- msgid "Use the changed names of the contact form fields in the email"
740
- msgstr ""
741
-
742
- #: contact_form.php:1285
743
- msgid "Action after email is sent"
744
- msgstr "Toiminta sähköpostin lähetyksen jälkeen"
745
-
746
- #: contact_form.php:1287
747
- msgid "Display text"
748
- msgstr "Näytä teksti"
749
-
750
- #: contact_form.php:1296
751
- #: contact_form.php:1306
752
- msgid "Text"
753
- msgstr "Teksti"
754
-
755
- #: contact_form.php:1317
756
- msgid "Redirect to the page"
757
- msgstr "Ohjaa sivulle"
758
-
759
- #: contact_form.php:1318
760
- msgid "Url"
761
- msgstr "Url"
762
-
763
- #: contact_form.php:1322
764
- msgid "The $_SERVER variable that is used to build a URL of the form"
765
- msgstr ""
766
-
767
- #: contact_form.php:1326
768
- msgid "If you are not sure whether to change this setting or not, please do not do that."
769
- msgstr ""
770
-
771
- #: contact_form.php:1332
772
- #: contact_form.php:1516
773
- msgid "Save Changes"
774
- msgstr "Tallenna muutokset"
775
-
776
- #: contact_form.php:1337
777
- msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
778
- msgstr ""
779
-
780
- #: contact_form.php:1338
781
- #, fuzzy
782
- msgid "Rate the plugin"
783
- msgstr "Suositellut lisäosat"
784
-
785
- #: contact_form.php:1341
786
- #, fuzzy
787
- msgid "If there is something wrong about it, please contact us"
788
- msgstr "Jos sinulla on kysyttävää, ota yhteyttä osoitteeseen plugin@bestwebsoft.com tai täytä yhteydenottolomake sivuillamme."
789
-
790
- #: contact_form.php:1353
791
- msgid "Errors output"
792
- msgstr ""
793
-
794
- #: contact_form.php:1356
795
- msgid "Display error messages"
796
- msgstr ""
797
-
798
- #: contact_form.php:1357
799
- msgid "Color of the input field errors."
800
- msgstr ""
801
-
802
- #: contact_form.php:1358
803
- #, fuzzy
804
- msgid "Display error messages & color of the input field errors"
805
- msgstr "Virheilmoitus aihekentälle"
806
-
807
- #: contact_form.php:1363
808
- msgid "Add placeholder to the input blocks"
809
- msgstr ""
810
-
811
- #: contact_form.php:1369
812
- #, fuzzy
813
- msgid "Add tooltips"
814
- msgstr "Lisäasetukset"
815
-
816
- #: contact_form.php:1383
817
- #, fuzzy
818
- msgid "Email address"
819
- msgstr "Sähköposti"
820
-
821
- #: contact_form.php:1388
822
- #, fuzzy
823
- msgid "Phone Number"
824
- msgstr "Puhelinnumero:"
825
-
826
- #: contact_form.php:1402
827
- #, fuzzy
828
- msgid "Attachment"
829
- msgstr "Liite:"
830
-
831
- #: contact_form.php:1407
832
- msgid "(powered by bestwebsoft.com)"
833
- msgstr ""
834
-
835
- #: contact_form.php:1412
836
- #, fuzzy
837
- msgid "Style options"
838
- msgstr "Lisäasetukset"
839
-
840
- #: contact_form.php:1415
841
- msgid "Text color"
842
- msgstr ""
843
-
844
- #: contact_form.php:1418
845
- #: contact_form.php:1423
846
- #: contact_form.php:1433
847
- #: contact_form.php:1438
848
- #: contact_form.php:1443
849
- #: contact_form.php:1448
850
- #: contact_form.php:1458
851
- #: contact_form.php:1463
852
- #: contact_form.php:1469
853
- #: contact_form.php:1480
854
- #: contact_form.php:1485
855
- #: contact_form.php:1490
856
- msgid "Default"
857
- msgstr ""
858
-
859
- #: contact_form.php:1420
860
- msgid "Label text color"
861
- msgstr ""
862
-
863
- #: contact_form.php:1425
864
- msgid "Placeholder color"
865
- msgstr ""
866
-
867
- #: contact_form.php:1430
868
- msgid "Errors color"
869
- msgstr ""
870
-
871
- #: contact_form.php:1435
872
- msgid "Error text color"
873
- msgstr ""
874
-
875
- #: contact_form.php:1440
876
- msgid "Background color of the input field errors"
877
- msgstr ""
878
-
879
- #: contact_form.php:1445
880
- msgid "Border color of the input field errors"
881
- msgstr ""
882
-
883
- #: contact_form.php:1450
884
- msgid "Placeholder color of the input field errors"
885
- msgstr ""
886
-
887
- #: contact_form.php:1455
888
- msgid "Input fields"
889
- msgstr ""
890
-
891
- #: contact_form.php:1460
892
- msgid "Input fields background color"
893
- msgstr ""
894
-
895
- #: contact_form.php:1465
896
- msgid "Text fields color"
897
- msgstr ""
898
-
899
- #: contact_form.php:1467
900
- msgid "Border width in px, numbers only"
901
- msgstr ""
902
-
903
- #: contact_form.php:1471
904
- #: contact_form.php:1492
905
- msgid "Border color"
906
- msgstr ""
907
-
908
- #: contact_form.php:1476
909
- #, fuzzy
910
- msgid "Submit button"
911
- msgstr "Lähetä"
912
-
913
- #: contact_form.php:1478
914
- msgid "Width in px, numbers only"
915
- msgstr ""
916
-
917
- #: contact_form.php:1482
918
- msgid "Button color"
919
- msgstr ""
920
-
921
- #: contact_form.php:1487
922
- msgid "Button text color"
923
- msgstr ""
924
-
925
- #: contact_form.php:1520
926
- #, fuzzy
927
- msgid "Contact Form Pro | Preview"
928
- msgstr "Yhteydenottolomake"
929
-
930
- #: contact_form.php:1523
931
- msgid "Show with errors"
932
- msgstr ""
933
-
934
- #: contact_form.php:1531
935
- #: contact_form.php:1533
936
- msgid "Please enter your full name..."
937
- msgstr ""
938
-
939
- #: contact_form.php:1544
940
- #: contact_form.php:1546
941
- msgid "Please enter your address..."
942
- msgstr ""
943
-
944
- #: contact_form.php:1555
945
- #: contact_form.php:1557
946
- #, fuzzy
947
- msgid "Please enter your email address..."
948
- msgstr "Käytä tätä sähköpostiosoitetta:"
949
-
950
- #: contact_form.php:1566
951
- #: contact_form.php:1568
952
- msgid "Please enter your phone number..."
953
- msgstr ""
954
-
955
- #: contact_form.php:1577
956
- #: contact_form.php:1579
957
- msgid "Please enter subject..."
958
- msgstr ""
959
-
960
- #: contact_form.php:1587
961
- #: contact_form.php:1589
962
- msgid "Please enter your message..."
963
- msgstr ""
964
-
965
- #: contact_form.php:1631
966
- msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
967
- msgstr ""
968
-
969
- #: contact_form.php:1633
970
- msgid "Please, go to"
971
- msgstr ""
972
-
973
- #: contact_form.php:1633
974
- #, fuzzy
975
- msgid "the setting page"
976
- msgstr "Asetukset"
977
-
978
- #: contact_form.php:1634
979
- msgid "You will be redirected automatically in 5 seconds."
980
- msgstr ""
981
-
982
- #: contact_form.php:1639
983
- msgid "You can download and activate"
984
- msgstr ""
985
-
986
- #: contact_form.php:1641
987
- msgid "version of this plugin by entering Your license key."
988
- msgstr ""
989
-
990
- #: contact_form.php:1643
991
- msgid "You can find your license key on your personal page Client area, by clicking on the link"
992
- msgstr ""
993
-
994
- #: contact_form.php:1645
995
- msgid "(your username is the email you specify when purchasing the product)."
996
- msgstr ""
997
-
998
- #: contact_form.php:1653
999
- #: contact_form.php:1663
1000
- #, fuzzy
1001
- msgid "Activate"
1002
- msgstr "Aktivoidut lisäosat"
1003
-
1004
- #: contact_form.php:1729
1005
- msgid "Sorry, email message could not be delivered."
1006
- msgstr "Anteeksi, sähköpostiviestiä ei voitu lähettää."
1007
-
1008
- #: contact_form.php:2131
1009
- msgid "Contact from"
1010
- msgstr "Yhteydenottolomake"
1011
-
1012
- #: contact_form.php:2148
1013
- #: contact_form.php:2180
1014
- msgid "Email"
1015
- msgstr "Sähköposti"
1016
-
1017
- #: contact_form.php:2153
1018
- #: contact_form.php:2183
1019
- msgid "Phone"
1020
- msgstr "Puhelinnumero"
1021
-
1022
- #: contact_form.php:2164
1023
- #: contact_form.php:2190
1024
- msgid "Site"
1025
- msgstr "Sivu"
1026
-
1027
- #: contact_form.php:2280
1028
- msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
1029
- msgstr "Jos näet tämän MIME:n, sen tyyppi ei ole tuettu sähköpostiohjelmassasi."
1030
-
1031
- #: contact_form.php:2361
1032
- msgid "Support"
1033
- msgstr "Tuki"
1034
-
1035
- #: contact_form.php:2411
1036
- msgid "Are you sure that you want to delete this language data?"
1037
- msgstr "Oletko varma että haluat poistaa kielitiedot?"
1038
-
1039
- #: contact_form.php:2624
1040
- msgid "It’s time to upgrade your <strong>Contact Form plugin</strong> to <strong>PRO</strong> version"
1041
- msgstr ""
1042
-
1043
- #: contact_form.php:2625
1044
- msgid "Extend standard plugin functionality with new great options."
1045
- msgstr ""
1046
-
1047
- #: contact_form.php:2640
1048
- msgid "<strong>Contact Form to DB</strong> allows to store your messages to the database."
1049
- msgstr ""
1050
-
1051
- #: contact_form.php:2641
1052
- msgid "Manage messages that have been sent from your website."
1053
- msgstr ""
1054
-
1055
- #, fuzzy
1056
- #~ msgid "Contact Form Pro"
1057
- #~ msgstr "Yhteydenottolomake"
1058
-
1059
- #, fuzzy
1060
- #~ msgid "Contact Form Pro Extra Settings"
1061
- #~ msgstr "Yhteydenottolomakeasetukset"
1062
-
1063
- #, fuzzy
1064
- #~ msgid "Contact Form Pro | Extra Settings"
1065
- #~ msgstr "Yhteydenottolomakeasetukset"
1066
-
1067
- #, fuzzy
1068
- #~ msgid "Display fields"
1069
- #~ msgstr "Näytä teksti"
1070
-
1071
- #, fuzzy
1072
- #~ msgid "Display tips below the Attachment block"
1073
- #~ msgstr "Näytä liitelaatikon allaolevat vinkit."
1074
-
1075
- #~ msgid "Required fields"
1076
- #~ msgstr "Vaaditut kentät"
1077
-
1078
- #, fuzzy
1079
- #~ msgid "Display the asterisk near required fields"
1080
- #~ msgstr "Näytä puhelinnumerokenttä."
1081
-
1082
- #~ msgid "You can attach the following file formats"
1083
- #~ msgstr "Voit liittää seuraavia tiedostomuotoja"
1084
-
1085
- #, fuzzy
1086
- #~ msgid "Memory usage"
1087
- #~ msgstr "Viesti"
1088
-
1089
- #, fuzzy
1090
- #~ msgid "Site URL"
1091
- #~ msgstr "Sivu"
1092
-
1093
- #, fuzzy
1094
- #~ msgid "Please enter a valid email address."
1095
- #~ msgstr "Käytä tätä sähköpostiosoitetta:"
1096
-
1097
- #~ msgid "Activated plugins"
1098
- #~ msgstr "Aktivoidut lisäosat"
1099
-
1100
- #~ msgid "Read more"
1101
- #~ msgstr "Lue lisää"
1102
-
1103
- #~ msgid "Installed plugins"
1104
- #~ msgstr "Asennetut lisäosat"
1105
-
1106
- #~ msgid "Recommended plugins"
1107
- #~ msgstr "Suositellut lisäosat"
1108
-
1109
- #~ msgid "Download"
1110
- #~ msgstr "Lataa"
1111
-
1112
- #~ msgid "Install %s"
1113
- #~ msgstr "Asenna %s"
1114
-
1115
- #~ msgid "Install now from wordpress.org"
1116
- #~ msgstr "Asenna osoitteesta wordpress.org"
1117
-
1118
- #, fuzzy
1119
- #~ msgid "Active Plugins"
1120
- #~ msgstr "Aktivoidut lisäosat"
1121
-
1122
- #, fuzzy
1123
- #~ msgid "Inactive Plugins"
1124
- #~ msgstr "Aktivoidut lisäosat"
1125
-
1126
- #, fuzzy
1127
- #~ msgid "Send to support"
1128
- #~ msgstr "Tuki"
1129
-
1130
- #~ msgid "Contact Form Options"
1131
- #~ msgstr "Yhteydenottolomakeasetukset"
1132
-
1133
- #~ msgid "Display Attachment tips"
1134
- #~ msgstr "Näytä liittämisvinkit."
1135
-
1136
- #~ msgid "Please enter a valid email address. Settings are not saved."
1137
- #~ msgstr "Vänligen ange korrekt e-post. Inställningar sparas inte."
1138
-
1139
- #~ msgid "E-Mail Address"
1140
- #~ msgstr "E-postadress"
1141
-
1142
- #~ msgid "E-Mail Addresse:"
1143
- #~ msgstr "E-mail адрес:"
1144
-
1145
- #~ msgid "Install Now"
1146
- #~ msgstr "Установить сейчас"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/contact_form-fr_FR.mo CHANGED
File without changes
languages/contact_form-fr_FR.po CHANGED
File without changes
languages/contact_form-hu_HU.mo DELETED
Binary file
languages/contact_form-hu_HU.po DELETED
@@ -1,1177 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: contact_form\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-09-02 11:45+0300\n"
6
- "PO-Revision-Date: 2014-09-02 11:45+0300\n"
7
- "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
- "Language-Team: Karoly Kovacs <karcsi1978@gmail.com>\n"
9
- "Language: hu_HU\n"
10
- "MIME-Version: 1.0\n"
11
- "Content-Type: text/plain; charset=UTF-8\n"
12
- "Content-Transfer-Encoding: 8bit\n"
13
- "X-Poedit-KeywordsList: __;_e\n"
14
- "X-Poedit-Basepath: ..\n"
15
- "X-Poedit-SourceCharset: UTF-8\n"
16
- "Plural-Forms: nplurals=2;plural=n>2;\n"
17
- "X-Generator: Poedit 1.5.4\n"
18
- "X-Poedit-SearchPath-0: .\n"
19
-
20
- #: contact_form.php:74
21
- #: contact_form.php:856
22
- #, fuzzy
23
- msgid "Contact Form Settings"
24
- msgstr "Kapcsolatfelvételi Ürlap Beállítások"
25
-
26
- #: contact_form.php:74
27
- msgid "Contact Form"
28
- msgstr "Kapcsolatfelvételi Ürlap"
29
-
30
- #: contact_form.php:151
31
- #: contact_form.php:1211
32
- #: contact_form.php:1245
33
- msgid "Name:"
34
- msgstr "Noév:"
35
-
36
- #: contact_form.php:152
37
- #: contact_form.php:1212
38
- #: contact_form.php:1246
39
- #, fuzzy
40
- msgid "Address:"
41
- msgstr "Email cím:"
42
-
43
- #: contact_form.php:153
44
- #: contact_form.php:1213
45
- #: contact_form.php:1247
46
- msgid "Email Address:"
47
- msgstr "Email cím:"
48
-
49
- #: contact_form.php:154
50
- #: contact_form.php:1214
51
- #: contact_form.php:1248
52
- msgid "Phone number:"
53
- msgstr "Telefonszám:"
54
-
55
- #: contact_form.php:155
56
- #: contact_form.php:1215
57
- #: contact_form.php:1249
58
- msgid "Subject:"
59
- msgstr "Tárgy:"
60
-
61
- #: contact_form.php:156
62
- #: contact_form.php:1216
63
- #: contact_form.php:1250
64
- msgid "Message:"
65
- msgstr "Üzenet:"
66
-
67
- #: contact_form.php:157
68
- #: contact_form.php:1217
69
- #: contact_form.php:1251
70
- msgid "Attachment:"
71
- msgstr "Csatolmány:"
72
-
73
- #: contact_form.php:158
74
- msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
75
- msgstr ""
76
-
77
- #: contact_form.php:159
78
- #: contact_form.php:1219
79
- #: contact_form.php:1253
80
- msgid "Send me a copy"
81
- msgstr "Kérek másolatot"
82
-
83
- #: contact_form.php:160
84
- #: contact_form.php:1220
85
- #: contact_form.php:1254
86
- msgid "Submit"
87
- msgstr "Küldés"
88
-
89
- #: contact_form.php:161
90
- msgid "Your name is required."
91
- msgstr "Név megadása kötelező."
92
-
93
- #: contact_form.php:162
94
- #, fuzzy
95
- msgid "Address is required."
96
- msgstr "Valós email cím megadása kötelező."
97
-
98
- #: contact_form.php:163
99
- #, fuzzy
100
- msgid "A valid email address is required."
101
- msgstr "Valós email cím megadása kötelező."
102
-
103
- #: contact_form.php:164
104
- msgid "Phone number is required."
105
- msgstr "Le numéro de téléphone est obligatoire."
106
-
107
- #: contact_form.php:165
108
- msgid "Subject is required."
109
- msgstr "Tárgy megadása kötelező."
110
-
111
- #: contact_form.php:166
112
- msgid "Message text is required."
113
- msgstr "Üzenet megírása kötelező."
114
-
115
- #: contact_form.php:167
116
- msgid "File format is not valid."
117
- msgstr "Fájl formátuma nem megengedett."
118
-
119
- #: contact_form.php:168
120
- msgid "File upload error."
121
- msgstr ""
122
-
123
- #: contact_form.php:169
124
- msgid "The file could not be uploaded."
125
- msgstr ""
126
-
127
- #: contact_form.php:170
128
- msgid "This file is too large."
129
- msgstr ""
130
-
131
- #: contact_form.php:171
132
- msgid "Please fill out the CAPTCHA."
133
- msgstr "Kérem töltse ki a CAPTCHA mezőt."
134
-
135
- #: contact_form.php:172
136
- msgid "Please make corrections below and try again."
137
- msgstr "Kérem javítsa ki a szükséges mezőket és próbálja újra."
138
-
139
- #: contact_form.php:174
140
- msgid "Thank you for contacting us."
141
- msgstr "Köszönjük az üzenetét."
142
-
143
- #: contact_form.php:370
144
- #, fuzzy
145
- msgid "requires"
146
- msgstr "Kötelező mező"
147
-
148
- #: contact_form.php:370
149
- msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
150
- msgstr ""
151
-
152
- #: contact_form.php:370
153
- msgid "Back to the WordPress"
154
- msgstr ""
155
-
156
- #: contact_form.php:370
157
- #, fuzzy
158
- msgid "Plugins page"
159
- msgstr "Ajánlott pluginok"
160
-
161
- #: contact_form.php:678
162
- msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
163
- msgstr "Amennyiben az 'Átirányítás egy oldalra' opció kiválasztásra kerül, az URL-t az alábbi formátumban kell megadni"
164
-
165
- #: contact_form.php:687
166
- #, fuzzy
167
- msgid "Such user does not exist."
168
- msgstr "Nincs ilyen felhasználó. Beállítások nem kerültek mentésre."
169
-
170
- #: contact_form.php:697
171
- #, fuzzy
172
- msgid "Please enter a valid email address in the 'Use this email address' field."
173
- msgstr "Kérem valós email címet adjon meg a 'FKITÖL' mezőben. Beállítások nem kerültek mentésre."
174
-
175
- #: contact_form.php:705
176
- #, fuzzy
177
- msgid "Please enter a valid email address in the 'FROM' field."
178
- msgstr "Kérem valós email címet adjon meg a 'FKITÖL' mezőben. Beállítások nem kerültek mentésre."
179
-
180
- #: contact_form.php:730
181
- #, fuzzy
182
- msgid "Settings saved."
183
- msgstr "Opciók elmentve."
184
-
185
- #: contact_form.php:732
186
- #, fuzzy
187
- msgid "Settings are not saved."
188
- msgstr "Opciók elmentve."
189
-
190
- #: contact_form.php:759
191
- #: contact_form.php:791
192
- msgid "Wrong license key"
193
- msgstr ""
194
-
195
- #: contact_form.php:784
196
- msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
197
- msgstr ""
198
-
199
- #: contact_form.php:793
200
- msgid "This license key is bind to another site"
201
- msgstr ""
202
-
203
- #: contact_form.php:795
204
- #: contact_form.php:1656
205
- msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
206
- msgstr ""
207
-
208
- #: contact_form.php:812
209
- msgid "Failed to open the zip archive. Please, upload the plugin manually"
210
- msgstr ""
211
-
212
- #: contact_form.php:818
213
- msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
214
- msgstr ""
215
-
216
- #: contact_form.php:822
217
- #: contact_form.php:831
218
- msgid "Failed to download the zip archive. Please, upload the plugin manually"
219
- msgstr ""
220
-
221
- #: contact_form.php:835
222
- msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
223
- msgstr ""
224
-
225
- #: contact_form.php:850
226
- #, fuzzy
227
- msgid "Please, enter Your license key"
228
- msgstr "Ezen email cím használata:"
229
-
230
- #: contact_form.php:858
231
- #: contact_form.php:2347
232
- #: contact_form.php:2359
233
- msgid "Settings"
234
- msgstr "Beállítások"
235
-
236
- #: contact_form.php:859
237
- #, fuzzy
238
- msgid "Extra settings"
239
- msgstr "Beállítások"
240
-
241
- #: contact_form.php:860
242
- #: contact_form.php:2360
243
- msgid "FAQ"
244
- msgstr "GYIK (FAQ)"
245
-
246
- #: contact_form.php:861
247
- msgid "Go PRO"
248
- msgstr ""
249
-
250
- #: contact_form.php:864
251
- msgid "Notice:"
252
- msgstr ""
253
-
254
- #: contact_form.php:864
255
- msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
256
- msgstr ""
257
-
258
- #: contact_form.php:870
259
- msgid "If you want to create multiple contact forms, please install the Contact Form Multi plugin."
260
- msgstr ""
261
-
262
- #: contact_form.php:876
263
- #: contact_form.php:881
264
- #: contact_form.php:1615
265
- 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:"
266
- msgstr "Amennyiben szeretné hozzáadni a Kapcsolatfelvételi Ürlapot a weboldalához, másolja ki és illessze be az alábbi kódot egy bejegyzésbe, oldalba vagy widgetbe:"
267
-
268
- #: contact_form.php:876
269
- #: contact_form.php:877
270
- #: contact_form.php:881
271
- #: contact_form.php:882
272
- #: contact_form.php:1235
273
- #: contact_form.php:1237
274
- #: contact_form.php:1298
275
- #: contact_form.php:1300
276
- msgid "or"
277
- msgstr ""
278
-
279
- #: contact_form.php:877
280
- #: contact_form.php:882
281
- msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
282
- msgstr ""
283
-
284
- #: contact_form.php:878
285
- #: contact_form.php:883
286
- msgid "They work the same way."
287
- msgstr ""
288
-
289
- #: contact_form.php:879
290
- #: contact_form.php:884
291
- msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
292
- msgstr "Amennyiben ezeket a mezőket üresen hagyja, az üzenet a regisztráció során megadott email címre lesz elküldve."
293
-
294
- #: contact_form.php:889
295
- msgid "The user's email address:"
296
- msgstr "A felhasználó email címe:"
297
-
298
- #: contact_form.php:893
299
- msgid "Create a username"
300
- msgstr "felhasználónév létrehozása"
301
-
302
- #: contact_form.php:900
303
- msgid "Enter a username of the person who should get the messages from the contact form."
304
- msgstr "Adja meg azon személy felhasználónevét, akitől az üzeneteket szeretné kapni a Kapcsolatfelvételi Ürlap segítségével."
305
-
306
- #: contact_form.php:904
307
- msgid "Use this email address:"
308
- msgstr "Ezen email cím használata:"
309
-
310
- #: contact_form.php:907
311
- msgid "Enter the email address you want the messages forwarded to."
312
- msgstr "Adja meg az email címet, ahova az üzenetek érkezzenek."
313
-
314
- #: contact_form.php:916
315
- msgid "Add department selectbox to the contact form:"
316
- msgstr ""
317
-
318
- #: contact_form.php:924
319
- #: contact_form.php:1498
320
- msgid "If you upgrade to Pro version all your settings will be saved."
321
- msgstr ""
322
-
323
- #: contact_form.php:931
324
- #: contact_form.php:1077
325
- #: contact_form.php:1151
326
- #: contact_form.php:1505
327
- msgid "Unlock premium options by upgrading to a PRO version."
328
- msgstr ""
329
-
330
- #: contact_form.php:932
331
- #: contact_form.php:1078
332
- #: contact_form.php:1152
333
- #: contact_form.php:1506
334
- #: contact_form.php:2621
335
- #: contact_form.php:2637
336
- msgid "Learn More"
337
- msgstr ""
338
-
339
- #: contact_form.php:935
340
- #: contact_form.php:1081
341
- #: contact_form.php:1155
342
- #: contact_form.php:1509
343
- msgid "Go"
344
- msgstr ""
345
-
346
- #: contact_form.php:942
347
- msgid "Save emails to the database"
348
- msgstr ""
349
-
350
- #: contact_form.php:948
351
- msgid "Using"
352
- msgstr ""
353
-
354
- #: contact_form.php:948
355
- #: contact_form.php:1128
356
- #: contact_form.php:1131
357
- #: contact_form.php:1135
358
- msgid "powered by"
359
- msgstr ""
360
-
361
- #: contact_form.php:951
362
- #: contact_form.php:955
363
- msgid "Using Contact Form to DB powered by"
364
- msgstr ""
365
-
366
- #: contact_form.php:951
367
- #, fuzzy
368
- msgid "Activate Contact Form to DB"
369
- msgstr "Kapcsolatfelvételi Ürlap"
370
-
371
- #: contact_form.php:955
372
- #, fuzzy
373
- msgid "Download Contact Form to DB"
374
- msgstr "Kapcsolatfelvételi Ürlap"
375
-
376
- #: contact_form.php:960
377
- msgid "Additional options"
378
- msgstr "További opciók"
379
-
380
- #: contact_form.php:962
381
- msgid "Show"
382
- msgstr ""
383
-
384
- #: contact_form.php:963
385
- msgid "Hide"
386
- msgstr ""
387
-
388
- #: contact_form.php:967
389
- msgid "What to use?"
390
- msgstr "Mit szeretne használni?"
391
-
392
- #: contact_form.php:970
393
- msgid "Wp-mail"
394
- msgstr "Wp-mail"
395
-
396
- #: contact_form.php:970
397
- msgid "You can use the wp_mail function for mailing"
398
- msgstr "Használhatja a wp_mail funkciót a levelezéshez"
399
-
400
- #: contact_form.php:972
401
- msgid "Mail"
402
- msgstr "E-mail"
403
-
404
- #: contact_form.php:972
405
- msgid "To send mail you can use the php mail function"
406
- msgstr "Email küldéshez használhatja a php mail funkciót"
407
-
408
- #: contact_form.php:976
409
- #, fuzzy
410
- msgid "The text in the 'From' field"
411
- msgstr "A 'KITÖL' mező szövegének módosítása"
412
-
413
- #: contact_form.php:978
414
- msgid "User name"
415
- msgstr ""
416
-
417
- #: contact_form.php:979
418
- #, fuzzy
419
- msgid "The name of the user who fills the form will be used in the field 'From'."
420
- msgstr "A felhasználó e-mail címe, akinek az adatai szerepelnek a 'KITÖL' mezőben."
421
-
422
- #: contact_form.php:982
423
- #, fuzzy
424
- msgid "This text will be used in the 'FROM' field"
425
- msgstr "Ez az email cím szerepel a 'KITÖL' mezőben."
426
-
427
- #: contact_form.php:986
428
- #, fuzzy
429
- msgid "The email address in the 'From' field"
430
- msgstr "Adja meg a 'KITÖL' mező email címét"
431
-
432
- #: contact_form.php:988
433
- msgid "User email"
434
- msgstr ""
435
-
436
- #: contact_form.php:989
437
- #, fuzzy
438
- msgid "The email address of the user who fills the form will be used in the field 'From'."
439
- msgstr "A felhasználó e-mail címe, akinek az adatai szerepelnek a 'KITÖL' mezőben."
440
-
441
- #: contact_form.php:992
442
- msgid "This email address will be used in the 'From' field."
443
- msgstr "Ez az email cím szerepel a 'KITÖL' mezőben."
444
-
445
- #: contact_form.php:996
446
- #, fuzzy
447
- msgid "Required symbol"
448
- msgstr "Kötelező mező"
449
-
450
- #: contact_form.php:1006
451
- msgid "Fields"
452
- msgstr ""
453
-
454
- #: contact_form.php:1007
455
- msgid "Used"
456
- msgstr ""
457
-
458
- #: contact_form.php:1008
459
- #, fuzzy
460
- msgid "Required"
461
- msgstr "Kötelező mező"
462
-
463
- #: contact_form.php:1009
464
- msgid "Visible"
465
- msgstr ""
466
-
467
- #: contact_form.php:1010
468
- msgid "Disabled for editing"
469
- msgstr ""
470
-
471
- #: contact_form.php:1011
472
- msgid "Field's default value"
473
- msgstr ""
474
-
475
- #: contact_form.php:1016
476
- #: contact_form.php:1373
477
- #: contact_form.php:2137
478
- #: contact_form.php:2173
479
- msgid "Name"
480
- msgstr "Név"
481
-
482
- #: contact_form.php:1024
483
- msgid "Location selectbox"
484
- msgstr ""
485
-
486
- #: contact_form.php:1032
487
- #: contact_form.php:1378
488
- #: contact_form.php:2143
489
- #: contact_form.php:2177
490
- #, fuzzy
491
- msgid "Address"
492
- msgstr "Email cím:"
493
-
494
- #: contact_form.php:1040
495
- #, fuzzy
496
- msgid "Email Address"
497
- msgstr "Email cím:"
498
-
499
- #: contact_form.php:1048
500
- #, fuzzy
501
- msgid "Phone number"
502
- msgstr "Telefonszám:"
503
-
504
- #: contact_form.php:1056
505
- #: contact_form.php:1393
506
- #: contact_form.php:2158
507
- #: contact_form.php:2186
508
- msgid "Subject"
509
- msgstr "Sujet"
510
-
511
- #: contact_form.php:1064
512
- #: contact_form.php:1397
513
- #: contact_form.php:2161
514
- #: contact_form.php:2188
515
- msgid "Message"
516
- msgstr "Üzenet"
517
-
518
- #: contact_form.php:1088
519
- #, fuzzy
520
- msgid "Attachment block"
521
- msgstr "Csatolmány doboz megjelenítése"
522
-
523
- #: contact_form.php:1090
524
- msgid "Users can attach the following file formats"
525
- msgstr "A felhasználók a következő fájlformátumokat csatolhatják"
526
-
527
- #: contact_form.php:1103
528
- msgid "Add to the form"
529
- msgstr ""
530
-
531
- #: contact_form.php:1108
532
- #, fuzzy
533
- msgid "Tips below the Attachment"
534
- msgstr "Tippek megjelenítése a Csatolmányok doboz alatt"
535
-
536
- #: contact_form.php:1117
537
- #, fuzzy
538
- msgid "'Send me a copy' block"
539
- msgstr "A 'Kérek másolatot' opció megjelenítése"
540
-
541
- #: contact_form.php:1128
542
- #: contact_form.php:1131
543
- #: contact_form.php:1135
544
- #: contact_form.php:1407
545
- msgid "Captcha"
546
- msgstr ""
547
-
548
- #: contact_form.php:1131
549
- #, fuzzy
550
- msgid "Activate captcha"
551
- msgstr "Aktivált pluginok"
552
-
553
- #: contact_form.php:1135
554
- #, fuzzy
555
- msgid "Download captcha"
556
- msgstr "Letöltés"
557
-
558
- #: contact_form.php:1143
559
- msgid "Agreement checkbox"
560
- msgstr ""
561
-
562
- #: contact_form.php:1143
563
- msgid "Required checkbox for submitting the form"
564
- msgstr ""
565
-
566
- #: contact_form.php:1144
567
- msgid "Optional checkbox"
568
- msgstr ""
569
-
570
- #: contact_form.php:1144
571
- msgid "Optional checkbox, the results of which will be displayed in email"
572
- msgstr ""
573
-
574
- #: contact_form.php:1161
575
- msgid "Delete an attachment file from the server after the email is sent"
576
- msgstr ""
577
-
578
- #: contact_form.php:1167
579
- msgid "Email in HTML format sending"
580
- msgstr ""
581
-
582
- #: contact_form.php:1171
583
- #, fuzzy
584
- msgid "Display additional info in the email"
585
- msgstr "További információk megjelenítése az emailben"
586
-
587
- #: contact_form.php:1176
588
- #: contact_form.php:2104
589
- #: contact_form.php:2106
590
- msgid "Sent from (ip address)"
591
- msgstr "Küldő (IP cím)"
592
-
593
- #: contact_form.php:1176
594
- #, fuzzy
595
- msgid "Example: Sent from (IP address):\t127.0.0.1"
596
- msgstr "Küldő (IP cím)"
597
-
598
- #: contact_form.php:1177
599
- #: contact_form.php:2110
600
- #: contact_form.php:2112
601
- msgid "Date/Time"
602
- msgstr "Dátum/Idő"
603
-
604
- #: contact_form.php:1177
605
- msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
606
- msgstr ""
607
-
608
- #: contact_form.php:1178
609
- #: contact_form.php:2116
610
- #: contact_form.php:2118
611
- msgid "Sent from (referer)"
612
- msgstr "Envoyer de (référence)"
613
-
614
- #: contact_form.php:1178
615
- msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
616
- msgstr ""
617
-
618
- #: contact_form.php:1179
619
- #: contact_form.php:2122
620
- #: contact_form.php:2124
621
- msgid "Using (user agent)"
622
- msgstr "Alkalmazás (böngésző)"
623
-
624
- #: contact_form.php:1179
625
- msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
626
- msgstr ""
627
-
628
- #: contact_form.php:1183
629
- msgid "Language settings for the field names in the form"
630
- msgstr "Az ürlap mezőinek nyelvi beállítása"
631
-
632
- #: contact_form.php:1192
633
- #, fuzzy
634
- msgid "Add a language"
635
- msgstr "Nyelv hozzáadása"
636
-
637
- #: contact_form.php:1196
638
- msgid "Change the names of the contact form fields and error messages"
639
- msgstr "A Kapcsolatfelvételi Ürlap mező és hibaüzenet neveinek módosítása"
640
-
641
- #: contact_form.php:1201
642
- #: contact_form.php:1288
643
- msgid "English"
644
- msgstr "Angol"
645
-
646
- #: contact_form.php:1209
647
- #: contact_form.php:1243
648
- msgid "click to expand/hide the list"
649
- msgstr ""
650
-
651
- #: contact_form.php:1218
652
- #: contact_form.php:1252
653
- #, fuzzy
654
- msgid "Tips below the Attachment block"
655
- msgstr "Tippek megjelenítése a Csatolmányok doboz alatt"
656
-
657
- #: contact_form.php:1221
658
- #: contact_form.php:1255
659
- msgid "Error message for the Name field"
660
- msgstr "Név mező hibaüzenet"
661
-
662
- #: contact_form.php:1222
663
- #: contact_form.php:1256
664
- #, fuzzy
665
- msgid "Error message for the Address field"
666
- msgstr "Üzenet mező hibaüzenet"
667
-
668
- #: contact_form.php:1223
669
- #: contact_form.php:1257
670
- msgid "Error message for the Email field"
671
- msgstr "Email cím mező hibaüzenet"
672
-
673
- #: contact_form.php:1224
674
- #: contact_form.php:1258
675
- msgid "Error message for the Phone field"
676
- msgstr "Telefonszám mező hibaüzenet"
677
-
678
- #: contact_form.php:1225
679
- #: contact_form.php:1259
680
- msgid "Error message for the Subject field"
681
- msgstr "Tárgy mező hibaüzenet"
682
-
683
- #: contact_form.php:1226
684
- #: contact_form.php:1260
685
- msgid "Error message for the Message field"
686
- msgstr "Üzenet mező hibaüzenet"
687
-
688
- #: contact_form.php:1227
689
- #: contact_form.php:1261
690
- #, fuzzy
691
- msgid "Error message about the file type for the Attachment field"
692
- msgstr "Csatolmány doboz hibaüzenet"
693
-
694
- #: contact_form.php:1228
695
- #: contact_form.php:1262
696
- #, fuzzy
697
- msgid "Error message while uploading a file for the Attachment field to the server"
698
- msgstr "Csatolmány doboz hibaüzenet"
699
-
700
- #: contact_form.php:1229
701
- #: contact_form.php:1263
702
- #, fuzzy
703
- msgid "Error message while moving the file for the Attachment field"
704
- msgstr "Csatolmány doboz hibaüzenet"
705
-
706
- #: contact_form.php:1230
707
- #: contact_form.php:1264
708
- #, fuzzy
709
- msgid "Error message when file size limit for the Attachment field is exceeded"
710
- msgstr "Csatolmány doboz hibaüzenet"
711
-
712
- #: contact_form.php:1231
713
- #: contact_form.php:1265
714
- msgid "Error message for the Captcha field"
715
- msgstr "CAPTCHA mező hibaüzenet"
716
-
717
- #: contact_form.php:1232
718
- #: contact_form.php:1266
719
- msgid "Error message for the whole form"
720
- msgstr "Hibaüzenet az egész form számára"
721
-
722
- #: contact_form.php:1235
723
- #: contact_form.php:1237
724
- #: contact_form.php:1269
725
- #: contact_form.php:1271
726
- #: contact_form.php:1298
727
- #: contact_form.php:1300
728
- #: contact_form.php:1308
729
- #: contact_form.php:1310
730
- msgid "Use shortcode"
731
- msgstr "Gyorskód használata"
732
-
733
- #: contact_form.php:1235
734
- #: contact_form.php:1237
735
- #: contact_form.php:1269
736
- #: contact_form.php:1271
737
- #: contact_form.php:1298
738
- #: contact_form.php:1300
739
- #: contact_form.php:1308
740
- #: contact_form.php:1310
741
- msgid "for this language"
742
- msgstr "ehhez a nyelvhez"
743
-
744
- #: contact_form.php:1279
745
- #, fuzzy
746
- msgid "Use the changed names of the contact form fields in the email"
747
- msgstr "A Kapcsolatfelvételi Ürlap mező és hibaüzenet neveinek módosítása"
748
-
749
- #: contact_form.php:1285
750
- msgid "Action after email is sent"
751
- msgstr "Művelet az email elküldése után"
752
-
753
- #: contact_form.php:1287
754
- msgid "Display text"
755
- msgstr "Szöveg megjelenítése"
756
-
757
- #: contact_form.php:1296
758
- #: contact_form.php:1306
759
- msgid "Text"
760
- msgstr "Szöveg"
761
-
762
- #: contact_form.php:1317
763
- msgid "Redirect to the page"
764
- msgstr "Átirányítás egy weboldalra"
765
-
766
- #: contact_form.php:1318
767
- msgid "Url"
768
- msgstr "Url"
769
-
770
- #: contact_form.php:1322
771
- msgid "The $_SERVER variable that is used to build a URL of the form"
772
- msgstr ""
773
-
774
- #: contact_form.php:1326
775
- msgid "If you are not sure whether to change this setting or not, please do not do that."
776
- msgstr ""
777
-
778
- #: contact_form.php:1332
779
- #: contact_form.php:1516
780
- msgid "Save Changes"
781
- msgstr "Módosítások Mentése"
782
-
783
- #: contact_form.php:1337
784
- msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
785
- msgstr ""
786
-
787
- #: contact_form.php:1338
788
- #, fuzzy
789
- msgid "Rate the plugin"
790
- msgstr "Ajánlott pluginok"
791
-
792
- #: contact_form.php:1341
793
- #, fuzzy
794
- msgid "If there is something wrong about it, please contact us"
795
- msgstr "Amennyiben kérdése van, kérjük írjon nekünk a plugin@bestwebsoft.com címre vagy töltse ki a kapcsolatfelvételi lapot a weboldalon"
796
-
797
- #: contact_form.php:1353
798
- msgid "Errors output"
799
- msgstr ""
800
-
801
- #: contact_form.php:1356
802
- msgid "Display error messages"
803
- msgstr ""
804
-
805
- #: contact_form.php:1357
806
- msgid "Color of the input field errors."
807
- msgstr ""
808
-
809
- #: contact_form.php:1358
810
- #, fuzzy
811
- msgid "Display error messages & color of the input field errors"
812
- msgstr "Tárgy mező hibaüzenet"
813
-
814
- #: contact_form.php:1363
815
- msgid "Add placeholder to the input blocks"
816
- msgstr ""
817
-
818
- #: contact_form.php:1369
819
- #, fuzzy
820
- msgid "Add tooltips"
821
- msgstr "További opciók"
822
-
823
- #: contact_form.php:1383
824
- #, fuzzy
825
- msgid "Email address"
826
- msgstr "Email cím:"
827
-
828
- #: contact_form.php:1388
829
- #, fuzzy
830
- msgid "Phone Number"
831
- msgstr "Telefonszám:"
832
-
833
- #: contact_form.php:1402
834
- #, fuzzy
835
- msgid "Attachment"
836
- msgstr "Csatolmány:"
837
-
838
- #: contact_form.php:1407
839
- msgid "(powered by bestwebsoft.com)"
840
- msgstr ""
841
-
842
- #: contact_form.php:1412
843
- #, fuzzy
844
- msgid "Style options"
845
- msgstr "További opciók"
846
-
847
- #: contact_form.php:1415
848
- msgid "Text color"
849
- msgstr ""
850
-
851
- #: contact_form.php:1418
852
- #: contact_form.php:1423
853
- #: contact_form.php:1433
854
- #: contact_form.php:1438
855
- #: contact_form.php:1443
856
- #: contact_form.php:1448
857
- #: contact_form.php:1458
858
- #: contact_form.php:1463
859
- #: contact_form.php:1469
860
- #: contact_form.php:1480
861
- #: contact_form.php:1485
862
- #: contact_form.php:1490
863
- msgid "Default"
864
- msgstr ""
865
-
866
- #: contact_form.php:1420
867
- msgid "Label text color"
868
- msgstr ""
869
-
870
- #: contact_form.php:1425
871
- msgid "Placeholder color"
872
- msgstr ""
873
-
874
- #: contact_form.php:1430
875
- msgid "Errors color"
876
- msgstr ""
877
-
878
- #: contact_form.php:1435
879
- msgid "Error text color"
880
- msgstr ""
881
-
882
- #: contact_form.php:1440
883
- msgid "Background color of the input field errors"
884
- msgstr ""
885
-
886
- #: contact_form.php:1445
887
- msgid "Border color of the input field errors"
888
- msgstr ""
889
-
890
- #: contact_form.php:1450
891
- msgid "Placeholder color of the input field errors"
892
- msgstr ""
893
-
894
- #: contact_form.php:1455
895
- #, fuzzy
896
- msgid "Input fields"
897
- msgstr "Szöveg megjelenítése"
898
-
899
- #: contact_form.php:1460
900
- msgid "Input fields background color"
901
- msgstr ""
902
-
903
- #: contact_form.php:1465
904
- msgid "Text fields color"
905
- msgstr ""
906
-
907
- #: contact_form.php:1467
908
- msgid "Border width in px, numbers only"
909
- msgstr ""
910
-
911
- #: contact_form.php:1471
912
- #: contact_form.php:1492
913
- msgid "Border color"
914
- msgstr ""
915
-
916
- #: contact_form.php:1476
917
- #, fuzzy
918
- msgid "Submit button"
919
- msgstr "Küldés"
920
-
921
- #: contact_form.php:1478
922
- msgid "Width in px, numbers only"
923
- msgstr ""
924
-
925
- #: contact_form.php:1482
926
- msgid "Button color"
927
- msgstr ""
928
-
929
- #: contact_form.php:1487
930
- msgid "Button text color"
931
- msgstr ""
932
-
933
- #: contact_form.php:1520
934
- #, fuzzy
935
- msgid "Contact Form Pro | Preview"
936
- msgstr "Kapcsolatfelvételi Ürlap"
937
-
938
- #: contact_form.php:1523
939
- msgid "Show with errors"
940
- msgstr ""
941
-
942
- #: contact_form.php:1531
943
- #: contact_form.php:1533
944
- msgid "Please enter your full name..."
945
- msgstr ""
946
-
947
- #: contact_form.php:1544
948
- #: contact_form.php:1546
949
- msgid "Please enter your address..."
950
- msgstr ""
951
-
952
- #: contact_form.php:1555
953
- #: contact_form.php:1557
954
- #, fuzzy
955
- msgid "Please enter your email address..."
956
- msgstr "Ezen email cím használata:"
957
-
958
- #: contact_form.php:1566
959
- #: contact_form.php:1568
960
- msgid "Please enter your phone number..."
961
- msgstr ""
962
-
963
- #: contact_form.php:1577
964
- #: contact_form.php:1579
965
- msgid "Please enter subject..."
966
- msgstr ""
967
-
968
- #: contact_form.php:1587
969
- #: contact_form.php:1589
970
- msgid "Please enter your message..."
971
- msgstr ""
972
-
973
- #: contact_form.php:1631
974
- msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
975
- msgstr ""
976
-
977
- #: contact_form.php:1633
978
- msgid "Please, go to"
979
- msgstr ""
980
-
981
- #: contact_form.php:1633
982
- #, fuzzy
983
- msgid "the setting page"
984
- msgstr "Beállítások"
985
-
986
- #: contact_form.php:1634
987
- msgid "You will be redirected automatically in 5 seconds."
988
- msgstr ""
989
-
990
- #: contact_form.php:1639
991
- msgid "You can download and activate"
992
- msgstr ""
993
-
994
- #: contact_form.php:1641
995
- msgid "version of this plugin by entering Your license key."
996
- msgstr ""
997
-
998
- #: contact_form.php:1643
999
- msgid "You can find your license key on your personal page Client area, by clicking on the link"
1000
- msgstr ""
1001
-
1002
- #: contact_form.php:1645
1003
- msgid "(your username is the email you specify when purchasing the product)."
1004
- msgstr ""
1005
-
1006
- #: contact_form.php:1653
1007
- #: contact_form.php:1663
1008
- #, fuzzy
1009
- msgid "Activate"
1010
- msgstr "Aktivált pluginok"
1011
-
1012
- #: contact_form.php:1729
1013
- msgid "Sorry, email message could not be delivered."
1014
- msgstr "Sajnáljuk, az email üzenet nem továbbítható."
1015
-
1016
- #: contact_form.php:2131
1017
- msgid "Contact from"
1018
- msgstr "Üzenet küldött"
1019
-
1020
- #: contact_form.php:2148
1021
- #: contact_form.php:2180
1022
- msgid "Email"
1023
- msgstr "E-mail"
1024
-
1025
- #: contact_form.php:2153
1026
- #: contact_form.php:2183
1027
- msgid "Phone"
1028
- msgstr "Telefonszám"
1029
-
1030
- #: contact_form.php:2164
1031
- #: contact_form.php:2190
1032
- msgid "Site"
1033
- msgstr "Oldal"
1034
-
1035
- #: contact_form.php:2280
1036
- msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
1037
- msgstr "Amennyiben ez a MIME nem jelenik meg, akkör az ön Levelezője nem támogatja ezt a MIME típust !"
1038
-
1039
- #: contact_form.php:2361
1040
- msgid "Support"
1041
- msgstr "Támogatás"
1042
-
1043
- #: contact_form.php:2411
1044
- msgid "Are you sure that you want to delete this language data?"
1045
- msgstr "Biztosan törölni szeretné ezt a nyelvi adatot ?"
1046
-
1047
- #: contact_form.php:2624
1048
- msgid "It’s time to upgrade your <strong>Contact Form plugin</strong> to <strong>PRO</strong> version"
1049
- msgstr ""
1050
-
1051
- #: contact_form.php:2625
1052
- msgid "Extend standard plugin functionality with new great options."
1053
- msgstr ""
1054
-
1055
- #: contact_form.php:2640
1056
- msgid "<strong>Contact Form to DB</strong> allows to store your messages to the database."
1057
- msgstr ""
1058
-
1059
- #: contact_form.php:2641
1060
- msgid "Manage messages that have been sent from your website."
1061
- msgstr ""
1062
-
1063
- #, fuzzy
1064
- #~ msgid "Contact Form Pro"
1065
- #~ msgstr "Kapcsolatfelvételi Ürlap"
1066
-
1067
- #, fuzzy
1068
- #~ msgid "Contact Form Pro Extra Settings"
1069
- #~ msgstr "Kapcsolatfelvételi Ürlap Beállítások"
1070
-
1071
- #, fuzzy
1072
- #~ msgid "Contact Form Pro | Extra Settings"
1073
- #~ msgstr "Kapcsolatfelvételi Ürlap Beállítások"
1074
-
1075
- #, fuzzy
1076
- #~ msgid "Display fields"
1077
- #~ msgstr "Szöveg megjelenítése"
1078
-
1079
- #, fuzzy
1080
- #~ msgid "Display tips below the Attachment block"
1081
- #~ msgstr "Tippek megjelenítése a Csatolmányok doboz alatt"
1082
-
1083
- #~ msgid "Required fields"
1084
- #~ msgstr "Kötelező mező"
1085
-
1086
- #, fuzzy
1087
- #~ msgid "Display the asterisk near required fields"
1088
- #~ msgstr "Telefonszám mező megjelenítése"
1089
-
1090
- #~ msgid "You can attach the following file formats"
1091
- #~ msgstr "A következő fájlformátumokat csatolhatja"
1092
-
1093
- #, fuzzy
1094
- #~ msgid "Memory usage"
1095
- #~ msgstr "Üzenet"
1096
-
1097
- #, fuzzy
1098
- #~ msgid "Site URL"
1099
- #~ msgstr "Oldal"
1100
-
1101
- #, fuzzy
1102
- #~ msgid "Please enter a valid email address."
1103
- #~ msgstr "Ezen email cím használata:"
1104
-
1105
- #~ msgid "Activated plugins"
1106
- #~ msgstr "Aktivált pluginok"
1107
-
1108
- #~ msgid "Read more"
1109
- #~ msgstr "Részletek megtekintése"
1110
-
1111
- #~ msgid "Installed plugins"
1112
- #~ msgstr "Telepített pluginok"
1113
-
1114
- #~ msgid "Recommended plugins"
1115
- #~ msgstr "Ajánlott pluginok"
1116
-
1117
- #~ msgid "Download"
1118
- #~ msgstr "Letöltés"
1119
-
1120
- #~ msgid "Install %s"
1121
- #~ msgstr "%s telepítése"
1122
-
1123
- #~ msgid "Install now from wordpress.org"
1124
- #~ msgstr "Telepítés most a wordpress.org oldalról"
1125
-
1126
- #, fuzzy
1127
- #~ msgid "Active Plugins"
1128
- #~ msgstr "Aktivált pluginok"
1129
-
1130
- #, fuzzy
1131
- #~ msgid "Inactive Plugins"
1132
- #~ msgstr "Aktivált pluginok"
1133
-
1134
- #, fuzzy
1135
- #~ msgid "Send to support"
1136
- #~ msgstr "Támogatás"
1137
-
1138
- #~ msgid "Contact Form Options"
1139
- #~ msgstr "Kapcsolatfelvételi Ürlap Beállítások"
1140
-
1141
- #~ msgid "Display Attachment tips"
1142
- #~ msgstr "Tippek megjelenítése a Csatolmányokhoz"
1143
-
1144
- #~ msgid "Please enter a valid email address. Settings are not saved."
1145
- #~ msgstr ""
1146
- #~ "Kérem valós email címet adjon meg. Beállítások nem kerültek mentésre."
1147
-
1148
- #~ msgid "E-Mail Address"
1149
- #~ msgstr "Email cím"
1150
-
1151
- #, fuzzy
1152
- #~ msgid ""
1153
- #~ "If you would like to add a Contact Form to your website, just copy and "
1154
- #~ "put this shortcode onto your post or page:"
1155
- #~ msgstr ""
1156
- #~ "Amennyiben szeretné hozzáadni a Kapcsolatfelvételi Ürlapot a "
1157
- #~ "weboldalához, másolja ki, cs illessze be az alábbi kódot egy bejegyzésbe, "
1158
- #~ "oldalba vagy widgetbe:"
1159
-
1160
- #~ msgid "Install Now"
1161
- #~ msgstr "Telepítés Most"
1162
-
1163
- #~ msgid "BWS Pluginok"
1164
- #~ msgstr "BWS Pluginok"
1165
-
1166
- #, fuzzy
1167
- #~ msgid "Thank you for contact."
1168
- #~ msgstr "Köszönjük az üzenetét."
1169
-
1170
- #, fuzzy
1171
- #~ msgid "Set a name of user wo will get messages from a contact form."
1172
- #~ msgstr ""
1173
- #~ "Azon személy felhasználónevének megadása, akitól a Kapcsolatfelvételi "
1174
- #~ "Ürlapüzenete érkezni fog."
1175
-
1176
- #~ msgid "E-Mail Addresse:"
1177
- #~ msgstr "IEmail cím:"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/contact_form-it_IT.mo DELETED
Binary file
languages/contact_form-it_IT.po DELETED
@@ -1,1149 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: contact_form\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-09-02 11:45+0300\n"
6
- "PO-Revision-Date: 2014-09-02 11:45+0300\n"
7
- "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
- "Language-Team: Ilian Gagliardi <ilian@ultra-violet.it>\n"
9
- "Language: it_IT\n"
10
- "MIME-Version: 1.0\n"
11
- "Content-Type: text/plain; charset=UTF-8\n"
12
- "Content-Transfer-Encoding: 8bit\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:74
20
- #: contact_form.php:856
21
- #, fuzzy
22
- msgid "Contact Form Settings"
23
- msgstr "Opzioni Contact Form"
24
-
25
- #: contact_form.php:74
26
- msgid "Contact Form"
27
- msgstr "Contact Form"
28
-
29
- #: contact_form.php:151
30
- #: contact_form.php:1211
31
- #: contact_form.php:1245
32
- msgid "Name:"
33
- msgstr "Nome:"
34
-
35
- #: contact_form.php:152
36
- #: contact_form.php:1212
37
- #: contact_form.php:1246
38
- #, fuzzy
39
- msgid "Address:"
40
- msgstr "Indirizzo e-mail:"
41
-
42
- #: contact_form.php:153
43
- #: contact_form.php:1213
44
- #: contact_form.php:1247
45
- msgid "Email Address:"
46
- msgstr "Indirizzo e-mail:"
47
-
48
- #: contact_form.php:154
49
- #: contact_form.php:1214
50
- #: contact_form.php:1248
51
- msgid "Phone number:"
52
- msgstr "Numero di telefono:"
53
-
54
- #: contact_form.php:155
55
- #: contact_form.php:1215
56
- #: contact_form.php:1249
57
- msgid "Subject:"
58
- msgstr "Oggetto:"
59
-
60
- #: contact_form.php:156
61
- #: contact_form.php:1216
62
- #: contact_form.php:1250
63
- msgid "Message:"
64
- msgstr "Messaggio:"
65
-
66
- #: contact_form.php:157
67
- #: contact_form.php:1217
68
- #: contact_form.php:1251
69
- msgid "Attachment:"
70
- msgstr "Attachment:"
71
-
72
- #: contact_form.php:158
73
- msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
74
- msgstr ""
75
-
76
- #: contact_form.php:159
77
- #: contact_form.php:1219
78
- #: contact_form.php:1253
79
- msgid "Send me a copy"
80
- msgstr "Inviami una copia"
81
-
82
- #: contact_form.php:160
83
- #: contact_form.php:1220
84
- #: contact_form.php:1254
85
- msgid "Submit"
86
- msgstr "Invia"
87
-
88
- #: contact_form.php:161
89
- msgid "Your name is required."
90
- msgstr "Il nome è obbligatorio"
91
-
92
- #: contact_form.php:162
93
- #, fuzzy
94
- msgid "Address is required."
95
- msgstr "È richiesto un indirizzo e-mail valido."
96
-
97
- #: contact_form.php:163
98
- msgid "A valid email address is required."
99
- msgstr "È richiesto un indirizzo e-mail valido."
100
-
101
- #: contact_form.php:164
102
- msgid "Phone number is required."
103
- msgstr "Il numero di telefono è obbligatorio"
104
-
105
- #: contact_form.php:165
106
- msgid "Subject is required."
107
- msgstr "L'oggetto è obbligatorio"
108
-
109
- #: contact_form.php:166
110
- msgid "Message text is required."
111
- msgstr "Il campo messaggio è obbligatorio"
112
-
113
- #: contact_form.php:167
114
- msgid "File format is not valid."
115
- msgstr "L'attachment non è corretto"
116
-
117
- #: contact_form.php:168
118
- msgid "File upload error."
119
- msgstr ""
120
-
121
- #: contact_form.php:169
122
- msgid "The file could not be uploaded."
123
- msgstr ""
124
-
125
- #: contact_form.php:170
126
- msgid "This file is too large."
127
- msgstr ""
128
-
129
- #: contact_form.php:171
130
- msgid "Please fill out the CAPTCHA."
131
- msgstr "Completa il CAPTCHA"
132
-
133
- #: contact_form.php:172
134
- msgid "Please make corrections below and try again."
135
- msgstr "Controlla i dati del modulo e riprova!"
136
-
137
- #: contact_form.php:174
138
- msgid "Thank you for contacting us."
139
- msgstr "Grazie per averci contattato."
140
-
141
- #: contact_form.php:370
142
- #, fuzzy
143
- msgid "requires"
144
- msgstr "Campi richiesti"
145
-
146
- #: contact_form.php:370
147
- msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
148
- msgstr ""
149
-
150
- #: contact_form.php:370
151
- msgid "Back to the WordPress"
152
- msgstr ""
153
-
154
- #: contact_form.php:370
155
- #, fuzzy
156
- msgid "Plugins page"
157
- msgstr "BWS Plugins"
158
-
159
- #: contact_form.php:678
160
- msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
161
- msgstr "se l'opzione 'Reindirizza a pagina' è impostata, allora il campo URL deve essere nel seguente formato"
162
-
163
- #: contact_form.php:687
164
- #, fuzzy
165
- msgid "Such user does not exist."
166
- msgstr "L'utente indicato non esiste. Le opzioni non sono state salvate."
167
-
168
- #: contact_form.php:697
169
- #, fuzzy
170
- msgid "Please enter a valid email address in the 'Use this email address' field."
171
- msgstr "Perfavore inserisci una e-mail corretta nel campo 'DA'. Opzioni non salvate."
172
-
173
- #: contact_form.php:705
174
- #, fuzzy
175
- msgid "Please enter a valid email address in the 'FROM' field."
176
- msgstr "Perfavore inserisci una e-mail corretta nel campo 'DA'. Opzioni non salvate."
177
-
178
- #: contact_form.php:730
179
- #, fuzzy
180
- msgid "Settings saved."
181
- msgstr "Opzioni salvate."
182
-
183
- #: contact_form.php:732
184
- #, fuzzy
185
- msgid "Settings are not saved."
186
- msgstr "Opzioni salvate."
187
-
188
- #: contact_form.php:759
189
- #: contact_form.php:791
190
- msgid "Wrong license key"
191
- msgstr ""
192
-
193
- #: contact_form.php:784
194
- msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
195
- msgstr ""
196
-
197
- #: contact_form.php:793
198
- msgid "This license key is bind to another site"
199
- msgstr ""
200
-
201
- #: contact_form.php:795
202
- #: contact_form.php:1656
203
- msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
204
- msgstr ""
205
-
206
- #: contact_form.php:812
207
- msgid "Failed to open the zip archive. Please, upload the plugin manually"
208
- msgstr ""
209
-
210
- #: contact_form.php:818
211
- msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
212
- msgstr ""
213
-
214
- #: contact_form.php:822
215
- #: contact_form.php:831
216
- msgid "Failed to download the zip archive. Please, upload the plugin manually"
217
- msgstr ""
218
-
219
- #: contact_form.php:835
220
- msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
221
- msgstr ""
222
-
223
- #: contact_form.php:850
224
- #, fuzzy
225
- msgid "Please, enter Your license key"
226
- msgstr "Utilizza questa e-mail:"
227
-
228
- #: contact_form.php:858
229
- #: contact_form.php:2347
230
- #: contact_form.php:2359
231
- msgid "Settings"
232
- msgstr "Settaggi"
233
-
234
- #: contact_form.php:859
235
- #, fuzzy
236
- msgid "Extra settings"
237
- msgstr "Settaggi"
238
-
239
- #: contact_form.php:860
240
- #: contact_form.php:2360
241
- msgid "FAQ"
242
- msgstr "FAQ"
243
-
244
- #: contact_form.php:861
245
- msgid "Go PRO"
246
- msgstr ""
247
-
248
- #: contact_form.php:864
249
- msgid "Notice:"
250
- msgstr ""
251
-
252
- #: contact_form.php:864
253
- msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
254
- msgstr ""
255
-
256
- #: contact_form.php:870
257
- msgid "If you want to create multiple contact forms, please install the Contact Form Multi plugin."
258
- msgstr ""
259
-
260
- #: contact_form.php:876
261
- #: contact_form.php:881
262
- #: contact_form.php:1615
263
- 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:"
264
- msgstr "Se vuoi aggiungere un Contact Form al tuo sito, copia e incolla questo shortcode nei tuoi post o nelle tue pagine o widget:"
265
-
266
- #: contact_form.php:876
267
- #: contact_form.php:877
268
- #: contact_form.php:881
269
- #: contact_form.php:882
270
- #: contact_form.php:1235
271
- #: contact_form.php:1237
272
- #: contact_form.php:1298
273
- #: contact_form.php:1300
274
- msgid "or"
275
- msgstr ""
276
-
277
- #: contact_form.php:877
278
- #: contact_form.php:882
279
- msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
280
- msgstr ""
281
-
282
- #: contact_form.php:878
283
- #: contact_form.php:883
284
- msgid "They work the same way."
285
- msgstr ""
286
-
287
- #: contact_form.php:879
288
- #: contact_form.php:884
289
- msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
290
- msgstr "Se le informazioni nei campi sottostanti sono vuote allora il messaggio sarà inviato ad un indirizzo che è stato specificato durante la fase di registrazione. "
291
-
292
- #: contact_form.php:889
293
- msgid "The user's email address:"
294
- msgstr "Utilizza l'e-mail dell'utente wordpress:"
295
-
296
- #: contact_form.php:893
297
- msgid "Create a username"
298
- msgstr "Seleziona nome utente"
299
-
300
- #: contact_form.php:900
301
- msgid "Enter a username of the person who should get the messages from the contact form."
302
- msgstr "Imposta il nome dell'utente che riceverà i messaggi da un contact form."
303
-
304
- #: contact_form.php:904
305
- msgid "Use this email address:"
306
- msgstr "Utilizza questa e-mail:"
307
-
308
- #: contact_form.php:907
309
- msgid "Enter the email address you want the messages forwarded to."
310
- msgstr "Imposta una e-mail che verrà utilizzata per ricevere i messaggi."
311
-
312
- #: contact_form.php:916
313
- msgid "Add department selectbox to the contact form:"
314
- msgstr ""
315
-
316
- #: contact_form.php:924
317
- #: contact_form.php:1498
318
- msgid "If you upgrade to Pro version all your settings will be saved."
319
- msgstr ""
320
-
321
- #: contact_form.php:931
322
- #: contact_form.php:1077
323
- #: contact_form.php:1151
324
- #: contact_form.php:1505
325
- msgid "Unlock premium options by upgrading to a PRO version."
326
- msgstr ""
327
-
328
- #: contact_form.php:932
329
- #: contact_form.php:1078
330
- #: contact_form.php:1152
331
- #: contact_form.php:1506
332
- #: contact_form.php:2621
333
- #: contact_form.php:2637
334
- msgid "Learn More"
335
- msgstr ""
336
-
337
- #: contact_form.php:935
338
- #: contact_form.php:1081
339
- #: contact_form.php:1155
340
- #: contact_form.php:1509
341
- msgid "Go"
342
- msgstr ""
343
-
344
- #: contact_form.php:942
345
- msgid "Save emails to the database"
346
- msgstr ""
347
-
348
- #: contact_form.php:948
349
- msgid "Using"
350
- msgstr ""
351
-
352
- #: contact_form.php:948
353
- #: contact_form.php:1128
354
- #: contact_form.php:1131
355
- #: contact_form.php:1135
356
- msgid "powered by"
357
- msgstr ""
358
-
359
- #: contact_form.php:951
360
- #: contact_form.php:955
361
- msgid "Using Contact Form to DB powered by"
362
- msgstr ""
363
-
364
- #: contact_form.php:951
365
- #, fuzzy
366
- msgid "Activate Contact Form to DB"
367
- msgstr "Contact Form"
368
-
369
- #: contact_form.php:955
370
- #, fuzzy
371
- msgid "Download Contact Form to DB"
372
- msgstr "Contact Form"
373
-
374
- #: contact_form.php:960
375
- msgid "Additional options"
376
- msgstr "Impostazioni aggiuntive"
377
-
378
- #: contact_form.php:962
379
- msgid "Show"
380
- msgstr ""
381
-
382
- #: contact_form.php:963
383
- msgid "Hide"
384
- msgstr ""
385
-
386
- #: contact_form.php:967
387
- msgid "What to use?"
388
- msgstr "Cosa utilizzare?"
389
-
390
- #: contact_form.php:970
391
- msgid "Wp-mail"
392
- msgstr "Wp-mail"
393
-
394
- #: contact_form.php:970
395
- msgid "You can use the wp_mail function for mailing"
396
- msgstr "Per inviare e-mail puoi utilizzare la funzione wp_mail"
397
-
398
- #: contact_form.php:972
399
- msgid "Mail"
400
- msgstr "Mail"
401
-
402
- #: contact_form.php:972
403
- msgid "To send mail you can use the php mail function"
404
- msgstr "Per inviare e-mail puoi utilizzare la funzione mail di php"
405
-
406
- #: contact_form.php:976
407
- #, fuzzy
408
- msgid "The text in the 'From' field"
409
- msgstr "Modifica il contenuto del campo 'DA'"
410
-
411
- #: contact_form.php:978
412
- msgid "User name"
413
- msgstr ""
414
-
415
- #: contact_form.php:979
416
- #, fuzzy
417
- msgid "The name of the user who fills the form will be used in the field 'From'."
418
- msgstr "L'indirizzo e-mail dell'utente che compila il form verrà usato nel campo 'DA'"
419
-
420
- #: contact_form.php:982
421
- #, fuzzy
422
- msgid "This text will be used in the 'FROM' field"
423
- msgstr "Questo indirizzo e-mail verrà utilizzato nel campo 'DA'"
424
-
425
- #: contact_form.php:986
426
- #, fuzzy
427
- msgid "The email address in the 'From' field"
428
- msgstr "Inserisci l'indirizzo e-mail nel campo 'DA'"
429
-
430
- #: contact_form.php:988
431
- msgid "User email"
432
- msgstr ""
433
-
434
- #: contact_form.php:989
435
- msgid "The email address of the user who fills the form will be used in the field 'From'."
436
- msgstr "L'indirizzo e-mail dell'utente che compila il form verrà usato nel campo 'DA'"
437
-
438
- #: contact_form.php:992
439
- msgid "This email address will be used in the 'From' field."
440
- msgstr "Questo indirizzo e-mail verrà utilizzato nel campo 'DA'"
441
-
442
- #: contact_form.php:996
443
- #, fuzzy
444
- msgid "Required symbol"
445
- msgstr "Campi richiesti"
446
-
447
- #: contact_form.php:1006
448
- msgid "Fields"
449
- msgstr ""
450
-
451
- #: contact_form.php:1007
452
- msgid "Used"
453
- msgstr ""
454
-
455
- #: contact_form.php:1008
456
- #, fuzzy
457
- msgid "Required"
458
- msgstr "Campi richiesti"
459
-
460
- #: contact_form.php:1009
461
- msgid "Visible"
462
- msgstr ""
463
-
464
- #: contact_form.php:1010
465
- msgid "Disabled for editing"
466
- msgstr ""
467
-
468
- #: contact_form.php:1011
469
- msgid "Field's default value"
470
- msgstr ""
471
-
472
- #: contact_form.php:1016
473
- #: contact_form.php:1373
474
- #: contact_form.php:2137
475
- #: contact_form.php:2173
476
- msgid "Name"
477
- msgstr "Nome"
478
-
479
- #: contact_form.php:1024
480
- msgid "Location selectbox"
481
- msgstr ""
482
-
483
- #: contact_form.php:1032
484
- #: contact_form.php:1378
485
- #: contact_form.php:2143
486
- #: contact_form.php:2177
487
- #, fuzzy
488
- msgid "Address"
489
- msgstr "Indirizzo e-mail"
490
-
491
- #: contact_form.php:1040
492
- msgid "Email Address"
493
- msgstr "Indirizzo e-mail"
494
-
495
- #: contact_form.php:1048
496
- #, fuzzy
497
- msgid "Phone number"
498
- msgstr "Numero di telefono:"
499
-
500
- #: contact_form.php:1056
501
- #: contact_form.php:1393
502
- #: contact_form.php:2158
503
- #: contact_form.php:2186
504
- msgid "Subject"
505
- msgstr "Oggetto"
506
-
507
- #: contact_form.php:1064
508
- #: contact_form.php:1397
509
- #: contact_form.php:2161
510
- #: contact_form.php:2188
511
- msgid "Message"
512
- msgstr "Messaggio"
513
-
514
- #: contact_form.php:1088
515
- #, fuzzy
516
- msgid "Attachment block"
517
- msgstr "Visualizza l'attachment"
518
-
519
- #: contact_form.php:1090
520
- msgid "Users can attach the following file formats"
521
- msgstr "Gli utenti possono allegare i files nei seguenti tipi"
522
-
523
- #: contact_form.php:1103
524
- msgid "Add to the form"
525
- msgstr ""
526
-
527
- #: contact_form.php:1108
528
- #, fuzzy
529
- msgid "Tips below the Attachment"
530
- msgstr "Visualizza suggeriementi sotto il blocco Allegato"
531
-
532
- #: contact_form.php:1117
533
- #, fuzzy
534
- msgid "'Send me a copy' block"
535
- msgstr "Visualizza il blocco \"Inviami una copia\" "
536
-
537
- #: contact_form.php:1128
538
- #: contact_form.php:1131
539
- #: contact_form.php:1135
540
- #: contact_form.php:1407
541
- msgid "Captcha"
542
- msgstr ""
543
-
544
- #: contact_form.php:1131
545
- #, fuzzy
546
- msgid "Activate captcha"
547
- msgstr "Plugin attivati"
548
-
549
- #: contact_form.php:1135
550
- #, fuzzy
551
- msgid "Download captcha"
552
- msgstr "Download"
553
-
554
- #: contact_form.php:1143
555
- msgid "Agreement checkbox"
556
- msgstr ""
557
-
558
- #: contact_form.php:1143
559
- msgid "Required checkbox for submitting the form"
560
- msgstr ""
561
-
562
- #: contact_form.php:1144
563
- msgid "Optional checkbox"
564
- msgstr ""
565
-
566
- #: contact_form.php:1144
567
- msgid "Optional checkbox, the results of which will be displayed in email"
568
- msgstr ""
569
-
570
- #: contact_form.php:1161
571
- msgid "Delete an attachment file from the server after the email is sent"
572
- msgstr ""
573
-
574
- #: contact_form.php:1167
575
- msgid "Email in HTML format sending"
576
- msgstr ""
577
-
578
- #: contact_form.php:1171
579
- msgid "Display additional info in the email"
580
- msgstr "Visualizza informazioni aggiuntive nella e-mail"
581
-
582
- #: contact_form.php:1176
583
- #: contact_form.php:2104
584
- #: contact_form.php:2106
585
- msgid "Sent from (ip address)"
586
- msgstr "Inviato da (indirizzi IP)"
587
-
588
- #: contact_form.php:1176
589
- #, fuzzy
590
- msgid "Example: Sent from (IP address):\t127.0.0.1"
591
- msgstr "Inviato da (indirizzi IP)"
592
-
593
- #: contact_form.php:1177
594
- #: contact_form.php:2110
595
- #: contact_form.php:2112
596
- msgid "Date/Time"
597
- msgstr "Data/Ora"
598
-
599
- #: contact_form.php:1177
600
- msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
601
- msgstr ""
602
-
603
- #: contact_form.php:1178
604
- #: contact_form.php:2116
605
- #: contact_form.php:2118
606
- msgid "Sent from (referer)"
607
- msgstr "Da (referente)"
608
-
609
- #: contact_form.php:1178
610
- msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
611
- msgstr ""
612
-
613
- #: contact_form.php:1179
614
- #: contact_form.php:2122
615
- #: contact_form.php:2124
616
- msgid "Using (user agent)"
617
- msgstr "Utilizza (user agent)"
618
-
619
- #: contact_form.php:1179
620
- msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
621
- msgstr ""
622
-
623
- #: contact_form.php:1183
624
- msgid "Language settings for the field names in the form"
625
- msgstr "Impostazione della lingua per i nomi dei campi del form"
626
-
627
- #: contact_form.php:1192
628
- msgid "Add a language"
629
- msgstr "Aggiungi un linguaggio"
630
-
631
- #: contact_form.php:1196
632
- msgid "Change the names of the contact form fields and error messages"
633
- msgstr "Modifica le etichette dei campi del contact form"
634
-
635
- #: contact_form.php:1201
636
- #: contact_form.php:1288
637
- msgid "English"
638
- msgstr "Inglese"
639
-
640
- #: contact_form.php:1209
641
- #: contact_form.php:1243
642
- msgid "click to expand/hide the list"
643
- msgstr ""
644
-
645
- #: contact_form.php:1218
646
- #: contact_form.php:1252
647
- #, fuzzy
648
- msgid "Tips below the Attachment block"
649
- msgstr "Visualizza suggeriementi sotto il blocco Allegato"
650
-
651
- #: contact_form.php:1221
652
- #: contact_form.php:1255
653
- msgid "Error message for the Name field"
654
- msgstr "Messaggio d'errore per il campo Nome"
655
-
656
- #: contact_form.php:1222
657
- #: contact_form.php:1256
658
- #, fuzzy
659
- msgid "Error message for the Address field"
660
- msgstr "Messaggio d'errore per il campo Testo del Messaggio"
661
-
662
- #: contact_form.php:1223
663
- #: contact_form.php:1257
664
- msgid "Error message for the Email field"
665
- msgstr "Messaggio d'errore per il campo e-mail"
666
-
667
- #: contact_form.php:1224
668
- #: contact_form.php:1258
669
- msgid "Error message for the Phone field"
670
- msgstr "Messaggio d'errore per il campo Telefono"
671
-
672
- #: contact_form.php:1225
673
- #: contact_form.php:1259
674
- msgid "Error message for the Subject field"
675
- msgstr "Messaggio d'errore per il campo Soggetto"
676
-
677
- #: contact_form.php:1226
678
- #: contact_form.php:1260
679
- msgid "Error message for the Message field"
680
- msgstr "Messaggio d'errore per il campo Testo del Messaggio"
681
-
682
- #: contact_form.php:1227
683
- #: contact_form.php:1261
684
- #, fuzzy
685
- msgid "Error message about the file type for the Attachment field"
686
- msgstr "Messaggio d'errore per il campo Allegato"
687
-
688
- #: contact_form.php:1228
689
- #: contact_form.php:1262
690
- #, fuzzy
691
- msgid "Error message while uploading a file for the Attachment field to the server"
692
- msgstr "Messaggio d'errore per il campo Allegato"
693
-
694
- #: contact_form.php:1229
695
- #: contact_form.php:1263
696
- #, fuzzy
697
- msgid "Error message while moving the file for the Attachment field"
698
- msgstr "Messaggio d'errore per il campo Allegato"
699
-
700
- #: contact_form.php:1230
701
- #: contact_form.php:1264
702
- #, fuzzy
703
- msgid "Error message when file size limit for the Attachment field is exceeded"
704
- msgstr "Messaggio d'errore per il campo Allegato"
705
-
706
- #: contact_form.php:1231
707
- #: contact_form.php:1265
708
- msgid "Error message for the Captcha field"
709
- msgstr "Messaggio d'errore per il campo Captcha"
710
-
711
- #: contact_form.php:1232
712
- #: contact_form.php:1266
713
- msgid "Error message for the whole form"
714
- msgstr "Messaggio d'errore per l'intero modulo"
715
-
716
- #: contact_form.php:1235
717
- #: contact_form.php:1237
718
- #: contact_form.php:1269
719
- #: contact_form.php:1271
720
- #: contact_form.php:1298
721
- #: contact_form.php:1300
722
- #: contact_form.php:1308
723
- #: contact_form.php:1310
724
- msgid "Use shortcode"
725
- msgstr "usa lo shortcode"
726
-
727
- #: contact_form.php:1235
728
- #: contact_form.php:1237
729
- #: contact_form.php:1269
730
- #: contact_form.php:1271
731
- #: contact_form.php:1298
732
- #: contact_form.php:1300
733
- #: contact_form.php:1308
734
- #: contact_form.php:1310
735
- msgid "for this language"
736
- msgstr "per questa lingua"
737
-
738
- #: contact_form.php:1279
739
- #, fuzzy
740
- msgid "Use the changed names of the contact form fields in the email"
741
- msgstr "Modifica le etichette dei campi del contact form"
742
-
743
- #: contact_form.php:1285
744
- msgid "Action after email is sent"
745
- msgstr "Azione successiva all'invio dell'e-mail"
746
-
747
- #: contact_form.php:1287
748
- msgid "Display text"
749
- msgstr "Visualizza il testo"
750
-
751
- #: contact_form.php:1296
752
- #: contact_form.php:1306
753
- msgid "Text"
754
- msgstr "Testo"
755
-
756
- #: contact_form.php:1317
757
- msgid "Redirect to the page"
758
- msgstr "Reindirizza alla pagina"
759
-
760
- #: contact_form.php:1318
761
- msgid "Url"
762
- msgstr "Url"
763
-
764
- #: contact_form.php:1322
765
- msgid "The $_SERVER variable that is used to build a URL of the form"
766
- msgstr ""
767
-
768
- #: contact_form.php:1326
769
- msgid "If you are not sure whether to change this setting or not, please do not do that."
770
- msgstr ""
771
-
772
- #: contact_form.php:1332
773
- #: contact_form.php:1516
774
- msgid "Save Changes"
775
- msgstr "Salva le modifiche"
776
-
777
- #: contact_form.php:1337
778
- msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
779
- msgstr ""
780
-
781
- #: contact_form.php:1338
782
- #, fuzzy
783
- msgid "Rate the plugin"
784
- msgstr "Plugin raccomandati"
785
-
786
- #: contact_form.php:1341
787
- #, fuzzy
788
- msgid "If there is something wrong about it, please contact us"
789
- msgstr "Se hai domande, per favore contattaci a plugin@bestwebsoft.com o compila il modulo \"contact form\" sul nostro sito"
790
-
791
- #: contact_form.php:1353
792
- msgid "Errors output"
793
- msgstr ""
794
-
795
- #: contact_form.php:1356
796
- msgid "Display error messages"
797
- msgstr ""
798
-
799
- #: contact_form.php:1357
800
- msgid "Color of the input field errors."
801
- msgstr ""
802
-
803
- #: contact_form.php:1358
804
- #, fuzzy
805
- msgid "Display error messages & color of the input field errors"
806
- msgstr "Messaggio d'errore per il campo Soggetto"
807
-
808
- #: contact_form.php:1363
809
- msgid "Add placeholder to the input blocks"
810
- msgstr ""
811
-
812
- #: contact_form.php:1369
813
- #, fuzzy
814
- msgid "Add tooltips"
815
- msgstr "Impostazioni aggiuntive"
816
-
817
- #: contact_form.php:1383
818
- #, fuzzy
819
- msgid "Email address"
820
- msgstr "Indirizzo e-mail"
821
-
822
- #: contact_form.php:1388
823
- #, fuzzy
824
- msgid "Phone Number"
825
- msgstr "Numero di telefono:"
826
-
827
- #: contact_form.php:1402
828
- #, fuzzy
829
- msgid "Attachment"
830
- msgstr "Attachment:"
831
-
832
- #: contact_form.php:1407
833
- msgid "(powered by bestwebsoft.com)"
834
- msgstr ""
835
-
836
- #: contact_form.php:1412
837
- #, fuzzy
838
- msgid "Style options"
839
- msgstr "Impostazioni aggiuntive"
840
-
841
- #: contact_form.php:1415
842
- msgid "Text color"
843
- msgstr ""
844
-
845
- #: contact_form.php:1418
846
- #: contact_form.php:1423
847
- #: contact_form.php:1433
848
- #: contact_form.php:1438
849
- #: contact_form.php:1443
850
- #: contact_form.php:1448
851
- #: contact_form.php:1458
852
- #: contact_form.php:1463
853
- #: contact_form.php:1469
854
- #: contact_form.php:1480
855
- #: contact_form.php:1485
856
- #: contact_form.php:1490
857
- msgid "Default"
858
- msgstr ""
859
-
860
- #: contact_form.php:1420
861
- msgid "Label text color"
862
- msgstr ""
863
-
864
- #: contact_form.php:1425
865
- msgid "Placeholder color"
866
- msgstr ""
867
-
868
- #: contact_form.php:1430
869
- msgid "Errors color"
870
- msgstr ""
871
-
872
- #: contact_form.php:1435
873
- msgid "Error text color"
874
- msgstr ""
875
-
876
- #: contact_form.php:1440
877
- msgid "Background color of the input field errors"
878
- msgstr ""
879
-
880
- #: contact_form.php:1445
881
- msgid "Border color of the input field errors"
882
- msgstr ""
883
-
884
- #: contact_form.php:1450
885
- msgid "Placeholder color of the input field errors"
886
- msgstr ""
887
-
888
- #: contact_form.php:1455
889
- #, fuzzy
890
- msgid "Input fields"
891
- msgstr "Visualizza il testo"
892
-
893
- #: contact_form.php:1460
894
- msgid "Input fields background color"
895
- msgstr ""
896
-
897
- #: contact_form.php:1465
898
- msgid "Text fields color"
899
- msgstr ""
900
-
901
- #: contact_form.php:1467
902
- msgid "Border width in px, numbers only"
903
- msgstr ""
904
-
905
- #: contact_form.php:1471
906
- #: contact_form.php:1492
907
- msgid "Border color"
908
- msgstr ""
909
-
910
- #: contact_form.php:1476
911
- #, fuzzy
912
- msgid "Submit button"
913
- msgstr "Invia"
914
-
915
- #: contact_form.php:1478
916
- msgid "Width in px, numbers only"
917
- msgstr ""
918
-
919
- #: contact_form.php:1482
920
- msgid "Button color"
921
- msgstr ""
922
-
923
- #: contact_form.php:1487
924
- msgid "Button text color"
925
- msgstr ""
926
-
927
- #: contact_form.php:1520
928
- #, fuzzy
929
- msgid "Contact Form Pro | Preview"
930
- msgstr "Contact Form"
931
-
932
- #: contact_form.php:1523
933
- msgid "Show with errors"
934
- msgstr ""
935
-
936
- #: contact_form.php:1531
937
- #: contact_form.php:1533
938
- msgid "Please enter your full name..."
939
- msgstr ""
940
-
941
- #: contact_form.php:1544
942
- #: contact_form.php:1546
943
- msgid "Please enter your address..."
944
- msgstr ""
945
-
946
- #: contact_form.php:1555
947
- #: contact_form.php:1557
948
- #, fuzzy
949
- msgid "Please enter your email address..."
950
- msgstr "Utilizza questa e-mail:"
951
-
952
- #: contact_form.php:1566
953
- #: contact_form.php:1568
954
- msgid "Please enter your phone number..."
955
- msgstr ""
956
-
957
- #: contact_form.php:1577
958
- #: contact_form.php:1579
959
- msgid "Please enter subject..."
960
- msgstr ""
961
-
962
- #: contact_form.php:1587
963
- #: contact_form.php:1589
964
- msgid "Please enter your message..."
965
- msgstr ""
966
-
967
- #: contact_form.php:1631
968
- msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
969
- msgstr ""
970
-
971
- #: contact_form.php:1633
972
- msgid "Please, go to"
973
- msgstr ""
974
-
975
- #: contact_form.php:1633
976
- #, fuzzy
977
- msgid "the setting page"
978
- msgstr "Settaggi"
979
-
980
- #: contact_form.php:1634
981
- msgid "You will be redirected automatically in 5 seconds."
982
- msgstr ""
983
-
984
- #: contact_form.php:1639
985
- msgid "You can download and activate"
986
- msgstr ""
987
-
988
- #: contact_form.php:1641
989
- msgid "version of this plugin by entering Your license key."
990
- msgstr ""
991
-
992
- #: contact_form.php:1643
993
- msgid "You can find your license key on your personal page Client area, by clicking on the link"
994
- msgstr ""
995
-
996
- #: contact_form.php:1645
997
- msgid "(your username is the email you specify when purchasing the product)."
998
- msgstr ""
999
-
1000
- #: contact_form.php:1653
1001
- #: contact_form.php:1663
1002
- #, fuzzy
1003
- msgid "Activate"
1004
- msgstr "Plugin attivati"
1005
-
1006
- #: contact_form.php:1729
1007
- msgid "Sorry, email message could not be delivered."
1008
- msgstr "Spiacenti, la tua e-mail non può essere consegnata al momento."
1009
-
1010
- #: contact_form.php:2131
1011
- msgid "Contact from"
1012
- msgstr "Contact from"
1013
-
1014
- #: contact_form.php:2148
1015
- #: contact_form.php:2180
1016
- msgid "Email"
1017
- msgstr "e-mail"
1018
-
1019
- #: contact_form.php:2153
1020
- #: contact_form.php:2183
1021
- msgid "Phone"
1022
- msgstr "Telefono"
1023
-
1024
- #: contact_form.php:2164
1025
- #: contact_form.php:2190
1026
- msgid "Site"
1027
- msgstr "Sito"
1028
-
1029
- #: contact_form.php:2280
1030
- msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
1031
- msgstr "Se puoi visualizzare questo MIME il tuo client non supporta i MIME types!"
1032
-
1033
- #: contact_form.php:2361
1034
- msgid "Support"
1035
- msgstr "Supporto"
1036
-
1037
- #: contact_form.php:2411
1038
- msgid "Are you sure that you want to delete this language data?"
1039
- msgstr "Sei sicuro di voler cancellare questo linguaggio?"
1040
-
1041
- #: contact_form.php:2624
1042
- msgid "It’s time to upgrade your <strong>Contact Form plugin</strong> to <strong>PRO</strong> version"
1043
- msgstr ""
1044
-
1045
- #: contact_form.php:2625
1046
- msgid "Extend standard plugin functionality with new great options."
1047
- msgstr ""
1048
-
1049
- #: contact_form.php:2640
1050
- msgid "<strong>Contact Form to DB</strong> allows to store your messages to the database."
1051
- msgstr ""
1052
-
1053
- #: contact_form.php:2641
1054
- msgid "Manage messages that have been sent from your website."
1055
- msgstr ""
1056
-
1057
- #, fuzzy
1058
- #~ msgid "Contact Form Pro"
1059
- #~ msgstr "Contact Form"
1060
-
1061
- #, fuzzy
1062
- #~ msgid "Contact Form Pro Extra Settings"
1063
- #~ msgstr "Opzioni Contact Form"
1064
-
1065
- #, fuzzy
1066
- #~ msgid "Contact Form Pro | Extra Settings"
1067
- #~ msgstr "Opzioni Contact Form"
1068
-
1069
- #, fuzzy
1070
- #~ msgid "Display fields"
1071
- #~ msgstr "Visualizza il testo"
1072
-
1073
- #, fuzzy
1074
- #~ msgid "Display tips below the Attachment block"
1075
- #~ msgstr "Visualizza suggeriementi sotto il blocco Allegato"
1076
-
1077
- #~ msgid "Required fields"
1078
- #~ msgstr "Campi richiesti"
1079
-
1080
- #, fuzzy
1081
- #~ msgid "Display the asterisk near required fields"
1082
- #~ msgstr "VIsualizza un campo numero di telefono"
1083
-
1084
- #~ msgid "You can attach the following file formats"
1085
- #~ msgstr "Gli utenti possono allegare i files nei seguenti tipi"
1086
-
1087
- #, fuzzy
1088
- #~ msgid "Memory usage"
1089
- #~ msgstr "Messaggio"
1090
-
1091
- #, fuzzy
1092
- #~ msgid "Site URL"
1093
- #~ msgstr "Sito"
1094
-
1095
- #, fuzzy
1096
- #~ msgid "Please enter a valid email address."
1097
- #~ msgstr "Utilizza questa e-mail:"
1098
-
1099
- #~ msgid "Activated plugins"
1100
- #~ msgstr "Plugin attivati"
1101
-
1102
- #~ msgid "Read more"
1103
- #~ msgstr "Leggi"
1104
-
1105
- #~ msgid "Installed plugins"
1106
- #~ msgstr "Plugin installati"
1107
-
1108
- #~ msgid "Recommended plugins"
1109
- #~ msgstr "Plugin raccomandati"
1110
-
1111
- #~ msgid "Download"
1112
- #~ msgstr "Download"
1113
-
1114
- #~ msgid "Install %s"
1115
- #~ msgstr "Installa %s"
1116
-
1117
- #~ msgid "Install now from wordpress.org"
1118
- #~ msgstr "Installa ora da wordpress.org"
1119
-
1120
- #, fuzzy
1121
- #~ msgid "Active Plugins"
1122
- #~ msgstr "Plugin attivati"
1123
-
1124
- #, fuzzy
1125
- #~ msgid "Inactive Plugins"
1126
- #~ msgstr "Plugin attivati"
1127
-
1128
- #, fuzzy
1129
- #~ msgid "Send to support"
1130
- #~ msgstr "Supporto"
1131
-
1132
- #~ msgid "Contact Form Options"
1133
- #~ msgstr "Opzioni Contact Form"
1134
-
1135
- #~ msgid "Display Attachment tips"
1136
- #~ msgstr "Visualizza suggerimenti Allegato"
1137
-
1138
- #~ msgid "Please enter a valid email address. Settings are not saved."
1139
- #~ msgstr "Perfavore inserisci una e-mail corretta. Opzioni non salvate."
1140
-
1141
- #, fuzzy
1142
- #~ msgid "E-Mail Address"
1143
- #~ msgstr "Indirizzo e-mail:"
1144
-
1145
- #~ msgid "E-Mail Addresse:"
1146
- #~ msgstr "Indirizzo e-mail:"
1147
-
1148
- #~ msgid "Install Now"
1149
- #~ msgstr "Installa Ora"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/contact_form-ja.mo CHANGED
File without changes
languages/contact_form-ja.po CHANGED
File without changes
languages/contact_form-nb_NO.mo ADDED
Binary file
languages/{contact_form-sr_RS.po → contact_form-nb_NO.po} RENAMED
@@ -2,11 +2,11 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-09-02 11:46+0300\n"
6
- "PO-Revision-Date: 2014-09-02 11:46+0300\n"
7
- "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
- "Language-Team: Georgijevic Team <http://www.georgijevic.info>\n"
9
- "Language: sr_RS\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
@@ -18,38 +18,36 @@ msgstr ""
18
 
19
  #: contact_form.php:74
20
  #: contact_form.php:856
21
- #, fuzzy
22
  msgid "Contact Form Settings"
23
- msgstr "Opcije Kontakt Forme"
24
 
25
  #: contact_form.php:74
26
  msgid "Contact Form"
27
- msgstr "Kontakt Forma"
28
 
29
  #: contact_form.php:151
30
  #: contact_form.php:1211
31
  #: contact_form.php:1245
32
  msgid "Name:"
33
- msgstr "Ime:"
34
 
35
  #: contact_form.php:152
36
  #: contact_form.php:1212
37
  #: contact_form.php:1246
38
- #, fuzzy
39
  msgid "Address:"
40
- msgstr "E-mail Adresa:"
41
 
42
  #: contact_form.php:153
43
  #: contact_form.php:1213
44
  #: contact_form.php:1247
45
  msgid "Email Address:"
46
- msgstr "E-mail Adresa:"
47
 
48
  #: contact_form.php:154
49
  #: contact_form.php:1214
50
  #: contact_form.php:1248
51
  msgid "Phone number:"
52
- msgstr "Broj telefona"
53
 
54
  #: contact_form.php:155
55
  #: contact_form.php:1215
@@ -61,208 +59,197 @@ msgstr "Tema:"
61
  #: contact_form.php:1216
62
  #: contact_form.php:1250
63
  msgid "Message:"
64
- msgstr "Poruka:"
65
 
66
  #: contact_form.php:157
67
  #: contact_form.php:1217
68
  #: contact_form.php:1251
69
  msgid "Attachment:"
70
- msgstr "Priveži fajl:"
71
 
72
  #: contact_form.php:158
73
  msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
74
- msgstr ""
75
 
76
  #: contact_form.php:159
77
  #: contact_form.php:1219
78
  #: contact_form.php:1253
79
  msgid "Send me a copy"
80
- msgstr "Pošalji mi kopiju"
81
 
82
  #: contact_form.php:160
83
  #: contact_form.php:1220
84
  #: contact_form.php:1254
85
  msgid "Submit"
86
- msgstr "Podnesi"
87
 
88
  #: contact_form.php:161
89
  msgid "Your name is required."
90
- msgstr "Vaše ime je potrebno."
91
 
92
  #: contact_form.php:162
93
- #, fuzzy
94
  msgid "Address is required."
95
- msgstr "Ispravna e-mail adresa potrebna."
96
 
97
  #: contact_form.php:163
98
- #, fuzzy
99
  msgid "A valid email address is required."
100
- msgstr "Ispravna e-mail adresa potrebna."
101
 
102
  #: contact_form.php:164
103
  msgid "Phone number is required."
104
- msgstr "Broj telefona je potreban."
105
 
106
  #: contact_form.php:165
107
  msgid "Subject is required."
108
- msgstr "Tekst Teme je potreban."
109
 
110
  #: contact_form.php:166
111
  msgid "Message text is required."
112
- msgstr "Tekst poruke je potreban."
113
 
114
  #: contact_form.php:167
115
  msgid "File format is not valid."
116
- msgstr "Privezak ne radi"
117
 
118
  #: contact_form.php:168
119
  msgid "File upload error."
120
- msgstr ""
121
 
122
  #: contact_form.php:169
123
  msgid "The file could not be uploaded."
124
- msgstr ""
125
 
126
  #: contact_form.php:170
127
  msgid "This file is too large."
128
- msgstr ""
129
 
130
  #: contact_form.php:171
131
  msgid "Please fill out the CAPTCHA."
132
- msgstr "Molimo vas popunite CAPTCHA."
133
 
134
  #: contact_form.php:172
135
  msgid "Please make corrections below and try again."
136
- msgstr "Molimo vas da izvršite izmene ispod i pokušate ponovo."
137
 
138
  #: contact_form.php:174
139
  msgid "Thank you for contacting us."
140
- msgstr "Hvala što ste nas kontaktirali."
141
 
142
  #: contact_form.php:370
143
- #, fuzzy
144
  msgid "requires"
145
- msgstr "Zahtevana polja"
146
 
147
  #: contact_form.php:370
148
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
149
- msgstr ""
150
 
151
  #: contact_form.php:370
152
  msgid "Back to the WordPress"
153
- msgstr ""
154
 
155
  #: contact_form.php:370
156
- #, fuzzy
157
  msgid "Plugins page"
158
- msgstr "BWS Dodaci"
159
 
160
  #: contact_form.php:678
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:687
165
- #, fuzzy
166
  msgid "Such user does not exist."
167
- msgstr "Takav korisnik ne postoji. Podešavanja nisu sačuvana"
168
 
169
  #: contact_form.php:697
170
- #, fuzzy
171
  msgid "Please enter a valid email address in the 'Use this email address' field."
172
- msgstr "Molim Vas unesite ispravan mejl u polje 'OD'. Podešavanja nisu sačuvana."
173
 
174
  #: contact_form.php:705
175
- #, fuzzy
176
  msgid "Please enter a valid email address in the 'FROM' field."
177
- msgstr "Molim Vas unesite ispravan mejl u polje 'OD'. Podešavanja nisu sačuvana."
178
 
179
  #: contact_form.php:730
180
- #, fuzzy
181
  msgid "Settings saved."
182
- msgstr "Opcije sačuvane"
183
 
184
  #: contact_form.php:732
185
- #, fuzzy
186
  msgid "Settings are not saved."
187
- msgstr "Opcije sačuvane"
188
 
189
  #: contact_form.php:759
190
  #: contact_form.php:791
191
  msgid "Wrong license key"
192
- msgstr ""
193
 
194
  #: contact_form.php:784
195
  msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
196
- msgstr ""
197
 
198
  #: contact_form.php:793
199
  msgid "This license key is bind to another site"
200
- msgstr ""
201
 
202
  #: contact_form.php:795
203
  #: contact_form.php:1656
204
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
205
- msgstr ""
206
 
207
  #: contact_form.php:812
208
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
209
- msgstr ""
210
 
211
  #: contact_form.php:818
212
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
213
- msgstr ""
214
 
215
  #: contact_form.php:822
216
  #: contact_form.php:831
217
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
218
- msgstr ""
219
 
220
  #: contact_form.php:835
221
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
222
- msgstr ""
223
 
224
  #: contact_form.php:850
225
- #, fuzzy
226
  msgid "Please, enter Your license key"
227
- msgstr "Koristi ovaj mejl:"
228
 
229
  #: contact_form.php:858
230
  #: contact_form.php:2347
231
  #: contact_form.php:2359
232
  msgid "Settings"
233
- msgstr "Podešavanja"
234
 
235
  #: contact_form.php:859
236
- #, fuzzy
237
  msgid "Extra settings"
238
- msgstr "Podešavanja"
239
 
240
  #: contact_form.php:860
241
  #: contact_form.php:2360
242
  msgid "FAQ"
243
- msgstr "FAQ"
244
 
245
  #: contact_form.php:861
246
  msgid "Go PRO"
247
- msgstr ""
248
 
249
  #: contact_form.php:864
250
  msgid "Notice:"
251
- msgstr ""
252
 
253
  #: contact_form.php:864
254
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
255
- msgstr ""
256
 
257
  #: contact_form.php:870
258
  msgid "If you want to create multiple contact forms, please install the Contact Form Multi plugin."
259
- msgstr ""
260
 
261
  #: contact_form.php:876
262
  #: contact_form.php:881
263
  #: contact_form.php:1615
264
  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:"
265
- msgstr "Ako želite da dodate Kontakt Formu na vaš veb sajt, jednostavno iskopirajte ovaj kratak kod na vašu stranu, članak ili vidžet:"
266
 
267
  #: contact_form.php:876
268
  #: contact_form.php:877
@@ -273,58 +260,58 @@ msgstr "Ako želite da dodate Kontakt Formu na vaš veb sajt, jednostavno iskopi
273
  #: contact_form.php:1298
274
  #: contact_form.php:1300
275
  msgid "or"
276
- msgstr ""
277
 
278
  #: contact_form.php:877
279
  #: contact_form.php:882
280
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
281
- msgstr ""
282
 
283
  #: contact_form.php:878
284
  #: contact_form.php:883
285
  msgid "They work the same way."
286
- msgstr ""
287
 
288
  #: contact_form.php:879
289
  #: contact_form.php:884
290
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
291
- msgstr "Ako je polje za podatke ispod prazno tada će poruka biti poslata na adresu koja je navedena prilikom registracije."
292
 
293
  #: contact_form.php:889
294
  msgid "The user's email address:"
295
- msgstr "Koristi mejl wordpress korisnika:"
296
 
297
  #: contact_form.php:893
298
  msgid "Create a username"
299
- msgstr "Odaberi korisničko ime"
300
 
301
  #: contact_form.php:900
302
  msgid "Enter a username of the person who should get the messages from the contact form."
303
- msgstr "Podesi ime korisnika koji će primiti poruku sa ove kontakt forme."
304
 
305
  #: contact_form.php:904
306
  msgid "Use this email address:"
307
- msgstr "Koristi ovaj mejl:"
308
 
309
  #: contact_form.php:907
310
  msgid "Enter the email address you want the messages forwarded to."
311
- msgstr "Podesi mejl adresu koja će biti korišćena za prijem poruka."
312
 
313
  #: contact_form.php:916
314
  msgid "Add department selectbox to the contact form:"
315
- msgstr ""
316
 
317
  #: contact_form.php:924
318
  #: contact_form.php:1498
319
  msgid "If you upgrade to Pro version all your settings will be saved."
320
- msgstr ""
321
 
322
  #: contact_form.php:931
323
  #: contact_form.php:1077
324
  #: contact_form.php:1151
325
  #: contact_form.php:1505
326
  msgid "Unlock premium options by upgrading to a PRO version."
327
- msgstr ""
328
 
329
  #: contact_form.php:932
330
  #: contact_form.php:1078
@@ -333,60 +320,58 @@ msgstr ""
333
  #: contact_form.php:2621
334
  #: contact_form.php:2637
335
  msgid "Learn More"
336
- msgstr ""
337
 
338
  #: contact_form.php:935
339
  #: contact_form.php:1081
340
  #: contact_form.php:1155
341
  #: contact_form.php:1509
342
  msgid "Go"
343
- msgstr ""
344
 
345
  #: contact_form.php:942
346
  msgid "Save emails to the database"
347
- msgstr ""
348
 
349
  #: contact_form.php:948
350
  msgid "Using"
351
- msgstr ""
352
 
353
  #: contact_form.php:948
354
  #: contact_form.php:1128
355
  #: contact_form.php:1131
356
  #: contact_form.php:1135
357
  msgid "powered by"
358
- msgstr ""
359
 
360
  #: contact_form.php:951
361
  #: contact_form.php:955
362
  msgid "Using Contact Form to DB powered by"
363
- msgstr ""
364
 
365
  #: contact_form.php:951
366
- #, fuzzy
367
  msgid "Activate Contact Form to DB"
368
- msgstr "Kontakt Forma"
369
 
370
  #: contact_form.php:955
371
- #, fuzzy
372
  msgid "Download Contact Form to DB"
373
- msgstr "Kontakt Forma"
374
 
375
  #: contact_form.php:960
376
  msgid "Additional options"
377
- msgstr "Dodatne opcije"
378
 
379
  #: contact_form.php:962
380
  msgid "Show"
381
- msgstr ""
382
 
383
  #: contact_form.php:963
384
  msgid "Hide"
385
- msgstr ""
386
 
387
  #: contact_form.php:967
388
  msgid "What to use?"
389
- msgstr "Šta koristite?"
390
 
391
  #: contact_form.php:970
392
  msgid "Wp-mail"
@@ -394,111 +379,101 @@ msgstr "Wp-mail"
394
 
395
  #: contact_form.php:970
396
  msgid "You can use the wp_mail function for mailing"
397
- msgstr "Da biste poslali mejl možete koristiti wordpress-ovu wp_mail funkciju"
398
 
399
  #: contact_form.php:972
400
  msgid "Mail"
401
- msgstr "Mail"
402
 
403
  #: contact_form.php:972
404
  msgid "To send mail you can use the php mail function"
405
- msgstr "Da biste poslali mejl možete koristiti php mail funkciju"
406
 
407
  #: contact_form.php:976
408
- #, fuzzy
409
  msgid "The text in the 'From' field"
410
- msgstr "Promeni tekst 'OD' polja u kontakt formi"
411
 
412
  #: contact_form.php:978
413
  msgid "User name"
414
- msgstr ""
415
 
416
  #: contact_form.php:979
417
- #, fuzzy
418
  msgid "The name of the user who fills the form will be used in the field 'From'."
419
- msgstr "Mejl adresa korisnika koji je popunio polja će se koristiti u polju 'OD'"
420
 
421
  #: contact_form.php:982
422
- #, fuzzy
423
  msgid "This text will be used in the 'FROM' field"
424
- msgstr "Ova mejl adresa će biti korišćena u polju 'OD'"
425
 
426
  #: contact_form.php:986
427
- #, fuzzy
428
  msgid "The email address in the 'From' field"
429
- msgstr "Unesi mejl adresu u polje 'OD'"
430
 
431
  #: contact_form.php:988
432
  msgid "User email"
433
- msgstr ""
434
 
435
  #: contact_form.php:989
436
- #, fuzzy
437
  msgid "The email address of the user who fills the form will be used in the field 'From'."
438
- msgstr "Mejl adresa korisnika koji je popunio polja će se koristiti u polju 'OD'"
439
 
440
  #: contact_form.php:992
441
  msgid "This email address will be used in the 'From' field."
442
- msgstr "Ova mejl adresa će biti korišćena u polju 'OD'"
443
 
444
  #: contact_form.php:996
445
- #, fuzzy
446
  msgid "Required symbol"
447
- msgstr "Zahtevana polja"
448
 
449
  #: contact_form.php:1006
450
  msgid "Fields"
451
- msgstr ""
452
 
453
  #: contact_form.php:1007
454
  msgid "Used"
455
- msgstr ""
456
 
457
  #: contact_form.php:1008
458
- #, fuzzy
459
  msgid "Required"
460
- msgstr "Zahtevana polja"
461
 
462
  #: contact_form.php:1009
463
  msgid "Visible"
464
- msgstr ""
465
 
466
  #: contact_form.php:1010
467
  msgid "Disabled for editing"
468
- msgstr ""
469
 
470
  #: contact_form.php:1011
471
  msgid "Field's default value"
472
- msgstr ""
473
 
474
  #: contact_form.php:1016
475
  #: contact_form.php:1373
476
  #: contact_form.php:2137
477
  #: contact_form.php:2173
478
  msgid "Name"
479
- msgstr "Ime"
480
 
481
  #: contact_form.php:1024
482
  msgid "Location selectbox"
483
- msgstr ""
484
 
485
  #: contact_form.php:1032
486
  #: contact_form.php:1378
487
  #: contact_form.php:2143
488
  #: contact_form.php:2177
489
- #, fuzzy
490
  msgid "Address"
491
- msgstr "E-mail Adresa:"
492
 
493
  #: contact_form.php:1040
494
- #, fuzzy
495
  msgid "Email Address"
496
- msgstr "E-mail Adresa:"
497
 
498
  #: contact_form.php:1048
499
- #, fuzzy
500
  msgid "Phone number"
501
- msgstr "Broj telefona"
502
 
503
  #: contact_form.php:1056
504
  #: contact_form.php:1393
@@ -512,211 +487,197 @@ msgstr "Tema"
512
  #: contact_form.php:2161
513
  #: contact_form.php:2188
514
  msgid "Message"
515
- msgstr "Poruka"
516
 
517
  #: contact_form.php:1088
518
- #, fuzzy
519
  msgid "Attachment block"
520
- msgstr "Prikaži blok privezaka"
521
 
522
  #: contact_form.php:1090
523
  msgid "Users can attach the following file formats"
524
- msgstr "Korisnici mogu privezivati fajlove sledećih tipova"
525
 
526
  #: contact_form.php:1103
527
  msgid "Add to the form"
528
- msgstr ""
529
 
530
  #: contact_form.php:1108
531
- #, fuzzy
532
  msgid "Tips below the Attachment"
533
- msgstr "Prikaži objašnjenja posle bloka Privezaka"
534
 
535
  #: contact_form.php:1117
536
- #, fuzzy
537
  msgid "'Send me a copy' block"
538
- msgstr "Prikaži Pošalji mi kopiju blok"
539
 
540
  #: contact_form.php:1128
541
  #: contact_form.php:1131
542
  #: contact_form.php:1135
543
  #: contact_form.php:1407
544
  msgid "Captcha"
545
- msgstr ""
546
 
547
  #: contact_form.php:1131
548
- #, fuzzy
549
  msgid "Activate captcha"
550
- msgstr "Aktivni dodaci"
551
 
552
  #: contact_form.php:1135
553
- #, fuzzy
554
  msgid "Download captcha"
555
- msgstr "Preuzmi"
556
 
557
  #: contact_form.php:1143
558
  msgid "Agreement checkbox"
559
- msgstr ""
560
 
561
  #: contact_form.php:1143
562
  msgid "Required checkbox for submitting the form"
563
- msgstr ""
564
 
565
  #: contact_form.php:1144
566
  msgid "Optional checkbox"
567
- msgstr ""
568
 
569
  #: contact_form.php:1144
570
  msgid "Optional checkbox, the results of which will be displayed in email"
571
- msgstr ""
572
 
573
  #: contact_form.php:1161
574
  msgid "Delete an attachment file from the server after the email is sent"
575
- msgstr ""
576
 
577
  #: contact_form.php:1167
578
  msgid "Email in HTML format sending"
579
- msgstr ""
580
 
581
  #: contact_form.php:1171
582
- #, fuzzy
583
  msgid "Display additional info in the email"
584
- msgstr "Prikaži dodatne informacije u mejlu"
585
 
586
  #: contact_form.php:1176
587
  #: contact_form.php:2104
588
  #: contact_form.php:2106
589
  msgid "Sent from (ip address)"
590
- msgstr "Poslato sa (ip adresa)"
591
 
592
  #: contact_form.php:1176
593
- #, fuzzy
594
  msgid "Example: Sent from (IP address):\t127.0.0.1"
595
- msgstr "Poslato sa (ip adresa)"
596
 
597
  #: contact_form.php:1177
598
  #: contact_form.php:2110
599
  #: contact_form.php:2112
600
  msgid "Date/Time"
601
- msgstr "Datum/Vreme"
602
 
603
  #: contact_form.php:1177
604
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
605
- msgstr ""
606
 
607
  #: contact_form.php:1178
608
  #: contact_form.php:2116
609
  #: contact_form.php:2118
610
  msgid "Sent from (referer)"
611
- msgstr "Poslato od (prosleđivač)"
612
 
613
  #: contact_form.php:1178
614
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
615
- msgstr ""
616
 
617
  #: contact_form.php:1179
618
  #: contact_form.php:2122
619
  #: contact_form.php:2124
620
  msgid "Using (user agent)"
621
- msgstr "Koristi (user agent)"
622
 
623
  #: contact_form.php:1179
624
  msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
625
- msgstr ""
626
 
627
  #: contact_form.php:1183
628
  msgid "Language settings for the field names in the form"
629
- msgstr "Podešavanja jezika za polje imena u obrascu"
630
 
631
  #: contact_form.php:1192
632
- #, fuzzy
633
  msgid "Add a language"
634
- msgstr "Dodaj jezik"
635
 
636
  #: contact_form.php:1196
637
  msgid "Change the names of the contact form fields and error messages"
638
- msgstr "Promeni oznaku za polja u kontakt formi i poruku greške"
639
 
640
  #: contact_form.php:1201
641
  #: contact_form.php:1288
642
  msgid "English"
643
- msgstr "Engleski"
644
 
645
  #: contact_form.php:1209
646
  #: contact_form.php:1243
647
  msgid "click to expand/hide the list"
648
- msgstr ""
649
 
650
  #: contact_form.php:1218
651
  #: contact_form.php:1252
652
- #, fuzzy
653
  msgid "Tips below the Attachment block"
654
- msgstr "Prikaži objašnjenja posle bloka Privezaka"
655
 
656
  #: contact_form.php:1221
657
  #: contact_form.php:1255
658
  msgid "Error message for the Name field"
659
- msgstr "Poruka greške za polje Ime"
660
 
661
  #: contact_form.php:1222
662
  #: contact_form.php:1256
663
- #, fuzzy
664
  msgid "Error message for the Address field"
665
- msgstr "Poruka greške za polje Poruka"
666
 
667
  #: contact_form.php:1223
668
  #: contact_form.php:1257
669
  msgid "Error message for the Email field"
670
- msgstr "Poruka greške za polje imejl"
671
 
672
  #: contact_form.php:1224
673
  #: contact_form.php:1258
674
  msgid "Error message for the Phone field"
675
- msgstr "Poruka greške za polje Broj telefona"
676
 
677
  #: contact_form.php:1225
678
  #: contact_form.php:1259
679
  msgid "Error message for the Subject field"
680
- msgstr "Poruka greške za polje Tema"
681
 
682
  #: contact_form.php:1226
683
  #: contact_form.php:1260
684
  msgid "Error message for the Message field"
685
- msgstr "Poruka greške za polje Poruka"
686
 
687
  #: contact_form.php:1227
688
  #: contact_form.php:1261
689
- #, fuzzy
690
  msgid "Error message about the file type for the Attachment field"
691
- msgstr "Poruka greške za polje Privezaka"
692
 
693
  #: contact_form.php:1228
694
  #: contact_form.php:1262
695
- #, fuzzy
696
  msgid "Error message while uploading a file for the Attachment field to the server"
697
- msgstr "Poruka greške za polje Privezaka"
698
 
699
  #: contact_form.php:1229
700
  #: contact_form.php:1263
701
- #, fuzzy
702
  msgid "Error message while moving the file for the Attachment field"
703
- msgstr "Poruka greške za polje Privezaka"
704
 
705
  #: contact_form.php:1230
706
  #: contact_form.php:1264
707
- #, fuzzy
708
  msgid "Error message when file size limit for the Attachment field is exceeded"
709
- msgstr "Poruka greške za polje Privezaka"
710
 
711
  #: contact_form.php:1231
712
  #: contact_form.php:1265
713
  msgid "Error message for the Captcha field"
714
- msgstr "Poruka greške za polje Kapča"
715
 
716
  #: contact_form.php:1232
717
  #: contact_form.php:1266
718
  msgid "Error message for the whole form"
719
- msgstr "Poruka greške za ceo obrazac"
720
 
721
  #: contact_form.php:1235
722
  #: contact_form.php:1237
@@ -727,7 +688,7 @@ msgstr "Poruka greške za ceo obrazac"
727
  #: contact_form.php:1308
728
  #: contact_form.php:1310
729
  msgid "Use shortcode"
730
- msgstr "Koristi prečicu"
731
 
732
  #: contact_form.php:1235
733
  #: contact_form.php:1237
@@ -738,20 +699,19 @@ msgstr "Koristi prečicu"
738
  #: contact_form.php:1308
739
  #: contact_form.php:1310
740
  msgid "for this language"
741
- msgstr "za ovaj jezik"
742
 
743
  #: contact_form.php:1279
744
- #, fuzzy
745
  msgid "Use the changed names of the contact form fields in the email"
746
- msgstr "Promeni oznaku za polja u kontakt formi i poruku greške"
747
 
748
  #: contact_form.php:1285
749
  msgid "Action after email is sent"
750
- msgstr "Akcija posle poslatog mejla"
751
 
752
  #: contact_form.php:1287
753
  msgid "Display text"
754
- msgstr "Prikaži tekst"
755
 
756
  #: contact_form.php:1296
757
  #: contact_form.php:1306
@@ -760,7 +720,7 @@ msgstr "Tekst"
760
 
761
  #: contact_form.php:1317
762
  msgid "Redirect to the page"
763
- msgstr "Preusmeri na stranu"
764
 
765
  #: contact_form.php:1318
766
  msgid "Url"
@@ -768,84 +728,76 @@ msgstr "Url"
768
 
769
  #: contact_form.php:1322
770
  msgid "The $_SERVER variable that is used to build a URL of the form"
771
- msgstr ""
772
 
773
  #: contact_form.php:1326
774
  msgid "If you are not sure whether to change this setting or not, please do not do that."
775
- msgstr ""
776
 
777
  #: contact_form.php:1332
778
  #: contact_form.php:1516
779
  msgid "Save Changes"
780
- msgstr "Sačuvaj izmene"
781
 
782
  #: contact_form.php:1337
783
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
784
- msgstr ""
785
 
786
  #: contact_form.php:1338
787
- #, fuzzy
788
  msgid "Rate the plugin"
789
- msgstr "Preporučeni dodaci"
790
 
791
  #: contact_form.php:1341
792
- #, fuzzy
793
  msgid "If there is something wrong about it, please contact us"
794
- msgstr "Ako imate bilo kakva pitanja, kontaktirajte na mejl plugin@bestwebsoft.com ili popunite kontakt formu na našem sajtu"
795
 
796
  #: contact_form.php:1353
797
  msgid "Errors output"
798
- msgstr ""
799
 
800
  #: contact_form.php:1356
801
  msgid "Display error messages"
802
- msgstr ""
803
 
804
  #: contact_form.php:1357
805
  msgid "Color of the input field errors."
806
- msgstr ""
807
 
808
  #: contact_form.php:1358
809
- #, fuzzy
810
  msgid "Display error messages & color of the input field errors"
811
- msgstr "Poruka greške za polje Tema"
812
 
813
  #: contact_form.php:1363
814
  msgid "Add placeholder to the input blocks"
815
- msgstr ""
816
 
817
  #: contact_form.php:1369
818
- #, fuzzy
819
  msgid "Add tooltips"
820
- msgstr "Dodatne opcije"
821
 
822
  #: contact_form.php:1383
823
- #, fuzzy
824
  msgid "Email address"
825
- msgstr "E-mail Adresa:"
826
 
827
  #: contact_form.php:1388
828
- #, fuzzy
829
  msgid "Phone Number"
830
- msgstr "Broj telefona"
831
 
832
  #: contact_form.php:1402
833
- #, fuzzy
834
  msgid "Attachment"
835
- msgstr "Priveži fajl:"
836
 
837
  #: contact_form.php:1407
838
  msgid "(powered by bestwebsoft.com)"
839
- msgstr ""
840
 
841
  #: contact_form.php:1412
842
- #, fuzzy
843
  msgid "Style options"
844
- msgstr "Dodatne opcije"
845
 
846
  #: contact_form.php:1415
847
  msgid "Text color"
848
- msgstr ""
849
 
850
  #: contact_form.php:1418
851
  #: contact_form.php:1423
@@ -860,293 +812,293 @@ msgstr ""
860
  #: contact_form.php:1485
861
  #: contact_form.php:1490
862
  msgid "Default"
863
- msgstr ""
864
 
865
  #: contact_form.php:1420
866
  msgid "Label text color"
867
- msgstr ""
868
 
869
  #: contact_form.php:1425
870
  msgid "Placeholder color"
871
- msgstr ""
872
 
873
  #: contact_form.php:1430
874
  msgid "Errors color"
875
- msgstr ""
876
 
877
  #: contact_form.php:1435
878
  msgid "Error text color"
879
- msgstr ""
880
 
881
  #: contact_form.php:1440
882
  msgid "Background color of the input field errors"
883
- msgstr ""
884
 
885
  #: contact_form.php:1445
886
  msgid "Border color of the input field errors"
887
- msgstr ""
888
 
889
  #: contact_form.php:1450
890
  msgid "Placeholder color of the input field errors"
891
- msgstr ""
892
 
893
  #: contact_form.php:1455
894
  msgid "Input fields"
895
- msgstr ""
896
 
897
  #: contact_form.php:1460
898
  msgid "Input fields background color"
899
- msgstr ""
900
 
901
  #: contact_form.php:1465
902
  msgid "Text fields color"
903
- msgstr ""
904
 
905
  #: contact_form.php:1467
906
  msgid "Border width in px, numbers only"
907
- msgstr ""
908
 
909
  #: contact_form.php:1471
910
  #: contact_form.php:1492
911
  msgid "Border color"
912
- msgstr ""
913
 
914
  #: contact_form.php:1476
915
- #, fuzzy
916
  msgid "Submit button"
917
- msgstr "Podnesi"
918
 
919
  #: contact_form.php:1478
920
  msgid "Width in px, numbers only"
921
- msgstr ""
922
 
923
  #: contact_form.php:1482
924
  msgid "Button color"
925
- msgstr ""
926
 
927
  #: contact_form.php:1487
928
  msgid "Button text color"
929
- msgstr ""
930
 
931
  #: contact_form.php:1520
932
- #, fuzzy
933
  msgid "Contact Form Pro | Preview"
934
- msgstr "Kontakt Forma"
935
 
936
  #: contact_form.php:1523
937
  msgid "Show with errors"
938
- msgstr ""
939
 
940
  #: contact_form.php:1531
941
  #: contact_form.php:1533
942
  msgid "Please enter your full name..."
943
- msgstr ""
944
 
945
  #: contact_form.php:1544
946
  #: contact_form.php:1546
947
  msgid "Please enter your address..."
948
- msgstr ""
949
 
950
  #: contact_form.php:1555
951
  #: contact_form.php:1557
952
- #, fuzzy
953
  msgid "Please enter your email address..."
954
- msgstr "Koristi ovaj mejl:"
955
 
956
  #: contact_form.php:1566
957
  #: contact_form.php:1568
958
  msgid "Please enter your phone number..."
959
- msgstr ""
960
 
961
  #: contact_form.php:1577
962
  #: contact_form.php:1579
963
  msgid "Please enter subject..."
964
- msgstr ""
965
 
966
  #: contact_form.php:1587
967
  #: contact_form.php:1589
968
  msgid "Please enter your message..."
969
- msgstr ""
970
 
971
  #: contact_form.php:1631
972
  msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
973
- msgstr ""
974
 
975
  #: contact_form.php:1633
976
  msgid "Please, go to"
977
- msgstr ""
978
 
979
  #: contact_form.php:1633
980
- #, fuzzy
981
  msgid "the setting page"
982
- msgstr "Podešavanja"
983
 
984
  #: contact_form.php:1634
985
  msgid "You will be redirected automatically in 5 seconds."
986
- msgstr ""
987
 
988
  #: contact_form.php:1639
989
  msgid "You can download and activate"
990
- msgstr ""
991
 
992
  #: contact_form.php:1641
993
  msgid "version of this plugin by entering Your license key."
994
- msgstr ""
995
 
996
  #: contact_form.php:1643
997
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
998
- msgstr ""
999
 
1000
  #: contact_form.php:1645
1001
  msgid "(your username is the email you specify when purchasing the product)."
1002
- msgstr ""
1003
 
1004
  #: contact_form.php:1653
1005
  #: contact_form.php:1663
1006
- #, fuzzy
1007
  msgid "Activate"
1008
- msgstr "Aktivni dodaci"
1009
 
1010
  #: contact_form.php:1729
1011
  msgid "Sorry, email message could not be delivered."
1012
- msgstr "Izvinite, vaš mejl nije mogao biti dostavljen."
1013
 
1014
  #: contact_form.php:2131
1015
  msgid "Contact from"
1016
- msgstr "Kontakt forma"
1017
 
1018
  #: contact_form.php:2148
1019
  #: contact_form.php:2180
1020
  msgid "Email"
1021
- msgstr "Email"
1022
 
1023
  #: contact_form.php:2153
1024
  #: contact_form.php:2183
1025
  msgid "Phone"
1026
- msgstr "Broj telefona"
1027
 
1028
  #: contact_form.php:2164
1029
  #: contact_form.php:2190
1030
  msgid "Site"
1031
- msgstr "Sajt"
1032
 
1033
  #: contact_form.php:2280
1034
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
1035
- msgstr "Ako možete da vidite ovaj MIME to znači da vaš klijent ne prihvata MIME tipove!"
1036
 
1037
  #: contact_form.php:2361
1038
  msgid "Support"
1039
- msgstr "Podrška"
1040
 
1041
  #: contact_form.php:2411
1042
  msgid "Are you sure that you want to delete this language data?"
1043
- msgstr "Da li ste sigurni da želite da obrišete podatke jezika?"
1044
 
1045
  #: contact_form.php:2624
1046
  msgid "It’s time to upgrade your <strong>Contact Form plugin</strong> to <strong>PRO</strong> version"
1047
- msgstr ""
1048
 
1049
  #: contact_form.php:2625
1050
  msgid "Extend standard plugin functionality with new great options."
1051
- msgstr ""
1052
 
1053
  #: contact_form.php:2640
1054
  msgid "<strong>Contact Form to DB</strong> allows to store your messages to the database."
1055
- msgstr ""
1056
 
1057
  #: contact_form.php:2641
1058
  msgid "Manage messages that have been sent from your website."
1059
- msgstr ""
 
 
 
 
 
 
 
 
 
 
1060
 
1061
- #, fuzzy
1062
  #~ msgid "Contact Form Pro"
1063
- #~ msgstr "Kontakt Forma"
1064
 
1065
- #, fuzzy
1066
  #~ msgid "Contact Form Pro Extra Settings"
1067
- #~ msgstr "Opcije Kontakt Forme"
1068
 
1069
- #, fuzzy
1070
  #~ msgid "Contact Form Pro | Extra Settings"
1071
- #~ msgstr "Opcije Kontakt Forme"
1072
 
1073
- #, fuzzy
1074
  #~ msgid "Display fields"
1075
- #~ msgstr "Prikaži tekst"
1076
 
1077
- #, fuzzy
1078
  #~ msgid "Display tips below the Attachment block"
1079
- #~ msgstr "Prikaži objašnjenja posle bloka Privezaka"
1080
 
1081
  #~ msgid "Required fields"
1082
- #~ msgstr "Zahtevana polja"
1083
 
1084
  #, fuzzy
1085
  #~ msgid "Display the asterisk near required fields"
1086
- #~ msgstr "Prikaži polje broja telefona"
1087
 
1088
  #~ msgid "You can attach the following file formats"
1089
- #~ msgstr "Možete privezati fajlove sledećih tipova"
1090
 
1091
  #, fuzzy
1092
  #~ msgid "Memory usage"
1093
- #~ msgstr "Poruka"
1094
 
1095
  #, fuzzy
1096
  #~ msgid "Site URL"
1097
- #~ msgstr "Sajt"
1098
 
1099
  #, fuzzy
1100
  #~ msgid "Please enter a valid email address."
1101
- #~ msgstr "Koristi ovaj mejl:"
1102
 
1103
  #~ msgid "Activated plugins"
1104
- #~ msgstr "Aktivni dodaci"
1105
 
1106
  #~ msgid "Read more"
1107
- #~ msgstr "Čitaj više"
1108
 
1109
  #~ msgid "Installed plugins"
1110
- #~ msgstr "Instalirani dodaci"
1111
 
1112
  #~ msgid "Recommended plugins"
1113
- #~ msgstr "Preporučeni dodaci"
1114
 
1115
  #~ msgid "Download"
1116
- #~ msgstr "Preuzmi"
1117
 
1118
  #~ msgid "Install %s"
1119
- #~ msgstr "Instaliraj %s"
1120
 
1121
  #~ msgid "Install now from wordpress.org"
1122
- #~ msgstr "Instaliraj sa wordpress.org"
1123
 
1124
  #, fuzzy
1125
  #~ msgid "Active Plugins"
1126
- #~ msgstr "Aktivni dodaci"
1127
 
1128
  #, fuzzy
1129
  #~ msgid "Inactive Plugins"
1130
- #~ msgstr "Aktivni dodaci"
1131
 
1132
  #, fuzzy
1133
  #~ msgid "Send to support"
1134
- #~ msgstr "Podrška"
1135
 
1136
  #~ msgid "Contact Form Options"
1137
- #~ msgstr "Opcije Kontakt Forme"
1138
 
1139
  #~ msgid "Display Attachment tips"
1140
- #~ msgstr "Prikaži objašnjenja privezaka"
1141
 
1142
  #~ msgid "Please enter a valid email address. Settings are not saved."
1143
- #~ msgstr "Molim Vas unesite ispravan mejl. Podešavanja nisu sačuvana."
1144
 
1145
  #~ msgid "E-Mail Address"
1146
- #~ msgstr "E-mail Adresa"
1147
 
1148
  #~ msgid "E-Mail Addresse:"
1149
- #~ msgstr "E-mail adresa:"
1150
 
1151
  #~ msgid "Install Now"
1152
- #~ msgstr "Instaliraj Sada"
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-09-02 11:47+0300\n"
6
+ "PO-Revision-Date: 2014-10-15 14:22+0300\n"
7
+ "Last-Translator: BestWebSoft <support@bestwebsoft.com>\n"
8
+ "Language-Team: Per Rommetveit <bestwebsoftcontact@nordsoft.no>\n"
9
+ "Language: nb_NO\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
18
 
19
  #: contact_form.php:74
20
  #: contact_form.php:856
 
21
  msgid "Contact Form Settings"
22
+ msgstr "Instillinger for kontaktskjema"
23
 
24
  #: contact_form.php:74
25
  msgid "Contact Form"
26
+ msgstr "Kontaktskjema"
27
 
28
  #: contact_form.php:151
29
  #: contact_form.php:1211
30
  #: contact_form.php:1245
31
  msgid "Name:"
32
+ msgstr "Navn:"
33
 
34
  #: contact_form.php:152
35
  #: contact_form.php:1212
36
  #: contact_form.php:1246
 
37
  msgid "Address:"
38
+ msgstr "Adresse:"
39
 
40
  #: contact_form.php:153
41
  #: contact_form.php:1213
42
  #: contact_form.php:1247
43
  msgid "Email Address:"
44
+ msgstr "E-post:"
45
 
46
  #: contact_form.php:154
47
  #: contact_form.php:1214
48
  #: contact_form.php:1248
49
  msgid "Phone number:"
50
+ msgstr "Telefon:"
51
 
52
  #: contact_form.php:155
53
  #: contact_form.php:1215
59
  #: contact_form.php:1216
60
  #: contact_form.php:1250
61
  msgid "Message:"
62
+ msgstr "Melding:"
63
 
64
  #: contact_form.php:157
65
  #: contact_form.php:1217
66
  #: contact_form.php:1251
67
  msgid "Attachment:"
68
+ msgstr "Vedheng:"
69
 
70
  #: contact_form.php:158
71
  msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
72
+ msgstr "Støttede filtyper: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max filstørrelse: 2MB"
73
 
74
  #: contact_form.php:159
75
  #: contact_form.php:1219
76
  #: contact_form.php:1253
77
  msgid "Send me a copy"
78
+ msgstr "Send meg en kopi"
79
 
80
  #: contact_form.php:160
81
  #: contact_form.php:1220
82
  #: contact_form.php:1254
83
  msgid "Submit"
84
+ msgstr "Send"
85
 
86
  #: contact_form.php:161
87
  msgid "Your name is required."
88
+ msgstr "Navn er obligatorisk."
89
 
90
  #: contact_form.php:162
 
91
  msgid "Address is required."
92
+ msgstr "Adresse er påkrevet."
93
 
94
  #: contact_form.php:163
 
95
  msgid "A valid email address is required."
96
+ msgstr "Gyldig e-post adresse er nødvendig."
97
 
98
  #: contact_form.php:164
99
  msgid "Phone number is required."
100
+ msgstr "Telefon er nødvendig."
101
 
102
  #: contact_form.php:165
103
  msgid "Subject is required."
104
+ msgstr "Tema er nødvendig."
105
 
106
  #: contact_form.php:166
107
  msgid "Message text is required."
108
+ msgstr "Meldingsinnhold er nødvendig."
109
 
110
  #: contact_form.php:167
111
  msgid "File format is not valid."
112
+ msgstr "Filformat er ikke gyldig"
113
 
114
  #: contact_form.php:168
115
  msgid "File upload error."
116
+ msgstr "Feil ved opplasting av fil."
117
 
118
  #: contact_form.php:169
119
  msgid "The file could not be uploaded."
120
+ msgstr "Filen kunne ikke lastes opp."
121
 
122
  #: contact_form.php:170
123
  msgid "This file is too large."
124
+ msgstr "Filen er for stor."
125
 
126
  #: contact_form.php:171
127
  msgid "Please fill out the CAPTCHA."
128
+ msgstr "Vennligst fyll ut CAPTCHA."
129
 
130
  #: contact_form.php:172
131
  msgid "Please make corrections below and try again."
132
+ msgstr "Vennligst gjør korrigeringer, og prøv igjen."
133
 
134
  #: contact_form.php:174
135
  msgid "Thank you for contacting us."
136
+ msgstr "Takk for at du kontakter oss."
137
 
138
  #: contact_form.php:370
 
139
  msgid "requires"
140
+ msgstr "trenger"
141
 
142
  #: contact_form.php:370
143
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
144
+ msgstr "eller høgere, det er grunnen til deaktivering! Vennligst oppgrader WordPress og prøv igjen."
145
 
146
  #: contact_form.php:370
147
  msgid "Back to the WordPress"
148
+ msgstr "Tilbake til WordPress"
149
 
150
  #: contact_form.php:370
 
151
  msgid "Plugins page"
152
+ msgstr "Side for plugins"
153
 
154
  #: contact_form.php:678
155
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
156
+ msgstr "Dersom 'Videresend til side' instilling er valgt, skal URL feltet være i følgende format"
157
 
158
  #: contact_form.php:687
 
159
  msgid "Such user does not exist."
160
+ msgstr "En slik bruker eksisterer ikke."
161
 
162
  #: contact_form.php:697
 
163
  msgid "Please enter a valid email address in the 'Use this email address' field."
164
+ msgstr "Vennligst skriv inn en gyldig e-postadresse i 'Bruk denne e-posten' feltet."
165
 
166
  #: contact_form.php:705
 
167
  msgid "Please enter a valid email address in the 'FROM' field."
168
+ msgstr "Vennligst skriv inn en gyldig e-post i 'FRA' feltet."
169
 
170
  #: contact_form.php:730
 
171
  msgid "Settings saved."
172
+ msgstr "Instillinger lagret."
173
 
174
  #: contact_form.php:732
 
175
  msgid "Settings are not saved."
176
+ msgstr "Instillinger er ikke lagret."
177
 
178
  #: contact_form.php:759
179
  #: contact_form.php:791
180
  msgid "Wrong license key"
181
+ msgstr "Feil lisens nøkkel."
182
 
183
  #: contact_form.php:784
184
  msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
185
+ msgstr "Noe gikk galt. Prøv igjen senere. Hvis feilen oppstår igjen, vennligst kontakt <a href=http://support.bestwebsoft.com>BestWebSoft</a>. Vi beklager uleiligheten."
186
 
187
  #: contact_form.php:793
188
  msgid "This license key is bind to another site"
189
+ msgstr "Denne lisensnøkkelen er bundet til en annen site."
190
 
191
  #: contact_form.php:795
192
  #: contact_form.php:1656
193
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
194
+ msgstr "Beklager, du har oversteget antallet forsøk pr. dag. Vennligst last opp plugin manuelt."
195
 
196
  #: contact_form.php:812
197
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
198
+ msgstr "Klarte ikke åpne zip arkiv. Vennligst last opp plugin manuelt"
199
 
200
  #: contact_form.php:818
201
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
202
+ msgstr "Serveren støtter ikke Zip-arkiv eller Phar. Vennligst last opp plugin manuelt."
203
 
204
  #: contact_form.php:822
205
  #: contact_form.php:831
206
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
207
+ msgstr "Nedlasting av ziparkiv feilet, vennligst last opp plugin manuelt."
208
 
209
  #: contact_form.php:835
210
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
211
+ msgstr "Noe gikk galt. Prøv igjen senere eller last opp plugin manuelt. Vi beklager uleiligheten."
212
 
213
  #: contact_form.php:850
 
214
  msgid "Please, enter Your license key"
215
+ msgstr "Vennligst skriv inn lisensnøkkelen."
216
 
217
  #: contact_form.php:858
218
  #: contact_form.php:2347
219
  #: contact_form.php:2359
220
  msgid "Settings"
221
+ msgstr "Instillinger"
222
 
223
  #: contact_form.php:859
 
224
  msgid "Extra settings"
225
+ msgstr "Ekstrainstillinger"
226
 
227
  #: contact_form.php:860
228
  #: contact_form.php:2360
229
  msgid "FAQ"
230
+ msgstr "Часті питання"
231
 
232
  #: contact_form.php:861
233
  msgid "Go PRO"
234
+ msgstr "Go PRO"
235
 
236
  #: contact_form.php:864
237
  msgid "Notice:"
238
+ msgstr "Notis:"
239
 
240
  #: contact_form.php:864
241
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
242
+ msgstr "Instillingene til plugin har blitt endret. For å lagre endringer, ikke glem å klikke 'Lagre endringer' knappen."
243
 
244
  #: contact_form.php:870
245
  msgid "If you want to create multiple contact forms, please install the Contact Form Multi plugin."
246
+ msgstr "Dersom du ønsker å opprette flere kontaktskjema, vennligst installer Contact From Multi plugin"
247
 
248
  #: contact_form.php:876
249
  #: contact_form.php:881
250
  #: contact_form.php:1615
251
  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:"
252
+ msgstr "Om du ønsker å legge til kontakskjema for din webside, kopier denne shortcoden til din post, side eller widget."
253
 
254
  #: contact_form.php:876
255
  #: contact_form.php:877
260
  #: contact_form.php:1298
261
  #: contact_form.php:1300
262
  msgid "or"
263
+ msgstr "eller"
264
 
265
  #: contact_form.php:877
266
  #: contact_form.php:882
267
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
268
+ msgstr "Om du har problemer med standard shortcode [contact_form], bør du bruke shortcoden"
269
 
270
  #: contact_form.php:878
271
  #: contact_form.php:883
272
  msgid "They work the same way."
273
+ msgstr "De fungerer på samme måte."
274
 
275
  #: contact_form.php:879
276
  #: contact_form.php:884
277
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
278
+ msgstr "Om du lar feltene være tomme, vil meldingene bli sent til e-post adresse oppgitt ved registreringen."
279
 
280
  #: contact_form.php:889
281
  msgid "The user's email address:"
282
+ msgstr "Brukerens e-post adress:"
283
 
284
  #: contact_form.php:893
285
  msgid "Create a username"
286
+ msgstr "Opprett et brukernavn"
287
 
288
  #: contact_form.php:900
289
  msgid "Enter a username of the person who should get the messages from the contact form."
290
+ msgstr "Oppgi brukernavn til personen som skal meldingene fra kontaktskjemaet."
291
 
292
  #: contact_form.php:904
293
  msgid "Use this email address:"
294
+ msgstr "Bruk denne e-post adressen:"
295
 
296
  #: contact_form.php:907
297
  msgid "Enter the email address you want the messages forwarded to."
298
+ msgstr "Legg inn e-post adressen du ønsker meldingene videresendt til."
299
 
300
  #: contact_form.php:916
301
  msgid "Add department selectbox to the contact form:"
302
+ msgstr "Legg til avdelingssjekkboks til kontaktskjemaet:"
303
 
304
  #: contact_form.php:924
305
  #: contact_form.php:1498
306
  msgid "If you upgrade to Pro version all your settings will be saved."
307
+ msgstr "Om du oppgraderer til Pro versjonen, vil alle instillingene dine bli lagret."
308
 
309
  #: contact_form.php:931
310
  #: contact_form.php:1077
311
  #: contact_form.php:1151
312
  #: contact_form.php:1505
313
  msgid "Unlock premium options by upgrading to a PRO version."
314
+ msgstr "Lås opp ekstrafunksjoner ved å oppgradere til en PRO-versjon."
315
 
316
  #: contact_form.php:932
317
  #: contact_form.php:1078
320
  #: contact_form.php:2621
321
  #: contact_form.php:2637
322
  msgid "Learn More"
323
+ msgstr "Lær mer"
324
 
325
  #: contact_form.php:935
326
  #: contact_form.php:1081
327
  #: contact_form.php:1155
328
  #: contact_form.php:1509
329
  msgid "Go"
330
+ msgstr ""
331
 
332
  #: contact_form.php:942
333
  msgid "Save emails to the database"
334
+ msgstr "Lagre e-poster til databasen."
335
 
336
  #: contact_form.php:948
337
  msgid "Using"
338
+ msgstr "Bruker"
339
 
340
  #: contact_form.php:948
341
  #: contact_form.php:1128
342
  #: contact_form.php:1131
343
  #: contact_form.php:1135
344
  msgid "powered by"
345
+ msgstr "støttet av"
346
 
347
  #: contact_form.php:951
348
  #: contact_form.php:955
349
  msgid "Using Contact Form to DB powered by"
350
+ msgstr "Bruker Contact Form to DB støttet av"
351
 
352
  #: contact_form.php:951
 
353
  msgid "Activate Contact Form to DB"
354
+ msgstr "Aktiver Contact Form to DB"
355
 
356
  #: contact_form.php:955
 
357
  msgid "Download Contact Form to DB"
358
+ msgstr "Last ned Contact Form to DB"
359
 
360
  #: contact_form.php:960
361
  msgid "Additional options"
362
+ msgstr "Ekstrainstillinger"
363
 
364
  #: contact_form.php:962
365
  msgid "Show"
366
+ msgstr "Vis"
367
 
368
  #: contact_form.php:963
369
  msgid "Hide"
370
+ msgstr "Gjem"
371
 
372
  #: contact_form.php:967
373
  msgid "What to use?"
374
+ msgstr "Hva skal brukes?"
375
 
376
  #: contact_form.php:970
377
  msgid "Wp-mail"
379
 
380
  #: contact_form.php:970
381
  msgid "You can use the wp_mail function for mailing"
382
+ msgstr "Du kan bruke wp_mail funksjon for å sende e-post."
383
 
384
  #: contact_form.php:972
385
  msgid "Mail"
386
+ msgstr "E-post"
387
 
388
  #: contact_form.php:972
389
  msgid "To send mail you can use the php mail function"
390
+ msgstr "For å sende e-post kan du bruke php mail funksjon."
391
 
392
  #: contact_form.php:976
 
393
  msgid "The text in the 'From' field"
394
+ msgstr "Teksten i 'From'-feltet"
395
 
396
  #: contact_form.php:978
397
  msgid "User name"
398
+ msgstr "Brukernavn"
399
 
400
  #: contact_form.php:979
 
401
  msgid "The name of the user who fills the form will be used in the field 'From'."
402
+ msgstr "Navnet til brukeren som fyller ut skjema vil bli brukt i 'From'-feltet."
403
 
404
  #: contact_form.php:982
 
405
  msgid "This text will be used in the 'FROM' field"
406
+ msgstr "Denne teksten vil brukes i 'FROM' feltet."
407
 
408
  #: contact_form.php:986
 
409
  msgid "The email address in the 'From' field"
410
+ msgstr "E-post adresse i 'From'-feltet."
411
 
412
  #: contact_form.php:988
413
  msgid "User email"
414
+ msgstr "Brukers e-post"
415
 
416
  #: contact_form.php:989
 
417
  msgid "The email address of the user who fills the form will be used in the field 'From'."
418
+ msgstr "E-post adresse til bruker som fyller ut skjema vil bli brukt i 'From'-feltet."
419
 
420
  #: contact_form.php:992
421
  msgid "This email address will be used in the 'From' field."
422
+ msgstr "Denne e-post adressen vil bli brukt i 'From'-feltet."
423
 
424
  #: contact_form.php:996
 
425
  msgid "Required symbol"
426
+ msgstr "Obligatorisk symbol"
427
 
428
  #: contact_form.php:1006
429
  msgid "Fields"
430
+ msgstr "Felt"
431
 
432
  #: contact_form.php:1007
433
  msgid "Used"
434
+ msgstr "Brukt"
435
 
436
  #: contact_form.php:1008
 
437
  msgid "Required"
438
+ msgstr "Obligatorisk"
439
 
440
  #: contact_form.php:1009
441
  msgid "Visible"
442
+ msgstr "Synlig"
443
 
444
  #: contact_form.php:1010
445
  msgid "Disabled for editing"
446
+ msgstr "Sperret for redigering"
447
 
448
  #: contact_form.php:1011
449
  msgid "Field's default value"
450
+ msgstr "Feltets standardverdi"
451
 
452
  #: contact_form.php:1016
453
  #: contact_form.php:1373
454
  #: contact_form.php:2137
455
  #: contact_form.php:2173
456
  msgid "Name"
457
+ msgstr "Navn"
458
 
459
  #: contact_form.php:1024
460
  msgid "Location selectbox"
461
+ msgstr "Flervalgsboks for sted"
462
 
463
  #: contact_form.php:1032
464
  #: contact_form.php:1378
465
  #: contact_form.php:2143
466
  #: contact_form.php:2177
 
467
  msgid "Address"
468
+ msgstr "Adresse"
469
 
470
  #: contact_form.php:1040
 
471
  msgid "Email Address"
472
+ msgstr "E-post"
473
 
474
  #: contact_form.php:1048
 
475
  msgid "Phone number"
476
+ msgstr "Telefon"
477
 
478
  #: contact_form.php:1056
479
  #: contact_form.php:1393
487
  #: contact_form.php:2161
488
  #: contact_form.php:2188
489
  msgid "Message"
490
+ msgstr "Melding"
491
 
492
  #: contact_form.php:1088
 
493
  msgid "Attachment block"
494
+ msgstr "Vedhengsblokk"
495
 
496
  #: contact_form.php:1090
497
  msgid "Users can attach the following file formats"
498
+ msgstr "Brukere kan legge ved følgende filformat"
499
 
500
  #: contact_form.php:1103
501
  msgid "Add to the form"
502
+ msgstr "Legg til skjemaet"
503
 
504
  #: contact_form.php:1108
 
505
  msgid "Tips below the Attachment"
506
+ msgstr "Tips under vedheng"
507
 
508
  #: contact_form.php:1117
 
509
  msgid "'Send me a copy' block"
510
+ msgstr "'Send meg en kopi' blokk"
511
 
512
  #: contact_form.php:1128
513
  #: contact_form.php:1131
514
  #: contact_form.php:1135
515
  #: contact_form.php:1407
516
  msgid "Captcha"
517
+ msgstr "Captcha"
518
 
519
  #: contact_form.php:1131
 
520
  msgid "Activate captcha"
521
+ msgstr "Aktiver captcha"
522
 
523
  #: contact_form.php:1135
 
524
  msgid "Download captcha"
525
+ msgstr "Last ned captcha"
526
 
527
  #: contact_form.php:1143
528
  msgid "Agreement checkbox"
529
+ msgstr "Sjekkboks for vilkår"
530
 
531
  #: contact_form.php:1143
532
  msgid "Required checkbox for submitting the form"
533
+ msgstr "Obligatoriske sjekkbokser for å sende inn skjemaet"
534
 
535
  #: contact_form.php:1144
536
  msgid "Optional checkbox"
537
+ msgstr "Valgfri sjekkboks"
538
 
539
  #: contact_form.php:1144
540
  msgid "Optional checkbox, the results of which will be displayed in email"
541
+ msgstr "Valgfri sjekkboks, resultatene vil bli vist i e-post"
542
 
543
  #: contact_form.php:1161
544
  msgid "Delete an attachment file from the server after the email is sent"
545
+ msgstr "Slett vedhengsfil fra server etter at e-posten er sendt."
546
 
547
  #: contact_form.php:1167
548
  msgid "Email in HTML format sending"
549
+ msgstr "Send e-post i HTML format"
550
 
551
  #: contact_form.php:1171
 
552
  msgid "Display additional info in the email"
553
+ msgstr "Vis ekstra informasjon i e-posten"
554
 
555
  #: contact_form.php:1176
556
  #: contact_form.php:2104
557
  #: contact_form.php:2106
558
  msgid "Sent from (ip address)"
559
+ msgstr "Sent fra (ip-adresse)"
560
 
561
  #: contact_form.php:1176
 
562
  msgid "Example: Sent from (IP address):\t127.0.0.1"
563
+ msgstr "Eksempel: Sendt fra (IP adresse):\t127.0.0.1"
564
 
565
  #: contact_form.php:1177
566
  #: contact_form.php:2110
567
  #: contact_form.php:2112
568
  msgid "Date/Time"
569
+ msgstr "Dato/Tid"
570
 
571
  #: contact_form.php:1177
572
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
573
+ msgstr "Eksempel: Dato/Tid:\tAugust 19, 2013 8:50 pm"
574
 
575
  #: contact_form.php:1178
576
  #: contact_form.php:2116
577
  #: contact_form.php:2118
578
  msgid "Sent from (referer)"
579
+ msgstr "Sent fra (referer)"
580
 
581
  #: contact_form.php:1178
582
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
583
+ msgstr "Eksempel: Sent fra (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
584
 
585
  #: contact_form.php:1179
586
  #: contact_form.php:2122
587
  #: contact_form.php:2124
588
  msgid "Using (user agent)"
589
+ msgstr "Bruker (user agent)"
590
 
591
  #: contact_form.php:1179
592
  msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
593
+ msgstr "Eksempel: Bruker (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
594
 
595
  #: contact_form.php:1183
596
  msgid "Language settings for the field names in the form"
597
+ msgstr "Språkinstillinger for feltnavn i skjemaet"
598
 
599
  #: contact_form.php:1192
 
600
  msgid "Add a language"
601
+ msgstr "Legg til et språk"
602
 
603
  #: contact_form.php:1196
604
  msgid "Change the names of the contact form fields and error messages"
605
+ msgstr "Endre navnene kontaktskjemafeltene og feilmeldingene"
606
 
607
  #: contact_form.php:1201
608
  #: contact_form.php:1288
609
  msgid "English"
610
+ msgstr "Engelsk"
611
 
612
  #: contact_form.php:1209
613
  #: contact_form.php:1243
614
  msgid "click to expand/hide the list"
615
+ msgstr "klikk for å ekspandere/gjemme listen"
616
 
617
  #: contact_form.php:1218
618
  #: contact_form.php:1252
 
619
  msgid "Tips below the Attachment block"
620
+ msgstr "Tips under Vedhengblokken"
621
 
622
  #: contact_form.php:1221
623
  #: contact_form.php:1255
624
  msgid "Error message for the Name field"
625
+ msgstr "Feilmelding for navnefeltet"
626
 
627
  #: contact_form.php:1222
628
  #: contact_form.php:1256
 
629
  msgid "Error message for the Address field"
630
+ msgstr "Feilmelding for adressefeltet"
631
 
632
  #: contact_form.php:1223
633
  #: contact_form.php:1257
634
  msgid "Error message for the Email field"
635
+ msgstr "Feilmelding for e-post feltet"
636
 
637
  #: contact_form.php:1224
638
  #: contact_form.php:1258
639
  msgid "Error message for the Phone field"
640
+ msgstr "Feilmelding for telefon-feltet"
641
 
642
  #: contact_form.php:1225
643
  #: contact_form.php:1259
644
  msgid "Error message for the Subject field"
645
+ msgstr "Feilmelding for tema-feltet"
646
 
647
  #: contact_form.php:1226
648
  #: contact_form.php:1260
649
  msgid "Error message for the Message field"
650
+ msgstr "Feilmelding for meldingsfeltet"
651
 
652
  #: contact_form.php:1227
653
  #: contact_form.php:1261
 
654
  msgid "Error message about the file type for the Attachment field"
655
+ msgstr "Feilmelding for filtype til vedhengsfeltet"
656
 
657
  #: contact_form.php:1228
658
  #: contact_form.php:1262
 
659
  msgid "Error message while uploading a file for the Attachment field to the server"
660
+ msgstr "Feilmelding ved opplasting av fil for vedhengsfeltet til server"
661
 
662
  #: contact_form.php:1229
663
  #: contact_form.php:1263
 
664
  msgid "Error message while moving the file for the Attachment field"
665
+ msgstr "Feilmedling ved flytting av fil for vedhengsfeltet."
666
 
667
  #: contact_form.php:1230
668
  #: contact_form.php:1264
 
669
  msgid "Error message when file size limit for the Attachment field is exceeded"
670
+ msgstr "Feilmelding når filstørrelsebegrensning for vedhengsfeltet er nådd"
671
 
672
  #: contact_form.php:1231
673
  #: contact_form.php:1265
674
  msgid "Error message for the Captcha field"
675
+ msgstr "Feilmelding for Captcha-feltet"
676
 
677
  #: contact_form.php:1232
678
  #: contact_form.php:1266
679
  msgid "Error message for the whole form"
680
+ msgstr "Feilmelding for hele skjemaet"
681
 
682
  #: contact_form.php:1235
683
  #: contact_form.php:1237
688
  #: contact_form.php:1308
689
  #: contact_form.php:1310
690
  msgid "Use shortcode"
691
+ msgstr "Bruk shortcode"
692
 
693
  #: contact_form.php:1235
694
  #: contact_form.php:1237
699
  #: contact_form.php:1308
700
  #: contact_form.php:1310
701
  msgid "for this language"
702
+ msgstr "for dette språket"
703
 
704
  #: contact_form.php:1279
 
705
  msgid "Use the changed names of the contact form fields in the email"
706
+ msgstr "Bruk de endrede navnene i kontaktskjemafeltene i e-posten"
707
 
708
  #: contact_form.php:1285
709
  msgid "Action after email is sent"
710
+ msgstr "Handling etter at e-posten er sendt"
711
 
712
  #: contact_form.php:1287
713
  msgid "Display text"
714
+ msgstr "Vis tekst"
715
 
716
  #: contact_form.php:1296
717
  #: contact_form.php:1306
720
 
721
  #: contact_form.php:1317
722
  msgid "Redirect to the page"
723
+ msgstr "Videresend til siden"
724
 
725
  #: contact_form.php:1318
726
  msgid "Url"
728
 
729
  #: contact_form.php:1322
730
  msgid "The $_SERVER variable that is used to build a URL of the form"
731
+ msgstr " $_SERVER variabel som brukes til å sette sammen en URL på formen"
732
 
733
  #: contact_form.php:1326
734
  msgid "If you are not sure whether to change this setting or not, please do not do that."
735
+ msgstr "Om du ikke er sikkert på om du bør endre denne instillingen eller ikke, vennligst ikke gjør det."
736
 
737
  #: contact_form.php:1332
738
  #: contact_form.php:1516
739
  msgid "Save Changes"
740
+ msgstr "Lagre endringer"
741
 
742
  #: contact_form.php:1337
743
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
744
+ msgstr "Dersom du liker vår plugin, vennligst gi den 5 stjerner på WordPress"
745
 
746
  #: contact_form.php:1338
 
747
  msgid "Rate the plugin"
748
+ msgstr "Ranger plugin"
749
 
750
  #: contact_form.php:1341
 
751
  msgid "If there is something wrong about it, please contact us"
752
+ msgstr "Om det er noe galt med dette, vennligst kontakt oss"
753
 
754
  #: contact_form.php:1353
755
  msgid "Errors output"
756
+ msgstr "Feilmelding utdata"
757
 
758
  #: contact_form.php:1356
759
  msgid "Display error messages"
760
+ msgstr "Vise feilmeldinger"
761
 
762
  #: contact_form.php:1357
763
  msgid "Color of the input field errors."
764
+ msgstr "Farger på feilmeldingene for inputfelt"
765
 
766
  #: contact_form.php:1358
 
767
  msgid "Display error messages & color of the input field errors"
768
+ msgstr "Vis feilmeldinger og farge på inputfeltfeil"
769
 
770
  #: contact_form.php:1363
771
  msgid "Add placeholder to the input blocks"
772
+ msgstr "Legg til placeholder på inputblokkene"
773
 
774
  #: contact_form.php:1369
 
775
  msgid "Add tooltips"
776
+ msgstr "Legg til tooltips"
777
 
778
  #: contact_form.php:1383
 
779
  msgid "Email address"
780
+ msgstr "E-post adresse"
781
 
782
  #: contact_form.php:1388
 
783
  msgid "Phone Number"
784
+ msgstr "Telefon"
785
 
786
  #: contact_form.php:1402
 
787
  msgid "Attachment"
788
+ msgstr "Vedheng"
789
 
790
  #: contact_form.php:1407
791
  msgid "(powered by bestwebsoft.com)"
792
+ msgstr "(støttet av bestwebsoft.com)"
793
 
794
  #: contact_form.php:1412
 
795
  msgid "Style options"
796
+ msgstr "Styleringsopsjoner"
797
 
798
  #: contact_form.php:1415
799
  msgid "Text color"
800
+ msgstr "Tekstfarge"
801
 
802
  #: contact_form.php:1418
803
  #: contact_form.php:1423
812
  #: contact_form.php:1485
813
  #: contact_form.php:1490
814
  msgid "Default"
815
+ msgstr "Standard"
816
 
817
  #: contact_form.php:1420
818
  msgid "Label text color"
819
+ msgstr "Tekstfarge på merkelapp"
820
 
821
  #: contact_form.php:1425
822
  msgid "Placeholder color"
823
+ msgstr "Placeholder farge"
824
 
825
  #: contact_form.php:1430
826
  msgid "Errors color"
827
+ msgstr "Feilmeldingsfarge"
828
 
829
  #: contact_form.php:1435
830
  msgid "Error text color"
831
+ msgstr "Tekstfarge på feilmelding"
832
 
833
  #: contact_form.php:1440
834
  msgid "Background color of the input field errors"
835
+ msgstr "Bakgrunnsfarge på inputfeltfeil"
836
 
837
  #: contact_form.php:1445
838
  msgid "Border color of the input field errors"
839
+ msgstr "Rammefarge på inputfeltfeil"
840
 
841
  #: contact_form.php:1450
842
  msgid "Placeholder color of the input field errors"
843
+ msgstr "Placeholderfarge på inputfeltfeil"
844
 
845
  #: contact_form.php:1455
846
  msgid "Input fields"
847
+ msgstr "Inputfelt"
848
 
849
  #: contact_form.php:1460
850
  msgid "Input fields background color"
851
+ msgstr "Bakgrunnsfarge på inputfelter"
852
 
853
  #: contact_form.php:1465
854
  msgid "Text fields color"
855
+ msgstr "Farge på tekstfelter"
856
 
857
  #: contact_form.php:1467
858
  msgid "Border width in px, numbers only"
859
+ msgstr "Rammebredde i pixler, kun tall"
860
 
861
  #: contact_form.php:1471
862
  #: contact_form.php:1492
863
  msgid "Border color"
864
+ msgstr "Ramme farge"
865
 
866
  #: contact_form.php:1476
 
867
  msgid "Submit button"
868
+ msgstr "Send knapp"
869
 
870
  #: contact_form.php:1478
871
  msgid "Width in px, numbers only"
872
+ msgstr "Bredde i piksler, kun tall"
873
 
874
  #: contact_form.php:1482
875
  msgid "Button color"
876
+ msgstr "Knappfarge"
877
 
878
  #: contact_form.php:1487
879
  msgid "Button text color"
880
+ msgstr "Farge på knappetekst"
881
 
882
  #: contact_form.php:1520
 
883
  msgid "Contact Form Pro | Preview"
884
+ msgstr "Contact Form Pro | Forhåndsvisning"
885
 
886
  #: contact_form.php:1523
887
  msgid "Show with errors"
888
+ msgstr "Vis med feilmeldinger"
889
 
890
  #: contact_form.php:1531
891
  #: contact_form.php:1533
892
  msgid "Please enter your full name..."
893
+ msgstr "Vennligst skriv inn ditt fulle navn..."
894
 
895
  #: contact_form.php:1544
896
  #: contact_form.php:1546
897
  msgid "Please enter your address..."
898
+ msgstr "Vennligst fyll inn din adresse..."
899
 
900
  #: contact_form.php:1555
901
  #: contact_form.php:1557
 
902
  msgid "Please enter your email address..."
903
+ msgstr "Vennligst oppgi e-post addresse..."
904
 
905
  #: contact_form.php:1566
906
  #: contact_form.php:1568
907
  msgid "Please enter your phone number..."
908
+ msgstr "Vennligst oppgi ditt telefon nummer..."
909
 
910
  #: contact_form.php:1577
911
  #: contact_form.php:1579
912
  msgid "Please enter subject..."
913
+ msgstr "Vennligst oppgi tema..."
914
 
915
  #: contact_form.php:1587
916
  #: contact_form.php:1589
917
  msgid "Please enter your message..."
918
+ msgstr "Vennligst skriv inn en melding..."
919
 
920
  #: contact_form.php:1631
921
  msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
922
+ msgstr "Gratulerer! PRO-versjonen av plugin er vellykket nedlastet og aktivert."
923
 
924
  #: contact_form.php:1633
925
  msgid "Please, go to"
926
+ msgstr "Vennligst, gå til"
927
 
928
  #: contact_form.php:1633
 
929
  msgid "the setting page"
930
+ msgstr "siden for instillinger"
931
 
932
  #: contact_form.php:1634
933
  msgid "You will be redirected automatically in 5 seconds."
934
+ msgstr "Du vil automatisk viderekobles om 5 sekunder."
935
 
936
  #: contact_form.php:1639
937
  msgid "You can download and activate"
938
+ msgstr "du kan laste ned og aktivere"
939
 
940
  #: contact_form.php:1641
941
  msgid "version of this plugin by entering Your license key."
942
+ msgstr "versjon av denne plugin ved å taste inn din lisenskode."
943
 
944
  #: contact_form.php:1643
945
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
946
+ msgstr "Du kan finne din lisenskode på klientområdet, ved å klikke på linken"
947
 
948
  #: contact_form.php:1645
949
  msgid "(your username is the email you specify when purchasing the product)."
950
+ msgstr "(ditt brukernavn er e-posten du spesifiserer når du kjøper produktet)."
951
 
952
  #: contact_form.php:1653
953
  #: contact_form.php:1663
 
954
  msgid "Activate"
955
+ msgstr "Aktiver"
956
 
957
  #: contact_form.php:1729
958
  msgid "Sorry, email message could not be delivered."
959
+ msgstr "Beklager, e-postmelding kunne ikke leveres."
960
 
961
  #: contact_form.php:2131
962
  msgid "Contact from"
963
+ msgstr "Kontaktskjema"
964
 
965
  #: contact_form.php:2148
966
  #: contact_form.php:2180
967
  msgid "Email"
968
+ msgstr "E-post"
969
 
970
  #: contact_form.php:2153
971
  #: contact_form.php:2183
972
  msgid "Phone"
973
+ msgstr "Telefon"
974
 
975
  #: contact_form.php:2164
976
  #: contact_form.php:2190
977
  msgid "Site"
978
+ msgstr "side"
979
 
980
  #: contact_form.php:2280
981
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
982
+ msgstr "Om du kan se denne MIME, betyr det at MIME format ikke er støttet av din e-postklient!"
983
 
984
  #: contact_form.php:2361
985
  msgid "Support"
986
+ msgstr "Support"
987
 
988
  #: contact_form.php:2411
989
  msgid "Are you sure that you want to delete this language data?"
990
+ msgstr "Er du sikker at du ønsker å slette disse språkdatane?"
991
 
992
  #: contact_form.php:2624
993
  msgid "It’s time to upgrade your <strong>Contact Form plugin</strong> to <strong>PRO</strong> version"
994
+ msgstr "Det er på tide å oppgrader din <strong>Contact Form plugin</strong> til <strong>PRO</strong>-versjon"
995
 
996
  #: contact_form.php:2625
997
  msgid "Extend standard plugin functionality with new great options."
998
+ msgstr "Utvid standard pluginfunksjonalitet med nye spennende muligheter"
999
 
1000
  #: contact_form.php:2640
1001
  msgid "<strong>Contact Form to DB</strong> allows to store your messages to the database."
1002
+ msgstr "<strong>Contact Form to DB</strong> lar deg lagre meldinger i databasen."
1003
 
1004
  #: contact_form.php:2641
1005
  msgid "Manage messages that have been sent from your website."
1006
+ msgstr "Administrer meldinger som har blitt sendt fra din webside."
1007
+
1008
+ #~ msgid "Go!"
1009
+ #~ msgstr "Перейти!"
1010
+
1011
+ #~ msgid ""
1012
+ #~ "This functionality is available in the Pro version of the plugin. For "
1013
+ #~ "more details, please follow the link"
1014
+ #~ msgstr ""
1015
+ #~ "Ця функціональність доступна у Pro версії плагіну. Для додаткових "
1016
+ #~ "подробиць, будь ласка, перейдіть за посиланням"
1017
 
 
1018
  #~ msgid "Contact Form Pro"
1019
+ #~ msgstr "Contact Form Pro"
1020
 
 
1021
  #~ msgid "Contact Form Pro Extra Settings"
1022
+ #~ msgstr "Додаткові установки Contact Form Pro"
1023
 
 
1024
  #~ msgid "Contact Form Pro | Extra Settings"
1025
+ #~ msgstr "Contact Form Pro | Розширені установки"
1026
 
 
1027
  #~ msgid "Display fields"
1028
+ #~ msgstr "Показати поля"
1029
 
 
1030
  #~ msgid "Display tips below the Attachment block"
1031
+ #~ msgstr "Показувати підказки під блоком \"Прикріпити файл\""
1032
 
1033
  #~ msgid "Required fields"
1034
+ #~ msgstr "Обов'язкові поля"
1035
 
1036
  #, fuzzy
1037
  #~ msgid "Display the asterisk near required fields"
1038
+ #~ msgstr "Відобразити поле для телефону"
1039
 
1040
  #~ msgid "You can attach the following file formats"
1041
+ #~ msgstr "Користувачі можуть прикріплювати файли наступних форматів"
1042
 
1043
  #, fuzzy
1044
  #~ msgid "Memory usage"
1045
+ #~ msgstr "Повідомлення"
1046
 
1047
  #, fuzzy
1048
  #~ msgid "Site URL"
1049
+ #~ msgstr "Сайт"
1050
 
1051
  #, fuzzy
1052
  #~ msgid "Please enter a valid email address."
1053
+ #~ msgstr "Використовувати цю email-адресу:"
1054
 
1055
  #~ msgid "Activated plugins"
1056
+ #~ msgstr "Активовані плагіни"
1057
 
1058
  #~ msgid "Read more"
1059
+ #~ msgstr "Читати далі"
1060
 
1061
  #~ msgid "Installed plugins"
1062
+ #~ msgstr "Встановлені плагіни"
1063
 
1064
  #~ msgid "Recommended plugins"
1065
+ #~ msgstr "Рекомендовані плагіни"
1066
 
1067
  #~ msgid "Download"
1068
+ #~ msgstr "Завантажити"
1069
 
1070
  #~ msgid "Install %s"
1071
+ #~ msgstr "Встановлено %s"
1072
 
1073
  #~ msgid "Install now from wordpress.org"
1074
+ #~ msgstr "Встановити з wordpress.org"
1075
 
1076
  #, fuzzy
1077
  #~ msgid "Active Plugins"
1078
+ #~ msgstr "Активовані плагіни"
1079
 
1080
  #, fuzzy
1081
  #~ msgid "Inactive Plugins"
1082
+ #~ msgstr "Активовані плагіни"
1083
 
1084
  #, fuzzy
1085
  #~ msgid "Send to support"
1086
+ #~ msgstr "Підтримка"
1087
 
1088
  #~ msgid "Contact Form Options"
1089
+ #~ msgstr "Налаштування контактної форми"
1090
 
1091
  #~ msgid "Display Attachment tips"
1092
+ #~ msgstr "Показувати підказки для прикріплення файлів"
1093
 
1094
  #~ msgid "Please enter a valid email address. Settings are not saved."
1095
+ #~ msgstr "Будь ласка, введіть правильну ел.адресу. Налаштування не збережено."
1096
 
1097
  #~ msgid "E-Mail Address"
1098
+ #~ msgstr "E-Mail адреса"
1099
 
1100
  #~ msgid "E-Mail Addresse:"
1101
+ #~ msgstr "E-mail адрес:"
1102
 
1103
  #~ msgid "Install Now"
1104
+ #~ msgstr "Установить сейчас"
languages/contact_form-nl_NL.mo DELETED
Binary file
languages/contact_form-nl_NL.po DELETED
@@ -1,1153 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: contact_form\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-09-02 11:45+0300\n"
6
- "PO-Revision-Date: 2014-09-02 11:45+0300\n"
7
- "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
- "Language-Team: Thomas Hartung, Dorine Kat-Stronck <thartung@adipositas-mm.de, info@katchy.nl>\n"
9
- "Language: nl_NL\n"
10
- "MIME-Version: 1.0\n"
11
- "Content-Type: text/plain; charset=UTF-8\n"
12
- "Content-Transfer-Encoding: 8bit\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:74
20
- #: contact_form.php:856
21
- #, fuzzy
22
- msgid "Contact Form Settings"
23
- msgstr "Contact Form Opties"
24
-
25
- #: contact_form.php:74
26
- msgid "Contact Form"
27
- msgstr "Contact Form"
28
-
29
- #: contact_form.php:151
30
- #: contact_form.php:1211
31
- #: contact_form.php:1245
32
- msgid "Name:"
33
- msgstr "Naam:"
34
-
35
- #: contact_form.php:152
36
- #: contact_form.php:1212
37
- #: contact_form.php:1246
38
- #, fuzzy
39
- msgid "Address:"
40
- msgstr "Email adres:"
41
-
42
- #: contact_form.php:153
43
- #: contact_form.php:1213
44
- #: contact_form.php:1247
45
- msgid "Email Address:"
46
- msgstr "E-mailadres:"
47
-
48
- #: contact_form.php:154
49
- #: contact_form.php:1214
50
- #: contact_form.php:1248
51
- msgid "Phone number:"
52
- msgstr "Telefoonnummer:"
53
-
54
- #: contact_form.php:155
55
- #: contact_form.php:1215
56
- #: contact_form.php:1249
57
- msgid "Subject:"
58
- msgstr "Onderwerp:"
59
-
60
- #: contact_form.php:156
61
- #: contact_form.php:1216
62
- #: contact_form.php:1250
63
- msgid "Message:"
64
- msgstr "Bericht:"
65
-
66
- #: contact_form.php:157
67
- #: contact_form.php:1217
68
- #: contact_form.php:1251
69
- msgid "Attachment:"
70
- msgstr "Bijlage:"
71
-
72
- #: contact_form.php:158
73
- msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
74
- msgstr ""
75
-
76
- #: contact_form.php:159
77
- #: contact_form.php:1219
78
- #: contact_form.php:1253
79
- msgid "Send me a copy"
80
- msgstr "Kopie aan mij sturen"
81
-
82
- #: contact_form.php:160
83
- #: contact_form.php:1220
84
- #: contact_form.php:1254
85
- msgid "Submit"
86
- msgstr "Versturen"
87
-
88
- #: contact_form.php:161
89
- msgid "Your name is required."
90
- msgstr "Uw naam is verplicht."
91
-
92
- #: contact_form.php:162
93
- #, fuzzy
94
- msgid "Address is required."
95
- msgstr "Een correct email adres is vereist."
96
-
97
- #: contact_form.php:163
98
- #, fuzzy
99
- msgid "A valid email address is required."
100
- msgstr "Een correct email adres is vereist."
101
-
102
- #: contact_form.php:164
103
- msgid "Phone number is required."
104
- msgstr "Telefoonnummer verplicht"
105
-
106
- #: contact_form.php:165
107
- msgid "Subject is required."
108
- msgstr "Onderwerp tekst is verplicht."
109
-
110
- #: contact_form.php:166
111
- msgid "Message text is required."
112
- msgstr "Bericht tekst is verplicht."
113
-
114
- #: contact_form.php:167
115
- msgid "File format is not valid."
116
- msgstr "Bijlage is beschadigd."
117
-
118
- #: contact_form.php:168
119
- msgid "File upload error."
120
- msgstr ""
121
-
122
- #: contact_form.php:169
123
- msgid "The file could not be uploaded."
124
- msgstr ""
125
-
126
- #: contact_form.php:170
127
- msgid "This file is too large."
128
- msgstr ""
129
-
130
- #: contact_form.php:171
131
- msgid "Please fill out the CAPTCHA."
132
- msgstr "Vul de CAPTCHA in."
133
-
134
- #: contact_form.php:172
135
- msgid "Please make corrections below and try again."
136
- msgstr "Vul alle vereiste informatie in en probeer het opnieuw."
137
-
138
- #: contact_form.php:174
139
- msgid "Thank you for contacting us."
140
- msgstr "Bedankt voor uw bericht."
141
-
142
- #: contact_form.php:370
143
- #, fuzzy
144
- msgid "requires"
145
- msgstr "Verplicht veld"
146
-
147
- #: contact_form.php:370
148
- msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
149
- msgstr ""
150
-
151
- #: contact_form.php:370
152
- msgid "Back to the WordPress"
153
- msgstr ""
154
-
155
- #: contact_form.php:370
156
- #, fuzzy
157
- msgid "Plugins page"
158
- msgstr "BWS Plugins"
159
-
160
- #: contact_form.php:678
161
- msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
162
- msgstr "Als de optie 'Doorsturen naar pagina' is geselecteerd, dient u het url veld in te vullen in de volgende format"
163
-
164
- #: contact_form.php:687
165
- #, fuzzy
166
- msgid "Such user does not exist."
167
- msgstr "Deze gebruiker bestaat niet. Instellingen zijn niet opgeslagen."
168
-
169
- #: contact_form.php:697
170
- #, fuzzy
171
- msgid "Please enter a valid email address in the 'Use this email address' field."
172
- msgstr "Geef een geldig e-mailadres op. Instellingen zijn niet opgeslagen."
173
-
174
- #: contact_form.php:705
175
- #, fuzzy
176
- msgid "Please enter a valid email address in the 'FROM' field."
177
- msgstr "Geef een geldig e-mailadres op. Instellingen zijn niet opgeslagen."
178
-
179
- #: contact_form.php:730
180
- #, fuzzy
181
- msgid "Settings saved."
182
- msgstr "Instellingen opgeslagen."
183
-
184
- #: contact_form.php:732
185
- #, fuzzy
186
- msgid "Settings are not saved."
187
- msgstr "Instellingen opgeslagen."
188
-
189
- #: contact_form.php:759
190
- #: contact_form.php:791
191
- msgid "Wrong license key"
192
- msgstr ""
193
-
194
- #: contact_form.php:784
195
- msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
196
- msgstr ""
197
-
198
- #: contact_form.php:793
199
- msgid "This license key is bind to another site"
200
- msgstr ""
201
-
202
- #: contact_form.php:795
203
- #: contact_form.php:1656
204
- msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
205
- msgstr ""
206
-
207
- #: contact_form.php:812
208
- msgid "Failed to open the zip archive. Please, upload the plugin manually"
209
- msgstr ""
210
-
211
- #: contact_form.php:818
212
- msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
213
- msgstr ""
214
-
215
- #: contact_form.php:822
216
- #: contact_form.php:831
217
- msgid "Failed to download the zip archive. Please, upload the plugin manually"
218
- msgstr ""
219
-
220
- #: contact_form.php:835
221
- msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
222
- msgstr ""
223
-
224
- #: contact_form.php:850
225
- #, fuzzy
226
- msgid "Please, enter Your license key"
227
- msgstr "Gebruik dit email adres:"
228
-
229
- #: contact_form.php:858
230
- #: contact_form.php:2347
231
- #: contact_form.php:2359
232
- msgid "Settings"
233
- msgstr "Instellingen"
234
-
235
- #: contact_form.php:859
236
- #, fuzzy
237
- msgid "Extra settings"
238
- msgstr "Instellingen"
239
-
240
- #: contact_form.php:860
241
- #: contact_form.php:2360
242
- msgid "FAQ"
243
- msgstr "Veel gestelde vragen (FAQ)"
244
-
245
- #: contact_form.php:861
246
- msgid "Go PRO"
247
- msgstr ""
248
-
249
- #: contact_form.php:864
250
- msgid "Notice:"
251
- msgstr ""
252
-
253
- #: contact_form.php:864
254
- msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
255
- msgstr ""
256
-
257
- #: contact_form.php:870
258
- msgid "If you want to create multiple contact forms, please install the Contact Form Multi plugin."
259
- msgstr ""
260
-
261
- #: contact_form.php:876
262
- #: contact_form.php:881
263
- #: contact_form.php:1615
264
- 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:"
265
- msgstr "Als je een Contact Form aan je website wil toevoegen, kopieer dan deze code in je bericht, op je pagina of widget:"
266
-
267
- #: contact_form.php:876
268
- #: contact_form.php:877
269
- #: contact_form.php:881
270
- #: contact_form.php:882
271
- #: contact_form.php:1235
272
- #: contact_form.php:1237
273
- #: contact_form.php:1298
274
- #: contact_form.php:1300
275
- msgid "or"
276
- msgstr ""
277
-
278
- #: contact_form.php:877
279
- #: contact_form.php:882
280
- msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
281
- msgstr ""
282
-
283
- #: contact_form.php:878
284
- #: contact_form.php:883
285
- msgid "They work the same way."
286
- msgstr ""
287
-
288
- #: contact_form.php:879
289
- #: contact_form.php:884
290
- msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
291
- msgstr "Als onderstaande velden leeg blijven, zal het bericht gestuurd worden aan het adres dat is gespecificeerd tijdens de registratie."
292
-
293
- #: contact_form.php:889
294
- msgid "The user's email address:"
295
- msgstr "Gebruik het e-mailadres van de Wordpress gebruiker:"
296
-
297
- #: contact_form.php:893
298
- msgid "Create a username"
299
- msgstr "Kies gebruikersnaam"
300
-
301
- #: contact_form.php:900
302
- msgid "Enter a username of the person who should get the messages from the contact form."
303
- msgstr "Voer de naam in van de gebruiker die berichten van dit contact formulier moet ontvangen."
304
-
305
- #: contact_form.php:904
306
- msgid "Use this email address:"
307
- msgstr "Gebruik dit e-mailadres:"
308
-
309
- #: contact_form.php:907
310
- msgid "Enter the email address you want the messages forwarded to."
311
- msgstr "Geef een e-mailadres op waar de berichten naar verstuurd moeten worden."
312
-
313
- #: contact_form.php:916
314
- msgid "Add department selectbox to the contact form:"
315
- msgstr ""
316
-
317
- #: contact_form.php:924
318
- #: contact_form.php:1498
319
- msgid "If you upgrade to Pro version all your settings will be saved."
320
- msgstr ""
321
-
322
- #: contact_form.php:931
323
- #: contact_form.php:1077
324
- #: contact_form.php:1151
325
- #: contact_form.php:1505
326
- msgid "Unlock premium options by upgrading to a PRO version."
327
- msgstr ""
328
-
329
- #: contact_form.php:932
330
- #: contact_form.php:1078
331
- #: contact_form.php:1152
332
- #: contact_form.php:1506
333
- #: contact_form.php:2621
334
- #: contact_form.php:2637
335
- msgid "Learn More"
336
- msgstr ""
337
-
338
- #: contact_form.php:935
339
- #: contact_form.php:1081
340
- #: contact_form.php:1155
341
- #: contact_form.php:1509
342
- msgid "Go"
343
- msgstr ""
344
-
345
- #: contact_form.php:942
346
- msgid "Save emails to the database"
347
- msgstr ""
348
-
349
- #: contact_form.php:948
350
- msgid "Using"
351
- msgstr ""
352
-
353
- #: contact_form.php:948
354
- #: contact_form.php:1128
355
- #: contact_form.php:1131
356
- #: contact_form.php:1135
357
- msgid "powered by"
358
- msgstr ""
359
-
360
- #: contact_form.php:951
361
- #: contact_form.php:955
362
- msgid "Using Contact Form to DB powered by"
363
- msgstr ""
364
-
365
- #: contact_form.php:951
366
- #, fuzzy
367
- msgid "Activate Contact Form to DB"
368
- msgstr "Contact Form"
369
-
370
- #: contact_form.php:955
371
- #, fuzzy
372
- msgid "Download Contact Form to DB"
373
- msgstr "Contact Form"
374
-
375
- #: contact_form.php:960
376
- msgid "Additional options"
377
- msgstr "Extra opties"
378
-
379
- #: contact_form.php:962
380
- msgid "Show"
381
- msgstr ""
382
-
383
- #: contact_form.php:963
384
- msgid "Hide"
385
- msgstr ""
386
-
387
- #: contact_form.php:967
388
- msgid "What to use?"
389
- msgstr "Voor welk gebruik?"
390
-
391
- #: contact_form.php:970
392
- msgid "Wp-mail"
393
- msgstr "Wp-mail"
394
-
395
- #: contact_form.php:970
396
- msgid "You can use the wp_mail function for mailing"
397
- msgstr "Om emails te verzenden kunt u the wordpress wp-mail functie gebruiken"
398
-
399
- #: contact_form.php:972
400
- msgid "Mail"
401
- msgstr "Mail"
402
-
403
- #: contact_form.php:972
404
- msgid "To send mail you can use the php mail function"
405
- msgstr "Om emails te verzenden kunt e de php mail functie gebruiken"
406
-
407
- #: contact_form.php:976
408
- #, fuzzy
409
- msgid "The text in the 'From' field"
410
- msgstr "Verander de tekst voor 'VAN' veld van het email adres"
411
-
412
- #: contact_form.php:978
413
- msgid "User name"
414
- msgstr ""
415
-
416
- #: contact_form.php:979
417
- #, fuzzy
418
- msgid "The name of the user who fills the form will be used in the field 'From'."
419
- msgstr "In het veld 'Van' in de email zal het email adres van degene die het formulier invult gebruikt worden."
420
-
421
- #: contact_form.php:982
422
- #, fuzzy
423
- msgid "This text will be used in the 'FROM' field"
424
- msgstr "In het veld 'Van' dit email adres zal worden gebruikt."
425
-
426
- #: contact_form.php:986
427
- #, fuzzy
428
- msgid "The email address in the 'From' field"
429
- msgstr "Kies het email adres voor 'Van' veld voor het versturen van de mail"
430
-
431
- #: contact_form.php:988
432
- msgid "User email"
433
- msgstr ""
434
-
435
- #: contact_form.php:989
436
- #, fuzzy
437
- msgid "The email address of the user who fills the form will be used in the field 'From'."
438
- msgstr "In het veld 'Van' in de email zal het email adres van degene die het formulier invult gebruikt worden."
439
-
440
- #: contact_form.php:992
441
- msgid "This email address will be used in the 'From' field."
442
- msgstr "In het veld 'Van' dit e-mailadres zal worden gebruikt."
443
-
444
- #: contact_form.php:996
445
- #, fuzzy
446
- msgid "Required symbol"
447
- msgstr "Verplicht veld"
448
-
449
- #: contact_form.php:1006
450
- msgid "Fields"
451
- msgstr ""
452
-
453
- #: contact_form.php:1007
454
- msgid "Used"
455
- msgstr ""
456
-
457
- #: contact_form.php:1008
458
- #, fuzzy
459
- msgid "Required"
460
- msgstr "Verplicht veld"
461
-
462
- #: contact_form.php:1009
463
- msgid "Visible"
464
- msgstr ""
465
-
466
- #: contact_form.php:1010
467
- msgid "Disabled for editing"
468
- msgstr ""
469
-
470
- #: contact_form.php:1011
471
- msgid "Field's default value"
472
- msgstr ""
473
-
474
- #: contact_form.php:1016
475
- #: contact_form.php:1373
476
- #: contact_form.php:2137
477
- #: contact_form.php:2173
478
- msgid "Name"
479
- msgstr "Naam"
480
-
481
- #: contact_form.php:1024
482
- msgid "Location selectbox"
483
- msgstr ""
484
-
485
- #: contact_form.php:1032
486
- #: contact_form.php:1378
487
- #: contact_form.php:2143
488
- #: contact_form.php:2177
489
- #, fuzzy
490
- msgid "Address"
491
- msgstr "Email adres:"
492
-
493
- #: contact_form.php:1040
494
- #, fuzzy
495
- msgid "Email Address"
496
- msgstr "Email adres:"
497
-
498
- #: contact_form.php:1048
499
- #, fuzzy
500
- msgid "Phone number"
501
- msgstr "Telefoonnummer:"
502
-
503
- #: contact_form.php:1056
504
- #: contact_form.php:1393
505
- #: contact_form.php:2158
506
- #: contact_form.php:2186
507
- msgid "Subject"
508
- msgstr "Onderwerp"
509
-
510
- #: contact_form.php:1064
511
- #: contact_form.php:1397
512
- #: contact_form.php:2161
513
- #: contact_form.php:2188
514
- msgid "Message"
515
- msgstr "Bericht"
516
-
517
- #: contact_form.php:1088
518
- #, fuzzy
519
- msgid "Attachment block"
520
- msgstr "Toon de bijlage knop"
521
-
522
- #: contact_form.php:1090
523
- msgid "Users can attach the following file formats"
524
- msgstr "Gebruikers kunnen de volgende bestandtypen toevoegen"
525
-
526
- #: contact_form.php:1103
527
- msgid "Add to the form"
528
- msgstr ""
529
-
530
- #: contact_form.php:1108
531
- #, fuzzy
532
- msgid "Tips below the Attachment"
533
- msgstr "Toon uitleg na Bijlage knop"
534
-
535
- #: contact_form.php:1117
536
- #, fuzzy
537
- msgid "'Send me a copy' block"
538
- msgstr "Geef 'Kopie aan mij sturen' weer"
539
-
540
- #: contact_form.php:1128
541
- #: contact_form.php:1131
542
- #: contact_form.php:1135
543
- #: contact_form.php:1407
544
- msgid "Captcha"
545
- msgstr ""
546
-
547
- #: contact_form.php:1131
548
- #, fuzzy
549
- msgid "Activate captcha"
550
- msgstr "Geactiveerde plugins"
551
-
552
- #: contact_form.php:1135
553
- #, fuzzy
554
- msgid "Download captcha"
555
- msgstr "Download"
556
-
557
- #: contact_form.php:1143
558
- msgid "Agreement checkbox"
559
- msgstr ""
560
-
561
- #: contact_form.php:1143
562
- msgid "Required checkbox for submitting the form"
563
- msgstr ""
564
-
565
- #: contact_form.php:1144
566
- msgid "Optional checkbox"
567
- msgstr ""
568
-
569
- #: contact_form.php:1144
570
- msgid "Optional checkbox, the results of which will be displayed in email"
571
- msgstr ""
572
-
573
- #: contact_form.php:1161
574
- msgid "Delete an attachment file from the server after the email is sent"
575
- msgstr ""
576
-
577
- #: contact_form.php:1167
578
- msgid "Email in HTML format sending"
579
- msgstr ""
580
-
581
- #: contact_form.php:1171
582
- #, fuzzy
583
- msgid "Display additional info in the email"
584
- msgstr "Toon aanvullende informatie in de email"
585
-
586
- #: contact_form.php:1176
587
- #: contact_form.php:2104
588
- #: contact_form.php:2106
589
- msgid "Sent from (ip address)"
590
- msgstr "Verstuurd van (IP-adres)"
591
-
592
- #: contact_form.php:1176
593
- #, fuzzy
594
- msgid "Example: Sent from (IP address):\t127.0.0.1"
595
- msgstr "Verstuurd van (IP-adres)"
596
-
597
- #: contact_form.php:1177
598
- #: contact_form.php:2110
599
- #: contact_form.php:2112
600
- msgid "Date/Time"
601
- msgstr "Datum/Tijd"
602
-
603
- #: contact_form.php:1177
604
- msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
605
- msgstr ""
606
-
607
- #: contact_form.php:1178
608
- #: contact_form.php:2116
609
- #: contact_form.php:2118
610
- msgid "Sent from (referer)"
611
- msgstr "Verstuurd vanaf (referer)"
612
-
613
- #: contact_form.php:1178
614
- msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
615
- msgstr ""
616
-
617
- #: contact_form.php:1179
618
- #: contact_form.php:2122
619
- #: contact_form.php:2124
620
- msgid "Using (user agent)"
621
- msgstr "Met (user agent)"
622
-
623
- #: contact_form.php:1179
624
- msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
625
- msgstr ""
626
-
627
- #: contact_form.php:1183
628
- msgid "Language settings for the field names in the form"
629
- msgstr "Taal instellingen voor velden met een label"
630
-
631
- #: contact_form.php:1192
632
- #, fuzzy
633
- msgid "Add a language"
634
- msgstr "Voeg een taal toe"
635
-
636
- #: contact_form.php:1196
637
- msgid "Change the names of the contact form fields and error messages"
638
- msgstr "Verander de namen van de labels en de foutmeldingen"
639
-
640
- #: contact_form.php:1201
641
- #: contact_form.php:1288
642
- msgid "English"
643
- msgstr "Engels"
644
-
645
- #: contact_form.php:1209
646
- #: contact_form.php:1243
647
- msgid "click to expand/hide the list"
648
- msgstr ""
649
-
650
- #: contact_form.php:1218
651
- #: contact_form.php:1252
652
- #, fuzzy
653
- msgid "Tips below the Attachment block"
654
- msgstr "Toon uitleg na Bijlage knop"
655
-
656
- #: contact_form.php:1221
657
- #: contact_form.php:1255
658
- msgid "Error message for the Name field"
659
- msgstr "Foutmelding voor naam veld"
660
-
661
- #: contact_form.php:1222
662
- #: contact_form.php:1256
663
- #, fuzzy
664
- msgid "Error message for the Address field"
665
- msgstr "Foutmelding voor bericht veld"
666
-
667
- #: contact_form.php:1223
668
- #: contact_form.php:1257
669
- msgid "Error message for the Email field"
670
- msgstr "Foutmelding voor email veld"
671
-
672
- #: contact_form.php:1224
673
- #: contact_form.php:1258
674
- msgid "Error message for the Phone field"
675
- msgstr "Foutmelding voor telefoonnummer veld"
676
-
677
- #: contact_form.php:1225
678
- #: contact_form.php:1259
679
- msgid "Error message for the Subject field"
680
- msgstr "Foutmelding voor onderwerp veld"
681
-
682
- #: contact_form.php:1226
683
- #: contact_form.php:1260
684
- msgid "Error message for the Message field"
685
- msgstr "Foutmelding voor bericht veld"
686
-
687
- #: contact_form.php:1227
688
- #: contact_form.php:1261
689
- #, fuzzy
690
- msgid "Error message about the file type for the Attachment field"
691
- msgstr "Foutmelding voor bijlage veld"
692
-
693
- #: contact_form.php:1228
694
- #: contact_form.php:1262
695
- #, fuzzy
696
- msgid "Error message while uploading a file for the Attachment field to the server"
697
- msgstr "Foutmelding voor bijlage veld"
698
-
699
- #: contact_form.php:1229
700
- #: contact_form.php:1263
701
- #, fuzzy
702
- msgid "Error message while moving the file for the Attachment field"
703
- msgstr "Foutmelding voor bijlage veld"
704
-
705
- #: contact_form.php:1230
706
- #: contact_form.php:1264
707
- #, fuzzy
708
- msgid "Error message when file size limit for the Attachment field is exceeded"
709
- msgstr "Foutmelding voor bijlage veld"
710
-
711
- #: contact_form.php:1231
712
- #: contact_form.php:1265
713
- msgid "Error message for the Captcha field"
714
- msgstr "Foutmelding voor captcha"
715
-
716
- #: contact_form.php:1232
717
- #: contact_form.php:1266
718
- msgid "Error message for the whole form"
719
- msgstr "Foutmelding voor het gehele formulier"
720
-
721
- #: contact_form.php:1235
722
- #: contact_form.php:1237
723
- #: contact_form.php:1269
724
- #: contact_form.php:1271
725
- #: contact_form.php:1298
726
- #: contact_form.php:1300
727
- #: contact_form.php:1308
728
- #: contact_form.php:1310
729
- msgid "Use shortcode"
730
- msgstr "Gebruik shortcode"
731
-
732
- #: contact_form.php:1235
733
- #: contact_form.php:1237
734
- #: contact_form.php:1269
735
- #: contact_form.php:1271
736
- #: contact_form.php:1298
737
- #: contact_form.php:1300
738
- #: contact_form.php:1308
739
- #: contact_form.php:1310
740
- msgid "for this language"
741
- msgstr "voor deze taal"
742
-
743
- #: contact_form.php:1279
744
- #, fuzzy
745
- msgid "Use the changed names of the contact form fields in the email"
746
- msgstr "Verander de namen van de labels en de foutmeldingen"
747
-
748
- #: contact_form.php:1285
749
- msgid "Action after email is sent"
750
- msgstr "Actie na het verzenden van de email"
751
-
752
- #: contact_form.php:1287
753
- msgid "Display text"
754
- msgstr "Toon tekst"
755
-
756
- #: contact_form.php:1296
757
- #: contact_form.php:1306
758
- msgid "Text"
759
- msgstr "Tekst"
760
-
761
- #: contact_form.php:1317
762
- msgid "Redirect to the page"
763
- msgstr "Dooorsturen naar pagina"
764
-
765
- #: contact_form.php:1318
766
- msgid "Url"
767
- msgstr "Url"
768
-
769
- #: contact_form.php:1322
770
- msgid "The $_SERVER variable that is used to build a URL of the form"
771
- msgstr ""
772
-
773
- #: contact_form.php:1326
774
- msgid "If you are not sure whether to change this setting or not, please do not do that."
775
- msgstr ""
776
-
777
- #: contact_form.php:1332
778
- #: contact_form.php:1516
779
- msgid "Save Changes"
780
- msgstr "Bewaar veranderingen"
781
-
782
- #: contact_form.php:1337
783
- msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
784
- msgstr ""
785
-
786
- #: contact_form.php:1338
787
- #, fuzzy
788
- msgid "Rate the plugin"
789
- msgstr "Aanbevolen Plugins"
790
-
791
- #: contact_form.php:1341
792
- #, fuzzy
793
- msgid "If there is something wrong about it, please contact us"
794
- msgstr "Mocht u nog vragen hebben, stuur dan een email naar plugin@bestwebsoft.com of vul het contactformulier op onze website in."
795
-
796
- #: contact_form.php:1353
797
- msgid "Errors output"
798
- msgstr ""
799
-
800
- #: contact_form.php:1356
801
- msgid "Display error messages"
802
- msgstr ""
803
-
804
- #: contact_form.php:1357
805
- msgid "Color of the input field errors."
806
- msgstr ""
807
-
808
- #: contact_form.php:1358
809
- #, fuzzy
810
- msgid "Display error messages & color of the input field errors"
811
- msgstr "Foutmelding voor onderwerp veld"
812
-
813
- #: contact_form.php:1363
814
- msgid "Add placeholder to the input blocks"
815
- msgstr ""
816
-
817
- #: contact_form.php:1369
818
- #, fuzzy
819
- msgid "Add tooltips"
820
- msgstr "Extra opties"
821
-
822
- #: contact_form.php:1383
823
- #, fuzzy
824
- msgid "Email address"
825
- msgstr "Email adres:"
826
-
827
- #: contact_form.php:1388
828
- #, fuzzy
829
- msgid "Phone Number"
830
- msgstr "Telefoonnummer:"
831
-
832
- #: contact_form.php:1402
833
- #, fuzzy
834
- msgid "Attachment"
835
- msgstr "Bijlage:"
836
-
837
- #: contact_form.php:1407
838
- msgid "(powered by bestwebsoft.com)"
839
- msgstr ""
840
-
841
- #: contact_form.php:1412
842
- #, fuzzy
843
- msgid "Style options"
844
- msgstr "Extra opties"
845
-
846
- #: contact_form.php:1415
847
- msgid "Text color"
848
- msgstr ""
849
-
850
- #: contact_form.php:1418
851
- #: contact_form.php:1423
852
- #: contact_form.php:1433
853
- #: contact_form.php:1438
854
- #: contact_form.php:1443
855
- #: contact_form.php:1448
856
- #: contact_form.php:1458
857
- #: contact_form.php:1463
858
- #: contact_form.php:1469
859
- #: contact_form.php:1480
860
- #: contact_form.php:1485
861
- #: contact_form.php:1490
862
- msgid "Default"
863
- msgstr ""
864
-
865
- #: contact_form.php:1420
866
- msgid "Label text color"
867
- msgstr ""
868
-
869
- #: contact_form.php:1425
870
- msgid "Placeholder color"
871
- msgstr ""
872
-
873
- #: contact_form.php:1430
874
- msgid "Errors color"
875
- msgstr ""
876
-
877
- #: contact_form.php:1435
878
- msgid "Error text color"
879
- msgstr ""
880
-
881
- #: contact_form.php:1440
882
- msgid "Background color of the input field errors"
883
- msgstr ""
884
-
885
- #: contact_form.php:1445
886
- msgid "Border color of the input field errors"
887
- msgstr ""
888
-
889
- #: contact_form.php:1450
890
- msgid "Placeholder color of the input field errors"
891
- msgstr ""
892
-
893
- #: contact_form.php:1455
894
- #, fuzzy
895
- msgid "Input fields"
896
- msgstr "Toon tekst"
897
-
898
- #: contact_form.php:1460
899
- msgid "Input fields background color"
900
- msgstr ""
901
-
902
- #: contact_form.php:1465
903
- msgid "Text fields color"
904
- msgstr ""
905
-
906
- #: contact_form.php:1467
907
- msgid "Border width in px, numbers only"
908
- msgstr ""
909
-
910
- #: contact_form.php:1471
911
- #: contact_form.php:1492
912
- msgid "Border color"
913
- msgstr ""
914
-
915
- #: contact_form.php:1476
916
- #, fuzzy
917
- msgid "Submit button"
918
- msgstr "Versturen"
919
-
920
- #: contact_form.php:1478
921
- msgid "Width in px, numbers only"
922
- msgstr ""
923
-
924
- #: contact_form.php:1482
925
- msgid "Button color"
926
- msgstr ""
927
-
928
- #: contact_form.php:1487
929
- msgid "Button text color"
930
- msgstr ""
931
-
932
- #: contact_form.php:1520
933
- #, fuzzy
934
- msgid "Contact Form Pro | Preview"
935
- msgstr "Contact Form"
936
-
937
- #: contact_form.php:1523
938
- msgid "Show with errors"
939
- msgstr ""
940
-
941
- #: contact_form.php:1531
942
- #: contact_form.php:1533
943
- msgid "Please enter your full name..."
944
- msgstr ""
945
-
946
- #: contact_form.php:1544
947
- #: contact_form.php:1546
948
- msgid "Please enter your address..."
949
- msgstr ""
950
-
951
- #: contact_form.php:1555
952
- #: contact_form.php:1557
953
- #, fuzzy
954
- msgid "Please enter your email address..."
955
- msgstr "Gebruik dit email adres:"
956
-
957
- #: contact_form.php:1566
958
- #: contact_form.php:1568
959
- msgid "Please enter your phone number..."
960
- msgstr ""
961
-
962
- #: contact_form.php:1577
963
- #: contact_form.php:1579
964
- msgid "Please enter subject..."
965
- msgstr ""
966
-
967
- #: contact_form.php:1587
968
- #: contact_form.php:1589
969
- msgid "Please enter your message..."
970
- msgstr ""
971
-
972
- #: contact_form.php:1631
973
- msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
974
- msgstr ""
975
-
976
- #: contact_form.php:1633
977
- msgid "Please, go to"
978
- msgstr ""
979
-
980
- #: contact_form.php:1633
981
- #, fuzzy
982
- msgid "the setting page"
983
- msgstr "Instellingen"
984
-
985
- #: contact_form.php:1634
986
- msgid "You will be redirected automatically in 5 seconds."
987
- msgstr ""
988
-
989
- #: contact_form.php:1639
990
- msgid "You can download and activate"
991
- msgstr ""
992
-
993
- #: contact_form.php:1641
994
- msgid "version of this plugin by entering Your license key."
995
- msgstr ""
996
-
997
- #: contact_form.php:1643
998
- msgid "You can find your license key on your personal page Client area, by clicking on the link"
999
- msgstr ""
1000
-
1001
- #: contact_form.php:1645
1002
- msgid "(your username is the email you specify when purchasing the product)."
1003
- msgstr ""
1004
-
1005
- #: contact_form.php:1653
1006
- #: contact_form.php:1663
1007
- #, fuzzy
1008
- msgid "Activate"
1009
- msgstr "Geactiveerde plugins"
1010
-
1011
- #: contact_form.php:1729
1012
- msgid "Sorry, email message could not be delivered."
1013
- msgstr "Sorry, uw bericht kon niet worden verstuurd."
1014
-
1015
- #: contact_form.php:2131
1016
- msgid "Contact from"
1017
- msgstr "Contact van"
1018
-
1019
- #: contact_form.php:2148
1020
- #: contact_form.php:2180
1021
- msgid "Email"
1022
- msgstr "Email"
1023
-
1024
- #: contact_form.php:2153
1025
- #: contact_form.php:2183
1026
- msgid "Phone"
1027
- msgstr "Telefoonnummer"
1028
-
1029
- #: contact_form.php:2164
1030
- #: contact_form.php:2190
1031
- msgid "Site"
1032
- msgstr "Website"
1033
-
1034
- #: contact_form.php:2280
1035
- msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
1036
- msgstr "Als u deze MIME ziet, dan ondersteunt uw client geen MIME-Typen!"
1037
-
1038
- #: contact_form.php:2361
1039
- msgid "Support"
1040
- msgstr "Ondersteuning"
1041
-
1042
- #: contact_form.php:2411
1043
- msgid "Are you sure that you want to delete this language data?"
1044
- msgstr "Weet u zeker dat u deze taal wilt verwijderen?"
1045
-
1046
- #: contact_form.php:2624
1047
- msgid "It’s time to upgrade your <strong>Contact Form plugin</strong> to <strong>PRO</strong> version"
1048
- msgstr ""
1049
-
1050
- #: contact_form.php:2625
1051
- msgid "Extend standard plugin functionality with new great options."
1052
- msgstr ""
1053
-
1054
- #: contact_form.php:2640
1055
- msgid "<strong>Contact Form to DB</strong> allows to store your messages to the database."
1056
- msgstr ""
1057
-
1058
- #: contact_form.php:2641
1059
- msgid "Manage messages that have been sent from your website."
1060
- msgstr ""
1061
-
1062
- #, fuzzy
1063
- #~ msgid "Contact Form Pro"
1064
- #~ msgstr "Contact Form"
1065
-
1066
- #, fuzzy
1067
- #~ msgid "Contact Form Pro Extra Settings"
1068
- #~ msgstr "Contact Form Opties"
1069
-
1070
- #, fuzzy
1071
- #~ msgid "Contact Form Pro | Extra Settings"
1072
- #~ msgstr "Contact Form Opties"
1073
-
1074
- #, fuzzy
1075
- #~ msgid "Display fields"
1076
- #~ msgstr "Toon tekst"
1077
-
1078
- #, fuzzy
1079
- #~ msgid "Display tips below the Attachment block"
1080
- #~ msgstr "Toon uitleg na Bijlage knop"
1081
-
1082
- #~ msgid "Required fields"
1083
- #~ msgstr "Verplicht veld"
1084
-
1085
- #, fuzzy
1086
- #~ msgid "Display the asterisk near required fields"
1087
- #~ msgstr "Toon telefoonnummer veld"
1088
-
1089
- #~ msgid "You can attach the following file formats"
1090
- #~ msgstr "Bestanden van de volgende formaten kunnen worden bijgevoegd"
1091
-
1092
- #, fuzzy
1093
- #~ msgid "Memory usage"
1094
- #~ msgstr "Bericht"
1095
-
1096
- #, fuzzy
1097
- #~ msgid "Site URL"
1098
- #~ msgstr "Website"
1099
-
1100
- #, fuzzy
1101
- #~ msgid "Please enter a valid email address."
1102
- #~ msgstr "Gebruik dit email adres:"
1103
-
1104
- #~ msgid "Activated plugins"
1105
- #~ msgstr "Geactiveerde plugins"
1106
-
1107
- #~ msgid "Read more"
1108
- #~ msgstr "Lees verder"
1109
-
1110
- #~ msgid "Installed plugins"
1111
- #~ msgstr "Geïnstalleerde Plugins"
1112
-
1113
- #~ msgid "Recommended plugins"
1114
- #~ msgstr "Aanbevolen Plugins"
1115
-
1116
- #~ msgid "Download"
1117
- #~ msgstr "Download"
1118
-
1119
- #~ msgid "Install %s"
1120
- #~ msgstr "Installeer %s"
1121
-
1122
- #~ msgid "Install now from wordpress.org"
1123
- #~ msgstr "Installeer nu via wordpress.org"
1124
-
1125
- #, fuzzy
1126
- #~ msgid "Active Plugins"
1127
- #~ msgstr "Geactiveerde plugins"
1128
-
1129
- #, fuzzy
1130
- #~ msgid "Inactive Plugins"
1131
- #~ msgstr "Geactiveerde plugins"
1132
-
1133
- #, fuzzy
1134
- #~ msgid "Send to support"
1135
- #~ msgstr "Ondersteuning"
1136
-
1137
- #~ msgid "Contact Form Options"
1138
- #~ msgstr "Contact Form Opties"
1139
-
1140
- #~ msgid "Display Attachment tips"
1141
- #~ msgstr "Toon Bijlage uitleg"
1142
-
1143
- #~ msgid "Please enter a valid email address. Settings are not saved."
1144
- #~ msgstr "Geef een geldig email adres op. Instellingen zijn niet opgeslagen."
1145
-
1146
- #~ msgid "E-Mail Address"
1147
- #~ msgstr "Email adres:"
1148
-
1149
- #~ msgid "E-Mail Addresse:"
1150
- #~ msgstr "Indirizzo e-mail:"
1151
-
1152
- #~ msgid "Install Now"
1153
- #~ msgstr "Installa Ora"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/contact_form-pt_BR.mo CHANGED
File without changes
languages/contact_form-pt_BR.po CHANGED
File without changes
languages/contact_form-pt_PT.mo DELETED
Binary file
languages/contact_form-pt_PT.po DELETED
@@ -1,1157 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: contact_form\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-09-02 11:45+0300\n"
6
- "PO-Revision-Date: 2014-09-02 11:45+0300\n"
7
- "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
- "Language-Team: Thomas Hartung, César Silva <thartung@adipositas-mm.de, cesarbsilva@gmail.com>\n"
9
- "Language: rm_SH\n"
10
- "MIME-Version: 1.0\n"
11
- "Content-Type: text/plain; charset=UTF-8\n"
12
- "Content-Transfer-Encoding: 8bit\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:74
20
- #: contact_form.php:856
21
- #, fuzzy
22
- msgid "Contact Form Settings"
23
- msgstr "Opções do formulário de contato"
24
-
25
- #: contact_form.php:74
26
- msgid "Contact Form"
27
- msgstr "Formulário de contato"
28
-
29
- #: contact_form.php:151
30
- #: contact_form.php:1211
31
- #: contact_form.php:1245
32
- msgid "Name:"
33
- msgstr "Nome:"
34
-
35
- #: contact_form.php:152
36
- #: contact_form.php:1212
37
- #: contact_form.php:1246
38
- #, fuzzy
39
- msgid "Address:"
40
- msgstr "Endereço de E-mail:"
41
-
42
- #: contact_form.php:153
43
- #: contact_form.php:1213
44
- #: contact_form.php:1247
45
- msgid "Email Address:"
46
- msgstr "Endereço de E-mail:"
47
-
48
- #: contact_form.php:154
49
- #: contact_form.php:1214
50
- #: contact_form.php:1248
51
- msgid "Phone number:"
52
- msgstr "Número de Telefone :"
53
-
54
- #: contact_form.php:155
55
- #: contact_form.php:1215
56
- #: contact_form.php:1249
57
- msgid "Subject:"
58
- msgstr "Assunto:"
59
-
60
- #: contact_form.php:156
61
- #: contact_form.php:1216
62
- #: contact_form.php:1250
63
- msgid "Message:"
64
- msgstr "Mensagem:"
65
-
66
- #: contact_form.php:157
67
- #: contact_form.php:1217
68
- #: contact_form.php:1251
69
- msgid "Attachment:"
70
- msgstr "Anexo:"
71
-
72
- #: contact_form.php:158
73
- msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
74
- msgstr ""
75
-
76
- #: contact_form.php:159
77
- #: contact_form.php:1219
78
- #: contact_form.php:1253
79
- msgid "Send me a copy"
80
- msgstr "Envie-me uma cópia"
81
-
82
- #: contact_form.php:160
83
- #: contact_form.php:1220
84
- #: contact_form.php:1254
85
- msgid "Submit"
86
- msgstr "Enviar"
87
-
88
- #: contact_form.php:161
89
- msgid "Your name is required."
90
- msgstr "Nome é obrigatório"
91
-
92
- #: contact_form.php:162
93
- #, fuzzy
94
- msgid "Address is required."
95
- msgstr "Um e-mail correto é obrigatório."
96
-
97
- #: contact_form.php:163
98
- #, fuzzy
99
- msgid "A valid email address is required."
100
- msgstr "Um e-mail correto é obrigatório."
101
-
102
- #: contact_form.php:164
103
- msgid "Phone number is required."
104
- msgstr "Número de Telefone é obrigatório"
105
-
106
- #: contact_form.php:165
107
- msgid "Subject is required."
108
- msgstr "O Assunto da mensagem é obrigatório."
109
-
110
- #: contact_form.php:166
111
- msgid "Message text is required."
112
- msgstr "O texto da Mensagem é obrigatório."
113
-
114
- #: contact_form.php:167
115
- msgid "File format is not valid."
116
- msgstr "Impossível anexar arquivo. "
117
-
118
- #: contact_form.php:168
119
- msgid "File upload error."
120
- msgstr ""
121
-
122
- #: contact_form.php:169
123
- msgid "The file could not be uploaded."
124
- msgstr ""
125
-
126
- #: contact_form.php:170
127
- msgid "This file is too large."
128
- msgstr ""
129
-
130
- #: contact_form.php:171
131
- msgid "Please fill out the CAPTCHA."
132
- msgstr "Por favor, complete a resposta do CAPTCHA ."
133
-
134
- #: contact_form.php:172
135
- msgid "Please make corrections below and try again."
136
- msgstr "Por favor, faça as correções abaixo e tente enviar a mensagem novamente."
137
-
138
- #: contact_form.php:174
139
- msgid "Thank you for contacting us."
140
- msgstr "Obrigado por nos contactar"
141
-
142
- #: contact_form.php:370
143
- #, fuzzy
144
- msgid "requires"
145
- msgstr "Campos obrigatórios"
146
-
147
- #: contact_form.php:370
148
- msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
149
- msgstr ""
150
-
151
- #: contact_form.php:370
152
- msgid "Back to the WordPress"
153
- msgstr ""
154
-
155
- #: contact_form.php:370
156
- #, fuzzy
157
- msgid "Plugins page"
158
- msgstr "BWS Plugins"
159
-
160
- #: contact_form.php:678
161
- msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
162
- msgstr "Se o 'Redirecionamento para a página' estiver selecionado, o campo URL deve estar no seguinte formato"
163
-
164
- #: contact_form.php:687
165
- #, fuzzy
166
- msgid "Such user does not exist."
167
- msgstr "O Utilizador não existe. Configurações não foram guardadas."
168
-
169
- #: contact_form.php:697
170
- #, fuzzy
171
- msgid "Please enter a valid email address in the 'Use this email address' field."
172
- msgstr "Por favor digite o email corretamente. Configurações não foram salvas."
173
-
174
- #: contact_form.php:705
175
- #, fuzzy
176
- msgid "Please enter a valid email address in the 'FROM' field."
177
- msgstr "Por favor digite o email corretamente. Configurações não foram salvas."
178
-
179
- #: contact_form.php:730
180
- #, fuzzy
181
- msgid "Settings saved."
182
- msgstr "Opções guardadas."
183
-
184
- #: contact_form.php:732
185
- #, fuzzy
186
- msgid "Settings are not saved."
187
- msgstr "Opções guardadas."
188
-
189
- #: contact_form.php:759
190
- #: contact_form.php:791
191
- msgid "Wrong license key"
192
- msgstr ""
193
-
194
- #: contact_form.php:784
195
- msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
196
- msgstr ""
197
-
198
- #: contact_form.php:793
199
- msgid "This license key is bind to another site"
200
- msgstr ""
201
-
202
- #: contact_form.php:795
203
- #: contact_form.php:1656
204
- msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
205
- msgstr ""
206
-
207
- #: contact_form.php:812
208
- msgid "Failed to open the zip archive. Please, upload the plugin manually"
209
- msgstr ""
210
-
211
- #: contact_form.php:818
212
- msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
213
- msgstr ""
214
-
215
- #: contact_form.php:822
216
- #: contact_form.php:831
217
- msgid "Failed to download the zip archive. Please, upload the plugin manually"
218
- msgstr ""
219
-
220
- #: contact_form.php:835
221
- msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
222
- msgstr ""
223
-
224
- #: contact_form.php:850
225
- #, fuzzy
226
- msgid "Please, enter Your license key"
227
- msgstr "Use este email:"
228
-
229
- #: contact_form.php:858
230
- #: contact_form.php:2347
231
- #: contact_form.php:2359
232
- msgid "Settings"
233
- msgstr "Configurações"
234
-
235
- #: contact_form.php:859
236
- #, fuzzy
237
- msgid "Extra settings"
238
- msgstr "Configurações"
239
-
240
- #: contact_form.php:860
241
- #: contact_form.php:2360
242
- msgid "FAQ"
243
- msgstr "Perguntas Frequentes"
244
-
245
- #: contact_form.php:861
246
- msgid "Go PRO"
247
- msgstr ""
248
-
249
- #: contact_form.php:864
250
- msgid "Notice:"
251
- msgstr ""
252
-
253
- #: contact_form.php:864
254
- msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
255
- msgstr ""
256
-
257
- #: contact_form.php:870
258
- msgid "If you want to create multiple contact forms, please install the Contact Form Multi plugin."
259
- msgstr ""
260
-
261
- #: contact_form.php:876
262
- #: contact_form.php:881
263
- #: contact_form.php:1615
264
- 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:"
265
- msgstr "Se você gostaria de adicionar o Formulário de Contato no seu site, apenas copie e cole este código na sua postagem ou página ou widget:"
266
-
267
- #: contact_form.php:876
268
- #: contact_form.php:877
269
- #: contact_form.php:881
270
- #: contact_form.php:882
271
- #: contact_form.php:1235
272
- #: contact_form.php:1237
273
- #: contact_form.php:1298
274
- #: contact_form.php:1300
275
- msgid "or"
276
- msgstr ""
277
-
278
- #: contact_form.php:877
279
- #: contact_form.php:882
280
- msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
281
- msgstr ""
282
-
283
- #: contact_form.php:878
284
- #: contact_form.php:883
285
- msgid "They work the same way."
286
- msgstr ""
287
-
288
- #: contact_form.php:879
289
- #: contact_form.php:884
290
- msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
291
- msgstr "Se informações nos campos abaixo estão vazias, então as mensagens serão enviadas para um endereço que foi especificado durante o registro."
292
-
293
- #: contact_form.php:889
294
- msgid "The user's email address:"
295
- msgstr "Use o email de um utilizador do wordpress:"
296
-
297
- #: contact_form.php:893
298
- msgid "Create a username"
299
- msgstr "Selecione o nome do utilizador"
300
-
301
- #: contact_form.php:900
302
- msgid "Enter a username of the person who should get the messages from the contact form."
303
- msgstr "Determine um nome de utilizador que receberá as mensagens enviadas pelo Formulário de Contato."
304
-
305
- #: contact_form.php:904
306
- msgid "Use this email address:"
307
- msgstr "Use este email:"
308
-
309
- #: contact_form.php:907
310
- msgid "Enter the email address you want the messages forwarded to."
311
- msgstr "Configure um endereço de email que será usado para o recebimento de mensagens."
312
-
313
- #: contact_form.php:916
314
- msgid "Add department selectbox to the contact form:"
315
- msgstr ""
316
-
317
- #: contact_form.php:924
318
- #: contact_form.php:1498
319
- msgid "If you upgrade to Pro version all your settings will be saved."
320
- msgstr ""
321
-
322
- #: contact_form.php:931
323
- #: contact_form.php:1077
324
- #: contact_form.php:1151
325
- #: contact_form.php:1505
326
- msgid "Unlock premium options by upgrading to a PRO version."
327
- msgstr ""
328
-
329
- #: contact_form.php:932
330
- #: contact_form.php:1078
331
- #: contact_form.php:1152
332
- #: contact_form.php:1506
333
- #: contact_form.php:2621
334
- #: contact_form.php:2637
335
- msgid "Learn More"
336
- msgstr ""
337
-
338
- #: contact_form.php:935
339
- #: contact_form.php:1081
340
- #: contact_form.php:1155
341
- #: contact_form.php:1509
342
- msgid "Go"
343
- msgstr ""
344
-
345
- #: contact_form.php:942
346
- msgid "Save emails to the database"
347
- msgstr ""
348
-
349
- #: contact_form.php:948
350
- msgid "Using"
351
- msgstr ""
352
-
353
- #: contact_form.php:948
354
- #: contact_form.php:1128
355
- #: contact_form.php:1131
356
- #: contact_form.php:1135
357
- msgid "powered by"
358
- msgstr ""
359
-
360
- #: contact_form.php:951
361
- #: contact_form.php:955
362
- msgid "Using Contact Form to DB powered by"
363
- msgstr ""
364
-
365
- #: contact_form.php:951
366
- #, fuzzy
367
- msgid "Activate Contact Form to DB"
368
- msgstr "Formulário de contato"
369
-
370
- #: contact_form.php:955
371
- #, fuzzy
372
- msgid "Download Contact Form to DB"
373
- msgstr "Formulário de contato"
374
-
375
- #: contact_form.php:960
376
- msgid "Additional options"
377
- msgstr "Opções adicionais"
378
-
379
- #: contact_form.php:962
380
- msgid "Show"
381
- msgstr ""
382
-
383
- #: contact_form.php:963
384
- msgid "Hide"
385
- msgstr ""
386
-
387
- #: contact_form.php:967
388
- msgid "What to use?"
389
- msgstr "O que usar?"
390
-
391
- #: contact_form.php:970
392
- msgid "Wp-mail"
393
- msgstr "Wp-mail"
394
-
395
- #: contact_form.php:970
396
- msgid "You can use the wp_mail function for mailing"
397
- msgstr "Pode usar a função wp_mail para emailing"
398
-
399
- #: contact_form.php:972
400
- msgid "Mail"
401
- msgstr "Mail"
402
-
403
- #: contact_form.php:972
404
- msgid "To send mail you can use the php mail function"
405
- msgstr "Para o envio de email pode usar a função de email existente no core do php"
406
-
407
- #: contact_form.php:976
408
- #, fuzzy
409
- msgid "The text in the 'From' field"
410
- msgstr "Mudar rótulo para os campos no formulário de contato"
411
-
412
- #: contact_form.php:978
413
- msgid "User name"
414
- msgstr ""
415
-
416
- #: contact_form.php:979
417
- #, fuzzy
418
- msgid "The name of the user who fills the form will be used in the field 'From'."
419
- msgstr "O endereço de e-mail do utilizador que preenche o formulário vai ser usado no campo 'De'."
420
-
421
- #: contact_form.php:982
422
- #, fuzzy
423
- msgid "This text will be used in the 'FROM' field"
424
- msgstr "Este endereço de e-mail será usado no campo 'De'."
425
-
426
- #: contact_form.php:986
427
- #, fuzzy
428
- msgid "The email address in the 'From' field"
429
- msgstr "Insira o email no campo 'Form'"
430
-
431
- #: contact_form.php:988
432
- msgid "User email"
433
- msgstr ""
434
-
435
- #: contact_form.php:989
436
- #, fuzzy
437
- msgid "The email address of the user who fills the form will be used in the field 'From'."
438
- msgstr "O endereço de e-mail do utilizador que preenche o formulário vai ser usado no campo 'De'."
439
-
440
- #: contact_form.php:992
441
- msgid "This email address will be used in the 'From' field."
442
- msgstr "Este endereço de e-mail será usado no campo 'De'."
443
-
444
- #: contact_form.php:996
445
- #, fuzzy
446
- msgid "Required symbol"
447
- msgstr "Campos obrigatórios"
448
-
449
- #: contact_form.php:1006
450
- msgid "Fields"
451
- msgstr ""
452
-
453
- #: contact_form.php:1007
454
- msgid "Used"
455
- msgstr ""
456
-
457
- #: contact_form.php:1008
458
- #, fuzzy
459
- msgid "Required"
460
- msgstr "Campos obrigatórios"
461
-
462
- #: contact_form.php:1009
463
- msgid "Visible"
464
- msgstr ""
465
-
466
- #: contact_form.php:1010
467
- msgid "Disabled for editing"
468
- msgstr ""
469
-
470
- #: contact_form.php:1011
471
- msgid "Field's default value"
472
- msgstr ""
473
-
474
- #: contact_form.php:1016
475
- #: contact_form.php:1373
476
- #: contact_form.php:2137
477
- #: contact_form.php:2173
478
- msgid "Name"
479
- msgstr "Nome"
480
-
481
- #: contact_form.php:1024
482
- msgid "Location selectbox"
483
- msgstr ""
484
-
485
- #: contact_form.php:1032
486
- #: contact_form.php:1378
487
- #: contact_form.php:2143
488
- #: contact_form.php:2177
489
- #, fuzzy
490
- msgid "Address"
491
- msgstr "Endereço de E-mail:"
492
-
493
- #: contact_form.php:1040
494
- #, fuzzy
495
- msgid "Email Address"
496
- msgstr "Endereço de E-mail:"
497
-
498
- #: contact_form.php:1048
499
- #, fuzzy
500
- msgid "Phone number"
501
- msgstr "Número de Telefone :"
502
-
503
- #: contact_form.php:1056
504
- #: contact_form.php:1393
505
- #: contact_form.php:2158
506
- #: contact_form.php:2186
507
- msgid "Subject"
508
- msgstr "Assunto"
509
-
510
- #: contact_form.php:1064
511
- #: contact_form.php:1397
512
- #: contact_form.php:2161
513
- #: contact_form.php:2188
514
- msgid "Message"
515
- msgstr "Mensagem"
516
-
517
- #: contact_form.php:1088
518
- #, fuzzy
519
- msgid "Attachment block"
520
- msgstr "Mostrar opção para anexar arquivos"
521
-
522
- #: contact_form.php:1090
523
- msgid "Users can attach the following file formats"
524
- msgstr "Utilizadores podem anexar arquivos do seguinte tipo:"
525
-
526
- #: contact_form.php:1103
527
- msgid "Add to the form"
528
- msgstr ""
529
-
530
- #: contact_form.php:1108
531
- #, fuzzy
532
- msgid "Tips below the Attachment"
533
- msgstr "Mostrar dicas para anexar arquivos"
534
-
535
- #: contact_form.php:1117
536
- #, fuzzy
537
- msgid "'Send me a copy' block"
538
- msgstr "Mostrar a opção Envie-me um cópia"
539
-
540
- #: contact_form.php:1128
541
- #: contact_form.php:1131
542
- #: contact_form.php:1135
543
- #: contact_form.php:1407
544
- msgid "Captcha"
545
- msgstr ""
546
-
547
- #: contact_form.php:1131
548
- #, fuzzy
549
- msgid "Activate captcha"
550
- msgstr "Plugins ativados"
551
-
552
- #: contact_form.php:1135
553
- #, fuzzy
554
- msgid "Download captcha"
555
- msgstr "Baixar"
556
-
557
- #: contact_form.php:1143
558
- msgid "Agreement checkbox"
559
- msgstr ""
560
-
561
- #: contact_form.php:1143
562
- msgid "Required checkbox for submitting the form"
563
- msgstr ""
564
-
565
- #: contact_form.php:1144
566
- msgid "Optional checkbox"
567
- msgstr ""
568
-
569
- #: contact_form.php:1144
570
- msgid "Optional checkbox, the results of which will be displayed in email"
571
- msgstr ""
572
-
573
- #: contact_form.php:1161
574
- msgid "Delete an attachment file from the server after the email is sent"
575
- msgstr ""
576
-
577
- #: contact_form.php:1167
578
- msgid "Email in HTML format sending"
579
- msgstr ""
580
-
581
- #: contact_form.php:1171
582
- #, fuzzy
583
- msgid "Display additional info in the email"
584
- msgstr "Mostrar informações adicionais no e-mail"
585
-
586
- #: contact_form.php:1176
587
- #: contact_form.php:2104
588
- #: contact_form.php:2106
589
- msgid "Sent from (ip address)"
590
- msgstr "Enviado de (Endereço IP)"
591
-
592
- #: contact_form.php:1176
593
- #, fuzzy
594
- msgid "Example: Sent from (IP address):\t127.0.0.1"
595
- msgstr "Enviado de (Endereço IP)"
596
-
597
- #: contact_form.php:1177
598
- #: contact_form.php:2110
599
- #: contact_form.php:2112
600
- msgid "Date/Time"
601
- msgstr "Data / Hora"
602
-
603
- #: contact_form.php:1177
604
- msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
605
- msgstr ""
606
-
607
- #: contact_form.php:1178
608
- #: contact_form.php:2116
609
- #: contact_form.php:2118
610
- msgid "Sent from (referer)"
611
- msgstr "Vindo de (origem)"
612
-
613
- #: contact_form.php:1178
614
- msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
615
- msgstr ""
616
-
617
- #: contact_form.php:1179
618
- #: contact_form.php:2122
619
- #: contact_form.php:2124
620
- msgid "Using (user agent)"
621
- msgstr "Usando (cliente de email)"
622
-
623
- #: contact_form.php:1179
624
- msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
625
- msgstr ""
626
-
627
- #: contact_form.php:1183
628
- msgid "Language settings for the field names in the form"
629
- msgstr "Configurações de idioma para os nomes dos campos do formulário"
630
-
631
- #: contact_form.php:1192
632
- #, fuzzy
633
- msgid "Add a language"
634
- msgstr "Adicionar idioma"
635
-
636
- #: contact_form.php:1196
637
- #, fuzzy
638
- msgid "Change the names of the contact form fields and error messages"
639
- msgstr "Mudar rótulo para os campos no formulário de contato"
640
-
641
- #: contact_form.php:1201
642
- #: contact_form.php:1288
643
- msgid "English"
644
- msgstr "Inglês"
645
-
646
- #: contact_form.php:1209
647
- #: contact_form.php:1243
648
- msgid "click to expand/hide the list"
649
- msgstr ""
650
-
651
- #: contact_form.php:1218
652
- #: contact_form.php:1252
653
- #, fuzzy
654
- msgid "Tips below the Attachment block"
655
- msgstr "Mostrar dicas para anexar arquivos"
656
-
657
- #: contact_form.php:1221
658
- #: contact_form.php:1255
659
- msgid "Error message for the Name field"
660
- msgstr "Mensagem de erro para o campo Nome"
661
-
662
- #: contact_form.php:1222
663
- #: contact_form.php:1256
664
- #, fuzzy
665
- msgid "Error message for the Address field"
666
- msgstr "Mensagem de erro para o campo Mensagem"
667
-
668
- #: contact_form.php:1223
669
- #: contact_form.php:1257
670
- msgid "Error message for the Email field"
671
- msgstr "Mensagem de erro para o campo de E-mail"
672
-
673
- #: contact_form.php:1224
674
- #: contact_form.php:1258
675
- msgid "Error message for the Phone field"
676
- msgstr "Mensagem de erro para o campo de Telefone"
677
-
678
- #: contact_form.php:1225
679
- #: contact_form.php:1259
680
- msgid "Error message for the Subject field"
681
- msgstr "Mensagem de erro para o campo Assunto"
682
-
683
- #: contact_form.php:1226
684
- #: contact_form.php:1260
685
- msgid "Error message for the Message field"
686
- msgstr "Mensagem de erro para o campo Mensagem"
687
-
688
- #: contact_form.php:1227
689
- #: contact_form.php:1261
690
- #, fuzzy
691
- msgid "Error message about the file type for the Attachment field"
692
- msgstr "Mensagem de erro para o campo Anexos"
693
-
694
- #: contact_form.php:1228
695
- #: contact_form.php:1262
696
- #, fuzzy
697
- msgid "Error message while uploading a file for the Attachment field to the server"
698
- msgstr "Mensagem de erro para o campo Anexos"
699
-
700
- #: contact_form.php:1229
701
- #: contact_form.php:1263
702
- #, fuzzy
703
- msgid "Error message while moving the file for the Attachment field"
704
- msgstr "Mensagem de erro para o campo Anexos"
705
-
706
- #: contact_form.php:1230
707
- #: contact_form.php:1264
708
- #, fuzzy
709
- msgid "Error message when file size limit for the Attachment field is exceeded"
710
- msgstr "Mensagem de erro para o campo Anexos"
711
-
712
- #: contact_form.php:1231
713
- #: contact_form.php:1265
714
- msgid "Error message for the Captcha field"
715
- msgstr "Mensagem de erro para o controlo Captcha"
716
-
717
- #: contact_form.php:1232
718
- #: contact_form.php:1266
719
- msgid "Error message for the whole form"
720
- msgstr "Mensagem de erro para todo o formulário"
721
-
722
- #: contact_form.php:1235
723
- #: contact_form.php:1237
724
- #: contact_form.php:1269
725
- #: contact_form.php:1271
726
- #: contact_form.php:1298
727
- #: contact_form.php:1300
728
- #: contact_form.php:1308
729
- #: contact_form.php:1310
730
- msgid "Use shortcode"
731
- msgstr "usar código abreviado"
732
-
733
- #: contact_form.php:1235
734
- #: contact_form.php:1237
735
- #: contact_form.php:1269
736
- #: contact_form.php:1271
737
- #: contact_form.php:1298
738
- #: contact_form.php:1300
739
- #: contact_form.php:1308
740
- #: contact_form.php:1310
741
- msgid "for this language"
742
- msgstr "para este idioma"
743
-
744
- #: contact_form.php:1279
745
- #, fuzzy
746
- msgid "Use the changed names of the contact form fields in the email"
747
- msgstr "Mudar rótulo para os campos no formulário de contato"
748
-
749
- #: contact_form.php:1285
750
- msgid "Action after email is sent"
751
- msgstr "Ação após envio de email"
752
-
753
- #: contact_form.php:1287
754
- #, fuzzy
755
- msgid "Display text"
756
- msgstr "Mostrar opção para anexar arquivos"
757
-
758
- #: contact_form.php:1296
759
- #: contact_form.php:1306
760
- msgid "Text"
761
- msgstr "Texto"
762
-
763
- #: contact_form.php:1317
764
- msgid "Redirect to the page"
765
- msgstr "Redirecionamento para a página"
766
-
767
- #: contact_form.php:1318
768
- msgid "Url"
769
- msgstr "Url"
770
-
771
- #: contact_form.php:1322
772
- msgid "The $_SERVER variable that is used to build a URL of the form"
773
- msgstr ""
774
-
775
- #: contact_form.php:1326
776
- msgid "If you are not sure whether to change this setting or not, please do not do that."
777
- msgstr ""
778
-
779
- #: contact_form.php:1332
780
- #: contact_form.php:1516
781
- msgid "Save Changes"
782
- msgstr "Salvar mudanças"
783
-
784
- #: contact_form.php:1337
785
- msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
786
- msgstr ""
787
-
788
- #: contact_form.php:1338
789
- #, fuzzy
790
- msgid "Rate the plugin"
791
- msgstr "Plugins recomendados"
792
-
793
- #: contact_form.php:1341
794
- #, fuzzy
795
- msgid "If there is something wrong about it, please contact us"
796
- msgstr "Se você tem quaisquer perguntas, por favor entre em contato através do email plugin@bestwebsoft.com ou preencha nosso formulário de contato pelo site. "
797
-
798
- #: contact_form.php:1353
799
- msgid "Errors output"
800
- msgstr ""
801
-
802
- #: contact_form.php:1356
803
- msgid "Display error messages"
804
- msgstr ""
805
-
806
- #: contact_form.php:1357
807
- msgid "Color of the input field errors."
808
- msgstr ""
809
-
810
- #: contact_form.php:1358
811
- #, fuzzy
812
- msgid "Display error messages & color of the input field errors"
813
- msgstr "Mensagem de erro para o campo Assunto"
814
-
815
- #: contact_form.php:1363
816
- msgid "Add placeholder to the input blocks"
817
- msgstr ""
818
-
819
- #: contact_form.php:1369
820
- #, fuzzy
821
- msgid "Add tooltips"
822
- msgstr "Opções adicionais"
823
-
824
- #: contact_form.php:1383
825
- #, fuzzy
826
- msgid "Email address"
827
- msgstr "Endereço de E-mail:"
828
-
829
- #: contact_form.php:1388
830
- #, fuzzy
831
- msgid "Phone Number"
832
- msgstr "Número de Telefone :"
833
-
834
- #: contact_form.php:1402
835
- #, fuzzy
836
- msgid "Attachment"
837
- msgstr "Anexo:"
838
-
839
- #: contact_form.php:1407
840
- msgid "(powered by bestwebsoft.com)"
841
- msgstr ""
842
-
843
- #: contact_form.php:1412
844
- #, fuzzy
845
- msgid "Style options"
846
- msgstr "Opções adicionais"
847
-
848
- #: contact_form.php:1415
849
- msgid "Text color"
850
- msgstr ""
851
-
852
- #: contact_form.php:1418
853
- #: contact_form.php:1423
854
- #: contact_form.php:1433
855
- #: contact_form.php:1438
856
- #: contact_form.php:1443
857
- #: contact_form.php:1448
858
- #: contact_form.php:1458
859
- #: contact_form.php:1463
860
- #: contact_form.php:1469
861
- #: contact_form.php:1480
862
- #: contact_form.php:1485
863
- #: contact_form.php:1490
864
- msgid "Default"
865
- msgstr ""
866
-
867
- #: contact_form.php:1420
868
- msgid "Label text color"
869
- msgstr ""
870
-
871
- #: contact_form.php:1425
872
- msgid "Placeholder color"
873
- msgstr ""
874
-
875
- #: contact_form.php:1430
876
- msgid "Errors color"
877
- msgstr ""
878
-
879
- #: contact_form.php:1435
880
- msgid "Error text color"
881
- msgstr ""
882
-
883
- #: contact_form.php:1440
884
- msgid "Background color of the input field errors"
885
- msgstr ""
886
-
887
- #: contact_form.php:1445
888
- msgid "Border color of the input field errors"
889
- msgstr ""
890
-
891
- #: contact_form.php:1450
892
- msgid "Placeholder color of the input field errors"
893
- msgstr ""
894
-
895
- #: contact_form.php:1455
896
- #, fuzzy
897
- msgid "Input fields"
898
- msgstr "Mostrar opção para anexar arquivos"
899
-
900
- #: contact_form.php:1460
901
- msgid "Input fields background color"
902
- msgstr ""
903
-
904
- #: contact_form.php:1465
905
- msgid "Text fields color"
906
- msgstr ""
907
-
908
- #: contact_form.php:1467
909
- msgid "Border width in px, numbers only"
910
- msgstr ""
911
-
912
- #: contact_form.php:1471
913
- #: contact_form.php:1492
914
- msgid "Border color"
915
- msgstr ""
916
-
917
- #: contact_form.php:1476
918
- #, fuzzy
919
- msgid "Submit button"
920
- msgstr "Enviar"
921
-
922
- #: contact_form.php:1478
923
- msgid "Width in px, numbers only"
924
- msgstr ""
925
-
926
- #: contact_form.php:1482
927
- msgid "Button color"
928
- msgstr ""
929
-
930
- #: contact_form.php:1487
931
- msgid "Button text color"
932
- msgstr ""
933
-
934
- #: contact_form.php:1520
935
- #, fuzzy
936
- msgid "Contact Form Pro | Preview"
937
- msgstr "Formulário de contato"
938
-
939
- #: contact_form.php:1523
940
- msgid "Show with errors"
941
- msgstr ""
942
-
943
- #: contact_form.php:1531
944
- #: contact_form.php:1533
945
- msgid "Please enter your full name..."
946
- msgstr ""
947
-
948
- #: contact_form.php:1544
949
- #: contact_form.php:1546
950
- msgid "Please enter your address..."
951
- msgstr ""
952
-
953
- #: contact_form.php:1555
954
- #: contact_form.php:1557
955
- #, fuzzy
956
- msgid "Please enter your email address..."
957
- msgstr "Use este email:"
958
-
959
- #: contact_form.php:1566
960
- #: contact_form.php:1568
961
- msgid "Please enter your phone number..."
962
- msgstr ""
963
-
964
- #: contact_form.php:1577
965
- #: contact_form.php:1579
966
- msgid "Please enter subject..."
967
- msgstr ""
968
-
969
- #: contact_form.php:1587
970
- #: contact_form.php:1589
971
- msgid "Please enter your message..."
972
- msgstr ""
973
-
974
- #: contact_form.php:1631
975
- msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
976
- msgstr ""
977
-
978
- #: contact_form.php:1633
979
- msgid "Please, go to"
980
- msgstr ""
981
-
982
- #: contact_form.php:1633
983
- #, fuzzy
984
- msgid "the setting page"
985
- msgstr "Configurações"
986
-
987
- #: contact_form.php:1634
988
- msgid "You will be redirected automatically in 5 seconds."
989
- msgstr ""
990
-
991
- #: contact_form.php:1639
992
- msgid "You can download and activate"
993
- msgstr ""
994
-
995
- #: contact_form.php:1641
996
- msgid "version of this plugin by entering Your license key."
997
- msgstr ""
998
-
999
- #: contact_form.php:1643
1000
- msgid "You can find your license key on your personal page Client area, by clicking on the link"
1001
- msgstr ""
1002
-
1003
- #: contact_form.php:1645
1004
- msgid "(your username is the email you specify when purchasing the product)."
1005
- msgstr ""
1006
-
1007
- #: contact_form.php:1653
1008
- #: contact_form.php:1663
1009
- #, fuzzy
1010
- msgid "Activate"
1011
- msgstr "Plugins ativados"
1012
-
1013
- #: contact_form.php:1729
1014
- msgid "Sorry, email message could not be delivered."
1015
- msgstr "Desculpe, seu e-mail não pode ser entregue."
1016
-
1017
- #: contact_form.php:2131
1018
- msgid "Contact from"
1019
- msgstr "Formulário de Contato"
1020
-
1021
- #: contact_form.php:2148
1022
- #: contact_form.php:2180
1023
- msgid "Email"
1024
- msgstr "E-Mail"
1025
-
1026
- #: contact_form.php:2153
1027
- #: contact_form.php:2183
1028
- msgid "Phone"
1029
- msgstr "Telefone"
1030
-
1031
- #: contact_form.php:2164
1032
- #: contact_form.php:2190
1033
- msgid "Site"
1034
- msgstr "Site"
1035
-
1036
- #: contact_form.php:2280
1037
- msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
1038
- msgstr "Se você consegue ver esta MENSAGEM então seu cliente não aceita tipos MIME! Favor usar um cliente mais atualizado."
1039
-
1040
- #: contact_form.php:2361
1041
- msgid "Support"
1042
- msgstr "Suporte"
1043
-
1044
- #: contact_form.php:2411
1045
- msgid "Are you sure that you want to delete this language data?"
1046
- msgstr "Tem certeza que você deseja excluir os dados deste idioma?"
1047
-
1048
- #: contact_form.php:2624
1049
- msgid "It’s time to upgrade your <strong>Contact Form plugin</strong> to <strong>PRO</strong> version"
1050
- msgstr ""
1051
-
1052
- #: contact_form.php:2625
1053
- msgid "Extend standard plugin functionality with new great options."
1054
- msgstr ""
1055
-
1056
- #: contact_form.php:2640
1057
- msgid "<strong>Contact Form to DB</strong> allows to store your messages to the database."
1058
- msgstr ""
1059
-
1060
- #: contact_form.php:2641
1061
- msgid "Manage messages that have been sent from your website."
1062
- msgstr ""
1063
-
1064
- #, fuzzy
1065
- #~ msgid "Contact Form Pro"
1066
- #~ msgstr "Formulário de contato"
1067
-
1068
- #, fuzzy
1069
- #~ msgid "Contact Form Pro Extra Settings"
1070
- #~ msgstr "Opções do formulário de contato"
1071
-
1072
- #, fuzzy
1073
- #~ msgid "Contact Form Pro | Extra Settings"
1074
- #~ msgstr "Opções do formulário de contato"
1075
-
1076
- #, fuzzy
1077
- #~ msgid "Display fields"
1078
- #~ msgstr "Mostrar opção para anexar arquivos"
1079
-
1080
- #, fuzzy
1081
- #~ msgid "Display tips below the Attachment block"
1082
- #~ msgstr "Mostrar dicas para anexar arquivos"
1083
-
1084
- #~ msgid "Required fields"
1085
- #~ msgstr "Campos obrigatórios"
1086
-
1087
- #, fuzzy
1088
- #~ msgid "Display the asterisk near required fields"
1089
- #~ msgstr "Mostrar campo telefone"
1090
-
1091
- #~ msgid "You can attach the following file formats"
1092
- #~ msgstr "Você pode anexar arquivos do seguinte tipo"
1093
-
1094
- #, fuzzy
1095
- #~ msgid "Memory usage"
1096
- #~ msgstr "Mensagem"
1097
-
1098
- #, fuzzy
1099
- #~ msgid "Site URL"
1100
- #~ msgstr "Site"
1101
-
1102
- #, fuzzy
1103
- #~ msgid "Please enter a valid email address."
1104
- #~ msgstr "Use este email:"
1105
-
1106
- #~ msgid "Activated plugins"
1107
- #~ msgstr "Plugins ativados"
1108
-
1109
- #~ msgid "Read more"
1110
- #~ msgstr "Leia Mais"
1111
-
1112
- #~ msgid "Installed plugins"
1113
- #~ msgstr "Plugins instalados"
1114
-
1115
- #~ msgid "Recommended plugins"
1116
- #~ msgstr "Plugins recomendados"
1117
-
1118
- #~ msgid "Download"
1119
- #~ msgstr "Baixar"
1120
-
1121
- #~ msgid "Install %s"
1122
- #~ msgstr "Instalar %s"
1123
-
1124
- #~ msgid "Install now from wordpress.org"
1125
- #~ msgstr "Instale agora do site wordpress.org"
1126
-
1127
- #, fuzzy
1128
- #~ msgid "Active Plugins"
1129
- #~ msgstr "Plugins ativados"
1130
-
1131
- #, fuzzy
1132
- #~ msgid "Inactive Plugins"
1133
- #~ msgstr "Plugins ativados"
1134
-
1135
- #, fuzzy
1136
- #~ msgid "Send to support"
1137
- #~ msgstr "Suporte"
1138
-
1139
- #~ msgid "Contact Form Options"
1140
- #~ msgstr "Opções do formulário de contato"
1141
-
1142
- #~ msgid "Display Attachment tips"
1143
- #~ msgstr "Exibir dicas para anexos"
1144
-
1145
- #~ msgid "Please enter a valid email address. Settings are not saved."
1146
- #~ msgstr ""
1147
- #~ "Por favor digite o email corretamente. Configurações não foram guardadas."
1148
-
1149
- #, fuzzy
1150
- #~ msgid "E-Mail Address"
1151
- #~ msgstr "Endereço de E-mail:"
1152
-
1153
- #~ msgid "E-Mail Addresse:"
1154
- #~ msgstr "Indirizzo e-mail:"
1155
-
1156
- #~ msgid "Install Now"
1157
- #~ msgstr "Installa Ora"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/contact_form-ru_RU.mo CHANGED
Binary file
languages/contact_form-ru_RU.po CHANGED
@@ -1,1191 +1,1239 @@
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-09-02 11:46+0300\n"
6
- "PO-Revision-Date: 2014-09-02 11:46+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
9
- "Language: ru_RU\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\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:74
20
- #: contact_form.php:856
 
21
  msgid "Contact Form Settings"
22
  msgstr "Настройки Contact Form"
23
 
24
- #: contact_form.php:74
 
25
  msgid "Contact Form"
26
  msgstr "Contact Form"
27
 
28
- #: contact_form.php:151
29
- #: contact_form.php:1211
30
- #: contact_form.php:1245
 
31
  msgid "Name:"
32
  msgstr "Имя:"
33
 
34
- #: contact_form.php:152
35
- #: contact_form.php:1212
36
- #: contact_form.php:1246
 
37
  msgid "Address:"
38
  msgstr "Адрес:"
39
 
40
- #: contact_form.php:153
41
- #: contact_form.php:1213
42
- #: contact_form.php:1247
 
43
  msgid "Email Address:"
44
  msgstr "E-mail адрес:"
45
 
46
- #: contact_form.php:154
47
- #: contact_form.php:1214
48
- #: contact_form.php:1248
 
49
  msgid "Phone number:"
50
  msgstr "Телефон:"
51
 
52
- #: contact_form.php:155
53
- #: contact_form.php:1215
54
- #: contact_form.php:1249
 
55
  msgid "Subject:"
56
  msgstr "Тема:"
57
 
58
- #: contact_form.php:156
59
- #: contact_form.php:1216
60
- #: contact_form.php:1250
 
61
  msgid "Message:"
62
  msgstr "Сообщение:"
63
 
64
- #: contact_form.php:157
65
- #: contact_form.php:1217
66
- #: contact_form.php:1251
 
67
  msgid "Attachment:"
68
  msgstr "Прикрепить файл:"
69
 
70
- #: contact_form.php:158
 
71
  msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
72
  msgstr "Поддерживаемые типы файлов: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Максимальный размер файла: 2 МБ"
73
 
74
- #: contact_form.php:159
75
- #: contact_form.php:1219
76
- #: contact_form.php:1253
 
77
  msgid "Send me a copy"
78
  msgstr "Отправить мне копию"
79
 
80
- #: contact_form.php:160
81
- #: contact_form.php:1220
82
- #: contact_form.php:1254
 
83
  msgid "Submit"
84
  msgstr "Отправить"
85
 
86
- #: contact_form.php:161
 
87
  msgid "Your name is required."
88
  msgstr "Ваше имя - это обязательное поле."
89
 
90
- #: contact_form.php:162
 
91
  msgid "Address is required."
92
  msgstr "Поле адреса - обязательное для заполнения."
93
 
94
- #: contact_form.php:163
 
95
  msgid "A valid email address is required."
96
  msgstr "Поле email адреса - обязательное для заполнения."
97
 
98
- #: contact_form.php:164
 
99
  msgid "Phone number is required."
100
  msgstr "Телефон - это обязательное поле."
101
 
102
- #: contact_form.php:165
 
103
  msgid "Subject is required."
104
  msgstr "Поле Тема - обязательное поле."
105
 
106
- #: contact_form.php:166
 
107
  msgid "Message text is required."
108
  msgstr "Поле Сообщение - обязательное поле."
109
 
110
- #: contact_form.php:167
 
111
  msgid "File format is not valid."
112
  msgstr "Прикрепленный тип файла не поддерживается"
113
 
114
- #: contact_form.php:168
 
115
  msgid "File upload error."
116
  msgstr "Ошибка загрузки файла."
117
 
118
- #: contact_form.php:169
 
119
  msgid "The file could not be uploaded."
120
  msgstr "Невозможно загрузить файл."
121
 
122
- #: contact_form.php:170
 
123
  msgid "This file is too large."
124
  msgstr "Размер файла слишком большой."
125
 
126
- #: contact_form.php:171
 
127
  msgid "Please fill out the CAPTCHA."
128
  msgstr "Пожалуйста, заполните CAPTCHA."
129
 
130
- #: contact_form.php:172
 
131
  msgid "Please make corrections below and try again."
132
  msgstr "Пожалуйста, сделайте исправления в отмеченных полях ниже и повторите попытку."
133
 
134
- #: contact_form.php:174
 
135
  msgid "Thank you for contacting us."
136
  msgstr "Спасибо за контакт с нами."
137
 
138
- #: contact_form.php:370
 
139
  msgid "requires"
140
  msgstr "требует"
141
 
142
- #: contact_form.php:370
 
143
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
144
  msgstr "или выше, поэтому плагин был деактивирован! Пожалуйста обновите WordPress и попробуйте снова."
145
 
146
- #: contact_form.php:370
 
147
  msgid "Back to the WordPress"
148
  msgstr "Вернуться к WordPress"
149
 
150
- #: contact_form.php:370
 
151
  msgid "Plugins page"
152
  msgstr "Странице плагинов"
153
 
154
- #: contact_form.php:678
 
155
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
156
  msgstr "Если опция 'Перейти на страницу \"выбран, то Урл поле должно быть заполнено в следующем формате"
157
 
158
- #: contact_form.php:687
 
159
  msgid "Such user does not exist."
160
  msgstr "Данный пользователь не найден."
161
 
162
- #: contact_form.php:697
 
163
  msgid "Please enter a valid email address in the 'Use this email address' field."
164
  msgstr "Пожалуйста, введите корректный email в поле 'Использовать этот email'."
165
 
166
- #: contact_form.php:705
 
167
  msgid "Please enter a valid email address in the 'FROM' field."
168
  msgstr "Пожалуйста, введите корректный email для поля 'FROM'."
169
 
170
- #: contact_form.php:730
 
171
  msgid "Settings saved."
172
  msgstr "Опции сохранены."
173
 
174
- #: contact_form.php:732
 
175
  msgid "Settings are not saved."
176
  msgstr "Настройки не сохранены."
177
 
178
- #: contact_form.php:759
179
- #: contact_form.php:791
 
180
  msgid "Wrong license key"
181
  msgstr "Неправильный лицензионный ключ"
182
 
183
- #: contact_form.php:784
 
184
  msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
185
  msgstr "Что-то пошло не так. Повторите попытку позже. Если ошибка появится снова, пожалуйста, свяжитесь с нами <a href=http://support.bestwebsoft.com>BestWebSoft</a>. Приносим извинения за неудобства."
186
 
187
- #: contact_form.php:793
 
188
  msgid "This license key is bind to another site"
189
  msgstr "Этот лицензионный ключ привязан к другому сайту"
190
 
191
- #: contact_form.php:795
192
- #: contact_form.php:1656
 
193
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
194
  msgstr "К сожалению, вы превысили количество доступных попыток в день. Пожалуйста, загрузите плагин вручную."
195
 
196
- #: contact_form.php:812
 
197
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
198
  msgstr "Не удалось открыть архив ZIP. Пожалуйста, загрузите плагин вручную"
199
 
200
- #: contact_form.php:818
 
201
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
202
  msgstr "Ваш сервер не поддерживает ни библиотеку ZipArchive, ни библиотеку Phar. Пожалуйста, загрузите плагин вручную"
203
 
204
- #: contact_form.php:822
205
- #: contact_form.php:831
 
206
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
207
  msgstr "Не удалось загрузить архив плагина. Пожалуйста, загрузите плагин вручную"
208
 
209
- #: contact_form.php:835
 
210
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
211
  msgstr "Что-то пошло не так. Повторите попытку позже или загрузите плагин вручную. Приносим извинения за неудобства."
212
 
213
- #: contact_form.php:850
 
214
  msgid "Please, enter Your license key"
215
  msgstr "Пожалуйста введите ваш лицензионный ключ"
216
 
217
- #: contact_form.php:858
218
- #: contact_form.php:2347
219
- #: contact_form.php:2359
 
220
  msgid "Settings"
221
  msgstr "Настройки"
222
 
223
- #: contact_form.php:859
 
224
  msgid "Extra settings"
225
  msgstr "Экстра Настройки"
226
 
227
- #: contact_form.php:860
228
- #: contact_form.php:2360
 
229
  msgid "FAQ"
230
  msgstr "FAQ"
231
 
232
- #: contact_form.php:861
 
233
  msgid "Go PRO"
234
  msgstr "Перейти на PRO версию"
235
 
236
- #: contact_form.php:864
 
237
  msgid "Notice:"
238
  msgstr "Обратите внимание:"
239
 
240
- #: contact_form.php:864
 
241
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
242
  msgstr "Настройки плагина были изменены. Для того, чтобы сохранить их, пожалуйста, не забудьте нажать кнопку 'Сохранить изменения'."
243
 
244
- #: contact_form.php:870
 
245
  msgid "If you want to create multiple contact forms, please install the Contact Form Multi plugin."
246
  msgstr "Если вы хотите создать несколько разных контактных форм, пожалуйста, установите плагин Contact Form Multi."
247
 
248
- #: contact_form.php:876
249
- #: contact_form.php:881
250
- #: contact_form.php:1615
 
251
  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:"
252
  msgstr "Если вы хотите добавить контактную форму на свой сайт, вам надо только скопировать и вставить шорткод в контент страницы или поста или виджета:"
253
 
254
- #: contact_form.php:876
255
- #: contact_form.php:877
256
- #: contact_form.php:881
257
- #: contact_form.php:882
258
- #: contact_form.php:1235
259
- #: contact_form.php:1237
260
- #: contact_form.php:1298
261
- #: contact_form.php:1300
 
262
  msgid "or"
263
  msgstr "или"
264
 
265
- #: contact_form.php:877
266
- #: contact_form.php:882
 
267
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
268
  msgstr "Если у вас возникают проблемы с использованием стандартного шорткода [contact_form], то используйте шортокод"
269
 
270
- #: contact_form.php:878
271
- #: contact_form.php:883
 
272
  msgid "They work the same way."
273
  msgstr "Шорткоды работают одинаково."
274
 
275
- #: contact_form.php:879
276
- #: contact_form.php:884
 
277
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
278
- msgstr "Если информация в полях ниже отсутствует, соощения будут оправлены на email адрес, который был указан при регистрации сайта."
279
 
280
- #: contact_form.php:889
 
281
  msgid "The user's email address:"
282
  msgstr "Email пользователя сайта:"
283
 
284
- #: contact_form.php:893
 
285
  msgid "Create a username"
286
  msgstr "Выберите имя пользователя"
287
 
288
- #: contact_form.php:900
 
289
  msgid "Enter a username of the person who should get the messages from the contact form."
290
  msgstr "Укажите логин пользователя, который будет получать сообщения контактной формы."
291
 
292
- #: contact_form.php:904
 
293
  msgid "Use this email address:"
294
  msgstr "Использовать этот email:"
295
 
296
- #: contact_form.php:907
 
297
  msgid "Enter the email address you want the messages forwarded to."
298
  msgstr "Укажите email адрес, на который будут отправляться сообщения."
299
 
300
- #: contact_form.php:916
 
301
  msgid "Add department selectbox to the contact form:"
302
  msgstr "Добавить выбор отдела в контактную форму:"
303
 
304
- #: contact_form.php:924
305
- #: contact_form.php:1498
 
 
306
  msgid "If you upgrade to Pro version all your settings will be saved."
307
  msgstr "При установке Pro версии плагина, все ваши настройки сохраняются."
308
 
309
- #: contact_form.php:931
310
- #: contact_form.php:1077
311
- #: contact_form.php:1151
312
- #: contact_form.php:1505
 
 
313
  msgid "Unlock premium options by upgrading to a PRO version."
314
  msgstr "Активируйте премиум опции обновившись до PRO версии."
315
 
316
- #: contact_form.php:932
317
- #: contact_form.php:1078
318
- #: contact_form.php:1152
319
- #: contact_form.php:1506
320
- #: contact_form.php:2621
321
- #: contact_form.php:2637
 
 
322
  msgid "Learn More"
323
  msgstr "Подробнее"
324
 
325
- #: contact_form.php:935
326
- #: contact_form.php:1081
327
- #: contact_form.php:1155
328
- #: contact_form.php:1509
 
 
329
  msgid "Go"
330
  msgstr "Перейти на"
331
 
332
- #: contact_form.php:942
 
333
  msgid "Save emails to the database"
334
  msgstr "Сохранять email в базу данных"
335
 
336
- #: contact_form.php:948
 
337
  msgid "Using"
338
  msgstr "Используя"
339
 
340
- #: contact_form.php:948
341
- #: contact_form.php:1128
342
- #: contact_form.php:1131
343
- #: contact_form.php:1135
 
344
  msgid "powered by"
345
  msgstr "разработано компанией"
346
 
347
- #: contact_form.php:951
348
- #: contact_form.php:955
 
349
  msgid "Using Contact Form to DB powered by"
350
  msgstr "Используя Contact Form to DB, разработанный компанией"
351
 
352
- #: contact_form.php:951
 
353
  msgid "Activate Contact Form to DB"
354
  msgstr "Активировать Contact Form to DB"
355
 
356
- #: contact_form.php:955
 
357
  msgid "Download Contact Form to DB"
358
  msgstr "Загрузить Contact Form to DB"
359
 
360
- #: contact_form.php:960
 
361
  msgid "Additional options"
362
  msgstr "Дополнительные настройки"
363
 
364
- #: contact_form.php:962
 
365
  msgid "Show"
366
  msgstr "Отобразить"
367
 
368
- #: contact_form.php:963
 
369
  msgid "Hide"
370
  msgstr "Скрыть"
371
 
372
- #: contact_form.php:967
 
373
  msgid "What to use?"
374
  msgstr "Что использовать?"
375
 
376
- #: contact_form.php:970
 
377
  msgid "Wp-mail"
378
  msgstr "Wp-mail"
379
 
380
- #: contact_form.php:970
 
381
  msgid "You can use the wp_mail function for mailing"
382
  msgstr "Для отправки почты вы можете использовать функцию WordPress wp_mail"
383
 
384
- #: contact_form.php:972
 
385
  msgid "Mail"
386
  msgstr "Mail"
387
 
388
- #: contact_form.php:972
 
389
  msgid "To send mail you can use the php mail function"
390
  msgstr "Для отправки почты вы можете использовать функцию php mail"
391
 
392
- #: contact_form.php:976
 
393
  msgid "The text in the 'From' field"
394
  msgstr "Tекст для поля ОТ в письме"
395
 
396
- #: contact_form.php:978
 
397
  msgid "User name"
398
  msgstr "Имя пользователя"
399
 
400
- #: contact_form.php:979
 
401
  msgid "The name of the user who fills the form will be used in the field 'From'."
402
  msgstr "В поле \"From\" в письме будет использоваться имя того пользователя, который заполняет форму."
403
 
404
- #: contact_form.php:982
 
405
  msgid "This text will be used in the 'FROM' field"
406
  msgstr "В поле \"From\" в письме будет использоваться данный текст"
407
 
408
- #: contact_form.php:986
 
409
  msgid "The email address in the 'From' field"
410
  msgstr "Выберите email для поля 'FROM' письма"
411
 
412
- #: contact_form.php:988
 
413
  msgid "User email"
414
  msgstr "Email"
415
 
416
- #: contact_form.php:989
 
417
  msgid "The email address of the user who fills the form will be used in the field 'From'."
418
  msgstr "В поле \"From\" в письме будет использоваться электронная почта того пользователя, который заполняет форму."
419
 
420
- #: contact_form.php:992
 
421
  msgid "This email address will be used in the 'From' field."
422
  msgstr "В поле \"From\" в письме будет использоваться данная электронная почта."
423
 
424
- #: contact_form.php:996
 
425
  msgid "Required symbol"
426
  msgstr "Символ, отображающий обязательное поле"
427
 
428
- #: contact_form.php:1006
 
429
  msgid "Fields"
430
  msgstr "Поля"
431
 
432
- #: contact_form.php:1007
 
433
  msgid "Used"
434
  msgstr "Используется"
435
 
436
- #: contact_form.php:1008
 
437
  msgid "Required"
438
  msgstr "Обязательные"
439
 
440
- #: contact_form.php:1009
 
441
  msgid "Visible"
442
  msgstr "Видимое"
443
 
444
- #: contact_form.php:1010
 
445
  msgid "Disabled for editing"
446
  msgstr "Нет возможности редактировать"
447
 
448
- #: contact_form.php:1011
 
449
  msgid "Field's default value"
450
  msgstr "Значение по умолчанию"
451
 
452
- #: contact_form.php:1016
453
- #: contact_form.php:1373
454
- #: contact_form.php:2137
455
- #: contact_form.php:2173
 
456
  msgid "Name"
457
  msgstr "Имя"
458
 
459
- #: contact_form.php:1024
 
460
  msgid "Location selectbox"
461
  msgstr "Список местоположений"
462
 
463
- #: contact_form.php:1032
464
- #: contact_form.php:1378
465
- #: contact_form.php:2143
466
- #: contact_form.php:2177
 
467
  msgid "Address"
468
  msgstr "Адрес"
469
 
470
- #: contact_form.php:1040
 
471
  msgid "Email Address"
472
  msgstr "Email адрес"
473
 
474
- #: contact_form.php:1048
 
475
  msgid "Phone number"
476
  msgstr "Телефон"
477
 
478
- #: contact_form.php:1056
479
- #: contact_form.php:1393
480
- #: contact_form.php:2158
481
- #: contact_form.php:2186
 
482
  msgid "Subject"
483
  msgstr "Тема"
484
 
485
- #: contact_form.php:1064
486
- #: contact_form.php:1397
487
- #: contact_form.php:2161
488
- #: contact_form.php:2188
 
489
  msgid "Message"
490
  msgstr "Сообщение"
491
 
492
- #: contact_form.php:1088
 
493
  msgid "Attachment block"
494
  msgstr "Блок Прикрепить файл"
495
 
496
- #: contact_form.php:1090
 
497
  msgid "Users can attach the following file formats"
498
  msgstr "Пользователи могут прикрепить файлы таких типов"
499
 
500
- #: contact_form.php:1103
 
501
  msgid "Add to the form"
502
  msgstr "Добавить в форму"
503
 
504
- #: contact_form.php:1108
 
505
  msgid "Tips below the Attachment"
506
  msgstr "Пояснения после блока \"Прикрепить файл\""
507
 
508
- #: contact_form.php:1117
 
509
  msgid "'Send me a copy' block"
510
  msgstr "Блок 'Отправить мне копию'"
511
 
512
- #: contact_form.php:1128
513
- #: contact_form.php:1131
514
- #: contact_form.php:1135
515
- #: contact_form.php:1407
 
516
  msgid "Captcha"
517
  msgstr "Captcha"
518
 
519
- #: contact_form.php:1131
 
520
  msgid "Activate captcha"
521
  msgstr "Активировать captcha"
522
 
523
- #: contact_form.php:1135
 
524
  msgid "Download captcha"
525
  msgstr "Скачать captcha"
526
 
527
- #: contact_form.php:1143
 
528
  msgid "Agreement checkbox"
529
  msgstr "Чекбокс согласия с условиями"
530
 
531
- #: contact_form.php:1143
 
532
  msgid "Required checkbox for submitting the form"
533
  msgstr "Обязательный чекбокс для отправки формы"
534
 
535
- #: contact_form.php:1144
 
536
  msgid "Optional checkbox"
537
  msgstr "Дополнительный чекбокс"
538
 
539
- #: contact_form.php:1144
 
540
  msgid "Optional checkbox, the results of which will be displayed in email"
541
  msgstr "Дополнительный чекбокс, результаты которого будут отображениы в email"
542
 
543
- #: contact_form.php:1161
 
544
  msgid "Delete an attachment file from the server after the email is sent"
545
  msgstr "Удалить прикрепленный файл с сервера после отправки письма"
546
 
547
- #: contact_form.php:1167
 
548
  msgid "Email in HTML format sending"
549
  msgstr "Отправка еmail в формате HTML"
550
 
551
- #: contact_form.php:1171
 
552
  msgid "Display additional info in the email"
553
  msgstr "Отображение дополнительной информации в письме"
554
 
555
- #: contact_form.php:1176
556
- #: contact_form.php:2104
557
- #: contact_form.php:2106
 
558
  msgid "Sent from (ip address)"
559
  msgstr "Отправлено от (ip адрес)"
560
 
561
- #: contact_form.php:1176
 
562
  msgid "Example: Sent from (IP address):\t127.0.0.1"
563
  msgstr "Пример: Sent from (IP address):\t127.0.0.1"
564
 
565
- #: contact_form.php:1177
566
- #: contact_form.php:2110
567
- #: contact_form.php:2112
 
568
  msgid "Date/Time"
569
  msgstr "Дата/Время"
570
 
571
- #: contact_form.php:1177
 
572
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
573
  msgstr "Пример: Date/Time:\tAugust 19, 2013 8:50 pm"
574
 
575
- #: contact_form.php:1178
576
- #: contact_form.php:2116
577
- #: contact_form.php:2118
 
578
  msgid "Sent from (referer)"
579
  msgstr "Пришло из (реферер)"
580
 
581
- #: contact_form.php:1178
 
582
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
583
  msgstr "Пример: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
584
 
585
- #: contact_form.php:1179
586
- #: contact_form.php:2122
587
- #: contact_form.php:2124
 
588
  msgid "Using (user agent)"
589
  msgstr "Используя (user agent)"
590
 
591
- #: contact_form.php:1179
 
592
  msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
593
  msgstr "Пример: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
594
 
595
- #: contact_form.php:1183
 
596
  msgid "Language settings for the field names in the form"
597
  msgstr "Языковые настройки для названия полей в форме"
598
 
599
- #: contact_form.php:1192
 
600
  msgid "Add a language"
601
  msgstr "Добавить язык"
602
 
603
- #: contact_form.php:1196
 
604
  msgid "Change the names of the contact form fields and error messages"
605
  msgstr "Изменить названия полей контактной формы и сообщений об ошибках"
606
 
607
- #: contact_form.php:1201
608
- #: contact_form.php:1288
 
609
  msgid "English"
610
  msgstr "Английский"
611
 
612
- #: contact_form.php:1209
613
- #: contact_form.php:1243
 
614
  msgid "click to expand/hide the list"
615
  msgstr "нажмите чтобы развернуть/свернуть список"
616
 
617
- #: contact_form.php:1218
618
- #: contact_form.php:1252
 
619
  msgid "Tips below the Attachment block"
620
  msgstr "Пояснения после блока \"Прикрепить файл\""
621
 
622
- #: contact_form.php:1221
623
- #: contact_form.php:1255
 
624
  msgid "Error message for the Name field"
625
  msgstr "Сообщение об ошибке для поля Name"
626
 
627
- #: contact_form.php:1222
628
- #: contact_form.php:1256
 
629
  msgid "Error message for the Address field"
630
  msgstr "Сообщение об ошибке для поля Address"
631
 
632
- #: contact_form.php:1223
633
- #: contact_form.php:1257
 
634
  msgid "Error message for the Email field"
635
  msgstr "Сообщение об ошибке для поля Email"
636
 
637
- #: contact_form.php:1224
638
- #: contact_form.php:1258
 
639
  msgid "Error message for the Phone field"
640
  msgstr "Сообщение об ошибке для поля Phone"
641
 
642
- #: contact_form.php:1225
643
- #: contact_form.php:1259
 
644
  msgid "Error message for the Subject field"
645
  msgstr "Сообщение об ошибке для поля Subject"
646
 
647
- #: contact_form.php:1226
648
- #: contact_form.php:1260
 
649
  msgid "Error message for the Message field"
650
  msgstr "Сообщение об ошибке для поля Message"
651
 
652
- #: contact_form.php:1227
653
- #: contact_form.php:1261
 
654
  msgid "Error message about the file type for the Attachment field"
655
  msgstr "Сообщение об ошибке о типе файла для поля Attachment"
656
 
657
- #: contact_form.php:1228
658
- #: contact_form.php:1262
 
659
  msgid "Error message while uploading a file for the Attachment field to the server"
660
  msgstr "Сообщение об ошибке при загрузке файла на сервер для поля Attachment"
661
 
662
- #: contact_form.php:1229
663
- #: contact_form.php:1263
 
664
  msgid "Error message while moving the file for the Attachment field"
665
  msgstr "Сообщение об ошибке при перемещении файла для поля Attachment"
666
 
667
- #: contact_form.php:1230
668
- #: contact_form.php:1264
 
669
  msgid "Error message when file size limit for the Attachment field is exceeded"
670
  msgstr "Сообщение об ошибке когда размер файла превышает размер разрешенного сервером для поля Attachment"
671
 
672
- #: contact_form.php:1231
673
- #: contact_form.php:1265
 
674
  msgid "Error message for the Captcha field"
675
  msgstr "Сообщение об ошибке для поля Captcha"
676
 
677
- #: contact_form.php:1232
678
- #: contact_form.php:1266
 
679
  msgid "Error message for the whole form"
680
  msgstr "Сообщение об ошибке для всей формы"
681
 
682
- #: contact_form.php:1235
683
- #: contact_form.php:1237
684
- #: contact_form.php:1269
685
- #: contact_form.php:1271
686
- #: contact_form.php:1298
687
- #: contact_form.php:1300
688
- #: contact_form.php:1308
689
- #: contact_form.php:1310
 
690
  msgid "Use shortcode"
691
  msgstr "Использовать шорткод"
692
 
693
- #: contact_form.php:1235
694
- #: contact_form.php:1237
695
- #: contact_form.php:1269
696
- #: contact_form.php:1271
697
- #: contact_form.php:1298
698
- #: contact_form.php:1300
699
- #: contact_form.php:1308
700
- #: contact_form.php:1310
 
701
  msgid "for this language"
702
  msgstr "для данного языка"
703
 
704
- #: contact_form.php:1279
 
705
  msgid "Use the changed names of the contact form fields in the email"
706
  msgstr "Использовать измененные названия полей контактной формы в электронном письме"
707
 
708
- #: contact_form.php:1285
 
709
  msgid "Action after email is sent"
710
  msgstr "Действие после отправки письма"
711
 
712
- #: contact_form.php:1287
 
713
  msgid "Display text"
714
  msgstr "Отобразить текст"
715
 
716
- #: contact_form.php:1296
717
- #: contact_form.php:1306
 
718
  msgid "Text"
719
  msgstr "Текст"
720
 
721
- #: contact_form.php:1317
 
722
  msgid "Redirect to the page"
723
  msgstr "Перенаправление на страницу"
724
 
725
- #: contact_form.php:1318
 
726
  msgid "Url"
727
  msgstr "Урл"
728
 
729
- #: contact_form.php:1322
 
730
  msgid "The $_SERVER variable that is used to build a URL of the form"
731
  msgstr "$_SERVER переменная, используемая при формировании URL формы"
732
 
733
- #: contact_form.php:1326
 
734
  msgid "If you are not sure whether to change this setting or not, please do not do that."
735
  msgstr "If you are not sure whether to change this setting or not, please do not do that."
736
 
737
- #: contact_form.php:1332
738
- #: contact_form.php:1516
 
 
 
 
 
 
 
 
 
 
 
 
739
  msgid "Save Changes"
740
  msgstr "Save Changes"
741
 
742
- #: contact_form.php:1337
 
743
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
744
  msgstr "Если вам понравился плагин, пожалуйста, поставте нам 5 звезд на WordPress"
745
 
746
- #: contact_form.php:1338
 
747
  msgid "Rate the plugin"
748
  msgstr "Оценить плагин"
749
 
750
- #: contact_form.php:1341
 
751
  msgid "If there is something wrong about it, please contact us"
752
  msgstr "Если у вас есть какие-то вопросы, обращайтесь"
753
 
754
- #: contact_form.php:1353
 
755
  msgid "Errors output"
756
  msgstr "Отображение ошибок"
757
 
758
- #: contact_form.php:1356
 
759
  msgid "Display error messages"
760
  msgstr "Отображать сообщения об ошибках"
761
 
762
- #: contact_form.php:1357
 
763
  msgid "Color of the input field errors."
764
  msgstr "Отображать ошибки цветом для полей ввода"
765
 
766
- #: contact_form.php:1358
 
767
  msgid "Display error messages & color of the input field errors"
768
  msgstr "Отображать сообщения об ошибках & цвет полей ввода с ошибками"
769
 
770
- #: contact_form.php:1363
 
771
  msgid "Add placeholder to the input blocks"
772
  msgstr "Добавить вспомогательный текст в поля ввода"
773
 
774
- #: contact_form.php:1369
 
775
  msgid "Add tooltips"
776
  msgstr "Добавить подсказки"
777
 
778
- #: contact_form.php:1383
 
779
  msgid "Email address"
780
  msgstr "Email адрес"
781
 
782
- #: contact_form.php:1388
 
783
  msgid "Phone Number"
784
  msgstr "Телефон"
785
 
786
- #: contact_form.php:1402
 
787
  msgid "Attachment"
788
  msgstr "Прикрепить файл"
789
 
790
- #: contact_form.php:1407
 
791
  msgid "(powered by bestwebsoft.com)"
792
  msgstr "(разработано компанией bestwebsoft.com)"
793
 
794
- #: contact_form.php:1412
 
795
  msgid "Style options"
796
  msgstr "Настройки стиля"
797
 
798
- #: contact_form.php:1415
 
799
  msgid "Text color"
800
  msgstr "Цвет текста"
801
 
802
- #: contact_form.php:1418
803
- #: contact_form.php:1423
804
- #: contact_form.php:1433
805
- #: contact_form.php:1438
806
- #: contact_form.php:1443
807
- #: contact_form.php:1448
808
- #: contact_form.php:1458
809
- #: contact_form.php:1463
810
- #: contact_form.php:1469
811
- #: contact_form.php:1480
812
- #: contact_form.php:1485
813
- #: contact_form.php:1490
 
814
  msgid "Default"
815
  msgstr "По-умолчанию"
816
 
817
- #: contact_form.php:1420
 
818
  msgid "Label text color"
819
  msgstr "Цвет текста"
820
 
821
- #: contact_form.php:1425
 
822
  msgid "Placeholder color"
823
  msgstr "Цвет замещающегося текста"
824
 
825
- #: contact_form.php:1430
 
826
  msgid "Errors color"
827
  msgstr "Цвет ошибок"
828
 
829
- #: contact_form.php:1435
 
830
  msgid "Error text color"
831
  msgstr "Цвет текста для ошибок"
832
 
833
- #: contact_form.php:1440
 
834
  msgid "Background color of the input field errors"
835
  msgstr "Цвет фона для полей ввода с ошибками"
836
 
837
- #: contact_form.php:1445
 
838
  msgid "Border color of the input field errors"
839
  msgstr "Цвет рамки для полей ввода с ошибками"
840
 
841
- #: contact_form.php:1450
 
842
  msgid "Placeholder color of the input field errors"
843
  msgstr "Цвет вспомогательного текста для полей ввода с ошибками"
844
 
845
- #: contact_form.php:1455
 
846
  msgid "Input fields"
847
  msgstr "Поля ввода"
848
 
849
- #: contact_form.php:1460
 
850
  msgid "Input fields background color"
851
  msgstr "Цвет фона для полей ввода"
852
 
853
- #: contact_form.php:1465
 
854
  msgid "Text fields color"
855
  msgstr "Цвет текста для полей ввода"
856
 
857
- #: contact_form.php:1467
 
858
  msgid "Border width in px, numbers only"
859
  msgstr "Ширина рамки в пикселях, только цифры"
860
 
861
- #: contact_form.php:1471
862
- #: contact_form.php:1492
 
863
  msgid "Border color"
864
  msgstr "Цвет рамки"
865
 
866
- #: contact_form.php:1476
 
867
  msgid "Submit button"
868
  msgstr "Кнопка Отправить"
869
 
870
- #: contact_form.php:1478
 
871
  msgid "Width in px, numbers only"
872
  msgstr "Ширина в пикселях, только цифры"
873
 
874
- #: contact_form.php:1482
 
875
  msgid "Button color"
876
  msgstr "Цвет кнопки"
877
 
878
- #: contact_form.php:1487
 
879
  msgid "Button text color"
880
  msgstr "Цвет текста для кнопки"
881
 
882
- #: contact_form.php:1520
 
883
  msgid "Contact Form Pro | Preview"
884
  msgstr "Contact Form Pro | Предпросмотр"
885
 
886
- #: contact_form.php:1523
 
887
  msgid "Show with errors"
888
  msgstr "Отображать с ошибками"
889
 
890
- #: contact_form.php:1531
891
- #: contact_form.php:1533
 
892
  msgid "Please enter your full name..."
893
  msgstr "Пожалуйста введите ваше имя..."
894
 
895
- #: contact_form.php:1544
896
- #: contact_form.php:1546
 
897
  msgid "Please enter your address..."
898
  msgstr "Пожалуйста введите ваш адресс..."
899
 
900
- #: contact_form.php:1555
901
- #: contact_form.php:1557
 
902
  msgid "Please enter your email address..."
903
  msgstr "Пожалуйста введите ваш email..."
904
 
905
- #: contact_form.php:1566
906
- #: contact_form.php:1568
 
907
  msgid "Please enter your phone number..."
908
  msgstr "Пожалуйста введите ваш телефон..."
909
 
910
- #: contact_form.php:1577
911
- #: contact_form.php:1579
 
912
  msgid "Please enter subject..."
913
  msgstr "Пожалуйста введите тему..."
914
 
915
- #: contact_form.php:1587
916
- #: contact_form.php:1589
 
917
  msgid "Please enter your message..."
918
  msgstr "Пожалуйста введите ваше сообщение..."
919
 
920
- #: contact_form.php:1631
 
921
  msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
922
  msgstr "Поздравляем! PRO версия плагина была успешно загружена и активирована."
923
 
924
- #: contact_form.php:1633
 
925
  msgid "Please, go to"
926
  msgstr "Пожалуйста, перейдите на"
927
 
928
- #: contact_form.php:1633
 
929
  msgid "the setting page"
930
  msgstr "страницу настроек"
931
 
932
- #: contact_form.php:1634
 
933
  msgid "You will be redirected automatically in 5 seconds."
934
  msgstr "Вы будете перенаправлены автоматически через 5 секунд."
935
 
936
- #: contact_form.php:1639
 
937
  msgid "You can download and activate"
938
  msgstr "Вы можете скачать и активировать"
939
 
940
- #: contact_form.php:1641
 
941
  msgid "version of this plugin by entering Your license key."
942
  msgstr "версию этого плагина, введя ваш лицензионный ключ."
943
 
944
- #: contact_form.php:1643
 
945
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
946
  msgstr "Вы можете найти ваш лицензионный ключ на вашей личной странице Client area, нажав на ссылку"
947
 
948
- #: contact_form.php:1645
 
949
  msgid "(your username is the email you specify when purchasing the product)."
950
  msgstr "(ваше имя пользователя - это электронный адрес, указанный при покупке продукта)."
951
 
952
- #: contact_form.php:1653
953
- #: contact_form.php:1663
 
954
  msgid "Activate"
955
  msgstr "Активировать"
956
 
957
- #: contact_form.php:1729
 
958
  msgid "Sorry, email message could not be delivered."
959
  msgstr "Извините, ваш email не может быть отправлен."
960
 
961
- #: contact_form.php:2131
 
962
  msgid "Contact from"
963
  msgstr "Контактная Форма"
964
 
965
- #: contact_form.php:2148
966
- #: contact_form.php:2180
 
967
  msgid "Email"
968
  msgstr "Email"
969
 
970
- #: contact_form.php:2153
971
- #: contact_form.php:2183
 
972
  msgid "Phone"
973
  msgstr "Телефон"
974
 
975
- #: contact_form.php:2164
976
- #: contact_form.php:2190
 
977
  msgid "Site"
978
  msgstr "Сайт"
979
 
980
- #: contact_form.php:2280
 
981
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
982
  msgstr "Если вы можете видеть этот MIME значит ваш почтовый клиент не поддерживает MIME тип!"
983
 
984
- #: contact_form.php:2361
 
985
  msgid "Support"
986
  msgstr "Поддержка"
987
 
988
- #: contact_form.php:2411
 
989
  msgid "Are you sure that you want to delete this language data?"
990
  msgstr "Вы действительно хотите удалить данные для этого языка?"
991
 
992
- #: contact_form.php:2624
 
993
  msgid "It’s time to upgrade your <strong>Contact Form plugin</strong> to <strong>PRO</strong> version"
994
  msgstr "Пора обновить <strong>Contact Form plugin</strong> до <strong>PRO</strong> версии"
995
 
996
- #: contact_form.php:2625
 
997
  msgid "Extend standard plugin functionality with new great options."
998
  msgstr "Расширение стандартного функционала плагина новыми опциями."
999
 
1000
- #: contact_form.php:2640
 
1001
  msgid "<strong>Contact Form to DB</strong> allows to store your messages to the database."
1002
  msgstr "<strong>Contact Form to DB</strong> позволяет хранить ваши сообщения в базе данных."
1003
 
1004
- #: contact_form.php:2641
 
1005
  msgid "Manage messages that have been sent from your website."
1006
  msgstr "Управление сообщениями, которые были отправлены с вашего сайта."
1007
 
1008
- #~ msgid "Go!"
1009
- #~ msgstr "Обновить!"
1010
-
1011
- #~ msgid ""
1012
- #~ "This functionality is available in the Pro version of the plugin. For "
1013
- #~ "more details, please follow the link"
1014
- #~ msgstr ""
1015
- #~ "Данный функционал доступен в Pro версии плагина. Для детальной информации "
1016
- #~ "перейдите по ссылке"
1017
-
1018
- #~ msgid "Contact Form Pro"
1019
- #~ msgstr "Contact Form Pro"
1020
-
1021
- #~ msgid "Contact Form Pro Extra Settings"
1022
- #~ msgstr "Экстра Настройки Contact Form"
1023
-
1024
- #~ msgid "Contact Form Pro | Extra Settings"
1025
- #~ msgstr "Contact Form Pro | Экстра Настройки"
1026
-
1027
- #~ msgid "Display fields"
1028
- #~ msgstr "Отобразить поля"
1029
-
1030
- #~ msgid "Display tips below the Attachment block"
1031
- #~ msgstr "Отображать пояснения после блока \"Прикрепить файл\""
1032
-
1033
- #~ msgid "Required fields"
1034
- #~ msgstr "Обязательные поля"
1035
-
1036
- #~ msgid "Display the asterisk near required fields"
1037
- #~ msgstr "Отображать звездочку возле обязательного поля"
1038
-
1039
- #~ msgid "You can attach the following file formats"
1040
- #~ msgstr "Пользователи могут прикрепить файлы таких типов"
1041
-
1042
- #~ msgid "Not set"
1043
- #~ msgstr "Не задан"
1044
-
1045
- #~ msgid "On"
1046
- #~ msgstr "Вкл"
1047
-
1048
- #~ msgid "Off"
1049
- #~ msgstr "Вкл"
1050
-
1051
- #~ msgid "N/A"
1052
- #~ msgstr "Неизвестно"
1053
-
1054
- #~ msgid " Mb"
1055
- #~ msgstr " Mb"
1056
-
1057
- #~ msgid "Yes"
1058
- #~ msgstr "Да"
1059
-
1060
- #~ msgid "No"
1061
- #~ msgstr "Нет"
1062
-
1063
- #~ msgid "Operating System"
1064
- #~ msgstr "Операционная система"
1065
-
1066
- #~ msgid "Server"
1067
- #~ msgstr "Тип сервера"
1068
-
1069
- #~ msgid "Memory usage"
1070
- #~ msgstr "Памяти использовано"
1071
-
1072
- #~ msgid "MYSQL Version"
1073
- #~ msgstr "Версия MYSQL"
1074
-
1075
- #~ msgid "SQL Mode"
1076
- #~ msgstr "Режим SQL"
1077
-
1078
- #~ msgid "PHP Version"
1079
- #~ msgstr "Версия PHP"
1080
-
1081
- #~ msgid "PHP Safe Mode"
1082
- #~ msgstr "PHP Safe Mode"
1083
-
1084
- #~ msgid "PHP Allow URL fopen"
1085
- #~ msgstr "PHP Allow URL fopen"
1086
-
1087
- #~ msgid "PHP Memory Limit"
1088
- #~ msgstr "Лимит памяти"
1089
-
1090
- #~ msgid "PHP Max Upload Size"
1091
- #~ msgstr "Макс. размер загружаемого файла"
1092
-
1093
- #~ msgid "PHP Max Post Size"
1094
- #~ msgstr "Макс. размер записи"
1095
-
1096
- #~ msgid "PHP Max Script Execute Time"
1097
- #~ msgstr "Макс. время выполнения сценария"
1098
-
1099
- #~ msgid "PHP Exif support"
1100
- #~ msgstr "Поддержка PHP Exif"
1101
-
1102
- #~ msgid "PHP IPTC support"
1103
- #~ msgstr "Поддержка PHP IPTC"
1104
-
1105
- #~ msgid "PHP XML support"
1106
- #~ msgstr "Поддержка PHP XML"
1107
-
1108
- #~ msgid "Site URL"
1109
- #~ msgstr "Адрес сайта"
1110
-
1111
- #~ msgid "Home URL"
1112
- #~ msgstr "Основной адрес сайта"
1113
-
1114
- #~ msgid "WordPress Version"
1115
- #~ msgstr "Версия WordPress"
1116
-
1117
- #~ msgid "WordPress DB Version"
1118
- #~ msgstr "Версия базы данных WordPress"
1119
-
1120
- #~ msgid "Multisite"
1121
- #~ msgstr "Мультиблог"
1122
-
1123
- #~ msgid "Active Theme"
1124
- #~ msgstr "Текущая тема"
1125
-
1126
- #~ msgid "Please enter a valid email address."
1127
- #~ msgstr "Пожалуйста, введите валидный email."
1128
-
1129
- #~ msgid "Email with system info is sent to "
1130
- #~ msgstr "E-mail с системной информацией отправлен на"
1131
-
1132
- #~ msgid "Activated plugins"
1133
- #~ msgstr "Активированные плагины"
1134
-
1135
- #~ msgid "Read more"
1136
- #~ msgstr "Читать далее"
1137
-
1138
- #~ msgid "Installed plugins"
1139
- #~ msgstr "Установленные плагины"
1140
-
1141
- #~ msgid "Recommended plugins"
1142
- #~ msgstr "Рекомендованные к установке плагины"
1143
-
1144
- #~ msgid "Purchase"
1145
- #~ msgstr "Купить"
1146
-
1147
- #~ msgid "Download"
1148
- #~ msgstr "Скачать"
1149
-
1150
- #~ msgid "Install %s"
1151
- #~ msgstr "Установлено %s"
1152
-
1153
- #~ msgid "Install now from wordpress.org"
1154
- #~ msgstr "Установить с wordpress.org"
1155
-
1156
- #~ msgid "System status"
1157
- #~ msgstr "Системная информация"
1158
-
1159
- #~ msgid "Environment"
1160
- #~ msgstr "Системная среда"
1161
-
1162
- #~ msgid "Active Plugins"
1163
- #~ msgstr "Активированные плагины"
1164
-
1165
- #~ msgid "Inactive Plugins"
1166
- #~ msgstr "Неактивированные плагины"
1167
-
1168
- #~ msgid "Send to support"
1169
- #~ msgstr "Отправить в тех.поддержку"
1170
-
1171
- #~ msgid "Send to custom email &#187;"
1172
- #~ msgstr "Отправить на емейл &#187;"
1173
-
1174
- #~ msgid "Contact Form Options"
1175
- #~ msgstr "Настройки Контактной Формы"
1176
-
1177
- #~ msgid "Display Attachment tips"
1178
- #~ msgstr "Отобразить пояснения для блока Прикрепить файл"
1179
-
1180
- #, fuzzy
1181
- #~ msgid "Please enter a valid email address. Settings are not saved."
1182
- #~ msgstr ""
1183
- #~ "Пожалуйста, введите корректный email для поля 'FROM'. Настройки не "
1184
- #~ "сохранены."
1185
-
1186
- #, fuzzy
1187
- #~ msgid "E-Mail Address"
1188
- #~ msgstr "E-mail адрес:"
1189
-
1190
- #~ msgid "Install Now"
1191
- #~ msgstr "Установить сейчас"
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: Contact Form v3.84\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-10-21 10:22+0300\n"
6
+ "PO-Revision-Date: 2014-10-21 10:22+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
9
+ "Language: \n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
+ "Plural-Forms: nplurals=3; plural=n%100/10==1 ? 2 : n%10==1 ? 0 : (n+9)%10>3 ? 2 : 1;\n"
 
 
14
  "X-Generator: Poedit 1.5.4\n"
15
+ "X-Poedit-SourceCharset: utf-8\n"
16
+ "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"
17
+ "X-Poedit-Basepath: ..\n"
18
+ "X-Textdomain-Support: yes\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
+ # @ contact_form
22
+ #: contact_form.php:68
23
+ #: contact_form.php:753
24
  msgid "Contact Form Settings"
25
  msgstr "Настройки Contact Form"
26
 
27
+ # @ contact_form
28
+ #: contact_form.php:68
29
  msgid "Contact Form"
30
  msgstr "Contact Form"
31
 
32
+ # @ contact_form
33
+ #: contact_form.php:147
34
+ #: contact_form.php:1108
35
+ #: contact_form.php:1142
36
  msgid "Name:"
37
  msgstr "Имя:"
38
 
39
+ # @ contact_form
40
+ #: contact_form.php:148
41
+ #: contact_form.php:1109
42
+ #: contact_form.php:1143
43
  msgid "Address:"
44
  msgstr "Адрес:"
45
 
46
+ # @ contact_form
47
+ #: contact_form.php:149
48
+ #: contact_form.php:1110
49
+ #: contact_form.php:1144
50
  msgid "Email Address:"
51
  msgstr "E-mail адрес:"
52
 
53
+ # @ contact_form
54
+ #: contact_form.php:150
55
+ #: contact_form.php:1111
56
+ #: contact_form.php:1145
57
  msgid "Phone number:"
58
  msgstr "Телефон:"
59
 
60
+ # @ contact_form
61
+ #: contact_form.php:151
62
+ #: contact_form.php:1112
63
+ #: contact_form.php:1146
64
  msgid "Subject:"
65
  msgstr "Тема:"
66
 
67
+ # @ contact_form
68
+ #: contact_form.php:152
69
+ #: contact_form.php:1113
70
+ #: contact_form.php:1147
71
  msgid "Message:"
72
  msgstr "Сообщение:"
73
 
74
+ # @ contact_form
75
+ #: contact_form.php:153
76
+ #: contact_form.php:1114
77
+ #: contact_form.php:1148
78
  msgid "Attachment:"
79
  msgstr "Прикрепить файл:"
80
 
81
+ # @ contact_form
82
+ #: contact_form.php:154
83
  msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
84
  msgstr "Поддерживаемые типы файлов: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Максимальный размер файла: 2 МБ"
85
 
86
+ # @ contact_form
87
+ #: contact_form.php:155
88
+ #: contact_form.php:1116
89
+ #: contact_form.php:1150
90
  msgid "Send me a copy"
91
  msgstr "Отправить мне копию"
92
 
93
+ # @ contact_form
94
+ #: contact_form.php:156
95
+ #: contact_form.php:1117
96
+ #: contact_form.php:1151
97
  msgid "Submit"
98
  msgstr "Отправить"
99
 
100
+ # @ contact_form
101
+ #: contact_form.php:157
102
  msgid "Your name is required."
103
  msgstr "Ваше имя - это обязательное поле."
104
 
105
+ # @ contact_form
106
+ #: contact_form.php:158
107
  msgid "Address is required."
108
  msgstr "Поле адреса - обязательное для заполнения."
109
 
110
+ # @ contact_form
111
+ #: contact_form.php:159
112
  msgid "A valid email address is required."
113
  msgstr "Поле email адреса - обязательное для заполнения."
114
 
115
+ # @ contact_form
116
+ #: contact_form.php:160
117
  msgid "Phone number is required."
118
  msgstr "Телефон - это обязательное поле."
119
 
120
+ # @ contact_form
121
+ #: contact_form.php:161
122
  msgid "Subject is required."
123
  msgstr "Поле Тема - обязательное поле."
124
 
125
+ # @ contact_form
126
+ #: contact_form.php:162
127
  msgid "Message text is required."
128
  msgstr "Поле Сообщение - обязательное поле."
129
 
130
+ # @ contact_form
131
+ #: contact_form.php:163
132
  msgid "File format is not valid."
133
  msgstr "Прикрепленный тип файла не поддерживается"
134
 
135
+ # @ contact_form
136
+ #: contact_form.php:164
137
  msgid "File upload error."
138
  msgstr "Ошибка загрузки файла."
139
 
140
+ # @ contact_form
141
+ #: contact_form.php:165
142
  msgid "The file could not be uploaded."
143
  msgstr "Невозможно загрузить файл."
144
 
145
+ # @ contact_form
146
+ #: contact_form.php:166
147
  msgid "This file is too large."
148
  msgstr "Размер файла слишком большой."
149
 
150
+ # @ contact_form
151
+ #: contact_form.php:167
152
  msgid "Please fill out the CAPTCHA."
153
  msgstr "Пожалуйста, заполните CAPTCHA."
154
 
155
+ # @ contact_form
156
+ #: contact_form.php:168
157
  msgid "Please make corrections below and try again."
158
  msgstr "Пожалуйста, сделайте исправления в отмеченных полях ниже и повторите попытку."
159
 
160
+ # @ contact_form
161
+ #: contact_form.php:170
162
  msgid "Thank you for contacting us."
163
  msgstr "Спасибо за контакт с нами."
164
 
165
+ # @ contact_form
166
+ #: contact_form.php:347
167
  msgid "requires"
168
  msgstr "требует"
169
 
170
+ # @ contact_form
171
+ #: contact_form.php:347
172
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
173
  msgstr "или выше, поэтому плагин был деактивирован! Пожалуйста обновите WordPress и попробуйте снова."
174
 
175
+ # @ contact_form
176
+ #: contact_form.php:347
177
  msgid "Back to the WordPress"
178
  msgstr "Вернуться к WordPress"
179
 
180
+ # @ contact_form
181
+ #: contact_form.php:347
182
  msgid "Plugins page"
183
  msgstr "Странице плагинов"
184
 
185
+ # @ contact_form
186
+ #: contact_form.php:575
187
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
188
  msgstr "Если опция 'Перейти на страницу \"выбран, то Урл поле должно быть заполнено в следующем формате"
189
 
190
+ # @ contact_form
191
+ #: contact_form.php:584
192
  msgid "Such user does not exist."
193
  msgstr "Данный пользователь не найден."
194
 
195
+ # @ contact_form
196
+ #: contact_form.php:594
197
  msgid "Please enter a valid email address in the 'Use this email address' field."
198
  msgstr "Пожалуйста, введите корректный email в поле 'Использовать этот email'."
199
 
200
+ # @ contact_form
201
+ #: contact_form.php:602
202
  msgid "Please enter a valid email address in the 'FROM' field."
203
  msgstr "Пожалуйста, введите корректный email для поля 'FROM'."
204
 
205
+ # @ contact_form
206
+ #: contact_form.php:627
207
  msgid "Settings saved."
208
  msgstr "Опции сохранены."
209
 
210
+ # @ contact_form
211
+ #: contact_form.php:629
212
  msgid "Settings are not saved."
213
  msgstr "Настройки не сохранены."
214
 
215
+ # @ contact_form
216
+ #: contact_form.php:656
217
+ #: contact_form.php:688
218
  msgid "Wrong license key"
219
  msgstr "Неправильный лицензионный ключ"
220
 
221
+ # @ contact_form
222
+ #: contact_form.php:681
223
  msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
224
  msgstr "Что-то пошло не так. Повторите попытку позже. Если ошибка появится снова, пожалуйста, свяжитесь с нами <a href=http://support.bestwebsoft.com>BestWebSoft</a>. Приносим извинения за неудобства."
225
 
226
+ # @ contact_form
227
+ #: contact_form.php:690
228
  msgid "This license key is bind to another site"
229
  msgstr "Этот лицензионный ключ привязан к другому сайту"
230
 
231
+ # @ contact_form
232
+ #: contact_form.php:692
233
+ #: contact_form.php:1583
234
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
235
  msgstr "К сожалению, вы превысили количество доступных попыток в день. Пожалуйста, загрузите плагин вручную."
236
 
237
+ # @ contact_form
238
+ #: contact_form.php:709
239
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
240
  msgstr "Не удалось открыть архив ZIP. Пожалуйста, загрузите плагин вручную"
241
 
242
+ # @ contact_form
243
+ #: contact_form.php:715
244
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
245
  msgstr "Ваш сервер не поддерживает ни библиотеку ZipArchive, ни библиотеку Phar. Пожалуйста, загрузите плагин вручную"
246
 
247
+ # @ contact_form
248
+ #: contact_form.php:719
249
+ #: contact_form.php:728
250
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
251
  msgstr "Не удалось загрузить архив плагина. Пожалуйста, загрузите плагин вручную"
252
 
253
+ # @ contact_form
254
+ #: contact_form.php:732
255
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
256
  msgstr "Что-то пошло не так. Повторите попытку позже или загрузите плагин вручную. Приносим извинения за неудобства."
257
 
258
+ # @ contact_form
259
+ #: contact_form.php:747
260
  msgid "Please, enter Your license key"
261
  msgstr "Пожалуйста введите ваш лицензионный ключ"
262
 
263
+ # @ contact_form
264
+ #: contact_form.php:755
265
+ #: contact_form.php:2274
266
+ #: contact_form.php:2286
267
  msgid "Settings"
268
  msgstr "Настройки"
269
 
270
+ # @ contact_form
271
+ #: contact_form.php:756
272
  msgid "Extra settings"
273
  msgstr "Экстра Настройки"
274
 
275
+ # @ contact_form
276
+ #: contact_form.php:757
277
+ #: contact_form.php:2287
278
  msgid "FAQ"
279
  msgstr "FAQ"
280
 
281
+ # @ contact_form
282
+ #: contact_form.php:758
283
  msgid "Go PRO"
284
  msgstr "Перейти на PRO версию"
285
 
286
+ # @ contact_form
287
+ #: contact_form.php:761
288
  msgid "Notice:"
289
  msgstr "Обратите внимание:"
290
 
291
+ # @ contact_form
292
+ #: contact_form.php:761
293
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
294
  msgstr "Настройки плагина были изменены. Для того, чтобы сохранить их, пожалуйста, не забудьте нажать кнопку 'Сохранить изменения'."
295
 
296
+ # @ contact_form
297
+ #: contact_form.php:767
298
  msgid "If you want to create multiple contact forms, please install the Contact Form Multi plugin."
299
  msgstr "Если вы хотите создать несколько разных контактных форм, пожалуйста, установите плагин Contact Form Multi."
300
 
301
+ # @ contact_form
302
+ #: contact_form.php:773
303
+ #: contact_form.php:778
304
+ #: contact_form.php:1542
305
  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:"
306
  msgstr "Если вы хотите добавить контактную форму на свой сайт, вам надо только скопировать и вставить шорткод в контент страницы или поста или виджета:"
307
 
308
+ # @ contact_form
309
+ #: contact_form.php:773
310
+ #: contact_form.php:774
311
+ #: contact_form.php:778
312
+ #: contact_form.php:779
313
+ #: contact_form.php:1132
314
+ #: contact_form.php:1134
315
+ #: contact_form.php:1195
316
+ #: contact_form.php:1197
317
  msgid "or"
318
  msgstr "или"
319
 
320
+ # @ contact_form
321
+ #: contact_form.php:774
322
+ #: contact_form.php:779
323
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
324
  msgstr "Если у вас возникают проблемы с использованием стандартного шорткода [contact_form], то используйте шортокод"
325
 
326
+ # @ contact_form
327
+ #: contact_form.php:775
328
+ #: contact_form.php:780
329
  msgid "They work the same way."
330
  msgstr "Шорткоды работают одинаково."
331
 
332
+ # @ contact_form
333
+ #: contact_form.php:776
334
+ #: contact_form.php:781
335
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
336
+ msgstr "Если информация в полях ниже отсутствует, сообщения будут оправлены на email адрес, который был указан при регистрации сайта."
337
 
338
+ # @ contact_form
339
+ #: contact_form.php:786
340
  msgid "The user's email address:"
341
  msgstr "Email пользователя сайта:"
342
 
343
+ # @ contact_form
344
+ #: contact_form.php:790
345
  msgid "Create a username"
346
  msgstr "Выберите имя пользователя"
347
 
348
+ # @ contact_form
349
+ #: contact_form.php:797
350
  msgid "Enter a username of the person who should get the messages from the contact form."
351
  msgstr "Укажите логин пользователя, который будет получать сообщения контактной формы."
352
 
353
+ # @ contact_form
354
+ #: contact_form.php:801
355
  msgid "Use this email address:"
356
  msgstr "Использовать этот email:"
357
 
358
+ # @ contact_form
359
+ #: contact_form.php:804
360
  msgid "Enter the email address you want the messages forwarded to."
361
  msgstr "Укажите email адрес, на который будут отправляться сообщения."
362
 
363
+ # @ contact_form
364
+ #: contact_form.php:813
365
  msgid "Add department selectbox to the contact form:"
366
  msgstr "Добавить выбор отдела в контактную форму:"
367
 
368
+ # @ contact_form
369
+ #: contact_form.php:821
370
+ #: contact_form.php:1241
371
+ #: contact_form.php:1425
372
  msgid "If you upgrade to Pro version all your settings will be saved."
373
  msgstr "При установке Pro версии плагина, все ваши настройки сохраняются."
374
 
375
+ # @ contact_form
376
+ #: contact_form.php:828
377
+ #: contact_form.php:974
378
+ #: contact_form.php:1048
379
+ #: contact_form.php:1248
380
+ #: contact_form.php:1432
381
  msgid "Unlock premium options by upgrading to a PRO version."
382
  msgstr "Активируйте премиум опции обновившись до PRO версии."
383
 
384
+ # @ contact_form
385
+ #: contact_form.php:829
386
+ #: contact_form.php:975
387
+ #: contact_form.php:1049
388
+ #: contact_form.php:1249
389
+ #: contact_form.php:1433
390
+ #: contact_form.php:2548
391
+ #: contact_form.php:2564
392
  msgid "Learn More"
393
  msgstr "Подробнее"
394
 
395
+ # @ contact_form
396
+ #: contact_form.php:832
397
+ #: contact_form.php:978
398
+ #: contact_form.php:1052
399
+ #: contact_form.php:1252
400
+ #: contact_form.php:1436
401
  msgid "Go"
402
  msgstr "Перейти на"
403
 
404
+ # @ contact_form
405
+ #: contact_form.php:839
406
  msgid "Save emails to the database"
407
  msgstr "Сохранять email в базу данных"
408
 
409
+ # @ contact_form
410
+ #: contact_form.php:845
411
  msgid "Using"
412
  msgstr "Используя"
413
 
414
+ # @ contact_form
415
+ #: contact_form.php:845
416
+ #: contact_form.php:1025
417
+ #: contact_form.php:1028
418
+ #: contact_form.php:1032
419
  msgid "powered by"
420
  msgstr "разработано компанией"
421
 
422
+ # @ contact_form
423
+ #: contact_form.php:848
424
+ #: contact_form.php:852
425
  msgid "Using Contact Form to DB powered by"
426
  msgstr "Используя Contact Form to DB, разработанный компанией"
427
 
428
+ # @ contact_form
429
+ #: contact_form.php:848
430
  msgid "Activate Contact Form to DB"
431
  msgstr "Активировать Contact Form to DB"
432
 
433
+ # @ contact_form
434
+ #: contact_form.php:852
435
  msgid "Download Contact Form to DB"
436
  msgstr "Загрузить Contact Form to DB"
437
 
438
+ # @ contact_form
439
+ #: contact_form.php:857
440
  msgid "Additional options"
441
  msgstr "Дополнительные настройки"
442
 
443
+ # @ contact_form
444
+ #: contact_form.php:859
445
  msgid "Show"
446
  msgstr "Отобразить"
447
 
448
+ # @ contact_form
449
+ #: contact_form.php:860
450
  msgid "Hide"
451
  msgstr "Скрыть"
452
 
453
+ # @ contact_form
454
+ #: contact_form.php:864
455
  msgid "What to use?"
456
  msgstr "Что использовать?"
457
 
458
+ # @ contact_form
459
+ #: contact_form.php:867
460
  msgid "Wp-mail"
461
  msgstr "Wp-mail"
462
 
463
+ # @ contact_form
464
+ #: contact_form.php:867
465
  msgid "You can use the wp_mail function for mailing"
466
  msgstr "Для отправки почты вы можете использовать функцию WordPress wp_mail"
467
 
468
+ # @ contact_form
469
+ #: contact_form.php:869
470
  msgid "Mail"
471
  msgstr "Mail"
472
 
473
+ # @ contact_form
474
+ #: contact_form.php:869
475
  msgid "To send mail you can use the php mail function"
476
  msgstr "Для отправки почты вы можете использовать функцию php mail"
477
 
478
+ # @ contact_form
479
+ #: contact_form.php:873
480
  msgid "The text in the 'From' field"
481
  msgstr "Tекст для поля ОТ в письме"
482
 
483
+ # @ contact_form
484
+ #: contact_form.php:875
485
  msgid "User name"
486
  msgstr "Имя пользователя"
487
 
488
+ # @ contact_form
489
+ #: contact_form.php:876
490
  msgid "The name of the user who fills the form will be used in the field 'From'."
491
  msgstr "В поле \"From\" в письме будет использоваться имя того пользователя, который заполняет форму."
492
 
493
+ # @ contact_form
494
+ #: contact_form.php:879
495
  msgid "This text will be used in the 'FROM' field"
496
  msgstr "В поле \"From\" в письме будет использоваться данный текст"
497
 
498
+ # @ contact_form
499
+ #: contact_form.php:883
500
  msgid "The email address in the 'From' field"
501
  msgstr "Выберите email для поля 'FROM' письма"
502
 
503
+ # @ contact_form
504
+ #: contact_form.php:885
505
  msgid "User email"
506
  msgstr "Email"
507
 
508
+ # @ contact_form
509
+ #: contact_form.php:886
510
  msgid "The email address of the user who fills the form will be used in the field 'From'."
511
  msgstr "В поле \"From\" в письме будет использоваться электронная почта того пользователя, который заполняет форму."
512
 
513
+ # @ contact_form
514
+ #: contact_form.php:889
515
  msgid "This email address will be used in the 'From' field."
516
  msgstr "В поле \"From\" в письме будет использоваться данная электронная почта."
517
 
518
+ # @ contact_form
519
+ #: contact_form.php:893
520
  msgid "Required symbol"
521
  msgstr "Символ, отображающий обязательное поле"
522
 
523
+ # @ contact_form
524
+ #: contact_form.php:903
525
  msgid "Fields"
526
  msgstr "Поля"
527
 
528
+ # @ contact_form
529
+ #: contact_form.php:904
530
  msgid "Used"
531
  msgstr "Используется"
532
 
533
+ # @ contact_form
534
+ #: contact_form.php:905
535
  msgid "Required"
536
  msgstr "Обязательные"
537
 
538
+ # @ contact_form
539
+ #: contact_form.php:906
540
  msgid "Visible"
541
  msgstr "Видимое"
542
 
543
+ # @ contact_form
544
+ #: contact_form.php:907
545
  msgid "Disabled for editing"
546
  msgstr "Нет возможности редактировать"
547
 
548
+ # @ contact_form
549
+ #: contact_form.php:908
550
  msgid "Field's default value"
551
  msgstr "Значение по умолчанию"
552
 
553
+ # @ contact_form
554
+ #: contact_form.php:913
555
+ #: contact_form.php:1300
556
+ #: contact_form.php:2064
557
+ #: contact_form.php:2100
558
  msgid "Name"
559
  msgstr "Имя"
560
 
561
+ # @ contact_form
562
+ #: contact_form.php:921
563
  msgid "Location selectbox"
564
  msgstr "Список местоположений"
565
 
566
+ # @ contact_form
567
+ #: contact_form.php:929
568
+ #: contact_form.php:1305
569
+ #: contact_form.php:2070
570
+ #: contact_form.php:2104
571
  msgid "Address"
572
  msgstr "Адрес"
573
 
574
+ # @ contact_form
575
+ #: contact_form.php:937
576
  msgid "Email Address"
577
  msgstr "Email адрес"
578
 
579
+ # @ contact_form
580
+ #: contact_form.php:945
581
  msgid "Phone number"
582
  msgstr "Телефон"
583
 
584
+ # @ contact_form
585
+ #: contact_form.php:953
586
+ #: contact_form.php:1320
587
+ #: contact_form.php:2085
588
+ #: contact_form.php:2113
589
  msgid "Subject"
590
  msgstr "Тема"
591
 
592
+ # @ contact_form
593
+ #: contact_form.php:961
594
+ #: contact_form.php:1324
595
+ #: contact_form.php:2088
596
+ #: contact_form.php:2115
597
  msgid "Message"
598
  msgstr "Сообщение"
599
 
600
+ # @ contact_form
601
+ #: contact_form.php:985
602
  msgid "Attachment block"
603
  msgstr "Блок Прикрепить файл"
604
 
605
+ # @ contact_form
606
+ #: contact_form.php:987
607
  msgid "Users can attach the following file formats"
608
  msgstr "Пользователи могут прикрепить файлы таких типов"
609
 
610
+ # @ contact_form
611
+ #: contact_form.php:1000
612
  msgid "Add to the form"
613
  msgstr "Добавить в форму"
614
 
615
+ # @ contact_form
616
+ #: contact_form.php:1005
617
  msgid "Tips below the Attachment"
618
  msgstr "Пояснения после блока \"Прикрепить файл\""
619
 
620
+ # @ contact_form
621
+ #: contact_form.php:1014
622
  msgid "'Send me a copy' block"
623
  msgstr "Блок 'Отправить мне копию'"
624
 
625
+ # @ contact_form
626
+ #: contact_form.php:1025
627
+ #: contact_form.php:1028
628
+ #: contact_form.php:1032
629
+ #: contact_form.php:1334
630
  msgid "Captcha"
631
  msgstr "Captcha"
632
 
633
+ # @ contact_form
634
+ #: contact_form.php:1028
635
  msgid "Activate captcha"
636
  msgstr "Активировать captcha"
637
 
638
+ # @ contact_form
639
+ #: contact_form.php:1032
640
  msgid "Download captcha"
641
  msgstr "Скачать captcha"
642
 
643
+ # @ contact_form
644
+ #: contact_form.php:1040
645
  msgid "Agreement checkbox"
646
  msgstr "Чекбокс согласия с условиями"
647
 
648
+ # @ contact_form
649
+ #: contact_form.php:1040
650
  msgid "Required checkbox for submitting the form"
651
  msgstr "Обязательный чекбокс для отправки формы"
652
 
653
+ # @ contact_form
654
+ #: contact_form.php:1041
655
  msgid "Optional checkbox"
656
  msgstr "Дополнительный чекбокс"
657
 
658
+ # @ contact_form
659
+ #: contact_form.php:1041
660
  msgid "Optional checkbox, the results of which will be displayed in email"
661
  msgstr "Дополнительный чекбокс, результаты которого будут отображениы в email"
662
 
663
+ # @ contact_form
664
+ #: contact_form.php:1058
665
  msgid "Delete an attachment file from the server after the email is sent"
666
  msgstr "Удалить прикрепленный файл с сервера после отправки письма"
667
 
668
+ # @ contact_form
669
+ #: contact_form.php:1064
670
  msgid "Email in HTML format sending"
671
  msgstr "Отправка еmail в формате HTML"
672
 
673
+ # @ contact_form
674
+ #: contact_form.php:1068
675
  msgid "Display additional info in the email"
676
  msgstr "Отображение дополнительной информации в письме"
677
 
678
+ # @ contact_form
679
+ #: contact_form.php:1073
680
+ #: contact_form.php:2031
681
+ #: contact_form.php:2033
682
  msgid "Sent from (ip address)"
683
  msgstr "Отправлено от (ip адрес)"
684
 
685
+ # @ contact_form
686
+ #: contact_form.php:1073
687
  msgid "Example: Sent from (IP address):\t127.0.0.1"
688
  msgstr "Пример: Sent from (IP address):\t127.0.0.1"
689
 
690
+ # @ contact_form
691
+ #: contact_form.php:1074
692
+ #: contact_form.php:2037
693
+ #: contact_form.php:2039
694
  msgid "Date/Time"
695
  msgstr "Дата/Время"
696
 
697
+ # @ contact_form
698
+ #: contact_form.php:1074
699
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
700
  msgstr "Пример: Date/Time:\tAugust 19, 2013 8:50 pm"
701
 
702
+ # @ contact_form
703
+ #: contact_form.php:1075
704
+ #: contact_form.php:2043
705
+ #: contact_form.php:2045
706
  msgid "Sent from (referer)"
707
  msgstr "Пришло из (реферер)"
708
 
709
+ # @ contact_form
710
+ #: contact_form.php:1075
711
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
712
  msgstr "Пример: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
713
 
714
+ # @ contact_form
715
+ #: contact_form.php:1076
716
+ #: contact_form.php:2049
717
+ #: contact_form.php:2051
718
  msgid "Using (user agent)"
719
  msgstr "Используя (user agent)"
720
 
721
+ # @ contact_form
722
+ #: contact_form.php:1076
723
  msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
724
  msgstr "Пример: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
725
 
726
+ # @ contact_form
727
+ #: contact_form.php:1080
728
  msgid "Language settings for the field names in the form"
729
  msgstr "Языковые настройки для названия полей в форме"
730
 
731
+ # @ contact_form
732
+ #: contact_form.php:1089
733
  msgid "Add a language"
734
  msgstr "Добавить язык"
735
 
736
+ # @ contact_form
737
+ #: contact_form.php:1093
738
  msgid "Change the names of the contact form fields and error messages"
739
  msgstr "Изменить названия полей контактной формы и сообщений об ошибках"
740
 
741
+ # @ contact_form
742
+ #: contact_form.php:1098
743
+ #: contact_form.php:1185
744
  msgid "English"
745
  msgstr "Английский"
746
 
747
+ # @ contact_form
748
+ #: contact_form.php:1106
749
+ #: contact_form.php:1140
750
  msgid "click to expand/hide the list"
751
  msgstr "нажмите чтобы развернуть/свернуть список"
752
 
753
+ # @ contact_form
754
+ #: contact_form.php:1115
755
+ #: contact_form.php:1149
756
  msgid "Tips below the Attachment block"
757
  msgstr "Пояснения после блока \"Прикрепить файл\""
758
 
759
+ # @ contact_form
760
+ #: contact_form.php:1118
761
+ #: contact_form.php:1152
762
  msgid "Error message for the Name field"
763
  msgstr "Сообщение об ошибке для поля Name"
764
 
765
+ # @ contact_form
766
+ #: contact_form.php:1119
767
+ #: contact_form.php:1153
768
  msgid "Error message for the Address field"
769
  msgstr "Сообщение об ошибке для поля Address"
770
 
771
+ # @ contact_form
772
+ #: contact_form.php:1120
773
+ #: contact_form.php:1154
774
  msgid "Error message for the Email field"
775
  msgstr "Сообщение об ошибке для поля Email"
776
 
777
+ # @ contact_form
778
+ #: contact_form.php:1121
779
+ #: contact_form.php:1155
780
  msgid "Error message for the Phone field"
781
  msgstr "Сообщение об ошибке для поля Phone"
782
 
783
+ # @ contact_form
784
+ #: contact_form.php:1122
785
+ #: contact_form.php:1156
786
  msgid "Error message for the Subject field"
787
  msgstr "Сообщение об ошибке для поля Subject"
788
 
789
+ # @ contact_form
790
+ #: contact_form.php:1123
791
+ #: contact_form.php:1157
792
  msgid "Error message for the Message field"
793
  msgstr "Сообщение об ошибке для поля Message"
794
 
795
+ # @ contact_form
796
+ #: contact_form.php:1124
797
+ #: contact_form.php:1158
798
  msgid "Error message about the file type for the Attachment field"
799
  msgstr "Сообщение об ошибке о типе файла для поля Attachment"
800
 
801
+ # @ contact_form
802
+ #: contact_form.php:1125
803
+ #: contact_form.php:1159
804
  msgid "Error message while uploading a file for the Attachment field to the server"
805
  msgstr "Сообщение об ошибке при загрузке файла на сервер для поля Attachment"
806
 
807
+ # @ contact_form
808
+ #: contact_form.php:1126
809
+ #: contact_form.php:1160
810
  msgid "Error message while moving the file for the Attachment field"
811
  msgstr "Сообщение об ошибке при перемещении файла для поля Attachment"
812
 
813
+ # @ contact_form
814
+ #: contact_form.php:1127
815
+ #: contact_form.php:1161
816
  msgid "Error message when file size limit for the Attachment field is exceeded"
817
  msgstr "Сообщение об ошибке когда размер файла превышает размер разрешенного сервером для поля Attachment"
818
 
819
+ # @ contact_form
820
+ #: contact_form.php:1128
821
+ #: contact_form.php:1162
822
  msgid "Error message for the Captcha field"
823
  msgstr "Сообщение об ошибке для поля Captcha"
824
 
825
+ # @ contact_form
826
+ #: contact_form.php:1129
827
+ #: contact_form.php:1163
828
  msgid "Error message for the whole form"
829
  msgstr "Сообщение об ошибке для всей формы"
830
 
831
+ # @ contact_form
832
+ #: contact_form.php:1132
833
+ #: contact_form.php:1134
834
+ #: contact_form.php:1166
835
+ #: contact_form.php:1168
836
+ #: contact_form.php:1195
837
+ #: contact_form.php:1197
838
+ #: contact_form.php:1205
839
+ #: contact_form.php:1207
840
  msgid "Use shortcode"
841
  msgstr "Использовать шорткод"
842
 
843
+ # @ contact_form
844
+ #: contact_form.php:1132
845
+ #: contact_form.php:1134
846
+ #: contact_form.php:1166
847
+ #: contact_form.php:1168
848
+ #: contact_form.php:1195
849
+ #: contact_form.php:1197
850
+ #: contact_form.php:1205
851
+ #: contact_form.php:1207
852
  msgid "for this language"
853
  msgstr "для данного языка"
854
 
855
+ # @ contact_form
856
+ #: contact_form.php:1176
857
  msgid "Use the changed names of the contact form fields in the email"
858
  msgstr "Использовать измененные названия полей контактной формы в электронном письме"
859
 
860
+ # @ contact_form
861
+ #: contact_form.php:1182
862
  msgid "Action after email is sent"
863
  msgstr "Действие после отправки письма"
864
 
865
+ # @ contact_form
866
+ #: contact_form.php:1184
867
  msgid "Display text"
868
  msgstr "Отобразить текст"
869
 
870
+ # @ contact_form
871
+ #: contact_form.php:1193
872
+ #: contact_form.php:1203
873
  msgid "Text"
874
  msgstr "Текст"
875
 
876
+ # @ contact_form
877
+ #: contact_form.php:1214
878
  msgid "Redirect to the page"
879
  msgstr "Перенаправление на страницу"
880
 
881
+ # @ contact_form
882
+ #: contact_form.php:1215
883
  msgid "Url"
884
  msgstr "Урл"
885
 
886
+ # @ contact_form
887
+ #: contact_form.php:1219
888
  msgid "The $_SERVER variable that is used to build a URL of the form"
889
  msgstr "$_SERVER переменная, используемая при формировании URL формы"
890
 
891
+ # @ contact_form
892
+ #: contact_form.php:1223
893
  msgid "If you are not sure whether to change this setting or not, please do not do that."
894
  msgstr "If you are not sure whether to change this setting or not, please do not do that."
895
 
896
+ # @ contact_form_pro
897
+ #: contact_form.php:1232
898
+ msgid "Auto Response"
899
+ msgstr "Автоответ"
900
+
901
+ # @ contact_form
902
+ #: contact_form.php:1236
903
+ #, php-format
904
+ msgid "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to display data from the Message field, as well as %%SITENAME%% to display blog name."
905
+ msgstr "Вы можете использовать %%NAME%% для отображения данных поля емейла, %%MESSAGE%% для отображения данных поля Сообщений и %%SITENAME%% для отображения названия блога."
906
+
907
+ # @ default
908
+ #: contact_form.php:1259
909
+ #: contact_form.php:1443
910
  msgid "Save Changes"
911
  msgstr "Save Changes"
912
 
913
+ # @ contact_form
914
+ #: contact_form.php:1264
915
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
916
  msgstr "Если вам понравился плагин, пожалуйста, поставте нам 5 звезд на WordPress"
917
 
918
+ # @ contact_form
919
+ #: contact_form.php:1265
920
  msgid "Rate the plugin"
921
  msgstr "Оценить плагин"
922
 
923
+ # @ contact_form
924
+ #: contact_form.php:1268
925
  msgid "If there is something wrong about it, please contact us"
926
  msgstr "Если у вас есть какие-то вопросы, обращайтесь"
927
 
928
+ # @ contact_form
929
+ #: contact_form.php:1280
930
  msgid "Errors output"
931
  msgstr "Отображение ошибок"
932
 
933
+ # @ contact_form
934
+ #: contact_form.php:1283
935
  msgid "Display error messages"
936
  msgstr "Отображать сообщения об ошибках"
937
 
938
+ # @ contact_form
939
+ #: contact_form.php:1284
940
  msgid "Color of the input field errors."
941
  msgstr "Отображать ошибки цветом для полей ввода"
942
 
943
+ # @ contact_form
944
+ #: contact_form.php:1285
945
  msgid "Display error messages & color of the input field errors"
946
  msgstr "Отображать сообщения об ошибках & цвет полей ввода с ошибками"
947
 
948
+ # @ contact_form
949
+ #: contact_form.php:1290
950
  msgid "Add placeholder to the input blocks"
951
  msgstr "Добавить вспомогательный текст в поля ввода"
952
 
953
+ # @ contact_form
954
+ #: contact_form.php:1296
955
  msgid "Add tooltips"
956
  msgstr "Добавить подсказки"
957
 
958
+ # @ contact_form
959
+ #: contact_form.php:1310
960
  msgid "Email address"
961
  msgstr "Email адрес"
962
 
963
+ # @ contact_form
964
+ #: contact_form.php:1315
965
  msgid "Phone Number"
966
  msgstr "Телефон"
967
 
968
+ # @ contact_form
969
+ #: contact_form.php:1329
970
  msgid "Attachment"
971
  msgstr "Прикрепить файл"
972
 
973
+ # @ contact_form
974
+ #: contact_form.php:1334
975
  msgid "(powered by bestwebsoft.com)"
976
  msgstr "(разработано компанией bestwebsoft.com)"
977
 
978
+ # @ contact_form
979
+ #: contact_form.php:1339
980
  msgid "Style options"
981
  msgstr "Настройки стиля"
982
 
983
+ # @ contact_form
984
+ #: contact_form.php:1342
985
  msgid "Text color"
986
  msgstr "Цвет текста"
987
 
988
+ # @ contact_form
989
+ #: contact_form.php:1345
990
+ #: contact_form.php:1350
991
+ #: contact_form.php:1360
992
+ #: contact_form.php:1365
993
+ #: contact_form.php:1370
994
+ #: contact_form.php:1375
995
+ #: contact_form.php:1385
996
+ #: contact_form.php:1390
997
+ #: contact_form.php:1396
998
+ #: contact_form.php:1407
999
+ #: contact_form.php:1412
1000
+ #: contact_form.php:1417
1001
  msgid "Default"
1002
  msgstr "По-умолчанию"
1003
 
1004
+ # @ contact_form
1005
+ #: contact_form.php:1347
1006
  msgid "Label text color"
1007
  msgstr "Цвет текста"
1008
 
1009
+ # @ contact_form
1010
+ #: contact_form.php:1352
1011
  msgid "Placeholder color"
1012
  msgstr "Цвет замещающегося текста"
1013
 
1014
+ # @ contact_form
1015
+ #: contact_form.php:1357
1016
  msgid "Errors color"
1017
  msgstr "Цвет ошибок"
1018
 
1019
+ # @ contact_form
1020
+ #: contact_form.php:1362
1021
  msgid "Error text color"
1022
  msgstr "Цвет текста для ошибок"
1023
 
1024
+ # @ contact_form
1025
+ #: contact_form.php:1367
1026
  msgid "Background color of the input field errors"
1027
  msgstr "Цвет фона для полей ввода с ошибками"
1028
 
1029
+ # @ contact_form
1030
+ #: contact_form.php:1372
1031
  msgid "Border color of the input field errors"
1032
  msgstr "Цвет рамки для полей ввода с ошибками"
1033
 
1034
+ # @ contact_form
1035
+ #: contact_form.php:1377
1036
  msgid "Placeholder color of the input field errors"
1037
  msgstr "Цвет вспомогательного текста для полей ввода с ошибками"
1038
 
1039
+ # @ contact_form
1040
+ #: contact_form.php:1382
1041
  msgid "Input fields"
1042
  msgstr "Поля ввода"
1043
 
1044
+ # @ contact_form
1045
+ #: contact_form.php:1387
1046
  msgid "Input fields background color"
1047
  msgstr "Цвет фона для полей ввода"
1048
 
1049
+ # @ contact_form
1050
+ #: contact_form.php:1392
1051
  msgid "Text fields color"
1052
  msgstr "Цвет текста для полей ввода"
1053
 
1054
+ # @ contact_form
1055
+ #: contact_form.php:1394
1056
  msgid "Border width in px, numbers only"
1057
  msgstr "Ширина рамки в пикселях, только цифры"
1058
 
1059
+ # @ contact_form
1060
+ #: contact_form.php:1398
1061
+ #: contact_form.php:1419
1062
  msgid "Border color"
1063
  msgstr "Цвет рамки"
1064
 
1065
+ # @ contact_form
1066
+ #: contact_form.php:1403
1067
  msgid "Submit button"
1068
  msgstr "Кнопка Отправить"
1069
 
1070
+ # @ contact_form
1071
+ #: contact_form.php:1405
1072
  msgid "Width in px, numbers only"
1073
  msgstr "Ширина в пикселях, только цифры"
1074
 
1075
+ # @ contact_form
1076
+ #: contact_form.php:1409
1077
  msgid "Button color"
1078
  msgstr "Цвет кнопки"
1079
 
1080
+ # @ contact_form
1081
+ #: contact_form.php:1414
1082
  msgid "Button text color"
1083
  msgstr "Цвет текста для кнопки"
1084
 
1085
+ # @ contact_form
1086
+ #: contact_form.php:1447
1087
  msgid "Contact Form Pro | Preview"
1088
  msgstr "Contact Form Pro | Предпросмотр"
1089
 
1090
+ # @ contact_form
1091
+ #: contact_form.php:1450
1092
  msgid "Show with errors"
1093
  msgstr "Отображать с ошибками"
1094
 
1095
+ # @ contact_form
1096
+ #: contact_form.php:1458
1097
+ #: contact_form.php:1460
1098
  msgid "Please enter your full name..."
1099
  msgstr "Пожалуйста введите ваше имя..."
1100
 
1101
+ # @ contact_form
1102
+ #: contact_form.php:1471
1103
+ #: contact_form.php:1473
1104
  msgid "Please enter your address..."
1105
  msgstr "Пожалуйста введите ваш адресс..."
1106
 
1107
+ # @ contact_form
1108
+ #: contact_form.php:1482
1109
+ #: contact_form.php:1484
1110
  msgid "Please enter your email address..."
1111
  msgstr "Пожалуйста введите ваш email..."
1112
 
1113
+ # @ contact_form
1114
+ #: contact_form.php:1493
1115
+ #: contact_form.php:1495
1116
  msgid "Please enter your phone number..."
1117
  msgstr "Пожалуйста введите ваш телефон..."
1118
 
1119
+ # @ contact_form
1120
+ #: contact_form.php:1504
1121
+ #: contact_form.php:1506
1122
  msgid "Please enter subject..."
1123
  msgstr "Пожалуйста введите тему..."
1124
 
1125
+ # @ contact_form
1126
+ #: contact_form.php:1514
1127
+ #: contact_form.php:1516
1128
  msgid "Please enter your message..."
1129
  msgstr "Пожалуйста введите ваше сообщение..."
1130
 
1131
+ # @ contact_form
1132
+ #: contact_form.php:1558
1133
  msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
1134
  msgstr "Поздравляем! PRO версия плагина была успешно загружена и активирована."
1135
 
1136
+ # @ contact_form
1137
+ #: contact_form.php:1560
1138
  msgid "Please, go to"
1139
  msgstr "Пожалуйста, перейдите на"
1140
 
1141
+ # @ contact_form
1142
+ #: contact_form.php:1560
1143
  msgid "the setting page"
1144
  msgstr "страницу настроек"
1145
 
1146
+ # @ contact_form
1147
+ #: contact_form.php:1561
1148
  msgid "You will be redirected automatically in 5 seconds."
1149
  msgstr "Вы будете перенаправлены автоматически через 5 секунд."
1150
 
1151
+ # @ contact_form
1152
+ #: contact_form.php:1566
1153
  msgid "You can download and activate"
1154
  msgstr "Вы можете скачать и активировать"
1155
 
1156
+ # @ contact_form
1157
+ #: contact_form.php:1568
1158
  msgid "version of this plugin by entering Your license key."
1159
  msgstr "версию этого плагина, введя ваш лицензионный ключ."
1160
 
1161
+ # @ contact_form
1162
+ #: contact_form.php:1570
1163
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
1164
  msgstr "Вы можете найти ваш лицензионный ключ на вашей личной странице Client area, нажав на ссылку"
1165
 
1166
+ # @ contact_form
1167
+ #: contact_form.php:1572
1168
  msgid "(your username is the email you specify when purchasing the product)."
1169
  msgstr "(ваше имя пользователя - это электронный адрес, указанный при покупке продукта)."
1170
 
1171
+ # @ contact_form
1172
+ #: contact_form.php:1580
1173
+ #: contact_form.php:1590
1174
  msgid "Activate"
1175
  msgstr "Активировать"
1176
 
1177
+ # @ contact_form
1178
+ #: contact_form.php:1656
1179
  msgid "Sorry, email message could not be delivered."
1180
  msgstr "Извините, ваш email не может быть отправлен."
1181
 
1182
+ # @ contact_form
1183
+ #: contact_form.php:2058
1184
  msgid "Contact from"
1185
  msgstr "Контактная Форма"
1186
 
1187
+ # @ contact_form
1188
+ #: contact_form.php:2075
1189
+ #: contact_form.php:2107
1190
  msgid "Email"
1191
  msgstr "Email"
1192
 
1193
+ # @ contact_form
1194
+ #: contact_form.php:2080
1195
+ #: contact_form.php:2110
1196
  msgid "Phone"
1197
  msgstr "Телефон"
1198
 
1199
+ # @ contact_form
1200
+ #: contact_form.php:2091
1201
+ #: contact_form.php:2117
1202
  msgid "Site"
1203
  msgstr "Сайт"
1204
 
1205
+ # @ contact_form
1206
+ #: contact_form.php:2207
1207
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
1208
  msgstr "Если вы можете видеть этот MIME значит ваш почтовый клиент не поддерживает MIME тип!"
1209
 
1210
+ # @ contact_form
1211
+ #: contact_form.php:2288
1212
  msgid "Support"
1213
  msgstr "Поддержка"
1214
 
1215
+ # @ contact_form
1216
+ #: contact_form.php:2338
1217
  msgid "Are you sure that you want to delete this language data?"
1218
  msgstr "Вы действительно хотите удалить данные для этого языка?"
1219
 
1220
+ # @ contact_form
1221
+ #: contact_form.php:2551
1222
  msgid "It’s time to upgrade your <strong>Contact Form plugin</strong> to <strong>PRO</strong> version"
1223
  msgstr "Пора обновить <strong>Contact Form plugin</strong> до <strong>PRO</strong> версии"
1224
 
1225
+ # @ contact_form
1226
+ #: contact_form.php:2552
1227
  msgid "Extend standard plugin functionality with new great options."
1228
  msgstr "Расширение стандартного функционала плагина новыми опциями."
1229
 
1230
+ # @ contact_form
1231
+ #: contact_form.php:2567
1232
  msgid "<strong>Contact Form to DB</strong> allows to store your messages to the database."
1233
  msgstr "<strong>Contact Form to DB</strong> позволяет хранить ваши сообщения в базе данных."
1234
 
1235
+ # @ contact_form
1236
+ #: contact_form.php:2568
1237
  msgid "Manage messages that have been sent from your website."
1238
  msgstr "Управление сообщениями, которые были отправлены с вашего сайта."
1239
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/contact_form-sk_SK.mo CHANGED
Binary file
languages/contact_form-sk_SK.po CHANGED
@@ -6,8 +6,8 @@ msgid ""
6
  msgstr ""
7
  "Project-Id-Version: Contact form\n"
8
  "Report-Msgid-Bugs-To: \n"
9
- "POT-Creation-Date: 2014-09-02 11:46+0300\n"
10
- "PO-Revision-Date: 2014-09-02 11:46+0300\n"
11
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
12
  "Language-Team: Michal Vittek, www.wp.sk <michal.vittek@wp.sk>\n"
13
  "Language: sk_SK\n"
@@ -21,992 +21,1005 @@ msgstr ""
21
  "X-Poedit-SourceCharset: UTF-8\n"
22
  "X-Poedit-SearchPath-0: .\n"
23
 
24
- #: contact_form.php:74
25
- #: contact_form.php:856
26
  msgid "Contact Form Settings"
27
  msgstr "Nastavenie kontaktného formulára"
28
 
29
- #: contact_form.php:74
30
  msgid "Contact Form"
31
  msgstr "Kontaktný formulár"
32
 
33
- #: contact_form.php:151
34
- #: contact_form.php:1211
35
- #: contact_form.php:1245
36
  msgid "Name:"
37
  msgstr "Meno:"
38
 
39
- #: contact_form.php:152
40
- #: contact_form.php:1212
41
- #: contact_form.php:1246
42
  msgid "Address:"
43
  msgstr "Adresa::"
44
 
45
- #: contact_form.php:153
46
- #: contact_form.php:1213
47
- #: contact_form.php:1247
48
  msgid "Email Address:"
49
  msgstr "E-Mail:"
50
 
51
- #: contact_form.php:154
52
- #: contact_form.php:1214
53
- #: contact_form.php:1248
54
  msgid "Phone number:"
55
  msgstr "Telefónne číslo:"
56
 
57
- #: contact_form.php:155
58
- #: contact_form.php:1215
59
- #: contact_form.php:1249
60
  msgid "Subject:"
61
  msgstr "Predmet:"
62
 
63
- #: contact_form.php:156
64
- #: contact_form.php:1216
65
- #: contact_form.php:1250
66
  msgid "Message:"
67
  msgstr "Správa:"
68
 
69
- #: contact_form.php:157
70
- #: contact_form.php:1217
71
- #: contact_form.php:1251
72
  msgid "Attachment:"
73
  msgstr "Príloha"
74
 
75
- #: contact_form.php:158
76
  msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
77
  msgstr "Podporované typy súborov: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max veľksoť súbora: 2MB"
78
 
79
- #: contact_form.php:159
80
- #: contact_form.php:1219
81
- #: contact_form.php:1253
82
  msgid "Send me a copy"
83
  msgstr "Zaslať mi kópiu"
84
 
85
- #: contact_form.php:160
86
- #: contact_form.php:1220
87
- #: contact_form.php:1254
88
  msgid "Submit"
89
  msgstr "Odoslať"
90
 
91
- #: contact_form.php:161
92
  msgid "Your name is required."
93
  msgstr "Vaše meno je vyžadované."
94
 
95
- #: contact_form.php:162
96
  msgid "Address is required."
97
  msgstr "Adresa je vyžadovaná."
98
 
99
- #: contact_form.php:163
100
  msgid "A valid email address is required."
101
  msgstr "Platný E-mail je vyžadovaný."
102
 
103
- #: contact_form.php:164
104
  msgid "Phone number is required."
105
  msgstr "Telefónne číslo je vyžadované."
106
 
107
- #: contact_form.php:165
108
  msgid "Subject is required."
109
  msgstr "Predmet je vyžadovaný."
110
 
111
- #: contact_form.php:166
112
  msgid "Message text is required."
113
  msgstr "Správa je vyžadovaná."
114
 
115
- #: contact_form.php:167
116
  msgid "File format is not valid."
117
  msgstr "Nesprávny typ súboru."
118
 
119
- #: contact_form.php:168
120
  msgid "File upload error."
121
  msgstr "Nahrávanie súboru zlyhalo."
122
 
123
- #: contact_form.php:169
124
  msgid "The file could not be uploaded."
125
  msgstr "Súbor nemôže byť nahraný."
126
 
127
- #: contact_form.php:170
128
  msgid "This file is too large."
129
  msgstr "Súbor je príliš veľký."
130
 
131
- #: contact_form.php:171
132
  msgid "Please fill out the CAPTCHA."
133
  msgstr "Prosím opíšte CAPTCHA text."
134
 
135
- #: contact_form.php:172
136
  msgid "Please make corrections below and try again."
137
  msgstr "Prosím opravte chyby a skúste to opäť."
138
 
139
- #: contact_form.php:174
140
  msgid "Thank you for contacting us."
141
  msgstr "Ďakujeme za správu."
142
 
143
- #: contact_form.php:370
144
  msgid "requires"
145
  msgstr "vyžaduje"
146
 
147
- #: contact_form.php:370
148
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
149
  msgstr "alebo vyššiu. Prosím, aktualizujte WordPress a skúste pokus opakovať."
150
 
151
- #: contact_form.php:370
152
  msgid "Back to the WordPress"
153
  msgstr "Späť na WordPress"
154
 
155
- #: contact_form.php:370
156
  msgid "Plugins page"
157
  msgstr "Stránka modulov"
158
 
159
- #: contact_form.php:678
160
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
161
  msgstr "Ak je vybratá možnosť \"Presmerovanie na stránku\" potom pole URL by malo mať nasledujúci formát"
162
 
163
- #: contact_form.php:687
164
  msgid "Such user does not exist."
165
  msgstr "Taký užívateľ neexistuje."
166
 
167
- #: contact_form.php:697
168
  msgid "Please enter a valid email address in the 'Use this email address' field."
169
  msgstr "Zadajte platnú e-mailovú adresu v poli \"Použiť tento email\"."
170
 
171
- #: contact_form.php:705
172
  msgid "Please enter a valid email address in the 'FROM' field."
173
  msgstr "Zadajte platnú e-mailovú adresu v poli \"Od\"."
174
 
175
- #: contact_form.php:730
176
  msgid "Settings saved."
177
  msgstr "Nastavenie uložené."
178
 
179
- #: contact_form.php:732
180
  msgid "Settings are not saved."
181
  msgstr "Nastavenie sa neuloží."
182
 
183
- #: contact_form.php:759
184
- #: contact_form.php:791
185
  msgid "Wrong license key"
186
  msgstr "Zlý licenčný kľúč"
187
 
188
- #: contact_form.php:784
189
  msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
190
  msgstr "Ničo sa pokazilo. Skúste to o chvíľu. Ak sa chyba bude opakovať, kontaktujte <a href=http://support.bestwebsoft.com>podporu BestWebSoft</a>. Ospravedlňujeme sa."
191
 
192
- #: contact_form.php:793
193
  msgid "This license key is bind to another site"
194
  msgstr "Licenčný kľúč patrí inej stránke"
195
 
196
- #: contact_form.php:795
197
- #: contact_form.php:1656
198
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
199
  msgstr "Ľutujeme, využili ste maximálny počet pokusov na tento deň. Aktualizujte modul manuálne."
200
 
201
- #: contact_form.php:812
202
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
203
  msgstr "Nepodarilo sa otvoriť .zip archív. Aktualizujte súbor manuálne."
204
 
205
- #: contact_form.php:818
206
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
207
  msgstr "Váš server nepodporuje ZipArchive alebo Phar. Aktualizujte modul manuálne"
208
 
209
- #: contact_form.php:822
210
- #: contact_form.php:831
211
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
212
  msgstr "Zlyhalo stiahnutie .zip súbora. Prosím, aktualizujte modul manuálne"
213
 
214
- #: contact_form.php:835
215
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
216
  msgstr "Ospravedlňujeme sa. Stala sa chyba. Prosím aktualizujte modul manuálne."
217
 
218
- #: contact_form.php:850
219
  msgid "Please, enter Your license key"
220
  msgstr "Prosím zadajte váš licenčný kľúč"
221
 
222
- #: contact_form.php:858
223
- #: contact_form.php:2347
224
- #: contact_form.php:2359
225
  msgid "Settings"
226
  msgstr "Nastavenia"
227
 
228
- #: contact_form.php:859
229
  msgid "Extra settings"
230
  msgstr "Extra nastavenia"
231
 
232
- #: contact_form.php:860
233
- #: contact_form.php:2360
234
  msgid "FAQ"
235
  msgstr "Často kladené otázky"
236
 
237
- #: contact_form.php:861
238
  msgid "Go PRO"
239
  msgstr "Zakúpiť PRO"
240
 
241
- #: contact_form.php:864
242
  msgid "Notice:"
243
  msgstr "Oznam:"
244
 
245
- #: contact_form.php:864
246
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
247
  msgstr "Zmenili ste nastavenia modulu. Pre uloženie zmien, kliknite na tlačidlo \"Uložiť zmeny\"."
248
 
249
- #: contact_form.php:870
250
  msgid "If you want to create multiple contact forms, please install the Contact Form Multi plugin."
251
  msgstr "Ak si želáte vytvoriť viac formulárov, prosím nainštalujte si modul Contact Form Multi "
252
 
253
- #: contact_form.php:876
254
- #: contact_form.php:881
255
- #: contact_form.php:1615
256
  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:"
257
  msgstr "Ak by ste chceli pridať kontaktný formulár na svoje webové stránky, stačí skopírovať a vložiť shortcode k príspevku, stránke alebo widgetu:"
258
 
259
- #: contact_form.php:876
260
- #: contact_form.php:877
261
- #: contact_form.php:881
262
- #: contact_form.php:882
263
- #: contact_form.php:1235
264
- #: contact_form.php:1237
265
- #: contact_form.php:1298
266
- #: contact_form.php:1300
267
  msgid "or"
268
  msgstr "alebo"
269
 
270
- #: contact_form.php:877
271
- #: contact_form.php:882
272
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
273
  msgstr "Ak máte nejaké problémy so štandardným shortcode [contact_form], mali by ste použiť shortcode"
274
 
275
- #: contact_form.php:878
276
- #: contact_form.php:883
277
  msgid "They work the same way."
278
  msgstr "Fungujú rovnakým spôsobom."
279
 
280
- #: contact_form.php:879
281
- #: contact_form.php:884
282
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
283
  msgstr "Ak necháte pole prázdne, budú správy posielané na e-mailovú adresu zadanú pri registrácii."
284
 
285
- #: contact_form.php:889
286
  msgid "The user's email address:"
287
  msgstr "Užívateľova e-mailová adresa:"
288
 
289
- #: contact_form.php:893
290
  msgid "Create a username"
291
  msgstr "Vytvorte užívateľské meno"
292
 
293
- #: contact_form.php:900
294
  msgid "Enter a username of the person who should get the messages from the contact form."
295
  msgstr "Zadajte užívateľské meno osoby, ktorá by mala dostať správy z kontaktného formulára."
296
 
297
- #: contact_form.php:904
298
  msgid "Use this email address:"
299
  msgstr "Použíte tento email::"
300
 
301
- #: contact_form.php:907
302
  msgid "Enter the email address you want the messages forwarded to."
303
  msgstr "Zadajte e-mailovú adresu, ktorú chcete do správy presmerovať."
304
 
305
- #: contact_form.php:916
306
  msgid "Add department selectbox to the contact form:"
307
  msgstr "Pridať oddelenie výberového oddielu do formulára:"
308
 
309
- #: contact_form.php:924
310
- #: contact_form.php:1498
 
311
  msgid "If you upgrade to Pro version all your settings will be saved."
312
  msgstr "Ak si zakúpite PRO verziu, vaše nastavenia sa uložia."
313
 
314
- #: contact_form.php:931
315
- #: contact_form.php:1077
316
- #: contact_form.php:1151
317
- #: contact_form.php:1505
 
318
  msgid "Unlock premium options by upgrading to a PRO version."
319
  msgstr "Odblokujte prémiové nastavenia kúpením PRO verzie modulu."
320
 
321
- #: contact_form.php:932
322
- #: contact_form.php:1078
323
- #: contact_form.php:1152
324
- #: contact_form.php:1506
325
- #: contact_form.php:2621
326
- #: contact_form.php:2637
 
327
  msgid "Learn More"
328
  msgstr "Zistiť viac"
329
 
330
- #: contact_form.php:935
331
- #: contact_form.php:1081
332
- #: contact_form.php:1155
333
- #: contact_form.php:1509
 
334
  msgid "Go"
335
  msgstr "Ísť"
336
 
337
- #: contact_form.php:942
338
  msgid "Save emails to the database"
339
  msgstr "Uložiť emaily do databázy"
340
 
341
- #: contact_form.php:948
342
  msgid "Using"
343
  msgstr "Používa"
344
 
345
- #: contact_form.php:948
346
- #: contact_form.php:1128
347
- #: contact_form.php:1131
348
- #: contact_form.php:1135
349
  msgid "powered by"
350
  msgstr "poháňa"
351
 
352
- #: contact_form.php:951
353
- #: contact_form.php:955
354
  msgid "Using Contact Form to DB powered by"
355
  msgstr "Použiť Contact Forrm do DB poháňaný"
356
 
357
- #: contact_form.php:951
358
  msgid "Activate Contact Form to DB"
359
  msgstr "Aktivovať Contact Form 7 do DB"
360
 
361
- #: contact_form.php:955
362
  msgid "Download Contact Form to DB"
363
  msgstr "Stiahnuť Contact Form 7 do DB"
364
 
365
- #: contact_form.php:960
366
  msgid "Additional options"
367
  msgstr "Ďalšie nastavenia"
368
 
369
- #: contact_form.php:962
370
  msgid "Show"
371
  msgstr "Zobraziť"
372
 
373
- #: contact_form.php:963
374
  msgid "Hide"
375
  msgstr "Schovať"
376
 
377
- #: contact_form.php:967
378
  msgid "What to use?"
379
  msgstr "Čo používať?"
380
 
381
- #: contact_form.php:970
382
  msgid "Wp-mail"
383
  msgstr "Wp-mail"
384
 
385
- #: contact_form.php:970
386
  msgid "You can use the wp_mail function for mailing"
387
  msgstr "Môžete použiť wp_mail funkcie pre zasielanie"
388
 
389
- #: contact_form.php:972
390
  msgid "Mail"
391
  msgstr "Email"
392
 
393
- #: contact_form.php:972
394
  msgid "To send mail you can use the php mail function"
395
  msgstr "Ak chcete odosielať poštu, môžete použiť e-mailoé PHP funkcie"
396
 
397
- #: contact_form.php:976
398
  msgid "The text in the 'From' field"
399
  msgstr "Text v poli \"od\""
400
 
401
- #: contact_form.php:978
402
  msgid "User name"
403
  msgstr "Používateľské meno"
404
 
405
- #: contact_form.php:979
406
  msgid "The name of the user who fills the form will be used in the field 'From'."
407
  msgstr "Meno, zobrazené ako odosielateľ emailu."
408
 
409
- #: contact_form.php:982
410
  msgid "This text will be used in the 'FROM' field"
411
  msgstr "Text v poli \"od\""
412
 
413
- #: contact_form.php:986
414
  msgid "The email address in the 'From' field"
415
  msgstr "E-mailová adresa v poli \"od\""
416
 
417
- #: contact_form.php:988
418
  msgid "User email"
419
  msgstr "Používateľský email"
420
 
421
- #: contact_form.php:989
422
  msgid "The email address of the user who fills the form will be used in the field 'From'."
423
  msgstr "Emailová adresa používateľa, ktorý vyplní formulár bude použitá v poli \"Od\""
424
 
425
- #: contact_form.php:992
426
  msgid "This email address will be used in the 'From' field."
427
  msgstr "Táto e-mailová adresa bude použitá v poli 'od'."
428
 
429
- #: contact_form.php:996
430
  msgid "Required symbol"
431
  msgstr "Vyžadovaný znak"
432
 
433
- #: contact_form.php:1006
434
  msgid "Fields"
435
  msgstr "Polia"
436
 
437
- #: contact_form.php:1007
438
  msgid "Used"
439
  msgstr "Použité"
440
 
441
- #: contact_form.php:1008
442
  msgid "Required"
443
  msgstr "Vyžadované"
444
 
445
- #: contact_form.php:1009
446
  msgid "Visible"
447
  msgstr "Viditeľné"
448
 
449
- #: contact_form.php:1010
450
  msgid "Disabled for editing"
451
  msgstr "Nedá sa upraviť"
452
 
453
- #: contact_form.php:1011
454
  msgid "Field's default value"
455
  msgstr "Základná hodnota pola"
456
 
457
- #: contact_form.php:1016
458
- #: contact_form.php:1373
459
- #: contact_form.php:2137
460
- #: contact_form.php:2173
461
  msgid "Name"
462
  msgstr "Meno"
463
 
464
- #: contact_form.php:1024
465
  msgid "Location selectbox"
466
  msgstr "Poloha výberového oddielu"
467
 
468
- #: contact_form.php:1032
469
- #: contact_form.php:1378
470
- #: contact_form.php:2143
471
- #: contact_form.php:2177
472
  msgid "Address"
473
  msgstr "Adresa"
474
 
475
- #: contact_form.php:1040
476
  msgid "Email Address"
477
  msgstr "Emailová adresa"
478
 
479
- #: contact_form.php:1048
480
  msgid "Phone number"
481
  msgstr "Telefónne číslo"
482
 
483
- #: contact_form.php:1056
484
- #: contact_form.php:1393
485
- #: contact_form.php:2158
486
- #: contact_form.php:2186
487
  msgid "Subject"
488
  msgstr "Predmet"
489
 
490
- #: contact_form.php:1064
491
- #: contact_form.php:1397
492
- #: contact_form.php:2161
493
- #: contact_form.php:2188
494
  msgid "Message"
495
  msgstr "Správa"
496
 
497
- #: contact_form.php:1088
498
  msgid "Attachment block"
499
  msgstr "Blok príloh"
500
 
501
- #: contact_form.php:1090
502
  msgid "Users can attach the following file formats"
503
  msgstr "Užívatelia môžu pripojiť nasledujúce formáty súborov"
504
 
505
- #: contact_form.php:1103
506
  msgid "Add to the form"
507
  msgstr "Pridať do formulára"
508
 
509
- #: contact_form.php:1108
510
  msgid "Tips below the Attachment"
511
  msgstr "Rady zobrazené pod prílohami"
512
 
513
- #: contact_form.php:1117
514
  msgid "'Send me a copy' block"
515
  msgstr "Zobraziť blok 'Zaslať kópiu'"
516
 
517
- #: contact_form.php:1128
518
- #: contact_form.php:1131
519
- #: contact_form.php:1135
520
- #: contact_form.php:1407
521
  msgid "Captcha"
522
  msgstr "Captcha"
523
 
524
- #: contact_form.php:1131
525
  msgid "Activate captcha"
526
  msgstr "Aktivovať captcha"
527
 
528
- #: contact_form.php:1135
529
  msgid "Download captcha"
530
  msgstr "Stiahnuť captcha"
531
 
532
- #: contact_form.php:1143
533
  msgid "Agreement checkbox"
534
  msgstr "Označenie súhlasu"
535
 
536
- #: contact_form.php:1143
537
  msgid "Required checkbox for submitting the form"
538
  msgstr "Vyžaduje označenie súhlasu pri odoslaní formulára"
539
 
540
- #: contact_form.php:1144
541
  msgid "Optional checkbox"
542
  msgstr "Voliteľné zaškrtávacie políčko"
543
 
544
- #: contact_form.php:1144
545
  msgid "Optional checkbox, the results of which will be displayed in email"
546
  msgstr "Voliteľné zaškrtávacie políčko, jeho výsledok bude zobrazený v emaile"
547
 
548
- #: contact_form.php:1161
549
  msgid "Delete an attachment file from the server after the email is sent"
550
  msgstr "Vymazať prílohy zo servera po odoslaní emailu"
551
 
552
- #: contact_form.php:1167
553
  msgid "Email in HTML format sending"
554
  msgstr "Povoliť HTML formátovanie"
555
 
556
- #: contact_form.php:1171
557
  msgid "Display additional info in the email"
558
  msgstr "Zobraziť ďalšie informácie v e-maile"
559
 
560
- #: contact_form.php:1176
561
- #: contact_form.php:2104
562
- #: contact_form.php:2106
563
  msgid "Sent from (ip address)"
564
  msgstr "Odoslané z (ip adresa)"
565
 
566
- #: contact_form.php:1176
567
  msgid "Example: Sent from (IP address):\t127.0.0.1"
568
  msgstr "Príklad: Odoslané z (IP addresa):\t127.0.0.1"
569
 
570
- #: contact_form.php:1177
571
- #: contact_form.php:2110
572
- #: contact_form.php:2112
573
  msgid "Date/Time"
574
  msgstr "Datum / Čas"
575
 
576
- #: contact_form.php:1177
577
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
578
  msgstr "Príklad: Dátum/Čas:\tAugust 19, 2013 8:50 pm"
579
 
580
- #: contact_form.php:1178
581
- #: contact_form.php:2116
582
- #: contact_form.php:2118
583
  msgid "Sent from (referer)"
584
  msgstr "Odoslané z"
585
 
586
- #: contact_form.php:1178
587
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
588
  msgstr "Príklad: Odoslané pomocou (odkaz):\thttp://bestwebsoft.com/contacts/contact-us/"
589
 
590
- #: contact_form.php:1179
591
- #: contact_form.php:2122
592
- #: contact_form.php:2124
593
  msgid "Using (user agent)"
594
  msgstr "Použitie (user agent)"
595
 
596
- #: contact_form.php:1179
597
  msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
598
  msgstr "Príklad: Prehliadač (používateľ):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
599
 
600
- #: contact_form.php:1183
601
  msgid "Language settings for the field names in the form"
602
  msgstr "Nastavenie jazyka pre názvy polí vo formulári"
603
 
604
- #: contact_form.php:1192
605
  msgid "Add a language"
606
  msgstr "Pridať jazyk"
607
 
608
- #: contact_form.php:1196
609
  msgid "Change the names of the contact form fields and error messages"
610
  msgstr "Zmena názvov polí kontaktného formulára a chybových hlásení"
611
 
612
- #: contact_form.php:1201
613
- #: contact_form.php:1288
614
  msgid "English"
615
  msgstr "Anglicky"
616
 
617
- #: contact_form.php:1209
618
- #: contact_form.php:1243
619
  msgid "click to expand/hide the list"
620
  msgstr "kliknite pre rozbalenie/schovanie zoznamu"
621
 
622
- #: contact_form.php:1218
623
- #: contact_form.php:1252
624
  msgid "Tips below the Attachment block"
625
  msgstr "Zobrazenie rád pod blokom príloh"
626
 
627
- #: contact_form.php:1221
628
- #: contact_form.php:1255
629
  msgid "Error message for the Name field"
630
  msgstr "Chybová správa v poli: Meno"
631
 
632
- #: contact_form.php:1222
633
- #: contact_form.php:1256
634
  msgid "Error message for the Address field"
635
  msgstr "Chybová správa v poli: Adresa"
636
 
637
- #: contact_form.php:1223
638
- #: contact_form.php:1257
639
  msgid "Error message for the Email field"
640
  msgstr "Chybová správa v poli: Email"
641
 
642
- #: contact_form.php:1224
643
- #: contact_form.php:1258
644
  msgid "Error message for the Phone field"
645
  msgstr "Chybová správa v poli: Telefón"
646
 
647
- #: contact_form.php:1225
648
- #: contact_form.php:1259
649
  msgid "Error message for the Subject field"
650
  msgstr "Chybová správa v poli: Predmet"
651
 
652
- #: contact_form.php:1226
653
- #: contact_form.php:1260
654
  msgid "Error message for the Message field"
655
  msgstr "Chybová správa v poli: Správa"
656
 
657
- #: contact_form.php:1227
658
- #: contact_form.php:1261
659
  msgid "Error message about the file type for the Attachment field"
660
  msgstr "Chybová správa o type súbora v poli príloh"
661
 
662
- #: contact_form.php:1228
663
- #: contact_form.php:1262
664
  msgid "Error message while uploading a file for the Attachment field to the server"
665
  msgstr "Chybová správa pri neúspešnom nahraní súbora na server"
666
 
667
- #: contact_form.php:1229
668
- #: contact_form.php:1263
669
  msgid "Error message while moving the file for the Attachment field"
670
  msgstr "Chybová správa pri neúspešnom presune súbora do pola prílohy"
671
 
672
- #: contact_form.php:1230
673
- #: contact_form.php:1264
674
  msgid "Error message when file size limit for the Attachment field is exceeded"
675
  msgstr "Chybová správa pri prekročení maximálnej veľkosti súboru"
676
 
677
- #: contact_form.php:1231
678
- #: contact_form.php:1265
679
  msgid "Error message for the Captcha field"
680
  msgstr "Chybová správa v poli Captcha"
681
 
682
- #: contact_form.php:1232
683
- #: contact_form.php:1266
684
  msgid "Error message for the whole form"
685
  msgstr "Chybová správa celého formulára"
686
 
687
- #: contact_form.php:1235
688
- #: contact_form.php:1237
689
- #: contact_form.php:1269
690
- #: contact_form.php:1271
691
- #: contact_form.php:1298
692
- #: contact_form.php:1300
693
- #: contact_form.php:1308
694
- #: contact_form.php:1310
695
  msgid "Use shortcode"
696
  msgstr "Použite krátky kód"
697
 
698
- #: contact_form.php:1235
699
- #: contact_form.php:1237
700
- #: contact_form.php:1269
701
- #: contact_form.php:1271
702
- #: contact_form.php:1298
703
- #: contact_form.php:1300
704
- #: contact_form.php:1308
705
- #: contact_form.php:1310
706
  msgid "for this language"
707
  msgstr "pre tento jazyk"
708
 
709
- #: contact_form.php:1279
710
  msgid "Use the changed names of the contact form fields in the email"
711
  msgstr "Použite zmenu názvov polí v emaile"
712
 
713
- #: contact_form.php:1285
714
  msgid "Action after email is sent"
715
  msgstr "Akcia po zaslaní mailu."
716
 
717
- #: contact_form.php:1287
718
  msgid "Display text"
719
  msgstr "Zobraziť text"
720
 
721
- #: contact_form.php:1296
722
- #: contact_form.php:1306
723
  msgid "Text"
724
  msgstr "Text"
725
 
726
- #: contact_form.php:1317
727
  msgid "Redirect to the page"
728
  msgstr "Presmerovať na stránku"
729
 
730
- #: contact_form.php:1318
731
  msgid "Url"
732
  msgstr "Url"
733
 
734
- #: contact_form.php:1322
735
  msgid "The $_SERVER variable that is used to build a URL of the form"
736
  msgstr "$_SERVER je premenná použitá na stavbu URL adresy formulára"
737
 
738
- #: contact_form.php:1326
739
  msgid "If you are not sure whether to change this setting or not, please do not do that."
740
  msgstr "Ak si nie ste istý, nemeňte toto nastavenie."
741
 
742
- #: contact_form.php:1332
743
- #: contact_form.php:1516
 
 
 
 
 
 
 
 
 
744
  msgid "Save Changes"
745
  msgstr "Uložiť zmeny"
746
 
747
- #: contact_form.php:1337
748
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
749
  msgstr "Ak sa vám páči tento modul, ohodnoťte ho na WordPress.org 5 timi hviezdami."
750
 
751
- #: contact_form.php:1338
752
  msgid "Rate the plugin"
753
  msgstr "Ohodnotiť modul"
754
 
755
- #: contact_form.php:1341
756
  msgid "If there is something wrong about it, please contact us"
757
  msgstr "Ak sa vám na tom niečo nepáči, kontaktujte nás"
758
 
759
- #: contact_form.php:1353
760
  msgid "Errors output"
761
  msgstr "Chybový výstup"
762
 
763
- #: contact_form.php:1356
764
  msgid "Display error messages"
765
  msgstr "Zobrazí chybové správy"
766
 
767
- #: contact_form.php:1357
768
  msgid "Color of the input field errors."
769
  msgstr "Farba textu chybových polí."
770
 
771
- #: contact_form.php:1358
772
  msgid "Display error messages & color of the input field errors"
773
  msgstr "Zobrazí chybové správy a ich farbu"
774
 
775
- #: contact_form.php:1363
776
  msgid "Add placeholder to the input blocks"
777
  msgstr "Pridať zástupný znak do blokov"
778
 
779
- #: contact_form.php:1369
780
  msgid "Add tooltips"
781
  msgstr "Pridať popisky"
782
 
783
- #: contact_form.php:1383
784
  msgid "Email address"
785
  msgstr "Emailová adresa"
786
 
787
- #: contact_form.php:1388
788
  msgid "Phone Number"
789
  msgstr "Tel. číslo"
790
 
791
- #: contact_form.php:1402
792
  msgid "Attachment"
793
  msgstr "Príloha"
794
 
795
- #: contact_form.php:1407
796
  msgid "(powered by bestwebsoft.com)"
797
  msgstr "(poháňa bestwebsoft.com)"
798
 
799
- #: contact_form.php:1412
800
  msgid "Style options"
801
  msgstr "Nastavenie štýlu"
802
 
803
- #: contact_form.php:1415
804
  msgid "Text color"
805
  msgstr "Farba textu"
806
 
807
- #: contact_form.php:1418
808
- #: contact_form.php:1423
809
- #: contact_form.php:1433
810
- #: contact_form.php:1438
811
- #: contact_form.php:1443
812
- #: contact_form.php:1448
813
- #: contact_form.php:1458
814
- #: contact_form.php:1463
815
- #: contact_form.php:1469
816
- #: contact_form.php:1480
817
- #: contact_form.php:1485
818
- #: contact_form.php:1490
819
  msgid "Default"
820
  msgstr "Základná"
821
 
822
- #: contact_form.php:1420
823
  msgid "Label text color"
824
  msgstr "Označenie farby textu"
825
 
826
- #: contact_form.php:1425
827
  msgid "Placeholder color"
828
  msgstr "Farba zástupného znaku"
829
 
830
- #: contact_form.php:1430
831
  msgid "Errors color"
832
  msgstr "Farba chýb"
833
 
834
- #: contact_form.php:1435
835
  msgid "Error text color"
836
  msgstr "Farba textu"
837
 
838
- #: contact_form.php:1440
839
  msgid "Background color of the input field errors"
840
  msgstr "Farba pozadia polí chýb"
841
 
842
- #: contact_form.php:1445
843
  msgid "Border color of the input field errors"
844
  msgstr "Farba ohraničenia polí chýb"
845
 
846
- #: contact_form.php:1450
847
  msgid "Placeholder color of the input field errors"
848
  msgstr "Farba zástupného znaku polí chýb"
849
 
850
- #: contact_form.php:1455
851
  msgid "Input fields"
852
  msgstr "Vložiť polia"
853
 
854
- #: contact_form.php:1460
855
  msgid "Input fields background color"
856
  msgstr "Farba pozadia polí"
857
 
858
- #: contact_form.php:1465
859
  msgid "Text fields color"
860
  msgstr "Farba textových polí"
861
 
862
- #: contact_form.php:1467
863
  msgid "Border width in px, numbers only"
864
  msgstr "Šírka orámovania v px, vkladajte iba číselné hodnoty"
865
 
866
- #: contact_form.php:1471
867
- #: contact_form.php:1492
868
  msgid "Border color"
869
  msgstr "Farba ohraničenia"
870
 
871
- #: contact_form.php:1476
872
  msgid "Submit button"
873
  msgstr "Porvrdzovacie tlačidlo"
874
 
875
- #: contact_form.php:1478
876
  msgid "Width in px, numbers only"
877
  msgstr "Šírka v px, vkladajte iba číselné hodnoty"
878
 
879
- #: contact_form.php:1482
880
  msgid "Button color"
881
  msgstr "Farba tlačidla"
882
 
883
- #: contact_form.php:1487
884
  msgid "Button text color"
885
  msgstr "Farba textu v tlačidle"
886
 
887
- #: contact_form.php:1520
888
  msgid "Contact Form Pro | Preview"
889
  msgstr "Kontaktný formulár Pro | Zobrazenie"
890
 
891
- #: contact_form.php:1523
892
  msgid "Show with errors"
893
  msgstr "Zobraziť s chybami"
894
 
895
- #: contact_form.php:1531
896
- #: contact_form.php:1533
897
  msgid "Please enter your full name..."
898
  msgstr "Prosím, zadajte vaše celé meno..."
899
 
900
- #: contact_form.php:1544
901
- #: contact_form.php:1546
902
  msgid "Please enter your address..."
903
  msgstr "Prosím, zadajte vašu emailovú adresu..."
904
 
905
- #: contact_form.php:1555
906
- #: contact_form.php:1557
907
  msgid "Please enter your email address..."
908
  msgstr "Prosím zadajte vašu e-mailovú adresu..."
909
 
910
- #: contact_form.php:1566
911
- #: contact_form.php:1568
912
  msgid "Please enter your phone number..."
913
  msgstr "Prosím, zadajte vaše telefónne číslo..."
914
 
915
- #: contact_form.php:1577
916
- #: contact_form.php:1579
917
  msgid "Please enter subject..."
918
  msgstr "Prosím, zadajte predmet..."
919
 
920
- #: contact_form.php:1587
921
- #: contact_form.php:1589
922
  msgid "Please enter your message..."
923
  msgstr "Prosím, zadajte vašu správu..."
924
 
925
- #: contact_form.php:1631
926
  msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
927
  msgstr "Gratulujeme! Pro verzia modulu je nainštalovaná a aktívna."
928
 
929
- #: contact_form.php:1633
930
  msgid "Please, go to"
931
  msgstr "Prosím, choďte na"
932
 
933
- #: contact_form.php:1633
934
  msgid "the setting page"
935
  msgstr "stránku nastavení"
936
 
937
- #: contact_form.php:1634
938
  msgid "You will be redirected automatically in 5 seconds."
939
  msgstr "Za 5 sekúnd budete automaticky presmerovaní."
940
 
941
- #: contact_form.php:1639
942
  msgid "You can download and activate"
943
  msgstr "Môžete stiahnuť a aktivovať"
944
 
945
- #: contact_form.php:1641
946
  msgid "version of this plugin by entering Your license key."
947
  msgstr "verziu tohto modulu, pomocou vašeho licenčného kľuča"
948
 
949
- #: contact_form.php:1643
950
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
951
  msgstr "Licenčný kľúč nájdete na vašej osobnej stránke v oblasti Klient."
952
 
953
- #: contact_form.php:1645
954
  msgid "(your username is the email you specify when purchasing the product)."
955
  msgstr "(používateľské meno predstavuje email zadaný pri platbe produktu)"
956
 
957
- #: contact_form.php:1653
958
- #: contact_form.php:1663
959
  msgid "Activate"
960
  msgstr "Aktivovať"
961
 
962
- #: contact_form.php:1729
963
  msgid "Sorry, email message could not be delivered."
964
  msgstr "Prepáčte, správa nemohla byť doručená."
965
 
966
- #: contact_form.php:2131
967
  msgid "Contact from"
968
  msgstr "Kontaktný formulár"
969
 
970
- #: contact_form.php:2148
971
- #: contact_form.php:2180
972
  msgid "Email"
973
  msgstr "Email"
974
 
975
- #: contact_form.php:2153
976
- #: contact_form.php:2183
977
  msgid "Phone"
978
  msgstr "Telefón"
979
 
980
- #: contact_form.php:2164
981
- #: contact_form.php:2190
982
  msgid "Site"
983
  msgstr "Stránka"
984
 
985
- #: contact_form.php:2280
986
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
987
  msgstr "Ak vidíte túto MIME, znamená to, že MIME typ nie je podporovaný vyším e-mailovým klientom!"
988
 
989
- #: contact_form.php:2361
990
  msgid "Support"
991
  msgstr "Podpora"
992
 
993
- #: contact_form.php:2411
994
  msgid "Are you sure that you want to delete this language data?"
995
  msgstr "Naozaj chcete vymazať tieto jazykové dáta?"
996
 
997
- #: contact_form.php:2624
998
  msgid "It’s time to upgrade your <strong>Contact Form plugin</strong> to <strong>PRO</strong> version"
999
  msgstr "Je čas na zakúpenie<strong>Pro verzie </strong> modulu <strong>Contact Form </strong>"
1000
 
1001
- #: contact_form.php:2625
1002
  msgid "Extend standard plugin functionality with new great options."
1003
  msgstr "Rozšírte možnosti štandardného modulu."
1004
 
1005
- #: contact_form.php:2640
1006
  msgid "<strong>Contact Form to DB</strong> allows to store your messages to the database."
1007
  msgstr "<strong>Contact Form to DB</strong> vám dovolí ukladať spravy do databázy."
1008
 
1009
- #: contact_form.php:2641
1010
  msgid "Manage messages that have been sent from your website."
1011
  msgstr "Spravujte správy, ktoré boli odoslané z vašej stránky"
1012
 
6
  msgstr ""
7
  "Project-Id-Version: Contact form\n"
8
  "Report-Msgid-Bugs-To: \n"
9
+ "POT-Creation-Date: 2014-10-21 10:33+0300\n"
10
+ "PO-Revision-Date: 2014-10-21 10:33+0300\n"
11
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
12
  "Language-Team: Michal Vittek, www.wp.sk <michal.vittek@wp.sk>\n"
13
  "Language: sk_SK\n"
21
  "X-Poedit-SourceCharset: UTF-8\n"
22
  "X-Poedit-SearchPath-0: .\n"
23
 
24
+ #: contact_form.php:68
25
+ #: contact_form.php:753
26
  msgid "Contact Form Settings"
27
  msgstr "Nastavenie kontaktného formulára"
28
 
29
+ #: contact_form.php:68
30
  msgid "Contact Form"
31
  msgstr "Kontaktný formulár"
32
 
33
+ #: contact_form.php:147
34
+ #: contact_form.php:1108
35
+ #: contact_form.php:1142
36
  msgid "Name:"
37
  msgstr "Meno:"
38
 
39
+ #: contact_form.php:148
40
+ #: contact_form.php:1109
41
+ #: contact_form.php:1143
42
  msgid "Address:"
43
  msgstr "Adresa::"
44
 
45
+ #: contact_form.php:149
46
+ #: contact_form.php:1110
47
+ #: contact_form.php:1144
48
  msgid "Email Address:"
49
  msgstr "E-Mail:"
50
 
51
+ #: contact_form.php:150
52
+ #: contact_form.php:1111
53
+ #: contact_form.php:1145
54
  msgid "Phone number:"
55
  msgstr "Telefónne číslo:"
56
 
57
+ #: contact_form.php:151
58
+ #: contact_form.php:1112
59
+ #: contact_form.php:1146
60
  msgid "Subject:"
61
  msgstr "Predmet:"
62
 
63
+ #: contact_form.php:152
64
+ #: contact_form.php:1113
65
+ #: contact_form.php:1147
66
  msgid "Message:"
67
  msgstr "Správa:"
68
 
69
+ #: contact_form.php:153
70
+ #: contact_form.php:1114
71
+ #: contact_form.php:1148
72
  msgid "Attachment:"
73
  msgstr "Príloha"
74
 
75
+ #: contact_form.php:154
76
  msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
77
  msgstr "Podporované typy súborov: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max veľksoť súbora: 2MB"
78
 
79
+ #: contact_form.php:155
80
+ #: contact_form.php:1116
81
+ #: contact_form.php:1150
82
  msgid "Send me a copy"
83
  msgstr "Zaslať mi kópiu"
84
 
85
+ #: contact_form.php:156
86
+ #: contact_form.php:1117
87
+ #: contact_form.php:1151
88
  msgid "Submit"
89
  msgstr "Odoslať"
90
 
91
+ #: contact_form.php:157
92
  msgid "Your name is required."
93
  msgstr "Vaše meno je vyžadované."
94
 
95
+ #: contact_form.php:158
96
  msgid "Address is required."
97
  msgstr "Adresa je vyžadovaná."
98
 
99
+ #: contact_form.php:159
100
  msgid "A valid email address is required."
101
  msgstr "Platný E-mail je vyžadovaný."
102
 
103
+ #: contact_form.php:160
104
  msgid "Phone number is required."
105
  msgstr "Telefónne číslo je vyžadované."
106
 
107
+ #: contact_form.php:161
108
  msgid "Subject is required."
109
  msgstr "Predmet je vyžadovaný."
110
 
111
+ #: contact_form.php:162
112
  msgid "Message text is required."
113
  msgstr "Správa je vyžadovaná."
114
 
115
+ #: contact_form.php:163
116
  msgid "File format is not valid."
117
  msgstr "Nesprávny typ súboru."
118
 
119
+ #: contact_form.php:164
120
  msgid "File upload error."
121
  msgstr "Nahrávanie súboru zlyhalo."
122
 
123
+ #: contact_form.php:165
124
  msgid "The file could not be uploaded."
125
  msgstr "Súbor nemôže byť nahraný."
126
 
127
+ #: contact_form.php:166
128
  msgid "This file is too large."
129
  msgstr "Súbor je príliš veľký."
130
 
131
+ #: contact_form.php:167
132
  msgid "Please fill out the CAPTCHA."
133
  msgstr "Prosím opíšte CAPTCHA text."
134
 
135
+ #: contact_form.php:168
136
  msgid "Please make corrections below and try again."
137
  msgstr "Prosím opravte chyby a skúste to opäť."
138
 
139
+ #: contact_form.php:170
140
  msgid "Thank you for contacting us."
141
  msgstr "Ďakujeme za správu."
142
 
143
+ #: contact_form.php:347
144
  msgid "requires"
145
  msgstr "vyžaduje"
146
 
147
+ #: contact_form.php:347
148
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
149
  msgstr "alebo vyššiu. Prosím, aktualizujte WordPress a skúste pokus opakovať."
150
 
151
+ #: contact_form.php:347
152
  msgid "Back to the WordPress"
153
  msgstr "Späť na WordPress"
154
 
155
+ #: contact_form.php:347
156
  msgid "Plugins page"
157
  msgstr "Stránka modulov"
158
 
159
+ #: contact_form.php:575
160
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
161
  msgstr "Ak je vybratá možnosť \"Presmerovanie na stránku\" potom pole URL by malo mať nasledujúci formát"
162
 
163
+ #: contact_form.php:584
164
  msgid "Such user does not exist."
165
  msgstr "Taký užívateľ neexistuje."
166
 
167
+ #: contact_form.php:594
168
  msgid "Please enter a valid email address in the 'Use this email address' field."
169
  msgstr "Zadajte platnú e-mailovú adresu v poli \"Použiť tento email\"."
170
 
171
+ #: contact_form.php:602
172
  msgid "Please enter a valid email address in the 'FROM' field."
173
  msgstr "Zadajte platnú e-mailovú adresu v poli \"Od\"."
174
 
175
+ #: contact_form.php:627
176
  msgid "Settings saved."
177
  msgstr "Nastavenie uložené."
178
 
179
+ #: contact_form.php:629
180
  msgid "Settings are not saved."
181
  msgstr "Nastavenie sa neuloží."
182
 
183
+ #: contact_form.php:656
184
+ #: contact_form.php:688
185
  msgid "Wrong license key"
186
  msgstr "Zlý licenčný kľúč"
187
 
188
+ #: contact_form.php:681
189
  msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
190
  msgstr "Ničo sa pokazilo. Skúste to o chvíľu. Ak sa chyba bude opakovať, kontaktujte <a href=http://support.bestwebsoft.com>podporu BestWebSoft</a>. Ospravedlňujeme sa."
191
 
192
+ #: contact_form.php:690
193
  msgid "This license key is bind to another site"
194
  msgstr "Licenčný kľúč patrí inej stránke"
195
 
196
+ #: contact_form.php:692
197
+ #: contact_form.php:1583
198
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
199
  msgstr "Ľutujeme, využili ste maximálny počet pokusov na tento deň. Aktualizujte modul manuálne."
200
 
201
+ #: contact_form.php:709
202
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
203
  msgstr "Nepodarilo sa otvoriť .zip archív. Aktualizujte súbor manuálne."
204
 
205
+ #: contact_form.php:715
206
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
207
  msgstr "Váš server nepodporuje ZipArchive alebo Phar. Aktualizujte modul manuálne"
208
 
209
+ #: contact_form.php:719
210
+ #: contact_form.php:728
211
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
212
  msgstr "Zlyhalo stiahnutie .zip súbora. Prosím, aktualizujte modul manuálne"
213
 
214
+ #: contact_form.php:732
215
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
216
  msgstr "Ospravedlňujeme sa. Stala sa chyba. Prosím aktualizujte modul manuálne."
217
 
218
+ #: contact_form.php:747
219
  msgid "Please, enter Your license key"
220
  msgstr "Prosím zadajte váš licenčný kľúč"
221
 
222
+ #: contact_form.php:755
223
+ #: contact_form.php:2274
224
+ #: contact_form.php:2286
225
  msgid "Settings"
226
  msgstr "Nastavenia"
227
 
228
+ #: contact_form.php:756
229
  msgid "Extra settings"
230
  msgstr "Extra nastavenia"
231
 
232
+ #: contact_form.php:757
233
+ #: contact_form.php:2287
234
  msgid "FAQ"
235
  msgstr "Často kladené otázky"
236
 
237
+ #: contact_form.php:758
238
  msgid "Go PRO"
239
  msgstr "Zakúpiť PRO"
240
 
241
+ #: contact_form.php:761
242
  msgid "Notice:"
243
  msgstr "Oznam:"
244
 
245
+ #: contact_form.php:761
246
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
247
  msgstr "Zmenili ste nastavenia modulu. Pre uloženie zmien, kliknite na tlačidlo \"Uložiť zmeny\"."
248
 
249
+ #: contact_form.php:767
250
  msgid "If you want to create multiple contact forms, please install the Contact Form Multi plugin."
251
  msgstr "Ak si želáte vytvoriť viac formulárov, prosím nainštalujte si modul Contact Form Multi "
252
 
253
+ #: contact_form.php:773
254
+ #: contact_form.php:778
255
+ #: contact_form.php:1542
256
  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:"
257
  msgstr "Ak by ste chceli pridať kontaktný formulár na svoje webové stránky, stačí skopírovať a vložiť shortcode k príspevku, stránke alebo widgetu:"
258
 
259
+ #: contact_form.php:773
260
+ #: contact_form.php:774
261
+ #: contact_form.php:778
262
+ #: contact_form.php:779
263
+ #: contact_form.php:1132
264
+ #: contact_form.php:1134
265
+ #: contact_form.php:1195
266
+ #: contact_form.php:1197
267
  msgid "or"
268
  msgstr "alebo"
269
 
270
+ #: contact_form.php:774
271
+ #: contact_form.php:779
272
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
273
  msgstr "Ak máte nejaké problémy so štandardným shortcode [contact_form], mali by ste použiť shortcode"
274
 
275
+ #: contact_form.php:775
276
+ #: contact_form.php:780
277
  msgid "They work the same way."
278
  msgstr "Fungujú rovnakým spôsobom."
279
 
280
+ #: contact_form.php:776
281
+ #: contact_form.php:781
282
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
283
  msgstr "Ak necháte pole prázdne, budú správy posielané na e-mailovú adresu zadanú pri registrácii."
284
 
285
+ #: contact_form.php:786
286
  msgid "The user's email address:"
287
  msgstr "Užívateľova e-mailová adresa:"
288
 
289
+ #: contact_form.php:790
290
  msgid "Create a username"
291
  msgstr "Vytvorte užívateľské meno"
292
 
293
+ #: contact_form.php:797
294
  msgid "Enter a username of the person who should get the messages from the contact form."
295
  msgstr "Zadajte užívateľské meno osoby, ktorá by mala dostať správy z kontaktného formulára."
296
 
297
+ #: contact_form.php:801
298
  msgid "Use this email address:"
299
  msgstr "Použíte tento email::"
300
 
301
+ #: contact_form.php:804
302
  msgid "Enter the email address you want the messages forwarded to."
303
  msgstr "Zadajte e-mailovú adresu, ktorú chcete do správy presmerovať."
304
 
305
+ #: contact_form.php:813
306
  msgid "Add department selectbox to the contact form:"
307
  msgstr "Pridať oddelenie výberového oddielu do formulára:"
308
 
309
+ #: contact_form.php:821
310
+ #: contact_form.php:1241
311
+ #: contact_form.php:1425
312
  msgid "If you upgrade to Pro version all your settings will be saved."
313
  msgstr "Ak si zakúpite PRO verziu, vaše nastavenia sa uložia."
314
 
315
+ #: contact_form.php:828
316
+ #: contact_form.php:974
317
+ #: contact_form.php:1048
318
+ #: contact_form.php:1248
319
+ #: contact_form.php:1432
320
  msgid "Unlock premium options by upgrading to a PRO version."
321
  msgstr "Odblokujte prémiové nastavenia kúpením PRO verzie modulu."
322
 
323
+ #: contact_form.php:829
324
+ #: contact_form.php:975
325
+ #: contact_form.php:1049
326
+ #: contact_form.php:1249
327
+ #: contact_form.php:1433
328
+ #: contact_form.php:2548
329
+ #: contact_form.php:2564
330
  msgid "Learn More"
331
  msgstr "Zistiť viac"
332
 
333
+ #: contact_form.php:832
334
+ #: contact_form.php:978
335
+ #: contact_form.php:1052
336
+ #: contact_form.php:1252
337
+ #: contact_form.php:1436
338
  msgid "Go"
339
  msgstr "Ísť"
340
 
341
+ #: contact_form.php:839
342
  msgid "Save emails to the database"
343
  msgstr "Uložiť emaily do databázy"
344
 
345
+ #: contact_form.php:845
346
  msgid "Using"
347
  msgstr "Používa"
348
 
349
+ #: contact_form.php:845
350
+ #: contact_form.php:1025
351
+ #: contact_form.php:1028
352
+ #: contact_form.php:1032
353
  msgid "powered by"
354
  msgstr "poháňa"
355
 
356
+ #: contact_form.php:848
357
+ #: contact_form.php:852
358
  msgid "Using Contact Form to DB powered by"
359
  msgstr "Použiť Contact Forrm do DB poháňaný"
360
 
361
+ #: contact_form.php:848
362
  msgid "Activate Contact Form to DB"
363
  msgstr "Aktivovať Contact Form 7 do DB"
364
 
365
+ #: contact_form.php:852
366
  msgid "Download Contact Form to DB"
367
  msgstr "Stiahnuť Contact Form 7 do DB"
368
 
369
+ #: contact_form.php:857
370
  msgid "Additional options"
371
  msgstr "Ďalšie nastavenia"
372
 
373
+ #: contact_form.php:859
374
  msgid "Show"
375
  msgstr "Zobraziť"
376
 
377
+ #: contact_form.php:860
378
  msgid "Hide"
379
  msgstr "Schovať"
380
 
381
+ #: contact_form.php:864
382
  msgid "What to use?"
383
  msgstr "Čo používať?"
384
 
385
+ #: contact_form.php:867
386
  msgid "Wp-mail"
387
  msgstr "Wp-mail"
388
 
389
+ #: contact_form.php:867
390
  msgid "You can use the wp_mail function for mailing"
391
  msgstr "Môžete použiť wp_mail funkcie pre zasielanie"
392
 
393
+ #: contact_form.php:869
394
  msgid "Mail"
395
  msgstr "Email"
396
 
397
+ #: contact_form.php:869
398
  msgid "To send mail you can use the php mail function"
399
  msgstr "Ak chcete odosielať poštu, môžete použiť e-mailoé PHP funkcie"
400
 
401
+ #: contact_form.php:873
402
  msgid "The text in the 'From' field"
403
  msgstr "Text v poli \"od\""
404
 
405
+ #: contact_form.php:875
406
  msgid "User name"
407
  msgstr "Používateľské meno"
408
 
409
+ #: contact_form.php:876
410
  msgid "The name of the user who fills the form will be used in the field 'From'."
411
  msgstr "Meno, zobrazené ako odosielateľ emailu."
412
 
413
+ #: contact_form.php:879
414
  msgid "This text will be used in the 'FROM' field"
415
  msgstr "Text v poli \"od\""
416
 
417
+ #: contact_form.php:883
418
  msgid "The email address in the 'From' field"
419
  msgstr "E-mailová adresa v poli \"od\""
420
 
421
+ #: contact_form.php:885
422
  msgid "User email"
423
  msgstr "Používateľský email"
424
 
425
+ #: contact_form.php:886
426
  msgid "The email address of the user who fills the form will be used in the field 'From'."
427
  msgstr "Emailová adresa používateľa, ktorý vyplní formulár bude použitá v poli \"Od\""
428
 
429
+ #: contact_form.php:889
430
  msgid "This email address will be used in the 'From' field."
431
  msgstr "Táto e-mailová adresa bude použitá v poli 'od'."
432
 
433
+ #: contact_form.php:893
434
  msgid "Required symbol"
435
  msgstr "Vyžadovaný znak"
436
 
437
+ #: contact_form.php:903
438
  msgid "Fields"
439
  msgstr "Polia"
440
 
441
+ #: contact_form.php:904
442
  msgid "Used"
443
  msgstr "Použité"
444
 
445
+ #: contact_form.php:905
446
  msgid "Required"
447
  msgstr "Vyžadované"
448
 
449
+ #: contact_form.php:906
450
  msgid "Visible"
451
  msgstr "Viditeľné"
452
 
453
+ #: contact_form.php:907
454
  msgid "Disabled for editing"
455
  msgstr "Nedá sa upraviť"
456
 
457
+ #: contact_form.php:908
458
  msgid "Field's default value"
459
  msgstr "Základná hodnota pola"
460
 
461
+ #: contact_form.php:913
462
+ #: contact_form.php:1300
463
+ #: contact_form.php:2064
464
+ #: contact_form.php:2100
465
  msgid "Name"
466
  msgstr "Meno"
467
 
468
+ #: contact_form.php:921
469
  msgid "Location selectbox"
470
  msgstr "Poloha výberového oddielu"
471
 
472
+ #: contact_form.php:929
473
+ #: contact_form.php:1305
474
+ #: contact_form.php:2070
475
+ #: contact_form.php:2104
476
  msgid "Address"
477
  msgstr "Adresa"
478
 
479
+ #: contact_form.php:937
480
  msgid "Email Address"
481
  msgstr "Emailová adresa"
482
 
483
+ #: contact_form.php:945
484
  msgid "Phone number"
485
  msgstr "Telefónne číslo"
486
 
487
+ #: contact_form.php:953
488
+ #: contact_form.php:1320
489
+ #: contact_form.php:2085
490
+ #: contact_form.php:2113
491
  msgid "Subject"
492
  msgstr "Predmet"
493
 
494
+ #: contact_form.php:961
495
+ #: contact_form.php:1324
496
+ #: contact_form.php:2088
497
+ #: contact_form.php:2115
498
  msgid "Message"
499
  msgstr "Správa"
500
 
501
+ #: contact_form.php:985
502
  msgid "Attachment block"
503
  msgstr "Blok príloh"
504
 
505
+ #: contact_form.php:987
506
  msgid "Users can attach the following file formats"
507
  msgstr "Užívatelia môžu pripojiť nasledujúce formáty súborov"
508
 
509
+ #: contact_form.php:1000
510
  msgid "Add to the form"
511
  msgstr "Pridať do formulára"
512
 
513
+ #: contact_form.php:1005
514
  msgid "Tips below the Attachment"
515
  msgstr "Rady zobrazené pod prílohami"
516
 
517
+ #: contact_form.php:1014
518
  msgid "'Send me a copy' block"
519
  msgstr "Zobraziť blok 'Zaslať kópiu'"
520
 
521
+ #: contact_form.php:1025
522
+ #: contact_form.php:1028
523
+ #: contact_form.php:1032
524
+ #: contact_form.php:1334
525
  msgid "Captcha"
526
  msgstr "Captcha"
527
 
528
+ #: contact_form.php:1028
529
  msgid "Activate captcha"
530
  msgstr "Aktivovať captcha"
531
 
532
+ #: contact_form.php:1032
533
  msgid "Download captcha"
534
  msgstr "Stiahnuť captcha"
535
 
536
+ #: contact_form.php:1040
537
  msgid "Agreement checkbox"
538
  msgstr "Označenie súhlasu"
539
 
540
+ #: contact_form.php:1040
541
  msgid "Required checkbox for submitting the form"
542
  msgstr "Vyžaduje označenie súhlasu pri odoslaní formulára"
543
 
544
+ #: contact_form.php:1041
545
  msgid "Optional checkbox"
546
  msgstr "Voliteľné zaškrtávacie políčko"
547
 
548
+ #: contact_form.php:1041
549
  msgid "Optional checkbox, the results of which will be displayed in email"
550
  msgstr "Voliteľné zaškrtávacie políčko, jeho výsledok bude zobrazený v emaile"
551
 
552
+ #: contact_form.php:1058
553
  msgid "Delete an attachment file from the server after the email is sent"
554
  msgstr "Vymazať prílohy zo servera po odoslaní emailu"
555
 
556
+ #: contact_form.php:1064
557
  msgid "Email in HTML format sending"
558
  msgstr "Povoliť HTML formátovanie"
559
 
560
+ #: contact_form.php:1068
561
  msgid "Display additional info in the email"
562
  msgstr "Zobraziť ďalšie informácie v e-maile"
563
 
564
+ #: contact_form.php:1073
565
+ #: contact_form.php:2031
566
+ #: contact_form.php:2033
567
  msgid "Sent from (ip address)"
568
  msgstr "Odoslané z (ip adresa)"
569
 
570
+ #: contact_form.php:1073
571
  msgid "Example: Sent from (IP address):\t127.0.0.1"
572
  msgstr "Príklad: Odoslané z (IP addresa):\t127.0.0.1"
573
 
574
+ #: contact_form.php:1074
575
+ #: contact_form.php:2037
576
+ #: contact_form.php:2039
577
  msgid "Date/Time"
578
  msgstr "Datum / Čas"
579
 
580
+ #: contact_form.php:1074
581
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
582
  msgstr "Príklad: Dátum/Čas:\tAugust 19, 2013 8:50 pm"
583
 
584
+ #: contact_form.php:1075
585
+ #: contact_form.php:2043
586
+ #: contact_form.php:2045
587
  msgid "Sent from (referer)"
588
  msgstr "Odoslané z"
589
 
590
+ #: contact_form.php:1075
591
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
592
  msgstr "Príklad: Odoslané pomocou (odkaz):\thttp://bestwebsoft.com/contacts/contact-us/"
593
 
594
+ #: contact_form.php:1076
595
+ #: contact_form.php:2049
596
+ #: contact_form.php:2051
597
  msgid "Using (user agent)"
598
  msgstr "Použitie (user agent)"
599
 
600
+ #: contact_form.php:1076
601
  msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
602
  msgstr "Príklad: Prehliadač (používateľ):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
603
 
604
+ #: contact_form.php:1080
605
  msgid "Language settings for the field names in the form"
606
  msgstr "Nastavenie jazyka pre názvy polí vo formulári"
607
 
608
+ #: contact_form.php:1089
609
  msgid "Add a language"
610
  msgstr "Pridať jazyk"
611
 
612
+ #: contact_form.php:1093
613
  msgid "Change the names of the contact form fields and error messages"
614
  msgstr "Zmena názvov polí kontaktného formulára a chybových hlásení"
615
 
616
+ #: contact_form.php:1098
617
+ #: contact_form.php:1185
618
  msgid "English"
619
  msgstr "Anglicky"
620
 
621
+ #: contact_form.php:1106
622
+ #: contact_form.php:1140
623
  msgid "click to expand/hide the list"
624
  msgstr "kliknite pre rozbalenie/schovanie zoznamu"
625
 
626
+ #: contact_form.php:1115
627
+ #: contact_form.php:1149
628
  msgid "Tips below the Attachment block"
629
  msgstr "Zobrazenie rád pod blokom príloh"
630
 
631
+ #: contact_form.php:1118
632
+ #: contact_form.php:1152
633
  msgid "Error message for the Name field"
634
  msgstr "Chybová správa v poli: Meno"
635
 
636
+ #: contact_form.php:1119
637
+ #: contact_form.php:1153
638
  msgid "Error message for the Address field"
639
  msgstr "Chybová správa v poli: Adresa"
640
 
641
+ #: contact_form.php:1120
642
+ #: contact_form.php:1154
643
  msgid "Error message for the Email field"
644
  msgstr "Chybová správa v poli: Email"
645
 
646
+ #: contact_form.php:1121
647
+ #: contact_form.php:1155
648
  msgid "Error message for the Phone field"
649
  msgstr "Chybová správa v poli: Telefón"
650
 
651
+ #: contact_form.php:1122
652
+ #: contact_form.php:1156
653
  msgid "Error message for the Subject field"
654
  msgstr "Chybová správa v poli: Predmet"
655
 
656
+ #: contact_form.php:1123
657
+ #: contact_form.php:1157
658
  msgid "Error message for the Message field"
659
  msgstr "Chybová správa v poli: Správa"
660
 
661
+ #: contact_form.php:1124
662
+ #: contact_form.php:1158
663
  msgid "Error message about the file type for the Attachment field"
664
  msgstr "Chybová správa o type súbora v poli príloh"
665
 
666
+ #: contact_form.php:1125
667
+ #: contact_form.php:1159
668
  msgid "Error message while uploading a file for the Attachment field to the server"
669
  msgstr "Chybová správa pri neúspešnom nahraní súbora na server"
670
 
671
+ #: contact_form.php:1126
672
+ #: contact_form.php:1160
673
  msgid "Error message while moving the file for the Attachment field"
674
  msgstr "Chybová správa pri neúspešnom presune súbora do pola prílohy"
675
 
676
+ #: contact_form.php:1127
677
+ #: contact_form.php:1161
678
  msgid "Error message when file size limit for the Attachment field is exceeded"
679
  msgstr "Chybová správa pri prekročení maximálnej veľkosti súboru"
680
 
681
+ #: contact_form.php:1128
682
+ #: contact_form.php:1162
683
  msgid "Error message for the Captcha field"
684
  msgstr "Chybová správa v poli Captcha"
685
 
686
+ #: contact_form.php:1129
687
+ #: contact_form.php:1163
688
  msgid "Error message for the whole form"
689
  msgstr "Chybová správa celého formulára"
690
 
691
+ #: contact_form.php:1132
692
+ #: contact_form.php:1134
693
+ #: contact_form.php:1166
694
+ #: contact_form.php:1168
695
+ #: contact_form.php:1195
696
+ #: contact_form.php:1197
697
+ #: contact_form.php:1205
698
+ #: contact_form.php:1207
699
  msgid "Use shortcode"
700
  msgstr "Použite krátky kód"
701
 
702
+ #: contact_form.php:1132
703
+ #: contact_form.php:1134
704
+ #: contact_form.php:1166
705
+ #: contact_form.php:1168
706
+ #: contact_form.php:1195
707
+ #: contact_form.php:1197
708
+ #: contact_form.php:1205
709
+ #: contact_form.php:1207
710
  msgid "for this language"
711
  msgstr "pre tento jazyk"
712
 
713
+ #: contact_form.php:1176
714
  msgid "Use the changed names of the contact form fields in the email"
715
  msgstr "Použite zmenu názvov polí v emaile"
716
 
717
+ #: contact_form.php:1182
718
  msgid "Action after email is sent"
719
  msgstr "Akcia po zaslaní mailu."
720
 
721
+ #: contact_form.php:1184
722
  msgid "Display text"
723
  msgstr "Zobraziť text"
724
 
725
+ #: contact_form.php:1193
726
+ #: contact_form.php:1203
727
  msgid "Text"
728
  msgstr "Text"
729
 
730
+ #: contact_form.php:1214
731
  msgid "Redirect to the page"
732
  msgstr "Presmerovať na stránku"
733
 
734
+ #: contact_form.php:1215
735
  msgid "Url"
736
  msgstr "Url"
737
 
738
+ #: contact_form.php:1219
739
  msgid "The $_SERVER variable that is used to build a URL of the form"
740
  msgstr "$_SERVER je premenná použitá na stavbu URL adresy formulára"
741
 
742
+ #: contact_form.php:1223
743
  msgid "If you are not sure whether to change this setting or not, please do not do that."
744
  msgstr "Ak si nie ste istý, nemeňte toto nastavenie."
745
 
746
+ #: contact_form.php:1232
747
+ msgid "Auto Response"
748
+ msgstr ""
749
+
750
+ #: contact_form.php:1236
751
+ #, php-format
752
+ msgid "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to display data from the Message field, as well as %%SITENAME%% to display blog name."
753
+ msgstr ""
754
+
755
+ #: contact_form.php:1259
756
+ #: contact_form.php:1443
757
  msgid "Save Changes"
758
  msgstr "Uložiť zmeny"
759
 
760
+ #: contact_form.php:1264
761
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
762
  msgstr "Ak sa vám páči tento modul, ohodnoťte ho na WordPress.org 5 timi hviezdami."
763
 
764
+ #: contact_form.php:1265
765
  msgid "Rate the plugin"
766
  msgstr "Ohodnotiť modul"
767
 
768
+ #: contact_form.php:1268
769
  msgid "If there is something wrong about it, please contact us"
770
  msgstr "Ak sa vám na tom niečo nepáči, kontaktujte nás"
771
 
772
+ #: contact_form.php:1280
773
  msgid "Errors output"
774
  msgstr "Chybový výstup"
775
 
776
+ #: contact_form.php:1283
777
  msgid "Display error messages"
778
  msgstr "Zobrazí chybové správy"
779
 
780
+ #: contact_form.php:1284
781
  msgid "Color of the input field errors."
782
  msgstr "Farba textu chybových polí."
783
 
784
+ #: contact_form.php:1285
785
  msgid "Display error messages & color of the input field errors"
786
  msgstr "Zobrazí chybové správy a ich farbu"
787
 
788
+ #: contact_form.php:1290
789
  msgid "Add placeholder to the input blocks"
790
  msgstr "Pridať zástupný znak do blokov"
791
 
792
+ #: contact_form.php:1296
793
  msgid "Add tooltips"
794
  msgstr "Pridať popisky"
795
 
796
+ #: contact_form.php:1310
797
  msgid "Email address"
798
  msgstr "Emailová adresa"
799
 
800
+ #: contact_form.php:1315
801
  msgid "Phone Number"
802
  msgstr "Tel. číslo"
803
 
804
+ #: contact_form.php:1329
805
  msgid "Attachment"
806
  msgstr "Príloha"
807
 
808
+ #: contact_form.php:1334
809
  msgid "(powered by bestwebsoft.com)"
810
  msgstr "(poháňa bestwebsoft.com)"
811
 
812
+ #: contact_form.php:1339
813
  msgid "Style options"
814
  msgstr "Nastavenie štýlu"
815
 
816
+ #: contact_form.php:1342
817
  msgid "Text color"
818
  msgstr "Farba textu"
819
 
820
+ #: contact_form.php:1345
821
+ #: contact_form.php:1350
822
+ #: contact_form.php:1360
823
+ #: contact_form.php:1365
824
+ #: contact_form.php:1370
825
+ #: contact_form.php:1375
826
+ #: contact_form.php:1385
827
+ #: contact_form.php:1390
828
+ #: contact_form.php:1396
829
+ #: contact_form.php:1407
830
+ #: contact_form.php:1412
831
+ #: contact_form.php:1417
832
  msgid "Default"
833
  msgstr "Základná"
834
 
835
+ #: contact_form.php:1347
836
  msgid "Label text color"
837
  msgstr "Označenie farby textu"
838
 
839
+ #: contact_form.php:1352
840
  msgid "Placeholder color"
841
  msgstr "Farba zástupného znaku"
842
 
843
+ #: contact_form.php:1357
844
  msgid "Errors color"
845
  msgstr "Farba chýb"
846
 
847
+ #: contact_form.php:1362
848
  msgid "Error text color"
849
  msgstr "Farba textu"
850
 
851
+ #: contact_form.php:1367
852
  msgid "Background color of the input field errors"
853
  msgstr "Farba pozadia polí chýb"
854
 
855
+ #: contact_form.php:1372
856
  msgid "Border color of the input field errors"
857
  msgstr "Farba ohraničenia polí chýb"
858
 
859
+ #: contact_form.php:1377
860
  msgid "Placeholder color of the input field errors"
861
  msgstr "Farba zástupného znaku polí chýb"
862
 
863
+ #: contact_form.php:1382
864
  msgid "Input fields"
865
  msgstr "Vložiť polia"
866
 
867
+ #: contact_form.php:1387
868
  msgid "Input fields background color"
869
  msgstr "Farba pozadia polí"
870
 
871
+ #: contact_form.php:1392
872
  msgid "Text fields color"
873
  msgstr "Farba textových polí"
874
 
875
+ #: contact_form.php:1394
876
  msgid "Border width in px, numbers only"
877
  msgstr "Šírka orámovania v px, vkladajte iba číselné hodnoty"
878
 
879
+ #: contact_form.php:1398
880
+ #: contact_form.php:1419
881
  msgid "Border color"
882
  msgstr "Farba ohraničenia"
883
 
884
+ #: contact_form.php:1403
885
  msgid "Submit button"
886
  msgstr "Porvrdzovacie tlačidlo"
887
 
888
+ #: contact_form.php:1405
889
  msgid "Width in px, numbers only"
890
  msgstr "Šírka v px, vkladajte iba číselné hodnoty"
891
 
892
+ #: contact_form.php:1409
893
  msgid "Button color"
894
  msgstr "Farba tlačidla"
895
 
896
+ #: contact_form.php:1414
897
  msgid "Button text color"
898
  msgstr "Farba textu v tlačidle"
899
 
900
+ #: contact_form.php:1447
901
  msgid "Contact Form Pro | Preview"
902
  msgstr "Kontaktný formulár Pro | Zobrazenie"
903
 
904
+ #: contact_form.php:1450
905
  msgid "Show with errors"
906
  msgstr "Zobraziť s chybami"
907
 
908
+ #: contact_form.php:1458
909
+ #: contact_form.php:1460
910
  msgid "Please enter your full name..."
911
  msgstr "Prosím, zadajte vaše celé meno..."
912
 
913
+ #: contact_form.php:1471
914
+ #: contact_form.php:1473
915
  msgid "Please enter your address..."
916
  msgstr "Prosím, zadajte vašu emailovú adresu..."
917
 
918
+ #: contact_form.php:1482
919
+ #: contact_form.php:1484
920
  msgid "Please enter your email address..."
921
  msgstr "Prosím zadajte vašu e-mailovú adresu..."
922
 
923
+ #: contact_form.php:1493
924
+ #: contact_form.php:1495
925
  msgid "Please enter your phone number..."
926
  msgstr "Prosím, zadajte vaše telefónne číslo..."
927
 
928
+ #: contact_form.php:1504
929
+ #: contact_form.php:1506
930
  msgid "Please enter subject..."
931
  msgstr "Prosím, zadajte predmet..."
932
 
933
+ #: contact_form.php:1514
934
+ #: contact_form.php:1516
935
  msgid "Please enter your message..."
936
  msgstr "Prosím, zadajte vašu správu..."
937
 
938
+ #: contact_form.php:1558
939
  msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
940
  msgstr "Gratulujeme! Pro verzia modulu je nainštalovaná a aktívna."
941
 
942
+ #: contact_form.php:1560
943
  msgid "Please, go to"
944
  msgstr "Prosím, choďte na"
945
 
946
+ #: contact_form.php:1560
947
  msgid "the setting page"
948
  msgstr "stránku nastavení"
949
 
950
+ #: contact_form.php:1561
951
  msgid "You will be redirected automatically in 5 seconds."
952
  msgstr "Za 5 sekúnd budete automaticky presmerovaní."
953
 
954
+ #: contact_form.php:1566
955
  msgid "You can download and activate"
956
  msgstr "Môžete stiahnuť a aktivovať"
957
 
958
+ #: contact_form.php:1568
959
  msgid "version of this plugin by entering Your license key."
960
  msgstr "verziu tohto modulu, pomocou vašeho licenčného kľuča"
961
 
962
+ #: contact_form.php:1570
963
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
964
  msgstr "Licenčný kľúč nájdete na vašej osobnej stránke v oblasti Klient."
965
 
966
+ #: contact_form.php:1572
967
  msgid "(your username is the email you specify when purchasing the product)."
968
  msgstr "(používateľské meno predstavuje email zadaný pri platbe produktu)"
969
 
970
+ #: contact_form.php:1580
971
+ #: contact_form.php:1590
972
  msgid "Activate"
973
  msgstr "Aktivovať"
974
 
975
+ #: contact_form.php:1656
976
  msgid "Sorry, email message could not be delivered."
977
  msgstr "Prepáčte, správa nemohla byť doručená."
978
 
979
+ #: contact_form.php:2058
980
  msgid "Contact from"
981
  msgstr "Kontaktný formulár"
982
 
983
+ #: contact_form.php:2075
984
+ #: contact_form.php:2107
985
  msgid "Email"
986
  msgstr "Email"
987
 
988
+ #: contact_form.php:2080
989
+ #: contact_form.php:2110
990
  msgid "Phone"
991
  msgstr "Telefón"
992
 
993
+ #: contact_form.php:2091
994
+ #: contact_form.php:2117
995
  msgid "Site"
996
  msgstr "Stránka"
997
 
998
+ #: contact_form.php:2207
999
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
1000
  msgstr "Ak vidíte túto MIME, znamená to, že MIME typ nie je podporovaný vyším e-mailovým klientom!"
1001
 
1002
+ #: contact_form.php:2288
1003
  msgid "Support"
1004
  msgstr "Podpora"
1005
 
1006
+ #: contact_form.php:2338
1007
  msgid "Are you sure that you want to delete this language data?"
1008
  msgstr "Naozaj chcete vymazať tieto jazykové dáta?"
1009
 
1010
+ #: contact_form.php:2551
1011
  msgid "It’s time to upgrade your <strong>Contact Form plugin</strong> to <strong>PRO</strong> version"
1012
  msgstr "Je čas na zakúpenie<strong>Pro verzie </strong> modulu <strong>Contact Form </strong>"
1013
 
1014
+ #: contact_form.php:2552
1015
  msgid "Extend standard plugin functionality with new great options."
1016
  msgstr "Rozšírte možnosti štandardného modulu."
1017
 
1018
+ #: contact_form.php:2567
1019
  msgid "<strong>Contact Form to DB</strong> allows to store your messages to the database."
1020
  msgstr "<strong>Contact Form to DB</strong> vám dovolí ukladať spravy do databázy."
1021
 
1022
+ #: contact_form.php:2568
1023
  msgid "Manage messages that have been sent from your website."
1024
  msgstr "Spravujte správy, ktoré boli odoslané z vašej stránky"
1025
 
languages/contact_form-sr_RS.mo DELETED
Binary file
languages/contact_form-sv_SE.mo CHANGED
File without changes
languages/contact_form-sv_SE.po CHANGED
File without changes
languages/contact_form-tr.mo CHANGED
Binary file
languages/contact_form-tr.po CHANGED
@@ -2,10 +2,10 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-09-02 11:47+0300\n"
6
- "PO-Revision-Date: 2014-09-02 11:47+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
- "Language-Team: Can Atasever <webmaster@candanblog.com>\n"
9
  "Language: ca_ES\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -16,1001 +16,1014 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: contact_form.php:74
20
- #: contact_form.php:856
21
  msgid "Contact Form Settings"
22
  msgstr "İletişim Formu Ayarları"
23
 
24
- #: contact_form.php:74
25
  msgid "Contact Form"
26
  msgstr "İletişim Formu"
27
 
28
- #: contact_form.php:151
29
- #: contact_form.php:1211
30
- #: contact_form.php:1245
31
  msgid "Name:"
32
  msgstr "İsim:"
33
 
34
- #: contact_form.php:152
35
- #: contact_form.php:1212
36
- #: contact_form.php:1246
37
  msgid "Address:"
38
  msgstr "Adres:"
39
 
40
- #: contact_form.php:153
41
- #: contact_form.php:1213
42
- #: contact_form.php:1247
43
  msgid "Email Address:"
44
  msgstr "E-posta Adresi:"
45
 
46
- #: contact_form.php:154
47
- #: contact_form.php:1214
48
- #: contact_form.php:1248
49
  msgid "Phone number:"
50
  msgstr "Telefon Numarası:"
51
 
52
- #: contact_form.php:155
53
- #: contact_form.php:1215
54
- #: contact_form.php:1249
55
  msgid "Subject:"
56
  msgstr "Başlık:"
57
 
58
- #: contact_form.php:156
59
- #: contact_form.php:1216
60
- #: contact_form.php:1250
61
  msgid "Message:"
62
  msgstr "Mesaj:"
63
 
64
- #: contact_form.php:157
65
- #: contact_form.php:1217
66
- #: contact_form.php:1251
67
  msgid "Attachment:"
68
  msgstr "Eklenecek Dosya:"
69
 
70
- #: contact_form.php:158
71
  msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
72
  msgstr "Desteklenen dosya uzantıları: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. En büyük dosya boyutu: 2MB"
73
 
74
- #: contact_form.php:159
75
- #: contact_form.php:1219
76
- #: contact_form.php:1253
77
  msgid "Send me a copy"
78
  msgstr "Bana bir kopyasını gönder"
79
 
80
- #: contact_form.php:160
81
- #: contact_form.php:1220
82
- #: contact_form.php:1254
83
  msgid "Submit"
84
  msgstr "Gönder"
85
 
86
- #: contact_form.php:161
87
  msgid "Your name is required."
88
  msgstr "İsminizi yazmanız gerekiyor."
89
 
90
- #: contact_form.php:162
91
  msgid "Address is required."
92
  msgstr "Adresinizi yazmanız gerekiyor."
93
 
94
- #: contact_form.php:163
95
  msgid "A valid email address is required."
96
  msgstr "Geçerli bir e-posta adresi yazmanız gerekiyor."
97
 
98
- #: contact_form.php:164
99
  msgid "Phone number is required."
100
  msgstr "Telefon numaranızı yazmanız gerekiyor."
101
 
102
- #: contact_form.php:165
103
  msgid "Subject is required."
104
  msgstr "Başlık kısmını doldurmanız gerekiyor."
105
 
106
- #: contact_form.php:166
107
  msgid "Message text is required."
108
  msgstr "Mesaj kısmını doldurmanız gerekiyor."
109
 
110
- #: contact_form.php:167
111
  msgid "File format is not valid."
112
  msgstr "Dosya uzantısı uygun değil."
113
 
114
- #: contact_form.php:168
115
  msgid "File upload error."
116
  msgstr "Dosya yükleme hatası."
117
 
118
- #: contact_form.php:169
119
  msgid "The file could not be uploaded."
120
  msgstr "Dosya yüklenemedi."
121
 
122
- #: contact_form.php:170
123
  msgid "This file is too large."
124
  msgstr "Dosyanın boyutu çok büyük."
125
 
126
- #: contact_form.php:171
127
  msgid "Please fill out the CAPTCHA."
128
  msgstr "Lütfen CAPTCHA kısmını doldurun."
129
 
130
- #: contact_form.php:172
131
  msgid "Please make corrections below and try again."
132
  msgstr "Lütfen aşağıdaki düzeltmeleri yapın ve yeniden deneyin."
133
 
134
- #: contact_form.php:174
135
  msgid "Thank you for contacting us."
136
  msgstr "İletişime geçtiğiniz için teşekkürler."
137
 
138
- #: contact_form.php:370
139
  msgid "requires"
140
  msgstr "Gerekli"
141
 
142
- #: contact_form.php:370
143
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
144
  msgstr "ya da daha üstü, pasifleştirilmesinin sebebi bu! Lütfen Wordpress'i güncelleyin ve yeniden deneyin."
145
 
146
- #: contact_form.php:370
147
  msgid "Back to the WordPress"
148
  msgstr "Wordpress'e geri dön"
149
 
150
- #: contact_form.php:370
151
  msgid "Plugins page"
152
  msgstr "Eklenti Sayfası"
153
 
154
- #: contact_form.php:678
155
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
156
  msgstr "Eğer 'Sayfaya Yönlendir' seçeneği seçilmişse, URL alanı şu formatta olmalı:"
157
 
158
- #: contact_form.php:687
159
  #, fuzzy
160
  msgid "Such user does not exist."
161
  msgstr "Böyle bir kullanıcı adı bulunamadı. Ayarlar kaydedilmedi."
162
 
163
- #: contact_form.php:697
164
  #, fuzzy
165
  msgid "Please enter a valid email address in the 'Use this email address' field."
166
  msgstr "Lütfen 'GÖNDERİCİ' alanına geçerli bir e-posta adresi girin. Ayarlar kaydedilmedi."
167
 
168
- #: contact_form.php:705
169
  #, fuzzy
170
  msgid "Please enter a valid email address in the 'FROM' field."
171
  msgstr "Lütfen 'GÖNDERİCİ' alanına geçerli bir e-posta adresi girin. Ayarlar kaydedilmedi."
172
 
173
- #: contact_form.php:730
174
  msgid "Settings saved."
175
  msgstr "Ayarlar kaydedildi."
176
 
177
- #: contact_form.php:732
178
  #, fuzzy
179
  msgid "Settings are not saved."
180
  msgstr "Ayarlar kaydedildi."
181
 
182
- #: contact_form.php:759
183
- #: contact_form.php:791
184
  msgid "Wrong license key"
185
  msgstr ""
186
 
187
- #: contact_form.php:784
188
  msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
189
  msgstr ""
190
 
191
- #: contact_form.php:793
192
  msgid "This license key is bind to another site"
193
  msgstr ""
194
 
195
- #: contact_form.php:795
196
- #: contact_form.php:1656
197
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
198
  msgstr ""
199
 
200
- #: contact_form.php:812
201
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
202
  msgstr ""
203
 
204
- #: contact_form.php:818
205
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
206
  msgstr ""
207
 
208
- #: contact_form.php:822
209
- #: contact_form.php:831
210
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
211
  msgstr ""
212
 
213
- #: contact_form.php:835
214
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
215
  msgstr ""
216
 
217
- #: contact_form.php:850
218
  #, fuzzy
219
  msgid "Please, enter Your license key"
220
  msgstr "Lütfen mesajınızı yazın"
221
 
222
- #: contact_form.php:858
223
- #: contact_form.php:2347
224
- #: contact_form.php:2359
225
  msgid "Settings"
226
  msgstr "Ayarlar"
227
 
228
- #: contact_form.php:859
229
  msgid "Extra settings"
230
  msgstr "Ekstra ayarlar"
231
 
232
- #: contact_form.php:860
233
- #: contact_form.php:2360
234
  msgid "FAQ"
235
  msgstr "SSS"
236
 
237
- #: contact_form.php:861
238
  msgid "Go PRO"
239
  msgstr ""
240
 
241
- #: contact_form.php:864
242
  msgid "Notice:"
243
  msgstr "Bilgi Notu:"
244
 
245
- #: contact_form.php:864
246
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
247
  msgstr "Eklentinin ayarları değiştirildi. Değişiklikleri kaydetmek için 'Değişiklikleri Kaydet' butonuna basmayı unutmayın."
248
 
249
- #: contact_form.php:870
250
  msgid "If you want to create multiple contact forms, please install the Contact Form Multi plugin."
251
  msgstr ""
252
 
253
- #: contact_form.php:876
254
- #: contact_form.php:881
255
- #: contact_form.php:1615
256
  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:"
257
  msgstr "Eğer sitenize iletişim formu eklemek istiyorsanız, şu kısa kodu yazınıza, sayfanıza ya da bileşen alanınıza eklemeniz yeterli."
258
 
259
- #: contact_form.php:876
260
- #: contact_form.php:877
261
- #: contact_form.php:881
262
- #: contact_form.php:882
263
- #: contact_form.php:1235
264
- #: contact_form.php:1237
265
- #: contact_form.php:1298
266
- #: contact_form.php:1300
267
  msgid "or"
268
  msgstr "ya da"
269
 
270
- #: contact_form.php:877
271
- #: contact_form.php:882
272
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
273
  msgstr "Eğer standart [contact_form] kısa koduyla ilgili bir sorun yaşarsanız, şunlardan birini kullanmalısınız"
274
 
275
- #: contact_form.php:878
276
- #: contact_form.php:883
277
  msgid "They work the same way."
278
  msgstr "Aynı şekilde çalışırlar."
279
 
280
- #: contact_form.php:879
281
- #: contact_form.php:884
282
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
283
  msgstr "Eğer aşağıdaki alanları boş bırakırsanız, kullanıcının mesajı kayıt sırasında girilen e-posta adresine gönderilecek."
284
 
285
- #: contact_form.php:889
286
  msgid "The user's email address:"
287
  msgstr "Kullanıcının e-posta adresine:"
288
 
289
- #: contact_form.php:893
290
  msgid "Create a username"
291
  msgstr "Kullanıcı oluştur"
292
 
293
- #: contact_form.php:900
294
  msgid "Enter a username of the person who should get the messages from the contact form."
295
  msgstr "İletişim Formu ile gönderilen mesajı almasını istediğiniz kullanıcının adını girin."
296
 
297
- #: contact_form.php:904
298
  msgid "Use this email address:"
299
  msgstr "Mesaj bu e-posta adresine gönderilsin:"
300
 
301
- #: contact_form.php:907
302
  msgid "Enter the email address you want the messages forwarded to."
303
  msgstr "Mesajın gönderilmesini istediğiniz e-posta adresini girin."
304
 
305
- #: contact_form.php:916
306
  msgid "Add department selectbox to the contact form:"
307
  msgstr "İletişim Formu'na departman seçenekleri ekleyin"
308
 
309
- #: contact_form.php:924
310
- #: contact_form.php:1498
 
311
  msgid "If you upgrade to Pro version all your settings will be saved."
312
  msgstr "Ücretli sürümü satın alırsanız tüm değişiklikler kaydedilecek."
313
 
314
- #: contact_form.php:931
315
- #: contact_form.php:1077
316
- #: contact_form.php:1151
317
- #: contact_form.php:1505
 
318
  msgid "Unlock premium options by upgrading to a PRO version."
319
  msgstr ""
320
 
321
- #: contact_form.php:932
322
- #: contact_form.php:1078
323
- #: contact_form.php:1152
324
- #: contact_form.php:1506
325
- #: contact_form.php:2621
326
- #: contact_form.php:2637
 
327
  msgid "Learn More"
328
  msgstr ""
329
 
330
- #: contact_form.php:935
331
- #: contact_form.php:1081
332
- #: contact_form.php:1155
333
- #: contact_form.php:1509
 
334
  msgid "Go"
335
  msgstr ""
336
 
337
- #: contact_form.php:942
338
  msgid "Save emails to the database"
339
  msgstr "E-postaları veritabanına kaydet"
340
 
341
- #: contact_form.php:948
342
  msgid "Using"
343
  msgstr ""
344
 
345
- #: contact_form.php:948
346
- #: contact_form.php:1128
347
- #: contact_form.php:1131
348
- #: contact_form.php:1135
349
  msgid "powered by"
350
  msgstr "geliştirici: "
351
 
352
- #: contact_form.php:951
353
- #: contact_form.php:955
354
  msgid "Using Contact Form to DB powered by"
355
  msgstr "Contact Form to DB eklentisi ile,"
356
 
357
- #: contact_form.php:951
358
  msgid "Activate Contact Form to DB"
359
  msgstr "Contact Form to DB eklentisini aktifleştir"
360
 
361
- #: contact_form.php:955
362
  msgid "Download Contact Form to DB"
363
  msgstr "Contact Form to DB eklentisini yükle"
364
 
365
- #: contact_form.php:960
366
  msgid "Additional options"
367
  msgstr "Ek seçenekler"
368
 
369
- #: contact_form.php:962
370
  msgid "Show"
371
  msgstr "Göster"
372
 
373
- #: contact_form.php:963
374
  msgid "Hide"
375
  msgstr "Gizle"
376
 
377
- #: contact_form.php:967
378
  msgid "What to use?"
379
  msgstr "Hangi yöntem?"
380
 
381
- #: contact_form.php:970
382
  msgid "Wp-mail"
383
  msgstr "Wp-Mail"
384
 
385
- #: contact_form.php:970
386
  msgid "You can use the wp_mail function for mailing"
387
  msgstr "E-postanın gönderimi için wp_mail fonksiyonunu kullanabilirsiniz."
388
 
389
- #: contact_form.php:972
390
  msgid "Mail"
391
  msgstr "Mail"
392
 
393
- #: contact_form.php:972
394
  msgid "To send mail you can use the php mail function"
395
  msgstr "E-postanın gönderimi için PHP Mail fonksiyonunu kullanabilirsiniz."
396
 
397
- #: contact_form.php:976
398
  msgid "The text in the 'From' field"
399
  msgstr "'Gönderici' alanındaki metin"
400
 
401
- #: contact_form.php:978
402
  msgid "User name"
403
  msgstr "Kullanıcı adı"
404
 
405
- #: contact_form.php:979
406
  msgid "The name of the user who fills the form will be used in the field 'From'."
407
  msgstr "'Gönderici' alanında formu dolduran ziyaretçinin adı kullanılacak."
408
 
409
- #: contact_form.php:982
410
  msgid "This text will be used in the 'FROM' field"
411
  msgstr "'GÖNDERİCİ' alanında bu metin kullanılacak"
412
 
413
- #: contact_form.php:986
414
  msgid "The email address in the 'From' field"
415
  msgstr "'Gönderen' alanındaki e-posta adresi"
416
 
417
- #: contact_form.php:988
418
  msgid "User email"
419
  msgstr "Kullanıcı e-postası"
420
 
421
- #: contact_form.php:989
422
  msgid "The email address of the user who fills the form will be used in the field 'From'."
423
  msgstr "'Gönderici' alanında formu dolduran kullanıcının e-posta adresi gösterilecek."
424
 
425
- #: contact_form.php:992
426
  msgid "This email address will be used in the 'From' field."
427
  msgstr "'Gönderici' alanında bu e-posta adresi gösterilecek."
428
 
429
- #: contact_form.php:996
430
  msgid "Required symbol"
431
  msgstr "Zorunlu işareti"
432
 
433
- #: contact_form.php:1006
434
  msgid "Fields"
435
  msgstr "Alanlar"
436
 
437
- #: contact_form.php:1007
438
  msgid "Used"
439
  msgstr "Kullanılsın mı?"
440
 
441
- #: contact_form.php:1008
442
  msgid "Required"
443
  msgstr "Zorunlu"
444
 
445
- #: contact_form.php:1009
446
  msgid "Visible"
447
  msgstr "Görünür"
448
 
449
- #: contact_form.php:1010
450
  msgid "Disabled for editing"
451
  msgstr "Düzenlemeye kapatılmış"
452
 
453
- #: contact_form.php:1011
454
  msgid "Field's default value"
455
  msgstr "Alanın varsayılan değeri"
456
 
457
- #: contact_form.php:1016
458
- #: contact_form.php:1373
459
- #: contact_form.php:2137
460
- #: contact_form.php:2173
461
  msgid "Name"
462
  msgstr "İsim"
463
 
464
- #: contact_form.php:1024
465
  msgid "Location selectbox"
466
  msgstr ""
467
 
468
- #: contact_form.php:1032
469
- #: contact_form.php:1378
470
- #: contact_form.php:2143
471
- #: contact_form.php:2177
472
  msgid "Address"
473
  msgstr "Adres:"
474
 
475
- #: contact_form.php:1040
476
  msgid "Email Address"
477
  msgstr "E-posta Adresi"
478
 
479
- #: contact_form.php:1048
480
  msgid "Phone number"
481
  msgstr "Telefon numarası"
482
 
483
- #: contact_form.php:1056
484
- #: contact_form.php:1393
485
- #: contact_form.php:2158
486
- #: contact_form.php:2186
487
  msgid "Subject"
488
  msgstr "Başlık"
489
 
490
- #: contact_form.php:1064
491
- #: contact_form.php:1397
492
- #: contact_form.php:2161
493
- #: contact_form.php:2188
494
  msgid "Message"
495
  msgstr "Mesaj"
496
 
497
- #: contact_form.php:1088
498
  msgid "Attachment block"
499
  msgstr "Dosya Yükleme"
500
 
501
- #: contact_form.php:1090
502
  msgid "Users can attach the following file formats"
503
  msgstr "Kullanıcılar şu uzantılardaki dosyaları yükleyebilirler"
504
 
505
- #: contact_form.php:1103
506
  msgid "Add to the form"
507
  msgstr "Forma ekle"
508
 
509
- #: contact_form.php:1108
510
  msgid "Tips below the Attachment"
511
  msgstr "Dosya yükleme alanı altında açıklama"
512
 
513
- #: contact_form.php:1117
514
  msgid "'Send me a copy' block"
515
  msgstr "'Mesajın bir kopyasını e-posta adresime gönder' seçeneği"
516
 
517
- #: contact_form.php:1128
518
- #: contact_form.php:1131
519
- #: contact_form.php:1135
520
- #: contact_form.php:1407
521
  msgid "Captcha"
522
  msgstr "CAPTCHA"
523
 
524
- #: contact_form.php:1131
525
  msgid "Activate captcha"
526
  msgstr "CAPTCHA'yı etkinleştir"
527
 
528
- #: contact_form.php:1135
529
  msgid "Download captcha"
530
  msgstr "CAPTCHA'yı yükle"
531
 
532
- #: contact_form.php:1143
533
  msgid "Agreement checkbox"
534
  msgstr "Onay kutusu"
535
 
536
- #: contact_form.php:1143
537
  msgid "Required checkbox for submitting the form"
538
  msgstr "Formu göndermek için işaretlenmesi gereken onay kutusu"
539
 
540
- #: contact_form.php:1144
541
  msgid "Optional checkbox"
542
  msgstr "İsteğe bağlı onay kutusu"
543
 
544
- #: contact_form.php:1144
545
  msgid "Optional checkbox, the results of which will be displayed in email"
546
  msgstr "E-posta'da gösterilecek, isteğe bağlı onay kutusu"
547
 
548
- #: contact_form.php:1161
549
  msgid "Delete an attachment file from the server after the email is sent"
550
  msgstr "E-posta gönderildikten sonra eklenen dosyayı sunucudan sil"
551
 
552
- #: contact_form.php:1167
553
  msgid "Email in HTML format sending"
554
  msgstr "E-postayı HTML formatında gönder"
555
 
556
- #: contact_form.php:1171
557
  msgid "Display additional info in the email"
558
  msgstr "E-postanın içerisinde ek bilgiler göster"
559
 
560
- #: contact_form.php:1176
561
- #: contact_form.php:2104
562
- #: contact_form.php:2106
563
  msgid "Sent from (ip address)"
564
  msgstr "Gönderilen (IP Adresi)"
565
 
566
- #: contact_form.php:1176
567
  msgid "Example: Sent from (IP address):\t127.0.0.1"
568
  msgstr "Örnek: Şu IP adresinden gönderildi:\t127.0.0.1"
569
 
570
- #: contact_form.php:1177
571
- #: contact_form.php:2110
572
- #: contact_form.php:2112
573
  msgid "Date/Time"
574
  msgstr "Tarih/Zaman"
575
 
576
- #: contact_form.php:1177
577
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
578
  msgstr "Örnek: Tarih/Saat:\t19 Ağustos, 2013 - 8:50 ÖS"
579
 
580
- #: contact_form.php:1178
581
- #: contact_form.php:2116
582
- #: contact_form.php:2118
583
  msgid "Sent from (referer)"
584
  msgstr "Gönderilen (referer)"
585
 
586
- #: contact_form.php:1178
587
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
588
  msgstr "Örnek: Gönderici:\thttp://bestwebsoft.com/contacts/contact-us/"
589
 
590
- #: contact_form.php:1179
591
- #: contact_form.php:2122
592
- #: contact_form.php:2124
593
  msgid "Using (user agent)"
594
  msgstr "Şununla: "
595
 
596
- #: contact_form.php:1179
597
  msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
598
  msgstr "Örnek: Şunu kullanarak:\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
599
 
600
- #: contact_form.php:1183
601
  msgid "Language settings for the field names in the form"
602
  msgstr "Formdaki alan adları için dil ayarları 8aşağıdaki iki seçenek için)"
603
 
604
- #: contact_form.php:1192
605
  msgid "Add a language"
606
  msgstr "Bir dil ekle"
607
 
608
- #: contact_form.php:1196
609
  msgid "Change the names of the contact form fields and error messages"
610
  msgstr "Yukarıdan eklenen dile göre İletişim Formu alanlarının isimlerini ve hata mesajlarını değiştir"
611
 
612
- #: contact_form.php:1201
613
- #: contact_form.php:1288
614
  msgid "English"
615
  msgstr "İngilizce"
616
 
617
- #: contact_form.php:1209
618
- #: contact_form.php:1243
619
  msgid "click to expand/hide the list"
620
  msgstr ""
621
 
622
- #: contact_form.php:1218
623
- #: contact_form.php:1252
624
  msgid "Tips below the Attachment block"
625
  msgstr "Dosya yükleme alanı altında gösterilecek açıklamalar"
626
 
627
- #: contact_form.php:1221
628
- #: contact_form.php:1255
629
  msgid "Error message for the Name field"
630
  msgstr "'İsim' alanı için hata mesajı"
631
 
632
- #: contact_form.php:1222
633
- #: contact_form.php:1256
634
  msgid "Error message for the Address field"
635
  msgstr "'Adres' alanı için hata mesajı"
636
 
637
- #: contact_form.php:1223
638
- #: contact_form.php:1257
639
  msgid "Error message for the Email field"
640
  msgstr "'E-posta adresş' alanı için hata mesajı"
641
 
642
- #: contact_form.php:1224
643
- #: contact_form.php:1258
644
  msgid "Error message for the Phone field"
645
  msgstr "'Telefon numarası' alanı için hata mesajı"
646
 
647
- #: contact_form.php:1225
648
- #: contact_form.php:1259
649
  msgid "Error message for the Subject field"
650
  msgstr "'Başlık' alanı için hata mesajı"
651
 
652
- #: contact_form.php:1226
653
- #: contact_form.php:1260
654
  msgid "Error message for the Message field"
655
  msgstr "'Mesaj' alanı için hata mesajı"
656
 
657
- #: contact_form.php:1227
658
- #: contact_form.php:1261
659
  msgid "Error message about the file type for the Attachment field"
660
  msgstr "Yüklenen dosyanın uzantısıyla ilgili hata mesajı"
661
 
662
- #: contact_form.php:1228
663
- #: contact_form.php:1262
664
  msgid "Error message while uploading a file for the Attachment field to the server"
665
  msgstr "Dosya yüklenirken oluşan hata için hata mesajı"
666
 
667
- #: contact_form.php:1229
668
- #: contact_form.php:1263
669
  msgid "Error message while moving the file for the Attachment field"
670
  msgstr "Yüklenecek dosya seçilirken oluşan hata için hata mesajı"
671
 
672
- #: contact_form.php:1230
673
- #: contact_form.php:1264
674
  msgid "Error message when file size limit for the Attachment field is exceeded"
675
  msgstr "En fazla dosya yükleme boyutu sınırı açıldığında oluşan hata mesajı"
676
 
677
- #: contact_form.php:1231
678
- #: contact_form.php:1265
679
  msgid "Error message for the Captcha field"
680
  msgstr "CAPTCHA alanı için hata mesajı"
681
 
682
- #: contact_form.php:1232
683
- #: contact_form.php:1266
684
  msgid "Error message for the whole form"
685
  msgstr "Formun geneli için hata mesajı"
686
 
687
- #: contact_form.php:1235
688
- #: contact_form.php:1237
689
- #: contact_form.php:1269
690
- #: contact_form.php:1271
691
- #: contact_form.php:1298
692
- #: contact_form.php:1300
693
- #: contact_form.php:1308
694
- #: contact_form.php:1310
695
  msgid "Use shortcode"
696
  msgstr "Kısa kodu kullan"
697
 
698
- #: contact_form.php:1235
699
- #: contact_form.php:1237
700
- #: contact_form.php:1269
701
- #: contact_form.php:1271
702
- #: contact_form.php:1298
703
- #: contact_form.php:1300
704
- #: contact_form.php:1308
705
- #: contact_form.php:1310
706
  msgid "for this language"
707
  msgstr "bu dil için"
708
 
709
- #: contact_form.php:1279
710
  #, fuzzy
711
  msgid "Use the changed names of the contact form fields in the email"
712
  msgstr "Yukarıdan eklenen dile göre İletişim Formu alanlarının isimlerini ve hata mesajlarını değiştir"
713
 
714
- #: contact_form.php:1285
715
  msgid "Action after email is sent"
716
  msgstr "E-posta gönderildikten sonra ne yapılsın?"
717
 
718
- #: contact_form.php:1287
719
  msgid "Display text"
720
  msgstr "Metin göster"
721
 
722
- #: contact_form.php:1296
723
- #: contact_form.php:1306
724
  msgid "Text"
725
  msgstr "Metin"
726
 
727
- #: contact_form.php:1317
728
  msgid "Redirect to the page"
729
  msgstr "Sayfaya yönlendir"
730
 
731
- #: contact_form.php:1318
732
  msgid "Url"
733
  msgstr "URL"
734
 
735
- #: contact_form.php:1322
736
  msgid "The $_SERVER variable that is used to build a URL of the form"
737
  msgstr ""
738
 
739
- #: contact_form.php:1326
740
  msgid "If you are not sure whether to change this setting or not, please do not do that."
741
  msgstr ""
742
 
743
- #: contact_form.php:1332
744
- #: contact_form.php:1516
 
 
 
 
 
 
 
 
 
745
  msgid "Save Changes"
746
  msgstr "Değişiklikleri Kaydet"
747
 
748
- #: contact_form.php:1337
749
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
750
  msgstr "Eğer eklentiyi beğenerek kullanıyorsanız, lütfen Wordpress'te eklentiye 5 yıldız verin"
751
 
752
- #: contact_form.php:1338
753
  msgid "Rate the plugin"
754
  msgstr "Eklentiyi değerlendir"
755
 
756
- #: contact_form.php:1341
757
  msgid "If there is something wrong about it, please contact us"
758
  msgstr "Eğer eklenti hakkında problem tespit ederseniz lütfen bizimle iletişime geçin"
759
 
760
- #: contact_form.php:1353
761
  msgid "Errors output"
762
  msgstr "Hata çıktısı"
763
 
764
- #: contact_form.php:1356
765
  msgid "Display error messages"
766
  msgstr "Hata mesajlarını göster"
767
 
768
- #: contact_form.php:1357
769
  msgid "Color of the input field errors."
770
  msgstr "Giriş alanlarının hata rengi"
771
 
772
- #: contact_form.php:1358
773
  msgid "Display error messages & color of the input field errors"
774
  msgstr "Hata mesajlarını ve giriş alanı hata rengini göster"
775
 
776
- #: contact_form.php:1363
777
  msgid "Add placeholder to the input blocks"
778
  msgstr "Giriş alanlarına bilgilendirme notu ekle"
779
 
780
- #: contact_form.php:1369
781
  msgid "Add tooltips"
782
  msgstr "Şunları ekle:"
783
 
784
- #: contact_form.php:1383
785
  msgid "Email address"
786
  msgstr "E-posta adresi"
787
 
788
- #: contact_form.php:1388
789
  msgid "Phone Number"
790
  msgstr "Telefon Numarası"
791
 
792
- #: contact_form.php:1402
793
  msgid "Attachment"
794
  msgstr "Dosya Yükleme"
795
 
796
- #: contact_form.php:1407
797
  msgid "(powered by bestwebsoft.com)"
798
  msgstr "(Geliştirici bestwebsoft.com)"
799
 
800
- #: contact_form.php:1412
801
  msgid "Style options"
802
  msgstr "Tasarım ayarları"
803
 
804
- #: contact_form.php:1415
805
  msgid "Text color"
806
  msgstr "Metin rengi"
807
 
808
- #: contact_form.php:1418
809
- #: contact_form.php:1423
810
- #: contact_form.php:1433
811
- #: contact_form.php:1438
812
- #: contact_form.php:1443
813
- #: contact_form.php:1448
814
- #: contact_form.php:1458
815
- #: contact_form.php:1463
816
- #: contact_form.php:1469
817
- #: contact_form.php:1480
818
- #: contact_form.php:1485
819
- #: contact_form.php:1490
820
  msgid "Default"
821
  msgstr "Varsayılan"
822
 
823
- #: contact_form.php:1420
824
  msgid "Label text color"
825
  msgstr "Etiket metninin rengi"
826
 
827
- #: contact_form.php:1425
828
  msgid "Placeholder color"
829
  msgstr "Bilgilendirme notu rengi"
830
 
831
- #: contact_form.php:1430
832
  msgid "Errors color"
833
  msgstr "Hataların renkleri"
834
 
835
- #: contact_form.php:1435
836
  msgid "Error text color"
837
  msgstr "Hata metni rengi"
838
 
839
- #: contact_form.php:1440
840
  msgid "Background color of the input field errors"
841
  msgstr "giriş alanı hataları için arka plan rengi"
842
 
843
- #: contact_form.php:1445
844
  msgid "Border color of the input field errors"
845
  msgstr "Giriş alanı hataları için border rengi"
846
 
847
- #: contact_form.php:1450
848
  msgid "Placeholder color of the input field errors"
849
  msgstr "Giriş alanı hataları için bilgilendirme notu rengi"
850
 
851
- #: contact_form.php:1455
852
  msgid "Input fields"
853
  msgstr "Giriş alanları"
854
 
855
- #: contact_form.php:1460
856
  msgid "Input fields background color"
857
  msgstr "Giriş alanları arka plan rengi"
858
 
859
- #: contact_form.php:1465
860
  msgid "Text fields color"
861
  msgstr "Metin alanlarının rengi"
862
 
863
- #: contact_form.php:1467
864
  msgid "Border width in px, numbers only"
865
  msgstr "Bırder genişliği, piksel cinsinden, sadece sayı"
866
 
867
- #: contact_form.php:1471
868
- #: contact_form.php:1492
869
  msgid "Border color"
870
  msgstr "Border rengi"
871
 
872
- #: contact_form.php:1476
873
  msgid "Submit button"
874
  msgstr "Gönderme butonu"
875
 
876
  # #: contact_form.php:928
877
- #: contact_form.php:1478
878
  msgid "Width in px, numbers only"
879
  msgstr "Piksel cinsinden genişlik, sadece sayı"
880
 
881
- #: contact_form.php:1482
882
  msgid "Button color"
883
  msgstr "Buton rengi"
884
 
885
- #: contact_form.php:1487
886
  msgid "Button text color"
887
  msgstr "Buton yazı rengi"
888
 
889
- #: contact_form.php:1520
890
  msgid "Contact Form Pro | Preview"
891
  msgstr "İletişim Formu PRO | Ön İzleme"
892
 
893
- #: contact_form.php:1523
894
  msgid "Show with errors"
895
  msgstr "Hatalarla göster"
896
 
897
- #: contact_form.php:1531
898
- #: contact_form.php:1533
899
  msgid "Please enter your full name..."
900
  msgstr "Lütfen tam adınızı yazın"
901
 
902
- #: contact_form.php:1544
903
- #: contact_form.php:1546
904
  msgid "Please enter your address..."
905
  msgstr "Lütfen adresinizi yazın"
906
 
907
- #: contact_form.php:1555
908
- #: contact_form.php:1557
909
  msgid "Please enter your email address..."
910
  msgstr "Lütfen e-posta adresinizi yazın"
911
 
912
- #: contact_form.php:1566
913
- #: contact_form.php:1568
914
  msgid "Please enter your phone number..."
915
  msgstr "Lütfen telefon numaranızı yazın"
916
 
917
- #: contact_form.php:1577
918
- #: contact_form.php:1579
919
  msgid "Please enter subject..."
920
  msgstr "Lütfen başlık yazın"
921
 
922
- #: contact_form.php:1587
923
- #: contact_form.php:1589
924
  msgid "Please enter your message..."
925
  msgstr "Lütfen mesajınızı yazın"
926
 
927
- #: contact_form.php:1631
928
  msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
929
  msgstr ""
930
 
931
- #: contact_form.php:1633
932
  msgid "Please, go to"
933
  msgstr ""
934
 
935
- #: contact_form.php:1633
936
  #, fuzzy
937
  msgid "the setting page"
938
  msgstr "Ekstra ayarlar"
939
 
940
- #: contact_form.php:1634
941
  msgid "You will be redirected automatically in 5 seconds."
942
  msgstr ""
943
 
944
- #: contact_form.php:1639
945
  msgid "You can download and activate"
946
  msgstr ""
947
 
948
- #: contact_form.php:1641
949
  msgid "version of this plugin by entering Your license key."
950
  msgstr ""
951
 
952
- #: contact_form.php:1643
953
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
954
  msgstr ""
955
 
956
- #: contact_form.php:1645
957
  msgid "(your username is the email you specify when purchasing the product)."
958
  msgstr ""
959
 
960
- #: contact_form.php:1653
961
- #: contact_form.php:1663
962
  #, fuzzy
963
  msgid "Activate"
964
  msgstr "CAPTCHA'yı etkinleştir"
965
 
966
- #: contact_form.php:1729
967
  msgid "Sorry, email message could not be delivered."
968
  msgstr "Üzgünüz, e-posta mesajınız gönderilemedi."
969
 
970
- #: contact_form.php:2131
971
  msgid "Contact from"
972
  msgstr "İletişim Formu"
973
 
974
- #: contact_form.php:2148
975
- #: contact_form.php:2180
976
  msgid "Email"
977
  msgstr "E-Posta Adresi"
978
 
979
- #: contact_form.php:2153
980
- #: contact_form.php:2183
981
  msgid "Phone"
982
  msgstr "Telefon"
983
 
984
- #: contact_form.php:2164
985
- #: contact_form.php:2190
986
  msgid "Site"
987
  msgstr "Website"
988
 
989
- #: contact_form.php:2280
990
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
991
  msgstr "Eğer bu MIME'ı görüyorsanız, bu e-posta sunucunuzun MIME'ı desteklemediği anlamına gelir!"
992
 
993
- #: contact_form.php:2361
994
  msgid "Support"
995
  msgstr "Destek"
996
 
997
- #: contact_form.php:2411
998
  msgid "Are you sure that you want to delete this language data?"
999
  msgstr "Bu dile ait verileri silmek istediğinize emin misiniz?"
1000
 
1001
- #: contact_form.php:2624
1002
  msgid "It’s time to upgrade your <strong>Contact Form plugin</strong> to <strong>PRO</strong> version"
1003
  msgstr ""
1004
 
1005
- #: contact_form.php:2625
1006
  msgid "Extend standard plugin functionality with new great options."
1007
  msgstr ""
1008
 
1009
- #: contact_form.php:2640
1010
  msgid "<strong>Contact Form to DB</strong> allows to store your messages to the database."
1011
  msgstr ""
1012
 
1013
- #: contact_form.php:2641
1014
  msgid "Manage messages that have been sent from your website."
1015
  msgstr ""
1016
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-10-21 10:34+0300\n"
6
+ "PO-Revision-Date: 2014-10-21 10:34+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
+ "Language-Team: Can Atasever <webmaster@canatasever.com>\n"
9
  "Language: ca_ES\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: contact_form.php:68
20
+ #: contact_form.php:753
21
  msgid "Contact Form Settings"
22
  msgstr "İletişim Formu Ayarları"
23
 
24
+ #: contact_form.php:68
25
  msgid "Contact Form"
26
  msgstr "İletişim Formu"
27
 
28
+ #: contact_form.php:147
29
+ #: contact_form.php:1108
30
+ #: contact_form.php:1142
31
  msgid "Name:"
32
  msgstr "İsim:"
33
 
34
+ #: contact_form.php:148
35
+ #: contact_form.php:1109
36
+ #: contact_form.php:1143
37
  msgid "Address:"
38
  msgstr "Adres:"
39
 
40
+ #: contact_form.php:149
41
+ #: contact_form.php:1110
42
+ #: contact_form.php:1144
43
  msgid "Email Address:"
44
  msgstr "E-posta Adresi:"
45
 
46
+ #: contact_form.php:150
47
+ #: contact_form.php:1111
48
+ #: contact_form.php:1145
49
  msgid "Phone number:"
50
  msgstr "Telefon Numarası:"
51
 
52
+ #: contact_form.php:151
53
+ #: contact_form.php:1112
54
+ #: contact_form.php:1146
55
  msgid "Subject:"
56
  msgstr "Başlık:"
57
 
58
+ #: contact_form.php:152
59
+ #: contact_form.php:1113
60
+ #: contact_form.php:1147
61
  msgid "Message:"
62
  msgstr "Mesaj:"
63
 
64
+ #: contact_form.php:153
65
+ #: contact_form.php:1114
66
+ #: contact_form.php:1148
67
  msgid "Attachment:"
68
  msgstr "Eklenecek Dosya:"
69
 
70
+ #: contact_form.php:154
71
  msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
72
  msgstr "Desteklenen dosya uzantıları: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. En büyük dosya boyutu: 2MB"
73
 
74
+ #: contact_form.php:155
75
+ #: contact_form.php:1116
76
+ #: contact_form.php:1150
77
  msgid "Send me a copy"
78
  msgstr "Bana bir kopyasını gönder"
79
 
80
+ #: contact_form.php:156
81
+ #: contact_form.php:1117
82
+ #: contact_form.php:1151
83
  msgid "Submit"
84
  msgstr "Gönder"
85
 
86
+ #: contact_form.php:157
87
  msgid "Your name is required."
88
  msgstr "İsminizi yazmanız gerekiyor."
89
 
90
+ #: contact_form.php:158
91
  msgid "Address is required."
92
  msgstr "Adresinizi yazmanız gerekiyor."
93
 
94
+ #: contact_form.php:159
95
  msgid "A valid email address is required."
96
  msgstr "Geçerli bir e-posta adresi yazmanız gerekiyor."
97
 
98
+ #: contact_form.php:160
99
  msgid "Phone number is required."
100
  msgstr "Telefon numaranızı yazmanız gerekiyor."
101
 
102
+ #: contact_form.php:161
103
  msgid "Subject is required."
104
  msgstr "Başlık kısmını doldurmanız gerekiyor."
105
 
106
+ #: contact_form.php:162
107
  msgid "Message text is required."
108
  msgstr "Mesaj kısmını doldurmanız gerekiyor."
109
 
110
+ #: contact_form.php:163
111
  msgid "File format is not valid."
112
  msgstr "Dosya uzantısı uygun değil."
113
 
114
+ #: contact_form.php:164
115
  msgid "File upload error."
116
  msgstr "Dosya yükleme hatası."
117
 
118
+ #: contact_form.php:165
119
  msgid "The file could not be uploaded."
120
  msgstr "Dosya yüklenemedi."
121
 
122
+ #: contact_form.php:166
123
  msgid "This file is too large."
124
  msgstr "Dosyanın boyutu çok büyük."
125
 
126
+ #: contact_form.php:167
127
  msgid "Please fill out the CAPTCHA."
128
  msgstr "Lütfen CAPTCHA kısmını doldurun."
129
 
130
+ #: contact_form.php:168
131
  msgid "Please make corrections below and try again."
132
  msgstr "Lütfen aşağıdaki düzeltmeleri yapın ve yeniden deneyin."
133
 
134
+ #: contact_form.php:170
135
  msgid "Thank you for contacting us."
136
  msgstr "İletişime geçtiğiniz için teşekkürler."
137
 
138
+ #: contact_form.php:347
139
  msgid "requires"
140
  msgstr "Gerekli"
141
 
142
+ #: contact_form.php:347
143
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
144
  msgstr "ya da daha üstü, pasifleştirilmesinin sebebi bu! Lütfen Wordpress'i güncelleyin ve yeniden deneyin."
145
 
146
+ #: contact_form.php:347
147
  msgid "Back to the WordPress"
148
  msgstr "Wordpress'e geri dön"
149
 
150
+ #: contact_form.php:347
151
  msgid "Plugins page"
152
  msgstr "Eklenti Sayfası"
153
 
154
+ #: contact_form.php:575
155
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
156
  msgstr "Eğer 'Sayfaya Yönlendir' seçeneği seçilmişse, URL alanı şu formatta olmalı:"
157
 
158
+ #: contact_form.php:584
159
  #, fuzzy
160
  msgid "Such user does not exist."
161
  msgstr "Böyle bir kullanıcı adı bulunamadı. Ayarlar kaydedilmedi."
162
 
163
+ #: contact_form.php:594
164
  #, fuzzy
165
  msgid "Please enter a valid email address in the 'Use this email address' field."
166
  msgstr "Lütfen 'GÖNDERİCİ' alanına geçerli bir e-posta adresi girin. Ayarlar kaydedilmedi."
167
 
168
+ #: contact_form.php:602
169
  #, fuzzy
170
  msgid "Please enter a valid email address in the 'FROM' field."
171
  msgstr "Lütfen 'GÖNDERİCİ' alanına geçerli bir e-posta adresi girin. Ayarlar kaydedilmedi."
172
 
173
+ #: contact_form.php:627
174
  msgid "Settings saved."
175
  msgstr "Ayarlar kaydedildi."
176
 
177
+ #: contact_form.php:629
178
  #, fuzzy
179
  msgid "Settings are not saved."
180
  msgstr "Ayarlar kaydedildi."
181
 
182
+ #: contact_form.php:656
183
+ #: contact_form.php:688
184
  msgid "Wrong license key"
185
  msgstr ""
186
 
187
+ #: contact_form.php:681
188
  msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
189
  msgstr ""
190
 
191
+ #: contact_form.php:690
192
  msgid "This license key is bind to another site"
193
  msgstr ""
194
 
195
+ #: contact_form.php:692
196
+ #: contact_form.php:1583
197
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
198
  msgstr ""
199
 
200
+ #: contact_form.php:709
201
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
202
  msgstr ""
203
 
204
+ #: contact_form.php:715
205
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
206
  msgstr ""
207
 
208
+ #: contact_form.php:719
209
+ #: contact_form.php:728
210
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
211
  msgstr ""
212
 
213
+ #: contact_form.php:732
214
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
215
  msgstr ""
216
 
217
+ #: contact_form.php:747
218
  #, fuzzy
219
  msgid "Please, enter Your license key"
220
  msgstr "Lütfen mesajınızı yazın"
221
 
222
+ #: contact_form.php:755
223
+ #: contact_form.php:2274
224
+ #: contact_form.php:2286
225
  msgid "Settings"
226
  msgstr "Ayarlar"
227
 
228
+ #: contact_form.php:756
229
  msgid "Extra settings"
230
  msgstr "Ekstra ayarlar"
231
 
232
+ #: contact_form.php:757
233
+ #: contact_form.php:2287
234
  msgid "FAQ"
235
  msgstr "SSS"
236
 
237
+ #: contact_form.php:758
238
  msgid "Go PRO"
239
  msgstr ""
240
 
241
+ #: contact_form.php:761
242
  msgid "Notice:"
243
  msgstr "Bilgi Notu:"
244
 
245
+ #: contact_form.php:761
246
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
247
  msgstr "Eklentinin ayarları değiştirildi. Değişiklikleri kaydetmek için 'Değişiklikleri Kaydet' butonuna basmayı unutmayın."
248
 
249
+ #: contact_form.php:767
250
  msgid "If you want to create multiple contact forms, please install the Contact Form Multi plugin."
251
  msgstr ""
252
 
253
+ #: contact_form.php:773
254
+ #: contact_form.php:778
255
+ #: contact_form.php:1542
256
  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:"
257
  msgstr "Eğer sitenize iletişim formu eklemek istiyorsanız, şu kısa kodu yazınıza, sayfanıza ya da bileşen alanınıza eklemeniz yeterli."
258
 
259
+ #: contact_form.php:773
260
+ #: contact_form.php:774
261
+ #: contact_form.php:778
262
+ #: contact_form.php:779
263
+ #: contact_form.php:1132
264
+ #: contact_form.php:1134
265
+ #: contact_form.php:1195
266
+ #: contact_form.php:1197
267
  msgid "or"
268
  msgstr "ya da"
269
 
270
+ #: contact_form.php:774
271
+ #: contact_form.php:779
272
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
273
  msgstr "Eğer standart [contact_form] kısa koduyla ilgili bir sorun yaşarsanız, şunlardan birini kullanmalısınız"
274
 
275
+ #: contact_form.php:775
276
+ #: contact_form.php:780
277
  msgid "They work the same way."
278
  msgstr "Aynı şekilde çalışırlar."
279
 
280
+ #: contact_form.php:776
281
+ #: contact_form.php:781
282
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
283
  msgstr "Eğer aşağıdaki alanları boş bırakırsanız, kullanıcının mesajı kayıt sırasında girilen e-posta adresine gönderilecek."
284
 
285
+ #: contact_form.php:786
286
  msgid "The user's email address:"
287
  msgstr "Kullanıcının e-posta adresine:"
288
 
289
+ #: contact_form.php:790
290
  msgid "Create a username"
291
  msgstr "Kullanıcı oluştur"
292
 
293
+ #: contact_form.php:797
294
  msgid "Enter a username of the person who should get the messages from the contact form."
295
  msgstr "İletişim Formu ile gönderilen mesajı almasını istediğiniz kullanıcının adını girin."
296
 
297
+ #: contact_form.php:801
298
  msgid "Use this email address:"
299
  msgstr "Mesaj bu e-posta adresine gönderilsin:"
300
 
301
+ #: contact_form.php:804
302
  msgid "Enter the email address you want the messages forwarded to."
303
  msgstr "Mesajın gönderilmesini istediğiniz e-posta adresini girin."
304
 
305
+ #: contact_form.php:813
306
  msgid "Add department selectbox to the contact form:"
307
  msgstr "İletişim Formu'na departman seçenekleri ekleyin"
308
 
309
+ #: contact_form.php:821
310
+ #: contact_form.php:1241
311
+ #: contact_form.php:1425
312
  msgid "If you upgrade to Pro version all your settings will be saved."
313
  msgstr "Ücretli sürümü satın alırsanız tüm değişiklikler kaydedilecek."
314
 
315
+ #: contact_form.php:828
316
+ #: contact_form.php:974
317
+ #: contact_form.php:1048
318
+ #: contact_form.php:1248
319
+ #: contact_form.php:1432
320
  msgid "Unlock premium options by upgrading to a PRO version."
321
  msgstr ""
322
 
323
+ #: contact_form.php:829
324
+ #: contact_form.php:975
325
+ #: contact_form.php:1049
326
+ #: contact_form.php:1249
327
+ #: contact_form.php:1433
328
+ #: contact_form.php:2548
329
+ #: contact_form.php:2564
330
  msgid "Learn More"
331
  msgstr ""
332
 
333
+ #: contact_form.php:832
334
+ #: contact_form.php:978
335
+ #: contact_form.php:1052
336
+ #: contact_form.php:1252
337
+ #: contact_form.php:1436
338
  msgid "Go"
339
  msgstr ""
340
 
341
+ #: contact_form.php:839
342
  msgid "Save emails to the database"
343
  msgstr "E-postaları veritabanına kaydet"
344
 
345
+ #: contact_form.php:845
346
  msgid "Using"
347
  msgstr ""
348
 
349
+ #: contact_form.php:845
350
+ #: contact_form.php:1025
351
+ #: contact_form.php:1028
352
+ #: contact_form.php:1032
353
  msgid "powered by"
354
  msgstr "geliştirici: "
355
 
356
+ #: contact_form.php:848
357
+ #: contact_form.php:852
358
  msgid "Using Contact Form to DB powered by"
359
  msgstr "Contact Form to DB eklentisi ile,"
360
 
361
+ #: contact_form.php:848
362
  msgid "Activate Contact Form to DB"
363
  msgstr "Contact Form to DB eklentisini aktifleştir"
364
 
365
+ #: contact_form.php:852
366
  msgid "Download Contact Form to DB"
367
  msgstr "Contact Form to DB eklentisini yükle"
368
 
369
+ #: contact_form.php:857
370
  msgid "Additional options"
371
  msgstr "Ek seçenekler"
372
 
373
+ #: contact_form.php:859
374
  msgid "Show"
375
  msgstr "Göster"
376
 
377
+ #: contact_form.php:860
378
  msgid "Hide"
379
  msgstr "Gizle"
380
 
381
+ #: contact_form.php:864
382
  msgid "What to use?"
383
  msgstr "Hangi yöntem?"
384
 
385
+ #: contact_form.php:867
386
  msgid "Wp-mail"
387
  msgstr "Wp-Mail"
388
 
389
+ #: contact_form.php:867
390
  msgid "You can use the wp_mail function for mailing"
391
  msgstr "E-postanın gönderimi için wp_mail fonksiyonunu kullanabilirsiniz."
392
 
393
+ #: contact_form.php:869
394
  msgid "Mail"
395
  msgstr "Mail"
396
 
397
+ #: contact_form.php:869
398
  msgid "To send mail you can use the php mail function"
399
  msgstr "E-postanın gönderimi için PHP Mail fonksiyonunu kullanabilirsiniz."
400
 
401
+ #: contact_form.php:873
402
  msgid "The text in the 'From' field"
403
  msgstr "'Gönderici' alanındaki metin"
404
 
405
+ #: contact_form.php:875
406
  msgid "User name"
407
  msgstr "Kullanıcı adı"
408
 
409
+ #: contact_form.php:876
410
  msgid "The name of the user who fills the form will be used in the field 'From'."
411
  msgstr "'Gönderici' alanında formu dolduran ziyaretçinin adı kullanılacak."
412
 
413
+ #: contact_form.php:879
414
  msgid "This text will be used in the 'FROM' field"
415
  msgstr "'GÖNDERİCİ' alanında bu metin kullanılacak"
416
 
417
+ #: contact_form.php:883
418
  msgid "The email address in the 'From' field"
419
  msgstr "'Gönderen' alanındaki e-posta adresi"
420
 
421
+ #: contact_form.php:885
422
  msgid "User email"
423
  msgstr "Kullanıcı e-postası"
424
 
425
+ #: contact_form.php:886
426
  msgid "The email address of the user who fills the form will be used in the field 'From'."
427
  msgstr "'Gönderici' alanında formu dolduran kullanıcının e-posta adresi gösterilecek."
428
 
429
+ #: contact_form.php:889
430
  msgid "This email address will be used in the 'From' field."
431
  msgstr "'Gönderici' alanında bu e-posta adresi gösterilecek."
432
 
433
+ #: contact_form.php:893
434
  msgid "Required symbol"
435
  msgstr "Zorunlu işareti"
436
 
437
+ #: contact_form.php:903
438
  msgid "Fields"
439
  msgstr "Alanlar"
440
 
441
+ #: contact_form.php:904
442
  msgid "Used"
443
  msgstr "Kullanılsın mı?"
444
 
445
+ #: contact_form.php:905
446
  msgid "Required"
447
  msgstr "Zorunlu"
448
 
449
+ #: contact_form.php:906
450
  msgid "Visible"
451
  msgstr "Görünür"
452
 
453
+ #: contact_form.php:907
454
  msgid "Disabled for editing"
455
  msgstr "Düzenlemeye kapatılmış"
456
 
457
+ #: contact_form.php:908
458
  msgid "Field's default value"
459
  msgstr "Alanın varsayılan değeri"
460
 
461
+ #: contact_form.php:913
462
+ #: contact_form.php:1300
463
+ #: contact_form.php:2064
464
+ #: contact_form.php:2100
465
  msgid "Name"
466
  msgstr "İsim"
467
 
468
+ #: contact_form.php:921
469
  msgid "Location selectbox"
470
  msgstr ""
471
 
472
+ #: contact_form.php:929
473
+ #: contact_form.php:1305
474
+ #: contact_form.php:2070
475
+ #: contact_form.php:2104
476
  msgid "Address"
477
  msgstr "Adres:"
478
 
479
+ #: contact_form.php:937
480
  msgid "Email Address"
481
  msgstr "E-posta Adresi"
482
 
483
+ #: contact_form.php:945
484
  msgid "Phone number"
485
  msgstr "Telefon numarası"
486
 
487
+ #: contact_form.php:953
488
+ #: contact_form.php:1320
489
+ #: contact_form.php:2085
490
+ #: contact_form.php:2113
491
  msgid "Subject"
492
  msgstr "Başlık"
493
 
494
+ #: contact_form.php:961
495
+ #: contact_form.php:1324
496
+ #: contact_form.php:2088
497
+ #: contact_form.php:2115
498
  msgid "Message"
499
  msgstr "Mesaj"
500
 
501
+ #: contact_form.php:985
502
  msgid "Attachment block"
503
  msgstr "Dosya Yükleme"
504
 
505
+ #: contact_form.php:987
506
  msgid "Users can attach the following file formats"
507
  msgstr "Kullanıcılar şu uzantılardaki dosyaları yükleyebilirler"
508
 
509
+ #: contact_form.php:1000
510
  msgid "Add to the form"
511
  msgstr "Forma ekle"
512
 
513
+ #: contact_form.php:1005
514
  msgid "Tips below the Attachment"
515
  msgstr "Dosya yükleme alanı altında açıklama"
516
 
517
+ #: contact_form.php:1014
518
  msgid "'Send me a copy' block"
519
  msgstr "'Mesajın bir kopyasını e-posta adresime gönder' seçeneği"
520
 
521
+ #: contact_form.php:1025
522
+ #: contact_form.php:1028
523
+ #: contact_form.php:1032
524
+ #: contact_form.php:1334
525
  msgid "Captcha"
526
  msgstr "CAPTCHA"
527
 
528
+ #: contact_form.php:1028
529
  msgid "Activate captcha"
530
  msgstr "CAPTCHA'yı etkinleştir"
531
 
532
+ #: contact_form.php:1032
533
  msgid "Download captcha"
534
  msgstr "CAPTCHA'yı yükle"
535
 
536
+ #: contact_form.php:1040
537
  msgid "Agreement checkbox"
538
  msgstr "Onay kutusu"
539
 
540
+ #: contact_form.php:1040
541
  msgid "Required checkbox for submitting the form"
542
  msgstr "Formu göndermek için işaretlenmesi gereken onay kutusu"
543
 
544
+ #: contact_form.php:1041
545
  msgid "Optional checkbox"
546
  msgstr "İsteğe bağlı onay kutusu"
547
 
548
+ #: contact_form.php:1041
549
  msgid "Optional checkbox, the results of which will be displayed in email"
550
  msgstr "E-posta'da gösterilecek, isteğe bağlı onay kutusu"
551
 
552
+ #: contact_form.php:1058
553
  msgid "Delete an attachment file from the server after the email is sent"
554
  msgstr "E-posta gönderildikten sonra eklenen dosyayı sunucudan sil"
555
 
556
+ #: contact_form.php:1064
557
  msgid "Email in HTML format sending"
558
  msgstr "E-postayı HTML formatında gönder"
559
 
560
+ #: contact_form.php:1068
561
  msgid "Display additional info in the email"
562
  msgstr "E-postanın içerisinde ek bilgiler göster"
563
 
564
+ #: contact_form.php:1073
565
+ #: contact_form.php:2031
566
+ #: contact_form.php:2033
567
  msgid "Sent from (ip address)"
568
  msgstr "Gönderilen (IP Adresi)"
569
 
570
+ #: contact_form.php:1073
571
  msgid "Example: Sent from (IP address):\t127.0.0.1"
572
  msgstr "Örnek: Şu IP adresinden gönderildi:\t127.0.0.1"
573
 
574
+ #: contact_form.php:1074
575
+ #: contact_form.php:2037
576
+ #: contact_form.php:2039
577
  msgid "Date/Time"
578
  msgstr "Tarih/Zaman"
579
 
580
+ #: contact_form.php:1074
581
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
582
  msgstr "Örnek: Tarih/Saat:\t19 Ağustos, 2013 - 8:50 ÖS"
583
 
584
+ #: contact_form.php:1075
585
+ #: contact_form.php:2043
586
+ #: contact_form.php:2045
587
  msgid "Sent from (referer)"
588
  msgstr "Gönderilen (referer)"
589
 
590
+ #: contact_form.php:1075
591
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
592
  msgstr "Örnek: Gönderici:\thttp://bestwebsoft.com/contacts/contact-us/"
593
 
594
+ #: contact_form.php:1076
595
+ #: contact_form.php:2049
596
+ #: contact_form.php:2051
597
  msgid "Using (user agent)"
598
  msgstr "Şununla: "
599
 
600
+ #: contact_form.php:1076
601
  msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
602
  msgstr "Örnek: Şunu kullanarak:\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
603
 
604
+ #: contact_form.php:1080
605
  msgid "Language settings for the field names in the form"
606
  msgstr "Formdaki alan adları için dil ayarları 8aşağıdaki iki seçenek için)"
607
 
608
+ #: contact_form.php:1089
609
  msgid "Add a language"
610
  msgstr "Bir dil ekle"
611
 
612
+ #: contact_form.php:1093
613
  msgid "Change the names of the contact form fields and error messages"
614
  msgstr "Yukarıdan eklenen dile göre İletişim Formu alanlarının isimlerini ve hata mesajlarını değiştir"
615
 
616
+ #: contact_form.php:1098
617
+ #: contact_form.php:1185
618
  msgid "English"
619
  msgstr "İngilizce"
620
 
621
+ #: contact_form.php:1106
622
+ #: contact_form.php:1140
623
  msgid "click to expand/hide the list"
624
  msgstr ""
625
 
626
+ #: contact_form.php:1115
627
+ #: contact_form.php:1149
628
  msgid "Tips below the Attachment block"
629
  msgstr "Dosya yükleme alanı altında gösterilecek açıklamalar"
630
 
631
+ #: contact_form.php:1118
632
+ #: contact_form.php:1152
633
  msgid "Error message for the Name field"
634
  msgstr "'İsim' alanı için hata mesajı"
635
 
636
+ #: contact_form.php:1119
637
+ #: contact_form.php:1153
638
  msgid "Error message for the Address field"
639
  msgstr "'Adres' alanı için hata mesajı"
640
 
641
+ #: contact_form.php:1120
642
+ #: contact_form.php:1154
643
  msgid "Error message for the Email field"
644
  msgstr "'E-posta adresş' alanı için hata mesajı"
645
 
646
+ #: contact_form.php:1121
647
+ #: contact_form.php:1155
648
  msgid "Error message for the Phone field"
649
  msgstr "'Telefon numarası' alanı için hata mesajı"
650
 
651
+ #: contact_form.php:1122
652
+ #: contact_form.php:1156
653
  msgid "Error message for the Subject field"
654
  msgstr "'Başlık' alanı için hata mesajı"
655
 
656
+ #: contact_form.php:1123
657
+ #: contact_form.php:1157
658
  msgid "Error message for the Message field"
659
  msgstr "'Mesaj' alanı için hata mesajı"
660
 
661
+ #: contact_form.php:1124
662
+ #: contact_form.php:1158
663
  msgid "Error message about the file type for the Attachment field"
664
  msgstr "Yüklenen dosyanın uzantısıyla ilgili hata mesajı"
665
 
666
+ #: contact_form.php:1125
667
+ #: contact_form.php:1159
668
  msgid "Error message while uploading a file for the Attachment field to the server"
669
  msgstr "Dosya yüklenirken oluşan hata için hata mesajı"
670
 
671
+ #: contact_form.php:1126
672
+ #: contact_form.php:1160
673
  msgid "Error message while moving the file for the Attachment field"
674
  msgstr "Yüklenecek dosya seçilirken oluşan hata için hata mesajı"
675
 
676
+ #: contact_form.php:1127
677
+ #: contact_form.php:1161
678
  msgid "Error message when file size limit for the Attachment field is exceeded"
679
  msgstr "En fazla dosya yükleme boyutu sınırı açıldığında oluşan hata mesajı"
680
 
681
+ #: contact_form.php:1128
682
+ #: contact_form.php:1162
683
  msgid "Error message for the Captcha field"
684
  msgstr "CAPTCHA alanı için hata mesajı"
685
 
686
+ #: contact_form.php:1129
687
+ #: contact_form.php:1163
688
  msgid "Error message for the whole form"
689
  msgstr "Formun geneli için hata mesajı"
690
 
691
+ #: contact_form.php:1132
692
+ #: contact_form.php:1134
693
+ #: contact_form.php:1166
694
+ #: contact_form.php:1168
695
+ #: contact_form.php:1195
696
+ #: contact_form.php:1197
697
+ #: contact_form.php:1205
698
+ #: contact_form.php:1207
699
  msgid "Use shortcode"
700
  msgstr "Kısa kodu kullan"
701
 
702
+ #: contact_form.php:1132
703
+ #: contact_form.php:1134
704
+ #: contact_form.php:1166
705
+ #: contact_form.php:1168
706
+ #: contact_form.php:1195
707
+ #: contact_form.php:1197
708
+ #: contact_form.php:1205
709
+ #: contact_form.php:1207
710
  msgid "for this language"
711
  msgstr "bu dil için"
712
 
713
+ #: contact_form.php:1176
714
  #, fuzzy
715
  msgid "Use the changed names of the contact form fields in the email"
716
  msgstr "Yukarıdan eklenen dile göre İletişim Formu alanlarının isimlerini ve hata mesajlarını değiştir"
717
 
718
+ #: contact_form.php:1182
719
  msgid "Action after email is sent"
720
  msgstr "E-posta gönderildikten sonra ne yapılsın?"
721
 
722
+ #: contact_form.php:1184
723
  msgid "Display text"
724
  msgstr "Metin göster"
725
 
726
+ #: contact_form.php:1193
727
+ #: contact_form.php:1203
728
  msgid "Text"
729
  msgstr "Metin"
730
 
731
+ #: contact_form.php:1214
732
  msgid "Redirect to the page"
733
  msgstr "Sayfaya yönlendir"
734
 
735
+ #: contact_form.php:1215
736
  msgid "Url"
737
  msgstr "URL"
738
 
739
+ #: contact_form.php:1219
740
  msgid "The $_SERVER variable that is used to build a URL of the form"
741
  msgstr ""
742
 
743
+ #: contact_form.php:1223
744
  msgid "If you are not sure whether to change this setting or not, please do not do that."
745
  msgstr ""
746
 
747
+ #: contact_form.php:1232
748
+ msgid "Auto Response"
749
+ msgstr ""
750
+
751
+ #: contact_form.php:1236
752
+ #, php-format
753
+ msgid "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to display data from the Message field, as well as %%SITENAME%% to display blog name."
754
+ msgstr ""
755
+
756
+ #: contact_form.php:1259
757
+ #: contact_form.php:1443
758
  msgid "Save Changes"
759
  msgstr "Değişiklikleri Kaydet"
760
 
761
+ #: contact_form.php:1264
762
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
763
  msgstr "Eğer eklentiyi beğenerek kullanıyorsanız, lütfen Wordpress'te eklentiye 5 yıldız verin"
764
 
765
+ #: contact_form.php:1265
766
  msgid "Rate the plugin"
767
  msgstr "Eklentiyi değerlendir"
768
 
769
+ #: contact_form.php:1268
770
  msgid "If there is something wrong about it, please contact us"
771
  msgstr "Eğer eklenti hakkında problem tespit ederseniz lütfen bizimle iletişime geçin"
772
 
773
+ #: contact_form.php:1280
774
  msgid "Errors output"
775
  msgstr "Hata çıktısı"
776
 
777
+ #: contact_form.php:1283
778
  msgid "Display error messages"
779
  msgstr "Hata mesajlarını göster"
780
 
781
+ #: contact_form.php:1284
782
  msgid "Color of the input field errors."
783
  msgstr "Giriş alanlarının hata rengi"
784
 
785
+ #: contact_form.php:1285
786
  msgid "Display error messages & color of the input field errors"
787
  msgstr "Hata mesajlarını ve giriş alanı hata rengini göster"
788
 
789
+ #: contact_form.php:1290
790
  msgid "Add placeholder to the input blocks"
791
  msgstr "Giriş alanlarına bilgilendirme notu ekle"
792
 
793
+ #: contact_form.php:1296
794
  msgid "Add tooltips"
795
  msgstr "Şunları ekle:"
796
 
797
+ #: contact_form.php:1310
798
  msgid "Email address"
799
  msgstr "E-posta adresi"
800
 
801
+ #: contact_form.php:1315
802
  msgid "Phone Number"
803
  msgstr "Telefon Numarası"
804
 
805
+ #: contact_form.php:1329
806
  msgid "Attachment"
807
  msgstr "Dosya Yükleme"
808
 
809
+ #: contact_form.php:1334
810
  msgid "(powered by bestwebsoft.com)"
811
  msgstr "(Geliştirici bestwebsoft.com)"
812
 
813
+ #: contact_form.php:1339
814
  msgid "Style options"
815
  msgstr "Tasarım ayarları"
816
 
817
+ #: contact_form.php:1342
818
  msgid "Text color"
819
  msgstr "Metin rengi"
820
 
821
+ #: contact_form.php:1345
822
+ #: contact_form.php:1350
823
+ #: contact_form.php:1360
824
+ #: contact_form.php:1365
825
+ #: contact_form.php:1370
826
+ #: contact_form.php:1375
827
+ #: contact_form.php:1385
828
+ #: contact_form.php:1390
829
+ #: contact_form.php:1396
830
+ #: contact_form.php:1407
831
+ #: contact_form.php:1412
832
+ #: contact_form.php:1417
833
  msgid "Default"
834
  msgstr "Varsayılan"
835
 
836
+ #: contact_form.php:1347
837
  msgid "Label text color"
838
  msgstr "Etiket metninin rengi"
839
 
840
+ #: contact_form.php:1352
841
  msgid "Placeholder color"
842
  msgstr "Bilgilendirme notu rengi"
843
 
844
+ #: contact_form.php:1357
845
  msgid "Errors color"
846
  msgstr "Hataların renkleri"
847
 
848
+ #: contact_form.php:1362
849
  msgid "Error text color"
850
  msgstr "Hata metni rengi"
851
 
852
+ #: contact_form.php:1367
853
  msgid "Background color of the input field errors"
854
  msgstr "giriş alanı hataları için arka plan rengi"
855
 
856
+ #: contact_form.php:1372
857
  msgid "Border color of the input field errors"
858
  msgstr "Giriş alanı hataları için border rengi"
859
 
860
+ #: contact_form.php:1377
861
  msgid "Placeholder color of the input field errors"
862
  msgstr "Giriş alanı hataları için bilgilendirme notu rengi"
863
 
864
+ #: contact_form.php:1382
865
  msgid "Input fields"
866
  msgstr "Giriş alanları"
867
 
868
+ #: contact_form.php:1387
869
  msgid "Input fields background color"
870
  msgstr "Giriş alanları arka plan rengi"
871
 
872
+ #: contact_form.php:1392
873
  msgid "Text fields color"
874
  msgstr "Metin alanlarının rengi"
875
 
876
+ #: contact_form.php:1394
877
  msgid "Border width in px, numbers only"
878
  msgstr "Bırder genişliği, piksel cinsinden, sadece sayı"
879
 
880
+ #: contact_form.php:1398
881
+ #: contact_form.php:1419
882
  msgid "Border color"
883
  msgstr "Border rengi"
884
 
885
+ #: contact_form.php:1403
886
  msgid "Submit button"
887
  msgstr "Gönderme butonu"
888
 
889
  # #: contact_form.php:928
890
+ #: contact_form.php:1405
891
  msgid "Width in px, numbers only"
892
  msgstr "Piksel cinsinden genişlik, sadece sayı"
893
 
894
+ #: contact_form.php:1409
895
  msgid "Button color"
896
  msgstr "Buton rengi"
897
 
898
+ #: contact_form.php:1414
899
  msgid "Button text color"
900
  msgstr "Buton yazı rengi"
901
 
902
+ #: contact_form.php:1447
903
  msgid "Contact Form Pro | Preview"
904
  msgstr "İletişim Formu PRO | Ön İzleme"
905
 
906
+ #: contact_form.php:1450
907
  msgid "Show with errors"
908
  msgstr "Hatalarla göster"
909
 
910
+ #: contact_form.php:1458
911
+ #: contact_form.php:1460
912
  msgid "Please enter your full name..."
913
  msgstr "Lütfen tam adınızı yazın"
914
 
915
+ #: contact_form.php:1471
916
+ #: contact_form.php:1473
917
  msgid "Please enter your address..."
918
  msgstr "Lütfen adresinizi yazın"
919
 
920
+ #: contact_form.php:1482
921
+ #: contact_form.php:1484
922
  msgid "Please enter your email address..."
923
  msgstr "Lütfen e-posta adresinizi yazın"
924
 
925
+ #: contact_form.php:1493
926
+ #: contact_form.php:1495
927
  msgid "Please enter your phone number..."
928
  msgstr "Lütfen telefon numaranızı yazın"
929
 
930
+ #: contact_form.php:1504
931
+ #: contact_form.php:1506
932
  msgid "Please enter subject..."
933
  msgstr "Lütfen başlık yazın"
934
 
935
+ #: contact_form.php:1514
936
+ #: contact_form.php:1516
937
  msgid "Please enter your message..."
938
  msgstr "Lütfen mesajınızı yazın"
939
 
940
+ #: contact_form.php:1558
941
  msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
942
  msgstr ""
943
 
944
+ #: contact_form.php:1560
945
  msgid "Please, go to"
946
  msgstr ""
947
 
948
+ #: contact_form.php:1560
949
  #, fuzzy
950
  msgid "the setting page"
951
  msgstr "Ekstra ayarlar"
952
 
953
+ #: contact_form.php:1561
954
  msgid "You will be redirected automatically in 5 seconds."
955
  msgstr ""
956
 
957
+ #: contact_form.php:1566
958
  msgid "You can download and activate"
959
  msgstr ""
960
 
961
+ #: contact_form.php:1568
962
  msgid "version of this plugin by entering Your license key."
963
  msgstr ""
964
 
965
+ #: contact_form.php:1570
966
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
967
  msgstr ""
968
 
969
+ #: contact_form.php:1572
970
  msgid "(your username is the email you specify when purchasing the product)."
971
  msgstr ""
972
 
973
+ #: contact_form.php:1580
974
+ #: contact_form.php:1590
975
  #, fuzzy
976
  msgid "Activate"
977
  msgstr "CAPTCHA'yı etkinleştir"
978
 
979
+ #: contact_form.php:1656
980
  msgid "Sorry, email message could not be delivered."
981
  msgstr "Üzgünüz, e-posta mesajınız gönderilemedi."
982
 
983
+ #: contact_form.php:2058
984
  msgid "Contact from"
985
  msgstr "İletişim Formu"
986
 
987
+ #: contact_form.php:2075
988
+ #: contact_form.php:2107
989
  msgid "Email"
990
  msgstr "E-Posta Adresi"
991
 
992
+ #: contact_form.php:2080
993
+ #: contact_form.php:2110
994
  msgid "Phone"
995
  msgstr "Telefon"
996
 
997
+ #: contact_form.php:2091
998
+ #: contact_form.php:2117
999
  msgid "Site"
1000
  msgstr "Website"
1001
 
1002
+ #: contact_form.php:2207
1003
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
1004
  msgstr "Eğer bu MIME'ı görüyorsanız, bu e-posta sunucunuzun MIME'ı desteklemediği anlamına gelir!"
1005
 
1006
+ #: contact_form.php:2288
1007
  msgid "Support"
1008
  msgstr "Destek"
1009
 
1010
+ #: contact_form.php:2338
1011
  msgid "Are you sure that you want to delete this language data?"
1012
  msgstr "Bu dile ait verileri silmek istediğinize emin misiniz?"
1013
 
1014
+ #: contact_form.php:2551
1015
  msgid "It’s time to upgrade your <strong>Contact Form plugin</strong> to <strong>PRO</strong> version"
1016
  msgstr ""
1017
 
1018
+ #: contact_form.php:2552
1019
  msgid "Extend standard plugin functionality with new great options."
1020
  msgstr ""
1021
 
1022
+ #: contact_form.php:2567
1023
  msgid "<strong>Contact Form to DB</strong> allows to store your messages to the database."
1024
  msgstr ""
1025
 
1026
+ #: contact_form.php:2568
1027
  msgid "Manage messages that have been sent from your website."
1028
  msgstr ""
1029
 
languages/contact_form-uk.mo CHANGED
Binary file
languages/contact_form-uk.po CHANGED
@@ -1,1104 +1,1237 @@
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
  "POT-Creation-Date: 2014-09-02 11:47+0300\n"
6
- "PO-Revision-Date: 2014-09-02 11:47+0300\n"
7
- "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: The BestWebSoft Team <plugin@bestwebsoft.com>\n"
9
- "Language: ua_UA\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\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:74
20
- #: contact_form.php:856
 
21
  msgid "Contact Form Settings"
22
  msgstr "Установки Contact Form"
23
 
24
- #: contact_form.php:74
 
25
  msgid "Contact Form"
26
  msgstr "Contact Form"
27
 
28
- #: contact_form.php:151
29
- #: contact_form.php:1211
30
- #: contact_form.php:1245
 
31
  msgid "Name:"
32
  msgstr "Ім'я:"
33
 
34
- #: contact_form.php:152
35
- #: contact_form.php:1212
36
- #: contact_form.php:1246
 
37
  msgid "Address:"
38
  msgstr "Адреса:"
39
 
40
- #: contact_form.php:153
41
- #: contact_form.php:1213
42
- #: contact_form.php:1247
 
43
  msgid "Email Address:"
44
  msgstr "E-mail адреса:"
45
 
46
- #: contact_form.php:154
47
- #: contact_form.php:1214
48
- #: contact_form.php:1248
 
49
  msgid "Phone number:"
50
  msgstr "Номер телефону:"
51
 
52
- #: contact_form.php:155
53
- #: contact_form.php:1215
54
- #: contact_form.php:1249
 
55
  msgid "Subject:"
56
  msgstr "Тема:"
57
 
58
- #: contact_form.php:156
59
- #: contact_form.php:1216
60
- #: contact_form.php:1250
 
61
  msgid "Message:"
62
  msgstr "Повідомлення:"
63
 
64
- #: contact_form.php:157
65
- #: contact_form.php:1217
66
- #: contact_form.php:1251
 
67
  msgid "Attachment:"
68
  msgstr "Вкладений файл:"
69
 
70
- #: contact_form.php:158
 
71
  msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
72
  msgstr "Типи файлів, що підтримуються: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Максимальний розмір: 2MB"
73
 
74
- #: contact_form.php:159
75
- #: contact_form.php:1219
76
- #: contact_form.php:1253
 
77
  msgid "Send me a copy"
78
  msgstr "Надіслати мені копію"
79
 
80
- #: contact_form.php:160
81
- #: contact_form.php:1220
82
- #: contact_form.php:1254
 
83
  msgid "Submit"
84
  msgstr "Підтвердити"
85
 
86
- #: contact_form.php:161
 
87
  msgid "Your name is required."
88
  msgstr "Необхідно вказати своє ім'я."
89
 
90
- #: contact_form.php:162
 
91
  msgid "Address is required."
92
  msgstr "Необхідно вказати правильну адресу."
93
 
94
- #: contact_form.php:163
 
95
  msgid "A valid email address is required."
96
  msgstr "Необхідно вказати правильну адресу ел.пошти."
97
 
98
- #: contact_form.php:164
 
99
  msgid "Phone number is required."
100
  msgstr "Необхідно вказати номер телефону."
101
 
102
- #: contact_form.php:165
 
103
  msgid "Subject is required."
104
  msgstr "Необхідно вказати тему."
105
 
106
- #: contact_form.php:166
 
107
  msgid "Message text is required."
108
  msgstr "Повідомлення не може бути порожнім."
109
 
110
- #: contact_form.php:167
 
111
  msgid "File format is not valid."
112
  msgstr "Неправильний формат файлу."
113
 
114
- #: contact_form.php:168
 
115
  msgid "File upload error."
116
  msgstr "Помилка завантаження файлу."
117
 
118
- #: contact_form.php:169
 
119
  msgid "The file could not be uploaded."
120
  msgstr "Файл не вдалося завантажити."
121
 
122
- #: contact_form.php:170
 
123
  msgid "This file is too large."
124
  msgstr "Файл занадто великий."
125
 
126
- #: contact_form.php:171
 
127
  msgid "Please fill out the CAPTCHA."
128
  msgstr "Будь ласка, введіть код CAPTCHA."
129
 
130
- #: contact_form.php:172
 
131
  msgid "Please make corrections below and try again."
132
  msgstr "Будь ласка, внесіть поправки у відмічені поля і спробуйте знову."
133
 
134
- #: contact_form.php:174
 
135
  msgid "Thank you for contacting us."
136
  msgstr "Дякуємо, що зв'язалися з нами."
137
 
138
- #: contact_form.php:370
 
139
  msgid "requires"
140
  msgstr "потребує"
141
 
142
- #: contact_form.php:370
 
143
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
144
  msgstr "або вище, ось чому його було деактивовано! Будь ласка, оновіть WordPress та спробуйте ще раз. "
145
 
146
- #: contact_form.php:370
 
147
  msgid "Back to the WordPress"
148
  msgstr "Назад до WordPress"
149
 
150
- #: contact_form.php:370
 
151
  msgid "Plugins page"
152
  msgstr "Сторінка плагінів"
153
 
154
- #: contact_form.php:678
 
155
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
156
  msgstr "Якщо опція \"Перенаправлення на сторінку\" вибрана, то поле URL повинне бути заповнене в наступному форматі"
157
 
158
- #: contact_form.php:687
 
159
  msgid "Such user does not exist."
160
  msgstr "Такого користувача не існує."
161
 
162
- #: contact_form.php:697
 
163
  msgid "Please enter a valid email address in the 'Use this email address' field."
164
  msgstr "Будь ласка, введіть коректний емейл у поле 'Використовувати цей емейл'."
165
 
166
- #: contact_form.php:705
 
167
  msgid "Please enter a valid email address in the 'FROM' field."
168
  msgstr "Будь ласка, введіть правильну ел.адресу у полі \"Відправник\"."
169
 
170
- #: contact_form.php:730
 
171
  msgid "Settings saved."
172
  msgstr "Установки збережені."
173
 
174
- #: contact_form.php:732
 
175
  msgid "Settings are not saved."
176
  msgstr "Установки не збережені"
177
 
178
- #: contact_form.php:759
179
- #: contact_form.php:791
 
180
  msgid "Wrong license key"
181
  msgstr "Невірний ліцензійний ключ!"
182
 
183
- #: contact_form.php:784
 
184
  msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
185
  msgstr "Виникли певні проблеми. Спробуйте ще раз пізніше. Якщо помилка виникатиме знову, будь ласка, зверніться до нашої служби підтримки href=http://support.bestwebsoft.com>BestWebSoft</a>. Просимо вибачення за незручності."
186
 
187
- #: contact_form.php:793
 
188
  msgid "This license key is bind to another site"
189
  msgstr "Ліцензійний ключ прив'язано до іншого сайту"
190
 
191
- #: contact_form.php:795
192
- #: contact_form.php:1656
 
193
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
194
  msgstr "На жаль, Ви перевищили кількість доступних спроб на день. Будь ласка, завантажте плагін вручну."
195
 
196
- #: contact_form.php:812
 
197
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
198
  msgstr "Виникли проблеми під чаз розпакування zip-архіву. Будь ласка, завантажте плагін вручну."
199
 
200
- #: contact_form.php:818
 
201
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
202
  msgstr "Ваш сервер не підтримує ані ZipArchive, ані Phar. Будь ласка, завантажте плагін вручну"
203
 
204
- #: contact_form.php:822
205
- #: contact_form.php:831
 
206
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
207
  msgstr "Виникли проблеми під час завантаження zip-архіву. Будь ласка, завантажте архів вручну."
208
 
209
- #: contact_form.php:835
 
210
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
211
  msgstr "Виникли певні проблеми. Спробуйте ще раз пізніше або завантажте плагін вручну. Просимо вібачення за незручності."
212
 
213
- #: contact_form.php:850
 
214
  msgid "Please, enter Your license key"
215
  msgstr "Будь ласка, впишіть ваш ліцензійний ключ"
216
 
217
- #: contact_form.php:858
218
- #: contact_form.php:2347
219
- #: contact_form.php:2359
 
220
  msgid "Settings"
221
  msgstr "Установки"
222
 
223
- #: contact_form.php:859
 
224
  msgid "Extra settings"
225
  msgstr "Розширені установки"
226
 
227
- #: contact_form.php:860
228
- #: contact_form.php:2360
 
229
  msgid "FAQ"
230
  msgstr "Часті питання"
231
 
232
- #: contact_form.php:861
 
233
  msgid "Go PRO"
234
  msgstr "Перейти на Pro версію"
235
 
236
- #: contact_form.php:864
 
237
  msgid "Notice:"
238
  msgstr "Нагадування:"
239
 
240
- #: contact_form.php:864
 
241
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
242
  msgstr "Налаштування плагіну було змінено. Для того, щоб зберегти ці зміни, не забудьте нажати кнопку \"Зберегти зміни\"."
243
 
244
- #: contact_form.php:870
 
245
  msgid "If you want to create multiple contact forms, please install the Contact Form Multi plugin."
246
  msgstr "Якщо ві хочете створити декілька різних контактних форм, будь ласка, всановіть плагін Contact Form Multi"
247
 
248
- #: contact_form.php:876
249
- #: contact_form.php:881
250
- #: contact_form.php:1615
 
251
  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:"
252
  msgstr "Якщо Ви хочете додати контактну форму на свій сайт, просто скопіюйте і вставите цей шорткод у Вашу публікацію, сторінку або віджет:"
253
 
254
- #: contact_form.php:876
255
- #: contact_form.php:877
256
- #: contact_form.php:881
257
- #: contact_form.php:882
258
- #: contact_form.php:1235
259
- #: contact_form.php:1237
260
- #: contact_form.php:1298
261
- #: contact_form.php:1300
 
262
  msgid "or"
263
  msgstr "або"
264
 
265
- #: contact_form.php:877
266
- #: contact_form.php:882
 
267
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
268
  msgstr "Якщо виникли якісь проблеми зі стандартним шорткодом [contact_form], ви можете використати шорткод"
269
 
270
- #: contact_form.php:878
271
- #: contact_form.php:883
 
272
  msgid "They work the same way."
273
  msgstr "Вони працюють однаково."
274
 
275
- #: contact_form.php:879
276
- #: contact_form.php:884
 
277
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
278
  msgstr "Якщо Ви залишите поля порожніми, повідомлення буде надіслано на адресу ел.пошти, вказану під час реєстрації."
279
 
280
- #: contact_form.php:889
 
281
  msgid "The user's email address:"
282
  msgstr "Адреса ел.пошти користувача:"
283
 
284
- #: contact_form.php:893
 
285
  msgid "Create a username"
286
  msgstr "Виберіть ім'я користувача"
287
 
288
- #: contact_form.php:900
 
289
  msgid "Enter a username of the person who should get the messages from the contact form."
290
  msgstr "Введіть ім'я користувача, який повинен одержувати повідомлення з контактної форми."
291
 
292
- #: contact_form.php:904
 
293
  msgid "Use this email address:"
294
  msgstr "Використовувати цей емейл:"
295
 
296
- #: contact_form.php:907
 
297
  msgid "Enter the email address you want the messages forwarded to."
298
  msgstr "Вкажіть адресу ел.пошти, на яку бажаєте отримувати повідомлення."
299
 
300
- #: contact_form.php:916
 
301
  msgid "Add department selectbox to the contact form:"
302
  msgstr "Додати поле для вибору департаменту до контактної форми:"
303
 
304
- #: contact_form.php:924
305
- #: contact_form.php:1498
 
306
  msgid "If you upgrade to Pro version all your settings will be saved."
307
  msgstr "Якщо ви перейдете на Pro версію, усі установки будуть збережені."
308
 
309
- #: contact_form.php:931
310
- #: contact_form.php:1077
311
- #: contact_form.php:1151
312
- #: contact_form.php:1505
 
 
313
  msgid "Unlock premium options by upgrading to a PRO version."
314
  msgstr "Зробити доступними преміум-опції, перейшовши на PRO версію."
315
 
316
- #: contact_form.php:932
317
- #: contact_form.php:1078
318
- #: contact_form.php:1152
319
- #: contact_form.php:1506
320
- #: contact_form.php:2621
321
- #: contact_form.php:2637
 
 
322
  msgid "Learn More"
323
  msgstr "Докладніше"
324
 
325
- #: contact_form.php:935
326
- #: contact_form.php:1081
327
- #: contact_form.php:1155
328
- #: contact_form.php:1509
 
 
329
  msgid "Go"
330
  msgstr "Перейти"
331
 
332
- #: contact_form.php:942
 
333
  msgid "Save emails to the database"
334
  msgstr "Зберігати електронні повідомлення у базі даних"
335
 
336
- #: contact_form.php:948
 
337
  msgid "Using"
338
  msgstr "Використовуючи"
339
 
340
- #: contact_form.php:948
341
- #: contact_form.php:1128
342
- #: contact_form.php:1131
343
- #: contact_form.php:1135
 
344
  msgid "powered by"
345
  msgstr "за підтримки"
346
 
347
- #: contact_form.php:951
348
- #: contact_form.php:955
 
349
  msgid "Using Contact Form to DB powered by"
350
  msgstr "Використовуючи Contact Form to DB, розроблену"
351
 
352
- #: contact_form.php:951
 
353
  msgid "Activate Contact Form to DB"
354
  msgstr "Активувати Contact Form to DB"
355
 
356
- #: contact_form.php:955
 
357
  msgid "Download Contact Form to DB"
358
  msgstr "Завантажити Contact Form to DB"
359
 
360
- #: contact_form.php:960
 
361
  msgid "Additional options"
362
  msgstr "Додаткові опції"
363
 
364
- #: contact_form.php:962
 
365
  msgid "Show"
366
  msgstr "Показувати"
367
 
368
- #: contact_form.php:963
 
369
  msgid "Hide"
370
  msgstr "Сховати"
371
 
372
- #: contact_form.php:967
 
373
  msgid "What to use?"
374
  msgstr "Що використовувати?"
375
 
376
- #: contact_form.php:970
 
377
  msgid "Wp-mail"
378
  msgstr "Wp-mail"
379
 
380
- #: contact_form.php:970
 
381
  msgid "You can use the wp_mail function for mailing"
382
  msgstr "Для відправлення пошти ви можете використовувати функцію WordPress wp_mail"
383
 
384
- #: contact_form.php:972
 
385
  msgid "Mail"
386
  msgstr "Пошта"
387
 
388
- #: contact_form.php:972
 
389
  msgid "To send mail you can use the php mail function"
390
  msgstr "Для відправлення пошти Ви можете використовувати функцію php mail"
391
 
392
- #: contact_form.php:976
 
393
  msgid "The text in the 'From' field"
394
  msgstr "Текст поля \"Відправник\""
395
 
396
- #: contact_form.php:978
 
397
  msgid "User name"
398
  msgstr "Ім’я користувача"
399
 
400
- #: contact_form.php:979
 
401
  msgid "The name of the user who fills the form will be used in the field 'From'."
402
  msgstr "Email-адреса користувача, який заповнює форму, буде використана у полі \"Відправник\"."
403
 
404
- #: contact_form.php:982
 
405
  msgid "This text will be used in the 'FROM' field"
406
  msgstr "Ця адреса ел.пошти буде використана у полі \"Відправник\"."
407
 
408
- #: contact_form.php:986
 
409
  msgid "The email address in the 'From' field"
410
  msgstr "Адреса ел.пошти в полі \"Відправник\""
411
 
412
- #: contact_form.php:988
 
413
  msgid "User email"
414
  msgstr "Ел.пошта користувача"
415
 
416
- #: contact_form.php:989
 
417
  msgid "The email address of the user who fills the form will be used in the field 'From'."
418
  msgstr "Email-адреса користувача, який заповнює форму, буде використана у полі \"Відправник\"."
419
 
420
- #: contact_form.php:992
 
421
  msgid "This email address will be used in the 'From' field."
422
  msgstr "Ця адреса ел.пошти буде використана у полі \"Відправник\"."
423
 
424
- #: contact_form.php:996
 
425
  msgid "Required symbol"
426
  msgstr "Обов'язковий символ"
427
 
428
- #: contact_form.php:1006
 
429
  msgid "Fields"
430
  msgstr "Поля"
431
 
432
- #: contact_form.php:1007
 
433
  msgid "Used"
434
  msgstr "Що використовуються"
435
 
436
- #: contact_form.php:1008
 
437
  msgid "Required"
438
  msgstr "Обов’язковий"
439
 
440
- #: contact_form.php:1009
 
441
  msgid "Visible"
442
  msgstr "Видимі"
443
 
444
- #: contact_form.php:1010
 
445
  msgid "Disabled for editing"
446
  msgstr "Відключено для редагування"
447
 
448
- #: contact_form.php:1011
 
449
  msgid "Field's default value"
450
  msgstr "Стандартне значення для поля"
451
 
452
- #: contact_form.php:1016
453
- #: contact_form.php:1373
454
- #: contact_form.php:2137
455
- #: contact_form.php:2173
 
456
  msgid "Name"
457
  msgstr "Ім'я"
458
 
459
- #: contact_form.php:1024
 
460
  msgid "Location selectbox"
461
  msgstr "Список розміщень"
462
 
463
- #: contact_form.php:1032
464
- #: contact_form.php:1378
465
- #: contact_form.php:2143
466
- #: contact_form.php:2177
 
467
  msgid "Address"
468
  msgstr "Адреса"
469
 
470
- #: contact_form.php:1040
 
471
  msgid "Email Address"
472
  msgstr "Адреса ел.пошти"
473
 
474
- #: contact_form.php:1048
 
475
  msgid "Phone number"
476
  msgstr "Номер телефону"
477
 
478
- #: contact_form.php:1056
479
- #: contact_form.php:1393
480
- #: contact_form.php:2158
481
- #: contact_form.php:2186
 
482
  msgid "Subject"
483
  msgstr "Тема"
484
 
485
- #: contact_form.php:1064
486
- #: contact_form.php:1397
487
- #: contact_form.php:2161
488
- #: contact_form.php:2188
 
489
  msgid "Message"
490
  msgstr "Повідомлення"
491
 
492
- #: contact_form.php:1088
 
493
  msgid "Attachment block"
494
  msgstr "Блок \"Прикріпити файл\" "
495
 
496
- #: contact_form.php:1090
 
497
  msgid "Users can attach the following file formats"
498
  msgstr "Користувачі можуть прикріплювати файли наступних форматів"
499
 
500
- #: contact_form.php:1103
 
501
  msgid "Add to the form"
502
  msgstr "Додати до форми"
503
 
504
- #: contact_form.php:1108
 
505
  msgid "Tips below the Attachment"
506
  msgstr "Показувати підказки під блоком \"Прикріпити файл\""
507
 
508
- #: contact_form.php:1117
 
509
  msgid "'Send me a copy' block"
510
  msgstr "Показати блок \"Надіслати мені копію\""
511
 
512
- #: contact_form.php:1128
513
- #: contact_form.php:1131
514
- #: contact_form.php:1135
515
- #: contact_form.php:1407
 
516
  msgid "Captcha"
517
  msgstr "Captcha"
518
 
519
- #: contact_form.php:1131
 
520
  msgid "Activate captcha"
521
  msgstr "Активувати captcha"
522
 
523
- #: contact_form.php:1135
 
524
  msgid "Download captcha"
525
  msgstr "Завантажити captcha"
526
 
527
- #: contact_form.php:1143
 
528
  msgid "Agreement checkbox"
529
  msgstr "Чекбокс для погодження"
530
 
531
- #: contact_form.php:1143
 
532
  msgid "Required checkbox for submitting the form"
533
  msgstr "Необхідний чекбокс для відправки форми"
534
 
535
- #: contact_form.php:1144
 
536
  msgid "Optional checkbox"
537
  msgstr "Необов’язковий чекбокс"
538
 
539
- #: contact_form.php:1144
 
540
  msgid "Optional checkbox, the results of which will be displayed in email"
541
  msgstr "Необов’язковий чекбокс, результати якого буде відображено в електронному листі"
542
 
543
- #: contact_form.php:1161
 
544
  msgid "Delete an attachment file from the server after the email is sent"
545
  msgstr "Видаляти прикріплений файл з серверу після того, як ел.пошта відправлена"
546
 
547
- #: contact_form.php:1167
 
548
  msgid "Email in HTML format sending"
549
  msgstr "Відправка електронної пошти в форматі HTML"
550
 
551
- #: contact_form.php:1171
 
552
  msgid "Display additional info in the email"
553
  msgstr "Відображати додаткову інформацію в ел.пошті"
554
 
555
- #: contact_form.php:1176
556
- #: contact_form.php:2104
557
- #: contact_form.php:2106
 
558
  msgid "Sent from (ip address)"
559
  msgstr "Надіслано від (ip адреса)"
560
 
561
- #: contact_form.php:1176
 
562
  msgid "Example: Sent from (IP address):\t127.0.0.1"
563
  msgstr "Приклад: Надіслано від (IP адреса):\t127.0.0.1"
564
 
565
- #: contact_form.php:1177
566
- #: contact_form.php:2110
567
- #: contact_form.php:2112
 
568
  msgid "Date/Time"
569
  msgstr "Дата/Час"
570
 
571
- #: contact_form.php:1177
 
572
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
573
  msgstr "Приклад: Date/Time:\tAugust 19, 2013 8:50 pm"
574
 
575
- #: contact_form.php:1178
576
- #: contact_form.php:2116
577
- #: contact_form.php:2118
 
578
  msgid "Sent from (referer)"
579
  msgstr "Надіслано від (реферер)"
580
 
581
- #: contact_form.php:1178
 
582
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
583
  msgstr "Приклад: Надіслано від (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
584
 
585
- #: contact_form.php:1179
586
- #: contact_form.php:2122
587
- #: contact_form.php:2124
 
588
  msgid "Using (user agent)"
589
  msgstr "Використовується (user agent)"
590
 
591
- #: contact_form.php:1179
 
592
  msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
593
  msgstr "Приклад: Використовує (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
594
 
595
- #: contact_form.php:1183
 
596
  msgid "Language settings for the field names in the form"
597
  msgstr "Налаштування мови для назв полів форми"
598
 
599
- #: contact_form.php:1192
 
600
  msgid "Add a language"
601
  msgstr "Додати мову"
602
 
603
- #: contact_form.php:1196
 
604
  msgid "Change the names of the contact form fields and error messages"
605
  msgstr "Змінити назви полів контактної форми і повідомлення про помилку"
606
 
607
- #: contact_form.php:1201
608
- #: contact_form.php:1288
 
609
  msgid "English"
610
  msgstr "Англійська"
611
 
612
- #: contact_form.php:1209
613
- #: contact_form.php:1243
 
614
  msgid "click to expand/hide the list"
615
  msgstr "натиснути, щоб розгорнути/згорнути список"
616
 
617
- #: contact_form.php:1218
618
- #: contact_form.php:1252
 
619
  msgid "Tips below the Attachment block"
620
  msgstr "Показувати підказки під блоком \"Прикріпити файл\""
621
 
622
- #: contact_form.php:1221
623
- #: contact_form.php:1255
 
624
  msgid "Error message for the Name field"
625
  msgstr "Повідомлення про помилку для поля Ім'я"
626
 
627
- #: contact_form.php:1222
628
- #: contact_form.php:1256
 
629
  msgid "Error message for the Address field"
630
  msgstr "Повідомлення про помилку для поля Адреса"
631
 
632
- #: contact_form.php:1223
633
- #: contact_form.php:1257
 
634
  msgid "Error message for the Email field"
635
  msgstr "Повідомлення про помилку для поля Email"
636
 
637
- #: contact_form.php:1224
638
- #: contact_form.php:1258
 
639
  msgid "Error message for the Phone field"
640
  msgstr "Повідомлення про помилку для поля Номер телефону"
641
 
642
- #: contact_form.php:1225
643
- #: contact_form.php:1259
 
644
  msgid "Error message for the Subject field"
645
  msgstr "Повідомлення про помилку для поля Тема"
646
 
647
- #: contact_form.php:1226
648
- #: contact_form.php:1260
 
649
  msgid "Error message for the Message field"
650
  msgstr "Повідомлення про помилку для поля Повідомлення"
651
 
652
- #: contact_form.php:1227
653
- #: contact_form.php:1261
 
654
  msgid "Error message about the file type for the Attachment field"
655
  msgstr "Повідомлення про помилку для поля Вкладені файли"
656
 
657
- #: contact_form.php:1228
658
- #: contact_form.php:1262
 
659
  msgid "Error message while uploading a file for the Attachment field to the server"
660
  msgstr "Повідомлення про помилку під час завантаження файлу на сервер для поля Вкладені файли"
661
 
662
- #: contact_form.php:1229
663
- #: contact_form.php:1263
 
664
  msgid "Error message while moving the file for the Attachment field"
665
  msgstr "Повідомлення про помилку під час переміщення файлу для поля Вкладені файли"
666
 
667
- #: contact_form.php:1230
668
- #: contact_form.php:1264
 
669
  msgid "Error message when file size limit for the Attachment field is exceeded"
670
  msgstr "Повідомлення про помилку для поля Вкладені файли, коли розмір файлу перевищує допустимий"
671
 
672
- #: contact_form.php:1231
673
- #: contact_form.php:1265
 
674
  msgid "Error message for the Captcha field"
675
  msgstr "Повідомлення про помилку для поля Captcha"
676
 
677
- #: contact_form.php:1232
678
- #: contact_form.php:1266
 
679
  msgid "Error message for the whole form"
680
  msgstr "Повідомлення про помилку для всієї форми"
681
 
682
- #: contact_form.php:1235
683
- #: contact_form.php:1237
684
- #: contact_form.php:1269
685
- #: contact_form.php:1271
686
- #: contact_form.php:1298
687
- #: contact_form.php:1300
688
- #: contact_form.php:1308
689
- #: contact_form.php:1310
 
690
  msgid "Use shortcode"
691
  msgstr "Використовувати шорткод"
692
 
693
- #: contact_form.php:1235
694
- #: contact_form.php:1237
695
- #: contact_form.php:1269
696
- #: contact_form.php:1271
697
- #: contact_form.php:1298
698
- #: contact_form.php:1300
699
- #: contact_form.php:1308
700
- #: contact_form.php:1310
 
701
  msgid "for this language"
702
  msgstr "для цієї мови"
703
 
704
- #: contact_form.php:1279
 
705
  msgid "Use the changed names of the contact form fields in the email"
706
  msgstr "Використовувати змінені назви полів контактної форми в емейлі"
707
 
708
- #: contact_form.php:1285
 
709
  msgid "Action after email is sent"
710
  msgstr "Дія після відправлення ел.листа"
711
 
712
- #: contact_form.php:1287
 
713
  msgid "Display text"
714
  msgstr "Показати текст"
715
 
716
- #: contact_form.php:1296
717
- #: contact_form.php:1306
 
718
  msgid "Text"
719
  msgstr "Текст"
720
 
721
- #: contact_form.php:1317
 
722
  msgid "Redirect to the page"
723
  msgstr "Перенаправлення на сторінку"
724
 
725
- #: contact_form.php:1318
 
726
  msgid "Url"
727
  msgstr "Url"
728
 
729
- #: contact_form.php:1322
 
730
  msgid "The $_SERVER variable that is used to build a URL of the form"
731
  msgstr "Змінна $_SERVER, що використовується для строрення URL форми"
732
 
733
- #: contact_form.php:1326
 
734
  msgid "If you are not sure whether to change this setting or not, please do not do that."
735
  msgstr "Якщо ви не впевнені, варто змінювати цю установку чи ні, будь ласка, не змінюйте."
736
 
737
- #: contact_form.php:1332
738
- #: contact_form.php:1516
 
739
  msgid "Save Changes"
740
  msgstr "Зберегти зміни"
741
 
742
- #: contact_form.php:1337
 
743
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
744
  msgstr "Якщо Вам сподобався наш плагін, ми будемо раді, якщо Ви оціните його у п'ять зірочок на WordPress"
745
 
746
- #: contact_form.php:1338
 
747
  msgid "Rate the plugin"
748
  msgstr "Оцініти плагін"
749
 
750
- #: contact_form.php:1341
 
751
  msgid "If there is something wrong about it, please contact us"
752
  msgstr "Якщо у вас є запитання, будь ласка, звертайтесь до нас"
753
 
754
- #: contact_form.php:1353
 
755
  msgid "Errors output"
756
  msgstr "Виведення помилок"
757
 
758
- #: contact_form.php:1356
 
759
  msgid "Display error messages"
760
  msgstr "Показ повідомлень про помилки"
761
 
762
- #: contact_form.php:1357
 
763
  msgid "Color of the input field errors."
764
  msgstr "Колір для помилок у полях введення."
765
 
766
- #: contact_form.php:1358
 
767
  msgid "Display error messages & color of the input field errors"
768
  msgstr "Відображення повідомлень про помилку і колір для полів з помилками введення"
769
 
770
- #: contact_form.php:1363
 
771
  msgid "Add placeholder to the input blocks"
772
  msgstr "Додати текст заміщення для блоків введення"
773
 
774
- #: contact_form.php:1369
 
775
  msgid "Add tooltips"
776
  msgstr "Додати підказки"
777
 
778
- #: contact_form.php:1383
 
779
  msgid "Email address"
780
  msgstr "Адреса ел.пошти"
781
 
782
- #: contact_form.php:1388
 
783
  msgid "Phone Number"
784
  msgstr "Номер телефону"
785
 
786
- #: contact_form.php:1402
 
787
  msgid "Attachment"
788
  msgstr "Вкладений файл"
789
 
790
- #: contact_form.php:1407
 
791
  msgid "(powered by bestwebsoft.com)"
792
  msgstr "(розроблено компанією bestwebsoft.com)"
793
 
794
- #: contact_form.php:1412
 
795
  msgid "Style options"
796
  msgstr "Опції для стилю"
797
 
798
- #: contact_form.php:1415
 
799
  msgid "Text color"
800
  msgstr "Колір тексту"
801
 
802
- #: contact_form.php:1418
803
- #: contact_form.php:1423
804
- #: contact_form.php:1433
805
- #: contact_form.php:1438
806
- #: contact_form.php:1443
807
- #: contact_form.php:1448
808
- #: contact_form.php:1458
809
- #: contact_form.php:1463
810
- #: contact_form.php:1469
811
- #: contact_form.php:1480
812
- #: contact_form.php:1485
813
- #: contact_form.php:1490
 
814
  msgid "Default"
815
  msgstr "Стандартно"
816
 
817
- #: contact_form.php:1420
 
818
  msgid "Label text color"
819
  msgstr "Колір написів"
820
 
821
- #: contact_form.php:1425
 
822
  msgid "Placeholder color"
823
  msgstr "Колір тексту заміщення"
824
 
825
- #: contact_form.php:1430
 
826
  msgid "Errors color"
827
  msgstr "Колір помилок"
828
 
829
- #: contact_form.php:1435
 
830
  msgid "Error text color"
831
  msgstr "Колір тексту помилок"
832
 
833
- #: contact_form.php:1440
 
834
  msgid "Background color of the input field errors"
835
  msgstr "Колір заднього фону для полів введення з помилками"
836
 
837
- #: contact_form.php:1445
 
838
  msgid "Border color of the input field errors"
839
  msgstr "Колір рамки для полів введення з помилками"
840
 
841
- #: contact_form.php:1450
 
842
  msgid "Placeholder color of the input field errors"
843
  msgstr "Колір тексту заміщення для полів введення з помилками"
844
 
845
- #: contact_form.php:1455
 
846
  msgid "Input fields"
847
  msgstr "Поля введення тексту"
848
 
849
- #: contact_form.php:1460
 
850
  msgid "Input fields background color"
851
  msgstr "Колір фону полів введення"
852
 
853
- #: contact_form.php:1465
 
854
  msgid "Text fields color"
855
  msgstr "Колір текстових полів"
856
 
857
- #: contact_form.php:1467
 
858
  msgid "Border width in px, numbers only"
859
  msgstr "Ширина рамки в точках, тільки числа"
860
 
861
- #: contact_form.php:1471
862
- #: contact_form.php:1492
 
863
  msgid "Border color"
864
  msgstr "Колір рамки"
865
 
866
- #: contact_form.php:1476
 
867
  msgid "Submit button"
868
  msgstr "Кнопка підтвердження"
869
 
870
- #: contact_form.php:1478
 
871
  msgid "Width in px, numbers only"
872
  msgstr "Ширина в точках, тільки числа"
873
 
874
- #: contact_form.php:1482
 
875
  msgid "Button color"
876
  msgstr "Колір кнопок"
877
 
878
- #: contact_form.php:1487
 
879
  msgid "Button text color"
880
  msgstr "Колір тексту кнопок"
881
 
882
- #: contact_form.php:1520
 
883
  msgid "Contact Form Pro | Preview"
884
  msgstr "Contact Form Pro | Попередній перегляд"
885
 
886
- #: contact_form.php:1523
 
887
  msgid "Show with errors"
888
  msgstr "Показувати з помилками"
889
 
890
- #: contact_form.php:1531
891
- #: contact_form.php:1533
 
892
  msgid "Please enter your full name..."
893
  msgstr "Будь ласка, вкажіть своє повне ім'я..."
894
 
895
- #: contact_form.php:1544
896
- #: contact_form.php:1546
 
897
  msgid "Please enter your address..."
898
  msgstr "Будь ласка, вкажіть свою адресу..."
899
 
900
- #: contact_form.php:1555
901
- #: contact_form.php:1557
 
902
  msgid "Please enter your email address..."
903
  msgstr "Будь ласка, введіть свою адресу ел.пошти:"
904
 
905
- #: contact_form.php:1566
906
- #: contact_form.php:1568
 
907
  msgid "Please enter your phone number..."
908
  msgstr "Будь ласка, вкажіть свій номер телефону..."
909
 
910
- #: contact_form.php:1577
911
- #: contact_form.php:1579
 
912
  msgid "Please enter subject..."
913
  msgstr "Будь ласка, вкажіть тему..."
914
 
915
- #: contact_form.php:1587
916
- #: contact_form.php:1589
 
917
  msgid "Please enter your message..."
918
  msgstr "Будь ласка, напишіть своє повідомлення..."
919
 
920
- #: contact_form.php:1631
 
921
  msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
922
  msgstr "Вітаємо! PRO версію плагіну успішно завантажено та активовано."
923
 
924
- #: contact_form.php:1633
 
925
  msgid "Please, go to"
926
  msgstr "Будь ласка, перейдіть"
927
 
928
- #: contact_form.php:1633
 
929
  msgid "the setting page"
930
  msgstr "сторінка установок"
931
 
932
- #: contact_form.php:1634
 
933
  msgid "You will be redirected automatically in 5 seconds."
934
  msgstr "Вас буде перенаправлено автоматично через 5 секунд."
935
 
936
- #: contact_form.php:1639
 
937
  msgid "You can download and activate"
938
  msgstr "Ви можете завантажити та активувати"
939
 
940
- #: contact_form.php:1641
 
941
  msgid "version of this plugin by entering Your license key."
942
  msgstr "версію уього плагіну, якщо впишете ваш ліцензійний ключ."
943
 
944
- #: contact_form.php:1643
 
945
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
946
  msgstr "Ви можете знайти ваш ліцензійний ключ на вашій персональній сторінці у Client area, перейшовши за посиланням"
947
 
948
- #: contact_form.php:1645
 
949
  msgid "(your username is the email you specify when purchasing the product)."
950
  msgstr "(your username is the email you specify when purchasing the product)."
951
 
952
- #: contact_form.php:1653
953
- #: contact_form.php:1663
 
954
  msgid "Activate"
955
  msgstr "Активувати"
956
 
957
- #: contact_form.php:1729
 
958
  msgid "Sorry, email message could not be delivered."
959
  msgstr "Вибачте, ваше повідомлення ел.пошти не може бути доставлене."
960
 
961
- #: contact_form.php:2131
 
962
  msgid "Contact from"
963
  msgstr "Контактна форма"
964
 
965
- #: contact_form.php:2148
966
- #: contact_form.php:2180
 
967
  msgid "Email"
968
  msgstr "Ел.пошта"
969
 
970
- #: contact_form.php:2153
971
- #: contact_form.php:2183
 
972
  msgid "Phone"
973
  msgstr "Телефон"
974
 
975
- #: contact_form.php:2164
976
- #: contact_form.php:2190
 
977
  msgid "Site"
978
  msgstr "Сайт"
979
 
980
- #: contact_form.php:2280
 
981
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
982
  msgstr "Якщо Ви не бачите цей MIME, це означає, що цей MIME тип не підтримується Вашим поштовим клієнтом!"
983
 
984
- #: contact_form.php:2361
 
985
  msgid "Support"
986
  msgstr "Підтримка"
987
 
988
- #: contact_form.php:2411
 
989
  msgid "Are you sure that you want to delete this language data?"
990
  msgstr "Ви справді хочете видалити дані для цієї мови?"
991
 
992
- #: contact_form.php:2624
 
993
  msgid "It’s time to upgrade your <strong>Contact Form plugin</strong> to <strong>PRO</strong> version"
994
  msgstr "Чай оновити ваш <strong>Contact Form plugin</strong> до <strong>PRO</strong> версії"
995
 
996
- #: contact_form.php:2625
 
997
  msgid "Extend standard plugin functionality with new great options."
998
  msgstr "Розширити стандартний функціонал плагіну новими опціями."
999
 
1000
- #: contact_form.php:2640
 
1001
  msgid "<strong>Contact Form to DB</strong> allows to store your messages to the database."
1002
  msgstr "<strong>Contact Form to DB</strong> дозволяє зберігати ваші повідомлення у базі даних."
1003
 
1004
- #: contact_form.php:2641
 
1005
  msgid "Manage messages that have been sent from your website."
1006
  msgstr "Контролювати повідомлення, які було відправлено з Вашого сайту. "
1007
 
1008
- #~ msgid "Go!"
1009
- #~ msgstr "Перейти!"
1010
-
1011
- #~ msgid ""
1012
- #~ "This functionality is available in the Pro version of the plugin. For "
1013
- #~ "more details, please follow the link"
1014
- #~ msgstr ""
1015
- #~ "Ця функціональність доступна у Pro версії плагіну. Для додаткових "
1016
- #~ "подробиць, будь ласка, перейдіть за посиланням"
1017
-
1018
- #~ msgid "Contact Form Pro"
1019
- #~ msgstr "Contact Form Pro"
1020
-
1021
- #~ msgid "Contact Form Pro Extra Settings"
1022
- #~ msgstr "Додаткові установки Contact Form Pro"
1023
-
1024
- #~ msgid "Contact Form Pro | Extra Settings"
1025
- #~ msgstr "Contact Form Pro | Розширені установки"
1026
-
1027
- #~ msgid "Display fields"
1028
- #~ msgstr "Показати поля"
1029
-
1030
- #~ msgid "Display tips below the Attachment block"
1031
- #~ msgstr "Показувати підказки під блоком \"Прикріпити файл\""
1032
-
1033
- #~ msgid "Required fields"
1034
- #~ msgstr "Обов'язкові поля"
1035
-
1036
- #, fuzzy
1037
- #~ msgid "Display the asterisk near required fields"
1038
- #~ msgstr "Відобразити поле для телефону"
1039
-
1040
- #~ msgid "You can attach the following file formats"
1041
- #~ msgstr "Користувачі можуть прикріплювати файли наступних форматів"
1042
-
1043
- #, fuzzy
1044
- #~ msgid "Memory usage"
1045
- #~ msgstr "Повідомлення"
1046
-
1047
- #, fuzzy
1048
- #~ msgid "Site URL"
1049
- #~ msgstr "Сайт"
1050
-
1051
- #, fuzzy
1052
- #~ msgid "Please enter a valid email address."
1053
- #~ msgstr "Використовувати цю email-адресу:"
1054
-
1055
- #~ msgid "Activated plugins"
1056
- #~ msgstr "Активовані плагіни"
1057
-
1058
- #~ msgid "Read more"
1059
- #~ msgstr "Читати далі"
1060
-
1061
- #~ msgid "Installed plugins"
1062
- #~ msgstr "Встановлені плагіни"
1063
-
1064
- #~ msgid "Recommended plugins"
1065
- #~ msgstr "Рекомендовані плагіни"
1066
-
1067
- #~ msgid "Download"
1068
- #~ msgstr "Завантажити"
1069
-
1070
- #~ msgid "Install %s"
1071
- #~ msgstr "Встановлено %s"
1072
-
1073
- #~ msgid "Install now from wordpress.org"
1074
- #~ msgstr "Встановити з wordpress.org"
1075
-
1076
- #, fuzzy
1077
- #~ msgid "Active Plugins"
1078
- #~ msgstr "Активовані плагіни"
1079
-
1080
- #, fuzzy
1081
- #~ msgid "Inactive Plugins"
1082
- #~ msgstr "Активовані плагіни"
1083
-
1084
- #, fuzzy
1085
- #~ msgid "Send to support"
1086
- #~ msgstr "Підтримка"
1087
-
1088
- #~ msgid "Contact Form Options"
1089
- #~ msgstr "Налаштування контактної форми"
1090
-
1091
- #~ msgid "Display Attachment tips"
1092
- #~ msgstr "Показувати підказки для прикріплення файлів"
1093
-
1094
- #~ msgid "Please enter a valid email address. Settings are not saved."
1095
- #~ msgstr "Будь ласка, введіть правильну ел.адресу. Налаштування не збережено."
1096
-
1097
- #~ msgid "E-Mail Address"
1098
- #~ msgstr "E-Mail адреса"
1099
 
1100
- #~ msgid "E-Mail Addresse:"
1101
- #~ msgstr "E-mail адрес:"
 
 
 
1102
 
1103
- #~ msgid "Install Now"
1104
- #~ msgstr "Установить сейчас"
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: Contact Form v3.84\n"
4
  "Report-Msgid-Bugs-To: \n"
5
  "POT-Creation-Date: 2014-09-02 11:47+0300\n"
6
+ "PO-Revision-Date: 2014-10-15 18:44+0300\n"
7
+ "Last-Translator: BestWebSoft <support@bestwebsoft.com>\n"
8
  "Language-Team: The BestWebSoft Team <plugin@bestwebsoft.com>\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=3; plural=n%100/10==1 ? 2 : n%10==1 ? 0 : (n+9)%10>3 ? 2 : 1;\n"
 
 
13
  "X-Generator: Poedit 1.5.4\n"
14
+ "X-Poedit-SourceCharset: UTF-8\n"
15
+ "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"
16
+ "X-Poedit-Basepath: ..\n"
17
+ "X-Textdomain-Support: yes\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
+ #@ contact_form
21
+ #: contact_form.php:68
22
+ #: contact_form.php:821
23
  msgid "Contact Form Settings"
24
  msgstr "Установки Contact Form"
25
 
26
+ #@ contact_form
27
+ #: contact_form.php:68
28
  msgid "Contact Form"
29
  msgstr "Contact Form"
30
 
31
+ #@ contact_form
32
+ #: contact_form.php:148
33
+ #: contact_form.php:1176
34
+ #: contact_form.php:1210
35
  msgid "Name:"
36
  msgstr "Ім'я:"
37
 
38
+ #@ contact_form
39
+ #: contact_form.php:149
40
+ #: contact_form.php:1177
41
+ #: contact_form.php:1211
42
  msgid "Address:"
43
  msgstr "Адреса:"
44
 
45
+ #@ contact_form
46
+ #: contact_form.php:150
47
+ #: contact_form.php:1178
48
+ #: contact_form.php:1212
49
  msgid "Email Address:"
50
  msgstr "E-mail адреса:"
51
 
52
+ #@ contact_form
53
+ #: contact_form.php:151
54
+ #: contact_form.php:1179
55
+ #: contact_form.php:1213
56
  msgid "Phone number:"
57
  msgstr "Номер телефону:"
58
 
59
+ #@ contact_form
60
+ #: contact_form.php:152
61
+ #: contact_form.php:1180
62
+ #: contact_form.php:1214
63
  msgid "Subject:"
64
  msgstr "Тема:"
65
 
66
+ #@ contact_form
67
+ #: contact_form.php:153
68
+ #: contact_form.php:1181
69
+ #: contact_form.php:1215
70
  msgid "Message:"
71
  msgstr "Повідомлення:"
72
 
73
+ #@ contact_form
74
+ #: contact_form.php:154
75
+ #: contact_form.php:1182
76
+ #: contact_form.php:1216
77
  msgid "Attachment:"
78
  msgstr "Вкладений файл:"
79
 
80
+ #@ contact_form
81
+ #: contact_form.php:155
82
  msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
83
  msgstr "Типи файлів, що підтримуються: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Максимальний розмір: 2MB"
84
 
85
+ #@ contact_form
86
+ #: contact_form.php:156
87
+ #: contact_form.php:1184
88
+ #: contact_form.php:1218
89
  msgid "Send me a copy"
90
  msgstr "Надіслати мені копію"
91
 
92
+ #@ contact_form
93
+ #: contact_form.php:157
94
+ #: contact_form.php:1185
95
+ #: contact_form.php:1219
96
  msgid "Submit"
97
  msgstr "Підтвердити"
98
 
99
+ #@ contact_form
100
+ #: contact_form.php:158
101
  msgid "Your name is required."
102
  msgstr "Необхідно вказати своє ім'я."
103
 
104
+ #@ contact_form
105
+ #: contact_form.php:159
106
  msgid "Address is required."
107
  msgstr "Необхідно вказати правильну адресу."
108
 
109
+ #@ contact_form
110
+ #: contact_form.php:160
111
  msgid "A valid email address is required."
112
  msgstr "Необхідно вказати правильну адресу ел.пошти."
113
 
114
+ #@ contact_form
115
+ #: contact_form.php:161
116
  msgid "Phone number is required."
117
  msgstr "Необхідно вказати номер телефону."
118
 
119
+ #@ contact_form
120
+ #: contact_form.php:162
121
  msgid "Subject is required."
122
  msgstr "Необхідно вказати тему."
123
 
124
+ #@ contact_form
125
+ #: contact_form.php:163
126
  msgid "Message text is required."
127
  msgstr "Повідомлення не може бути порожнім."
128
 
129
+ #@ contact_form
130
+ #: contact_form.php:164
131
  msgid "File format is not valid."
132
  msgstr "Неправильний формат файлу."
133
 
134
+ #@ contact_form
135
+ #: contact_form.php:165
136
  msgid "File upload error."
137
  msgstr "Помилка завантаження файлу."
138
 
139
+ #@ contact_form
140
+ #: contact_form.php:166
141
  msgid "The file could not be uploaded."
142
  msgstr "Файл не вдалося завантажити."
143
 
144
+ #@ contact_form
145
+ #: contact_form.php:167
146
  msgid "This file is too large."
147
  msgstr "Файл занадто великий."
148
 
149
+ #@ contact_form
150
+ #: contact_form.php:168
151
  msgid "Please fill out the CAPTCHA."
152
  msgstr "Будь ласка, введіть код CAPTCHA."
153
 
154
+ #@ contact_form
155
+ #: contact_form.php:169
156
  msgid "Please make corrections below and try again."
157
  msgstr "Будь ласка, внесіть поправки у відмічені поля і спробуйте знову."
158
 
159
+ #@ contact_form
160
+ #: contact_form.php:171
161
  msgid "Thank you for contacting us."
162
  msgstr "Дякуємо, що зв'язалися з нами."
163
 
164
+ #@ contact_form
165
+ #: contact_form.php:335
166
  msgid "requires"
167
  msgstr "потребує"
168
 
169
+ #@ contact_form
170
+ #: contact_form.php:335
171
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
172
  msgstr "або вище, ось чому його було деактивовано! Будь ласка, оновіть WordPress та спробуйте ще раз. "
173
 
174
+ #@ contact_form
175
+ #: contact_form.php:335
176
  msgid "Back to the WordPress"
177
  msgstr "Назад до WordPress"
178
 
179
+ #@ contact_form
180
+ #: contact_form.php:335
181
  msgid "Plugins page"
182
  msgstr "Сторінка плагінів"
183
 
184
+ #@ contact_form
185
+ #: contact_form.php:643
186
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
187
  msgstr "Якщо опція \"Перенаправлення на сторінку\" вибрана, то поле URL повинне бути заповнене в наступному форматі"
188
 
189
+ #@ contact_form
190
+ #: contact_form.php:652
191
  msgid "Such user does not exist."
192
  msgstr "Такого користувача не існує."
193
 
194
+ #@ contact_form
195
+ #: contact_form.php:662
196
  msgid "Please enter a valid email address in the 'Use this email address' field."
197
  msgstr "Будь ласка, введіть коректний емейл у поле 'Використовувати цей емейл'."
198
 
199
+ #@ contact_form
200
+ #: contact_form.php:670
201
  msgid "Please enter a valid email address in the 'FROM' field."
202
  msgstr "Будь ласка, введіть правильну ел.адресу у полі \"Відправник\"."
203
 
204
+ #@ contact_form
205
+ #: contact_form.php:695
206
  msgid "Settings saved."
207
  msgstr "Установки збережені."
208
 
209
+ #@ contact_form
210
+ #: contact_form.php:697
211
  msgid "Settings are not saved."
212
  msgstr "Установки не збережені"
213
 
214
+ #@ contact_form
215
+ #: contact_form.php:724
216
+ #: contact_form.php:756
217
  msgid "Wrong license key"
218
  msgstr "Невірний ліцензійний ключ!"
219
 
220
+ #@ contact_form
221
+ #: contact_form.php:749
222
  msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
223
  msgstr "Виникли певні проблеми. Спробуйте ще раз пізніше. Якщо помилка виникатиме знову, будь ласка, зверніться до нашої служби підтримки href=http://support.bestwebsoft.com>BestWebSoft</a>. Просимо вибачення за незручності."
224
 
225
+ #@ contact_form
226
+ #: contact_form.php:758
227
  msgid "This license key is bind to another site"
228
  msgstr "Ліцензійний ключ прив'язано до іншого сайту"
229
 
230
+ #@ contact_form
231
+ #: contact_form.php:760
232
+ #: contact_form.php:1642
233
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
234
  msgstr "На жаль, Ви перевищили кількість доступних спроб на день. Будь ласка, завантажте плагін вручну."
235
 
236
+ #@ contact_form
237
+ #: contact_form.php:777
238
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
239
  msgstr "Виникли проблеми під чаз розпакування zip-архіву. Будь ласка, завантажте плагін вручну."
240
 
241
+ #@ contact_form
242
+ #: contact_form.php:783
243
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
244
  msgstr "Ваш сервер не підтримує ані ZipArchive, ані Phar. Будь ласка, завантажте плагін вручну"
245
 
246
+ #@ contact_form
247
+ #: contact_form.php:787
248
+ #: contact_form.php:796
249
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
250
  msgstr "Виникли проблеми під час завантаження zip-архіву. Будь ласка, завантажте архів вручну."
251
 
252
+ #@ contact_form
253
+ #: contact_form.php:800
254
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
255
  msgstr "Виникли певні проблеми. Спробуйте ще раз пізніше або завантажте плагін вручну. Просимо вібачення за незручності."
256
 
257
+ #@ contact_form
258
+ #: contact_form.php:815
259
  msgid "Please, enter Your license key"
260
  msgstr "Будь ласка, впишіть ваш ліцензійний ключ"
261
 
262
+ #@ contact_form
263
+ #: contact_form.php:823
264
+ #: contact_form.php:2333
265
+ #: contact_form.php:2345
266
  msgid "Settings"
267
  msgstr "Установки"
268
 
269
+ #@ contact_form
270
+ #: contact_form.php:824
271
  msgid "Extra settings"
272
  msgstr "Розширені установки"
273
 
274
+ #@ contact_form
275
+ #: contact_form.php:825
276
+ #: contact_form.php:2346
277
  msgid "FAQ"
278
  msgstr "Часті питання"
279
 
280
+ #@ contact_form
281
+ #: contact_form.php:826
282
  msgid "Go PRO"
283
  msgstr "Перейти на Pro версію"
284
 
285
+ #@ contact_form
286
+ #: contact_form.php:829
287
  msgid "Notice:"
288
  msgstr "Нагадування:"
289
 
290
+ #@ contact_form
291
+ #: contact_form.php:829
292
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
293
  msgstr "Налаштування плагіну було змінено. Для того, щоб зберегти ці зміни, не забудьте нажати кнопку \"Зберегти зміни\"."
294
 
295
+ #@ contact_form
296
+ #: contact_form.php:835
297
  msgid "If you want to create multiple contact forms, please install the Contact Form Multi plugin."
298
  msgstr "Якщо ві хочете створити декілька різних контактних форм, будь ласка, всановіть плагін Contact Form Multi"
299
 
300
+ #@ contact_form
301
+ #: contact_form.php:841
302
+ #: contact_form.php:846
303
+ #: contact_form.php:1601
304
  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:"
305
  msgstr "Якщо Ви хочете додати контактну форму на свій сайт, просто скопіюйте і вставите цей шорткод у Вашу публікацію, сторінку або віджет:"
306
 
307
+ #@ contact_form
308
+ #: contact_form.php:841
309
+ #: contact_form.php:842
310
+ #: contact_form.php:846
311
+ #: contact_form.php:847
312
+ #: contact_form.php:1200
313
+ #: contact_form.php:1202
314
+ #: contact_form.php:1263
315
+ #: contact_form.php:1265
316
  msgid "or"
317
  msgstr "або"
318
 
319
+ #@ contact_form
320
+ #: contact_form.php:842
321
+ #: contact_form.php:847
322
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
323
  msgstr "Якщо виникли якісь проблеми зі стандартним шорткодом [contact_form], ви можете використати шорткод"
324
 
325
+ #@ contact_form
326
+ #: contact_form.php:843
327
+ #: contact_form.php:848
328
  msgid "They work the same way."
329
  msgstr "Вони працюють однаково."
330
 
331
+ #@ contact_form
332
+ #: contact_form.php:844
333
+ #: contact_form.php:849
334
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
335
  msgstr "Якщо Ви залишите поля порожніми, повідомлення буде надіслано на адресу ел.пошти, вказану під час реєстрації."
336
 
337
+ #@ contact_form
338
+ #: contact_form.php:854
339
  msgid "The user's email address:"
340
  msgstr "Адреса ел.пошти користувача:"
341
 
342
+ #@ contact_form
343
+ #: contact_form.php:858
344
  msgid "Create a username"
345
  msgstr "Виберіть ім'я користувача"
346
 
347
+ #@ contact_form
348
+ #: contact_form.php:865
349
  msgid "Enter a username of the person who should get the messages from the contact form."
350
  msgstr "Введіть ім'я користувача, який повинен одержувати повідомлення з контактної форми."
351
 
352
+ #@ contact_form
353
+ #: contact_form.php:869
354
  msgid "Use this email address:"
355
  msgstr "Використовувати цей емейл:"
356
 
357
+ #@ contact_form
358
+ #: contact_form.php:872
359
  msgid "Enter the email address you want the messages forwarded to."
360
  msgstr "Вкажіть адресу ел.пошти, на яку бажаєте отримувати повідомлення."
361
 
362
+ #@ contact_form
363
+ #: contact_form.php:881
364
  msgid "Add department selectbox to the contact form:"
365
  msgstr "Додати поле для вибору департаменту до контактної форми:"
366
 
367
+ #@ contact_form
368
+ #: contact_form.php:889
369
+ #: contact_form.php:1484
370
  msgid "If you upgrade to Pro version all your settings will be saved."
371
  msgstr "Якщо ви перейдете на Pro версію, усі установки будуть збережені."
372
 
373
+ #@ contact_form
374
+ #: contact_form.php:896
375
+ #: contact_form.php:1042
376
+ #: contact_form.php:1116
377
+ #: contact_form.php:1306
378
+ #: contact_form.php:1491
379
  msgid "Unlock premium options by upgrading to a PRO version."
380
  msgstr "Зробити доступними преміум-опції, перейшовши на PRO версію."
381
 
382
+ #@ contact_form
383
+ #: contact_form.php:897
384
+ #: contact_form.php:1043
385
+ #: contact_form.php:1117
386
+ #: contact_form.php:1307
387
+ #: contact_form.php:1492
388
+ #: contact_form.php:2607
389
+ #: contact_form.php:2623
390
  msgid "Learn More"
391
  msgstr "Докладніше"
392
 
393
+ #@ contact_form
394
+ #: contact_form.php:900
395
+ #: contact_form.php:1046
396
+ #: contact_form.php:1120
397
+ #: contact_form.php:1310
398
+ #: contact_form.php:1495
399
  msgid "Go"
400
  msgstr "Перейти"
401
 
402
+ #@ contact_form
403
+ #: contact_form.php:907
404
  msgid "Save emails to the database"
405
  msgstr "Зберігати електронні повідомлення у базі даних"
406
 
407
+ #@ contact_form
408
+ #: contact_form.php:913
409
  msgid "Using"
410
  msgstr "Використовуючи"
411
 
412
+ #@ contact_form
413
+ #: contact_form.php:913
414
+ #: contact_form.php:1093
415
+ #: contact_form.php:1096
416
+ #: contact_form.php:1100
417
  msgid "powered by"
418
  msgstr "за підтримки"
419
 
420
+ #@ contact_form
421
+ #: contact_form.php:916
422
+ #: contact_form.php:920
423
  msgid "Using Contact Form to DB powered by"
424
  msgstr "Використовуючи Contact Form to DB, розроблену"
425
 
426
+ #@ contact_form
427
+ #: contact_form.php:916
428
  msgid "Activate Contact Form to DB"
429
  msgstr "Активувати Contact Form to DB"
430
 
431
+ #@ contact_form
432
+ #: contact_form.php:920
433
  msgid "Download Contact Form to DB"
434
  msgstr "Завантажити Contact Form to DB"
435
 
436
+ #@ contact_form
437
+ #: contact_form.php:925
438
  msgid "Additional options"
439
  msgstr "Додаткові опції"
440
 
441
+ #@ contact_form
442
+ #: contact_form.php:927
443
  msgid "Show"
444
  msgstr "Показувати"
445
 
446
+ #@ contact_form
447
+ #: contact_form.php:928
448
  msgid "Hide"
449
  msgstr "Сховати"
450
 
451
+ #@ contact_form
452
+ #: contact_form.php:932
453
  msgid "What to use?"
454
  msgstr "Що використовувати?"
455
 
456
+ #@ contact_form
457
+ #: contact_form.php:935
458
  msgid "Wp-mail"
459
  msgstr "Wp-mail"
460
 
461
+ #@ contact_form
462
+ #: contact_form.php:935
463
  msgid "You can use the wp_mail function for mailing"
464
  msgstr "Для відправлення пошти ви можете використовувати функцію WordPress wp_mail"
465
 
466
+ #@ contact_form
467
+ #: contact_form.php:937
468
  msgid "Mail"
469
  msgstr "Пошта"
470
 
471
+ #@ contact_form
472
+ #: contact_form.php:937
473
  msgid "To send mail you can use the php mail function"
474
  msgstr "Для відправлення пошти Ви можете використовувати функцію php mail"
475
 
476
+ #@ contact_form
477
+ #: contact_form.php:941
478
  msgid "The text in the 'From' field"
479
  msgstr "Текст поля \"Відправник\""
480
 
481
+ #@ contact_form
482
+ #: contact_form.php:943
483
  msgid "User name"
484
  msgstr "Ім’я користувача"
485
 
486
+ #@ contact_form
487
+ #: contact_form.php:944
488
  msgid "The name of the user who fills the form will be used in the field 'From'."
489
  msgstr "Email-адреса користувача, який заповнює форму, буде використана у полі \"Відправник\"."
490
 
491
+ #@ contact_form
492
+ #: contact_form.php:947
493
  msgid "This text will be used in the 'FROM' field"
494
  msgstr "Ця адреса ел.пошти буде використана у полі \"Відправник\"."
495
 
496
+ #@ contact_form
497
+ #: contact_form.php:951
498
  msgid "The email address in the 'From' field"
499
  msgstr "Адреса ел.пошти в полі \"Відправник\""
500
 
501
+ #@ contact_form
502
+ #: contact_form.php:953
503
  msgid "User email"
504
  msgstr "Ел.пошта користувача"
505
 
506
+ #@ contact_form
507
+ #: contact_form.php:954
508
  msgid "The email address of the user who fills the form will be used in the field 'From'."
509
  msgstr "Email-адреса користувача, який заповнює форму, буде використана у полі \"Відправник\"."
510
 
511
+ #@ contact_form
512
+ #: contact_form.php:957
513
  msgid "This email address will be used in the 'From' field."
514
  msgstr "Ця адреса ел.пошти буде використана у полі \"Відправник\"."
515
 
516
+ #@ contact_form
517
+ #: contact_form.php:961
518
  msgid "Required symbol"
519
  msgstr "Обов'язковий символ"
520
 
521
+ #@ contact_form
522
+ #: contact_form.php:971
523
  msgid "Fields"
524
  msgstr "Поля"
525
 
526
+ #@ contact_form
527
+ #: contact_form.php:972
528
  msgid "Used"
529
  msgstr "Що використовуються"
530
 
531
+ #@ contact_form
532
+ #: contact_form.php:973
533
  msgid "Required"
534
  msgstr "Обов’язковий"
535
 
536
+ #@ contact_form
537
+ #: contact_form.php:974
538
  msgid "Visible"
539
  msgstr "Видимі"
540
 
541
+ #@ contact_form
542
+ #: contact_form.php:975
543
  msgid "Disabled for editing"
544
  msgstr "Відключено для редагування"
545
 
546
+ #@ contact_form
547
+ #: contact_form.php:976
548
  msgid "Field's default value"
549
  msgstr "Стандартне значення для поля"
550
 
551
+ #@ contact_form
552
+ #: contact_form.php:981
553
+ #: contact_form.php:1359
554
+ #: contact_form.php:2123
555
+ #: contact_form.php:2159
556
  msgid "Name"
557
  msgstr "Ім'я"
558
 
559
+ #@ contact_form
560
+ #: contact_form.php:989
561
  msgid "Location selectbox"
562
  msgstr "Список розміщень"
563
 
564
+ #@ contact_form
565
+ #: contact_form.php:997
566
+ #: contact_form.php:1364
567
+ #: contact_form.php:2129
568
+ #: contact_form.php:2163
569
  msgid "Address"
570
  msgstr "Адреса"
571
 
572
+ #@ contact_form
573
+ #: contact_form.php:1005
574
  msgid "Email Address"
575
  msgstr "Адреса ел.пошти"
576
 
577
+ #@ contact_form
578
+ #: contact_form.php:1013
579
  msgid "Phone number"
580
  msgstr "Номер телефону"
581
 
582
+ #@ contact_form
583
+ #: contact_form.php:1021
584
+ #: contact_form.php:1379
585
+ #: contact_form.php:2144
586
+ #: contact_form.php:2172
587
  msgid "Subject"
588
  msgstr "Тема"
589
 
590
+ #@ contact_form
591
+ #: contact_form.php:1029
592
+ #: contact_form.php:1383
593
+ #: contact_form.php:2147
594
+ #: contact_form.php:2174
595
  msgid "Message"
596
  msgstr "Повідомлення"
597
 
598
+ #@ contact_form
599
+ #: contact_form.php:1053
600
  msgid "Attachment block"
601
  msgstr "Блок \"Прикріпити файл\" "
602
 
603
+ #@ contact_form
604
+ #: contact_form.php:1055
605
  msgid "Users can attach the following file formats"
606
  msgstr "Користувачі можуть прикріплювати файли наступних форматів"
607
 
608
+ #@ contact_form
609
+ #: contact_form.php:1068
610
  msgid "Add to the form"
611
  msgstr "Додати до форми"
612
 
613
+ #@ contact_form
614
+ #: contact_form.php:1073
615
  msgid "Tips below the Attachment"
616
  msgstr "Показувати підказки під блоком \"Прикріпити файл\""
617
 
618
+ #@ contact_form
619
+ #: contact_form.php:1082
620
  msgid "'Send me a copy' block"
621
  msgstr "Показати блок \"Надіслати мені копію\""
622
 
623
+ #@ contact_form
624
+ #: contact_form.php:1093
625
+ #: contact_form.php:1096
626
+ #: contact_form.php:1100
627
+ #: contact_form.php:1393
628
  msgid "Captcha"
629
  msgstr "Captcha"
630
 
631
+ #@ contact_form
632
+ #: contact_form.php:1096
633
  msgid "Activate captcha"
634
  msgstr "Активувати captcha"
635
 
636
+ #@ contact_form
637
+ #: contact_form.php:1100
638
  msgid "Download captcha"
639
  msgstr "Завантажити captcha"
640
 
641
+ #@ contact_form
642
+ #: contact_form.php:1108
643
  msgid "Agreement checkbox"
644
  msgstr "Чекбокс для погодження"
645
 
646
+ #@ contact_form
647
+ #: contact_form.php:1108
648
  msgid "Required checkbox for submitting the form"
649
  msgstr "Необхідний чекбокс для відправки форми"
650
 
651
+ #@ contact_form
652
+ #: contact_form.php:1109
653
  msgid "Optional checkbox"
654
  msgstr "Необов’язковий чекбокс"
655
 
656
+ #@ contact_form
657
+ #: contact_form.php:1109
658
  msgid "Optional checkbox, the results of which will be displayed in email"
659
  msgstr "Необов’язковий чекбокс, результати якого буде відображено в електронному листі"
660
 
661
+ #@ contact_form
662
+ #: contact_form.php:1126
663
  msgid "Delete an attachment file from the server after the email is sent"
664
  msgstr "Видаляти прикріплений файл з серверу після того, як ел.пошта відправлена"
665
 
666
+ #@ contact_form
667
+ #: contact_form.php:1132
668
  msgid "Email in HTML format sending"
669
  msgstr "Відправка електронної пошти в форматі HTML"
670
 
671
+ #@ contact_form
672
+ #: contact_form.php:1136
673
  msgid "Display additional info in the email"
674
  msgstr "Відображати додаткову інформацію в ел.пошті"
675
 
676
+ #@ contact_form
677
+ #: contact_form.php:1141
678
+ #: contact_form.php:2090
679
+ #: contact_form.php:2092
680
  msgid "Sent from (ip address)"
681
  msgstr "Надіслано від (ip адреса)"
682
 
683
+ #@ contact_form
684
+ #: contact_form.php:1141
685
  msgid "Example: Sent from (IP address):\t127.0.0.1"
686
  msgstr "Приклад: Надіслано від (IP адреса):\t127.0.0.1"
687
 
688
+ #@ contact_form
689
+ #: contact_form.php:1142
690
+ #: contact_form.php:2096
691
+ #: contact_form.php:2098
692
  msgid "Date/Time"
693
  msgstr "Дата/Час"
694
 
695
+ #@ contact_form
696
+ #: contact_form.php:1142
697
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
698
  msgstr "Приклад: Date/Time:\tAugust 19, 2013 8:50 pm"
699
 
700
+ #@ contact_form
701
+ #: contact_form.php:1143
702
+ #: contact_form.php:2102
703
+ #: contact_form.php:2104
704
  msgid "Sent from (referer)"
705
  msgstr "Надіслано від (реферер)"
706
 
707
+ #@ contact_form
708
+ #: contact_form.php:1143
709
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
710
  msgstr "Приклад: Надіслано від (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
711
 
712
+ #@ contact_form
713
+ #: contact_form.php:1144
714
+ #: contact_form.php:2108
715
+ #: contact_form.php:2110
716
  msgid "Using (user agent)"
717
  msgstr "Використовується (user agent)"
718
 
719
+ #@ contact_form
720
+ #: contact_form.php:1144
721
  msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
722
  msgstr "Приклад: Використовує (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
723
 
724
+ #@ contact_form
725
+ #: contact_form.php:1148
726
  msgid "Language settings for the field names in the form"
727
  msgstr "Налаштування мови для назв полів форми"
728
 
729
+ #@ contact_form
730
+ #: contact_form.php:1157
731
  msgid "Add a language"
732
  msgstr "Додати мову"
733
 
734
+ #@ contact_form
735
+ #: contact_form.php:1161
736
  msgid "Change the names of the contact form fields and error messages"
737
  msgstr "Змінити назви полів контактної форми і повідомлення про помилку"
738
 
739
+ #@ contact_form
740
+ #: contact_form.php:1166
741
+ #: contact_form.php:1253
742
  msgid "English"
743
  msgstr "Англійська"
744
 
745
+ #@ contact_form
746
+ #: contact_form.php:1174
747
+ #: contact_form.php:1208
748
  msgid "click to expand/hide the list"
749
  msgstr "натиснути, щоб розгорнути/згорнути список"
750
 
751
+ #@ contact_form
752
+ #: contact_form.php:1183
753
+ #: contact_form.php:1217
754
  msgid "Tips below the Attachment block"
755
  msgstr "Показувати підказки під блоком \"Прикріпити файл\""
756
 
757
+ #@ contact_form
758
+ #: contact_form.php:1186
759
+ #: contact_form.php:1220
760
  msgid "Error message for the Name field"
761
  msgstr "Повідомлення про помилку для поля Ім'я"
762
 
763
+ #@ contact_form
764
+ #: contact_form.php:1187
765
+ #: contact_form.php:1221
766
  msgid "Error message for the Address field"
767
  msgstr "Повідомлення про помилку для поля Адреса"
768
 
769
+ #@ contact_form
770
+ #: contact_form.php:1188
771
+ #: contact_form.php:1222
772
  msgid "Error message for the Email field"
773
  msgstr "Повідомлення про помилку для поля Email"
774
 
775
+ #@ contact_form
776
+ #: contact_form.php:1189
777
+ #: contact_form.php:1223
778
  msgid "Error message for the Phone field"
779
  msgstr "Повідомлення про помилку для поля Номер телефону"
780
 
781
+ #@ contact_form
782
+ #: contact_form.php:1190
783
+ #: contact_form.php:1224
784
  msgid "Error message for the Subject field"
785
  msgstr "Повідомлення про помилку для поля Тема"
786
 
787
+ #@ contact_form
788
+ #: contact_form.php:1191
789
+ #: contact_form.php:1225
790
  msgid "Error message for the Message field"
791
  msgstr "Повідомлення про помилку для поля Повідомлення"
792
 
793
+ #@ contact_form
794
+ #: contact_form.php:1192
795
+ #: contact_form.php:1226
796
  msgid "Error message about the file type for the Attachment field"
797
  msgstr "Повідомлення про помилку для поля Вкладені файли"
798
 
799
+ #@ contact_form
800
+ #: contact_form.php:1193
801
+ #: contact_form.php:1227
802
  msgid "Error message while uploading a file for the Attachment field to the server"
803
  msgstr "Повідомлення про помилку під час завантаження файлу на сервер для поля Вкладені файли"
804
 
805
+ #@ contact_form
806
+ #: contact_form.php:1194
807
+ #: contact_form.php:1228
808
  msgid "Error message while moving the file for the Attachment field"
809
  msgstr "Повідомлення про помилку під час переміщення файлу для поля Вкладені файли"
810
 
811
+ #@ contact_form
812
+ #: contact_form.php:1195
813
+ #: contact_form.php:1229
814
  msgid "Error message when file size limit for the Attachment field is exceeded"
815
  msgstr "Повідомлення про помилку для поля Вкладені файли, коли розмір файлу перевищує допустимий"
816
 
817
+ #@ contact_form
818
+ #: contact_form.php:1196
819
+ #: contact_form.php:1230
820
  msgid "Error message for the Captcha field"
821
  msgstr "Повідомлення про помилку для поля Captcha"
822
 
823
+ #@ contact_form
824
+ #: contact_form.php:1197
825
+ #: contact_form.php:1231
826
  msgid "Error message for the whole form"
827
  msgstr "Повідомлення про помилку для всієї форми"
828
 
829
+ #@ contact_form
830
+ #: contact_form.php:1200
831
+ #: contact_form.php:1202
832
+ #: contact_form.php:1234
833
+ #: contact_form.php:1236
834
+ #: contact_form.php:1263
835
+ #: contact_form.php:1265
836
+ #: contact_form.php:1273
837
+ #: contact_form.php:1275
838
  msgid "Use shortcode"
839
  msgstr "Використовувати шорткод"
840
 
841
+ #@ contact_form
842
+ #: contact_form.php:1200
843
+ #: contact_form.php:1202
844
+ #: contact_form.php:1234
845
+ #: contact_form.php:1236
846
+ #: contact_form.php:1263
847
+ #: contact_form.php:1265
848
+ #: contact_form.php:1273
849
+ #: contact_form.php:1275
850
  msgid "for this language"
851
  msgstr "для цієї мови"
852
 
853
+ #@ contact_form
854
+ #: contact_form.php:1244
855
  msgid "Use the changed names of the contact form fields in the email"
856
  msgstr "Використовувати змінені назви полів контактної форми в емейлі"
857
 
858
+ #@ contact_form
859
+ #: contact_form.php:1250
860
  msgid "Action after email is sent"
861
  msgstr "Дія після відправлення ел.листа"
862
 
863
+ #@ contact_form
864
+ #: contact_form.php:1252
865
  msgid "Display text"
866
  msgstr "Показати текст"
867
 
868
+ #@ contact_form
869
+ #: contact_form.php:1261
870
+ #: contact_form.php:1271
871
  msgid "Text"
872
  msgstr "Текст"
873
 
874
+ #@ contact_form
875
+ #: contact_form.php:1282
876
  msgid "Redirect to the page"
877
  msgstr "Перенаправлення на сторінку"
878
 
879
+ #@ contact_form
880
+ #: contact_form.php:1283
881
  msgid "Url"
882
  msgstr "Url"
883
 
884
+ #@ contact_form
885
+ #: contact_form.php:1287
886
  msgid "The $_SERVER variable that is used to build a URL of the form"
887
  msgstr "Змінна $_SERVER, що використовується для строрення URL форми"
888
 
889
+ #@ contact_form
890
+ #: contact_form.php:1291
891
  msgid "If you are not sure whether to change this setting or not, please do not do that."
892
  msgstr "Якщо ви не впевнені, варто змінювати цю установку чи ні, будь ласка, не змінюйте."
893
 
894
+ #@ default
895
+ #: contact_form.php:1318
896
+ #: contact_form.php:1502
897
  msgid "Save Changes"
898
  msgstr "Зберегти зміни"
899
 
900
+ #@ contact_form
901
+ #: contact_form.php:1323
902
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
903
  msgstr "Якщо Вам сподобався наш плагін, ми будемо раді, якщо Ви оціните його у п'ять зірочок на WordPress"
904
 
905
+ #@ contact_form
906
+ #: contact_form.php:1324
907
  msgid "Rate the plugin"
908
  msgstr "Оцініти плагін"
909
 
910
+ #@ contact_form
911
+ #: contact_form.php:1327
912
  msgid "If there is something wrong about it, please contact us"
913
  msgstr "Якщо у вас є запитання, будь ласка, звертайтесь до нас"
914
 
915
+ #@ contact_form
916
+ #: contact_form.php:1339
917
  msgid "Errors output"
918
  msgstr "Виведення помилок"
919
 
920
+ #@ contact_form
921
+ #: contact_form.php:1342
922
  msgid "Display error messages"
923
  msgstr "Показ повідомлень про помилки"
924
 
925
+ #@ contact_form
926
+ #: contact_form.php:1343
927
  msgid "Color of the input field errors."
928
  msgstr "Колір для помилок у полях введення."
929
 
930
+ #@ contact_form
931
+ #: contact_form.php:1344
932
  msgid "Display error messages & color of the input field errors"
933
  msgstr "Відображення повідомлень про помилку і колір для полів з помилками введення"
934
 
935
+ #@ contact_form
936
+ #: contact_form.php:1349
937
  msgid "Add placeholder to the input blocks"
938
  msgstr "Додати текст заміщення для блоків введення"
939
 
940
+ #@ contact_form
941
+ #: contact_form.php:1355
942
  msgid "Add tooltips"
943
  msgstr "Додати підказки"
944
 
945
+ #@ contact_form
946
+ #: contact_form.php:1369
947
  msgid "Email address"
948
  msgstr "Адреса ел.пошти"
949
 
950
+ #@ contact_form
951
+ #: contact_form.php:1374
952
  msgid "Phone Number"
953
  msgstr "Номер телефону"
954
 
955
+ #@ contact_form
956
+ #: contact_form.php:1388
957
  msgid "Attachment"
958
  msgstr "Вкладений файл"
959
 
960
+ #@ contact_form
961
+ #: contact_form.php:1393
962
  msgid "(powered by bestwebsoft.com)"
963
  msgstr "(розроблено компанією bestwebsoft.com)"
964
 
965
+ #@ contact_form
966
+ #: contact_form.php:1398
967
  msgid "Style options"
968
  msgstr "Опції для стилю"
969
 
970
+ #@ contact_form
971
+ #: contact_form.php:1401
972
  msgid "Text color"
973
  msgstr "Колір тексту"
974
 
975
+ #@ contact_form
976
+ #: contact_form.php:1404
977
+ #: contact_form.php:1409
978
+ #: contact_form.php:1419
979
+ #: contact_form.php:1424
980
+ #: contact_form.php:1429
981
+ #: contact_form.php:1434
982
+ #: contact_form.php:1444
983
+ #: contact_form.php:1449
984
+ #: contact_form.php:1455
985
+ #: contact_form.php:1466
986
+ #: contact_form.php:1471
987
+ #: contact_form.php:1476
988
  msgid "Default"
989
  msgstr "Стандартно"
990
 
991
+ #@ contact_form
992
+ #: contact_form.php:1406
993
  msgid "Label text color"
994
  msgstr "Колір написів"
995
 
996
+ #@ contact_form
997
+ #: contact_form.php:1411
998
  msgid "Placeholder color"
999
  msgstr "Колір тексту заміщення"
1000
 
1001
+ #@ contact_form
1002
+ #: contact_form.php:1416
1003
  msgid "Errors color"
1004
  msgstr "Колір помилок"
1005
 
1006
+ #@ contact_form
1007
+ #: contact_form.php:1421
1008
  msgid "Error text color"
1009
  msgstr "Колір тексту помилок"
1010
 
1011
+ #@ contact_form
1012
+ #: contact_form.php:1426
1013
  msgid "Background color of the input field errors"
1014
  msgstr "Колір заднього фону для полів введення з помилками"
1015
 
1016
+ #@ contact_form
1017
+ #: contact_form.php:1431
1018
  msgid "Border color of the input field errors"
1019
  msgstr "Колір рамки для полів введення з помилками"
1020
 
1021
+ #@ contact_form
1022
+ #: contact_form.php:1436
1023
  msgid "Placeholder color of the input field errors"
1024
  msgstr "Колір тексту заміщення для полів введення з помилками"
1025
 
1026
+ #@ contact_form
1027
+ #: contact_form.php:1441
1028
  msgid "Input fields"
1029
  msgstr "Поля введення тексту"
1030
 
1031
+ #@ contact_form
1032
+ #: contact_form.php:1446
1033
  msgid "Input fields background color"
1034
  msgstr "Колір фону полів введення"
1035
 
1036
+ #@ contact_form
1037
+ #: contact_form.php:1451
1038
  msgid "Text fields color"
1039
  msgstr "Колір текстових полів"
1040
 
1041
+ #@ contact_form
1042
+ #: contact_form.php:1453
1043
  msgid "Border width in px, numbers only"
1044
  msgstr "Ширина рамки в точках, тільки числа"
1045
 
1046
+ #@ contact_form
1047
+ #: contact_form.php:1457
1048
+ #: contact_form.php:1478
1049
  msgid "Border color"
1050
  msgstr "Колір рамки"
1051
 
1052
+ #@ contact_form
1053
+ #: contact_form.php:1462
1054
  msgid "Submit button"
1055
  msgstr "Кнопка підтвердження"
1056
 
1057
+ #@ contact_form
1058
+ #: contact_form.php:1464
1059
  msgid "Width in px, numbers only"
1060
  msgstr "Ширина в точках, тільки числа"
1061
 
1062
+ #@ contact_form
1063
+ #: contact_form.php:1468
1064
  msgid "Button color"
1065
  msgstr "Колір кнопок"
1066
 
1067
+ #@ contact_form
1068
+ #: contact_form.php:1473
1069
  msgid "Button text color"
1070
  msgstr "Колір тексту кнопок"
1071
 
1072
+ #@ contact_form
1073
+ #: contact_form.php:1506
1074
  msgid "Contact Form Pro | Preview"
1075
  msgstr "Contact Form Pro | Попередній перегляд"
1076
 
1077
+ #@ contact_form
1078
+ #: contact_form.php:1509
1079
  msgid "Show with errors"
1080
  msgstr "Показувати з помилками"
1081
 
1082
+ #@ contact_form
1083
+ #: contact_form.php:1517
1084
+ #: contact_form.php:1519
1085
  msgid "Please enter your full name..."
1086
  msgstr "Будь ласка, вкажіть своє повне ім'я..."
1087
 
1088
+ #@ contact_form
1089
+ #: contact_form.php:1530
1090
+ #: contact_form.php:1532
1091
  msgid "Please enter your address..."
1092
  msgstr "Будь ласка, вкажіть свою адресу..."
1093
 
1094
+ #@ contact_form
1095
+ #: contact_form.php:1541
1096
+ #: contact_form.php:1543
1097
  msgid "Please enter your email address..."
1098
  msgstr "Будь ласка, введіть свою адресу ел.пошти:"
1099
 
1100
+ #@ contact_form
1101
+ #: contact_form.php:1552
1102
+ #: contact_form.php:1554
1103
  msgid "Please enter your phone number..."
1104
  msgstr "Будь ласка, вкажіть свій номер телефону..."
1105
 
1106
+ #@ contact_form
1107
+ #: contact_form.php:1563
1108
+ #: contact_form.php:1565
1109
  msgid "Please enter subject..."
1110
  msgstr "Будь ласка, вкажіть тему..."
1111
 
1112
+ #@ contact_form
1113
+ #: contact_form.php:1573
1114
+ #: contact_form.php:1575
1115
  msgid "Please enter your message..."
1116
  msgstr "Будь ласка, напишіть своє повідомлення..."
1117
 
1118
+ #@ contact_form
1119
+ #: contact_form.php:1617
1120
  msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
1121
  msgstr "Вітаємо! PRO версію плагіну успішно завантажено та активовано."
1122
 
1123
+ #@ contact_form
1124
+ #: contact_form.php:1619
1125
  msgid "Please, go to"
1126
  msgstr "Будь ласка, перейдіть"
1127
 
1128
+ #@ contact_form
1129
+ #: contact_form.php:1619
1130
  msgid "the setting page"
1131
  msgstr "сторінка установок"
1132
 
1133
+ #@ contact_form
1134
+ #: contact_form.php:1620
1135
  msgid "You will be redirected automatically in 5 seconds."
1136
  msgstr "Вас буде перенаправлено автоматично через 5 секунд."
1137
 
1138
+ #@ contact_form
1139
+ #: contact_form.php:1625
1140
  msgid "You can download and activate"
1141
  msgstr "Ви можете завантажити та активувати"
1142
 
1143
+ #@ contact_form
1144
+ #: contact_form.php:1627
1145
  msgid "version of this plugin by entering Your license key."
1146
  msgstr "версію уього плагіну, якщо впишете ваш ліцензійний ключ."
1147
 
1148
+ #@ contact_form
1149
+ #: contact_form.php:1629
1150
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
1151
  msgstr "Ви можете знайти ваш ліцензійний ключ на вашій персональній сторінці у Client area, перейшовши за посиланням"
1152
 
1153
+ #@ contact_form
1154
+ #: contact_form.php:1631
1155
  msgid "(your username is the email you specify when purchasing the product)."
1156
  msgstr "(your username is the email you specify when purchasing the product)."
1157
 
1158
+ #@ contact_form
1159
+ #: contact_form.php:1639
1160
+ #: contact_form.php:1649
1161
  msgid "Activate"
1162
  msgstr "Активувати"
1163
 
1164
+ #@ contact_form
1165
+ #: contact_form.php:1715
1166
  msgid "Sorry, email message could not be delivered."
1167
  msgstr "Вибачте, ваше повідомлення ел.пошти не може бути доставлене."
1168
 
1169
+ #@ contact_form
1170
+ #: contact_form.php:2117
1171
  msgid "Contact from"
1172
  msgstr "Контактна форма"
1173
 
1174
+ #@ contact_form
1175
+ #: contact_form.php:2134
1176
+ #: contact_form.php:2166
1177
  msgid "Email"
1178
  msgstr "Ел.пошта"
1179
 
1180
+ #@ contact_form
1181
+ #: contact_form.php:2139
1182
+ #: contact_form.php:2169
1183
  msgid "Phone"
1184
  msgstr "Телефон"
1185
 
1186
+ #@ contact_form
1187
+ #: contact_form.php:2150
1188
+ #: contact_form.php:2176
1189
  msgid "Site"
1190
  msgstr "Сайт"
1191
 
1192
+ #@ contact_form
1193
+ #: contact_form.php:2266
1194
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
1195
  msgstr "Якщо Ви не бачите цей MIME, це означає, що цей MIME тип не підтримується Вашим поштовим клієнтом!"
1196
 
1197
+ #@ contact_form
1198
+ #: contact_form.php:2347
1199
  msgid "Support"
1200
  msgstr "Підтримка"
1201
 
1202
+ #@ contact_form
1203
+ #: contact_form.php:2397
1204
  msgid "Are you sure that you want to delete this language data?"
1205
  msgstr "Ви справді хочете видалити дані для цієї мови?"
1206
 
1207
+ #@ contact_form
1208
+ #: contact_form.php:2610
1209
  msgid "It’s time to upgrade your <strong>Contact Form plugin</strong> to <strong>PRO</strong> version"
1210
  msgstr "Чай оновити ваш <strong>Contact Form plugin</strong> до <strong>PRO</strong> версії"
1211
 
1212
+ #@ contact_form
1213
+ #: contact_form.php:2611
1214
  msgid "Extend standard plugin functionality with new great options."
1215
  msgstr "Розширити стандартний функціонал плагіну новими опціями."
1216
 
1217
+ #@ contact_form
1218
+ #: contact_form.php:2626
1219
  msgid "<strong>Contact Form to DB</strong> allows to store your messages to the database."
1220
  msgstr "<strong>Contact Form to DB</strong> дозволяє зберігати ваші повідомлення у базі даних."
1221
 
1222
+ #@ contact_form
1223
+ #: contact_form.php:2627
1224
  msgid "Manage messages that have been sent from your website."
1225
  msgstr "Контролювати повідомлення, які було відправлено з Вашого сайту. "
1226
 
1227
+ #@ contact_form
1228
+ #: contact_form.php:1295
1229
+ msgid "Auto Response"
1230
+ msgstr "Автовідповідь"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1231
 
1232
+ #@ contact_form
1233
+ #: contact_form.php:1299
1234
+ #, php-format
1235
+ msgid "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to display data from the Message field, as well as %%SITENAME%% to display blog name."
1236
+ msgstr "Ви можете використувувати %%NAME%% для відображення даних поля емейлу, %%MESSAGE%% для відображення даних поля повідомлень і %%SITENAME%% для відображення назви блогу."
1237
 
 
 
languages/contact_form-vi.mo CHANGED
File without changes
languages/contact_form-vi.po CHANGED
File without changes
languages/contact_form-zh_CN.mo CHANGED
File without changes
languages/contact_form-zh_CN.po CHANGED
File without changes
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.2checkout.com/checkout/purchase?sid=1430388&quantity=1&
4
  Tags: attachment, contact, contatc, conact, cnotact, contact button, contact form, contact form plugin, contact me, contacts, contacts form plugin, copy, feedback, feedback form, form, insert the shortcode, post feedback, request, send, send copy, send messages, shortcode, text, web-page feedback
5
  Requires at least: 3.1
6
  Tested up to: 4.0
7
- Stable tag: 3.83
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -23,7 +23,7 @@ http://www.youtube.com/watch?v=nGwh-oslK-c
23
 
24
  <a href="http://support.bestwebsoft.com" target="_blank">Support</a>
25
 
26
- <a href="http://bestwebsoft.com/plugin/contact-form-pro/?k=4028655c87316c98ae9ac7ca1928067f" target="_blank">Upgrade to Pro Version</a>
27
 
28
  = Features =
29
 
@@ -37,37 +37,31 @@ http://www.youtube.com/watch?v=nGwh-oslK-c
37
  The author of the Contact Form also recommends the following plugins:
38
 
39
  * <a href="http://wordpress.org/plugins/captcha/">Captcha</a> - The Captcha plugin allows you to implement a super security captcha form into web forms. It protects your website from spam by means of math logic, easily understood by human beings. This captcha can be used for login, registration, password recovery, comments forms.
40
- There is also a premium version of the plugin - <a href="http://bestwebsoft.com/plugin/captcha-pro/?k=45dcf2a5ccd70a7fc8606f8030730ac7">Captcha Pro</a>, allowing compatibility with BuddyPress (Registration form, Comments form, "Create a Group" form) and Contact Form 7.
41
  * <a href="http://wordpress.org/plugins/updater/">Updater</a> - This plugin updates WordPress core and the plugins to the recent versions. You can also use the auto mode or manual mode for updating and set email notifications.
42
- There is also a premium version of the plugin <a href="http://bestwebsoft.com/plugin/updater-pro/?k=982fae837f4c6e3b152183537448dbca">Updater Pro</a> with more useful features available. It can make backup of all your files and database before updating. Also it can forbid some plugins or WordPress Core update.
43
  * <a href="http://wordpress.org/plugins/contact-form-to-db/">Contact Form To DB</a> - This plugin is an exclusive add-on for the Contact Form plugin by BestWebSoft. The plugin provides a unique opportunity to manage messages sent from your site via the contact form. Please pay attention, that this plugin is an add-on ONLY for Contact Form plugin by BestWebSoft, that's why it will not work with any other contact form plugins.
44
- There is also a premium version of the plugin <a href="http://bestwebsoft.com/plugin/contact-form-to-db-pro/?k=d7d962591b5be0ce6c27af778b1b36ee">Contact Form To DB Pro</a>, allowing to re-send and preiodically delete messages, manage attachments and get detailed support and answers to your questions.
45
  * <a href="http://wordpress.org/plugins/contact-form-multi/">Contact Form Multi</a> - This plugin makes it possible to create and implement multiple contact forms on your site. It is also possible to set different parameters for different contact forms. Please note that this plugin is an exclusive add-on ONLY for Contact Form plugin by BestWebSoft and it will not work wothout it. Please make sure you've enabled Javascript, otherwise the plugin will not work.
46
- There is also a premium version of the plugin <a href="http://bestwebsoft.com/plugin/contact-form-multi-pro/?k=34543c152eff369d529e9b4da85985a9">Contact Form Multi Pro</a>, compatible with Contact Form Pro (ability to select different extra settings for each contact form).
47
  * <a href="http://wordpress.org/plugins/email-queue/">Email Queue</a> - This plugin gives you an opportunity to organize a simple and effective mail queue. You can assign priorities to plugins that send mail. You can manage outgoing messages: trash them or delete completely. You can use searching, filtering and bulk operations with your mail. The plugin works with plugins produced by BestWebSoft team only.
48
 
49
  = Translation =
50
 
51
  * Afrikaans (af_ZA) (thanks to <a href="mailto:alducornelissen@gmail.com">Aldu</a>)
52
- * Belarusian (be_BY) (thanks to <a href="mailto:nullbsd@gmail.com">Sakałoŭ Alaksiej</a>)
53
- * European Portuguese (pt_PT) (thanks to <a href="mailto:cesarbsilva@gmail.com">César Silva</a>, www.clubetelemoveis.com )
54
  * Brazilian Portuguese (pt_BR) (thanks to <a href="mailto:brenojac@gmail.com">Breno Jacinto</a>, www.iconis.org.br, <a href="mailto:wordpress@djio.com.br">DJIO</a>, www.djio.com.br)
55
  * Catalan (ca) (thanks to <a href="mailto:kenneth@snollocer.net">Kenneth</a>)
56
  * Chinese (zh_CN) (thanks to <a href="mailto:kplam@qq.com">kplam</a>)
57
- * Dutch (nl_NL) (thanks to <a href="mailto:ronald@hostingu.nl">HostingU, Ronald Verheul</a>, Jan Boeijink, <a href="mailto:info@katchy.nl">Dorine Kat-Stronck</a>)
58
  * Estonian (et) (thanks to <a href="mailto:feliks@veebimeister.com">Feliks</a>, www.veebimeister.com)
59
- * Finnish (fi) (thanks to <a href="mailto:mikrotuki@sisuaxles.com">Mikrotuki</a>)
60
  * French (fr_FR) (thanks to Alain Thomas and Vincent Cibelli and Capronnier Luc)
61
  * German (de_DE) (thanks to <a href="mailto:private18@web.de">Alex</a>)
62
- * Hungarian (hu_HU) (thanks to <a href="mailto:karcsi1978@gmail.com">Karoly Kovacs</a>)
63
- * Italian (it_IT) (thanks to Gianluca Di Carlo, <a href="mailto:marco@blackstudio.it">Marco</a>)
64
  * Japanese (ja) (thanks to Foken)
 
65
  * Russian (ru_RU)
66
- * Serbian (sr_RS) (thanks to Georgijevic Team, www.georgijevic.info)
67
  * Slovak (sk_SK) (thanks to <a href="mailto:michal.vittek@wp.sk">Michal Vittek</a>, www.wp.sk)
68
  * Spanish (es_ES) (thanks to Javitopo)
69
  * Swedish (sv_SE) (thanks to Martin Tonek, <a href="mailto:joakim@limewoodmedia.com">Joakim Lindskog</a>, <a href="mailto:maarten@vandendriest.com">Maarten van den Driest</a> - www.crossanddot.nl)
70
- * Turkish (tr) (thanks to Can Atasever, www.candanblog.com)
71
  * Ukrainian (uk)
72
  * Vietnamese (vi) (thanks to <a href="mailto:bizover@gmail.com">Dich Anh Viet</a>, www.bizover.net)
73
 
@@ -157,6 +151,11 @@ Please make sure that the problem hasn't been discussed yet on our forum (<a hre
157
 
158
  == Changelog ==
159
 
 
 
 
 
 
160
  = V3.83 - 02.09.2014 =
161
  * Update : The Slovak language file is updated.
162
 
@@ -526,6 +525,9 @@ Please make sure that the problem hasn't been discussed yet on our forum (<a hre
526
 
527
  == Upgrade Notice ==
528
 
 
 
 
529
  = V3.83 =
530
  The Slovak language file is updated.
531
 
4
  Tags: attachment, contact, contatc, conact, cnotact, contact button, contact form, contact form plugin, contact me, contacts, contacts form plugin, copy, feedback, feedback form, form, insert the shortcode, post feedback, request, send, send copy, send messages, shortcode, text, web-page feedback
5
  Requires at least: 3.1
6
  Tested up to: 4.0
7
+ Stable tag: 3.84
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
23
 
24
  <a href="http://support.bestwebsoft.com" target="_blank">Support</a>
25
 
26
+ <a href="http://bestwebsoft.com/products/contact-form/?k=4028655c87316c98ae9ac7ca1928067f" target="_blank">Upgrade to Pro Version</a>
27
 
28
  = Features =
29
 
37
  The author of the Contact Form also recommends the following plugins:
38
 
39
  * <a href="http://wordpress.org/plugins/captcha/">Captcha</a> - The Captcha plugin allows you to implement a super security captcha form into web forms. It protects your website from spam by means of math logic, easily understood by human beings. This captcha can be used for login, registration, password recovery, comments forms.
40
+ There is also a premium version of the plugin - <a href="http://bestwebsoft.com/products/captcha/?k=45dcf2a5ccd70a7fc8606f8030730ac7">Captcha Pro</a>, allowing compatibility with BuddyPress (Registration form, Comments form, "Create a Group" form) and Contact Form 7.
41
  * <a href="http://wordpress.org/plugins/updater/">Updater</a> - This plugin updates WordPress core and the plugins to the recent versions. You can also use the auto mode or manual mode for updating and set email notifications.
42
+ There is also a premium version of the plugin <a href="http://bestwebsoft.com/products/updater/?k=982fae837f4c6e3b152183537448dbca">Updater Pro</a> with more useful features available. It can make backup of all your files and database before updating. Also it can forbid some plugins or WordPress Core update.
43
  * <a href="http://wordpress.org/plugins/contact-form-to-db/">Contact Form To DB</a> - This plugin is an exclusive add-on for the Contact Form plugin by BestWebSoft. The plugin provides a unique opportunity to manage messages sent from your site via the contact form. Please pay attention, that this plugin is an add-on ONLY for Contact Form plugin by BestWebSoft, that's why it will not work with any other contact form plugins.
44
+ There is also a premium version of the plugin <a href="http://bestwebsoft.com/products/contact-form-to-db/?k=d7d962591b5be0ce6c27af778b1b36ee">Contact Form To DB Pro</a>, allowing to re-send and preiodically delete messages, manage attachments and get detailed support and answers to your questions.
45
  * <a href="http://wordpress.org/plugins/contact-form-multi/">Contact Form Multi</a> - This plugin makes it possible to create and implement multiple contact forms on your site. It is also possible to set different parameters for different contact forms. Please note that this plugin is an exclusive add-on ONLY for Contact Form plugin by BestWebSoft and it will not work wothout it. Please make sure you've enabled Javascript, otherwise the plugin will not work.
46
+ There is also a premium version of the plugin <a href="http://bestwebsoft.com/products/contact-form-multi/?k=34543c152eff369d529e9b4da85985a9">Contact Form Multi Pro</a>, compatible with Contact Form Pro (ability to select different extra settings for each contact form).
47
  * <a href="http://wordpress.org/plugins/email-queue/">Email Queue</a> - This plugin gives you an opportunity to organize a simple and effective mail queue. You can assign priorities to plugins that send mail. You can manage outgoing messages: trash them or delete completely. You can use searching, filtering and bulk operations with your mail. The plugin works with plugins produced by BestWebSoft team only.
48
 
49
  = Translation =
50
 
51
  * Afrikaans (af_ZA) (thanks to <a href="mailto:alducornelissen@gmail.com">Aldu</a>)
 
 
52
  * Brazilian Portuguese (pt_BR) (thanks to <a href="mailto:brenojac@gmail.com">Breno Jacinto</a>, www.iconis.org.br, <a href="mailto:wordpress@djio.com.br">DJIO</a>, www.djio.com.br)
53
  * Catalan (ca) (thanks to <a href="mailto:kenneth@snollocer.net">Kenneth</a>)
54
  * Chinese (zh_CN) (thanks to <a href="mailto:kplam@qq.com">kplam</a>)
 
55
  * Estonian (et) (thanks to <a href="mailto:feliks@veebimeister.com">Feliks</a>, www.veebimeister.com)
 
56
  * French (fr_FR) (thanks to Alain Thomas and Vincent Cibelli and Capronnier Luc)
57
  * German (de_DE) (thanks to <a href="mailto:private18@web.de">Alex</a>)
 
 
58
  * Japanese (ja) (thanks to Foken)
59
+ * Norwegian (nb_NO) (thanks to <a href="mailto:bestwebsoftcontact@nordsoft.no">Per Rommetveit</a>)
60
  * Russian (ru_RU)
 
61
  * Slovak (sk_SK) (thanks to <a href="mailto:michal.vittek@wp.sk">Michal Vittek</a>, www.wp.sk)
62
  * Spanish (es_ES) (thanks to Javitopo)
63
  * Swedish (sv_SE) (thanks to Martin Tonek, <a href="mailto:joakim@limewoodmedia.com">Joakim Lindskog</a>, <a href="mailto:maarten@vandendriest.com">Maarten van den Driest</a> - www.crossanddot.nl)
64
+ * Turkish (tr) (thanks to Can Atasever, www.canatasever.com)
65
  * Ukrainian (uk)
66
  * Vietnamese (vi) (thanks to <a href="mailto:bizover@gmail.com">Dich Anh Viet</a>, www.bizover.net)
67
 
151
 
152
  == Changelog ==
153
 
154
+ = V3.84 - 21.10.2014 =
155
+ * Update : The Norwegian and Russian language files are updated.
156
+ * Bugfix : We fixed the bug with saving 'The $_SERVER variable that is used to build a URL of the form'.
157
+ * Bugfix : We fixed the bug with network activation.
158
+
159
  = V3.83 - 02.09.2014 =
160
  * Update : The Slovak language file is updated.
161
 
525
 
526
  == Upgrade Notice ==
527
 
528
+ = V3.84 =
529
+ The Norwegian and Russian language files are updated. We fixed the bug with saving 'The $_SERVER variable that is used to build a URL of the form'. We fixed the bug with network activation.
530
+
531
  = V3.83 =
532
  The Slovak language file is updated.
533