AddToAny Share Buttons - Version 1.3.3

Version Description

  • Append trailing slash to custom icons location as necessary
  • Point to additional placement options and information
  • Remove old placement instructions for hardcoding
  • Remove old error reporting suppression in admin
  • Ukrainian translation (by Michael Yunat, http://getvoip.com)
Download this release

Release Info

Developer micropat
Plugin Icon 128x128 AddToAny Share Buttons
Version 1.3.3
Comparing to
See all releases

Code changes from version 1.3.2 to 1.3.3

README.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: micropat, addtoany
3
  Tags: sharing, share, share this, bookmarking, social, share button, share buttons, share links, social share, social sharing, social bookmarking, social bookmarks, socialize, bookmark, bookmarks, save, Post, posts, page, pages, images, image, admin, statistics, stats, links, plugin, shortcode, sidebar, widget, responsive, email, e-mail, print, seo, button, delicious, google, tumblr, linkedin, digg, reddit, facebook, facebook share, facebook like, like, twitter, twitter button, twitter share, tweet, tweet button, +1, plus 1, google +1, google plus, google plus one, plus one, pinterest, pin, pin it, pinit, wanelo, buffer, stumbleupon, bitly, technorati, lockerz, addthis, sociable, sharedaddy, sharethis, shareaholic, icon, icons, vector, SVG, floating, floating buttons, wpmu, Add to Any, AddToAny
4
  Requires at least: 2.8
5
  Tested up to: 3.9.2
6
- Stable tag: 1.3.2
7
 
8
  Share buttons for WordPress including AddToAny's universal sharing button, Facebook, Twitter, Google+, Pinterest, StumbleUpon and many more.
9
 
@@ -279,6 +279,13 @@ Upload the plugin directory (including all files and directories within) to the
279
 
280
  == Changelog ==
281
 
 
 
 
 
 
 
 
282
  = 1.3.2 =
283
  * Avoid loading button script in admin, especially for visual editor plugins
284
  * Add addtoany_script_disabled hook to programmatically disable JavaScript
3
  Tags: sharing, share, share this, bookmarking, social, share button, share buttons, share links, social share, social sharing, social bookmarking, social bookmarks, socialize, bookmark, bookmarks, save, Post, posts, page, pages, images, image, admin, statistics, stats, links, plugin, shortcode, sidebar, widget, responsive, email, e-mail, print, seo, button, delicious, google, tumblr, linkedin, digg, reddit, facebook, facebook share, facebook like, like, twitter, twitter button, twitter share, tweet, tweet button, +1, plus 1, google +1, google plus, google plus one, plus one, pinterest, pin, pin it, pinit, wanelo, buffer, stumbleupon, bitly, technorati, lockerz, addthis, sociable, sharedaddy, sharethis, shareaholic, icon, icons, vector, SVG, floating, floating buttons, wpmu, Add to Any, AddToAny
4
  Requires at least: 2.8
5
  Tested up to: 3.9.2
6
+ Stable tag: 1.3.3
7
 
8
  Share buttons for WordPress including AddToAny's universal sharing button, Facebook, Twitter, Google+, Pinterest, StumbleUpon and many more.
9
 
279
 
280
  == Changelog ==
281
 
282
+ = 1.3.3 =
283
+ * Append trailing slash to custom icons location as necessary
284
+ * Point to additional placement options and information
285
+ * Remove old placement instructions for hardcoding
286
+ * Remove old error reporting suppression in admin
287
+ * Ukrainian translation (by Michael Yunat, <a href="http://getvoip.com">http://getvoip.com</a>)
288
+
289
  = 1.3.2 =
290
  * Avoid loading button script in admin, especially for visual editor plugins
291
  * Add addtoany_script_disabled hook to programmatically disable JavaScript
add-to-any.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Share Buttons by AddToAny
4
  Plugin URI: http://www.addtoany.com/
5
  Description: Share buttons for your pages including AddToAny's universal sharing button, Facebook, Twitter, Google+, Pinterest, StumbleUpon and many more. [<a href="options-general.php?page=add-to-any.php">Settings</a>]
6
- Version: 1.3.2
7
  Author: AddToAny
8
  Author URI: http://www.addtoany.com/
9
  */
3
  Plugin Name: Share Buttons by AddToAny
4
  Plugin URI: http://www.addtoany.com/
5
  Description: Share buttons for your pages including AddToAny's universal sharing button, Facebook, Twitter, Google+, Pinterest, StumbleUpon and many more. [<a href="options-general.php?page=add-to-any.php">Settings</a>]
6
+ Version: 1.3.3
7
  Author: AddToAny
8
  Author URI: http://www.addtoany.com/
9
  */
addtoany.admin.php CHANGED
@@ -250,26 +250,26 @@ function A2A_SHARE_SAVE_options_page() {
250
  } else {
251
  // Standard options screen
252
 
253
- $new_options['position'] = ($_POST['A2A_SHARE_SAVE_position']) ? @$_POST['A2A_SHARE_SAVE_position'] : 'bottom';
254
- $new_options['display_in_posts_on_front_page'] = (@$_POST['A2A_SHARE_SAVE_display_in_posts_on_front_page'] == '1') ? '1' : '-1';
255
- $new_options['display_in_posts_on_archive_pages'] = (@$_POST['A2A_SHARE_SAVE_display_in_posts_on_archive_pages'] == '1') ? '1' : '-1';
256
- $new_options['display_in_excerpts'] = (@$_POST['A2A_SHARE_SAVE_display_in_excerpts']=='1') ? '1' : '-1';
257
- $new_options['display_in_posts'] = (@$_POST['A2A_SHARE_SAVE_display_in_posts']=='1') ? '1' : '-1';
258
- $new_options['display_in_pages'] = (@$_POST['A2A_SHARE_SAVE_display_in_pages']=='1') ? '1' : '-1';
259
- $new_options['display_in_feed'] = (@$_POST['A2A_SHARE_SAVE_display_in_feed']=='1') ? '1' : '-1';
260
- $new_options['show_title'] = (@$_POST['A2A_SHARE_SAVE_show_title']=='1') ? '1' : '-1';
261
- $new_options['onclick'] = (@$_POST['A2A_SHARE_SAVE_onclick'] == '1') ? '1' : '-1';
262
- $new_options['icon_size'] = @$_POST['A2A_SHARE_SAVE_icon_size'];
263
- $new_options['button'] = @$_POST['A2A_SHARE_SAVE_button'];
264
- $new_options['button_custom'] = @$_POST['A2A_SHARE_SAVE_button_custom'];
265
- $new_options['additional_js_variables'] = trim( @$_POST['A2A_SHARE_SAVE_additional_js_variables'] );
266
- $new_options['custom_icons'] = (@$_POST['A2A_SHARE_SAVE_custom_icons']=='url') ? 'url' : '-1';
267
- $new_options['custom_icons_url'] = @$_POST['A2A_SHARE_SAVE_custom_icons_url'];
268
- $new_options['inline_css'] = (@$_POST['A2A_SHARE_SAVE_inline_css']=='1') ? '1' : '-1';
269
- $new_options['cache'] = (@$_POST['A2A_SHARE_SAVE_cache']=='1') ? '1' : '-1';
270
 
271
  // Schedule cache refresh?
272
- if ( @$_POST['A2A_SHARE_SAVE_cache'] == '1' ) {
273
  A2A_SHARE_SAVE_schedule_cache();
274
  A2A_SHARE_SAVE_refresh_cache();
275
  } else {
@@ -294,19 +294,19 @@ function A2A_SHARE_SAVE_options_page() {
294
 
295
  // Store special service options
296
  $new_options['special_facebook_like_options'] = array(
297
- 'verb' => ( (@$_POST['addtoany_facebook_like_verb'] == 'recommend') ? 'recommend' : 'like' )
298
  );
299
  $new_options['special_twitter_tweet_options'] = array(
300
- 'show_count' => ( ( @$_POST['addtoany_twitter_tweet_show_count'] == '1' ) ? '1' : '-1' )
301
  );
302
  $new_options['special_google_plusone_options'] = array(
303
- 'show_count' => ( ( @$_POST['addtoany_google_plusone_show_count'] == '1' ) ? '1' : '-1' )
304
  );
305
  $new_options['special_google_plus_share_options'] = array(
306
- 'show_count' => ( ( @$_POST['addtoany_google_plus_share_show_count'] == '1' ) ? '1' : '-1' )
307
  );
308
  $new_options['special_pinterest_pin_options'] = array(
309
- 'show_count' => ( ( @$_POST['addtoany_pinterest_pin_show_count'] == '1' ) ? '1' : '-1' )
310
  );
311
 
312
  }
@@ -552,11 +552,7 @@ function A2A_SHARE_SAVE_options_page() {
552
  </label>
553
  <br/><br/>
554
  <div class="setting-description">
555
- <strong>*</strong> <?php _e("If unchecked, be sure to place the following code in <a href=\"theme-editor.php\">your template pages</a> (within <code>index.php</code>, <code>single.php</code>, and/or <code>page.php</code>)", "add-to-any"); ?>: <span id="addtoany_show_template_button_code" class="button-secondary">&#187;</span>
556
- <div id="addtoany_template_button_code">
557
- <code>&lt;?php if ( function_exists( 'ADDTOANY_SHARE_SAVE_KIT' ) ) { ADDTOANY_SHARE_SAVE_KIT(); } ?&gt;</code>
558
- </div>
559
- <noscript><code>&lt;?php if ( function_exists( 'ADDTOANY_SHARE_SAVE_KIT' ) ) { ADDTOANY_SHARE_SAVE_KIT(); } ?&gt;</code></noscript>
560
  </div>
561
  </fieldset></td>
562
  </tr>
@@ -574,7 +570,7 @@ function A2A_SHARE_SAVE_options_page() {
574
  <?php _e('Show the title of the page within the universal share menu', 'add-to-any'); ?>
575
  </label>
576
  <label>
577
- <p><?php _e("Using AddToAny's Menu Styler, you can customize the colors of your Share/Save menu! When you're done, be sure to paste the generated code in the <a href=\"#\" onclick=\"document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false\">Additional Options</a> box below.", "add-to-any"); ?></p>
578
  </label>
579
  <p>
580
  <a href="http://www.addtoany.com/buttons/share_save/menu_style/wordpress" class="button-secondary" title="<?php _e("Open the AddToAny Menu Styler in a new window", "add-to-any"); ?>" target="_blank" onclick="document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus(); document.getElementById('A2A_SHARE_SAVE_menu_styler_note').style.display='';"><?php _e("Open Menu Styler", "add-to-any"); ?></a>
@@ -1007,12 +1003,6 @@ function A2A_SHARE_SAVE_admin_head() {
1007
  if ( jQuery('input:radio[name=A2A_SHARE_SAVE_icon_size]:checked').val() == '32' )
1008
  jQuery('#addtoany_show_services').addClass('addtoany_line_height_32');
1009
 
1010
- // 'Show template code' button
1011
- jQuery('#addtoany_show_template_button_code').click(function(e){
1012
- jQuery('#addtoany_template_button_code').slideDown('fast');
1013
- jQuery(this).fadeOut('fast');
1014
- });
1015
-
1016
  // TBD
1017
  jQuery('#addtoany_show_css_code').click(function(e){
1018
  jQuery('#addtoany_css_code').slideDown('fast');
250
  } else {
251
  // Standard options screen
252
 
253
+ $new_options['position'] = ( isset( $_POST['A2A_SHARE_SAVE_position'] ) ) ? $_POST['A2A_SHARE_SAVE_position'] : 'bottom';
254
+ $new_options['display_in_posts_on_front_page'] = ( isset( $_POST['A2A_SHARE_SAVE_display_in_posts_on_front_page'] ) && $_POST['A2A_SHARE_SAVE_display_in_posts_on_front_page'] == '1' ) ? '1' : '-1';
255
+ $new_options['display_in_posts_on_archive_pages'] = ( isset( $_POST['A2A_SHARE_SAVE_display_in_posts_on_archive_pages'] ) && $_POST['A2A_SHARE_SAVE_display_in_posts_on_archive_pages'] == '1' ) ? '1' : '-1';
256
+ $new_options['display_in_excerpts'] = ( isset( $_POST['A2A_SHARE_SAVE_display_in_excerpts'] ) && $_POST['A2A_SHARE_SAVE_display_in_excerpts'] == '1' ) ? '1' : '-1';
257
+ $new_options['display_in_posts'] = ( isset( $_POST['A2A_SHARE_SAVE_display_in_posts'] ) && $_POST['A2A_SHARE_SAVE_display_in_posts'] == '1' ) ? '1' : '-1';
258
+ $new_options['display_in_pages'] = ( isset( $_POST['A2A_SHARE_SAVE_display_in_pages'] ) && $_POST['A2A_SHARE_SAVE_display_in_pages'] == '1' ) ? '1' : '-1';
259
+ $new_options['display_in_feed'] = ( isset( $_POST['A2A_SHARE_SAVE_display_in_feed'] ) && $_POST['A2A_SHARE_SAVE_display_in_feed'] == '1' ) ? '1' : '-1';
260
+ $new_options['show_title'] = ( isset( $_POST['A2A_SHARE_SAVE_show_title'] ) && $_POST['A2A_SHARE_SAVE_show_title'] == '1' ) ? '1' : '-1';
261
+ $new_options['onclick'] = ( isset( $_POST['A2A_SHARE_SAVE_onclick'] ) && $_POST['A2A_SHARE_SAVE_onclick'] == '1' ) ? '1' : '-1';
262
+ $new_options['icon_size'] = ( isset( $_POST['A2A_SHARE_SAVE_icon_size'] ) ) ? $_POST['A2A_SHARE_SAVE_icon_size'] : '';
263
+ $new_options['button'] = ( isset( $_POST['A2A_SHARE_SAVE_button'] ) ) ? $_POST['A2A_SHARE_SAVE_button'] : '';
264
+ $new_options['button_custom'] = ( isset( $_POST['A2A_SHARE_SAVE_button_custom'] ) ) ? $_POST['A2A_SHARE_SAVE_button_custom'] : '';
265
+ $new_options['additional_js_variables'] = ( isset( $_POST['A2A_SHARE_SAVE_additional_js_variables'] ) ) ? trim( $_POST['A2A_SHARE_SAVE_additional_js_variables'] ) : '';
266
+ $new_options['custom_icons'] = ( isset( $_POST['A2A_SHARE_SAVE_custom_icons'] ) && $_POST['A2A_SHARE_SAVE_custom_icons'] == 'url' ) ? 'url' : '-1';
267
+ $new_options['custom_icons_url'] = ( isset( $_POST['A2A_SHARE_SAVE_custom_icons_url'] ) ) ? trailingslashit( $_POST['A2A_SHARE_SAVE_custom_icons_url'] ) : '';
268
+ $new_options['inline_css'] = ( isset( $_POST['A2A_SHARE_SAVE_inline_css'] ) && $_POST['A2A_SHARE_SAVE_inline_css'] == '1') ? '1' : '-1';
269
+ $new_options['cache'] = ( isset( $_POST['A2A_SHARE_SAVE_cache'] ) && $_POST['A2A_SHARE_SAVE_cache'] == '1' ) ? '1' : '-1';
270
 
271
  // Schedule cache refresh?
272
+ if ( isset( $_POST['A2A_SHARE_SAVE_cache'] ) && $_POST['A2A_SHARE_SAVE_cache'] == '1' ) {
273
  A2A_SHARE_SAVE_schedule_cache();
274
  A2A_SHARE_SAVE_refresh_cache();
275
  } else {
294
 
295
  // Store special service options
296
  $new_options['special_facebook_like_options'] = array(
297
+ 'verb' => ( ( isset( $_POST['addtoany_facebook_like_verb'] ) && $_POST['addtoany_facebook_like_verb'] == 'recommend') ? 'recommend' : 'like' )
298
  );
299
  $new_options['special_twitter_tweet_options'] = array(
300
+ 'show_count' => ( ( isset( $_POST['addtoany_twitter_tweet_show_count'] ) && $_POST['addtoany_twitter_tweet_show_count'] == '1' ) ? '1' : '-1' )
301
  );
302
  $new_options['special_google_plusone_options'] = array(
303
+ 'show_count' => ( ( isset( $_POST['addtoany_google_plusone_show_count'] ) && $_POST['addtoany_google_plusone_show_count'] == '1' ) ? '1' : '-1' )
304
  );
305
  $new_options['special_google_plus_share_options'] = array(
306
+ 'show_count' => ( ( isset( $_POST['addtoany_google_plus_share_show_count'] ) && $_POST['addtoany_google_plus_share_show_count'] == '1' ) ? '1' : '-1' )
307
  );
308
  $new_options['special_pinterest_pin_options'] = array(
309
+ 'show_count' => ( ( isset( $_POST['addtoany_pinterest_pin_show_count'] ) && $_POST['addtoany_pinterest_pin_show_count'] == '1' ) ? '1' : '-1' )
310
  );
311
 
312
  }
552
  </label>
553
  <br/><br/>
554
  <div class="setting-description">
555
+ <?php _e("See <a href=\"widgets.php\" title=\"Theme Widgets\">Widgets</a> and <a href=\"options-general.php?page=add-to-any.php&action=floating\" title=\"AddToAny Floating Share Buttons\">Floating</a> for additional placement options. For advanced placement, see <a href=\"http://wordpress.org/plugins/add-to-any/faq/\">the FAQs</a>.", "add-to-any"); ?>
 
 
 
 
556
  </div>
557
  </fieldset></td>
558
  </tr>
570
  <?php _e('Show the title of the page within the universal share menu', 'add-to-any'); ?>
571
  </label>
572
  <label>
573
+ <p><?php _e("You can use AddToAny's Menu Styler to customize the colors of your universal share menu. When you're done, be sure to paste the generated code in the <a href=\"#\" onclick=\"document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false\">Additional Options</a> box below.", "add-to-any"); ?></p>
574
  </label>
575
  <p>
576
  <a href="http://www.addtoany.com/buttons/share_save/menu_style/wordpress" class="button-secondary" title="<?php _e("Open the AddToAny Menu Styler in a new window", "add-to-any"); ?>" target="_blank" onclick="document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus(); document.getElementById('A2A_SHARE_SAVE_menu_styler_note').style.display='';"><?php _e("Open Menu Styler", "add-to-any"); ?></a>
1003
  if ( jQuery('input:radio[name=A2A_SHARE_SAVE_icon_size]:checked').val() == '32' )
1004
  jQuery('#addtoany_show_services').addClass('addtoany_line_height_32');
1005
 
 
 
 
 
 
 
1006
  // TBD
1007
  jQuery('#addtoany_show_css_code').click(function(e){
1008
  jQuery('#addtoany_css_code').slideDown('fast');
languages/add-to-any-uk_UA.mo ADDED
Binary file
languages/add-to-any-uk_UA.po ADDED
@@ -0,0 +1,374 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: add-to-any\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-01-18 12:47-0800\n"
6
+ "PO-Revision-Date: \n"
7
+ "Last-Translator: Michael Yunat <Michael.Yunat@gmail.com>\n"
8
+ "Language-Team: http://getvoip.com/\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Poedit-KeywordsList: __;_e\n"
13
+ "X-Poedit-Basepath: ../\n"
14
+ "Language: uk_UA\n"
15
+ "X-Generator: Poedit 1.6.5\n"
16
+ "X-Poedit-SearchPath-0: .\n"
17
+
18
+ #: add-to-any-wp-widget.php:55
19
+ msgid "Title:"
20
+ msgstr "Назва:"
21
+
22
+ #: add-to-any-wp-widget.php:59 add-to-any.php:926 add-to-any.php:1385
23
+ #: add-to-any.php:1421
24
+ msgid "Settings"
25
+ msgstr "Налаштування"
26
+
27
+ #: add-to-any.php:387
28
+ msgid "Share"
29
+ msgstr "Частка"
30
+
31
+ #: add-to-any.php:388
32
+ msgid "Save"
33
+ msgstr "Зберегти"
34
+
35
+ #: add-to-any.php:389
36
+ msgid "Subscribe"
37
+ msgstr "Підписуватися"
38
+
39
+ #: add-to-any.php:390
40
+ msgid "E-mail"
41
+ msgstr "Електронна пошта"
42
+
43
+ #: add-to-any.php:391
44
+ msgid "Bookmark"
45
+ msgstr "Закладка"
46
+
47
+ #: add-to-any.php:392
48
+ msgid "Show all"
49
+ msgstr "Показати все"
50
+
51
+ #: add-to-any.php:393
52
+ msgid "Show less"
53
+ msgstr "Показати менше"
54
+
55
+ #: add-to-any.php:394
56
+ msgid "Find service(s)"
57
+ msgstr "Знайти послуг (и)"
58
+
59
+ #: add-to-any.php:395
60
+ msgid "Instantly find any service to add to"
61
+ msgstr "Миттєво знайти будь-яку послугу, щоб додати до"
62
+
63
+ #: add-to-any.php:396
64
+ msgid "Powered by"
65
+ msgstr "Створено"
66
+
67
+ #: add-to-any.php:397
68
+ msgid "Share via e-mail"
69
+ msgstr "Частка по електронній пошті"
70
+
71
+ #: add-to-any.php:398
72
+ msgid "Subscribe via e-mail"
73
+ msgstr "Підписатися по електронній пошті"
74
+
75
+ #: add-to-any.php:399
76
+ msgid "Bookmark in your browser"
77
+ msgstr "Bookmark у вашому браузері"
78
+
79
+ #: add-to-any.php:400
80
+ msgid "Press Ctrl+D or \\u2318+D to bookmark this page"
81
+ msgstr "Натисніть Ctrl + D або \\u2318 + D відзначати цю сторінку"
82
+
83
+ #: add-to-any.php:401
84
+ msgid "Add to your favorites"
85
+ msgstr "Додати в закладки"
86
+
87
+ #: add-to-any.php:402
88
+ msgid "Send from any e-mail address or e-mail program"
89
+ msgstr ""
90
+ "Відправити з будь-якої адреси електронної пошти або програма електронної "
91
+ "пошти"
92
+
93
+ #: add-to-any.php:403
94
+ msgid "E-mail program"
95
+ msgstr "Електронна пошта програми"
96
+
97
+ #: add-to-any.php:517
98
+ msgid ""
99
+ "Your theme needs to be fixed. To fix your theme, use the <a href=\"theme-"
100
+ "editor.php\">Theme Editor</a> to insert <code>&lt;?php wp_footer(); ?&gt;</"
101
+ "code> just before the <code>&lt;/body&gt;</code> line of your theme's "
102
+ "<code>footer.php</code> file."
103
+ msgstr ""
104
+ "Ваша тема повинна бути встановлена. Щоб виправити вашу тему, використовуйте "
105
+ "<a href=\"theme-editor.php\">тему редактор</a> вставити <code><?php "
106
+ "wp_footer(); ?></code> якраз перед <code></body></code> лінії вашої теми "
107
+ "<code>footer.php</code> файлу."
108
+
109
+ #: add-to-any.php:534
110
+ msgid ""
111
+ "Your theme needs to be fixed. To fix your theme, use the <a href=\"theme-"
112
+ "editor.php\">Theme Editor</a> to insert <code>&lt;?php wp_head(); ?&gt;</"
113
+ "code> just before the <code>&lt;/head&gt;</code> line of your theme's "
114
+ "<code>header.php</code> file."
115
+ msgstr ""
116
+ "Ваша тема повинна бути встановлена. Щоб виправити вашу тему, використовуйте "
117
+ "<a href=\"theme-editor.php\">тему редактор</a> вставити <code><?php "
118
+ "wp_head(); ?></code> якраз перед <code></head></code> лінії вашої теми "
119
+ "<code>header.php</code> файл."
120
+
121
+ #: add-to-any.php:707 php-format
122
+ msgid ""
123
+ "Unable to create directory %s. Is its parent directory writable by the "
124
+ "server?"
125
+ msgstr ""
126
+ "Неможливо створити каталог %s. Чи є його батьківський каталог записи на "
127
+ "сервер?"
128
+
129
+ #: add-to-any.php:842 add-to-any.php:978 add-to-any.php:982 add-to-any.php:986
130
+ #: add-to-any.php:990 add-to-any.php:1022
131
+ msgid "Share/Bookmark"
132
+ msgstr "Share/Bookmark"
133
+
134
+ #: add-to-any.php:866
135
+ msgid "Settings saved."
136
+ msgstr "Налаштування збережені."
137
+
138
+ #: add-to-any.php:887
139
+ msgid "bottom"
140
+ msgstr "дно"
141
+
142
+ #: add-to-any.php:891
143
+ msgid "top"
144
+ msgstr "топ"
145
+
146
+ #: add-to-any.php:895
147
+ msgid "top &amp; bottom"
148
+ msgstr "кращих і знизу"
149
+
150
+ #: add-to-any.php:926
151
+ msgid "AddToAny: Share/Save "
152
+ msgstr "AddToAny: Share/Save"
153
+
154
+ #: add-to-any.php:934
155
+ msgid "Standalone Services"
156
+ msgstr "Автономні послуги"
157
+
158
+ #: add-to-any.php:939
159
+ msgid ""
160
+ "Choose the services you want below. &nbsp;Click a chosen service again to "
161
+ "remove. &nbsp;Reorder services by dragging and dropping as they appear above."
162
+ msgstr ""
163
+ "Виберіть послуги, які ви хочете нижче. Натисніть обрану послугу знову, щоб "
164
+ "видалити. Зміна порядку послуги за допомогою перетягування, як вони "
165
+ "з'являються вище."
166
+
167
+ #: add-to-any.php:973
168
+ msgid "Button"
169
+ msgstr "Кнопка"
170
+
171
+ #: add-to-any.php:1012
172
+ msgid "Image URL"
173
+ msgstr "URL зображення"
174
+
175
+ #: add-to-any.php:1019
176
+ msgid "Text only"
177
+ msgstr "Тільки текст"
178
+
179
+ #: add-to-any.php:1027
180
+ msgid "Placement"
181
+ msgstr "Розміщення"
182
+
183
+ #: add-to-any.php:1032 php-format
184
+ msgid "Display at the %s of posts"
185
+ msgstr "Показати на %s посад"
186
+
187
+ #: add-to-any.php:1039 php-format
188
+ msgid "Display at the %s of post excerpts"
189
+ msgstr "Показати на %s поштових витримки"
190
+
191
+ #: add-to-any.php:1046 php-format
192
+ msgid "Display at the %s of posts on the front page"
193
+ msgstr "Показати на %s повідомлень на головній сторінці"
194
+
195
+ #: add-to-any.php:1054 php-format
196
+ msgid "Display at the %s of posts in the feed"
197
+ msgstr "Показати на %s посад в сировині"
198
+
199
+ #: add-to-any.php:1058 php-format
200
+ msgid "Display at the %s of pages"
201
+ msgstr "Показати на %s сторінок"
202
+
203
+ #: add-to-any.php:1062
204
+ msgid ""
205
+ "If unchecked, be sure to place the following code in <a href=\"theme-editor."
206
+ "php\">your template pages</a> (within <code>index.php</code>, <code>single."
207
+ "php</code>, and/or <code>page.php</code>)"
208
+ msgstr ""
209
+ "Якщо не зупинити, обов'язково помістіть наступний код у <a href=\"theme-"
210
+ "editor.php\">ваших сторінках шаблону</a> (в межах <code>index.php</code> , "
211
+ "<code>single.php</code> , та/або <code>page.php</code> )"
212
+
213
+ #: add-to-any.php:1071
214
+ msgid "Menu Style"
215
+ msgstr "Стиль меню"
216
+
217
+ #: add-to-any.php:1073
218
+ msgid ""
219
+ "Using AddToAny's Menu Styler, you can customize the colors of your Share/"
220
+ "Save menu! When you're done, be sure to paste the generated code in the <a "
221
+ "href=\"#\" onclick=\"document."
222
+ "getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false"
223
+ "\">Additional Options</a> box below."
224
+ msgstr ""
225
+ "Використання меню AddToAny в Styler, ви можете налаштувати кольору меню "
226
+ "Share/Save! Коли ви закінчите, не забудьте вставити згенерований код в <a "
227
+ "href=\"#\" onclick=\"document."
228
+ "getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false"
229
+ "\">додаткові опції</a> поле нижче."
230
+
231
+ #: add-to-any.php:1075
232
+ msgid "Open the AddToAny Menu Styler in a new window"
233
+ msgstr "Відкрийте меню Styler AddToAny в новому вікні"
234
+
235
+ #: add-to-any.php:1077
236
+ msgid "Open Menu Styler"
237
+ msgstr "Відкрити меню Styler"
238
+
239
+ #: add-to-any.php:1082
240
+ msgid "Menu Options"
241
+ msgstr "Опції меню"
242
+
243
+ #: add-to-any.php:1087
244
+ msgid "Only show the menu when the user clicks the Share/Save button"
245
+ msgstr "Тільки меню, коли користувач натискає Share/кнопку Зберегти"
246
+
247
+ #: add-to-any.php:1092
248
+ msgid "Show the title of the post (or page) within the menu"
249
+ msgstr "Показати звання посаду (або сторінки) в меню"
250
+
251
+ #: add-to-any.php:1097
252
+ msgid "Additional Options"
253
+ msgstr "Додаткові опції"
254
+
255
+ #: add-to-any.php:1101
256
+ msgid "Paste the code from AddToAny's Menu Styler in the box below!"
257
+ msgstr "Вставте код з меню Styler AddToAny в поле нижче!"
258
+
259
+ #: add-to-any.php:1105
260
+ msgid ""
261
+ "Below you can set special JavaScript variables to apply to each Share/Save "
262
+ "menu."
263
+ msgstr ""
264
+ "Нижче ви можете встановити спеціальні змінні JavaScript, застосовувана до "
265
+ "кожного меню Share/Save."
266
+
267
+ #: add-to-any.php:1106
268
+ msgid ""
269
+ "Advanced users might want to explore AddToAny's <a href=\"http://www."
270
+ "addtoany.com/buttons/customize/\" target=\"_blank\">additional options</a>."
271
+ msgstr ""
272
+ "Досвідчені користувачі, можливо, захочете вивчити AddToAny в <a href="
273
+ "\"http://www.addtoany.com/buttons/customize/\" target=\"_blank\">додаткові "
274
+ "опції</a> ."
275
+
276
+ #: add-to-any.php:1112
277
+ msgid ""
278
+ "<strong>Note</strong>: If you're adding new code, be careful not to "
279
+ "accidentally overwrite any previous code.</label>"
280
+ msgstr ""
281
+ "<strong>Примітка:</strong> Якщо ви хочете додати новий код, будьте обережні, "
282
+ "щоб не перезаписати попередній код."
283
+
284
+ #: add-to-any.php:1117
285
+ msgid "Advanced Options"
286
+ msgstr "Додаткові параметри"
287
+
288
+ #: add-to-any.php:1122
289
+ msgid "Use CSS stylesheet"
290
+ msgstr "Використовуйте CSS стилів"
291
+
292
+ #: add-to-any.php:1127
293
+ msgid "Cache AddToAny locally with daily cache updates"
294
+ msgstr "AddToAny Кеш локально з щоденними оновленнями кеша"
295
+
296
+ #: add-to-any.php:1131
297
+ msgid ""
298
+ "Only consider for sites with frequently returning visitors. Since many "
299
+ "visitors will have AddToAny cached in their browser already, serving "
300
+ "AddToAny locally from your site will be slower for those visitors. Be sure "
301
+ "to set far future cache/expires headers for image files in your "
302
+ "<code>uploads/addtoany</code> directory."
303
+ msgstr ""
304
+ "Розглянути тільки для сайтів з часто повернулися відвідувачів. Оскільки "
305
+ "багато відвідувачі матимуть AddToAny кешируются в браузері вже, виступаючої "
306
+ "AddToAny локально з вашого сайту буде повільніше для тих відвідувачів. "
307
+ "Обов'язково встановіть далеко майбутніх заголовки кешу/закінчується для "
308
+ "файлів зображень в <code>uploads/addtoany</code> каталозі."
309
+
310
+ #: add-to-any.php:1138
311
+ msgid "Save Changes"
312
+ msgstr "Зберегти зміни"
313
+
314
+ #: add-to-any.php:1139
315
+ msgid "Are you sure you want to delete all AddToAny options?"
316
+ msgstr "Ви впевнені, що хочете видалити всі варіанти AddToAny?"
317
+
318
+ #: add-to-any.php:1139
319
+ msgid "Reset"
320
+ msgstr "Скидання"
321
+
322
+ #: add-to-any.php:1144
323
+ msgid "Like this plugin?"
324
+ msgstr "Як цей плагін?"
325
+
326
+ #: add-to-any.php:1145
327
+ msgid ""
328
+ "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Give it a good "
329
+ "rating</a> on WordPress.org."
330
+ msgstr ""
331
+ "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Дайте йому "
332
+ "хороший рейтинг</a> на WordPress.org."
333
+
334
+ #: add-to-any.php:1146
335
+ msgid ""
336
+ "<a href=\"http://www.addtoany.com/share_save?linkname=WordPress%20Share%20%2F"
337
+ "%20Bookmark%20Plugin%20by%20AddToAny.com&amp;linkurl=http%3A%2F%2Fwordpress."
338
+ "org%2Fextend%2Fplugins%2Fadd-to-any%2F\">Share it</a> with your friends."
339
+ msgstr ""
340
+ "<a href=\"http://www.addtoany.com/share_save?linkname=WordPress%20Share%20%2F"
341
+ "%20Bookmark%20Plugin%20by%20AddToAny.com&linkurl=http%3A%2F%2Fwordpress.org"
342
+ "%2Fextend%2Fplugins%2Fadd-to-any%2F\">Поділіться їм</a> з друзями."
343
+
344
+ #: add-to-any.php:1148
345
+ msgid "Need support?"
346
+ msgstr "Потрібна допомога?"
347
+
348
+ #: add-to-any.php:1149
349
+ msgid ""
350
+ "See the <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/"
351
+ "\">FAQs</a>."
352
+ msgstr ""
353
+ "Див <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">часто "
354
+ "задаються</a> ."
355
+
356
+ #: add-to-any.php:1150
357
+ msgid ""
358
+ "Search the <a href=\"http://wordpress.org/tags/add-to-any\">support forums</"
359
+ "a>."
360
+ msgstr ""
361
+ "Пошук по <a href=\"http://wordpress.org/tags/add-to-any\">форуми підтримки</"
362
+ "a> ."
363
+
364
+ #: add-to-any.php:1324
365
+ msgid "Add/Remove Services"
366
+ msgstr "Додати/Видалити Services"
367
+
368
+ #: add-to-any.php:1385
369
+ msgid "Share/Save"
370
+ msgstr "Share/Save"
371
+
372
+ #: add-to-any.php:1386
373
+ msgid "AddToAny"
374
+ msgstr "AddToAny"