e("There is no record."); ?>
_("There are %d feedbacks."), $total->positive + $total->negative); ?>
| 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("This plugin enables user to feed back to post or comment.
It may help you to analyze your subscriber's feeling.");?>
e("Takahashi Fumiki did. I am a wordpress developer and novelist. See detail at takahashifumiki.com"); ?>
e("If you have some request, please feel free to contact with takahashi.fumiki@hametuha.co.jp. Japanese, English and French are welcomed."); ?>
e("If you think this plugin is usefull, please donate for it and make me motivated. In other words, buy me a beer.");?>
e("If you are experienced developper, you may need customazation. Ofcourse, you can edit your theme and get your own appearance."); ?>
e("Display controller of post feedback. Use inside loop.");?>
e("Display controller of comment feedback. You must pass comment_ID as 1st argument.");?>
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."); ?>
e("Display number of negative feedbacks of specified post. Same as afb_affirmative."); ?>
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"); ?>