AddToAny Share Buttons - Version 0.9.9.5.3

Version Description

Download this release

Release Info

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

Code changes from version 0.9.9.5.2 to 0.9.9.5.3

README.txt CHANGED
@@ -1,11 +1,11 @@
1
  === AddToAny: Share/Bookmark/Email Button ===
2
  Contributors: micropat
3
- Tags: sharing, share, sharethis, bookmarking, social, social bookmarking, social bookmarks, bookmark, bookmarks, save, Post, posts, page, pages, images, image, admin, statistics, stats, links, plugin, widget, e-mail, email, seo, button, delicious, google buzz, buzz, google, digg, reddit, facebook, myspace, twitter, stumbleupon, technorati, wpmu, addtoany, add, any
4
  Requires at least: 2.0
5
  Tested up to: 3.0
6
- Stable tag: 0.9.9.5.2
7
 
8
- Help readers share, bookmark, and email your posts and pages using any service, such as Facebook, Twitter, Digg, Delicious and over 100 more.
9
 
10
  == Description ==
11
 
@@ -21,8 +21,8 @@ Individual **service icons** let you optimize your blog posts for specific socia
21
  * Individual service links (like Sociable)
22
  * Includes all <a href="http://www.addtoany.com/services/" target="_blank">services</a>
23
  * Menu updated automatically
24
- * WordPress optimized, localized (English, Chinese, Spanish, Japanese, Portuguese, Italian, Danish, Catalan, Russian, Albanian, Romanian, Belarusian)
25
  * Google Analytics integration (<a href="http://www.addtoany.com/ext/google_analytics/">access guide</a>)
 
26
  * Many more publisher and user features!
27
 
28
  <a href="http://www.addtoany.com/share_save" title="Share" target="_blank">Share this plugin</a>
@@ -169,6 +169,14 @@ This is done to overcome browser limitations that prevent the drop-down menu fro
169
 
170
  == Changelog ==
171
 
 
 
 
 
 
 
 
 
172
  = .9.9.5.2 =
173
  * W3C XHTML validation fix (invalid from .9.9.5)
174
  * Removed Mozilla-proprietary opacity, which supported opacity before Firefox 1.0
@@ -365,7 +373,7 @@ This is done to overcome browser limitations that prevent the drop-down menu fro
365
  * Fixed display when all standalone services are removed in admin
366
  * Services label renamed Standalone Services for clarity
367
  * Updates to Danish translation
368
- * Added Belarusian translation
369
 
370
  = .9.9.2.1 =
371
  * Feed icons shown inline, no longer displayed in unordered list
1
  === AddToAny: Share/Bookmark/Email Button ===
2
  Contributors: micropat
3
+ Tags: sharing, share, sharethis, bookmarking, social, social bookmarking, social bookmarks, bookmark, bookmarks, save, Post, posts, page, pages, images, image, admin, statistics, stats, links, plugin, widget, e-mail, email, seo, button, delicious, google buzz, buzz, google, digg, reddit, facebook, myspace, twitter, stumbleupon, technorati, icon, icons, wpmu, addtoany, add, any
4
  Requires at least: 2.0
5
  Tested up to: 3.0
6
+ Stable tag: 0.9.9.5.3
7
 
8
+ Help readers share, bookmark, and email your posts & pages using any service, such as Facebook, Twitter, Google Buzz, Digg, Delicious and many more.
9
 
10
  == Description ==
11
 
21
  * Individual service links (like Sociable)
22
  * Includes all <a href="http://www.addtoany.com/services/" target="_blank">services</a>
23
  * Menu updated automatically
 
24
  * Google Analytics integration (<a href="http://www.addtoany.com/ext/google_analytics/">access guide</a>)
25
+ * WordPress optimized, localized (English, Chinese, Spanish, Japanese, French, Portuguese, Italian, Danish, Catalan, Russian, Albanian, Romanian, Belarusian)
26
  * Many more publisher and user features!
27
 
28
  <a href="http://www.addtoany.com/share_save" title="Share" target="_blank">Share this plugin</a>
169
 
170
  == Changelog ==
171
 
172
+ = .9.9.5.3 =
173
+ * SSL - HTTPS support
174
+ * Button will display automatically below posts (by default) only after the_title has been called
175
+ * Avoids premature calling from miscellaneous the_content filters from themes and other plugins
176
+ * Thesis theme workaround
177
+ * French translation (by Julien)
178
+ * Belarusian translation update (by <a href="http://pc.de/" target="_blank">Marcis G</a>)
179
+
180
  = .9.9.5.2 =
181
  * W3C XHTML validation fix (invalid from .9.9.5)
182
  * Removed Mozilla-proprietary opacity, which supported opacity before Firefox 1.0
373
  * Fixed display when all standalone services are removed in admin
374
  * Services label renamed Standalone Services for clarity
375
  * Updates to Danish translation
376
+ * Added Belarusian translation (by <a href="http://pc.de/" target="_blank">Marcis G</a>)
377
 
378
  = .9.9.2.1 =
379
  * Feed icons shown inline, no longer displayed in unordered list
add-to-any.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: AddToAny: Share/Bookmark/Email Button
4
  Plugin URI: http://www.addtoany.com/
5
  Description: Help readers share, bookmark, and email your posts and pages using any service. [<a href="options-general.php?page=add-to-any.php">Settings</a>]
6
- Version: .9.9.5.2
7
  Author: AddToAny
8
  Author URI: http://www.addtoany.com/
9
  */
@@ -194,6 +194,10 @@ function ADDTOANY_SHARE_SAVE_BUTTON( $args = false ) {
194
 
195
  // If not a feed
196
  if( !is_feed() ) {
 
 
 
 
197
 
198
  global $A2A_SHARE_SAVE_external_script_called;
199
  if ( ! $A2A_SHARE_SAVE_external_script_called ) {
@@ -204,7 +208,7 @@ function ADDTOANY_SHARE_SAVE_BUTTON( $args = false ) {
204
  . ((get_option('A2A_SHARE_SAVE_hide_embeds')=='-1') ? 'a2a_config.hide_embeds=0;' . "\n" : '')
205
  . ((get_option('A2A_SHARE_SAVE_show_title')=='1') ? 'a2a_config.show_title=1;' . "\n" : '')
206
  . (($additional_js) ? stripslashes($additional_js) . "\n" : '')
207
- . '</script><script type="text/javascript" src="http://static.addtoany.com/menu/page.js"></script>';
208
  $A2A_SHARE_SAVE_external_script_called = true;
209
  }
210
  else {
@@ -283,6 +287,13 @@ if (!function_exists('A2A_wp_footer_check')) {
283
  }
284
  }
285
 
 
 
 
 
 
 
 
286
 
287
  function A2A_SHARE_SAVE_remove_from_content($content) {
288
  remove_filter('the_content', 'A2A_SHARE_SAVE_to_bottom_of_content', 98);
@@ -291,8 +302,12 @@ function A2A_SHARE_SAVE_remove_from_content($content) {
291
 
292
 
293
  function A2A_SHARE_SAVE_to_bottom_of_content($content) {
 
294
  $is_feed = is_feed();
295
 
 
 
 
296
  if (
297
  (
298
  // Tags
@@ -350,6 +365,8 @@ function A2A_SHARE_SAVE_to_bottom_of_content($content) {
350
  return $content;
351
  }
352
 
 
 
353
  add_filter('the_content', 'A2A_SHARE_SAVE_to_bottom_of_content', 98);
354
 
355
  // Excerpts use strip_tags() for the_content, so cancel if Excerpt and append to the_excerpt instead
3
  Plugin Name: AddToAny: Share/Bookmark/Email Button
4
  Plugin URI: http://www.addtoany.com/
5
  Description: Help readers share, bookmark, and email your posts and pages using any service. [<a href="options-general.php?page=add-to-any.php">Settings</a>]
6
+ Version: .9.9.5.3
7
  Author: AddToAny
8
  Author URI: http://www.addtoany.com/
9
  */
194
 
195
  // If not a feed
196
  if( !is_feed() ) {
197
+ if (function_exists('is_ssl') ) // @since 2.6.0
198
+ $http_or_https = (is_ssl()) ? 'https' : 'http';
199
+ else
200
+ $http_or_https = 'http';
201
 
202
  global $A2A_SHARE_SAVE_external_script_called;
203
  if ( ! $A2A_SHARE_SAVE_external_script_called ) {
208
  . ((get_option('A2A_SHARE_SAVE_hide_embeds')=='-1') ? 'a2a_config.hide_embeds=0;' . "\n" : '')
209
  . ((get_option('A2A_SHARE_SAVE_show_title')=='1') ? 'a2a_config.show_title=1;' . "\n" : '')
210
  . (($additional_js) ? stripslashes($additional_js) . "\n" : '')
211
+ . '</script><script type="text/javascript" src="' . $http_or_https . '://static.addtoany.com/menu/page.js"></script>';
212
  $A2A_SHARE_SAVE_external_script_called = true;
213
  }
214
  else {
287
  }
288
  }
289
 
290
+ function A2A_SHARE_SAVE_auto_placement($title) {
291
+ global $A2A_SHARE_SAVE_auto_placement_ready;
292
+ $A2A_SHARE_SAVE_auto_placement_ready = true;
293
+
294
+ return $title;
295
+ }
296
+
297
 
298
  function A2A_SHARE_SAVE_remove_from_content($content) {
299
  remove_filter('the_content', 'A2A_SHARE_SAVE_to_bottom_of_content', 98);
302
 
303
 
304
  function A2A_SHARE_SAVE_to_bottom_of_content($content) {
305
+ global $A2A_SHARE_SAVE_auto_placement_ready;
306
  $is_feed = is_feed();
307
 
308
+ if( ! $A2A_SHARE_SAVE_auto_placement_ready)
309
+ return $content;
310
+
311
  if (
312
  (
313
  // Tags
365
  return $content;
366
  }
367
 
368
+ // Only automatically output button code after the_title has been called - to avoid premature calling from misc. the_content filters
369
+ add_filter('the_title', 'A2A_SHARE_SAVE_auto_placement', 9);
370
  add_filter('the_content', 'A2A_SHARE_SAVE_to_bottom_of_content', 98);
371
 
372
  // Excerpts use strip_tags() for the_content, so cancel if Excerpt and append to the_excerpt instead
languages/add-to-any-be.mo CHANGED
Binary file
languages/add-to-any-be.po CHANGED
@@ -2,10 +2,10 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: add-to-any\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2010-04-22 17:36-0800\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Pat <no@no.com>\n"
8
- "Language-Team: Marcis Gasuns <mrilyuha@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
@@ -116,7 +116,7 @@ msgstr "Дадаць/Выдаліць паслугі"
116
 
117
  #: add-to-any.php:503
118
  msgid "Choose the services you want below. &nbsp;Click a chosen service again to remove. &nbsp;Reorder services by dragging and dropping as they appear above."
119
- msgstr ""
120
 
121
  #: add-to-any.php:530
122
  msgid "Button"
@@ -144,7 +144,7 @@ msgstr "Паказаць клавішу Адкрыць/Захаваць уніз
144
 
145
  #: add-to-any.php:607
146
  msgid "Display Share/Save button at the bottom of posts in the feed"
147
- msgstr ""
148
 
149
  #: add-to-any.php:611
150
  msgid "Display Share/Save button at the bottom of pages"
@@ -228,11 +228,11 @@ msgstr "Як і гэты плагін?"
228
 
229
  #: add-to-any.php:704
230
  msgid "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Give it a good rating</a> on WordPress.org."
231
- msgstr ""
232
 
233
  #: add-to-any.php:705
234
  msgid "<a href=\"http://www.addtoany.com/share_save?linkname=WordPress%20Share%20%2F%20Bookmark%20Plugin%20by%20AddToAny.com&amp;linkurl=http%3A%2F%2Fwordpress.org%2Fextend%2Fplugins%2Fadd-to-any%2F\">Share it</a> with your friends."
235
- msgstr ""
236
 
237
  #: add-to-any.php:707
238
  msgid "Need support?"
2
  msgstr ""
3
  "Project-Id-Version: add-to-any\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2010-04-23 18:37-0800\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Pat <no@no.com>\n"
8
+ "Language-Team: Marcis Gasuns <by.marcis@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
116
 
117
  #: add-to-any.php:503
118
  msgid "Choose the services you want below. &nbsp;Click a chosen service again to remove. &nbsp;Reorder services by dragging and dropping as they appear above."
119
+ msgstr "Выберите услуги, которые вы хотите ниже. &nbsp;Нажмите выбранной услуги снова, чтобы удалить.&nbsp; Упорядочить услуг с помощью перетаскивания, как они появляются выше."
120
 
121
  #: add-to-any.php:530
122
  msgid "Button"
144
 
145
  #: add-to-any.php:607
146
  msgid "Display Share/Save button at the bottom of posts in the feed"
147
+ msgstr "Отображать Поделиться/Сохранить в нижней части сообщения в ленте"
148
 
149
  #: add-to-any.php:611
150
  msgid "Display Share/Save button at the bottom of pages"
228
 
229
  #: add-to-any.php:704
230
  msgid "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Give it a good rating</a> on WordPress.org."
231
+ msgstr "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Дайте хороший рейтинг</a> на WordPress.org."
232
 
233
  #: add-to-any.php:705
234
  msgid "<a href=\"http://www.addtoany.com/share_save?linkname=WordPress%20Share%20%2F%20Bookmark%20Plugin%20by%20AddToAny.com&amp;linkurl=http%3A%2F%2Fwordpress.org%2Fextend%2Fplugins%2Fadd-to-any%2F\">Share it</a> with your friends."
235
+ msgstr "<a href=\"http://www.addtoany.com/share_save?linkname=WordPress%20Share%20%2F%20Bookmark%20Plugin%20by%20AddToAny.com&amp;linkurl=http%3A%2F%2Fwordpress.org%2Fextend%2Fplugins%2Fadd-to-any%2F\">Share it</a>с друзьями."
236
 
237
  #: add-to-any.php:707
238
  msgid "Need support?"
languages/add-to-any-fr_FR.mo ADDED
Binary file
languages/add-to-any-fr_FR.po ADDED
@@ -0,0 +1,258 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: add-to-any\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2010-04-23 18:31-0800\n"
6
+ "PO-Revision-Date: \n"
7
+ "Last-Translator: Pat <no@no.com>\n"
8
+ "Language-Team: \n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Poedit-KeywordsList: __;_e\n"
13
+ "X-Poedit-Basepath: ../\n"
14
+ "X-Poedit-SearchPath-0: .\n"
15
+
16
+ #: add-to-any.php:240
17
+ msgid "Share"
18
+ msgstr "Partager"
19
+
20
+ #: add-to-any.php:241
21
+ msgid "Save"
22
+ msgstr "Enregistrer"
23
+
24
+ #: add-to-any.php:242
25
+ msgid "Subscribe"
26
+ msgstr "S'abonner"
27
+
28
+ #: add-to-any.php:243
29
+ msgid "E-mail"
30
+ msgstr "Courriel"
31
+
32
+ #: add-to-any.php:244
33
+ msgid "Bookmark"
34
+ msgstr "Signet"
35
+
36
+ #: add-to-any.php:245
37
+ msgid "Show all"
38
+ msgstr "Montrer tout"
39
+
40
+ #: add-to-any.php:246
41
+ msgid "Show less"
42
+ msgstr "Montrer moins"
43
+
44
+ #: add-to-any.php:247
45
+ msgid "Find service(s)"
46
+ msgstr "Trouver des service(s)"
47
+
48
+ #: add-to-any.php:248
49
+ msgid "Instantly find any service to add to"
50
+ msgstr "Trouver instantan&eacute;ment des services &agrave; ajouter &agrave;"
51
+
52
+ #: add-to-any.php:249
53
+ msgid "Powered by"
54
+ msgstr "Propuls&eacute; par"
55
+
56
+ #: add-to-any.php:250
57
+ msgid "Share via e-mail"
58
+ msgstr "Partager par l'entremise d'un courriel"
59
+
60
+ #: add-to-any.php:251
61
+ msgid "Subscribe via e-mail"
62
+ msgstr "S'abonner par l'entremise d'un courriel"
63
+
64
+ #: add-to-any.php:252
65
+ msgid "Bookmark in your browser"
66
+ msgstr "Ajouter un signet dans votre fureteur"
67
+
68
+ #: add-to-any.php:253
69
+ msgid "Press Ctrl+D or &#8984;+D to bookmark this page"
70
+ msgstr "Appuyez Crtl+D ou &#8984;+D pour cr&eacute;er un signet vers cette page"
71
+
72
+ #: add-to-any.php:254
73
+ msgid "Add to your favorites"
74
+ msgstr "Ajouter &agrave; vos favoris"
75
+
76
+ #: add-to-any.php:255
77
+ msgid "Send from any e-mail address or e-mail program"
78
+ msgstr "Envoyer depuis toutes adresses courriel ou tous programmes de messagerie"
79
+
80
+ #: add-to-any.php:256
81
+ msgid "E-mail program"
82
+ msgstr "Programme de messagerie"
83
+
84
+ #: add-to-any.php:281
85
+ msgid "Your theme needs to be fixed. To fix your theme, use the <a href=\"theme-editor.php\">Theme Editor</a> to insert <code>&lt;?php wp_footer(); ?&gt;</code> just before the <code>&lt;/body&gt;</code> line of your theme's <code>footer.php</code> file."
86
+ msgstr "Votre th&egrave;me doit &ecirc;tre corrig&eacute;. Pour ce faire, utilisez <a href=\"theme-editor.php\">l'&eacute;diteur</a> pour ajouter <code>&lt;?php wp_footer(); ?&gt;</code> juste avant la ligne <code>&lt;/body&gt;</code> du fichier <code>footer.php</code> de votre th&egrave;me."
87
+
88
+ #: add-to-any.php:462
89
+ #: add-to-any.php:535
90
+ #: add-to-any.php:539
91
+ #: add-to-any.php:543
92
+ #: add-to-any.php:547
93
+ #: add-to-any.php:579
94
+ msgid "Share/Bookmark"
95
+ msgstr "Partager/Marquer"
96
+
97
+ #: add-to-any.php:476
98
+ msgid "Settings saved."
99
+ msgstr "Param&egrave;tres sauvegard&eacute;s."
100
+
101
+ #: add-to-any.php:487
102
+ msgid "AddToAny: Share/Save "
103
+ msgstr "Ajouter&Agrave;Tout: Partager/Enregistrer "
104
+
105
+ #: add-to-any.php:487
106
+ #: add-to-any.php:868
107
+ #: add-to-any.php:892
108
+ msgid "Settings"
109
+ msgstr "Param&egrave;tres"
110
+
111
+ #: add-to-any.php:498
112
+ msgid "Standalone Services"
113
+ msgstr "Services ind&eacute;pendants"
114
+
115
+ #: add-to-any.php:503
116
+ msgid "Choose the services you want below. &nbsp;Click a chosen service again to remove. &nbsp;Reorder services by dragging and dropping as they appear above."
117
+ msgstr "Choisissez les services que vous souhaitez ci-dessous. &nbsp;Cliquez sur un service choisi pour le retirer. &nbsp;R&eacute;organisez les services en les faisant glisser comme ils apparaissent ci-dessus."
118
+
119
+ #: add-to-any.php:530
120
+ msgid "Button"
121
+ msgstr "Bouton"
122
+
123
+ #: add-to-any.php:569
124
+ msgid "Image URL"
125
+ msgstr "URL de l'image"
126
+
127
+ #: add-to-any.php:576
128
+ msgid "Text only"
129
+ msgstr "Texte seulement"
130
+
131
+ #: add-to-any.php:584
132
+ msgid "Placement"
133
+ msgstr "Positionnement"
134
+
135
+ #: add-to-any.php:593
136
+ msgid "Display Share/Save button at the bottom of posts"
137
+ msgstr "Afficher le bouton Partager/Enregistrer &agrave; la fin des articles"
138
+
139
+ #: add-to-any.php:600
140
+ msgid "Display Share/Save button at the bottom of posts on the front page"
141
+ msgstr "Afficher le bouton Partager/Enregistrer &agrave; la fin des articles sur la page principale"
142
+
143
+ #: add-to-any.php:607
144
+ msgid "Display Share/Save button at the bottom of posts in the feed"
145
+ msgstr "Afficher le bouton Partager/Enregistrer &agrave; la fin des articles dans le flux"
146
+
147
+ #: add-to-any.php:611
148
+ msgid "Display Share/Save button at the bottom of pages"
149
+ msgstr "Afficher le bouton Partager/Enregistrer &agrave; la fin des pages"
150
+
151
+ #: add-to-any.php:615
152
+ msgid "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>)"
153
+ msgstr "Si d&eacute;coch&eacute;, n'oubliez pas de placer le code suivant dans vos <a href=\"theme-editor.php\">pages mod&egrave;les</a> (dans <code>index.php</code>, <code>single.php</code> et/ou <code><page.php</code>)"
154
+
155
+ #: add-to-any.php:624
156
+ msgid "Menu Style"
157
+ msgstr "Menu de styles"
158
+
159
+ #: add-to-any.php:626
160
+ msgid "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."
161
+ msgstr "En utilisant le menu de styles AddToAny, vous pouvez personnaliser les couleurs de votre menu Partarger/Enregistrer. Lorsque vous aurez termin&eacute;, assrez-vous de copier le code g&eacute;n&eacute;r&eacute; dans la bo&icirc;te d'<a href=\"#\" onclick=\"document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false\">Options Compl&eacute;mentaires</a> ci-dessous."
162
+
163
+ #: add-to-any.php:628
164
+ msgid "Open the AddToAny Menu Styler in a new window"
165
+ msgstr "Ouvrir le menu de styles AddToAny dans une nouvelle fen&ecire;tre"
166
+
167
+ #: add-to-any.php:630
168
+ msgid "Open Menu Styler"
169
+ msgstr "Ouvrir le menu de styles"
170
+
171
+ #: add-to-any.php:635
172
+ msgid "Menu Options"
173
+ msgstr "Menu d'options"
174
+
175
+ #: add-to-any.php:640
176
+ msgid "Hide embedded objects (Flash, video, etc.) that intersect with the menu when displayed"
177
+ msgstr "Masquer les objets incorpor&eacute;s (Flash, vid&eacute;os, etc.) qui s'entrecoupent avec le menu lors de l'affichage."
178
+
179
+ #: add-to-any.php:645
180
+ msgid "Show the title of the post (or page) within the menu"
181
+ msgstr "Afficher le titre des articles (ou des pages) dans le menu"
182
+
183
+ #: add-to-any.php:652
184
+ msgid "Only show the menu when the user clicks the Share/Save button"
185
+ msgstr "Afficher le menu uniquement lorsqu'un utilisateur appuie sur le bouton Partager/Enregistrer"
186
+
187
+ #: add-to-any.php:658
188
+ msgid "Open the addtoany.com menu page in a new tab or window if the user clicks the Share/Save button"
189
+ msgstr "Ouvrir la page menu de addtoany.com dans un nouvel onglet ou dans une nouvelle fen&ecirc;tre si un utilisateur appuie sur le bouton Partager/Enregistrer"
190
+
191
+ #: add-to-any.php:663
192
+ msgid "Additional Options"
193
+ msgstr "Options compl&eacute;mentaires"
194
+
195
+ #: add-to-any.php:667
196
+ msgid "Paste the code from AddToAny's Menu Styler in the box below!"
197
+ msgstr "Copier le code du menu de styles AddToAny dans la bo&icirc;te ci-dessous!"
198
+
199
+ #: add-to-any.php:671
200
+ msgid "Below you can set special JavaScript variables to apply to each Share/Save menu."
201
+ msgstr "Vous pouvez d&eacute;finir, ci-dessous, des variables JavaScript sp&eacute;ciales &agrave; appliquer &agrave; chaque menu Partager/Enregistrer."
202
+
203
+ #: add-to-any.php:672
204
+ msgid "Advanced users might want to explore AddToAny's <a href=\"http://www.addtoany.com/buttons/customize/\" target=\"_blank\">additional options</a>."
205
+ msgstr "Les utilisateurs exp&eacute;riment&eacute;s peuvent vouloir explorer l'<a href=\"http://www.addtoany.com/buttons/customize/\" target=\"_blank\">API JavaScript</a> d'AddToAny."
206
+
207
+ #: add-to-any.php:678
208
+ msgid "<strong>Note</strong>: If you're adding new code, be careful not to accidentally overwrite any previous code.</label>"
209
+ msgstr ""
210
+
211
+ #: add-to-any.php:684
212
+ msgid "Use inline CSS"
213
+ msgstr ""
214
+
215
+ #: add-to-any.php:688
216
+ msgid "If unchecked, be sure to place the CSS in your theme's stylesheet:"
217
+ msgstr ""
218
+
219
+ #: add-to-any.php:698
220
+ msgid "Save Changes"
221
+ msgstr "Enregistrer les changements"
222
+
223
+ #: add-to-any.php:703
224
+ msgid "Like this plugin?"
225
+ msgstr "Aimez-vous ce plugiciel?"
226
+
227
+ #: add-to-any.php:704
228
+ msgid "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Give it a good rating</a> on WordPress.org."
229
+ msgstr "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Donnez-lui une bonne cote</a> sur WordPress.org."
230
+
231
+ #: add-to-any.php:705
232
+ msgid "<a href=\"http://www.addtoany.com/share_save?linkname=WordPress%20Share%20%2F%20Bookmark%20Plugin%20by%20AddToAny.com&amp;linkurl=http%3A%2F%2Fwordpress.org%2Fextend%2Fplugins%2Fadd-to-any%2F\">Share it</a> with your friends."
233
+ msgstr "<a href=\"http://www.addtoany.com/share_save?linkname=WordPress%20Share%20%2F%20Bookmark%20Plugin%20by%20AddToAny.com&amp;linkurl=http%3A%2F%2Fwordpress.org%2Fextend%2Fplugins%2Fadd-to-any%2F\">Partagez le</a> avec vos amis."
234
+
235
+ #: add-to-any.php:707
236
+ msgid "Need support?"
237
+ msgstr "Besoin d'aide?"
238
+
239
+ #: add-to-any.php:708
240
+ msgid "See the <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">FAQs</a>."
241
+ msgstr "Consultez la <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">FAQ</a>."
242
+
243
+ #: add-to-any.php:709
244
+ msgid "Search the <a href=\"http://wordpress.org/tags/add-to-any\">support forums</a>."
245
+ msgstr "Faites une recherche dans le <a href=\"http://wordpress.org/tags/add-to-any\">forums d'aide</a>."
246
+
247
+ #: add-to-any.php:816
248
+ msgid "Add/Remove Services"
249
+ msgstr "Ajoutez/Supprimer les services"
250
+
251
+ #: add-to-any.php:868
252
+ msgid "Share/Save"
253
+ msgstr "Partager/Enregistrer"
254
+
255
+ #: add-to-any.php:869
256
+ msgid "Share/Save Buttons"
257
+ msgstr "Boutons Ajouter/Enregistrer"
258
+