";
switch ( $meta['id'] ) :
case 'aioseop-about':
?>
percent_translated < 100 ) {
if ( ! empty( $aiosp_trans->native_name ) ) {
$maybe_native_name = $aiosp_trans->native_name;
} else {
$maybe_native_name = $aiosp_trans->name;
}
/* translators: %1$s, %2$s, etc. are placeholders and shouldn't be translated. %1$s expands to the number of languages All in One SEO Pack has been translated into, %2$s to the name of the plugin, $3%s to the percentage translated of the current language, $4%s to the language name, %5$s and %6$s to anchor tags with link to the translation page at translate.wordpress.org */
printf(
__( '%1$s has been translated into %2$s languages, but currently the %3$s translation is only %4$s percent complete. %5$sClick here%6$s to help get it to 100 percent.', 'all-in-one-seo-pack' ),
AIOSEOP_PLUGIN_NAME,
$aiosp_trans->translated_count,
$maybe_native_name,
$aiosp_trans->percent_translated,
"translation_url\" target=\"_BLANK\">",
''
);
}
?>
';
if ( class_exists( 'WooCommerce' ) ) {
echo '' . __( 'Advanced support for WooCommerce', 'all-in-one-seo-pack' ) . '';
} else {
echo '' . __( 'Advanced support for e-commerce', 'all-in-one-seo-pack' ) . '';
}
echo '' . __( 'Video SEO Module', 'all-in-one-seo-pack' ) . '';
echo '' . __( 'SEO for Categories, Tags and Custom Taxonomies', 'all-in-one-seo-pack' ) . '';
echo '' . __( 'Access to Video Screencasts', 'all-in-one-seo-pack' ) . '';
echo '' . __( 'Access to Premium Support Forums', 'all-in-one-seo-pack' ) . '';
echo '' . __( 'Access to Knowledge Center', 'all-in-one-seo-pack' ) . '';
echo '';
echo sprintf( __( '%1$sClick here%2$s to file a feature request/bug report.', 'all-in-one-seo-pack' ), '', '' );
}
}