Version Description
Download this release
Release Info
Developer | micropat |
Plugin | AddToAny Share Buttons |
Version | 0.9.8.9.2 |
Comparing to | |
See all releases |
Code changes from version 0.9.8.9.1 to 0.9.8.9.2
- README.txt +8 -2
- add-to-any.php +1 -1
- i18n/add-to-any-ca.mo +0 -0
- i18n/add-to-any-ca.po +206 -0
- i18n/add-to-any-da_DK.mo +0 -0
- i18n/add-to-any-da_DK.po +5 -4
- screenshot-1.png +0 -0
- share_save_171_16.png +0 -0
- share_save_256_24.png +0 -0
README.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.addtoany.com/contact/
|
|
4 |
Tags: bookmarking, social, social bookmarking, bookmark, bookmarks, sharing, share, saving, save, Post, posts, page, pages, images, image, admin, statistics, stats, links, plugin, widget, e-mail, email, seo, button, delicious, google, digg, reddit, facebook, myspace, twitter, stumbleupon, technorati, wpmu, addtoany, add, any
|
5 |
Requires at least: 2.0
|
6 |
Tested up to: 2.7.1
|
7 |
-
Stable tag: 0.9.8.9.
|
8 |
|
9 |
Helps readers share, save, bookmark, and email your posts and pages using any service, such as Delicious, Digg, Facebook, Twitter, and over 100 more.
|
10 |
|
@@ -12,7 +12,7 @@ Helps readers share, save, bookmark, and email your posts and pages using any se
|
|
12 |
|
13 |
Helps readers **share**, **save**, **bookmark**, and **email** your posts and pages using **any service**, such as Delicious, Digg, Facebook, Twitter, and over 100 more social bookmarking and sharing sites. The button comes with Add to Any's customizable **Smart Menu**, which **places the services visitors use at the top of the menu**, based on each visitor's browsing history.
|
14 |
|
15 |
-
The E-mail tab makes it easy to share via Gmail, Y! Mail, Hotmail, AOL, and any other web-based e-mailer or desktop program. The Bookmark or Add to Favorites tab helps users bookmark using any browser (Internet Explorer, Firefox,
|
16 |
|
17 |
* Add to Any <a href="http://www.addtoany.com/blog/smart-menus-the-services-your-visitors-use-displayed-first/" target="_blank">Smart Menu</a>
|
18 |
* Includes all services
|
@@ -49,6 +49,7 @@ It's likely because your your theme wasn't <a href="http://codex.wordpress.org/T
|
|
49 |
= How can I move the button to another area of my theme? =
|
50 |
|
51 |
Directions are located within the plugin's settings panel located in `Settings` > `Share/Save Buttons` under `Button Placement`. In the Theme Editor, you will place this line of code where you want the button to appear in your theme:
|
|
|
52 |
`<?php if( function_exists('ADDTOANY_SHARE_SAVE_BUTTON') ) { ADDTOANY_SHARE_SAVE_BUTTON(); } ?>`
|
53 |
|
54 |
= How can I force the button to appear in individual posts and pages? =
|
@@ -73,6 +74,11 @@ This is done to overcome browser limitations that prevent the drop-down menu fro
|
|
73 |
|
74 |
== Changelog ==
|
75 |
|
|
|
|
|
|
|
|
|
|
|
76 |
.9.8.9.1:
|
77 |
|
78 |
* Automatic localization/i18n
|
4 |
Tags: bookmarking, social, social bookmarking, bookmark, bookmarks, sharing, share, saving, save, Post, posts, page, pages, images, image, admin, statistics, stats, links, plugin, widget, e-mail, email, seo, button, delicious, google, digg, reddit, facebook, myspace, twitter, stumbleupon, technorati, wpmu, addtoany, add, any
|
5 |
Requires at least: 2.0
|
6 |
Tested up to: 2.7.1
|
7 |
+
Stable tag: 0.9.8.9.2
|
8 |
|
9 |
Helps readers share, save, bookmark, and email your posts and pages using any service, such as Delicious, Digg, Facebook, Twitter, and over 100 more.
|
10 |
|
12 |
|
13 |
Helps readers **share**, **save**, **bookmark**, and **email** your posts and pages using **any service**, such as Delicious, Digg, Facebook, Twitter, and over 100 more social bookmarking and sharing sites. The button comes with Add to Any's customizable **Smart Menu**, which **places the services visitors use at the top of the menu**, based on each visitor's browsing history.
|
14 |
|
15 |
+
The E-mail tab makes it easy to share via Gmail, Y! Mail, Hotmail, AOL, and any other web-based e-mailer or desktop program. The Bookmark or Add to Favorites tab helps users bookmark using any browser (Internet Explorer, Firefox, Chrome, Safari, Opera etc.).
|
16 |
|
17 |
* Add to Any <a href="http://www.addtoany.com/blog/smart-menus-the-services-your-visitors-use-displayed-first/" target="_blank">Smart Menu</a>
|
18 |
* Includes all services
|
49 |
= How can I move the button to another area of my theme? =
|
50 |
|
51 |
Directions are located within the plugin's settings panel located in `Settings` > `Share/Save Buttons` under `Button Placement`. In the Theme Editor, you will place this line of code where you want the button to appear in your theme:
|
52 |
+
|
53 |
`<?php if( function_exists('ADDTOANY_SHARE_SAVE_BUTTON') ) { ADDTOANY_SHARE_SAVE_BUTTON(); } ?>`
|
54 |
|
55 |
= How can I force the button to appear in individual posts and pages? =
|
74 |
|
75 |
== Changelog ==
|
76 |
|
77 |
+
.9.8.9.2:
|
78 |
+
|
79 |
+
* Buttons include Facebook icon
|
80 |
+
* Catalan i18n
|
81 |
+
|
82 |
.9.8.9.1:
|
83 |
|
84 |
* Automatic localization/i18n
|
add-to-any.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Add to Any: Share/Save/Bookmark Button
|
4 |
Plugin URI: http://www.addtoany.com/
|
5 |
Description: Helps readers share, save, 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.8.9.
|
7 |
Author: Add to Any
|
8 |
Author URI: http://www.addtoany.com/contact/
|
9 |
*/
|
3 |
Plugin Name: Add to Any: Share/Save/Bookmark Button
|
4 |
Plugin URI: http://www.addtoany.com/
|
5 |
Description: Helps readers share, save, 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.8.9.2
|
7 |
Author: Add to Any
|
8 |
Author URI: http://www.addtoany.com/contact/
|
9 |
*/
|
i18n/add-to-any-ca.mo
ADDED
Binary file
|
i18n/add-to-any-ca.po
ADDED
@@ -0,0 +1,206 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: add-to-any\n"
|
4 |
+
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2009-03-06 18:50-0800\n"
|
6 |
+
"PO-Revision-Date: \n"
|
7 |
+
"Last-Translator: MicroPat\n"
|
8 |
+
"Language-Team: <robert.buj@gmail.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 |
+
"X-Poedit-Language: Catalan\n"
|
15 |
+
"X-Poedit-Country: SPAIN\n"
|
16 |
+
"X-Poedit-SearchPath-0: .\n"
|
17 |
+
|
18 |
+
#: add-to-any.php:131
|
19 |
+
msgid "Share"
|
20 |
+
msgstr "Compartir"
|
21 |
+
|
22 |
+
#: add-to-any.php:132
|
23 |
+
msgid "Save"
|
24 |
+
msgstr "Guardar"
|
25 |
+
|
26 |
+
#: add-to-any.php:133
|
27 |
+
msgid "Subscribe"
|
28 |
+
msgstr "Subscriures"
|
29 |
+
|
30 |
+
#: add-to-any.php:134
|
31 |
+
msgid "E-mail"
|
32 |
+
msgstr "Correu electrònic"
|
33 |
+
|
34 |
+
#: add-to-any.php:135
|
35 |
+
msgid "Bookmark"
|
36 |
+
msgstr "Preferit"
|
37 |
+
|
38 |
+
#: add-to-any.php:136
|
39 |
+
msgid "Show all"
|
40 |
+
msgstr "Mostrar tots"
|
41 |
+
|
42 |
+
#: add-to-any.php:137
|
43 |
+
msgid "Show less"
|
44 |
+
msgstr "Mostrar menys"
|
45 |
+
|
46 |
+
#: add-to-any.php:138
|
47 |
+
msgid "Find service(s)"
|
48 |
+
msgstr "Buscar servei(s)"
|
49 |
+
|
50 |
+
#: add-to-any.php:139
|
51 |
+
msgid "Instantly find any service to add to"
|
52 |
+
msgstr ""
|
53 |
+
|
54 |
+
#: add-to-any.php:140
|
55 |
+
msgid "Powered by"
|
56 |
+
msgstr "Potenciat per"
|
57 |
+
|
58 |
+
#: add-to-any.php:141
|
59 |
+
msgid "Share via e-mail"
|
60 |
+
msgstr "Compartir per correu electrònic"
|
61 |
+
|
62 |
+
#: add-to-any.php:142
|
63 |
+
msgid "Subscribe via e-mail"
|
64 |
+
msgstr "Subscriure per correu electrònic"
|
65 |
+
|
66 |
+
#: add-to-any.php:143
|
67 |
+
msgid "Bookmark in your browser"
|
68 |
+
msgstr "Afegir l'adreça d'interès al vostre navegador"
|
69 |
+
|
70 |
+
#: add-to-any.php:144
|
71 |
+
msgid "Press Ctrl+D or Cmd+D to bookmark this page"
|
72 |
+
msgstr "Pressioneu Ctrl+D o Cmd+D per afegir a preferits aquesta pàgina"
|
73 |
+
|
74 |
+
#: add-to-any.php:145
|
75 |
+
msgid "Add to your favorites"
|
76 |
+
msgstr "Afegir als vostres favorits"
|
77 |
+
|
78 |
+
#: add-to-any.php:146
|
79 |
+
msgid "Send from any e-mail address or e-mail program"
|
80 |
+
msgstr ""
|
81 |
+
|
82 |
+
#: add-to-any.php:147
|
83 |
+
msgid "E-mail program"
|
84 |
+
msgstr "Programa de correu electrònic"
|
85 |
+
|
86 |
+
#: add-to-any.php:172
|
87 |
+
msgid "Your theme needs to be fixed. To fix your theme, use the <a href=\"theme-editor.php\">Theme Editor</a> to insert <code><?php wp_footer(); ?></code> just before the <code></body></code> line of your theme's <code>footer.php</code> file."
|
88 |
+
msgstr ""
|
89 |
+
|
90 |
+
#: add-to-any.php:257
|
91 |
+
msgid "Settings saved."
|
92 |
+
msgstr "Preferències guardades."
|
93 |
+
|
94 |
+
#: add-to-any.php:268
|
95 |
+
msgid "Add to Any: Share/Save "
|
96 |
+
msgstr "Add to Any: Compartir/Guardar "
|
97 |
+
|
98 |
+
#: add-to-any.php:268
|
99 |
+
#: add-to-any.php:443
|
100 |
+
msgid "Settings"
|
101 |
+
msgstr "Preferències"
|
102 |
+
|
103 |
+
#: add-to-any.php:278
|
104 |
+
msgid "Button"
|
105 |
+
msgstr "Botó"
|
106 |
+
|
107 |
+
#: add-to-any.php:317
|
108 |
+
msgid "Image URL"
|
109 |
+
msgstr "URL de l'imatge"
|
110 |
+
|
111 |
+
#: add-to-any.php:324
|
112 |
+
msgid "Text only"
|
113 |
+
msgstr "Només texte"
|
114 |
+
|
115 |
+
#: add-to-any.php:332
|
116 |
+
msgid "Button Placement"
|
117 |
+
msgstr "Emplaçament del botó"
|
118 |
+
|
119 |
+
#: add-to-any.php:341
|
120 |
+
msgid "Display Share/Save button at the bottom of posts"
|
121 |
+
msgstr "Mostar el botó de Compartir/Guardar debaix de tots els escrits"
|
122 |
+
|
123 |
+
#: add-to-any.php:348
|
124 |
+
msgid "Display Share/Save button at the bottom of posts on the front page"
|
125 |
+
msgstr "Mostar el botó de Compartir/Guardar a la pàgina principal"
|
126 |
+
|
127 |
+
#: add-to-any.php:355
|
128 |
+
msgid "Display Share/Save button at the bottom of posts in the feed"
|
129 |
+
msgstr "Mostar el botó de Compartir/Guardar debaix de tots els escrits al feed"
|
130 |
+
|
131 |
+
#: add-to-any.php:359
|
132 |
+
msgid "Display Share/Save button at the bottom of pages"
|
133 |
+
msgstr "Mostar el botó de Compartir/Guardar debaix de les pàgines"
|
134 |
+
|
135 |
+
#: add-to-any.php:363
|
136 |
+
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>)"
|
137 |
+
msgstr ""
|
138 |
+
|
139 |
+
#: add-to-any.php:369
|
140 |
+
msgid "Menu Style"
|
141 |
+
msgstr "Estil del menú"
|
142 |
+
|
143 |
+
#: add-to-any.php:371
|
144 |
+
msgid "Using Add to Any'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."
|
145 |
+
msgstr ""
|
146 |
+
|
147 |
+
#: add-to-any.php:373
|
148 |
+
msgid "Open the Add to Any Menu Styler in a new window"
|
149 |
+
msgstr ""
|
150 |
+
|
151 |
+
#: add-to-any.php:375
|
152 |
+
msgid "Open Menu Styler"
|
153 |
+
msgstr ""
|
154 |
+
|
155 |
+
#: add-to-any.php:380
|
156 |
+
msgid "Menu Options"
|
157 |
+
msgstr "Opcions del menú"
|
158 |
+
|
159 |
+
#: add-to-any.php:385
|
160 |
+
msgid "Hide embedded objects (Flash, video, etc.) that intersect with the menu when displayed"
|
161 |
+
msgstr ""
|
162 |
+
|
163 |
+
#: add-to-any.php:390
|
164 |
+
msgid "Show the title of the post (or page) within the menu"
|
165 |
+
msgstr ""
|
166 |
+
|
167 |
+
#: add-to-any.php:397
|
168 |
+
msgid "Only show the menu when the user clicks the Share/Save button"
|
169 |
+
msgstr ""
|
170 |
+
|
171 |
+
#: add-to-any.php:403
|
172 |
+
msgid "Open the addtoany.com menu page in a new tab or window if the user clicks the Share/Save button"
|
173 |
+
msgstr ""
|
174 |
+
|
175 |
+
#: add-to-any.php:408
|
176 |
+
msgid "Additional Options"
|
177 |
+
msgstr "Opcions adicionals"
|
178 |
+
|
179 |
+
#: add-to-any.php:412
|
180 |
+
msgid "Paste the code from Add to Any's Menu Styler in the box below!"
|
181 |
+
msgstr ""
|
182 |
+
|
183 |
+
#: add-to-any.php:416
|
184 |
+
msgid "Below you can set special JavaScript variables to apply to each Share/Save menu."
|
185 |
+
msgstr ""
|
186 |
+
|
187 |
+
#: add-to-any.php:417
|
188 |
+
msgid "Advanced users might want to explore Add to Any's <a href=\"http://www.addtoany.com/buttons/api/\" target=\"_blank\">JavaScript API</a>."
|
189 |
+
msgstr ""
|
190 |
+
|
191 |
+
#: add-to-any.php:423
|
192 |
+
msgid "<strong>Note</strong>: If you're adding new code, be careful not to accidentally overwrite any previous code.</label>"
|
193 |
+
msgstr ""
|
194 |
+
|
195 |
+
#: add-to-any.php:430
|
196 |
+
msgid "Save Changes"
|
197 |
+
msgstr "Guardar els canvis"
|
198 |
+
|
199 |
+
#: add-to-any.php:443
|
200 |
+
msgid "Share/Save"
|
201 |
+
msgstr "compartir/guardar"
|
202 |
+
|
203 |
+
#: add-to-any.php:444
|
204 |
+
msgid "Share/Save Buttons"
|
205 |
+
msgstr "Botons de Compartir/Guardar"
|
206 |
+
|
i18n/add-to-any-da_DK.mo
CHANGED
Binary file
|
i18n/add-to-any-da_DK.po
CHANGED
@@ -2,18 +2,19 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Add to Any Share/Save/Bookmark\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2009-03-
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: MicroPat\n"
|
8 |
-
"Language-Team:
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
13 |
"X-Poedit-Language: Danish\n"
|
14 |
"X-Poedit-Country: DENMARK\n"
|
15 |
-
"X-Poedit-KeywordsList: __;_e;
|
16 |
"X-Poedit-Basepath: ../\n"
|
|
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
#: add-to-any.php:131
|
@@ -86,7 +87,7 @@ msgstr "E-mail-program"
|
|
86 |
|
87 |
#: add-to-any.php:172
|
88 |
msgid "Your theme needs to be fixed. To fix your theme, use the <a href=\"theme-editor.php\">Theme Editor</a> to insert <code><?php wp_footer(); ?></code> just before the <code></body></code> line of your theme's <code>footer.php</code> file."
|
89 |
-
msgstr ""
|
90 |
|
91 |
#: add-to-any.php:257
|
92 |
msgid "Settings saved."
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Add to Any Share/Save/Bookmark\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2009-03-08 16:07-0800\n"
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: MicroPat\n"
|
8 |
+
"Language-Team: Team Blogos <wordpress@blogos.dk>\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
13 |
"X-Poedit-Language: Danish\n"
|
14 |
"X-Poedit-Country: DENMARK\n"
|
15 |
+
"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_c;__ngettext_noop:1,2\n"
|
16 |
"X-Poedit-Basepath: ../\n"
|
17 |
+
"X-Poedit-SourceCharset: utf-8\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
#: add-to-any.php:131
|
87 |
|
88 |
#: add-to-any.php:172
|
89 |
msgid "Your theme needs to be fixed. To fix your theme, use the <a href=\"theme-editor.php\">Theme Editor</a> to insert <code><?php wp_footer(); ?></code> just before the <code></body></code> line of your theme's <code>footer.php</code> file."
|
90 |
+
msgstr "Dit tema skal repareres. For at gøre det skal du bruge <a href=\"theme-editor.php\">temaeditoren</a> til at indsætte koden <code><?php wp_footer(); ?></code> lige før <code></body></code>-linjen i dit temas <code>footer.php</code>-fil."
|
91 |
|
92 |
#: add-to-any.php:257
|
93 |
msgid "Settings saved."
|
screenshot-1.png
CHANGED
Binary file
|
share_save_171_16.png
CHANGED
Binary file
|
share_save_256_24.png
CHANGED
Binary file
|