AddToAny Share Buttons - Version 0.9.8.8.1

Version Description

Download this release

Release Info

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

Code changes from version 0.9.8.8 to 0.9.8.8.1

README.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: micropat
3
  Donate link: http://www.addtoany.com/contact/
4
  Tags: bookmarking, social, social bookmarking, bookmark, bookmarks, sharing, share, saving, save, Post, posts, page, pages, images, image, admin, statistics, stats, links, plugin, widget, e-mail, email, seo, button, delicious, google, digg, reddit, facebook, myspace, twitter, stumbleupon, technorati, wpmu, addtoany, add, any
5
  Requires at least: 2.0
6
- Tested up to: 2.7
7
- Stable tag: 0.9.8.8
8
 
9
  Helps readers share, save, bookmark, and email your posts and pages using any service, such as Delicious, Digg, Facebook, Twitter, and over 100 more.
10
 
@@ -17,11 +17,11 @@ The E-mail tab makes it easy to share via Gmail, Y! Mail, Hotmail, AOL, and any
17
  * Add to Any <a href="http://www.addtoany.com/blog/smart-menus-the-services-your-visitors-use-displayed-first/" target="_blank">Smart Menu</a>
18
  * Includes all services
19
  * Services updated automatically
20
- * WordPress optimized, localized (i18n)
21
  * Google Analytics integration
22
  * Many more publisher and user features
23
 
24
- <a href="http://www.addtoany.com/" title="Sharing button" target="_blank">Demo</a> | <a href="other_notes/">Changelog</a>
25
 
26
  See also, the <a href="/extend/plugins/add-to-any-subscribe/" title="WordPress RSS Subscribe plugin">Subscribe button</a> plugin.
27
 
@@ -71,6 +71,12 @@ This is done to overcome browser limitations that prevent the drop-down menu fro
71
 
72
  == Changelog ==
73
 
 
 
 
 
 
 
74
  .9.8.8:
75
 
76
  * Now customize the optional text next to the 16 x 16px icons
3
  Donate link: http://www.addtoany.com/contact/
4
  Tags: bookmarking, social, social bookmarking, bookmark, bookmarks, sharing, share, saving, save, Post, posts, page, pages, images, image, admin, statistics, stats, links, plugin, widget, e-mail, email, seo, button, delicious, google, digg, reddit, facebook, myspace, twitter, stumbleupon, technorati, wpmu, addtoany, add, any
5
  Requires at least: 2.0
6
+ Tested up to: 2.7.1
7
+ Stable tag: 0.9.8.8.1
8
 
9
  Helps readers share, save, bookmark, and email your posts and pages using any service, such as Delicious, Digg, Facebook, Twitter, and over 100 more.
10
 
17
  * Add to Any <a href="http://www.addtoany.com/blog/smart-menus-the-services-your-visitors-use-displayed-first/" target="_blank">Smart Menu</a>
18
  * Includes all services
19
  * Services updated automatically
20
+ * WordPress optimized, localized (i18n for English, Chinese, Danish)
21
  * Google Analytics integration
22
  * Many more publisher and user features
23
 
24
+ <a href="http://www.addtoany.com/" title="Sharing button widget" target="_blank">Share Button Demo</a> | <a href="other_notes/">Changelog</a>
25
 
26
  See also, the <a href="/extend/plugins/add-to-any-subscribe/" title="WordPress RSS Subscribe plugin">Subscribe button</a> plugin.
27
 
71
 
72
  == Changelog ==
73
 
74
+ .9.8.8.1:
75
+
76
+ * Refine conditionals
77
+ * Highlight admin notices
78
+ * Danish translation (by <a href="http://wordpress.blogos.dk/" target="_blank">Georg</a>)
79
+
80
  .9.8.8:
81
 
82
  * Now customize the optional text next to the 16 x 16px icons
add-to-any.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Add to Any: Share/Save/Bookmark Button
4
  Plugin URI: http://www.addtoany.com/
5
  Description: Helps readers share, save, bookmark, and email your posts and pages using any service. [<a href="options-general.php?page=add-to-any.php">Settings</a>]
6
- Version: .9.8.8
7
  Author: Add to Any
8
  Author URI: http://www.addtoany.com/contact/
9
  */
@@ -84,6 +84,7 @@ function ADDTOANY_SHARE_SAVE_BUTTON( $args = false) {
84
 
85
  <?php
86
 
 
87
  if( !is_feed() ) {
88
 
89
  global $A2A_javascript, $A2A_SHARE_SAVE_external_script_called;
@@ -153,18 +154,28 @@ if (!function_exists('A2A_menu_locale')) {
153
 
154
  function A2A_SHARE_SAVE_to_bottom_of_content($content) {
155
  if (
156
- ( (strpos($content, '<!--sharesave-->')===false) ) && ( // <!--sharesave-->
157
- ( !is_page() && get_option('A2A_SHARE_SAVE_display_in_posts')=='-1' ) || // All posts
158
- ( !is_page() && !is_single() && get_option('A2A_SHARE_SAVE_display_in_posts_on_front_page')=='-1' ) || // Front page posts
159
- ( is_page() && get_option('A2A_SHARE_SAVE_display_in_pages')=='-1' ) || // Pages
160
- ( (strpos($content, '<!--nosharesave-->')!==false ) ) || // <!--nosharesave-->
161
- ( is_feed() && (get_option('A2A_SHARE_SAVE_display_in_feed')=='-1') ) // Display in feed?
 
 
 
 
 
 
 
 
 
162
  )
163
  )
164
  return $content;
165
 
166
  $A2A_SHARE_SAVE_options = array(
167
- "output_buffering" => true);
 
168
 
169
  $content .= '<p class="addtoany_share_save_container">'.ADDTOANY_SHARE_SAVE_BUTTON( $A2A_SHARE_SAVE_options ).'</p>';
170
  return $content;
@@ -367,7 +378,7 @@ function A2A_SHARE_SAVE_options_page() {
367
  <th scope="row"><?php _e('Additional Options', 'add-to-any'); ?></th>
368
  <td><fieldset>
369
  <p id="A2A_SHARE_SAVE_menu_styler_note" style="display:none">
370
- <label for="A2A_SHARE_SAVE_additional_js_variables">
371
  <strong><?php _e("Paste the code from Add to Any's Menu Styler in the box below!", 'add-to-any'); ?></strong>
372
  </label>
373
  </p>
3
  Plugin Name: Add to Any: Share/Save/Bookmark Button
4
  Plugin URI: http://www.addtoany.com/
5
  Description: Helps readers share, save, bookmark, and email your posts and pages using any service. [<a href="options-general.php?page=add-to-any.php">Settings</a>]
6
+ Version: .9.8.8.1
7
  Author: Add to Any
8
  Author URI: http://www.addtoany.com/contact/
9
  */
84
 
85
  <?php
86
 
87
+ // If not a feed
88
  if( !is_feed() ) {
89
 
90
  global $A2A_javascript, $A2A_SHARE_SAVE_external_script_called;
154
 
155
  function A2A_SHARE_SAVE_to_bottom_of_content($content) {
156
  if (
157
+ (
158
+ // Tags
159
+ strpos($content, '<!--sharesave-->')===false || // <!--sharesave--> tag
160
+ strpos($content, '<!--nosharesave-->')!==false // <!--nosharesave--> tag
161
+ ) &&
162
+ (
163
+ // Posts
164
+ ( is_single() && get_option('A2A_SHARE_SAVE_display_in_posts')=='-1' ) || // All posts
165
+ ( is_home() && get_option('A2A_SHARE_SAVE_display_in_posts_on_front_page')=='-1' ) || // Front page posts
166
+ ( is_feed() && (get_option('A2A_SHARE_SAVE_display_in_feed')=='-1' ) || // Posts in feed
167
+
168
+ // Pages
169
+ ( is_page() && get_option('A2A_SHARE_SAVE_display_in_pages')=='-1' ) || // Individual pages
170
+ ( (strpos($content, '<!--nosharesave-->')!==false) ) // <!--nosharesave-->
171
+ )
172
  )
173
  )
174
  return $content;
175
 
176
  $A2A_SHARE_SAVE_options = array(
177
+ "output_buffering" => true
178
+ );
179
 
180
  $content .= '<p class="addtoany_share_save_container">'.ADDTOANY_SHARE_SAVE_BUTTON( $A2A_SHARE_SAVE_options ).'</p>';
181
  return $content;
378
  <th scope="row"><?php _e('Additional Options', 'add-to-any'); ?></th>
379
  <td><fieldset>
380
  <p id="A2A_SHARE_SAVE_menu_styler_note" style="display:none">
381
+ <label for="A2A_SHARE_SAVE_additional_js_variables" class="updated">
382
  <strong><?php _e("Paste the code from Add to Any's Menu Styler in the box below!", 'add-to-any'); ?></strong>
383
  </label>
384
  </p>
i18n/add-to-any-da_DK.mo ADDED
Binary file
i18n/add-to-any-da_DK.po ADDED
@@ -0,0 +1,203 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Add to Any Share/Save/Bookmark\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2009-02-11 16:28-0800\n"
6
+ "PO-Revision-Date: \n"
7
+ "Last-Translator: MicroPat\n"
8
+ "Language-Team: Danish team <g.s.adamsen@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
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
13
+ "X-Poedit-Language: Danish\n"
14
+ "X-Poedit-Country: DENMARK\n"
15
+ "X-Poedit-KeywordsList: __;_e;ngettext:1,2\n"
16
+ "X-Poedit-Basepath: ../\n"
17
+ "X-Poedit-SearchPath-0: .\n"
18
+
19
+ #: add-to-any.php:131
20
+ msgid "Share"
21
+ msgstr "Del"
22
+
23
+ #: add-to-any.php:132
24
+ msgid "Save"
25
+ msgstr "Gem"
26
+
27
+ #: add-to-any.php:133
28
+ msgid "Subscribe"
29
+ msgstr "Subskribér"
30
+
31
+ #: add-to-any.php:134
32
+ msgid "E-mail"
33
+ msgstr "E-mail"
34
+
35
+ #: add-to-any.php:135
36
+ msgid "Bookmark"
37
+ msgstr "Bogmærk"
38
+
39
+ #: add-to-any.php:136
40
+ msgid "Show all"
41
+ msgstr "Vis alle"
42
+
43
+ #: add-to-any.php:137
44
+ msgid "Show less"
45
+ msgstr "Vis mindre"
46
+
47
+ #: add-to-any.php:138
48
+ msgid "Find service(s)"
49
+ msgstr "Find service(s)"
50
+
51
+ #: add-to-any.php:139
52
+ msgid "Instantly find any service to add to"
53
+ msgstr "Find øjeblikkelig alle services at tilføje til"
54
+
55
+ #: add-to-any.php:140
56
+ msgid "Powered by"
57
+ msgstr "Kører på"
58
+
59
+ #: add-to-any.php:141
60
+ msgid "Share via e-mail"
61
+ msgstr "Del via e-mail"
62
+
63
+ #: add-to-any.php:142
64
+ msgid "Subscribe via e-mail"
65
+ msgstr "Subskribér via e-mail"
66
+
67
+ #: add-to-any.php:143
68
+ msgid "Bookmark in your browser"
69
+ msgstr "Bogmærk i din browswer"
70
+
71
+ #: add-to-any.php:144
72
+ msgid "Press Ctrl+D or Cmd+D to bookmark this page"
73
+ msgstr "Press Ctrl-D eller Cmd-D for at bogmærke denne side"
74
+
75
+ #: add-to-any.php:145
76
+ msgid "Add to your favorites"
77
+ msgstr "Tilføj til dine favoritter"
78
+
79
+ #: add-to-any.php:146
80
+ msgid "Send from any e-mail address or e-mail program"
81
+ msgstr "Send fra enhver e-mail-adreses eller e-mail-program"
82
+
83
+ #: add-to-any.php:147
84
+ msgid "E-mail program"
85
+ msgstr "E-mail-program"
86
+
87
+ #: add-to-any.php:229
88
+ msgid "Settings saved."
89
+ msgstr "Indstillinger gemt"
90
+
91
+ #: add-to-any.php:238
92
+ msgid "Add to Any: Share/Save "
93
+ msgstr "Tilføj til enhver: Del/gem"
94
+
95
+ #: add-to-any.php:238
96
+ #: add-to-any.php:413
97
+ msgid "Settings"
98
+ msgstr "Indstillinger"
99
+
100
+ #: add-to-any.php:248
101
+ msgid "Button"
102
+ msgstr "Knap"
103
+
104
+ #: add-to-any.php:287
105
+ msgid "Image URL"
106
+ msgstr "Billed-URL"
107
+
108
+ #: add-to-any.php:294
109
+ msgid "Text only"
110
+ msgstr "Kun tekst"
111
+
112
+ #: add-to-any.php:302
113
+ msgid "Button Placement"
114
+ msgstr "Placering af knap"
115
+
116
+ #: add-to-any.php:311
117
+ msgid "Display Share/Save button at the bottom of posts"
118
+ msgstr "Vis Del-/Gem-knap i bunden af indlæg"
119
+
120
+ #: add-to-any.php:318
121
+ msgid "Display Share/Save button at the bottom of posts on the front page"
122
+ msgstr "Vis Del-/Gem-knap i bunden af indlæg på forsiden"
123
+
124
+ #: add-to-any.php:325
125
+ msgid "Display Share/Save button at the bottom of posts in the feed"
126
+ msgstr "Vis Del-/Gem-knap i bunden af indlæg i feeds"
127
+
128
+ #: add-to-any.php:329
129
+ msgid "Display Share/Save button at the bottom of pages"
130
+ msgstr "Vis Del-/Gem-knap i bunden af sider"
131
+
132
+ #: add-to-any.php:333
133
+ msgid "If unchecked, be sure to place the following code in <a href=\"theme-editor.php\">your template pages</a> (within <code>index.php</code>, <code>single.php</code>, and/or <code>page.php</code>)"
134
+ msgstr "Hvis du ikke vælger dette, skal du sørge for at placere den følgende kode i <a href=\"theme-editor.php\">dine skabelonsider</a> (i <code>index.php</code>, <code>single.php</code>, og/eller <code>page.php</code>)"
135
+
136
+ #: add-to-any.php:339
137
+ msgid "Menu Style"
138
+ msgstr "Menutypografi"
139
+
140
+ #: add-to-any.php:341
141
+ msgid "Using Add to Any's Menu Styler, you can customize the colors of your Share/Save menu! When you're done, be sure to paste the generated code in the <a href=\"#\" onclick=\"document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false\">Additional Options</a> box below."
142
+ msgstr "Ved at bruge Add to Any's menutypograf, kan du tilpasse farverne på din Del-/Gem-menu! Når du er færdig, skal du sørge for at indsætte den genererede kode i <a href=\"#\" onclick=\"document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false\">Yderligere indstillinger</a>-boksen nedenfor."
143
+
144
+ #: add-to-any.php:343
145
+ msgid "Open the Add to Any Menu Styler in a new window"
146
+ msgstr "Åben Add to Any's menutypograf i et nyt vindue"
147
+
148
+ #: add-to-any.php:345
149
+ msgid "Open Menu Styler"
150
+ msgstr "Åben menutypografen"
151
+
152
+ #: add-to-any.php:350
153
+ msgid "Menu Options"
154
+ msgstr "Menuvalgmuligheder"
155
+
156
+ #: add-to-any.php:355
157
+ msgid "Hide embedded objects (Flash, video, etc.) that intersect with the menu when displayed"
158
+ msgstr "Skjul indlejrede objekter (flash, video, osv.) som kan påvirke menuen, når den vises"
159
+
160
+ #: add-to-any.php:360
161
+ msgid "Show the title of the post (or page) within the menu"
162
+ msgstr "Vis titlen på indlægget (eller siden) i menuen"
163
+
164
+ #: add-to-any.php:367
165
+ msgid "Only show the menu when the user clicks the Share/Save button"
166
+ msgstr "Vis kun menuen når bruger klikker på Del-/Gem-knappen"
167
+
168
+ #: add-to-any.php:373
169
+ msgid "Open the addtoany.com menu page in a new tab or window if the user clicks the Share/Save button"
170
+ msgstr "Åben menusiden på addtoany.com i en ny fane eller vindue hvis brugeren klikker på Del-/Gem-knappen"
171
+
172
+ #: add-to-any.php:378
173
+ msgid "Additional Options"
174
+ msgstr "Yderligere indstillinger"
175
+
176
+ #: add-to-any.php:382
177
+ msgid "Paste the code from Add to Any's Menu Styler in the box below!"
178
+ msgstr "Indsæt koden fra Add to Any's menutypograf i boksen nedenfor!"
179
+
180
+ #: add-to-any.php:386
181
+ msgid "Below you can set special JavaScript variables to apply to each Share/Save menu."
182
+ msgstr "Nedenfor kan du angive specielle JavaScript-variabler, som skal bruges på din Del-/Gem-menu."
183
+
184
+ #: add-to-any.php:387
185
+ msgid "Advanced users might want to explore Add to Any's <a href=\"http://www.addtoany.com/buttons/api/\" target=\"_blank\">JavaScript API</a>."
186
+ msgstr "Avancerede brugere kan se nærmere på Add to Any's <a href=\"http://www.addtoany.com/buttons/api/\" target=\"_blank\">JavaScript API</a>."
187
+
188
+ #: add-to-any.php:393
189
+ msgid "<strong>Note</strong>: If you're adding new code, be careful not to accidentally overwrite any previous code.</label>"
190
+ msgstr "<strong>Bemærk</strong>: Hvis du tilføjer ny kode, så vær forsigtig, så du ikke ved et uheld overskriver eksisterende kode."
191
+
192
+ #: add-to-any.php:400
193
+ msgid "Save Changes"
194
+ msgstr "Gem ændringer"
195
+
196
+ #: add-to-any.php:413
197
+ msgid "Share/Save"
198
+ msgstr "Del/Gem"
199
+
200
+ #: add-to-any.php:414
201
+ msgid "Share/Save Buttons"
202
+ msgstr "Del-/Gem-knapper"
203
+
i18n/add-to-any-zh_CN.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: add-to-any\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2009-01-29 18:32-0800\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: MicroPat\n"
8
  "Language-Team: \n"
@@ -16,189 +16,189 @@ msgstr ""
16
  "X-Poedit-SourceCharset: utf-8\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: add-to-any.php:130
20
  msgid "Share"
21
  msgstr "分享"
22
 
23
- #: add-to-any.php:131
24
  msgid "Save"
25
  msgstr "收藏"
26
 
27
- #: add-to-any.php:132
28
  msgid "Subscribe"
29
  msgstr "订阅"
30
 
31
- #: add-to-any.php:133
32
  msgid "E-mail"
33
  msgstr "电子邮件"
34
 
35
- #: add-to-any.php:134
36
  msgid "Bookmark"
37
  msgstr "书签"
38
 
39
- #: add-to-any.php:135
40
  msgid "Show all"
41
  msgstr "显示全部服务"
42
 
43
- #: add-to-any.php:136
44
  msgid "Show less"
45
  msgstr "显示部分服务"
46
 
47
- #: add-to-any.php:137
48
  msgid "Find service(s)"
49
  msgstr "查找服务"
50
 
51
- #: add-to-any.php:138
52
  msgid "Instantly find any service to add to"
53
  msgstr "动态查找任何用以添加的服务"
54
 
55
- #: add-to-any.php:139
56
  msgid "Powered by"
57
  msgstr "Powered by"
58
 
59
- #: add-to-any.php:140
60
  msgid "Share via e-mail"
61
  msgstr "通过电子邮件分享"
62
 
63
- #: add-to-any.php:141
64
  msgid "Subscribe via e-mail"
65
  msgstr "通过电子邮件订阅"
66
 
67
- #: add-to-any.php:142
68
  msgid "Bookmark in your browser"
69
  msgstr "添加为浏览器书签"
70
 
71
- #: add-to-any.php:143
72
  msgid "Press Ctrl+D or Cmd+D to bookmark this page"
73
  msgstr "按下 [Ctrl+D] 或 [Cmd+D] 将本页加为书签"
74
 
75
- #: add-to-any.php:144
76
  msgid "Add to your favorites"
77
  msgstr "添加至收藏夹"
78
 
79
- #: add-to-any.php:145
80
  msgid "Send from any e-mail address or e-mail program"
81
  msgstr "从任何电子邮件地址或电子邮件程序发送"
82
 
83
- #: add-to-any.php:146
84
  msgid "E-mail program"
85
  msgstr "电子邮件程序"
86
 
87
- #: add-to-any.php:218
88
  msgid "Settings saved."
89
  msgstr "设置已保存"
90
 
91
- #: add-to-any.php:227
92
  msgid "Add to Any: Share/Save "
93
  msgstr "Add to Any: 分享/收藏"
94
 
95
- #: add-to-any.php:227
96
- #: add-to-any.php:402
97
  msgid "Settings"
98
  msgstr "设置"
99
 
100
- #: add-to-any.php:237
101
  msgid "Button"
102
  msgstr "按钮"
103
 
104
- #: add-to-any.php:276
105
  msgid "Image URL"
106
  msgstr "图片 URL"
107
 
108
- #: add-to-any.php:283
109
  msgid "Text only"
110
  msgstr "仅用文字"
111
 
112
- #: add-to-any.php:291
113
  msgid "Button Placement"
114
  msgstr "按钮位置"
115
 
116
- #: add-to-any.php:300
117
  msgid "Display Share/Save button at the bottom of posts"
118
  msgstr "在文章底部显示 分享/收藏 按钮"
119
 
120
- #: add-to-any.php:307
121
  msgid "Display Share/Save button at the bottom of posts on the front page"
122
  msgstr "在首页的文章底部显示 分享/收藏 按钮"
123
 
124
- #: add-to-any.php:314
125
  msgid "Display Share/Save button at the bottom of posts in the feed"
126
  msgstr "在 Feed 的文章底部显示 分享/收藏 按钮"
127
 
128
- #: add-to-any.php:318
129
  msgid "Display Share/Save button at the bottom of pages"
130
  msgstr "在页面底部显示 分享/收藏 按钮"
131
 
132
- #: add-to-any.php:322
133
  msgid "If unchecked, be sure to place the following code in <a href=\"theme-editor.php\">your template pages</a> (within <code>index.php</code>, <code>single.php</code>, and/or <code>page.php</code>)"
134
  msgstr "如果不选,请确定将以下代码置入于 <a href=\"theme-editor.php\">您的模板页面</a> 中 (包括 <code>index.php</code>,<code>single.php</code>,与/或 <code>page.php</code>)"
135
 
136
- #: add-to-any.php:328
137
  msgid "Menu Style"
138
  msgstr "菜单风格"
139
 
140
- #: add-to-any.php:330
141
  msgid "Using Add to Any's Menu Styler, you can customize the colors of your Share/Save menu! When you're done, be sure to paste the generated code in the <a href=\"#\" onclick=\"document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false\">Additional Options</a> box below."
142
  msgstr "使用 Add to Any 的菜单风格设置器,您可以自定义您的 分享/收藏 菜单的颜色!完成后,请将生成的代码粘贴于下方 <a href=\"#\" onclick=\"document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false\">附加选项</a> 框内。"
143
 
144
- #: add-to-any.php:332
145
  msgid "Open the Add to Any Menu Styler in a new window"
146
  msgstr "在新窗口中打开 Add to Any 菜单风格设置器"
147
 
148
- #: add-to-any.php:334
149
  msgid "Open Menu Styler"
150
  msgstr "打开菜单风格设置器"
151
 
152
- #: add-to-any.php:339
153
  msgid "Menu Options"
154
  msgstr "菜单选项"
155
 
156
- #: add-to-any.php:344
157
  msgid "Hide embedded objects (Flash, video, etc.) that intersect with the menu when displayed"
158
  msgstr "菜单显示时隐藏与菜单相交的嵌入式对象(Flash,视频,等) "
159
 
160
- #: add-to-any.php:349
161
  msgid "Show the title of the post (or page) within the menu"
162
  msgstr "菜单中显示文章(或页面)的标题"
163
 
164
- #: add-to-any.php:356
165
  msgid "Only show the menu when the user clicks the Share/Save button"
166
  msgstr "仅当用户点击 分享/收藏 按钮时显示菜单"
167
 
168
- #: add-to-any.php:362
169
  msgid "Open the addtoany.com menu page in a new tab or window if the user clicks the Share/Save button"
170
  msgstr "如用户点击 分享/收藏 按钮,在新标签页或新窗口中打开 addtoany.com 菜单页面"
171
 
172
- #: add-to-any.php:367
173
  msgid "Additional Options"
174
  msgstr "附加选项"
175
 
176
- #: add-to-any.php:371
177
  msgid "Paste the code from Add to Any's Menu Styler in the box below!"
178
  msgstr "粘贴 Add to Any 菜单风格设置器生成的代码于下方框内!"
179
 
180
- #: add-to-any.php:375
181
  msgid "Below you can set special JavaScript variables to apply to each Share/Save menu."
182
  msgstr "您可以设置特殊 JavaScript 变量以应用于全部 分享/收藏 菜单。"
183
 
184
- #: add-to-any.php:376
185
  #, fuzzy
186
  msgid "Advanced users might want to explore Add to Any's <a href=\"http://www.addtoany.com/buttons/api/\" target=\"_blank\">JavaScript API</a>."
187
  msgstr "高级用户可能希望尝试 Add to Any 的 <a href=\"http://www.addtoany.com/buttons/api/\">JavaScript API</a> 所生成的代码。"
188
 
189
- #: add-to-any.php:382
190
  msgid "<strong>Note</strong>: If you're adding new code, be careful not to accidentally overwrite any previous code.</label>"
191
  msgstr "<strong>注意</strong>: 如果您打算添加新代码,请小心不要意外覆盖任何先前代码。</label>"
192
 
193
- #: add-to-any.php:389
194
  msgid "Save Changes"
195
  msgstr "保存更改"
196
 
197
- #: add-to-any.php:402
198
  msgid "Share/Save"
199
  msgstr "分享/收藏"
200
 
201
- #: add-to-any.php:403
202
  msgid "Share/Save Buttons"
203
  msgstr "分享/收藏 按钮"
204
 
2
  msgstr ""
3
  "Project-Id-Version: add-to-any\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2009-02-11 16:28-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:131
20
  msgid "Share"
21
  msgstr "分享"
22
 
23
+ #: add-to-any.php:132
24
  msgid "Save"
25
  msgstr "收藏"
26
 
27
+ #: add-to-any.php:133
28
  msgid "Subscribe"
29
  msgstr "订阅"
30
 
31
+ #: add-to-any.php:134
32
  msgid "E-mail"
33
  msgstr "电子邮件"
34
 
35
+ #: add-to-any.php:135
36
  msgid "Bookmark"
37
  msgstr "书签"
38
 
39
+ #: add-to-any.php:136
40
  msgid "Show all"
41
  msgstr "显示全部服务"
42
 
43
+ #: add-to-any.php:137
44
  msgid "Show less"
45
  msgstr "显示部分服务"
46
 
47
+ #: add-to-any.php:138
48
  msgid "Find service(s)"
49
  msgstr "查找服务"
50
 
51
+ #: add-to-any.php:139
52
  msgid "Instantly find any service to add to"
53
  msgstr "动态查找任何用以添加的服务"
54
 
55
+ #: add-to-any.php:140
56
  msgid "Powered by"
57
  msgstr "Powered by"
58
 
59
+ #: add-to-any.php:141
60
  msgid "Share via e-mail"
61
  msgstr "通过电子邮件分享"
62
 
63
+ #: add-to-any.php:142
64
  msgid "Subscribe via e-mail"
65
  msgstr "通过电子邮件订阅"
66
 
67
+ #: add-to-any.php:143
68
  msgid "Bookmark in your browser"
69
  msgstr "添加为浏览器书签"
70
 
71
+ #: add-to-any.php:144
72
  msgid "Press Ctrl+D or Cmd+D to bookmark this page"
73
  msgstr "按下 [Ctrl+D] 或 [Cmd+D] 将本页加为书签"
74
 
75
+ #: add-to-any.php:145
76
  msgid "Add to your favorites"
77
  msgstr "添加至收藏夹"
78
 
79
+ #: add-to-any.php:146
80
  msgid "Send from any e-mail address or e-mail program"
81
  msgstr "从任何电子邮件地址或电子邮件程序发送"
82
 
83
+ #: add-to-any.php:147
84
  msgid "E-mail program"
85
  msgstr "电子邮件程序"
86
 
87
+ #: add-to-any.php:229
88
  msgid "Settings saved."
89
  msgstr "设置已保存"
90
 
91
+ #: add-to-any.php:238
92
  msgid "Add to Any: Share/Save "
93
  msgstr "Add to Any: 分享/收藏"
94
 
95
+ #: add-to-any.php:238
96
+ #: add-to-any.php:413
97
  msgid "Settings"
98
  msgstr "设置"
99
 
100
+ #: add-to-any.php:248
101
  msgid "Button"
102
  msgstr "按钮"
103
 
104
+ #: add-to-any.php:287
105
  msgid "Image URL"
106
  msgstr "图片 URL"
107
 
108
+ #: add-to-any.php:294
109
  msgid "Text only"
110
  msgstr "仅用文字"
111
 
112
+ #: add-to-any.php:302
113
  msgid "Button Placement"
114
  msgstr "按钮位置"
115
 
116
+ #: add-to-any.php:311
117
  msgid "Display Share/Save button at the bottom of posts"
118
  msgstr "在文章底部显示 分享/收藏 按钮"
119
 
120
+ #: add-to-any.php:318
121
  msgid "Display Share/Save button at the bottom of posts on the front page"
122
  msgstr "在首页的文章底部显示 分享/收藏 按钮"
123
 
124
+ #: add-to-any.php:325
125
  msgid "Display Share/Save button at the bottom of posts in the feed"
126
  msgstr "在 Feed 的文章底部显示 分享/收藏 按钮"
127
 
128
+ #: add-to-any.php:329
129
  msgid "Display Share/Save button at the bottom of pages"
130
  msgstr "在页面底部显示 分享/收藏 按钮"
131
 
132
+ #: add-to-any.php:333
133
  msgid "If unchecked, be sure to place the following code in <a href=\"theme-editor.php\">your template pages</a> (within <code>index.php</code>, <code>single.php</code>, and/or <code>page.php</code>)"
134
  msgstr "如果不选,请确定将以下代码置入于 <a href=\"theme-editor.php\">您的模板页面</a> 中 (包括 <code>index.php</code>,<code>single.php</code>,与/或 <code>page.php</code>)"
135
 
136
+ #: add-to-any.php:339
137
  msgid "Menu Style"
138
  msgstr "菜单风格"
139
 
140
+ #: add-to-any.php:341
141
  msgid "Using Add to Any's Menu Styler, you can customize the colors of your Share/Save menu! When you're done, be sure to paste the generated code in the <a href=\"#\" onclick=\"document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false\">Additional Options</a> box below."
142
  msgstr "使用 Add to Any 的菜单风格设置器,您可以自定义您的 分享/收藏 菜单的颜色!完成后,请将生成的代码粘贴于下方 <a href=\"#\" onclick=\"document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false\">附加选项</a> 框内。"
143
 
144
+ #: add-to-any.php:343
145
  msgid "Open the Add to Any Menu Styler in a new window"
146
  msgstr "在新窗口中打开 Add to Any 菜单风格设置器"
147
 
148
+ #: add-to-any.php:345
149
  msgid "Open Menu Styler"
150
  msgstr "打开菜单风格设置器"
151
 
152
+ #: add-to-any.php:350
153
  msgid "Menu Options"
154
  msgstr "菜单选项"
155
 
156
+ #: add-to-any.php:355
157
  msgid "Hide embedded objects (Flash, video, etc.) that intersect with the menu when displayed"
158
  msgstr "菜单显示时隐藏与菜单相交的嵌入式对象(Flash,视频,等) "
159
 
160
+ #: add-to-any.php:360
161
  msgid "Show the title of the post (or page) within the menu"
162
  msgstr "菜单中显示文章(或页面)的标题"
163
 
164
+ #: add-to-any.php:367
165
  msgid "Only show the menu when the user clicks the Share/Save button"
166
  msgstr "仅当用户点击 分享/收藏 按钮时显示菜单"
167
 
168
+ #: add-to-any.php:373
169
  msgid "Open the addtoany.com menu page in a new tab or window if the user clicks the Share/Save button"
170
  msgstr "如用户点击 分享/收藏 按钮,在新标签页或新窗口中打开 addtoany.com 菜单页面"
171
 
172
+ #: add-to-any.php:378
173
  msgid "Additional Options"
174
  msgstr "附加选项"
175
 
176
+ #: add-to-any.php:382
177
  msgid "Paste the code from Add to Any's Menu Styler in the box below!"
178
  msgstr "粘贴 Add to Any 菜单风格设置器生成的代码于下方框内!"
179
 
180
+ #: add-to-any.php:386
181
  msgid "Below you can set special JavaScript variables to apply to each Share/Save menu."
182
  msgstr "您可以设置特殊 JavaScript 变量以应用于全部 分享/收藏 菜单。"
183
 
184
+ #: add-to-any.php:387
185
  #, fuzzy
186
  msgid "Advanced users might want to explore Add to Any's <a href=\"http://www.addtoany.com/buttons/api/\" target=\"_blank\">JavaScript API</a>."
187
  msgstr "高级用户可能希望尝试 Add to Any 的 <a href=\"http://www.addtoany.com/buttons/api/\">JavaScript API</a> 所生成的代码。"
188
 
189
+ #: add-to-any.php:393
190
  msgid "<strong>Note</strong>: If you're adding new code, be careful not to accidentally overwrite any previous code.</label>"
191
  msgstr "<strong>注意</strong>: 如果您打算添加新代码,请小心不要意外覆盖任何先前代码。</label>"
192
 
193
+ #: add-to-any.php:400
194
  msgid "Save Changes"
195
  msgstr "保存更改"
196
 
197
+ #: add-to-any.php:413
198
  msgid "Share/Save"
199
  msgstr "分享/收藏"
200
 
201
+ #: add-to-any.php:414
202
  msgid "Share/Save Buttons"
203
  msgstr "分享/收藏 按钮"
204
 
i18n/add-to-any.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: add-to-any\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2009-01-29 18:33-0800\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: MicroPat\n"
8
  "Language-Team: \n"
@@ -13,188 +13,188 @@ msgstr ""
13
  "X-Poedit-Basepath: ../\n"
14
  "X-Poedit-SearchPath-0: .\n"
15
 
16
- #: add-to-any.php:130
17
  msgid "Share"
18
  msgstr ""
19
 
20
- #: add-to-any.php:131
21
  msgid "Save"
22
  msgstr ""
23
 
24
- #: add-to-any.php:132
25
  msgid "Subscribe"
26
  msgstr ""
27
 
28
- #: add-to-any.php:133
29
  msgid "E-mail"
30
  msgstr ""
31
 
32
- #: add-to-any.php:134
33
  msgid "Bookmark"
34
  msgstr ""
35
 
36
- #: add-to-any.php:135
37
  msgid "Show all"
38
  msgstr ""
39
 
40
- #: add-to-any.php:136
41
  msgid "Show less"
42
  msgstr ""
43
 
44
- #: add-to-any.php:137
45
  msgid "Find service(s)"
46
  msgstr ""
47
 
48
- #: add-to-any.php:138
49
  msgid "Instantly find any service to add to"
50
  msgstr ""
51
 
52
- #: add-to-any.php:139
53
  msgid "Powered by"
54
  msgstr ""
55
 
56
- #: add-to-any.php:140
57
  msgid "Share via e-mail"
58
  msgstr ""
59
 
60
- #: add-to-any.php:141
61
  msgid "Subscribe via e-mail"
62
  msgstr ""
63
 
64
- #: add-to-any.php:142
65
  msgid "Bookmark in your browser"
66
  msgstr ""
67
 
68
- #: add-to-any.php:143
69
  msgid "Press Ctrl+D or Cmd+D to bookmark this page"
70
  msgstr ""
71
 
72
- #: add-to-any.php:144
73
  msgid "Add to your favorites"
74
  msgstr ""
75
 
76
- #: add-to-any.php:145
77
  msgid "Send from any e-mail address or e-mail program"
78
  msgstr ""
79
 
80
- #: add-to-any.php:146
81
  msgid "E-mail program"
82
  msgstr ""
83
 
84
- #: add-to-any.php:218
85
  msgid "Settings saved."
86
  msgstr ""
87
 
88
- #: add-to-any.php:227
89
  msgid "Add to Any: Share/Save "
90
  msgstr ""
91
 
92
- #: add-to-any.php:227
93
- #: add-to-any.php:402
94
  msgid "Settings"
95
  msgstr ""
96
 
97
- #: add-to-any.php:237
98
  msgid "Button"
99
  msgstr ""
100
 
101
- #: add-to-any.php:276
102
  msgid "Image URL"
103
  msgstr ""
104
 
105
- #: add-to-any.php:283
106
  msgid "Text only"
107
  msgstr ""
108
 
109
- #: add-to-any.php:291
110
  msgid "Button Placement"
111
  msgstr ""
112
 
113
- #: add-to-any.php:300
114
  msgid "Display Share/Save button at the bottom of posts"
115
  msgstr ""
116
 
117
- #: add-to-any.php:307
118
  msgid "Display Share/Save button at the bottom of posts on the front page"
119
  msgstr ""
120
 
121
- #: add-to-any.php:314
122
  msgid "Display Share/Save button at the bottom of posts in the feed"
123
  msgstr ""
124
 
125
- #: add-to-any.php:318
126
  msgid "Display Share/Save button at the bottom of pages"
127
  msgstr ""
128
 
129
- #: add-to-any.php:322
130
  msgid "If unchecked, be sure to place the following code in <a href=\"theme-editor.php\">your template pages</a> (within <code>index.php</code>, <code>single.php</code>, and/or <code>page.php</code>)"
131
  msgstr ""
132
 
133
- #: add-to-any.php:328
134
  msgid "Menu Style"
135
  msgstr ""
136
 
137
- #: add-to-any.php:330
138
  msgid "Using Add to Any's Menu Styler, you can customize the colors of your Share/Save menu! When you're done, be sure to paste the generated code in the <a href=\"#\" onclick=\"document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false\">Additional Options</a> box below."
139
  msgstr ""
140
 
141
- #: add-to-any.php:332
142
  msgid "Open the Add to Any Menu Styler in a new window"
143
  msgstr ""
144
 
145
- #: add-to-any.php:334
146
  msgid "Open Menu Styler"
147
  msgstr ""
148
 
149
- #: add-to-any.php:339
150
  msgid "Menu Options"
151
  msgstr ""
152
 
153
- #: add-to-any.php:344
154
  msgid "Hide embedded objects (Flash, video, etc.) that intersect with the menu when displayed"
155
  msgstr ""
156
 
157
- #: add-to-any.php:349
158
  msgid "Show the title of the post (or page) within the menu"
159
  msgstr ""
160
 
161
- #: add-to-any.php:356
162
  msgid "Only show the menu when the user clicks the Share/Save button"
163
  msgstr ""
164
 
165
- #: add-to-any.php:362
166
  msgid "Open the addtoany.com menu page in a new tab or window if the user clicks the Share/Save button"
167
  msgstr ""
168
 
169
- #: add-to-any.php:367
170
  msgid "Additional Options"
171
  msgstr ""
172
 
173
- #: add-to-any.php:371
174
  msgid "Paste the code from Add to Any's Menu Styler in the box below!"
175
  msgstr ""
176
 
177
- #: add-to-any.php:375
178
  msgid "Below you can set special JavaScript variables to apply to each Share/Save menu."
179
  msgstr ""
180
 
181
- #: add-to-any.php:376
182
  msgid "Advanced users might want to explore Add to Any's <a href=\"http://www.addtoany.com/buttons/api/\" target=\"_blank\">JavaScript API</a>."
183
  msgstr ""
184
 
185
- #: add-to-any.php:382
186
  msgid "<strong>Note</strong>: If you're adding new code, be careful not to accidentally overwrite any previous code.</label>"
187
  msgstr ""
188
 
189
- #: add-to-any.php:389
190
  msgid "Save Changes"
191
  msgstr ""
192
 
193
- #: add-to-any.php:402
194
  msgid "Share/Save"
195
  msgstr ""
196
 
197
- #: add-to-any.php:403
198
  msgid "Share/Save Buttons"
199
  msgstr ""
200
 
2
  msgstr ""
3
  "Project-Id-Version: add-to-any\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2009-02-11 16:28-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:131
17
  msgid "Share"
18
  msgstr ""
19
 
20
+ #: add-to-any.php:132
21
  msgid "Save"
22
  msgstr ""
23
 
24
+ #: add-to-any.php:133
25
  msgid "Subscribe"
26
  msgstr ""
27
 
28
+ #: add-to-any.php:134
29
  msgid "E-mail"
30
  msgstr ""
31
 
32
+ #: add-to-any.php:135
33
  msgid "Bookmark"
34
  msgstr ""
35
 
36
+ #: add-to-any.php:136
37
  msgid "Show all"
38
  msgstr ""
39
 
40
+ #: add-to-any.php:137
41
  msgid "Show less"
42
  msgstr ""
43
 
44
+ #: add-to-any.php:138
45
  msgid "Find service(s)"
46
  msgstr ""
47
 
48
+ #: add-to-any.php:139
49
  msgid "Instantly find any service to add to"
50
  msgstr ""
51
 
52
+ #: add-to-any.php:140
53
  msgid "Powered by"
54
  msgstr ""
55
 
56
+ #: add-to-any.php:141
57
  msgid "Share via e-mail"
58
  msgstr ""
59
 
60
+ #: add-to-any.php:142
61
  msgid "Subscribe via e-mail"
62
  msgstr ""
63
 
64
+ #: add-to-any.php:143
65
  msgid "Bookmark in your browser"
66
  msgstr ""
67
 
68
+ #: add-to-any.php:144
69
  msgid "Press Ctrl+D or Cmd+D to bookmark this page"
70
  msgstr ""
71
 
72
+ #: add-to-any.php:145
73
  msgid "Add to your favorites"
74
  msgstr ""
75
 
76
+ #: add-to-any.php:146
77
  msgid "Send from any e-mail address or e-mail program"
78
  msgstr ""
79
 
80
+ #: add-to-any.php:147
81
  msgid "E-mail program"
82
  msgstr ""
83
 
84
+ #: add-to-any.php:229
85
  msgid "Settings saved."
86
  msgstr ""
87
 
88
+ #: add-to-any.php:238
89
  msgid "Add to Any: Share/Save "
90
  msgstr ""
91
 
92
+ #: add-to-any.php:238
93
+ #: add-to-any.php:413
94
  msgid "Settings"
95
  msgstr ""
96
 
97
+ #: add-to-any.php:248
98
  msgid "Button"
99
  msgstr ""
100
 
101
+ #: add-to-any.php:287
102
  msgid "Image URL"
103
  msgstr ""
104
 
105
+ #: add-to-any.php:294
106
  msgid "Text only"
107
  msgstr ""
108
 
109
+ #: add-to-any.php:302
110
  msgid "Button Placement"
111
  msgstr ""
112
 
113
+ #: add-to-any.php:311
114
  msgid "Display Share/Save button at the bottom of posts"
115
  msgstr ""
116
 
117
+ #: add-to-any.php:318
118
  msgid "Display Share/Save button at the bottom of posts on the front page"
119
  msgstr ""
120
 
121
+ #: add-to-any.php:325
122
  msgid "Display Share/Save button at the bottom of posts in the feed"
123
  msgstr ""
124
 
125
+ #: add-to-any.php:329
126
  msgid "Display Share/Save button at the bottom of pages"
127
  msgstr ""
128
 
129
+ #: add-to-any.php:333
130
  msgid "If unchecked, be sure to place the following code in <a href=\"theme-editor.php\">your template pages</a> (within <code>index.php</code>, <code>single.php</code>, and/or <code>page.php</code>)"
131
  msgstr ""
132
 
133
+ #: add-to-any.php:339
134
  msgid "Menu Style"
135
  msgstr ""
136
 
137
+ #: add-to-any.php:341
138
  msgid "Using Add to Any's Menu Styler, you can customize the colors of your Share/Save menu! When you're done, be sure to paste the generated code in the <a href=\"#\" onclick=\"document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false\">Additional Options</a> box below."
139
  msgstr ""
140
 
141
+ #: add-to-any.php:343
142
  msgid "Open the Add to Any Menu Styler in a new window"
143
  msgstr ""
144
 
145
+ #: add-to-any.php:345
146
  msgid "Open Menu Styler"
147
  msgstr ""
148
 
149
+ #: add-to-any.php:350
150
  msgid "Menu Options"
151
  msgstr ""
152
 
153
+ #: add-to-any.php:355
154
  msgid "Hide embedded objects (Flash, video, etc.) that intersect with the menu when displayed"
155
  msgstr ""
156
 
157
+ #: add-to-any.php:360
158
  msgid "Show the title of the post (or page) within the menu"
159
  msgstr ""
160
 
161
+ #: add-to-any.php:367
162
  msgid "Only show the menu when the user clicks the Share/Save button"
163
  msgstr ""
164
 
165
+ #: add-to-any.php:373
166
  msgid "Open the addtoany.com menu page in a new tab or window if the user clicks the Share/Save button"
167
  msgstr ""
168
 
169
+ #: add-to-any.php:378
170
  msgid "Additional Options"
171
  msgstr ""
172
 
173
+ #: add-to-any.php:382
174
  msgid "Paste the code from Add to Any's Menu Styler in the box below!"
175
  msgstr ""
176
 
177
+ #: add-to-any.php:386
178
  msgid "Below you can set special JavaScript variables to apply to each Share/Save menu."
179
  msgstr ""
180
 
181
+ #: add-to-any.php:387
182
  msgid "Advanced users might want to explore Add to Any's <a href=\"http://www.addtoany.com/buttons/api/\" target=\"_blank\">JavaScript API</a>."
183
  msgstr ""
184
 
185
+ #: add-to-any.php:393
186
  msgid "<strong>Note</strong>: If you're adding new code, be careful not to accidentally overwrite any previous code.</label>"
187
  msgstr ""
188
 
189
+ #: add-to-any.php:400
190
  msgid "Save Changes"
191
  msgstr ""
192
 
193
+ #: add-to-any.php:413
194
  msgid "Share/Save"
195
  msgstr ""
196
 
197
+ #: add-to-any.php:414
198
  msgid "Share/Save Buttons"
199
  msgstr ""
200