AddToAny Share Buttons - Version 0.9.9.2.4

Version Description

Download this release

Release Info

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

Code changes from version 0.9.9.2.3 to 0.9.9.2.4

README.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.addtoany.com/contact/
4
  Tags: bookmarking, social, social bookmarking, bookmark, bookmarks, sharing, share, saving, save, Post, posts, page, pages, images, image, admin, statistics, stats, links, plugin, widget, e-mail, email, seo, button, delicious, google, digg, reddit, facebook, myspace, twitter, stumbleupon, technorati, wpmu, addtoany, add, any
5
  Requires at least: 2.0
6
  Tested up to: 2.7.1
7
- Stable tag: 0.9.9.2.3
8
 
9
  Help readers share, save, bookmark, and email your posts and pages using any service, such as Facebook, Twitter, Digg, Delicious and over 100 more.
10
 
@@ -22,7 +22,7 @@ Individual **service icons** let you optimize your blog posts for specific socia
22
  * Includes all services
23
  * Individual service links (**new!**)
24
  * Services updated automatically
25
- * WordPress optimized, localized (i18n for English, Spanish, Chinese, Danish, Belarusian)
26
  * Google Analytics integration
27
  * Many more publisher and user features
28
 
@@ -71,7 +71,7 @@ Or you can place the icons as individual links (without being wrapped in an HTML
71
 
72
  `<?php if( function_exists('ADDTOANY_SHARE_SAVE_ICONS') ) { ADDTOANY_SHARE_SAVE_ICONS(); } ?>`
73
 
74
- = How can I move both the individual icon and the button to another area of my theme? =
75
 
76
  In the Theme Editor, place this code block where you want the individual icons to appear in your theme:
77
 
@@ -104,6 +104,15 @@ This is done to overcome browser limitations that prevent the drop-down menu fro
104
 
105
  == Changelog ==
106
 
 
 
 
 
 
 
 
 
 
107
  .9.9.2.3:
108
 
109
  * Support for themes that do not support modern Loop methods
4
  Tags: bookmarking, social, social bookmarking, bookmark, bookmarks, sharing, share, saving, save, Post, posts, page, pages, images, image, admin, statistics, stats, links, plugin, widget, e-mail, email, seo, button, delicious, google, digg, reddit, facebook, myspace, twitter, stumbleupon, technorati, wpmu, addtoany, add, any
5
  Requires at least: 2.0
6
  Tested up to: 2.7.1
7
+ Stable tag: 0.9.9.2.4
8
 
9
  Help readers share, save, bookmark, and email your posts and pages using any service, such as Facebook, Twitter, Digg, Delicious and over 100 more.
10
 
22
  * Includes all services
23
  * Individual service links (**new!**)
24
  * Services updated automatically
25
+ * WordPress optimized, localized (i18n for English, Spanish, Chinese, Italian, Danish, Belarusian)
26
  * Google Analytics integration
27
  * Many more publisher and user features
28
 
71
 
72
  `<?php if( function_exists('ADDTOANY_SHARE_SAVE_ICONS') ) { ADDTOANY_SHARE_SAVE_ICONS(); } ?>`
73
 
74
+ = How can I move both the individual icons and the button to another area of my theme? =
75
 
76
  In the Theme Editor, place this code block where you want the individual icons to appear in your theme:
77
 
104
 
105
  == Changelog ==
106
 
107
+ .9.9.2.4:
108
+
109
+ * Alt attribute added to standalone service image
110
+ * Title attribute added to standalone service link
111
+ * Selected standalone services in admin are more distinguishable
112
+ * Italian translation (by <a href="http://gidibao.net/">Gianni</a>)
113
+ * i18n folder renamed to languages due to a problem with the CodeStyling Localization plugin
114
+ * Contrast improvements to Open Share Icon
115
+
116
  .9.9.2.3:
117
 
118
  * Support for themes that do not support modern Loop methods
add-to-any.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Add to Any: Share/Bookmark/Email Button
4
  Plugin URI: http://www.addtoany.com/
5
  Description: Help readers share, save, bookmark, and email your posts and pages using any service. [<a href="options-general.php?page=add-to-any.php">Settings</a>]
6
- Version: .9.9.2.3
7
  Author: Add to Any
8
  Author URI: http://www.addtoany.com/contact/
9
  */
@@ -25,8 +25,8 @@ $A2A_SHARE_SAVE_plugin_url_path = WP_PLUGIN_URL.'/'.$A2A_SHARE_SAVE_plugin_basen
25
  function A2A_SHARE_SAVE_textdomain() {
26
  global $A2A_SHARE_SAVE_plugin_url_path, $A2A_SHARE_SAVE_plugin_basename;
27
  load_plugin_textdomain('add-to-any',
28
- $A2A_SHARE_SAVE_plugin_url_path.'/i18n',
29
- $A2A_SHARE_SAVE_plugin_basename.'/i18n');
30
  }
31
  add_action('init', 'A2A_SHARE_SAVE_textdomain');
32
 
@@ -63,15 +63,11 @@ function ADDTOANY_SHARE_SAVE_ICONS( $args = false ) {
63
 
64
  $service = $A2A_SHARE_SAVE_services[$active_service];
65
  $safe_name = $active_service;
 
66
  $icon = $service['icon'];
67
  $url = "http://www.addtoany.com/add_to/" . $safe_name . "?linkurl=" . $linkurl_enc . "&amp;linkname=" . $linkname_enc;
68
- if(isset($service['description']) && $service['description'] != "") {
69
- $description = $service['description'];
70
- } else {
71
- $description = $service['safe'];
72
- }
73
- $link = $html_wrap_open."<a href=\"$url\" title=\"$description\" rel=\"nofollow\" target=\"_blank\">";
74
- $link .= "<img src=\"".$A2A_SHARE_SAVE_plugin_url_path."/icons/".$icon.".png\" title=\"$description\" alt=\"$description\"/>";
75
  $link .= "</a>".$html_wrap_close;
76
 
77
  $ind_html .= apply_filters('addtoany_link', $link);
@@ -196,7 +192,7 @@ if (!function_exists('A2A_menu_locale')) {
196
  ShareViaEmail: "' . __("Share via e-mail", "add-to-any") . '",
197
  SubscribeViaEmail: "' . __("Subscribe via e-mail", "add-to-any") . '",
198
  BookmarkInYourBrowser: "' . __("Bookmark in your browser", "add-to-any") . '",
199
- BookmarkInstructions: "' . __("Press Ctrl+D or Cmd+D to bookmark this page", "add-to-any") . '",
200
  AddToYourFavorites: "' . __("Add to your favorites", "add-to-any") . '",
201
  SendFromWebOrProgram: "' . __("Send from any e-mail address or e-mail program", "add-to-any") . '",
202
  EmailProgram: "' . __("E-mail program", "add-to-any") . '"
@@ -626,7 +622,7 @@ function A2A_SHARE_SAVE_admin_head() {
626
  if( jQuery('#addtoany_services_sortable li').not('.dummy').length==0 )
627
  jQuery('#addtoany_services_sortable').find('.dummy').hide();
628
 
629
- jQuery(this).fadeTo('fast', '.2')
630
  .unbind('click', moveToSortableList)
631
  .bind('click', moveToSelectableList)
632
  .clone()
@@ -642,7 +638,7 @@ function A2A_SHARE_SAVE_admin_head() {
642
 
643
  // Service click again = move back to selectable list
644
  var moveToSelectableList = function(){
645
- jQuery(this).fadeTo('fast', '1')
646
  .unbind('click', moveToSelectableList)
647
  .bind('click', moveToSortableList);
648
 
@@ -704,7 +700,9 @@ function A2A_SHARE_SAVE_admin_head() {
704
  #addtoany_services_selectable li{cursor:crosshair;float:left;width:150px;font-size:11px;margin:0;padding:3px;border:1px solid transparent;_border-color:#FAFAFA/*IE6*/;overflow:hidden;}
705
  <?php // white-space:nowrap could go above, but then webkit does not wrap floats if parent has no width set; wrapping in <span> instead (below) ?>
706
  #addtoany_services_selectable li span{white-space:nowrap;}
707
- #addtoany_services_selectable li:hover{border:1px solid #AAA;background-color:#FFF;}
 
 
708
  #addtoany_services_selectable li span img{margin:0 4px 0 4px;width:16px;height:16px;border:0;vertical-align:middle;}
709
 
710
  #addtoany_services_sortable li{cursor:move;float:left;padding:9px;border:1px solid transparent;_border-color:#FAFAFA/*IE6*/;}
3
  Plugin Name: Add to Any: Share/Bookmark/Email Button
4
  Plugin URI: http://www.addtoany.com/
5
  Description: Help readers share, save, bookmark, and email your posts and pages using any service. [<a href="options-general.php?page=add-to-any.php">Settings</a>]
6
+ Version: .9.9.2.4
7
  Author: Add to Any
8
  Author URI: http://www.addtoany.com/contact/
9
  */
25
  function A2A_SHARE_SAVE_textdomain() {
26
  global $A2A_SHARE_SAVE_plugin_url_path, $A2A_SHARE_SAVE_plugin_basename;
27
  load_plugin_textdomain('add-to-any',
28
+ $A2A_SHARE_SAVE_plugin_url_path.'/languages',
29
+ $A2A_SHARE_SAVE_plugin_basename.'/languages');
30
  }
31
  add_action('init', 'A2A_SHARE_SAVE_textdomain');
32
 
63
 
64
  $service = $A2A_SHARE_SAVE_services[$active_service];
65
  $safe_name = $active_service;
66
+ $name = $service['name'];
67
  $icon = $service['icon'];
68
  $url = "http://www.addtoany.com/add_to/" . $safe_name . "?linkurl=" . $linkurl_enc . "&amp;linkname=" . $linkname_enc;
69
+ $link = $html_wrap_open."<a href=\"$url\" title=\"$name\" rel=\"nofollow\" target=\"_blank\">";
70
+ $link .= "<img src=\"".$A2A_SHARE_SAVE_plugin_url_path."/icons/".$icon.".png\" alt=\"$name\"/>";
 
 
 
 
 
71
  $link .= "</a>".$html_wrap_close;
72
 
73
  $ind_html .= apply_filters('addtoany_link', $link);
192
  ShareViaEmail: "' . __("Share via e-mail", "add-to-any") . '",
193
  SubscribeViaEmail: "' . __("Subscribe via e-mail", "add-to-any") . '",
194
  BookmarkInYourBrowser: "' . __("Bookmark in your browser", "add-to-any") . '",
195
+ BookmarkInstructions: "' . __("Press Ctrl+D or &#8984;+D to bookmark this page", "add-to-any") . '",
196
  AddToYourFavorites: "' . __("Add to your favorites", "add-to-any") . '",
197
  SendFromWebOrProgram: "' . __("Send from any e-mail address or e-mail program", "add-to-any") . '",
198
  EmailProgram: "' . __("E-mail program", "add-to-any") . '"
622
  if( jQuery('#addtoany_services_sortable li').not('.dummy').length==0 )
623
  jQuery('#addtoany_services_sortable').find('.dummy').hide();
624
 
625
+ jQuery(this).toggleClass('addtoany_selected')
626
  .unbind('click', moveToSortableList)
627
  .bind('click', moveToSelectableList)
628
  .clone()
638
 
639
  // Service click again = move back to selectable list
640
  var moveToSelectableList = function(){
641
+ jQuery(this).toggleClass('addtoany_selected')
642
  .unbind('click', moveToSelectableList)
643
  .bind('click', moveToSortableList);
644
 
700
  #addtoany_services_selectable li{cursor:crosshair;float:left;width:150px;font-size:11px;margin:0;padding:3px;border:1px solid transparent;_border-color:#FAFAFA/*IE6*/;overflow:hidden;}
701
  <?php // white-space:nowrap could go above, but then webkit does not wrap floats if parent has no width set; wrapping in <span> instead (below) ?>
702
  #addtoany_services_selectable li span{white-space:nowrap;}
703
+ #addtoany_services_selectable li:hover, #addtoany_services_selectable li.addtoany_selected{border:1px solid #AAA;background-color:#FFF;}
704
+ #addtoany_services_selectable li.addtoany_selected:hover{border-color:#F00;}
705
+ #addtoany_services_selectable li:active{border:1px solid #000;}
706
  #addtoany_services_selectable li span img{margin:0 4px 0 4px;width:16px;height:16px;border:0;vertical-align:middle;}
707
 
708
  #addtoany_services_sortable li{cursor:move;float:left;padding:9px;border:1px solid transparent;_border-color:#FAFAFA/*IE6*/;}
{i18n → languages}/add-to-any-be.mo RENAMED
File without changes
{i18n → languages}/add-to-any-be.po RENAMED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: add-to-any\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2009-04-17 02:32-0800\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: MicroPat\n"
8
  "Language-Team: Marcis Gasuns <mrilyuha@gmail.com>\n"
@@ -15,229 +15,230 @@ msgstr ""
15
  "X-Poedit-Country: BELARUS\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
 
18
- #: add-to-any.php:195
19
  msgid "Share"
20
  msgstr "Падзяліць"
21
 
22
- #: add-to-any.php:196
23
  msgid "Save"
24
  msgstr "Захаваць"
25
 
26
- #: add-to-any.php:197
27
  msgid "Subscribe"
28
  msgstr "Падпісацца"
29
 
30
- #: add-to-any.php:198
31
  msgid "E-mail"
32
  msgstr "Электоронная пошта"
33
 
34
- #: add-to-any.php:199
35
  msgid "Bookmark"
36
  msgstr "Закладка"
37
 
38
- #: add-to-any.php:200
39
  msgid "Show all"
40
  msgstr "Паказаць усё"
41
 
42
- #: add-to-any.php:201
43
  msgid "Show less"
44
  msgstr "Паказаць менш"
45
 
46
- #: add-to-any.php:202
47
  msgid "Find service(s)"
48
  msgstr "Знайсці паслугу(і)"
49
 
50
- #: add-to-any.php:203
51
  msgid "Instantly find any service to add to"
52
  msgstr "Імгненна знайсці яку-небудзь паслугу, каб дадаць да"
53
 
54
- #: add-to-any.php:204
55
  msgid "Powered by"
56
  msgstr "Кіруецца"
57
 
58
- #: add-to-any.php:205
59
  msgid "Share via e-mail"
60
  msgstr "Адправіць па электроннай пошце"
61
 
62
- #: add-to-any.php:206
63
  msgid "Subscribe via e-mail"
64
  msgstr "Падпісацца па электроннай пошце"
65
 
66
- #: add-to-any.php:207
67
  msgid "Bookmark in your browser"
68
  msgstr "Закладка ў вашым браузеры"
69
 
70
- #: add-to-any.php:208
71
- msgid "Press Ctrl+D or Cmd+D to bookmark this page"
 
72
  msgstr "Націсніце Ctrl+D ці Cmd+D, каб стварыць закладку гэтай старонкі"
73
 
74
- #: add-to-any.php:209
75
  msgid "Add to your favorites"
76
  msgstr "Дадаць у выбранае"
77
 
78
- #: add-to-any.php:210
79
  msgid "Send from any e-mail address or e-mail program"
80
  msgstr "Адправіць з любога пошатовага адрасу ці з паштовай праграмы"
81
 
82
- #: add-to-any.php:211
83
  msgid "E-mail program"
84
  msgstr "Паштовая праграма"
85
 
86
- #: add-to-any.php:236
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>&lt;?php wp_footer(); ?&gt;</code> just before the <code>&lt;/body&gt;</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:384
91
  msgid "Settings saved."
92
  msgstr "Наладкі захаваны"
93
 
94
- #: add-to-any.php:395
95
  msgid "Add to Any: Share/Save "
96
  msgstr "Дадаць у любое: падзяліць/захаваць"
97
 
98
- #: add-to-any.php:395
99
- #: add-to-any.php:736
100
  msgid "Settings"
101
  msgstr "Наладкі"
102
 
103
- #: add-to-any.php:405
104
  #, fuzzy
105
  msgid "Standalone Services"
106
  msgstr "Дадаць/Выдаліць паслугі"
107
 
108
- #: add-to-any.php:410
109
  msgid "Choose the services you want below. &nbsp;Click a chosen service again to remove. &nbsp;Reorder services by dragging and dropping as they appear above."
110
  msgstr ""
111
 
112
- #: add-to-any.php:429
113
  msgid "Button"
114
  msgstr "Клавіша"
115
 
116
- #: add-to-any.php:468
117
  msgid "Image URL"
118
  msgstr "URL de l'imatge"
119
 
120
- #: add-to-any.php:475
121
  msgid "Text only"
122
  msgstr "Толькт тэкст"
123
 
124
- #: add-to-any.php:483
125
  msgid "Placement"
126
  msgstr "Размяшчэнне"
127
 
128
- #: add-to-any.php:492
129
  msgid "Display Share/Save button at the bottom of posts"
130
  msgstr "Паказаць клавішу Адкрыць / Захаваць унізе запісаў"
131
 
132
- #: add-to-any.php:499
133
  msgid "Display Share/Save button at the bottom of posts on the front page"
134
  msgstr "Паказаць клавішу Адкрыць/Захаваць унізе запісаў на тытульнай старонцы"
135
 
136
- #: add-to-any.php:506
137
  msgid "Display Share/Save button at the bottom of posts in the feed"
138
  msgstr ""
139
 
140
- #: add-to-any.php:510
141
  msgid "Display Share/Save button at the bottom of pages"
142
  msgstr "Паказаць клавішу Адкрыць/Захаваць унізе старонак"
143
 
144
- #: add-to-any.php:514
145
  msgid "If unchecked, be sure to place the following code in <a href=\"theme-editor.php\">your template pages</a> (within <code>index.php</code>, <code>single.php</code>, and/or <code>page.php</code>)"
146
  msgstr "Калі яе не спыніць, то не забудзьцеся змясціць наступны код у <a href=\"theme-editor.php\"> шаблон старонкі </ A> (у <code> index.php </code>, <code> сінгл. PHP </cod> і / або <code> page.php </ code>) \t\t \t"
147
 
148
- #: add-to-any.php:520
149
  msgid "Menu Style"
150
  msgstr "Стыль меню"
151
 
152
- #: add-to-any.php:522
153
  msgid "Using Add to Any's Menu Styler, you can customize the colors of your Share/Save menu! When you're done, be sure to paste the generated code in the <a href=\"#\" onclick=\"document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false\">Additional Options</a> box below."
154
  msgstr "Выкарыстанне Дадаць у любое меню Styler, вы можаце наладзіць колеры вашага Адкрыць / Захаваць мяню! Калі вы скончыце, не забудзьцеся ўставіць генераваны код у <a href=\"#\" onclick=\"document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false\"> Дадатковыя параметры </ A> ніжэй."
155
 
156
- #: add-to-any.php:524
157
  msgid "Open the Add to Any Menu Styler in a new window"
158
  msgstr "Адкрыць Дадаць у меню Styler у новым акне"
159
 
160
- #: add-to-any.php:526
161
  msgid "Open Menu Styler"
162
  msgstr "Адкрыць меню Styler"
163
 
164
- #: add-to-any.php:531
165
  msgid "Menu Options"
166
  msgstr "Меню опцый"
167
 
168
- #: add-to-any.php:536
169
  msgid "Hide embedded objects (Flash, video, etc.) that intersect with the menu when displayed"
170
  msgstr "Схаваць убудаваыях аб'екты (Flash, відэа і г.д.), якія перасякаюцца з меню пры адлюстраванні"
171
 
172
- #: add-to-any.php:541
173
  msgid "Show the title of the post (or page) within the menu"
174
  msgstr "Паказаць назву запісу(альбо старонкі) без меню"
175
 
176
- #: add-to-any.php:548
177
  msgid "Only show the menu when the user clicks the Share/Save button"
178
  msgstr " Паказваць толькі меню, калі карыстальнік клікае клавішу Адкрыць/Захаваць"
179
 
180
- #: add-to-any.php:554
181
  msgid "Open the addtoany.com menu page in a new tab or window if the user clicks the Share/Save button"
182
  msgstr "Адкрыць меню addtoany.com старонкі ў новую ўкладку або акно, калі карыстальнік націскае кнопку Адкрыць/ Захаваць \t\t \t"
183
 
184
- #: add-to-any.php:559
185
  msgid "Additional Options"
186
  msgstr "Дадатковыя Опцыі"
187
 
188
- #: add-to-any.php:563
189
  msgid "Paste the code from Add to Any's Menu Styler in the box below!"
190
  msgstr "Уставіць код з Дадаць у любое меню Styler у поле ніжэй!"
191
 
192
- #: add-to-any.php:567
193
  msgid "Below you can set special JavaScript variables to apply to each Share/Save menu."
194
  msgstr "Ніжэй вы можаце ўсталяваць адмысловы JavaScript, які будзе ўжывацца да кожнага Адкрыць / Захаваць меню."
195
 
196
- #: add-to-any.php:568
197
  msgid "Advanced users might want to explore Add to Any's <a href=\"http://www.addtoany.com/buttons/api/\" target=\"_blank\">JavaScript API</a>."
198
  msgstr "Дасведчаныя карыстальнікі, магчыма, пажадаюць вывучыць Дадаць у <a href=\"http://www.addtoany.com/buttons/api/\" target=\"_blank\"> JavaScript API </ A>."
199
 
200
- #: add-to-any.php:574
201
  msgid "<strong>Note</strong>: If you're adding new code, be careful not to accidentally overwrite any previous code.</label>"
202
  msgstr "<strong>Note</strong>: If you're adding new code, be careful not to accidentally overwrite any previous code.</label><strong>Заўвага</strong> : Калі Вы дадаеце новы код, будзьце ўважлівыя і не перапішыце выпадкова любы папярэдні код."
203
 
204
- #: add-to-any.php:581
205
  msgid "Save Changes"
206
  msgstr "Захаваць змены"
207
 
208
- #: add-to-any.php:586
209
  msgid "Like this plugin?"
210
  msgstr "Як і гэты плагін?"
211
 
212
- #: add-to-any.php:587
213
  msgid "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Give it a good rating</a> on WordPress.org."
214
  msgstr ""
215
 
216
- #: add-to-any.php:588
217
  msgid "<a href=\"http://www.addtoany.com/share_save?linkname=WordPress%20Share%20Plugin%20by%20AddToAny.com&amp;linkurl=http%3A%2F%2Fwordpress.org%2Fextend%2Fplugins%2Fadd-to-any%2F\">Share it</a> with your friends."
218
  msgstr ""
219
 
220
- #: add-to-any.php:590
221
  msgid "Need support?"
222
  msgstr "Патрэбна падтрымка?"
223
 
224
- #: add-to-any.php:591
225
  msgid "See the <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">FAQs</a>."
226
  msgstr "Паглядзіце <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">FAQs</a>."
227
 
228
- #: add-to-any.php:592
229
  msgid "Search the <a href=\"http://wordpress.org/tags/add-to-any\">support forums</a>."
230
  msgstr "Пошук <a href=\"http://wordpress.org/tags/add-to-any\">support forums</a>."
231
 
232
- #: add-to-any.php:699
233
  msgid "Add/Remove Services"
234
  msgstr "Дадаць/Выдаліць паслугі"
235
 
236
- #: add-to-any.php:736
237
  msgid "Share/Save"
238
  msgstr "Адкрыць/Захаваць"
239
 
240
- #: add-to-any.php:737
241
  msgid "Share/Save Buttons"
242
  msgstr "Кнопка Адкрыць/Захаваць"
243
 
2
  msgstr ""
3
  "Project-Id-Version: add-to-any\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2009-05-01 02:10-0800\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: MicroPat\n"
8
  "Language-Team: Marcis Gasuns <mrilyuha@gmail.com>\n"
15
  "X-Poedit-Country: BELARUS\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
 
18
+ #: add-to-any.php:182
19
  msgid "Share"
20
  msgstr "Падзяліць"
21
 
22
+ #: add-to-any.php:183
23
  msgid "Save"
24
  msgstr "Захаваць"
25
 
26
+ #: add-to-any.php:184
27
  msgid "Subscribe"
28
  msgstr "Падпісацца"
29
 
30
+ #: add-to-any.php:185
31
  msgid "E-mail"
32
  msgstr "Электоронная пошта"
33
 
34
+ #: add-to-any.php:186
35
  msgid "Bookmark"
36
  msgstr "Закладка"
37
 
38
+ #: add-to-any.php:187
39
  msgid "Show all"
40
  msgstr "Паказаць усё"
41
 
42
+ #: add-to-any.php:188
43
  msgid "Show less"
44
  msgstr "Паказаць менш"
45
 
46
+ #: add-to-any.php:189
47
  msgid "Find service(s)"
48
  msgstr "Знайсці паслугу(і)"
49
 
50
+ #: add-to-any.php:190
51
  msgid "Instantly find any service to add to"
52
  msgstr "Імгненна знайсці яку-небудзь паслугу, каб дадаць да"
53
 
54
+ #: add-to-any.php:191
55
  msgid "Powered by"
56
  msgstr "Кіруецца"
57
 
58
+ #: add-to-any.php:192
59
  msgid "Share via e-mail"
60
  msgstr "Адправіць па электроннай пошце"
61
 
62
+ #: add-to-any.php:193
63
  msgid "Subscribe via e-mail"
64
  msgstr "Падпісацца па электроннай пошце"
65
 
66
+ #: add-to-any.php:194
67
  msgid "Bookmark in your browser"
68
  msgstr "Закладка ў вашым браузеры"
69
 
70
+ #: add-to-any.php:195
71
+ #, fuzzy
72
+ msgid "Press Ctrl+D or &#8984;+D to bookmark this page"
73
  msgstr "Націсніце Ctrl+D ці Cmd+D, каб стварыць закладку гэтай старонкі"
74
 
75
+ #: add-to-any.php:196
76
  msgid "Add to your favorites"
77
  msgstr "Дадаць у выбранае"
78
 
79
+ #: add-to-any.php:197
80
  msgid "Send from any e-mail address or e-mail program"
81
  msgstr "Адправіць з любога пошатовага адрасу ці з паштовай праграмы"
82
 
83
+ #: add-to-any.php:198
84
  msgid "E-mail program"
85
  msgstr "Паштовая праграма"
86
 
87
+ #: add-to-any.php:223
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>&lt;?php wp_footer(); ?&gt;</code> just before the <code>&lt;/body&gt;</code> line of your theme's <code>footer.php</code> file."
89
  msgstr "Ваша тэма павінна быць выпраўленая. Каб выправіць вашу тэму, выкарыстайце <a href=\"theme-editor.php\"> Тэма рэдактар </ A>, каб уставіць <code> <? PHP wp_footer ();?> </ Code> незадоўга да <code> </ BODY> </ Code> лінію вашай тэмы <code> footer.php </ cod> файл."
90
 
91
+ #: add-to-any.php:371
92
  msgid "Settings saved."
93
  msgstr "Наладкі захаваны"
94
 
95
+ #: add-to-any.php:382
96
  msgid "Add to Any: Share/Save "
97
  msgstr "Дадаць у любое: падзяліць/захаваць"
98
 
99
+ #: add-to-any.php:382
100
+ #: add-to-any.php:725
101
  msgid "Settings"
102
  msgstr "Наладкі"
103
 
104
+ #: add-to-any.php:392
105
  #, fuzzy
106
  msgid "Standalone Services"
107
  msgstr "Дадаць/Выдаліць паслугі"
108
 
109
+ #: add-to-any.php:397
110
  msgid "Choose the services you want below. &nbsp;Click a chosen service again to remove. &nbsp;Reorder services by dragging and dropping as they appear above."
111
  msgstr ""
112
 
113
+ #: add-to-any.php:416
114
  msgid "Button"
115
  msgstr "Клавіша"
116
 
117
+ #: add-to-any.php:455
118
  msgid "Image URL"
119
  msgstr "URL de l'imatge"
120
 
121
+ #: add-to-any.php:462
122
  msgid "Text only"
123
  msgstr "Толькт тэкст"
124
 
125
+ #: add-to-any.php:470
126
  msgid "Placement"
127
  msgstr "Размяшчэнне"
128
 
129
+ #: add-to-any.php:479
130
  msgid "Display Share/Save button at the bottom of posts"
131
  msgstr "Паказаць клавішу Адкрыць / Захаваць унізе запісаў"
132
 
133
+ #: add-to-any.php:486
134
  msgid "Display Share/Save button at the bottom of posts on the front page"
135
  msgstr "Паказаць клавішу Адкрыць/Захаваць унізе запісаў на тытульнай старонцы"
136
 
137
+ #: add-to-any.php:493
138
  msgid "Display Share/Save button at the bottom of posts in the feed"
139
  msgstr ""
140
 
141
+ #: add-to-any.php:497
142
  msgid "Display Share/Save button at the bottom of pages"
143
  msgstr "Паказаць клавішу Адкрыць/Захаваць унізе старонак"
144
 
145
+ #: add-to-any.php:501
146
  msgid "If unchecked, be sure to place the following code in <a href=\"theme-editor.php\">your template pages</a> (within <code>index.php</code>, <code>single.php</code>, and/or <code>page.php</code>)"
147
  msgstr "Калі яе не спыніць, то не забудзьцеся змясціць наступны код у <a href=\"theme-editor.php\"> шаблон старонкі </ A> (у <code> index.php </code>, <code> сінгл. PHP </cod> і / або <code> page.php </ code>) \t\t \t"
148
 
149
+ #: add-to-any.php:507
150
  msgid "Menu Style"
151
  msgstr "Стыль меню"
152
 
153
+ #: add-to-any.php:509
154
  msgid "Using Add to Any's Menu Styler, you can customize the colors of your Share/Save menu! When you're done, be sure to paste the generated code in the <a href=\"#\" onclick=\"document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false\">Additional Options</a> box below."
155
  msgstr "Выкарыстанне Дадаць у любое меню Styler, вы можаце наладзіць колеры вашага Адкрыць / Захаваць мяню! Калі вы скончыце, не забудзьцеся ўставіць генераваны код у <a href=\"#\" onclick=\"document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false\"> Дадатковыя параметры </ A> ніжэй."
156
 
157
+ #: add-to-any.php:511
158
  msgid "Open the Add to Any Menu Styler in a new window"
159
  msgstr "Адкрыць Дадаць у меню Styler у новым акне"
160
 
161
+ #: add-to-any.php:513
162
  msgid "Open Menu Styler"
163
  msgstr "Адкрыць меню Styler"
164
 
165
+ #: add-to-any.php:518
166
  msgid "Menu Options"
167
  msgstr "Меню опцый"
168
 
169
+ #: add-to-any.php:523
170
  msgid "Hide embedded objects (Flash, video, etc.) that intersect with the menu when displayed"
171
  msgstr "Схаваць убудаваыях аб'екты (Flash, відэа і г.д.), якія перасякаюцца з меню пры адлюстраванні"
172
 
173
+ #: add-to-any.php:528
174
  msgid "Show the title of the post (or page) within the menu"
175
  msgstr "Паказаць назву запісу(альбо старонкі) без меню"
176
 
177
+ #: add-to-any.php:535
178
  msgid "Only show the menu when the user clicks the Share/Save button"
179
  msgstr " Паказваць толькі меню, калі карыстальнік клікае клавішу Адкрыць/Захаваць"
180
 
181
+ #: add-to-any.php:541
182
  msgid "Open the addtoany.com menu page in a new tab or window if the user clicks the Share/Save button"
183
  msgstr "Адкрыць меню addtoany.com старонкі ў новую ўкладку або акно, калі карыстальнік націскае кнопку Адкрыць/ Захаваць \t\t \t"
184
 
185
+ #: add-to-any.php:546
186
  msgid "Additional Options"
187
  msgstr "Дадатковыя Опцыі"
188
 
189
+ #: add-to-any.php:550
190
  msgid "Paste the code from Add to Any's Menu Styler in the box below!"
191
  msgstr "Уставіць код з Дадаць у любое меню Styler у поле ніжэй!"
192
 
193
+ #: add-to-any.php:554
194
  msgid "Below you can set special JavaScript variables to apply to each Share/Save menu."
195
  msgstr "Ніжэй вы можаце ўсталяваць адмысловы JavaScript, які будзе ўжывацца да кожнага Адкрыць / Захаваць меню."
196
 
197
+ #: add-to-any.php:555
198
  msgid "Advanced users might want to explore Add to Any's <a href=\"http://www.addtoany.com/buttons/api/\" target=\"_blank\">JavaScript API</a>."
199
  msgstr "Дасведчаныя карыстальнікі, магчыма, пажадаюць вывучыць Дадаць у <a href=\"http://www.addtoany.com/buttons/api/\" target=\"_blank\"> JavaScript API </ A>."
200
 
201
+ #: add-to-any.php:561
202
  msgid "<strong>Note</strong>: If you're adding new code, be careful not to accidentally overwrite any previous code.</label>"
203
  msgstr "<strong>Note</strong>: If you're adding new code, be careful not to accidentally overwrite any previous code.</label><strong>Заўвага</strong> : Калі Вы дадаеце новы код, будзьце ўважлівыя і не перапішыце выпадкова любы папярэдні код."
204
 
205
+ #: add-to-any.php:568
206
  msgid "Save Changes"
207
  msgstr "Захаваць змены"
208
 
209
+ #: add-to-any.php:573
210
  msgid "Like this plugin?"
211
  msgstr "Як і гэты плагін?"
212
 
213
+ #: add-to-any.php:574
214
  msgid "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Give it a good rating</a> on WordPress.org."
215
  msgstr ""
216
 
217
+ #: add-to-any.php:575
218
  msgid "<a href=\"http://www.addtoany.com/share_save?linkname=WordPress%20Share%20Plugin%20by%20AddToAny.com&amp;linkurl=http%3A%2F%2Fwordpress.org%2Fextend%2Fplugins%2Fadd-to-any%2F\">Share it</a> with your friends."
219
  msgstr ""
220
 
221
+ #: add-to-any.php:577
222
  msgid "Need support?"
223
  msgstr "Патрэбна падтрымка?"
224
 
225
+ #: add-to-any.php:578
226
  msgid "See the <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">FAQs</a>."
227
  msgstr "Паглядзіце <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">FAQs</a>."
228
 
229
+ #: add-to-any.php:579
230
  msgid "Search the <a href=\"http://wordpress.org/tags/add-to-any\">support forums</a>."
231
  msgstr "Пошук <a href=\"http://wordpress.org/tags/add-to-any\">support forums</a>."
232
 
233
+ #: add-to-any.php:686
234
  msgid "Add/Remove Services"
235
  msgstr "Дадаць/Выдаліць паслугі"
236
 
237
+ #: add-to-any.php:725
238
  msgid "Share/Save"
239
  msgstr "Адкрыць/Захаваць"
240
 
241
+ #: add-to-any.php:726
242
  msgid "Share/Save Buttons"
243
  msgstr "Кнопка Адкрыць/Захаваць"
244
 
{i18n → languages}/add-to-any-ca.mo RENAMED
File without changes
{i18n → languages}/add-to-any-ca.po RENAMED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: add-to-any\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2009-04-17 02:32-0800\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Robert Antoni Buj Gelonch <rbuj@wanadoo.es>\n"
8
  "Language-Team: <robert.buj@gmail.com>\n"
@@ -15,229 +15,230 @@ msgstr ""
15
  "X-Poedit-Country: SPAIN\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
 
18
- #: add-to-any.php:195
19
  msgid "Share"
20
  msgstr "Compartir"
21
 
22
- #: add-to-any.php:196
23
  msgid "Save"
24
  msgstr "Desar"
25
 
26
- #: add-to-any.php:197
27
  msgid "Subscribe"
28
  msgstr "Subscriures"
29
 
30
- #: add-to-any.php:198
31
  msgid "E-mail"
32
  msgstr "Correu electrònic"
33
 
34
- #: add-to-any.php:199
35
  msgid "Bookmark"
36
  msgstr "Preferit"
37
 
38
- #: add-to-any.php:200
39
  msgid "Show all"
40
  msgstr "Mostrar tots"
41
 
42
- #: add-to-any.php:201
43
  msgid "Show less"
44
  msgstr "Mostrar menys"
45
 
46
- #: add-to-any.php:202
47
  msgid "Find service(s)"
48
  msgstr "Buscar servei(s)"
49
 
50
- #: add-to-any.php:203
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:204
55
  msgid "Powered by"
56
  msgstr "Potenciat per"
57
 
58
- #: add-to-any.php:205
59
  msgid "Share via e-mail"
60
  msgstr "Compartir per correu electrònic"
61
 
62
- #: add-to-any.php:206
63
  msgid "Subscribe via e-mail"
64
  msgstr "Subscriure per correu electrònic"
65
 
66
- #: add-to-any.php:207
67
  msgid "Bookmark in your browser"
68
  msgstr "Afegir l'adreça d'interès al vostre navegador"
69
 
70
- #: add-to-any.php:208
71
- msgid "Press Ctrl+D or Cmd+D to bookmark this page"
 
72
  msgstr "Pressioneu Ctrl+D o Cmd+D per afegir a preferits aquesta pàgina"
73
 
74
- #: add-to-any.php:209
75
  msgid "Add to your favorites"
76
  msgstr "Afegir als vostres favorits"
77
 
78
- #: add-to-any.php:210
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:211
83
  msgid "E-mail program"
84
  msgstr "Programa de correu electrònic"
85
 
86
- #: add-to-any.php:236
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>&lt;?php wp_footer(); ?&gt;</code> just before the <code>&lt;/body&gt;</code> line of your theme's <code>footer.php</code> file."
88
  msgstr "El vostre tema ha de ser corretgit. per corretgir-lo, utilitzeu l'<a href=\"theme-editor.php\">Editor de tema</a> per afegir <code>&lt;?php wp_footer(); ?&gt;</code> justament abans de la línia <code>&lt;/body&gt;</code> del vostre tema al fitxer <code>footer.php</code>."
89
 
90
- #: add-to-any.php:384
91
  msgid "Settings saved."
92
  msgstr "Preferències desades."
93
 
94
- #: add-to-any.php:395
95
  msgid "Add to Any: Share/Save "
96
  msgstr "Add to Any: Compartir/Desar "
97
 
98
- #: add-to-any.php:395
99
- #: add-to-any.php:736
100
  msgid "Settings"
101
  msgstr "Preferències"
102
 
103
- #: add-to-any.php:405
104
  #, fuzzy
105
  msgid "Standalone Services"
106
  msgstr "Serveis Compartir/Desar"
107
 
108
- #: add-to-any.php:410
109
  msgid "Choose the services you want below. &nbsp;Click a chosen service again to remove. &nbsp;Reorder services by dragging and dropping as they appear above."
110
  msgstr "Seleccioneu els serveis que voleu a continuació. &nbsp;Cliqueu a un servei de nou per eliminar-lo. &nbsp;Reordeneu els serveis arrossegant-los i deixant-los en l'ordre que dessitgeu."
111
 
112
- #: add-to-any.php:429
113
  msgid "Button"
114
  msgstr "Botó"
115
 
116
- #: add-to-any.php:468
117
  msgid "Image URL"
118
  msgstr "URL de l'imatge"
119
 
120
- #: add-to-any.php:475
121
  msgid "Text only"
122
  msgstr "Només text"
123
 
124
- #: add-to-any.php:483
125
  msgid "Placement"
126
  msgstr "Emplaçament"
127
 
128
- #: add-to-any.php:492
129
  msgid "Display Share/Save button at the bottom of posts"
130
  msgstr "Mostar el botó de Compartir/Desar sota tots els escrits"
131
 
132
- #: add-to-any.php:499
133
  msgid "Display Share/Save button at the bottom of posts on the front page"
134
  msgstr "Mostar el botó de Compartir/Desar a la pàgina principal"
135
 
136
- #: add-to-any.php:506
137
  msgid "Display Share/Save button at the bottom of posts in the feed"
138
  msgstr "Mostar el botó de Compartir/Desar sota tots els escrits al feed"
139
 
140
- #: add-to-any.php:510
141
  msgid "Display Share/Save button at the bottom of pages"
142
  msgstr "Mostar el botó de Compartir/Desar sota les pàgines"
143
 
144
- #: add-to-any.php:514
145
  msgid "If unchecked, be sure to place the following code in <a href=\"theme-editor.php\">your template pages</a> (within <code>index.php</code>, <code>single.php</code>, and/or <code>page.php</code>)"
146
  msgstr "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>)"
147
 
148
- #: add-to-any.php:520
149
  msgid "Menu Style"
150
  msgstr "Estil del menú"
151
 
152
- #: add-to-any.php:522
153
  msgid "Using Add to Any's Menu Styler, you can customize the colors of your Share/Save menu! When you're done, be sure to paste the generated code in the <a href=\"#\" onclick=\"document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false\">Additional Options</a> box below."
154
  msgstr "Utilitzant el personalitzador d'estil de Add to Any, vosté pot personalitzar els colors del vostre menú Compartir/Desar! Quan hageu acabat, heu de copiar el codi generat al recuadre d'<a href=\"#\" onclick=\"document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false\">opcions adicionals</a> de sota."
155
 
156
- #: add-to-any.php:524
157
  msgid "Open the Add to Any Menu Styler in a new window"
158
  msgstr "Obrir el personalitzador d'estil de Add to Any a una nova finestra"
159
 
160
- #: add-to-any.php:526
161
  msgid "Open Menu Styler"
162
  msgstr "Obrir el personalitzador d'estils"
163
 
164
- #: add-to-any.php:531
165
  msgid "Menu Options"
166
  msgstr "Opcions del menú"
167
 
168
- #: add-to-any.php:536
169
  msgid "Hide embedded objects (Flash, video, etc.) that intersect with the menu when displayed"
170
  msgstr "Amagar objectes incrustats (Flash, vídeo, etc) que interseccionin amb el menú quan aquest aparegui"
171
 
172
- #: add-to-any.php:541
173
  msgid "Show the title of the post (or page) within the menu"
174
  msgstr "Mostrar el títul de l'entrada (o de la pàgina) dins del menú"
175
 
176
- #: add-to-any.php:548
177
  msgid "Only show the menu when the user clicks the Share/Save button"
178
  msgstr "Mostrar el menú solament quan un usuari cliqui sobre el botó Compartir/Desar"
179
 
180
- #: add-to-any.php:554
181
  msgid "Open the addtoany.com menu page in a new tab or window if the user clicks the Share/Save button"
182
  msgstr "Obrir el menú de addtoany.com en una nova pestanya o finestra si l'usuari clica al botó Compartir/Desar"
183
 
184
- #: add-to-any.php:559
185
  msgid "Additional Options"
186
  msgstr "Opcions adicionals"
187
 
188
- #: add-to-any.php:563
189
  msgid "Paste the code from Add to Any's Menu Styler in the box below!"
190
  msgstr "Pegueu el codi del personalitzador d'estil al següent recuadre!"
191
 
192
- #: add-to-any.php:567
193
  msgid "Below you can set special JavaScript variables to apply to each Share/Save menu."
194
  msgstr "A continuació, podeu establir variables especials de JavaScript per aplicar a cada menú Compartir/Desar."
195
 
196
- #: add-to-any.php:568
197
  msgid "Advanced users might want to explore Add to Any's <a href=\"http://www.addtoany.com/buttons/api/\" target=\"_blank\">JavaScript API</a>."
198
  msgstr "Els usuaris avançats poden preferir explorar l'<a href=\"http://www.addtoany.com/buttons/api/\" target=\"_blank\">API JavaScript</a> de Add to Any."
199
 
200
- #: add-to-any.php:574
201
  msgid "<strong>Note</strong>: If you're adding new code, be careful not to accidentally overwrite any previous code.</label>"
202
  msgstr "<strong>Nota</strong>: Si heu d'afegir un nou codi, tingueu cura de no sobreescriure accidentalment qualsevol codi anterior.</label>"
203
 
204
- #: add-to-any.php:581
205
  msgid "Save Changes"
206
  msgstr "Desar els canvis"
207
 
208
- #: add-to-any.php:586
209
  msgid "Like this plugin?"
210
  msgstr "Com aquesta extensió?"
211
 
212
- #: add-to-any.php:587
213
  msgid "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Give it a good rating</a> on WordPress.org."
214
  msgstr "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Doneu-li una bona qualificació</a> a WordPress.org."
215
 
216
- #: add-to-any.php:588
217
  msgid "<a href=\"http://www.addtoany.com/share_save?linkname=WordPress%20Share%20Plugin%20by%20AddToAny.com&amp;linkurl=http%3A%2F%2Fwordpress.org%2Fextend%2Fplugins%2Fadd-to-any%2F\">Share it</a> with your friends."
218
  msgstr "<a href=\"http://www.addtoany.com/share_save?linkname=WordPress%20Share%20Plugin%20by%20AddToAny.com&amp;linkurl=http%3A%2F%2Fwordpress.org%2Fextend%2Fplugins%2Fadd-to-any%2F\">Compartiu-lo</a> amb els vostres amics."
219
 
220
- #: add-to-any.php:590
221
  msgid "Need support?"
222
  msgstr "Necessiteu suport?"
223
 
224
- #: add-to-any.php:591
225
  msgid "See the <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">FAQs</a>."
226
  msgstr "Vegeu les <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">Preguntes més freqüents</a>."
227
 
228
- #: add-to-any.php:592
229
  msgid "Search the <a href=\"http://wordpress.org/tags/add-to-any\">support forums</a>."
230
  msgstr "Cercar als <a href=\"http://wordpress.org/tags/add-to-any\">fòrums de suport</a>."
231
 
232
- #: add-to-any.php:699
233
  msgid "Add/Remove Services"
234
  msgstr "Serveis Compartir/Desar"
235
 
236
- #: add-to-any.php:736
237
  msgid "Share/Save"
238
  msgstr "Compartir/Desar"
239
 
240
- #: add-to-any.php:737
241
  msgid "Share/Save Buttons"
242
  msgstr "Botons de Compartir/Desar"
243
 
2
  msgstr ""
3
  "Project-Id-Version: add-to-any\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2009-05-01 02:10-0800\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Robert Antoni Buj Gelonch <rbuj@wanadoo.es>\n"
8
  "Language-Team: <robert.buj@gmail.com>\n"
15
  "X-Poedit-Country: SPAIN\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
 
18
+ #: add-to-any.php:182
19
  msgid "Share"
20
  msgstr "Compartir"
21
 
22
+ #: add-to-any.php:183
23
  msgid "Save"
24
  msgstr "Desar"
25
 
26
+ #: add-to-any.php:184
27
  msgid "Subscribe"
28
  msgstr "Subscriures"
29
 
30
+ #: add-to-any.php:185
31
  msgid "E-mail"
32
  msgstr "Correu electrònic"
33
 
34
+ #: add-to-any.php:186
35
  msgid "Bookmark"
36
  msgstr "Preferit"
37
 
38
+ #: add-to-any.php:187
39
  msgid "Show all"
40
  msgstr "Mostrar tots"
41
 
42
+ #: add-to-any.php:188
43
  msgid "Show less"
44
  msgstr "Mostrar menys"
45
 
46
+ #: add-to-any.php:189
47
  msgid "Find service(s)"
48
  msgstr "Buscar servei(s)"
49
 
50
+ #: add-to-any.php:190
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:191
55
  msgid "Powered by"
56
  msgstr "Potenciat per"
57
 
58
+ #: add-to-any.php:192
59
  msgid "Share via e-mail"
60
  msgstr "Compartir per correu electrònic"
61
 
62
+ #: add-to-any.php:193
63
  msgid "Subscribe via e-mail"
64
  msgstr "Subscriure per correu electrònic"
65
 
66
+ #: add-to-any.php:194
67
  msgid "Bookmark in your browser"
68
  msgstr "Afegir l'adreça d'interès al vostre navegador"
69
 
70
+ #: add-to-any.php:195
71
+ #, fuzzy
72
+ msgid "Press Ctrl+D or &#8984;+D to bookmark this page"
73
  msgstr "Pressioneu Ctrl+D o Cmd+D per afegir a preferits aquesta pàgina"
74
 
75
+ #: add-to-any.php:196
76
  msgid "Add to your favorites"
77
  msgstr "Afegir als vostres favorits"
78
 
79
+ #: add-to-any.php:197
80
  msgid "Send from any e-mail address or e-mail program"
81
  msgstr "Enviar des de qualsevol adreça de correu electrònic o programa de correu electrònic"
82
 
83
+ #: add-to-any.php:198
84
  msgid "E-mail program"
85
  msgstr "Programa de correu electrònic"
86
 
87
+ #: add-to-any.php:223
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>&lt;?php wp_footer(); ?&gt;</code> just before the <code>&lt;/body&gt;</code> line of your theme's <code>footer.php</code> file."
89
  msgstr "El vostre tema ha de ser corretgit. per corretgir-lo, utilitzeu l'<a href=\"theme-editor.php\">Editor de tema</a> per afegir <code>&lt;?php wp_footer(); ?&gt;</code> justament abans de la línia <code>&lt;/body&gt;</code> del vostre tema al fitxer <code>footer.php</code>."
90
 
91
+ #: add-to-any.php:371
92
  msgid "Settings saved."
93
  msgstr "Preferències desades."
94
 
95
+ #: add-to-any.php:382
96
  msgid "Add to Any: Share/Save "
97
  msgstr "Add to Any: Compartir/Desar "
98
 
99
+ #: add-to-any.php:382
100
+ #: add-to-any.php:725
101
  msgid "Settings"
102
  msgstr "Preferències"
103
 
104
+ #: add-to-any.php:392
105
  #, fuzzy
106
  msgid "Standalone Services"
107
  msgstr "Serveis Compartir/Desar"
108
 
109
+ #: add-to-any.php:397
110
  msgid "Choose the services you want below. &nbsp;Click a chosen service again to remove. &nbsp;Reorder services by dragging and dropping as they appear above."
111
  msgstr "Seleccioneu els serveis que voleu a continuació. &nbsp;Cliqueu a un servei de nou per eliminar-lo. &nbsp;Reordeneu els serveis arrossegant-los i deixant-los en l'ordre que dessitgeu."
112
 
113
+ #: add-to-any.php:416
114
  msgid "Button"
115
  msgstr "Botó"
116
 
117
+ #: add-to-any.php:455
118
  msgid "Image URL"
119
  msgstr "URL de l'imatge"
120
 
121
+ #: add-to-any.php:462
122
  msgid "Text only"
123
  msgstr "Només text"
124
 
125
+ #: add-to-any.php:470
126
  msgid "Placement"
127
  msgstr "Emplaçament"
128
 
129
+ #: add-to-any.php:479
130
  msgid "Display Share/Save button at the bottom of posts"
131
  msgstr "Mostar el botó de Compartir/Desar sota tots els escrits"
132
 
133
+ #: add-to-any.php:486
134
  msgid "Display Share/Save button at the bottom of posts on the front page"
135
  msgstr "Mostar el botó de Compartir/Desar a la pàgina principal"
136
 
137
+ #: add-to-any.php:493
138
  msgid "Display Share/Save button at the bottom of posts in the feed"
139
  msgstr "Mostar el botó de Compartir/Desar sota tots els escrits al feed"
140
 
141
+ #: add-to-any.php:497
142
  msgid "Display Share/Save button at the bottom of pages"
143
  msgstr "Mostar el botó de Compartir/Desar sota les pàgines"
144
 
145
+ #: add-to-any.php:501
146
  msgid "If unchecked, be sure to place the following code in <a href=\"theme-editor.php\">your template pages</a> (within <code>index.php</code>, <code>single.php</code>, and/or <code>page.php</code>)"
147
  msgstr "Si no està habilitat s'ha d'afegir el següent codi a <a href=\"theme-editor.php\">les vostres pàgines de plantilla</a> (dins de <code>index.php</code>, <code>single.php</code>, i/o <code>page.php</code>)"
148
 
149
+ #: add-to-any.php:507
150
  msgid "Menu Style"
151
  msgstr "Estil del menú"
152
 
153
+ #: add-to-any.php:509
154
  msgid "Using Add to Any's Menu Styler, you can customize the colors of your Share/Save menu! When you're done, be sure to paste the generated code in the <a href=\"#\" onclick=\"document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false\">Additional Options</a> box below."
155
  msgstr "Utilitzant el personalitzador d'estil de Add to Any, vosté pot personalitzar els colors del vostre menú Compartir/Desar! Quan hageu acabat, heu de copiar el codi generat al recuadre d'<a href=\"#\" onclick=\"document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false\">opcions adicionals</a> de sota."
156
 
157
+ #: add-to-any.php:511
158
  msgid "Open the Add to Any Menu Styler in a new window"
159
  msgstr "Obrir el personalitzador d'estil de Add to Any a una nova finestra"
160
 
161
+ #: add-to-any.php:513
162
  msgid "Open Menu Styler"
163
  msgstr "Obrir el personalitzador d'estils"
164
 
165
+ #: add-to-any.php:518
166
  msgid "Menu Options"
167
  msgstr "Opcions del menú"
168
 
169
+ #: add-to-any.php:523
170
  msgid "Hide embedded objects (Flash, video, etc.) that intersect with the menu when displayed"
171
  msgstr "Amagar objectes incrustats (Flash, vídeo, etc) que interseccionin amb el menú quan aquest aparegui"
172
 
173
+ #: add-to-any.php:528
174
  msgid "Show the title of the post (or page) within the menu"
175
  msgstr "Mostrar el títul de l'entrada (o de la pàgina) dins del menú"
176
 
177
+ #: add-to-any.php:535
178
  msgid "Only show the menu when the user clicks the Share/Save button"
179
  msgstr "Mostrar el menú solament quan un usuari cliqui sobre el botó Compartir/Desar"
180
 
181
+ #: add-to-any.php:541
182
  msgid "Open the addtoany.com menu page in a new tab or window if the user clicks the Share/Save button"
183
  msgstr "Obrir el menú de addtoany.com en una nova pestanya o finestra si l'usuari clica al botó Compartir/Desar"
184
 
185
+ #: add-to-any.php:546
186
  msgid "Additional Options"
187
  msgstr "Opcions adicionals"
188
 
189
+ #: add-to-any.php:550
190
  msgid "Paste the code from Add to Any's Menu Styler in the box below!"
191
  msgstr "Pegueu el codi del personalitzador d'estil al següent recuadre!"
192
 
193
+ #: add-to-any.php:554
194
  msgid "Below you can set special JavaScript variables to apply to each Share/Save menu."
195
  msgstr "A continuació, podeu establir variables especials de JavaScript per aplicar a cada menú Compartir/Desar."
196
 
197
+ #: add-to-any.php:555
198
  msgid "Advanced users might want to explore Add to Any's <a href=\"http://www.addtoany.com/buttons/api/\" target=\"_blank\">JavaScript API</a>."
199
  msgstr "Els usuaris avançats poden preferir explorar l'<a href=\"http://www.addtoany.com/buttons/api/\" target=\"_blank\">API JavaScript</a> de Add to Any."
200
 
201
+ #: add-to-any.php:561
202
  msgid "<strong>Note</strong>: If you're adding new code, be careful not to accidentally overwrite any previous code.</label>"
203
  msgstr "<strong>Nota</strong>: Si heu d'afegir un nou codi, tingueu cura de no sobreescriure accidentalment qualsevol codi anterior.</label>"
204
 
205
+ #: add-to-any.php:568
206
  msgid "Save Changes"
207
  msgstr "Desar els canvis"
208
 
209
+ #: add-to-any.php:573
210
  msgid "Like this plugin?"
211
  msgstr "Com aquesta extensió?"
212
 
213
+ #: add-to-any.php:574
214
  msgid "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Give it a good rating</a> on WordPress.org."
215
  msgstr "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Doneu-li una bona qualificació</a> a WordPress.org."
216
 
217
+ #: add-to-any.php:575
218
  msgid "<a href=\"http://www.addtoany.com/share_save?linkname=WordPress%20Share%20Plugin%20by%20AddToAny.com&amp;linkurl=http%3A%2F%2Fwordpress.org%2Fextend%2Fplugins%2Fadd-to-any%2F\">Share it</a> with your friends."
219
  msgstr "<a href=\"http://www.addtoany.com/share_save?linkname=WordPress%20Share%20Plugin%20by%20AddToAny.com&amp;linkurl=http%3A%2F%2Fwordpress.org%2Fextend%2Fplugins%2Fadd-to-any%2F\">Compartiu-lo</a> amb els vostres amics."
220
 
221
+ #: add-to-any.php:577
222
  msgid "Need support?"
223
  msgstr "Necessiteu suport?"
224
 
225
+ #: add-to-any.php:578
226
  msgid "See the <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">FAQs</a>."
227
  msgstr "Vegeu les <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">Preguntes més freqüents</a>."
228
 
229
+ #: add-to-any.php:579
230
  msgid "Search the <a href=\"http://wordpress.org/tags/add-to-any\">support forums</a>."
231
  msgstr "Cercar als <a href=\"http://wordpress.org/tags/add-to-any\">fòrums de suport</a>."
232
 
233
+ #: add-to-any.php:686
234
  msgid "Add/Remove Services"
235
  msgstr "Serveis Compartir/Desar"
236
 
237
+ #: add-to-any.php:725
238
  msgid "Share/Save"
239
  msgstr "Compartir/Desar"
240
 
241
+ #: add-to-any.php:726
242
  msgid "Share/Save Buttons"
243
  msgstr "Botons de Compartir/Desar"
244
 
{i18n → languages}/add-to-any-da_DK.mo RENAMED
File without changes
{i18n → languages}/add-to-any-da_DK.po RENAMED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Add to Any Share/Save/Bookmark .9.8.9.2\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2009-04-17 02:32-0800\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: MicroPat\n"
8
  "Language-Team: Team Blogos <wordpress@blogos.dk>\n"
@@ -17,229 +17,230 @@ msgstr ""
17
  "X-Poedit-SourceCharset: utf-8\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: add-to-any.php:195
21
  msgid "Share"
22
  msgstr "Del"
23
 
24
- #: add-to-any.php:196
25
  msgid "Save"
26
  msgstr "Gem"
27
 
28
- #: add-to-any.php:197
29
  msgid "Subscribe"
30
  msgstr "Subskribér"
31
 
32
- #: add-to-any.php:198
33
  msgid "E-mail"
34
  msgstr "E-mail"
35
 
36
- #: add-to-any.php:199
37
  msgid "Bookmark"
38
  msgstr "Bogmærk"
39
 
40
- #: add-to-any.php:200
41
  msgid "Show all"
42
  msgstr "Vis alle"
43
 
44
- #: add-to-any.php:201
45
  msgid "Show less"
46
  msgstr "Vis mindre"
47
 
48
- #: add-to-any.php:202
49
  msgid "Find service(s)"
50
  msgstr "Find service(s)"
51
 
52
- #: add-to-any.php:203
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:204
57
  msgid "Powered by"
58
  msgstr "Kører på"
59
 
60
- #: add-to-any.php:205
61
  msgid "Share via e-mail"
62
  msgstr "Del via e-mail"
63
 
64
- #: add-to-any.php:206
65
  msgid "Subscribe via e-mail"
66
  msgstr "Subskribér via e-mail"
67
 
68
- #: add-to-any.php:207
69
  msgid "Bookmark in your browser"
70
  msgstr "Bogmærk i din browswer"
71
 
72
- #: add-to-any.php:208
73
- msgid "Press Ctrl+D or Cmd+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:209
77
  msgid "Add to your favorites"
78
  msgstr "Tilføj til dine favoritter"
79
 
80
- #: add-to-any.php:210
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:211
85
  msgid "E-mail program"
86
  msgstr "E-mail-program"
87
 
88
- #: add-to-any.php:236
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>&lt;?php wp_footer(); ?&gt;</code> just before the <code>&lt;/body&gt;</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>&lt;?php wp_footer(); ?&gt;</code> lige før <code>&lt;/body&gt;</code>-linjen i dit temas <code>footer.php</code>-fil."
91
 
92
- #: add-to-any.php:384
93
  msgid "Settings saved."
94
  msgstr "Indstillinger gemt"
95
 
96
- #: add-to-any.php:395
97
  msgid "Add to Any: Share/Save "
98
  msgstr "Tilføj til enhver: Del/gem"
99
 
100
- #: add-to-any.php:395
101
- #: add-to-any.php:736
102
  msgid "Settings"
103
  msgstr "Indstillinger"
104
 
105
- #: add-to-any.php:405
106
  #, fuzzy
107
  msgid "Standalone Services"
108
  msgstr "Tilføj/fjern tjenesteudbydere"
109
 
110
- #: add-to-any.php:410
111
  msgid "Choose the services you want below. &nbsp;Click a chosen service again to remove. &nbsp;Reorder services by dragging and dropping as they appear above."
112
  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)."
113
 
114
- #: add-to-any.php:429
115
  msgid "Button"
116
  msgstr "Knap"
117
 
118
- #: add-to-any.php:468
119
  msgid "Image URL"
120
  msgstr "Billed-URL"
121
 
122
- #: add-to-any.php:475
123
  msgid "Text only"
124
  msgstr "Kun tekst"
125
 
126
- #: add-to-any.php:483
127
  msgid "Placement"
128
  msgstr "Placering"
129
 
130
- #: add-to-any.php:492
131
  msgid "Display Share/Save button at the bottom of posts"
132
  msgstr "Vis Del-/Gem-knap i bunden af indlæg"
133
 
134
- #: add-to-any.php:499
135
  msgid "Display Share/Save button at the bottom of posts on the front page"
136
  msgstr "Vis Del-/Gem-knap i bunden af indlæg på forsiden"
137
 
138
- #: add-to-any.php:506
139
  msgid "Display Share/Save button at the bottom of posts in the feed"
140
  msgstr "Vis Del-/Gem-knap i bunden af indlæg i feeds"
141
 
142
- #: add-to-any.php:510
143
  msgid "Display Share/Save button at the bottom of pages"
144
  msgstr "Vis Del-/Gem-knap i bunden af sider"
145
 
146
- #: add-to-any.php:514
147
  msgid "If unchecked, be sure to place the following code in <a href=\"theme-editor.php\">your template pages</a> (within <code>index.php</code>, <code>single.php</code>, and/or <code>page.php</code>)"
148
  msgstr "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>)"
149
 
150
- #: add-to-any.php:520
151
  msgid "Menu Style"
152
  msgstr "Menutypografi"
153
 
154
- #: add-to-any.php:522
155
  msgid "Using Add to Any's Menu Styler, you can customize the colors of your Share/Save menu! When you're done, be sure to paste the generated code in the <a href=\"#\" onclick=\"document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false\">Additional Options</a> box below."
156
  msgstr "Ved at bruge Add to Any's menutypograf, kan du tilpasse farverne på din Del-/Gem-menu! Når du er færdig, skal du sørge for at indsætte den genererede kode i <a href=\"#\" onclick=\"document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false\">Yderligere indstillinger</a>-boksen nedenfor."
157
 
158
- #: add-to-any.php:524
159
  msgid "Open the Add to Any Menu Styler in a new window"
160
  msgstr "Åben Add to Any's menutypograf i et nyt vindue"
161
 
162
- #: add-to-any.php:526
163
  msgid "Open Menu Styler"
164
  msgstr "Åben menutypografen"
165
 
166
- #: add-to-any.php:531
167
  msgid "Menu Options"
168
  msgstr "Menuvalgmuligheder"
169
 
170
- #: add-to-any.php:536
171
  msgid "Hide embedded objects (Flash, video, etc.) that intersect with the menu when displayed"
172
  msgstr "Skjul indlejrede objekter (flash, video, osv.) som kan påvirke menuen, når den vises"
173
 
174
- #: add-to-any.php:541
175
  msgid "Show the title of the post (or page) within the menu"
176
  msgstr "Vis titlen på indlægget (eller siden) i menuen"
177
 
178
- #: add-to-any.php:548
179
  msgid "Only show the menu when the user clicks the Share/Save button"
180
  msgstr "Vis kun menuen når bruger klikker på Del-/Gem-knappen"
181
 
182
- #: add-to-any.php:554
183
  msgid "Open the addtoany.com menu page in a new tab or window if the user clicks the Share/Save button"
184
  msgstr "Åben menusiden på addtoany.com i en ny fane eller vindue hvis brugeren klikker på Del-/Gem-knappen"
185
 
186
- #: add-to-any.php:559
187
  msgid "Additional Options"
188
  msgstr "Yderligere indstillinger"
189
 
190
- #: add-to-any.php:563
191
  msgid "Paste the code from Add to Any's Menu Styler in the box below!"
192
  msgstr "Indsæt koden fra Add to Any's menutypograf i boksen nedenfor!"
193
 
194
- #: add-to-any.php:567
195
  msgid "Below you can set special JavaScript variables to apply to each Share/Save menu."
196
  msgstr "Nedenfor kan du angive specielle JavaScript-variabler, som skal bruges på din Del-/Gem-menu."
197
 
198
- #: add-to-any.php:568
199
  msgid "Advanced users might want to explore Add to Any's <a href=\"http://www.addtoany.com/buttons/api/\" target=\"_blank\">JavaScript API</a>."
200
  msgstr "Avancerede brugere kan se nærmere på Add to Any's <a href=\"http://www.addtoany.com/buttons/api/\" target=\"_blank\">JavaScript API</a>."
201
 
202
- #: add-to-any.php:574
203
  msgid "<strong>Note</strong>: If you're adding new code, be careful not to accidentally overwrite any previous code.</label>"
204
  msgstr "<strong>Bemærk</strong>: Hvis du tilføjer ny kode, så vær forsigtig, så du ikke ved et uheld overskriver eksisterende kode."
205
 
206
- #: add-to-any.php:581
207
  msgid "Save Changes"
208
  msgstr "Gem ændringer"
209
 
210
- #: add-to-any.php:586
211
  msgid "Like this plugin?"
212
  msgstr "Kan du lide dette plugin?"
213
 
214
- #: add-to-any.php:587
215
  msgid "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Give it a good rating</a> on WordPress.org."
216
  msgstr "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Giv det en god bedømmelse </a>på WordPress.org."
217
 
218
- #: add-to-any.php:588
219
  msgid "<a href=\"http://www.addtoany.com/share_save?linkname=WordPress%20Share%20Plugin%20by%20AddToAny.com&amp;linkurl=http%3A%2F%2Fwordpress.org%2Fextend%2Fplugins%2Fadd-to-any%2F\">Share it</a> with your friends."
220
  msgstr "<a href=\"http://www.addtoany.com/share_save?linkname=WordPress%20Share%20Plugin%20by%20AddToAny.com&amp;linkurl=http%3A%2F%2Fwordpress.org%2Fextend%2Fplugins%2Fadd-to-any%2F\">Del det</a> med dine venner."
221
 
222
- #: add-to-any.php:590
223
  msgid "Need support?"
224
  msgstr "Har du brug for support?"
225
 
226
- #: add-to-any.php:591
227
  msgid "See the <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">FAQs</a>."
228
  msgstr "Se vores <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">FAQ (Ofte Stillede Spørgsmål)</a>."
229
 
230
- #: add-to-any.php:592
231
  msgid "Search the <a href=\"http://wordpress.org/tags/add-to-any\">support forums</a>."
232
  msgstr "Søg på <a href=\"http://wordpress.org/tags/add-to-any\">supportforummerne</a>."
233
 
234
- #: add-to-any.php:699
235
  msgid "Add/Remove Services"
236
  msgstr "Tilføj/fjern tjenesteudbydere"
237
 
238
- #: add-to-any.php:736
239
  msgid "Share/Save"
240
  msgstr "Del/Gem"
241
 
242
- #: add-to-any.php:737
243
  msgid "Share/Save Buttons"
244
  msgstr "Del-/Gem-knapper"
245
 
2
  msgstr ""
3
  "Project-Id-Version: Add to Any Share/Save/Bookmark .9.8.9.2\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2009-05-01 02:10-0800\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: MicroPat\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:182
21
  msgid "Share"
22
  msgstr "Del"
23
 
24
+ #: add-to-any.php:183
25
  msgid "Save"
26
  msgstr "Gem"
27
 
28
+ #: add-to-any.php:184
29
  msgid "Subscribe"
30
  msgstr "Subskribér"
31
 
32
+ #: add-to-any.php:185
33
  msgid "E-mail"
34
  msgstr "E-mail"
35
 
36
+ #: add-to-any.php:186
37
  msgid "Bookmark"
38
  msgstr "Bogmærk"
39
 
40
+ #: add-to-any.php:187
41
  msgid "Show all"
42
  msgstr "Vis alle"
43
 
44
+ #: add-to-any.php:188
45
  msgid "Show less"
46
  msgstr "Vis mindre"
47
 
48
+ #: add-to-any.php:189
49
  msgid "Find service(s)"
50
  msgstr "Find service(s)"
51
 
52
+ #: add-to-any.php:190
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:191
57
  msgid "Powered by"
58
  msgstr "Kører på"
59
 
60
+ #: add-to-any.php:192
61
  msgid "Share via e-mail"
62
  msgstr "Del via e-mail"
63
 
64
+ #: add-to-any.php:193
65
  msgid "Subscribe via e-mail"
66
  msgstr "Subskribér via e-mail"
67
 
68
+ #: add-to-any.php:194
69
  msgid "Bookmark in your browser"
70
  msgstr "Bogmærk i din browswer"
71
 
72
+ #: add-to-any.php:195
73
+ #, fuzzy
74
+ msgid "Press Ctrl+D or &#8984;+D to bookmark this page"
75
  msgstr "Press Ctrl-D eller Cmd-D for at bogmærke denne side"
76
 
77
+ #: add-to-any.php:196
78
  msgid "Add to your favorites"
79
  msgstr "Tilføj til dine favoritter"
80
 
81
+ #: add-to-any.php:197
82
  msgid "Send from any e-mail address or e-mail program"
83
  msgstr "Send fra enhver e-mail-adreses eller e-mail-program"
84
 
85
+ #: add-to-any.php:198
86
  msgid "E-mail program"
87
  msgstr "E-mail-program"
88
 
89
+ #: add-to-any.php:223
90
  msgid "Your theme needs to be fixed. To fix your theme, use the <a href=\"theme-editor.php\">Theme Editor</a> to insert <code>&lt;?php wp_footer(); ?&gt;</code> just before the <code>&lt;/body&gt;</code> line of your theme's <code>footer.php</code> file."
91
  msgstr "Dit tema skal repareres. For at gøre det skal du bruge <a href=\"theme-editor.php\">temaeditoren</a> til at indsætte koden <code>&lt;?php wp_footer(); ?&gt;</code> lige før <code>&lt;/body&gt;</code>-linjen i dit temas <code>footer.php</code>-fil."
92
 
93
+ #: add-to-any.php:371
94
  msgid "Settings saved."
95
  msgstr "Indstillinger gemt"
96
 
97
+ #: add-to-any.php:382
98
  msgid "Add to Any: Share/Save "
99
  msgstr "Tilføj til enhver: Del/gem"
100
 
101
+ #: add-to-any.php:382
102
+ #: add-to-any.php:725
103
  msgid "Settings"
104
  msgstr "Indstillinger"
105
 
106
+ #: add-to-any.php:392
107
  #, fuzzy
108
  msgid "Standalone Services"
109
  msgstr "Tilføj/fjern tjenesteudbydere"
110
 
111
+ #: add-to-any.php:397
112
  msgid "Choose the services you want below. &nbsp;Click a chosen service again to remove. &nbsp;Reorder services by dragging and dropping as they appear above."
113
  msgstr "Vælg de tjenesteudbydere, du ønsker. Klik på en tjenesteudbyder, du har valgt, for at fjerne den igen. Du kan ændre rækkefølgen ved at trække og slippe, sådan som du ser dem ovenfor (når de er valgt)."
114
 
115
+ #: add-to-any.php:416
116
  msgid "Button"
117
  msgstr "Knap"
118
 
119
+ #: add-to-any.php:455
120
  msgid "Image URL"
121
  msgstr "Billed-URL"
122
 
123
+ #: add-to-any.php:462
124
  msgid "Text only"
125
  msgstr "Kun tekst"
126
 
127
+ #: add-to-any.php:470
128
  msgid "Placement"
129
  msgstr "Placering"
130
 
131
+ #: add-to-any.php:479
132
  msgid "Display Share/Save button at the bottom of posts"
133
  msgstr "Vis Del-/Gem-knap i bunden af indlæg"
134
 
135
+ #: add-to-any.php:486
136
  msgid "Display Share/Save button at the bottom of posts on the front page"
137
  msgstr "Vis Del-/Gem-knap i bunden af indlæg på forsiden"
138
 
139
+ #: add-to-any.php:493
140
  msgid "Display Share/Save button at the bottom of posts in the feed"
141
  msgstr "Vis Del-/Gem-knap i bunden af indlæg i feeds"
142
 
143
+ #: add-to-any.php:497
144
  msgid "Display Share/Save button at the bottom of pages"
145
  msgstr "Vis Del-/Gem-knap i bunden af sider"
146
 
147
+ #: add-to-any.php:501
148
  msgid "If unchecked, be sure to place the following code in <a href=\"theme-editor.php\">your template pages</a> (within <code>index.php</code>, <code>single.php</code>, and/or <code>page.php</code>)"
149
  msgstr "Hvis du ikke vælger dette, skal du sørge for at placere den følgende kode i <a href=\"theme-editor.php\">dine skabelonsider</a> (i <code>index.php</code>, <code>single.php</code>, og/eller <code>page.php</code>)"
150
 
151
+ #: add-to-any.php:507
152
  msgid "Menu Style"
153
  msgstr "Menutypografi"
154
 
155
+ #: add-to-any.php:509
156
  msgid "Using Add to Any's Menu Styler, you can customize the colors of your Share/Save menu! When you're done, be sure to paste the generated code in the <a href=\"#\" onclick=\"document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false\">Additional Options</a> box below."
157
  msgstr "Ved at bruge Add to Any's menutypograf, kan du tilpasse farverne på din Del-/Gem-menu! Når du er færdig, skal du sørge for at indsætte den genererede kode i <a href=\"#\" onclick=\"document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false\">Yderligere indstillinger</a>-boksen nedenfor."
158
 
159
+ #: add-to-any.php:511
160
  msgid "Open the Add to Any Menu Styler in a new window"
161
  msgstr "Åben Add to Any's menutypograf i et nyt vindue"
162
 
163
+ #: add-to-any.php:513
164
  msgid "Open Menu Styler"
165
  msgstr "Åben menutypografen"
166
 
167
+ #: add-to-any.php:518
168
  msgid "Menu Options"
169
  msgstr "Menuvalgmuligheder"
170
 
171
+ #: add-to-any.php:523
172
  msgid "Hide embedded objects (Flash, video, etc.) that intersect with the menu when displayed"
173
  msgstr "Skjul indlejrede objekter (flash, video, osv.) som kan påvirke menuen, når den vises"
174
 
175
+ #: add-to-any.php:528
176
  msgid "Show the title of the post (or page) within the menu"
177
  msgstr "Vis titlen på indlægget (eller siden) i menuen"
178
 
179
+ #: add-to-any.php:535
180
  msgid "Only show the menu when the user clicks the Share/Save button"
181
  msgstr "Vis kun menuen når bruger klikker på Del-/Gem-knappen"
182
 
183
+ #: add-to-any.php:541
184
  msgid "Open the addtoany.com menu page in a new tab or window if the user clicks the Share/Save button"
185
  msgstr "Åben menusiden på addtoany.com i en ny fane eller vindue hvis brugeren klikker på Del-/Gem-knappen"
186
 
187
+ #: add-to-any.php:546
188
  msgid "Additional Options"
189
  msgstr "Yderligere indstillinger"
190
 
191
+ #: add-to-any.php:550
192
  msgid "Paste the code from Add to Any's Menu Styler in the box below!"
193
  msgstr "Indsæt koden fra Add to Any's menutypograf i boksen nedenfor!"
194
 
195
+ #: add-to-any.php:554
196
  msgid "Below you can set special JavaScript variables to apply to each Share/Save menu."
197
  msgstr "Nedenfor kan du angive specielle JavaScript-variabler, som skal bruges på din Del-/Gem-menu."
198
 
199
+ #: add-to-any.php:555
200
  msgid "Advanced users might want to explore Add to Any's <a href=\"http://www.addtoany.com/buttons/api/\" target=\"_blank\">JavaScript API</a>."
201
  msgstr "Avancerede brugere kan se nærmere på Add to Any's <a href=\"http://www.addtoany.com/buttons/api/\" target=\"_blank\">JavaScript API</a>."
202
 
203
+ #: add-to-any.php:561
204
  msgid "<strong>Note</strong>: If you're adding new code, be careful not to accidentally overwrite any previous code.</label>"
205
  msgstr "<strong>Bemærk</strong>: Hvis du tilføjer ny kode, så vær forsigtig, så du ikke ved et uheld overskriver eksisterende kode."
206
 
207
+ #: add-to-any.php:568
208
  msgid "Save Changes"
209
  msgstr "Gem ændringer"
210
 
211
+ #: add-to-any.php:573
212
  msgid "Like this plugin?"
213
  msgstr "Kan du lide dette plugin?"
214
 
215
+ #: add-to-any.php:574
216
  msgid "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Give it a good rating</a> on WordPress.org."
217
  msgstr "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Giv det en god bedømmelse </a>på WordPress.org."
218
 
219
+ #: add-to-any.php:575
220
  msgid "<a href=\"http://www.addtoany.com/share_save?linkname=WordPress%20Share%20Plugin%20by%20AddToAny.com&amp;linkurl=http%3A%2F%2Fwordpress.org%2Fextend%2Fplugins%2Fadd-to-any%2F\">Share it</a> with your friends."
221
  msgstr "<a href=\"http://www.addtoany.com/share_save?linkname=WordPress%20Share%20Plugin%20by%20AddToAny.com&amp;linkurl=http%3A%2F%2Fwordpress.org%2Fextend%2Fplugins%2Fadd-to-any%2F\">Del det</a> med dine venner."
222
 
223
+ #: add-to-any.php:577
224
  msgid "Need support?"
225
  msgstr "Har du brug for support?"
226
 
227
+ #: add-to-any.php:578
228
  msgid "See the <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">FAQs</a>."
229
  msgstr "Se vores <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">FAQ (Ofte Stillede Spørgsmål)</a>."
230
 
231
+ #: add-to-any.php:579
232
  msgid "Search the <a href=\"http://wordpress.org/tags/add-to-any\">support forums</a>."
233
  msgstr "Søg på <a href=\"http://wordpress.org/tags/add-to-any\">supportforummerne</a>."
234
 
235
+ #: add-to-any.php:686
236
  msgid "Add/Remove Services"
237
  msgstr "Tilføj/fjern tjenesteudbydere"
238
 
239
+ #: add-to-any.php:725
240
  msgid "Share/Save"
241
  msgstr "Del/Gem"
242
 
243
+ #: add-to-any.php:726
244
  msgid "Share/Save Buttons"
245
  msgstr "Del-/Gem-knapper"
246
 
languages/add-to-any-de.mo ADDED
Binary file
languages/add-to-any-de.po ADDED
@@ -0,0 +1,245 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: add-to-any\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2009-05-01 02:10-0800\n"
6
+ "PO-Revision-Date: \n"
7
+ "Last-Translator: MicroPat\n"
8
+ "Language-Team: \n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Poedit-KeywordsList: __;_e\n"
13
+ "X-Poedit-Basepath: ../\n"
14
+ "X-Poedit-SearchPath-0: .\n"
15
+
16
+ #: add-to-any.php:182
17
+ msgid "Share"
18
+ msgstr ""
19
+
20
+ #: add-to-any.php:183
21
+ msgid "Save"
22
+ msgstr ""
23
+
24
+ #: add-to-any.php:184
25
+ msgid "Subscribe"
26
+ msgstr ""
27
+
28
+ #: add-to-any.php:185
29
+ msgid "E-mail"
30
+ msgstr ""
31
+
32
+ #: add-to-any.php:186
33
+ msgid "Bookmark"
34
+ msgstr ""
35
+
36
+ #: add-to-any.php:187
37
+ msgid "Show all"
38
+ msgstr "Alle anzeigen"
39
+
40
+ #: add-to-any.php:188
41
+ msgid "Show less"
42
+ msgstr ""
43
+
44
+ #: add-to-any.php:189
45
+ msgid "Find service(s)"
46
+ msgstr "Dienst(e) suchen"
47
+
48
+ #: add-to-any.php:190
49
+ msgid "Instantly find any service to add to"
50
+ msgstr ""
51
+
52
+ #: add-to-any.php:191
53
+ msgid "Powered by"
54
+ msgstr ""
55
+
56
+ #: add-to-any.php:192
57
+ msgid "Share via e-mail"
58
+ msgstr ""
59
+
60
+ #: add-to-any.php:193
61
+ msgid "Subscribe via e-mail"
62
+ msgstr ""
63
+
64
+ #: add-to-any.php:194
65
+ msgid "Bookmark in your browser"
66
+ msgstr ""
67
+
68
+ #: add-to-any.php:195
69
+ #, fuzzy
70
+ msgid "Press Ctrl+D or &#8984;+D to bookmark this page"
71
+ msgstr "Seite mit Ctrl+D oder Cmd+D zu Lesezeichen hinzufügen"
72
+
73
+ #: add-to-any.php:196
74
+ msgid "Add to your favorites"
75
+ msgstr ""
76
+
77
+ #: add-to-any.php:197
78
+ msgid "Send from any e-mail address or e-mail program"
79
+ msgstr ""
80
+
81
+ #: add-to-any.php:198
82
+ msgid "E-mail program"
83
+ msgstr ""
84
+
85
+ #: add-to-any.php:223
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>&lt;?php wp_footer(); ?&gt;</code> just before the <code>&lt;/body&gt;</code> line of your theme's <code>footer.php</code> file."
87
+ msgstr ""
88
+
89
+ #: add-to-any.php:371
90
+ msgid "Settings saved."
91
+ msgstr ""
92
+
93
+ #: add-to-any.php:382
94
+ msgid "Add to Any: Share/Save "
95
+ msgstr ""
96
+
97
+ #: add-to-any.php:382
98
+ #: add-to-any.php:725
99
+ msgid "Settings"
100
+ msgstr ""
101
+
102
+ #: add-to-any.php:392
103
+ msgid "Standalone Services"
104
+ msgstr ""
105
+
106
+ #: add-to-any.php:397
107
+ msgid "Choose the services you want below. &nbsp;Click a chosen service again to remove. &nbsp;Reorder services by dragging and dropping as they appear above."
108
+ msgstr ""
109
+
110
+ #: add-to-any.php:416
111
+ msgid "Button"
112
+ msgstr ""
113
+
114
+ #: add-to-any.php:455
115
+ msgid "Image URL"
116
+ msgstr ""
117
+
118
+ #: add-to-any.php:462
119
+ msgid "Text only"
120
+ msgstr ""
121
+
122
+ #: add-to-any.php:470
123
+ msgid "Placement"
124
+ msgstr ""
125
+
126
+ #: add-to-any.php:479
127
+ msgid "Display Share/Save button at the bottom of posts"
128
+ msgstr ""
129
+
130
+ #: add-to-any.php:486
131
+ msgid "Display Share/Save button at the bottom of posts on the front page"
132
+ msgstr ""
133
+
134
+ #: add-to-any.php:493
135
+ msgid "Display Share/Save button at the bottom of posts in the feed"
136
+ msgstr ""
137
+
138
+ #: add-to-any.php:497
139
+ msgid "Display Share/Save button at the bottom of pages"
140
+ msgstr ""
141
+
142
+ #: add-to-any.php:501
143
+ msgid "If unchecked, be sure to place the following code in <a href=\"theme-editor.php\">your template pages</a> (within <code>index.php</code>, <code>single.php</code>, and/or <code>page.php</code>)"
144
+ msgstr ""
145
+
146
+ #: add-to-any.php:507
147
+ msgid "Menu Style"
148
+ msgstr ""
149
+
150
+ #: add-to-any.php:509
151
+ msgid "Using Add to Any's Menu Styler, you can customize the colors of your Share/Save menu! When you're done, be sure to paste the generated code in the <a href=\"#\" onclick=\"document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false\">Additional Options</a> box below."
152
+ msgstr ""
153
+
154
+ #: add-to-any.php:511
155
+ msgid "Open the Add to Any Menu Styler in a new window"
156
+ msgstr ""
157
+
158
+ #: add-to-any.php:513
159
+ msgid "Open Menu Styler"
160
+ msgstr ""
161
+
162
+ #: add-to-any.php:518
163
+ msgid "Menu Options"
164
+ msgstr ""
165
+
166
+ #: add-to-any.php:523
167
+ msgid "Hide embedded objects (Flash, video, etc.) that intersect with the menu when displayed"
168
+ msgstr ""
169
+
170
+ #: add-to-any.php:528
171
+ msgid "Show the title of the post (or page) within the menu"
172
+ msgstr ""
173
+
174
+ #: add-to-any.php:535
175
+ msgid "Only show the menu when the user clicks the Share/Save button"
176
+ msgstr ""
177
+
178
+ #: add-to-any.php:541
179
+ msgid "Open the addtoany.com menu page in a new tab or window if the user clicks the Share/Save button"
180
+ msgstr ""
181
+
182
+ #: add-to-any.php:546
183
+ msgid "Additional Options"
184
+ msgstr ""
185
+
186
+ #: add-to-any.php:550
187
+ msgid "Paste the code from Add to Any's Menu Styler in the box below!"
188
+ msgstr ""
189
+
190
+ #: add-to-any.php:554
191
+ msgid "Below you can set special JavaScript variables to apply to each Share/Save menu."
192
+ msgstr ""
193
+
194
+ #: add-to-any.php:555
195
+ msgid "Advanced users might want to explore Add to Any's <a href=\"http://www.addtoany.com/buttons/api/\" target=\"_blank\">JavaScript API</a>."
196
+ msgstr ""
197
+
198
+ #: add-to-any.php:561
199
+ msgid "<strong>Note</strong>: If you're adding new code, be careful not to accidentally overwrite any previous code.</label>"
200
+ msgstr ""
201
+
202
+ #: add-to-any.php:568
203
+ msgid "Save Changes"
204
+ msgstr ""
205
+
206
+ #: add-to-any.php:573
207
+ msgid "Like this plugin?"
208
+ msgstr ""
209
+
210
+ #: add-to-any.php:574
211
+ msgid "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Give it a good rating</a> on WordPress.org."
212
+ msgstr ""
213
+
214
+ #: add-to-any.php:575
215
+ msgid "<a href=\"http://www.addtoany.com/share_save?linkname=WordPress%20Share%20Plugin%20by%20AddToAny.com&amp;linkurl=http%3A%2F%2Fwordpress.org%2Fextend%2Fplugins%2Fadd-to-any%2F\">Share it</a> with your friends."
216
+ msgstr ""
217
+
218
+ #: add-to-any.php:577
219
+ msgid "Need support?"
220
+ msgstr ""
221
+
222
+ #: add-to-any.php:578
223
+ msgid "See the <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">FAQs</a>."
224
+ msgstr ""
225
+
226
+ #: add-to-any.php:579
227
+ msgid "Search the <a href=\"http://wordpress.org/tags/add-to-any\">support forums</a>."
228
+ msgstr ""
229
+
230
+ #: add-to-any.php:686
231
+ msgid "Add/Remove Services"
232
+ msgstr ""
233
+
234
+ #: add-to-any.php:725
235
+ msgid "Share/Save"
236
+ msgstr ""
237
+
238
+ #: add-to-any.php:726
239
+ msgid "Share/Save Buttons"
240
+ msgstr ""
241
+
242
+ #, fuzzy
243
+ #~ msgid "Services"
244
+ #~ msgstr "Dienst(e) suchen"
245
+
{i18n → languages}/add-to-any-es_ES.mo RENAMED
File without changes
{i18n → languages}/add-to-any-es_ES.po RENAMED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: add-to-any\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2009-04-17 02:32-0800\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Pablo Poo <pablo@poo.cl>\n"
8
  "Language-Team: \n"
@@ -13,229 +13,230 @@ msgstr ""
13
  "X-Poedit-Basepath: ../\n"
14
  "X-Poedit-SearchPath-0: .\n"
15
 
16
- #: add-to-any.php:195
17
  msgid "Share"
18
  msgstr "Compartir"
19
 
20
- #: add-to-any.php:196
21
  msgid "Save"
22
  msgstr "Guardar"
23
 
24
- #: add-to-any.php:197
25
  msgid "Subscribe"
26
  msgstr "Suscribirse"
27
 
28
- #: add-to-any.php:198
29
  msgid "E-mail"
30
  msgstr "E-mail"
31
 
32
- #: add-to-any.php:199
33
  msgid "Bookmark"
34
  msgstr "Marcador"
35
 
36
- #: add-to-any.php:200
37
  msgid "Show all"
38
  msgstr "Mostrar todo"
39
 
40
- #: add-to-any.php:201
41
  msgid "Show less"
42
  msgstr "Mostrar menos"
43
 
44
- #: add-to-any.php:202
45
  msgid "Find service(s)"
46
  msgstr "Buscar servicios(s)"
47
 
48
- #: add-to-any.php:203
49
  msgid "Instantly find any service to add to"
50
  msgstr "Buscar servicio"
51
 
52
- #: add-to-any.php:204
53
  msgid "Powered by"
54
  msgstr "Servicio ofrecido por"
55
 
56
- #: add-to-any.php:205
57
  msgid "Share via e-mail"
58
  msgstr "Compartir por e-mail"
59
 
60
- #: add-to-any.php:206
61
  msgid "Subscribe via e-mail"
62
  msgstr "Suscribirse por e-mail"
63
 
64
- #: add-to-any.php:207
65
  msgid "Bookmark in your browser"
66
  msgstr "Agregar a marcadores de tu navegador"
67
 
68
- #: add-to-any.php:208
69
- msgid "Press Ctrl+D or Cmd+D to bookmark this page"
 
70
  msgstr "Presione Ctrl+D o Cmd+D para marcar esta pagina"
71
 
72
- #: add-to-any.php:209
73
  msgid "Add to your favorites"
74
  msgstr "Agregar a favoritos"
75
 
76
- #: add-to-any.php:210
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:211
81
  msgid "E-mail program"
82
  msgstr "Programa de e-mail"
83
 
84
- #: add-to-any.php:236
85
  msgid "Your theme needs to be fixed. To fix your theme, use the <a href=\"theme-editor.php\">Theme Editor</a> to insert <code>&lt;?php wp_footer(); ?&gt;</code> just before the <code>&lt;/body&gt;</code> line of your theme's <code>footer.php</code> file."
86
  msgstr ""
87
 
88
- #: add-to-any.php:384
89
  msgid "Settings saved."
90
  msgstr "Configuración guardada."
91
 
92
- #: add-to-any.php:395
93
  msgid "Add to Any: Share/Save "
94
  msgstr "Add to Any: Compartir/Guardar "
95
 
96
- #: add-to-any.php:395
97
- #: add-to-any.php:736
98
  msgid "Settings"
99
  msgstr "Configuración"
100
 
101
- #: add-to-any.php:405
102
  msgid "Standalone Services"
103
  msgstr ""
104
 
105
- #: add-to-any.php:410
106
  msgid "Choose the services you want below. &nbsp;Click a chosen service again to remove. &nbsp;Reorder services by dragging and dropping as they appear above."
107
  msgstr ""
108
 
109
- #: add-to-any.php:429
110
  msgid "Button"
111
  msgstr "Botón"
112
 
113
- #: add-to-any.php:468
114
  msgid "Image URL"
115
  msgstr "URL de la imagen"
116
 
117
- #: add-to-any.php:475
118
  msgid "Text only"
119
  msgstr "Solo texto"
120
 
121
- #: add-to-any.php:483
122
  #, fuzzy
123
  msgid "Placement"
124
  msgstr "Ubicación del botón"
125
 
126
- #: add-to-any.php:492
127
  msgid "Display Share/Save button at the bottom of posts"
128
  msgstr "Mostrar el botón Compartir/Guardar al final de cada entrada"
129
 
130
- #: add-to-any.php:499
131
  msgid "Display Share/Save button at the bottom of posts on the front page"
132
  msgstr "Mostrar el botón Compartir/Guardar al final de las entradas en la pagina principal"
133
 
134
- #: add-to-any.php:506
135
  msgid "Display Share/Save button at the bottom of posts in the feed"
136
  msgstr "Mostrar el botón Compartir/Guardar al final de las entradas en el feed"
137
 
138
- #: add-to-any.php:510
139
  msgid "Display Share/Save button at the bottom of pages"
140
  msgstr "Mostrar el botón Compartir/Guardar al final de las paginas"
141
 
142
- #: add-to-any.php:514
143
  msgid "If unchecked, be sure to place the following code in <a href=\"theme-editor.php\">your template pages</a> (within <code>index.php</code>, <code>single.php</code>, and/or <code>page.php</code>)"
144
  msgstr "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>)"
145
 
146
- #: add-to-any.php:520
147
  msgid "Menu Style"
148
  msgstr "Estilo del menú"
149
 
150
- #: add-to-any.php:522
151
  msgid "Using Add to Any's Menu Styler, you can customize the colors of your Share/Save menu! When you're done, be sure to paste the generated code in the <a href=\"#\" onclick=\"document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false\">Additional Options</a> box below."
152
  msgstr "Usar el personalizador de estilo de Add to Any, usted puede personalizar los colores de su menú Compartir/Guardar! Cuando finalice, debe copiar el código generado en el recuadro de <a href=\"#\" onclick=\"document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false\">opciones adicionales</a> más abajo."
153
 
154
- #: add-to-any.php:524
155
  msgid "Open the Add to Any Menu Styler in a new window"
156
  msgstr "Abrir el personalizador de estilo de Add to Any en una nueva ventana"
157
 
158
- #: add-to-any.php:526
159
  msgid "Open Menu Styler"
160
  msgstr "Abrir el personalizador de estilos"
161
 
162
- #: add-to-any.php:531
163
  msgid "Menu Options"
164
  msgstr "Menú de opciones"
165
 
166
- #: add-to-any.php:536
167
  msgid "Hide embedded objects (Flash, video, etc.) that intersect with the menu when displayed"
168
  msgstr "Ocultar los objetos embebidos (Flash, video, etc) que intersectan con el manú cuando se muestra."
169
 
170
- #: add-to-any.php:541
171
  msgid "Show the title of the post (or page) within the menu"
172
  msgstr "Mostrar el título de la entrada (o de la pagina) dentro del menú"
173
 
174
- #: add-to-any.php:548
175
  msgid "Only show the menu when the user clicks the Share/Save button"
176
  msgstr "Mostrar el menú solo cuando un usuario haga click sobre el botón Compartir/Guardar"
177
 
178
- #: add-to-any.php:554
179
  msgid "Open the addtoany.com menu page in a new tab or window if the user clicks the Share/Save button"
180
  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"
181
 
182
- #: add-to-any.php:559
183
  msgid "Additional Options"
184
  msgstr "Opciones adicionales"
185
 
186
- #: add-to-any.php:563
187
  msgid "Paste the code from Add to Any's Menu Styler in the box below!"
188
  msgstr "Pegue el código del personalizador de estilo en el siguiente recuadro"
189
 
190
- #: add-to-any.php:567
191
  msgid "Below you can set special JavaScript variables to apply to each Share/Save menu."
192
  msgstr "Abajo puede inicializar las variables JavaScript especiales para aplicar a cada menú Compartir/Guardar"
193
 
194
- #: add-to-any.php:568
195
  msgid "Advanced users might want to explore Add to Any's <a href=\"http://www.addtoany.com/buttons/api/\" target=\"_blank\">JavaScript API</a>."
196
  msgstr "Los usuarios avanzados podrían preferir explorar la <a href=\"http://www.addtoany.com/buttons/api/\" target=\"_blank\">API JavaScript</a> de Add to Any."
197
 
198
- #: add-to-any.php:574
199
  msgid "<strong>Note</strong>: If you're adding new code, be careful not to accidentally overwrite any previous code.</label>"
200
  msgstr "<strong>Nota</strong>: Si usted agrega código nuevo, sea cuidadoso de no sobreescribir accidentalmente cualquier código ingresado anteriormente.</label>"
201
 
202
- #: add-to-any.php:581
203
  msgid "Save Changes"
204
  msgstr "Guardar cambios"
205
 
206
- #: add-to-any.php:586
207
  msgid "Like this plugin?"
208
  msgstr ""
209
 
210
- #: add-to-any.php:587
211
  msgid "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Give it a good rating</a> on WordPress.org."
212
  msgstr ""
213
 
214
- #: add-to-any.php:588
215
  msgid "<a href=\"http://www.addtoany.com/share_save?linkname=WordPress%20Share%20Plugin%20by%20AddToAny.com&amp;linkurl=http%3A%2F%2Fwordpress.org%2Fextend%2Fplugins%2Fadd-to-any%2F\">Share it</a> with your friends."
216
  msgstr ""
217
 
218
- #: add-to-any.php:590
219
  msgid "Need support?"
220
  msgstr ""
221
 
222
- #: add-to-any.php:591
223
  msgid "See the <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">FAQs</a>."
224
  msgstr ""
225
 
226
- #: add-to-any.php:592
227
  msgid "Search the <a href=\"http://wordpress.org/tags/add-to-any\">support forums</a>."
228
  msgstr ""
229
 
230
- #: add-to-any.php:699
231
  msgid "Add/Remove Services"
232
  msgstr ""
233
 
234
- #: add-to-any.php:736
235
  msgid "Share/Save"
236
  msgstr "Compartir/Guardar"
237
 
238
- #: add-to-any.php:737
239
  msgid "Share/Save Buttons"
240
  msgstr "Botones Compartir/Guardar"
241
 
2
  msgstr ""
3
  "Project-Id-Version: add-to-any\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2009-05-01 02:10-0800\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Pablo Poo <pablo@poo.cl>\n"
8
  "Language-Team: \n"
13
  "X-Poedit-Basepath: ../\n"
14
  "X-Poedit-SearchPath-0: .\n"
15
 
16
+ #: add-to-any.php:182
17
  msgid "Share"
18
  msgstr "Compartir"
19
 
20
+ #: add-to-any.php:183
21
  msgid "Save"
22
  msgstr "Guardar"
23
 
24
+ #: add-to-any.php:184
25
  msgid "Subscribe"
26
  msgstr "Suscribirse"
27
 
28
+ #: add-to-any.php:185
29
  msgid "E-mail"
30
  msgstr "E-mail"
31
 
32
+ #: add-to-any.php:186
33
  msgid "Bookmark"
34
  msgstr "Marcador"
35
 
36
+ #: add-to-any.php:187
37
  msgid "Show all"
38
  msgstr "Mostrar todo"
39
 
40
+ #: add-to-any.php:188
41
  msgid "Show less"
42
  msgstr "Mostrar menos"
43
 
44
+ #: add-to-any.php:189
45
  msgid "Find service(s)"
46
  msgstr "Buscar servicios(s)"
47
 
48
+ #: add-to-any.php:190
49
  msgid "Instantly find any service to add to"
50
  msgstr "Buscar servicio"
51
 
52
+ #: add-to-any.php:191
53
  msgid "Powered by"
54
  msgstr "Servicio ofrecido por"
55
 
56
+ #: add-to-any.php:192
57
  msgid "Share via e-mail"
58
  msgstr "Compartir por e-mail"
59
 
60
+ #: add-to-any.php:193
61
  msgid "Subscribe via e-mail"
62
  msgstr "Suscribirse por e-mail"
63
 
64
+ #: add-to-any.php:194
65
  msgid "Bookmark in your browser"
66
  msgstr "Agregar a marcadores de tu navegador"
67
 
68
+ #: add-to-any.php:195
69
+ #, fuzzy
70
+ msgid "Press Ctrl+D or &#8984;+D to bookmark this page"
71
  msgstr "Presione Ctrl+D o Cmd+D para marcar esta pagina"
72
 
73
+ #: add-to-any.php:196
74
  msgid "Add to your favorites"
75
  msgstr "Agregar a favoritos"
76
 
77
+ #: add-to-any.php:197
78
  msgid "Send from any e-mail address or e-mail program"
79
  msgstr "Enviar de cualquier dirección de e-mail o programa de e-mail"
80
 
81
+ #: add-to-any.php:198
82
  msgid "E-mail program"
83
  msgstr "Programa de e-mail"
84
 
85
+ #: add-to-any.php:223
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>&lt;?php wp_footer(); ?&gt;</code> just before the <code>&lt;/body&gt;</code> line of your theme's <code>footer.php</code> file."
87
  msgstr ""
88
 
89
+ #: add-to-any.php:371
90
  msgid "Settings saved."
91
  msgstr "Configuración guardada."
92
 
93
+ #: add-to-any.php:382
94
  msgid "Add to Any: Share/Save "
95
  msgstr "Add to Any: Compartir/Guardar "
96
 
97
+ #: add-to-any.php:382
98
+ #: add-to-any.php:725
99
  msgid "Settings"
100
  msgstr "Configuración"
101
 
102
+ #: add-to-any.php:392
103
  msgid "Standalone Services"
104
  msgstr ""
105
 
106
+ #: add-to-any.php:397
107
  msgid "Choose the services you want below. &nbsp;Click a chosen service again to remove. &nbsp;Reorder services by dragging and dropping as they appear above."
108
  msgstr ""
109
 
110
+ #: add-to-any.php:416
111
  msgid "Button"
112
  msgstr "Botón"
113
 
114
+ #: add-to-any.php:455
115
  msgid "Image URL"
116
  msgstr "URL de la imagen"
117
 
118
+ #: add-to-any.php:462
119
  msgid "Text only"
120
  msgstr "Solo texto"
121
 
122
+ #: add-to-any.php:470
123
  #, fuzzy
124
  msgid "Placement"
125
  msgstr "Ubicación del botón"
126
 
127
+ #: add-to-any.php:479
128
  msgid "Display Share/Save button at the bottom of posts"
129
  msgstr "Mostrar el botón Compartir/Guardar al final de cada entrada"
130
 
131
+ #: add-to-any.php:486
132
  msgid "Display Share/Save button at the bottom of posts on the front page"
133
  msgstr "Mostrar el botón Compartir/Guardar al final de las entradas en la pagina principal"
134
 
135
+ #: add-to-any.php:493
136
  msgid "Display Share/Save button at the bottom of posts in the feed"
137
  msgstr "Mostrar el botón Compartir/Guardar al final de las entradas en el feed"
138
 
139
+ #: add-to-any.php:497
140
  msgid "Display Share/Save button at the bottom of pages"
141
  msgstr "Mostrar el botón Compartir/Guardar al final de las paginas"
142
 
143
+ #: add-to-any.php:501
144
  msgid "If unchecked, be sure to place the following code in <a href=\"theme-editor.php\">your template pages</a> (within <code>index.php</code>, <code>single.php</code>, and/or <code>page.php</code>)"
145
  msgstr "Si no está habilitado se debe agregar el siguiente código en <a href=\"theme-editor.php\">la plantilla de su tema</a>(dentro de <code>index.php</code>, <code>single.php</code>, y/o <code>page.php</code>)"
146
 
147
+ #: add-to-any.php:507
148
  msgid "Menu Style"
149
  msgstr "Estilo del menú"
150
 
151
+ #: add-to-any.php:509
152
  msgid "Using Add to Any's Menu Styler, you can customize the colors of your Share/Save menu! When you're done, be sure to paste the generated code in the <a href=\"#\" onclick=\"document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false\">Additional Options</a> box below."
153
  msgstr "Usar el personalizador de estilo de Add to Any, usted puede personalizar los colores de su menú Compartir/Guardar! Cuando finalice, debe copiar el código generado en el recuadro de <a href=\"#\" onclick=\"document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false\">opciones adicionales</a> más abajo."
154
 
155
+ #: add-to-any.php:511
156
  msgid "Open the Add to Any Menu Styler in a new window"
157
  msgstr "Abrir el personalizador de estilo de Add to Any en una nueva ventana"
158
 
159
+ #: add-to-any.php:513
160
  msgid "Open Menu Styler"
161
  msgstr "Abrir el personalizador de estilos"
162
 
163
+ #: add-to-any.php:518
164
  msgid "Menu Options"
165
  msgstr "Menú de opciones"
166
 
167
+ #: add-to-any.php:523
168
  msgid "Hide embedded objects (Flash, video, etc.) that intersect with the menu when displayed"
169
  msgstr "Ocultar los objetos embebidos (Flash, video, etc) que intersectan con el manú cuando se muestra."
170
 
171
+ #: add-to-any.php:528
172
  msgid "Show the title of the post (or page) within the menu"
173
  msgstr "Mostrar el título de la entrada (o de la pagina) dentro del menú"
174
 
175
+ #: add-to-any.php:535
176
  msgid "Only show the menu when the user clicks the Share/Save button"
177
  msgstr "Mostrar el menú solo cuando un usuario haga click sobre el botón Compartir/Guardar"
178
 
179
+ #: add-to-any.php:541
180
  msgid "Open the addtoany.com menu page in a new tab or window if the user clicks the Share/Save button"
181
  msgstr "Abrir el menu de addtoany.com en una nueva pestaña o ventana si el usuario hace click en el botón Compartir/Guardar"
182
 
183
+ #: add-to-any.php:546
184
  msgid "Additional Options"
185
  msgstr "Opciones adicionales"
186
 
187
+ #: add-to-any.php:550
188
  msgid "Paste the code from Add to Any's Menu Styler in the box below!"
189
  msgstr "Pegue el código del personalizador de estilo en el siguiente recuadro"
190
 
191
+ #: add-to-any.php:554
192
  msgid "Below you can set special JavaScript variables to apply to each Share/Save menu."
193
  msgstr "Abajo puede inicializar las variables JavaScript especiales para aplicar a cada menú Compartir/Guardar"
194
 
195
+ #: add-to-any.php:555
196
  msgid "Advanced users might want to explore Add to Any's <a href=\"http://www.addtoany.com/buttons/api/\" target=\"_blank\">JavaScript API</a>."
197
  msgstr "Los usuarios avanzados podrían preferir explorar la <a href=\"http://www.addtoany.com/buttons/api/\" target=\"_blank\">API JavaScript</a> de Add to Any."
198
 
199
+ #: add-to-any.php:561
200
  msgid "<strong>Note</strong>: If you're adding new code, be careful not to accidentally overwrite any previous code.</label>"
201
  msgstr "<strong>Nota</strong>: Si usted agrega código nuevo, sea cuidadoso de no sobreescribir accidentalmente cualquier código ingresado anteriormente.</label>"
202
 
203
+ #: add-to-any.php:568
204
  msgid "Save Changes"
205
  msgstr "Guardar cambios"
206
 
207
+ #: add-to-any.php:573
208
  msgid "Like this plugin?"
209
  msgstr ""
210
 
211
+ #: add-to-any.php:574
212
  msgid "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Give it a good rating</a> on WordPress.org."
213
  msgstr ""
214
 
215
+ #: add-to-any.php:575
216
  msgid "<a href=\"http://www.addtoany.com/share_save?linkname=WordPress%20Share%20Plugin%20by%20AddToAny.com&amp;linkurl=http%3A%2F%2Fwordpress.org%2Fextend%2Fplugins%2Fadd-to-any%2F\">Share it</a> with your friends."
217
  msgstr ""
218
 
219
+ #: add-to-any.php:577
220
  msgid "Need support?"
221
  msgstr ""
222
 
223
+ #: add-to-any.php:578
224
  msgid "See the <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">FAQs</a>."
225
  msgstr ""
226
 
227
+ #: add-to-any.php:579
228
  msgid "Search the <a href=\"http://wordpress.org/tags/add-to-any\">support forums</a>."
229
  msgstr ""
230
 
231
+ #: add-to-any.php:686
232
  msgid "Add/Remove Services"
233
  msgstr ""
234
 
235
+ #: add-to-any.php:725
236
  msgid "Share/Save"
237
  msgstr "Compartir/Guardar"
238
 
239
+ #: add-to-any.php:726
240
  msgid "Share/Save Buttons"
241
  msgstr "Botones Compartir/Guardar"
242
 
languages/add-to-any-it_IT.mo ADDED
Binary file
languages/add-to-any-it_IT.po ADDED
@@ -0,0 +1,243 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: add-to-any in italiano\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2009-05-01 02:10-0800\n"
6
+ "PO-Revision-Date: \n"
7
+ "Last-Translator: MicroPat\n"
8
+ "Language-Team: Gianni Diurno | http://gidibao.net/ <gidibao@gmail.com>\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Poedit-KeywordsList: __;_e\n"
13
+ "X-Poedit-Basepath: ../\n"
14
+ "X-Poedit-Language: Italian\n"
15
+ "X-Poedit-Country: ITALY\n"
16
+ "X-Poedit-SearchPath-0: .\n"
17
+
18
+ #: add-to-any.php:182
19
+ msgid "Share"
20
+ msgstr "Condividi"
21
+
22
+ #: add-to-any.php:183
23
+ msgid "Save"
24
+ msgstr "Salva"
25
+
26
+ #: add-to-any.php:184
27
+ msgid "Subscribe"
28
+ msgstr "Abbonati"
29
+
30
+ #: add-to-any.php:185
31
+ msgid "E-mail"
32
+ msgstr "E-mail"
33
+
34
+ #: add-to-any.php:186
35
+ msgid "Bookmark"
36
+ msgstr "Segnalibro"
37
+
38
+ #: add-to-any.php:187
39
+ msgid "Show all"
40
+ msgstr "espandi"
41
+
42
+ #: add-to-any.php:188
43
+ msgid "Show less"
44
+ msgstr "comprimi"
45
+
46
+ #: add-to-any.php:189
47
+ msgid "Find service(s)"
48
+ msgstr "Trova servizi"
49
+
50
+ #: add-to-any.php:190
51
+ msgid "Instantly find any service to add to"
52
+ msgstr "Trova subito un servizio da aggiungere"
53
+
54
+ #: add-to-any.php:191
55
+ msgid "Powered by"
56
+ msgstr "Fornito da"
57
+
58
+ #: add-to-any.php:192
59
+ msgid "Share via e-mail"
60
+ msgstr "Condividi via email"
61
+
62
+ #: add-to-any.php:193
63
+ msgid "Subscribe via e-mail"
64
+ msgstr "Abbonati via email"
65
+
66
+ #: add-to-any.php:194
67
+ msgid "Bookmark in your browser"
68
+ msgstr "Aggiungi ai segnalibri"
69
+
70
+ #: add-to-any.php:195
71
+ #, fuzzy
72
+ msgid "Press Ctrl+D or &#8984;+D to bookmark this page"
73
+ msgstr "Premi Ctrl+D o Cmd+D per aggiungere questa pagina alla lista dei segnalibri"
74
+
75
+ #: add-to-any.php:196
76
+ msgid "Add to your favorites"
77
+ msgstr "Aggiungi ai favoriti"
78
+
79
+ #: add-to-any.php:197
80
+ msgid "Send from any e-mail address or e-mail program"
81
+ msgstr "Invia da un indirizzo email o client di posta elettronica"
82
+
83
+ #: add-to-any.php:198
84
+ msgid "E-mail program"
85
+ msgstr "Client di posta elettronica"
86
+
87
+ #: add-to-any.php:223
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>&lt;?php wp_footer(); ?&gt;</code> just before the <code>&lt;/body&gt;</code> line of your theme's <code>footer.php</code> file."
89
+ msgstr "Il tuo tema deve essere aggiornato. Per apportare le modifiche necessarie, utilizza l'editor dei <a href=\"theme-editor.php\">temi</a> per inserire <code>&lt;?php wp_footer(); ?&gt;</code> subito prima del tag di chiusura <code>&lt;/body&gt;</code> presente nel file <code>footer.php</code>."
90
+
91
+ #: add-to-any.php:371
92
+ msgid "Settings saved."
93
+ msgstr "Le impostazioni sono state salvate"
94
+
95
+ #: add-to-any.php:382
96
+ msgid "Add to Any: Share/Save "
97
+ msgstr "Add to Any: Condividi/Salva "
98
+
99
+ #: add-to-any.php:382
100
+ #: add-to-any.php:725
101
+ msgid "Settings"
102
+ msgstr "Impostazioni"
103
+
104
+ #: add-to-any.php:392
105
+ msgid "Standalone Services"
106
+ msgstr "Servizi indipendenti"
107
+
108
+ #: add-to-any.php:397
109
+ msgid "Choose the services you want below. &nbsp;Click a chosen service again to remove. &nbsp;Reorder services by dragging and dropping as they appear above."
110
+ msgstr "Scegli qui sotto i servizi di tuo gradimento. &nbsp;Clicca su di un servizio attivo per rimuoverlo. &nbsp;Riordina i servizi via drag and drop."
111
+
112
+ #: add-to-any.php:416
113
+ msgid "Button"
114
+ msgstr "Pulsante"
115
+
116
+ #: add-to-any.php:455
117
+ msgid "Image URL"
118
+ msgstr "URL immagine"
119
+
120
+ #: add-to-any.php:462
121
+ msgid "Text only"
122
+ msgstr "Solo testo"
123
+
124
+ #: add-to-any.php:470
125
+ msgid "Placement"
126
+ msgstr "Posizione"
127
+
128
+ #: add-to-any.php:479
129
+ msgid "Display Share/Save button at the bottom of posts"
130
+ msgstr "Mostra il pulsante Share/Save in coda agli articoli"
131
+
132
+ #: add-to-any.php:486
133
+ msgid "Display Share/Save button at the bottom of posts on the front page"
134
+ msgstr "Mostra il pulsante Share/Save in coda agli articoli nella pagina principale"
135
+
136
+ #: add-to-any.php:493
137
+ msgid "Display Share/Save button at the bottom of posts in the feed"
138
+ msgstr "Mostra il pulsante Share/Save in coda agli articoli del feed"
139
+
140
+ #: add-to-any.php:497
141
+ msgid "Display Share/Save button at the bottom of pages"
142
+ msgstr "Mostra il pulsante Share/Save in coda alle pagine"
143
+
144
+ #: add-to-any.php:501
145
+ msgid "If unchecked, be sure to place the following code in <a href=\"theme-editor.php\">your template pages</a> (within <code>index.php</code>, <code>single.php</code>, and/or <code>page.php</code>)"
146
+ msgstr "Se disattivata, dovrai inserire il codice qui sotto nelle <a href=\"theme-editor.php\">pagine del tuo tema</a> (in <code>index.php</code>, <code>single.php</code>, e/o <code>page.php</code>)"
147
+
148
+ #: add-to-any.php:507
149
+ msgid "Menu Style"
150
+ msgstr "Stile menu"
151
+
152
+ #: add-to-any.php:509
153
+ msgid "Using Add to Any's Menu Styler, you can customize the colors of your Share/Save menu! When you're done, be sure to paste the generated code in the <a href=\"#\" onclick=\"document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false\">Additional Options</a> box below."
154
+ msgstr "Utilizzando il Menu Styler di Add to Any potrai personalizzare i colori del menu Share/Save! Una volta apportata la modifica, incolla il codice così ottenuto nel riquadro delle <a href=\"#\" onclick=\"document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false\">Opzioni agggiuntive</a> qui sotto."
155
+
156
+ #: add-to-any.php:511
157
+ msgid "Open the Add to Any Menu Styler in a new window"
158
+ msgstr "Apri in una nuova pagina per personalizzare il menu di Add to Any"
159
+
160
+ #: add-to-any.php:513
161
+ msgid "Open Menu Styler"
162
+ msgstr "Stile menu"
163
+
164
+ #: add-to-any.php:518
165
+ msgid "Menu Options"
166
+ msgstr "Opzioni menu"
167
+
168
+ #: add-to-any.php:523
169
+ msgid "Hide embedded objects (Flash, video, etc.) that intersect with the menu when displayed"
170
+ msgstr "Nascondi gli oggetti incorporati (Flash, video, etc.) che possono interferire con la visualizzazione corretta del menu"
171
+
172
+ #: add-to-any.php:528
173
+ msgid "Show the title of the post (or page) within the menu"
174
+ msgstr "Mostra nel menu il titolo dell'articolo (o pagina)"
175
+
176
+ #: add-to-any.php:535
177
+ msgid "Only show the menu when the user clicks the Share/Save button"
178
+ msgstr "Mostra solamente il menu quando un utente clicca sul pulsante Share/Save"
179
+
180
+ #: add-to-any.php:541
181
+ msgid "Open the addtoany.com menu page in a new tab or window if the user clicks the Share/Save button"
182
+ msgstr "Apri in una nuova scheda o finestra la pagina menu di addtoany.com quando un utente clicca il pulsante Share/Save"
183
+
184
+ #: add-to-any.php:546
185
+ msgid "Additional Options"
186
+ msgstr "Opzioni aggiuntive"
187
+
188
+ #: add-to-any.php:550
189
+ msgid "Paste the code from Add to Any's Menu Styler in the box below!"
190
+ msgstr "Incolla nel riquadro qui sotto il nuovo codice personalizzato per il menu! "
191
+
192
+ #: add-to-any.php:554
193
+ msgid "Below you can set special JavaScript variables to apply to each Share/Save menu."
194
+ msgstr "Qui sotto é possibile impostare delle variabili JavaScript particolari applicabili ad ogni menu Share/Save."
195
+
196
+ #: add-to-any.php:555
197
+ msgid "Advanced users might want to explore Add to Any's <a href=\"http://www.addtoany.com/buttons/api/\" target=\"_blank\">JavaScript API</a>."
198
+ msgstr "Gli utenti più esperti possono prendere visione della <a href=\"http://www.addtoany.com/buttons/api/\" target=\"_blank\">JavaScript API</a> di Add to Any."
199
+
200
+ #: add-to-any.php:561
201
+ msgid "<strong>Note</strong>: If you're adding new code, be careful not to accidentally overwrite any previous code.</label>"
202
+ msgstr "<strong>Nota</strong>: qualora stessi aggiungendo un nnuovo codice, fai attenzione a non sovrascrivere accidentalmente ogni codice precedente.</label>"
203
+
204
+ #: add-to-any.php:568
205
+ msgid "Save Changes"
206
+ msgstr "Salva le modifiche"
207
+
208
+ #: add-to-any.php:573
209
+ msgid "Like this plugin?"
210
+ msgstr "Ti é piaciuto questo plugin?"
211
+
212
+ #: add-to-any.php:574
213
+ msgid "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Give it a good rating</a> on WordPress.org."
214
+ msgstr "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Votalo</a> su WordPress.org."
215
+
216
+ #: add-to-any.php:575
217
+ msgid "<a href=\"http://www.addtoany.com/share_save?linkname=WordPress%20Share%20Plugin%20by%20AddToAny.com&amp;linkurl=http%3A%2F%2Fwordpress.org%2Fextend%2Fplugins%2Fadd-to-any%2F\">Share it</a> with your friends."
218
+ msgstr "<a href=\"http://www.addtoany.com/share_save?linkname=WordPress%20Share%20Plugin%20by%20AddToAny.com&amp;linkurl=http%3A%2F%2Fwordpress.org%2Fextend%2Fplugins%2Fadd-to-any%2F\">Condividi</a> con i tuoi amici."
219
+
220
+ #: add-to-any.php:577
221
+ msgid "Need support?"
222
+ msgstr "Serve aiuto?"
223
+
224
+ #: add-to-any.php:578
225
+ msgid "See the <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">FAQs</a>."
226
+ msgstr "Vedi la pagina dedicata alle <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">FAQ</a>."
227
+
228
+ #: add-to-any.php:579
229
+ msgid "Search the <a href=\"http://wordpress.org/tags/add-to-any\">support forums</a>."
230
+ msgstr "Effettua una ricerca nel <a href=\"http://wordpress.org/tags/add-to-any\">forum di supporto</a>."
231
+
232
+ #: add-to-any.php:686
233
+ msgid "Add/Remove Services"
234
+ msgstr "Aggiungi/Rimuovi i sevizi"
235
+
236
+ #: add-to-any.php:725
237
+ msgid "Share/Save"
238
+ msgstr "Condividi/Salva"
239
+
240
+ #: add-to-any.php:726
241
+ msgid "Share/Save Buttons"
242
+ msgstr "Pulsanti Condividi/Salva"
243
+
{i18n → languages}/add-to-any-pt_PT.mo RENAMED
File without changes
{i18n → languages}/add-to-any-pt_PT.po RENAMED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: add-to-any\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2009-04-17 02:33-0800\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: MicroPat\n"
8
  "Language-Team: \n"
@@ -13,229 +13,230 @@ msgstr ""
13
  "X-Poedit-Basepath: ../\n"
14
  "X-Poedit-SearchPath-0: .\n"
15
 
16
- #: add-to-any.php:195
17
  msgid "Share"
18
  msgstr "Partilhar"
19
 
20
- #: add-to-any.php:196
21
  msgid "Save"
22
  msgstr "Guardar"
23
 
24
- #: add-to-any.php:197
25
  msgid "Subscribe"
26
  msgstr "Subscrever"
27
 
28
- #: add-to-any.php:198
29
  msgid "E-mail"
30
  msgstr "E-mail"
31
 
32
- #: add-to-any.php:199
33
  msgid "Bookmark"
34
  msgstr "Marcador"
35
 
36
- #: add-to-any.php:200
37
  msgid "Show all"
38
  msgstr "Mostrar tudo"
39
 
40
- #: add-to-any.php:201
41
  msgid "Show less"
42
  msgstr "Mostrar menos"
43
 
44
- #: add-to-any.php:202
45
  msgid "Find service(s)"
46
  msgstr "Procurar serviço(s)"
47
 
48
- #: add-to-any.php:203
49
  msgid "Instantly find any service to add to"
50
  msgstr "Encontrar rapidamente qualquer serviço para"
51
 
52
- #: add-to-any.php:204
53
  msgid "Powered by"
54
  msgstr "Serviço fornecido por"
55
 
56
- #: add-to-any.php:205
57
  msgid "Share via e-mail"
58
  msgstr "Partilhar por e-mail"
59
 
60
- #: add-to-any.php:206
61
  msgid "Subscribe via e-mail"
62
  msgstr "Subscrever por e-mail"
63
 
64
- #: add-to-any.php:207
65
  msgid "Bookmark in your browser"
66
  msgstr "Adicionar marcador"
67
 
68
- #: add-to-any.php:208
69
- msgid "Press Ctrl+D or Cmd+D to bookmark this page"
 
70
  msgstr "Pressione Ctrl+D ou Cmd+D para marcar esta página"
71
 
72
- #: add-to-any.php:209
73
  msgid "Add to your favorites"
74
  msgstr "Adicionar a favoritos"
75
 
76
- #: add-to-any.php:210
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:211
81
  msgid "E-mail program"
82
  msgstr "Programa de e-mail"
83
 
84
- #: add-to-any.php:236
85
  msgid "Your theme needs to be fixed. To fix your theme, use the <a href=\"theme-editor.php\">Theme Editor</a> to insert <code>&lt;?php wp_footer(); ?&gt;</code> just before the <code>&lt;/body&gt;</code> line of your theme's <code>footer.php</code> file."
86
  msgstr "O seu tema precisa de ser corrigido. Para coriigir o seu tema, utilize <a href=\"theme-editor.php\">Theme Editor</a> para inserir <code>&lt;?php wp_footer(); ?&gt;</code> mesmo antes da linha <code>&lt;/body&gt;</code> do ficheiro <code>footer.php</code> do tema."
87
 
88
- #: add-to-any.php:384
89
  msgid "Settings saved."
90
  msgstr "Configuração guardada."
91
 
92
- #: add-to-any.php:395
93
  msgid "Add to Any: Share/Save "
94
  msgstr "Adicionar a Qualquer: Partilhar/Guardar "
95
 
96
- #: add-to-any.php:395
97
- #: add-to-any.php:736
98
  msgid "Settings"
99
  msgstr "Configurações"
100
 
101
- #: add-to-any.php:405
102
  msgid "Standalone Services"
103
  msgstr ""
104
 
105
- #: add-to-any.php:410
106
  msgid "Choose the services you want below. &nbsp;Click a chosen service again to remove. &nbsp;Reorder services by dragging and dropping as they appear above."
107
  msgstr ""
108
 
109
- #: add-to-any.php:429
110
  msgid "Button"
111
  msgstr "Botão"
112
 
113
- #: add-to-any.php:468
114
  msgid "Image URL"
115
  msgstr "URL da imagem"
116
 
117
- #: add-to-any.php:475
118
  msgid "Text only"
119
  msgstr "Apenas texto"
120
 
121
- #: add-to-any.php:483
122
  #, fuzzy
123
  msgid "Placement"
124
  msgstr "Posição do Botão"
125
 
126
- #: add-to-any.php:492
127
  msgid "Display Share/Save button at the bottom of posts"
128
  msgstr "Mostrar o botão Partilhar/Guardar no fim de cada post"
129
 
130
- #: add-to-any.php:499
131
  msgid "Display Share/Save button at the bottom of posts on the front page"
132
  msgstr "Mostrar o botão Partilhar/Guardar no fim dos posts na página principal"
133
 
134
- #: add-to-any.php:506
135
  msgid "Display Share/Save button at the bottom of posts in the feed"
136
  msgstr "Mostrar o botão Partilhar/Guardar no fim dos posts do feed RSS"
137
 
138
- #: add-to-any.php:510
139
  msgid "Display Share/Save button at the bottom of pages"
140
  msgstr "Mostrar o botão Partilhar/Guardar no fim das páginas"
141
 
142
- #: add-to-any.php:514
143
  msgid "If unchecked, be sure to place the following code in <a href=\"theme-editor.php\">your template pages</a> (within <code>index.php</code>, <code>single.php</code>, and/or <code>page.php</code>)"
144
  msgstr "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>)"
145
 
146
- #: add-to-any.php:520
147
  msgid "Menu Style"
148
  msgstr "Estilo de Menu"
149
 
150
- #: add-to-any.php:522
151
  msgid "Using Add to Any's Menu Styler, you can customize the colors of your Share/Save menu! When you're done, be sure to paste the generated code in the <a href=\"#\" onclick=\"document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false\">Additional Options</a> box below."
152
  msgstr "Usar o Personalizador de Estilo do Add to Any. Pode personalizar as cores do seu menu Partilhar/Guardar! Quando finalizar, assegure-se que cola o código gerado na caixa <a href=\"#\" onclick=\"document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false\">Opções Adicionais</a> em baixo."
153
 
154
- #: add-to-any.php:524
155
  msgid "Open the Add to Any Menu Styler in a new window"
156
  msgstr "Abrir o Menu de Personalização de Estilos Add to Any numa nova janela"
157
 
158
- #: add-to-any.php:526
159
  msgid "Open Menu Styler"
160
  msgstr "Abrir o Menu de Personalização de Estilos"
161
 
162
- #: add-to-any.php:531
163
  msgid "Menu Options"
164
  msgstr "Opções de Menu"
165
 
166
- #: add-to-any.php:536
167
  msgid "Hide embedded objects (Flash, video, etc.) that intersect with the menu when displayed"
168
  msgstr "Ocultar objetos embebidos (Flash, video, etc) que interajam com o menu quando visualizado"
169
 
170
- #: add-to-any.php:541
171
  msgid "Show the title of the post (or page) within the menu"
172
  msgstr "Mostrar o título do post (ou da página) dentro do menu"
173
 
174
- #: add-to-any.php:548
175
  msgid "Only show the menu when the user clicks the Share/Save button"
176
  msgstr "Mostrar apenas o menu quando o utilizador fizer um clique no botão Partilhar/Guardar"
177
 
178
- #: add-to-any.php:554
179
  msgid "Open the addtoany.com menu page in a new tab or window if the user clicks the Share/Save button"
180
  msgstr "Abrir o menu de addtoany.com num novo separador ou janela se o utilizador fizer um clique no botão Partilhar/Guardar"
181
 
182
- #: add-to-any.php:559
183
  msgid "Additional Options"
184
  msgstr "Opções Adicionais"
185
 
186
- #: add-to-any.php:563
187
  msgid "Paste the code from Add to Any's Menu Styler in the box below!"
188
  msgstr "Cole o código do Menu de Personalização de Estilos do Add to Any na caixa a seguir!"
189
 
190
- #: add-to-any.php:567
191
  msgid "Below you can set special JavaScript variables to apply to each Share/Save menu."
192
  msgstr "Em baixo pode inserir varáveis especiais de JavaScript para aplicar a cada menu Partilhar/Guardar."
193
 
194
- #: add-to-any.php:568
195
  msgid "Advanced users might want to explore Add to Any's <a href=\"http://www.addtoany.com/buttons/api/\" target=\"_blank\">JavaScript API</a>."
196
  msgstr "Utilizadores avançados podem querer explorar o <a href=\"http://www.addtoany.com/buttons/api/\" target=\"_blank\">API do JavaScript</a> do Add to Any."
197
 
198
- #: add-to-any.php:574
199
  msgid "<strong>Note</strong>: If you're adding new code, be careful not to accidentally overwrite any previous code.</label>"
200
  msgstr "<strong>Nota</strong>: Se está a adicionar novo código, tenha cuidado para não sobrescrever (apagar) acidentalmente qualquer código existente.</label>"
201
 
202
- #: add-to-any.php:581
203
  msgid "Save Changes"
204
  msgstr "Guardar alterações"
205
 
206
- #: add-to-any.php:586
207
  msgid "Like this plugin?"
208
  msgstr ""
209
 
210
- #: add-to-any.php:587
211
  msgid "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Give it a good rating</a> on WordPress.org."
212
  msgstr ""
213
 
214
- #: add-to-any.php:588
215
  msgid "<a href=\"http://www.addtoany.com/share_save?linkname=WordPress%20Share%20Plugin%20by%20AddToAny.com&amp;linkurl=http%3A%2F%2Fwordpress.org%2Fextend%2Fplugins%2Fadd-to-any%2F\">Share it</a> with your friends."
216
  msgstr ""
217
 
218
- #: add-to-any.php:590
219
  msgid "Need support?"
220
  msgstr ""
221
 
222
- #: add-to-any.php:591
223
  msgid "See the <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">FAQs</a>."
224
  msgstr ""
225
 
226
- #: add-to-any.php:592
227
  msgid "Search the <a href=\"http://wordpress.org/tags/add-to-any\">support forums</a>."
228
  msgstr ""
229
 
230
- #: add-to-any.php:699
231
  msgid "Add/Remove Services"
232
  msgstr ""
233
 
234
- #: add-to-any.php:736
235
  msgid "Share/Save"
236
  msgstr "Partilhar/Guardar"
237
 
238
- #: add-to-any.php:737
239
  msgid "Share/Save Buttons"
240
  msgstr "Botões Partilhar/Guardar"
241
 
2
  msgstr ""
3
  "Project-Id-Version: add-to-any\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2009-05-01 02:10-0800\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: MicroPat\n"
8
  "Language-Team: \n"
13
  "X-Poedit-Basepath: ../\n"
14
  "X-Poedit-SearchPath-0: .\n"
15
 
16
+ #: add-to-any.php:182
17
  msgid "Share"
18
  msgstr "Partilhar"
19
 
20
+ #: add-to-any.php:183
21
  msgid "Save"
22
  msgstr "Guardar"
23
 
24
+ #: add-to-any.php:184
25
  msgid "Subscribe"
26
  msgstr "Subscrever"
27
 
28
+ #: add-to-any.php:185
29
  msgid "E-mail"
30
  msgstr "E-mail"
31
 
32
+ #: add-to-any.php:186
33
  msgid "Bookmark"
34
  msgstr "Marcador"
35
 
36
+ #: add-to-any.php:187
37
  msgid "Show all"
38
  msgstr "Mostrar tudo"
39
 
40
+ #: add-to-any.php:188
41
  msgid "Show less"
42
  msgstr "Mostrar menos"
43
 
44
+ #: add-to-any.php:189
45
  msgid "Find service(s)"
46
  msgstr "Procurar serviço(s)"
47
 
48
+ #: add-to-any.php:190
49
  msgid "Instantly find any service to add to"
50
  msgstr "Encontrar rapidamente qualquer serviço para"
51
 
52
+ #: add-to-any.php:191
53
  msgid "Powered by"
54
  msgstr "Serviço fornecido por"
55
 
56
+ #: add-to-any.php:192
57
  msgid "Share via e-mail"
58
  msgstr "Partilhar por e-mail"
59
 
60
+ #: add-to-any.php:193
61
  msgid "Subscribe via e-mail"
62
  msgstr "Subscrever por e-mail"
63
 
64
+ #: add-to-any.php:194
65
  msgid "Bookmark in your browser"
66
  msgstr "Adicionar marcador"
67
 
68
+ #: add-to-any.php:195
69
+ #, fuzzy
70
+ msgid "Press Ctrl+D or &#8984;+D to bookmark this page"
71
  msgstr "Pressione Ctrl+D ou Cmd+D para marcar esta página"
72
 
73
+ #: add-to-any.php:196
74
  msgid "Add to your favorites"
75
  msgstr "Adicionar a favoritos"
76
 
77
+ #: add-to-any.php:197
78
  msgid "Send from any e-mail address or e-mail program"
79
  msgstr "Enviar de qualquer e-mail ou programa de e-mail"
80
 
81
+ #: add-to-any.php:198
82
  msgid "E-mail program"
83
  msgstr "Programa de e-mail"
84
 
85
+ #: add-to-any.php:223
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>&lt;?php wp_footer(); ?&gt;</code> just before the <code>&lt;/body&gt;</code> line of your theme's <code>footer.php</code> file."
87
  msgstr "O seu tema precisa de ser corrigido. Para coriigir o seu tema, utilize <a href=\"theme-editor.php\">Theme Editor</a> para inserir <code>&lt;?php wp_footer(); ?&gt;</code> mesmo antes da linha <code>&lt;/body&gt;</code> do ficheiro <code>footer.php</code> do tema."
88
 
89
+ #: add-to-any.php:371
90
  msgid "Settings saved."
91
  msgstr "Configuração guardada."
92
 
93
+ #: add-to-any.php:382
94
  msgid "Add to Any: Share/Save "
95
  msgstr "Adicionar a Qualquer: Partilhar/Guardar "
96
 
97
+ #: add-to-any.php:382
98
+ #: add-to-any.php:725
99
  msgid "Settings"
100
  msgstr "Configurações"
101
 
102
+ #: add-to-any.php:392
103
  msgid "Standalone Services"
104
  msgstr ""
105
 
106
+ #: add-to-any.php:397
107
  msgid "Choose the services you want below. &nbsp;Click a chosen service again to remove. &nbsp;Reorder services by dragging and dropping as they appear above."
108
  msgstr ""
109
 
110
+ #: add-to-any.php:416
111
  msgid "Button"
112
  msgstr "Botão"
113
 
114
+ #: add-to-any.php:455
115
  msgid "Image URL"
116
  msgstr "URL da imagem"
117
 
118
+ #: add-to-any.php:462
119
  msgid "Text only"
120
  msgstr "Apenas texto"
121
 
122
+ #: add-to-any.php:470
123
  #, fuzzy
124
  msgid "Placement"
125
  msgstr "Posição do Botão"
126
 
127
+ #: add-to-any.php:479
128
  msgid "Display Share/Save button at the bottom of posts"
129
  msgstr "Mostrar o botão Partilhar/Guardar no fim de cada post"
130
 
131
+ #: add-to-any.php:486
132
  msgid "Display Share/Save button at the bottom of posts on the front page"
133
  msgstr "Mostrar o botão Partilhar/Guardar no fim dos posts na página principal"
134
 
135
+ #: add-to-any.php:493
136
  msgid "Display Share/Save button at the bottom of posts in the feed"
137
  msgstr "Mostrar o botão Partilhar/Guardar no fim dos posts do feed RSS"
138
 
139
+ #: add-to-any.php:497
140
  msgid "Display Share/Save button at the bottom of pages"
141
  msgstr "Mostrar o botão Partilhar/Guardar no fim das páginas"
142
 
143
+ #: add-to-any.php:501
144
  msgid "If unchecked, be sure to place the following code in <a href=\"theme-editor.php\">your template pages</a> (within <code>index.php</code>, <code>single.php</code>, and/or <code>page.php</code>)"
145
  msgstr "Se estiver desactivado, assegure-se que coloca o código seguinte em <a href=\"theme-editor.php\">Modelos das suas páginas</a> (dentro de <code>index.php</code>, <code>single.php</code>, e/ou <code>page.php</code>)"
146
 
147
+ #: add-to-any.php:507
148
  msgid "Menu Style"
149
  msgstr "Estilo de Menu"
150
 
151
+ #: add-to-any.php:509
152
  msgid "Using Add to Any's Menu Styler, you can customize the colors of your Share/Save menu! When you're done, be sure to paste the generated code in the <a href=\"#\" onclick=\"document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false\">Additional Options</a> box below."
153
  msgstr "Usar o Personalizador de Estilo do Add to Any. Pode personalizar as cores do seu menu Partilhar/Guardar! Quando finalizar, assegure-se que cola o código gerado na caixa <a href=\"#\" onclick=\"document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false\">Opções Adicionais</a> em baixo."
154
 
155
+ #: add-to-any.php:511
156
  msgid "Open the Add to Any Menu Styler in a new window"
157
  msgstr "Abrir o Menu de Personalização de Estilos Add to Any numa nova janela"
158
 
159
+ #: add-to-any.php:513
160
  msgid "Open Menu Styler"
161
  msgstr "Abrir o Menu de Personalização de Estilos"
162
 
163
+ #: add-to-any.php:518
164
  msgid "Menu Options"
165
  msgstr "Opções de Menu"
166
 
167
+ #: add-to-any.php:523
168
  msgid "Hide embedded objects (Flash, video, etc.) that intersect with the menu when displayed"
169
  msgstr "Ocultar objetos embebidos (Flash, video, etc) que interajam com o menu quando visualizado"
170
 
171
+ #: add-to-any.php:528
172
  msgid "Show the title of the post (or page) within the menu"
173
  msgstr "Mostrar o título do post (ou da página) dentro do menu"
174
 
175
+ #: add-to-any.php:535
176
  msgid "Only show the menu when the user clicks the Share/Save button"
177
  msgstr "Mostrar apenas o menu quando o utilizador fizer um clique no botão Partilhar/Guardar"
178
 
179
+ #: add-to-any.php:541
180
  msgid "Open the addtoany.com menu page in a new tab or window if the user clicks the Share/Save button"
181
  msgstr "Abrir o menu de addtoany.com num novo separador ou janela se o utilizador fizer um clique no botão Partilhar/Guardar"
182
 
183
+ #: add-to-any.php:546
184
  msgid "Additional Options"
185
  msgstr "Opções Adicionais"
186
 
187
+ #: add-to-any.php:550
188
  msgid "Paste the code from Add to Any's Menu Styler in the box below!"
189
  msgstr "Cole o código do Menu de Personalização de Estilos do Add to Any na caixa a seguir!"
190
 
191
+ #: add-to-any.php:554
192
  msgid "Below you can set special JavaScript variables to apply to each Share/Save menu."
193
  msgstr "Em baixo pode inserir varáveis especiais de JavaScript para aplicar a cada menu Partilhar/Guardar."
194
 
195
+ #: add-to-any.php:555
196
  msgid "Advanced users might want to explore Add to Any's <a href=\"http://www.addtoany.com/buttons/api/\" target=\"_blank\">JavaScript API</a>."
197
  msgstr "Utilizadores avançados podem querer explorar o <a href=\"http://www.addtoany.com/buttons/api/\" target=\"_blank\">API do JavaScript</a> do Add to Any."
198
 
199
+ #: add-to-any.php:561
200
  msgid "<strong>Note</strong>: If you're adding new code, be careful not to accidentally overwrite any previous code.</label>"
201
  msgstr "<strong>Nota</strong>: Se está a adicionar novo código, tenha cuidado para não sobrescrever (apagar) acidentalmente qualquer código existente.</label>"
202
 
203
+ #: add-to-any.php:568
204
  msgid "Save Changes"
205
  msgstr "Guardar alterações"
206
 
207
+ #: add-to-any.php:573
208
  msgid "Like this plugin?"
209
  msgstr ""
210
 
211
+ #: add-to-any.php:574
212
  msgid "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Give it a good rating</a> on WordPress.org."
213
  msgstr ""
214
 
215
+ #: add-to-any.php:575
216
  msgid "<a href=\"http://www.addtoany.com/share_save?linkname=WordPress%20Share%20Plugin%20by%20AddToAny.com&amp;linkurl=http%3A%2F%2Fwordpress.org%2Fextend%2Fplugins%2Fadd-to-any%2F\">Share it</a> with your friends."
217
  msgstr ""
218
 
219
+ #: add-to-any.php:577
220
  msgid "Need support?"
221
  msgstr ""
222
 
223
+ #: add-to-any.php:578
224
  msgid "See the <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">FAQs</a>."
225
  msgstr ""
226
 
227
+ #: add-to-any.php:579
228
  msgid "Search the <a href=\"http://wordpress.org/tags/add-to-any\">support forums</a>."
229
  msgstr ""
230
 
231
+ #: add-to-any.php:686
232
  msgid "Add/Remove Services"
233
  msgstr ""
234
 
235
+ #: add-to-any.php:725
236
  msgid "Share/Save"
237
  msgstr "Partilhar/Guardar"
238
 
239
+ #: add-to-any.php:726
240
  msgid "Share/Save Buttons"
241
  msgstr "Botões Partilhar/Guardar"
242
 
{i18n → languages}/add-to-any-zh_CN.mo RENAMED
File without changes
{i18n → languages}/add-to-any-zh_CN.po RENAMED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: add-to-any\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2009-04-17 02:33-0800\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: MicroPat\n"
8
  "Language-Team: \n"
@@ -16,230 +16,231 @@ msgstr ""
16
  "X-Poedit-SourceCharset: utf-8\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: add-to-any.php:195
20
  msgid "Share"
21
  msgstr "分享"
22
 
23
- #: add-to-any.php:196
24
  msgid "Save"
25
  msgstr "收藏"
26
 
27
- #: add-to-any.php:197
28
  msgid "Subscribe"
29
  msgstr "订阅"
30
 
31
- #: add-to-any.php:198
32
  msgid "E-mail"
33
  msgstr "电子邮件"
34
 
35
- #: add-to-any.php:199
36
  msgid "Bookmark"
37
  msgstr "书签"
38
 
39
- #: add-to-any.php:200
40
  msgid "Show all"
41
  msgstr "显示全部服务"
42
 
43
- #: add-to-any.php:201
44
  msgid "Show less"
45
  msgstr "显示部分服务"
46
 
47
- #: add-to-any.php:202
48
  msgid "Find service(s)"
49
  msgstr "查找服务"
50
 
51
- #: add-to-any.php:203
52
  msgid "Instantly find any service to add to"
53
  msgstr "动态查找任何用以添加的服务"
54
 
55
- #: add-to-any.php:204
56
  msgid "Powered by"
57
  msgstr "Powered by"
58
 
59
- #: add-to-any.php:205
60
  msgid "Share via e-mail"
61
  msgstr "通过电子邮件分享"
62
 
63
- #: add-to-any.php:206
64
  msgid "Subscribe via e-mail"
65
  msgstr "通过电子邮件订阅"
66
 
67
- #: add-to-any.php:207
68
  msgid "Bookmark in your browser"
69
  msgstr "添加为浏览器书签"
70
 
71
- #: add-to-any.php:208
72
- msgid "Press Ctrl+D or Cmd+D to bookmark this page"
 
73
  msgstr "按下 [Ctrl+D] 或 [Cmd+D] 将本页加为书签"
74
 
75
- #: add-to-any.php:209
76
  msgid "Add to your favorites"
77
  msgstr "添加至收藏夹"
78
 
79
- #: add-to-any.php:210
80
  msgid "Send from any e-mail address or e-mail program"
81
  msgstr "从任何电子邮件地址或电子邮件程序发送"
82
 
83
- #: add-to-any.php:211
84
  msgid "E-mail program"
85
  msgstr "电子邮件程序"
86
 
87
- #: add-to-any.php:236
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>&lt;?php wp_footer(); ?&gt;</code> just before the <code>&lt;/body&gt;</code> line of your theme's <code>footer.php</code> file."
89
  msgstr ""
90
 
91
- #: add-to-any.php:384
92
  msgid "Settings saved."
93
  msgstr "设置已保存"
94
 
95
- #: add-to-any.php:395
96
  msgid "Add to Any: Share/Save "
97
  msgstr "Add to Any: 分享/收藏"
98
 
99
- #: add-to-any.php:395
100
- #: add-to-any.php:736
101
  msgid "Settings"
102
  msgstr "设置"
103
 
104
- #: add-to-any.php:405
105
  msgid "Standalone Services"
106
  msgstr ""
107
 
108
- #: add-to-any.php:410
109
  msgid "Choose the services you want below. &nbsp;Click a chosen service again to remove. &nbsp;Reorder services by dragging and dropping as they appear above."
110
  msgstr ""
111
 
112
- #: add-to-any.php:429
113
  msgid "Button"
114
  msgstr "按钮"
115
 
116
- #: add-to-any.php:468
117
  msgid "Image URL"
118
  msgstr "图片 URL"
119
 
120
- #: add-to-any.php:475
121
  msgid "Text only"
122
  msgstr "仅用文字"
123
 
124
- #: add-to-any.php:483
125
  #, fuzzy
126
  msgid "Placement"
127
  msgstr "按钮位置"
128
 
129
- #: add-to-any.php:492
130
  msgid "Display Share/Save button at the bottom of posts"
131
  msgstr "在文章底部显示 分享/收藏 按钮"
132
 
133
- #: add-to-any.php:499
134
  msgid "Display Share/Save button at the bottom of posts on the front page"
135
  msgstr "在首页的文章底部显示 分享/收藏 按钮"
136
 
137
- #: add-to-any.php:506
138
  msgid "Display Share/Save button at the bottom of posts in the feed"
139
  msgstr "在 Feed 的文章底部显示 分享/收藏 按钮"
140
 
141
- #: add-to-any.php:510
142
  msgid "Display Share/Save button at the bottom of pages"
143
  msgstr "在页面底部显示 分享/收藏 按钮"
144
 
145
- #: add-to-any.php:514
146
  msgid "If unchecked, be sure to place the following code in <a href=\"theme-editor.php\">your template pages</a> (within <code>index.php</code>, <code>single.php</code>, and/or <code>page.php</code>)"
147
  msgstr "如果不选,请确定将以下代码置入于 <a href=\"theme-editor.php\">您的模板页面</a> 中 (包括 <code>index.php</code>,<code>single.php</code>,与/或 <code>page.php</code>)"
148
 
149
- #: add-to-any.php:520
150
  msgid "Menu Style"
151
  msgstr "菜单风格"
152
 
153
- #: add-to-any.php:522
154
  msgid "Using Add to Any's Menu Styler, you can customize the colors of your Share/Save menu! When you're done, be sure to paste the generated code in the <a href=\"#\" onclick=\"document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false\">Additional Options</a> box below."
155
  msgstr "使用 Add to Any 的菜单风格设置器,您可以自定义您的 分享/收藏 菜单的颜色!完成后,请将生成的代码粘贴于下方 <a href=\"#\" onclick=\"document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false\">附加选项</a> 框内。"
156
 
157
- #: add-to-any.php:524
158
  msgid "Open the Add to Any Menu Styler in a new window"
159
  msgstr "在新窗口中打开 Add to Any 菜单风格设置器"
160
 
161
- #: add-to-any.php:526
162
  msgid "Open Menu Styler"
163
  msgstr "打开菜单风格设置器"
164
 
165
- #: add-to-any.php:531
166
  msgid "Menu Options"
167
  msgstr "菜单选项"
168
 
169
- #: add-to-any.php:536
170
  msgid "Hide embedded objects (Flash, video, etc.) that intersect with the menu when displayed"
171
  msgstr "菜单显示时隐藏与菜单相交的嵌入式对象(Flash,视频,等) "
172
 
173
- #: add-to-any.php:541
174
  msgid "Show the title of the post (or page) within the menu"
175
  msgstr "菜单中显示文章(或页面)的标题"
176
 
177
- #: add-to-any.php:548
178
  msgid "Only show the menu when the user clicks the Share/Save button"
179
  msgstr "仅当用户点击 分享/收藏 按钮时显示菜单"
180
 
181
- #: add-to-any.php:554
182
  msgid "Open the addtoany.com menu page in a new tab or window if the user clicks the Share/Save button"
183
  msgstr "如用户点击 分享/收藏 按钮,在新标签页或新窗口中打开 addtoany.com 菜单页面"
184
 
185
- #: add-to-any.php:559
186
  msgid "Additional Options"
187
  msgstr "附加选项"
188
 
189
- #: add-to-any.php:563
190
  msgid "Paste the code from Add to Any's Menu Styler in the box below!"
191
  msgstr "粘贴 Add to Any 菜单风格设置器生成的代码于下方框内!"
192
 
193
- #: add-to-any.php:567
194
  msgid "Below you can set special JavaScript variables to apply to each Share/Save menu."
195
  msgstr "您可以设置特殊 JavaScript 变量以应用于全部 分享/收藏 菜单。"
196
 
197
- #: add-to-any.php:568
198
  #, fuzzy
199
  msgid "Advanced users might want to explore Add to Any's <a href=\"http://www.addtoany.com/buttons/api/\" target=\"_blank\">JavaScript API</a>."
200
  msgstr "高级用户可能希望尝试 Add to Any 的 <a href=\"http://www.addtoany.com/buttons/api/\">JavaScript API</a> 所生成的代码。"
201
 
202
- #: add-to-any.php:574
203
  msgid "<strong>Note</strong>: If you're adding new code, be careful not to accidentally overwrite any previous code.</label>"
204
  msgstr "<strong>注意</strong>: 如果您打算添加新代码,请小心不要意外覆盖任何先前代码。</label>"
205
 
206
- #: add-to-any.php:581
207
  msgid "Save Changes"
208
  msgstr "保存更改"
209
 
210
- #: add-to-any.php:586
211
  msgid "Like this plugin?"
212
  msgstr ""
213
 
214
- #: add-to-any.php:587
215
  msgid "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Give it a good rating</a> on WordPress.org."
216
  msgstr ""
217
 
218
- #: add-to-any.php:588
219
  msgid "<a href=\"http://www.addtoany.com/share_save?linkname=WordPress%20Share%20Plugin%20by%20AddToAny.com&amp;linkurl=http%3A%2F%2Fwordpress.org%2Fextend%2Fplugins%2Fadd-to-any%2F\">Share it</a> with your friends."
220
  msgstr ""
221
 
222
- #: add-to-any.php:590
223
  msgid "Need support?"
224
  msgstr ""
225
 
226
- #: add-to-any.php:591
227
  msgid "See the <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">FAQs</a>."
228
  msgstr ""
229
 
230
- #: add-to-any.php:592
231
  msgid "Search the <a href=\"http://wordpress.org/tags/add-to-any\">support forums</a>."
232
  msgstr ""
233
 
234
- #: add-to-any.php:699
235
  msgid "Add/Remove Services"
236
  msgstr ""
237
 
238
- #: add-to-any.php:736
239
  msgid "Share/Save"
240
  msgstr "分享/收藏"
241
 
242
- #: add-to-any.php:737
243
  msgid "Share/Save Buttons"
244
  msgstr "分享/收藏 按钮"
245
 
2
  msgstr ""
3
  "Project-Id-Version: add-to-any\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2009-05-01 02:10-0800\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: MicroPat\n"
8
  "Language-Team: \n"
16
  "X-Poedit-SourceCharset: utf-8\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: add-to-any.php:182
20
  msgid "Share"
21
  msgstr "分享"
22
 
23
+ #: add-to-any.php:183
24
  msgid "Save"
25
  msgstr "收藏"
26
 
27
+ #: add-to-any.php:184
28
  msgid "Subscribe"
29
  msgstr "订阅"
30
 
31
+ #: add-to-any.php:185
32
  msgid "E-mail"
33
  msgstr "电子邮件"
34
 
35
+ #: add-to-any.php:186
36
  msgid "Bookmark"
37
  msgstr "书签"
38
 
39
+ #: add-to-any.php:187
40
  msgid "Show all"
41
  msgstr "显示全部服务"
42
 
43
+ #: add-to-any.php:188
44
  msgid "Show less"
45
  msgstr "显示部分服务"
46
 
47
+ #: add-to-any.php:189
48
  msgid "Find service(s)"
49
  msgstr "查找服务"
50
 
51
+ #: add-to-any.php:190
52
  msgid "Instantly find any service to add to"
53
  msgstr "动态查找任何用以添加的服务"
54
 
55
+ #: add-to-any.php:191
56
  msgid "Powered by"
57
  msgstr "Powered by"
58
 
59
+ #: add-to-any.php:192
60
  msgid "Share via e-mail"
61
  msgstr "通过电子邮件分享"
62
 
63
+ #: add-to-any.php:193
64
  msgid "Subscribe via e-mail"
65
  msgstr "通过电子邮件订阅"
66
 
67
+ #: add-to-any.php:194
68
  msgid "Bookmark in your browser"
69
  msgstr "添加为浏览器书签"
70
 
71
+ #: add-to-any.php:195
72
+ #, fuzzy
73
+ msgid "Press Ctrl+D or &#8984;+D to bookmark this page"
74
  msgstr "按下 [Ctrl+D] 或 [Cmd+D] 将本页加为书签"
75
 
76
+ #: add-to-any.php:196
77
  msgid "Add to your favorites"
78
  msgstr "添加至收藏夹"
79
 
80
+ #: add-to-any.php:197
81
  msgid "Send from any e-mail address or e-mail program"
82
  msgstr "从任何电子邮件地址或电子邮件程序发送"
83
 
84
+ #: add-to-any.php:198
85
  msgid "E-mail program"
86
  msgstr "电子邮件程序"
87
 
88
+ #: add-to-any.php:223
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>&lt;?php wp_footer(); ?&gt;</code> just before the <code>&lt;/body&gt;</code> line of your theme's <code>footer.php</code> file."
90
  msgstr ""
91
 
92
+ #: add-to-any.php:371
93
  msgid "Settings saved."
94
  msgstr "设置已保存"
95
 
96
+ #: add-to-any.php:382
97
  msgid "Add to Any: Share/Save "
98
  msgstr "Add to Any: 分享/收藏"
99
 
100
+ #: add-to-any.php:382
101
+ #: add-to-any.php:725
102
  msgid "Settings"
103
  msgstr "设置"
104
 
105
+ #: add-to-any.php:392
106
  msgid "Standalone Services"
107
  msgstr ""
108
 
109
+ #: add-to-any.php:397
110
  msgid "Choose the services you want below. &nbsp;Click a chosen service again to remove. &nbsp;Reorder services by dragging and dropping as they appear above."
111
  msgstr ""
112
 
113
+ #: add-to-any.php:416
114
  msgid "Button"
115
  msgstr "按钮"
116
 
117
+ #: add-to-any.php:455
118
  msgid "Image URL"
119
  msgstr "图片 URL"
120
 
121
+ #: add-to-any.php:462
122
  msgid "Text only"
123
  msgstr "仅用文字"
124
 
125
+ #: add-to-any.php:470
126
  #, fuzzy
127
  msgid "Placement"
128
  msgstr "按钮位置"
129
 
130
+ #: add-to-any.php:479
131
  msgid "Display Share/Save button at the bottom of posts"
132
  msgstr "在文章底部显示 分享/收藏 按钮"
133
 
134
+ #: add-to-any.php:486
135
  msgid "Display Share/Save button at the bottom of posts on the front page"
136
  msgstr "在首页的文章底部显示 分享/收藏 按钮"
137
 
138
+ #: add-to-any.php:493
139
  msgid "Display Share/Save button at the bottom of posts in the feed"
140
  msgstr "在 Feed 的文章底部显示 分享/收藏 按钮"
141
 
142
+ #: add-to-any.php:497
143
  msgid "Display Share/Save button at the bottom of pages"
144
  msgstr "在页面底部显示 分享/收藏 按钮"
145
 
146
+ #: add-to-any.php:501
147
  msgid "If unchecked, be sure to place the following code in <a href=\"theme-editor.php\">your template pages</a> (within <code>index.php</code>, <code>single.php</code>, and/or <code>page.php</code>)"
148
  msgstr "如果不选,请确定将以下代码置入于 <a href=\"theme-editor.php\">您的模板页面</a> 中 (包括 <code>index.php</code>,<code>single.php</code>,与/或 <code>page.php</code>)"
149
 
150
+ #: add-to-any.php:507
151
  msgid "Menu Style"
152
  msgstr "菜单风格"
153
 
154
+ #: add-to-any.php:509
155
  msgid "Using Add to Any's Menu Styler, you can customize the colors of your Share/Save menu! When you're done, be sure to paste the generated code in the <a href=\"#\" onclick=\"document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false\">Additional Options</a> box below."
156
  msgstr "使用 Add to Any 的菜单风格设置器,您可以自定义您的 分享/收藏 菜单的颜色!完成后,请将生成的代码粘贴于下方 <a href=\"#\" onclick=\"document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false\">附加选项</a> 框内。"
157
 
158
+ #: add-to-any.php:511
159
  msgid "Open the Add to Any Menu Styler in a new window"
160
  msgstr "在新窗口中打开 Add to Any 菜单风格设置器"
161
 
162
+ #: add-to-any.php:513
163
  msgid "Open Menu Styler"
164
  msgstr "打开菜单风格设置器"
165
 
166
+ #: add-to-any.php:518
167
  msgid "Menu Options"
168
  msgstr "菜单选项"
169
 
170
+ #: add-to-any.php:523
171
  msgid "Hide embedded objects (Flash, video, etc.) that intersect with the menu when displayed"
172
  msgstr "菜单显示时隐藏与菜单相交的嵌入式对象(Flash,视频,等) "
173
 
174
+ #: add-to-any.php:528
175
  msgid "Show the title of the post (or page) within the menu"
176
  msgstr "菜单中显示文章(或页面)的标题"
177
 
178
+ #: add-to-any.php:535
179
  msgid "Only show the menu when the user clicks the Share/Save button"
180
  msgstr "仅当用户点击 分享/收藏 按钮时显示菜单"
181
 
182
+ #: add-to-any.php:541
183
  msgid "Open the addtoany.com menu page in a new tab or window if the user clicks the Share/Save button"
184
  msgstr "如用户点击 分享/收藏 按钮,在新标签页或新窗口中打开 addtoany.com 菜单页面"
185
 
186
+ #: add-to-any.php:546
187
  msgid "Additional Options"
188
  msgstr "附加选项"
189
 
190
+ #: add-to-any.php:550
191
  msgid "Paste the code from Add to Any's Menu Styler in the box below!"
192
  msgstr "粘贴 Add to Any 菜单风格设置器生成的代码于下方框内!"
193
 
194
+ #: add-to-any.php:554
195
  msgid "Below you can set special JavaScript variables to apply to each Share/Save menu."
196
  msgstr "您可以设置特殊 JavaScript 变量以应用于全部 分享/收藏 菜单。"
197
 
198
+ #: add-to-any.php:555
199
  #, fuzzy
200
  msgid "Advanced users might want to explore Add to Any's <a href=\"http://www.addtoany.com/buttons/api/\" target=\"_blank\">JavaScript API</a>."
201
  msgstr "高级用户可能希望尝试 Add to Any 的 <a href=\"http://www.addtoany.com/buttons/api/\">JavaScript API</a> 所生成的代码。"
202
 
203
+ #: add-to-any.php:561
204
  msgid "<strong>Note</strong>: If you're adding new code, be careful not to accidentally overwrite any previous code.</label>"
205
  msgstr "<strong>注意</strong>: 如果您打算添加新代码,请小心不要意外覆盖任何先前代码。</label>"
206
 
207
+ #: add-to-any.php:568
208
  msgid "Save Changes"
209
  msgstr "保存更改"
210
 
211
+ #: add-to-any.php:573
212
  msgid "Like this plugin?"
213
  msgstr ""
214
 
215
+ #: add-to-any.php:574
216
  msgid "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Give it a good rating</a> on WordPress.org."
217
  msgstr ""
218
 
219
+ #: add-to-any.php:575
220
  msgid "<a href=\"http://www.addtoany.com/share_save?linkname=WordPress%20Share%20Plugin%20by%20AddToAny.com&amp;linkurl=http%3A%2F%2Fwordpress.org%2Fextend%2Fplugins%2Fadd-to-any%2F\">Share it</a> with your friends."
221
  msgstr ""
222
 
223
+ #: add-to-any.php:577
224
  msgid "Need support?"
225
  msgstr ""
226
 
227
+ #: add-to-any.php:578
228
  msgid "See the <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">FAQs</a>."
229
  msgstr ""
230
 
231
+ #: add-to-any.php:579
232
  msgid "Search the <a href=\"http://wordpress.org/tags/add-to-any\">support forums</a>."
233
  msgstr ""
234
 
235
+ #: add-to-any.php:686
236
  msgid "Add/Remove Services"
237
  msgstr ""
238
 
239
+ #: add-to-any.php:725
240
  msgid "Share/Save"
241
  msgstr "分享/收藏"
242
 
243
+ #: add-to-any.php:726
244
  msgid "Share/Save Buttons"
245
  msgstr "分享/收藏 按钮"
246
 
{i18n → languages}/add-to-any.mo RENAMED
File without changes
{i18n → languages}/add-to-any.po RENAMED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: add-to-any\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2009-04-17 02:33-0800\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: MicroPat\n"
8
  "Language-Team: \n"
@@ -13,228 +13,228 @@ msgstr ""
13
  "X-Poedit-Basepath: ../\n"
14
  "X-Poedit-SearchPath-0: .\n"
15
 
16
- #: add-to-any.php:195
17
  msgid "Share"
18
  msgstr ""
19
 
20
- #: add-to-any.php:196
21
  msgid "Save"
22
  msgstr ""
23
 
24
- #: add-to-any.php:197
25
  msgid "Subscribe"
26
  msgstr ""
27
 
28
- #: add-to-any.php:198
29
  msgid "E-mail"
30
  msgstr ""
31
 
32
- #: add-to-any.php:199
33
  msgid "Bookmark"
34
  msgstr ""
35
 
36
- #: add-to-any.php:200
37
  msgid "Show all"
38
  msgstr ""
39
 
40
- #: add-to-any.php:201
41
  msgid "Show less"
42
  msgstr ""
43
 
44
- #: add-to-any.php:202
45
  msgid "Find service(s)"
46
  msgstr ""
47
 
48
- #: add-to-any.php:203
49
  msgid "Instantly find any service to add to"
50
  msgstr ""
51
 
52
- #: add-to-any.php:204
53
  msgid "Powered by"
54
  msgstr ""
55
 
56
- #: add-to-any.php:205
57
  msgid "Share via e-mail"
58
  msgstr ""
59
 
60
- #: add-to-any.php:206
61
  msgid "Subscribe via e-mail"
62
  msgstr ""
63
 
64
- #: add-to-any.php:207
65
  msgid "Bookmark in your browser"
66
  msgstr ""
67
 
68
- #: add-to-any.php:208
69
- msgid "Press Ctrl+D or Cmd+D to bookmark this page"
70
  msgstr ""
71
 
72
- #: add-to-any.php:209
73
  msgid "Add to your favorites"
74
  msgstr ""
75
 
76
- #: add-to-any.php:210
77
  msgid "Send from any e-mail address or e-mail program"
78
  msgstr ""
79
 
80
- #: add-to-any.php:211
81
  msgid "E-mail program"
82
  msgstr ""
83
 
84
- #: add-to-any.php:236
85
  msgid "Your theme needs to be fixed. To fix your theme, use the <a href=\"theme-editor.php\">Theme Editor</a> to insert <code>&lt;?php wp_footer(); ?&gt;</code> just before the <code>&lt;/body&gt;</code> line of your theme's <code>footer.php</code> file."
86
  msgstr ""
87
 
88
- #: add-to-any.php:384
89
  msgid "Settings saved."
90
  msgstr ""
91
 
92
- #: add-to-any.php:395
93
  msgid "Add to Any: Share/Save "
94
  msgstr ""
95
 
96
- #: add-to-any.php:395
97
- #: add-to-any.php:736
98
  msgid "Settings"
99
  msgstr ""
100
 
101
- #: add-to-any.php:405
102
  msgid "Standalone Services"
103
  msgstr ""
104
 
105
- #: add-to-any.php:410
106
  msgid "Choose the services you want below. &nbsp;Click a chosen service again to remove. &nbsp;Reorder services by dragging and dropping as they appear above."
107
  msgstr ""
108
 
109
- #: add-to-any.php:429
110
  msgid "Button"
111
  msgstr ""
112
 
113
- #: add-to-any.php:468
114
  msgid "Image URL"
115
  msgstr ""
116
 
117
- #: add-to-any.php:475
118
  msgid "Text only"
119
  msgstr ""
120
 
121
- #: add-to-any.php:483
122
  msgid "Placement"
123
  msgstr ""
124
 
125
- #: add-to-any.php:492
126
  msgid "Display Share/Save button at the bottom of posts"
127
  msgstr ""
128
 
129
- #: add-to-any.php:499
130
  msgid "Display Share/Save button at the bottom of posts on the front page"
131
  msgstr ""
132
 
133
- #: add-to-any.php:506
134
  msgid "Display Share/Save button at the bottom of posts in the feed"
135
  msgstr ""
136
 
137
- #: add-to-any.php:510
138
  msgid "Display Share/Save button at the bottom of pages"
139
  msgstr ""
140
 
141
- #: add-to-any.php:514
142
  msgid "If unchecked, be sure to place the following code in <a href=\"theme-editor.php\">your template pages</a> (within <code>index.php</code>, <code>single.php</code>, and/or <code>page.php</code>)"
143
  msgstr ""
144
 
145
- #: add-to-any.php:520
146
  msgid "Menu Style"
147
  msgstr ""
148
 
149
- #: add-to-any.php:522
150
  msgid "Using Add to Any's Menu Styler, you can customize the colors of your Share/Save menu! When you're done, be sure to paste the generated code in the <a href=\"#\" onclick=\"document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false\">Additional Options</a> box below."
151
  msgstr ""
152
 
153
- #: add-to-any.php:524
154
  msgid "Open the Add to Any Menu Styler in a new window"
155
  msgstr ""
156
 
157
- #: add-to-any.php:526
158
  msgid "Open Menu Styler"
159
  msgstr ""
160
 
161
- #: add-to-any.php:531
162
  msgid "Menu Options"
163
  msgstr ""
164
 
165
- #: add-to-any.php:536
166
  msgid "Hide embedded objects (Flash, video, etc.) that intersect with the menu when displayed"
167
  msgstr ""
168
 
169
- #: add-to-any.php:541
170
  msgid "Show the title of the post (or page) within the menu"
171
  msgstr ""
172
 
173
- #: add-to-any.php:548
174
  msgid "Only show the menu when the user clicks the Share/Save button"
175
  msgstr ""
176
 
177
- #: add-to-any.php:554
178
  msgid "Open the addtoany.com menu page in a new tab or window if the user clicks the Share/Save button"
179
  msgstr ""
180
 
181
- #: add-to-any.php:559
182
  msgid "Additional Options"
183
  msgstr ""
184
 
185
- #: add-to-any.php:563
186
  msgid "Paste the code from Add to Any's Menu Styler in the box below!"
187
  msgstr ""
188
 
189
- #: add-to-any.php:567
190
  msgid "Below you can set special JavaScript variables to apply to each Share/Save menu."
191
  msgstr ""
192
 
193
- #: add-to-any.php:568
194
  msgid "Advanced users might want to explore Add to Any's <a href=\"http://www.addtoany.com/buttons/api/\" target=\"_blank\">JavaScript API</a>."
195
  msgstr ""
196
 
197
- #: add-to-any.php:574
198
  msgid "<strong>Note</strong>: If you're adding new code, be careful not to accidentally overwrite any previous code.</label>"
199
  msgstr ""
200
 
201
- #: add-to-any.php:581
202
  msgid "Save Changes"
203
  msgstr ""
204
 
205
- #: add-to-any.php:586
206
  msgid "Like this plugin?"
207
  msgstr ""
208
 
209
- #: add-to-any.php:587
210
  msgid "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Give it a good rating</a> on WordPress.org."
211
  msgstr ""
212
 
213
- #: add-to-any.php:588
214
  msgid "<a href=\"http://www.addtoany.com/share_save?linkname=WordPress%20Share%20Plugin%20by%20AddToAny.com&amp;linkurl=http%3A%2F%2Fwordpress.org%2Fextend%2Fplugins%2Fadd-to-any%2F\">Share it</a> with your friends."
215
  msgstr ""
216
 
217
- #: add-to-any.php:590
218
  msgid "Need support?"
219
  msgstr ""
220
 
221
- #: add-to-any.php:591
222
  msgid "See the <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">FAQs</a>."
223
  msgstr ""
224
 
225
- #: add-to-any.php:592
226
  msgid "Search the <a href=\"http://wordpress.org/tags/add-to-any\">support forums</a>."
227
  msgstr ""
228
 
229
- #: add-to-any.php:699
230
  msgid "Add/Remove Services"
231
  msgstr ""
232
 
233
- #: add-to-any.php:736
234
  msgid "Share/Save"
235
  msgstr ""
236
 
237
- #: add-to-any.php:737
238
  msgid "Share/Save Buttons"
239
  msgstr ""
240
 
2
  msgstr ""
3
  "Project-Id-Version: add-to-any\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2009-05-01 02:10-0800\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: MicroPat\n"
8
  "Language-Team: \n"
13
  "X-Poedit-Basepath: ../\n"
14
  "X-Poedit-SearchPath-0: .\n"
15
 
16
+ #: add-to-any.php:182
17
  msgid "Share"
18
  msgstr ""
19
 
20
+ #: add-to-any.php:183
21
  msgid "Save"
22
  msgstr ""
23
 
24
+ #: add-to-any.php:184
25
  msgid "Subscribe"
26
  msgstr ""
27
 
28
+ #: add-to-any.php:185
29
  msgid "E-mail"
30
  msgstr ""
31
 
32
+ #: add-to-any.php:186
33
  msgid "Bookmark"
34
  msgstr ""
35
 
36
+ #: add-to-any.php:187
37
  msgid "Show all"
38
  msgstr ""
39
 
40
+ #: add-to-any.php:188
41
  msgid "Show less"
42
  msgstr ""
43
 
44
+ #: add-to-any.php:189
45
  msgid "Find service(s)"
46
  msgstr ""
47
 
48
+ #: add-to-any.php:190
49
  msgid "Instantly find any service to add to"
50
  msgstr ""
51
 
52
+ #: add-to-any.php:191
53
  msgid "Powered by"
54
  msgstr ""
55
 
56
+ #: add-to-any.php:192
57
  msgid "Share via e-mail"
58
  msgstr ""
59
 
60
+ #: add-to-any.php:193
61
  msgid "Subscribe via e-mail"
62
  msgstr ""
63
 
64
+ #: add-to-any.php:194
65
  msgid "Bookmark in your browser"
66
  msgstr ""
67
 
68
+ #: add-to-any.php:195
69
+ msgid "Press Ctrl+D or &#8984;+D to bookmark this page"
70
  msgstr ""
71
 
72
+ #: add-to-any.php:196
73
  msgid "Add to your favorites"
74
  msgstr ""
75
 
76
+ #: add-to-any.php:197
77
  msgid "Send from any e-mail address or e-mail program"
78
  msgstr ""
79
 
80
+ #: add-to-any.php:198
81
  msgid "E-mail program"
82
  msgstr ""
83
 
84
+ #: add-to-any.php:223
85
  msgid "Your theme needs to be fixed. To fix your theme, use the <a href=\"theme-editor.php\">Theme Editor</a> to insert <code>&lt;?php wp_footer(); ?&gt;</code> just before the <code>&lt;/body&gt;</code> line of your theme's <code>footer.php</code> file."
86
  msgstr ""
87
 
88
+ #: add-to-any.php:371
89
  msgid "Settings saved."
90
  msgstr ""
91
 
92
+ #: add-to-any.php:382
93
  msgid "Add to Any: Share/Save "
94
  msgstr ""
95
 
96
+ #: add-to-any.php:382
97
+ #: add-to-any.php:725
98
  msgid "Settings"
99
  msgstr ""
100
 
101
+ #: add-to-any.php:392
102
  msgid "Standalone Services"
103
  msgstr ""
104
 
105
+ #: add-to-any.php:397
106
  msgid "Choose the services you want below. &nbsp;Click a chosen service again to remove. &nbsp;Reorder services by dragging and dropping as they appear above."
107
  msgstr ""
108
 
109
+ #: add-to-any.php:416
110
  msgid "Button"
111
  msgstr ""
112
 
113
+ #: add-to-any.php:455
114
  msgid "Image URL"
115
  msgstr ""
116
 
117
+ #: add-to-any.php:462
118
  msgid "Text only"
119
  msgstr ""
120
 
121
+ #: add-to-any.php:470
122
  msgid "Placement"
123
  msgstr ""
124
 
125
+ #: add-to-any.php:479
126
  msgid "Display Share/Save button at the bottom of posts"
127
  msgstr ""
128
 
129
+ #: add-to-any.php:486
130
  msgid "Display Share/Save button at the bottom of posts on the front page"
131
  msgstr ""
132
 
133
+ #: add-to-any.php:493
134
  msgid "Display Share/Save button at the bottom of posts in the feed"
135
  msgstr ""
136
 
137
+ #: add-to-any.php:497
138
  msgid "Display Share/Save button at the bottom of pages"
139
  msgstr ""
140
 
141
+ #: add-to-any.php:501
142
  msgid "If unchecked, be sure to place the following code in <a href=\"theme-editor.php\">your template pages</a> (within <code>index.php</code>, <code>single.php</code>, and/or <code>page.php</code>)"
143
  msgstr ""
144
 
145
+ #: add-to-any.php:507
146
  msgid "Menu Style"
147
  msgstr ""
148
 
149
+ #: add-to-any.php:509
150
  msgid "Using Add to Any's Menu Styler, you can customize the colors of your Share/Save menu! When you're done, be sure to paste the generated code in the <a href=\"#\" onclick=\"document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false\">Additional Options</a> box below."
151
  msgstr ""
152
 
153
+ #: add-to-any.php:511
154
  msgid "Open the Add to Any Menu Styler in a new window"
155
  msgstr ""
156
 
157
+ #: add-to-any.php:513
158
  msgid "Open Menu Styler"
159
  msgstr ""
160
 
161
+ #: add-to-any.php:518
162
  msgid "Menu Options"
163
  msgstr ""
164
 
165
+ #: add-to-any.php:523
166
  msgid "Hide embedded objects (Flash, video, etc.) that intersect with the menu when displayed"
167
  msgstr ""
168
 
169
+ #: add-to-any.php:528
170
  msgid "Show the title of the post (or page) within the menu"
171
  msgstr ""
172
 
173
+ #: add-to-any.php:535
174
  msgid "Only show the menu when the user clicks the Share/Save button"
175
  msgstr ""
176
 
177
+ #: add-to-any.php:541
178
  msgid "Open the addtoany.com menu page in a new tab or window if the user clicks the Share/Save button"
179
  msgstr ""
180
 
181
+ #: add-to-any.php:546
182
  msgid "Additional Options"
183
  msgstr ""
184
 
185
+ #: add-to-any.php:550
186
  msgid "Paste the code from Add to Any's Menu Styler in the box below!"
187
  msgstr ""
188
 
189
+ #: add-to-any.php:554
190
  msgid "Below you can set special JavaScript variables to apply to each Share/Save menu."
191
  msgstr ""
192
 
193
+ #: add-to-any.php:555
194
  msgid "Advanced users might want to explore Add to Any's <a href=\"http://www.addtoany.com/buttons/api/\" target=\"_blank\">JavaScript API</a>."
195
  msgstr ""
196
 
197
+ #: add-to-any.php:561
198
  msgid "<strong>Note</strong>: If you're adding new code, be careful not to accidentally overwrite any previous code.</label>"
199
  msgstr ""
200
 
201
+ #: add-to-any.php:568
202
  msgid "Save Changes"
203
  msgstr ""
204
 
205
+ #: add-to-any.php:573
206
  msgid "Like this plugin?"
207
  msgstr ""
208
 
209
+ #: add-to-any.php:574
210
  msgid "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Give it a good rating</a> on WordPress.org."
211
  msgstr ""
212
 
213
+ #: add-to-any.php:575
214
  msgid "<a href=\"http://www.addtoany.com/share_save?linkname=WordPress%20Share%20Plugin%20by%20AddToAny.com&amp;linkurl=http%3A%2F%2Fwordpress.org%2Fextend%2Fplugins%2Fadd-to-any%2F\">Share it</a> with your friends."
215
  msgstr ""
216
 
217
+ #: add-to-any.php:577
218
  msgid "Need support?"
219
  msgstr ""
220
 
221
+ #: add-to-any.php:578
222
  msgid "See the <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">FAQs</a>."
223
  msgstr ""
224
 
225
+ #: add-to-any.php:579
226
  msgid "Search the <a href=\"http://wordpress.org/tags/add-to-any\">support forums</a>."
227
  msgstr ""
228
 
229
+ #: add-to-any.php:686
230
  msgid "Add/Remove Services"
231
  msgstr ""
232
 
233
+ #: add-to-any.php:725
234
  msgid "Share/Save"
235
  msgstr ""
236
 
237
+ #: add-to-any.php:726
238
  msgid "Share/Save Buttons"
239
  msgstr ""
240
 
screenshot-1.png CHANGED
Binary file
share_16_16.png CHANGED
Binary file
share_save_171_16.png CHANGED
Binary file
share_save_256_24.png CHANGED
Binary file