Version Description
Download this release
Release Info
Developer | micropat |
Plugin | AddToAny Share Buttons |
Version | 0.9.9.2.6 |
Comparing to | |
See all releases |
Code changes from version 0.9.9.2.5 to 0.9.9.2.6
- README.txt +26 -19
- add-to-any.php +17 -7
- languages/add-to-any-be.po +40 -40
- languages/add-to-any-ca.po +40 -40
- languages/add-to-any-da_DK.po +40 -40
- languages/add-to-any-de.po +40 -40
- languages/add-to-any-es_ES.po +40 -40
- languages/add-to-any-it_IT.po +40 -40
- languages/add-to-any-pt_PT.mo +0 -0
- languages/add-to-any-pt_PT.po +53 -55
- languages/add-to-any-zh_CN.po +40 -40
- languages/add-to-any.po +40 -40
README.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: micropat
|
|
3 |
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 |
-
Stable tag: 0.9.9.2.
|
8 |
|
9 |
Help readers share, save, bookmark, and email your posts and pages using any service, such as Facebook, Twitter, Digg, Delicious and over 100 more.
|
10 |
|
@@ -19,12 +19,12 @@ The E-mail tab makes it easy to share via Google Mail, Yahoo! Mail, Hotmail, AOL
|
|
19 |
Individual **service icons** let you optimize your blog posts for specific social sites.
|
20 |
|
21 |
* AddToAny <a href="http://www.addtoany.com/blog/smart-menus-the-services-your-visitors-use-displayed-first/" target="_blank">Smart Menu</a>
|
22 |
-
* Includes all services
|
23 |
* Individual service links (like Sociable)
|
|
|
24 |
* Services updated automatically
|
25 |
* WordPress optimized, localized (i18n for English, Spanish, Chinese, Italian, Danish, Belarusian)
|
26 |
* Google Analytics integration
|
27 |
-
* Many more publisher and user features
|
28 |
|
29 |
See also:
|
30 |
|
@@ -38,9 +38,9 @@ See also:
|
|
38 |
|
39 |
== Frequently Asked Questions ==
|
40 |
|
41 |
-
= How often is the list of services updated? =
|
42 |
|
43 |
-
Constantly... and it's done automatically
|
44 |
|
45 |
= Where can I choose which button and individual icons to display and other options? =
|
46 |
|
@@ -52,13 +52,24 @@ It's likely because your your theme wasn't <a href="http://codex.wordpress.org/T
|
|
52 |
|
53 |
`<?php wp_footer(); ?>`
|
54 |
|
55 |
-
= How can I move the button to another area of my theme? =
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
56 |
|
57 |
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:
|
58 |
|
59 |
`<?php if( function_exists('ADDTOANY_SHARE_SAVE_BUTTON') ) { ADDTOANY_SHARE_SAVE_BUTTON(); } ?>`
|
60 |
|
61 |
-
= How can I move the individual icons to another area of my theme? =
|
62 |
|
63 |
In the Theme Editor, place this line of code where you want the individual icons to appear in your theme (within an HTML list):
|
64 |
|
@@ -71,17 +82,6 @@ Or you can place the icons as individual links (without being wrapped in an HTML
|
|
71 |
|
72 |
`<?php if( function_exists('ADDTOANY_SHARE_SAVE_ICONS') ) { ADDTOANY_SHARE_SAVE_ICONS(); } ?>`
|
73 |
|
74 |
-
= How can I move both the individual icons and the button to another area of my theme? =
|
75 |
-
|
76 |
-
In the Theme Editor, place this code block where you want the individual icons to appear in your theme:
|
77 |
-
|
78 |
-
`<?php echo '<ul class="addtoany_list">';
|
79 |
-
if( function_exists('ADDTOANY_SHARE_SAVE_ICONS') )
|
80 |
-
ADDTOANY_SHARE_SAVE_ICONS( array("html_wrap_open" => "<li>", "html_wrap_close" => "</li>") );
|
81 |
-
if( function_exists('ADDTOANY_SHARE_SAVE_BUTTON') )
|
82 |
-
ADDTOANY_SHARE_SAVE_BUTTON( array("html_wrap_open" => "<li>", "html_wrap_close" => "</li>") );
|
83 |
-
echo '</ul>'; ?>`
|
84 |
-
|
85 |
= How can I force the button to appear in individual posts and pages? =
|
86 |
|
87 |
If your button isn't already set up to appear (it is by default), type the following tag into the page or post that you want the button to appear in: `<!--sharesave-->`
|
@@ -104,6 +104,13 @@ This is done to overcome browser limitations that prevent the drop-down menu fro
|
|
104 |
|
105 |
== Changelog ==
|
106 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
107 |
.9.9.2.5:
|
108 |
|
109 |
* Removed dragability of dummy image in standalone services list
|
3 |
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.8
|
7 |
+
Stable tag: 0.9.9.2.6
|
8 |
|
9 |
Help readers share, save, bookmark, and email your posts and pages using any service, such as Facebook, Twitter, Digg, Delicious and over 100 more.
|
10 |
|
19 |
Individual **service icons** let you optimize your blog posts for specific social sites.
|
20 |
|
21 |
* AddToAny <a href="http://www.addtoany.com/blog/smart-menus-the-services-your-visitors-use-displayed-first/" target="_blank">Smart Menu</a>
|
|
|
22 |
* Individual service links (like Sociable)
|
23 |
+
* Includes all services
|
24 |
* Services updated automatically
|
25 |
* WordPress optimized, localized (i18n for English, Spanish, Chinese, Italian, Danish, Belarusian)
|
26 |
* Google Analytics integration
|
27 |
+
* Many more publisher and user features!
|
28 |
|
29 |
See also:
|
30 |
|
38 |
|
39 |
== Frequently Asked Questions ==
|
40 |
|
41 |
+
= How often is the list of services within the menu updated? =
|
42 |
|
43 |
+
Constantly... and it's done automatically without having to upgrade.
|
44 |
|
45 |
= Where can I choose which button and individual icons to display and other options? =
|
46 |
|
52 |
|
53 |
`<?php wp_footer(); ?>`
|
54 |
|
55 |
+
= How can I move both the button and the individual icons to another area of my theme? =
|
56 |
+
|
57 |
+
In the Theme Editor, place this code block where you want the button and individual icons to appear in your theme:
|
58 |
+
|
59 |
+
`<?php echo '<ul class="addtoany_list">';
|
60 |
+
if( function_exists('ADDTOANY_SHARE_SAVE_ICONS') )
|
61 |
+
ADDTOANY_SHARE_SAVE_ICONS( array("html_wrap_open" => "<li>", "html_wrap_close" => "</li>") );
|
62 |
+
if( function_exists('ADDTOANY_SHARE_SAVE_BUTTON') )
|
63 |
+
ADDTOANY_SHARE_SAVE_BUTTON( array("html_wrap_open" => "<li>", "html_wrap_close" => "</li>") );
|
64 |
+
echo '</ul>'; ?>`
|
65 |
+
|
66 |
+
= How can I move just the button to another area of my theme? =
|
67 |
|
68 |
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:
|
69 |
|
70 |
`<?php if( function_exists('ADDTOANY_SHARE_SAVE_BUTTON') ) { ADDTOANY_SHARE_SAVE_BUTTON(); } ?>`
|
71 |
|
72 |
+
= How can I move just the individual icons to another area of my theme? =
|
73 |
|
74 |
In the Theme Editor, place this line of code where you want the individual icons to appear in your theme (within an HTML list):
|
75 |
|
82 |
|
83 |
`<?php if( function_exists('ADDTOANY_SHARE_SAVE_ICONS') ) { ADDTOANY_SHARE_SAVE_ICONS(); } ?>`
|
84 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
85 |
= How can I force the button to appear in individual posts and pages? =
|
86 |
|
87 |
If your button isn't already set up to appear (it is by default), type the following tag into the page or post that you want the button to appear in: `<!--sharesave-->`
|
104 |
|
105 |
== Changelog ==
|
106 |
|
107 |
+
.9.9.2.6:
|
108 |
+
|
109 |
+
* CSS changed to support more themes
|
110 |
+
* Admin UI updated for 2.8
|
111 |
+
* Slightly cleaner UI
|
112 |
+
* Includes template code for both button and standalone links (previously only found in FAQ)
|
113 |
+
|
114 |
.9.9.2.5:
|
115 |
|
116 |
* Removed dragability of dummy image in standalone services list
|
add-to-any.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Add to Any: Share/Bookmark/Email Button
|
4 |
Plugin URI: http://www.addtoany.com/
|
5 |
Description: Help 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.9.2.
|
7 |
Author: Add to Any
|
8 |
Author URI: http://www.addtoany.com/contact/
|
9 |
*/
|
@@ -282,20 +282,21 @@ function A2A_SHARE_SAVE_button_css() {
|
|
282 |
.addtoany_share_save_container{margin:16px 0;}
|
283 |
ul.addtoany_list{
|
284 |
display:inline;
|
|
|
285 |
margin:0 !important;
|
286 |
padding:0 !important;
|
287 |
}
|
288 |
ul.addtoany_list li{
|
289 |
-
background:none;
|
290 |
border:0;
|
291 |
display:inline !important;
|
|
|
292 |
list-style-type:none;
|
293 |
margin:0 !important;
|
294 |
padding:0 !important;
|
295 |
-
line-height:32px;<?php // For vertical space in the event of wrapping ?>
|
296 |
}
|
297 |
ul.addtoany_list li:before{content:"";}
|
298 |
-
ul.addtoany_list li a{padding:0 9px}
|
299 |
ul.addtoany_list img{
|
300 |
float:none;
|
301 |
width:16px;
|
@@ -308,7 +309,7 @@ function A2A_SHARE_SAVE_button_css() {
|
|
308 |
ul.addtoany_list a img{
|
309 |
opacity:.6;
|
310 |
-moz-opacity:.6;
|
311 |
-
filter:
|
312 |
}
|
313 |
ul.addtoany_list a:hover img, ul.addtoany_list a.addtoany_share_save img{
|
314 |
opacity:1;
|
@@ -498,8 +499,11 @@ function A2A_SHARE_SAVE_options_page() {
|
|
498 |
</label>
|
499 |
<br/><br/>
|
500 |
<div class="setting-description">
|
501 |
-
<strong>*</strong> <?php _e("If unchecked, be sure to place the following code in <a href=\"theme-editor.php\">your template pages</a> (within <code>index.php</code>, <code>single.php</code>, and/or <code>page.php</code>)", "add-to-any");
|
502 |
-
|
|
|
|
|
|
|
503 |
</div>
|
504 |
</fieldset></td>
|
505 |
</tr>
|
@@ -688,6 +692,10 @@ function A2A_SHARE_SAVE_admin_head() {
|
|
688 |
jQuery('#addtoany_services_selectable, #addtoany_services_info').slideDown('fast');
|
689 |
jQuery(this).fadeOut('fast');
|
690 |
});
|
|
|
|
|
|
|
|
|
691 |
});
|
692 |
--></script>
|
693 |
|
@@ -713,6 +721,8 @@ function A2A_SHARE_SAVE_admin_head() {
|
|
713 |
li#addtoany_show_services{border:1px solid #DFDFDF;background-color:#FFF;cursor:pointer;}
|
714 |
li#addtoany_show_services:hover{border:1px solid #AAA;}
|
715 |
#addtoany_services_info{clear:left;display:none;}
|
|
|
|
|
716 |
</style>
|
717 |
<?php
|
718 |
}
|
3 |
Plugin Name: Add to Any: Share/Bookmark/Email Button
|
4 |
Plugin URI: http://www.addtoany.com/
|
5 |
Description: Help 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.9.2.6
|
7 |
Author: Add to Any
|
8 |
Author URI: http://www.addtoany.com/contact/
|
9 |
*/
|
282 |
.addtoany_share_save_container{margin:16px 0;}
|
283 |
ul.addtoany_list{
|
284 |
display:inline;
|
285 |
+
list-style-type:none;
|
286 |
margin:0 !important;
|
287 |
padding:0 !important;
|
288 |
}
|
289 |
ul.addtoany_list li{
|
290 |
+
background:none !important;
|
291 |
border:0;
|
292 |
display:inline !important;
|
293 |
+
line-height:32px;<?php // For vertical space in the event of wrapping ?>
|
294 |
list-style-type:none;
|
295 |
margin:0 !important;
|
296 |
padding:0 !important;
|
|
|
297 |
}
|
298 |
ul.addtoany_list li:before{content:"";}
|
299 |
+
ul.addtoany_list li a{padding:0 9px;}
|
300 |
ul.addtoany_list img{
|
301 |
float:none;
|
302 |
width:16px;
|
309 |
ul.addtoany_list a img{
|
310 |
opacity:.6;
|
311 |
-moz-opacity:.6;
|
312 |
+
filter:alpha(opacity=60);
|
313 |
}
|
314 |
ul.addtoany_list a:hover img, ul.addtoany_list a.addtoany_share_save img{
|
315 |
opacity:1;
|
499 |
</label>
|
500 |
<br/><br/>
|
501 |
<div class="setting-description">
|
502 |
+
<strong>*</strong> <?php _e("If unchecked, be sure to place the following code in <a href=\"theme-editor.php\">your template pages</a> (within <code>index.php</code>, <code>single.php</code>, and/or <code>page.php</code>)", "add-to-any"); ?>: <span id="addtoany_show_template_button_code" class="button-secondary">»</span>
|
503 |
+
<div id="addtoany_template_button_code">
|
504 |
+
<code><?php echo '<ul class="addtoany_list">'; if( function_exists('ADDTOANY_SHARE_SAVE_ICONS') ) ADDTOANY_SHARE_SAVE_ICONS( array("html_wrap_open" => "<li>", "html_wrap_close" => "</li>") ); if( function_exists('ADDTOANY_SHARE_SAVE_BUTTON') ) ADDTOANY_SHARE_SAVE_BUTTON( array("html_wrap_open" => "<li>", "html_wrap_close" => "</li>") ); echo '</ul>'; ?></code>
|
505 |
+
</div>
|
506 |
+
<noscript<code><?php echo '<ul class="addtoany_list">'; if( function_exists('ADDTOANY_SHARE_SAVE_ICONS') ) ADDTOANY_SHARE_SAVE_ICONS( array("html_wrap_open" => "<li>", "html_wrap_close" => "</li>") ); if( function_exists('ADDTOANY_SHARE_SAVE_BUTTON') ) ADDTOANY_SHARE_SAVE_BUTTON( array("html_wrap_open" => "<li>", "html_wrap_close" => "</li>") ); echo '</ul>'; ?></code></noscript>
|
507 |
</div>
|
508 |
</fieldset></td>
|
509 |
</tr>
|
692 |
jQuery('#addtoany_services_selectable, #addtoany_services_info').slideDown('fast');
|
693 |
jQuery(this).fadeOut('fast');
|
694 |
});
|
695 |
+
jQuery('#addtoany_show_template_button_code').click(function(e){
|
696 |
+
jQuery('#addtoany_template_button_code').slideDown('fast');
|
697 |
+
jQuery(this).fadeOut('fast');
|
698 |
+
});
|
699 |
});
|
700 |
--></script>
|
701 |
|
721 |
li#addtoany_show_services{border:1px solid #DFDFDF;background-color:#FFF;cursor:pointer;}
|
722 |
li#addtoany_show_services:hover{border:1px solid #AAA;}
|
723 |
#addtoany_services_info{clear:left;display:none;}
|
724 |
+
|
725 |
+
#addtoany_template_button_code{display:none;}
|
726 |
</style>
|
727 |
<?php
|
728 |
}
|
languages/add-to-any-be.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-05-
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: MicroPat\n"
|
8 |
"Language-Team: Marcis Gasuns <mrilyuha@gmail.com>\n"
|
@@ -88,157 +88,157 @@ msgstr "Паштовая праграма"
|
|
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 "Ваша тэма павінна быць выпраўленая. Каб выправіць вашу тэму, выкарыстайце <a href=\"theme-editor.php\"> Тэма рэдактар </ A>, каб уставіць <code> <? PHP wp_footer ();?> </ Code> незадоўга да <code> </ BODY> </ Code> лінію вашай тэмы <code> footer.php </ cod> файл."
|
90 |
|
91 |
-
#: add-to-any.php:
|
92 |
msgid "Settings saved."
|
93 |
msgstr "Наладкі захаваны"
|
94 |
|
95 |
-
#: add-to-any.php:
|
96 |
msgid "Add to Any: Share/Save "
|
97 |
msgstr "Дадаць у любое: падзяліць/захаваць"
|
98 |
|
99 |
-
#: add-to-any.php:
|
100 |
-
#: add-to-any.php:
|
101 |
msgid "Settings"
|
102 |
msgstr "Наладкі"
|
103 |
|
104 |
-
#: add-to-any.php:
|
105 |
#, fuzzy
|
106 |
msgid "Standalone Services"
|
107 |
msgstr "Дадаць/Выдаліць паслугі"
|
108 |
|
109 |
-
#: add-to-any.php:
|
110 |
msgid "Choose the services you want below. Click a chosen service again to remove. Reorder services by dragging and dropping as they appear above."
|
111 |
msgstr ""
|
112 |
|
113 |
-
#: add-to-any.php:
|
114 |
msgid "Button"
|
115 |
msgstr "Клавіша"
|
116 |
|
117 |
-
#: add-to-any.php:
|
118 |
msgid "Image URL"
|
119 |
msgstr "URL de l'imatge"
|
120 |
|
121 |
-
#: add-to-any.php:
|
122 |
msgid "Text only"
|
123 |
msgstr "Толькт тэкст"
|
124 |
|
125 |
-
#: add-to-any.php:
|
126 |
msgid "Placement"
|
127 |
msgstr "Размяшчэнне"
|
128 |
|
129 |
-
#: add-to-any.php:
|
130 |
msgid "Display Share/Save button at the bottom of posts"
|
131 |
msgstr "Паказаць клавішу Адкрыць / Захаваць унізе запісаў"
|
132 |
|
133 |
-
#: add-to-any.php:
|
134 |
msgid "Display Share/Save button at the bottom of posts on the front page"
|
135 |
msgstr "Паказаць клавішу Адкрыць/Захаваць унізе запісаў на тытульнай старонцы"
|
136 |
|
137 |
-
#: add-to-any.php:
|
138 |
msgid "Display Share/Save button at the bottom of posts in the feed"
|
139 |
msgstr ""
|
140 |
|
141 |
-
#: add-to-any.php:
|
142 |
msgid "Display Share/Save button at the bottom of pages"
|
143 |
msgstr "Паказаць клавішу Адкрыць/Захаваць унізе старонак"
|
144 |
|
145 |
-
#: add-to-any.php:
|
146 |
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>)"
|
147 |
msgstr "Калі яе не спыніць, то не забудзьцеся змясціць наступны код у <a href=\"theme-editor.php\"> шаблон старонкі </ A> (у <code> index.php </code>, <code> сінгл. PHP </cod> і / або <code> page.php </ code>) \t\t \t"
|
148 |
|
149 |
-
#: add-to-any.php:
|
150 |
msgid "Menu Style"
|
151 |
msgstr "Стыль меню"
|
152 |
|
153 |
-
#: add-to-any.php:
|
154 |
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."
|
155 |
msgstr "Выкарыстанне Дадаць у любое меню Styler, вы можаце наладзіць колеры вашага Адкрыць / Захаваць мяню! Калі вы скончыце, не забудзьцеся ўставіць генераваны код у <a href=\"#\" onclick=\"document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false\"> Дадатковыя параметры </ A> ніжэй."
|
156 |
|
157 |
-
#: add-to-any.php:
|
158 |
msgid "Open the Add to Any Menu Styler in a new window"
|
159 |
msgstr "Адкрыць Дадаць у меню Styler у новым акне"
|
160 |
|
161 |
-
#: add-to-any.php:
|
162 |
msgid "Open Menu Styler"
|
163 |
msgstr "Адкрыць меню Styler"
|
164 |
|
165 |
-
#: add-to-any.php:
|
166 |
msgid "Menu Options"
|
167 |
msgstr "Меню опцый"
|
168 |
|
169 |
-
#: add-to-any.php:
|
170 |
msgid "Hide embedded objects (Flash, video, etc.) that intersect with the menu when displayed"
|
171 |
msgstr "Схаваць убудаваыях аб'екты (Flash, відэа і г.д.), якія перасякаюцца з меню пры адлюстраванні"
|
172 |
|
173 |
-
#: add-to-any.php:
|
174 |
msgid "Show the title of the post (or page) within the menu"
|
175 |
msgstr "Паказаць назву запісу(альбо старонкі) без меню"
|
176 |
|
177 |
-
#: add-to-any.php:
|
178 |
msgid "Only show the menu when the user clicks the Share/Save button"
|
179 |
msgstr " Паказваць толькі меню, калі карыстальнік клікае клавішу Адкрыць/Захаваць"
|
180 |
|
181 |
-
#: add-to-any.php:
|
182 |
msgid "Open the addtoany.com menu page in a new tab or window if the user clicks the Share/Save button"
|
183 |
msgstr "Адкрыць меню addtoany.com старонкі ў новую ўкладку або акно, калі карыстальнік націскае кнопку Адкрыць/ Захаваць \t\t \t"
|
184 |
|
185 |
-
#: add-to-any.php:
|
186 |
msgid "Additional Options"
|
187 |
msgstr "Дадатковыя Опцыі"
|
188 |
|
189 |
-
#: add-to-any.php:
|
190 |
msgid "Paste the code from Add to Any's Menu Styler in the box below!"
|
191 |
msgstr "Уставіць код з Дадаць у любое меню Styler у поле ніжэй!"
|
192 |
|
193 |
-
#: add-to-any.php:
|
194 |
msgid "Below you can set special JavaScript variables to apply to each Share/Save menu."
|
195 |
msgstr "Ніжэй вы можаце ўсталяваць адмысловы JavaScript, які будзе ўжывацца да кожнага Адкрыць / Захаваць меню."
|
196 |
|
197 |
-
#: add-to-any.php:
|
198 |
msgid "Advanced users might want to explore Add to Any's <a href=\"http://www.addtoany.com/buttons/api/\" target=\"_blank\">JavaScript API</a>."
|
199 |
msgstr "Дасведчаныя карыстальнікі, магчыма, пажадаюць вывучыць Дадаць у <a href=\"http://www.addtoany.com/buttons/api/\" target=\"_blank\"> JavaScript API </ A>."
|
200 |
|
201 |
-
#: add-to-any.php:
|
202 |
msgid "<strong>Note</strong>: If you're adding new code, be careful not to accidentally overwrite any previous code.</label>"
|
203 |
msgstr "<strong>Note</strong>: If you're adding new code, be careful not to accidentally overwrite any previous code.</label><strong>Заўвага</strong> : Калі Вы дадаеце новы код, будзьце ўважлівыя і не перапішыце выпадкова любы папярэдні код."
|
204 |
|
205 |
-
#: add-to-any.php:
|
206 |
msgid "Save Changes"
|
207 |
msgstr "Захаваць змены"
|
208 |
|
209 |
-
#: add-to-any.php:
|
210 |
msgid "Like this plugin?"
|
211 |
msgstr "Як і гэты плагін?"
|
212 |
|
213 |
-
#: add-to-any.php:
|
214 |
msgid "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Give it a good rating</a> on WordPress.org."
|
215 |
msgstr ""
|
216 |
|
217 |
-
#: add-to-any.php:
|
218 |
msgid "<a href=\"http://www.addtoany.com/share_save?linkname=WordPress%20Share%20Plugin%20by%20AddToAny.com&linkurl=http%3A%2F%2Fwordpress.org%2Fextend%2Fplugins%2Fadd-to-any%2F\">Share it</a> with your friends."
|
219 |
msgstr ""
|
220 |
|
221 |
-
#: add-to-any.php:
|
222 |
msgid "Need support?"
|
223 |
msgstr "Патрэбна падтрымка?"
|
224 |
|
225 |
-
#: add-to-any.php:
|
226 |
msgid "See the <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">FAQs</a>."
|
227 |
msgstr "Паглядзіце <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">FAQs</a>."
|
228 |
|
229 |
-
#: add-to-any.php:
|
230 |
msgid "Search the <a href=\"http://wordpress.org/tags/add-to-any\">support forums</a>."
|
231 |
msgstr "Пошук <a href=\"http://wordpress.org/tags/add-to-any\">support forums</a>."
|
232 |
|
233 |
-
#: add-to-any.php:
|
234 |
msgid "Add/Remove Services"
|
235 |
msgstr "Дадаць/Выдаліць паслугі"
|
236 |
|
237 |
-
#: add-to-any.php:
|
238 |
msgid "Share/Save"
|
239 |
msgstr "Адкрыць/Захаваць"
|
240 |
|
241 |
-
#: add-to-any.php:
|
242 |
msgid "Share/Save Buttons"
|
243 |
msgstr "Кнопка Адкрыць/Захаваць"
|
244 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: add-to-any\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2009-05-19 16:37-0800\n"
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: MicroPat\n"
|
8 |
"Language-Team: Marcis Gasuns <mrilyuha@gmail.com>\n"
|
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 "Ваша тэма павінна быць выпраўленая. Каб выправіць вашу тэму, выкарыстайце <a href=\"theme-editor.php\"> Тэма рэдактар </ A>, каб уставіць <code> <? PHP wp_footer ();?> </ Code> незадоўга да <code> </ BODY> </ Code> лінію вашай тэмы <code> footer.php </ cod> файл."
|
90 |
|
91 |
+
#: add-to-any.php:372
|
92 |
msgid "Settings saved."
|
93 |
msgstr "Наладкі захаваны"
|
94 |
|
95 |
+
#: add-to-any.php:383
|
96 |
msgid "Add to Any: Share/Save "
|
97 |
msgstr "Дадаць у любое: падзяліць/захаваць"
|
98 |
|
99 |
+
#: add-to-any.php:383
|
100 |
+
#: add-to-any.php:736
|
101 |
msgid "Settings"
|
102 |
msgstr "Наладкі"
|
103 |
|
104 |
+
#: add-to-any.php:393
|
105 |
#, fuzzy
|
106 |
msgid "Standalone Services"
|
107 |
msgstr "Дадаць/Выдаліць паслугі"
|
108 |
|
109 |
+
#: add-to-any.php:398
|
110 |
msgid "Choose the services you want below. Click a chosen service again to remove. Reorder services by dragging and dropping as they appear above."
|
111 |
msgstr ""
|
112 |
|
113 |
+
#: add-to-any.php:417
|
114 |
msgid "Button"
|
115 |
msgstr "Клавіша"
|
116 |
|
117 |
+
#: add-to-any.php:456
|
118 |
msgid "Image URL"
|
119 |
msgstr "URL de l'imatge"
|
120 |
|
121 |
+
#: add-to-any.php:463
|
122 |
msgid "Text only"
|
123 |
msgstr "Толькт тэкст"
|
124 |
|
125 |
+
#: add-to-any.php:471
|
126 |
msgid "Placement"
|
127 |
msgstr "Размяшчэнне"
|
128 |
|
129 |
+
#: add-to-any.php:480
|
130 |
msgid "Display Share/Save button at the bottom of posts"
|
131 |
msgstr "Паказаць клавішу Адкрыць / Захаваць унізе запісаў"
|
132 |
|
133 |
+
#: add-to-any.php:487
|
134 |
msgid "Display Share/Save button at the bottom of posts on the front page"
|
135 |
msgstr "Паказаць клавішу Адкрыць/Захаваць унізе запісаў на тытульнай старонцы"
|
136 |
|
137 |
+
#: add-to-any.php:494
|
138 |
msgid "Display Share/Save button at the bottom of posts in the feed"
|
139 |
msgstr ""
|
140 |
|
141 |
+
#: add-to-any.php:498
|
142 |
msgid "Display Share/Save button at the bottom of pages"
|
143 |
msgstr "Паказаць клавішу Адкрыць/Захаваць унізе старонак"
|
144 |
|
145 |
+
#: add-to-any.php:502
|
146 |
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>)"
|
147 |
msgstr "Калі яе не спыніць, то не забудзьцеся змясціць наступны код у <a href=\"theme-editor.php\"> шаблон старонкі </ A> (у <code> index.php </code>, <code> сінгл. PHP </cod> і / або <code> page.php </ code>) \t\t \t"
|
148 |
|
149 |
+
#: add-to-any.php:511
|
150 |
msgid "Menu Style"
|
151 |
msgstr "Стыль меню"
|
152 |
|
153 |
+
#: add-to-any.php:513
|
154 |
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."
|
155 |
msgstr "Выкарыстанне Дадаць у любое меню Styler, вы можаце наладзіць колеры вашага Адкрыць / Захаваць мяню! Калі вы скончыце, не забудзьцеся ўставіць генераваны код у <a href=\"#\" onclick=\"document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false\"> Дадатковыя параметры </ A> ніжэй."
|
156 |
|
157 |
+
#: add-to-any.php:515
|
158 |
msgid "Open the Add to Any Menu Styler in a new window"
|
159 |
msgstr "Адкрыць Дадаць у меню Styler у новым акне"
|
160 |
|
161 |
+
#: add-to-any.php:517
|
162 |
msgid "Open Menu Styler"
|
163 |
msgstr "Адкрыць меню Styler"
|
164 |
|
165 |
+
#: add-to-any.php:522
|
166 |
msgid "Menu Options"
|
167 |
msgstr "Меню опцый"
|
168 |
|
169 |
+
#: add-to-any.php:527
|
170 |
msgid "Hide embedded objects (Flash, video, etc.) that intersect with the menu when displayed"
|
171 |
msgstr "Схаваць убудаваыях аб'екты (Flash, відэа і г.д.), якія перасякаюцца з меню пры адлюстраванні"
|
172 |
|
173 |
+
#: add-to-any.php:532
|
174 |
msgid "Show the title of the post (or page) within the menu"
|
175 |
msgstr "Паказаць назву запісу(альбо старонкі) без меню"
|
176 |
|
177 |
+
#: add-to-any.php:539
|
178 |
msgid "Only show the menu when the user clicks the Share/Save button"
|
179 |
msgstr " Паказваць толькі меню, калі карыстальнік клікае клавішу Адкрыць/Захаваць"
|
180 |
|
181 |
+
#: add-to-any.php:545
|
182 |
msgid "Open the addtoany.com menu page in a new tab or window if the user clicks the Share/Save button"
|
183 |
msgstr "Адкрыць меню addtoany.com старонкі ў новую ўкладку або акно, калі карыстальнік націскае кнопку Адкрыць/ Захаваць \t\t \t"
|
184 |
|
185 |
+
#: add-to-any.php:550
|
186 |
msgid "Additional Options"
|
187 |
msgstr "Дадатковыя Опцыі"
|
188 |
|
189 |
+
#: add-to-any.php:554
|
190 |
msgid "Paste the code from Add to Any's Menu Styler in the box below!"
|
191 |
msgstr "Уставіць код з Дадаць у любое меню Styler у поле ніжэй!"
|
192 |
|
193 |
+
#: add-to-any.php:558
|
194 |
msgid "Below you can set special JavaScript variables to apply to each Share/Save menu."
|
195 |
msgstr "Ніжэй вы можаце ўсталяваць адмысловы JavaScript, які будзе ўжывацца да кожнага Адкрыць / Захаваць меню."
|
196 |
|
197 |
+
#: add-to-any.php:559
|
198 |
msgid "Advanced users might want to explore Add to Any's <a href=\"http://www.addtoany.com/buttons/api/\" target=\"_blank\">JavaScript API</a>."
|
199 |
msgstr "Дасведчаныя карыстальнікі, магчыма, пажадаюць вывучыць Дадаць у <a href=\"http://www.addtoany.com/buttons/api/\" target=\"_blank\"> JavaScript API </ A>."
|
200 |
|
201 |
+
#: add-to-any.php:565
|
202 |
msgid "<strong>Note</strong>: If you're adding new code, be careful not to accidentally overwrite any previous code.</label>"
|
203 |
msgstr "<strong>Note</strong>: If you're adding new code, be careful not to accidentally overwrite any previous code.</label><strong>Заўвага</strong> : Калі Вы дадаеце новы код, будзьце ўважлівыя і не перапішыце выпадкова любы папярэдні код."
|
204 |
|
205 |
+
#: add-to-any.php:572
|
206 |
msgid "Save Changes"
|
207 |
msgstr "Захаваць змены"
|
208 |
|
209 |
+
#: add-to-any.php:577
|
210 |
msgid "Like this plugin?"
|
211 |
msgstr "Як і гэты плагін?"
|
212 |
|
213 |
+
#: add-to-any.php:578
|
214 |
msgid "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Give it a good rating</a> on WordPress.org."
|
215 |
msgstr ""
|
216 |
|
217 |
+
#: add-to-any.php:579
|
218 |
msgid "<a href=\"http://www.addtoany.com/share_save?linkname=WordPress%20Share%20Plugin%20by%20AddToAny.com&linkurl=http%3A%2F%2Fwordpress.org%2Fextend%2Fplugins%2Fadd-to-any%2F\">Share it</a> with your friends."
|
219 |
msgstr ""
|
220 |
|
221 |
+
#: add-to-any.php:581
|
222 |
msgid "Need support?"
|
223 |
msgstr "Патрэбна падтрымка?"
|
224 |
|
225 |
+
#: add-to-any.php:582
|
226 |
msgid "See the <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">FAQs</a>."
|
227 |
msgstr "Паглядзіце <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">FAQs</a>."
|
228 |
|
229 |
+
#: add-to-any.php:583
|
230 |
msgid "Search the <a href=\"http://wordpress.org/tags/add-to-any\">support forums</a>."
|
231 |
msgstr "Пошук <a href=\"http://wordpress.org/tags/add-to-any\">support forums</a>."
|
232 |
|
233 |
+
#: add-to-any.php:690
|
234 |
msgid "Add/Remove Services"
|
235 |
msgstr "Дадаць/Выдаліць паслугі"
|
236 |
|
237 |
+
#: add-to-any.php:736
|
238 |
msgid "Share/Save"
|
239 |
msgstr "Адкрыць/Захаваць"
|
240 |
|
241 |
+
#: add-to-any.php:737
|
242 |
msgid "Share/Save Buttons"
|
243 |
msgstr "Кнопка Адкрыць/Захаваць"
|
244 |
|
languages/add-to-any-ca.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-05-
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: Robert Antoni Buj Gelonch <rbuj@wanadoo.es>\n"
|
8 |
"Language-Team: <robert.buj@gmail.com>\n"
|
@@ -88,157 +88,157 @@ msgstr "Programa de correu electrònic"
|
|
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 "El vostre tema ha de ser corretgit. per corretgir-lo, utilitzeu l'<a href=\"theme-editor.php\">Editor de tema</a> per afegir <code><?php wp_footer(); ?></code> justament abans de la línia <code></body></code> del vostre tema al fitxer <code>footer.php</code>."
|
90 |
|
91 |
-
#: add-to-any.php:
|
92 |
msgid "Settings saved."
|
93 |
msgstr "Preferències desades."
|
94 |
|
95 |
-
#: add-to-any.php:
|
96 |
msgid "Add to Any: Share/Save "
|
97 |
msgstr "Add to Any: Compartir/Desar "
|
98 |
|
99 |
-
#: add-to-any.php:
|
100 |
-
#: add-to-any.php:
|
101 |
msgid "Settings"
|
102 |
msgstr "Preferències"
|
103 |
|
104 |
-
#: add-to-any.php:
|
105 |
#, fuzzy
|
106 |
msgid "Standalone Services"
|
107 |
msgstr "Serveis Compartir/Desar"
|
108 |
|
109 |
-
#: add-to-any.php:
|
110 |
msgid "Choose the services you want below. Click a chosen service again to remove. Reorder services by dragging and dropping as they appear above."
|
111 |
msgstr "Seleccioneu els serveis que voleu a continuació. Cliqueu a un servei de nou per eliminar-lo. Reordeneu els serveis arrossegant-los i deixant-los en l'ordre que dessitgeu."
|
112 |
|
113 |
-
#: add-to-any.php:
|
114 |
msgid "Button"
|
115 |
msgstr "Botó"
|
116 |
|
117 |
-
#: add-to-any.php:
|
118 |
msgid "Image URL"
|
119 |
msgstr "URL de l'imatge"
|
120 |
|
121 |
-
#: add-to-any.php:
|
122 |
msgid "Text only"
|
123 |
msgstr "Només text"
|
124 |
|
125 |
-
#: add-to-any.php:
|
126 |
msgid "Placement"
|
127 |
msgstr "Emplaçament"
|
128 |
|
129 |
-
#: add-to-any.php:
|
130 |
msgid "Display Share/Save button at the bottom of posts"
|
131 |
msgstr "Mostar el botó de Compartir/Desar sota tots els escrits"
|
132 |
|
133 |
-
#: add-to-any.php:
|
134 |
msgid "Display Share/Save button at the bottom of posts on the front page"
|
135 |
msgstr "Mostar el botó de Compartir/Desar a la pàgina principal"
|
136 |
|
137 |
-
#: add-to-any.php:
|
138 |
msgid "Display Share/Save button at the bottom of posts in the feed"
|
139 |
msgstr "Mostar el botó de Compartir/Desar sota tots els escrits al feed"
|
140 |
|
141 |
-
#: add-to-any.php:
|
142 |
msgid "Display Share/Save button at the bottom of pages"
|
143 |
msgstr "Mostar el botó de Compartir/Desar sota les pàgines"
|
144 |
|
145 |
-
#: add-to-any.php:
|
146 |
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>)"
|
147 |
msgstr "Si no està habilitat s'ha d'afegir el següent codi a <a href=\"theme-editor.php\">les vostres pàgines de plantilla</a> (dins de <code>index.php</code>, <code>single.php</code>, i/o <code>page.php</code>)"
|
148 |
|
149 |
-
#: add-to-any.php:
|
150 |
msgid "Menu Style"
|
151 |
msgstr "Estil del menú"
|
152 |
|
153 |
-
#: add-to-any.php:
|
154 |
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."
|
155 |
msgstr "Utilitzant el personalitzador d'estil de Add to Any, vosté pot personalitzar els colors del vostre menú Compartir/Desar! Quan hageu acabat, heu de copiar el codi generat al recuadre d'<a href=\"#\" onclick=\"document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false\">opcions adicionals</a> de sota."
|
156 |
|
157 |
-
#: add-to-any.php:
|
158 |
msgid "Open the Add to Any Menu Styler in a new window"
|
159 |
msgstr "Obrir el personalitzador d'estil de Add to Any a una nova finestra"
|
160 |
|
161 |
-
#: add-to-any.php:
|
162 |
msgid "Open Menu Styler"
|
163 |
msgstr "Obrir el personalitzador d'estils"
|
164 |
|
165 |
-
#: add-to-any.php:
|
166 |
msgid "Menu Options"
|
167 |
msgstr "Opcions del menú"
|
168 |
|
169 |
-
#: add-to-any.php:
|
170 |
msgid "Hide embedded objects (Flash, video, etc.) that intersect with the menu when displayed"
|
171 |
msgstr "Amagar objectes incrustats (Flash, vídeo, etc) que interseccionin amb el menú quan aquest aparegui"
|
172 |
|
173 |
-
#: add-to-any.php:
|
174 |
msgid "Show the title of the post (or page) within the menu"
|
175 |
msgstr "Mostrar el títul de l'entrada (o de la pàgina) dins del menú"
|
176 |
|
177 |
-
#: add-to-any.php:
|
178 |
msgid "Only show the menu when the user clicks the Share/Save button"
|
179 |
msgstr "Mostrar el menú solament quan un usuari cliqui sobre el botó Compartir/Desar"
|
180 |
|
181 |
-
#: add-to-any.php:
|
182 |
msgid "Open the addtoany.com menu page in a new tab or window if the user clicks the Share/Save button"
|
183 |
msgstr "Obrir el menú de addtoany.com en una nova pestanya o finestra si l'usuari clica al botó Compartir/Desar"
|
184 |
|
185 |
-
#: add-to-any.php:
|
186 |
msgid "Additional Options"
|
187 |
msgstr "Opcions adicionals"
|
188 |
|
189 |
-
#: add-to-any.php:
|
190 |
msgid "Paste the code from Add to Any's Menu Styler in the box below!"
|
191 |
msgstr "Pegueu el codi del personalitzador d'estil al següent recuadre!"
|
192 |
|
193 |
-
#: add-to-any.php:
|
194 |
msgid "Below you can set special JavaScript variables to apply to each Share/Save menu."
|
195 |
msgstr "A continuació, podeu establir variables especials de JavaScript per aplicar a cada menú Compartir/Desar."
|
196 |
|
197 |
-
#: add-to-any.php:
|
198 |
msgid "Advanced users might want to explore Add to Any's <a href=\"http://www.addtoany.com/buttons/api/\" target=\"_blank\">JavaScript API</a>."
|
199 |
msgstr "Els usuaris avançats poden preferir explorar l'<a href=\"http://www.addtoany.com/buttons/api/\" target=\"_blank\">API JavaScript</a> de Add to Any."
|
200 |
|
201 |
-
#: add-to-any.php:
|
202 |
msgid "<strong>Note</strong>: If you're adding new code, be careful not to accidentally overwrite any previous code.</label>"
|
203 |
msgstr "<strong>Nota</strong>: Si heu d'afegir un nou codi, tingueu cura de no sobreescriure accidentalment qualsevol codi anterior.</label>"
|
204 |
|
205 |
-
#: add-to-any.php:
|
206 |
msgid "Save Changes"
|
207 |
msgstr "Desar els canvis"
|
208 |
|
209 |
-
#: add-to-any.php:
|
210 |
msgid "Like this plugin?"
|
211 |
msgstr "Com aquesta extensió?"
|
212 |
|
213 |
-
#: add-to-any.php:
|
214 |
msgid "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Give it a good rating</a> on WordPress.org."
|
215 |
msgstr "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Doneu-li una bona qualificació</a> a WordPress.org."
|
216 |
|
217 |
-
#: add-to-any.php:
|
218 |
msgid "<a href=\"http://www.addtoany.com/share_save?linkname=WordPress%20Share%20Plugin%20by%20AddToAny.com&linkurl=http%3A%2F%2Fwordpress.org%2Fextend%2Fplugins%2Fadd-to-any%2F\">Share it</a> with your friends."
|
219 |
msgstr "<a href=\"http://www.addtoany.com/share_save?linkname=WordPress%20Share%20Plugin%20by%20AddToAny.com&linkurl=http%3A%2F%2Fwordpress.org%2Fextend%2Fplugins%2Fadd-to-any%2F\">Compartiu-lo</a> amb els vostres amics."
|
220 |
|
221 |
-
#: add-to-any.php:
|
222 |
msgid "Need support?"
|
223 |
msgstr "Necessiteu suport?"
|
224 |
|
225 |
-
#: add-to-any.php:
|
226 |
msgid "See the <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">FAQs</a>."
|
227 |
msgstr "Vegeu les <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">Preguntes més freqüents</a>."
|
228 |
|
229 |
-
#: add-to-any.php:
|
230 |
msgid "Search the <a href=\"http://wordpress.org/tags/add-to-any\">support forums</a>."
|
231 |
msgstr "Cercar als <a href=\"http://wordpress.org/tags/add-to-any\">fòrums de suport</a>."
|
232 |
|
233 |
-
#: add-to-any.php:
|
234 |
msgid "Add/Remove Services"
|
235 |
msgstr "Serveis Compartir/Desar"
|
236 |
|
237 |
-
#: add-to-any.php:
|
238 |
msgid "Share/Save"
|
239 |
msgstr "Compartir/Desar"
|
240 |
|
241 |
-
#: add-to-any.php:
|
242 |
msgid "Share/Save Buttons"
|
243 |
msgstr "Botons de Compartir/Desar"
|
244 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: add-to-any\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2009-05-19 16:37-0800\n"
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: Robert Antoni Buj Gelonch <rbuj@wanadoo.es>\n"
|
8 |
"Language-Team: <robert.buj@gmail.com>\n"
|
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 "El vostre tema ha de ser corretgit. per corretgir-lo, utilitzeu l'<a href=\"theme-editor.php\">Editor de tema</a> per afegir <code><?php wp_footer(); ?></code> justament abans de la línia <code></body></code> del vostre tema al fitxer <code>footer.php</code>."
|
90 |
|
91 |
+
#: add-to-any.php:372
|
92 |
msgid "Settings saved."
|
93 |
msgstr "Preferències desades."
|
94 |
|
95 |
+
#: add-to-any.php:383
|
96 |
msgid "Add to Any: Share/Save "
|
97 |
msgstr "Add to Any: Compartir/Desar "
|
98 |
|
99 |
+
#: add-to-any.php:383
|
100 |
+
#: add-to-any.php:736
|
101 |
msgid "Settings"
|
102 |
msgstr "Preferències"
|
103 |
|
104 |
+
#: add-to-any.php:393
|
105 |
#, fuzzy
|
106 |
msgid "Standalone Services"
|
107 |
msgstr "Serveis Compartir/Desar"
|
108 |
|
109 |
+
#: add-to-any.php:398
|
110 |
msgid "Choose the services you want below. Click a chosen service again to remove. Reorder services by dragging and dropping as they appear above."
|
111 |
msgstr "Seleccioneu els serveis que voleu a continuació. Cliqueu a un servei de nou per eliminar-lo. Reordeneu els serveis arrossegant-los i deixant-los en l'ordre que dessitgeu."
|
112 |
|
113 |
+
#: add-to-any.php:417
|
114 |
msgid "Button"
|
115 |
msgstr "Botó"
|
116 |
|
117 |
+
#: add-to-any.php:456
|
118 |
msgid "Image URL"
|
119 |
msgstr "URL de l'imatge"
|
120 |
|
121 |
+
#: add-to-any.php:463
|
122 |
msgid "Text only"
|
123 |
msgstr "Només text"
|
124 |
|
125 |
+
#: add-to-any.php:471
|
126 |
msgid "Placement"
|
127 |
msgstr "Emplaçament"
|
128 |
|
129 |
+
#: add-to-any.php:480
|
130 |
msgid "Display Share/Save button at the bottom of posts"
|
131 |
msgstr "Mostar el botó de Compartir/Desar sota tots els escrits"
|
132 |
|
133 |
+
#: add-to-any.php:487
|
134 |
msgid "Display Share/Save button at the bottom of posts on the front page"
|
135 |
msgstr "Mostar el botó de Compartir/Desar a la pàgina principal"
|
136 |
|
137 |
+
#: add-to-any.php:494
|
138 |
msgid "Display Share/Save button at the bottom of posts in the feed"
|
139 |
msgstr "Mostar el botó de Compartir/Desar sota tots els escrits al feed"
|
140 |
|
141 |
+
#: add-to-any.php:498
|
142 |
msgid "Display Share/Save button at the bottom of pages"
|
143 |
msgstr "Mostar el botó de Compartir/Desar sota les pàgines"
|
144 |
|
145 |
+
#: add-to-any.php:502
|
146 |
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>)"
|
147 |
msgstr "Si no està habilitat s'ha d'afegir el següent codi a <a href=\"theme-editor.php\">les vostres pàgines de plantilla</a> (dins de <code>index.php</code>, <code>single.php</code>, i/o <code>page.php</code>)"
|
148 |
|
149 |
+
#: add-to-any.php:511
|
150 |
msgid "Menu Style"
|
151 |
msgstr "Estil del menú"
|
152 |
|
153 |
+
#: add-to-any.php:513
|
154 |
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."
|
155 |
msgstr "Utilitzant el personalitzador d'estil de Add to Any, vosté pot personalitzar els colors del vostre menú Compartir/Desar! Quan hageu acabat, heu de copiar el codi generat al recuadre d'<a href=\"#\" onclick=\"document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false\">opcions adicionals</a> de sota."
|
156 |
|
157 |
+
#: add-to-any.php:515
|
158 |
msgid "Open the Add to Any Menu Styler in a new window"
|
159 |
msgstr "Obrir el personalitzador d'estil de Add to Any a una nova finestra"
|
160 |
|
161 |
+
#: add-to-any.php:517
|
162 |
msgid "Open Menu Styler"
|
163 |
msgstr "Obrir el personalitzador d'estils"
|
164 |
|
165 |
+
#: add-to-any.php:522
|
166 |
msgid "Menu Options"
|
167 |
msgstr "Opcions del menú"
|
168 |
|
169 |
+
#: add-to-any.php:527
|
170 |
msgid "Hide embedded objects (Flash, video, etc.) that intersect with the menu when displayed"
|
171 |
msgstr "Amagar objectes incrustats (Flash, vídeo, etc) que interseccionin amb el menú quan aquest aparegui"
|
172 |
|
173 |
+
#: add-to-any.php:532
|
174 |
msgid "Show the title of the post (or page) within the menu"
|
175 |
msgstr "Mostrar el títul de l'entrada (o de la pàgina) dins del menú"
|
176 |
|
177 |
+
#: add-to-any.php:539
|
178 |
msgid "Only show the menu when the user clicks the Share/Save button"
|
179 |
msgstr "Mostrar el menú solament quan un usuari cliqui sobre el botó Compartir/Desar"
|
180 |
|
181 |
+
#: add-to-any.php:545
|
182 |
msgid "Open the addtoany.com menu page in a new tab or window if the user clicks the Share/Save button"
|
183 |
msgstr "Obrir el menú de addtoany.com en una nova pestanya o finestra si l'usuari clica al botó Compartir/Desar"
|
184 |
|
185 |
+
#: add-to-any.php:550
|
186 |
msgid "Additional Options"
|
187 |
msgstr "Opcions adicionals"
|
188 |
|
189 |
+
#: add-to-any.php:554
|
190 |
msgid "Paste the code from Add to Any's Menu Styler in the box below!"
|
191 |
msgstr "Pegueu el codi del personalitzador d'estil al següent recuadre!"
|
192 |
|
193 |
+
#: add-to-any.php:558
|
194 |
msgid "Below you can set special JavaScript variables to apply to each Share/Save menu."
|
195 |
msgstr "A continuació, podeu establir variables especials de JavaScript per aplicar a cada menú Compartir/Desar."
|
196 |
|
197 |
+
#: add-to-any.php:559
|
198 |
msgid "Advanced users might want to explore Add to Any's <a href=\"http://www.addtoany.com/buttons/api/\" target=\"_blank\">JavaScript API</a>."
|
199 |
msgstr "Els usuaris avançats poden preferir explorar l'<a href=\"http://www.addtoany.com/buttons/api/\" target=\"_blank\">API JavaScript</a> de Add to Any."
|
200 |
|
201 |
+
#: add-to-any.php:565
|
202 |
msgid "<strong>Note</strong>: If you're adding new code, be careful not to accidentally overwrite any previous code.</label>"
|
203 |
msgstr "<strong>Nota</strong>: Si heu d'afegir un nou codi, tingueu cura de no sobreescriure accidentalment qualsevol codi anterior.</label>"
|
204 |
|
205 |
+
#: add-to-any.php:572
|
206 |
msgid "Save Changes"
|
207 |
msgstr "Desar els canvis"
|
208 |
|
209 |
+
#: add-to-any.php:577
|
210 |
msgid "Like this plugin?"
|
211 |
msgstr "Com aquesta extensió?"
|
212 |
|
213 |
+
#: add-to-any.php:578
|
214 |
msgid "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Give it a good rating</a> on WordPress.org."
|
215 |
msgstr "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Doneu-li una bona qualificació</a> a WordPress.org."
|
216 |
|
217 |
+
#: add-to-any.php:579
|
218 |
msgid "<a href=\"http://www.addtoany.com/share_save?linkname=WordPress%20Share%20Plugin%20by%20AddToAny.com&linkurl=http%3A%2F%2Fwordpress.org%2Fextend%2Fplugins%2Fadd-to-any%2F\">Share it</a> with your friends."
|
219 |
msgstr "<a href=\"http://www.addtoany.com/share_save?linkname=WordPress%20Share%20Plugin%20by%20AddToAny.com&linkurl=http%3A%2F%2Fwordpress.org%2Fextend%2Fplugins%2Fadd-to-any%2F\">Compartiu-lo</a> amb els vostres amics."
|
220 |
|
221 |
+
#: add-to-any.php:581
|
222 |
msgid "Need support?"
|
223 |
msgstr "Necessiteu suport?"
|
224 |
|
225 |
+
#: add-to-any.php:582
|
226 |
msgid "See the <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">FAQs</a>."
|
227 |
msgstr "Vegeu les <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">Preguntes més freqüents</a>."
|
228 |
|
229 |
+
#: add-to-any.php:583
|
230 |
msgid "Search the <a href=\"http://wordpress.org/tags/add-to-any\">support forums</a>."
|
231 |
msgstr "Cercar als <a href=\"http://wordpress.org/tags/add-to-any\">fòrums de suport</a>."
|
232 |
|
233 |
+
#: add-to-any.php:690
|
234 |
msgid "Add/Remove Services"
|
235 |
msgstr "Serveis Compartir/Desar"
|
236 |
|
237 |
+
#: add-to-any.php:736
|
238 |
msgid "Share/Save"
|
239 |
msgstr "Compartir/Desar"
|
240 |
|
241 |
+
#: add-to-any.php:737
|
242 |
msgid "Share/Save Buttons"
|
243 |
msgstr "Botons de Compartir/Desar"
|
244 |
|
languages/add-to-any-da_DK.po
CHANGED
@@ -2,7 +2,7 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Add to Any Share/Save/Bookmark .9.8.9.2\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2009-05-
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: MicroPat\n"
|
8 |
"Language-Team: Team Blogos <wordpress@blogos.dk>\n"
|
@@ -90,157 +90,157 @@ msgstr "E-mail-program"
|
|
90 |
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."
|
91 |
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."
|
92 |
|
93 |
-
#: add-to-any.php:
|
94 |
msgid "Settings saved."
|
95 |
msgstr "Indstillinger gemt"
|
96 |
|
97 |
-
#: add-to-any.php:
|
98 |
msgid "Add to Any: Share/Save "
|
99 |
msgstr "Tilføj til enhver: Del/gem"
|
100 |
|
101 |
-
#: add-to-any.php:
|
102 |
-
#: add-to-any.php:
|
103 |
msgid "Settings"
|
104 |
msgstr "Indstillinger"
|
105 |
|
106 |
-
#: add-to-any.php:
|
107 |
#, fuzzy
|
108 |
msgid "Standalone Services"
|
109 |
msgstr "Tilføj/fjern tjenesteudbydere"
|
110 |
|
111 |
-
#: add-to-any.php:
|
112 |
msgid "Choose the services you want below. Click a chosen service again to remove. Reorder services by dragging and dropping as they appear above."
|
113 |
msgstr "Vælg de tjenesteudbydere, du ønsker. Klik på en tjenesteudbyder, du har valgt, for at fjerne den igen. Du kan ændre rækkefølgen ved at trække og slippe, sådan som du ser dem ovenfor (når de er valgt)."
|
114 |
|
115 |
-
#: add-to-any.php:
|
116 |
msgid "Button"
|
117 |
msgstr "Knap"
|
118 |
|
119 |
-
#: add-to-any.php:
|
120 |
msgid "Image URL"
|
121 |
msgstr "Billed-URL"
|
122 |
|
123 |
-
#: add-to-any.php:
|
124 |
msgid "Text only"
|
125 |
msgstr "Kun tekst"
|
126 |
|
127 |
-
#: add-to-any.php:
|
128 |
msgid "Placement"
|
129 |
msgstr "Placering"
|
130 |
|
131 |
-
#: add-to-any.php:
|
132 |
msgid "Display Share/Save button at the bottom of posts"
|
133 |
msgstr "Vis Del-/Gem-knap i bunden af indlæg"
|
134 |
|
135 |
-
#: add-to-any.php:
|
136 |
msgid "Display Share/Save button at the bottom of posts on the front page"
|
137 |
msgstr "Vis Del-/Gem-knap i bunden af indlæg på forsiden"
|
138 |
|
139 |
-
#: add-to-any.php:
|
140 |
msgid "Display Share/Save button at the bottom of posts in the feed"
|
141 |
msgstr "Vis Del-/Gem-knap i bunden af indlæg i feeds"
|
142 |
|
143 |
-
#: add-to-any.php:
|
144 |
msgid "Display Share/Save button at the bottom of pages"
|
145 |
msgstr "Vis Del-/Gem-knap i bunden af sider"
|
146 |
|
147 |
-
#: add-to-any.php:
|
148 |
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>)"
|
149 |
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>)"
|
150 |
|
151 |
-
#: add-to-any.php:
|
152 |
msgid "Menu Style"
|
153 |
msgstr "Menutypografi"
|
154 |
|
155 |
-
#: add-to-any.php:
|
156 |
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."
|
157 |
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."
|
158 |
|
159 |
-
#: add-to-any.php:
|
160 |
msgid "Open the Add to Any Menu Styler in a new window"
|
161 |
msgstr "Åben Add to Any's menutypograf i et nyt vindue"
|
162 |
|
163 |
-
#: add-to-any.php:
|
164 |
msgid "Open Menu Styler"
|
165 |
msgstr "Åben menutypografen"
|
166 |
|
167 |
-
#: add-to-any.php:
|
168 |
msgid "Menu Options"
|
169 |
msgstr "Menuvalgmuligheder"
|
170 |
|
171 |
-
#: add-to-any.php:
|
172 |
msgid "Hide embedded objects (Flash, video, etc.) that intersect with the menu when displayed"
|
173 |
msgstr "Skjul indlejrede objekter (flash, video, osv.) som kan påvirke menuen, når den vises"
|
174 |
|
175 |
-
#: add-to-any.php:
|
176 |
msgid "Show the title of the post (or page) within the menu"
|
177 |
msgstr "Vis titlen på indlægget (eller siden) i menuen"
|
178 |
|
179 |
-
#: add-to-any.php:
|
180 |
msgid "Only show the menu when the user clicks the Share/Save button"
|
181 |
msgstr "Vis kun menuen når bruger klikker på Del-/Gem-knappen"
|
182 |
|
183 |
-
#: add-to-any.php:
|
184 |
msgid "Open the addtoany.com menu page in a new tab or window if the user clicks the Share/Save button"
|
185 |
msgstr "Åben menusiden på addtoany.com i en ny fane eller vindue hvis brugeren klikker på Del-/Gem-knappen"
|
186 |
|
187 |
-
#: add-to-any.php:
|
188 |
msgid "Additional Options"
|
189 |
msgstr "Yderligere indstillinger"
|
190 |
|
191 |
-
#: add-to-any.php:
|
192 |
msgid "Paste the code from Add to Any's Menu Styler in the box below!"
|
193 |
msgstr "Indsæt koden fra Add to Any's menutypograf i boksen nedenfor!"
|
194 |
|
195 |
-
#: add-to-any.php:
|
196 |
msgid "Below you can set special JavaScript variables to apply to each Share/Save menu."
|
197 |
msgstr "Nedenfor kan du angive specielle JavaScript-variabler, som skal bruges på din Del-/Gem-menu."
|
198 |
|
199 |
-
#: add-to-any.php:
|
200 |
msgid "Advanced users might want to explore Add to Any's <a href=\"http://www.addtoany.com/buttons/api/\" target=\"_blank\">JavaScript API</a>."
|
201 |
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>."
|
202 |
|
203 |
-
#: add-to-any.php:
|
204 |
msgid "<strong>Note</strong>: If you're adding new code, be careful not to accidentally overwrite any previous code.</label>"
|
205 |
msgstr "<strong>Bemærk</strong>: Hvis du tilføjer ny kode, så vær forsigtig, så du ikke ved et uheld overskriver eksisterende kode."
|
206 |
|
207 |
-
#: add-to-any.php:
|
208 |
msgid "Save Changes"
|
209 |
msgstr "Gem ændringer"
|
210 |
|
211 |
-
#: add-to-any.php:
|
212 |
msgid "Like this plugin?"
|
213 |
msgstr "Kan du lide dette plugin?"
|
214 |
|
215 |
-
#: add-to-any.php:
|
216 |
msgid "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Give it a good rating</a> on WordPress.org."
|
217 |
msgstr "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Giv det en god bedømmelse </a>på WordPress.org."
|
218 |
|
219 |
-
#: add-to-any.php:
|
220 |
msgid "<a href=\"http://www.addtoany.com/share_save?linkname=WordPress%20Share%20Plugin%20by%20AddToAny.com&linkurl=http%3A%2F%2Fwordpress.org%2Fextend%2Fplugins%2Fadd-to-any%2F\">Share it</a> with your friends."
|
221 |
msgstr "<a href=\"http://www.addtoany.com/share_save?linkname=WordPress%20Share%20Plugin%20by%20AddToAny.com&linkurl=http%3A%2F%2Fwordpress.org%2Fextend%2Fplugins%2Fadd-to-any%2F\">Del det</a> med dine venner."
|
222 |
|
223 |
-
#: add-to-any.php:
|
224 |
msgid "Need support?"
|
225 |
msgstr "Har du brug for support?"
|
226 |
|
227 |
-
#: add-to-any.php:
|
228 |
msgid "See the <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">FAQs</a>."
|
229 |
msgstr "Se vores <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">FAQ (Ofte Stillede Spørgsmål)</a>."
|
230 |
|
231 |
-
#: add-to-any.php:
|
232 |
msgid "Search the <a href=\"http://wordpress.org/tags/add-to-any\">support forums</a>."
|
233 |
msgstr "Søg på <a href=\"http://wordpress.org/tags/add-to-any\">supportforummerne</a>."
|
234 |
|
235 |
-
#: add-to-any.php:
|
236 |
msgid "Add/Remove Services"
|
237 |
msgstr "Tilføj/fjern tjenesteudbydere"
|
238 |
|
239 |
-
#: add-to-any.php:
|
240 |
msgid "Share/Save"
|
241 |
msgstr "Del/Gem"
|
242 |
|
243 |
-
#: add-to-any.php:
|
244 |
msgid "Share/Save Buttons"
|
245 |
msgstr "Del-/Gem-knapper"
|
246 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Add to Any Share/Save/Bookmark .9.8.9.2\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2009-05-19 16:37-0800\n"
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: MicroPat\n"
|
8 |
"Language-Team: Team Blogos <wordpress@blogos.dk>\n"
|
90 |
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."
|
91 |
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."
|
92 |
|
93 |
+
#: add-to-any.php:372
|
94 |
msgid "Settings saved."
|
95 |
msgstr "Indstillinger gemt"
|
96 |
|
97 |
+
#: add-to-any.php:383
|
98 |
msgid "Add to Any: Share/Save "
|
99 |
msgstr "Tilføj til enhver: Del/gem"
|
100 |
|
101 |
+
#: add-to-any.php:383
|
102 |
+
#: add-to-any.php:736
|
103 |
msgid "Settings"
|
104 |
msgstr "Indstillinger"
|
105 |
|
106 |
+
#: add-to-any.php:393
|
107 |
#, fuzzy
|
108 |
msgid "Standalone Services"
|
109 |
msgstr "Tilføj/fjern tjenesteudbydere"
|
110 |
|
111 |
+
#: add-to-any.php:398
|
112 |
msgid "Choose the services you want below. Click a chosen service again to remove. Reorder services by dragging and dropping as they appear above."
|
113 |
msgstr "Vælg de tjenesteudbydere, du ønsker. Klik på en tjenesteudbyder, du har valgt, for at fjerne den igen. Du kan ændre rækkefølgen ved at trække og slippe, sådan som du ser dem ovenfor (når de er valgt)."
|
114 |
|
115 |
+
#: add-to-any.php:417
|
116 |
msgid "Button"
|
117 |
msgstr "Knap"
|
118 |
|
119 |
+
#: add-to-any.php:456
|
120 |
msgid "Image URL"
|
121 |
msgstr "Billed-URL"
|
122 |
|
123 |
+
#: add-to-any.php:463
|
124 |
msgid "Text only"
|
125 |
msgstr "Kun tekst"
|
126 |
|
127 |
+
#: add-to-any.php:471
|
128 |
msgid "Placement"
|
129 |
msgstr "Placering"
|
130 |
|
131 |
+
#: add-to-any.php:480
|
132 |
msgid "Display Share/Save button at the bottom of posts"
|
133 |
msgstr "Vis Del-/Gem-knap i bunden af indlæg"
|
134 |
|
135 |
+
#: add-to-any.php:487
|
136 |
msgid "Display Share/Save button at the bottom of posts on the front page"
|
137 |
msgstr "Vis Del-/Gem-knap i bunden af indlæg på forsiden"
|
138 |
|
139 |
+
#: add-to-any.php:494
|
140 |
msgid "Display Share/Save button at the bottom of posts in the feed"
|
141 |
msgstr "Vis Del-/Gem-knap i bunden af indlæg i feeds"
|
142 |
|
143 |
+
#: add-to-any.php:498
|
144 |
msgid "Display Share/Save button at the bottom of pages"
|
145 |
msgstr "Vis Del-/Gem-knap i bunden af sider"
|
146 |
|
147 |
+
#: add-to-any.php:502
|
148 |
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>)"
|
149 |
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>)"
|
150 |
|
151 |
+
#: add-to-any.php:511
|
152 |
msgid "Menu Style"
|
153 |
msgstr "Menutypografi"
|
154 |
|
155 |
+
#: add-to-any.php:513
|
156 |
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."
|
157 |
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."
|
158 |
|
159 |
+
#: add-to-any.php:515
|
160 |
msgid "Open the Add to Any Menu Styler in a new window"
|
161 |
msgstr "Åben Add to Any's menutypograf i et nyt vindue"
|
162 |
|
163 |
+
#: add-to-any.php:517
|
164 |
msgid "Open Menu Styler"
|
165 |
msgstr "Åben menutypografen"
|
166 |
|
167 |
+
#: add-to-any.php:522
|
168 |
msgid "Menu Options"
|
169 |
msgstr "Menuvalgmuligheder"
|
170 |
|
171 |
+
#: add-to-any.php:527
|
172 |
msgid "Hide embedded objects (Flash, video, etc.) that intersect with the menu when displayed"
|
173 |
msgstr "Skjul indlejrede objekter (flash, video, osv.) som kan påvirke menuen, når den vises"
|
174 |
|
175 |
+
#: add-to-any.php:532
|
176 |
msgid "Show the title of the post (or page) within the menu"
|
177 |
msgstr "Vis titlen på indlægget (eller siden) i menuen"
|
178 |
|
179 |
+
#: add-to-any.php:539
|
180 |
msgid "Only show the menu when the user clicks the Share/Save button"
|
181 |
msgstr "Vis kun menuen når bruger klikker på Del-/Gem-knappen"
|
182 |
|
183 |
+
#: add-to-any.php:545
|
184 |
msgid "Open the addtoany.com menu page in a new tab or window if the user clicks the Share/Save button"
|
185 |
msgstr "Åben menusiden på addtoany.com i en ny fane eller vindue hvis brugeren klikker på Del-/Gem-knappen"
|
186 |
|
187 |
+
#: add-to-any.php:550
|
188 |
msgid "Additional Options"
|
189 |
msgstr "Yderligere indstillinger"
|
190 |
|
191 |
+
#: add-to-any.php:554
|
192 |
msgid "Paste the code from Add to Any's Menu Styler in the box below!"
|
193 |
msgstr "Indsæt koden fra Add to Any's menutypograf i boksen nedenfor!"
|
194 |
|
195 |
+
#: add-to-any.php:558
|
196 |
msgid "Below you can set special JavaScript variables to apply to each Share/Save menu."
|
197 |
msgstr "Nedenfor kan du angive specielle JavaScript-variabler, som skal bruges på din Del-/Gem-menu."
|
198 |
|
199 |
+
#: add-to-any.php:559
|
200 |
msgid "Advanced users might want to explore Add to Any's <a href=\"http://www.addtoany.com/buttons/api/\" target=\"_blank\">JavaScript API</a>."
|
201 |
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>."
|
202 |
|
203 |
+
#: add-to-any.php:565
|
204 |
msgid "<strong>Note</strong>: If you're adding new code, be careful not to accidentally overwrite any previous code.</label>"
|
205 |
msgstr "<strong>Bemærk</strong>: Hvis du tilføjer ny kode, så vær forsigtig, så du ikke ved et uheld overskriver eksisterende kode."
|
206 |
|
207 |
+
#: add-to-any.php:572
|
208 |
msgid "Save Changes"
|
209 |
msgstr "Gem ændringer"
|
210 |
|
211 |
+
#: add-to-any.php:577
|
212 |
msgid "Like this plugin?"
|
213 |
msgstr "Kan du lide dette plugin?"
|
214 |
|
215 |
+
#: add-to-any.php:578
|
216 |
msgid "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Give it a good rating</a> on WordPress.org."
|
217 |
msgstr "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Giv det en god bedømmelse </a>på WordPress.org."
|
218 |
|
219 |
+
#: add-to-any.php:579
|
220 |
msgid "<a href=\"http://www.addtoany.com/share_save?linkname=WordPress%20Share%20Plugin%20by%20AddToAny.com&linkurl=http%3A%2F%2Fwordpress.org%2Fextend%2Fplugins%2Fadd-to-any%2F\">Share it</a> with your friends."
|
221 |
msgstr "<a href=\"http://www.addtoany.com/share_save?linkname=WordPress%20Share%20Plugin%20by%20AddToAny.com&linkurl=http%3A%2F%2Fwordpress.org%2Fextend%2Fplugins%2Fadd-to-any%2F\">Del det</a> med dine venner."
|
222 |
|
223 |
+
#: add-to-any.php:581
|
224 |
msgid "Need support?"
|
225 |
msgstr "Har du brug for support?"
|
226 |
|
227 |
+
#: add-to-any.php:582
|
228 |
msgid "See the <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">FAQs</a>."
|
229 |
msgstr "Se vores <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">FAQ (Ofte Stillede Spørgsmål)</a>."
|
230 |
|
231 |
+
#: add-to-any.php:583
|
232 |
msgid "Search the <a href=\"http://wordpress.org/tags/add-to-any\">support forums</a>."
|
233 |
msgstr "Søg på <a href=\"http://wordpress.org/tags/add-to-any\">supportforummerne</a>."
|
234 |
|
235 |
+
#: add-to-any.php:690
|
236 |
msgid "Add/Remove Services"
|
237 |
msgstr "Tilføj/fjern tjenesteudbydere"
|
238 |
|
239 |
+
#: add-to-any.php:736
|
240 |
msgid "Share/Save"
|
241 |
msgstr "Del/Gem"
|
242 |
|
243 |
+
#: add-to-any.php:737
|
244 |
msgid "Share/Save Buttons"
|
245 |
msgstr "Del-/Gem-knapper"
|
246 |
|
languages/add-to-any-de.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-05-
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: MicroPat\n"
|
8 |
"Language-Team: \n"
|
@@ -86,156 +86,156 @@ msgstr ""
|
|
86 |
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."
|
87 |
msgstr ""
|
88 |
|
89 |
-
#: add-to-any.php:
|
90 |
msgid "Settings saved."
|
91 |
msgstr ""
|
92 |
|
93 |
-
#: add-to-any.php:
|
94 |
msgid "Add to Any: Share/Save "
|
95 |
msgstr ""
|
96 |
|
97 |
-
#: add-to-any.php:
|
98 |
-
#: add-to-any.php:
|
99 |
msgid "Settings"
|
100 |
msgstr ""
|
101 |
|
102 |
-
#: add-to-any.php:
|
103 |
msgid "Standalone Services"
|
104 |
msgstr ""
|
105 |
|
106 |
-
#: add-to-any.php:
|
107 |
msgid "Choose the services you want below. Click a chosen service again to remove. Reorder services by dragging and dropping as they appear above."
|
108 |
msgstr ""
|
109 |
|
110 |
-
#: add-to-any.php:
|
111 |
msgid "Button"
|
112 |
msgstr ""
|
113 |
|
114 |
-
#: add-to-any.php:
|
115 |
msgid "Image URL"
|
116 |
msgstr ""
|
117 |
|
118 |
-
#: add-to-any.php:
|
119 |
msgid "Text only"
|
120 |
msgstr ""
|
121 |
|
122 |
-
#: add-to-any.php:
|
123 |
msgid "Placement"
|
124 |
msgstr ""
|
125 |
|
126 |
-
#: add-to-any.php:
|
127 |
msgid "Display Share/Save button at the bottom of posts"
|
128 |
msgstr ""
|
129 |
|
130 |
-
#: add-to-any.php:
|
131 |
msgid "Display Share/Save button at the bottom of posts on the front page"
|
132 |
msgstr ""
|
133 |
|
134 |
-
#: add-to-any.php:
|
135 |
msgid "Display Share/Save button at the bottom of posts in the feed"
|
136 |
msgstr ""
|
137 |
|
138 |
-
#: add-to-any.php:
|
139 |
msgid "Display Share/Save button at the bottom of pages"
|
140 |
msgstr ""
|
141 |
|
142 |
-
#: add-to-any.php:
|
143 |
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>)"
|
144 |
msgstr ""
|
145 |
|
146 |
-
#: add-to-any.php:
|
147 |
msgid "Menu Style"
|
148 |
msgstr ""
|
149 |
|
150 |
-
#: add-to-any.php:
|
151 |
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."
|
152 |
msgstr ""
|
153 |
|
154 |
-
#: add-to-any.php:
|
155 |
msgid "Open the Add to Any Menu Styler in a new window"
|
156 |
msgstr ""
|
157 |
|
158 |
-
#: add-to-any.php:
|
159 |
msgid "Open Menu Styler"
|
160 |
msgstr ""
|
161 |
|
162 |
-
#: add-to-any.php:
|
163 |
msgid "Menu Options"
|
164 |
msgstr ""
|
165 |
|
166 |
-
#: add-to-any.php:
|
167 |
msgid "Hide embedded objects (Flash, video, etc.) that intersect with the menu when displayed"
|
168 |
msgstr ""
|
169 |
|
170 |
-
#: add-to-any.php:
|
171 |
msgid "Show the title of the post (or page) within the menu"
|
172 |
msgstr ""
|
173 |
|
174 |
-
#: add-to-any.php:
|
175 |
msgid "Only show the menu when the user clicks the Share/Save button"
|
176 |
msgstr ""
|
177 |
|
178 |
-
#: add-to-any.php:
|
179 |
msgid "Open the addtoany.com menu page in a new tab or window if the user clicks the Share/Save button"
|
180 |
msgstr ""
|
181 |
|
182 |
-
#: add-to-any.php:
|
183 |
msgid "Additional Options"
|
184 |
msgstr ""
|
185 |
|
186 |
-
#: add-to-any.php:
|
187 |
msgid "Paste the code from Add to Any's Menu Styler in the box below!"
|
188 |
msgstr ""
|
189 |
|
190 |
-
#: add-to-any.php:
|
191 |
msgid "Below you can set special JavaScript variables to apply to each Share/Save menu."
|
192 |
msgstr ""
|
193 |
|
194 |
-
#: add-to-any.php:
|
195 |
msgid "Advanced users might want to explore Add to Any's <a href=\"http://www.addtoany.com/buttons/api/\" target=\"_blank\">JavaScript API</a>."
|
196 |
msgstr ""
|
197 |
|
198 |
-
#: add-to-any.php:
|
199 |
msgid "<strong>Note</strong>: If you're adding new code, be careful not to accidentally overwrite any previous code.</label>"
|
200 |
msgstr ""
|
201 |
|
202 |
-
#: add-to-any.php:
|
203 |
msgid "Save Changes"
|
204 |
msgstr ""
|
205 |
|
206 |
-
#: add-to-any.php:
|
207 |
msgid "Like this plugin?"
|
208 |
msgstr ""
|
209 |
|
210 |
-
#: add-to-any.php:
|
211 |
msgid "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Give it a good rating</a> on WordPress.org."
|
212 |
msgstr ""
|
213 |
|
214 |
-
#: add-to-any.php:
|
215 |
msgid "<a href=\"http://www.addtoany.com/share_save?linkname=WordPress%20Share%20Plugin%20by%20AddToAny.com&linkurl=http%3A%2F%2Fwordpress.org%2Fextend%2Fplugins%2Fadd-to-any%2F\">Share it</a> with your friends."
|
216 |
msgstr ""
|
217 |
|
218 |
-
#: add-to-any.php:
|
219 |
msgid "Need support?"
|
220 |
msgstr ""
|
221 |
|
222 |
-
#: add-to-any.php:
|
223 |
msgid "See the <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">FAQs</a>."
|
224 |
msgstr ""
|
225 |
|
226 |
-
#: add-to-any.php:
|
227 |
msgid "Search the <a href=\"http://wordpress.org/tags/add-to-any\">support forums</a>."
|
228 |
msgstr ""
|
229 |
|
230 |
-
#: add-to-any.php:
|
231 |
msgid "Add/Remove Services"
|
232 |
msgstr ""
|
233 |
|
234 |
-
#: add-to-any.php:
|
235 |
msgid "Share/Save"
|
236 |
msgstr ""
|
237 |
|
238 |
-
#: add-to-any.php:
|
239 |
msgid "Share/Save Buttons"
|
240 |
msgstr ""
|
241 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: add-to-any\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2009-05-19 16:37-0800\n"
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: MicroPat\n"
|
8 |
"Language-Team: \n"
|
86 |
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."
|
87 |
msgstr ""
|
88 |
|
89 |
+
#: add-to-any.php:372
|
90 |
msgid "Settings saved."
|
91 |
msgstr ""
|
92 |
|
93 |
+
#: add-to-any.php:383
|
94 |
msgid "Add to Any: Share/Save "
|
95 |
msgstr ""
|
96 |
|
97 |
+
#: add-to-any.php:383
|
98 |
+
#: add-to-any.php:736
|
99 |
msgid "Settings"
|
100 |
msgstr ""
|
101 |
|
102 |
+
#: add-to-any.php:393
|
103 |
msgid "Standalone Services"
|
104 |
msgstr ""
|
105 |
|
106 |
+
#: add-to-any.php:398
|
107 |
msgid "Choose the services you want below. Click a chosen service again to remove. Reorder services by dragging and dropping as they appear above."
|
108 |
msgstr ""
|
109 |
|
110 |
+
#: add-to-any.php:417
|
111 |
msgid "Button"
|
112 |
msgstr ""
|
113 |
|
114 |
+
#: add-to-any.php:456
|
115 |
msgid "Image URL"
|
116 |
msgstr ""
|
117 |
|
118 |
+
#: add-to-any.php:463
|
119 |
msgid "Text only"
|
120 |
msgstr ""
|
121 |
|
122 |
+
#: add-to-any.php:471
|
123 |
msgid "Placement"
|
124 |
msgstr ""
|
125 |
|
126 |
+
#: add-to-any.php:480
|
127 |
msgid "Display Share/Save button at the bottom of posts"
|
128 |
msgstr ""
|
129 |
|
130 |
+
#: add-to-any.php:487
|
131 |
msgid "Display Share/Save button at the bottom of posts on the front page"
|
132 |
msgstr ""
|
133 |
|
134 |
+
#: add-to-any.php:494
|
135 |
msgid "Display Share/Save button at the bottom of posts in the feed"
|
136 |
msgstr ""
|
137 |
|
138 |
+
#: add-to-any.php:498
|
139 |
msgid "Display Share/Save button at the bottom of pages"
|
140 |
msgstr ""
|
141 |
|
142 |
+
#: add-to-any.php:502
|
143 |
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>)"
|
144 |
msgstr ""
|
145 |
|
146 |
+
#: add-to-any.php:511
|
147 |
msgid "Menu Style"
|
148 |
msgstr ""
|
149 |
|
150 |
+
#: add-to-any.php:513
|
151 |
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."
|
152 |
msgstr ""
|
153 |
|
154 |
+
#: add-to-any.php:515
|
155 |
msgid "Open the Add to Any Menu Styler in a new window"
|
156 |
msgstr ""
|
157 |
|
158 |
+
#: add-to-any.php:517
|
159 |
msgid "Open Menu Styler"
|
160 |
msgstr ""
|
161 |
|
162 |
+
#: add-to-any.php:522
|
163 |
msgid "Menu Options"
|
164 |
msgstr ""
|
165 |
|
166 |
+
#: add-to-any.php:527
|
167 |
msgid "Hide embedded objects (Flash, video, etc.) that intersect with the menu when displayed"
|
168 |
msgstr ""
|
169 |
|
170 |
+
#: add-to-any.php:532
|
171 |
msgid "Show the title of the post (or page) within the menu"
|
172 |
msgstr ""
|
173 |
|
174 |
+
#: add-to-any.php:539
|
175 |
msgid "Only show the menu when the user clicks the Share/Save button"
|
176 |
msgstr ""
|
177 |
|
178 |
+
#: add-to-any.php:545
|
179 |
msgid "Open the addtoany.com menu page in a new tab or window if the user clicks the Share/Save button"
|
180 |
msgstr ""
|
181 |
|
182 |
+
#: add-to-any.php:550
|
183 |
msgid "Additional Options"
|
184 |
msgstr ""
|
185 |
|
186 |
+
#: add-to-any.php:554
|
187 |
msgid "Paste the code from Add to Any's Menu Styler in the box below!"
|
188 |
msgstr ""
|
189 |
|
190 |
+
#: add-to-any.php:558
|
191 |
msgid "Below you can set special JavaScript variables to apply to each Share/Save menu."
|
192 |
msgstr ""
|
193 |
|
194 |
+
#: add-to-any.php:559
|
195 |
msgid "Advanced users might want to explore Add to Any's <a href=\"http://www.addtoany.com/buttons/api/\" target=\"_blank\">JavaScript API</a>."
|
196 |
msgstr ""
|
197 |
|
198 |
+
#: add-to-any.php:565
|
199 |
msgid "<strong>Note</strong>: If you're adding new code, be careful not to accidentally overwrite any previous code.</label>"
|
200 |
msgstr ""
|
201 |
|
202 |
+
#: add-to-any.php:572
|
203 |
msgid "Save Changes"
|
204 |
msgstr ""
|
205 |
|
206 |
+
#: add-to-any.php:577
|
207 |
msgid "Like this plugin?"
|
208 |
msgstr ""
|
209 |
|
210 |
+
#: add-to-any.php:578
|
211 |
msgid "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Give it a good rating</a> on WordPress.org."
|
212 |
msgstr ""
|
213 |
|
214 |
+
#: add-to-any.php:579
|
215 |
msgid "<a href=\"http://www.addtoany.com/share_save?linkname=WordPress%20Share%20Plugin%20by%20AddToAny.com&linkurl=http%3A%2F%2Fwordpress.org%2Fextend%2Fplugins%2Fadd-to-any%2F\">Share it</a> with your friends."
|
216 |
msgstr ""
|
217 |
|
218 |
+
#: add-to-any.php:581
|
219 |
msgid "Need support?"
|
220 |
msgstr ""
|
221 |
|
222 |
+
#: add-to-any.php:582
|
223 |
msgid "See the <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">FAQs</a>."
|
224 |
msgstr ""
|
225 |
|
226 |
+
#: add-to-any.php:583
|
227 |
msgid "Search the <a href=\"http://wordpress.org/tags/add-to-any\">support forums</a>."
|
228 |
msgstr ""
|
229 |
|
230 |
+
#: add-to-any.php:690
|
231 |
msgid "Add/Remove Services"
|
232 |
msgstr ""
|
233 |
|
234 |
+
#: add-to-any.php:736
|
235 |
msgid "Share/Save"
|
236 |
msgstr ""
|
237 |
|
238 |
+
#: add-to-any.php:737
|
239 |
msgid "Share/Save Buttons"
|
240 |
msgstr ""
|
241 |
|
languages/add-to-any-es_ES.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-05-
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: Pablo Poo <pablo@poo.cl>\n"
|
8 |
"Language-Team: \n"
|
@@ -86,157 +86,157 @@ msgstr "Programa de e-mail"
|
|
86 |
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."
|
87 |
msgstr ""
|
88 |
|
89 |
-
#: add-to-any.php:
|
90 |
msgid "Settings saved."
|
91 |
msgstr "Configuración guardada."
|
92 |
|
93 |
-
#: add-to-any.php:
|
94 |
msgid "Add to Any: Share/Save "
|
95 |
msgstr "Add to Any: Compartir/Guardar "
|
96 |
|
97 |
-
#: add-to-any.php:
|
98 |
-
#: add-to-any.php:
|
99 |
msgid "Settings"
|
100 |
msgstr "Configuración"
|
101 |
|
102 |
-
#: add-to-any.php:
|
103 |
msgid "Standalone Services"
|
104 |
msgstr ""
|
105 |
|
106 |
-
#: add-to-any.php:
|
107 |
msgid "Choose the services you want below. Click a chosen service again to remove. Reorder services by dragging and dropping as they appear above."
|
108 |
msgstr ""
|
109 |
|
110 |
-
#: add-to-any.php:
|
111 |
msgid "Button"
|
112 |
msgstr "Botón"
|
113 |
|
114 |
-
#: add-to-any.php:
|
115 |
msgid "Image URL"
|
116 |
msgstr "URL de la imagen"
|
117 |
|
118 |
-
#: add-to-any.php:
|
119 |
msgid "Text only"
|
120 |
msgstr "Solo texto"
|
121 |
|
122 |
-
#: add-to-any.php:
|
123 |
#, fuzzy
|
124 |
msgid "Placement"
|
125 |
msgstr "Ubicación del botón"
|
126 |
|
127 |
-
#: add-to-any.php:
|
128 |
msgid "Display Share/Save button at the bottom of posts"
|
129 |
msgstr "Mostrar el botón Compartir/Guardar al final de cada entrada"
|
130 |
|
131 |
-
#: add-to-any.php:
|
132 |
msgid "Display Share/Save button at the bottom of posts on the front page"
|
133 |
msgstr "Mostrar el botón Compartir/Guardar al final de las entradas en la pagina principal"
|
134 |
|
135 |
-
#: add-to-any.php:
|
136 |
msgid "Display Share/Save button at the bottom of posts in the feed"
|
137 |
msgstr "Mostrar el botón Compartir/Guardar al final de las entradas en el feed"
|
138 |
|
139 |
-
#: add-to-any.php:
|
140 |
msgid "Display Share/Save button at the bottom of pages"
|
141 |
msgstr "Mostrar el botón Compartir/Guardar al final de las paginas"
|
142 |
|
143 |
-
#: add-to-any.php:
|
144 |
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>)"
|
145 |
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>)"
|
146 |
|
147 |
-
#: add-to-any.php:
|
148 |
msgid "Menu Style"
|
149 |
msgstr "Estilo del menú"
|
150 |
|
151 |
-
#: add-to-any.php:
|
152 |
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."
|
153 |
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."
|
154 |
|
155 |
-
#: add-to-any.php:
|
156 |
msgid "Open the Add to Any Menu Styler in a new window"
|
157 |
msgstr "Abrir el personalizador de estilo de Add to Any en una nueva ventana"
|
158 |
|
159 |
-
#: add-to-any.php:
|
160 |
msgid "Open Menu Styler"
|
161 |
msgstr "Abrir el personalizador de estilos"
|
162 |
|
163 |
-
#: add-to-any.php:
|
164 |
msgid "Menu Options"
|
165 |
msgstr "Menú de opciones"
|
166 |
|
167 |
-
#: add-to-any.php:
|
168 |
msgid "Hide embedded objects (Flash, video, etc.) that intersect with the menu when displayed"
|
169 |
msgstr "Ocultar los objetos embebidos (Flash, video, etc) que intersectan con el manú cuando se muestra."
|
170 |
|
171 |
-
#: add-to-any.php:
|
172 |
msgid "Show the title of the post (or page) within the menu"
|
173 |
msgstr "Mostrar el título de la entrada (o de la pagina) dentro del menú"
|
174 |
|
175 |
-
#: add-to-any.php:
|
176 |
msgid "Only show the menu when the user clicks the Share/Save button"
|
177 |
msgstr "Mostrar el menú solo cuando un usuario haga click sobre el botón Compartir/Guardar"
|
178 |
|
179 |
-
#: add-to-any.php:
|
180 |
msgid "Open the addtoany.com menu page in a new tab or window if the user clicks the Share/Save button"
|
181 |
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"
|
182 |
|
183 |
-
#: add-to-any.php:
|
184 |
msgid "Additional Options"
|
185 |
msgstr "Opciones adicionales"
|
186 |
|
187 |
-
#: add-to-any.php:
|
188 |
msgid "Paste the code from Add to Any's Menu Styler in the box below!"
|
189 |
msgstr "Pegue el código del personalizador de estilo en el siguiente recuadro"
|
190 |
|
191 |
-
#: add-to-any.php:
|
192 |
msgid "Below you can set special JavaScript variables to apply to each Share/Save menu."
|
193 |
msgstr "Abajo puede inicializar las variables JavaScript especiales para aplicar a cada menú Compartir/Guardar"
|
194 |
|
195 |
-
#: add-to-any.php:
|
196 |
msgid "Advanced users might want to explore Add to Any's <a href=\"http://www.addtoany.com/buttons/api/\" target=\"_blank\">JavaScript API</a>."
|
197 |
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."
|
198 |
|
199 |
-
#: add-to-any.php:
|
200 |
msgid "<strong>Note</strong>: If you're adding new code, be careful not to accidentally overwrite any previous code.</label>"
|
201 |
msgstr "<strong>Nota</strong>: Si usted agrega código nuevo, sea cuidadoso de no sobreescribir accidentalmente cualquier código ingresado anteriormente.</label>"
|
202 |
|
203 |
-
#: add-to-any.php:
|
204 |
msgid "Save Changes"
|
205 |
msgstr "Guardar cambios"
|
206 |
|
207 |
-
#: add-to-any.php:
|
208 |
msgid "Like this plugin?"
|
209 |
msgstr ""
|
210 |
|
211 |
-
#: add-to-any.php:
|
212 |
msgid "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Give it a good rating</a> on WordPress.org."
|
213 |
msgstr ""
|
214 |
|
215 |
-
#: add-to-any.php:
|
216 |
msgid "<a href=\"http://www.addtoany.com/share_save?linkname=WordPress%20Share%20Plugin%20by%20AddToAny.com&linkurl=http%3A%2F%2Fwordpress.org%2Fextend%2Fplugins%2Fadd-to-any%2F\">Share it</a> with your friends."
|
217 |
msgstr ""
|
218 |
|
219 |
-
#: add-to-any.php:
|
220 |
msgid "Need support?"
|
221 |
msgstr ""
|
222 |
|
223 |
-
#: add-to-any.php:
|
224 |
msgid "See the <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">FAQs</a>."
|
225 |
msgstr ""
|
226 |
|
227 |
-
#: add-to-any.php:
|
228 |
msgid "Search the <a href=\"http://wordpress.org/tags/add-to-any\">support forums</a>."
|
229 |
msgstr ""
|
230 |
|
231 |
-
#: add-to-any.php:
|
232 |
msgid "Add/Remove Services"
|
233 |
msgstr ""
|
234 |
|
235 |
-
#: add-to-any.php:
|
236 |
msgid "Share/Save"
|
237 |
msgstr "Compartir/Guardar"
|
238 |
|
239 |
-
#: add-to-any.php:
|
240 |
msgid "Share/Save Buttons"
|
241 |
msgstr "Botones Compartir/Guardar"
|
242 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: add-to-any\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2009-05-19 16:37-0800\n"
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: Pablo Poo <pablo@poo.cl>\n"
|
8 |
"Language-Team: \n"
|
86 |
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."
|
87 |
msgstr ""
|
88 |
|
89 |
+
#: add-to-any.php:372
|
90 |
msgid "Settings saved."
|
91 |
msgstr "Configuración guardada."
|
92 |
|
93 |
+
#: add-to-any.php:383
|
94 |
msgid "Add to Any: Share/Save "
|
95 |
msgstr "Add to Any: Compartir/Guardar "
|
96 |
|
97 |
+
#: add-to-any.php:383
|
98 |
+
#: add-to-any.php:736
|
99 |
msgid "Settings"
|
100 |
msgstr "Configuración"
|
101 |
|
102 |
+
#: add-to-any.php:393
|
103 |
msgid "Standalone Services"
|
104 |
msgstr ""
|
105 |
|
106 |
+
#: add-to-any.php:398
|
107 |
msgid "Choose the services you want below. Click a chosen service again to remove. Reorder services by dragging and dropping as they appear above."
|
108 |
msgstr ""
|
109 |
|
110 |
+
#: add-to-any.php:417
|
111 |
msgid "Button"
|
112 |
msgstr "Botón"
|
113 |
|
114 |
+
#: add-to-any.php:456
|
115 |
msgid "Image URL"
|
116 |
msgstr "URL de la imagen"
|
117 |
|
118 |
+
#: add-to-any.php:463
|
119 |
msgid "Text only"
|
120 |
msgstr "Solo texto"
|
121 |
|
122 |
+
#: add-to-any.php:471
|
123 |
#, fuzzy
|
124 |
msgid "Placement"
|
125 |
msgstr "Ubicación del botón"
|
126 |
|
127 |
+
#: add-to-any.php:480
|
128 |
msgid "Display Share/Save button at the bottom of posts"
|
129 |
msgstr "Mostrar el botón Compartir/Guardar al final de cada entrada"
|
130 |
|
131 |
+
#: add-to-any.php:487
|
132 |
msgid "Display Share/Save button at the bottom of posts on the front page"
|
133 |
msgstr "Mostrar el botón Compartir/Guardar al final de las entradas en la pagina principal"
|
134 |
|
135 |
+
#: add-to-any.php:494
|
136 |
msgid "Display Share/Save button at the bottom of posts in the feed"
|
137 |
msgstr "Mostrar el botón Compartir/Guardar al final de las entradas en el feed"
|
138 |
|
139 |
+
#: add-to-any.php:498
|
140 |
msgid "Display Share/Save button at the bottom of pages"
|
141 |
msgstr "Mostrar el botón Compartir/Guardar al final de las paginas"
|
142 |
|
143 |
+
#: add-to-any.php:502
|
144 |
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>)"
|
145 |
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>)"
|
146 |
|
147 |
+
#: add-to-any.php:511
|
148 |
msgid "Menu Style"
|
149 |
msgstr "Estilo del menú"
|
150 |
|
151 |
+
#: add-to-any.php:513
|
152 |
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."
|
153 |
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."
|
154 |
|
155 |
+
#: add-to-any.php:515
|
156 |
msgid "Open the Add to Any Menu Styler in a new window"
|
157 |
msgstr "Abrir el personalizador de estilo de Add to Any en una nueva ventana"
|
158 |
|
159 |
+
#: add-to-any.php:517
|
160 |
msgid "Open Menu Styler"
|
161 |
msgstr "Abrir el personalizador de estilos"
|
162 |
|
163 |
+
#: add-to-any.php:522
|
164 |
msgid "Menu Options"
|
165 |
msgstr "Menú de opciones"
|
166 |
|
167 |
+
#: add-to-any.php:527
|
168 |
msgid "Hide embedded objects (Flash, video, etc.) that intersect with the menu when displayed"
|
169 |
msgstr "Ocultar los objetos embebidos (Flash, video, etc) que intersectan con el manú cuando se muestra."
|
170 |
|
171 |
+
#: add-to-any.php:532
|
172 |
msgid "Show the title of the post (or page) within the menu"
|
173 |
msgstr "Mostrar el título de la entrada (o de la pagina) dentro del menú"
|
174 |
|
175 |
+
#: add-to-any.php:539
|
176 |
msgid "Only show the menu when the user clicks the Share/Save button"
|
177 |
msgstr "Mostrar el menú solo cuando un usuario haga click sobre el botón Compartir/Guardar"
|
178 |
|
179 |
+
#: add-to-any.php:545
|
180 |
msgid "Open the addtoany.com menu page in a new tab or window if the user clicks the Share/Save button"
|
181 |
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"
|
182 |
|
183 |
+
#: add-to-any.php:550
|
184 |
msgid "Additional Options"
|
185 |
msgstr "Opciones adicionales"
|
186 |
|
187 |
+
#: add-to-any.php:554
|
188 |
msgid "Paste the code from Add to Any's Menu Styler in the box below!"
|
189 |
msgstr "Pegue el código del personalizador de estilo en el siguiente recuadro"
|
190 |
|
191 |
+
#: add-to-any.php:558
|
192 |
msgid "Below you can set special JavaScript variables to apply to each Share/Save menu."
|
193 |
msgstr "Abajo puede inicializar las variables JavaScript especiales para aplicar a cada menú Compartir/Guardar"
|
194 |
|
195 |
+
#: add-to-any.php:559
|
196 |
msgid "Advanced users might want to explore Add to Any's <a href=\"http://www.addtoany.com/buttons/api/\" target=\"_blank\">JavaScript API</a>."
|
197 |
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."
|
198 |
|
199 |
+
#: add-to-any.php:565
|
200 |
msgid "<strong>Note</strong>: If you're adding new code, be careful not to accidentally overwrite any previous code.</label>"
|
201 |
msgstr "<strong>Nota</strong>: Si usted agrega código nuevo, sea cuidadoso de no sobreescribir accidentalmente cualquier código ingresado anteriormente.</label>"
|
202 |
|
203 |
+
#: add-to-any.php:572
|
204 |
msgid "Save Changes"
|
205 |
msgstr "Guardar cambios"
|
206 |
|
207 |
+
#: add-to-any.php:577
|
208 |
msgid "Like this plugin?"
|
209 |
msgstr ""
|
210 |
|
211 |
+
#: add-to-any.php:578
|
212 |
msgid "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Give it a good rating</a> on WordPress.org."
|
213 |
msgstr ""
|
214 |
|
215 |
+
#: add-to-any.php:579
|
216 |
msgid "<a href=\"http://www.addtoany.com/share_save?linkname=WordPress%20Share%20Plugin%20by%20AddToAny.com&linkurl=http%3A%2F%2Fwordpress.org%2Fextend%2Fplugins%2Fadd-to-any%2F\">Share it</a> with your friends."
|
217 |
msgstr ""
|
218 |
|
219 |
+
#: add-to-any.php:581
|
220 |
msgid "Need support?"
|
221 |
msgstr ""
|
222 |
|
223 |
+
#: add-to-any.php:582
|
224 |
msgid "See the <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">FAQs</a>."
|
225 |
msgstr ""
|
226 |
|
227 |
+
#: add-to-any.php:583
|
228 |
msgid "Search the <a href=\"http://wordpress.org/tags/add-to-any\">support forums</a>."
|
229 |
msgstr ""
|
230 |
|
231 |
+
#: add-to-any.php:690
|
232 |
msgid "Add/Remove Services"
|
233 |
msgstr ""
|
234 |
|
235 |
+
#: add-to-any.php:736
|
236 |
msgid "Share/Save"
|
237 |
msgstr "Compartir/Guardar"
|
238 |
|
239 |
+
#: add-to-any.php:737
|
240 |
msgid "Share/Save Buttons"
|
241 |
msgstr "Botones Compartir/Guardar"
|
242 |
|
languages/add-to-any-it_IT.po
CHANGED
@@ -2,7 +2,7 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: add-to-any in italiano\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2009-05-
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: MicroPat\n"
|
8 |
"Language-Team: Gianni Diurno | http://gidibao.net/ <gidibao@gmail.com>\n"
|
@@ -88,156 +88,156 @@ msgstr "Client di posta elettronica"
|
|
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 "Il tuo tema deve essere aggiornato. Per apportare le modifiche necessarie, utilizza l'editor dei <a href=\"theme-editor.php\">temi</a> per inserire <code><?php wp_footer(); ?></code> subito prima del tag di chiusura <code></body></code> presente nel file <code>footer.php</code>."
|
90 |
|
91 |
-
#: add-to-any.php:
|
92 |
msgid "Settings saved."
|
93 |
msgstr "Le impostazioni sono state salvate"
|
94 |
|
95 |
-
#: add-to-any.php:
|
96 |
msgid "Add to Any: Share/Save "
|
97 |
msgstr "Add to Any: Condividi/Salva "
|
98 |
|
99 |
-
#: add-to-any.php:
|
100 |
-
#: add-to-any.php:
|
101 |
msgid "Settings"
|
102 |
msgstr "Impostazioni"
|
103 |
|
104 |
-
#: add-to-any.php:
|
105 |
msgid "Standalone Services"
|
106 |
msgstr "Servizi indipendenti"
|
107 |
|
108 |
-
#: add-to-any.php:
|
109 |
msgid "Choose the services you want below. Click a chosen service again to remove. Reorder services by dragging and dropping as they appear above."
|
110 |
msgstr "Scegli qui sotto i servizi di tuo gradimento. Clicca su di un servizio attivo per rimuoverlo. Riordina i servizi via drag and drop."
|
111 |
|
112 |
-
#: add-to-any.php:
|
113 |
msgid "Button"
|
114 |
msgstr "Pulsante"
|
115 |
|
116 |
-
#: add-to-any.php:
|
117 |
msgid "Image URL"
|
118 |
msgstr "URL immagine"
|
119 |
|
120 |
-
#: add-to-any.php:
|
121 |
msgid "Text only"
|
122 |
msgstr "Solo testo"
|
123 |
|
124 |
-
#: add-to-any.php:
|
125 |
msgid "Placement"
|
126 |
msgstr "Posizione"
|
127 |
|
128 |
-
#: add-to-any.php:
|
129 |
msgid "Display Share/Save button at the bottom of posts"
|
130 |
msgstr "Mostra il pulsante Share/Save in coda agli articoli"
|
131 |
|
132 |
-
#: add-to-any.php:
|
133 |
msgid "Display Share/Save button at the bottom of posts on the front page"
|
134 |
msgstr "Mostra il pulsante Share/Save in coda agli articoli nella pagina principale"
|
135 |
|
136 |
-
#: add-to-any.php:
|
137 |
msgid "Display Share/Save button at the bottom of posts in the feed"
|
138 |
msgstr "Mostra il pulsante Share/Save in coda agli articoli del feed"
|
139 |
|
140 |
-
#: add-to-any.php:
|
141 |
msgid "Display Share/Save button at the bottom of pages"
|
142 |
msgstr "Mostra il pulsante Share/Save in coda alle pagine"
|
143 |
|
144 |
-
#: add-to-any.php:
|
145 |
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>)"
|
146 |
msgstr "Se disattivata, dovrai inserire il codice qui sotto nelle <a href=\"theme-editor.php\">pagine del tuo tema</a> (in <code>index.php</code>, <code>single.php</code>, e/o <code>page.php</code>)"
|
147 |
|
148 |
-
#: add-to-any.php:
|
149 |
msgid "Menu Style"
|
150 |
msgstr "Stile menu"
|
151 |
|
152 |
-
#: add-to-any.php:
|
153 |
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."
|
154 |
msgstr "Utilizzando il Menu Styler di Add to Any potrai personalizzare i colori del menu Share/Save! Una volta apportata la modifica, incolla il codice così ottenuto nel riquadro delle <a href=\"#\" onclick=\"document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false\">Opzioni agggiuntive</a> qui sotto."
|
155 |
|
156 |
-
#: add-to-any.php:
|
157 |
msgid "Open the Add to Any Menu Styler in a new window"
|
158 |
msgstr "Apri in una nuova pagina per personalizzare il menu di Add to Any"
|
159 |
|
160 |
-
#: add-to-any.php:
|
161 |
msgid "Open Menu Styler"
|
162 |
msgstr "Stile menu"
|
163 |
|
164 |
-
#: add-to-any.php:
|
165 |
msgid "Menu Options"
|
166 |
msgstr "Opzioni menu"
|
167 |
|
168 |
-
#: add-to-any.php:
|
169 |
msgid "Hide embedded objects (Flash, video, etc.) that intersect with the menu when displayed"
|
170 |
msgstr "Nascondi gli oggetti incorporati (Flash, video, etc.) che possono interferire con la visualizzazione corretta del menu"
|
171 |
|
172 |
-
#: add-to-any.php:
|
173 |
msgid "Show the title of the post (or page) within the menu"
|
174 |
msgstr "Mostra nel menu il titolo dell'articolo (o pagina)"
|
175 |
|
176 |
-
#: add-to-any.php:
|
177 |
msgid "Only show the menu when the user clicks the Share/Save button"
|
178 |
msgstr "Mostra solamente il menu quando un utente clicca sul pulsante Share/Save"
|
179 |
|
180 |
-
#: add-to-any.php:
|
181 |
msgid "Open the addtoany.com menu page in a new tab or window if the user clicks the Share/Save button"
|
182 |
msgstr "Apri in una nuova scheda o finestra la pagina menu di addtoany.com quando un utente clicca il pulsante Share/Save"
|
183 |
|
184 |
-
#: add-to-any.php:
|
185 |
msgid "Additional Options"
|
186 |
msgstr "Opzioni aggiuntive"
|
187 |
|
188 |
-
#: add-to-any.php:
|
189 |
msgid "Paste the code from Add to Any's Menu Styler in the box below!"
|
190 |
msgstr "Incolla nel riquadro qui sotto il nuovo codice personalizzato per il menu! "
|
191 |
|
192 |
-
#: add-to-any.php:
|
193 |
msgid "Below you can set special JavaScript variables to apply to each Share/Save menu."
|
194 |
msgstr "Qui sotto é possibile impostare delle variabili JavaScript particolari applicabili ad ogni menu Share/Save."
|
195 |
|
196 |
-
#: add-to-any.php:
|
197 |
msgid "Advanced users might want to explore Add to Any's <a href=\"http://www.addtoany.com/buttons/api/\" target=\"_blank\">JavaScript API</a>."
|
198 |
msgstr "Gli utenti più esperti possono prendere visione della <a href=\"http://www.addtoany.com/buttons/api/\" target=\"_blank\">JavaScript API</a> di Add to Any."
|
199 |
|
200 |
-
#: add-to-any.php:
|
201 |
msgid "<strong>Note</strong>: If you're adding new code, be careful not to accidentally overwrite any previous code.</label>"
|
202 |
msgstr "<strong>Nota</strong>: qualora stessi aggiungendo un nnuovo codice, fai attenzione a non sovrascrivere accidentalmente ogni codice precedente.</label>"
|
203 |
|
204 |
-
#: add-to-any.php:
|
205 |
msgid "Save Changes"
|
206 |
msgstr "Salva le modifiche"
|
207 |
|
208 |
-
#: add-to-any.php:
|
209 |
msgid "Like this plugin?"
|
210 |
msgstr "Ti é piaciuto questo plugin?"
|
211 |
|
212 |
-
#: add-to-any.php:
|
213 |
msgid "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Give it a good rating</a> on WordPress.org."
|
214 |
msgstr "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Votalo</a> su WordPress.org."
|
215 |
|
216 |
-
#: add-to-any.php:
|
217 |
msgid "<a href=\"http://www.addtoany.com/share_save?linkname=WordPress%20Share%20Plugin%20by%20AddToAny.com&linkurl=http%3A%2F%2Fwordpress.org%2Fextend%2Fplugins%2Fadd-to-any%2F\">Share it</a> with your friends."
|
218 |
msgstr "<a href=\"http://www.addtoany.com/share_save?linkname=WordPress%20Share%20Plugin%20by%20AddToAny.com&linkurl=http%3A%2F%2Fwordpress.org%2Fextend%2Fplugins%2Fadd-to-any%2F\">Condividi</a> con i tuoi amici."
|
219 |
|
220 |
-
#: add-to-any.php:
|
221 |
msgid "Need support?"
|
222 |
msgstr "Serve aiuto?"
|
223 |
|
224 |
-
#: add-to-any.php:
|
225 |
msgid "See the <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">FAQs</a>."
|
226 |
msgstr "Vedi la pagina dedicata alle <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">FAQ</a>."
|
227 |
|
228 |
-
#: add-to-any.php:
|
229 |
msgid "Search the <a href=\"http://wordpress.org/tags/add-to-any\">support forums</a>."
|
230 |
msgstr "Effettua una ricerca nel <a href=\"http://wordpress.org/tags/add-to-any\">forum di supporto</a>."
|
231 |
|
232 |
-
#: add-to-any.php:
|
233 |
msgid "Add/Remove Services"
|
234 |
msgstr "Aggiungi/Rimuovi i sevizi"
|
235 |
|
236 |
-
#: add-to-any.php:
|
237 |
msgid "Share/Save"
|
238 |
msgstr "Condividi/Salva"
|
239 |
|
240 |
-
#: add-to-any.php:
|
241 |
msgid "Share/Save Buttons"
|
242 |
msgstr "Pulsanti Condividi/Salva"
|
243 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: add-to-any in italiano\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2009-05-19 16:37-0800\n"
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: MicroPat\n"
|
8 |
"Language-Team: Gianni Diurno | http://gidibao.net/ <gidibao@gmail.com>\n"
|
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 "Il tuo tema deve essere aggiornato. Per apportare le modifiche necessarie, utilizza l'editor dei <a href=\"theme-editor.php\">temi</a> per inserire <code><?php wp_footer(); ?></code> subito prima del tag di chiusura <code></body></code> presente nel file <code>footer.php</code>."
|
90 |
|
91 |
+
#: add-to-any.php:372
|
92 |
msgid "Settings saved."
|
93 |
msgstr "Le impostazioni sono state salvate"
|
94 |
|
95 |
+
#: add-to-any.php:383
|
96 |
msgid "Add to Any: Share/Save "
|
97 |
msgstr "Add to Any: Condividi/Salva "
|
98 |
|
99 |
+
#: add-to-any.php:383
|
100 |
+
#: add-to-any.php:736
|
101 |
msgid "Settings"
|
102 |
msgstr "Impostazioni"
|
103 |
|
104 |
+
#: add-to-any.php:393
|
105 |
msgid "Standalone Services"
|
106 |
msgstr "Servizi indipendenti"
|
107 |
|
108 |
+
#: add-to-any.php:398
|
109 |
msgid "Choose the services you want below. Click a chosen service again to remove. Reorder services by dragging and dropping as they appear above."
|
110 |
msgstr "Scegli qui sotto i servizi di tuo gradimento. Clicca su di un servizio attivo per rimuoverlo. Riordina i servizi via drag and drop."
|
111 |
|
112 |
+
#: add-to-any.php:417
|
113 |
msgid "Button"
|
114 |
msgstr "Pulsante"
|
115 |
|
116 |
+
#: add-to-any.php:456
|
117 |
msgid "Image URL"
|
118 |
msgstr "URL immagine"
|
119 |
|
120 |
+
#: add-to-any.php:463
|
121 |
msgid "Text only"
|
122 |
msgstr "Solo testo"
|
123 |
|
124 |
+
#: add-to-any.php:471
|
125 |
msgid "Placement"
|
126 |
msgstr "Posizione"
|
127 |
|
128 |
+
#: add-to-any.php:480
|
129 |
msgid "Display Share/Save button at the bottom of posts"
|
130 |
msgstr "Mostra il pulsante Share/Save in coda agli articoli"
|
131 |
|
132 |
+
#: add-to-any.php:487
|
133 |
msgid "Display Share/Save button at the bottom of posts on the front page"
|
134 |
msgstr "Mostra il pulsante Share/Save in coda agli articoli nella pagina principale"
|
135 |
|
136 |
+
#: add-to-any.php:494
|
137 |
msgid "Display Share/Save button at the bottom of posts in the feed"
|
138 |
msgstr "Mostra il pulsante Share/Save in coda agli articoli del feed"
|
139 |
|
140 |
+
#: add-to-any.php:498
|
141 |
msgid "Display Share/Save button at the bottom of pages"
|
142 |
msgstr "Mostra il pulsante Share/Save in coda alle pagine"
|
143 |
|
144 |
+
#: add-to-any.php:502
|
145 |
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>)"
|
146 |
msgstr "Se disattivata, dovrai inserire il codice qui sotto nelle <a href=\"theme-editor.php\">pagine del tuo tema</a> (in <code>index.php</code>, <code>single.php</code>, e/o <code>page.php</code>)"
|
147 |
|
148 |
+
#: add-to-any.php:511
|
149 |
msgid "Menu Style"
|
150 |
msgstr "Stile menu"
|
151 |
|
152 |
+
#: add-to-any.php:513
|
153 |
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."
|
154 |
msgstr "Utilizzando il Menu Styler di Add to Any potrai personalizzare i colori del menu Share/Save! Una volta apportata la modifica, incolla il codice così ottenuto nel riquadro delle <a href=\"#\" onclick=\"document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false\">Opzioni agggiuntive</a> qui sotto."
|
155 |
|
156 |
+
#: add-to-any.php:515
|
157 |
msgid "Open the Add to Any Menu Styler in a new window"
|
158 |
msgstr "Apri in una nuova pagina per personalizzare il menu di Add to Any"
|
159 |
|
160 |
+
#: add-to-any.php:517
|
161 |
msgid "Open Menu Styler"
|
162 |
msgstr "Stile menu"
|
163 |
|
164 |
+
#: add-to-any.php:522
|
165 |
msgid "Menu Options"
|
166 |
msgstr "Opzioni menu"
|
167 |
|
168 |
+
#: add-to-any.php:527
|
169 |
msgid "Hide embedded objects (Flash, video, etc.) that intersect with the menu when displayed"
|
170 |
msgstr "Nascondi gli oggetti incorporati (Flash, video, etc.) che possono interferire con la visualizzazione corretta del menu"
|
171 |
|
172 |
+
#: add-to-any.php:532
|
173 |
msgid "Show the title of the post (or page) within the menu"
|
174 |
msgstr "Mostra nel menu il titolo dell'articolo (o pagina)"
|
175 |
|
176 |
+
#: add-to-any.php:539
|
177 |
msgid "Only show the menu when the user clicks the Share/Save button"
|
178 |
msgstr "Mostra solamente il menu quando un utente clicca sul pulsante Share/Save"
|
179 |
|
180 |
+
#: add-to-any.php:545
|
181 |
msgid "Open the addtoany.com menu page in a new tab or window if the user clicks the Share/Save button"
|
182 |
msgstr "Apri in una nuova scheda o finestra la pagina menu di addtoany.com quando un utente clicca il pulsante Share/Save"
|
183 |
|
184 |
+
#: add-to-any.php:550
|
185 |
msgid "Additional Options"
|
186 |
msgstr "Opzioni aggiuntive"
|
187 |
|
188 |
+
#: add-to-any.php:554
|
189 |
msgid "Paste the code from Add to Any's Menu Styler in the box below!"
|
190 |
msgstr "Incolla nel riquadro qui sotto il nuovo codice personalizzato per il menu! "
|
191 |
|
192 |
+
#: add-to-any.php:558
|
193 |
msgid "Below you can set special JavaScript variables to apply to each Share/Save menu."
|
194 |
msgstr "Qui sotto é possibile impostare delle variabili JavaScript particolari applicabili ad ogni menu Share/Save."
|
195 |
|
196 |
+
#: add-to-any.php:559
|
197 |
msgid "Advanced users might want to explore Add to Any's <a href=\"http://www.addtoany.com/buttons/api/\" target=\"_blank\">JavaScript API</a>."
|
198 |
msgstr "Gli utenti più esperti possono prendere visione della <a href=\"http://www.addtoany.com/buttons/api/\" target=\"_blank\">JavaScript API</a> di Add to Any."
|
199 |
|
200 |
+
#: add-to-any.php:565
|
201 |
msgid "<strong>Note</strong>: If you're adding new code, be careful not to accidentally overwrite any previous code.</label>"
|
202 |
msgstr "<strong>Nota</strong>: qualora stessi aggiungendo un nnuovo codice, fai attenzione a non sovrascrivere accidentalmente ogni codice precedente.</label>"
|
203 |
|
204 |
+
#: add-to-any.php:572
|
205 |
msgid "Save Changes"
|
206 |
msgstr "Salva le modifiche"
|
207 |
|
208 |
+
#: add-to-any.php:577
|
209 |
msgid "Like this plugin?"
|
210 |
msgstr "Ti é piaciuto questo plugin?"
|
211 |
|
212 |
+
#: add-to-any.php:578
|
213 |
msgid "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Give it a good rating</a> on WordPress.org."
|
214 |
msgstr "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Votalo</a> su WordPress.org."
|
215 |
|
216 |
+
#: add-to-any.php:579
|
217 |
msgid "<a href=\"http://www.addtoany.com/share_save?linkname=WordPress%20Share%20Plugin%20by%20AddToAny.com&linkurl=http%3A%2F%2Fwordpress.org%2Fextend%2Fplugins%2Fadd-to-any%2F\">Share it</a> with your friends."
|
218 |
msgstr "<a href=\"http://www.addtoany.com/share_save?linkname=WordPress%20Share%20Plugin%20by%20AddToAny.com&linkurl=http%3A%2F%2Fwordpress.org%2Fextend%2Fplugins%2Fadd-to-any%2F\">Condividi</a> con i tuoi amici."
|
219 |
|
220 |
+
#: add-to-any.php:581
|
221 |
msgid "Need support?"
|
222 |
msgstr "Serve aiuto?"
|
223 |
|
224 |
+
#: add-to-any.php:582
|
225 |
msgid "See the <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">FAQs</a>."
|
226 |
msgstr "Vedi la pagina dedicata alle <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">FAQ</a>."
|
227 |
|
228 |
+
#: add-to-any.php:583
|
229 |
msgid "Search the <a href=\"http://wordpress.org/tags/add-to-any\">support forums</a>."
|
230 |
msgstr "Effettua una ricerca nel <a href=\"http://wordpress.org/tags/add-to-any\">forum di supporto</a>."
|
231 |
|
232 |
+
#: add-to-any.php:690
|
233 |
msgid "Add/Remove Services"
|
234 |
msgstr "Aggiungi/Rimuovi i sevizi"
|
235 |
|
236 |
+
#: add-to-any.php:736
|
237 |
msgid "Share/Save"
|
238 |
msgstr "Condividi/Salva"
|
239 |
|
240 |
+
#: add-to-any.php:737
|
241 |
msgid "Share/Save Buttons"
|
242 |
msgstr "Pulsanti Condividi/Salva"
|
243 |
|
languages/add-to-any-pt_PT.mo
CHANGED
Binary file
|
languages/add-to-any-pt_PT.po
CHANGED
@@ -2,9 +2,9 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: add-to-any\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2009-05-
|
6 |
"PO-Revision-Date: \n"
|
7 |
-
"Last-Translator:
|
8 |
"Language-Team: \n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
@@ -66,9 +66,8 @@ msgid "Bookmark in your browser"
|
|
66 |
msgstr "Adicionar marcador"
|
67 |
|
68 |
#: add-to-any.php:195
|
69 |
-
#, fuzzy
|
70 |
msgid "Press Ctrl+D or ⌘+D to bookmark this page"
|
71 |
-
msgstr "Pressione Ctrl+D ou
|
72 |
|
73 |
#: add-to-any.php:196
|
74 |
msgid "Add to your favorites"
|
@@ -86,157 +85,156 @@ msgstr "Programa de e-mail"
|
|
86 |
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."
|
87 |
msgstr "O seu tema precisa de ser corrigido. Para coriigir o seu tema, utilize <a href=\"theme-editor.php\">Theme Editor</a> para inserir <code><?php wp_footer(); ?></code> mesmo antes da linha <code></body></code> do ficheiro <code>footer.php</code> do tema."
|
88 |
|
89 |
-
#: add-to-any.php:
|
90 |
msgid "Settings saved."
|
91 |
msgstr "Configuração guardada."
|
92 |
|
93 |
-
#: add-to-any.php:
|
94 |
msgid "Add to Any: Share/Save "
|
95 |
-
msgstr "
|
96 |
|
97 |
-
#: add-to-any.php:
|
98 |
-
#: add-to-any.php:
|
99 |
msgid "Settings"
|
100 |
msgstr "Configurações"
|
101 |
|
102 |
-
#: add-to-any.php:
|
103 |
msgid "Standalone Services"
|
104 |
-
msgstr ""
|
105 |
|
106 |
-
#: add-to-any.php:
|
107 |
msgid "Choose the services you want below. Click a chosen service again to remove. Reorder services by dragging and dropping as they appear above."
|
108 |
-
msgstr ""
|
109 |
|
110 |
-
#: add-to-any.php:
|
111 |
msgid "Button"
|
112 |
msgstr "Botão"
|
113 |
|
114 |
-
#: add-to-any.php:
|
115 |
msgid "Image URL"
|
116 |
msgstr "URL da imagem"
|
117 |
|
118 |
-
#: add-to-any.php:
|
119 |
msgid "Text only"
|
120 |
msgstr "Apenas texto"
|
121 |
|
122 |
-
#: add-to-any.php:
|
123 |
-
#, fuzzy
|
124 |
msgid "Placement"
|
125 |
-
msgstr "
|
126 |
|
127 |
-
#: add-to-any.php:
|
128 |
msgid "Display Share/Save button at the bottom of posts"
|
129 |
msgstr "Mostrar o botão Partilhar/Guardar no fim de cada post"
|
130 |
|
131 |
-
#: add-to-any.php:
|
132 |
msgid "Display Share/Save button at the bottom of posts on the front page"
|
133 |
msgstr "Mostrar o botão Partilhar/Guardar no fim dos posts na página principal"
|
134 |
|
135 |
-
#: add-to-any.php:
|
136 |
msgid "Display Share/Save button at the bottom of posts in the feed"
|
137 |
msgstr "Mostrar o botão Partilhar/Guardar no fim dos posts do feed RSS"
|
138 |
|
139 |
-
#: add-to-any.php:
|
140 |
msgid "Display Share/Save button at the bottom of pages"
|
141 |
msgstr "Mostrar o botão Partilhar/Guardar no fim das páginas"
|
142 |
|
143 |
-
#: add-to-any.php:
|
144 |
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>)"
|
145 |
msgstr "Se estiver desactivado, assegure-se que coloca o código seguinte em <a href=\"theme-editor.php\">Modelos das suas páginas</a> (dentro de <code>index.php</code>, <code>single.php</code>, e/ou <code>page.php</code>)"
|
146 |
|
147 |
-
#: add-to-any.php:
|
148 |
msgid "Menu Style"
|
149 |
msgstr "Estilo de Menu"
|
150 |
|
151 |
-
#: add-to-any.php:
|
152 |
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."
|
153 |
msgstr "Usar o Personalizador de Estilo do Add to Any. Pode personalizar as cores do seu menu Partilhar/Guardar! Quando finalizar, assegure-se que cola o código gerado na caixa <a href=\"#\" onclick=\"document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false\">Opções Adicionais</a> em baixo."
|
154 |
|
155 |
-
#: add-to-any.php:
|
156 |
msgid "Open the Add to Any Menu Styler in a new window"
|
157 |
msgstr "Abrir o Menu de Personalização de Estilos Add to Any numa nova janela"
|
158 |
|
159 |
-
#: add-to-any.php:
|
160 |
msgid "Open Menu Styler"
|
161 |
msgstr "Abrir o Menu de Personalização de Estilos"
|
162 |
|
163 |
-
#: add-to-any.php:
|
164 |
msgid "Menu Options"
|
165 |
msgstr "Opções de Menu"
|
166 |
|
167 |
-
#: add-to-any.php:
|
168 |
msgid "Hide embedded objects (Flash, video, etc.) that intersect with the menu when displayed"
|
169 |
msgstr "Ocultar objetos embebidos (Flash, video, etc) que interajam com o menu quando visualizado"
|
170 |
|
171 |
-
#: add-to-any.php:
|
172 |
msgid "Show the title of the post (or page) within the menu"
|
173 |
msgstr "Mostrar o título do post (ou da página) dentro do menu"
|
174 |
|
175 |
-
#: add-to-any.php:
|
176 |
msgid "Only show the menu when the user clicks the Share/Save button"
|
177 |
msgstr "Mostrar apenas o menu quando o utilizador fizer um clique no botão Partilhar/Guardar"
|
178 |
|
179 |
-
#: add-to-any.php:
|
180 |
msgid "Open the addtoany.com menu page in a new tab or window if the user clicks the Share/Save button"
|
181 |
msgstr "Abrir o menu de addtoany.com num novo separador ou janela se o utilizador fizer um clique no botão Partilhar/Guardar"
|
182 |
|
183 |
-
#: add-to-any.php:
|
184 |
msgid "Additional Options"
|
185 |
msgstr "Opções Adicionais"
|
186 |
|
187 |
-
#: add-to-any.php:
|
188 |
msgid "Paste the code from Add to Any's Menu Styler in the box below!"
|
189 |
msgstr "Cole o código do Menu de Personalização de Estilos do Add to Any na caixa a seguir!"
|
190 |
|
191 |
-
#: add-to-any.php:
|
192 |
msgid "Below you can set special JavaScript variables to apply to each Share/Save menu."
|
193 |
msgstr "Em baixo pode inserir varáveis especiais de JavaScript para aplicar a cada menu Partilhar/Guardar."
|
194 |
|
195 |
-
#: add-to-any.php:
|
196 |
msgid "Advanced users might want to explore Add to Any's <a href=\"http://www.addtoany.com/buttons/api/\" target=\"_blank\">JavaScript API</a>."
|
197 |
msgstr "Utilizadores avançados podem querer explorar o <a href=\"http://www.addtoany.com/buttons/api/\" target=\"_blank\">API do JavaScript</a> do Add to Any."
|
198 |
|
199 |
-
#: add-to-any.php:
|
200 |
msgid "<strong>Note</strong>: If you're adding new code, be careful not to accidentally overwrite any previous code.</label>"
|
201 |
msgstr "<strong>Nota</strong>: Se está a adicionar novo código, tenha cuidado para não sobrescrever (apagar) acidentalmente qualquer código existente.</label>"
|
202 |
|
203 |
-
#: add-to-any.php:
|
204 |
msgid "Save Changes"
|
205 |
msgstr "Guardar alterações"
|
206 |
|
207 |
-
#: add-to-any.php:
|
208 |
msgid "Like this plugin?"
|
209 |
-
msgstr ""
|
210 |
|
211 |
-
#: add-to-any.php:
|
212 |
msgid "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Give it a good rating</a> on WordPress.org."
|
213 |
-
msgstr ""
|
214 |
|
215 |
-
#: add-to-any.php:
|
216 |
msgid "<a href=\"http://www.addtoany.com/share_save?linkname=WordPress%20Share%20Plugin%20by%20AddToAny.com&linkurl=http%3A%2F%2Fwordpress.org%2Fextend%2Fplugins%2Fadd-to-any%2F\">Share it</a> with your friends."
|
217 |
-
msgstr ""
|
218 |
|
219 |
-
#: add-to-any.php:
|
220 |
msgid "Need support?"
|
221 |
-
msgstr ""
|
222 |
|
223 |
-
#: add-to-any.php:
|
224 |
msgid "See the <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">FAQs</a>."
|
225 |
-
msgstr ""
|
226 |
|
227 |
-
#: add-to-any.php:
|
228 |
msgid "Search the <a href=\"http://wordpress.org/tags/add-to-any\">support forums</a>."
|
229 |
-
msgstr ""
|
230 |
|
231 |
-
#: add-to-any.php:
|
232 |
msgid "Add/Remove Services"
|
233 |
-
msgstr ""
|
234 |
|
235 |
-
#: add-to-any.php:
|
236 |
msgid "Share/Save"
|
237 |
msgstr "Partilhar/Guardar"
|
238 |
|
239 |
-
#: add-to-any.php:
|
240 |
msgid "Share/Save Buttons"
|
241 |
msgstr "Botões Partilhar/Guardar"
|
242 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: add-to-any\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2009-05-19 16:37-0800\n"
|
6 |
"PO-Revision-Date: \n"
|
7 |
+
"Last-Translator: Jorge Silva <jncs12@gmail.com>\n"
|
8 |
"Language-Team: \n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
66 |
msgstr "Adicionar marcador"
|
67 |
|
68 |
#: add-to-any.php:195
|
|
|
69 |
msgid "Press Ctrl+D or ⌘+D to bookmark this page"
|
70 |
+
msgstr "Pressione Ctrl+D ou ⌘+D para adicionar esta página aos marcadores"
|
71 |
|
72 |
#: add-to-any.php:196
|
73 |
msgid "Add to your favorites"
|
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 "O seu tema precisa de ser corrigido. Para coriigir o seu tema, utilize <a href=\"theme-editor.php\">Theme Editor</a> para inserir <code><?php wp_footer(); ?></code> mesmo antes da linha <code></body></code> do ficheiro <code>footer.php</code> do tema."
|
87 |
|
88 |
+
#: add-to-any.php:372
|
89 |
msgid "Settings saved."
|
90 |
msgstr "Configuração guardada."
|
91 |
|
92 |
+
#: add-to-any.php:383
|
93 |
msgid "Add to Any: Share/Save "
|
94 |
+
msgstr "Add to Any: Partilhar/Guardar "
|
95 |
|
96 |
+
#: add-to-any.php:383
|
97 |
+
#: add-to-any.php:736
|
98 |
msgid "Settings"
|
99 |
msgstr "Configurações"
|
100 |
|
101 |
+
#: add-to-any.php:393
|
102 |
msgid "Standalone Services"
|
103 |
+
msgstr "Serviços Isolados"
|
104 |
|
105 |
+
#: add-to-any.php:398
|
106 |
msgid "Choose the services you want below. Click a chosen service again to remove. Reorder services by dragging and dropping as they appear above."
|
107 |
+
msgstr "Escolha os serviços que deseja. Clique novamente num serviço já escolhido para o remover. Reordene os serviços fazendo drag'n'drop conforme aparecem por cima."
|
108 |
|
109 |
+
#: add-to-any.php:417
|
110 |
msgid "Button"
|
111 |
msgstr "Botão"
|
112 |
|
113 |
+
#: add-to-any.php:456
|
114 |
msgid "Image URL"
|
115 |
msgstr "URL da imagem"
|
116 |
|
117 |
+
#: add-to-any.php:463
|
118 |
msgid "Text only"
|
119 |
msgstr "Apenas texto"
|
120 |
|
121 |
+
#: add-to-any.php:471
|
|
|
122 |
msgid "Placement"
|
123 |
+
msgstr "Posicionamento"
|
124 |
|
125 |
+
#: add-to-any.php:480
|
126 |
msgid "Display Share/Save button at the bottom of posts"
|
127 |
msgstr "Mostrar o botão Partilhar/Guardar no fim de cada post"
|
128 |
|
129 |
+
#: add-to-any.php:487
|
130 |
msgid "Display Share/Save button at the bottom of posts on the front page"
|
131 |
msgstr "Mostrar o botão Partilhar/Guardar no fim dos posts na página principal"
|
132 |
|
133 |
+
#: add-to-any.php:494
|
134 |
msgid "Display Share/Save button at the bottom of posts in the feed"
|
135 |
msgstr "Mostrar o botão Partilhar/Guardar no fim dos posts do feed RSS"
|
136 |
|
137 |
+
#: add-to-any.php:498
|
138 |
msgid "Display Share/Save button at the bottom of pages"
|
139 |
msgstr "Mostrar o botão Partilhar/Guardar no fim das páginas"
|
140 |
|
141 |
+
#: add-to-any.php:502
|
142 |
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>)"
|
143 |
msgstr "Se estiver desactivado, assegure-se que coloca o código seguinte em <a href=\"theme-editor.php\">Modelos das suas páginas</a> (dentro de <code>index.php</code>, <code>single.php</code>, e/ou <code>page.php</code>)"
|
144 |
|
145 |
+
#: add-to-any.php:511
|
146 |
msgid "Menu Style"
|
147 |
msgstr "Estilo de Menu"
|
148 |
|
149 |
+
#: add-to-any.php:513
|
150 |
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."
|
151 |
msgstr "Usar o Personalizador de Estilo do Add to Any. Pode personalizar as cores do seu menu Partilhar/Guardar! Quando finalizar, assegure-se que cola o código gerado na caixa <a href=\"#\" onclick=\"document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false\">Opções Adicionais</a> em baixo."
|
152 |
|
153 |
+
#: add-to-any.php:515
|
154 |
msgid "Open the Add to Any Menu Styler in a new window"
|
155 |
msgstr "Abrir o Menu de Personalização de Estilos Add to Any numa nova janela"
|
156 |
|
157 |
+
#: add-to-any.php:517
|
158 |
msgid "Open Menu Styler"
|
159 |
msgstr "Abrir o Menu de Personalização de Estilos"
|
160 |
|
161 |
+
#: add-to-any.php:522
|
162 |
msgid "Menu Options"
|
163 |
msgstr "Opções de Menu"
|
164 |
|
165 |
+
#: add-to-any.php:527
|
166 |
msgid "Hide embedded objects (Flash, video, etc.) that intersect with the menu when displayed"
|
167 |
msgstr "Ocultar objetos embebidos (Flash, video, etc) que interajam com o menu quando visualizado"
|
168 |
|
169 |
+
#: add-to-any.php:532
|
170 |
msgid "Show the title of the post (or page) within the menu"
|
171 |
msgstr "Mostrar o título do post (ou da página) dentro do menu"
|
172 |
|
173 |
+
#: add-to-any.php:539
|
174 |
msgid "Only show the menu when the user clicks the Share/Save button"
|
175 |
msgstr "Mostrar apenas o menu quando o utilizador fizer um clique no botão Partilhar/Guardar"
|
176 |
|
177 |
+
#: add-to-any.php:545
|
178 |
msgid "Open the addtoany.com menu page in a new tab or window if the user clicks the Share/Save button"
|
179 |
msgstr "Abrir o menu de addtoany.com num novo separador ou janela se o utilizador fizer um clique no botão Partilhar/Guardar"
|
180 |
|
181 |
+
#: add-to-any.php:550
|
182 |
msgid "Additional Options"
|
183 |
msgstr "Opções Adicionais"
|
184 |
|
185 |
+
#: add-to-any.php:554
|
186 |
msgid "Paste the code from Add to Any's Menu Styler in the box below!"
|
187 |
msgstr "Cole o código do Menu de Personalização de Estilos do Add to Any na caixa a seguir!"
|
188 |
|
189 |
+
#: add-to-any.php:558
|
190 |
msgid "Below you can set special JavaScript variables to apply to each Share/Save menu."
|
191 |
msgstr "Em baixo pode inserir varáveis especiais de JavaScript para aplicar a cada menu Partilhar/Guardar."
|
192 |
|
193 |
+
#: add-to-any.php:559
|
194 |
msgid "Advanced users might want to explore Add to Any's <a href=\"http://www.addtoany.com/buttons/api/\" target=\"_blank\">JavaScript API</a>."
|
195 |
msgstr "Utilizadores avançados podem querer explorar o <a href=\"http://www.addtoany.com/buttons/api/\" target=\"_blank\">API do JavaScript</a> do Add to Any."
|
196 |
|
197 |
+
#: add-to-any.php:565
|
198 |
msgid "<strong>Note</strong>: If you're adding new code, be careful not to accidentally overwrite any previous code.</label>"
|
199 |
msgstr "<strong>Nota</strong>: Se está a adicionar novo código, tenha cuidado para não sobrescrever (apagar) acidentalmente qualquer código existente.</label>"
|
200 |
|
201 |
+
#: add-to-any.php:572
|
202 |
msgid "Save Changes"
|
203 |
msgstr "Guardar alterações"
|
204 |
|
205 |
+
#: add-to-any.php:577
|
206 |
msgid "Like this plugin?"
|
207 |
+
msgstr "Gosta deste plugin?"
|
208 |
|
209 |
+
#: add-to-any.php:578
|
210 |
msgid "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Give it a good rating</a> on WordPress.org."
|
211 |
+
msgstr "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Atribua-lhe uma boa pontuação</a> no WordPress.org."
|
212 |
|
213 |
+
#: add-to-any.php:579
|
214 |
msgid "<a href=\"http://www.addtoany.com/share_save?linkname=WordPress%20Share%20Plugin%20by%20AddToAny.com&linkurl=http%3A%2F%2Fwordpress.org%2Fextend%2Fplugins%2Fadd-to-any%2F\">Share it</a> with your friends."
|
215 |
+
msgstr "<a href=\"http://www.addtoany.com/share_save?linkname=WordPress%20Share%20Plugin%20by%20AddToAny.com&linkurl=http%3A%2F%2Fwordpress.org%2Fextend%2Fplugins%2Fadd-to-any%2F\">Partilhar</a> com os amigos."
|
216 |
|
217 |
+
#: add-to-any.php:581
|
218 |
msgid "Need support?"
|
219 |
+
msgstr "Precisa de ajuda?"
|
220 |
|
221 |
+
#: add-to-any.php:582
|
222 |
msgid "See the <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">FAQs</a>."
|
223 |
+
msgstr "Consulte a página de <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">FAQ's</a>."
|
224 |
|
225 |
+
#: add-to-any.php:583
|
226 |
msgid "Search the <a href=\"http://wordpress.org/tags/add-to-any\">support forums</a>."
|
227 |
+
msgstr "Procurar nos <a href=\"http://wordpress.org/tags/add-to-any\">fóruns</a> de ajuda."
|
228 |
|
229 |
+
#: add-to-any.php:690
|
230 |
msgid "Add/Remove Services"
|
231 |
+
msgstr "Adicionar/Remover Serviços"
|
232 |
|
233 |
+
#: add-to-any.php:736
|
234 |
msgid "Share/Save"
|
235 |
msgstr "Partilhar/Guardar"
|
236 |
|
237 |
+
#: add-to-any.php:737
|
238 |
msgid "Share/Save Buttons"
|
239 |
msgstr "Botões Partilhar/Guardar"
|
240 |
|
languages/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-05-
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: MicroPat\n"
|
8 |
"Language-Team: \n"
|
@@ -89,158 +89,158 @@ msgstr "电子邮件程序"
|
|
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 ""
|
91 |
|
92 |
-
#: add-to-any.php:
|
93 |
msgid "Settings saved."
|
94 |
msgstr "设置已保存"
|
95 |
|
96 |
-
#: add-to-any.php:
|
97 |
msgid "Add to Any: Share/Save "
|
98 |
msgstr "Add to Any: 分享/收藏"
|
99 |
|
100 |
-
#: add-to-any.php:
|
101 |
-
#: add-to-any.php:
|
102 |
msgid "Settings"
|
103 |
msgstr "设置"
|
104 |
|
105 |
-
#: add-to-any.php:
|
106 |
msgid "Standalone Services"
|
107 |
msgstr ""
|
108 |
|
109 |
-
#: add-to-any.php:
|
110 |
msgid "Choose the services you want below. Click a chosen service again to remove. Reorder services by dragging and dropping as they appear above."
|
111 |
msgstr ""
|
112 |
|
113 |
-
#: add-to-any.php:
|
114 |
msgid "Button"
|
115 |
msgstr "按钮"
|
116 |
|
117 |
-
#: add-to-any.php:
|
118 |
msgid "Image URL"
|
119 |
msgstr "图片 URL"
|
120 |
|
121 |
-
#: add-to-any.php:
|
122 |
msgid "Text only"
|
123 |
msgstr "仅用文字"
|
124 |
|
125 |
-
#: add-to-any.php:
|
126 |
#, fuzzy
|
127 |
msgid "Placement"
|
128 |
msgstr "按钮位置"
|
129 |
|
130 |
-
#: add-to-any.php:
|
131 |
msgid "Display Share/Save button at the bottom of posts"
|
132 |
msgstr "在文章底部显示 分享/收藏 按钮"
|
133 |
|
134 |
-
#: add-to-any.php:
|
135 |
msgid "Display Share/Save button at the bottom of posts on the front page"
|
136 |
msgstr "在首页的文章底部显示 分享/收藏 按钮"
|
137 |
|
138 |
-
#: add-to-any.php:
|
139 |
msgid "Display Share/Save button at the bottom of posts in the feed"
|
140 |
msgstr "在 Feed 的文章底部显示 分享/收藏 按钮"
|
141 |
|
142 |
-
#: add-to-any.php:
|
143 |
msgid "Display Share/Save button at the bottom of pages"
|
144 |
msgstr "在页面底部显示 分享/收藏 按钮"
|
145 |
|
146 |
-
#: add-to-any.php:
|
147 |
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>)"
|
148 |
msgstr "如果不选,请确定将以下代码置入于 <a href=\"theme-editor.php\">您的模板页面</a> 中 (包括 <code>index.php</code>,<code>single.php</code>,与/或 <code>page.php</code>)"
|
149 |
|
150 |
-
#: add-to-any.php:
|
151 |
msgid "Menu Style"
|
152 |
msgstr "菜单风格"
|
153 |
|
154 |
-
#: add-to-any.php:
|
155 |
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."
|
156 |
msgstr "使用 Add to Any 的菜单风格设置器,您可以自定义您的 分享/收藏 菜单的颜色!完成后,请将生成的代码粘贴于下方 <a href=\"#\" onclick=\"document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false\">附加选项</a> 框内。"
|
157 |
|
158 |
-
#: add-to-any.php:
|
159 |
msgid "Open the Add to Any Menu Styler in a new window"
|
160 |
msgstr "在新窗口中打开 Add to Any 菜单风格设置器"
|
161 |
|
162 |
-
#: add-to-any.php:
|
163 |
msgid "Open Menu Styler"
|
164 |
msgstr "打开菜单风格设置器"
|
165 |
|
166 |
-
#: add-to-any.php:
|
167 |
msgid "Menu Options"
|
168 |
msgstr "菜单选项"
|
169 |
|
170 |
-
#: add-to-any.php:
|
171 |
msgid "Hide embedded objects (Flash, video, etc.) that intersect with the menu when displayed"
|
172 |
msgstr "菜单显示时隐藏与菜单相交的嵌入式对象(Flash,视频,等) "
|
173 |
|
174 |
-
#: add-to-any.php:
|
175 |
msgid "Show the title of the post (or page) within the menu"
|
176 |
msgstr "菜单中显示文章(或页面)的标题"
|
177 |
|
178 |
-
#: add-to-any.php:
|
179 |
msgid "Only show the menu when the user clicks the Share/Save button"
|
180 |
msgstr "仅当用户点击 分享/收藏 按钮时显示菜单"
|
181 |
|
182 |
-
#: add-to-any.php:
|
183 |
msgid "Open the addtoany.com menu page in a new tab or window if the user clicks the Share/Save button"
|
184 |
msgstr "如用户点击 分享/收藏 按钮,在新标签页或新窗口中打开 addtoany.com 菜单页面"
|
185 |
|
186 |
-
#: add-to-any.php:
|
187 |
msgid "Additional Options"
|
188 |
msgstr "附加选项"
|
189 |
|
190 |
-
#: add-to-any.php:
|
191 |
msgid "Paste the code from Add to Any's Menu Styler in the box below!"
|
192 |
msgstr "粘贴 Add to Any 菜单风格设置器生成的代码于下方框内!"
|
193 |
|
194 |
-
#: add-to-any.php:
|
195 |
msgid "Below you can set special JavaScript variables to apply to each Share/Save menu."
|
196 |
msgstr "您可以设置特殊 JavaScript 变量以应用于全部 分享/收藏 菜单。"
|
197 |
|
198 |
-
#: add-to-any.php:
|
199 |
#, fuzzy
|
200 |
msgid "Advanced users might want to explore Add to Any's <a href=\"http://www.addtoany.com/buttons/api/\" target=\"_blank\">JavaScript API</a>."
|
201 |
msgstr "高级用户可能希望尝试 Add to Any 的 <a href=\"http://www.addtoany.com/buttons/api/\">JavaScript API</a> 所生成的代码。"
|
202 |
|
203 |
-
#: add-to-any.php:
|
204 |
msgid "<strong>Note</strong>: If you're adding new code, be careful not to accidentally overwrite any previous code.</label>"
|
205 |
msgstr "<strong>注意</strong>: 如果您打算添加新代码,请小心不要意外覆盖任何先前代码。</label>"
|
206 |
|
207 |
-
#: add-to-any.php:
|
208 |
msgid "Save Changes"
|
209 |
msgstr "保存更改"
|
210 |
|
211 |
-
#: add-to-any.php:
|
212 |
msgid "Like this plugin?"
|
213 |
msgstr ""
|
214 |
|
215 |
-
#: add-to-any.php:
|
216 |
msgid "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Give it a good rating</a> on WordPress.org."
|
217 |
msgstr ""
|
218 |
|
219 |
-
#: add-to-any.php:
|
220 |
msgid "<a href=\"http://www.addtoany.com/share_save?linkname=WordPress%20Share%20Plugin%20by%20AddToAny.com&linkurl=http%3A%2F%2Fwordpress.org%2Fextend%2Fplugins%2Fadd-to-any%2F\">Share it</a> with your friends."
|
221 |
msgstr ""
|
222 |
|
223 |
-
#: add-to-any.php:
|
224 |
msgid "Need support?"
|
225 |
msgstr ""
|
226 |
|
227 |
-
#: add-to-any.php:
|
228 |
msgid "See the <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">FAQs</a>."
|
229 |
msgstr ""
|
230 |
|
231 |
-
#: add-to-any.php:
|
232 |
msgid "Search the <a href=\"http://wordpress.org/tags/add-to-any\">support forums</a>."
|
233 |
msgstr ""
|
234 |
|
235 |
-
#: add-to-any.php:
|
236 |
msgid "Add/Remove Services"
|
237 |
msgstr ""
|
238 |
|
239 |
-
#: add-to-any.php:
|
240 |
msgid "Share/Save"
|
241 |
msgstr "分享/收藏"
|
242 |
|
243 |
-
#: add-to-any.php:
|
244 |
msgid "Share/Save Buttons"
|
245 |
msgstr "分享/收藏 按钮"
|
246 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: add-to-any\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2009-05-19 16:37-0800\n"
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: MicroPat\n"
|
8 |
"Language-Team: \n"
|
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 ""
|
91 |
|
92 |
+
#: add-to-any.php:372
|
93 |
msgid "Settings saved."
|
94 |
msgstr "设置已保存"
|
95 |
|
96 |
+
#: add-to-any.php:383
|
97 |
msgid "Add to Any: Share/Save "
|
98 |
msgstr "Add to Any: 分享/收藏"
|
99 |
|
100 |
+
#: add-to-any.php:383
|
101 |
+
#: add-to-any.php:736
|
102 |
msgid "Settings"
|
103 |
msgstr "设置"
|
104 |
|
105 |
+
#: add-to-any.php:393
|
106 |
msgid "Standalone Services"
|
107 |
msgstr ""
|
108 |
|
109 |
+
#: add-to-any.php:398
|
110 |
msgid "Choose the services you want below. Click a chosen service again to remove. Reorder services by dragging and dropping as they appear above."
|
111 |
msgstr ""
|
112 |
|
113 |
+
#: add-to-any.php:417
|
114 |
msgid "Button"
|
115 |
msgstr "按钮"
|
116 |
|
117 |
+
#: add-to-any.php:456
|
118 |
msgid "Image URL"
|
119 |
msgstr "图片 URL"
|
120 |
|
121 |
+
#: add-to-any.php:463
|
122 |
msgid "Text only"
|
123 |
msgstr "仅用文字"
|
124 |
|
125 |
+
#: add-to-any.php:471
|
126 |
#, fuzzy
|
127 |
msgid "Placement"
|
128 |
msgstr "按钮位置"
|
129 |
|
130 |
+
#: add-to-any.php:480
|
131 |
msgid "Display Share/Save button at the bottom of posts"
|
132 |
msgstr "在文章底部显示 分享/收藏 按钮"
|
133 |
|
134 |
+
#: add-to-any.php:487
|
135 |
msgid "Display Share/Save button at the bottom of posts on the front page"
|
136 |
msgstr "在首页的文章底部显示 分享/收藏 按钮"
|
137 |
|
138 |
+
#: add-to-any.php:494
|
139 |
msgid "Display Share/Save button at the bottom of posts in the feed"
|
140 |
msgstr "在 Feed 的文章底部显示 分享/收藏 按钮"
|
141 |
|
142 |
+
#: add-to-any.php:498
|
143 |
msgid "Display Share/Save button at the bottom of pages"
|
144 |
msgstr "在页面底部显示 分享/收藏 按钮"
|
145 |
|
146 |
+
#: add-to-any.php:502
|
147 |
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>)"
|
148 |
msgstr "如果不选,请确定将以下代码置入于 <a href=\"theme-editor.php\">您的模板页面</a> 中 (包括 <code>index.php</code>,<code>single.php</code>,与/或 <code>page.php</code>)"
|
149 |
|
150 |
+
#: add-to-any.php:511
|
151 |
msgid "Menu Style"
|
152 |
msgstr "菜单风格"
|
153 |
|
154 |
+
#: add-to-any.php:513
|
155 |
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."
|
156 |
msgstr "使用 Add to Any 的菜单风格设置器,您可以自定义您的 分享/收藏 菜单的颜色!完成后,请将生成的代码粘贴于下方 <a href=\"#\" onclick=\"document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false\">附加选项</a> 框内。"
|
157 |
|
158 |
+
#: add-to-any.php:515
|
159 |
msgid "Open the Add to Any Menu Styler in a new window"
|
160 |
msgstr "在新窗口中打开 Add to Any 菜单风格设置器"
|
161 |
|
162 |
+
#: add-to-any.php:517
|
163 |
msgid "Open Menu Styler"
|
164 |
msgstr "打开菜单风格设置器"
|
165 |
|
166 |
+
#: add-to-any.php:522
|
167 |
msgid "Menu Options"
|
168 |
msgstr "菜单选项"
|
169 |
|
170 |
+
#: add-to-any.php:527
|
171 |
msgid "Hide embedded objects (Flash, video, etc.) that intersect with the menu when displayed"
|
172 |
msgstr "菜单显示时隐藏与菜单相交的嵌入式对象(Flash,视频,等) "
|
173 |
|
174 |
+
#: add-to-any.php:532
|
175 |
msgid "Show the title of the post (or page) within the menu"
|
176 |
msgstr "菜单中显示文章(或页面)的标题"
|
177 |
|
178 |
+
#: add-to-any.php:539
|
179 |
msgid "Only show the menu when the user clicks the Share/Save button"
|
180 |
msgstr "仅当用户点击 分享/收藏 按钮时显示菜单"
|
181 |
|
182 |
+
#: add-to-any.php:545
|
183 |
msgid "Open the addtoany.com menu page in a new tab or window if the user clicks the Share/Save button"
|
184 |
msgstr "如用户点击 分享/收藏 按钮,在新标签页或新窗口中打开 addtoany.com 菜单页面"
|
185 |
|
186 |
+
#: add-to-any.php:550
|
187 |
msgid "Additional Options"
|
188 |
msgstr "附加选项"
|
189 |
|
190 |
+
#: add-to-any.php:554
|
191 |
msgid "Paste the code from Add to Any's Menu Styler in the box below!"
|
192 |
msgstr "粘贴 Add to Any 菜单风格设置器生成的代码于下方框内!"
|
193 |
|
194 |
+
#: add-to-any.php:558
|
195 |
msgid "Below you can set special JavaScript variables to apply to each Share/Save menu."
|
196 |
msgstr "您可以设置特殊 JavaScript 变量以应用于全部 分享/收藏 菜单。"
|
197 |
|
198 |
+
#: add-to-any.php:559
|
199 |
#, fuzzy
|
200 |
msgid "Advanced users might want to explore Add to Any's <a href=\"http://www.addtoany.com/buttons/api/\" target=\"_blank\">JavaScript API</a>."
|
201 |
msgstr "高级用户可能希望尝试 Add to Any 的 <a href=\"http://www.addtoany.com/buttons/api/\">JavaScript API</a> 所生成的代码。"
|
202 |
|
203 |
+
#: add-to-any.php:565
|
204 |
msgid "<strong>Note</strong>: If you're adding new code, be careful not to accidentally overwrite any previous code.</label>"
|
205 |
msgstr "<strong>注意</strong>: 如果您打算添加新代码,请小心不要意外覆盖任何先前代码。</label>"
|
206 |
|
207 |
+
#: add-to-any.php:572
|
208 |
msgid "Save Changes"
|
209 |
msgstr "保存更改"
|
210 |
|
211 |
+
#: add-to-any.php:577
|
212 |
msgid "Like this plugin?"
|
213 |
msgstr ""
|
214 |
|
215 |
+
#: add-to-any.php:578
|
216 |
msgid "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Give it a good rating</a> on WordPress.org."
|
217 |
msgstr ""
|
218 |
|
219 |
+
#: add-to-any.php:579
|
220 |
msgid "<a href=\"http://www.addtoany.com/share_save?linkname=WordPress%20Share%20Plugin%20by%20AddToAny.com&linkurl=http%3A%2F%2Fwordpress.org%2Fextend%2Fplugins%2Fadd-to-any%2F\">Share it</a> with your friends."
|
221 |
msgstr ""
|
222 |
|
223 |
+
#: add-to-any.php:581
|
224 |
msgid "Need support?"
|
225 |
msgstr ""
|
226 |
|
227 |
+
#: add-to-any.php:582
|
228 |
msgid "See the <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">FAQs</a>."
|
229 |
msgstr ""
|
230 |
|
231 |
+
#: add-to-any.php:583
|
232 |
msgid "Search the <a href=\"http://wordpress.org/tags/add-to-any\">support forums</a>."
|
233 |
msgstr ""
|
234 |
|
235 |
+
#: add-to-any.php:690
|
236 |
msgid "Add/Remove Services"
|
237 |
msgstr ""
|
238 |
|
239 |
+
#: add-to-any.php:736
|
240 |
msgid "Share/Save"
|
241 |
msgstr "分享/收藏"
|
242 |
|
243 |
+
#: add-to-any.php:737
|
244 |
msgid "Share/Save Buttons"
|
245 |
msgstr "分享/收藏 按钮"
|
246 |
|
languages/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-05-
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: MicroPat\n"
|
8 |
"Language-Team: \n"
|
@@ -85,156 +85,156 @@ msgstr ""
|
|
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:
|
89 |
msgid "Settings saved."
|
90 |
msgstr ""
|
91 |
|
92 |
-
#: add-to-any.php:
|
93 |
msgid "Add to Any: Share/Save "
|
94 |
msgstr ""
|
95 |
|
96 |
-
#: add-to-any.php:
|
97 |
-
#: add-to-any.php:
|
98 |
msgid "Settings"
|
99 |
msgstr ""
|
100 |
|
101 |
-
#: add-to-any.php:
|
102 |
msgid "Standalone Services"
|
103 |
msgstr ""
|
104 |
|
105 |
-
#: add-to-any.php:
|
106 |
msgid "Choose the services you want below. Click a chosen service again to remove. Reorder services by dragging and dropping as they appear above."
|
107 |
msgstr ""
|
108 |
|
109 |
-
#: add-to-any.php:
|
110 |
msgid "Button"
|
111 |
msgstr ""
|
112 |
|
113 |
-
#: add-to-any.php:
|
114 |
msgid "Image URL"
|
115 |
msgstr ""
|
116 |
|
117 |
-
#: add-to-any.php:
|
118 |
msgid "Text only"
|
119 |
msgstr ""
|
120 |
|
121 |
-
#: add-to-any.php:
|
122 |
msgid "Placement"
|
123 |
msgstr ""
|
124 |
|
125 |
-
#: add-to-any.php:
|
126 |
msgid "Display Share/Save button at the bottom of posts"
|
127 |
msgstr ""
|
128 |
|
129 |
-
#: add-to-any.php:
|
130 |
msgid "Display Share/Save button at the bottom of posts on the front page"
|
131 |
msgstr ""
|
132 |
|
133 |
-
#: add-to-any.php:
|
134 |
msgid "Display Share/Save button at the bottom of posts in the feed"
|
135 |
msgstr ""
|
136 |
|
137 |
-
#: add-to-any.php:
|
138 |
msgid "Display Share/Save button at the bottom of pages"
|
139 |
msgstr ""
|
140 |
|
141 |
-
#: add-to-any.php:
|
142 |
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>)"
|
143 |
msgstr ""
|
144 |
|
145 |
-
#: add-to-any.php:
|
146 |
msgid "Menu Style"
|
147 |
msgstr ""
|
148 |
|
149 |
-
#: add-to-any.php:
|
150 |
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."
|
151 |
msgstr ""
|
152 |
|
153 |
-
#: add-to-any.php:
|
154 |
msgid "Open the Add to Any Menu Styler in a new window"
|
155 |
msgstr ""
|
156 |
|
157 |
-
#: add-to-any.php:
|
158 |
msgid "Open Menu Styler"
|
159 |
msgstr ""
|
160 |
|
161 |
-
#: add-to-any.php:
|
162 |
msgid "Menu Options"
|
163 |
msgstr ""
|
164 |
|
165 |
-
#: add-to-any.php:
|
166 |
msgid "Hide embedded objects (Flash, video, etc.) that intersect with the menu when displayed"
|
167 |
msgstr ""
|
168 |
|
169 |
-
#: add-to-any.php:
|
170 |
msgid "Show the title of the post (or page) within the menu"
|
171 |
msgstr ""
|
172 |
|
173 |
-
#: add-to-any.php:
|
174 |
msgid "Only show the menu when the user clicks the Share/Save button"
|
175 |
msgstr ""
|
176 |
|
177 |
-
#: add-to-any.php:
|
178 |
msgid "Open the addtoany.com menu page in a new tab or window if the user clicks the Share/Save button"
|
179 |
msgstr ""
|
180 |
|
181 |
-
#: add-to-any.php:
|
182 |
msgid "Additional Options"
|
183 |
msgstr ""
|
184 |
|
185 |
-
#: add-to-any.php:
|
186 |
msgid "Paste the code from Add to Any's Menu Styler in the box below!"
|
187 |
msgstr ""
|
188 |
|
189 |
-
#: add-to-any.php:
|
190 |
msgid "Below you can set special JavaScript variables to apply to each Share/Save menu."
|
191 |
msgstr ""
|
192 |
|
193 |
-
#: add-to-any.php:
|
194 |
msgid "Advanced users might want to explore Add to Any's <a href=\"http://www.addtoany.com/buttons/api/\" target=\"_blank\">JavaScript API</a>."
|
195 |
msgstr ""
|
196 |
|
197 |
-
#: add-to-any.php:
|
198 |
msgid "<strong>Note</strong>: If you're adding new code, be careful not to accidentally overwrite any previous code.</label>"
|
199 |
msgstr ""
|
200 |
|
201 |
-
#: add-to-any.php:
|
202 |
msgid "Save Changes"
|
203 |
msgstr ""
|
204 |
|
205 |
-
#: add-to-any.php:
|
206 |
msgid "Like this plugin?"
|
207 |
msgstr ""
|
208 |
|
209 |
-
#: add-to-any.php:
|
210 |
msgid "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Give it a good rating</a> on WordPress.org."
|
211 |
msgstr ""
|
212 |
|
213 |
-
#: add-to-any.php:
|
214 |
msgid "<a href=\"http://www.addtoany.com/share_save?linkname=WordPress%20Share%20Plugin%20by%20AddToAny.com&linkurl=http%3A%2F%2Fwordpress.org%2Fextend%2Fplugins%2Fadd-to-any%2F\">Share it</a> with your friends."
|
215 |
msgstr ""
|
216 |
|
217 |
-
#: add-to-any.php:
|
218 |
msgid "Need support?"
|
219 |
msgstr ""
|
220 |
|
221 |
-
#: add-to-any.php:
|
222 |
msgid "See the <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">FAQs</a>."
|
223 |
msgstr ""
|
224 |
|
225 |
-
#: add-to-any.php:
|
226 |
msgid "Search the <a href=\"http://wordpress.org/tags/add-to-any\">support forums</a>."
|
227 |
msgstr ""
|
228 |
|
229 |
-
#: add-to-any.php:
|
230 |
msgid "Add/Remove Services"
|
231 |
msgstr ""
|
232 |
|
233 |
-
#: add-to-any.php:
|
234 |
msgid "Share/Save"
|
235 |
msgstr ""
|
236 |
|
237 |
-
#: add-to-any.php:
|
238 |
msgid "Share/Save Buttons"
|
239 |
msgstr ""
|
240 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: add-to-any\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2009-05-19 16:37-0800\n"
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: MicroPat\n"
|
8 |
"Language-Team: \n"
|
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:372
|
89 |
msgid "Settings saved."
|
90 |
msgstr ""
|
91 |
|
92 |
+
#: add-to-any.php:383
|
93 |
msgid "Add to Any: Share/Save "
|
94 |
msgstr ""
|
95 |
|
96 |
+
#: add-to-any.php:383
|
97 |
+
#: add-to-any.php:736
|
98 |
msgid "Settings"
|
99 |
msgstr ""
|
100 |
|
101 |
+
#: add-to-any.php:393
|
102 |
msgid "Standalone Services"
|
103 |
msgstr ""
|
104 |
|
105 |
+
#: add-to-any.php:398
|
106 |
msgid "Choose the services you want below. Click a chosen service again to remove. Reorder services by dragging and dropping as they appear above."
|
107 |
msgstr ""
|
108 |
|
109 |
+
#: add-to-any.php:417
|
110 |
msgid "Button"
|
111 |
msgstr ""
|
112 |
|
113 |
+
#: add-to-any.php:456
|
114 |
msgid "Image URL"
|
115 |
msgstr ""
|
116 |
|
117 |
+
#: add-to-any.php:463
|
118 |
msgid "Text only"
|
119 |
msgstr ""
|
120 |
|
121 |
+
#: add-to-any.php:471
|
122 |
msgid "Placement"
|
123 |
msgstr ""
|
124 |
|
125 |
+
#: add-to-any.php:480
|
126 |
msgid "Display Share/Save button at the bottom of posts"
|
127 |
msgstr ""
|
128 |
|
129 |
+
#: add-to-any.php:487
|
130 |
msgid "Display Share/Save button at the bottom of posts on the front page"
|
131 |
msgstr ""
|
132 |
|
133 |
+
#: add-to-any.php:494
|
134 |
msgid "Display Share/Save button at the bottom of posts in the feed"
|
135 |
msgstr ""
|
136 |
|
137 |
+
#: add-to-any.php:498
|
138 |
msgid "Display Share/Save button at the bottom of pages"
|
139 |
msgstr ""
|
140 |
|
141 |
+
#: add-to-any.php:502
|
142 |
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>)"
|
143 |
msgstr ""
|
144 |
|
145 |
+
#: add-to-any.php:511
|
146 |
msgid "Menu Style"
|
147 |
msgstr ""
|
148 |
|
149 |
+
#: add-to-any.php:513
|
150 |
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."
|
151 |
msgstr ""
|
152 |
|
153 |
+
#: add-to-any.php:515
|
154 |
msgid "Open the Add to Any Menu Styler in a new window"
|
155 |
msgstr ""
|
156 |
|
157 |
+
#: add-to-any.php:517
|
158 |
msgid "Open Menu Styler"
|
159 |
msgstr ""
|
160 |
|
161 |
+
#: add-to-any.php:522
|
162 |
msgid "Menu Options"
|
163 |
msgstr ""
|
164 |
|
165 |
+
#: add-to-any.php:527
|
166 |
msgid "Hide embedded objects (Flash, video, etc.) that intersect with the menu when displayed"
|
167 |
msgstr ""
|
168 |
|
169 |
+
#: add-to-any.php:532
|
170 |
msgid "Show the title of the post (or page) within the menu"
|
171 |
msgstr ""
|
172 |
|
173 |
+
#: add-to-any.php:539
|
174 |
msgid "Only show the menu when the user clicks the Share/Save button"
|
175 |
msgstr ""
|
176 |
|
177 |
+
#: add-to-any.php:545
|
178 |
msgid "Open the addtoany.com menu page in a new tab or window if the user clicks the Share/Save button"
|
179 |
msgstr ""
|
180 |
|
181 |
+
#: add-to-any.php:550
|
182 |
msgid "Additional Options"
|
183 |
msgstr ""
|
184 |
|
185 |
+
#: add-to-any.php:554
|
186 |
msgid "Paste the code from Add to Any's Menu Styler in the box below!"
|
187 |
msgstr ""
|
188 |
|
189 |
+
#: add-to-any.php:558
|
190 |
msgid "Below you can set special JavaScript variables to apply to each Share/Save menu."
|
191 |
msgstr ""
|
192 |
|
193 |
+
#: add-to-any.php:559
|
194 |
msgid "Advanced users might want to explore Add to Any's <a href=\"http://www.addtoany.com/buttons/api/\" target=\"_blank\">JavaScript API</a>."
|
195 |
msgstr ""
|
196 |
|
197 |
+
#: add-to-any.php:565
|
198 |
msgid "<strong>Note</strong>: If you're adding new code, be careful not to accidentally overwrite any previous code.</label>"
|
199 |
msgstr ""
|
200 |
|
201 |
+
#: add-to-any.php:572
|
202 |
msgid "Save Changes"
|
203 |
msgstr ""
|
204 |
|
205 |
+
#: add-to-any.php:577
|
206 |
msgid "Like this plugin?"
|
207 |
msgstr ""
|
208 |
|
209 |
+
#: add-to-any.php:578
|
210 |
msgid "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Give it a good rating</a> on WordPress.org."
|
211 |
msgstr ""
|
212 |
|
213 |
+
#: add-to-any.php:579
|
214 |
msgid "<a href=\"http://www.addtoany.com/share_save?linkname=WordPress%20Share%20Plugin%20by%20AddToAny.com&linkurl=http%3A%2F%2Fwordpress.org%2Fextend%2Fplugins%2Fadd-to-any%2F\">Share it</a> with your friends."
|
215 |
msgstr ""
|
216 |
|
217 |
+
#: add-to-any.php:581
|
218 |
msgid "Need support?"
|
219 |
msgstr ""
|
220 |
|
221 |
+
#: add-to-any.php:582
|
222 |
msgid "See the <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">FAQs</a>."
|
223 |
msgstr ""
|
224 |
|
225 |
+
#: add-to-any.php:583
|
226 |
msgid "Search the <a href=\"http://wordpress.org/tags/add-to-any\">support forums</a>."
|
227 |
msgstr ""
|
228 |
|
229 |
+
#: add-to-any.php:690
|
230 |
msgid "Add/Remove Services"
|
231 |
msgstr ""
|
232 |
|
233 |
+
#: add-to-any.php:736
|
234 |
msgid "Share/Save"
|
235 |
msgstr ""
|
236 |
|
237 |
+
#: add-to-any.php:737
|
238 |
msgid "Share/Save Buttons"
|
239 |
msgstr ""
|
240 |
|