Version Description
Download this release
Release Info
Developer | micropat |
Plugin | AddToAny Share Buttons |
Version | 0.9.9.5.9 |
Comparing to | |
See all releases |
Code changes from version 0.9.9.5.7 to 0.9.9.5.9
- README.txt +14 -4
- add-to-any.php +27 -24
- languages/add-to-any-ar.po +76 -75
- languages/add-to-any-be.po +77 -75
- languages/add-to-any-ca.po +77 -75
- languages/add-to-any-da_DK.po +77 -75
- languages/add-to-any-de.po +71 -75
- languages/add-to-any-es_ES.po +78 -75
- languages/add-to-any-fr_FR.po +78 -75
- languages/add-to-any-it_IT.po +79 -75
- languages/add-to-any-ja.po +76 -75
- languages/add-to-any-pt_BR.po +78 -75
- languages/add-to-any-pt_PT.po +78 -75
- languages/add-to-any-ro_RO.po +78 -75
- languages/add-to-any-ru_RU.mo +0 -0
- languages/add-to-any-ru_RU.po +102 -100
- languages/add-to-any-sq_AL.po +78 -75
- languages/add-to-any-zh_CN.po +76 -75
- languages/add-to-any.po +71 -75
README.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: micropat
|
|
3 |
Tags: sharing, share, sharethis, bookmarking, social, social bookmarking, social bookmarks, bookmark, bookmarks, save, Post, posts, page, pages, images, image, admin, statistics, stats, links, plugin, widget, e-mail, email, seo, button, delicious, google buzz, buzz, google, digg, reddit, facebook, myspace, twitter, stumbleupon, technorati, icon, icons, wpmu, addtoany, add, any
|
4 |
Requires at least: 2.0
|
5 |
Tested up to: 3.0
|
6 |
-
Stable tag: 0.9.9.5.
|
7 |
|
8 |
Help people share, bookmark, and email your posts & pages using any service, such as Facebook, Twitter, Google Buzz, Digg and many more.
|
9 |
|
@@ -145,7 +145,7 @@ If your button isn't already set up to appear (it is by default), insert the fol
|
|
145 |
|
146 |
Facebook does link sharing a little differently than most other services. Facebook will sometimes use the Meta Description of a shared page instead of the page's title or the title you have set for AddToAny.
|
147 |
|
148 |
-
To change the title, description and/or image on Facebook, you will need to modify your theme header file according to <a href="http://wiki.developers.facebook.com/index.php/Facebook_Share/Specifying_Meta_Tags">Facebook's specification</a>. With WordPress, this can be accomplished with plugins like the <a href="http://wordpress.org/extend/plugins/all-in-one-seo-pack/">All in One SEO Pack plugin</a>. Please see that plugin
|
149 |
|
150 |
= Does the plugin output W3C valid code? =
|
151 |
|
@@ -157,9 +157,9 @@ If you move the plugin's CSS code to your theme's stylesheet, note that one prop
|
|
157 |
|
158 |
Go to `Settings` > `Share/Save Buttons` > uncheck `Use inline CSS` and place the CSS code in your theme's main stylesheet.
|
159 |
|
160 |
-
= Why
|
161 |
|
162 |
-
|
163 |
|
164 |
== Screenshots ==
|
165 |
|
@@ -171,6 +171,16 @@ This is done to overcome browser limitations that prevent the drop-down menu fro
|
|
171 |
|
172 |
== Changelog ==
|
173 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
174 |
= .9.9.5.7 =
|
175 |
* Work around "Featured Posts" excerpt scenarios that would stop button auto-placement below post content
|
176 |
* Work around WP core issue to use HTTPS/SSL for static content files, like standalone icons and files in admin
|
3 |
Tags: sharing, share, sharethis, bookmarking, social, social bookmarking, social bookmarks, bookmark, bookmarks, save, Post, posts, page, pages, images, image, admin, statistics, stats, links, plugin, widget, e-mail, email, seo, button, delicious, google buzz, buzz, google, digg, reddit, facebook, myspace, twitter, stumbleupon, technorati, icon, icons, wpmu, addtoany, add, any
|
4 |
Requires at least: 2.0
|
5 |
Tested up to: 3.0
|
6 |
+
Stable tag: 0.9.9.5.9
|
7 |
|
8 |
Help people share, bookmark, and email your posts & pages using any service, such as Facebook, Twitter, Google Buzz, Digg and many more.
|
9 |
|
145 |
|
146 |
Facebook does link sharing a little differently than most other services. Facebook will sometimes use the Meta Description of a shared page instead of the page's title or the title you have set for AddToAny.
|
147 |
|
148 |
+
To change the title, description and/or image on Facebook, you will need to modify your theme header file according to <a href="http://wiki.developers.facebook.com/index.php/Facebook_Share/Specifying_Meta_Tags">Facebook's specification</a>. With WordPress, this can be accomplished with plugins like the <a href="http://wordpress.org/extend/plugins/all-in-one-seo-pack/">All in One SEO Pack plugin</a>. Please see that plugin for details, and post in the WordPress or plugin author's forums for more support.
|
149 |
|
150 |
= Does the plugin output W3C valid code? =
|
151 |
|
157 |
|
158 |
Go to `Settings` > `Share/Save Buttons` > uncheck `Use inline CSS` and place the CSS code in your theme's main stylesheet.
|
159 |
|
160 |
+
= Why does the menu appear behind embedded objects (like Flash)? =
|
161 |
|
162 |
+
Please read <a href="http://www.addtoany.com/buttons/customize/show_over_embeds">this document</a> for an explanation and possible fix. For WordPress, an easier fix is to have AddToAny <a href="http://www.addtoany.com/buttons/customize/hide_embeds">hide intersecting embedded objects</a>. Just copy & paste the recommended code into the Additional Options box in `Settings` > `Share/Save Buttons`, then save changes.
|
163 |
|
164 |
== Screenshots ==
|
165 |
|
171 |
|
172 |
== Changelog ==
|
173 |
|
174 |
+
= .9.9.5.9 =
|
175 |
+
* Nonce validation for admin form
|
176 |
+
* Fixes for debug mode notices
|
177 |
+
* Russian translation updated (by Elvis)
|
178 |
+
|
179 |
+
= .9.9.5.8 =
|
180 |
+
* Wrap inline JavaScript in CDATA section for better XHTML compliance
|
181 |
+
* Depreciate embedded object hiding option in favor of Menu API due to a new automatic workaround and a change in default value
|
182 |
+
* If you need to have AddToAny hide objects (like Flash) to display the AddToAny menu, set a2a_config.hide_embeds = 1; in the Additional Options box
|
183 |
+
|
184 |
= .9.9.5.7 =
|
185 |
* Work around "Featured Posts" excerpt scenarios that would stop button auto-placement below post content
|
186 |
* Work around WP core issue to use HTTPS/SSL for static content files, like standalone icons and files in admin
|
add-to-any.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: AddToAny: Share/Bookmark/Email Button
|
4 |
Plugin URI: http://www.addtoany.com/
|
5 |
Description: Help people share, bookmark, and email your posts & pages using any service, such as Facebook, Twitter, Google Buzz, Digg and many more. [<a href="options-general.php?page=add-to-any.php">Settings</a>]
|
6 |
-
Version: .9.9.5.
|
7 |
Author: AddToAny
|
8 |
Author URI: http://www.addtoany.com/
|
9 |
*/
|
@@ -77,8 +77,11 @@ function ADDTOANY_SHARE_SAVE_KIT( $args = false ) {
|
|
77 |
|
78 |
function ADDTOANY_SHARE_SAVE_ICONS( $args = array() ) {
|
79 |
// $args array: output_later, html_container_open, html_container_close, html_wrap_open, html_wrap_close, linkname, linkurl
|
80 |
-
|
81 |
-
$
|
|
|
|
|
|
|
82 |
|
83 |
global $A2A_SHARE_SAVE_plugin_url_path, $A2A_SHARE_SAVE_services;
|
84 |
|
@@ -130,7 +133,7 @@ function ADDTOANY_SHARE_SAVE_ICONS( $args = array() ) {
|
|
130 |
$ind_html .= apply_filters('addtoany_link', $link);
|
131 |
}
|
132 |
|
133 |
-
$ind_html .= $args['html_container_close'];
|
134 |
|
135 |
if (isset($args['output_later']))
|
136 |
return $ind_html;
|
@@ -144,10 +147,14 @@ function ADDTOANY_SHARE_SAVE_BUTTON( $args = array() ) {
|
|
144 |
|
145 |
global $A2A_SHARE_SAVE_plugin_url_path, $A2A_SHARE_SAVE_services;
|
146 |
|
|
|
|
|
|
|
|
|
147 |
// Make available services extensible via plugins, themes (functions.php), etc.
|
148 |
$A2A_SHARE_SAVE_services = apply_filters('A2A_SHARE_SAVE_services', $A2A_SHARE_SAVE_services);
|
149 |
|
150 |
-
$args = array_merge($args, A2A_SHARE_SAVE_link_vars($
|
151 |
|
152 |
/* AddToAny button */
|
153 |
|
@@ -188,7 +195,7 @@ function ADDTOANY_SHARE_SAVE_BUTTON( $args = array() ) {
|
|
188 |
$button = '<img src="'.$button_src.'"'.$button_width.$button_height.' alt="Share/Bookmark"/>';
|
189 |
}
|
190 |
|
191 |
-
$button_html = $
|
192 |
.'linkurl='.$args['linkurl_enc']
|
193 |
.'&linkname='.$args['linkname_enc']
|
194 |
.'"' . $style . $button_target
|
@@ -213,18 +220,17 @@ function ADDTOANY_SHARE_SAVE_BUTTON( $args = array() ) {
|
|
213 |
$additional_js = get_option('A2A_SHARE_SAVE_additional_js_variables');
|
214 |
$external_script_call = (($cache) ? 'a2a_config.static_server="' . $static_server . '";' . "\n" : '' )
|
215 |
. ((get_option('A2A_SHARE_SAVE_onclick')=='1') ? 'a2a_config.onclick=1;' . "\n" : '')
|
216 |
-
. ((get_option('A2A_SHARE_SAVE_hide_embeds')=='-1') ? 'a2a_config.hide_embeds=0;' . "\n" : '')
|
217 |
. ((get_option('A2A_SHARE_SAVE_show_title')=='1') ? 'a2a_config.show_title=1;' . "\n" : '')
|
218 |
. (($additional_js) ? stripslashes($additional_js) . "\n" : '')
|
219 |
-
. '</script><script type="text/javascript" src="' . $static_server . '/page.js"></script>';
|
220 |
$A2A_SHARE_SAVE_external_script_called = true;
|
221 |
}
|
222 |
else {
|
223 |
-
$external_script_call =
|
224 |
$initial_js = '';
|
225 |
}
|
226 |
|
227 |
-
$button_javascript = "\n" . '<script type="text/javascript">' . "\n"
|
228 |
. $initial_js
|
229 |
. A2A_menu_locale()
|
230 |
. 'a2a_config.linkname="' . js_escape($args['linkname']) . '";' . "\n"
|
@@ -525,13 +531,15 @@ function A2A_SHARE_SAVE_options_page() {
|
|
525 |
// Make available services extensible via plugins, themes (functions.php), etc.
|
526 |
$A2A_SHARE_SAVE_services = apply_filters('A2A_SHARE_SAVE_services', $A2A_SHARE_SAVE_services);
|
527 |
|
528 |
-
if( $_POST[
|
529 |
-
|
|
|
|
|
|
|
530 |
update_option( 'A2A_SHARE_SAVE_display_in_posts_on_front_page', ($_POST['A2A_SHARE_SAVE_display_in_posts_on_front_page']=='1') ? '1':'-1' );
|
531 |
update_option( 'A2A_SHARE_SAVE_display_in_posts', ($_POST['A2A_SHARE_SAVE_display_in_posts']=='1') ? '1':'-1' );
|
532 |
update_option( 'A2A_SHARE_SAVE_display_in_pages', ($_POST['A2A_SHARE_SAVE_display_in_pages']=='1') ? '1':'-1' );
|
533 |
update_option( 'A2A_SHARE_SAVE_display_in_feed', ($_POST['A2A_SHARE_SAVE_display_in_feed']=='1') ? '1':'-1' );
|
534 |
-
update_option( 'A2A_SHARE_SAVE_hide_embeds', ($_POST['A2A_SHARE_SAVE_hide_embeds']=='1') ? '1':'-1' );
|
535 |
update_option( 'A2A_SHARE_SAVE_show_title', ($_POST['A2A_SHARE_SAVE_show_title']=='1') ? '1':'-1' );
|
536 |
update_option( 'A2A_SHARE_SAVE_onclick', ($_POST['A2A_SHARE_SAVE_onclick']=='1') ? '1':'-1' );
|
537 |
update_option( 'A2A_SHARE_SAVE_button_opens_new_window', ($_POST['A2A_SHARE_SAVE_button_opens_new_window']=='1') ? '1':'-1' );
|
@@ -579,14 +587,14 @@ function A2A_SHARE_SAVE_options_page() {
|
|
579 |
<?php A2A_wp_footer_check(); ?>
|
580 |
|
581 |
<div class="wrap">
|
582 |
-
|
|
|
|
|
583 |
<h2><?php _e( 'AddToAny: Share/Save ', 'add-to-any' ) . _e( 'Settings' ); ?></h2>
|
584 |
|
585 |
<form method="post" action="">
|
586 |
|
587 |
-
<?php wp_nonce_field('
|
588 |
-
|
589 |
-
<input type="hidden" name="A2A_SHARE_SAVE_submit_hidden" value="Y">
|
590 |
|
591 |
<table class="form-table">
|
592 |
<?php if ($wp_version >= "2.6") { /* Must be on WP 2.6+ */ ?>
|
@@ -730,11 +738,6 @@ function A2A_SHARE_SAVE_options_page() {
|
|
730 |
<tr valign="top">
|
731 |
<th scope="row"><?php _e('Menu Options', 'add-to-any'); ?></th>
|
732 |
<td><fieldset>
|
733 |
-
<label>
|
734 |
-
<input name="A2A_SHARE_SAVE_hide_embeds"
|
735 |
-
type="checkbox"<?php if(get_option('A2A_SHARE_SAVE_hide_embeds')!='-1') echo ' checked="checked"'; ?> value="1"/>
|
736 |
-
<?php _e('Hide embedded objects (Flash, video, etc.) that intersect with the menu when displayed', 'add-to-any'); ?>
|
737 |
-
</label><br />
|
738 |
<label>
|
739 |
<input name="A2A_SHARE_SAVE_show_title"
|
740 |
type="checkbox"<?php if(get_option('A2A_SHARE_SAVE_show_title')=='1') echo ' checked="checked"'; ?> value="1"/>
|
@@ -899,7 +902,7 @@ function A2A_SHARE_SAVE_admin_head() {
|
|
899 |
|
900 |
// Auto-select active services
|
901 |
<?php
|
902 |
-
$admin_services_saved = is_array($_POST['A2A_SHARE_SAVE_active_services']) || isset($_POST['
|
903 |
$active_services = ( $admin_services_saved )
|
904 |
? $_POST['A2A_SHARE_SAVE_active_services'] : get_option('A2A_SHARE_SAVE_active_services');
|
905 |
if( !$active_services )
|
@@ -974,7 +977,7 @@ function A2A_SHARE_SAVE_add_menu_link() {
|
|
974 |
add_options_page(
|
975 |
'AddToAny: '. __("Share/Save", "add-to-any"). " " . __("Settings")
|
976 |
, __("Share/Save Buttons", "add-to-any")
|
977 |
-
,
|
978 |
, basename(__FILE__)
|
979 |
, 'A2A_SHARE_SAVE_options_page'
|
980 |
);
|
3 |
Plugin Name: AddToAny: Share/Bookmark/Email Button
|
4 |
Plugin URI: http://www.addtoany.com/
|
5 |
Description: Help people share, bookmark, and email your posts & pages using any service, such as Facebook, Twitter, Google Buzz, Digg and many more. [<a href="options-general.php?page=add-to-any.php">Settings</a>]
|
6 |
+
Version: .9.9.5.9
|
7 |
Author: AddToAny
|
8 |
Author URI: http://www.addtoany.com/
|
9 |
*/
|
77 |
|
78 |
function ADDTOANY_SHARE_SAVE_ICONS( $args = array() ) {
|
79 |
// $args array: output_later, html_container_open, html_container_close, html_wrap_open, html_wrap_close, linkname, linkurl
|
80 |
+
|
81 |
+
$linkname = (isset($args['linkname'])) ? $args['linkname'] : FALSE;
|
82 |
+
$linkurl = (isset($args['linkurl'])) ? $args['linkurl'] : FALSE;
|
83 |
+
|
84 |
+
$args = array_merge($args, A2A_SHARE_SAVE_link_vars($linkname, $linkurl)); // linkname_enc, etc.
|
85 |
|
86 |
global $A2A_SHARE_SAVE_plugin_url_path, $A2A_SHARE_SAVE_services;
|
87 |
|
133 |
$ind_html .= apply_filters('addtoany_link', $link);
|
134 |
}
|
135 |
|
136 |
+
$ind_html .= (isset($args['html_container_close'])) ? $args['html_container_close'] : "";
|
137 |
|
138 |
if (isset($args['output_later']))
|
139 |
return $ind_html;
|
147 |
|
148 |
global $A2A_SHARE_SAVE_plugin_url_path, $A2A_SHARE_SAVE_services;
|
149 |
|
150 |
+
$linkname = (isset($args['linkname'])) ? $args['linkname'] : FALSE;
|
151 |
+
$linkurl = (isset($args['linkurl'])) ? $args['linkurl'] : FALSE;
|
152 |
+
$html_container_open = (isset($args['html_container_open'])) ? $args['html_container_open'] : '';
|
153 |
+
|
154 |
// Make available services extensible via plugins, themes (functions.php), etc.
|
155 |
$A2A_SHARE_SAVE_services = apply_filters('A2A_SHARE_SAVE_services', $A2A_SHARE_SAVE_services);
|
156 |
|
157 |
+
$args = array_merge($args, A2A_SHARE_SAVE_link_vars($linkname, $linkurl));; // linkname_enc, etc.
|
158 |
|
159 |
/* AddToAny button */
|
160 |
|
195 |
$button = '<img src="'.$button_src.'"'.$button_width.$button_height.' alt="Share/Bookmark"/>';
|
196 |
}
|
197 |
|
198 |
+
$button_html = $html_container_open.$args['html_wrap_open'].'<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?'
|
199 |
.'linkurl='.$args['linkurl_enc']
|
200 |
.'&linkname='.$args['linkname_enc']
|
201 |
.'"' . $style . $button_target
|
220 |
$additional_js = get_option('A2A_SHARE_SAVE_additional_js_variables');
|
221 |
$external_script_call = (($cache) ? 'a2a_config.static_server="' . $static_server . '";' . "\n" : '' )
|
222 |
. ((get_option('A2A_SHARE_SAVE_onclick')=='1') ? 'a2a_config.onclick=1;' . "\n" : '')
|
|
|
223 |
. ((get_option('A2A_SHARE_SAVE_show_title')=='1') ? 'a2a_config.show_title=1;' . "\n" : '')
|
224 |
. (($additional_js) ? stripslashes($additional_js) . "\n" : '')
|
225 |
+
. "//]]>" . '</script><script type="text/javascript" src="' . $static_server . '/page.js"></script>';
|
226 |
$A2A_SHARE_SAVE_external_script_called = true;
|
227 |
}
|
228 |
else {
|
229 |
+
$external_script_call = "a2a.init('page');\n//]]></script>";
|
230 |
$initial_js = '';
|
231 |
}
|
232 |
|
233 |
+
$button_javascript = "\n" . '<script type="text/javascript">' . "//<![CDATA[\n"
|
234 |
. $initial_js
|
235 |
. A2A_menu_locale()
|
236 |
. 'a2a_config.linkname="' . js_escape($args['linkname']) . '";' . "\n"
|
531 |
// Make available services extensible via plugins, themes (functions.php), etc.
|
532 |
$A2A_SHARE_SAVE_services = apply_filters('A2A_SHARE_SAVE_services', $A2A_SHARE_SAVE_services);
|
533 |
|
534 |
+
if ( isset($_POST['Submit'])) {
|
535 |
+
|
536 |
+
// Nonce verification
|
537 |
+
check_admin_referer('add-to-any-dupdate-options');
|
538 |
+
|
539 |
update_option( 'A2A_SHARE_SAVE_display_in_posts_on_front_page', ($_POST['A2A_SHARE_SAVE_display_in_posts_on_front_page']=='1') ? '1':'-1' );
|
540 |
update_option( 'A2A_SHARE_SAVE_display_in_posts', ($_POST['A2A_SHARE_SAVE_display_in_posts']=='1') ? '1':'-1' );
|
541 |
update_option( 'A2A_SHARE_SAVE_display_in_pages', ($_POST['A2A_SHARE_SAVE_display_in_pages']=='1') ? '1':'-1' );
|
542 |
update_option( 'A2A_SHARE_SAVE_display_in_feed', ($_POST['A2A_SHARE_SAVE_display_in_feed']=='1') ? '1':'-1' );
|
|
|
543 |
update_option( 'A2A_SHARE_SAVE_show_title', ($_POST['A2A_SHARE_SAVE_show_title']=='1') ? '1':'-1' );
|
544 |
update_option( 'A2A_SHARE_SAVE_onclick', ($_POST['A2A_SHARE_SAVE_onclick']=='1') ? '1':'-1' );
|
545 |
update_option( 'A2A_SHARE_SAVE_button_opens_new_window', ($_POST['A2A_SHARE_SAVE_button_opens_new_window']=='1') ? '1':'-1' );
|
587 |
<?php A2A_wp_footer_check(); ?>
|
588 |
|
589 |
<div class="wrap">
|
590 |
+
|
591 |
+
<div id="icon-options-general" class="icon32"></div>
|
592 |
+
|
593 |
<h2><?php _e( 'AddToAny: Share/Save ', 'add-to-any' ) . _e( 'Settings' ); ?></h2>
|
594 |
|
595 |
<form method="post" action="">
|
596 |
|
597 |
+
<?php wp_nonce_field('add-to-any-dupdate-options'); ?>
|
|
|
|
|
598 |
|
599 |
<table class="form-table">
|
600 |
<?php if ($wp_version >= "2.6") { /* Must be on WP 2.6+ */ ?>
|
738 |
<tr valign="top">
|
739 |
<th scope="row"><?php _e('Menu Options', 'add-to-any'); ?></th>
|
740 |
<td><fieldset>
|
|
|
|
|
|
|
|
|
|
|
741 |
<label>
|
742 |
<input name="A2A_SHARE_SAVE_show_title"
|
743 |
type="checkbox"<?php if(get_option('A2A_SHARE_SAVE_show_title')=='1') echo ' checked="checked"'; ?> value="1"/>
|
902 |
|
903 |
// Auto-select active services
|
904 |
<?php
|
905 |
+
$admin_services_saved = is_array($_POST['A2A_SHARE_SAVE_active_services']) || isset($_POST['Submit']);
|
906 |
$active_services = ( $admin_services_saved )
|
907 |
? $_POST['A2A_SHARE_SAVE_active_services'] : get_option('A2A_SHARE_SAVE_active_services');
|
908 |
if( !$active_services )
|
977 |
add_options_page(
|
978 |
'AddToAny: '. __("Share/Save", "add-to-any"). " " . __("Settings")
|
979 |
, __("Share/Save Buttons", "add-to-any")
|
980 |
+
, 'activate_plugins'
|
981 |
, basename(__FILE__)
|
982 |
, 'A2A_SHARE_SAVE_options_page'
|
983 |
);
|
languages/add-to-any-ar.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: 2010-
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: Pat <no@no.com>\n"
|
8 |
"Language-Team: \n"
|
@@ -13,264 +13,265 @@ msgstr ""
|
|
13 |
"X-Poedit-Basepath: ../\n"
|
14 |
"X-Poedit-SearchPath-0: .\n"
|
15 |
|
16 |
-
#: add-to-any.php:
|
17 |
msgid "Share"
|
18 |
msgstr "نشر"
|
19 |
|
20 |
-
#: add-to-any.php:
|
21 |
msgid "Save"
|
22 |
msgstr "حفظ"
|
23 |
|
24 |
-
#: add-to-any.php:
|
25 |
msgid "Subscribe"
|
26 |
msgstr "تابع"
|
27 |
|
28 |
-
#: add-to-any.php:
|
29 |
msgid "E-mail"
|
30 |
msgstr "رسالة بريدية"
|
31 |
|
32 |
-
#: add-to-any.php:
|
33 |
msgid "Bookmark"
|
34 |
msgstr "مفضلة"
|
35 |
|
36 |
-
#: add-to-any.php:
|
37 |
msgid "Show all"
|
38 |
msgstr "عرض الكل"
|
39 |
|
40 |
-
#: add-to-any.php:
|
41 |
msgid "Show less"
|
42 |
msgstr "عرض أقل"
|
43 |
|
44 |
-
#: add-to-any.php:
|
45 |
msgid "Find service(s)"
|
46 |
msgstr "أبحث عن خدمة"
|
47 |
|
48 |
-
#: add-to-any.php:
|
49 |
msgid "Instantly find any service to add to"
|
50 |
msgstr ""
|
51 |
|
52 |
-
#: add-to-any.php:
|
53 |
msgid "Powered by"
|
54 |
msgstr "بواسطة"
|
55 |
|
56 |
-
#: add-to-any.php:
|
57 |
msgid "Share via e-mail"
|
58 |
msgstr "أرسال على البريد"
|
59 |
|
60 |
-
#: add-to-any.php:
|
61 |
msgid "Subscribe via e-mail"
|
62 |
msgstr "تابع عبر البريد"
|
63 |
|
64 |
-
#: add-to-any.php:
|
65 |
msgid "Bookmark in your browser"
|
66 |
msgstr "أضف للمفضلة بالمتصفح"
|
67 |
|
68 |
-
#: add-to-any.php:
|
69 |
msgid "Press Ctrl+D or ⌘+D to bookmark this page"
|
70 |
msgstr "أضغط Ctrl+D أو ⌘+D لحفظ هذه الصفحة بالمفضلة"
|
71 |
|
72 |
-
#: add-to-any.php:
|
73 |
msgid "Add to your favorites"
|
74 |
msgstr "أضف لمفضلتك"
|
75 |
|
76 |
-
#: add-to-any.php:
|
77 |
msgid "Send from any e-mail address or e-mail program"
|
78 |
msgstr "أرسال من اي برنامج بريد أو أي عنوان بريدي"
|
79 |
|
80 |
-
#: add-to-any.php:
|
81 |
msgid "E-mail program"
|
82 |
msgstr "برنامج بريدي"
|
83 |
|
84 |
-
#: add-to-any.php:
|
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 "تصميمك يحتاج لتعديلز لتعديل تصميمك, أستخدم <a href=\"theme-editor.php\">محرر التصميم</a> لإضافة <code><?php wp_footer(); ?></code> just before the <code></body></code> في ملف <code>footer.php</code>."
|
87 |
|
88 |
-
#: add-to-any.php:
|
89 |
#, php-format
|
90 |
msgid "Unable to create directory %s. Is its parent directory writable by the server?"
|
91 |
msgstr ""
|
92 |
|
93 |
-
#: add-to-any.php:
|
94 |
-
#: add-to-any.php:
|
95 |
-
#: add-to-any.php:
|
96 |
-
#: add-to-any.php:
|
97 |
-
#: add-to-any.php:
|
98 |
-
#: add-to-any.php:
|
99 |
msgid "Share/Bookmark"
|
100 |
msgstr "مفضلة"
|
101 |
|
102 |
-
#: add-to-any.php:
|
103 |
msgid "Settings saved."
|
104 |
msgstr "تم حفظ الأعدادات"
|
105 |
|
106 |
-
#: add-to-any.php:
|
107 |
msgid "AddToAny: Share/Save "
|
108 |
msgstr "أضف إلى: نشر/حفظ"
|
109 |
|
110 |
-
#: add-to-any.php:
|
111 |
-
#: add-to-any.php:
|
112 |
-
#: add-to-any.php:
|
113 |
msgid "Settings"
|
114 |
msgstr "الأعدادات"
|
115 |
|
116 |
-
#: add-to-any.php:
|
117 |
msgid "Standalone Services"
|
118 |
msgstr "خدمات قائمة بذاتها"
|
119 |
|
120 |
-
#: add-to-any.php:
|
121 |
msgid "Choose the services you want below. Click a chosen service again to remove. Reorder services by dragging and dropping as they appear above."
|
122 |
msgstr "أختر الخدمات من الأسفل. أضغط لتختار الخدمة وأضغط مرة اخرى لألغائها. رتب الخدمات بأستخدام الفائرة."
|
123 |
|
124 |
-
#: add-to-any.php:
|
125 |
msgid "Button"
|
126 |
msgstr "زر"
|
127 |
|
128 |
-
#: add-to-any.php:
|
129 |
msgid "Image URL"
|
130 |
msgstr "رابط صورة"
|
131 |
|
132 |
-
#: add-to-any.php:
|
133 |
msgid "Text only"
|
134 |
msgstr "نص فقط"
|
135 |
|
136 |
-
#: add-to-any.php:
|
137 |
msgid "Placement"
|
138 |
msgstr "مكان العرض"
|
139 |
|
140 |
-
#: add-to-any.php:
|
141 |
msgid "Display Share/Save button at the bottom of posts"
|
142 |
msgstr "عرض زر نشر/حفظ في اخر تدويناتك"
|
143 |
|
144 |
-
#: add-to-any.php:
|
145 |
msgid "Display Share/Save button at the bottom of posts on the front page"
|
146 |
msgstr "عرض زر نشر/حفظ في اخر تدويناتك بالرئيسية"
|
147 |
|
148 |
-
#: add-to-any.php:
|
149 |
msgid "Display Share/Save button at the bottom of posts in the feed"
|
150 |
msgstr "عرض زر نشر/حفظ في اخر تدويناتك بالخلاصات"
|
151 |
|
152 |
-
#: add-to-any.php:
|
153 |
msgid "Display Share/Save button at the bottom of pages"
|
154 |
msgstr "عرض زر نشر/حفظ في أخر الصفحات"
|
155 |
|
156 |
-
#: add-to-any.php:
|
157 |
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>)"
|
158 |
msgstr "إن لم تختار احد هذه الخيارات فتأكد ان تضع الكود بواسطة <a href=\"theme-editor.php\">محرر التصميم</a> (في <code>index.php</code>, <code>single.php</code>, و/أو <code>page.php</code>)"
|
159 |
|
160 |
-
#: add-to-any.php:
|
161 |
msgid "Menu Style"
|
162 |
msgstr "تصميم القائمة"
|
163 |
|
164 |
-
#: add-to-any.php:
|
165 |
msgid "Using AddToAny's Menu Styler, you can customize the colors of your Share/Save menu! When you're done, be sure to paste the generated code in the <a href=\"#\" onclick=\"document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false\">Additional Options</a> box below."
|
166 |
msgstr "أستخدم محرر تصميم أضف إلى, يمكنك تخصيص الألوان لقائمة نشر/حفظ! عند إنتهائك, تأكد من لصق الكود في مربع <a href=\"#\" onclick=\"document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false\">الخيارات الخاصة</a>"
|
167 |
|
168 |
-
#: add-to-any.php:
|
169 |
msgid "Open the AddToAny Menu Styler in a new window"
|
170 |
msgstr "فتح قائمة تصميم أضف إلى في نافذة جديدة"
|
171 |
|
172 |
-
#: add-to-any.php:
|
173 |
msgid "Open Menu Styler"
|
174 |
msgstr "فتح قائمة التصميم"
|
175 |
|
176 |
-
#: add-to-any.php:
|
177 |
msgid "Menu Options"
|
178 |
msgstr "خيارات القائمة"
|
179 |
|
180 |
-
#: add-to-any.php:
|
181 |
-
msgid "Hide embedded objects (Flash, video, etc.) that intersect with the menu when displayed"
|
182 |
-
msgstr "أخفاء (الفلاشات والفيديو و ... الخ) التي تتقاطع مع القائمة"
|
183 |
-
|
184 |
-
#: add-to-any.php:723
|
185 |
msgid "Show the title of the post (or page) within the menu"
|
186 |
msgstr "عرض عنوان التدوينة او الصفحة في القائمة"
|
187 |
|
188 |
-
#: add-to-any.php:
|
189 |
msgid "Only show the menu when the user clicks the Share/Save button"
|
190 |
msgstr "عرض القائمة عن الضغط عليها فقط"
|
191 |
|
192 |
-
#: add-to-any.php:
|
193 |
msgid "Open the addtoany.com menu page in a new tab or window if the user clicks the Share/Save button"
|
194 |
msgstr "فتح موقع addtoany.com عند ضغط الزائر على زر نشر/حفظ"
|
195 |
|
196 |
-
#: add-to-any.php:
|
197 |
msgid "Additional Options"
|
198 |
msgstr "خيارات خاصة"
|
199 |
|
200 |
-
#: add-to-any.php:
|
201 |
msgid "Paste the code from AddToAny's Menu Styler in the box below!"
|
202 |
msgstr "ألصق الكود من قائمة تصميم أضف إلى في هذا المربع"
|
203 |
|
204 |
-
#: add-to-any.php:
|
205 |
msgid "Below you can set special JavaScript variables to apply to each Share/Save menu."
|
206 |
msgstr "يمكنك ضبط متغيرات جافا سكريبت خاصة لتنفيزها على قائمة نشر/حفظ"
|
207 |
|
208 |
-
#: add-to-any.php:
|
209 |
msgid "Advanced users might want to explore AddToAny's <a href=\"http://www.addtoany.com/buttons/customize/\" target=\"_blank\">additional options</a>."
|
210 |
msgstr "المستخدمين المتقدمين قد يحتاجون إلى تصفح أضف إلى <a href=\"http://www.addtoany.com/buttons/customize/\" target=\"_blank\">جافا سكريبت API</a>."
|
211 |
|
212 |
-
#: add-to-any.php:
|
213 |
msgid "<strong>Note</strong>: If you're adding new code, be careful not to accidentally overwrite any previous code.</label>"
|
214 |
msgstr "<strong>ملحوظة</strong>: إذا أضفت اكواد جديدة, كن حزر حتى لا تمسح اكواد قديمة.</label>"
|
215 |
|
216 |
-
#: add-to-any.php:
|
217 |
#, fuzzy
|
218 |
msgid "Advanced Options"
|
219 |
msgstr "خيارات خاصة"
|
220 |
|
221 |
-
#: add-to-any.php:
|
222 |
msgid "Use CSS stylesheet"
|
223 |
msgstr ""
|
224 |
|
225 |
-
#: add-to-any.php:
|
226 |
msgid "Cache AddToAny locally with daily cache updates"
|
227 |
msgstr ""
|
228 |
|
229 |
-
#: add-to-any.php:
|
230 |
msgid "If unchecked, be sure to place the CSS in your theme's stylesheet:"
|
231 |
msgstr ""
|
232 |
|
233 |
-
#: add-to-any.php:
|
234 |
-
msgid "Only consider for
|
235 |
msgstr ""
|
236 |
|
237 |
-
#: add-to-any.php:
|
238 |
msgid "Save Changes"
|
239 |
msgstr "حفظ التغيرات"
|
240 |
|
241 |
-
#: add-to-any.php:
|
242 |
msgid "Like this plugin?"
|
243 |
msgstr "هل تحب هذه الأضافة؟"
|
244 |
|
245 |
-
#: add-to-any.php:
|
246 |
msgid "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Give it a good rating</a> on WordPress.org."
|
247 |
msgstr "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">قيمها</a> في موقع WordPress.org."
|
248 |
|
249 |
-
#: add-to-any.php:
|
250 |
msgid "<a href=\"http://www.addtoany.com/share_save?linkname=WordPress%20Share%20%2F%20Bookmark%20Plugin%20by%20AddToAny.com&linkurl=http%3A%2F%2Fwordpress.org%2Fextend%2Fplugins%2Fadd-to-any%2F\">Share it</a> with your friends."
|
251 |
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\">أنشرها</a> مع أصدقائك."
|
252 |
|
253 |
-
#: add-to-any.php:
|
254 |
msgid "Need support?"
|
255 |
msgstr "بحاجة إلى الدعم؟"
|
256 |
|
257 |
-
#: add-to-any.php:
|
258 |
msgid "See the <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">FAQs</a>."
|
259 |
msgstr "راجع <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">الأسئلة الشائعة</a>."
|
260 |
|
261 |
-
#: add-to-any.php:
|
262 |
msgid "Search the <a href=\"http://wordpress.org/tags/add-to-any\">support forums</a>."
|
263 |
msgstr "أبحث في <a href=\"http://wordpress.org/tags/add-to-any\">منتديات الدعم</a>."
|
264 |
|
265 |
-
#: add-to-any.php:
|
266 |
msgid "Add/Remove Services"
|
267 |
msgstr "إضافة/ألغاء خدمات"
|
268 |
|
269 |
-
#: add-to-any.php:
|
270 |
msgid "Share/Save"
|
271 |
msgstr "نشر/حفظ"
|
272 |
|
273 |
-
#: add-to-any.php:
|
274 |
msgid "Share/Save Buttons"
|
275 |
msgstr "أزرار نشر/حفظ"
|
276 |
|
|
|
|
|
|
|
|
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: add-to-any\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2010-07-20 01:02-0800\n"
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: Pat <no@no.com>\n"
|
8 |
"Language-Team: \n"
|
13 |
"X-Poedit-Basepath: ../\n"
|
14 |
"X-Poedit-SearchPath-0: .\n"
|
15 |
|
16 |
+
#: add-to-any.php:258
|
17 |
msgid "Share"
|
18 |
msgstr "نشر"
|
19 |
|
20 |
+
#: add-to-any.php:259
|
21 |
msgid "Save"
|
22 |
msgstr "حفظ"
|
23 |
|
24 |
+
#: add-to-any.php:260
|
25 |
msgid "Subscribe"
|
26 |
msgstr "تابع"
|
27 |
|
28 |
+
#: add-to-any.php:261
|
29 |
msgid "E-mail"
|
30 |
msgstr "رسالة بريدية"
|
31 |
|
32 |
+
#: add-to-any.php:262
|
33 |
msgid "Bookmark"
|
34 |
msgstr "مفضلة"
|
35 |
|
36 |
+
#: add-to-any.php:263
|
37 |
msgid "Show all"
|
38 |
msgstr "عرض الكل"
|
39 |
|
40 |
+
#: add-to-any.php:264
|
41 |
msgid "Show less"
|
42 |
msgstr "عرض أقل"
|
43 |
|
44 |
+
#: add-to-any.php:265
|
45 |
msgid "Find service(s)"
|
46 |
msgstr "أبحث عن خدمة"
|
47 |
|
48 |
+
#: add-to-any.php:266
|
49 |
msgid "Instantly find any service to add to"
|
50 |
msgstr ""
|
51 |
|
52 |
+
#: add-to-any.php:267
|
53 |
msgid "Powered by"
|
54 |
msgstr "بواسطة"
|
55 |
|
56 |
+
#: add-to-any.php:268
|
57 |
msgid "Share via e-mail"
|
58 |
msgstr "أرسال على البريد"
|
59 |
|
60 |
+
#: add-to-any.php:269
|
61 |
msgid "Subscribe via e-mail"
|
62 |
msgstr "تابع عبر البريد"
|
63 |
|
64 |
+
#: add-to-any.php:270
|
65 |
msgid "Bookmark in your browser"
|
66 |
msgstr "أضف للمفضلة بالمتصفح"
|
67 |
|
68 |
+
#: add-to-any.php:271
|
69 |
msgid "Press Ctrl+D or ⌘+D to bookmark this page"
|
70 |
msgstr "أضغط Ctrl+D أو ⌘+D لحفظ هذه الصفحة بالمفضلة"
|
71 |
|
72 |
+
#: add-to-any.php:272
|
73 |
msgid "Add to your favorites"
|
74 |
msgstr "أضف لمفضلتك"
|
75 |
|
76 |
+
#: add-to-any.php:273
|
77 |
msgid "Send from any e-mail address or e-mail program"
|
78 |
msgstr "أرسال من اي برنامج بريد أو أي عنوان بريدي"
|
79 |
|
80 |
+
#: add-to-any.php:274
|
81 |
msgid "E-mail program"
|
82 |
msgstr "برنامج بريدي"
|
83 |
|
84 |
+
#: add-to-any.php:299
|
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 "تصميمك يحتاج لتعديلز لتعديل تصميمك, أستخدم <a href=\"theme-editor.php\">محرر التصميم</a> لإضافة <code><?php wp_footer(); ?></code> just before the <code></body></code> في ملف <code>footer.php</code>."
|
87 |
|
88 |
+
#: add-to-any.php:490
|
89 |
#, php-format
|
90 |
msgid "Unable to create directory %s. Is its parent directory writable by the server?"
|
91 |
msgstr ""
|
92 |
|
93 |
+
#: add-to-any.php:566
|
94 |
+
#: add-to-any.php:639
|
95 |
+
#: add-to-any.php:643
|
96 |
+
#: add-to-any.php:647
|
97 |
+
#: add-to-any.php:651
|
98 |
+
#: add-to-any.php:683
|
99 |
msgid "Share/Bookmark"
|
100 |
msgstr "مفضلة"
|
101 |
|
102 |
+
#: add-to-any.php:580
|
103 |
msgid "Settings saved."
|
104 |
msgstr "تم حفظ الأعدادات"
|
105 |
|
106 |
+
#: add-to-any.php:593
|
107 |
msgid "AddToAny: Share/Save "
|
108 |
msgstr "أضف إلى: نشر/حفظ"
|
109 |
|
110 |
+
#: add-to-any.php:593
|
111 |
+
#: add-to-any.php:978
|
112 |
+
#: add-to-any.php:1002
|
113 |
msgid "Settings"
|
114 |
msgstr "الأعدادات"
|
115 |
|
116 |
+
#: add-to-any.php:602
|
117 |
msgid "Standalone Services"
|
118 |
msgstr "خدمات قائمة بذاتها"
|
119 |
|
120 |
+
#: add-to-any.php:607
|
121 |
msgid "Choose the services you want below. Click a chosen service again to remove. Reorder services by dragging and dropping as they appear above."
|
122 |
msgstr "أختر الخدمات من الأسفل. أضغط لتختار الخدمة وأضغط مرة اخرى لألغائها. رتب الخدمات بأستخدام الفائرة."
|
123 |
|
124 |
+
#: add-to-any.php:634
|
125 |
msgid "Button"
|
126 |
msgstr "زر"
|
127 |
|
128 |
+
#: add-to-any.php:673
|
129 |
msgid "Image URL"
|
130 |
msgstr "رابط صورة"
|
131 |
|
132 |
+
#: add-to-any.php:680
|
133 |
msgid "Text only"
|
134 |
msgstr "نص فقط"
|
135 |
|
136 |
+
#: add-to-any.php:688
|
137 |
msgid "Placement"
|
138 |
msgstr "مكان العرض"
|
139 |
|
140 |
+
#: add-to-any.php:697
|
141 |
msgid "Display Share/Save button at the bottom of posts"
|
142 |
msgstr "عرض زر نشر/حفظ في اخر تدويناتك"
|
143 |
|
144 |
+
#: add-to-any.php:704
|
145 |
msgid "Display Share/Save button at the bottom of posts on the front page"
|
146 |
msgstr "عرض زر نشر/حفظ في اخر تدويناتك بالرئيسية"
|
147 |
|
148 |
+
#: add-to-any.php:711
|
149 |
msgid "Display Share/Save button at the bottom of posts in the feed"
|
150 |
msgstr "عرض زر نشر/حفظ في اخر تدويناتك بالخلاصات"
|
151 |
|
152 |
+
#: add-to-any.php:715
|
153 |
msgid "Display Share/Save button at the bottom of pages"
|
154 |
msgstr "عرض زر نشر/حفظ في أخر الصفحات"
|
155 |
|
156 |
+
#: add-to-any.php:719
|
157 |
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>)"
|
158 |
msgstr "إن لم تختار احد هذه الخيارات فتأكد ان تضع الكود بواسطة <a href=\"theme-editor.php\">محرر التصميم</a> (في <code>index.php</code>, <code>single.php</code>, و/أو <code>page.php</code>)"
|
159 |
|
160 |
+
#: add-to-any.php:728
|
161 |
msgid "Menu Style"
|
162 |
msgstr "تصميم القائمة"
|
163 |
|
164 |
+
#: add-to-any.php:730
|
165 |
msgid "Using AddToAny's Menu Styler, you can customize the colors of your Share/Save menu! When you're done, be sure to paste the generated code in the <a href=\"#\" onclick=\"document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false\">Additional Options</a> box below."
|
166 |
msgstr "أستخدم محرر تصميم أضف إلى, يمكنك تخصيص الألوان لقائمة نشر/حفظ! عند إنتهائك, تأكد من لصق الكود في مربع <a href=\"#\" onclick=\"document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false\">الخيارات الخاصة</a>"
|
167 |
|
168 |
+
#: add-to-any.php:732
|
169 |
msgid "Open the AddToAny Menu Styler in a new window"
|
170 |
msgstr "فتح قائمة تصميم أضف إلى في نافذة جديدة"
|
171 |
|
172 |
+
#: add-to-any.php:734
|
173 |
msgid "Open Menu Styler"
|
174 |
msgstr "فتح قائمة التصميم"
|
175 |
|
176 |
+
#: add-to-any.php:739
|
177 |
msgid "Menu Options"
|
178 |
msgstr "خيارات القائمة"
|
179 |
|
180 |
+
#: add-to-any.php:744
|
|
|
|
|
|
|
|
|
181 |
msgid "Show the title of the post (or page) within the menu"
|
182 |
msgstr "عرض عنوان التدوينة او الصفحة في القائمة"
|
183 |
|
184 |
+
#: add-to-any.php:751
|
185 |
msgid "Only show the menu when the user clicks the Share/Save button"
|
186 |
msgstr "عرض القائمة عن الضغط عليها فقط"
|
187 |
|
188 |
+
#: add-to-any.php:757
|
189 |
msgid "Open the addtoany.com menu page in a new tab or window if the user clicks the Share/Save button"
|
190 |
msgstr "فتح موقع addtoany.com عند ضغط الزائر على زر نشر/حفظ"
|
191 |
|
192 |
+
#: add-to-any.php:762
|
193 |
msgid "Additional Options"
|
194 |
msgstr "خيارات خاصة"
|
195 |
|
196 |
+
#: add-to-any.php:766
|
197 |
msgid "Paste the code from AddToAny's Menu Styler in the box below!"
|
198 |
msgstr "ألصق الكود من قائمة تصميم أضف إلى في هذا المربع"
|
199 |
|
200 |
+
#: add-to-any.php:770
|
201 |
msgid "Below you can set special JavaScript variables to apply to each Share/Save menu."
|
202 |
msgstr "يمكنك ضبط متغيرات جافا سكريبت خاصة لتنفيزها على قائمة نشر/حفظ"
|
203 |
|
204 |
+
#: add-to-any.php:771
|
205 |
msgid "Advanced users might want to explore AddToAny's <a href=\"http://www.addtoany.com/buttons/customize/\" target=\"_blank\">additional options</a>."
|
206 |
msgstr "المستخدمين المتقدمين قد يحتاجون إلى تصفح أضف إلى <a href=\"http://www.addtoany.com/buttons/customize/\" target=\"_blank\">جافا سكريبت API</a>."
|
207 |
|
208 |
+
#: add-to-any.php:777
|
209 |
msgid "<strong>Note</strong>: If you're adding new code, be careful not to accidentally overwrite any previous code.</label>"
|
210 |
msgstr "<strong>ملحوظة</strong>: إذا أضفت اكواد جديدة, كن حزر حتى لا تمسح اكواد قديمة.</label>"
|
211 |
|
212 |
+
#: add-to-any.php:782
|
213 |
#, fuzzy
|
214 |
msgid "Advanced Options"
|
215 |
msgstr "خيارات خاصة"
|
216 |
|
217 |
+
#: add-to-any.php:787
|
218 |
msgid "Use CSS stylesheet"
|
219 |
msgstr ""
|
220 |
|
221 |
+
#: add-to-any.php:792
|
222 |
msgid "Cache AddToAny locally with daily cache updates"
|
223 |
msgstr ""
|
224 |
|
225 |
+
#: add-to-any.php:796
|
226 |
msgid "If unchecked, be sure to place the CSS in your theme's stylesheet:"
|
227 |
msgstr ""
|
228 |
|
229 |
+
#: add-to-any.php:801
|
230 |
+
msgid "Only consider for sites with frequently returning visitors. Since many visitors will have AddToAny cached in their browser already, serving AddToAny locally from your site will be slower for those visitors. Be sure to set far future cache/expires headers for image files in your <code>uploads/addtoany</code> directory."
|
231 |
msgstr ""
|
232 |
|
233 |
+
#: add-to-any.php:808
|
234 |
msgid "Save Changes"
|
235 |
msgstr "حفظ التغيرات"
|
236 |
|
237 |
+
#: add-to-any.php:813
|
238 |
msgid "Like this plugin?"
|
239 |
msgstr "هل تحب هذه الأضافة؟"
|
240 |
|
241 |
+
#: add-to-any.php:814
|
242 |
msgid "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Give it a good rating</a> on WordPress.org."
|
243 |
msgstr "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">قيمها</a> في موقع WordPress.org."
|
244 |
|
245 |
+
#: add-to-any.php:815
|
246 |
msgid "<a href=\"http://www.addtoany.com/share_save?linkname=WordPress%20Share%20%2F%20Bookmark%20Plugin%20by%20AddToAny.com&linkurl=http%3A%2F%2Fwordpress.org%2Fextend%2Fplugins%2Fadd-to-any%2F\">Share it</a> with your friends."
|
247 |
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\">أنشرها</a> مع أصدقائك."
|
248 |
|
249 |
+
#: add-to-any.php:817
|
250 |
msgid "Need support?"
|
251 |
msgstr "بحاجة إلى الدعم؟"
|
252 |
|
253 |
+
#: add-to-any.php:818
|
254 |
msgid "See the <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">FAQs</a>."
|
255 |
msgstr "راجع <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">الأسئلة الشائعة</a>."
|
256 |
|
257 |
+
#: add-to-any.php:819
|
258 |
msgid "Search the <a href=\"http://wordpress.org/tags/add-to-any\">support forums</a>."
|
259 |
msgstr "أبحث في <a href=\"http://wordpress.org/tags/add-to-any\">منتديات الدعم</a>."
|
260 |
|
261 |
+
#: add-to-any.php:926
|
262 |
msgid "Add/Remove Services"
|
263 |
msgstr "إضافة/ألغاء خدمات"
|
264 |
|
265 |
+
#: add-to-any.php:978
|
266 |
msgid "Share/Save"
|
267 |
msgstr "نشر/حفظ"
|
268 |
|
269 |
+
#: add-to-any.php:979
|
270 |
msgid "Share/Save Buttons"
|
271 |
msgstr "أزرار نشر/حفظ"
|
272 |
|
273 |
+
#~ msgid ""
|
274 |
+
#~ "Hide embedded objects (Flash, video, etc.) that intersect with the menu "
|
275 |
+
#~ "when displayed"
|
276 |
+
#~ msgstr "أخفاء (الفلاشات والفيديو و ... الخ) التي تتقاطع مع القائمة"
|
277 |
+
|
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: 2010-
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: Pat <no@no.com>\n"
|
8 |
"Language-Team: Marcis Gasuns <by.marcis@gmail.com>\n"
|
@@ -15,267 +15,269 @@ msgstr ""
|
|
15 |
"X-Poedit-Country: BELARUS\n"
|
16 |
"X-Poedit-SearchPath-0: .\n"
|
17 |
|
18 |
-
#: add-to-any.php:
|
19 |
msgid "Share"
|
20 |
msgstr "Падзяліць"
|
21 |
|
22 |
-
#: add-to-any.php:
|
23 |
msgid "Save"
|
24 |
msgstr "Захаваць"
|
25 |
|
26 |
-
#: add-to-any.php:
|
27 |
msgid "Subscribe"
|
28 |
msgstr "Падпісацца"
|
29 |
|
30 |
-
#: add-to-any.php:
|
31 |
msgid "E-mail"
|
32 |
msgstr "Электоронная пошта"
|
33 |
|
34 |
-
#: add-to-any.php:
|
35 |
msgid "Bookmark"
|
36 |
msgstr "Закладка"
|
37 |
|
38 |
-
#: add-to-any.php:
|
39 |
msgid "Show all"
|
40 |
msgstr "Паказаць усё"
|
41 |
|
42 |
-
#: add-to-any.php:
|
43 |
msgid "Show less"
|
44 |
msgstr "Паказаць менш"
|
45 |
|
46 |
-
#: add-to-any.php:
|
47 |
msgid "Find service(s)"
|
48 |
msgstr "Знайсці паслугу(і)"
|
49 |
|
50 |
-
#: add-to-any.php:
|
51 |
msgid "Instantly find any service to add to"
|
52 |
msgstr "Імгненна знайсці яку-небудзь паслугу, каб дадаць да"
|
53 |
|
54 |
-
#: add-to-any.php:
|
55 |
msgid "Powered by"
|
56 |
msgstr "Кіруецца"
|
57 |
|
58 |
-
#: add-to-any.php:
|
59 |
msgid "Share via e-mail"
|
60 |
msgstr "Адправіць па электроннай пошце"
|
61 |
|
62 |
-
#: add-to-any.php:
|
63 |
msgid "Subscribe via e-mail"
|
64 |
msgstr "Падпісацца па электроннай пошце"
|
65 |
|
66 |
-
#: add-to-any.php:
|
67 |
msgid "Bookmark in your browser"
|
68 |
msgstr "Закладка ў вашым браузеры"
|
69 |
|
70 |
-
#: add-to-any.php:
|
71 |
msgid "Press Ctrl+D or ⌘+D to bookmark this page"
|
72 |
msgstr "Націсніце Ctrl+D ці Cmd+D, каб стварыць закладку гэтай старонкі"
|
73 |
|
74 |
-
#: add-to-any.php:
|
75 |
msgid "Add to your favorites"
|
76 |
msgstr "Дадаць у выбранае"
|
77 |
|
78 |
-
#: add-to-any.php:
|
79 |
msgid "Send from any e-mail address or e-mail program"
|
80 |
msgstr "Адправіць з любога пошатовага адрасу ці з паштовай праграмы"
|
81 |
|
82 |
-
#: add-to-any.php:
|
83 |
msgid "E-mail program"
|
84 |
msgstr "Паштовая праграма"
|
85 |
|
86 |
-
#: add-to-any.php:
|
87 |
msgid "Your theme needs to be fixed. To fix your theme, use the <a href=\"theme-editor.php\">Theme Editor</a> to insert <code><?php wp_footer(); ?></code> just before the <code></body></code> line of your theme's <code>footer.php</code> file."
|
88 |
msgstr "Ваша тэма павінна быць выпраўленая. Каб выправіць вашу тэму, выкарыстайце <a href=\"theme-editor.php\"> Тэма рэдактар </ A>, каб уставіць <code> <? PHP wp_footer ();?> </ Code> незадоўга да <code> </ BODY> </ Code> лінію вашай тэмы <code> footer.php </ cod> файл."
|
89 |
|
90 |
-
#: add-to-any.php:
|
91 |
#, php-format
|
92 |
msgid "Unable to create directory %s. Is its parent directory writable by the server?"
|
93 |
msgstr ""
|
94 |
|
95 |
-
#: add-to-any.php:
|
96 |
-
#: add-to-any.php:
|
97 |
-
#: add-to-any.php:
|
98 |
-
#: add-to-any.php:
|
99 |
-
#: add-to-any.php:
|
100 |
-
#: add-to-any.php:
|
101 |
msgid "Share/Bookmark"
|
102 |
msgstr "Закладка"
|
103 |
|
104 |
-
#: add-to-any.php:
|
105 |
msgid "Settings saved."
|
106 |
msgstr "Наладкі захаваны"
|
107 |
|
108 |
-
#: add-to-any.php:
|
109 |
msgid "AddToAny: Share/Save "
|
110 |
msgstr "Дадаць у любое: падзяліць/захаваць"
|
111 |
|
112 |
-
#: add-to-any.php:
|
113 |
-
#: add-to-any.php:
|
114 |
-
#: add-to-any.php:
|
115 |
msgid "Settings"
|
116 |
msgstr "Наладкі"
|
117 |
|
118 |
-
#: add-to-any.php:
|
119 |
msgid "Standalone Services"
|
120 |
msgstr "Дадаць/Выдаліць паслугі"
|
121 |
|
122 |
-
#: add-to-any.php:
|
123 |
msgid "Choose the services you want below. Click a chosen service again to remove. Reorder services by dragging and dropping as they appear above."
|
124 |
msgstr "Выберите услуги, которые вы хотите ниже. Нажмите выбранной услуги снова, чтобы удалить. Упорядочить услуг с помощью перетаскивания, как они появляются выше."
|
125 |
|
126 |
-
#: add-to-any.php:
|
127 |
msgid "Button"
|
128 |
msgstr "Клавіша"
|
129 |
|
130 |
-
#: add-to-any.php:
|
131 |
msgid "Image URL"
|
132 |
msgstr "URL de l'imatge"
|
133 |
|
134 |
-
#: add-to-any.php:
|
135 |
msgid "Text only"
|
136 |
msgstr "Толькт тэкст"
|
137 |
|
138 |
-
#: add-to-any.php:
|
139 |
msgid "Placement"
|
140 |
msgstr "Размяшчэнне"
|
141 |
|
142 |
-
#: add-to-any.php:
|
143 |
msgid "Display Share/Save button at the bottom of posts"
|
144 |
msgstr "Паказаць клавішу Адкрыць / Захаваць унізе запісаў"
|
145 |
|
146 |
-
#: add-to-any.php:
|
147 |
msgid "Display Share/Save button at the bottom of posts on the front page"
|
148 |
msgstr "Паказаць клавішу Адкрыць/Захаваць унізе запісаў на тытульнай старонцы"
|
149 |
|
150 |
-
#: add-to-any.php:
|
151 |
msgid "Display Share/Save button at the bottom of posts in the feed"
|
152 |
msgstr "Отображать Поделиться/Сохранить в нижней части сообщения в ленте"
|
153 |
|
154 |
-
#: add-to-any.php:
|
155 |
msgid "Display Share/Save button at the bottom of pages"
|
156 |
msgstr "Паказаць клавішу Адкрыць/Захаваць унізе старонак"
|
157 |
|
158 |
-
#: add-to-any.php:
|
159 |
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>)"
|
160 |
msgstr "Калі яе не спыніць, то не забудзьцеся змясціць наступны код у <a href=\"theme-editor.php\"> шаблон старонкі </ A> (у <code> index.php </code>, <code> сінгл. PHP </cod> і / або <code> page.php </ code>) \t\t \t"
|
161 |
|
162 |
-
#: add-to-any.php:
|
163 |
msgid "Menu Style"
|
164 |
msgstr "Стыль меню"
|
165 |
|
166 |
-
#: add-to-any.php:
|
167 |
msgid "Using AddToAny's Menu Styler, you can customize the colors of your Share/Save menu! When you're done, be sure to paste the generated code in the <a href=\"#\" onclick=\"document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false\">Additional Options</a> box below."
|
168 |
msgstr "Выкарыстанне Дадаць у любое меню Styler, вы можаце наладзіць колеры вашага Адкрыць / Захаваць мяню! Калі вы скончыце, не забудзьцеся ўставіць генераваны код у <a href=\"#\" onclick=\"document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false\"> Дадатковыя параметры </ A> ніжэй."
|
169 |
|
170 |
-
#: add-to-any.php:
|
171 |
msgid "Open the AddToAny Menu Styler in a new window"
|
172 |
msgstr "Адкрыць Дадаць у меню Styler у новым акне"
|
173 |
|
174 |
-
#: add-to-any.php:
|
175 |
msgid "Open Menu Styler"
|
176 |
msgstr "Адкрыць меню Styler"
|
177 |
|
178 |
-
#: add-to-any.php:
|
179 |
msgid "Menu Options"
|
180 |
msgstr "Меню опцый"
|
181 |
|
182 |
-
#: add-to-any.php:
|
183 |
-
msgid "Hide embedded objects (Flash, video, etc.) that intersect with the menu when displayed"
|
184 |
-
msgstr "Схаваць убудаваыях аб'екты (Flash, відэа і г.д.), якія перасякаюцца з меню пры адлюстраванні"
|
185 |
-
|
186 |
-
#: add-to-any.php:723
|
187 |
msgid "Show the title of the post (or page) within the menu"
|
188 |
msgstr "Паказаць назву запісу(альбо старонкі) без меню"
|
189 |
|
190 |
-
#: add-to-any.php:
|
191 |
msgid "Only show the menu when the user clicks the Share/Save button"
|
192 |
msgstr " Паказваць толькі меню, калі карыстальнік клікае клавішу Адкрыць/Захаваць"
|
193 |
|
194 |
-
#: add-to-any.php:
|
195 |
msgid "Open the addtoany.com menu page in a new tab or window if the user clicks the Share/Save button"
|
196 |
msgstr "Адкрыць меню addtoany.com старонкі ў новую ўкладку або акно, калі карыстальнік націскае кнопку Адкрыць/ Захаваць \t\t \t"
|
197 |
|
198 |
-
#: add-to-any.php:
|
199 |
msgid "Additional Options"
|
200 |
msgstr "Дадатковыя Опцыі"
|
201 |
|
202 |
-
#: add-to-any.php:
|
203 |
msgid "Paste the code from AddToAny's Menu Styler in the box below!"
|
204 |
msgstr "Уставіць код з Дадаць у любое меню Styler у поле ніжэй!"
|
205 |
|
206 |
-
#: add-to-any.php:
|
207 |
msgid "Below you can set special JavaScript variables to apply to each Share/Save menu."
|
208 |
msgstr "Ніжэй вы можаце ўсталяваць адмысловы JavaScript, які будзе ўжывацца да кожнага Адкрыць / Захаваць меню."
|
209 |
|
210 |
-
#: add-to-any.php:
|
211 |
msgid "Advanced users might want to explore AddToAny's <a href=\"http://www.addtoany.com/buttons/customize/\" target=\"_blank\">additional options</a>."
|
212 |
msgstr "Дасведчаныя карыстальнікі, магчыма, пажадаюць вывучыць Дадаць у <a href=\"http://www.addtoany.com/buttons/customize/\" target=\"_blank\"> JavaScript API </ A>."
|
213 |
|
214 |
-
#: add-to-any.php:
|
215 |
msgid "<strong>Note</strong>: If you're adding new code, be careful not to accidentally overwrite any previous code.</label>"
|
216 |
msgstr "<strong>Note</strong>: If you're adding new code, be careful not to accidentally overwrite any previous code.</label><strong>Заўвага</strong> : Калі Вы дадаеце новы код, будзьце ўважлівыя і не перапішыце выпадкова любы папярэдні код."
|
217 |
|
218 |
-
#: add-to-any.php:
|
219 |
#, fuzzy
|
220 |
msgid "Advanced Options"
|
221 |
msgstr "Дадатковыя Опцыі"
|
222 |
|
223 |
-
#: add-to-any.php:
|
224 |
msgid "Use CSS stylesheet"
|
225 |
msgstr ""
|
226 |
|
227 |
-
#: add-to-any.php:
|
228 |
msgid "Cache AddToAny locally with daily cache updates"
|
229 |
msgstr ""
|
230 |
|
231 |
-
#: add-to-any.php:
|
232 |
msgid "If unchecked, be sure to place the CSS in your theme's stylesheet:"
|
233 |
msgstr ""
|
234 |
|
235 |
-
#: add-to-any.php:
|
236 |
-
msgid "Only consider for
|
237 |
msgstr ""
|
238 |
|
239 |
-
#: add-to-any.php:
|
240 |
msgid "Save Changes"
|
241 |
msgstr "Захаваць змены"
|
242 |
|
243 |
-
#: add-to-any.php:
|
244 |
msgid "Like this plugin?"
|
245 |
msgstr "Як і гэты плагін?"
|
246 |
|
247 |
-
#: add-to-any.php:
|
248 |
msgid "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Give it a good rating</a> on WordPress.org."
|
249 |
msgstr "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Дайте хороший рейтинг</a> на WordPress.org."
|
250 |
|
251 |
-
#: add-to-any.php:
|
252 |
msgid "<a href=\"http://www.addtoany.com/share_save?linkname=WordPress%20Share%20%2F%20Bookmark%20Plugin%20by%20AddToAny.com&linkurl=http%3A%2F%2Fwordpress.org%2Fextend%2Fplugins%2Fadd-to-any%2F\">Share it</a> with your friends."
|
253 |
msgstr "<a href=\"http://www.addtoany.com/share_save?linkname=WordPress%20Share%20%2F%20Bookmark%20Plugin%20by%20AddToAny.com&linkurl=http%3A%2F%2Fwordpress.org%2Fextend%2Fplugins%2Fadd-to-any%2F\">Share it</a>с друзьями."
|
254 |
|
255 |
-
#: add-to-any.php:
|
256 |
msgid "Need support?"
|
257 |
msgstr "Патрэбна падтрымка?"
|
258 |
|
259 |
-
#: add-to-any.php:
|
260 |
msgid "See the <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">FAQs</a>."
|
261 |
msgstr "Паглядзіце <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">FAQs</a>."
|
262 |
|
263 |
-
#: add-to-any.php:
|
264 |
msgid "Search the <a href=\"http://wordpress.org/tags/add-to-any\">support forums</a>."
|
265 |
msgstr "Пошук <a href=\"http://wordpress.org/tags/add-to-any\">support forums</a>."
|
266 |
|
267 |
-
#: add-to-any.php:
|
268 |
msgid "Add/Remove Services"
|
269 |
msgstr "Дадаць/Выдаліць паслугі"
|
270 |
|
271 |
-
#: add-to-any.php:
|
272 |
msgid "Share/Save"
|
273 |
msgstr "Адкрыць/Захаваць"
|
274 |
|
275 |
-
#: add-to-any.php:
|
276 |
msgid "Share/Save Buttons"
|
277 |
msgstr "Кнопка Адкрыць/Захаваць"
|
278 |
|
|
|
|
|
|
|
|
|
|
|
|
|
279 |
#~ msgid "Services"
|
280 |
#~ msgstr "Паслугі"
|
281 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: add-to-any\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2010-07-20 01:02-0800\n"
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: Pat <no@no.com>\n"
|
8 |
"Language-Team: Marcis Gasuns <by.marcis@gmail.com>\n"
|
15 |
"X-Poedit-Country: BELARUS\n"
|
16 |
"X-Poedit-SearchPath-0: .\n"
|
17 |
|
18 |
+
#: add-to-any.php:258
|
19 |
msgid "Share"
|
20 |
msgstr "Падзяліць"
|
21 |
|
22 |
+
#: add-to-any.php:259
|
23 |
msgid "Save"
|
24 |
msgstr "Захаваць"
|
25 |
|
26 |
+
#: add-to-any.php:260
|
27 |
msgid "Subscribe"
|
28 |
msgstr "Падпісацца"
|
29 |
|
30 |
+
#: add-to-any.php:261
|
31 |
msgid "E-mail"
|
32 |
msgstr "Электоронная пошта"
|
33 |
|
34 |
+
#: add-to-any.php:262
|
35 |
msgid "Bookmark"
|
36 |
msgstr "Закладка"
|
37 |
|
38 |
+
#: add-to-any.php:263
|
39 |
msgid "Show all"
|
40 |
msgstr "Паказаць усё"
|
41 |
|
42 |
+
#: add-to-any.php:264
|
43 |
msgid "Show less"
|
44 |
msgstr "Паказаць менш"
|
45 |
|
46 |
+
#: add-to-any.php:265
|
47 |
msgid "Find service(s)"
|
48 |
msgstr "Знайсці паслугу(і)"
|
49 |
|
50 |
+
#: add-to-any.php:266
|
51 |
msgid "Instantly find any service to add to"
|
52 |
msgstr "Імгненна знайсці яку-небудзь паслугу, каб дадаць да"
|
53 |
|
54 |
+
#: add-to-any.php:267
|
55 |
msgid "Powered by"
|
56 |
msgstr "Кіруецца"
|
57 |
|
58 |
+
#: add-to-any.php:268
|
59 |
msgid "Share via e-mail"
|
60 |
msgstr "Адправіць па электроннай пошце"
|
61 |
|
62 |
+
#: add-to-any.php:269
|
63 |
msgid "Subscribe via e-mail"
|
64 |
msgstr "Падпісацца па электроннай пошце"
|
65 |
|
66 |
+
#: add-to-any.php:270
|
67 |
msgid "Bookmark in your browser"
|
68 |
msgstr "Закладка ў вашым браузеры"
|
69 |
|
70 |
+
#: add-to-any.php:271
|
71 |
msgid "Press Ctrl+D or ⌘+D to bookmark this page"
|
72 |
msgstr "Націсніце Ctrl+D ці Cmd+D, каб стварыць закладку гэтай старонкі"
|
73 |
|
74 |
+
#: add-to-any.php:272
|
75 |
msgid "Add to your favorites"
|
76 |
msgstr "Дадаць у выбранае"
|
77 |
|
78 |
+
#: add-to-any.php:273
|
79 |
msgid "Send from any e-mail address or e-mail program"
|
80 |
msgstr "Адправіць з любога пошатовага адрасу ці з паштовай праграмы"
|
81 |
|
82 |
+
#: add-to-any.php:274
|
83 |
msgid "E-mail program"
|
84 |
msgstr "Паштовая праграма"
|
85 |
|
86 |
+
#: add-to-any.php:299
|
87 |
msgid "Your theme needs to be fixed. To fix your theme, use the <a href=\"theme-editor.php\">Theme Editor</a> to insert <code><?php wp_footer(); ?></code> just before the <code></body></code> line of your theme's <code>footer.php</code> file."
|
88 |
msgstr "Ваша тэма павінна быць выпраўленая. Каб выправіць вашу тэму, выкарыстайце <a href=\"theme-editor.php\"> Тэма рэдактар </ A>, каб уставіць <code> <? PHP wp_footer ();?> </ Code> незадоўга да <code> </ BODY> </ Code> лінію вашай тэмы <code> footer.php </ cod> файл."
|
89 |
|
90 |
+
#: add-to-any.php:490
|
91 |
#, php-format
|
92 |
msgid "Unable to create directory %s. Is its parent directory writable by the server?"
|
93 |
msgstr ""
|
94 |
|
95 |
+
#: add-to-any.php:566
|
96 |
+
#: add-to-any.php:639
|
97 |
+
#: add-to-any.php:643
|
98 |
+
#: add-to-any.php:647
|
99 |
+
#: add-to-any.php:651
|
100 |
+
#: add-to-any.php:683
|
101 |
msgid "Share/Bookmark"
|
102 |
msgstr "Закладка"
|
103 |
|
104 |
+
#: add-to-any.php:580
|
105 |
msgid "Settings saved."
|
106 |
msgstr "Наладкі захаваны"
|
107 |
|
108 |
+
#: add-to-any.php:593
|
109 |
msgid "AddToAny: Share/Save "
|
110 |
msgstr "Дадаць у любое: падзяліць/захаваць"
|
111 |
|
112 |
+
#: add-to-any.php:593
|
113 |
+
#: add-to-any.php:978
|
114 |
+
#: add-to-any.php:1002
|
115 |
msgid "Settings"
|
116 |
msgstr "Наладкі"
|
117 |
|
118 |
+
#: add-to-any.php:602
|
119 |
msgid "Standalone Services"
|
120 |
msgstr "Дадаць/Выдаліць паслугі"
|
121 |
|
122 |
+
#: add-to-any.php:607
|
123 |
msgid "Choose the services you want below. Click a chosen service again to remove. Reorder services by dragging and dropping as they appear above."
|
124 |
msgstr "Выберите услуги, которые вы хотите ниже. Нажмите выбранной услуги снова, чтобы удалить. Упорядочить услуг с помощью перетаскивания, как они появляются выше."
|
125 |
|
126 |
+
#: add-to-any.php:634
|
127 |
msgid "Button"
|
128 |
msgstr "Клавіша"
|
129 |
|
130 |
+
#: add-to-any.php:673
|
131 |
msgid "Image URL"
|
132 |
msgstr "URL de l'imatge"
|
133 |
|
134 |
+
#: add-to-any.php:680
|
135 |
msgid "Text only"
|
136 |
msgstr "Толькт тэкст"
|
137 |
|
138 |
+
#: add-to-any.php:688
|
139 |
msgid "Placement"
|
140 |
msgstr "Размяшчэнне"
|
141 |
|
142 |
+
#: add-to-any.php:697
|
143 |
msgid "Display Share/Save button at the bottom of posts"
|
144 |
msgstr "Паказаць клавішу Адкрыць / Захаваць унізе запісаў"
|
145 |
|
146 |
+
#: add-to-any.php:704
|
147 |
msgid "Display Share/Save button at the bottom of posts on the front page"
|
148 |
msgstr "Паказаць клавішу Адкрыць/Захаваць унізе запісаў на тытульнай старонцы"
|
149 |
|
150 |
+
#: add-to-any.php:711
|
151 |
msgid "Display Share/Save button at the bottom of posts in the feed"
|
152 |
msgstr "Отображать Поделиться/Сохранить в нижней части сообщения в ленте"
|
153 |
|
154 |
+
#: add-to-any.php:715
|
155 |
msgid "Display Share/Save button at the bottom of pages"
|
156 |
msgstr "Паказаць клавішу Адкрыць/Захаваць унізе старонак"
|
157 |
|
158 |
+
#: add-to-any.php:719
|
159 |
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>)"
|
160 |
msgstr "Калі яе не спыніць, то не забудзьцеся змясціць наступны код у <a href=\"theme-editor.php\"> шаблон старонкі </ A> (у <code> index.php </code>, <code> сінгл. PHP </cod> і / або <code> page.php </ code>) \t\t \t"
|
161 |
|
162 |
+
#: add-to-any.php:728
|
163 |
msgid "Menu Style"
|
164 |
msgstr "Стыль меню"
|
165 |
|
166 |
+
#: add-to-any.php:730
|
167 |
msgid "Using AddToAny's Menu Styler, you can customize the colors of your Share/Save menu! When you're done, be sure to paste the generated code in the <a href=\"#\" onclick=\"document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false\">Additional Options</a> box below."
|
168 |
msgstr "Выкарыстанне Дадаць у любое меню Styler, вы можаце наладзіць колеры вашага Адкрыць / Захаваць мяню! Калі вы скончыце, не забудзьцеся ўставіць генераваны код у <a href=\"#\" onclick=\"document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false\"> Дадатковыя параметры </ A> ніжэй."
|
169 |
|
170 |
+
#: add-to-any.php:732
|
171 |
msgid "Open the AddToAny Menu Styler in a new window"
|
172 |
msgstr "Адкрыць Дадаць у меню Styler у новым акне"
|
173 |
|
174 |
+
#: add-to-any.php:734
|
175 |
msgid "Open Menu Styler"
|
176 |
msgstr "Адкрыць меню Styler"
|
177 |
|
178 |
+
#: add-to-any.php:739
|
179 |
msgid "Menu Options"
|
180 |
msgstr "Меню опцый"
|
181 |
|
182 |
+
#: add-to-any.php:744
|
|
|
|
|
|
|
|
|
183 |
msgid "Show the title of the post (or page) within the menu"
|
184 |
msgstr "Паказаць назву запісу(альбо старонкі) без меню"
|
185 |
|
186 |
+
#: add-to-any.php:751
|
187 |
msgid "Only show the menu when the user clicks the Share/Save button"
|
188 |
msgstr " Паказваць толькі меню, калі карыстальнік клікае клавішу Адкрыць/Захаваць"
|
189 |
|
190 |
+
#: add-to-any.php:757
|
191 |
msgid "Open the addtoany.com menu page in a new tab or window if the user clicks the Share/Save button"
|
192 |
msgstr "Адкрыць меню addtoany.com старонкі ў новую ўкладку або акно, калі карыстальнік націскае кнопку Адкрыць/ Захаваць \t\t \t"
|
193 |
|
194 |
+
#: add-to-any.php:762
|
195 |
msgid "Additional Options"
|
196 |
msgstr "Дадатковыя Опцыі"
|
197 |
|
198 |
+
#: add-to-any.php:766
|
199 |
msgid "Paste the code from AddToAny's Menu Styler in the box below!"
|
200 |
msgstr "Уставіць код з Дадаць у любое меню Styler у поле ніжэй!"
|
201 |
|
202 |
+
#: add-to-any.php:770
|
203 |
msgid "Below you can set special JavaScript variables to apply to each Share/Save menu."
|
204 |
msgstr "Ніжэй вы можаце ўсталяваць адмысловы JavaScript, які будзе ўжывацца да кожнага Адкрыць / Захаваць меню."
|
205 |
|
206 |
+
#: add-to-any.php:771
|
207 |
msgid "Advanced users might want to explore AddToAny's <a href=\"http://www.addtoany.com/buttons/customize/\" target=\"_blank\">additional options</a>."
|
208 |
msgstr "Дасведчаныя карыстальнікі, магчыма, пажадаюць вывучыць Дадаць у <a href=\"http://www.addtoany.com/buttons/customize/\" target=\"_blank\"> JavaScript API </ A>."
|
209 |
|
210 |
+
#: add-to-any.php:777
|
211 |
msgid "<strong>Note</strong>: If you're adding new code, be careful not to accidentally overwrite any previous code.</label>"
|
212 |
msgstr "<strong>Note</strong>: If you're adding new code, be careful not to accidentally overwrite any previous code.</label><strong>Заўвага</strong> : Калі Вы дадаеце новы код, будзьце ўважлівыя і не перапішыце выпадкова любы папярэдні код."
|
213 |
|
214 |
+
#: add-to-any.php:782
|
215 |
#, fuzzy
|
216 |
msgid "Advanced Options"
|
217 |
msgstr "Дадатковыя Опцыі"
|
218 |
|
219 |
+
#: add-to-any.php:787
|
220 |
msgid "Use CSS stylesheet"
|
221 |
msgstr ""
|
222 |
|
223 |
+
#: add-to-any.php:792
|
224 |
msgid "Cache AddToAny locally with daily cache updates"
|
225 |
msgstr ""
|
226 |
|
227 |
+
#: add-to-any.php:796
|
228 |
msgid "If unchecked, be sure to place the CSS in your theme's stylesheet:"
|
229 |
msgstr ""
|
230 |
|
231 |
+
#: add-to-any.php:801
|
232 |
+
msgid "Only consider for sites with frequently returning visitors. Since many visitors will have AddToAny cached in their browser already, serving AddToAny locally from your site will be slower for those visitors. Be sure to set far future cache/expires headers for image files in your <code>uploads/addtoany</code> directory."
|
233 |
msgstr ""
|
234 |
|
235 |
+
#: add-to-any.php:808
|
236 |
msgid "Save Changes"
|
237 |
msgstr "Захаваць змены"
|
238 |
|
239 |
+
#: add-to-any.php:813
|
240 |
msgid "Like this plugin?"
|
241 |
msgstr "Як і гэты плагін?"
|
242 |
|
243 |
+
#: add-to-any.php:814
|
244 |
msgid "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Give it a good rating</a> on WordPress.org."
|
245 |
msgstr "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Дайте хороший рейтинг</a> на WordPress.org."
|
246 |
|
247 |
+
#: add-to-any.php:815
|
248 |
msgid "<a href=\"http://www.addtoany.com/share_save?linkname=WordPress%20Share%20%2F%20Bookmark%20Plugin%20by%20AddToAny.com&linkurl=http%3A%2F%2Fwordpress.org%2Fextend%2Fplugins%2Fadd-to-any%2F\">Share it</a> with your friends."
|
249 |
msgstr "<a href=\"http://www.addtoany.com/share_save?linkname=WordPress%20Share%20%2F%20Bookmark%20Plugin%20by%20AddToAny.com&linkurl=http%3A%2F%2Fwordpress.org%2Fextend%2Fplugins%2Fadd-to-any%2F\">Share it</a>с друзьями."
|
250 |
|
251 |
+
#: add-to-any.php:817
|
252 |
msgid "Need support?"
|
253 |
msgstr "Патрэбна падтрымка?"
|
254 |
|
255 |
+
#: add-to-any.php:818
|
256 |
msgid "See the <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">FAQs</a>."
|
257 |
msgstr "Паглядзіце <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">FAQs</a>."
|
258 |
|
259 |
+
#: add-to-any.php:819
|
260 |
msgid "Search the <a href=\"http://wordpress.org/tags/add-to-any\">support forums</a>."
|
261 |
msgstr "Пошук <a href=\"http://wordpress.org/tags/add-to-any\">support forums</a>."
|
262 |
|
263 |
+
#: add-to-any.php:926
|
264 |
msgid "Add/Remove Services"
|
265 |
msgstr "Дадаць/Выдаліць паслугі"
|
266 |
|
267 |
+
#: add-to-any.php:978
|
268 |
msgid "Share/Save"
|
269 |
msgstr "Адкрыць/Захаваць"
|
270 |
|
271 |
+
#: add-to-any.php:979
|
272 |
msgid "Share/Save Buttons"
|
273 |
msgstr "Кнопка Адкрыць/Захаваць"
|
274 |
|
275 |
+
#~ msgid ""
|
276 |
+
#~ "Hide embedded objects (Flash, video, etc.) that intersect with the menu "
|
277 |
+
#~ "when displayed"
|
278 |
+
#~ msgstr ""
|
279 |
+
#~ "Схаваць убудаваыях аб'екты (Flash, відэа і г.д.), якія перасякаюцца з "
|
280 |
+
#~ "меню пры адлюстраванні"
|
281 |
#~ msgid "Services"
|
282 |
#~ msgstr "Паслугі"
|
283 |
|
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: 2010-
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: Pat <no@no.com>\n"
|
8 |
"Language-Team: <robert.buj@gmail.com>\n"
|
@@ -15,268 +15,270 @@ msgstr ""
|
|
15 |
"X-Poedit-Country: SPAIN\n"
|
16 |
"X-Poedit-SearchPath-0: .\n"
|
17 |
|
18 |
-
#: add-to-any.php:
|
19 |
msgid "Share"
|
20 |
msgstr "Compartir"
|
21 |
|
22 |
-
#: add-to-any.php:
|
23 |
msgid "Save"
|
24 |
msgstr "Desar"
|
25 |
|
26 |
-
#: add-to-any.php:
|
27 |
msgid "Subscribe"
|
28 |
msgstr "Subscriure's"
|
29 |
|
30 |
-
#: add-to-any.php:
|
31 |
msgid "E-mail"
|
32 |
msgstr "Correu electrònic"
|
33 |
|
34 |
-
#: add-to-any.php:
|
35 |
msgid "Bookmark"
|
36 |
msgstr "Preferit"
|
37 |
|
38 |
-
#: add-to-any.php:
|
39 |
msgid "Show all"
|
40 |
msgstr "Mostrar tots"
|
41 |
|
42 |
-
#: add-to-any.php:
|
43 |
msgid "Show less"
|
44 |
msgstr "Mostrar menys"
|
45 |
|
46 |
-
#: add-to-any.php:
|
47 |
msgid "Find service(s)"
|
48 |
msgstr "Buscar servei(s)"
|
49 |
|
50 |
-
#: add-to-any.php:
|
51 |
msgid "Instantly find any service to add to"
|
52 |
msgstr "Trobar instantàniament qualsevol servei per a afegir a"
|
53 |
|
54 |
-
#: add-to-any.php:
|
55 |
msgid "Powered by"
|
56 |
msgstr "Potenciat per"
|
57 |
|
58 |
-
#: add-to-any.php:
|
59 |
msgid "Share via e-mail"
|
60 |
msgstr "Compartir per correu electrònic"
|
61 |
|
62 |
-
#: add-to-any.php:
|
63 |
msgid "Subscribe via e-mail"
|
64 |
msgstr "Subscriure per correu electrònic"
|
65 |
|
66 |
-
#: add-to-any.php:
|
67 |
msgid "Bookmark in your browser"
|
68 |
msgstr "Afegir l'adreça d'interès al vostre navegador"
|
69 |
|
70 |
-
#: add-to-any.php:
|
71 |
msgid "Press Ctrl+D or ⌘+D to bookmark this page"
|
72 |
msgstr "Pressioneu Ctrl+D o ⌘+D per afegir a preferits aquesta pàgina"
|
73 |
|
74 |
-
#: add-to-any.php:
|
75 |
msgid "Add to your favorites"
|
76 |
msgstr "Afegir als vostres favorits"
|
77 |
|
78 |
-
#: add-to-any.php:
|
79 |
msgid "Send from any e-mail address or e-mail program"
|
80 |
msgstr "Enviar des de qualsevol adreça de correu electrònic o programa de correu electrònic"
|
81 |
|
82 |
-
#: add-to-any.php:
|
83 |
msgid "E-mail program"
|
84 |
msgstr "Programa de correu electrònic"
|
85 |
|
86 |
-
#: add-to-any.php:
|
87 |
msgid "Your theme needs to be fixed. To fix your theme, use the <a href=\"theme-editor.php\">Theme Editor</a> to insert <code><?php wp_footer(); ?></code> just before the <code></body></code> line of your theme's <code>footer.php</code> file."
|
88 |
msgstr "El vostre tema ha de ser corregit. per corregir-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>."
|
89 |
|
90 |
-
#: add-to-any.php:
|
91 |
#, php-format
|
92 |
msgid "Unable to create directory %s. Is its parent directory writable by the server?"
|
93 |
msgstr ""
|
94 |
|
95 |
-
#: add-to-any.php:
|
96 |
-
#: add-to-any.php:
|
97 |
-
#: add-to-any.php:
|
98 |
-
#: add-to-any.php:
|
99 |
-
#: add-to-any.php:
|
100 |
-
#: add-to-any.php:
|
101 |
#, fuzzy
|
102 |
msgid "Share/Bookmark"
|
103 |
msgstr "Preferit"
|
104 |
|
105 |
-
#: add-to-any.php:
|
106 |
msgid "Settings saved."
|
107 |
msgstr "Preferències desades."
|
108 |
|
109 |
-
#: add-to-any.php:
|
110 |
msgid "AddToAny: Share/Save "
|
111 |
msgstr "AddToAny: Compartir/Desar "
|
112 |
|
113 |
-
#: add-to-any.php:
|
114 |
-
#: add-to-any.php:
|
115 |
-
#: add-to-any.php:
|
116 |
msgid "Settings"
|
117 |
msgstr "Preferències"
|
118 |
|
119 |
-
#: add-to-any.php:
|
120 |
msgid "Standalone Services"
|
121 |
msgstr "Serveis integrats"
|
122 |
|
123 |
-
#: add-to-any.php:
|
124 |
msgid "Choose the services you want below. Click a chosen service again to remove. Reorder services by dragging and dropping as they appear above."
|
125 |
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 desitgeu."
|
126 |
|
127 |
-
#: add-to-any.php:
|
128 |
msgid "Button"
|
129 |
msgstr "Botó"
|
130 |
|
131 |
-
#: add-to-any.php:
|
132 |
msgid "Image URL"
|
133 |
msgstr "URL de la imatge"
|
134 |
|
135 |
-
#: add-to-any.php:
|
136 |
msgid "Text only"
|
137 |
msgstr "Només text"
|
138 |
|
139 |
-
#: add-to-any.php:
|
140 |
msgid "Placement"
|
141 |
msgstr "Emplaçament"
|
142 |
|
143 |
-
#: add-to-any.php:
|
144 |
msgid "Display Share/Save button at the bottom of posts"
|
145 |
msgstr "Mostrar el botó de Compartir/Desar sota tots els escrits"
|
146 |
|
147 |
-
#: add-to-any.php:
|
148 |
msgid "Display Share/Save button at the bottom of posts on the front page"
|
149 |
msgstr "Mostrar el botó de Compartir/Desar a la pàgina principal"
|
150 |
|
151 |
-
#: add-to-any.php:
|
152 |
msgid "Display Share/Save button at the bottom of posts in the feed"
|
153 |
msgstr "Mostrar el botó de Compartir/Desar sota tots els escrits al feed"
|
154 |
|
155 |
-
#: add-to-any.php:
|
156 |
msgid "Display Share/Save button at the bottom of pages"
|
157 |
msgstr "Mostrar el botó de Compartir/Desar sota les pàgines"
|
158 |
|
159 |
-
#: add-to-any.php:
|
160 |
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>)"
|
161 |
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>)"
|
162 |
|
163 |
-
#: add-to-any.php:
|
164 |
msgid "Menu Style"
|
165 |
msgstr "Estil del menú"
|
166 |
|
167 |
-
#: add-to-any.php:
|
168 |
msgid "Using AddToAny's Menu Styler, you can customize the colors of your Share/Save menu! When you're done, be sure to paste the generated code in the <a href=\"#\" onclick=\"document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false\">Additional Options</a> box below."
|
169 |
msgstr "Utilitzant el personalitzador d'estil de AddToAny, 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."
|
170 |
|
171 |
-
#: add-to-any.php:
|
172 |
msgid "Open the AddToAny Menu Styler in a new window"
|
173 |
msgstr "Obrir el personalitzador d'estil de AddToAny a una nova finestra"
|
174 |
|
175 |
-
#: add-to-any.php:
|
176 |
msgid "Open Menu Styler"
|
177 |
msgstr "Obrir el personalitzador d'estils"
|
178 |
|
179 |
-
#: add-to-any.php:
|
180 |
msgid "Menu Options"
|
181 |
msgstr "Opcions del menú"
|
182 |
|
183 |
-
#: add-to-any.php:
|
184 |
-
msgid "Hide embedded objects (Flash, video, etc.) that intersect with the menu when displayed"
|
185 |
-
msgstr "Amagar objectes incrustats (Flash, vídeo, etc) que interseccionin amb el menú quan aquest aparegui"
|
186 |
-
|
187 |
-
#: add-to-any.php:723
|
188 |
msgid "Show the title of the post (or page) within the menu"
|
189 |
msgstr "Mostrar el títol de l'entrada (o de la pàgina) dins del menú"
|
190 |
|
191 |
-
#: add-to-any.php:
|
192 |
msgid "Only show the menu when the user clicks the Share/Save button"
|
193 |
msgstr "Mostrar el menú solament quan un usuari cliqui sobre el botó Compartir/Desar"
|
194 |
|
195 |
-
#: add-to-any.php:
|
196 |
msgid "Open the addtoany.com menu page in a new tab or window if the user clicks the Share/Save button"
|
197 |
msgstr "Obrir el menú de addtoany.com en una nova pestanya o finestra si l'usuari clica al botó Compartir/Desar"
|
198 |
|
199 |
-
#: add-to-any.php:
|
200 |
msgid "Additional Options"
|
201 |
msgstr "Opcions addicionals"
|
202 |
|
203 |
-
#: add-to-any.php:
|
204 |
msgid "Paste the code from AddToAny's Menu Styler in the box below!"
|
205 |
msgstr "Enganxeu el codi del personalitzador d'estil al següent requadre!"
|
206 |
|
207 |
-
#: add-to-any.php:
|
208 |
msgid "Below you can set special JavaScript variables to apply to each Share/Save menu."
|
209 |
msgstr "A continuació, podeu establir variables especials de JavaScript per aplicar a cada menú Compartir/Desar."
|
210 |
|
211 |
-
#: add-to-any.php:
|
212 |
msgid "Advanced users might want to explore AddToAny's <a href=\"http://www.addtoany.com/buttons/customize/\" target=\"_blank\">additional options</a>."
|
213 |
msgstr "Els usuaris avançats poden preferir explorar l'<a href=\"http://www.addtoany.com/buttons/customize/\" target=\"_blank\">API JavaScript</a> de AddToAny."
|
214 |
|
215 |
-
#: add-to-any.php:
|
216 |
msgid "<strong>Note</strong>: If you're adding new code, be careful not to accidentally overwrite any previous code.</label>"
|
217 |
msgstr "<strong>Nota</strong>: Si heu d'afegir un nou codi, tingueu cura de no sobreescriure accidentalment qualsevol codi anterior.</label>"
|
218 |
|
219 |
-
#: add-to-any.php:
|
220 |
#, fuzzy
|
221 |
msgid "Advanced Options"
|
222 |
msgstr "Opcions addicionals"
|
223 |
|
224 |
-
#: add-to-any.php:
|
225 |
msgid "Use CSS stylesheet"
|
226 |
msgstr ""
|
227 |
|
228 |
-
#: add-to-any.php:
|
229 |
msgid "Cache AddToAny locally with daily cache updates"
|
230 |
msgstr ""
|
231 |
|
232 |
-
#: add-to-any.php:
|
233 |
msgid "If unchecked, be sure to place the CSS in your theme's stylesheet:"
|
234 |
msgstr ""
|
235 |
|
236 |
-
#: add-to-any.php:
|
237 |
-
msgid "Only consider for
|
238 |
msgstr ""
|
239 |
|
240 |
-
#: add-to-any.php:
|
241 |
msgid "Save Changes"
|
242 |
msgstr "Desar els canvis"
|
243 |
|
244 |
-
#: add-to-any.php:
|
245 |
msgid "Like this plugin?"
|
246 |
msgstr "Com aquesta extensió?"
|
247 |
|
248 |
-
#: add-to-any.php:
|
249 |
msgid "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Give it a good rating</a> on WordPress.org."
|
250 |
msgstr "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Doneu-li una bona qualificació</a> a WordPress.org."
|
251 |
|
252 |
-
#: add-to-any.php:
|
253 |
msgid "<a href=\"http://www.addtoany.com/share_save?linkname=WordPress%20Share%20%2F%20Bookmark%20Plugin%20by%20AddToAny.com&linkurl=http%3A%2F%2Fwordpress.org%2Fextend%2Fplugins%2Fadd-to-any%2F\">Share it</a> with your friends."
|
254 |
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."
|
255 |
|
256 |
-
#: add-to-any.php:
|
257 |
msgid "Need support?"
|
258 |
msgstr "Necessiteu suport?"
|
259 |
|
260 |
-
#: add-to-any.php:
|
261 |
msgid "See the <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">FAQs</a>."
|
262 |
msgstr "Vegeu les <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">Preguntes més freqüents</a>."
|
263 |
|
264 |
-
#: add-to-any.php:
|
265 |
msgid "Search the <a href=\"http://wordpress.org/tags/add-to-any\">support forums</a>."
|
266 |
msgstr "Cercar als <a href=\"http://wordpress.org/tags/add-to-any\">fòrums de suport</a>."
|
267 |
|
268 |
-
#: add-to-any.php:
|
269 |
msgid "Add/Remove Services"
|
270 |
msgstr "Serveis Compartir/Desar"
|
271 |
|
272 |
-
#: add-to-any.php:
|
273 |
msgid "Share/Save"
|
274 |
msgstr "Compartir/Desar"
|
275 |
|
276 |
-
#: add-to-any.php:
|
277 |
msgid "Share/Save Buttons"
|
278 |
msgstr "Botons de Compartir/Desar"
|
279 |
|
|
|
|
|
|
|
|
|
|
|
|
|
280 |
#~ msgid "Services"
|
281 |
#~ msgstr "Serveis"
|
282 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: add-to-any\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2010-07-20 01:02-0800\n"
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: Pat <no@no.com>\n"
|
8 |
"Language-Team: <robert.buj@gmail.com>\n"
|
15 |
"X-Poedit-Country: SPAIN\n"
|
16 |
"X-Poedit-SearchPath-0: .\n"
|
17 |
|
18 |
+
#: add-to-any.php:258
|
19 |
msgid "Share"
|
20 |
msgstr "Compartir"
|
21 |
|
22 |
+
#: add-to-any.php:259
|
23 |
msgid "Save"
|
24 |
msgstr "Desar"
|
25 |
|
26 |
+
#: add-to-any.php:260
|
27 |
msgid "Subscribe"
|
28 |
msgstr "Subscriure's"
|
29 |
|
30 |
+
#: add-to-any.php:261
|
31 |
msgid "E-mail"
|
32 |
msgstr "Correu electrònic"
|
33 |
|
34 |
+
#: add-to-any.php:262
|
35 |
msgid "Bookmark"
|
36 |
msgstr "Preferit"
|
37 |
|
38 |
+
#: add-to-any.php:263
|
39 |
msgid "Show all"
|
40 |
msgstr "Mostrar tots"
|
41 |
|
42 |
+
#: add-to-any.php:264
|
43 |
msgid "Show less"
|
44 |
msgstr "Mostrar menys"
|
45 |
|
46 |
+
#: add-to-any.php:265
|
47 |
msgid "Find service(s)"
|
48 |
msgstr "Buscar servei(s)"
|
49 |
|
50 |
+
#: add-to-any.php:266
|
51 |
msgid "Instantly find any service to add to"
|
52 |
msgstr "Trobar instantàniament qualsevol servei per a afegir a"
|
53 |
|
54 |
+
#: add-to-any.php:267
|
55 |
msgid "Powered by"
|
56 |
msgstr "Potenciat per"
|
57 |
|
58 |
+
#: add-to-any.php:268
|
59 |
msgid "Share via e-mail"
|
60 |
msgstr "Compartir per correu electrònic"
|
61 |
|
62 |
+
#: add-to-any.php:269
|
63 |
msgid "Subscribe via e-mail"
|
64 |
msgstr "Subscriure per correu electrònic"
|
65 |
|
66 |
+
#: add-to-any.php:270
|
67 |
msgid "Bookmark in your browser"
|
68 |
msgstr "Afegir l'adreça d'interès al vostre navegador"
|
69 |
|
70 |
+
#: add-to-any.php:271
|
71 |
msgid "Press Ctrl+D or ⌘+D to bookmark this page"
|
72 |
msgstr "Pressioneu Ctrl+D o ⌘+D per afegir a preferits aquesta pàgina"
|
73 |
|
74 |
+
#: add-to-any.php:272
|
75 |
msgid "Add to your favorites"
|
76 |
msgstr "Afegir als vostres favorits"
|
77 |
|
78 |
+
#: add-to-any.php:273
|
79 |
msgid "Send from any e-mail address or e-mail program"
|
80 |
msgstr "Enviar des de qualsevol adreça de correu electrònic o programa de correu electrònic"
|
81 |
|
82 |
+
#: add-to-any.php:274
|
83 |
msgid "E-mail program"
|
84 |
msgstr "Programa de correu electrònic"
|
85 |
|
86 |
+
#: add-to-any.php:299
|
87 |
msgid "Your theme needs to be fixed. To fix your theme, use the <a href=\"theme-editor.php\">Theme Editor</a> to insert <code><?php wp_footer(); ?></code> just before the <code></body></code> line of your theme's <code>footer.php</code> file."
|
88 |
msgstr "El vostre tema ha de ser corregit. per corregir-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>."
|
89 |
|
90 |
+
#: add-to-any.php:490
|
91 |
#, php-format
|
92 |
msgid "Unable to create directory %s. Is its parent directory writable by the server?"
|
93 |
msgstr ""
|
94 |
|
95 |
+
#: add-to-any.php:566
|
96 |
+
#: add-to-any.php:639
|
97 |
+
#: add-to-any.php:643
|
98 |
+
#: add-to-any.php:647
|
99 |
+
#: add-to-any.php:651
|
100 |
+
#: add-to-any.php:683
|
101 |
#, fuzzy
|
102 |
msgid "Share/Bookmark"
|
103 |
msgstr "Preferit"
|
104 |
|
105 |
+
#: add-to-any.php:580
|
106 |
msgid "Settings saved."
|
107 |
msgstr "Preferències desades."
|
108 |
|
109 |
+
#: add-to-any.php:593
|
110 |
msgid "AddToAny: Share/Save "
|
111 |
msgstr "AddToAny: Compartir/Desar "
|
112 |
|
113 |
+
#: add-to-any.php:593
|
114 |
+
#: add-to-any.php:978
|
115 |
+
#: add-to-any.php:1002
|
116 |
msgid "Settings"
|
117 |
msgstr "Preferències"
|
118 |
|
119 |
+
#: add-to-any.php:602
|
120 |
msgid "Standalone Services"
|
121 |
msgstr "Serveis integrats"
|
122 |
|
123 |
+
#: add-to-any.php:607
|
124 |
msgid "Choose the services you want below. Click a chosen service again to remove. Reorder services by dragging and dropping as they appear above."
|
125 |
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 desitgeu."
|
126 |
|
127 |
+
#: add-to-any.php:634
|
128 |
msgid "Button"
|
129 |
msgstr "Botó"
|
130 |
|
131 |
+
#: add-to-any.php:673
|
132 |
msgid "Image URL"
|
133 |
msgstr "URL de la imatge"
|
134 |
|
135 |
+
#: add-to-any.php:680
|
136 |
msgid "Text only"
|
137 |
msgstr "Només text"
|
138 |
|
139 |
+
#: add-to-any.php:688
|
140 |
msgid "Placement"
|
141 |
msgstr "Emplaçament"
|
142 |
|
143 |
+
#: add-to-any.php:697
|
144 |
msgid "Display Share/Save button at the bottom of posts"
|
145 |
msgstr "Mostrar el botó de Compartir/Desar sota tots els escrits"
|
146 |
|
147 |
+
#: add-to-any.php:704
|
148 |
msgid "Display Share/Save button at the bottom of posts on the front page"
|
149 |
msgstr "Mostrar el botó de Compartir/Desar a la pàgina principal"
|
150 |
|
151 |
+
#: add-to-any.php:711
|
152 |
msgid "Display Share/Save button at the bottom of posts in the feed"
|
153 |
msgstr "Mostrar el botó de Compartir/Desar sota tots els escrits al feed"
|
154 |
|
155 |
+
#: add-to-any.php:715
|
156 |
msgid "Display Share/Save button at the bottom of pages"
|
157 |
msgstr "Mostrar el botó de Compartir/Desar sota les pàgines"
|
158 |
|
159 |
+
#: add-to-any.php:719
|
160 |
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>)"
|
161 |
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>)"
|
162 |
|
163 |
+
#: add-to-any.php:728
|
164 |
msgid "Menu Style"
|
165 |
msgstr "Estil del menú"
|
166 |
|
167 |
+
#: add-to-any.php:730
|
168 |
msgid "Using AddToAny's Menu Styler, you can customize the colors of your Share/Save menu! When you're done, be sure to paste the generated code in the <a href=\"#\" onclick=\"document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false\">Additional Options</a> box below."
|
169 |
msgstr "Utilitzant el personalitzador d'estil de AddToAny, 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."
|
170 |
|
171 |
+
#: add-to-any.php:732
|
172 |
msgid "Open the AddToAny Menu Styler in a new window"
|
173 |
msgstr "Obrir el personalitzador d'estil de AddToAny a una nova finestra"
|
174 |
|
175 |
+
#: add-to-any.php:734
|
176 |
msgid "Open Menu Styler"
|
177 |
msgstr "Obrir el personalitzador d'estils"
|
178 |
|
179 |
+
#: add-to-any.php:739
|
180 |
msgid "Menu Options"
|
181 |
msgstr "Opcions del menú"
|
182 |
|
183 |
+
#: add-to-any.php:744
|
|
|
|
|
|
|
|
|
184 |
msgid "Show the title of the post (or page) within the menu"
|
185 |
msgstr "Mostrar el títol de l'entrada (o de la pàgina) dins del menú"
|
186 |
|
187 |
+
#: add-to-any.php:751
|
188 |
msgid "Only show the menu when the user clicks the Share/Save button"
|
189 |
msgstr "Mostrar el menú solament quan un usuari cliqui sobre el botó Compartir/Desar"
|
190 |
|
191 |
+
#: add-to-any.php:757
|
192 |
msgid "Open the addtoany.com menu page in a new tab or window if the user clicks the Share/Save button"
|
193 |
msgstr "Obrir el menú de addtoany.com en una nova pestanya o finestra si l'usuari clica al botó Compartir/Desar"
|
194 |
|
195 |
+
#: add-to-any.php:762
|
196 |
msgid "Additional Options"
|
197 |
msgstr "Opcions addicionals"
|
198 |
|
199 |
+
#: add-to-any.php:766
|
200 |
msgid "Paste the code from AddToAny's Menu Styler in the box below!"
|
201 |
msgstr "Enganxeu el codi del personalitzador d'estil al següent requadre!"
|
202 |
|
203 |
+
#: add-to-any.php:770
|
204 |
msgid "Below you can set special JavaScript variables to apply to each Share/Save menu."
|
205 |
msgstr "A continuació, podeu establir variables especials de JavaScript per aplicar a cada menú Compartir/Desar."
|
206 |
|
207 |
+
#: add-to-any.php:771
|
208 |
msgid "Advanced users might want to explore AddToAny's <a href=\"http://www.addtoany.com/buttons/customize/\" target=\"_blank\">additional options</a>."
|
209 |
msgstr "Els usuaris avançats poden preferir explorar l'<a href=\"http://www.addtoany.com/buttons/customize/\" target=\"_blank\">API JavaScript</a> de AddToAny."
|
210 |
|
211 |
+
#: add-to-any.php:777
|
212 |
msgid "<strong>Note</strong>: If you're adding new code, be careful not to accidentally overwrite any previous code.</label>"
|
213 |
msgstr "<strong>Nota</strong>: Si heu d'afegir un nou codi, tingueu cura de no sobreescriure accidentalment qualsevol codi anterior.</label>"
|
214 |
|
215 |
+
#: add-to-any.php:782
|
216 |
#, fuzzy
|
217 |
msgid "Advanced Options"
|
218 |
msgstr "Opcions addicionals"
|
219 |
|
220 |
+
#: add-to-any.php:787
|
221 |
msgid "Use CSS stylesheet"
|
222 |
msgstr ""
|
223 |
|
224 |
+
#: add-to-any.php:792
|
225 |
msgid "Cache AddToAny locally with daily cache updates"
|
226 |
msgstr ""
|
227 |
|
228 |
+
#: add-to-any.php:796
|
229 |
msgid "If unchecked, be sure to place the CSS in your theme's stylesheet:"
|
230 |
msgstr ""
|
231 |
|
232 |
+
#: add-to-any.php:801
|
233 |
+
msgid "Only consider for sites with frequently returning visitors. Since many visitors will have AddToAny cached in their browser already, serving AddToAny locally from your site will be slower for those visitors. Be sure to set far future cache/expires headers for image files in your <code>uploads/addtoany</code> directory."
|
234 |
msgstr ""
|
235 |
|
236 |
+
#: add-to-any.php:808
|
237 |
msgid "Save Changes"
|
238 |
msgstr "Desar els canvis"
|
239 |
|
240 |
+
#: add-to-any.php:813
|
241 |
msgid "Like this plugin?"
|
242 |
msgstr "Com aquesta extensió?"
|
243 |
|
244 |
+
#: add-to-any.php:814
|
245 |
msgid "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Give it a good rating</a> on WordPress.org."
|
246 |
msgstr "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Doneu-li una bona qualificació</a> a WordPress.org."
|
247 |
|
248 |
+
#: add-to-any.php:815
|
249 |
msgid "<a href=\"http://www.addtoany.com/share_save?linkname=WordPress%20Share%20%2F%20Bookmark%20Plugin%20by%20AddToAny.com&linkurl=http%3A%2F%2Fwordpress.org%2Fextend%2Fplugins%2Fadd-to-any%2F\">Share it</a> with your friends."
|
250 |
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."
|
251 |
|
252 |
+
#: add-to-any.php:817
|
253 |
msgid "Need support?"
|
254 |
msgstr "Necessiteu suport?"
|
255 |
|
256 |
+
#: add-to-any.php:818
|
257 |
msgid "See the <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">FAQs</a>."
|
258 |
msgstr "Vegeu les <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">Preguntes més freqüents</a>."
|
259 |
|
260 |
+
#: add-to-any.php:819
|
261 |
msgid "Search the <a href=\"http://wordpress.org/tags/add-to-any\">support forums</a>."
|
262 |
msgstr "Cercar als <a href=\"http://wordpress.org/tags/add-to-any\">fòrums de suport</a>."
|
263 |
|
264 |
+
#: add-to-any.php:926
|
265 |
msgid "Add/Remove Services"
|
266 |
msgstr "Serveis Compartir/Desar"
|
267 |
|
268 |
+
#: add-to-any.php:978
|
269 |
msgid "Share/Save"
|
270 |
msgstr "Compartir/Desar"
|
271 |
|
272 |
+
#: add-to-any.php:979
|
273 |
msgid "Share/Save Buttons"
|
274 |
msgstr "Botons de Compartir/Desar"
|
275 |
|
276 |
+
#~ msgid ""
|
277 |
+
#~ "Hide embedded objects (Flash, video, etc.) that intersect with the menu "
|
278 |
+
#~ "when displayed"
|
279 |
+
#~ msgstr ""
|
280 |
+
#~ "Amagar objectes incrustats (Flash, vídeo, etc) que interseccionin amb el "
|
281 |
+
#~ "menú quan aquest aparegui"
|
282 |
#~ msgid "Services"
|
283 |
#~ msgstr "Serveis"
|
284 |
|
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: 2010-
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: Pat <no@no.com>\n"
|
8 |
"Language-Team: Team Blogos <wordpress@blogos.dk>\n"
|
@@ -17,267 +17,269 @@ msgstr ""
|
|
17 |
"X-Poedit-SourceCharset: utf-8\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
-
#: add-to-any.php:
|
21 |
msgid "Share"
|
22 |
msgstr "Del"
|
23 |
|
24 |
-
#: add-to-any.php:
|
25 |
msgid "Save"
|
26 |
msgstr "Gem"
|
27 |
|
28 |
-
#: add-to-any.php:
|
29 |
msgid "Subscribe"
|
30 |
msgstr "Subskribér"
|
31 |
|
32 |
-
#: add-to-any.php:
|
33 |
msgid "E-mail"
|
34 |
msgstr "E-mail"
|
35 |
|
36 |
-
#: add-to-any.php:
|
37 |
msgid "Bookmark"
|
38 |
msgstr "Bogmærk"
|
39 |
|
40 |
-
#: add-to-any.php:
|
41 |
msgid "Show all"
|
42 |
msgstr "Vis alle"
|
43 |
|
44 |
-
#: add-to-any.php:
|
45 |
msgid "Show less"
|
46 |
msgstr "Vis mindre"
|
47 |
|
48 |
-
#: add-to-any.php:
|
49 |
msgid "Find service(s)"
|
50 |
msgstr "Find service(s)"
|
51 |
|
52 |
-
#: add-to-any.php:
|
53 |
msgid "Instantly find any service to add to"
|
54 |
msgstr "Find øjeblikkelig alle services at tilføje til"
|
55 |
|
56 |
-
#: add-to-any.php:
|
57 |
msgid "Powered by"
|
58 |
msgstr "Kører på"
|
59 |
|
60 |
-
#: add-to-any.php:
|
61 |
msgid "Share via e-mail"
|
62 |
msgstr "Del via e-mail"
|
63 |
|
64 |
-
#: add-to-any.php:
|
65 |
msgid "Subscribe via e-mail"
|
66 |
msgstr "Subskribér via e-mail"
|
67 |
|
68 |
-
#: add-to-any.php:
|
69 |
msgid "Bookmark in your browser"
|
70 |
msgstr "Bogmærk i din browswer"
|
71 |
|
72 |
-
#: add-to-any.php:
|
73 |
msgid "Press Ctrl+D or ⌘+D to bookmark this page"
|
74 |
msgstr "Press Ctrl-D eller Cmd-D for at bogmærke denne side"
|
75 |
|
76 |
-
#: add-to-any.php:
|
77 |
msgid "Add to your favorites"
|
78 |
msgstr "Tilføj til dine favoritter"
|
79 |
|
80 |
-
#: add-to-any.php:
|
81 |
msgid "Send from any e-mail address or e-mail program"
|
82 |
msgstr "Send fra enhver e-mail-adreses eller e-mail-program"
|
83 |
|
84 |
-
#: add-to-any.php:
|
85 |
msgid "E-mail program"
|
86 |
msgstr "E-mail-program"
|
87 |
|
88 |
-
#: add-to-any.php:
|
89 |
msgid "Your theme needs to be fixed. To fix your theme, use the <a href=\"theme-editor.php\">Theme Editor</a> to insert <code><?php wp_footer(); ?></code> just before the <code></body></code> line of your theme's <code>footer.php</code> file."
|
90 |
msgstr "Dit tema skal repareres. For at gøre det skal du bruge <a href=\"theme-editor.php\">temaeditoren</a> til at indsætte koden <code><?php wp_footer(); ?></code> lige før <code></body></code>-linjen i dit temas <code>footer.php</code>-fil."
|
91 |
|
92 |
-
#: add-to-any.php:
|
93 |
#, php-format
|
94 |
msgid "Unable to create directory %s. Is its parent directory writable by the server?"
|
95 |
msgstr ""
|
96 |
|
97 |
-
#: add-to-any.php:
|
98 |
-
#: add-to-any.php:
|
99 |
-
#: add-to-any.php:
|
100 |
-
#: add-to-any.php:
|
101 |
-
#: add-to-any.php:
|
102 |
-
#: add-to-any.php:
|
103 |
msgid "Share/Bookmark"
|
104 |
msgstr "Bogmærk"
|
105 |
|
106 |
-
#: add-to-any.php:
|
107 |
msgid "Settings saved."
|
108 |
msgstr "Indstillinger gemt"
|
109 |
|
110 |
-
#: add-to-any.php:
|
111 |
msgid "AddToAny: Share/Save "
|
112 |
msgstr "Tilføj til enhver: Del/gem"
|
113 |
|
114 |
-
#: add-to-any.php:
|
115 |
-
#: add-to-any.php:
|
116 |
-
#: add-to-any.php:
|
117 |
msgid "Settings"
|
118 |
msgstr "Indstillinger"
|
119 |
|
120 |
-
#: add-to-any.php:
|
121 |
msgid "Standalone Services"
|
122 |
msgstr "Tilføj/fjern tjenesteudbydere"
|
123 |
|
124 |
-
#: add-to-any.php:
|
125 |
msgid "Choose the services you want below. Click a chosen service again to remove. Reorder services by dragging and dropping as they appear above."
|
126 |
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)."
|
127 |
|
128 |
-
#: add-to-any.php:
|
129 |
msgid "Button"
|
130 |
msgstr "Knap"
|
131 |
|
132 |
-
#: add-to-any.php:
|
133 |
msgid "Image URL"
|
134 |
msgstr "Billed-URL"
|
135 |
|
136 |
-
#: add-to-any.php:
|
137 |
msgid "Text only"
|
138 |
msgstr "Kun tekst"
|
139 |
|
140 |
-
#: add-to-any.php:
|
141 |
msgid "Placement"
|
142 |
msgstr "Placering"
|
143 |
|
144 |
-
#: add-to-any.php:
|
145 |
msgid "Display Share/Save button at the bottom of posts"
|
146 |
msgstr "Vis Del-/Gem-knap i bunden af indlæg"
|
147 |
|
148 |
-
#: add-to-any.php:
|
149 |
msgid "Display Share/Save button at the bottom of posts on the front page"
|
150 |
msgstr "Vis Del-/Gem-knap i bunden af indlæg på forsiden"
|
151 |
|
152 |
-
#: add-to-any.php:
|
153 |
msgid "Display Share/Save button at the bottom of posts in the feed"
|
154 |
msgstr "Vis Del-/Gem-knap i bunden af indlæg i feeds"
|
155 |
|
156 |
-
#: add-to-any.php:
|
157 |
msgid "Display Share/Save button at the bottom of pages"
|
158 |
msgstr "Vis Del-/Gem-knap i bunden af sider"
|
159 |
|
160 |
-
#: add-to-any.php:
|
161 |
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>)"
|
162 |
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>)"
|
163 |
|
164 |
-
#: add-to-any.php:
|
165 |
msgid "Menu Style"
|
166 |
msgstr "Menutypografi"
|
167 |
|
168 |
-
#: add-to-any.php:
|
169 |
msgid "Using AddToAny's Menu Styler, you can customize the colors of your Share/Save menu! When you're done, be sure to paste the generated code in the <a href=\"#\" onclick=\"document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false\">Additional Options</a> box below."
|
170 |
msgstr "Ved at bruge AddToAny'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."
|
171 |
|
172 |
-
#: add-to-any.php:
|
173 |
msgid "Open the AddToAny Menu Styler in a new window"
|
174 |
msgstr "Åben AddToAny's menutypograf i et nyt vindue"
|
175 |
|
176 |
-
#: add-to-any.php:
|
177 |
msgid "Open Menu Styler"
|
178 |
msgstr "Åben menutypografen"
|
179 |
|
180 |
-
#: add-to-any.php:
|
181 |
msgid "Menu Options"
|
182 |
msgstr "Menuvalgmuligheder"
|
183 |
|
184 |
-
#: add-to-any.php:
|
185 |
-
msgid "Hide embedded objects (Flash, video, etc.) that intersect with the menu when displayed"
|
186 |
-
msgstr "Skjul indlejrede objekter (flash, video, osv.) som kan påvirke menuen, når den vises"
|
187 |
-
|
188 |
-
#: add-to-any.php:723
|
189 |
msgid "Show the title of the post (or page) within the menu"
|
190 |
msgstr "Vis titlen på indlægget (eller siden) i menuen"
|
191 |
|
192 |
-
#: add-to-any.php:
|
193 |
msgid "Only show the menu when the user clicks the Share/Save button"
|
194 |
msgstr "Vis kun menuen når bruger klikker på Del-/Gem-knappen"
|
195 |
|
196 |
-
#: add-to-any.php:
|
197 |
msgid "Open the addtoany.com menu page in a new tab or window if the user clicks the Share/Save button"
|
198 |
msgstr "Åben menusiden på addtoany.com i en ny fane eller vindue hvis brugeren klikker på Del-/Gem-knappen"
|
199 |
|
200 |
-
#: add-to-any.php:
|
201 |
msgid "Additional Options"
|
202 |
msgstr "Yderligere indstillinger"
|
203 |
|
204 |
-
#: add-to-any.php:
|
205 |
msgid "Paste the code from AddToAny's Menu Styler in the box below!"
|
206 |
msgstr "Indsæt koden fra AddToAny's menutypograf i boksen nedenfor!"
|
207 |
|
208 |
-
#: add-to-any.php:
|
209 |
msgid "Below you can set special JavaScript variables to apply to each Share/Save menu."
|
210 |
msgstr "Nedenfor kan du angive specielle JavaScript-variabler, som skal bruges på din Del-/Gem-menu."
|
211 |
|
212 |
-
#: add-to-any.php:
|
213 |
msgid "Advanced users might want to explore AddToAny's <a href=\"http://www.addtoany.com/buttons/customize/\" target=\"_blank\">additional options</a>."
|
214 |
msgstr "Avancerede brugere kan se nærmere på AddToAny's <a href=\"http://www.addtoany.com/buttons/customize/\" target=\"_blank\">JavaScript API</a>."
|
215 |
|
216 |
-
#: add-to-any.php:
|
217 |
msgid "<strong>Note</strong>: If you're adding new code, be careful not to accidentally overwrite any previous code.</label>"
|
218 |
msgstr "<strong>Bemærk</strong>: Hvis du tilføjer ny kode, så vær forsigtig, så du ikke ved et uheld overskriver eksisterende kode."
|
219 |
|
220 |
-
#: add-to-any.php:
|
221 |
#, fuzzy
|
222 |
msgid "Advanced Options"
|
223 |
msgstr "Yderligere indstillinger"
|
224 |
|
225 |
-
#: add-to-any.php:
|
226 |
msgid "Use CSS stylesheet"
|
227 |
msgstr ""
|
228 |
|
229 |
-
#: add-to-any.php:
|
230 |
msgid "Cache AddToAny locally with daily cache updates"
|
231 |
msgstr ""
|
232 |
|
233 |
-
#: add-to-any.php:
|
234 |
msgid "If unchecked, be sure to place the CSS in your theme's stylesheet:"
|
235 |
msgstr ""
|
236 |
|
237 |
-
#: add-to-any.php:
|
238 |
-
msgid "Only consider for
|
239 |
msgstr ""
|
240 |
|
241 |
-
#: add-to-any.php:
|
242 |
msgid "Save Changes"
|
243 |
msgstr "Gem ændringer"
|
244 |
|
245 |
-
#: add-to-any.php:
|
246 |
msgid "Like this plugin?"
|
247 |
msgstr "Kan du lide dette plugin?"
|
248 |
|
249 |
-
#: add-to-any.php:
|
250 |
msgid "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Give it a good rating</a> on WordPress.org."
|
251 |
msgstr "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Giv det en god bedømmelse </a>på WordPress.org."
|
252 |
|
253 |
-
#: add-to-any.php:
|
254 |
msgid "<a href=\"http://www.addtoany.com/share_save?linkname=WordPress%20Share%20%2F%20Bookmark%20Plugin%20by%20AddToAny.com&linkurl=http%3A%2F%2Fwordpress.org%2Fextend%2Fplugins%2Fadd-to-any%2F\">Share it</a> with your friends."
|
255 |
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."
|
256 |
|
257 |
-
#: add-to-any.php:
|
258 |
msgid "Need support?"
|
259 |
msgstr "Har du brug for support?"
|
260 |
|
261 |
-
#: add-to-any.php:
|
262 |
msgid "See the <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">FAQs</a>."
|
263 |
msgstr "Se vores <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">FAQ (Ofte Stillede Spørgsmål)</a>."
|
264 |
|
265 |
-
#: add-to-any.php:
|
266 |
msgid "Search the <a href=\"http://wordpress.org/tags/add-to-any\">support forums</a>."
|
267 |
msgstr "Søg på <a href=\"http://wordpress.org/tags/add-to-any\">supportforummerne</a>."
|
268 |
|
269 |
-
#: add-to-any.php:
|
270 |
msgid "Add/Remove Services"
|
271 |
msgstr "Tilføj/fjern tjenesteudbydere"
|
272 |
|
273 |
-
#: add-to-any.php:
|
274 |
msgid "Share/Save"
|
275 |
msgstr "Del/Gem"
|
276 |
|
277 |
-
#: add-to-any.php:
|
278 |
msgid "Share/Save Buttons"
|
279 |
msgstr "Del-/Gem-knapper"
|
280 |
|
|
|
|
|
|
|
|
|
|
|
|
|
281 |
#~ msgid "Services"
|
282 |
#~ msgstr "Tjenesteudbydere"
|
283 |
|
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: 2010-07-20 01:02-0800\n"
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: Pat <no@no.com>\n"
|
8 |
"Language-Team: Team Blogos <wordpress@blogos.dk>\n"
|
17 |
"X-Poedit-SourceCharset: utf-8\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
+
#: add-to-any.php:258
|
21 |
msgid "Share"
|
22 |
msgstr "Del"
|
23 |
|
24 |
+
#: add-to-any.php:259
|
25 |
msgid "Save"
|
26 |
msgstr "Gem"
|
27 |
|
28 |
+
#: add-to-any.php:260
|
29 |
msgid "Subscribe"
|
30 |
msgstr "Subskribér"
|
31 |
|
32 |
+
#: add-to-any.php:261
|
33 |
msgid "E-mail"
|
34 |
msgstr "E-mail"
|
35 |
|
36 |
+
#: add-to-any.php:262
|
37 |
msgid "Bookmark"
|
38 |
msgstr "Bogmærk"
|
39 |
|
40 |
+
#: add-to-any.php:263
|
41 |
msgid "Show all"
|
42 |
msgstr "Vis alle"
|
43 |
|
44 |
+
#: add-to-any.php:264
|
45 |
msgid "Show less"
|
46 |
msgstr "Vis mindre"
|
47 |
|
48 |
+
#: add-to-any.php:265
|
49 |
msgid "Find service(s)"
|
50 |
msgstr "Find service(s)"
|
51 |
|
52 |
+
#: add-to-any.php:266
|
53 |
msgid "Instantly find any service to add to"
|
54 |
msgstr "Find øjeblikkelig alle services at tilføje til"
|
55 |
|
56 |
+
#: add-to-any.php:267
|
57 |
msgid "Powered by"
|
58 |
msgstr "Kører på"
|
59 |
|
60 |
+
#: add-to-any.php:268
|
61 |
msgid "Share via e-mail"
|
62 |
msgstr "Del via e-mail"
|
63 |
|
64 |
+
#: add-to-any.php:269
|
65 |
msgid "Subscribe via e-mail"
|
66 |
msgstr "Subskribér via e-mail"
|
67 |
|
68 |
+
#: add-to-any.php:270
|
69 |
msgid "Bookmark in your browser"
|
70 |
msgstr "Bogmærk i din browswer"
|
71 |
|
72 |
+
#: add-to-any.php:271
|
73 |
msgid "Press Ctrl+D or ⌘+D to bookmark this page"
|
74 |
msgstr "Press Ctrl-D eller Cmd-D for at bogmærke denne side"
|
75 |
|
76 |
+
#: add-to-any.php:272
|
77 |
msgid "Add to your favorites"
|
78 |
msgstr "Tilføj til dine favoritter"
|
79 |
|
80 |
+
#: add-to-any.php:273
|
81 |
msgid "Send from any e-mail address or e-mail program"
|
82 |
msgstr "Send fra enhver e-mail-adreses eller e-mail-program"
|
83 |
|
84 |
+
#: add-to-any.php:274
|
85 |
msgid "E-mail program"
|
86 |
msgstr "E-mail-program"
|
87 |
|
88 |
+
#: add-to-any.php:299
|
89 |
msgid "Your theme needs to be fixed. To fix your theme, use the <a href=\"theme-editor.php\">Theme Editor</a> to insert <code><?php wp_footer(); ?></code> just before the <code></body></code> line of your theme's <code>footer.php</code> file."
|
90 |
msgstr "Dit tema skal repareres. For at gøre det skal du bruge <a href=\"theme-editor.php\">temaeditoren</a> til at indsætte koden <code><?php wp_footer(); ?></code> lige før <code></body></code>-linjen i dit temas <code>footer.php</code>-fil."
|
91 |
|
92 |
+
#: add-to-any.php:490
|
93 |
#, php-format
|
94 |
msgid "Unable to create directory %s. Is its parent directory writable by the server?"
|
95 |
msgstr ""
|
96 |
|
97 |
+
#: add-to-any.php:566
|
98 |
+
#: add-to-any.php:639
|
99 |
+
#: add-to-any.php:643
|
100 |
+
#: add-to-any.php:647
|
101 |
+
#: add-to-any.php:651
|
102 |
+
#: add-to-any.php:683
|
103 |
msgid "Share/Bookmark"
|
104 |
msgstr "Bogmærk"
|
105 |
|
106 |
+
#: add-to-any.php:580
|
107 |
msgid "Settings saved."
|
108 |
msgstr "Indstillinger gemt"
|
109 |
|
110 |
+
#: add-to-any.php:593
|
111 |
msgid "AddToAny: Share/Save "
|
112 |
msgstr "Tilføj til enhver: Del/gem"
|
113 |
|
114 |
+
#: add-to-any.php:593
|
115 |
+
#: add-to-any.php:978
|
116 |
+
#: add-to-any.php:1002
|
117 |
msgid "Settings"
|
118 |
msgstr "Indstillinger"
|
119 |
|
120 |
+
#: add-to-any.php:602
|
121 |
msgid "Standalone Services"
|
122 |
msgstr "Tilføj/fjern tjenesteudbydere"
|
123 |
|
124 |
+
#: add-to-any.php:607
|
125 |
msgid "Choose the services you want below. Click a chosen service again to remove. Reorder services by dragging and dropping as they appear above."
|
126 |
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)."
|
127 |
|
128 |
+
#: add-to-any.php:634
|
129 |
msgid "Button"
|
130 |
msgstr "Knap"
|
131 |
|
132 |
+
#: add-to-any.php:673
|
133 |
msgid "Image URL"
|
134 |
msgstr "Billed-URL"
|
135 |
|
136 |
+
#: add-to-any.php:680
|
137 |
msgid "Text only"
|
138 |
msgstr "Kun tekst"
|
139 |
|
140 |
+
#: add-to-any.php:688
|
141 |
msgid "Placement"
|
142 |
msgstr "Placering"
|
143 |
|
144 |
+
#: add-to-any.php:697
|
145 |
msgid "Display Share/Save button at the bottom of posts"
|
146 |
msgstr "Vis Del-/Gem-knap i bunden af indlæg"
|
147 |
|
148 |
+
#: add-to-any.php:704
|
149 |
msgid "Display Share/Save button at the bottom of posts on the front page"
|
150 |
msgstr "Vis Del-/Gem-knap i bunden af indlæg på forsiden"
|
151 |
|
152 |
+
#: add-to-any.php:711
|
153 |
msgid "Display Share/Save button at the bottom of posts in the feed"
|
154 |
msgstr "Vis Del-/Gem-knap i bunden af indlæg i feeds"
|
155 |
|
156 |
+
#: add-to-any.php:715
|
157 |
msgid "Display Share/Save button at the bottom of pages"
|
158 |
msgstr "Vis Del-/Gem-knap i bunden af sider"
|
159 |
|
160 |
+
#: add-to-any.php:719
|
161 |
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>)"
|
162 |
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>)"
|
163 |
|
164 |
+
#: add-to-any.php:728
|
165 |
msgid "Menu Style"
|
166 |
msgstr "Menutypografi"
|
167 |
|
168 |
+
#: add-to-any.php:730
|
169 |
msgid "Using AddToAny's Menu Styler, you can customize the colors of your Share/Save menu! When you're done, be sure to paste the generated code in the <a href=\"#\" onclick=\"document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false\">Additional Options</a> box below."
|
170 |
msgstr "Ved at bruge AddToAny'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."
|
171 |
|
172 |
+
#: add-to-any.php:732
|
173 |
msgid "Open the AddToAny Menu Styler in a new window"
|
174 |
msgstr "Åben AddToAny's menutypograf i et nyt vindue"
|
175 |
|
176 |
+
#: add-to-any.php:734
|
177 |
msgid "Open Menu Styler"
|
178 |
msgstr "Åben menutypografen"
|
179 |
|
180 |
+
#: add-to-any.php:739
|
181 |
msgid "Menu Options"
|
182 |
msgstr "Menuvalgmuligheder"
|
183 |
|
184 |
+
#: add-to-any.php:744
|
|
|
|
|
|
|
|
|
185 |
msgid "Show the title of the post (or page) within the menu"
|
186 |
msgstr "Vis titlen på indlægget (eller siden) i menuen"
|
187 |
|
188 |
+
#: add-to-any.php:751
|
189 |
msgid "Only show the menu when the user clicks the Share/Save button"
|
190 |
msgstr "Vis kun menuen når bruger klikker på Del-/Gem-knappen"
|
191 |
|
192 |
+
#: add-to-any.php:757
|
193 |
msgid "Open the addtoany.com menu page in a new tab or window if the user clicks the Share/Save button"
|
194 |
msgstr "Åben menusiden på addtoany.com i en ny fane eller vindue hvis brugeren klikker på Del-/Gem-knappen"
|
195 |
|
196 |
+
#: add-to-any.php:762
|
197 |
msgid "Additional Options"
|
198 |
msgstr "Yderligere indstillinger"
|
199 |
|
200 |
+
#: add-to-any.php:766
|
201 |
msgid "Paste the code from AddToAny's Menu Styler in the box below!"
|
202 |
msgstr "Indsæt koden fra AddToAny's menutypograf i boksen nedenfor!"
|
203 |
|
204 |
+
#: add-to-any.php:770
|
205 |
msgid "Below you can set special JavaScript variables to apply to each Share/Save menu."
|
206 |
msgstr "Nedenfor kan du angive specielle JavaScript-variabler, som skal bruges på din Del-/Gem-menu."
|
207 |
|
208 |
+
#: add-to-any.php:771
|
209 |
msgid "Advanced users might want to explore AddToAny's <a href=\"http://www.addtoany.com/buttons/customize/\" target=\"_blank\">additional options</a>."
|
210 |
msgstr "Avancerede brugere kan se nærmere på AddToAny's <a href=\"http://www.addtoany.com/buttons/customize/\" target=\"_blank\">JavaScript API</a>."
|
211 |
|
212 |
+
#: add-to-any.php:777
|
213 |
msgid "<strong>Note</strong>: If you're adding new code, be careful not to accidentally overwrite any previous code.</label>"
|
214 |
msgstr "<strong>Bemærk</strong>: Hvis du tilføjer ny kode, så vær forsigtig, så du ikke ved et uheld overskriver eksisterende kode."
|
215 |
|
216 |
+
#: add-to-any.php:782
|
217 |
#, fuzzy
|
218 |
msgid "Advanced Options"
|
219 |
msgstr "Yderligere indstillinger"
|
220 |
|
221 |
+
#: add-to-any.php:787
|
222 |
msgid "Use CSS stylesheet"
|
223 |
msgstr ""
|
224 |
|
225 |
+
#: add-to-any.php:792
|
226 |
msgid "Cache AddToAny locally with daily cache updates"
|
227 |
msgstr ""
|
228 |
|
229 |
+
#: add-to-any.php:796
|
230 |
msgid "If unchecked, be sure to place the CSS in your theme's stylesheet:"
|
231 |
msgstr ""
|
232 |
|
233 |
+
#: add-to-any.php:801
|
234 |
+
msgid "Only consider for sites with frequently returning visitors. Since many visitors will have AddToAny cached in their browser already, serving AddToAny locally from your site will be slower for those visitors. Be sure to set far future cache/expires headers for image files in your <code>uploads/addtoany</code> directory."
|
235 |
msgstr ""
|
236 |
|
237 |
+
#: add-to-any.php:808
|
238 |
msgid "Save Changes"
|
239 |
msgstr "Gem ændringer"
|
240 |
|
241 |
+
#: add-to-any.php:813
|
242 |
msgid "Like this plugin?"
|
243 |
msgstr "Kan du lide dette plugin?"
|
244 |
|
245 |
+
#: add-to-any.php:814
|
246 |
msgid "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Give it a good rating</a> on WordPress.org."
|
247 |
msgstr "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Giv det en god bedømmelse </a>på WordPress.org."
|
248 |
|
249 |
+
#: add-to-any.php:815
|
250 |
msgid "<a href=\"http://www.addtoany.com/share_save?linkname=WordPress%20Share%20%2F%20Bookmark%20Plugin%20by%20AddToAny.com&linkurl=http%3A%2F%2Fwordpress.org%2Fextend%2Fplugins%2Fadd-to-any%2F\">Share it</a> with your friends."
|
251 |
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."
|
252 |
|
253 |
+
#: add-to-any.php:817
|
254 |
msgid "Need support?"
|
255 |
msgstr "Har du brug for support?"
|
256 |
|
257 |
+
#: add-to-any.php:818
|
258 |
msgid "See the <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">FAQs</a>."
|
259 |
msgstr "Se vores <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">FAQ (Ofte Stillede Spørgsmål)</a>."
|
260 |
|
261 |
+
#: add-to-any.php:819
|
262 |
msgid "Search the <a href=\"http://wordpress.org/tags/add-to-any\">support forums</a>."
|
263 |
msgstr "Søg på <a href=\"http://wordpress.org/tags/add-to-any\">supportforummerne</a>."
|
264 |
|
265 |
+
#: add-to-any.php:926
|
266 |
msgid "Add/Remove Services"
|
267 |
msgstr "Tilføj/fjern tjenesteudbydere"
|
268 |
|
269 |
+
#: add-to-any.php:978
|
270 |
msgid "Share/Save"
|
271 |
msgstr "Del/Gem"
|
272 |
|
273 |
+
#: add-to-any.php:979
|
274 |
msgid "Share/Save Buttons"
|
275 |
msgstr "Del-/Gem-knapper"
|
276 |
|
277 |
+
#~ msgid ""
|
278 |
+
#~ "Hide embedded objects (Flash, video, etc.) that intersect with the menu "
|
279 |
+
#~ "when displayed"
|
280 |
+
#~ msgstr ""
|
281 |
+
#~ "Skjul indlejrede objekter (flash, video, osv.) som kan påvirke menuen, "
|
282 |
+
#~ "når den vises"
|
283 |
#~ msgid "Services"
|
284 |
#~ msgstr "Tjenesteudbydere"
|
285 |
|
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: 2010-
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: Pat <no@no.com>\n"
|
8 |
"Language-Team: \n"
|
@@ -13,264 +13,260 @@ msgstr ""
|
|
13 |
"X-Poedit-Basepath: ../\n"
|
14 |
"X-Poedit-SearchPath-0: .\n"
|
15 |
|
16 |
-
#: add-to-any.php:
|
17 |
msgid "Share"
|
18 |
msgstr ""
|
19 |
|
20 |
-
#: add-to-any.php:
|
21 |
msgid "Save"
|
22 |
msgstr ""
|
23 |
|
24 |
-
#: add-to-any.php:
|
25 |
msgid "Subscribe"
|
26 |
msgstr ""
|
27 |
|
28 |
-
#: add-to-any.php:
|
29 |
msgid "E-mail"
|
30 |
msgstr ""
|
31 |
|
32 |
-
#: add-to-any.php:
|
33 |
msgid "Bookmark"
|
34 |
msgstr ""
|
35 |
|
36 |
-
#: add-to-any.php:
|
37 |
msgid "Show all"
|
38 |
msgstr "Alle anzeigen"
|
39 |
|
40 |
-
#: add-to-any.php:
|
41 |
msgid "Show less"
|
42 |
msgstr ""
|
43 |
|
44 |
-
#: add-to-any.php:
|
45 |
msgid "Find service(s)"
|
46 |
msgstr "Dienst(e) suchen"
|
47 |
|
48 |
-
#: add-to-any.php:
|
49 |
msgid "Instantly find any service to add to"
|
50 |
msgstr ""
|
51 |
|
52 |
-
#: add-to-any.php:
|
53 |
msgid "Powered by"
|
54 |
msgstr ""
|
55 |
|
56 |
-
#: add-to-any.php:
|
57 |
msgid "Share via e-mail"
|
58 |
msgstr ""
|
59 |
|
60 |
-
#: add-to-any.php:
|
61 |
msgid "Subscribe via e-mail"
|
62 |
msgstr ""
|
63 |
|
64 |
-
#: add-to-any.php:
|
65 |
msgid "Bookmark in your browser"
|
66 |
msgstr ""
|
67 |
|
68 |
-
#: add-to-any.php:
|
69 |
#, fuzzy
|
70 |
msgid "Press Ctrl+D or ⌘+D to bookmark this page"
|
71 |
msgstr "Seite mit Ctrl+D oder Cmd+D zu Lesezeichen hinzufügen"
|
72 |
|
73 |
-
#: add-to-any.php:
|
74 |
msgid "Add to your favorites"
|
75 |
msgstr ""
|
76 |
|
77 |
-
#: add-to-any.php:
|
78 |
msgid "Send from any e-mail address or e-mail program"
|
79 |
msgstr ""
|
80 |
|
81 |
-
#: add-to-any.php:
|
82 |
msgid "E-mail program"
|
83 |
msgstr ""
|
84 |
|
85 |
-
#: add-to-any.php:
|
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 |
#, php-format
|
91 |
msgid "Unable to create directory %s. Is its parent directory writable by the server?"
|
92 |
msgstr ""
|
93 |
|
94 |
-
#: add-to-any.php:
|
95 |
-
#: add-to-any.php:
|
96 |
-
#: add-to-any.php:
|
97 |
-
#: add-to-any.php:
|
98 |
-
#: add-to-any.php:
|
99 |
-
#: add-to-any.php:
|
100 |
msgid "Share/Bookmark"
|
101 |
msgstr ""
|
102 |
|
103 |
-
#: add-to-any.php:
|
104 |
msgid "Settings saved."
|
105 |
msgstr ""
|
106 |
|
107 |
-
#: add-to-any.php:
|
108 |
msgid "AddToAny: Share/Save "
|
109 |
msgstr ""
|
110 |
|
111 |
-
#: add-to-any.php:
|
112 |
-
#: add-to-any.php:
|
113 |
-
#: add-to-any.php:
|
114 |
msgid "Settings"
|
115 |
msgstr ""
|
116 |
|
117 |
-
#: add-to-any.php:
|
118 |
msgid "Standalone Services"
|
119 |
msgstr ""
|
120 |
|
121 |
-
#: add-to-any.php:
|
122 |
msgid "Choose the services you want below. Click a chosen service again to remove. Reorder services by dragging and dropping as they appear above."
|
123 |
msgstr ""
|
124 |
|
125 |
-
#: add-to-any.php:
|
126 |
msgid "Button"
|
127 |
msgstr ""
|
128 |
|
129 |
-
#: add-to-any.php:
|
130 |
msgid "Image URL"
|
131 |
msgstr ""
|
132 |
|
133 |
-
#: add-to-any.php:
|
134 |
msgid "Text only"
|
135 |
msgstr ""
|
136 |
|
137 |
-
#: add-to-any.php:
|
138 |
msgid "Placement"
|
139 |
msgstr ""
|
140 |
|
141 |
-
#: add-to-any.php:
|
142 |
msgid "Display Share/Save button at the bottom of posts"
|
143 |
msgstr ""
|
144 |
|
145 |
-
#: add-to-any.php:
|
146 |
msgid "Display Share/Save button at the bottom of posts on the front page"
|
147 |
msgstr ""
|
148 |
|
149 |
-
#: add-to-any.php:
|
150 |
msgid "Display Share/Save button at the bottom of posts in the feed"
|
151 |
msgstr ""
|
152 |
|
153 |
-
#: add-to-any.php:
|
154 |
msgid "Display Share/Save button at the bottom of pages"
|
155 |
msgstr ""
|
156 |
|
157 |
-
#: add-to-any.php:
|
158 |
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>)"
|
159 |
msgstr ""
|
160 |
|
161 |
-
#: add-to-any.php:
|
162 |
msgid "Menu Style"
|
163 |
msgstr ""
|
164 |
|
165 |
-
#: add-to-any.php:
|
166 |
msgid "Using AddToAny's Menu Styler, you can customize the colors of your Share/Save menu! When you're done, be sure to paste the generated code in the <a href=\"#\" onclick=\"document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false\">Additional Options</a> box below."
|
167 |
msgstr ""
|
168 |
|
169 |
-
#: add-to-any.php:
|
170 |
msgid "Open the AddToAny Menu Styler in a new window"
|
171 |
msgstr ""
|
172 |
|
173 |
-
#: add-to-any.php:
|
174 |
msgid "Open Menu Styler"
|
175 |
msgstr ""
|
176 |
|
177 |
-
#: add-to-any.php:
|
178 |
msgid "Menu Options"
|
179 |
msgstr ""
|
180 |
|
181 |
-
#: add-to-any.php:
|
182 |
-
msgid "Hide embedded objects (Flash, video, etc.) that intersect with the menu when displayed"
|
183 |
-
msgstr ""
|
184 |
-
|
185 |
-
#: add-to-any.php:723
|
186 |
msgid "Show the title of the post (or page) within the menu"
|
187 |
msgstr ""
|
188 |
|
189 |
-
#: add-to-any.php:
|
190 |
msgid "Only show the menu when the user clicks the Share/Save button"
|
191 |
msgstr ""
|
192 |
|
193 |
-
#: add-to-any.php:
|
194 |
msgid "Open the addtoany.com menu page in a new tab or window if the user clicks the Share/Save button"
|
195 |
msgstr ""
|
196 |
|
197 |
-
#: add-to-any.php:
|
198 |
msgid "Additional Options"
|
199 |
msgstr ""
|
200 |
|
201 |
-
#: add-to-any.php:
|
202 |
msgid "Paste the code from AddToAny's Menu Styler in the box below!"
|
203 |
msgstr ""
|
204 |
|
205 |
-
#: add-to-any.php:
|
206 |
msgid "Below you can set special JavaScript variables to apply to each Share/Save menu."
|
207 |
msgstr ""
|
208 |
|
209 |
-
#: add-to-any.php:
|
210 |
msgid "Advanced users might want to explore AddToAny's <a href=\"http://www.addtoany.com/buttons/customize/\" target=\"_blank\">additional options</a>."
|
211 |
msgstr ""
|
212 |
|
213 |
-
#: add-to-any.php:
|
214 |
msgid "<strong>Note</strong>: If you're adding new code, be careful not to accidentally overwrite any previous code.</label>"
|
215 |
msgstr ""
|
216 |
|
217 |
-
#: add-to-any.php:
|
218 |
msgid "Advanced Options"
|
219 |
msgstr ""
|
220 |
|
221 |
-
#: add-to-any.php:
|
222 |
msgid "Use CSS stylesheet"
|
223 |
msgstr ""
|
224 |
|
225 |
-
#: add-to-any.php:
|
226 |
msgid "Cache AddToAny locally with daily cache updates"
|
227 |
msgstr ""
|
228 |
|
229 |
-
#: add-to-any.php:
|
230 |
msgid "If unchecked, be sure to place the CSS in your theme's stylesheet:"
|
231 |
msgstr ""
|
232 |
|
233 |
-
#: add-to-any.php:
|
234 |
-
msgid "Only consider for
|
235 |
msgstr ""
|
236 |
|
237 |
-
#: add-to-any.php:
|
238 |
msgid "Save Changes"
|
239 |
msgstr ""
|
240 |
|
241 |
-
#: add-to-any.php:
|
242 |
msgid "Like this plugin?"
|
243 |
msgstr ""
|
244 |
|
245 |
-
#: add-to-any.php:
|
246 |
msgid "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Give it a good rating</a> on WordPress.org."
|
247 |
msgstr ""
|
248 |
|
249 |
-
#: add-to-any.php:
|
250 |
msgid "<a href=\"http://www.addtoany.com/share_save?linkname=WordPress%20Share%20%2F%20Bookmark%20Plugin%20by%20AddToAny.com&linkurl=http%3A%2F%2Fwordpress.org%2Fextend%2Fplugins%2Fadd-to-any%2F\">Share it</a> with your friends."
|
251 |
msgstr ""
|
252 |
|
253 |
-
#: add-to-any.php:
|
254 |
msgid "Need support?"
|
255 |
msgstr ""
|
256 |
|
257 |
-
#: add-to-any.php:
|
258 |
msgid "See the <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">FAQs</a>."
|
259 |
msgstr ""
|
260 |
|
261 |
-
#: add-to-any.php:
|
262 |
msgid "Search the <a href=\"http://wordpress.org/tags/add-to-any\">support forums</a>."
|
263 |
msgstr ""
|
264 |
|
265 |
-
#: add-to-any.php:
|
266 |
msgid "Add/Remove Services"
|
267 |
msgstr ""
|
268 |
|
269 |
-
#: add-to-any.php:
|
270 |
msgid "Share/Save"
|
271 |
msgstr ""
|
272 |
|
273 |
-
#: add-to-any.php:
|
274 |
msgid "Share/Save Buttons"
|
275 |
msgstr ""
|
276 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: add-to-any\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2010-07-20 01:02-0800\n"
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: Pat <no@no.com>\n"
|
8 |
"Language-Team: \n"
|
13 |
"X-Poedit-Basepath: ../\n"
|
14 |
"X-Poedit-SearchPath-0: .\n"
|
15 |
|
16 |
+
#: add-to-any.php:258
|
17 |
msgid "Share"
|
18 |
msgstr ""
|
19 |
|
20 |
+
#: add-to-any.php:259
|
21 |
msgid "Save"
|
22 |
msgstr ""
|
23 |
|
24 |
+
#: add-to-any.php:260
|
25 |
msgid "Subscribe"
|
26 |
msgstr ""
|
27 |
|
28 |
+
#: add-to-any.php:261
|
29 |
msgid "E-mail"
|
30 |
msgstr ""
|
31 |
|
32 |
+
#: add-to-any.php:262
|
33 |
msgid "Bookmark"
|
34 |
msgstr ""
|
35 |
|
36 |
+
#: add-to-any.php:263
|
37 |
msgid "Show all"
|
38 |
msgstr "Alle anzeigen"
|
39 |
|
40 |
+
#: add-to-any.php:264
|
41 |
msgid "Show less"
|
42 |
msgstr ""
|
43 |
|
44 |
+
#: add-to-any.php:265
|
45 |
msgid "Find service(s)"
|
46 |
msgstr "Dienst(e) suchen"
|
47 |
|
48 |
+
#: add-to-any.php:266
|
49 |
msgid "Instantly find any service to add to"
|
50 |
msgstr ""
|
51 |
|
52 |
+
#: add-to-any.php:267
|
53 |
msgid "Powered by"
|
54 |
msgstr ""
|
55 |
|
56 |
+
#: add-to-any.php:268
|
57 |
msgid "Share via e-mail"
|
58 |
msgstr ""
|
59 |
|
60 |
+
#: add-to-any.php:269
|
61 |
msgid "Subscribe via e-mail"
|
62 |
msgstr ""
|
63 |
|
64 |
+
#: add-to-any.php:270
|
65 |
msgid "Bookmark in your browser"
|
66 |
msgstr ""
|
67 |
|
68 |
+
#: add-to-any.php:271
|
69 |
#, fuzzy
|
70 |
msgid "Press Ctrl+D or ⌘+D to bookmark this page"
|
71 |
msgstr "Seite mit Ctrl+D oder Cmd+D zu Lesezeichen hinzufügen"
|
72 |
|
73 |
+
#: add-to-any.php:272
|
74 |
msgid "Add to your favorites"
|
75 |
msgstr ""
|
76 |
|
77 |
+
#: add-to-any.php:273
|
78 |
msgid "Send from any e-mail address or e-mail program"
|
79 |
msgstr ""
|
80 |
|
81 |
+
#: add-to-any.php:274
|
82 |
msgid "E-mail program"
|
83 |
msgstr ""
|
84 |
|
85 |
+
#: add-to-any.php:299
|
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:490
|
90 |
#, php-format
|
91 |
msgid "Unable to create directory %s. Is its parent directory writable by the server?"
|
92 |
msgstr ""
|
93 |
|
94 |
+
#: add-to-any.php:566
|
95 |
+
#: add-to-any.php:639
|
96 |
+
#: add-to-any.php:643
|
97 |
+
#: add-to-any.php:647
|
98 |
+
#: add-to-any.php:651
|
99 |
+
#: add-to-any.php:683
|
100 |
msgid "Share/Bookmark"
|
101 |
msgstr ""
|
102 |
|
103 |
+
#: add-to-any.php:580
|
104 |
msgid "Settings saved."
|
105 |
msgstr ""
|
106 |
|
107 |
+
#: add-to-any.php:593
|
108 |
msgid "AddToAny: Share/Save "
|
109 |
msgstr ""
|
110 |
|
111 |
+
#: add-to-any.php:593
|
112 |
+
#: add-to-any.php:978
|
113 |
+
#: add-to-any.php:1002
|
114 |
msgid "Settings"
|
115 |
msgstr ""
|
116 |
|
117 |
+
#: add-to-any.php:602
|
118 |
msgid "Standalone Services"
|
119 |
msgstr ""
|
120 |
|
121 |
+
#: add-to-any.php:607
|
122 |
msgid "Choose the services you want below. Click a chosen service again to remove. Reorder services by dragging and dropping as they appear above."
|
123 |
msgstr ""
|
124 |
|
125 |
+
#: add-to-any.php:634
|
126 |
msgid "Button"
|
127 |
msgstr ""
|
128 |
|
129 |
+
#: add-to-any.php:673
|
130 |
msgid "Image URL"
|
131 |
msgstr ""
|
132 |
|
133 |
+
#: add-to-any.php:680
|
134 |
msgid "Text only"
|
135 |
msgstr ""
|
136 |
|
137 |
+
#: add-to-any.php:688
|
138 |
msgid "Placement"
|
139 |
msgstr ""
|
140 |
|
141 |
+
#: add-to-any.php:697
|
142 |
msgid "Display Share/Save button at the bottom of posts"
|
143 |
msgstr ""
|
144 |
|
145 |
+
#: add-to-any.php:704
|
146 |
msgid "Display Share/Save button at the bottom of posts on the front page"
|
147 |
msgstr ""
|
148 |
|
149 |
+
#: add-to-any.php:711
|
150 |
msgid "Display Share/Save button at the bottom of posts in the feed"
|
151 |
msgstr ""
|
152 |
|
153 |
+
#: add-to-any.php:715
|
154 |
msgid "Display Share/Save button at the bottom of pages"
|
155 |
msgstr ""
|
156 |
|
157 |
+
#: add-to-any.php:719
|
158 |
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>)"
|
159 |
msgstr ""
|
160 |
|
161 |
+
#: add-to-any.php:728
|
162 |
msgid "Menu Style"
|
163 |
msgstr ""
|
164 |
|
165 |
+
#: add-to-any.php:730
|
166 |
msgid "Using AddToAny's Menu Styler, you can customize the colors of your Share/Save menu! When you're done, be sure to paste the generated code in the <a href=\"#\" onclick=\"document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false\">Additional Options</a> box below."
|
167 |
msgstr ""
|
168 |
|
169 |
+
#: add-to-any.php:732
|
170 |
msgid "Open the AddToAny Menu Styler in a new window"
|
171 |
msgstr ""
|
172 |
|
173 |
+
#: add-to-any.php:734
|
174 |
msgid "Open Menu Styler"
|
175 |
msgstr ""
|
176 |
|
177 |
+
#: add-to-any.php:739
|
178 |
msgid "Menu Options"
|
179 |
msgstr ""
|
180 |
|
181 |
+
#: add-to-any.php:744
|
|
|
|
|
|
|
|
|
182 |
msgid "Show the title of the post (or page) within the menu"
|
183 |
msgstr ""
|
184 |
|
185 |
+
#: add-to-any.php:751
|
186 |
msgid "Only show the menu when the user clicks the Share/Save button"
|
187 |
msgstr ""
|
188 |
|
189 |
+
#: add-to-any.php:757
|
190 |
msgid "Open the addtoany.com menu page in a new tab or window if the user clicks the Share/Save button"
|
191 |
msgstr ""
|
192 |
|
193 |
+
#: add-to-any.php:762
|
194 |
msgid "Additional Options"
|
195 |
msgstr ""
|
196 |
|
197 |
+
#: add-to-any.php:766
|
198 |
msgid "Paste the code from AddToAny's Menu Styler in the box below!"
|
199 |
msgstr ""
|
200 |
|
201 |
+
#: add-to-any.php:770
|
202 |
msgid "Below you can set special JavaScript variables to apply to each Share/Save menu."
|
203 |
msgstr ""
|
204 |
|
205 |
+
#: add-to-any.php:771
|
206 |
msgid "Advanced users might want to explore AddToAny's <a href=\"http://www.addtoany.com/buttons/customize/\" target=\"_blank\">additional options</a>."
|
207 |
msgstr ""
|
208 |
|
209 |
+
#: add-to-any.php:777
|
210 |
msgid "<strong>Note</strong>: If you're adding new code, be careful not to accidentally overwrite any previous code.</label>"
|
211 |
msgstr ""
|
212 |
|
213 |
+
#: add-to-any.php:782
|
214 |
msgid "Advanced Options"
|
215 |
msgstr ""
|
216 |
|
217 |
+
#: add-to-any.php:787
|
218 |
msgid "Use CSS stylesheet"
|
219 |
msgstr ""
|
220 |
|
221 |
+
#: add-to-any.php:792
|
222 |
msgid "Cache AddToAny locally with daily cache updates"
|
223 |
msgstr ""
|
224 |
|
225 |
+
#: add-to-any.php:796
|
226 |
msgid "If unchecked, be sure to place the CSS in your theme's stylesheet:"
|
227 |
msgstr ""
|
228 |
|
229 |
+
#: add-to-any.php:801
|
230 |
+
msgid "Only consider for sites with frequently returning visitors. Since many visitors will have AddToAny cached in their browser already, serving AddToAny locally from your site will be slower for those visitors. Be sure to set far future cache/expires headers for image files in your <code>uploads/addtoany</code> directory."
|
231 |
msgstr ""
|
232 |
|
233 |
+
#: add-to-any.php:808
|
234 |
msgid "Save Changes"
|
235 |
msgstr ""
|
236 |
|
237 |
+
#: add-to-any.php:813
|
238 |
msgid "Like this plugin?"
|
239 |
msgstr ""
|
240 |
|
241 |
+
#: add-to-any.php:814
|
242 |
msgid "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Give it a good rating</a> on WordPress.org."
|
243 |
msgstr ""
|
244 |
|
245 |
+
#: add-to-any.php:815
|
246 |
msgid "<a href=\"http://www.addtoany.com/share_save?linkname=WordPress%20Share%20%2F%20Bookmark%20Plugin%20by%20AddToAny.com&linkurl=http%3A%2F%2Fwordpress.org%2Fextend%2Fplugins%2Fadd-to-any%2F\">Share it</a> with your friends."
|
247 |
msgstr ""
|
248 |
|
249 |
+
#: add-to-any.php:817
|
250 |
msgid "Need support?"
|
251 |
msgstr ""
|
252 |
|
253 |
+
#: add-to-any.php:818
|
254 |
msgid "See the <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">FAQs</a>."
|
255 |
msgstr ""
|
256 |
|
257 |
+
#: add-to-any.php:819
|
258 |
msgid "Search the <a href=\"http://wordpress.org/tags/add-to-any\">support forums</a>."
|
259 |
msgstr ""
|
260 |
|
261 |
+
#: add-to-any.php:926
|
262 |
msgid "Add/Remove Services"
|
263 |
msgstr ""
|
264 |
|
265 |
+
#: add-to-any.php:978
|
266 |
msgid "Share/Save"
|
267 |
msgstr ""
|
268 |
|
269 |
+
#: add-to-any.php:979
|
270 |
msgid "Share/Save Buttons"
|
271 |
msgstr ""
|
272 |
|
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: 2010-
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: Pat <no@no.com>\n"
|
8 |
"Language-Team: \n"
|
@@ -13,267 +13,270 @@ msgstr ""
|
|
13 |
"X-Poedit-Basepath: ../\n"
|
14 |
"X-Poedit-SearchPath-0: .\n"
|
15 |
|
16 |
-
#: add-to-any.php:
|
17 |
msgid "Share"
|
18 |
msgstr "Compartir"
|
19 |
|
20 |
-
#: add-to-any.php:
|
21 |
msgid "Save"
|
22 |
msgstr "Guardar"
|
23 |
|
24 |
-
#: add-to-any.php:
|
25 |
msgid "Subscribe"
|
26 |
msgstr "Suscribirse"
|
27 |
|
28 |
-
#: add-to-any.php:
|
29 |
msgid "E-mail"
|
30 |
msgstr "E-mail"
|
31 |
|
32 |
-
#: add-to-any.php:
|
33 |
msgid "Bookmark"
|
34 |
msgstr "Marcador"
|
35 |
|
36 |
-
#: add-to-any.php:
|
37 |
msgid "Show all"
|
38 |
msgstr "Mostrar todo"
|
39 |
|
40 |
-
#: add-to-any.php:
|
41 |
msgid "Show less"
|
42 |
msgstr "Mostrar menos"
|
43 |
|
44 |
-
#: add-to-any.php:
|
45 |
msgid "Find service(s)"
|
46 |
msgstr "Buscar servicios(s)"
|
47 |
|
48 |
-
#: add-to-any.php:
|
49 |
msgid "Instantly find any service to add to"
|
50 |
msgstr "Buscar servicio"
|
51 |
|
52 |
-
#: add-to-any.php:
|
53 |
msgid "Powered by"
|
54 |
msgstr "Servicio ofrecido por"
|
55 |
|
56 |
-
#: add-to-any.php:
|
57 |
msgid "Share via e-mail"
|
58 |
msgstr "Compartir por e-mail"
|
59 |
|
60 |
-
#: add-to-any.php:
|
61 |
msgid "Subscribe via e-mail"
|
62 |
msgstr "Suscribirse por e-mail"
|
63 |
|
64 |
-
#: add-to-any.php:
|
65 |
msgid "Bookmark in your browser"
|
66 |
msgstr "Agregar a marcadores de tu navegador"
|
67 |
|
68 |
-
#: add-to-any.php:
|
69 |
msgid "Press Ctrl+D or ⌘+D to bookmark this page"
|
70 |
msgstr "Presione Ctrl+D o Cmd+D para marcar esta pagina"
|
71 |
|
72 |
-
#: add-to-any.php:
|
73 |
msgid "Add to your favorites"
|
74 |
msgstr "Agregar a favoritos"
|
75 |
|
76 |
-
#: add-to-any.php:
|
77 |
msgid "Send from any e-mail address or e-mail program"
|
78 |
msgstr "Enviar de cualquier dirección de e-mail o programa de e-mail"
|
79 |
|
80 |
-
#: add-to-any.php:
|
81 |
msgid "E-mail program"
|
82 |
msgstr "Programa de e-mail"
|
83 |
|
84 |
-
#: add-to-any.php:
|
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 |
#, php-format
|
90 |
msgid "Unable to create directory %s. Is its parent directory writable by the server?"
|
91 |
msgstr ""
|
92 |
|
93 |
-
#: add-to-any.php:
|
94 |
-
#: add-to-any.php:
|
95 |
-
#: add-to-any.php:
|
96 |
-
#: add-to-any.php:
|
97 |
-
#: add-to-any.php:
|
98 |
-
#: add-to-any.php:
|
99 |
msgid "Share/Bookmark"
|
100 |
msgstr "Marcador"
|
101 |
|
102 |
-
#: add-to-any.php:
|
103 |
msgid "Settings saved."
|
104 |
msgstr "Configuración guardada."
|
105 |
|
106 |
-
#: add-to-any.php:
|
107 |
msgid "AddToAny: Share/Save "
|
108 |
msgstr "AddToAny: Compartir/Guardar "
|
109 |
|
110 |
-
#: add-to-any.php:
|
111 |
-
#: add-to-any.php:
|
112 |
-
#: add-to-any.php:
|
113 |
msgid "Settings"
|
114 |
msgstr "Configuración"
|
115 |
|
116 |
-
#: add-to-any.php:
|
117 |
msgid "Standalone Services"
|
118 |
msgstr ""
|
119 |
|
120 |
-
#: add-to-any.php:
|
121 |
msgid "Choose the services you want below. Click a chosen service again to remove. Reorder services by dragging and dropping as they appear above."
|
122 |
msgstr ""
|
123 |
|
124 |
-
#: add-to-any.php:
|
125 |
msgid "Button"
|
126 |
msgstr "Botón"
|
127 |
|
128 |
-
#: add-to-any.php:
|
129 |
msgid "Image URL"
|
130 |
msgstr "URL de la imagen"
|
131 |
|
132 |
-
#: add-to-any.php:
|
133 |
msgid "Text only"
|
134 |
msgstr "Solo texto"
|
135 |
|
136 |
-
#: add-to-any.php:
|
137 |
msgid "Placement"
|
138 |
msgstr "Ubicación del botón"
|
139 |
|
140 |
-
#: add-to-any.php:
|
141 |
msgid "Display Share/Save button at the bottom of posts"
|
142 |
msgstr "Mostrar el botón Compartir/Guardar al final de cada entrada"
|
143 |
|
144 |
-
#: add-to-any.php:
|
145 |
msgid "Display Share/Save button at the bottom of posts on the front page"
|
146 |
msgstr "Mostrar el botón Compartir/Guardar al final de las entradas en la pagina principal"
|
147 |
|
148 |
-
#: add-to-any.php:
|
149 |
msgid "Display Share/Save button at the bottom of posts in the feed"
|
150 |
msgstr "Mostrar el botón Compartir/Guardar al final de las entradas en el feed"
|
151 |
|
152 |
-
#: add-to-any.php:
|
153 |
msgid "Display Share/Save button at the bottom of pages"
|
154 |
msgstr "Mostrar el botón Compartir/Guardar al final de las paginas"
|
155 |
|
156 |
-
#: add-to-any.php:
|
157 |
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>)"
|
158 |
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>)"
|
159 |
|
160 |
-
#: add-to-any.php:
|
161 |
msgid "Menu Style"
|
162 |
msgstr "Estilo del menú"
|
163 |
|
164 |
-
#: add-to-any.php:
|
165 |
msgid "Using AddToAny's Menu Styler, you can customize the colors of your Share/Save menu! When you're done, be sure to paste the generated code in the <a href=\"#\" onclick=\"document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false\">Additional Options</a> box below."
|
166 |
msgstr "Usar el personalizador de estilo de AddToAny, 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."
|
167 |
|
168 |
-
#: add-to-any.php:
|
169 |
msgid "Open the AddToAny Menu Styler in a new window"
|
170 |
msgstr "Abrir el personalizador de estilo de AddToAny en una nueva ventana"
|
171 |
|
172 |
-
#: add-to-any.php:
|
173 |
msgid "Open Menu Styler"
|
174 |
msgstr "Abrir el personalizador de estilos"
|
175 |
|
176 |
-
#: add-to-any.php:
|
177 |
msgid "Menu Options"
|
178 |
msgstr "Menú de opciones"
|
179 |
|
180 |
-
#: add-to-any.php:
|
181 |
-
msgid "Hide embedded objects (Flash, video, etc.) that intersect with the menu when displayed"
|
182 |
-
msgstr "Ocultar los objetos embebidos (Flash, video, etc) que intersectan con el manú cuando se muestra."
|
183 |
-
|
184 |
-
#: add-to-any.php:723
|
185 |
msgid "Show the title of the post (or page) within the menu"
|
186 |
msgstr "Mostrar el título de la entrada (o de la pagina) dentro del menú"
|
187 |
|
188 |
-
#: add-to-any.php:
|
189 |
msgid "Only show the menu when the user clicks the Share/Save button"
|
190 |
msgstr "Mostrar el menú solo cuando un usuario haga click sobre el botón Compartir/Guardar"
|
191 |
|
192 |
-
#: add-to-any.php:
|
193 |
msgid "Open the addtoany.com menu page in a new tab or window if the user clicks the Share/Save button"
|
194 |
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"
|
195 |
|
196 |
-
#: add-to-any.php:
|
197 |
msgid "Additional Options"
|
198 |
msgstr "Opciones adicionales"
|
199 |
|
200 |
-
#: add-to-any.php:
|
201 |
msgid "Paste the code from AddToAny's Menu Styler in the box below!"
|
202 |
msgstr "Pegue el código del personalizador de estilo en el siguiente recuadro"
|
203 |
|
204 |
-
#: add-to-any.php:
|
205 |
msgid "Below you can set special JavaScript variables to apply to each Share/Save menu."
|
206 |
msgstr "Abajo puede inicializar las variables JavaScript especiales para aplicar a cada menú Compartir/Guardar"
|
207 |
|
208 |
-
#: add-to-any.php:
|
209 |
msgid "Advanced users might want to explore AddToAny's <a href=\"http://www.addtoany.com/buttons/customize/\" target=\"_blank\">additional options</a>."
|
210 |
msgstr "Los usuarios avanzados podrían preferir explorar la <a href=\"http://www.addtoany.com/buttons/customize/\" target=\"_blank\">API JavaScript</a> de AddToAny."
|
211 |
|
212 |
-
#: add-to-any.php:
|
213 |
msgid "<strong>Note</strong>: If you're adding new code, be careful not to accidentally overwrite any previous code.</label>"
|
214 |
msgstr "<strong>Nota</strong>: Si usted agrega código nuevo, sea cuidadoso de no sobreescribir accidentalmente cualquier código ingresado anteriormente.</label>"
|
215 |
|
216 |
-
#: add-to-any.php:
|
217 |
#, fuzzy
|
218 |
msgid "Advanced Options"
|
219 |
msgstr "Opciones adicionales"
|
220 |
|
221 |
-
#: add-to-any.php:
|
222 |
msgid "Use CSS stylesheet"
|
223 |
msgstr ""
|
224 |
|
225 |
-
#: add-to-any.php:
|
226 |
msgid "Cache AddToAny locally with daily cache updates"
|
227 |
msgstr ""
|
228 |
|
229 |
-
#: add-to-any.php:
|
230 |
msgid "If unchecked, be sure to place the CSS in your theme's stylesheet:"
|
231 |
msgstr ""
|
232 |
|
233 |
-
#: add-to-any.php:
|
234 |
-
msgid "Only consider for
|
235 |
msgstr ""
|
236 |
|
237 |
-
#: add-to-any.php:
|
238 |
msgid "Save Changes"
|
239 |
msgstr "Guardar cambios"
|
240 |
|
241 |
-
#: add-to-any.php:
|
242 |
msgid "Like this plugin?"
|
243 |
msgstr ""
|
244 |
|
245 |
-
#: add-to-any.php:
|
246 |
msgid "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Give it a good rating</a> on WordPress.org."
|
247 |
msgstr ""
|
248 |
|
249 |
-
#: add-to-any.php:
|
250 |
msgid "<a href=\"http://www.addtoany.com/share_save?linkname=WordPress%20Share%20%2F%20Bookmark%20Plugin%20by%20AddToAny.com&linkurl=http%3A%2F%2Fwordpress.org%2Fextend%2Fplugins%2Fadd-to-any%2F\">Share it</a> with your friends."
|
251 |
msgstr ""
|
252 |
|
253 |
-
#: add-to-any.php:
|
254 |
msgid "Need support?"
|
255 |
msgstr ""
|
256 |
|
257 |
-
#: add-to-any.php:
|
258 |
msgid "See the <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">FAQs</a>."
|
259 |
msgstr ""
|
260 |
|
261 |
-
#: add-to-any.php:
|
262 |
msgid "Search the <a href=\"http://wordpress.org/tags/add-to-any\">support forums</a>."
|
263 |
msgstr ""
|
264 |
|
265 |
-
#: add-to-any.php:
|
266 |
msgid "Add/Remove Services"
|
267 |
msgstr ""
|
268 |
|
269 |
-
#: add-to-any.php:
|
270 |
msgid "Share/Save"
|
271 |
msgstr "Compartir/Guardar"
|
272 |
|
273 |
-
#: add-to-any.php:
|
274 |
msgid "Share/Save Buttons"
|
275 |
msgstr "Botones Compartir/Guardar"
|
276 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
277 |
#, fuzzy
|
278 |
#~ msgid "Services"
|
279 |
#~ msgstr "Buscar servicios(s)"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: add-to-any\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2010-07-20 01:02-0800\n"
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: Pat <no@no.com>\n"
|
8 |
"Language-Team: \n"
|
13 |
"X-Poedit-Basepath: ../\n"
|
14 |
"X-Poedit-SearchPath-0: .\n"
|
15 |
|
16 |
+
#: add-to-any.php:258
|
17 |
msgid "Share"
|
18 |
msgstr "Compartir"
|
19 |
|
20 |
+
#: add-to-any.php:259
|
21 |
msgid "Save"
|
22 |
msgstr "Guardar"
|
23 |
|
24 |
+
#: add-to-any.php:260
|
25 |
msgid "Subscribe"
|
26 |
msgstr "Suscribirse"
|
27 |
|
28 |
+
#: add-to-any.php:261
|
29 |
msgid "E-mail"
|
30 |
msgstr "E-mail"
|
31 |
|
32 |
+
#: add-to-any.php:262
|
33 |
msgid "Bookmark"
|
34 |
msgstr "Marcador"
|
35 |
|
36 |
+
#: add-to-any.php:263
|
37 |
msgid "Show all"
|
38 |
msgstr "Mostrar todo"
|
39 |
|
40 |
+
#: add-to-any.php:264
|
41 |
msgid "Show less"
|
42 |
msgstr "Mostrar menos"
|
43 |
|
44 |
+
#: add-to-any.php:265
|
45 |
msgid "Find service(s)"
|
46 |
msgstr "Buscar servicios(s)"
|
47 |
|
48 |
+
#: add-to-any.php:266
|
49 |
msgid "Instantly find any service to add to"
|
50 |
msgstr "Buscar servicio"
|
51 |
|
52 |
+
#: add-to-any.php:267
|
53 |
msgid "Powered by"
|
54 |
msgstr "Servicio ofrecido por"
|
55 |
|
56 |
+
#: add-to-any.php:268
|
57 |
msgid "Share via e-mail"
|
58 |
msgstr "Compartir por e-mail"
|
59 |
|
60 |
+
#: add-to-any.php:269
|
61 |
msgid "Subscribe via e-mail"
|
62 |
msgstr "Suscribirse por e-mail"
|
63 |
|
64 |
+
#: add-to-any.php:270
|
65 |
msgid "Bookmark in your browser"
|
66 |
msgstr "Agregar a marcadores de tu navegador"
|
67 |
|
68 |
+
#: add-to-any.php:271
|
69 |
msgid "Press Ctrl+D or ⌘+D to bookmark this page"
|
70 |
msgstr "Presione Ctrl+D o Cmd+D para marcar esta pagina"
|
71 |
|
72 |
+
#: add-to-any.php:272
|
73 |
msgid "Add to your favorites"
|
74 |
msgstr "Agregar a favoritos"
|
75 |
|
76 |
+
#: add-to-any.php:273
|
77 |
msgid "Send from any e-mail address or e-mail program"
|
78 |
msgstr "Enviar de cualquier dirección de e-mail o programa de e-mail"
|
79 |
|
80 |
+
#: add-to-any.php:274
|
81 |
msgid "E-mail program"
|
82 |
msgstr "Programa de e-mail"
|
83 |
|
84 |
+
#: add-to-any.php:299
|
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:490
|
89 |
#, php-format
|
90 |
msgid "Unable to create directory %s. Is its parent directory writable by the server?"
|
91 |
msgstr ""
|
92 |
|
93 |
+
#: add-to-any.php:566
|
94 |
+
#: add-to-any.php:639
|
95 |
+
#: add-to-any.php:643
|
96 |
+
#: add-to-any.php:647
|
97 |
+
#: add-to-any.php:651
|
98 |
+
#: add-to-any.php:683
|
99 |
msgid "Share/Bookmark"
|
100 |
msgstr "Marcador"
|
101 |
|
102 |
+
#: add-to-any.php:580
|
103 |
msgid "Settings saved."
|
104 |
msgstr "Configuración guardada."
|
105 |
|
106 |
+
#: add-to-any.php:593
|
107 |
msgid "AddToAny: Share/Save "
|
108 |
msgstr "AddToAny: Compartir/Guardar "
|
109 |
|
110 |
+
#: add-to-any.php:593
|
111 |
+
#: add-to-any.php:978
|
112 |
+
#: add-to-any.php:1002
|
113 |
msgid "Settings"
|
114 |
msgstr "Configuración"
|
115 |
|
116 |
+
#: add-to-any.php:602
|
117 |
msgid "Standalone Services"
|
118 |
msgstr ""
|
119 |
|
120 |
+
#: add-to-any.php:607
|
121 |
msgid "Choose the services you want below. Click a chosen service again to remove. Reorder services by dragging and dropping as they appear above."
|
122 |
msgstr ""
|
123 |
|
124 |
+
#: add-to-any.php:634
|
125 |
msgid "Button"
|
126 |
msgstr "Botón"
|
127 |
|
128 |
+
#: add-to-any.php:673
|
129 |
msgid "Image URL"
|
130 |
msgstr "URL de la imagen"
|
131 |
|
132 |
+
#: add-to-any.php:680
|
133 |
msgid "Text only"
|
134 |
msgstr "Solo texto"
|
135 |
|
136 |
+
#: add-to-any.php:688
|
137 |
msgid "Placement"
|
138 |
msgstr "Ubicación del botón"
|
139 |
|
140 |
+
#: add-to-any.php:697
|
141 |
msgid "Display Share/Save button at the bottom of posts"
|
142 |
msgstr "Mostrar el botón Compartir/Guardar al final de cada entrada"
|
143 |
|
144 |
+
#: add-to-any.php:704
|
145 |
msgid "Display Share/Save button at the bottom of posts on the front page"
|
146 |
msgstr "Mostrar el botón Compartir/Guardar al final de las entradas en la pagina principal"
|
147 |
|
148 |
+
#: add-to-any.php:711
|
149 |
msgid "Display Share/Save button at the bottom of posts in the feed"
|
150 |
msgstr "Mostrar el botón Compartir/Guardar al final de las entradas en el feed"
|
151 |
|
152 |
+
#: add-to-any.php:715
|
153 |
msgid "Display Share/Save button at the bottom of pages"
|
154 |
msgstr "Mostrar el botón Compartir/Guardar al final de las paginas"
|
155 |
|
156 |
+
#: add-to-any.php:719
|
157 |
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>)"
|
158 |
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>)"
|
159 |
|
160 |
+
#: add-to-any.php:728
|
161 |
msgid "Menu Style"
|
162 |
msgstr "Estilo del menú"
|
163 |
|
164 |
+
#: add-to-any.php:730
|
165 |
msgid "Using AddToAny's Menu Styler, you can customize the colors of your Share/Save menu! When you're done, be sure to paste the generated code in the <a href=\"#\" onclick=\"document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false\">Additional Options</a> box below."
|
166 |
msgstr "Usar el personalizador de estilo de AddToAny, 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."
|
167 |
|
168 |
+
#: add-to-any.php:732
|
169 |
msgid "Open the AddToAny Menu Styler in a new window"
|
170 |
msgstr "Abrir el personalizador de estilo de AddToAny en una nueva ventana"
|
171 |
|
172 |
+
#: add-to-any.php:734
|
173 |
msgid "Open Menu Styler"
|
174 |
msgstr "Abrir el personalizador de estilos"
|
175 |
|
176 |
+
#: add-to-any.php:739
|
177 |
msgid "Menu Options"
|
178 |
msgstr "Menú de opciones"
|
179 |
|
180 |
+
#: add-to-any.php:744
|
|
|
|
|
|
|
|
|
181 |
msgid "Show the title of the post (or page) within the menu"
|
182 |
msgstr "Mostrar el título de la entrada (o de la pagina) dentro del menú"
|
183 |
|
184 |
+
#: add-to-any.php:751
|
185 |
msgid "Only show the menu when the user clicks the Share/Save button"
|
186 |
msgstr "Mostrar el menú solo cuando un usuario haga click sobre el botón Compartir/Guardar"
|
187 |
|
188 |
+
#: add-to-any.php:757
|
189 |
msgid "Open the addtoany.com menu page in a new tab or window if the user clicks the Share/Save button"
|
190 |
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"
|
191 |
|
192 |
+
#: add-to-any.php:762
|
193 |
msgid "Additional Options"
|
194 |
msgstr "Opciones adicionales"
|
195 |
|
196 |
+
#: add-to-any.php:766
|
197 |
msgid "Paste the code from AddToAny's Menu Styler in the box below!"
|
198 |
msgstr "Pegue el código del personalizador de estilo en el siguiente recuadro"
|
199 |
|
200 |
+
#: add-to-any.php:770
|
201 |
msgid "Below you can set special JavaScript variables to apply to each Share/Save menu."
|
202 |
msgstr "Abajo puede inicializar las variables JavaScript especiales para aplicar a cada menú Compartir/Guardar"
|
203 |
|
204 |
+
#: add-to-any.php:771
|
205 |
msgid "Advanced users might want to explore AddToAny's <a href=\"http://www.addtoany.com/buttons/customize/\" target=\"_blank\">additional options</a>."
|
206 |
msgstr "Los usuarios avanzados podrían preferir explorar la <a href=\"http://www.addtoany.com/buttons/customize/\" target=\"_blank\">API JavaScript</a> de AddToAny."
|
207 |
|
208 |
+
#: add-to-any.php:777
|
209 |
msgid "<strong>Note</strong>: If you're adding new code, be careful not to accidentally overwrite any previous code.</label>"
|
210 |
msgstr "<strong>Nota</strong>: Si usted agrega código nuevo, sea cuidadoso de no sobreescribir accidentalmente cualquier código ingresado anteriormente.</label>"
|
211 |
|
212 |
+
#: add-to-any.php:782
|
213 |
#, fuzzy
|
214 |
msgid "Advanced Options"
|
215 |
msgstr "Opciones adicionales"
|
216 |
|
217 |
+
#: add-to-any.php:787
|
218 |
msgid "Use CSS stylesheet"
|
219 |
msgstr ""
|
220 |
|
221 |
+
#: add-to-any.php:792
|
222 |
msgid "Cache AddToAny locally with daily cache updates"
|
223 |
msgstr ""
|
224 |
|
225 |
+
#: add-to-any.php:796
|
226 |
msgid "If unchecked, be sure to place the CSS in your theme's stylesheet:"
|
227 |
msgstr ""
|
228 |
|
229 |
+
#: add-to-any.php:801
|
230 |
+
msgid "Only consider for sites with frequently returning visitors. Since many visitors will have AddToAny cached in their browser already, serving AddToAny locally from your site will be slower for those visitors. Be sure to set far future cache/expires headers for image files in your <code>uploads/addtoany</code> directory."
|
231 |
msgstr ""
|
232 |
|
233 |
+
#: add-to-any.php:808
|
234 |
msgid "Save Changes"
|
235 |
msgstr "Guardar cambios"
|
236 |
|
237 |
+
#: add-to-any.php:813
|
238 |
msgid "Like this plugin?"
|
239 |
msgstr ""
|
240 |
|
241 |
+
#: add-to-any.php:814
|
242 |
msgid "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Give it a good rating</a> on WordPress.org."
|
243 |
msgstr ""
|
244 |
|
245 |
+
#: add-to-any.php:815
|
246 |
msgid "<a href=\"http://www.addtoany.com/share_save?linkname=WordPress%20Share%20%2F%20Bookmark%20Plugin%20by%20AddToAny.com&linkurl=http%3A%2F%2Fwordpress.org%2Fextend%2Fplugins%2Fadd-to-any%2F\">Share it</a> with your friends."
|
247 |
msgstr ""
|
248 |
|
249 |
+
#: add-to-any.php:817
|
250 |
msgid "Need support?"
|
251 |
msgstr ""
|
252 |
|
253 |
+
#: add-to-any.php:818
|
254 |
msgid "See the <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">FAQs</a>."
|
255 |
msgstr ""
|
256 |
|
257 |
+
#: add-to-any.php:819
|
258 |
msgid "Search the <a href=\"http://wordpress.org/tags/add-to-any\">support forums</a>."
|
259 |
msgstr ""
|
260 |
|
261 |
+
#: add-to-any.php:926
|
262 |
msgid "Add/Remove Services"
|
263 |
msgstr ""
|
264 |
|
265 |
+
#: add-to-any.php:978
|
266 |
msgid "Share/Save"
|
267 |
msgstr "Compartir/Guardar"
|
268 |
|
269 |
+
#: add-to-any.php:979
|
270 |
msgid "Share/Save Buttons"
|
271 |
msgstr "Botones Compartir/Guardar"
|
272 |
|
273 |
+
#~ msgid ""
|
274 |
+
#~ "Hide embedded objects (Flash, video, etc.) that intersect with the menu "
|
275 |
+
#~ "when displayed"
|
276 |
+
#~ msgstr ""
|
277 |
+
#~ "Ocultar los objetos embebidos (Flash, video, etc) que intersectan con el "
|
278 |
+
#~ "manú cuando se muestra."
|
279 |
+
|
280 |
#, fuzzy
|
281 |
#~ msgid "Services"
|
282 |
#~ msgstr "Buscar servicios(s)"
|
languages/add-to-any-fr_FR.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: 2010-
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: Pat <no@no.com>\n"
|
8 |
"Language-Team: \n"
|
@@ -13,264 +13,267 @@ msgstr ""
|
|
13 |
"X-Poedit-Basepath: ../\n"
|
14 |
"X-Poedit-SearchPath-0: .\n"
|
15 |
|
16 |
-
#: add-to-any.php:
|
17 |
msgid "Share"
|
18 |
msgstr "Partager"
|
19 |
|
20 |
-
#: add-to-any.php:
|
21 |
msgid "Save"
|
22 |
msgstr "Enregistrer"
|
23 |
|
24 |
-
#: add-to-any.php:
|
25 |
msgid "Subscribe"
|
26 |
msgstr "S'abonner"
|
27 |
|
28 |
-
#: add-to-any.php:
|
29 |
msgid "E-mail"
|
30 |
msgstr "Courriel"
|
31 |
|
32 |
-
#: add-to-any.php:
|
33 |
msgid "Bookmark"
|
34 |
msgstr "Signet"
|
35 |
|
36 |
-
#: add-to-any.php:
|
37 |
msgid "Show all"
|
38 |
msgstr "Montrer tout"
|
39 |
|
40 |
-
#: add-to-any.php:
|
41 |
msgid "Show less"
|
42 |
msgstr "Montrer moins"
|
43 |
|
44 |
-
#: add-to-any.php:
|
45 |
msgid "Find service(s)"
|
46 |
msgstr "Trouver des service(s)"
|
47 |
|
48 |
-
#: add-to-any.php:
|
49 |
msgid "Instantly find any service to add to"
|
50 |
msgstr "Trouver instantanément des services à ajouter à"
|
51 |
|
52 |
-
#: add-to-any.php:
|
53 |
msgid "Powered by"
|
54 |
msgstr "Propulsé par"
|
55 |
|
56 |
-
#: add-to-any.php:
|
57 |
msgid "Share via e-mail"
|
58 |
msgstr "Partager par l'entremise d'un courriel"
|
59 |
|
60 |
-
#: add-to-any.php:
|
61 |
msgid "Subscribe via e-mail"
|
62 |
msgstr "S'abonner par l'entremise d'un courriel"
|
63 |
|
64 |
-
#: add-to-any.php:
|
65 |
msgid "Bookmark in your browser"
|
66 |
msgstr "Ajouter un signet dans votre fureteur"
|
67 |
|
68 |
-
#: add-to-any.php:
|
69 |
msgid "Press Ctrl+D or ⌘+D to bookmark this page"
|
70 |
msgstr "Appuyez Crtl+D ou ⌘+D pour créer un signet vers cette page"
|
71 |
|
72 |
-
#: add-to-any.php:
|
73 |
msgid "Add to your favorites"
|
74 |
msgstr "Ajouter à vos favoris"
|
75 |
|
76 |
-
#: add-to-any.php:
|
77 |
msgid "Send from any e-mail address or e-mail program"
|
78 |
msgstr "Envoyer depuis toutes adresses courriel ou tous programmes de messagerie"
|
79 |
|
80 |
-
#: add-to-any.php:
|
81 |
msgid "E-mail program"
|
82 |
msgstr "Programme de messagerie"
|
83 |
|
84 |
-
#: add-to-any.php:
|
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 "Votre thème doit être corrigé. Pour ce faire, utilisez <a href=\"theme-editor.php\">l'éditeur</a> pour ajouter <code><?php wp_footer(); ?></code> juste avant la ligne <code></body></code> du fichier <code>footer.php</code> de votre thème."
|
87 |
|
88 |
-
#: add-to-any.php:
|
89 |
#, php-format
|
90 |
msgid "Unable to create directory %s. Is its parent directory writable by the server?"
|
91 |
msgstr ""
|
92 |
|
93 |
-
#: add-to-any.php:
|
94 |
-
#: add-to-any.php:
|
95 |
-
#: add-to-any.php:
|
96 |
-
#: add-to-any.php:
|
97 |
-
#: add-to-any.php:
|
98 |
-
#: add-to-any.php:
|
99 |
msgid "Share/Bookmark"
|
100 |
msgstr "Partager/Marquer"
|
101 |
|
102 |
-
#: add-to-any.php:
|
103 |
msgid "Settings saved."
|
104 |
msgstr "Paramètres sauvegardés."
|
105 |
|
106 |
-
#: add-to-any.php:
|
107 |
msgid "AddToAny: Share/Save "
|
108 |
msgstr "AjouterÀTout: Partager/Enregistrer "
|
109 |
|
110 |
-
#: add-to-any.php:
|
111 |
-
#: add-to-any.php:
|
112 |
-
#: add-to-any.php:
|
113 |
msgid "Settings"
|
114 |
msgstr "Paramètres"
|
115 |
|
116 |
-
#: add-to-any.php:
|
117 |
msgid "Standalone Services"
|
118 |
msgstr "Services indépendants"
|
119 |
|
120 |
-
#: add-to-any.php:
|
121 |
msgid "Choose the services you want below. Click a chosen service again to remove. Reorder services by dragging and dropping as they appear above."
|
122 |
msgstr "Choisissez les services que vous souhaitez ci-dessous. Cliquez sur un service choisi pour le retirer. Réorganisez les services en les faisant glisser comme ils apparaissent ci-dessus."
|
123 |
|
124 |
-
#: add-to-any.php:
|
125 |
msgid "Button"
|
126 |
msgstr "Bouton"
|
127 |
|
128 |
-
#: add-to-any.php:
|
129 |
msgid "Image URL"
|
130 |
msgstr "URL de l'image"
|
131 |
|
132 |
-
#: add-to-any.php:
|
133 |
msgid "Text only"
|
134 |
msgstr "Texte seulement"
|
135 |
|
136 |
-
#: add-to-any.php:
|
137 |
msgid "Placement"
|
138 |
msgstr "Positionnement"
|
139 |
|
140 |
-
#: add-to-any.php:
|
141 |
msgid "Display Share/Save button at the bottom of posts"
|
142 |
msgstr "Afficher le bouton Partager/Enregistrer à la fin des articles"
|
143 |
|
144 |
-
#: add-to-any.php:
|
145 |
msgid "Display Share/Save button at the bottom of posts on the front page"
|
146 |
msgstr "Afficher le bouton Partager/Enregistrer à la fin des articles sur la page principale"
|
147 |
|
148 |
-
#: add-to-any.php:
|
149 |
msgid "Display Share/Save button at the bottom of posts in the feed"
|
150 |
msgstr "Afficher le bouton Partager/Enregistrer à la fin des articles dans le flux"
|
151 |
|
152 |
-
#: add-to-any.php:
|
153 |
msgid "Display Share/Save button at the bottom of pages"
|
154 |
msgstr "Afficher le bouton Partager/Enregistrer à la fin des pages"
|
155 |
|
156 |
-
#: add-to-any.php:
|
157 |
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>)"
|
158 |
msgstr "Si décoché, n'oubliez pas de placer le code suivant dans vos <a href=\"theme-editor.php\">pages modèles</a> (dans <code>index.php</code>, <code>single.php</code> et/ou <code><page.php</code>)"
|
159 |
|
160 |
-
#: add-to-any.php:
|
161 |
msgid "Menu Style"
|
162 |
msgstr "Menu de styles"
|
163 |
|
164 |
-
#: add-to-any.php:
|
165 |
msgid "Using AddToAny's Menu Styler, you can customize the colors of your Share/Save menu! When you're done, be sure to paste the generated code in the <a href=\"#\" onclick=\"document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false\">Additional Options</a> box below."
|
166 |
msgstr "En utilisant le menu de styles AddToAny, vous pouvez personnaliser les couleurs de votre menu Partarger/Enregistrer. Lorsque vous aurez terminé, assrez-vous de copier le code généré dans la boîte d'<a href=\"#\" onclick=\"document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false\">Options Complémentaires</a> ci-dessous."
|
167 |
|
168 |
-
#: add-to-any.php:
|
169 |
msgid "Open the AddToAny Menu Styler in a new window"
|
170 |
msgstr "Ouvrir le menu de styles AddToAny dans une nouvelle fen&ecire;tre"
|
171 |
|
172 |
-
#: add-to-any.php:
|
173 |
msgid "Open Menu Styler"
|
174 |
msgstr "Ouvrir le menu de styles"
|
175 |
|
176 |
-
#: add-to-any.php:
|
177 |
msgid "Menu Options"
|
178 |
msgstr "Menu d'options"
|
179 |
|
180 |
-
#: add-to-any.php:
|
181 |
-
msgid "Hide embedded objects (Flash, video, etc.) that intersect with the menu when displayed"
|
182 |
-
msgstr "Masquer les objets incorporés (Flash, vidéos, etc.) qui s'entrecoupent avec le menu lors de l'affichage."
|
183 |
-
|
184 |
-
#: add-to-any.php:723
|
185 |
msgid "Show the title of the post (or page) within the menu"
|
186 |
msgstr "Afficher le titre des articles (ou des pages) dans le menu"
|
187 |
|
188 |
-
#: add-to-any.php:
|
189 |
msgid "Only show the menu when the user clicks the Share/Save button"
|
190 |
msgstr "Afficher le menu uniquement lorsqu'un utilisateur appuie sur le bouton Partager/Enregistrer"
|
191 |
|
192 |
-
#: add-to-any.php:
|
193 |
msgid "Open the addtoany.com menu page in a new tab or window if the user clicks the Share/Save button"
|
194 |
msgstr "Ouvrir la page menu de addtoany.com dans un nouvel onglet ou dans une nouvelle fenêtre si un utilisateur appuie sur le bouton Partager/Enregistrer"
|
195 |
|
196 |
-
#: add-to-any.php:
|
197 |
msgid "Additional Options"
|
198 |
msgstr "Options complémentaires"
|
199 |
|
200 |
-
#: add-to-any.php:
|
201 |
msgid "Paste the code from AddToAny's Menu Styler in the box below!"
|
202 |
msgstr "Copier le code du menu de styles AddToAny dans la boîte ci-dessous!"
|
203 |
|
204 |
-
#: add-to-any.php:
|
205 |
msgid "Below you can set special JavaScript variables to apply to each Share/Save menu."
|
206 |
msgstr "Vous pouvez définir, ci-dessous, des variables JavaScript spéciales à appliquer à chaque menu Partager/Enregistrer."
|
207 |
|
208 |
-
#: add-to-any.php:
|
209 |
msgid "Advanced users might want to explore AddToAny's <a href=\"http://www.addtoany.com/buttons/customize/\" target=\"_blank\">additional options</a>."
|
210 |
msgstr "Les utilisateurs expérimentés peuvent vouloir explorer l'<a href=\"http://www.addtoany.com/buttons/customize/\" target=\"_blank\">API JavaScript</a> d'AddToAny."
|
211 |
|
212 |
-
#: add-to-any.php:
|
213 |
msgid "<strong>Note</strong>: If you're adding new code, be careful not to accidentally overwrite any previous code.</label>"
|
214 |
msgstr ""
|
215 |
|
216 |
-
#: add-to-any.php:
|
217 |
#, fuzzy
|
218 |
msgid "Advanced Options"
|
219 |
msgstr "Options complémentaires"
|
220 |
|
221 |
-
#: add-to-any.php:
|
222 |
msgid "Use CSS stylesheet"
|
223 |
msgstr ""
|
224 |
|
225 |
-
#: add-to-any.php:
|
226 |
msgid "Cache AddToAny locally with daily cache updates"
|
227 |
msgstr ""
|
228 |
|
229 |
-
#: add-to-any.php:
|
230 |
msgid "If unchecked, be sure to place the CSS in your theme's stylesheet:"
|
231 |
msgstr ""
|
232 |
|
233 |
-
#: add-to-any.php:
|
234 |
-
msgid "Only consider for
|
235 |
msgstr ""
|
236 |
|
237 |
-
#: add-to-any.php:
|
238 |
msgid "Save Changes"
|
239 |
msgstr "Enregistrer les changements"
|
240 |
|
241 |
-
#: add-to-any.php:
|
242 |
msgid "Like this plugin?"
|
243 |
msgstr "Aimez-vous ce plugiciel?"
|
244 |
|
245 |
-
#: add-to-any.php:
|
246 |
msgid "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Give it a good rating</a> on WordPress.org."
|
247 |
msgstr "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Donnez-lui une bonne cote</a> sur WordPress.org."
|
248 |
|
249 |
-
#: add-to-any.php:
|
250 |
msgid "<a href=\"http://www.addtoany.com/share_save?linkname=WordPress%20Share%20%2F%20Bookmark%20Plugin%20by%20AddToAny.com&linkurl=http%3A%2F%2Fwordpress.org%2Fextend%2Fplugins%2Fadd-to-any%2F\">Share it</a> with your friends."
|
251 |
msgstr "<a href=\"http://www.addtoany.com/share_save?linkname=WordPress%20Share%20%2F%20Bookmark%20Plugin%20by%20AddToAny.com&linkurl=http%3A%2F%2Fwordpress.org%2Fextend%2Fplugins%2Fadd-to-any%2F\">Partagez le</a> avec vos amis."
|
252 |
|
253 |
-
#: add-to-any.php:
|
254 |
msgid "Need support?"
|
255 |
msgstr "Besoin d'aide?"
|
256 |
|
257 |
-
#: add-to-any.php:
|
258 |
msgid "See the <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">FAQs</a>."
|
259 |
msgstr "Consultez la <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">FAQ</a>."
|
260 |
|
261 |
-
#: add-to-any.php:
|
262 |
msgid "Search the <a href=\"http://wordpress.org/tags/add-to-any\">support forums</a>."
|
263 |
msgstr "Faites une recherche dans le <a href=\"http://wordpress.org/tags/add-to-any\">forums d'aide</a>."
|
264 |
|
265 |
-
#: add-to-any.php:
|
266 |
msgid "Add/Remove Services"
|
267 |
msgstr "Ajoutez/Supprimer les services"
|
268 |
|
269 |
-
#: add-to-any.php:
|
270 |
msgid "Share/Save"
|
271 |
msgstr "Partager/Enregistrer"
|
272 |
|
273 |
-
#: add-to-any.php:
|
274 |
msgid "Share/Save Buttons"
|
275 |
msgstr "Boutons Ajouter/Enregistrer"
|
276 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: add-to-any\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2010-07-20 01:02-0800\n"
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: Pat <no@no.com>\n"
|
8 |
"Language-Team: \n"
|
13 |
"X-Poedit-Basepath: ../\n"
|
14 |
"X-Poedit-SearchPath-0: .\n"
|
15 |
|
16 |
+
#: add-to-any.php:258
|
17 |
msgid "Share"
|
18 |
msgstr "Partager"
|
19 |
|
20 |
+
#: add-to-any.php:259
|
21 |
msgid "Save"
|
22 |
msgstr "Enregistrer"
|
23 |
|
24 |
+
#: add-to-any.php:260
|
25 |
msgid "Subscribe"
|
26 |
msgstr "S'abonner"
|
27 |
|
28 |
+
#: add-to-any.php:261
|
29 |
msgid "E-mail"
|
30 |
msgstr "Courriel"
|
31 |
|
32 |
+
#: add-to-any.php:262
|
33 |
msgid "Bookmark"
|
34 |
msgstr "Signet"
|
35 |
|
36 |
+
#: add-to-any.php:263
|
37 |
msgid "Show all"
|
38 |
msgstr "Montrer tout"
|
39 |
|
40 |
+
#: add-to-any.php:264
|
41 |
msgid "Show less"
|
42 |
msgstr "Montrer moins"
|
43 |
|
44 |
+
#: add-to-any.php:265
|
45 |
msgid "Find service(s)"
|
46 |
msgstr "Trouver des service(s)"
|
47 |
|
48 |
+
#: add-to-any.php:266
|
49 |
msgid "Instantly find any service to add to"
|
50 |
msgstr "Trouver instantanément des services à ajouter à"
|
51 |
|
52 |
+
#: add-to-any.php:267
|
53 |
msgid "Powered by"
|
54 |
msgstr "Propulsé par"
|
55 |
|
56 |
+
#: add-to-any.php:268
|
57 |
msgid "Share via e-mail"
|
58 |
msgstr "Partager par l'entremise d'un courriel"
|
59 |
|
60 |
+
#: add-to-any.php:269
|
61 |
msgid "Subscribe via e-mail"
|
62 |
msgstr "S'abonner par l'entremise d'un courriel"
|
63 |
|
64 |
+
#: add-to-any.php:270
|
65 |
msgid "Bookmark in your browser"
|
66 |
msgstr "Ajouter un signet dans votre fureteur"
|
67 |
|
68 |
+
#: add-to-any.php:271
|
69 |
msgid "Press Ctrl+D or ⌘+D to bookmark this page"
|
70 |
msgstr "Appuyez Crtl+D ou ⌘+D pour créer un signet vers cette page"
|
71 |
|
72 |
+
#: add-to-any.php:272
|
73 |
msgid "Add to your favorites"
|
74 |
msgstr "Ajouter à vos favoris"
|
75 |
|
76 |
+
#: add-to-any.php:273
|
77 |
msgid "Send from any e-mail address or e-mail program"
|
78 |
msgstr "Envoyer depuis toutes adresses courriel ou tous programmes de messagerie"
|
79 |
|
80 |
+
#: add-to-any.php:274
|
81 |
msgid "E-mail program"
|
82 |
msgstr "Programme de messagerie"
|
83 |
|
84 |
+
#: add-to-any.php:299
|
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 "Votre thème doit être corrigé. Pour ce faire, utilisez <a href=\"theme-editor.php\">l'éditeur</a> pour ajouter <code><?php wp_footer(); ?></code> juste avant la ligne <code></body></code> du fichier <code>footer.php</code> de votre thème."
|
87 |
|
88 |
+
#: add-to-any.php:490
|
89 |
#, php-format
|
90 |
msgid "Unable to create directory %s. Is its parent directory writable by the server?"
|
91 |
msgstr ""
|
92 |
|
93 |
+
#: add-to-any.php:566
|
94 |
+
#: add-to-any.php:639
|
95 |
+
#: add-to-any.php:643
|
96 |
+
#: add-to-any.php:647
|
97 |
+
#: add-to-any.php:651
|
98 |
+
#: add-to-any.php:683
|
99 |
msgid "Share/Bookmark"
|
100 |
msgstr "Partager/Marquer"
|
101 |
|
102 |
+
#: add-to-any.php:580
|
103 |
msgid "Settings saved."
|
104 |
msgstr "Paramètres sauvegardés."
|
105 |
|
106 |
+
#: add-to-any.php:593
|
107 |
msgid "AddToAny: Share/Save "
|
108 |
msgstr "AjouterÀTout: Partager/Enregistrer "
|
109 |
|
110 |
+
#: add-to-any.php:593
|
111 |
+
#: add-to-any.php:978
|
112 |
+
#: add-to-any.php:1002
|
113 |
msgid "Settings"
|
114 |
msgstr "Paramètres"
|
115 |
|
116 |
+
#: add-to-any.php:602
|
117 |
msgid "Standalone Services"
|
118 |
msgstr "Services indépendants"
|
119 |
|
120 |
+
#: add-to-any.php:607
|
121 |
msgid "Choose the services you want below. Click a chosen service again to remove. Reorder services by dragging and dropping as they appear above."
|
122 |
msgstr "Choisissez les services que vous souhaitez ci-dessous. Cliquez sur un service choisi pour le retirer. Réorganisez les services en les faisant glisser comme ils apparaissent ci-dessus."
|
123 |
|
124 |
+
#: add-to-any.php:634
|
125 |
msgid "Button"
|
126 |
msgstr "Bouton"
|
127 |
|
128 |
+
#: add-to-any.php:673
|
129 |
msgid "Image URL"
|
130 |
msgstr "URL de l'image"
|
131 |
|
132 |
+
#: add-to-any.php:680
|
133 |
msgid "Text only"
|
134 |
msgstr "Texte seulement"
|
135 |
|
136 |
+
#: add-to-any.php:688
|
137 |
msgid "Placement"
|
138 |
msgstr "Positionnement"
|
139 |
|
140 |
+
#: add-to-any.php:697
|
141 |
msgid "Display Share/Save button at the bottom of posts"
|
142 |
msgstr "Afficher le bouton Partager/Enregistrer à la fin des articles"
|
143 |
|
144 |
+
#: add-to-any.php:704
|
145 |
msgid "Display Share/Save button at the bottom of posts on the front page"
|
146 |
msgstr "Afficher le bouton Partager/Enregistrer à la fin des articles sur la page principale"
|
147 |
|
148 |
+
#: add-to-any.php:711
|
149 |
msgid "Display Share/Save button at the bottom of posts in the feed"
|
150 |
msgstr "Afficher le bouton Partager/Enregistrer à la fin des articles dans le flux"
|
151 |
|
152 |
+
#: add-to-any.php:715
|
153 |
msgid "Display Share/Save button at the bottom of pages"
|
154 |
msgstr "Afficher le bouton Partager/Enregistrer à la fin des pages"
|
155 |
|
156 |
+
#: add-to-any.php:719
|
157 |
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>)"
|
158 |
msgstr "Si décoché, n'oubliez pas de placer le code suivant dans vos <a href=\"theme-editor.php\">pages modèles</a> (dans <code>index.php</code>, <code>single.php</code> et/ou <code><page.php</code>)"
|
159 |
|
160 |
+
#: add-to-any.php:728
|
161 |
msgid "Menu Style"
|
162 |
msgstr "Menu de styles"
|
163 |
|
164 |
+
#: add-to-any.php:730
|
165 |
msgid "Using AddToAny's Menu Styler, you can customize the colors of your Share/Save menu! When you're done, be sure to paste the generated code in the <a href=\"#\" onclick=\"document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false\">Additional Options</a> box below."
|
166 |
msgstr "En utilisant le menu de styles AddToAny, vous pouvez personnaliser les couleurs de votre menu Partarger/Enregistrer. Lorsque vous aurez terminé, assrez-vous de copier le code généré dans la boîte d'<a href=\"#\" onclick=\"document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false\">Options Complémentaires</a> ci-dessous."
|
167 |
|
168 |
+
#: add-to-any.php:732
|
169 |
msgid "Open the AddToAny Menu Styler in a new window"
|
170 |
msgstr "Ouvrir le menu de styles AddToAny dans une nouvelle fen&ecire;tre"
|
171 |
|
172 |
+
#: add-to-any.php:734
|
173 |
msgid "Open Menu Styler"
|
174 |
msgstr "Ouvrir le menu de styles"
|
175 |
|
176 |
+
#: add-to-any.php:739
|
177 |
msgid "Menu Options"
|
178 |
msgstr "Menu d'options"
|
179 |
|
180 |
+
#: add-to-any.php:744
|
|
|
|
|
|
|
|
|
181 |
msgid "Show the title of the post (or page) within the menu"
|
182 |
msgstr "Afficher le titre des articles (ou des pages) dans le menu"
|
183 |
|
184 |
+
#: add-to-any.php:751
|
185 |
msgid "Only show the menu when the user clicks the Share/Save button"
|
186 |
msgstr "Afficher le menu uniquement lorsqu'un utilisateur appuie sur le bouton Partager/Enregistrer"
|
187 |
|
188 |
+
#: add-to-any.php:757
|
189 |
msgid "Open the addtoany.com menu page in a new tab or window if the user clicks the Share/Save button"
|
190 |
msgstr "Ouvrir la page menu de addtoany.com dans un nouvel onglet ou dans une nouvelle fenêtre si un utilisateur appuie sur le bouton Partager/Enregistrer"
|
191 |
|
192 |
+
#: add-to-any.php:762
|
193 |
msgid "Additional Options"
|
194 |
msgstr "Options complémentaires"
|
195 |
|
196 |
+
#: add-to-any.php:766
|
197 |
msgid "Paste the code from AddToAny's Menu Styler in the box below!"
|
198 |
msgstr "Copier le code du menu de styles AddToAny dans la boîte ci-dessous!"
|
199 |
|
200 |
+
#: add-to-any.php:770
|
201 |
msgid "Below you can set special JavaScript variables to apply to each Share/Save menu."
|
202 |
msgstr "Vous pouvez définir, ci-dessous, des variables JavaScript spéciales à appliquer à chaque menu Partager/Enregistrer."
|
203 |
|
204 |
+
#: add-to-any.php:771
|
205 |
msgid "Advanced users might want to explore AddToAny's <a href=\"http://www.addtoany.com/buttons/customize/\" target=\"_blank\">additional options</a>."
|
206 |
msgstr "Les utilisateurs expérimentés peuvent vouloir explorer l'<a href=\"http://www.addtoany.com/buttons/customize/\" target=\"_blank\">API JavaScript</a> d'AddToAny."
|
207 |
|
208 |
+
#: add-to-any.php:777
|
209 |
msgid "<strong>Note</strong>: If you're adding new code, be careful not to accidentally overwrite any previous code.</label>"
|
210 |
msgstr ""
|
211 |
|
212 |
+
#: add-to-any.php:782
|
213 |
#, fuzzy
|
214 |
msgid "Advanced Options"
|
215 |
msgstr "Options complémentaires"
|
216 |
|
217 |
+
#: add-to-any.php:787
|
218 |
msgid "Use CSS stylesheet"
|
219 |
msgstr ""
|
220 |
|
221 |
+
#: add-to-any.php:792
|
222 |
msgid "Cache AddToAny locally with daily cache updates"
|
223 |
msgstr ""
|
224 |
|
225 |
+
#: add-to-any.php:796
|
226 |
msgid "If unchecked, be sure to place the CSS in your theme's stylesheet:"
|
227 |
msgstr ""
|
228 |
|
229 |
+
#: add-to-any.php:801
|
230 |
+
msgid "Only consider for sites with frequently returning visitors. Since many visitors will have AddToAny cached in their browser already, serving AddToAny locally from your site will be slower for those visitors. Be sure to set far future cache/expires headers for image files in your <code>uploads/addtoany</code> directory."
|
231 |
msgstr ""
|
232 |
|
233 |
+
#: add-to-any.php:808
|
234 |
msgid "Save Changes"
|
235 |
msgstr "Enregistrer les changements"
|
236 |
|
237 |
+
#: add-to-any.php:813
|
238 |
msgid "Like this plugin?"
|
239 |
msgstr "Aimez-vous ce plugiciel?"
|
240 |
|
241 |
+
#: add-to-any.php:814
|
242 |
msgid "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Give it a good rating</a> on WordPress.org."
|
243 |
msgstr "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Donnez-lui une bonne cote</a> sur WordPress.org."
|
244 |
|
245 |
+
#: add-to-any.php:815
|
246 |
msgid "<a href=\"http://www.addtoany.com/share_save?linkname=WordPress%20Share%20%2F%20Bookmark%20Plugin%20by%20AddToAny.com&linkurl=http%3A%2F%2Fwordpress.org%2Fextend%2Fplugins%2Fadd-to-any%2F\">Share it</a> with your friends."
|
247 |
msgstr "<a href=\"http://www.addtoany.com/share_save?linkname=WordPress%20Share%20%2F%20Bookmark%20Plugin%20by%20AddToAny.com&linkurl=http%3A%2F%2Fwordpress.org%2Fextend%2Fplugins%2Fadd-to-any%2F\">Partagez le</a> avec vos amis."
|
248 |
|
249 |
+
#: add-to-any.php:817
|
250 |
msgid "Need support?"
|
251 |
msgstr "Besoin d'aide?"
|
252 |
|
253 |
+
#: add-to-any.php:818
|
254 |
msgid "See the <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">FAQs</a>."
|
255 |
msgstr "Consultez la <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">FAQ</a>."
|
256 |
|
257 |
+
#: add-to-any.php:819
|
258 |
msgid "Search the <a href=\"http://wordpress.org/tags/add-to-any\">support forums</a>."
|
259 |
msgstr "Faites une recherche dans le <a href=\"http://wordpress.org/tags/add-to-any\">forums d'aide</a>."
|
260 |
|
261 |
+
#: add-to-any.php:926
|
262 |
msgid "Add/Remove Services"
|
263 |
msgstr "Ajoutez/Supprimer les services"
|
264 |
|
265 |
+
#: add-to-any.php:978
|
266 |
msgid "Share/Save"
|
267 |
msgstr "Partager/Enregistrer"
|
268 |
|
269 |
+
#: add-to-any.php:979
|
270 |
msgid "Share/Save Buttons"
|
271 |
msgstr "Boutons Ajouter/Enregistrer"
|
272 |
|
273 |
+
#~ msgid ""
|
274 |
+
#~ "Hide embedded objects (Flash, video, etc.) that intersect with the menu "
|
275 |
+
#~ "when displayed"
|
276 |
+
#~ msgstr ""
|
277 |
+
#~ "Masquer les objets incorporés (Flash, vidéos, etc.) qui "
|
278 |
+
#~ "s'entrecoupent avec le menu lors de l'affichage."
|
279 |
+
|
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: 2010-
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: Pat <no@no.com>\n"
|
8 |
"Language-Team: Gianni Diurno | gidibao.net <gidibao[at]gmail[dot]com>\n"
|
@@ -15,263 +15,267 @@ msgstr ""
|
|
15 |
"X-Poedit-Country: ITALY\n"
|
16 |
"X-Poedit-SearchPath-0: .\n"
|
17 |
|
18 |
-
#: add-to-any.php:
|
19 |
msgid "Share"
|
20 |
msgstr "Condividi"
|
21 |
|
22 |
-
#: add-to-any.php:
|
23 |
msgid "Save"
|
24 |
msgstr "Salva"
|
25 |
|
26 |
-
#: add-to-any.php:
|
27 |
msgid "Subscribe"
|
28 |
msgstr "Abbonati"
|
29 |
|
30 |
-
#: add-to-any.php:
|
31 |
msgid "E-mail"
|
32 |
msgstr "E-mail"
|
33 |
|
34 |
-
#: add-to-any.php:
|
35 |
msgid "Bookmark"
|
36 |
msgstr "Segnalibro"
|
37 |
|
38 |
-
#: add-to-any.php:
|
39 |
msgid "Show all"
|
40 |
msgstr "espandi"
|
41 |
|
42 |
-
#: add-to-any.php:
|
43 |
msgid "Show less"
|
44 |
msgstr "comprimi"
|
45 |
|
46 |
-
#: add-to-any.php:
|
47 |
msgid "Find service(s)"
|
48 |
msgstr "Trova servizi"
|
49 |
|
50 |
-
#: add-to-any.php:
|
51 |
msgid "Instantly find any service to add to"
|
52 |
msgstr "Trova subito un servizio da aggiungere"
|
53 |
|
54 |
-
#: add-to-any.php:
|
55 |
msgid "Powered by"
|
56 |
msgstr "Fornito da"
|
57 |
|
58 |
-
#: add-to-any.php:
|
59 |
msgid "Share via e-mail"
|
60 |
msgstr "Condividi via email"
|
61 |
|
62 |
-
#: add-to-any.php:
|
63 |
msgid "Subscribe via e-mail"
|
64 |
msgstr "Abbonati via email"
|
65 |
|
66 |
-
#: add-to-any.php:
|
67 |
msgid "Bookmark in your browser"
|
68 |
msgstr "Aggiungi ai segnalibri"
|
69 |
|
70 |
-
#: add-to-any.php:
|
71 |
msgid "Press Ctrl+D or ⌘+D to bookmark this page"
|
72 |
msgstr "Premi Ctrl+D o Cmd+D per aggiungere questa pagina alla lista dei segnalibri"
|
73 |
|
74 |
-
#: add-to-any.php:
|
75 |
msgid "Add to your favorites"
|
76 |
msgstr "Aggiungi ai favoriti"
|
77 |
|
78 |
-
#: add-to-any.php:
|
79 |
msgid "Send from any e-mail address or e-mail program"
|
80 |
msgstr "Invia da un indirizzo email o client di posta elettronica"
|
81 |
|
82 |
-
#: add-to-any.php:
|
83 |
msgid "E-mail program"
|
84 |
msgstr "Client di posta elettronica"
|
85 |
|
86 |
-
#: add-to-any.php:
|
87 |
msgid "Your theme needs to be fixed. To fix your theme, use the <a href=\"theme-editor.php\">Theme Editor</a> to insert <code><?php wp_footer(); ?></code> just before the <code></body></code> line of your theme's <code>footer.php</code> file."
|
88 |
msgstr "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>."
|
89 |
|
90 |
-
#: add-to-any.php:
|
91 |
#, php-format
|
92 |
msgid "Unable to create directory %s. Is its parent directory writable by the server?"
|
93 |
msgstr "Impossibile creare la cartella %s. La sua cartella madre é scrivibile dal server?"
|
94 |
|
95 |
-
#: add-to-any.php:
|
96 |
-
#: add-to-any.php:
|
97 |
-
#: add-to-any.php:
|
98 |
-
#: add-to-any.php:
|
99 |
-
#: add-to-any.php:
|
100 |
-
#: add-to-any.php:
|
101 |
msgid "Share/Bookmark"
|
102 |
msgstr "Segnalibro"
|
103 |
|
104 |
-
#: add-to-any.php:
|
105 |
msgid "Settings saved."
|
106 |
msgstr "Le impostazioni sono state salvate"
|
107 |
|
108 |
-
#: add-to-any.php:
|
109 |
msgid "AddToAny: Share/Save "
|
110 |
msgstr "AddToAny: Condividi/Salva "
|
111 |
|
112 |
-
#: add-to-any.php:
|
113 |
-
#: add-to-any.php:
|
114 |
-
#: add-to-any.php:
|
115 |
msgid "Settings"
|
116 |
msgstr "Impostazioni"
|
117 |
|
118 |
-
#: add-to-any.php:
|
119 |
msgid "Standalone Services"
|
120 |
msgstr "Servizi indipendenti"
|
121 |
|
122 |
-
#: add-to-any.php:
|
123 |
msgid "Choose the services you want below. Click a chosen service again to remove. Reorder services by dragging and dropping as they appear above."
|
124 |
msgstr "Scegli qui sotto i servizi di tuo gradimento. Clicca su di un servizio attivo per rimuoverlo. Riordina i servizi via drag and drop."
|
125 |
|
126 |
-
#: add-to-any.php:
|
127 |
msgid "Button"
|
128 |
msgstr "Pulsante"
|
129 |
|
130 |
-
#: add-to-any.php:
|
131 |
msgid "Image URL"
|
132 |
msgstr "URL immagine"
|
133 |
|
134 |
-
#: add-to-any.php:
|
135 |
msgid "Text only"
|
136 |
msgstr "Solo testo"
|
137 |
|
138 |
-
#: add-to-any.php:
|
139 |
msgid "Placement"
|
140 |
msgstr "Posizione"
|
141 |
|
142 |
-
#: add-to-any.php:
|
143 |
msgid "Display Share/Save button at the bottom of posts"
|
144 |
msgstr "Mostra il pulsante Share/Save in coda agli articoli"
|
145 |
|
146 |
-
#: add-to-any.php:
|
147 |
msgid "Display Share/Save button at the bottom of posts on the front page"
|
148 |
msgstr "Mostra il pulsante Share/Save in coda agli articoli nella pagina principale"
|
149 |
|
150 |
-
#: add-to-any.php:
|
151 |
msgid "Display Share/Save button at the bottom of posts in the feed"
|
152 |
msgstr "Mostra il pulsante Share/Save in coda agli articoli del feed"
|
153 |
|
154 |
-
#: add-to-any.php:
|
155 |
msgid "Display Share/Save button at the bottom of pages"
|
156 |
msgstr "Mostra il pulsante Share/Save in coda alle pagine"
|
157 |
|
158 |
-
#: add-to-any.php:
|
159 |
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>)"
|
160 |
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>)"
|
161 |
|
162 |
-
#: add-to-any.php:
|
163 |
msgid "Menu Style"
|
164 |
msgstr "Stile menu"
|
165 |
|
166 |
-
#: add-to-any.php:
|
167 |
msgid "Using AddToAny's Menu Styler, you can customize the colors of your Share/Save menu! When you're done, be sure to paste the generated code in the <a href=\"#\" onclick=\"document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false\">Additional Options</a> box below."
|
168 |
msgstr "Utilizzando il Menu Styler di AddToAny 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."
|
169 |
|
170 |
-
#: add-to-any.php:
|
171 |
msgid "Open the AddToAny Menu Styler in a new window"
|
172 |
msgstr "Apri in una nuova pagina per personalizzare il menu di AddToAny"
|
173 |
|
174 |
-
#: add-to-any.php:
|
175 |
msgid "Open Menu Styler"
|
176 |
msgstr "Stile menu"
|
177 |
|
178 |
-
#: add-to-any.php:
|
179 |
msgid "Menu Options"
|
180 |
msgstr "Opzioni menu"
|
181 |
|
182 |
-
#: add-to-any.php:
|
183 |
-
msgid "Hide embedded objects (Flash, video, etc.) that intersect with the menu when displayed"
|
184 |
-
msgstr "Nascondi gli oggetti incorporati (Flash, video, etc.) che possono interferire con la visualizzazione corretta del menu"
|
185 |
-
|
186 |
-
#: add-to-any.php:723
|
187 |
msgid "Show the title of the post (or page) within the menu"
|
188 |
msgstr "Mostra nel menu il titolo dell'articolo (o pagina)"
|
189 |
|
190 |
-
#: add-to-any.php:
|
191 |
msgid "Only show the menu when the user clicks the Share/Save button"
|
192 |
msgstr "Mostra solamente il menu quando un utente clicca sul pulsante Share/Save"
|
193 |
|
194 |
-
#: add-to-any.php:
|
195 |
msgid "Open the addtoany.com menu page in a new tab or window if the user clicks the Share/Save button"
|
196 |
msgstr "Apri in una nuova scheda o finestra la pagina menu di addtoany.com quando un utente clicca il pulsante Share/Save"
|
197 |
|
198 |
-
#: add-to-any.php:
|
199 |
msgid "Additional Options"
|
200 |
msgstr "Opzioni aggiuntive"
|
201 |
|
202 |
-
#: add-to-any.php:
|
203 |
msgid "Paste the code from AddToAny's Menu Styler in the box below!"
|
204 |
msgstr "Incolla nel riquadro qui sotto il nuovo codice personalizzato per il menu! "
|
205 |
|
206 |
-
#: add-to-any.php:
|
207 |
msgid "Below you can set special JavaScript variables to apply to each Share/Save menu."
|
208 |
msgstr "Qui sotto é possibile impostare delle variabili JavaScript particolari applicabili ad ogni menu Share/Save."
|
209 |
|
210 |
-
#: add-to-any.php:
|
211 |
msgid "Advanced users might want to explore AddToAny's <a href=\"http://www.addtoany.com/buttons/customize/\" target=\"_blank\">additional options</a>."
|
212 |
msgstr "Gli utenti più esperti possono prendere visione della <a href=\"http://www.addtoany.com/buttons/customize/\" target=\"_blank\">JavaScript API</a> di AddToAny."
|
213 |
|
214 |
-
#: add-to-any.php:
|
215 |
msgid "<strong>Note</strong>: If you're adding new code, be careful not to accidentally overwrite any previous code.</label>"
|
216 |
msgstr "<strong>Nota</strong>: qualora stessi aggiungendo un nnuovo codice, fai attenzione a non sovrascrivere accidentalmente ogni codice precedente.</label>"
|
217 |
|
218 |
-
#: add-to-any.php:
|
219 |
msgid "Advanced Options"
|
220 |
msgstr "Opzioni avanzate"
|
221 |
|
222 |
-
#: add-to-any.php:
|
223 |
msgid "Use CSS stylesheet"
|
224 |
msgstr "Usa foglio di stile CSS"
|
225 |
|
226 |
-
#: add-to-any.php:
|
227 |
msgid "Cache AddToAny locally with daily cache updates"
|
228 |
msgstr "Effettua localmente con aggiornamenti quotidiani la cache di AddToAny"
|
229 |
|
230 |
-
#: add-to-any.php:
|
231 |
msgid "If unchecked, be sure to place the CSS in your theme's stylesheet:"
|
232 |
msgstr "Se non selezionato, aggiungi al foglio di stile del tuo tema il seguente CSS:"
|
233 |
|
234 |
-
#: add-to-any.php:
|
235 |
-
|
|
|
236 |
msgstr "Funzione risevata ai siti con traffico elevato. Accertati di impostare a far future cache/expires headers i file immagine nella tua cartella <code>uploads/addtoany</code>."
|
237 |
|
238 |
-
#: add-to-any.php:
|
239 |
msgid "Save Changes"
|
240 |
msgstr "Salva le modifiche"
|
241 |
|
242 |
-
#: add-to-any.php:
|
243 |
msgid "Like this plugin?"
|
244 |
msgstr "Ti é piaciuto questo plugin?"
|
245 |
|
246 |
-
#: add-to-any.php:
|
247 |
msgid "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Give it a good rating</a> on WordPress.org."
|
248 |
msgstr "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Votalo</a> su WordPress.org."
|
249 |
|
250 |
-
#: add-to-any.php:
|
251 |
msgid "<a href=\"http://www.addtoany.com/share_save?linkname=WordPress%20Share%20%2F%20Bookmark%20Plugin%20by%20AddToAny.com&linkurl=http%3A%2F%2Fwordpress.org%2Fextend%2Fplugins%2Fadd-to-any%2F\">Share it</a> with your friends."
|
252 |
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."
|
253 |
|
254 |
-
#: add-to-any.php:
|
255 |
msgid "Need support?"
|
256 |
msgstr "Serve aiuto?"
|
257 |
|
258 |
-
#: add-to-any.php:
|
259 |
msgid "See the <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">FAQs</a>."
|
260 |
msgstr "Vedi la pagina dedicata alle <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">FAQ</a>."
|
261 |
|
262 |
-
#: add-to-any.php:
|
263 |
msgid "Search the <a href=\"http://wordpress.org/tags/add-to-any\">support forums</a>."
|
264 |
msgstr "Effettua una ricerca nel <a href=\"http://wordpress.org/tags/add-to-any\">forum di supporto</a>."
|
265 |
|
266 |
-
#: add-to-any.php:
|
267 |
msgid "Add/Remove Services"
|
268 |
msgstr "Aggiungi/Rimuovi i sevizi"
|
269 |
|
270 |
-
#: add-to-any.php:
|
271 |
msgid "Share/Save"
|
272 |
msgstr "Condividi/Salva"
|
273 |
|
274 |
-
#: add-to-any.php:
|
275 |
msgid "Share/Save Buttons"
|
276 |
msgstr "Pulsanti Condividi/Salva"
|
277 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: add-to-any in italiano\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2010-07-20 01:02-0800\n"
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: Pat <no@no.com>\n"
|
8 |
"Language-Team: Gianni Diurno | gidibao.net <gidibao[at]gmail[dot]com>\n"
|
15 |
"X-Poedit-Country: ITALY\n"
|
16 |
"X-Poedit-SearchPath-0: .\n"
|
17 |
|
18 |
+
#: add-to-any.php:258
|
19 |
msgid "Share"
|
20 |
msgstr "Condividi"
|
21 |
|
22 |
+
#: add-to-any.php:259
|
23 |
msgid "Save"
|
24 |
msgstr "Salva"
|
25 |
|
26 |
+
#: add-to-any.php:260
|
27 |
msgid "Subscribe"
|
28 |
msgstr "Abbonati"
|
29 |
|
30 |
+
#: add-to-any.php:261
|
31 |
msgid "E-mail"
|
32 |
msgstr "E-mail"
|
33 |
|
34 |
+
#: add-to-any.php:262
|
35 |
msgid "Bookmark"
|
36 |
msgstr "Segnalibro"
|
37 |
|
38 |
+
#: add-to-any.php:263
|
39 |
msgid "Show all"
|
40 |
msgstr "espandi"
|
41 |
|
42 |
+
#: add-to-any.php:264
|
43 |
msgid "Show less"
|
44 |
msgstr "comprimi"
|
45 |
|
46 |
+
#: add-to-any.php:265
|
47 |
msgid "Find service(s)"
|
48 |
msgstr "Trova servizi"
|
49 |
|
50 |
+
#: add-to-any.php:266
|
51 |
msgid "Instantly find any service to add to"
|
52 |
msgstr "Trova subito un servizio da aggiungere"
|
53 |
|
54 |
+
#: add-to-any.php:267
|
55 |
msgid "Powered by"
|
56 |
msgstr "Fornito da"
|
57 |
|
58 |
+
#: add-to-any.php:268
|
59 |
msgid "Share via e-mail"
|
60 |
msgstr "Condividi via email"
|
61 |
|
62 |
+
#: add-to-any.php:269
|
63 |
msgid "Subscribe via e-mail"
|
64 |
msgstr "Abbonati via email"
|
65 |
|
66 |
+
#: add-to-any.php:270
|
67 |
msgid "Bookmark in your browser"
|
68 |
msgstr "Aggiungi ai segnalibri"
|
69 |
|
70 |
+
#: add-to-any.php:271
|
71 |
msgid "Press Ctrl+D or ⌘+D to bookmark this page"
|
72 |
msgstr "Premi Ctrl+D o Cmd+D per aggiungere questa pagina alla lista dei segnalibri"
|
73 |
|
74 |
+
#: add-to-any.php:272
|
75 |
msgid "Add to your favorites"
|
76 |
msgstr "Aggiungi ai favoriti"
|
77 |
|
78 |
+
#: add-to-any.php:273
|
79 |
msgid "Send from any e-mail address or e-mail program"
|
80 |
msgstr "Invia da un indirizzo email o client di posta elettronica"
|
81 |
|
82 |
+
#: add-to-any.php:274
|
83 |
msgid "E-mail program"
|
84 |
msgstr "Client di posta elettronica"
|
85 |
|
86 |
+
#: add-to-any.php:299
|
87 |
msgid "Your theme needs to be fixed. To fix your theme, use the <a href=\"theme-editor.php\">Theme Editor</a> to insert <code><?php wp_footer(); ?></code> just before the <code></body></code> line of your theme's <code>footer.php</code> file."
|
88 |
msgstr "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>."
|
89 |
|
90 |
+
#: add-to-any.php:490
|
91 |
#, php-format
|
92 |
msgid "Unable to create directory %s. Is its parent directory writable by the server?"
|
93 |
msgstr "Impossibile creare la cartella %s. La sua cartella madre é scrivibile dal server?"
|
94 |
|
95 |
+
#: add-to-any.php:566
|
96 |
+
#: add-to-any.php:639
|
97 |
+
#: add-to-any.php:643
|
98 |
+
#: add-to-any.php:647
|
99 |
+
#: add-to-any.php:651
|
100 |
+
#: add-to-any.php:683
|
101 |
msgid "Share/Bookmark"
|
102 |
msgstr "Segnalibro"
|
103 |
|
104 |
+
#: add-to-any.php:580
|
105 |
msgid "Settings saved."
|
106 |
msgstr "Le impostazioni sono state salvate"
|
107 |
|
108 |
+
#: add-to-any.php:593
|
109 |
msgid "AddToAny: Share/Save "
|
110 |
msgstr "AddToAny: Condividi/Salva "
|
111 |
|
112 |
+
#: add-to-any.php:593
|
113 |
+
#: add-to-any.php:978
|
114 |
+
#: add-to-any.php:1002
|
115 |
msgid "Settings"
|
116 |
msgstr "Impostazioni"
|
117 |
|
118 |
+
#: add-to-any.php:602
|
119 |
msgid "Standalone Services"
|
120 |
msgstr "Servizi indipendenti"
|
121 |
|
122 |
+
#: add-to-any.php:607
|
123 |
msgid "Choose the services you want below. Click a chosen service again to remove. Reorder services by dragging and dropping as they appear above."
|
124 |
msgstr "Scegli qui sotto i servizi di tuo gradimento. Clicca su di un servizio attivo per rimuoverlo. Riordina i servizi via drag and drop."
|
125 |
|
126 |
+
#: add-to-any.php:634
|
127 |
msgid "Button"
|
128 |
msgstr "Pulsante"
|
129 |
|
130 |
+
#: add-to-any.php:673
|
131 |
msgid "Image URL"
|
132 |
msgstr "URL immagine"
|
133 |
|
134 |
+
#: add-to-any.php:680
|
135 |
msgid "Text only"
|
136 |
msgstr "Solo testo"
|
137 |
|
138 |
+
#: add-to-any.php:688
|
139 |
msgid "Placement"
|
140 |
msgstr "Posizione"
|
141 |
|
142 |
+
#: add-to-any.php:697
|
143 |
msgid "Display Share/Save button at the bottom of posts"
|
144 |
msgstr "Mostra il pulsante Share/Save in coda agli articoli"
|
145 |
|
146 |
+
#: add-to-any.php:704
|
147 |
msgid "Display Share/Save button at the bottom of posts on the front page"
|
148 |
msgstr "Mostra il pulsante Share/Save in coda agli articoli nella pagina principale"
|
149 |
|
150 |
+
#: add-to-any.php:711
|
151 |
msgid "Display Share/Save button at the bottom of posts in the feed"
|
152 |
msgstr "Mostra il pulsante Share/Save in coda agli articoli del feed"
|
153 |
|
154 |
+
#: add-to-any.php:715
|
155 |
msgid "Display Share/Save button at the bottom of pages"
|
156 |
msgstr "Mostra il pulsante Share/Save in coda alle pagine"
|
157 |
|
158 |
+
#: add-to-any.php:719
|
159 |
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>)"
|
160 |
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>)"
|
161 |
|
162 |
+
#: add-to-any.php:728
|
163 |
msgid "Menu Style"
|
164 |
msgstr "Stile menu"
|
165 |
|
166 |
+
#: add-to-any.php:730
|
167 |
msgid "Using AddToAny's Menu Styler, you can customize the colors of your Share/Save menu! When you're done, be sure to paste the generated code in the <a href=\"#\" onclick=\"document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false\">Additional Options</a> box below."
|
168 |
msgstr "Utilizzando il Menu Styler di AddToAny 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."
|
169 |
|
170 |
+
#: add-to-any.php:732
|
171 |
msgid "Open the AddToAny Menu Styler in a new window"
|
172 |
msgstr "Apri in una nuova pagina per personalizzare il menu di AddToAny"
|
173 |
|
174 |
+
#: add-to-any.php:734
|
175 |
msgid "Open Menu Styler"
|
176 |
msgstr "Stile menu"
|
177 |
|
178 |
+
#: add-to-any.php:739
|
179 |
msgid "Menu Options"
|
180 |
msgstr "Opzioni menu"
|
181 |
|
182 |
+
#: add-to-any.php:744
|
|
|
|
|
|
|
|
|
183 |
msgid "Show the title of the post (or page) within the menu"
|
184 |
msgstr "Mostra nel menu il titolo dell'articolo (o pagina)"
|
185 |
|
186 |
+
#: add-to-any.php:751
|
187 |
msgid "Only show the menu when the user clicks the Share/Save button"
|
188 |
msgstr "Mostra solamente il menu quando un utente clicca sul pulsante Share/Save"
|
189 |
|
190 |
+
#: add-to-any.php:757
|
191 |
msgid "Open the addtoany.com menu page in a new tab or window if the user clicks the Share/Save button"
|
192 |
msgstr "Apri in una nuova scheda o finestra la pagina menu di addtoany.com quando un utente clicca il pulsante Share/Save"
|
193 |
|
194 |
+
#: add-to-any.php:762
|
195 |
msgid "Additional Options"
|
196 |
msgstr "Opzioni aggiuntive"
|
197 |
|
198 |
+
#: add-to-any.php:766
|
199 |
msgid "Paste the code from AddToAny's Menu Styler in the box below!"
|
200 |
msgstr "Incolla nel riquadro qui sotto il nuovo codice personalizzato per il menu! "
|
201 |
|
202 |
+
#: add-to-any.php:770
|
203 |
msgid "Below you can set special JavaScript variables to apply to each Share/Save menu."
|
204 |
msgstr "Qui sotto é possibile impostare delle variabili JavaScript particolari applicabili ad ogni menu Share/Save."
|
205 |
|
206 |
+
#: add-to-any.php:771
|
207 |
msgid "Advanced users might want to explore AddToAny's <a href=\"http://www.addtoany.com/buttons/customize/\" target=\"_blank\">additional options</a>."
|
208 |
msgstr "Gli utenti più esperti possono prendere visione della <a href=\"http://www.addtoany.com/buttons/customize/\" target=\"_blank\">JavaScript API</a> di AddToAny."
|
209 |
|
210 |
+
#: add-to-any.php:777
|
211 |
msgid "<strong>Note</strong>: If you're adding new code, be careful not to accidentally overwrite any previous code.</label>"
|
212 |
msgstr "<strong>Nota</strong>: qualora stessi aggiungendo un nnuovo codice, fai attenzione a non sovrascrivere accidentalmente ogni codice precedente.</label>"
|
213 |
|
214 |
+
#: add-to-any.php:782
|
215 |
msgid "Advanced Options"
|
216 |
msgstr "Opzioni avanzate"
|
217 |
|
218 |
+
#: add-to-any.php:787
|
219 |
msgid "Use CSS stylesheet"
|
220 |
msgstr "Usa foglio di stile CSS"
|
221 |
|
222 |
+
#: add-to-any.php:792
|
223 |
msgid "Cache AddToAny locally with daily cache updates"
|
224 |
msgstr "Effettua localmente con aggiornamenti quotidiani la cache di AddToAny"
|
225 |
|
226 |
+
#: add-to-any.php:796
|
227 |
msgid "If unchecked, be sure to place the CSS in your theme's stylesheet:"
|
228 |
msgstr "Se non selezionato, aggiungi al foglio di stile del tuo tema il seguente CSS:"
|
229 |
|
230 |
+
#: add-to-any.php:801
|
231 |
+
#, fuzzy
|
232 |
+
msgid "Only consider for sites with frequently returning visitors. Since many visitors will have AddToAny cached in their browser already, serving AddToAny locally from your site will be slower for those visitors. Be sure to set far future cache/expires headers for image files in your <code>uploads/addtoany</code> directory."
|
233 |
msgstr "Funzione risevata ai siti con traffico elevato. Accertati di impostare a far future cache/expires headers i file immagine nella tua cartella <code>uploads/addtoany</code>."
|
234 |
|
235 |
+
#: add-to-any.php:808
|
236 |
msgid "Save Changes"
|
237 |
msgstr "Salva le modifiche"
|
238 |
|
239 |
+
#: add-to-any.php:813
|
240 |
msgid "Like this plugin?"
|
241 |
msgstr "Ti é piaciuto questo plugin?"
|
242 |
|
243 |
+
#: add-to-any.php:814
|
244 |
msgid "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Give it a good rating</a> on WordPress.org."
|
245 |
msgstr "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Votalo</a> su WordPress.org."
|
246 |
|
247 |
+
#: add-to-any.php:815
|
248 |
msgid "<a href=\"http://www.addtoany.com/share_save?linkname=WordPress%20Share%20%2F%20Bookmark%20Plugin%20by%20AddToAny.com&linkurl=http%3A%2F%2Fwordpress.org%2Fextend%2Fplugins%2Fadd-to-any%2F\">Share it</a> with your friends."
|
249 |
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."
|
250 |
|
251 |
+
#: add-to-any.php:817
|
252 |
msgid "Need support?"
|
253 |
msgstr "Serve aiuto?"
|
254 |
|
255 |
+
#: add-to-any.php:818
|
256 |
msgid "See the <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">FAQs</a>."
|
257 |
msgstr "Vedi la pagina dedicata alle <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">FAQ</a>."
|
258 |
|
259 |
+
#: add-to-any.php:819
|
260 |
msgid "Search the <a href=\"http://wordpress.org/tags/add-to-any\">support forums</a>."
|
261 |
msgstr "Effettua una ricerca nel <a href=\"http://wordpress.org/tags/add-to-any\">forum di supporto</a>."
|
262 |
|
263 |
+
#: add-to-any.php:926
|
264 |
msgid "Add/Remove Services"
|
265 |
msgstr "Aggiungi/Rimuovi i sevizi"
|
266 |
|
267 |
+
#: add-to-any.php:978
|
268 |
msgid "Share/Save"
|
269 |
msgstr "Condividi/Salva"
|
270 |
|
271 |
+
#: add-to-any.php:979
|
272 |
msgid "Share/Save Buttons"
|
273 |
msgstr "Pulsanti Condividi/Salva"
|
274 |
|
275 |
+
#~ msgid ""
|
276 |
+
#~ "Hide embedded objects (Flash, video, etc.) that intersect with the menu "
|
277 |
+
#~ "when displayed"
|
278 |
+
#~ msgstr ""
|
279 |
+
#~ "Nascondi gli oggetti incorporati (Flash, video, etc.) che possono "
|
280 |
+
#~ "interferire con la visualizzazione corretta del menu"
|
281 |
+
|
languages/add-to-any-ja.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: 2010-
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: Pat <no@no.com>\n"
|
8 |
"Language-Team: \n"
|
@@ -13,264 +13,265 @@ msgstr ""
|
|
13 |
"X-Poedit-Basepath: ../\n"
|
14 |
"X-Poedit-SearchPath-0: .\n"
|
15 |
|
16 |
-
#: add-to-any.php:
|
17 |
msgid "Share"
|
18 |
msgstr "共有"
|
19 |
|
20 |
-
#: add-to-any.php:
|
21 |
msgid "Save"
|
22 |
msgstr "ブックマーク"
|
23 |
|
24 |
-
#: add-to-any.php:
|
25 |
msgid "Subscribe"
|
26 |
msgstr "購読"
|
27 |
|
28 |
-
#: add-to-any.php:
|
29 |
msgid "E-mail"
|
30 |
msgstr "メール"
|
31 |
|
32 |
-
#: add-to-any.php:
|
33 |
msgid "Bookmark"
|
34 |
msgstr "ブックマーク"
|
35 |
|
36 |
-
#: add-to-any.php:
|
37 |
msgid "Show all"
|
38 |
msgstr "すべて表示する"
|
39 |
|
40 |
-
#: add-to-any.php:
|
41 |
msgid "Show less"
|
42 |
msgstr "小さく表示する"
|
43 |
|
44 |
-
#: add-to-any.php:
|
45 |
msgid "Find service(s)"
|
46 |
msgstr "サービスを探す"
|
47 |
|
48 |
-
#: add-to-any.php:
|
49 |
msgid "Instantly find any service to add to"
|
50 |
msgstr "追加するサービスを今すぐ探す"
|
51 |
|
52 |
-
#: add-to-any.php:
|
53 |
msgid "Powered by"
|
54 |
msgstr "Powered by"
|
55 |
|
56 |
-
#: add-to-any.php:
|
57 |
msgid "Share via e-mail"
|
58 |
msgstr "メールで共有"
|
59 |
|
60 |
-
#: add-to-any.php:
|
61 |
msgid "Subscribe via e-mail"
|
62 |
msgstr "メールで購読"
|
63 |
|
64 |
-
#: add-to-any.php:
|
65 |
msgid "Bookmark in your browser"
|
66 |
msgstr "ブラウザにブックマーク"
|
67 |
|
68 |
-
#: add-to-any.php:
|
69 |
msgid "Press Ctrl+D or ⌘+D to bookmark this page"
|
70 |
msgstr "Ctrl+D または ⌘+D でブックマークします"
|
71 |
|
72 |
-
#: add-to-any.php:
|
73 |
msgid "Add to your favorites"
|
74 |
msgstr "お気に入りに追加"
|
75 |
|
76 |
-
#: add-to-any.php:
|
77 |
msgid "Send from any e-mail address or e-mail program"
|
78 |
msgstr "お好きなメールアドレスかメールソフトで送信します"
|
79 |
|
80 |
-
#: add-to-any.php:
|
81 |
msgid "E-mail program"
|
82 |
msgstr "メールソフト"
|
83 |
|
84 |
-
#: add-to-any.php:
|
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 "テーマを修正してください。<a href=\"theme-editor.php\">テーマエディタ</a>で、使用しているテーマの <code>footer.php</code> 内の <code></body></code> 直前に <code><?php wp_footer(); ?></code> を挿入してください。"
|
87 |
|
88 |
-
#: add-to-any.php:
|
89 |
#, php-format
|
90 |
msgid "Unable to create directory %s. Is its parent directory writable by the server?"
|
91 |
msgstr ""
|
92 |
|
93 |
-
#: add-to-any.php:
|
94 |
-
#: add-to-any.php:
|
95 |
-
#: add-to-any.php:
|
96 |
-
#: add-to-any.php:
|
97 |
-
#: add-to-any.php:
|
98 |
-
#: add-to-any.php:
|
99 |
msgid "Share/Bookmark"
|
100 |
msgstr "ブックマーク"
|
101 |
|
102 |
-
#: add-to-any.php:
|
103 |
msgid "Settings saved."
|
104 |
msgstr "設定を保存しました。"
|
105 |
|
106 |
-
#: add-to-any.php:
|
107 |
msgid "AddToAny: Share/Save "
|
108 |
msgstr "AddToAny ボタン"
|
109 |
|
110 |
-
#: add-to-any.php:
|
111 |
-
#: add-to-any.php:
|
112 |
-
#: add-to-any.php:
|
113 |
msgid "Settings"
|
114 |
msgstr "設定"
|
115 |
|
116 |
-
#: add-to-any.php:
|
117 |
msgid "Standalone Services"
|
118 |
msgstr "アイコン表示するサービス"
|
119 |
|
120 |
-
#: add-to-any.php:
|
121 |
msgid "Choose the services you want below. Click a chosen service again to remove. Reorder services by dragging and dropping as they appear above."
|
122 |
msgstr "以下からサービスを選択してください。再度クリックすると非選択にできます。上のアイコンをドラッグ&ドロップして表示の順序を変更できます。"
|
123 |
|
124 |
-
#: add-to-any.php:
|
125 |
msgid "Button"
|
126 |
msgstr "ブックマークボタン"
|
127 |
|
128 |
-
#: add-to-any.php:
|
129 |
msgid "Image URL"
|
130 |
msgstr "画像のURL"
|
131 |
|
132 |
-
#: add-to-any.php:
|
133 |
msgid "Text only"
|
134 |
msgstr "文字のみ"
|
135 |
|
136 |
-
#: add-to-any.php:
|
137 |
msgid "Placement"
|
138 |
msgstr "ブックマークボタンの場所"
|
139 |
|
140 |
-
#: add-to-any.php:
|
141 |
msgid "Display Share/Save button at the bottom of posts"
|
142 |
msgstr "投稿の最後にボタンを表示する"
|
143 |
|
144 |
-
#: add-to-any.php:
|
145 |
msgid "Display Share/Save button at the bottom of posts on the front page"
|
146 |
msgstr "フロントページで投稿の最後にボタンを表示する"
|
147 |
|
148 |
-
#: add-to-any.php:
|
149 |
msgid "Display Share/Save button at the bottom of posts in the feed"
|
150 |
msgstr "フィードで投稿の最後にボタンを表示する"
|
151 |
|
152 |
-
#: add-to-any.php:
|
153 |
msgid "Display Share/Save button at the bottom of pages"
|
154 |
msgstr "ページの最後にボタンを表示する"
|
155 |
|
156 |
-
#: add-to-any.php:
|
157 |
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>)"
|
158 |
msgstr "どれもチェックしない場合は、<code>index.php</code> や <code>single.php</code>、<code>page.php</code> などの <a href=\"theme-editor.php\">テンプレートページ</a> に次のコードを書いてください"
|
159 |
|
160 |
-
#: add-to-any.php:
|
161 |
msgid "Menu Style"
|
162 |
msgstr "メニューのスタイル"
|
163 |
|
164 |
-
#: add-to-any.php:
|
165 |
msgid "Using AddToAny's Menu Styler, you can customize the colors of your Share/Save menu! When you're done, be sure to paste the generated code in the <a href=\"#\" onclick=\"document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false\">Additional Options</a> box below."
|
166 |
msgstr "AddToAny のメニュースタイラーでブックマークメニューの色を変更できます。コピーしたコードは下の <a href=\"#\" onclick=\"document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false\">その他のオプション</a> 欄に貼り付けてください。"
|
167 |
|
168 |
-
#: add-to-any.php:
|
169 |
msgid "Open the AddToAny Menu Styler in a new window"
|
170 |
msgstr "AddToAny メニュースタイラーを新しいウインドウで開きます"
|
171 |
|
172 |
-
#: add-to-any.php:
|
173 |
msgid "Open Menu Styler"
|
174 |
msgstr "メニュースタイラーを開く"
|
175 |
|
176 |
-
#: add-to-any.php:
|
177 |
msgid "Menu Options"
|
178 |
msgstr "メニューのオプション"
|
179 |
|
180 |
-
#: add-to-any.php:
|
181 |
-
msgid "Hide embedded objects (Flash, video, etc.) that intersect with the menu when displayed"
|
182 |
-
msgstr "メニューと重なったFlashや動画などを非表示にする"
|
183 |
-
|
184 |
-
#: add-to-any.php:723
|
185 |
msgid "Show the title of the post (or page) within the menu"
|
186 |
msgstr "メニューに投稿(ページ)のタイトルを表示する"
|
187 |
|
188 |
-
#: add-to-any.php:
|
189 |
msgid "Only show the menu when the user clicks the Share/Save button"
|
190 |
msgstr "ブックマークボタンをクリックしたときだけメニューを表示する"
|
191 |
|
192 |
-
#: add-to-any.php:
|
193 |
msgid "Open the addtoany.com menu page in a new tab or window if the user clicks the Share/Save button"
|
194 |
msgstr "ブックマークボタンをクリックした時に新しいタブ/ウインドウで addtoany.com のメニューページを開く"
|
195 |
|
196 |
-
#: add-to-any.php:
|
197 |
msgid "Additional Options"
|
198 |
msgstr "その他のオプション"
|
199 |
|
200 |
-
#: add-to-any.php:
|
201 |
msgid "Paste the code from AddToAny's Menu Styler in the box below!"
|
202 |
msgstr "AddToAny メニュースタイラーで作成したコードを以下に貼り付けてください。"
|
203 |
|
204 |
-
#: add-to-any.php:
|
205 |
msgid "Below you can set special JavaScript variables to apply to each Share/Save menu."
|
206 |
msgstr "ブックマークメニューで使用する javascript の変数を設定することができます。"
|
207 |
|
208 |
-
#: add-to-any.php:
|
209 |
msgid "Advanced users might want to explore AddToAny's <a href=\"http://www.addtoany.com/buttons/customize/\" target=\"_blank\">additional options</a>."
|
210 |
msgstr "詳しくは AddToAny の <a href=\"http://www.addtoany.com/buttons/customize/\" target=\"_blank\">javascript API</a> を参照してください。"
|
211 |
|
212 |
-
#: add-to-any.php:
|
213 |
msgid "<strong>Note</strong>: If you're adding new code, be careful not to accidentally overwrite any previous code.</label>"
|
214 |
msgstr "<strong>注意</strong>: コードを追加する場合は、元のコードを上書きしないようにしてください。</label>"
|
215 |
|
216 |
-
#: add-to-any.php:
|
217 |
#, fuzzy
|
218 |
msgid "Advanced Options"
|
219 |
msgstr "その他のオプション"
|
220 |
|
221 |
-
#: add-to-any.php:
|
222 |
msgid "Use CSS stylesheet"
|
223 |
msgstr ""
|
224 |
|
225 |
-
#: add-to-any.php:
|
226 |
msgid "Cache AddToAny locally with daily cache updates"
|
227 |
msgstr ""
|
228 |
|
229 |
-
#: add-to-any.php:
|
230 |
msgid "If unchecked, be sure to place the CSS in your theme's stylesheet:"
|
231 |
msgstr ""
|
232 |
|
233 |
-
#: add-to-any.php:
|
234 |
-
msgid "Only consider for
|
235 |
msgstr ""
|
236 |
|
237 |
-
#: add-to-any.php:
|
238 |
msgid "Save Changes"
|
239 |
msgstr "変更を保存"
|
240 |
|
241 |
-
#: add-to-any.php:
|
242 |
msgid "Like this plugin?"
|
243 |
msgstr "このプラグインが気に入りましたか?"
|
244 |
|
245 |
-
#: add-to-any.php:
|
246 |
msgid "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Give it a good rating</a> on WordPress.org."
|
247 |
msgstr "WordPress.org で <a href=\"http://wordpress.org/extend/plugins/add-to-any/\">良い評価をつける</a>。"
|
248 |
|
249 |
-
#: add-to-any.php:
|
250 |
msgid "<a href=\"http://www.addtoany.com/share_save?linkname=WordPress%20Share%20%2F%20Bookmark%20Plugin%20by%20AddToAny.com&linkurl=http%3A%2F%2Fwordpress.org%2Fextend%2Fplugins%2Fadd-to-any%2F\">Share it</a> with your friends."
|
251 |
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\">教える</a>。"
|
252 |
|
253 |
-
#: add-to-any.php:
|
254 |
msgid "Need support?"
|
255 |
msgstr "サポートが必要ですか?"
|
256 |
|
257 |
-
#: add-to-any.php:
|
258 |
msgid "See the <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">FAQs</a>."
|
259 |
msgstr "<a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">FAQ</a> をご確認ください。"
|
260 |
|
261 |
-
#: add-to-any.php:
|
262 |
msgid "Search the <a href=\"http://wordpress.org/tags/add-to-any\">support forums</a>."
|
263 |
msgstr "<a href=\"http://wordpress.org/tags/add-to-any\">本家サポートフォーラム</a> をご利用ください。"
|
264 |
|
265 |
-
#: add-to-any.php:
|
266 |
msgid "Add/Remove Services"
|
267 |
msgstr "サービスの追加/削除"
|
268 |
|
269 |
-
#: add-to-any.php:
|
270 |
msgid "Share/Save"
|
271 |
msgstr "ブックマーク"
|
272 |
|
273 |
-
#: add-to-any.php:
|
274 |
msgid "Share/Save Buttons"
|
275 |
msgstr "AddToAny ボタン"
|
276 |
|
|
|
|
|
|
|
|
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: add-to-any\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2010-07-20 01:02-0800\n"
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: Pat <no@no.com>\n"
|
8 |
"Language-Team: \n"
|
13 |
"X-Poedit-Basepath: ../\n"
|
14 |
"X-Poedit-SearchPath-0: .\n"
|
15 |
|
16 |
+
#: add-to-any.php:258
|
17 |
msgid "Share"
|
18 |
msgstr "共有"
|
19 |
|
20 |
+
#: add-to-any.php:259
|
21 |
msgid "Save"
|
22 |
msgstr "ブックマーク"
|
23 |
|
24 |
+
#: add-to-any.php:260
|
25 |
msgid "Subscribe"
|
26 |
msgstr "購読"
|
27 |
|
28 |
+
#: add-to-any.php:261
|
29 |
msgid "E-mail"
|
30 |
msgstr "メール"
|
31 |
|
32 |
+
#: add-to-any.php:262
|
33 |
msgid "Bookmark"
|
34 |
msgstr "ブックマーク"
|
35 |
|
36 |
+
#: add-to-any.php:263
|
37 |
msgid "Show all"
|
38 |
msgstr "すべて表示する"
|
39 |
|
40 |
+
#: add-to-any.php:264
|
41 |
msgid "Show less"
|
42 |
msgstr "小さく表示する"
|
43 |
|
44 |
+
#: add-to-any.php:265
|
45 |
msgid "Find service(s)"
|
46 |
msgstr "サービスを探す"
|
47 |
|
48 |
+
#: add-to-any.php:266
|
49 |
msgid "Instantly find any service to add to"
|
50 |
msgstr "追加するサービスを今すぐ探す"
|
51 |
|
52 |
+
#: add-to-any.php:267
|
53 |
msgid "Powered by"
|
54 |
msgstr "Powered by"
|
55 |
|
56 |
+
#: add-to-any.php:268
|
57 |
msgid "Share via e-mail"
|
58 |
msgstr "メールで共有"
|
59 |
|
60 |
+
#: add-to-any.php:269
|
61 |
msgid "Subscribe via e-mail"
|
62 |
msgstr "メールで購読"
|
63 |
|
64 |
+
#: add-to-any.php:270
|
65 |
msgid "Bookmark in your browser"
|
66 |
msgstr "ブラウザにブックマーク"
|
67 |
|
68 |
+
#: add-to-any.php:271
|
69 |
msgid "Press Ctrl+D or ⌘+D to bookmark this page"
|
70 |
msgstr "Ctrl+D または ⌘+D でブックマークします"
|
71 |
|
72 |
+
#: add-to-any.php:272
|
73 |
msgid "Add to your favorites"
|
74 |
msgstr "お気に入りに追加"
|
75 |
|
76 |
+
#: add-to-any.php:273
|
77 |
msgid "Send from any e-mail address or e-mail program"
|
78 |
msgstr "お好きなメールアドレスかメールソフトで送信します"
|
79 |
|
80 |
+
#: add-to-any.php:274
|
81 |
msgid "E-mail program"
|
82 |
msgstr "メールソフト"
|
83 |
|
84 |
+
#: add-to-any.php:299
|
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 "テーマを修正してください。<a href=\"theme-editor.php\">テーマエディタ</a>で、使用しているテーマの <code>footer.php</code> 内の <code></body></code> 直前に <code><?php wp_footer(); ?></code> を挿入してください。"
|
87 |
|
88 |
+
#: add-to-any.php:490
|
89 |
#, php-format
|
90 |
msgid "Unable to create directory %s. Is its parent directory writable by the server?"
|
91 |
msgstr ""
|
92 |
|
93 |
+
#: add-to-any.php:566
|
94 |
+
#: add-to-any.php:639
|
95 |
+
#: add-to-any.php:643
|
96 |
+
#: add-to-any.php:647
|
97 |
+
#: add-to-any.php:651
|
98 |
+
#: add-to-any.php:683
|
99 |
msgid "Share/Bookmark"
|
100 |
msgstr "ブックマーク"
|
101 |
|
102 |
+
#: add-to-any.php:580
|
103 |
msgid "Settings saved."
|
104 |
msgstr "設定を保存しました。"
|
105 |
|
106 |
+
#: add-to-any.php:593
|
107 |
msgid "AddToAny: Share/Save "
|
108 |
msgstr "AddToAny ボタン"
|
109 |
|
110 |
+
#: add-to-any.php:593
|
111 |
+
#: add-to-any.php:978
|
112 |
+
#: add-to-any.php:1002
|
113 |
msgid "Settings"
|
114 |
msgstr "設定"
|
115 |
|
116 |
+
#: add-to-any.php:602
|
117 |
msgid "Standalone Services"
|
118 |
msgstr "アイコン表示するサービス"
|
119 |
|
120 |
+
#: add-to-any.php:607
|
121 |
msgid "Choose the services you want below. Click a chosen service again to remove. Reorder services by dragging and dropping as they appear above."
|
122 |
msgstr "以下からサービスを選択してください。再度クリックすると非選択にできます。上のアイコンをドラッグ&ドロップして表示の順序を変更できます。"
|
123 |
|
124 |
+
#: add-to-any.php:634
|
125 |
msgid "Button"
|
126 |
msgstr "ブックマークボタン"
|
127 |
|
128 |
+
#: add-to-any.php:673
|
129 |
msgid "Image URL"
|
130 |
msgstr "画像のURL"
|
131 |
|
132 |
+
#: add-to-any.php:680
|
133 |
msgid "Text only"
|
134 |
msgstr "文字のみ"
|
135 |
|
136 |
+
#: add-to-any.php:688
|
137 |
msgid "Placement"
|
138 |
msgstr "ブックマークボタンの場所"
|
139 |
|
140 |
+
#: add-to-any.php:697
|
141 |
msgid "Display Share/Save button at the bottom of posts"
|
142 |
msgstr "投稿の最後にボタンを表示する"
|
143 |
|
144 |
+
#: add-to-any.php:704
|
145 |
msgid "Display Share/Save button at the bottom of posts on the front page"
|
146 |
msgstr "フロントページで投稿の最後にボタンを表示する"
|
147 |
|
148 |
+
#: add-to-any.php:711
|
149 |
msgid "Display Share/Save button at the bottom of posts in the feed"
|
150 |
msgstr "フィードで投稿の最後にボタンを表示する"
|
151 |
|
152 |
+
#: add-to-any.php:715
|
153 |
msgid "Display Share/Save button at the bottom of pages"
|
154 |
msgstr "ページの最後にボタンを表示する"
|
155 |
|
156 |
+
#: add-to-any.php:719
|
157 |
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>)"
|
158 |
msgstr "どれもチェックしない場合は、<code>index.php</code> や <code>single.php</code>、<code>page.php</code> などの <a href=\"theme-editor.php\">テンプレートページ</a> に次のコードを書いてください"
|
159 |
|
160 |
+
#: add-to-any.php:728
|
161 |
msgid "Menu Style"
|
162 |
msgstr "メニューのスタイル"
|
163 |
|
164 |
+
#: add-to-any.php:730
|
165 |
msgid "Using AddToAny's Menu Styler, you can customize the colors of your Share/Save menu! When you're done, be sure to paste the generated code in the <a href=\"#\" onclick=\"document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false\">Additional Options</a> box below."
|
166 |
msgstr "AddToAny のメニュースタイラーでブックマークメニューの色を変更できます。コピーしたコードは下の <a href=\"#\" onclick=\"document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false\">その他のオプション</a> 欄に貼り付けてください。"
|
167 |
|
168 |
+
#: add-to-any.php:732
|
169 |
msgid "Open the AddToAny Menu Styler in a new window"
|
170 |
msgstr "AddToAny メニュースタイラーを新しいウインドウで開きます"
|
171 |
|
172 |
+
#: add-to-any.php:734
|
173 |
msgid "Open Menu Styler"
|
174 |
msgstr "メニュースタイラーを開く"
|
175 |
|
176 |
+
#: add-to-any.php:739
|
177 |
msgid "Menu Options"
|
178 |
msgstr "メニューのオプション"
|
179 |
|
180 |
+
#: add-to-any.php:744
|
|
|
|
|
|
|
|
|
181 |
msgid "Show the title of the post (or page) within the menu"
|
182 |
msgstr "メニューに投稿(ページ)のタイトルを表示する"
|
183 |
|
184 |
+
#: add-to-any.php:751
|
185 |
msgid "Only show the menu when the user clicks the Share/Save button"
|
186 |
msgstr "ブックマークボタンをクリックしたときだけメニューを表示する"
|
187 |
|
188 |
+
#: add-to-any.php:757
|
189 |
msgid "Open the addtoany.com menu page in a new tab or window if the user clicks the Share/Save button"
|
190 |
msgstr "ブックマークボタンをクリックした時に新しいタブ/ウインドウで addtoany.com のメニューページを開く"
|
191 |
|
192 |
+
#: add-to-any.php:762
|
193 |
msgid "Additional Options"
|
194 |
msgstr "その他のオプション"
|
195 |
|
196 |
+
#: add-to-any.php:766
|
197 |
msgid "Paste the code from AddToAny's Menu Styler in the box below!"
|
198 |
msgstr "AddToAny メニュースタイラーで作成したコードを以下に貼り付けてください。"
|
199 |
|
200 |
+
#: add-to-any.php:770
|
201 |
msgid "Below you can set special JavaScript variables to apply to each Share/Save menu."
|
202 |
msgstr "ブックマークメニューで使用する javascript の変数を設定することができます。"
|
203 |
|
204 |
+
#: add-to-any.php:771
|
205 |
msgid "Advanced users might want to explore AddToAny's <a href=\"http://www.addtoany.com/buttons/customize/\" target=\"_blank\">additional options</a>."
|
206 |
msgstr "詳しくは AddToAny の <a href=\"http://www.addtoany.com/buttons/customize/\" target=\"_blank\">javascript API</a> を参照してください。"
|
207 |
|
208 |
+
#: add-to-any.php:777
|
209 |
msgid "<strong>Note</strong>: If you're adding new code, be careful not to accidentally overwrite any previous code.</label>"
|
210 |
msgstr "<strong>注意</strong>: コードを追加する場合は、元のコードを上書きしないようにしてください。</label>"
|
211 |
|
212 |
+
#: add-to-any.php:782
|
213 |
#, fuzzy
|
214 |
msgid "Advanced Options"
|
215 |
msgstr "その他のオプション"
|
216 |
|
217 |
+
#: add-to-any.php:787
|
218 |
msgid "Use CSS stylesheet"
|
219 |
msgstr ""
|
220 |
|
221 |
+
#: add-to-any.php:792
|
222 |
msgid "Cache AddToAny locally with daily cache updates"
|
223 |
msgstr ""
|
224 |
|
225 |
+
#: add-to-any.php:796
|
226 |
msgid "If unchecked, be sure to place the CSS in your theme's stylesheet:"
|
227 |
msgstr ""
|
228 |
|
229 |
+
#: add-to-any.php:801
|
230 |
+
msgid "Only consider for sites with frequently returning visitors. Since many visitors will have AddToAny cached in their browser already, serving AddToAny locally from your site will be slower for those visitors. Be sure to set far future cache/expires headers for image files in your <code>uploads/addtoany</code> directory."
|
231 |
msgstr ""
|
232 |
|
233 |
+
#: add-to-any.php:808
|
234 |
msgid "Save Changes"
|
235 |
msgstr "変更を保存"
|
236 |
|
237 |
+
#: add-to-any.php:813
|
238 |
msgid "Like this plugin?"
|
239 |
msgstr "このプラグインが気に入りましたか?"
|
240 |
|
241 |
+
#: add-to-any.php:814
|
242 |
msgid "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Give it a good rating</a> on WordPress.org."
|
243 |
msgstr "WordPress.org で <a href=\"http://wordpress.org/extend/plugins/add-to-any/\">良い評価をつける</a>。"
|
244 |
|
245 |
+
#: add-to-any.php:815
|
246 |
msgid "<a href=\"http://www.addtoany.com/share_save?linkname=WordPress%20Share%20%2F%20Bookmark%20Plugin%20by%20AddToAny.com&linkurl=http%3A%2F%2Fwordpress.org%2Fextend%2Fplugins%2Fadd-to-any%2F\">Share it</a> with your friends."
|
247 |
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\">教える</a>。"
|
248 |
|
249 |
+
#: add-to-any.php:817
|
250 |
msgid "Need support?"
|
251 |
msgstr "サポートが必要ですか?"
|
252 |
|
253 |
+
#: add-to-any.php:818
|
254 |
msgid "See the <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">FAQs</a>."
|
255 |
msgstr "<a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">FAQ</a> をご確認ください。"
|
256 |
|
257 |
+
#: add-to-any.php:819
|
258 |
msgid "Search the <a href=\"http://wordpress.org/tags/add-to-any\">support forums</a>."
|
259 |
msgstr "<a href=\"http://wordpress.org/tags/add-to-any\">本家サポートフォーラム</a> をご利用ください。"
|
260 |
|
261 |
+
#: add-to-any.php:926
|
262 |
msgid "Add/Remove Services"
|
263 |
msgstr "サービスの追加/削除"
|
264 |
|
265 |
+
#: add-to-any.php:978
|
266 |
msgid "Share/Save"
|
267 |
msgstr "ブックマーク"
|
268 |
|
269 |
+
#: add-to-any.php:979
|
270 |
msgid "Share/Save Buttons"
|
271 |
msgstr "AddToAny ボタン"
|
272 |
|
273 |
+
#~ msgid ""
|
274 |
+
#~ "Hide embedded objects (Flash, video, etc.) that intersect with the menu "
|
275 |
+
#~ "when displayed"
|
276 |
+
#~ msgstr "メニューと重なったFlashや動画などを非表示にする"
|
277 |
+
|
languages/add-to-any-pt_BR.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: 2010-
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: Pat <no@no.com>\n"
|
8 |
"Language-Team: \n"
|
@@ -13,267 +13,270 @@ msgstr ""
|
|
13 |
"X-Poedit-Basepath: ../\n"
|
14 |
"X-Poedit-SearchPath-0: .\n"
|
15 |
|
16 |
-
#: add-to-any.php:
|
17 |
msgid "Share"
|
18 |
msgstr "Compartilhar"
|
19 |
|
20 |
-
#: add-to-any.php:
|
21 |
msgid "Save"
|
22 |
msgstr "Salvar"
|
23 |
|
24 |
-
#: add-to-any.php:
|
25 |
msgid "Subscribe"
|
26 |
msgstr "Inscrever"
|
27 |
|
28 |
-
#: add-to-any.php:
|
29 |
msgid "E-mail"
|
30 |
msgstr "E-mail"
|
31 |
|
32 |
-
#: add-to-any.php:
|
33 |
msgid "Bookmark"
|
34 |
msgstr "Favoritos"
|
35 |
|
36 |
-
#: add-to-any.php:
|
37 |
msgid "Show all"
|
38 |
msgstr "Mostrar tudo"
|
39 |
|
40 |
-
#: add-to-any.php:
|
41 |
msgid "Show less"
|
42 |
msgstr "Mostrar menos"
|
43 |
|
44 |
-
#: add-to-any.php:
|
45 |
msgid "Find service(s)"
|
46 |
msgstr "Procurar serviço(s)"
|
47 |
|
48 |
-
#: add-to-any.php:
|
49 |
msgid "Instantly find any service to add to"
|
50 |
msgstr "Encontrar rapidamente qualquer serviço para"
|
51 |
|
52 |
-
#: add-to-any.php:
|
53 |
msgid "Powered by"
|
54 |
msgstr "Serviço fornecido por"
|
55 |
|
56 |
-
#: add-to-any.php:
|
57 |
msgid "Share via e-mail"
|
58 |
msgstr "Compartilhar por e-mail"
|
59 |
|
60 |
-
#: add-to-any.php:
|
61 |
msgid "Subscribe via e-mail"
|
62 |
msgstr "Inscrever por e-mail"
|
63 |
|
64 |
-
#: add-to-any.php:
|
65 |
msgid "Bookmark in your browser"
|
66 |
msgstr "Adicionar aos favoritos"
|
67 |
|
68 |
-
#: add-to-any.php:
|
69 |
msgid "Press Ctrl+D or ⌘+D to bookmark this page"
|
70 |
msgstr "Pressione Ctrl+D ou ⌘+D para adicionar esta página aos favoritos"
|
71 |
|
72 |
-
#: add-to-any.php:
|
73 |
msgid "Add to your favorites"
|
74 |
msgstr "Adicionar a favoritos"
|
75 |
|
76 |
-
#: add-to-any.php:
|
77 |
msgid "Send from any e-mail address or e-mail program"
|
78 |
msgstr "Enviar de qualquer e-mail ou programa de e-mail"
|
79 |
|
80 |
-
#: add-to-any.php:
|
81 |
msgid "E-mail program"
|
82 |
msgstr "Programa de e-mail"
|
83 |
|
84 |
-
#: add-to-any.php:
|
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:
|
89 |
#, php-format
|
90 |
msgid "Unable to create directory %s. Is its parent directory writable by the server?"
|
91 |
msgstr ""
|
92 |
|
93 |
-
#: add-to-any.php:
|
94 |
-
#: add-to-any.php:
|
95 |
-
#: add-to-any.php:
|
96 |
-
#: add-to-any.php:
|
97 |
-
#: add-to-any.php:
|
98 |
-
#: add-to-any.php:
|
99 |
msgid "Share/Bookmark"
|
100 |
msgstr "Compartilhar/Favoritos"
|
101 |
|
102 |
-
#: add-to-any.php:
|
103 |
msgid "Settings saved."
|
104 |
msgstr "Configuração salvas."
|
105 |
|
106 |
-
#: add-to-any.php:
|
107 |
msgid "AddToAny: Share/Save "
|
108 |
msgstr "Compartilhar/Salvar"
|
109 |
|
110 |
-
#: add-to-any.php:
|
111 |
-
#: add-to-any.php:
|
112 |
-
#: add-to-any.php:
|
113 |
msgid "Settings"
|
114 |
msgstr "Configurações"
|
115 |
|
116 |
-
#: add-to-any.php:
|
117 |
msgid "Standalone Services"
|
118 |
msgstr "Serviços Isolados"
|
119 |
|
120 |
-
#: add-to-any.php:
|
121 |
msgid "Choose the services you want below. Click a chosen service again to remove. Reorder services by dragging and dropping as they appear above."
|
122 |
msgstr "Escolha os serviços que deseja. Clique novamente em um serviço já escolhido para o remover. Reordene os serviços fazendo drag'n'drop (arrastar e soltar) conforme aparecem."
|
123 |
|
124 |
-
#: add-to-any.php:
|
125 |
msgid "Button"
|
126 |
msgstr "Botão"
|
127 |
|
128 |
-
#: add-to-any.php:
|
129 |
msgid "Image URL"
|
130 |
msgstr "URL da imagem"
|
131 |
|
132 |
-
#: add-to-any.php:
|
133 |
msgid "Text only"
|
134 |
msgstr "Apenas texto"
|
135 |
|
136 |
-
#: add-to-any.php:
|
137 |
msgid "Placement"
|
138 |
msgstr "Posicionamento"
|
139 |
|
140 |
-
#: add-to-any.php:
|
141 |
msgid "Display Share/Save button at the bottom of posts"
|
142 |
msgstr "Mostrar o botão Compartilhar/Salvar no fim de cada post"
|
143 |
|
144 |
-
#: add-to-any.php:
|
145 |
msgid "Display Share/Save button at the bottom of posts on the front page"
|
146 |
msgstr "Mostrar o botão Compartilhar/Salvar no fim dos posts na página principal"
|
147 |
|
148 |
-
#: add-to-any.php:
|
149 |
msgid "Display Share/Save button at the bottom of posts in the feed"
|
150 |
msgstr "Mostrar o botão Compartilhar/Salvar no fim dos posts do feed RSS"
|
151 |
|
152 |
-
#: add-to-any.php:
|
153 |
msgid "Display Share/Save button at the bottom of pages"
|
154 |
msgstr "Mostrar o botão Compartilhar/Salvar no fim das páginas"
|
155 |
|
156 |
-
#: add-to-any.php:
|
157 |
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>)"
|
158 |
msgstr "Se estiver desativado, assegure-se de colocar o seguinte código 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>)"
|
159 |
|
160 |
-
#: add-to-any.php:
|
161 |
msgid "Menu Style"
|
162 |
msgstr "Estilo de Menu"
|
163 |
|
164 |
-
#: add-to-any.php:
|
165 |
msgid "Using AddToAny's Menu Styler, you can customize the colors of your Share/Save menu! When you're done, be sure to paste the generated code in the <a href=\"#\" onclick=\"document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false\">Additional Options</a> box below."
|
166 |
msgstr "Usar o Personalizador de Estilo do AddToAny. 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."
|
167 |
|
168 |
-
#: add-to-any.php:
|
169 |
msgid "Open the AddToAny Menu Styler in a new window"
|
170 |
msgstr "Abrir o Menu de Personalização de Estilos AddToAny numa nova janela"
|
171 |
|
172 |
-
#: add-to-any.php:
|
173 |
msgid "Open Menu Styler"
|
174 |
msgstr "Abrir o Menu de Personalização de Estilos"
|
175 |
|
176 |
-
#: add-to-any.php:
|
177 |
msgid "Menu Options"
|
178 |
msgstr "Opções de Menu"
|
179 |
|
180 |
-
#: add-to-any.php:
|
181 |
-
msgid "Hide embedded objects (Flash, video, etc.) that intersect with the menu when displayed"
|
182 |
-
msgstr "Ocultar objetos embedded (Flash, video, etc) que interagem com o menu quando visualizado"
|
183 |
-
|
184 |
-
#: add-to-any.php:723
|
185 |
msgid "Show the title of the post (or page) within the menu"
|
186 |
msgstr "Mostrar o título do post (ou da página) dentro do menu"
|
187 |
|
188 |
-
#: add-to-any.php:
|
189 |
msgid "Only show the menu when the user clicks the Share/Save button"
|
190 |
msgstr "Mostrar apenas o menu quando o usuário clicar no botão Partilhar/Guardar"
|
191 |
|
192 |
-
#: add-to-any.php:
|
193 |
msgid "Open the addtoany.com menu page in a new tab or window if the user clicks the Share/Save button"
|
194 |
msgstr "Abrir o menu de addtoany.com num novo separador ou janela se o utilizador fizer um clique no botão Partilhar/Guardar"
|
195 |
|
196 |
-
#: add-to-any.php:
|
197 |
msgid "Additional Options"
|
198 |
msgstr "Opções Adicionais"
|
199 |
|
200 |
-
#: add-to-any.php:
|
201 |
msgid "Paste the code from AddToAny's Menu Styler in the box below!"
|
202 |
msgstr "Cole o código do Menu de Personalização de Estilos do AddToAny na caixa a seguir!"
|
203 |
|
204 |
-
#: add-to-any.php:
|
205 |
msgid "Below you can set special JavaScript variables to apply to each Share/Save menu."
|
206 |
msgstr "Em baixo pode inserir varáveis especiais de JavaScript para aplicar a cada menu Compartilhar/Salvar."
|
207 |
|
208 |
-
#: add-to-any.php:
|
209 |
msgid "Advanced users might want to explore AddToAny's <a href=\"http://www.addtoany.com/buttons/customize/\" target=\"_blank\">additional options</a>."
|
210 |
msgstr "Usuários avançados podem querer explorar a <a href=\"http://www.addtoany.com/buttons/customize/\" target=\"_blank\">API do JavaScript</a> do AddToAny."
|
211 |
|
212 |
-
#: add-to-any.php:
|
213 |
msgid "<strong>Note</strong>: If you're adding new code, be careful not to accidentally overwrite any previous code.</label>"
|
214 |
msgstr "<strong>Nota</strong>: Se quiser adicionar um novo código, tenha cuidado para não sobrescrever (apagar) acidentalmente qualquer código existente.</label>"
|
215 |
|
216 |
-
#: add-to-any.php:
|
217 |
#, fuzzy
|
218 |
msgid "Advanced Options"
|
219 |
msgstr "Opções Adicionais"
|
220 |
|
221 |
-
#: add-to-any.php:
|
222 |
msgid "Use CSS stylesheet"
|
223 |
msgstr ""
|
224 |
|
225 |
-
#: add-to-any.php:
|
226 |
msgid "Cache AddToAny locally with daily cache updates"
|
227 |
msgstr ""
|
228 |
|
229 |
-
#: add-to-any.php:
|
230 |
msgid "If unchecked, be sure to place the CSS in your theme's stylesheet:"
|
231 |
msgstr ""
|
232 |
|
233 |
-
#: add-to-any.php:
|
234 |
-
msgid "Only consider for
|
235 |
msgstr ""
|
236 |
|
237 |
-
#: add-to-any.php:
|
238 |
msgid "Save Changes"
|
239 |
msgstr "Salvar alterações"
|
240 |
|
241 |
-
#: add-to-any.php:
|
242 |
msgid "Like this plugin?"
|
243 |
msgstr "Gosta deste plugin?"
|
244 |
|
245 |
-
#: add-to-any.php:
|
246 |
msgid "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Give it a good rating</a> on WordPress.org."
|
247 |
msgstr "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Atribua-lhe uma boa pontuação</a> no WordPress.org."
|
248 |
|
249 |
-
#: add-to-any.php:
|
250 |
msgid "<a href=\"http://www.addtoany.com/share_save?linkname=WordPress%20Share%20%2F%20Bookmark%20Plugin%20by%20AddToAny.com&linkurl=http%3A%2F%2Fwordpress.org%2Fextend%2Fplugins%2Fadd-to-any%2F\">Share it</a> with your friends."
|
251 |
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\">Compartilhar</a> com os amigos."
|
252 |
|
253 |
-
#: add-to-any.php:
|
254 |
msgid "Need support?"
|
255 |
msgstr "Precisa de ajuda?"
|
256 |
|
257 |
-
#: add-to-any.php:
|
258 |
msgid "See the <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">FAQs</a>."
|
259 |
msgstr "Consulte a página de <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">FAQ's</a>."
|
260 |
|
261 |
-
#: add-to-any.php:
|
262 |
msgid "Search the <a href=\"http://wordpress.org/tags/add-to-any\">support forums</a>."
|
263 |
msgstr "Procurar nos <a href=\"http://wordpress.org/tags/add-to-any\">fóruns</a> de ajuda."
|
264 |
|
265 |
-
#: add-to-any.php:
|
266 |
msgid "Add/Remove Services"
|
267 |
msgstr "Adicionar/Remover Serviços"
|
268 |
|
269 |
-
#: add-to-any.php:
|
270 |
msgid "Share/Save"
|
271 |
msgstr "Compartilhar/Salvar"
|
272 |
|
273 |
-
#: add-to-any.php:
|
274 |
msgid "Share/Save Buttons"
|
275 |
msgstr "Compartilhar|Salvar"
|
276 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
277 |
#, fuzzy
|
278 |
#~ msgid "Services"
|
279 |
#~ msgstr "Procurar serviço(s)"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: add-to-any\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2010-07-20 01:02-0800\n"
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: Pat <no@no.com>\n"
|
8 |
"Language-Team: \n"
|
13 |
"X-Poedit-Basepath: ../\n"
|
14 |
"X-Poedit-SearchPath-0: .\n"
|
15 |
|
16 |
+
#: add-to-any.php:258
|
17 |
msgid "Share"
|
18 |
msgstr "Compartilhar"
|
19 |
|
20 |
+
#: add-to-any.php:259
|
21 |
msgid "Save"
|
22 |
msgstr "Salvar"
|
23 |
|
24 |
+
#: add-to-any.php:260
|
25 |
msgid "Subscribe"
|
26 |
msgstr "Inscrever"
|
27 |
|
28 |
+
#: add-to-any.php:261
|
29 |
msgid "E-mail"
|
30 |
msgstr "E-mail"
|
31 |
|
32 |
+
#: add-to-any.php:262
|
33 |
msgid "Bookmark"
|
34 |
msgstr "Favoritos"
|
35 |
|
36 |
+
#: add-to-any.php:263
|
37 |
msgid "Show all"
|
38 |
msgstr "Mostrar tudo"
|
39 |
|
40 |
+
#: add-to-any.php:264
|
41 |
msgid "Show less"
|
42 |
msgstr "Mostrar menos"
|
43 |
|
44 |
+
#: add-to-any.php:265
|
45 |
msgid "Find service(s)"
|
46 |
msgstr "Procurar serviço(s)"
|
47 |
|
48 |
+
#: add-to-any.php:266
|
49 |
msgid "Instantly find any service to add to"
|
50 |
msgstr "Encontrar rapidamente qualquer serviço para"
|
51 |
|
52 |
+
#: add-to-any.php:267
|
53 |
msgid "Powered by"
|
54 |
msgstr "Serviço fornecido por"
|
55 |
|
56 |
+
#: add-to-any.php:268
|
57 |
msgid "Share via e-mail"
|
58 |
msgstr "Compartilhar por e-mail"
|
59 |
|
60 |
+
#: add-to-any.php:269
|
61 |
msgid "Subscribe via e-mail"
|
62 |
msgstr "Inscrever por e-mail"
|
63 |
|
64 |
+
#: add-to-any.php:270
|
65 |
msgid "Bookmark in your browser"
|
66 |
msgstr "Adicionar aos favoritos"
|
67 |
|
68 |
+
#: add-to-any.php:271
|
69 |
msgid "Press Ctrl+D or ⌘+D to bookmark this page"
|
70 |
msgstr "Pressione Ctrl+D ou ⌘+D para adicionar esta página aos favoritos"
|
71 |
|
72 |
+
#: add-to-any.php:272
|
73 |
msgid "Add to your favorites"
|
74 |
msgstr "Adicionar a favoritos"
|
75 |
|
76 |
+
#: add-to-any.php:273
|
77 |
msgid "Send from any e-mail address or e-mail program"
|
78 |
msgstr "Enviar de qualquer e-mail ou programa de e-mail"
|
79 |
|
80 |
+
#: add-to-any.php:274
|
81 |
msgid "E-mail program"
|
82 |
msgstr "Programa de e-mail"
|
83 |
|
84 |
+
#: add-to-any.php:299
|
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:490
|
89 |
#, php-format
|
90 |
msgid "Unable to create directory %s. Is its parent directory writable by the server?"
|
91 |
msgstr ""
|
92 |
|
93 |
+
#: add-to-any.php:566
|
94 |
+
#: add-to-any.php:639
|
95 |
+
#: add-to-any.php:643
|
96 |
+
#: add-to-any.php:647
|
97 |
+
#: add-to-any.php:651
|
98 |
+
#: add-to-any.php:683
|
99 |
msgid "Share/Bookmark"
|
100 |
msgstr "Compartilhar/Favoritos"
|
101 |
|
102 |
+
#: add-to-any.php:580
|
103 |
msgid "Settings saved."
|
104 |
msgstr "Configuração salvas."
|
105 |
|
106 |
+
#: add-to-any.php:593
|
107 |
msgid "AddToAny: Share/Save "
|
108 |
msgstr "Compartilhar/Salvar"
|
109 |
|
110 |
+
#: add-to-any.php:593
|
111 |
+
#: add-to-any.php:978
|
112 |
+
#: add-to-any.php:1002
|
113 |
msgid "Settings"
|
114 |
msgstr "Configurações"
|
115 |
|
116 |
+
#: add-to-any.php:602
|
117 |
msgid "Standalone Services"
|
118 |
msgstr "Serviços Isolados"
|
119 |
|
120 |
+
#: add-to-any.php:607
|
121 |
msgid "Choose the services you want below. Click a chosen service again to remove. Reorder services by dragging and dropping as they appear above."
|
122 |
msgstr "Escolha os serviços que deseja. Clique novamente em um serviço já escolhido para o remover. Reordene os serviços fazendo drag'n'drop (arrastar e soltar) conforme aparecem."
|
123 |
|
124 |
+
#: add-to-any.php:634
|
125 |
msgid "Button"
|
126 |
msgstr "Botão"
|
127 |
|
128 |
+
#: add-to-any.php:673
|
129 |
msgid "Image URL"
|
130 |
msgstr "URL da imagem"
|
131 |
|
132 |
+
#: add-to-any.php:680
|
133 |
msgid "Text only"
|
134 |
msgstr "Apenas texto"
|
135 |
|
136 |
+
#: add-to-any.php:688
|
137 |
msgid "Placement"
|
138 |
msgstr "Posicionamento"
|
139 |
|
140 |
+
#: add-to-any.php:697
|
141 |
msgid "Display Share/Save button at the bottom of posts"
|
142 |
msgstr "Mostrar o botão Compartilhar/Salvar no fim de cada post"
|
143 |
|
144 |
+
#: add-to-any.php:704
|
145 |
msgid "Display Share/Save button at the bottom of posts on the front page"
|
146 |
msgstr "Mostrar o botão Compartilhar/Salvar no fim dos posts na página principal"
|
147 |
|
148 |
+
#: add-to-any.php:711
|
149 |
msgid "Display Share/Save button at the bottom of posts in the feed"
|
150 |
msgstr "Mostrar o botão Compartilhar/Salvar no fim dos posts do feed RSS"
|
151 |
|
152 |
+
#: add-to-any.php:715
|
153 |
msgid "Display Share/Save button at the bottom of pages"
|
154 |
msgstr "Mostrar o botão Compartilhar/Salvar no fim das páginas"
|
155 |
|
156 |
+
#: add-to-any.php:719
|
157 |
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>)"
|
158 |
msgstr "Se estiver desativado, assegure-se de colocar o seguinte código 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>)"
|
159 |
|
160 |
+
#: add-to-any.php:728
|
161 |
msgid "Menu Style"
|
162 |
msgstr "Estilo de Menu"
|
163 |
|
164 |
+
#: add-to-any.php:730
|
165 |
msgid "Using AddToAny's Menu Styler, you can customize the colors of your Share/Save menu! When you're done, be sure to paste the generated code in the <a href=\"#\" onclick=\"document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false\">Additional Options</a> box below."
|
166 |
msgstr "Usar o Personalizador de Estilo do AddToAny. 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."
|
167 |
|
168 |
+
#: add-to-any.php:732
|
169 |
msgid "Open the AddToAny Menu Styler in a new window"
|
170 |
msgstr "Abrir o Menu de Personalização de Estilos AddToAny numa nova janela"
|
171 |
|
172 |
+
#: add-to-any.php:734
|
173 |
msgid "Open Menu Styler"
|
174 |
msgstr "Abrir o Menu de Personalização de Estilos"
|
175 |
|
176 |
+
#: add-to-any.php:739
|
177 |
msgid "Menu Options"
|
178 |
msgstr "Opções de Menu"
|
179 |
|
180 |
+
#: add-to-any.php:744
|
|
|
|
|
|
|
|
|
181 |
msgid "Show the title of the post (or page) within the menu"
|
182 |
msgstr "Mostrar o título do post (ou da página) dentro do menu"
|
183 |
|
184 |
+
#: add-to-any.php:751
|
185 |
msgid "Only show the menu when the user clicks the Share/Save button"
|
186 |
msgstr "Mostrar apenas o menu quando o usuário clicar no botão Partilhar/Guardar"
|
187 |
|
188 |
+
#: add-to-any.php:757
|
189 |
msgid "Open the addtoany.com menu page in a new tab or window if the user clicks the Share/Save button"
|
190 |
msgstr "Abrir o menu de addtoany.com num novo separador ou janela se o utilizador fizer um clique no botão Partilhar/Guardar"
|
191 |
|
192 |
+
#: add-to-any.php:762
|
193 |
msgid "Additional Options"
|
194 |
msgstr "Opções Adicionais"
|
195 |
|
196 |
+
#: add-to-any.php:766
|
197 |
msgid "Paste the code from AddToAny's Menu Styler in the box below!"
|
198 |
msgstr "Cole o código do Menu de Personalização de Estilos do AddToAny na caixa a seguir!"
|
199 |
|
200 |
+
#: add-to-any.php:770
|
201 |
msgid "Below you can set special JavaScript variables to apply to each Share/Save menu."
|
202 |
msgstr "Em baixo pode inserir varáveis especiais de JavaScript para aplicar a cada menu Compartilhar/Salvar."
|
203 |
|
204 |
+
#: add-to-any.php:771
|
205 |
msgid "Advanced users might want to explore AddToAny's <a href=\"http://www.addtoany.com/buttons/customize/\" target=\"_blank\">additional options</a>."
|
206 |
msgstr "Usuários avançados podem querer explorar a <a href=\"http://www.addtoany.com/buttons/customize/\" target=\"_blank\">API do JavaScript</a> do AddToAny."
|
207 |
|
208 |
+
#: add-to-any.php:777
|
209 |
msgid "<strong>Note</strong>: If you're adding new code, be careful not to accidentally overwrite any previous code.</label>"
|
210 |
msgstr "<strong>Nota</strong>: Se quiser adicionar um novo código, tenha cuidado para não sobrescrever (apagar) acidentalmente qualquer código existente.</label>"
|
211 |
|
212 |
+
#: add-to-any.php:782
|
213 |
#, fuzzy
|
214 |
msgid "Advanced Options"
|
215 |
msgstr "Opções Adicionais"
|
216 |
|
217 |
+
#: add-to-any.php:787
|
218 |
msgid "Use CSS stylesheet"
|
219 |
msgstr ""
|
220 |
|
221 |
+
#: add-to-any.php:792
|
222 |
msgid "Cache AddToAny locally with daily cache updates"
|
223 |
msgstr ""
|
224 |
|
225 |
+
#: add-to-any.php:796
|
226 |
msgid "If unchecked, be sure to place the CSS in your theme's stylesheet:"
|
227 |
msgstr ""
|
228 |
|
229 |
+
#: add-to-any.php:801
|
230 |
+
msgid "Only consider for sites with frequently returning visitors. Since many visitors will have AddToAny cached in their browser already, serving AddToAny locally from your site will be slower for those visitors. Be sure to set far future cache/expires headers for image files in your <code>uploads/addtoany</code> directory."
|
231 |
msgstr ""
|
232 |
|
233 |
+
#: add-to-any.php:808
|
234 |
msgid "Save Changes"
|
235 |
msgstr "Salvar alterações"
|
236 |
|
237 |
+
#: add-to-any.php:813
|
238 |
msgid "Like this plugin?"
|
239 |
msgstr "Gosta deste plugin?"
|
240 |
|
241 |
+
#: add-to-any.php:814
|
242 |
msgid "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Give it a good rating</a> on WordPress.org."
|
243 |
msgstr "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Atribua-lhe uma boa pontuação</a> no WordPress.org."
|
244 |
|
245 |
+
#: add-to-any.php:815
|
246 |
msgid "<a href=\"http://www.addtoany.com/share_save?linkname=WordPress%20Share%20%2F%20Bookmark%20Plugin%20by%20AddToAny.com&linkurl=http%3A%2F%2Fwordpress.org%2Fextend%2Fplugins%2Fadd-to-any%2F\">Share it</a> with your friends."
|
247 |
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\">Compartilhar</a> com os amigos."
|
248 |
|
249 |
+
#: add-to-any.php:817
|
250 |
msgid "Need support?"
|
251 |
msgstr "Precisa de ajuda?"
|
252 |
|
253 |
+
#: add-to-any.php:818
|
254 |
msgid "See the <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">FAQs</a>."
|
255 |
msgstr "Consulte a página de <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">FAQ's</a>."
|
256 |
|
257 |
+
#: add-to-any.php:819
|
258 |
msgid "Search the <a href=\"http://wordpress.org/tags/add-to-any\">support forums</a>."
|
259 |
msgstr "Procurar nos <a href=\"http://wordpress.org/tags/add-to-any\">fóruns</a> de ajuda."
|
260 |
|
261 |
+
#: add-to-any.php:926
|
262 |
msgid "Add/Remove Services"
|
263 |
msgstr "Adicionar/Remover Serviços"
|
264 |
|
265 |
+
#: add-to-any.php:978
|
266 |
msgid "Share/Save"
|
267 |
msgstr "Compartilhar/Salvar"
|
268 |
|
269 |
+
#: add-to-any.php:979
|
270 |
msgid "Share/Save Buttons"
|
271 |
msgstr "Compartilhar|Salvar"
|
272 |
|
273 |
+
#~ msgid ""
|
274 |
+
#~ "Hide embedded objects (Flash, video, etc.) that intersect with the menu "
|
275 |
+
#~ "when displayed"
|
276 |
+
#~ msgstr ""
|
277 |
+
#~ "Ocultar objetos embedded (Flash, video, etc) que interagem com o menu "
|
278 |
+
#~ "quando visualizado"
|
279 |
+
|
280 |
#, fuzzy
|
281 |
#~ msgid "Services"
|
282 |
#~ msgstr "Procurar serviço(s)"
|
languages/add-to-any-pt_PT.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: 2010-
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: Pat <no@no.com>\n"
|
8 |
"Language-Team: \n"
|
@@ -13,267 +13,270 @@ msgstr ""
|
|
13 |
"X-Poedit-Basepath: ../\n"
|
14 |
"X-Poedit-SearchPath-0: .\n"
|
15 |
|
16 |
-
#: add-to-any.php:
|
17 |
msgid "Share"
|
18 |
msgstr "Partilhar"
|
19 |
|
20 |
-
#: add-to-any.php:
|
21 |
msgid "Save"
|
22 |
msgstr "Guardar"
|
23 |
|
24 |
-
#: add-to-any.php:
|
25 |
msgid "Subscribe"
|
26 |
msgstr "Subscrever"
|
27 |
|
28 |
-
#: add-to-any.php:
|
29 |
msgid "E-mail"
|
30 |
msgstr "E-mail"
|
31 |
|
32 |
-
#: add-to-any.php:
|
33 |
msgid "Bookmark"
|
34 |
msgstr "Marcador"
|
35 |
|
36 |
-
#: add-to-any.php:
|
37 |
msgid "Show all"
|
38 |
msgstr "Mostrar tudo"
|
39 |
|
40 |
-
#: add-to-any.php:
|
41 |
msgid "Show less"
|
42 |
msgstr "Mostrar menos"
|
43 |
|
44 |
-
#: add-to-any.php:
|
45 |
msgid "Find service(s)"
|
46 |
msgstr "Procurar serviço(s)"
|
47 |
|
48 |
-
#: add-to-any.php:
|
49 |
msgid "Instantly find any service to add to"
|
50 |
msgstr "Encontrar rapidamente qualquer serviço para"
|
51 |
|
52 |
-
#: add-to-any.php:
|
53 |
msgid "Powered by"
|
54 |
msgstr "Serviço fornecido por"
|
55 |
|
56 |
-
#: add-to-any.php:
|
57 |
msgid "Share via e-mail"
|
58 |
msgstr "Partilhar por e-mail"
|
59 |
|
60 |
-
#: add-to-any.php:
|
61 |
msgid "Subscribe via e-mail"
|
62 |
msgstr "Subscrever por e-mail"
|
63 |
|
64 |
-
#: add-to-any.php:
|
65 |
msgid "Bookmark in your browser"
|
66 |
msgstr "Adicionar marcador"
|
67 |
|
68 |
-
#: add-to-any.php:
|
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:
|
73 |
msgid "Add to your favorites"
|
74 |
msgstr "Adicionar a favoritos"
|
75 |
|
76 |
-
#: add-to-any.php:
|
77 |
msgid "Send from any e-mail address or e-mail program"
|
78 |
msgstr "Enviar de qualquer e-mail ou programa de e-mail"
|
79 |
|
80 |
-
#: add-to-any.php:
|
81 |
msgid "E-mail program"
|
82 |
msgstr "Programa de e-mail"
|
83 |
|
84 |
-
#: add-to-any.php:
|
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:
|
89 |
#, php-format
|
90 |
msgid "Unable to create directory %s. Is its parent directory writable by the server?"
|
91 |
msgstr ""
|
92 |
|
93 |
-
#: add-to-any.php:
|
94 |
-
#: add-to-any.php:
|
95 |
-
#: add-to-any.php:
|
96 |
-
#: add-to-any.php:
|
97 |
-
#: add-to-any.php:
|
98 |
-
#: add-to-any.php:
|
99 |
msgid "Share/Bookmark"
|
100 |
msgstr "Marcador"
|
101 |
|
102 |
-
#: add-to-any.php:
|
103 |
msgid "Settings saved."
|
104 |
msgstr "Configuração guardada."
|
105 |
|
106 |
-
#: add-to-any.php:
|
107 |
msgid "AddToAny: Share/Save "
|
108 |
msgstr "AddToAny: Partilhar/Guardar "
|
109 |
|
110 |
-
#: add-to-any.php:
|
111 |
-
#: add-to-any.php:
|
112 |
-
#: add-to-any.php:
|
113 |
msgid "Settings"
|
114 |
msgstr "Configurações"
|
115 |
|
116 |
-
#: add-to-any.php:
|
117 |
msgid "Standalone Services"
|
118 |
msgstr "Serviços Isolados"
|
119 |
|
120 |
-
#: add-to-any.php:
|
121 |
msgid "Choose the services you want below. Click a chosen service again to remove. Reorder services by dragging and dropping as they appear above."
|
122 |
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."
|
123 |
|
124 |
-
#: add-to-any.php:
|
125 |
msgid "Button"
|
126 |
msgstr "Botão"
|
127 |
|
128 |
-
#: add-to-any.php:
|
129 |
msgid "Image URL"
|
130 |
msgstr "URL da imagem"
|
131 |
|
132 |
-
#: add-to-any.php:
|
133 |
msgid "Text only"
|
134 |
msgstr "Apenas texto"
|
135 |
|
136 |
-
#: add-to-any.php:
|
137 |
msgid "Placement"
|
138 |
msgstr "Posicionamento"
|
139 |
|
140 |
-
#: add-to-any.php:
|
141 |
msgid "Display Share/Save button at the bottom of posts"
|
142 |
msgstr "Mostrar o botão Partilhar/Guardar no fim de cada post"
|
143 |
|
144 |
-
#: add-to-any.php:
|
145 |
msgid "Display Share/Save button at the bottom of posts on the front page"
|
146 |
msgstr "Mostrar o botão Partilhar/Guardar no fim dos posts na página principal"
|
147 |
|
148 |
-
#: add-to-any.php:
|
149 |
msgid "Display Share/Save button at the bottom of posts in the feed"
|
150 |
msgstr "Mostrar o botão Partilhar/Guardar no fim dos posts do feed RSS"
|
151 |
|
152 |
-
#: add-to-any.php:
|
153 |
msgid "Display Share/Save button at the bottom of pages"
|
154 |
msgstr "Mostrar o botão Partilhar/Guardar no fim das páginas"
|
155 |
|
156 |
-
#: add-to-any.php:
|
157 |
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>)"
|
158 |
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>)"
|
159 |
|
160 |
-
#: add-to-any.php:
|
161 |
msgid "Menu Style"
|
162 |
msgstr "Estilo de Menu"
|
163 |
|
164 |
-
#: add-to-any.php:
|
165 |
msgid "Using AddToAny's Menu Styler, you can customize the colors of your Share/Save menu! When you're done, be sure to paste the generated code in the <a href=\"#\" onclick=\"document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false\">Additional Options</a> box below."
|
166 |
msgstr "Usar o Personalizador de Estilo do AddToAny. 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."
|
167 |
|
168 |
-
#: add-to-any.php:
|
169 |
msgid "Open the AddToAny Menu Styler in a new window"
|
170 |
msgstr "Abrir o Menu de Personalização de Estilos AddToAny numa nova janela"
|
171 |
|
172 |
-
#: add-to-any.php:
|
173 |
msgid "Open Menu Styler"
|
174 |
msgstr "Abrir o Menu de Personalização de Estilos"
|
175 |
|
176 |
-
#: add-to-any.php:
|
177 |
msgid "Menu Options"
|
178 |
msgstr "Opções de Menu"
|
179 |
|
180 |
-
#: add-to-any.php:
|
181 |
-
msgid "Hide embedded objects (Flash, video, etc.) that intersect with the menu when displayed"
|
182 |
-
msgstr "Ocultar objetos embebidos (Flash, video, etc) que interajam com o menu quando visualizado"
|
183 |
-
|
184 |
-
#: add-to-any.php:723
|
185 |
msgid "Show the title of the post (or page) within the menu"
|
186 |
msgstr "Mostrar o título do post (ou da página) dentro do menu"
|
187 |
|
188 |
-
#: add-to-any.php:
|
189 |
msgid "Only show the menu when the user clicks the Share/Save button"
|
190 |
msgstr "Mostrar apenas o menu quando o utilizador fizer um clique no botão Partilhar/Guardar"
|
191 |
|
192 |
-
#: add-to-any.php:
|
193 |
msgid "Open the addtoany.com menu page in a new tab or window if the user clicks the Share/Save button"
|
194 |
msgstr "Abrir o menu de addtoany.com num novo separador ou janela se o utilizador fizer um clique no botão Partilhar/Guardar"
|
195 |
|
196 |
-
#: add-to-any.php:
|
197 |
msgid "Additional Options"
|
198 |
msgstr "Opções Adicionais"
|
199 |
|
200 |
-
#: add-to-any.php:
|
201 |
msgid "Paste the code from AddToAny's Menu Styler in the box below!"
|
202 |
msgstr "Cole o código do Menu de Personalização de Estilos do AddToAny na caixa a seguir!"
|
203 |
|
204 |
-
#: add-to-any.php:
|
205 |
msgid "Below you can set special JavaScript variables to apply to each Share/Save menu."
|
206 |
msgstr "Em baixo pode inserir varáveis especiais de JavaScript para aplicar a cada menu Partilhar/Guardar."
|
207 |
|
208 |
-
#: add-to-any.php:
|
209 |
msgid "Advanced users might want to explore AddToAny's <a href=\"http://www.addtoany.com/buttons/customize/\" target=\"_blank\">additional options</a>."
|
210 |
msgstr "Utilizadores avançados podem querer explorar o <a href=\"http://www.addtoany.com/buttons/customize/\" target=\"_blank\">API do JavaScript</a> do AddToAny."
|
211 |
|
212 |
-
#: add-to-any.php:
|
213 |
msgid "<strong>Note</strong>: If you're adding new code, be careful not to accidentally overwrite any previous code.</label>"
|
214 |
msgstr "<strong>Nota</strong>: Se está a adicionar novo código, tenha cuidado para não sobrescrever (apagar) acidentalmente qualquer código existente.</label>"
|
215 |
|
216 |
-
#: add-to-any.php:
|
217 |
#, fuzzy
|
218 |
msgid "Advanced Options"
|
219 |
msgstr "Opções Adicionais"
|
220 |
|
221 |
-
#: add-to-any.php:
|
222 |
msgid "Use CSS stylesheet"
|
223 |
msgstr ""
|
224 |
|
225 |
-
#: add-to-any.php:
|
226 |
msgid "Cache AddToAny locally with daily cache updates"
|
227 |
msgstr ""
|
228 |
|
229 |
-
#: add-to-any.php:
|
230 |
msgid "If unchecked, be sure to place the CSS in your theme's stylesheet:"
|
231 |
msgstr ""
|
232 |
|
233 |
-
#: add-to-any.php:
|
234 |
-
msgid "Only consider for
|
235 |
msgstr ""
|
236 |
|
237 |
-
#: add-to-any.php:
|
238 |
msgid "Save Changes"
|
239 |
msgstr "Guardar alterações"
|
240 |
|
241 |
-
#: add-to-any.php:
|
242 |
msgid "Like this plugin?"
|
243 |
msgstr "Gosta deste plugin?"
|
244 |
|
245 |
-
#: add-to-any.php:
|
246 |
msgid "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Give it a good rating</a> on WordPress.org."
|
247 |
msgstr "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Atribua-lhe uma boa pontuação</a> no WordPress.org."
|
248 |
|
249 |
-
#: add-to-any.php:
|
250 |
msgid "<a href=\"http://www.addtoany.com/share_save?linkname=WordPress%20Share%20%2F%20Bookmark%20Plugin%20by%20AddToAny.com&linkurl=http%3A%2F%2Fwordpress.org%2Fextend%2Fplugins%2Fadd-to-any%2F\">Share it</a> with your friends."
|
251 |
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."
|
252 |
|
253 |
-
#: add-to-any.php:
|
254 |
msgid "Need support?"
|
255 |
msgstr "Precisa de ajuda?"
|
256 |
|
257 |
-
#: add-to-any.php:
|
258 |
msgid "See the <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">FAQs</a>."
|
259 |
msgstr "Consulte a página de <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">FAQ's</a>."
|
260 |
|
261 |
-
#: add-to-any.php:
|
262 |
msgid "Search the <a href=\"http://wordpress.org/tags/add-to-any\">support forums</a>."
|
263 |
msgstr "Procurar nos <a href=\"http://wordpress.org/tags/add-to-any\">fóruns</a> de ajuda."
|
264 |
|
265 |
-
#: add-to-any.php:
|
266 |
msgid "Add/Remove Services"
|
267 |
msgstr "Adicionar/Remover Serviços"
|
268 |
|
269 |
-
#: add-to-any.php:
|
270 |
msgid "Share/Save"
|
271 |
msgstr "Partilhar/Guardar"
|
272 |
|
273 |
-
#: add-to-any.php:
|
274 |
msgid "Share/Save Buttons"
|
275 |
msgstr "Botões Partilhar/Guardar"
|
276 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
277 |
#, fuzzy
|
278 |
#~ msgid "Services"
|
279 |
#~ msgstr "Procurar serviço(s)"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: add-to-any\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2010-07-20 01:02-0800\n"
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: Pat <no@no.com>\n"
|
8 |
"Language-Team: \n"
|
13 |
"X-Poedit-Basepath: ../\n"
|
14 |
"X-Poedit-SearchPath-0: .\n"
|
15 |
|
16 |
+
#: add-to-any.php:258
|
17 |
msgid "Share"
|
18 |
msgstr "Partilhar"
|
19 |
|
20 |
+
#: add-to-any.php:259
|
21 |
msgid "Save"
|
22 |
msgstr "Guardar"
|
23 |
|
24 |
+
#: add-to-any.php:260
|
25 |
msgid "Subscribe"
|
26 |
msgstr "Subscrever"
|
27 |
|
28 |
+
#: add-to-any.php:261
|
29 |
msgid "E-mail"
|
30 |
msgstr "E-mail"
|
31 |
|
32 |
+
#: add-to-any.php:262
|
33 |
msgid "Bookmark"
|
34 |
msgstr "Marcador"
|
35 |
|
36 |
+
#: add-to-any.php:263
|
37 |
msgid "Show all"
|
38 |
msgstr "Mostrar tudo"
|
39 |
|
40 |
+
#: add-to-any.php:264
|
41 |
msgid "Show less"
|
42 |
msgstr "Mostrar menos"
|
43 |
|
44 |
+
#: add-to-any.php:265
|
45 |
msgid "Find service(s)"
|
46 |
msgstr "Procurar serviço(s)"
|
47 |
|
48 |
+
#: add-to-any.php:266
|
49 |
msgid "Instantly find any service to add to"
|
50 |
msgstr "Encontrar rapidamente qualquer serviço para"
|
51 |
|
52 |
+
#: add-to-any.php:267
|
53 |
msgid "Powered by"
|
54 |
msgstr "Serviço fornecido por"
|
55 |
|
56 |
+
#: add-to-any.php:268
|
57 |
msgid "Share via e-mail"
|
58 |
msgstr "Partilhar por e-mail"
|
59 |
|
60 |
+
#: add-to-any.php:269
|
61 |
msgid "Subscribe via e-mail"
|
62 |
msgstr "Subscrever por e-mail"
|
63 |
|
64 |
+
#: add-to-any.php:270
|
65 |
msgid "Bookmark in your browser"
|
66 |
msgstr "Adicionar marcador"
|
67 |
|
68 |
+
#: add-to-any.php:271
|
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:272
|
73 |
msgid "Add to your favorites"
|
74 |
msgstr "Adicionar a favoritos"
|
75 |
|
76 |
+
#: add-to-any.php:273
|
77 |
msgid "Send from any e-mail address or e-mail program"
|
78 |
msgstr "Enviar de qualquer e-mail ou programa de e-mail"
|
79 |
|
80 |
+
#: add-to-any.php:274
|
81 |
msgid "E-mail program"
|
82 |
msgstr "Programa de e-mail"
|
83 |
|
84 |
+
#: add-to-any.php:299
|
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:490
|
89 |
#, php-format
|
90 |
msgid "Unable to create directory %s. Is its parent directory writable by the server?"
|
91 |
msgstr ""
|
92 |
|
93 |
+
#: add-to-any.php:566
|
94 |
+
#: add-to-any.php:639
|
95 |
+
#: add-to-any.php:643
|
96 |
+
#: add-to-any.php:647
|
97 |
+
#: add-to-any.php:651
|
98 |
+
#: add-to-any.php:683
|
99 |
msgid "Share/Bookmark"
|
100 |
msgstr "Marcador"
|
101 |
|
102 |
+
#: add-to-any.php:580
|
103 |
msgid "Settings saved."
|
104 |
msgstr "Configuração guardada."
|
105 |
|
106 |
+
#: add-to-any.php:593
|
107 |
msgid "AddToAny: Share/Save "
|
108 |
msgstr "AddToAny: Partilhar/Guardar "
|
109 |
|
110 |
+
#: add-to-any.php:593
|
111 |
+
#: add-to-any.php:978
|
112 |
+
#: add-to-any.php:1002
|
113 |
msgid "Settings"
|
114 |
msgstr "Configurações"
|
115 |
|
116 |
+
#: add-to-any.php:602
|
117 |
msgid "Standalone Services"
|
118 |
msgstr "Serviços Isolados"
|
119 |
|
120 |
+
#: add-to-any.php:607
|
121 |
msgid "Choose the services you want below. Click a chosen service again to remove. Reorder services by dragging and dropping as they appear above."
|
122 |
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."
|
123 |
|
124 |
+
#: add-to-any.php:634
|
125 |
msgid "Button"
|
126 |
msgstr "Botão"
|
127 |
|
128 |
+
#: add-to-any.php:673
|
129 |
msgid "Image URL"
|
130 |
msgstr "URL da imagem"
|
131 |
|
132 |
+
#: add-to-any.php:680
|
133 |
msgid "Text only"
|
134 |
msgstr "Apenas texto"
|
135 |
|
136 |
+
#: add-to-any.php:688
|
137 |
msgid "Placement"
|
138 |
msgstr "Posicionamento"
|
139 |
|
140 |
+
#: add-to-any.php:697
|
141 |
msgid "Display Share/Save button at the bottom of posts"
|
142 |
msgstr "Mostrar o botão Partilhar/Guardar no fim de cada post"
|
143 |
|
144 |
+
#: add-to-any.php:704
|
145 |
msgid "Display Share/Save button at the bottom of posts on the front page"
|
146 |
msgstr "Mostrar o botão Partilhar/Guardar no fim dos posts na página principal"
|
147 |
|
148 |
+
#: add-to-any.php:711
|
149 |
msgid "Display Share/Save button at the bottom of posts in the feed"
|
150 |
msgstr "Mostrar o botão Partilhar/Guardar no fim dos posts do feed RSS"
|
151 |
|
152 |
+
#: add-to-any.php:715
|
153 |
msgid "Display Share/Save button at the bottom of pages"
|
154 |
msgstr "Mostrar o botão Partilhar/Guardar no fim das páginas"
|
155 |
|
156 |
+
#: add-to-any.php:719
|
157 |
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>)"
|
158 |
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>)"
|
159 |
|
160 |
+
#: add-to-any.php:728
|
161 |
msgid "Menu Style"
|
162 |
msgstr "Estilo de Menu"
|
163 |
|
164 |
+
#: add-to-any.php:730
|
165 |
msgid "Using AddToAny's Menu Styler, you can customize the colors of your Share/Save menu! When you're done, be sure to paste the generated code in the <a href=\"#\" onclick=\"document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false\">Additional Options</a> box below."
|
166 |
msgstr "Usar o Personalizador de Estilo do AddToAny. 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."
|
167 |
|
168 |
+
#: add-to-any.php:732
|
169 |
msgid "Open the AddToAny Menu Styler in a new window"
|
170 |
msgstr "Abrir o Menu de Personalização de Estilos AddToAny numa nova janela"
|
171 |
|
172 |
+
#: add-to-any.php:734
|
173 |
msgid "Open Menu Styler"
|
174 |
msgstr "Abrir o Menu de Personalização de Estilos"
|
175 |
|
176 |
+
#: add-to-any.php:739
|
177 |
msgid "Menu Options"
|
178 |
msgstr "Opções de Menu"
|
179 |
|
180 |
+
#: add-to-any.php:744
|
|
|
|
|
|
|
|
|
181 |
msgid "Show the title of the post (or page) within the menu"
|
182 |
msgstr "Mostrar o título do post (ou da página) dentro do menu"
|
183 |
|
184 |
+
#: add-to-any.php:751
|
185 |
msgid "Only show the menu when the user clicks the Share/Save button"
|
186 |
msgstr "Mostrar apenas o menu quando o utilizador fizer um clique no botão Partilhar/Guardar"
|
187 |
|
188 |
+
#: add-to-any.php:757
|
189 |
msgid "Open the addtoany.com menu page in a new tab or window if the user clicks the Share/Save button"
|
190 |
msgstr "Abrir o menu de addtoany.com num novo separador ou janela se o utilizador fizer um clique no botão Partilhar/Guardar"
|
191 |
|
192 |
+
#: add-to-any.php:762
|
193 |
msgid "Additional Options"
|
194 |
msgstr "Opções Adicionais"
|
195 |
|
196 |
+
#: add-to-any.php:766
|
197 |
msgid "Paste the code from AddToAny's Menu Styler in the box below!"
|
198 |
msgstr "Cole o código do Menu de Personalização de Estilos do AddToAny na caixa a seguir!"
|
199 |
|
200 |
+
#: add-to-any.php:770
|
201 |
msgid "Below you can set special JavaScript variables to apply to each Share/Save menu."
|
202 |
msgstr "Em baixo pode inserir varáveis especiais de JavaScript para aplicar a cada menu Partilhar/Guardar."
|
203 |
|
204 |
+
#: add-to-any.php:771
|
205 |
msgid "Advanced users might want to explore AddToAny's <a href=\"http://www.addtoany.com/buttons/customize/\" target=\"_blank\">additional options</a>."
|
206 |
msgstr "Utilizadores avançados podem querer explorar o <a href=\"http://www.addtoany.com/buttons/customize/\" target=\"_blank\">API do JavaScript</a> do AddToAny."
|
207 |
|
208 |
+
#: add-to-any.php:777
|
209 |
msgid "<strong>Note</strong>: If you're adding new code, be careful not to accidentally overwrite any previous code.</label>"
|
210 |
msgstr "<strong>Nota</strong>: Se está a adicionar novo código, tenha cuidado para não sobrescrever (apagar) acidentalmente qualquer código existente.</label>"
|
211 |
|
212 |
+
#: add-to-any.php:782
|
213 |
#, fuzzy
|
214 |
msgid "Advanced Options"
|
215 |
msgstr "Opções Adicionais"
|
216 |
|
217 |
+
#: add-to-any.php:787
|
218 |
msgid "Use CSS stylesheet"
|
219 |
msgstr ""
|
220 |
|
221 |
+
#: add-to-any.php:792
|
222 |
msgid "Cache AddToAny locally with daily cache updates"
|
223 |
msgstr ""
|
224 |
|
225 |
+
#: add-to-any.php:796
|
226 |
msgid "If unchecked, be sure to place the CSS in your theme's stylesheet:"
|
227 |
msgstr ""
|
228 |
|
229 |
+
#: add-to-any.php:801
|
230 |
+
msgid "Only consider for sites with frequently returning visitors. Since many visitors will have AddToAny cached in their browser already, serving AddToAny locally from your site will be slower for those visitors. Be sure to set far future cache/expires headers for image files in your <code>uploads/addtoany</code> directory."
|
231 |
msgstr ""
|
232 |
|
233 |
+
#: add-to-any.php:808
|
234 |
msgid "Save Changes"
|
235 |
msgstr "Guardar alterações"
|
236 |
|
237 |
+
#: add-to-any.php:813
|
238 |
msgid "Like this plugin?"
|
239 |
msgstr "Gosta deste plugin?"
|
240 |
|
241 |
+
#: add-to-any.php:814
|
242 |
msgid "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Give it a good rating</a> on WordPress.org."
|
243 |
msgstr "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Atribua-lhe uma boa pontuação</a> no WordPress.org."
|
244 |
|
245 |
+
#: add-to-any.php:815
|
246 |
msgid "<a href=\"http://www.addtoany.com/share_save?linkname=WordPress%20Share%20%2F%20Bookmark%20Plugin%20by%20AddToAny.com&linkurl=http%3A%2F%2Fwordpress.org%2Fextend%2Fplugins%2Fadd-to-any%2F\">Share it</a> with your friends."
|
247 |
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."
|
248 |
|
249 |
+
#: add-to-any.php:817
|
250 |
msgid "Need support?"
|
251 |
msgstr "Precisa de ajuda?"
|
252 |
|
253 |
+
#: add-to-any.php:818
|
254 |
msgid "See the <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">FAQs</a>."
|
255 |
msgstr "Consulte a página de <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">FAQ's</a>."
|
256 |
|
257 |
+
#: add-to-any.php:819
|
258 |
msgid "Search the <a href=\"http://wordpress.org/tags/add-to-any\">support forums</a>."
|
259 |
msgstr "Procurar nos <a href=\"http://wordpress.org/tags/add-to-any\">fóruns</a> de ajuda."
|
260 |
|
261 |
+
#: add-to-any.php:926
|
262 |
msgid "Add/Remove Services"
|
263 |
msgstr "Adicionar/Remover Serviços"
|
264 |
|
265 |
+
#: add-to-any.php:978
|
266 |
msgid "Share/Save"
|
267 |
msgstr "Partilhar/Guardar"
|
268 |
|
269 |
+
#: add-to-any.php:979
|
270 |
msgid "Share/Save Buttons"
|
271 |
msgstr "Botões Partilhar/Guardar"
|
272 |
|
273 |
+
#~ msgid ""
|
274 |
+
#~ "Hide embedded objects (Flash, video, etc.) that intersect with the menu "
|
275 |
+
#~ "when displayed"
|
276 |
+
#~ msgstr ""
|
277 |
+
#~ "Ocultar objetos embebidos (Flash, video, etc) que interajam com o menu "
|
278 |
+
#~ "quando visualizado"
|
279 |
+
|
280 |
#, fuzzy
|
281 |
#~ msgid "Services"
|
282 |
#~ msgstr "Procurar serviço(s)"
|
languages/add-to-any-ro_RO.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: 2010-
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: Pat <no@no.com>\n"
|
8 |
"Language-Team: \n"
|
@@ -13,264 +13,267 @@ msgstr ""
|
|
13 |
"X-Poedit-Basepath: ../\n"
|
14 |
"X-Poedit-SearchPath-0: .\n"
|
15 |
|
16 |
-
#: add-to-any.php:
|
17 |
msgid "Share"
|
18 |
msgstr "Amparte"
|
19 |
|
20 |
-
#: add-to-any.php:
|
21 |
msgid "Save"
|
22 |
msgstr "Salveaza"
|
23 |
|
24 |
-
#: add-to-any.php:
|
25 |
msgid "Subscribe"
|
26 |
msgstr "Inscriete"
|
27 |
|
28 |
-
#: add-to-any.php:
|
29 |
msgid "E-mail"
|
30 |
msgstr "E-mail"
|
31 |
|
32 |
-
#: add-to-any.php:
|
33 |
msgid "Bookmark"
|
34 |
msgstr "Semneaza"
|
35 |
|
36 |
-
#: add-to-any.php:
|
37 |
msgid "Show all"
|
38 |
msgstr "Vezi Totul"
|
39 |
|
40 |
-
#: add-to-any.php:
|
41 |
msgid "Show less"
|
42 |
msgstr "Strange"
|
43 |
|
44 |
-
#: add-to-any.php:
|
45 |
msgid "Find service(s)"
|
46 |
msgstr "Cauta servici"
|
47 |
|
48 |
-
#: add-to-any.php:
|
49 |
msgid "Instantly find any service to add to"
|
50 |
msgstr "Cauta instantaneu tuoate servicile sa le pui a"
|
51 |
|
52 |
-
#: add-to-any.php:
|
53 |
msgid "Powered by"
|
54 |
msgstr "Powered by"
|
55 |
|
56 |
-
#: add-to-any.php:
|
57 |
msgid "Share via e-mail"
|
58 |
msgstr "Amparte via e-mail"
|
59 |
|
60 |
-
#: add-to-any.php:
|
61 |
msgid "Subscribe via e-mail"
|
62 |
msgstr "Inscriete la via e-mail"
|
63 |
|
64 |
-
#: add-to-any.php:
|
65 |
msgid "Bookmark in your browser"
|
66 |
msgstr "Semneaza in al tau browser"
|
67 |
|
68 |
-
#: add-to-any.php:
|
69 |
msgid "Press Ctrl+D or ⌘+D to bookmark this page"
|
70 |
msgstr "Digiteaza Ctrl+D sau ⌘+D pentru semnare pagina asta"
|
71 |
|
72 |
-
#: add-to-any.php:
|
73 |
msgid "Add to your favorites"
|
74 |
msgstr "Ajunge la ai tai favoriti"
|
75 |
|
76 |
-
#: add-to-any.php:
|
77 |
msgid "Send from any e-mail address or e-mail program"
|
78 |
msgstr "Trimite de la fiecare email sau email client"
|
79 |
|
80 |
-
#: add-to-any.php:
|
81 |
msgid "E-mail program"
|
82 |
msgstr "Email Client"
|
83 |
|
84 |
-
#: add-to-any.php:
|
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 "Tema ta trebuie sa fie la zi. Pentru purtare modifca necesara,foloseste <a href=\"theme-editor.php\">editorul de tema</a> pentru a intra <code><?php wp_footer(); ?></code> imediat dupa tag de anchidere <code></body></code> present an <code>footer.php</code> la tema ta."
|
87 |
|
88 |
-
#: add-to-any.php:
|
89 |
#, php-format
|
90 |
msgid "Unable to create directory %s. Is its parent directory writable by the server?"
|
91 |
msgstr ""
|
92 |
|
93 |
-
#: add-to-any.php:
|
94 |
-
#: add-to-any.php:
|
95 |
-
#: add-to-any.php:
|
96 |
-
#: add-to-any.php:
|
97 |
-
#: add-to-any.php:
|
98 |
-
#: add-to-any.php:
|
99 |
msgid "Share/Bookmark"
|
100 |
msgstr "Semneaza"
|
101 |
|
102 |
-
#: add-to-any.php:
|
103 |
msgid "Settings saved."
|
104 |
msgstr "Impostationi salvate"
|
105 |
|
106 |
-
#: add-to-any.php:
|
107 |
msgid "AddToAny: Share/Save "
|
108 |
msgstr "AddToAny: Amparte /Salveaza"
|
109 |
|
110 |
-
#: add-to-any.php:
|
111 |
-
#: add-to-any.php:
|
112 |
-
#: add-to-any.php:
|
113 |
msgid "Settings"
|
114 |
msgstr "Impostationi"
|
115 |
|
116 |
-
#: add-to-any.php:
|
117 |
msgid "Standalone Services"
|
118 |
msgstr "Servitii independente"
|
119 |
|
120 |
-
#: add-to-any.php:
|
121 |
msgid "Choose the services you want below. Click a chosen service again to remove. Reorder services by dragging and dropping as they appear above."
|
122 |
msgstr "Alege aici dedesupt servitile care ati plac. Clicca la un servici active pentru a elimina. Ordineaza servicii prin drag and drop."
|
123 |
|
124 |
-
#: add-to-any.php:
|
125 |
msgid "Button"
|
126 |
msgstr "Buton"
|
127 |
|
128 |
-
#: add-to-any.php:
|
129 |
msgid "Image URL"
|
130 |
msgstr "Imagine URL"
|
131 |
|
132 |
-
#: add-to-any.php:
|
133 |
msgid "Text only"
|
134 |
msgstr "Duar text"
|
135 |
|
136 |
-
#: add-to-any.php:
|
137 |
msgid "Placement"
|
138 |
msgstr "Pozitia"
|
139 |
|
140 |
-
#: add-to-any.php:
|
141 |
msgid "Display Share/Save button at the bottom of posts"
|
142 |
msgstr "Priveste Amparte/Salveaza buton la sfarsitul articolului"
|
143 |
|
144 |
-
#: add-to-any.php:
|
145 |
msgid "Display Share/Save button at the bottom of posts on the front page"
|
146 |
msgstr "Priveste Amparte/Salveaza buton la sfarsitul articolului de la pagina principala"
|
147 |
|
148 |
-
#: add-to-any.php:
|
149 |
msgid "Display Share/Save button at the bottom of posts in the feed"
|
150 |
msgstr "Priveste Amparte/Salveaza buton la sfarsitul de la feed"
|
151 |
|
152 |
-
#: add-to-any.php:
|
153 |
msgid "Display Share/Save button at the bottom of pages"
|
154 |
msgstr "Priveste Amparte/Salveaza buton la sfarsitul de la pagina"
|
155 |
|
156 |
-
#: add-to-any.php:
|
157 |
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>)"
|
158 |
msgstr "Daca e dezactivat, trebuie sa fim siguri sa punem codul seguit <a href=\"theme-editor.php\">tema de la pagina</a> ( cu <code>index.php</code>, <code>single.php</code>, si/sau <code>page.php</code>)"
|
159 |
|
160 |
-
#: add-to-any.php:
|
161 |
msgid "Menu Style"
|
162 |
msgstr "Stil menu"
|
163 |
|
164 |
-
#: add-to-any.php:
|
165 |
msgid "Using AddToAny's Menu Styler, you can customize the colors of your Share/Save menu! When you're done, be sure to paste the generated code in the <a href=\"#\" onclick=\"document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false\">Additional Options</a> box below."
|
166 |
msgstr "Folosind stilul de la menu de la AddToAny,poti sa configurezi culorile de al tau Amparte/Salveaza ! Daca ai modificat, pune codul asa obtinut an cuadru de la <a href=\"#\" onclick=\"document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false\">option ajunse</a> aici jos."
|
167 |
|
168 |
-
#: add-to-any.php:
|
169 |
msgid "Open the AddToAny Menu Styler in a new window"
|
170 |
msgstr "Deschide an o noue fineastra pentru a personaliza il menu de la AddToAny"
|
171 |
|
172 |
-
#: add-to-any.php:
|
173 |
msgid "Open Menu Styler"
|
174 |
msgstr "Stil menu"
|
175 |
|
176 |
-
#: add-to-any.php:
|
177 |
msgid "Menu Options"
|
178 |
msgstr "Optioni menu"
|
179 |
|
180 |
-
#: add-to-any.php:
|
181 |
-
msgid "Hide embedded objects (Flash, video, etc.) that intersect with the menu when displayed"
|
182 |
-
msgstr "Ascondi obiecte incorporate (Flash, video, etc.) care poti interferi cu menu vazut"
|
183 |
-
|
184 |
-
#: add-to-any.php:723
|
185 |
msgid "Show the title of the post (or page) within the menu"
|
186 |
msgstr "Priveste titlul de la articolul (sau pagina) an menu"
|
187 |
|
188 |
-
#: add-to-any.php:
|
189 |
msgid "Only show the menu when the user clicks the Share/Save button"
|
190 |
msgstr "Arata menu duar cand autorul clicca pe butonul Amparte/Salveaza"
|
191 |
|
192 |
-
#: add-to-any.php:
|
193 |
msgid "Open the addtoany.com menu page in a new tab or window if the user clicks the Share/Save button"
|
194 |
msgstr "Deschide meniul addtoany.com antro noua feneastra sau scheda daca autorul clicca pe butonul Amparte/Salveava"
|
195 |
|
196 |
-
#: add-to-any.php:
|
197 |
msgid "Additional Options"
|
198 |
msgstr "Optioni adiţionale"
|
199 |
|
200 |
-
#: add-to-any.php:
|
201 |
msgid "Paste the code from AddToAny's Menu Styler in the box below!"
|
202 |
msgstr "Introduce aici jos codul personalizat pentru menu!"
|
203 |
|
204 |
-
#: add-to-any.php:
|
205 |
msgid "Below you can set special JavaScript variables to apply to each Share/Save menu."
|
206 |
msgstr "Aici jos e posibil impostare variabilele JavaScript applicate a fiecare menu Amparte/Salveaza"
|
207 |
|
208 |
-
#: add-to-any.php:
|
209 |
msgid "Advanced users might want to explore AddToAny's <a href=\"http://www.addtoany.com/buttons/customize/\" target=\"_blank\">additional options</a>."
|
210 |
msgstr "Autorul poate sa vada de la <a href=\"http://www.addtoany.com/buttons/customize/\" target=\"_blank\">JavaScript API</a>."
|
211 |
|
212 |
-
#: add-to-any.php:
|
213 |
msgid "<strong>Note</strong>: If you're adding new code, be careful not to accidentally overwrite any previous code.</label>"
|
214 |
msgstr "<strong>Nota</strong>: Daca ajungi un nou cod, atentione se nu soprascrieti din gresiala fiecare cod de prima.</label>"
|
215 |
|
216 |
-
#: add-to-any.php:
|
217 |
#, fuzzy
|
218 |
msgid "Advanced Options"
|
219 |
msgstr "Optioni adiţionale"
|
220 |
|
221 |
-
#: add-to-any.php:
|
222 |
msgid "Use CSS stylesheet"
|
223 |
msgstr ""
|
224 |
|
225 |
-
#: add-to-any.php:
|
226 |
msgid "Cache AddToAny locally with daily cache updates"
|
227 |
msgstr ""
|
228 |
|
229 |
-
#: add-to-any.php:
|
230 |
msgid "If unchecked, be sure to place the CSS in your theme's stylesheet:"
|
231 |
msgstr ""
|
232 |
|
233 |
-
#: add-to-any.php:
|
234 |
-
msgid "Only consider for
|
235 |
msgstr ""
|
236 |
|
237 |
-
#: add-to-any.php:
|
238 |
msgid "Save Changes"
|
239 |
msgstr "Salveaza schimbarile"
|
240 |
|
241 |
-
#: add-to-any.php:
|
242 |
msgid "Like this plugin?"
|
243 |
msgstr "Ati place acest plugin?"
|
244 |
|
245 |
-
#: add-to-any.php:
|
246 |
msgid "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Give it a good rating</a> on WordPress.org."
|
247 |
msgstr "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Voteazama</a> sus WordPress.org."
|
248 |
|
249 |
-
#: add-to-any.php:
|
250 |
msgid "<a href=\"http://www.addtoany.com/share_save?linkname=WordPress%20Share%20%2F%20Bookmark%20Plugin%20by%20AddToAny.com&linkurl=http%3A%2F%2Fwordpress.org%2Fextend%2Fplugins%2Fadd-to-any%2F\">Share it</a> with your friends."
|
251 |
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\">Amparte</a> cu prieteni tai."
|
252 |
|
253 |
-
#: add-to-any.php:
|
254 |
msgid "Need support?"
|
255 |
msgstr "Ai nevoie de ajutor?"
|
256 |
|
257 |
-
#: add-to-any.php:
|
258 |
msgid "See the <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">FAQs</a>."
|
259 |
msgstr "Priveste <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">FAQ</a>."
|
260 |
|
261 |
-
#: add-to-any.php:
|
262 |
msgid "Search the <a href=\"http://wordpress.org/tags/add-to-any\">support forums</a>."
|
263 |
msgstr "Cauta pe <a href=\"http://wordpress.org/tags/add-to-any\">forum</a>."
|
264 |
|
265 |
-
#: add-to-any.php:
|
266 |
msgid "Add/Remove Services"
|
267 |
msgstr "Ajunge/Elimina servitii"
|
268 |
|
269 |
-
#: add-to-any.php:
|
270 |
msgid "Share/Save"
|
271 |
msgstr "Amparte/Salveaza"
|
272 |
|
273 |
-
#: add-to-any.php:
|
274 |
msgid "Share/Save Buttons"
|
275 |
msgstr "Amparte/Salveaza buton"
|
276 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: add-to-any\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2010-07-20 01:02-0800\n"
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: Pat <no@no.com>\n"
|
8 |
"Language-Team: \n"
|
13 |
"X-Poedit-Basepath: ../\n"
|
14 |
"X-Poedit-SearchPath-0: .\n"
|
15 |
|
16 |
+
#: add-to-any.php:258
|
17 |
msgid "Share"
|
18 |
msgstr "Amparte"
|
19 |
|
20 |
+
#: add-to-any.php:259
|
21 |
msgid "Save"
|
22 |
msgstr "Salveaza"
|
23 |
|
24 |
+
#: add-to-any.php:260
|
25 |
msgid "Subscribe"
|
26 |
msgstr "Inscriete"
|
27 |
|
28 |
+
#: add-to-any.php:261
|
29 |
msgid "E-mail"
|
30 |
msgstr "E-mail"
|
31 |
|
32 |
+
#: add-to-any.php:262
|
33 |
msgid "Bookmark"
|
34 |
msgstr "Semneaza"
|
35 |
|
36 |
+
#: add-to-any.php:263
|
37 |
msgid "Show all"
|
38 |
msgstr "Vezi Totul"
|
39 |
|
40 |
+
#: add-to-any.php:264
|
41 |
msgid "Show less"
|
42 |
msgstr "Strange"
|
43 |
|
44 |
+
#: add-to-any.php:265
|
45 |
msgid "Find service(s)"
|
46 |
msgstr "Cauta servici"
|
47 |
|
48 |
+
#: add-to-any.php:266
|
49 |
msgid "Instantly find any service to add to"
|
50 |
msgstr "Cauta instantaneu tuoate servicile sa le pui a"
|
51 |
|
52 |
+
#: add-to-any.php:267
|
53 |
msgid "Powered by"
|
54 |
msgstr "Powered by"
|
55 |
|
56 |
+
#: add-to-any.php:268
|
57 |
msgid "Share via e-mail"
|
58 |
msgstr "Amparte via e-mail"
|
59 |
|
60 |
+
#: add-to-any.php:269
|
61 |
msgid "Subscribe via e-mail"
|
62 |
msgstr "Inscriete la via e-mail"
|
63 |
|
64 |
+
#: add-to-any.php:270
|
65 |
msgid "Bookmark in your browser"
|
66 |
msgstr "Semneaza in al tau browser"
|
67 |
|
68 |
+
#: add-to-any.php:271
|
69 |
msgid "Press Ctrl+D or ⌘+D to bookmark this page"
|
70 |
msgstr "Digiteaza Ctrl+D sau ⌘+D pentru semnare pagina asta"
|
71 |
|
72 |
+
#: add-to-any.php:272
|
73 |
msgid "Add to your favorites"
|
74 |
msgstr "Ajunge la ai tai favoriti"
|
75 |
|
76 |
+
#: add-to-any.php:273
|
77 |
msgid "Send from any e-mail address or e-mail program"
|
78 |
msgstr "Trimite de la fiecare email sau email client"
|
79 |
|
80 |
+
#: add-to-any.php:274
|
81 |
msgid "E-mail program"
|
82 |
msgstr "Email Client"
|
83 |
|
84 |
+
#: add-to-any.php:299
|
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 "Tema ta trebuie sa fie la zi. Pentru purtare modifca necesara,foloseste <a href=\"theme-editor.php\">editorul de tema</a> pentru a intra <code><?php wp_footer(); ?></code> imediat dupa tag de anchidere <code></body></code> present an <code>footer.php</code> la tema ta."
|
87 |
|
88 |
+
#: add-to-any.php:490
|
89 |
#, php-format
|
90 |
msgid "Unable to create directory %s. Is its parent directory writable by the server?"
|
91 |
msgstr ""
|
92 |
|
93 |
+
#: add-to-any.php:566
|
94 |
+
#: add-to-any.php:639
|
95 |
+
#: add-to-any.php:643
|
96 |
+
#: add-to-any.php:647
|
97 |
+
#: add-to-any.php:651
|
98 |
+
#: add-to-any.php:683
|
99 |
msgid "Share/Bookmark"
|
100 |
msgstr "Semneaza"
|
101 |
|
102 |
+
#: add-to-any.php:580
|
103 |
msgid "Settings saved."
|
104 |
msgstr "Impostationi salvate"
|
105 |
|
106 |
+
#: add-to-any.php:593
|
107 |
msgid "AddToAny: Share/Save "
|
108 |
msgstr "AddToAny: Amparte /Salveaza"
|
109 |
|
110 |
+
#: add-to-any.php:593
|
111 |
+
#: add-to-any.php:978
|
112 |
+
#: add-to-any.php:1002
|
113 |
msgid "Settings"
|
114 |
msgstr "Impostationi"
|
115 |
|
116 |
+
#: add-to-any.php:602
|
117 |
msgid "Standalone Services"
|
118 |
msgstr "Servitii independente"
|
119 |
|
120 |
+
#: add-to-any.php:607
|
121 |
msgid "Choose the services you want below. Click a chosen service again to remove. Reorder services by dragging and dropping as they appear above."
|
122 |
msgstr "Alege aici dedesupt servitile care ati plac. Clicca la un servici active pentru a elimina. Ordineaza servicii prin drag and drop."
|
123 |
|
124 |
+
#: add-to-any.php:634
|
125 |
msgid "Button"
|
126 |
msgstr "Buton"
|
127 |
|
128 |
+
#: add-to-any.php:673
|
129 |
msgid "Image URL"
|
130 |
msgstr "Imagine URL"
|
131 |
|
132 |
+
#: add-to-any.php:680
|
133 |
msgid "Text only"
|
134 |
msgstr "Duar text"
|
135 |
|
136 |
+
#: add-to-any.php:688
|
137 |
msgid "Placement"
|
138 |
msgstr "Pozitia"
|
139 |
|
140 |
+
#: add-to-any.php:697
|
141 |
msgid "Display Share/Save button at the bottom of posts"
|
142 |
msgstr "Priveste Amparte/Salveaza buton la sfarsitul articolului"
|
143 |
|
144 |
+
#: add-to-any.php:704
|
145 |
msgid "Display Share/Save button at the bottom of posts on the front page"
|
146 |
msgstr "Priveste Amparte/Salveaza buton la sfarsitul articolului de la pagina principala"
|
147 |
|
148 |
+
#: add-to-any.php:711
|
149 |
msgid "Display Share/Save button at the bottom of posts in the feed"
|
150 |
msgstr "Priveste Amparte/Salveaza buton la sfarsitul de la feed"
|
151 |
|
152 |
+
#: add-to-any.php:715
|
153 |
msgid "Display Share/Save button at the bottom of pages"
|
154 |
msgstr "Priveste Amparte/Salveaza buton la sfarsitul de la pagina"
|
155 |
|
156 |
+
#: add-to-any.php:719
|
157 |
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>)"
|
158 |
msgstr "Daca e dezactivat, trebuie sa fim siguri sa punem codul seguit <a href=\"theme-editor.php\">tema de la pagina</a> ( cu <code>index.php</code>, <code>single.php</code>, si/sau <code>page.php</code>)"
|
159 |
|
160 |
+
#: add-to-any.php:728
|
161 |
msgid "Menu Style"
|
162 |
msgstr "Stil menu"
|
163 |
|
164 |
+
#: add-to-any.php:730
|
165 |
msgid "Using AddToAny's Menu Styler, you can customize the colors of your Share/Save menu! When you're done, be sure to paste the generated code in the <a href=\"#\" onclick=\"document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false\">Additional Options</a> box below."
|
166 |
msgstr "Folosind stilul de la menu de la AddToAny,poti sa configurezi culorile de al tau Amparte/Salveaza ! Daca ai modificat, pune codul asa obtinut an cuadru de la <a href=\"#\" onclick=\"document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false\">option ajunse</a> aici jos."
|
167 |
|
168 |
+
#: add-to-any.php:732
|
169 |
msgid "Open the AddToAny Menu Styler in a new window"
|
170 |
msgstr "Deschide an o noue fineastra pentru a personaliza il menu de la AddToAny"
|
171 |
|
172 |
+
#: add-to-any.php:734
|
173 |
msgid "Open Menu Styler"
|
174 |
msgstr "Stil menu"
|
175 |
|
176 |
+
#: add-to-any.php:739
|
177 |
msgid "Menu Options"
|
178 |
msgstr "Optioni menu"
|
179 |
|
180 |
+
#: add-to-any.php:744
|
|
|
|
|
|
|
|
|
181 |
msgid "Show the title of the post (or page) within the menu"
|
182 |
msgstr "Priveste titlul de la articolul (sau pagina) an menu"
|
183 |
|
184 |
+
#: add-to-any.php:751
|
185 |
msgid "Only show the menu when the user clicks the Share/Save button"
|
186 |
msgstr "Arata menu duar cand autorul clicca pe butonul Amparte/Salveaza"
|
187 |
|
188 |
+
#: add-to-any.php:757
|
189 |
msgid "Open the addtoany.com menu page in a new tab or window if the user clicks the Share/Save button"
|
190 |
msgstr "Deschide meniul addtoany.com antro noua feneastra sau scheda daca autorul clicca pe butonul Amparte/Salveava"
|
191 |
|
192 |
+
#: add-to-any.php:762
|
193 |
msgid "Additional Options"
|
194 |
msgstr "Optioni adiţionale"
|
195 |
|
196 |
+
#: add-to-any.php:766
|
197 |
msgid "Paste the code from AddToAny's Menu Styler in the box below!"
|
198 |
msgstr "Introduce aici jos codul personalizat pentru menu!"
|
199 |
|
200 |
+
#: add-to-any.php:770
|
201 |
msgid "Below you can set special JavaScript variables to apply to each Share/Save menu."
|
202 |
msgstr "Aici jos e posibil impostare variabilele JavaScript applicate a fiecare menu Amparte/Salveaza"
|
203 |
|
204 |
+
#: add-to-any.php:771
|
205 |
msgid "Advanced users might want to explore AddToAny's <a href=\"http://www.addtoany.com/buttons/customize/\" target=\"_blank\">additional options</a>."
|
206 |
msgstr "Autorul poate sa vada de la <a href=\"http://www.addtoany.com/buttons/customize/\" target=\"_blank\">JavaScript API</a>."
|
207 |
|
208 |
+
#: add-to-any.php:777
|
209 |
msgid "<strong>Note</strong>: If you're adding new code, be careful not to accidentally overwrite any previous code.</label>"
|
210 |
msgstr "<strong>Nota</strong>: Daca ajungi un nou cod, atentione se nu soprascrieti din gresiala fiecare cod de prima.</label>"
|
211 |
|
212 |
+
#: add-to-any.php:782
|
213 |
#, fuzzy
|
214 |
msgid "Advanced Options"
|
215 |
msgstr "Optioni adiţionale"
|
216 |
|
217 |
+
#: add-to-any.php:787
|
218 |
msgid "Use CSS stylesheet"
|
219 |
msgstr ""
|
220 |
|
221 |
+
#: add-to-any.php:792
|
222 |
msgid "Cache AddToAny locally with daily cache updates"
|
223 |
msgstr ""
|
224 |
|
225 |
+
#: add-to-any.php:796
|
226 |
msgid "If unchecked, be sure to place the CSS in your theme's stylesheet:"
|
227 |
msgstr ""
|
228 |
|
229 |
+
#: add-to-any.php:801
|
230 |
+
msgid "Only consider for sites with frequently returning visitors. Since many visitors will have AddToAny cached in their browser already, serving AddToAny locally from your site will be slower for those visitors. Be sure to set far future cache/expires headers for image files in your <code>uploads/addtoany</code> directory."
|
231 |
msgstr ""
|
232 |
|
233 |
+
#: add-to-any.php:808
|
234 |
msgid "Save Changes"
|
235 |
msgstr "Salveaza schimbarile"
|
236 |
|
237 |
+
#: add-to-any.php:813
|
238 |
msgid "Like this plugin?"
|
239 |
msgstr "Ati place acest plugin?"
|
240 |
|
241 |
+
#: add-to-any.php:814
|
242 |
msgid "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Give it a good rating</a> on WordPress.org."
|
243 |
msgstr "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Voteazama</a> sus WordPress.org."
|
244 |
|
245 |
+
#: add-to-any.php:815
|
246 |
msgid "<a href=\"http://www.addtoany.com/share_save?linkname=WordPress%20Share%20%2F%20Bookmark%20Plugin%20by%20AddToAny.com&linkurl=http%3A%2F%2Fwordpress.org%2Fextend%2Fplugins%2Fadd-to-any%2F\">Share it</a> with your friends."
|
247 |
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\">Amparte</a> cu prieteni tai."
|
248 |
|
249 |
+
#: add-to-any.php:817
|
250 |
msgid "Need support?"
|
251 |
msgstr "Ai nevoie de ajutor?"
|
252 |
|
253 |
+
#: add-to-any.php:818
|
254 |
msgid "See the <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">FAQs</a>."
|
255 |
msgstr "Priveste <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">FAQ</a>."
|
256 |
|
257 |
+
#: add-to-any.php:819
|
258 |
msgid "Search the <a href=\"http://wordpress.org/tags/add-to-any\">support forums</a>."
|
259 |
msgstr "Cauta pe <a href=\"http://wordpress.org/tags/add-to-any\">forum</a>."
|
260 |
|
261 |
+
#: add-to-any.php:926
|
262 |
msgid "Add/Remove Services"
|
263 |
msgstr "Ajunge/Elimina servitii"
|
264 |
|
265 |
+
#: add-to-any.php:978
|
266 |
msgid "Share/Save"
|
267 |
msgstr "Amparte/Salveaza"
|
268 |
|
269 |
+
#: add-to-any.php:979
|
270 |
msgid "Share/Save Buttons"
|
271 |
msgstr "Amparte/Salveaza buton"
|
272 |
|
273 |
+
#~ msgid ""
|
274 |
+
#~ "Hide embedded objects (Flash, video, etc.) that intersect with the menu "
|
275 |
+
#~ "when displayed"
|
276 |
+
#~ msgstr ""
|
277 |
+
#~ "Ascondi obiecte incorporate (Flash, video, etc.) care poti interferi cu "
|
278 |
+
#~ "menu vazut"
|
279 |
+
|
languages/add-to-any-ru_RU.mo
CHANGED
Binary file
|
languages/add-to-any-ru_RU.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: 2010-
|
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"
|
@@ -13,264 +13,266 @@ msgstr ""
|
|
13 |
"X-Poedit-Basepath: ../\n"
|
14 |
"X-Poedit-SearchPath-0: .\n"
|
15 |
|
16 |
-
#: add-to-any.php:
|
17 |
msgid "Share"
|
18 |
msgstr "Отправить другу"
|
19 |
|
20 |
-
#: add-to-any.php:
|
21 |
msgid "Save"
|
22 |
msgstr "Сохранить"
|
23 |
|
24 |
-
#: add-to-any.php:
|
25 |
msgid "Subscribe"
|
26 |
msgstr "Подписаться"
|
27 |
|
28 |
-
#: add-to-any.php:
|
29 |
msgid "E-mail"
|
30 |
msgstr "E-mail"
|
31 |
|
32 |
-
#: add-to-any.php:
|
33 |
msgid "Bookmark"
|
34 |
msgstr "В закладки!"
|
35 |
|
36 |
-
#: add-to-any.php:
|
37 |
msgid "Show all"
|
38 |
msgstr "Показать все"
|
39 |
|
40 |
-
#: add-to-any.php:
|
41 |
msgid "Show less"
|
42 |
msgstr "Показать остальное"
|
43 |
|
44 |
-
#: add-to-any.php:
|
45 |
msgid "Find service(s)"
|
46 |
msgstr "Найти сервис(ы)"
|
47 |
|
48 |
-
#: add-to-any.php:
|
49 |
msgid "Instantly find any service to add to"
|
50 |
msgstr "Найти сервис и добавить"
|
51 |
|
52 |
-
#: add-to-any.php:
|
53 |
msgid "Powered by"
|
54 |
-
msgstr "Работает на
|
55 |
|
56 |
-
#: add-to-any.php:
|
57 |
msgid "Share via e-mail"
|
58 |
-
msgstr "
|
59 |
|
60 |
-
#: add-to-any.php:
|
61 |
msgid "Subscribe via e-mail"
|
62 |
-
msgstr "Подписаться по
|
63 |
|
64 |
-
#: add-to-any.php:
|
65 |
msgid "Bookmark in your browser"
|
66 |
msgstr "Добавить в закладки"
|
67 |
|
68 |
-
#: add-to-any.php:
|
69 |
msgid "Press Ctrl+D or ⌘+D to bookmark this page"
|
70 |
-
msgstr "Нажмите Ctrl+В или ⌘+D чтобы добавить страницу в закладки"
|
71 |
|
72 |
-
#: add-to-any.php:
|
73 |
msgid "Add to your favorites"
|
74 |
msgstr "Добавить в Избранное"
|
75 |
|
76 |
-
#: add-to-any.php:
|
77 |
msgid "Send from any e-mail address or e-mail program"
|
78 |
-
msgstr "Отправить через
|
79 |
|
80 |
-
#: add-to-any.php:
|
81 |
msgid "E-mail program"
|
82 |
msgstr "E-mail сервисы"
|
83 |
|
84 |
-
#: add-to-any.php:
|
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 "Внимание! Плагин не работает с выбранной вами темой. Чтобы исправить это воспользуйтесь <a href=\"theme-editor.php\">редактором тем</a> и введите следующий код <code><?php wp_footer(); ?></code> сразу после строки <code></body></code>. Изменения нужно сделать в файле <code>footer.php</code>."
|
87 |
|
88 |
-
#: add-to-any.php:
|
89 |
#, php-format
|
90 |
msgid "Unable to create directory %s. Is its parent directory writable by the server?"
|
91 |
-
msgstr ""
|
92 |
|
93 |
-
#: add-to-any.php:
|
94 |
-
#: add-to-any.php:
|
95 |
-
#: add-to-any.php:
|
96 |
-
#: add-to-any.php:
|
97 |
-
#: add-to-any.php:
|
98 |
-
#: add-to-any.php:
|
99 |
msgid "Share/Bookmark"
|
100 |
msgstr "В закладки!"
|
101 |
|
102 |
-
#: add-to-any.php:
|
103 |
msgid "Settings saved."
|
104 |
-
msgstr "Найстройки
|
105 |
|
106 |
-
#: add-to-any.php:
|
107 |
msgid "AddToAny: Share/Save "
|
108 |
msgstr "Сохранить/Отправить другу "
|
109 |
|
110 |
-
#: add-to-any.php:
|
111 |
-
#: add-to-any.php:
|
112 |
-
#: add-to-any.php:
|
113 |
msgid "Settings"
|
114 |
-
msgstr "Настройки
|
115 |
|
116 |
-
#: add-to-any.php:
|
117 |
msgid "Standalone Services"
|
118 |
msgstr "Используемые сервисы"
|
119 |
|
120 |
-
#: add-to-any.php:
|
121 |
msgid "Choose the services you want below. Click a chosen service again to remove. Reorder services by dragging and dropping as they appear above."
|
122 |
-
msgstr "Выберите из списка ниже нужные вам сервисы. Чтобы удалить сервис из вашего списка - нажмите на его иконку еще раз. Для того чтобы поменять сервисы местами в
|
123 |
|
124 |
-
#: add-to-any.php:
|
125 |
msgid "Button"
|
126 |
msgstr "Внешний вид кнопки"
|
127 |
|
128 |
-
#: add-to-any.php:
|
129 |
msgid "Image URL"
|
130 |
msgstr "Адрес изображения"
|
131 |
|
132 |
-
#: add-to-any.php:
|
133 |
msgid "Text only"
|
134 |
msgstr "Только текст"
|
135 |
|
136 |
-
#: add-to-any.php:
|
137 |
msgid "Placement"
|
138 |
msgstr "Расположение"
|
139 |
|
140 |
-
#: add-to-any.php:
|
141 |
msgid "Display Share/Save button at the bottom of posts"
|
142 |
-
msgstr "Отображать кнопку Сохранить/Отправить другу в нижней части всех
|
143 |
|
144 |
-
#: add-to-any.php:
|
145 |
msgid "Display Share/Save button at the bottom of posts on the front page"
|
146 |
-
msgstr "Отображать кнопку Сохранить/Отправить другу в нижней части
|
147 |
|
148 |
-
#: add-to-any.php:
|
149 |
msgid "Display Share/Save button at the bottom of posts in the feed"
|
150 |
-
msgstr "Отображать кнопку Сохранить/Отправить другу в нижней части
|
151 |
|
152 |
-
#: add-to-any.php:
|
153 |
msgid "Display Share/Save button at the bottom of pages"
|
154 |
msgstr "Отображать кнопку Сохранить/Отправить другу в нижней части страниц"
|
155 |
|
156 |
-
#: add-to-any.php:
|
157 |
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>)"
|
158 |
-
msgstr "Если данные
|
159 |
|
160 |
-
#: add-to-any.php:
|
161 |
msgid "Menu Style"
|
162 |
msgstr "Внешний вид меню"
|
163 |
|
164 |
-
#: add-to-any.php:
|
165 |
msgid "Using AddToAny's Menu Styler, you can customize the colors of your Share/Save menu! When you're done, be sure to paste the generated code in the <a href=\"#\" onclick=\"document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false\">Additional Options</a> box below."
|
166 |
-
msgstr "Используйте этот инструмент для того, чтобы сделать
|
167 |
|
168 |
-
#: add-to-any.php:
|
169 |
msgid "Open the AddToAny Menu Styler in a new window"
|
170 |
msgstr "Открыть меню стилей для плагина Сохранить/Отправить другу в новом окне"
|
171 |
|
172 |
-
#: add-to-any.php:
|
173 |
msgid "Open Menu Styler"
|
174 |
-
msgstr "Открыть
|
175 |
|
176 |
-
#: add-to-any.php:
|
177 |
msgid "Menu Options"
|
178 |
msgstr "Настройки меню"
|
179 |
|
180 |
-
#: add-to-any.php:
|
181 |
-
msgid "Hide embedded objects (Flash, video, etc.) that intersect with the menu when displayed"
|
182 |
-
msgstr "Отключать различные эффекты (Flash, видео и другие), работающие параллельно с меню плагина"
|
183 |
-
|
184 |
-
#: add-to-any.php:723
|
185 |
msgid "Show the title of the post (or page) within the menu"
|
186 |
msgstr "Показывать название заметки или страницы в меню плагина"
|
187 |
|
188 |
-
#: add-to-any.php:
|
189 |
msgid "Only show the menu when the user clicks the Share/Save button"
|
190 |
msgstr "Показывать меню плагина только если пользователь нажмет на кнопку Сохранить/Отправить другу"
|
191 |
|
192 |
-
#: add-to-any.php:
|
193 |
msgid "Open the addtoany.com menu page in a new tab or window if the user clicks the Share/Save button"
|
194 |
msgstr "Открывать меню addtoany.com в новом окне браузера, если пользователь нажал на кнопку плагина Сохранить/Отправить другу"
|
195 |
|
196 |
-
#: add-to-any.php:
|
197 |
msgid "Additional Options"
|
198 |
msgstr "Дополнительные настройки"
|
199 |
|
200 |
-
#: add-to-any.php:
|
201 |
msgid "Paste the code from AddToAny's Menu Styler in the box below!"
|
202 |
msgstr "Вставте в поле ниже полученный код для изменения внешнего вида меню плагина!"
|
203 |
|
204 |
-
#: add-to-any.php:
|
205 |
msgid "Below you can set special JavaScript variables to apply to each Share/Save menu."
|
206 |
msgstr "В поле ниже вы можете вставить полученный код, который изменит внешний вид меню плагина. "
|
207 |
|
208 |
-
#: add-to-any.php:
|
209 |
msgid "Advanced users might want to explore AddToAny's <a href=\"http://www.addtoany.com/buttons/customize/\" target=\"_blank\">additional options</a>."
|
210 |
-
msgstr "Если
|
211 |
|
212 |
-
#: add-to-any.php:
|
213 |
msgid "<strong>Note</strong>: If you're adding new code, be careful not to accidentally overwrite any previous code.</label>"
|
214 |
-
msgstr "<strong>Обратите внимание</strong
|
215 |
|
216 |
-
#: add-to-any.php:
|
217 |
-
#, fuzzy
|
218 |
msgid "Advanced Options"
|
219 |
msgstr "Дополнительные настройки"
|
220 |
|
221 |
-
#: add-to-any.php:
|
222 |
msgid "Use CSS stylesheet"
|
223 |
-
msgstr ""
|
224 |
|
225 |
-
#: add-to-any.php:
|
226 |
msgid "Cache AddToAny locally with daily cache updates"
|
227 |
-
msgstr ""
|
228 |
|
229 |
-
#: add-to-any.php:
|
230 |
msgid "If unchecked, be sure to place the CSS in your theme's stylesheet:"
|
231 |
-
msgstr ""
|
232 |
|
233 |
-
#: add-to-any.php:
|
234 |
-
msgid "Only consider for
|
235 |
-
msgstr ""
|
236 |
|
237 |
-
#: add-to-any.php:
|
238 |
msgid "Save Changes"
|
239 |
msgstr "Сохранить все изменения"
|
240 |
|
241 |
-
#: add-to-any.php:
|
242 |
msgid "Like this plugin?"
|
243 |
msgstr "Понравился плагин?"
|
244 |
|
245 |
-
#: add-to-any.php:
|
246 |
msgid "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Give it a good rating</a> on WordPress.org."
|
247 |
-
msgstr "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Оцените
|
248 |
|
249 |
-
#: add-to-any.php:
|
250 |
msgid "<a href=\"http://www.addtoany.com/share_save?linkname=WordPress%20Share%20%2F%20Bookmark%20Plugin%20by%20AddToAny.com&linkurl=http%3A%2F%2Fwordpress.org%2Fextend%2Fplugins%2Fadd-to-any%2F\">Share it</a> with your friends."
|
251 |
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\">Расскажите о плагине</a> своим друзьям."
|
252 |
|
253 |
-
#: add-to-any.php:
|
254 |
msgid "Need support?"
|
255 |
msgstr "Нужна помощь?"
|
256 |
|
257 |
-
#: add-to-any.php:
|
258 |
msgid "See the <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">FAQs</a>."
|
259 |
msgstr "Смотрите <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">ЧАВО</a>."
|
260 |
|
261 |
-
#: add-to-any.php:
|
262 |
msgid "Search the <a href=\"http://wordpress.org/tags/add-to-any\">support forums</a>."
|
263 |
-
msgstr "Ответы на свои вопросы также ищите на <a href=\"http://wordpress.org/tags/add-to-any\">форумах поддержки</a
|
264 |
|
265 |
-
#: add-to-any.php:
|
266 |
msgid "Add/Remove Services"
|
267 |
msgstr "Добавить/Удалить сервисы"
|
268 |
|
269 |
-
#: add-to-any.php:
|
270 |
msgid "Share/Save"
|
271 |
msgstr "Сохранить/Отправить другу"
|
272 |
|
273 |
-
#: add-to-any.php:
|
274 |
msgid "Share/Save Buttons"
|
275 |
msgstr "Сохранить/Отправить другу"
|
276 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: add-to-any\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2010-07-20 01:02-0800\n"
|
6 |
"PO-Revision-Date: \n"
|
7 |
+
"Last-Translator: Elvis <main@fweb.org.rru>\n"
|
8 |
"Language-Team: \n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
13 |
"X-Poedit-Basepath: ../\n"
|
14 |
"X-Poedit-SearchPath-0: .\n"
|
15 |
|
16 |
+
#: add-to-any.php:258
|
17 |
msgid "Share"
|
18 |
msgstr "Отправить другу"
|
19 |
|
20 |
+
#: add-to-any.php:259
|
21 |
msgid "Save"
|
22 |
msgstr "Сохранить"
|
23 |
|
24 |
+
#: add-to-any.php:260
|
25 |
msgid "Subscribe"
|
26 |
msgstr "Подписаться"
|
27 |
|
28 |
+
#: add-to-any.php:261
|
29 |
msgid "E-mail"
|
30 |
msgstr "E-mail"
|
31 |
|
32 |
+
#: add-to-any.php:262
|
33 |
msgid "Bookmark"
|
34 |
msgstr "В закладки!"
|
35 |
|
36 |
+
#: add-to-any.php:263
|
37 |
msgid "Show all"
|
38 |
msgstr "Показать все"
|
39 |
|
40 |
+
#: add-to-any.php:264
|
41 |
msgid "Show less"
|
42 |
msgstr "Показать остальное"
|
43 |
|
44 |
+
#: add-to-any.php:265
|
45 |
msgid "Find service(s)"
|
46 |
msgstr "Найти сервис(ы)"
|
47 |
|
48 |
+
#: add-to-any.php:266
|
49 |
msgid "Instantly find any service to add to"
|
50 |
msgstr "Найти сервис и добавить"
|
51 |
|
52 |
+
#: add-to-any.php:267
|
53 |
msgid "Powered by"
|
54 |
+
msgstr "Работает на"
|
55 |
|
56 |
+
#: add-to-any.php:268
|
57 |
msgid "Share via e-mail"
|
58 |
+
msgstr "Поделиться по E-mail"
|
59 |
|
60 |
+
#: add-to-any.php:269
|
61 |
msgid "Subscribe via e-mail"
|
62 |
+
msgstr "Подписаться по E-mail"
|
63 |
|
64 |
+
#: add-to-any.php:270
|
65 |
msgid "Bookmark in your browser"
|
66 |
msgstr "Добавить в закладки"
|
67 |
|
68 |
+
#: add-to-any.php:271
|
69 |
msgid "Press Ctrl+D or ⌘+D to bookmark this page"
|
70 |
+
msgstr "Нажмите Ctrl+В или ⌘+D чтобы добавить эту страницу в закладки"
|
71 |
|
72 |
+
#: add-to-any.php:272
|
73 |
msgid "Add to your favorites"
|
74 |
msgstr "Добавить в Избранное"
|
75 |
|
76 |
+
#: add-to-any.php:273
|
77 |
msgid "Send from any e-mail address or e-mail program"
|
78 |
+
msgstr "Отправить через E-mail сервис"
|
79 |
|
80 |
+
#: add-to-any.php:274
|
81 |
msgid "E-mail program"
|
82 |
msgstr "E-mail сервисы"
|
83 |
|
84 |
+
#: add-to-any.php:299
|
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 "Внимание! Плагин не работает с выбранной вами темой. Чтобы исправить это воспользуйтесь <a href=\"theme-editor.php\">редактором тем</a> и введите следующий код <code><?php wp_footer(); ?></code> сразу после строки <code></body></code>. Изменения нужно сделать в файле <code>footer.php</code>."
|
87 |
|
88 |
+
#: add-to-any.php:490
|
89 |
#, php-format
|
90 |
msgid "Unable to create directory %s. Is its parent directory writable by the server?"
|
91 |
+
msgstr "Ошибка при создании папки %s. Проверьте права на родительскую папку (необходимы права на запись)."
|
92 |
|
93 |
+
#: add-to-any.php:566
|
94 |
+
#: add-to-any.php:639
|
95 |
+
#: add-to-any.php:643
|
96 |
+
#: add-to-any.php:647
|
97 |
+
#: add-to-any.php:651
|
98 |
+
#: add-to-any.php:683
|
99 |
msgid "Share/Bookmark"
|
100 |
msgstr "В закладки!"
|
101 |
|
102 |
+
#: add-to-any.php:580
|
103 |
msgid "Settings saved."
|
104 |
+
msgstr "Найстройки сохранены"
|
105 |
|
106 |
+
#: add-to-any.php:593
|
107 |
msgid "AddToAny: Share/Save "
|
108 |
msgstr "Сохранить/Отправить другу "
|
109 |
|
110 |
+
#: add-to-any.php:593
|
111 |
+
#: add-to-any.php:978
|
112 |
+
#: add-to-any.php:1002
|
113 |
msgid "Settings"
|
114 |
+
msgstr "Настройки"
|
115 |
|
116 |
+
#: add-to-any.php:602
|
117 |
msgid "Standalone Services"
|
118 |
msgstr "Используемые сервисы"
|
119 |
|
120 |
+
#: add-to-any.php:607
|
121 |
msgid "Choose the services you want below. Click a chosen service again to remove. Reorder services by dragging and dropping as they appear above."
|
122 |
+
msgstr "Выберите из списка ниже нужные вам сервисы. Чтобы удалить сервис из вашего списка - нажмите на его иконку еще раз. Для того чтобы поменять сервисы местами в Вашем списке, просто нажмите на иконку и перетащите на нужное место."
|
123 |
|
124 |
+
#: add-to-any.php:634
|
125 |
msgid "Button"
|
126 |
msgstr "Внешний вид кнопки"
|
127 |
|
128 |
+
#: add-to-any.php:673
|
129 |
msgid "Image URL"
|
130 |
msgstr "Адрес изображения"
|
131 |
|
132 |
+
#: add-to-any.php:680
|
133 |
msgid "Text only"
|
134 |
msgstr "Только текст"
|
135 |
|
136 |
+
#: add-to-any.php:688
|
137 |
msgid "Placement"
|
138 |
msgstr "Расположение"
|
139 |
|
140 |
+
#: add-to-any.php:697
|
141 |
msgid "Display Share/Save button at the bottom of posts"
|
142 |
+
msgstr "Отображать кнопку Сохранить/Отправить другу в нижней части всех записей"
|
143 |
|
144 |
+
#: add-to-any.php:704
|
145 |
msgid "Display Share/Save button at the bottom of posts on the front page"
|
146 |
+
msgstr "Отображать кнопку Сохранить/Отправить другу в нижней части записей на главной странице"
|
147 |
|
148 |
+
#: add-to-any.php:711
|
149 |
msgid "Display Share/Save button at the bottom of posts in the feed"
|
150 |
+
msgstr "Отображать кнопку Сохранить/Отправить другу в нижней части записей в фидах"
|
151 |
|
152 |
+
#: add-to-any.php:715
|
153 |
msgid "Display Share/Save button at the bottom of pages"
|
154 |
msgstr "Отображать кнопку Сохранить/Отправить другу в нижней части страниц"
|
155 |
|
156 |
+
#: add-to-any.php:719
|
157 |
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>)"
|
158 |
+
msgstr "Если ОТКЛЮЧИТЬ одну или все данные опции, Вы должны добавить код, наобходимый для корректной работы плагина, в <a href=\"theme-editor.php\">Вашу тему оформления</a> (код должен присутствовать на следующих страницах: <code>index.php</code>, <code>single.php</code>, и/или <code>page.php</code>). Код"
|
159 |
|
160 |
+
#: add-to-any.php:728
|
161 |
msgid "Menu Style"
|
162 |
msgstr "Внешний вид меню"
|
163 |
|
164 |
+
#: add-to-any.php:730
|
165 |
msgid "Using AddToAny's Menu Styler, you can customize the colors of your Share/Save menu! When you're done, be sure to paste the generated code in the <a href=\"#\" onclick=\"document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false\">Additional Options</a> box below."
|
166 |
+
msgstr "Используйте этот инструмент для того, чтобы сделать Ваше меню плагина Сохранить/Отправить другу уникальным в плане внешнего вида! Закончив настройки цветовой схемы, вставте полученный код в поле <a href=\"#\" onclick=\"document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false\">Дополнительные настройки</a>."
|
167 |
|
168 |
+
#: add-to-any.php:732
|
169 |
msgid "Open the AddToAny Menu Styler in a new window"
|
170 |
msgstr "Открыть меню стилей для плагина Сохранить/Отправить другу в новом окне"
|
171 |
|
172 |
+
#: add-to-any.php:734
|
173 |
msgid "Open Menu Styler"
|
174 |
+
msgstr "Открыть редактор внешнего вида (в новом окне)"
|
175 |
|
176 |
+
#: add-to-any.php:739
|
177 |
msgid "Menu Options"
|
178 |
msgstr "Настройки меню"
|
179 |
|
180 |
+
#: add-to-any.php:744
|
|
|
|
|
|
|
|
|
181 |
msgid "Show the title of the post (or page) within the menu"
|
182 |
msgstr "Показывать название заметки или страницы в меню плагина"
|
183 |
|
184 |
+
#: add-to-any.php:751
|
185 |
msgid "Only show the menu when the user clicks the Share/Save button"
|
186 |
msgstr "Показывать меню плагина только если пользователь нажмет на кнопку Сохранить/Отправить другу"
|
187 |
|
188 |
+
#: add-to-any.php:757
|
189 |
msgid "Open the addtoany.com menu page in a new tab or window if the user clicks the Share/Save button"
|
190 |
msgstr "Открывать меню addtoany.com в новом окне браузера, если пользователь нажал на кнопку плагина Сохранить/Отправить другу"
|
191 |
|
192 |
+
#: add-to-any.php:762
|
193 |
msgid "Additional Options"
|
194 |
msgstr "Дополнительные настройки"
|
195 |
|
196 |
+
#: add-to-any.php:766
|
197 |
msgid "Paste the code from AddToAny's Menu Styler in the box below!"
|
198 |
msgstr "Вставте в поле ниже полученный код для изменения внешнего вида меню плагина!"
|
199 |
|
200 |
+
#: add-to-any.php:770
|
201 |
msgid "Below you can set special JavaScript variables to apply to each Share/Save menu."
|
202 |
msgstr "В поле ниже вы можете вставить полученный код, который изменит внешний вид меню плагина. "
|
203 |
|
204 |
+
#: add-to-any.php:771
|
205 |
msgid "Advanced users might want to explore AddToAny's <a href=\"http://www.addtoany.com/buttons/customize/\" target=\"_blank\">additional options</a>."
|
206 |
+
msgstr "Если Вы хотите узнать больше про технологии, используемые в плагине, читайте заметку о <a href=\"http://www.addtoany.com/buttons/customize/\" target=\"_blank\">JavaScript API</a>."
|
207 |
|
208 |
+
#: add-to-any.php:777
|
209 |
msgid "<strong>Note</strong>: If you're adding new code, be careful not to accidentally overwrite any previous code.</label>"
|
210 |
+
msgstr "<strong>Обратите внимание</strong>: Добавляйте новый код осторожно, Ваш предыдущий вариант кода не будет сохранен!</label>"
|
211 |
|
212 |
+
#: add-to-any.php:782
|
|
|
213 |
msgid "Advanced Options"
|
214 |
msgstr "Дополнительные настройки"
|
215 |
|
216 |
+
#: add-to-any.php:787
|
217 |
msgid "Use CSS stylesheet"
|
218 |
+
msgstr "Использовать стиль CSS"
|
219 |
|
220 |
+
#: add-to-any.php:792
|
221 |
msgid "Cache AddToAny locally with daily cache updates"
|
222 |
+
msgstr "Использовать опции кеширования для AddToAny "
|
223 |
|
224 |
+
#: add-to-any.php:796
|
225 |
msgid "If unchecked, be sure to place the CSS in your theme's stylesheet:"
|
226 |
+
msgstr "Если ОТКЛЮЧИТЬ отображение стандартного стиля CSS плагина, то для корректного отображения Вам необходимо разместить код в файле CSS своей темы. Код:"
|
227 |
|
228 |
+
#: add-to-any.php:801
|
229 |
+
msgid "Only consider for sites with frequently returning visitors. Since many visitors will have AddToAny cached in their browser already, serving AddToAny locally from your site will be slower for those visitors. Be sure to set far future cache/expires headers for image files in your <code>uploads/addtoany</code> directory."
|
230 |
+
msgstr "Рекомендуется использовать только для сайтов с постоянной (возвращающейся каждый день) аудиторией. Если пользователи уже сохраняют данные плагина AddToAny в своем браузере, то время отклика сервиса AddToAny увеличивается для них. Используя опцию кеширования, проверьте наличие заголовков кеша для изображений в папке <code>uploads/addtoany</code>."
|
231 |
|
232 |
+
#: add-to-any.php:808
|
233 |
msgid "Save Changes"
|
234 |
msgstr "Сохранить все изменения"
|
235 |
|
236 |
+
#: add-to-any.php:813
|
237 |
msgid "Like this plugin?"
|
238 |
msgstr "Понравился плагин?"
|
239 |
|
240 |
+
#: add-to-any.php:814
|
241 |
msgid "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Give it a good rating</a> on WordPress.org."
|
242 |
+
msgstr "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Оцените плагин</a> на сайте WordPress.org."
|
243 |
|
244 |
+
#: add-to-any.php:815
|
245 |
msgid "<a href=\"http://www.addtoany.com/share_save?linkname=WordPress%20Share%20%2F%20Bookmark%20Plugin%20by%20AddToAny.com&linkurl=http%3A%2F%2Fwordpress.org%2Fextend%2Fplugins%2Fadd-to-any%2F\">Share it</a> with your friends."
|
246 |
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\">Расскажите о плагине</a> своим друзьям."
|
247 |
|
248 |
+
#: add-to-any.php:817
|
249 |
msgid "Need support?"
|
250 |
msgstr "Нужна помощь?"
|
251 |
|
252 |
+
#: add-to-any.php:818
|
253 |
msgid "See the <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">FAQs</a>."
|
254 |
msgstr "Смотрите <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">ЧАВО</a>."
|
255 |
|
256 |
+
#: add-to-any.php:819
|
257 |
msgid "Search the <a href=\"http://wordpress.org/tags/add-to-any\">support forums</a>."
|
258 |
+
msgstr "Ответы на свои вопросы также ищите на <a href=\"http://wordpress.org/tags/add-to-any\">форумах поддержки</a> (англ.)."
|
259 |
|
260 |
+
#: add-to-any.php:926
|
261 |
msgid "Add/Remove Services"
|
262 |
msgstr "Добавить/Удалить сервисы"
|
263 |
|
264 |
+
#: add-to-any.php:978
|
265 |
msgid "Share/Save"
|
266 |
msgstr "Сохранить/Отправить другу"
|
267 |
|
268 |
+
#: add-to-any.php:979
|
269 |
msgid "Share/Save Buttons"
|
270 |
msgstr "Сохранить/Отправить другу"
|
271 |
|
272 |
+
#~ msgid ""
|
273 |
+
#~ "Hide embedded objects (Flash, video, etc.) that intersect with the menu "
|
274 |
+
#~ "when displayed"
|
275 |
+
#~ msgstr ""
|
276 |
+
#~ "Отключать различные эффекты (Flash, видео и другие), работающие "
|
277 |
+
#~ "параллельно с меню плагина"
|
278 |
+
|
languages/add-to-any-sq_AL.po
CHANGED
@@ -2,7 +2,7 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: add-to-any ne shqip\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2010-
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: Pat <no@no.com>\n"
|
8 |
"Language-Team: Romeo Shuka | http://www.romeolab.com/ <webmaster@romeolab.com>\n"
|
@@ -15,264 +15,267 @@ msgstr ""
|
|
15 |
"X-Poedit-Country: ALBANIA\n"
|
16 |
"X-Poedit-SearchPath-0: .\n"
|
17 |
|
18 |
-
#: add-to-any.php:
|
19 |
msgid "Share"
|
20 |
msgstr "Shpërndaj"
|
21 |
|
22 |
-
#: add-to-any.php:
|
23 |
msgid "Save"
|
24 |
msgstr "Ruaj"
|
25 |
|
26 |
-
#: add-to-any.php:
|
27 |
msgid "Subscribe"
|
28 |
msgstr "Abonohu"
|
29 |
|
30 |
-
#: add-to-any.php:
|
31 |
msgid "E-mail"
|
32 |
msgstr "E-mail"
|
33 |
|
34 |
-
#: add-to-any.php:
|
35 |
msgid "Bookmark"
|
36 |
msgstr "Bookmark"
|
37 |
|
38 |
-
#: add-to-any.php:
|
39 |
msgid "Show all"
|
40 |
msgstr "Trego të gjitha"
|
41 |
|
42 |
-
#: add-to-any.php:
|
43 |
msgid "Show less"
|
44 |
msgstr "Trego më pak"
|
45 |
|
46 |
-
#: add-to-any.php:
|
47 |
msgid "Find service(s)"
|
48 |
msgstr "Gjej shërbimin"
|
49 |
|
50 |
-
#: add-to-any.php:
|
51 |
msgid "Instantly find any service to add to"
|
52 |
msgstr "Gjej menjëherë një shërbim për të shtuar"
|
53 |
|
54 |
-
#: add-to-any.php:
|
55 |
msgid "Powered by"
|
56 |
msgstr "Fuqizuar nga"
|
57 |
|
58 |
-
#: add-to-any.php:
|
59 |
msgid "Share via e-mail"
|
60 |
msgstr "Përhap me e-mail"
|
61 |
|
62 |
-
#: add-to-any.php:
|
63 |
msgid "Subscribe via e-mail"
|
64 |
msgstr "Abonohu me email"
|
65 |
|
66 |
-
#: add-to-any.php:
|
67 |
msgid "Bookmark in your browser"
|
68 |
msgstr "Shtoje në bookmark të shfletuesit tuaj"
|
69 |
|
70 |
-
#: add-to-any.php:
|
71 |
msgid "Press Ctrl+D or ⌘+D to bookmark this page"
|
72 |
msgstr "Shtyp Ctrl+D ose Cmd+D për të shktuar këtë faqe në bookmarket tuaja"
|
73 |
|
74 |
-
#: add-to-any.php:
|
75 |
msgid "Add to your favorites"
|
76 |
msgstr "Shtoje tek të preferuarat"
|
77 |
|
78 |
-
#: add-to-any.php:
|
79 |
msgid "Send from any e-mail address or e-mail program"
|
80 |
msgstr "Dërgoja një ardrese emaili ose klienti të postës elektronike"
|
81 |
|
82 |
-
#: add-to-any.php:
|
83 |
msgid "E-mail program"
|
84 |
msgstr "Klienti i postës elektronike"
|
85 |
|
86 |
-
#: add-to-any.php:
|
87 |
msgid "Your theme needs to be fixed. To fix your theme, use the <a href=\"theme-editor.php\">Theme Editor</a> to insert <code><?php wp_footer(); ?></code> just before the <code></body></code> line of your theme's <code>footer.php</code> file."
|
88 |
msgstr "Template juaj duhet azhornuar. Për të bërë ndryshimet e nevojshme, përdor editorini <a href=\"theme-editor.php\">e template</a> për të shtuar <code><?php wp_footer(); ?></code> menjëherë mbas mbylljes së tagut <code></body></code> që ndodhet në dokumentin <code>footer.php</code>."
|
89 |
|
90 |
-
#: add-to-any.php:
|
91 |
#, php-format
|
92 |
msgid "Unable to create directory %s. Is its parent directory writable by the server?"
|
93 |
msgstr ""
|
94 |
|
95 |
-
#: add-to-any.php:
|
96 |
-
#: add-to-any.php:
|
97 |
-
#: add-to-any.php:
|
98 |
-
#: add-to-any.php:
|
99 |
-
#: add-to-any.php:
|
100 |
-
#: add-to-any.php:
|
101 |
msgid "Share/Bookmark"
|
102 |
msgstr "Bookmark"
|
103 |
|
104 |
-
#: add-to-any.php:
|
105 |
msgid "Settings saved."
|
106 |
msgstr "Opsionet u ruajtën."
|
107 |
|
108 |
-
#: add-to-any.php:
|
109 |
msgid "AddToAny: Share/Save "
|
110 |
msgstr "AddToAny: Shpërnda/Ruaj"
|
111 |
|
112 |
-
#: add-to-any.php:
|
113 |
-
#: add-to-any.php:
|
114 |
-
#: add-to-any.php:
|
115 |
msgid "Settings"
|
116 |
msgstr "Opsionet"
|
117 |
|
118 |
-
#: add-to-any.php:
|
119 |
msgid "Standalone Services"
|
120 |
msgstr "Shërbime të pavarur"
|
121 |
|
122 |
-
#: add-to-any.php:
|
123 |
msgid "Choose the services you want below. Click a chosen service again to remove. Reorder services by dragging and dropping as they appear above."
|
124 |
msgstr "Zgjidh këtu poshtë shërbimet që të pëlqejnë. Kliko tek një nga shërbimet aktive për ta hequr. Rëndit shërbimet me drag and drop."
|
125 |
|
126 |
-
#: add-to-any.php:
|
127 |
msgid "Button"
|
128 |
msgstr "Buton"
|
129 |
|
130 |
-
#: add-to-any.php:
|
131 |
msgid "Image URL"
|
132 |
msgstr "URL e imazhit"
|
133 |
|
134 |
-
#: add-to-any.php:
|
135 |
msgid "Text only"
|
136 |
msgstr "Vetëm tekst"
|
137 |
|
138 |
-
#: add-to-any.php:
|
139 |
msgid "Placement"
|
140 |
msgstr "Vendndodhja"
|
141 |
|
142 |
-
#: add-to-any.php:
|
143 |
msgid "Display Share/Save button at the bottom of posts"
|
144 |
msgstr "Trego butonin Share/Save në fund të artikujve"
|
145 |
|
146 |
-
#: add-to-any.php:
|
147 |
msgid "Display Share/Save button at the bottom of posts on the front page"
|
148 |
msgstr "Trego butonin Share/Save në fund të artikujve në faqen kryesore"
|
149 |
|
150 |
-
#: add-to-any.php:
|
151 |
msgid "Display Share/Save button at the bottom of posts in the feed"
|
152 |
msgstr "Trego butonin Share/Save në fund të artikujve feed"
|
153 |
|
154 |
-
#: add-to-any.php:
|
155 |
msgid "Display Share/Save button at the bottom of pages"
|
156 |
msgstr "Trego butonin Share/Save në fund të faqeve"
|
157 |
|
158 |
-
#: add-to-any.php:
|
159 |
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>)"
|
160 |
msgstr "Nëse nuk është e selektuar, sigurohu që të vendosësh kodin në <a href=\"theme-editor.php\">faqen e templates tënde</a> (në <code>index.php</code>, <code>single.php</code>, edhe/ose <code>page.php</code>)"
|
161 |
|
162 |
-
#: add-to-any.php:
|
163 |
msgid "Menu Style"
|
164 |
msgstr "Stili i menusë"
|
165 |
|
166 |
-
#: add-to-any.php:
|
167 |
msgid "Using AddToAny's Menu Styler, you can customize the colors of your Share/Save menu! When you're done, be sure to paste the generated code in the <a href=\"#\" onclick=\"document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false\">Additional Options</a> box below."
|
168 |
msgstr "Duke përdorur Menunë Styler të AddToAny mund të personalizosh ngjyrat e menusë Share/Save! Mbasi të keni bër ndryshimet e duhura, ngjit kodin që gjëndet në <a href=\"#\" onclick=\"document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false\">Opsionet shtesë</a> këtu poshtë."
|
169 |
|
170 |
-
#: add-to-any.php:
|
171 |
msgid "Open the AddToAny Menu Styler in a new window"
|
172 |
msgstr "Hape në një faqe të re për të personalizuar menunë e AddToAny"
|
173 |
|
174 |
-
#: add-to-any.php:
|
175 |
msgid "Open Menu Styler"
|
176 |
msgstr "Stili menu"
|
177 |
|
178 |
-
#: add-to-any.php:
|
179 |
msgid "Menu Options"
|
180 |
msgstr "Opsionet e menusë"
|
181 |
|
182 |
-
#: add-to-any.php:
|
183 |
-
msgid "Hide embedded objects (Flash, video, etc.) that intersect with the menu when displayed"
|
184 |
-
msgstr "Fshih objektet e inkorporuar (Flash, video, etj.) të cilët mund të ndikojnë në shikimin e rregullt të menusë"
|
185 |
-
|
186 |
-
#: add-to-any.php:723
|
187 |
msgid "Show the title of the post (or page) within the menu"
|
188 |
msgstr "Trego në menu titullin e artikullit (ose të faqes)"
|
189 |
|
190 |
-
#: add-to-any.php:
|
191 |
msgid "Only show the menu when the user clicks the Share/Save button"
|
192 |
msgstr "Trego menunë vetëm kur një anëtar klikon mbi butonin Share/Save"
|
193 |
|
194 |
-
#: add-to-any.php:
|
195 |
msgid "Open the addtoany.com menu page in a new tab or window if the user clicks the Share/Save button"
|
196 |
msgstr "Hap në një skedë apo dritare të re faqen menu të addtoany.com kur një vizitor klikon mbi butonin Share/Save"
|
197 |
|
198 |
-
#: add-to-any.php:
|
199 |
msgid "Additional Options"
|
200 |
msgstr "Opsione shtesë"
|
201 |
|
202 |
-
#: add-to-any.php:
|
203 |
msgid "Paste the code from AddToAny's Menu Styler in the box below!"
|
204 |
msgstr "Ngjit në kutinë poshtë kodin tuaj të personalizuar të menusë! "
|
205 |
|
206 |
-
#: add-to-any.php:
|
207 |
msgid "Below you can set special JavaScript variables to apply to each Share/Save menu."
|
208 |
msgstr "Këtu poshtë është e mundur ndryshimi i variableve të JavaScript që përdor menuja Share/Save."
|
209 |
|
210 |
-
#: add-to-any.php:
|
211 |
msgid "Advanced users might want to explore AddToAny's <a href=\"http://www.addtoany.com/buttons/customize/\" target=\"_blank\">additional options</a>."
|
212 |
msgstr "Përdoruesit me njohuri më të thella mund të eksplorojnë <a href=\"http://www.addtoany.com/buttons/customize/\" target=\"_blank\">JavaScript API</a> të AddToAny."
|
213 |
|
214 |
-
#: add-to-any.php:
|
215 |
msgid "<strong>Note</strong>: If you're adding new code, be careful not to accidentally overwrite any previous code.</label>"
|
216 |
msgstr "<strong>Shënim</strong>: nëse ti vendos kod të ri, ki kujdes mos të rishkruash ndonjë kod të vjetër.</label>"
|
217 |
|
218 |
-
#: add-to-any.php:
|
219 |
#, fuzzy
|
220 |
msgid "Advanced Options"
|
221 |
msgstr "Opsione shtesë"
|
222 |
|
223 |
-
#: add-to-any.php:
|
224 |
msgid "Use CSS stylesheet"
|
225 |
msgstr ""
|
226 |
|
227 |
-
#: add-to-any.php:
|
228 |
msgid "Cache AddToAny locally with daily cache updates"
|
229 |
msgstr ""
|
230 |
|
231 |
-
#: add-to-any.php:
|
232 |
msgid "If unchecked, be sure to place the CSS in your theme's stylesheet:"
|
233 |
msgstr ""
|
234 |
|
235 |
-
#: add-to-any.php:
|
236 |
-
msgid "Only consider for
|
237 |
msgstr ""
|
238 |
|
239 |
-
#: add-to-any.php:
|
240 |
msgid "Save Changes"
|
241 |
msgstr "Ruaj ndryshimet"
|
242 |
|
243 |
-
#: add-to-any.php:
|
244 |
msgid "Like this plugin?"
|
245 |
msgstr "Të pëlqeu ky plugin?"
|
246 |
|
247 |
-
#: add-to-any.php:
|
248 |
msgid "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Give it a good rating</a> on WordPress.org."
|
249 |
msgstr "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Votoje</a> në WordPress.org."
|
250 |
|
251 |
-
#: add-to-any.php:
|
252 |
msgid "<a href=\"http://www.addtoany.com/share_save?linkname=WordPress%20Share%20%2F%20Bookmark%20Plugin%20by%20AddToAny.com&linkurl=http%3A%2F%2Fwordpress.org%2Fextend%2Fplugins%2Fadd-to-any%2F\">Share it</a> with your friends."
|
253 |
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\">Shpërndaja</a> miqve të tu.."
|
254 |
|
255 |
-
#: add-to-any.php:
|
256 |
msgid "Need support?"
|
257 |
msgstr "Të duhet ndihmë??"
|
258 |
|
259 |
-
#: add-to-any.php:
|
260 |
msgid "See the <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">FAQs</a>."
|
261 |
msgstr "Shiko faqen dedikuar <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">FAQ</a>."
|
262 |
|
263 |
-
#: add-to-any.php:
|
264 |
msgid "Search the <a href=\"http://wordpress.org/tags/add-to-any\">support forums</a>."
|
265 |
msgstr "Bëj një kërkim në <a href=\"http://wordpress.org/tags/add-to-any\">forum</a>."
|
266 |
|
267 |
-
#: add-to-any.php:
|
268 |
msgid "Add/Remove Services"
|
269 |
msgstr "Shtoi/Hiq shërbimet"
|
270 |
|
271 |
-
#: add-to-any.php:
|
272 |
msgid "Share/Save"
|
273 |
msgstr "Shpërnda/Ruaj"
|
274 |
|
275 |
-
#: add-to-any.php:
|
276 |
msgid "Share/Save Buttons"
|
277 |
msgstr "Butoni Shpërnda/Ruaj"
|
278 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: add-to-any ne shqip\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2010-07-20 01:02-0800\n"
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: Pat <no@no.com>\n"
|
8 |
"Language-Team: Romeo Shuka | http://www.romeolab.com/ <webmaster@romeolab.com>\n"
|
15 |
"X-Poedit-Country: ALBANIA\n"
|
16 |
"X-Poedit-SearchPath-0: .\n"
|
17 |
|
18 |
+
#: add-to-any.php:258
|
19 |
msgid "Share"
|
20 |
msgstr "Shpërndaj"
|
21 |
|
22 |
+
#: add-to-any.php:259
|
23 |
msgid "Save"
|
24 |
msgstr "Ruaj"
|
25 |
|
26 |
+
#: add-to-any.php:260
|
27 |
msgid "Subscribe"
|
28 |
msgstr "Abonohu"
|
29 |
|
30 |
+
#: add-to-any.php:261
|
31 |
msgid "E-mail"
|
32 |
msgstr "E-mail"
|
33 |
|
34 |
+
#: add-to-any.php:262
|
35 |
msgid "Bookmark"
|
36 |
msgstr "Bookmark"
|
37 |
|
38 |
+
#: add-to-any.php:263
|
39 |
msgid "Show all"
|
40 |
msgstr "Trego të gjitha"
|
41 |
|
42 |
+
#: add-to-any.php:264
|
43 |
msgid "Show less"
|
44 |
msgstr "Trego më pak"
|
45 |
|
46 |
+
#: add-to-any.php:265
|
47 |
msgid "Find service(s)"
|
48 |
msgstr "Gjej shërbimin"
|
49 |
|
50 |
+
#: add-to-any.php:266
|
51 |
msgid "Instantly find any service to add to"
|
52 |
msgstr "Gjej menjëherë një shërbim për të shtuar"
|
53 |
|
54 |
+
#: add-to-any.php:267
|
55 |
msgid "Powered by"
|
56 |
msgstr "Fuqizuar nga"
|
57 |
|
58 |
+
#: add-to-any.php:268
|
59 |
msgid "Share via e-mail"
|
60 |
msgstr "Përhap me e-mail"
|
61 |
|
62 |
+
#: add-to-any.php:269
|
63 |
msgid "Subscribe via e-mail"
|
64 |
msgstr "Abonohu me email"
|
65 |
|
66 |
+
#: add-to-any.php:270
|
67 |
msgid "Bookmark in your browser"
|
68 |
msgstr "Shtoje në bookmark të shfletuesit tuaj"
|
69 |
|
70 |
+
#: add-to-any.php:271
|
71 |
msgid "Press Ctrl+D or ⌘+D to bookmark this page"
|
72 |
msgstr "Shtyp Ctrl+D ose Cmd+D për të shktuar këtë faqe në bookmarket tuaja"
|
73 |
|
74 |
+
#: add-to-any.php:272
|
75 |
msgid "Add to your favorites"
|
76 |
msgstr "Shtoje tek të preferuarat"
|
77 |
|
78 |
+
#: add-to-any.php:273
|
79 |
msgid "Send from any e-mail address or e-mail program"
|
80 |
msgstr "Dërgoja një ardrese emaili ose klienti të postës elektronike"
|
81 |
|
82 |
+
#: add-to-any.php:274
|
83 |
msgid "E-mail program"
|
84 |
msgstr "Klienti i postës elektronike"
|
85 |
|
86 |
+
#: add-to-any.php:299
|
87 |
msgid "Your theme needs to be fixed. To fix your theme, use the <a href=\"theme-editor.php\">Theme Editor</a> to insert <code><?php wp_footer(); ?></code> just before the <code></body></code> line of your theme's <code>footer.php</code> file."
|
88 |
msgstr "Template juaj duhet azhornuar. Për të bërë ndryshimet e nevojshme, përdor editorini <a href=\"theme-editor.php\">e template</a> për të shtuar <code><?php wp_footer(); ?></code> menjëherë mbas mbylljes së tagut <code></body></code> që ndodhet në dokumentin <code>footer.php</code>."
|
89 |
|
90 |
+
#: add-to-any.php:490
|
91 |
#, php-format
|
92 |
msgid "Unable to create directory %s. Is its parent directory writable by the server?"
|
93 |
msgstr ""
|
94 |
|
95 |
+
#: add-to-any.php:566
|
96 |
+
#: add-to-any.php:639
|
97 |
+
#: add-to-any.php:643
|
98 |
+
#: add-to-any.php:647
|
99 |
+
#: add-to-any.php:651
|
100 |
+
#: add-to-any.php:683
|
101 |
msgid "Share/Bookmark"
|
102 |
msgstr "Bookmark"
|
103 |
|
104 |
+
#: add-to-any.php:580
|
105 |
msgid "Settings saved."
|
106 |
msgstr "Opsionet u ruajtën."
|
107 |
|
108 |
+
#: add-to-any.php:593
|
109 |
msgid "AddToAny: Share/Save "
|
110 |
msgstr "AddToAny: Shpërnda/Ruaj"
|
111 |
|
112 |
+
#: add-to-any.php:593
|
113 |
+
#: add-to-any.php:978
|
114 |
+
#: add-to-any.php:1002
|
115 |
msgid "Settings"
|
116 |
msgstr "Opsionet"
|
117 |
|
118 |
+
#: add-to-any.php:602
|
119 |
msgid "Standalone Services"
|
120 |
msgstr "Shërbime të pavarur"
|
121 |
|
122 |
+
#: add-to-any.php:607
|
123 |
msgid "Choose the services you want below. Click a chosen service again to remove. Reorder services by dragging and dropping as they appear above."
|
124 |
msgstr "Zgjidh këtu poshtë shërbimet që të pëlqejnë. Kliko tek një nga shërbimet aktive për ta hequr. Rëndit shërbimet me drag and drop."
|
125 |
|
126 |
+
#: add-to-any.php:634
|
127 |
msgid "Button"
|
128 |
msgstr "Buton"
|
129 |
|
130 |
+
#: add-to-any.php:673
|
131 |
msgid "Image URL"
|
132 |
msgstr "URL e imazhit"
|
133 |
|
134 |
+
#: add-to-any.php:680
|
135 |
msgid "Text only"
|
136 |
msgstr "Vetëm tekst"
|
137 |
|
138 |
+
#: add-to-any.php:688
|
139 |
msgid "Placement"
|
140 |
msgstr "Vendndodhja"
|
141 |
|
142 |
+
#: add-to-any.php:697
|
143 |
msgid "Display Share/Save button at the bottom of posts"
|
144 |
msgstr "Trego butonin Share/Save në fund të artikujve"
|
145 |
|
146 |
+
#: add-to-any.php:704
|
147 |
msgid "Display Share/Save button at the bottom of posts on the front page"
|
148 |
msgstr "Trego butonin Share/Save në fund të artikujve në faqen kryesore"
|
149 |
|
150 |
+
#: add-to-any.php:711
|
151 |
msgid "Display Share/Save button at the bottom of posts in the feed"
|
152 |
msgstr "Trego butonin Share/Save në fund të artikujve feed"
|
153 |
|
154 |
+
#: add-to-any.php:715
|
155 |
msgid "Display Share/Save button at the bottom of pages"
|
156 |
msgstr "Trego butonin Share/Save në fund të faqeve"
|
157 |
|
158 |
+
#: add-to-any.php:719
|
159 |
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>)"
|
160 |
msgstr "Nëse nuk është e selektuar, sigurohu që të vendosësh kodin në <a href=\"theme-editor.php\">faqen e templates tënde</a> (në <code>index.php</code>, <code>single.php</code>, edhe/ose <code>page.php</code>)"
|
161 |
|
162 |
+
#: add-to-any.php:728
|
163 |
msgid "Menu Style"
|
164 |
msgstr "Stili i menusë"
|
165 |
|
166 |
+
#: add-to-any.php:730
|
167 |
msgid "Using AddToAny's Menu Styler, you can customize the colors of your Share/Save menu! When you're done, be sure to paste the generated code in the <a href=\"#\" onclick=\"document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false\">Additional Options</a> box below."
|
168 |
msgstr "Duke përdorur Menunë Styler të AddToAny mund të personalizosh ngjyrat e menusë Share/Save! Mbasi të keni bër ndryshimet e duhura, ngjit kodin që gjëndet në <a href=\"#\" onclick=\"document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false\">Opsionet shtesë</a> këtu poshtë."
|
169 |
|
170 |
+
#: add-to-any.php:732
|
171 |
msgid "Open the AddToAny Menu Styler in a new window"
|
172 |
msgstr "Hape në një faqe të re për të personalizuar menunë e AddToAny"
|
173 |
|
174 |
+
#: add-to-any.php:734
|
175 |
msgid "Open Menu Styler"
|
176 |
msgstr "Stili menu"
|
177 |
|
178 |
+
#: add-to-any.php:739
|
179 |
msgid "Menu Options"
|
180 |
msgstr "Opsionet e menusë"
|
181 |
|
182 |
+
#: add-to-any.php:744
|
|
|
|
|
|
|
|
|
183 |
msgid "Show the title of the post (or page) within the menu"
|
184 |
msgstr "Trego në menu titullin e artikullit (ose të faqes)"
|
185 |
|
186 |
+
#: add-to-any.php:751
|
187 |
msgid "Only show the menu when the user clicks the Share/Save button"
|
188 |
msgstr "Trego menunë vetëm kur një anëtar klikon mbi butonin Share/Save"
|
189 |
|
190 |
+
#: add-to-any.php:757
|
191 |
msgid "Open the addtoany.com menu page in a new tab or window if the user clicks the Share/Save button"
|
192 |
msgstr "Hap në një skedë apo dritare të re faqen menu të addtoany.com kur një vizitor klikon mbi butonin Share/Save"
|
193 |
|
194 |
+
#: add-to-any.php:762
|
195 |
msgid "Additional Options"
|
196 |
msgstr "Opsione shtesë"
|
197 |
|
198 |
+
#: add-to-any.php:766
|
199 |
msgid "Paste the code from AddToAny's Menu Styler in the box below!"
|
200 |
msgstr "Ngjit në kutinë poshtë kodin tuaj të personalizuar të menusë! "
|
201 |
|
202 |
+
#: add-to-any.php:770
|
203 |
msgid "Below you can set special JavaScript variables to apply to each Share/Save menu."
|
204 |
msgstr "Këtu poshtë është e mundur ndryshimi i variableve të JavaScript që përdor menuja Share/Save."
|
205 |
|
206 |
+
#: add-to-any.php:771
|
207 |
msgid "Advanced users might want to explore AddToAny's <a href=\"http://www.addtoany.com/buttons/customize/\" target=\"_blank\">additional options</a>."
|
208 |
msgstr "Përdoruesit me njohuri më të thella mund të eksplorojnë <a href=\"http://www.addtoany.com/buttons/customize/\" target=\"_blank\">JavaScript API</a> të AddToAny."
|
209 |
|
210 |
+
#: add-to-any.php:777
|
211 |
msgid "<strong>Note</strong>: If you're adding new code, be careful not to accidentally overwrite any previous code.</label>"
|
212 |
msgstr "<strong>Shënim</strong>: nëse ti vendos kod të ri, ki kujdes mos të rishkruash ndonjë kod të vjetër.</label>"
|
213 |
|
214 |
+
#: add-to-any.php:782
|
215 |
#, fuzzy
|
216 |
msgid "Advanced Options"
|
217 |
msgstr "Opsione shtesë"
|
218 |
|
219 |
+
#: add-to-any.php:787
|
220 |
msgid "Use CSS stylesheet"
|
221 |
msgstr ""
|
222 |
|
223 |
+
#: add-to-any.php:792
|
224 |
msgid "Cache AddToAny locally with daily cache updates"
|
225 |
msgstr ""
|
226 |
|
227 |
+
#: add-to-any.php:796
|
228 |
msgid "If unchecked, be sure to place the CSS in your theme's stylesheet:"
|
229 |
msgstr ""
|
230 |
|
231 |
+
#: add-to-any.php:801
|
232 |
+
msgid "Only consider for sites with frequently returning visitors. Since many visitors will have AddToAny cached in their browser already, serving AddToAny locally from your site will be slower for those visitors. Be sure to set far future cache/expires headers for image files in your <code>uploads/addtoany</code> directory."
|
233 |
msgstr ""
|
234 |
|
235 |
+
#: add-to-any.php:808
|
236 |
msgid "Save Changes"
|
237 |
msgstr "Ruaj ndryshimet"
|
238 |
|
239 |
+
#: add-to-any.php:813
|
240 |
msgid "Like this plugin?"
|
241 |
msgstr "Të pëlqeu ky plugin?"
|
242 |
|
243 |
+
#: add-to-any.php:814
|
244 |
msgid "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Give it a good rating</a> on WordPress.org."
|
245 |
msgstr "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Votoje</a> në WordPress.org."
|
246 |
|
247 |
+
#: add-to-any.php:815
|
248 |
msgid "<a href=\"http://www.addtoany.com/share_save?linkname=WordPress%20Share%20%2F%20Bookmark%20Plugin%20by%20AddToAny.com&linkurl=http%3A%2F%2Fwordpress.org%2Fextend%2Fplugins%2Fadd-to-any%2F\">Share it</a> with your friends."
|
249 |
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\">Shpërndaja</a> miqve të tu.."
|
250 |
|
251 |
+
#: add-to-any.php:817
|
252 |
msgid "Need support?"
|
253 |
msgstr "Të duhet ndihmë??"
|
254 |
|
255 |
+
#: add-to-any.php:818
|
256 |
msgid "See the <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">FAQs</a>."
|
257 |
msgstr "Shiko faqen dedikuar <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">FAQ</a>."
|
258 |
|
259 |
+
#: add-to-any.php:819
|
260 |
msgid "Search the <a href=\"http://wordpress.org/tags/add-to-any\">support forums</a>."
|
261 |
msgstr "Bëj një kërkim në <a href=\"http://wordpress.org/tags/add-to-any\">forum</a>."
|
262 |
|
263 |
+
#: add-to-any.php:926
|
264 |
msgid "Add/Remove Services"
|
265 |
msgstr "Shtoi/Hiq shërbimet"
|
266 |
|
267 |
+
#: add-to-any.php:978
|
268 |
msgid "Share/Save"
|
269 |
msgstr "Shpërnda/Ruaj"
|
270 |
|
271 |
+
#: add-to-any.php:979
|
272 |
msgid "Share/Save Buttons"
|
273 |
msgstr "Butoni Shpërnda/Ruaj"
|
274 |
|
275 |
+
#~ msgid ""
|
276 |
+
#~ "Hide embedded objects (Flash, video, etc.) that intersect with the menu "
|
277 |
+
#~ "when displayed"
|
278 |
+
#~ msgstr ""
|
279 |
+
#~ "Fshih objektet e inkorporuar (Flash, video, etj.) të cilët mund të "
|
280 |
+
#~ "ndikojnë në shikimin e rregullt të menusë"
|
281 |
+
|
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: 2010-
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: Pat <no@no.com>\n"
|
8 |
"Language-Team: \n"
|
@@ -16,267 +16,268 @@ msgstr ""
|
|
16 |
"X-Poedit-SourceCharset: utf-8\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#: add-to-any.php:
|
20 |
msgid "Share"
|
21 |
msgstr "分享"
|
22 |
|
23 |
-
#: add-to-any.php:
|
24 |
msgid "Save"
|
25 |
msgstr "收藏"
|
26 |
|
27 |
-
#: add-to-any.php:
|
28 |
msgid "Subscribe"
|
29 |
msgstr "订阅"
|
30 |
|
31 |
-
#: add-to-any.php:
|
32 |
msgid "E-mail"
|
33 |
msgstr "电子邮件"
|
34 |
|
35 |
-
#: add-to-any.php:
|
36 |
msgid "Bookmark"
|
37 |
msgstr "书签"
|
38 |
|
39 |
-
#: add-to-any.php:
|
40 |
msgid "Show all"
|
41 |
msgstr "显示全部服务"
|
42 |
|
43 |
-
#: add-to-any.php:
|
44 |
msgid "Show less"
|
45 |
msgstr "显示部分服务"
|
46 |
|
47 |
-
#: add-to-any.php:
|
48 |
msgid "Find service(s)"
|
49 |
msgstr "查找服务"
|
50 |
|
51 |
-
#: add-to-any.php:
|
52 |
msgid "Instantly find any service to add to"
|
53 |
msgstr "动态查找任何用以添加的服务"
|
54 |
|
55 |
-
#: add-to-any.php:
|
56 |
msgid "Powered by"
|
57 |
msgstr "Powered by"
|
58 |
|
59 |
-
#: add-to-any.php:
|
60 |
msgid "Share via e-mail"
|
61 |
msgstr "通过电子邮件分享"
|
62 |
|
63 |
-
#: add-to-any.php:
|
64 |
msgid "Subscribe via e-mail"
|
65 |
msgstr "通过电子邮件订阅"
|
66 |
|
67 |
-
#: add-to-any.php:
|
68 |
msgid "Bookmark in your browser"
|
69 |
msgstr "添加为浏览器书签"
|
70 |
|
71 |
-
#: add-to-any.php:
|
72 |
msgid "Press Ctrl+D or ⌘+D to bookmark this page"
|
73 |
msgstr "按下 [Ctrl+D] 或 [Cmd+D] 将本页加为书签"
|
74 |
|
75 |
-
#: add-to-any.php:
|
76 |
msgid "Add to your favorites"
|
77 |
msgstr "添加至收藏夹"
|
78 |
|
79 |
-
#: add-to-any.php:
|
80 |
msgid "Send from any e-mail address or e-mail program"
|
81 |
msgstr "从任何电子邮件地址或电子邮件程序发送"
|
82 |
|
83 |
-
#: add-to-any.php:
|
84 |
msgid "E-mail program"
|
85 |
msgstr "电子邮件程序"
|
86 |
|
87 |
-
#: add-to-any.php:
|
88 |
msgid "Your theme needs to be fixed. To fix your theme, use the <a href=\"theme-editor.php\">Theme Editor</a> to insert <code><?php wp_footer(); ?></code> just before the <code></body></code> line of your theme's <code>footer.php</code> file."
|
89 |
msgstr ""
|
90 |
|
91 |
-
#: add-to-any.php:
|
92 |
#, php-format
|
93 |
msgid "Unable to create directory %s. Is its parent directory writable by the server?"
|
94 |
msgstr ""
|
95 |
|
96 |
-
#: add-to-any.php:
|
97 |
-
#: add-to-any.php:
|
98 |
-
#: add-to-any.php:
|
99 |
-
#: add-to-any.php:
|
100 |
-
#: add-to-any.php:
|
101 |
-
#: add-to-any.php:
|
102 |
msgid "Share/Bookmark"
|
103 |
msgstr "书签"
|
104 |
|
105 |
-
#: add-to-any.php:
|
106 |
msgid "Settings saved."
|
107 |
msgstr "设置已保存"
|
108 |
|
109 |
-
#: add-to-any.php:
|
110 |
msgid "AddToAny: Share/Save "
|
111 |
msgstr "AddToAny: 分享/收藏"
|
112 |
|
113 |
-
#: add-to-any.php:
|
114 |
-
#: add-to-any.php:
|
115 |
-
#: add-to-any.php:
|
116 |
msgid "Settings"
|
117 |
msgstr "设置"
|
118 |
|
119 |
-
#: add-to-any.php:
|
120 |
msgid "Standalone Services"
|
121 |
msgstr ""
|
122 |
|
123 |
-
#: add-to-any.php:
|
124 |
msgid "Choose the services you want below. Click a chosen service again to remove. Reorder services by dragging and dropping as they appear above."
|
125 |
msgstr ""
|
126 |
|
127 |
-
#: add-to-any.php:
|
128 |
msgid "Button"
|
129 |
msgstr "按钮"
|
130 |
|
131 |
-
#: add-to-any.php:
|
132 |
msgid "Image URL"
|
133 |
msgstr "图片 URL"
|
134 |
|
135 |
-
#: add-to-any.php:
|
136 |
msgid "Text only"
|
137 |
msgstr "仅用文字"
|
138 |
|
139 |
-
#: add-to-any.php:
|
140 |
msgid "Placement"
|
141 |
msgstr "按钮位置"
|
142 |
|
143 |
-
#: add-to-any.php:
|
144 |
msgid "Display Share/Save button at the bottom of posts"
|
145 |
msgstr "在文章底部显示 分享/收藏 按钮"
|
146 |
|
147 |
-
#: add-to-any.php:
|
148 |
msgid "Display Share/Save button at the bottom of posts on the front page"
|
149 |
msgstr "在首页的文章底部显示 分享/收藏 按钮"
|
150 |
|
151 |
-
#: add-to-any.php:
|
152 |
msgid "Display Share/Save button at the bottom of posts in the feed"
|
153 |
msgstr "在 Feed 的文章底部显示 分享/收藏 按钮"
|
154 |
|
155 |
-
#: add-to-any.php:
|
156 |
msgid "Display Share/Save button at the bottom of pages"
|
157 |
msgstr "在页面底部显示 分享/收藏 按钮"
|
158 |
|
159 |
-
#: add-to-any.php:
|
160 |
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>)"
|
161 |
msgstr "如果不选,请确定将以下代码置入于 <a href=\"theme-editor.php\">您的模板页面</a> 中 (包括 <code>index.php</code>,<code>single.php</code>,与/或 <code>page.php</code>)"
|
162 |
|
163 |
-
#: add-to-any.php:
|
164 |
msgid "Menu Style"
|
165 |
msgstr "菜单风格"
|
166 |
|
167 |
-
#: add-to-any.php:
|
168 |
msgid "Using AddToAny's Menu Styler, you can customize the colors of your Share/Save menu! When you're done, be sure to paste the generated code in the <a href=\"#\" onclick=\"document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false\">Additional Options</a> box below."
|
169 |
msgstr "使用 AddToAny 的菜单风格设置器,您可以自定义您的 分享/收藏 菜单的颜色!完成后,请将生成的代码粘贴于下方 <a href=\"#\" onclick=\"document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false\">附加选项</a> 框内。"
|
170 |
|
171 |
-
#: add-to-any.php:
|
172 |
msgid "Open the AddToAny Menu Styler in a new window"
|
173 |
msgstr "在新窗口中打开 AddToAny 菜单风格设置器"
|
174 |
|
175 |
-
#: add-to-any.php:
|
176 |
msgid "Open Menu Styler"
|
177 |
msgstr "打开菜单风格设置器"
|
178 |
|
179 |
-
#: add-to-any.php:
|
180 |
msgid "Menu Options"
|
181 |
msgstr "菜单选项"
|
182 |
|
183 |
-
#: add-to-any.php:
|
184 |
-
msgid "Hide embedded objects (Flash, video, etc.) that intersect with the menu when displayed"
|
185 |
-
msgstr "菜单显示时隐藏与菜单相交的嵌入式对象(Flash,视频,等) "
|
186 |
-
|
187 |
-
#: add-to-any.php:723
|
188 |
msgid "Show the title of the post (or page) within the menu"
|
189 |
msgstr "菜单中显示文章(或页面)的标题"
|
190 |
|
191 |
-
#: add-to-any.php:
|
192 |
msgid "Only show the menu when the user clicks the Share/Save button"
|
193 |
msgstr "仅当用户点击 分享/收藏 按钮时显示菜单"
|
194 |
|
195 |
-
#: add-to-any.php:
|
196 |
msgid "Open the addtoany.com menu page in a new tab or window if the user clicks the Share/Save button"
|
197 |
msgstr "如用户点击 分享/收藏 按钮,在新标签页或新窗口中打开 addtoany.com 菜单页面"
|
198 |
|
199 |
-
#: add-to-any.php:
|
200 |
msgid "Additional Options"
|
201 |
msgstr "附加选项"
|
202 |
|
203 |
-
#: add-to-any.php:
|
204 |
msgid "Paste the code from AddToAny's Menu Styler in the box below!"
|
205 |
msgstr "粘贴 AddToAny 菜单风格设置器生成的代码于下方框内!"
|
206 |
|
207 |
-
#: add-to-any.php:
|
208 |
msgid "Below you can set special JavaScript variables to apply to each Share/Save menu."
|
209 |
msgstr "您可以设置特殊 JavaScript 变量以应用于全部 分享/收藏 菜单。"
|
210 |
|
211 |
-
#: add-to-any.php:
|
212 |
msgid "Advanced users might want to explore AddToAny's <a href=\"http://www.addtoany.com/buttons/customize/\" target=\"_blank\">additional options</a>."
|
213 |
msgstr "高级用户可能希望尝试 AddToAny 的 <a href=\"http://www.addtoany.com/buttons/customize/\">JavaScript API</a> 所生成的代码。"
|
214 |
|
215 |
-
#: add-to-any.php:
|
216 |
msgid "<strong>Note</strong>: If you're adding new code, be careful not to accidentally overwrite any previous code.</label>"
|
217 |
msgstr "<strong>注意</strong>: 如果您打算添加新代码,请小心不要意外覆盖任何先前代码。</label>"
|
218 |
|
219 |
-
#: add-to-any.php:
|
220 |
#, fuzzy
|
221 |
msgid "Advanced Options"
|
222 |
msgstr "附加选项"
|
223 |
|
224 |
-
#: add-to-any.php:
|
225 |
msgid "Use CSS stylesheet"
|
226 |
msgstr ""
|
227 |
|
228 |
-
#: add-to-any.php:
|
229 |
msgid "Cache AddToAny locally with daily cache updates"
|
230 |
msgstr ""
|
231 |
|
232 |
-
#: add-to-any.php:
|
233 |
msgid "If unchecked, be sure to place the CSS in your theme's stylesheet:"
|
234 |
msgstr ""
|
235 |
|
236 |
-
#: add-to-any.php:
|
237 |
-
msgid "Only consider for
|
238 |
msgstr ""
|
239 |
|
240 |
-
#: add-to-any.php:
|
241 |
msgid "Save Changes"
|
242 |
msgstr "保存更改"
|
243 |
|
244 |
-
#: add-to-any.php:
|
245 |
msgid "Like this plugin?"
|
246 |
msgstr ""
|
247 |
|
248 |
-
#: add-to-any.php:
|
249 |
msgid "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Give it a good rating</a> on WordPress.org."
|
250 |
msgstr ""
|
251 |
|
252 |
-
#: add-to-any.php:
|
253 |
msgid "<a href=\"http://www.addtoany.com/share_save?linkname=WordPress%20Share%20%2F%20Bookmark%20Plugin%20by%20AddToAny.com&linkurl=http%3A%2F%2Fwordpress.org%2Fextend%2Fplugins%2Fadd-to-any%2F\">Share it</a> with your friends."
|
254 |
msgstr ""
|
255 |
|
256 |
-
#: add-to-any.php:
|
257 |
msgid "Need support?"
|
258 |
msgstr ""
|
259 |
|
260 |
-
#: add-to-any.php:
|
261 |
msgid "See the <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">FAQs</a>."
|
262 |
msgstr ""
|
263 |
|
264 |
-
#: add-to-any.php:
|
265 |
msgid "Search the <a href=\"http://wordpress.org/tags/add-to-any\">support forums</a>."
|
266 |
msgstr ""
|
267 |
|
268 |
-
#: add-to-any.php:
|
269 |
msgid "Add/Remove Services"
|
270 |
msgstr ""
|
271 |
|
272 |
-
#: add-to-any.php:
|
273 |
msgid "Share/Save"
|
274 |
msgstr "分享/收藏"
|
275 |
|
276 |
-
#: add-to-any.php:
|
277 |
msgid "Share/Save Buttons"
|
278 |
msgstr "分享/收藏 按钮"
|
279 |
|
|
|
|
|
|
|
|
|
|
|
280 |
#, fuzzy
|
281 |
#~ msgid "Services"
|
282 |
#~ msgstr "查找服务"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: add-to-any\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2010-07-20 01:02-0800\n"
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: Pat <no@no.com>\n"
|
8 |
"Language-Team: \n"
|
16 |
"X-Poedit-SourceCharset: utf-8\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
+
#: add-to-any.php:258
|
20 |
msgid "Share"
|
21 |
msgstr "分享"
|
22 |
|
23 |
+
#: add-to-any.php:259
|
24 |
msgid "Save"
|
25 |
msgstr "收藏"
|
26 |
|
27 |
+
#: add-to-any.php:260
|
28 |
msgid "Subscribe"
|
29 |
msgstr "订阅"
|
30 |
|
31 |
+
#: add-to-any.php:261
|
32 |
msgid "E-mail"
|
33 |
msgstr "电子邮件"
|
34 |
|
35 |
+
#: add-to-any.php:262
|
36 |
msgid "Bookmark"
|
37 |
msgstr "书签"
|
38 |
|
39 |
+
#: add-to-any.php:263
|
40 |
msgid "Show all"
|
41 |
msgstr "显示全部服务"
|
42 |
|
43 |
+
#: add-to-any.php:264
|
44 |
msgid "Show less"
|
45 |
msgstr "显示部分服务"
|
46 |
|
47 |
+
#: add-to-any.php:265
|
48 |
msgid "Find service(s)"
|
49 |
msgstr "查找服务"
|
50 |
|
51 |
+
#: add-to-any.php:266
|
52 |
msgid "Instantly find any service to add to"
|
53 |
msgstr "动态查找任何用以添加的服务"
|
54 |
|
55 |
+
#: add-to-any.php:267
|
56 |
msgid "Powered by"
|
57 |
msgstr "Powered by"
|
58 |
|
59 |
+
#: add-to-any.php:268
|
60 |
msgid "Share via e-mail"
|
61 |
msgstr "通过电子邮件分享"
|
62 |
|
63 |
+
#: add-to-any.php:269
|
64 |
msgid "Subscribe via e-mail"
|
65 |
msgstr "通过电子邮件订阅"
|
66 |
|
67 |
+
#: add-to-any.php:270
|
68 |
msgid "Bookmark in your browser"
|
69 |
msgstr "添加为浏览器书签"
|
70 |
|
71 |
+
#: add-to-any.php:271
|
72 |
msgid "Press Ctrl+D or ⌘+D to bookmark this page"
|
73 |
msgstr "按下 [Ctrl+D] 或 [Cmd+D] 将本页加为书签"
|
74 |
|
75 |
+
#: add-to-any.php:272
|
76 |
msgid "Add to your favorites"
|
77 |
msgstr "添加至收藏夹"
|
78 |
|
79 |
+
#: add-to-any.php:273
|
80 |
msgid "Send from any e-mail address or e-mail program"
|
81 |
msgstr "从任何电子邮件地址或电子邮件程序发送"
|
82 |
|
83 |
+
#: add-to-any.php:274
|
84 |
msgid "E-mail program"
|
85 |
msgstr "电子邮件程序"
|
86 |
|
87 |
+
#: add-to-any.php:299
|
88 |
msgid "Your theme needs to be fixed. To fix your theme, use the <a href=\"theme-editor.php\">Theme Editor</a> to insert <code><?php wp_footer(); ?></code> just before the <code></body></code> line of your theme's <code>footer.php</code> file."
|
89 |
msgstr ""
|
90 |
|
91 |
+
#: add-to-any.php:490
|
92 |
#, php-format
|
93 |
msgid "Unable to create directory %s. Is its parent directory writable by the server?"
|
94 |
msgstr ""
|
95 |
|
96 |
+
#: add-to-any.php:566
|
97 |
+
#: add-to-any.php:639
|
98 |
+
#: add-to-any.php:643
|
99 |
+
#: add-to-any.php:647
|
100 |
+
#: add-to-any.php:651
|
101 |
+
#: add-to-any.php:683
|
102 |
msgid "Share/Bookmark"
|
103 |
msgstr "书签"
|
104 |
|
105 |
+
#: add-to-any.php:580
|
106 |
msgid "Settings saved."
|
107 |
msgstr "设置已保存"
|
108 |
|
109 |
+
#: add-to-any.php:593
|
110 |
msgid "AddToAny: Share/Save "
|
111 |
msgstr "AddToAny: 分享/收藏"
|
112 |
|
113 |
+
#: add-to-any.php:593
|
114 |
+
#: add-to-any.php:978
|
115 |
+
#: add-to-any.php:1002
|
116 |
msgid "Settings"
|
117 |
msgstr "设置"
|
118 |
|
119 |
+
#: add-to-any.php:602
|
120 |
msgid "Standalone Services"
|
121 |
msgstr ""
|
122 |
|
123 |
+
#: add-to-any.php:607
|
124 |
msgid "Choose the services you want below. Click a chosen service again to remove. Reorder services by dragging and dropping as they appear above."
|
125 |
msgstr ""
|
126 |
|
127 |
+
#: add-to-any.php:634
|
128 |
msgid "Button"
|
129 |
msgstr "按钮"
|
130 |
|
131 |
+
#: add-to-any.php:673
|
132 |
msgid "Image URL"
|
133 |
msgstr "图片 URL"
|
134 |
|
135 |
+
#: add-to-any.php:680
|
136 |
msgid "Text only"
|
137 |
msgstr "仅用文字"
|
138 |
|
139 |
+
#: add-to-any.php:688
|
140 |
msgid "Placement"
|
141 |
msgstr "按钮位置"
|
142 |
|
143 |
+
#: add-to-any.php:697
|
144 |
msgid "Display Share/Save button at the bottom of posts"
|
145 |
msgstr "在文章底部显示 分享/收藏 按钮"
|
146 |
|
147 |
+
#: add-to-any.php:704
|
148 |
msgid "Display Share/Save button at the bottom of posts on the front page"
|
149 |
msgstr "在首页的文章底部显示 分享/收藏 按钮"
|
150 |
|
151 |
+
#: add-to-any.php:711
|
152 |
msgid "Display Share/Save button at the bottom of posts in the feed"
|
153 |
msgstr "在 Feed 的文章底部显示 分享/收藏 按钮"
|
154 |
|
155 |
+
#: add-to-any.php:715
|
156 |
msgid "Display Share/Save button at the bottom of pages"
|
157 |
msgstr "在页面底部显示 分享/收藏 按钮"
|
158 |
|
159 |
+
#: add-to-any.php:719
|
160 |
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>)"
|
161 |
msgstr "如果不选,请确定将以下代码置入于 <a href=\"theme-editor.php\">您的模板页面</a> 中 (包括 <code>index.php</code>,<code>single.php</code>,与/或 <code>page.php</code>)"
|
162 |
|
163 |
+
#: add-to-any.php:728
|
164 |
msgid "Menu Style"
|
165 |
msgstr "菜单风格"
|
166 |
|
167 |
+
#: add-to-any.php:730
|
168 |
msgid "Using AddToAny's Menu Styler, you can customize the colors of your Share/Save menu! When you're done, be sure to paste the generated code in the <a href=\"#\" onclick=\"document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false\">Additional Options</a> box below."
|
169 |
msgstr "使用 AddToAny 的菜单风格设置器,您可以自定义您的 分享/收藏 菜单的颜色!完成后,请将生成的代码粘贴于下方 <a href=\"#\" onclick=\"document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false\">附加选项</a> 框内。"
|
170 |
|
171 |
+
#: add-to-any.php:732
|
172 |
msgid "Open the AddToAny Menu Styler in a new window"
|
173 |
msgstr "在新窗口中打开 AddToAny 菜单风格设置器"
|
174 |
|
175 |
+
#: add-to-any.php:734
|
176 |
msgid "Open Menu Styler"
|
177 |
msgstr "打开菜单风格设置器"
|
178 |
|
179 |
+
#: add-to-any.php:739
|
180 |
msgid "Menu Options"
|
181 |
msgstr "菜单选项"
|
182 |
|
183 |
+
#: add-to-any.php:744
|
|
|
|
|
|
|
|
|
184 |
msgid "Show the title of the post (or page) within the menu"
|
185 |
msgstr "菜单中显示文章(或页面)的标题"
|
186 |
|
187 |
+
#: add-to-any.php:751
|
188 |
msgid "Only show the menu when the user clicks the Share/Save button"
|
189 |
msgstr "仅当用户点击 分享/收藏 按钮时显示菜单"
|
190 |
|
191 |
+
#: add-to-any.php:757
|
192 |
msgid "Open the addtoany.com menu page in a new tab or window if the user clicks the Share/Save button"
|
193 |
msgstr "如用户点击 分享/收藏 按钮,在新标签页或新窗口中打开 addtoany.com 菜单页面"
|
194 |
|
195 |
+
#: add-to-any.php:762
|
196 |
msgid "Additional Options"
|
197 |
msgstr "附加选项"
|
198 |
|
199 |
+
#: add-to-any.php:766
|
200 |
msgid "Paste the code from AddToAny's Menu Styler in the box below!"
|
201 |
msgstr "粘贴 AddToAny 菜单风格设置器生成的代码于下方框内!"
|
202 |
|
203 |
+
#: add-to-any.php:770
|
204 |
msgid "Below you can set special JavaScript variables to apply to each Share/Save menu."
|
205 |
msgstr "您可以设置特殊 JavaScript 变量以应用于全部 分享/收藏 菜单。"
|
206 |
|
207 |
+
#: add-to-any.php:771
|
208 |
msgid "Advanced users might want to explore AddToAny's <a href=\"http://www.addtoany.com/buttons/customize/\" target=\"_blank\">additional options</a>."
|
209 |
msgstr "高级用户可能希望尝试 AddToAny 的 <a href=\"http://www.addtoany.com/buttons/customize/\">JavaScript API</a> 所生成的代码。"
|
210 |
|
211 |
+
#: add-to-any.php:777
|
212 |
msgid "<strong>Note</strong>: If you're adding new code, be careful not to accidentally overwrite any previous code.</label>"
|
213 |
msgstr "<strong>注意</strong>: 如果您打算添加新代码,请小心不要意外覆盖任何先前代码。</label>"
|
214 |
|
215 |
+
#: add-to-any.php:782
|
216 |
#, fuzzy
|
217 |
msgid "Advanced Options"
|
218 |
msgstr "附加选项"
|
219 |
|
220 |
+
#: add-to-any.php:787
|
221 |
msgid "Use CSS stylesheet"
|
222 |
msgstr ""
|
223 |
|
224 |
+
#: add-to-any.php:792
|
225 |
msgid "Cache AddToAny locally with daily cache updates"
|
226 |
msgstr ""
|
227 |
|
228 |
+
#: add-to-any.php:796
|
229 |
msgid "If unchecked, be sure to place the CSS in your theme's stylesheet:"
|
230 |
msgstr ""
|
231 |
|
232 |
+
#: add-to-any.php:801
|
233 |
+
msgid "Only consider for sites with frequently returning visitors. Since many visitors will have AddToAny cached in their browser already, serving AddToAny locally from your site will be slower for those visitors. Be sure to set far future cache/expires headers for image files in your <code>uploads/addtoany</code> directory."
|
234 |
msgstr ""
|
235 |
|
236 |
+
#: add-to-any.php:808
|
237 |
msgid "Save Changes"
|
238 |
msgstr "保存更改"
|
239 |
|
240 |
+
#: add-to-any.php:813
|
241 |
msgid "Like this plugin?"
|
242 |
msgstr ""
|
243 |
|
244 |
+
#: add-to-any.php:814
|
245 |
msgid "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Give it a good rating</a> on WordPress.org."
|
246 |
msgstr ""
|
247 |
|
248 |
+
#: add-to-any.php:815
|
249 |
msgid "<a href=\"http://www.addtoany.com/share_save?linkname=WordPress%20Share%20%2F%20Bookmark%20Plugin%20by%20AddToAny.com&linkurl=http%3A%2F%2Fwordpress.org%2Fextend%2Fplugins%2Fadd-to-any%2F\">Share it</a> with your friends."
|
250 |
msgstr ""
|
251 |
|
252 |
+
#: add-to-any.php:817
|
253 |
msgid "Need support?"
|
254 |
msgstr ""
|
255 |
|
256 |
+
#: add-to-any.php:818
|
257 |
msgid "See the <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">FAQs</a>."
|
258 |
msgstr ""
|
259 |
|
260 |
+
#: add-to-any.php:819
|
261 |
msgid "Search the <a href=\"http://wordpress.org/tags/add-to-any\">support forums</a>."
|
262 |
msgstr ""
|
263 |
|
264 |
+
#: add-to-any.php:926
|
265 |
msgid "Add/Remove Services"
|
266 |
msgstr ""
|
267 |
|
268 |
+
#: add-to-any.php:978
|
269 |
msgid "Share/Save"
|
270 |
msgstr "分享/收藏"
|
271 |
|
272 |
+
#: add-to-any.php:979
|
273 |
msgid "Share/Save Buttons"
|
274 |
msgstr "分享/收藏 按钮"
|
275 |
|
276 |
+
#~ msgid ""
|
277 |
+
#~ "Hide embedded objects (Flash, video, etc.) that intersect with the menu "
|
278 |
+
#~ "when displayed"
|
279 |
+
#~ msgstr "菜单显示时隐藏与菜单相交的嵌入式对象(Flash,视频,等) "
|
280 |
+
|
281 |
#, fuzzy
|
282 |
#~ msgid "Services"
|
283 |
#~ msgstr "查找服务"
|
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: 2010-
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: Pat <no@no.com>\n"
|
8 |
"Language-Team: \n"
|
@@ -13,263 +13,259 @@ msgstr ""
|
|
13 |
"X-Poedit-Basepath: ../\n"
|
14 |
"X-Poedit-SearchPath-0: .\n"
|
15 |
|
16 |
-
#: add-to-any.php:
|
17 |
msgid "Share"
|
18 |
msgstr ""
|
19 |
|
20 |
-
#: add-to-any.php:
|
21 |
msgid "Save"
|
22 |
msgstr ""
|
23 |
|
24 |
-
#: add-to-any.php:
|
25 |
msgid "Subscribe"
|
26 |
msgstr ""
|
27 |
|
28 |
-
#: add-to-any.php:
|
29 |
msgid "E-mail"
|
30 |
msgstr ""
|
31 |
|
32 |
-
#: add-to-any.php:
|
33 |
msgid "Bookmark"
|
34 |
msgstr ""
|
35 |
|
36 |
-
#: add-to-any.php:
|
37 |
msgid "Show all"
|
38 |
msgstr ""
|
39 |
|
40 |
-
#: add-to-any.php:
|
41 |
msgid "Show less"
|
42 |
msgstr ""
|
43 |
|
44 |
-
#: add-to-any.php:
|
45 |
msgid "Find service(s)"
|
46 |
msgstr ""
|
47 |
|
48 |
-
#: add-to-any.php:
|
49 |
msgid "Instantly find any service to add to"
|
50 |
msgstr ""
|
51 |
|
52 |
-
#: add-to-any.php:
|
53 |
msgid "Powered by"
|
54 |
msgstr ""
|
55 |
|
56 |
-
#: add-to-any.php:
|
57 |
msgid "Share via e-mail"
|
58 |
msgstr ""
|
59 |
|
60 |
-
#: add-to-any.php:
|
61 |
msgid "Subscribe via e-mail"
|
62 |
msgstr ""
|
63 |
|
64 |
-
#: add-to-any.php:
|
65 |
msgid "Bookmark in your browser"
|
66 |
msgstr ""
|
67 |
|
68 |
-
#: add-to-any.php:
|
69 |
msgid "Press Ctrl+D or ⌘+D to bookmark this page"
|
70 |
msgstr ""
|
71 |
|
72 |
-
#: add-to-any.php:
|
73 |
msgid "Add to your favorites"
|
74 |
msgstr ""
|
75 |
|
76 |
-
#: add-to-any.php:
|
77 |
msgid "Send from any e-mail address or e-mail program"
|
78 |
msgstr ""
|
79 |
|
80 |
-
#: add-to-any.php:
|
81 |
msgid "E-mail program"
|
82 |
msgstr ""
|
83 |
|
84 |
-
#: add-to-any.php:
|
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 |
#, php-format
|
90 |
msgid "Unable to create directory %s. Is its parent directory writable by the server?"
|
91 |
msgstr ""
|
92 |
|
93 |
-
#: add-to-any.php:
|
94 |
-
#: add-to-any.php:
|
95 |
-
#: add-to-any.php:
|
96 |
-
#: add-to-any.php:
|
97 |
-
#: add-to-any.php:
|
98 |
-
#: add-to-any.php:
|
99 |
msgid "Share/Bookmark"
|
100 |
msgstr ""
|
101 |
|
102 |
-
#: add-to-any.php:
|
103 |
msgid "Settings saved."
|
104 |
msgstr ""
|
105 |
|
106 |
-
#: add-to-any.php:
|
107 |
msgid "AddToAny: Share/Save "
|
108 |
msgstr ""
|
109 |
|
110 |
-
#: add-to-any.php:
|
111 |
-
#: add-to-any.php:
|
112 |
-
#: add-to-any.php:
|
113 |
msgid "Settings"
|
114 |
msgstr ""
|
115 |
|
116 |
-
#: add-to-any.php:
|
117 |
msgid "Standalone Services"
|
118 |
msgstr ""
|
119 |
|
120 |
-
#: add-to-any.php:
|
121 |
msgid "Choose the services you want below. Click a chosen service again to remove. Reorder services by dragging and dropping as they appear above."
|
122 |
msgstr ""
|
123 |
|
124 |
-
#: add-to-any.php:
|
125 |
msgid "Button"
|
126 |
msgstr ""
|
127 |
|
128 |
-
#: add-to-any.php:
|
129 |
msgid "Image URL"
|
130 |
msgstr ""
|
131 |
|
132 |
-
#: add-to-any.php:
|
133 |
msgid "Text only"
|
134 |
msgstr ""
|
135 |
|
136 |
-
#: add-to-any.php:
|
137 |
msgid "Placement"
|
138 |
msgstr ""
|
139 |
|
140 |
-
#: add-to-any.php:
|
141 |
msgid "Display Share/Save button at the bottom of posts"
|
142 |
msgstr ""
|
143 |
|
144 |
-
#: add-to-any.php:
|
145 |
msgid "Display Share/Save button at the bottom of posts on the front page"
|
146 |
msgstr ""
|
147 |
|
148 |
-
#: add-to-any.php:
|
149 |
msgid "Display Share/Save button at the bottom of posts in the feed"
|
150 |
msgstr ""
|
151 |
|
152 |
-
#: add-to-any.php:
|
153 |
msgid "Display Share/Save button at the bottom of pages"
|
154 |
msgstr ""
|
155 |
|
156 |
-
#: add-to-any.php:
|
157 |
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>)"
|
158 |
msgstr ""
|
159 |
|
160 |
-
#: add-to-any.php:
|
161 |
msgid "Menu Style"
|
162 |
msgstr ""
|
163 |
|
164 |
-
#: add-to-any.php:
|
165 |
msgid "Using AddToAny's Menu Styler, you can customize the colors of your Share/Save menu! When you're done, be sure to paste the generated code in the <a href=\"#\" onclick=\"document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false\">Additional Options</a> box below."
|
166 |
msgstr ""
|
167 |
|
168 |
-
#: add-to-any.php:
|
169 |
msgid "Open the AddToAny Menu Styler in a new window"
|
170 |
msgstr ""
|
171 |
|
172 |
-
#: add-to-any.php:
|
173 |
msgid "Open Menu Styler"
|
174 |
msgstr ""
|
175 |
|
176 |
-
#: add-to-any.php:
|
177 |
msgid "Menu Options"
|
178 |
msgstr ""
|
179 |
|
180 |
-
#: add-to-any.php:
|
181 |
-
msgid "Hide embedded objects (Flash, video, etc.) that intersect with the menu when displayed"
|
182 |
-
msgstr ""
|
183 |
-
|
184 |
-
#: add-to-any.php:723
|
185 |
msgid "Show the title of the post (or page) within the menu"
|
186 |
msgstr ""
|
187 |
|
188 |
-
#: add-to-any.php:
|
189 |
msgid "Only show the menu when the user clicks the Share/Save button"
|
190 |
msgstr ""
|
191 |
|
192 |
-
#: add-to-any.php:
|
193 |
msgid "Open the addtoany.com menu page in a new tab or window if the user clicks the Share/Save button"
|
194 |
msgstr ""
|
195 |
|
196 |
-
#: add-to-any.php:
|
197 |
msgid "Additional Options"
|
198 |
msgstr ""
|
199 |
|
200 |
-
#: add-to-any.php:
|
201 |
msgid "Paste the code from AddToAny's Menu Styler in the box below!"
|
202 |
msgstr ""
|
203 |
|
204 |
-
#: add-to-any.php:
|
205 |
msgid "Below you can set special JavaScript variables to apply to each Share/Save menu."
|
206 |
msgstr ""
|
207 |
|
208 |
-
#: add-to-any.php:
|
209 |
msgid "Advanced users might want to explore AddToAny's <a href=\"http://www.addtoany.com/buttons/customize/\" target=\"_blank\">additional options</a>."
|
210 |
msgstr ""
|
211 |
|
212 |
-
#: add-to-any.php:
|
213 |
msgid "<strong>Note</strong>: If you're adding new code, be careful not to accidentally overwrite any previous code.</label>"
|
214 |
msgstr ""
|
215 |
|
216 |
-
#: add-to-any.php:
|
217 |
msgid "Advanced Options"
|
218 |
msgstr ""
|
219 |
|
220 |
-
#: add-to-any.php:
|
221 |
msgid "Use CSS stylesheet"
|
222 |
msgstr ""
|
223 |
|
224 |
-
#: add-to-any.php:
|
225 |
msgid "Cache AddToAny locally with daily cache updates"
|
226 |
msgstr ""
|
227 |
|
228 |
-
#: add-to-any.php:
|
229 |
msgid "If unchecked, be sure to place the CSS in your theme's stylesheet:"
|
230 |
msgstr ""
|
231 |
|
232 |
-
#: add-to-any.php:
|
233 |
-
msgid "Only consider for
|
234 |
msgstr ""
|
235 |
|
236 |
-
#: add-to-any.php:
|
237 |
msgid "Save Changes"
|
238 |
msgstr ""
|
239 |
|
240 |
-
#: add-to-any.php:
|
241 |
msgid "Like this plugin?"
|
242 |
msgstr ""
|
243 |
|
244 |
-
#: add-to-any.php:
|
245 |
msgid "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Give it a good rating</a> on WordPress.org."
|
246 |
msgstr ""
|
247 |
|
248 |
-
#: add-to-any.php:
|
249 |
msgid "<a href=\"http://www.addtoany.com/share_save?linkname=WordPress%20Share%20%2F%20Bookmark%20Plugin%20by%20AddToAny.com&linkurl=http%3A%2F%2Fwordpress.org%2Fextend%2Fplugins%2Fadd-to-any%2F\">Share it</a> with your friends."
|
250 |
msgstr ""
|
251 |
|
252 |
-
#: add-to-any.php:
|
253 |
msgid "Need support?"
|
254 |
msgstr ""
|
255 |
|
256 |
-
#: add-to-any.php:
|
257 |
msgid "See the <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">FAQs</a>."
|
258 |
msgstr ""
|
259 |
|
260 |
-
#: add-to-any.php:
|
261 |
msgid "Search the <a href=\"http://wordpress.org/tags/add-to-any\">support forums</a>."
|
262 |
msgstr ""
|
263 |
|
264 |
-
#: add-to-any.php:
|
265 |
msgid "Add/Remove Services"
|
266 |
msgstr ""
|
267 |
|
268 |
-
#: add-to-any.php:
|
269 |
msgid "Share/Save"
|
270 |
msgstr ""
|
271 |
|
272 |
-
#: add-to-any.php:
|
273 |
msgid "Share/Save Buttons"
|
274 |
msgstr ""
|
275 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: add-to-any\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2010-07-20 01:02-0800\n"
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: Pat <no@no.com>\n"
|
8 |
"Language-Team: \n"
|
13 |
"X-Poedit-Basepath: ../\n"
|
14 |
"X-Poedit-SearchPath-0: .\n"
|
15 |
|
16 |
+
#: add-to-any.php:258
|
17 |
msgid "Share"
|
18 |
msgstr ""
|
19 |
|
20 |
+
#: add-to-any.php:259
|
21 |
msgid "Save"
|
22 |
msgstr ""
|
23 |
|
24 |
+
#: add-to-any.php:260
|
25 |
msgid "Subscribe"
|
26 |
msgstr ""
|
27 |
|
28 |
+
#: add-to-any.php:261
|
29 |
msgid "E-mail"
|
30 |
msgstr ""
|
31 |
|
32 |
+
#: add-to-any.php:262
|
33 |
msgid "Bookmark"
|
34 |
msgstr ""
|
35 |
|
36 |
+
#: add-to-any.php:263
|
37 |
msgid "Show all"
|
38 |
msgstr ""
|
39 |
|
40 |
+
#: add-to-any.php:264
|
41 |
msgid "Show less"
|
42 |
msgstr ""
|
43 |
|
44 |
+
#: add-to-any.php:265
|
45 |
msgid "Find service(s)"
|
46 |
msgstr ""
|
47 |
|
48 |
+
#: add-to-any.php:266
|
49 |
msgid "Instantly find any service to add to"
|
50 |
msgstr ""
|
51 |
|
52 |
+
#: add-to-any.php:267
|
53 |
msgid "Powered by"
|
54 |
msgstr ""
|
55 |
|
56 |
+
#: add-to-any.php:268
|
57 |
msgid "Share via e-mail"
|
58 |
msgstr ""
|
59 |
|
60 |
+
#: add-to-any.php:269
|
61 |
msgid "Subscribe via e-mail"
|
62 |
msgstr ""
|
63 |
|
64 |
+
#: add-to-any.php:270
|
65 |
msgid "Bookmark in your browser"
|
66 |
msgstr ""
|
67 |
|
68 |
+
#: add-to-any.php:271
|
69 |
msgid "Press Ctrl+D or ⌘+D to bookmark this page"
|
70 |
msgstr ""
|
71 |
|
72 |
+
#: add-to-any.php:272
|
73 |
msgid "Add to your favorites"
|
74 |
msgstr ""
|
75 |
|
76 |
+
#: add-to-any.php:273
|
77 |
msgid "Send from any e-mail address or e-mail program"
|
78 |
msgstr ""
|
79 |
|
80 |
+
#: add-to-any.php:274
|
81 |
msgid "E-mail program"
|
82 |
msgstr ""
|
83 |
|
84 |
+
#: add-to-any.php:299
|
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:490
|
89 |
#, php-format
|
90 |
msgid "Unable to create directory %s. Is its parent directory writable by the server?"
|
91 |
msgstr ""
|
92 |
|
93 |
+
#: add-to-any.php:566
|
94 |
+
#: add-to-any.php:639
|
95 |
+
#: add-to-any.php:643
|
96 |
+
#: add-to-any.php:647
|
97 |
+
#: add-to-any.php:651
|
98 |
+
#: add-to-any.php:683
|
99 |
msgid "Share/Bookmark"
|
100 |
msgstr ""
|
101 |
|
102 |
+
#: add-to-any.php:580
|
103 |
msgid "Settings saved."
|
104 |
msgstr ""
|
105 |
|
106 |
+
#: add-to-any.php:593
|
107 |
msgid "AddToAny: Share/Save "
|
108 |
msgstr ""
|
109 |
|
110 |
+
#: add-to-any.php:593
|
111 |
+
#: add-to-any.php:978
|
112 |
+
#: add-to-any.php:1002
|
113 |
msgid "Settings"
|
114 |
msgstr ""
|
115 |
|
116 |
+
#: add-to-any.php:602
|
117 |
msgid "Standalone Services"
|
118 |
msgstr ""
|
119 |
|
120 |
+
#: add-to-any.php:607
|
121 |
msgid "Choose the services you want below. Click a chosen service again to remove. Reorder services by dragging and dropping as they appear above."
|
122 |
msgstr ""
|
123 |
|
124 |
+
#: add-to-any.php:634
|
125 |
msgid "Button"
|
126 |
msgstr ""
|
127 |
|
128 |
+
#: add-to-any.php:673
|
129 |
msgid "Image URL"
|
130 |
msgstr ""
|
131 |
|
132 |
+
#: add-to-any.php:680
|
133 |
msgid "Text only"
|
134 |
msgstr ""
|
135 |
|
136 |
+
#: add-to-any.php:688
|
137 |
msgid "Placement"
|
138 |
msgstr ""
|
139 |
|
140 |
+
#: add-to-any.php:697
|
141 |
msgid "Display Share/Save button at the bottom of posts"
|
142 |
msgstr ""
|
143 |
|
144 |
+
#: add-to-any.php:704
|
145 |
msgid "Display Share/Save button at the bottom of posts on the front page"
|
146 |
msgstr ""
|
147 |
|
148 |
+
#: add-to-any.php:711
|
149 |
msgid "Display Share/Save button at the bottom of posts in the feed"
|
150 |
msgstr ""
|
151 |
|
152 |
+
#: add-to-any.php:715
|
153 |
msgid "Display Share/Save button at the bottom of pages"
|
154 |
msgstr ""
|
155 |
|
156 |
+
#: add-to-any.php:719
|
157 |
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>)"
|
158 |
msgstr ""
|
159 |
|
160 |
+
#: add-to-any.php:728
|
161 |
msgid "Menu Style"
|
162 |
msgstr ""
|
163 |
|
164 |
+
#: add-to-any.php:730
|
165 |
msgid "Using AddToAny's Menu Styler, you can customize the colors of your Share/Save menu! When you're done, be sure to paste the generated code in the <a href=\"#\" onclick=\"document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false\">Additional Options</a> box below."
|
166 |
msgstr ""
|
167 |
|
168 |
+
#: add-to-any.php:732
|
169 |
msgid "Open the AddToAny Menu Styler in a new window"
|
170 |
msgstr ""
|
171 |
|
172 |
+
#: add-to-any.php:734
|
173 |
msgid "Open Menu Styler"
|
174 |
msgstr ""
|
175 |
|
176 |
+
#: add-to-any.php:739
|
177 |
msgid "Menu Options"
|
178 |
msgstr ""
|
179 |
|
180 |
+
#: add-to-any.php:744
|
|
|
|
|
|
|
|
|
181 |
msgid "Show the title of the post (or page) within the menu"
|
182 |
msgstr ""
|
183 |
|
184 |
+
#: add-to-any.php:751
|
185 |
msgid "Only show the menu when the user clicks the Share/Save button"
|
186 |
msgstr ""
|
187 |
|
188 |
+
#: add-to-any.php:757
|
189 |
msgid "Open the addtoany.com menu page in a new tab or window if the user clicks the Share/Save button"
|
190 |
msgstr ""
|
191 |
|
192 |
+
#: add-to-any.php:762
|
193 |
msgid "Additional Options"
|
194 |
msgstr ""
|
195 |
|
196 |
+
#: add-to-any.php:766
|
197 |
msgid "Paste the code from AddToAny's Menu Styler in the box below!"
|
198 |
msgstr ""
|
199 |
|
200 |
+
#: add-to-any.php:770
|
201 |
msgid "Below you can set special JavaScript variables to apply to each Share/Save menu."
|
202 |
msgstr ""
|
203 |
|
204 |
+
#: add-to-any.php:771
|
205 |
msgid "Advanced users might want to explore AddToAny's <a href=\"http://www.addtoany.com/buttons/customize/\" target=\"_blank\">additional options</a>."
|
206 |
msgstr ""
|
207 |
|
208 |
+
#: add-to-any.php:777
|
209 |
msgid "<strong>Note</strong>: If you're adding new code, be careful not to accidentally overwrite any previous code.</label>"
|
210 |
msgstr ""
|
211 |
|
212 |
+
#: add-to-any.php:782
|
213 |
msgid "Advanced Options"
|
214 |
msgstr ""
|
215 |
|
216 |
+
#: add-to-any.php:787
|
217 |
msgid "Use CSS stylesheet"
|
218 |
msgstr ""
|
219 |
|
220 |
+
#: add-to-any.php:792
|
221 |
msgid "Cache AddToAny locally with daily cache updates"
|
222 |
msgstr ""
|
223 |
|
224 |
+
#: add-to-any.php:796
|
225 |
msgid "If unchecked, be sure to place the CSS in your theme's stylesheet:"
|
226 |
msgstr ""
|
227 |
|
228 |
+
#: add-to-any.php:801
|
229 |
+
msgid "Only consider for sites with frequently returning visitors. Since many visitors will have AddToAny cached in their browser already, serving AddToAny locally from your site will be slower for those visitors. Be sure to set far future cache/expires headers for image files in your <code>uploads/addtoany</code> directory."
|
230 |
msgstr ""
|
231 |
|
232 |
+
#: add-to-any.php:808
|
233 |
msgid "Save Changes"
|
234 |
msgstr ""
|
235 |
|
236 |
+
#: add-to-any.php:813
|
237 |
msgid "Like this plugin?"
|
238 |
msgstr ""
|
239 |
|
240 |
+
#: add-to-any.php:814
|
241 |
msgid "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Give it a good rating</a> on WordPress.org."
|
242 |
msgstr ""
|
243 |
|
244 |
+
#: add-to-any.php:815
|
245 |
msgid "<a href=\"http://www.addtoany.com/share_save?linkname=WordPress%20Share%20%2F%20Bookmark%20Plugin%20by%20AddToAny.com&linkurl=http%3A%2F%2Fwordpress.org%2Fextend%2Fplugins%2Fadd-to-any%2F\">Share it</a> with your friends."
|
246 |
msgstr ""
|
247 |
|
248 |
+
#: add-to-any.php:817
|
249 |
msgid "Need support?"
|
250 |
msgstr ""
|
251 |
|
252 |
+
#: add-to-any.php:818
|
253 |
msgid "See the <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">FAQs</a>."
|
254 |
msgstr ""
|
255 |
|
256 |
+
#: add-to-any.php:819
|
257 |
msgid "Search the <a href=\"http://wordpress.org/tags/add-to-any\">support forums</a>."
|
258 |
msgstr ""
|
259 |
|
260 |
+
#: add-to-any.php:926
|
261 |
msgid "Add/Remove Services"
|
262 |
msgstr ""
|
263 |
|
264 |
+
#: add-to-any.php:978
|
265 |
msgid "Share/Save"
|
266 |
msgstr ""
|
267 |
|
268 |
+
#: add-to-any.php:979
|
269 |
msgid "Share/Save Buttons"
|
270 |
msgstr ""
|
271 |
|