Version Description
Download this release
Release Info
Developer | pbaylies |
Plugin | All in One SEO Pack |
Version | 2.2.2 |
Comparing to | |
See all releases |
Code changes from version 2.2.1 to 2.2.2
- aioseop_class.php +92 -68
- aioseop_functions.php +6 -3
- aioseop_module_class.php +1 -0
- aioseop_module_manager.php +4 -0
- aioseop_opengraph.php +46 -6
- aioseop_performance.php +6 -4
- aioseop_sitemap.php +8 -2
- all_in_one_seo_pack.php +3 -3
- all_in_one_seo_pack.pot +2157 -661
aioseop_class.php
CHANGED
@@ -74,6 +74,7 @@ class All_in_One_SEO_Pack extends All_in_One_SEO_Pack_Module {
|
|
74 |
$help_text = Array(
|
75 |
"donate" => __( "All donations support continued development of this free software.", 'all_in_one_seo_pack'),
|
76 |
"can" => __( "This option will automatically generate Canonical URLs for your entire WordPress installation. This will help to prevent duplicate content penalties by <a href=\'http://googlewebmastercentral.blogspot.com/2009/02/specify-your-canonical.html\' target=\'_blank\'>Google</a>.", 'all_in_one_seo_pack'),
|
|
|
77 |
"use_original_title" => __( "Use wp_title to set the title; disable this option if you run into conflicts with the title being set by your theme or another plugin.<br /><a href='http://semperplugins.com/documentation/general-settings/' target='_blank'>Click here for documentation on this setting</a>", 'all_in_one_seo_pack' ),
|
78 |
"do_log" => __( "Check this and All in One SEO Pack will create a log of important events (all_in_one_seo_pack.log) in its plugin directory which might help debugging. Make sure this directory is writable.<br /><a href='http://semperplugins.com/documentation/general-settings/' target='_blank'>Click here for documentation on this setting</a>", 'all_in_one_seo_pack' ),
|
79 |
"home_title" => __( "As the name implies, this will be the Meta Title of your homepage. This is independent of any other option. If not set, the default Site Title (found in WordPress under Settings, General, Site Title) will be used.<br /><a href='http://semperplugins.com/documentation/home-page-settings/' target='_blank'>Click here for documentation on this setting</a>", 'all_in_one_seo_pack' ),
|
@@ -148,6 +149,7 @@ class All_in_One_SEO_Pack extends All_in_One_SEO_Pack_Module {
|
|
148 |
'<ul><li>' . __( '%blog_title% - Your blog title', 'all_in_one_seo_pack' ) . '</li><li>' .
|
149 |
__( '%blog_description% - Your blog description', 'all_in_one_seo_pack' ) . '</li><li>' .
|
150 |
__( '%description% - The original description as determined by the plugin, e.g. the excerpt if one is set or an auto-generated one if that option is set', 'all_in_one_seo_pack' ) . '</li><li>' .
|
|
|
151 |
__( '%wp_title% - The original wordpress title, e.g. post_title for posts', 'all_in_one_seo_pack' ) . '</li></ul>',
|
152 |
"404_title_format" => __( "This controls the format of the title tag for the 404 page.<br /><a href='http://semperplugins.com/documentation/title-settings/' target='_blank'>Click here for documentation on this setting</a><br />The following macros are supported:", 'all_in_one_seo_pack' ) .
|
153 |
'<ul><li>' . __( '%blog_title% - Your blog title', 'all_in_one_seo_pack' ) . '</li><li>' .
|
@@ -195,6 +197,7 @@ class All_in_One_SEO_Pack extends All_in_One_SEO_Pack_Module {
|
|
195 |
"generate_descriptions" => __( "Check this and your Meta Descriptions will be auto-generated from your excerpt or content.<br /><a href='http://semperplugins.com/documentation/advanced-settings/' target='_blank'>Click here for documentation on this setting</a>", 'all_in_one_seo_pack' ),
|
196 |
"hide_paginated_descriptions"=> __( "Check this and your Meta Descriptions will be removed from page 2 or later of paginated content.<br /><a href='http://semperplugins.com/documentation/advanced-settings/' target='_blank'>Click here for documentation on this setting</a>", 'all_in_one_seo_pack' ),
|
197 |
"dont_truncate_descriptions"=> __( "Check this to prevent your Description from being truncated regardless of its length.<br /><a href='http://semperplugins.com/documentation/advanced-settings/' target='_blank'>Click here for documentation on this setting</a>", 'all_in_one_seo_pack' ),
|
|
|
198 |
"unprotect_meta" => __( "Check this to unprotect internal postmeta fields for use with XMLRPC. If you don't know what that is, leave it unchecked.<br /><a href='http://semperplugins.com/documentation/advanced-settings/' target='_blank'>Click here for documentation on this setting</a>", 'all_in_one_seo_pack' ),
|
199 |
"ex_pages" => __( "Enter a comma separated list of pages here to be excluded by All in One SEO Pack. This is helpful when using plugins which generate their own non-WordPress dynamic pages. Ex: <em>/forum/, /contact/</em> For instance, if you want to exclude the virtual pages generated by a forum plugin, all you have to do is add forum or /forum or /forum/ or and any URL with the word \"forum\" in it, such as http://mysite.com/forum or http://mysite.com/forum/someforumpage here and it will be excluded from All in One SEO Pack.<br /><a href='http://semperplugins.com/documentation/advanced-settings/' target='_blank'>Click here for documentation on this setting</a>", 'all_in_one_seo_pack' ),
|
200 |
"post_meta_tags" => __( "What you enter here will be copied verbatim to the header of all Posts. You can enter whatever additional headers you want here, even references to stylesheets.<br /><a href='http://semperplugins.com/documentation/advanced-settings/' target='_blank'>Click here for documentation on this setting</a>", 'all_in_one_seo_pack' ),
|
@@ -242,6 +245,10 @@ class All_in_One_SEO_Pack extends All_in_One_SEO_Pack_Module {
|
|
242 |
"can"=> Array(
|
243 |
'name' => __( 'Canonical URLs:', 'all_in_one_seo_pack' ),
|
244 |
'default' => 1),
|
|
|
|
|
|
|
|
|
245 |
"rewrite_titles"=> Array(
|
246 |
'name' => __( 'Rewrite Titles:', 'all_in_one_seo_pack' ),
|
247 |
'default' => 1,
|
@@ -467,7 +474,10 @@ class All_in_One_SEO_Pack extends All_in_One_SEO_Pack_Module {
|
|
467 |
'default' => 0),
|
468 |
"dont_truncate_descriptions"=> Array(
|
469 |
'name' => __( 'Never Shorten Long Descriptions:', 'all_in_one_seo_pack' ),
|
470 |
-
'default' => 0),
|
|
|
|
|
|
|
471 |
"unprotect_meta"=> Array(
|
472 |
'name' => __( 'Unprotect Post Meta Fields:', 'all_in_one_seo_pack' ),
|
473 |
'default' => 0),
|
@@ -670,8 +680,11 @@ class All_in_One_SEO_Pack extends All_in_One_SEO_Pack_Module {
|
|
670 |
if ( empty( $description ) ) $description = term_description();
|
671 |
$description = $this->internationalize( $description );
|
672 |
} else return '';
|
673 |
-
|
674 |
-
|
|
|
|
|
|
|
675 |
$url = apply_filters( 'aioseop_canonical_url', $url );
|
676 |
if ( !$url ) $url = get_permalink();
|
677 |
|
@@ -689,13 +702,13 @@ class All_in_One_SEO_Pack extends All_in_One_SEO_Pack_Module {
|
|
689 |
if ( empty( $title_format ) ) {
|
690 |
$title = '<span id="aioseop_snippet_title">' . esc_attr( strip_tags( $title ) ) . '</span>';
|
691 |
} else {
|
692 |
-
$title_format = str_replace( '%blog_title%', get_bloginfo( 'name' ), $title_format );
|
693 |
$title_format = $this->apply_cf_fields( $title_format );
|
694 |
$replace_title = '<span id="aioseop_snippet_title">' . esc_attr( strip_tags( $title ) ) . '</span>';
|
695 |
-
$title_format = str_replace( '%post_title%', $replace_title, $title_format );
|
696 |
-
$title_format = str_replace( '%page_title%', $replace_title, $title_format );
|
697 |
-
$title_format = str_replace( '%category_title%', $replace_title, $title_format );
|
698 |
-
$title_format = str_replace( '%taxonomy_title%', $replace_title, $title_format );
|
699 |
$title_format = preg_replace( '/%([^%]*?)%/', '', $title_format );
|
700 |
$title = $title_format;
|
701 |
$extra_title_len = strlen( str_replace( $replace_title, '', $title_format ) );
|
@@ -1102,13 +1115,16 @@ class All_in_One_SEO_Pack extends All_in_One_SEO_Pack_Module {
|
|
1102 |
if ( is_feed() ) return false;
|
1103 |
if ( aioseop_mrt_exclude_this_page() ) return false;
|
1104 |
$post = $this->get_queried_object();
|
|
|
|
|
|
|
1105 |
if( empty( $aioseop_options['aiosp_enablecpost'] ) ) {
|
1106 |
$wp_post_types = get_post_types( Array( '_builtin' => true ) ); // don't display meta if SEO isn't enabled on custom post types -- pdb
|
1107 |
-
if( is_singular() && !
|
1108 |
} elseif ( !empty( $aioseop_options['aiosp_cpostadvanced'] ) ) {
|
1109 |
$wp_post_types = $aioseop_options['aiosp_cpostactive'];
|
1110 |
-
if ( is_singular() && !
|
1111 |
-
if ( is_post_type_archive() && !is_post_type_archive( $wp_post_types ) ) return false;
|
1112 |
}
|
1113 |
|
1114 |
$this->meta_opts = $this->get_current_options( Array(), 'aiosp' );
|
@@ -1187,7 +1203,6 @@ class All_in_One_SEO_Pack extends All_in_One_SEO_Pack_Module {
|
|
1187 |
add_filter( 'wp_list_pages_excludes', 'aioseop_get_pages_start' );
|
1188 |
add_filter( 'get_pages', 'aioseop_get_pages' );
|
1189 |
}
|
1190 |
-
|
1191 |
}
|
1192 |
|
1193 |
function is_static_front_page() {
|
@@ -1267,11 +1282,13 @@ class All_in_One_SEO_Pack extends All_in_One_SEO_Pack_Module {
|
|
1267 |
$blog_page = $this->get_blog_page( $post );
|
1268 |
|
1269 |
if ( $is_front_page_keywords )
|
1270 |
-
$keywords = trim( $this->internationalize( $aioseop_options['aiosp_home_keywords'] ) );
|
1271 |
-
elseif ( ( ( $this->is_static_posts_page() ) &&
|
1272 |
$keywords = stripslashes( $this->internationalize( $opts["aiosp_keywords"] ) );
|
1273 |
-
elseif ( !empty( $blog_page ) &&
|
1274 |
$keywords = stripslashes( $this->internationalize( get_post_meta( $blog_page->ID, "_aioseop_keywords", true ) ) );
|
|
|
|
|
1275 |
else $keywords = $this->get_all_keywords();
|
1276 |
|
1277 |
if ( ( is_category() || is_tag() || is_tax() ) && $this->show_page_description() ) {
|
@@ -1281,7 +1298,7 @@ class All_in_One_SEO_Pack extends All_in_One_SEO_Pack_Module {
|
|
1281 |
$description = $this->internationalize( get_the_author_meta( 'description' ) );
|
1282 |
else if ( $is_front_page )
|
1283 |
$description = trim( stripslashes( $this->internationalize( $aioseop_options['aiosp_home_description'] ) ) );
|
1284 |
-
else if ( is_single() || is_page() || is_home() || $this->is_static_posts_page() )
|
1285 |
$description = $this->get_aioseop_description( $post );
|
1286 |
|
1287 |
if ( empty( $aioseop_options['aiosp_dont_truncate_descriptions'] ) ) {
|
@@ -1310,9 +1327,10 @@ class All_in_One_SEO_Pack extends All_in_One_SEO_Pack_Module {
|
|
1310 |
$description_format = "%description%";
|
1311 |
}
|
1312 |
$description = str_replace( '%description%', apply_filters( 'aioseop_description_override', $description ), $description_format );
|
1313 |
-
$description = str_replace( '%blog_title%',
|
1314 |
-
$description = str_replace( '%blog_description%',
|
1315 |
-
$description = str_replace( '%wp_title%',
|
|
|
1316 |
if( $aioseop_options['aiosp_can'] && is_attachment() ) {
|
1317 |
$url = $this->aiosp_mrt_get_url( $wp_query );
|
1318 |
if ( $url ) {
|
@@ -1324,7 +1342,12 @@ class All_in_One_SEO_Pack extends All_in_One_SEO_Pack_Module {
|
|
1324 |
}
|
1325 |
$description .= ' ' . $uniqueDesc;
|
1326 |
}
|
1327 |
-
$
|
|
|
|
|
|
|
|
|
|
|
1328 |
}
|
1329 |
$keywords = $this->apply_cf_fields( $keywords );
|
1330 |
$keywords = apply_filters( 'aioseop_keywords', $keywords );
|
@@ -1336,8 +1359,12 @@ class All_in_One_SEO_Pack extends All_in_One_SEO_Pack_Module {
|
|
1336 |
|
1337 |
if ( isset( $keywords ) && $togglekeywords == 0 && !empty( $keywords ) && !( $is_front_page && is_paged() ) ) {
|
1338 |
if ( isset( $meta_string ) ) $meta_string .= "\n";
|
1339 |
-
$keywords = wp_filter_nohtml_kses( str_replace( '"', '', $keywords ) );
|
1340 |
-
$
|
|
|
|
|
|
|
|
|
1341 |
}
|
1342 |
|
1343 |
$is_tag = is_tag();
|
@@ -1345,8 +1372,11 @@ class All_in_One_SEO_Pack extends All_in_One_SEO_Pack_Module {
|
|
1345 |
$page = $this->get_page_number();
|
1346 |
|
1347 |
$robots_meta = '';
|
1348 |
-
|
1349 |
-
|
|
|
|
|
|
|
1350 |
$post_type = get_post_type();
|
1351 |
$aiosp_noindex = htmlspecialchars( stripslashes( $opts['aiosp_noindex'] ) );
|
1352 |
$aiosp_nofollow = htmlspecialchars( stripslashes( $opts['aiosp_nofollow'] ) );
|
@@ -1367,11 +1397,6 @@ class All_in_One_SEO_Pack extends All_in_One_SEO_Pack_Module {
|
|
1367 |
if ( $aiosp_noydir ) $nofollow .= ',noydir';
|
1368 |
$robots_meta = $noindex . ',' . $nofollow;
|
1369 |
}
|
1370 |
-
} else {
|
1371 |
-
if ( ( is_category() && !empty( $aioseop_options['aiosp_category_noindex'] ) ) || ( !is_category() && is_archive() && !is_tag() && !is_tax()
|
1372 |
-
&& ( ( is_date() && !empty( $aioseop_options['aiosp_archive_date_noindex'] ) ) || ( is_author() && !empty( $aioseop_options['aiosp_archive_author_noindex'] ) ) ) )
|
1373 |
-
|| ( is_tag() && !empty( $aioseop_options['aiosp_tags_noindex'] ) ) || ( is_search() && !empty( $aioseop_options['aiosp_search_noindex'] ) ) )
|
1374 |
-
$robots_meta = 'noindex,follow';
|
1375 |
}
|
1376 |
|
1377 |
if ( $robots_meta == 'index,follow' ) $robots_meta = '';
|
@@ -1523,9 +1548,10 @@ class All_in_One_SEO_Pack extends All_in_One_SEO_Pack_Module {
|
|
1523 |
if ( !empty( $next ) ) $meta_string .= "<link rel='next' href='" . esc_url( $next ) . "' />\n";
|
1524 |
|
1525 |
if ( $meta_string != null ) echo "$meta_string\n";
|
1526 |
-
|
1527 |
-
if ( ( $aioseop_options[
|
1528 |
-
|
|
|
1529 |
if ( !empty( $url ) )
|
1530 |
echo '<link rel="canonical" href="'. esc_url( $url ) . '" />'."\n";
|
1531 |
}
|
@@ -2174,9 +2200,9 @@ function aiosp_google_analytics() {
|
|
2174 |
} else if ( is_404() ) {
|
2175 |
$title_format = $aioseop_options['aiosp_404_title_format'];
|
2176 |
$new_title = str_replace( '%blog_title%', $this->internationalize( get_bloginfo( 'name' ) ), $title_format );
|
2177 |
-
$new_title = str_replace( '%blog_description%', $this->internationalize( get_bloginfo( 'description' ) ), $new_title );
|
2178 |
-
$new_title = str_replace( '%request_url%', $_SERVER['REQUEST_URI'], $new_title);
|
2179 |
-
$new_title = str_replace( '%request_words%', $this->request_as_words( $_SERVER['REQUEST_URI'] ), $new_title );
|
2180 |
$title = $new_title;
|
2181 |
}
|
2182 |
return trim( $title );
|
@@ -2215,11 +2241,11 @@ function aiosp_google_analytics() {
|
|
2215 |
if ( empty( $tax ) ) $tax = get_query_var( 'taxonomy' );
|
2216 |
$title_format = $this->get_tax_title_format( $tax );
|
2217 |
$title = str_replace( '%taxonomy_title%', $category_name, $title_format );
|
2218 |
-
$title = str_replace( '%taxonomy_description%', $category_description, $title );
|
2219 |
-
$title = str_replace( '%category_title%', $category_name, $title );
|
2220 |
-
$title = str_replace( '%category_description%', $category_description, $title );
|
2221 |
-
$title = str_replace( '%blog_title%', $this->internationalize( get_bloginfo( 'name' ) ), $title );
|
2222 |
-
$title = str_replace( '%blog_description%', $this->internationalize( get_bloginfo( 'description' ) ), $title );
|
2223 |
$title = $this->paged_title( $title );
|
2224 |
return $title;
|
2225 |
}
|
@@ -2319,12 +2345,12 @@ function aiosp_google_analytics() {
|
|
2319 |
else
|
2320 |
$authordata = new WP_User();
|
2321 |
$new_title = str_replace( '%blog_title%', $this->internationalize( get_bloginfo( 'name' ) ), $title_format );
|
2322 |
-
$new_title = str_replace( '%blog_description%', $this->internationalize( get_bloginfo( 'description' ) ), $new_title );
|
2323 |
-
$new_title = str_replace( '%page_title%', $title, $new_title );
|
2324 |
-
$new_title = str_replace( '%page_author_login%', $authordata->user_login, $new_title );
|
2325 |
-
$new_title = str_replace( '%page_author_nicename%', $authordata->user_nicename, $new_title );
|
2326 |
-
$new_title = str_replace( '%page_author_firstname%', $this->ucwords($authordata->first_name ), $new_title );
|
2327 |
-
$new_title = str_replace( '%page_author_lastname%', $this->ucwords($authordata->last_name ), $new_title );
|
2328 |
$title = trim( $new_title );
|
2329 |
return $title;
|
2330 |
}
|
@@ -2342,14 +2368,12 @@ function aiosp_google_analytics() {
|
|
2342 |
return $this->paged_title( $title );
|
2343 |
} else if ( is_attachment() ) {
|
2344 |
if ( $post === null ) return false;
|
2345 |
-
$title =
|
2346 |
-
if (
|
2347 |
-
|
2348 |
-
$title =
|
2349 |
-
|
2350 |
-
|
2351 |
-
$title = get_the_title( $post->post_parent ) . ' ' . $title . ' – ' . get_option( 'blogname' );
|
2352 |
-
apply_filters( 'aioseop_attachment_title', $title );
|
2353 |
} else if ( is_page() || $this->is_static_posts_page() || ( is_home() && !$this->is_static_posts_page() ) ) {
|
2354 |
if ( $post === null ) return false;
|
2355 |
if ( ( $this->is_static_front_page() ) && ( $home_title = $this->internationalize( $aioseop_options['aiosp_home_title'] ) ) ) {
|
@@ -2404,8 +2428,8 @@ function aiosp_google_analytics() {
|
|
2404 |
$search = $this->capitalize( $search );
|
2405 |
$title_format = $aioseop_options['aiosp_search_title_format'];
|
2406 |
$title = str_replace( '%blog_title%', $this->internationalize( get_bloginfo( 'name' ) ), $title_format );
|
2407 |
-
$title = str_replace( '%blog_description%', $this->internationalize( get_bloginfo( 'description' ) ), $title );
|
2408 |
-
$title = str_replace( '%search%', $search, $title );
|
2409 |
$title = $this->paged_title( $title );
|
2410 |
return $title;
|
2411 |
} else if ( is_tag() ) {
|
@@ -2415,7 +2439,6 @@ function aiosp_google_analytics() {
|
|
2415 |
$tag = $tags[0]->tag;
|
2416 |
$tag = str_replace('-', ' ', $tag);
|
2417 |
} else {
|
2418 |
-
if ( !empty( $opts ) && !empty( $opts['aiosp_title'] ) ) $tag = $opts['aiosp_title'];
|
2419 |
if ( empty( $tag ) ) $tag = $this->get_original_title( '', false );
|
2420 |
$tag = $this->internationalize( $tag );
|
2421 |
}
|
@@ -2424,8 +2447,8 @@ function aiosp_google_analytics() {
|
|
2424 |
$tag = $this->capitalize( $tag );
|
2425 |
$title_format = $aioseop_options['aiosp_tag_title_format'];
|
2426 |
$title = str_replace( '%blog_title%', $this->internationalize( get_bloginfo('name') ), $title_format );
|
2427 |
-
$title = str_replace( '%blog_description%', $this->internationalize( get_bloginfo( 'description') ), $title );
|
2428 |
-
$title = str_replace( '%tag%', $tag, $title );
|
2429 |
$title = $this->paged_title( $title );
|
2430 |
return $title;
|
2431 |
}
|
@@ -2438,8 +2461,8 @@ function aiosp_google_analytics() {
|
|
2438 |
$tag = $this->capitalize($tag);
|
2439 |
$title_format = $aioseop_options['aiosp_tag_title_format'];
|
2440 |
$title = str_replace( '%blog_title%', $this->internationalize( get_bloginfo( 'name') ), $title_format);
|
2441 |
-
$title = str_replace( '%blog_description%', $this->internationalize( get_bloginfo( 'description') ), $title);
|
2442 |
-
$title = str_replace( '%tag%', $tag, $title );
|
2443 |
$title = $this->paged_title( $title );
|
2444 |
return $title;
|
2445 |
}
|
@@ -2464,23 +2487,23 @@ function aiosp_google_analytics() {
|
|
2464 |
}
|
2465 |
$month = date( "F", mktime( 0,0,0,(int)$monthnum,1,(int)$year ) );
|
2466 |
$new_title = str_replace( '%monthnum%', $monthnum, $new_title );
|
2467 |
-
$new_title = str_replace( '%month%', $month, $new_title );
|
2468 |
-
$new_title = str_replace( '%year%', get_query_var( 'year' ), $new_title );
|
2469 |
} else if ( is_post_type_archive() ) {
|
2470 |
$title = apply_filters( 'aioseop_archive_title', $this->apply_archive_title_format( $title ) );
|
2471 |
} else return false;
|
2472 |
$new_title = str_replace( '%blog_title%', $this->internationalize( get_bloginfo( 'name' ) ), $new_title );
|
2473 |
-
$new_title = str_replace( '%blog_description%', $this->internationalize( get_bloginfo( 'description' ) ), $new_title );
|
2474 |
$title = trim( $new_title );
|
2475 |
$title = $this->paged_title( $title );
|
2476 |
return $title;
|
2477 |
} else if ( is_404() ) {
|
2478 |
$title_format = $aioseop_options['aiosp_404_title_format'];
|
2479 |
$new_title = str_replace( '%blog_title%', $this->internationalize( get_bloginfo( 'name') ), $title_format );
|
2480 |
-
$new_title = str_replace( '%blog_description%', $this->internationalize( get_bloginfo( 'description' ) ), $new_title );
|
2481 |
-
$new_title = str_replace( '%request_url%', $_SERVER['REQUEST_URI'], $new_title );
|
2482 |
-
$new_title = str_replace( '%request_words%', $this->request_as_words( $_SERVER['REQUEST_URI'] ), $new_title );
|
2483 |
-
$new_title = str_replace( '%404_title%', $this->internationalize( $this->get_original_title( '', false ) ), $new_title );
|
2484 |
return $new_title;
|
2485 |
}
|
2486 |
return false;
|
@@ -2685,6 +2708,7 @@ function aiosp_google_analytics() {
|
|
2685 |
|
2686 |
function save_post_data( $id ) {
|
2687 |
$awmp_edit = $nonce = null;
|
|
|
2688 |
if ( isset( $_POST[ 'aiosp_edit' ] ) ) $awmp_edit = $_POST['aiosp_edit'];
|
2689 |
if ( isset( $_POST[ 'nonce-aioseop-edit' ] ) ) $nonce = $_POST['nonce-aioseop-edit'];
|
2690 |
|
74 |
$help_text = Array(
|
75 |
"donate" => __( "All donations support continued development of this free software.", 'all_in_one_seo_pack'),
|
76 |
"can" => __( "This option will automatically generate Canonical URLs for your entire WordPress installation. This will help to prevent duplicate content penalties by <a href=\'http://googlewebmastercentral.blogspot.com/2009/02/specify-your-canonical.html\' target=\'_blank\'>Google</a>.", 'all_in_one_seo_pack'),
|
77 |
+
"no_paged_canonical_links"=> __( "Checking this option will set the Canonical URL for all paginated content to the first page.", 'all_in_one_seo_pack'),
|
78 |
"use_original_title" => __( "Use wp_title to set the title; disable this option if you run into conflicts with the title being set by your theme or another plugin.<br /><a href='http://semperplugins.com/documentation/general-settings/' target='_blank'>Click here for documentation on this setting</a>", 'all_in_one_seo_pack' ),
|
79 |
"do_log" => __( "Check this and All in One SEO Pack will create a log of important events (all_in_one_seo_pack.log) in its plugin directory which might help debugging. Make sure this directory is writable.<br /><a href='http://semperplugins.com/documentation/general-settings/' target='_blank'>Click here for documentation on this setting</a>", 'all_in_one_seo_pack' ),
|
80 |
"home_title" => __( "As the name implies, this will be the Meta Title of your homepage. This is independent of any other option. If not set, the default Site Title (found in WordPress under Settings, General, Site Title) will be used.<br /><a href='http://semperplugins.com/documentation/home-page-settings/' target='_blank'>Click here for documentation on this setting</a>", 'all_in_one_seo_pack' ),
|
149 |
'<ul><li>' . __( '%blog_title% - Your blog title', 'all_in_one_seo_pack' ) . '</li><li>' .
|
150 |
__( '%blog_description% - Your blog description', 'all_in_one_seo_pack' ) . '</li><li>' .
|
151 |
__( '%description% - The original description as determined by the plugin, e.g. the excerpt if one is set or an auto-generated one if that option is set', 'all_in_one_seo_pack' ) . '</li><li>' .
|
152 |
+
__( '%post_title% - The original title of the post', 'all_in_one_seo_pack' ) . '</li><li>' .
|
153 |
__( '%wp_title% - The original wordpress title, e.g. post_title for posts', 'all_in_one_seo_pack' ) . '</li></ul>',
|
154 |
"404_title_format" => __( "This controls the format of the title tag for the 404 page.<br /><a href='http://semperplugins.com/documentation/title-settings/' target='_blank'>Click here for documentation on this setting</a><br />The following macros are supported:", 'all_in_one_seo_pack' ) .
|
155 |
'<ul><li>' . __( '%blog_title% - Your blog title', 'all_in_one_seo_pack' ) . '</li><li>' .
|
197 |
"generate_descriptions" => __( "Check this and your Meta Descriptions will be auto-generated from your excerpt or content.<br /><a href='http://semperplugins.com/documentation/advanced-settings/' target='_blank'>Click here for documentation on this setting</a>", 'all_in_one_seo_pack' ),
|
198 |
"hide_paginated_descriptions"=> __( "Check this and your Meta Descriptions will be removed from page 2 or later of paginated content.<br /><a href='http://semperplugins.com/documentation/advanced-settings/' target='_blank'>Click here for documentation on this setting</a>", 'all_in_one_seo_pack' ),
|
199 |
"dont_truncate_descriptions"=> __( "Check this to prevent your Description from being truncated regardless of its length.<br /><a href='http://semperplugins.com/documentation/advanced-settings/' target='_blank'>Click here for documentation on this setting</a>", 'all_in_one_seo_pack' ),
|
200 |
+
"schema_markup"=> __( "Check this to support Schema.org markup, i.e., itemprop on supported metadata.<br /><a href='http://semperplugins.com/documentation/advanced-settings/' target='_blank'>Click here for documentation on this setting</a>", 'all_in_one_seo_pack' ),
|
201 |
"unprotect_meta" => __( "Check this to unprotect internal postmeta fields for use with XMLRPC. If you don't know what that is, leave it unchecked.<br /><a href='http://semperplugins.com/documentation/advanced-settings/' target='_blank'>Click here for documentation on this setting</a>", 'all_in_one_seo_pack' ),
|
202 |
"ex_pages" => __( "Enter a comma separated list of pages here to be excluded by All in One SEO Pack. This is helpful when using plugins which generate their own non-WordPress dynamic pages. Ex: <em>/forum/, /contact/</em> For instance, if you want to exclude the virtual pages generated by a forum plugin, all you have to do is add forum or /forum or /forum/ or and any URL with the word \"forum\" in it, such as http://mysite.com/forum or http://mysite.com/forum/someforumpage here and it will be excluded from All in One SEO Pack.<br /><a href='http://semperplugins.com/documentation/advanced-settings/' target='_blank'>Click here for documentation on this setting</a>", 'all_in_one_seo_pack' ),
|
203 |
"post_meta_tags" => __( "What you enter here will be copied verbatim to the header of all Posts. You can enter whatever additional headers you want here, even references to stylesheets.<br /><a href='http://semperplugins.com/documentation/advanced-settings/' target='_blank'>Click here for documentation on this setting</a>", 'all_in_one_seo_pack' ),
|
245 |
"can"=> Array(
|
246 |
'name' => __( 'Canonical URLs:', 'all_in_one_seo_pack' ),
|
247 |
'default' => 1),
|
248 |
+
"no_paged_canonical_links"=> Array(
|
249 |
+
'name' => __( 'No Pagination for Canonical URLs:', 'all_in_one_seo_pack' ),
|
250 |
+
'default' => 0,
|
251 |
+
'condshow' => Array( "aiosp_can" => 'on' ) ),
|
252 |
"rewrite_titles"=> Array(
|
253 |
'name' => __( 'Rewrite Titles:', 'all_in_one_seo_pack' ),
|
254 |
'default' => 1,
|
474 |
'default' => 0),
|
475 |
"dont_truncate_descriptions"=> Array(
|
476 |
'name' => __( 'Never Shorten Long Descriptions:', 'all_in_one_seo_pack' ),
|
477 |
+
'default' => 0),
|
478 |
+
"schema_markup"=> Array(
|
479 |
+
'name' => __( 'Use Schema.org Markup', 'all_in_one_seo_pack' ),
|
480 |
+
'default' => 1),
|
481 |
"unprotect_meta"=> Array(
|
482 |
'name' => __( 'Unprotect Post Meta Fields:', 'all_in_one_seo_pack' ),
|
483 |
'default' => 0),
|
680 |
if ( empty( $description ) ) $description = term_description();
|
681 |
$description = $this->internationalize( $description );
|
682 |
} else return '';
|
683 |
+
|
684 |
+
$show_page = true;
|
685 |
+
if ( !empty( $aioseop_options["aiosp_no_paged_canonical_links"] ) ) $show_page = false;
|
686 |
+
|
687 |
+
if ( ( $aioseop_options['aiosp_can'] ) && ( $url = $this->aiosp_mrt_get_url( $wp_query, $show_page ) ) )
|
688 |
$url = apply_filters( 'aioseop_canonical_url', $url );
|
689 |
if ( !$url ) $url = get_permalink();
|
690 |
|
702 |
if ( empty( $title_format ) ) {
|
703 |
$title = '<span id="aioseop_snippet_title">' . esc_attr( strip_tags( $title ) ) . '</span>';
|
704 |
} else {
|
705 |
+
if ( strpos( $title_format, '%blog_title%' ) !== false ) $title_format = str_replace( '%blog_title%', get_bloginfo( 'name' ), $title_format );
|
706 |
$title_format = $this->apply_cf_fields( $title_format );
|
707 |
$replace_title = '<span id="aioseop_snippet_title">' . esc_attr( strip_tags( $title ) ) . '</span>';
|
708 |
+
if ( strpos( $title_format, '%post_title%' ) !== false ) $title_format = str_replace( '%post_title%', $replace_title, $title_format );
|
709 |
+
if ( strpos( $title_format, '%page_title%' ) !== false ) $title_format = str_replace( '%page_title%', $replace_title, $title_format );
|
710 |
+
if ( strpos( $title_format, '%category_title%' ) !== false ) $title_format = str_replace( '%category_title%', $replace_title, $title_format );
|
711 |
+
if ( strpos( $title_format, '%taxonomy_title%' ) !== false ) $title_format = str_replace( '%taxonomy_title%', $replace_title, $title_format );
|
712 |
$title_format = preg_replace( '/%([^%]*?)%/', '', $title_format );
|
713 |
$title = $title_format;
|
714 |
$extra_title_len = strlen( str_replace( $replace_title, '', $title_format ) );
|
1115 |
if ( is_feed() ) return false;
|
1116 |
if ( aioseop_mrt_exclude_this_page() ) return false;
|
1117 |
$post = $this->get_queried_object();
|
1118 |
+
$post_type = '';
|
1119 |
+
if ( !empty( $post ) && !empty( $post->post_type ) )
|
1120 |
+
$post_type = $post->post_type;
|
1121 |
if( empty( $aioseop_options['aiosp_enablecpost'] ) ) {
|
1122 |
$wp_post_types = get_post_types( Array( '_builtin' => true ) ); // don't display meta if SEO isn't enabled on custom post types -- pdb
|
1123 |
+
if( is_singular() && !in_array( $post_type, $wp_post_types ) && !is_front_page() ) return false;
|
1124 |
} elseif ( !empty( $aioseop_options['aiosp_cpostadvanced'] ) ) {
|
1125 |
$wp_post_types = $aioseop_options['aiosp_cpostactive'];
|
1126 |
+
if ( is_singular() && !in_array( $post_type, $wp_post_types ) && !is_front_page() ) return false;
|
1127 |
+
if ( is_post_type_archive() && !is_post_type_archive( $wp_post_types ) ) return false;
|
1128 |
}
|
1129 |
|
1130 |
$this->meta_opts = $this->get_current_options( Array(), 'aiosp' );
|
1203 |
add_filter( 'wp_list_pages_excludes', 'aioseop_get_pages_start' );
|
1204 |
add_filter( 'get_pages', 'aioseop_get_pages' );
|
1205 |
}
|
|
|
1206 |
}
|
1207 |
|
1208 |
function is_static_front_page() {
|
1282 |
$blog_page = $this->get_blog_page( $post );
|
1283 |
|
1284 |
if ( $is_front_page_keywords )
|
1285 |
+
$keywords = trim( $this->internationalize( $aioseop_options['aiosp_home_keywords'] ) );
|
1286 |
+
elseif ( ( ( $this->is_static_posts_page() ) && empty( $aioseop_options['aiosp_dynamic_postspage_keywords'] ) ) || ( !empty( $aioseop_options['aiosp_dynamic_postspage_keywords'] ) && (is_archive() || is_post_type_archive() ) ) ) // and if option = use page set keywords instead of keywords from recent posts
|
1287 |
$keywords = stripslashes( $this->internationalize( $opts["aiosp_keywords"] ) );
|
1288 |
+
elseif ( !empty( $blog_page ) && empty( $aioseop_options['aiosp_dynamic_postspage_keywords'] ) )
|
1289 |
$keywords = stripslashes( $this->internationalize( get_post_meta( $blog_page->ID, "_aioseop_keywords", true ) ) );
|
1290 |
+
elseif ( empty( $aioseop_options['aiosp_dynamic_postspage_keywords'] ) && (is_archive() || is_post_type_archive() ) )
|
1291 |
+
$keywords = '';
|
1292 |
else $keywords = $this->get_all_keywords();
|
1293 |
|
1294 |
if ( ( is_category() || is_tag() || is_tax() ) && $this->show_page_description() ) {
|
1298 |
$description = $this->internationalize( get_the_author_meta( 'description' ) );
|
1299 |
else if ( $is_front_page )
|
1300 |
$description = trim( stripslashes( $this->internationalize( $aioseop_options['aiosp_home_description'] ) ) );
|
1301 |
+
else if ( is_single() || is_page() || is_attachment() || is_home() || $this->is_static_posts_page() )
|
1302 |
$description = $this->get_aioseop_description( $post );
|
1303 |
|
1304 |
if ( empty( $aioseop_options['aiosp_dont_truncate_descriptions'] ) ) {
|
1327 |
$description_format = "%description%";
|
1328 |
}
|
1329 |
$description = str_replace( '%description%', apply_filters( 'aioseop_description_override', $description ), $description_format );
|
1330 |
+
if ( strpos( $description, '%blog_title%' ) !== false ) $description = str_replace( '%blog_title%', get_bloginfo( 'name' ), $description );
|
1331 |
+
if ( strpos( $description, '%blog_description%' ) !== false ) $description = str_replace( '%blog_description%', get_bloginfo( 'description' ), $description );
|
1332 |
+
if ( strpos( $description, '%wp_title%' ) !== false ) $description = str_replace( '%wp_title%', $this->get_original_title(), $description );
|
1333 |
+
if ( strpos( $description, '%post_title%' ) !== false ) $description = str_replace( '%post_title%', $this->get_aioseop_title( $post ), $description );
|
1334 |
if( $aioseop_options['aiosp_can'] && is_attachment() ) {
|
1335 |
$url = $this->aiosp_mrt_get_url( $wp_query );
|
1336 |
if ( $url ) {
|
1342 |
}
|
1343 |
$description .= ' ' . $uniqueDesc;
|
1344 |
}
|
1345 |
+
$description = apply_filters( 'aioseop_description_full', $description );
|
1346 |
+
$desc_attr = '';
|
1347 |
+
if ( !empty( $aioseop_options['aiosp_schema_markup'] ) )
|
1348 |
+
$desc_attr = 'itemprop="description"';
|
1349 |
+
$desc_attr = apply_filters( 'aioseop_description_attributes', $desc_attr );
|
1350 |
+
$meta_string .= sprintf( "<meta name=\"description\" %s content=\"%s\" />\n", $desc_attr, $description );
|
1351 |
}
|
1352 |
$keywords = $this->apply_cf_fields( $keywords );
|
1353 |
$keywords = apply_filters( 'aioseop_keywords', $keywords );
|
1359 |
|
1360 |
if ( isset( $keywords ) && $togglekeywords == 0 && !empty( $keywords ) && !( $is_front_page && is_paged() ) ) {
|
1361 |
if ( isset( $meta_string ) ) $meta_string .= "\n";
|
1362 |
+
$keywords = wp_filter_nohtml_kses( str_replace( '"', '', $keywords ) );
|
1363 |
+
$key_attr = '';
|
1364 |
+
if ( !empty( $aioseop_options['aiosp_schema_markup'] ) )
|
1365 |
+
$key_attr = 'itemprop="keywords"';
|
1366 |
+
$key_attr = apply_filters( 'aioseop_keywords_attributes', $key_attr );
|
1367 |
+
$meta_string .= sprintf( "<meta name=\"keywords\" %s content=\"%s\" />\n", $key_attr, $keywords );
|
1368 |
}
|
1369 |
|
1370 |
$is_tag = is_tag();
|
1372 |
$page = $this->get_page_number();
|
1373 |
|
1374 |
$robots_meta = '';
|
1375 |
+
if ( ( is_category() && !empty( $aioseop_options['aiosp_category_noindex'] ) ) || ( !is_category() && is_archive() && !is_tag() && !is_tax()
|
1376 |
+
&& ( ( is_date() && !empty( $aioseop_options['aiosp_archive_date_noindex'] ) ) || ( is_author() && !empty( $aioseop_options['aiosp_archive_author_noindex'] ) ) ) )
|
1377 |
+
|| ( is_tag() && !empty( $aioseop_options['aiosp_tags_noindex'] ) ) || ( is_search() && !empty( $aioseop_options['aiosp_search_noindex'] ) ) )
|
1378 |
+
$robots_meta = 'noindex,follow';
|
1379 |
+
elseif ( ( is_single() || is_page() || $this->is_static_posts_page() || is_attachment() ) && !empty( $opts ) ) {
|
1380 |
$post_type = get_post_type();
|
1381 |
$aiosp_noindex = htmlspecialchars( stripslashes( $opts['aiosp_noindex'] ) );
|
1382 |
$aiosp_nofollow = htmlspecialchars( stripslashes( $opts['aiosp_nofollow'] ) );
|
1397 |
if ( $aiosp_noydir ) $nofollow .= ',noydir';
|
1398 |
$robots_meta = $noindex . ',' . $nofollow;
|
1399 |
}
|
|
|
|
|
|
|
|
|
|
|
1400 |
}
|
1401 |
|
1402 |
if ( $robots_meta == 'index,follow' ) $robots_meta = '';
|
1548 |
if ( !empty( $next ) ) $meta_string .= "<link rel='next' href='" . esc_url( $next ) . "' />\n";
|
1549 |
|
1550 |
if ( $meta_string != null ) echo "$meta_string\n";
|
1551 |
+
$show_page = true;
|
1552 |
+
if ( !empty( $aioseop_options["aiosp_no_paged_canonical_links"] ) ) $show_page = false;
|
1553 |
+
if ( ( $aioseop_options['aiosp_can'] ) && ( $url = $this->aiosp_mrt_get_url( $wp_query, $show_page ) ) ) {
|
1554 |
+
$url = apply_filters( 'aioseop_canonical_url', $url );
|
1555 |
if ( !empty( $url ) )
|
1556 |
echo '<link rel="canonical" href="'. esc_url( $url ) . '" />'."\n";
|
1557 |
}
|
2200 |
} else if ( is_404() ) {
|
2201 |
$title_format = $aioseop_options['aiosp_404_title_format'];
|
2202 |
$new_title = str_replace( '%blog_title%', $this->internationalize( get_bloginfo( 'name' ) ), $title_format );
|
2203 |
+
if ( strpos( $new_title, '%blog_description%' ) !== false ) $new_title = str_replace( '%blog_description%', $this->internationalize( get_bloginfo( 'description' ) ), $new_title );
|
2204 |
+
if ( strpos( $new_title, '%request_url%' ) !== false ) $new_title = str_replace( '%request_url%', $_SERVER['REQUEST_URI'], $new_title);
|
2205 |
+
if ( strpos( $new_title, '%request_words%' ) !== false ) $new_title = str_replace( '%request_words%', $this->request_as_words( $_SERVER['REQUEST_URI'] ), $new_title );
|
2206 |
$title = $new_title;
|
2207 |
}
|
2208 |
return trim( $title );
|
2241 |
if ( empty( $tax ) ) $tax = get_query_var( 'taxonomy' );
|
2242 |
$title_format = $this->get_tax_title_format( $tax );
|
2243 |
$title = str_replace( '%taxonomy_title%', $category_name, $title_format );
|
2244 |
+
if ( strpos( $title, '%taxonomy_description%' ) !== false ) $title = str_replace( '%taxonomy_description%', $category_description, $title );
|
2245 |
+
if ( strpos( $title, '%category_title%' ) !== false ) $title = str_replace( '%category_title%', $category_name, $title );
|
2246 |
+
if ( strpos( $title, '%category_description%' ) !== false ) $title = str_replace( '%category_description%', $category_description, $title );
|
2247 |
+
if ( strpos( $title, '%blog_title%' ) !== false ) $title = str_replace( '%blog_title%', $this->internationalize( get_bloginfo( 'name' ) ), $title );
|
2248 |
+
if ( strpos( $title, '%blog_description%' ) !== false ) $title = str_replace( '%blog_description%', $this->internationalize( get_bloginfo( 'description' ) ), $title );
|
2249 |
$title = $this->paged_title( $title );
|
2250 |
return $title;
|
2251 |
}
|
2345 |
else
|
2346 |
$authordata = new WP_User();
|
2347 |
$new_title = str_replace( '%blog_title%', $this->internationalize( get_bloginfo( 'name' ) ), $title_format );
|
2348 |
+
if ( strpos( $new_title, '%blog_description%' ) !== false ) $new_title = str_replace( '%blog_description%', $this->internationalize( get_bloginfo( 'description' ) ), $new_title );
|
2349 |
+
if ( strpos( $new_title, '%page_title%' ) !== false ) $new_title = str_replace( '%page_title%', $title, $new_title );
|
2350 |
+
if ( strpos( $new_title, '%page_author_login%' ) !== false ) $new_title = str_replace( '%page_author_login%', $authordata->user_login, $new_title );
|
2351 |
+
if ( strpos( $new_title, '%page_author_nicename%' ) !== false ) $new_title = str_replace( '%page_author_nicename%', $authordata->user_nicename, $new_title );
|
2352 |
+
if ( strpos( $new_title, '%page_author_firstname%' ) !== false ) $new_title = str_replace( '%page_author_firstname%', $this->ucwords($authordata->first_name ), $new_title );
|
2353 |
+
if ( strpos( $new_title, '%page_author_lastname%' ) !== false ) $new_title = str_replace( '%page_author_lastname%', $this->ucwords($authordata->last_name ), $new_title );
|
2354 |
$title = trim( $new_title );
|
2355 |
return $title;
|
2356 |
}
|
2368 |
return $this->paged_title( $title );
|
2369 |
} else if ( is_attachment() ) {
|
2370 |
if ( $post === null ) return false;
|
2371 |
+
$title = get_post_meta( $post->ID, "_aioseop_title", true );
|
2372 |
+
if ( empty( $title ) ) $title = $post->post_title;
|
2373 |
+
if ( empty( $title ) ) $title = $this->get_original_title( '', false );
|
2374 |
+
if ( empty( $title ) ) $title = get_the_title( $post->post_parent );
|
2375 |
+
$title = apply_filters( 'aioseop_attachment_title', $this->internationalize( $this->apply_post_title_format( $title, '', $post ) ) );
|
2376 |
+
return $title;
|
|
|
|
|
2377 |
} else if ( is_page() || $this->is_static_posts_page() || ( is_home() && !$this->is_static_posts_page() ) ) {
|
2378 |
if ( $post === null ) return false;
|
2379 |
if ( ( $this->is_static_front_page() ) && ( $home_title = $this->internationalize( $aioseop_options['aiosp_home_title'] ) ) ) {
|
2428 |
$search = $this->capitalize( $search );
|
2429 |
$title_format = $aioseop_options['aiosp_search_title_format'];
|
2430 |
$title = str_replace( '%blog_title%', $this->internationalize( get_bloginfo( 'name' ) ), $title_format );
|
2431 |
+
if ( strpos( $title, '%blog_description%' ) !== false ) $title = str_replace( '%blog_description%', $this->internationalize( get_bloginfo( 'description' ) ), $title );
|
2432 |
+
if ( strpos( $title, '%search%' ) !== false ) $title = str_replace( '%search%', $search, $title );
|
2433 |
$title = $this->paged_title( $title );
|
2434 |
return $title;
|
2435 |
} else if ( is_tag() ) {
|
2439 |
$tag = $tags[0]->tag;
|
2440 |
$tag = str_replace('-', ' ', $tag);
|
2441 |
} else {
|
|
|
2442 |
if ( empty( $tag ) ) $tag = $this->get_original_title( '', false );
|
2443 |
$tag = $this->internationalize( $tag );
|
2444 |
}
|
2447 |
$tag = $this->capitalize( $tag );
|
2448 |
$title_format = $aioseop_options['aiosp_tag_title_format'];
|
2449 |
$title = str_replace( '%blog_title%', $this->internationalize( get_bloginfo('name') ), $title_format );
|
2450 |
+
if ( strpos( $title, '%blog_description%' ) !== false ) $title = str_replace( '%blog_description%', $this->internationalize( get_bloginfo( 'description') ), $title );
|
2451 |
+
if ( strpos( $title, '%tag%' ) !== false ) $title = str_replace( '%tag%', $tag, $title );
|
2452 |
$title = $this->paged_title( $title );
|
2453 |
return $title;
|
2454 |
}
|
2461 |
$tag = $this->capitalize($tag);
|
2462 |
$title_format = $aioseop_options['aiosp_tag_title_format'];
|
2463 |
$title = str_replace( '%blog_title%', $this->internationalize( get_bloginfo( 'name') ), $title_format);
|
2464 |
+
if ( strpos( $title, '%blog_description%' ) !== false ) $title = str_replace( '%blog_description%', $this->internationalize( get_bloginfo( 'description') ), $title);
|
2465 |
+
if ( strpos( $title, '%tag%' ) !== false ) $title = str_replace( '%tag%', $tag, $title );
|
2466 |
$title = $this->paged_title( $title );
|
2467 |
return $title;
|
2468 |
}
|
2487 |
}
|
2488 |
$month = date( "F", mktime( 0,0,0,(int)$monthnum,1,(int)$year ) );
|
2489 |
$new_title = str_replace( '%monthnum%', $monthnum, $new_title );
|
2490 |
+
if ( strpos( $new_title, '%month%' ) !== false ) $new_title = str_replace( '%month%', $month, $new_title );
|
2491 |
+
if ( strpos( $new_title, '%year%' ) !== false ) $new_title = str_replace( '%year%', get_query_var( 'year' ), $new_title );
|
2492 |
} else if ( is_post_type_archive() ) {
|
2493 |
$title = apply_filters( 'aioseop_archive_title', $this->apply_archive_title_format( $title ) );
|
2494 |
} else return false;
|
2495 |
$new_title = str_replace( '%blog_title%', $this->internationalize( get_bloginfo( 'name' ) ), $new_title );
|
2496 |
+
if ( strpos( $new_title, '%blog_description%' ) !== false ) $new_title = str_replace( '%blog_description%', $this->internationalize( get_bloginfo( 'description' ) ), $new_title );
|
2497 |
$title = trim( $new_title );
|
2498 |
$title = $this->paged_title( $title );
|
2499 |
return $title;
|
2500 |
} else if ( is_404() ) {
|
2501 |
$title_format = $aioseop_options['aiosp_404_title_format'];
|
2502 |
$new_title = str_replace( '%blog_title%', $this->internationalize( get_bloginfo( 'name') ), $title_format );
|
2503 |
+
if ( strpos( $new_title, '%blog_description%' ) !== false ) $new_title = str_replace( '%blog_description%', $this->internationalize( get_bloginfo( 'description' ) ), $new_title );
|
2504 |
+
if ( strpos( $new_title, '%request_url%' ) !== false ) $new_title = str_replace( '%request_url%', $_SERVER['REQUEST_URI'], $new_title );
|
2505 |
+
if ( strpos( $new_title, '%request_words%' ) !== false ) $new_title = str_replace( '%request_words%', $this->request_as_words( $_SERVER['REQUEST_URI'] ), $new_title );
|
2506 |
+
if ( strpos( $new_title, '%404_title%' ) !== false ) $new_title = str_replace( '%404_title%', $this->internationalize( $this->get_original_title( '', false ) ), $new_title );
|
2507 |
return $new_title;
|
2508 |
}
|
2509 |
return false;
|
2708 |
|
2709 |
function save_post_data( $id ) {
|
2710 |
$awmp_edit = $nonce = null;
|
2711 |
+
if ( empty( $_POST ) ) return false;
|
2712 |
if ( isset( $_POST[ 'aiosp_edit' ] ) ) $awmp_edit = $_POST['aiosp_edit'];
|
2713 |
if ( isset( $_POST[ 'nonce-aioseop-edit' ] ) ) $nonce = $_POST['nonce-aioseop-edit'];
|
2714 |
|
aioseop_functions.php
CHANGED
@@ -262,7 +262,7 @@ if ( !function_exists( 'aioseop_ajax_save_url' ) ) {
|
|
262 |
$_POST = $module->get_current_options( $_POST, null );
|
263 |
$module->handle_settings_updates( null );
|
264 |
$options = $module->get_current_options( Array(), null );
|
265 |
-
$output
|
266 |
$output = str_replace( "'", "\'", $output );
|
267 |
$output = str_replace( "\n", '\n', $output );
|
268 |
die( sprintf( AIOSEOP_AJAX_MSG_TMPL, $output ) );
|
@@ -602,8 +602,11 @@ if ( !function_exists( 'aioseop_add_contactmethods' ) ) {
|
|
602 |
$contactmethods['googleplus'] = __( 'Google+', 'all_in_one_seo_pack' );
|
603 |
if ( !empty( $aioseop_modules ) && is_object( $aioseop_modules ) ) {
|
604 |
$m = $aioseop_modules->return_module( 'All_in_One_SEO_Pack_Opengraph' );
|
605 |
-
if ( ( $m !== false ) && is_object( $m )
|
606 |
-
|
|
|
|
|
|
|
607 |
}
|
608 |
}
|
609 |
return $contactmethods;
|
262 |
$_POST = $module->get_current_options( $_POST, null );
|
263 |
$module->handle_settings_updates( null );
|
264 |
$options = $module->get_current_options( Array(), null );
|
265 |
+
$output = $module->display_custom_options( '', Array( 'name' => 'aiosp_sitemap_addl_pages', 'type' => 'custom', 'save' => true, 'value' => $options['aiosp_sitemap_addl_pages'], 'attr' => '' ) );
|
266 |
$output = str_replace( "'", "\'", $output );
|
267 |
$output = str_replace( "\n", '\n', $output );
|
268 |
die( sprintf( AIOSEOP_AJAX_MSG_TMPL, $output ) );
|
602 |
$contactmethods['googleplus'] = __( 'Google+', 'all_in_one_seo_pack' );
|
603 |
if ( !empty( $aioseop_modules ) && is_object( $aioseop_modules ) ) {
|
604 |
$m = $aioseop_modules->return_module( 'All_in_One_SEO_Pack_Opengraph' );
|
605 |
+
if ( ( $m !== false ) && is_object( $m ) ) {
|
606 |
+
if ( $m->option_isset( 'twitter_creator' ) )
|
607 |
+
$contactmethods['twitter'] = __( 'Twitter', 'all_in_one_seo_pack' );
|
608 |
+
if ( $m->option_isset( 'facebook_author' ) )
|
609 |
+
$contactmethods['facebook'] = __( 'Facebook', 'all_in_one_seo_pack' );
|
610 |
}
|
611 |
}
|
612 |
return $contactmethods;
|
aioseop_module_class.php
CHANGED
@@ -945,6 +945,7 @@ if ( !class_exists( 'All_in_One_SEO_Pack_Module' ) ) {
|
|
945 |
if ( empty( $screen ) ) return;
|
946 |
if ( ( $screen->base != 'post' ) && ( $screen->base != 'edit-tags' ) && ( $screen->base != 'toplevel_page_shopp-products' ) ) return;
|
947 |
if ( $screen->base == 'edit-tags' ) $this->form = 'edittag';
|
|
|
948 |
foreach( $this->locations as $k => $v ) {
|
949 |
if ( $v['type'] === 'metabox' ) {
|
950 |
if ( isset( $v['display'] ) && !empty( $v['display'] ) ) {
|
945 |
if ( empty( $screen ) ) return;
|
946 |
if ( ( $screen->base != 'post' ) && ( $screen->base != 'edit-tags' ) && ( $screen->base != 'toplevel_page_shopp-products' ) ) return;
|
947 |
if ( $screen->base == 'edit-tags' ) $this->form = 'edittag';
|
948 |
+
if ( $screen->base == 'toplevel_page_shopp-products' ) $this->form = 'product';
|
949 |
foreach( $this->locations as $k => $v ) {
|
950 |
if ( $v['type'] === 'metabox' ) {
|
951 |
if ( isset( $v['display'] ) && !empty( $v['display'] ) ) {
|
aioseop_module_manager.php
CHANGED
@@ -83,6 +83,10 @@ if ( !class_exists( 'All_in_One_SEO_Pack_Module_Manager' ) ) {
|
|
83 |
$v = $this->modules[ $mod ];
|
84 |
if ( $v !== null ) return false; // already loaded
|
85 |
if ( $mod == 'performance' && !is_super_admin() ) return false;
|
|
|
|
|
|
|
|
|
86 |
$mod_enable = false;
|
87 |
$fm_page = ( $this->module_settings_update && wp_verify_nonce( $_POST['nonce-aioseop'], 'aioseop-nonce' ) &&
|
88 |
isset($_REQUEST['page']) && $_REQUEST['page'] == trailingslashit( AIOSEOP_PLUGIN_DIRNAME ) . 'aioseop_feature_manager.php' );
|
83 |
$v = $this->modules[ $mod ];
|
84 |
if ( $v !== null ) return false; // already loaded
|
85 |
if ( $mod == 'performance' && !is_super_admin() ) return false;
|
86 |
+
if ( $mod == 'file_editor' && ( ( ( defined( 'DISALLOW_FILE_EDIT' ) && DISALLOW_FILE_EDIT )
|
87 |
+
|| ( defined( 'DISALLOW_FILE_MODS' ) && DISALLOW_FILE_MODS )
|
88 |
+
|| !is_super_admin() ) ) )
|
89 |
+
return false;
|
90 |
$mod_enable = false;
|
91 |
$fm_page = ( $this->module_settings_update && wp_verify_nonce( $_POST['nonce-aioseop'], 'aioseop-nonce' ) &&
|
92 |
isset($_REQUEST['page']) && $_REQUEST['page'] == trailingslashit( AIOSEOP_PLUGIN_DIRNAME ) . 'aioseop_feature_manager.php' );
|
aioseop_opengraph.php
CHANGED
@@ -100,7 +100,10 @@ if ( !class_exists( 'All_in_One_SEO_Pack_Opengraph' ) ) {
|
|
100 |
"title" => __( "This is the Open Graph title of this Page or Post.<br /><a href='http://semperplugins.com/documentation/social-meta-module/' target='_blank'>Click here for documentation on this setting</a>", 'all_in_one_seo_pack' ),
|
101 |
"desc" => __( "This is the Open Graph description of this Page or Post.<br /><a href='http://semperplugins.com/documentation/social-meta-module/' target='_blank'>Click here for documentation on this setting</a>", 'all_in_one_seo_pack' ),
|
102 |
"category" => __( "Select the Open Graph type that best describes the content of this Page or Post.<br /><a href='http://semperplugins.com/documentation/social-meta-module/' target='_blank'>Click here for documentation on this setting</a>", 'all_in_one_seo_pack' ),
|
103 |
-
"tag"
|
|
|
|
|
|
|
104 |
);
|
105 |
$count_desc = __( " characters. Open Graph allows up to a maximum of %s chars for the %s.", 'all_in_one_seo_pack' );
|
106 |
$this->default_options = array(
|
@@ -153,6 +156,9 @@ if ( !class_exists( 'All_in_One_SEO_Pack_Opengraph' ) ) {
|
|
153 |
),
|
154 |
'tag' => Array( 'name' => __( 'Article Tags', 'all_in_one_seo_pack' ),
|
155 |
'type' => 'text', 'default' => '', 'condshow' => Array( 'aioseop_opengraph_settings_category' => 'article' ) ),
|
|
|
|
|
|
|
156 |
);
|
157 |
|
158 |
if ( !empty( $help_text ) )
|
@@ -167,7 +173,7 @@ if ( !class_exists( 'All_in_One_SEO_Pack_Opengraph' ) ) {
|
|
167 |
|
168 |
$this->locations = array(
|
169 |
'opengraph' => Array( 'name' => $this->name, 'prefix' => 'aiosp_', 'type' => 'settings',
|
170 |
-
'options' => Array('scan_header', 'setmeta', 'key', 'sitename', 'hometitle', 'description', 'homeimage', 'disable_jetpack', 'generate_descriptions', 'defimg', 'fallback', 'dimg', 'meta_key', 'categories', 'defcard', 'twitter_site', 'twitter_creator', 'twitter_domain', 'types') ),
|
171 |
'settings' => Array( 'name' => __('Social Settings', 'all_in_one_seo_pack'),
|
172 |
'type' => 'metabox', 'help_link' => 'http://semperplugins.com/documentation/social-meta-module/#pagepost_settings',
|
173 |
'options' => Array( 'title', 'desc', 'image', 'customimg', 'imagewidth', 'imageheight', 'category', 'tag', 'setcard' ),
|
@@ -177,10 +183,31 @@ if ( !class_exists( 'All_in_One_SEO_Pack_Opengraph' ) ) {
|
|
177 |
|
178 |
$this->layout = Array(
|
179 |
'default' => Array(
|
180 |
-
'name' => __( '
|
181 |
'help_link' => 'http://semperplugins.com/documentation/social-meta-module/',
|
182 |
'options' => Array() // this is set below, to the remaining options -- pdb
|
183 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
184 |
'scan_meta' => Array(
|
185 |
'name' => __( 'Scan Social Meta', 'all_in_one_seo_pack' ),
|
186 |
'help_link' => 'http://semperplugins.com/documentation/social-meta-module/#scan_meta',
|
@@ -384,6 +411,15 @@ if ( !class_exists( 'All_in_One_SEO_Pack_Opengraph' ) ) {
|
|
384 |
if ( $type == 'article' && ( !empty( $metabox['aioseop_opengraph_settings_tag'] ) ) ) {
|
385 |
$tag = $metabox['aioseop_opengraph_settings_tag'];
|
386 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
387 |
|
388 |
$image = $metabox['aioseop_opengraph_settings_image'];
|
389 |
$title = $metabox['aioseop_opengraph_settings_title'];
|
@@ -489,7 +525,9 @@ if ( !class_exists( 'All_in_One_SEO_Pack_Opengraph' ) ) {
|
|
489 |
'sitename' => 'og:site_name',
|
490 |
'key' => 'fb:admins',
|
491 |
'description' => 'og:description',
|
492 |
-
'tag' => 'article:tag'
|
|
|
|
|
493 |
),
|
494 |
'twitter' => Array(
|
495 |
'card' => 'twitter:card',
|
@@ -550,7 +588,9 @@ if ( !class_exists( 'All_in_One_SEO_Pack_Opengraph' ) ) {
|
|
550 |
}
|
551 |
|
552 |
function do_opengraph( ) {
|
553 |
-
|
|
|
|
|
554 |
if ( !defined( 'DOING_AJAX' ) )
|
555 |
add_action( 'aioseop_modules_wp_head', Array( $this, 'add_meta' ), 5 );
|
556 |
}
|
@@ -575,7 +615,7 @@ if ( !class_exists( 'All_in_One_SEO_Pack_Opengraph' ) ) {
|
|
575 |
'condshow' => Array( 'aiosp_opengraph_types\[\]' => $slug )
|
576 |
);
|
577 |
$this->locations['opengraph']['options'][] = $field;
|
578 |
-
$this->layout['
|
579 |
}
|
580 |
$this->setting_options();
|
581 |
}
|
100 |
"title" => __( "This is the Open Graph title of this Page or Post.<br /><a href='http://semperplugins.com/documentation/social-meta-module/' target='_blank'>Click here for documentation on this setting</a>", 'all_in_one_seo_pack' ),
|
101 |
"desc" => __( "This is the Open Graph description of this Page or Post.<br /><a href='http://semperplugins.com/documentation/social-meta-module/' target='_blank'>Click here for documentation on this setting</a>", 'all_in_one_seo_pack' ),
|
102 |
"category" => __( "Select the Open Graph type that best describes the content of this Page or Post.<br /><a href='http://semperplugins.com/documentation/social-meta-module/' target='_blank'>Click here for documentation on this setting</a>", 'all_in_one_seo_pack' ),
|
103 |
+
"tag" => __( "This Open Graph meta allows you to add a list of keywords that best describe this content.<br /><a href='http://semperplugins.com/documentation/social-meta-module/' target='_blank'>Click here for documentation on this setting</a>", 'all_in_one_seo_pack' ),
|
104 |
+
"facebook_publisher" => __( "Link articles to the Facebook page associated with your website.<br /><a href='http://semperplugins.com/documentation/social-meta-module/' target='_blank'>Click here for documentation on this setting</a>", 'all_in_one_seo_pack' ),
|
105 |
+
"facebook_author" => __( "Allows your authors to be identified by their Facebook pages as content authors on the Opengraph meta for their articles.<br /><a href='http://semperplugins.com/documentation/social-meta-module/' target='_blank'>Click here for documentation on this setting</a>", 'all_in_one_seo_pack' ),
|
106 |
+
|
107 |
);
|
108 |
$count_desc = __( " characters. Open Graph allows up to a maximum of %s chars for the %s.", 'all_in_one_seo_pack' );
|
109 |
$this->default_options = array(
|
156 |
),
|
157 |
'tag' => Array( 'name' => __( 'Article Tags', 'all_in_one_seo_pack' ),
|
158 |
'type' => 'text', 'default' => '', 'condshow' => Array( 'aioseop_opengraph_settings_category' => 'article' ) ),
|
159 |
+
'facebook_publisher'=>Array('name' => __( 'Show Facebook Publisher on Articles', 'all_in_one_seo_pack' ), 'type' => 'text', 'default' => '' ),
|
160 |
+
'facebook_author'=>Array( 'name' => __( 'Show Facebook Author on Articles', 'all_in_one_seo_pack' ) ),
|
161 |
+
|
162 |
);
|
163 |
|
164 |
if ( !empty( $help_text ) )
|
173 |
|
174 |
$this->locations = array(
|
175 |
'opengraph' => Array( 'name' => $this->name, 'prefix' => 'aiosp_', 'type' => 'settings',
|
176 |
+
'options' => Array('scan_header', 'setmeta', 'key', 'sitename', 'hometitle', 'description', 'homeimage', 'disable_jetpack', 'generate_descriptions', 'defimg', 'fallback', 'dimg', 'meta_key', 'categories', 'defcard', 'twitter_site', 'twitter_creator', 'twitter_domain', 'types', 'facebook_publisher', 'facebook_author' ) ),
|
177 |
'settings' => Array( 'name' => __('Social Settings', 'all_in_one_seo_pack'),
|
178 |
'type' => 'metabox', 'help_link' => 'http://semperplugins.com/documentation/social-meta-module/#pagepost_settings',
|
179 |
'options' => Array( 'title', 'desc', 'image', 'customimg', 'imagewidth', 'imageheight', 'category', 'tag', 'setcard' ),
|
183 |
|
184 |
$this->layout = Array(
|
185 |
'default' => Array(
|
186 |
+
'name' => __( 'General Settings', 'all_in_one_seo_pack' ),
|
187 |
'help_link' => 'http://semperplugins.com/documentation/social-meta-module/',
|
188 |
'options' => Array() // this is set below, to the remaining options -- pdb
|
189 |
),
|
190 |
+
'home' => Array(
|
191 |
+
'name' => __( 'Home Page Settings', 'all_in_one_seo_pack' ),
|
192 |
+
'help_link' => 'http://semperplugins.com/documentation/social-meta-module/',
|
193 |
+
'options' => Array( 'setmeta', 'sitename', 'hometitle', 'description', 'homeimage' )
|
194 |
+
),
|
195 |
+
'image' => Array(
|
196 |
+
'name' => __( 'Image Settings', 'all_in_one_seo_pack' ),
|
197 |
+
'help_link' => 'http://semperplugins.com/documentation/social-meta-module/',
|
198 |
+
'options' => Array( 'defimg', 'fallback', 'dimg', 'meta_key' )
|
199 |
+
),
|
200 |
+
'facebook' => Array(
|
201 |
+
'name' => __( 'Facebook Settings', 'all_in_one_seo_pack' ),
|
202 |
+
'help_link' => 'http://semperplugins.com/documentation/social-meta-module/',
|
203 |
+
'options' => Array( 'key', 'types', 'categories', 'facebook_publisher', 'facebook_author' )
|
204 |
+
),
|
205 |
+
'twitter' => Array(
|
206 |
+
'name' => __( 'Twitter Settings', 'all_in_one_seo_pack' ),
|
207 |
+
'help_link' => 'http://semperplugins.com/documentation/social-meta-module/',
|
208 |
+
'options' => Array( 'defcard', 'setcard', 'twitter_site', 'twitter_creator', 'twitter_domain' )
|
209 |
+
),
|
210 |
+
|
211 |
'scan_meta' => Array(
|
212 |
'name' => __( 'Scan Social Meta', 'all_in_one_seo_pack' ),
|
213 |
'help_link' => 'http://semperplugins.com/documentation/social-meta-module/#scan_meta',
|
411 |
if ( $type == 'article' && ( !empty( $metabox['aioseop_opengraph_settings_tag'] ) ) ) {
|
412 |
$tag = $metabox['aioseop_opengraph_settings_tag'];
|
413 |
}
|
414 |
+
if ( $type == 'article' && ( !empty( $this->options['aiosp_opengraph_facebook_publisher'] ) ) ) {
|
415 |
+
$publisher = $this->options['aiosp_opengraph_facebook_publisher'];
|
416 |
+
}
|
417 |
+
|
418 |
+
if ( !empty( $this->options['aiosp_opengraph_twitter_domain'] ) )
|
419 |
+
$domain = $this->options['aiosp_opengraph_twitter_domain'];
|
420 |
+
|
421 |
+
if ( $type == 'article' && !empty( $post ) && isset( $post->post_author ) && !empty( $this->options['aiosp_opengraph_facebook_author'] ) )
|
422 |
+
$author = get_the_author_meta( 'facebook', $post->post_author );
|
423 |
|
424 |
$image = $metabox['aioseop_opengraph_settings_image'];
|
425 |
$title = $metabox['aioseop_opengraph_settings_title'];
|
525 |
'sitename' => 'og:site_name',
|
526 |
'key' => 'fb:admins',
|
527 |
'description' => 'og:description',
|
528 |
+
'tag' => 'article:tag',
|
529 |
+
'publisher' => 'article:publisher',
|
530 |
+
'author' => 'article:author'
|
531 |
),
|
532 |
'twitter' => Array(
|
533 |
'card' => 'twitter:card',
|
588 |
}
|
589 |
|
590 |
function do_opengraph( ) {
|
591 |
+
global $aioseop_options;
|
592 |
+
if ( !empty( $aioseop_options ) && !empty( $aioseop_options['aiosp_schema_markup'] ) )
|
593 |
+
add_filter( 'language_attributes', Array( $this, 'add_attributes' ) );
|
594 |
if ( !defined( 'DOING_AJAX' ) )
|
595 |
add_action( 'aioseop_modules_wp_head', Array( $this, 'add_meta' ), 5 );
|
596 |
}
|
615 |
'condshow' => Array( 'aiosp_opengraph_types\[\]' => $slug )
|
616 |
);
|
617 |
$this->locations['opengraph']['options'][] = $field;
|
618 |
+
$this->layout['facebook']['options'][] = $field;
|
619 |
}
|
620 |
$this->setting_options();
|
621 |
}
|
aioseop_performance.php
CHANGED
@@ -229,11 +229,13 @@ if ( !class_exists( 'All_in_One_SEO_Pack_Performance' ) ) {
|
|
229 |
echo "<div class='sfwd_debug_error'>" . __( "Form submission error: verification check failed.", 'all_in_one_seo_pack' ) . "</div>";
|
230 |
break;
|
231 |
}
|
232 |
-
|
233 |
-
|
234 |
-
|
|
|
|
|
235 |
} else {
|
236 |
-
echo "<div class='sfwd_debug_error'>" . sprintf( __( "Failed to send to %s.", 'all_in_one_seo_pack' ), $
|
237 |
}
|
238 |
} else {
|
239 |
echo "<div class='sfwd_debug_error'>" . __( 'Error: please enter an e-mail address before submitting.', 'all_in_one_seo_pack' ) . "</div>";
|
229 |
echo "<div class='sfwd_debug_error'>" . __( "Form submission error: verification check failed.", 'all_in_one_seo_pack' ) . "</div>";
|
230 |
break;
|
231 |
}
|
232 |
+
$email = '';
|
233 |
+
if ( !empty( $_REQUEST['sfwd_debug_send_email'] ) ) $email = sanitize_email( $_REQUEST['sfwd_debug_send_email'] );
|
234 |
+
if ( $email ) {
|
235 |
+
if ( wp_mail( $email, sprintf( __( "SFWD Debug Mail From Site %s.", 'all_in_one_seo_pack'), $siteurl), $mail_text ) ) {
|
236 |
+
echo "<div class='sfwd_debug_mail_sent'>" . sprintf( __( "Sent to %s.", 'all_in_one_seo_pack' ), $email ) . "</div>";
|
237 |
} else {
|
238 |
+
echo "<div class='sfwd_debug_error'>" . sprintf( __( "Failed to send to %s.", 'all_in_one_seo_pack' ), $email ) . "</div>";
|
239 |
}
|
240 |
} else {
|
241 |
echo "<div class='sfwd_debug_error'>" . __( 'Error: please enter an e-mail address before submitting.', 'all_in_one_seo_pack' ) . "</div>";
|
aioseop_sitemap.php
CHANGED
@@ -827,8 +827,12 @@ if ( !class_exists( 'All_in_One_SEO_Pack_Sitemap' ) ) {
|
|
827 |
$field = $this->prefix . $prefix . $item;
|
828 |
if ( $this->option_isset( $prefix . $item ) && $this->options[ $field ] != 'no' ) {
|
829 |
if ( ( $this->options[ $field ] == 'sel' ) && !empty( $type ) && ( isset( $this->options[ $this->prefix . $prefix . $item . '_' . $type ] ) ) ) {
|
|
|
|
|
830 |
$cache[ $item . $type ] = $this->options[ $this->prefix . $prefix . $item . '_' . $type ];
|
831 |
} else {
|
|
|
|
|
832 |
$cache[ $item . $type ] = $this->options[ $field ];
|
833 |
}
|
834 |
return $cache[ $item . $type ];
|
@@ -1179,10 +1183,10 @@ if ( !class_exists( 'All_in_One_SEO_Pack_Sitemap' ) ) {
|
|
1179 |
foreach ($terms as $term) {
|
1180 |
$pr_info = Array();
|
1181 |
$pr_info['loc'] = $this->get_term_link( $term, $term->taxonomy );
|
1182 |
-
if ( ( $this->options[ $this->prefix . 'prio_taxonomies' ] == 'sel' ) && ( isset( $this->options[ $this->prefix . 'prio_taxonomies_' . $term->taxonomy ] ) ) ) {
|
1183 |
$pr_info['priority'] = $this->options[ $this->prefix . 'prio_taxonomies_' . $term->taxonomy ];
|
1184 |
} else $pr_info['priority'] = $def_prio;
|
1185 |
-
if ( ( $this->options[ $this->prefix . 'freq_taxonomies' ] == 'sel' ) && ( isset( $this->options[ $this->prefix . 'freq_taxonomies_' . $term->taxonomy ] ) ) ) {
|
1186 |
$pr_info['changefreq'] = $this->options[ $this->prefix . 'freq_taxonomies_' . $term->taxonomy ];
|
1187 |
} else $pr_info['changefreq'] = $def_freq;
|
1188 |
$prio[] = $pr_info;
|
@@ -1471,9 +1475,11 @@ if ( !class_exists( 'All_in_One_SEO_Pack_Sitemap' ) ) {
|
|
1471 |
if ( $freq_override )
|
1472 |
$pr_info[ 'changefreq' ] = $freq_override;
|
1473 |
if ( ( $this->options[ $this->prefix . 'prio_post' ] == 'sel' ) && ( isset( $this->options[ $this->prefix . 'prio_post_' . $post->post_type ] ) ) ) {
|
|
|
1474 |
$pr_info[ 'priority' ] = $this->options[ $this->prefix . 'prio_post_' . $post->post_type ];
|
1475 |
}
|
1476 |
if ( ( $this->options[ $this->prefix . 'freq_post' ] == 'sel' ) && ( isset( $this->options[ $this->prefix . 'freq_post_' . $post->post_type ] ) ) ) {
|
|
|
1477 |
$pr_info[ 'changefreq' ] = $this->options[ $this->prefix . 'freq_post_' . $post->post_type ];
|
1478 |
}
|
1479 |
$pr_info['loc'] = $url;
|
827 |
$field = $this->prefix . $prefix . $item;
|
828 |
if ( $this->option_isset( $prefix . $item ) && $this->options[ $field ] != 'no' ) {
|
829 |
if ( ( $this->options[ $field ] == 'sel' ) && !empty( $type ) && ( isset( $this->options[ $this->prefix . $prefix . $item . '_' . $type ] ) ) ) {
|
830 |
+
if ( $this->options[ $this->prefix . $prefix . $item . '_' . $type ] == 'no' ) return false;
|
831 |
+
if ( $this->options[ $this->prefix . $prefix . $item . '_' . $type ] == 'sel' ) return false;
|
832 |
$cache[ $item . $type ] = $this->options[ $this->prefix . $prefix . $item . '_' . $type ];
|
833 |
} else {
|
834 |
+
if ( $this->options[ $field ] == 'no' ) return false;
|
835 |
+
if ( $this->options[ $field ] == 'sel' ) return false;
|
836 |
$cache[ $item . $type ] = $this->options[ $field ];
|
837 |
}
|
838 |
return $cache[ $item . $type ];
|
1183 |
foreach ($terms as $term) {
|
1184 |
$pr_info = Array();
|
1185 |
$pr_info['loc'] = $this->get_term_link( $term, $term->taxonomy );
|
1186 |
+
if ( ( $this->options[ $this->prefix . 'prio_taxonomies' ] == 'sel' ) && ( isset( $this->options[ $this->prefix . 'prio_taxonomies_' . $term->taxonomy ] ) ) && ( $this->options[ $this->prefix . 'prio_taxonomies_' . $term->taxonomy ] != 'no' ) ) {
|
1187 |
$pr_info['priority'] = $this->options[ $this->prefix . 'prio_taxonomies_' . $term->taxonomy ];
|
1188 |
} else $pr_info['priority'] = $def_prio;
|
1189 |
+
if ( ( $this->options[ $this->prefix . 'freq_taxonomies' ] == 'sel' ) && ( isset( $this->options[ $this->prefix . 'freq_taxonomies_' . $term->taxonomy ] ) ) && ( $this->options[ $this->prefix . 'freq_taxonomies_' . $term->taxonomy ] != 'no' ) ) {
|
1190 |
$pr_info['changefreq'] = $this->options[ $this->prefix . 'freq_taxonomies_' . $term->taxonomy ];
|
1191 |
} else $pr_info['changefreq'] = $def_freq;
|
1192 |
$prio[] = $pr_info;
|
1475 |
if ( $freq_override )
|
1476 |
$pr_info[ 'changefreq' ] = $freq_override;
|
1477 |
if ( ( $this->options[ $this->prefix . 'prio_post' ] == 'sel' ) && ( isset( $this->options[ $this->prefix . 'prio_post_' . $post->post_type ] ) ) ) {
|
1478 |
+
if ( ( $this->options[ $this->prefix . 'prio_post_' . $post->post_type ] != 'no' ) && ( $this->options[ $this->prefix . 'prio_post_' . $post->post_type ] != 'sel' ) )
|
1479 |
$pr_info[ 'priority' ] = $this->options[ $this->prefix . 'prio_post_' . $post->post_type ];
|
1480 |
}
|
1481 |
if ( ( $this->options[ $this->prefix . 'freq_post' ] == 'sel' ) && ( isset( $this->options[ $this->prefix . 'freq_post_' . $post->post_type ] ) ) ) {
|
1482 |
+
if ( ( $this->options[ $this->prefix . 'freq_post_' . $post->post_type ] != 'no' ) && ( $this->options[ $this->prefix . 'freq_post_' . $post->post_type ] != 'sel' ) )
|
1483 |
$pr_info[ 'changefreq' ] = $this->options[ $this->prefix . 'freq_post_' . $post->post_type ];
|
1484 |
}
|
1485 |
$pr_info['loc'] = $url;
|
all_in_one_seo_pack.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: All In One SEO Pack
|
4 |
Plugin URI: http://semperfiwebdesign.com
|
5 |
Description: Out-of-the-box SEO for your WordPress blog. <a href="admin.php?page=all-in-one-seo-pack/aioseop_class.php">Options configuration panel</a> | <a href="http://semperplugins.com/plugins/all-in-one-seo-pack-pro-version/?loc=plugins" target="_blank">Upgrade to Pro Version</a> | <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=mrtorbert%40gmail%2ecom&item_name=All%20In%20One%20SEO%20Pack&item_number=Support%20Open%20Source&no_shipping=0&no_note=1&tax=0¤cy_code=USD&lc=US&bn=PP%2dDonationsBF&charset=UTF%2d8">Donate</a> | <a href="http://semperplugins.com/support/" >Support</a> | <a href="https://www.amazon.com/wishlist/1NFQ133FNCOOA/ref=wl_web" target="_blank" title="Amazon Wish List">Amazon Wishlist</a>
|
6 |
-
Version: 2.2.
|
7 |
Author: Michael Torbert
|
8 |
Author URI: http://michaeltorbert.com
|
9 |
*/
|
@@ -30,11 +30,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
30 |
|
31 |
/**
|
32 |
* @package All-in-One-SEO-Pack
|
33 |
-
* @version 2.2.
|
34 |
*/
|
35 |
|
36 |
if ( ! defined( 'AIOSEOP_VERSION' ) )
|
37 |
-
define( 'AIOSEOP_VERSION', '2.2.
|
38 |
|
39 |
if ( ! defined( 'AIOSEOP_PLUGIN_DIR' ) ) {
|
40 |
define( 'AIOSEOP_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
|
3 |
Plugin Name: All In One SEO Pack
|
4 |
Plugin URI: http://semperfiwebdesign.com
|
5 |
Description: Out-of-the-box SEO for your WordPress blog. <a href="admin.php?page=all-in-one-seo-pack/aioseop_class.php">Options configuration panel</a> | <a href="http://semperplugins.com/plugins/all-in-one-seo-pack-pro-version/?loc=plugins" target="_blank">Upgrade to Pro Version</a> | <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=mrtorbert%40gmail%2ecom&item_name=All%20In%20One%20SEO%20Pack&item_number=Support%20Open%20Source&no_shipping=0&no_note=1&tax=0¤cy_code=USD&lc=US&bn=PP%2dDonationsBF&charset=UTF%2d8">Donate</a> | <a href="http://semperplugins.com/support/" >Support</a> | <a href="https://www.amazon.com/wishlist/1NFQ133FNCOOA/ref=wl_web" target="_blank" title="Amazon Wish List">Amazon Wishlist</a>
|
6 |
+
Version: 2.2.2
|
7 |
Author: Michael Torbert
|
8 |
Author URI: http://michaeltorbert.com
|
9 |
*/
|
30 |
|
31 |
/**
|
32 |
* @package All-in-One-SEO-Pack
|
33 |
+
* @version 2.2.2
|
34 |
*/
|
35 |
|
36 |
if ( ! defined( 'AIOSEOP_VERSION' ) )
|
37 |
+
define( 'AIOSEOP_VERSION', '2.2.2' );
|
38 |
|
39 |
if ( ! defined( 'AIOSEOP_PLUGIN_DIR' ) ) {
|
40 |
define( 'AIOSEOP_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
|
all_in_one_seo_pack.pot
CHANGED
@@ -1,1500 +1,2985 @@
|
|
1 |
-
# Copyright (C)
|
2 |
# This file is distributed under the same license as the All In One SEO Pack package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: All In One SEO Pack 2.
|
6 |
-
"Report-Msgid-Bugs-To: http://wordpress.org/
|
7 |
-
"
|
|
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=UTF-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
11 |
-
"PO-Revision-Date:
|
12 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
13 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
14 |
|
15 |
-
#: aioseop_class.php:
|
16 |
msgid "All in One SEO Pack"
|
17 |
msgstr ""
|
18 |
|
19 |
-
#: aioseop_class.php:
|
20 |
msgid "%s Plugin Options"
|
21 |
msgstr ""
|
22 |
|
23 |
-
#: aioseop_class.php:
|
24 |
msgid "General Settings"
|
25 |
msgstr ""
|
26 |
|
27 |
-
#: aioseop_class.php:
|
28 |
-
msgid "
|
29 |
msgstr ""
|
30 |
|
31 |
-
#: aioseop_class.php:
|
32 |
-
msgid "
|
|
|
|
|
|
|
|
|
33 |
msgstr ""
|
34 |
|
35 |
-
#: aioseop_class.php:
|
36 |
-
msgid "
|
|
|
|
|
37 |
msgstr ""
|
38 |
|
39 |
-
#: aioseop_class.php:
|
40 |
-
msgid "
|
|
|
|
|
|
|
|
|
41 |
msgstr ""
|
42 |
|
43 |
-
#: aioseop_class.php:
|
44 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
45 |
msgstr ""
|
46 |
|
47 |
-
#: aioseop_class.php:
|
48 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
49 |
msgstr ""
|
50 |
|
51 |
-
#: aioseop_class.php:
|
52 |
-
msgid "
|
|
|
|
|
|
|
|
|
53 |
msgstr ""
|
54 |
|
55 |
-
#: aioseop_class.php:
|
56 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
57 |
msgstr ""
|
58 |
|
59 |
-
#: aioseop_class.php:
|
60 |
-
|
61 |
-
|
62 |
-
|
|
|
|
|
63 |
msgstr ""
|
64 |
|
65 |
-
#: aioseop_class.php:
|
66 |
-
|
67 |
-
|
68 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
69 |
msgstr ""
|
70 |
|
71 |
#: aioseop_class.php:86
|
72 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
73 |
msgstr ""
|
74 |
|
75 |
#: aioseop_class.php:87
|
76 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
77 |
msgstr ""
|
78 |
|
79 |
#: aioseop_class.php:91
|
80 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
81 |
msgstr ""
|
82 |
|
83 |
-
#: aioseop_class.php:
|
84 |
-
msgid "
|
85 |
msgstr ""
|
86 |
|
87 |
#: aioseop_class.php:95
|
88 |
-
msgid "
|
89 |
msgstr ""
|
90 |
|
91 |
-
#: aioseop_class.php:96
|
92 |
-
msgid "
|
93 |
msgstr ""
|
94 |
|
95 |
-
#: aioseop_class.php:
|
96 |
-
msgid "
|
|
|
|
|
|
|
|
|
97 |
msgstr ""
|
98 |
|
99 |
-
#: aioseop_class.php:
|
100 |
-
msgid "
|
101 |
msgstr ""
|
102 |
|
103 |
-
#: aioseop_class.php:
|
104 |
-
msgid "
|
105 |
msgstr ""
|
106 |
|
107 |
-
#: aioseop_class.php:
|
108 |
-
msgid "
|
|
|
|
|
|
|
|
|
109 |
msgstr ""
|
110 |
|
111 |
-
#: aioseop_class.php:
|
112 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
113 |
msgstr ""
|
114 |
|
115 |
#: aioseop_class.php:121
|
116 |
-
msgid "
|
|
|
|
|
|
|
|
|
117 |
msgstr ""
|
118 |
|
119 |
#: aioseop_class.php:124
|
120 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
121 |
msgstr ""
|
122 |
|
123 |
-
#: aioseop_class.php:
|
124 |
-
msgid "
|
125 |
msgstr ""
|
126 |
|
127 |
-
#: aioseop_class.php:
|
128 |
-
msgid "
|
129 |
msgstr ""
|
130 |
|
131 |
-
#: aioseop_class.php:
|
132 |
-
|
133 |
-
#: aioseop_class.php:208 aioseop_class.php:217 aioseop_class.php:227
|
134 |
-
#: aioseop_class.php:239 aioseop_class.php:689
|
135 |
-
msgid "The following macros are supported:"
|
136 |
msgstr ""
|
137 |
|
138 |
-
#: aioseop_class.php:
|
139 |
-
|
140 |
-
#: aioseop_class.php:209 aioseop_class.php:218 aioseop_class.php:228
|
141 |
-
#: aioseop_class.php:690
|
142 |
-
msgid "%blog_title% - Your blog title"
|
143 |
msgstr ""
|
144 |
|
145 |
-
#: aioseop_class.php:
|
146 |
-
|
147 |
-
#: aioseop_class.php:210 aioseop_class.php:219 aioseop_class.php:229
|
148 |
-
#: aioseop_class.php:691
|
149 |
-
msgid "%blog_description% - Your blog description"
|
150 |
msgstr ""
|
151 |
|
152 |
-
#: aioseop_class.php:
|
153 |
-
msgid "
|
154 |
msgstr ""
|
155 |
|
156 |
-
#: aioseop_class.php:
|
157 |
-
msgid "
|
|
|
|
|
158 |
msgstr ""
|
159 |
|
160 |
-
#: aioseop_class.php:
|
161 |
-
msgid "
|
|
|
|
|
162 |
msgstr ""
|
163 |
|
164 |
-
#: aioseop_class.php:
|
165 |
-
msgid "
|
|
|
|
|
166 |
msgstr ""
|
167 |
|
168 |
-
#: aioseop_class.php:
|
169 |
-
msgid "
|
170 |
msgstr ""
|
171 |
|
172 |
-
#: aioseop_class.php:
|
173 |
-
msgid "
|
174 |
msgstr ""
|
175 |
|
176 |
-
#: aioseop_class.php:
|
177 |
-
msgid "
|
178 |
msgstr ""
|
179 |
|
180 |
-
#: aioseop_class.php:
|
181 |
-
msgid "
|
182 |
msgstr ""
|
183 |
|
184 |
-
#: aioseop_class.php:
|
185 |
-
msgid "
|
186 |
msgstr ""
|
187 |
|
188 |
-
#: aioseop_class.php:
|
189 |
-
msgid "
|
190 |
msgstr ""
|
191 |
|
192 |
-
#: aioseop_class.php:
|
193 |
-
msgid "
|
194 |
msgstr ""
|
195 |
|
196 |
-
#: aioseop_class.php:
|
197 |
-
msgid "
|
198 |
msgstr ""
|
199 |
|
200 |
-
#: aioseop_class.php:
|
201 |
-
msgid "
|
|
|
|
|
202 |
msgstr ""
|
203 |
|
204 |
-
#: aioseop_class.php:
|
205 |
-
msgid "
|
206 |
msgstr ""
|
207 |
|
208 |
-
#: aioseop_class.php:
|
209 |
-
|
|
|
210 |
msgstr ""
|
211 |
|
212 |
-
#: aioseop_class.php:
|
213 |
-
msgid "
|
214 |
msgstr ""
|
215 |
|
216 |
-
#:
|
217 |
-
msgid "
|
218 |
msgstr ""
|
219 |
|
220 |
-
#:
|
221 |
-
msgid "
|
222 |
msgstr ""
|
223 |
|
224 |
-
#:
|
225 |
-
msgid "
|
|
|
|
|
226 |
msgstr ""
|
227 |
|
228 |
-
#:
|
229 |
-
msgid "
|
230 |
msgstr ""
|
231 |
|
232 |
-
#:
|
233 |
-
msgid "
|
|
|
|
|
234 |
msgstr ""
|
235 |
|
236 |
-
#:
|
237 |
-
msgid "
|
238 |
msgstr ""
|
239 |
|
240 |
-
#:
|
241 |
-
msgid "
|
|
|
|
|
242 |
msgstr ""
|
243 |
|
244 |
-
#:
|
245 |
-
msgid "
|
246 |
msgstr ""
|
247 |
|
248 |
-
#:
|
249 |
-
msgid "
|
|
|
250 |
msgstr ""
|
251 |
|
252 |
-
#:
|
253 |
-
msgid "
|
254 |
msgstr ""
|
255 |
|
256 |
-
#:
|
257 |
-
msgid "
|
258 |
msgstr ""
|
259 |
|
260 |
-
#:
|
261 |
-
msgid "
|
262 |
msgstr ""
|
263 |
|
264 |
-
#:
|
265 |
-
msgid "
|
266 |
msgstr ""
|
267 |
|
268 |
-
#:
|
269 |
-
msgid "
|
270 |
msgstr ""
|
271 |
|
272 |
-
#:
|
273 |
-
msgid "
|
274 |
msgstr ""
|
275 |
|
276 |
-
#:
|
277 |
-
msgid "
|
278 |
msgstr ""
|
279 |
|
280 |
-
#:
|
281 |
-
msgid "
|
282 |
msgstr ""
|
283 |
|
284 |
-
#:
|
285 |
-
msgid "
|
286 |
msgstr ""
|
287 |
|
288 |
-
#:
|
289 |
-
msgid "
|
290 |
msgstr ""
|
291 |
|
292 |
-
#:
|
293 |
-
msgid "
|
294 |
msgstr ""
|
295 |
|
296 |
-
#:
|
297 |
-
msgid "
|
298 |
msgstr ""
|
299 |
|
300 |
-
#:
|
301 |
-
msgid "
|
302 |
msgstr ""
|
303 |
|
304 |
-
#:
|
305 |
-
msgid "
|
306 |
msgstr ""
|
307 |
|
308 |
-
#:
|
309 |
-
msgid "
|
310 |
msgstr ""
|
311 |
|
312 |
-
#:
|
313 |
-
msgid "
|
314 |
msgstr ""
|
315 |
|
316 |
-
#:
|
317 |
-
msgid "
|
318 |
msgstr ""
|
319 |
|
320 |
-
#:
|
321 |
-
msgid "SEO
|
322 |
msgstr ""
|
323 |
|
324 |
-
#:
|
325 |
-
msgid "
|
326 |
msgstr ""
|
327 |
|
328 |
-
#:
|
329 |
-
msgid "
|
330 |
msgstr ""
|
331 |
|
332 |
-
#:
|
333 |
-
|
|
|
334 |
msgstr ""
|
335 |
|
336 |
-
#:
|
337 |
-
msgid "
|
338 |
msgstr ""
|
339 |
|
340 |
-
#:
|
341 |
-
msgid "
|
342 |
msgstr ""
|
343 |
|
344 |
-
#:
|
345 |
-
msgid "
|
346 |
msgstr ""
|
347 |
|
348 |
-
#:
|
349 |
-
msgid "
|
350 |
msgstr ""
|
351 |
|
352 |
-
#:
|
353 |
-
msgid "
|
354 |
msgstr ""
|
355 |
|
356 |
-
#:
|
357 |
-
msgid "
|
358 |
msgstr ""
|
359 |
|
360 |
-
#:
|
361 |
-
msgid "
|
362 |
msgstr ""
|
363 |
|
364 |
-
#:
|
365 |
-
|
|
|
|
|
366 |
msgstr ""
|
367 |
|
368 |
-
#:
|
369 |
-
msgid "
|
370 |
msgstr ""
|
371 |
|
372 |
-
#:
|
373 |
-
msgid "
|
374 |
msgstr ""
|
375 |
|
376 |
-
#:
|
377 |
-
msgid "
|
378 |
msgstr ""
|
379 |
|
380 |
-
#:
|
381 |
-
msgid "
|
382 |
msgstr ""
|
383 |
|
384 |
-
#:
|
385 |
-
msgid "
|
386 |
msgstr ""
|
387 |
|
388 |
-
#:
|
389 |
-
msgid "
|
|
|
|
|
|
|
|
|
390 |
msgstr ""
|
391 |
|
392 |
-
#:
|
393 |
-
msgid "
|
|
|
|
|
|
|
394 |
msgstr ""
|
395 |
|
396 |
-
#:
|
397 |
-
msgid "
|
|
|
|
|
|
|
398 |
msgstr ""
|
399 |
|
400 |
-
#:
|
401 |
-
msgid "
|
|
|
|
|
402 |
msgstr ""
|
403 |
|
404 |
-
#:
|
405 |
-
msgid "
|
406 |
msgstr ""
|
407 |
|
408 |
-
#:
|
409 |
-
msgid "
|
410 |
msgstr ""
|
411 |
|
412 |
-
#:
|
413 |
-
msgid "
|
414 |
msgstr ""
|
415 |
|
416 |
-
#:
|
417 |
-
msgid "
|
|
|
|
|
|
|
|
|
418 |
msgstr ""
|
419 |
|
420 |
-
#:
|
421 |
-
msgid "
|
|
|
|
|
|
|
422 |
msgstr ""
|
423 |
|
424 |
-
#:
|
425 |
-
msgid "
|
|
|
|
|
|
|
|
|
426 |
msgstr ""
|
427 |
|
428 |
-
#:
|
429 |
-
msgid "
|
430 |
msgstr ""
|
431 |
|
432 |
-
#:
|
433 |
-
msgid "
|
434 |
msgstr ""
|
435 |
|
436 |
-
#:
|
437 |
-
msgid "
|
438 |
msgstr ""
|
439 |
|
440 |
-
#:
|
441 |
-
msgid "
|
|
|
|
|
|
|
442 |
msgstr ""
|
443 |
|
444 |
-
#:
|
445 |
-
msgid "
|
446 |
msgstr ""
|
447 |
|
448 |
-
#:
|
449 |
-
msgid "
|
450 |
msgstr ""
|
451 |
|
452 |
-
#:
|
453 |
-
msgid "
|
|
|
|
|
454 |
msgstr ""
|
455 |
|
456 |
-
#:
|
457 |
-
msgid "
|
458 |
msgstr ""
|
459 |
|
460 |
-
#:
|
461 |
-
msgid "
|
462 |
msgstr ""
|
463 |
|
464 |
-
#:
|
465 |
-
msgid "
|
466 |
msgstr ""
|
467 |
|
468 |
-
#:
|
469 |
-
msgid "
|
470 |
msgstr ""
|
471 |
|
472 |
-
#:
|
473 |
-
msgid "
|
474 |
msgstr ""
|
475 |
|
476 |
-
#:
|
477 |
-
msgid "
|
|
|
|
|
478 |
msgstr ""
|
479 |
|
480 |
-
#:
|
481 |
-
msgid "
|
482 |
msgstr ""
|
483 |
|
484 |
-
#:
|
485 |
-
msgid "
|
486 |
msgstr ""
|
487 |
|
488 |
-
#:
|
489 |
-
msgid "
|
490 |
msgstr ""
|
491 |
|
492 |
-
#:
|
493 |
-
msgid "
|
494 |
msgstr ""
|
495 |
|
496 |
-
#:
|
497 |
-
msgid "
|
498 |
msgstr ""
|
499 |
|
500 |
-
#:
|
501 |
-
msgid "
|
502 |
msgstr ""
|
503 |
|
504 |
-
#:
|
505 |
-
msgid "
|
506 |
msgstr ""
|
507 |
|
508 |
-
#:
|
509 |
-
msgid "
|
510 |
msgstr ""
|
511 |
|
512 |
-
#:
|
513 |
-
msgid "
|
514 |
msgstr ""
|
515 |
|
516 |
-
#:
|
517 |
-
msgid "
|
518 |
msgstr ""
|
519 |
|
520 |
-
#:
|
521 |
-
msgid "
|
522 |
msgstr ""
|
523 |
|
524 |
-
#:
|
525 |
-
msgid "
|
526 |
msgstr ""
|
527 |
|
528 |
-
#:
|
529 |
-
msgid "
|
530 |
msgstr ""
|
531 |
|
532 |
-
#:
|
533 |
-
msgid "
|
534 |
msgstr ""
|
535 |
|
536 |
-
#:
|
537 |
-
|
538 |
-
msgid "You can enter whatever additional headers you want here, even references to stylesheets."
|
539 |
msgstr ""
|
540 |
|
541 |
-
#:
|
542 |
-
msgid "
|
543 |
msgstr ""
|
544 |
|
545 |
-
#:
|
546 |
-
msgid "
|
547 |
msgstr ""
|
548 |
|
549 |
-
#:
|
550 |
-
msgid "
|
551 |
msgstr ""
|
552 |
|
553 |
-
#:
|
554 |
-
msgid "
|
555 |
msgstr ""
|
556 |
|
557 |
-
#:
|
558 |
-
msgid "
|
559 |
msgstr ""
|
560 |
|
561 |
-
#:
|
562 |
-
msgid "
|
563 |
msgstr ""
|
564 |
|
565 |
-
#:
|
566 |
-
msgid "
|
567 |
msgstr ""
|
568 |
|
569 |
-
#:
|
570 |
-
msgid "
|
571 |
msgstr ""
|
572 |
|
573 |
-
#:
|
574 |
-
msgid "
|
575 |
msgstr ""
|
576 |
|
577 |
-
#:
|
578 |
-
msgid "
|
579 |
msgstr ""
|
580 |
|
581 |
-
#:
|
582 |
-
msgid "
|
583 |
msgstr ""
|
584 |
|
585 |
-
#:
|
586 |
-
msgid "
|
587 |
msgstr ""
|
588 |
|
589 |
-
#:
|
590 |
-
msgid "
|
591 |
msgstr ""
|
592 |
|
593 |
-
#:
|
594 |
-
msgid "
|
595 |
msgstr ""
|
596 |
|
597 |
-
#:
|
598 |
-
msgid "
|
599 |
msgstr ""
|
600 |
|
601 |
-
#:
|
602 |
-
msgid "
|
603 |
msgstr ""
|
604 |
|
605 |
-
#:
|
606 |
-
msgid "
|
607 |
msgstr ""
|
608 |
|
609 |
-
#:
|
610 |
-
msgid "
|
611 |
msgstr ""
|
612 |
|
613 |
-
#:
|
614 |
-
msgid "
|
615 |
msgstr ""
|
616 |
|
617 |
-
#:
|
618 |
-
msgid "
|
619 |
msgstr ""
|
620 |
|
621 |
-
#:
|
622 |
-
msgid "
|
623 |
msgstr ""
|
624 |
|
625 |
-
#:
|
626 |
-
msgid "
|
627 |
msgstr ""
|
628 |
|
629 |
-
#:
|
630 |
-
msgid "
|
631 |
msgstr ""
|
632 |
|
633 |
-
#:
|
634 |
-
msgid "
|
635 |
msgstr ""
|
636 |
|
637 |
-
#:
|
638 |
-
msgid "
|
639 |
msgstr ""
|
640 |
|
641 |
-
#:
|
642 |
-
msgid "
|
643 |
msgstr ""
|
644 |
|
645 |
-
#:
|
646 |
-
msgid "
|
647 |
msgstr ""
|
648 |
|
649 |
-
#:
|
650 |
-
msgid "
|
651 |
msgstr ""
|
652 |
|
653 |
-
#:
|
654 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
655 |
msgstr ""
|
656 |
|
657 |
-
#:
|
658 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
659 |
msgstr ""
|
660 |
|
661 |
-
#:
|
662 |
-
msgid "
|
|
|
|
|
|
|
663 |
msgstr ""
|
664 |
|
665 |
-
#:
|
666 |
-
msgid "
|
|
|
|
|
|
|
667 |
msgstr ""
|
668 |
|
669 |
-
#:
|
670 |
-
msgid "
|
|
|
|
|
|
|
671 |
msgstr ""
|
672 |
|
673 |
-
#:
|
674 |
-
msgid "
|
|
|
|
|
|
|
675 |
msgstr ""
|
676 |
|
677 |
-
#:
|
678 |
-
msgid "
|
|
|
|
|
|
|
679 |
msgstr ""
|
680 |
|
681 |
-
#:
|
682 |
-
msgid "
|
|
|
|
|
|
|
683 |
msgstr ""
|
684 |
|
685 |
-
#:
|
686 |
-
msgid "
|
|
|
|
|
|
|
|
|
687 |
msgstr ""
|
688 |
|
689 |
-
#:
|
690 |
-
msgid "
|
|
|
|
|
|
|
|
|
691 |
msgstr ""
|
692 |
|
693 |
-
#:
|
694 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
695 |
msgstr ""
|
696 |
|
697 |
-
#:
|
698 |
-
msgid "
|
|
|
|
|
|
|
|
|
699 |
msgstr ""
|
700 |
|
701 |
-
#:
|
702 |
-
msgid "
|
|
|
|
|
|
|
703 |
msgstr ""
|
704 |
|
705 |
-
#:
|
706 |
-
msgid "
|
|
|
|
|
|
|
|
|
707 |
msgstr ""
|
708 |
|
709 |
-
#:
|
710 |
-
msgid "
|
|
|
|
|
|
|
|
|
711 |
msgstr ""
|
712 |
|
713 |
-
#:
|
714 |
-
msgid "
|
|
|
|
|
|
|
715 |
msgstr ""
|
716 |
|
717 |
-
#:
|
718 |
-
msgid "
|
|
|
|
|
|
|
719 |
msgstr ""
|
720 |
|
721 |
-
#:
|
722 |
-
msgid "
|
|
|
|
|
|
|
723 |
msgstr ""
|
724 |
|
725 |
-
#:
|
726 |
-
msgid "
|
|
|
|
|
|
|
727 |
msgstr ""
|
728 |
|
729 |
-
#:
|
730 |
-
msgid "
|
|
|
|
|
|
|
|
|
731 |
msgstr ""
|
732 |
|
733 |
-
#:
|
734 |
-
msgid "
|
|
|
|
|
|
|
735 |
msgstr ""
|
736 |
|
737 |
-
#:
|
738 |
-
msgid "
|
|
|
|
|
|
|
|
|
739 |
msgstr ""
|
740 |
|
741 |
-
#:
|
742 |
-
msgid "
|
|
|
|
|
|
|
743 |
msgstr ""
|
744 |
|
745 |
-
#:
|
746 |
-
msgid "
|
|
|
|
|
|
|
747 |
msgstr ""
|
748 |
|
749 |
-
#:
|
750 |
-
msgid "
|
|
|
|
|
|
|
751 |
msgstr ""
|
752 |
|
753 |
-
#:
|
754 |
-
msgid "
|
|
|
|
|
|
|
|
|
755 |
msgstr ""
|
756 |
|
757 |
-
#:
|
758 |
-
msgid "
|
|
|
|
|
|
|
759 |
msgstr ""
|
760 |
|
761 |
-
#:
|
762 |
-
msgid "
|
|
|
|
|
|
|
|
|
763 |
msgstr ""
|
764 |
|
765 |
-
#:
|
766 |
-
msgid "
|
767 |
msgstr ""
|
768 |
|
769 |
-
#:
|
770 |
-
msgid "
|
771 |
msgstr ""
|
772 |
|
773 |
-
#:
|
774 |
-
msgid "
|
775 |
msgstr ""
|
776 |
|
777 |
-
#:
|
778 |
-
msgid "
|
779 |
msgstr ""
|
780 |
|
781 |
-
#:
|
782 |
-
msgid "
|
783 |
msgstr ""
|
784 |
|
785 |
-
#:
|
786 |
-
msgid "
|
787 |
msgstr ""
|
788 |
|
789 |
-
#:
|
790 |
-
msgid "
|
791 |
msgstr ""
|
792 |
|
793 |
-
#:
|
794 |
-
msgid "
|
795 |
msgstr ""
|
796 |
|
797 |
-
#:
|
798 |
-
msgid "
|
799 |
msgstr ""
|
800 |
|
801 |
-
#:
|
802 |
-
msgid "
|
803 |
msgstr ""
|
804 |
|
805 |
-
#:
|
806 |
-
msgid "
|
807 |
msgstr ""
|
808 |
|
809 |
-
#:
|
810 |
-
msgid "
|
811 |
msgstr ""
|
812 |
|
813 |
-
#:
|
814 |
-
msgid "
|
815 |
msgstr ""
|
816 |
|
817 |
-
#:
|
818 |
-
msgid "
|
819 |
msgstr ""
|
820 |
|
821 |
-
#:
|
822 |
-
msgid "
|
823 |
msgstr ""
|
824 |
|
825 |
-
#:
|
826 |
-
msgid "
|
827 |
msgstr ""
|
828 |
|
829 |
-
#:
|
830 |
-
msgid "
|
831 |
msgstr ""
|
832 |
|
833 |
-
#:
|
834 |
-
msgid "
|
835 |
msgstr ""
|
836 |
|
837 |
-
#:
|
838 |
-
msgid "
|
839 |
msgstr ""
|
840 |
|
841 |
-
#:
|
842 |
-
msgid "
|
843 |
msgstr ""
|
844 |
|
845 |
-
#:
|
846 |
-
msgid "
|
847 |
msgstr ""
|
848 |
|
849 |
-
#:
|
850 |
-
msgid "
|
851 |
msgstr ""
|
852 |
|
853 |
-
#:
|
854 |
-
msgid "
|
855 |
msgstr ""
|
856 |
|
857 |
-
#:
|
858 |
-
msgid "
|
859 |
msgstr ""
|
860 |
|
861 |
-
#:
|
862 |
-
msgid "
|
863 |
msgstr ""
|
864 |
|
865 |
-
#:
|
866 |
-
msgid "
|
867 |
msgstr ""
|
868 |
|
869 |
-
#:
|
870 |
-
msgid "
|
871 |
msgstr ""
|
872 |
|
873 |
-
#:
|
874 |
-
msgid "
|
875 |
msgstr ""
|
876 |
|
877 |
-
#:
|
878 |
-
msgid "
|
879 |
msgstr ""
|
880 |
|
881 |
-
#:
|
882 |
-
msgid "
|
883 |
msgstr ""
|
884 |
|
885 |
-
#:
|
886 |
-
msgid "
|
887 |
msgstr ""
|
888 |
|
889 |
-
#:
|
890 |
-
msgid "
|
891 |
msgstr ""
|
892 |
|
893 |
-
#:
|
894 |
-
msgid "
|
895 |
msgstr ""
|
896 |
|
897 |
-
#:
|
898 |
-
|
899 |
-
msgid "Edit"
|
900 |
msgstr ""
|
901 |
|
902 |
-
#:
|
903 |
-
msgid "
|
904 |
msgstr ""
|
905 |
|
906 |
-
#:
|
907 |
-
msgid "
|
908 |
msgstr ""
|
909 |
|
910 |
-
#:
|
911 |
-
msgid "
|
912 |
msgstr ""
|
913 |
|
914 |
-
#:
|
915 |
-
msgid "
|
916 |
msgstr ""
|
917 |
|
918 |
-
#:
|
919 |
-
msgid "
|
920 |
msgstr ""
|
921 |
|
922 |
-
#:
|
923 |
-
msgid "
|
924 |
msgstr ""
|
925 |
|
926 |
-
#:
|
927 |
-
msgid "
|
928 |
msgstr ""
|
929 |
|
930 |
-
#:
|
931 |
-
|
932 |
-
#: aioseop_performance.php:161
|
933 |
-
msgid "No"
|
934 |
msgstr ""
|
935 |
|
936 |
-
#:
|
937 |
-
msgid "
|
|
|
938 |
msgstr ""
|
939 |
|
940 |
-
#:
|
941 |
-
msgid "
|
942 |
msgstr ""
|
943 |
|
944 |
-
#:
|
945 |
-
msgid "
|
946 |
msgstr ""
|
947 |
|
948 |
-
#:
|
949 |
-
msgid "
|
950 |
msgstr ""
|
951 |
|
952 |
-
#:
|
953 |
-
msgid "
|
954 |
msgstr ""
|
955 |
|
956 |
-
#:
|
957 |
-
msgid "
|
958 |
msgstr ""
|
959 |
|
960 |
-
#:
|
961 |
-
msgid "
|
|
|
962 |
msgstr ""
|
963 |
|
964 |
-
#:
|
965 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
966 |
msgstr ""
|
967 |
|
968 |
-
#:
|
969 |
-
msgid "
|
|
|
|
|
|
|
970 |
msgstr ""
|
971 |
|
972 |
-
#: aioseop_performance.php:
|
973 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
974 |
msgstr ""
|
975 |
|
976 |
-
#: aioseop_performance.php:
|
977 |
-
msgid "
|
978 |
msgstr ""
|
979 |
|
980 |
-
#: aioseop_performance.php:
|
981 |
msgid "Use the system default"
|
982 |
msgstr ""
|
983 |
|
984 |
-
#: aioseop_performance.php:
|
985 |
msgid "Raise execution time"
|
986 |
msgstr ""
|
987 |
|
988 |
-
#: aioseop_performance.php:
|
989 |
-
msgid "Allows you to raise your PHP execution time to a reasonable value."
|
990 |
-
msgstr ""
|
991 |
-
|
992 |
-
#: aioseop_performance.php:28
|
993 |
msgid "No limit"
|
994 |
msgstr ""
|
995 |
|
996 |
-
#: aioseop_performance.php:
|
997 |
msgid "System Status"
|
998 |
msgstr ""
|
999 |
|
1000 |
-
#: aioseop_performance.php:
|
1001 |
msgid "Not set"
|
1002 |
msgstr ""
|
1003 |
|
1004 |
-
#: aioseop_performance.php:
|
1005 |
msgid "On"
|
1006 |
msgstr ""
|
1007 |
|
1008 |
-
#: aioseop_performance.php:
|
1009 |
msgid "Off"
|
1010 |
msgstr ""
|
1011 |
|
1012 |
-
#: aioseop_performance.php:
|
1013 |
-
#: aioseop_performance.php:
|
1014 |
-
#: aioseop_performance.php:
|
1015 |
msgid "N/A"
|
1016 |
msgstr ""
|
1017 |
|
1018 |
-
#: aioseop_performance.php:
|
1019 |
msgid " MByte"
|
1020 |
msgstr ""
|
1021 |
|
1022 |
-
#: aioseop_performance.php:
|
1023 |
-
#: aioseop_performance.php:
|
1024 |
msgid "Yes"
|
1025 |
msgstr ""
|
1026 |
|
1027 |
-
#: aioseop_performance.php:
|
1028 |
msgid "Operating System"
|
1029 |
msgstr ""
|
1030 |
|
1031 |
-
#: aioseop_performance.php:
|
1032 |
msgid "Server"
|
1033 |
msgstr ""
|
1034 |
|
1035 |
-
#: aioseop_performance.php:
|
1036 |
msgid "Memory usage"
|
1037 |
msgstr ""
|
1038 |
|
1039 |
-
#: aioseop_performance.php:
|
1040 |
msgid "MYSQL Version"
|
1041 |
msgstr ""
|
1042 |
|
1043 |
-
#: aioseop_performance.php:
|
1044 |
msgid "SQL Mode"
|
1045 |
msgstr ""
|
1046 |
|
1047 |
-
#: aioseop_performance.php:
|
1048 |
msgid "PHP Version"
|
1049 |
msgstr ""
|
1050 |
|
1051 |
-
#: aioseop_performance.php:
|
1052 |
msgid "PHP Safe Mode"
|
1053 |
msgstr ""
|
1054 |
|
1055 |
-
#: aioseop_performance.php:
|
1056 |
msgid "PHP Allow URL fopen"
|
1057 |
msgstr ""
|
1058 |
|
1059 |
-
#: aioseop_performance.php:
|
1060 |
msgid "PHP Memory Limit"
|
1061 |
msgstr ""
|
1062 |
|
1063 |
-
#: aioseop_performance.php:
|
1064 |
msgid "PHP Max Upload Size"
|
1065 |
msgstr ""
|
1066 |
|
1067 |
-
#: aioseop_performance.php:
|
1068 |
msgid "PHP Max Post Size"
|
1069 |
msgstr ""
|
1070 |
|
1071 |
-
#: aioseop_performance.php:
|
1072 |
msgid "PHP Max Script Execute Time"
|
1073 |
msgstr ""
|
1074 |
|
1075 |
-
#: aioseop_performance.php:
|
1076 |
msgid "PHP Exif support"
|
1077 |
msgstr ""
|
1078 |
|
1079 |
-
#: aioseop_performance.php:
|
1080 |
msgid "PHP IPTC support"
|
1081 |
msgstr ""
|
1082 |
|
1083 |
-
#: aioseop_performance.php:
|
1084 |
msgid "PHP XML support"
|
1085 |
msgstr ""
|
1086 |
|
1087 |
-
#: aioseop_performance.php:
|
1088 |
msgid "Site URL"
|
1089 |
msgstr ""
|
1090 |
|
1091 |
-
#: aioseop_performance.php:
|
1092 |
msgid "Home URL"
|
1093 |
msgstr ""
|
1094 |
|
1095 |
-
#: aioseop_performance.php:
|
1096 |
msgid "WordPress Version"
|
1097 |
msgstr ""
|
1098 |
|
1099 |
-
#: aioseop_performance.php:
|
1100 |
msgid "WordPress DB Version"
|
1101 |
msgstr ""
|
1102 |
|
1103 |
-
#: aioseop_performance.php:
|
1104 |
msgid "Multisite"
|
1105 |
msgstr ""
|
1106 |
|
1107 |
-
#: aioseop_performance.php:
|
1108 |
msgid "Active Theme"
|
1109 |
msgstr ""
|
1110 |
|
1111 |
-
#: aioseop_performance.php:
|
1112 |
msgid "All in One SEO Pack Pro Debug Info"
|
1113 |
msgstr ""
|
1114 |
|
1115 |
-
#: aioseop_performance.php:
|
1116 |
msgid "Form submission error: verification check failed."
|
1117 |
msgstr ""
|
1118 |
|
1119 |
-
#: aioseop_performance.php:
|
1120 |
msgid "SFWD Debug Mail From Site %s."
|
1121 |
msgstr ""
|
1122 |
|
1123 |
-
#: aioseop_performance.php:
|
1124 |
msgid "Sent to %s."
|
1125 |
msgstr ""
|
1126 |
|
1127 |
-
#: aioseop_performance.php:
|
1128 |
msgid "Failed to send to %s."
|
1129 |
msgstr ""
|
1130 |
|
1131 |
-
#: aioseop_performance.php:
|
1132 |
msgid "Error: please enter an e-mail address before submitting."
|
1133 |
msgstr ""
|
1134 |
|
1135 |
-
#: aioseop_performance.php:
|
1136 |
msgid "E-mail debug information"
|
1137 |
msgstr ""
|
1138 |
|
1139 |
-
#: aioseop_performance.php:
|
1140 |
msgid "Submit"
|
1141 |
msgstr ""
|
1142 |
|
1143 |
-
#:
|
1144 |
-
msgid "
|
1145 |
msgstr ""
|
1146 |
|
1147 |
-
#:
|
1148 |
-
msgid "
|
1149 |
msgstr ""
|
1150 |
|
1151 |
-
#:
|
1152 |
-
msgid "
|
1153 |
msgstr ""
|
1154 |
|
1155 |
-
#:
|
1156 |
-
msgid "
|
|
|
|
|
|
|
|
|
1157 |
msgstr ""
|
1158 |
|
1159 |
-
#:
|
1160 |
-
msgid "
|
1161 |
msgstr ""
|
1162 |
|
1163 |
-
#:
|
1164 |
-
msgid "
|
1165 |
msgstr ""
|
1166 |
|
1167 |
-
#:
|
1168 |
-
msgid "
|
1169 |
msgstr ""
|
1170 |
|
1171 |
-
#:
|
1172 |
-
msgid "
|
1173 |
msgstr ""
|
1174 |
|
1175 |
-
#:
|
1176 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1177 |
msgstr ""
|
1178 |
|
1179 |
#: aioseop_sitemap.php:34
|
1180 |
-
msgid "
|
|
|
|
|
|
|
1181 |
msgstr ""
|
1182 |
|
1183 |
#: aioseop_sitemap.php:35
|
1184 |
-
msgid "
|
|
|
|
|
|
|
1185 |
msgstr ""
|
1186 |
|
1187 |
#: aioseop_sitemap.php:36
|
1188 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1189 |
msgstr ""
|
1190 |
|
1191 |
#: aioseop_sitemap.php:38
|
1192 |
-
msgid "
|
|
|
|
|
|
|
1193 |
msgstr ""
|
1194 |
|
1195 |
#: aioseop_sitemap.php:39
|
1196 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1197 |
msgstr ""
|
1198 |
|
1199 |
#: aioseop_sitemap.php:42
|
1200 |
-
msgid "
|
|
|
|
|
|
|
1201 |
msgstr ""
|
1202 |
|
1203 |
#: aioseop_sitemap.php:43
|
1204 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1205 |
msgstr ""
|
1206 |
|
1207 |
#: aioseop_sitemap.php:45
|
1208 |
-
msgid "
|
|
|
|
|
|
|
1209 |
msgstr ""
|
1210 |
|
1211 |
#: aioseop_sitemap.php:46
|
1212 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1213 |
msgstr ""
|
1214 |
|
1215 |
#: aioseop_sitemap.php:48
|
1216 |
-
msgid "
|
1217 |
msgstr ""
|
1218 |
|
1219 |
#: aioseop_sitemap.php:49
|
1220 |
-
msgid "
|
1221 |
msgstr ""
|
1222 |
|
1223 |
#: aioseop_sitemap.php:50
|
1224 |
-
msgid "
|
1225 |
msgstr ""
|
1226 |
|
1227 |
#: aioseop_sitemap.php:51
|
1228 |
-
msgid "
|
1229 |
msgstr ""
|
1230 |
|
1231 |
#: aioseop_sitemap.php:52
|
1232 |
-
msgid "
|
|
|
|
|
|
|
1233 |
msgstr ""
|
1234 |
|
1235 |
#: aioseop_sitemap.php:53
|
1236 |
-
msgid "
|
|
|
|
|
|
|
1237 |
msgstr ""
|
1238 |
|
1239 |
-
#: aioseop_sitemap.php:
|
1240 |
-
msgid "
|
1241 |
msgstr ""
|
1242 |
|
1243 |
-
#: aioseop_sitemap.php:
|
1244 |
-
msgid "
|
1245 |
msgstr ""
|
1246 |
|
1247 |
-
#: aioseop_sitemap.php:
|
1248 |
-
msgid "
|
1249 |
msgstr ""
|
1250 |
|
1251 |
-
#: aioseop_sitemap.php:
|
1252 |
-
msgid "
|
1253 |
msgstr ""
|
1254 |
|
1255 |
-
#: aioseop_sitemap.php:
|
1256 |
-
msgid "
|
1257 |
msgstr ""
|
1258 |
|
1259 |
#: aioseop_sitemap.php:64
|
1260 |
-
msgid "
|
|
|
|
|
|
|
|
|
1261 |
msgstr ""
|
1262 |
|
1263 |
#: aioseop_sitemap.php:69
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1264 |
msgid "Sitemap Status"
|
1265 |
msgstr ""
|
1266 |
|
1267 |
-
#: aioseop_sitemap.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1268 |
msgid "priority"
|
1269 |
msgstr ""
|
1270 |
|
1271 |
-
#: aioseop_sitemap.php:
|
1272 |
msgid "frequency"
|
1273 |
msgstr ""
|
1274 |
|
1275 |
-
#: aioseop_sitemap.php:
|
1276 |
msgid "homepage"
|
1277 |
msgstr ""
|
1278 |
|
1279 |
-
#: aioseop_sitemap.php:
|
1280 |
msgid "posts"
|
1281 |
msgstr ""
|
1282 |
|
1283 |
-
#: aioseop_sitemap.php:
|
1284 |
msgid "taxonomies"
|
1285 |
msgstr ""
|
1286 |
|
1287 |
-
#: aioseop_sitemap.php:
|
1288 |
msgid "archive pages"
|
1289 |
msgstr ""
|
1290 |
|
1291 |
-
#: aioseop_sitemap.php:
|
1292 |
msgid "author pages"
|
1293 |
msgstr ""
|
1294 |
|
1295 |
-
#: aioseop_sitemap.php:
|
1296 |
msgid "Manually set the %s of your %s."
|
1297 |
msgstr ""
|
1298 |
|
1299 |
-
#: aioseop_sitemap.php:
|
1300 |
-
msgid "
|
|
|
|
|
1301 |
msgstr ""
|
1302 |
|
1303 |
-
#: aioseop_sitemap.php:
|
1304 |
msgid "Page URL"
|
1305 |
msgstr ""
|
1306 |
|
1307 |
-
#: aioseop_sitemap.php:
|
1308 |
-
msgid "URL to the page."
|
1309 |
-
msgstr ""
|
1310 |
-
|
1311 |
-
#: aioseop_sitemap.php:106
|
1312 |
msgid "Page Priority"
|
1313 |
msgstr ""
|
1314 |
|
1315 |
-
#: aioseop_sitemap.php:
|
1316 |
-
msgid "The priority of the page."
|
1317 |
-
msgstr ""
|
1318 |
-
|
1319 |
-
#: aioseop_sitemap.php:107
|
1320 |
msgid "Page Frequency"
|
1321 |
msgstr ""
|
1322 |
|
1323 |
-
#: aioseop_sitemap.php:
|
1324 |
-
msgid "The frequency of the page."
|
1325 |
-
msgstr ""
|
1326 |
-
|
1327 |
-
#: aioseop_sitemap.php:108
|
1328 |
msgid "Last Modified"
|
1329 |
msgstr ""
|
1330 |
|
1331 |
-
#: aioseop_sitemap.php:
|
1332 |
-
msgid "Last modified date of the page."
|
1333 |
-
msgstr ""
|
1334 |
-
|
1335 |
-
#: aioseop_sitemap.php:109 aioseop_sitemap.php:119
|
1336 |
msgid "Additional Pages"
|
1337 |
msgstr ""
|
1338 |
|
1339 |
-
#: aioseop_sitemap.php:
|
1340 |
msgid "Add URL"
|
1341 |
msgstr ""
|
1342 |
|
1343 |
-
#: aioseop_sitemap.php:
|
1344 |
msgid "Excluded Categories"
|
1345 |
msgstr ""
|
1346 |
|
1347 |
-
#: aioseop_sitemap.php:
|
1348 |
-
msgid "Entries from these categories will be excluded from the sitemap."
|
1349 |
-
msgstr ""
|
1350 |
-
|
1351 |
-
#: aioseop_sitemap.php:115
|
1352 |
msgid "Excluded Pages"
|
1353 |
msgstr ""
|
1354 |
|
1355 |
-
#: aioseop_sitemap.php:
|
1356 |
-
msgid "Use page slugs or page IDs, seperated by commas, to exclude pages from the sitemap."
|
1357 |
-
msgstr ""
|
1358 |
-
|
1359 |
-
#: aioseop_sitemap.php:124
|
1360 |
msgid "Excluded Items"
|
1361 |
msgstr ""
|
1362 |
|
1363 |
-
#: aioseop_sitemap.php:
|
1364 |
msgid "Priorities"
|
1365 |
msgstr ""
|
1366 |
|
1367 |
-
#: aioseop_sitemap.php:
|
1368 |
msgid "Frequencies"
|
1369 |
msgstr ""
|
1370 |
|
1371 |
-
#: aioseop_sitemap.php:
|
1372 |
msgid "Media / Attachments"
|
1373 |
msgstr ""
|
1374 |
|
1375 |
-
#: aioseop_sitemap.php:
|
1376 |
msgid "All Post Types"
|
1377 |
msgstr ""
|
1378 |
|
1379 |
-
#: aioseop_sitemap.php:
|
1380 |
msgid "All Taxonomies"
|
1381 |
msgstr ""
|
1382 |
|
1383 |
-
#: aioseop_sitemap.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1384 |
msgid "Update Sitemap"
|
1385 |
msgstr ""
|
1386 |
|
1387 |
-
#: aioseop_sitemap.php:
|
1388 |
-
msgid "
|
|
|
|
|
1389 |
msgstr ""
|
1390 |
|
1391 |
-
#: aioseop_sitemap.php:
|
1392 |
msgid "view your sitemap"
|
1393 |
msgstr ""
|
1394 |
|
1395 |
-
#: aioseop_sitemap.php:
|
1396 |
-
msgid "
|
|
|
|
|
1397 |
msgstr ""
|
1398 |
|
1399 |
-
#: aioseop_sitemap.php:
|
1400 |
-
msgid "
|
|
|
1401 |
msgstr ""
|
1402 |
|
1403 |
-
#: aioseop_sitemap.php:
|
1404 |
-
msgid "
|
|
|
|
|
|
|
1405 |
msgstr ""
|
1406 |
|
1407 |
-
#: aioseop_sitemap.php:
|
1408 |
msgid "Reading Settings"
|
1409 |
msgstr ""
|
1410 |
|
1411 |
-
#: aioseop_sitemap.php:
|
1412 |
msgid "Privacy Settings"
|
1413 |
msgstr ""
|
1414 |
|
1415 |
-
#: aioseop_sitemap.php:
|
1416 |
-
msgid "
|
|
|
|
|
1417 |
msgstr ""
|
1418 |
|
1419 |
-
#: aioseop_sitemap.php:
|
1420 |
msgid "Warning: dynamic sitemap generation must have permalinks enabled."
|
1421 |
msgstr ""
|
1422 |
|
1423 |
-
#: aioseop_sitemap.php:
|
1424 |
msgid "Deleted %s."
|
1425 |
msgstr ""
|
1426 |
|
1427 |
-
#: aioseop_sitemap.php:
|
1428 |
msgid "Couldn't rename file %s!"
|
1429 |
msgstr ""
|
1430 |
|
1431 |
-
#: aioseop_sitemap.php:
|
1432 |
msgid "Renamed %s to %s."
|
1433 |
msgstr ""
|
1434 |
|
1435 |
-
#: aioseop_sitemap.php:
|
1436 |
msgid "Couldn't find file %s!"
|
1437 |
msgstr ""
|
1438 |
|
1439 |
-
#: aioseop_sitemap.php:
|
1440 |
-
msgid "
|
|
|
|
|
1441 |
msgstr ""
|
1442 |
|
1443 |
-
#: aioseop_sitemap.php:
|
1444 |
msgid "Potential conflict with unknown file %s."
|
1445 |
msgstr ""
|
1446 |
|
1447 |
-
#: aioseop_sitemap.php:
|
1448 |
msgid "Rename Conflicting Files"
|
1449 |
msgstr ""
|
1450 |
|
1451 |
-
#: aioseop_sitemap.php:
|
1452 |
msgid "Delete Conflicting Files"
|
1453 |
msgstr ""
|
1454 |
|
1455 |
-
#: aioseop_sitemap.php:
|
1456 |
msgid "compressed"
|
1457 |
msgstr ""
|
1458 |
|
1459 |
-
#: aioseop_sitemap.php:
|
1460 |
msgid "dynamic"
|
1461 |
msgstr ""
|
1462 |
|
1463 |
-
#: aioseop_sitemap.php:
|
1464 |
msgid "static"
|
1465 |
msgstr ""
|
1466 |
|
1467 |
-
#: aioseop_sitemap.php:
|
1468 |
msgid "dynamically"
|
1469 |
msgstr ""
|
1470 |
|
1471 |
-
#: aioseop_sitemap.php:
|
1472 |
msgid "Successfully notified %s about changes to your sitemap at %s."
|
1473 |
msgstr ""
|
1474 |
|
1475 |
-
#: aioseop_sitemap.php:
|
1476 |
msgid "Failed to notify %s about changes to your sitemap at %s, error code %s."
|
1477 |
msgstr ""
|
1478 |
|
1479 |
-
#: aioseop_sitemap.php:
|
1480 |
-
msgid "
|
|
|
|
|
1481 |
msgstr ""
|
1482 |
|
1483 |
-
#: aioseop_sitemap.php:
|
1484 |
msgid "Did not notify %s about changes to your sitemap."
|
1485 |
msgstr ""
|
1486 |
|
1487 |
-
#: aioseop_sitemap.php:
|
1488 |
msgid "file '%s' statically"
|
1489 |
msgstr ""
|
1490 |
|
1491 |
-
#: aioseop_sitemap.php:
|
1492 |
msgid "Updated sitemap settings."
|
1493 |
msgstr ""
|
1494 |
|
1495 |
#: all_in_one_seo_pack.php:43
|
1496 |
msgid "%s detected a conflict; please deactivate the plugin located in %s."
|
1497 |
msgstr ""
|
|
|
1498 |
#. Plugin Name of the plugin/theme
|
1499 |
msgid "All In One SEO Pack"
|
1500 |
msgstr ""
|
@@ -1504,7 +2989,18 @@ msgid "http://semperfiwebdesign.com"
|
|
1504 |
msgstr ""
|
1505 |
|
1506 |
#. Description of the plugin/theme
|
1507 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1508 |
msgstr ""
|
1509 |
|
1510 |
#. Author of the plugin/theme
|
1 |
+
# Copyright (C) 2014 All In One SEO Pack
|
2 |
# This file is distributed under the same license as the All In One SEO Pack package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: All In One SEO Pack 2.2.2\n"
|
6 |
+
"Report-Msgid-Bugs-To: http://wordpress.org/support/plugin/all-in-one-seo-"
|
7 |
+
"pack\n"
|
8 |
+
"POT-Creation-Date: 2014-07-29 20:30:53+00:00\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"PO-Revision-Date: 2014-MO-DA HO:MI+ZONE\n"
|
13 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
14 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
15 |
|
16 |
+
#: aioseop_class.php:62
|
17 |
msgid "All in One SEO Pack"
|
18 |
msgstr ""
|
19 |
|
20 |
+
#: aioseop_class.php:65
|
21 |
msgid "%s Plugin Options"
|
22 |
msgstr ""
|
23 |
|
24 |
+
#: aioseop_class.php:66 aioseop_class.php:553 aioseop_opengraph.php:186
|
25 |
msgid "General Settings"
|
26 |
msgstr ""
|
27 |
|
28 |
+
#: aioseop_class.php:75
|
29 |
+
msgid "All donations support continued development of this free software."
|
30 |
msgstr ""
|
31 |
|
32 |
+
#: aioseop_class.php:76
|
33 |
+
msgid ""
|
34 |
+
"This option will automatically generate Canonical URLs for your entire "
|
35 |
+
"WordPress installation. This will help to prevent duplicate content "
|
36 |
+
"penalties by <a href=\\'http://googlewebmastercentral.blogspot.com/2009/02/"
|
37 |
+
"specify-your-canonical.html\\' target=\\'_blank\\'>Google</a>."
|
38 |
msgstr ""
|
39 |
|
40 |
+
#: aioseop_class.php:77
|
41 |
+
msgid ""
|
42 |
+
"Checking this option will set the Canonical URL for all paginated content to "
|
43 |
+
"the first page."
|
44 |
msgstr ""
|
45 |
|
46 |
+
#: aioseop_class.php:78
|
47 |
+
msgid ""
|
48 |
+
"Use wp_title to set the title; disable this option if you run into conflicts "
|
49 |
+
"with the title being set by your theme or another plugin.<br /><a "
|
50 |
+
"href='http://semperplugins.com/documentation/general-settings/' "
|
51 |
+
"target='_blank'>Click here for documentation on this setting</a>"
|
52 |
msgstr ""
|
53 |
|
54 |
+
#: aioseop_class.php:79
|
55 |
+
msgid ""
|
56 |
+
"Check this and All in One SEO Pack will create a log of important events "
|
57 |
+
"(all_in_one_seo_pack.log) in its plugin directory which might help "
|
58 |
+
"debugging. Make sure this directory is writable.<br /><a href='http://"
|
59 |
+
"semperplugins.com/documentation/general-settings/' target='_blank'>Click "
|
60 |
+
"here for documentation on this setting</a>"
|
61 |
msgstr ""
|
62 |
|
63 |
+
#: aioseop_class.php:80
|
64 |
+
msgid ""
|
65 |
+
"As the name implies, this will be the Meta Title of your homepage. This is "
|
66 |
+
"independent of any other option. If not set, the default Site Title (found "
|
67 |
+
"in WordPress under Settings, General, Site Title) will be used.<br /><a "
|
68 |
+
"href='http://semperplugins.com/documentation/home-page-settings/' "
|
69 |
+
"target='_blank'>Click here for documentation on this setting</a>"
|
70 |
msgstr ""
|
71 |
|
72 |
+
#: aioseop_class.php:81
|
73 |
+
msgid ""
|
74 |
+
"This will be the Meta Description for your homepage. This is independent of "
|
75 |
+
"any other option. The default is no Meta Description at all if this is not "
|
76 |
+
"set.<br /><a href='http://semperplugins.com/documentation/home-page-"
|
77 |
+
"settings/' target='_blank'>Click here for documentation on this setting</a>"
|
78 |
msgstr ""
|
79 |
|
80 |
+
#: aioseop_class.php:82
|
81 |
+
msgid ""
|
82 |
+
"Enter a comma separated list of your most important keywords for your site "
|
83 |
+
"that will be written as Meta Keywords on your homepage. Don\\'t stuff "
|
84 |
+
"everything in here.<br /><a href='http://semperplugins.com/documentation/"
|
85 |
+
"home-page-settings/' target='_blank'>Click here for documentation on this "
|
86 |
+
"setting</a>"
|
87 |
msgstr ""
|
88 |
|
89 |
+
#: aioseop_class.php:83
|
90 |
+
msgid ""
|
91 |
+
"This option allows you to toggle the use of Meta Keywords throughout the "
|
92 |
+
"whole of the site.<br /><a href='http://semperplugins.com/documentation/"
|
93 |
+
"keyword-settings/' target='_blank'>Click here for documentation on this "
|
94 |
+
"setting</a>"
|
95 |
msgstr ""
|
96 |
|
97 |
+
#: aioseop_class.php:84
|
98 |
+
msgid ""
|
99 |
+
"Check this if you want your categories for a given post used as the Meta "
|
100 |
+
"Keywords for this post (in addition to any keywords you specify on the Edit "
|
101 |
+
"Post screen).<br /><a href='http://semperplugins.com/documentation/keyword-"
|
102 |
+
"settings/' target='_blank'>Click here for documentation on this setting</a>"
|
103 |
+
msgstr ""
|
104 |
+
|
105 |
+
#: aioseop_class.php:85
|
106 |
+
msgid ""
|
107 |
+
"Check this if you want your tags for a given post used as the Meta Keywords "
|
108 |
+
"for this post (in addition to any keywords you specify on the Edit Post "
|
109 |
+
"screen).<br /><a href='http://semperplugins.com/documentation/keyword-"
|
110 |
+
"settings/' target='_blank'>Click here for documentation on this setting</a>"
|
111 |
msgstr ""
|
112 |
|
113 |
#: aioseop_class.php:86
|
114 |
+
msgid ""
|
115 |
+
"Check this if you want your keywords on your Posts page (set in WordPress "
|
116 |
+
"under Settings, Reading, Front Page Displays) to be dynamically generated "
|
117 |
+
"from the keywords of the posts showing on that page. If unchecked, it will "
|
118 |
+
"use the keywords set in the edit page screen for the posts page.<br /><a "
|
119 |
+
"href='http://semperplugins.com/documentation/keyword-settings/' "
|
120 |
+
"target='_blank'>Click here for documentation on this setting</a>"
|
121 |
msgstr ""
|
122 |
|
123 |
#: aioseop_class.php:87
|
124 |
+
msgid ""
|
125 |
+
"Note that this is all about the title tag. This is what you see in your "
|
126 |
+
"browser's window title bar. This is NOT visible on a page, only in the title "
|
127 |
+
"bar and in the source code. If enabled, all page, post, category, search and "
|
128 |
+
"archive page titles get rewritten. You can specify the format for most of "
|
129 |
+
"them. For example: Using the default post title format below, Rewrite Titles "
|
130 |
+
"will write all post titles as 'Post Title | Blog Name'. If you have manually "
|
131 |
+
"defined a title using All in One SEO Pack, this will become the title of "
|
132 |
+
"your post in the format string.<br /><a href='http://semperplugins.com/"
|
133 |
+
"documentation/title-settings/' target='_blank'>Click here for documentation "
|
134 |
+
"on this setting</a>"
|
135 |
+
msgstr ""
|
136 |
+
|
137 |
+
#: aioseop_class.php:88
|
138 |
+
msgid ""
|
139 |
+
"Check this and Search Page Titles and Tag Page Titles will have the first "
|
140 |
+
"letter of each word capitalized.<br /><a href='http://semperplugins.com/"
|
141 |
+
"documentation/title-settings/' target='_blank'>Click here for documentation "
|
142 |
+
"on this setting</a>"
|
143 |
+
msgstr ""
|
144 |
+
|
145 |
+
#: aioseop_class.php:89
|
146 |
+
msgid ""
|
147 |
+
"Check this and Category Titles will have the first letter of each word "
|
148 |
+
"capitalized.<br /><a href='http://semperplugins.com/documentation/title-"
|
149 |
+
"settings/' target='_blank'>Click here for documentation on this setting</a>"
|
150 |
msgstr ""
|
151 |
|
152 |
#: aioseop_class.php:91
|
153 |
+
msgid ""
|
154 |
+
"This controls the format of the title tag for Pages.<br /><a href='http://"
|
155 |
+
"semperplugins.com/documentation/title-settings/' target='_blank'>Click here "
|
156 |
+
"for documentation on this setting</a><br />The following macros are "
|
157 |
+
"supported:"
|
158 |
+
msgstr ""
|
159 |
+
|
160 |
+
#: aioseop_class.php:92 aioseop_class.php:104 aioseop_class.php:116
|
161 |
+
#: aioseop_class.php:122 aioseop_class.php:127 aioseop_class.php:135
|
162 |
+
#: aioseop_class.php:140 aioseop_class.php:145 aioseop_class.php:149
|
163 |
+
#: aioseop_class.php:155 aioseop_class.php:862
|
164 |
+
msgid "%blog_title% - Your blog title"
|
165 |
+
msgstr ""
|
166 |
+
|
167 |
+
#: aioseop_class.php:93 aioseop_class.php:105 aioseop_class.php:117
|
168 |
+
#: aioseop_class.php:123 aioseop_class.php:128 aioseop_class.php:136
|
169 |
+
#: aioseop_class.php:141 aioseop_class.php:146 aioseop_class.php:150
|
170 |
+
#: aioseop_class.php:156 aioseop_class.php:863
|
171 |
+
msgid "%blog_description% - Your blog description"
|
172 |
msgstr ""
|
173 |
|
174 |
+
#: aioseop_class.php:94
|
175 |
+
msgid "%page_title% - The original title of the page"
|
176 |
msgstr ""
|
177 |
|
178 |
#: aioseop_class.php:95
|
179 |
+
msgid "%category_title% - The (main) category of the page"
|
180 |
msgstr ""
|
181 |
|
182 |
+
#: aioseop_class.php:96 aioseop_class.php:108 aioseop_class.php:866
|
183 |
+
msgid "%category% - Alias for %category_title%"
|
184 |
msgstr ""
|
185 |
|
186 |
+
#: aioseop_class.php:97
|
187 |
+
msgid "%page_author_login% - This page's author' login"
|
188 |
+
msgstr ""
|
189 |
+
|
190 |
+
#: aioseop_class.php:98
|
191 |
+
msgid "%page_author_nicename% - This page's author' nicename"
|
192 |
msgstr ""
|
193 |
|
194 |
+
#: aioseop_class.php:99
|
195 |
+
msgid "%page_author_firstname% - This page's author' first name (capitalized)"
|
196 |
msgstr ""
|
197 |
|
198 |
+
#: aioseop_class.php:100
|
199 |
+
msgid "%page_author_lastname% - This page's author' last name (capitalized)"
|
200 |
msgstr ""
|
201 |
|
202 |
+
#: aioseop_class.php:103
|
203 |
+
msgid ""
|
204 |
+
"This controls the format of the title tag for Posts.<br /><a href='http://"
|
205 |
+
"semperplugins.com/documentation/title-settings/' target='_blank'>Click here "
|
206 |
+
"for documentation on this setting</a><br />The following macros are "
|
207 |
+
"supported:"
|
208 |
msgstr ""
|
209 |
|
210 |
+
#: aioseop_class.php:106 aioseop_class.php:152 aioseop_class.php:864
|
211 |
+
msgid "%post_title% - The original title of the post"
|
212 |
+
msgstr ""
|
213 |
+
|
214 |
+
#: aioseop_class.php:107 aioseop_class.php:865
|
215 |
+
msgid "%category_title% - The (main) category of the post"
|
216 |
+
msgstr ""
|
217 |
+
|
218 |
+
#: aioseop_class.php:109 aioseop_class.php:867
|
219 |
+
msgid "%post_author_login% - This post's author' login"
|
220 |
+
msgstr ""
|
221 |
+
|
222 |
+
#: aioseop_class.php:110 aioseop_class.php:868
|
223 |
+
msgid "%post_author_nicename% - This post's author' nicename"
|
224 |
+
msgstr ""
|
225 |
+
|
226 |
+
#: aioseop_class.php:111 aioseop_class.php:869
|
227 |
+
msgid "%post_author_firstname% - This post's author' first name (capitalized)"
|
228 |
+
msgstr ""
|
229 |
+
|
230 |
+
#: aioseop_class.php:112 aioseop_class.php:870
|
231 |
+
msgid "%post_author_lastname% - This post's author' last name (capitalized)"
|
232 |
+
msgstr ""
|
233 |
+
|
234 |
+
#: aioseop_class.php:115
|
235 |
+
msgid ""
|
236 |
+
"This controls the format of the title tag for Category Archives.<br /><a "
|
237 |
+
"href='http://semperplugins.com/documentation/title-settings/' "
|
238 |
+
"target='_blank'>Click here for documentation on this setting</a><br />The "
|
239 |
+
"following macros are supported:"
|
240 |
+
msgstr ""
|
241 |
+
|
242 |
+
#: aioseop_class.php:118
|
243 |
+
msgid "%category_title% - The original title of the category"
|
244 |
+
msgstr ""
|
245 |
+
|
246 |
+
#: aioseop_class.php:119
|
247 |
+
msgid "%category_description% - The description of the category"
|
248 |
msgstr ""
|
249 |
|
250 |
#: aioseop_class.php:121
|
251 |
+
msgid ""
|
252 |
+
"This controls the format of the title tag for Custom Post Archives.<br /><a "
|
253 |
+
"href='http://semperplugins.com/documentation/title-settings/' "
|
254 |
+
"target='_blank'>Click here for documentation on this setting</a><br />The "
|
255 |
+
"following macros are supported:"
|
256 |
msgstr ""
|
257 |
|
258 |
#: aioseop_class.php:124
|
259 |
+
msgid "%archive_title - The original archive title given by wordpress"
|
260 |
+
msgstr ""
|
261 |
+
|
262 |
+
#: aioseop_class.php:126
|
263 |
+
msgid ""
|
264 |
+
"This controls the format of the title tag for Date Archives.<br /><a "
|
265 |
+
"href='http://semperplugins.com/documentation/title-settings/' "
|
266 |
+
"target='_blank'>Click here for documentation on this setting</a><br />The "
|
267 |
+
"following macros are supported:"
|
268 |
+
msgstr ""
|
269 |
+
|
270 |
+
#: aioseop_class.php:129
|
271 |
+
msgid ""
|
272 |
+
"%date% - The original archive title given by wordpress, e.g. \"2007\" or "
|
273 |
+
"\"2007 August\""
|
274 |
+
msgstr ""
|
275 |
+
|
276 |
+
#: aioseop_class.php:130
|
277 |
+
msgid "%day% - The original archive day given by wordpress, e.g. \"17\""
|
278 |
+
msgstr ""
|
279 |
+
|
280 |
+
#: aioseop_class.php:131
|
281 |
+
msgid ""
|
282 |
+
"%month% - The original archive month given by wordpress, e.g. \"August\""
|
283 |
+
msgstr ""
|
284 |
+
|
285 |
+
#: aioseop_class.php:132
|
286 |
+
msgid "%year% - The original archive year given by wordpress, e.g. \"2007\""
|
287 |
+
msgstr ""
|
288 |
+
|
289 |
+
#: aioseop_class.php:134
|
290 |
+
msgid ""
|
291 |
+
"This controls the format of the title tag for Author Archives.<br /><a "
|
292 |
+
"href='http://semperplugins.com/documentation/title-settings/' "
|
293 |
+
"target='_blank'>Click here for documentation on this setting</a><br />The "
|
294 |
+
"following macros are supported:"
|
295 |
+
msgstr ""
|
296 |
+
|
297 |
+
#: aioseop_class.php:137
|
298 |
+
msgid ""
|
299 |
+
"%author% - The original archive title given by wordpress, e.g. \"Steve\" or "
|
300 |
+
"\"John Smith\""
|
301 |
+
msgstr ""
|
302 |
+
|
303 |
+
#: aioseop_class.php:139
|
304 |
+
msgid ""
|
305 |
+
"This controls the format of the title tag for Tag Archives.<br /><a "
|
306 |
+
"href='http://semperplugins.com/documentation/title-settings/' "
|
307 |
+
"target='_blank'>Click here for documentation on this setting</a><br />The "
|
308 |
+
"following macros are supported:"
|
309 |
+
msgstr ""
|
310 |
+
|
311 |
+
#: aioseop_class.php:142
|
312 |
+
msgid "%tag% - The name of the tag"
|
313 |
+
msgstr ""
|
314 |
+
|
315 |
+
#: aioseop_class.php:144
|
316 |
+
msgid ""
|
317 |
+
"This controls the format of the title tag for the Search page.<br /><a "
|
318 |
+
"href='http://semperplugins.com/documentation/title-settings/' "
|
319 |
+
"target='_blank'>Click here for documentation on this setting</a><br />The "
|
320 |
+
"following macros are supported:"
|
321 |
+
msgstr ""
|
322 |
+
|
323 |
+
#: aioseop_class.php:147
|
324 |
+
msgid "%search% - What was searched for"
|
325 |
+
msgstr ""
|
326 |
+
|
327 |
+
#: aioseop_class.php:148
|
328 |
+
msgid ""
|
329 |
+
"This controls the format of Meta Descriptions.<br /><a href='http://"
|
330 |
+
"semperplugins.com/documentation/title-settings/' target='_blank'>Click here "
|
331 |
+
"for documentation on this setting</a><br />The following macros are "
|
332 |
+
"supported:"
|
333 |
+
msgstr ""
|
334 |
+
|
335 |
+
#: aioseop_class.php:151
|
336 |
+
msgid ""
|
337 |
+
"%description% - The original description as determined by the plugin, e.g. "
|
338 |
+
"the excerpt if one is set or an auto-generated one if that option is set"
|
339 |
+
msgstr ""
|
340 |
+
|
341 |
+
#: aioseop_class.php:153
|
342 |
+
msgid "%wp_title% - The original wordpress title, e.g. post_title for posts"
|
343 |
+
msgstr ""
|
344 |
+
|
345 |
+
#: aioseop_class.php:154
|
346 |
+
msgid ""
|
347 |
+
"This controls the format of the title tag for the 404 page.<br /><a "
|
348 |
+
"href='http://semperplugins.com/documentation/title-settings/' "
|
349 |
+
"target='_blank'>Click here for documentation on this setting</a><br />The "
|
350 |
+
"following macros are supported:"
|
351 |
+
msgstr ""
|
352 |
+
|
353 |
+
#: aioseop_class.php:157
|
354 |
+
msgid ""
|
355 |
+
"%request_url% - The original URL path, like \"/url-that-does-not-exist/\""
|
356 |
+
msgstr ""
|
357 |
+
|
358 |
+
#: aioseop_class.php:158
|
359 |
+
msgid ""
|
360 |
+
"%request_words% - The URL path in human readable form, like \"Url That Does "
|
361 |
+
"Not Exist\""
|
362 |
+
msgstr ""
|
363 |
+
|
364 |
+
#: aioseop_class.php:159
|
365 |
+
msgid "%404_title% - Additional 404 title input\""
|
366 |
+
msgstr ""
|
367 |
+
|
368 |
+
#: aioseop_class.php:160
|
369 |
+
msgid ""
|
370 |
+
"This string gets appended/prepended to titles of paged index pages (like "
|
371 |
+
"home or archive pages).<br /><a href='http://semperplugins.com/documentation/"
|
372 |
+
"title-settings/' target='_blank'>Click here for documentation on this "
|
373 |
+
"setting</a>"
|
374 |
+
msgstr ""
|
375 |
+
|
376 |
+
#: aioseop_class.php:161 aioseop_class.php:861
|
377 |
+
msgid "The following macros are supported:"
|
378 |
+
msgstr ""
|
379 |
+
|
380 |
+
#: aioseop_class.php:162
|
381 |
+
msgid "%page% - The page number"
|
382 |
+
msgstr ""
|
383 |
+
|
384 |
+
#: aioseop_class.php:163
|
385 |
+
msgid ""
|
386 |
+
"Check this if you want to use All in One SEO Pack with any Custom Post Types "
|
387 |
+
"on this site.<br /><a href='http://semperplugins.com/documentation/custom-"
|
388 |
+
"post-type-settings/' target='_blank'>Click here for documentation on this "
|
389 |
+
"setting</a>"
|
390 |
+
msgstr ""
|
391 |
+
|
392 |
+
#: aioseop_class.php:164
|
393 |
+
msgid ""
|
394 |
+
"This will show or hide the advanced options for SEO for Custom Post Types."
|
395 |
+
"<br /><a href='http://semperplugins.com/documentation/custom-post-type-"
|
396 |
+
"settings/' target='_blank'>Click here for documentation on this setting</a>"
|
397 |
+
msgstr ""
|
398 |
+
|
399 |
+
#: aioseop_class.php:165
|
400 |
+
msgid ""
|
401 |
+
"Use these checkboxes to select which Post Types you want to use All in One "
|
402 |
+
"SEO Pack with.<br /><a href='http://semperplugins.com/documentation/custom-"
|
403 |
+
"post-type-settings/' target='_blank'>Click here for documentation on this "
|
404 |
+
"setting</a>"
|
405 |
+
msgstr ""
|
406 |
+
|
407 |
+
#: aioseop_class.php:166
|
408 |
+
msgid ""
|
409 |
+
"This allows you to set the title tags for each Custom Post Type.<br /><a "
|
410 |
+
"href='http://semperplugins.com/documentation/custom-post-type-settings/' "
|
411 |
+
"target='_blank'>Click here for documentation on this setting</a>"
|
412 |
+
msgstr ""
|
413 |
+
|
414 |
+
#: aioseop_class.php:167
|
415 |
+
msgid ""
|
416 |
+
"This lets you select which screens display the SEO Title, SEO Keywords and "
|
417 |
+
"SEO Description columns.<br /><a href='http://semperplugins.com/"
|
418 |
+
"documentation/display-settings/' target='_blank'>Click here for "
|
419 |
+
"documentation on this setting</a>"
|
420 |
+
msgstr ""
|
421 |
+
|
422 |
+
#: aioseop_class.php:168
|
423 |
+
msgid ""
|
424 |
+
"Check this to add All in One SEO Pack to the Admin Bar for easy access to "
|
425 |
+
"your SEO settings.<br /><a href='http://semperplugins.com/documentation/"
|
426 |
+
"display-settings/' target='_blank'>Click here for documentation on this "
|
427 |
+
"setting</a>"
|
428 |
+
msgstr ""
|
429 |
+
|
430 |
+
#: aioseop_class.php:169
|
431 |
+
msgid ""
|
432 |
+
"Check this to move the All in One SEO Pack menu item to the top of your "
|
433 |
+
"WordPress Dashboard menu.<br /><a href='http://semperplugins.com/"
|
434 |
+
"documentation/display-settings/' target='_blank'>Click here for "
|
435 |
+
"documentation on this setting</a>"
|
436 |
+
msgstr ""
|
437 |
+
|
438 |
+
#: aioseop_class.php:170
|
439 |
+
msgid ""
|
440 |
+
"Enter your verification code here to verify your site with Google Webmaster "
|
441 |
+
"Tools.<br /><a href='http://semperplugins.com/documentation/google-webmaster-"
|
442 |
+
"tools-verification/' target='_blank'>Click here for documentation on this "
|
443 |
+
"setting</a>"
|
444 |
+
msgstr ""
|
445 |
+
|
446 |
+
#: aioseop_class.php:171
|
447 |
+
msgid ""
|
448 |
+
"Enter your verification code here to verify your site with Bing Webmaster "
|
449 |
+
"Tools.<br /><a href='http://semperplugins.com/documentation/bing-webmaster-"
|
450 |
+
"verification/' target='_blank'>Click here for documentation on this setting</"
|
451 |
+
"a>"
|
452 |
+
msgstr ""
|
453 |
+
|
454 |
+
#: aioseop_class.php:172
|
455 |
+
msgid ""
|
456 |
+
"Enter your verification code here to verify your site with Pinterest.<br /"
|
457 |
+
"><a href='http://semperplugins.com/documentation/pinterest-site-"
|
458 |
+
"verification/' target='_blank'>Click here for documentation on this setting</"
|
459 |
+
"a>"
|
460 |
+
msgstr ""
|
461 |
+
|
462 |
+
#: aioseop_class.php:173
|
463 |
+
msgid ""
|
464 |
+
"Enter your Google+ Profile URL here to add the rel=“author” tag to your site "
|
465 |
+
"for Google authorship. It is recommended that the URL you enter here should "
|
466 |
+
"be your personal Google+ profile. Use the Advanced Authorship Options below "
|
467 |
+
"if you want greater control over the use of authorship.<br /><a href='http://"
|
468 |
+
"semperplugins.com/documentation/google-settings/' target='_blank'>Click here "
|
469 |
+
"for documentation on this setting</a>"
|
470 |
+
msgstr ""
|
471 |
+
|
472 |
+
#: aioseop_class.php:174
|
473 |
+
msgid ""
|
474 |
+
"Check this to remove the Google Plus field from the user profile screen.<br /"
|
475 |
+
"><a href='http://semperplugins.com/documentation/google-settings/' "
|
476 |
+
"target='_blank'>Click here for documentation on this setting</a>"
|
477 |
+
msgstr ""
|
478 |
+
|
479 |
+
#: aioseop_class.php:175
|
480 |
+
msgid ""
|
481 |
+
"Enable this to display advanced options for controlling Google Plus "
|
482 |
+
"authorship information on your website.<br /><a href='http://semperplugins."
|
483 |
+
"com/documentation/google-settings/' target='_blank'>Click here for "
|
484 |
+
"documentation on this setting</a>"
|
485 |
+
msgstr ""
|
486 |
+
|
487 |
+
#: aioseop_class.php:176
|
488 |
+
msgid ""
|
489 |
+
"This option allows you to control which types of pages you want to display "
|
490 |
+
"rel=\"author\" on for Google authorship. The options include the Front Page "
|
491 |
+
"(the homepage of your site), Posts, Pages, and any Custom Post Types. The "
|
492 |
+
"Everywhere Else option includes 404, search, categories, tags, custom "
|
493 |
+
"taxonomies, date archives, author archives and any other page template.<br /"
|
494 |
+
"><a href='http://semperplugins.com/documentation/google-settings/' "
|
495 |
+
"target='_blank'>Click here for documentation on this setting</a>"
|
496 |
+
msgstr ""
|
497 |
+
|
498 |
+
#: aioseop_class.php:177
|
499 |
+
msgid ""
|
500 |
+
"This option allows you to control whether rel=\"publisher\" is displayed on "
|
501 |
+
"the homepage of your site. Google recommends using this if the site is a "
|
502 |
+
"business website.<br /><a href='http://semperplugins.com/documentation/"
|
503 |
+
"google-settings/' target='_blank'>Click here for documentation on this "
|
504 |
+
"setting</a>"
|
505 |
+
msgstr ""
|
506 |
+
|
507 |
+
#: aioseop_class.php:178
|
508 |
+
msgid ""
|
509 |
+
"The Google+ profile you enter here will appear on your homepage only as the "
|
510 |
+
"rel=\"publisher\" tag. It is recommended that the URL you enter here should "
|
511 |
+
"be the Google+ profile for your business.<br /><a href='http://semperplugins."
|
512 |
+
"com/documentation/google-settings/' target='_blank'>Click here for "
|
513 |
+
"documentation on this setting</a>"
|
514 |
+
msgstr ""
|
515 |
+
|
516 |
+
#: aioseop_class.php:179
|
517 |
+
msgid ""
|
518 |
+
"Press the connect button to connect with Google Analytics; or if already "
|
519 |
+
"connected, press the disconnect button to disable and remove any stored "
|
520 |
+
"analytics credentials."
|
521 |
+
msgstr ""
|
522 |
+
|
523 |
+
#: aioseop_class.php:180
|
524 |
+
msgid ""
|
525 |
+
"Enter your Google Analytics ID here to track visitor behavior on your site "
|
526 |
+
"using Google Analytics.<br /><a href='http://semperplugins.com/documentation/"
|
527 |
+
"google-analytics/' target='_blank'>Click here for documentation on this "
|
528 |
+
"setting</a>"
|
529 |
+
msgstr ""
|
530 |
+
|
531 |
+
#: aioseop_class.php:181
|
532 |
+
msgid ""
|
533 |
+
"Use the new Universal Analytics tracking code for Google Analytics; do this "
|
534 |
+
"for new analytics accounts."
|
535 |
+
msgstr ""
|
536 |
+
|
537 |
+
#: aioseop_class.php:182
|
538 |
+
msgid ""
|
539 |
+
"Enter your domain name if you have enabled tracking of Subdomains in Google "
|
540 |
+
"Analytics.<br /><a href='http://semperplugins.com/documentation/google-"
|
541 |
+
"settings/' target='_blank'>Click here for documentation on this setting</a>"
|
542 |
+
msgstr ""
|
543 |
+
|
544 |
+
#: aioseop_class.php:183
|
545 |
+
msgid ""
|
546 |
+
"Check this if you have enabled tracking of Multiple top-level domains in "
|
547 |
+
"Google Analytics.<br /><a href='http://semperplugins.com/documentation/"
|
548 |
+
"google-settings/' target='_blank'>Click here for documentation on this "
|
549 |
+
"setting</a>"
|
550 |
+
msgstr ""
|
551 |
+
|
552 |
+
#: aioseop_class.php:184
|
553 |
+
msgid "Support for IP Anonymization in Google Analytics."
|
554 |
+
msgstr ""
|
555 |
+
|
556 |
+
#: aioseop_class.php:185
|
557 |
+
msgid "Support for Doubleclick Display Advertising tracking."
|
558 |
+
msgstr ""
|
559 |
+
|
560 |
+
#: aioseop_class.php:186
|
561 |
+
msgid "Exclude logged-in users from Google Analytics tracking by role."
|
562 |
+
msgstr ""
|
563 |
+
|
564 |
+
#: aioseop_class.php:187
|
565 |
+
msgid ""
|
566 |
+
"Check this if you want to track outbound links with Google Analytics.<br /"
|
567 |
+
"><a href='http://semperplugins.com/documentation/google-settings/' "
|
568 |
+
"target='_blank'>Click here for documentation on this setting</a>"
|
569 |
+
msgstr ""
|
570 |
+
|
571 |
+
#: aioseop_class.php:188
|
572 |
+
msgid ""
|
573 |
+
"Set the default NOINDEX setting for each Post Type.<br /><a href='http://"
|
574 |
+
"semperplugins.com/documentation/noindex-settings/' target='_blank'>Click "
|
575 |
+
"here for documentation on this setting</a>"
|
576 |
+
msgstr ""
|
577 |
+
|
578 |
+
#: aioseop_class.php:189
|
579 |
+
msgid ""
|
580 |
+
"Set the default NOFOLLOW setting for each Post Type.<br /><a href='http://"
|
581 |
+
"semperplugins.com/documentation/noindex-settings/' target='_blank'>Click "
|
582 |
+
"here for documentation on this setting</a>"
|
583 |
+
msgstr ""
|
584 |
+
|
585 |
+
#: aioseop_class.php:190
|
586 |
+
msgid ""
|
587 |
+
"Check this to ask search engines not to index Category Archives. Useful for "
|
588 |
+
"avoiding duplicate content.<br /><a href='http://semperplugins.com/"
|
589 |
+
"documentation/noindex-settings/' target='_blank'>Click here for "
|
590 |
+
"documentation on this setting</a>"
|
591 |
+
msgstr ""
|
592 |
+
|
593 |
+
#: aioseop_class.php:191
|
594 |
+
msgid ""
|
595 |
+
"Check this to ask search engines not to index Date Archives. Useful for "
|
596 |
+
"avoiding duplicate content.<br /><a href='http://semperplugins.com/"
|
597 |
+
"documentation/noindex-settings/' target='_blank'>Click here for "
|
598 |
+
"documentation on this setting</a>"
|
599 |
+
msgstr ""
|
600 |
+
|
601 |
+
#: aioseop_class.php:192
|
602 |
+
msgid ""
|
603 |
+
"Check this to ask search engines not to index Author Archives. Useful for "
|
604 |
+
"avoiding duplicate content.<br /><a href='http://semperplugins.com/"
|
605 |
+
"documentation/noindex-settings/' target='_blank'>Click here for "
|
606 |
+
"documentation on this setting</a>"
|
607 |
+
msgstr ""
|
608 |
+
|
609 |
+
#: aioseop_class.php:193
|
610 |
+
msgid ""
|
611 |
+
"Check this to ask search engines not to index Tag Archives. Useful for "
|
612 |
+
"avoiding duplicate content.<br /><a href='http://semperplugins.com/"
|
613 |
+
"documentation/noindex-settings/' target='_blank'>Click here for "
|
614 |
+
"documentation on this setting</a>"
|
615 |
+
msgstr ""
|
616 |
+
|
617 |
+
#: aioseop_class.php:194
|
618 |
+
msgid ""
|
619 |
+
"Check this to ask search engines not to index the Search page. Useful for "
|
620 |
+
"avoiding duplicate content.<br /><a href='http://semperplugins.com/"
|
621 |
+
"documentation/noindex-settings/' target='_blank'>Click here for "
|
622 |
+
"documentation on this setting</a>"
|
623 |
+
msgstr ""
|
624 |
+
|
625 |
+
#: aioseop_class.php:195
|
626 |
+
msgid ""
|
627 |
+
"Check this to ask search engines not to index paginated pages/posts. Useful "
|
628 |
+
"for avoiding duplicate content.<br /><a href='http://semperplugins.com/"
|
629 |
+
"documentation/noindex-settings/' target='_blank'>Click here for "
|
630 |
+
"documentation on this setting</a>"
|
631 |
+
msgstr ""
|
632 |
+
|
633 |
+
#: aioseop_class.php:196
|
634 |
+
msgid ""
|
635 |
+
"Check this to ask search engines not to follow links from paginated pages/"
|
636 |
+
"posts. Useful for avoiding duplicate content.<br /><a href='http://"
|
637 |
+
"semperplugins.com/documentation/noindex-settings/' target='_blank'>Click "
|
638 |
+
"here for documentation on this setting</a>"
|
639 |
+
msgstr ""
|
640 |
+
|
641 |
+
#: aioseop_class.php:197
|
642 |
+
msgid ""
|
643 |
+
"Check this and your Meta Descriptions will be auto-generated from your "
|
644 |
+
"excerpt or content.<br /><a href='http://semperplugins.com/documentation/"
|
645 |
+
"advanced-settings/' target='_blank'>Click here for documentation on this "
|
646 |
+
"setting</a>"
|
647 |
+
msgstr ""
|
648 |
+
|
649 |
+
#: aioseop_class.php:198
|
650 |
+
msgid ""
|
651 |
+
"Check this and your Meta Descriptions will be removed from page 2 or later "
|
652 |
+
"of paginated content.<br /><a href='http://semperplugins.com/documentation/"
|
653 |
+
"advanced-settings/' target='_blank'>Click here for documentation on this "
|
654 |
+
"setting</a>"
|
655 |
+
msgstr ""
|
656 |
+
|
657 |
+
#: aioseop_class.php:199
|
658 |
+
msgid ""
|
659 |
+
"Check this to prevent your Description from being truncated regardless of "
|
660 |
+
"its length.<br /><a href='http://semperplugins.com/documentation/advanced-"
|
661 |
+
"settings/' target='_blank'>Click here for documentation on this setting</a>"
|
662 |
+
msgstr ""
|
663 |
+
|
664 |
+
#: aioseop_class.php:200
|
665 |
+
msgid ""
|
666 |
+
"Check this to support Schema.org markup, i.e., itemprop on supported "
|
667 |
+
"metadata.<br /><a href='http://semperplugins.com/documentation/advanced-"
|
668 |
+
"settings/' target='_blank'>Click here for documentation on this setting</a>"
|
669 |
+
msgstr ""
|
670 |
+
|
671 |
+
#: aioseop_class.php:201
|
672 |
+
msgid ""
|
673 |
+
"Check this to unprotect internal postmeta fields for use with XMLRPC. If you "
|
674 |
+
"don't know what that is, leave it unchecked.<br /><a href='http://"
|
675 |
+
"semperplugins.com/documentation/advanced-settings/' target='_blank'>Click "
|
676 |
+
"here for documentation on this setting</a>"
|
677 |
+
msgstr ""
|
678 |
+
|
679 |
+
#: aioseop_class.php:202
|
680 |
+
msgid ""
|
681 |
+
"Enter a comma separated list of pages here to be excluded by All in One SEO "
|
682 |
+
"Pack. This is helpful when using plugins which generate their own non-"
|
683 |
+
"WordPress dynamic pages. Ex: <em>/forum/, /contact/</em> For instance, if "
|
684 |
+
"you want to exclude the virtual pages generated by a forum plugin, all you "
|
685 |
+
"have to do is add forum or /forum or /forum/ or and any URL with the word "
|
686 |
+
"\"forum\" in it, such as http://mysite.com/forum or http://mysite.com/forum/"
|
687 |
+
"someforumpage here and it will be excluded from All in One SEO Pack.<br /><a "
|
688 |
+
"href='http://semperplugins.com/documentation/advanced-settings/' "
|
689 |
+
"target='_blank'>Click here for documentation on this setting</a>"
|
690 |
+
msgstr ""
|
691 |
+
|
692 |
+
#: aioseop_class.php:203
|
693 |
+
msgid ""
|
694 |
+
"What you enter here will be copied verbatim to the header of all Posts. You "
|
695 |
+
"can enter whatever additional headers you want here, even references to "
|
696 |
+
"stylesheets.<br /><a href='http://semperplugins.com/documentation/advanced-"
|
697 |
+
"settings/' target='_blank'>Click here for documentation on this setting</a>"
|
698 |
+
msgstr ""
|
699 |
+
|
700 |
+
#: aioseop_class.php:204
|
701 |
+
msgid ""
|
702 |
+
"What you enter here will be copied verbatim to the header of all Pages. You "
|
703 |
+
"can enter whatever additional headers you want here, even references to "
|
704 |
+
"stylesheets.<br /><a href='http://semperplugins.com/documentation/advanced-"
|
705 |
+
"settings/' target='_blank'>Click here for documentation on this setting</a>"
|
706 |
+
msgstr ""
|
707 |
+
|
708 |
+
#: aioseop_class.php:205
|
709 |
+
msgid ""
|
710 |
+
"What you enter here will be copied verbatim to the header of the front page "
|
711 |
+
"if you have set a static page in Settings, Reading, Front Page Displays. You "
|
712 |
+
"can enter whatever additional headers you want here, even references to "
|
713 |
+
"stylesheets. This will fall back to using Additional Page Headers if you "
|
714 |
+
"have them set and nothing is entered here.<br /><a href='http://"
|
715 |
+
"semperplugins.com/documentation/advanced-settings/' target='_blank'>Click "
|
716 |
+
"here for documentation on this setting</a>"
|
717 |
+
msgstr ""
|
718 |
+
|
719 |
+
#: aioseop_class.php:206
|
720 |
+
msgid ""
|
721 |
+
"What you enter here will be copied verbatim to the header of the home page "
|
722 |
+
"if you have Front page displays your latest posts selected in Settings, "
|
723 |
+
"Reading. It will also be copied verbatim to the header on the Posts page if "
|
724 |
+
"you have one set in Settings, Reading. You can enter whatever additional "
|
725 |
+
"headers you want here, even references to stylesheets.<br /><a href='http://"
|
726 |
+
"semperplugins.com/documentation/advanced-settings/' target='_blank'>Click "
|
727 |
+
"here for documentation on this setting</a>"
|
728 |
+
msgstr ""
|
729 |
+
|
730 |
+
#: aioseop_class.php:210
|
731 |
+
msgid "A preview of what this page might look like in search engine results."
|
732 |
+
msgstr ""
|
733 |
+
|
734 |
+
#: aioseop_class.php:211
|
735 |
+
msgid "A custom title that shows up in the title tag for this page."
|
736 |
+
msgstr ""
|
737 |
+
|
738 |
+
#: aioseop_class.php:212
|
739 |
+
msgid ""
|
740 |
+
"The META description for this page. This will override any autogenerated "
|
741 |
+
"descriptions."
|
742 |
+
msgstr ""
|
743 |
+
|
744 |
+
#: aioseop_class.php:213
|
745 |
+
msgid ""
|
746 |
+
"A comma separated list of your most important keywords for this page that "
|
747 |
+
"will be written as META keywords."
|
748 |
+
msgstr ""
|
749 |
+
|
750 |
+
#: aioseop_class.php:214
|
751 |
+
msgid "Check this box to ask search engines not to index this page."
|
752 |
+
msgstr ""
|
753 |
+
|
754 |
+
#: aioseop_class.php:215
|
755 |
+
msgid ""
|
756 |
+
"Check this box to ask search engines not to follow links from this page."
|
757 |
+
msgstr ""
|
758 |
+
|
759 |
+
#: aioseop_class.php:216
|
760 |
+
msgid ""
|
761 |
+
"Check this box to ask search engines not to use descriptions from the Open "
|
762 |
+
"Directory Project for this page."
|
763 |
+
msgstr ""
|
764 |
+
|
765 |
+
#: aioseop_class.php:217
|
766 |
+
msgid ""
|
767 |
+
"Check this box to ask Yahoo! not to use descriptions from the Yahoo! "
|
768 |
+
"directory for this page."
|
769 |
+
msgstr ""
|
770 |
+
|
771 |
+
#: aioseop_class.php:218
|
772 |
+
msgid "Set the title attribute for menu links."
|
773 |
+
msgstr ""
|
774 |
+
|
775 |
+
#: aioseop_class.php:219
|
776 |
+
msgid "Set the label for this page menu item."
|
777 |
+
msgstr ""
|
778 |
+
|
779 |
+
#: aioseop_class.php:220
|
780 |
+
msgid "Don't display this page in the sitemap."
|
781 |
+
msgstr ""
|
782 |
+
|
783 |
+
#: aioseop_class.php:221
|
784 |
+
msgid "Disable SEO on this page."
|
785 |
+
msgstr ""
|
786 |
+
|
787 |
+
#: aioseop_class.php:222
|
788 |
+
msgid "Disable Google Analytics on this page."
|
789 |
+
msgstr ""
|
790 |
+
|
791 |
+
#: aioseop_class.php:227
|
792 |
+
msgid "I enjoy this plugin and have made a donation:"
|
793 |
+
msgstr ""
|
794 |
+
|
795 |
+
#: aioseop_class.php:229
|
796 |
+
msgid "Home Title:"
|
797 |
+
msgstr ""
|
798 |
+
|
799 |
+
#: aioseop_class.php:232
|
800 |
+
msgid "Home Description:"
|
801 |
+
msgstr ""
|
802 |
+
|
803 |
+
#: aioseop_class.php:235
|
804 |
+
msgid "Use Keywords:"
|
805 |
+
msgstr ""
|
806 |
+
|
807 |
+
#: aioseop_class.php:238 aioseop_class.php:256 aioseop_class.php:264
|
808 |
+
#: aioseop_class.php:271 aioseop_class.php:326 aioseop_class.php:332
|
809 |
+
#: aioseop_class.php:384 aioseop_class.php:395 aioseop_performance.php:39
|
810 |
+
msgid "Enabled"
|
811 |
+
msgstr ""
|
812 |
+
|
813 |
+
#: aioseop_class.php:239 aioseop_class.php:257 aioseop_class.php:265
|
814 |
+
#: aioseop_class.php:272 aioseop_class.php:327 aioseop_class.php:333
|
815 |
+
#: aioseop_class.php:385 aioseop_class.php:396 aioseop_performance.php:40
|
816 |
+
msgid "Disabled"
|
817 |
+
msgstr ""
|
818 |
+
|
819 |
+
#: aioseop_class.php:242
|
820 |
+
msgid "Home Keywords (comma separated):"
|
821 |
+
msgstr ""
|
822 |
+
|
823 |
+
#: aioseop_class.php:246
|
824 |
+
msgid "Canonical URLs:"
|
825 |
+
msgstr ""
|
826 |
+
|
827 |
+
#: aioseop_class.php:249
|
828 |
+
msgid "No Pagination for Canonical URLs:"
|
829 |
+
msgstr ""
|
830 |
+
|
831 |
+
#: aioseop_class.php:253
|
832 |
+
msgid "Rewrite Titles:"
|
833 |
+
msgstr ""
|
834 |
+
|
835 |
+
#: aioseop_class.php:260 aioseop_performance.php:37
|
836 |
+
msgid "Force Rewrites:"
|
837 |
+
msgstr ""
|
838 |
+
|
839 |
+
#: aioseop_class.php:268
|
840 |
+
msgid "Use Original Title:"
|
841 |
+
msgstr ""
|
842 |
+
|
843 |
+
#: aioseop_class.php:275
|
844 |
+
msgid "Capitalize Titles:"
|
845 |
+
msgstr ""
|
846 |
+
|
847 |
+
#: aioseop_class.php:277
|
848 |
+
msgid "Capitalize Category Titles:"
|
849 |
+
msgstr ""
|
850 |
+
|
851 |
+
#: aioseop_class.php:279
|
852 |
+
msgid "Page Title Format:"
|
853 |
+
msgstr ""
|
854 |
+
|
855 |
+
#: aioseop_class.php:283
|
856 |
+
msgid "Post Title Format:"
|
857 |
+
msgstr ""
|
858 |
+
|
859 |
+
#: aioseop_class.php:287
|
860 |
+
msgid "Category Title Format:"
|
861 |
+
msgstr ""
|
862 |
+
|
863 |
+
#: aioseop_class.php:291
|
864 |
+
msgid "Archive Title Format:"
|
865 |
+
msgstr ""
|
866 |
+
|
867 |
+
#: aioseop_class.php:295
|
868 |
+
msgid "Date Archive Title Format:"
|
869 |
+
msgstr ""
|
870 |
+
|
871 |
+
#: aioseop_class.php:299
|
872 |
+
msgid "Author Archive Title Format:"
|
873 |
+
msgstr ""
|
874 |
+
|
875 |
+
#: aioseop_class.php:303
|
876 |
+
msgid "Tag Title Format:"
|
877 |
+
msgstr ""
|
878 |
+
|
879 |
+
#: aioseop_class.php:307
|
880 |
+
msgid "Search Title Format:"
|
881 |
+
msgstr ""
|
882 |
+
|
883 |
+
#: aioseop_class.php:311
|
884 |
+
msgid "Description Format"
|
885 |
+
msgstr ""
|
886 |
+
|
887 |
+
#: aioseop_class.php:315
|
888 |
+
msgid "404 Title Format:"
|
889 |
+
msgstr ""
|
890 |
+
|
891 |
+
#: aioseop_class.php:319
|
892 |
+
msgid "Paged Format:"
|
893 |
+
msgstr ""
|
894 |
+
|
895 |
+
#: aioseop_class.php:323
|
896 |
+
msgid "SEO for Custom Post Types:"
|
897 |
+
msgstr ""
|
898 |
+
|
899 |
+
#: aioseop_class.php:330
|
900 |
+
msgid "Enable Advanced Options:"
|
901 |
+
msgstr ""
|
902 |
+
|
903 |
+
#: aioseop_class.php:338
|
904 |
+
msgid "SEO on only these post types:"
|
905 |
+
msgstr ""
|
906 |
+
|
907 |
+
#: aioseop_class.php:343
|
908 |
+
msgid "Default to NOINDEX:"
|
909 |
+
msgstr ""
|
910 |
+
|
911 |
+
#: aioseop_class.php:348
|
912 |
+
msgid "Default to NOFOLLOW:"
|
913 |
+
msgstr ""
|
914 |
+
|
915 |
+
#: aioseop_class.php:353
|
916 |
+
msgid "Custom titles:"
|
917 |
+
msgstr ""
|
918 |
+
|
919 |
+
#: aioseop_class.php:358
|
920 |
+
msgid "Show Column Labels for Custom Post Types:"
|
921 |
+
msgstr ""
|
922 |
+
|
923 |
+
#: aioseop_class.php:361
|
924 |
+
msgid "Display Menu In Admin Bar:"
|
925 |
+
msgstr ""
|
926 |
+
|
927 |
+
#: aioseop_class.php:364
|
928 |
+
msgid "Display Menu At The Top:"
|
929 |
+
msgstr ""
|
930 |
+
|
931 |
+
#: aioseop_class.php:367
|
932 |
+
msgid "Google Webmaster Tools:"
|
933 |
+
msgstr ""
|
934 |
+
|
935 |
+
#: aioseop_class.php:370
|
936 |
+
msgid "Bing Webmaster Center:"
|
937 |
+
msgstr ""
|
938 |
+
|
939 |
+
#: aioseop_class.php:373
|
940 |
+
msgid "Pinterest Site Verification:"
|
941 |
+
msgstr ""
|
942 |
+
|
943 |
+
#: aioseop_class.php:376
|
944 |
+
msgid "Google Plus Default Profile:"
|
945 |
+
msgstr ""
|
946 |
+
|
947 |
+
#: aioseop_class.php:379
|
948 |
+
msgid "Disable Google Plus Profile:"
|
949 |
+
msgstr ""
|
950 |
+
|
951 |
+
#: aioseop_class.php:382
|
952 |
+
msgid "Advanced Authorship Options:"
|
953 |
+
msgstr ""
|
954 |
+
|
955 |
+
#: aioseop_class.php:389
|
956 |
+
msgid "Display Google Authorship:"
|
957 |
+
msgstr ""
|
958 |
+
|
959 |
+
#: aioseop_class.php:393
|
960 |
+
msgid "Display Publisher Meta on Front Page:"
|
961 |
+
msgstr ""
|
962 |
+
|
963 |
+
#: aioseop_class.php:400
|
964 |
+
msgid "Specify Publisher URL:"
|
965 |
+
msgstr ""
|
966 |
+
|
967 |
+
#: aioseop_class.php:403 aioseop_class.php:1694
|
968 |
+
msgid "Connect With Google Analytics"
|
969 |
+
msgstr ""
|
970 |
+
|
971 |
+
#: aioseop_class.php:406
|
972 |
+
msgid "Google Analytics ID:"
|
973 |
+
msgstr ""
|
974 |
+
|
975 |
+
#: aioseop_class.php:409
|
976 |
+
msgid "Use Universal Analytics:"
|
977 |
+
msgstr ""
|
978 |
+
|
979 |
+
#: aioseop_class.php:413
|
980 |
+
msgid "Tracking Domain:"
|
981 |
+
msgstr ""
|
982 |
+
|
983 |
+
#: aioseop_class.php:417
|
984 |
+
msgid "Track Multiple Domains:"
|
985 |
+
msgstr ""
|
986 |
+
|
987 |
+
#: aioseop_class.php:421
|
988 |
+
msgid "Anonymize IP Addresses:"
|
989 |
+
msgstr ""
|
990 |
+
|
991 |
+
#: aioseop_class.php:425
|
992 |
+
msgid "\"Display Advertising\" Tracking:"
|
993 |
+
msgstr ""
|
994 |
+
|
995 |
+
#: aioseop_class.php:429
|
996 |
+
msgid "Exclude Users From Tracking:"
|
997 |
+
msgstr ""
|
998 |
+
|
999 |
+
#: aioseop_class.php:433
|
1000 |
+
msgid "Track Outbound Links:"
|
1001 |
+
msgstr ""
|
1002 |
+
|
1003 |
+
#: aioseop_class.php:437
|
1004 |
+
msgid "Use Categories for META keywords:"
|
1005 |
+
msgstr ""
|
1006 |
+
|
1007 |
+
#: aioseop_class.php:441
|
1008 |
+
msgid "Use Tags for META keywords:"
|
1009 |
+
msgstr ""
|
1010 |
+
|
1011 |
+
#: aioseop_class.php:445
|
1012 |
+
msgid "Dynamically Generate Keywords for Posts Page:"
|
1013 |
+
msgstr ""
|
1014 |
+
|
1015 |
+
#: aioseop_class.php:449
|
1016 |
+
msgid "Use noindex for Categories:"
|
1017 |
+
msgstr ""
|
1018 |
+
|
1019 |
+
#: aioseop_class.php:452
|
1020 |
+
msgid "Use noindex for Date Archives:"
|
1021 |
+
msgstr ""
|
1022 |
+
|
1023 |
+
#: aioseop_class.php:455
|
1024 |
+
msgid "Use noindex for Author Archives:"
|
1025 |
+
msgstr ""
|
1026 |
+
|
1027 |
+
#: aioseop_class.php:458
|
1028 |
+
msgid "Use noindex for Tag Archives:"
|
1029 |
+
msgstr ""
|
1030 |
+
|
1031 |
+
#: aioseop_class.php:461
|
1032 |
+
msgid "Use noindex for the Search page:"
|
1033 |
+
msgstr ""
|
1034 |
+
|
1035 |
+
#: aioseop_class.php:464
|
1036 |
+
msgid "Use noindex for paginated pages/posts:"
|
1037 |
+
msgstr ""
|
1038 |
+
|
1039 |
+
#: aioseop_class.php:467
|
1040 |
+
msgid "Use nofollow for paginated pages/posts:"
|
1041 |
+
msgstr ""
|
1042 |
+
|
1043 |
+
#: aioseop_class.php:470
|
1044 |
+
msgid "Autogenerate Descriptions:"
|
1045 |
+
msgstr ""
|
1046 |
+
|
1047 |
+
#: aioseop_class.php:473
|
1048 |
+
msgid "Remove Descriptions For Paginated Pages:"
|
1049 |
+
msgstr ""
|
1050 |
+
|
1051 |
+
#: aioseop_class.php:476
|
1052 |
+
msgid "Never Shorten Long Descriptions:"
|
1053 |
+
msgstr ""
|
1054 |
+
|
1055 |
+
#: aioseop_class.php:479
|
1056 |
+
msgid "Use Schema.org Markup"
|
1057 |
+
msgstr ""
|
1058 |
+
|
1059 |
+
#: aioseop_class.php:482
|
1060 |
+
msgid "Unprotect Post Meta Fields:"
|
1061 |
+
msgstr ""
|
1062 |
+
|
1063 |
+
#: aioseop_class.php:485
|
1064 |
+
msgid "Exclude Pages:"
|
1065 |
+
msgstr ""
|
1066 |
+
|
1067 |
+
#: aioseop_class.php:488
|
1068 |
+
msgid "Additional Post Headers:"
|
1069 |
+
msgstr ""
|
1070 |
+
|
1071 |
+
#: aioseop_class.php:491
|
1072 |
+
msgid "Additional Page Headers:"
|
1073 |
+
msgstr ""
|
1074 |
+
|
1075 |
+
#: aioseop_class.php:494
|
1076 |
+
msgid "Additional Front Page Headers:"
|
1077 |
+
msgstr ""
|
1078 |
+
|
1079 |
+
#: aioseop_class.php:497
|
1080 |
+
msgid "Additional Blog Page Headers:"
|
1081 |
+
msgstr ""
|
1082 |
+
|
1083 |
+
#: aioseop_class.php:500
|
1084 |
+
msgid "Log important events:"
|
1085 |
+
msgstr ""
|
1086 |
+
|
1087 |
+
#: aioseop_class.php:513
|
1088 |
+
msgid "Upgrade to All in One SEO Pack Pro Version"
|
1089 |
+
msgstr ""
|
1090 |
+
|
1091 |
+
#: aioseop_class.php:515
|
1092 |
+
msgid "Preview Snippet"
|
1093 |
+
msgstr ""
|
1094 |
+
|
1095 |
+
#: aioseop_class.php:528 aioseop_opengraph.php:148
|
1096 |
+
msgid "Title"
|
1097 |
+
msgstr ""
|
1098 |
+
|
1099 |
+
#: aioseop_class.php:529 aioseop_opengraph.php:150
|
1100 |
+
msgid "Description"
|
1101 |
+
msgstr ""
|
1102 |
+
|
1103 |
+
#: aioseop_class.php:530
|
1104 |
+
msgid "Keywords (comma separated)"
|
1105 |
+
msgstr ""
|
1106 |
+
|
1107 |
+
#: aioseop_class.php:531
|
1108 |
+
msgid "Robots Meta NOINDEX"
|
1109 |
+
msgstr ""
|
1110 |
+
|
1111 |
+
#: aioseop_class.php:532
|
1112 |
+
msgid "Robots Meta NOFOLLOW"
|
1113 |
+
msgstr ""
|
1114 |
+
|
1115 |
+
#: aioseop_class.php:533
|
1116 |
+
msgid "Robots Meta NOODP"
|
1117 |
+
msgstr ""
|
1118 |
+
|
1119 |
+
#: aioseop_class.php:534
|
1120 |
+
msgid "Robots Meta NOYDIR"
|
1121 |
+
msgstr ""
|
1122 |
+
|
1123 |
+
#: aioseop_class.php:535
|
1124 |
+
msgid "Title Attribute"
|
1125 |
+
msgstr ""
|
1126 |
+
|
1127 |
+
#: aioseop_class.php:536
|
1128 |
+
msgid "Menu Label"
|
1129 |
+
msgstr ""
|
1130 |
+
|
1131 |
+
#: aioseop_class.php:537
|
1132 |
+
msgid "Exclude From Sitemap"
|
1133 |
+
msgstr ""
|
1134 |
+
|
1135 |
+
#: aioseop_class.php:538
|
1136 |
+
msgid "Disable on this page/post"
|
1137 |
+
msgstr ""
|
1138 |
+
|
1139 |
+
#: aioseop_class.php:539
|
1140 |
+
msgid "Disable Google Analytics"
|
1141 |
+
msgstr ""
|
1142 |
+
|
1143 |
+
#: aioseop_class.php:558 aioseop_opengraph.php:191
|
1144 |
+
msgid "Home Page Settings"
|
1145 |
+
msgstr ""
|
1146 |
+
|
1147 |
+
#: aioseop_class.php:563
|
1148 |
+
msgid "Keyword Settings"
|
1149 |
+
msgstr ""
|
1150 |
+
|
1151 |
+
#: aioseop_class.php:568
|
1152 |
+
msgid "Title Settings"
|
1153 |
+
msgstr ""
|
1154 |
+
|
1155 |
+
#: aioseop_class.php:574
|
1156 |
+
msgid "Custom Post Type Settings"
|
1157 |
+
msgstr ""
|
1158 |
+
|
1159 |
+
#: aioseop_class.php:579
|
1160 |
+
msgid "Display Settings"
|
1161 |
+
msgstr ""
|
1162 |
+
|
1163 |
+
#: aioseop_class.php:584
|
1164 |
+
msgid "Webmaster Verification"
|
1165 |
+
msgstr ""
|
1166 |
+
|
1167 |
+
#: aioseop_class.php:589
|
1168 |
+
msgid "Google Settings"
|
1169 |
+
msgstr ""
|
1170 |
+
|
1171 |
+
#: aioseop_class.php:595
|
1172 |
+
msgid "Noindex Settings"
|
1173 |
+
msgstr ""
|
1174 |
+
|
1175 |
+
#: aioseop_class.php:600
|
1176 |
+
msgid "Advanced Settings"
|
1177 |
+
msgstr ""
|
1178 |
+
|
1179 |
+
#: aioseop_class.php:851
|
1180 |
+
msgid "Front Page"
|
1181 |
+
msgstr ""
|
1182 |
+
|
1183 |
+
#: aioseop_class.php:851
|
1184 |
+
msgid "Everywhere Else"
|
1185 |
+
msgstr ""
|
1186 |
+
|
1187 |
+
#: aioseop_class.php:859
|
1188 |
+
msgid "Title Format:"
|
1189 |
+
msgstr ""
|
1190 |
+
|
1191 |
+
#: aioseop_class.php:894
|
1192 |
+
msgid "Welcome to Version %s!"
|
1193 |
+
msgstr ""
|
1194 |
+
|
1195 |
+
#: aioseop_class.php:895
|
1196 |
+
msgid ""
|
1197 |
+
"Thank you for running the latest and greatest All in One SEO Pack ever! "
|
1198 |
+
"Please review your settings, as we're always adding new features for you!"
|
1199 |
+
msgstr ""
|
1200 |
+
|
1201 |
+
#: aioseop_class.php:901
|
1202 |
+
msgid "Review Your Settings"
|
1203 |
+
msgstr ""
|
1204 |
+
|
1205 |
+
#: aioseop_class.php:902
|
1206 |
+
msgid ""
|
1207 |
+
"Thank you for running the latest and greatest All in One SEO Pack ever! New "
|
1208 |
+
"since 2.2: Control who accesses your site with the new Robots.txt Editor and "
|
1209 |
+
"File Editor modules! Enable them from the Feature Manager. Remember to "
|
1210 |
+
"review your settings, we have added some new ones!"
|
1211 |
+
msgstr ""
|
1212 |
+
|
1213 |
+
#: aioseop_class.php:921
|
1214 |
+
msgid "Reset General Settings to Defaults"
|
1215 |
+
msgstr ""
|
1216 |
+
|
1217 |
+
#: aioseop_class.php:922
|
1218 |
+
msgid "Reset ALL Settings to Defaults"
|
1219 |
+
msgstr ""
|
1220 |
+
|
1221 |
+
#: aioseop_class.php:979
|
1222 |
+
msgid "Default - noindex"
|
1223 |
+
msgstr ""
|
1224 |
+
|
1225 |
+
#: aioseop_class.php:979
|
1226 |
+
msgid "index"
|
1227 |
+
msgstr ""
|
1228 |
+
|
1229 |
+
#: aioseop_class.php:979
|
1230 |
+
msgid "noindex"
|
1231 |
+
msgstr ""
|
1232 |
+
|
1233 |
+
#: aioseop_class.php:983
|
1234 |
+
msgid "Default - nofollow"
|
1235 |
+
msgstr ""
|
1236 |
+
|
1237 |
+
#: aioseop_class.php:983
|
1238 |
+
msgid "follow"
|
1239 |
+
msgstr ""
|
1240 |
+
|
1241 |
+
#: aioseop_class.php:983
|
1242 |
+
msgid "nofollow"
|
1243 |
+
msgstr ""
|
1244 |
+
|
1245 |
+
#: aioseop_class.php:1044
|
1246 |
+
msgid "All in One SEO Plugin Support Forum"
|
1247 |
+
msgstr ""
|
1248 |
+
|
1249 |
+
#: aioseop_class.php:1045
|
1250 |
+
msgid "Support Forum"
|
1251 |
+
msgstr ""
|
1252 |
+
|
1253 |
+
#: aioseop_class.php:1046
|
1254 |
+
msgid "All in One SEO Plugin Changelog"
|
1255 |
+
msgstr ""
|
1256 |
+
|
1257 |
+
#: aioseop_class.php:1047
|
1258 |
+
msgid "Changelog"
|
1259 |
+
msgstr ""
|
1260 |
+
|
1261 |
+
#: aioseop_class.php:1048
|
1262 |
+
msgid "Pro Version"
|
1263 |
+
msgstr ""
|
1264 |
+
|
1265 |
+
#: aioseop_class.php:1050
|
1266 |
+
msgid "UPGRADE TO PRO VERSION"
|
1267 |
msgstr ""
|
1268 |
|
1269 |
+
#: aioseop_class.php:1065
|
1270 |
+
msgid "Donate"
|
1271 |
msgstr ""
|
1272 |
|
1273 |
+
#: aioseop_class.php:1067
|
1274 |
+
msgid "Donate with Paypal"
|
1275 |
msgstr ""
|
1276 |
|
1277 |
+
#: aioseop_class.php:1069
|
1278 |
+
msgid "My Amazon Wish List"
|
|
|
|
|
|
|
1279 |
msgstr ""
|
1280 |
|
1281 |
+
#: aioseop_class.php:1070
|
1282 |
+
msgid "Follow us on Facebook"
|
|
|
|
|
|
|
1283 |
msgstr ""
|
1284 |
|
1285 |
+
#: aioseop_class.php:1071
|
1286 |
+
msgid "Follow us on Twitter"
|
|
|
|
|
|
|
1287 |
msgstr ""
|
1288 |
|
1289 |
+
#: aioseop_class.php:1082
|
1290 |
+
msgid "Join our mailing list for tips, tricks, and WordPress secrets."
|
1291 |
msgstr ""
|
1292 |
|
1293 |
+
#: aioseop_class.php:1083
|
1294 |
+
msgid ""
|
1295 |
+
"Sign up today and receive a free copy of the e-book 5 SEO Tips for WordPress "
|
1296 |
+
"($39 value)."
|
1297 |
msgstr ""
|
1298 |
|
1299 |
+
#: aioseop_class.php:1092
|
1300 |
+
msgid ""
|
1301 |
+
"For support please visit the Semper Plugins Support Forum at http://"
|
1302 |
+
"semperplugins.com/support/"
|
1303 |
msgstr ""
|
1304 |
|
1305 |
+
#: aioseop_class.php:1231
|
1306 |
+
msgid ""
|
1307 |
+
"Debug Warning: All in One SEO Pack meta data was included again from %s "
|
1308 |
+
"filter. Called %s times!"
|
1309 |
msgstr ""
|
1310 |
|
1311 |
+
#: aioseop_class.php:1686
|
1312 |
+
msgid "Disconnect From Google Analytics"
|
1313 |
msgstr ""
|
1314 |
|
1315 |
+
#: aioseop_class.php:1687
|
1316 |
+
msgid "Remove Stored Credentials"
|
1317 |
msgstr ""
|
1318 |
|
1319 |
+
#: aioseop_class.php:1709 aioseop_class.php:1727 aioseop_class.php:1758
|
1320 |
+
msgid "Google Analytics"
|
1321 |
msgstr ""
|
1322 |
|
1323 |
+
#: aioseop_class.php:2773
|
1324 |
+
msgid "SEO"
|
1325 |
msgstr ""
|
1326 |
|
1327 |
+
#: aioseop_class.php:2780
|
1328 |
+
msgid "Edit SEO"
|
1329 |
msgstr ""
|
1330 |
|
1331 |
+
#: aioseop_class.php:2787
|
1332 |
+
msgid "Upgrade To Pro"
|
1333 |
msgstr ""
|
1334 |
|
1335 |
+
#: aioseop_class.php:2796
|
1336 |
+
msgid "All in One SEO"
|
1337 |
msgstr ""
|
1338 |
|
1339 |
+
#: aioseop_class.php:2840
|
1340 |
+
msgid "Thank you!"
|
1341 |
msgstr ""
|
1342 |
|
1343 |
+
#: aioseop_class.php:2841
|
1344 |
+
msgid ""
|
1345 |
+
"Thank you for your donation, it helps keep this plugin free and actively "
|
1346 |
+
"developed!"
|
1347 |
msgstr ""
|
1348 |
|
1349 |
+
#: aioseop_class.php:2867
|
1350 |
+
msgid "Join Our Mailing List"
|
1351 |
msgstr ""
|
1352 |
|
1353 |
+
#: aioseop_class.php:2891 aioseop_class.php:2903 aioseop_module_class.php:1147
|
1354 |
+
#: aioseop_module_class.php:1337 aioseop_module_class.php:1523
|
1355 |
+
msgid "Help"
|
1356 |
msgstr ""
|
1357 |
|
1358 |
+
#: aioseop_class.php:2915
|
1359 |
+
msgid "Main Settings"
|
1360 |
msgstr ""
|
1361 |
|
1362 |
+
#: aioseop_feature_manager.php:14
|
1363 |
+
msgid "Feature Manager"
|
1364 |
msgstr ""
|
1365 |
|
1366 |
+
#: aioseop_feature_manager.php:19
|
1367 |
+
msgid "XML Sitemaps"
|
1368 |
msgstr ""
|
1369 |
|
1370 |
+
#: aioseop_feature_manager.php:20
|
1371 |
+
msgid ""
|
1372 |
+
"Create and manage your XML Sitemaps using this feature and submit your XML "
|
1373 |
+
"Sitemap to Google, Bing/Yahoo and Ask.com."
|
1374 |
msgstr ""
|
1375 |
|
1376 |
+
#: aioseop_feature_manager.php:21 aioseop_opengraph.php:13
|
1377 |
+
msgid "Social Meta"
|
1378 |
msgstr ""
|
1379 |
|
1380 |
+
#: aioseop_feature_manager.php:22
|
1381 |
+
msgid ""
|
1382 |
+
"Activate this feature to add Social Meta data to your site to deliver closer "
|
1383 |
+
"integration between your website/blog and Facebook, Twitter, and Google+."
|
1384 |
msgstr ""
|
1385 |
|
1386 |
+
#: aioseop_feature_manager.php:23 aioseop_robots.php:12 aioseop_robots.php:91
|
1387 |
+
msgid "Robots.txt"
|
1388 |
msgstr ""
|
1389 |
|
1390 |
+
#: aioseop_feature_manager.php:24
|
1391 |
+
msgid ""
|
1392 |
+
"Generate and validate your robots.txt file to guide search engines through "
|
1393 |
+
"your site."
|
1394 |
msgstr ""
|
1395 |
|
1396 |
+
#: aioseop_feature_manager.php:25 aioseop_file_editor.php:12
|
1397 |
+
msgid "File Editor"
|
1398 |
msgstr ""
|
1399 |
|
1400 |
+
#: aioseop_feature_manager.php:26
|
1401 |
+
msgid ""
|
1402 |
+
"Edit your robots.txt file and your .htaccess file to fine-tune your site."
|
1403 |
msgstr ""
|
1404 |
|
1405 |
+
#: aioseop_feature_manager.php:27 aioseop_performance.php:14
|
1406 |
+
msgid "Performance"
|
1407 |
msgstr ""
|
1408 |
|
1409 |
+
#: aioseop_feature_manager.php:28
|
1410 |
+
msgid "Optimize performance related to SEO and check your system status."
|
1411 |
msgstr ""
|
1412 |
|
1413 |
+
#: aioseop_feature_manager.php:30 aioseop_importer_exporter.php:12
|
1414 |
+
msgid "Importer & Exporter"
|
1415 |
msgstr ""
|
1416 |
|
1417 |
+
#: aioseop_feature_manager.php:31
|
1418 |
+
msgid "Exports and imports your All in One SEO Pack plugin settings."
|
1419 |
msgstr ""
|
1420 |
|
1421 |
+
#: aioseop_feature_manager.php:32
|
1422 |
+
msgid "Coming Soon..."
|
1423 |
msgstr ""
|
1424 |
|
1425 |
+
#: aioseop_feature_manager.php:33
|
1426 |
+
msgid "Video Sitemap"
|
1427 |
msgstr ""
|
1428 |
|
1429 |
+
#: aioseop_feature_manager.php:83
|
1430 |
+
msgid "Update Features"
|
1431 |
msgstr ""
|
1432 |
|
1433 |
+
#: aioseop_feature_manager.php:85
|
1434 |
+
msgid "Reset Features"
|
1435 |
msgstr ""
|
1436 |
|
1437 |
+
#: aioseop_file_editor.php:22 aioseop_robots.php:21
|
1438 |
+
msgid "Robots.txt editor"
|
1439 |
msgstr ""
|
1440 |
|
1441 |
+
#: aioseop_file_editor.php:23
|
1442 |
+
msgid ".htaccess editor"
|
1443 |
msgstr ""
|
1444 |
|
1445 |
+
#: aioseop_file_editor.php:26
|
1446 |
+
msgid "Edit Robots.txt"
|
1447 |
msgstr ""
|
1448 |
|
1449 |
+
#: aioseop_file_editor.php:28 aioseop_file_editor.php:47
|
1450 |
+
msgid "Edit .htaccess"
|
1451 |
msgstr ""
|
1452 |
|
1453 |
+
#: aioseop_file_editor.php:36
|
1454 |
+
msgid "robots.txt"
|
1455 |
msgstr ""
|
1456 |
|
1457 |
+
#: aioseop_file_editor.php:37
|
1458 |
+
msgid ".htaccess"
|
1459 |
msgstr ""
|
1460 |
|
1461 |
+
#: aioseop_file_editor.php:42
|
1462 |
+
msgid "Edit robots.txt"
|
1463 |
msgstr ""
|
1464 |
|
1465 |
+
#: aioseop_file_editor.php:70
|
1466 |
+
msgid "Update robots.txt"
|
1467 |
msgstr ""
|
1468 |
|
1469 |
+
#: aioseop_file_editor.php:72
|
1470 |
+
msgid "Update .htaccess"
|
1471 |
msgstr ""
|
1472 |
|
1473 |
+
#: aioseop_functions.php:153
|
1474 |
+
msgid "SEO Title"
|
1475 |
msgstr ""
|
1476 |
|
1477 |
+
#: aioseop_functions.php:154
|
1478 |
+
msgid "SEO Description"
|
1479 |
msgstr ""
|
1480 |
|
1481 |
+
#: aioseop_functions.php:156
|
1482 |
+
msgid "SEO Keywords"
|
1483 |
msgstr ""
|
1484 |
|
1485 |
+
#: aioseop_functions.php:193 aioseop_functions.php:226
|
1486 |
+
#: aioseop_functions.php:491
|
1487 |
+
msgid "Edit"
|
1488 |
msgstr ""
|
1489 |
|
1490 |
+
#: aioseop_functions.php:193
|
1491 |
+
msgid "Post"
|
1492 |
msgstr ""
|
1493 |
|
1494 |
+
#: aioseop_functions.php:193
|
1495 |
+
msgid "Save"
|
1496 |
msgstr ""
|
1497 |
|
1498 |
+
#: aioseop_functions.php:193
|
1499 |
+
msgid "Cancel"
|
1500 |
msgstr ""
|
1501 |
|
1502 |
+
#: aioseop_functions.php:194
|
1503 |
+
msgid "Please wait..."
|
1504 |
msgstr ""
|
1505 |
|
1506 |
+
#: aioseop_functions.php:194
|
1507 |
+
msgid "Slug may not be empty!"
|
1508 |
msgstr ""
|
1509 |
|
1510 |
+
#: aioseop_functions.php:195
|
1511 |
+
msgid "Revisions"
|
1512 |
msgstr ""
|
1513 |
|
1514 |
+
#: aioseop_functions.php:195
|
1515 |
+
msgid "Insert time"
|
1516 |
msgstr ""
|
1517 |
|
1518 |
+
#: aioseop_functions.php:222 aioseop_performance.php:151
|
1519 |
+
#: aioseop_performance.php:153 aioseop_performance.php:155
|
1520 |
+
#: aioseop_performance.php:168
|
1521 |
+
msgid "No"
|
1522 |
msgstr ""
|
1523 |
|
1524 |
+
#: aioseop_functions.php:241
|
1525 |
+
msgid "Unauthorized access; try reloading the page."
|
1526 |
msgstr ""
|
1527 |
|
1528 |
+
#: aioseop_functions.php:300
|
1529 |
+
msgid "Row %s not found; no rows were deleted."
|
1530 |
msgstr ""
|
1531 |
|
1532 |
+
#: aioseop_functions.php:365
|
1533 |
+
msgid "Duplicate %s Meta"
|
1534 |
msgstr ""
|
1535 |
|
1536 |
+
#: aioseop_functions.php:367
|
1537 |
+
msgid "No duplicate meta tags found."
|
1538 |
msgstr ""
|
1539 |
|
1540 |
+
#: aioseop_functions.php:370
|
1541 |
+
msgid "What Does This Mean?"
|
1542 |
msgstr ""
|
1543 |
|
1544 |
+
#: aioseop_functions.php:371
|
1545 |
+
msgid ""
|
1546 |
+
"All in One SEO Pack has detected that a plugin(s) or theme is also "
|
1547 |
+
"outputting social meta tags on your site. You can view this social meta in "
|
1548 |
+
"the source code of your site (check your browser help for instructions on "
|
1549 |
+
"how to view source code)."
|
1550 |
msgstr ""
|
1551 |
|
1552 |
+
#: aioseop_functions.php:372
|
1553 |
+
msgid ""
|
1554 |
+
"You may prefer to use the social meta tags that are being output by the "
|
1555 |
+
"other plugin(s) or theme. If so, then you should deactivate this Social "
|
1556 |
+
"Meta feature in All in One SEO Pack Feature Manager."
|
1557 |
msgstr ""
|
1558 |
|
1559 |
+
#: aioseop_functions.php:373
|
1560 |
+
msgid ""
|
1561 |
+
"You should avoid duplicate social meta tags. You can use these free tools "
|
1562 |
+
"from Facebook, Google and Twitter to validate your social meta and check for "
|
1563 |
+
"errors:"
|
1564 |
msgstr ""
|
1565 |
|
1566 |
+
#: aioseop_functions.php:378
|
1567 |
+
msgid ""
|
1568 |
+
"Please refer to the document for each tool for help in using these to debug "
|
1569 |
+
"your social meta."
|
1570 |
msgstr ""
|
1571 |
|
1572 |
+
#: aioseop_functions.php:602
|
1573 |
+
msgid "Google+"
|
1574 |
msgstr ""
|
1575 |
|
1576 |
+
#: aioseop_functions.php:607
|
1577 |
+
msgid "Twitter"
|
1578 |
msgstr ""
|
1579 |
|
1580 |
+
#: aioseop_functions.php:609
|
1581 |
+
msgid "Facebook"
|
1582 |
msgstr ""
|
1583 |
|
1584 |
+
#: aioseop_importer_exporter.php:17
|
1585 |
+
msgid ""
|
1586 |
+
"Select a valid All in One SEO Pack ini file and click 'Import' to import "
|
1587 |
+
"options from a previous state or install of All in One SEO Pack.<br /><a "
|
1588 |
+
"href='http://semperplugins.com/documentation/importer-exporter-module/' "
|
1589 |
+
"target='_blank'>Click here for documentation on this setting</a>"
|
1590 |
msgstr ""
|
1591 |
|
1592 |
+
#: aioseop_importer_exporter.php:18
|
1593 |
+
msgid ""
|
1594 |
+
"You may choose to export settings from active modules, and content from post "
|
1595 |
+
"data.<br /><a href='http://semperplugins.com/documentation/importer-exporter-"
|
1596 |
+
"module/' target='_blank'>Click here for documentation on this setting</a>"
|
1597 |
msgstr ""
|
1598 |
|
1599 |
+
#: aioseop_importer_exporter.php:19
|
1600 |
+
msgid ""
|
1601 |
+
"Select which Post Types you want to export your All in One SEO Pack meta "
|
1602 |
+
"data for.<br /><a href='http://semperplugins.com/documentation/importer-"
|
1603 |
+
"exporter-module/' target='_blank'>Click here for documentation on this "
|
1604 |
+
"setting</a>"
|
1605 |
msgstr ""
|
1606 |
|
1607 |
+
#: aioseop_importer_exporter.php:23 aioseop_importer_exporter.php:57
|
1608 |
+
msgid "Import"
|
1609 |
msgstr ""
|
1610 |
|
1611 |
+
#: aioseop_importer_exporter.php:24
|
1612 |
+
msgid "Export Settings"
|
1613 |
msgstr ""
|
1614 |
|
1615 |
+
#: aioseop_importer_exporter.php:28
|
1616 |
+
msgid "Export Post Types:"
|
1617 |
msgstr ""
|
1618 |
|
1619 |
+
#: aioseop_importer_exporter.php:32
|
1620 |
+
msgid ""
|
1621 |
+
"Note: If General Settings is checked, the General Settings, the Feature "
|
1622 |
+
"Manager settings, and the following currently active modules will have their "
|
1623 |
+
"settings data exported:"
|
1624 |
msgstr ""
|
1625 |
|
1626 |
+
#: aioseop_importer_exporter.php:60
|
1627 |
+
msgid "Export"
|
1628 |
msgstr ""
|
1629 |
|
1630 |
+
#: aioseop_importer_exporter.php:80
|
1631 |
+
msgid "There are no other modules currently loaded!"
|
1632 |
msgstr ""
|
1633 |
|
1634 |
+
#: aioseop_importer_exporter.php:82
|
1635 |
+
msgid ""
|
1636 |
+
"You may change this by activating or deactivating modules in the Feature "
|
1637 |
+
"Manager."
|
1638 |
msgstr ""
|
1639 |
|
1640 |
+
#: aioseop_importer_exporter.php:247
|
1641 |
+
msgid "<b>Warning:</b> Line not matched: <b>\"%s\"</b>, On Line: <b>%s</b>"
|
1642 |
msgstr ""
|
1643 |
|
1644 |
+
#: aioseop_importer_exporter.php:270
|
1645 |
+
msgid "<b>Warning:</b> This following post could not be found: <b>\"%s\"</b>"
|
1646 |
msgstr ""
|
1647 |
|
1648 |
+
#: aioseop_importer_exporter.php:298
|
1649 |
+
msgid "Settings export file for All in One SEO Pack"
|
1650 |
msgstr ""
|
1651 |
|
1652 |
+
#: aioseop_module_class.php:1284
|
1653 |
+
msgid " characters. Most search engines use a maximum of %s chars for the %s."
|
1654 |
msgstr ""
|
1655 |
|
1656 |
+
#: aioseop_module_class.php:1310
|
1657 |
+
msgid "Click for Help!"
|
1658 |
msgstr ""
|
1659 |
|
1660 |
+
#: aioseop_module_class.php:1446 aioseop_sitemap.php:473
|
1661 |
+
msgid ""
|
1662 |
+
"Security Check - If you receive this in error, log out and back in to "
|
1663 |
+
"WordPress"
|
1664 |
msgstr ""
|
1665 |
|
1666 |
+
#: aioseop_module_class.php:1448
|
1667 |
+
msgid "Options Reset."
|
1668 |
msgstr ""
|
1669 |
|
1670 |
+
#: aioseop_module_class.php:1457
|
1671 |
+
msgid "All in One SEO Options Updated."
|
1672 |
msgstr ""
|
1673 |
|
1674 |
+
#: aioseop_module_class.php:1503
|
1675 |
+
msgid "Update Options"
|
1676 |
msgstr ""
|
1677 |
|
1678 |
+
#: aioseop_opengraph.php:18
|
1679 |
+
msgid "Activity"
|
1680 |
msgstr ""
|
1681 |
|
1682 |
+
#: aioseop_opengraph.php:19
|
1683 |
+
msgid "Sport"
|
1684 |
msgstr ""
|
1685 |
|
1686 |
+
#: aioseop_opengraph.php:22
|
1687 |
+
msgid "Bar"
|
1688 |
msgstr ""
|
1689 |
|
1690 |
+
#: aioseop_opengraph.php:23
|
1691 |
+
msgid "Company"
|
1692 |
msgstr ""
|
1693 |
|
1694 |
+
#: aioseop_opengraph.php:24
|
1695 |
+
msgid "Cafe"
|
1696 |
msgstr ""
|
1697 |
|
1698 |
+
#: aioseop_opengraph.php:25
|
1699 |
+
msgid "Hotel"
|
1700 |
msgstr ""
|
1701 |
|
1702 |
+
#: aioseop_opengraph.php:26
|
1703 |
+
msgid "Restaurant"
|
1704 |
msgstr ""
|
1705 |
|
1706 |
+
#: aioseop_opengraph.php:29
|
1707 |
+
msgid "Cause"
|
1708 |
msgstr ""
|
1709 |
|
1710 |
+
#: aioseop_opengraph.php:30
|
1711 |
+
msgid "Sports League"
|
1712 |
msgstr ""
|
1713 |
|
1714 |
+
#: aioseop_opengraph.php:31
|
1715 |
+
msgid "Sports Team"
|
1716 |
msgstr ""
|
1717 |
|
1718 |
+
#: aioseop_opengraph.php:34
|
1719 |
+
msgid "Band"
|
1720 |
msgstr ""
|
1721 |
|
1722 |
+
#: aioseop_opengraph.php:35
|
1723 |
+
msgid "Government"
|
|
|
1724 |
msgstr ""
|
1725 |
|
1726 |
+
#: aioseop_opengraph.php:36
|
1727 |
+
msgid "Non Profit"
|
1728 |
msgstr ""
|
1729 |
|
1730 |
+
#: aioseop_opengraph.php:37
|
1731 |
+
msgid "School"
|
1732 |
msgstr ""
|
1733 |
|
1734 |
+
#: aioseop_opengraph.php:38
|
1735 |
+
msgid "University"
|
1736 |
msgstr ""
|
1737 |
|
1738 |
+
#: aioseop_opengraph.php:41
|
1739 |
+
msgid "Actor"
|
1740 |
msgstr ""
|
1741 |
|
1742 |
+
#: aioseop_opengraph.php:42
|
1743 |
+
msgid "Athlete"
|
1744 |
msgstr ""
|
1745 |
|
1746 |
+
#: aioseop_opengraph.php:43
|
1747 |
+
msgid "Author"
|
1748 |
msgstr ""
|
1749 |
|
1750 |
+
#: aioseop_opengraph.php:44
|
1751 |
+
msgid "Director"
|
1752 |
msgstr ""
|
1753 |
|
1754 |
+
#: aioseop_opengraph.php:45
|
1755 |
+
msgid "Musician"
|
1756 |
msgstr ""
|
1757 |
|
1758 |
+
#: aioseop_opengraph.php:46
|
1759 |
+
msgid "Politician"
|
1760 |
msgstr ""
|
1761 |
|
1762 |
+
#: aioseop_opengraph.php:47
|
1763 |
+
msgid "Profile"
|
1764 |
msgstr ""
|
1765 |
|
1766 |
+
#: aioseop_opengraph.php:48
|
1767 |
+
msgid "Public Figure"
|
1768 |
msgstr ""
|
1769 |
|
1770 |
+
#: aioseop_opengraph.php:51
|
1771 |
+
msgid "City"
|
1772 |
msgstr ""
|
1773 |
|
1774 |
+
#: aioseop_opengraph.php:52
|
1775 |
+
msgid "Country"
|
1776 |
msgstr ""
|
1777 |
|
1778 |
+
#: aioseop_opengraph.php:53
|
1779 |
+
msgid "Landmark"
|
1780 |
msgstr ""
|
1781 |
|
1782 |
+
#: aioseop_opengraph.php:54
|
1783 |
+
msgid "State Province"
|
1784 |
msgstr ""
|
1785 |
|
1786 |
+
#: aioseop_opengraph.php:57
|
1787 |
+
msgid "Album"
|
1788 |
msgstr ""
|
1789 |
|
1790 |
+
#: aioseop_opengraph.php:58
|
1791 |
+
msgid "Book"
|
1792 |
msgstr ""
|
1793 |
|
1794 |
+
#: aioseop_opengraph.php:59
|
1795 |
+
msgid "Drink"
|
1796 |
msgstr ""
|
1797 |
|
1798 |
+
#: aioseop_opengraph.php:60
|
1799 |
+
msgid "Food"
|
1800 |
msgstr ""
|
1801 |
|
1802 |
+
#: aioseop_opengraph.php:61
|
1803 |
+
msgid "Game"
|
1804 |
msgstr ""
|
1805 |
|
1806 |
+
#: aioseop_opengraph.php:62
|
1807 |
+
msgid "Movie"
|
1808 |
msgstr ""
|
1809 |
|
1810 |
+
#: aioseop_opengraph.php:63
|
1811 |
+
msgid "Product"
|
1812 |
msgstr ""
|
1813 |
|
1814 |
+
#: aioseop_opengraph.php:64
|
1815 |
+
msgid "Song"
|
1816 |
msgstr ""
|
1817 |
|
1818 |
+
#: aioseop_opengraph.php:65
|
1819 |
+
msgid "TV Show"
|
1820 |
msgstr ""
|
1821 |
|
1822 |
+
#: aioseop_opengraph.php:66
|
1823 |
+
msgid "Episode"
|
1824 |
msgstr ""
|
1825 |
|
1826 |
+
#: aioseop_opengraph.php:68
|
1827 |
+
msgid "Article"
|
1828 |
msgstr ""
|
1829 |
|
1830 |
+
#: aioseop_opengraph.php:69
|
1831 |
+
msgid "Blog"
|
1832 |
msgstr ""
|
1833 |
|
1834 |
+
#: aioseop_opengraph.php:70
|
1835 |
+
msgid "Website"
|
1836 |
msgstr ""
|
1837 |
|
1838 |
+
#: aioseop_opengraph.php:77
|
1839 |
+
msgid ""
|
1840 |
+
"Checking this box will use the Home Title and Home Description set in All in "
|
1841 |
+
"One SEO Pack, General Settings as the Open Graph title and description for "
|
1842 |
+
"your home page.<br /><a href='http://semperplugins.com/documentation/social-"
|
1843 |
+
"meta-module/' target='_blank'>Click here for documentation on this setting</"
|
1844 |
+
"a>"
|
1845 |
msgstr ""
|
1846 |
|
1847 |
+
#: aioseop_opengraph.php:78
|
1848 |
+
msgid ""
|
1849 |
+
"Your Profile Admin ID is your Facebook profile ID. You can find out your "
|
1850 |
+
"Facebook ID using the lookup tool here: https://graph.facebook.com/"
|
1851 |
+
"yourusername<br />NOTE: Replace 'yourusername' with your Facebook profile "
|
1852 |
+
"name.<br /><a href='http://semperplugins.com/documentation/social-meta-"
|
1853 |
+
"module/' target='_blank'>Click here for documentation on this setting</a>"
|
1854 |
msgstr ""
|
1855 |
|
1856 |
+
#: aioseop_opengraph.php:79
|
1857 |
+
msgid ""
|
1858 |
+
"The Site Name is the name that is used to identify your website.<br /><a "
|
1859 |
+
"href='http://semperplugins.com/documentation/social-meta-module/' "
|
1860 |
+
"target='_blank'>Click here for documentation on this setting</a>"
|
1861 |
msgstr ""
|
1862 |
|
1863 |
+
#: aioseop_opengraph.php:80
|
1864 |
+
msgid ""
|
1865 |
+
"The Home Title is the Open Graph title for your home page.<br /><a "
|
1866 |
+
"href='http://semperplugins.com/documentation/social-meta-module/' "
|
1867 |
+
"target='_blank'>Click here for documentation on this setting</a>"
|
1868 |
msgstr ""
|
1869 |
|
1870 |
+
#: aioseop_opengraph.php:81
|
1871 |
+
msgid ""
|
1872 |
+
"The Home Description is the Open Graph description for your home page.<br /"
|
1873 |
+
"><a href='http://semperplugins.com/documentation/social-meta-module/' "
|
1874 |
+
"target='_blank'>Click here for documentation on this setting</a>"
|
1875 |
msgstr ""
|
1876 |
|
1877 |
+
#: aioseop_opengraph.php:82
|
1878 |
+
msgid ""
|
1879 |
+
"The Home Image is the Open Graph image for your home page.<br /><a "
|
1880 |
+
"href='http://semperplugins.com/documentation/social-meta-module/' "
|
1881 |
+
"target='_blank'>Click here for documentation on this setting</a>"
|
1882 |
msgstr ""
|
1883 |
|
1884 |
+
#: aioseop_opengraph.php:83
|
1885 |
+
msgid ""
|
1886 |
+
"Check this and your Open Graph descriptions will be auto-generated from your "
|
1887 |
+
"content.<br /><a href='http://semperplugins.com/documentation/social-meta-"
|
1888 |
+
"module/' target='_blank'>Click here for documentation on this setting</a>"
|
1889 |
msgstr ""
|
1890 |
|
1891 |
+
#: aioseop_opengraph.php:84
|
1892 |
+
msgid ""
|
1893 |
+
"Check this box to disable the Open Graph meta output by the Jetpack plugin."
|
1894 |
+
"<br /><a href='http://semperplugins.com/documentation/social-meta-module/' "
|
1895 |
+
"target='_blank'>Click here for documentation on this setting</a>"
|
1896 |
msgstr ""
|
1897 |
|
1898 |
+
#: aioseop_opengraph.php:85
|
1899 |
+
msgid ""
|
1900 |
+
"This option lets you choose which image will be displayed by default for the "
|
1901 |
+
"Open Graph image. You may override this on individual posts.<br /><a "
|
1902 |
+
"href='http://semperplugins.com/documentation/social-meta-module/' "
|
1903 |
+
"target='_blank'>Click here for documentation on this setting</a>"
|
1904 |
msgstr ""
|
1905 |
|
1906 |
+
#: aioseop_opengraph.php:86
|
1907 |
+
msgid ""
|
1908 |
+
"This option lets you fall back to the default image if no image could be "
|
1909 |
+
"found above.<br /><a href='http://semperplugins.com/documentation/social-"
|
1910 |
+
"meta-module/' target='_blank'>Click here for documentation on this setting</"
|
1911 |
+
"a>"
|
1912 |
msgstr ""
|
1913 |
|
1914 |
+
#: aioseop_opengraph.php:87
|
1915 |
+
msgid ""
|
1916 |
+
"This option sets a default image that can be used for the Open Graph image. "
|
1917 |
+
"You can upload an image, select an image from your Media Library or paste "
|
1918 |
+
"the URL of an image here.<br /><a href='http://semperplugins.com/"
|
1919 |
+
"documentation/social-meta-module/' target='_blank'>Click here for "
|
1920 |
+
"documentation on this setting</a>"
|
1921 |
msgstr ""
|
1922 |
|
1923 |
+
#: aioseop_opengraph.php:88
|
1924 |
+
msgid ""
|
1925 |
+
"Enter the name of a custom field (or multiple field names separated by "
|
1926 |
+
"commas) to use that field to specify the Open Graph image on Pages or Posts."
|
1927 |
+
"<br /><a href='http://semperplugins.com/documentation/social-meta-module/' "
|
1928 |
+
"target='_blank'>Click here for documentation on this setting</a>"
|
1929 |
msgstr ""
|
1930 |
|
1931 |
+
#: aioseop_opengraph.php:89
|
1932 |
+
msgid ""
|
1933 |
+
"Set the Open Graph type for your website as either a blog or a website.<br /"
|
1934 |
+
"><a href='http://semperplugins.com/documentation/social-meta-module/' "
|
1935 |
+
"target='_blank'>Click here for documentation on this setting</a>"
|
1936 |
msgstr ""
|
1937 |
|
1938 |
+
#: aioseop_opengraph.php:90
|
1939 |
+
msgid ""
|
1940 |
+
"This option lets you select the Open Graph image that will be used for this "
|
1941 |
+
"Page or Post, overriding the default settings.<br /><a href='http://"
|
1942 |
+
"semperplugins.com/documentation/social-meta-module/' target='_blank'>Click "
|
1943 |
+
"here for documentation on this setting</a>"
|
1944 |
msgstr ""
|
1945 |
|
1946 |
+
#: aioseop_opengraph.php:91
|
1947 |
+
msgid ""
|
1948 |
+
"This option lets you upload an image to use as the Open Graph image for this "
|
1949 |
+
"Page or Post.<br /><a href='http://semperplugins.com/documentation/social-"
|
1950 |
+
"meta-module/' target='_blank'>Click here for documentation on this setting</"
|
1951 |
+
"a>"
|
1952 |
msgstr ""
|
1953 |
|
1954 |
+
#: aioseop_opengraph.php:92
|
1955 |
+
msgid ""
|
1956 |
+
"Enter the width for your Open Graph image in pixels (i.e. 600).<br /><a "
|
1957 |
+
"href='http://semperplugins.com/documentation/social-meta-module/' "
|
1958 |
+
"target='_blank'>Click here for documentation on this setting</a>"
|
1959 |
msgstr ""
|
1960 |
|
1961 |
+
#: aioseop_opengraph.php:93
|
1962 |
+
msgid ""
|
1963 |
+
"Enter the height for your Open Graph image in pixels (i.e. 600).<br /><a "
|
1964 |
+
"href='http://semperplugins.com/documentation/social-meta-module/' "
|
1965 |
+
"target='_blank'>Click here for documentation on this setting</a>"
|
1966 |
msgstr ""
|
1967 |
|
1968 |
+
#: aioseop_opengraph.php:94 aioseop_opengraph.php:95
|
1969 |
+
msgid ""
|
1970 |
+
"Select the default type of Twitter card to display.<br /><a href='http://"
|
1971 |
+
"semperplugins.com/documentation/social-meta-module/' target='_blank'>Click "
|
1972 |
+
"here for documentation on this setting</a>"
|
1973 |
msgstr ""
|
1974 |
|
1975 |
+
#: aioseop_opengraph.php:96
|
1976 |
+
msgid ""
|
1977 |
+
"Enter the Twitter username associated with your website here.<br /><a "
|
1978 |
+
"href='http://semperplugins.com/documentation/social-meta-module/' "
|
1979 |
+
"target='_blank'>Click here for documentation on this setting</a>"
|
1980 |
msgstr ""
|
1981 |
|
1982 |
+
#: aioseop_opengraph.php:97
|
1983 |
+
msgid ""
|
1984 |
+
"Allows your authors to be identified by their Twitter usernames as content "
|
1985 |
+
"creators on the Twitter cards for their posts.<br /><a href='http://"
|
1986 |
+
"semperplugins.com/documentation/social-meta-module/' target='_blank'>Click "
|
1987 |
+
"here for documentation on this setting</a>"
|
1988 |
msgstr ""
|
1989 |
|
1990 |
+
#: aioseop_opengraph.php:98
|
1991 |
+
msgid ""
|
1992 |
+
"Enter the name of your website here.<br /><a href='http://semperplugins.com/"
|
1993 |
+
"documentation/social-meta-module/' target='_blank'>Click here for "
|
1994 |
+
"documentation on this setting</a>"
|
1995 |
msgstr ""
|
1996 |
|
1997 |
+
#: aioseop_opengraph.php:99
|
1998 |
+
msgid ""
|
1999 |
+
"Select which Post Types you want to use All in One SEO Pack to set Open "
|
2000 |
+
"Graph meta values for.<br /><a href='http://semperplugins.com/documentation/"
|
2001 |
+
"social-meta-module/' target='_blank'>Click here for documentation on this "
|
2002 |
+
"setting</a>"
|
2003 |
msgstr ""
|
2004 |
|
2005 |
+
#: aioseop_opengraph.php:100
|
2006 |
+
msgid ""
|
2007 |
+
"This is the Open Graph title of this Page or Post.<br /><a href='http://"
|
2008 |
+
"semperplugins.com/documentation/social-meta-module/' target='_blank'>Click "
|
2009 |
+
"here for documentation on this setting</a>"
|
2010 |
msgstr ""
|
2011 |
|
2012 |
+
#: aioseop_opengraph.php:101
|
2013 |
+
msgid ""
|
2014 |
+
"This is the Open Graph description of this Page or Post.<br /><a "
|
2015 |
+
"href='http://semperplugins.com/documentation/social-meta-module/' "
|
2016 |
+
"target='_blank'>Click here for documentation on this setting</a>"
|
2017 |
msgstr ""
|
2018 |
|
2019 |
+
#: aioseop_opengraph.php:102
|
2020 |
+
msgid ""
|
2021 |
+
"Select the Open Graph type that best describes the content of this Page or "
|
2022 |
+
"Post.<br /><a href='http://semperplugins.com/documentation/social-meta-"
|
2023 |
+
"module/' target='_blank'>Click here for documentation on this setting</a>"
|
2024 |
msgstr ""
|
2025 |
|
2026 |
+
#: aioseop_opengraph.php:103
|
2027 |
+
msgid ""
|
2028 |
+
"This Open Graph meta allows you to add a list of keywords that best describe "
|
2029 |
+
"this content.<br /><a href='http://semperplugins.com/documentation/social-"
|
2030 |
+
"meta-module/' target='_blank'>Click here for documentation on this setting</"
|
2031 |
+
"a>"
|
2032 |
msgstr ""
|
2033 |
|
2034 |
+
#: aioseop_opengraph.php:104
|
2035 |
+
msgid ""
|
2036 |
+
"Link articles to the Facebook page associated with your website.<br /><a "
|
2037 |
+
"href='http://semperplugins.com/documentation/social-meta-module/' "
|
2038 |
+
"target='_blank'>Click here for documentation on this setting</a>"
|
2039 |
msgstr ""
|
2040 |
|
2041 |
+
#: aioseop_opengraph.php:105
|
2042 |
+
msgid ""
|
2043 |
+
"Allows your authors to be identified by their Facebook pages as content "
|
2044 |
+
"authors on the Opengraph meta for their articles.<br /><a href='http://"
|
2045 |
+
"semperplugins.com/documentation/social-meta-module/' target='_blank'>Click "
|
2046 |
+
"here for documentation on this setting</a>"
|
2047 |
msgstr ""
|
2048 |
|
2049 |
+
#: aioseop_opengraph.php:108
|
2050 |
+
msgid " characters. Open Graph allows up to a maximum of %s chars for the %s."
|
2051 |
msgstr ""
|
2052 |
|
2053 |
+
#: aioseop_opengraph.php:110
|
2054 |
+
msgid "Scan Header"
|
2055 |
msgstr ""
|
2056 |
|
2057 |
+
#: aioseop_opengraph.php:111
|
2058 |
+
msgid "Use AIOSEO Title and Description"
|
2059 |
msgstr ""
|
2060 |
|
2061 |
+
#: aioseop_opengraph.php:112
|
2062 |
+
msgid "Profile Admins ID"
|
2063 |
msgstr ""
|
2064 |
|
2065 |
+
#: aioseop_opengraph.php:113
|
2066 |
+
msgid "Site Name"
|
2067 |
msgstr ""
|
2068 |
|
2069 |
+
#: aioseop_opengraph.php:114
|
2070 |
+
msgid "Home Title"
|
2071 |
msgstr ""
|
2072 |
|
2073 |
+
#: aioseop_opengraph.php:116
|
2074 |
+
msgid "Home Description"
|
2075 |
msgstr ""
|
2076 |
|
2077 |
+
#: aioseop_opengraph.php:118
|
2078 |
+
msgid "Home Image"
|
2079 |
msgstr ""
|
2080 |
|
2081 |
+
#: aioseop_opengraph.php:120
|
2082 |
+
msgid "Autogenerate OG Descriptions"
|
2083 |
msgstr ""
|
2084 |
|
2085 |
+
#: aioseop_opengraph.php:121
|
2086 |
+
msgid "Disable Jetpack Tags"
|
2087 |
msgstr ""
|
2088 |
|
2089 |
+
#: aioseop_opengraph.php:122
|
2090 |
+
msgid "Select OG:Image Source"
|
2091 |
msgstr ""
|
2092 |
|
2093 |
+
#: aioseop_opengraph.php:122
|
2094 |
+
msgid "Default Image"
|
2095 |
msgstr ""
|
2096 |
|
2097 |
+
#: aioseop_opengraph.php:122
|
2098 |
+
msgid "Featured Image"
|
2099 |
msgstr ""
|
2100 |
|
2101 |
+
#: aioseop_opengraph.php:122
|
2102 |
+
msgid "First Attached Image"
|
2103 |
msgstr ""
|
2104 |
|
2105 |
+
#: aioseop_opengraph.php:122
|
2106 |
+
msgid "First Image In Content"
|
2107 |
msgstr ""
|
2108 |
|
2109 |
+
#: aioseop_opengraph.php:122
|
2110 |
+
msgid "Image From Custom Field"
|
2111 |
msgstr ""
|
2112 |
|
2113 |
+
#: aioseop_opengraph.php:122
|
2114 |
+
msgid "First Available Image"
|
2115 |
msgstr ""
|
2116 |
|
2117 |
+
#: aioseop_opengraph.php:123
|
2118 |
+
msgid "Use Default If No Image Found"
|
2119 |
msgstr ""
|
2120 |
|
2121 |
+
#: aioseop_opengraph.php:124
|
2122 |
+
msgid "Default OG:Image"
|
2123 |
msgstr ""
|
2124 |
|
2125 |
+
#: aioseop_opengraph.php:125
|
2126 |
+
msgid "Use Custom Field For Image"
|
2127 |
msgstr ""
|
2128 |
|
2129 |
+
#: aioseop_opengraph.php:126 aioseop_opengraph.php:152
|
2130 |
+
msgid "Facebook Object Type"
|
2131 |
msgstr ""
|
2132 |
|
2133 |
+
#: aioseop_opengraph.php:128
|
2134 |
+
msgid "Image"
|
2135 |
msgstr ""
|
2136 |
|
2137 |
+
#: aioseop_opengraph.php:130
|
2138 |
+
msgid "Custom Image"
|
2139 |
msgstr ""
|
2140 |
|
2141 |
+
#: aioseop_opengraph.php:132
|
2142 |
+
msgid "Specify Image Width"
|
2143 |
msgstr ""
|
2144 |
|
2145 |
+
#: aioseop_opengraph.php:134
|
2146 |
+
msgid "Specify Image Height"
|
2147 |
msgstr ""
|
2148 |
|
2149 |
+
#: aioseop_opengraph.php:136
|
2150 |
+
msgid "Default Twitter Card"
|
2151 |
msgstr ""
|
2152 |
|
2153 |
+
#: aioseop_opengraph.php:137 aioseop_opengraph.php:139
|
2154 |
+
msgid "Summary"
|
2155 |
msgstr ""
|
2156 |
|
2157 |
+
#: aioseop_opengraph.php:137 aioseop_opengraph.php:139
|
2158 |
+
msgid "Summary Large Image"
|
2159 |
msgstr ""
|
2160 |
|
2161 |
+
#: aioseop_opengraph.php:137 aioseop_opengraph.php:139
|
2162 |
+
msgid "Photo"
|
2163 |
msgstr ""
|
2164 |
|
2165 |
+
#: aioseop_opengraph.php:138
|
2166 |
+
msgid "Twitter Card Type"
|
2167 |
msgstr ""
|
2168 |
|
2169 |
+
#: aioseop_opengraph.php:140
|
2170 |
+
msgid "Twitter Site"
|
2171 |
msgstr ""
|
2172 |
|
2173 |
+
#: aioseop_opengraph.php:142
|
2174 |
+
msgid "Show Twitter Author"
|
2175 |
msgstr ""
|
2176 |
|
2177 |
+
#: aioseop_opengraph.php:143
|
2178 |
+
msgid "Twitter Domain"
|
2179 |
msgstr ""
|
2180 |
|
2181 |
+
#: aioseop_opengraph.php:145
|
2182 |
+
msgid "Enable Facebook Meta for"
|
|
|
2183 |
msgstr ""
|
2184 |
|
2185 |
+
#: aioseop_opengraph.php:157
|
2186 |
+
msgid "Article Tags"
|
2187 |
msgstr ""
|
2188 |
|
2189 |
+
#: aioseop_opengraph.php:159
|
2190 |
+
msgid "Show Facebook Publisher on Articles"
|
2191 |
msgstr ""
|
2192 |
|
2193 |
+
#: aioseop_opengraph.php:160
|
2194 |
+
msgid "Show Facebook Author on Articles"
|
2195 |
msgstr ""
|
2196 |
|
2197 |
+
#: aioseop_opengraph.php:177
|
2198 |
+
msgid "Social Settings"
|
2199 |
msgstr ""
|
2200 |
|
2201 |
+
#: aioseop_opengraph.php:196
|
2202 |
+
msgid "Image Settings"
|
2203 |
msgstr ""
|
2204 |
|
2205 |
+
#: aioseop_opengraph.php:201
|
2206 |
+
msgid "Facebook Settings"
|
2207 |
msgstr ""
|
2208 |
|
2209 |
+
#: aioseop_opengraph.php:206
|
2210 |
+
msgid "Twitter Settings"
|
2211 |
msgstr ""
|
2212 |
|
2213 |
+
#: aioseop_opengraph.php:212
|
2214 |
+
msgid "Scan Social Meta"
|
|
|
|
|
2215 |
msgstr ""
|
2216 |
|
2217 |
+
#: aioseop_opengraph.php:235
|
2218 |
+
msgid ""
|
2219 |
+
"Static front page detected, suggested Facebook Object Type is 'website'."
|
2220 |
msgstr ""
|
2221 |
|
2222 |
+
#: aioseop_opengraph.php:240
|
2223 |
+
msgid "Blog on front page detected, suggested Facebook Object Type is 'blog'."
|
2224 |
msgstr ""
|
2225 |
|
2226 |
+
#: aioseop_opengraph.php:287
|
2227 |
+
msgid "Default "
|
2228 |
msgstr ""
|
2229 |
|
2230 |
+
#: aioseop_opengraph.php:334
|
2231 |
+
msgid "Scan Now"
|
2232 |
msgstr ""
|
2233 |
|
2234 |
+
#: aioseop_opengraph.php:336
|
2235 |
+
msgid "Scan your site for duplicate social meta tags."
|
2236 |
msgstr ""
|
2237 |
|
2238 |
+
#: aioseop_opengraph.php:609
|
2239 |
+
msgid "Object Type"
|
2240 |
msgstr ""
|
2241 |
|
2242 |
+
#: aioseop_opengraph.php:610
|
2243 |
+
msgid ""
|
2244 |
+
"Choose a default value that best describes the content of your post type."
|
2245 |
msgstr ""
|
2246 |
|
2247 |
+
#: aioseop_performance.php:20
|
2248 |
+
msgid ""
|
2249 |
+
"This setting allows you to raise your PHP memory limit to a reasonable "
|
2250 |
+
"value. Note: WordPress core and other WordPress plugins may also change the "
|
2251 |
+
"value of the memory limit.<br /><a href='http://semperplugins.com/"
|
2252 |
+
"documentation/performance-settings/' target='_blank'>Click here for "
|
2253 |
+
"documentation on this setting</a>"
|
2254 |
msgstr ""
|
2255 |
|
2256 |
+
#: aioseop_performance.php:21
|
2257 |
+
msgid ""
|
2258 |
+
"This setting allows you to raise your PHP execution time to a reasonable "
|
2259 |
+
"value.<br /><a href='http://semperplugins.com/documentation/performance-"
|
2260 |
+
"settings/' target='_blank'>Click here for documentation on this setting</a>"
|
2261 |
msgstr ""
|
2262 |
|
2263 |
+
#: aioseop_performance.php:22
|
2264 |
+
msgid ""
|
2265 |
+
"Use output buffering to ensure that the title gets rewritten. Enable this "
|
2266 |
+
"option if you run into issues with the title tag being set by your theme or "
|
2267 |
+
"another plugin.<br /><a href='http://semperplugins.com/documentation/"
|
2268 |
+
"performance-settings/' target='_blank'>Click here for documentation on this "
|
2269 |
+
"setting</a>"
|
2270 |
msgstr ""
|
2271 |
|
2272 |
+
#: aioseop_performance.php:26
|
2273 |
+
msgid "Raise memory limit"
|
2274 |
msgstr ""
|
2275 |
|
2276 |
+
#: aioseop_performance.php:28 aioseop_performance.php:31
|
2277 |
msgid "Use the system default"
|
2278 |
msgstr ""
|
2279 |
|
2280 |
+
#: aioseop_performance.php:29
|
2281 |
msgid "Raise execution time"
|
2282 |
msgstr ""
|
2283 |
|
2284 |
+
#: aioseop_performance.php:31
|
|
|
|
|
|
|
|
|
2285 |
msgid "No limit"
|
2286 |
msgstr ""
|
2287 |
|
2288 |
+
#: aioseop_performance.php:57
|
2289 |
msgid "System Status"
|
2290 |
msgstr ""
|
2291 |
|
2292 |
+
#: aioseop_performance.php:135
|
2293 |
msgid "Not set"
|
2294 |
msgstr ""
|
2295 |
|
2296 |
+
#: aioseop_performance.php:136 aioseop_performance.php:138
|
2297 |
msgid "On"
|
2298 |
msgstr ""
|
2299 |
|
2300 |
+
#: aioseop_performance.php:137 aioseop_performance.php:139
|
2301 |
msgid "Off"
|
2302 |
msgstr ""
|
2303 |
|
2304 |
+
#: aioseop_performance.php:141 aioseop_performance.php:143
|
2305 |
+
#: aioseop_performance.php:145 aioseop_performance.php:147
|
2306 |
+
#: aioseop_performance.php:149 aioseop_performance.php:171
|
2307 |
msgid "N/A"
|
2308 |
msgstr ""
|
2309 |
|
2310 |
+
#: aioseop_performance.php:148
|
2311 |
msgid " MByte"
|
2312 |
msgstr ""
|
2313 |
|
2314 |
+
#: aioseop_performance.php:150 aioseop_performance.php:152
|
2315 |
+
#: aioseop_performance.php:154 aioseop_performance.php:166
|
2316 |
msgid "Yes"
|
2317 |
msgstr ""
|
2318 |
|
2319 |
+
#: aioseop_performance.php:178
|
2320 |
msgid "Operating System"
|
2321 |
msgstr ""
|
2322 |
|
2323 |
+
#: aioseop_performance.php:179
|
2324 |
msgid "Server"
|
2325 |
msgstr ""
|
2326 |
|
2327 |
+
#: aioseop_performance.php:180
|
2328 |
msgid "Memory usage"
|
2329 |
msgstr ""
|
2330 |
|
2331 |
+
#: aioseop_performance.php:181
|
2332 |
msgid "MYSQL Version"
|
2333 |
msgstr ""
|
2334 |
|
2335 |
+
#: aioseop_performance.php:182
|
2336 |
msgid "SQL Mode"
|
2337 |
msgstr ""
|
2338 |
|
2339 |
+
#: aioseop_performance.php:183
|
2340 |
msgid "PHP Version"
|
2341 |
msgstr ""
|
2342 |
|
2343 |
+
#: aioseop_performance.php:184
|
2344 |
msgid "PHP Safe Mode"
|
2345 |
msgstr ""
|
2346 |
|
2347 |
+
#: aioseop_performance.php:185
|
2348 |
msgid "PHP Allow URL fopen"
|
2349 |
msgstr ""
|
2350 |
|
2351 |
+
#: aioseop_performance.php:186
|
2352 |
msgid "PHP Memory Limit"
|
2353 |
msgstr ""
|
2354 |
|
2355 |
+
#: aioseop_performance.php:187
|
2356 |
msgid "PHP Max Upload Size"
|
2357 |
msgstr ""
|
2358 |
|
2359 |
+
#: aioseop_performance.php:188
|
2360 |
msgid "PHP Max Post Size"
|
2361 |
msgstr ""
|
2362 |
|
2363 |
+
#: aioseop_performance.php:189
|
2364 |
msgid "PHP Max Script Execute Time"
|
2365 |
msgstr ""
|
2366 |
|
2367 |
+
#: aioseop_performance.php:190
|
2368 |
msgid "PHP Exif support"
|
2369 |
msgstr ""
|
2370 |
|
2371 |
+
#: aioseop_performance.php:191
|
2372 |
msgid "PHP IPTC support"
|
2373 |
msgstr ""
|
2374 |
|
2375 |
+
#: aioseop_performance.php:192
|
2376 |
msgid "PHP XML support"
|
2377 |
msgstr ""
|
2378 |
|
2379 |
+
#: aioseop_performance.php:193
|
2380 |
msgid "Site URL"
|
2381 |
msgstr ""
|
2382 |
|
2383 |
+
#: aioseop_performance.php:194
|
2384 |
msgid "Home URL"
|
2385 |
msgstr ""
|
2386 |
|
2387 |
+
#: aioseop_performance.php:195
|
2388 |
msgid "WordPress Version"
|
2389 |
msgstr ""
|
2390 |
|
2391 |
+
#: aioseop_performance.php:196
|
2392 |
msgid "WordPress DB Version"
|
2393 |
msgstr ""
|
2394 |
|
2395 |
+
#: aioseop_performance.php:197
|
2396 |
msgid "Multisite"
|
2397 |
msgstr ""
|
2398 |
|
2399 |
+
#: aioseop_performance.php:198
|
2400 |
msgid "Active Theme"
|
2401 |
msgstr ""
|
2402 |
|
2403 |
+
#: aioseop_performance.php:213
|
2404 |
msgid "All in One SEO Pack Pro Debug Info"
|
2405 |
msgstr ""
|
2406 |
|
2407 |
+
#: aioseop_performance.php:229
|
2408 |
msgid "Form submission error: verification check failed."
|
2409 |
msgstr ""
|
2410 |
|
2411 |
+
#: aioseop_performance.php:235
|
2412 |
msgid "SFWD Debug Mail From Site %s."
|
2413 |
msgstr ""
|
2414 |
|
2415 |
+
#: aioseop_performance.php:236
|
2416 |
msgid "Sent to %s."
|
2417 |
msgstr ""
|
2418 |
|
2419 |
+
#: aioseop_performance.php:238
|
2420 |
msgid "Failed to send to %s."
|
2421 |
msgstr ""
|
2422 |
|
2423 |
+
#: aioseop_performance.php:241
|
2424 |
msgid "Error: please enter an e-mail address before submitting."
|
2425 |
msgstr ""
|
2426 |
|
2427 |
+
#: aioseop_performance.php:246
|
2428 |
msgid "E-mail debug information"
|
2429 |
msgstr ""
|
2430 |
|
2431 |
+
#: aioseop_performance.php:247
|
2432 |
msgid "Submit"
|
2433 |
msgstr ""
|
2434 |
|
2435 |
+
#: aioseop_robots.php:18 aioseop_robots.php:28
|
2436 |
+
msgid "Rule Type"
|
2437 |
msgstr ""
|
2438 |
|
2439 |
+
#: aioseop_robots.php:19 aioseop_robots.php:31
|
2440 |
+
msgid "User Agent"
|
2441 |
msgstr ""
|
2442 |
|
2443 |
+
#: aioseop_robots.php:20 aioseop_robots.php:34
|
2444 |
+
msgid "Directory Path"
|
2445 |
msgstr ""
|
2446 |
|
2447 |
+
#: aioseop_robots.php:26
|
2448 |
+
msgid ""
|
2449 |
+
"Use the rule builder below to add rules to create a new Robots.txt file. If "
|
2450 |
+
"you already have a Robots.txt file you should use the File Editor feature in "
|
2451 |
+
"All in One SEO Pack to edit it or you can delete your current Robots.txt "
|
2452 |
+
"file and start a new one with the rule builder below."
|
2453 |
msgstr ""
|
2454 |
|
2455 |
+
#: aioseop_robots.php:37
|
2456 |
+
msgid "Generate Robots.txt"
|
2457 |
msgstr ""
|
2458 |
|
2459 |
+
#: aioseop_robots.php:40
|
2460 |
+
msgid "Add Rule"
|
2461 |
msgstr ""
|
2462 |
|
2463 |
+
#: aioseop_robots.php:41
|
2464 |
+
msgid "Save Robots.txt File"
|
2465 |
msgstr ""
|
2466 |
|
2467 |
+
#: aioseop_robots.php:42
|
2468 |
+
msgid "Delete Robots.txt File"
|
2469 |
msgstr ""
|
2470 |
|
2471 |
+
#: aioseop_robots.php:44
|
2472 |
+
msgid ""
|
2473 |
+
"Click the Optimize button below and All in One SEO Pack will analyze your "
|
2474 |
+
"Robots.txt file to make sure it complies with the standards for Robots.txt "
|
2475 |
+
"files. The results will be displayed in a table below."
|
2476 |
+
msgstr ""
|
2477 |
+
|
2478 |
+
#: aioseop_robots.php:46
|
2479 |
+
msgid "Update Robots.txt File"
|
2480 |
+
msgstr ""
|
2481 |
+
|
2482 |
+
#: aioseop_robots.php:47
|
2483 |
+
msgid "Disregard Changes"
|
2484 |
+
msgstr ""
|
2485 |
+
|
2486 |
+
#: aioseop_robots.php:48
|
2487 |
+
msgid "Optimize"
|
2488 |
+
msgstr ""
|
2489 |
+
|
2490 |
+
#: aioseop_robots.php:61
|
2491 |
+
msgid "Create a Robots.txt File"
|
2492 |
+
msgstr ""
|
2493 |
+
|
2494 |
+
#: aioseop_robots.php:66
|
2495 |
+
msgid "Optimize your Robots.txt File"
|
2496 |
+
msgstr ""
|
2497 |
+
|
2498 |
+
#: aioseop_robots.php:71
|
2499 |
+
msgid ""
|
2500 |
+
"Your Robots.txt file has been optimized. Here are the results and "
|
2501 |
+
"recommendations. Click the Update Robots.txt File button below to write "
|
2502 |
+
"these changes to your Robots.txt file. Click the Disregard Changes button "
|
2503 |
+
"to ignore these recommendations and keep your current Robots.txt file."
|
2504 |
+
msgstr ""
|
2505 |
+
|
2506 |
+
#: aioseop_robots.php:161 aioseop_robots.php:163
|
2507 |
+
msgid "Current File"
|
2508 |
+
msgstr ""
|
2509 |
+
|
2510 |
+
#: aioseop_robots.php:161
|
2511 |
+
msgid "Proposed Changes"
|
2512 |
+
msgstr ""
|
2513 |
+
|
2514 |
+
#: aioseop_robots.php:217
|
2515 |
+
msgid "Legend"
|
2516 |
+
msgstr ""
|
2517 |
+
|
2518 |
+
#: aioseop_robots.php:219
|
2519 |
+
msgid ""
|
2520 |
+
"The yellow indicator means that a non-standard extension was recognized; not "
|
2521 |
+
"all crawlers may recognize it or interpret it the same way. The Allow and "
|
2522 |
+
"Sitemap directives are commonly used by Google and Yahoo."
|
2523 |
+
msgstr ""
|
2524 |
+
|
2525 |
+
#: aioseop_robots.php:220
|
2526 |
+
msgid ""
|
2527 |
+
"The red indicator means that the syntax is invalid for a robots.txt file."
|
2528 |
+
msgstr ""
|
2529 |
+
|
2530 |
+
#: aioseop_robots.php:222
|
2531 |
+
msgid "More Information"
|
2532 |
+
msgstr ""
|
2533 |
+
|
2534 |
+
#: aioseop_sitemap.php:24
|
2535 |
+
msgid "XML Sitemap"
|
2536 |
+
msgstr ""
|
2537 |
+
|
2538 |
+
#: aioseop_sitemap.php:31
|
2539 |
+
msgid ""
|
2540 |
+
"Sitemap %s generated by All in One SEO Pack %s by Michael Torbert of Semper "
|
2541 |
+
"Fi Web Design on %s"
|
2542 |
msgstr ""
|
2543 |
|
2544 |
#: aioseop_sitemap.php:34
|
2545 |
+
msgid ""
|
2546 |
+
"Specifies the name of your sitemap file. This will default to 'sitemap'.<br /"
|
2547 |
+
"><a href='http://semperplugins.com/documentation/xml-sitemaps-module/' "
|
2548 |
+
"target='_blank'>Click here for documentation on this setting</a>"
|
2549 |
msgstr ""
|
2550 |
|
2551 |
#: aioseop_sitemap.php:35
|
2552 |
+
msgid ""
|
2553 |
+
"Notify Google when you update your sitemap settings.<br /><a href='http://"
|
2554 |
+
"semperplugins.com/documentation/xml-sitemaps-module/' target='_blank'>Click "
|
2555 |
+
"here for documentation on this setting</a>"
|
2556 |
msgstr ""
|
2557 |
|
2558 |
#: aioseop_sitemap.php:36
|
2559 |
+
msgid ""
|
2560 |
+
"Notify Bing when you update your sitemap settings.<br /><a href='http://"
|
2561 |
+
"semperplugins.com/documentation/xml-sitemaps-module/' target='_blank'>Click "
|
2562 |
+
"here for documentation on this setting</a>"
|
2563 |
+
msgstr ""
|
2564 |
+
|
2565 |
+
#: aioseop_sitemap.php:37
|
2566 |
+
msgid ""
|
2567 |
+
"Organize sitemap entries into distinct files in your sitemap. Enable this "
|
2568 |
+
"only if your sitemap contains over 50,000 URLs or the file is over 5MB in "
|
2569 |
+
"size.<br /><a href='http://semperplugins.com/documentation/xml-sitemaps-"
|
2570 |
+
"module/' target='_blank'>Click here for documentation on this setting</a>"
|
2571 |
msgstr ""
|
2572 |
|
2573 |
#: aioseop_sitemap.php:38
|
2574 |
+
msgid ""
|
2575 |
+
"Split long sitemaps into separate files.<br /><a href='http://semperplugins."
|
2576 |
+
"com/documentation/xml-sitemaps-module/' target='_blank'>Click here for "
|
2577 |
+
"documentation on this setting</a>"
|
2578 |
msgstr ""
|
2579 |
|
2580 |
#: aioseop_sitemap.php:39
|
2581 |
+
msgid ""
|
2582 |
+
"Allows you to specify the maximum number of posts in a sitemap (up to "
|
2583 |
+
"50,000).<br /><a href='http://semperplugins.com/documentation/xml-sitemaps-"
|
2584 |
+
"module/' target='_blank'>Click here for documentation on this setting</a>"
|
2585 |
+
msgstr ""
|
2586 |
+
|
2587 |
+
#: aioseop_sitemap.php:40
|
2588 |
+
msgid ""
|
2589 |
+
"Select which Post Types appear in your sitemap.<br /><a href='http://"
|
2590 |
+
"semperplugins.com/documentation/xml-sitemaps-module/' target='_blank'>Click "
|
2591 |
+
"here for documentation on this setting</a>"
|
2592 |
+
msgstr ""
|
2593 |
+
|
2594 |
+
#: aioseop_sitemap.php:41
|
2595 |
+
msgid ""
|
2596 |
+
"Select which taxonomy archives appear in your sitemap.<br /><a href='http://"
|
2597 |
+
"semperplugins.com/documentation/xml-sitemaps-module/' target='_blank'>Click "
|
2598 |
+
"here for documentation on this setting</a>"
|
2599 |
msgstr ""
|
2600 |
|
2601 |
#: aioseop_sitemap.php:42
|
2602 |
+
msgid ""
|
2603 |
+
"Include Date Archives in your sitemap.<br /><a href='http://semperplugins."
|
2604 |
+
"com/documentation/xml-sitemaps-module/' target='_blank'>Click here for "
|
2605 |
+
"documentation on this setting</a>"
|
2606 |
msgstr ""
|
2607 |
|
2608 |
#: aioseop_sitemap.php:43
|
2609 |
+
msgid ""
|
2610 |
+
"Include Author Archives in your sitemap.<br /><a href='http://semperplugins."
|
2611 |
+
"com/documentation/xml-sitemaps-module/' target='_blank'>Click here for "
|
2612 |
+
"documentation on this setting</a>"
|
2613 |
+
msgstr ""
|
2614 |
+
|
2615 |
+
#: aioseop_sitemap.php:44
|
2616 |
+
msgid ""
|
2617 |
+
"Create a compressed sitemap file in .xml.gz format.<br /><a href='http://"
|
2618 |
+
"semperplugins.com/documentation/xml-sitemaps-module/' target='_blank'>Click "
|
2619 |
+
"here for documentation on this setting</a>"
|
2620 |
msgstr ""
|
2621 |
|
2622 |
#: aioseop_sitemap.php:45
|
2623 |
+
msgid ""
|
2624 |
+
"Places a link to your Sitemap.xml into your virtual Robots.txt file.<br /><a "
|
2625 |
+
"href='http://semperplugins.com/documentation/xml-sitemaps-module/' "
|
2626 |
+
"target='_blank'>Click here for documentation on this setting</a>"
|
2627 |
msgstr ""
|
2628 |
|
2629 |
#: aioseop_sitemap.php:46
|
2630 |
+
msgid ""
|
2631 |
+
"Places a link to the sitemap file in your virtual Robots.txt file which "
|
2632 |
+
"WordPress creates.<br /><a href='http://semperplugins.com/documentation/xml-"
|
2633 |
+
"sitemaps-module/' target='_blank'>Click here for documentation on this "
|
2634 |
+
"setting</a>"
|
2635 |
+
msgstr ""
|
2636 |
+
|
2637 |
+
#: aioseop_sitemap.php:47
|
2638 |
+
msgid ""
|
2639 |
+
"Use rewrites to generate your sitemap on the fly. NOTE: This is required for "
|
2640 |
+
"WordPress Multisite.<br /><a href='http://semperplugins.com/documentation/"
|
2641 |
+
"xml-sitemaps-module/' target='_blank'>Click here for documentation on this "
|
2642 |
+
"setting</a>"
|
2643 |
msgstr ""
|
2644 |
|
2645 |
#: aioseop_sitemap.php:48
|
2646 |
+
msgid "URL to the page."
|
2647 |
msgstr ""
|
2648 |
|
2649 |
#: aioseop_sitemap.php:49
|
2650 |
+
msgid "The priority of the page."
|
2651 |
msgstr ""
|
2652 |
|
2653 |
#: aioseop_sitemap.php:50
|
2654 |
+
msgid "The frequency of the page."
|
2655 |
msgstr ""
|
2656 |
|
2657 |
#: aioseop_sitemap.php:51
|
2658 |
+
msgid "Last modified date of the page."
|
2659 |
msgstr ""
|
2660 |
|
2661 |
#: aioseop_sitemap.php:52
|
2662 |
+
msgid ""
|
2663 |
+
"Entries from these categories will be excluded from the sitemap.<br /><a "
|
2664 |
+
"href='http://semperplugins.com/documentation/xml-sitemaps-module/' "
|
2665 |
+
"target='_blank'>Click here for documentation on this setting</a>"
|
2666 |
msgstr ""
|
2667 |
|
2668 |
#: aioseop_sitemap.php:53
|
2669 |
+
msgid ""
|
2670 |
+
"Use page slugs or page IDs, seperated by commas, to exclude pages from the "
|
2671 |
+
"sitemap.<br /><a href='http://semperplugins.com/documentation/xml-sitemaps-"
|
2672 |
+
"module/' target='_blank'>Click here for documentation on this setting</a>"
|
2673 |
msgstr ""
|
2674 |
|
2675 |
+
#: aioseop_sitemap.php:57
|
2676 |
+
msgid "Filename Prefix"
|
2677 |
msgstr ""
|
2678 |
|
2679 |
+
#: aioseop_sitemap.php:59
|
2680 |
+
msgid "Notify Google"
|
2681 |
msgstr ""
|
2682 |
|
2683 |
+
#: aioseop_sitemap.php:60
|
2684 |
+
msgid "Notify Bing"
|
2685 |
msgstr ""
|
2686 |
|
2687 |
+
#: aioseop_sitemap.php:61
|
2688 |
+
msgid "Enable Sitemap Indexes"
|
2689 |
msgstr ""
|
2690 |
|
2691 |
+
#: aioseop_sitemap.php:62
|
2692 |
+
msgid "Paginate Sitemap Indexes"
|
2693 |
msgstr ""
|
2694 |
|
2695 |
#: aioseop_sitemap.php:64
|
2696 |
+
msgid "Maximum Posts Per Sitemap"
|
2697 |
+
msgstr ""
|
2698 |
+
|
2699 |
+
#: aioseop_sitemap.php:67
|
2700 |
+
msgid "Post Types"
|
2701 |
msgstr ""
|
2702 |
|
2703 |
#: aioseop_sitemap.php:69
|
2704 |
+
msgid "Taxonomies"
|
2705 |
+
msgstr ""
|
2706 |
+
|
2707 |
+
#: aioseop_sitemap.php:71
|
2708 |
+
msgid "Include Date Archive Pages"
|
2709 |
+
msgstr ""
|
2710 |
+
|
2711 |
+
#: aioseop_sitemap.php:72
|
2712 |
+
msgid "Include Author Pages"
|
2713 |
+
msgstr ""
|
2714 |
+
|
2715 |
+
#: aioseop_sitemap.php:73
|
2716 |
+
msgid "Create Compressed Sitemap"
|
2717 |
+
msgstr ""
|
2718 |
+
|
2719 |
+
#: aioseop_sitemap.php:74
|
2720 |
+
msgid "Link From Virtual Robots.txt"
|
2721 |
+
msgstr ""
|
2722 |
+
|
2723 |
+
#: aioseop_sitemap.php:75
|
2724 |
+
msgid "Dynamically Generate Sitemap"
|
2725 |
+
msgstr ""
|
2726 |
+
|
2727 |
+
#: aioseop_sitemap.php:80
|
2728 |
+
msgid "Debug Log"
|
2729 |
+
msgstr ""
|
2730 |
+
|
2731 |
+
#: aioseop_sitemap.php:85
|
2732 |
msgid "Sitemap Status"
|
2733 |
msgstr ""
|
2734 |
|
2735 |
+
#: aioseop_sitemap.php:100
|
2736 |
+
msgid "Do Not Override"
|
2737 |
+
msgstr ""
|
2738 |
+
|
2739 |
+
#: aioseop_sitemap.php:101
|
2740 |
+
msgid "Select Individual"
|
2741 |
+
msgstr ""
|
2742 |
+
|
2743 |
+
#: aioseop_sitemap.php:110
|
2744 |
msgid "priority"
|
2745 |
msgstr ""
|
2746 |
|
2747 |
+
#: aioseop_sitemap.php:110
|
2748 |
msgid "frequency"
|
2749 |
msgstr ""
|
2750 |
|
2751 |
+
#: aioseop_sitemap.php:113
|
2752 |
msgid "homepage"
|
2753 |
msgstr ""
|
2754 |
|
2755 |
+
#: aioseop_sitemap.php:114
|
2756 |
msgid "posts"
|
2757 |
msgstr ""
|
2758 |
|
2759 |
+
#: aioseop_sitemap.php:115
|
2760 |
msgid "taxonomies"
|
2761 |
msgstr ""
|
2762 |
|
2763 |
+
#: aioseop_sitemap.php:116
|
2764 |
msgid "archive pages"
|
2765 |
msgstr ""
|
2766 |
|
2767 |
+
#: aioseop_sitemap.php:117
|
2768 |
msgid "author pages"
|
2769 |
msgstr ""
|
2770 |
|
2771 |
+
#: aioseop_sitemap.php:125
|
2772 |
msgid "Manually set the %s of your %s."
|
2773 |
msgstr ""
|
2774 |
|
2775 |
+
#: aioseop_sitemap.php:132
|
2776 |
+
msgid ""
|
2777 |
+
"Enter information below for any additional links for your sitemap not "
|
2778 |
+
"already managed through WordPress."
|
2779 |
msgstr ""
|
2780 |
|
2781 |
+
#: aioseop_sitemap.php:133
|
2782 |
msgid "Page URL"
|
2783 |
msgstr ""
|
2784 |
|
2785 |
+
#: aioseop_sitemap.php:134
|
|
|
|
|
|
|
|
|
2786 |
msgid "Page Priority"
|
2787 |
msgstr ""
|
2788 |
|
2789 |
+
#: aioseop_sitemap.php:135
|
|
|
|
|
|
|
|
|
2790 |
msgid "Page Frequency"
|
2791 |
msgstr ""
|
2792 |
|
2793 |
+
#: aioseop_sitemap.php:136
|
|
|
|
|
|
|
|
|
2794 |
msgid "Last Modified"
|
2795 |
msgstr ""
|
2796 |
|
2797 |
+
#: aioseop_sitemap.php:137 aioseop_sitemap.php:147
|
|
|
|
|
|
|
|
|
2798 |
msgid "Additional Pages"
|
2799 |
msgstr ""
|
2800 |
|
2801 |
+
#: aioseop_sitemap.php:138
|
2802 |
msgid "Add URL"
|
2803 |
msgstr ""
|
2804 |
|
2805 |
+
#: aioseop_sitemap.php:142
|
2806 |
msgid "Excluded Categories"
|
2807 |
msgstr ""
|
2808 |
|
2809 |
+
#: aioseop_sitemap.php:143
|
|
|
|
|
|
|
|
|
2810 |
msgid "Excluded Pages"
|
2811 |
msgstr ""
|
2812 |
|
2813 |
+
#: aioseop_sitemap.php:153
|
|
|
|
|
|
|
|
|
2814 |
msgid "Excluded Items"
|
2815 |
msgstr ""
|
2816 |
|
2817 |
+
#: aioseop_sitemap.php:159
|
2818 |
msgid "Priorities"
|
2819 |
msgstr ""
|
2820 |
|
2821 |
+
#: aioseop_sitemap.php:165
|
2822 |
msgid "Frequencies"
|
2823 |
msgstr ""
|
2824 |
|
2825 |
+
#: aioseop_sitemap.php:257
|
2826 |
msgid "Media / Attachments"
|
2827 |
msgstr ""
|
2828 |
|
2829 |
+
#: aioseop_sitemap.php:258
|
2830 |
msgid "All Post Types"
|
2831 |
msgstr ""
|
2832 |
|
2833 |
+
#: aioseop_sitemap.php:259
|
2834 |
msgid "All Taxonomies"
|
2835 |
msgstr ""
|
2836 |
|
2837 |
+
#: aioseop_sitemap.php:263
|
2838 |
+
msgid "Manually set the priority for the "
|
2839 |
+
msgstr ""
|
2840 |
+
|
2841 |
+
#: aioseop_sitemap.php:264
|
2842 |
+
msgid "Manually set the frequency for the "
|
2843 |
+
msgstr ""
|
2844 |
+
|
2845 |
+
#: aioseop_sitemap.php:265
|
2846 |
+
msgid " Post Type"
|
2847 |
+
msgstr ""
|
2848 |
+
|
2849 |
+
#: aioseop_sitemap.php:266
|
2850 |
+
msgid " Taxonomy"
|
2851 |
+
msgstr ""
|
2852 |
+
|
2853 |
+
#: aioseop_sitemap.php:297 aioseop_sitemap.php:329
|
2854 |
msgid "Update Sitemap"
|
2855 |
msgstr ""
|
2856 |
|
2857 |
+
#: aioseop_sitemap.php:327
|
2858 |
+
msgid ""
|
2859 |
+
"Please review your settings below and click %s to build your sitemap; then, "
|
2860 |
+
"%s."
|
2861 |
msgstr ""
|
2862 |
|
2863 |
+
#: aioseop_sitemap.php:330
|
2864 |
msgid "view your sitemap"
|
2865 |
msgstr ""
|
2866 |
|
2867 |
+
#: aioseop_sitemap.php:333
|
2868 |
+
msgid ""
|
2869 |
+
"Note: you are using dynamic sitemap generation to keep your sitemap current; "
|
2870 |
+
"this will not generate a static sitemap file."
|
2871 |
msgstr ""
|
2872 |
|
2873 |
+
#: aioseop_sitemap.php:337
|
2874 |
+
msgid ""
|
2875 |
+
"Dynamic sitemap generation appears to be using the correct rewrite rules."
|
2876 |
msgstr ""
|
2877 |
|
2878 |
+
#: aioseop_sitemap.php:339
|
2879 |
+
msgid ""
|
2880 |
+
"Dynamic sitemap generation does not appear to be using the correct rewrite "
|
2881 |
+
"rules; please disable any other sitemap plugins or functionality on your "
|
2882 |
+
"site and reset your permalinks."
|
2883 |
msgstr ""
|
2884 |
|
2885 |
+
#: aioseop_sitemap.php:344
|
2886 |
msgid "Reading Settings"
|
2887 |
msgstr ""
|
2888 |
|
2889 |
+
#: aioseop_sitemap.php:346
|
2890 |
msgid "Privacy Settings"
|
2891 |
msgstr ""
|
2892 |
|
2893 |
+
#: aioseop_sitemap.php:348
|
2894 |
+
msgid ""
|
2895 |
+
"Warning: your privacy settings are configured to ask search engines to not "
|
2896 |
+
"index your site; you can change this under %s for your blog."
|
2897 |
msgstr ""
|
2898 |
|
2899 |
+
#: aioseop_sitemap.php:469
|
2900 |
msgid "Warning: dynamic sitemap generation must have permalinks enabled."
|
2901 |
msgstr ""
|
2902 |
|
2903 |
+
#: aioseop_sitemap.php:482
|
2904 |
msgid "Deleted %s."
|
2905 |
msgstr ""
|
2906 |
|
2907 |
+
#: aioseop_sitemap.php:491
|
2908 |
msgid "Couldn't rename file %s!"
|
2909 |
msgstr ""
|
2910 |
|
2911 |
+
#: aioseop_sitemap.php:495
|
2912 |
msgid "Renamed %s to %s."
|
2913 |
msgstr ""
|
2914 |
|
2915 |
+
#: aioseop_sitemap.php:497
|
2916 |
msgid "Couldn't find file %s!"
|
2917 |
msgstr ""
|
2918 |
|
2919 |
+
#: aioseop_sitemap.php:549
|
2920 |
+
msgid ""
|
2921 |
+
"Warning: a static sitemap '%s' generated by All in One SEO Pack %s on %s "
|
2922 |
+
"already exists that may conflict with dynamic sitemap generation."
|
2923 |
msgstr ""
|
2924 |
|
2925 |
+
#: aioseop_sitemap.php:554
|
2926 |
msgid "Potential conflict with unknown file %s."
|
2927 |
msgstr ""
|
2928 |
|
2929 |
+
#: aioseop_sitemap.php:573
|
2930 |
msgid "Rename Conflicting Files"
|
2931 |
msgstr ""
|
2932 |
|
2933 |
+
#: aioseop_sitemap.php:574
|
2934 |
msgid "Delete Conflicting Files"
|
2935 |
msgstr ""
|
2936 |
|
2937 |
+
#: aioseop_sitemap.php:663
|
2938 |
msgid "compressed"
|
2939 |
msgstr ""
|
2940 |
|
2941 |
+
#: aioseop_sitemap.php:665
|
2942 |
msgid "dynamic"
|
2943 |
msgstr ""
|
2944 |
|
2945 |
+
#: aioseop_sitemap.php:667
|
2946 |
msgid "static"
|
2947 |
msgstr ""
|
2948 |
|
2949 |
+
#: aioseop_sitemap.php:730
|
2950 |
msgid "dynamically"
|
2951 |
msgstr ""
|
2952 |
|
2953 |
+
#: aioseop_sitemap.php:754
|
2954 |
msgid "Successfully notified %s about changes to your sitemap at %s."
|
2955 |
msgstr ""
|
2956 |
|
2957 |
+
#: aioseop_sitemap.php:756
|
2958 |
msgid "Failed to notify %s about changes to your sitemap at %s, error code %s."
|
2959 |
msgstr ""
|
2960 |
|
2961 |
+
#: aioseop_sitemap.php:759
|
2962 |
+
msgid ""
|
2963 |
+
"Failed to notify %s about changes to your sitemap at %s, unable to access "
|
2964 |
+
"via wp_remote_get()."
|
2965 |
msgstr ""
|
2966 |
|
2967 |
+
#: aioseop_sitemap.php:762
|
2968 |
msgid "Did not notify %s about changes to your sitemap."
|
2969 |
msgstr ""
|
2970 |
|
2971 |
+
#: aioseop_sitemap.php:789 aioseop_sitemap.php:927 aioseop_sitemap.php:945
|
2972 |
msgid "file '%s' statically"
|
2973 |
msgstr ""
|
2974 |
|
2975 |
+
#: aioseop_sitemap.php:798
|
2976 |
msgid "Updated sitemap settings."
|
2977 |
msgstr ""
|
2978 |
|
2979 |
#: all_in_one_seo_pack.php:43
|
2980 |
msgid "%s detected a conflict; please deactivate the plugin located in %s."
|
2981 |
msgstr ""
|
2982 |
+
|
2983 |
#. Plugin Name of the plugin/theme
|
2984 |
msgid "All In One SEO Pack"
|
2985 |
msgstr ""
|
2989 |
msgstr ""
|
2990 |
|
2991 |
#. Description of the plugin/theme
|
2992 |
+
msgid ""
|
2993 |
+
"Out-of-the-box SEO for your WordPress blog. <a href=\"admin.php?page=all-in-"
|
2994 |
+
"one-seo-pack/aioseop_class.php\">Options configuration panel</a> | <a href="
|
2995 |
+
"\"http://semperplugins.com/plugins/all-in-one-seo-pack-pro-version/?"
|
2996 |
+
"loc=plugins\" target=\"_blank\">Upgrade to Pro Version</a> | <a href="
|
2997 |
+
"\"https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=mrtorbert"
|
2998 |
+
"%40gmail%2ecom&item_name=All%20In%20One%20SEO%20Pack&item_number=Support"
|
2999 |
+
"%20Open%20Source&no_shipping=0&no_note=1&tax=0¤cy_code=USD&lc=US&bn=PP"
|
3000 |
+
"%2dDonationsBF&charset=UTF%2d8\">Donate</a> | <a href=\"http://semperplugins."
|
3001 |
+
"com/support/\" >Support</a> | <a href=\"https://www.amazon.com/"
|
3002 |
+
"wishlist/1NFQ133FNCOOA/ref=wl_web\" target=\"_blank\" title=\"Amazon Wish "
|
3003 |
+
"List\">Amazon Wishlist</a>"
|
3004 |
msgstr ""
|
3005 |
|
3006 |
#. Author of the plugin/theme
|