Facebook Button by BestWebSoft - Version 2.36

Version Description

  • 05.01.2015 =
  • NEW : Ability to "Like" an entire site, with this "Like" displayed on each page.
  • Update : We updated all functionality for wordpress 4.1.
Download this release

Release Info

Developer bestwebsoft
Plugin Icon 128x128 Facebook Button by BestWebSoft
Version 2.36
Comparing to
See all releases

Code changes from version 2.35 to 2.36

bws_menu/bws_menu.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Function for displaying BestWebSoft menu
4
- * Version: 1.3.9
5
  */
6
 
7
  if ( ! function_exists( 'bws_add_menu_render' ) ) {
@@ -12,6 +12,11 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
12
 
13
  if ( ! function_exists( 'is_plugin_active_for_network' ) )
14
  require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
 
 
 
 
 
15
 
16
  $bws_plugins = array(
17
  'captcha/captcha.php' => array(
@@ -19,7 +24,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
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,
@@ -30,7 +35,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
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,
@@ -41,7 +46,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
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,
@@ -52,7 +57,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
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,
@@ -63,7 +68,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
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(
@@ -71,7 +76,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
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,
@@ -82,7 +87,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
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(
@@ -90,7 +95,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
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(
@@ -98,7 +103,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
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(
@@ -106,7 +111,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
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,
@@ -117,7 +122,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
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,
@@ -128,7 +133,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
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(
@@ -136,7 +141,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
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,
@@ -147,7 +152,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
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(
@@ -155,7 +160,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
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,
@@ -166,7 +171,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
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,
@@ -177,7 +182,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
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(
@@ -185,7 +190,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
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(
@@ -193,7 +198,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
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(
@@ -201,7 +206,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
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(
@@ -209,7 +214,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
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(
@@ -217,7 +222,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
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,
@@ -228,7 +233,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
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(
@@ -236,7 +241,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
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,
@@ -247,7 +252,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
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,
@@ -258,7 +263,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
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(
@@ -274,7 +279,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
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,
@@ -285,7 +290,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
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(
@@ -293,7 +298,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
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,
@@ -304,7 +309,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
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
  'multilanguage/multilanguage.php' => array(
@@ -312,7 +317,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
312
  'description' => 'Allows to create content on a Wordpress site in different languages.',
313
  'link' => 'http://bestwebsoft.com/products/multilanguage/?k=7d68c7bfec2486dc350c67fff57ad433&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
314
  'download' => 'http://bestwebsoft.com/products/multilanguage/download/?k=7d68c7bfec2486dc350c67fff57ad433&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
315
- 'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=Multilanguage+BestWebSoft&plugin-search-input=Search+Plugins',
316
  'settings' => 'admin.php?page=mltlngg_settings'
317
  )
318
  );
@@ -331,6 +336,8 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
331
  foreach ( $all_plugins as $key_plugin => $value_plugin ) {
332
  if ( isset( $value_plugin['Author'] ) && $value_plugin['Author'] != "BestWebSoft" )
333
  unset( $all_plugins[ $key_plugin ] );
 
 
334
  else {
335
  foreach ( $bws_plugins as $key => $value ) {
336
  if ( isset( $value['pro_version'] ) && $value['pro_version'] == $key_plugin ) {
@@ -392,7 +399,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
392
  __( 'PHP IPTC support', 'bestwebsoft' ) => $iptcparse,
393
  __( 'PHP XML support', 'bestwebsoft' ) => $xml_parser_create,
394
  __( 'Site URL', 'bestwebsoft' ) => get_option( 'siteurl' ),
395
- __( 'Home URL', 'bestwebsoft' ) => get_option( 'home' ),
396
  '$_SERVER[HTTP_HOST]' => $_SERVER['HTTP_HOST'],
397
  '$_SERVER[SERVER_NAME]' => $_SERVER['SERVER_NAME'],
398
  __( 'WordPress Version', 'bestwebsoft' ) => $wp_version,
@@ -428,7 +435,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
428
  $headers = 'MIME-Version: 1.0' . "\n";
429
  $headers .= 'Content-type: text/html; charset=utf-8' . "\n";
430
  $headers .= 'From: ' . get_option( 'admin_email' );
431
- $message_text = '<html><head><title>System Info From ' . $home_url . '</title></head><body>
432
  <h4>Environment</h4>
433
  <table>';
434
  foreach ( $system_info['system_info'] as $key => $value ) {
@@ -452,7 +459,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
452
  $message_text .= '</table>';
453
  }
454
  $message_text .= '</body></html>';
455
- $result = wp_mail( $email, 'System Info From ' . $home_url, $message_text, $headers );
456
  if ( $result != true )
457
  $error = __( "Sorry, email message could not be delivered.", 'bestwebsoft' );
458
  }
@@ -462,8 +469,8 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
462
  <h2>
463
  <span class="bws_main title">BestWebSoft</span>
464
  <ul class="subsubsub bws_title_menu">
465
- <li><a href="http://support.bestwebsoft.com/home" target="_blank"><?php _e( 'Need help?', 'bestwebsoft' ); ?></a></li> |
466
- <li><a href="http://bestwebsoft.com/wp-login.php" target="_blank"><?php _e( 'Client area', 'bestwebsoft' ); ?></a></li>
467
  <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>
468
  </ul>
469
  <div class="clear"></div>
1
  <?php
2
  /*
3
  * Function for displaying BestWebSoft menu
4
+ * Version: 1.4.0
5
  */
6
 
7
  if ( ! function_exists( 'bws_add_menu_render' ) ) {
12
 
13
  if ( ! function_exists( 'is_plugin_active_for_network' ) )
14
  require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
15
+
16
+ if ( function_exists( 'is_multisite' ) )
17
+ $admin_url = ( ! is_multisite() ) ? admin_url( '/' ) : network_admin_url( '/' );
18
+ else
19
+ $admin_url = admin_url( '/' );
20
 
21
  $bws_plugins = array(
22
  'captcha/captcha.php' => array(
24
  'description' => 'Plugin intended to prove that the visitor is a human being and not a spam robot.',
25
  'link' => 'http://bestwebsoft.com/products/captcha/?k=d678516c0990e781edfb6a6c874f0b8a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
26
  'download' => 'http://bestwebsoft.com/products/captcha/download/?k=d678516c0990e781edfb6a6c874f0b8a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
27
+ 'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Captcha+bestwebsoft&plugin-search-input=Search+Plugins',
28
  'settings' => 'admin.php?page=captcha.php',
29
  'pro_version' => 'captcha-pro/captcha_pro.php',
30
  'purchase' => 'http://bestwebsoft.com/products/captcha/buy/?k=ff7d65e55e5e7f98f219be9ed711094e&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
35
  'description' => 'Add Contact Form to your WordPress website.',
36
  'link' => 'http://bestwebsoft.com/products/contact-form/?k=012327ef413e5b527883e031d43b088b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
37
  'download' => 'http://bestwebsoft.com/products/contact-form/download/?k=012327ef413e5b527883e031d43b088b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
38
+ 'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Contact+Form+bestwebsoft&plugin-search-input=Search+Plugins',
39
  'settings' => 'admin.php?page=contact_form.php',
40
  'pro_version' => 'contact-form-pro/contact_form_pro.php',
41
  'purchase' => 'http://bestwebsoft.com/products/contact-form/buy/?k=773dc97bb3551975db0e32edca1a6d71&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
46
  'description' => 'Allows you to add the Follow and Like buttons the easiest way.',
47
  'link' => 'http://bestwebsoft.com/products/facebook-like-button/?k=05ec4f12327f55848335802581467d55&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
48
  '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,
49
+ 'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Facebook+Like+Button+Plugin+bestwebsoft&plugin-search-input=Search+Plugins',
50
  'settings' => 'admin.php?page=facebook-button-plugin.php',
51
  'pro_version' => 'facebook-button-pro/facebook-button-pro.php',
52
  '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,
57
  'description' => 'Allows you to add the Twitter "Follow" and "Like" buttons the easiest way.',
58
  'link' => 'http://bestwebsoft.com/products/twitter/?k=f8cb514e25bd7ec4974d64435c5eb333&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
59
  'download' => 'http://bestwebsoft.com/products/twitter/download/?k=f8cb514e25bd7ec4974d64435c5eb333&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
60
+ 'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Twitter+Plugin+bestwebsoft&plugin-search-input=Search+Plugins',
61
  'settings' => 'admin.php?page=twitter.php',
62
  'pro_version' => 'twitter-pro/twitter-pro.php',
63
  'purchase' => 'http://bestwebsoft.com/products/twitter/buy/?k=63ecbf0cc9cebf060b5a3c9362299700&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
68
  'description' => 'Allows you to create a page with the information about your past projects.',
69
  'link' => 'http://bestwebsoft.com/products/portfolio/?k=1249a890c5b7bba6bda3f528a94f768b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
70
  'download' => 'http://bestwebsoft.com/products/portfolio/download/?k=1249a890c5b7bba6bda3f528a94f768b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
71
+ 'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Portfolio+bestwebsoft&plugin-search-input=Search+Plugins',
72
  'settings' => 'admin.php?page=portfolio.php'
73
  ),
74
  'gallery-plugin/gallery-plugin.php' => array(
76
  'description' => 'Allows you to implement a Gallery page into your website.',
77
  'link' => 'http://bestwebsoft.com/products/gallery/?k=2da21c0a64eec7ebf16337fa134c5f78&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
78
  'download' => 'http://bestwebsoft.com/products/gallery/download/?k=2da21c0a64eec7ebf16337fa134c5f78&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
79
+ 'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Gallery+Plugin+bestwebsoft&plugin-search-input=Search+Plugins',
80
  'settings' => 'admin.php?page=gallery-plugin.php',
81
  'pro_version' => 'gallery-plugin-pro/gallery-plugin-pro.php',
82
  'purchase' => 'http://bestwebsoft.com/products/gallery/buy/?k=382e5ce7c96a6391f5ffa5e116b37fe0&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
87
  'description' => 'Allows Google AdSense implementation to your website.',
88
  'link' => 'http://bestwebsoft.com/products/google-adsense/?k=60e3979921e354feb0347e88e7d7b73d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
89
  'download' => 'http://bestwebsoft.com/products/google-adsense/download/?k=60e3979921e354feb0347e88e7d7b73d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
90
+ 'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Adsense+Plugin+bestwebsoft&plugin-search-input=Search+Plugins',
91
  'settings' => 'admin.php?page=adsense-plugin.php'
92
  ),
93
  'custom-search-plugin/custom-search-plugin.php'=> array(
95
  'description' => 'Allows to extend your website search functionality by adding a custom post type.',
96
  'link' => 'http://bestwebsoft.com/products/custom-search/?k=933be8f3a8b8719d95d1079d15443e29&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
97
  'download' => 'http://bestwebsoft.com/products/custom-search/download/?k=933be8f3a8b8719d95d1079d15443e29&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
98
+ 'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Custom+Search+plugin+bestwebsoft&plugin-search-input=Search+Plugins',
99
  'settings' => 'admin.php?page=custom_search.php'
100
  ),
101
  'quotes-and-tips/quotes-and-tips.php'=> array(
103
  'description' => 'Allows you to implement quotes & tips block into your web site.',
104
  'link' => 'http://bestwebsoft.com/products/quotes-and-tips/?k=5738a4e85a798c4a5162240c6515098d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
105
  '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,
106
+ 'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Quotes+and+Tips+bestwebsoft&plugin-search-input=Search+Plugins',
107
  'settings' => 'admin.php?page=quotes-and-tips.php'
108
  ),
109
  'google-sitemap-plugin/google-sitemap-plugin.php'=> array(
111
  'description' => 'Allows you to add sitemap file to Google Webmaster Tools.',
112
  'link' => 'http://bestwebsoft.com/products/google-sitemap/?k=5202b2f5ce2cf85daee5e5f79a51d806&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
113
  'download' => 'http://bestwebsoft.com/products/google-sitemap/download/?k=5202b2f5ce2cf85daee5e5f79a51d806&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
114
+ 'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Google+sitemap+plugin+bestwebsoft&plugin-search-input=Search+Plugins',
115
  'settings' => 'admin.php?page=google-sitemap-plugin.php',
116
  'pro_version' => 'google-sitemap-pro/google-sitemap-pro.php',
117
  'purchase' => 'http://bestwebsoft.com/products/google-sitemap/buy/?k=7ea384a5cc36cb4c22741caa20dcd56d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
122
  'description' => 'Allows you to update plugins and WP core.',
123
  'link' => 'http://bestwebsoft.com/products/updater/?k=66f3ecd4c1912009d395c4bb30f779d1&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
124
  'download' => 'http://bestwebsoft.com/products/updater/download/?k=66f3ecd4c1912009d395c4bb30f779d1&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
125
+ 'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=updater+bestwebsoft&plugin-search-input=Search+Plugins',
126
  'settings' => 'admin.php?page=updater-options',
127
  'pro_version' => 'updater-pro/updater_pro.php',
128
  'purchase' => 'http://bestwebsoft.com/products/updater/buy/?k=cf633acbefbdff78545347fe08a3aecb&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
133
  'description' => 'Allows you to add website search any existing custom fields.',
134
  'link' => 'http://bestwebsoft.com/products/custom-fields-search/?k=f3f8285bb069250c42c6ffac95ed3284&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
135
  '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,
136
+ 'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Custom+Fields+Search+bestwebsoft&plugin-search-input=Search+Plugins',
137
  'settings' => 'admin.php?page=custom_fields_search.php'
138
  ),
139
  'google-one/google-plus-one.php' => array(
141
  '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.',
142
  'link' => 'http://bestwebsoft.com/products/google-plus-one/?k=ce7a88837f0a857b3a2bb142f470853c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
143
  '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,
144
+ 'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Google+%2B1+bestwebsoft&plugin-search-input=Search+Plugins',
145
  'settings' => 'admin.php?page=google-plus-one.php',
146
  'pro_version' => 'google-one-pro/google-plus-one-pro.php',
147
  '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,
152
  'description' => 'Allows you to display related posts with similar words in category, tags, title or by adding special meta key for posts.',
153
  'link' => 'http://bestwebsoft.com/products/related-posts/?k=73fb737037f7141e66415ec259f7e426&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
154
  'download' => 'http://bestwebsoft.com/products/related-posts/download/?k=73fb737037f7141e66415ec259f7e426&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
155
+ 'wp_install' => $admin_url . 'plugin-install.php?tab=search&s=Related+Posts+Plugin+Bestwebsoft&plugin-search-input=Search+Plugins',
156
  'settings' => 'admin.php?page=related-posts-plugin.php'
157
  ),
158
  'contact-form-to-db/contact_form_to_db.php' => array(
160
  'description' => 'Allows you to manage the messages that have been sent from your site.',
161
  '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,
162
  '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,
163
+ 'wp_install' => $admin_url . 'plugin-install.php?tab=search&s=Contact+Form+to+DB+bestwebsoft&plugin-search-input=Search+Plugins',
164
  'settings' => 'admin.php?page=cntctfrmtdb_settings',
165
  'pro_version' => 'contact-form-to-db-pro/contact_form_to_db_pro.php',
166
  '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,
171
  'description' => 'Allows you to create PDF and Print page with adding appropriate buttons to the content.',
172
  'link' => 'http://bestwebsoft.com/products/pdf-print/?k=bfefdfb522a4c0ff0141daa3f271840c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
173
  'download' => 'http://bestwebsoft.com/products/pdf-print/download/?k=bfefdfb522a4c0ff0141daa3f271840c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
174
+ 'wp_install' => $admin_url . 'plugin-install.php?tab=search&s=PDF+Print+Bestwebsoft&plugin-search-input=Search+Plugins',
175
  'settings' => 'admin.php?page=pdf-print.php',
176
  'pro_version' => 'pdf-print-pro/pdf-print-pro.php',
177
  'purchase' => 'http://bestwebsoft.com/products/pdf-print/buy/?k=fd43a0e659ddc170a9060027cbfdcc3a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
182
  'description' => 'Makes it possible to place donation buttons of various payment systems on your web page.',
183
  'link' => 'http://bestwebsoft.com/products/donate/?k=a8b2e2a56914fb1765dd20297c26401b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
184
  'download' => 'http://bestwebsoft.com/products/donate/download/?k=a8b2e2a56914fb1765dd20297c26401b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
185
+ 'wp_install' => $admin_url . 'plugin-install.php?tab=search&s=Donate+Bestwebsoft&plugin-search-input=Search+Plugins',
186
  'settings' => 'admin.php?page=donate.php'
187
  ),
188
  'post-to-csv/post-to-csv.php' => array(
190
  'description' => 'The plugin allows to export posts of any types to a csv file.',
191
  'link' => 'http://bestwebsoft.com/products/post-to-csv/?k=653aa55518ae17409293a7a894268b8f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
192
  '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,
193
+ 'wp_install' => $admin_url . 'plugin-install.php?tab=search&s=Post+To+CSV+Bestwebsoft&plugin-search-input=Search+Plugins',
194
  'settings' => 'admin.php?page=post-to-csv.php'
195
  ),
196
  'google-shortlink/google-shortlink.php' => array(
198
  'description' => 'Allows you to get short links from goo.gl servise without leaving your site.',
199
  'link' => 'http://bestwebsoft.com/products/google-shortlink/?k=afcf3eaed021bbbbeea1090e16bc22db&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
200
  'download' => 'http://bestwebsoft.com/products/google-shortlink/download/?k=afcf3eaed021bbbbeea1090e16bc22db&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
201
+ 'wp_install' => $admin_url . 'plugin-install.php?tab=search&s=Google+Shortlink+Bestwebsoft&plugin-search-input=Search+Plugins',
202
  'settings' => 'admin.php?page=gglshrtlnk_options'
203
  ),
204
  'htaccess/htaccess.php' => array(
206
  'description' => 'Allows controlling access to your website using the directives Allow and Deny.',
207
  'link' => 'http://bestwebsoft.com/products/htaccess/?k=2b865fcd56a935d22c5c4f1bba52ed46&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
208
  'download' => 'http://bestwebsoft.com/products/htaccess/download/?k=2b865fcd56a935d22c5c4f1bba52ed46&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
209
+ 'wp_install' => $admin_url . 'plugin-install.php?tab=search&s=Htaccess+Bestwebsoft&plugin-search-input=Search+Plugins',
210
  'settings' => 'admin.php?page=htaccess.php'
211
  ),
212
  'google-captcha/google-captcha.php' => array(
214
  'description' => 'Plugin intended to prove that the visitor is a human being and not a spam robot.',
215
  'link' => 'http://bestwebsoft.com/products/google-captcha/?k=7b59fbe542acf950b29f3e020d5ad735&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
216
  'download' => 'http://bestwebsoft.com/products/google-captcha/download/?k=7b59fbe542acf950b29f3e020d5ad735&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
217
+ 'wp_install' => $admin_url . 'plugin-install.php?tab=search&s=Google+Captcha+Bestwebsoft&plugin-search-input=Search+Plugins',
218
  'settings' => 'admin.php?page=google-captcha.php'
219
  ),
220
  'sender/sender.php' => array(
222
  'description' => 'You can send mails to all users or to certain categories of users.',
223
  'link' => 'http://bestwebsoft.com/products/sender/?k=89c297d14ba85a8417a0f2fc05e089c7&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
224
  'download' => 'http://bestwebsoft.com/products/sender/download/?k=89c297d14ba85a8417a0f2fc05e089c7&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
225
+ 'wp_install' => $admin_url . 'plugin-install.php?tab=search&s=Sender+Bestwebsoft&plugin-search-input=Search+Plugins',
226
  'settings' => 'admin.php?page=sndr_settings',
227
  'pro_version' => 'sender-pro/sender-pro.php',
228
  'purchase' => 'http://bestwebsoft.com/products/sender/buy/?k=dc5d1a87bdc8aeab2de40ffb99b38054&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
233
  'description' => 'This plugin allows you to subscribe users for newsletters from your website.',
234
  'link' => 'http://bestwebsoft.com/products/subscriber/?k=a4ecc1b7800bae7329fbe8b4b04e9c88&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
235
  'download' => 'http://bestwebsoft.com/products/subscriber/download/?k=a4ecc1b7800bae7329fbe8b4b04e9c88&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
236
+ 'wp_install' => $admin_url . 'plugin-install.php?tab=search&s=Subscriber+Bestwebsoft&plugin-search-input=Search+Plugins',
237
  'settings' => 'admin.php?page=sbscrbr_settings_page'
238
  ),
239
  'contact-form-multi/contact-form-multi.php' => array(
241
  'description' => 'This plugin allows you to subscribe users for newsletters from your website.',
242
  'link' => 'http://bestwebsoft.com/products/contact-form-multi/?k=83cdd9e72a9f4061122ad28a67293c72&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
243
  '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,
244
+ 'wp_install' => $admin_url . 'plugin-install.php?tab=search&s=Contact+Form+Multi+Bestwebsoft&plugin-search-input=Search+Plugins',
245
  'settings' => '',
246
  'pro_version' => 'contact-form-multi-pro/contact-form-multi-pro.php',
247
  '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,
252
  'description' => 'Easy to set up and insert Google Maps to your website.',
253
  'link' => 'http://bestwebsoft.com/products/bws-google-maps/?k=d8fac412d7359ebaa4ff53b46572f9f7&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
254
  '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,
255
+ 'wp_install' => $admin_url . 'plugin-install.php?tab=search&s=BestWebSoft+Google+Maps&plugin-search-input=Search+Plugins',
256
  'settings' => 'admin.php?page=bws-google-maps.php',
257
  'pro_version' => 'bws-google-maps-pro/bws-google-maps-pro.php',
258
  '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,
263
  'description' => 'Allows you to retrieve basic stats from Google Analytics account and add the tracking code to your blog.',
264
  'link' => 'http://bestwebsoft.com/products/bws-google-analytics/?k=261c74cad753fb279cdf5a5db63fbd43&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
265
  '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,
266
+ 'wp_install' => $admin_url . 'plugin-install.php?tab=search&s=BestWebSoft+Google+Analytics&plugin-search-input=Search+Plugins',
267
  'settings' => 'admin.php?page=bws-google-analytics.php'
268
  ),
269
  'db-manager/db-manager.php' => array(
279
  'description' => 'Allows to change wordpress user role capabilities.',
280
  'link' => 'http://bestwebsoft.com/products/user-role/?k=dfe2244835c6fbf601523964b3f34ccc&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
281
  'download' => 'http://bestwebsoft.com/products/user-role/download/?k=dfe2244835c6fbf601523964b3f34ccc&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
282
+ 'wp_install' => $admin_url . 'plugin-install.php?tab=search&s=User+Role+BestWebSoft&plugin-search-input=Search+Plugins',
283
  'settings' => 'admin.php?page=user-role.php',
284
  'pro_version' => 'user-role-pro/user-role-pro.php',
285
  'purchase' => 'http://bestwebsoft.com/products/user-role/buy/?k=cfa9cea6613fb3d7c0a3622fa2faaf46&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
290
  'description' => 'Allows to manage email massages sent by BestWebSoft plugins.',
291
  'link' => 'http://bestwebsoft.com/products/email-queue/?k=e345e1b6623f0dca119bc2d9433b130b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
292
  'download' => 'http://bestwebsoft.com/products/email-queue/download/?k=e345e1b6623f0dca119bc2d9433b130b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
293
+ 'wp_install' => $admin_url . 'plugin-install.php?tab=search&s=Email+Queue+BestWebSoft&plugin-search-input=Search+Plugins',
294
  'settings' => 'admin.php?page=mlq_settings'
295
  ),
296
  'limit-attempts/limit-attempts.php' => array(
298
  'description' => 'Allows you to limit rate of login attempts by the ip, and create whitelist and blacklist.',
299
  'link' => 'http://bestwebsoft.com/products/limit-attempts/?k=b14e1697ee4d008abcd4bd34d492573a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
300
  'download' => 'http://bestwebsoft.com/products/limit-attempts/download/?k=b14e1697ee4d008abcd4bd34d492573a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
301
+ 'wp_install' => $admin_url . 'plugin-install.php?tab=search&s=Limit+Attempts+BestWebSoft&plugin-search-input=Search+Plugins',
302
  'settings' => 'admin.php?page=limit-attempts.php',
303
  'pro_version' => 'limit-attempts-pro/limit-attempts-pro.php',
304
  'purchase' => 'http://bestwebsoft.com/products/limit-attempts/buy/?k=9d42cdf22c7fce2c4b6b447e6a2856e0&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
309
  'description' => 'Allows to create a job-board page on your site.',
310
  'link' => 'http://bestwebsoft.com/products/job-board/?k=b0c504c9ce6edd6692e04222af3fed6f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
311
  'download' => 'http://bestwebsoft.com/products/job-board/download/?k=b0c504c9ce6edd6692e04222af3fed6f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
312
+ 'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Job+board+BestWebSoft&plugin-search-input=Search+Plugins',
313
  'settings' => 'admin.php?page=job-board.php'
314
  ),
315
  'multilanguage/multilanguage.php' => array(
317
  'description' => 'Allows to create content on a Wordpress site in different languages.',
318
  'link' => 'http://bestwebsoft.com/products/multilanguage/?k=7d68c7bfec2486dc350c67fff57ad433&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
319
  'download' => 'http://bestwebsoft.com/products/multilanguage/download/?k=7d68c7bfec2486dc350c67fff57ad433&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
320
+ 'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Multilanguage+BestWebSoft&plugin-search-input=Search+Plugins',
321
  'settings' => 'admin.php?page=mltlngg_settings'
322
  )
323
  );
336
  foreach ( $all_plugins as $key_plugin => $value_plugin ) {
337
  if ( isset( $value_plugin['Author'] ) && $value_plugin['Author'] != "BestWebSoft" )
338
  unset( $all_plugins[ $key_plugin ] );
339
+ elseif ( '-plus.php' == substr( $key_plugin, -9, 9 ) )
340
+ unset( $all_plugins[ $key_plugin ] );
341
  else {
342
  foreach ( $bws_plugins as $key => $value ) {
343
  if ( isset( $value['pro_version'] ) && $value['pro_version'] == $key_plugin ) {
399
  __( 'PHP IPTC support', 'bestwebsoft' ) => $iptcparse,
400
  __( 'PHP XML support', 'bestwebsoft' ) => $xml_parser_create,
401
  __( 'Site URL', 'bestwebsoft' ) => get_option( 'siteurl' ),
402
+ __( 'Home URL', 'bestwebsoft' ) => home_url(),
403
  '$_SERVER[HTTP_HOST]' => $_SERVER['HTTP_HOST'],
404
  '$_SERVER[SERVER_NAME]' => $_SERVER['SERVER_NAME'],
405
  __( 'WordPress Version', 'bestwebsoft' ) => $wp_version,
435
  $headers = 'MIME-Version: 1.0' . "\n";
436
  $headers .= 'Content-type: text/html; charset=utf-8' . "\n";
437
  $headers .= 'From: ' . get_option( 'admin_email' );
438
+ $message_text = '<html><head><title>System Info From ' . home_url() . '</title></head><body>
439
  <h4>Environment</h4>
440
  <table>';
441
  foreach ( $system_info['system_info'] as $key => $value ) {
459
  $message_text .= '</table>';
460
  }
461
  $message_text .= '</body></html>';
462
+ $result = wp_mail( $email, 'System Info From ' . home_url(), $message_text, $headers );
463
  if ( $result != true )
464
  $error = __( "Sorry, email message could not be delivered.", 'bestwebsoft' );
465
  }
469
  <h2>
470
  <span class="bws_main title">BestWebSoft</span>
471
  <ul class="subsubsub bws_title_menu">
472
+ <li><a href="<?php echo esc_url( 'http://support.bestwebsoft.com/home' ); ?>" target="_blank"><?php _e( 'Need help?', 'bestwebsoft' ); ?></a></li> |
473
+ <li><a href="<?php echo esc_url( 'http://bestwebsoft.com/wp-login.php' ); ?>" target="_blank"><?php _e( 'Client area', 'bestwebsoft' ); ?></a></li>
474
  <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>
475
  </ul>
476
  <div class="clear"></div>
css/style.css CHANGED
@@ -12,6 +12,7 @@
12
  .fcbk_share {
13
  clear: both;
14
  height: 40px;
 
15
  }
16
  .fcbk_button {
17
  float: left;
@@ -20,6 +21,7 @@
20
  .fcbk_button a {
21
  height: 40px;
22
  display: block;
 
23
  }
24
  .fcbk_button a:hover {
25
  opacity: 0.9;
@@ -27,7 +29,6 @@
27
  .fcbk_like {
28
  float: left;
29
  position: relative;
30
- top: -3px;
31
  }
32
  .fb_edge_widget_with_comment span {
33
  width: 450px !important;
12
  .fcbk_share {
13
  clear: both;
14
  height: 40px;
15
+ line-height: 1;
16
  }
17
  .fcbk_button {
18
  float: left;
21
  .fcbk_button a {
22
  height: 40px;
23
  display: block;
24
+ border-bottom: 0px !important;
25
  }
26
  .fcbk_button a:hover {
27
  opacity: 0.9;
29
  .fcbk_like {
30
  float: left;
31
  position: relative;
 
32
  }
33
  .fb_edge_widget_with_comment span {
34
  width: 450px !important;
facebook-button-plugin.php CHANGED
@@ -4,12 +4,12 @@ Plugin Name: Facebook Button
4
  Plugin URI: http://bestwebsoft.com/products/
5
  Description: Put Facebook Button in to your post.
6
  Author: BestWebSoft
7
- Version: 2.35
8
  Author URI: http://bestwebsoft.com/
9
  License: GPLv2 or later
10
  */
11
 
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
@@ -33,19 +33,31 @@ if ( ! function_exists( 'fcbkbttn_add_pages' ) ) {
33
  $base = plugin_basename(__FILE__);
34
 
35
  if ( ! isset( $bstwbsftwppdtplgns_options ) ) {
36
- if ( ! get_option( 'bstwbsftwppdtplgns_options' ) )
37
- add_option( 'bstwbsftwppdtplgns_options', array(), '', 'yes' );
38
- $bstwbsftwppdtplgns_options = get_option( 'bstwbsftwppdtplgns_options' );
 
 
 
 
 
 
39
  }
40
 
41
  if ( isset( $bstwbsftwppdtplgns_options['bws_menu_version'] ) ) {
42
  $bstwbsftwppdtplgns_options['bws_menu']['version'][ $base ] = $bws_menu_version;
43
  unset( $bstwbsftwppdtplgns_options['bws_menu_version'] );
44
- update_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options, '', 'yes' );
 
 
 
45
  require_once( dirname( __FILE__ ) . '/bws_menu/bws_menu.php' );
46
  } else if ( ! isset( $bstwbsftwppdtplgns_options['bws_menu']['version'][ $base ] ) || $bstwbsftwppdtplgns_options['bws_menu']['version'][ $base ] < $bws_menu_version ) {
47
  $bstwbsftwppdtplgns_options['bws_menu']['version'][ $base ] = $bws_menu_version;
48
- update_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options, '', 'yes' );
 
 
 
49
  require_once( dirname( __FILE__ ) . '/bws_menu/bws_menu.php' );
50
  } else if ( ! isset( $bstwbsftwppdtplgns_added_menu ) ) {
51
  $plugin_with_newer_menu = $base;
@@ -59,7 +71,7 @@ if ( ! function_exists( 'fcbkbttn_add_pages' ) ) {
59
  if ( file_exists( ABSPATH . $wp_content_dir . '/plugins/' . $plugin_with_newer_menu[0] . '/bws_menu/bws_menu.php' ) )
60
  require_once( ABSPATH . $wp_content_dir . '/plugins/' . $plugin_with_newer_menu[0] . '/bws_menu/bws_menu.php' );
61
  else
62
- require_once( dirname( __FILE__ ) . '/bws_menu/bws_menu.php' );
63
  $bstwbsftwppdtplgns_added_menu = true;
64
  }
65
 
@@ -188,6 +200,9 @@ if ( ! function_exists( 'fcbkbttn_settings_page' ) ) {
188
  /* Takes all the changed settings on the plugin's admin page and saves them in array 'fcbk_bttn_plgn_options'. */
189
  if ( isset( $_REQUEST['fcbkbttn_where'] ) && isset( $_REQUEST['fcbkbttn_link'] ) && isset( $_REQUEST['fcbkbttn_display_option'] ) ) {
190
  $fcbkbttn_options['link'] = stripslashes( esc_html( $_REQUEST['fcbkbttn_link'] ) );
 
 
 
191
  $fcbkbttn_options['where'] = $_REQUEST['fcbkbttn_where'];
192
  $fcbkbttn_options['display_option'] = $_REQUEST['fcbkbttn_display_option'];
193
  if ( 'standard' == $fcbkbttn_options['display_option'] ) {
@@ -261,14 +276,12 @@ if ( ! function_exists( 'fcbkbttn_settings_page' ) ) {
261
  }
262
  /* GO PRO */
263
  if ( isset( $_GET['action'] ) && 'go_pro' == $_GET['action'] ) {
 
264
 
265
- $bws_license_key = ( isset( $_POST['bws_license_key'] ) ) ? stripslashes( esc_html( trim( $_POST['bws_license_key'] ) ) ) : "";
266
- $bstwbsftwppdtplgns_options_defaults = array();
267
- if ( !get_option( 'bstwbsftwppdtplgns_options' ) )
268
- add_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options_defaults, '', 'yes' );
269
- $bstwbsftwppdtplgns_options = get_option( 'bstwbsftwppdtplgns_options' );
270
 
271
- if ( isset( $_POST['bws_license_submit'] ) && check_admin_referer( plugin_basename( __FILE__ ), 'bws_license_nonce_name' ) ) {
 
272
  if ( '' != $bws_license_key ) {
273
  if ( strlen( $bws_license_key ) != 18 ) {
274
  $error = __( "Wrong license key", 'facebook' );
@@ -366,7 +379,10 @@ if ( ! function_exists( 'fcbkbttn_settings_page' ) ) {
366
  $pro_plugin_is_activated = true;
367
  }
368
  }
369
- update_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options, '', 'yes' );
 
 
 
370
  }
371
  } else {
372
  $error = __( "Please, enter Your license key", 'facebook' );
@@ -393,7 +409,7 @@ if ( ! function_exists( 'fcbkbttn_settings_page' ) ) {
393
  <form name="form1" method="post" action="admin.php?page=facebook-button-plugin.php" enctype="multipart/form-data" id="fcbkbttn_settings_form">
394
  <table class="form-table">
395
  <tr valign="top">
396
- <th scope="row"><?php _e( "Your Facebook ID:", 'facebook' ); ?></th>
397
  <td>
398
  <input name='fcbkbttn_link' type='text' value='<?php echo $fcbkbttn_options['link']; ?>' />
399
  </td>
@@ -434,8 +450,6 @@ if ( ! function_exists( 'fcbkbttn_settings_page' ) ) {
434
  <?php _e( "Facebook image:", 'facebook' ); ?>
435
  </th>
436
  <td>
437
- <!-- <input type="hidden" name="MAX_FILE_SIZE" value="64000"/>
438
- <input type="hidden" name="home" value="<?php echo ABSPATH ; ?>"/> -->
439
  <input name="uploadfile" type="file" /><br />
440
  <span style="color: rgb(136, 136, 136); font-size: 10px;"><?php _e( 'Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:"jpg", "jpeg", "png".', 'facebook' ); ?></span>
441
  </td>
@@ -479,6 +493,27 @@ if ( ! function_exists( 'fcbkbttn_settings_page' ) ) {
479
  </td>
480
  </tr>
481
  </table>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
482
  <input type="hidden" name="fcbkbttn_form_submit" value="submit" />
483
  <p class="submit">
484
  <input type="submit" class="button-primary" value="<?php _e( 'Save Changes', 'facebook' ); ?>" />
4
  Plugin URI: http://bestwebsoft.com/products/
5
  Description: Put Facebook Button in to your post.
6
  Author: BestWebSoft
7
+ Version: 2.36
8
  Author URI: http://bestwebsoft.com/
9
  License: GPLv2 or later
10
  */
11
 
12
+ /* Copyright 2015 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
33
  $base = plugin_basename(__FILE__);
34
 
35
  if ( ! isset( $bstwbsftwppdtplgns_options ) ) {
36
+ if ( is_multisite() ) {
37
+ if ( ! get_site_option( 'bstwbsftwppdtplgns_options' ) )
38
+ add_site_option( 'bstwbsftwppdtplgns_options', array(), '', 'yes' );
39
+ $bstwbsftwppdtplgns_options = get_site_option( 'bstwbsftwppdtplgns_options' );
40
+ } else {
41
+ if ( ! get_option( 'bstwbsftwppdtplgns_options' ) )
42
+ add_option( 'bstwbsftwppdtplgns_options', array(), '', 'yes' );
43
+ $bstwbsftwppdtplgns_options = get_option( 'bstwbsftwppdtplgns_options' );
44
+ }
45
  }
46
 
47
  if ( isset( $bstwbsftwppdtplgns_options['bws_menu_version'] ) ) {
48
  $bstwbsftwppdtplgns_options['bws_menu']['version'][ $base ] = $bws_menu_version;
49
  unset( $bstwbsftwppdtplgns_options['bws_menu_version'] );
50
+ if ( is_multisite() )
51
+ update_site_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options, '', 'yes' );
52
+ else
53
+ update_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options, '', 'yes' );
54
  require_once( dirname( __FILE__ ) . '/bws_menu/bws_menu.php' );
55
  } else if ( ! isset( $bstwbsftwppdtplgns_options['bws_menu']['version'][ $base ] ) || $bstwbsftwppdtplgns_options['bws_menu']['version'][ $base ] < $bws_menu_version ) {
56
  $bstwbsftwppdtplgns_options['bws_menu']['version'][ $base ] = $bws_menu_version;
57
+ if ( is_multisite() )
58
+ update_site_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options, '', 'yes' );
59
+ else
60
+ update_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options, '', 'yes' );
61
  require_once( dirname( __FILE__ ) . '/bws_menu/bws_menu.php' );
62
  } else if ( ! isset( $bstwbsftwppdtplgns_added_menu ) ) {
63
  $plugin_with_newer_menu = $base;
71
  if ( file_exists( ABSPATH . $wp_content_dir . '/plugins/' . $plugin_with_newer_menu[0] . '/bws_menu/bws_menu.php' ) )
72
  require_once( ABSPATH . $wp_content_dir . '/plugins/' . $plugin_with_newer_menu[0] . '/bws_menu/bws_menu.php' );
73
  else
74
+ require_once( dirname( __FILE__ ) . '/bws_menu/bws_menu.php' );
75
  $bstwbsftwppdtplgns_added_menu = true;
76
  }
77
 
200
  /* Takes all the changed settings on the plugin's admin page and saves them in array 'fcbk_bttn_plgn_options'. */
201
  if ( isset( $_REQUEST['fcbkbttn_where'] ) && isset( $_REQUEST['fcbkbttn_link'] ) && isset( $_REQUEST['fcbkbttn_display_option'] ) ) {
202
  $fcbkbttn_options['link'] = stripslashes( esc_html( $_REQUEST['fcbkbttn_link'] ) );
203
+ $fcbkbttn_options['link'] = str_replace( 'https://www.facebook.com/profile.php?id=', '', $fcbkbttn_options['link'] );
204
+ $fcbkbttn_options['link'] = str_replace( 'https://www.facebook.com/', '', $fcbkbttn_options['link'] );
205
+
206
  $fcbkbttn_options['where'] = $_REQUEST['fcbkbttn_where'];
207
  $fcbkbttn_options['display_option'] = $_REQUEST['fcbkbttn_display_option'];
208
  if ( 'standard' == $fcbkbttn_options['display_option'] ) {
276
  }
277
  /* GO PRO */
278
  if ( isset( $_GET['action'] ) && 'go_pro' == $_GET['action'] ) {
279
+ global $bstwbsftwppdtplgns_options;
280
 
281
+ $bws_license_key = isset( $_POST['bws_license_key'] ) ? stripslashes( esc_html( trim( $_POST['bws_license_key'] ) ) ) : '';
 
 
 
 
282
 
283
+ if ( isset( $_POST['bws_license_submit'] ) && check_admin_referer( plugin_basename( __FILE__ ), 'bws_license_nonce_name' ) ) {
284
+
285
  if ( '' != $bws_license_key ) {
286
  if ( strlen( $bws_license_key ) != 18 ) {
287
  $error = __( "Wrong license key", 'facebook' );
379
  $pro_plugin_is_activated = true;
380
  }
381
  }
382
+ if ( is_multisite() )
383
+ update_site_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options, '', 'yes' );
384
+ else
385
+ update_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options, '', 'yes' );
386
  }
387
  } else {
388
  $error = __( "Please, enter Your license key", 'facebook' );
409
  <form name="form1" method="post" action="admin.php?page=facebook-button-plugin.php" enctype="multipart/form-data" id="fcbkbttn_settings_form">
410
  <table class="form-table">
411
  <tr valign="top">
412
+ <th scope="row"><?php _e( "Your Facebook ID or username:", 'facebook' ); ?></th>
413
  <td>
414
  <input name='fcbkbttn_link' type='text' value='<?php echo $fcbkbttn_options['link']; ?>' />
415
  </td>
450
  <?php _e( "Facebook image:", 'facebook' ); ?>
451
  </th>
452
  <td>
 
 
453
  <input name="uploadfile" type="file" /><br />
454
  <span style="color: rgb(136, 136, 136); font-size: 10px;"><?php _e( 'Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:"jpg", "jpeg", "png".', 'facebook' ); ?></span>
455
  </td>
493
  </td>
494
  </tr>
495
  </table>
496
+ <div class="bws_pro_version_bloc">
497
+ <div class="bws_pro_version_table_bloc">
498
+ <div class="bws_table_bg"></div>
499
+ <table class="form-table bws_pro_version">
500
+ <tr valign="top">
501
+ <th><?php _e( '"Like" for an entire site on every page:', 'facebook' ); ?></th>
502
+ <td><input disabled="disabled" name='fcbkbttnpr_entire_site_like' type='checkbox' value='1' /></td>
503
+ </tr>
504
+ </table>
505
+ </div>
506
+ <div class="bws_pro_version_tooltip">
507
+ <div class="bws_info">
508
+ <?php _e( 'Unlock premium options by upgrading to a PRO version.', 'facebook' ); ?>
509
+ <a href="http://bestwebsoft.com/products/facebook-like-button/?k=427287ceae749cbd015b4bba6041c4b8&pn=78&v=<?php echo $fcbkbttn_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>" target="_blank" title="Facebook Like Button Pro"><?php _e( 'Learn More', 'facebook' ); ?></a>
510
+ </div>
511
+ <a class="bws_button" href="http://bestwebsoft.com/products/facebook-like-button/buy/?k=427287ceae749cbd015b4bba6041c4b8&pn=78&v=<?php echo $fcbkbttn_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>" target="_blank" title="Facebook Like Button Pro">
512
+ <?php _e( 'Go', 'facebook' ); ?> <strong>PRO</strong>
513
+ </a>
514
+ <div class="clear"></div>
515
+ </div>
516
+ </div>
517
  <input type="hidden" name="fcbkbttn_form_submit" value="submit" />
518
  <p class="submit">
519
  <input type="submit" class="button-primary" value="<?php _e( 'Save Changes', 'facebook' ); ?>" />
languages/facebook-fr_FR.mo CHANGED
Binary file
languages/facebook-fr_FR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: facebook\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-08-06 17:01+0300\n"
6
- "PO-Revision-Date: 2014-08-06 17:01+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: http://wptheme.fr/\n"
9
  "Language: fr\n"
@@ -17,340 +17,322 @@ msgstr ""
17
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: facebook-button-plugin.php:73 facebook-button-plugin.php:407
 
21
  msgid "Facebook Button Settings"
22
  msgstr "Réglages du bouton Facebook"
23
 
24
- #: facebook-button-plugin.php:73
25
  msgid "Facebook Button"
26
  msgstr "Bouton Facebook"
27
 
28
- #: facebook-button-plugin.php:190
29
  msgid "requires"
30
  msgstr "Nécessite"
31
 
32
- #: facebook-button-plugin.php:190
33
- msgid ""
34
- "or higher, that is why it has been deactivated! Please upgrade WordPress and "
35
- "try again."
36
- msgstr ""
37
- "ou supérieur, c'est la raison pour la laquelle il a été desactivé. Veuillez "
38
- "mettre à jour votre Wordpress et essayer à nouveau "
39
 
40
- #: facebook-button-plugin.php:190
41
  msgid "Back to the WordPress"
42
  msgstr "Retour à Wordpress"
43
 
44
- #: facebook-button-plugin.php:190
45
  msgid "Plugins page"
46
  msgstr "Page Plugin"
47
 
48
- #: facebook-button-plugin.php:227
49
  msgid "Settings saved"
50
  msgstr "Réglages sauvegardés "
51
 
52
- #: facebook-button-plugin.php:255
53
  msgid "Error: File size > 32K"
54
  msgstr "Erreur : Poids du fichier > 32K"
55
 
56
- #: facebook-button-plugin.php:258
57
  msgid "Error: Invalid file type"
58
  msgstr "Erreur : Type de fichier invalide"
59
 
60
- #: facebook-button-plugin.php:264
61
  msgid "Upload successful."
62
  msgstr ""
63
 
64
- #: facebook-button-plugin.php:267
65
  msgid "Error: moving file failed"
66
  msgstr "Erreur : le déplacement du fichier a echoué"
67
 
68
- #: facebook-button-plugin.php:270
69
  msgid "Error: check image width or height"
70
  msgstr "Erreur : Vérifiez la taille et la largeur de l'image"
71
 
72
- #: facebook-button-plugin.php:274
73
  msgid "Uploading Error: check image properties"
74
  msgstr "Erreur d'upload : vérifiez les propriétés de l'image"
75
 
76
- #: facebook-button-plugin.php:298 facebook-button-plugin.php:337
 
77
  msgid "Wrong license key"
78
  msgstr ""
79
 
80
- #: facebook-button-plugin.php:330
81
- msgid ""
82
- "Something went wrong. Try again later. If the error will appear again, "
83
- "please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. "
84
- "We are sorry for inconvenience."
85
  msgstr ""
86
 
87
- #: facebook-button-plugin.php:339
88
  msgid "This license key is bind to another site"
89
  msgstr ""
90
 
91
- #: facebook-button-plugin.php:341
92
- msgid ""
93
- "Unfortunately, you have exceeded the number of available tries. Please, "
94
- "upload the plugin manually."
95
  msgstr ""
96
 
97
- #: facebook-button-plugin.php:359
98
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
99
  msgstr ""
100
 
101
- #: facebook-button-plugin.php:365
102
- msgid ""
103
- "Your server does not support either ZipArchive or Phar. Please, upload the "
104
- "plugin manually"
105
  msgstr ""
106
 
107
- #: facebook-button-plugin.php:369 facebook-button-plugin.php:378
 
108
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
109
  msgstr ""
110
 
111
- #: facebook-button-plugin.php:382
112
- msgid ""
113
- "Something went wrong. Try again later or upload the plugin manually. We are "
114
- "sorry for inconvienience."
115
  msgstr ""
116
 
117
- #: facebook-button-plugin.php:397
118
  msgid "Please, enter Your license key"
119
  msgstr ""
120
 
121
- #: facebook-button-plugin.php:409 facebook-button-plugin.php:778
122
- #: facebook-button-plugin.php:790
 
123
  msgid "Settings"
124
  msgstr "Réglages"
125
 
126
- #: facebook-button-plugin.php:410
127
  #, fuzzy
128
  msgid "Extra settings"
129
  msgstr "Réglages"
130
 
131
- #: facebook-button-plugin.php:411 facebook-button-plugin.php:791
 
132
  msgid "FAQ"
133
  msgstr "FAQ"
134
 
135
- #: facebook-button-plugin.php:412
136
  msgid "Go PRO"
137
  msgstr ""
138
 
139
- #: facebook-button-plugin.php:415
140
  msgid "Notice:"
141
  msgstr ""
142
 
143
- #: facebook-button-plugin.php:415
144
- msgid ""
145
- "The plugin's settings have been changed. In order to save them please don't "
146
- "forget to click the 'Save Changes' button."
147
  msgstr ""
148
 
149
- #: facebook-button-plugin.php:421
150
- msgid "Your Facebook ID:"
 
151
  msgstr "Votre identifiant Facebook"
152
 
153
- #: facebook-button-plugin.php:427
154
  msgid "Display button:"
155
  msgstr "Afficher le bouton"
156
 
157
- #: facebook-button-plugin.php:429
158
  msgid "My Page"
159
  msgstr "Ma page"
160
 
161
- #: facebook-button-plugin.php:430
162
  msgid "Like"
163
  msgstr "Like"
164
 
165
- #: facebook-button-plugin.php:431
166
  msgid "Share"
167
  msgstr ""
168
 
169
- #: facebook-button-plugin.php:436
170
  msgid "Choose display settings:"
171
  msgstr "Choisir les réglages d'affichage"
172
 
173
- #: facebook-button-plugin.php:441
174
  msgid "Standard Facebook image"
175
  msgstr "Image Facebook par défaut"
176
 
177
- #: facebook-button-plugin.php:442
178
  msgid "Custom Facebook image"
179
  msgstr "Image Facebook personnalisée"
180
 
181
- #: facebook-button-plugin.php:445
182
- msgid ""
183
- "To use custom image you need to setup permissions to upload directory of "
184
- "your site"
185
  msgstr ""
186
 
187
- #: facebook-button-plugin.php:451
188
  msgid "Current image:"
189
  msgstr "Image actuelle"
190
 
191
- #: facebook-button-plugin.php:459
192
  msgid "Facebook image:"
193
  msgstr "Image Facebook"
194
 
195
- #: facebook-button-plugin.php:465
196
- msgid ""
197
- "Image properties: max image width:100px; max image height:40px; max image "
198
- "size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
199
- msgstr ""
200
- "Propriétés de l'image : largeur max:100px; hauteur max: 40px; poids max : "
201
- "32kb; type d'image :\"jpg\", \"jpeg\", \"png\"."
202
 
203
- #: facebook-button-plugin.php:470
204
  msgid "Facebook Button Position:"
205
  msgstr "Position du bouton Facebook"
206
 
207
- #: facebook-button-plugin.php:474
208
  msgid "Before"
209
  msgstr "Avant"
210
 
211
- #: facebook-button-plugin.php:475
212
  msgid "After"
213
  msgstr "Après"
214
 
215
- #: facebook-button-plugin.php:476
216
  msgid "Before and After"
217
  msgstr "Avant et après"
218
 
219
- #: facebook-button-plugin.php:477
220
  msgid "Shortcode"
221
  msgstr "Shortcode"
222
 
223
- #: facebook-button-plugin.php:479
224
- msgid ""
225
- "If you would like to add a Facebook button to your website, just copy and "
226
- "paste this shortcode into your post or page:"
227
- msgstr ""
228
- "Si vous souhaitez ajouter un bouton Facebook sur votre site internet, copier-"
229
- "collez ce Shortcodedans votre page ou votre article"
230
 
231
- #: facebook-button-plugin.php:484
232
  msgid "Facebook Button language:"
233
  msgstr "Langue du bouton Facebook"
234
 
235
- #: facebook-button-plugin.php:495
236
  msgid "Change the language of Facebook Like Button"
237
  msgstr "Changer la langue du bouton Facebook"
238
 
239
- #: facebook-button-plugin.php:499
240
  msgid "Html tag for Like Button:"
241
  msgstr ""
242
 
243
- #: facebook-button-plugin.php:503
244
  msgid "Use this tag to improve validation of your site"
245
  msgstr ""
246
 
247
- #: facebook-button-plugin.php:509 facebook-button-plugin.php:548
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
248
  msgid "Save Changes"
249
  msgstr "Sauvegarder les changements"
250
 
251
- #: facebook-button-plugin.php:515
252
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
253
  msgstr ""
254
 
255
- #: facebook-button-plugin.php:516
256
  msgid "Rate the plugin"
257
  msgstr ""
258
 
259
- #: facebook-button-plugin.php:519
260
  msgid "If there is something wrong about it, please contact us"
261
  msgstr ""
262
 
263
- #: facebook-button-plugin.php:530
264
- msgid ""
265
- "Please choose the necessary post types (or single pages) where Facebook "
266
- "button will be displayed:"
267
  msgstr ""
268
 
269
- #: facebook-button-plugin.php:537
270
  msgid "Show URL for pages"
271
  msgstr ""
272
 
273
- #: facebook-button-plugin.php:543
274
  msgid "Example of the site's pages tree"
275
  msgstr ""
276
 
277
- #: facebook-button-plugin.php:543
278
  msgid "Example of site pages' tree"
279
  msgstr ""
280
 
281
- #: facebook-button-plugin.php:553
282
- msgid "If you upgrade to Pro version all your settings will be saved."
283
- msgstr ""
284
-
285
  #: facebook-button-plugin.php:560
286
- msgid "Unlock premium options by upgrading to a PRO version."
287
- msgstr ""
288
-
289
- #: facebook-button-plugin.php:561 facebook-button-plugin.php:869
290
- msgid "Learn More"
291
  msgstr ""
292
 
293
- #: facebook-button-plugin.php:564
294
- msgid "Go"
295
  msgstr ""
296
 
297
- #: facebook-button-plugin.php:576
298
- msgid ""
299
- "Congratulations! The PRO version of the plugin is successfully download and "
300
- "activated."
301
- msgstr ""
302
-
303
- #: facebook-button-plugin.php:578
304
  msgid "Please, go to"
305
  msgstr ""
306
 
307
- #: facebook-button-plugin.php:578
308
  #, fuzzy
309
  msgid "the setting page"
310
  msgstr "Réglages sauvegardés "
311
 
312
- #: facebook-button-plugin.php:579
313
  msgid "You will be redirected automatically in 5 seconds."
314
  msgstr ""
315
 
316
- #: facebook-button-plugin.php:584
317
  msgid "You can download and activate"
318
  msgstr ""
319
 
320
- #: facebook-button-plugin.php:586
321
  msgid "version of this plugin by entering Your license key."
322
  msgstr ""
323
 
324
- #: facebook-button-plugin.php:588
325
- msgid ""
326
- "You can find your license key on your personal page Client area, by clicking "
327
- "on the link"
328
  msgstr ""
329
 
330
- #: facebook-button-plugin.php:590
331
  msgid "(your username is the email you specify when purchasing the product)."
332
  msgstr ""
333
 
334
- #: facebook-button-plugin.php:598 facebook-button-plugin.php:608
 
335
  msgid "Go!"
336
  msgstr ""
337
 
338
- #: facebook-button-plugin.php:601
339
- msgid ""
340
- "Unfortunately, you have exceeded the number of available tries per day. "
341
- "Please, upload the plugin manually."
342
  msgstr ""
343
 
344
- #: facebook-button-plugin.php:792
345
  msgid "Support"
346
  msgstr "Support"
347
 
348
- #: facebook-button-plugin.php:872
349
- msgid ""
350
- "It's time to upgrade your <strong>Facebook Like Button</strong> to "
351
- "<strong>PRO</strong> version"
352
  msgstr ""
353
 
354
- #: facebook-button-plugin.php:873
355
  msgid "Extend standard plugin functionality with new great options"
356
  msgstr ""
 
2
  msgstr ""
3
  "Project-Id-Version: facebook\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-01-05 14:58+0300\n"
6
+ "PO-Revision-Date: 2015-01-05 14:58+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: http://wptheme.fr/\n"
9
  "Language: fr\n"
17
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
+ #: facebook-button-plugin.php:79
21
+ #: facebook-button-plugin.php:395
22
  msgid "Facebook Button Settings"
23
  msgstr "Réglages du bouton Facebook"
24
 
25
+ #: facebook-button-plugin.php:79
26
  msgid "Facebook Button"
27
  msgstr "Bouton Facebook"
28
 
29
+ #: facebook-button-plugin.php:185
30
  msgid "requires"
31
  msgstr "Nécessite"
32
 
33
+ #: facebook-button-plugin.php:185
34
+ msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
35
+ msgstr "ou supérieur, c'est la raison pour la laquelle il a été desactivé. Veuillez mettre à jour votre Wordpress et essayer à nouveau "
 
 
 
 
36
 
37
+ #: facebook-button-plugin.php:185
38
  msgid "Back to the WordPress"
39
  msgstr "Retour à Wordpress"
40
 
41
+ #: facebook-button-plugin.php:185
42
  msgid "Plugins page"
43
  msgstr "Page Plugin"
44
 
45
+ #: facebook-button-plugin.php:225
46
  msgid "Settings saved"
47
  msgstr "Réglages sauvegardés "
48
 
49
+ #: facebook-button-plugin.php:253
50
  msgid "Error: File size > 32K"
51
  msgstr "Erreur : Poids du fichier > 32K"
52
 
53
+ #: facebook-button-plugin.php:256
54
  msgid "Error: Invalid file type"
55
  msgstr "Erreur : Type de fichier invalide"
56
 
57
+ #: facebook-button-plugin.php:262
58
  msgid "Upload successful."
59
  msgstr ""
60
 
61
+ #: facebook-button-plugin.php:265
62
  msgid "Error: moving file failed"
63
  msgstr "Erreur : le déplacement du fichier a echoué"
64
 
65
+ #: facebook-button-plugin.php:268
66
  msgid "Error: check image width or height"
67
  msgstr "Erreur : Vérifiez la taille et la largeur de l'image"
68
 
69
+ #: facebook-button-plugin.php:272
70
  msgid "Uploading Error: check image properties"
71
  msgstr "Erreur d'upload : vérifiez les propriétés de l'image"
72
 
73
+ #: facebook-button-plugin.php:284
74
+ #: facebook-button-plugin.php:323
75
  msgid "Wrong license key"
76
  msgstr ""
77
 
78
+ #: facebook-button-plugin.php:316
79
+ 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."
 
 
 
80
  msgstr ""
81
 
82
+ #: facebook-button-plugin.php:325
83
  msgid "This license key is bind to another site"
84
  msgstr ""
85
 
86
+ #: facebook-button-plugin.php:327
87
+ msgid "Unfortunately, you have exceeded the number of available tries. Please, upload the plugin manually."
 
 
88
  msgstr ""
89
 
90
+ #: facebook-button-plugin.php:344
91
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
92
  msgstr ""
93
 
94
+ #: facebook-button-plugin.php:350
95
+ msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
 
 
96
  msgstr ""
97
 
98
+ #: facebook-button-plugin.php:354
99
+ #: facebook-button-plugin.php:363
100
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
101
  msgstr ""
102
 
103
+ #: facebook-button-plugin.php:367
104
+ msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
 
 
105
  msgstr ""
106
 
107
+ #: facebook-button-plugin.php:385
108
  msgid "Please, enter Your license key"
109
  msgstr ""
110
 
111
+ #: facebook-button-plugin.php:397
112
+ #: facebook-button-plugin.php:785
113
+ #: facebook-button-plugin.php:797
114
  msgid "Settings"
115
  msgstr "Réglages"
116
 
117
+ #: facebook-button-plugin.php:398
118
  #, fuzzy
119
  msgid "Extra settings"
120
  msgstr "Réglages"
121
 
122
+ #: facebook-button-plugin.php:399
123
+ #: facebook-button-plugin.php:798
124
  msgid "FAQ"
125
  msgstr "FAQ"
126
 
127
+ #: facebook-button-plugin.php:400
128
  msgid "Go PRO"
129
  msgstr ""
130
 
131
+ #: facebook-button-plugin.php:403
132
  msgid "Notice:"
133
  msgstr ""
134
 
135
+ #: facebook-button-plugin.php:403
136
+ msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
 
 
137
  msgstr ""
138
 
139
+ #: facebook-button-plugin.php:409
140
+ #, fuzzy
141
+ msgid "Your Facebook ID or username:"
142
  msgstr "Votre identifiant Facebook"
143
 
144
+ #: facebook-button-plugin.php:415
145
  msgid "Display button:"
146
  msgstr "Afficher le bouton"
147
 
148
+ #: facebook-button-plugin.php:417
149
  msgid "My Page"
150
  msgstr "Ma page"
151
 
152
+ #: facebook-button-plugin.php:418
153
  msgid "Like"
154
  msgstr "Like"
155
 
156
+ #: facebook-button-plugin.php:419
157
  msgid "Share"
158
  msgstr ""
159
 
160
+ #: facebook-button-plugin.php:424
161
  msgid "Choose display settings:"
162
  msgstr "Choisir les réglages d'affichage"
163
 
164
+ #: facebook-button-plugin.php:429
165
  msgid "Standard Facebook image"
166
  msgstr "Image Facebook par défaut"
167
 
168
+ #: facebook-button-plugin.php:430
169
  msgid "Custom Facebook image"
170
  msgstr "Image Facebook personnalisée"
171
 
172
+ #: facebook-button-plugin.php:433
173
+ msgid "To use custom image you need to setup permissions to upload directory of your site"
 
 
174
  msgstr ""
175
 
176
+ #: facebook-button-plugin.php:439
177
  msgid "Current image:"
178
  msgstr "Image actuelle"
179
 
180
+ #: facebook-button-plugin.php:447
181
  msgid "Facebook image:"
182
  msgstr "Image Facebook"
183
 
184
+ #: facebook-button-plugin.php:451
185
+ msgid "Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
186
+ msgstr "Propriétés de l'image : largeur max:100px; hauteur max: 40px; poids max : 32kb; type d'image :\"jpg\", \"jpeg\", \"png\"."
 
 
 
 
187
 
188
+ #: facebook-button-plugin.php:456
189
  msgid "Facebook Button Position:"
190
  msgstr "Position du bouton Facebook"
191
 
192
+ #: facebook-button-plugin.php:460
193
  msgid "Before"
194
  msgstr "Avant"
195
 
196
+ #: facebook-button-plugin.php:461
197
  msgid "After"
198
  msgstr "Après"
199
 
200
+ #: facebook-button-plugin.php:462
201
  msgid "Before and After"
202
  msgstr "Avant et après"
203
 
204
+ #: facebook-button-plugin.php:463
205
  msgid "Shortcode"
206
  msgstr "Shortcode"
207
 
208
+ #: facebook-button-plugin.php:465
209
+ msgid "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:"
210
+ msgstr "Si vous souhaitez ajouter un bouton Facebook sur votre site internet, copier-collez ce Shortcodedans votre page ou votre article"
 
 
 
 
211
 
212
+ #: facebook-button-plugin.php:470
213
  msgid "Facebook Button language:"
214
  msgstr "Langue du bouton Facebook"
215
 
216
+ #: facebook-button-plugin.php:481
217
  msgid "Change the language of Facebook Like Button"
218
  msgstr "Changer la langue du bouton Facebook"
219
 
220
+ #: facebook-button-plugin.php:485
221
  msgid "Html tag for Like Button:"
222
  msgstr ""
223
 
224
+ #: facebook-button-plugin.php:489
225
  msgid "Use this tag to improve validation of your site"
226
  msgstr ""
227
 
228
+ #: facebook-button-plugin.php:498
229
+ msgid "\"Like\" for an entire site on every page:"
230
+ msgstr ""
231
+
232
+ #: facebook-button-plugin.php:505
233
+ #: facebook-button-plugin.php:567
234
+ msgid "Unlock premium options by upgrading to a PRO version."
235
+ msgstr ""
236
+
237
+ #: facebook-button-plugin.php:506
238
+ #: facebook-button-plugin.php:568
239
+ #: facebook-button-plugin.php:876
240
+ msgid "Learn More"
241
+ msgstr ""
242
+
243
+ #: facebook-button-plugin.php:509
244
+ #: facebook-button-plugin.php:571
245
+ msgid "Go"
246
+ msgstr ""
247
+
248
+ #: facebook-button-plugin.php:516
249
+ #: facebook-button-plugin.php:555
250
  msgid "Save Changes"
251
  msgstr "Sauvegarder les changements"
252
 
253
+ #: facebook-button-plugin.php:522
254
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
255
  msgstr ""
256
 
257
+ #: facebook-button-plugin.php:523
258
  msgid "Rate the plugin"
259
  msgstr ""
260
 
261
+ #: facebook-button-plugin.php:526
262
  msgid "If there is something wrong about it, please contact us"
263
  msgstr ""
264
 
265
+ #: facebook-button-plugin.php:537
266
+ msgid "Please choose the necessary post types (or single pages) where Facebook button will be displayed:"
 
 
267
  msgstr ""
268
 
269
+ #: facebook-button-plugin.php:544
270
  msgid "Show URL for pages"
271
  msgstr ""
272
 
273
+ #: facebook-button-plugin.php:550
274
  msgid "Example of the site's pages tree"
275
  msgstr ""
276
 
277
+ #: facebook-button-plugin.php:550
278
  msgid "Example of site pages' tree"
279
  msgstr ""
280
 
 
 
 
 
281
  #: facebook-button-plugin.php:560
282
+ msgid "If you upgrade to Pro version all your settings will be saved."
 
 
 
 
283
  msgstr ""
284
 
285
+ #: facebook-button-plugin.php:583
286
+ msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
287
  msgstr ""
288
 
289
+ #: facebook-button-plugin.php:585
 
 
 
 
 
 
290
  msgid "Please, go to"
291
  msgstr ""
292
 
293
+ #: facebook-button-plugin.php:585
294
  #, fuzzy
295
  msgid "the setting page"
296
  msgstr "Réglages sauvegardés "
297
 
298
+ #: facebook-button-plugin.php:586
299
  msgid "You will be redirected automatically in 5 seconds."
300
  msgstr ""
301
 
302
+ #: facebook-button-plugin.php:591
303
  msgid "You can download and activate"
304
  msgstr ""
305
 
306
+ #: facebook-button-plugin.php:593
307
  msgid "version of this plugin by entering Your license key."
308
  msgstr ""
309
 
310
+ #: facebook-button-plugin.php:595
311
+ msgid "You can find your license key on your personal page Client area, by clicking on the link"
 
 
312
  msgstr ""
313
 
314
+ #: facebook-button-plugin.php:597
315
  msgid "(your username is the email you specify when purchasing the product)."
316
  msgstr ""
317
 
318
+ #: facebook-button-plugin.php:605
319
+ #: facebook-button-plugin.php:615
320
  msgid "Go!"
321
  msgstr ""
322
 
323
+ #: facebook-button-plugin.php:608
324
+ msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
 
 
325
  msgstr ""
326
 
327
+ #: facebook-button-plugin.php:799
328
  msgid "Support"
329
  msgstr "Support"
330
 
331
+ #: facebook-button-plugin.php:879
332
+ msgid "It's time to upgrade your <strong>Facebook Like Button</strong> to <strong>PRO</strong> version"
 
 
333
  msgstr ""
334
 
335
+ #: facebook-button-plugin.php:880
336
  msgid "Extend standard plugin functionality with new great options"
337
  msgstr ""
338
+
languages/facebook-id_ID.mo CHANGED
Binary file
languages/facebook-id_ID.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: facebook\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-08-06 17:02+0300\n"
6
- "PO-Revision-Date: 2014-08-06 17:02+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: nasrulhaq <nasrulhaq81@gmail.com>\n"
9
  "Language: es_ES\n"
@@ -16,342 +16,323 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: facebook-button-plugin.php:73 facebook-button-plugin.php:407
 
20
  msgid "Facebook Button Settings"
21
  msgstr "Pengaturan Facebook Button"
22
 
23
- #: facebook-button-plugin.php:73
24
  msgid "Facebook Button"
25
  msgstr "Tombol Facebook"
26
 
27
- #: facebook-button-plugin.php:190
28
  msgid "requires"
29
  msgstr "membutuhkan"
30
 
31
- #: facebook-button-plugin.php:190
32
- msgid ""
33
- "or higher, that is why it has been deactivated! Please upgrade WordPress and "
34
- "try again."
35
- msgstr ""
36
- "atau lebih tinggi, itulah mengapa di nonaktifkan! Harap tingkatkan versi "
37
- "Wordpress dan coba lagi"
38
 
39
- #: facebook-button-plugin.php:190
40
  msgid "Back to the WordPress"
41
  msgstr "Kembali ke Wordpress"
42
 
43
- #: facebook-button-plugin.php:190
44
  msgid "Plugins page"
45
  msgstr "Halaman Plugin"
46
 
47
- #: facebook-button-plugin.php:227
48
  msgid "Settings saved"
49
  msgstr "Simpan Pengaturan"
50
 
51
- #: facebook-button-plugin.php:255
52
  msgid "Error: File size > 32K"
53
  msgstr "SALAH: Ukuran file lebih besar dari 32KB"
54
 
55
- #: facebook-button-plugin.php:258
56
  msgid "Error: Invalid file type"
57
  msgstr "SALAH: Tipe data tidak benar"
58
 
59
- #: facebook-button-plugin.php:264
60
  msgid "Upload successful."
61
  msgstr ""
62
 
63
- #: facebook-button-plugin.php:267
64
  msgid "Error: moving file failed"
65
  msgstr "Salah: gagal memindahkan data"
66
 
67
- #: facebook-button-plugin.php:270
68
  msgid "Error: check image width or height"
69
  msgstr "Salah: periksa lebar atau panjang gambar"
70
 
71
- #: facebook-button-plugin.php:274
72
  msgid "Uploading Error: check image properties"
73
  msgstr "Gagal Mengunggah: periksa properti gambar"
74
 
75
- #: facebook-button-plugin.php:298 facebook-button-plugin.php:337
 
76
  msgid "Wrong license key"
77
  msgstr ""
78
 
79
- #: facebook-button-plugin.php:330
80
- msgid ""
81
- "Something went wrong. Try again later. If the error will appear again, "
82
- "please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. "
83
- "We are sorry for inconvenience."
84
  msgstr ""
85
 
86
- #: facebook-button-plugin.php:339
87
  msgid "This license key is bind to another site"
88
  msgstr ""
89
 
90
- #: facebook-button-plugin.php:341
91
- msgid ""
92
- "Unfortunately, you have exceeded the number of available tries. Please, "
93
- "upload the plugin manually."
94
  msgstr ""
95
 
96
- #: facebook-button-plugin.php:359
97
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
98
  msgstr ""
99
 
100
- #: facebook-button-plugin.php:365
101
- msgid ""
102
- "Your server does not support either ZipArchive or Phar. Please, upload the "
103
- "plugin manually"
104
  msgstr ""
105
 
106
- #: facebook-button-plugin.php:369 facebook-button-plugin.php:378
 
107
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
108
  msgstr ""
109
 
110
- #: facebook-button-plugin.php:382
111
- msgid ""
112
- "Something went wrong. Try again later or upload the plugin manually. We are "
113
- "sorry for inconvienience."
114
  msgstr ""
115
 
116
- #: facebook-button-plugin.php:397
117
  msgid "Please, enter Your license key"
118
  msgstr ""
119
 
120
- #: facebook-button-plugin.php:409 facebook-button-plugin.php:778
121
- #: facebook-button-plugin.php:790
 
122
  msgid "Settings"
123
  msgstr "Pengaturan"
124
 
125
- #: facebook-button-plugin.php:410
126
  #, fuzzy
127
  msgid "Extra settings"
128
  msgstr "Pengaturan"
129
 
130
- #: facebook-button-plugin.php:411 facebook-button-plugin.php:791
 
131
  msgid "FAQ"
132
  msgstr "SSS (Sık Sorulan Sorular)"
133
 
134
- #: facebook-button-plugin.php:412
135
  msgid "Go PRO"
136
  msgstr ""
137
 
138
- #: facebook-button-plugin.php:415
139
  msgid "Notice:"
140
  msgstr ""
141
 
142
- #: facebook-button-plugin.php:415
143
- msgid ""
144
- "The plugin's settings have been changed. In order to save them please don't "
145
- "forget to click the 'Save Changes' button."
146
  msgstr ""
147
 
148
- #: facebook-button-plugin.php:421
149
- msgid "Your Facebook ID:"
 
150
  msgstr " ID Facebook:"
151
 
152
- #: facebook-button-plugin.php:427
153
  msgid "Display button:"
154
  msgstr "Tampilan tombol:"
155
 
156
- #: facebook-button-plugin.php:429
157
  msgid "My Page"
158
  msgstr "Halamanku"
159
 
160
- #: facebook-button-plugin.php:430
161
  msgid "Like"
162
  msgstr "Suka"
163
 
164
- #: facebook-button-plugin.php:431
165
  msgid "Share"
166
  msgstr ""
167
 
168
- #: facebook-button-plugin.php:436
169
  msgid "Choose display settings:"
170
  msgstr "Ubah pengaturan tampilan"
171
 
172
- #: facebook-button-plugin.php:441
173
  msgid "Standard Facebook image"
174
  msgstr "Standar gambar Facebook "
175
 
176
- #: facebook-button-plugin.php:442
177
  msgid "Custom Facebook image"
178
  msgstr "Kustom Gambar Facebook "
179
 
180
- #: facebook-button-plugin.php:445
181
- msgid ""
182
- "To use custom image you need to setup permissions to upload directory of "
183
- "your site"
184
  msgstr ""
185
 
186
- #: facebook-button-plugin.php:451
187
  msgid "Current image:"
188
  msgstr "Gambar tertentu:"
189
 
190
- #: facebook-button-plugin.php:459
191
  msgid "Facebook image:"
192
  msgstr "Gambar Facebook:"
193
 
194
- #: facebook-button-plugin.php:465
195
- msgid ""
196
- "Image properties: max image width:100px; max image height:40px; max image "
197
- "size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
198
- msgstr ""
199
- "properti gambar: lebar gambar maks:100px; panjang gambar maks:40px; ukuran "
200
- "gambar maks:32Kb; tipe gambar:\"jpg\",\"jpeg\", \"png\"."
201
 
202
- #: facebook-button-plugin.php:470
203
  msgid "Facebook Button Position:"
204
  msgstr "Posisi Tombol Facebook"
205
 
206
- #: facebook-button-plugin.php:474
207
  msgid "Before"
208
  msgstr "Sebelum"
209
 
210
- #: facebook-button-plugin.php:475
211
  msgid "After"
212
  msgstr "Setelah"
213
 
214
- #: facebook-button-plugin.php:476
215
  msgid "Before and After"
216
  msgstr "Sebelum dan Setelah"
217
 
218
- #: facebook-button-plugin.php:477
219
  msgid "Shortcode"
220
  msgstr "Kode Pendek"
221
 
222
- #: facebook-button-plugin.php:479
223
- msgid ""
224
- "If you would like to add a Facebook button to your website, just copy and "
225
- "paste this shortcode into your post or page:"
226
- msgstr ""
227
- "Jika anda ingin menambahkan tombol Facebook di website anda, cukup salin "
228
- "kode singkat kedalam posting atau page anda:"
229
 
230
- #: facebook-button-plugin.php:484
231
  msgid "Facebook Button language:"
232
  msgstr "Bahasa Facebook Button:"
233
 
234
- #: facebook-button-plugin.php:495
235
  msgid "Change the language of Facebook Like Button"
236
  msgstr "Ubah bahasa Facebook Like Button"
237
 
238
- #: facebook-button-plugin.php:499
239
  msgid "Html tag for Like Button:"
240
  msgstr ""
241
 
242
- #: facebook-button-plugin.php:503
243
  msgid "Use this tag to improve validation of your site"
244
  msgstr ""
245
 
246
- #: facebook-button-plugin.php:509 facebook-button-plugin.php:548
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
247
  msgid "Save Changes"
248
  msgstr "Simpan Perubahan"
249
 
250
- #: facebook-button-plugin.php:515
251
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
252
  msgstr ""
253
 
254
- #: facebook-button-plugin.php:516
255
  #, fuzzy
256
  msgid "Rate the plugin"
257
  msgstr "Eklenti Önerileri"
258
 
259
- #: facebook-button-plugin.php:519
260
  msgid "If there is something wrong about it, please contact us"
261
  msgstr ""
262
 
263
- #: facebook-button-plugin.php:530
264
- msgid ""
265
- "Please choose the necessary post types (or single pages) where Facebook "
266
- "button will be displayed:"
267
  msgstr ""
268
 
269
- #: facebook-button-plugin.php:537
270
  msgid "Show URL for pages"
271
  msgstr ""
272
 
273
- #: facebook-button-plugin.php:543
274
  msgid "Example of the site's pages tree"
275
  msgstr ""
276
 
277
- #: facebook-button-plugin.php:543
278
  msgid "Example of site pages' tree"
279
  msgstr ""
280
 
281
- #: facebook-button-plugin.php:553
282
- msgid "If you upgrade to Pro version all your settings will be saved."
283
- msgstr ""
284
-
285
  #: facebook-button-plugin.php:560
286
- msgid "Unlock premium options by upgrading to a PRO version."
287
- msgstr ""
288
-
289
- #: facebook-button-plugin.php:561 facebook-button-plugin.php:869
290
- msgid "Learn More"
291
- msgstr ""
292
-
293
- #: facebook-button-plugin.php:564
294
- msgid "Go"
295
  msgstr ""
296
 
297
- #: facebook-button-plugin.php:576
298
- msgid ""
299
- "Congratulations! The PRO version of the plugin is successfully download and "
300
- "activated."
301
  msgstr ""
302
 
303
- #: facebook-button-plugin.php:578
304
  msgid "Please, go to"
305
  msgstr ""
306
 
307
- #: facebook-button-plugin.php:578
308
  #, fuzzy
309
  msgid "the setting page"
310
  msgstr "Simpan Pengaturan"
311
 
312
- #: facebook-button-plugin.php:579
313
  msgid "You will be redirected automatically in 5 seconds."
314
  msgstr ""
315
 
316
- #: facebook-button-plugin.php:584
317
  msgid "You can download and activate"
318
  msgstr ""
319
 
320
- #: facebook-button-plugin.php:586
321
  msgid "version of this plugin by entering Your license key."
322
  msgstr ""
323
 
324
- #: facebook-button-plugin.php:588
325
- msgid ""
326
- "You can find your license key on your personal page Client area, by clicking "
327
- "on the link"
328
  msgstr ""
329
 
330
- #: facebook-button-plugin.php:590
331
  msgid "(your username is the email you specify when purchasing the product)."
332
  msgstr ""
333
 
334
- #: facebook-button-plugin.php:598 facebook-button-plugin.php:608
 
335
  msgid "Go!"
336
  msgstr ""
337
 
338
- #: facebook-button-plugin.php:601
339
- msgid ""
340
- "Unfortunately, you have exceeded the number of available tries per day. "
341
- "Please, upload the plugin manually."
342
  msgstr ""
343
 
344
- #: facebook-button-plugin.php:792
345
  msgid "Support"
346
  msgstr "Dukungan"
347
 
348
- #: facebook-button-plugin.php:872
349
- msgid ""
350
- "It's time to upgrade your <strong>Facebook Like Button</strong> to "
351
- "<strong>PRO</strong> version"
352
  msgstr ""
353
 
354
- #: facebook-button-plugin.php:873
355
  msgid "Extend standard plugin functionality with new great options"
356
  msgstr ""
357
 
2
  msgstr ""
3
  "Project-Id-Version: facebook\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-01-05 14:58+0300\n"
6
+ "PO-Revision-Date: 2015-01-05 14:58+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: nasrulhaq <nasrulhaq81@gmail.com>\n"
9
  "Language: es_ES\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: facebook-button-plugin.php:79
20
+ #: facebook-button-plugin.php:395
21
  msgid "Facebook Button Settings"
22
  msgstr "Pengaturan Facebook Button"
23
 
24
+ #: facebook-button-plugin.php:79
25
  msgid "Facebook Button"
26
  msgstr "Tombol Facebook"
27
 
28
+ #: facebook-button-plugin.php:185
29
  msgid "requires"
30
  msgstr "membutuhkan"
31
 
32
+ #: facebook-button-plugin.php:185
33
+ msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
34
+ msgstr "atau lebih tinggi, itulah mengapa di nonaktifkan! Harap tingkatkan versi Wordpress dan coba lagi"
 
 
 
 
35
 
36
+ #: facebook-button-plugin.php:185
37
  msgid "Back to the WordPress"
38
  msgstr "Kembali ke Wordpress"
39
 
40
+ #: facebook-button-plugin.php:185
41
  msgid "Plugins page"
42
  msgstr "Halaman Plugin"
43
 
44
+ #: facebook-button-plugin.php:225
45
  msgid "Settings saved"
46
  msgstr "Simpan Pengaturan"
47
 
48
+ #: facebook-button-plugin.php:253
49
  msgid "Error: File size > 32K"
50
  msgstr "SALAH: Ukuran file lebih besar dari 32KB"
51
 
52
+ #: facebook-button-plugin.php:256
53
  msgid "Error: Invalid file type"
54
  msgstr "SALAH: Tipe data tidak benar"
55
 
56
+ #: facebook-button-plugin.php:262
57
  msgid "Upload successful."
58
  msgstr ""
59
 
60
+ #: facebook-button-plugin.php:265
61
  msgid "Error: moving file failed"
62
  msgstr "Salah: gagal memindahkan data"
63
 
64
+ #: facebook-button-plugin.php:268
65
  msgid "Error: check image width or height"
66
  msgstr "Salah: periksa lebar atau panjang gambar"
67
 
68
+ #: facebook-button-plugin.php:272
69
  msgid "Uploading Error: check image properties"
70
  msgstr "Gagal Mengunggah: periksa properti gambar"
71
 
72
+ #: facebook-button-plugin.php:284
73
+ #: facebook-button-plugin.php:323
74
  msgid "Wrong license key"
75
  msgstr ""
76
 
77
+ #: facebook-button-plugin.php:316
78
+ 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."
 
 
 
79
  msgstr ""
80
 
81
+ #: facebook-button-plugin.php:325
82
  msgid "This license key is bind to another site"
83
  msgstr ""
84
 
85
+ #: facebook-button-plugin.php:327
86
+ msgid "Unfortunately, you have exceeded the number of available tries. Please, upload the plugin manually."
 
 
87
  msgstr ""
88
 
89
+ #: facebook-button-plugin.php:344
90
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
91
  msgstr ""
92
 
93
+ #: facebook-button-plugin.php:350
94
+ msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
 
 
95
  msgstr ""
96
 
97
+ #: facebook-button-plugin.php:354
98
+ #: facebook-button-plugin.php:363
99
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
100
  msgstr ""
101
 
102
+ #: facebook-button-plugin.php:367
103
+ msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
 
 
104
  msgstr ""
105
 
106
+ #: facebook-button-plugin.php:385
107
  msgid "Please, enter Your license key"
108
  msgstr ""
109
 
110
+ #: facebook-button-plugin.php:397
111
+ #: facebook-button-plugin.php:785
112
+ #: facebook-button-plugin.php:797
113
  msgid "Settings"
114
  msgstr "Pengaturan"
115
 
116
+ #: facebook-button-plugin.php:398
117
  #, fuzzy
118
  msgid "Extra settings"
119
  msgstr "Pengaturan"
120
 
121
+ #: facebook-button-plugin.php:399
122
+ #: facebook-button-plugin.php:798
123
  msgid "FAQ"
124
  msgstr "SSS (Sık Sorulan Sorular)"
125
 
126
+ #: facebook-button-plugin.php:400
127
  msgid "Go PRO"
128
  msgstr ""
129
 
130
+ #: facebook-button-plugin.php:403
131
  msgid "Notice:"
132
  msgstr ""
133
 
134
+ #: facebook-button-plugin.php:403
135
+ msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
 
 
136
  msgstr ""
137
 
138
+ #: facebook-button-plugin.php:409
139
+ #, fuzzy
140
+ msgid "Your Facebook ID or username:"
141
  msgstr " ID Facebook:"
142
 
143
+ #: facebook-button-plugin.php:415
144
  msgid "Display button:"
145
  msgstr "Tampilan tombol:"
146
 
147
+ #: facebook-button-plugin.php:417
148
  msgid "My Page"
149
  msgstr "Halamanku"
150
 
151
+ #: facebook-button-plugin.php:418
152
  msgid "Like"
153
  msgstr "Suka"
154
 
155
+ #: facebook-button-plugin.php:419
156
  msgid "Share"
157
  msgstr ""
158
 
159
+ #: facebook-button-plugin.php:424
160
  msgid "Choose display settings:"
161
  msgstr "Ubah pengaturan tampilan"
162
 
163
+ #: facebook-button-plugin.php:429
164
  msgid "Standard Facebook image"
165
  msgstr "Standar gambar Facebook "
166
 
167
+ #: facebook-button-plugin.php:430
168
  msgid "Custom Facebook image"
169
  msgstr "Kustom Gambar Facebook "
170
 
171
+ #: facebook-button-plugin.php:433
172
+ msgid "To use custom image you need to setup permissions to upload directory of your site"
 
 
173
  msgstr ""
174
 
175
+ #: facebook-button-plugin.php:439
176
  msgid "Current image:"
177
  msgstr "Gambar tertentu:"
178
 
179
+ #: facebook-button-plugin.php:447
180
  msgid "Facebook image:"
181
  msgstr "Gambar Facebook:"
182
 
183
+ #: facebook-button-plugin.php:451
184
+ msgid "Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
185
+ msgstr "properti gambar: lebar gambar maks:100px; panjang gambar maks:40px; ukuran gambar maks:32Kb; tipe gambar:\"jpg\",\"jpeg\", \"png\"."
 
 
 
 
186
 
187
+ #: facebook-button-plugin.php:456
188
  msgid "Facebook Button Position:"
189
  msgstr "Posisi Tombol Facebook"
190
 
191
+ #: facebook-button-plugin.php:460
192
  msgid "Before"
193
  msgstr "Sebelum"
194
 
195
+ #: facebook-button-plugin.php:461
196
  msgid "After"
197
  msgstr "Setelah"
198
 
199
+ #: facebook-button-plugin.php:462
200
  msgid "Before and After"
201
  msgstr "Sebelum dan Setelah"
202
 
203
+ #: facebook-button-plugin.php:463
204
  msgid "Shortcode"
205
  msgstr "Kode Pendek"
206
 
207
+ #: facebook-button-plugin.php:465
208
+ msgid "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:"
209
+ msgstr "Jika anda ingin menambahkan tombol Facebook di website anda, cukup salin kode singkat kedalam posting atau page anda:"
 
 
 
 
210
 
211
+ #: facebook-button-plugin.php:470
212
  msgid "Facebook Button language:"
213
  msgstr "Bahasa Facebook Button:"
214
 
215
+ #: facebook-button-plugin.php:481
216
  msgid "Change the language of Facebook Like Button"
217
  msgstr "Ubah bahasa Facebook Like Button"
218
 
219
+ #: facebook-button-plugin.php:485
220
  msgid "Html tag for Like Button:"
221
  msgstr ""
222
 
223
+ #: facebook-button-plugin.php:489
224
  msgid "Use this tag to improve validation of your site"
225
  msgstr ""
226
 
227
+ #: facebook-button-plugin.php:498
228
+ msgid "\"Like\" for an entire site on every page:"
229
+ msgstr ""
230
+
231
+ #: facebook-button-plugin.php:505
232
+ #: facebook-button-plugin.php:567
233
+ msgid "Unlock premium options by upgrading to a PRO version."
234
+ msgstr ""
235
+
236
+ #: facebook-button-plugin.php:506
237
+ #: facebook-button-plugin.php:568
238
+ #: facebook-button-plugin.php:876
239
+ msgid "Learn More"
240
+ msgstr ""
241
+
242
+ #: facebook-button-plugin.php:509
243
+ #: facebook-button-plugin.php:571
244
+ msgid "Go"
245
+ msgstr ""
246
+
247
+ #: facebook-button-plugin.php:516
248
+ #: facebook-button-plugin.php:555
249
  msgid "Save Changes"
250
  msgstr "Simpan Perubahan"
251
 
252
+ #: facebook-button-plugin.php:522
253
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
254
  msgstr ""
255
 
256
+ #: facebook-button-plugin.php:523
257
  #, fuzzy
258
  msgid "Rate the plugin"
259
  msgstr "Eklenti Önerileri"
260
 
261
+ #: facebook-button-plugin.php:526
262
  msgid "If there is something wrong about it, please contact us"
263
  msgstr ""
264
 
265
+ #: facebook-button-plugin.php:537
266
+ msgid "Please choose the necessary post types (or single pages) where Facebook button will be displayed:"
 
 
267
  msgstr ""
268
 
269
+ #: facebook-button-plugin.php:544
270
  msgid "Show URL for pages"
271
  msgstr ""
272
 
273
+ #: facebook-button-plugin.php:550
274
  msgid "Example of the site's pages tree"
275
  msgstr ""
276
 
277
+ #: facebook-button-plugin.php:550
278
  msgid "Example of site pages' tree"
279
  msgstr ""
280
 
 
 
 
 
281
  #: facebook-button-plugin.php:560
282
+ msgid "If you upgrade to Pro version all your settings will be saved."
 
 
 
 
 
 
 
 
283
  msgstr ""
284
 
285
+ #: facebook-button-plugin.php:583
286
+ msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
 
 
287
  msgstr ""
288
 
289
+ #: facebook-button-plugin.php:585
290
  msgid "Please, go to"
291
  msgstr ""
292
 
293
+ #: facebook-button-plugin.php:585
294
  #, fuzzy
295
  msgid "the setting page"
296
  msgstr "Simpan Pengaturan"
297
 
298
+ #: facebook-button-plugin.php:586
299
  msgid "You will be redirected automatically in 5 seconds."
300
  msgstr ""
301
 
302
+ #: facebook-button-plugin.php:591
303
  msgid "You can download and activate"
304
  msgstr ""
305
 
306
+ #: facebook-button-plugin.php:593
307
  msgid "version of this plugin by entering Your license key."
308
  msgstr ""
309
 
310
+ #: facebook-button-plugin.php:595
311
+ msgid "You can find your license key on your personal page Client area, by clicking on the link"
 
 
312
  msgstr ""
313
 
314
+ #: facebook-button-plugin.php:597
315
  msgid "(your username is the email you specify when purchasing the product)."
316
  msgstr ""
317
 
318
+ #: facebook-button-plugin.php:605
319
+ #: facebook-button-plugin.php:615
320
  msgid "Go!"
321
  msgstr ""
322
 
323
+ #: facebook-button-plugin.php:608
324
+ msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
 
 
325
  msgstr ""
326
 
327
+ #: facebook-button-plugin.php:799
328
  msgid "Support"
329
  msgstr "Dukungan"
330
 
331
+ #: facebook-button-plugin.php:879
332
+ msgid "It's time to upgrade your <strong>Facebook Like Button</strong> to <strong>PRO</strong> version"
 
 
333
  msgstr ""
334
 
335
+ #: facebook-button-plugin.php:880
336
  msgid "Extend standard plugin functionality with new great options"
337
  msgstr ""
338
 
languages/facebook-ru_RU.mo CHANGED
Binary file
languages/facebook-ru_RU.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: facebook\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-08-06 17:02+0300\n"
6
- "PO-Revision-Date: 2014-11-13 14:18+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: BestWebSoft <plugin@bestwebsoft.com>\n"
9
  "Language: ru_RU\n"
@@ -16,312 +16,319 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: facebook-button-plugin.php:73
20
- #: facebook-button-plugin.php:407
21
  msgid "Facebook Button Settings"
22
  msgstr "Настройки Facebook Кнопки"
23
 
24
- #: facebook-button-plugin.php:73
25
  msgid "Facebook Button"
26
  msgstr "Facebook кнопка"
27
 
28
- #: facebook-button-plugin.php:190
29
  msgid "requires"
30
  msgstr "требует"
31
 
32
- #: facebook-button-plugin.php:190
33
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
34
  msgstr "или выше, поэтому он был деактивирован! Пожалуйста, обновите WordPress и попробуйте еще раз."
35
 
36
- #: facebook-button-plugin.php:190
37
  msgid "Back to the WordPress"
38
  msgstr "Вернуться к WordPress на"
39
 
40
- #: facebook-button-plugin.php:190
41
  msgid "Plugins page"
42
  msgstr "Страницу плагинов"
43
 
44
- #: facebook-button-plugin.php:227
45
  msgid "Settings saved"
46
  msgstr "Настройки сохранены"
47
 
48
- #: facebook-button-plugin.php:255
49
  msgid "Error: File size > 32K"
50
  msgstr "Ошибка: Размер файла больше 32К"
51
 
52
- #: facebook-button-plugin.php:258
53
  msgid "Error: Invalid file type"
54
  msgstr "Ошибка: Некорректный тип файла"
55
 
56
- #: facebook-button-plugin.php:264
57
  msgid "Upload successful."
58
  msgstr "Загрузка прошла удачно."
59
 
60
- #: facebook-button-plugin.php:267
61
  msgid "Error: moving file failed"
62
  msgstr "Ошибка: При перемещении произошла ошибка"
63
 
64
- #: facebook-button-plugin.php:270
65
  msgid "Error: check image width or height"
66
  msgstr "Ошибка: Проверьте ширину и высоту изображения"
67
 
68
- #: facebook-button-plugin.php:274
69
  msgid "Uploading Error: check image properties"
70
  msgstr "Ошибка загрузки: Проверьте опции изображения"
71
 
72
- #: facebook-button-plugin.php:298
73
- #: facebook-button-plugin.php:337
74
  msgid "Wrong license key"
75
  msgstr "Неправильный лицензионный ключ"
76
 
77
- #: facebook-button-plugin.php:330
78
  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."
79
  msgstr "Что-то пошло не так. Повторите попытку позже. Если ошибка появится снова, пожалуйста, свяжитесь с нами <a href=http://support.bestwebsoft.com>BestWebSoft</a>. Приносим извинения за неудобства."
80
 
81
- #: facebook-button-plugin.php:339
82
  msgid "This license key is bind to another site"
83
  msgstr "Этот лицензионный ключ привязан к другому сайту"
84
 
85
- #: facebook-button-plugin.php:341
86
  msgid "Unfortunately, you have exceeded the number of available tries. Please, upload the plugin manually."
87
  msgstr "К сожалению, вы превысили количество доступных попыток в день. Пожалуйста, загрузите плагин вручную."
88
 
89
- #: facebook-button-plugin.php:359
90
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
91
  msgstr "Не удалось открыть архив ZIP. Пожалуйста, загрузите плагин вручную"
92
 
93
- #: facebook-button-plugin.php:365
94
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
95
  msgstr "Ваш сервер не поддерживает ни библиотеку ZipArchive, ни библиотеку Phar. Пожалуйста, загрузите плагин вручную"
96
 
97
- #: facebook-button-plugin.php:369
98
- #: facebook-button-plugin.php:378
99
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
100
  msgstr "Не удалось загрузить архив плагина. Пожалуйста, загрузите плагин вручную"
101
 
102
- #: facebook-button-plugin.php:382
103
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
104
  msgstr "Что-то пошло не так. Повторите попытку позже или загрузите плагин вручную. Приносим извинения за неудобства."
105
 
106
- #: facebook-button-plugin.php:397
107
  msgid "Please, enter Your license key"
108
  msgstr "Пожалуйста, введите Ваш лицензионный ключ"
109
 
110
- #: facebook-button-plugin.php:409
111
- #: facebook-button-plugin.php:778
112
- #: facebook-button-plugin.php:790
113
  msgid "Settings"
114
  msgstr "Настройки"
115
 
116
- #: facebook-button-plugin.php:410
117
  msgid "Extra settings"
118
  msgstr "Дополнительные настройки"
119
 
120
- #: facebook-button-plugin.php:411
121
- #: facebook-button-plugin.php:791
122
  msgid "FAQ"
123
  msgstr "FAQ"
124
 
125
- #: facebook-button-plugin.php:412
126
  msgid "Go PRO"
127
  msgstr "Перейти на PRO версию"
128
 
129
- #: facebook-button-plugin.php:415
130
  msgid "Notice:"
131
  msgstr "Внимание:"
132
 
133
- #: facebook-button-plugin.php:415
134
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
135
  msgstr "Настройки плагина были изменены. Для того, чтобы сохранить их, пожалуйста, не забудьте нажать кнопку \"Сохранить\"."
136
 
137
- #: facebook-button-plugin.php:421
138
- msgid "Your Facebook ID:"
139
- msgstr "Ваш Facebook ID:"
140
 
141
- #: facebook-button-plugin.php:427
142
  msgid "Display button:"
143
  msgstr "Отображение кнопок:"
144
 
145
- #: facebook-button-plugin.php:429
146
  msgid "My Page"
147
  msgstr "My Page"
148
 
149
- #: facebook-button-plugin.php:430
150
  msgid "Like"
151
  msgstr "Like"
152
 
153
- #: facebook-button-plugin.php:431
154
  msgid "Share"
155
  msgstr "Share"
156
 
157
- #: facebook-button-plugin.php:436
158
  msgid "Choose display settings:"
159
  msgstr "Выбор опций отображения:"
160
 
161
- #: facebook-button-plugin.php:441
162
  msgid "Standard Facebook image"
163
  msgstr "Стандартная картинка Facebook"
164
 
165
- #: facebook-button-plugin.php:442
166
  msgid "Custom Facebook image"
167
  msgstr "Пользовательская картинка Facebook"
168
 
169
- #: facebook-button-plugin.php:445
170
  msgid "To use custom image you need to setup permissions to upload directory of your site"
171
  msgstr "Для использования кастомного изображения Вам нужно выдать права доступа на папку загрузок на вашем сайте"
172
 
173
- #: facebook-button-plugin.php:451
174
  msgid "Current image:"
175
  msgstr "Текущее изображение:"
176
 
177
- #: facebook-button-plugin.php:459
178
  msgid "Facebook image:"
179
  msgstr "Facebook изображение:"
180
 
181
- #: facebook-button-plugin.php:465
182
  msgid "Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
183
  msgstr "Опции изображения для загрузки: максимальная ширина:100px; максимальная высота:40px; максимальный размер:32Kb; тип файла:\"jpg\", \"jpeg\", \"png\"."
184
 
185
- #: facebook-button-plugin.php:470
186
  msgid "Facebook Button Position:"
187
  msgstr "Позиции Facebook кнопки:"
188
 
189
- #: facebook-button-plugin.php:474
190
  msgid "Before"
191
  msgstr "Перед"
192
 
193
- #: facebook-button-plugin.php:475
194
  msgid "After"
195
  msgstr "После"
196
 
197
- #: facebook-button-plugin.php:476
198
  msgid "Before and After"
199
  msgstr "Перед и после"
200
 
201
- #: facebook-button-plugin.php:477
202
  msgid "Shortcode"
203
  msgstr "Шорткод"
204
 
205
- #: facebook-button-plugin.php:479
206
  msgid "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:"
207
  msgstr "Если вы хотите добавить Facebook кнопку на свой сайт, вам надо только скопировать и вставить шорткод в контент страницы или поста"
208
 
209
- #: facebook-button-plugin.php:484
210
  msgid "Facebook Button language:"
211
  msgstr "Язык для Facebook кнопки:"
212
 
213
- #: facebook-button-plugin.php:495
214
  msgid "Change the language of Facebook Like Button"
215
  msgstr "Выберите язык для Like кнопки"
216
 
217
- #: facebook-button-plugin.php:499
218
  msgid "Html tag for Like Button:"
219
  msgstr "html тэг для кнопки Like:"
220
 
221
- #: facebook-button-plugin.php:503
222
  msgid "Use this tag to improve validation of your site"
223
  msgstr "Используйте этот тэг для лучшей валидации вашего сайта"
224
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
225
  #: facebook-button-plugin.php:509
226
- #: facebook-button-plugin.php:548
 
 
 
 
 
227
  msgid "Save Changes"
228
  msgstr "Сохранить изменения"
229
 
230
- #: facebook-button-plugin.php:515
231
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
232
  msgstr " Если вам понравился плагин то поставте нам 5 звезд на WordPress"
233
 
234
- #: facebook-button-plugin.php:516
235
  msgid "Rate the plugin"
236
  msgstr "Оценить плагин"
237
 
238
- #: facebook-button-plugin.php:519
239
  msgid "If there is something wrong about it, please contact us"
240
  msgstr "Если у вас есть какие-то вопросы, обращайтесь"
241
 
242
- #: facebook-button-plugin.php:530
243
  msgid "Please choose the necessary post types (or single pages) where Facebook button will be displayed:"
244
  msgstr "Пожалуйста, выберите те типы постов (или отдельные страницы), где будут отображатся кнопки Facebook:"
245
 
246
- #: facebook-button-plugin.php:537
247
  msgid "Show URL for pages"
248
  msgstr "Отображать URL для страниц"
249
 
250
- #: facebook-button-plugin.php:543
251
  msgid "Example of the site's pages tree"
252
  msgstr "Пример дерева страниц сайта"
253
 
254
- #: facebook-button-plugin.php:543
255
  msgid "Example of site pages' tree"
256
  msgstr "Пример дерева страниц сайта"
257
 
258
- #: facebook-button-plugin.php:553
259
  msgid "If you upgrade to Pro version all your settings will be saved."
260
  msgstr "При установке Pro версии плагина, все ваши настройки сохраняются."
261
 
262
- #: facebook-button-plugin.php:560
263
- msgid "Unlock premium options by upgrading to a PRO version."
264
- msgstr "Активируйте премиум опции обновившись до PRO версии."
265
-
266
- #: facebook-button-plugin.php:561
267
- #: facebook-button-plugin.php:869
268
- msgid "Learn More"
269
- msgstr "Подробнее"
270
-
271
- #: facebook-button-plugin.php:564
272
- msgid "Go"
273
- msgstr "Перейти на"
274
-
275
- #: facebook-button-plugin.php:576
276
  msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
277
  msgstr "Поздравляем! PRO версия плагина была успешно загружена и активирована."
278
 
279
- #: facebook-button-plugin.php:578
280
  msgid "Please, go to"
281
  msgstr "Пожалуйста, перейдите на"
282
 
283
- #: facebook-button-plugin.php:578
284
  msgid "the setting page"
285
  msgstr "страницу настроек"
286
 
287
- #: facebook-button-plugin.php:579
288
  msgid "You will be redirected automatically in 5 seconds."
289
  msgstr "Вы будете перенаправлены автоматически через 5 секунд."
290
 
291
- #: facebook-button-plugin.php:584
292
  msgid "You can download and activate"
293
  msgstr "Вы можете скачать и активировать"
294
 
295
- #: facebook-button-plugin.php:586
296
  msgid "version of this plugin by entering Your license key."
297
  msgstr "версию этого плагина, введя ваш лицензионный ключ."
298
 
299
- #: facebook-button-plugin.php:588
300
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
301
  msgstr "Вы можете найти ваш лицензионный ключ на вашей личной странице Client area, нажав на ссылку"
302
 
303
- #: facebook-button-plugin.php:590
304
  msgid "(your username is the email you specify when purchasing the product)."
305
  msgstr "(ваше имя пользователя - это электронный адрес, указанный при покупке продукта)."
306
 
307
- #: facebook-button-plugin.php:598
308
- #: facebook-button-plugin.php:608
309
  msgid "Go!"
310
  msgstr "Перейти!"
311
 
312
- #: facebook-button-plugin.php:601
313
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
314
  msgstr "К сожалению, вы превысили количество доступных попыток в день. Пожалуйста, загрузите плагин вручную."
315
 
316
- #: facebook-button-plugin.php:792
317
  msgid "Support"
318
  msgstr "Поддержка"
319
 
320
- #: facebook-button-plugin.php:872
321
  msgid "It's time to upgrade your <strong>Facebook Like Button</strong> to <strong>PRO</strong> version"
322
  msgstr "Пора обновить ваш <strong>плагин Facebook Like Button</strong> до <strong>PRO</strong> версии"
323
 
324
- #: facebook-button-plugin.php:873
325
  msgid "Extend standard plugin functionality with new great options"
326
  msgstr "Расширение стандартного функционала плагина новыми опциями"
327
 
2
  msgstr ""
3
  "Project-Id-Version: facebook\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-01-05 14:58+0300\n"
6
+ "PO-Revision-Date: 2015-01-05 14:59+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: BestWebSoft <plugin@bestwebsoft.com>\n"
9
  "Language: ru_RU\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: facebook-button-plugin.php:79
20
+ #: facebook-button-plugin.php:395
21
  msgid "Facebook Button Settings"
22
  msgstr "Настройки Facebook Кнопки"
23
 
24
+ #: facebook-button-plugin.php:79
25
  msgid "Facebook Button"
26
  msgstr "Facebook кнопка"
27
 
28
+ #: facebook-button-plugin.php:185
29
  msgid "requires"
30
  msgstr "требует"
31
 
32
+ #: facebook-button-plugin.php:185
33
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
34
  msgstr "или выше, поэтому он был деактивирован! Пожалуйста, обновите WordPress и попробуйте еще раз."
35
 
36
+ #: facebook-button-plugin.php:185
37
  msgid "Back to the WordPress"
38
  msgstr "Вернуться к WordPress на"
39
 
40
+ #: facebook-button-plugin.php:185
41
  msgid "Plugins page"
42
  msgstr "Страницу плагинов"
43
 
44
+ #: facebook-button-plugin.php:225
45
  msgid "Settings saved"
46
  msgstr "Настройки сохранены"
47
 
48
+ #: facebook-button-plugin.php:253
49
  msgid "Error: File size > 32K"
50
  msgstr "Ошибка: Размер файла больше 32К"
51
 
52
+ #: facebook-button-plugin.php:256
53
  msgid "Error: Invalid file type"
54
  msgstr "Ошибка: Некорректный тип файла"
55
 
56
+ #: facebook-button-plugin.php:262
57
  msgid "Upload successful."
58
  msgstr "Загрузка прошла удачно."
59
 
60
+ #: facebook-button-plugin.php:265
61
  msgid "Error: moving file failed"
62
  msgstr "Ошибка: При перемещении произошла ошибка"
63
 
64
+ #: facebook-button-plugin.php:268
65
  msgid "Error: check image width or height"
66
  msgstr "Ошибка: Проверьте ширину и высоту изображения"
67
 
68
+ #: facebook-button-plugin.php:272
69
  msgid "Uploading Error: check image properties"
70
  msgstr "Ошибка загрузки: Проверьте опции изображения"
71
 
72
+ #: facebook-button-plugin.php:284
73
+ #: facebook-button-plugin.php:323
74
  msgid "Wrong license key"
75
  msgstr "Неправильный лицензионный ключ"
76
 
77
+ #: facebook-button-plugin.php:316
78
  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."
79
  msgstr "Что-то пошло не так. Повторите попытку позже. Если ошибка появится снова, пожалуйста, свяжитесь с нами <a href=http://support.bestwebsoft.com>BestWebSoft</a>. Приносим извинения за неудобства."
80
 
81
+ #: facebook-button-plugin.php:325
82
  msgid "This license key is bind to another site"
83
  msgstr "Этот лицензионный ключ привязан к другому сайту"
84
 
85
+ #: facebook-button-plugin.php:327
86
  msgid "Unfortunately, you have exceeded the number of available tries. Please, upload the plugin manually."
87
  msgstr "К сожалению, вы превысили количество доступных попыток в день. Пожалуйста, загрузите плагин вручную."
88
 
89
+ #: facebook-button-plugin.php:344
90
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
91
  msgstr "Не удалось открыть архив ZIP. Пожалуйста, загрузите плагин вручную"
92
 
93
+ #: facebook-button-plugin.php:350
94
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
95
  msgstr "Ваш сервер не поддерживает ни библиотеку ZipArchive, ни библиотеку Phar. Пожалуйста, загрузите плагин вручную"
96
 
97
+ #: facebook-button-plugin.php:354
98
+ #: facebook-button-plugin.php:363
99
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
100
  msgstr "Не удалось загрузить архив плагина. Пожалуйста, загрузите плагин вручную"
101
 
102
+ #: facebook-button-plugin.php:367
103
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
104
  msgstr "Что-то пошло не так. Повторите попытку позже или загрузите плагин вручную. Приносим извинения за неудобства."
105
 
106
+ #: facebook-button-plugin.php:385
107
  msgid "Please, enter Your license key"
108
  msgstr "Пожалуйста, введите Ваш лицензионный ключ"
109
 
110
+ #: facebook-button-plugin.php:397
111
+ #: facebook-button-plugin.php:785
112
+ #: facebook-button-plugin.php:797
113
  msgid "Settings"
114
  msgstr "Настройки"
115
 
116
+ #: facebook-button-plugin.php:398
117
  msgid "Extra settings"
118
  msgstr "Дополнительные настройки"
119
 
120
+ #: facebook-button-plugin.php:399
121
+ #: facebook-button-plugin.php:798
122
  msgid "FAQ"
123
  msgstr "FAQ"
124
 
125
+ #: facebook-button-plugin.php:400
126
  msgid "Go PRO"
127
  msgstr "Перейти на PRO версию"
128
 
129
+ #: facebook-button-plugin.php:403
130
  msgid "Notice:"
131
  msgstr "Внимание:"
132
 
133
+ #: facebook-button-plugin.php:403
134
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
135
  msgstr "Настройки плагина были изменены. Для того, чтобы сохранить их, пожалуйста, не забудьте нажать кнопку \"Сохранить\"."
136
 
137
+ #: facebook-button-plugin.php:409
138
+ msgid "Your Facebook ID or username:"
139
+ msgstr "Ваш Facebook ID или имя пользователя:"
140
 
141
+ #: facebook-button-plugin.php:415
142
  msgid "Display button:"
143
  msgstr "Отображение кнопок:"
144
 
145
+ #: facebook-button-plugin.php:417
146
  msgid "My Page"
147
  msgstr "My Page"
148
 
149
+ #: facebook-button-plugin.php:418
150
  msgid "Like"
151
  msgstr "Like"
152
 
153
+ #: facebook-button-plugin.php:419
154
  msgid "Share"
155
  msgstr "Share"
156
 
157
+ #: facebook-button-plugin.php:424
158
  msgid "Choose display settings:"
159
  msgstr "Выбор опций отображения:"
160
 
161
+ #: facebook-button-plugin.php:429
162
  msgid "Standard Facebook image"
163
  msgstr "Стандартная картинка Facebook"
164
 
165
+ #: facebook-button-plugin.php:430
166
  msgid "Custom Facebook image"
167
  msgstr "Пользовательская картинка Facebook"
168
 
169
+ #: facebook-button-plugin.php:433
170
  msgid "To use custom image you need to setup permissions to upload directory of your site"
171
  msgstr "Для использования кастомного изображения Вам нужно выдать права доступа на папку загрузок на вашем сайте"
172
 
173
+ #: facebook-button-plugin.php:439
174
  msgid "Current image:"
175
  msgstr "Текущее изображение:"
176
 
177
+ #: facebook-button-plugin.php:447
178
  msgid "Facebook image:"
179
  msgstr "Facebook изображение:"
180
 
181
+ #: facebook-button-plugin.php:451
182
  msgid "Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
183
  msgstr "Опции изображения для загрузки: максимальная ширина:100px; максимальная высота:40px; максимальный размер:32Kb; тип файла:\"jpg\", \"jpeg\", \"png\"."
184
 
185
+ #: facebook-button-plugin.php:456
186
  msgid "Facebook Button Position:"
187
  msgstr "Позиции Facebook кнопки:"
188
 
189
+ #: facebook-button-plugin.php:460
190
  msgid "Before"
191
  msgstr "Перед"
192
 
193
+ #: facebook-button-plugin.php:461
194
  msgid "After"
195
  msgstr "После"
196
 
197
+ #: facebook-button-plugin.php:462
198
  msgid "Before and After"
199
  msgstr "Перед и после"
200
 
201
+ #: facebook-button-plugin.php:463
202
  msgid "Shortcode"
203
  msgstr "Шорткод"
204
 
205
+ #: facebook-button-plugin.php:465
206
  msgid "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:"
207
  msgstr "Если вы хотите добавить Facebook кнопку на свой сайт, вам надо только скопировать и вставить шорткод в контент страницы или поста"
208
 
209
+ #: facebook-button-plugin.php:470
210
  msgid "Facebook Button language:"
211
  msgstr "Язык для Facebook кнопки:"
212
 
213
+ #: facebook-button-plugin.php:481
214
  msgid "Change the language of Facebook Like Button"
215
  msgstr "Выберите язык для Like кнопки"
216
 
217
+ #: facebook-button-plugin.php:485
218
  msgid "Html tag for Like Button:"
219
  msgstr "html тэг для кнопки Like:"
220
 
221
+ #: facebook-button-plugin.php:489
222
  msgid "Use this tag to improve validation of your site"
223
  msgstr "Используйте этот тэг для лучшей валидации вашего сайта"
224
 
225
+ #: facebook-button-plugin.php:498
226
+ msgid "\"Like\" for an entire site on every page:"
227
+ msgstr "Ставить \"Like\" всему сайту на каждой странице:"
228
+
229
+ #: facebook-button-plugin.php:505
230
+ #: facebook-button-plugin.php:567
231
+ msgid "Unlock premium options by upgrading to a PRO version."
232
+ msgstr "Активируйте премиум опции обновившись до PRO версии."
233
+
234
+ #: facebook-button-plugin.php:506
235
+ #: facebook-button-plugin.php:568
236
+ #: facebook-button-plugin.php:876
237
+ msgid "Learn More"
238
+ msgstr "Подробнее"
239
+
240
  #: facebook-button-plugin.php:509
241
+ #: facebook-button-plugin.php:571
242
+ msgid "Go"
243
+ msgstr "Перейти на"
244
+
245
+ #: facebook-button-plugin.php:516
246
+ #: facebook-button-plugin.php:555
247
  msgid "Save Changes"
248
  msgstr "Сохранить изменения"
249
 
250
+ #: facebook-button-plugin.php:522
251
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
252
  msgstr " Если вам понравился плагин то поставте нам 5 звезд на WordPress"
253
 
254
+ #: facebook-button-plugin.php:523
255
  msgid "Rate the plugin"
256
  msgstr "Оценить плагин"
257
 
258
+ #: facebook-button-plugin.php:526
259
  msgid "If there is something wrong about it, please contact us"
260
  msgstr "Если у вас есть какие-то вопросы, обращайтесь"
261
 
262
+ #: facebook-button-plugin.php:537
263
  msgid "Please choose the necessary post types (or single pages) where Facebook button will be displayed:"
264
  msgstr "Пожалуйста, выберите те типы постов (или отдельные страницы), где будут отображатся кнопки Facebook:"
265
 
266
+ #: facebook-button-plugin.php:544
267
  msgid "Show URL for pages"
268
  msgstr "Отображать URL для страниц"
269
 
270
+ #: facebook-button-plugin.php:550
271
  msgid "Example of the site's pages tree"
272
  msgstr "Пример дерева страниц сайта"
273
 
274
+ #: facebook-button-plugin.php:550
275
  msgid "Example of site pages' tree"
276
  msgstr "Пример дерева страниц сайта"
277
 
278
+ #: facebook-button-plugin.php:560
279
  msgid "If you upgrade to Pro version all your settings will be saved."
280
  msgstr "При установке Pro версии плагина, все ваши настройки сохраняются."
281
 
282
+ #: facebook-button-plugin.php:583
 
 
 
 
 
 
 
 
 
 
 
 
 
283
  msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
284
  msgstr "Поздравляем! PRO версия плагина была успешно загружена и активирована."
285
 
286
+ #: facebook-button-plugin.php:585
287
  msgid "Please, go to"
288
  msgstr "Пожалуйста, перейдите на"
289
 
290
+ #: facebook-button-plugin.php:585
291
  msgid "the setting page"
292
  msgstr "страницу настроек"
293
 
294
+ #: facebook-button-plugin.php:586
295
  msgid "You will be redirected automatically in 5 seconds."
296
  msgstr "Вы будете перенаправлены автоматически через 5 секунд."
297
 
298
+ #: facebook-button-plugin.php:591
299
  msgid "You can download and activate"
300
  msgstr "Вы можете скачать и активировать"
301
 
302
+ #: facebook-button-plugin.php:593
303
  msgid "version of this plugin by entering Your license key."
304
  msgstr "версию этого плагина, введя ваш лицензионный ключ."
305
 
306
+ #: facebook-button-plugin.php:595
307
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
308
  msgstr "Вы можете найти ваш лицензионный ключ на вашей личной странице Client area, нажав на ссылку"
309
 
310
+ #: facebook-button-plugin.php:597
311
  msgid "(your username is the email you specify when purchasing the product)."
312
  msgstr "(ваше имя пользователя - это электронный адрес, указанный при покупке продукта)."
313
 
314
+ #: facebook-button-plugin.php:605
315
+ #: facebook-button-plugin.php:615
316
  msgid "Go!"
317
  msgstr "Перейти!"
318
 
319
+ #: facebook-button-plugin.php:608
320
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
321
  msgstr "К сожалению, вы превысили количество доступных попыток в день. Пожалуйста, загрузите плагин вручную."
322
 
323
+ #: facebook-button-plugin.php:799
324
  msgid "Support"
325
  msgstr "Поддержка"
326
 
327
+ #: facebook-button-plugin.php:879
328
  msgid "It's time to upgrade your <strong>Facebook Like Button</strong> to <strong>PRO</strong> version"
329
  msgstr "Пора обновить ваш <strong>плагин Facebook Like Button</strong> до <strong>PRO</strong> версии"
330
 
331
+ #: facebook-button-plugin.php:880
332
  msgid "Extend standard plugin functionality with new great options"
333
  msgstr "Расширение стандартного функционала плагина новыми опциями"
334
 
languages/facebook-tr_TR.mo ADDED
Binary file
languages/facebook-tr_TR.po ADDED
@@ -0,0 +1,342 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: facebook\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-01-05 14:59+0300\n"
6
+ "PO-Revision-Date: 2015-01-05 14:59+0300\n"
7
+ "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
+ "Language-Team: Can Atasever <webmaster@canatasever.com>\n"
9
+ "Language: tr\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
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "X-Poedit-SearchPath-0: .\n"
19
+
20
+ #: facebook-button-plugin.php:79
21
+ #: facebook-button-plugin.php:395
22
+ msgid "Facebook Button Settings"
23
+ msgstr "Facebook Buton Ayarları"
24
+
25
+ #: facebook-button-plugin.php:79
26
+ msgid "Facebook Button"
27
+ msgstr "Facebook Butonu"
28
+
29
+ #: facebook-button-plugin.php:185
30
+ msgid "requires"
31
+ msgstr "eklentisi"
32
+
33
+ #: facebook-button-plugin.php:185
34
+ msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
35
+ msgstr "ya da daha üst versiyon gerektirir, eklenti bu yüzden etkisizleştirildi! Lütfen Wordpress&#39;i güncelleyin ve tekrar deneyin."
36
+
37
+ #: facebook-button-plugin.php:185
38
+ msgid "Back to the WordPress"
39
+ msgstr "Wordpress&#39;e geri dön"
40
+
41
+ #: facebook-button-plugin.php:185
42
+ msgid "Plugins page"
43
+ msgstr "Eklentiler sayfası"
44
+
45
+ #: facebook-button-plugin.php:225
46
+ msgid "Settings saved"
47
+ msgstr "Ayarlar kaydedildi"
48
+
49
+ #: facebook-button-plugin.php:253
50
+ msgid "Error: File size > 32K"
51
+ msgstr "HATA: Dosya boyutu > 32K"
52
+
53
+ #: facebook-button-plugin.php:256
54
+ msgid "Error: Invalid file type"
55
+ msgstr "HATA: Geçersiz dosya türü"
56
+
57
+ #: facebook-button-plugin.php:262
58
+ msgid "Upload successful."
59
+ msgstr "Yükleme başarılı"
60
+
61
+ #: facebook-button-plugin.php:265
62
+ msgid "Error: moving file failed"
63
+ msgstr "HATA: dosya taşıma başarısız."
64
+
65
+ #: facebook-button-plugin.php:268
66
+ msgid "Error: check image width or height"
67
+ msgstr "HATA: görselin genişliğini ya da yüksekliğini kontrol edin."
68
+
69
+ #: facebook-button-plugin.php:272
70
+ msgid "Uploading Error: check image properties"
71
+ msgstr "Yükleme Hatası: görselin özelliklerini kontrol edin."
72
+
73
+ #: facebook-button-plugin.php:284
74
+ #: facebook-button-plugin.php:323
75
+ msgid "Wrong license key"
76
+ msgstr "Hatalı lisans anahtarı"
77
+
78
+ #: facebook-button-plugin.php:316
79
+ 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."
80
+ msgstr "Bir şeyler ters gitti, lütfen daha sonra tekrar deneyin. Eğer hata tekrar görünürse, lütfen <a href=http://support.bestwebsoft.com>BestWebSoft</a> üzerinden bizimle iletişime geçin. Yaşadığınız rahatsızlık için üzgünüz."
81
+
82
+ #: facebook-button-plugin.php:325
83
+ msgid "This license key is bind to another site"
84
+ msgstr "Lisans anahtarı başka bir siteyle eşleştirilmiş."
85
+
86
+ #: facebook-button-plugin.php:327
87
+ msgid "Unfortunately, you have exceeded the number of available tries. Please, upload the plugin manually."
88
+ msgstr "Üzgünüz, günlük deneme limitini aştınız. Lütfen eklentiyi manuel olarak yükleyin."
89
+
90
+ #: facebook-button-plugin.php:344
91
+ msgid "Failed to open the zip archive. Please, upload the plugin manually"
92
+ msgstr "ZIP arşivi açılamadı. Lütfen eklentiyi manuel olarak yükleyin."
93
+
94
+ #: facebook-button-plugin.php:350
95
+ msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
96
+ msgstr "Sunucunuz ZipArchive ya da Phar desteklemiyor. Lütfen eklentiyi manuel olarak yükleyin."
97
+
98
+ #: facebook-button-plugin.php:354
99
+ #: facebook-button-plugin.php:363
100
+ msgid "Failed to download the zip archive. Please, upload the plugin manually"
101
+ msgstr "ZIParşivi indirilemedi. Lütfen eklentiyi manuel olarak yükleyin."
102
+
103
+ #: facebook-button-plugin.php:367
104
+ msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
105
+ msgstr "Bir şeyler ters gitti. Lütfen daha sonra tekrar deneyin ya da eklentiyi manuel olarak yükleyin. Yaşadığınız rahatsızlık için üzgünüz."
106
+
107
+ #: facebook-button-plugin.php:385
108
+ msgid "Please, enter Your license key"
109
+ msgstr "Lütfen Lisans Anahtarı&#39;nızı girin"
110
+
111
+ #: facebook-button-plugin.php:397
112
+ #: facebook-button-plugin.php:785
113
+ #: facebook-button-plugin.php:797
114
+ msgid "Settings"
115
+ msgstr "Ayarlar"
116
+
117
+ #: facebook-button-plugin.php:398
118
+ msgid "Extra settings"
119
+ msgstr "Ekstra Ayarlar"
120
+
121
+ #: facebook-button-plugin.php:399
122
+ #: facebook-button-plugin.php:798
123
+ msgid "FAQ"
124
+ msgstr "SSS"
125
+
126
+ #: facebook-button-plugin.php:400
127
+ msgid "Go PRO"
128
+ msgstr "PRO&#39;ya geçin"
129
+
130
+ #: facebook-button-plugin.php:403
131
+ msgid "Notice:"
132
+ msgstr "Uyarı:"
133
+
134
+ #: facebook-button-plugin.php:403
135
+ msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
136
+ msgstr "eklentinin ayarları değiştirildi. Değişiklikleri kaydetmek için &#39;Değişiklikleri Kaydet&#39; butonuna basmayı unutmayın."
137
+
138
+ #: facebook-button-plugin.php:409
139
+ #, fuzzy
140
+ msgid "Your Facebook ID or username:"
141
+ msgstr "Facebook ID&#39;niz:"
142
+
143
+ #: facebook-button-plugin.php:415
144
+ msgid "Display button:"
145
+ msgstr "Butonu Göster:"
146
+
147
+ #: facebook-button-plugin.php:417
148
+ msgid "My Page"
149
+ msgstr "Benim Sayfam"
150
+
151
+ #: facebook-button-plugin.php:418
152
+ msgid "Like"
153
+ msgstr "Beğen"
154
+
155
+ #: facebook-button-plugin.php:419
156
+ msgid "Share"
157
+ msgstr "Paylaş"
158
+
159
+ #: facebook-button-plugin.php:424
160
+ msgid "Choose display settings:"
161
+ msgstr "Gösterim ayarlarını seçin:"
162
+
163
+ #: facebook-button-plugin.php:429
164
+ msgid "Standard Facebook image"
165
+ msgstr "Standart Facebook görseli"
166
+
167
+ #: facebook-button-plugin.php:430
168
+ msgid "Custom Facebook image"
169
+ msgstr "Özel Facebook görseli"
170
+
171
+ #: facebook-button-plugin.php:433
172
+ msgid "To use custom image you need to setup permissions to upload directory of your site"
173
+ msgstr "Özel görsel kullanmak için sitenizin dizinine yükleme yapılmasına izin vermelisiniz."
174
+
175
+ #: facebook-button-plugin.php:439
176
+ msgid "Current image:"
177
+ msgstr "Şu anki görsel:"
178
+
179
+ #: facebook-button-plugin.php:447
180
+ msgid "Facebook image:"
181
+ msgstr "Facebook görseli:"
182
+
183
+ #: facebook-button-plugin.php:451
184
+ msgid "Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
185
+ msgstr "Görsel özellikleri: maksimum görsel genişliği: 100px; maksimum görsel yüksekliği: 40px; maksimum görsel boyutu: 32 KB; uzantılar: \"jpg\", \"jpeg\", \"png\"."
186
+
187
+ #: facebook-button-plugin.php:456
188
+ msgid "Facebook Button Position:"
189
+ msgstr "Facebook Butonu pozisyonu"
190
+
191
+ #: facebook-button-plugin.php:460
192
+ msgid "Before"
193
+ msgstr "Önce"
194
+
195
+ #: facebook-button-plugin.php:461
196
+ msgid "After"
197
+ msgstr "Sonra"
198
+
199
+ #: facebook-button-plugin.php:462
200
+ msgid "Before and After"
201
+ msgstr "Önce ve Sonra"
202
+
203
+ #: facebook-button-plugin.php:463
204
+ msgid "Shortcode"
205
+ msgstr "Kısa kod"
206
+
207
+ #: facebook-button-plugin.php:465
208
+ msgid "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:"
209
+ msgstr "eğer web sitenize Facebook butonu eklemek isterseniz, verilen kısa kodu sayfanıza ya da yazınıza eklemeniz yeterlidir."
210
+
211
+ #: facebook-button-plugin.php:470
212
+ msgid "Facebook Button language:"
213
+ msgstr "Facebook Butonu dili"
214
+
215
+ #: facebook-button-plugin.php:481
216
+ msgid "Change the language of Facebook Like Button"
217
+ msgstr "Facebook Beğen butonunun dilini değiştirin"
218
+
219
+ #: facebook-button-plugin.php:485
220
+ msgid "Html tag for Like Button:"
221
+ msgstr "Beğen butonu için HTML etiketi:"
222
+
223
+ #: facebook-button-plugin.php:489
224
+ msgid "Use this tag to improve validation of your site"
225
+ msgstr "Sitenizin doğrulamasını geliştirmek için bu etiketi kullanın"
226
+
227
+ #: facebook-button-plugin.php:498
228
+ msgid "\"Like\" for an entire site on every page:"
229
+ msgstr ""
230
+
231
+ #: facebook-button-plugin.php:505
232
+ #: facebook-button-plugin.php:567
233
+ msgid "Unlock premium options by upgrading to a PRO version."
234
+ msgstr "PRO versiyonuna geçerek premium özellikleri aktifleştirin."
235
+
236
+ #: facebook-button-plugin.php:506
237
+ #: facebook-button-plugin.php:568
238
+ #: facebook-button-plugin.php:876
239
+ msgid "Learn More"
240
+ msgstr "Detaylı Bilgi"
241
+
242
+ #: facebook-button-plugin.php:509
243
+ #: facebook-button-plugin.php:571
244
+ msgid "Go"
245
+ msgstr "Git"
246
+
247
+ #: facebook-button-plugin.php:516
248
+ #: facebook-button-plugin.php:555
249
+ msgid "Save Changes"
250
+ msgstr "Değişiklikleri Kaydet"
251
+
252
+ #: facebook-button-plugin.php:522
253
+ msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
254
+ msgstr "Eklentiyi beğendiyseniz, Wordpress&#39;te 5 yıldız verin"
255
+
256
+ #: facebook-button-plugin.php:523
257
+ msgid "Rate the plugin"
258
+ msgstr "Eklentiyi değerlendir"
259
+
260
+ #: facebook-button-plugin.php:526
261
+ msgid "If there is something wrong about it, please contact us"
262
+ msgstr "Eğer bir hata görürseniz lütfen bizimle iletişime geçin."
263
+
264
+ #: facebook-button-plugin.php:537
265
+ msgid "Please choose the necessary post types (or single pages) where Facebook button will be displayed:"
266
+ msgstr "Lütfen Facebook butonunun gösterileceği yazı türlerini (ya da tek sayfaları) seçin."
267
+
268
+ #: facebook-button-plugin.php:544
269
+ msgid "Show URL for pages"
270
+ msgstr "Sayfalar için URL göster"
271
+
272
+ #: facebook-button-plugin.php:550
273
+ msgid "Example of the site's pages tree"
274
+ msgstr "Sitenin sayfalar izi için örnek"
275
+
276
+ #: facebook-button-plugin.php:550
277
+ msgid "Example of site pages' tree"
278
+ msgstr "Site sayfaları izi için örnek"
279
+
280
+ #: facebook-button-plugin.php:560
281
+ msgid "If you upgrade to Pro version all your settings will be saved."
282
+ msgstr "Aboneliğinizi PRO versiyonuna yükseltirseniz tüm değişiklikleriniz kaydedilecek."
283
+
284
+ #: facebook-button-plugin.php:583
285
+ msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
286
+ msgstr "Tebrikler! Eklentinin PRO versiyonu başarıyla indirildi ve aktifleştirildi."
287
+
288
+ #: facebook-button-plugin.php:585
289
+ msgid "Please, go to"
290
+ msgstr "Lütfen şuraya gidin:"
291
+
292
+ #: facebook-button-plugin.php:585
293
+ msgid "the setting page"
294
+ msgstr "ayarlar sayfası"
295
+
296
+ #: facebook-button-plugin.php:586
297
+ msgid "You will be redirected automatically in 5 seconds."
298
+ msgstr "5 saniye içinde otomatik olarak yönlendirileceksiniz."
299
+
300
+ #: facebook-button-plugin.php:591
301
+ msgid "You can download and activate"
302
+ msgstr "Eklentinin"
303
+
304
+ #: facebook-button-plugin.php:593
305
+ msgid "version of this plugin by entering Your license key."
306
+ msgstr "versiyonunu lisans anahtarınızı girerek yükleyebilir ve aktifleştirebilirsiniz."
307
+
308
+ #: facebook-button-plugin.php:595
309
+ msgid "You can find your license key on your personal page Client area, by clicking on the link"
310
+ msgstr "Lisans anahtarınızı kişisel müşteri sayfanızda bulabilirsiniz, tıklayın"
311
+
312
+ #: facebook-button-plugin.php:597
313
+ msgid "(your username is the email you specify when purchasing the product)."
314
+ msgstr "(kullanıcı adınız, ürün için ödeme yaparken belirttiğiniz e-posta adresinizdir)"
315
+
316
+ #: facebook-button-plugin.php:605
317
+ #: facebook-button-plugin.php:615
318
+ msgid "Go!"
319
+ msgstr "Git!"
320
+
321
+ #: facebook-button-plugin.php:608
322
+ msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
323
+ msgstr "Üzgünüz, günlük deneme limitini aştınız. Lütfen eklentiyi manuel olarak yükleyin."
324
+
325
+ #: facebook-button-plugin.php:799
326
+ msgid "Support"
327
+ msgstr "Destek"
328
+
329
+ #: facebook-button-plugin.php:879
330
+ msgid "It's time to upgrade your <strong>Facebook Like Button</strong> to <strong>PRO</strong> version"
331
+ msgstr "<strong>Captcha eklentisini</strong> <strong>PRO</strong> versiyonuna yükseltmenizin zamanı geldi!"
332
+
333
+ #: facebook-button-plugin.php:880
334
+ msgid "Extend standard plugin functionality with new great options"
335
+ msgstr "Eklentinin standart özelliklerini yeni ve harika özelliklerle zenginleştirin."
336
+
337
+ #~ msgid ""
338
+ #~ "This functionality is available in the Pro version of the plugin. For "
339
+ #~ "more details, please follow the link"
340
+ #~ msgstr ""
341
+ #~ "Данный функционал доступен в Про версии плагина. Для более детальной "
342
+ #~ "информации смотрите"
languages/facebook-uk.mo CHANGED
Binary file
languages/facebook-uk.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: facebook\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-08-06 17:01+0300\n"
6
- "PO-Revision-Date: 2014-08-06 17:01+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: BestWebSoft <plugin@bestwebsoft.com>\n"
9
  "Language: ua_UA\n"
@@ -16,368 +16,320 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: facebook-button-plugin.php:73 facebook-button-plugin.php:407
 
20
  msgid "Facebook Button Settings"
21
  msgstr "Установки кнопки Facebook"
22
 
23
- #: facebook-button-plugin.php:73
24
  msgid "Facebook Button"
25
  msgstr "кнопка Facebook"
26
 
27
- #: facebook-button-plugin.php:190
28
  msgid "requires"
29
  msgstr "потребує"
30
 
31
- #: facebook-button-plugin.php:190
32
- msgid ""
33
- "or higher, that is why it has been deactivated! Please upgrade WordPress and "
34
- "try again."
35
- msgstr ""
36
- "чи вище, тому він був деактивований! Будь ласка оновіть WordPress та "
37
- "спробуйте ще раз."
38
 
39
- #: facebook-button-plugin.php:190
40
  msgid "Back to the WordPress"
41
  msgstr "Повернутися до WordPress на"
42
 
43
- #: facebook-button-plugin.php:190
44
  msgid "Plugins page"
45
  msgstr "Сторінку плагинів"
46
 
47
- #: facebook-button-plugin.php:227
48
  msgid "Settings saved"
49
  msgstr "Установки збережені"
50
 
51
- #: facebook-button-plugin.php:255
52
  msgid "Error: File size > 32K"
53
  msgstr "Помилка: Розмір файлу> 32K"
54
 
55
- #: facebook-button-plugin.php:258
56
  msgid "Error: Invalid file type"
57
  msgstr "Помилка: Невірний тип файлу"
58
 
59
- #: facebook-button-plugin.php:264
60
  msgid "Upload successful."
61
  msgstr "Файл був завантажений успішно"
62
 
63
- #: facebook-button-plugin.php:267
64
  msgid "Error: moving file failed"
65
  msgstr "Помилка: не вдалося Переміщення файлів"
66
 
67
- #: facebook-button-plugin.php:270
68
  msgid "Error: check image width or height"
69
  msgstr "Помилка: Перевірте ширину або висоту зображення"
70
 
71
- #: facebook-button-plugin.php:274
72
  msgid "Uploading Error: check image properties"
73
  msgstr "Помилка Завантаження: Перевірте властивості зображення"
74
 
75
- #: facebook-button-plugin.php:298 facebook-button-plugin.php:337
 
76
  msgid "Wrong license key"
77
  msgstr "Невірний ліцензійний ключ!"
78
 
79
- #: facebook-button-plugin.php:330
80
- msgid ""
81
- "Something went wrong. Try again later. If the error will appear again, "
82
- "please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. "
83
- "We are sorry for inconvenience."
84
- msgstr ""
85
- "Виникли певні проблеми. Спробуйте ще раз пізніше. Якщо помилка виникатиме "
86
- "знову, будь ласка, зверніться до нашої служби підтримки href=http://support."
87
- "bestwebsoft.com>BestWebSoft</a>. Просимо вибачення за незручності."
88
 
89
- #: facebook-button-plugin.php:339
90
  msgid "This license key is bind to another site"
91
  msgstr "Ліцензійний ключ прив'язано до іншого сайту"
92
 
93
- #: facebook-button-plugin.php:341
94
- msgid ""
95
- "Unfortunately, you have exceeded the number of available tries. Please, "
96
- "upload the plugin manually."
97
- msgstr ""
98
- "На жаль, Ви перевищили кількість доступних спроб на день. Будь ласка, "
99
- "завантажте плагін вручну."
100
 
101
- #: facebook-button-plugin.php:359
102
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
103
- msgstr ""
104
- "Виникли проблеми під чаз розпакування zip-архіву. Будь ласка, завантажте "
105
- "плагін вручну."
106
 
107
- #: facebook-button-plugin.php:365
108
- msgid ""
109
- "Your server does not support either ZipArchive or Phar. Please, upload the "
110
- "plugin manually"
111
- msgstr ""
112
- "Ваш сервер не підтримує ані ZipArchive, ані Phar. Будь ласка, завантажте "
113
- "плагін вручну"
114
 
115
- #: facebook-button-plugin.php:369 facebook-button-plugin.php:378
 
116
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
117
- msgstr ""
118
- "Виникли проблеми під час завантаження zip-архіву. Будь ласка, завантажте "
119
- "архів вручну."
120
 
121
- #: facebook-button-plugin.php:382
122
- msgid ""
123
- "Something went wrong. Try again later or upload the plugin manually. We are "
124
- "sorry for inconvienience."
125
- msgstr ""
126
- "Виникли певні проблеми. Спробуйте ще раз пізніше або завантажте плагін "
127
- "вручну. Просимо вібачення за незручності."
128
 
129
- #: facebook-button-plugin.php:397
130
  msgid "Please, enter Your license key"
131
  msgstr "Будь ласка, впишіть ваш ліцензійний ключ"
132
 
133
- #: facebook-button-plugin.php:409 facebook-button-plugin.php:778
134
- #: facebook-button-plugin.php:790
 
135
  msgid "Settings"
136
  msgstr "Установки"
137
 
138
- #: facebook-button-plugin.php:410
139
  msgid "Extra settings"
140
  msgstr "Додаткові налаштування"
141
 
142
- #: facebook-button-plugin.php:411 facebook-button-plugin.php:791
 
143
  msgid "FAQ"
144
  msgstr "Часті питання"
145
 
146
- #: facebook-button-plugin.php:412
147
  msgid "Go PRO"
148
  msgstr "Перейти на Pro версію"
149
 
150
- #: facebook-button-plugin.php:415
151
  msgid "Notice:"
152
  msgstr "Нагадування:"
153
 
154
- #: facebook-button-plugin.php:415
155
- msgid ""
156
- "The plugin's settings have been changed. In order to save them please don't "
157
- "forget to click the 'Save Changes' button."
158
- msgstr ""
159
- "Налаштування плагіну було змінено. Для того, щоб зберегти ці зміни, не "
160
- "забудьте нажати кнопку \"Зберегти зміни\"."
161
 
162
- #: facebook-button-plugin.php:421
163
- msgid "Your Facebook ID:"
 
164
  msgstr "ID вашого Facebook акаунту"
165
 
166
- #: facebook-button-plugin.php:427
167
  msgid "Display button:"
168
  msgstr "Відображати кнопку:"
169
 
170
- #: facebook-button-plugin.php:429
171
  msgid "My Page"
172
  msgstr "Моя сторінка"
173
 
174
- #: facebook-button-plugin.php:430
175
  msgid "Like"
176
  msgstr "Like"
177
 
178
- #: facebook-button-plugin.php:431
179
  msgid "Share"
180
  msgstr "Share"
181
 
182
- #: facebook-button-plugin.php:436
183
  msgid "Choose display settings:"
184
  msgstr "Виберіть відображати установки:"
185
 
186
- #: facebook-button-plugin.php:441
187
  msgid "Standard Facebook image"
188
  msgstr "Стандартне зображення FaceBook "
189
 
190
- #: facebook-button-plugin.php:442
191
  msgid "Custom Facebook image"
192
  msgstr "Кастомне м FaceBook"
193
 
194
- #: facebook-button-plugin.php:445
195
- msgid ""
196
- "To use custom image you need to setup permissions to upload directory of "
197
- "your site"
198
- msgstr ""
199
- "Для використання кастомного зображення Вам необхідно видати права доступу на "
200
- "папку завантажень на вашому сайті"
201
 
202
- #: facebook-button-plugin.php:451
203
  msgid "Current image:"
204
  msgstr "Поточне зображення:"
205
 
206
- #: facebook-button-plugin.php:459
207
  msgid "Facebook image:"
208
  msgstr "Зображення Facebook :"
209
 
210
- #: facebook-button-plugin.php:465
211
- msgid ""
212
- "Image properties: max image width:100px; max image height:40px; max image "
213
- "size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
214
- msgstr ""
215
- "Властивості зображення: максимальна ширина зображення:1 00px; Максимальна "
216
- "висота зображення: 40px; максимальний розмір зображення: 32Kb; Зображення "
217
- "типів:\"jpg\", \"jpeg\", \"png\"."
218
 
219
- #: facebook-button-plugin.php:470
220
  msgid "Facebook Button Position:"
221
  msgstr "Розташування кнопки Facebook:"
222
 
223
- #: facebook-button-plugin.php:474
224
  msgid "Before"
225
  msgstr "Перш ніж"
226
 
227
- #: facebook-button-plugin.php:475
228
  msgid "After"
229
  msgstr "Після того як"
230
 
231
- #: facebook-button-plugin.php:476
232
  msgid "Before and After"
233
  msgstr "До і після"
234
 
235
- #: facebook-button-plugin.php:477
236
  msgid "Shortcode"
237
  msgstr "Шорткод"
238
 
239
- #: facebook-button-plugin.php:479
240
- msgid ""
241
- "If you would like to add a Facebook button to your website, just copy and "
242
- "paste this shortcode into your post or page:"
243
- msgstr ""
244
- "Якщо ви хочете додати кнопку FaceBook на ваш сайт, просто скопіюйте і "
245
- "помістіть цей шорткод на у пост або на сторінку:"
246
 
247
- #: facebook-button-plugin.php:484
248
  msgid "Facebook Button language:"
249
  msgstr "Мова кнопки FaceBook:"
250
 
251
- #: facebook-button-plugin.php:495
252
  msgid "Change the language of Facebook Like Button"
253
  msgstr "Змінити мову для конпки Like Facebook"
254
 
255
- #: facebook-button-plugin.php:499
256
  msgid "Html tag for Like Button:"
257
  msgstr "Html тег для кнопки Like:"
258
 
259
- #: facebook-button-plugin.php:503
260
  msgid "Use this tag to improve validation of your site"
261
  msgstr "Використовуйте цей тег для поліпшення валідації вашого сайту"
262
 
263
- #: facebook-button-plugin.php:509 facebook-button-plugin.php:548
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
264
  msgid "Save Changes"
265
  msgstr "Зберегти зміни"
266
 
267
- #: facebook-button-plugin.php:515
268
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
269
- msgstr ""
270
- "Якщо Вам сподобався наш плагін, ми будемо раді, якщо Ви оціните його у п'ять "
271
- "зірочок на WordPress"
272
 
273
- #: facebook-button-plugin.php:516
274
  msgid "Rate the plugin"
275
  msgstr "Оцініти плагін"
276
 
277
- #: facebook-button-plugin.php:519
278
  msgid "If there is something wrong about it, please contact us"
279
  msgstr "Якщо у вас є запитання, будь ласка, звертайтесь до нас"
280
 
281
- #: facebook-button-plugin.php:530
282
- msgid ""
283
- "Please choose the necessary post types (or single pages) where Facebook "
284
- "button will be displayed:"
285
- msgstr ""
286
- "Будь ласка, оберіть необхідні типи постів (чи сторінок), де буде "
287
- "відображатися кнопка Facebook"
288
-
289
  #: facebook-button-plugin.php:537
 
 
 
 
290
  msgid "Show URL for pages"
291
  msgstr "Відображати URL сторінок"
292
 
293
- #: facebook-button-plugin.php:543
294
  msgid "Example of the site's pages tree"
295
  msgstr "Приклад дерева сторінок сайту"
296
 
297
- #: facebook-button-plugin.php:543
298
  msgid "Example of site pages' tree"
299
  msgstr "Приклад дерева сторінок сайту"
300
 
301
- #: facebook-button-plugin.php:553
302
  msgid "If you upgrade to Pro version all your settings will be saved."
303
  msgstr "Якщо ви перейдете на Pro версію, усі установки будуть збережені."
304
 
305
- #: facebook-button-plugin.php:560
306
- msgid "Unlock premium options by upgrading to a PRO version."
307
- msgstr "Зробити доступними преміум-опції, перейшовши на PRO версію."
308
-
309
- #: facebook-button-plugin.php:561 facebook-button-plugin.php:869
310
- msgid "Learn More"
311
- msgstr "Докладніше"
312
-
313
- #: facebook-button-plugin.php:564
314
- msgid "Go"
315
- msgstr "Перейти"
316
-
317
- #: facebook-button-plugin.php:576
318
- msgid ""
319
- "Congratulations! The PRO version of the plugin is successfully download and "
320
- "activated."
321
  msgstr "Вітаємо! PRO версію плагіну успішно завантажено та активовано."
322
 
323
- #: facebook-button-plugin.php:578
324
  msgid "Please, go to"
325
  msgstr "Будь ласка, перейдіть"
326
 
327
- #: facebook-button-plugin.php:578
328
  msgid "the setting page"
329
  msgstr "сторінку установок"
330
 
331
- #: facebook-button-plugin.php:579
332
  msgid "You will be redirected automatically in 5 seconds."
333
  msgstr "Вас буде перенаправлено автоматично через 5 секунд."
334
 
335
- #: facebook-button-plugin.php:584
336
  msgid "You can download and activate"
337
  msgstr "Ви можете завантажити та активувати"
338
 
339
- #: facebook-button-plugin.php:586
340
  msgid "version of this plugin by entering Your license key."
341
  msgstr "версію уього плагіну, якщо впишете ваш ліцензійний ключ."
342
 
343
- #: facebook-button-plugin.php:588
344
- msgid ""
345
- "You can find your license key on your personal page Client area, by clicking "
346
- "on the link"
347
- msgstr ""
348
- "Ви можете знайти ваш ліцензійний ключ на вашій персональній сторінці у "
349
- "Client area, перейшовши за посиланням"
350
 
351
- #: facebook-button-plugin.php:590
352
  msgid "(your username is the email you specify when purchasing the product)."
353
- msgstr ""
354
- "(ім'я користувача - це електронна адреса, яку ви вказуєте при купівлі "
355
- "продукту)."
356
 
357
- #: facebook-button-plugin.php:598 facebook-button-plugin.php:608
 
358
  msgid "Go!"
359
  msgstr "Перейти!"
360
 
361
- #: facebook-button-plugin.php:601
362
- msgid ""
363
- "Unfortunately, you have exceeded the number of available tries per day. "
364
- "Please, upload the plugin manually."
365
- msgstr ""
366
- "На жаль, Ви перевищили кількість доступних спроб на день. Будь ласка, "
367
- "завантажте плагін вручну."
368
 
369
- #: facebook-button-plugin.php:792
370
  msgid "Support"
371
  msgstr "Підтримка"
372
 
373
- #: facebook-button-plugin.php:872
374
- msgid ""
375
- "It's time to upgrade your <strong>Facebook Like Button</strong> to "
376
- "<strong>PRO</strong> version"
377
- msgstr ""
378
- "Час оновити ваш <strong>Facebook Like Button</strong> до <strong>PRO</"
379
- "strong> версії!"
380
 
381
- #: facebook-button-plugin.php:873
382
  msgid "Extend standard plugin functionality with new great options"
383
  msgstr "Розширити стандартний функціонал плагіну новими опціями."
 
2
  msgstr ""
3
  "Project-Id-Version: facebook\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-01-05 14:59+0300\n"
6
+ "PO-Revision-Date: 2015-01-05 14:59+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: BestWebSoft <plugin@bestwebsoft.com>\n"
9
  "Language: ua_UA\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: facebook-button-plugin.php:79
20
+ #: facebook-button-plugin.php:395
21
  msgid "Facebook Button Settings"
22
  msgstr "Установки кнопки Facebook"
23
 
24
+ #: facebook-button-plugin.php:79
25
  msgid "Facebook Button"
26
  msgstr "кнопка Facebook"
27
 
28
+ #: facebook-button-plugin.php:185
29
  msgid "requires"
30
  msgstr "потребує"
31
 
32
+ #: facebook-button-plugin.php:185
33
+ msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
34
+ msgstr "чи вище, тому він був деактивований! Будь ласка оновіть WordPress та спробуйте ще раз."
 
 
 
 
35
 
36
+ #: facebook-button-plugin.php:185
37
  msgid "Back to the WordPress"
38
  msgstr "Повернутися до WordPress на"
39
 
40
+ #: facebook-button-plugin.php:185
41
  msgid "Plugins page"
42
  msgstr "Сторінку плагинів"
43
 
44
+ #: facebook-button-plugin.php:225
45
  msgid "Settings saved"
46
  msgstr "Установки збережені"
47
 
48
+ #: facebook-button-plugin.php:253
49
  msgid "Error: File size > 32K"
50
  msgstr "Помилка: Розмір файлу> 32K"
51
 
52
+ #: facebook-button-plugin.php:256
53
  msgid "Error: Invalid file type"
54
  msgstr "Помилка: Невірний тип файлу"
55
 
56
+ #: facebook-button-plugin.php:262
57
  msgid "Upload successful."
58
  msgstr "Файл був завантажений успішно"
59
 
60
+ #: facebook-button-plugin.php:265
61
  msgid "Error: moving file failed"
62
  msgstr "Помилка: не вдалося Переміщення файлів"
63
 
64
+ #: facebook-button-plugin.php:268
65
  msgid "Error: check image width or height"
66
  msgstr "Помилка: Перевірте ширину або висоту зображення"
67
 
68
+ #: facebook-button-plugin.php:272
69
  msgid "Uploading Error: check image properties"
70
  msgstr "Помилка Завантаження: Перевірте властивості зображення"
71
 
72
+ #: facebook-button-plugin.php:284
73
+ #: facebook-button-plugin.php:323
74
  msgid "Wrong license key"
75
  msgstr "Невірний ліцензійний ключ!"
76
 
77
+ #: facebook-button-plugin.php:316
78
+ 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."
79
+ msgstr "Виникли певні проблеми. Спробуйте ще раз пізніше. Якщо помилка виникатиме знову, будь ласка, зверніться до нашої служби підтримки href=http://support.bestwebsoft.com>BestWebSoft</a>. Просимо вибачення за незручності."
 
 
 
 
 
 
80
 
81
+ #: facebook-button-plugin.php:325
82
  msgid "This license key is bind to another site"
83
  msgstr "Ліцензійний ключ прив'язано до іншого сайту"
84
 
85
+ #: facebook-button-plugin.php:327
86
+ msgid "Unfortunately, you have exceeded the number of available tries. Please, upload the plugin manually."
87
+ msgstr "На жаль, Ви перевищили кількість доступних спроб на день. Будь ласка, завантажте плагін вручну."
 
 
 
 
88
 
89
+ #: facebook-button-plugin.php:344
90
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
91
+ msgstr "Виникли проблеми під чаз розпакування zip-архіву. Будь ласка, завантажте плагін вручну."
 
 
92
 
93
+ #: facebook-button-plugin.php:350
94
+ msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
95
+ msgstr "Ваш сервер не підтримує ані ZipArchive, ані Phar. Будь ласка, завантажте плагін вручну"
 
 
 
 
96
 
97
+ #: facebook-button-plugin.php:354
98
+ #: facebook-button-plugin.php:363
99
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
100
+ msgstr "Виникли проблеми під час завантаження zip-архіву. Будь ласка, завантажте архів вручну."
 
 
101
 
102
+ #: facebook-button-plugin.php:367
103
+ msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
104
+ msgstr "Виникли певні проблеми. Спробуйте ще раз пізніше або завантажте плагін вручну. Просимо вібачення за незручності."
 
 
 
 
105
 
106
+ #: facebook-button-plugin.php:385
107
  msgid "Please, enter Your license key"
108
  msgstr "Будь ласка, впишіть ваш ліцензійний ключ"
109
 
110
+ #: facebook-button-plugin.php:397
111
+ #: facebook-button-plugin.php:785
112
+ #: facebook-button-plugin.php:797
113
  msgid "Settings"
114
  msgstr "Установки"
115
 
116
+ #: facebook-button-plugin.php:398
117
  msgid "Extra settings"
118
  msgstr "Додаткові налаштування"
119
 
120
+ #: facebook-button-plugin.php:399
121
+ #: facebook-button-plugin.php:798
122
  msgid "FAQ"
123
  msgstr "Часті питання"
124
 
125
+ #: facebook-button-plugin.php:400
126
  msgid "Go PRO"
127
  msgstr "Перейти на Pro версію"
128
 
129
+ #: facebook-button-plugin.php:403
130
  msgid "Notice:"
131
  msgstr "Нагадування:"
132
 
133
+ #: facebook-button-plugin.php:403
134
+ msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
135
+ msgstr "Налаштування плагіну було змінено. Для того, щоб зберегти ці зміни, не забудьте нажати кнопку \"Зберегти зміни\"."
 
 
 
 
136
 
137
+ #: facebook-button-plugin.php:409
138
+ #, fuzzy
139
+ msgid "Your Facebook ID or username:"
140
  msgstr "ID вашого Facebook акаунту"
141
 
142
+ #: facebook-button-plugin.php:415
143
  msgid "Display button:"
144
  msgstr "Відображати кнопку:"
145
 
146
+ #: facebook-button-plugin.php:417
147
  msgid "My Page"
148
  msgstr "Моя сторінка"
149
 
150
+ #: facebook-button-plugin.php:418
151
  msgid "Like"
152
  msgstr "Like"
153
 
154
+ #: facebook-button-plugin.php:419
155
  msgid "Share"
156
  msgstr "Share"
157
 
158
+ #: facebook-button-plugin.php:424
159
  msgid "Choose display settings:"
160
  msgstr "Виберіть відображати установки:"
161
 
162
+ #: facebook-button-plugin.php:429
163
  msgid "Standard Facebook image"
164
  msgstr "Стандартне зображення FaceBook "
165
 
166
+ #: facebook-button-plugin.php:430
167
  msgid "Custom Facebook image"
168
  msgstr "Кастомне м FaceBook"
169
 
170
+ #: facebook-button-plugin.php:433
171
+ msgid "To use custom image you need to setup permissions to upload directory of your site"
172
+ msgstr "Для використання кастомного зображення Вам необхідно видати права доступу на папку завантажень на вашому сайті"
 
 
 
 
173
 
174
+ #: facebook-button-plugin.php:439
175
  msgid "Current image:"
176
  msgstr "Поточне зображення:"
177
 
178
+ #: facebook-button-plugin.php:447
179
  msgid "Facebook image:"
180
  msgstr "Зображення Facebook :"
181
 
182
+ #: facebook-button-plugin.php:451
183
+ msgid "Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
184
+ msgstr "Властивості зображення: максимальна ширина зображення:1 00px; Максимальна висота зображення: 40px; максимальний розмір зображення: 32Kb; Зображення типів:\"jpg\", \"jpeg\", \"png\"."
 
 
 
 
 
185
 
186
+ #: facebook-button-plugin.php:456
187
  msgid "Facebook Button Position:"
188
  msgstr "Розташування кнопки Facebook:"
189
 
190
+ #: facebook-button-plugin.php:460
191
  msgid "Before"
192
  msgstr "Перш ніж"
193
 
194
+ #: facebook-button-plugin.php:461
195
  msgid "After"
196
  msgstr "Після того як"
197
 
198
+ #: facebook-button-plugin.php:462
199
  msgid "Before and After"
200
  msgstr "До і після"
201
 
202
+ #: facebook-button-plugin.php:463
203
  msgid "Shortcode"
204
  msgstr "Шорткод"
205
 
206
+ #: facebook-button-plugin.php:465
207
+ msgid "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:"
208
+ msgstr "Якщо ви хочете додати кнопку FaceBook на ваш сайт, просто скопіюйте і помістіть цей шорткод на у пост або на сторінку:"
 
 
 
 
209
 
210
+ #: facebook-button-plugin.php:470
211
  msgid "Facebook Button language:"
212
  msgstr "Мова кнопки FaceBook:"
213
 
214
+ #: facebook-button-plugin.php:481
215
  msgid "Change the language of Facebook Like Button"
216
  msgstr "Змінити мову для конпки Like Facebook"
217
 
218
+ #: facebook-button-plugin.php:485
219
  msgid "Html tag for Like Button:"
220
  msgstr "Html тег для кнопки Like:"
221
 
222
+ #: facebook-button-plugin.php:489
223
  msgid "Use this tag to improve validation of your site"
224
  msgstr "Використовуйте цей тег для поліпшення валідації вашого сайту"
225
 
226
+ #: facebook-button-plugin.php:498
227
+ msgid "\"Like\" for an entire site on every page:"
228
+ msgstr ""
229
+
230
+ #: facebook-button-plugin.php:505
231
+ #: facebook-button-plugin.php:567
232
+ msgid "Unlock premium options by upgrading to a PRO version."
233
+ msgstr "Зробити доступними преміум-опції, перейшовши на PRO версію."
234
+
235
+ #: facebook-button-plugin.php:506
236
+ #: facebook-button-plugin.php:568
237
+ #: facebook-button-plugin.php:876
238
+ msgid "Learn More"
239
+ msgstr "Докладніше"
240
+
241
+ #: facebook-button-plugin.php:509
242
+ #: facebook-button-plugin.php:571
243
+ msgid "Go"
244
+ msgstr "Перейти"
245
+
246
+ #: facebook-button-plugin.php:516
247
+ #: facebook-button-plugin.php:555
248
  msgid "Save Changes"
249
  msgstr "Зберегти зміни"
250
 
251
+ #: facebook-button-plugin.php:522
252
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
253
+ msgstr "Якщо Вам сподобався наш плагін, ми будемо раді, якщо Ви оціните його у п'ять зірочок на WordPress"
 
 
254
 
255
+ #: facebook-button-plugin.php:523
256
  msgid "Rate the plugin"
257
  msgstr "Оцініти плагін"
258
 
259
+ #: facebook-button-plugin.php:526
260
  msgid "If there is something wrong about it, please contact us"
261
  msgstr "Якщо у вас є запитання, будь ласка, звертайтесь до нас"
262
 
 
 
 
 
 
 
 
 
263
  #: facebook-button-plugin.php:537
264
+ msgid "Please choose the necessary post types (or single pages) where Facebook button will be displayed:"
265
+ msgstr "Будь ласка, оберіть необхідні типи постів (чи сторінок), де буде відображатися кнопка Facebook"
266
+
267
+ #: facebook-button-plugin.php:544
268
  msgid "Show URL for pages"
269
  msgstr "Відображати URL сторінок"
270
 
271
+ #: facebook-button-plugin.php:550
272
  msgid "Example of the site's pages tree"
273
  msgstr "Приклад дерева сторінок сайту"
274
 
275
+ #: facebook-button-plugin.php:550
276
  msgid "Example of site pages' tree"
277
  msgstr "Приклад дерева сторінок сайту"
278
 
279
+ #: facebook-button-plugin.php:560
280
  msgid "If you upgrade to Pro version all your settings will be saved."
281
  msgstr "Якщо ви перейдете на Pro версію, усі установки будуть збережені."
282
 
283
+ #: facebook-button-plugin.php:583
284
+ msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
285
  msgstr "Вітаємо! PRO версію плагіну успішно завантажено та активовано."
286
 
287
+ #: facebook-button-plugin.php:585
288
  msgid "Please, go to"
289
  msgstr "Будь ласка, перейдіть"
290
 
291
+ #: facebook-button-plugin.php:585
292
  msgid "the setting page"
293
  msgstr "сторінку установок"
294
 
295
+ #: facebook-button-plugin.php:586
296
  msgid "You will be redirected automatically in 5 seconds."
297
  msgstr "Вас буде перенаправлено автоматично через 5 секунд."
298
 
299
+ #: facebook-button-plugin.php:591
300
  msgid "You can download and activate"
301
  msgstr "Ви можете завантажити та активувати"
302
 
303
+ #: facebook-button-plugin.php:593
304
  msgid "version of this plugin by entering Your license key."
305
  msgstr "версію уього плагіну, якщо впишете ваш ліцензійний ключ."
306
 
307
+ #: facebook-button-plugin.php:595
308
+ msgid "You can find your license key on your personal page Client area, by clicking on the link"
309
+ msgstr "Ви можете знайти ваш ліцензійний ключ на вашій персональній сторінці у Client area, перейшовши за посиланням"
 
 
 
 
310
 
311
+ #: facebook-button-plugin.php:597
312
  msgid "(your username is the email you specify when purchasing the product)."
313
+ msgstr "(ім'я користувача - це електронна адреса, яку ви вказуєте при купівлі продукту)."
 
 
314
 
315
+ #: facebook-button-plugin.php:605
316
+ #: facebook-button-plugin.php:615
317
  msgid "Go!"
318
  msgstr "Перейти!"
319
 
320
+ #: facebook-button-plugin.php:608
321
+ msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
322
+ msgstr "На жаль, Ви перевищили кількість доступних спроб на день. Будь ласка, завантажте плагін вручну."
 
 
 
 
323
 
324
+ #: facebook-button-plugin.php:799
325
  msgid "Support"
326
  msgstr "Підтримка"
327
 
328
+ #: facebook-button-plugin.php:879
329
+ msgid "It's time to upgrade your <strong>Facebook Like Button</strong> to <strong>PRO</strong> version"
330
+ msgstr "Час оновити ваш <strong>Facebook Like Button</strong> до <strong>PRO</strong> версії!"
 
 
 
 
331
 
332
+ #: facebook-button-plugin.php:880
333
  msgid "Extend standard plugin functionality with new great options"
334
  msgstr "Розширити стандартний функціонал плагіну новими опціями."
335
+
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: bestwebsoft
3
  Donate link: https://www.2checkout.com/checkout/purchase?sid=1430388&quantity=1&product_id=94
4
  Tags: button, buton, batton, button image, button position, Button like, Facebook, Facebook account button, facebook button, facebook button language, Facebook button icon, Facebook button like, Facebook button share, Facebook ID, Facebook page, facebook like, facebook like button, facebook share, facebook share button, follow, Follow button, icon, Like, like button, My Page button, Share, share button, social, social button, social account
5
  Requires at least: 3.0
6
- Tested up to: 4.0
7
- Stable tag: 2.35
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -41,6 +41,7 @@ There is also a premium version of the plugin <a href="http://bestwebsoft.com/pr
41
  * French (fr_FR) (thanks to <a href="mailto:wpthemefr@gmail.com">Murat</a>)
42
  * Indonesian (id_ID) (thanks to Nasrulhaq, www.al-badar.net)
43
  * Russian (ru_RU)
 
44
  * Ukrainian (uk)
45
 
46
  If you create your own language pack or update the existing one, you can send <a href="http://codex.wordpress.org/Translating_WordPress" target="_blank">the text in PO and MO files</a> for <a href="http://support.bestwebsoft.com" target="_blank">BestWebSoft</a> and we'll add it to the plugin. You can download the latest version of the program for work with PO and MO files <a href="http://www.poedit.net/download.php" target="_blank">Poedit</a>.
@@ -107,6 +108,10 @@ Please make sure that the problem hasn't been discussed yet on our forum (<a hre
107
 
108
  == Changelog ==
109
 
 
 
 
 
110
  = V2.35 - 13.11.2014 =
111
  * Bugfix : Plugin optimization is done.
112
  * Update : BWS plugins section is updated.
@@ -252,6 +257,9 @@ Please make sure that the problem hasn't been discussed yet on our forum (<a hre
252
 
253
  == Upgrade Notice ==
254
 
 
 
 
255
  = V2.35 =
256
  Plugin optimization is done. BWS plugins section is updated.
257
 
3
  Donate link: https://www.2checkout.com/checkout/purchase?sid=1430388&quantity=1&product_id=94
4
  Tags: button, buton, batton, button image, button position, Button like, Facebook, Facebook account button, facebook button, facebook button language, Facebook button icon, Facebook button like, Facebook button share, Facebook ID, Facebook page, facebook like, facebook like button, facebook share, facebook share button, follow, Follow button, icon, Like, like button, My Page button, Share, share button, social, social button, social account
5
  Requires at least: 3.0
6
+ Tested up to: 4.1
7
+ Stable tag: 2.36
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
41
  * French (fr_FR) (thanks to <a href="mailto:wpthemefr@gmail.com">Murat</a>)
42
  * Indonesian (id_ID) (thanks to Nasrulhaq, www.al-badar.net)
43
  * Russian (ru_RU)
44
+ * Turkish (tr_TR) (thanks to <a href="mailto:webmaster@canatasever.com">Can Atasever</a>)
45
  * Ukrainian (uk)
46
 
47
  If you create your own language pack or update the existing one, you can send <a href="http://codex.wordpress.org/Translating_WordPress" target="_blank">the text in PO and MO files</a> for <a href="http://support.bestwebsoft.com" target="_blank">BestWebSoft</a> and we'll add it to the plugin. You can download the latest version of the program for work with PO and MO files <a href="http://www.poedit.net/download.php" target="_blank">Poedit</a>.
108
 
109
  == Changelog ==
110
 
111
+ = V2.36 - 05.01.2015 =
112
+ * NEW : Ability to "Like" an entire site, with this "Like" displayed on each page.
113
+ * Update : We updated all functionality for wordpress 4.1.
114
+
115
  = V2.35 - 13.11.2014 =
116
  * Bugfix : Plugin optimization is done.
117
  * Update : BWS plugins section is updated.
257
 
258
  == Upgrade Notice ==
259
 
260
+ = V2.36 =
261
+ Ability to "Like" an entire site, with this "Like" displayed on each page. We updated all functionality for wordpress 4.1.
262
+
263
  = V2.35 =
264
  Plugin optimization is done. BWS plugins section is updated.
265