Changeset 491978
- Timestamp:
- 01/19/2012 08:31:06 AM (14 years ago)
- Location:
- wp-posturl/trunk
- Files:
-
- 3 deleted
- 6 edited
-
posturl-options.php (modified) (1 diff)
-
readme.txt (modified) (5 diffs)
-
screenshot-1.png (deleted)
-
screenshot-2.png (deleted)
-
screenshot-3.png (deleted)
-
wp-posturl-zh_CN.mo (modified) (previous)
-
wp-posturl-zh_CN.po (modified) (6 diffs)
-
wp-posturl.php (modified) (3 diffs)
-
wp-posturl.pot (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-posturl/trunk/posturl-options.php
r491922 r491978 188 188 </tr> 189 189 <tr> 190 <td valign="top" width="30%"><?php _e(' Add To Post By Default:', 'wp-posturl'); ?></td>190 <td valign="top" width="30%"><?php _e('By Default, Add Header and/or Footer Text:', 'wp-posturl'); ?></td> 191 191 <td> 192 192 <input name="add_url_by_default" id="add_url_by_default" type="checkbox" value="true" <?php if($posturl_options['add_url_by_default']) echo 'checked="checked"'; ?> /> -
wp-posturl/trunk/readme.txt
r200107 r491978 4 4 Tags: Posts, post, plugin, url, ads, copyright, credits, license 5 5 Requires at least: 2.7 6 Tested up to: 2.9.16 Tested up to: 3.3.1 7 7 Stable tag: 1.1 8 8 9 This plugin allows you to insert an user specific text at the beginning and/or 10 ending of all your post. 9 This plugin allows you to insert a user specific text (such as copyright, 10 credit, advertisement, etc.) at the beginning/ending of your posts. You 11 also can decide which posts display the specific text. 11 12 12 13 == Description == … … 14 15 This plugin allows you to insert a user specific text at the beginning and/or 15 16 ending of all your post. The text can be a copyright declaration, 16 advertisement codes, etc. HTML codes are allowed. You can select which pages 17 to display the specific text. 17 advertisement codes, etc. HTML codes are allowed. 18 You can select which pages (home/single/feed/category/tag/archive page) to 19 display the specific text. You also can decide which posts display the text. 18 20 19 21 It accepts following macros in user specific text: … … 41 43 * Feed - the header/footer text will be displayed in feed 42 44 45 When you add a new post, you can decide whether or not to add the header text 46 and/or footer text to this post. You do this by selecting "Add Post URL?" 47 option in the editor page. This option is saved as a Custom Field, named 48 "posturl_add_url". 49 50 For posts without this Custom Field, you can define the default behavior. If 51 you select "By default, add text to post", then all posts without this Custom 52 Field will add the header text and/or footer text; otherwise those posts will 53 not add the header text and/or footer text. 54 43 55 If you don't want to help promote WP-PostURL plugin, you can uncheck this 44 56 checkbox. The credit of WP-PostURL will not be displayed. … … 46 58 More information about this plugin, please access [WP-PostURL Plugin Page](http://easwy.com/blog/wordpress/wp-posturl/ "WP-PostURL Plugin") on [Easwy's Blog](http://easwy.com/blog/). 47 59 48 I also want to th inks [Lester "GaMerZ" Chan](http://lesterchan.net), the author of [WP-PageNavi](http://lesterchan.net/portfolio/programming/php/). Most60 I also want to thanks [Lester "GaMerZ" Chan](http://lesterchan.net), the author of [WP-PageNavi](http://lesterchan.net/portfolio/programming/php/). Most 49 61 codes of this plugin are derived from his WP-PageNavi plugin. 50 62 … … 66 78 == Screenshots == 67 79 68 1. WP-PostURL Option Page 169 2. WP-PostURL Option Page 270 3. A Post With Default WP-PostURL Settings71 72 73 80 == TODO List == 74 81 75 Here's the todo list of this plugin: 76 77 * Add user specific text in feed output 82 (empty) 78 83 79 84 If you have any requirement about this plugin, please leave a comment on the plugin page above. -
wp-posturl/trunk/wp-posturl-zh_CN.po
r200107 r491978 3 3 "Project-Id-Version: WP-PostURL 1.0\n" 4 4 "Report-Msgid-Bugs-To: \n" 5 "POT-Creation-Date: 201 0-01-31 17:07-0800\n"6 "PO-Revision-Date: 201 0-01-31 17:07-0800\n"5 "POT-Creation-Date: 2012-01-19 16:21+0800\n" 6 "PO-Revision-Date: 2012-01-19 16:21+0800\n" 7 7 "Last-Translator: Easwy Yang <easwy.mail@gmail.com>\n" 8 8 "Language-Team: Easwy Yang <easwy.mail@gmail.com>\n" … … 15 15 "X-Poedit-KeywordsList: __;_e\n" 16 16 "X-Poedit-Basepath: .\n" 17 "X-Poedit-SearchPath-0: /var/www/wordpress/wp-content/plugins/posturl\n" 18 19 #: /var/www/wordpress/wp-content/plugins/posturl/wp-posturl.php:42 20 #: /var/www/wordpress/wp-content/plugins/posturl/wp-posturl.php:43 21 msgid "Add Post URL" 22 msgstr "添加文章链接" 23 24 #: /var/www/wordpress/wp-content/plugins/posturl/wp-posturl.php:105 25 #, php-format 26 msgid "<div style=\"margin-top: 0; margin-bottom: 15px; color: #888888; font-size: 80%%; font-style: italic\"><p>Post Footer automatically generated by <a href=\"%1$s\" style=\"color: #8888FF; text-decoration: underline;\">wp-posturl plugin</a> for wordpress.</p></div>" 27 msgstr "<p style=\"margin-top: 0; margin-bottom: 15px; color: #888888; font-size: 80%%; font-style: italic\">文章的脚注信息由WordPress的<a href=\"%1$s\" style=\"color: #8888FF; text-decoration: underline;\">wp-posturl插件</a>自动生成</p>" 28 29 #: /var/www/wordpress/wp-content/plugins/posturl/wp-posturl.php:117 30 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:98 17 "X-Poedit-SearchPath-0: L:\\workspace\\wordpress\\wp-posturl\\trunk\n" 18 19 #: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:36 20 #: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:114 21 msgid "Post URL Options" 22 msgstr "添加文章链接插件选项" 23 24 #: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:41 25 msgid "Updated" 26 msgstr "更新" 27 28 #: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:46 29 msgid "No Post URL Option Updated" 30 msgstr "无配置选项更新" 31 32 #: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:52 33 #: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:251 34 msgid "UNINSTALL Add Post URL" 35 msgstr "卸载添加文章链接插件" 36 37 #: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:60 38 #, php-format 39 msgid "Setting Key '%s' has been deleted." 40 msgstr "配置选项 '%s' 已被删除" 41 42 #: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:64 43 #, php-format 44 msgid "Error deleting Setting Key '%s'." 45 msgstr "删除配置选项'%s'错误" 46 47 #: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:86 48 #: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:219 49 msgid "Uninstall Add Post URL" 50 msgstr "卸载添加文章链接插件" 51 52 #: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:87 53 #, php-format 54 msgid "<a href=\"%s\">Click Here</a> To Finish The Uninstallation And Add Post URL Will Be Deactivated Automatically." 55 msgstr "<a href=\"%s\">点击这里</a>完成卸载,添加文章链接插件会自动停用。" 56 57 #: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:98 58 #: L:\workspace\wordpress\wp-posturl\trunk/wp-posturl.php:116 31 59 msgid "<div style=\"margin-top: 15px; font-style: italic\"><p><strong>From</strong> <a href=\"%site_url%\">%site_name%</a>, <strong>post</strong> <a href=\"%post_url%\">%post_title%</a></p></div>" 32 60 msgstr "<div style=\"margin-top: 15px; font-style: italic\"><p><strong>原创文章,转载请注明:</strong> 转载自<a href=\"%site_url%\">%site_name%</a></p><p><strong>本文链接地址:</strong> <a href=\"%post_url%\">%post_title%</a></p></div>" 33 61 34 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:36 35 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:114 36 msgid "Post URL Options" 37 msgstr "添加文章链接插件选项" 38 39 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:41 40 msgid "Updated" 41 msgstr "更新" 42 43 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:46 44 msgid "No Post URL Option Updated" 45 msgstr "无配置选项更新" 46 47 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:52 48 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:257 49 msgid "UNINSTALL Add Post URL" 50 msgstr "卸载添加文章链接插件" 51 52 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:60 53 #, php-format 54 msgid "Setting Key '%s' has been deleted." 55 msgstr "配置选项 '%s' 已被删除" 56 57 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:64 58 #, php-format 59 msgid "Error deleting Setting Key '%s'." 60 msgstr "删除配置选项'%s'错误" 61 62 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:86 63 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:225 64 msgid "Uninstall Add Post URL" 65 msgstr "卸载添加文章链接插件" 66 67 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:87 68 #, php-format 69 msgid "<a href=\"%s\">Click Here</a> To Finish The Uninstallation And Add Post URL Will Be Deactivated Automatically." 70 msgstr "<a href=\"%s\">点击这里</a>完成卸载,添加文章链接插件会自动停用。" 71 72 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:115 62 #: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:115 73 63 msgid "Post URL Text" 74 64 msgstr "配置选项" 75 65 76 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:11866 #: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:118 77 67 msgid "Header Text:" 78 68 msgstr "Header文本:" 79 69 80 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:11970 #: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:119 81 71 msgid "This text will be inserted at beginning of your post if not empty." 82 72 msgstr "如果不为空,这段文字会被插入到你文章的开头" 83 73 84 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:12085 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:13574 #: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:120 75 #: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:135 86 76 msgid "Allowed Variables:" 87 77 msgstr "允许使用的变量:" 88 78 89 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:12290 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:13779 #: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:122 80 #: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:137 91 81 msgid "<code>%site_url%</code> - the URL of your site" 92 82 msgstr "<code>%site_url%</code> - 站点URL" 93 83 94 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:12395 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:13884 #: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:123 85 #: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:138 96 86 msgid "<code>%site_name%</code> - the name of your site" 97 87 msgstr "<code>%site_name%</code> - 站点名称" 98 88 99 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:124100 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:13989 #: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:124 90 #: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:139 101 91 msgid "<code>%post_url%</code> - the URL of a post" 102 92 msgstr "<code>%post_url%</code> - 文章URL" 103 93 104 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:125105 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:14094 #: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:125 95 #: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:140 106 96 msgid "<code>%post_title%</code> -the title of a post" 107 97 msgstr "<code>%post_title%</code> - 文章标题" 108 98 109 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:13399 #: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:133 110 100 msgid "Footer Text:" 111 101 msgstr "Footer文本:" 112 102 113 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:134103 #: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:134 114 104 msgid "This text will be inserted at end of your post if not empty." 115 105 msgstr "如果不为空,这段文字会被插入到你文章的结尾" 116 106 117 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:160107 #: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:148 118 108 msgid "Add To Blog Home:" 119 109 msgstr "在博客首页显示:" 120 110 121 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:166111 #: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:154 122 112 msgid "Add To Pages:" 123 113 msgstr "在Page页面中显示:" 124 114 125 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:172115 #: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:160 126 116 msgid "Add To Categories:" 127 117 msgstr "在分类页面中显示:" 128 118 129 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:178119 #: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:166 130 120 msgid "Add To Tags:" 131 121 msgstr "在Tag页面中显示:" 132 122 133 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:184123 #: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:172 134 124 msgid "Add To Archives:" 135 125 msgstr "在归档页面中显示:" 136 126 137 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:190127 #: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:178 138 128 msgid "Add To Single:" 139 129 msgstr "在单篇文章中显示:" 140 130 141 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:196131 #: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:184 142 132 msgid "Add To Feed:" 143 133 msgstr "在Feed中显示:" 144 134 145 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:202 135 #: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:190 136 msgid "By Default, Add Header and/or Footer Text:" 137 msgstr "缺省为文章添加链接:" 138 139 #: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:196 146 140 msgid "Help Promote WP-PostURL Plugin:" 147 141 msgstr "帮助推广WP-PostURL插件:" 148 142 149 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:211143 #: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:205 150 144 msgid "Save Changes" 151 145 msgstr "保存修改" 152 146 153 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:215147 #: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:209 154 148 msgid "Restore Default Values" 155 149 msgstr "恢复缺省值" 156 150 157 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:227151 #: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:221 158 152 msgid "Deactivating Add Post URL plugin does not remove any data that may have been created, such as the post URL options. To completely remove this plugin, you can uninstall it here." 159 153 msgstr "停用添加文章链接插件不会删除插件创建的数据,例如插件所用的选项值。要完全删除这个插件,请可以在此处选择卸载。" 160 154 161 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:230155 #: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:224 162 156 msgid "WARNING:" 163 157 msgstr "警告:" 164 158 165 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:231159 #: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:225 166 160 msgid "Once uninstalled, this cannot be undone. You should use a Database Backup plugin of WordPress to back up all the data first." 167 161 msgstr "卸载操作不能被撤销。如果您想保留您所做的配置,请先使用WordPress的数据库备份插件来备份你的数据。" 168 162 169 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:234163 #: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:228 170 164 msgid "The following WordPress Options will be DELETED:" 171 165 msgstr "下列WordPress选项将被删除:" 172 166 173 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:239167 #: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:233 174 168 msgid "WordPress Options" 175 169 msgstr "WordPress选项" 176 170 177 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:256 171 #: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:250 172 #: L:\workspace\wordpress\wp-posturl\trunk/wp-posturl.php:269 178 173 msgid "Yes" 179 174 msgstr "是" 180 175 181 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:257176 #: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:251 182 177 msgid "" 183 178 "You Are About To Uninstall Add Post URL From WordPress.\\n" … … 191 186 " 要停止卸载,请选择 [取消], 选择 [确定] 继续卸载。" 192 187 188 #: L:\workspace\wordpress\wp-posturl\trunk/wp-posturl.php:42 189 #: L:\workspace\wordpress\wp-posturl\trunk/wp-posturl.php:43 190 #: L:\workspace\wordpress\wp-posturl\trunk/wp-posturl.php:279 191 msgid "Add Post URL" 192 msgstr "添加文章链接" 193 194 #: L:\workspace\wordpress\wp-posturl\trunk/wp-posturl.php:104 195 #, php-format 196 msgid "<div style=\"margin-top: 0; margin-bottom: 15px; color: #888888; font-size: 80%%; font-style: italic\"><p>Post Footer automatically generated by <a href=\"%1$s\" style=\"color: #8888FF; text-decoration: underline;\">wp-posturl plugin</a> for wordpress.</p></div>" 197 msgstr "<p style=\"margin-top: 0; margin-bottom: 15px; color: #888888; font-size: 80%%; font-style: italic\">文章的脚注信息由WordPress的<a href=\"%1$s\" style=\"color: #8888FF; text-decoration: underline;\">wp-posturl插件</a>自动生成</p>" 198 199 #: L:\workspace\wordpress\wp-posturl\trunk/wp-posturl.php:267 200 msgid "Add Post URL?" 201 msgstr "添加文章链接?" 202 203 #: L:\workspace\wordpress\wp-posturl\trunk/wp-posturl.php:270 204 msgid "No" 205 msgstr "否" 206 193 207 #~ msgid "User Specific String:" 194 208 #~ msgstr "用户自定义字符串:" 209 195 210 #~ msgid "Add To Beginning:" 196 211 #~ msgstr "添加到文章开头:" 212 197 213 #~ msgid "User Specific Inner Post Text:" 198 214 #~ msgstr "用户自定义文内字符串:" 215 199 216 #~ msgid "" 200 217 #~ "If not empty, string \"<code>%wpurl%</code>\" within your post content " … … 202 219 #~ msgstr "" 203 220 #~ "如果不为空,文章内容中的\"<code>%wpurl%</code>\"字符串会被替换成此内容。" 221 204 222 #~ msgid "" 205 223 #~ "Also allow these variables: <code>%site_url%</code>, <code>%site_name%</" … … 208 226 #~ "支持下列变量: <code>%site_url%</code>, <code>%site_name%</code> , <code>%" 209 227 #~ "post_url%</code>和<code>%post_title%</code>." 228 210 229 #~ msgid "" 211 230 #~ "<strong>Note:</strong> Use this feature with care. If you disable this " … … 216 235 #~ "了WP-PostURL插件,你文章中的\"<code>%wpurl%</code>\"字符串会被原封不动的显" 217 236 #~ "示出来." 237 218 238 #~ msgid "Keep Plugin Credit:" 219 239 #~ msgstr "保留插件版权:" 220 #~ msgid "No" 221 #~ msgstr "否" 240 222 241 #~ msgid "Post Copyright String:" 223 242 #~ msgstr "文章版权信息:" 224 -
wp-posturl/trunk/wp-posturl.php
r491911 r491978 3 3 Plugin Name: Add Post URL 4 4 Plugin URI: http://easwy.com/blog/wordpress/wp-posturl/ 5 Description: This plugin allows you to insert a user specific text (such as copyright, credit, advertisement, etc.) at the beginning/ending of your posts. You also have choice to include/exclude the text for specific posts.5 Description: This plugin allows you to insert a user specific text (such as copyright, credit, advertisement, etc.) at the beginning/ending of your posts. You can also decide which posts display the specific text. 6 6 Version: 2.0 7 7 Author: Easwy Yang … … 52 52 $posturl_options = get_option('posturl_options'); 53 53 54 54 55 /* 55 56 * If set 'posturl_add_url' meta to 1, or disabled by default, return … … 282 283 ### Function: Post URL Store Meta Data 283 284 function posturl_store_post_options($post_id) { 284 // verify this came from the our screen and with proper authorization,285 // because save_post can be triggered at other times286 if ( !wp_verify_nonce( $_POST['add_url'], plugin_basename(__FILE__) )) {287 return $post_id;288 }289 290 // verify if this is an auto save routine. If it is our form has not been submitted, so we dont want291 // to do anything292 if ( defined('DOING_AUTOSAVE') && DOING_AUTOSAVE )293 return $post_id;294 295 // OK, we're authenticated: we need to find and save the data296 297 285 $post = get_post($post_id); 298 286 299 287 if (!$post || $post->post_type == 'revision') { 300 return $post_id;288 return; 301 289 } 302 290 -
wp-posturl/trunk/wp-posturl.pot
r200107 r491978 3 3 "Project-Id-Version: wp-posturl\n" 4 4 "Report-Msgid-Bugs-To: \n" 5 "POT-Creation-Date: 201 0-01-31 17:07-0800\n"5 "POT-Creation-Date: 2012-01-19 16:22+0800\n" 6 6 "PO-Revision-Date: \n" 7 7 "Last-Translator: Easwy Yang <easwy.mail@gmail.com>\n" … … 15 15 "X-Poedit-KeywordsList: __;_e\n" 16 16 "X-Poedit-Basepath: .\n" 17 "X-Poedit-SearchPath-0: /var/www/wordpress/wp-content/plugins/posturl\n" 18 19 #: /var/www/wordpress/wp-content/plugins/posturl/wp-posturl.php:42 20 #: /var/www/wordpress/wp-content/plugins/posturl/wp-posturl.php:43 21 msgid "Add Post URL" 22 msgstr "" 23 24 #: /var/www/wordpress/wp-content/plugins/posturl/wp-posturl.php:105 25 #, php-format 26 msgid "<div style=\"margin-top: 0; margin-bottom: 15px; color: #888888; font-size: 80%%; font-style: italic\"><p>Post Footer automatically generated by <a href=\"%1$s\" style=\"color: #8888FF; text-decoration: underline;\">wp-posturl plugin</a> for wordpress.</p></div>" 27 msgstr "" 28 29 #: /var/www/wordpress/wp-content/plugins/posturl/wp-posturl.php:117 30 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:98 17 "X-Poedit-SearchPath-0: L:\\workspace\\wordpress\\wp-posturl\\trunk\n" 18 19 #: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:36 20 #: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:114 21 msgid "Post URL Options" 22 msgstr "" 23 24 #: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:41 25 msgid "Updated" 26 msgstr "" 27 28 #: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:46 29 msgid "No Post URL Option Updated" 30 msgstr "" 31 32 #: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:52 33 #: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:251 34 msgid "UNINSTALL Add Post URL" 35 msgstr "" 36 37 #: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:60 38 #, php-format 39 msgid "Setting Key '%s' has been deleted." 40 msgstr "" 41 42 #: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:64 43 #, php-format 44 msgid "Error deleting Setting Key '%s'." 45 msgstr "" 46 47 #: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:86 48 #: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:219 49 msgid "Uninstall Add Post URL" 50 msgstr "" 51 52 #: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:87 53 #, php-format 54 msgid "<a href=\"%s\">Click Here</a> To Finish The Uninstallation And Add Post URL Will Be Deactivated Automatically." 55 msgstr "" 56 57 #: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:98 58 #: L:\workspace\wordpress\wp-posturl\trunk/wp-posturl.php:116 31 59 msgid "<div style=\"margin-top: 15px; font-style: italic\"><p><strong>From</strong> <a href=\"%site_url%\">%site_name%</a>, <strong>post</strong> <a href=\"%post_url%\">%post_title%</a></p></div>" 32 60 msgstr "" 33 61 34 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:36 35 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:114 36 msgid "Post URL Options" 37 msgstr "" 38 39 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:41 40 msgid "Updated" 41 msgstr "" 42 43 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:46 44 msgid "No Post URL Option Updated" 45 msgstr "" 46 47 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:52 48 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:257 49 msgid "UNINSTALL Add Post URL" 50 msgstr "" 51 52 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:60 53 #, php-format 54 msgid "Setting Key '%s' has been deleted." 55 msgstr "" 56 57 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:64 58 #, php-format 59 msgid "Error deleting Setting Key '%s'." 60 msgstr "" 61 62 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:86 63 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:225 64 msgid "Uninstall Add Post URL" 65 msgstr "" 66 67 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:87 68 #, php-format 69 msgid "<a href=\"%s\">Click Here</a> To Finish The Uninstallation And Add Post URL Will Be Deactivated Automatically." 70 msgstr "" 71 72 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:115 62 #: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:115 73 63 msgid "Post URL Text" 74 64 msgstr "" 75 65 76 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:11866 #: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:118 77 67 msgid "Header Text:" 78 68 msgstr "" 79 69 80 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:11970 #: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:119 81 71 msgid "This text will be inserted at beginning of your post if not empty." 82 72 msgstr "" 83 73 84 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:12085 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:13574 #: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:120 75 #: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:135 86 76 msgid "Allowed Variables:" 87 77 msgstr "" 88 78 89 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:12290 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:13779 #: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:122 80 #: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:137 91 81 msgid "<code>%site_url%</code> - the URL of your site" 92 82 msgstr "" 93 83 94 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:12395 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:13884 #: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:123 85 #: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:138 96 86 msgid "<code>%site_name%</code> - the name of your site" 97 87 msgstr "" 98 88 99 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:124100 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:13989 #: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:124 90 #: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:139 101 91 msgid "<code>%post_url%</code> - the URL of a post" 102 92 msgstr "" 103 93 104 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:125105 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:14094 #: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:125 95 #: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:140 106 96 msgid "<code>%post_title%</code> -the title of a post" 107 97 msgstr "" 108 98 109 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:13399 #: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:133 110 100 msgid "Footer Text:" 111 101 msgstr "" 112 102 113 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:134103 #: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:134 114 104 msgid "This text will be inserted at end of your post if not empty." 115 105 msgstr "" 116 106 117 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:160107 #: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:148 118 108 msgid "Add To Blog Home:" 119 109 msgstr "" 120 110 121 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:166111 #: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:154 122 112 msgid "Add To Pages:" 123 113 msgstr "" 124 114 125 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:172115 #: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:160 126 116 msgid "Add To Categories:" 127 117 msgstr "" 128 118 129 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:178119 #: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:166 130 120 msgid "Add To Tags:" 131 121 msgstr "" 132 122 133 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:184123 #: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:172 134 124 msgid "Add To Archives:" 135 125 msgstr "" 136 126 137 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:190127 #: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:178 138 128 msgid "Add To Single:" 139 129 msgstr "" 140 130 141 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:196131 #: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:184 142 132 msgid "Add To Feed:" 143 133 msgstr "" 144 134 145 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:202 135 #: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:190 136 msgid "By Default, Add Header and/or Footer Text:" 137 msgstr "" 138 139 #: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:196 146 140 msgid "Help Promote WP-PostURL Plugin:" 147 141 msgstr "" 148 142 149 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:211143 #: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:205 150 144 msgid "Save Changes" 151 145 msgstr "" 152 146 153 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:215147 #: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:209 154 148 msgid "Restore Default Values" 155 149 msgstr "" 156 150 157 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:227151 #: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:221 158 152 msgid "Deactivating Add Post URL plugin does not remove any data that may have been created, such as the post URL options. To completely remove this plugin, you can uninstall it here." 159 153 msgstr "" 160 154 161 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:230155 #: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:224 162 156 msgid "WARNING:" 163 157 msgstr "" 164 158 165 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:231159 #: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:225 166 160 msgid "Once uninstalled, this cannot be undone. You should use a Database Backup plugin of WordPress to back up all the data first." 167 161 msgstr "" 168 162 169 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:234163 #: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:228 170 164 msgid "The following WordPress Options will be DELETED:" 171 165 msgstr "" 172 166 173 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:239167 #: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:233 174 168 msgid "WordPress Options" 175 169 msgstr "" 176 170 177 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:256 171 #: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:250 172 #: L:\workspace\wordpress\wp-posturl\trunk/wp-posturl.php:269 178 173 msgid "Yes" 179 174 msgstr "" 180 175 181 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:257176 #: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:251 182 177 msgid "" 183 178 "You Are About To Uninstall Add Post URL From WordPress.\\n" … … 187 182 msgstr "" 188 183 184 #: L:\workspace\wordpress\wp-posturl\trunk/wp-posturl.php:42 185 #: L:\workspace\wordpress\wp-posturl\trunk/wp-posturl.php:43 186 #: L:\workspace\wordpress\wp-posturl\trunk/wp-posturl.php:279 187 msgid "Add Post URL" 188 msgstr "" 189 190 #: L:\workspace\wordpress\wp-posturl\trunk/wp-posturl.php:104 191 #, php-format 192 msgid "<div style=\"margin-top: 0; margin-bottom: 15px; color: #888888; font-size: 80%%; font-style: italic\"><p>Post Footer automatically generated by <a href=\"%1$s\" style=\"color: #8888FF; text-decoration: underline;\">wp-posturl plugin</a> for wordpress.</p></div>" 193 msgstr "" 194 195 #: L:\workspace\wordpress\wp-posturl\trunk/wp-posturl.php:267 196 msgid "Add Post URL?" 197 msgstr "" 198 199 #: L:\workspace\wordpress\wp-posturl\trunk/wp-posturl.php:270 200 msgid "No" 201 msgstr "" 202
Note: See TracChangeset
for help on using the changeset viewer.