Plugin Directory

Changeset 491978


Ignore:
Timestamp:
01/19/2012 08:31:06 AM (14 years ago)
Author:
easwy
Message:

release 2.0 - support a switch to select whether or not add the header/footer text

Location:
wp-posturl/trunk
Files:
3 deleted
6 edited

Legend:

Unmodified
Added
Removed
  • wp-posturl/trunk/posturl-options.php

    r491922 r491978  
    188188                </tr>
    189189                <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>
    191191                    <td>
    192192                        <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  
    44Tags: Posts, post, plugin, url, ads, copyright, credits, license
    55Requires at least: 2.7
    6 Tested up to: 2.9.1
     6Tested up to: 3.3.1
    77Stable tag: 1.1
    88
    9 This plugin allows you to insert an user specific text at the beginning and/or
    10 ending of all your post.
     9This plugin allows you to insert a user specific text (such as copyright,
     10credit, advertisement, etc.) at the beginning/ending of your posts. You
     11also can decide which posts display the specific text.
    1112
    1213== Description ==
     
    1415This plugin allows you to insert a user specific text at the beginning and/or
    1516ending 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.
     17advertisement codes, etc. HTML codes are allowed.
     18You can select which pages (home/single/feed/category/tag/archive page) to
     19display the specific text. You also can decide which posts display the text.
    1820
    1921It accepts following macros in user specific text:
     
    4143* Feed      - the header/footer text will be displayed in feed
    4244
     45When you add a new post, you can decide whether or not to add the header text
     46and/or footer text to this post. You do this by selecting "Add Post URL?"
     47option in the editor page.  This option is saved as a Custom Field, named
     48"posturl_add_url".
     49
     50For posts without this Custom Field, you can define the default behavior. If
     51you select "By default, add text to post", then all posts without this Custom
     52Field will add the header text and/or footer text; otherwise those posts will
     53not add the header text and/or footer text.
     54
    4355If you don't want to help promote WP-PostURL plugin, you can uncheck this
    4456checkbox. The credit of WP-PostURL will not be displayed.
     
    4658More 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/).
    4759
    48 I also want to thinks [Lester "GaMerZ" Chan](http://lesterchan.net), the author of [WP-PageNavi](http://lesterchan.net/portfolio/programming/php/). Most
     60I also want to thanks [Lester "GaMerZ" Chan](http://lesterchan.net), the author of [WP-PageNavi](http://lesterchan.net/portfolio/programming/php/). Most
    4961codes of this plugin are derived from his WP-PageNavi plugin.
    5062
     
    6678== Screenshots ==
    6779
    68 1. WP-PostURL Option Page 1
    69 2. WP-PostURL Option Page 2
    70 3. A Post With Default WP-PostURL Settings
    71 
    72 
    7380== TODO List ==
    7481
    75 Here's the todo list of this plugin:
    76 
    77 * Add user specific text in feed output
     82(empty)
    7883
    7984If 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  
    33"Project-Id-Version: WP-PostURL 1.0\n"
    44"Report-Msgid-Bugs-To: \n"
    5 "POT-Creation-Date: 2010-01-31 17:07-0800\n"
    6 "PO-Revision-Date: 2010-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"
    77"Last-Translator: Easwy Yang <easwy.mail@gmail.com>\n"
    88"Language-Team: Easwy Yang <easwy.mail@gmail.com>\n"
     
    1515"X-Poedit-KeywordsList: __;_e\n"
    1616"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
     21msgid "Post URL Options"
     22msgstr "添加文章链接插件选项"
     23
     24#: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:41
     25msgid "Updated"
     26msgstr "更新"
     27
     28#: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:46
     29msgid "No Post URL Option Updated"
     30msgstr "无配置选项更新"
     31
     32#: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:52
     33#: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:251
     34msgid "UNINSTALL Add Post URL"
     35msgstr "卸载添加文章链接插件"
     36
     37#: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:60
     38#, php-format
     39msgid "Setting Key '%s' has been deleted."
     40msgstr "配置选项 '%s' 已被删除"
     41
     42#: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:64
     43#, php-format
     44msgid "Error deleting Setting Key '%s'."
     45msgstr "删除配置选项'%s'错误"
     46
     47#: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:86
     48#: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:219
     49msgid "Uninstall Add Post URL"
     50msgstr "卸载添加文章链接插件"
     51
     52#: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:87
     53#, php-format
     54msgid "<a href=\"%s\">Click Here</a> To Finish The Uninstallation And Add Post URL Will Be Deactivated Automatically."
     55msgstr "<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
    3159msgid "<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>"
    3260msgstr "<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>"
    3361
    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
    7363msgid "Post URL Text"
    7464msgstr "配置选项"
    7565
    76 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:118
     66#: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:118
    7767msgid "Header Text:"
    7868msgstr "Header文本:"
    7969
    80 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:119
     70#: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:119
    8171msgid "This text will be inserted at beginning of your post if not empty."
    8272msgstr "如果不为空,这段文字会被插入到你文章的开头"
    8373
    84 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:120
    85 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:135
     74#: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:120
     75#: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:135
    8676msgid "Allowed Variables:"
    8777msgstr "允许使用的变量:"
    8878
    89 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:122
    90 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:137
     79#: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:122
     80#: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:137
    9181msgid "<code>%site_url%</code> - the URL of your site"
    9282msgstr "<code>%site_url%</code> - 站点URL"
    9383
    94 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:123
    95 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:138
     84#: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:123
     85#: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:138
    9686msgid "<code>%site_name%</code> - the name of your site"
    9787msgstr "<code>%site_name%</code> - 站点名称"
    9888
    99 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:124
    100 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:139
     89#: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:124
     90#: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:139
    10191msgid "<code>%post_url%</code>  - the URL of a post"
    10292msgstr "<code>%post_url%</code>  - 文章URL"
    10393
    104 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:125
    105 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:140
     94#: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:125
     95#: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:140
    10696msgid "<code>%post_title%</code> -the title of a post"
    10797msgstr "<code>%post_title%</code> - 文章标题"
    10898
    109 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:133
     99#: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:133
    110100msgid "Footer Text:"
    111101msgstr "Footer文本:"
    112102
    113 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:134
     103#: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:134
    114104msgid "This text will be inserted at end of your post if not empty."
    115105msgstr "如果不为空,这段文字会被插入到你文章的结尾"
    116106
    117 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:160
     107#: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:148
    118108msgid "Add To Blog Home:"
    119109msgstr "在博客首页显示:"
    120110
    121 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:166
     111#: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:154
    122112msgid "Add To Pages:"
    123113msgstr "在Page页面中显示:"
    124114
    125 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:172
     115#: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:160
    126116msgid "Add To Categories:"
    127117msgstr "在分类页面中显示:"
    128118
    129 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:178
     119#: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:166
    130120msgid "Add To Tags:"
    131121msgstr "在Tag页面中显示:"
    132122
    133 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:184
     123#: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:172
    134124msgid "Add To Archives:"
    135125msgstr "在归档页面中显示:"
    136126
    137 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:190
     127#: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:178
    138128msgid "Add To Single:"
    139129msgstr "在单篇文章中显示:"
    140130
    141 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:196
     131#: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:184
    142132msgid "Add To Feed:"
    143133msgstr "在Feed中显示:"
    144134
    145 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:202
     135#: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:190
     136msgid "By Default, Add Header and/or Footer Text:"
     137msgstr "缺省为文章添加链接:"
     138
     139#: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:196
    146140msgid "Help Promote WP-PostURL Plugin:"
    147141msgstr "帮助推广WP-PostURL插件:"
    148142
    149 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:211
     143#: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:205
    150144msgid "Save Changes"
    151145msgstr "保存修改"
    152146
    153 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:215
     147#: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:209
    154148msgid "Restore Default Values"
    155149msgstr "恢复缺省值"
    156150
    157 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:227
     151#: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:221
    158152msgid "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."
    159153msgstr "停用添加文章链接插件不会删除插件创建的数据,例如插件所用的选项值。要完全删除这个插件,请可以在此处选择卸载。"
    160154
    161 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:230
     155#: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:224
    162156msgid "WARNING:"
    163157msgstr "警告:"
    164158
    165 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:231
     159#: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:225
    166160msgid "Once uninstalled, this cannot be undone. You should use a Database Backup plugin of WordPress to back up all the data first."
    167161msgstr "卸载操作不能被撤销。如果您想保留您所做的配置,请先使用WordPress的数据库备份插件来备份你的数据。"
    168162
    169 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:234
     163#: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:228
    170164msgid "The following WordPress Options will be DELETED:"
    171165msgstr "下列WordPress选项将被删除:"
    172166
    173 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:239
     167#: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:233
    174168msgid "WordPress Options"
    175169msgstr "WordPress选项"
    176170
    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
    178173msgid "Yes"
    179174msgstr "是"
    180175
    181 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:257
     176#: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:251
    182177msgid ""
    183178"You Are About To Uninstall Add Post URL From WordPress.\\n"
     
    191186" 要停止卸载,请选择 [取消], 选择 [确定] 继续卸载。"
    192187
     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
     191msgid "Add Post URL"
     192msgstr "添加文章链接"
     193
     194#: L:\workspace\wordpress\wp-posturl\trunk/wp-posturl.php:104
     195#, php-format
     196msgid "<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>"
     197msgstr "<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
     200msgid "Add Post URL?"
     201msgstr "添加文章链接?"
     202
     203#: L:\workspace\wordpress\wp-posturl\trunk/wp-posturl.php:270
     204msgid "No"
     205msgstr "否"
     206
    193207#~ msgid "User Specific String:"
    194208#~ msgstr "用户自定义字符串:"
     209
    195210#~ msgid "Add To Beginning:"
    196211#~ msgstr "添加到文章开头:"
     212
    197213#~ msgid "User Specific Inner Post Text:"
    198214#~ msgstr "用户自定义文内字符串:"
     215
    199216#~ msgid ""
    200217#~ "If not empty, string \"<code>%wpurl%</code>\" within your post content "
     
    202219#~ msgstr ""
    203220#~ "如果不为空,文章内容中的\"<code>%wpurl%</code>\"字符串会被替换成此内容。"
     221
    204222#~ msgid ""
    205223#~ "Also allow these variables: <code>%site_url%</code>, <code>%site_name%</"
     
    208226#~ "支持下列变量: <code>%site_url%</code>, <code>%site_name%</code> , <code>%"
    209227#~ "post_url%</code>和<code>%post_title%</code>."
     228
    210229#~ msgid ""
    211230#~ "<strong>Note:</strong> Use this feature with care. If you disable this "
     
    216235#~ "了WP-PostURL插件,你文章中的\"<code>%wpurl%</code>\"字符串会被原封不动的显"
    217236#~ "示出来."
     237
    218238#~ msgid "Keep Plugin Credit:"
    219239#~ msgstr "保留插件版权:"
    220 #~ msgid "No"
    221 #~ msgstr "否"
     240
    222241#~ msgid "Post Copyright String:"
    223242#~ msgstr "文章版权信息:"
    224 
  • wp-posturl/trunk/wp-posturl.php

    r491911 r491978  
    33Plugin Name: Add Post URL
    44Plugin 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.
     5Description: 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.
    66Version: 2.0
    77Author: Easwy Yang
     
    5252    $posturl_options = get_option('posturl_options');
    5353
     54   
    5455    /*
    5556     * If set 'posturl_add_url' meta to 1, or disabled by default, return
     
    282283### Function: Post URL Store Meta Data
    283284function 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 times
    286     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 want
    291     // to do anything
    292     if ( defined('DOING_AUTOSAVE') && DOING_AUTOSAVE )
    293         return $post_id;
    294 
    295     // OK, we're authenticated: we need to find and save the data
    296 
    297285    $post = get_post($post_id);
    298286
    299287    if (!$post || $post->post_type == 'revision') {
    300         return $post_id;
     288        return;
    301289    }
    302290
  • wp-posturl/trunk/wp-posturl.pot

    r200107 r491978  
    33"Project-Id-Version: wp-posturl\n"
    44"Report-Msgid-Bugs-To: \n"
    5 "POT-Creation-Date: 2010-01-31 17:07-0800\n"
     5"POT-Creation-Date: 2012-01-19 16:22+0800\n"
    66"PO-Revision-Date: \n"
    77"Last-Translator: Easwy Yang <easwy.mail@gmail.com>\n"
     
    1515"X-Poedit-KeywordsList: __;_e\n"
    1616"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
     21msgid "Post URL Options"
     22msgstr ""
     23
     24#: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:41
     25msgid "Updated"
     26msgstr ""
     27
     28#: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:46
     29msgid "No Post URL Option Updated"
     30msgstr ""
     31
     32#: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:52
     33#: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:251
     34msgid "UNINSTALL Add Post URL"
     35msgstr ""
     36
     37#: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:60
     38#, php-format
     39msgid "Setting Key '%s' has been deleted."
     40msgstr ""
     41
     42#: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:64
     43#, php-format
     44msgid "Error deleting Setting Key '%s'."
     45msgstr ""
     46
     47#: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:86
     48#: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:219
     49msgid "Uninstall Add Post URL"
     50msgstr ""
     51
     52#: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:87
     53#, php-format
     54msgid "<a href=\"%s\">Click Here</a> To Finish The Uninstallation And Add Post URL Will Be Deactivated Automatically."
     55msgstr ""
     56
     57#: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:98
     58#: L:\workspace\wordpress\wp-posturl\trunk/wp-posturl.php:116
    3159msgid "<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>"
    3260msgstr ""
    3361
    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
    7363msgid "Post URL Text"
    7464msgstr ""
    7565
    76 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:118
     66#: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:118
    7767msgid "Header Text:"
    7868msgstr ""
    7969
    80 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:119
     70#: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:119
    8171msgid "This text will be inserted at beginning of your post if not empty."
    8272msgstr ""
    8373
    84 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:120
    85 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:135
     74#: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:120
     75#: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:135
    8676msgid "Allowed Variables:"
    8777msgstr ""
    8878
    89 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:122
    90 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:137
     79#: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:122
     80#: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:137
    9181msgid "<code>%site_url%</code> - the URL of your site"
    9282msgstr ""
    9383
    94 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:123
    95 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:138
     84#: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:123
     85#: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:138
    9686msgid "<code>%site_name%</code> - the name of your site"
    9787msgstr ""
    9888
    99 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:124
    100 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:139
     89#: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:124
     90#: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:139
    10191msgid "<code>%post_url%</code>  - the URL of a post"
    10292msgstr ""
    10393
    104 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:125
    105 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:140
     94#: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:125
     95#: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:140
    10696msgid "<code>%post_title%</code> -the title of a post"
    10797msgstr ""
    10898
    109 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:133
     99#: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:133
    110100msgid "Footer Text:"
    111101msgstr ""
    112102
    113 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:134
     103#: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:134
    114104msgid "This text will be inserted at end of your post if not empty."
    115105msgstr ""
    116106
    117 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:160
     107#: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:148
    118108msgid "Add To Blog Home:"
    119109msgstr ""
    120110
    121 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:166
     111#: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:154
    122112msgid "Add To Pages:"
    123113msgstr ""
    124114
    125 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:172
     115#: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:160
    126116msgid "Add To Categories:"
    127117msgstr ""
    128118
    129 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:178
     119#: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:166
    130120msgid "Add To Tags:"
    131121msgstr ""
    132122
    133 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:184
     123#: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:172
    134124msgid "Add To Archives:"
    135125msgstr ""
    136126
    137 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:190
     127#: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:178
    138128msgid "Add To Single:"
    139129msgstr ""
    140130
    141 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:196
     131#: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:184
    142132msgid "Add To Feed:"
    143133msgstr ""
    144134
    145 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:202
     135#: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:190
     136msgid "By Default, Add Header and/or Footer Text:"
     137msgstr ""
     138
     139#: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:196
    146140msgid "Help Promote WP-PostURL Plugin:"
    147141msgstr ""
    148142
    149 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:211
     143#: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:205
    150144msgid "Save Changes"
    151145msgstr ""
    152146
    153 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:215
     147#: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:209
    154148msgid "Restore Default Values"
    155149msgstr ""
    156150
    157 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:227
     151#: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:221
    158152msgid "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."
    159153msgstr ""
    160154
    161 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:230
     155#: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:224
    162156msgid "WARNING:"
    163157msgstr ""
    164158
    165 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:231
     159#: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:225
    166160msgid "Once uninstalled, this cannot be undone. You should use a Database Backup plugin of WordPress to back up all the data first."
    167161msgstr ""
    168162
    169 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:234
     163#: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:228
    170164msgid "The following WordPress Options will be DELETED:"
    171165msgstr ""
    172166
    173 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:239
     167#: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:233
    174168msgid "WordPress Options"
    175169msgstr ""
    176170
    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
    178173msgid "Yes"
    179174msgstr ""
    180175
    181 #: /var/www/wordpress/wp-content/plugins/posturl/posturl-options.php:257
     176#: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:251
    182177msgid ""
    183178"You Are About To Uninstall Add Post URL From WordPress.\\n"
     
    187182msgstr ""
    188183
     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
     187msgid "Add Post URL"
     188msgstr ""
     189
     190#: L:\workspace\wordpress\wp-posturl\trunk/wp-posturl.php:104
     191#, php-format
     192msgid "<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>"
     193msgstr ""
     194
     195#: L:\workspace\wordpress\wp-posturl\trunk/wp-posturl.php:267
     196msgid "Add Post URL?"
     197msgstr ""
     198
     199#: L:\workspace\wordpress\wp-posturl\trunk/wp-posturl.php:270
     200msgid "No"
     201msgstr ""
     202
Note: See TracChangeset for help on using the changeset viewer.