e("Anyway Feedback Option"); ?>

recorded_post_types(); if(empty($record)):?>

e("There is no record."); ?>

labels->name; echo $post_type_name; ?>

statistic("total", $r); ?>

_("There are %d feedbacks."), $total->positive + $total->negative); ?>

<?php printf($this->_(" width="300" height="300" src="https://chart.googleapis.com/chart?cht=p3&chs=300x300&chd=t:positive;?>,negative;?>&chdl=_("Positive")."({$total->positive})"); ?>|_("Negative")."({$total->negative})"); ?>&chco=13455B" />
get_all($r); ?>
>
e("Object"); ?> e("Positive"); ?> _("%s Ratio"), $this->_("Positive")); ?> e("Negative"); ?> _("%s Ratio"), $this->_("Negative")); ?>
  e("Total"); ?> get_var("SELECT COUNT(comment_ID) FROM {$wpdb->comments} WHERE comment_approved = 1") :$wpdb->get_var($wpdb->prepare("SELECT COUNT(ID) FROM {$wpdb->posts} WHERE post_type = %s AND post_status = 'publish'", $r));?> e("Feedbacked");?>
_("%2\$s comments %4\$s"), admin_url("user-edit.php?user_id={$row->user_id}"), $row->comment_author, get_permalink($row->ID), $row->post_title); ?>
comment_ID}&action=editcomment");?>">e("edit"); ?> post_title; ?>
ID}&action=edit");?>">e("edit"); ?> | e('show'); ?>
positive; ?> positive / $row->total * 100); ?>% negative; ?> negative / $row->total * 100); ?>%

e("Styling"); ?>

_("If you select "No style", you need stylize skin. Skin s mark up can be specified at %s section"), $this->_("Custom markup")) ; ?>

e("Post type setting"); ?>

$object): if(false === array_search($post_type, array("revision", "nav_menu_item"))): ?>

e("Checked post type will have feedback controller inside post content"); ?>

e("Comment setting"); ?>


e("This option decide to display feedback controller in comment loop."); ?>

e("You can customize markup of Feedback controller.
If you don't want, leave it blank.
In case of customization, You can use variables(%POSITIVE%, %TOTAL%, %NEGATIVE%, %POST_TYPE%) and 2 link tags(<a>) must have class name "good" and "bad" and %LINK% as href attribute.
Default markup is below."); ?>

<span class="message">_("Is this %s usefull?"), "%POST_TYPE%"); ?></span>
<a class="good" href="%LINK%">e("Usefull"); ?></a>
<a class="bad" href="%LINK%">e("Useless"); ?></a>
<span class="status">_("%1\$s of %2\$s people say this %3\$s is usefull."), "%POSITIVE%", "%TOTAL%", "%POST_TYPE%"); ?></span>
								

" />

e("Detailed description"); ?>

e("This plugin enables user to feed back to post or comment.
It may help you to analyze your subscriber's feeling.");?>

e("Who made this plugin"); ?>

e("Takahashi Fumiki did. I am a wordpress developer and novelist. See detail at takahashifumiki.com"); ?>

e("Feedback"); ?>

e("If you have some request, please feel free to contact with takahashi.fumiki@hametuha.co.jp. Japanese, English and French are welcomed."); ?>

e("Donation"); ?>

e("If you think this plugin is usefull, please donate for it and make me motivated. In other words, buy me a beer.");?>

金額

e("Template Tags");?>

e("If you are experienced developper, you may need customazation. Ofcourse, you can edit your theme and get your own appearance."); ?>

afb_display()

e("Display controller of post feedback. Use inside loop.");?>

afb_comment_display( (int) $comment_id )

e("Display controller of comment feedback. You must pass comment_ID as 1st argument.");?>

afb_affirmative( (boolean) $echo = true, (int) $object_id = null, (string) $post_type = null)

e("Display number of affirmative feedbacks of specified post. In loop, you don't have to specify \$object_id and \$post_type. \$echo set true, value won't displayed and just return."); ?>

afb_negative( (boolean) $echo = true, (int) $object_id = null, (string) $post_type = null)

e("Display number of negative feedbacks of specified post. Same as afb_affirmative."); ?>

afb_total( (boolean) $echo = true, (int) $object_id = null, (string) $post_type = null)

e("Display number of total feedbacks of specified post. Same as afb_affirmative."); ?>

_("All these template tags above should be wrapped inside if declaration for compatibility. If not, stopping this plugin will break your theme's display.
ex.<?php if(function_exists("afb_display")){afb_display();} ?>
See function detail at %s"), dirname(plugin_dir_path(__FILE__)).DIRECTORY_SEPARATOR."functions.php"); ?>