Facebook Button by BestWebSoft - Version 2.24

Version Description

  • 31.10.2013 =
  • NEW : Add checking installed wordpress version.
  • Update : Activation of radio button or checkbox by clicking on its label.
  • Update : We updated all functionality for wordpress 3.7.1.
  • Bugfix : Problem with undefined variable post_ID for multisite fixed.
Download this release

Release Info

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

Code changes from version 2.23 to 2.24

bws_menu/bws_menu.php CHANGED
@@ -5,11 +5,13 @@
5
  if ( ! function_exists( 'bws_add_menu_render' ) ) {
6
  function bws_add_menu_render() {
7
  global $wpdb, $wp_version, $title;
8
- $active_plugins = get_option('active_plugins');
 
9
  $all_plugins = get_plugins();
10
  $error = '';
11
  $message = '';
12
  $bwsmn_form_email = '';
 
13
 
14
  $array_activate = array();
15
  $array_install = array();
@@ -28,25 +30,27 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
28
  array( 'google-sitemap-plugin\/google-sitemap-plugin.php', 'Google sitemap plugin', 'http://bestwebsoft.com/plugin/google-sitemap-plugin/', 'http://bestwebsoft.com/plugin/google-sitemap-plugin/#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=Google+sitemap+plugin+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=google-sitemap-plugin.php' ),
29
  array( 'updater\/updater.php', 'Updater', 'http://bestwebsoft.com/plugin/updater-plugin/', 'http://bestwebsoft.com/plugin/updater-plugin/#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=updater+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=updater-options' ),
30
  array( 'custom-fields-search\/custom-fields-search.php', 'Custom Fields Search', 'http://bestwebsoft.com/plugin/custom-fields-search/', 'http://bestwebsoft.com/plugin/custom-fields-search/#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=Custom+Fields+Search+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=custom_fields_search.php' ),
31
- array( 'google-plus-one\/google-plus-one.php', 'Google +1', 'http://bestwebsoft.com/plugin/google-plus-one/', 'http://bestwebsoft.com/plugin/google-plus-one/#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=Google+%2B1+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=google-plus-one.php' )
 
 
32
  );
33
  foreach ( $array_plugins as $plugins ) {
34
- if( 0 < count( preg_grep( "/".$plugins[0]."/", $active_plugins ) ) ) {
35
- $array_activate[$count_activate]["title"] = $plugins[1];
36
- $array_activate[$count_activate]["link"] = $plugins[2];
37
- $array_activate[$count_activate]["href"] = $plugins[3];
38
- $array_activate[$count_activate]["url"] = $plugins[5];
39
  $count_activate++;
40
  } else if ( array_key_exists( str_replace( "\\", "", $plugins[0] ), $all_plugins ) ) {
41
- $array_install[$count_install]["title"] = $plugins[1];
42
- $array_install[$count_install]["link"] = $plugins[2];
43
- $array_install[$count_install]["href"] = $plugins[3];
44
  $count_install++;
45
  } else {
46
- $array_recomend[$count_recomend]["title"] = $plugins[1];
47
- $array_recomend[$count_recomend]["link"] = $plugins[2];
48
- $array_recomend[$count_recomend]["href"] = $plugins[3];
49
- $array_recomend[$count_recomend]["slug"] = $plugins[4];
50
  $count_recomend++;
51
  }
52
  }
@@ -57,24 +61,26 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
57
  $array_plugins_pro = array(
58
  array( 'gallery-plugin-pro\/gallery-plugin-pro.php', 'Gallery Pro', 'http://bestwebsoft.com/plugin/gallery-pro/?k=382e5ce7c96a6391f5ffa5e116b37fe0', 'http://bestwebsoft.com/plugin/gallery-pro/?k=382e5ce7c96a6391f5ffa5e116b37fe0#purchase', 'admin.php?page=gallery-plugin-pro.php' ),
59
  array( 'contact-form-pro\/contact_form_pro.php', 'Contact Form Pro', 'http://bestwebsoft.com/plugin/contact-form-pro/?k=773dc97bb3551975db0e32edca1a6d71', 'http://bestwebsoft.com/plugin/contact-form-pro/?k=773dc97bb3551975db0e32edca1a6d71#purchase', 'admin.php?page=contact_form_pro.php' ),
60
- array( 'captcha-pro\/captcha_pro.php', 'Captcha Pro', 'http://bestwebsoft.com/plugin/captcha-pro/?k=ff7d65e55e5e7f98f219be9ed711094e', 'http://bestwebsoft.com/plugin/captcha-pro/?k=ff7d65e55e5e7f98f219be9ed711094e#purchase', 'admin.php?page=captcha_pro.php' )
 
 
61
  );
62
  foreach ( $array_plugins_pro as $plugins ) {
63
- if( 0 < count( preg_grep( "/".$plugins[0]."/", $active_plugins ) ) ) {
64
- $array_activate_pro[$count_activate_pro]["title"] = $plugins[1];
65
- $array_activate_pro[$count_activate_pro]["link"] = $plugins[2];
66
- $array_activate_pro[$count_activate_pro]["href"] = $plugins[3];
67
- $array_activate_pro[$count_activate_pro]["url"] = $plugins[4];
68
  $count_activate_pro++;
69
- } else if( array_key_exists(str_replace( "\\", "", $plugins[0]), $all_plugins ) ) {
70
- $array_install_pro[$count_install_pro]["title"] = $plugins[1];
71
- $array_install_pro[$count_install_pro]["link"] = $plugins[2];
72
- $array_install_pro[$count_install_pro]["href"] = $plugins[3];
73
  $count_install_pro++;
74
  } else {
75
- $array_recomend_pro[$count_recomend_pro]["title"] = $plugins[1];
76
- $array_recomend_pro[$count_recomend_pro]["link"] = $plugins[2];
77
- $array_recomend_pro[$count_recomend_pro]["href"] = $plugins[3];
78
  $count_recomend_pro++;
79
  }
80
  }
@@ -109,13 +115,13 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
109
  else
110
  $memory_limit = __( 'N/A', 'bestwebsoft' );
111
  if ( function_exists( 'memory_get_usage' ) )
112
- $memory_usage = round( memory_get_usage() / 1024 / 1024, 2 ) . __(' Mb', 'bestwebsoft' );
113
  else
114
  $memory_usage = __( 'N/A', 'bestwebsoft' );
115
  if ( is_callable( 'exif_read_data' ) )
116
- $exif_read_data = __('Yes', 'bestwebsoft' ) . " ( V" . substr( phpversion( 'exif' ), 0,4 ) . ")" ;
117
  else
118
- $exif_read_data = __('No', 'bestwebsoft' );
119
  if ( is_callable( 'iptcparse' ) )
120
  $iptcparse = __( 'Yes', 'bestwebsoft' );
121
  else
@@ -139,13 +145,13 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
139
  } else
140
  $multisite = __( 'N/A', 'bestwebsoft' );
141
 
142
- $site_url = get_option('siteurl');
143
- $home_url = get_option('home');
144
- $db_version = get_option('db_version');
145
  $system_info = array(
146
- 'system_info' => '',
147
- 'active_plugins' => '',
148
- 'inactive_plugins' => ''
149
  );
150
  $system_info['system_info'] = array(
151
  __( 'Operating System', 'bestwebsoft' ) => PHP_OS,
@@ -182,7 +188,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
182
  ( isset( $_REQUEST['bwsmn_form_submit_custom_email'] ) && check_admin_referer( plugin_basename(__FILE__), 'bwsmn_nonce_submit_custom_email' ) ) ) {
183
  if ( isset( $_REQUEST['bwsmn_form_email'] ) ) {
184
  $bwsmn_form_email = trim( $_REQUEST['bwsmn_form_email'] );
185
- if( $bwsmn_form_email == "" || !preg_match( "/^((?:[a-z0-9']+(?:[a-z0-9\-_\.']+)?@[a-z0-9]+(?:[a-z0-9\-\.]+)?\.[a-z]{2,5})[, ]*)+$/i", $bwsmn_form_email ) ) {
186
  $error = __( "Please enter a valid email address.", 'bestwebsoft' );
187
  } else {
188
  $email = $bwsmn_form_email;
@@ -224,11 +230,11 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
224
  }
225
  ?><div class="wrap">
226
  <div class="icon32 icon32-bws" id="icon-options-general"></div>
227
- <h2><?php echo $title;?></h2>
228
- <div class="updated fade" <?php if ( !( isset( $_REQUEST['bwsmn_form_submit'] ) || isset( $_REQUEST['bwsmn_form_submit_custom_email'] ) ) || $error != "" ) echo "style=\"display:none\""; ?>><p><strong><?php echo $message; ?></strong></p></div>
229
  <div class="error" <?php if ( "" == $error ) echo "style=\"display:none\""; ?>><p><strong><?php echo $error; ?></strong></p></div>
230
  <h3 style="color: blue;"><?php _e( 'Pro plugins', 'bestwebsoft' ); ?></h3>
231
- <?php if( 0 < $count_activate_pro ) { ?>
232
  <div style="padding-left:15px;">
233
  <h4><?php _e( 'Activated plugins', 'bestwebsoft' ); ?></h4>
234
  <?php foreach ( $array_activate_pro as $activate_plugin ) { ?>
@@ -236,7 +242,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
236
  <?php } ?>
237
  </div>
238
  <?php } ?>
239
- <?php if( 0 < $count_install_pro ) { ?>
240
  <div style="padding-left:15px;">
241
  <h4><?php _e( 'Installed plugins', 'bestwebsoft' ); ?></h4>
242
  <?php foreach ( $array_install_pro as $install_plugin) { ?>
@@ -244,7 +250,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
244
  <?php } ?>
245
  </div>
246
  <?php } ?>
247
- <?php if( 0 < $count_recomend_pro ) { ?>
248
  <div style="padding-left:15px;">
249
  <h4><?php _e( 'Recommended plugins', 'bestwebsoft' ); ?></h4>
250
  <?php foreach ( $array_recomend_pro as $recomend_plugin ) { ?>
@@ -254,15 +260,15 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
254
  <?php } ?>
255
  <br />
256
  <h3 style="color: green"><?php _e( 'Free plugins', 'bestwebsoft' ); ?></h3>
257
- <?php if( 0 < $count_activate ) { ?>
258
  <div style="padding-left:15px;">
259
  <h4><?php _e( 'Activated plugins', 'bestwebsoft' ); ?></h4>
260
- <?php foreach( $array_activate as $activate_plugin ) { ?>
261
  <div style="float:left; width:200px;"><?php echo $activate_plugin["title"]; ?></div> <p><a href="<?php echo $activate_plugin["link"]; ?>" target="_blank"><?php echo __( "Read more", 'bestwebsoft' ); ?></a> <a href="<?php echo $activate_plugin["url"]; ?>"><?php echo __( "Settings", 'bestwebsoft' ); ?></a></p>
262
  <?php } ?>
263
  </div>
264
  <?php } ?>
265
- <?php if( 0 < $count_install ) { ?>
266
  <div style="padding-left:15px;">
267
  <h4><?php _e( 'Installed plugins', 'bestwebsoft' ); ?></h4>
268
  <?php foreach ( $array_install as $install_plugin ) { ?>
@@ -270,7 +276,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
270
  <?php } ?>
271
  </div>
272
  <?php } ?>
273
- <?php if( 0 < $count_recomend ) { ?>
274
  <div style="padding-left:15px;">
275
  <h4><?php _e( 'Recommended plugins', 'bestwebsoft' ); ?></h4>
276
  <?php foreach ( $array_recomend as $recomend_plugin ) { ?>
5
  if ( ! function_exists( 'bws_add_menu_render' ) ) {
6
  function bws_add_menu_render() {
7
  global $wpdb, $wp_version, $title;
8
+ if ( ! function_exists( 'is_plugin_active_for_network' ) )
9
+ require_once( ABSPATH . '/wp-admin/includes/plugin.php' );
10
  $all_plugins = get_plugins();
11
  $error = '';
12
  $message = '';
13
  $bwsmn_form_email = '';
14
+ $active_plugins = get_option( 'active_plugins' );
15
 
16
  $array_activate = array();
17
  $array_install = array();
30
  array( 'google-sitemap-plugin\/google-sitemap-plugin.php', 'Google sitemap plugin', 'http://bestwebsoft.com/plugin/google-sitemap-plugin/', 'http://bestwebsoft.com/plugin/google-sitemap-plugin/#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=Google+sitemap+plugin+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=google-sitemap-plugin.php' ),
31
  array( 'updater\/updater.php', 'Updater', 'http://bestwebsoft.com/plugin/updater-plugin/', 'http://bestwebsoft.com/plugin/updater-plugin/#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=updater+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=updater-options' ),
32
  array( 'custom-fields-search\/custom-fields-search.php', 'Custom Fields Search', 'http://bestwebsoft.com/plugin/custom-fields-search/', 'http://bestwebsoft.com/plugin/custom-fields-search/#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=Custom+Fields+Search+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=custom_fields_search.php' ),
33
+ array( 'google-one\/google-plus-one.php', 'Google +1', 'http://bestwebsoft.com/plugin/google-plus-one/', 'http://bestwebsoft.com/plugin/google-plus-one/#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=Google+%2B1+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=google-plus-one.php' ),
34
+ array( 'relevant\/related-posts-plugin.php', 'Related Posts Plugin', 'http://bestwebsoft.com/plugin/related-posts-plugin/', 'http://bestwebsoft.com/plugin/related-posts-plugin/#download', '/wp-admin/plugin-install.php?tab=search&s=Related+Posts+Plugin+Bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=related-posts-plugin.php' ),
35
+ array( 'contact-form-to-db\/contact_form_to_db.php', 'Contact Form to DB', 'http://bestwebsoft.com/plugin/contact-form-to-db/', 'http://bestwebsoft.com/plugin/contact-form-to-db/#download', '/wp-admin/plugin-install.php?tab=search&s=Contact+Form+to+DB+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=cntctfrmtdb_settings' )
36
  );
37
  foreach ( $array_plugins as $plugins ) {
38
+ if ( 0 < count( preg_grep( "/".$plugins[0]."/", $active_plugins ) ) || is_plugin_active_for_network( str_replace( '\\', '', $plugins[0] ) ) ) {
39
+ $array_activate[ $count_activate ]["title"] = $plugins[1];
40
+ $array_activate[ $count_activate ]["link"] = $plugins[2];
41
+ $array_activate[ $count_activate ]["href"] = $plugins[3];
42
+ $array_activate[ $count_activate ]["url"] = $plugins[5];
43
  $count_activate++;
44
  } else if ( array_key_exists( str_replace( "\\", "", $plugins[0] ), $all_plugins ) ) {
45
+ $array_install[ $count_install ]["title"] = $plugins[1];
46
+ $array_install[ $count_install ]["link"] = $plugins[2];
47
+ $array_install[ $count_install ]["href"] = $plugins[3];
48
  $count_install++;
49
  } else {
50
+ $array_recomend[ $count_recomend ]["title"] = $plugins[1];
51
+ $array_recomend[ $count_recomend ]["link"] = $plugins[2];
52
+ $array_recomend[ $count_recomend ]["href"] = $plugins[3];
53
+ $array_recomend[ $count_recomend ]["slug"] = $plugins[4];
54
  $count_recomend++;
55
  }
56
  }
61
  $array_plugins_pro = array(
62
  array( 'gallery-plugin-pro\/gallery-plugin-pro.php', 'Gallery Pro', 'http://bestwebsoft.com/plugin/gallery-pro/?k=382e5ce7c96a6391f5ffa5e116b37fe0', 'http://bestwebsoft.com/plugin/gallery-pro/?k=382e5ce7c96a6391f5ffa5e116b37fe0#purchase', 'admin.php?page=gallery-plugin-pro.php' ),
63
  array( 'contact-form-pro\/contact_form_pro.php', 'Contact Form Pro', 'http://bestwebsoft.com/plugin/contact-form-pro/?k=773dc97bb3551975db0e32edca1a6d71', 'http://bestwebsoft.com/plugin/contact-form-pro/?k=773dc97bb3551975db0e32edca1a6d71#purchase', 'admin.php?page=contact_form_pro.php' ),
64
+ array( 'captcha-pro\/captcha_pro.php', 'Captcha Pro', 'http://bestwebsoft.com/plugin/captcha-pro/?k=ff7d65e55e5e7f98f219be9ed711094e', 'http://bestwebsoft.com/plugin/captcha-pro/?k=ff7d65e55e5e7f98f219be9ed711094e#purchase', 'admin.php?page=captcha_pro.php' ),
65
+ array( 'updater-pro\/updater_pro.php', 'Updater Pro', 'http://bestwebsoft.com/plugin/updater-pro/?k=cf633acbefbdff78545347fe08a3aecb', 'http://bestwebsoft.com/plugin/updater-pro?k=cf633acbefbdff78545347fe08a3aecb#purchase', 'admin.php?page=updater-pro-options' ),
66
+ array( 'contact-form-to-db-pro\/contact_form_to_db_pro.php', 'Contact Form to DB Pro', 'http://bestwebsoft.com/plugin/contact-form-to-db-pro/?k=6ce5f4a9006ec906e4db643669246c6a', 'http://bestwebsoft.com/plugin/contact-form-to-db-pro/?k=6ce5f4a9006ec906e4db643669246c6a#purchase', 'admin.php?page=cntctfrmtdbpr_settings' )
67
  );
68
  foreach ( $array_plugins_pro as $plugins ) {
69
+ if ( 0 < count( preg_grep( "/".$plugins[0]."/", $active_plugins ) ) || is_plugin_active_for_network( str_replace( '\\', '', $plugins[0] ) ) ) {
70
+ $array_activate_pro[ $count_activate_pro ]["title"] = $plugins[1];
71
+ $array_activate_pro[ $count_activate_pro ]["link"] = $plugins[2];
72
+ $array_activate_pro[ $count_activate_pro ]["href"] = $plugins[3];
73
+ $array_activate_pro[ $count_activate_pro ]["url"] = $plugins[4];
74
  $count_activate_pro++;
75
+ } else if ( array_key_exists( str_replace( "\\", "", $plugins[0]), $all_plugins ) ) {
76
+ $array_install_pro[ $count_install_pro ]["title"] = $plugins[1];
77
+ $array_install_pro[ $count_install_pro ]["link"] = $plugins[2];
78
+ $array_install_pro[ $count_install_pro ]["href"] = $plugins[3];
79
  $count_install_pro++;
80
  } else {
81
+ $array_recomend_pro[ $count_recomend_pro ]["title"] = $plugins[1];
82
+ $array_recomend_pro[ $count_recomend_pro ]["link"] = $plugins[2];
83
+ $array_recomend_pro[ $count_recomend_pro ]["href"] = $plugins[3];
84
  $count_recomend_pro++;
85
  }
86
  }
115
  else
116
  $memory_limit = __( 'N/A', 'bestwebsoft' );
117
  if ( function_exists( 'memory_get_usage' ) )
118
+ $memory_usage = round( memory_get_usage() / 1024 / 1024, 2 ) . __( ' Mb', 'bestwebsoft' );
119
  else
120
  $memory_usage = __( 'N/A', 'bestwebsoft' );
121
  if ( is_callable( 'exif_read_data' ) )
122
+ $exif_read_data = __( 'Yes', 'bestwebsoft' ) . " ( V" . substr( phpversion( 'exif' ), 0,4 ) . ")" ;
123
  else
124
+ $exif_read_data = __( 'No', 'bestwebsoft' );
125
  if ( is_callable( 'iptcparse' ) )
126
  $iptcparse = __( 'Yes', 'bestwebsoft' );
127
  else
145
  } else
146
  $multisite = __( 'N/A', 'bestwebsoft' );
147
 
148
+ $site_url = get_option( 'siteurl' );
149
+ $home_url = get_option( 'home' );
150
+ $db_version = get_option( 'db_version' );
151
  $system_info = array(
152
+ 'system_info' => '',
153
+ 'active_plugins' => '',
154
+ 'inactive_plugins' => ''
155
  );
156
  $system_info['system_info'] = array(
157
  __( 'Operating System', 'bestwebsoft' ) => PHP_OS,
188
  ( isset( $_REQUEST['bwsmn_form_submit_custom_email'] ) && check_admin_referer( plugin_basename(__FILE__), 'bwsmn_nonce_submit_custom_email' ) ) ) {
189
  if ( isset( $_REQUEST['bwsmn_form_email'] ) ) {
190
  $bwsmn_form_email = trim( $_REQUEST['bwsmn_form_email'] );
191
+ if ( $bwsmn_form_email == "" || !preg_match( "/^((?:[a-z0-9']+(?:[a-z0-9\-_\.']+)?@[a-z0-9]+(?:[a-z0-9\-\.]+)?\.[a-z]{2,5})[, ]*)+$/i", $bwsmn_form_email ) ) {
192
  $error = __( "Please enter a valid email address.", 'bestwebsoft' );
193
  } else {
194
  $email = $bwsmn_form_email;
230
  }
231
  ?><div class="wrap">
232
  <div class="icon32 icon32-bws" id="icon-options-general"></div>
233
+ <h2><?php echo $title; ?></h2>
234
+ <div class="updated fade" <?php if ( ! ( isset( $_REQUEST['bwsmn_form_submit'] ) || isset( $_REQUEST['bwsmn_form_submit_custom_email'] ) ) || $error != "" ) echo "style=\"display:none\""; ?>><p><strong><?php echo $message; ?></strong></p></div>
235
  <div class="error" <?php if ( "" == $error ) echo "style=\"display:none\""; ?>><p><strong><?php echo $error; ?></strong></p></div>
236
  <h3 style="color: blue;"><?php _e( 'Pro plugins', 'bestwebsoft' ); ?></h3>
237
+ <?php if ( 0 < $count_activate_pro ) { ?>
238
  <div style="padding-left:15px;">
239
  <h4><?php _e( 'Activated plugins', 'bestwebsoft' ); ?></h4>
240
  <?php foreach ( $array_activate_pro as $activate_plugin ) { ?>
242
  <?php } ?>
243
  </div>
244
  <?php } ?>
245
+ <?php if ( 0 < $count_install_pro ) { ?>
246
  <div style="padding-left:15px;">
247
  <h4><?php _e( 'Installed plugins', 'bestwebsoft' ); ?></h4>
248
  <?php foreach ( $array_install_pro as $install_plugin) { ?>
250
  <?php } ?>
251
  </div>
252
  <?php } ?>
253
+ <?php if ( 0 < $count_recomend_pro ) { ?>
254
  <div style="padding-left:15px;">
255
  <h4><?php _e( 'Recommended plugins', 'bestwebsoft' ); ?></h4>
256
  <?php foreach ( $array_recomend_pro as $recomend_plugin ) { ?>
260
  <?php } ?>
261
  <br />
262
  <h3 style="color: green"><?php _e( 'Free plugins', 'bestwebsoft' ); ?></h3>
263
+ <?php if ( 0 < $count_activate ) { ?>
264
  <div style="padding-left:15px;">
265
  <h4><?php _e( 'Activated plugins', 'bestwebsoft' ); ?></h4>
266
+ <?php foreach ( $array_activate as $activate_plugin ) { ?>
267
  <div style="float:left; width:200px;"><?php echo $activate_plugin["title"]; ?></div> <p><a href="<?php echo $activate_plugin["link"]; ?>" target="_blank"><?php echo __( "Read more", 'bestwebsoft' ); ?></a> <a href="<?php echo $activate_plugin["url"]; ?>"><?php echo __( "Settings", 'bestwebsoft' ); ?></a></p>
268
  <?php } ?>
269
  </div>
270
  <?php } ?>
271
+ <?php if ( 0 < $count_install ) { ?>
272
  <div style="padding-left:15px;">
273
  <h4><?php _e( 'Installed plugins', 'bestwebsoft' ); ?></h4>
274
  <?php foreach ( $array_install as $install_plugin ) { ?>
276
  <?php } ?>
277
  </div>
278
  <?php } ?>
279
+ <?php if ( 0 < $count_recomend ) { ?>
280
  <div style="padding-left:15px;">
281
  <h4><?php _e( 'Recommended plugins', 'bestwebsoft' ); ?></h4>
282
  <?php foreach ( $array_recomend as $recomend_plugin ) { ?>
bws_menu/languages/bestwebsoft-it_IT.mo ADDED
Binary file
bws_menu/languages/bestwebsoft-it_IT.po ADDED
@@ -0,0 +1,537 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: bestwebsoft\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-10-17 17:03+0300\n"
6
+ "PO-Revision-Date: 2013-10-17 17:04+0300\n"
7
+ "Last-Translator: \n"
8
+ "Language-Team: Marco <marco@blackstudio.it>\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
13
+ "X-Generator: Poedit 1.5.4\n"
14
+ "X-Poedit-SourceCharset: utf-8\n"
15
+ "X-Poedit-KeywordsList: __;_e\n"
16
+ "X-Poedit-Basepath: ..\n"
17
+ "X-Textdomain-Support: yes\n"
18
+ "X-Poedit-SearchPath-0: .\n"
19
+
20
+ # @ bestwebsoft
21
+ #: bws_menu.php:88
22
+ msgid "Not set"
23
+ msgstr "Non impostato"
24
+
25
+ # @ bestwebsoft
26
+ #: bws_menu.php:90
27
+ #: bws_menu.php:94
28
+ msgid "On"
29
+ msgstr "Abilitato"
30
+
31
+ # @ bestwebsoft
32
+ #: bws_menu.php:92
33
+ #: bws_menu.php:96
34
+ msgid "Off"
35
+ msgstr "Disabilitato"
36
+
37
+ # @ bestwebsoft
38
+ #: bws_menu.php:100
39
+ #: bws_menu.php:104
40
+ #: bws_menu.php:108
41
+ #: bws_menu.php:112
42
+ #: bws_menu.php:116
43
+ #: bws_menu.php:142
44
+ msgid "N/A"
45
+ msgstr "Non disponibile"
46
+
47
+ # @ bestwebsoft
48
+ #: bws_menu.php:114
49
+ msgid " Mb"
50
+ msgstr "Mb"
51
+
52
+ # @ bestwebsoft
53
+ #: bws_menu.php:118
54
+ #: bws_menu.php:122
55
+ #: bws_menu.php:126
56
+ #: bws_menu.php:137
57
+ msgid "Yes"
58
+ msgstr "Sì"
59
+
60
+ # @ bestwebsoft
61
+ #: bws_menu.php:120
62
+ #: bws_menu.php:124
63
+ #: bws_menu.php:128
64
+ #: bws_menu.php:139
65
+ msgid "No"
66
+ msgstr "No"
67
+
68
+ # @ bestwebsoft
69
+ #: bws_menu.php:153
70
+ msgid "Operating System"
71
+ msgstr "Sistema operativo"
72
+
73
+ # @ bestwebsoft
74
+ #: bws_menu.php:154
75
+ msgid "Server"
76
+ msgstr "Server"
77
+
78
+ # @ bestwebsoft
79
+ #: bws_menu.php:155
80
+ msgid "Memory usage"
81
+ msgstr "Utilizzo memoria"
82
+
83
+ # @ bestwebsoft
84
+ #: bws_menu.php:156
85
+ msgid "MYSQL Version"
86
+ msgstr "Versione MYSQL"
87
+
88
+ # @ bestwebsoft
89
+ #: bws_menu.php:157
90
+ msgid "SQL Mode"
91
+ msgstr "Modalità SQL"
92
+
93
+ # @ bestwebsoft
94
+ #: bws_menu.php:158
95
+ msgid "PHP Version"
96
+ msgstr "Versione PHP"
97
+
98
+ # @ bestwebsoft
99
+ #: bws_menu.php:159
100
+ msgid "PHP Safe Mode"
101
+ msgstr "Safe Mode PHP"
102
+
103
+ # @ bestwebsoft
104
+ #: bws_menu.php:160
105
+ msgid "PHP Allow URL fopen"
106
+ msgstr "Consenti URL fopen PHP"
107
+
108
+ # @ bestwebsoft
109
+ #: bws_menu.php:161
110
+ msgid "PHP Memory Limit"
111
+ msgstr "Limite di memoria PHP"
112
+
113
+ # @ bestwebsoft
114
+ #: bws_menu.php:162
115
+ msgid "PHP Max Upload Size"
116
+ msgstr "Dimensione upload massima PHP"
117
+
118
+ # @ bestwebsoft
119
+ #: bws_menu.php:163
120
+ msgid "PHP Max Post Size"
121
+ msgstr "Dimensione massima Post PHP"
122
+
123
+ # @ bestwebsoft
124
+ #: bws_menu.php:164
125
+ msgid "PHP Max Script Execute Time"
126
+ msgstr "Tempo massimo di esecuzione PHP"
127
+
128
+ # @ bestwebsoft
129
+ #: bws_menu.php:165
130
+ msgid "PHP Exif support"
131
+ msgstr "Supporto Exif PHP"
132
+
133
+ # @ bestwebsoft
134
+ #: bws_menu.php:166
135
+ msgid "PHP IPTC support"
136
+ msgstr "Supporto IPTC PHP"
137
+
138
+ # @ bestwebsoft
139
+ #: bws_menu.php:167
140
+ msgid "PHP XML support"
141
+ msgstr "Supporto XML PHP"
142
+
143
+ # @ bestwebsoft
144
+ #: bws_menu.php:168
145
+ msgid "Site URL"
146
+ msgstr "URL sito"
147
+
148
+ # @ bestwebsoft
149
+ #: bws_menu.php:169
150
+ msgid "Home URL"
151
+ msgstr "URL home"
152
+
153
+ # @ bestwebsoft
154
+ #: bws_menu.php:170
155
+ msgid "WordPress Version"
156
+ msgstr "Versione WordPress"
157
+
158
+ # @ bestwebsoft
159
+ #: bws_menu.php:171
160
+ msgid "WordPress DB Version"
161
+ msgstr "Versione DB WordPress"
162
+
163
+ # @ bestwebsoft
164
+ #: bws_menu.php:172
165
+ msgid "Multisite"
166
+ msgstr "Multisito"
167
+
168
+ # @ bestwebsoft
169
+ #: bws_menu.php:173
170
+ msgid "Active Theme"
171
+ msgstr "Tema attivo"
172
+
173
+ # @ bestwebsoft
174
+ #: bws_menu.php:188
175
+ msgid "Please enter a valid email address."
176
+ msgstr "Per favore inserisci un indirizzo e-mail valido."
177
+
178
+ # @ bestwebsoft
179
+ #: bws_menu.php:192
180
+ msgid "Email with system info is sent to "
181
+ msgstr "Email con informazioni di sistema spedita a "
182
+
183
+ # @ bestwebsoft
184
+ #: bws_menu.php:196
185
+ msgid "Thank you for contacting us."
186
+ msgstr "Grazie per averci contattato."
187
+
188
+ # @ bestwebsoft
189
+ #: bws_menu.php:224
190
+ msgid "Sorry, email message could not be delivered."
191
+ msgstr "Spiacenti, il messaggio email non può essere inviato."
192
+
193
+ # @ bestwebsoft
194
+ #: bws_menu.php:232
195
+ msgid "Pro plugins"
196
+ msgstr "Plugin Pro"
197
+
198
+ # @ bestwebsoft
199
+ #: bws_menu.php:235
200
+ #: bws_menu.php:261
201
+ msgid "Activated plugins"
202
+ msgstr "Plugin attivi"
203
+
204
+ # @ bestwebsoft
205
+ #: bws_menu.php:237
206
+ #: bws_menu.php:245
207
+ #: bws_menu.php:253
208
+ #: bws_menu.php:263
209
+ #: bws_menu.php:271
210
+ #: bws_menu.php:279
211
+ msgid "Read more"
212
+ msgstr "Leggi tutto"
213
+
214
+ # @ bestwebsoft
215
+ # @ captcha
216
+ #: bws_menu.php:237
217
+ #: bws_menu.php:263
218
+ msgid "Settings"
219
+ msgstr "Impostazioni"
220
+
221
+ # @ bestwebsoft
222
+ #: bws_menu.php:243
223
+ #: bws_menu.php:269
224
+ msgid "Installed plugins"
225
+ msgstr "Plugin installati"
226
+
227
+ # @ bestwebsoft
228
+ #: bws_menu.php:251
229
+ #: bws_menu.php:277
230
+ msgid "Recommended plugins"
231
+ msgstr "Plugin raccomandati"
232
+
233
+ # @ bestwebsoft
234
+ #: bws_menu.php:253
235
+ msgid "Purchase"
236
+ msgstr "Acquista"
237
+
238
+ # @ bestwebsoft
239
+ #: bws_menu.php:258
240
+ msgid "Free plugins"
241
+ msgstr "Plugin gratuiti"
242
+
243
+ # @ bestwebsoft
244
+ #: bws_menu.php:279
245
+ msgid "Download"
246
+ msgstr "Scarica"
247
+
248
+ # @ default
249
+ #: bws_menu.php:279
250
+ #, php-format
251
+ msgid "Install %s"
252
+ msgstr "Installa %s"
253
+
254
+ # @ bestwebsoft
255
+ #: bws_menu.php:279
256
+ msgid "Install now from wordpress.org"
257
+ msgstr "Installa ora da wordpress.org"
258
+
259
+ # @ bestwebsoft
260
+ #: bws_menu.php:284
261
+ msgid "If you have any questions, please contact us via"
262
+ msgstr "Se hai domande, contattaci tramite"
263
+
264
+ # @ bestwebsoft
265
+ #: bws_menu.php:291
266
+ msgid "System status"
267
+ msgstr "Stato sistema"
268
+
269
+ # @ bestwebsoft
270
+ #: bws_menu.php:295
271
+ msgid "Environment"
272
+ msgstr "Ambiente"
273
+
274
+ # @ bestwebsoft
275
+ #: bws_menu.php:306
276
+ msgid "Active Plugins"
277
+ msgstr "Plugin attivi"
278
+
279
+ # @ bestwebsoft
280
+ #: bws_menu.php:317
281
+ msgid "Inactive Plugins"
282
+ msgstr "Plugin inattivi"
283
+
284
+ # @ bestwebsoft
285
+ #: bws_menu.php:331
286
+ msgid "Send to support"
287
+ msgstr "Invia al supporto"
288
+
289
+ # @ bestwebsoft
290
+ #: bws_menu.php:338
291
+ msgid "Send to custom email &#187;"
292
+ msgstr "Invia a una email personalizzata &#187;"
293
+
294
+ # @ captcha
295
+ #, fuzzy
296
+ #~ msgid "Captcha Settings"
297
+ #~ msgstr "Impostazioni Captcha"
298
+
299
+ # @ captcha
300
+ #~ msgid "Captcha"
301
+ #~ msgstr "Captcha"
302
+ # @ captcha
303
+ #~ msgid "Login form"
304
+ #~ msgstr "Modulo di login"
305
+ # @ captcha
306
+ #, fuzzy
307
+ #~ msgid "Registration form"
308
+ #~ msgstr "Modulo di registrazione"
309
+
310
+ # @ captcha
311
+ #~ msgid "Register form"
312
+ #~ msgstr "Modulo di registrazione"
313
+ # @ captcha
314
+ #, fuzzy
315
+ #~ msgid "Reset Password form"
316
+ #~ msgstr "Modulo recupero password"
317
+
318
+ # @ captcha
319
+ #~ msgid "Lost password form"
320
+ #~ msgstr "Modulo recupero password"
321
+ # @ captcha
322
+ #~ msgid "Comments form"
323
+ #~ msgstr "Modulo dei commenti"
324
+ # @ captcha
325
+ #~ msgid "Hide CAPTCHA for registered users"
326
+ #~ msgstr "Nascondi CAPTCHA per gli utenti registrati"
327
+ # @ captcha
328
+ #~ msgid "Plus (&#43;)"
329
+ #~ msgstr "Addizione (&#43;)"
330
+ # @ captcha
331
+ #~ msgid "Plus"
332
+ #~ msgstr "Più"
333
+ # @ captcha
334
+ #~ msgid "Minus (&minus;)"
335
+ #~ msgstr "Sottrazione (&minus;)"
336
+ # @ captcha
337
+ #~ msgid "Minus"
338
+ #~ msgstr "Meno"
339
+ # @ captcha
340
+ #, fuzzy
341
+ #~ msgid "Multiplication (&times;)"
342
+ #~ msgstr "Moltiplicazione (&times;)"
343
+
344
+ # @ captcha
345
+ #, fuzzy
346
+ #~ msgid "Multiply"
347
+ #~ msgstr "Moltiplicazione"
348
+
349
+ # @ captcha
350
+ #~ msgid "Numbers"
351
+ #~ msgstr "Numeri"
352
+ # @ captcha
353
+ #~ msgid "Words"
354
+ #~ msgstr "Parole"
355
+ # @ captcha
356
+ #~ msgid "FAQ"
357
+ #~ msgstr "FAQ"
358
+ # @ captcha
359
+ #~ msgid "Support"
360
+ #~ msgstr "Supporto"
361
+ # @ captcha
362
+ #, fuzzy
363
+ #~ msgid ""
364
+ #~ "Please select one item in the block Arithmetic and Complexity for CAPTCHA"
365
+ #~ msgstr ""
366
+ #~ "Per favole seleziona una opzione nel blocco Aritmetica e Difficolatà per "
367
+ #~ "il CAPTCHA"
368
+
369
+ # @ captcha
370
+ #~ msgid "Options saved."
371
+ #~ msgstr "Impostazioni salvate."
372
+ # @ captcha
373
+ #, fuzzy
374
+ #~ msgid "Enable CAPTCHA for:"
375
+ #~ msgstr "Abilita il CAPTCHA per:"
376
+
377
+ # @ captcha
378
+ #~ msgid "Contact form"
379
+ #~ msgstr "Modulo di contatto"
380
+ # @ captcha
381
+ #~ msgid "powered by"
382
+ #~ msgstr "powered by"
383
+ # @ captcha
384
+ #~ msgid "Activate contact form"
385
+ #~ msgstr "Attiva modulo di contatto"
386
+ # @ captcha
387
+ #~ msgid "Download contact form"
388
+ #~ msgstr "Scarica il plugin per il modulo di contatto"
389
+ # @ captcha
390
+ #, fuzzy
391
+ #~ msgid ""
392
+ #~ "If you would like to customize this plugin for a custom form, please see"
393
+ #~ msgstr ""
394
+ #~ "Se desideri personalizzare il plugin per un modulo di contatto "
395
+ #~ "personalizzato, vedi"
396
+
397
+ # @ captcha
398
+ #~ msgid "\"Create a Group\" form"
399
+ #~ msgstr "Modulo \"Crea un gruppo\""
400
+ # @ captcha
401
+ #~ msgid ""
402
+ #~ "This functionality is available in the Pro version of the plugin. For "
403
+ #~ "more details, please follow the link"
404
+ #~ msgstr ""
405
+ #~ "Questa funzionalità è disponibile nella versione Pro del plugin. Per "
406
+ #~ "maggiori dettagli, per favore vai al link"
407
+ # @ captcha
408
+ #, fuzzy
409
+ #~ msgid "Title for CAPTCHA in the form"
410
+ #~ msgstr "Titolo per il CAPTCHA nel modulo"
411
+
412
+ # @ captcha
413
+ #~ msgid "Arithmetic actions for CAPTCHA"
414
+ #~ msgstr "Operazioni aritmetiche per il CAPTCHA"
415
+ # @ captcha
416
+ #~ msgid "CAPTCHA complexity level"
417
+ #~ msgstr "Livello complessità CAPTCHA"
418
+ # @ default
419
+ #~ msgid "Save Changes"
420
+ #~ msgstr "Salva le modifiche"
421
+ # @ captcha
422
+ #~ msgid "ERROR"
423
+ #~ msgstr "ERRORE"
424
+ # @ captcha
425
+ #~ msgid "Please fill the form."
426
+ #~ msgstr "Per favore compila il modulo."
427
+ # @ captcha
428
+ #, fuzzy
429
+ #~ msgid "Please enter a valid CAPTCHA value."
430
+ #~ msgstr "Per favore completa il test di controllo."
431
+
432
+ # @ captcha
433
+ #, fuzzy
434
+ #~ msgid ""
435
+ #~ "Error: You have entered an incorrect CAPTCHA value. Click the BACK button "
436
+ #~ "on your browser, and try again."
437
+ #~ msgstr ""
438
+ #~ "Errore: hai inserito una risposta errata nel codice di controllo. Fai "
439
+ #~ "click sul pulsante INDIETRO del tuo browser e prova di nuovo."
440
+
441
+ # @ captcha
442
+ #~ msgid "zero"
443
+ #~ msgstr "zero"
444
+ # @ captcha
445
+ #~ msgid "one"
446
+ #~ msgstr "uno"
447
+ # @ captcha
448
+ #~ msgid "two"
449
+ #~ msgstr "due"
450
+ # @ captcha
451
+ #~ msgid "three"
452
+ #~ msgstr "tre"
453
+ # @ captcha
454
+ #~ msgid "four"
455
+ #~ msgstr "quattro"
456
+ # @ captcha
457
+ #~ msgid "five"
458
+ #~ msgstr "cinque"
459
+ # @ captcha
460
+ #~ msgid "six"
461
+ #~ msgstr "sei"
462
+ # @ captcha
463
+ #~ msgid "seven"
464
+ #~ msgstr "sette"
465
+ # @ captcha
466
+ #~ msgid "eight"
467
+ #~ msgstr "otto"
468
+ # @ captcha
469
+ #~ msgid "nine"
470
+ #~ msgstr "nove"
471
+ # @ captcha
472
+ #~ msgid "eleven"
473
+ #~ msgstr "undici"
474
+ # @ captcha
475
+ #~ msgid "twelve"
476
+ #~ msgstr "dodici"
477
+ # @ captcha
478
+ #~ msgid "thirteen"
479
+ #~ msgstr "tredici"
480
+ # @ captcha
481
+ #~ msgid "fourteen"
482
+ #~ msgstr "quattordici"
483
+ # @ captcha
484
+ #~ msgid "fifteen"
485
+ #~ msgstr "quindici"
486
+ # @ captcha
487
+ #~ msgid "sixteen"
488
+ #~ msgstr "sedici"
489
+ # @ captcha
490
+ #~ msgid "seventeen"
491
+ #~ msgstr "diciassette"
492
+ # @ captcha
493
+ #~ msgid "eighteen"
494
+ #~ msgstr "diciotto"
495
+ # @ captcha
496
+ #~ msgid "nineteen"
497
+ #~ msgstr "diciannove"
498
+ # @ captcha
499
+ #~ msgid "ten"
500
+ #~ msgstr "dieci"
501
+ # @ captcha
502
+ #~ msgid "twenty"
503
+ #~ msgstr "venti"
504
+ # @ captcha
505
+ #~ msgid "thirty"
506
+ #~ msgstr "trenta"
507
+ # @ captcha
508
+ #~ msgid "forty"
509
+ #~ msgstr "quaranta"
510
+ # @ captcha
511
+ #~ msgid "fifty"
512
+ #~ msgstr "cinquanta"
513
+ # @ captcha
514
+ #~ msgid "sixty"
515
+ #~ msgstr "sessanta"
516
+ # @ captcha
517
+ #~ msgid "seventy"
518
+ #~ msgstr "settanta"
519
+ # @ captcha
520
+ #~ msgid "eighty"
521
+ #~ msgstr "ottanta"
522
+ # @ captcha
523
+ #~ msgid "ninety"
524
+ #~ msgstr "novanta"
525
+ # @ captcha
526
+ #~ msgid "and"
527
+ #~ msgstr "e"
528
+ # @ captcha
529
+ #, fuzzy
530
+ #~ msgid "Encryption password is not set"
531
+ #~ msgstr "La password per la decodifica della cifratura non è impostata"
532
+
533
+ # @ captcha
534
+ #, fuzzy
535
+ #~ msgid "Decryption password is not set"
536
+ #~ msgstr "La password per la decodifica della cifratura non è impostata"
537
+
bws_menu/languages/bestwebsoft-sr_RS.mo CHANGED
File without changes
css/style.css CHANGED
@@ -37,21 +37,18 @@
37
  }
38
 
39
  #fcbk_share {
40
- clear:both;
41
- height: 40px;
42
  }
43
  .fcbk_button {
44
- float:left;
45
- margin-right:10px;
46
  }
47
  .fcbk_button a {
48
- height: 40px;
49
- display: block;
50
  }
51
  .fcbk_like {
52
  float: left;
53
- position: relative;
54
- top: -3px;
55
  }
56
  .fb_edge_widget_with_comment span {
57
  width: 450px !important;
37
  }
38
 
39
  #fcbk_share {
40
+ clear: both;
 
41
  }
42
  .fcbk_button {
43
+ float: left;
44
+ padding: 2px 10px 2px 0;
45
  }
46
  .fcbk_button a {
47
+ display: block;
48
+ line-height: 0;
49
  }
50
  .fcbk_like {
51
  float: left;
 
 
52
  }
53
  .fb_edge_widget_with_comment span {
54
  width: 450px !important;
facebook-button-plugin.php CHANGED
@@ -1,15 +1,15 @@
1
  <?php
2
  /*
3
- Plugin Name: Facebook Button Plugin
4
  Plugin URI: http://bestwebsoft.com/plugin/
5
  Description: Put Facebook Button in to your post.
6
  Author: BestWebSoft
7
- Version: 2.23
8
  Author URI: http://bestwebsoft.com/
9
  License: GPLv2 or later
10
  */
11
 
12
- /* Copyright 2011 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
@@ -29,10 +29,10 @@ require_once( dirname( __FILE__ ) . '/bws_menu/bws_menu.php' );
29
 
30
  if ( ! function_exists( 'fcbk_bttn_plgn_add_pages' ) ) {
31
  function fcbk_bttn_plgn_add_pages() {
32
- add_menu_page( 'BWS Plugins', 'BWS Plugins', 'manage_options', 'bws_plugins', 'bws_add_menu_render', plugins_url( "img/px.png", __FILE__ ), 1001);
33
- add_submenu_page( 'bws_plugins', __( 'Facebook Button Settings', 'facebook' ), __( 'Facebook Button', 'facebook' ), 'manage_options', "facebook-button-plugin.php", 'fcbk_bttn_plgn_settings_page');
34
 
35
- //call register settings function
36
  add_action( 'admin_init', 'fcbk_bttn_plgn_settings' );
37
  }
38
  }
@@ -40,114 +40,104 @@ if ( ! function_exists( 'fcbk_bttn_plgn_add_pages' ) ) {
40
  if ( ! function_exists( 'fcbk_bttn_plgn_settings' ) ) {
41
  function fcbk_bttn_plgn_settings() {
42
  global $wpmu, $fcbk_bttn_plgn_options_array;
43
-
44
  $fcbk_bttn_plgn_options_array_default = array(
45
- 'fcbk_bttn_plgn_link' => '',
46
- 'fcbk_bttn_plgn_my_page' => 1,
47
- 'fcbk_bttn_plgn_like' => 1,
48
- 'fcbk_bttn_plgn_where' => '',
49
- 'fcbk_bttn_plgn_display_option' => '',
50
- 'fcbk_bttn_plgn_count_icon' => 1,
51
- 'fb_img_link' => plugins_url( "img/standart-facebook-ico.jpg", __FILE__ ),
52
- 'fcbk_bttn_plgn_locale' => 'en_US'
53
  );
54
-
55
-
56
- // install the option defaults
57
  if ( 1 == $wpmu ) {
58
- if ( !get_site_option( 'fcbk_bttn_plgn_options_array' ) ) {
59
  add_site_option( 'fcbk_bttn_plgn_options_array', $fcbk_bttn_plgn_options_array_default, '', 'yes' );
60
  }
61
  } else {
62
- if( !get_option( 'fcbk_bttn_plgn_options_array' ) )
63
  add_option( 'fcbk_bttn_plgn_options_array', $fcbk_bttn_plgn_options_array_default, '', 'yes' );
64
  }
65
-
66
- // get options from the database
67
  if ( 1 == $wpmu )
68
  $fcbk_bttn_plgn_options_array = get_site_option( 'fcbk_bttn_plgn_options_array' );
69
  else
70
  $fcbk_bttn_plgn_options_array = get_option( 'fcbk_bttn_plgn_options_array' );
71
-
72
-
73
  $fcbk_bttn_plgn_options_array = array_merge( $fcbk_bttn_plgn_options_array_default, $fcbk_bttn_plgn_options_array );
74
  update_option( 'fcbk_bttn_plgn_options_array', $fcbk_bttn_plgn_options_array );
75
  }
76
  }
77
 
78
- //Function formed content of the plugin's admin page.
79
  if ( ! function_exists( 'fcbk_bttn_plgn_settings_page' ) ) {
80
  function fcbk_bttn_plgn_settings_page() {
81
  global $fcbk_bttn_plgn_options_array;
82
  $copy = false;
83
 
84
- if ( @copy( plugin_dir_path( __FILE__ )."img/facebook-ico.jpg", plugin_dir_path( __FILE__ )."img/facebook-ico3.jpg" ) !== false )
85
  $copy = true;
86
 
87
- $message = "";
88
- $error = "";
89
- if ( isset( $_REQUEST['fcbk_bttn_plgn_form_submit'] ) && check_admin_referer( plugin_basename(__FILE__), 'fcbk_bttn_plgn_nonce_name' ) ) {
90
- // Takes all the changed settings on the plugin's admin page and saves them in array 'fcbk_bttn_plgn_options_array'.
91
- if ( isset ( $_REQUEST['fcbk_bttn_plgn_where'] ) && isset ( $_REQUEST['fcbk_bttn_plgn_link'] ) && isset ( $_REQUEST['fcbk_bttn_plgn_display_option'] ) ) {
92
- $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_link' ] = $_REQUEST [ 'fcbk_bttn_plgn_link' ];
93
- $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_where' ] = $_REQUEST [ 'fcbk_bttn_plgn_where' ];
94
- $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_display_option' ] = $_REQUEST [ 'fcbk_bttn_plgn_display_option' ];
95
- $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_my_page' ] = isset( $_REQUEST [ 'fcbk_bttn_plgn_my_page' ] ) ? 1 : 0 ;
96
- $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_like' ] = isset( $_REQUEST [ 'fcbk_bttn_plgn_like' ] ) ? 1 : 0 ;
97
- if ( isset ( $_FILES [ 'uploadfile' ] [ 'tmp_name' ] ) && $_FILES [ 'uploadfile' ] [ 'tmp_name' ] != "" ) {
98
- $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_count_icon' ] = $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_count_icon' ] + 1;
 
99
  }
100
- $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] = $_REQUEST [ 'fcbk_bttn_plgn_locale' ];
101
 
102
- if($fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_count_icon' ] > 2)
103
- $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_count_icon' ] = 1;
104
- update_option ( 'fcbk_bttn_plgn_options_array', $fcbk_bttn_plgn_options_array );
105
  $message = __( "Settings saved", 'facebook' );
106
  }
107
- // Form options
108
- if ( isset ( $_FILES [ 'uploadfile' ] [ 'tmp_name' ] ) && $_FILES [ 'uploadfile' ] [ 'tmp_name' ] != "" ) {
109
  $max_image_width = 100;
110
  $max_image_height = 40;
111
  $max_image_size = 32 * 1024;
112
  $valid_types = array( 'jpg', 'jpeg' );
113
- // Construction to rename downloading file
114
- $new_name = 'facebook-ico'.$fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_count_icon' ];
115
  $new_ext = '.jpg';
116
- $namefile = $new_name.$new_ext;
117
- $uploaddir = $_REQUEST [ 'home' ] . 'wp-content/plugins/facebook-button-plugin/img/'; // The directory in which we will take the file:
118
- $uploadfile = $uploaddir.$namefile;
119
-
120
- //checks is file download initiated by user
121
- if ( isset ( $_FILES [ 'uploadfile' ] ) && $_REQUEST [ 'fcbk_bttn_plgn_display_option' ] == 'custom' ) {
122
- //Checking is allowed download file given parameters
123
- if ( is_uploaded_file( $_FILES [ 'uploadfile' ] [ 'tmp_name' ] ) ) {
124
- $filename = $_FILES [ 'uploadfile' ] [ 'tmp_name' ];
125
- $ext = substr ( $_FILES [ 'uploadfile' ] [ 'name' ], 1 + strrpos( $_FILES [ 'uploadfile' ] [ 'name' ], '.' ) );
126
- if ( filesize ( $filename ) > $max_image_size ) {
127
- $error = __( "Error: File size > 32K", 'facebook' );
128
- }
129
- elseif ( ! in_array ( $ext, $valid_types ) ) {
130
- $error = __( "Error: Invalid file type", 'facebook' );
131
- }
132
- else {
133
- $size = GetImageSize ( $filename );
134
  if ( ( $size ) && ( $size[0] <= $max_image_width ) && ( $size[1] <= $max_image_height ) ) {
135
- //If file satisfies requirements, we will move them from temp to your plugin folder and rename to 'facebook_ico.jpg'
136
- if (move_uploaded_file ( $_FILES [ 'uploadfile' ] [ 'tmp_name' ], $uploadfile ) ) {
137
  $message .= " Upload successful.";
138
- }
139
- else {
140
  $error = __( "Error: moving file failed", 'facebook' );
141
  }
142
- }
143
- else {
144
  $error = __( "Error: check image width or height", 'facebook' );
145
  }
146
  }
147
- }
148
- else {
149
  $error = __( "Uploading Error: check image properties", 'facebook' );
150
- }
151
  }
152
  }
153
  fcbk_bttn_plgn_update_option();
@@ -155,22 +145,22 @@ if ( ! function_exists( 'fcbk_bttn_plgn_settings_page' ) ) {
155
  <div class="wrap">
156
  <div class="icon32 icon32-bws" id="icon-options-general"></div>
157
  <h2><?php echo __( "Facebook Button Settings", 'facebook' ); ?></h2>
158
- <div class="updated fade" <?php if( ! isset( $_REQUEST['fcbk_bttn_plgn_form_submit'] ) || $error != "" ) echo "style=\"display:none\""; ?>><p><strong><?php echo $message; ?></strong></p></div>
159
- <div class="error" <?php if( "" == $error ) echo "style=\"display:none\""; ?>><p><strong><?php echo $error; ?></strong></p></div>
160
  <div>
161
  <form name="form1" method="post" action="admin.php?page=facebook-button-plugin.php" enctype="multipart/form-data" >
162
  <table class="form-table">
163
  <tr valign="top">
164
  <th scope="row"><?php _e( "Your Facebook ID:", 'facebook' ); ?></th>
165
  <td>
166
- <input name='fcbk_bttn_plgn_link' type='text' value='<?php echo $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_link' ] ?>' style="width:200px;" />
167
  </td>
168
  </tr>
169
  <tr valign="top">
170
  <th scope="row"><?php _e( "Display button:", 'facebook' ); ?></th>
171
  <td>
172
- <input name='fcbk_bttn_plgn_my_page' type='checkbox' value='1' <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_my_page' ] == 1 ) echo 'checked="checked "'; ?>/> <label for="fcbk_bttn_plgn_my_page"><?php echo __( "My Page", 'captcha' ); ?></label><br />
173
- <input name='fcbk_bttn_plgn_like' type='checkbox' value='1' <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_like' ] == 1 ) echo 'checked="checked "'; ?>/> <label for="fcbk_bttn_plgn_like"><?php echo __( "Like", 'captcha' ); ?></label><br />
174
  </td>
175
  </tr>
176
  <tr>
@@ -179,9 +169,9 @@ if ( ! function_exists( 'fcbk_bttn_plgn_settings_page' ) ) {
179
  </th>
180
  <td>
181
  <select name="fcbk_bttn_plgn_display_option" onchange="if ( this . value == 'custom' ) { getElementById ( 'fcbk_bttn_plgn_display_option_custom' ) . style.display = 'block'; } else { getElementById ( 'fcbk_bttn_plgn_display_option_custom' ) . style.display = 'none'; }" style="width:200px;" >
182
- <option <?php if ( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_display_option' ] == 'standart' ) echo 'selected="selected"'; ?> value="standart"><?php echo __( "Standard Facebook image", 'facebook' ); ?></option>
183
- <?php if( $copy || $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_display_option' ] == 'custom' ) { ?>
184
- <option <?php if ( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_display_option' ] == 'custom' ) echo 'selected="selected"'; ?> value="custom"><?php echo __( "Custom Facebook image", 'facebook' ); ?></option>
185
  <?php } ?>
186
  </select>
187
  </td>
@@ -191,23 +181,23 @@ if ( ! function_exists( 'fcbk_bttn_plgn_settings_page' ) ) {
191
  <?php echo __( "Current image:", 'facebook' ); ?>
192
  </th>
193
  <td>
194
- <img src="<?php echo $fcbk_bttn_plgn_options_array [ 'fb_img_link' ]; ?>" style="margin-left:2px;" />
195
  </td>
196
  </tr>
197
  <tr>
198
  <td colspan="2">
199
- <div id="fcbk_bttn_plgn_display_option_custom" <?php if ( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_display_option' ] == 'custom' ) { echo ( 'style="display:block"' ); } else {echo ( 'style="display:none"' ); }?>>
200
  <table>
201
- <th style="padding-left:0px;font-size:13px;">
202
  <input type="hidden" name="MAX_FILE_SIZE" value="64000"/>
203
  <input type="hidden" name="home" value="<?php echo ABSPATH ; ?>"/>
204
  <?php echo __( "Facebook image:", 'facebook' ); ?>
205
  </th>
206
  <td>
207
  <input name="uploadfile" type="file" style="width:196px;" /><br />
208
- <span style="color: rgb(136, 136, 136); font-size: 10px;"><?php echo __( 'Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:"jpg", "jpeg".', 'facebook' ); ?></span>
209
  </td>
210
- </table>
211
  </div>
212
  </td>
213
  </tr>
@@ -217,12 +207,12 @@ if ( ! function_exists( 'fcbk_bttn_plgn_settings_page' ) ) {
217
  </th>
218
  <td>
219
  <select name="fcbk_bttn_plgn_where" onchange="if ( this . value == 'shortcode' ) { getElementById ( 'shortcode' ) . style.display = 'inline'; } else { getElementById ( 'shortcode' ) . style.display = 'none'; }" style="width:200px;" >
220
- <option <?php if ( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_where' ] == 'before' ) echo 'selected="selected"'; ?> value="before"><?php echo __( "Before", 'facebook' ); ?></option>
221
- <option <?php if ( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_where' ] == 'after' ) echo 'selected="selected"'; ?> value="after"><?php echo __( "After", 'facebook' ); ?></option>
222
- <option <?php if ( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_where' ] == 'beforeandafter' ) echo 'selected="selected"'; ?> value="beforeandafter"><?php echo __( "Before and After", 'facebook' ); ?></option>
223
- <option <?php if ( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_where' ] == 'shortcode') echo 'selected="selected"'; ?> value="shortcode"><?php echo __( "Shortcode", 'facebook' ); ?></option>
224
  </select>
225
- <span id="shortcode" style="color: rgb(136, 136, 136); font-size: 10px; <?php if ( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_where' ] == 'shortcode' ) { echo ( 'display:inline' ); } else { echo ( 'display:none' ); }?>"><?php echo __( "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:", 'facebook' ); ?> [fb_button].</span>
226
  </td>
227
  </tr>
228
  <tr>
@@ -231,112 +221,112 @@ if ( ! function_exists( 'fcbk_bttn_plgn_settings_page' ) ) {
231
  </th>
232
  <td>
233
  <select name="fcbk_bttn_plgn_locale">
234
- <option value="af_ZA" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "af_ZA" ) echo 'selected="selected"'; ?>>Afrikaans</option>
235
- <option value="ar_AR" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "ar_AR" ) echo 'selected="selected"'; ?>>العربية</option>
236
- <option value="ay_BO" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "ay_BO" ) echo 'selected="selected"'; ?>>Aymar aru</option>
237
- <option value="az_AZ" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "az_AZ" ) echo 'selected="selected"'; ?>>Azərbaycan dili</option>
238
- <option value="be_BY" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "be_BY" ) echo 'selected="selected"'; ?>>Беларуская</option>
239
- <option value="bg_BG" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "bg_BG" ) echo 'selected="selected"'; ?>>Български</option>
240
- <option value="bn_IN" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "bn_IN" ) echo 'selected="selected"'; ?>>বাংলা</option>
241
- <option value="bs_BA" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "bs_BA" ) echo 'selected="selected"'; ?>>Bosanski</option>
242
- <option value="ca_ES" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "ca_ES" ) echo 'selected="selected"'; ?>>Català</option>
243
- <option value="ck_US" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "ck_US" ) echo 'selected="selected"'; ?>>Cherokee</option>
244
- <option value="cs_CZ" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "cs_CZ" ) echo 'selected="selected"'; ?>>Čeština</option>
245
- <option value="cy_GB" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "cy_GB" ) echo 'selected="selected"'; ?>>Cymraeg</option>
246
- <option value="da_DK" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "da_DK" ) echo 'selected="selected"'; ?>>Dansk</option>
247
- <option value="de_DE" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "de_DE" ) echo 'selected="selected"'; ?>>Deutsch</option>
248
- <option value="el_GR" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "el_GR" ) echo 'selected="selected"'; ?>>Ελληνικά</option>
249
- <option value="en_US" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "en_US" ) echo 'selected="selected"'; ?>>English</option>
250
- <option value="en_PI" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "en_PI" ) echo 'selected="selected"'; ?>>English (Pirate)</option>
251
- <option value="eo_EO" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "eo_EO" ) echo 'selected="selected"'; ?>>Esperanto</option>
252
- <option value="es_CL" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "es_CL" ) echo 'selected="selected"'; ?>>Español (Chile)</option>
253
- <option value="es_CO" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "es_CO" ) echo 'selected="selected"'; ?>>Español (Colombia)</option>
254
- <option value="es_ES" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "es_ES" ) echo 'selected="selected"'; ?>>Español (España)</option>
255
- <option value="es_LA" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "es_LA" ) echo 'selected="selected"'; ?>>Español</option>
256
- <option value="es_MX" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "es_MX" ) echo 'selected="selected"'; ?>>Español (México)</option>
257
- <option value="es_VE" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "es_VE" ) echo 'selected="selected"'; ?>>Español (Venezuela)</option>
258
- <option value="et_EE" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "et_EE" ) echo 'selected="selected"'; ?>>Eesti</option>
259
- <option value="eu_ES" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "eu_ES" ) echo 'selected="selected"'; ?>>Euskara</option>
260
- <option value="fa_IR" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "fa_IR" ) echo 'selected="selected"'; ?>>فارسی</option>
261
- <option value="fb_LT" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "fb_LT" ) echo 'selected="selected"'; ?>>Leet Speak</option>
262
- <option value="fi_FI" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "fi_FI" ) echo 'selected="selected"'; ?>>Suomi</option>
263
- <option value="fo_FO" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "fo_FO" ) echo 'selected="selected"'; ?>>Føroyskt</option>
264
- <option value="fr_CA" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "fr_CA" ) echo 'selected="selected"'; ?>>Français (Canada)</option>
265
- <option value="fr_FR" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "fr_FR" ) echo 'selected="selected"'; ?>>Français (France)</option>
266
- <option value="fy_NL" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "fy_NL" ) echo 'selected="selected"'; ?>>Frysk</option>
267
- <option value="ga_IE" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "ga_IE" ) echo 'selected="selected"'; ?>>Gaeilge</option>
268
- <option value="gl_ES" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "gl_ES" ) echo 'selected="selected"'; ?>>Galego</option>
269
- <option value="gn_PY" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "gn_PY" ) echo 'selected="selected"'; ?>>Avañe'ẽ</option>
270
- <option value="gu_IN" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "gu_IN" ) echo 'selected="selected"'; ?>>ગુજરાતી</option>
271
- <option value="gx_GR" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "gx_GR" ) echo 'selected="selected"'; ?>>Ἑλληνική ἀρχαία</option>
272
- <option value="he_IL" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "he_IL" ) echo 'selected="selected"'; ?>>עברית</option>
273
- <option value="hi_IN" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "hi_IN" ) echo 'selected="selected"'; ?>>हिन्दी</option>
274
- <option value="hr_HR" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "hr_HR" ) echo 'selected="selected"'; ?>>Hrvatski</option>
275
- <option value="hu_HU" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "hu_HU" ) echo 'selected="selected"'; ?>>Magyar</option>
276
- <option value="hy_AM" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "hy_AM" ) echo 'selected="selected"'; ?>>Հայերեն</option>
277
- <option value="id_ID" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "id_ID" ) echo 'selected="selected"'; ?>>Bahasa Indonesia</option>
278
- <option value="is_IS" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "is_IS" ) echo 'selected="selected"'; ?>>Íslenska</option>
279
- <option value="it_IT" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "it_IT" ) echo 'selected="selected"'; ?>>Italiano</option>
280
- <option value="ja_JP" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "ja_JP" ) echo 'selected="selected"'; ?>>日本語</option>
281
- <option value="jv_ID" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "jv_ID" ) echo 'selected="selected"'; ?>>Basa Jawa</option>
282
- <option value="ka_GE" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "ka_GE" ) echo 'selected="selected"'; ?>>ქართული</option>
283
- <option value="kk_KZ" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "kk_KZ" ) echo 'selected="selected"'; ?>>Қазақша</option>
284
- <option value="km_KH" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "km_KH" ) echo 'selected="selected"'; ?>>ភាសាខ្មែរ</option>
285
- <option value="kn_IN" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "kn_IN" ) echo 'selected="selected"'; ?>>ಕನ್ನಡ</option>
286
- <option value="ko_KR" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "ko_KR" ) echo 'selected="selected"'; ?>>한국어</option>
287
- <option value="ku_TR" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "ku_TR" ) echo 'selected="selected"'; ?>>Kurdî</option>
288
- <option value="la_VA" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "la_VA" ) echo 'selected="selected"'; ?>>lingua latina</option>
289
- <option value="li_NL" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "li_NL" ) echo 'selected="selected"'; ?>>Limburgs</option>
290
- <option value="lt_LT" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "lt_LT" ) echo 'selected="selected"'; ?>>Lietuvių</option>
291
- <option value="lv_LV" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "lv_LV" ) echo 'selected="selected"'; ?>>Latviešu</option>
292
- <option value="mg_MG" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "mg_MG" ) echo 'selected="selected"'; ?>>Malagasy</option>
293
- <option value="mk_MK" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "mk_MK" ) echo 'selected="selected"'; ?>>Македонски</option>
294
- <option value="ml_IN" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "ml_IN" ) echo 'selected="selected"'; ?>>മലയാളം</option>
295
- <option value="mn_MN" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "mn_MN" ) echo 'selected="selected"'; ?>>Монгол</option>
296
- <option value="mr_IN" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "mr_IN" ) echo 'selected="selected"'; ?>>मराठी</option>
297
- <option value="ms_MY" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "ms_MY" ) echo 'selected="selected"'; ?>>Bahasa Melayu</option>
298
- <option value="mt_MT" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "mt_MT" ) echo 'selected="selected"'; ?>>Malti</option>
299
- <option value="nb_NO" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "nb_NO" ) echo 'selected="selected"'; ?>>Norsk (bokmål)</option>
300
- <option value="ne_NP" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "ne_NP" ) echo 'selected="selected"'; ?>>नेपाली</option>
301
- <option value="nl_BE" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "nl_BE" ) echo 'selected="selected"'; ?>>Nederlands (België)</option>
302
- <option value="nl_NL" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "nl_NL" ) echo 'selected="selected"'; ?>>Nederlands</option>
303
- <option value="nn_NO" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "nn_NO" ) echo 'selected="selected"'; ?>>Norsk (nynorsk)</option>
304
- <option value="pa_IN" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "pa_IN" ) echo 'selected="selected"'; ?>>ਪੰਜਾਬੀ</option>
305
- <option value="pl_PL" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "pl_PL" ) echo 'selected="selected"'; ?>>Polski</option>
306
- <option value="ps_AF" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "ps_AF" ) echo 'selected="selected"'; ?>>پښتو</option>
307
- <option value="pt_BR" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "pt_BR" ) echo 'selected="selected"'; ?>>Português (Brasil)</option>
308
- <option value="pt_PT" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "pt_PT" ) echo 'selected="selected"'; ?>>Português (Portugal)</option>
309
- <option value="qu_PE" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "qu_PE" ) echo 'selected="selected"'; ?>>Qhichwa</option>
310
- <option value="rm_CH" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "rm_CH" ) echo 'selected="selected"'; ?>>Rumantsch</option>
311
- <option value="ro_RO" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "ro_RO" ) echo 'selected="selected"'; ?>>Română</option>
312
- <option value="ru_RU" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "ru_RU" ) echo 'selected="selected"'; ?>>Русский</option>
313
- <option value="sa_IN" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "sa_IN" ) echo 'selected="selected"'; ?>>संस्कृतम्</option>
314
- <option value="se_NO" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "se_NO" ) echo 'selected="selected"'; ?>>Davvisámegiella</option>
315
- <option value="sk_SK" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "sk_SK" ) echo 'selected="selected"'; ?>>Slovenčina</option>
316
- <option value="sl_SI" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "sl_SI" ) echo 'selected="selected"'; ?>>Slovenščina</option>
317
- <option value="so_SO" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "so_SO" ) echo 'selected="selected"'; ?>>Soomaaliga</option>
318
- <option value="sq_AL" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "sq_AL" ) echo 'selected="selected"'; ?>>Shqip</option>
319
- <option value="sr_RS" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "sr_RS" ) echo 'selected="selected"'; ?>>Српски</option>
320
- <option value="sv_SE" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "sv_SE" ) echo 'selected="selected"'; ?>>Svenska</option>
321
- <option value="sw_KE" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "sw_KE" ) echo 'selected="selected"'; ?>>Kiswahili</option>
322
- <option value="sy_SY" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "sy_SY" ) echo 'selected="selected"'; ?>>ܐܪܡܝܐ</option>
323
- <option value="ta_IN" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "ta_IN" ) echo 'selected="selected"'; ?>>தமிழ்</option>
324
- <option value="te_IN" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "te_IN" ) echo 'selected="selected"'; ?>>తెలుగు</option>
325
- <option value="tg_TJ" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "tg_TJ" ) echo 'selected="selected"'; ?>>тоҷикӣ</option>
326
- <option value="th_TH" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "th_TH" ) echo 'selected="selected"'; ?>>ภาษาไทย</option>
327
- <option value="tl_PH" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "tl_PH" ) echo 'selected="selected"'; ?>>Filipino</option>
328
- <option value="tl_ST" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "tl_ST" ) echo 'selected="selected"'; ?>>tlhIngan-Hol</option>
329
- <option value="tr_TR" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "tr_TR" ) echo 'selected="selected"'; ?>>Türkçe</option>
330
- <option value="tt_RU" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "tt_RU" ) echo 'selected="selected"'; ?>>Татарча</option>
331
- <option value="uk_UA" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "uk_UA" ) echo 'selected="selected"'; ?>>Українська</option>
332
- <option value="ur_PK" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "ur_PK" ) echo 'selected="selected"'; ?>>اردو</option>
333
- <option value="uz_UZ" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "uz_UZ" ) echo 'selected="selected"'; ?>>O'zbek</option>
334
- <option value="vi_VN" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "vi_VN" ) echo 'selected="selected"'; ?>>Tiếng Việt</option>
335
- <option value="yi_DE" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "yi_DE" ) echo 'selected="selected"'; ?>>ייִדיש</option>
336
- <option value="zh_CN" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "zh_CN" ) echo 'selected="selected"'; ?>>中文(简体)</option>
337
- <option value="zh_HK" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "zh_HK" ) echo 'selected="selected"'; ?>>中文(香港)</option>
338
- <option value="zh_TW" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "zh_TW" ) echo 'selected="selected"'; ?>>中文(台灣)</option>
339
- <option value="zu_ZA" <?php if( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ] == "zu_ZA" ) echo 'selected="selected"'; ?>>isiZulu</option>
340
  </select>
341
  <span id="shortcode" style="color: rgb(136, 136, 136); font-size: 10px; display:inline"><?php echo __( "Change the language of Facebook Like Button", 'facebook' ); ?></span>
342
  </td>
@@ -344,177 +334,190 @@ if ( ! function_exists( 'fcbk_bttn_plgn_settings_page' ) ) {
344
  <tr>
345
  <td colspan="2">
346
  <input type="hidden" name="fcbk_bttn_plgn_form_submit" value="submit" />
347
- <input type="submit" class="button-primary" value="<?php _e('Save Changes') ?>" />
348
  </td>
349
  </tr>
350
  </table>
351
- <?php wp_nonce_field( plugin_basename(__FILE__), 'fcbk_bttn_plgn_nonce_name' ); ?>
352
  </form>
353
  </div>
354
  </div>
355
  <?php }
356
  }
357
 
358
- //Function 'facebook_fcbk_bttn_plgn_display_option' reacts to changes type of picture (Standard or Custom) and generates link to image, link transferred to array 'fcbk_bttn_plgn_options_array'
359
  if ( ! function_exists( 'fcbk_bttn_plgn_update_option' ) ) {
360
- function fcbk_bttn_plgn_update_option () {
361
  global $fcbk_bttn_plgn_options_array;
362
- if ( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_display_option' ] == 'standart' ) {
363
- $fb_img_link = plugins_url( 'img/standart-facebook-ico.jpg', __FILE__ );
364
- } else if ( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_display_option' ] == 'custom') {
365
- $fb_img_link = plugins_url( 'img/facebook-ico'.$fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_count_icon' ].'.jpg', __FILE__ );
366
  }
367
- $fcbk_bttn_plgn_options_array [ 'fb_img_link' ] = $fb_img_link ;
368
  update_option( "fcbk_bttn_plgn_options_array", $fcbk_bttn_plgn_options_array );
369
  }
370
  }
371
 
372
- //Function 'facebook_button' taking from array 'fcbk_bttn_plgn_options_array' necessary information to create Facebook Button and reacting to your choise in plugin menu - points where it appears.
373
  if ( ! function_exists( 'fcbk_bttn_plgn_display_button' ) ) {
374
- function fcbk_bttn_plgn_display_button ( $content ) {
375
  global $post;
376
- //Query the database to receive array 'fcbk_bttn_plgn_options_array' and receiving necessary information to create button
377
- $fcbk_bttn_plgn_options_array = get_option ( 'fcbk_bttn_plgn_options_array' );
378
- $fcbk_bttn_plgn_where = $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_where' ];
379
- $img = $fcbk_bttn_plgn_options_array [ 'fb_img_link' ];
380
- $url = $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_link' ];
381
- $permalink_post = get_permalink ( $post->ID );
382
- //Button
383
- $button = '<div id="fcbk_share">';
384
- if ( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_my_page' ] == 1 ) {
385
  $button .= '<div class="fcbk_button">
386
- <a name="fcbk_share" href="http://www.facebook.com/' . $url . '" target="blank">
387
- <img src="' . $img . '" alt="Fb-Button" />
388
- </a>
389
- </div>';
390
  }
391
- if ( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_like' ] == 1 ) {
392
  $button .= '<div class="fcbk_like">
393
- <div id="fb-root"></div>
394
- <script src="http://connect.facebook.net/'.$fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_locale' ].'/all.js#appId=224313110927811&amp;xfbml=1"></script>
395
- <fb:like href="' . $permalink_post . '" send="false" layout="button_count" width="450" show_faces="false" font=""></fb:like>
396
- </div>';
397
- }
398
 
399
  $button .= '</div>';
400
- //Indication where show Facebook Button depending on selected item in admin page.
401
- if ( $fcbk_bttn_plgn_where == 'before' ) {
402
- return $button . $content;
403
- } else if ( $fcbk_bttn_plgn_where == 'after' ) {
404
  return $content . $button;
405
- } else if ( $fcbk_bttn_plgn_where == 'beforeandafter' ) {
406
  return $button . $content . $button;
407
- } else if ( $fcbk_bttn_plgn_where == 'shortcode' ) {
408
- return $content;
409
  } else {
410
- return $content;
411
  }
412
  }
413
  }
414
 
415
- //Function 'fcbk_bttn_plgn_shortcode' are using to create shortcode by Facebook Button.
416
  if ( ! function_exists( 'fcbk_bttn_plgn_shortcode' ) ) {
417
  function fcbk_bttn_plgn_shortcode( $content ) {
418
- $fcbk_bttn_plgn_options_array = get_option ( 'fcbk_bttn_plgn_options_array' );
419
- $fcbk_bttn_plgn_where = $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_where' ];
420
- $img = $fcbk_bttn_plgn_options_array [ 'fb_img_link' ];
421
- $url = $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_link' ];
422
- $permalink_post = get_permalink ( $post_ID );
423
- $button = '<div id="fcbk_share">';
424
- if ( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_my_page' ] == 1 ) {
 
425
  $button .= '<div class="fcbk_button">
426
- <a name="fcbk_share" href="http://www.facebook.com/' . $url . '" target="blank">
427
- <img src="' . $img . '" alt="Fb-Button" />
428
- </a>
429
- </div>';
430
  }
431
- if ( $fcbk_bttn_plgn_options_array [ 'fcbk_bttn_plgn_like' ] == 1 ) {
432
  $button .= '<div class="fcbk_like">
433
- <div id="fb-root"></div>
434
- <script src="http://connect.facebook.net/en_US/all.js#appId=224313110927811&amp;xfbml=1"></script>
435
- <fb:like href="' . $permalink_post . '" send="false" layout="button_count" width="450" show_faces="false" font=""></fb:like>
436
- </div>';
437
- }
438
-
439
- $button .= '</div>';
440
- return $button;
441
  }
442
  }
443
 
444
- //Function 'fcbk_bttn_plgn_action_links' are using to create action links on admin page.
445
  if ( ! function_exists( 'fcbk_bttn_plgn_action_links' ) ) {
446
  function fcbk_bttn_plgn_action_links( $links, $file ) {
447
- //Static so we don't call plugin_basename on every plugin row.
448
  static $this_plugin;
449
- if ( ! $this_plugin ) $this_plugin = plugin_basename(__FILE__);
450
-
451
  if ( $file == $this_plugin ) {
452
  $settings_link = '<a href="admin.php?page=facebook-button-plugin.php">' . __( 'Settings', 'facebook' ) . '</a>';
453
  array_unshift( $links, $settings_link );
454
  }
455
  return $links;
456
  }
457
- } // end function fcbk_bttn_plgn_action_links
458
 
459
- //Function 'fcbk_bttn_plgn_links' are using to create other links on admin page.
460
  if ( ! function_exists ( 'fcbk_bttn_plgn_links' ) ) {
461
  function fcbk_bttn_plgn_links( $links, $file ) {
462
- $base = plugin_basename(__FILE__);
463
  if ( $file == $base ) {
464
- $links[] = '<a href="admin.php?page=facebook-button-plugin.php">' . __( 'Settings','facebook' ) . '</a>';
465
- $links[] = '<a href="http://wordpress.org/extend/plugins/facebook-button-plugin/faq/" target="_blank">' . __( 'FAQ','facebook' ) . '</a>';
466
- $links[] = '<a href="http://support.bestwebsoft.com">' . __( 'Support','facebook' ) . '</a>';
467
  }
468
  return $links;
469
  }
470
- } // end function fcbk_bttn_plgn_links
471
 
472
- //Function '_plugin_init' are using to add language files.
473
- if ( ! function_exists ( 'fcbk_plugin_init' ) ) {
474
  function fcbk_plugin_init() {
475
- load_plugin_textdomain( 'facebook', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' );
476
- load_plugin_textdomain( 'bestwebsoft', false, dirname( plugin_basename( __FILE__ ) ) . '/bws_menu/languages/' );
477
  }
478
- } // end function fcbk_plugin_init
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
479
 
480
- if ( ! function_exists ( 'fcbk_admin_head' ) ) {
481
  function fcbk_admin_head() {
482
  wp_register_style( 'fcbkStylesheet', plugins_url( 'css/style.css', __FILE__ ) );
483
  wp_enqueue_style( 'fcbkStylesheet' );
484
-
485
  if ( isset( $_GET['page'] ) && $_GET['page'] == "bws_plugins" )
486
  wp_enqueue_script( 'bws_menu_script', plugins_url( 'js/bws_menu.js' , __FILE__ ) );
487
  }
488
  }
489
 
490
- // Function for delete options
491
- if ( ! function_exists ( 'fcbk_delete_options' ) ) {
492
  function fcbk_delete_options() {
493
- global $wpdb;
494
  delete_option( 'fcbk_bttn_plgn_options_array' );
 
495
  }
496
  }
497
 
498
- //Add language files
 
 
499
  add_action( 'init', 'fcbk_plugin_init' );
500
-
501
  add_action( 'wp_enqueue_scripts', 'fcbk_admin_head' );
502
  add_action( 'admin_enqueue_scripts', 'fcbk_admin_head' );
503
 
504
- // adds "Settings" link to the plugin action page
505
- add_filter( 'plugin_action_links', 'fcbk_bttn_plgn_action_links', 10, 2 );
506
-
507
- //Additional links on the plugin page
508
- add_filter( 'plugin_row_meta', 'fcbk_bttn_plgn_links', 10, 2 );
509
-
510
- //Calling a function add administrative menu.
511
- add_action( 'admin_menu', 'fcbk_bttn_plgn_add_pages' );
512
-
513
- //Add shortcode.
514
  add_shortcode( 'fb_button', 'fcbk_bttn_plgn_shortcode' );
515
 
516
- //Add settings links.
517
  add_filter( 'the_content', 'fcbk_bttn_plgn_display_button' );
 
 
 
 
518
 
519
  register_uninstall_hook( __FILE__, 'fcbk_delete_options' );
520
  ?>
1
  <?php
2
  /*
3
+ Plugin Name: Facebook Button
4
  Plugin URI: http://bestwebsoft.com/plugin/
5
  Description: Put Facebook Button in to your post.
6
  Author: BestWebSoft
7
+ Version: 2.24
8
  Author URI: http://bestwebsoft.com/
9
  License: GPLv2 or later
10
  */
11
 
12
+ /* Copyright 2013 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
29
 
30
  if ( ! function_exists( 'fcbk_bttn_plgn_add_pages' ) ) {
31
  function fcbk_bttn_plgn_add_pages() {
32
+ add_menu_page( 'BWS Plugins', 'BWS Plugins', 'manage_options', 'bws_plugins', 'bws_add_menu_render', plugins_url( "img/px.png", __FILE__ ), 1001 );
33
+ add_submenu_page( 'bws_plugins', __( 'Facebook Button Settings', 'facebook' ), __( 'Facebook Button', 'facebook' ), 'manage_options', "facebook-button-plugin.php", 'fcbk_bttn_plgn_settings_page' );
34
 
35
+ /* Call register settings function */
36
  add_action( 'admin_init', 'fcbk_bttn_plgn_settings' );
37
  }
38
  }
40
  if ( ! function_exists( 'fcbk_bttn_plgn_settings' ) ) {
41
  function fcbk_bttn_plgn_settings() {
42
  global $wpmu, $fcbk_bttn_plgn_options_array;
 
43
  $fcbk_bttn_plgn_options_array_default = array(
44
+ 'fcbk_bttn_plgn_link' => '',
45
+ 'fcbk_bttn_plgn_my_page' => 1,
46
+ 'fcbk_bttn_plgn_like' => 1,
47
+ 'fcbk_bttn_plgn_where' => '',
48
+ 'fcbk_bttn_plgn_display_option' => '',
49
+ 'fcbk_bttn_plgn_count_icon' => 1,
50
+ 'fb_img_link' => plugins_url( "img/standart-facebook-ico.jpg", __FILE__ ),
51
+ 'fcbk_bttn_plgn_locale' => 'en_US'
52
  );
53
+ /* Install the option defaults */
 
 
54
  if ( 1 == $wpmu ) {
55
+ if ( ! get_site_option( 'fcbk_bttn_plgn_options_array' ) ) {
56
  add_site_option( 'fcbk_bttn_plgn_options_array', $fcbk_bttn_plgn_options_array_default, '', 'yes' );
57
  }
58
  } else {
59
+ if( ! get_option( 'fcbk_bttn_plgn_options_array' ) )
60
  add_option( 'fcbk_bttn_plgn_options_array', $fcbk_bttn_plgn_options_array_default, '', 'yes' );
61
  }
62
+ /* Get options from the database */
 
63
  if ( 1 == $wpmu )
64
  $fcbk_bttn_plgn_options_array = get_site_option( 'fcbk_bttn_plgn_options_array' );
65
  else
66
  $fcbk_bttn_plgn_options_array = get_option( 'fcbk_bttn_plgn_options_array' );
 
 
67
  $fcbk_bttn_plgn_options_array = array_merge( $fcbk_bttn_plgn_options_array_default, $fcbk_bttn_plgn_options_array );
68
  update_option( 'fcbk_bttn_plgn_options_array', $fcbk_bttn_plgn_options_array );
69
  }
70
  }
71
 
72
+ /* Function formed content of the plugin's admin page. */
73
  if ( ! function_exists( 'fcbk_bttn_plgn_settings_page' ) ) {
74
  function fcbk_bttn_plgn_settings_page() {
75
  global $fcbk_bttn_plgn_options_array;
76
  $copy = false;
77
 
78
+ if ( false !== @copy( plugin_dir_path( __FILE__ ) . "img/facebook-ico.jpg", plugin_dir_path( __FILE__ ) . "img/facebook-ico3.jpg" ) )
79
  $copy = true;
80
 
81
+ $message = "";
82
+ $error = "";
83
+ if ( isset( $_REQUEST['fcbk_bttn_plgn_form_submit'] ) && check_admin_referer( plugin_basename( __FILE__ ), 'fcbk_bttn_plgn_nonce_name' ) ) {
84
+ /* Takes all the changed settings on the plugin's admin page and saves them in array 'fcbk_bttn_plgn_options_array'. */
85
+ if ( isset( $_REQUEST['fcbk_bttn_plgn_where'] ) && isset( $_REQUEST['fcbk_bttn_plgn_link'] ) && isset( $_REQUEST['fcbk_bttn_plgn_display_option'] ) ) {
86
+ $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_link'] = $_REQUEST['fcbk_bttn_plgn_link'];
87
+ $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_where'] = $_REQUEST['fcbk_bttn_plgn_where'];
88
+ $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_display_option'] = $_REQUEST['fcbk_bttn_plgn_display_option'];
89
+ $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_my_page'] = isset( $_REQUEST['fcbk_bttn_plgn_my_page'] ) ? 1 : 0 ;
90
+ $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_like'] = isset( $_REQUEST['fcbk_bttn_plgn_like'] ) ? 1 : 0 ;
91
+ $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] = $_REQUEST['fcbk_bttn_plgn_locale'];
92
+ if ( isset( $_FILES['uploadfile']['tmp_name'] ) && $_FILES['uploadfile']['tmp_name'] != "" ) {
93
+ $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_count_icon'] = $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_count_icon'] + 1;
94
  }
 
95
 
96
+ if ( 2 < $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_count_icon'] )
97
+ $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_count_icon'] = 1;
98
+ update_option( 'fcbk_bttn_plgn_options_array', $fcbk_bttn_plgn_options_array );
99
  $message = __( "Settings saved", 'facebook' );
100
  }
101
+ /* Form options */
102
+ if ( isset( $_FILES['uploadfile']['tmp_name'] ) && "" != $_FILES['uploadfile']['tmp_name'] ) {
103
  $max_image_width = 100;
104
  $max_image_height = 40;
105
  $max_image_size = 32 * 1024;
106
  $valid_types = array( 'jpg', 'jpeg' );
107
+ /* Construction to rename downloading file */
108
+ $new_name = 'facebook-ico' . $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_count_icon'];
109
  $new_ext = '.jpg';
110
+ $namefile = $new_name . $new_ext;
111
+ $uploaddir = $_REQUEST['home'] . 'wp-content/plugins/facebook-button-plugin/img/'; /* The directory in which we will take the file: */
112
+ $uploadfile = $uploaddir . $namefile;
113
+
114
+ /* Checks is file download initiated by user */
115
+ if ( isset( $_FILES['uploadfile'] ) && 'custom' == $_REQUEST['fcbk_bttn_plgn_display_option'] ) {
116
+ /* Checking is allowed download file given parameters */
117
+ if ( is_uploaded_file( $_FILES['uploadfile']['tmp_name'] ) ) {
118
+ $filename = $_FILES['uploadfile']['tmp_name'];
119
+ $ext = substr( $_FILES['uploadfile']['name'], 1 + strrpos( $_FILES['uploadfile']['name'], '.' ) );
120
+ if ( filesize( $filename ) > $max_image_size ) {
121
+ $error = __( "Error: File size > 32K", 'facebook' );
122
+ }
123
+ elseif ( ! in_array( $ext, $valid_types ) ) {
124
+ $error = __( "Error: Invalid file type", 'facebook' );
125
+ } else {
126
+ $size = GetImageSize( $filename );
 
127
  if ( ( $size ) && ( $size[0] <= $max_image_width ) && ( $size[1] <= $max_image_height ) ) {
128
+ /* If file satisfies requirements, we will move them from temp to your plugin folder and rename to 'facebook_ico.jpg' */
129
+ if ( move_uploaded_file( $_FILES['uploadfile']['tmp_name'], $uploadfile ) ) {
130
  $message .= " Upload successful.";
131
+ } else {
 
132
  $error = __( "Error: moving file failed", 'facebook' );
133
  }
134
+ } else {
 
135
  $error = __( "Error: check image width or height", 'facebook' );
136
  }
137
  }
138
+ } else {
 
139
  $error = __( "Uploading Error: check image properties", 'facebook' );
140
+ }
141
  }
142
  }
143
  fcbk_bttn_plgn_update_option();
145
  <div class="wrap">
146
  <div class="icon32 icon32-bws" id="icon-options-general"></div>
147
  <h2><?php echo __( "Facebook Button Settings", 'facebook' ); ?></h2>
148
+ <div class="updated fade" <?php if ( ! isset( $_REQUEST['fcbk_bttn_plgn_form_submit'] ) || "" != $error ) echo "style=\"display:none\""; ?>><p><strong><?php echo $message; ?></strong></p></div>
149
+ <div class="error" <?php if ( "" == $error ) echo "style=\"display:none\""; ?>><p><strong><?php echo $error; ?></strong></p></div>
150
  <div>
151
  <form name="form1" method="post" action="admin.php?page=facebook-button-plugin.php" enctype="multipart/form-data" >
152
  <table class="form-table">
153
  <tr valign="top">
154
  <th scope="row"><?php _e( "Your Facebook ID:", 'facebook' ); ?></th>
155
  <td>
156
+ <input name='fcbk_bttn_plgn_link' type='text' value='<?php echo $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_link']; ?>' style="width:200px;" />
157
  </td>
158
  </tr>
159
  <tr valign="top">
160
  <th scope="row"><?php _e( "Display button:", 'facebook' ); ?></th>
161
  <td>
162
+ <label><input name='fcbk_bttn_plgn_my_page' type='checkbox' value='1' <?php if ( 1 == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_my_page'] ) echo 'checked="checked "'; ?>/> <?php echo __( "My Page", 'captcha' ); ?></label><br />
163
+ <label><input name='fcbk_bttn_plgn_like' type='checkbox' value='1' <?php if ( 1 == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_like'] ) echo 'checked="checked "'; ?>/> <?php echo __( "Like", 'captcha' ); ?></label><br />
164
  </td>
165
  </tr>
166
  <tr>
169
  </th>
170
  <td>
171
  <select name="fcbk_bttn_plgn_display_option" onchange="if ( this . value == 'custom' ) { getElementById ( 'fcbk_bttn_plgn_display_option_custom' ) . style.display = 'block'; } else { getElementById ( 'fcbk_bttn_plgn_display_option_custom' ) . style.display = 'none'; }" style="width:200px;" >
172
+ <option <?php if ( 'standart' == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_display_option'] ) echo 'selected="selected"'; ?> value="standart"><?php echo __( "Standard Facebook image", 'facebook' ); ?></option>
173
+ <?php if ( $copy || 'custom' == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_display_option'] ) { ?>
174
+ <option <?php if ( 'custom' == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_display_option'] ) echo 'selected="selected"'; ?> value="custom"><?php echo __( "Custom Facebook image", 'facebook' ); ?></option>
175
  <?php } ?>
176
  </select>
177
  </td>
181
  <?php echo __( "Current image:", 'facebook' ); ?>
182
  </th>
183
  <td>
184
+ <img src="<?php echo $fcbk_bttn_plgn_options_array['fb_img_link']; ?>" style="margin-left:2px;" />
185
  </td>
186
  </tr>
187
  <tr>
188
  <td colspan="2">
189
+ <div id="fcbk_bttn_plgn_display_option_custom" <?php if ( 'custom' == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_display_option'] ) { echo ( 'style="display:block"' ); } else { echo ( 'style="display:none"' ); } ?>>
190
  <table>
191
+ <th style="padding-left:0px; font-size:13px;">
192
  <input type="hidden" name="MAX_FILE_SIZE" value="64000"/>
193
  <input type="hidden" name="home" value="<?php echo ABSPATH ; ?>"/>
194
  <?php echo __( "Facebook image:", 'facebook' ); ?>
195
  </th>
196
  <td>
197
  <input name="uploadfile" type="file" style="width:196px;" /><br />
198
+ <span style="color: rgb(136, 136, 136); font-size: 10px;"><?php echo __( 'Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:"jpg", "jpeg".', 'facebook' ); ?></span>
199
  </td>
200
+ </table>
201
  </div>
202
  </td>
203
  </tr>
207
  </th>
208
  <td>
209
  <select name="fcbk_bttn_plgn_where" onchange="if ( this . value == 'shortcode' ) { getElementById ( 'shortcode' ) . style.display = 'inline'; } else { getElementById ( 'shortcode' ) . style.display = 'none'; }" style="width:200px;" >
210
+ <option <?php if ( 'before' == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_where'] ) echo 'selected="selected"'; ?> value="before"><?php echo __( "Before", 'facebook' ); ?></option>
211
+ <option <?php if ( 'after' == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_where'] ) echo 'selected="selected"'; ?> value="after"><?php echo __( "After", 'facebook' ); ?></option>
212
+ <option <?php if ( 'beforeandafter' == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_where'] ) echo 'selected="selected"'; ?> value="beforeandafter"><?php echo __( "Before and After", 'facebook' ); ?></option>
213
+ <option <?php if ( 'shortcode' == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_where'] ) echo 'selected="selected"'; ?> value="shortcode"><?php echo __( "Shortcode", 'facebook' ); ?></option>
214
  </select>
215
+ <span id="shortcode" style="color: rgb(136, 136, 136); font-size: 10px; <?php if ( $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_where'] == 'shortcode' ) { echo ( 'display:inline' ); } else { echo ( 'display:none' ); }?>"><?php echo __( "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:", 'facebook' ); ?> [fb_button].</span>
216
  </td>
217
  </tr>
218
  <tr>
221
  </th>
222
  <td>
223
  <select name="fcbk_bttn_plgn_locale">
224
+ <option value="af_ZA" <?php if ( "af_ZA" == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] ) echo 'selected="selected"'; ?>>Afrikaans</option>
225
+ <option value="ar_AR" <?php if ( "ar_AR" == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] ) echo 'selected="selected"'; ?>>العربية</option>
226
+ <option value="ay_BO" <?php if ( "ay_BO" == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] ) echo 'selected="selected"'; ?>>Aymar aru</option>
227
+ <option value="az_AZ" <?php if ( "az_AZ" == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] ) echo 'selected="selected"'; ?>>Azərbaycan dili</option>
228
+ <option value="be_BY" <?php if ( "be_BY" == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] ) echo 'selected="selected"'; ?>>Беларуская</option>
229
+ <option value="bg_BG" <?php if ( "bg_BG" == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] ) echo 'selected="selected"'; ?>>Български</option>
230
+ <option value="bn_IN" <?php if ( "bn_IN" == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] ) echo 'selected="selected"'; ?>>বাংলা</option>
231
+ <option value="bs_BA" <?php if ( "bs_BA" == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] ) echo 'selected="selected"'; ?>>Bosanski</option>
232
+ <option value="ca_ES" <?php if ( "ca_ES" == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] ) echo 'selected="selected"'; ?>>Català</option>
233
+ <option value="ck_US" <?php if ( "ck_US" == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] ) echo 'selected="selected"'; ?>>Cherokee</option>
234
+ <option value="cs_CZ" <?php if ( "cs_CZ" == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] ) echo 'selected="selected"'; ?>>Čeština</option>
235
+ <option value="cy_GB" <?php if ( "cy_GB" == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] ) echo 'selected="selected"'; ?>>Cymraeg</option>
236
+ <option value="da_DK" <?php if ( "da_DK" == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] ) echo 'selected="selected"'; ?>>Dansk</option>
237
+ <option value="de_DE" <?php if ( "de_DE" == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] ) echo 'selected="selected"'; ?>>Deutsch</option>
238
+ <option value="el_GR" <?php if ( "el_GR" == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] ) echo 'selected="selected"'; ?>>Ελληνικά</option>
239
+ <option value="en_US" <?php if ( "en_US" == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] ) echo 'selected="selected"'; ?>>English</option>
240
+ <option value="en_PI" <?php if ( "en_PI" == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] ) echo 'selected="selected"'; ?>>English (Pirate)</option>
241
+ <option value="eo_EO" <?php if ( "eo_EO" == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] ) echo 'selected="selected"'; ?>>Esperanto</option>
242
+ <option value="es_CL" <?php if ( "es_CL" == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] ) echo 'selected="selected"'; ?>>Español (Chile)</option>
243
+ <option value="es_CO" <?php if ( "es_CO" == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] ) echo 'selected="selected"'; ?>>Español (Colombia)</option>
244
+ <option value="es_ES" <?php if ( "es_ES" == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] ) echo 'selected="selected"'; ?>>Español (España)</option>
245
+ <option value="es_LA" <?php if ( "es_LA" == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] ) echo 'selected="selected"'; ?>>Español</option>
246
+ <option value="es_MX" <?php if ( "es_MX" == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] ) echo 'selected="selected"'; ?>>Español (México)</option>
247
+ <option value="es_VE" <?php if ( "es_VE" == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] ) echo 'selected="selected"'; ?>>Español (Venezuela)</option>
248
+ <option value="et_EE" <?php if ( "et_EE" == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] ) echo 'selected="selected"'; ?>>Eesti</option>
249
+ <option value="eu_ES" <?php if ( "eu_ES" == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] ) echo 'selected="selected"'; ?>>Euskara</option>
250
+ <option value="fa_IR" <?php if ( "fa_IR" == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] ) echo 'selected="selected"'; ?>>فارسی</option>
251
+ <option value="fb_LT" <?php if ( "fb_LT" == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] ) echo 'selected="selected"'; ?>>Leet Speak</option>
252
+ <option value="fi_FI" <?php if ( "fi_FI" == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] ) echo 'selected="selected"'; ?>>Suomi</option>
253
+ <option value="fo_FO" <?php if ( "fo_FO" == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] ) echo 'selected="selected"'; ?>>Føroyskt</option>
254
+ <option value="fr_CA" <?php if ( "fr_CA" == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] ) echo 'selected="selected"'; ?>>Français (Canada)</option>
255
+ <option value="fr_FR" <?php if ( "fr_FR" == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] ) echo 'selected="selected"'; ?>>Français (France)</option>
256
+ <option value="fy_NL" <?php if ( "fy_NL" == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] ) echo 'selected="selected"'; ?>>Frysk</option>
257
+ <option value="ga_IE" <?php if ( "ga_IE" == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] ) echo 'selected="selected"'; ?>>Gaeilge</option>
258
+ <option value="gl_ES" <?php if ( "gl_ES" == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] ) echo 'selected="selected"'; ?>>Galego</option>
259
+ <option value="gn_PY" <?php if ( "gn_PY" == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] ) echo 'selected="selected"'; ?>>Avañe'ẽ</option>
260
+ <option value="gu_IN" <?php if ( "gu_IN" == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] ) echo 'selected="selected"'; ?>>ગુજરાતી</option>
261
+ <option value="gx_GR" <?php if ( "gx_GR" == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] ) echo 'selected="selected"'; ?>>Ἑλληνική ἀρχαία</option>
262
+ <option value="he_IL" <?php if ( "he_IL" == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] ) echo 'selected="selected"'; ?>>עברית</option>
263
+ <option value="hi_IN" <?php if ( "hi_IN" == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] ) echo 'selected="selected"'; ?>>हिन्दी</option>
264
+ <option value="hr_HR" <?php if ( "hr_HR" == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] ) echo 'selected="selected"'; ?>>Hrvatski</option>
265
+ <option value="hu_HU" <?php if ( "hu_HU" == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] ) echo 'selected="selected"'; ?>>Magyar</option>
266
+ <option value="hy_AM" <?php if ( "hy_AM" == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] ) echo 'selected="selected"'; ?>>Հայերեն</option>
267
+ <option value="id_ID" <?php if ( "id_ID" == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] ) echo 'selected="selected"'; ?>>Bahasa Indonesia</option>
268
+ <option value="is_IS" <?php if ( "is_IS" == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] ) echo 'selected="selected"'; ?>>Íslenska</option>
269
+ <option value="it_IT" <?php if ( "it_IT" == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] ) echo 'selected="selected"'; ?>>Italiano</option>
270
+ <option value="ja_JP" <?php if ( "ja_JP" == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] ) echo 'selected="selected"'; ?>>日本語</option>
271
+ <option value="jv_ID" <?php if ( "jv_ID" == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] ) echo 'selected="selected"'; ?>>Basa Jawa</option>
272
+ <option value="ka_GE" <?php if ( "ka_GE" == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] ) echo 'selected="selected"'; ?>>ქართული</option>
273
+ <option value="kk_KZ" <?php if ( "kk_KZ" == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] ) echo 'selected="selected"'; ?>>Қазақша</option>
274
+ <option value="km_KH" <?php if ( "km_KH" == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] ) echo 'selected="selected"'; ?>>ភាសាខ្មែរ</option>
275
+ <option value="kn_IN" <?php if ( "kn_IN" == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] ) echo 'selected="selected"'; ?>>ಕನ್ನಡ</option>
276
+ <option value="ko_KR" <?php if ( "ko_KR" == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] ) echo 'selected="selected"'; ?>>한국어</option>
277
+ <option value="ku_TR" <?php if ( "ku_TR" == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] ) echo 'selected="selected"'; ?>>Kurdî</option>
278
+ <option value="la_VA" <?php if ( "la_VA" == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] ) echo 'selected="selected"'; ?>>lingua latina</option>
279
+ <option value="li_NL" <?php if ( "li_NL" == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] ) echo 'selected="selected"'; ?>>Limburgs</option>
280
+ <option value="lt_LT" <?php if ( "lt_LT" == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] ) echo 'selected="selected"'; ?>>Lietuvių</option>
281
+ <option value="lv_LV" <?php if ( "lv_LV" == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] ) echo 'selected="selected"'; ?>>Latviešu</option>
282
+ <option value="mg_MG" <?php if ( "mg_MG" == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] ) echo 'selected="selected"'; ?>>Malagasy</option>
283
+ <option value="mk_MK" <?php if ( "mk_MK" == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] ) echo 'selected="selected"'; ?>>Македонски</option>
284
+ <option value="ml_IN" <?php if ( "ml_IN" == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] ) echo 'selected="selected"'; ?>>മലയാളം</option>
285
+ <option value="mn_MN" <?php if ( "mn_MN" == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] ) echo 'selected="selected"'; ?>>Монгол</option>
286
+ <option value="mr_IN" <?php if ( "mr_IN" == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] ) echo 'selected="selected"'; ?>>मराठी</option>
287
+ <option value="ms_MY" <?php if ( "ms_MY" == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] ) echo 'selected="selected"'; ?>>Bahasa Melayu</option>
288
+ <option value="mt_MT" <?php if ( "mt_MT" == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] ) echo 'selected="selected"'; ?>>Malti</option>
289
+ <option value="nb_NO" <?php if ( "nb_NO" == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] ) echo 'selected="selected"'; ?>>Norsk (bokmål)</option>
290
+ <option value="ne_NP" <?php if ( "ne_NP" == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] ) echo 'selected="selected"'; ?>>नेपाली</option>
291
+ <option value="nl_BE" <?php if ( "nl_BE" == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] ) echo 'selected="selected"'; ?>>Nederlands (België)</option>
292
+ <option value="nl_NL" <?php if ( "nl_NL" == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] ) echo 'selected="selected"'; ?>>Nederlands</option>
293
+ <option value="nn_NO" <?php if ( "nn_NO" == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] ) echo 'selected="selected"'; ?>>Norsk (nynorsk)</option>
294
+ <option value="pa_IN" <?php if ( "pa_IN" == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] ) echo 'selected="selected"'; ?>>ਪੰਜਾਬੀ</option>
295
+ <option value="pl_PL" <?php if ( "pl_PL" == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] ) echo 'selected="selected"'; ?>>Polski</option>
296
+ <option value="ps_AF" <?php if ( "ps_AF" == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] ) echo 'selected="selected"'; ?>>پښتو</option>
297
+ <option value="pt_BR" <?php if ( "pt_BR" == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] ) echo 'selected="selected"'; ?>>Português (Brasil)</option>
298
+ <option value="pt_PT" <?php if ( "pt_PT" == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] ) echo 'selected="selected"'; ?>>Português (Portugal)</option>
299
+ <option value="qu_PE" <?php if ( "qu_PE" == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] ) echo 'selected="selected"'; ?>>Qhichwa</option>
300
+ <option value="rm_CH" <?php if ( "rm_CH" == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] ) echo 'selected="selected"'; ?>>Rumantsch</option>
301
+ <option value="ro_RO" <?php if ( "ro_RO" == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] ) echo 'selected="selected"'; ?>>Română</option>
302
+ <option value="ru_RU" <?php if ( "ru_RU" == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] ) echo 'selected="selected"'; ?>>Русский</option>
303
+ <option value="sa_IN" <?php if ( "sa_IN" == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] ) echo 'selected="selected"'; ?>>संस्कृतम्</option>
304
+ <option value="se_NO" <?php if ( "se_NO" == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] ) echo 'selected="selected"'; ?>>Davvisámegiella</option>
305
+ <option value="sk_SK" <?php if ( "sk_SK" == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] ) echo 'selected="selected"'; ?>>Slovenčina</option>
306
+ <option value="sl_SI" <?php if ( "sl_SI" == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] ) echo 'selected="selected"'; ?>>Slovenščina</option>
307
+ <option value="so_SO" <?php if ( "so_SO" == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] ) echo 'selected="selected"'; ?>>Soomaaliga</option>
308
+ <option value="sq_AL" <?php if ( "sq_AL" == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] ) echo 'selected="selected"'; ?>>Shqip</option>
309
+ <option value="sr_RS" <?php if ( "sr_RS" == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] ) echo 'selected="selected"'; ?>>Српски</option>
310
+ <option value="sv_SE" <?php if ( "sv_SE" == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] ) echo 'selected="selected"'; ?>>Svenska</option>
311
+ <option value="sw_KE" <?php if ( "sw_KE" == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] ) echo 'selected="selected"'; ?>>Kiswahili</option>
312
+ <option value="sy_SY" <?php if ( "sy_SY" == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] ) echo 'selected="selected"'; ?>>ܐܪܡܝܐ</option>
313
+ <option value="ta_IN" <?php if ( "ta_IN" == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] ) echo 'selected="selected"'; ?>>தமிழ்</option>
314
+ <option value="te_IN" <?php if ( "te_IN" == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] ) echo 'selected="selected"'; ?>>తెలుగు</option>
315
+ <option value="tg_TJ" <?php if ( "tg_TJ" == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] ) echo 'selected="selected"'; ?>>тоҷикӣ</option>
316
+ <option value="th_TH" <?php if ( "th_TH" == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] ) echo 'selected="selected"'; ?>>ภาษาไทย</option>
317
+ <option value="tl_PH" <?php if ( "tl_PH" == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] ) echo 'selected="selected"'; ?>>Filipino</option>
318
+ <option value="tl_ST" <?php if ( "tl_ST" == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] ) echo 'selected="selected"'; ?>>tlhIngan-Hol</option>
319
+ <option value="tr_TR" <?php if ( "tr_TR" == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] ) echo 'selected="selected"'; ?>>Türkçe</option>
320
+ <option value="tt_RU" <?php if ( "tt_RU" == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] ) echo 'selected="selected"'; ?>>Татарча</option>
321
+ <option value="uk_UA" <?php if ( "uk_UA" == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] ) echo 'selected="selected"'; ?>>Українська</option>
322
+ <option value="ur_PK" <?php if ( "ur_PK" == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] ) echo 'selected="selected"'; ?>>اردو</option>
323
+ <option value="uz_UZ" <?php if ( "uz_UZ" == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] ) echo 'selected="selected"'; ?>>O'zbek</option>
324
+ <option value="vi_VN" <?php if ( "vi_VN" == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] ) echo 'selected="selected"'; ?>>Tiếng Việt</option>
325
+ <option value="yi_DE" <?php if ( "yi_DE" == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] ) echo 'selected="selected"'; ?>>ייִדיש</option>
326
+ <option value="zh_CN" <?php if ( "zh_CN" == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] ) echo 'selected="selected"'; ?>>中文(简体)</option>
327
+ <option value="zh_HK" <?php if ( "zh_HK" == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] ) echo 'selected="selected"'; ?>>中文(香港)</option>
328
+ <option value="zh_TW" <?php if ( "zh_TW" == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] ) echo 'selected="selected"'; ?>>中文(台灣)</option>
329
+ <option value="zu_ZA" <?php if ( "zu_ZA" == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] ) echo 'selected="selected"'; ?>>isiZulu</option>
330
  </select>
331
  <span id="shortcode" style="color: rgb(136, 136, 136); font-size: 10px; display:inline"><?php echo __( "Change the language of Facebook Like Button", 'facebook' ); ?></span>
332
  </td>
334
  <tr>
335
  <td colspan="2">
336
  <input type="hidden" name="fcbk_bttn_plgn_form_submit" value="submit" />
337
+ <input type="submit" class="button-primary" value="<?php _e( 'Save Changes', 'facebook' ); ?>" />
338
  </td>
339
  </tr>
340
  </table>
341
+ <?php wp_nonce_field( plugin_basename( __FILE__ ), 'fcbk_bttn_plgn_nonce_name' ); ?>
342
  </form>
343
  </div>
344
  </div>
345
  <?php }
346
  }
347
 
348
+ /* Function 'facebook_fcbk_bttn_plgn_display_option' reacts to changes type of picture (Standard or Custom) and generates link to image, link transferred to array 'fcbk_bttn_plgn_options_array' */
349
  if ( ! function_exists( 'fcbk_bttn_plgn_update_option' ) ) {
350
+ function fcbk_bttn_plgn_update_option() {
351
  global $fcbk_bttn_plgn_options_array;
352
+ if ( 'standart' == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_display_option'] ) {
353
+ $fb_img_link = plugins_url( 'img/standart-facebook-ico.jpg', __FILE__ );
354
+ } else if ( 'custom' == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_display_option'] ) {
355
+ $fb_img_link = plugins_url( 'img/facebook-ico' . $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_count_icon'] . '.jpg', __FILE__ );
356
  }
357
+ $fcbk_bttn_plgn_options_array['fb_img_link'] = $fb_img_link ;
358
  update_option( "fcbk_bttn_plgn_options_array", $fcbk_bttn_plgn_options_array );
359
  }
360
  }
361
 
362
+ /* Function 'facebook_button' taking from array 'fcbk_bttn_plgn_options_array' necessary information to create Facebook Button and reacting to your choise in plugin menu - points where it appears. */
363
  if ( ! function_exists( 'fcbk_bttn_plgn_display_button' ) ) {
364
+ function fcbk_bttn_plgn_display_button( $content ) {
365
  global $post;
366
+ /* Query the database to receive array 'fcbk_bttn_plgn_options_array' and receiving necessary information to create button */
367
+ $fcbk_bttn_plgn_options_array = get_option( 'fcbk_bttn_plgn_options_array' );
368
+ $fcbk_bttn_plgn_where = $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_where'];
369
+ $permalink_post = get_permalink( $post->ID );
370
+ /* Button */
371
+ $button = '<div id="fcbk_share">';
372
+ $img = $fcbk_bttn_plgn_options_array['fb_img_link'];
373
+ $url = $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_link'];
374
+ if ( 1 == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_my_page'] ) {
375
  $button .= '<div class="fcbk_button">
376
+ <a href="http://www.facebook.com/' . $url . '" target="_blank">
377
+ <img src="' . $img . '" alt="Fb-Button" />
378
+ </a>
379
+ </div>';
380
  }
381
+ if ( 1 == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_like'] ) {
382
  $button .= '<div class="fcbk_like">
383
+ <div id="fb-root"></div>
384
+ <script src="http://connect.facebook.net/' . $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_locale'] . '/all.js#appId=224313110927811&amp;xfbml=1"></script>
385
+ <fb:like href="' . $permalink_post . '" send="false" layout="button_count" width="450" show_faces="false" font=""></fb:like>
386
+ </div>';
387
+ }
388
 
389
  $button .= '</div>';
390
+ /* Indication where show Facebook Button depending on selected item in admin page. */
391
+ if ( 'before' == $fcbk_bttn_plgn_where ) {
392
+ return $button . $content;
393
+ } else if ( 'after' == $fcbk_bttn_plgn_where ) {
394
  return $content . $button;
395
+ } else if ( 'beforeandafter' == $fcbk_bttn_plgn_where ) {
396
  return $button . $content . $button;
397
+ } else if ( 'shortcode' == $fcbk_bttn_plgn_where ) {
398
+ return $content;
399
  } else {
400
+ return $content;
401
  }
402
  }
403
  }
404
 
405
+ /* Function 'fcbk_bttn_plgn_shortcode' are using to create shortcode by Facebook Button. */
406
  if ( ! function_exists( 'fcbk_bttn_plgn_shortcode' ) ) {
407
  function fcbk_bttn_plgn_shortcode( $content ) {
408
+ global $post;
409
+ $fcbk_bttn_plgn_options_array = get_option( 'fcbk_bttn_plgn_options_array' );
410
+ $fcbk_bttn_plgn_where = $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_where'];
411
+ $permalink_post = get_permalink( $post->ID );
412
+ $button = '<div id="fcbk_share">';
413
+ $img = $fcbk_bttn_plgn_options_array['fb_img_link'];
414
+ $url = $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_link'];
415
+ if ( 1 == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_my_page'] ) {
416
  $button .= '<div class="fcbk_button">
417
+ <a href="http://www.facebook.com/' . $url . '" target="_blank">
418
+ <img src="' . $img . '" alt="Fb-Button" />
419
+ </a>
420
+ </div>';
421
  }
422
+ if ( 1 == $fcbk_bttn_plgn_options_array['fcbk_bttn_plgn_like'] ) {
423
  $button .= '<div class="fcbk_like">
424
+ <div id="fb-root"></div>
425
+ <script src="http://connect.facebook.net/en_US/all.js#appId=224313110927811&amp;xfbml=1"></script>
426
+ <fb:like href="' . $permalink_post . '" send="false" layout="button_count" width="450" show_faces="false" font=""></fb:like>
427
+ </div>';
428
+ }
429
+
430
+ $button .= '</div>';
431
+ return $button;
432
  }
433
  }
434
 
435
+ /* Function 'fcbk_bttn_plgn_action_links' are using to create action links on admin page. */
436
  if ( ! function_exists( 'fcbk_bttn_plgn_action_links' ) ) {
437
  function fcbk_bttn_plgn_action_links( $links, $file ) {
438
+ /* Static so we don't call plugin_basename on every plugin row. */
439
  static $this_plugin;
440
+ if ( ! $this_plugin )
441
+ $this_plugin = plugin_basename( __FILE__ );
442
  if ( $file == $this_plugin ) {
443
  $settings_link = '<a href="admin.php?page=facebook-button-plugin.php">' . __( 'Settings', 'facebook' ) . '</a>';
444
  array_unshift( $links, $settings_link );
445
  }
446
  return $links;
447
  }
448
+ } /* End function fcbk_bttn_plgn_action_links */
449
 
450
+ /* Function 'fcbk_bttn_plgn_links' are using to create other links on admin page. */
451
  if ( ! function_exists ( 'fcbk_bttn_plgn_links' ) ) {
452
  function fcbk_bttn_plgn_links( $links, $file ) {
453
+ $base = plugin_basename( __FILE__ );
454
  if ( $file == $base ) {
455
+ $links[] = '<a href="admin.php?page=facebook-button-plugin.php">' . __( 'Settings', 'facebook' ) . '</a>';
456
+ $links[] = '<a href="http://wordpress.org/plugins/facebook-button-plugin/faq/" target="_blank">' . __( 'FAQ', 'facebook' ) . '</a>';
457
+ $links[] = '<a href="http://support.bestwebsoft.com">' . __( 'Support', 'facebook' ) . '</a>';
458
  }
459
  return $links;
460
  }
461
+ } /* End function fcbk_bttn_plgn_links */
462
 
463
+ /* Function '_plugin_init' are using to add language files. */
464
+ if ( ! function_exists( 'fcbk_plugin_init' ) ) {
465
  function fcbk_plugin_init() {
466
+ load_plugin_textdomain( 'facebook', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' );
467
+ load_plugin_textdomain( 'bestwebsoft', false, dirname( plugin_basename( __FILE__ ) ) . '/bws_menu/languages/' );
468
  }
469
+ } /* End function fcbk_plugin_init */
470
+
471
+ /* Function check if plugin is compatible with current WP version */
472
+ if ( ! function_exists ( 'fcbk_bttn_plgn_version_check' ) ) {
473
+ function fcbk_bttn_plgn_version_check() {
474
+ global $wp_version;
475
+ $plugin_data = get_plugin_data( __FILE__, false );
476
+ $require_wp = "3.0"; /* Wordpress at least requires version */
477
+ $plugin = plugin_basename( __FILE__ );
478
+ if ( version_compare( $wp_version, $require_wp, "<" ) ) {
479
+ if( is_plugin_active( $plugin ) ) {
480
+ deactivate_plugins( $plugin );
481
+ wp_die( "<strong>" . $plugin_data['Name'] . " </strong> " . __( 'requires', 'facebook' ) . " <strong>WordPress " . $require_wp . "</strong> " . __( 'or higher, that is why it has been deactivated! Please upgrade WordPress and try again.', 'facebook') . "<br /><br />" . __( 'Back to the WordPress', 'facebook') . " <a href='" . get_admin_url( null, 'plugins.php' ) . "'>" . __( 'Plugins page', 'facebook') . "</a>." );
482
+ }
483
+ }
484
+ }
485
+ }
486
 
487
+ if ( ! function_exists( 'fcbk_admin_head' ) ) {
488
  function fcbk_admin_head() {
489
  wp_register_style( 'fcbkStylesheet', plugins_url( 'css/style.css', __FILE__ ) );
490
  wp_enqueue_style( 'fcbkStylesheet' );
 
491
  if ( isset( $_GET['page'] ) && $_GET['page'] == "bws_plugins" )
492
  wp_enqueue_script( 'bws_menu_script', plugins_url( 'js/bws_menu.js' , __FILE__ ) );
493
  }
494
  }
495
 
496
+ /* Function for delete options */
497
+ if ( ! function_exists( 'fcbk_delete_options' ) ) {
498
  function fcbk_delete_options() {
 
499
  delete_option( 'fcbk_bttn_plgn_options_array' );
500
+ delete_site_option( 'fcbk_bttn_plgn_options_array' );
501
  }
502
  }
503
 
504
+ /* Calling a function add administrative menu. */
505
+ add_action( 'admin_menu', 'fcbk_bttn_plgn_add_pages' );
506
+ /* Add language files */
507
  add_action( 'init', 'fcbk_plugin_init' );
508
+ add_action( 'admin_init', 'fcbk_bttn_plgn_version_check' );
509
  add_action( 'wp_enqueue_scripts', 'fcbk_admin_head' );
510
  add_action( 'admin_enqueue_scripts', 'fcbk_admin_head' );
511
 
512
+ /* Add shortcode. */
 
 
 
 
 
 
 
 
 
513
  add_shortcode( 'fb_button', 'fcbk_bttn_plgn_shortcode' );
514
 
515
+ /* Add settings links. */
516
  add_filter( 'the_content', 'fcbk_bttn_plgn_display_button' );
517
+ /* Adds "Settings" link to the plugin action page */
518
+ add_filter( 'plugin_action_links', 'fcbk_bttn_plgn_action_links', 10, 2 );
519
+ /* Additional links on the plugin page */
520
+ add_filter( 'plugin_row_meta', 'fcbk_bttn_plgn_links', 10, 2 );
521
 
522
  register_uninstall_hook( __FILE__, 'fcbk_delete_options' );
523
  ?>
img/facebook-ico.jpg CHANGED
File without changes
img/facebook-ico1.jpg CHANGED
File without changes
img/facebook-ico2.jpg CHANGED
File without changes
img/icon_16.png CHANGED
File without changes
img/icon_16_b.png CHANGED
File without changes
img/icon_16_c.png CHANGED
File without changes
img/icon_36.png CHANGED
File without changes
img/icon_36_b.png CHANGED
File without changes
img/px.png CHANGED
File without changes
img/standart-facebook-ico.jpg CHANGED
File without changes
js/bws_menu.js CHANGED
@@ -1,20 +1,22 @@
1
  (function($) {
2
- $(document).ready(function(){
3
- if ( $('input[name="bwsmn_form_email"]').val() == '' )
4
- $('.bws_system_info_meta_box .inside').css('display','none');
 
5
 
6
- $('.bws_system_info_meta_box .hndle').click( function(){
7
- if ( $('.bws_system_info_meta_box .inside').is(":visible") ) {
8
- $('.bws_system_info_meta_box .inside').css('display','none !important');
9
  } else {
10
- $('.bws_system_info_meta_box .inside').css('display','block !important');
11
  }
12
  });
13
- $('.bws_system_info_meta_box .handlediv').click( function(){
14
- if ( $('.bws_system_info_meta_box .inside').is(":visible") ) {
15
- $('.bws_system_info_meta_box .inside').css('display','none');
 
16
  } else {
17
- $('.bws_system_info_meta_box .inside').css('display','block');
18
  }
19
  });
20
  });
1
  (function($) {
2
+ $(document).ready( function() {
3
+ if ( $( 'input[name="bwsmn_form_email"]' ).val() == '' ) {
4
+ $( '.bws_system_info_meta_box .inside' ).css( 'display', 'none' );
5
+ }
6
 
7
+ $( '.bws_system_info_meta_box .hndle' ).click( function() {
8
+ if ( $( '.bws_system_info_meta_box .inside' ).is( ':visible' ) ) {
9
+ $( '.bws_system_info_meta_box .inside' ).css( 'display', 'none' );
10
  } else {
11
+ $( '.bws_system_info_meta_box .inside' ).css( 'display', 'block' );
12
  }
13
  });
14
+
15
+ $( '.bws_system_info_meta_box .handlediv' ).click( function() {
16
+ if ( $( '.bws_system_info_meta_box .inside' ).is( ':visible' ) ) {
17
+ $( '.bws_system_info_meta_box .inside' ).css( 'display', 'none' );
18
  } else {
19
+ $( '.bws_system_info_meta_box .inside' ).css( 'display', 'block' );
20
  }
21
  });
22
  });
languages/facebook-ar_AR.mo CHANGED
Binary file
languages/facebook-ar_AR.po CHANGED
@@ -2,161 +2,174 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: facebook\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-09-04 14:30+0300\n"
6
- "PO-Revision-Date: 2013-09-04 14:30+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Albayan Design Hani aladoli <info@albayan-design.com>\n"
 
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "Language: ar\n"
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: utf-8\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: facebook-button-plugin.php:32
20
- #: facebook-button-plugin.php:143
21
  #, fuzzy
22
  msgid "Facebook Button Settings"
23
  msgstr "اعدادات زر الفيس بوك"
24
 
25
- #: facebook-button-plugin.php:32
26
  #, fuzzy
27
  msgid "Facebook Button"
28
  msgstr "زر الفيس بوك"
29
 
30
- #: facebook-button-plugin.php:91
31
  #, fuzzy
32
  msgid "Settings saved"
33
  msgstr "الاعدادات "
34
 
35
- #: facebook-button-plugin.php:113
36
  msgid "Error: File size > 32K"
37
  msgstr "خطاء : حجم الملف : > 32К"
38
 
39
- #: facebook-button-plugin.php:116
40
  msgid "Error: Invalid file type"
41
  msgstr "خطاء : نوع الملف غير صحيح"
42
 
43
- #: facebook-button-plugin.php:126
44
  msgid "Error: moving file failed"
45
  msgstr "خطاء : فشل في نقل الملف"
46
 
47
- #: facebook-button-plugin.php:130
48
  msgid "Error: check image width or height"
49
  msgstr "خطاء : تأكد من عرض وطول الصورة"
50
 
51
- #: facebook-button-plugin.php:135
52
  msgid "Uploading Error: check image properties"
53
  msgstr "خطاء في الرفع : تأكد من خصائص الصورة"
54
 
55
- #: facebook-button-plugin.php:150
56
  #, fuzzy
57
  msgid "Your Facebook ID:"
58
  msgstr "اسم حسابك علي الفيس بوك :"
59
 
60
- #: facebook-button-plugin.php:156
61
  msgid "Display button:"
62
  msgstr "عرض الزر :"
63
 
64
- #: facebook-button-plugin.php:158
65
  msgid "My Page"
66
  msgstr "صفحتي"
67
 
68
- #: facebook-button-plugin.php:159
69
  msgid "Like"
70
  msgstr "اعجاب "
71
 
72
- #: facebook-button-plugin.php:164
73
  #, fuzzy
74
  msgid "Choose display settings:"
75
  msgstr "اختار خيار العرض :"
76
 
77
- #: facebook-button-plugin.php:168
78
  #, fuzzy
79
  msgid "Standard Facebook image"
80
  msgstr "صورة الفيس بوك الافتراضية "
81
 
82
- #: facebook-button-plugin.php:170
83
  #, fuzzy
84
  msgid "Custom Facebook image"
85
  msgstr "صورة خاصة للـ فيس بوك"
86
 
87
- #: facebook-button-plugin.php:177
88
  msgid "Current image:"
89
  msgstr "الصورة الحالية : "
90
 
91
- #: facebook-button-plugin.php:190
92
  #, fuzzy
93
  msgid "Facebook image:"
94
  msgstr "صورة الفيس بوك : "
95
 
96
- #: facebook-button-plugin.php:194
97
  msgid "Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:\"jpg\", \"jpeg\"."
98
  msgstr "Propiedades de la imagen: Ancho máx.: 100px; Alto máx.: 40px; Tamaño máx: 32Kb; Tipo de imagen: \"jpg\", \"jpeg\"."
99
 
100
- #: facebook-button-plugin.php:202
101
  #, fuzzy
102
  msgid "Facebook Button Position:"
103
  msgstr "مكان زر الفيس بوك :"
104
 
105
- #: facebook-button-plugin.php:206
106
  msgid "Before"
107
  msgstr "قبل"
108
 
109
- #: facebook-button-plugin.php:207
110
  msgid "After"
111
  msgstr "بعد"
112
 
113
- #: facebook-button-plugin.php:208
114
  msgid "Before and After"
115
  msgstr "قبل و بعد"
116
 
117
- #: facebook-button-plugin.php:209
118
  msgid "Shortcode"
119
  msgstr "الكود"
120
 
121
- #: facebook-button-plugin.php:211
122
  #, fuzzy
123
  msgid "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:"
124
  msgstr "اذا كنت ترغب في اضافة زر الفيس بوك علي موقعك انسخ هذه الكود وضعه في المكان المراد ظهور الزر فيه"
125
 
126
- #: facebook-button-plugin.php:216
127
  #, fuzzy
128
  msgid "Facebook Button language:"
129
  msgstr "للغه زر الفيس بوك :"
130
 
131
- #: facebook-button-plugin.php:327
132
  #, fuzzy
133
  msgid "Change the language of Facebook Like Button"
134
  msgstr "اختار اللغه للـ زر الاغحاب"
135
 
136
- #: facebook-button-plugin.php:333
137
  msgid "Save Changes"
138
  msgstr "حفظ التغييرات"
139
 
140
- #: facebook-button-plugin.php:438
141
- #: facebook-button-plugin.php:450
142
  msgid "Settings"
143
  msgstr "الاعدادات "
144
 
145
- #: facebook-button-plugin.php:451
146
  msgid "FAQ"
147
  msgstr "أسئلة وأجوبة"
148
 
149
- #: facebook-button-plugin.php:452
150
  msgid "Support"
151
  msgstr "الدعم"
152
 
 
 
 
 
 
 
 
 
 
 
 
 
 
153
  #, fuzzy
154
- #~ msgid "Memory usage"
155
- #~ msgstr "صفحتي"
156
 
157
  #, fuzzy
158
- #~ msgid "Pro plugins"
159
- #~ msgstr "Плагины BWS"
160
  #~ msgid "Activated plugins"
161
  #~ msgstr "الاضافات المفعله "
162
  #~ msgid "Read more"
2
  msgstr ""
3
  "Project-Id-Version: facebook\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-10-31 16:58+0300\n"
6
+ "PO-Revision-Date: 2013-10-31 16:58+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Albayan Design Hani aladoli <info@albayan-design.com>\n"
9
+ "Language: ar\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
 
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: utf-8\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: facebook-button-plugin.php:33
20
+ #: facebook-button-plugin.php:147
21
  #, fuzzy
22
  msgid "Facebook Button Settings"
23
  msgstr "اعدادات زر الفيس بوك"
24
 
25
+ #: facebook-button-plugin.php:33
26
  #, fuzzy
27
  msgid "Facebook Button"
28
  msgstr "زر الفيس بوك"
29
 
30
+ #: facebook-button-plugin.php:99
31
  #, fuzzy
32
  msgid "Settings saved"
33
  msgstr "الاعدادات "
34
 
35
+ #: facebook-button-plugin.php:121
36
  msgid "Error: File size > 32K"
37
  msgstr "خطاء : حجم الملف : > 32К"
38
 
39
+ #: facebook-button-plugin.php:124
40
  msgid "Error: Invalid file type"
41
  msgstr "خطاء : نوع الملف غير صحيح"
42
 
43
+ #: facebook-button-plugin.php:132
44
  msgid "Error: moving file failed"
45
  msgstr "خطاء : فشل في نقل الملف"
46
 
47
+ #: facebook-button-plugin.php:135
48
  msgid "Error: check image width or height"
49
  msgstr "خطاء : تأكد من عرض وطول الصورة"
50
 
51
+ #: facebook-button-plugin.php:139
52
  msgid "Uploading Error: check image properties"
53
  msgstr "خطاء في الرفع : تأكد من خصائص الصورة"
54
 
55
+ #: facebook-button-plugin.php:154
56
  #, fuzzy
57
  msgid "Your Facebook ID:"
58
  msgstr "اسم حسابك علي الفيس بوك :"
59
 
60
+ #: facebook-button-plugin.php:160
61
  msgid "Display button:"
62
  msgstr "عرض الزر :"
63
 
64
+ #: facebook-button-plugin.php:162
65
  msgid "My Page"
66
  msgstr "صفحتي"
67
 
68
+ #: facebook-button-plugin.php:163
69
  msgid "Like"
70
  msgstr "اعجاب "
71
 
72
+ #: facebook-button-plugin.php:168
73
  #, fuzzy
74
  msgid "Choose display settings:"
75
  msgstr "اختار خيار العرض :"
76
 
77
+ #: facebook-button-plugin.php:172
78
  #, fuzzy
79
  msgid "Standard Facebook image"
80
  msgstr "صورة الفيس بوك الافتراضية "
81
 
82
+ #: facebook-button-plugin.php:174
83
  #, fuzzy
84
  msgid "Custom Facebook image"
85
  msgstr "صورة خاصة للـ فيس بوك"
86
 
87
+ #: facebook-button-plugin.php:181
88
  msgid "Current image:"
89
  msgstr "الصورة الحالية : "
90
 
91
+ #: facebook-button-plugin.php:194
92
  #, fuzzy
93
  msgid "Facebook image:"
94
  msgstr "صورة الفيس بوك : "
95
 
96
+ #: facebook-button-plugin.php:198
97
  msgid "Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:\"jpg\", \"jpeg\"."
98
  msgstr "Propiedades de la imagen: Ancho máx.: 100px; Alto máx.: 40px; Tamaño máx: 32Kb; Tipo de imagen: \"jpg\", \"jpeg\"."
99
 
100
+ #: facebook-button-plugin.php:206
101
  #, fuzzy
102
  msgid "Facebook Button Position:"
103
  msgstr "مكان زر الفيس بوك :"
104
 
105
+ #: facebook-button-plugin.php:210
106
  msgid "Before"
107
  msgstr "قبل"
108
 
109
+ #: facebook-button-plugin.php:211
110
  msgid "After"
111
  msgstr "بعد"
112
 
113
+ #: facebook-button-plugin.php:212
114
  msgid "Before and After"
115
  msgstr "قبل و بعد"
116
 
117
+ #: facebook-button-plugin.php:213
118
  msgid "Shortcode"
119
  msgstr "الكود"
120
 
121
+ #: facebook-button-plugin.php:215
122
  #, fuzzy
123
  msgid "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:"
124
  msgstr "اذا كنت ترغب في اضافة زر الفيس بوك علي موقعك انسخ هذه الكود وضعه في المكان المراد ظهور الزر فيه"
125
 
126
+ #: facebook-button-plugin.php:220
127
  #, fuzzy
128
  msgid "Facebook Button language:"
129
  msgstr "للغه زر الفيس بوك :"
130
 
131
+ #: facebook-button-plugin.php:331
132
  #, fuzzy
133
  msgid "Change the language of Facebook Like Button"
134
  msgstr "اختار اللغه للـ زر الاغحاب"
135
 
136
+ #: facebook-button-plugin.php:337
137
  msgid "Save Changes"
138
  msgstr "حفظ التغييرات"
139
 
140
+ #: facebook-button-plugin.php:443
141
+ #: facebook-button-plugin.php:455
142
  msgid "Settings"
143
  msgstr "الاعدادات "
144
 
145
+ #: facebook-button-plugin.php:456
146
  msgid "FAQ"
147
  msgstr "أسئلة وأجوبة"
148
 
149
+ #: facebook-button-plugin.php:457
150
  msgid "Support"
151
  msgstr "الدعم"
152
 
153
+ #: facebook-button-plugin.php:481
154
+ msgid "requires"
155
+ msgstr ""
156
+
157
+ #: facebook-button-plugin.php:481
158
+ msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
159
+ msgstr ""
160
+
161
+ #: facebook-button-plugin.php:481
162
+ msgid "Back to the WordPress"
163
+ msgstr ""
164
+
165
+ #: facebook-button-plugin.php:481
166
  #, fuzzy
167
+ msgid "Plugins page"
168
+ msgstr "Плагины BWS"
169
 
170
  #, fuzzy
171
+ #~ msgid "Memory usage"
172
+ #~ msgstr "صفحتي"
173
  #~ msgid "Activated plugins"
174
  #~ msgstr "الاضافات المفعله "
175
  #~ msgid "Read more"
languages/facebook-es_ES.mo CHANGED
Binary file
languages/facebook-es_ES.po CHANGED
@@ -2,156 +2,170 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: facebook\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-09-04 14:30+0300\n"
6
- "PO-Revision-Date: 2013-09-04 14:30+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
 
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "Language: es_ES\n"
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: utf-8\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: facebook-button-plugin.php:32
20
- #: facebook-button-plugin.php:143
21
  #, fuzzy
22
  msgid "Facebook Button Settings"
23
  msgstr "Opciones del botón de Facebook"
24
 
25
- #: facebook-button-plugin.php:32
26
  #, fuzzy
27
  msgid "Facebook Button"
28
  msgstr "Botón FaceBook"
29
 
30
- #: facebook-button-plugin.php:91
31
  #, fuzzy
32
  msgid "Settings saved"
33
  msgstr "Opciones"
34
 
35
- #: facebook-button-plugin.php:113
36
  msgid "Error: File size > 32K"
37
  msgstr "Error: Archivo > 32К"
38
 
39
- #: facebook-button-plugin.php:116
40
  msgid "Error: Invalid file type"
41
  msgstr "error: Tipo de archivo no válido"
42
 
43
- #: facebook-button-plugin.php:126
44
  msgid "Error: moving file failed"
45
  msgstr "Error: Fallo moviendo el archivo"
46
 
47
- #: facebook-button-plugin.php:130
48
  msgid "Error: check image width or height"
49
  msgstr "Error: Revisa el alto o ancho de la imagen"
50
 
51
- #: facebook-button-plugin.php:135
52
  msgid "Uploading Error: check image properties"
53
  msgstr "Error de subida: Revisa las propiedades de la imagen"
54
 
55
- #: facebook-button-plugin.php:150
56
  #, fuzzy
57
  msgid "Your Facebook ID:"
58
  msgstr "Su FaceBook Id:"
59
 
60
- #: facebook-button-plugin.php:156
61
  msgid "Display button:"
62
  msgstr ""
63
 
64
- #: facebook-button-plugin.php:158
65
  msgid "My Page"
66
  msgstr ""
67
 
68
- #: facebook-button-plugin.php:159
69
  msgid "Like"
70
  msgstr ""
71
 
72
- #: facebook-button-plugin.php:164
73
  #, fuzzy
74
  msgid "Choose display settings:"
75
  msgstr "Seleccione opciones de visualización:"
76
 
77
- #: facebook-button-plugin.php:168
78
  #, fuzzy
79
  msgid "Standard Facebook image"
80
  msgstr "Imagen estandar de FaceBook"
81
 
82
- #: facebook-button-plugin.php:170
83
  #, fuzzy
84
  msgid "Custom Facebook image"
85
  msgstr "Imagen personalizada de FaceBook"
86
 
87
- #: facebook-button-plugin.php:177
88
  msgid "Current image:"
89
  msgstr "Imagen actual:"
90
 
91
- #: facebook-button-plugin.php:190
92
  #, fuzzy
93
  msgid "Facebook image:"
94
  msgstr "Imagen de FaceBook:"
95
 
96
- #: facebook-button-plugin.php:194
97
  msgid "Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:\"jpg\", \"jpeg\"."
98
  msgstr "Propiedades de la imagen: Ancho máx.: 100px; Alto máx.: 40px; Tamaño máx: 32Kb; Tipo de imagen: \"jpg\", \"jpeg\"."
99
 
100
- #: facebook-button-plugin.php:202
101
  #, fuzzy
102
  msgid "Facebook Button Position:"
103
  msgstr "Posición del botón Facebook:"
104
 
105
- #: facebook-button-plugin.php:206
106
  msgid "Before"
107
  msgstr "Antes"
108
 
109
- #: facebook-button-plugin.php:207
110
  msgid "After"
111
  msgstr "Después"
112
 
113
- #: facebook-button-plugin.php:208
114
  msgid "Before and After"
115
  msgstr "Antes y después"
116
 
117
- #: facebook-button-plugin.php:209
118
  msgid "Shortcode"
119
  msgstr "Shortcode"
120
 
121
- #: facebook-button-plugin.php:211
122
  #, fuzzy
123
  msgid "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:"
124
  msgstr "Si desea agregar un botón de Facebook para su sitio web, sólo tiene que copiar y pegar el código en su web o la página:"
125
 
126
- #: facebook-button-plugin.php:216
127
  #, fuzzy
128
  msgid "Facebook Button language:"
129
  msgstr "Botón FaceBook"
130
 
131
- #: facebook-button-plugin.php:327
132
  msgid "Change the language of Facebook Like Button"
133
  msgstr ""
134
 
135
- #: facebook-button-plugin.php:333
136
  msgid "Save Changes"
137
  msgstr ""
138
 
139
- #: facebook-button-plugin.php:438
140
- #: facebook-button-plugin.php:450
141
  msgid "Settings"
142
  msgstr "Opciones"
143
 
144
- #: facebook-button-plugin.php:451
145
  msgid "FAQ"
146
  msgstr "FAQ"
147
 
148
- #: facebook-button-plugin.php:452
149
  msgid "Support"
150
  msgstr "Soporte"
151
 
 
 
 
 
 
 
 
 
 
 
 
 
 
152
  #, fuzzy
153
- #~ msgid "Pro plugins"
154
- #~ msgstr "Плагины BWS"
 
155
  #~ msgid "Activated plugins"
156
  #~ msgstr "Plugins activados"
157
  #~ msgid "Read more"
2
  msgstr ""
3
  "Project-Id-Version: facebook\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-10-31 16:58+0300\n"
6
+ "PO-Revision-Date: 2013-10-31 16:58+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
9
+ "Language: es_ES\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
 
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: utf-8\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: facebook-button-plugin.php:33
20
+ #: facebook-button-plugin.php:147
21
  #, fuzzy
22
  msgid "Facebook Button Settings"
23
  msgstr "Opciones del botón de Facebook"
24
 
25
+ #: facebook-button-plugin.php:33
26
  #, fuzzy
27
  msgid "Facebook Button"
28
  msgstr "Botón FaceBook"
29
 
30
+ #: facebook-button-plugin.php:99
31
  #, fuzzy
32
  msgid "Settings saved"
33
  msgstr "Opciones"
34
 
35
+ #: facebook-button-plugin.php:121
36
  msgid "Error: File size > 32K"
37
  msgstr "Error: Archivo > 32К"
38
 
39
+ #: facebook-button-plugin.php:124
40
  msgid "Error: Invalid file type"
41
  msgstr "error: Tipo de archivo no válido"
42
 
43
+ #: facebook-button-plugin.php:132
44
  msgid "Error: moving file failed"
45
  msgstr "Error: Fallo moviendo el archivo"
46
 
47
+ #: facebook-button-plugin.php:135
48
  msgid "Error: check image width or height"
49
  msgstr "Error: Revisa el alto o ancho de la imagen"
50
 
51
+ #: facebook-button-plugin.php:139
52
  msgid "Uploading Error: check image properties"
53
  msgstr "Error de subida: Revisa las propiedades de la imagen"
54
 
55
+ #: facebook-button-plugin.php:154
56
  #, fuzzy
57
  msgid "Your Facebook ID:"
58
  msgstr "Su FaceBook Id:"
59
 
60
+ #: facebook-button-plugin.php:160
61
  msgid "Display button:"
62
  msgstr ""
63
 
64
+ #: facebook-button-plugin.php:162
65
  msgid "My Page"
66
  msgstr ""
67
 
68
+ #: facebook-button-plugin.php:163
69
  msgid "Like"
70
  msgstr ""
71
 
72
+ #: facebook-button-plugin.php:168
73
  #, fuzzy
74
  msgid "Choose display settings:"
75
  msgstr "Seleccione opciones de visualización:"
76
 
77
+ #: facebook-button-plugin.php:172
78
  #, fuzzy
79
  msgid "Standard Facebook image"
80
  msgstr "Imagen estandar de FaceBook"
81
 
82
+ #: facebook-button-plugin.php:174
83
  #, fuzzy
84
  msgid "Custom Facebook image"
85
  msgstr "Imagen personalizada de FaceBook"
86
 
87
+ #: facebook-button-plugin.php:181
88
  msgid "Current image:"
89
  msgstr "Imagen actual:"
90
 
91
+ #: facebook-button-plugin.php:194
92
  #, fuzzy
93
  msgid "Facebook image:"
94
  msgstr "Imagen de FaceBook:"
95
 
96
+ #: facebook-button-plugin.php:198
97
  msgid "Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:\"jpg\", \"jpeg\"."
98
  msgstr "Propiedades de la imagen: Ancho máx.: 100px; Alto máx.: 40px; Tamaño máx: 32Kb; Tipo de imagen: \"jpg\", \"jpeg\"."
99
 
100
+ #: facebook-button-plugin.php:206
101
  #, fuzzy
102
  msgid "Facebook Button Position:"
103
  msgstr "Posición del botón Facebook:"
104
 
105
+ #: facebook-button-plugin.php:210
106
  msgid "Before"
107
  msgstr "Antes"
108
 
109
+ #: facebook-button-plugin.php:211
110
  msgid "After"
111
  msgstr "Después"
112
 
113
+ #: facebook-button-plugin.php:212
114
  msgid "Before and After"
115
  msgstr "Antes y después"
116
 
117
+ #: facebook-button-plugin.php:213
118
  msgid "Shortcode"
119
  msgstr "Shortcode"
120
 
121
+ #: facebook-button-plugin.php:215
122
  #, fuzzy
123
  msgid "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:"
124
  msgstr "Si desea agregar un botón de Facebook para su sitio web, sólo tiene que copiar y pegar el código en su web o la página:"
125
 
126
+ #: facebook-button-plugin.php:220
127
  #, fuzzy
128
  msgid "Facebook Button language:"
129
  msgstr "Botón FaceBook"
130
 
131
+ #: facebook-button-plugin.php:331
132
  msgid "Change the language of Facebook Like Button"
133
  msgstr ""
134
 
135
+ #: facebook-button-plugin.php:337
136
  msgid "Save Changes"
137
  msgstr ""
138
 
139
+ #: facebook-button-plugin.php:443
140
+ #: facebook-button-plugin.php:455
141
  msgid "Settings"
142
  msgstr "Opciones"
143
 
144
+ #: facebook-button-plugin.php:456
145
  msgid "FAQ"
146
  msgstr "FAQ"
147
 
148
+ #: facebook-button-plugin.php:457
149
  msgid "Support"
150
  msgstr "Soporte"
151
 
152
+ #: facebook-button-plugin.php:481
153
+ msgid "requires"
154
+ msgstr ""
155
+
156
+ #: facebook-button-plugin.php:481
157
+ msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
158
+ msgstr ""
159
+
160
+ #: facebook-button-plugin.php:481
161
+ msgid "Back to the WordPress"
162
+ msgstr ""
163
+
164
+ #: facebook-button-plugin.php:481
165
  #, fuzzy
166
+ msgid "Plugins page"
167
+ msgstr "Плагины BWS"
168
+
169
  #~ msgid "Activated plugins"
170
  #~ msgstr "Plugins activados"
171
  #~ msgid "Read more"
languages/facebook-fa_IR.mo CHANGED
Binary file
languages/facebook-fa_IR.po CHANGED
@@ -2,161 +2,174 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: facebook\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-09-04 14:30+0300\n"
6
- "PO-Revision-Date: 2013-09-04 14:30+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Milad Ahmadipour <milad.contact@gmail.com>\n"
 
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "Language: fa\n"
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: facebook-button-plugin.php:32
20
- #: facebook-button-plugin.php:143
21
  #, fuzzy
22
  msgid "Facebook Button Settings"
23
  msgstr "اختیارات دکمه فیسبوک"
24
 
25
- #: facebook-button-plugin.php:32
26
  #, fuzzy
27
  msgid "Facebook Button"
28
  msgstr "دکمه فیسبوک"
29
 
30
- #: facebook-button-plugin.php:91
31
  #, fuzzy
32
  msgid "Settings saved"
33
  msgstr "تنظیمات "
34
 
35
- #: facebook-button-plugin.php:113
36
  msgid "Error: File size > 32K"
37
  msgstr "خطا : حجم فایل بیشتر از : > 32К"
38
 
39
- #: facebook-button-plugin.php:116
40
  msgid "Error: Invalid file type"
41
  msgstr "خطا : نوع فایل صحیح نیست"
42
 
43
- #: facebook-button-plugin.php:126
44
  msgid "Error: moving file failed"
45
  msgstr "خطا : حرکت فایل شکست خورد"
46
 
47
- #: facebook-button-plugin.php:130
48
  msgid "Error: check image width or height"
49
  msgstr "خطا : لطفا طول و عرض تصویر را چک کنید"
50
 
51
- #: facebook-button-plugin.php:135
52
  msgid "Uploading Error: check image properties"
53
  msgstr "خطای آپلود : لطفا خصوصیات تصویر را چک کنید"
54
 
55
- #: facebook-button-plugin.php:150
56
  #, fuzzy
57
  msgid "Your Facebook ID:"
58
  msgstr "نام کاربری فیسبوک شما (کوتاه شده، برای نمونه این را ببینید : http://facebook.com/yourname)"
59
 
60
- #: facebook-button-plugin.php:156
61
  msgid "Display button:"
62
  msgstr "نمایش دکمه های :"
63
 
64
- #: facebook-button-plugin.php:158
65
  msgid "My Page"
66
  msgstr "صفحه من"
67
 
68
- #: facebook-button-plugin.php:159
69
  msgid "Like"
70
  msgstr "پسندیدم "
71
 
72
- #: facebook-button-plugin.php:164
73
  #, fuzzy
74
  msgid "Choose display settings:"
75
  msgstr "لطفا نحوه نمایش را انتخاب کنید"
76
 
77
- #: facebook-button-plugin.php:168
78
  #, fuzzy
79
  msgid "Standard Facebook image"
80
  msgstr " تصویر استاندارد فیسبوک "
81
 
82
- #: facebook-button-plugin.php:170
83
  #, fuzzy
84
  msgid "Custom Facebook image"
85
  msgstr "آپلود از کامپیوتر شما"
86
 
87
- #: facebook-button-plugin.php:177
88
  msgid "Current image:"
89
  msgstr "تصویر کنونی :"
90
 
91
- #: facebook-button-plugin.php:190
92
  #, fuzzy
93
  msgid "Facebook image:"
94
  msgstr "تصویر فیسبوک : "
95
 
96
- #: facebook-button-plugin.php:194
97
  msgid "Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:\"jpg\", \"jpeg\"."
98
  msgstr "خصوصیات عکس: حداکثر طول عکس:100px; حد اکثر عرض عکس:40px; حد اکثر حجم فایل:32Kb; نوع فایل: \"jpg\", \"jpeg\"."
99
 
100
- #: facebook-button-plugin.php:202
101
  #, fuzzy
102
  msgid "Facebook Button Position:"
103
  msgstr "محل دکمه فیسبوک :"
104
 
105
- #: facebook-button-plugin.php:206
106
  msgid "Before"
107
  msgstr "قبل"
108
 
109
- #: facebook-button-plugin.php:207
110
  msgid "After"
111
  msgstr "بعد"
112
 
113
- #: facebook-button-plugin.php:208
114
  msgid "Before and After"
115
  msgstr "قبل و بعد"
116
 
117
- #: facebook-button-plugin.php:209
118
  msgid "Shortcode"
119
  msgstr "کد کوتاه"
120
 
121
- #: facebook-button-plugin.php:211
122
  #, fuzzy
123
  msgid "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:"
124
  msgstr "در صورتی که میخواهید دکمه لایک به سایت شما اظافه شود، کد کوتاه را در صفحه پست و ... کپی کنید"
125
 
126
- #: facebook-button-plugin.php:216
127
  #, fuzzy
128
  msgid "Facebook Button language:"
129
  msgstr "زبان دکمه فیسبوک :"
130
 
131
- #: facebook-button-plugin.php:327
132
  #, fuzzy
133
  msgid "Change the language of Facebook Like Button"
134
  msgstr "زبان دکمه فیسبوک را انتخاب کنید"
135
 
136
- #: facebook-button-plugin.php:333
137
  msgid "Save Changes"
138
  msgstr "ذخیره تغییرات"
139
 
140
- #: facebook-button-plugin.php:438
141
- #: facebook-button-plugin.php:450
142
  msgid "Settings"
143
  msgstr "تنظیمات "
144
 
145
- #: facebook-button-plugin.php:451
146
  msgid "FAQ"
147
  msgstr "سوال و جواب های متداول"
148
 
149
- #: facebook-button-plugin.php:452
150
  msgid "Support"
151
  msgstr "پشتیبانی"
152
 
 
 
 
 
 
 
 
 
 
 
 
 
 
153
  #, fuzzy
154
- #~ msgid "Memory usage"
155
- #~ msgstr "صفحه من"
156
 
157
  #, fuzzy
158
- #~ msgid "Pro plugins"
159
- #~ msgstr "پلاگین BWS"
160
  #~ msgid "Activated plugins"
161
  #~ msgstr "پلاگین های فعال شده "
162
  #~ msgid "Read more"
2
  msgstr ""
3
  "Project-Id-Version: facebook\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-10-31 16:58+0300\n"
6
+ "PO-Revision-Date: 2013-10-31 16:58+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Milad Ahmadipour <milad.contact@gmail.com>\n"
9
+ "Language: fa\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
 
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: facebook-button-plugin.php:33
20
+ #: facebook-button-plugin.php:147
21
  #, fuzzy
22
  msgid "Facebook Button Settings"
23
  msgstr "اختیارات دکمه فیسبوک"
24
 
25
+ #: facebook-button-plugin.php:33
26
  #, fuzzy
27
  msgid "Facebook Button"
28
  msgstr "دکمه فیسبوک"
29
 
30
+ #: facebook-button-plugin.php:99
31
  #, fuzzy
32
  msgid "Settings saved"
33
  msgstr "تنظیمات "
34
 
35
+ #: facebook-button-plugin.php:121
36
  msgid "Error: File size > 32K"
37
  msgstr "خطا : حجم فایل بیشتر از : > 32К"
38
 
39
+ #: facebook-button-plugin.php:124
40
  msgid "Error: Invalid file type"
41
  msgstr "خطا : نوع فایل صحیح نیست"
42
 
43
+ #: facebook-button-plugin.php:132
44
  msgid "Error: moving file failed"
45
  msgstr "خطا : حرکت فایل شکست خورد"
46
 
47
+ #: facebook-button-plugin.php:135
48
  msgid "Error: check image width or height"
49
  msgstr "خطا : لطفا طول و عرض تصویر را چک کنید"
50
 
51
+ #: facebook-button-plugin.php:139
52
  msgid "Uploading Error: check image properties"
53
  msgstr "خطای آپلود : لطفا خصوصیات تصویر را چک کنید"
54
 
55
+ #: facebook-button-plugin.php:154
56
  #, fuzzy
57
  msgid "Your Facebook ID:"
58
  msgstr "نام کاربری فیسبوک شما (کوتاه شده، برای نمونه این را ببینید : http://facebook.com/yourname)"
59
 
60
+ #: facebook-button-plugin.php:160
61
  msgid "Display button:"
62
  msgstr "نمایش دکمه های :"
63
 
64
+ #: facebook-button-plugin.php:162
65
  msgid "My Page"
66
  msgstr "صفحه من"
67
 
68
+ #: facebook-button-plugin.php:163
69
  msgid "Like"
70
  msgstr "پسندیدم "
71
 
72
+ #: facebook-button-plugin.php:168
73
  #, fuzzy
74
  msgid "Choose display settings:"
75
  msgstr "لطفا نحوه نمایش را انتخاب کنید"
76
 
77
+ #: facebook-button-plugin.php:172
78
  #, fuzzy
79
  msgid "Standard Facebook image"
80
  msgstr " تصویر استاندارد فیسبوک "
81
 
82
+ #: facebook-button-plugin.php:174
83
  #, fuzzy
84
  msgid "Custom Facebook image"
85
  msgstr "آپلود از کامپیوتر شما"
86
 
87
+ #: facebook-button-plugin.php:181
88
  msgid "Current image:"
89
  msgstr "تصویر کنونی :"
90
 
91
+ #: facebook-button-plugin.php:194
92
  #, fuzzy
93
  msgid "Facebook image:"
94
  msgstr "تصویر فیسبوک : "
95
 
96
+ #: facebook-button-plugin.php:198
97
  msgid "Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:\"jpg\", \"jpeg\"."
98
  msgstr "خصوصیات عکس: حداکثر طول عکس:100px; حد اکثر عرض عکس:40px; حد اکثر حجم فایل:32Kb; نوع فایل: \"jpg\", \"jpeg\"."
99
 
100
+ #: facebook-button-plugin.php:206
101
  #, fuzzy
102
  msgid "Facebook Button Position:"
103
  msgstr "محل دکمه فیسبوک :"
104
 
105
+ #: facebook-button-plugin.php:210
106
  msgid "Before"
107
  msgstr "قبل"
108
 
109
+ #: facebook-button-plugin.php:211
110
  msgid "After"
111
  msgstr "بعد"
112
 
113
+ #: facebook-button-plugin.php:212
114
  msgid "Before and After"
115
  msgstr "قبل و بعد"
116
 
117
+ #: facebook-button-plugin.php:213
118
  msgid "Shortcode"
119
  msgstr "کد کوتاه"
120
 
121
+ #: facebook-button-plugin.php:215
122
  #, fuzzy
123
  msgid "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:"
124
  msgstr "در صورتی که میخواهید دکمه لایک به سایت شما اظافه شود، کد کوتاه را در صفحه پست و ... کپی کنید"
125
 
126
+ #: facebook-button-plugin.php:220
127
  #, fuzzy
128
  msgid "Facebook Button language:"
129
  msgstr "زبان دکمه فیسبوک :"
130
 
131
+ #: facebook-button-plugin.php:331
132
  #, fuzzy
133
  msgid "Change the language of Facebook Like Button"
134
  msgstr "زبان دکمه فیسبوک را انتخاب کنید"
135
 
136
+ #: facebook-button-plugin.php:337
137
  msgid "Save Changes"
138
  msgstr "ذخیره تغییرات"
139
 
140
+ #: facebook-button-plugin.php:443
141
+ #: facebook-button-plugin.php:455
142
  msgid "Settings"
143
  msgstr "تنظیمات "
144
 
145
+ #: facebook-button-plugin.php:456
146
  msgid "FAQ"
147
  msgstr "سوال و جواب های متداول"
148
 
149
+ #: facebook-button-plugin.php:457
150
  msgid "Support"
151
  msgstr "پشتیبانی"
152
 
153
+ #: facebook-button-plugin.php:481
154
+ msgid "requires"
155
+ msgstr ""
156
+
157
+ #: facebook-button-plugin.php:481
158
+ msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
159
+ msgstr ""
160
+
161
+ #: facebook-button-plugin.php:481
162
+ msgid "Back to the WordPress"
163
+ msgstr ""
164
+
165
+ #: facebook-button-plugin.php:481
166
  #, fuzzy
167
+ msgid "Plugins page"
168
+ msgstr "پلاگین BWS"
169
 
170
  #, fuzzy
171
+ #~ msgid "Memory usage"
172
+ #~ msgstr "صفحه من"
173
  #~ msgid "Activated plugins"
174
  #~ msgstr "پلاگین های فعال شده "
175
  #~ msgid "Read more"
languages/facebook-he_IL.mo CHANGED
Binary file
languages/facebook-he_IL.po CHANGED
@@ -2,14 +2,14 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Facebook Button Plugin\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-09-04 14:30+0300\n"
6
- "PO-Revision-Date: 2013-09-04 14:30+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
 
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "Language: he_IL\n"
13
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
14
  "X-Poedit-SourceCharset: utf-8\n"
15
  "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
@@ -19,179 +19,192 @@ msgstr ""
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
  # @ facebook
22
- #: facebook-button-plugin.php:32
23
- #: facebook-button-plugin.php:143
24
  #, fuzzy
25
  msgid "Facebook Button Settings"
26
  msgstr "אפשרויות כפתור פייסבוק"
27
 
28
  # @ facebook
29
- #: facebook-button-plugin.php:32
30
  #, fuzzy
31
  msgid "Facebook Button"
32
  msgstr "כפתור פייסבוק"
33
 
34
  # @ facebook
35
- #: facebook-button-plugin.php:91
36
  #, fuzzy
37
  msgid "Settings saved"
38
  msgstr "הגדרות"
39
 
40
  # @ facebook
41
- #: facebook-button-plugin.php:113
42
  msgid "Error: File size > 32K"
43
  msgstr "שגיאה: גודל הקובץ גדול מ 32K"
44
 
45
  # @ facebook
46
- #: facebook-button-plugin.php:116
47
  msgid "Error: Invalid file type"
48
  msgstr "שגיאה: סוג קובץ שגוי"
49
 
50
  # @ facebook
51
- #: facebook-button-plugin.php:126
52
  msgid "Error: moving file failed"
53
  msgstr "שגיאה: העברת הקובץ נכשלה"
54
 
55
  # @ facebook
56
- #: facebook-button-plugin.php:130
57
  msgid "Error: check image width or height"
58
  msgstr "שגיאה: בדוק את רוחב וגובה התמונה"
59
 
60
  # @ facebook
61
- #: facebook-button-plugin.php:135
62
  msgid "Uploading Error: check image properties"
63
  msgstr "שגיאת טעינה: בדוק את מאפייני התמונה"
64
 
65
  # @ facebook
66
- #: facebook-button-plugin.php:150
67
  #, fuzzy
68
  msgid "Your Facebook ID:"
69
  msgstr "מזהה הפייסבוק שלך:"
70
 
71
  # @ facebook
72
- #: facebook-button-plugin.php:156
73
  msgid "Display button:"
74
  msgstr "הצג כפתור:"
75
 
76
  # @ captcha
77
- #: facebook-button-plugin.php:158
78
  msgid "My Page"
79
  msgstr "הדף שלי"
80
 
81
  # @ captcha
82
- #: facebook-button-plugin.php:159
83
  msgid "Like"
84
  msgstr "לייק"
85
 
86
  # @ facebook
87
- #: facebook-button-plugin.php:164
88
  #, fuzzy
89
  msgid "Choose display settings:"
90
  msgstr "בחר אפשרות תצוגה:"
91
 
92
  # @ facebook
93
- #: facebook-button-plugin.php:168
94
  #, fuzzy
95
  msgid "Standard Facebook image"
96
  msgstr "תמונת פייסבוק רגילה"
97
 
98
  # @ facebook
99
- #: facebook-button-plugin.php:170
100
  #, fuzzy
101
  msgid "Custom Facebook image"
102
  msgstr "תמונת פייסבוק מותאמת אישית"
103
 
104
  # @ facebook
105
- #: facebook-button-plugin.php:177
106
  msgid "Current image:"
107
  msgstr "תמונה נוכחית:"
108
 
109
  # @ facebook
110
- #: facebook-button-plugin.php:190
111
  #, fuzzy
112
  msgid "Facebook image:"
113
  msgstr "תמונת פייסבוק:"
114
 
115
  # @ facebook
116
- #: facebook-button-plugin.php:194
117
  msgid "Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:\"jpg\", \"jpeg\"."
118
  msgstr "מאפייני תמונה: רוחב מירבי: 100 פיקסלים. גובה מירבי: 40 פיקסלים, גודל מירבי: 32KB, סוגי קובץ: \"jpg\", \"jpeg\"."
119
 
120
  # @ facebook
121
- #: facebook-button-plugin.php:202
122
  #, fuzzy
123
  msgid "Facebook Button Position:"
124
  msgstr "מיקום כפתור הפייסבוק:"
125
 
126
  # @ facebook
127
- #: facebook-button-plugin.php:206
128
  msgid "Before"
129
  msgstr "לפני"
130
 
131
  # @ facebook
132
- #: facebook-button-plugin.php:207
133
  msgid "After"
134
  msgstr "אחרי"
135
 
136
  # @ facebook
137
- #: facebook-button-plugin.php:208
138
  msgid "Before and After"
139
  msgstr "לפני ואחרי"
140
 
141
  # @ facebook
142
- #: facebook-button-plugin.php:209
143
  msgid "Shortcode"
144
  msgstr "קיצור קוד"
145
 
146
  # @ facebook
147
- #: facebook-button-plugin.php:211
148
  #, fuzzy
149
  msgid "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:"
150
  msgstr "אם ברצונך להוסיף כפתור פייסבוק לאתר שלך, פשוט העתק את קיצור הקוד שלהלן והדבק אל הפוסט או הדף שלך:"
151
 
152
  # @ facebook
153
- #: facebook-button-plugin.php:216
154
  #, fuzzy
155
  msgid "Facebook Button language:"
156
  msgstr "שפת כפתור פייסבוק:"
157
 
158
  # @ facebook
159
- #: facebook-button-plugin.php:327
160
  #, fuzzy
161
  msgid "Change the language of Facebook Like Button"
162
  msgstr "בחר שפה לכפתור לייק"
163
 
164
  # @ default
165
- #: facebook-button-plugin.php:333
166
  msgid "Save Changes"
167
  msgstr "שמור שינויים"
168
 
169
  # @ facebook
170
- #: facebook-button-plugin.php:438
171
- #: facebook-button-plugin.php:450
172
  msgid "Settings"
173
  msgstr "הגדרות"
174
 
175
  # @ facebook
176
- #: facebook-button-plugin.php:451
177
  msgid "FAQ"
178
  msgstr "שאלות ותשובות"
179
 
180
  # @ facebook
181
- #: facebook-button-plugin.php:452
182
  msgid "Support"
183
  msgstr "תמיכה"
184
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
185
  # @ captcha
186
  #, fuzzy
187
  #~ msgid "Memory usage"
188
  #~ msgstr "הדף שלי"
189
 
190
- # @ facebook
191
- #, fuzzy
192
- #~ msgid "Pro plugins"
193
- #~ msgstr "תוספים מומלצים"
194
-
195
  # @ facebook
196
  #~ msgid "Activated plugins"
197
  #~ msgstr "תוספים פעילים"
2
  msgstr ""
3
  "Project-Id-Version: Facebook Button Plugin\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-10-31 16:57+0300\n"
6
+ "PO-Revision-Date: 2013-10-31 16:57+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
+ "Language: he_IL\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
 
13
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
14
  "X-Poedit-SourceCharset: utf-8\n"
15
  "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
  # @ facebook
22
+ #: facebook-button-plugin.php:33
23
+ #: facebook-button-plugin.php:147
24
  #, fuzzy
25
  msgid "Facebook Button Settings"
26
  msgstr "אפשרויות כפתור פייסבוק"
27
 
28
  # @ facebook
29
+ #: facebook-button-plugin.php:33
30
  #, fuzzy
31
  msgid "Facebook Button"
32
  msgstr "כפתור פייסבוק"
33
 
34
  # @ facebook
35
+ #: facebook-button-plugin.php:99
36
  #, fuzzy
37
  msgid "Settings saved"
38
  msgstr "הגדרות"
39
 
40
  # @ facebook
41
+ #: facebook-button-plugin.php:121
42
  msgid "Error: File size > 32K"
43
  msgstr "שגיאה: גודל הקובץ גדול מ 32K"
44
 
45
  # @ facebook
46
+ #: facebook-button-plugin.php:124
47
  msgid "Error: Invalid file type"
48
  msgstr "שגיאה: סוג קובץ שגוי"
49
 
50
  # @ facebook
51
+ #: facebook-button-plugin.php:132
52
  msgid "Error: moving file failed"
53
  msgstr "שגיאה: העברת הקובץ נכשלה"
54
 
55
  # @ facebook
56
+ #: facebook-button-plugin.php:135
57
  msgid "Error: check image width or height"
58
  msgstr "שגיאה: בדוק את רוחב וגובה התמונה"
59
 
60
  # @ facebook
61
+ #: facebook-button-plugin.php:139
62
  msgid "Uploading Error: check image properties"
63
  msgstr "שגיאת טעינה: בדוק את מאפייני התמונה"
64
 
65
  # @ facebook
66
+ #: facebook-button-plugin.php:154
67
  #, fuzzy
68
  msgid "Your Facebook ID:"
69
  msgstr "מזהה הפייסבוק שלך:"
70
 
71
  # @ facebook
72
+ #: facebook-button-plugin.php:160
73
  msgid "Display button:"
74
  msgstr "הצג כפתור:"
75
 
76
  # @ captcha
77
+ #: facebook-button-plugin.php:162
78
  msgid "My Page"
79
  msgstr "הדף שלי"
80
 
81
  # @ captcha
82
+ #: facebook-button-plugin.php:163
83
  msgid "Like"
84
  msgstr "לייק"
85
 
86
  # @ facebook
87
+ #: facebook-button-plugin.php:168
88
  #, fuzzy
89
  msgid "Choose display settings:"
90
  msgstr "בחר אפשרות תצוגה:"
91
 
92
  # @ facebook
93
+ #: facebook-button-plugin.php:172
94
  #, fuzzy
95
  msgid "Standard Facebook image"
96
  msgstr "תמונת פייסבוק רגילה"
97
 
98
  # @ facebook
99
+ #: facebook-button-plugin.php:174
100
  #, fuzzy
101
  msgid "Custom Facebook image"
102
  msgstr "תמונת פייסבוק מותאמת אישית"
103
 
104
  # @ facebook
105
+ #: facebook-button-plugin.php:181
106
  msgid "Current image:"
107
  msgstr "תמונה נוכחית:"
108
 
109
  # @ facebook
110
+ #: facebook-button-plugin.php:194
111
  #, fuzzy
112
  msgid "Facebook image:"
113
  msgstr "תמונת פייסבוק:"
114
 
115
  # @ facebook
116
+ #: facebook-button-plugin.php:198
117
  msgid "Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:\"jpg\", \"jpeg\"."
118
  msgstr "מאפייני תמונה: רוחב מירבי: 100 פיקסלים. גובה מירבי: 40 פיקסלים, גודל מירבי: 32KB, סוגי קובץ: \"jpg\", \"jpeg\"."
119
 
120
  # @ facebook
121
+ #: facebook-button-plugin.php:206
122
  #, fuzzy
123
  msgid "Facebook Button Position:"
124
  msgstr "מיקום כפתור הפייסבוק:"
125
 
126
  # @ facebook
127
+ #: facebook-button-plugin.php:210
128
  msgid "Before"
129
  msgstr "לפני"
130
 
131
  # @ facebook
132
+ #: facebook-button-plugin.php:211
133
  msgid "After"
134
  msgstr "אחרי"
135
 
136
  # @ facebook
137
+ #: facebook-button-plugin.php:212
138
  msgid "Before and After"
139
  msgstr "לפני ואחרי"
140
 
141
  # @ facebook
142
+ #: facebook-button-plugin.php:213
143
  msgid "Shortcode"
144
  msgstr "קיצור קוד"
145
 
146
  # @ facebook
147
+ #: facebook-button-plugin.php:215
148
  #, fuzzy
149
  msgid "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:"
150
  msgstr "אם ברצונך להוסיף כפתור פייסבוק לאתר שלך, פשוט העתק את קיצור הקוד שלהלן והדבק אל הפוסט או הדף שלך:"
151
 
152
  # @ facebook
153
+ #: facebook-button-plugin.php:220
154
  #, fuzzy
155
  msgid "Facebook Button language:"
156
  msgstr "שפת כפתור פייסבוק:"
157
 
158
  # @ facebook
159
+ #: facebook-button-plugin.php:331
160
  #, fuzzy
161
  msgid "Change the language of Facebook Like Button"
162
  msgstr "בחר שפה לכפתור לייק"
163
 
164
  # @ default
165
+ #: facebook-button-plugin.php:337
166
  msgid "Save Changes"
167
  msgstr "שמור שינויים"
168
 
169
  # @ facebook
170
+ #: facebook-button-plugin.php:443
171
+ #: facebook-button-plugin.php:455
172
  msgid "Settings"
173
  msgstr "הגדרות"
174
 
175
  # @ facebook
176
+ #: facebook-button-plugin.php:456
177
  msgid "FAQ"
178
  msgstr "שאלות ותשובות"
179
 
180
  # @ facebook
181
+ #: facebook-button-plugin.php:457
182
  msgid "Support"
183
  msgstr "תמיכה"
184
 
185
+ #: facebook-button-plugin.php:481
186
+ msgid "requires"
187
+ msgstr ""
188
+
189
+ #: facebook-button-plugin.php:481
190
+ msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
191
+ msgstr ""
192
+
193
+ #: facebook-button-plugin.php:481
194
+ msgid "Back to the WordPress"
195
+ msgstr ""
196
+
197
+ # @ facebook
198
+ #: facebook-button-plugin.php:481
199
+ #, fuzzy
200
+ msgid "Plugins page"
201
+ msgstr "תוספים מומלצים"
202
+
203
  # @ captcha
204
  #, fuzzy
205
  #~ msgid "Memory usage"
206
  #~ msgstr "הדף שלי"
207
 
 
 
 
 
 
208
  # @ facebook
209
  #~ msgid "Activated plugins"
210
  #~ msgstr "תוספים פעילים"
languages/facebook-ru_RU.mo CHANGED
Binary file
languages/facebook-ru_RU.po CHANGED
@@ -2,248 +2,157 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: facebook\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-09-04 14:30+0300\n"
6
- "PO-Revision-Date: 2013-09-04 14:30+0300\n"
7
  "Last-Translator: \n"
8
- "Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
 
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "Language: ru_RU\n"
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: utf-8\n"
16
  "X-Generator: Poedit 1.5.4\n"
 
 
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: facebook-button-plugin.php:32
20
- #: facebook-button-plugin.php:143
21
  msgid "Facebook Button Settings"
22
  msgstr "Настройки Facebook Кнопки"
23
 
24
- #: facebook-button-plugin.php:32
25
  msgid "Facebook Button"
26
  msgstr "Facebook кнопка"
27
 
28
- #: facebook-button-plugin.php:91
29
  msgid "Settings saved"
30
  msgstr "Настройки сохранены"
31
 
32
- #: facebook-button-plugin.php:113
33
  msgid "Error: File size > 32K"
34
  msgstr "Ошибка: Размер файла больше 32К"
35
 
36
- #: facebook-button-plugin.php:116
37
  msgid "Error: Invalid file type"
38
  msgstr "Ошибка: Некорректный тип файла"
39
 
40
- #: facebook-button-plugin.php:126
41
  msgid "Error: moving file failed"
42
  msgstr "Ошибка: При перемещении произошла ошибка"
43
 
44
- #: facebook-button-plugin.php:130
45
  msgid "Error: check image width or height"
46
  msgstr "Ошибка: Проверьте ширину и высоту изображения"
47
 
48
- #: facebook-button-plugin.php:135
49
  msgid "Uploading Error: check image properties"
50
  msgstr "Ошибка загрузки: Проверьте опции изображения"
51
 
52
- #: facebook-button-plugin.php:150
53
  msgid "Your Facebook ID:"
54
  msgstr "Ваш Facebook ID:"
55
 
56
- #: facebook-button-plugin.php:156
57
  msgid "Display button:"
58
  msgstr "Отображение кнопок:"
59
 
60
- #: facebook-button-plugin.php:158
61
  msgid "My Page"
62
  msgstr "My Page"
63
 
64
- #: facebook-button-plugin.php:159
65
  msgid "Like"
66
  msgstr "Like"
67
 
68
- #: facebook-button-plugin.php:164
69
  msgid "Choose display settings:"
70
  msgstr "Выбор опций отображения:"
71
 
72
- #: facebook-button-plugin.php:168
73
  msgid "Standard Facebook image"
74
  msgstr "Стандартная картинка Facebook"
75
 
76
- #: facebook-button-plugin.php:170
77
  msgid "Custom Facebook image"
78
  msgstr "Пользовательская картинка Facebook"
79
 
80
- #: facebook-button-plugin.php:177
81
  msgid "Current image:"
82
  msgstr "Текущее изображение:"
83
 
84
- #: facebook-button-plugin.php:190
85
  msgid "Facebook image:"
86
  msgstr "Facebook изображение:"
87
 
88
- #: facebook-button-plugin.php:194
89
  msgid "Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:\"jpg\", \"jpeg\"."
90
  msgstr "Опции изображения для загрузки: максимальная ширина:100px; максимальная высота:40px; максимальный размер:32Kb; тип файла:\"jpg\", \"jpeg\"."
91
 
92
- #: facebook-button-plugin.php:202
93
  msgid "Facebook Button Position:"
94
  msgstr "Позиции Facebook кнопки:"
95
 
96
- #: facebook-button-plugin.php:206
97
  msgid "Before"
98
  msgstr "Перед"
99
 
100
- #: facebook-button-plugin.php:207
101
  msgid "After"
102
  msgstr "После"
103
 
104
- #: facebook-button-plugin.php:208
105
  msgid "Before and After"
106
  msgstr "Перед и после"
107
 
108
- #: facebook-button-plugin.php:209
109
  msgid "Shortcode"
110
  msgstr "Шорткод"
111
 
112
- #: facebook-button-plugin.php:211
113
  msgid "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:"
114
  msgstr "Если вы хотите добавить Facebook кнопку на свой сайт, вам надо только скопировать и вставить шорткод в контент страницы или поста"
115
 
116
- #: facebook-button-plugin.php:216
117
  msgid "Facebook Button language:"
118
  msgstr "Язык для Facebook кнопки:"
119
 
120
- #: facebook-button-plugin.php:327
121
  msgid "Change the language of Facebook Like Button"
122
  msgstr "Выберите язык для Like кнопки"
123
 
124
- #: facebook-button-plugin.php:333
125
  msgid "Save Changes"
126
  msgstr "Сохранить изменения"
127
 
128
- #: facebook-button-plugin.php:438
129
- #: facebook-button-plugin.php:450
130
  msgid "Settings"
131
  msgstr "Настройки"
132
 
133
- #: facebook-button-plugin.php:451
134
  msgid "FAQ"
135
  msgstr "FAQ"
136
 
137
- #: facebook-button-plugin.php:452
138
  msgid "Support"
139
  msgstr "Поддержка"
140
 
141
- #~ msgid "Not set"
142
- #~ msgstr "Не задан"
143
- #~ msgid "On"
144
- #~ msgstr "Вкл"
145
- #~ msgid "Off"
146
- #~ msgstr "Выкл"
147
- #~ msgid "N/A"
148
- #~ msgstr "Неизвестно"
149
- #~ msgid " Mb"
150
- #~ msgstr " Mb"
151
- #~ msgid "Yes"
152
- #~ msgstr "Да"
153
- #~ msgid "No"
154
- #~ msgstr "Нет"
155
- #~ msgid "Operating System"
156
- #~ msgstr "Операционная система"
157
- #~ msgid "Server"
158
- #~ msgstr "Тип сервера"
159
- #~ msgid "Memory usage"
160
- #~ msgstr "Памяти использовано"
161
- #~ msgid "MYSQL Version"
162
- #~ msgstr "Версия MYSQL"
163
- #~ msgid "SQL Mode"
164
- #~ msgstr "Режим SQL"
165
- #~ msgid "PHP Version"
166
- #~ msgstr "Версия PHP"
167
- #~ msgid "PHP Safe Mode"
168
- #~ msgstr "PHP Safe Mode"
169
- #~ msgid "PHP Allow URL fopen"
170
- #~ msgstr "PHP Allow URL fopen"
171
- #~ msgid "PHP Memory Limit"
172
- #~ msgstr "Лимит памяти"
173
- #~ msgid "PHP Max Upload Size"
174
- #~ msgstr "Макс. размер загружаемого файла"
175
- #~ msgid "PHP Max Post Size"
176
- #~ msgstr "Макс. размер записи"
177
- #~ msgid "PHP Max Script Execute Time"
178
- #~ msgstr "Макс. время выполнения сценария"
179
- #~ msgid "PHP Exif support"
180
- #~ msgstr "Поддержка PHP Exif"
181
- #~ msgid "PHP IPTC support"
182
- #~ msgstr "Поддержка PHP IPTC"
183
- #~ msgid "PHP XML support"
184
- #~ msgstr "Поддержка PHP XML"
185
- #~ msgid "Site URL"
186
- #~ msgstr "Адрес сайта"
187
- #~ msgid "Home URL"
188
- #~ msgstr "Основной адрес сайта"
189
- #~ msgid "WordPress Version"
190
- #~ msgstr "Версия WordPress"
191
- #~ msgid "WordPress DB Version"
192
- #~ msgstr "Версия базы данных WordPress"
193
- #~ msgid "Multisite"
194
- #~ msgstr "Мультиблог"
195
- #~ msgid "Active Theme"
196
- #~ msgstr "Текущая тема"
197
- #~ msgid "Please enter a valid email address."
198
- #~ msgstr "Пожалуйста, введите валидный емайл."
199
- #~ msgid "Email with system info is sent to "
200
- #~ msgstr "E-mail с системной информацией отправлен на"
201
- #~ msgid "Thank you for contacting us."
202
- #~ msgstr "Спасибо, что связались с нами."
203
- #~ msgid "Sorry, email message could not be delivered."
204
- #~ msgstr "Извините, ваш email не может быть отправлен."
205
- #~ msgid "Pro plugins"
206
- #~ msgstr "Pro плагины"
207
- #~ msgid "Activated plugins"
208
- #~ msgstr "Активированные плагины"
209
- #~ msgid "Read more"
210
- #~ msgstr "Подробнее..."
211
- #~ msgid "Installed plugins"
212
- #~ msgstr "Установленные плагины"
213
- #~ msgid "Recommended plugins"
214
- #~ msgstr "Рекомендованные к установке плагины"
215
- #~ msgid "Purchase"
216
- #~ msgstr "Купить"
217
- #~ msgid "Free plugins"
218
- #~ msgstr "Бесплатные плагины"
219
- #~ msgid "Download"
220
- #~ msgstr "Скачать"
221
- #~ msgid "Install %s"
222
- #~ msgstr "Установлено %s"
223
- #~ msgid "Install now from wordpress.org"
224
- #~ msgstr "Установить с wordpress.org"
225
- #~ msgid "If you have any questions, please contact us via"
226
- #~ msgstr "Если у вас есть какие-то вопросы, обращайтесь на"
227
- #~ msgid "System status"
228
- #~ msgstr "Системная информация"
229
- #~ msgid "Environment"
230
- #~ msgstr "Системная среда"
231
- #~ msgid "Active Plugins"
232
- #~ msgstr "Активированные плагины"
233
- #~ msgid "Inactive Plugins"
234
- #~ msgstr "Неактивированные плагины"
235
- #~ msgid "Send to support"
236
- #~ msgstr "Отправить в тех.поддержку"
237
- #~ msgid "Send to custom email &#187;"
238
- #~ msgstr "Отправить на емейл &#187;"
239
- #~ msgid ""
240
- #~ "If you have any questions, please contact us via plugin@bestwebsoft.com "
241
- #~ "or fill out the contact form on our website"
242
- #~ msgstr ""
243
- #~ "Если у вас есть какие-то вопросы, обращайтесь на plugin@bestwebsoft.com "
244
- #~ "или заполните контактную форму на нашем сайте"
245
- #~ msgid "Options saved."
246
- #~ msgstr "Опции сохранены"
247
- #~ msgid "Install Now"
248
- #~ msgstr "Установить сейчас"
249
 
2
  msgstr ""
3
  "Project-Id-Version: facebook\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-10-31 16:56+0300\n"
6
+ "PO-Revision-Date: 2013-10-31 16:57+0300\n"
7
  "Last-Translator: \n"
8
+ "Language-Team: BestWebSoft <plugin@bestwebsoft.com>\n"
9
+ "Language: ru_RU\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
 
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: utf-8\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
+ "X-Poedit-Language: Russian\n"
18
+ "X-Poedit-Country: RUSSIAN FEDERATION\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
+ #: facebook-button-plugin.php:33
22
+ #: facebook-button-plugin.php:147
23
  msgid "Facebook Button Settings"
24
  msgstr "Настройки Facebook Кнопки"
25
 
26
+ #: facebook-button-plugin.php:33
27
  msgid "Facebook Button"
28
  msgstr "Facebook кнопка"
29
 
30
+ #: facebook-button-plugin.php:99
31
  msgid "Settings saved"
32
  msgstr "Настройки сохранены"
33
 
34
+ #: facebook-button-plugin.php:121
35
  msgid "Error: File size > 32K"
36
  msgstr "Ошибка: Размер файла больше 32К"
37
 
38
+ #: facebook-button-plugin.php:124
39
  msgid "Error: Invalid file type"
40
  msgstr "Ошибка: Некорректный тип файла"
41
 
42
+ #: facebook-button-plugin.php:132
43
  msgid "Error: moving file failed"
44
  msgstr "Ошибка: При перемещении произошла ошибка"
45
 
46
+ #: facebook-button-plugin.php:135
47
  msgid "Error: check image width or height"
48
  msgstr "Ошибка: Проверьте ширину и высоту изображения"
49
 
50
+ #: facebook-button-plugin.php:139
51
  msgid "Uploading Error: check image properties"
52
  msgstr "Ошибка загрузки: Проверьте опции изображения"
53
 
54
+ #: facebook-button-plugin.php:154
55
  msgid "Your Facebook ID:"
56
  msgstr "Ваш Facebook ID:"
57
 
58
+ #: facebook-button-plugin.php:160
59
  msgid "Display button:"
60
  msgstr "Отображение кнопок:"
61
 
62
+ #: facebook-button-plugin.php:162
63
  msgid "My Page"
64
  msgstr "My Page"
65
 
66
+ #: facebook-button-plugin.php:163
67
  msgid "Like"
68
  msgstr "Like"
69
 
70
+ #: facebook-button-plugin.php:168
71
  msgid "Choose display settings:"
72
  msgstr "Выбор опций отображения:"
73
 
74
+ #: facebook-button-plugin.php:172
75
  msgid "Standard Facebook image"
76
  msgstr "Стандартная картинка Facebook"
77
 
78
+ #: facebook-button-plugin.php:174
79
  msgid "Custom Facebook image"
80
  msgstr "Пользовательская картинка Facebook"
81
 
82
+ #: facebook-button-plugin.php:181
83
  msgid "Current image:"
84
  msgstr "Текущее изображение:"
85
 
86
+ #: facebook-button-plugin.php:194
87
  msgid "Facebook image:"
88
  msgstr "Facebook изображение:"
89
 
90
+ #: facebook-button-plugin.php:198
91
  msgid "Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:\"jpg\", \"jpeg\"."
92
  msgstr "Опции изображения для загрузки: максимальная ширина:100px; максимальная высота:40px; максимальный размер:32Kb; тип файла:\"jpg\", \"jpeg\"."
93
 
94
+ #: facebook-button-plugin.php:206
95
  msgid "Facebook Button Position:"
96
  msgstr "Позиции Facebook кнопки:"
97
 
98
+ #: facebook-button-plugin.php:210
99
  msgid "Before"
100
  msgstr "Перед"
101
 
102
+ #: facebook-button-plugin.php:211
103
  msgid "After"
104
  msgstr "После"
105
 
106
+ #: facebook-button-plugin.php:212
107
  msgid "Before and After"
108
  msgstr "Перед и после"
109
 
110
+ #: facebook-button-plugin.php:213
111
  msgid "Shortcode"
112
  msgstr "Шорткод"
113
 
114
+ #: facebook-button-plugin.php:215
115
  msgid "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:"
116
  msgstr "Если вы хотите добавить Facebook кнопку на свой сайт, вам надо только скопировать и вставить шорткод в контент страницы или поста"
117
 
118
+ #: facebook-button-plugin.php:220
119
  msgid "Facebook Button language:"
120
  msgstr "Язык для Facebook кнопки:"
121
 
122
+ #: facebook-button-plugin.php:331
123
  msgid "Change the language of Facebook Like Button"
124
  msgstr "Выберите язык для Like кнопки"
125
 
126
+ #: facebook-button-plugin.php:337
127
  msgid "Save Changes"
128
  msgstr "Сохранить изменения"
129
 
130
+ #: facebook-button-plugin.php:443
131
+ #: facebook-button-plugin.php:455
132
  msgid "Settings"
133
  msgstr "Настройки"
134
 
135
+ #: facebook-button-plugin.php:456
136
  msgid "FAQ"
137
  msgstr "FAQ"
138
 
139
+ #: facebook-button-plugin.php:457
140
  msgid "Support"
141
  msgstr "Поддержка"
142
 
143
+ #: facebook-button-plugin.php:481
144
+ msgid "requires"
145
+ msgstr "требует"
146
+
147
+ #: facebook-button-plugin.php:481
148
+ msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
149
+ msgstr "или выше, поэтому он был деактивирован! Пожалуйста обновить WordPress и попробуйте еще раз."
150
+
151
+ #: facebook-button-plugin.php:481
152
+ msgid "Back to the WordPress"
153
+ msgstr "Вернуться к WordPress на"
154
+
155
+ #: facebook-button-plugin.php:481
156
+ msgid "Plugins page"
157
+ msgstr "Страницу плагинов"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
158
 
languages/facebook-sr_RS.mo CHANGED
Binary file
languages/facebook-sr_RS.po CHANGED
@@ -2,10 +2,11 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: facebook\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-09-04 14:30+0300\n"
6
- "PO-Revision-Date: 2013-09-04 14:30+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Georgijevic Team <http://www.georgijevic.info>\n"
 
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
@@ -15,147 +16,160 @@ msgstr ""
15
  "X-Generator: Poedit 1.5.4\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
 
18
- #: facebook-button-plugin.php:32
19
- #: facebook-button-plugin.php:143
20
  #, fuzzy
21
  msgid "Facebook Button Settings"
22
  msgstr "Taster Facebook Opcija"
23
 
24
- #: facebook-button-plugin.php:32
25
  #, fuzzy
26
  msgid "Facebook Button"
27
  msgstr "Facebook taster"
28
 
29
- #: facebook-button-plugin.php:91
30
  #, fuzzy
31
  msgid "Settings saved"
32
  msgstr "Podešavanja"
33
 
34
- #: facebook-button-plugin.php:113
35
  msgid "Error: File size > 32K"
36
  msgstr "Greška: Veličina fajla prevazilazi 32К"
37
 
38
- #: facebook-button-plugin.php:116
39
  msgid "Error: Invalid file type"
40
  msgstr "Greška: Neispravan tip fajla"
41
 
42
- #: facebook-button-plugin.php:126
43
  msgid "Error: moving file failed"
44
  msgstr "Greška: premeštanje fajla nije uspelo"
45
 
46
- #: facebook-button-plugin.php:130
47
  msgid "Error: check image width or height"
48
  msgstr "Greška: Proverite širinu i visinu slike"
49
 
50
- #: facebook-button-plugin.php:135
51
  msgid "Uploading Error: check image properties"
52
  msgstr "Greška unosa: Proverite svojstva slike"
53
 
54
- #: facebook-button-plugin.php:150
55
  #, fuzzy
56
  msgid "Your Facebook ID:"
57
  msgstr "Vaš Facebook Id:"
58
 
59
- #: facebook-button-plugin.php:156
60
  msgid "Display button:"
61
  msgstr "Prikaži taster:"
62
 
63
- #: facebook-button-plugin.php:158
64
  msgid "My Page"
65
  msgstr "Moja Strana"
66
 
67
- #: facebook-button-plugin.php:159
68
  msgid "Like"
69
  msgstr "Like"
70
 
71
- #: facebook-button-plugin.php:164
72
  #, fuzzy
73
  msgid "Choose display settings:"
74
  msgstr "Izaberi opcije prikaza:"
75
 
76
- #: facebook-button-plugin.php:168
77
  #, fuzzy
78
  msgid "Standard Facebook image"
79
  msgstr "Standardna Facebook slika"
80
 
81
- #: facebook-button-plugin.php:170
82
  #, fuzzy
83
  msgid "Custom Facebook image"
84
  msgstr "Proizvoljna Facebook slika"
85
 
86
- #: facebook-button-plugin.php:177
87
  msgid "Current image:"
88
  msgstr "Aktuelna slika:"
89
 
90
- #: facebook-button-plugin.php:190
91
  #, fuzzy
92
  msgid "Facebook image:"
93
  msgstr "Facebook slika:"
94
 
95
- #: facebook-button-plugin.php:194
96
  msgid "Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:\"jpg\", \"jpeg\"."
97
  msgstr "Svojstva slike: maksimalna širina:100px; maksimalna visina:40px; maksimalna veličina:32Kb; tip fajla:\"jpg\", \"jpeg\"."
98
 
99
- #: facebook-button-plugin.php:202
100
  #, fuzzy
101
  msgid "Facebook Button Position:"
102
  msgstr "Pozicija Facebook Tastera:"
103
 
104
- #: facebook-button-plugin.php:206
105
  msgid "Before"
106
  msgstr "Pre"
107
 
108
- #: facebook-button-plugin.php:207
109
  msgid "After"
110
  msgstr "Posle"
111
 
112
- #: facebook-button-plugin.php:208
113
  msgid "Before and After"
114
  msgstr "Pre i posle"
115
 
116
- #: facebook-button-plugin.php:209
117
  msgid "Shortcode"
118
  msgstr "Kratki kod"
119
 
120
- #: facebook-button-plugin.php:211
121
  #, fuzzy
122
  msgid "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:"
123
  msgstr "Ako želite da dodate Facebook taster na vaš vebsajt, jednostavno iskopirajte ovaj kratak kod na vašu stranu ili članak:"
124
 
125
- #: facebook-button-plugin.php:216
126
  #, fuzzy
127
  msgid "Facebook Button language:"
128
  msgstr "Jezik Facebook tastera"
129
 
130
- #: facebook-button-plugin.php:327
131
  #, fuzzy
132
  msgid "Change the language of Facebook Like Button"
133
  msgstr "Izaberite jezik za Like taster"
134
 
135
- #: facebook-button-plugin.php:333
136
  msgid "Save Changes"
137
  msgstr "Sačuvaj Izmene"
138
 
139
- #: facebook-button-plugin.php:438
140
- #: facebook-button-plugin.php:450
141
  msgid "Settings"
142
  msgstr "Podešavanja"
143
 
144
- #: facebook-button-plugin.php:451
145
  msgid "FAQ"
146
  msgstr "FAQ"
147
 
148
- #: facebook-button-plugin.php:452
149
  msgid "Support"
150
  msgstr "Podrška"
151
 
 
 
 
 
 
 
 
 
 
 
 
 
 
152
  #, fuzzy
153
- #~ msgid "Memory usage"
154
- #~ msgstr "Moja Strana"
155
 
156
  #, fuzzy
157
- #~ msgid "Pro plugins"
158
- #~ msgstr "BWS Dodaci"
159
  #~ msgid "Activated plugins"
160
  #~ msgstr "Aktivni dodaci"
161
  #~ msgid "Read more"
2
  msgstr ""
3
  "Project-Id-Version: facebook\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-10-31 16:55+0300\n"
6
+ "PO-Revision-Date: 2013-10-31 16:56+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Georgijevic Team <http://www.georgijevic.info>\n"
9
+ "Language: \n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: facebook-button-plugin.php:33
20
+ #: facebook-button-plugin.php:147
21
  #, fuzzy
22
  msgid "Facebook Button Settings"
23
  msgstr "Taster Facebook Opcija"
24
 
25
+ #: facebook-button-plugin.php:33
26
  #, fuzzy
27
  msgid "Facebook Button"
28
  msgstr "Facebook taster"
29
 
30
+ #: facebook-button-plugin.php:99
31
  #, fuzzy
32
  msgid "Settings saved"
33
  msgstr "Podešavanja"
34
 
35
+ #: facebook-button-plugin.php:121
36
  msgid "Error: File size > 32K"
37
  msgstr "Greška: Veličina fajla prevazilazi 32К"
38
 
39
+ #: facebook-button-plugin.php:124
40
  msgid "Error: Invalid file type"
41
  msgstr "Greška: Neispravan tip fajla"
42
 
43
+ #: facebook-button-plugin.php:132
44
  msgid "Error: moving file failed"
45
  msgstr "Greška: premeštanje fajla nije uspelo"
46
 
47
+ #: facebook-button-plugin.php:135
48
  msgid "Error: check image width or height"
49
  msgstr "Greška: Proverite širinu i visinu slike"
50
 
51
+ #: facebook-button-plugin.php:139
52
  msgid "Uploading Error: check image properties"
53
  msgstr "Greška unosa: Proverite svojstva slike"
54
 
55
+ #: facebook-button-plugin.php:154
56
  #, fuzzy
57
  msgid "Your Facebook ID:"
58
  msgstr "Vaš Facebook Id:"
59
 
60
+ #: facebook-button-plugin.php:160
61
  msgid "Display button:"
62
  msgstr "Prikaži taster:"
63
 
64
+ #: facebook-button-plugin.php:162
65
  msgid "My Page"
66
  msgstr "Moja Strana"
67
 
68
+ #: facebook-button-plugin.php:163
69
  msgid "Like"
70
  msgstr "Like"
71
 
72
+ #: facebook-button-plugin.php:168
73
  #, fuzzy
74
  msgid "Choose display settings:"
75
  msgstr "Izaberi opcije prikaza:"
76
 
77
+ #: facebook-button-plugin.php:172
78
  #, fuzzy
79
  msgid "Standard Facebook image"
80
  msgstr "Standardna Facebook slika"
81
 
82
+ #: facebook-button-plugin.php:174
83
  #, fuzzy
84
  msgid "Custom Facebook image"
85
  msgstr "Proizvoljna Facebook slika"
86
 
87
+ #: facebook-button-plugin.php:181
88
  msgid "Current image:"
89
  msgstr "Aktuelna slika:"
90
 
91
+ #: facebook-button-plugin.php:194
92
  #, fuzzy
93
  msgid "Facebook image:"
94
  msgstr "Facebook slika:"
95
 
96
+ #: facebook-button-plugin.php:198
97
  msgid "Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:\"jpg\", \"jpeg\"."
98
  msgstr "Svojstva slike: maksimalna širina:100px; maksimalna visina:40px; maksimalna veličina:32Kb; tip fajla:\"jpg\", \"jpeg\"."
99
 
100
+ #: facebook-button-plugin.php:206
101
  #, fuzzy
102
  msgid "Facebook Button Position:"
103
  msgstr "Pozicija Facebook Tastera:"
104
 
105
+ #: facebook-button-plugin.php:210
106
  msgid "Before"
107
  msgstr "Pre"
108
 
109
+ #: facebook-button-plugin.php:211
110
  msgid "After"
111
  msgstr "Posle"
112
 
113
+ #: facebook-button-plugin.php:212
114
  msgid "Before and After"
115
  msgstr "Pre i posle"
116
 
117
+ #: facebook-button-plugin.php:213
118
  msgid "Shortcode"
119
  msgstr "Kratki kod"
120
 
121
+ #: facebook-button-plugin.php:215
122
  #, fuzzy
123
  msgid "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:"
124
  msgstr "Ako želite da dodate Facebook taster na vaš vebsajt, jednostavno iskopirajte ovaj kratak kod na vašu stranu ili članak:"
125
 
126
+ #: facebook-button-plugin.php:220
127
  #, fuzzy
128
  msgid "Facebook Button language:"
129
  msgstr "Jezik Facebook tastera"
130
 
131
+ #: facebook-button-plugin.php:331
132
  #, fuzzy
133
  msgid "Change the language of Facebook Like Button"
134
  msgstr "Izaberite jezik za Like taster"
135
 
136
+ #: facebook-button-plugin.php:337
137
  msgid "Save Changes"
138
  msgstr "Sačuvaj Izmene"
139
 
140
+ #: facebook-button-plugin.php:443
141
+ #: facebook-button-plugin.php:455
142
  msgid "Settings"
143
  msgstr "Podešavanja"
144
 
145
+ #: facebook-button-plugin.php:456
146
  msgid "FAQ"
147
  msgstr "FAQ"
148
 
149
+ #: facebook-button-plugin.php:457
150
  msgid "Support"
151
  msgstr "Podrška"
152
 
153
+ #: facebook-button-plugin.php:481
154
+ msgid "requires"
155
+ msgstr ""
156
+
157
+ #: facebook-button-plugin.php:481
158
+ msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
159
+ msgstr ""
160
+
161
+ #: facebook-button-plugin.php:481
162
+ msgid "Back to the WordPress"
163
+ msgstr ""
164
+
165
+ #: facebook-button-plugin.php:481
166
  #, fuzzy
167
+ msgid "Plugins page"
168
+ msgstr "BWS Dodaci"
169
 
170
  #, fuzzy
171
+ #~ msgid "Memory usage"
172
+ #~ msgstr "Moja Strana"
173
  #~ msgid "Activated plugins"
174
  #~ msgstr "Aktivni dodaci"
175
  #~ msgid "Read more"
languages/facebook-tr_TR.mo CHANGED
Binary file
languages/facebook-tr_TR.po CHANGED
@@ -2,156 +2,170 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: facebook\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-09-04 14:30+0300\n"
6
- "PO-Revision-Date: 2013-09-04 14:30+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
 
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "Language: es_ES\n"
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: utf-8\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: facebook-button-plugin.php:32
20
- #: facebook-button-plugin.php:143
21
  #, fuzzy
22
  msgid "Facebook Button Settings"
23
  msgstr "Facebook Butonu Ayarları"
24
 
25
- #: facebook-button-plugin.php:32
26
  #, fuzzy
27
  msgid "Facebook Button"
28
  msgstr "Facebook Butonu"
29
 
30
- #: facebook-button-plugin.php:91
31
  #, fuzzy
32
  msgid "Settings saved"
33
  msgstr "Ayarlar"
34
 
35
- #: facebook-button-plugin.php:113
36
  msgid "Error: File size > 32K"
37
  msgstr "HATA: Dosya boyutu 32KB'tan büyük!"
38
 
39
- #: facebook-button-plugin.php:116
40
  msgid "Error: Invalid file type"
41
  msgstr "HATA: geçersiz dosya uzantısı"
42
 
43
- #: facebook-button-plugin.php:126
44
  msgid "Error: moving file failed"
45
  msgstr "HATA: Dosya taşınamadı!"
46
 
47
- #: facebook-button-plugin.php:130
48
  msgid "Error: check image width or height"
49
  msgstr "HATA: Görselin genişlik ve yüksekliğini kontrol edin."
50
 
51
- #: facebook-button-plugin.php:135
52
  msgid "Uploading Error: check image properties"
53
  msgstr "Yükleme Hatası: Görselin özelliklerini kontol edin."
54
 
55
- #: facebook-button-plugin.php:150
56
  #, fuzzy
57
  msgid "Your Facebook ID:"
58
  msgstr "Facebook ID:"
59
 
60
- #: facebook-button-plugin.php:156
61
  msgid "Display button:"
62
  msgstr ""
63
 
64
- #: facebook-button-plugin.php:158
65
  msgid "My Page"
66
  msgstr ""
67
 
68
- #: facebook-button-plugin.php:159
69
  msgid "Like"
70
  msgstr ""
71
 
72
- #: facebook-button-plugin.php:164
73
  #, fuzzy
74
  msgid "Choose display settings:"
75
  msgstr "Gösterim Şeklini Seçin"
76
 
77
- #: facebook-button-plugin.php:168
78
  #, fuzzy
79
  msgid "Standard Facebook image"
80
  msgstr "Standard Facebook Görseli"
81
 
82
- #: facebook-button-plugin.php:170
83
  #, fuzzy
84
  msgid "Custom Facebook image"
85
  msgstr "Kişisel Facebook Görseli"
86
 
87
- #: facebook-button-plugin.php:177
88
  msgid "Current image:"
89
  msgstr "Şu andaki görsel:"
90
 
91
- #: facebook-button-plugin.php:190
92
  #, fuzzy
93
  msgid "Facebook image:"
94
  msgstr "Facebook görseli:"
95
 
96
- #: facebook-button-plugin.php:194
97
  msgid "Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:\"jpg\", \"jpeg\"."
98
  msgstr "Görsel Özellikleri: maksimum genişlik: 100px; maksimum yükseklik: 40px; maksimum boyut: 32KB; izin verilen uzantılar: \"jpg\", \"jpeg\"."
99
 
100
- #: facebook-button-plugin.php:202
101
  #, fuzzy
102
  msgid "Facebook Button Position:"
103
  msgstr "Facebook Butonunun Konumu"
104
 
105
- #: facebook-button-plugin.php:206
106
  msgid "Before"
107
  msgstr "Önce"
108
 
109
- #: facebook-button-plugin.php:207
110
  msgid "After"
111
  msgstr "Sonra"
112
 
113
- #: facebook-button-plugin.php:208
114
  msgid "Before and After"
115
  msgstr "Önce ve Sonra"
116
 
117
- #: facebook-button-plugin.php:209
118
  msgid "Shortcode"
119
  msgstr "Kısakod Olarak"
120
 
121
- #: facebook-button-plugin.php:211
122
  #, fuzzy
123
  msgid "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:"
124
  msgstr "Web sitenize Facebook butonu yerleştirmek istiyorsanız, aşağıdaki kodu kopyalayın ve sayfanızda/yazınızda butonun görünmesini istediğiniz yere yapıştırın.(HTML editörüyle!)"
125
 
126
- #: facebook-button-plugin.php:216
127
  #, fuzzy
128
  msgid "Facebook Button language:"
129
  msgstr "Facebook Butonu"
130
 
131
- #: facebook-button-plugin.php:327
132
  msgid "Change the language of Facebook Like Button"
133
  msgstr ""
134
 
135
- #: facebook-button-plugin.php:333
136
  msgid "Save Changes"
137
  msgstr "Değişiklikleri Kaydet"
138
 
139
- #: facebook-button-plugin.php:438
140
- #: facebook-button-plugin.php:450
141
  msgid "Settings"
142
  msgstr "Ayarlar"
143
 
144
- #: facebook-button-plugin.php:451
145
  msgid "FAQ"
146
  msgstr "SSS (Sık Sorulan Sorular)"
147
 
148
- #: facebook-button-plugin.php:452
149
  msgid "Support"
150
  msgstr "Destek"
151
 
 
 
 
 
 
 
 
 
 
 
 
 
 
152
  #, fuzzy
153
- #~ msgid "Pro plugins"
154
- #~ msgstr "Плагины BWS"
 
155
  #~ msgid "Activated plugins"
156
  #~ msgstr "Aktif Eklentiler"
157
  #~ msgid "Read more"
2
  msgstr ""
3
  "Project-Id-Version: facebook\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-10-31 16:55+0300\n"
6
+ "PO-Revision-Date: 2013-10-31 16:55+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
9
+ "Language: es_ES\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
 
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: utf-8\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: facebook-button-plugin.php:33
20
+ #: facebook-button-plugin.php:147
21
  #, fuzzy
22
  msgid "Facebook Button Settings"
23
  msgstr "Facebook Butonu Ayarları"
24
 
25
+ #: facebook-button-plugin.php:33
26
  #, fuzzy
27
  msgid "Facebook Button"
28
  msgstr "Facebook Butonu"
29
 
30
+ #: facebook-button-plugin.php:99
31
  #, fuzzy
32
  msgid "Settings saved"
33
  msgstr "Ayarlar"
34
 
35
+ #: facebook-button-plugin.php:121
36
  msgid "Error: File size > 32K"
37
  msgstr "HATA: Dosya boyutu 32KB'tan büyük!"
38
 
39
+ #: facebook-button-plugin.php:124
40
  msgid "Error: Invalid file type"
41
  msgstr "HATA: geçersiz dosya uzantısı"
42
 
43
+ #: facebook-button-plugin.php:132
44
  msgid "Error: moving file failed"
45
  msgstr "HATA: Dosya taşınamadı!"
46
 
47
+ #: facebook-button-plugin.php:135
48
  msgid "Error: check image width or height"
49
  msgstr "HATA: Görselin genişlik ve yüksekliğini kontrol edin."
50
 
51
+ #: facebook-button-plugin.php:139
52
  msgid "Uploading Error: check image properties"
53
  msgstr "Yükleme Hatası: Görselin özelliklerini kontol edin."
54
 
55
+ #: facebook-button-plugin.php:154
56
  #, fuzzy
57
  msgid "Your Facebook ID:"
58
  msgstr "Facebook ID:"
59
 
60
+ #: facebook-button-plugin.php:160
61
  msgid "Display button:"
62
  msgstr ""
63
 
64
+ #: facebook-button-plugin.php:162
65
  msgid "My Page"
66
  msgstr ""
67
 
68
+ #: facebook-button-plugin.php:163
69
  msgid "Like"
70
  msgstr ""
71
 
72
+ #: facebook-button-plugin.php:168
73
  #, fuzzy
74
  msgid "Choose display settings:"
75
  msgstr "Gösterim Şeklini Seçin"
76
 
77
+ #: facebook-button-plugin.php:172
78
  #, fuzzy
79
  msgid "Standard Facebook image"
80
  msgstr "Standard Facebook Görseli"
81
 
82
+ #: facebook-button-plugin.php:174
83
  #, fuzzy
84
  msgid "Custom Facebook image"
85
  msgstr "Kişisel Facebook Görseli"
86
 
87
+ #: facebook-button-plugin.php:181
88
  msgid "Current image:"
89
  msgstr "Şu andaki görsel:"
90
 
91
+ #: facebook-button-plugin.php:194
92
  #, fuzzy
93
  msgid "Facebook image:"
94
  msgstr "Facebook görseli:"
95
 
96
+ #: facebook-button-plugin.php:198
97
  msgid "Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:\"jpg\", \"jpeg\"."
98
  msgstr "Görsel Özellikleri: maksimum genişlik: 100px; maksimum yükseklik: 40px; maksimum boyut: 32KB; izin verilen uzantılar: \"jpg\", \"jpeg\"."
99
 
100
+ #: facebook-button-plugin.php:206
101
  #, fuzzy
102
  msgid "Facebook Button Position:"
103
  msgstr "Facebook Butonunun Konumu"
104
 
105
+ #: facebook-button-plugin.php:210
106
  msgid "Before"
107
  msgstr "Önce"
108
 
109
+ #: facebook-button-plugin.php:211
110
  msgid "After"
111
  msgstr "Sonra"
112
 
113
+ #: facebook-button-plugin.php:212
114
  msgid "Before and After"
115
  msgstr "Önce ve Sonra"
116
 
117
+ #: facebook-button-plugin.php:213
118
  msgid "Shortcode"
119
  msgstr "Kısakod Olarak"
120
 
121
+ #: facebook-button-plugin.php:215
122
  #, fuzzy
123
  msgid "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:"
124
  msgstr "Web sitenize Facebook butonu yerleştirmek istiyorsanız, aşağıdaki kodu kopyalayın ve sayfanızda/yazınızda butonun görünmesini istediğiniz yere yapıştırın.(HTML editörüyle!)"
125
 
126
+ #: facebook-button-plugin.php:220
127
  #, fuzzy
128
  msgid "Facebook Button language:"
129
  msgstr "Facebook Butonu"
130
 
131
+ #: facebook-button-plugin.php:331
132
  msgid "Change the language of Facebook Like Button"
133
  msgstr ""
134
 
135
+ #: facebook-button-plugin.php:337
136
  msgid "Save Changes"
137
  msgstr "Değişiklikleri Kaydet"
138
 
139
+ #: facebook-button-plugin.php:443
140
+ #: facebook-button-plugin.php:455
141
  msgid "Settings"
142
  msgstr "Ayarlar"
143
 
144
+ #: facebook-button-plugin.php:456
145
  msgid "FAQ"
146
  msgstr "SSS (Sık Sorulan Sorular)"
147
 
148
+ #: facebook-button-plugin.php:457
149
  msgid "Support"
150
  msgstr "Destek"
151
 
152
+ #: facebook-button-plugin.php:481
153
+ msgid "requires"
154
+ msgstr ""
155
+
156
+ #: facebook-button-plugin.php:481
157
+ msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
158
+ msgstr ""
159
+
160
+ #: facebook-button-plugin.php:481
161
+ msgid "Back to the WordPress"
162
+ msgstr ""
163
+
164
+ #: facebook-button-plugin.php:481
165
  #, fuzzy
166
+ msgid "Plugins page"
167
+ msgstr "Плагины BWS"
168
+
169
  #~ msgid "Activated plugins"
170
  #~ msgstr "Aktif Eklentiler"
171
  #~ msgid "Read more"
languages/facebook-uk.mo CHANGED
Binary file
languages/facebook-uk.po CHANGED
@@ -2,23 +2,24 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: facebook\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-10-02 14:27+0300\n"
6
- "PO-Revision-Date: 2013-10-02 14:27+0300\n"
7
  "Last-Translator: \n"
8
- "Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
 
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "Language: ua_UA\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.5\n"
17
  "X-Poedit-Language: Ukrainian\n"
 
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
  #: facebook-button-plugin.php:33
21
- #: facebook-button-plugin.php:157
22
  msgid "Facebook Button Settings"
23
  msgstr "Установки кнопки Facebook"
24
 
@@ -26,166 +27,132 @@ msgstr "Установки кнопки Facebook"
26
  msgid "Facebook Button"
27
  msgstr "кнопка FaceBook"
28
 
29
- #: facebook-button-plugin.php:105
30
  msgid "Settings saved"
31
  msgstr "Установки збережені"
32
 
33
- #: facebook-button-plugin.php:127
34
  msgid "Error: File size > 32K"
35
  msgstr "Помилка: Розмір файлу> 32K"
36
 
37
- #: facebook-button-plugin.php:130
38
  msgid "Error: Invalid file type"
39
  msgstr "Помилка: Невірний тип файлу"
40
 
41
- #: facebook-button-plugin.php:140
42
  msgid "Error: moving file failed"
43
  msgstr "Помилка: не вдалося Переміщення файлів"
44
 
45
- #: facebook-button-plugin.php:144
46
  msgid "Error: check image width or height"
47
  msgstr "Помилка: Перевірте ширину або висоту зображення"
48
 
49
- #: facebook-button-plugin.php:149
50
  msgid "Uploading Error: check image properties"
51
  msgstr "Помилка Завантаження: Перевірте властивості зображення"
52
 
53
- #: facebook-button-plugin.php:164
54
  msgid "Your Facebook ID:"
55
  msgstr "ID вашого Facebook акаунту"
56
 
57
- #: facebook-button-plugin.php:170
58
  msgid "Display button:"
59
  msgstr "Відображати кнопку:"
60
 
61
- #: facebook-button-plugin.php:172
62
  msgid "My Page"
63
  msgstr "Моя сторінка"
64
 
65
- #: facebook-button-plugin.php:173
66
  msgid "Like"
67
  msgstr "Like"
68
 
69
- #: facebook-button-plugin.php:178
70
  msgid "Choose display settings:"
71
  msgstr "Виберіть відображати установки:"
72
 
73
- #: facebook-button-plugin.php:182
74
  msgid "Standard Facebook image"
75
  msgstr "Стандартне зображення FaceBook "
76
 
77
- #: facebook-button-plugin.php:184
78
  msgid "Custom Facebook image"
79
  msgstr "Кастомне м FaceBook"
80
 
81
- #: facebook-button-plugin.php:191
82
  msgid "Current image:"
83
  msgstr "Поточне зображення:"
84
 
85
- #: facebook-button-plugin.php:204
86
  msgid "Facebook image:"
87
  msgstr "Зображення FaceBook :"
88
 
89
- #: facebook-button-plugin.php:208
90
  msgid "Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:\"jpg\", \"jpeg\"."
91
  msgstr "Властивості зображення: максимальна ширина зображення:1 00px; Максимальна висота зображення: 40px; максимальний розмір зображення: 32Kb; Зображення типів:\"jpg\", \"jpeg\"."
92
 
93
- #: facebook-button-plugin.php:216
94
  msgid "Facebook Button Position:"
95
  msgstr "Розташування кнопки FaceBook:"
96
 
97
- #: facebook-button-plugin.php:220
98
  msgid "Before"
99
  msgstr "Перш ніж"
100
 
101
- #: facebook-button-plugin.php:221
102
  msgid "After"
103
  msgstr "Після того як"
104
 
105
- #: facebook-button-plugin.php:222
106
  msgid "Before and After"
107
  msgstr "До і після"
108
 
109
- #: facebook-button-plugin.php:223
110
  msgid "Shortcode"
111
  msgstr "Шорткод"
112
 
113
- #: facebook-button-plugin.php:225
114
  msgid "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:"
115
  msgstr "Якщо ви хочете додати кнопку FaceBook на ваш сайт, просто скопіюйте і помістіть цей шорткод на у пост або на сторінку:"
116
 
117
- #: facebook-button-plugin.php:230
118
  msgid "Facebook Button language:"
119
  msgstr "Мова кнопки FaceBook:"
120
 
121
- #: facebook-button-plugin.php:341
122
  msgid "Change the language of Facebook Like Button"
123
  msgstr "Змінити мову для конпки Like Facebook"
124
 
125
- #: facebook-button-plugin.php:347
126
  msgid "Save Changes"
127
  msgstr "Зберегти зміни"
128
 
129
- #: facebook-button-plugin.php:452
130
- #: facebook-button-plugin.php:464
131
  msgid "Settings"
132
  msgstr "Установки"
133
 
134
- #: facebook-button-plugin.php:465
135
  msgid "FAQ"
136
  msgstr "Часті питання"
137
 
138
- #: facebook-button-plugin.php:466
139
  msgid "Support"
140
  msgstr "Підтримка"
141
 
142
- #, fuzzy
143
- #~ msgid "Memory usage"
144
- #~ msgstr "Моя сторінка"
145
-
146
- #, fuzzy
147
- #~ msgid "Pro plugins"
148
- #~ msgstr "Плагины BWS"
149
- #~ msgid "Activated plugins"
150
- #~ msgstr "Активоване плагіни"
151
- #~ msgid "Read more"
152
- #~ msgstr "Читати далі"
153
- #~ msgid "Installed plugins"
154
- #~ msgstr "Встановлені плагіни"
155
- #~ msgid "Recommended plugins"
156
- #~ msgstr "Рекомендовані плагіни"
157
-
158
- #, fuzzy
159
- #~ msgid "Free plugins"
160
- #~ msgstr "Рекомендовані плагіни"
161
- #~ msgid "Download"
162
- #~ msgstr "Завантажити"
163
- #~ msgid "Install %s"
164
- #~ msgstr "Встановіть %s"
165
- #~ msgid "Install now from wordpress.org"
166
- #~ msgstr "Встановити зараз від wordpress.org"
167
-
168
- #, fuzzy
169
- #~ msgid "Active Plugins"
170
- #~ msgstr "Активоване плагіни"
171
-
172
- #, fuzzy
173
- #~ msgid "Inactive Plugins"
174
- #~ msgstr "Активоване плагіни"
175
-
176
- #, fuzzy
177
- #~ msgid "Send to support"
178
- #~ msgstr "Підтримка"
179
-
180
- #, fuzzy
181
- #~ msgid ""
182
- #~ "If you have any questions, please contact us via plugin@bestwebsoft.com "
183
- #~ "or fill out the contact form on our website"
184
- #~ msgstr ""
185
- #~ "Якщо у Вас виникли питання, будь ласка, зв'яжіться з нами через "
186
- #~ "plugin@bestwebsoft.com або заповнити контактну форму на нашому сайті"
187
- #~ msgid "Options saved."
188
- #~ msgstr "Налаштування збережені."
189
- #~ msgid "Install Now"
190
- #~ msgstr "Установить сейчас"
191
 
2
  msgstr ""
3
  "Project-Id-Version: facebook\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-10-31 16:54+0300\n"
6
+ "PO-Revision-Date: 2013-10-31 16:55+0300\n"
7
  "Last-Translator: \n"
8
+ "Language-Team: BestWebSoft <plugin@bestwebsoft.com>\n"
9
+ "Language: ua_UA\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
 
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "X-Generator: Poedit 1.5.5\n"
17
  "X-Poedit-Language: Ukrainian\n"
18
+ "X-Poedit-Country: UKRAINE\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
  #: facebook-button-plugin.php:33
22
+ #: facebook-button-plugin.php:147
23
  msgid "Facebook Button Settings"
24
  msgstr "Установки кнопки Facebook"
25
 
27
  msgid "Facebook Button"
28
  msgstr "кнопка FaceBook"
29
 
30
+ #: facebook-button-plugin.php:99
31
  msgid "Settings saved"
32
  msgstr "Установки збережені"
33
 
34
+ #: facebook-button-plugin.php:121
35
  msgid "Error: File size > 32K"
36
  msgstr "Помилка: Розмір файлу> 32K"
37
 
38
+ #: facebook-button-plugin.php:124
39
  msgid "Error: Invalid file type"
40
  msgstr "Помилка: Невірний тип файлу"
41
 
42
+ #: facebook-button-plugin.php:132
43
  msgid "Error: moving file failed"
44
  msgstr "Помилка: не вдалося Переміщення файлів"
45
 
46
+ #: facebook-button-plugin.php:135
47
  msgid "Error: check image width or height"
48
  msgstr "Помилка: Перевірте ширину або висоту зображення"
49
 
50
+ #: facebook-button-plugin.php:139
51
  msgid "Uploading Error: check image properties"
52
  msgstr "Помилка Завантаження: Перевірте властивості зображення"
53
 
54
+ #: facebook-button-plugin.php:154
55
  msgid "Your Facebook ID:"
56
  msgstr "ID вашого Facebook акаунту"
57
 
58
+ #: facebook-button-plugin.php:160
59
  msgid "Display button:"
60
  msgstr "Відображати кнопку:"
61
 
62
+ #: facebook-button-plugin.php:162
63
  msgid "My Page"
64
  msgstr "Моя сторінка"
65
 
66
+ #: facebook-button-plugin.php:163
67
  msgid "Like"
68
  msgstr "Like"
69
 
70
+ #: facebook-button-plugin.php:168
71
  msgid "Choose display settings:"
72
  msgstr "Виберіть відображати установки:"
73
 
74
+ #: facebook-button-plugin.php:172
75
  msgid "Standard Facebook image"
76
  msgstr "Стандартне зображення FaceBook "
77
 
78
+ #: facebook-button-plugin.php:174
79
  msgid "Custom Facebook image"
80
  msgstr "Кастомне м FaceBook"
81
 
82
+ #: facebook-button-plugin.php:181
83
  msgid "Current image:"
84
  msgstr "Поточне зображення:"
85
 
86
+ #: facebook-button-plugin.php:194
87
  msgid "Facebook image:"
88
  msgstr "Зображення FaceBook :"
89
 
90
+ #: facebook-button-plugin.php:198
91
  msgid "Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:\"jpg\", \"jpeg\"."
92
  msgstr "Властивості зображення: максимальна ширина зображення:1 00px; Максимальна висота зображення: 40px; максимальний розмір зображення: 32Kb; Зображення типів:\"jpg\", \"jpeg\"."
93
 
94
+ #: facebook-button-plugin.php:206
95
  msgid "Facebook Button Position:"
96
  msgstr "Розташування кнопки FaceBook:"
97
 
98
+ #: facebook-button-plugin.php:210
99
  msgid "Before"
100
  msgstr "Перш ніж"
101
 
102
+ #: facebook-button-plugin.php:211
103
  msgid "After"
104
  msgstr "Після того як"
105
 
106
+ #: facebook-button-plugin.php:212
107
  msgid "Before and After"
108
  msgstr "До і після"
109
 
110
+ #: facebook-button-plugin.php:213
111
  msgid "Shortcode"
112
  msgstr "Шорткод"
113
 
114
+ #: facebook-button-plugin.php:215
115
  msgid "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:"
116
  msgstr "Якщо ви хочете додати кнопку FaceBook на ваш сайт, просто скопіюйте і помістіть цей шорткод на у пост або на сторінку:"
117
 
118
+ #: facebook-button-plugin.php:220
119
  msgid "Facebook Button language:"
120
  msgstr "Мова кнопки FaceBook:"
121
 
122
+ #: facebook-button-plugin.php:331
123
  msgid "Change the language of Facebook Like Button"
124
  msgstr "Змінити мову для конпки Like Facebook"
125
 
126
+ #: facebook-button-plugin.php:337
127
  msgid "Save Changes"
128
  msgstr "Зберегти зміни"
129
 
130
+ #: facebook-button-plugin.php:443
131
+ #: facebook-button-plugin.php:455
132
  msgid "Settings"
133
  msgstr "Установки"
134
 
135
+ #: facebook-button-plugin.php:456
136
  msgid "FAQ"
137
  msgstr "Часті питання"
138
 
139
+ #: facebook-button-plugin.php:457
140
  msgid "Support"
141
  msgstr "Підтримка"
142
 
143
+ #: facebook-button-plugin.php:481
144
+ msgid "requires"
145
+ msgstr "потребує"
146
+
147
+ #: facebook-button-plugin.php:481
148
+ msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
149
+ msgstr "чи вище, тому він був деактивований! Будь ласка оновіть WordPress та спробуйте ще раз."
150
+
151
+ #: facebook-button-plugin.php:481
152
+ msgid "Back to the WordPress"
153
+ msgstr "Повернутися до WordPress на"
154
+
155
+ #: facebook-button-plugin.php:481
156
+ msgid "Plugins page"
157
+ msgstr "Сторінку плагинів"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
158
 
readme.txt CHANGED
@@ -1,10 +1,10 @@
1
- === Facebook Like Button Plugin ===
2
  Contributors: bestwebsoft
3
  Donate link: https://www.2checkout.com/checkout/purchase?sid=1430388&quantity=10&product_id=13
4
  Tags: Facebook, Facebook Button, Like, Like button, Share, Share button, Facebook like, Facebook like button, Facebook button like, Button like, Facebook share, Facebook share button, Facebook button share
5
  Requires at least: 3.0
6
- Tested up to: 3.6.1
7
- Stable tag: 2.23
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -14,7 +14,7 @@ Add Facebook button to your WordPress website.
14
 
15
  Facebook Like Button Plugin allows you to add a Follow button the easiest way.
16
 
17
- <a href="http://wordpress.org/extend/plugins/facebook-button-plugin/faq/" target="_blank">FAQ</a>
18
  <a href="http://support.bestwebsoft.com" target="_blank">Support</a>
19
 
20
  = Features =
@@ -24,6 +24,13 @@ Facebook Like Button Plugin allows you to add a Follow button the easiest way.
24
  * Display: Select the button position: before the content, after, before and after or using a shortcode.
25
  * Display: Use a standard image or replace it with some other image.
26
 
 
 
 
 
 
 
 
27
  = Translation =
28
 
29
  * Arabic (ar_AR) (thanks to Albayan Design Hani Aladoli)
@@ -90,6 +97,12 @@ In WordPress admin panel go to "Settings", find the Facebook Button Plugin setti
90
 
91
  == Changelog ==
92
 
 
 
 
 
 
 
93
  = V2.23 - 02.10.2013 =
94
  * Update : We updated all functionality for wordpress 3.6.1.
95
  * Update : The Ukrainian language file is added to the plugin.
@@ -103,7 +116,7 @@ In WordPress admin panel go to "Settings", find the Facebook Button Plugin setti
103
  * Update : We updated all functionality for wordpress 3.5.2.
104
 
105
  = V2.20 - 27.05.2013 =
106
- * Bugfix : The error related to creation the path to the Facebook button image is fixed.
107
  * Update : BWS plugins section is updated.
108
 
109
  = V2.19 - 17.04.2013 =
@@ -163,6 +176,7 @@ In WordPress admin panel go to "Settings", find the Facebook Button Plugin setti
163
  = V2.04 - 22.08.2011 =
164
  * Bugfix : BWS Plugin's menu section was fixed and right now it is consisted of 3 parts: activated, installed and recommended plugins.
165
  * Bugfix : The bug of positioning in admin menu is fixed.
 
166
  * Changed : Facebook button plugin functionality was changed in connection with the change of Facebook API.
167
 
168
  = V2.03 - 14.07.2011 =
@@ -180,6 +194,9 @@ In WordPress admin panel go to "Settings", find the Facebook Button Plugin setti
180
 
181
  == Upgrade Notice ==
182
 
 
 
 
183
  = V2.23 =
184
  We updated all functionality for wordpress 3.6.1. The Ukrainian language file is added to the plugin.
185
 
1
+ === Facebook Like Button ===
2
  Contributors: bestwebsoft
3
  Donate link: https://www.2checkout.com/checkout/purchase?sid=1430388&quantity=10&product_id=13
4
  Tags: Facebook, Facebook Button, Like, Like button, Share, Share button, Facebook like, Facebook like button, Facebook button like, Button like, Facebook share, Facebook share button, Facebook button share
5
  Requires at least: 3.0
6
+ Tested up to: 3.7.1
7
+ Stable tag: 2.24
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
14
 
15
  Facebook Like Button Plugin allows you to add a Follow button the easiest way.
16
 
17
+ <a href="http://wordpress.org/plugins/facebook-button-plugin/faq/" target="_blank">FAQ</a>
18
  <a href="http://support.bestwebsoft.com" target="_blank">Support</a>
19
 
20
  = Features =
24
  * Display: Select the button position: before the content, after, before and after or using a shortcode.
25
  * Display: Use a standard image or replace it with some other image.
26
 
27
+ = Recommended Plugins =
28
+
29
+ The author of the Facebook Like Button also recommends the following plugins:
30
+
31
+ * <a href="http://wordpress.org/plugins/updater/">Updater</a> - This plugin updates WordPress core and the plugins to the recent versions. You can also use the auto mode or manual mode for updating and set email notifications.
32
+ There is also a premium version of the plugin <a href="http://bestwebsoft.com/plugin/updater-pro/?k=5019f1216fc048f1419fe4645da69381">Updater Pro</a> with more useful features available. It allows to update plugins and WordPress core on several websites. It can make backup of all your files and database before updating.
33
+
34
  = Translation =
35
 
36
  * Arabic (ar_AR) (thanks to Albayan Design Hani Aladoli)
97
 
98
  == Changelog ==
99
 
100
+ = V2.24 - 31.10.2013 =
101
+ * NEW : Add checking installed wordpress version.
102
+ * Update : Activation of radio button or checkbox by clicking on its label.
103
+ * Update : We updated all functionality for wordpress 3.7.1.
104
+ * Bugfix : Problem with undefined variable post_ID for multisite fixed.
105
+
106
  = V2.23 - 02.10.2013 =
107
  * Update : We updated all functionality for wordpress 3.6.1.
108
  * Update : The Ukrainian language file is added to the plugin.
116
  * Update : We updated all functionality for wordpress 3.5.2.
117
 
118
  = V2.20 - 27.05.2013 =
119
+ * Bugfix : The error related to creation the path to the Facebook button image is fixed.
120
  * Update : BWS plugins section is updated.
121
 
122
  = V2.19 - 17.04.2013 =
176
  = V2.04 - 22.08.2011 =
177
  * Bugfix : BWS Plugin's menu section was fixed and right now it is consisted of 3 parts: activated, installed and recommended plugins.
178
  * Bugfix : The bug of positioning in admin menu is fixed.
179
+
180
  * Changed : Facebook button plugin functionality was changed in connection with the change of Facebook API.
181
 
182
  = V2.03 - 14.07.2011 =
194
 
195
  == Upgrade Notice ==
196
 
197
+ = V2.24 =
198
+ Add checking installed wordpress version. Activation of radio button or checkbox by clicking on its label. We updated all functionality for wordpress 3.7.1. Problem with undefined variable post_ID for multisite fixed.
199
+
200
  = V2.23 =
201
  We updated all functionality for wordpress 3.6.1. The Ukrainian language file is added to the plugin.
202
 
screenshot-1.jpg CHANGED
File without changes
screenshot-2.jpg CHANGED
File without changes
screenshot-3.jpg CHANGED
File without changes
screenshot-4.jpg CHANGED
File without changes
screenshot-5.jpg CHANGED
File without changes