Version Description
Download this release
Release Info
Developer | micropat |
Plugin | AddToAny Share Buttons |
Version | 0.9.8.9 |
Comparing to | |
See all releases |
Code changes from version 0.9.8.8.4 to 0.9.8.9
- README.txt +13 -5
- add-to-any.php +29 -4
- i18n/add-to-any-da_DK.po +35 -31
- i18n/add-to-any-zh_CN.po +35 -31
- i18n/add-to-any.po +35 -31
- i18n/add-to-any_es.mo +0 -0
- i18n/add-to-any_es.po +204 -0
- screenshot-2.png +0 -0
- screenshot-3.png +0 -0
- screenshot-4.png +0 -0
- screenshot-5.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.
|
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 |
|
@@ -17,11 +17,11 @@ The E-mail tab makes it easy to share via Gmail, Y! Mail, Hotmail, AOL, and any
|
|
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
|
19 |
* Services updated automatically
|
20 |
-
* WordPress optimized, localized (i18n for English, Chinese, Danish)
|
21 |
* Google Analytics integration
|
22 |
* Many more publisher and user features
|
23 |
|
24 |
-
<a href="http://www.addtoany.com/" title="Sharing button widget" target="_blank">Share Button
|
25 |
|
26 |
See also, the <a href="/extend/plugins/add-to-any-subscribe/" title="WordPress RSS Subscribe plugin">Subscribe button</a> plugin.
|
27 |
|
@@ -66,11 +66,19 @@ This is done to overcome browser limitations that prevent the drop-down menu fro
|
|
66 |
== Screenshots ==
|
67 |
|
68 |
1. Add to Any Share/Save button, featuring the Open <a href="http://www.shareicon.com/">Share Icon</a>
|
69 |
-
2. Drop-down menu that appears instantly when visitors
|
70 |
-
3. E-mail tab, with direct links to the most popular web-based e-mailers' auto-filled Compose page, a web-based sender for use with any e-mail address
|
|
|
|
|
71 |
|
72 |
== Changelog ==
|
73 |
|
|
|
|
|
|
|
|
|
|
|
|
|
74 |
.9.8.8.4:
|
75 |
|
76 |
* Settings panel submits to current page instead of unreliable REQUEST_URI which can omit querystring on IIS
|
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 |
|
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
|
19 |
* Services updated automatically
|
20 |
+
* WordPress optimized, localized (i18n for English, Spanish, Chinese, Danish)
|
21 |
* Google Analytics integration
|
22 |
* Many more publisher and user features
|
23 |
|
24 |
+
<a href="http://www.addtoany.com/" title="Sharing button widget" target="_blank">Share Button</a> (demo) | <a href="other_notes/">Changelog</a>
|
25 |
|
26 |
See also, the <a href="/extend/plugins/add-to-any-subscribe/" title="WordPress RSS Subscribe plugin">Subscribe button</a> plugin.
|
27 |
|
66 |
== Screenshots ==
|
67 |
|
68 |
1. Add to Any Share/Save button, featuring the Open <a href="http://www.shareicon.com/">Share Icon</a>
|
69 |
+
2. Drop-down menu that appears instantly when visitors use the share button
|
70 |
+
3. E-mail tab, with direct links to the most popular web-based e-mailers' auto-filled Compose page, a web-based sender for use with any e-mail address, and a link for desktop email clients
|
71 |
+
4. Settings panel
|
72 |
+
5. Color chooser for your Add to Any menus
|
73 |
|
74 |
== Changelog ==
|
75 |
|
76 |
+
.9.8.9:
|
77 |
+
|
78 |
+
* wp_footer() detection
|
79 |
+
* Replaced short form of PHP's open tags with long form to work around configurations with shortopentag disabled
|
80 |
+
* Spanish translation (by <a href="http://pablo.poo.cl/" target="_blank">Pablo</a>)
|
81 |
+
|
82 |
.9.8.8.4:
|
83 |
|
84 |
* Settings panel submits to current page instead of unreliable REQUEST_URI which can omit querystring on IIS
|
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.
|
7 |
Author: Add to Any
|
8 |
Author URI: http://www.addtoany.com/contact/
|
9 |
*/
|
@@ -151,6 +151,29 @@ if (!function_exists('A2A_menu_locale')) {
|
|
151 |
}
|
152 |
}
|
153 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
154 |
|
155 |
function A2A_SHARE_SAVE_to_bottom_of_content($content) {
|
156 |
if (
|
@@ -238,6 +261,8 @@ function A2A_SHARE_SAVE_options_page() {
|
|
238 |
|
239 |
?>
|
240 |
|
|
|
|
|
241 |
<div class="wrap">
|
242 |
|
243 |
<h2><?php _e( 'Add to Any: Share/Save ', 'add-to-any' ) . _e( 'Settings' ); ?></h2>
|
@@ -289,14 +314,14 @@ function A2A_SHARE_SAVE_options_page() {
|
|
289 |
<label>
|
290 |
<input name="A2A_SHARE_SAVE_button" value="CUSTOM" type="radio"<?php if( get_option('A2A_SHARE_SAVE_button') == 'CUSTOM' ) echo ' checked="checked"'; ?>
|
291 |
style="margin:9px 0;vertical-align:middle">
|
292 |
-
<span style="margin:0 9px;vertical-align:middle"><? _e("Image URL"); ?>:</span>
|
293 |
</label>
|
294 |
<input name="A2A_SHARE_SAVE_button_custom" type="text" class="code" size="50" onclick="e=document.getElementsByName('A2A_SHARE_SAVE_button');e[e.length-2].checked=true" style="vertical-align:middle"
|
295 |
value="<?php echo get_option('A2A_SHARE_SAVE_button_custom'); ?>" /><br>
|
296 |
<label>
|
297 |
<input name="A2A_SHARE_SAVE_button" value="TEXT" type="radio"<?php if( get_option('A2A_SHARE_SAVE_button') == 'TEXT' ) echo ' checked="checked"'; ?>
|
298 |
style="margin:9px 0;vertical-align:middle">
|
299 |
-
<span style="margin:0 9px;vertical-align:middle"><? _e("Text only"); ?>:</span>
|
300 |
</label>
|
301 |
<input name="A2A_SHARE_SAVE_button_text" type="text" class="code" size="50" onclick="e=document.getElementsByName('A2A_SHARE_SAVE_button');e[e.length-1].checked=true" style="vertical-align:middle;width:150px"
|
302 |
value="<?php echo ( trim(get_option('A2A_SHARE_SAVE_button_text')) != '' ) ? stripslashes(get_option('A2A_SHARE_SAVE_button_text')) : "Share/Save"; ?>" />
|
@@ -304,7 +329,7 @@ function A2A_SHARE_SAVE_options_page() {
|
|
304 |
</fieldset></td>
|
305 |
</tr>
|
306 |
<tr valign="top">
|
307 |
-
<th scope="row"><? _e('Button Placement', 'add-to-any'); ?></th>
|
308 |
<td><fieldset>
|
309 |
<label>
|
310 |
<input name="A2A_SHARE_SAVE_display_in_posts"
|
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 |
*/
|
151 |
}
|
152 |
}
|
153 |
|
154 |
+
if (!function_exists('A2A_wp_footer_check')) {
|
155 |
+
function A2A_wp_footer_check()
|
156 |
+
{
|
157 |
+
// If footer.php exists in the current theme, scan for "wp_footer"
|
158 |
+
$file = get_template_directory() . '/footer.php';
|
159 |
+
if( is_file($file) ) {
|
160 |
+
$search_string = "wp_footer";
|
161 |
+
$file_lines = @file($file);
|
162 |
+
|
163 |
+
foreach($file_lines as $line) {
|
164 |
+
$searchCount = substr_count($line, $search_string);
|
165 |
+
if($searchCount > 0) {
|
166 |
+
return true;
|
167 |
+
break;
|
168 |
+
}
|
169 |
+
}
|
170 |
+
|
171 |
+
// wp_footer() not found:
|
172 |
+
echo "<div class=\"plugin-update\">" . __("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.") . "</div>";
|
173 |
+
}
|
174 |
+
}
|
175 |
+
}
|
176 |
+
|
177 |
|
178 |
function A2A_SHARE_SAVE_to_bottom_of_content($content) {
|
179 |
if (
|
261 |
|
262 |
?>
|
263 |
|
264 |
+
<?php A2A_wp_footer_check(); ?>
|
265 |
+
|
266 |
<div class="wrap">
|
267 |
|
268 |
<h2><?php _e( 'Add to Any: Share/Save ', 'add-to-any' ) . _e( 'Settings' ); ?></h2>
|
314 |
<label>
|
315 |
<input name="A2A_SHARE_SAVE_button" value="CUSTOM" type="radio"<?php if( get_option('A2A_SHARE_SAVE_button') == 'CUSTOM' ) echo ' checked="checked"'; ?>
|
316 |
style="margin:9px 0;vertical-align:middle">
|
317 |
+
<span style="margin:0 9px;vertical-align:middle"><?php _e("Image URL"); ?>:</span>
|
318 |
</label>
|
319 |
<input name="A2A_SHARE_SAVE_button_custom" type="text" class="code" size="50" onclick="e=document.getElementsByName('A2A_SHARE_SAVE_button');e[e.length-2].checked=true" style="vertical-align:middle"
|
320 |
value="<?php echo get_option('A2A_SHARE_SAVE_button_custom'); ?>" /><br>
|
321 |
<label>
|
322 |
<input name="A2A_SHARE_SAVE_button" value="TEXT" type="radio"<?php if( get_option('A2A_SHARE_SAVE_button') == 'TEXT' ) echo ' checked="checked"'; ?>
|
323 |
style="margin:9px 0;vertical-align:middle">
|
324 |
+
<span style="margin:0 9px;vertical-align:middle"><?php _e("Text only"); ?>:</span>
|
325 |
</label>
|
326 |
<input name="A2A_SHARE_SAVE_button_text" type="text" class="code" size="50" onclick="e=document.getElementsByName('A2A_SHARE_SAVE_button');e[e.length-1].checked=true" style="vertical-align:middle;width:150px"
|
327 |
value="<?php echo ( trim(get_option('A2A_SHARE_SAVE_button_text')) != '' ) ? stripslashes(get_option('A2A_SHARE_SAVE_button_text')) : "Share/Save"; ?>" />
|
329 |
</fieldset></td>
|
330 |
</tr>
|
331 |
<tr valign="top">
|
332 |
+
<th scope="row"><?php _e('Button Placement', 'add-to-any'); ?></th>
|
333 |
<td><fieldset>
|
334 |
<label>
|
335 |
<input name="A2A_SHARE_SAVE_display_in_posts"
|
i18n/add-to-any-da_DK.po
CHANGED
@@ -2,7 +2,7 @@ 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-02-
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: MicroPat\n"
|
8 |
"Language-Team: Danish team <g.s.adamsen@gmail.com>\n"
|
@@ -84,120 +84,124 @@ msgstr "Send fra enhver e-mail-adreses eller e-mail-program"
|
|
84 |
msgid "E-mail program"
|
85 |
msgstr "E-mail-program"
|
86 |
|
87 |
-
#: add-to-any.php:
|
|
|
|
|
|
|
|
|
88 |
msgid "Settings saved."
|
89 |
msgstr "Indstillinger gemt"
|
90 |
|
91 |
-
#: add-to-any.php:
|
92 |
msgid "Add to Any: Share/Save "
|
93 |
msgstr "Tilføj til enhver: Del/gem"
|
94 |
|
95 |
-
#: add-to-any.php:
|
96 |
-
#: add-to-any.php:
|
97 |
msgid "Settings"
|
98 |
msgstr "Indstillinger"
|
99 |
|
100 |
-
#: add-to-any.php:
|
101 |
msgid "Button"
|
102 |
msgstr "Knap"
|
103 |
|
104 |
-
#: add-to-any.php:
|
105 |
msgid "Image URL"
|
106 |
msgstr "Billed-URL"
|
107 |
|
108 |
-
#: add-to-any.php:
|
109 |
msgid "Text only"
|
110 |
msgstr "Kun tekst"
|
111 |
|
112 |
-
#: add-to-any.php:
|
113 |
msgid "Button Placement"
|
114 |
msgstr "Placering af knap"
|
115 |
|
116 |
-
#: add-to-any.php:
|
117 |
msgid "Display Share/Save button at the bottom of posts"
|
118 |
msgstr "Vis Del-/Gem-knap i bunden af indlæg"
|
119 |
|
120 |
-
#: add-to-any.php:
|
121 |
msgid "Display Share/Save button at the bottom of posts on the front page"
|
122 |
msgstr "Vis Del-/Gem-knap i bunden af indlæg på forsiden"
|
123 |
|
124 |
-
#: add-to-any.php:
|
125 |
msgid "Display Share/Save button at the bottom of posts in the feed"
|
126 |
msgstr "Vis Del-/Gem-knap i bunden af indlæg i feeds"
|
127 |
|
128 |
-
#: add-to-any.php:
|
129 |
msgid "Display Share/Save button at the bottom of pages"
|
130 |
msgstr "Vis Del-/Gem-knap i bunden af sider"
|
131 |
|
132 |
-
#: add-to-any.php:
|
133 |
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>)"
|
134 |
msgstr "Hvis du ikke vælger dette, skal du sørge for at placere den følgende kode i <a href=\"theme-editor.php\">dine skabelonsider</a> (i <code>index.php</code>, <code>single.php</code>, og/eller <code>page.php</code>)"
|
135 |
|
136 |
-
#: add-to-any.php:
|
137 |
msgid "Menu Style"
|
138 |
msgstr "Menutypografi"
|
139 |
|
140 |
-
#: add-to-any.php:
|
141 |
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."
|
142 |
msgstr "Ved at bruge Add to Any's menutypograf, kan du tilpasse farverne på din Del-/Gem-menu! Når du er færdig, skal du sørge for at indsætte den genererede kode i <a href=\"#\" onclick=\"document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false\">Yderligere indstillinger</a>-boksen nedenfor."
|
143 |
|
144 |
-
#: add-to-any.php:
|
145 |
msgid "Open the Add to Any Menu Styler in a new window"
|
146 |
msgstr "Åben Add to Any's menutypograf i et nyt vindue"
|
147 |
|
148 |
-
#: add-to-any.php:
|
149 |
msgid "Open Menu Styler"
|
150 |
msgstr "Åben menutypografen"
|
151 |
|
152 |
-
#: add-to-any.php:
|
153 |
msgid "Menu Options"
|
154 |
msgstr "Menuvalgmuligheder"
|
155 |
|
156 |
-
#: add-to-any.php:
|
157 |
msgid "Hide embedded objects (Flash, video, etc.) that intersect with the menu when displayed"
|
158 |
msgstr "Skjul indlejrede objekter (flash, video, osv.) som kan påvirke menuen, når den vises"
|
159 |
|
160 |
-
#: add-to-any.php:
|
161 |
msgid "Show the title of the post (or page) within the menu"
|
162 |
msgstr "Vis titlen på indlægget (eller siden) i menuen"
|
163 |
|
164 |
-
#: add-to-any.php:
|
165 |
msgid "Only show the menu when the user clicks the Share/Save button"
|
166 |
msgstr "Vis kun menuen når bruger klikker på Del-/Gem-knappen"
|
167 |
|
168 |
-
#: add-to-any.php:
|
169 |
msgid "Open the addtoany.com menu page in a new tab or window if the user clicks the Share/Save button"
|
170 |
msgstr "Åben menusiden på addtoany.com i en ny fane eller vindue hvis brugeren klikker på Del-/Gem-knappen"
|
171 |
|
172 |
-
#: add-to-any.php:
|
173 |
msgid "Additional Options"
|
174 |
msgstr "Yderligere indstillinger"
|
175 |
|
176 |
-
#: add-to-any.php:
|
177 |
msgid "Paste the code from Add to Any's Menu Styler in the box below!"
|
178 |
msgstr "Indsæt koden fra Add to Any's menutypograf i boksen nedenfor!"
|
179 |
|
180 |
-
#: add-to-any.php:
|
181 |
msgid "Below you can set special JavaScript variables to apply to each Share/Save menu."
|
182 |
msgstr "Nedenfor kan du angive specielle JavaScript-variabler, som skal bruges på din Del-/Gem-menu."
|
183 |
|
184 |
-
#: add-to-any.php:
|
185 |
msgid "Advanced users might want to explore Add to Any's <a href=\"http://www.addtoany.com/buttons/api/\" target=\"_blank\">JavaScript API</a>."
|
186 |
msgstr "Avancerede brugere kan se nærmere på Add to Any's <a href=\"http://www.addtoany.com/buttons/api/\" target=\"_blank\">JavaScript API</a>."
|
187 |
|
188 |
-
#: add-to-any.php:
|
189 |
msgid "<strong>Note</strong>: If you're adding new code, be careful not to accidentally overwrite any previous code.</label>"
|
190 |
msgstr "<strong>Bemærk</strong>: Hvis du tilføjer ny kode, så vær forsigtig, så du ikke ved et uheld overskriver eksisterende kode."
|
191 |
|
192 |
-
#: add-to-any.php:
|
193 |
msgid "Save Changes"
|
194 |
msgstr "Gem ændringer"
|
195 |
|
196 |
-
#: add-to-any.php:
|
197 |
msgid "Share/Save"
|
198 |
msgstr "Del/Gem"
|
199 |
|
200 |
-
#: add-to-any.php:
|
201 |
msgid "Share/Save Buttons"
|
202 |
msgstr "Del-/Gem-knapper"
|
203 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Add to Any Share/Save/Bookmark\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2009-02-23 19:36-0800\n"
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: MicroPat\n"
|
8 |
"Language-Team: Danish team <g.s.adamsen@gmail.com>\n"
|
84 |
msgid "E-mail program"
|
85 |
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."
|
93 |
msgstr "Indstillinger gemt"
|
94 |
|
95 |
+
#: add-to-any.php:268
|
96 |
msgid "Add to Any: Share/Save "
|
97 |
msgstr "Tilføj til enhver: Del/gem"
|
98 |
|
99 |
+
#: add-to-any.php:268
|
100 |
+
#: add-to-any.php:443
|
101 |
msgid "Settings"
|
102 |
msgstr "Indstillinger"
|
103 |
|
104 |
+
#: add-to-any.php:278
|
105 |
msgid "Button"
|
106 |
msgstr "Knap"
|
107 |
|
108 |
+
#: add-to-any.php:317
|
109 |
msgid "Image URL"
|
110 |
msgstr "Billed-URL"
|
111 |
|
112 |
+
#: add-to-any.php:324
|
113 |
msgid "Text only"
|
114 |
msgstr "Kun tekst"
|
115 |
|
116 |
+
#: add-to-any.php:332
|
117 |
msgid "Button Placement"
|
118 |
msgstr "Placering af knap"
|
119 |
|
120 |
+
#: add-to-any.php:341
|
121 |
msgid "Display Share/Save button at the bottom of posts"
|
122 |
msgstr "Vis Del-/Gem-knap i bunden af indlæg"
|
123 |
|
124 |
+
#: add-to-any.php:348
|
125 |
msgid "Display Share/Save button at the bottom of posts on the front page"
|
126 |
msgstr "Vis Del-/Gem-knap i bunden af indlæg på forsiden"
|
127 |
|
128 |
+
#: add-to-any.php:355
|
129 |
msgid "Display Share/Save button at the bottom of posts in the feed"
|
130 |
msgstr "Vis Del-/Gem-knap i bunden af indlæg i feeds"
|
131 |
|
132 |
+
#: add-to-any.php:359
|
133 |
msgid "Display Share/Save button at the bottom of pages"
|
134 |
msgstr "Vis Del-/Gem-knap i bunden af sider"
|
135 |
|
136 |
+
#: add-to-any.php:363
|
137 |
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>)"
|
138 |
msgstr "Hvis du ikke vælger dette, skal du sørge for at placere den følgende kode i <a href=\"theme-editor.php\">dine skabelonsider</a> (i <code>index.php</code>, <code>single.php</code>, og/eller <code>page.php</code>)"
|
139 |
|
140 |
+
#: add-to-any.php:369
|
141 |
msgid "Menu Style"
|
142 |
msgstr "Menutypografi"
|
143 |
|
144 |
+
#: add-to-any.php:371
|
145 |
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."
|
146 |
msgstr "Ved at bruge Add to Any's menutypograf, kan du tilpasse farverne på din Del-/Gem-menu! Når du er færdig, skal du sørge for at indsætte den genererede kode i <a href=\"#\" onclick=\"document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false\">Yderligere indstillinger</a>-boksen nedenfor."
|
147 |
|
148 |
+
#: add-to-any.php:373
|
149 |
msgid "Open the Add to Any Menu Styler in a new window"
|
150 |
msgstr "Åben Add to Any's menutypograf i et nyt vindue"
|
151 |
|
152 |
+
#: add-to-any.php:375
|
153 |
msgid "Open Menu Styler"
|
154 |
msgstr "Åben menutypografen"
|
155 |
|
156 |
+
#: add-to-any.php:380
|
157 |
msgid "Menu Options"
|
158 |
msgstr "Menuvalgmuligheder"
|
159 |
|
160 |
+
#: add-to-any.php:385
|
161 |
msgid "Hide embedded objects (Flash, video, etc.) that intersect with the menu when displayed"
|
162 |
msgstr "Skjul indlejrede objekter (flash, video, osv.) som kan påvirke menuen, når den vises"
|
163 |
|
164 |
+
#: add-to-any.php:390
|
165 |
msgid "Show the title of the post (or page) within the menu"
|
166 |
msgstr "Vis titlen på indlægget (eller siden) i menuen"
|
167 |
|
168 |
+
#: add-to-any.php:397
|
169 |
msgid "Only show the menu when the user clicks the Share/Save button"
|
170 |
msgstr "Vis kun menuen når bruger klikker på Del-/Gem-knappen"
|
171 |
|
172 |
+
#: add-to-any.php:403
|
173 |
msgid "Open the addtoany.com menu page in a new tab or window if the user clicks the Share/Save button"
|
174 |
msgstr "Åben menusiden på addtoany.com i en ny fane eller vindue hvis brugeren klikker på Del-/Gem-knappen"
|
175 |
|
176 |
+
#: add-to-any.php:408
|
177 |
msgid "Additional Options"
|
178 |
msgstr "Yderligere indstillinger"
|
179 |
|
180 |
+
#: add-to-any.php:412
|
181 |
msgid "Paste the code from Add to Any's Menu Styler in the box below!"
|
182 |
msgstr "Indsæt koden fra Add to Any's menutypograf i boksen nedenfor!"
|
183 |
|
184 |
+
#: add-to-any.php:416
|
185 |
msgid "Below you can set special JavaScript variables to apply to each Share/Save menu."
|
186 |
msgstr "Nedenfor kan du angive specielle JavaScript-variabler, som skal bruges på din Del-/Gem-menu."
|
187 |
|
188 |
+
#: add-to-any.php:417
|
189 |
msgid "Advanced users might want to explore Add to Any's <a href=\"http://www.addtoany.com/buttons/api/\" target=\"_blank\">JavaScript API</a>."
|
190 |
msgstr "Avancerede brugere kan se nærmere på Add to Any's <a href=\"http://www.addtoany.com/buttons/api/\" target=\"_blank\">JavaScript API</a>."
|
191 |
|
192 |
+
#: add-to-any.php:423
|
193 |
msgid "<strong>Note</strong>: If you're adding new code, be careful not to accidentally overwrite any previous code.</label>"
|
194 |
msgstr "<strong>Bemærk</strong>: Hvis du tilføjer ny kode, så vær forsigtig, så du ikke ved et uheld overskriver eksisterende kode."
|
195 |
|
196 |
+
#: add-to-any.php:430
|
197 |
msgid "Save Changes"
|
198 |
msgstr "Gem ændringer"
|
199 |
|
200 |
+
#: add-to-any.php:443
|
201 |
msgid "Share/Save"
|
202 |
msgstr "Del/Gem"
|
203 |
|
204 |
+
#: add-to-any.php:444
|
205 |
msgid "Share/Save Buttons"
|
206 |
msgstr "Del-/Gem-knapper"
|
207 |
|
i18n/add-to-any-zh_CN.po
CHANGED
@@ -2,7 +2,7 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: add-to-any\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2009-02-
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: MicroPat\n"
|
8 |
"Language-Team: \n"
|
@@ -84,121 +84,125 @@ msgstr "从任何电子邮件地址或电子邮件程序发送"
|
|
84 |
msgid "E-mail program"
|
85 |
msgstr "电子邮件程序"
|
86 |
|
87 |
-
#: add-to-any.php:
|
|
|
|
|
|
|
|
|
88 |
msgid "Settings saved."
|
89 |
msgstr "设置已保存"
|
90 |
|
91 |
-
#: add-to-any.php:
|
92 |
msgid "Add to Any: Share/Save "
|
93 |
msgstr "Add to Any: 分享/收藏"
|
94 |
|
95 |
-
#: add-to-any.php:
|
96 |
-
#: add-to-any.php:
|
97 |
msgid "Settings"
|
98 |
msgstr "设置"
|
99 |
|
100 |
-
#: add-to-any.php:
|
101 |
msgid "Button"
|
102 |
msgstr "按钮"
|
103 |
|
104 |
-
#: add-to-any.php:
|
105 |
msgid "Image URL"
|
106 |
msgstr "图片 URL"
|
107 |
|
108 |
-
#: add-to-any.php:
|
109 |
msgid "Text only"
|
110 |
msgstr "仅用文字"
|
111 |
|
112 |
-
#: add-to-any.php:
|
113 |
msgid "Button Placement"
|
114 |
msgstr "按钮位置"
|
115 |
|
116 |
-
#: add-to-any.php:
|
117 |
msgid "Display Share/Save button at the bottom of posts"
|
118 |
msgstr "在文章底部显示 分享/收藏 按钮"
|
119 |
|
120 |
-
#: add-to-any.php:
|
121 |
msgid "Display Share/Save button at the bottom of posts on the front page"
|
122 |
msgstr "在首页的文章底部显示 分享/收藏 按钮"
|
123 |
|
124 |
-
#: add-to-any.php:
|
125 |
msgid "Display Share/Save button at the bottom of posts in the feed"
|
126 |
msgstr "在 Feed 的文章底部显示 分享/收藏 按钮"
|
127 |
|
128 |
-
#: add-to-any.php:
|
129 |
msgid "Display Share/Save button at the bottom of pages"
|
130 |
msgstr "在页面底部显示 分享/收藏 按钮"
|
131 |
|
132 |
-
#: add-to-any.php:
|
133 |
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>)"
|
134 |
msgstr "如果不选,请确定将以下代码置入于 <a href=\"theme-editor.php\">您的模板页面</a> 中 (包括 <code>index.php</code>,<code>single.php</code>,与/或 <code>page.php</code>)"
|
135 |
|
136 |
-
#: add-to-any.php:
|
137 |
msgid "Menu Style"
|
138 |
msgstr "菜单风格"
|
139 |
|
140 |
-
#: add-to-any.php:
|
141 |
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."
|
142 |
msgstr "使用 Add to Any 的菜单风格设置器,您可以自定义您的 分享/收藏 菜单的颜色!完成后,请将生成的代码粘贴于下方 <a href=\"#\" onclick=\"document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false\">附加选项</a> 框内。"
|
143 |
|
144 |
-
#: add-to-any.php:
|
145 |
msgid "Open the Add to Any Menu Styler in a new window"
|
146 |
msgstr "在新窗口中打开 Add to Any 菜单风格设置器"
|
147 |
|
148 |
-
#: add-to-any.php:
|
149 |
msgid "Open Menu Styler"
|
150 |
msgstr "打开菜单风格设置器"
|
151 |
|
152 |
-
#: add-to-any.php:
|
153 |
msgid "Menu Options"
|
154 |
msgstr "菜单选项"
|
155 |
|
156 |
-
#: add-to-any.php:
|
157 |
msgid "Hide embedded objects (Flash, video, etc.) that intersect with the menu when displayed"
|
158 |
msgstr "菜单显示时隐藏与菜单相交的嵌入式对象(Flash,视频,等) "
|
159 |
|
160 |
-
#: add-to-any.php:
|
161 |
msgid "Show the title of the post (or page) within the menu"
|
162 |
msgstr "菜单中显示文章(或页面)的标题"
|
163 |
|
164 |
-
#: add-to-any.php:
|
165 |
msgid "Only show the menu when the user clicks the Share/Save button"
|
166 |
msgstr "仅当用户点击 分享/收藏 按钮时显示菜单"
|
167 |
|
168 |
-
#: add-to-any.php:
|
169 |
msgid "Open the addtoany.com menu page in a new tab or window if the user clicks the Share/Save button"
|
170 |
msgstr "如用户点击 分享/收藏 按钮,在新标签页或新窗口中打开 addtoany.com 菜单页面"
|
171 |
|
172 |
-
#: add-to-any.php:
|
173 |
msgid "Additional Options"
|
174 |
msgstr "附加选项"
|
175 |
|
176 |
-
#: add-to-any.php:
|
177 |
msgid "Paste the code from Add to Any's Menu Styler in the box below!"
|
178 |
msgstr "粘贴 Add to Any 菜单风格设置器生成的代码于下方框内!"
|
179 |
|
180 |
-
#: add-to-any.php:
|
181 |
msgid "Below you can set special JavaScript variables to apply to each Share/Save menu."
|
182 |
msgstr "您可以设置特殊 JavaScript 变量以应用于全部 分享/收藏 菜单。"
|
183 |
|
184 |
-
#: add-to-any.php:
|
185 |
#, fuzzy
|
186 |
msgid "Advanced users might want to explore Add to Any's <a href=\"http://www.addtoany.com/buttons/api/\" target=\"_blank\">JavaScript API</a>."
|
187 |
msgstr "高级用户可能希望尝试 Add to Any 的 <a href=\"http://www.addtoany.com/buttons/api/\">JavaScript API</a> 所生成的代码。"
|
188 |
|
189 |
-
#: add-to-any.php:
|
190 |
msgid "<strong>Note</strong>: If you're adding new code, be careful not to accidentally overwrite any previous code.</label>"
|
191 |
msgstr "<strong>注意</strong>: 如果您打算添加新代码,请小心不要意外覆盖任何先前代码。</label>"
|
192 |
|
193 |
-
#: add-to-any.php:
|
194 |
msgid "Save Changes"
|
195 |
msgstr "保存更改"
|
196 |
|
197 |
-
#: add-to-any.php:
|
198 |
msgid "Share/Save"
|
199 |
msgstr "分享/收藏"
|
200 |
|
201 |
-
#: add-to-any.php:
|
202 |
msgid "Share/Save Buttons"
|
203 |
msgstr "分享/收藏 按钮"
|
204 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: add-to-any\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2009-02-23 19:37-0800\n"
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: MicroPat\n"
|
8 |
"Language-Team: \n"
|
84 |
msgid "E-mail program"
|
85 |
msgstr "电子邮件程序"
|
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."
|
93 |
msgstr "设置已保存"
|
94 |
|
95 |
+
#: add-to-any.php:268
|
96 |
msgid "Add to Any: Share/Save "
|
97 |
msgstr "Add to Any: 分享/收藏"
|
98 |
|
99 |
+
#: add-to-any.php:268
|
100 |
+
#: add-to-any.php:443
|
101 |
msgid "Settings"
|
102 |
msgstr "设置"
|
103 |
|
104 |
+
#: add-to-any.php:278
|
105 |
msgid "Button"
|
106 |
msgstr "按钮"
|
107 |
|
108 |
+
#: add-to-any.php:317
|
109 |
msgid "Image URL"
|
110 |
msgstr "图片 URL"
|
111 |
|
112 |
+
#: add-to-any.php:324
|
113 |
msgid "Text only"
|
114 |
msgstr "仅用文字"
|
115 |
|
116 |
+
#: add-to-any.php:332
|
117 |
msgid "Button Placement"
|
118 |
msgstr "按钮位置"
|
119 |
|
120 |
+
#: add-to-any.php:341
|
121 |
msgid "Display Share/Save button at the bottom of posts"
|
122 |
msgstr "在文章底部显示 分享/收藏 按钮"
|
123 |
|
124 |
+
#: add-to-any.php:348
|
125 |
msgid "Display Share/Save button at the bottom of posts on the front page"
|
126 |
msgstr "在首页的文章底部显示 分享/收藏 按钮"
|
127 |
|
128 |
+
#: add-to-any.php:355
|
129 |
msgid "Display Share/Save button at the bottom of posts in the feed"
|
130 |
msgstr "在 Feed 的文章底部显示 分享/收藏 按钮"
|
131 |
|
132 |
+
#: add-to-any.php:359
|
133 |
msgid "Display Share/Save button at the bottom of pages"
|
134 |
msgstr "在页面底部显示 分享/收藏 按钮"
|
135 |
|
136 |
+
#: add-to-any.php:363
|
137 |
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>)"
|
138 |
msgstr "如果不选,请确定将以下代码置入于 <a href=\"theme-editor.php\">您的模板页面</a> 中 (包括 <code>index.php</code>,<code>single.php</code>,与/或 <code>page.php</code>)"
|
139 |
|
140 |
+
#: add-to-any.php:369
|
141 |
msgid "Menu Style"
|
142 |
msgstr "菜单风格"
|
143 |
|
144 |
+
#: add-to-any.php:371
|
145 |
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."
|
146 |
msgstr "使用 Add to Any 的菜单风格设置器,您可以自定义您的 分享/收藏 菜单的颜色!完成后,请将生成的代码粘贴于下方 <a href=\"#\" onclick=\"document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false\">附加选项</a> 框内。"
|
147 |
|
148 |
+
#: add-to-any.php:373
|
149 |
msgid "Open the Add to Any Menu Styler in a new window"
|
150 |
msgstr "在新窗口中打开 Add to Any 菜单风格设置器"
|
151 |
|
152 |
+
#: add-to-any.php:375
|
153 |
msgid "Open Menu Styler"
|
154 |
msgstr "打开菜单风格设置器"
|
155 |
|
156 |
+
#: add-to-any.php:380
|
157 |
msgid "Menu Options"
|
158 |
msgstr "菜单选项"
|
159 |
|
160 |
+
#: add-to-any.php:385
|
161 |
msgid "Hide embedded objects (Flash, video, etc.) that intersect with the menu when displayed"
|
162 |
msgstr "菜单显示时隐藏与菜单相交的嵌入式对象(Flash,视频,等) "
|
163 |
|
164 |
+
#: add-to-any.php:390
|
165 |
msgid "Show the title of the post (or page) within the menu"
|
166 |
msgstr "菜单中显示文章(或页面)的标题"
|
167 |
|
168 |
+
#: add-to-any.php:397
|
169 |
msgid "Only show the menu when the user clicks the Share/Save button"
|
170 |
msgstr "仅当用户点击 分享/收藏 按钮时显示菜单"
|
171 |
|
172 |
+
#: add-to-any.php:403
|
173 |
msgid "Open the addtoany.com menu page in a new tab or window if the user clicks the Share/Save button"
|
174 |
msgstr "如用户点击 分享/收藏 按钮,在新标签页或新窗口中打开 addtoany.com 菜单页面"
|
175 |
|
176 |
+
#: add-to-any.php:408
|
177 |
msgid "Additional Options"
|
178 |
msgstr "附加选项"
|
179 |
|
180 |
+
#: add-to-any.php:412
|
181 |
msgid "Paste the code from Add to Any's Menu Styler in the box below!"
|
182 |
msgstr "粘贴 Add to Any 菜单风格设置器生成的代码于下方框内!"
|
183 |
|
184 |
+
#: add-to-any.php:416
|
185 |
msgid "Below you can set special JavaScript variables to apply to each Share/Save menu."
|
186 |
msgstr "您可以设置特殊 JavaScript 变量以应用于全部 分享/收藏 菜单。"
|
187 |
|
188 |
+
#: add-to-any.php:417
|
189 |
#, fuzzy
|
190 |
msgid "Advanced users might want to explore Add to Any's <a href=\"http://www.addtoany.com/buttons/api/\" target=\"_blank\">JavaScript API</a>."
|
191 |
msgstr "高级用户可能希望尝试 Add to Any 的 <a href=\"http://www.addtoany.com/buttons/api/\">JavaScript API</a> 所生成的代码。"
|
192 |
|
193 |
+
#: add-to-any.php:423
|
194 |
msgid "<strong>Note</strong>: If you're adding new code, be careful not to accidentally overwrite any previous code.</label>"
|
195 |
msgstr "<strong>注意</strong>: 如果您打算添加新代码,请小心不要意外覆盖任何先前代码。</label>"
|
196 |
|
197 |
+
#: add-to-any.php:430
|
198 |
msgid "Save Changes"
|
199 |
msgstr "保存更改"
|
200 |
|
201 |
+
#: add-to-any.php:443
|
202 |
msgid "Share/Save"
|
203 |
msgstr "分享/收藏"
|
204 |
|
205 |
+
#: add-to-any.php:444
|
206 |
msgid "Share/Save Buttons"
|
207 |
msgstr "分享/收藏 按钮"
|
208 |
|
i18n/add-to-any.po
CHANGED
@@ -2,7 +2,7 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: add-to-any\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2009-02-
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: MicroPat\n"
|
8 |
"Language-Team: \n"
|
@@ -81,120 +81,124 @@ msgstr ""
|
|
81 |
msgid "E-mail program"
|
82 |
msgstr ""
|
83 |
|
84 |
-
#: add-to-any.php:
|
|
|
|
|
|
|
|
|
85 |
msgid "Settings saved."
|
86 |
msgstr ""
|
87 |
|
88 |
-
#: add-to-any.php:
|
89 |
msgid "Add to Any: Share/Save "
|
90 |
msgstr ""
|
91 |
|
92 |
-
#: add-to-any.php:
|
93 |
-
#: add-to-any.php:
|
94 |
msgid "Settings"
|
95 |
msgstr ""
|
96 |
|
97 |
-
#: add-to-any.php:
|
98 |
msgid "Button"
|
99 |
msgstr ""
|
100 |
|
101 |
-
#: add-to-any.php:
|
102 |
msgid "Image URL"
|
103 |
msgstr ""
|
104 |
|
105 |
-
#: add-to-any.php:
|
106 |
msgid "Text only"
|
107 |
msgstr ""
|
108 |
|
109 |
-
#: add-to-any.php:
|
110 |
msgid "Button Placement"
|
111 |
msgstr ""
|
112 |
|
113 |
-
#: add-to-any.php:
|
114 |
msgid "Display Share/Save button at the bottom of posts"
|
115 |
msgstr ""
|
116 |
|
117 |
-
#: add-to-any.php:
|
118 |
msgid "Display Share/Save button at the bottom of posts on the front page"
|
119 |
msgstr ""
|
120 |
|
121 |
-
#: add-to-any.php:
|
122 |
msgid "Display Share/Save button at the bottom of posts in the feed"
|
123 |
msgstr ""
|
124 |
|
125 |
-
#: add-to-any.php:
|
126 |
msgid "Display Share/Save button at the bottom of pages"
|
127 |
msgstr ""
|
128 |
|
129 |
-
#: add-to-any.php:
|
130 |
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>)"
|
131 |
msgstr ""
|
132 |
|
133 |
-
#: add-to-any.php:
|
134 |
msgid "Menu Style"
|
135 |
msgstr ""
|
136 |
|
137 |
-
#: add-to-any.php:
|
138 |
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."
|
139 |
msgstr ""
|
140 |
|
141 |
-
#: add-to-any.php:
|
142 |
msgid "Open the Add to Any Menu Styler in a new window"
|
143 |
msgstr ""
|
144 |
|
145 |
-
#: add-to-any.php:
|
146 |
msgid "Open Menu Styler"
|
147 |
msgstr ""
|
148 |
|
149 |
-
#: add-to-any.php:
|
150 |
msgid "Menu Options"
|
151 |
msgstr ""
|
152 |
|
153 |
-
#: add-to-any.php:
|
154 |
msgid "Hide embedded objects (Flash, video, etc.) that intersect with the menu when displayed"
|
155 |
msgstr ""
|
156 |
|
157 |
-
#: add-to-any.php:
|
158 |
msgid "Show the title of the post (or page) within the menu"
|
159 |
msgstr ""
|
160 |
|
161 |
-
#: add-to-any.php:
|
162 |
msgid "Only show the menu when the user clicks the Share/Save button"
|
163 |
msgstr ""
|
164 |
|
165 |
-
#: add-to-any.php:
|
166 |
msgid "Open the addtoany.com menu page in a new tab or window if the user clicks the Share/Save button"
|
167 |
msgstr ""
|
168 |
|
169 |
-
#: add-to-any.php:
|
170 |
msgid "Additional Options"
|
171 |
msgstr ""
|
172 |
|
173 |
-
#: add-to-any.php:
|
174 |
msgid "Paste the code from Add to Any's Menu Styler in the box below!"
|
175 |
msgstr ""
|
176 |
|
177 |
-
#: add-to-any.php:
|
178 |
msgid "Below you can set special JavaScript variables to apply to each Share/Save menu."
|
179 |
msgstr ""
|
180 |
|
181 |
-
#: add-to-any.php:
|
182 |
msgid "Advanced users might want to explore Add to Any's <a href=\"http://www.addtoany.com/buttons/api/\" target=\"_blank\">JavaScript API</a>."
|
183 |
msgstr ""
|
184 |
|
185 |
-
#: add-to-any.php:
|
186 |
msgid "<strong>Note</strong>: If you're adding new code, be careful not to accidentally overwrite any previous code.</label>"
|
187 |
msgstr ""
|
188 |
|
189 |
-
#: add-to-any.php:
|
190 |
msgid "Save Changes"
|
191 |
msgstr ""
|
192 |
|
193 |
-
#: add-to-any.php:
|
194 |
msgid "Share/Save"
|
195 |
msgstr ""
|
196 |
|
197 |
-
#: add-to-any.php:
|
198 |
msgid "Share/Save Buttons"
|
199 |
msgstr ""
|
200 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: add-to-any\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2009-02-23 19:37-0800\n"
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: MicroPat\n"
|
8 |
"Language-Team: \n"
|
81 |
msgid "E-mail program"
|
82 |
msgstr ""
|
83 |
|
84 |
+
#: add-to-any.php:172
|
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><?php wp_footer(); ?></code> just before the <code></body></code> line of your theme's <code>footer.php</code> file."
|
86 |
+
msgstr ""
|
87 |
+
|
88 |
+
#: add-to-any.php:257
|
89 |
msgid "Settings saved."
|
90 |
msgstr ""
|
91 |
|
92 |
+
#: add-to-any.php:268
|
93 |
msgid "Add to Any: Share/Save "
|
94 |
msgstr ""
|
95 |
|
96 |
+
#: add-to-any.php:268
|
97 |
+
#: add-to-any.php:443
|
98 |
msgid "Settings"
|
99 |
msgstr ""
|
100 |
|
101 |
+
#: add-to-any.php:278
|
102 |
msgid "Button"
|
103 |
msgstr ""
|
104 |
|
105 |
+
#: add-to-any.php:317
|
106 |
msgid "Image URL"
|
107 |
msgstr ""
|
108 |
|
109 |
+
#: add-to-any.php:324
|
110 |
msgid "Text only"
|
111 |
msgstr ""
|
112 |
|
113 |
+
#: add-to-any.php:332
|
114 |
msgid "Button Placement"
|
115 |
msgstr ""
|
116 |
|
117 |
+
#: add-to-any.php:341
|
118 |
msgid "Display Share/Save button at the bottom of posts"
|
119 |
msgstr ""
|
120 |
|
121 |
+
#: add-to-any.php:348
|
122 |
msgid "Display Share/Save button at the bottom of posts on the front page"
|
123 |
msgstr ""
|
124 |
|
125 |
+
#: add-to-any.php:355
|
126 |
msgid "Display Share/Save button at the bottom of posts in the feed"
|
127 |
msgstr ""
|
128 |
|
129 |
+
#: add-to-any.php:359
|
130 |
msgid "Display Share/Save button at the bottom of pages"
|
131 |
msgstr ""
|
132 |
|
133 |
+
#: add-to-any.php:363
|
134 |
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>)"
|
135 |
msgstr ""
|
136 |
|
137 |
+
#: add-to-any.php:369
|
138 |
msgid "Menu Style"
|
139 |
msgstr ""
|
140 |
|
141 |
+
#: add-to-any.php:371
|
142 |
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."
|
143 |
msgstr ""
|
144 |
|
145 |
+
#: add-to-any.php:373
|
146 |
msgid "Open the Add to Any Menu Styler in a new window"
|
147 |
msgstr ""
|
148 |
|
149 |
+
#: add-to-any.php:375
|
150 |
msgid "Open Menu Styler"
|
151 |
msgstr ""
|
152 |
|
153 |
+
#: add-to-any.php:380
|
154 |
msgid "Menu Options"
|
155 |
msgstr ""
|
156 |
|
157 |
+
#: add-to-any.php:385
|
158 |
msgid "Hide embedded objects (Flash, video, etc.) that intersect with the menu when displayed"
|
159 |
msgstr ""
|
160 |
|
161 |
+
#: add-to-any.php:390
|
162 |
msgid "Show the title of the post (or page) within the menu"
|
163 |
msgstr ""
|
164 |
|
165 |
+
#: add-to-any.php:397
|
166 |
msgid "Only show the menu when the user clicks the Share/Save button"
|
167 |
msgstr ""
|
168 |
|
169 |
+
#: add-to-any.php:403
|
170 |
msgid "Open the addtoany.com menu page in a new tab or window if the user clicks the Share/Save button"
|
171 |
msgstr ""
|
172 |
|
173 |
+
#: add-to-any.php:408
|
174 |
msgid "Additional Options"
|
175 |
msgstr ""
|
176 |
|
177 |
+
#: add-to-any.php:412
|
178 |
msgid "Paste the code from Add to Any's Menu Styler in the box below!"
|
179 |
msgstr ""
|
180 |
|
181 |
+
#: add-to-any.php:416
|
182 |
msgid "Below you can set special JavaScript variables to apply to each Share/Save menu."
|
183 |
msgstr ""
|
184 |
|
185 |
+
#: add-to-any.php:417
|
186 |
msgid "Advanced users might want to explore Add to Any's <a href=\"http://www.addtoany.com/buttons/api/\" target=\"_blank\">JavaScript API</a>."
|
187 |
msgstr ""
|
188 |
|
189 |
+
#: add-to-any.php:423
|
190 |
msgid "<strong>Note</strong>: If you're adding new code, be careful not to accidentally overwrite any previous code.</label>"
|
191 |
msgstr ""
|
192 |
|
193 |
+
#: add-to-any.php:430
|
194 |
msgid "Save Changes"
|
195 |
msgstr ""
|
196 |
|
197 |
+
#: add-to-any.php:443
|
198 |
msgid "Share/Save"
|
199 |
msgstr ""
|
200 |
|
201 |
+
#: add-to-any.php:444
|
202 |
msgid "Share/Save Buttons"
|
203 |
msgstr ""
|
204 |
|
i18n/add-to-any_es.mo
ADDED
Binary file
|
i18n/add-to-any_es.po
ADDED
@@ -0,0 +1,204 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: add-to-any\n"
|
4 |
+
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2009-02-23 19:37-0800\n"
|
6 |
+
"PO-Revision-Date: \n"
|
7 |
+
"Last-Translator: Pablo Poo <pablo@poo.cl>\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:131
|
17 |
+
msgid "Share"
|
18 |
+
msgstr "Compartir"
|
19 |
+
|
20 |
+
#: add-to-any.php:132
|
21 |
+
msgid "Save"
|
22 |
+
msgstr "Guardar"
|
23 |
+
|
24 |
+
#: add-to-any.php:133
|
25 |
+
msgid "Subscribe"
|
26 |
+
msgstr "Suscribirse"
|
27 |
+
|
28 |
+
#: add-to-any.php:134
|
29 |
+
msgid "E-mail"
|
30 |
+
msgstr "E-mail"
|
31 |
+
|
32 |
+
#: add-to-any.php:135
|
33 |
+
msgid "Bookmark"
|
34 |
+
msgstr "Marcador"
|
35 |
+
|
36 |
+
#: add-to-any.php:136
|
37 |
+
msgid "Show all"
|
38 |
+
msgstr "Mostrar todo"
|
39 |
+
|
40 |
+
#: add-to-any.php:137
|
41 |
+
msgid "Show less"
|
42 |
+
msgstr "Mostrar menos"
|
43 |
+
|
44 |
+
#: add-to-any.php:138
|
45 |
+
msgid "Find service(s)"
|
46 |
+
msgstr "Buscar servicios(s)"
|
47 |
+
|
48 |
+
#: add-to-any.php:139
|
49 |
+
msgid "Instantly find any service to add to"
|
50 |
+
msgstr "Buscar servicio"
|
51 |
+
|
52 |
+
#: add-to-any.php:140
|
53 |
+
msgid "Powered by"
|
54 |
+
msgstr "Servicio ofrecido por"
|
55 |
+
|
56 |
+
#: add-to-any.php:141
|
57 |
+
msgid "Share via e-mail"
|
58 |
+
msgstr "Compartir por e-mail"
|
59 |
+
|
60 |
+
#: add-to-any.php:142
|
61 |
+
msgid "Subscribe via e-mail"
|
62 |
+
msgstr "Suscribirse por e-mail"
|
63 |
+
|
64 |
+
#: add-to-any.php:143
|
65 |
+
msgid "Bookmark in your browser"
|
66 |
+
msgstr "Agregar a marcadores de tu navegador"
|
67 |
+
|
68 |
+
#: add-to-any.php:144
|
69 |
+
msgid "Press Ctrl+D or Cmd+D to bookmark this page"
|
70 |
+
msgstr "Presione Ctrl+D o Cmd+D para marcar esta pagina"
|
71 |
+
|
72 |
+
#: add-to-any.php:145
|
73 |
+
msgid "Add to your favorites"
|
74 |
+
msgstr "Agregar a favoritos"
|
75 |
+
|
76 |
+
#: add-to-any.php:146
|
77 |
+
msgid "Send from any e-mail address or e-mail program"
|
78 |
+
msgstr "Enviar de cualquier dirección de e-mail o programa de e-mail"
|
79 |
+
|
80 |
+
#: add-to-any.php:147
|
81 |
+
msgid "E-mail program"
|
82 |
+
msgstr "Programa de e-mail"
|
83 |
+
|
84 |
+
#: add-to-any.php:172
|
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><?php wp_footer(); ?></code> just before the <code></body></code> line of your theme's <code>footer.php</code> file."
|
86 |
+
msgstr ""
|
87 |
+
|
88 |
+
#: add-to-any.php:257
|
89 |
+
msgid "Settings saved."
|
90 |
+
msgstr "Configuración guardada."
|
91 |
+
|
92 |
+
#: add-to-any.php:268
|
93 |
+
msgid "Add to Any: Share/Save "
|
94 |
+
msgstr "Add to Any: Compartir/Guardar "
|
95 |
+
|
96 |
+
#: add-to-any.php:268
|
97 |
+
#: add-to-any.php:443
|
98 |
+
msgid "Settings"
|
99 |
+
msgstr "Configuración"
|
100 |
+
|
101 |
+
#: add-to-any.php:278
|
102 |
+
msgid "Button"
|
103 |
+
msgstr "Botón"
|
104 |
+
|
105 |
+
#: add-to-any.php:317
|
106 |
+
msgid "Image URL"
|
107 |
+
msgstr "URL de la imagen"
|
108 |
+
|
109 |
+
#: add-to-any.php:324
|
110 |
+
msgid "Text only"
|
111 |
+
msgstr "Solo texto"
|
112 |
+
|
113 |
+
#: add-to-any.php:332
|
114 |
+
msgid "Button Placement"
|
115 |
+
msgstr "Ubicación del botón"
|
116 |
+
|
117 |
+
#: add-to-any.php:341
|
118 |
+
msgid "Display Share/Save button at the bottom of posts"
|
119 |
+
msgstr "Mostrar el botón Compartir/Guardar al final de cada entrada"
|
120 |
+
|
121 |
+
#: add-to-any.php:348
|
122 |
+
msgid "Display Share/Save button at the bottom of posts on the front page"
|
123 |
+
msgstr "Mostrar el botón Compartir/Guardar al final de las entradas en la pagina principal"
|
124 |
+
|
125 |
+
#: add-to-any.php:355
|
126 |
+
msgid "Display Share/Save button at the bottom of posts in the feed"
|
127 |
+
msgstr "Mostrar el botón Compartir/Guardar al final de las entradas en el feed"
|
128 |
+
|
129 |
+
#: add-to-any.php:359
|
130 |
+
msgid "Display Share/Save button at the bottom of pages"
|
131 |
+
msgstr "Mostrar el botón Compartir/Guardar al final de las paginas"
|
132 |
+
|
133 |
+
#: add-to-any.php:363
|
134 |
+
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>)"
|
135 |
+
msgstr "Si no está habilitado se debe agregar el siguiente código en <a href=\"theme-editor.php\">la plantilla de su tema</a>(dentro de <code>index.php</code>, <code>single.php</code>, y/o <code>page.php</code>)"
|
136 |
+
|
137 |
+
#: add-to-any.php:369
|
138 |
+
msgid "Menu Style"
|
139 |
+
msgstr "Estilo del menú"
|
140 |
+
|
141 |
+
#: add-to-any.php:371
|
142 |
+
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."
|
143 |
+
msgstr "Usar el personalizador de estilo de Add to Any, usted puede personalizar los colores de su menú Compartir/Guardar! Cuando finalice, debe copiar el código generado en el recuadro de <a href=\"#\" onclick=\"document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false\">opciones adicionales</a> más abajo."
|
144 |
+
|
145 |
+
#: add-to-any.php:373
|
146 |
+
msgid "Open the Add to Any Menu Styler in a new window"
|
147 |
+
msgstr "Abrir el personalizador de estilo de Add to Any en una nueva ventana"
|
148 |
+
|
149 |
+
#: add-to-any.php:375
|
150 |
+
msgid "Open Menu Styler"
|
151 |
+
msgstr "Abrir el personalizador de estilos"
|
152 |
+
|
153 |
+
#: add-to-any.php:380
|
154 |
+
msgid "Menu Options"
|
155 |
+
msgstr "Menú de opciones"
|
156 |
+
|
157 |
+
#: add-to-any.php:385
|
158 |
+
msgid "Hide embedded objects (Flash, video, etc.) that intersect with the menu when displayed"
|
159 |
+
msgstr "Ocultar los objetos embebidos (Flash, video, etc) que intersectan con el manú cuando se muestra."
|
160 |
+
|
161 |
+
#: add-to-any.php:390
|
162 |
+
msgid "Show the title of the post (or page) within the menu"
|
163 |
+
msgstr "Mostrar el título de la entrada (o de la pagina) dentro del menú"
|
164 |
+
|
165 |
+
#: add-to-any.php:397
|
166 |
+
msgid "Only show the menu when the user clicks the Share/Save button"
|
167 |
+
msgstr "Mostrar el menú solo cuando un usuario haga click sobre el botón Compartir/Guardar"
|
168 |
+
|
169 |
+
#: add-to-any.php:403
|
170 |
+
msgid "Open the addtoany.com menu page in a new tab or window if the user clicks the Share/Save button"
|
171 |
+
msgstr "Abrir el menu de addtoany.com en una nueva pestaña o ventana si el usuario hace click en el botón Compartir/Guardar"
|
172 |
+
|
173 |
+
#: add-to-any.php:408
|
174 |
+
msgid "Additional Options"
|
175 |
+
msgstr "Opciones adicionales"
|
176 |
+
|
177 |
+
#: add-to-any.php:412
|
178 |
+
msgid "Paste the code from Add to Any's Menu Styler in the box below!"
|
179 |
+
msgstr "Pegue el código del personalizador de estilo en el siguiente recuadro"
|
180 |
+
|
181 |
+
#: add-to-any.php:416
|
182 |
+
msgid "Below you can set special JavaScript variables to apply to each Share/Save menu."
|
183 |
+
msgstr "Abajo puede inicializar las variables JavaScript especiales para aplicar a cada menú Compartir/Guardar"
|
184 |
+
|
185 |
+
#: add-to-any.php:417
|
186 |
+
msgid "Advanced users might want to explore Add to Any's <a href=\"http://www.addtoany.com/buttons/api/\" target=\"_blank\">JavaScript API</a>."
|
187 |
+
msgstr "Los usuarios avanzados podrían preferir explorar la <a href=\"http://www.addtoany.com/buttons/api/\" target=\"_blank\">API JavaScript</a> de Add to Any."
|
188 |
+
|
189 |
+
#: add-to-any.php:423
|
190 |
+
msgid "<strong>Note</strong>: If you're adding new code, be careful not to accidentally overwrite any previous code.</label>"
|
191 |
+
msgstr "<strong>Nota</strong>: Si usted agrega código nuevo, sea cuidadoso de no sobreescribir accidentalmente cualquier código ingresado anteriormente.</label>"
|
192 |
+
|
193 |
+
#: add-to-any.php:430
|
194 |
+
msgid "Save Changes"
|
195 |
+
msgstr "Guardar cambios"
|
196 |
+
|
197 |
+
#: add-to-any.php:443
|
198 |
+
msgid "Share/Save"
|
199 |
+
msgstr "Compartir/Guardar"
|
200 |
+
|
201 |
+
#: add-to-any.php:444
|
202 |
+
msgid "Share/Save Buttons"
|
203 |
+
msgstr "Botones Compartir/Guardar"
|
204 |
+
|
screenshot-2.png
CHANGED
Binary file
|
screenshot-3.png
CHANGED
Binary file
|
screenshot-4.png
ADDED
Binary file
|
screenshot-5.png
ADDED
Binary file
|