Facebook Button by BestWebSoft - Version 2.41

Version Description

  • 16.07.2015 =
  • Update : Ability to use the current site language for Facebook buttons (Using Multilanguage by BestWebSoft).
  • Bugfix : We fixed the 'share' button displaying bug (when the shortcode is used).
Download this release

Release Info

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

Code changes from version 2.40 to 2.41

bws_menu/bws_menu.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Function for displaying BestWebSoft menu
4
- * Version: 1.6.5
5
  */
6
 
7
  if ( ! function_exists ( 'bws_admin_enqueue_scripts' ) )
@@ -438,7 +438,10 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
438
  'link' => 'http://bestwebsoft.com/products/visitors-online/?k=93c28013a4f830671b3bba9502ed5177&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
439
  'download' => 'http://bestwebsoft.com/products/visitors-online/download/?k=93c28013a4f830671b3bba9502ed5177&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
440
  'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Visitors+online+BestWebSoft&plugin-search-input=Search+Plugins',
441
- 'settings' => 'admin.php?page=visitors-online.php'
 
 
 
442
  )
443
  );
444
 
@@ -967,6 +970,7 @@ if ( ! function_exists( 'bws_get_banner_array' ) ) {
967
  function bws_get_banner_array() {
968
  global $bstwbsftwppdtplgns_banner_array;
969
  $bstwbsftwppdtplgns_banner_array = array(
 
970
  array( 'cstmsrch_hide_banner_on_plugin_page', 'custom-search-plugin/custom-search-plugin.php', '1.28' ),
971
  array( 'prtfl_hide_banner_on_plugin_page', 'portfolio/portfolio.php', '2.33' ),
972
  array( 'rlt_hide_banner_on_plugin_page', 'realty/realty.php', '1.0.0' ),
@@ -990,7 +994,7 @@ if ( ! function_exists( 'bws_get_banner_array' ) ) {
990
  array( 'cntctfrm_hide_banner_on_plugin_page', 'contact-form-plugin/contact_form.php', '3.47' ),
991
  array( 'cptch_hide_banner_on_plugin_page', 'captcha/captcha.php', '3.8.4' ),
992
  array( 'gllr_hide_banner_on_plugin_page', 'gallery-plugin/gallery-plugin.php', '3.9.1' ),
993
- array( 'cntctfrm_for_ctfrmtdb_hide_banner_on_plugin_page', 'contact-form-plugin/contact_form.php', '3.62' ),
994
  );
995
  }
996
  }
1
  <?php
2
  /*
3
  * Function for displaying BestWebSoft menu
4
+ * Version: 1.6.6
5
  */
6
 
7
  if ( ! function_exists ( 'bws_admin_enqueue_scripts' ) )
438
  'link' => 'http://bestwebsoft.com/products/visitors-online/?k=93c28013a4f830671b3bba9502ed5177&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
439
  'download' => 'http://bestwebsoft.com/products/visitors-online/download/?k=93c28013a4f830671b3bba9502ed5177&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
440
  'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Visitors+online+BestWebSoft&plugin-search-input=Search+Plugins',
441
+ 'settings' => 'admin.php?page=visitors-online.php',
442
+ 'pro_version' => 'visitors-online-pro/visitors-online-pro.php',
443
+ 'purchase' => 'http://bestwebsoft.com/products/visitors-online/buy/?k=f9a746075ff8a0a6cb192cb46526afd2&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
444
+ 'pro_settings' => 'admin.php?page=visitors-online-pro.php'
445
  )
446
  );
447
 
970
  function bws_get_banner_array() {
971
  global $bstwbsftwppdtplgns_banner_array;
972
  $bstwbsftwppdtplgns_banner_array = array(
973
+ array( 'vstrsnln_hide_banner_on_plugin_page', 'visitors-online/visitors-online.php', '0.2' ),
974
  array( 'cstmsrch_hide_banner_on_plugin_page', 'custom-search-plugin/custom-search-plugin.php', '1.28' ),
975
  array( 'prtfl_hide_banner_on_plugin_page', 'portfolio/portfolio.php', '2.33' ),
976
  array( 'rlt_hide_banner_on_plugin_page', 'realty/realty.php', '1.0.0' ),
994
  array( 'cntctfrm_hide_banner_on_plugin_page', 'contact-form-plugin/contact_form.php', '3.47' ),
995
  array( 'cptch_hide_banner_on_plugin_page', 'captcha/captcha.php', '3.8.4' ),
996
  array( 'gllr_hide_banner_on_plugin_page', 'gallery-plugin/gallery-plugin.php', '3.9.1' ),
997
+ array( 'cntctfrm_for_ctfrmtdb_hide_banner_on_plugin_page', 'contact-form-plugin/contact_form.php', '3.62' )
998
  );
999
  }
1000
  }
facebook-button-plugin.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Facebook Button by BestWebSoft
4
  Plugin URI: http://bestwebsoft.com/products/
5
  Description: Put Facebook Button in to your post.
6
  Author: BestWebSoft
7
- Version: 2.40
8
  Author URI: http://bestwebsoft.com/
9
  License: GPLv2 or later
10
  */
@@ -37,7 +37,7 @@ if ( ! function_exists( 'fcbkbttn_add_pages' ) ) {
37
  /* Initialization */
38
  if ( ! function_exists( 'fcbkbttn_init' ) ) {
39
  function fcbkbttn_init() {
40
- global $fcbkbttn_plugin_info;
41
  /* Internationalization, first(!) */
42
  load_plugin_textdomain( 'facebook', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' );
43
 
@@ -56,6 +56,10 @@ if ( ! function_exists( 'fcbkbttn_init' ) ) {
56
  if ( ! is_admin() || ( isset( $_GET['page'] ) && ( "facebook-button-plugin.php" == $_GET['page'] || "social-buttons.php" == $_GET['page'] ) ) ) {
57
  /* Get/Register and check settings for plugin */
58
  fcbkbttn_settings();
 
 
 
 
59
  }
60
  }
61
  }
@@ -79,18 +83,19 @@ if ( ! function_exists( 'fcbkbttn_settings' ) ) {
79
  global $fcbkbttn_options, $fcbkbttn_plugin_info, $fcbkbttn_options_default;
80
 
81
  $fcbkbttn_options_default = array(
82
- 'plugin_option_version' => $fcbkbttn_plugin_info["Version"],
83
- 'link' => '',
84
- 'my_page' => 1,
85
- 'like' => 1,
86
- 'share' => 0,
87
- 'where' => '',
88
- 'display_option' => 'standard',
89
- 'count_icon' => 1,
90
- 'extention' => 'png',
91
- 'fb_img_link' => plugins_url( "images/standard-facebook-ico.png", __FILE__ ),
92
- 'locale' => 'en_US',
93
- 'html5' => 0
 
94
  );
95
  /* Install the option defaults */
96
  if ( ! get_option( 'fcbk_bttn_plgn_options' ) ) {
@@ -98,7 +103,7 @@ if ( ! function_exists( 'fcbkbttn_settings' ) ) {
98
  $old_options = get_option( 'fcbk_bttn_plgn_options_array' );
99
  foreach ( $fcbkbttn_options_default as $key => $value ) {
100
  if ( isset( $old_options['fcbk_bttn_plgn_' . $key] ) )
101
- $fcbkbttn_options_default[$key] = $old_options['fcbk_bttn_plgn_' . $key];
102
  }
103
  update_option( 'fcbk_bttn_plgn_options', $fcbkbttn_options_default );
104
  delete_option( 'fcbk_bttn_plgn_options_array' );
@@ -128,40 +133,47 @@ if ( ! function_exists( 'fcbkbttn_settings' ) ) {
128
  /* Function formed content of the plugin's admin page. */
129
  if ( ! function_exists( 'fcbkbttn_settings_page' ) ) {
130
  function fcbkbttn_settings_page() {
131
- global $fcbkbttn_options, $wp_version, $fcbkbttn_plugin_info, $fcbkbttn_options_default;
132
  $message = $error = "";
133
  $upload_dir = wp_upload_dir();
134
  $plugin_basename = plugin_basename( __FILE__ );
135
 
 
 
 
 
 
 
136
  if ( isset( $_REQUEST['fcbkbttn_form_submit'] ) && check_admin_referer( $plugin_basename, 'fcbkbttn_nonce_name' ) ) {
137
  /* Takes all the changed settings on the plugin's admin page and saves them in array 'fcbk_bttn_plgn_options'. */
138
- if ( isset( $_REQUEST['fcbkbttn_where'] ) && isset( $_REQUEST['fcbkbttn_link'] ) && isset( $_REQUEST['fcbkbttn_display_option'] ) ) {
139
- $fcbkbttn_options['link'] = stripslashes( esc_html( $_REQUEST['fcbkbttn_link'] ) );
140
- $fcbkbttn_options['link'] = str_replace( 'https://www.facebook.com/profile.php?id=', '', $fcbkbttn_options['link'] );
141
- $fcbkbttn_options['link'] = str_replace( 'https://www.facebook.com/', '', $fcbkbttn_options['link'] );
142
-
143
- $fcbkbttn_options['where'] = $_REQUEST['fcbkbttn_where'];
144
- $fcbkbttn_options['display_option'] = $_REQUEST['fcbkbttn_display_option'];
145
- if ( 'standard' == $fcbkbttn_options['display_option'] ) {
146
- $fcbkbttn_options['fb_img_link'] = plugins_url( 'images/standard-facebook-ico.png', __FILE__ );
147
- }
148
- $fcbkbttn_options['my_page'] = isset( $_REQUEST['fcbkbttn_my_page'] ) ? 1 : 0 ;
149
- $fcbkbttn_options['like'] = isset( $_REQUEST['fcbkbttn_like'] ) ? 1 : 0 ;
150
- $fcbkbttn_options['share'] = isset( $_REQUEST['fcbkbttn_share'] ) ? 1 : 0 ;
151
- $fcbkbttn_options['locale'] = $_REQUEST['fcbkbttn_locale'];
152
- $fcbkbttn_options['html5'] = $_REQUEST['fcbkbttn_html5'];
153
- if ( isset( $_FILES['uploadfile']['tmp_name'] ) && $_FILES['uploadfile']['tmp_name'] != "" ) {
154
- $fcbkbttn_options['count_icon'] = $fcbkbttn_options['count_icon'] + 1;
155
- $file_ext = wp_check_filetype( $_FILES['uploadfile']['name'] );
156
- $fcbkbttn_options['extention'] = $file_ext['ext'];
157
- }
158
-
159
- if ( 2 < $fcbkbttn_options['count_icon'] )
160
- $fcbkbttn_options['count_icon'] = 1;
161
- update_option( 'fcbk_bttn_plgn_options', $fcbkbttn_options );
162
- $message = __( "Settings saved", 'facebook' );
163
  }
164
- /* Form options */
 
 
 
 
 
 
 
 
165
  if ( isset( $_FILES['uploadfile']['tmp_name'] ) && "" != $_FILES['uploadfile']['tmp_name'] ) {
166
  if ( ! $upload_dir["error"] ) {
167
  $fcbkbttn_cstm_mg_folder = $upload_dir['basedir'] . '/facebook-image';
@@ -188,7 +200,7 @@ if ( ! function_exists( 'fcbkbttn_settings_page' ) ) {
188
  if ( filesize( $filename ) > $max_image_size ) {
189
  $error = __( "Error: File size > 32K", 'facebook' );
190
  }
191
- elseif ( ! in_array( $ext, $valid_types ) ) {
192
  $error = __( "Error: Invalid file type", 'facebook' );
193
  } else {
194
  $size = GetImageSize( $filename );
@@ -215,12 +227,9 @@ if ( ! function_exists( 'fcbkbttn_settings_page' ) ) {
215
  $error = __( "Uploading Error: check image properties", 'facebook' );
216
  }
217
  }
218
- }
219
  }
220
 
221
- $lang_codes = array(
222
- "af_ZA" => 'Afrikaans', "ar_AR" => 'العربية', "ay_BO" => 'Aymar aru', "az_AZ" => 'Azərbaycan dili', "be_BY" => 'Беларуская', "bg_BG" => 'Български', "bn_IN" => 'বাংলা', "bs_BA" => 'Bosanski', "ca_ES" => 'Català', "ck_US" => 'Cherokee', "cs_CZ" => 'Čeština', "cy_GB" => 'Cymraeg', "da_DK" => 'Dansk', "de_DE" => 'Deutsch', "el_GR" => 'Ελληνικά', "en_US" => 'English', "en_PI" => 'English (Pirate)', "eo_EO" => 'Esperanto', "es_CL" => 'Español (Chile)', "es_CO" => 'Español (Colombia)', "es_ES" => 'Español (España)', "es_LA" => 'Español', "es_MX" => 'Español (México)', "es_VE" => 'Español (Venezuela)', "et_EE" => 'Eesti', "eu_ES" => 'Euskara', "fa_IR" => 'فارسی', "fb_LT" => 'Leet Speak', "fi_FI" => 'Suomi', "fo_FO" => 'Føroyskt', "fr_CA" => 'Français (Canada)', "fr_FR" => 'Français (France)', "fy_NL" => 'Frysk', "ga_IE" => 'Gaeilge', "gl_ES" => 'Galego', "gn_PY" => "Avañe'ẽ", "gu_IN" => 'ગુજરાતી', "gx_GR" => 'Ἑλληνική ἀρχαία', "he_IL" => 'עברית', "hi_IN" => 'हिन्दी', "hr_HR" => 'Hrvatski', "hu_HU" => 'Magyar', "hy_AM" => 'Հայերեն', "id_ID" => 'Bahasa Indonesia', "is_IS" => 'Íslenska', "it_IT" => 'Italiano', "ja_JP" => '日本語', "jv_ID" => 'Basa Jawa', "ka_GE" => 'ქართული', "kk_KZ" => 'Қазақша', "km_KH" => 'ភាសាខ្មែរ', "kn_IN" => 'ಕನ್ನಡ', "ko_KR" => '한국어', "ku_TR" => 'Kurdî', "la_VA" => 'lingua latina', "li_NL" => 'Limburgs', "lt_LT" => 'Lietuvių', "lv_LV" => 'Latviešu', "mg_MG" => 'Malagasy', "mk_MK" => 'Македонски', "ml_IN" => 'മലയാളം', "mn_MN" => 'Монгол', "mr_IN" => 'मराठी', "ms_MY" => 'Bahasa Melayu', "mt_MT" => 'Malti', "nb_NO" => 'Norsk (bokmål)', "ne_NP" => 'नेपाली', "nl_BE" => 'Nederlands (België)', "nl_NL" => 'Nederlands', "nn_NO" => 'Norsk (nynorsk)', "pa_IN" => 'ਪੰਜਾਬੀ', "pl_PL" => 'Polski', "ps_AF" => 'پښتو', "pt_BR" => 'Português (Brasil)', "pt_PT" => 'Português (Portugal)', "qu_PE" => 'Qhichwa', "rm_CH" => 'Rumantsch', "ro_RO" => 'Română', "ru_RU" => 'Русский', "sa_IN" => 'संस्कृतम्', "se_NO" => 'Davvisámegiella', "sk_SK" => 'Slovenčina', "sl_SI" => 'Slovenščina', "so_SO" => 'Soomaaliga', "sq_AL" => 'Shqip', "sr_RS" => 'Српски', "sv_SE" => 'Svenska', "sw_KE" => 'Kiswahili', "sy_SY" => 'ܐܪܡܝܐ', "ta_IN" => 'தமிழ்', "te_IN" => 'తెలుగు', "tg_TJ" => 'тоҷикӣ', "th_TH" => 'ภาษาไทย', "tl_PH" => 'Filipino', "tl_ST" => 'tlhIngan-Hol', "tr_TR" => 'Türkçe', "tt_RU" => 'Татарча', "uk_UA" => 'Українська', "ur_PK" => 'اردو', "uz_UZ" => "O'zbek", "vi_VN" => 'Tiếng Việt', "yi_DE" => 'ייִדיש', "zh_CN" => '中文(简体)', "zh_HK" => '中文(香港)', "zh_TW" => '中文(台灣)', "zu_ZA" => 'isiZulu'
223
- );
224
  /*## add restore function */
225
  if ( isset( $_REQUEST['bws_restore_confirm'] ) && check_admin_referer( $plugin_basename, 'bws_settings_nonce_name' ) ) {
226
  $fcbkbttn_options = $fcbkbttn_options_default;
@@ -317,15 +326,33 @@ if ( ! function_exists( 'fcbkbttn_settings_page' ) ) {
317
  <?php _e( "Facebook buttons language", 'facebook' ); ?>
318
  </th>
319
  <td>
320
- <select name="fcbkbttn_locale">
321
- <?php foreach ( $lang_codes as $key => $val ) {
322
- echo '<option value="' . $key . '"';
323
- if ( $key == $fcbkbttn_options['locale'] )
324
- echo ' selected="selected"';
325
- echo '>' . esc_html ( $val ) . '</option>';
326
- } ?>
327
- </select>
328
- <span class="bws_info"><?php _e( 'Change the language of Facebook Like Button', 'facebook' ); ?></span>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
329
  </td>
330
  </tr>
331
  <tr valign="top">
@@ -486,12 +513,13 @@ if ( ! function_exists( 'fcbkbttn_display_button' ) ) {
486
  /* Function 'fcbk_bttn_plgn_shortcode' are using to create shortcode by Facebook Button. */
487
  if ( ! function_exists( 'fcbkbttn_shortcode' ) ) {
488
  function fcbkbttn_shortcode( $content ) {
489
- global $post, $fcbkbttn_options;
490
  $fcbkbttn_where = $fcbkbttn_options['where'];
491
  $permalink_post = get_permalink( $post->ID );
492
  $button = '<div class="fcbk_share">';
493
  $img = $fcbkbttn_options['fb_img_link'];
494
  $url = $fcbkbttn_options['link'];
 
495
  if ( 1 == $fcbkbttn_options['my_page'] ) {
496
  $button .= '<div class="fcbk_button">
497
  <a href="http://www.facebook.com/' . $url . '" target="_blank">
@@ -506,7 +534,7 @@ if ( ! function_exists( 'fcbkbttn_shortcode' ) ) {
506
  var js, fjs = d.getElementsByTagName(s)[0];
507
  if (d.getElementById(id)) return;
508
  js = d.createElement(s); js.id = id;
509
- js.src = "//connect.facebook.net/' . $fcbkbttn_options['locale'] . '/sdk.js#xfbml=1&appId=1443946719181573&version=v2.0";
510
  fjs.parentNode.insertBefore(js, fjs);
511
  }(document, "script", "facebook-jssdk"));</script>';
512
  if ( 1 == $fcbkbttn_options['html5'] ) {
@@ -523,7 +551,14 @@ if ( ! function_exists( 'fcbkbttn_shortcode' ) ) {
523
  $button .= ' share="false"></fb:like></div>';
524
  }
525
  } else if ( 1 != $fcbkbttn_options['like'] && 1 == $fcbkbttn_options['share'] ) {
526
- $button .= '<div class="fb-share-button" data-href="' . $permalink_post . '" data-type="button_count"></div>';
 
 
 
 
 
 
 
527
  }
528
  $button .= '</div>';
529
  return $button;
@@ -553,14 +588,14 @@ if ( ! function_exists( 'fcbkbttn_meta' ) ) {
553
 
554
  if ( ! function_exists( 'fcbkbttn_footer_script' ) ) {
555
  function fcbkbttn_footer_script () {
556
- global $fcbkbttn_options;
557
  if ( ( 1 == $fcbkbttn_options['like'] || 1 == $fcbkbttn_options['share'] ) && 'shortcode' != $fcbkbttn_options['where'] ) {
558
  echo '<div id="fb-root"></div>
559
  <script>(function(d, s, id) {
560
  var js, fjs = d.getElementsByTagName(s)[0];
561
  if (d.getElementById(id)) return;
562
  js = d.createElement(s); js.id = id;
563
- js.src = "//connect.facebook.net/' . $fcbkbttn_options['locale'] . '/sdk.js#xfbml=1&appId=1443946719181573&version=v2.0";
564
  fjs.parentNode.insertBefore(js, fjs);
565
  }(document, "script", "facebook-jssdk"));</script>';
566
  }
@@ -569,14 +604,39 @@ if ( ! function_exists( 'fcbkbttn_footer_script' ) ) {
569
 
570
  if ( ! function_exists( 'fcbkbttn_admin_head' ) ) {
571
  function fcbkbttn_admin_head() {
572
- global $fcbkbttn_options;
573
  if ( isset( $_GET['page'] ) && "facebook-button-plugin.php" == $_GET['page'] ) {
574
  wp_enqueue_script( 'fcbk_script', plugins_url( 'js/script.js', __FILE__ ), array( 'jquery' ) );
575
  wp_enqueue_style( 'fcbk_stylesheet', plugins_url( 'css/style.css', __FILE__ ) );
576
  } elseif ( ! is_admin() ) {
577
  wp_enqueue_style( 'fcbk_stylesheet', plugins_url( 'css/style.css', __FILE__ ) );
578
- if ( ( 1 == $fcbkbttn_options['like'] || 1 == $fcbkbttn_options['share'] ) && 'en_US' != $fcbkbttn_options['locale'] )
579
- wp_enqueue_script( 'fcbk_connect', '//connect.facebook.net/' . $fcbkbttn_options['locale'] . '/all.js#xfbml=1&appId=1443946719181573' );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
580
  }
581
  }
582
  }
4
  Plugin URI: http://bestwebsoft.com/products/
5
  Description: Put Facebook Button in to your post.
6
  Author: BestWebSoft
7
+ Version: 2.41
8
  Author URI: http://bestwebsoft.com/
9
  License: GPLv2 or later
10
  */
37
  /* Initialization */
38
  if ( ! function_exists( 'fcbkbttn_init' ) ) {
39
  function fcbkbttn_init() {
40
+ global $fcbkbttn_plugin_info, $fcbkbttn_lang_codes;
41
  /* Internationalization, first(!) */
42
  load_plugin_textdomain( 'facebook', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' );
43
 
56
  if ( ! is_admin() || ( isset( $_GET['page'] ) && ( "facebook-button-plugin.php" == $_GET['page'] || "social-buttons.php" == $_GET['page'] ) ) ) {
57
  /* Get/Register and check settings for plugin */
58
  fcbkbttn_settings();
59
+
60
+ $fcbkbttn_lang_codes = array(
61
+ "af_ZA" => 'Afrikaans', "ar_AR" => 'العربية', "ay_BO" => 'Aymar aru', "az_AZ" => 'Azərbaycan dili', "be_BY" => 'Беларуская', "bg_BG" => 'Български', "bn_IN" => 'বাংলা', "bs_BA" => 'Bosanski', "ca_ES" => 'Català', "ck_US" => 'Cherokee', "cs_CZ" => 'Čeština', "cy_GB" => 'Cymraeg', "da_DK" => 'Dansk', "de_DE" => 'Deutsch', "el_GR" => 'Ελληνικά', "en_US" => 'English', "en_PI" => 'English (Pirate)', "eo_EO" => 'Esperanto', "es_CL" => 'Español (Chile)', "es_CO" => 'Español (Colombia)', "es_ES" => 'Español (España)', "es_LA" => 'Español', "es_MX" => 'Español (México)', "es_VE" => 'Español (Venezuela)', "et_EE" => 'Eesti', "eu_ES" => 'Euskara', "fa_IR" => 'فارسی', "fb_LT" => 'Leet Speak', "fi_FI" => 'Suomi', "fo_FO" => 'Føroyskt', "fr_CA" => 'Français (Canada)', "fr_FR" => 'Français (France)', "fy_NL" => 'Frysk', "ga_IE" => 'Gaeilge', "gl_ES" => 'Galego', "gn_PY" => "Avañe'ẽ", "gu_IN" => 'ગુજરાતી', "gx_GR" => 'Ἑλληνική ἀρχαία', "he_IL" => 'עברית', "hi_IN" => 'हिन्दी', "hr_HR" => 'Hrvatski', "hu_HU" => 'Magyar', "hy_AM" => 'Հայերեն', "id_ID" => 'Bahasa Indonesia', "is_IS" => 'Íslenska', "it_IT" => 'Italiano', "ja_JP" => '日本語', "jv_ID" => 'Basa Jawa', "ka_GE" => 'ქართული', "kk_KZ" => 'Қазақша', "km_KH" => 'ភាសាខ្មែរ', "kn_IN" => 'ಕನ್ನಡ', "ko_KR" => '한국어', "ku_TR" => 'Kurdî', "la_VA" => 'lingua latina', "li_NL" => 'Limburgs', "lt_LT" => 'Lietuvių', "lv_LV" => 'Latviešu', "mg_MG" => 'Malagasy', "mk_MK" => 'Македонски', "ml_IN" => 'മലയാളം', "mn_MN" => 'Монгол', "mr_IN" => 'मराठी', "ms_MY" => 'Bahasa Melayu', "mt_MT" => 'Malti', "nb_NO" => 'Norsk (bokmål)', "ne_NP" => 'नेपाली', "nl_BE" => 'Nederlands (België)', "nl_NL" => 'Nederlands', "nn_NO" => 'Norsk (nynorsk)', "pa_IN" => 'ਪੰਜਾਬੀ', "pl_PL" => 'Polski', "ps_AF" => 'پښتو', "pt_BR" => 'Português (Brasil)', "pt_PT" => 'Português (Portugal)', "qu_PE" => 'Qhichwa', "rm_CH" => 'Rumantsch', "ro_RO" => 'Română', "ru_RU" => 'Русский', "sa_IN" => 'संस्कृतम्', "se_NO" => 'Davvisámegiella', "sk_SK" => 'Slovenčina', "sl_SI" => 'Slovenščina', "so_SO" => 'Soomaaliga', "sq_AL" => 'Shqip', "sr_RS" => 'Српски', "sv_SE" => 'Svenska', "sw_KE" => 'Kiswahili', "sy_SY" => 'ܐܪܡܝܐ', "ta_IN" => 'தமிழ்', "te_IN" => 'తెలుగు', "tg_TJ" => 'тоҷикӣ', "th_TH" => 'ภาษาไทย', "tl_PH" => 'Filipino', "tl_ST" => 'tlhIngan-Hol', "tr_TR" => 'Türkçe', "tt_RU" => 'Татарча', "uk_UA" => 'Українська', "ur_PK" => 'اردو', "uz_UZ" => "O'zbek", "vi_VN" => 'Tiếng Việt', "yi_DE" => 'ייִדיש', "zh_CN" => '中文(简体)', "zh_HK" => '中文(香港)', "zh_TW" => '中文(台灣)', "zu_ZA" => 'isiZulu'
62
+ );
63
  }
64
  }
65
  }
83
  global $fcbkbttn_options, $fcbkbttn_plugin_info, $fcbkbttn_options_default;
84
 
85
  $fcbkbttn_options_default = array(
86
+ 'plugin_option_version' => $fcbkbttn_plugin_info["Version"],
87
+ 'link' => '',
88
+ 'my_page' => 1,
89
+ 'like' => 1,
90
+ 'share' => 0,
91
+ 'where' => 'before',
92
+ 'display_option' => 'standard',
93
+ 'count_icon' => 1,
94
+ 'extention' => 'png',
95
+ 'fb_img_link' => plugins_url( "images/standard-facebook-ico.png", __FILE__ ),
96
+ 'locale' => 'en_US',
97
+ 'html5' => 0,
98
+ 'use_multilanguage_locale' => 0
99
  );
100
  /* Install the option defaults */
101
  if ( ! get_option( 'fcbk_bttn_plgn_options' ) ) {
103
  $old_options = get_option( 'fcbk_bttn_plgn_options_array' );
104
  foreach ( $fcbkbttn_options_default as $key => $value ) {
105
  if ( isset( $old_options['fcbk_bttn_plgn_' . $key] ) )
106
+ $fcbkbttn_options_default[ $key ] = $old_options['fcbk_bttn_plgn_' . $key];
107
  }
108
  update_option( 'fcbk_bttn_plgn_options', $fcbkbttn_options_default );
109
  delete_option( 'fcbk_bttn_plgn_options_array' );
133
  /* Function formed content of the plugin's admin page. */
134
  if ( ! function_exists( 'fcbkbttn_settings_page' ) ) {
135
  function fcbkbttn_settings_page() {
136
+ global $fcbkbttn_options, $wp_version, $fcbkbttn_plugin_info, $fcbkbttn_options_default, $fcbkbttn_lang_codes;
137
  $message = $error = "";
138
  $upload_dir = wp_upload_dir();
139
  $plugin_basename = plugin_basename( __FILE__ );
140
 
141
+ if ( ! function_exists( 'get_plugins' ) || ! function_exists( 'is_plugin_active' ) )
142
+ require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
143
+
144
+ if ( ! isset( $_GET['action'] ) )
145
+ $all_plugins = get_plugins();
146
+
147
  if ( isset( $_REQUEST['fcbkbttn_form_submit'] ) && check_admin_referer( $plugin_basename, 'fcbkbttn_nonce_name' ) ) {
148
  /* Takes all the changed settings on the plugin's admin page and saves them in array 'fcbk_bttn_plgn_options'. */
149
+ $fcbkbttn_options['link'] = stripslashes( esc_html( $_REQUEST['fcbkbttn_link'] ) );
150
+ $fcbkbttn_options['link'] = str_replace( 'https://www.facebook.com/profile.php?id=', '', $fcbkbttn_options['link'] );
151
+ $fcbkbttn_options['link'] = str_replace( 'https://www.facebook.com/', '', $fcbkbttn_options['link'] );
152
+
153
+ $fcbkbttn_options['where'] = $_REQUEST['fcbkbttn_where'];
154
+ $fcbkbttn_options['display_option'] = $_REQUEST['fcbkbttn_display_option'];
155
+ if ( 'standard' == $fcbkbttn_options['display_option'] ) {
156
+ $fcbkbttn_options['fb_img_link'] = plugins_url( 'images/standard-facebook-ico.png', __FILE__ );
157
+ }
158
+ $fcbkbttn_options['my_page'] = isset( $_REQUEST['fcbkbttn_my_page'] ) ? 1 : 0;
159
+ $fcbkbttn_options['like'] = isset( $_REQUEST['fcbkbttn_like'] ) ? 1 : 0;
160
+ $fcbkbttn_options['share'] = isset( $_REQUEST['fcbkbttn_share'] ) ? 1 : 0;
161
+ $fcbkbttn_options['locale'] = $_REQUEST['fcbkbttn_locale'];
162
+ $fcbkbttn_options['html5'] = $_REQUEST['fcbkbttn_html5'];
163
+ if ( isset( $_FILES['uploadfile']['tmp_name'] ) && $_FILES['uploadfile']['tmp_name'] != "" ) {
164
+ $fcbkbttn_options['count_icon'] = $fcbkbttn_options['count_icon'] + 1;
165
+ $file_ext = wp_check_filetype( $_FILES['uploadfile']['name'] );
166
+ $fcbkbttn_options['extention'] = $file_ext['ext'];
 
 
 
 
 
 
 
167
  }
168
+
169
+ if ( 2 < $fcbkbttn_options['count_icon'] )
170
+ $fcbkbttn_options['count_icon'] = 1;
171
+
172
+ $fcbkbttn_options['use_multilanguage_locale'] = isset( $_REQUEST['fcbkbttn_use_multilanguage_locale'] ) ? 1 : 0;
173
+
174
+ update_option( 'fcbk_bttn_plgn_options', $fcbkbttn_options );
175
+ $message = __( "Settings saved", 'facebook' );
176
+
177
  if ( isset( $_FILES['uploadfile']['tmp_name'] ) && "" != $_FILES['uploadfile']['tmp_name'] ) {
178
  if ( ! $upload_dir["error"] ) {
179
  $fcbkbttn_cstm_mg_folder = $upload_dir['basedir'] . '/facebook-image';
200
  if ( filesize( $filename ) > $max_image_size ) {
201
  $error = __( "Error: File size > 32K", 'facebook' );
202
  }
203
+ elseif ( ! in_array( strtolower( $ext ), $valid_types ) ) {
204
  $error = __( "Error: Invalid file type", 'facebook' );
205
  } else {
206
  $size = GetImageSize( $filename );
227
  $error = __( "Uploading Error: check image properties", 'facebook' );
228
  }
229
  }
230
+ }
231
  }
232
 
 
 
 
233
  /*## add restore function */
234
  if ( isset( $_REQUEST['bws_restore_confirm'] ) && check_admin_referer( $plugin_basename, 'bws_settings_nonce_name' ) ) {
235
  $fcbkbttn_options = $fcbkbttn_options_default;
326
  <?php _e( "Facebook buttons language", 'facebook' ); ?>
327
  </th>
328
  <td>
329
+ <fieldset>
330
+ <select name="fcbkbttn_locale">
331
+ <?php foreach ( $fcbkbttn_lang_codes as $key => $val ) {
332
+ echo '<option value="' . $key . '"';
333
+ if ( $key == $fcbkbttn_options['locale'] )
334
+ echo ' selected="selected"';
335
+ echo '>' . esc_html ( $val ) . '</option>';
336
+ } ?>
337
+ </select>
338
+ <span class="bws_info"><?php _e( 'Change the language of Facebook Like Button', 'facebook' ); ?></span><br />
339
+ <label>
340
+ <?php if ( array_key_exists( 'multilanguage/multilanguage.php', $all_plugins ) || array_key_exists( 'multilanguage-pro/multilanguage-pro.php', $all_plugins ) ) {
341
+ if ( is_plugin_active( 'multilanguage/multilanguage.php' ) || is_plugin_active( 'multilanguage-pro/multilanguage-pro.php' ) ) { ?>
342
+ <input type="checkbox" name="fcbkbttn_use_multilanguage_locale" value="1" <?php if ( 1 == $fcbkbttn_options["use_multilanguage_locale"] ) echo 'checked="checked"'; ?> />
343
+ <?php _e( 'Use the current site language', 'facebook' ); ?> <span class="bws_info">(<?php _e( 'Using', 'facebook' ); ?> Multilanguage by BestWebSoft)</span>
344
+ <?php } else { ?>
345
+ <input disabled="disabled" type="checkbox" name="fcbkbttn_use_multilanguage_locale" value="1" />
346
+ <?php _e( 'Use the current site language', 'facebook' ); ?>
347
+ <span class="bws_info">(<?php _e( 'Using', 'facebook' ); ?> Multilanguage by BestWebSoft) <a href="<?php echo bloginfo("url"); ?>/wp-admin/plugins.php"><?php _e( 'Activate', 'facebook' ); ?> Multilanguage</a></span>
348
+ <?php }
349
+ } else { ?>
350
+ <input disabled="disabled" type="checkbox" name="fcbkbttn_use_multilanguage_locale" value="1" />
351
+ <?php _e( 'Use the current site language', 'facebook' ); ?>
352
+ <span class="bws_info">(<?php _e( 'Using', 'facebook' ); ?> Multilanguage by BestWebSoft) <a href="http://bestwebsoft.com/products/multilanguage/?k=196fb3bb74b6e8b1e08f92cddfd54313&pn=78&v=<?php echo $fcbkbttn_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>"><?php _e( 'Download', 'facebook' ); ?> Multilanguage</a></span>
353
+ <?php } ?>
354
+ </label>
355
+ </fieldset>
356
  </td>
357
  </tr>
358
  <tr valign="top">
513
  /* Function 'fcbk_bttn_plgn_shortcode' are using to create shortcode by Facebook Button. */
514
  if ( ! function_exists( 'fcbkbttn_shortcode' ) ) {
515
  function fcbkbttn_shortcode( $content ) {
516
+ global $post, $fcbkbttn_options, $fcbkbttn_locale;
517
  $fcbkbttn_where = $fcbkbttn_options['where'];
518
  $permalink_post = get_permalink( $post->ID );
519
  $button = '<div class="fcbk_share">';
520
  $img = $fcbkbttn_options['fb_img_link'];
521
  $url = $fcbkbttn_options['link'];
522
+
523
  if ( 1 == $fcbkbttn_options['my_page'] ) {
524
  $button .= '<div class="fcbk_button">
525
  <a href="http://www.facebook.com/' . $url . '" target="_blank">
534
  var js, fjs = d.getElementsByTagName(s)[0];
535
  if (d.getElementById(id)) return;
536
  js = d.createElement(s); js.id = id;
537
+ js.src = "//connect.facebook.net/' . $fcbkbttn_locale . '/sdk.js#xfbml=1&appId=1443946719181573&version=v2.0";
538
  fjs.parentNode.insertBefore(js, fjs);
539
  }(document, "script", "facebook-jssdk"));</script>';
540
  if ( 1 == $fcbkbttn_options['html5'] ) {
551
  $button .= ' share="false"></fb:like></div>';
552
  }
553
  } else if ( 1 != $fcbkbttn_options['like'] && 1 == $fcbkbttn_options['share'] ) {
554
+ $button .= '<script>(function(d, s, id) {
555
+ var js, fjs = d.getElementsByTagName(s)[0];
556
+ if (d.getElementById(id)) return;
557
+ js = d.createElement(s); js.id = id;
558
+ js.src = "//connect.facebook.net/' . $fcbkbttn_locale . '/sdk.js#xfbml=1&appId=1443946719181573&version=v2.0";
559
+ fjs.parentNode.insertBefore(js, fjs);
560
+ }(document, "script", "facebook-jssdk"));</script>
561
+ <div class="fb-share-button" data-href="' . $permalink_post . '" data-type="button_count"></div>';
562
  }
563
  $button .= '</div>';
564
  return $button;
588
 
589
  if ( ! function_exists( 'fcbkbttn_footer_script' ) ) {
590
  function fcbkbttn_footer_script () {
591
+ global $fcbkbttn_options, $fcbkbttn_locale;
592
  if ( ( 1 == $fcbkbttn_options['like'] || 1 == $fcbkbttn_options['share'] ) && 'shortcode' != $fcbkbttn_options['where'] ) {
593
  echo '<div id="fb-root"></div>
594
  <script>(function(d, s, id) {
595
  var js, fjs = d.getElementsByTagName(s)[0];
596
  if (d.getElementById(id)) return;
597
  js = d.createElement(s); js.id = id;
598
+ js.src = "//connect.facebook.net/' . $fcbkbttn_locale . '/sdk.js#xfbml=1&appId=1443946719181573&version=v2.0";
599
  fjs.parentNode.insertBefore(js, fjs);
600
  }(document, "script", "facebook-jssdk"));</script>';
601
  }
604
 
605
  if ( ! function_exists( 'fcbkbttn_admin_head' ) ) {
606
  function fcbkbttn_admin_head() {
607
+ global $fcbkbttn_options, $fcbkbttn_locale, $fcbkbttn_lang_codes;
608
  if ( isset( $_GET['page'] ) && "facebook-button-plugin.php" == $_GET['page'] ) {
609
  wp_enqueue_script( 'fcbk_script', plugins_url( 'js/script.js', __FILE__ ), array( 'jquery' ) );
610
  wp_enqueue_style( 'fcbk_stylesheet', plugins_url( 'css/style.css', __FILE__ ) );
611
  } elseif ( ! is_admin() ) {
612
  wp_enqueue_style( 'fcbk_stylesheet', plugins_url( 'css/style.css', __FILE__ ) );
613
+ if ( 1 == $fcbkbttn_options['like'] || 1 == $fcbkbttn_options['share'] ) {
614
+ if ( 1 == $fcbkbttn_options['use_multilanguage_locale'] && isset( $_SESSION['language'] ) ) {
615
+ if ( array_key_exists( $_SESSION['language'], $fcbkbttn_lang_codes ) ) {
616
+ $fcbkbttn_locale = $_SESSION['language'];
617
+ } else {
618
+ global $mltlngg_languages, $mltlnggpr_languages;
619
+ if ( ! empty( $mltlngg_languages ) || ! empty( $mltlnggpr_languages ) ) {
620
+ $languages_list = ! empty( $mltlngg_languages ) ? $mltlngg_languages : $mltlnggpr_languages;
621
+ foreach ( $languages_list as $key => $one_lang ) {
622
+ $mltlngg_lang_key = array_search( $_SESSION['language'], $one_lang );
623
+ if ( false !== $mltlngg_lang_key ) {
624
+ $fb_lang_key = array_search( $one_lang[2], $fcbkbttn_lang_codes );
625
+ if ( false != $fb_lang_key )
626
+ $fcbkbttn_locale = $fb_lang_key;
627
+ break;
628
+ }
629
+ }
630
+ }
631
+ }
632
+ }
633
+ if ( empty( $fcbkbttn_locale ) )
634
+ $fcbkbttn_locale = $fcbkbttn_options['locale'];
635
+ }
636
+
637
+ if ( ( 1 == $fcbkbttn_options['like'] || 1 == $fcbkbttn_options['share'] ) && 'en_US' != $fcbkbttn_locale ) {
638
+ wp_enqueue_script( 'fcbk_connect', '//connect.facebook.net/' . $fcbkbttn_locale . '/all.js#xfbml=1&appId=1443946719181573' );
639
+ }
640
  }
641
  }
642
  }
js/script.js CHANGED
@@ -14,6 +14,11 @@
14
  $( 'input[name="fcbkbttn_my_page"]' ).change( function() {
15
  if ( $( this ).is( ":checked" ) ) {
16
  $( '.fcbkbttn_my_page' ).show();
 
 
 
 
 
17
  } else {
18
  $( '.fcbkbttn_my_page' ).hide();
19
  }
14
  $( 'input[name="fcbkbttn_my_page"]' ).change( function() {
15
  if ( $( this ).is( ":checked" ) ) {
16
  $( '.fcbkbttn_my_page' ).show();
17
+ if ( $( 'select[name="fcbkbttn_display_option"]' ).val() == 'custom' ) {
18
+ $( '#fcbkbttn_display_option_custom' ).show();
19
+ } else {
20
+ $( '#fcbkbttn_display_option_custom' ).hide();
21
+ }
22
  } else {
23
  $( '.fcbkbttn_my_page' ).hide();
24
  }
languages/facebook-fi_FI.mo CHANGED
Binary file
languages/facebook-fi_FI.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: facebook\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-06-12 16:03+0300\n"
6
- "PO-Revision-Date: 2015-06-12 16:04+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Juhani Honkanen <juhani.honkanen@dnainternet.net>\n"
9
  "Language: fi_FI\n"
@@ -18,209 +18,229 @@ msgstr ""
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
  #: facebook-button-plugin.php:32
21
- #: facebook-button-plugin.php:241
22
  msgid "Facebook Button Settings"
23
  msgstr "Facebook Napin asetukset"
24
 
25
- #: facebook-button-plugin.php:162
26
  msgid "Settings saved"
27
  msgstr "Asetukset tallennettu"
28
 
29
- #: facebook-button-plugin.php:189
30
  msgid "Error: File size > 32K"
31
  msgstr "Virhe: Tiedoston koko > 32K"
32
 
33
- #: facebook-button-plugin.php:192
34
  msgid "Error: Invalid file type"
35
  msgstr "Virhe: Väärä tiedostotyyppi"
36
 
37
- #: facebook-button-plugin.php:198
38
  msgid "Upload successful."
39
  msgstr "Lataaminen onnistui"
40
 
41
- #: facebook-button-plugin.php:208
42
  msgid "Error: moving file failed"
43
  msgstr "Virhe: tiedoston siirto epäonnistui"
44
 
45
- #: facebook-button-plugin.php:211
46
  msgid "Error: check image width or height"
47
  msgstr "Virhe: tarkista kuvan leveys tai korkeus"
48
 
49
- #: facebook-button-plugin.php:215
50
  msgid "Uploading Error: check image properties"
51
  msgstr "Virhe latauksessa: tarkista kuvan ominaisuudet"
52
 
53
- #: facebook-button-plugin.php:228
54
  msgid "All plugin settings were restored."
55
  msgstr ""
56
 
57
- #: facebook-button-plugin.php:243
58
- #: facebook-button-plugin.php:593
59
- #: facebook-button-plugin.php:607
60
  msgid "Settings"
61
  msgstr "Asetukset"
62
 
63
- #: facebook-button-plugin.php:244
64
  msgid "Extra settings"
65
  msgstr "Lisää asetuksia"
66
 
67
- #: facebook-button-plugin.php:245
68
- #: facebook-button-plugin.php:608
69
  msgid "FAQ"
70
  msgstr "FAQ"
71
 
72
- #: facebook-button-plugin.php:246
73
  msgid "Go PRO"
74
  msgstr "Hanki PRO versio"
75
 
76
- #: facebook-button-plugin.php:250
77
  msgid "Notice:"
78
  msgstr "Huomautus:"
79
 
80
- #: facebook-button-plugin.php:250
81
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
82
  msgstr "Lisäosan asetukset ovat muuttuneet: Mikäli haluat säilyttää uudet asetukset muista klikata Tallenna Asetukset nappia."
83
 
84
- #: facebook-button-plugin.php:259
85
  #, fuzzy
86
  msgid "Your Facebook ID or username"
87
  msgstr "Sinun Facebook ID:si tai käyttäjänimesi:"
88
 
89
- #: facebook-button-plugin.php:265
90
  #, fuzzy
91
  msgid "Display button"
92
  msgstr "Näytä nappi:"
93
 
94
- #: facebook-button-plugin.php:267
95
  msgid "My Page"
96
  msgstr "Minun sivuni"
97
 
98
- #: facebook-button-plugin.php:268
99
  msgid "Like"
100
  msgstr "Tykkää"
101
 
102
- #: facebook-button-plugin.php:269
103
  msgid "Share"
104
  msgstr "Jaa"
105
 
106
- #: facebook-button-plugin.php:274
107
  msgid "\"My page\" button image"
108
  msgstr ""
109
 
110
- #: facebook-button-plugin.php:279
111
  msgid "Standard Facebook image"
112
  msgstr "Standardi Facebook kuva"
113
 
114
- #: facebook-button-plugin.php:280
115
  msgid "Custom Facebook image"
116
  msgstr "Mukautettu Fecabook kuva"
117
 
118
- #: facebook-button-plugin.php:283
119
  msgid "To use custom image you need to setup permissions to upload directory of your site"
120
  msgstr "Käyttääksesi mukautettua, kuva pitää voida ladata hakemistoosi"
121
 
122
- #: facebook-button-plugin.php:290
123
  #, fuzzy
124
  msgid "Current image"
125
  msgstr "Nykyinen kuva:"
126
 
127
- #: facebook-button-plugin.php:298
128
  msgid "Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
129
  msgstr "Kuvan ominaisuudet: max leveys 100px; max korkeus 40px; max koko 32Kb; kuvan tyypit:\"jpg\", \"jpeg\", \"png\"."
130
 
131
- #: facebook-button-plugin.php:303
132
  #, fuzzy
133
  msgid "Facebook buttons position"
134
  msgstr "Facebook napin paikka:"
135
 
136
- #: facebook-button-plugin.php:307
137
  msgid "Before"
138
  msgstr "Ennen"
139
 
140
- #: facebook-button-plugin.php:308
141
  msgid "After"
142
  msgstr "Jälkeen"
143
 
144
- #: facebook-button-plugin.php:309
145
  msgid "Before and After"
146
  msgstr "Ennen ja Jälkeen"
147
 
148
- #: facebook-button-plugin.php:310
149
  msgid "Shortcode"
150
  msgstr "Lyhytkoodi"
151
 
152
- #: facebook-button-plugin.php:312
153
  msgid "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:"
154
  msgstr "Mikäli haluat lisätä Facebook napin sivullesi, kopioi ja liitä tämä lyhytkoodi artikkeliisi tai sivullesi:"
155
 
156
- #: facebook-button-plugin.php:317
157
  #, fuzzy
158
  msgid "Facebook buttons language"
159
  msgstr "Facebook Napin kieli:"
160
 
161
- #: facebook-button-plugin.php:328
162
  msgid "Change the language of Facebook Like Button"
163
  msgstr "Vaihda Facebook napin kieli"
164
 
165
- #: facebook-button-plugin.php:332
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
166
  #, fuzzy
167
  msgid "Html tag for \"Like\" button"
168
  msgstr "HTML tagi Tykkää Napille:"
169
 
170
- #: facebook-button-plugin.php:336
171
  msgid "Use this tag to improve validation of your site"
172
  msgstr "Käytä tätä tagia parantamaan sivusi näkyvyyttä"
173
 
174
- #: facebook-button-plugin.php:346
175
  msgid "\"Like\" for an entire site on every page:"
176
  msgstr "\"Like\" koko sivustolle ja kaikille sivuille:"
177
 
178
- #: facebook-button-plugin.php:348
179
  msgid "Notice: \"Like for the entire site\" option does not create an extra button. This option merely allows your users to like the entire website when this option is enabled, or a single post when this option is disabled, when clicking the regular \"Like\" button."
180
  msgstr "Huomautus: \"Tykkää koko sivustosta\" tämä valinta ei tee ylimääräistä nappia. Tämä valinnan avulla käyttäjät tykkäävät koko sivustosta. Mikäli ei ole valittu, niin käyttäjä tykkää vain yhdestä sivusta klikatessaan \"Tykkää\" nappia."
181
 
182
- #: facebook-button-plugin.php:353
183
- #: facebook-button-plugin.php:410
184
  msgid "If you upgrade to Pro version all your settings will be saved."
185
  msgstr "Mikäli päivität Pro versioon, kaikki asetuksesi tallennetaan."
186
 
187
- #: facebook-button-plugin.php:360
188
- #: facebook-button-plugin.php:417
189
  msgid "Unlock premium options by upgrading to a PRO version."
190
  msgstr "Ota käyttöön premium valinnat päivittämällä PRO versioon."
191
 
192
- #: facebook-button-plugin.php:361
193
- #: facebook-button-plugin.php:418
194
  msgid "Learn More"
195
  msgstr "Lue Lisää"
196
 
197
- #: facebook-button-plugin.php:364
198
- #: facebook-button-plugin.php:421
199
  msgid "Go"
200
  msgstr "Mene"
201
 
202
- #: facebook-button-plugin.php:372
203
- #: facebook-button-plugin.php:405
204
  msgid "Save Changes"
205
  msgstr "Tallenna muutokset"
206
 
207
- #: facebook-button-plugin.php:387
208
  msgid "Please choose the necessary post types (or single pages) where Facebook button will be displayed:"
209
  msgstr "Valitse haluamasi viestin tyyppi (tai yksittäiset sivut) joissa Facebook nappi näytetään:"
210
 
211
- #: facebook-button-plugin.php:394
212
  msgid "Show URL for pages"
213
  msgstr "Näytä URL sivuilla"
214
 
215
- #: facebook-button-plugin.php:400
216
  msgid "Example of the site's pages tree"
217
  msgstr "Esimerkki sivuston sivuhakemistosta"
218
 
219
- #: facebook-button-plugin.php:400
220
  msgid "Example of site pages' tree"
221
  msgstr "Esimerkki sivun sivuhakemistosta"
222
 
223
- #: facebook-button-plugin.php:609
224
  msgid "Support"
225
  msgstr "Tuki"
226
 
2
  msgstr ""
3
  "Project-Id-Version: facebook\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-07-15 16:00+0300\n"
6
+ "PO-Revision-Date: 2015-07-15 16:00+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Juhani Honkanen <juhani.honkanen@dnainternet.net>\n"
9
  "Language: fi_FI\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
  #: facebook-button-plugin.php:32
21
+ #: facebook-button-plugin.php:250
22
  msgid "Facebook Button Settings"
23
  msgstr "Facebook Napin asetukset"
24
 
25
+ #: facebook-button-plugin.php:175
26
  msgid "Settings saved"
27
  msgstr "Asetukset tallennettu"
28
 
29
+ #: facebook-button-plugin.php:201
30
  msgid "Error: File size > 32K"
31
  msgstr "Virhe: Tiedoston koko > 32K"
32
 
33
+ #: facebook-button-plugin.php:204
34
  msgid "Error: Invalid file type"
35
  msgstr "Virhe: Väärä tiedostotyyppi"
36
 
37
+ #: facebook-button-plugin.php:210
38
  msgid "Upload successful."
39
  msgstr "Lataaminen onnistui"
40
 
41
+ #: facebook-button-plugin.php:220
42
  msgid "Error: moving file failed"
43
  msgstr "Virhe: tiedoston siirto epäonnistui"
44
 
45
+ #: facebook-button-plugin.php:223
46
  msgid "Error: check image width or height"
47
  msgstr "Virhe: tarkista kuvan leveys tai korkeus"
48
 
49
+ #: facebook-button-plugin.php:227
50
  msgid "Uploading Error: check image properties"
51
  msgstr "Virhe latauksessa: tarkista kuvan ominaisuudet"
52
 
53
+ #: facebook-button-plugin.php:237
54
  msgid "All plugin settings were restored."
55
  msgstr ""
56
 
57
+ #: facebook-button-plugin.php:252
58
+ #: facebook-button-plugin.php:653
59
+ #: facebook-button-plugin.php:667
60
  msgid "Settings"
61
  msgstr "Asetukset"
62
 
63
+ #: facebook-button-plugin.php:253
64
  msgid "Extra settings"
65
  msgstr "Lisää asetuksia"
66
 
67
+ #: facebook-button-plugin.php:254
68
+ #: facebook-button-plugin.php:668
69
  msgid "FAQ"
70
  msgstr "FAQ"
71
 
72
+ #: facebook-button-plugin.php:255
73
  msgid "Go PRO"
74
  msgstr "Hanki PRO versio"
75
 
76
+ #: facebook-button-plugin.php:259
77
  msgid "Notice:"
78
  msgstr "Huomautus:"
79
 
80
+ #: facebook-button-plugin.php:259
81
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
82
  msgstr "Lisäosan asetukset ovat muuttuneet: Mikäli haluat säilyttää uudet asetukset muista klikata Tallenna Asetukset nappia."
83
 
84
+ #: facebook-button-plugin.php:268
85
  #, fuzzy
86
  msgid "Your Facebook ID or username"
87
  msgstr "Sinun Facebook ID:si tai käyttäjänimesi:"
88
 
89
+ #: facebook-button-plugin.php:274
90
  #, fuzzy
91
  msgid "Display button"
92
  msgstr "Näytä nappi:"
93
 
94
+ #: facebook-button-plugin.php:276
95
  msgid "My Page"
96
  msgstr "Minun sivuni"
97
 
98
+ #: facebook-button-plugin.php:277
99
  msgid "Like"
100
  msgstr "Tykkää"
101
 
102
+ #: facebook-button-plugin.php:278
103
  msgid "Share"
104
  msgstr "Jaa"
105
 
106
+ #: facebook-button-plugin.php:283
107
  msgid "\"My page\" button image"
108
  msgstr ""
109
 
110
+ #: facebook-button-plugin.php:288
111
  msgid "Standard Facebook image"
112
  msgstr "Standardi Facebook kuva"
113
 
114
+ #: facebook-button-plugin.php:289
115
  msgid "Custom Facebook image"
116
  msgstr "Mukautettu Fecabook kuva"
117
 
118
+ #: facebook-button-plugin.php:292
119
  msgid "To use custom image you need to setup permissions to upload directory of your site"
120
  msgstr "Käyttääksesi mukautettua, kuva pitää voida ladata hakemistoosi"
121
 
122
+ #: facebook-button-plugin.php:299
123
  #, fuzzy
124
  msgid "Current image"
125
  msgstr "Nykyinen kuva:"
126
 
127
+ #: facebook-button-plugin.php:307
128
  msgid "Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
129
  msgstr "Kuvan ominaisuudet: max leveys 100px; max korkeus 40px; max koko 32Kb; kuvan tyypit:\"jpg\", \"jpeg\", \"png\"."
130
 
131
+ #: facebook-button-plugin.php:312
132
  #, fuzzy
133
  msgid "Facebook buttons position"
134
  msgstr "Facebook napin paikka:"
135
 
136
+ #: facebook-button-plugin.php:316
137
  msgid "Before"
138
  msgstr "Ennen"
139
 
140
+ #: facebook-button-plugin.php:317
141
  msgid "After"
142
  msgstr "Jälkeen"
143
 
144
+ #: facebook-button-plugin.php:318
145
  msgid "Before and After"
146
  msgstr "Ennen ja Jälkeen"
147
 
148
+ #: facebook-button-plugin.php:319
149
  msgid "Shortcode"
150
  msgstr "Lyhytkoodi"
151
 
152
+ #: facebook-button-plugin.php:321
153
  msgid "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:"
154
  msgstr "Mikäli haluat lisätä Facebook napin sivullesi, kopioi ja liitä tämä lyhytkoodi artikkeliisi tai sivullesi:"
155
 
156
+ #: facebook-button-plugin.php:326
157
  #, fuzzy
158
  msgid "Facebook buttons language"
159
  msgstr "Facebook Napin kieli:"
160
 
161
+ #: facebook-button-plugin.php:338
162
  msgid "Change the language of Facebook Like Button"
163
  msgstr "Vaihda Facebook napin kieli"
164
 
165
+ #: facebook-button-plugin.php:343
166
+ #: facebook-button-plugin.php:346
167
+ #: facebook-button-plugin.php:351
168
+ msgid "Use the current site language"
169
+ msgstr ""
170
+
171
+ #: facebook-button-plugin.php:343
172
+ #: facebook-button-plugin.php:347
173
+ #: facebook-button-plugin.php:352
174
+ msgid "Using"
175
+ msgstr ""
176
+
177
+ #: facebook-button-plugin.php:347
178
+ msgid "Activate"
179
+ msgstr ""
180
+
181
+ #: facebook-button-plugin.php:352
182
+ msgid "Download"
183
+ msgstr ""
184
+
185
+ #: facebook-button-plugin.php:359
186
  #, fuzzy
187
  msgid "Html tag for \"Like\" button"
188
  msgstr "HTML tagi Tykkää Napille:"
189
 
190
+ #: facebook-button-plugin.php:363
191
  msgid "Use this tag to improve validation of your site"
192
  msgstr "Käytä tätä tagia parantamaan sivusi näkyvyyttä"
193
 
194
+ #: facebook-button-plugin.php:373
195
  msgid "\"Like\" for an entire site on every page:"
196
  msgstr "\"Like\" koko sivustolle ja kaikille sivuille:"
197
 
198
+ #: facebook-button-plugin.php:375
199
  msgid "Notice: \"Like for the entire site\" option does not create an extra button. This option merely allows your users to like the entire website when this option is enabled, or a single post when this option is disabled, when clicking the regular \"Like\" button."
200
  msgstr "Huomautus: \"Tykkää koko sivustosta\" tämä valinta ei tee ylimääräistä nappia. Tämä valinnan avulla käyttäjät tykkäävät koko sivustosta. Mikäli ei ole valittu, niin käyttäjä tykkää vain yhdestä sivusta klikatessaan \"Tykkää\" nappia."
201
 
202
+ #: facebook-button-plugin.php:380
203
+ #: facebook-button-plugin.php:437
204
  msgid "If you upgrade to Pro version all your settings will be saved."
205
  msgstr "Mikäli päivität Pro versioon, kaikki asetuksesi tallennetaan."
206
 
207
+ #: facebook-button-plugin.php:387
208
+ #: facebook-button-plugin.php:444
209
  msgid "Unlock premium options by upgrading to a PRO version."
210
  msgstr "Ota käyttöön premium valinnat päivittämällä PRO versioon."
211
 
212
+ #: facebook-button-plugin.php:388
213
+ #: facebook-button-plugin.php:445
214
  msgid "Learn More"
215
  msgstr "Lue Lisää"
216
 
217
+ #: facebook-button-plugin.php:391
218
+ #: facebook-button-plugin.php:448
219
  msgid "Go"
220
  msgstr "Mene"
221
 
222
+ #: facebook-button-plugin.php:399
223
+ #: facebook-button-plugin.php:432
224
  msgid "Save Changes"
225
  msgstr "Tallenna muutokset"
226
 
227
+ #: facebook-button-plugin.php:414
228
  msgid "Please choose the necessary post types (or single pages) where Facebook button will be displayed:"
229
  msgstr "Valitse haluamasi viestin tyyppi (tai yksittäiset sivut) joissa Facebook nappi näytetään:"
230
 
231
+ #: facebook-button-plugin.php:421
232
  msgid "Show URL for pages"
233
  msgstr "Näytä URL sivuilla"
234
 
235
+ #: facebook-button-plugin.php:427
236
  msgid "Example of the site's pages tree"
237
  msgstr "Esimerkki sivuston sivuhakemistosta"
238
 
239
+ #: facebook-button-plugin.php:427
240
  msgid "Example of site pages' tree"
241
  msgstr "Esimerkki sivun sivuhakemistosta"
242
 
243
+ #: facebook-button-plugin.php:669
244
  msgid "Support"
245
  msgstr "Tuki"
246
 
languages/facebook-fr_FR.mo CHANGED
Binary file
languages/facebook-fr_FR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: facebook\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-06-12 16:04+0300\n"
6
- "PO-Revision-Date: 2015-06-12 16:04+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: http://wptheme.fr/\n"
9
  "Language: fr\n"
@@ -18,209 +18,229 @@ msgstr ""
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
  #: facebook-button-plugin.php:32
21
- #: facebook-button-plugin.php:241
22
  msgid "Facebook Button Settings"
23
  msgstr "Réglages du bouton Facebook"
24
 
25
- #: facebook-button-plugin.php:162
26
  msgid "Settings saved"
27
  msgstr "Réglages sauvegardés "
28
 
29
- #: facebook-button-plugin.php:189
30
  msgid "Error: File size > 32K"
31
  msgstr "Erreur : Poids du fichier > 32K"
32
 
33
- #: facebook-button-plugin.php:192
34
  msgid "Error: Invalid file type"
35
  msgstr "Erreur : Type de fichier invalide"
36
 
37
- #: facebook-button-plugin.php:198
38
  msgid "Upload successful."
39
  msgstr ""
40
 
41
- #: facebook-button-plugin.php:208
42
  msgid "Error: moving file failed"
43
  msgstr "Erreur : le déplacement du fichier a echoué"
44
 
45
- #: facebook-button-plugin.php:211
46
  msgid "Error: check image width or height"
47
  msgstr "Erreur : Vérifiez la taille et la largeur de l'image"
48
 
49
- #: facebook-button-plugin.php:215
50
  msgid "Uploading Error: check image properties"
51
  msgstr "Erreur d'upload : vérifiez les propriétés de l'image"
52
 
53
- #: facebook-button-plugin.php:228
54
  msgid "All plugin settings were restored."
55
  msgstr ""
56
 
57
- #: facebook-button-plugin.php:243
58
- #: facebook-button-plugin.php:593
59
- #: facebook-button-plugin.php:607
60
  msgid "Settings"
61
  msgstr "Réglages"
62
 
63
- #: facebook-button-plugin.php:244
64
  #, fuzzy
65
  msgid "Extra settings"
66
  msgstr "Réglages"
67
 
68
- #: facebook-button-plugin.php:245
69
- #: facebook-button-plugin.php:608
70
  msgid "FAQ"
71
  msgstr "FAQ"
72
 
73
- #: facebook-button-plugin.php:246
74
  msgid "Go PRO"
75
  msgstr ""
76
 
77
- #: facebook-button-plugin.php:250
78
  msgid "Notice:"
79
  msgstr ""
80
 
81
- #: facebook-button-plugin.php:250
82
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
83
  msgstr ""
84
 
85
- #: facebook-button-plugin.php:259
86
  #, fuzzy
87
  msgid "Your Facebook ID or username"
88
  msgstr "Votre identifiant Facebook"
89
 
90
- #: facebook-button-plugin.php:265
91
  #, fuzzy
92
  msgid "Display button"
93
  msgstr "Afficher le bouton"
94
 
95
- #: facebook-button-plugin.php:267
96
  msgid "My Page"
97
  msgstr "Ma page"
98
 
99
- #: facebook-button-plugin.php:268
100
  msgid "Like"
101
  msgstr "Like"
102
 
103
- #: facebook-button-plugin.php:269
104
  msgid "Share"
105
  msgstr ""
106
 
107
- #: facebook-button-plugin.php:274
108
  msgid "\"My page\" button image"
109
  msgstr ""
110
 
111
- #: facebook-button-plugin.php:279
112
  msgid "Standard Facebook image"
113
  msgstr "Image Facebook par défaut"
114
 
115
- #: facebook-button-plugin.php:280
116
  msgid "Custom Facebook image"
117
  msgstr "Image Facebook personnalisée"
118
 
119
- #: facebook-button-plugin.php:283
120
  msgid "To use custom image you need to setup permissions to upload directory of your site"
121
  msgstr ""
122
 
123
- #: facebook-button-plugin.php:290
124
  #, fuzzy
125
  msgid "Current image"
126
  msgstr "Image actuelle"
127
 
128
- #: facebook-button-plugin.php:298
129
  msgid "Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
130
  msgstr "Propriétés de l'image : largeur max:100px; hauteur max: 40px; poids max : 32kb; type d'image :\"jpg\", \"jpeg\", \"png\"."
131
 
132
- #: facebook-button-plugin.php:303
133
  #, fuzzy
134
  msgid "Facebook buttons position"
135
  msgstr "Position du bouton Facebook"
136
 
137
- #: facebook-button-plugin.php:307
138
  msgid "Before"
139
  msgstr "Avant"
140
 
141
- #: facebook-button-plugin.php:308
142
  msgid "After"
143
  msgstr "Après"
144
 
145
- #: facebook-button-plugin.php:309
146
  msgid "Before and After"
147
  msgstr "Avant et après"
148
 
149
- #: facebook-button-plugin.php:310
150
  msgid "Shortcode"
151
  msgstr "Shortcode"
152
 
153
- #: facebook-button-plugin.php:312
154
  msgid "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:"
155
  msgstr "Si vous souhaitez ajouter un bouton Facebook sur votre site internet, copier-collez ce Shortcodedans votre page ou votre article"
156
 
157
- #: facebook-button-plugin.php:317
158
  #, fuzzy
159
  msgid "Facebook buttons language"
160
  msgstr "Langue du bouton Facebook"
161
 
162
- #: facebook-button-plugin.php:328
163
  msgid "Change the language of Facebook Like Button"
164
  msgstr "Changer la langue du bouton Facebook"
165
 
166
- #: facebook-button-plugin.php:332
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
167
  msgid "Html tag for \"Like\" button"
168
  msgstr ""
169
 
170
- #: facebook-button-plugin.php:336
171
  msgid "Use this tag to improve validation of your site"
172
  msgstr ""
173
 
174
- #: facebook-button-plugin.php:346
175
  msgid "\"Like\" for an entire site on every page:"
176
  msgstr ""
177
 
178
- #: facebook-button-plugin.php:348
179
  msgid "Notice: \"Like for the entire site\" option does not create an extra button. This option merely allows your users to like the entire website when this option is enabled, or a single post when this option is disabled, when clicking the regular \"Like\" button."
180
  msgstr ""
181
 
182
- #: facebook-button-plugin.php:353
183
- #: facebook-button-plugin.php:410
184
  msgid "If you upgrade to Pro version all your settings will be saved."
185
  msgstr ""
186
 
187
- #: facebook-button-plugin.php:360
188
- #: facebook-button-plugin.php:417
189
  msgid "Unlock premium options by upgrading to a PRO version."
190
  msgstr ""
191
 
192
- #: facebook-button-plugin.php:361
193
- #: facebook-button-plugin.php:418
194
  msgid "Learn More"
195
  msgstr ""
196
 
197
- #: facebook-button-plugin.php:364
198
- #: facebook-button-plugin.php:421
199
  msgid "Go"
200
  msgstr ""
201
 
202
- #: facebook-button-plugin.php:372
203
- #: facebook-button-plugin.php:405
204
  msgid "Save Changes"
205
  msgstr "Sauvegarder les changements"
206
 
207
- #: facebook-button-plugin.php:387
208
  msgid "Please choose the necessary post types (or single pages) where Facebook button will be displayed:"
209
  msgstr ""
210
 
211
- #: facebook-button-plugin.php:394
212
  msgid "Show URL for pages"
213
  msgstr ""
214
 
215
- #: facebook-button-plugin.php:400
216
  msgid "Example of the site's pages tree"
217
  msgstr ""
218
 
219
- #: facebook-button-plugin.php:400
220
  msgid "Example of site pages' tree"
221
  msgstr ""
222
 
223
- #: facebook-button-plugin.php:609
224
  msgid "Support"
225
  msgstr "Support"
226
 
2
  msgstr ""
3
  "Project-Id-Version: facebook\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-07-15 16:01+0300\n"
6
+ "PO-Revision-Date: 2015-07-15 16:01+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: http://wptheme.fr/\n"
9
  "Language: fr\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
  #: facebook-button-plugin.php:32
21
+ #: facebook-button-plugin.php:250
22
  msgid "Facebook Button Settings"
23
  msgstr "Réglages du bouton Facebook"
24
 
25
+ #: facebook-button-plugin.php:175
26
  msgid "Settings saved"
27
  msgstr "Réglages sauvegardés "
28
 
29
+ #: facebook-button-plugin.php:201
30
  msgid "Error: File size > 32K"
31
  msgstr "Erreur : Poids du fichier > 32K"
32
 
33
+ #: facebook-button-plugin.php:204
34
  msgid "Error: Invalid file type"
35
  msgstr "Erreur : Type de fichier invalide"
36
 
37
+ #: facebook-button-plugin.php:210
38
  msgid "Upload successful."
39
  msgstr ""
40
 
41
+ #: facebook-button-plugin.php:220
42
  msgid "Error: moving file failed"
43
  msgstr "Erreur : le déplacement du fichier a echoué"
44
 
45
+ #: facebook-button-plugin.php:223
46
  msgid "Error: check image width or height"
47
  msgstr "Erreur : Vérifiez la taille et la largeur de l'image"
48
 
49
+ #: facebook-button-plugin.php:227
50
  msgid "Uploading Error: check image properties"
51
  msgstr "Erreur d'upload : vérifiez les propriétés de l'image"
52
 
53
+ #: facebook-button-plugin.php:237
54
  msgid "All plugin settings were restored."
55
  msgstr ""
56
 
57
+ #: facebook-button-plugin.php:252
58
+ #: facebook-button-plugin.php:653
59
+ #: facebook-button-plugin.php:667
60
  msgid "Settings"
61
  msgstr "Réglages"
62
 
63
+ #: facebook-button-plugin.php:253
64
  #, fuzzy
65
  msgid "Extra settings"
66
  msgstr "Réglages"
67
 
68
+ #: facebook-button-plugin.php:254
69
+ #: facebook-button-plugin.php:668
70
  msgid "FAQ"
71
  msgstr "FAQ"
72
 
73
+ #: facebook-button-plugin.php:255
74
  msgid "Go PRO"
75
  msgstr ""
76
 
77
+ #: facebook-button-plugin.php:259
78
  msgid "Notice:"
79
  msgstr ""
80
 
81
+ #: facebook-button-plugin.php:259
82
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
83
  msgstr ""
84
 
85
+ #: facebook-button-plugin.php:268
86
  #, fuzzy
87
  msgid "Your Facebook ID or username"
88
  msgstr "Votre identifiant Facebook"
89
 
90
+ #: facebook-button-plugin.php:274
91
  #, fuzzy
92
  msgid "Display button"
93
  msgstr "Afficher le bouton"
94
 
95
+ #: facebook-button-plugin.php:276
96
  msgid "My Page"
97
  msgstr "Ma page"
98
 
99
+ #: facebook-button-plugin.php:277
100
  msgid "Like"
101
  msgstr "Like"
102
 
103
+ #: facebook-button-plugin.php:278
104
  msgid "Share"
105
  msgstr ""
106
 
107
+ #: facebook-button-plugin.php:283
108
  msgid "\"My page\" button image"
109
  msgstr ""
110
 
111
+ #: facebook-button-plugin.php:288
112
  msgid "Standard Facebook image"
113
  msgstr "Image Facebook par défaut"
114
 
115
+ #: facebook-button-plugin.php:289
116
  msgid "Custom Facebook image"
117
  msgstr "Image Facebook personnalisée"
118
 
119
+ #: facebook-button-plugin.php:292
120
  msgid "To use custom image you need to setup permissions to upload directory of your site"
121
  msgstr ""
122
 
123
+ #: facebook-button-plugin.php:299
124
  #, fuzzy
125
  msgid "Current image"
126
  msgstr "Image actuelle"
127
 
128
+ #: facebook-button-plugin.php:307
129
  msgid "Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
130
  msgstr "Propriétés de l'image : largeur max:100px; hauteur max: 40px; poids max : 32kb; type d'image :\"jpg\", \"jpeg\", \"png\"."
131
 
132
+ #: facebook-button-plugin.php:312
133
  #, fuzzy
134
  msgid "Facebook buttons position"
135
  msgstr "Position du bouton Facebook"
136
 
137
+ #: facebook-button-plugin.php:316
138
  msgid "Before"
139
  msgstr "Avant"
140
 
141
+ #: facebook-button-plugin.php:317
142
  msgid "After"
143
  msgstr "Après"
144
 
145
+ #: facebook-button-plugin.php:318
146
  msgid "Before and After"
147
  msgstr "Avant et après"
148
 
149
+ #: facebook-button-plugin.php:319
150
  msgid "Shortcode"
151
  msgstr "Shortcode"
152
 
153
+ #: facebook-button-plugin.php:321
154
  msgid "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:"
155
  msgstr "Si vous souhaitez ajouter un bouton Facebook sur votre site internet, copier-collez ce Shortcodedans votre page ou votre article"
156
 
157
+ #: facebook-button-plugin.php:326
158
  #, fuzzy
159
  msgid "Facebook buttons language"
160
  msgstr "Langue du bouton Facebook"
161
 
162
+ #: facebook-button-plugin.php:338
163
  msgid "Change the language of Facebook Like Button"
164
  msgstr "Changer la langue du bouton Facebook"
165
 
166
+ #: facebook-button-plugin.php:343
167
+ #: facebook-button-plugin.php:346
168
+ #: facebook-button-plugin.php:351
169
+ msgid "Use the current site language"
170
+ msgstr ""
171
+
172
+ #: facebook-button-plugin.php:343
173
+ #: facebook-button-plugin.php:347
174
+ #: facebook-button-plugin.php:352
175
+ msgid "Using"
176
+ msgstr ""
177
+
178
+ #: facebook-button-plugin.php:347
179
+ msgid "Activate"
180
+ msgstr ""
181
+
182
+ #: facebook-button-plugin.php:352
183
+ msgid "Download"
184
+ msgstr ""
185
+
186
+ #: facebook-button-plugin.php:359
187
  msgid "Html tag for \"Like\" button"
188
  msgstr ""
189
 
190
+ #: facebook-button-plugin.php:363
191
  msgid "Use this tag to improve validation of your site"
192
  msgstr ""
193
 
194
+ #: facebook-button-plugin.php:373
195
  msgid "\"Like\" for an entire site on every page:"
196
  msgstr ""
197
 
198
+ #: facebook-button-plugin.php:375
199
  msgid "Notice: \"Like for the entire site\" option does not create an extra button. This option merely allows your users to like the entire website when this option is enabled, or a single post when this option is disabled, when clicking the regular \"Like\" button."
200
  msgstr ""
201
 
202
+ #: facebook-button-plugin.php:380
203
+ #: facebook-button-plugin.php:437
204
  msgid "If you upgrade to Pro version all your settings will be saved."
205
  msgstr ""
206
 
207
+ #: facebook-button-plugin.php:387
208
+ #: facebook-button-plugin.php:444
209
  msgid "Unlock premium options by upgrading to a PRO version."
210
  msgstr ""
211
 
212
+ #: facebook-button-plugin.php:388
213
+ #: facebook-button-plugin.php:445
214
  msgid "Learn More"
215
  msgstr ""
216
 
217
+ #: facebook-button-plugin.php:391
218
+ #: facebook-button-plugin.php:448
219
  msgid "Go"
220
  msgstr ""
221
 
222
+ #: facebook-button-plugin.php:399
223
+ #: facebook-button-plugin.php:432
224
  msgid "Save Changes"
225
  msgstr "Sauvegarder les changements"
226
 
227
+ #: facebook-button-plugin.php:414
228
  msgid "Please choose the necessary post types (or single pages) where Facebook button will be displayed:"
229
  msgstr ""
230
 
231
+ #: facebook-button-plugin.php:421
232
  msgid "Show URL for pages"
233
  msgstr ""
234
 
235
+ #: facebook-button-plugin.php:427
236
  msgid "Example of the site's pages tree"
237
  msgstr ""
238
 
239
+ #: facebook-button-plugin.php:427
240
  msgid "Example of site pages' tree"
241
  msgstr ""
242
 
243
+ #: facebook-button-plugin.php:669
244
  msgid "Support"
245
  msgstr "Support"
246
 
languages/facebook-id_ID.mo CHANGED
Binary file
languages/facebook-id_ID.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: facebook\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-06-12 16:04+0300\n"
6
- "PO-Revision-Date: 2015-06-12 16:04+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: nasrulhaq <nasrulhaq81@gmail.com>\n"
9
  "Language: es_ES\n"
@@ -17,209 +17,230 @@ msgstr ""
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: facebook-button-plugin.php:32
20
- #: facebook-button-plugin.php:241
21
  msgid "Facebook Button Settings"
22
  msgstr "Pengaturan Facebook Button"
23
 
24
- #: facebook-button-plugin.php:162
25
  msgid "Settings saved"
26
  msgstr "Simpan Pengaturan"
27
 
28
- #: facebook-button-plugin.php:189
29
  msgid "Error: File size > 32K"
30
  msgstr "SALAH: Ukuran file lebih besar dari 32KB"
31
 
32
- #: facebook-button-plugin.php:192
33
  msgid "Error: Invalid file type"
34
  msgstr "SALAH: Tipe data tidak benar"
35
 
36
- #: facebook-button-plugin.php:198
37
  msgid "Upload successful."
38
  msgstr ""
39
 
40
- #: facebook-button-plugin.php:208
41
  msgid "Error: moving file failed"
42
  msgstr "Salah: gagal memindahkan data"
43
 
44
- #: facebook-button-plugin.php:211
45
  msgid "Error: check image width or height"
46
  msgstr "Salah: periksa lebar atau panjang gambar"
47
 
48
- #: facebook-button-plugin.php:215
49
  msgid "Uploading Error: check image properties"
50
  msgstr "Gagal Mengunggah: periksa properti gambar"
51
 
52
- #: facebook-button-plugin.php:228
53
  msgid "All plugin settings were restored."
54
  msgstr ""
55
 
56
- #: facebook-button-plugin.php:243
57
- #: facebook-button-plugin.php:593
58
- #: facebook-button-plugin.php:607
59
  msgid "Settings"
60
  msgstr "Pengaturan"
61
 
62
- #: facebook-button-plugin.php:244
63
  #, fuzzy
64
  msgid "Extra settings"
65
  msgstr "Pengaturan"
66
 
67
- #: facebook-button-plugin.php:245
68
- #: facebook-button-plugin.php:608
69
  msgid "FAQ"
70
  msgstr "SSS (Sık Sorulan Sorular)"
71
 
72
- #: facebook-button-plugin.php:246
73
  msgid "Go PRO"
74
  msgstr ""
75
 
76
- #: facebook-button-plugin.php:250
77
  msgid "Notice:"
78
  msgstr ""
79
 
80
- #: facebook-button-plugin.php:250
81
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
82
  msgstr ""
83
 
84
- #: facebook-button-plugin.php:259
85
  #, fuzzy
86
  msgid "Your Facebook ID or username"
87
  msgstr " ID Facebook:"
88
 
89
- #: facebook-button-plugin.php:265
90
  #, fuzzy
91
  msgid "Display button"
92
  msgstr "Tampilan tombol:"
93
 
94
- #: facebook-button-plugin.php:267
95
  msgid "My Page"
96
  msgstr "Halamanku"
97
 
98
- #: facebook-button-plugin.php:268
99
  msgid "Like"
100
  msgstr "Suka"
101
 
102
- #: facebook-button-plugin.php:269
103
  msgid "Share"
104
  msgstr ""
105
 
106
- #: facebook-button-plugin.php:274
107
  msgid "\"My page\" button image"
108
  msgstr ""
109
 
110
- #: facebook-button-plugin.php:279
111
  msgid "Standard Facebook image"
112
  msgstr "Standar gambar Facebook "
113
 
114
- #: facebook-button-plugin.php:280
115
  msgid "Custom Facebook image"
116
  msgstr "Kustom Gambar Facebook "
117
 
118
- #: facebook-button-plugin.php:283
119
  msgid "To use custom image you need to setup permissions to upload directory of your site"
120
  msgstr ""
121
 
122
- #: facebook-button-plugin.php:290
123
  #, fuzzy
124
  msgid "Current image"
125
  msgstr "Gambar tertentu:"
126
 
127
- #: facebook-button-plugin.php:298
128
  msgid "Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
129
  msgstr "properti gambar: lebar gambar maks:100px; panjang gambar maks:40px; ukuran gambar maks:32Kb; tipe gambar:\"jpg\",\"jpeg\", \"png\"."
130
 
131
- #: facebook-button-plugin.php:303
132
  #, fuzzy
133
  msgid "Facebook buttons position"
134
  msgstr "Posisi Tombol Facebook"
135
 
136
- #: facebook-button-plugin.php:307
137
  msgid "Before"
138
  msgstr "Sebelum"
139
 
140
- #: facebook-button-plugin.php:308
141
  msgid "After"
142
  msgstr "Setelah"
143
 
144
- #: facebook-button-plugin.php:309
145
  msgid "Before and After"
146
  msgstr "Sebelum dan Setelah"
147
 
148
- #: facebook-button-plugin.php:310
149
  msgid "Shortcode"
150
  msgstr "Kode Pendek"
151
 
152
- #: facebook-button-plugin.php:312
153
  msgid "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:"
154
  msgstr "Jika anda ingin menambahkan tombol Facebook di website anda, cukup salin kode singkat kedalam posting atau page anda:"
155
 
156
- #: facebook-button-plugin.php:317
157
  #, fuzzy
158
  msgid "Facebook buttons language"
159
  msgstr "Bahasa Facebook Button:"
160
 
161
- #: facebook-button-plugin.php:328
162
  msgid "Change the language of Facebook Like Button"
163
  msgstr "Ubah bahasa Facebook Like Button"
164
 
165
- #: facebook-button-plugin.php:332
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
166
  msgid "Html tag for \"Like\" button"
167
  msgstr ""
168
 
169
- #: facebook-button-plugin.php:336
170
  msgid "Use this tag to improve validation of your site"
171
  msgstr ""
172
 
173
- #: facebook-button-plugin.php:346
174
  msgid "\"Like\" for an entire site on every page:"
175
  msgstr ""
176
 
177
- #: facebook-button-plugin.php:348
178
  msgid "Notice: \"Like for the entire site\" option does not create an extra button. This option merely allows your users to like the entire website when this option is enabled, or a single post when this option is disabled, when clicking the regular \"Like\" button."
179
  msgstr ""
180
 
181
- #: facebook-button-plugin.php:353
182
- #: facebook-button-plugin.php:410
183
  msgid "If you upgrade to Pro version all your settings will be saved."
184
  msgstr ""
185
 
186
- #: facebook-button-plugin.php:360
187
- #: facebook-button-plugin.php:417
188
  msgid "Unlock premium options by upgrading to a PRO version."
189
  msgstr ""
190
 
191
- #: facebook-button-plugin.php:361
192
- #: facebook-button-plugin.php:418
193
  msgid "Learn More"
194
  msgstr ""
195
 
196
- #: facebook-button-plugin.php:364
197
- #: facebook-button-plugin.php:421
198
  msgid "Go"
199
  msgstr ""
200
 
201
- #: facebook-button-plugin.php:372
202
- #: facebook-button-plugin.php:405
203
  msgid "Save Changes"
204
  msgstr "Simpan Perubahan"
205
 
206
- #: facebook-button-plugin.php:387
207
  msgid "Please choose the necessary post types (or single pages) where Facebook button will be displayed:"
208
  msgstr ""
209
 
210
- #: facebook-button-plugin.php:394
211
  msgid "Show URL for pages"
212
  msgstr ""
213
 
214
- #: facebook-button-plugin.php:400
215
  msgid "Example of the site's pages tree"
216
  msgstr ""
217
 
218
- #: facebook-button-plugin.php:400
219
  msgid "Example of site pages' tree"
220
  msgstr ""
221
 
222
- #: facebook-button-plugin.php:609
223
  msgid "Support"
224
  msgstr "Dukungan"
225
 
@@ -264,9 +285,6 @@ msgstr "Dukungan"
264
  #~ msgid "Rate the plugin"
265
  #~ msgstr "Eklenti Önerileri"
266
 
267
- #~ msgid "Activated plugins"
268
- #~ msgstr "Aktif Eklentiler"
269
-
270
  #~ msgid "Read more"
271
  #~ msgstr "Devamını Oku"
272
 
@@ -276,9 +294,6 @@ msgstr "Dukungan"
276
  #~ msgid "Recommended plugins"
277
  #~ msgstr "Eklenti Önerileri"
278
 
279
- #~ msgid "Download"
280
- #~ msgstr "Ä°ndir"
281
-
282
  #~ msgid "Install %s"
283
  #~ msgstr "%s 'i yükle"
284
 
2
  msgstr ""
3
  "Project-Id-Version: facebook\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-07-15 16:01+0300\n"
6
+ "PO-Revision-Date: 2015-07-15 16:01+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: nasrulhaq <nasrulhaq81@gmail.com>\n"
9
  "Language: es_ES\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: facebook-button-plugin.php:32
20
+ #: facebook-button-plugin.php:250
21
  msgid "Facebook Button Settings"
22
  msgstr "Pengaturan Facebook Button"
23
 
24
+ #: facebook-button-plugin.php:175
25
  msgid "Settings saved"
26
  msgstr "Simpan Pengaturan"
27
 
28
+ #: facebook-button-plugin.php:201
29
  msgid "Error: File size > 32K"
30
  msgstr "SALAH: Ukuran file lebih besar dari 32KB"
31
 
32
+ #: facebook-button-plugin.php:204
33
  msgid "Error: Invalid file type"
34
  msgstr "SALAH: Tipe data tidak benar"
35
 
36
+ #: facebook-button-plugin.php:210
37
  msgid "Upload successful."
38
  msgstr ""
39
 
40
+ #: facebook-button-plugin.php:220
41
  msgid "Error: moving file failed"
42
  msgstr "Salah: gagal memindahkan data"
43
 
44
+ #: facebook-button-plugin.php:223
45
  msgid "Error: check image width or height"
46
  msgstr "Salah: periksa lebar atau panjang gambar"
47
 
48
+ #: facebook-button-plugin.php:227
49
  msgid "Uploading Error: check image properties"
50
  msgstr "Gagal Mengunggah: periksa properti gambar"
51
 
52
+ #: facebook-button-plugin.php:237
53
  msgid "All plugin settings were restored."
54
  msgstr ""
55
 
56
+ #: facebook-button-plugin.php:252
57
+ #: facebook-button-plugin.php:653
58
+ #: facebook-button-plugin.php:667
59
  msgid "Settings"
60
  msgstr "Pengaturan"
61
 
62
+ #: facebook-button-plugin.php:253
63
  #, fuzzy
64
  msgid "Extra settings"
65
  msgstr "Pengaturan"
66
 
67
+ #: facebook-button-plugin.php:254
68
+ #: facebook-button-plugin.php:668
69
  msgid "FAQ"
70
  msgstr "SSS (Sık Sorulan Sorular)"
71
 
72
+ #: facebook-button-plugin.php:255
73
  msgid "Go PRO"
74
  msgstr ""
75
 
76
+ #: facebook-button-plugin.php:259
77
  msgid "Notice:"
78
  msgstr ""
79
 
80
+ #: facebook-button-plugin.php:259
81
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
82
  msgstr ""
83
 
84
+ #: facebook-button-plugin.php:268
85
  #, fuzzy
86
  msgid "Your Facebook ID or username"
87
  msgstr " ID Facebook:"
88
 
89
+ #: facebook-button-plugin.php:274
90
  #, fuzzy
91
  msgid "Display button"
92
  msgstr "Tampilan tombol:"
93
 
94
+ #: facebook-button-plugin.php:276
95
  msgid "My Page"
96
  msgstr "Halamanku"
97
 
98
+ #: facebook-button-plugin.php:277
99
  msgid "Like"
100
  msgstr "Suka"
101
 
102
+ #: facebook-button-plugin.php:278
103
  msgid "Share"
104
  msgstr ""
105
 
106
+ #: facebook-button-plugin.php:283
107
  msgid "\"My page\" button image"
108
  msgstr ""
109
 
110
+ #: facebook-button-plugin.php:288
111
  msgid "Standard Facebook image"
112
  msgstr "Standar gambar Facebook "
113
 
114
+ #: facebook-button-plugin.php:289
115
  msgid "Custom Facebook image"
116
  msgstr "Kustom Gambar Facebook "
117
 
118
+ #: facebook-button-plugin.php:292
119
  msgid "To use custom image you need to setup permissions to upload directory of your site"
120
  msgstr ""
121
 
122
+ #: facebook-button-plugin.php:299
123
  #, fuzzy
124
  msgid "Current image"
125
  msgstr "Gambar tertentu:"
126
 
127
+ #: facebook-button-plugin.php:307
128
  msgid "Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
129
  msgstr "properti gambar: lebar gambar maks:100px; panjang gambar maks:40px; ukuran gambar maks:32Kb; tipe gambar:\"jpg\",\"jpeg\", \"png\"."
130
 
131
+ #: facebook-button-plugin.php:312
132
  #, fuzzy
133
  msgid "Facebook buttons position"
134
  msgstr "Posisi Tombol Facebook"
135
 
136
+ #: facebook-button-plugin.php:316
137
  msgid "Before"
138
  msgstr "Sebelum"
139
 
140
+ #: facebook-button-plugin.php:317
141
  msgid "After"
142
  msgstr "Setelah"
143
 
144
+ #: facebook-button-plugin.php:318
145
  msgid "Before and After"
146
  msgstr "Sebelum dan Setelah"
147
 
148
+ #: facebook-button-plugin.php:319
149
  msgid "Shortcode"
150
  msgstr "Kode Pendek"
151
 
152
+ #: facebook-button-plugin.php:321
153
  msgid "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:"
154
  msgstr "Jika anda ingin menambahkan tombol Facebook di website anda, cukup salin kode singkat kedalam posting atau page anda:"
155
 
156
+ #: facebook-button-plugin.php:326
157
  #, fuzzy
158
  msgid "Facebook buttons language"
159
  msgstr "Bahasa Facebook Button:"
160
 
161
+ #: facebook-button-plugin.php:338
162
  msgid "Change the language of Facebook Like Button"
163
  msgstr "Ubah bahasa Facebook Like Button"
164
 
165
+ #: facebook-button-plugin.php:343
166
+ #: facebook-button-plugin.php:346
167
+ #: facebook-button-plugin.php:351
168
+ msgid "Use the current site language"
169
+ msgstr ""
170
+
171
+ #: facebook-button-plugin.php:343
172
+ #: facebook-button-plugin.php:347
173
+ #: facebook-button-plugin.php:352
174
+ msgid "Using"
175
+ msgstr ""
176
+
177
+ #: facebook-button-plugin.php:347
178
+ #, fuzzy
179
+ msgid "Activate"
180
+ msgstr "Aktif Eklentiler"
181
+
182
+ #: facebook-button-plugin.php:352
183
+ msgid "Download"
184
+ msgstr "Ä°ndir"
185
+
186
+ #: facebook-button-plugin.php:359
187
  msgid "Html tag for \"Like\" button"
188
  msgstr ""
189
 
190
+ #: facebook-button-plugin.php:363
191
  msgid "Use this tag to improve validation of your site"
192
  msgstr ""
193
 
194
+ #: facebook-button-plugin.php:373
195
  msgid "\"Like\" for an entire site on every page:"
196
  msgstr ""
197
 
198
+ #: facebook-button-plugin.php:375
199
  msgid "Notice: \"Like for the entire site\" option does not create an extra button. This option merely allows your users to like the entire website when this option is enabled, or a single post when this option is disabled, when clicking the regular \"Like\" button."
200
  msgstr ""
201
 
202
+ #: facebook-button-plugin.php:380
203
+ #: facebook-button-plugin.php:437
204
  msgid "If you upgrade to Pro version all your settings will be saved."
205
  msgstr ""
206
 
207
+ #: facebook-button-plugin.php:387
208
+ #: facebook-button-plugin.php:444
209
  msgid "Unlock premium options by upgrading to a PRO version."
210
  msgstr ""
211
 
212
+ #: facebook-button-plugin.php:388
213
+ #: facebook-button-plugin.php:445
214
  msgid "Learn More"
215
  msgstr ""
216
 
217
+ #: facebook-button-plugin.php:391
218
+ #: facebook-button-plugin.php:448
219
  msgid "Go"
220
  msgstr ""
221
 
222
+ #: facebook-button-plugin.php:399
223
+ #: facebook-button-plugin.php:432
224
  msgid "Save Changes"
225
  msgstr "Simpan Perubahan"
226
 
227
+ #: facebook-button-plugin.php:414
228
  msgid "Please choose the necessary post types (or single pages) where Facebook button will be displayed:"
229
  msgstr ""
230
 
231
+ #: facebook-button-plugin.php:421
232
  msgid "Show URL for pages"
233
  msgstr ""
234
 
235
+ #: facebook-button-plugin.php:427
236
  msgid "Example of the site's pages tree"
237
  msgstr ""
238
 
239
+ #: facebook-button-plugin.php:427
240
  msgid "Example of site pages' tree"
241
  msgstr ""
242
 
243
+ #: facebook-button-plugin.php:669
244
  msgid "Support"
245
  msgstr "Dukungan"
246
 
285
  #~ msgid "Rate the plugin"
286
  #~ msgstr "Eklenti Önerileri"
287
 
 
 
 
288
  #~ msgid "Read more"
289
  #~ msgstr "Devamını Oku"
290
 
294
  #~ msgid "Recommended plugins"
295
  #~ msgstr "Eklenti Önerileri"
296
 
 
 
 
297
  #~ msgid "Install %s"
298
  #~ msgstr "%s 'i yükle"
299
 
languages/facebook-ru_RU.mo CHANGED
Binary file
languages/facebook-ru_RU.po CHANGED
@@ -2,9 +2,9 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: facebook\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-06-12 16:04+0300\n"
6
- "PO-Revision-Date: 2015-06-12 16:04+0300\n"
7
- "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: BestWebSoft <plugin@bestwebsoft.com>\n"
9
  "Language: ru_RU\n"
10
  "MIME-Version: 1.0\n"
@@ -16,204 +16,242 @@ msgstr ""
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:241
21
  msgid "Facebook Button Settings"
22
- msgstr "Настройки Facebook Кнопки"
23
 
24
- #: facebook-button-plugin.php:162
25
  msgid "Settings saved"
26
  msgstr "Настройки сохранены"
27
 
28
- #: facebook-button-plugin.php:189
29
  msgid "Error: File size > 32K"
30
- msgstr "Ошибка: Размер файла больше 32К"
31
 
32
- #: facebook-button-plugin.php:192
33
  msgid "Error: Invalid file type"
34
  msgstr "Ошибка: Некорректный тип файла"
35
 
36
- #: facebook-button-plugin.php:198
37
  msgid "Upload successful."
38
  msgstr "Загрузка прошла удачно."
39
 
40
- #: facebook-button-plugin.php:208
41
  msgid "Error: moving file failed"
42
  msgstr "Ошибка: При перемещении произошла ошибка"
43
 
44
- #: facebook-button-plugin.php:211
45
  msgid "Error: check image width or height"
46
  msgstr "Ошибка: Проверьте ширину и высоту изображения"
47
 
48
- #: facebook-button-plugin.php:215
49
  msgid "Uploading Error: check image properties"
50
  msgstr "Ошибка загрузки: Проверьте опции изображения"
51
 
52
- #: facebook-button-plugin.php:228
53
  msgid "All plugin settings were restored."
54
  msgstr "Все настройки плагина восстановлены."
55
 
56
- #: facebook-button-plugin.php:243
57
- #: facebook-button-plugin.php:593
58
- #: facebook-button-plugin.php:607
59
  msgid "Settings"
60
  msgstr "Настройки"
61
 
62
- #: facebook-button-plugin.php:244
63
  msgid "Extra settings"
64
  msgstr "Дополнительные настройки"
65
 
66
- #: facebook-button-plugin.php:245
67
- #: facebook-button-plugin.php:608
68
  msgid "FAQ"
69
  msgstr "FAQ"
70
 
71
- #: facebook-button-plugin.php:246
72
  msgid "Go PRO"
73
  msgstr "Перейти на PRO версию"
74
 
75
- #: facebook-button-plugin.php:250
76
  msgid "Notice:"
77
  msgstr "Внимание:"
78
 
79
- #: facebook-button-plugin.php:250
80
- msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
81
- msgstr "Настройки плагина были изменены. Для того, чтобы сохранить их, пожалуйста, не забудьте нажать кнопку \"Сохранить\"."
82
-
83
  #: facebook-button-plugin.php:259
 
 
 
 
 
 
 
 
84
  msgid "Your Facebook ID or username"
85
  msgstr "Ваш Facebook ID или имя пользователя"
86
 
87
- #: facebook-button-plugin.php:265
88
  msgid "Display button"
89
  msgstr "Отображение кнопок"
90
 
91
- #: facebook-button-plugin.php:267
92
  msgid "My Page"
93
  msgstr "My Page"
94
 
95
- #: facebook-button-plugin.php:268
96
  msgid "Like"
97
  msgstr "Like"
98
 
99
- #: facebook-button-plugin.php:269
100
  msgid "Share"
101
  msgstr "Share"
102
 
103
- #: facebook-button-plugin.php:274
104
  msgid "\"My page\" button image"
105
  msgstr "Изображение кнопки \"My page\""
106
 
107
- #: facebook-button-plugin.php:279
108
  msgid "Standard Facebook image"
109
  msgstr "Стандартная картинка Facebook"
110
 
111
- #: facebook-button-plugin.php:280
112
  msgid "Custom Facebook image"
113
  msgstr "Пользовательская картинка Facebook"
114
 
115
- #: facebook-button-plugin.php:283
116
- msgid "To use custom image you need to setup permissions to upload directory of your site"
117
- msgstr "Для использования кастомного изображения Вам нужно выдать права доступа на папку загрузок на вашем сайте"
 
 
 
 
118
 
119
- #: facebook-button-plugin.php:290
120
  msgid "Current image"
121
  msgstr "Текущее изображение"
122
 
123
- #: facebook-button-plugin.php:298
124
- msgid "Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
125
- msgstr "Опции изображения для загрузки: максимальная ширина:100px; максимальная высота:40px; максимальный размер:32Kb; тип файла:\"jpg\", \"jpeg\", \"png\"."
 
 
 
 
126
 
127
- #: facebook-button-plugin.php:303
128
  msgid "Facebook buttons position"
129
  msgstr "Позиции Facebook кнопки"
130
 
131
- #: facebook-button-plugin.php:307
132
  msgid "Before"
133
  msgstr "Перед"
134
 
135
- #: facebook-button-plugin.php:308
136
  msgid "After"
137
  msgstr "После"
138
 
139
- #: facebook-button-plugin.php:309
140
  msgid "Before and After"
141
  msgstr "Перед и после"
142
 
143
- #: facebook-button-plugin.php:310
144
  msgid "Shortcode"
145
  msgstr "Шорткод"
146
 
147
- #: facebook-button-plugin.php:312
148
- msgid "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:"
149
- msgstr "Если вы хотите добавить Facebook кнопку на свой сайт, вам надо только скопировать и вставить шорткод в контент страницы или поста"
 
 
 
 
150
 
151
- #: facebook-button-plugin.php:317
152
  msgid "Facebook buttons language"
153
  msgstr "Язык для Facebook кнопки"
154
 
155
- #: facebook-button-plugin.php:328
156
  msgid "Change the language of Facebook Like Button"
157
  msgstr "Выберите язык для Like кнопки"
158
 
159
- #: facebook-button-plugin.php:332
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
160
  msgid "Html tag for \"Like\" button"
161
  msgstr "Html тэг для кнопки \"Like\""
162
 
163
- #: facebook-button-plugin.php:336
164
  msgid "Use this tag to improve validation of your site"
165
  msgstr "Используйте этот тэг для лучшей валидации вашего сайта"
166
 
167
- #: facebook-button-plugin.php:346
168
  msgid "\"Like\" for an entire site on every page:"
169
  msgstr "Ставить \"Like\" всему сайту на каждой странице:"
170
 
171
- #: facebook-button-plugin.php:348
172
- msgid "Notice: \"Like for the entire site\" option does not create an extra button. This option merely allows your users to like the entire website when this option is enabled, or a single post when this option is disabled, when clicking the regular \"Like\" button."
173
- msgstr "Внимание: опция \"Лайк для всего сайта\" - не создает дополнительную кнопку. Эта опция позволяет при клике пользователями на стандартную кнопку ставить лайк для вего сайта, если эта опция включена, или лайк для отдельной записи, когда эта опция выключена."
 
 
 
 
 
 
 
 
174
 
175
- #: facebook-button-plugin.php:353
176
- #: facebook-button-plugin.php:410
177
  msgid "If you upgrade to Pro version all your settings will be saved."
178
  msgstr "При установке Pro версии плагина, все ваши настройки сохраняются."
179
 
180
- #: facebook-button-plugin.php:360
181
- #: facebook-button-plugin.php:417
182
  msgid "Unlock premium options by upgrading to a PRO version."
183
  msgstr "Активируйте премиум опции обновившись до PRO версии."
184
 
185
- #: facebook-button-plugin.php:361
186
- #: facebook-button-plugin.php:418
187
  msgid "Learn More"
188
  msgstr "Подробнее"
189
 
190
- #: facebook-button-plugin.php:364
191
- #: facebook-button-plugin.php:421
192
  msgid "Go"
193
  msgstr "Перейти на"
194
 
195
- #: facebook-button-plugin.php:372
196
- #: facebook-button-plugin.php:405
197
  msgid "Save Changes"
198
  msgstr "Сохранить изменения"
199
 
200
- #: facebook-button-plugin.php:387
201
- msgid "Please choose the necessary post types (or single pages) where Facebook button will be displayed:"
202
- msgstr "Пожалуйста, выберите те типы постов (или отдельные страницы), где будут отображатся кнопки Facebook:"
 
 
 
 
203
 
204
- #: facebook-button-plugin.php:394
205
  msgid "Show URL for pages"
206
  msgstr "Отображать URL для страниц"
207
 
208
- #: facebook-button-plugin.php:400
209
  msgid "Example of the site's pages tree"
210
  msgstr "Пример дерева страниц сайта"
211
 
212
- #: facebook-button-plugin.php:400
213
  msgid "Example of site pages' tree"
214
  msgstr "Пример дерева страниц сайта"
215
 
216
- #: facebook-button-plugin.php:609
217
  msgid "Support"
218
  msgstr "Поддержка"
219
 
2
  msgstr ""
3
  "Project-Id-Version: facebook\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-07-15 16:01+0300\n"
6
+ "PO-Revision-Date: 2015-07-16 11:50+0300\n"
7
+ "Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: BestWebSoft <plugin@bestwebsoft.com>\n"
9
  "Language: ru_RU\n"
10
  "MIME-Version: 1.0\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: facebook-button-plugin.php:32 facebook-button-plugin.php:250
 
20
  msgid "Facebook Button Settings"
21
+ msgstr "Настройки Facebook Button"
22
 
23
+ #: facebook-button-plugin.php:175
24
  msgid "Settings saved"
25
  msgstr "Настройки сохранены"
26
 
27
+ #: facebook-button-plugin.php:201
28
  msgid "Error: File size > 32K"
29
+ msgstr "Ошибка: Размер файла > 32К"
30
 
31
+ #: facebook-button-plugin.php:204
32
  msgid "Error: Invalid file type"
33
  msgstr "Ошибка: Некорректный тип файла"
34
 
35
+ #: facebook-button-plugin.php:210
36
  msgid "Upload successful."
37
  msgstr "Загрузка прошла удачно."
38
 
39
+ #: facebook-button-plugin.php:220
40
  msgid "Error: moving file failed"
41
  msgstr "Ошибка: При перемещении произошла ошибка"
42
 
43
+ #: facebook-button-plugin.php:223
44
  msgid "Error: check image width or height"
45
  msgstr "Ошибка: Проверьте ширину и высоту изображения"
46
 
47
+ #: facebook-button-plugin.php:227
48
  msgid "Uploading Error: check image properties"
49
  msgstr "Ошибка загрузки: Проверьте опции изображения"
50
 
51
+ #: facebook-button-plugin.php:237
52
  msgid "All plugin settings were restored."
53
  msgstr "Все настройки плагина восстановлены."
54
 
55
+ #: facebook-button-plugin.php:252 facebook-button-plugin.php:653
56
+ #: facebook-button-plugin.php:667
 
57
  msgid "Settings"
58
  msgstr "Настройки"
59
 
60
+ #: facebook-button-plugin.php:253
61
  msgid "Extra settings"
62
  msgstr "Дополнительные настройки"
63
 
64
+ #: facebook-button-plugin.php:254 facebook-button-plugin.php:668
 
65
  msgid "FAQ"
66
  msgstr "FAQ"
67
 
68
+ #: facebook-button-plugin.php:255
69
  msgid "Go PRO"
70
  msgstr "Перейти на PRO версию"
71
 
72
+ #: facebook-button-plugin.php:259
73
  msgid "Notice:"
74
  msgstr "Внимание:"
75
 
 
 
 
 
76
  #: facebook-button-plugin.php:259
77
+ msgid ""
78
+ "The plugin's settings have been changed. In order to save them please don't "
79
+ "forget to click the 'Save Changes' button."
80
+ msgstr ""
81
+ "Настройки плагина были изменены. Для того, чтобы сохранить их, пожалуйста, "
82
+ "не забудьте нажать кнопку \"Сохранить\"."
83
+
84
+ #: facebook-button-plugin.php:268
85
  msgid "Your Facebook ID or username"
86
  msgstr "Ваш Facebook ID или имя пользователя"
87
 
88
+ #: facebook-button-plugin.php:274
89
  msgid "Display button"
90
  msgstr "Отображение кнопок"
91
 
92
+ #: facebook-button-plugin.php:276
93
  msgid "My Page"
94
  msgstr "My Page"
95
 
96
+ #: facebook-button-plugin.php:277
97
  msgid "Like"
98
  msgstr "Like"
99
 
100
+ #: facebook-button-plugin.php:278
101
  msgid "Share"
102
  msgstr "Share"
103
 
104
+ #: facebook-button-plugin.php:283
105
  msgid "\"My page\" button image"
106
  msgstr "Изображение кнопки \"My page\""
107
 
108
+ #: facebook-button-plugin.php:288
109
  msgid "Standard Facebook image"
110
  msgstr "Стандартная картинка Facebook"
111
 
112
+ #: facebook-button-plugin.php:289
113
  msgid "Custom Facebook image"
114
  msgstr "Пользовательская картинка Facebook"
115
 
116
+ #: facebook-button-plugin.php:292
117
+ msgid ""
118
+ "To use custom image you need to setup permissions to upload directory of "
119
+ "your site"
120
+ msgstr ""
121
+ "Для использования кастомного изображения Вам нужно выдать права доступа на "
122
+ "папку загрузок на вашем сайте"
123
 
124
+ #: facebook-button-plugin.php:299
125
  msgid "Current image"
126
  msgstr "Текущее изображение"
127
 
128
+ #: facebook-button-plugin.php:307
129
+ msgid ""
130
+ "Image properties: max image width:100px; max image height:40px; max image "
131
+ "size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
132
+ msgstr ""
133
+ "Опции изображения для загрузки: максимальная ширина:100px; максимальная "
134
+ "высота:40px; максимальный размер:32Kb; тип файла:\"jpg\", \"jpeg\", \"png\"."
135
 
136
+ #: facebook-button-plugin.php:312
137
  msgid "Facebook buttons position"
138
  msgstr "Позиции Facebook кнопки"
139
 
140
+ #: facebook-button-plugin.php:316
141
  msgid "Before"
142
  msgstr "Перед"
143
 
144
+ #: facebook-button-plugin.php:317
145
  msgid "After"
146
  msgstr "После"
147
 
148
+ #: facebook-button-plugin.php:318
149
  msgid "Before and After"
150
  msgstr "Перед и после"
151
 
152
+ #: facebook-button-plugin.php:319
153
  msgid "Shortcode"
154
  msgstr "Шорткод"
155
 
156
+ #: facebook-button-plugin.php:321
157
+ msgid ""
158
+ "If you would like to add a Facebook button to your website, just copy and "
159
+ "paste this shortcode into your post or page:"
160
+ msgstr ""
161
+ "Если вы хотите добавить Facebook кнопку на свой сайт, вам нужно только "
162
+ "скопировать и вставить шорткод в контент страницы или поста"
163
 
164
+ #: facebook-button-plugin.php:326
165
  msgid "Facebook buttons language"
166
  msgstr "Язык для Facebook кнопки"
167
 
168
+ #: facebook-button-plugin.php:338
169
  msgid "Change the language of Facebook Like Button"
170
  msgstr "Выберите язык для Like кнопки"
171
 
172
+ #: facebook-button-plugin.php:343 facebook-button-plugin.php:346
173
+ #: facebook-button-plugin.php:351
174
+ msgid "Use the current site language"
175
+ msgstr "Использовать текущий язык сайта"
176
+
177
+ #: facebook-button-plugin.php:343 facebook-button-plugin.php:347
178
+ #: facebook-button-plugin.php:352
179
+ msgid "Using"
180
+ msgstr "Используя"
181
+
182
+ #: facebook-button-plugin.php:347
183
+ msgid "Activate"
184
+ msgstr "Активировать"
185
+
186
+ #: facebook-button-plugin.php:352
187
+ msgid "Download"
188
+ msgstr "Загрузить"
189
+
190
+ #: facebook-button-plugin.php:359
191
  msgid "Html tag for \"Like\" button"
192
  msgstr "Html тэг для кнопки \"Like\""
193
 
194
+ #: facebook-button-plugin.php:363
195
  msgid "Use this tag to improve validation of your site"
196
  msgstr "Используйте этот тэг для лучшей валидации вашего сайта"
197
 
198
+ #: facebook-button-plugin.php:373
199
  msgid "\"Like\" for an entire site on every page:"
200
  msgstr "Ставить \"Like\" всему сайту на каждой странице:"
201
 
202
+ #: facebook-button-plugin.php:375
203
+ msgid ""
204
+ "Notice: \"Like for the entire site\" option does not create an extra button. "
205
+ "This option merely allows your users to like the entire website when this "
206
+ "option is enabled, or a single post when this option is disabled, when "
207
+ "clicking the regular \"Like\" button."
208
+ msgstr ""
209
+ "Внимание: опция \"Лайк для всего сайта\" - не создает дополнительную "
210
+ "кнопку. Эта опция позволяет при клике пользователями на стандартную кнопку "
211
+ "ставить лайк для всего сайта, если эта опция включена, или лайк для "
212
+ "отдельной записи, когда эта опция выключена."
213
 
214
+ #: facebook-button-plugin.php:380 facebook-button-plugin.php:437
 
215
  msgid "If you upgrade to Pro version all your settings will be saved."
216
  msgstr "При установке Pro версии плагина, все ваши настройки сохраняются."
217
 
218
+ #: facebook-button-plugin.php:387 facebook-button-plugin.php:444
 
219
  msgid "Unlock premium options by upgrading to a PRO version."
220
  msgstr "Активируйте премиум опции обновившись до PRO версии."
221
 
222
+ #: facebook-button-plugin.php:388 facebook-button-plugin.php:445
 
223
  msgid "Learn More"
224
  msgstr "Подробнее"
225
 
226
+ #: facebook-button-plugin.php:391 facebook-button-plugin.php:448
 
227
  msgid "Go"
228
  msgstr "Перейти на"
229
 
230
+ #: facebook-button-plugin.php:399 facebook-button-plugin.php:432
 
231
  msgid "Save Changes"
232
  msgstr "Сохранить изменения"
233
 
234
+ #: facebook-button-plugin.php:414
235
+ msgid ""
236
+ "Please choose the necessary post types (or single pages) where Facebook "
237
+ "button will be displayed:"
238
+ msgstr ""
239
+ "Пожалуйста, выберите те типы постов (или отдельные страницы), где будут "
240
+ "отображаться кнопки Facebook:"
241
 
242
+ #: facebook-button-plugin.php:421
243
  msgid "Show URL for pages"
244
  msgstr "Отображать URL для страниц"
245
 
246
+ #: facebook-button-plugin.php:427
247
  msgid "Example of the site's pages tree"
248
  msgstr "Пример дерева страниц сайта"
249
 
250
+ #: facebook-button-plugin.php:427
251
  msgid "Example of site pages' tree"
252
  msgstr "Пример дерева страниц сайта"
253
 
254
+ #: facebook-button-plugin.php:669
255
  msgid "Support"
256
  msgstr "Поддержка"
257
 
languages/facebook-tr_TR.mo CHANGED
Binary file
languages/facebook-tr_TR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: facebook\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-06-12 16:04+0300\n"
6
- "PO-Revision-Date: 2015-06-12 16:04+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Can Atasever <webmaster@canatasever.com>\n"
9
  "Language: tr\n"
@@ -18,209 +18,229 @@ msgstr ""
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
  #: facebook-button-plugin.php:32
21
- #: facebook-button-plugin.php:241
22
  msgid "Facebook Button Settings"
23
  msgstr "Facebook Buton Ayarları"
24
 
25
- #: facebook-button-plugin.php:162
26
  msgid "Settings saved"
27
  msgstr "Ayarlar kaydedildi"
28
 
29
- #: facebook-button-plugin.php:189
30
  msgid "Error: File size > 32K"
31
  msgstr "HATA: Dosya boyutu > 32K"
32
 
33
- #: facebook-button-plugin.php:192
34
  msgid "Error: Invalid file type"
35
  msgstr "HATA: Geçersiz dosya türü"
36
 
37
- #: facebook-button-plugin.php:198
38
  msgid "Upload successful."
39
  msgstr "Yükleme başarılı"
40
 
41
- #: facebook-button-plugin.php:208
42
  msgid "Error: moving file failed"
43
  msgstr "HATA: dosya taşıma başarısız."
44
 
45
- #: facebook-button-plugin.php:211
46
  msgid "Error: check image width or height"
47
  msgstr "HATA: görselin genişliğini ya da yüksekliğini kontrol edin."
48
 
49
- #: facebook-button-plugin.php:215
50
  msgid "Uploading Error: check image properties"
51
  msgstr "Yükleme Hatası: görselin özelliklerini kontrol edin."
52
 
53
- #: facebook-button-plugin.php:228
54
  msgid "All plugin settings were restored."
55
  msgstr ""
56
 
57
- #: facebook-button-plugin.php:243
58
- #: facebook-button-plugin.php:593
59
- #: facebook-button-plugin.php:607
60
  msgid "Settings"
61
  msgstr "Ayarlar"
62
 
63
- #: facebook-button-plugin.php:244
64
  msgid "Extra settings"
65
  msgstr "Ekstra Ayarlar"
66
 
67
- #: facebook-button-plugin.php:245
68
- #: facebook-button-plugin.php:608
69
  msgid "FAQ"
70
  msgstr "SSS"
71
 
72
- #: facebook-button-plugin.php:246
73
  msgid "Go PRO"
74
  msgstr "PRO&#39;ya geçin"
75
 
76
- #: facebook-button-plugin.php:250
77
  msgid "Notice:"
78
  msgstr "Uyarı:"
79
 
80
- #: facebook-button-plugin.php:250
81
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
82
  msgstr "eklentinin ayarları değiştirildi. Değişiklikleri kaydetmek için &#39;Değişiklikleri Kaydet&#39; butonuna basmayı unutmayın."
83
 
84
- #: facebook-button-plugin.php:259
85
  #, fuzzy
86
  msgid "Your Facebook ID or username"
87
  msgstr "Facebook ID&#39;niz:"
88
 
89
- #: facebook-button-plugin.php:265
90
  #, fuzzy
91
  msgid "Display button"
92
  msgstr "Butonu Göster:"
93
 
94
- #: facebook-button-plugin.php:267
95
  msgid "My Page"
96
  msgstr "Benim Sayfam"
97
 
98
- #: facebook-button-plugin.php:268
99
  msgid "Like"
100
  msgstr "Beğen"
101
 
102
- #: facebook-button-plugin.php:269
103
  msgid "Share"
104
  msgstr "Paylaş"
105
 
106
- #: facebook-button-plugin.php:274
107
  msgid "\"My page\" button image"
108
  msgstr ""
109
 
110
- #: facebook-button-plugin.php:279
111
  msgid "Standard Facebook image"
112
  msgstr "Standart Facebook görseli"
113
 
114
- #: facebook-button-plugin.php:280
115
  msgid "Custom Facebook image"
116
  msgstr "Özel Facebook görseli"
117
 
118
- #: facebook-button-plugin.php:283
119
  msgid "To use custom image you need to setup permissions to upload directory of your site"
120
  msgstr "Özel görsel kullanmak için sitenizin dizinine yükleme yapılmasına izin vermelisiniz."
121
 
122
- #: facebook-button-plugin.php:290
123
  #, fuzzy
124
  msgid "Current image"
125
  msgstr "Şu anki görsel:"
126
 
127
- #: facebook-button-plugin.php:298
128
  msgid "Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
129
  msgstr "Görsel özellikleri: maksimum görsel genişliği: 100px; maksimum görsel yüksekliği: 40px; maksimum görsel boyutu: 32 KB; uzantılar: \"jpg\", \"jpeg\", \"png\"."
130
 
131
- #: facebook-button-plugin.php:303
132
  #, fuzzy
133
  msgid "Facebook buttons position"
134
  msgstr "Facebook Butonu pozisyonu"
135
 
136
- #: facebook-button-plugin.php:307
137
  msgid "Before"
138
  msgstr "Önce"
139
 
140
- #: facebook-button-plugin.php:308
141
  msgid "After"
142
  msgstr "Sonra"
143
 
144
- #: facebook-button-plugin.php:309
145
  msgid "Before and After"
146
  msgstr "Önce ve Sonra"
147
 
148
- #: facebook-button-plugin.php:310
149
  msgid "Shortcode"
150
  msgstr "Kısa kod"
151
 
152
- #: facebook-button-plugin.php:312
153
  msgid "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:"
154
  msgstr "eğer web sitenize Facebook butonu eklemek isterseniz, verilen kısa kodu sayfanıza ya da yazınıza eklemeniz yeterlidir."
155
 
156
- #: facebook-button-plugin.php:317
157
  #, fuzzy
158
  msgid "Facebook buttons language"
159
  msgstr "Facebook Butonu dili"
160
 
161
- #: facebook-button-plugin.php:328
162
  msgid "Change the language of Facebook Like Button"
163
  msgstr "Facebook Beğen butonunun dilini değiştirin"
164
 
165
- #: facebook-button-plugin.php:332
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
166
  #, fuzzy
167
  msgid "Html tag for \"Like\" button"
168
  msgstr "Beğen butonu için HTML etiketi:"
169
 
170
- #: facebook-button-plugin.php:336
171
  msgid "Use this tag to improve validation of your site"
172
  msgstr "Sitenizin doğrulamasını geliştirmek için bu etiketi kullanın"
173
 
174
- #: facebook-button-plugin.php:346
175
  msgid "\"Like\" for an entire site on every page:"
176
  msgstr ""
177
 
178
- #: facebook-button-plugin.php:348
179
  msgid "Notice: \"Like for the entire site\" option does not create an extra button. This option merely allows your users to like the entire website when this option is enabled, or a single post when this option is disabled, when clicking the regular \"Like\" button."
180
  msgstr ""
181
 
182
- #: facebook-button-plugin.php:353
183
- #: facebook-button-plugin.php:410
184
  msgid "If you upgrade to Pro version all your settings will be saved."
185
  msgstr "Aboneliğinizi PRO versiyonuna yükseltirseniz tüm değişiklikleriniz kaydedilecek."
186
 
187
- #: facebook-button-plugin.php:360
188
- #: facebook-button-plugin.php:417
189
  msgid "Unlock premium options by upgrading to a PRO version."
190
  msgstr "PRO versiyonuna geçerek premium özellikleri aktifleştirin."
191
 
192
- #: facebook-button-plugin.php:361
193
- #: facebook-button-plugin.php:418
194
  msgid "Learn More"
195
  msgstr "Detaylı Bilgi"
196
 
197
- #: facebook-button-plugin.php:364
198
- #: facebook-button-plugin.php:421
199
  msgid "Go"
200
  msgstr "Git"
201
 
202
- #: facebook-button-plugin.php:372
203
- #: facebook-button-plugin.php:405
204
  msgid "Save Changes"
205
  msgstr "Değişiklikleri Kaydet"
206
 
207
- #: facebook-button-plugin.php:387
208
  msgid "Please choose the necessary post types (or single pages) where Facebook button will be displayed:"
209
  msgstr "Lütfen Facebook butonunun gösterileceği yazı türlerini (ya da tek sayfaları) seçin."
210
 
211
- #: facebook-button-plugin.php:394
212
  msgid "Show URL for pages"
213
  msgstr "Sayfalar için URL göster"
214
 
215
- #: facebook-button-plugin.php:400
216
  msgid "Example of the site's pages tree"
217
  msgstr "Sitenin sayfalar izi için örnek"
218
 
219
- #: facebook-button-plugin.php:400
220
  msgid "Example of site pages' tree"
221
  msgstr "Site sayfaları izi için örnek"
222
 
223
- #: facebook-button-plugin.php:609
224
  msgid "Support"
225
  msgstr "Destek"
226
 
2
  msgstr ""
3
  "Project-Id-Version: facebook\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-07-15 16:02+0300\n"
6
+ "PO-Revision-Date: 2015-07-15 16:02+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Can Atasever <webmaster@canatasever.com>\n"
9
  "Language: tr\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
  #: facebook-button-plugin.php:32
21
+ #: facebook-button-plugin.php:250
22
  msgid "Facebook Button Settings"
23
  msgstr "Facebook Buton Ayarları"
24
 
25
+ #: facebook-button-plugin.php:175
26
  msgid "Settings saved"
27
  msgstr "Ayarlar kaydedildi"
28
 
29
+ #: facebook-button-plugin.php:201
30
  msgid "Error: File size > 32K"
31
  msgstr "HATA: Dosya boyutu > 32K"
32
 
33
+ #: facebook-button-plugin.php:204
34
  msgid "Error: Invalid file type"
35
  msgstr "HATA: Geçersiz dosya türü"
36
 
37
+ #: facebook-button-plugin.php:210
38
  msgid "Upload successful."
39
  msgstr "Yükleme başarılı"
40
 
41
+ #: facebook-button-plugin.php:220
42
  msgid "Error: moving file failed"
43
  msgstr "HATA: dosya taşıma başarısız."
44
 
45
+ #: facebook-button-plugin.php:223
46
  msgid "Error: check image width or height"
47
  msgstr "HATA: görselin genişliğini ya da yüksekliğini kontrol edin."
48
 
49
+ #: facebook-button-plugin.php:227
50
  msgid "Uploading Error: check image properties"
51
  msgstr "Yükleme Hatası: görselin özelliklerini kontrol edin."
52
 
53
+ #: facebook-button-plugin.php:237
54
  msgid "All plugin settings were restored."
55
  msgstr ""
56
 
57
+ #: facebook-button-plugin.php:252
58
+ #: facebook-button-plugin.php:653
59
+ #: facebook-button-plugin.php:667
60
  msgid "Settings"
61
  msgstr "Ayarlar"
62
 
63
+ #: facebook-button-plugin.php:253
64
  msgid "Extra settings"
65
  msgstr "Ekstra Ayarlar"
66
 
67
+ #: facebook-button-plugin.php:254
68
+ #: facebook-button-plugin.php:668
69
  msgid "FAQ"
70
  msgstr "SSS"
71
 
72
+ #: facebook-button-plugin.php:255
73
  msgid "Go PRO"
74
  msgstr "PRO&#39;ya geçin"
75
 
76
+ #: facebook-button-plugin.php:259
77
  msgid "Notice:"
78
  msgstr "Uyarı:"
79
 
80
+ #: facebook-button-plugin.php:259
81
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
82
  msgstr "eklentinin ayarları değiştirildi. Değişiklikleri kaydetmek için &#39;Değişiklikleri Kaydet&#39; butonuna basmayı unutmayın."
83
 
84
+ #: facebook-button-plugin.php:268
85
  #, fuzzy
86
  msgid "Your Facebook ID or username"
87
  msgstr "Facebook ID&#39;niz:"
88
 
89
+ #: facebook-button-plugin.php:274
90
  #, fuzzy
91
  msgid "Display button"
92
  msgstr "Butonu Göster:"
93
 
94
+ #: facebook-button-plugin.php:276
95
  msgid "My Page"
96
  msgstr "Benim Sayfam"
97
 
98
+ #: facebook-button-plugin.php:277
99
  msgid "Like"
100
  msgstr "Beğen"
101
 
102
+ #: facebook-button-plugin.php:278
103
  msgid "Share"
104
  msgstr "Paylaş"
105
 
106
+ #: facebook-button-plugin.php:283
107
  msgid "\"My page\" button image"
108
  msgstr ""
109
 
110
+ #: facebook-button-plugin.php:288
111
  msgid "Standard Facebook image"
112
  msgstr "Standart Facebook görseli"
113
 
114
+ #: facebook-button-plugin.php:289
115
  msgid "Custom Facebook image"
116
  msgstr "Özel Facebook görseli"
117
 
118
+ #: facebook-button-plugin.php:292
119
  msgid "To use custom image you need to setup permissions to upload directory of your site"
120
  msgstr "Özel görsel kullanmak için sitenizin dizinine yükleme yapılmasına izin vermelisiniz."
121
 
122
+ #: facebook-button-plugin.php:299
123
  #, fuzzy
124
  msgid "Current image"
125
  msgstr "Şu anki görsel:"
126
 
127
+ #: facebook-button-plugin.php:307
128
  msgid "Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
129
  msgstr "Görsel özellikleri: maksimum görsel genişliği: 100px; maksimum görsel yüksekliği: 40px; maksimum görsel boyutu: 32 KB; uzantılar: \"jpg\", \"jpeg\", \"png\"."
130
 
131
+ #: facebook-button-plugin.php:312
132
  #, fuzzy
133
  msgid "Facebook buttons position"
134
  msgstr "Facebook Butonu pozisyonu"
135
 
136
+ #: facebook-button-plugin.php:316
137
  msgid "Before"
138
  msgstr "Önce"
139
 
140
+ #: facebook-button-plugin.php:317
141
  msgid "After"
142
  msgstr "Sonra"
143
 
144
+ #: facebook-button-plugin.php:318
145
  msgid "Before and After"
146
  msgstr "Önce ve Sonra"
147
 
148
+ #: facebook-button-plugin.php:319
149
  msgid "Shortcode"
150
  msgstr "Kısa kod"
151
 
152
+ #: facebook-button-plugin.php:321
153
  msgid "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:"
154
  msgstr "eğer web sitenize Facebook butonu eklemek isterseniz, verilen kısa kodu sayfanıza ya da yazınıza eklemeniz yeterlidir."
155
 
156
+ #: facebook-button-plugin.php:326
157
  #, fuzzy
158
  msgid "Facebook buttons language"
159
  msgstr "Facebook Butonu dili"
160
 
161
+ #: facebook-button-plugin.php:338
162
  msgid "Change the language of Facebook Like Button"
163
  msgstr "Facebook Beğen butonunun dilini değiştirin"
164
 
165
+ #: facebook-button-plugin.php:343
166
+ #: facebook-button-plugin.php:346
167
+ #: facebook-button-plugin.php:351
168
+ msgid "Use the current site language"
169
+ msgstr ""
170
+
171
+ #: facebook-button-plugin.php:343
172
+ #: facebook-button-plugin.php:347
173
+ #: facebook-button-plugin.php:352
174
+ msgid "Using"
175
+ msgstr ""
176
+
177
+ #: facebook-button-plugin.php:347
178
+ msgid "Activate"
179
+ msgstr ""
180
+
181
+ #: facebook-button-plugin.php:352
182
+ msgid "Download"
183
+ msgstr ""
184
+
185
+ #: facebook-button-plugin.php:359
186
  #, fuzzy
187
  msgid "Html tag for \"Like\" button"
188
  msgstr "Beğen butonu için HTML etiketi:"
189
 
190
+ #: facebook-button-plugin.php:363
191
  msgid "Use this tag to improve validation of your site"
192
  msgstr "Sitenizin doğrulamasını geliştirmek için bu etiketi kullanın"
193
 
194
+ #: facebook-button-plugin.php:373
195
  msgid "\"Like\" for an entire site on every page:"
196
  msgstr ""
197
 
198
+ #: facebook-button-plugin.php:375
199
  msgid "Notice: \"Like for the entire site\" option does not create an extra button. This option merely allows your users to like the entire website when this option is enabled, or a single post when this option is disabled, when clicking the regular \"Like\" button."
200
  msgstr ""
201
 
202
+ #: facebook-button-plugin.php:380
203
+ #: facebook-button-plugin.php:437
204
  msgid "If you upgrade to Pro version all your settings will be saved."
205
  msgstr "Aboneliğinizi PRO versiyonuna yükseltirseniz tüm değişiklikleriniz kaydedilecek."
206
 
207
+ #: facebook-button-plugin.php:387
208
+ #: facebook-button-plugin.php:444
209
  msgid "Unlock premium options by upgrading to a PRO version."
210
  msgstr "PRO versiyonuna geçerek premium özellikleri aktifleştirin."
211
 
212
+ #: facebook-button-plugin.php:388
213
+ #: facebook-button-plugin.php:445
214
  msgid "Learn More"
215
  msgstr "Detaylı Bilgi"
216
 
217
+ #: facebook-button-plugin.php:391
218
+ #: facebook-button-plugin.php:448
219
  msgid "Go"
220
  msgstr "Git"
221
 
222
+ #: facebook-button-plugin.php:399
223
+ #: facebook-button-plugin.php:432
224
  msgid "Save Changes"
225
  msgstr "Değişiklikleri Kaydet"
226
 
227
+ #: facebook-button-plugin.php:414
228
  msgid "Please choose the necessary post types (or single pages) where Facebook button will be displayed:"
229
  msgstr "Lütfen Facebook butonunun gösterileceği yazı türlerini (ya da tek sayfaları) seçin."
230
 
231
+ #: facebook-button-plugin.php:421
232
  msgid "Show URL for pages"
233
  msgstr "Sayfalar için URL göster"
234
 
235
+ #: facebook-button-plugin.php:427
236
  msgid "Example of the site's pages tree"
237
  msgstr "Sitenin sayfalar izi için örnek"
238
 
239
+ #: facebook-button-plugin.php:427
240
  msgid "Example of site pages' tree"
241
  msgstr "Site sayfaları izi için örnek"
242
 
243
+ #: facebook-button-plugin.php:669
244
  msgid "Support"
245
  msgstr "Destek"
246
 
languages/facebook-uk.mo CHANGED
Binary file
languages/facebook-uk.po CHANGED
@@ -2,9 +2,9 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: facebook\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-06-12 16:04+0300\n"
6
- "PO-Revision-Date: 2015-06-12 16:04+0300\n"
7
- "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: BestWebSoft <plugin@bestwebsoft.com>\n"
9
  "Language: ua_UA\n"
10
  "MIME-Version: 1.0\n"
@@ -16,204 +16,243 @@ msgstr ""
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:241
21
  msgid "Facebook Button Settings"
22
  msgstr "Установки кнопки Facebook"
23
 
24
- #: facebook-button-plugin.php:162
25
  msgid "Settings saved"
26
  msgstr "Установки збережені"
27
 
28
- #: facebook-button-plugin.php:189
29
  msgid "Error: File size > 32K"
30
- msgstr "Помилка: Розмір файлу> 32K"
31
 
32
- #: facebook-button-plugin.php:192
33
  msgid "Error: Invalid file type"
34
  msgstr "Помилка: Невірний тип файлу"
35
 
36
- #: facebook-button-plugin.php:198
37
  msgid "Upload successful."
38
  msgstr "Файл був завантажений успішно"
39
 
40
- #: facebook-button-plugin.php:208
41
  msgid "Error: moving file failed"
42
- msgstr "Помилка: не вдалося Переміщення файлів"
43
 
44
- #: facebook-button-plugin.php:211
45
  msgid "Error: check image width or height"
46
  msgstr "Помилка: Перевірте ширину або висоту зображення"
47
 
48
- #: facebook-button-plugin.php:215
49
  msgid "Uploading Error: check image properties"
50
  msgstr "Помилка Завантаження: Перевірте властивості зображення"
51
 
52
- #: facebook-button-plugin.php:228
53
  msgid "All plugin settings were restored."
54
  msgstr "Всі налаштування плагіну було скинуто до стандартних."
55
 
56
- #: facebook-button-plugin.php:243
57
- #: facebook-button-plugin.php:593
58
- #: facebook-button-plugin.php:607
59
  msgid "Settings"
60
  msgstr "Установки"
61
 
62
- #: facebook-button-plugin.php:244
63
  msgid "Extra settings"
64
  msgstr "Додаткові налаштування"
65
 
66
- #: facebook-button-plugin.php:245
67
- #: facebook-button-plugin.php:608
68
  msgid "FAQ"
69
- msgstr "Часті питання"
70
 
71
- #: facebook-button-plugin.php:246
72
  msgid "Go PRO"
73
  msgstr "Перейти на Pro версію"
74
 
75
- #: facebook-button-plugin.php:250
76
  msgid "Notice:"
77
  msgstr "Нагадування:"
78
 
79
- #: facebook-button-plugin.php:250
80
- msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
81
- msgstr "Налаштування плагіну було змінено. Для того, щоб зберегти ці зміни, не забудьте нажати кнопку \"Зберегти зміни\"."
82
-
83
  #: facebook-button-plugin.php:259
 
 
 
 
 
 
 
 
84
  msgid "Your Facebook ID or username"
85
  msgstr "ID вашого Facebook акаунту"
86
 
87
- #: facebook-button-plugin.php:265
88
  msgid "Display button"
89
  msgstr "Відображати кнопку"
90
 
91
- #: facebook-button-plugin.php:267
92
  msgid "My Page"
93
  msgstr "Моя сторінка"
94
 
95
- #: facebook-button-plugin.php:268
96
  msgid "Like"
97
  msgstr "Like"
98
 
99
- #: facebook-button-plugin.php:269
100
  msgid "Share"
101
  msgstr "Share"
102
 
103
- #: facebook-button-plugin.php:274
104
  msgid "\"My page\" button image"
105
  msgstr "Зображення кнопки \"My page\""
106
 
107
- #: facebook-button-plugin.php:279
108
  msgid "Standard Facebook image"
109
- msgstr "Стандартне зображення FaceBook "
110
 
111
- #: facebook-button-plugin.php:280
112
  msgid "Custom Facebook image"
113
- msgstr "Кастомне м FaceBook"
114
 
115
- #: facebook-button-plugin.php:283
116
- msgid "To use custom image you need to setup permissions to upload directory of your site"
117
- msgstr "Для використання кастомного зображення Вам необхідно видати права доступу на папку завантажень на вашому сайті"
 
 
 
 
118
 
119
- #: facebook-button-plugin.php:290
120
  msgid "Current image"
121
  msgstr "Поточне зображення"
122
 
123
- #: facebook-button-plugin.php:298
124
- msgid "Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
125
- msgstr "Властивості зображення: максимальна ширина зображення:1 00px; Максимальна висота зображення: 40px; максимальний розмір зображення: 32Kb; Зображення типів:\"jpg\", \"jpeg\", \"png\"."
 
 
 
 
 
126
 
127
- #: facebook-button-plugin.php:303
128
  msgid "Facebook buttons position"
129
  msgstr "Розташування кнопок Facebook"
130
 
131
- #: facebook-button-plugin.php:307
132
  msgid "Before"
133
  msgstr "До"
134
 
135
- #: facebook-button-plugin.php:308
136
  msgid "After"
137
  msgstr "Після"
138
 
139
- #: facebook-button-plugin.php:309
140
  msgid "Before and After"
141
- msgstr "До і після"
142
 
143
- #: facebook-button-plugin.php:310
144
  msgid "Shortcode"
145
  msgstr "Шорткод"
146
 
147
- #: facebook-button-plugin.php:312
148
- msgid "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:"
149
- msgstr "Якщо ви хочете додати кнопку FaceBook на ваш сайт, просто скопіюйте і помістіть цей шорткод на у пост або на сторінку:"
 
 
 
 
150
 
151
- #: facebook-button-plugin.php:317
152
  msgid "Facebook buttons language"
153
  msgstr "Мова кнопок Facebook"
154
 
155
- #: facebook-button-plugin.php:328
156
  msgid "Change the language of Facebook Like Button"
157
- msgstr "Змінити мову для конпки Like Facebook"
 
 
 
 
 
 
 
 
 
 
158
 
159
- #: facebook-button-plugin.php:332
 
 
 
 
 
 
 
 
160
  msgid "Html tag for \"Like\" button"
161
  msgstr "Html тег для кнопки \"Like\""
162
 
163
- #: facebook-button-plugin.php:336
164
  msgid "Use this tag to improve validation of your site"
165
  msgstr "Використовуйте цей тег для поліпшення валідації вашого сайту"
166
 
167
- #: facebook-button-plugin.php:346
168
  msgid "\"Like\" for an entire site on every page:"
169
  msgstr "\"Like\" для всього сайту на кожній сторінці"
170
 
171
- #: facebook-button-plugin.php:348
172
- msgid "Notice: \"Like for the entire site\" option does not create an extra button. This option merely allows your users to like the entire website when this option is enabled, or a single post when this option is disabled, when clicking the regular \"Like\" button."
173
- msgstr "Увага: опція \"Лайк для всього сайта\" - не створює додаткову кнопку. Ця опція дозволяє при кліку користувачами на стандартну кнопку плагіна ставити лайк усьому сайту , якщо ця опія увімкнена, або ставити лайк окремим постам, якщо опція вимкнена."
 
 
 
 
 
 
 
 
174
 
175
- #: facebook-button-plugin.php:353
176
- #: facebook-button-plugin.php:410
177
  msgid "If you upgrade to Pro version all your settings will be saved."
178
  msgstr "Якщо ви перейдете на Pro версію, усі установки будуть збережені."
179
 
180
- #: facebook-button-plugin.php:360
181
- #: facebook-button-plugin.php:417
182
  msgid "Unlock premium options by upgrading to a PRO version."
183
  msgstr "Зробити доступними преміум-опції, перейшовши на PRO версію."
184
 
185
- #: facebook-button-plugin.php:361
186
- #: facebook-button-plugin.php:418
187
  msgid "Learn More"
188
  msgstr "Докладніше"
189
 
190
- #: facebook-button-plugin.php:364
191
- #: facebook-button-plugin.php:421
192
  msgid "Go"
193
  msgstr "Перейти"
194
 
195
- #: facebook-button-plugin.php:372
196
- #: facebook-button-plugin.php:405
197
  msgid "Save Changes"
198
  msgstr "Зберегти зміни"
199
 
200
- #: facebook-button-plugin.php:387
201
- msgid "Please choose the necessary post types (or single pages) where Facebook button will be displayed:"
202
- msgstr "Будь ласка, оберіть необхідні типи постів (чи сторінок), де буде відображатися кнопка Facebook"
 
 
 
 
203
 
204
- #: facebook-button-plugin.php:394
205
  msgid "Show URL for pages"
206
  msgstr "Відображати URL сторінок"
207
 
208
- #: facebook-button-plugin.php:400
209
  msgid "Example of the site's pages tree"
210
  msgstr "Приклад дерева сторінок сайту"
211
 
212
- #: facebook-button-plugin.php:400
213
  msgid "Example of site pages' tree"
214
  msgstr "Приклад дерева сторінок сайту"
215
 
216
- #: facebook-button-plugin.php:609
217
  msgid "Support"
218
  msgstr "Підтримка"
219
 
2
  msgstr ""
3
  "Project-Id-Version: facebook\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-07-15 16:02+0300\n"
6
+ "PO-Revision-Date: 2015-07-16 11:47+0300\n"
7
+ "Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: BestWebSoft <plugin@bestwebsoft.com>\n"
9
  "Language: ua_UA\n"
10
  "MIME-Version: 1.0\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: facebook-button-plugin.php:32 facebook-button-plugin.php:250
 
20
  msgid "Facebook Button Settings"
21
  msgstr "Установки кнопки Facebook"
22
 
23
+ #: facebook-button-plugin.php:175
24
  msgid "Settings saved"
25
  msgstr "Установки збережені"
26
 
27
+ #: facebook-button-plugin.php:201
28
  msgid "Error: File size > 32K"
29
+ msgstr "Помилка: Розмір файлу > 32K"
30
 
31
+ #: facebook-button-plugin.php:204
32
  msgid "Error: Invalid file type"
33
  msgstr "Помилка: Невірний тип файлу"
34
 
35
+ #: facebook-button-plugin.php:210
36
  msgid "Upload successful."
37
  msgstr "Файл був завантажений успішно"
38
 
39
+ #: facebook-button-plugin.php:220
40
  msgid "Error: moving file failed"
41
+ msgstr "Помилка: не вдалося переміщення файлів"
42
 
43
+ #: facebook-button-plugin.php:223
44
  msgid "Error: check image width or height"
45
  msgstr "Помилка: Перевірте ширину або висоту зображення"
46
 
47
+ #: facebook-button-plugin.php:227
48
  msgid "Uploading Error: check image properties"
49
  msgstr "Помилка Завантаження: Перевірте властивості зображення"
50
 
51
+ #: facebook-button-plugin.php:237
52
  msgid "All plugin settings were restored."
53
  msgstr "Всі налаштування плагіну було скинуто до стандартних."
54
 
55
+ #: facebook-button-plugin.php:252 facebook-button-plugin.php:653
56
+ #: facebook-button-plugin.php:667
 
57
  msgid "Settings"
58
  msgstr "Установки"
59
 
60
+ #: facebook-button-plugin.php:253
61
  msgid "Extra settings"
62
  msgstr "Додаткові налаштування"
63
 
64
+ #: facebook-button-plugin.php:254 facebook-button-plugin.php:668
 
65
  msgid "FAQ"
66
+ msgstr "FAQ"
67
 
68
+ #: facebook-button-plugin.php:255
69
  msgid "Go PRO"
70
  msgstr "Перейти на Pro версію"
71
 
72
+ #: facebook-button-plugin.php:259
73
  msgid "Notice:"
74
  msgstr "Нагадування:"
75
 
 
 
 
 
76
  #: facebook-button-plugin.php:259
77
+ msgid ""
78
+ "The plugin's settings have been changed. In order to save them please don't "
79
+ "forget to click the 'Save Changes' button."
80
+ msgstr ""
81
+ "Налаштування плагіну було змінено. Для того, щоб зберегти ці зміни, не "
82
+ "забудьте нажати кнопку \"Зберегти зміни\"."
83
+
84
+ #: facebook-button-plugin.php:268
85
  msgid "Your Facebook ID or username"
86
  msgstr "ID вашого Facebook акаунту"
87
 
88
+ #: facebook-button-plugin.php:274
89
  msgid "Display button"
90
  msgstr "Відображати кнопку"
91
 
92
+ #: facebook-button-plugin.php:276
93
  msgid "My Page"
94
  msgstr "Моя сторінка"
95
 
96
+ #: facebook-button-plugin.php:277
97
  msgid "Like"
98
  msgstr "Like"
99
 
100
+ #: facebook-button-plugin.php:278
101
  msgid "Share"
102
  msgstr "Share"
103
 
104
+ #: facebook-button-plugin.php:283
105
  msgid "\"My page\" button image"
106
  msgstr "Зображення кнопки \"My page\""
107
 
108
+ #: facebook-button-plugin.php:288
109
  msgid "Standard Facebook image"
110
+ msgstr "Стандартне зображення Facebook "
111
 
112
+ #: facebook-button-plugin.php:289
113
  msgid "Custom Facebook image"
114
+ msgstr "Кастомне зображення Facebook"
115
 
116
+ #: facebook-button-plugin.php:292
117
+ msgid ""
118
+ "To use custom image you need to setup permissions to upload directory of "
119
+ "your site"
120
+ msgstr ""
121
+ "Для використання кастомного зображення Вам необхідно видати права доступу на "
122
+ "папку завантажень на вашому сайті"
123
 
124
+ #: facebook-button-plugin.php:299
125
  msgid "Current image"
126
  msgstr "Поточне зображення"
127
 
128
+ #: facebook-button-plugin.php:307
129
+ msgid ""
130
+ "Image properties: max image width:100px; max image height:40px; max image "
131
+ "size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
132
+ msgstr ""
133
+ "Властивості зображення: максимальна ширина зображення:100px; максимальна "
134
+ "висота зображення: 40px; максимальний розмір зображення: 32Kb; типи "
135
+ "зображеннь :\"jpg\", \"jpeg\", \"png\"."
136
 
137
+ #: facebook-button-plugin.php:312
138
  msgid "Facebook buttons position"
139
  msgstr "Розташування кнопок Facebook"
140
 
141
+ #: facebook-button-plugin.php:316
142
  msgid "Before"
143
  msgstr "До"
144
 
145
+ #: facebook-button-plugin.php:317
146
  msgid "After"
147
  msgstr "Після"
148
 
149
+ #: facebook-button-plugin.php:318
150
  msgid "Before and After"
151
+ msgstr "До та після"
152
 
153
+ #: facebook-button-plugin.php:319
154
  msgid "Shortcode"
155
  msgstr "Шорткод"
156
 
157
+ #: facebook-button-plugin.php:321
158
+ msgid ""
159
+ "If you would like to add a Facebook button to your website, just copy and "
160
+ "paste this shortcode into your post or page:"
161
+ msgstr ""
162
+ "Якщо ви хочете додати кнопку Facebook на ваш сайт, просто скопіюйте і "
163
+ "помістіть цей шорткод у пост або на сторінку:"
164
 
165
+ #: facebook-button-plugin.php:326
166
  msgid "Facebook buttons language"
167
  msgstr "Мова кнопок Facebook"
168
 
169
+ #: facebook-button-plugin.php:338
170
  msgid "Change the language of Facebook Like Button"
171
+ msgstr "Змінити мову для кнопки Like Facebook"
172
+
173
+ #: facebook-button-plugin.php:343 facebook-button-plugin.php:346
174
+ #: facebook-button-plugin.php:351
175
+ msgid "Use the current site language"
176
+ msgstr "Використовувати поточну мову сайту"
177
+
178
+ #: facebook-button-plugin.php:343 facebook-button-plugin.php:347
179
+ #: facebook-button-plugin.php:352
180
+ msgid "Using"
181
+ msgstr "Використовуючи"
182
 
183
+ #: facebook-button-plugin.php:347
184
+ msgid "Activate"
185
+ msgstr "Активувати"
186
+
187
+ #: facebook-button-plugin.php:352
188
+ msgid "Download"
189
+ msgstr "Завантажити"
190
+
191
+ #: facebook-button-plugin.php:359
192
  msgid "Html tag for \"Like\" button"
193
  msgstr "Html тег для кнопки \"Like\""
194
 
195
+ #: facebook-button-plugin.php:363
196
  msgid "Use this tag to improve validation of your site"
197
  msgstr "Використовуйте цей тег для поліпшення валідації вашого сайту"
198
 
199
+ #: facebook-button-plugin.php:373
200
  msgid "\"Like\" for an entire site on every page:"
201
  msgstr "\"Like\" для всього сайту на кожній сторінці"
202
 
203
+ #: facebook-button-plugin.php:375
204
+ msgid ""
205
+ "Notice: \"Like for the entire site\" option does not create an extra button. "
206
+ "This option merely allows your users to like the entire website when this "
207
+ "option is enabled, or a single post when this option is disabled, when "
208
+ "clicking the regular \"Like\" button."
209
+ msgstr ""
210
+ "Увага: опція \"Лайк для всього сайту\" - не створює додаткову кнопку. Ця "
211
+ "опція дозволяє при кліку користувачами на стандартну кнопку плагіна ставити "
212
+ "лайк усьому сайту , якщо ця опція увімкнена, або ставити лайк окремим "
213
+ "постам, якщо опція вимкнена."
214
 
215
+ #: facebook-button-plugin.php:380 facebook-button-plugin.php:437
 
216
  msgid "If you upgrade to Pro version all your settings will be saved."
217
  msgstr "Якщо ви перейдете на Pro версію, усі установки будуть збережені."
218
 
219
+ #: facebook-button-plugin.php:387 facebook-button-plugin.php:444
 
220
  msgid "Unlock premium options by upgrading to a PRO version."
221
  msgstr "Зробити доступними преміум-опції, перейшовши на PRO версію."
222
 
223
+ #: facebook-button-plugin.php:388 facebook-button-plugin.php:445
 
224
  msgid "Learn More"
225
  msgstr "Докладніше"
226
 
227
+ #: facebook-button-plugin.php:391 facebook-button-plugin.php:448
 
228
  msgid "Go"
229
  msgstr "Перейти"
230
 
231
+ #: facebook-button-plugin.php:399 facebook-button-plugin.php:432
 
232
  msgid "Save Changes"
233
  msgstr "Зберегти зміни"
234
 
235
+ #: facebook-button-plugin.php:414
236
+ msgid ""
237
+ "Please choose the necessary post types (or single pages) where Facebook "
238
+ "button will be displayed:"
239
+ msgstr ""
240
+ "Будь ласка, оберіть необхідні типи постів (чи сторінок), де буде "
241
+ "відображатися кнопка Facebook"
242
 
243
+ #: facebook-button-plugin.php:421
244
  msgid "Show URL for pages"
245
  msgstr "Відображати URL сторінок"
246
 
247
+ #: facebook-button-plugin.php:427
248
  msgid "Example of the site's pages tree"
249
  msgstr "Приклад дерева сторінок сайту"
250
 
251
+ #: facebook-button-plugin.php:427
252
  msgid "Example of site pages' tree"
253
  msgstr "Приклад дерева сторінок сайту"
254
 
255
+ #: facebook-button-plugin.php:669
256
  msgid "Support"
257
  msgstr "Підтримка"
258
 
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://bestwebsoft.com/donate/
4
  Tags: button, buton, batton, button image, button position, Button like, Facebook, Facebook account button, facebook button, facebook button language, Facebook button icon, Facebook button like, Facebook button share, Facebook ID, Facebook page, facebook like, facebook like button, facebook share, facebook share button, follow, Follow button, icon, Like, like button, My Page button, Share, share button, social, social button, social account
5
  Requires at least: 3.0
6
  Tested up to: 4.2.2
7
- Stable tag: 2.40
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -16,6 +16,8 @@ Facebook Like Button Plugin allows you to add a Follow button the easiest way. I
16
 
17
  http://www.youtube.com/watch?v=QGv04uHVl5c
18
 
 
 
19
  <a href="http://wordpress.org/plugins/facebook-button-plugin/faq/" target="_blank">FAQ</a>
20
  <a href="http://support.bestwebsoft.com" target="_blank">Support</a>
21
 
@@ -27,6 +29,7 @@ http://www.youtube.com/watch?v=QGv04uHVl5c
27
  * Actions: Add Facebook Like button easily.
28
  * Display: Select the button position: before the content, after, before and after or using a shortcode.
29
  * Display: Use a standard image or replace it with some other image.
 
30
 
31
  = Recommended Plugins =
32
 
@@ -62,33 +65,35 @@ We can fix some things for free for the users who provide translation of our plu
62
 
63
  <a href="https://docs.google.com/document/d/1LDmKKxLHq0GavaGcevj4g-8SjLcYPruSKg5Kos9plxM/edit" target="_blank">View a Step-by-step Instruction on Facebook Button Installation</a>.
64
 
 
 
65
  == Frequently Asked Questions ==
66
 
67
  = I cannot see the Facebook Button icon in the post after the plugin installation =
68
 
69
- In WordPress admin panel go to "Plugins", find "Facebook Button Plugin" and click "Activate".
70
 
71
  = How can I deactivate the plugin? =
72
 
73
- In WordPress admin panel go to "Plugins", find the Facebook Button Plugin and click "Deactivate".
74
 
75
  = After clicking the Facebook Button icon I see the Facebook Home page instead of the necessary account page =
76
 
77
- 1. In WordPress admin panel go to "Settings", find the Facebook Button Plugin settings page and enter your Facebook login. Then click "Update Changes".
78
  2. If you do not have Facebook account yet, you should create it using this link: http://www.facebook.com . After the account is created please follow the instructions above.
79
 
80
  = How to adjust Facebook Button position on the page =
81
 
82
- In WordPress admin panel go to "Settings", find the Facebook Button Plugin settings page and choose one of the listed positions: Before, After, Before and After or Shortcode. Then click "Update Changes".
83
 
84
- = How to change a Facebook Button icon =
85
 
86
- 1. In WordPress admin panel go to "Settings", find the Facebook Button Plugin settings page and choose one of the listed positions: Standard Facebook image or Custom Facebook image. Then click "Update Changes".
87
- 2. If you choose Custom Facebook image, you can upload your own picture. You should click "Choose file" and choose an image in your folder. Then click "Update Changes".
88
 
89
  = After the plugin installation and settings adjustment on the settings page it is still not working =
90
 
91
- 1. You should click "Update Changes". Make sure that you got the message "Options Saved".
92
  2. After saving your settings you should refresh your web page where the Facebook Button icon should be placed.
93
 
94
  = I have some problems with the plugin's work. What Information should I provide to receive proper support? =
@@ -103,11 +108,15 @@ Please make sure that the problem hasn't been discussed yet on our forum (<a hre
103
  == Screenshots ==
104
 
105
  1. Plugin admin page.
106
- 2. Displaying Facebook Button ater your post.
107
  3. Displaying Facebook Button in your post via the shortcode.
108
 
109
  == Changelog ==
110
 
 
 
 
 
111
  = V2.40 - 15.06.2015 =
112
  * New : Ability to restore settings to defaults.
113
 
@@ -272,6 +281,9 @@ Please make sure that the problem hasn't been discussed yet on our forum (<a hre
272
 
273
  == Upgrade Notice ==
274
 
 
 
 
275
  = V2.40 =
276
  Ability to restore settings to defaults.
277
 
4
  Tags: button, buton, batton, button image, button position, Button like, Facebook, Facebook account button, facebook button, facebook button language, Facebook button icon, Facebook button like, Facebook button share, Facebook ID, Facebook page, facebook like, facebook like button, facebook share, facebook share button, follow, Follow button, icon, Like, like button, My Page button, Share, share button, social, social button, social account
5
  Requires at least: 3.0
6
  Tested up to: 4.2.2
7
+ Stable tag: 2.41
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
16
 
17
  http://www.youtube.com/watch?v=QGv04uHVl5c
18
 
19
+ <a href="http://www.youtube.com/watch?v=pAKsQPz3RZc" target="_blank">Video instruction on Installation</a>
20
+
21
  <a href="http://wordpress.org/plugins/facebook-button-plugin/faq/" target="_blank">FAQ</a>
22
  <a href="http://support.bestwebsoft.com" target="_blank">Support</a>
23
 
29
  * Actions: Add Facebook Like button easily.
30
  * Display: Select the button position: before the content, after, before and after or using a shortcode.
31
  * Display: Use a standard image or replace it with some other image.
32
+ * Display: Ability to use the current site language for Facebook buttons (Using Multilanguage by BestWebSoft)
33
 
34
  = Recommended Plugins =
35
 
65
 
66
  <a href="https://docs.google.com/document/d/1LDmKKxLHq0GavaGcevj4g-8SjLcYPruSKg5Kos9plxM/edit" target="_blank">View a Step-by-step Instruction on Facebook Button Installation</a>.
67
 
68
+ http://www.youtube.com/watch?v=pAKsQPz3RZc
69
+
70
  == Frequently Asked Questions ==
71
 
72
  = I cannot see the Facebook Button icon in the post after the plugin installation =
73
 
74
+ In WordPress admin panel, please go to "BWS Plugins", find the Facebook Button Plugin and click "Activate".
75
 
76
  = How can I deactivate the plugin? =
77
 
78
+ In WordPress admin panel, please go to "BWS Plugins", find the Facebook Button Plugin and click "Deactivate".
79
 
80
  = After clicking the Facebook Button icon I see the Facebook Home page instead of the necessary account page =
81
 
82
+ 1. In WordPress admin panel, please go to "BWS Plugins", find the Facebook Button Plugin settings page and enter your Facebook login. Then click "Save Changes".
83
  2. If you do not have Facebook account yet, you should create it using this link: http://www.facebook.com . After the account is created please follow the instructions above.
84
 
85
  = How to adjust Facebook Button position on the page =
86
 
87
+ In WordPress admin panel, please go to "BWS Plugins", find the Facebook Button Plugin settings page and choose one of the listed positions: Before, After, Before and After or Shortcode. Then click "Save Changes".
88
 
89
+ = How to change a Facebook Button icon("My page") =
90
 
91
+ 1. In WordPress admin panel, please go to "BWS Plugins", find the Facebook Button Plugin settings page and choose one of the listed positions: Standard Facebook image or Custom Facebook image. Then click "Save Changes".
92
+ 2. If you choose Custom Facebook image, you can upload your own picture. You should click "Choose file" and choose an image in your folder. Then click "Save Changes".
93
 
94
  = After the plugin installation and settings adjustment on the settings page it is still not working =
95
 
96
+ 1. You should click "Save Changes". Make sure that you got the message "Settings saved".
97
  2. After saving your settings you should refresh your web page where the Facebook Button icon should be placed.
98
 
99
  = I have some problems with the plugin's work. What Information should I provide to receive proper support? =
108
  == Screenshots ==
109
 
110
  1. Plugin admin page.
111
+ 2. Displaying Facebook Button after your post.
112
  3. Displaying Facebook Button in your post via the shortcode.
113
 
114
  == Changelog ==
115
 
116
+ = V2.41 - 16.07.2015 =
117
+ * Update : Ability to use the current site language for Facebook buttons (Using Multilanguage by BestWebSoft).
118
+ * Bugfix : We fixed the 'share' button displaying bug (when the shortcode is used).
119
+
120
  = V2.40 - 15.06.2015 =
121
  * New : Ability to restore settings to defaults.
122
 
281
 
282
  == Upgrade Notice ==
283
 
284
+ = V2.41 =
285
+ Ability to use the current site language for Facebook buttons (Using Multilanguage by BestWebSoft). We fixed the 'share' button displaying bug (when the shortcode is used).
286
+
287
  = V2.40 =
288
  Ability to restore settings to defaults.
289
 
screenshot-1.png CHANGED
Binary file