i18n->e("Styling"); ?>

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

i18n->e("Post type setting"); ?>

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

i18n->e("Comment setting"); ?>


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

i18n->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."); ?>

i18n->_("Is this %s useful?"), "%POST_TYPE%"));
$useful = esc_html($this->i18n->_("Useful"));
$useless = esc_html($this->i18n->_("Useless"));
$status = esc_html(sprintf($this->i18n->_('%1$s of %2$s people say this %3$s is useful.'), "%POSITIVE%", "%TOTAL%", "%POST_TYPE%"));
$markup = <<{$message}
{$useful}
{$useless}
{$status}
HTML;
echo esc_html($markup)
?>
i18n->e('Google Analytics Tracking') ?>

Since 1.0 i18n->_('This feature send report as event tracking to Google Analytics. You can get chronological report there. For detail, see advanced usage. '), $this->setting_url('advanced')) ?>

i18n->_('Update')) ?>