AddToAny Share Buttons - Version 1.3.8

Version Description

  • Floating share buttons are now dislabed when "Show sharing buttons" is unchecked for a post/page
  • French translation (by Jacques Soul)
Download this release

Release Info

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

Code changes from version 1.3.7 to 1.3.8

README.txt CHANGED
@@ -2,8 +2,8 @@
2
  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, whatsapp, 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: 4.0
6
- Stable tag: 1.3.7
7
 
8
  Share buttons for WordPress including AddToAny's universal sharing button, Facebook, Twitter, Google+, Pinterest, WhatsApp and many more.
9
 
@@ -290,6 +290,10 @@ Upload the plugin directory (including all files and directories within) to the
290
 
291
  == Changelog ==
292
 
 
 
 
 
293
  = 1.3.7 =
294
  * New <a href="https://www.addtoany.com/blog/new-universal-sharing-menu-design/">share menu</a> design for the universal share button!
295
  * Floating share buttons code can be placed manually in theme files
2
  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, whatsapp, 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: 4.1
6
+ Stable tag: 1.3.8
7
 
8
  Share buttons for WordPress including AddToAny's universal sharing button, Facebook, Twitter, Google+, Pinterest, WhatsApp and many more.
9
 
290
 
291
  == Changelog ==
292
 
293
+ = 1.3.8 =
294
+ * Floating share buttons are now dislabed when "Show sharing buttons" is unchecked for a post/page
295
+ * French translation (by Jacques Soulé)
296
+
297
  = 1.3.7 =
298
  * New <a href="https://www.addtoany.com/blog/new-universal-sharing-menu-design/">share menu</a> design for the universal share button!
299
  * Floating share buttons code can be placed manually in theme files
add-to-any.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Share Buttons by AddToAny
4
  Plugin URI: https://www.addtoany.com/
5
  Description: Share buttons for your pages including AddToAny's universal sharing button, Facebook, Twitter, Google+, Pinterest, WhatsApp and many more. [<a href="options-general.php?page=add-to-any.php">Settings</a>]
6
- Version: 1.3.7
7
  Author: AddToAny
8
  Author URI: https://www.addtoany.com/
9
  */
@@ -534,11 +534,23 @@ function ADDTOANY_SHARE_SAVE_FLOATING( $args = array() ) {
534
  $options = get_option( 'addtoany_options' );
535
 
536
  $floating_html = '';
537
-
538
  // Overridable by args below
539
  $vertical_type = ( isset( $options['floating_vertical'] ) && 'none' != $options['floating_vertical'] ) ? $options['floating_vertical'] : false;
540
  $horizontal_type = ( isset( $options['floating_horizontal'] ) && 'none' != $options['floating_horizontal'] ) ? $options['floating_horizontal'] : false;
541
 
 
 
 
 
 
 
 
 
 
 
 
 
542
  // Args are just passed on to ADDTOANY_SHARE_SAVE_KIT for now
543
  $defaults = array(
544
  'linkname' => '',
3
  Plugin Name: Share Buttons by AddToAny
4
  Plugin URI: https://www.addtoany.com/
5
  Description: Share buttons for your pages including AddToAny's universal sharing button, Facebook, Twitter, Google+, Pinterest, WhatsApp and many more. [<a href="options-general.php?page=add-to-any.php">Settings</a>]
6
+ Version: 1.3.8
7
  Author: AddToAny
8
  Author URI: https://www.addtoany.com/
9
  */
534
  $options = get_option( 'addtoany_options' );
535
 
536
  $floating_html = '';
537
+
538
  // Overridable by args below
539
  $vertical_type = ( isset( $options['floating_vertical'] ) && 'none' != $options['floating_vertical'] ) ? $options['floating_vertical'] : false;
540
  $horizontal_type = ( isset( $options['floating_horizontal'] ) && 'none' != $options['floating_horizontal'] ) ? $options['floating_horizontal'] : false;
541
 
542
+ if ( is_singular() ) {
543
+ // Disabled for this singular post?
544
+ $sharing_disabled = get_post_meta( get_the_ID(), 'sharing_disabled', true );
545
+ $sharing_disabled = apply_filters( 'addtoany_sharing_disabled', $sharing_disabled );
546
+
547
+ if ( ! empty( $sharing_disabled ) ) {
548
+ // Overridable by args below
549
+ $vertical_type = false;
550
+ $horizontal_type = false;
551
+ }
552
+ }
553
+
554
  // Args are just passed on to ADDTOANY_SHARE_SAVE_KIT for now
555
  $defaults = array(
556
  'linkname' => '',
languages/add-to-any-fr_FR.mo CHANGED
Binary file
languages/add-to-any-fr_FR.po CHANGED
@@ -1,307 +1,397 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: add-to-any\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2011-02-23 20:39-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:322
17
- msgid "Share"
18
- msgstr "Partager"
19
-
20
- #: add-to-any.php:323
21
- msgid "Save"
22
- msgstr "Enregistrer"
23
-
24
- #: add-to-any.php:324
25
- msgid "Subscribe"
26
- msgstr "S'abonner"
27
-
28
- #: add-to-any.php:325
29
- msgid "E-mail"
30
- msgstr "Courriel"
31
-
32
- #: add-to-any.php:326
33
- msgid "Bookmark"
34
- msgstr "Signet"
35
-
36
- #: add-to-any.php:327
37
- msgid "Show all"
38
- msgstr "Montrer tout"
39
-
40
- #: add-to-any.php:328
41
- msgid "Show less"
42
- msgstr "Montrer moins"
43
-
44
- #: add-to-any.php:329
45
- msgid "Find service(s)"
46
- msgstr "Trouver des service(s)"
47
-
48
- #: add-to-any.php:330
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:331
53
- msgid "Powered by"
54
- msgstr "Propuls&eacute; par"
55
-
56
- #: add-to-any.php:332
57
- msgid "Share via e-mail"
58
- msgstr "Partager par l'entremise d'un courriel"
59
-
60
- #: add-to-any.php:333
61
- msgid "Subscribe via e-mail"
62
- msgstr "S'abonner par l'entremise d'un courriel"
63
-
64
- #: add-to-any.php:334
65
- msgid "Bookmark in your browser"
66
- msgstr "Ajouter un signet dans votre fureteur"
67
-
68
- #: add-to-any.php:335
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:336
73
- msgid "Add to your favorites"
74
- msgstr "Ajouter &agrave; vos favoris"
75
-
76
- #: add-to-any.php:337
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:338
81
- msgid "E-mail program"
82
- msgstr "Programme de messagerie"
83
-
84
- #: add-to-any.php:363
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:520
89
- #, php-format
90
- msgid "Unable to create directory %s. Is its parent directory writable by the server?"
91
- msgstr ""
92
-
93
- #: add-to-any.php:654
94
- #: add-to-any.php:778
95
- #: add-to-any.php:782
96
- #: add-to-any.php:786
97
- #: add-to-any.php:790
98
- #: add-to-any.php:822
99
- msgid "Share/Bookmark"
100
- msgstr "Partager/Marquer"
101
-
102
- #: add-to-any.php:667
103
- msgid "Settings saved."
104
- msgstr "Param&egrave;tres sauvegard&eacute;s."
105
-
106
- #: add-to-any.php:688
107
- msgid "bottom"
108
- msgstr ""
109
-
110
- #: add-to-any.php:692
111
- msgid "top"
112
- msgstr ""
113
-
114
- #: add-to-any.php:696
115
- msgid "top &amp; bottom"
116
- msgstr ""
117
-
118
- #: add-to-any.php:727
119
- msgid "AddToAny: Share/Save "
120
- msgstr "Ajouter&Agrave;Tout: Partager/Enregistrer "
121
-
122
- #: add-to-any.php:727
123
- #: add-to-any.php:1132
124
- #: add-to-any.php:1163
125
- msgid "Settings"
126
- msgstr "Param&egrave;tres"
127
-
128
- #: add-to-any.php:736
129
- msgid "Standalone Services"
130
- msgstr "Services ind&eacute;pendants"
131
-
132
- #: add-to-any.php:741
133
- 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."
134
- 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."
135
-
136
- #: add-to-any.php:773
137
- msgid "Button"
138
- msgstr "Bouton"
139
-
140
- #: add-to-any.php:812
141
- msgid "Image URL"
142
- msgstr "URL de l'image"
143
-
144
- #: add-to-any.php:819
145
- msgid "Text only"
146
- msgstr "Texte seulement"
147
-
148
- #: add-to-any.php:827
149
- msgid "Placement"
150
- msgstr "Positionnement"
151
-
152
- #: add-to-any.php:832
153
- #, fuzzy, php-format
154
- msgid "Display at the %s of posts"
155
- msgstr "Afficher le bouton Partager/Enregistrer &agrave; la fin des articles"
156
-
157
- #: add-to-any.php:839
158
- #, php-format
159
- msgid "Display at the %s of post excerpts"
160
- msgstr ""
161
-
162
- #: add-to-any.php:846
163
- #, fuzzy, php-format
164
- msgid "Display at the %s of posts on the front page"
165
- msgstr "Afficher le bouton Partager/Enregistrer &agrave; la fin des articles sur la page principale"
166
-
167
- #: add-to-any.php:854
168
- #, fuzzy, php-format
169
- msgid "Display at the %s of posts in the feed"
170
- msgstr "Afficher le bouton Partager/Enregistrer &agrave; la fin des articles dans le flux"
171
-
172
- #: add-to-any.php:858
173
- #, fuzzy, php-format
174
- msgid "Display at the %s of pages"
175
- msgstr "Afficher le bouton Partager/Enregistrer &agrave; la fin des pages"
176
-
177
- #: add-to-any.php:862
178
- 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>)"
179
- 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>)"
180
-
181
- #: add-to-any.php:871
182
- msgid "Menu Style"
183
- msgstr "Menu de styles"
184
-
185
- #: add-to-any.php:873
186
- 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."
187
- 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."
188
-
189
- #: add-to-any.php:875
190
- msgid "Open the AddToAny Menu Styler in a new window"
191
- msgstr "Ouvrir le menu de styles AddToAny dans une nouvelle fen&ecire;tre"
192
-
193
- #: add-to-any.php:877
194
- msgid "Open Menu Styler"
195
- msgstr "Ouvrir le menu de styles"
196
-
197
- #: add-to-any.php:882
198
- msgid "Menu Options"
199
- msgstr "Menu d'options"
200
-
201
- #: add-to-any.php:887
202
- msgid "Only show the menu when the user clicks the Share/Save button"
203
- msgstr "Afficher le menu uniquement lorsqu'un utilisateur appuie sur le bouton Partager/Enregistrer"
204
-
205
- #: add-to-any.php:892
206
- msgid "Show the title of the post (or page) within the menu"
207
- msgstr "Afficher le titre des articles (ou des pages) dans le menu"
208
-
209
- #: add-to-any.php:897
210
- msgid "Additional Options"
211
- msgstr "Options compl&eacute;mentaires"
212
-
213
- #: add-to-any.php:901
214
- msgid "Paste the code from AddToAny's Menu Styler in the box below!"
215
- msgstr "Copier le code du menu de styles AddToAny dans la bo&icirc;te ci-dessous!"
216
-
217
- #: add-to-any.php:905
218
- msgid "Below you can set special JavaScript variables to apply to each Share/Save menu."
219
- msgstr "Vous pouvez d&eacute;finir, ci-dessous, des variables JavaScript sp&eacute;ciales &agrave; appliquer &agrave; chaque menu Partager/Enregistrer."
220
-
221
- #: add-to-any.php:906
222
- msgid "Advanced users might want to explore AddToAny's <a href=\"http://www.addtoany.com/buttons/customize/\" target=\"_blank\">additional options</a>."
223
- 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."
224
-
225
- #: add-to-any.php:912
226
- msgid "<strong>Note</strong>: If you're adding new code, be careful not to accidentally overwrite any previous code.</label>"
227
- msgstr ""
228
-
229
- #: add-to-any.php:917
230
- #, fuzzy
231
- msgid "Advanced Options"
232
- msgstr "Options compl&eacute;mentaires"
233
-
234
- #: add-to-any.php:922
235
- msgid "Use CSS stylesheet"
236
- msgstr ""
237
-
238
- #: add-to-any.php:927
239
- msgid "Cache AddToAny locally with daily cache updates"
240
- msgstr ""
241
-
242
- #: add-to-any.php:931
243
- msgid "Only consider for sites with frequently returning visitors. Since many visitors will have AddToAny cached in their browser already, serving AddToAny locally from your site will be slower for those visitors. Be sure to set far future cache/expires headers for image files in your <code>uploads/addtoany</code> directory."
244
- msgstr ""
245
-
246
- #: add-to-any.php:938
247
- msgid "Save Changes"
248
- msgstr "Enregistrer les changements"
249
-
250
- #: add-to-any.php:939
251
- msgid "Are you sure you want to delete all AddToAny options?"
252
- msgstr ""
253
-
254
- #: add-to-any.php:939
255
- msgid "Reset"
256
- msgstr ""
257
-
258
- #: add-to-any.php:944
259
- msgid "Like this plugin?"
260
- msgstr "Aimez-vous ce plugiciel?"
261
-
262
- #: add-to-any.php:945
263
- msgid "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Give it a good rating</a> on WordPress.org."
264
- msgstr "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Donnez-lui une bonne cote</a> sur WordPress.org."
265
-
266
- #: add-to-any.php:946
267
- 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."
268
- 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."
269
-
270
- #: add-to-any.php:948
271
- msgid "Need support?"
272
- msgstr "Besoin d'aide?"
273
-
274
- #: add-to-any.php:949
275
- msgid "See the <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">FAQs</a>."
276
- msgstr "Consultez la <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">FAQ</a>."
277
-
278
- #: add-to-any.php:950
279
- msgid "Search the <a href=\"http://wordpress.org/tags/add-to-any\">support forums</a>."
280
- msgstr "Faites une recherche dans le <a href=\"http://wordpress.org/tags/add-to-any\">forums d'aide</a>."
281
-
282
- #: add-to-any.php:1075
283
- msgid "Add/Remove Services"
284
- msgstr "Ajoutez/Supprimer les services"
285
-
286
- #: add-to-any.php:1132
287
- msgid "Share/Save"
288
- msgstr "Partager/Enregistrer"
289
-
290
- #: add-to-any.php:1133
291
- msgid "Share/Save Buttons"
292
- msgstr "Boutons Ajouter/Enregistrer"
293
-
294
- #~ msgid ""
295
- #~ "Open the addtoany.com menu page in a new tab or window if the user clicks "
296
- #~ "the Share/Save button"
297
- #~ msgstr ""
298
- #~ "Ouvrir la page menu de addtoany.com dans un nouvel onglet ou dans une "
299
- #~ "nouvelle fen&ecirc;tre si un utilisateur appuie sur le bouton Partager/"
300
- #~ "Enregistrer"
301
-
302
- #~ msgid ""
303
- #~ "Hide embedded objects (Flash, video, etc.) that intersect with the menu "
304
- #~ "when displayed"
305
- #~ msgstr ""
306
- #~ "Masquer les objets incorpor&eacute;s (Flash, vid&eacute;os, etc.) qui "
307
- #~ "s'entrecoupent avec le menu lors de l'affichage."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: add-to-any\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2011-02-23 20:39-0800\n"
6
+ "PO-Revision-Date: Sat Sep 27 2014 09:46:21 GMT+0200 (CEST)\n"
7
+ "Last-Translator: Jacques SOULE <jsoule2010@gmail.com>\n"
8
+ "Language-Team: \n"
9
+ "Language: French\n"
10
+ "Plural-Forms: nplurals=2; plural=n > 1\n"
11
+ "MIME-Version: 1.0\n"
12
+ "Content-Type: text/plain; charset=UTF-8\n"
13
+ "Content-Transfer-Encoding: 8bit\n"
14
+ "X-Poedit-SourceCharset: UTF-8\n"
15
+ "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
16
+ "__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
17
+ "_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
18
+ "esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
19
+ "esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
20
+ "X-Poedit-Basepath: ../\n"
21
+ "X-Poedit-SearchPath-0: .\n"
22
+ "X-Loco-Target-Locale: fr_FR\n"
23
+ "X-Generator: Loco - https://localise.biz/"
24
+
25
+ #: add-to-any.php:917
26
+ #, fuzzy
27
+ msgid "Advanced Options"
28
+ msgstr "Options compl&eacute;mentaires"
29
+
30
+ #: add-to-any.php:520
31
+ #, php-format
32
+ msgid ""
33
+ "Unable to create directory %s. Is its parent directory writable by the "
34
+ "server?"
35
+ msgstr ""
36
+ "Impossible de créer la bibliothèque \n"
37
+ "%s. Est-ce que son répertoire parent est modifiable par le serveur?"
38
+
39
+ #: add-to-any.php:688
40
+ msgid "bottom"
41
+ msgstr "Bas"
42
+
43
+ #: add-to-any.php:692
44
+ msgid "top"
45
+ msgstr "Haut"
46
+
47
+ #: add-to-any.php:696
48
+ msgid "top &amp; bottom"
49
+ msgstr ""
50
+ "Bouton haut\n"
51
+ " &amp;"
52
+
53
+ #: add-to-any.php:839
54
+ #, php-format
55
+ msgid "Display at the %s of post excerpts"
56
+ msgstr ""
57
+ "Afficher à \n"
58
+ "%s de résumé d'articles"
59
+
60
+ #: add-to-any.php:912
61
+ msgid ""
62
+ "<strong>Note</strong>: If you're adding new code, be careful not to "
63
+ "accidentally overwrite any previous code.</label>"
64
+ msgstr ""
65
+ "<strong>Note</strong>: Si vous ajoutez un nouveau code, faites attention de "
66
+ "ne pas écraser accidentellement le code précédent.\n"
67
+ " </label>"
68
+
69
+ #: add-to-any.php:922
70
+ msgid "Use CSS stylesheet"
71
+ msgstr "utliliser la feuille CSS"
72
+
73
+ #: add-to-any.php:927
74
+ msgid "Cache AddToAny locally with daily cache updates"
75
+ msgstr ""
76
+ "Cache local \n"
77
+ "AddToAny avec les mise à jour journalières du cache"
78
+
79
+ #: add-to-any.php:931
80
+ msgid ""
81
+ "Only consider for sites with frequently returning visitors. Since many "
82
+ "visitors will have AddToAny cached in their browser already, serving "
83
+ "AddToAny locally from your site will be slower for those visitors. Be sure "
84
+ "to set far future cache/expires headers for image files in your "
85
+ "<code>uploads/addtoany</code> directory."
86
+ msgstr ""
87
+ "A considérer uniquement pour les sites fréquemment visités. Etant donné que "
88
+ "beaucoup de visiteurs auront déjà \n"
89
+ "AddToAny\n"
90
+ " en cache dans leur navigateur, offrir \n"
91
+ "AddToAny localement depuis votre site sera plus lent pour les visiteurs. "
92
+ "N'oubliez pas de mettre en place les en-têtes du cache/expiration pour les "
93
+ "fichiers image dans votre répertoire \n"
94
+ "<code> chargements/\n"
95
+ "addtoany</code>.\n"
96
+ " "
97
+
98
+ #: add-to-any.php:939
99
+ msgid "Are you sure you want to delete all AddToAny options?"
100
+ msgstr ""
101
+ "Voulez-vous vraiment supprimer toutes les options de \n"
102
+ "AddToAny?"
103
+
104
+ #: add-to-any.php:939
105
+ msgid "Reset"
106
+ msgstr "Réinitialiser"
107
+
108
+ #: add-to-any.php:322
109
+ msgid "Share"
110
+ msgstr "Partager"
111
+
112
+ #: add-to-any.php:323
113
+ msgid "Save"
114
+ msgstr "Enregistrer"
115
+
116
+ #: add-to-any.php:324
117
+ msgid "Subscribe"
118
+ msgstr "S'abonner"
119
+
120
+ #: add-to-any.php:325
121
+ msgid "E-mail"
122
+ msgstr "Courriel"
123
+
124
+ #: add-to-any.php:326
125
+ msgid "Bookmark"
126
+ msgstr "Signet"
127
+
128
+ #: add-to-any.php:327
129
+ msgid "Show all"
130
+ msgstr "Montrer tout"
131
+
132
+ #: add-to-any.php:328
133
+ msgid "Show less"
134
+ msgstr "Montrer moins"
135
+
136
+ #: add-to-any.php:329
137
+ msgid "Find service(s)"
138
+ msgstr "Trouver des service(s)"
139
+
140
+ #: add-to-any.php:330
141
+ msgid "Instantly find any service to add to"
142
+ msgstr "Trouver instantan&eacute;ment des services &agrave; ajouter &agrave;"
143
+
144
+ #: add-to-any.php:331
145
+ msgid "Powered by"
146
+ msgstr "Propuls&eacute; par"
147
+
148
+ #: add-to-any.php:332
149
+ msgid "Share via e-mail"
150
+ msgstr "Partager par l'entremise d'un courriel"
151
+
152
+ #: add-to-any.php:333
153
+ msgid "Subscribe via e-mail"
154
+ msgstr "S'abonner par l'entremise d'un courriel"
155
+
156
+ #: add-to-any.php:334
157
+ msgid "Bookmark in your browser"
158
+ msgstr "Ajouter un signet dans votre fureteur"
159
+
160
+ #: add-to-any.php:335
161
+ msgid "Press Ctrl+D or &#8984;+D to bookmark this page"
162
+ msgstr "Appuyez Crtl+D ou &#8984;+D pour cr&eacute;er un signet vers cette page"
163
+
164
+ #: add-to-any.php:336
165
+ msgid "Add to your favorites"
166
+ msgstr "Ajouter &agrave; vos favoris"
167
+
168
+ #: add-to-any.php:337
169
+ msgid "Send from any e-mail address or e-mail program"
170
+ msgstr "Envoyer depuis toutes adresses courriel ou tous programmes de messagerie"
171
+
172
+ #: add-to-any.php:338
173
+ msgid "E-mail program"
174
+ msgstr "Programme de messagerie"
175
+
176
+ #: add-to-any.php:363
177
+ msgid ""
178
+ "Your theme needs to be fixed. To fix your theme, use the <a href=\"theme-"
179
+ "editor.php\">Theme Editor</a> to insert <code>&lt;?php wp_footer(); ?&gt;"
180
+ "</code> just before the <code>&lt;/body&gt;</code> line of your theme's "
181
+ "<code>footer.php</code> file."
182
+ msgstr ""
183
+ "Votre th&egrave;me doit &ecirc;tre corrig&eacute;. Pour ce faire, utilisez "
184
+ "<a href=\"theme-editor.php\">l'&eacute;diteur</a> pour ajouter <code>&lt;?php "
185
+ "wp_footer(); ?&gt;</code> juste avant la ligne <code>&lt;/body&gt;</code> du "
186
+ "fichier <code>footer.php</code> de votre th&egrave;me."
187
+
188
+ #: add-to-any.php:654
189
+ #: add-to-any.php:778
190
+ #: add-to-any.php:782
191
+ #: add-to-any.php:786
192
+ #: add-to-any.php:790
193
+ #: add-to-any.php:822
194
+ msgid "Share/Bookmark"
195
+ msgstr "Partager/Marquer"
196
+
197
+ #: add-to-any.php:667
198
+ msgid "Settings saved."
199
+ msgstr "Param&egrave;tres sauvegard&eacute;s."
200
+
201
+ #: add-to-any.php:727
202
+ msgid "AddToAny: Share/Save "
203
+ msgstr "Ajouter&Agrave;Tout: Partager/Enregistrer "
204
+
205
+ #: add-to-any.php:727
206
+ #: add-to-any.php:1132
207
+ #: add-to-any.php:1163
208
+ msgid "Settings"
209
+ msgstr "Param&egrave;tres"
210
+
211
+ #: add-to-any.php:736
212
+ msgid "Standalone Services"
213
+ msgstr "Services ind&eacute;pendants"
214
+
215
+ #: add-to-any.php:741
216
+ msgid ""
217
+ "Choose the services you want below. &nbsp;Click a chosen service again to "
218
+ "remove. &nbsp;Reorder services by dragging and dropping as they appear above."
219
+ msgstr ""
220
+ "Choisissez les services que vous souhaitez ci-dessous. &nbsp;Cliquez sur un "
221
+ "service choisi pour le retirer. &nbsp;R&eacute;organisez les services en les "
222
+ "faisant glisser comme ils apparaissent ci-dessus."
223
+
224
+ #: add-to-any.php:773
225
+ msgid "Button"
226
+ msgstr "Bouton"
227
+
228
+ #: add-to-any.php:812
229
+ msgid "Image URL"
230
+ msgstr "URL de l'image"
231
+
232
+ #: add-to-any.php:819
233
+ msgid "Text only"
234
+ msgstr "Texte seulement"
235
+
236
+ #: add-to-any.php:827
237
+ msgid "Placement"
238
+ msgstr "Positionnement"
239
+
240
+ #: add-to-any.php:832
241
+ #, php-format
242
+ msgid "Display at the %s of posts"
243
+ msgstr "Afficher le bouton Partager/Enregistrer &agrave; la fin des articles"
244
+
245
+ #: add-to-any.php:846
246
+ #, php-format
247
+ msgid "Display at the %s of posts on the front page"
248
+ msgstr ""
249
+ "Afficher le bouton Partager/Enregistrer &agrave; la fin des articles sur la "
250
+ "page principale"
251
+
252
+ #: add-to-any.php:854
253
+ #, php-format
254
+ msgid "Display at the %s of posts in the feed"
255
+ msgstr ""
256
+ "Afficher le bouton Partager/Enregistrer &agrave; la fin des articles dans le "
257
+ "flux"
258
+
259
+ #: add-to-any.php:858
260
+ #, php-format
261
+ msgid "Display at the %s of pages"
262
+ msgstr "Afficher le bouton Partager/Enregistrer &agrave; la fin des pages"
263
+
264
+ #: add-to-any.php:862
265
+ msgid ""
266
+ "If unchecked, be sure to place the following code in <a href=\"theme-editor."
267
+ "php\">your template pages</a> (within <code>index.php</code>, <code>single."
268
+ "php</code>, and/or <code>page.php</code>)"
269
+ msgstr ""
270
+ "Si d&eacute;coch&eacute;, n'oubliez pas de placer le code suivant dans vos "
271
+ "<a href=\"theme-editor.php\">pages mod&egrave;les</a> (dans <code>index."
272
+ "php</code>, <code>single.php</code> et/ou <code><page.php</code>)"
273
+
274
+ #: add-to-any.php:871
275
+ msgid "Menu Style"
276
+ msgstr "Menu de styles"
277
+
278
+ #: add-to-any.php:873
279
+ msgid ""
280
+ "Using AddToAny's Menu Styler, you can customize the colors of your "
281
+ "Share/Save menu! When you're done, be sure to paste the generated code in "
282
+ "the <a href=\"#\" onclick=\"document."
283
+ "getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return "
284
+ "false\">Additional Options</a> box below."
285
+ msgstr ""
286
+ "En utilisant le menu de styles AddToAny, vous pouvez personnaliser les "
287
+ "couleurs de votre menu Partarger/Enregistrer. Lorsque vous aurez "
288
+ "termin&eacute;, assrez-vous de copier le code g&eacute;n&eacute;r&eacute; "
289
+ "dans la bo&icirc;te d'<a href=\"#\" onclick=\"document."
290
+ "getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return "
291
+ "false\">Options Compl&eacute;mentaires</a> ci-dessous."
292
+
293
+ #: add-to-any.php:875
294
+ msgid "Open the AddToAny Menu Styler in a new window"
295
+ msgstr "Ouvrir le menu de styles AddToAny dans une nouvelle fen&ecire;tre"
296
+
297
+ #: add-to-any.php:877
298
+ msgid "Open Menu Styler"
299
+ msgstr "Ouvrir le menu de styles"
300
+
301
+ #: add-to-any.php:882
302
+ msgid "Menu Options"
303
+ msgstr "Menu d'options"
304
+
305
+ #: add-to-any.php:887
306
+ msgid "Only show the menu when the user clicks the Share/Save button"
307
+ msgstr ""
308
+ "Afficher le menu uniquement lorsqu'un utilisateur appuie sur le bouton "
309
+ "Partager/Enregistrer"
310
+
311
+ #: add-to-any.php:892
312
+ msgid "Show the title of the post (or page) within the menu"
313
+ msgstr "Afficher le titre des articles (ou des pages) dans le menu"
314
+
315
+ #: add-to-any.php:897
316
+ msgid "Additional Options"
317
+ msgstr "Options compl&eacute;mentaires"
318
+
319
+ #: add-to-any.php:901
320
+ msgid "Paste the code from AddToAny's Menu Styler in the box below!"
321
+ msgstr "Copier le code du menu de styles AddToAny dans la bo&icirc;te ci-dessous!"
322
+
323
+ #: add-to-any.php:905
324
+ msgid ""
325
+ "Below you can set special JavaScript variables to apply to each Share/Save "
326
+ "menu."
327
+ msgstr ""
328
+ "Vous pouvez d&eacute;finir, ci-dessous, des variables JavaScript sp&eacute;"
329
+ "ciales &agrave; appliquer &agrave; chaque menu Partager/Enregistrer."
330
+
331
+ #: add-to-any.php:906
332
+ msgid ""
333
+ "Advanced users might want to explore AddToAny's <a href=\"http://www.addtoany."
334
+ "com/buttons/customize/\" target=\"_blank\">additional options</a>."
335
+ msgstr ""
336
+ "Les utilisateurs exp&eacute;riment&eacute;s peuvent vouloir explorer l'<a "
337
+ "href=\"http://www.addtoany.com/buttons/customize/\" target=\"_blank\">API "
338
+ "JavaScript</a> d'AddToAny."
339
+
340
+ #: add-to-any.php:938
341
+ msgid "Save Changes"
342
+ msgstr "Enregistrer les changements"
343
+
344
+ #: add-to-any.php:944
345
+ msgid "Like this plugin?"
346
+ msgstr "Aimez-vous ce plugiciel?"
347
+
348
+ #: add-to-any.php:945
349
+ msgid ""
350
+ "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Give it a good "
351
+ "rating</a> on WordPress.org."
352
+ msgstr ""
353
+ "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Donnez-lui une "
354
+ "bonne cote</a> sur WordPress.org."
355
+
356
+ #: add-to-any.php:946
357
+ #, c-format
358
+ msgid ""
359
+ "<a href=\"http://www.addtoany.com/share_save?"
360
+ "linkname=WordPress%20Share%20%2F%20Bookmark%20Plugin%20by%20AddToAny.com&amp;"
361
+ "linkurl=http%3A%2F%2Fwordpress.org%2Fextend%2Fplugins%2Fadd-to-any%2F\">Share "
362
+ "it</a> with your friends."
363
+ msgstr ""
364
+ "<a href=\"http://www.addtoany.com/share_save?"
365
+ "linkname=WordPress%20Share%20%2F%20Bookmark%20Plugin%20by%20AddToAny.com&amp;"
366
+ "linkurl=http%3A%2F%2Fwordpress.org%2Fextend%2Fplugins%2Fadd-to-"
367
+ "any%2F\">Partagez le</a> avec vos amis."
368
+
369
+ #: add-to-any.php:948
370
+ msgid "Need support?"
371
+ msgstr "Besoin d'aide?"
372
+
373
+ #: add-to-any.php:949
374
+ msgid ""
375
+ "See the <a href=\"http://wordpress.org/extend/plugins/add-to-"
376
+ "any/faq/\">FAQs</a>."
377
+ msgstr ""
378
+ "Consultez la <a href=\"http://wordpress.org/extend/plugins/add-to-"
379
+ "any/faq/\">FAQ</a>."
380
+
381
+ #: add-to-any.php:950
382
+ msgid "Search the <a href=\"http://wordpress.org/tags/add-to-any\">support forums</a>."
383
+ msgstr ""
384
+ "Faites une recherche dans le <a href=\"http://wordpress.org/tags/add-to-"
385
+ "any\">forums d'aide</a>."
386
+
387
+ #: add-to-any.php:1075
388
+ msgid "Add/Remove Services"
389
+ msgstr "Ajoutez/Supprimer les services"
390
+
391
+ #: add-to-any.php:1132
392
+ msgid "Share/Save"
393
+ msgstr "Partager/Enregistrer"
394
+
395
+ #: add-to-any.php:1133
396
+ msgid "Share/Save Buttons"
397
+ msgstr "Boutons Ajouter/Enregistrer"