msgid ""
msgstr ""
"Project-Id-Version: Mailtocomment\n"
"POT-Creation-Date: \n"
"PO-Revision-Date: 2008-10-05 00:12+0900\n"
"Last-Translator: ThinkAgain <lovepcblog@gmail.com>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Poedit-KeywordsList: _e;__\n"
"X-Poedit-Basepath: .\n"
"X-Poedit-SearchPath-0: .\n"

#: functions.php:25
msgid "Configuration updated."
msgstr "Configuration updated."

#: functions.php:31
msgid "Default configuration loaded"
msgstr "Default configuration loaded"

#: functions.php:39
msgid "Mail sent."
msgstr "Mail sent."

#: functions.php:46
#: functions.php:132
msgid "Mail Subject:"
msgstr "Mail Subject:"

#: functions.php:48
#: functions.php:135
msgid "Mail Content:"
msgstr "Mail Content:"

#: functions.php:55
msgid "Language setting updated. Waiting for page to be reloaded..."
msgstr "Language setting updated. Waiting for page to be reloaded..."

#: functions.php:63
msgid "Select Language: "
msgstr "Select Language: "

#: functions.php:70
#: functions.php:169
msgid "Load default"
msgstr "Load default"

#: functions.php:71
#: functions.php:170
msgid "Update setting"
msgstr "Update setting"

#: functions.php:74
msgid "Activate mail notification."
msgstr "Activate mail notification."

#: functions.php:75
msgid "Checked will allow Wordpress to automatically send mail if comment content contains following specified code."
msgstr "Checked will allow Wordpress to automatically send mail if comment content contains following specified code."

#: functions.php:77
msgid "Code type:"
msgstr "Code type:"

#: functions.php:78
msgid "'@+user+blank'"
msgstr "'@+user+blank'"

#: functions.php:79
msgid "'@+user+:'"
msgstr "'@+user+:'"

#: functions.php:81
msgid "Permission to use mail notification:"
msgstr "Permission to use mail notification:"

#: functions.php:82
#: functions.php:92
msgid "Admin"
msgstr "Admin"

#: functions.php:83
#: functions.php:91
msgid "Anyone"
msgstr "Anyone"

#: functions.php:85
msgid "Notify Admin."
msgstr "Notify Admin."

#: functions.php:86
msgid "Checked will copy send last mail content with the sending result indicated to admin. Be sure that activate mail notification option must be checked."
msgstr "Checked will copy send last mail content with the sending result indicated to admin. Be sure that activate mail notification option must be checked."

#: functions.php:88
msgid "Activate '@all ' or '@all:'."
msgstr "Activate '@all ' or '@all:'."

#: functions.php:89
msgid "Checked will allow user to use @all or @all: to send comment to all previous commenter. This option may make mail inundant to commenter."
msgstr "Checked will allow user to use @all or @all: to send comment to all previous commenter. This option may make mail inundant to commenter."

#: functions.php:90
msgid "Permission for using @all or @all:"
msgstr "Permission for using @all or @all:"

#: functions.php:94
msgid "Display following description under comment form. Html code supported."
msgstr "Display following description under comment form. Html code supported."

#: functions.php:95
msgid "1. Content in the form beneath is the output of function mailtocommenter_description(). Checked will diplay the following description under comment form."
msgstr "1. Content in the form beneath is the output of function mailtocommenter_description(). Checked will diplay the following description under comment form."

#: functions.php:96
msgid "2. You also can specify the position of description. To do this, please keep option unchecked and place <span style=\"background-color:#EDEDFF\">&lt;?php if(function_exists('mailtocommenter_description')) mailtocommenter_description();?&gt;</span> into theme file."
msgstr "2. You also can specify the position of description. To do this, please keep option unchecked and place <span style=\"background-color:#EDEDFF\">&lt;?php if(function_exists('mailtocommenter_description')) mailtocommenter_description();?&gt;</span> into theme file."

#: functions.php:102
msgid "Customize Button style:"
msgstr "Customize Button style:"

#: functions.php:103
msgid "This section configures the style of button generated by function mailtocommenter_button()."
msgstr "This section configures the style of button generated by function mailtocommenter_button()."

#: functions.php:103
msgid "Place <span style=\"background-color:#EDEDFF\">&lt;?php if(function_exists('mailtocommenter_button')) mailtocommenter_button();?&gt;</span> into theme file to display button."
msgstr "Place <span style=\"background-color:#EDEDFF\">&lt;?php if(function_exists('mailtocommenter_button')) mailtocommenter_button();?&gt;</span> into theme file to display button."

#: functions.php:104
msgid "<b>Button display</b>:"
msgstr "<b>Button display</b>:"

#: functions.php:105
msgid "Specify the output of function mailtocommenter_button(). Html code supported. Default is to use notify.png image file in plugin folder, you can specify other image file or use plain text, like [reply]:"
msgstr "Specify the output of function mailtocommenter_button(). Html code supported. Default is to use notify.png image file in plugin folder, you can specify other image file or use plain text, like [reply]:"

#: functions.php:108
msgid "Example:"
msgstr "Example:"

#: functions.php:111
msgid "Default display. @ image in plugin folder with link."
msgstr "Default display. @ image in plugin folder with link."

#: functions.php:113
msgid "Reply"
msgstr "Reply"

#: functions.php:113
msgid "in case of '[Reply]' (exclude ') inputted."
msgstr "in case of '[Reply]' (exclude ') inputted."

#: functions.php:116
msgid "<b>Button title display</b>, content which displayed when user hovers mouse over button:"
msgstr "<b>Button title display</b>, content which displayed when user hovers mouse over button:"

#: functions.php:119
msgid "<b>Content generated by click button</b>"
msgstr "<b>Content generated by click button</b>"

#: functions.php:121
msgid "Hyperlink. Link targets to the comment you want to reply. e.g, <a href=\"#\">@User </a>."
msgstr "Hyperlink. Link targets to the comment you want to reply. e.g, <a href=\"#\">@User </a>."

#: functions.php:122
msgid "@Reply style. i.e, @<a href=\"#\">User </a>."
msgstr "@Reply style. i.e, @<a href=\"#\">User </a>."

#: functions.php:123
msgid "Plain text. e.g, @user ."
msgstr "Plain text. e.g, @user ."

#: functions.php:124
msgid "Display nothing. i.e, @user will be encapsulated by html comment code &lt;!-- and --&gt;."
msgstr "Display nothing. i.e, @user will be encapsulated by html comment code &lt;!-- and --&gt;."

#: functions.php:129
msgid "Mail Template"
msgstr "Mail Template"

#: functions.php:130
msgid "User is encouraged to adpot predefined variable to customize owner mail template. See right side for explanation of predined variables. Html code supported."
msgstr "User is encouraged to adpot predefined variable to customize owner mail template. See right side for explanation of predined variables. Html code supported."

#: functions.php:137
msgid "Preview"
msgstr "Preview"

#: functions.php:137
msgid "<b>Advice:</b> Simply click Preview button to see the mail content style while editing."
msgstr "<b>Advice:</b> Simply click Preview button to see the mail content style while editing."

#: functions.php:141
msgid "Meaning of predefined variables"
msgstr "Meaning of predefined variables"

#: functions.php:142
msgid "Admin email"
msgstr "Admin email"

#: functions.php:143
msgid "Blog name"
msgstr "Blog name"

#: functions.php:144
msgid "Blog link"
msgstr "Blog link"

#: functions.php:145
msgid "Comment author, the one insert @user "
msgstr "Comment author, the one insert @user "

#: functions.php:146
msgid "Comment link"
msgstr "Comment link"

#: functions.php:147
msgid "Comment time"
msgstr "Comment time"

#: functions.php:148
msgid "Your comment, last comment of @user in post"
msgstr "Your comment, last comment of @user in post"

#: functions.php:149
msgid "Post link"
msgstr "Post link"

#: functions.php:150
msgid "Post title"
msgstr "Post title"

#: functions.php:151
msgid "Reply comment, comment of the one who insert @user"
msgstr "Reply comment, comment of the one who insert @user"

#: functions.php:152
msgid "RSS link display, default is RSS"
msgstr "RSS link display, default is RSS"

#: functions.php:153
msgid "RSS link, please specify your rss link since most people use third party (feedburner/feedsky) to manage rss."
msgstr "RSS link, please specify your rss link since most people use third party (feedburner/feedsky) to manage rss."

#: functions.php:154
msgid "User name displayed after @"
msgstr "User name displayed after @"

#: functions.php:157
msgid "<b>Note:</b><br/>1. Again, be sure the value of %rss_link% is correctly placed."
msgstr "<b>Note:</b><br/>1. Again, be sure the value of %rss_link% is correctly placed."

#: functions.php:158
msgid "<br/>2. If your <b>mail service doesn't provide html format message</b>, please remove all html tag in template."
msgstr "<br/>2. If your <b>mail service doesn't provide html format message</b>, please remove all html tag in template."

#: functions.php:164
msgid "Keep configurations of Mail To Commenter while plugin deactivation."
msgstr "Keep configurations of Mail To Commenter while plugin deactivation."

#: functions.php:165
msgid "Unchecked will automatically remove all associated settings from database."
msgstr "Unchecked will automatically remove all associated settings from database."

#: functions.php:174
msgid "Send Mail"
msgstr "Send Mail"

#: functions.php:174
msgid "Send"
msgstr "Send"

#: functions.php:176
msgid "Address:"
msgstr "Address:"

#: functions.php:177
msgid "Subject: "
msgstr "Subject: "

#: functions.php:178
msgid "Content:"
msgstr "Content:"

#: functions.php:179
msgid "<b>Note</b>: User can use this section to test whether your wordpress works well with mail sending or not."
msgstr "<b>Note</b>: User can use this section to test whether your wordpress works well with mail sending or not."

#: functions.php:181
#: functions.php:305
msgid "Mail content in different languages"
msgstr "Hello, %user%.<br/>Your comment on 《<a href='%post_link%'>%post_title%</a>》just been replied by（%comment_author%）. Why not check it rightnow. ^_^<br/><div style=\"padding:5px;border:1px solid #888;\">Your comment:<br />%your_comment%<div style=\"margin-left:5px;margin-right:5px;padding:5px;border:1px solid #ccc;\">   New reply:<br />%reply_comment%<br /><div align='right'>%comment_time%</div></div></div><div style=\"margin-top:10px;padding-bottom:10px;border-bottom:1px solid #ccc;\"><a href=\"%comment_link%\" target=\"_blank\">View reply</a>, or click <a href=\"mailto:%admin_email%\">here</a> to send mail to Admin</div><div align='right'>DO Not reply this mail</div><a href=\"%blog_link%\">%blog_name%</a>，Welcom to subscribe to <a href=\"%rss_link%\">%rss_name%</a>.<br/>Mail notification service is provided by <a href=\"http://wordpress.org/extend/plugins/mailtocommenter/\">Mail To Commenter</a>."

#: functions.php:321
msgid "Notify this pumpkin."
msgstr "Notify this pumpkin."

#: functions.php:323
msgid "<b>Note:</b> Commenter is allowed to use <b>'@User+blank'</b> to automatically notify your reply to other commenter. e.g, if ABC is one of commenter of this post, then write '@ABC '(exclude ') will automatically send your comment to ABC. Using '@all ' to notify all previous commenters. Be sure that the value of User should exactly match with commenter's name (case sensitive)."
msgstr "<b>Note:</b> Commenter is allowed to use <b>'@User+blank'</b> to automatically notify your reply to other commenter. e.g, if ABC is one of commenter of this post, then write '@ABC '(exclude ') will automatically send your comment to ABC. Using '@all ' to notify all previous commenters. Be sure that the value of User should exactly match with commenter's name (case sensitive)."

#: functions.php:325
msgid "Your comment on [%blog_name%] just been replied by %comment_author%"
msgstr "Your comment on [%blog_name%] just been replied by %comment_author%"

