AddToAny Share Buttons - Version 0.9.8.8.2

Version Description

Download this release

Release Info

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

Code changes from version 0.9.8.8.1 to 0.9.8.8.2

README.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.addtoany.com/contact/
4
  Tags: bookmarking, social, social bookmarking, bookmark, bookmarks, sharing, share, saving, save, Post, posts, page, pages, images, image, admin, statistics, stats, links, plugin, widget, e-mail, email, seo, button, delicious, google, digg, reddit, facebook, myspace, twitter, stumbleupon, technorati, wpmu, addtoany, add, any
5
  Requires at least: 2.0
6
  Tested up to: 2.7.1
7
- Stable tag: 0.9.8.8.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
 
@@ -71,6 +71,10 @@ This is done to overcome browser limitations that prevent the drop-down menu fro
71
 
72
  == Changelog ==
73
 
 
 
 
 
74
  .9.8.8.1:
75
 
76
  * Refine conditionals
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.2
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
 
71
 
72
  == Changelog ==
73
 
74
+ .9.8.8.2:
75
+
76
+ * Fix button appearing in category list view despite setting
77
+
78
  .9.8.8.1:
79
 
80
  * Refine conditionals
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.1
7
  Author: Add to Any
8
  Author URI: http://www.addtoany.com/contact/
9
  */
@@ -156,18 +156,19 @@ 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
  )
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.2
7
  Author: Add to Any
8
  Author URI: http://www.addtoany.com/contact/
9
  */
156
  if (
157
  (
158
  // Tags
159
+ strpos($content, '<!--sharesave-->')===false || // <!--sharesave--> tag
160
+ strpos($content, '<!--nosharesave-->')!==false // <!--nosharesave--> tag
161
  ) &&
162
  (
163
  // Posts
164
+ ( 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_category() && get_option('A2A_SHARE_SAVE_display_in_posts_on_front_page')=='-1' ) || // Category posts (same as Front page option)
167
+ ( is_feed() && (get_option('A2A_SHARE_SAVE_display_in_feed')=='-1' ) || // Posts in feed
168
 
169
  // Pages
170
+ ( is_page() && get_option('A2A_SHARE_SAVE_display_in_pages')=='-1' ) || // Individual pages
171
+ ( (strpos($content, '<!--nosharesave-->')!==false) ) // <!--nosharesave-->
172
  )
173
  )
174
  )
i18n/add-to-any-da_DK.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Add to Any Share/Save/Bookmark\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2009-02-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"
@@ -84,120 +84,120 @@ msgstr "Send fra enhver e-mail-adreses eller e-mail-program"
84
  msgid "E-mail program"
85
  msgstr "E-mail-program"
86
 
87
- #: add-to-any.php: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
 
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-16 17:06-0800\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: MicroPat\n"
8
  "Language-Team: Danish team <g.s.adamsen@gmail.com>\n"
84
  msgid "E-mail program"
85
  msgstr "E-mail-program"
86
 
87
+ #: add-to-any.php:230
88
  msgid "Settings saved."
89
  msgstr "Indstillinger gemt"
90
 
91
+ #: add-to-any.php:239
92
  msgid "Add to Any: Share/Save "
93
  msgstr "Tilføj til enhver: Del/gem"
94
 
95
+ #: add-to-any.php:239
96
+ #: add-to-any.php:414
97
  msgid "Settings"
98
  msgstr "Indstillinger"
99
 
100
+ #: add-to-any.php:249
101
  msgid "Button"
102
  msgstr "Knap"
103
 
104
+ #: add-to-any.php:288
105
  msgid "Image URL"
106
  msgstr "Billed-URL"
107
 
108
+ #: add-to-any.php:295
109
  msgid "Text only"
110
  msgstr "Kun tekst"
111
 
112
+ #: add-to-any.php:303
113
  msgid "Button Placement"
114
  msgstr "Placering af knap"
115
 
116
+ #: add-to-any.php:312
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:319
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:326
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:330
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:334
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:340
137
  msgid "Menu Style"
138
  msgstr "Menutypografi"
139
 
140
+ #: add-to-any.php:342
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:344
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:346
149
  msgid "Open Menu Styler"
150
  msgstr "Åben menutypografen"
151
 
152
+ #: add-to-any.php:351
153
  msgid "Menu Options"
154
  msgstr "Menuvalgmuligheder"
155
 
156
+ #: add-to-any.php:356
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:361
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:368
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:374
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:379
173
  msgid "Additional Options"
174
  msgstr "Yderligere indstillinger"
175
 
176
+ #: add-to-any.php:383
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:387
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:388
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:394
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:401
193
  msgid "Save Changes"
194
  msgstr "Gem ændringer"
195
 
196
+ #: add-to-any.php:414
197
  msgid "Share/Save"
198
  msgstr "Del/Gem"
199
 
200
+ #: add-to-any.php:415
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-02-11 16:28-0800\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: MicroPat\n"
8
  "Language-Team: \n"
@@ -84,121 +84,121 @@ msgstr "从任何电子邮件地址或电子邮件程序发送"
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
 
2
  msgstr ""
3
  "Project-Id-Version: add-to-any\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2009-02-16 17:06-0800\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: MicroPat\n"
8
  "Language-Team: \n"
84
  msgid "E-mail program"
85
  msgstr "电子邮件程序"
86
 
87
+ #: add-to-any.php:230
88
  msgid "Settings saved."
89
  msgstr "设置已保存"
90
 
91
+ #: add-to-any.php:239
92
  msgid "Add to Any: Share/Save "
93
  msgstr "Add to Any: 分享/收藏"
94
 
95
+ #: add-to-any.php:239
96
+ #: add-to-any.php:414
97
  msgid "Settings"
98
  msgstr "设置"
99
 
100
+ #: add-to-any.php:249
101
  msgid "Button"
102
  msgstr "按钮"
103
 
104
+ #: add-to-any.php:288
105
  msgid "Image URL"
106
  msgstr "图片 URL"
107
 
108
+ #: add-to-any.php:295
109
  msgid "Text only"
110
  msgstr "仅用文字"
111
 
112
+ #: add-to-any.php:303
113
  msgid "Button Placement"
114
  msgstr "按钮位置"
115
 
116
+ #: add-to-any.php:312
117
  msgid "Display Share/Save button at the bottom of posts"
118
  msgstr "在文章底部显示 分享/收藏 按钮"
119
 
120
+ #: add-to-any.php:319
121
  msgid "Display Share/Save button at the bottom of posts on the front page"
122
  msgstr "在首页的文章底部显示 分享/收藏 按钮"
123
 
124
+ #: add-to-any.php:326
125
  msgid "Display Share/Save button at the bottom of posts in the feed"
126
  msgstr "在 Feed 的文章底部显示 分享/收藏 按钮"
127
 
128
+ #: add-to-any.php:330
129
  msgid "Display Share/Save button at the bottom of pages"
130
  msgstr "在页面底部显示 分享/收藏 按钮"
131
 
132
+ #: add-to-any.php:334
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:340
137
  msgid "Menu Style"
138
  msgstr "菜单风格"
139
 
140
+ #: add-to-any.php:342
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:344
145
  msgid "Open the Add to Any Menu Styler in a new window"
146
  msgstr "在新窗口中打开 Add to Any 菜单风格设置器"
147
 
148
+ #: add-to-any.php:346
149
  msgid "Open Menu Styler"
150
  msgstr "打开菜单风格设置器"
151
 
152
+ #: add-to-any.php:351
153
  msgid "Menu Options"
154
  msgstr "菜单选项"
155
 
156
+ #: add-to-any.php:356
157
  msgid "Hide embedded objects (Flash, video, etc.) that intersect with the menu when displayed"
158
  msgstr "菜单显示时隐藏与菜单相交的嵌入式对象(Flash,视频,等) "
159
 
160
+ #: add-to-any.php:361
161
  msgid "Show the title of the post (or page) within the menu"
162
  msgstr "菜单中显示文章(或页面)的标题"
163
 
164
+ #: add-to-any.php:368
165
  msgid "Only show the menu when the user clicks the Share/Save button"
166
  msgstr "仅当用户点击 分享/收藏 按钮时显示菜单"
167
 
168
+ #: add-to-any.php:374
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:379
173
  msgid "Additional Options"
174
  msgstr "附加选项"
175
 
176
+ #: add-to-any.php:383
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:387
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:388
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:394
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:401
194
  msgid "Save Changes"
195
  msgstr "保存更改"
196
 
197
+ #: add-to-any.php:414
198
  msgid "Share/Save"
199
  msgstr "分享/收藏"
200
 
201
+ #: add-to-any.php:415
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-02-11 16:28-0800\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: MicroPat\n"
8
  "Language-Team: \n"
@@ -81,120 +81,120 @@ msgstr ""
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
 
2
  msgstr ""
3
  "Project-Id-Version: add-to-any\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2009-02-16 17:06-0800\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: MicroPat\n"
8
  "Language-Team: \n"
81
  msgid "E-mail program"
82
  msgstr ""
83
 
84
+ #: add-to-any.php:230
85
  msgid "Settings saved."
86
  msgstr ""
87
 
88
+ #: add-to-any.php:239
89
  msgid "Add to Any: Share/Save "
90
  msgstr ""
91
 
92
+ #: add-to-any.php:239
93
+ #: add-to-any.php:414
94
  msgid "Settings"
95
  msgstr ""
96
 
97
+ #: add-to-any.php:249
98
  msgid "Button"
99
  msgstr ""
100
 
101
+ #: add-to-any.php:288
102
  msgid "Image URL"
103
  msgstr ""
104
 
105
+ #: add-to-any.php:295
106
  msgid "Text only"
107
  msgstr ""
108
 
109
+ #: add-to-any.php:303
110
  msgid "Button Placement"
111
  msgstr ""
112
 
113
+ #: add-to-any.php:312
114
  msgid "Display Share/Save button at the bottom of posts"
115
  msgstr ""
116
 
117
+ #: add-to-any.php:319
118
  msgid "Display Share/Save button at the bottom of posts on the front page"
119
  msgstr ""
120
 
121
+ #: add-to-any.php:326
122
  msgid "Display Share/Save button at the bottom of posts in the feed"
123
  msgstr ""
124
 
125
+ #: add-to-any.php:330
126
  msgid "Display Share/Save button at the bottom of pages"
127
  msgstr ""
128
 
129
+ #: add-to-any.php:334
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:340
134
  msgid "Menu Style"
135
  msgstr ""
136
 
137
+ #: add-to-any.php:342
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:344
142
  msgid "Open the Add to Any Menu Styler in a new window"
143
  msgstr ""
144
 
145
+ #: add-to-any.php:346
146
  msgid "Open Menu Styler"
147
  msgstr ""
148
 
149
+ #: add-to-any.php:351
150
  msgid "Menu Options"
151
  msgstr ""
152
 
153
+ #: add-to-any.php:356
154
  msgid "Hide embedded objects (Flash, video, etc.) that intersect with the menu when displayed"
155
  msgstr ""
156
 
157
+ #: add-to-any.php:361
158
  msgid "Show the title of the post (or page) within the menu"
159
  msgstr ""
160
 
161
+ #: add-to-any.php:368
162
  msgid "Only show the menu when the user clicks the Share/Save button"
163
  msgstr ""
164
 
165
+ #: add-to-any.php:374
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:379
170
  msgid "Additional Options"
171
  msgstr ""
172
 
173
+ #: add-to-any.php:383
174
  msgid "Paste the code from Add to Any's Menu Styler in the box below!"
175
  msgstr ""
176
 
177
+ #: add-to-any.php:387
178
  msgid "Below you can set special JavaScript variables to apply to each Share/Save menu."
179
  msgstr ""
180
 
181
+ #: add-to-any.php:388
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:394
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:401
190
  msgid "Save Changes"
191
  msgstr ""
192
 
193
+ #: add-to-any.php:414
194
  msgid "Share/Save"
195
  msgstr ""
196
 
197
+ #: add-to-any.php:415
198
  msgid "Share/Save Buttons"
199
  msgstr ""
200