Facebook Button by BestWebSoft - Version 2.59

Version Description

  • 30.05.2018 =
  • Bugfix: Bug with incorrect Facebook buttons displaying has been fixed.
  • Bugfix: Bug with incorrect Facebook buttons preview has been fixed.
  • Bugfix: Compatibility with Graph API v2.12 has been fixed.
Download this release

Release Info

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

Code changes from version 2.58 to 2.59

css/style.css CHANGED
@@ -8,6 +8,7 @@
8
  .fcbkbttn_buttons_block * {
9
  vertical-align: top;
10
  }
 
11
  .fcbkbttn_button {
12
  display: inline-block;
13
  margin-right: 10px;
@@ -55,56 +56,36 @@
55
  #fcbkbttn_left {
56
  text-align: left;
57
  }
58
- .fb-share-button.fb_iframe_widget.fb_iframe_widget_fluid span {
59
- top: -4px;
60
- }
61
  .fb-share-button.fb_iframe_widget.fb_iframe_widget_fluid {
62
  display: inline-block !important;
63
  margin-bottom: 10px;
64
- top: 4px;
65
  }
66
 
67
  @media screen and ( max-width: 1070px ) {
68
- .fb-share-button.fb_iframe_widget.fb_iframe_widget_fluid span {
69
- top: -4px;
70
- }
71
  .fb-share-button.fb_iframe_widget.fb_iframe_widget_fluid {
72
  display: inline-block !important;
73
  margin-bottom: 10px;
74
- top: 4px;
75
  }
76
  }
77
 
78
  @media screen and ( max-width: 990px ) {
79
- .fb-share-button.fb_iframe_widget.fb_iframe_widget_fluid span {
80
- top: -4px;
81
- }
82
  .fb-share-button.fb_iframe_widget.fb_iframe_widget_fluid {
83
  display: inline-block !important;
84
  margin-bottom: 10px;
85
- top: 4px;
86
  }
87
  }
88
 
89
  @media screen and ( max-width: 768px ) {
90
- .fb-share-button.fb_iframe_widget.fb_iframe_widget_fluid span {
91
- top: -4px;
92
- }
93
  .fb-share-button.fb_iframe_widget.fb_iframe_widget_fluid {
94
  display: inline-block !important;
95
  margin-bottom: 10px;
96
- top: 4px;
97
  }
98
  }
99
 
100
  @media screen and ( max-width: 505px ) {
101
- .fb-share-button.fb_iframe_widget.fb_iframe_widget_fluid span {
102
- top: -4px;
103
- }
104
  .fb-share-button.fb_iframe_widget.fb_iframe_widget_fluid {
105
  display: inline-block !important;
106
  margin-bottom: 10px;
107
- top: 4px;
108
  }
109
  }
110
 
@@ -113,32 +94,14 @@
113
  .fcbkbttn_like {
114
  display: block;
115
  }
116
- #fcbkbttn_right .fcbkbttn_like {
117
- margin-right: 0px !important;
118
- }
119
- #fcbkbttn_right .fcbkbttn_like.fcbkbttn_large_button,
120
- .fcbkbttn_button {
121
- margin-right: 0px !important;
122
- }
123
  }
124
 
125
  @media screen and ( max-width: 386px ) {
126
  .fcbkbttn_buttons_block {
127
  margin-top: 20px;
128
  }
129
- .fb-share-button.fb_iframe_widget.fb_iframe_widget_fluid span {
130
- top: -4px;
131
- }
132
  .fb-share-button.fb_iframe_widget.fb_iframe_widget_fluid {
133
  display: inline-block !important;
134
  margin-bottom: 10px;
135
- top: 4px;
136
- }
137
- #fcbkbttn_right .fcbkbttn_like {
138
- margin-right: 0px !important;
139
- }
140
- #fcbkbttn_right .fcbkbttn_like.fcbkbttn_large_button,
141
- .fcbkbttn_button {
142
- margin-right: 0px !important;
143
  }
144
  }
8
  .fcbkbttn_buttons_block * {
9
  vertical-align: top;
10
  }
11
+ .fb-share-button,
12
  .fcbkbttn_button {
13
  display: inline-block;
14
  margin-right: 10px;
56
  #fcbkbttn_left {
57
  text-align: left;
58
  }
 
 
 
59
  .fb-share-button.fb_iframe_widget.fb_iframe_widget_fluid {
60
  display: inline-block !important;
61
  margin-bottom: 10px;
 
62
  }
63
 
64
  @media screen and ( max-width: 1070px ) {
 
 
 
65
  .fb-share-button.fb_iframe_widget.fb_iframe_widget_fluid {
66
  display: inline-block !important;
67
  margin-bottom: 10px;
 
68
  }
69
  }
70
 
71
  @media screen and ( max-width: 990px ) {
 
 
 
72
  .fb-share-button.fb_iframe_widget.fb_iframe_widget_fluid {
73
  display: inline-block !important;
74
  margin-bottom: 10px;
 
75
  }
76
  }
77
 
78
  @media screen and ( max-width: 768px ) {
 
 
 
79
  .fb-share-button.fb_iframe_widget.fb_iframe_widget_fluid {
80
  display: inline-block !important;
81
  margin-bottom: 10px;
 
82
  }
83
  }
84
 
85
  @media screen and ( max-width: 505px ) {
 
 
 
86
  .fb-share-button.fb_iframe_widget.fb_iframe_widget_fluid {
87
  display: inline-block !important;
88
  margin-bottom: 10px;
 
89
  }
90
  }
91
 
94
  .fcbkbttn_like {
95
  display: block;
96
  }
 
 
 
 
 
 
 
97
  }
98
 
99
  @media screen and ( max-width: 386px ) {
100
  .fcbkbttn_buttons_block {
101
  margin-top: 20px;
102
  }
 
 
 
103
  .fb-share-button.fb_iframe_widget.fb_iframe_widget_fluid {
104
  display: inline-block !important;
105
  margin-bottom: 10px;
 
 
 
 
 
 
 
 
106
  }
107
  }
facebook-button-plugin.php CHANGED
@@ -6,7 +6,7 @@ Description: Add Facebook Like, Share and Profile buttons to WordPress posts, pa
6
  Author: BestWebSoft
7
  Text Domain: facebook-button-plugin
8
  Domain Path: /languages
9
- Version: 2.58
10
  Author URI: https://bestwebsoft.com/
11
  License: GPLv2 or later
12
  */
@@ -247,6 +247,12 @@ if ( ! function_exists( 'fcbkbttn_button' ) ) {
247
  </div>';
248
  }
249
 
 
 
 
 
 
 
250
  if ( ! empty( $fcbkbttn_options['like'] ) ) {
251
  $button .= '<div class="fcbkbttn_like ' . $if_large . '">';
252
 
@@ -269,7 +275,7 @@ if ( ! function_exists( 'fcbkbttn_button' ) ) {
269
  $button .= '></fb:like></div>';
270
  }
271
  }
272
- if ( ! empty( $fcbkbttn_options['share'] ) ){
273
  $button .= '<div class="fb-share-button ' . $if_large . ' " data-href="' . $permalink_post . '" data-type="' . $fcbkbttn_options['layout_share_option'] . '" data-size="' . $fcbkbttn_options['size'] . '"></div>';
274
  }
275
 
@@ -291,10 +297,10 @@ if ( ! function_exists( 'fcbkbttn_display_button' ) ) {
291
 
292
  $button = apply_filters( 'fcbkbttn_button_in_the_content', fcbkbttn_button() );
293
  /* Indication where show Facebook Button depending on selected item in admin page. */
294
- if ( in_array( 'before', $fcbkbttn_options['where'] ) ) {
295
  $content = $button . $content;
296
  }
297
- if ( in_array( 'after', $fcbkbttn_options['where'] ) ) {
298
  $content .= $button;
299
  }
300
 
@@ -335,7 +341,7 @@ if ( ! function_exists( 'fcbkbttn_shortcode_button_content' ) ) {
335
  /* Functions adds some right meta for Facebook */
336
  if ( ! function_exists( 'fcbkbttn_meta' ) ) {
337
  function fcbkbttn_meta() {
338
- global $fcbkbttn_options;
339
  if ( ! empty( $fcbkbttn_options['like'] ) || ! empty( $fcbkbttn_options['share'] ) ) {
340
  if ( is_singular() ) {
341
  $image = '';
@@ -343,15 +349,24 @@ if ( ! function_exists( 'fcbkbttn_meta' ) ) {
343
  $image = wp_get_attachment_image_src( get_post_thumbnail_id(), 'medium' );
344
  $image = $image[0];
345
  }
346
- $title = apply_filters( 'fcbkbttn_meta_title', esc_attr( get_the_title() ) );
347
- $site_name = apply_filters( 'fcbkbttn_meta_site_name', esc_attr( get_bloginfo() ) );
348
- $meta_image = apply_filters( 'fcbkbttn_meta_image', esc_url( $image ) );
 
 
 
 
 
349
  print "\n" . '<!-- fcbkbttn meta start -->';
 
350
  print "\n" . '<meta property="og:title" content="' . $title . '"/>';
351
  print "\n" . '<meta property="og:site_name" content="' . $site_name . '"/>';
352
  if ( ! empty( $image ) ) {
353
  print "\n" . '<meta property="og:image" content="' . $meta_image . '"/>';
354
  }
 
 
 
355
  print "\n" . '<!-- fcbkbttn meta end -->';
356
  }
357
  }
@@ -401,7 +416,7 @@ if ( ! function_exists( 'fcbkbttn_footer_script' ) ) {
401
  if (d.getElementById(id)) return;
402
  js = d.createElement(s); js.id = id;
403
 
404
- js.src = "//connect.facebook.net/<?php echo fcbkbttn_get_locale(); ?>/sdk.js#xfbml=1&appId=<?php echo $fcbkbttn_options['id']; ?>&version=v2.57";
405
  fjs.parentNode.insertBefore(js, fjs);
406
  }(document, 'script', 'facebook-jssdk'));
407
  </script>
6
  Author: BestWebSoft
7
  Text Domain: facebook-button-plugin
8
  Domain Path: /languages
9
+ Version: 2.59
10
  Author URI: https://bestwebsoft.com/
11
  License: GPLv2 or later
12
  */
247
  </div>';
248
  }
249
 
250
+ $location_share = ( 'right' == $fcbkbttn_options['location'] && "standard" == $fcbkbttn_options['layout_like_option'] ) ? 1 : 0;
251
+
252
+ if ( ! empty( $fcbkbttn_options['share'] ) && ! empty( $location_share ) ) {
253
+ $button .= '<div class="fb-share-button ' . $if_large . ' " data-href="' . $permalink_post . '" data-type="' . $fcbkbttn_options['layout_share_option'] . '" data-size="' . $fcbkbttn_options['size'] . '"></div>';
254
+ }
255
+
256
  if ( ! empty( $fcbkbttn_options['like'] ) ) {
257
  $button .= '<div class="fcbkbttn_like ' . $if_large . '">';
258
 
275
  $button .= '></fb:like></div>';
276
  }
277
  }
278
+ if ( ! empty( $fcbkbttn_options['share'] ) && empty( $location_share ) ) {
279
  $button .= '<div class="fb-share-button ' . $if_large . ' " data-href="' . $permalink_post . '" data-type="' . $fcbkbttn_options['layout_share_option'] . '" data-size="' . $fcbkbttn_options['size'] . '"></div>';
280
  }
281
 
297
 
298
  $button = apply_filters( 'fcbkbttn_button_in_the_content', fcbkbttn_button() );
299
  /* Indication where show Facebook Button depending on selected item in admin page. */
300
+ if ( ! empty( $fcbkbttn_options['where'] ) && in_array( 'before', $fcbkbttn_options['where'] ) ) {
301
  $content = $button . $content;
302
  }
303
+ if ( ! empty( $fcbkbttn_options['where'] ) && in_array( 'after', $fcbkbttn_options['where'] ) ) {
304
  $content .= $button;
305
  }
306
 
341
  /* Functions adds some right meta for Facebook */
342
  if ( ! function_exists( 'fcbkbttn_meta' ) ) {
343
  function fcbkbttn_meta() {
344
+ global $fcbkbttn_options, $post;
345
  if ( ! empty( $fcbkbttn_options['like'] ) || ! empty( $fcbkbttn_options['share'] ) ) {
346
  if ( is_singular() ) {
347
  $image = '';
349
  $image = wp_get_attachment_image_src( get_post_thumbnail_id(), 'medium' );
350
  $image = $image[0];
351
  }
352
+
353
+ $description = ( has_excerpt() ) ? get_the_excerpt() : strip_tags( substr( $post->post_content, 0, 200 ) );
354
+
355
+ $url = apply_filters( 'fcbkbttn_meta_url', esc_attr( get_permalink() ) );
356
+ $description = apply_filters( 'fcbkbttn_meta_description', esc_attr( $description ) );
357
+ $title = apply_filters( 'fcbkbttn_meta_title', esc_attr( get_the_title() ) );
358
+ $site_name = apply_filters( 'fcbkbttn_meta_site_name', esc_attr( get_bloginfo() ) );
359
+ $meta_image = apply_filters( 'fcbkbttn_meta_image', esc_url( $image ) );
360
  print "\n" . '<!-- fcbkbttn meta start -->';
361
+ print "\n" . '<meta property="og:url" content="' . $url . '"/>';
362
  print "\n" . '<meta property="og:title" content="' . $title . '"/>';
363
  print "\n" . '<meta property="og:site_name" content="' . $site_name . '"/>';
364
  if ( ! empty( $image ) ) {
365
  print "\n" . '<meta property="og:image" content="' . $meta_image . '"/>';
366
  }
367
+ if ( ! empty( $description ) ) {
368
+ print "\n" . '<meta property="og:description" content="' . $description . '"/>';
369
+ }
370
  print "\n" . '<!-- fcbkbttn meta end -->';
371
  }
372
  }
416
  if (d.getElementById(id)) return;
417
  js = d.createElement(s); js.id = id;
418
 
419
+ js.src = "//connect.facebook.net/<?php echo fcbkbttn_get_locale(); ?>/sdk.js#xfbml=1&appId=<?php echo $fcbkbttn_options['id']; ?>&version=v2.12";
420
  fjs.parentNode.insertBefore(js, fjs);
421
  }(document, 'script', 'facebook-jssdk'));
422
  </script>
includes/class-fcbkbttn-settings.php CHANGED
@@ -185,12 +185,7 @@ if ( ! class_exists( 'Fcbkbttn_Settings_Tabs' ) ) {
185
  } ?>
186
  <h3 class="bws_tab_label"><?php _e( 'Facebook Button Settings', 'facebook-button-plugin' ); ?></h3>
187
  <?php $this->help_phrase();
188
- $output_key;
189
- if ( 1443946719181573 == $this->options['id'] ) {
190
- $output_key = '';
191
- } else {
192
- $output_key = $this->options['id'];
193
- } ?>
194
  <hr>
195
  <div class="bws_tab_sub_label"><?php _e( 'General', 'facebook-button-plugin' ); ?></div>
196
  <table class="form-table">
185
  } ?>
186
  <h3 class="bws_tab_label"><?php _e( 'Facebook Button Settings', 'facebook-button-plugin' ); ?></h3>
187
  <?php $this->help_phrase();
188
+ $output_key = ( 1443946719181573 != $this->options['id'] ) ? $this->options['id'] : ''; ?>
 
 
 
 
 
189
  <hr>
190
  <div class="bws_tab_sub_label"><?php _e( 'General', 'facebook-button-plugin' ); ?></div>
191
  <table class="form-table">
js/script.js CHANGED
@@ -1,19 +1,10 @@
1
  ( function( $ ) {
2
  $( window ).on( 'load', function() {
3
-
4
- var windowWidth= $( window ).width();
5
- console.log( windowWidth );
6
-
7
- if ( windowWidth < 483 ) {
8
- //$("._51m-._2pir._51mw").insertBefore($("._51m-.vTop.hCent"));
9
- $("._51m-._2pir._51mw").before($("._51m-.vTop.hCent"));
10
- console.log( 1 );
11
- }
12
- else {
13
- $("._51m-.vTop.hCent").insertBefore($("._51m-._2pir._51mw"));
14
- console.log( 2 );
15
- }
16
-
17
- });
18
-
19
- } )( jQuery );
1
  ( function( $ ) {
2
  $( window ).on( 'load', function() {
3
+ var windowWidth = $( window ).width();
4
+ if ( windowWidth < 483 ) {
5
+ $( "._51m-._2pir._51mw" ).before( $( "._51m-.vTop.hCent" ) );
6
+ } else {
7
+ $( "._51m-.vTop.hCent" ).insertBefore( $( "._51m-._2pir._51mw" ) );
8
+ }
9
+ } );
10
+ } )( jQuery );
 
 
 
 
 
 
 
 
 
languages/facebook-button-plugin-cs_CZ.mo CHANGED
Binary file
languages/facebook-button-plugin-cs_CZ.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: facebook-button-plugin\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2018-01-16 14:38+0200\n"
6
- "PO-Revision-Date: 2018-01-16 14:38+0200\n"
7
  "Last-Translator: Mik013\n"
8
  "Language-Team: Mik013\n"
9
  "Language: cs_CZ\n"
@@ -33,7 +33,7 @@ msgstr "Aktualizovat na Pro"
33
 
34
  #: facebook-button-plugin.php:208
35
  msgid "Please, enable JavaScript in your browser."
36
- msgstr ""
37
 
38
  #: facebook-button-plugin.php:310
39
  msgid "Add Facebook buttons to your page or post"
@@ -41,7 +41,8 @@ msgstr "Přidat Facebook tlačítka na vaši stránku nebo příspěvek"
41
 
42
  #: facebook-button-plugin.php:439
43
  msgid "FAQ"
44
- msgstr "Často kladené otázky (FAQ)"
 
45
 
46
  #: facebook-button-plugin.php:440
47
  msgid "Support"
@@ -49,7 +50,7 @@ msgstr "Podpora"
49
 
50
  #: includes/class-fcbkbttn-settings.php:24
51
  msgid "Display"
52
- msgstr "Zobrazení"
53
 
54
  #: includes/class-fcbkbttn-settings.php:25
55
  msgid "Misc"
@@ -81,15 +82,15 @@ msgstr "Úspěšně nahráno."
81
 
82
  #: includes/class-fcbkbttn-settings.php:149
83
  msgid "Error: Failed to move file."
84
- msgstr ""
85
 
86
  #: includes/class-fcbkbttn-settings.php:152
87
  msgid "Error: Check image width or height."
88
- msgstr ""
89
 
90
  #: includes/class-fcbkbttn-settings.php:156
91
  msgid "Uploading Error: Check image properties"
92
- msgstr ""
93
 
94
  #: includes/class-fcbkbttn-settings.php:182
95
  msgid "General"
@@ -118,11 +119,11 @@ msgstr "Velikost tlačítek"
118
 
119
  #: includes/class-fcbkbttn-settings.php:198
120
  msgid "Small"
121
- msgstr "Malé"
122
 
123
  #: includes/class-fcbkbttn-settings.php:199
124
  msgid "Large"
125
- msgstr "Velké"
126
 
127
  #: includes/class-fcbkbttn-settings.php:204
128
  msgid "Buttons Position"
@@ -160,7 +161,7 @@ msgstr "Aktivovat"
160
 
161
  #: includes/class-fcbkbttn-settings.php:247
162
  msgid "Install Now"
163
- msgstr ""
164
 
165
  #: includes/class-fcbkbttn-settings.php:252
166
  msgid "Excerpt"
@@ -241,6 +242,8 @@ msgid ""
241
  "Image requirements: max image width: 100px; max image height: 40px; max "
242
  "image size: 32Kb; image types: \"jpg\", \"jpeg\", \"png\"."
243
  msgstr ""
 
 
244
 
245
  #: includes/class-fcbkbttn-settings.php:339
246
  msgid "Like&Share Buttons"
@@ -248,11 +251,11 @@ msgstr "Tlačítka To se mi líbí a Sdílet"
248
 
249
  #: includes/class-fcbkbttn-settings.php:342
250
  msgid "Like Button Layout"
251
- msgstr ""
252
 
253
  #: includes/class-fcbkbttn-settings.php:365
254
  msgid "Share Button Layout"
255
- msgstr ""
256
 
257
  #: includes/class-fcbkbttn-settings.php:396
258
  msgid "Like Button Action"
@@ -269,6 +272,8 @@ msgstr "Profilové foto přátel"
269
  #: includes/class-fcbkbttn-settings.php:415
270
  msgid "Enable to show faces of your friends who submitted the button."
271
  msgstr ""
 
 
272
 
273
  #: includes/class-fcbkbttn-settings.php:419
274
  msgid "Layout Width"
@@ -301,15 +306,15 @@ msgstr "Ke zlepšení ověření kódu webové stránky lze použít štítek %s
301
 
302
  #: includes/class-fcbkbttn-settings.php:459
303
  msgid "URL to Like"
304
- msgstr "URL pro like"
305
 
306
  #: includes/class-fcbkbttn-settings.php:461
307
  msgid "Leave blank to use current page URL."
308
- msgstr ""
309
 
310
  #: includes/class-fcbkbttn-settings.php:488
311
  msgid "Facebook Button Shortcode"
312
- msgstr ""
313
 
314
  #: includes/class-fcbkbttn-settings.php:491
315
  msgid ""
@@ -342,220 +347,3 @@ msgstr "Zobrazit URL pro stránky"
342
  #: includes/class-fcbkbttn-settings.php:546
343
  msgid "Example of site pages tree"
344
  msgstr "Příklad stromu stránek webu"
345
-
346
- #~ msgid "Layout"
347
- #~ msgstr "Vzhled"
348
-
349
- #~ msgid "Please, enable JavaScript in Your browser."
350
- #~ msgstr "Prosím, povolte JavaScript ve vašem prohlížeči."
351
-
352
- #~ msgid "Error: failed to move file."
353
- #~ msgstr "Chyba: Soubor se nepodařilo přesunout."
354
-
355
- #~ msgid "Error: check image width or height."
356
- #~ msgstr "Chyba: zkontrolujte šířku nebo výšku obrázku."
357
-
358
- #~ msgid "Uploading Error: check image properties"
359
- #~ msgstr "Chyba nahrávání: zkontrolujte vlastnosti obrazu"
360
-
361
- #~ msgid ""
362
- #~ "Image requirements: max image width:100px; max image height:40px; max "
363
- #~ "image size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
364
- #~ msgstr ""
365
- #~ "Požadavky obrázku: maximální šířka:100px; maximální výška:40px; maximální "
366
- #~ "velikost:32Kb; typy obrázků:\"jpg\", \"jpeg\", \"png\"."
367
-
368
- #~ msgid " Enable to show faces of your friends who submitted the button."
369
- #~ msgstr ""
370
- #~ " Zapnout zobrazování profilové fotky vašich přátel, kteří kliknuli na "
371
- #~ "tlačítko."
372
-
373
- #~ msgid "Leave blank to use a current page."
374
- #~ msgstr "Ponechte nevyplněné pro použití aktuální stránky."
375
-
376
- #~ msgid "Facebook Buttons Shortcode"
377
- #~ msgstr "Zkrácený kód Facebook tlačítek"
378
-
379
- #~ msgid "Activate %s"
380
- #~ msgstr "Aktivovat %s"
381
-
382
- #~ msgid "Learn More"
383
- #~ msgstr "Více informací"
384
-
385
- #~ msgid "Error: File size > 32K"
386
- #~ msgstr "Chyba: Velikost souboru > 32K"
387
-
388
- #~ msgid "Example of the site's pages tree"
389
- #~ msgstr "Příklad stromu webu"
390
-
391
- #~ msgid "Example of site pages' tree"
392
- #~ msgstr "Example of site pages' tree"
393
-
394
- #~ msgid "Error: moving file failed"
395
- #~ msgstr "Chyba: přesun souboru se nezdařil"
396
-
397
- #~ msgid "Error: check image width or height"
398
- #~ msgstr "Chyba: zkontrolujte šířku nebo výšku obrázku"
399
-
400
- #~ msgid "All plugin settings were restored."
401
- #~ msgstr "Byla obnovena všechna nastavení pluginu."
402
-
403
- #~ msgid "How to Use Step-by-step Instruction"
404
- #~ msgstr "Instrukce jak používat krok-za-krokem"
405
-
406
- #~ msgid "Extra settings"
407
- #~ msgstr "Další nastavení"
408
-
409
- #~ msgid "Custom code"
410
- #~ msgstr "Vlastní kód"
411
-
412
- #~ msgid "Go PRO"
413
- #~ msgstr "Přejít na PRO"
414
-
415
- #~ msgid ""
416
- #~ "If you would like to add Facebook buttons to your page or post, please "
417
- #~ "use %s button"
418
- #~ msgstr ""
419
- #~ "Pokud chcete přidat Facebook tlačítka na vaši stránku nebo příspěvek, "
420
- #~ "použijte tlačítko %s"
421
-
422
- #~ msgid ""
423
- #~ "You can add Facebook buttons to your page or post by clicking on %s "
424
- #~ "button in the content edit block using the Visual mode. If the button "
425
- #~ "isn't displayed, please use the shortcode %s"
426
- #~ msgstr ""
427
- #~ "Můžete přidat Facebook tlačítka na vaši stránku nebo příspěvek kliknutím "
428
- #~ "na tlačítko %s v bloku úprav obsahu pomocí Visual režimu. Pokud tlačítko "
429
- #~ "není zobrazeno, použijte zkrácený kód %s"
430
-
431
- #~ msgid "Display button"
432
- #~ msgstr "Zobrazit tlačítko"
433
-
434
- #~ msgid "My Page"
435
- #~ msgstr "Moje stránka"
436
-
437
- #~ msgid "Facebook buttons position"
438
- #~ msgstr "Umístění Facebook tlačítka"
439
-
440
- #~ msgid "Before"
441
- #~ msgstr "Před"
442
-
443
- #~ msgid "After"
444
- #~ msgstr "Po"
445
-
446
- #~ msgid "Before and After"
447
- #~ msgstr "Před a Po"
448
-
449
- #~ msgid "Shortcode"
450
- #~ msgstr "Zkrácený kód"
451
-
452
- #~ msgid "Facebook buttons language"
453
- #~ msgstr "Jazyk Facebook tlačítek"
454
-
455
- #~ msgid "Change the language of Facebook Button"
456
- #~ msgstr "Změnit jazyk Facebook tlačítka"
457
-
458
- #~ msgid "Use the current site language"
459
- #~ msgstr "Použít aktuální jazyk webu"
460
-
461
- #~ msgid "Using"
462
- #~ msgstr "Použití"
463
-
464
- #~ msgid "Download"
465
- #~ msgstr "Stáhnout"
466
-
467
- #~ msgid "Display buttons in excerpt"
468
- #~ msgstr "Zobrazit tlačítka ve stručném obsahu"
469
-
470
- #~ msgid "Meta tags"
471
- #~ msgstr "Meta tagy"
472
-
473
- #~ msgid "Image"
474
- #~ msgstr "Obrázek"
475
-
476
- #~ msgid "This image will be used for all of the posts"
477
- #~ msgstr "Tento obrázek bude použit pro všechny příspěvky"
478
-
479
- #~ msgid "Description"
480
- #~ msgstr "Popis"
481
-
482
- #~ msgid "Post excerpt"
483
- #~ msgstr "Stručný obsah příspěvku"
484
-
485
- #~ msgid "This description will be used for all of the posts"
486
- #~ msgstr "Tento popis bude použit pro všechny příspěvky"
487
-
488
- #~ msgid "If you upgrade to Pro version all your settings will be saved."
489
- #~ msgstr ""
490
- #~ "Pokud upgradujete na verzi Pro budou všechna vaše nastavení uložena."
491
-
492
- #~ msgid "Unlock premium options by upgrading to Pro version"
493
- #~ msgstr "Odemknout prémiové možnosti upgradem na Pro verzi"
494
-
495
- #~ msgid "Your Facebook ID or username"
496
- #~ msgstr "Vaše Facebook ID nebo uživatelské jméno"
497
-
498
- #~ msgid "\"My page\" button image"
499
- #~ msgstr "\"Moje stránka\" obrázek tlačítka"
500
-
501
- #~ msgid "Standard Facebook image"
502
- #~ msgstr "Standardní Facebook obrázek"
503
-
504
- #~ msgid "Custom Facebook image"
505
- #~ msgstr "Vlastní Facebook obrázek"
506
-
507
- #~ msgid ""
508
- #~ "To use custom image you need to setup permissions to upload directory of "
509
- #~ "your site"
510
- #~ msgstr ""
511
- #~ "Chcete-li použít vlastní obrázek, je nutné nastavit oprávnění k nahrávání "
512
- #~ "složek na vašem webu"
513
-
514
- #~ msgid ""
515
- #~ "Image properties: max image width:100px; max image height:40px; max image "
516
- #~ "size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
517
- #~ msgstr ""
518
- #~ "Vlastnosti obrazu: max šířka obrázku: 100px; max výška obrázku: 40px; "
519
- #~ "Maximální velikost obrazu: 32 Kb; typy obrázků: \"JPG\", \"JPEG\", \"png"
520
- #~ "\"."
521
-
522
- #~ msgid "Button layout"
523
- #~ msgstr "Rozložení tlačítek"
524
-
525
- #~ msgid "Like button action"
526
- #~ msgstr "Akce tlačítka To se mi líbí"
527
-
528
- #~ msgid "Show faces"
529
- #~ msgstr "Ukázat tváře"
530
-
531
- #~ msgid "Layout width"
532
- #~ msgstr "Šířka layoutu"
533
-
534
- #~ msgid "Color scheme"
535
- #~ msgstr "Barevné schéma"
536
-
537
- #~ msgid "Html tag for \"Like\" button"
538
- #~ msgstr "HTML tag pro tlačítko \"To se mi líbí\""
539
-
540
- #~ msgid "Use this tag to improve validation of your site"
541
- #~ msgstr "Použijte tento tag s cílem zlepšit validitu vašeho webu"
542
-
543
- #~ msgid "\"Like\" for an entire site on every page:"
544
- #~ msgstr "\"To se mi líbí\" pro celý web na každé stránce:"
545
-
546
- #~ msgid ""
547
- #~ "Notice: \"Like for the entire site\" option does not create an extra "
548
- #~ "button. This option merely allows your users to like the entire website "
549
- #~ "when this option is enabled, or a single post when this option is "
550
- #~ "disabled, when clicking the regular \"Like\" button."
551
- #~ msgstr ""
552
- #~ "Upozornění: Volba \"To se mi líbí\" nevytváří tlačítko navíc. Tato "
553
- #~ "možnost pouze umožňuje uživatelům mít rád celý web, pokud je tato volba "
554
- #~ "zapnuta, nebo na konkrétní příspěvek, pokud je tato volba vypnutá, při "
555
- #~ "kliknutí na klasické \"To se mi líbí\" tlačítko."
556
-
557
- #~ msgid "Save Changes"
558
- #~ msgstr "Uložit změny"
559
-
560
- #~ msgid "Facebook Button preview:"
561
- #~ msgstr "Náhled tlačítka Facebook:"
2
  msgstr ""
3
  "Project-Id-Version: facebook-button-plugin\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2018-01-26 07:39-0500\n"
6
+ "PO-Revision-Date: 2018-04-20 18:33+0300\n"
7
  "Last-Translator: Mik013\n"
8
  "Language-Team: Mik013\n"
9
  "Language: cs_CZ\n"
33
 
34
  #: facebook-button-plugin.php:208
35
  msgid "Please, enable JavaScript in your browser."
36
+ msgstr "Prosím, povolte JavaScript ve vašem prohlížeči."
37
 
38
  #: facebook-button-plugin.php:310
39
  msgid "Add Facebook buttons to your page or post"
41
 
42
  #: facebook-button-plugin.php:439
43
  msgid "FAQ"
44
+ msgstr ""
45
+ "Časté dotazy <acronym title=\"Frequently asked questions\">(FAQ)</acronym>"
46
 
47
  #: facebook-button-plugin.php:440
48
  msgid "Support"
50
 
51
  #: includes/class-fcbkbttn-settings.php:24
52
  msgid "Display"
53
+ msgstr "Zobrazit"
54
 
55
  #: includes/class-fcbkbttn-settings.php:25
56
  msgid "Misc"
82
 
83
  #: includes/class-fcbkbttn-settings.php:149
84
  msgid "Error: Failed to move file."
85
+ msgstr "Chyba: Soubor se nepodařilo přesunout."
86
 
87
  #: includes/class-fcbkbttn-settings.php:152
88
  msgid "Error: Check image width or height."
89
+ msgstr "Chyba: zkontrolujte šířku nebo výšku obrázku."
90
 
91
  #: includes/class-fcbkbttn-settings.php:156
92
  msgid "Uploading Error: Check image properties"
93
+ msgstr "Chyba nahrávání: zkontrolujte vlastnosti obrázku"
94
 
95
  #: includes/class-fcbkbttn-settings.php:182
96
  msgid "General"
119
 
120
  #: includes/class-fcbkbttn-settings.php:198
121
  msgid "Small"
122
+ msgstr "Malá"
123
 
124
  #: includes/class-fcbkbttn-settings.php:199
125
  msgid "Large"
126
+ msgstr "Velká"
127
 
128
  #: includes/class-fcbkbttn-settings.php:204
129
  msgid "Buttons Position"
161
 
162
  #: includes/class-fcbkbttn-settings.php:247
163
  msgid "Install Now"
164
+ msgstr "Instalovat nyní"
165
 
166
  #: includes/class-fcbkbttn-settings.php:252
167
  msgid "Excerpt"
242
  "Image requirements: max image width: 100px; max image height: 40px; max "
243
  "image size: 32Kb; image types: \"jpg\", \"jpeg\", \"png\"."
244
  msgstr ""
245
+ "Požadavky obrázku: maximální šířka:100px; maximální výška:40px; maximální "
246
+ "velikost:32Kb; typy obrázků: „jpg“, „jpeg“, „png“."
247
 
248
  #: includes/class-fcbkbttn-settings.php:339
249
  msgid "Like&Share Buttons"
251
 
252
  #: includes/class-fcbkbttn-settings.php:342
253
  msgid "Like Button Layout"
254
+ msgstr "Vzhled tlačítka To se mi líbí"
255
 
256
  #: includes/class-fcbkbttn-settings.php:365
257
  msgid "Share Button Layout"
258
+ msgstr "Vzhled tlačítka Sdílet"
259
 
260
  #: includes/class-fcbkbttn-settings.php:396
261
  msgid "Like Button Action"
272
  #: includes/class-fcbkbttn-settings.php:415
273
  msgid "Enable to show faces of your friends who submitted the button."
274
  msgstr ""
275
+ "Zapnout zobrazování profilové fotky vašich přátel, kteří kliknuli na "
276
+ "tlačítko."
277
 
278
  #: includes/class-fcbkbttn-settings.php:419
279
  msgid "Layout Width"
306
 
307
  #: includes/class-fcbkbttn-settings.php:459
308
  msgid "URL to Like"
309
+ msgstr "URL pro To se mi líbí"
310
 
311
  #: includes/class-fcbkbttn-settings.php:461
312
  msgid "Leave blank to use current page URL."
313
+ msgstr "Ponechte nevyplněné pro použití URL adresy aktuální stránky."
314
 
315
  #: includes/class-fcbkbttn-settings.php:488
316
  msgid "Facebook Button Shortcode"
317
+ msgstr "Zkrácený kód Facebook tlačítek"
318
 
319
  #: includes/class-fcbkbttn-settings.php:491
320
  msgid ""
347
  #: includes/class-fcbkbttn-settings.php:546
348
  msgid "Example of site pages tree"
349
  msgstr "Příklad stromu stránek webu"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/facebook-button-plugin-es_ES.mo CHANGED
Binary file
languages/facebook-button-plugin-es_ES.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: facebook-button-plugin\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2018-01-16 14:38+0200\n"
6
- "PO-Revision-Date: 2018-01-16 14:38+0200\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Africa Boleko <info@markekimika.es>\n"
9
  "Language: es_ES\n"
@@ -19,12 +19,12 @@ msgstr ""
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
  #: facebook-button-plugin.php:36 facebook-button-plugin.php:37
22
- #: facebook-button-plugin.php:207 includes/class-fcbkbttn-settings.php:179
23
  msgid "Facebook Button Settings"
24
  msgstr "Ajustes de Facebook Button"
25
 
26
- #: facebook-button-plugin.php:37 facebook-button-plugin.php:423
27
- #: facebook-button-plugin.php:437 includes/class-fcbkbttn-settings.php:23
28
  msgid "Settings"
29
  msgstr "Ajustes"
30
 
@@ -32,19 +32,19 @@ msgstr "Ajustes"
32
  msgid "Upgrade to Pro"
33
  msgstr ""
34
 
35
- #: facebook-button-plugin.php:208
36
  msgid "Please, enable JavaScript in your browser."
37
  msgstr ""
38
 
39
- #: facebook-button-plugin.php:310
40
  msgid "Add Facebook buttons to your page or post"
41
  msgstr "Añada los botones de Facebook a su página o post"
42
 
43
- #: facebook-button-plugin.php:439
44
  msgid "FAQ"
45
  msgstr "Preguntas frecuentes"
46
 
47
- #: facebook-button-plugin.php:440
48
  msgid "Support"
49
  msgstr "Soporte"
50
 
@@ -67,176 +67,208 @@ msgstr "Custom código"
67
  msgid "License Key"
68
  msgstr "Clave de licencia incorrecta"
69
 
70
- #: includes/class-fcbkbttn-settings.php:103
71
  msgid "Settings saved"
72
  msgstr "Configuración guardada"
73
 
74
- #: includes/class-fcbkbttn-settings.php:132
75
  msgid "Error: File size must not exceed 32KB"
76
  msgstr ""
77
 
78
- #: includes/class-fcbkbttn-settings.php:135
79
  msgid "Error: Invalid file type"
80
  msgstr "Error: Tipo de archivo no válido"
81
 
82
- #: includes/class-fcbkbttn-settings.php:141
83
  msgid "Upload successful."
84
  msgstr "Descarga correcta"
85
 
86
- #: includes/class-fcbkbttn-settings.php:149
87
  msgid "Error: Failed to move file."
88
  msgstr ""
89
 
90
- #: includes/class-fcbkbttn-settings.php:152
91
  msgid "Error: Check image width or height."
92
  msgstr ""
93
 
94
- #: includes/class-fcbkbttn-settings.php:156
95
  msgid "Uploading Error: Check image properties"
96
  msgstr ""
97
 
98
- #: includes/class-fcbkbttn-settings.php:182
99
  msgid "General"
100
  msgstr ""
101
 
102
- #: includes/class-fcbkbttn-settings.php:185
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
103
  #, fuzzy
104
  msgid "Buttons"
105
  msgstr "Diseño del botón"
106
 
107
- #: includes/class-fcbkbttn-settings.php:188
108
  msgid "Profile URL"
109
  msgstr ""
110
 
111
- #: includes/class-fcbkbttn-settings.php:189
112
- #: includes/class-fcbkbttn-settings.php:401
113
  msgid "Like"
114
  msgstr "Me gusta"
115
 
116
- #: includes/class-fcbkbttn-settings.php:190
117
  msgid "Share"
118
  msgstr "Compartir"
119
 
120
- #: includes/class-fcbkbttn-settings.php:195
121
  msgid "Buttons Size"
122
  msgstr ""
123
 
124
- #: includes/class-fcbkbttn-settings.php:198
125
  msgid "Small"
126
  msgstr ""
127
 
128
- #: includes/class-fcbkbttn-settings.php:199
129
  msgid "Large"
130
  msgstr ""
131
 
132
- #: includes/class-fcbkbttn-settings.php:204
133
  #, fuzzy
134
  msgid "Buttons Position"
135
  msgstr "Posición Facebook Buttons"
136
 
137
- #: includes/class-fcbkbttn-settings.php:209
138
  #, fuzzy
139
  msgid "Before content"
140
  msgstr "Antes y Después"
141
 
142
- #: includes/class-fcbkbttn-settings.php:214
143
  msgid "After content"
144
  msgstr ""
145
 
146
- #: includes/class-fcbkbttn-settings.php:220
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
147
  msgid "Language"
148
  msgstr ""
149
 
150
- #: includes/class-fcbkbttn-settings.php:231
151
  #, fuzzy
152
  msgid "Select the default language for Facebook button(-s)."
153
  msgstr "Cambie el idioma de Facebook Button"
154
 
155
- #: includes/class-fcbkbttn-settings.php:240
156
- #: includes/class-fcbkbttn-settings.php:243
157
- #: includes/class-fcbkbttn-settings.php:247
158
  msgid ""
159
  "Enable to switch language automatically on multilingual website using "
160
  "Multilanguage plugin."
161
  msgstr ""
162
 
163
- #: includes/class-fcbkbttn-settings.php:243
164
  msgid "Activate"
165
  msgstr ""
166
 
167
- #: includes/class-fcbkbttn-settings.php:247
168
  msgid "Install Now"
169
  msgstr ""
170
 
171
- #: includes/class-fcbkbttn-settings.php:252
172
  #, fuzzy
173
  msgid "Excerpt"
174
  msgstr "Post fragmentado"
175
 
176
- #: includes/class-fcbkbttn-settings.php:254
177
  #, fuzzy
178
  msgid "Enable to display buttons in excerpt."
179
  msgstr "Despliegue el botón en el fragmento"
180
 
181
- #: includes/class-fcbkbttn-settings.php:262
182
- #: includes/class-fcbkbttn-settings.php:455
183
- #: includes/class-fcbkbttn-settings.php:509
184
  msgid "Close"
185
  msgstr "Cerrar"
186
 
187
- #: includes/class-fcbkbttn-settings.php:266
188
  #, fuzzy
189
  msgid "Meta Image"
190
  msgstr "Meta etiquetas"
191
 
192
- #: includes/class-fcbkbttn-settings.php:271
193
  msgid "Featured Image"
194
  msgstr "Imagen distintitiva"
195
 
196
- #: includes/class-fcbkbttn-settings.php:275
197
  msgid "Custom Image"
198
  msgstr "Imagen customizada"
199
 
200
- #: includes/class-fcbkbttn-settings.php:275
201
  #, fuzzy
202
  msgid "This image will be used for all posts"
203
  msgstr "Esta imagen serà usada para todos los posts"
204
 
205
- #: includes/class-fcbkbttn-settings.php:282
206
  #, fuzzy
207
  msgid "Meta Description"
208
  msgstr "Descripción"
209
 
210
- #: includes/class-fcbkbttn-settings.php:286
211
  #, fuzzy
212
  msgid ""
213
  "This description will be used for all pages and posts. Leave blank to use "
214
  "page description."
215
  msgstr "Esta descripción será utilitzada en todos los post"
216
 
217
- #: includes/class-fcbkbttn-settings.php:294
218
  msgid "Profile URL Button"
219
  msgstr ""
220
 
221
- #: includes/class-fcbkbttn-settings.php:297
222
  #, fuzzy
223
  msgid "Facebook ID or Username"
224
  msgstr "Su ID de Facebook o usuario"
225
 
226
- #: includes/class-fcbkbttn-settings.php:304
227
  msgid "Profile Button Image"
228
  msgstr ""
229
 
230
- #: includes/class-fcbkbttn-settings.php:311
231
  msgid "Default"
232
  msgstr ""
233
 
234
- #: includes/class-fcbkbttn-settings.php:316
235
  #, fuzzy
236
  msgid "Custom image"
237
  msgstr "Imagen customizada"
238
 
239
- #: includes/class-fcbkbttn-settings.php:320
240
  #, fuzzy
241
  msgid ""
242
  "To use custom image, You need to setup permissions for upload directory of "
@@ -245,106 +277,106 @@ msgstr ""
245
  "Para utilizar imágenes personalizadas necessita instalar permisos para "
246
  "descargar el directorio de su sitio"
247
 
248
- #: includes/class-fcbkbttn-settings.php:327
249
  msgid "Current image"
250
  msgstr "Imagen actual"
251
 
252
- #: includes/class-fcbkbttn-settings.php:335
253
  msgid ""
254
  "Image requirements: max image width: 100px; max image height: 40px; max "
255
  "image size: 32Kb; image types: \"jpg\", \"jpeg\", \"png\"."
256
  msgstr ""
257
 
258
- #: includes/class-fcbkbttn-settings.php:339
259
  #, fuzzy
260
  msgid "Like&Share Buttons"
261
  msgstr "Acción del botón \"me gusta\""
262
 
263
- #: includes/class-fcbkbttn-settings.php:342
264
  msgid "Like Button Layout"
265
  msgstr ""
266
 
267
- #: includes/class-fcbkbttn-settings.php:365
268
  msgid "Share Button Layout"
269
  msgstr ""
270
 
271
- #: includes/class-fcbkbttn-settings.php:396
272
  #, fuzzy
273
  msgid "Like Button Action"
274
  msgstr "Acción del botón \"me gusta\""
275
 
276
- #: includes/class-fcbkbttn-settings.php:406
277
  msgid "Recommend"
278
  msgstr "Recomendar"
279
 
280
- #: includes/class-fcbkbttn-settings.php:412
281
  msgid "Friends Faces"
282
  msgstr ""
283
 
284
- #: includes/class-fcbkbttn-settings.php:415
285
  msgid "Enable to show faces of your friends who submitted the button."
286
  msgstr ""
287
 
288
- #: includes/class-fcbkbttn-settings.php:419
289
  #, fuzzy
290
  msgid "Layout Width"
291
  msgstr "Ancho del diseño"
292
 
293
- #: includes/class-fcbkbttn-settings.php:421
294
  msgid "px"
295
  msgstr ""
296
 
297
- #: includes/class-fcbkbttn-settings.php:425
298
  msgid "Theme"
299
  msgstr ""
300
 
301
- #: includes/class-fcbkbttn-settings.php:430
302
  msgid "Light"
303
  msgstr "Claro"
304
 
305
- #: includes/class-fcbkbttn-settings.php:435
306
  msgid "Dark"
307
  msgstr "Oscuro"
308
 
309
- #: includes/class-fcbkbttn-settings.php:441
310
  #, fuzzy
311
  msgid "Like Button HTML Tag"
312
  msgstr "Acción del botón \"me gusta\""
313
 
314
- #: includes/class-fcbkbttn-settings.php:447
315
  #, php-format
316
  msgid "Tag %s can be used to improve website code validation."
317
  msgstr ""
318
 
319
- #: includes/class-fcbkbttn-settings.php:459
320
  msgid "URL to Like"
321
  msgstr ""
322
 
323
- #: includes/class-fcbkbttn-settings.php:461
324
  msgid "Leave blank to use current page URL."
325
  msgstr ""
326
 
327
- #: includes/class-fcbkbttn-settings.php:488
328
  msgid "Facebook Button Shortcode"
329
  msgstr ""
330
 
331
- #: includes/class-fcbkbttn-settings.php:491
332
  msgid ""
333
  "Add Facebook button(-s) to your posts, pages, custom post types or widgets "
334
  "by using the following shortcode:"
335
  msgstr ""
336
 
337
- #: includes/class-fcbkbttn-settings.php:510
338
  #, fuzzy
339
  msgid "Facebook Buttons Preview"
340
  msgstr "Vista preliminar del Facebook Button"
341
 
342
- #: includes/class-fcbkbttn-settings.php:524
343
  #, fuzzy
344
  msgid "Display Settings"
345
  msgstr "Botón despliegue"
346
 
347
- #: includes/class-fcbkbttn-settings.php:533
348
  msgid ""
349
  "Please choose the necessary post types (or single pages) where Facebook "
350
  "button will be displayed:"
@@ -352,11 +384,11 @@ msgstr ""
352
  "Por favor, escoja los tipos de post necesario (o pàgines individuales) donde "
353
  "el Facebook Button debe ser mostrado:"
354
 
355
- #: includes/class-fcbkbttn-settings.php:540
356
  msgid "Show URL for pages"
357
  msgstr "Mostrar la URL de las páginas"
358
 
359
- #: includes/class-fcbkbttn-settings.php:546
360
  msgid "Example of site pages tree"
361
  msgstr ""
362
 
2
  msgstr ""
3
  "Project-Id-Version: facebook-button-plugin\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2018-04-24 11:42+0300\n"
6
+ "PO-Revision-Date: 2018-04-24 11:42+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Africa Boleko <info@markekimika.es>\n"
9
  "Language: es_ES\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
  #: facebook-button-plugin.php:36 facebook-button-plugin.php:37
22
+ #: facebook-button-plugin.php:210 includes/class-fcbkbttn-settings.php:186
23
  msgid "Facebook Button Settings"
24
  msgstr "Ajustes de Facebook Button"
25
 
26
+ #: facebook-button-plugin.php:37 facebook-button-plugin.php:458
27
+ #: facebook-button-plugin.php:472 includes/class-fcbkbttn-settings.php:23
28
  msgid "Settings"
29
  msgstr "Ajustes"
30
 
32
  msgid "Upgrade to Pro"
33
  msgstr ""
34
 
35
+ #: facebook-button-plugin.php:213
36
  msgid "Please, enable JavaScript in your browser."
37
  msgstr ""
38
 
39
+ #: facebook-button-plugin.php:333
40
  msgid "Add Facebook buttons to your page or post"
41
  msgstr "Añada los botones de Facebook a su página o post"
42
 
43
+ #: facebook-button-plugin.php:474
44
  msgid "FAQ"
45
  msgstr "Preguntas frecuentes"
46
 
47
+ #: facebook-button-plugin.php:475
48
  msgid "Support"
49
  msgstr "Soporte"
50
 
67
  msgid "License Key"
68
  msgstr "Clave de licencia incorrecta"
69
 
70
+ #: includes/class-fcbkbttn-settings.php:110
71
  msgid "Settings saved"
72
  msgstr "Configuración guardada"
73
 
74
+ #: includes/class-fcbkbttn-settings.php:139
75
  msgid "Error: File size must not exceed 32KB"
76
  msgstr ""
77
 
78
+ #: includes/class-fcbkbttn-settings.php:142
79
  msgid "Error: Invalid file type"
80
  msgstr "Error: Tipo de archivo no válido"
81
 
82
+ #: includes/class-fcbkbttn-settings.php:148
83
  msgid "Upload successful."
84
  msgstr "Descarga correcta"
85
 
86
+ #: includes/class-fcbkbttn-settings.php:156
87
  msgid "Error: Failed to move file."
88
  msgstr ""
89
 
90
+ #: includes/class-fcbkbttn-settings.php:159
91
  msgid "Error: Check image width or height."
92
  msgstr ""
93
 
94
+ #: includes/class-fcbkbttn-settings.php:163
95
  msgid "Uploading Error: Check image properties"
96
  msgstr ""
97
 
98
+ #: includes/class-fcbkbttn-settings.php:190
99
  msgid "General"
100
  msgstr ""
101
 
102
+ #: includes/class-fcbkbttn-settings.php:193
103
+ msgid "Change App ID"
104
+ msgstr ""
105
+
106
+ #: includes/class-fcbkbttn-settings.php:197
107
+ msgid "You can use standard App ID or"
108
+ msgstr ""
109
+
110
+ #: includes/class-fcbkbttn-settings.php:197
111
+ msgid "create a new one"
112
+ msgstr ""
113
+
114
+ #: includes/class-fcbkbttn-settings.php:197
115
+ msgid " Leave blank to use standard App ID."
116
+ msgstr ""
117
+
118
+ #: includes/class-fcbkbttn-settings.php:201
119
  #, fuzzy
120
  msgid "Buttons"
121
  msgstr "Diseño del botón"
122
 
123
+ #: includes/class-fcbkbttn-settings.php:204
124
  msgid "Profile URL"
125
  msgstr ""
126
 
127
+ #: includes/class-fcbkbttn-settings.php:205
128
+ #: includes/class-fcbkbttn-settings.php:427
129
  msgid "Like"
130
  msgstr "Me gusta"
131
 
132
+ #: includes/class-fcbkbttn-settings.php:206
133
  msgid "Share"
134
  msgstr "Compartir"
135
 
136
+ #: includes/class-fcbkbttn-settings.php:211
137
  msgid "Buttons Size"
138
  msgstr ""
139
 
140
+ #: includes/class-fcbkbttn-settings.php:214
141
  msgid "Small"
142
  msgstr ""
143
 
144
+ #: includes/class-fcbkbttn-settings.php:215
145
  msgid "Large"
146
  msgstr ""
147
 
148
+ #: includes/class-fcbkbttn-settings.php:220
149
  #, fuzzy
150
  msgid "Buttons Position"
151
  msgstr "Posición Facebook Buttons"
152
 
153
+ #: includes/class-fcbkbttn-settings.php:225
154
  #, fuzzy
155
  msgid "Before content"
156
  msgstr "Antes y Después"
157
 
158
+ #: includes/class-fcbkbttn-settings.php:230
159
  msgid "After content"
160
  msgstr ""
161
 
162
+ #: includes/class-fcbkbttn-settings.php:236
163
+ msgid "Buttons Align"
164
+ msgstr ""
165
+
166
+ #: includes/class-fcbkbttn-settings.php:239
167
+ msgid "Right"
168
+ msgstr ""
169
+
170
+ #: includes/class-fcbkbttn-settings.php:240
171
+ msgid "Center"
172
+ msgstr ""
173
+
174
+ #: includes/class-fcbkbttn-settings.php:241
175
+ msgid "Left"
176
+ msgstr ""
177
+
178
+ #: includes/class-fcbkbttn-settings.php:246
179
  msgid "Language"
180
  msgstr ""
181
 
182
+ #: includes/class-fcbkbttn-settings.php:257
183
  #, fuzzy
184
  msgid "Select the default language for Facebook button(-s)."
185
  msgstr "Cambie el idioma de Facebook Button"
186
 
187
+ #: includes/class-fcbkbttn-settings.php:266
188
+ #: includes/class-fcbkbttn-settings.php:269
189
+ #: includes/class-fcbkbttn-settings.php:273
190
  msgid ""
191
  "Enable to switch language automatically on multilingual website using "
192
  "Multilanguage plugin."
193
  msgstr ""
194
 
195
+ #: includes/class-fcbkbttn-settings.php:269
196
  msgid "Activate"
197
  msgstr ""
198
 
199
+ #: includes/class-fcbkbttn-settings.php:273
200
  msgid "Install Now"
201
  msgstr ""
202
 
203
+ #: includes/class-fcbkbttn-settings.php:278
204
  #, fuzzy
205
  msgid "Excerpt"
206
  msgstr "Post fragmentado"
207
 
208
+ #: includes/class-fcbkbttn-settings.php:280
209
  #, fuzzy
210
  msgid "Enable to display buttons in excerpt."
211
  msgstr "Despliegue el botón en el fragmento"
212
 
213
+ #: includes/class-fcbkbttn-settings.php:288
214
+ #: includes/class-fcbkbttn-settings.php:485
215
+ #: includes/class-fcbkbttn-settings.php:539
216
  msgid "Close"
217
  msgstr "Cerrar"
218
 
219
+ #: includes/class-fcbkbttn-settings.php:292
220
  #, fuzzy
221
  msgid "Meta Image"
222
  msgstr "Meta etiquetas"
223
 
224
+ #: includes/class-fcbkbttn-settings.php:297
225
  msgid "Featured Image"
226
  msgstr "Imagen distintitiva"
227
 
228
+ #: includes/class-fcbkbttn-settings.php:301
229
  msgid "Custom Image"
230
  msgstr "Imagen customizada"
231
 
232
+ #: includes/class-fcbkbttn-settings.php:301
233
  #, fuzzy
234
  msgid "This image will be used for all posts"
235
  msgstr "Esta imagen serà usada para todos los posts"
236
 
237
+ #: includes/class-fcbkbttn-settings.php:308
238
  #, fuzzy
239
  msgid "Meta Description"
240
  msgstr "Descripción"
241
 
242
+ #: includes/class-fcbkbttn-settings.php:312
243
  #, fuzzy
244
  msgid ""
245
  "This description will be used for all pages and posts. Leave blank to use "
246
  "page description."
247
  msgstr "Esta descripción será utilitzada en todos los post"
248
 
249
+ #: includes/class-fcbkbttn-settings.php:320
250
  msgid "Profile URL Button"
251
  msgstr ""
252
 
253
+ #: includes/class-fcbkbttn-settings.php:323
254
  #, fuzzy
255
  msgid "Facebook ID or Username"
256
  msgstr "Su ID de Facebook o usuario"
257
 
258
+ #: includes/class-fcbkbttn-settings.php:330
259
  msgid "Profile Button Image"
260
  msgstr ""
261
 
262
+ #: includes/class-fcbkbttn-settings.php:337
263
  msgid "Default"
264
  msgstr ""
265
 
266
+ #: includes/class-fcbkbttn-settings.php:342
267
  #, fuzzy
268
  msgid "Custom image"
269
  msgstr "Imagen customizada"
270
 
271
+ #: includes/class-fcbkbttn-settings.php:346
272
  #, fuzzy
273
  msgid ""
274
  "To use custom image, You need to setup permissions for upload directory of "
277
  "Para utilizar imágenes personalizadas necessita instalar permisos para "
278
  "descargar el directorio de su sitio"
279
 
280
+ #: includes/class-fcbkbttn-settings.php:353
281
  msgid "Current image"
282
  msgstr "Imagen actual"
283
 
284
+ #: includes/class-fcbkbttn-settings.php:361
285
  msgid ""
286
  "Image requirements: max image width: 100px; max image height: 40px; max "
287
  "image size: 32Kb; image types: \"jpg\", \"jpeg\", \"png\"."
288
  msgstr ""
289
 
290
+ #: includes/class-fcbkbttn-settings.php:365
291
  #, fuzzy
292
  msgid "Like&Share Buttons"
293
  msgstr "Acción del botón \"me gusta\""
294
 
295
+ #: includes/class-fcbkbttn-settings.php:368
296
  msgid "Like Button Layout"
297
  msgstr ""
298
 
299
+ #: includes/class-fcbkbttn-settings.php:391
300
  msgid "Share Button Layout"
301
  msgstr ""
302
 
303
+ #: includes/class-fcbkbttn-settings.php:422
304
  #, fuzzy
305
  msgid "Like Button Action"
306
  msgstr "Acción del botón \"me gusta\""
307
 
308
+ #: includes/class-fcbkbttn-settings.php:432
309
  msgid "Recommend"
310
  msgstr "Recomendar"
311
 
312
+ #: includes/class-fcbkbttn-settings.php:438
313
  msgid "Friends Faces"
314
  msgstr ""
315
 
316
+ #: includes/class-fcbkbttn-settings.php:441
317
  msgid "Enable to show faces of your friends who submitted the button."
318
  msgstr ""
319
 
320
+ #: includes/class-fcbkbttn-settings.php:445
321
  #, fuzzy
322
  msgid "Layout Width"
323
  msgstr "Ancho del diseño"
324
 
325
+ #: includes/class-fcbkbttn-settings.php:449
326
  msgid "px"
327
  msgstr ""
328
 
329
+ #: includes/class-fcbkbttn-settings.php:454
330
  msgid "Theme"
331
  msgstr ""
332
 
333
+ #: includes/class-fcbkbttn-settings.php:459
334
  msgid "Light"
335
  msgstr "Claro"
336
 
337
+ #: includes/class-fcbkbttn-settings.php:464
338
  msgid "Dark"
339
  msgstr "Oscuro"
340
 
341
+ #: includes/class-fcbkbttn-settings.php:470
342
  #, fuzzy
343
  msgid "Like Button HTML Tag"
344
  msgstr "Acción del botón \"me gusta\""
345
 
346
+ #: includes/class-fcbkbttn-settings.php:477
347
  #, php-format
348
  msgid "Tag %s can be used to improve website code validation."
349
  msgstr ""
350
 
351
+ #: includes/class-fcbkbttn-settings.php:489
352
  msgid "URL to Like"
353
  msgstr ""
354
 
355
+ #: includes/class-fcbkbttn-settings.php:491
356
  msgid "Leave blank to use current page URL."
357
  msgstr ""
358
 
359
+ #: includes/class-fcbkbttn-settings.php:518
360
  msgid "Facebook Button Shortcode"
361
  msgstr ""
362
 
363
+ #: includes/class-fcbkbttn-settings.php:521
364
  msgid ""
365
  "Add Facebook button(-s) to your posts, pages, custom post types or widgets "
366
  "by using the following shortcode:"
367
  msgstr ""
368
 
369
+ #: includes/class-fcbkbttn-settings.php:540
370
  #, fuzzy
371
  msgid "Facebook Buttons Preview"
372
  msgstr "Vista preliminar del Facebook Button"
373
 
374
+ #: includes/class-fcbkbttn-settings.php:554
375
  #, fuzzy
376
  msgid "Display Settings"
377
  msgstr "Botón despliegue"
378
 
379
+ #: includes/class-fcbkbttn-settings.php:563
380
  msgid ""
381
  "Please choose the necessary post types (or single pages) where Facebook "
382
  "button will be displayed:"
384
  "Por favor, escoja los tipos de post necesario (o pàgines individuales) donde "
385
  "el Facebook Button debe ser mostrado:"
386
 
387
+ #: includes/class-fcbkbttn-settings.php:570
388
  msgid "Show URL for pages"
389
  msgstr "Mostrar la URL de las páginas"
390
 
391
+ #: includes/class-fcbkbttn-settings.php:576
392
  msgid "Example of site pages tree"
393
  msgstr ""
394
 
languages/facebook-button-plugin-fi_FI.mo CHANGED
Binary file
languages/facebook-button-plugin-fi_FI.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: facebook-button-plugin\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2018-01-16 14:38+0200\n"
6
- "PO-Revision-Date: 2018-01-16 14:38+0200\n"
7
  "Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: Juhani Honkanen <juhani.honkanen@dnainternet.net>\n"
9
  "Language: fi_FI\n"
@@ -18,12 +18,12 @@ msgstr ""
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
  #: facebook-button-plugin.php:36 facebook-button-plugin.php:37
21
- #: facebook-button-plugin.php:207 includes/class-fcbkbttn-settings.php:179
22
  msgid "Facebook Button Settings"
23
  msgstr "Facebook Napin asetukset"
24
 
25
- #: facebook-button-plugin.php:37 facebook-button-plugin.php:423
26
- #: facebook-button-plugin.php:437 includes/class-fcbkbttn-settings.php:23
27
  msgid "Settings"
28
  msgstr "Asetukset"
29
 
@@ -31,20 +31,20 @@ msgstr "Asetukset"
31
  msgid "Upgrade to Pro"
32
  msgstr ""
33
 
34
- #: facebook-button-plugin.php:208
35
  msgid "Please, enable JavaScript in your browser."
36
  msgstr ""
37
 
38
- #: facebook-button-plugin.php:310
39
  #, fuzzy
40
  msgid "Add Facebook buttons to your page or post"
41
  msgstr "Facebook napin paikka:"
42
 
43
- #: facebook-button-plugin.php:439
44
  msgid "FAQ"
45
  msgstr "FAQ"
46
 
47
- #: facebook-button-plugin.php:440
48
  msgid "Support"
49
  msgstr "Tuki"
50
 
@@ -66,276 +66,308 @@ msgstr "Mukautettu Fecabook kuva"
66
  msgid "License Key"
67
  msgstr ""
68
 
69
- #: includes/class-fcbkbttn-settings.php:103
70
  msgid "Settings saved"
71
  msgstr "Asetukset tallennettu"
72
 
73
- #: includes/class-fcbkbttn-settings.php:132
74
  msgid "Error: File size must not exceed 32KB"
75
  msgstr ""
76
 
77
- #: includes/class-fcbkbttn-settings.php:135
78
  msgid "Error: Invalid file type"
79
  msgstr "Virhe: Väärä tiedostotyyppi"
80
 
81
- #: includes/class-fcbkbttn-settings.php:141
82
  msgid "Upload successful."
83
  msgstr "Lataaminen onnistui"
84
 
85
- #: includes/class-fcbkbttn-settings.php:149
86
  msgid "Error: Failed to move file."
87
  msgstr ""
88
 
89
- #: includes/class-fcbkbttn-settings.php:152
90
  msgid "Error: Check image width or height."
91
  msgstr ""
92
 
93
- #: includes/class-fcbkbttn-settings.php:156
94
  msgid "Uploading Error: Check image properties"
95
  msgstr ""
96
 
97
- #: includes/class-fcbkbttn-settings.php:182
98
  msgid "General"
99
  msgstr ""
100
 
101
- #: includes/class-fcbkbttn-settings.php:185
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
102
  #, fuzzy
103
  msgid "Buttons"
104
  msgstr "Facebook napin paikka:"
105
 
106
- #: includes/class-fcbkbttn-settings.php:188
107
  msgid "Profile URL"
108
  msgstr ""
109
 
110
- #: includes/class-fcbkbttn-settings.php:189
111
- #: includes/class-fcbkbttn-settings.php:401
112
  msgid "Like"
113
  msgstr "Tykkää"
114
 
115
- #: includes/class-fcbkbttn-settings.php:190
116
  msgid "Share"
117
  msgstr "Jaa"
118
 
119
- #: includes/class-fcbkbttn-settings.php:195
120
  msgid "Buttons Size"
121
  msgstr ""
122
 
123
- #: includes/class-fcbkbttn-settings.php:198
124
  msgid "Small"
125
  msgstr ""
126
 
127
- #: includes/class-fcbkbttn-settings.php:199
128
  msgid "Large"
129
  msgstr ""
130
 
131
- #: includes/class-fcbkbttn-settings.php:204
132
  #, fuzzy
133
  msgid "Buttons Position"
134
  msgstr "Facebook napin paikka:"
135
 
136
- #: includes/class-fcbkbttn-settings.php:209
137
  #, fuzzy
138
  msgid "Before content"
139
  msgstr "Ennen ja Jälkeen"
140
 
141
- #: includes/class-fcbkbttn-settings.php:214
142
  msgid "After content"
143
  msgstr ""
144
 
145
- #: includes/class-fcbkbttn-settings.php:220
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
146
  msgid "Language"
147
  msgstr ""
148
 
149
- #: includes/class-fcbkbttn-settings.php:231
150
  #, fuzzy
151
  msgid "Select the default language for Facebook button(-s)."
152
  msgstr "Vaihda Facebook napin kieli"
153
 
154
- #: includes/class-fcbkbttn-settings.php:240
155
- #: includes/class-fcbkbttn-settings.php:243
156
- #: includes/class-fcbkbttn-settings.php:247
157
  msgid ""
158
  "Enable to switch language automatically on multilingual website using "
159
  "Multilanguage plugin."
160
  msgstr ""
161
 
162
- #: includes/class-fcbkbttn-settings.php:243
163
  msgid "Activate"
164
  msgstr ""
165
 
166
- #: includes/class-fcbkbttn-settings.php:247
167
  msgid "Install Now"
168
  msgstr ""
169
 
170
- #: includes/class-fcbkbttn-settings.php:252
171
  msgid "Excerpt"
172
  msgstr ""
173
 
174
- #: includes/class-fcbkbttn-settings.php:254
175
  #, fuzzy
176
  msgid "Enable to display buttons in excerpt."
177
  msgstr "Näytä nappi:"
178
 
179
- #: includes/class-fcbkbttn-settings.php:262
180
- #: includes/class-fcbkbttn-settings.php:455
181
- #: includes/class-fcbkbttn-settings.php:509
182
  msgid "Close"
183
  msgstr ""
184
 
185
- #: includes/class-fcbkbttn-settings.php:266
186
  #, fuzzy
187
  msgid "Meta Image"
188
  msgstr "Mukautettu Fecabook kuva"
189
 
190
- #: includes/class-fcbkbttn-settings.php:271
191
  msgid "Featured Image"
192
  msgstr ""
193
 
194
- #: includes/class-fcbkbttn-settings.php:275
195
  #, fuzzy
196
  msgid "Custom Image"
197
  msgstr "Mukautettu Fecabook kuva"
198
 
199
- #: includes/class-fcbkbttn-settings.php:275
200
  msgid "This image will be used for all posts"
201
  msgstr ""
202
 
203
- #: includes/class-fcbkbttn-settings.php:282
204
  msgid "Meta Description"
205
  msgstr ""
206
 
207
- #: includes/class-fcbkbttn-settings.php:286
208
  msgid ""
209
  "This description will be used for all pages and posts. Leave blank to use "
210
  "page description."
211
  msgstr ""
212
 
213
- #: includes/class-fcbkbttn-settings.php:294
214
  msgid "Profile URL Button"
215
  msgstr ""
216
 
217
- #: includes/class-fcbkbttn-settings.php:297
218
  #, fuzzy
219
  msgid "Facebook ID or Username"
220
  msgstr "Sinun Facebook ID:si tai käyttäjänimesi:"
221
 
222
- #: includes/class-fcbkbttn-settings.php:304
223
  msgid "Profile Button Image"
224
  msgstr ""
225
 
226
- #: includes/class-fcbkbttn-settings.php:311
227
  msgid "Default"
228
  msgstr ""
229
 
230
- #: includes/class-fcbkbttn-settings.php:316
231
  #, fuzzy
232
  msgid "Custom image"
233
  msgstr "Mukautettu Fecabook kuva"
234
 
235
- #: includes/class-fcbkbttn-settings.php:320
236
  #, fuzzy
237
  msgid ""
238
  "To use custom image, You need to setup permissions for upload directory of "
239
  "your site"
240
  msgstr "Käyttääksesi mukautettua, kuva pitää voida ladata hakemistoosi"
241
 
242
- #: includes/class-fcbkbttn-settings.php:327
243
  #, fuzzy
244
  msgid "Current image"
245
  msgstr "Nykyinen kuva:"
246
 
247
- #: includes/class-fcbkbttn-settings.php:335
248
  msgid ""
249
  "Image requirements: max image width: 100px; max image height: 40px; max "
250
  "image size: 32Kb; image types: \"jpg\", \"jpeg\", \"png\"."
251
  msgstr ""
252
 
253
- #: includes/class-fcbkbttn-settings.php:339
254
  msgid "Like&Share Buttons"
255
  msgstr ""
256
 
257
- #: includes/class-fcbkbttn-settings.php:342
258
  msgid "Like Button Layout"
259
  msgstr ""
260
 
261
- #: includes/class-fcbkbttn-settings.php:365
262
  msgid "Share Button Layout"
263
  msgstr ""
264
 
265
- #: includes/class-fcbkbttn-settings.php:396
266
  msgid "Like Button Action"
267
  msgstr ""
268
 
269
- #: includes/class-fcbkbttn-settings.php:406
270
  msgid "Recommend"
271
  msgstr ""
272
 
273
- #: includes/class-fcbkbttn-settings.php:412
274
  msgid "Friends Faces"
275
  msgstr ""
276
 
277
- #: includes/class-fcbkbttn-settings.php:415
278
  msgid "Enable to show faces of your friends who submitted the button."
279
  msgstr ""
280
 
281
- #: includes/class-fcbkbttn-settings.php:419
282
  msgid "Layout Width"
283
  msgstr ""
284
 
285
- #: includes/class-fcbkbttn-settings.php:421
286
  msgid "px"
287
  msgstr ""
288
 
289
- #: includes/class-fcbkbttn-settings.php:425
290
  msgid "Theme"
291
  msgstr ""
292
 
293
- #: includes/class-fcbkbttn-settings.php:430
294
  msgid "Light"
295
  msgstr ""
296
 
297
- #: includes/class-fcbkbttn-settings.php:435
298
  msgid "Dark"
299
  msgstr ""
300
 
301
- #: includes/class-fcbkbttn-settings.php:441
302
  msgid "Like Button HTML Tag"
303
  msgstr ""
304
 
305
- #: includes/class-fcbkbttn-settings.php:447
306
  #, php-format
307
  msgid "Tag %s can be used to improve website code validation."
308
  msgstr ""
309
 
310
- #: includes/class-fcbkbttn-settings.php:459
311
  msgid "URL to Like"
312
  msgstr ""
313
 
314
- #: includes/class-fcbkbttn-settings.php:461
315
  msgid "Leave blank to use current page URL."
316
  msgstr ""
317
 
318
- #: includes/class-fcbkbttn-settings.php:488
319
  msgid "Facebook Button Shortcode"
320
  msgstr ""
321
 
322
- #: includes/class-fcbkbttn-settings.php:491
323
  msgid ""
324
  "Add Facebook button(-s) to your posts, pages, custom post types or widgets "
325
  "by using the following shortcode:"
326
  msgstr ""
327
 
328
- #: includes/class-fcbkbttn-settings.php:510
329
  #, fuzzy
330
  msgid "Facebook Buttons Preview"
331
  msgstr "Facebook Nappi"
332
 
333
- #: includes/class-fcbkbttn-settings.php:524
334
  #, fuzzy
335
  msgid "Display Settings"
336
  msgstr "Näytä nappi:"
337
 
338
- #: includes/class-fcbkbttn-settings.php:533
339
  msgid ""
340
  "Please choose the necessary post types (or single pages) where Facebook "
341
  "button will be displayed:"
@@ -343,11 +375,11 @@ msgstr ""
343
  "Valitse haluamasi viestin tyyppi (tai yksittäiset sivut) joissa Facebook "
344
  "nappi näytetään:"
345
 
346
- #: includes/class-fcbkbttn-settings.php:540
347
  msgid "Show URL for pages"
348
  msgstr "Näytä URL sivuilla"
349
 
350
- #: includes/class-fcbkbttn-settings.php:546
351
  msgid "Example of site pages tree"
352
  msgstr ""
353
 
2
  msgstr ""
3
  "Project-Id-Version: facebook-button-plugin\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2018-04-24 11:42+0300\n"
6
+ "PO-Revision-Date: 2018-04-24 11:42+0300\n"
7
  "Last-Translator: plugin@bestwebsoft.com <plugin@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:36 facebook-button-plugin.php:37
21
+ #: facebook-button-plugin.php:210 includes/class-fcbkbttn-settings.php:186
22
  msgid "Facebook Button Settings"
23
  msgstr "Facebook Napin asetukset"
24
 
25
+ #: facebook-button-plugin.php:37 facebook-button-plugin.php:458
26
+ #: facebook-button-plugin.php:472 includes/class-fcbkbttn-settings.php:23
27
  msgid "Settings"
28
  msgstr "Asetukset"
29
 
31
  msgid "Upgrade to Pro"
32
  msgstr ""
33
 
34
+ #: facebook-button-plugin.php:213
35
  msgid "Please, enable JavaScript in your browser."
36
  msgstr ""
37
 
38
+ #: facebook-button-plugin.php:333
39
  #, fuzzy
40
  msgid "Add Facebook buttons to your page or post"
41
  msgstr "Facebook napin paikka:"
42
 
43
+ #: facebook-button-plugin.php:474
44
  msgid "FAQ"
45
  msgstr "FAQ"
46
 
47
+ #: facebook-button-plugin.php:475
48
  msgid "Support"
49
  msgstr "Tuki"
50
 
66
  msgid "License Key"
67
  msgstr ""
68
 
69
+ #: includes/class-fcbkbttn-settings.php:110
70
  msgid "Settings saved"
71
  msgstr "Asetukset tallennettu"
72
 
73
+ #: includes/class-fcbkbttn-settings.php:139
74
  msgid "Error: File size must not exceed 32KB"
75
  msgstr ""
76
 
77
+ #: includes/class-fcbkbttn-settings.php:142
78
  msgid "Error: Invalid file type"
79
  msgstr "Virhe: Väärä tiedostotyyppi"
80
 
81
+ #: includes/class-fcbkbttn-settings.php:148
82
  msgid "Upload successful."
83
  msgstr "Lataaminen onnistui"
84
 
85
+ #: includes/class-fcbkbttn-settings.php:156
86
  msgid "Error: Failed to move file."
87
  msgstr ""
88
 
89
+ #: includes/class-fcbkbttn-settings.php:159
90
  msgid "Error: Check image width or height."
91
  msgstr ""
92
 
93
+ #: includes/class-fcbkbttn-settings.php:163
94
  msgid "Uploading Error: Check image properties"
95
  msgstr ""
96
 
97
+ #: includes/class-fcbkbttn-settings.php:190
98
  msgid "General"
99
  msgstr ""
100
 
101
+ #: includes/class-fcbkbttn-settings.php:193
102
+ msgid "Change App ID"
103
+ msgstr ""
104
+
105
+ #: includes/class-fcbkbttn-settings.php:197
106
+ msgid "You can use standard App ID or"
107
+ msgstr ""
108
+
109
+ #: includes/class-fcbkbttn-settings.php:197
110
+ msgid "create a new one"
111
+ msgstr ""
112
+
113
+ #: includes/class-fcbkbttn-settings.php:197
114
+ msgid " Leave blank to use standard App ID."
115
+ msgstr ""
116
+
117
+ #: includes/class-fcbkbttn-settings.php:201
118
  #, fuzzy
119
  msgid "Buttons"
120
  msgstr "Facebook napin paikka:"
121
 
122
+ #: includes/class-fcbkbttn-settings.php:204
123
  msgid "Profile URL"
124
  msgstr ""
125
 
126
+ #: includes/class-fcbkbttn-settings.php:205
127
+ #: includes/class-fcbkbttn-settings.php:427
128
  msgid "Like"
129
  msgstr "Tykkää"
130
 
131
+ #: includes/class-fcbkbttn-settings.php:206
132
  msgid "Share"
133
  msgstr "Jaa"
134
 
135
+ #: includes/class-fcbkbttn-settings.php:211
136
  msgid "Buttons Size"
137
  msgstr ""
138
 
139
+ #: includes/class-fcbkbttn-settings.php:214
140
  msgid "Small"
141
  msgstr ""
142
 
143
+ #: includes/class-fcbkbttn-settings.php:215
144
  msgid "Large"
145
  msgstr ""
146
 
147
+ #: includes/class-fcbkbttn-settings.php:220
148
  #, fuzzy
149
  msgid "Buttons Position"
150
  msgstr "Facebook napin paikka:"
151
 
152
+ #: includes/class-fcbkbttn-settings.php:225
153
  #, fuzzy
154
  msgid "Before content"
155
  msgstr "Ennen ja Jälkeen"
156
 
157
+ #: includes/class-fcbkbttn-settings.php:230
158
  msgid "After content"
159
  msgstr ""
160
 
161
+ #: includes/class-fcbkbttn-settings.php:236
162
+ msgid "Buttons Align"
163
+ msgstr ""
164
+
165
+ #: includes/class-fcbkbttn-settings.php:239
166
+ msgid "Right"
167
+ msgstr ""
168
+
169
+ #: includes/class-fcbkbttn-settings.php:240
170
+ msgid "Center"
171
+ msgstr ""
172
+
173
+ #: includes/class-fcbkbttn-settings.php:241
174
+ msgid "Left"
175
+ msgstr ""
176
+
177
+ #: includes/class-fcbkbttn-settings.php:246
178
  msgid "Language"
179
  msgstr ""
180
 
181
+ #: includes/class-fcbkbttn-settings.php:257
182
  #, fuzzy
183
  msgid "Select the default language for Facebook button(-s)."
184
  msgstr "Vaihda Facebook napin kieli"
185
 
186
+ #: includes/class-fcbkbttn-settings.php:266
187
+ #: includes/class-fcbkbttn-settings.php:269
188
+ #: includes/class-fcbkbttn-settings.php:273
189
  msgid ""
190
  "Enable to switch language automatically on multilingual website using "
191
  "Multilanguage plugin."
192
  msgstr ""
193
 
194
+ #: includes/class-fcbkbttn-settings.php:269
195
  msgid "Activate"
196
  msgstr ""
197
 
198
+ #: includes/class-fcbkbttn-settings.php:273
199
  msgid "Install Now"
200
  msgstr ""
201
 
202
+ #: includes/class-fcbkbttn-settings.php:278
203
  msgid "Excerpt"
204
  msgstr ""
205
 
206
+ #: includes/class-fcbkbttn-settings.php:280
207
  #, fuzzy
208
  msgid "Enable to display buttons in excerpt."
209
  msgstr "Näytä nappi:"
210
 
211
+ #: includes/class-fcbkbttn-settings.php:288
212
+ #: includes/class-fcbkbttn-settings.php:485
213
+ #: includes/class-fcbkbttn-settings.php:539
214
  msgid "Close"
215
  msgstr ""
216
 
217
+ #: includes/class-fcbkbttn-settings.php:292
218
  #, fuzzy
219
  msgid "Meta Image"
220
  msgstr "Mukautettu Fecabook kuva"
221
 
222
+ #: includes/class-fcbkbttn-settings.php:297
223
  msgid "Featured Image"
224
  msgstr ""
225
 
226
+ #: includes/class-fcbkbttn-settings.php:301
227
  #, fuzzy
228
  msgid "Custom Image"
229
  msgstr "Mukautettu Fecabook kuva"
230
 
231
+ #: includes/class-fcbkbttn-settings.php:301
232
  msgid "This image will be used for all posts"
233
  msgstr ""
234
 
235
+ #: includes/class-fcbkbttn-settings.php:308
236
  msgid "Meta Description"
237
  msgstr ""
238
 
239
+ #: includes/class-fcbkbttn-settings.php:312
240
  msgid ""
241
  "This description will be used for all pages and posts. Leave blank to use "
242
  "page description."
243
  msgstr ""
244
 
245
+ #: includes/class-fcbkbttn-settings.php:320
246
  msgid "Profile URL Button"
247
  msgstr ""
248
 
249
+ #: includes/class-fcbkbttn-settings.php:323
250
  #, fuzzy
251
  msgid "Facebook ID or Username"
252
  msgstr "Sinun Facebook ID:si tai käyttäjänimesi:"
253
 
254
+ #: includes/class-fcbkbttn-settings.php:330
255
  msgid "Profile Button Image"
256
  msgstr ""
257
 
258
+ #: includes/class-fcbkbttn-settings.php:337
259
  msgid "Default"
260
  msgstr ""
261
 
262
+ #: includes/class-fcbkbttn-settings.php:342
263
  #, fuzzy
264
  msgid "Custom image"
265
  msgstr "Mukautettu Fecabook kuva"
266
 
267
+ #: includes/class-fcbkbttn-settings.php:346
268
  #, fuzzy
269
  msgid ""
270
  "To use custom image, You need to setup permissions for upload directory of "
271
  "your site"
272
  msgstr "Käyttääksesi mukautettua, kuva pitää voida ladata hakemistoosi"
273
 
274
+ #: includes/class-fcbkbttn-settings.php:353
275
  #, fuzzy
276
  msgid "Current image"
277
  msgstr "Nykyinen kuva:"
278
 
279
+ #: includes/class-fcbkbttn-settings.php:361
280
  msgid ""
281
  "Image requirements: max image width: 100px; max image height: 40px; max "
282
  "image size: 32Kb; image types: \"jpg\", \"jpeg\", \"png\"."
283
  msgstr ""
284
 
285
+ #: includes/class-fcbkbttn-settings.php:365
286
  msgid "Like&Share Buttons"
287
  msgstr ""
288
 
289
+ #: includes/class-fcbkbttn-settings.php:368
290
  msgid "Like Button Layout"
291
  msgstr ""
292
 
293
+ #: includes/class-fcbkbttn-settings.php:391
294
  msgid "Share Button Layout"
295
  msgstr ""
296
 
297
+ #: includes/class-fcbkbttn-settings.php:422
298
  msgid "Like Button Action"
299
  msgstr ""
300
 
301
+ #: includes/class-fcbkbttn-settings.php:432
302
  msgid "Recommend"
303
  msgstr ""
304
 
305
+ #: includes/class-fcbkbttn-settings.php:438
306
  msgid "Friends Faces"
307
  msgstr ""
308
 
309
+ #: includes/class-fcbkbttn-settings.php:441
310
  msgid "Enable to show faces of your friends who submitted the button."
311
  msgstr ""
312
 
313
+ #: includes/class-fcbkbttn-settings.php:445
314
  msgid "Layout Width"
315
  msgstr ""
316
 
317
+ #: includes/class-fcbkbttn-settings.php:449
318
  msgid "px"
319
  msgstr ""
320
 
321
+ #: includes/class-fcbkbttn-settings.php:454
322
  msgid "Theme"
323
  msgstr ""
324
 
325
+ #: includes/class-fcbkbttn-settings.php:459
326
  msgid "Light"
327
  msgstr ""
328
 
329
+ #: includes/class-fcbkbttn-settings.php:464
330
  msgid "Dark"
331
  msgstr ""
332
 
333
+ #: includes/class-fcbkbttn-settings.php:470
334
  msgid "Like Button HTML Tag"
335
  msgstr ""
336
 
337
+ #: includes/class-fcbkbttn-settings.php:477
338
  #, php-format
339
  msgid "Tag %s can be used to improve website code validation."
340
  msgstr ""
341
 
342
+ #: includes/class-fcbkbttn-settings.php:489
343
  msgid "URL to Like"
344
  msgstr ""
345
 
346
+ #: includes/class-fcbkbttn-settings.php:491
347
  msgid "Leave blank to use current page URL."
348
  msgstr ""
349
 
350
+ #: includes/class-fcbkbttn-settings.php:518
351
  msgid "Facebook Button Shortcode"
352
  msgstr ""
353
 
354
+ #: includes/class-fcbkbttn-settings.php:521
355
  msgid ""
356
  "Add Facebook button(-s) to your posts, pages, custom post types or widgets "
357
  "by using the following shortcode:"
358
  msgstr ""
359
 
360
+ #: includes/class-fcbkbttn-settings.php:540
361
  #, fuzzy
362
  msgid "Facebook Buttons Preview"
363
  msgstr "Facebook Nappi"
364
 
365
+ #: includes/class-fcbkbttn-settings.php:554
366
  #, fuzzy
367
  msgid "Display Settings"
368
  msgstr "Näytä nappi:"
369
 
370
+ #: includes/class-fcbkbttn-settings.php:563
371
  msgid ""
372
  "Please choose the necessary post types (or single pages) where Facebook "
373
  "button will be displayed:"
375
  "Valitse haluamasi viestin tyyppi (tai yksittäiset sivut) joissa Facebook "
376
  "nappi näytetään:"
377
 
378
+ #: includes/class-fcbkbttn-settings.php:570
379
  msgid "Show URL for pages"
380
  msgstr "Näytä URL sivuilla"
381
 
382
+ #: includes/class-fcbkbttn-settings.php:576
383
  msgid "Example of site pages tree"
384
  msgstr ""
385
 
languages/facebook-button-plugin-fr_FR.mo CHANGED
Binary file
languages/facebook-button-plugin-fr_FR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: facebook-button-plugin\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2018-01-16 14:37+0200\n"
6
- "PO-Revision-Date: 2018-01-16 14:37+0200\n"
7
  "Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: http://wptheme.fr/\n"
9
  "Language: fr\n"
@@ -18,12 +18,12 @@ msgstr ""
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
  #: facebook-button-plugin.php:36 facebook-button-plugin.php:37
21
- #: facebook-button-plugin.php:207 includes/class-fcbkbttn-settings.php:179
22
  msgid "Facebook Button Settings"
23
  msgstr "Réglages du bouton Facebook"
24
 
25
- #: facebook-button-plugin.php:37 facebook-button-plugin.php:423
26
- #: facebook-button-plugin.php:437 includes/class-fcbkbttn-settings.php:23
27
  msgid "Settings"
28
  msgstr "Réglages"
29
 
@@ -31,20 +31,20 @@ msgstr "Réglages"
31
  msgid "Upgrade to Pro"
32
  msgstr ""
33
 
34
- #: facebook-button-plugin.php:208
35
  msgid "Please, enable JavaScript in your browser."
36
  msgstr ""
37
 
38
- #: facebook-button-plugin.php:310
39
  #, fuzzy
40
  msgid "Add Facebook buttons to your page or post"
41
  msgstr "Position du bouton Facebook"
42
 
43
- #: facebook-button-plugin.php:439
44
  msgid "FAQ"
45
  msgstr "FAQ"
46
 
47
- #: facebook-button-plugin.php:440
48
  msgid "Support"
49
  msgstr "Support"
50
 
@@ -66,285 +66,317 @@ msgstr "Image Facebook personnalisée"
66
  msgid "License Key"
67
  msgstr ""
68
 
69
- #: includes/class-fcbkbttn-settings.php:103
70
  msgid "Settings saved"
71
  msgstr "Réglages sauvegardés "
72
 
73
- #: includes/class-fcbkbttn-settings.php:132
74
  msgid "Error: File size must not exceed 32KB"
75
  msgstr ""
76
 
77
- #: includes/class-fcbkbttn-settings.php:135
78
  msgid "Error: Invalid file type"
79
  msgstr "Erreur : Type de fichier invalide"
80
 
81
- #: includes/class-fcbkbttn-settings.php:141
82
  msgid "Upload successful."
83
  msgstr ""
84
 
85
- #: includes/class-fcbkbttn-settings.php:149
86
  msgid "Error: Failed to move file."
87
  msgstr ""
88
 
89
- #: includes/class-fcbkbttn-settings.php:152
90
  msgid "Error: Check image width or height."
91
  msgstr ""
92
 
93
- #: includes/class-fcbkbttn-settings.php:156
94
  msgid "Uploading Error: Check image properties"
95
  msgstr ""
96
 
97
- #: includes/class-fcbkbttn-settings.php:182
98
  msgid "General"
99
  msgstr ""
100
 
101
- #: includes/class-fcbkbttn-settings.php:185
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
102
  #, fuzzy
103
  msgid "Buttons"
104
  msgstr "Position du bouton Facebook"
105
 
106
- #: includes/class-fcbkbttn-settings.php:188
107
  msgid "Profile URL"
108
  msgstr ""
109
 
110
- #: includes/class-fcbkbttn-settings.php:189
111
- #: includes/class-fcbkbttn-settings.php:401
112
  msgid "Like"
113
  msgstr "Like"
114
 
115
- #: includes/class-fcbkbttn-settings.php:190
116
  msgid "Share"
117
  msgstr ""
118
 
119
- #: includes/class-fcbkbttn-settings.php:195
120
  msgid "Buttons Size"
121
  msgstr ""
122
 
123
- #: includes/class-fcbkbttn-settings.php:198
124
  msgid "Small"
125
  msgstr ""
126
 
127
- #: includes/class-fcbkbttn-settings.php:199
128
  msgid "Large"
129
  msgstr ""
130
 
131
- #: includes/class-fcbkbttn-settings.php:204
132
  #, fuzzy
133
  msgid "Buttons Position"
134
  msgstr "Position du bouton Facebook"
135
 
136
- #: includes/class-fcbkbttn-settings.php:209
137
  #, fuzzy
138
  msgid "Before content"
139
  msgstr "Avant et après"
140
 
141
- #: includes/class-fcbkbttn-settings.php:214
142
  msgid "After content"
143
  msgstr ""
144
 
145
- #: includes/class-fcbkbttn-settings.php:220
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
146
  msgid "Language"
147
  msgstr ""
148
 
149
- #: includes/class-fcbkbttn-settings.php:231
150
  #, fuzzy
151
  msgid "Select the default language for Facebook button(-s)."
152
  msgstr "Changer la langue du bouton Facebook"
153
 
154
- #: includes/class-fcbkbttn-settings.php:240
155
- #: includes/class-fcbkbttn-settings.php:243
156
- #: includes/class-fcbkbttn-settings.php:247
157
  msgid ""
158
  "Enable to switch language automatically on multilingual website using "
159
  "Multilanguage plugin."
160
  msgstr ""
161
 
162
- #: includes/class-fcbkbttn-settings.php:243
163
  msgid "Activate"
164
  msgstr ""
165
 
166
- #: includes/class-fcbkbttn-settings.php:247
167
  msgid "Install Now"
168
  msgstr ""
169
 
170
- #: includes/class-fcbkbttn-settings.php:252
171
  msgid "Excerpt"
172
  msgstr ""
173
 
174
- #: includes/class-fcbkbttn-settings.php:254
175
  #, fuzzy
176
  msgid "Enable to display buttons in excerpt."
177
  msgstr "Afficher le bouton"
178
 
179
- #: includes/class-fcbkbttn-settings.php:262
180
- #: includes/class-fcbkbttn-settings.php:455
181
- #: includes/class-fcbkbttn-settings.php:509
182
  msgid "Close"
183
  msgstr ""
184
 
185
- #: includes/class-fcbkbttn-settings.php:266
186
  #, fuzzy
187
  msgid "Meta Image"
188
  msgstr "Image Facebook personnalisée"
189
 
190
- #: includes/class-fcbkbttn-settings.php:271
191
  msgid "Featured Image"
192
  msgstr ""
193
 
194
- #: includes/class-fcbkbttn-settings.php:275
195
  #, fuzzy
196
  msgid "Custom Image"
197
  msgstr "Image Facebook personnalisée"
198
 
199
- #: includes/class-fcbkbttn-settings.php:275
200
  msgid "This image will be used for all posts"
201
  msgstr ""
202
 
203
- #: includes/class-fcbkbttn-settings.php:282
204
  msgid "Meta Description"
205
  msgstr ""
206
 
207
- #: includes/class-fcbkbttn-settings.php:286
208
  msgid ""
209
  "This description will be used for all pages and posts. Leave blank to use "
210
  "page description."
211
  msgstr ""
212
 
213
- #: includes/class-fcbkbttn-settings.php:294
214
  msgid "Profile URL Button"
215
  msgstr ""
216
 
217
- #: includes/class-fcbkbttn-settings.php:297
218
  #, fuzzy
219
  msgid "Facebook ID or Username"
220
  msgstr "Votre identifiant Facebook"
221
 
222
- #: includes/class-fcbkbttn-settings.php:304
223
  msgid "Profile Button Image"
224
  msgstr ""
225
 
226
- #: includes/class-fcbkbttn-settings.php:311
227
  msgid "Default"
228
  msgstr ""
229
 
230
- #: includes/class-fcbkbttn-settings.php:316
231
  #, fuzzy
232
  msgid "Custom image"
233
  msgstr "Image Facebook personnalisée"
234
 
235
- #: includes/class-fcbkbttn-settings.php:320
236
  msgid ""
237
  "To use custom image, You need to setup permissions for upload directory of "
238
  "your site"
239
  msgstr ""
240
 
241
- #: includes/class-fcbkbttn-settings.php:327
242
  #, fuzzy
243
  msgid "Current image"
244
  msgstr "Image actuelle"
245
 
246
- #: includes/class-fcbkbttn-settings.php:335
247
  msgid ""
248
  "Image requirements: max image width: 100px; max image height: 40px; max "
249
  "image size: 32Kb; image types: \"jpg\", \"jpeg\", \"png\"."
250
  msgstr ""
251
 
252
- #: includes/class-fcbkbttn-settings.php:339
253
  msgid "Like&Share Buttons"
254
  msgstr ""
255
 
256
- #: includes/class-fcbkbttn-settings.php:342
257
  msgid "Like Button Layout"
258
  msgstr ""
259
 
260
- #: includes/class-fcbkbttn-settings.php:365
261
  msgid "Share Button Layout"
262
  msgstr ""
263
 
264
- #: includes/class-fcbkbttn-settings.php:396
265
  msgid "Like Button Action"
266
  msgstr ""
267
 
268
- #: includes/class-fcbkbttn-settings.php:406
269
  msgid "Recommend"
270
  msgstr ""
271
 
272
- #: includes/class-fcbkbttn-settings.php:412
273
  msgid "Friends Faces"
274
  msgstr ""
275
 
276
- #: includes/class-fcbkbttn-settings.php:415
277
  msgid "Enable to show faces of your friends who submitted the button."
278
  msgstr ""
279
 
280
- #: includes/class-fcbkbttn-settings.php:419
281
  msgid "Layout Width"
282
  msgstr ""
283
 
284
- #: includes/class-fcbkbttn-settings.php:421
285
  msgid "px"
286
  msgstr ""
287
 
288
- #: includes/class-fcbkbttn-settings.php:425
289
  msgid "Theme"
290
  msgstr ""
291
 
292
- #: includes/class-fcbkbttn-settings.php:430
293
  msgid "Light"
294
  msgstr ""
295
 
296
- #: includes/class-fcbkbttn-settings.php:435
297
  msgid "Dark"
298
  msgstr ""
299
 
300
- #: includes/class-fcbkbttn-settings.php:441
301
  msgid "Like Button HTML Tag"
302
  msgstr ""
303
 
304
- #: includes/class-fcbkbttn-settings.php:447
305
  #, php-format
306
  msgid "Tag %s can be used to improve website code validation."
307
  msgstr ""
308
 
309
- #: includes/class-fcbkbttn-settings.php:459
310
  msgid "URL to Like"
311
  msgstr ""
312
 
313
- #: includes/class-fcbkbttn-settings.php:461
314
  msgid "Leave blank to use current page URL."
315
  msgstr ""
316
 
317
- #: includes/class-fcbkbttn-settings.php:488
318
  msgid "Facebook Button Shortcode"
319
  msgstr ""
320
 
321
- #: includes/class-fcbkbttn-settings.php:491
322
  msgid ""
323
  "Add Facebook button(-s) to your posts, pages, custom post types or widgets "
324
  "by using the following shortcode:"
325
  msgstr ""
326
 
327
- #: includes/class-fcbkbttn-settings.php:510
328
  #, fuzzy
329
  msgid "Facebook Buttons Preview"
330
  msgstr "Bouton Facebook"
331
 
332
- #: includes/class-fcbkbttn-settings.php:524
333
  #, fuzzy
334
  msgid "Display Settings"
335
  msgstr "Afficher le bouton"
336
 
337
- #: includes/class-fcbkbttn-settings.php:533
338
  msgid ""
339
  "Please choose the necessary post types (or single pages) where Facebook "
340
  "button will be displayed:"
341
  msgstr ""
342
 
343
- #: includes/class-fcbkbttn-settings.php:540
344
  msgid "Show URL for pages"
345
  msgstr ""
346
 
347
- #: includes/class-fcbkbttn-settings.php:546
348
  msgid "Example of site pages tree"
349
  msgstr ""
350
 
2
  msgstr ""
3
  "Project-Id-Version: facebook-button-plugin\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2018-04-24 11:42+0300\n"
6
+ "PO-Revision-Date: 2018-04-24 11:42+0300\n"
7
  "Last-Translator: plugin@bestwebsoft.com <plugin@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:36 facebook-button-plugin.php:37
21
+ #: facebook-button-plugin.php:210 includes/class-fcbkbttn-settings.php:186
22
  msgid "Facebook Button Settings"
23
  msgstr "Réglages du bouton Facebook"
24
 
25
+ #: facebook-button-plugin.php:37 facebook-button-plugin.php:458
26
+ #: facebook-button-plugin.php:472 includes/class-fcbkbttn-settings.php:23
27
  msgid "Settings"
28
  msgstr "Réglages"
29
 
31
  msgid "Upgrade to Pro"
32
  msgstr ""
33
 
34
+ #: facebook-button-plugin.php:213
35
  msgid "Please, enable JavaScript in your browser."
36
  msgstr ""
37
 
38
+ #: facebook-button-plugin.php:333
39
  #, fuzzy
40
  msgid "Add Facebook buttons to your page or post"
41
  msgstr "Position du bouton Facebook"
42
 
43
+ #: facebook-button-plugin.php:474
44
  msgid "FAQ"
45
  msgstr "FAQ"
46
 
47
+ #: facebook-button-plugin.php:475
48
  msgid "Support"
49
  msgstr "Support"
50
 
66
  msgid "License Key"
67
  msgstr ""
68
 
69
+ #: includes/class-fcbkbttn-settings.php:110
70
  msgid "Settings saved"
71
  msgstr "Réglages sauvegardés "
72
 
73
+ #: includes/class-fcbkbttn-settings.php:139
74
  msgid "Error: File size must not exceed 32KB"
75
  msgstr ""
76
 
77
+ #: includes/class-fcbkbttn-settings.php:142
78
  msgid "Error: Invalid file type"
79
  msgstr "Erreur : Type de fichier invalide"
80
 
81
+ #: includes/class-fcbkbttn-settings.php:148
82
  msgid "Upload successful."
83
  msgstr ""
84
 
85
+ #: includes/class-fcbkbttn-settings.php:156
86
  msgid "Error: Failed to move file."
87
  msgstr ""
88
 
89
+ #: includes/class-fcbkbttn-settings.php:159
90
  msgid "Error: Check image width or height."
91
  msgstr ""
92
 
93
+ #: includes/class-fcbkbttn-settings.php:163
94
  msgid "Uploading Error: Check image properties"
95
  msgstr ""
96
 
97
+ #: includes/class-fcbkbttn-settings.php:190
98
  msgid "General"
99
  msgstr ""
100
 
101
+ #: includes/class-fcbkbttn-settings.php:193
102
+ msgid "Change App ID"
103
+ msgstr ""
104
+
105
+ #: includes/class-fcbkbttn-settings.php:197
106
+ msgid "You can use standard App ID or"
107
+ msgstr ""
108
+
109
+ #: includes/class-fcbkbttn-settings.php:197
110
+ msgid "create a new one"
111
+ msgstr ""
112
+
113
+ #: includes/class-fcbkbttn-settings.php:197
114
+ msgid " Leave blank to use standard App ID."
115
+ msgstr ""
116
+
117
+ #: includes/class-fcbkbttn-settings.php:201
118
  #, fuzzy
119
  msgid "Buttons"
120
  msgstr "Position du bouton Facebook"
121
 
122
+ #: includes/class-fcbkbttn-settings.php:204
123
  msgid "Profile URL"
124
  msgstr ""
125
 
126
+ #: includes/class-fcbkbttn-settings.php:205
127
+ #: includes/class-fcbkbttn-settings.php:427
128
  msgid "Like"
129
  msgstr "Like"
130
 
131
+ #: includes/class-fcbkbttn-settings.php:206
132
  msgid "Share"
133
  msgstr ""
134
 
135
+ #: includes/class-fcbkbttn-settings.php:211
136
  msgid "Buttons Size"
137
  msgstr ""
138
 
139
+ #: includes/class-fcbkbttn-settings.php:214
140
  msgid "Small"
141
  msgstr ""
142
 
143
+ #: includes/class-fcbkbttn-settings.php:215
144
  msgid "Large"
145
  msgstr ""
146
 
147
+ #: includes/class-fcbkbttn-settings.php:220
148
  #, fuzzy
149
  msgid "Buttons Position"
150
  msgstr "Position du bouton Facebook"
151
 
152
+ #: includes/class-fcbkbttn-settings.php:225
153
  #, fuzzy
154
  msgid "Before content"
155
  msgstr "Avant et après"
156
 
157
+ #: includes/class-fcbkbttn-settings.php:230
158
  msgid "After content"
159
  msgstr ""
160
 
161
+ #: includes/class-fcbkbttn-settings.php:236
162
+ msgid "Buttons Align"
163
+ msgstr ""
164
+
165
+ #: includes/class-fcbkbttn-settings.php:239
166
+ msgid "Right"
167
+ msgstr ""
168
+
169
+ #: includes/class-fcbkbttn-settings.php:240
170
+ msgid "Center"
171
+ msgstr ""
172
+
173
+ #: includes/class-fcbkbttn-settings.php:241
174
+ msgid "Left"
175
+ msgstr ""
176
+
177
+ #: includes/class-fcbkbttn-settings.php:246
178
  msgid "Language"
179
  msgstr ""
180
 
181
+ #: includes/class-fcbkbttn-settings.php:257
182
  #, fuzzy
183
  msgid "Select the default language for Facebook button(-s)."
184
  msgstr "Changer la langue du bouton Facebook"
185
 
186
+ #: includes/class-fcbkbttn-settings.php:266
187
+ #: includes/class-fcbkbttn-settings.php:269
188
+ #: includes/class-fcbkbttn-settings.php:273
189
  msgid ""
190
  "Enable to switch language automatically on multilingual website using "
191
  "Multilanguage plugin."
192
  msgstr ""
193
 
194
+ #: includes/class-fcbkbttn-settings.php:269
195
  msgid "Activate"
196
  msgstr ""
197
 
198
+ #: includes/class-fcbkbttn-settings.php:273
199
  msgid "Install Now"
200
  msgstr ""
201
 
202
+ #: includes/class-fcbkbttn-settings.php:278
203
  msgid "Excerpt"
204
  msgstr ""
205
 
206
+ #: includes/class-fcbkbttn-settings.php:280
207
  #, fuzzy
208
  msgid "Enable to display buttons in excerpt."
209
  msgstr "Afficher le bouton"
210
 
211
+ #: includes/class-fcbkbttn-settings.php:288
212
+ #: includes/class-fcbkbttn-settings.php:485
213
+ #: includes/class-fcbkbttn-settings.php:539
214
  msgid "Close"
215
  msgstr ""
216
 
217
+ #: includes/class-fcbkbttn-settings.php:292
218
  #, fuzzy
219
  msgid "Meta Image"
220
  msgstr "Image Facebook personnalisée"
221
 
222
+ #: includes/class-fcbkbttn-settings.php:297
223
  msgid "Featured Image"
224
  msgstr ""
225
 
226
+ #: includes/class-fcbkbttn-settings.php:301
227
  #, fuzzy
228
  msgid "Custom Image"
229
  msgstr "Image Facebook personnalisée"
230
 
231
+ #: includes/class-fcbkbttn-settings.php:301
232
  msgid "This image will be used for all posts"
233
  msgstr ""
234
 
235
+ #: includes/class-fcbkbttn-settings.php:308
236
  msgid "Meta Description"
237
  msgstr ""
238
 
239
+ #: includes/class-fcbkbttn-settings.php:312
240
  msgid ""
241
  "This description will be used for all pages and posts. Leave blank to use "
242
  "page description."
243
  msgstr ""
244
 
245
+ #: includes/class-fcbkbttn-settings.php:320
246
  msgid "Profile URL Button"
247
  msgstr ""
248
 
249
+ #: includes/class-fcbkbttn-settings.php:323
250
  #, fuzzy
251
  msgid "Facebook ID or Username"
252
  msgstr "Votre identifiant Facebook"
253
 
254
+ #: includes/class-fcbkbttn-settings.php:330
255
  msgid "Profile Button Image"
256
  msgstr ""
257
 
258
+ #: includes/class-fcbkbttn-settings.php:337
259
  msgid "Default"
260
  msgstr ""
261
 
262
+ #: includes/class-fcbkbttn-settings.php:342
263
  #, fuzzy
264
  msgid "Custom image"
265
  msgstr "Image Facebook personnalisée"
266
 
267
+ #: includes/class-fcbkbttn-settings.php:346
268
  msgid ""
269
  "To use custom image, You need to setup permissions for upload directory of "
270
  "your site"
271
  msgstr ""
272
 
273
+ #: includes/class-fcbkbttn-settings.php:353
274
  #, fuzzy
275
  msgid "Current image"
276
  msgstr "Image actuelle"
277
 
278
+ #: includes/class-fcbkbttn-settings.php:361
279
  msgid ""
280
  "Image requirements: max image width: 100px; max image height: 40px; max "
281
  "image size: 32Kb; image types: \"jpg\", \"jpeg\", \"png\"."
282
  msgstr ""
283
 
284
+ #: includes/class-fcbkbttn-settings.php:365
285
  msgid "Like&Share Buttons"
286
  msgstr ""
287
 
288
+ #: includes/class-fcbkbttn-settings.php:368
289
  msgid "Like Button Layout"
290
  msgstr ""
291
 
292
+ #: includes/class-fcbkbttn-settings.php:391
293
  msgid "Share Button Layout"
294
  msgstr ""
295
 
296
+ #: includes/class-fcbkbttn-settings.php:422
297
  msgid "Like Button Action"
298
  msgstr ""
299
 
300
+ #: includes/class-fcbkbttn-settings.php:432
301
  msgid "Recommend"
302
  msgstr ""
303
 
304
+ #: includes/class-fcbkbttn-settings.php:438
305
  msgid "Friends Faces"
306
  msgstr ""
307
 
308
+ #: includes/class-fcbkbttn-settings.php:441
309
  msgid "Enable to show faces of your friends who submitted the button."
310
  msgstr ""
311
 
312
+ #: includes/class-fcbkbttn-settings.php:445
313
  msgid "Layout Width"
314
  msgstr ""
315
 
316
+ #: includes/class-fcbkbttn-settings.php:449
317
  msgid "px"
318
  msgstr ""
319
 
320
+ #: includes/class-fcbkbttn-settings.php:454
321
  msgid "Theme"
322
  msgstr ""
323
 
324
+ #: includes/class-fcbkbttn-settings.php:459
325
  msgid "Light"
326
  msgstr ""
327
 
328
+ #: includes/class-fcbkbttn-settings.php:464
329
  msgid "Dark"
330
  msgstr ""
331
 
332
+ #: includes/class-fcbkbttn-settings.php:470
333
  msgid "Like Button HTML Tag"
334
  msgstr ""
335
 
336
+ #: includes/class-fcbkbttn-settings.php:477
337
  #, php-format
338
  msgid "Tag %s can be used to improve website code validation."
339
  msgstr ""
340
 
341
+ #: includes/class-fcbkbttn-settings.php:489
342
  msgid "URL to Like"
343
  msgstr ""
344
 
345
+ #: includes/class-fcbkbttn-settings.php:491
346
  msgid "Leave blank to use current page URL."
347
  msgstr ""
348
 
349
+ #: includes/class-fcbkbttn-settings.php:518
350
  msgid "Facebook Button Shortcode"
351
  msgstr ""
352
 
353
+ #: includes/class-fcbkbttn-settings.php:521
354
  msgid ""
355
  "Add Facebook button(-s) to your posts, pages, custom post types or widgets "
356
  "by using the following shortcode:"
357
  msgstr ""
358
 
359
+ #: includes/class-fcbkbttn-settings.php:540
360
  #, fuzzy
361
  msgid "Facebook Buttons Preview"
362
  msgstr "Bouton Facebook"
363
 
364
+ #: includes/class-fcbkbttn-settings.php:554
365
  #, fuzzy
366
  msgid "Display Settings"
367
  msgstr "Afficher le bouton"
368
 
369
+ #: includes/class-fcbkbttn-settings.php:563
370
  msgid ""
371
  "Please choose the necessary post types (or single pages) where Facebook "
372
  "button will be displayed:"
373
  msgstr ""
374
 
375
+ #: includes/class-fcbkbttn-settings.php:570
376
  msgid "Show URL for pages"
377
  msgstr ""
378
 
379
+ #: includes/class-fcbkbttn-settings.php:576
380
  msgid "Example of site pages tree"
381
  msgstr ""
382
 
languages/facebook-button-plugin-hu_HU.mo CHANGED
Binary file
languages/facebook-button-plugin-hu_HU.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: facebook-button-plugin\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2018-01-16 14:37+0200\n"
6
- "PO-Revision-Date: 2018-01-16 14:37+0200\n"
7
  "Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: BestWebSoft <plugin@bestwebsoft.com>\n"
9
  "Language: hu_HU\n"
@@ -17,12 +17,12 @@ msgstr ""
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: facebook-button-plugin.php:36 facebook-button-plugin.php:37
20
- #: facebook-button-plugin.php:207 includes/class-fcbkbttn-settings.php:179
21
  msgid "Facebook Button Settings"
22
  msgstr "Facebook Gomb Beállítások"
23
 
24
- #: facebook-button-plugin.php:37 facebook-button-plugin.php:423
25
- #: facebook-button-plugin.php:437 includes/class-fcbkbttn-settings.php:23
26
  msgid "Settings"
27
  msgstr "Beállítások"
28
 
@@ -30,20 +30,20 @@ msgstr "Beállítások"
30
  msgid "Upgrade to Pro"
31
  msgstr ""
32
 
33
- #: facebook-button-plugin.php:208
34
  msgid "Please, enable JavaScript in your browser."
35
  msgstr ""
36
 
37
- #: facebook-button-plugin.php:310
38
  #, fuzzy
39
  msgid "Add Facebook buttons to your page or post"
40
  msgstr "Facebook gombok helye"
41
 
42
- #: facebook-button-plugin.php:439
43
  msgid "FAQ"
44
  msgstr "Gy.I.K."
45
 
46
- #: facebook-button-plugin.php:440
47
  msgid "Support"
48
  msgstr "Támogatás"
49
 
@@ -65,173 +65,205 @@ msgstr "Egyéni Facebook kép"
65
  msgid "License Key"
66
  msgstr ""
67
 
68
- #: includes/class-fcbkbttn-settings.php:103
69
  msgid "Settings saved"
70
  msgstr "Beállítások mentve"
71
 
72
- #: includes/class-fcbkbttn-settings.php:132
73
  msgid "Error: File size must not exceed 32KB"
74
  msgstr ""
75
 
76
- #: includes/class-fcbkbttn-settings.php:135
77
  msgid "Error: Invalid file type"
78
  msgstr "Hiba: Érvénytelen file típus"
79
 
80
- #: includes/class-fcbkbttn-settings.php:141
81
  msgid "Upload successful."
82
  msgstr "A feltöltés sikeres."
83
 
84
- #: includes/class-fcbkbttn-settings.php:149
85
  msgid "Error: Failed to move file."
86
  msgstr ""
87
 
88
- #: includes/class-fcbkbttn-settings.php:152
89
  msgid "Error: Check image width or height."
90
  msgstr ""
91
 
92
- #: includes/class-fcbkbttn-settings.php:156
93
  msgid "Uploading Error: Check image properties"
94
  msgstr ""
95
 
96
- #: includes/class-fcbkbttn-settings.php:182
97
  msgid "General"
98
  msgstr ""
99
 
100
- #: includes/class-fcbkbttn-settings.php:185
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
101
  #, fuzzy
102
  msgid "Buttons"
103
  msgstr "Facebook gombok helye"
104
 
105
- #: includes/class-fcbkbttn-settings.php:188
106
  msgid "Profile URL"
107
  msgstr ""
108
 
109
- #: includes/class-fcbkbttn-settings.php:189
110
- #: includes/class-fcbkbttn-settings.php:401
111
  msgid "Like"
112
  msgstr "Like"
113
 
114
- #: includes/class-fcbkbttn-settings.php:190
115
  msgid "Share"
116
  msgstr "Megosztás"
117
 
118
- #: includes/class-fcbkbttn-settings.php:195
119
  msgid "Buttons Size"
120
  msgstr ""
121
 
122
- #: includes/class-fcbkbttn-settings.php:198
123
  msgid "Small"
124
  msgstr ""
125
 
126
- #: includes/class-fcbkbttn-settings.php:199
127
  msgid "Large"
128
  msgstr ""
129
 
130
- #: includes/class-fcbkbttn-settings.php:204
131
  #, fuzzy
132
  msgid "Buttons Position"
133
  msgstr "Facebook gombok helye"
134
 
135
- #: includes/class-fcbkbttn-settings.php:209
136
  #, fuzzy
137
  msgid "Before content"
138
  msgstr "Előtte és Utána"
139
 
140
- #: includes/class-fcbkbttn-settings.php:214
141
  msgid "After content"
142
  msgstr ""
143
 
144
- #: includes/class-fcbkbttn-settings.php:220
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
145
  msgid "Language"
146
  msgstr ""
147
 
148
- #: includes/class-fcbkbttn-settings.php:231
149
  #, fuzzy
150
  msgid "Select the default language for Facebook button(-s)."
151
  msgstr "Facebook Like Gomb nyelvének megváltoztatása"
152
 
153
- #: includes/class-fcbkbttn-settings.php:240
154
- #: includes/class-fcbkbttn-settings.php:243
155
- #: includes/class-fcbkbttn-settings.php:247
156
  msgid ""
157
  "Enable to switch language automatically on multilingual website using "
158
  "Multilanguage plugin."
159
  msgstr ""
160
 
161
- #: includes/class-fcbkbttn-settings.php:243
162
  msgid "Activate"
163
  msgstr ""
164
 
165
- #: includes/class-fcbkbttn-settings.php:247
166
  msgid "Install Now"
167
  msgstr ""
168
 
169
- #: includes/class-fcbkbttn-settings.php:252
170
  msgid "Excerpt"
171
  msgstr ""
172
 
173
- #: includes/class-fcbkbttn-settings.php:254
174
  #, fuzzy
175
  msgid "Enable to display buttons in excerpt."
176
  msgstr "Gomb megjelenítése"
177
 
178
- #: includes/class-fcbkbttn-settings.php:262
179
- #: includes/class-fcbkbttn-settings.php:455
180
- #: includes/class-fcbkbttn-settings.php:509
181
  msgid "Close"
182
  msgstr ""
183
 
184
- #: includes/class-fcbkbttn-settings.php:266
185
  #, fuzzy
186
  msgid "Meta Image"
187
  msgstr "Egyéni Facebook kép"
188
 
189
- #: includes/class-fcbkbttn-settings.php:271
190
  msgid "Featured Image"
191
  msgstr ""
192
 
193
- #: includes/class-fcbkbttn-settings.php:275
194
  #, fuzzy
195
  msgid "Custom Image"
196
  msgstr "Egyéni Facebook kép"
197
 
198
- #: includes/class-fcbkbttn-settings.php:275
199
  msgid "This image will be used for all posts"
200
  msgstr ""
201
 
202
- #: includes/class-fcbkbttn-settings.php:282
203
  msgid "Meta Description"
204
  msgstr ""
205
 
206
- #: includes/class-fcbkbttn-settings.php:286
207
  msgid ""
208
  "This description will be used for all pages and posts. Leave blank to use "
209
  "page description."
210
  msgstr ""
211
 
212
- #: includes/class-fcbkbttn-settings.php:294
213
  msgid "Profile URL Button"
214
  msgstr ""
215
 
216
- #: includes/class-fcbkbttn-settings.php:297
217
  #, fuzzy
218
  msgid "Facebook ID or Username"
219
  msgstr "Facebook ID-je vagy felhasználóneve"
220
 
221
- #: includes/class-fcbkbttn-settings.php:304
222
  msgid "Profile Button Image"
223
  msgstr ""
224
 
225
- #: includes/class-fcbkbttn-settings.php:311
226
  msgid "Default"
227
  msgstr ""
228
 
229
- #: includes/class-fcbkbttn-settings.php:316
230
  #, fuzzy
231
  msgid "Custom image"
232
  msgstr "Egyéni Facebook kép"
233
 
234
- #: includes/class-fcbkbttn-settings.php:320
235
  #, fuzzy
236
  msgid ""
237
  "To use custom image, You need to setup permissions for upload directory of "
@@ -240,105 +272,105 @@ msgstr ""
240
  "Egyedi kép használatához az oldala feltöltési könyvtárához jogosultságot "
241
  "kell beállítania"
242
 
243
- #: includes/class-fcbkbttn-settings.php:327
244
  msgid "Current image"
245
  msgstr "Aktuális kép"
246
 
247
- #: includes/class-fcbkbttn-settings.php:335
248
  msgid ""
249
  "Image requirements: max image width: 100px; max image height: 40px; max "
250
  "image size: 32Kb; image types: \"jpg\", \"jpeg\", \"png\"."
251
  msgstr ""
252
 
253
- #: includes/class-fcbkbttn-settings.php:339
254
  #, fuzzy
255
  msgid "Like&Share Buttons"
256
  msgstr "Facebook gombok helye"
257
 
258
- #: includes/class-fcbkbttn-settings.php:342
259
  msgid "Like Button Layout"
260
  msgstr ""
261
 
262
- #: includes/class-fcbkbttn-settings.php:365
263
  msgid "Share Button Layout"
264
  msgstr ""
265
 
266
- #: includes/class-fcbkbttn-settings.php:396
267
  #, fuzzy
268
  msgid "Like Button Action"
269
  msgstr "Facebook gombok helye"
270
 
271
- #: includes/class-fcbkbttn-settings.php:406
272
  msgid "Recommend"
273
  msgstr ""
274
 
275
- #: includes/class-fcbkbttn-settings.php:412
276
  msgid "Friends Faces"
277
  msgstr ""
278
 
279
- #: includes/class-fcbkbttn-settings.php:415
280
  msgid "Enable to show faces of your friends who submitted the button."
281
  msgstr ""
282
 
283
- #: includes/class-fcbkbttn-settings.php:419
284
  msgid "Layout Width"
285
  msgstr ""
286
 
287
- #: includes/class-fcbkbttn-settings.php:421
288
  msgid "px"
289
  msgstr ""
290
 
291
- #: includes/class-fcbkbttn-settings.php:425
292
  msgid "Theme"
293
  msgstr ""
294
 
295
- #: includes/class-fcbkbttn-settings.php:430
296
  msgid "Light"
297
  msgstr ""
298
 
299
- #: includes/class-fcbkbttn-settings.php:435
300
  msgid "Dark"
301
  msgstr ""
302
 
303
- #: includes/class-fcbkbttn-settings.php:441
304
  #, fuzzy
305
  msgid "Like Button HTML Tag"
306
  msgstr "Facebook gombok helye"
307
 
308
- #: includes/class-fcbkbttn-settings.php:447
309
  #, php-format
310
  msgid "Tag %s can be used to improve website code validation."
311
  msgstr ""
312
 
313
- #: includes/class-fcbkbttn-settings.php:459
314
  msgid "URL to Like"
315
  msgstr ""
316
 
317
- #: includes/class-fcbkbttn-settings.php:461
318
  msgid "Leave blank to use current page URL."
319
  msgstr ""
320
 
321
- #: includes/class-fcbkbttn-settings.php:488
322
  msgid "Facebook Button Shortcode"
323
  msgstr ""
324
 
325
- #: includes/class-fcbkbttn-settings.php:491
326
  msgid ""
327
  "Add Facebook button(-s) to your posts, pages, custom post types or widgets "
328
  "by using the following shortcode:"
329
  msgstr ""
330
 
331
- #: includes/class-fcbkbttn-settings.php:510
332
  #, fuzzy
333
  msgid "Facebook Buttons Preview"
334
  msgstr "Facebook Gomb Beállítások"
335
 
336
- #: includes/class-fcbkbttn-settings.php:524
337
  #, fuzzy
338
  msgid "Display Settings"
339
  msgstr "Gomb megjelenítése"
340
 
341
- #: includes/class-fcbkbttn-settings.php:533
342
  msgid ""
343
  "Please choose the necessary post types (or single pages) where Facebook "
344
  "button will be displayed:"
@@ -346,11 +378,11 @@ msgstr ""
346
  "Kérjük válassza ki a szükséges bejegyzés típusokat (vagy egyedi oldalakat) "
347
  "ahol a Facebook gomb megjelenjen:"
348
 
349
- #: includes/class-fcbkbttn-settings.php:540
350
  msgid "Show URL for pages"
351
  msgstr "URL megjelenítése oldalakon"
352
 
353
- #: includes/class-fcbkbttn-settings.php:546
354
  msgid "Example of site pages tree"
355
  msgstr ""
356
 
2
  msgstr ""
3
  "Project-Id-Version: facebook-button-plugin\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2018-04-24 11:42+0300\n"
6
+ "PO-Revision-Date: 2018-04-24 11:42+0300\n"
7
  "Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: BestWebSoft <plugin@bestwebsoft.com>\n"
9
  "Language: hu_HU\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: facebook-button-plugin.php:36 facebook-button-plugin.php:37
20
+ #: facebook-button-plugin.php:210 includes/class-fcbkbttn-settings.php:186
21
  msgid "Facebook Button Settings"
22
  msgstr "Facebook Gomb Beállítások"
23
 
24
+ #: facebook-button-plugin.php:37 facebook-button-plugin.php:458
25
+ #: facebook-button-plugin.php:472 includes/class-fcbkbttn-settings.php:23
26
  msgid "Settings"
27
  msgstr "Beállítások"
28
 
30
  msgid "Upgrade to Pro"
31
  msgstr ""
32
 
33
+ #: facebook-button-plugin.php:213
34
  msgid "Please, enable JavaScript in your browser."
35
  msgstr ""
36
 
37
+ #: facebook-button-plugin.php:333
38
  #, fuzzy
39
  msgid "Add Facebook buttons to your page or post"
40
  msgstr "Facebook gombok helye"
41
 
42
+ #: facebook-button-plugin.php:474
43
  msgid "FAQ"
44
  msgstr "Gy.I.K."
45
 
46
+ #: facebook-button-plugin.php:475
47
  msgid "Support"
48
  msgstr "Támogatás"
49
 
65
  msgid "License Key"
66
  msgstr ""
67
 
68
+ #: includes/class-fcbkbttn-settings.php:110
69
  msgid "Settings saved"
70
  msgstr "Beállítások mentve"
71
 
72
+ #: includes/class-fcbkbttn-settings.php:139
73
  msgid "Error: File size must not exceed 32KB"
74
  msgstr ""
75
 
76
+ #: includes/class-fcbkbttn-settings.php:142
77
  msgid "Error: Invalid file type"
78
  msgstr "Hiba: Érvénytelen file típus"
79
 
80
+ #: includes/class-fcbkbttn-settings.php:148
81
  msgid "Upload successful."
82
  msgstr "A feltöltés sikeres."
83
 
84
+ #: includes/class-fcbkbttn-settings.php:156
85
  msgid "Error: Failed to move file."
86
  msgstr ""
87
 
88
+ #: includes/class-fcbkbttn-settings.php:159
89
  msgid "Error: Check image width or height."
90
  msgstr ""
91
 
92
+ #: includes/class-fcbkbttn-settings.php:163
93
  msgid "Uploading Error: Check image properties"
94
  msgstr ""
95
 
96
+ #: includes/class-fcbkbttn-settings.php:190
97
  msgid "General"
98
  msgstr ""
99
 
100
+ #: includes/class-fcbkbttn-settings.php:193
101
+ msgid "Change App ID"
102
+ msgstr ""
103
+
104
+ #: includes/class-fcbkbttn-settings.php:197
105
+ msgid "You can use standard App ID or"
106
+ msgstr ""
107
+
108
+ #: includes/class-fcbkbttn-settings.php:197
109
+ msgid "create a new one"
110
+ msgstr ""
111
+
112
+ #: includes/class-fcbkbttn-settings.php:197
113
+ msgid " Leave blank to use standard App ID."
114
+ msgstr ""
115
+
116
+ #: includes/class-fcbkbttn-settings.php:201
117
  #, fuzzy
118
  msgid "Buttons"
119
  msgstr "Facebook gombok helye"
120
 
121
+ #: includes/class-fcbkbttn-settings.php:204
122
  msgid "Profile URL"
123
  msgstr ""
124
 
125
+ #: includes/class-fcbkbttn-settings.php:205
126
+ #: includes/class-fcbkbttn-settings.php:427
127
  msgid "Like"
128
  msgstr "Like"
129
 
130
+ #: includes/class-fcbkbttn-settings.php:206
131
  msgid "Share"
132
  msgstr "Megosztás"
133
 
134
+ #: includes/class-fcbkbttn-settings.php:211
135
  msgid "Buttons Size"
136
  msgstr ""
137
 
138
+ #: includes/class-fcbkbttn-settings.php:214
139
  msgid "Small"
140
  msgstr ""
141
 
142
+ #: includes/class-fcbkbttn-settings.php:215
143
  msgid "Large"
144
  msgstr ""
145
 
146
+ #: includes/class-fcbkbttn-settings.php:220
147
  #, fuzzy
148
  msgid "Buttons Position"
149
  msgstr "Facebook gombok helye"
150
 
151
+ #: includes/class-fcbkbttn-settings.php:225
152
  #, fuzzy
153
  msgid "Before content"
154
  msgstr "Előtte és Utána"
155
 
156
+ #: includes/class-fcbkbttn-settings.php:230
157
  msgid "After content"
158
  msgstr ""
159
 
160
+ #: includes/class-fcbkbttn-settings.php:236
161
+ msgid "Buttons Align"
162
+ msgstr ""
163
+
164
+ #: includes/class-fcbkbttn-settings.php:239
165
+ msgid "Right"
166
+ msgstr ""
167
+
168
+ #: includes/class-fcbkbttn-settings.php:240
169
+ msgid "Center"
170
+ msgstr ""
171
+
172
+ #: includes/class-fcbkbttn-settings.php:241
173
+ msgid "Left"
174
+ msgstr ""
175
+
176
+ #: includes/class-fcbkbttn-settings.php:246
177
  msgid "Language"
178
  msgstr ""
179
 
180
+ #: includes/class-fcbkbttn-settings.php:257
181
  #, fuzzy
182
  msgid "Select the default language for Facebook button(-s)."
183
  msgstr "Facebook Like Gomb nyelvének megváltoztatása"
184
 
185
+ #: includes/class-fcbkbttn-settings.php:266
186
+ #: includes/class-fcbkbttn-settings.php:269
187
+ #: includes/class-fcbkbttn-settings.php:273
188
  msgid ""
189
  "Enable to switch language automatically on multilingual website using "
190
  "Multilanguage plugin."
191
  msgstr ""
192
 
193
+ #: includes/class-fcbkbttn-settings.php:269
194
  msgid "Activate"
195
  msgstr ""
196
 
197
+ #: includes/class-fcbkbttn-settings.php:273
198
  msgid "Install Now"
199
  msgstr ""
200
 
201
+ #: includes/class-fcbkbttn-settings.php:278
202
  msgid "Excerpt"
203
  msgstr ""
204
 
205
+ #: includes/class-fcbkbttn-settings.php:280
206
  #, fuzzy
207
  msgid "Enable to display buttons in excerpt."
208
  msgstr "Gomb megjelenítése"
209
 
210
+ #: includes/class-fcbkbttn-settings.php:288
211
+ #: includes/class-fcbkbttn-settings.php:485
212
+ #: includes/class-fcbkbttn-settings.php:539
213
  msgid "Close"
214
  msgstr ""
215
 
216
+ #: includes/class-fcbkbttn-settings.php:292
217
  #, fuzzy
218
  msgid "Meta Image"
219
  msgstr "Egyéni Facebook kép"
220
 
221
+ #: includes/class-fcbkbttn-settings.php:297
222
  msgid "Featured Image"
223
  msgstr ""
224
 
225
+ #: includes/class-fcbkbttn-settings.php:301
226
  #, fuzzy
227
  msgid "Custom Image"
228
  msgstr "Egyéni Facebook kép"
229
 
230
+ #: includes/class-fcbkbttn-settings.php:301
231
  msgid "This image will be used for all posts"
232
  msgstr ""
233
 
234
+ #: includes/class-fcbkbttn-settings.php:308
235
  msgid "Meta Description"
236
  msgstr ""
237
 
238
+ #: includes/class-fcbkbttn-settings.php:312
239
  msgid ""
240
  "This description will be used for all pages and posts. Leave blank to use "
241
  "page description."
242
  msgstr ""
243
 
244
+ #: includes/class-fcbkbttn-settings.php:320
245
  msgid "Profile URL Button"
246
  msgstr ""
247
 
248
+ #: includes/class-fcbkbttn-settings.php:323
249
  #, fuzzy
250
  msgid "Facebook ID or Username"
251
  msgstr "Facebook ID-je vagy felhasználóneve"
252
 
253
+ #: includes/class-fcbkbttn-settings.php:330
254
  msgid "Profile Button Image"
255
  msgstr ""
256
 
257
+ #: includes/class-fcbkbttn-settings.php:337
258
  msgid "Default"
259
  msgstr ""
260
 
261
+ #: includes/class-fcbkbttn-settings.php:342
262
  #, fuzzy
263
  msgid "Custom image"
264
  msgstr "Egyéni Facebook kép"
265
 
266
+ #: includes/class-fcbkbttn-settings.php:346
267
  #, fuzzy
268
  msgid ""
269
  "To use custom image, You need to setup permissions for upload directory of "
272
  "Egyedi kép használatához az oldala feltöltési könyvtárához jogosultságot "
273
  "kell beállítania"
274
 
275
+ #: includes/class-fcbkbttn-settings.php:353
276
  msgid "Current image"
277
  msgstr "Aktuális kép"
278
 
279
+ #: includes/class-fcbkbttn-settings.php:361
280
  msgid ""
281
  "Image requirements: max image width: 100px; max image height: 40px; max "
282
  "image size: 32Kb; image types: \"jpg\", \"jpeg\", \"png\"."
283
  msgstr ""
284
 
285
+ #: includes/class-fcbkbttn-settings.php:365
286
  #, fuzzy
287
  msgid "Like&Share Buttons"
288
  msgstr "Facebook gombok helye"
289
 
290
+ #: includes/class-fcbkbttn-settings.php:368
291
  msgid "Like Button Layout"
292
  msgstr ""
293
 
294
+ #: includes/class-fcbkbttn-settings.php:391
295
  msgid "Share Button Layout"
296
  msgstr ""
297
 
298
+ #: includes/class-fcbkbttn-settings.php:422
299
  #, fuzzy
300
  msgid "Like Button Action"
301
  msgstr "Facebook gombok helye"
302
 
303
+ #: includes/class-fcbkbttn-settings.php:432
304
  msgid "Recommend"
305
  msgstr ""
306
 
307
+ #: includes/class-fcbkbttn-settings.php:438
308
  msgid "Friends Faces"
309
  msgstr ""
310
 
311
+ #: includes/class-fcbkbttn-settings.php:441
312
  msgid "Enable to show faces of your friends who submitted the button."
313
  msgstr ""
314
 
315
+ #: includes/class-fcbkbttn-settings.php:445
316
  msgid "Layout Width"
317
  msgstr ""
318
 
319
+ #: includes/class-fcbkbttn-settings.php:449
320
  msgid "px"
321
  msgstr ""
322
 
323
+ #: includes/class-fcbkbttn-settings.php:454
324
  msgid "Theme"
325
  msgstr ""
326
 
327
+ #: includes/class-fcbkbttn-settings.php:459
328
  msgid "Light"
329
  msgstr ""
330
 
331
+ #: includes/class-fcbkbttn-settings.php:464
332
  msgid "Dark"
333
  msgstr ""
334
 
335
+ #: includes/class-fcbkbttn-settings.php:470
336
  #, fuzzy
337
  msgid "Like Button HTML Tag"
338
  msgstr "Facebook gombok helye"
339
 
340
+ #: includes/class-fcbkbttn-settings.php:477
341
  #, php-format
342
  msgid "Tag %s can be used to improve website code validation."
343
  msgstr ""
344
 
345
+ #: includes/class-fcbkbttn-settings.php:489
346
  msgid "URL to Like"
347
  msgstr ""
348
 
349
+ #: includes/class-fcbkbttn-settings.php:491
350
  msgid "Leave blank to use current page URL."
351
  msgstr ""
352
 
353
+ #: includes/class-fcbkbttn-settings.php:518
354
  msgid "Facebook Button Shortcode"
355
  msgstr ""
356
 
357
+ #: includes/class-fcbkbttn-settings.php:521
358
  msgid ""
359
  "Add Facebook button(-s) to your posts, pages, custom post types or widgets "
360
  "by using the following shortcode:"
361
  msgstr ""
362
 
363
+ #: includes/class-fcbkbttn-settings.php:540
364
  #, fuzzy
365
  msgid "Facebook Buttons Preview"
366
  msgstr "Facebook Gomb Beállítások"
367
 
368
+ #: includes/class-fcbkbttn-settings.php:554
369
  #, fuzzy
370
  msgid "Display Settings"
371
  msgstr "Gomb megjelenítése"
372
 
373
+ #: includes/class-fcbkbttn-settings.php:563
374
  msgid ""
375
  "Please choose the necessary post types (or single pages) where Facebook "
376
  "button will be displayed:"
378
  "Kérjük válassza ki a szükséges bejegyzés típusokat (vagy egyedi oldalakat) "
379
  "ahol a Facebook gomb megjelenjen:"
380
 
381
+ #: includes/class-fcbkbttn-settings.php:570
382
  msgid "Show URL for pages"
383
  msgstr "URL megjelenítése oldalakon"
384
 
385
+ #: includes/class-fcbkbttn-settings.php:576
386
  msgid "Example of site pages tree"
387
  msgstr ""
388
 
languages/facebook-button-plugin-id_ID.mo CHANGED
Binary file
languages/facebook-button-plugin-id_ID.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: facebook-button-plugin\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2018-01-16 14:36+0200\n"
6
- "PO-Revision-Date: 2018-01-16 14:37+0200\n"
7
  "Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: nasrulhaq <nasrulhaq81@gmail.com>\n"
9
  "Language: es_ES\n"
@@ -17,12 +17,12 @@ msgstr ""
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: facebook-button-plugin.php:36 facebook-button-plugin.php:37
20
- #: facebook-button-plugin.php:207 includes/class-fcbkbttn-settings.php:179
21
  msgid "Facebook Button Settings"
22
  msgstr "Pengaturan Facebook Button"
23
 
24
- #: facebook-button-plugin.php:37 facebook-button-plugin.php:423
25
- #: facebook-button-plugin.php:437 includes/class-fcbkbttn-settings.php:23
26
  msgid "Settings"
27
  msgstr "Pengaturan"
28
 
@@ -30,20 +30,20 @@ msgstr "Pengaturan"
30
  msgid "Upgrade to Pro"
31
  msgstr ""
32
 
33
- #: facebook-button-plugin.php:208
34
  msgid "Please, enable JavaScript in your browser."
35
  msgstr ""
36
 
37
- #: facebook-button-plugin.php:310
38
  #, fuzzy
39
  msgid "Add Facebook buttons to your page or post"
40
  msgstr "Posisi Tombol Facebook"
41
 
42
- #: facebook-button-plugin.php:439
43
  msgid "FAQ"
44
  msgstr "SSS (Sık Sorulan Sorular)"
45
 
46
- #: facebook-button-plugin.php:440
47
  msgid "Support"
48
  msgstr "Dukungan"
49
 
@@ -65,285 +65,317 @@ msgstr "Kustom Gambar Facebook "
65
  msgid "License Key"
66
  msgstr ""
67
 
68
- #: includes/class-fcbkbttn-settings.php:103
69
  msgid "Settings saved"
70
  msgstr "Simpan Pengaturan"
71
 
72
- #: includes/class-fcbkbttn-settings.php:132
73
  msgid "Error: File size must not exceed 32KB"
74
  msgstr ""
75
 
76
- #: includes/class-fcbkbttn-settings.php:135
77
  msgid "Error: Invalid file type"
78
  msgstr "SALAH: Tipe data tidak benar"
79
 
80
- #: includes/class-fcbkbttn-settings.php:141
81
  msgid "Upload successful."
82
  msgstr ""
83
 
84
- #: includes/class-fcbkbttn-settings.php:149
85
  msgid "Error: Failed to move file."
86
  msgstr ""
87
 
88
- #: includes/class-fcbkbttn-settings.php:152
89
  msgid "Error: Check image width or height."
90
  msgstr ""
91
 
92
- #: includes/class-fcbkbttn-settings.php:156
93
  msgid "Uploading Error: Check image properties"
94
  msgstr ""
95
 
96
- #: includes/class-fcbkbttn-settings.php:182
97
  msgid "General"
98
  msgstr ""
99
 
100
- #: includes/class-fcbkbttn-settings.php:185
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
101
  #, fuzzy
102
  msgid "Buttons"
103
  msgstr "Posisi Tombol Facebook"
104
 
105
- #: includes/class-fcbkbttn-settings.php:188
106
  msgid "Profile URL"
107
  msgstr ""
108
 
109
- #: includes/class-fcbkbttn-settings.php:189
110
- #: includes/class-fcbkbttn-settings.php:401
111
  msgid "Like"
112
  msgstr "Suka"
113
 
114
- #: includes/class-fcbkbttn-settings.php:190
115
  msgid "Share"
116
  msgstr ""
117
 
118
- #: includes/class-fcbkbttn-settings.php:195
119
  msgid "Buttons Size"
120
  msgstr ""
121
 
122
- #: includes/class-fcbkbttn-settings.php:198
123
  msgid "Small"
124
  msgstr ""
125
 
126
- #: includes/class-fcbkbttn-settings.php:199
127
  msgid "Large"
128
  msgstr ""
129
 
130
- #: includes/class-fcbkbttn-settings.php:204
131
  #, fuzzy
132
  msgid "Buttons Position"
133
  msgstr "Posisi Tombol Facebook"
134
 
135
- #: includes/class-fcbkbttn-settings.php:209
136
  #, fuzzy
137
  msgid "Before content"
138
  msgstr "Sebelum dan Setelah"
139
 
140
- #: includes/class-fcbkbttn-settings.php:214
141
  msgid "After content"
142
  msgstr ""
143
 
144
- #: includes/class-fcbkbttn-settings.php:220
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
145
  msgid "Language"
146
  msgstr ""
147
 
148
- #: includes/class-fcbkbttn-settings.php:231
149
  #, fuzzy
150
  msgid "Select the default language for Facebook button(-s)."
151
  msgstr "Ubah bahasa Facebook Like Button"
152
 
153
- #: includes/class-fcbkbttn-settings.php:240
154
- #: includes/class-fcbkbttn-settings.php:243
155
- #: includes/class-fcbkbttn-settings.php:247
156
  msgid ""
157
  "Enable to switch language automatically on multilingual website using "
158
  "Multilanguage plugin."
159
  msgstr ""
160
 
161
- #: includes/class-fcbkbttn-settings.php:243
162
  msgid "Activate"
163
  msgstr ""
164
 
165
- #: includes/class-fcbkbttn-settings.php:247
166
  msgid "Install Now"
167
  msgstr "Установить сейчас"
168
 
169
- #: includes/class-fcbkbttn-settings.php:252
170
  msgid "Excerpt"
171
  msgstr ""
172
 
173
- #: includes/class-fcbkbttn-settings.php:254
174
  #, fuzzy
175
  msgid "Enable to display buttons in excerpt."
176
  msgstr "Tampilan tombol:"
177
 
178
- #: includes/class-fcbkbttn-settings.php:262
179
- #: includes/class-fcbkbttn-settings.php:455
180
- #: includes/class-fcbkbttn-settings.php:509
181
  msgid "Close"
182
  msgstr ""
183
 
184
- #: includes/class-fcbkbttn-settings.php:266
185
  #, fuzzy
186
  msgid "Meta Image"
187
  msgstr "Kustom Gambar Facebook "
188
 
189
- #: includes/class-fcbkbttn-settings.php:271
190
  msgid "Featured Image"
191
  msgstr ""
192
 
193
- #: includes/class-fcbkbttn-settings.php:275
194
  #, fuzzy
195
  msgid "Custom Image"
196
  msgstr "Kustom Gambar Facebook "
197
 
198
- #: includes/class-fcbkbttn-settings.php:275
199
  msgid "This image will be used for all posts"
200
  msgstr ""
201
 
202
- #: includes/class-fcbkbttn-settings.php:282
203
  msgid "Meta Description"
204
  msgstr ""
205
 
206
- #: includes/class-fcbkbttn-settings.php:286
207
  msgid ""
208
  "This description will be used for all pages and posts. Leave blank to use "
209
  "page description."
210
  msgstr ""
211
 
212
- #: includes/class-fcbkbttn-settings.php:294
213
  msgid "Profile URL Button"
214
  msgstr ""
215
 
216
- #: includes/class-fcbkbttn-settings.php:297
217
  #, fuzzy
218
  msgid "Facebook ID or Username"
219
  msgstr " ID Facebook:"
220
 
221
- #: includes/class-fcbkbttn-settings.php:304
222
  msgid "Profile Button Image"
223
  msgstr ""
224
 
225
- #: includes/class-fcbkbttn-settings.php:311
226
  msgid "Default"
227
  msgstr ""
228
 
229
- #: includes/class-fcbkbttn-settings.php:316
230
  #, fuzzy
231
  msgid "Custom image"
232
  msgstr "Kustom Gambar Facebook "
233
 
234
- #: includes/class-fcbkbttn-settings.php:320
235
  msgid ""
236
  "To use custom image, You need to setup permissions for upload directory of "
237
  "your site"
238
  msgstr ""
239
 
240
- #: includes/class-fcbkbttn-settings.php:327
241
  #, fuzzy
242
  msgid "Current image"
243
  msgstr "Gambar tertentu:"
244
 
245
- #: includes/class-fcbkbttn-settings.php:335
246
  msgid ""
247
  "Image requirements: max image width: 100px; max image height: 40px; max "
248
  "image size: 32Kb; image types: \"jpg\", \"jpeg\", \"png\"."
249
  msgstr ""
250
 
251
- #: includes/class-fcbkbttn-settings.php:339
252
  msgid "Like&Share Buttons"
253
  msgstr ""
254
 
255
- #: includes/class-fcbkbttn-settings.php:342
256
  msgid "Like Button Layout"
257
  msgstr ""
258
 
259
- #: includes/class-fcbkbttn-settings.php:365
260
  msgid "Share Button Layout"
261
  msgstr ""
262
 
263
- #: includes/class-fcbkbttn-settings.php:396
264
  msgid "Like Button Action"
265
  msgstr ""
266
 
267
- #: includes/class-fcbkbttn-settings.php:406
268
  msgid "Recommend"
269
  msgstr ""
270
 
271
- #: includes/class-fcbkbttn-settings.php:412
272
  msgid "Friends Faces"
273
  msgstr ""
274
 
275
- #: includes/class-fcbkbttn-settings.php:415
276
  msgid "Enable to show faces of your friends who submitted the button."
277
  msgstr ""
278
 
279
- #: includes/class-fcbkbttn-settings.php:419
280
  msgid "Layout Width"
281
  msgstr ""
282
 
283
- #: includes/class-fcbkbttn-settings.php:421
284
  msgid "px"
285
  msgstr ""
286
 
287
- #: includes/class-fcbkbttn-settings.php:425
288
  msgid "Theme"
289
  msgstr ""
290
 
291
- #: includes/class-fcbkbttn-settings.php:430
292
  msgid "Light"
293
  msgstr ""
294
 
295
- #: includes/class-fcbkbttn-settings.php:435
296
  msgid "Dark"
297
  msgstr ""
298
 
299
- #: includes/class-fcbkbttn-settings.php:441
300
  msgid "Like Button HTML Tag"
301
  msgstr ""
302
 
303
- #: includes/class-fcbkbttn-settings.php:447
304
  #, php-format
305
  msgid "Tag %s can be used to improve website code validation."
306
  msgstr ""
307
 
308
- #: includes/class-fcbkbttn-settings.php:459
309
  msgid "URL to Like"
310
  msgstr ""
311
 
312
- #: includes/class-fcbkbttn-settings.php:461
313
  msgid "Leave blank to use current page URL."
314
  msgstr ""
315
 
316
- #: includes/class-fcbkbttn-settings.php:488
317
  msgid "Facebook Button Shortcode"
318
  msgstr ""
319
 
320
- #: includes/class-fcbkbttn-settings.php:491
321
  msgid ""
322
  "Add Facebook button(-s) to your posts, pages, custom post types or widgets "
323
  "by using the following shortcode:"
324
  msgstr ""
325
 
326
- #: includes/class-fcbkbttn-settings.php:510
327
  #, fuzzy
328
  msgid "Facebook Buttons Preview"
329
  msgstr "Tombol Facebook"
330
 
331
- #: includes/class-fcbkbttn-settings.php:524
332
  #, fuzzy
333
  msgid "Display Settings"
334
  msgstr "Tampilan tombol:"
335
 
336
- #: includes/class-fcbkbttn-settings.php:533
337
  msgid ""
338
  "Please choose the necessary post types (or single pages) where Facebook "
339
  "button will be displayed:"
340
  msgstr ""
341
 
342
- #: includes/class-fcbkbttn-settings.php:540
343
  msgid "Show URL for pages"
344
  msgstr ""
345
 
346
- #: includes/class-fcbkbttn-settings.php:546
347
  msgid "Example of site pages tree"
348
  msgstr ""
349
 
2
  msgstr ""
3
  "Project-Id-Version: facebook-button-plugin\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2018-04-24 11:42+0300\n"
6
+ "PO-Revision-Date: 2018-04-24 11:42+0300\n"
7
  "Last-Translator: plugin@bestwebsoft.com <plugin@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:36 facebook-button-plugin.php:37
20
+ #: facebook-button-plugin.php:210 includes/class-fcbkbttn-settings.php:186
21
  msgid "Facebook Button Settings"
22
  msgstr "Pengaturan Facebook Button"
23
 
24
+ #: facebook-button-plugin.php:37 facebook-button-plugin.php:458
25
+ #: facebook-button-plugin.php:472 includes/class-fcbkbttn-settings.php:23
26
  msgid "Settings"
27
  msgstr "Pengaturan"
28
 
30
  msgid "Upgrade to Pro"
31
  msgstr ""
32
 
33
+ #: facebook-button-plugin.php:213
34
  msgid "Please, enable JavaScript in your browser."
35
  msgstr ""
36
 
37
+ #: facebook-button-plugin.php:333
38
  #, fuzzy
39
  msgid "Add Facebook buttons to your page or post"
40
  msgstr "Posisi Tombol Facebook"
41
 
42
+ #: facebook-button-plugin.php:474
43
  msgid "FAQ"
44
  msgstr "SSS (Sık Sorulan Sorular)"
45
 
46
+ #: facebook-button-plugin.php:475
47
  msgid "Support"
48
  msgstr "Dukungan"
49
 
65
  msgid "License Key"
66
  msgstr ""
67
 
68
+ #: includes/class-fcbkbttn-settings.php:110
69
  msgid "Settings saved"
70
  msgstr "Simpan Pengaturan"
71
 
72
+ #: includes/class-fcbkbttn-settings.php:139
73
  msgid "Error: File size must not exceed 32KB"
74
  msgstr ""
75
 
76
+ #: includes/class-fcbkbttn-settings.php:142
77
  msgid "Error: Invalid file type"
78
  msgstr "SALAH: Tipe data tidak benar"
79
 
80
+ #: includes/class-fcbkbttn-settings.php:148
81
  msgid "Upload successful."
82
  msgstr ""
83
 
84
+ #: includes/class-fcbkbttn-settings.php:156
85
  msgid "Error: Failed to move file."
86
  msgstr ""
87
 
88
+ #: includes/class-fcbkbttn-settings.php:159
89
  msgid "Error: Check image width or height."
90
  msgstr ""
91
 
92
+ #: includes/class-fcbkbttn-settings.php:163
93
  msgid "Uploading Error: Check image properties"
94
  msgstr ""
95
 
96
+ #: includes/class-fcbkbttn-settings.php:190
97
  msgid "General"
98
  msgstr ""
99
 
100
+ #: includes/class-fcbkbttn-settings.php:193
101
+ msgid "Change App ID"
102
+ msgstr ""
103
+
104
+ #: includes/class-fcbkbttn-settings.php:197
105
+ msgid "You can use standard App ID or"
106
+ msgstr ""
107
+
108
+ #: includes/class-fcbkbttn-settings.php:197
109
+ msgid "create a new one"
110
+ msgstr ""
111
+
112
+ #: includes/class-fcbkbttn-settings.php:197
113
+ msgid " Leave blank to use standard App ID."
114
+ msgstr ""
115
+
116
+ #: includes/class-fcbkbttn-settings.php:201
117
  #, fuzzy
118
  msgid "Buttons"
119
  msgstr "Posisi Tombol Facebook"
120
 
121
+ #: includes/class-fcbkbttn-settings.php:204
122
  msgid "Profile URL"
123
  msgstr ""
124
 
125
+ #: includes/class-fcbkbttn-settings.php:205
126
+ #: includes/class-fcbkbttn-settings.php:427
127
  msgid "Like"
128
  msgstr "Suka"
129
 
130
+ #: includes/class-fcbkbttn-settings.php:206
131
  msgid "Share"
132
  msgstr ""
133
 
134
+ #: includes/class-fcbkbttn-settings.php:211
135
  msgid "Buttons Size"
136
  msgstr ""
137
 
138
+ #: includes/class-fcbkbttn-settings.php:214
139
  msgid "Small"
140
  msgstr ""
141
 
142
+ #: includes/class-fcbkbttn-settings.php:215
143
  msgid "Large"
144
  msgstr ""
145
 
146
+ #: includes/class-fcbkbttn-settings.php:220
147
  #, fuzzy
148
  msgid "Buttons Position"
149
  msgstr "Posisi Tombol Facebook"
150
 
151
+ #: includes/class-fcbkbttn-settings.php:225
152
  #, fuzzy
153
  msgid "Before content"
154
  msgstr "Sebelum dan Setelah"
155
 
156
+ #: includes/class-fcbkbttn-settings.php:230
157
  msgid "After content"
158
  msgstr ""
159
 
160
+ #: includes/class-fcbkbttn-settings.php:236
161
+ msgid "Buttons Align"
162
+ msgstr ""
163
+
164
+ #: includes/class-fcbkbttn-settings.php:239
165
+ msgid "Right"
166
+ msgstr ""
167
+
168
+ #: includes/class-fcbkbttn-settings.php:240
169
+ msgid "Center"
170
+ msgstr ""
171
+
172
+ #: includes/class-fcbkbttn-settings.php:241
173
+ msgid "Left"
174
+ msgstr ""
175
+
176
+ #: includes/class-fcbkbttn-settings.php:246
177
  msgid "Language"
178
  msgstr ""
179
 
180
+ #: includes/class-fcbkbttn-settings.php:257
181
  #, fuzzy
182
  msgid "Select the default language for Facebook button(-s)."
183
  msgstr "Ubah bahasa Facebook Like Button"
184
 
185
+ #: includes/class-fcbkbttn-settings.php:266
186
+ #: includes/class-fcbkbttn-settings.php:269
187
+ #: includes/class-fcbkbttn-settings.php:273
188
  msgid ""
189
  "Enable to switch language automatically on multilingual website using "
190
  "Multilanguage plugin."
191
  msgstr ""
192
 
193
+ #: includes/class-fcbkbttn-settings.php:269
194
  msgid "Activate"
195
  msgstr ""
196
 
197
+ #: includes/class-fcbkbttn-settings.php:273
198
  msgid "Install Now"
199
  msgstr "Установить сейчас"
200
 
201
+ #: includes/class-fcbkbttn-settings.php:278
202
  msgid "Excerpt"
203
  msgstr ""
204
 
205
+ #: includes/class-fcbkbttn-settings.php:280
206
  #, fuzzy
207
  msgid "Enable to display buttons in excerpt."
208
  msgstr "Tampilan tombol:"
209
 
210
+ #: includes/class-fcbkbttn-settings.php:288
211
+ #: includes/class-fcbkbttn-settings.php:485
212
+ #: includes/class-fcbkbttn-settings.php:539
213
  msgid "Close"
214
  msgstr ""
215
 
216
+ #: includes/class-fcbkbttn-settings.php:292
217
  #, fuzzy
218
  msgid "Meta Image"
219
  msgstr "Kustom Gambar Facebook "
220
 
221
+ #: includes/class-fcbkbttn-settings.php:297
222
  msgid "Featured Image"
223
  msgstr ""
224
 
225
+ #: includes/class-fcbkbttn-settings.php:301
226
  #, fuzzy
227
  msgid "Custom Image"
228
  msgstr "Kustom Gambar Facebook "
229
 
230
+ #: includes/class-fcbkbttn-settings.php:301
231
  msgid "This image will be used for all posts"
232
  msgstr ""
233
 
234
+ #: includes/class-fcbkbttn-settings.php:308
235
  msgid "Meta Description"
236
  msgstr ""
237
 
238
+ #: includes/class-fcbkbttn-settings.php:312
239
  msgid ""
240
  "This description will be used for all pages and posts. Leave blank to use "
241
  "page description."
242
  msgstr ""
243
 
244
+ #: includes/class-fcbkbttn-settings.php:320
245
  msgid "Profile URL Button"
246
  msgstr ""
247
 
248
+ #: includes/class-fcbkbttn-settings.php:323
249
  #, fuzzy
250
  msgid "Facebook ID or Username"
251
  msgstr " ID Facebook:"
252
 
253
+ #: includes/class-fcbkbttn-settings.php:330
254
  msgid "Profile Button Image"
255
  msgstr ""
256
 
257
+ #: includes/class-fcbkbttn-settings.php:337
258
  msgid "Default"
259
  msgstr ""
260
 
261
+ #: includes/class-fcbkbttn-settings.php:342
262
  #, fuzzy
263
  msgid "Custom image"
264
  msgstr "Kustom Gambar Facebook "
265
 
266
+ #: includes/class-fcbkbttn-settings.php:346
267
  msgid ""
268
  "To use custom image, You need to setup permissions for upload directory of "
269
  "your site"
270
  msgstr ""
271
 
272
+ #: includes/class-fcbkbttn-settings.php:353
273
  #, fuzzy
274
  msgid "Current image"
275
  msgstr "Gambar tertentu:"
276
 
277
+ #: includes/class-fcbkbttn-settings.php:361
278
  msgid ""
279
  "Image requirements: max image width: 100px; max image height: 40px; max "
280
  "image size: 32Kb; image types: \"jpg\", \"jpeg\", \"png\"."
281
  msgstr ""
282
 
283
+ #: includes/class-fcbkbttn-settings.php:365
284
  msgid "Like&Share Buttons"
285
  msgstr ""
286
 
287
+ #: includes/class-fcbkbttn-settings.php:368
288
  msgid "Like Button Layout"
289
  msgstr ""
290
 
291
+ #: includes/class-fcbkbttn-settings.php:391
292
  msgid "Share Button Layout"
293
  msgstr ""
294
 
295
+ #: includes/class-fcbkbttn-settings.php:422
296
  msgid "Like Button Action"
297
  msgstr ""
298
 
299
+ #: includes/class-fcbkbttn-settings.php:432
300
  msgid "Recommend"
301
  msgstr ""
302
 
303
+ #: includes/class-fcbkbttn-settings.php:438
304
  msgid "Friends Faces"
305
  msgstr ""
306
 
307
+ #: includes/class-fcbkbttn-settings.php:441
308
  msgid "Enable to show faces of your friends who submitted the button."
309
  msgstr ""
310
 
311
+ #: includes/class-fcbkbttn-settings.php:445
312
  msgid "Layout Width"
313
  msgstr ""
314
 
315
+ #: includes/class-fcbkbttn-settings.php:449
316
  msgid "px"
317
  msgstr ""
318
 
319
+ #: includes/class-fcbkbttn-settings.php:454
320
  msgid "Theme"
321
  msgstr ""
322
 
323
+ #: includes/class-fcbkbttn-settings.php:459
324
  msgid "Light"
325
  msgstr ""
326
 
327
+ #: includes/class-fcbkbttn-settings.php:464
328
  msgid "Dark"
329
  msgstr ""
330
 
331
+ #: includes/class-fcbkbttn-settings.php:470
332
  msgid "Like Button HTML Tag"
333
  msgstr ""
334
 
335
+ #: includes/class-fcbkbttn-settings.php:477
336
  #, php-format
337
  msgid "Tag %s can be used to improve website code validation."
338
  msgstr ""
339
 
340
+ #: includes/class-fcbkbttn-settings.php:489
341
  msgid "URL to Like"
342
  msgstr ""
343
 
344
+ #: includes/class-fcbkbttn-settings.php:491
345
  msgid "Leave blank to use current page URL."
346
  msgstr ""
347
 
348
+ #: includes/class-fcbkbttn-settings.php:518
349
  msgid "Facebook Button Shortcode"
350
  msgstr ""
351
 
352
+ #: includes/class-fcbkbttn-settings.php:521
353
  msgid ""
354
  "Add Facebook button(-s) to your posts, pages, custom post types or widgets "
355
  "by using the following shortcode:"
356
  msgstr ""
357
 
358
+ #: includes/class-fcbkbttn-settings.php:540
359
  #, fuzzy
360
  msgid "Facebook Buttons Preview"
361
  msgstr "Tombol Facebook"
362
 
363
+ #: includes/class-fcbkbttn-settings.php:554
364
  #, fuzzy
365
  msgid "Display Settings"
366
  msgstr "Tampilan tombol:"
367
 
368
+ #: includes/class-fcbkbttn-settings.php:563
369
  msgid ""
370
  "Please choose the necessary post types (or single pages) where Facebook "
371
  "button will be displayed:"
372
  msgstr ""
373
 
374
+ #: includes/class-fcbkbttn-settings.php:570
375
  msgid "Show URL for pages"
376
  msgstr ""
377
 
378
+ #: includes/class-fcbkbttn-settings.php:576
379
  msgid "Example of site pages tree"
380
  msgstr ""
381
 
languages/facebook-button-plugin-ru_RU.mo CHANGED
Binary file
languages/facebook-button-plugin-ru_RU.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: facebook-button-plugin\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2018-02-14 16:47+0200\n"
6
- "PO-Revision-Date: 2018-02-14 16:47+0200\n"
7
  "Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: BestWebSoft <plugin@bestwebsoft.com>\n"
9
  "Language: ru_RU\n"
@@ -21,8 +21,8 @@ msgstr ""
21
  msgid "Facebook Button Settings"
22
  msgstr "Настройки Facebook Button"
23
 
24
- #: facebook-button-plugin.php:37 facebook-button-plugin.php:438
25
- #: facebook-button-plugin.php:452 includes/class-fcbkbttn-settings.php:23
26
  msgid "Settings"
27
  msgstr "Настройки"
28
 
@@ -34,15 +34,15 @@ msgstr "Обновиться до Pro"
34
  msgid "Please, enable JavaScript in your browser."
35
  msgstr "Пожалуйста, включите поддержку JavaScript в вашем браузере."
36
 
37
- #: facebook-button-plugin.php:323
38
  msgid "Add Facebook buttons to your page or post"
39
  msgstr "Добавить Facebook кнопки на вашу страницу или запись"
40
 
41
- #: facebook-button-plugin.php:454
42
  msgid "FAQ"
43
  msgstr "FAQ"
44
 
45
- #: facebook-button-plugin.php:455
46
  msgid "Support"
47
  msgstr "Поддержка"
48
 
@@ -90,94 +90,94 @@ msgstr "Ошибка: Проверьте ширину и высоту изобр
90
  msgid "Uploading Error: Check image properties"
91
  msgstr "Ошибка загрузки: Проверьте параметры изображения"
92
 
93
- #: includes/class-fcbkbttn-settings.php:195
94
  msgid "General"
95
  msgstr "Общее"
96
 
97
- #: includes/class-fcbkbttn-settings.php:198
98
  msgid "Change App ID"
99
  msgstr "Изменить App ID"
100
 
101
- #: includes/class-fcbkbttn-settings.php:202
102
  msgid "You can use standard App ID or"
103
  msgstr "Вы можете использовать стандартный App ID или"
104
 
105
- #: includes/class-fcbkbttn-settings.php:202
106
  msgid "create a new one"
107
  msgstr "создать свой собственный."
108
 
109
- #: includes/class-fcbkbttn-settings.php:202
110
  msgid " Leave blank to use standard App ID."
111
  msgstr "Чтобы использовать стандартный App ID, оставьте это поле пустым."
112
 
113
- #: includes/class-fcbkbttn-settings.php:206
114
  msgid "Buttons"
115
  msgstr "Кнопки"
116
 
117
- #: includes/class-fcbkbttn-settings.php:209
118
  msgid "Profile URL"
119
  msgstr "URL профиля"
120
 
121
- #: includes/class-fcbkbttn-settings.php:210
122
- #: includes/class-fcbkbttn-settings.php:432
123
  msgid "Like"
124
  msgstr "Нравится"
125
 
126
- #: includes/class-fcbkbttn-settings.php:211
127
  msgid "Share"
128
  msgstr "Поделиться"
129
 
130
- #: includes/class-fcbkbttn-settings.php:216
131
  msgid "Buttons Size"
132
  msgstr "Размер кнопок"
133
 
134
- #: includes/class-fcbkbttn-settings.php:219
135
  msgid "Small"
136
  msgstr "Маленькие"
137
 
138
- #: includes/class-fcbkbttn-settings.php:220
139
  msgid "Large"
140
  msgstr "Большие"
141
 
142
- #: includes/class-fcbkbttn-settings.php:225
143
  msgid "Buttons Position"
144
  msgstr "Позиция кнопок"
145
 
146
- #: includes/class-fcbkbttn-settings.php:230
147
  msgid "Before content"
148
  msgstr "Перед содержимым"
149
 
150
- #: includes/class-fcbkbttn-settings.php:235
151
  msgid "After content"
152
  msgstr "После содержимого"
153
 
154
- #: includes/class-fcbkbttn-settings.php:241
155
  msgid "Buttons Align"
156
  msgstr "Выравнивание кнопок"
157
 
158
- #: includes/class-fcbkbttn-settings.php:244
159
  msgid "Right"
160
  msgstr "Справа"
161
 
162
- #: includes/class-fcbkbttn-settings.php:245
163
  msgid "Center"
164
  msgstr "По середине"
165
 
166
- #: includes/class-fcbkbttn-settings.php:246
167
  msgid "Left"
168
  msgstr "Слева"
169
 
170
- #: includes/class-fcbkbttn-settings.php:251
171
  msgid "Language"
172
  msgstr "Язык"
173
 
174
- #: includes/class-fcbkbttn-settings.php:262
175
  msgid "Select the default language for Facebook button(-s)."
176
  msgstr "Выберите язык отображения по умолчанию для кнопок Facebook."
177
 
178
- #: includes/class-fcbkbttn-settings.php:271
179
- #: includes/class-fcbkbttn-settings.php:274
180
- #: includes/class-fcbkbttn-settings.php:278
181
  msgid ""
182
  "Enable to switch language automatically on multilingual website using "
183
  "Multilanguage plugin."
@@ -185,49 +185,49 @@ msgstr ""
185
  "Включите, чтобы переключить язык автоматически на многоязычном сайте, "
186
  "используя плагин Multilanguage."
187
 
188
- #: includes/class-fcbkbttn-settings.php:274
189
  msgid "Activate"
190
  msgstr "Активировать"
191
 
192
- #: includes/class-fcbkbttn-settings.php:278
193
  msgid "Install Now"
194
  msgstr "Установить сейчас"
195
 
196
- #: includes/class-fcbkbttn-settings.php:283
197
  msgid "Excerpt"
198
  msgstr "Цитата"
199
 
200
- #: includes/class-fcbkbttn-settings.php:285
201
  msgid "Enable to display buttons in excerpt."
202
  msgstr "Включите, чтоб отображать кнопки для цитаты."
203
 
204
- #: includes/class-fcbkbttn-settings.php:293
205
- #: includes/class-fcbkbttn-settings.php:490
206
- #: includes/class-fcbkbttn-settings.php:544
207
  msgid "Close"
208
  msgstr "Закрыть"
209
 
210
- #: includes/class-fcbkbttn-settings.php:297
211
  msgid "Meta Image"
212
  msgstr "Мета изображение"
213
 
214
- #: includes/class-fcbkbttn-settings.php:302
215
  msgid "Featured Image"
216
  msgstr "Миниатюра записи"
217
 
218
- #: includes/class-fcbkbttn-settings.php:306
219
  msgid "Custom Image"
220
  msgstr "Пользовательское изображение"
221
 
222
- #: includes/class-fcbkbttn-settings.php:306
223
  msgid "This image will be used for all posts"
224
  msgstr "Это изображение будет использоваться для всех записей"
225
 
226
- #: includes/class-fcbkbttn-settings.php:313
227
  msgid "Meta Description"
228
  msgstr "Мета описание"
229
 
230
- #: includes/class-fcbkbttn-settings.php:317
231
  msgid ""
232
  "This description will be used for all pages and posts. Leave blank to use "
233
  "page description."
@@ -235,27 +235,27 @@ msgstr ""
235
  "Это описание будет использоваться для всех записей и страниц. Оставьте "
236
  "пустым, чтобы использовать описание страницы."
237
 
238
- #: includes/class-fcbkbttn-settings.php:325
239
  msgid "Profile URL Button"
240
  msgstr "Кнопка URL профиля"
241
 
242
- #: includes/class-fcbkbttn-settings.php:328
243
  msgid "Facebook ID or Username"
244
  msgstr "Facebook ID или имя пользователя"
245
 
246
- #: includes/class-fcbkbttn-settings.php:335
247
  msgid "Profile Button Image"
248
  msgstr "Изображение кнопки профиля"
249
 
250
- #: includes/class-fcbkbttn-settings.php:342
251
  msgid "Default"
252
  msgstr "По умолчанию"
253
 
254
- #: includes/class-fcbkbttn-settings.php:347
255
  msgid "Custom image"
256
  msgstr "Пользовательское изображение"
257
 
258
- #: includes/class-fcbkbttn-settings.php:351
259
  msgid ""
260
  "To use custom image, You need to setup permissions for upload directory of "
261
  "your site"
@@ -263,11 +263,11 @@ msgstr ""
263
  "Для использования пользовательского изображения, вам нужно выдать права "
264
  "доступа на папку загрузок на вашем сайте"
265
 
266
- #: includes/class-fcbkbttn-settings.php:358
267
  msgid "Current image"
268
  msgstr "Текущее изображение"
269
 
270
- #: includes/class-fcbkbttn-settings.php:366
271
  msgid ""
272
  "Image requirements: max image width: 100px; max image height: 40px; max "
273
  "image size: 32Kb; image types: \"jpg\", \"jpeg\", \"png\"."
@@ -275,76 +275,76 @@ msgstr ""
275
  "Требования к изображению: максимальная ширина: 100px; максимальная высота: "
276
  "40px; максимальный размер: 32Kb; тип файла: \"jpg\", \"jpeg\", \"png\"."
277
 
278
- #: includes/class-fcbkbttn-settings.php:370
279
  msgid "Like&Share Buttons"
280
  msgstr "Кнопки \"Нравится\" и \"Поделиться\""
281
 
282
- #: includes/class-fcbkbttn-settings.php:373
283
  msgid "Like Button Layout"
284
  msgstr "Вид кнопки \"Нравится\""
285
 
286
- #: includes/class-fcbkbttn-settings.php:396
287
  msgid "Share Button Layout"
288
  msgstr "Вид кнопки \"Поделиться\""
289
 
290
- #: includes/class-fcbkbttn-settings.php:427
291
  msgid "Like Button Action"
292
  msgstr "Действие кнопки \"Нравится\""
293
 
294
- #: includes/class-fcbkbttn-settings.php:437
295
  msgid "Recommend"
296
  msgstr "Рекомендую"
297
 
298
- #: includes/class-fcbkbttn-settings.php:443
299
  msgid "Friends Faces"
300
  msgstr "Лица друзей"
301
 
302
- #: includes/class-fcbkbttn-settings.php:446
303
  msgid "Enable to show faces of your friends who submitted the button."
304
  msgstr "Включите, чтобы показать лица своих друзей, которые нажали кнопку."
305
 
306
- #: includes/class-fcbkbttn-settings.php:450
307
  msgid "Layout Width"
308
  msgstr "Ширина блока"
309
 
310
- #: includes/class-fcbkbttn-settings.php:454
311
  msgid "px"
312
  msgstr "пикс"
313
 
314
- #: includes/class-fcbkbttn-settings.php:459
315
  msgid "Theme"
316
  msgstr "Тема"
317
 
318
- #: includes/class-fcbkbttn-settings.php:464
319
  msgid "Light"
320
  msgstr "Светлая"
321
 
322
- #: includes/class-fcbkbttn-settings.php:469
323
  msgid "Dark"
324
  msgstr "Тёмная"
325
 
326
- #: includes/class-fcbkbttn-settings.php:475
327
  msgid "Like Button HTML Tag"
328
  msgstr "HTML тег кнопки \"Нравится\""
329
 
330
- #: includes/class-fcbkbttn-settings.php:482
331
  #, php-format
332
  msgid "Tag %s can be used to improve website code validation."
333
  msgstr "Тег %s может быть использован для улучшения валидации кода сайта."
334
 
335
- #: includes/class-fcbkbttn-settings.php:494
336
  msgid "URL to Like"
337
  msgstr "URL кнопки \"Нравится\""
338
 
339
- #: includes/class-fcbkbttn-settings.php:496
340
  msgid "Leave blank to use current page URL."
341
  msgstr "Оставьте пустым, чтобы использовать ссылку на текущую страницу."
342
 
343
- #: includes/class-fcbkbttn-settings.php:523
344
  msgid "Facebook Button Shortcode"
345
  msgstr "Шорткод Facebook Button"
346
 
347
- #: includes/class-fcbkbttn-settings.php:526
348
  msgid ""
349
  "Add Facebook button(-s) to your posts, pages, custom post types or widgets "
350
  "by using the following shortcode:"
@@ -352,15 +352,15 @@ msgstr ""
352
  "Добавить кнопки Facebook на ваши записи, страницы, пользовательские типы "
353
  "записей или виджеты с помощью данного шорткода:"
354
 
355
- #: includes/class-fcbkbttn-settings.php:545
356
  msgid "Facebook Buttons Preview"
357
  msgstr "Предварительный просмотр Facebook кнопок"
358
 
359
- #: includes/class-fcbkbttn-settings.php:559
360
  msgid "Display Settings"
361
  msgstr "Настройка отображения"
362
 
363
- #: includes/class-fcbkbttn-settings.php:568
364
  msgid ""
365
  "Please choose the necessary post types (or single pages) where Facebook "
366
  "button will be displayed:"
@@ -368,11 +368,11 @@ msgstr ""
368
  "Пожалуйста, выберите те типы записей (или отдельные страницы), где будут "
369
  "отображаться кнопки Facebook:"
370
 
371
- #: includes/class-fcbkbttn-settings.php:575
372
  msgid "Show URL for pages"
373
  msgstr "Отображать URL для страниц"
374
 
375
- #: includes/class-fcbkbttn-settings.php:581
376
  msgid "Example of site pages tree"
377
  msgstr "Пример дерева страниц сайта"
378
 
2
  msgstr ""
3
  "Project-Id-Version: facebook-button-plugin\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2018-04-24 11:42+0300\n"
6
+ "PO-Revision-Date: 2018-04-24 11:42+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"
21
  msgid "Facebook Button Settings"
22
  msgstr "Настройки Facebook Button"
23
 
24
+ #: facebook-button-plugin.php:37 facebook-button-plugin.php:458
25
+ #: facebook-button-plugin.php:472 includes/class-fcbkbttn-settings.php:23
26
  msgid "Settings"
27
  msgstr "Настройки"
28
 
34
  msgid "Please, enable JavaScript in your browser."
35
  msgstr "Пожалуйста, включите поддержку JavaScript в вашем браузере."
36
 
37
+ #: facebook-button-plugin.php:333
38
  msgid "Add Facebook buttons to your page or post"
39
  msgstr "Добавить Facebook кнопки на вашу страницу или запись"
40
 
41
+ #: facebook-button-plugin.php:474
42
  msgid "FAQ"
43
  msgstr "FAQ"
44
 
45
+ #: facebook-button-plugin.php:475
46
  msgid "Support"
47
  msgstr "Поддержка"
48
 
90
  msgid "Uploading Error: Check image properties"
91
  msgstr "Ошибка загрузки: Проверьте параметры изображения"
92
 
93
+ #: includes/class-fcbkbttn-settings.php:190
94
  msgid "General"
95
  msgstr "Общее"
96
 
97
+ #: includes/class-fcbkbttn-settings.php:193
98
  msgid "Change App ID"
99
  msgstr "Изменить App ID"
100
 
101
+ #: includes/class-fcbkbttn-settings.php:197
102
  msgid "You can use standard App ID or"
103
  msgstr "Вы можете использовать стандартный App ID или"
104
 
105
+ #: includes/class-fcbkbttn-settings.php:197
106
  msgid "create a new one"
107
  msgstr "создать свой собственный."
108
 
109
+ #: includes/class-fcbkbttn-settings.php:197
110
  msgid " Leave blank to use standard App ID."
111
  msgstr "Чтобы использовать стандартный App ID, оставьте это поле пустым."
112
 
113
+ #: includes/class-fcbkbttn-settings.php:201
114
  msgid "Buttons"
115
  msgstr "Кнопки"
116
 
117
+ #: includes/class-fcbkbttn-settings.php:204
118
  msgid "Profile URL"
119
  msgstr "URL профиля"
120
 
121
+ #: includes/class-fcbkbttn-settings.php:205
122
+ #: includes/class-fcbkbttn-settings.php:427
123
  msgid "Like"
124
  msgstr "Нравится"
125
 
126
+ #: includes/class-fcbkbttn-settings.php:206
127
  msgid "Share"
128
  msgstr "Поделиться"
129
 
130
+ #: includes/class-fcbkbttn-settings.php:211
131
  msgid "Buttons Size"
132
  msgstr "Размер кнопок"
133
 
134
+ #: includes/class-fcbkbttn-settings.php:214
135
  msgid "Small"
136
  msgstr "Маленькие"
137
 
138
+ #: includes/class-fcbkbttn-settings.php:215
139
  msgid "Large"
140
  msgstr "Большие"
141
 
142
+ #: includes/class-fcbkbttn-settings.php:220
143
  msgid "Buttons Position"
144
  msgstr "Позиция кнопок"
145
 
146
+ #: includes/class-fcbkbttn-settings.php:225
147
  msgid "Before content"
148
  msgstr "Перед содержимым"
149
 
150
+ #: includes/class-fcbkbttn-settings.php:230
151
  msgid "After content"
152
  msgstr "После содержимого"
153
 
154
+ #: includes/class-fcbkbttn-settings.php:236
155
  msgid "Buttons Align"
156
  msgstr "Выравнивание кнопок"
157
 
158
+ #: includes/class-fcbkbttn-settings.php:239
159
  msgid "Right"
160
  msgstr "Справа"
161
 
162
+ #: includes/class-fcbkbttn-settings.php:240
163
  msgid "Center"
164
  msgstr "По середине"
165
 
166
+ #: includes/class-fcbkbttn-settings.php:241
167
  msgid "Left"
168
  msgstr "Слева"
169
 
170
+ #: includes/class-fcbkbttn-settings.php:246
171
  msgid "Language"
172
  msgstr "Язык"
173
 
174
+ #: includes/class-fcbkbttn-settings.php:257
175
  msgid "Select the default language for Facebook button(-s)."
176
  msgstr "Выберите язык отображения по умолчанию для кнопок Facebook."
177
 
178
+ #: includes/class-fcbkbttn-settings.php:266
179
+ #: includes/class-fcbkbttn-settings.php:269
180
+ #: includes/class-fcbkbttn-settings.php:273
181
  msgid ""
182
  "Enable to switch language automatically on multilingual website using "
183
  "Multilanguage plugin."
185
  "Включите, чтобы переключить язык автоматически на многоязычном сайте, "
186
  "используя плагин Multilanguage."
187
 
188
+ #: includes/class-fcbkbttn-settings.php:269
189
  msgid "Activate"
190
  msgstr "Активировать"
191
 
192
+ #: includes/class-fcbkbttn-settings.php:273
193
  msgid "Install Now"
194
  msgstr "Установить сейчас"
195
 
196
+ #: includes/class-fcbkbttn-settings.php:278
197
  msgid "Excerpt"
198
  msgstr "Цитата"
199
 
200
+ #: includes/class-fcbkbttn-settings.php:280
201
  msgid "Enable to display buttons in excerpt."
202
  msgstr "Включите, чтоб отображать кнопки для цитаты."
203
 
204
+ #: includes/class-fcbkbttn-settings.php:288
205
+ #: includes/class-fcbkbttn-settings.php:485
206
+ #: includes/class-fcbkbttn-settings.php:539
207
  msgid "Close"
208
  msgstr "Закрыть"
209
 
210
+ #: includes/class-fcbkbttn-settings.php:292
211
  msgid "Meta Image"
212
  msgstr "Мета изображение"
213
 
214
+ #: includes/class-fcbkbttn-settings.php:297
215
  msgid "Featured Image"
216
  msgstr "Миниатюра записи"
217
 
218
+ #: includes/class-fcbkbttn-settings.php:301
219
  msgid "Custom Image"
220
  msgstr "Пользовательское изображение"
221
 
222
+ #: includes/class-fcbkbttn-settings.php:301
223
  msgid "This image will be used for all posts"
224
  msgstr "Это изображение будет использоваться для всех записей"
225
 
226
+ #: includes/class-fcbkbttn-settings.php:308
227
  msgid "Meta Description"
228
  msgstr "Мета описание"
229
 
230
+ #: includes/class-fcbkbttn-settings.php:312
231
  msgid ""
232
  "This description will be used for all pages and posts. Leave blank to use "
233
  "page description."
235
  "Это описание будет использоваться для всех записей и страниц. Оставьте "
236
  "пустым, чтобы использовать описание страницы."
237
 
238
+ #: includes/class-fcbkbttn-settings.php:320
239
  msgid "Profile URL Button"
240
  msgstr "Кнопка URL профиля"
241
 
242
+ #: includes/class-fcbkbttn-settings.php:323
243
  msgid "Facebook ID or Username"
244
  msgstr "Facebook ID или имя пользователя"
245
 
246
+ #: includes/class-fcbkbttn-settings.php:330
247
  msgid "Profile Button Image"
248
  msgstr "Изображение кнопки профиля"
249
 
250
+ #: includes/class-fcbkbttn-settings.php:337
251
  msgid "Default"
252
  msgstr "По умолчанию"
253
 
254
+ #: includes/class-fcbkbttn-settings.php:342
255
  msgid "Custom image"
256
  msgstr "Пользовательское изображение"
257
 
258
+ #: includes/class-fcbkbttn-settings.php:346
259
  msgid ""
260
  "To use custom image, You need to setup permissions for upload directory of "
261
  "your site"
263
  "Для использования пользовательского изображения, вам нужно выдать права "
264
  "доступа на папку загрузок на вашем сайте"
265
 
266
+ #: includes/class-fcbkbttn-settings.php:353
267
  msgid "Current image"
268
  msgstr "Текущее изображение"
269
 
270
+ #: includes/class-fcbkbttn-settings.php:361
271
  msgid ""
272
  "Image requirements: max image width: 100px; max image height: 40px; max "
273
  "image size: 32Kb; image types: \"jpg\", \"jpeg\", \"png\"."
275
  "Требования к изображению: максимальная ширина: 100px; максимальная высота: "
276
  "40px; максимальный размер: 32Kb; тип файла: \"jpg\", \"jpeg\", \"png\"."
277
 
278
+ #: includes/class-fcbkbttn-settings.php:365
279
  msgid "Like&Share Buttons"
280
  msgstr "Кнопки \"Нравится\" и \"Поделиться\""
281
 
282
+ #: includes/class-fcbkbttn-settings.php:368
283
  msgid "Like Button Layout"
284
  msgstr "Вид кнопки \"Нравится\""
285
 
286
+ #: includes/class-fcbkbttn-settings.php:391
287
  msgid "Share Button Layout"
288
  msgstr "Вид кнопки \"Поделиться\""
289
 
290
+ #: includes/class-fcbkbttn-settings.php:422
291
  msgid "Like Button Action"
292
  msgstr "Действие кнопки \"Нравится\""
293
 
294
+ #: includes/class-fcbkbttn-settings.php:432
295
  msgid "Recommend"
296
  msgstr "Рекомендую"
297
 
298
+ #: includes/class-fcbkbttn-settings.php:438
299
  msgid "Friends Faces"
300
  msgstr "Лица друзей"
301
 
302
+ #: includes/class-fcbkbttn-settings.php:441
303
  msgid "Enable to show faces of your friends who submitted the button."
304
  msgstr "Включите, чтобы показать лица своих друзей, которые нажали кнопку."
305
 
306
+ #: includes/class-fcbkbttn-settings.php:445
307
  msgid "Layout Width"
308
  msgstr "Ширина блока"
309
 
310
+ #: includes/class-fcbkbttn-settings.php:449
311
  msgid "px"
312
  msgstr "пикс"
313
 
314
+ #: includes/class-fcbkbttn-settings.php:454
315
  msgid "Theme"
316
  msgstr "Тема"
317
 
318
+ #: includes/class-fcbkbttn-settings.php:459
319
  msgid "Light"
320
  msgstr "Светлая"
321
 
322
+ #: includes/class-fcbkbttn-settings.php:464
323
  msgid "Dark"
324
  msgstr "Тёмная"
325
 
326
+ #: includes/class-fcbkbttn-settings.php:470
327
  msgid "Like Button HTML Tag"
328
  msgstr "HTML тег кнопки \"Нравится\""
329
 
330
+ #: includes/class-fcbkbttn-settings.php:477
331
  #, php-format
332
  msgid "Tag %s can be used to improve website code validation."
333
  msgstr "Тег %s может быть использован для улучшения валидации кода сайта."
334
 
335
+ #: includes/class-fcbkbttn-settings.php:489
336
  msgid "URL to Like"
337
  msgstr "URL кнопки \"Нравится\""
338
 
339
+ #: includes/class-fcbkbttn-settings.php:491
340
  msgid "Leave blank to use current page URL."
341
  msgstr "Оставьте пустым, чтобы использовать ссылку на текущую страницу."
342
 
343
+ #: includes/class-fcbkbttn-settings.php:518
344
  msgid "Facebook Button Shortcode"
345
  msgstr "Шорткод Facebook Button"
346
 
347
+ #: includes/class-fcbkbttn-settings.php:521
348
  msgid ""
349
  "Add Facebook button(-s) to your posts, pages, custom post types or widgets "
350
  "by using the following shortcode:"
352
  "Добавить кнопки Facebook на ваши записи, страницы, пользовательские типы "
353
  "записей или виджеты с помощью данного шорткода:"
354
 
355
+ #: includes/class-fcbkbttn-settings.php:540
356
  msgid "Facebook Buttons Preview"
357
  msgstr "Предварительный просмотр Facebook кнопок"
358
 
359
+ #: includes/class-fcbkbttn-settings.php:554
360
  msgid "Display Settings"
361
  msgstr "Настройка отображения"
362
 
363
+ #: includes/class-fcbkbttn-settings.php:563
364
  msgid ""
365
  "Please choose the necessary post types (or single pages) where Facebook "
366
  "button will be displayed:"
368
  "Пожалуйста, выберите те типы записей (или отдельные страницы), где будут "
369
  "отображаться кнопки Facebook:"
370
 
371
+ #: includes/class-fcbkbttn-settings.php:570
372
  msgid "Show URL for pages"
373
  msgstr "Отображать URL для страниц"
374
 
375
+ #: includes/class-fcbkbttn-settings.php:576
376
  msgid "Example of site pages tree"
377
  msgstr "Пример дерева страниц сайта"
378
 
languages/facebook-button-plugin-tr_TR.mo CHANGED
Binary file
languages/facebook-button-plugin-tr_TR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: facebook-button-plugin\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2018-01-16 14:36+0200\n"
6
- "PO-Revision-Date: 2018-01-16 14:37+0200\n"
7
  "Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: Can Atasever <webmaster@canatasever.com>\n"
9
  "Language: tr\n"
@@ -18,12 +18,12 @@ msgstr ""
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
  #: facebook-button-plugin.php:36 facebook-button-plugin.php:37
21
- #: facebook-button-plugin.php:207 includes/class-fcbkbttn-settings.php:179
22
  msgid "Facebook Button Settings"
23
  msgstr "Facebook Buton Ayarları"
24
 
25
- #: facebook-button-plugin.php:37 facebook-button-plugin.php:423
26
- #: facebook-button-plugin.php:437 includes/class-fcbkbttn-settings.php:23
27
  msgid "Settings"
28
  msgstr "Ayarlar"
29
 
@@ -31,20 +31,20 @@ msgstr "Ayarlar"
31
  msgid "Upgrade to Pro"
32
  msgstr ""
33
 
34
- #: facebook-button-plugin.php:208
35
  msgid "Please, enable JavaScript in your browser."
36
  msgstr ""
37
 
38
- #: facebook-button-plugin.php:310
39
  #, fuzzy
40
  msgid "Add Facebook buttons to your page or post"
41
  msgstr "Facebook Butonu pozisyonu"
42
 
43
- #: facebook-button-plugin.php:439
44
  msgid "FAQ"
45
  msgstr "SSS"
46
 
47
- #: facebook-button-plugin.php:440
48
  msgid "Support"
49
  msgstr "Destek"
50
 
@@ -67,173 +67,205 @@ msgstr "Özel Facebook görseli"
67
  msgid "License Key"
68
  msgstr "Hatalı lisans anahtarı"
69
 
70
- #: includes/class-fcbkbttn-settings.php:103
71
  msgid "Settings saved"
72
  msgstr "Ayarlar kaydedildi"
73
 
74
- #: includes/class-fcbkbttn-settings.php:132
75
  msgid "Error: File size must not exceed 32KB"
76
  msgstr ""
77
 
78
- #: includes/class-fcbkbttn-settings.php:135
79
  msgid "Error: Invalid file type"
80
  msgstr "HATA: Geçersiz dosya türü"
81
 
82
- #: includes/class-fcbkbttn-settings.php:141
83
  msgid "Upload successful."
84
  msgstr "Yükleme başarılı"
85
 
86
- #: includes/class-fcbkbttn-settings.php:149
87
  msgid "Error: Failed to move file."
88
  msgstr ""
89
 
90
- #: includes/class-fcbkbttn-settings.php:152
91
  msgid "Error: Check image width or height."
92
  msgstr ""
93
 
94
- #: includes/class-fcbkbttn-settings.php:156
95
  msgid "Uploading Error: Check image properties"
96
  msgstr ""
97
 
98
- #: includes/class-fcbkbttn-settings.php:182
99
  msgid "General"
100
  msgstr ""
101
 
102
- #: includes/class-fcbkbttn-settings.php:185
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
103
  #, fuzzy
104
  msgid "Buttons"
105
  msgstr "Facebook Butonu pozisyonu"
106
 
107
- #: includes/class-fcbkbttn-settings.php:188
108
  msgid "Profile URL"
109
  msgstr ""
110
 
111
- #: includes/class-fcbkbttn-settings.php:189
112
- #: includes/class-fcbkbttn-settings.php:401
113
  msgid "Like"
114
  msgstr "Beğen"
115
 
116
- #: includes/class-fcbkbttn-settings.php:190
117
  msgid "Share"
118
  msgstr "Paylaş"
119
 
120
- #: includes/class-fcbkbttn-settings.php:195
121
  msgid "Buttons Size"
122
  msgstr ""
123
 
124
- #: includes/class-fcbkbttn-settings.php:198
125
  msgid "Small"
126
  msgstr ""
127
 
128
- #: includes/class-fcbkbttn-settings.php:199
129
  msgid "Large"
130
  msgstr ""
131
 
132
- #: includes/class-fcbkbttn-settings.php:204
133
  #, fuzzy
134
  msgid "Buttons Position"
135
  msgstr "Facebook Butonu pozisyonu"
136
 
137
- #: includes/class-fcbkbttn-settings.php:209
138
  #, fuzzy
139
  msgid "Before content"
140
  msgstr "Önce ve Sonra"
141
 
142
- #: includes/class-fcbkbttn-settings.php:214
143
  msgid "After content"
144
  msgstr ""
145
 
146
- #: includes/class-fcbkbttn-settings.php:220
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
147
  msgid "Language"
148
  msgstr ""
149
 
150
- #: includes/class-fcbkbttn-settings.php:231
151
  #, fuzzy
152
  msgid "Select the default language for Facebook button(-s)."
153
  msgstr "Facebook Beğen butonunun dilini değiştirin"
154
 
155
- #: includes/class-fcbkbttn-settings.php:240
156
- #: includes/class-fcbkbttn-settings.php:243
157
- #: includes/class-fcbkbttn-settings.php:247
158
  msgid ""
159
  "Enable to switch language automatically on multilingual website using "
160
  "Multilanguage plugin."
161
  msgstr ""
162
 
163
- #: includes/class-fcbkbttn-settings.php:243
164
  msgid "Activate"
165
  msgstr ""
166
 
167
- #: includes/class-fcbkbttn-settings.php:247
168
  msgid "Install Now"
169
  msgstr ""
170
 
171
- #: includes/class-fcbkbttn-settings.php:252
172
  msgid "Excerpt"
173
  msgstr ""
174
 
175
- #: includes/class-fcbkbttn-settings.php:254
176
  #, fuzzy
177
  msgid "Enable to display buttons in excerpt."
178
  msgstr "Butonu Göster:"
179
 
180
- #: includes/class-fcbkbttn-settings.php:262
181
- #: includes/class-fcbkbttn-settings.php:455
182
- #: includes/class-fcbkbttn-settings.php:509
183
  msgid "Close"
184
  msgstr ""
185
 
186
- #: includes/class-fcbkbttn-settings.php:266
187
  #, fuzzy
188
  msgid "Meta Image"
189
  msgstr "Özel Facebook görseli"
190
 
191
- #: includes/class-fcbkbttn-settings.php:271
192
  msgid "Featured Image"
193
  msgstr ""
194
 
195
- #: includes/class-fcbkbttn-settings.php:275
196
  #, fuzzy
197
  msgid "Custom Image"
198
  msgstr "Özel Facebook görseli"
199
 
200
- #: includes/class-fcbkbttn-settings.php:275
201
  msgid "This image will be used for all posts"
202
  msgstr ""
203
 
204
- #: includes/class-fcbkbttn-settings.php:282
205
  msgid "Meta Description"
206
  msgstr ""
207
 
208
- #: includes/class-fcbkbttn-settings.php:286
209
  msgid ""
210
  "This description will be used for all pages and posts. Leave blank to use "
211
  "page description."
212
  msgstr ""
213
 
214
- #: includes/class-fcbkbttn-settings.php:294
215
  msgid "Profile URL Button"
216
  msgstr ""
217
 
218
- #: includes/class-fcbkbttn-settings.php:297
219
  #, fuzzy
220
  msgid "Facebook ID or Username"
221
  msgstr "Facebook ID&#39;niz:"
222
 
223
- #: includes/class-fcbkbttn-settings.php:304
224
  msgid "Profile Button Image"
225
  msgstr ""
226
 
227
- #: includes/class-fcbkbttn-settings.php:311
228
  msgid "Default"
229
  msgstr ""
230
 
231
- #: includes/class-fcbkbttn-settings.php:316
232
  #, fuzzy
233
  msgid "Custom image"
234
  msgstr "Özel Facebook görseli"
235
 
236
- #: includes/class-fcbkbttn-settings.php:320
237
  #, fuzzy
238
  msgid ""
239
  "To use custom image, You need to setup permissions for upload directory of "
@@ -242,103 +274,103 @@ msgstr ""
242
  "Özel görsel kullanmak için sitenizin dizinine yükleme yapılmasına izin "
243
  "vermelisiniz."
244
 
245
- #: includes/class-fcbkbttn-settings.php:327
246
  #, fuzzy
247
  msgid "Current image"
248
  msgstr "Şu anki görsel:"
249
 
250
- #: includes/class-fcbkbttn-settings.php:335
251
  msgid ""
252
  "Image requirements: max image width: 100px; max image height: 40px; max "
253
  "image size: 32Kb; image types: \"jpg\", \"jpeg\", \"png\"."
254
  msgstr ""
255
 
256
- #: includes/class-fcbkbttn-settings.php:339
257
  msgid "Like&Share Buttons"
258
  msgstr ""
259
 
260
- #: includes/class-fcbkbttn-settings.php:342
261
  msgid "Like Button Layout"
262
  msgstr ""
263
 
264
- #: includes/class-fcbkbttn-settings.php:365
265
  msgid "Share Button Layout"
266
  msgstr ""
267
 
268
- #: includes/class-fcbkbttn-settings.php:396
269
  msgid "Like Button Action"
270
  msgstr ""
271
 
272
- #: includes/class-fcbkbttn-settings.php:406
273
  msgid "Recommend"
274
  msgstr ""
275
 
276
- #: includes/class-fcbkbttn-settings.php:412
277
  msgid "Friends Faces"
278
  msgstr ""
279
 
280
- #: includes/class-fcbkbttn-settings.php:415
281
  msgid "Enable to show faces of your friends who submitted the button."
282
  msgstr ""
283
 
284
- #: includes/class-fcbkbttn-settings.php:419
285
  msgid "Layout Width"
286
  msgstr ""
287
 
288
- #: includes/class-fcbkbttn-settings.php:421
289
  msgid "px"
290
  msgstr ""
291
 
292
- #: includes/class-fcbkbttn-settings.php:425
293
  msgid "Theme"
294
  msgstr ""
295
 
296
- #: includes/class-fcbkbttn-settings.php:430
297
  msgid "Light"
298
  msgstr ""
299
 
300
- #: includes/class-fcbkbttn-settings.php:435
301
  msgid "Dark"
302
  msgstr ""
303
 
304
- #: includes/class-fcbkbttn-settings.php:441
305
  msgid "Like Button HTML Tag"
306
  msgstr ""
307
 
308
- #: includes/class-fcbkbttn-settings.php:447
309
  #, php-format
310
  msgid "Tag %s can be used to improve website code validation."
311
  msgstr ""
312
 
313
- #: includes/class-fcbkbttn-settings.php:459
314
  msgid "URL to Like"
315
  msgstr ""
316
 
317
- #: includes/class-fcbkbttn-settings.php:461
318
  msgid "Leave blank to use current page URL."
319
  msgstr ""
320
 
321
- #: includes/class-fcbkbttn-settings.php:488
322
  msgid "Facebook Button Shortcode"
323
  msgstr ""
324
 
325
- #: includes/class-fcbkbttn-settings.php:491
326
  msgid ""
327
  "Add Facebook button(-s) to your posts, pages, custom post types or widgets "
328
  "by using the following shortcode:"
329
  msgstr ""
330
 
331
- #: includes/class-fcbkbttn-settings.php:510
332
  #, fuzzy
333
  msgid "Facebook Buttons Preview"
334
  msgstr "Facebook Butonu"
335
 
336
- #: includes/class-fcbkbttn-settings.php:524
337
  #, fuzzy
338
  msgid "Display Settings"
339
  msgstr "Butonu Göster:"
340
 
341
- #: includes/class-fcbkbttn-settings.php:533
342
  msgid ""
343
  "Please choose the necessary post types (or single pages) where Facebook "
344
  "button will be displayed:"
@@ -346,11 +378,11 @@ msgstr ""
346
  "Lütfen Facebook butonunun gösterileceği yazı türlerini (ya da tek sayfaları) "
347
  "seçin."
348
 
349
- #: includes/class-fcbkbttn-settings.php:540
350
  msgid "Show URL for pages"
351
  msgstr "Sayfalar için URL göster"
352
 
353
- #: includes/class-fcbkbttn-settings.php:546
354
  msgid "Example of site pages tree"
355
  msgstr ""
356
 
2
  msgstr ""
3
  "Project-Id-Version: facebook-button-plugin\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2018-04-24 11:41+0300\n"
6
+ "PO-Revision-Date: 2018-04-24 11:42+0300\n"
7
  "Last-Translator: plugin@bestwebsoft.com <plugin@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:36 facebook-button-plugin.php:37
21
+ #: facebook-button-plugin.php:210 includes/class-fcbkbttn-settings.php:186
22
  msgid "Facebook Button Settings"
23
  msgstr "Facebook Buton Ayarları"
24
 
25
+ #: facebook-button-plugin.php:37 facebook-button-plugin.php:458
26
+ #: facebook-button-plugin.php:472 includes/class-fcbkbttn-settings.php:23
27
  msgid "Settings"
28
  msgstr "Ayarlar"
29
 
31
  msgid "Upgrade to Pro"
32
  msgstr ""
33
 
34
+ #: facebook-button-plugin.php:213
35
  msgid "Please, enable JavaScript in your browser."
36
  msgstr ""
37
 
38
+ #: facebook-button-plugin.php:333
39
  #, fuzzy
40
  msgid "Add Facebook buttons to your page or post"
41
  msgstr "Facebook Butonu pozisyonu"
42
 
43
+ #: facebook-button-plugin.php:474
44
  msgid "FAQ"
45
  msgstr "SSS"
46
 
47
+ #: facebook-button-plugin.php:475
48
  msgid "Support"
49
  msgstr "Destek"
50
 
67
  msgid "License Key"
68
  msgstr "Hatalı lisans anahtarı"
69
 
70
+ #: includes/class-fcbkbttn-settings.php:110
71
  msgid "Settings saved"
72
  msgstr "Ayarlar kaydedildi"
73
 
74
+ #: includes/class-fcbkbttn-settings.php:139
75
  msgid "Error: File size must not exceed 32KB"
76
  msgstr ""
77
 
78
+ #: includes/class-fcbkbttn-settings.php:142
79
  msgid "Error: Invalid file type"
80
  msgstr "HATA: Geçersiz dosya türü"
81
 
82
+ #: includes/class-fcbkbttn-settings.php:148
83
  msgid "Upload successful."
84
  msgstr "Yükleme başarılı"
85
 
86
+ #: includes/class-fcbkbttn-settings.php:156
87
  msgid "Error: Failed to move file."
88
  msgstr ""
89
 
90
+ #: includes/class-fcbkbttn-settings.php:159
91
  msgid "Error: Check image width or height."
92
  msgstr ""
93
 
94
+ #: includes/class-fcbkbttn-settings.php:163
95
  msgid "Uploading Error: Check image properties"
96
  msgstr ""
97
 
98
+ #: includes/class-fcbkbttn-settings.php:190
99
  msgid "General"
100
  msgstr ""
101
 
102
+ #: includes/class-fcbkbttn-settings.php:193
103
+ msgid "Change App ID"
104
+ msgstr ""
105
+
106
+ #: includes/class-fcbkbttn-settings.php:197
107
+ msgid "You can use standard App ID or"
108
+ msgstr ""
109
+
110
+ #: includes/class-fcbkbttn-settings.php:197
111
+ msgid "create a new one"
112
+ msgstr ""
113
+
114
+ #: includes/class-fcbkbttn-settings.php:197
115
+ msgid " Leave blank to use standard App ID."
116
+ msgstr ""
117
+
118
+ #: includes/class-fcbkbttn-settings.php:201
119
  #, fuzzy
120
  msgid "Buttons"
121
  msgstr "Facebook Butonu pozisyonu"
122
 
123
+ #: includes/class-fcbkbttn-settings.php:204
124
  msgid "Profile URL"
125
  msgstr ""
126
 
127
+ #: includes/class-fcbkbttn-settings.php:205
128
+ #: includes/class-fcbkbttn-settings.php:427
129
  msgid "Like"
130
  msgstr "Beğen"
131
 
132
+ #: includes/class-fcbkbttn-settings.php:206
133
  msgid "Share"
134
  msgstr "Paylaş"
135
 
136
+ #: includes/class-fcbkbttn-settings.php:211
137
  msgid "Buttons Size"
138
  msgstr ""
139
 
140
+ #: includes/class-fcbkbttn-settings.php:214
141
  msgid "Small"
142
  msgstr ""
143
 
144
+ #: includes/class-fcbkbttn-settings.php:215
145
  msgid "Large"
146
  msgstr ""
147
 
148
+ #: includes/class-fcbkbttn-settings.php:220
149
  #, fuzzy
150
  msgid "Buttons Position"
151
  msgstr "Facebook Butonu pozisyonu"
152
 
153
+ #: includes/class-fcbkbttn-settings.php:225
154
  #, fuzzy
155
  msgid "Before content"
156
  msgstr "Önce ve Sonra"
157
 
158
+ #: includes/class-fcbkbttn-settings.php:230
159
  msgid "After content"
160
  msgstr ""
161
 
162
+ #: includes/class-fcbkbttn-settings.php:236
163
+ msgid "Buttons Align"
164
+ msgstr ""
165
+
166
+ #: includes/class-fcbkbttn-settings.php:239
167
+ msgid "Right"
168
+ msgstr ""
169
+
170
+ #: includes/class-fcbkbttn-settings.php:240
171
+ msgid "Center"
172
+ msgstr ""
173
+
174
+ #: includes/class-fcbkbttn-settings.php:241
175
+ msgid "Left"
176
+ msgstr ""
177
+
178
+ #: includes/class-fcbkbttn-settings.php:246
179
  msgid "Language"
180
  msgstr ""
181
 
182
+ #: includes/class-fcbkbttn-settings.php:257
183
  #, fuzzy
184
  msgid "Select the default language for Facebook button(-s)."
185
  msgstr "Facebook Beğen butonunun dilini değiştirin"
186
 
187
+ #: includes/class-fcbkbttn-settings.php:266
188
+ #: includes/class-fcbkbttn-settings.php:269
189
+ #: includes/class-fcbkbttn-settings.php:273
190
  msgid ""
191
  "Enable to switch language automatically on multilingual website using "
192
  "Multilanguage plugin."
193
  msgstr ""
194
 
195
+ #: includes/class-fcbkbttn-settings.php:269
196
  msgid "Activate"
197
  msgstr ""
198
 
199
+ #: includes/class-fcbkbttn-settings.php:273
200
  msgid "Install Now"
201
  msgstr ""
202
 
203
+ #: includes/class-fcbkbttn-settings.php:278
204
  msgid "Excerpt"
205
  msgstr ""
206
 
207
+ #: includes/class-fcbkbttn-settings.php:280
208
  #, fuzzy
209
  msgid "Enable to display buttons in excerpt."
210
  msgstr "Butonu Göster:"
211
 
212
+ #: includes/class-fcbkbttn-settings.php:288
213
+ #: includes/class-fcbkbttn-settings.php:485
214
+ #: includes/class-fcbkbttn-settings.php:539
215
  msgid "Close"
216
  msgstr ""
217
 
218
+ #: includes/class-fcbkbttn-settings.php:292
219
  #, fuzzy
220
  msgid "Meta Image"
221
  msgstr "Özel Facebook görseli"
222
 
223
+ #: includes/class-fcbkbttn-settings.php:297
224
  msgid "Featured Image"
225
  msgstr ""
226
 
227
+ #: includes/class-fcbkbttn-settings.php:301
228
  #, fuzzy
229
  msgid "Custom Image"
230
  msgstr "Özel Facebook görseli"
231
 
232
+ #: includes/class-fcbkbttn-settings.php:301
233
  msgid "This image will be used for all posts"
234
  msgstr ""
235
 
236
+ #: includes/class-fcbkbttn-settings.php:308
237
  msgid "Meta Description"
238
  msgstr ""
239
 
240
+ #: includes/class-fcbkbttn-settings.php:312
241
  msgid ""
242
  "This description will be used for all pages and posts. Leave blank to use "
243
  "page description."
244
  msgstr ""
245
 
246
+ #: includes/class-fcbkbttn-settings.php:320
247
  msgid "Profile URL Button"
248
  msgstr ""
249
 
250
+ #: includes/class-fcbkbttn-settings.php:323
251
  #, fuzzy
252
  msgid "Facebook ID or Username"
253
  msgstr "Facebook ID&#39;niz:"
254
 
255
+ #: includes/class-fcbkbttn-settings.php:330
256
  msgid "Profile Button Image"
257
  msgstr ""
258
 
259
+ #: includes/class-fcbkbttn-settings.php:337
260
  msgid "Default"
261
  msgstr ""
262
 
263
+ #: includes/class-fcbkbttn-settings.php:342
264
  #, fuzzy
265
  msgid "Custom image"
266
  msgstr "Özel Facebook görseli"
267
 
268
+ #: includes/class-fcbkbttn-settings.php:346
269
  #, fuzzy
270
  msgid ""
271
  "To use custom image, You need to setup permissions for upload directory of "
274
  "Özel görsel kullanmak için sitenizin dizinine yükleme yapılmasına izin "
275
  "vermelisiniz."
276
 
277
+ #: includes/class-fcbkbttn-settings.php:353
278
  #, fuzzy
279
  msgid "Current image"
280
  msgstr "Şu anki görsel:"
281
 
282
+ #: includes/class-fcbkbttn-settings.php:361
283
  msgid ""
284
  "Image requirements: max image width: 100px; max image height: 40px; max "
285
  "image size: 32Kb; image types: \"jpg\", \"jpeg\", \"png\"."
286
  msgstr ""
287
 
288
+ #: includes/class-fcbkbttn-settings.php:365
289
  msgid "Like&Share Buttons"
290
  msgstr ""
291
 
292
+ #: includes/class-fcbkbttn-settings.php:368
293
  msgid "Like Button Layout"
294
  msgstr ""
295
 
296
+ #: includes/class-fcbkbttn-settings.php:391
297
  msgid "Share Button Layout"
298
  msgstr ""
299
 
300
+ #: includes/class-fcbkbttn-settings.php:422
301
  msgid "Like Button Action"
302
  msgstr ""
303
 
304
+ #: includes/class-fcbkbttn-settings.php:432
305
  msgid "Recommend"
306
  msgstr ""
307
 
308
+ #: includes/class-fcbkbttn-settings.php:438
309
  msgid "Friends Faces"
310
  msgstr ""
311
 
312
+ #: includes/class-fcbkbttn-settings.php:441
313
  msgid "Enable to show faces of your friends who submitted the button."
314
  msgstr ""
315
 
316
+ #: includes/class-fcbkbttn-settings.php:445
317
  msgid "Layout Width"
318
  msgstr ""
319
 
320
+ #: includes/class-fcbkbttn-settings.php:449
321
  msgid "px"
322
  msgstr ""
323
 
324
+ #: includes/class-fcbkbttn-settings.php:454
325
  msgid "Theme"
326
  msgstr ""
327
 
328
+ #: includes/class-fcbkbttn-settings.php:459
329
  msgid "Light"
330
  msgstr ""
331
 
332
+ #: includes/class-fcbkbttn-settings.php:464
333
  msgid "Dark"
334
  msgstr ""
335
 
336
+ #: includes/class-fcbkbttn-settings.php:470
337
  msgid "Like Button HTML Tag"
338
  msgstr ""
339
 
340
+ #: includes/class-fcbkbttn-settings.php:477
341
  #, php-format
342
  msgid "Tag %s can be used to improve website code validation."
343
  msgstr ""
344
 
345
+ #: includes/class-fcbkbttn-settings.php:489
346
  msgid "URL to Like"
347
  msgstr ""
348
 
349
+ #: includes/class-fcbkbttn-settings.php:491
350
  msgid "Leave blank to use current page URL."
351
  msgstr ""
352
 
353
+ #: includes/class-fcbkbttn-settings.php:518
354
  msgid "Facebook Button Shortcode"
355
  msgstr ""
356
 
357
+ #: includes/class-fcbkbttn-settings.php:521
358
  msgid ""
359
  "Add Facebook button(-s) to your posts, pages, custom post types or widgets "
360
  "by using the following shortcode:"
361
  msgstr ""
362
 
363
+ #: includes/class-fcbkbttn-settings.php:540
364
  #, fuzzy
365
  msgid "Facebook Buttons Preview"
366
  msgstr "Facebook Butonu"
367
 
368
+ #: includes/class-fcbkbttn-settings.php:554
369
  #, fuzzy
370
  msgid "Display Settings"
371
  msgstr "Butonu Göster:"
372
 
373
+ #: includes/class-fcbkbttn-settings.php:563
374
  msgid ""
375
  "Please choose the necessary post types (or single pages) where Facebook "
376
  "button will be displayed:"
378
  "Lütfen Facebook butonunun gösterileceği yazı türlerini (ya da tek sayfaları) "
379
  "seçin."
380
 
381
+ #: includes/class-fcbkbttn-settings.php:570
382
  msgid "Show URL for pages"
383
  msgstr "Sayfalar için URL göster"
384
 
385
+ #: includes/class-fcbkbttn-settings.php:576
386
  msgid "Example of site pages tree"
387
  msgstr ""
388
 
languages/facebook-button-plugin-uk.mo CHANGED
Binary file
languages/facebook-button-plugin-uk.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: facebook-button-plugin\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2018-02-12 14:52+0200\n"
6
- "PO-Revision-Date: 2018-02-12 14:54+0200\n"
7
  "Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: BestWebSoft <plugin@bestwebsoft.com>\n"
9
  "Language: uk\n"
@@ -19,12 +19,12 @@ msgstr ""
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
  #: facebook-button-plugin.php:36 facebook-button-plugin.php:37
22
- #: facebook-button-plugin.php:211 includes/class-fcbkbttn-settings.php:186
23
  msgid "Facebook Button Settings"
24
  msgstr "Налаштування Facebook Button"
25
 
26
- #: facebook-button-plugin.php:37 facebook-button-plugin.php:435
27
- #: facebook-button-plugin.php:449 includes/class-fcbkbttn-settings.php:23
28
  msgid "Settings"
29
  msgstr "Налаштування"
30
 
@@ -32,19 +32,19 @@ msgstr "Налаштування"
32
  msgid "Upgrade to Pro"
33
  msgstr "Оновитися до Pro"
34
 
35
- #: facebook-button-plugin.php:212
36
  msgid "Please, enable JavaScript in your browser."
37
  msgstr "Будь ласка, активуйте JavaScript у Вашому браузері."
38
 
39
- #: facebook-button-plugin.php:320
40
  msgid "Add Facebook buttons to your page or post"
41
  msgstr "Додати кнопки Facebook на вашу сторінку або запис"
42
 
43
- #: facebook-button-plugin.php:451
44
  msgid "FAQ"
45
  msgstr "FAQ"
46
 
47
- #: facebook-button-plugin.php:452
48
  msgid "Support"
49
  msgstr "Підтримка"
50
 
@@ -92,94 +92,94 @@ msgstr "Помилка: Перевірте ширину або висоту зо
92
  msgid "Uploading Error: Check image properties"
93
  msgstr "Помилка завантаження: Перевірте властивості зображення"
94
 
95
- #: includes/class-fcbkbttn-settings.php:195
96
  msgid "General"
97
  msgstr "Загальне"
98
 
99
- #: includes/class-fcbkbttn-settings.php:198
100
  msgid "Change App ID"
101
  msgstr "Змінити App ID"
102
 
103
- #: includes/class-fcbkbttn-settings.php:202
104
  msgid "You can use standard App ID or"
105
  msgstr "Ви можете використовувати стандартний App ID або"
106
 
107
- #: includes/class-fcbkbttn-settings.php:202
108
  msgid "create a new one"
109
  msgstr "створити свій власний."
110
 
111
- #: includes/class-fcbkbttn-settings.php:202
112
  msgid " Leave blank to use standard App ID."
113
  msgstr "Щоб використовувати стандартний App ID, залиште це поле порожнім."
114
 
115
- #: includes/class-fcbkbttn-settings.php:206
116
  msgid "Buttons"
117
  msgstr "Кнопки"
118
 
119
- #: includes/class-fcbkbttn-settings.php:209
120
  msgid "Profile URL"
121
  msgstr "URL профілю"
122
 
123
- #: includes/class-fcbkbttn-settings.php:210
124
- #: includes/class-fcbkbttn-settings.php:432
125
  msgid "Like"
126
  msgstr "Подобається"
127
 
128
- #: includes/class-fcbkbttn-settings.php:211
129
  msgid "Share"
130
  msgstr "Поширити"
131
 
132
- #: includes/class-fcbkbttn-settings.php:216
133
  msgid "Buttons Size"
134
  msgstr "Розмiр кнопок"
135
 
136
- #: includes/class-fcbkbttn-settings.php:219
137
  msgid "Small"
138
  msgstr "Малi"
139
 
140
- #: includes/class-fcbkbttn-settings.php:220
141
  msgid "Large"
142
  msgstr "Великi"
143
 
144
- #: includes/class-fcbkbttn-settings.php:225
145
  msgid "Buttons Position"
146
  msgstr "Розташування кнопок"
147
 
148
- #: includes/class-fcbkbttn-settings.php:230
149
  msgid "Before content"
150
  msgstr "Перед вмістом"
151
 
152
- #: includes/class-fcbkbttn-settings.php:235
153
  msgid "After content"
154
  msgstr "Після вмісту"
155
 
156
- #: includes/class-fcbkbttn-settings.php:241
157
  msgid "Buttons Align"
158
  msgstr "Вирівнювання кнопок"
159
 
160
- #: includes/class-fcbkbttn-settings.php:244
161
  msgid "Right"
162
  msgstr "Зправа"
163
 
164
- #: includes/class-fcbkbttn-settings.php:245
165
  msgid "Center"
166
  msgstr "По середині"
167
 
168
- #: includes/class-fcbkbttn-settings.php:246
169
  msgid "Left"
170
  msgstr "Зліва"
171
 
172
- #: includes/class-fcbkbttn-settings.php:251
173
  msgid "Language"
174
  msgstr "Мова"
175
 
176
- #: includes/class-fcbkbttn-settings.php:262
177
  msgid "Select the default language for Facebook button(-s)."
178
  msgstr "Оберіть мову за замовчуванням для кнопок Facebook."
179
 
180
- #: includes/class-fcbkbttn-settings.php:271
181
- #: includes/class-fcbkbttn-settings.php:274
182
- #: includes/class-fcbkbttn-settings.php:278
183
  msgid ""
184
  "Enable to switch language automatically on multilingual website using "
185
  "Multilanguage plugin."
@@ -187,49 +187,49 @@ msgstr ""
187
  "Включiть, щоб перемкнути мову автоматично на багатомовному сайті, "
188
  "використовуючи плагін Multilanguage."
189
 
190
- #: includes/class-fcbkbttn-settings.php:274
191
  msgid "Activate"
192
  msgstr "Активувати"
193
 
194
- #: includes/class-fcbkbttn-settings.php:278
195
  msgid "Install Now"
196
  msgstr "Встановити зараз"
197
 
198
- #: includes/class-fcbkbttn-settings.php:283
199
  msgid "Excerpt"
200
  msgstr "Уривок"
201
 
202
- #: includes/class-fcbkbttn-settings.php:285
203
  msgid "Enable to display buttons in excerpt."
204
  msgstr "Ввімкнути для відображення кнопок в уривку."
205
 
206
- #: includes/class-fcbkbttn-settings.php:293
207
- #: includes/class-fcbkbttn-settings.php:486
208
- #: includes/class-fcbkbttn-settings.php:540
209
  msgid "Close"
210
  msgstr "Закрити"
211
 
212
- #: includes/class-fcbkbttn-settings.php:297
213
  msgid "Meta Image"
214
  msgstr "Мета зображення"
215
 
216
- #: includes/class-fcbkbttn-settings.php:302
217
  msgid "Featured Image"
218
  msgstr "Головне зображення"
219
 
220
- #: includes/class-fcbkbttn-settings.php:306
221
  msgid "Custom Image"
222
  msgstr "Користувацьке зображення"
223
 
224
- #: includes/class-fcbkbttn-settings.php:306
225
  msgid "This image will be used for all posts"
226
  msgstr "Це зображення буде використовуватися для всiх записiв"
227
 
228
- #: includes/class-fcbkbttn-settings.php:313
229
  msgid "Meta Description"
230
  msgstr "Мета опис"
231
 
232
- #: includes/class-fcbkbttn-settings.php:317
233
  msgid ""
234
  "This description will be used for all pages and posts. Leave blank to use "
235
  "page description."
@@ -237,27 +237,27 @@ msgstr ""
237
  "Цей опис буде використовуватися для всіх записів і сторінок. Залиште "
238
  "порожнім, щоб використовувати опис сторінки."
239
 
240
- #: includes/class-fcbkbttn-settings.php:325
241
  msgid "Profile URL Button"
242
  msgstr "Кнопка URL профілю"
243
 
244
- #: includes/class-fcbkbttn-settings.php:328
245
  msgid "Facebook ID or Username"
246
  msgstr "Facebook ID або Ім'я користувача"
247
 
248
- #: includes/class-fcbkbttn-settings.php:335
249
  msgid "Profile Button Image"
250
  msgstr "Зображення кнопки профілю"
251
 
252
- #: includes/class-fcbkbttn-settings.php:342
253
  msgid "Default"
254
  msgstr "За замовчуванням"
255
 
256
- #: includes/class-fcbkbttn-settings.php:347
257
  msgid "Custom image"
258
  msgstr "Користувацьке зображення"
259
 
260
- #: includes/class-fcbkbttn-settings.php:351
261
  msgid ""
262
  "To use custom image, You need to setup permissions for upload directory of "
263
  "your site"
@@ -265,11 +265,11 @@ msgstr ""
265
  "Для використання користувацького зображення, вам необхідно видати права "
266
  "доступу на папку завантажень на вашому сайті"
267
 
268
- #: includes/class-fcbkbttn-settings.php:358
269
  msgid "Current image"
270
  msgstr "Поточне зображення"
271
 
272
- #: includes/class-fcbkbttn-settings.php:366
273
  msgid ""
274
  "Image requirements: max image width: 100px; max image height: 40px; max "
275
  "image size: 32Kb; image types: \"jpg\", \"jpeg\", \"png\"."
@@ -278,76 +278,76 @@ msgstr ""
278
  "висота зображення: 40px; максимальний розмір зображення: 32Kb; типи "
279
  "зображеннь : \"jpg\", \"jpeg\", \"png\"."
280
 
281
- #: includes/class-fcbkbttn-settings.php:370
282
  msgid "Like&Share Buttons"
283
  msgstr "Кнопки \"Подобається\" та \"Поширити\""
284
 
285
- #: includes/class-fcbkbttn-settings.php:373
286
  msgid "Like Button Layout"
287
  msgstr "Вид кнопки \"Подобається\""
288
 
289
- #: includes/class-fcbkbttn-settings.php:396
290
  msgid "Share Button Layout"
291
  msgstr "Вид кнопки \"Поширити\""
292
 
293
- #: includes/class-fcbkbttn-settings.php:427
294
  msgid "Like Button Action"
295
  msgstr "Дія кнопки \"Подобається\""
296
 
297
- #: includes/class-fcbkbttn-settings.php:437
298
  msgid "Recommend"
299
  msgstr "Рекомендую"
300
 
301
- #: includes/class-fcbkbttn-settings.php:443
302
  msgid "Friends Faces"
303
  msgstr "Обличчя друзів"
304
 
305
- #: includes/class-fcbkbttn-settings.php:446
306
  msgid "Enable to show faces of your friends who submitted the button."
307
  msgstr "Включiть, щоб показати обличчя своїх друзів, які натиснули кнопку."
308
 
309
- #: includes/class-fcbkbttn-settings.php:450
310
  msgid "Layout Width"
311
  msgstr "Ширина блоку"
312
 
313
- #: includes/class-fcbkbttn-settings.php:452
314
  msgid "px"
315
  msgstr "пікс"
316
 
317
- #: includes/class-fcbkbttn-settings.php:456
318
  msgid "Theme"
319
  msgstr "Тема"
320
 
321
- #: includes/class-fcbkbttn-settings.php:461
322
  msgid "Light"
323
  msgstr "Світла"
324
 
325
- #: includes/class-fcbkbttn-settings.php:466
326
  msgid "Dark"
327
  msgstr "Темна"
328
 
329
- #: includes/class-fcbkbttn-settings.php:472
330
  msgid "Like Button HTML Tag"
331
  msgstr "HTML тег кнопки \"Подобається\""
332
 
333
- #: includes/class-fcbkbttn-settings.php:478
334
  #, php-format
335
  msgid "Tag %s can be used to improve website code validation."
336
  msgstr "Тег %s може бути використаний для поліпшення валідації коду сайту."
337
 
338
- #: includes/class-fcbkbttn-settings.php:490
339
  msgid "URL to Like"
340
  msgstr "URL кнопки \"Подобається\""
341
 
342
- #: includes/class-fcbkbttn-settings.php:492
343
  msgid "Leave blank to use current page URL."
344
  msgstr "Залиште порожнім, щоб використовувати посилання на поточну сторінку."
345
 
346
- #: includes/class-fcbkbttn-settings.php:519
347
  msgid "Facebook Button Shortcode"
348
  msgstr "Шорткод Facebook Button"
349
 
350
- #: includes/class-fcbkbttn-settings.php:522
351
  msgid ""
352
  "Add Facebook button(-s) to your posts, pages, custom post types or widgets "
353
  "by using the following shortcode:"
@@ -355,15 +355,15 @@ msgstr ""
355
  "Додати кнопки Facebook на ваші записи, сторінки, користувацькі типи записів "
356
  "або віджети за допомогою даного шорткода:"
357
 
358
- #: includes/class-fcbkbttn-settings.php:541
359
  msgid "Facebook Buttons Preview"
360
  msgstr "Попередній перегляд Facebook кнопок"
361
 
362
- #: includes/class-fcbkbttn-settings.php:555
363
  msgid "Display Settings"
364
  msgstr "Налаштування відображення"
365
 
366
- #: includes/class-fcbkbttn-settings.php:564
367
  msgid ""
368
  "Please choose the necessary post types (or single pages) where Facebook "
369
  "button will be displayed:"
@@ -371,11 +371,11 @@ msgstr ""
371
  "Будь ласка, оберіть необхідні типи записів (чи сторінок), де буде "
372
  "відображатися кнопка Facebook"
373
 
374
- #: includes/class-fcbkbttn-settings.php:571
375
  msgid "Show URL for pages"
376
  msgstr "Відображати URL сторінок"
377
 
378
- #: includes/class-fcbkbttn-settings.php:577
379
  msgid "Example of site pages tree"
380
  msgstr "Приклад дерева сторінок сайту"
381
 
2
  msgstr ""
3
  "Project-Id-Version: facebook-button-plugin\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2018-04-24 11:41+0300\n"
6
+ "PO-Revision-Date: 2018-04-24 11:41+0300\n"
7
  "Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: BestWebSoft <plugin@bestwebsoft.com>\n"
9
  "Language: uk\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
  #: facebook-button-plugin.php:36 facebook-button-plugin.php:37
22
+ #: facebook-button-plugin.php:210 includes/class-fcbkbttn-settings.php:186
23
  msgid "Facebook Button Settings"
24
  msgstr "Налаштування Facebook Button"
25
 
26
+ #: facebook-button-plugin.php:37 facebook-button-plugin.php:458
27
+ #: facebook-button-plugin.php:472 includes/class-fcbkbttn-settings.php:23
28
  msgid "Settings"
29
  msgstr "Налаштування"
30
 
32
  msgid "Upgrade to Pro"
33
  msgstr "Оновитися до Pro"
34
 
35
+ #: facebook-button-plugin.php:213
36
  msgid "Please, enable JavaScript in your browser."
37
  msgstr "Будь ласка, активуйте JavaScript у Вашому браузері."
38
 
39
+ #: facebook-button-plugin.php:333
40
  msgid "Add Facebook buttons to your page or post"
41
  msgstr "Додати кнопки Facebook на вашу сторінку або запис"
42
 
43
+ #: facebook-button-plugin.php:474
44
  msgid "FAQ"
45
  msgstr "FAQ"
46
 
47
+ #: facebook-button-plugin.php:475
48
  msgid "Support"
49
  msgstr "Підтримка"
50
 
92
  msgid "Uploading Error: Check image properties"
93
  msgstr "Помилка завантаження: Перевірте властивості зображення"
94
 
95
+ #: includes/class-fcbkbttn-settings.php:190
96
  msgid "General"
97
  msgstr "Загальне"
98
 
99
+ #: includes/class-fcbkbttn-settings.php:193
100
  msgid "Change App ID"
101
  msgstr "Змінити App ID"
102
 
103
+ #: includes/class-fcbkbttn-settings.php:197
104
  msgid "You can use standard App ID or"
105
  msgstr "Ви можете використовувати стандартний App ID або"
106
 
107
+ #: includes/class-fcbkbttn-settings.php:197
108
  msgid "create a new one"
109
  msgstr "створити свій власний."
110
 
111
+ #: includes/class-fcbkbttn-settings.php:197
112
  msgid " Leave blank to use standard App ID."
113
  msgstr "Щоб використовувати стандартний App ID, залиште це поле порожнім."
114
 
115
+ #: includes/class-fcbkbttn-settings.php:201
116
  msgid "Buttons"
117
  msgstr "Кнопки"
118
 
119
+ #: includes/class-fcbkbttn-settings.php:204
120
  msgid "Profile URL"
121
  msgstr "URL профілю"
122
 
123
+ #: includes/class-fcbkbttn-settings.php:205
124
+ #: includes/class-fcbkbttn-settings.php:427
125
  msgid "Like"
126
  msgstr "Подобається"
127
 
128
+ #: includes/class-fcbkbttn-settings.php:206
129
  msgid "Share"
130
  msgstr "Поширити"
131
 
132
+ #: includes/class-fcbkbttn-settings.php:211
133
  msgid "Buttons Size"
134
  msgstr "Розмiр кнопок"
135
 
136
+ #: includes/class-fcbkbttn-settings.php:214
137
  msgid "Small"
138
  msgstr "Малi"
139
 
140
+ #: includes/class-fcbkbttn-settings.php:215
141
  msgid "Large"
142
  msgstr "Великi"
143
 
144
+ #: includes/class-fcbkbttn-settings.php:220
145
  msgid "Buttons Position"
146
  msgstr "Розташування кнопок"
147
 
148
+ #: includes/class-fcbkbttn-settings.php:225
149
  msgid "Before content"
150
  msgstr "Перед вмістом"
151
 
152
+ #: includes/class-fcbkbttn-settings.php:230
153
  msgid "After content"
154
  msgstr "Після вмісту"
155
 
156
+ #: includes/class-fcbkbttn-settings.php:236
157
  msgid "Buttons Align"
158
  msgstr "Вирівнювання кнопок"
159
 
160
+ #: includes/class-fcbkbttn-settings.php:239
161
  msgid "Right"
162
  msgstr "Зправа"
163
 
164
+ #: includes/class-fcbkbttn-settings.php:240
165
  msgid "Center"
166
  msgstr "По середині"
167
 
168
+ #: includes/class-fcbkbttn-settings.php:241
169
  msgid "Left"
170
  msgstr "Зліва"
171
 
172
+ #: includes/class-fcbkbttn-settings.php:246
173
  msgid "Language"
174
  msgstr "Мова"
175
 
176
+ #: includes/class-fcbkbttn-settings.php:257
177
  msgid "Select the default language for Facebook button(-s)."
178
  msgstr "Оберіть мову за замовчуванням для кнопок Facebook."
179
 
180
+ #: includes/class-fcbkbttn-settings.php:266
181
+ #: includes/class-fcbkbttn-settings.php:269
182
+ #: includes/class-fcbkbttn-settings.php:273
183
  msgid ""
184
  "Enable to switch language automatically on multilingual website using "
185
  "Multilanguage plugin."
187
  "Включiть, щоб перемкнути мову автоматично на багатомовному сайті, "
188
  "використовуючи плагін Multilanguage."
189
 
190
+ #: includes/class-fcbkbttn-settings.php:269
191
  msgid "Activate"
192
  msgstr "Активувати"
193
 
194
+ #: includes/class-fcbkbttn-settings.php:273
195
  msgid "Install Now"
196
  msgstr "Встановити зараз"
197
 
198
+ #: includes/class-fcbkbttn-settings.php:278
199
  msgid "Excerpt"
200
  msgstr "Уривок"
201
 
202
+ #: includes/class-fcbkbttn-settings.php:280
203
  msgid "Enable to display buttons in excerpt."
204
  msgstr "Ввімкнути для відображення кнопок в уривку."
205
 
206
+ #: includes/class-fcbkbttn-settings.php:288
207
+ #: includes/class-fcbkbttn-settings.php:485
208
+ #: includes/class-fcbkbttn-settings.php:539
209
  msgid "Close"
210
  msgstr "Закрити"
211
 
212
+ #: includes/class-fcbkbttn-settings.php:292
213
  msgid "Meta Image"
214
  msgstr "Мета зображення"
215
 
216
+ #: includes/class-fcbkbttn-settings.php:297
217
  msgid "Featured Image"
218
  msgstr "Головне зображення"
219
 
220
+ #: includes/class-fcbkbttn-settings.php:301
221
  msgid "Custom Image"
222
  msgstr "Користувацьке зображення"
223
 
224
+ #: includes/class-fcbkbttn-settings.php:301
225
  msgid "This image will be used for all posts"
226
  msgstr "Це зображення буде використовуватися для всiх записiв"
227
 
228
+ #: includes/class-fcbkbttn-settings.php:308
229
  msgid "Meta Description"
230
  msgstr "Мета опис"
231
 
232
+ #: includes/class-fcbkbttn-settings.php:312
233
  msgid ""
234
  "This description will be used for all pages and posts. Leave blank to use "
235
  "page description."
237
  "Цей опис буде використовуватися для всіх записів і сторінок. Залиште "
238
  "порожнім, щоб використовувати опис сторінки."
239
 
240
+ #: includes/class-fcbkbttn-settings.php:320
241
  msgid "Profile URL Button"
242
  msgstr "Кнопка URL профілю"
243
 
244
+ #: includes/class-fcbkbttn-settings.php:323
245
  msgid "Facebook ID or Username"
246
  msgstr "Facebook ID або Ім'я користувача"
247
 
248
+ #: includes/class-fcbkbttn-settings.php:330
249
  msgid "Profile Button Image"
250
  msgstr "Зображення кнопки профілю"
251
 
252
+ #: includes/class-fcbkbttn-settings.php:337
253
  msgid "Default"
254
  msgstr "За замовчуванням"
255
 
256
+ #: includes/class-fcbkbttn-settings.php:342
257
  msgid "Custom image"
258
  msgstr "Користувацьке зображення"
259
 
260
+ #: includes/class-fcbkbttn-settings.php:346
261
  msgid ""
262
  "To use custom image, You need to setup permissions for upload directory of "
263
  "your site"
265
  "Для використання користувацького зображення, вам необхідно видати права "
266
  "доступу на папку завантажень на вашому сайті"
267
 
268
+ #: includes/class-fcbkbttn-settings.php:353
269
  msgid "Current image"
270
  msgstr "Поточне зображення"
271
 
272
+ #: includes/class-fcbkbttn-settings.php:361
273
  msgid ""
274
  "Image requirements: max image width: 100px; max image height: 40px; max "
275
  "image size: 32Kb; image types: \"jpg\", \"jpeg\", \"png\"."
278
  "висота зображення: 40px; максимальний розмір зображення: 32Kb; типи "
279
  "зображеннь : \"jpg\", \"jpeg\", \"png\"."
280
 
281
+ #: includes/class-fcbkbttn-settings.php:365
282
  msgid "Like&Share Buttons"
283
  msgstr "Кнопки \"Подобається\" та \"Поширити\""
284
 
285
+ #: includes/class-fcbkbttn-settings.php:368
286
  msgid "Like Button Layout"
287
  msgstr "Вид кнопки \"Подобається\""
288
 
289
+ #: includes/class-fcbkbttn-settings.php:391
290
  msgid "Share Button Layout"
291
  msgstr "Вид кнопки \"Поширити\""
292
 
293
+ #: includes/class-fcbkbttn-settings.php:422
294
  msgid "Like Button Action"
295
  msgstr "Дія кнопки \"Подобається\""
296
 
297
+ #: includes/class-fcbkbttn-settings.php:432
298
  msgid "Recommend"
299
  msgstr "Рекомендую"
300
 
301
+ #: includes/class-fcbkbttn-settings.php:438
302
  msgid "Friends Faces"
303
  msgstr "Обличчя друзів"
304
 
305
+ #: includes/class-fcbkbttn-settings.php:441
306
  msgid "Enable to show faces of your friends who submitted the button."
307
  msgstr "Включiть, щоб показати обличчя своїх друзів, які натиснули кнопку."
308
 
309
+ #: includes/class-fcbkbttn-settings.php:445
310
  msgid "Layout Width"
311
  msgstr "Ширина блоку"
312
 
313
+ #: includes/class-fcbkbttn-settings.php:449
314
  msgid "px"
315
  msgstr "пікс"
316
 
317
+ #: includes/class-fcbkbttn-settings.php:454
318
  msgid "Theme"
319
  msgstr "Тема"
320
 
321
+ #: includes/class-fcbkbttn-settings.php:459
322
  msgid "Light"
323
  msgstr "Світла"
324
 
325
+ #: includes/class-fcbkbttn-settings.php:464
326
  msgid "Dark"
327
  msgstr "Темна"
328
 
329
+ #: includes/class-fcbkbttn-settings.php:470
330
  msgid "Like Button HTML Tag"
331
  msgstr "HTML тег кнопки \"Подобається\""
332
 
333
+ #: includes/class-fcbkbttn-settings.php:477
334
  #, php-format
335
  msgid "Tag %s can be used to improve website code validation."
336
  msgstr "Тег %s може бути використаний для поліпшення валідації коду сайту."
337
 
338
+ #: includes/class-fcbkbttn-settings.php:489
339
  msgid "URL to Like"
340
  msgstr "URL кнопки \"Подобається\""
341
 
342
+ #: includes/class-fcbkbttn-settings.php:491
343
  msgid "Leave blank to use current page URL."
344
  msgstr "Залиште порожнім, щоб використовувати посилання на поточну сторінку."
345
 
346
+ #: includes/class-fcbkbttn-settings.php:518
347
  msgid "Facebook Button Shortcode"
348
  msgstr "Шорткод Facebook Button"
349
 
350
+ #: includes/class-fcbkbttn-settings.php:521
351
  msgid ""
352
  "Add Facebook button(-s) to your posts, pages, custom post types or widgets "
353
  "by using the following shortcode:"
355
  "Додати кнопки Facebook на ваші записи, сторінки, користувацькі типи записів "
356
  "або віджети за допомогою даного шорткода:"
357
 
358
+ #: includes/class-fcbkbttn-settings.php:540
359
  msgid "Facebook Buttons Preview"
360
  msgstr "Попередній перегляд Facebook кнопок"
361
 
362
+ #: includes/class-fcbkbttn-settings.php:554
363
  msgid "Display Settings"
364
  msgstr "Налаштування відображення"
365
 
366
+ #: includes/class-fcbkbttn-settings.php:563
367
  msgid ""
368
  "Please choose the necessary post types (or single pages) where Facebook "
369
  "button will be displayed:"
371
  "Будь ласка, оберіть необхідні типи записів (чи сторінок), де буде "
372
  "відображатися кнопка Facebook"
373
 
374
+ #: includes/class-fcbkbttn-settings.php:570
375
  msgid "Show URL for pages"
376
  msgstr "Відображати URL сторінок"
377
 
378
+ #: includes/class-fcbkbttn-settings.php:576
379
  msgid "Example of site pages tree"
380
  msgstr "Приклад дерева сторінок сайту"
381
 
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: bestwebsoft
3
  Donate link: https://bestwebsoft.com/donate/
4
  Tags: facebook buttons, share, like, add share button, social buttons, facebook, facebook button icon, follow, follow button, like button, share button, facebook plugin
5
  Requires at least: 3.9
6
- Tested up to: 4.9.4
7
- Stable tag: 2.58
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -26,20 +26,20 @@ https://www.youtube.com/watch?v=hGNQs-rF8b8
26
  * Like
27
  * Share
28
  * Follow
29
- * Сhange Facebook App ID [NEW]
30
  * Change color scheme for Share button
31
  * Select layout for Like and Share buttons:
32
  * Standard
33
  * Box count
34
  * Button count
35
  * Button
36
- * Select buttons
37
  * Position:
38
  * Before content
39
  * After content
40
  * Before and after
41
  * Custom position (using shortcode)
42
- * Align: [NEW]
43
  * Right
44
  * Left
45
  * Center
@@ -162,8 +162,13 @@ Please make sure that the problem hasn't been discussed yet on our forum (<https
162
 
163
  == Changelog ==
164
 
 
 
 
 
 
165
  = V2.58 - 12.03.2018 =
166
- * Bugfix : Bug with incorrect Facebook buttons displaying was fixed
167
 
168
  = V2.57 - 09.03.2018 =
169
  * NEW : Ability to change buttons align has been added.
@@ -255,7 +260,7 @@ Please make sure that the problem hasn't been discussed yet on our forum (<https
255
  * Update : BWS plugins section is updated.
256
 
257
  = V2.34 - 13.08.2014 =
258
- * Budfix : Security Exploit was fixed.
259
 
260
  = V2.33 - 06.08.2014 =
261
  * Update : We updated all functionality for wordpress 4.0-beta2.
@@ -273,7 +278,7 @@ Please make sure that the problem hasn't been discussed yet on our forum (<https
273
  * Update : We updated all functionality for wordpress 3.8.2.
274
 
275
  = V2.29 - 03.03.2014 =
276
- * Budfix : Plugin optimization is done.
277
  * Update : Plugin tabs is added.
278
 
279
  = V2.28 - 13.02.2014 =
@@ -281,9 +286,9 @@ Please make sure that the problem hasn't been discussed yet on our forum (<https
281
  * Update : Screenshots are updated.
282
  * Update : BWS plugins section is updated.
283
  * Update : We updated all functionality for wordpress 3.8.1.
284
- * Budfix : Problem with blinking of Like button is fixed.
285
- * Budfix : Problem with getting wrong thumbnails when putting Like is fixed.
286
- * Budfix : Problem with language of Like button when using shortcode is fixed.
287
 
288
  = V2.27 - 23.12.2013 =
289
  * NEW : The French language file is added to the plugin.
@@ -395,6 +400,9 @@ Please make sure that the problem hasn't been discussed yet on our forum (<https
395
 
396
  == Upgrade Notice ==
397
 
 
 
 
398
  = V2.58 =
399
  * Bugs fixed.
400
 
3
  Donate link: https://bestwebsoft.com/donate/
4
  Tags: facebook buttons, share, like, add share button, social buttons, facebook, facebook button icon, follow, follow button, like button, share button, facebook plugin
5
  Requires at least: 3.9
6
+ Tested up to: 4.9.6
7
+ Stable tag: 2.59
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
26
  * Like
27
  * Share
28
  * Follow
29
+ * Сhange Facebook App ID
30
  * Change color scheme for Share button
31
  * Select layout for Like and Share buttons:
32
  * Standard
33
  * Box count
34
  * Button count
35
  * Button
36
+ * Select buttons
37
  * Position:
38
  * Before content
39
  * After content
40
  * Before and after
41
  * Custom position (using shortcode)
42
+ * Align:
43
  * Right
44
  * Left
45
  * Center
162
 
163
  == Changelog ==
164
 
165
+ = V2.59 - 30.05.2018 =
166
+ * Bugfix: Bug with incorrect Facebook buttons displaying has been fixed.
167
+ * Bugfix: Bug with incorrect Facebook buttons preview has been fixed.
168
+ * Bugfix: Compatibility with Graph API v2.12 has been fixed.
169
+
170
  = V2.58 - 12.03.2018 =
171
+ * Bugfix : Bug with incorrect Facebook buttons displaying has been fixed.
172
 
173
  = V2.57 - 09.03.2018 =
174
  * NEW : Ability to change buttons align has been added.
260
  * Update : BWS plugins section is updated.
261
 
262
  = V2.34 - 13.08.2014 =
263
+ * Bugfix : Security Exploit was fixed.
264
 
265
  = V2.33 - 06.08.2014 =
266
  * Update : We updated all functionality for wordpress 4.0-beta2.
278
  * Update : We updated all functionality for wordpress 3.8.2.
279
 
280
  = V2.29 - 03.03.2014 =
281
+ * Bugfix : Plugin optimization is done.
282
  * Update : Plugin tabs is added.
283
 
284
  = V2.28 - 13.02.2014 =
286
  * Update : Screenshots are updated.
287
  * Update : BWS plugins section is updated.
288
  * Update : We updated all functionality for wordpress 3.8.1.
289
+ * Bugfix : Problem with blinking of Like button is fixed.
290
+ * Bugfix : Problem with getting wrong thumbnails when putting Like is fixed.
291
+ * Bugfix : Problem with language of Like button when using shortcode is fixed.
292
 
293
  = V2.27 - 23.12.2013 =
294
  * NEW : The French language file is added to the plugin.
400
 
401
  == Upgrade Notice ==
402
 
403
+ = V2.59 =
404
+ * Bugs fixed.
405
+
406
  = V2.58 =
407
  * Bugs fixed.
408
 
screenshot-3.png CHANGED
Binary file