Version Description
Download this release
Release Info
Developer | hallsofmontezuma |
Plugin | All in One SEO Pack |
Version | 1.6.12.2 |
Comparing to | |
See all releases |
Code changes from version 1.6.12.1 to 1.6.12.2
- aioseop.class.php +88 -13
- all_in_one_seo_pack.php +80 -2
- all_in_one_seo_pack.pot +588 -293
- readme.txt +1 -0
aioseop.class.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
class All_in_One_SEO_Pack {
|
4 |
|
5 |
-
var $version = "1.6.12.
|
6 |
|
7 |
/** Max numbers of chars in auto-generated description */
|
8 |
var $maximum_description_length = 160;
|
@@ -1371,6 +1371,9 @@ if (function_exists('load_plugin_textdomain')) {
|
|
1371 |
"aiosp_home_meta_tags"=>'',
|
1372 |
"aiosp_enabled" =>0,
|
1373 |
"aiosp_use_tags_as_keywords" =>1,
|
|
|
|
|
|
|
1374 |
"aiosp_do_log"=>null);
|
1375 |
update_option('aioseop_options', $res_aioseop_options);
|
1376 |
}
|
@@ -1414,6 +1417,9 @@ if (function_exists('load_plugin_textdomain')) {
|
|
1414 |
$aioseop_options['aiosp_do_log'] = $_POST['aiosp_do_log'];
|
1415 |
$aioseop_options['aiosp_enabled'] = $_POST['aiosp_enabled'];
|
1416 |
$aioseop_options['aiosp_use_tags_as_keywords'] = $_POST['aiosp_use_tags_as_keywords'];
|
|
|
|
|
|
|
1417 |
|
1418 |
update_option('aioseop_options', $aioseop_options);
|
1419 |
|
@@ -1440,9 +1446,12 @@ if (function_exists('load_plugin_textdomain')) {
|
|
1440 |
?>
|
1441 |
<div id="dropmessage" class="updated" style="display:none;"></div>
|
1442 |
<div class="wrap">
|
|
|
1443 |
<h2><?php _e('All in One SEO Plugin Options', 'all_in_one_seo_pack'); ?></h2>
|
1444 |
by <strong>Michael Torbert</strong> of <strong>Semper Fi Web Design</strong>
|
1445 |
<p>
|
|
|
|
|
1446 |
<?php //_e("This is version ", 'all_in_one_seo_pack') ?><?php //_e("$this->version ", 'all_in_one_seo_pack') ?>
|
1447 |
<a target="_blank" title="<?php _e('All in One SEO Plugin Release History', 'all_in_one_seo_pack')?>"
|
1448 |
href="http://semperfiwebdesign.com/documentation/all-in-one-seo-pack/all-in-one-seo-pack-release-history/"><?php _e("Changelog", 'all_in_one_seo_pack')?>
|
@@ -1450,13 +1459,29 @@ href="http://semperfiwebdesign.com/documentation/all-in-one-seo-pack/all-in-one-
|
|
1450 |
| <a target="_blank" title="<?php _e('FAQ', 'all_in_one_seo_pack') ?>"
|
1451 |
href="http://semperfiwebdesign.com/documentation/all-in-one-seo-pack/all-in-one-seo-faq/"><?php _e('FAQ', 'all_in_one_seo_pack') ?></a>
|
1452 |
| <a target="_blank" title="<?php _e('All in One SEO Plugin Support Forum', 'all_in_one_seo_pack') ?>"
|
1453 |
-
href="http://semperfiwebdesign.com/
|
1454 |
| <a target="_blank" title="<?php _e('All in One SEO Plugin Translations', 'all_in_one_seo_pack') ?>"
|
1455 |
href="http://semperfiwebdesign.com/documentation/all-in-one-seo-pack/translations-for-all-in-one-seo-pack/"><?php _e('Translations', 'all_in_one_seo_pack') ?></a>
|
1456 |
| <strong><a target="_blank" title="<?php _e('Pro Version', 'all_in_one_seo_pack') ?>"
|
1457 |
href="http://wpplugins.com/plugin/50/all-in-one-seo-pack-pro-version"><?php _e('UPGRADE TO PRO VERSION', 'all_in_one_seo_pack') ?></a></strong>
|
1458 |
-
<
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1459 |
|
|
|
1460 |
<!--<div style="width:75%;background-color:yellow;">
|
1461 |
<em>Thank you for using <strong>All in One SEO Pack</strong> by <strong>Michael Torbert</strong> of <strong>Semper Fi Web Design</strong>. If you like this plugin and find it useful, feel free to click the <strong>donate</strong> button or send me a gift from my <strong>Amazon wishlist</strong>. Also, don't forget to follow me on <strong>Twitter</strong>.</em>
|
1462 |
</div>
|
@@ -1494,6 +1519,31 @@ href="http://twitter.com/michaeltorbert/"><img src="<?php //echo WP_PLUGIN_URL;
|
|
1494 |
<a target="_blank" title="PageLines Themes" href="http://www.pagelines.com/wpthemes/"><img src="<?php echo WP_PLUGIN_URL; ?>/all-in-one-seo-pack/images/pagelines.jpg" alt="<?php _e('Pagelines Themes', 'all_in_one_seo_pack') ?>" /></a>
|
1495 |
<a target="_blank" title="WhiteHouse" href="http://www.pagelines.com/wpthemes/"><img src="<?php echo WP_PLUGIN_URL; ?>/all-in-one-seo-pack/images/whitehouse.jpg" alt="<?php _e('WhiteHouse theme', 'all_in_one_seo_pack') ?>" /></a>
|
1496 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1497 |
</div>
|
1498 |
<div style="clear:both";></div>
|
1499 |
<!--
|
@@ -1688,7 +1738,7 @@ if(!get_option('aioseop_options')){
|
|
1688 |
<tr>
|
1689 |
<th scope="row" style="text-align:right; vertical-align:top;">
|
1690 |
<a style="cursor:pointer;" title="<?php _e('Click for Help!', 'all_in_one_seo_pack')?>" onclick="toggleVisibility('aiosp_donate_tip');">
|
1691 |
-
<?php _e('I enjoy this plugin and have made a donation:', 'all_in_one_seo_pack')?>
|
1692 |
</a>
|
1693 |
</td>
|
1694 |
<td>
|
@@ -1704,13 +1754,13 @@ _e('All donations support continued development of this free software.', 'all_in
|
|
1704 |
|
1705 |
<tr>
|
1706 |
<th scope="row" style="text-align:right; vertical-align:top;">
|
1707 |
-
<a style="cursor:pointer;" title="<?php _e('Click for Help!', 'all_in_one_seo_pack')?>" onclick="toggleVisibility('aiosp_enabled_tip');">
|
1708 |
<?php _e('Plugin Status:', 'all_in_one_seo_pack')?>
|
1709 |
</a>
|
1710 |
</td>
|
1711 |
<td>
|
1712 |
-
<input type="radio" name="aiosp_enabled" value="1" <?php if($aioseop_options['aiosp_enabled']) echo "checked"?> > Enabled
|
1713 |
-
<input type="radio" name="aiosp_enabled" value="0" <?php if(!$aioseop_options['aiosp_enabled']) echo "checked"?>> Disabled
|
1714 |
<div style="max-width:500px; text-align:left; display:none" id="aiosp_enabled_tip">
|
1715 |
<?php
|
1716 |
_e('All in One SEO Pack must be enabled for use.', 'all_in_one_seo_pack');
|
@@ -2016,6 +2066,33 @@ _e('Check this if you want your enable AIOSEOP support for Custom Post Types on
|
|
2016 |
</td>
|
2017 |
</tr>
|
2018 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2019 |
|
2020 |
<tr>
|
2021 |
<th scope="row" style="text-align:right; vertical-align:top;">
|
@@ -2237,9 +2314,7 @@ _e('Check this and SEO pack will create a log of important events (all_in_one_se
|
|
2237 |
<td>
|
2238 |
<input type="checkbox" name="aiosp_donate" <?php if ($aioseop_options['aiosp_donate']) echo "checked=\"1\""; ?>/>
|
2239 |
<div style="max-width:500px; text-align:left; display:none" id="aiosp_donate_tip">
|
2240 |
-
<?php
|
2241 |
-
_e('All donations support continued development of this free software.', 'all_in_one_seo_pack');
|
2242 |
-
?>
|
2243 |
</div>
|
2244 |
</td>
|
2245 |
</tr>
|
@@ -2258,9 +2333,9 @@ _e('All donations support continued development of this free software.', 'all_in
|
|
2258 |
<?php } ?>
|
2259 |
|
2260 |
<p><br />
|
2261 |
-
<strong
|
2262 |
-
<a href="http://semperfiwebdesign.com/custom-applications/sms-text-message/" title="SMS Text Message WordPress plugin">SMS Text Message</a> - sends SMS updates to your readers
|
2263 |
-
<a href="http://semperfiwebdesign.com/custom-applications/wp-security-scan/" title="WordPress Security">WordPress Security Scan</a> - provides vital security for your WordPress site
|
2264 |
</p>
|
2265 |
</form>
|
2266 |
</div>
|
2 |
|
3 |
class All_in_One_SEO_Pack {
|
4 |
|
5 |
+
var $version = "1.6.12.2";
|
6 |
|
7 |
/** Max numbers of chars in auto-generated description */
|
8 |
var $maximum_description_length = 160;
|
1371 |
"aiosp_home_meta_tags"=>'',
|
1372 |
"aiosp_enabled" =>0,
|
1373 |
"aiosp_use_tags_as_keywords" =>1,
|
1374 |
+
"aiosp_seopostcol" => 1,
|
1375 |
+
"aiosp_seocustptcol" => 0,
|
1376 |
+
"aiosp_posttypecolumns" => array('post','page'),
|
1377 |
"aiosp_do_log"=>null);
|
1378 |
update_option('aioseop_options', $res_aioseop_options);
|
1379 |
}
|
1417 |
$aioseop_options['aiosp_do_log'] = $_POST['aiosp_do_log'];
|
1418 |
$aioseop_options['aiosp_enabled'] = $_POST['aiosp_enabled'];
|
1419 |
$aioseop_options['aiosp_use_tags_as_keywords'] = $_POST['aiosp_use_tags_as_keywords'];
|
1420 |
+
$aioseop_options['aiosp_seopostcol'] = $_POST['aiosp_seopostcol'];
|
1421 |
+
$aioseop_options['aiosp_seocustptcol'] = $_POST['aiosp_seocustptcol'];
|
1422 |
+
$aioseop_options['aiosp_posttypecolumns'] = $_POST['aiosp_posttypecolumns'];
|
1423 |
|
1424 |
update_option('aioseop_options', $aioseop_options);
|
1425 |
|
1446 |
?>
|
1447 |
<div id="dropmessage" class="updated" style="display:none;"></div>
|
1448 |
<div class="wrap">
|
1449 |
+
|
1450 |
<h2><?php _e('All in One SEO Plugin Options', 'all_in_one_seo_pack'); ?></h2>
|
1451 |
by <strong>Michael Torbert</strong> of <strong>Semper Fi Web Design</strong>
|
1452 |
<p>
|
1453 |
+
<div style="float:left;">
|
1454 |
+
|
1455 |
<?php //_e("This is version ", 'all_in_one_seo_pack') ?><?php //_e("$this->version ", 'all_in_one_seo_pack') ?>
|
1456 |
<a target="_blank" title="<?php _e('All in One SEO Plugin Release History', 'all_in_one_seo_pack')?>"
|
1457 |
href="http://semperfiwebdesign.com/documentation/all-in-one-seo-pack/all-in-one-seo-pack-release-history/"><?php _e("Changelog", 'all_in_one_seo_pack')?>
|
1459 |
| <a target="_blank" title="<?php _e('FAQ', 'all_in_one_seo_pack') ?>"
|
1460 |
href="http://semperfiwebdesign.com/documentation/all-in-one-seo-pack/all-in-one-seo-faq/"><?php _e('FAQ', 'all_in_one_seo_pack') ?></a>
|
1461 |
| <a target="_blank" title="<?php _e('All in One SEO Plugin Support Forum', 'all_in_one_seo_pack') ?>"
|
1462 |
+
href="http://semperfiwebdesign.com/forum/"><?php _e('Support', 'all_in_one_seo_pack') ?></a>
|
1463 |
| <a target="_blank" title="<?php _e('All in One SEO Plugin Translations', 'all_in_one_seo_pack') ?>"
|
1464 |
href="http://semperfiwebdesign.com/documentation/all-in-one-seo-pack/translations-for-all-in-one-seo-pack/"><?php _e('Translations', 'all_in_one_seo_pack') ?></a>
|
1465 |
| <strong><a target="_blank" title="<?php _e('Pro Version', 'all_in_one_seo_pack') ?>"
|
1466 |
href="http://wpplugins.com/plugin/50/all-in-one-seo-pack-pro-version"><?php _e('UPGRADE TO PRO VERSION', 'all_in_one_seo_pack') ?></a></strong>
|
1467 |
+
<div style="margin-top:10px;padding-left:3px;font-style: italic;font-weight:bold;">All in One SEO Pack is now fully compatible with <strong><a href="http://semperfiwebdesign.com/scribeseo/" target="_blank" title="Scribe SEO">Scribe SEO</a></strong>.</div>
|
1468 |
+
</div>
|
1469 |
+
|
1470 |
+
<div style="float:left;width:370px;margin-left:10px;">
|
1471 |
+
<form action="http://semperfiwebdesign.us1.list-manage.com/subscribe/post?u=794674d3d54fdd912f961ef14&id=af0a96d3d9" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank">
|
1472 |
+
<span>Join our mailing list for tips, tricks, and WordPress secrets.<em><strong>Sign up today and receive a free copy of the e-book 5 SEO Tips for WordPress</strong></em> ($39 value).</span>
|
1473 |
+
<div>
|
1474 |
+
<label for="mce-EMAIL">Email Address </label>
|
1475 |
+
<input type="text" value="" name="EMAIL" class="required email" id="mce-EMAIL">
|
1476 |
+
|
1477 |
+
|
1478 |
+
<input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="btn">
|
1479 |
+
</div>
|
1480 |
+
</form>
|
1481 |
+
</div>
|
1482 |
+
<div style="clear:both;">
|
1483 |
|
1484 |
+
<br />
|
1485 |
<!--<div style="width:75%;background-color:yellow;">
|
1486 |
<em>Thank you for using <strong>All in One SEO Pack</strong> by <strong>Michael Torbert</strong> of <strong>Semper Fi Web Design</strong>. If you like this plugin and find it useful, feel free to click the <strong>donate</strong> button or send me a gift from my <strong>Amazon wishlist</strong>. Also, don't forget to follow me on <strong>Twitter</strong>.</em>
|
1487 |
</div>
|
1519 |
<a target="_blank" title="PageLines Themes" href="http://www.pagelines.com/wpthemes/"><img src="<?php echo WP_PLUGIN_URL; ?>/all-in-one-seo-pack/images/pagelines.jpg" alt="<?php _e('Pagelines Themes', 'all_in_one_seo_pack') ?>" /></a>
|
1520 |
<a target="_blank" title="WhiteHouse" href="http://www.pagelines.com/wpthemes/"><img src="<?php echo WP_PLUGIN_URL; ?>/all-in-one-seo-pack/images/whitehouse.jpg" alt="<?php _e('WhiteHouse theme', 'all_in_one_seo_pack') ?>" /></a>
|
1521 |
</div>
|
1522 |
+
|
1523 |
+
<div style="float:left;background-color:white;padding:10px 10px 10px 10px;border:1px solid #ddd">
|
1524 |
+
<div style="width:423px;height:130px">
|
1525 |
+
<h3>The Ultimate WordPress Backup Solution</h3>
|
1526 |
+
<p>Running on <em>thousands</em> of sites, <a href="http://pluginbuddy.com/wordpress-backup/" target="_blank">BackupBuddy</a> is an all-in-one solution for <strong>WordPress</strong> <strong>backups, restoration, & migration</strong>. Whether you’re a blogger or developer, this plugin is sure to bring you peace of mind & added safety in the event of data loss. </p>
|
1527 |
+
</div>
|
1528 |
+
<a title="Backup WordPress Easily" href="http://pluginbuddy.com/wordpress-backup/" target="_blank"><img src="http://ithemes.com/graphics/ads/bb-AIO-ad.png" alt="Backup WordPress Easily"></a>
|
1529 |
+
</div>
|
1530 |
+
|
1531 |
+
<!--
|
1532 |
+
<div style="float:left;background-color:white;padding: 10px 10px 10px 10px;border: 1px solid #ddd;">
|
1533 |
+
<div style="width:365px;height:130px;">
|
1534 |
+
|
1535 |
+
<form action="http://semperfiwebdesign.us1.list-manage.com/subscribe/post?u=794674d3d54fdd912f961ef14&id=af0a96d3d9" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank">
|
1536 |
+
<span>Join our mailing list for tips, tricks, and WordPress secrets. Also receive discounts on top commercial plugins and themes.<br /><em><strong>Sign up today and receive a free copy of the e-book 5 SEO Tips for WordPress</strong></em>.</span>
|
1537 |
+
<div class="mc-field-group">
|
1538 |
+
<label for="mce-EMAIL">Email Address </label>
|
1539 |
+
<input type="text" value="" name="EMAIL" class="required email" id="mce-EMAIL">
|
1540 |
+
</div>
|
1541 |
+
|
1542 |
+
<div><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="btn"></div>
|
1543 |
+
</form>
|
1544 |
+
</div>
|
1545 |
+
</div>
|
1546 |
+
-->
|
1547 |
</div>
|
1548 |
<div style="clear:both";></div>
|
1549 |
<!--
|
1738 |
<tr>
|
1739 |
<th scope="row" style="text-align:right; vertical-align:top;">
|
1740 |
<a style="cursor:pointer;" title="<?php _e('Click for Help!', 'all_in_one_seo_pack')?>" onclick="toggleVisibility('aiosp_donate_tip');">
|
1741 |
+
<?php _e('I enjoy this plugin and have made a donation:', 'all_in_one_seo_pack'); ?>
|
1742 |
</a>
|
1743 |
</td>
|
1744 |
<td>
|
1754 |
|
1755 |
<tr>
|
1756 |
<th scope="row" style="text-align:right; vertical-align:top;">
|
1757 |
+
<a style="cursor:pointer;" title="<?php _e('Click for Help!', 'all_in_one_seo_pack'); ?>" onclick="toggleVisibility('aiosp_enabled_tip');">
|
1758 |
<?php _e('Plugin Status:', 'all_in_one_seo_pack')?>
|
1759 |
</a>
|
1760 |
</td>
|
1761 |
<td>
|
1762 |
+
<input type="radio" name="aiosp_enabled" value="1" <?php if($aioseop_options['aiosp_enabled']) echo "checked"?> > <?php _e('Enabled', 'all_in_one_seo_pack'); ?><br>
|
1763 |
+
<input type="radio" name="aiosp_enabled" value="0" <?php if(!$aioseop_options['aiosp_enabled']) echo "checked"?>> <?php _e('Disabled', 'all_in_one_seo_pack'); ?>
|
1764 |
<div style="max-width:500px; text-align:left; display:none" id="aiosp_enabled_tip">
|
1765 |
<?php
|
1766 |
_e('All in One SEO Pack must be enabled for use.', 'all_in_one_seo_pack');
|
2066 |
</td>
|
2067 |
</tr>
|
2068 |
|
2069 |
+
<tr>
|
2070 |
+
<th scope="row" style="text-align:right; vertical-align:top;">
|
2071 |
+
<a style="cursor:pointer;" title="<?php _e('Click for Help!', 'all_in_one_seo_pack')?>" onclick="toggleVisibility('123_tip');">
|
2072 |
+
<?php _e('Custom Post Types for SEO Column Support:', 'all_in_one_seo_pack')?>
|
2073 |
+
</td>
|
2074 |
+
<td><select name="aiosp_posttypecolumns[]" MULTIPLE style="height:70px;width:300px;">
|
2075 |
+
<?php
|
2076 |
+
$typeswehave = array('post,revision'); //$aioseop_options['aiosp_posttypecolumns'];
|
2077 |
+
$post_types=get_post_types('','names');
|
2078 |
+
$rempost = array('attachment','revision','nav_menu_item');
|
2079 |
+
$post_types = array_diff($post_types,$rempost);
|
2080 |
+
foreach ($post_types as $post_type ) {
|
2081 |
+
echo "<option ";
|
2082 |
+
if(is_array($aioseop_options['aiosp_posttypecolumns']) && in_array($post_type,$aioseop_options['aiosp_posttypecolumns'])) echo "selected ";
|
2083 |
+
echo "name=\"aiosp_posttypecolumns\">$post_type";
|
2084 |
+
}
|
2085 |
+
|
2086 |
+
?>
|
2087 |
+
</select>
|
2088 |
+
|
2089 |
+
<div style="max-width:500px; text-align:left; display:none" id="123_tip">
|
2090 |
+
<?php
|
2091 |
+
_e('Choose which post types you want to have SEO columns on the edit.php screen. You can select as many as you like.', 'all_in_one_seo_pack');
|
2092 |
+
?>
|
2093 |
+
</div>
|
2094 |
+
</td>
|
2095 |
+
</tr>
|
2096 |
|
2097 |
<tr>
|
2098 |
<th scope="row" style="text-align:right; vertical-align:top;">
|
2314 |
<td>
|
2315 |
<input type="checkbox" name="aiosp_donate" <?php if ($aioseop_options['aiosp_donate']) echo "checked=\"1\""; ?>/>
|
2316 |
<div style="max-width:500px; text-align:left; display:none" id="aiosp_donate_tip">
|
2317 |
+
<?php _e('All donations support continued development of this free software.', 'all_in_one_seo_pack'); ?>
|
|
|
|
|
2318 |
</div>
|
2319 |
</td>
|
2320 |
</tr>
|
2333 |
<?php } ?>
|
2334 |
|
2335 |
<p><br />
|
2336 |
+
<strong><?php _e('Check out these other great plugins!','all_in_one_seo_pack'); ?></strong><br />
|
2337 |
+
<a href="http://semperfiwebdesign.com/custom-applications/sms-text-message/" title="SMS Text Message WordPress plugin">SMS Text Message</a> - <?php _e('sends SMS updates to your readers','all_in_one_seo_pack'); ?><br />
|
2338 |
+
<a href="http://semperfiwebdesign.com/custom-applications/wp-security-scan/" title="WordPress Security">WordPress Security Scan</a> - <?php _e('provides vital security for your WordPress site','all_in_one_seo_pack'); ?>
|
2339 |
</p>
|
2340 |
</form>
|
2341 |
</div>
|
all_in_one_seo_pack.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
Plugin Name: All in One SEO Pack
|
6 |
Plugin URI: http://semperfiwebdesign.com
|
7 |
Description: Out-of-the-box SEO for your Wordpress blog. <a href="options-general.php?page=all-in-one-seo-pack/aioseop.class.php">Options configuration panel</a> | <a href="http://wpplugins.com/plugin/50/all-in-one-seo-pack-pro-version">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://semperfiwebdesign.com/forum/" >Support</a> | <a href="https://www.amazon.com/wishlist/1NFQ133FNCOOA/ref=wl_web" target="_blank" title="Amazon Wish List">Amazon Wishlist</a>
|
8 |
-
Version: 1.6.12.
|
9 |
Author: Michael Torbert
|
10 |
Author URI: http://michaeltorbert.com
|
11 |
*/
|
@@ -590,6 +590,9 @@ $naioseop_options = array(
|
|
590 |
"aiosp_enabled" =>0,
|
591 |
"aiosp_enablecpost" => 0,
|
592 |
"aiosp_use_tags_as_keywords" =>1,
|
|
|
|
|
|
|
593 |
"aiosp_do_log"=>null);
|
594 |
|
595 |
if(get_option('aiosp_post_title_format')){
|
@@ -631,6 +634,11 @@ function aioseop_activate_pl(){
|
|
631 |
if(get_option('aioseop_options')){
|
632 |
$aioseop_options = get_option('aioseop_options');
|
633 |
$aioseop_options['aiosp_enabled'] = "0";
|
|
|
|
|
|
|
|
|
|
|
634 |
update_option('aioseop_options',$aioseop_options);
|
635 |
}
|
636 |
}
|
@@ -640,7 +648,7 @@ if($aioseop_options['aiosp_can'] == '1' || $aioseop_options['aiosp_can'] == 'on'
|
|
640 |
}
|
641 |
|
642 |
function aioseop_get_version(){
|
643 |
-
return '1.6.12.
|
644 |
}
|
645 |
|
646 |
function add_plugin_row($links, $file) {
|
@@ -651,7 +659,77 @@ echo '</td>';
|
|
651 |
|
652 |
}
|
653 |
|
|
|
654 |
$aiosp = new All_in_One_SEO_Pack();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
655 |
add_filter('wp_list_pages', 'aioseop_list_pages');
|
656 |
add_action('edit_post', array($aiosp, 'post_meta_tags'));
|
657 |
add_action('publish_post', array($aiosp, 'post_meta_tags'));
|
5 |
Plugin Name: All in One SEO Pack
|
6 |
Plugin URI: http://semperfiwebdesign.com
|
7 |
Description: Out-of-the-box SEO for your Wordpress blog. <a href="options-general.php?page=all-in-one-seo-pack/aioseop.class.php">Options configuration panel</a> | <a href="http://wpplugins.com/plugin/50/all-in-one-seo-pack-pro-version">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://semperfiwebdesign.com/forum/" >Support</a> | <a href="https://www.amazon.com/wishlist/1NFQ133FNCOOA/ref=wl_web" target="_blank" title="Amazon Wish List">Amazon Wishlist</a>
|
8 |
+
Version: 1.6.12.2
|
9 |
Author: Michael Torbert
|
10 |
Author URI: http://michaeltorbert.com
|
11 |
*/
|
590 |
"aiosp_enabled" =>0,
|
591 |
"aiosp_enablecpost" => 0,
|
592 |
"aiosp_use_tags_as_keywords" =>1,
|
593 |
+
"aiosp_seopostcol" =>1,
|
594 |
+
"aiosp_seocustptcol" => 0,
|
595 |
+
"aiosp_posttypecolumns" => array('post','page'),
|
596 |
"aiosp_do_log"=>null);
|
597 |
|
598 |
if(get_option('aiosp_post_title_format')){
|
634 |
if(get_option('aioseop_options')){
|
635 |
$aioseop_options = get_option('aioseop_options');
|
636 |
$aioseop_options['aiosp_enabled'] = "0";
|
637 |
+
|
638 |
+
if(!$aioseop_options['aiosp_posttypecolumns']){
|
639 |
+
$aioseop_options['aiosp_posttypecolumns'] = array('post','page');
|
640 |
+
}
|
641 |
+
|
642 |
update_option('aioseop_options',$aioseop_options);
|
643 |
}
|
644 |
}
|
648 |
}
|
649 |
|
650 |
function aioseop_get_version(){
|
651 |
+
return '1.6.12.2';
|
652 |
}
|
653 |
|
654 |
function add_plugin_row($links, $file) {
|
659 |
|
660 |
}
|
661 |
|
662 |
+
|
663 |
$aiosp = new All_in_One_SEO_Pack();
|
664 |
+
|
665 |
+
////////new stuff
|
666 |
+
|
667 |
+
//add_action('quick_edit_custom_box','mys',10,2);
|
668 |
+
|
669 |
+
function mys($col, $type){
|
670 |
+
|
671 |
+
?>
|
672 |
+
|
673 |
+
|
674 |
+
<fieldset class="inline-edit-col-right"><div class="inline-edit-col">
|
675 |
+
<div class="inline-edit-group">
|
676 |
+
<label class="alignleft">
|
677 |
+
<input type="checkbox" value="1" name="aioseops" id="aioseos_check">
|
678 |
+
<span class="checkbox-title">stuff</span>
|
679 |
+
</label>
|
680 |
+
</div>
|
681 |
+
</fieldset>
|
682 |
+
<?php
|
683 |
+
}
|
684 |
+
|
685 |
+
|
686 |
+
add_action('load-edit.php','addmycolumns',1);
|
687 |
+
|
688 |
+
function addmycolumns(){
|
689 |
+
$aioseop_options = get_option('aioseop_options');
|
690 |
+
$aiosp_posttypecolumns = $aioseop_options['aiosp_posttypecolumns'];
|
691 |
+
//print_r($aiosp_posttypecolumns);
|
692 |
+
|
693 |
+
if ( !isset($_GET['post_type']) ) $post_type = 'post';
|
694 |
+
else $post_type = $_GET['post_type'];
|
695 |
+
|
696 |
+
|
697 |
+
if(is_array($aiosp_posttypecolumns) && in_array($post_type,$aiosp_posttypecolumns)) {
|
698 |
+
if($post_type == 'page'){
|
699 |
+
add_action('manage_pages_custom_column', 'aioseop_mrt_pccolumn', 10, 2);
|
700 |
+
add_filter('manage_pages_columns', 'aioseop_mrt_pcolumns');
|
701 |
+
|
702 |
+
}else{
|
703 |
+
add_action('manage_posts_custom_column', 'aioseop_mrt_pccolumn', 10, 2);
|
704 |
+
add_filter('manage_posts_columns', 'aioseop_mrt_pcolumns');
|
705 |
+
}
|
706 |
+
}
|
707 |
+
|
708 |
+
}
|
709 |
+
|
710 |
+
|
711 |
+
function aioseop_mrt_pcolumns($aioseopc) {
|
712 |
+
$aioseopc['seotitle'] = __('SEO Title');
|
713 |
+
$aioseopc['seokeywords'] = __('SEO Keywords');
|
714 |
+
$aioseopc['seodesc'] = __('SEO Description');
|
715 |
+
return $aioseopc;
|
716 |
+
}
|
717 |
+
|
718 |
+
function aioseop_mrt_pccolumn($aioseopcn, $aioseoppi) {
|
719 |
+
if( $aioseopcn == 'seotitle' ) {
|
720 |
+
echo get_post_meta($aioseoppi,'_aioseop_title',TRUE);
|
721 |
+
}
|
722 |
+
if( $aioseopcn == 'seokeywords' ) {
|
723 |
+
echo get_post_meta($aioseoppi,'_aioseop_keywords',TRUE);
|
724 |
+
}
|
725 |
+
if( $aioseopcn == 'seodesc' ) {
|
726 |
+
echo get_post_meta($aioseoppi,'_aioseop_description',TRUE);
|
727 |
+
}
|
728 |
+
|
729 |
+
}
|
730 |
+
|
731 |
+
|
732 |
+
///////end new stuff
|
733 |
add_filter('wp_list_pages', 'aioseop_list_pages');
|
734 |
add_action('edit_post', array($aiosp, 'post_meta_tags'));
|
735 |
add_action('publish_post', array($aiosp, 'post_meta_tags'));
|
all_in_one_seo_pack.pot
CHANGED
@@ -1,293 +1,588 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
"
|
10 |
-
"
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
msgid "
|
22 |
-
msgstr ""
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
msgid "
|
37 |
-
msgstr ""
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
msgid "
|
52 |
-
msgstr ""
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
msgid "
|
64 |
-
msgstr ""
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
msgstr ""
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
msgid "
|
82 |
-
msgstr ""
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
msgid "
|
94 |
-
msgstr ""
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
-
|
104 |
-
|
105 |
-
msgid "
|
106 |
-
msgstr ""
|
107 |
-
|
108 |
-
|
109 |
-
|
110 |
-
|
111 |
-
|
112 |
-
|
113 |
-
|
114 |
-
|
115 |
-
|
116 |
-
|
117 |
-
msgid "
|
118 |
-
msgstr ""
|
119 |
-
|
120 |
-
|
121 |
-
|
122 |
-
|
123 |
-
|
124 |
-
|
125 |
-
|
126 |
-
|
127 |
-
|
128 |
-
|
129 |
-
msgid "
|
130 |
-
msgstr ""
|
131 |
-
|
132 |
-
|
133 |
-
|
134 |
-
|
135 |
-
|
136 |
-
|
137 |
-
|
138 |
-
|
139 |
-
|
140 |
-
|
141 |
-
msgid "
|
142 |
-
msgstr ""
|
143 |
-
|
144 |
-
|
145 |
-
|
146 |
-
|
147 |
-
|
148 |
-
|
149 |
-
|
150 |
-
|
151 |
-
|
152 |
-
|
153 |
-
msgid "
|
154 |
-
msgstr ""
|
155 |
-
|
156 |
-
|
157 |
-
|
158 |
-
|
159 |
-
|
160 |
-
|
161 |
-
|
162 |
-
|
163 |
-
|
164 |
-
|
165 |
-
msgid "
|
166 |
-
msgstr ""
|
167 |
-
|
168 |
-
|
169 |
-
|
170 |
-
|
171 |
-
|
172 |
-
|
173 |
-
|
174 |
-
|
175 |
-
|
176 |
-
|
177 |
-
|
178 |
-
|
179 |
-
|
180 |
-
|
181 |
-
|
182 |
-
|
183 |
-
msgid "
|
184 |
-
msgstr ""
|
185 |
-
|
186 |
-
|
187 |
-
|
188 |
-
|
189 |
-
|
190 |
-
|
191 |
-
|
192 |
-
|
193 |
-
|
194 |
-
|
195 |
-
msgid "
|
196 |
-
msgstr ""
|
197 |
-
|
198 |
-
|
199 |
-
|
200 |
-
|
201 |
-
|
202 |
-
|
203 |
-
|
204 |
-
|
205 |
-
|
206 |
-
|
207 |
-
|
208 |
-
|
209 |
-
|
210 |
-
msgid "
|
211 |
-
msgstr ""
|
212 |
-
|
213 |
-
|
214 |
-
|
215 |
-
|
216 |
-
|
217 |
-
msgstr ""
|
218 |
-
|
219 |
-
|
220 |
-
|
221 |
-
|
222 |
-
|
223 |
-
|
224 |
-
|
225 |
-
|
226 |
-
|
227 |
-
|
228 |
-
|
229 |
-
|
230 |
-
|
231 |
-
msgid "
|
232 |
-
msgstr ""
|
233 |
-
|
234 |
-
|
235 |
-
|
236 |
-
|
237 |
-
|
238 |
-
|
239 |
-
|
240 |
-
|
241 |
-
|
242 |
-
|
243 |
-
msgid "
|
244 |
-
msgstr ""
|
245 |
-
|
246 |
-
|
247 |
-
|
248 |
-
|
249 |
-
|
250 |
-
|
251 |
-
|
252 |
-
|
253 |
-
|
254 |
-
|
255 |
-
|
256 |
-
|
257 |
-
|
258 |
-
|
259 |
-
msgstr ""
|
260 |
-
|
261 |
-
|
262 |
-
|
263 |
-
|
264 |
-
|
265 |
-
|
266 |
-
|
267 |
-
|
268 |
-
|
269 |
-
|
270 |
-
|
271 |
-
|
272 |
-
|
273 |
-
|
274 |
-
|
275 |
-
|
276 |
-
|
277 |
-
|
278 |
-
|
279 |
-
|
280 |
-
|
281 |
-
|
282 |
-
|
283 |
-
|
284 |
-
|
285 |
-
|
286 |
-
|
287 |
-
|
288 |
-
msgid "
|
289 |
-
msgstr ""
|
290 |
-
|
291 |
-
|
292 |
-
|
293 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Translation of the WordPress plugin by .
|
2 |
+
# Copyright (C) 2010
|
3 |
+
# This file is distributed under the same license as the package.
|
4 |
+
# FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
|
5 |
+
#
|
6 |
+
#, fuzzy
|
7 |
+
msgid ""
|
8 |
+
msgstr ""
|
9 |
+
"Project-Id-Version: \n"
|
10 |
+
"Report-Msgid-Bugs-To: http://wordpress.org/tag/all-in-one-seo-pack\n"
|
11 |
+
"POT-Creation-Date: 2010-07-21 00:26+0000\n"
|
12 |
+
"PO-Revision-Date: 2010-MO-DA HO:MI+ZONE\n"
|
13 |
+
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
14 |
+
"Language-Team: LANGUAGE <LL@li.org>\n"
|
15 |
+
"MIME-Version: 1.0\n"
|
16 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
17 |
+
"Content-Transfer-Encoding: 8bit\n"
|
18 |
+
|
19 |
+
#: aioseop.class.php:994
|
20 |
+
#, php-format
|
21 |
+
msgid "Could not download distribution (%s)"
|
22 |
+
msgstr ""
|
23 |
+
|
24 |
+
#: aioseop.class.php:997
|
25 |
+
#, php-format
|
26 |
+
msgid "Could not download distribution (%s): %s"
|
27 |
+
msgstr ""
|
28 |
+
|
29 |
+
#: aioseop.class.php:1004
|
30 |
+
#, php-format
|
31 |
+
msgid "Could not open %s for writing"
|
32 |
+
msgstr ""
|
33 |
+
|
34 |
+
#: aioseop.class.php:1006
|
35 |
+
#, php-format
|
36 |
+
msgid "Please make sure %s is writable"
|
37 |
+
msgstr ""
|
38 |
+
|
39 |
+
#: aioseop.class.php:1012
|
40 |
+
#, php-format
|
41 |
+
msgid "Could not write to %s"
|
42 |
+
msgstr ""
|
43 |
+
|
44 |
+
#: aioseop.class.php:1180 aioseop.class.php:1220 aioseop.class.php:1227
|
45 |
+
#: all_in_one_seo_pack.php:733 all_in_one_seo_pack.php:737
|
46 |
+
#: all_in_one_seo_pack.php:738
|
47 |
+
msgid "All in One SEO Pack"
|
48 |
+
msgstr ""
|
49 |
+
|
50 |
+
#: aioseop.class.php:1184 aioseop.class.php:1241 all_in_one_seo_pack.php:776
|
51 |
+
msgid "Title:"
|
52 |
+
msgstr ""
|
53 |
+
|
54 |
+
#: aioseop.class.php:1188 aioseop.class.php:1253 all_in_one_seo_pack.php:794
|
55 |
+
msgid "Keywords (comma separated):"
|
56 |
+
msgstr ""
|
57 |
+
|
58 |
+
#: aioseop.class.php:1233 all_in_one_seo_pack.php:768
|
59 |
+
msgid "Click here for Support"
|
60 |
+
msgstr ""
|
61 |
+
|
62 |
+
#: aioseop.class.php:1245 all_in_one_seo_pack.php:784
|
63 |
+
msgid "Description:"
|
64 |
+
msgstr ""
|
65 |
+
|
66 |
+
#: aioseop.class.php:1249 all_in_one_seo_pack.php:789
|
67 |
+
msgid ""
|
68 |
+
" characters. Most search engines use a maximum of 160 chars for the "
|
69 |
+
"description."
|
70 |
+
msgstr ""
|
71 |
+
|
72 |
+
#: aioseop.class.php:1260 all_in_one_seo_pack.php:811
|
73 |
+
msgid "Disable on this page/post:"
|
74 |
+
msgstr ""
|
75 |
+
|
76 |
+
#: aioseop.class.php:1268 all_in_one_seo_pack.php:800
|
77 |
+
msgid "Title Attribute:"
|
78 |
+
msgstr ""
|
79 |
+
|
80 |
+
#: aioseop.class.php:1272 all_in_one_seo_pack.php:805
|
81 |
+
msgid "Menu Label:"
|
82 |
+
msgstr ""
|
83 |
+
|
84 |
+
#: aioseop.class.php:1299
|
85 |
+
msgid "All in One SEO"
|
86 |
+
msgstr ""
|
87 |
+
|
88 |
+
#: aioseop.class.php:1341
|
89 |
+
msgid "All in One SEO Options Reset."
|
90 |
+
msgstr ""
|
91 |
+
|
92 |
+
#: aioseop.class.php:1384
|
93 |
+
msgid "All in One SEO Options Updated."
|
94 |
+
msgstr ""
|
95 |
+
|
96 |
+
#: aioseop.class.php:1443
|
97 |
+
msgid "All in One SEO Plugin Options"
|
98 |
+
msgstr ""
|
99 |
+
|
100 |
+
#: aioseop.class.php:1447
|
101 |
+
msgid "All in One SEO Plugin Release History"
|
102 |
+
msgstr ""
|
103 |
+
|
104 |
+
#: aioseop.class.php:1448
|
105 |
+
msgid "Changelog"
|
106 |
+
msgstr ""
|
107 |
+
|
108 |
+
#: aioseop.class.php:1450 aioseop.class.php:1451
|
109 |
+
msgid "FAQ"
|
110 |
+
msgstr ""
|
111 |
+
|
112 |
+
#: aioseop.class.php:1452
|
113 |
+
msgid "All in One SEO Plugin Support Forum"
|
114 |
+
msgstr ""
|
115 |
+
|
116 |
+
#: aioseop.class.php:1453
|
117 |
+
msgid "Support"
|
118 |
+
msgstr ""
|
119 |
+
|
120 |
+
#: aioseop.class.php:1454
|
121 |
+
msgid "All in One SEO Plugin Translations"
|
122 |
+
msgstr ""
|
123 |
+
|
124 |
+
#: aioseop.class.php:1455
|
125 |
+
msgid "Translations"
|
126 |
+
msgstr ""
|
127 |
+
|
128 |
+
#: aioseop.class.php:1456
|
129 |
+
msgid "Pro Version"
|
130 |
+
msgstr ""
|
131 |
+
|
132 |
+
#: aioseop.class.php:1457
|
133 |
+
msgid "UPGRADE TO PRO VERSION"
|
134 |
+
msgstr ""
|
135 |
+
|
136 |
+
#: aioseop.class.php:1481
|
137 |
+
msgid "Donate with Paypal"
|
138 |
+
msgstr ""
|
139 |
+
|
140 |
+
#: aioseop.class.php:1483
|
141 |
+
msgid "My Amazon Wish List"
|
142 |
+
msgstr ""
|
143 |
+
|
144 |
+
#: aioseop.class.php:1484
|
145 |
+
msgid "Follow us on Twitter"
|
146 |
+
msgstr ""
|
147 |
+
|
148 |
+
#: aioseop.class.php:1485
|
149 |
+
msgid "Follow Us on Twitter"
|
150 |
+
msgstr ""
|
151 |
+
|
152 |
+
#: aioseop.class.php:1493
|
153 |
+
msgid "iBlogPro theme"
|
154 |
+
msgstr ""
|
155 |
+
|
156 |
+
#: aioseop.class.php:1494
|
157 |
+
msgid "Pagelines Themes"
|
158 |
+
msgstr ""
|
159 |
+
|
160 |
+
#: aioseop.class.php:1495
|
161 |
+
msgid "WhiteHouse theme"
|
162 |
+
msgstr ""
|
163 |
+
|
164 |
+
#: aioseop.class.php:1532
|
165 |
+
msgid "Click on option titles to get help!"
|
166 |
+
msgstr ""
|
167 |
+
|
168 |
+
#: aioseop.class.php:1690 aioseop.class.php:1707 aioseop.class.php:1724
|
169 |
+
#: aioseop.class.php:1740 aioseop.class.php:1756 aioseop.class.php:1772
|
170 |
+
#: aioseop.class.php:1788 aioseop.class.php:1804 aioseop.class.php:1831
|
171 |
+
#: aioseop.class.php:1856 aioseop.class.php:1878 aioseop.class.php:1899
|
172 |
+
#: aioseop.class.php:1920 aioseop.class.php:1941 aioseop.class.php:1963
|
173 |
+
#: aioseop.class.php:1986 aioseop.class.php:2006 aioseop.class.php:2022
|
174 |
+
#: aioseop.class.php:2037 aioseop.class.php:2055 aioseop.class.php:2070
|
175 |
+
#: aioseop.class.php:2086 aioseop.class.php:2102 aioseop.class.php:2118
|
176 |
+
#: aioseop.class.php:2134 aioseop.class.php:2151 aioseop.class.php:2168
|
177 |
+
#: aioseop.class.php:2184 aioseop.class.php:2200 aioseop.class.php:2216
|
178 |
+
#: aioseop.class.php:2233
|
179 |
+
msgid "Click for Help!"
|
180 |
+
msgstr ""
|
181 |
+
|
182 |
+
#: aioseop.class.php:1691
|
183 |
+
msgid "I enjoy this plugin and have made a donation:"
|
184 |
+
msgstr ""
|
185 |
+
|
186 |
+
#: aioseop.class.php:1698 aioseop.class.php:2241
|
187 |
+
msgid "All donations support continued development of this free software."
|
188 |
+
msgstr ""
|
189 |
+
|
190 |
+
#: aioseop.class.php:1708
|
191 |
+
msgid "Plugin Status:"
|
192 |
+
msgstr ""
|
193 |
+
|
194 |
+
#: aioseop.class.php:1716
|
195 |
+
msgid "All in One SEO Pack must be enabled for use."
|
196 |
+
msgstr ""
|
197 |
+
|
198 |
+
#: aioseop.class.php:1725
|
199 |
+
msgid "Home Title:"
|
200 |
+
msgstr ""
|
201 |
+
|
202 |
+
#: aioseop.class.php:1732
|
203 |
+
msgid ""
|
204 |
+
"As the name implies, this will be the title of your homepage. This is "
|
205 |
+
"independent of any other option. If not set, the default blog title will get "
|
206 |
+
"used."
|
207 |
+
msgstr ""
|
208 |
+
|
209 |
+
#: aioseop.class.php:1741
|
210 |
+
msgid "Home Description:"
|
211 |
+
msgstr ""
|
212 |
+
|
213 |
+
#: aioseop.class.php:1748
|
214 |
+
msgid ""
|
215 |
+
"The META description for your homepage. Independent of any other options, "
|
216 |
+
"the default is no META description at all if this is not set."
|
217 |
+
msgstr ""
|
218 |
+
|
219 |
+
#: aioseop.class.php:1757
|
220 |
+
msgid "Home Keywords (comma separated):"
|
221 |
+
msgstr ""
|
222 |
+
|
223 |
+
#: aioseop.class.php:1764
|
224 |
+
msgid ""
|
225 |
+
"A comma separated list of your most important keywords for your site that "
|
226 |
+
"will be written as META keywords on your homepage. Don't stuff everything in "
|
227 |
+
"here."
|
228 |
+
msgstr ""
|
229 |
+
|
230 |
+
#: aioseop.class.php:1773
|
231 |
+
msgid "Canonical URLs:"
|
232 |
+
msgstr ""
|
233 |
+
|
234 |
+
#: aioseop.class.php:1780
|
235 |
+
msgid ""
|
236 |
+
"This option will automatically generate Canonical URLS for your entire "
|
237 |
+
"WordPress installation. This will help to prevent duplicate content "
|
238 |
+
"penalties by <a href='http://googlewebmastercentral.blogspot.com/2009/02/"
|
239 |
+
"specify-your-canonical.html' target='_blank'>Google</a>."
|
240 |
+
msgstr ""
|
241 |
+
|
242 |
+
#: aioseop.class.php:1789
|
243 |
+
msgid "Rewrite Titles:"
|
244 |
+
msgstr ""
|
245 |
+
|
246 |
+
#: aioseop.class.php:1796
|
247 |
+
msgid ""
|
248 |
+
"Note that this is all about the title tag. This is what you see in your "
|
249 |
+
"browser's window title bar. This is NOT visible on a page, only in the "
|
250 |
+
"window title bar and of course in the source. If set, all page, post, "
|
251 |
+
"category, search and archive page titles get rewritten. You can specify the "
|
252 |
+
"format for most of them. For example: The default templates puts the title "
|
253 |
+
"tag of posts like this: “Blog Archive >> Blog Name >> Post Title” (maybe "
|
254 |
+
"I've overdone slightly). This is far from optimal. With the default post "
|
255 |
+
"title format, Rewrite Title rewrites this to “Post Title | Blog Name”. "
|
256 |
+
"If you have manually defined a title (in one of the text fields for All in "
|
257 |
+
"One SEO Plugin input) this will become the title of your post in the format "
|
258 |
+
"string."
|
259 |
+
msgstr ""
|
260 |
+
|
261 |
+
#: aioseop.class.php:1805
|
262 |
+
msgid "Post Title Format:"
|
263 |
+
msgstr ""
|
264 |
+
|
265 |
+
#: aioseop.class.php:1812 aioseop.class.php:1839 aioseop.class.php:1864
|
266 |
+
#: aioseop.class.php:1886 aioseop.class.php:1907 aioseop.class.php:1928
|
267 |
+
#: aioseop.class.php:1949 aioseop.class.php:1971 aioseop.class.php:1995
|
268 |
+
msgid "The following macros are supported:"
|
269 |
+
msgstr ""
|
270 |
+
|
271 |
+
#: aioseop.class.php:1814 aioseop.class.php:1841 aioseop.class.php:1866
|
272 |
+
#: aioseop.class.php:1888 aioseop.class.php:1909 aioseop.class.php:1930
|
273 |
+
#: aioseop.class.php:1951 aioseop.class.php:1973
|
274 |
+
msgid "%blog_title% - Your blog title"
|
275 |
+
msgstr ""
|
276 |
+
|
277 |
+
#: aioseop.class.php:1815 aioseop.class.php:1842 aioseop.class.php:1867
|
278 |
+
#: aioseop.class.php:1889 aioseop.class.php:1910 aioseop.class.php:1931
|
279 |
+
#: aioseop.class.php:1952 aioseop.class.php:1974
|
280 |
+
msgid "%blog_description% - Your blog description"
|
281 |
+
msgstr ""
|
282 |
+
|
283 |
+
#: aioseop.class.php:1816
|
284 |
+
msgid "%post_title% - The original title of the post"
|
285 |
+
msgstr ""
|
286 |
+
|
287 |
+
#: aioseop.class.php:1817
|
288 |
+
msgid "%category_title% - The (main) category of the post"
|
289 |
+
msgstr ""
|
290 |
+
|
291 |
+
#: aioseop.class.php:1818
|
292 |
+
msgid "%category% - Alias for %category_title%"
|
293 |
+
msgstr ""
|
294 |
+
|
295 |
+
#: aioseop.class.php:1819
|
296 |
+
msgid "%post_author_login% - This post's author' login"
|
297 |
+
msgstr ""
|
298 |
+
|
299 |
+
#: aioseop.class.php:1820
|
300 |
+
msgid "%post_author_nicename% - This post's author' nicename"
|
301 |
+
msgstr ""
|
302 |
+
|
303 |
+
#: aioseop.class.php:1821
|
304 |
+
msgid "%post_author_firstname% - This post's author' first name (capitalized)"
|
305 |
+
msgstr ""
|
306 |
+
|
307 |
+
#: aioseop.class.php:1822
|
308 |
+
msgid "%post_author_lastname% - This post's author' last name (capitalized)"
|
309 |
+
msgstr ""
|
310 |
+
|
311 |
+
#: aioseop.class.php:1832
|
312 |
+
msgid "Page Title Format:"
|
313 |
+
msgstr ""
|
314 |
+
|
315 |
+
#: aioseop.class.php:1843
|
316 |
+
msgid "%page_title% - The original title of the page"
|
317 |
+
msgstr ""
|
318 |
+
|
319 |
+
#: aioseop.class.php:1844
|
320 |
+
msgid "%page_author_login% - This page's author' login"
|
321 |
+
msgstr ""
|
322 |
+
|
323 |
+
#: aioseop.class.php:1845
|
324 |
+
msgid "%page_author_nicename% - This page's author' nicename"
|
325 |
+
msgstr ""
|
326 |
+
|
327 |
+
#: aioseop.class.php:1846
|
328 |
+
msgid "%page_author_firstname% - This page's author' first name (capitalized)"
|
329 |
+
msgstr ""
|
330 |
+
|
331 |
+
#: aioseop.class.php:1847
|
332 |
+
msgid "%page_author_lastname% - This page's author' last name (capitalized)"
|
333 |
+
msgstr ""
|
334 |
+
|
335 |
+
#: aioseop.class.php:1857
|
336 |
+
msgid "Category Title Format:"
|
337 |
+
msgstr ""
|
338 |
+
|
339 |
+
#: aioseop.class.php:1868
|
340 |
+
msgid "%category_title% - The original title of the category"
|
341 |
+
msgstr ""
|
342 |
+
|
343 |
+
#: aioseop.class.php:1869
|
344 |
+
msgid "%category_description% - The description of the category"
|
345 |
+
msgstr ""
|
346 |
+
|
347 |
+
#: aioseop.class.php:1879
|
348 |
+
msgid "Archive Title Format:"
|
349 |
+
msgstr ""
|
350 |
+
|
351 |
+
#: aioseop.class.php:1890
|
352 |
+
msgid ""
|
353 |
+
"%date% - The original archive title given by wordpress, e.g. \"2007\" or "
|
354 |
+
"\"2007 August\""
|
355 |
+
msgstr ""
|
356 |
+
|
357 |
+
#: aioseop.class.php:1900
|
358 |
+
msgid "Tag Title Format:"
|
359 |
+
msgstr ""
|
360 |
+
|
361 |
+
#: aioseop.class.php:1911
|
362 |
+
msgid "%tag% - The name of the tag"
|
363 |
+
msgstr ""
|
364 |
+
|
365 |
+
#: aioseop.class.php:1921
|
366 |
+
msgid "Search Title Format:"
|
367 |
+
msgstr ""
|
368 |
+
|
369 |
+
#: aioseop.class.php:1932
|
370 |
+
msgid "%search% - What was searched for"
|
371 |
+
msgstr ""
|
372 |
+
|
373 |
+
#: aioseop.class.php:1942
|
374 |
+
msgid "Description Format:"
|
375 |
+
msgstr ""
|
376 |
+
|
377 |
+
#: aioseop.class.php:1953
|
378 |
+
msgid ""
|
379 |
+
"%description% - The original description as determined by the plugin, e.g. "
|
380 |
+
"the excerpt if one is set or an auto-generated one if that option is set"
|
381 |
+
msgstr ""
|
382 |
+
|
383 |
+
#: aioseop.class.php:1954
|
384 |
+
msgid "%wp_title% - The original wordpress title, e.g. post_title for posts"
|
385 |
+
msgstr ""
|
386 |
+
|
387 |
+
#: aioseop.class.php:1964
|
388 |
+
msgid "404 Title Format:"
|
389 |
+
msgstr ""
|
390 |
+
|
391 |
+
#: aioseop.class.php:1975
|
392 |
+
msgid ""
|
393 |
+
"%request_url% - The original URL path, like \"/url-that-does-not-exist/\""
|
394 |
+
msgstr ""
|
395 |
+
|
396 |
+
#: aioseop.class.php:1976
|
397 |
+
msgid ""
|
398 |
+
"%request_words% - The URL path in human readable form, like \"Url That Does "
|
399 |
+
"Not Exist\""
|
400 |
+
msgstr ""
|
401 |
+
|
402 |
+
#: aioseop.class.php:1977
|
403 |
+
msgid "%404_title% - Additional 404 title input\""
|
404 |
+
msgstr ""
|
405 |
+
|
406 |
+
#: aioseop.class.php:1987
|
407 |
+
msgid "Paged Format:"
|
408 |
+
msgstr ""
|
409 |
+
|
410 |
+
#: aioseop.class.php:1994
|
411 |
+
msgid ""
|
412 |
+
"This string gets appended/prepended to titles when they are for paged index "
|
413 |
+
"pages (like home or archive pages)."
|
414 |
+
msgstr ""
|
415 |
+
|
416 |
+
#: aioseop.class.php:1997
|
417 |
+
msgid "%page% - The page number"
|
418 |
+
msgstr ""
|
419 |
+
|
420 |
+
#: aioseop.class.php:2007
|
421 |
+
msgid "SEO for Custom Post Types:"
|
422 |
+
msgstr ""
|
423 |
+
|
424 |
+
#: aioseop.class.php:2013
|
425 |
+
msgid ""
|
426 |
+
"Check this if you want your enable AIOSEOP support for Custom Post Types on "
|
427 |
+
"this site."
|
428 |
+
msgstr ""
|
429 |
+
|
430 |
+
#: aioseop.class.php:2023
|
431 |
+
msgid "Use Categories for META keywords:"
|
432 |
+
msgstr ""
|
433 |
+
|
434 |
+
#: aioseop.class.php:2029
|
435 |
+
msgid ""
|
436 |
+
"Check this if you want your categories for a given post used as the META "
|
437 |
+
"keywords for this post (in addition to any keywords and tags you specify on "
|
438 |
+
"the post edit page)."
|
439 |
+
msgstr ""
|
440 |
+
|
441 |
+
#: aioseop.class.php:2038
|
442 |
+
msgid "Use Tags for META keywords:"
|
443 |
+
msgstr ""
|
444 |
+
|
445 |
+
#: aioseop.class.php:2044
|
446 |
+
msgid ""
|
447 |
+
"Check this if you want your tags for a given post used as the META keywords "
|
448 |
+
"for this post (in addition to any keywords you specify on the post edit "
|
449 |
+
"page)."
|
450 |
+
msgstr ""
|
451 |
+
|
452 |
+
#: aioseop.class.php:2056
|
453 |
+
msgid "Dynamically Generate Keywords for Posts Page:"
|
454 |
+
msgstr ""
|
455 |
+
|
456 |
+
#: aioseop.class.php:2062
|
457 |
+
msgid ""
|
458 |
+
"Check this if you want your keywords on a custom posts page (set it in "
|
459 |
+
"options->reading) to be dynamically generated from the keywords of the posts "
|
460 |
+
"showing on that page. If unchecked, it will use the keywords set in the "
|
461 |
+
"edit page screen for the posts page."
|
462 |
+
msgstr ""
|
463 |
+
|
464 |
+
#: aioseop.class.php:2071
|
465 |
+
msgid "Use noindex for Categories:"
|
466 |
+
msgstr ""
|
467 |
+
|
468 |
+
#: aioseop.class.php:2078
|
469 |
+
msgid ""
|
470 |
+
"Check this for excluding category pages from being crawled. Useful for "
|
471 |
+
"avoiding duplicate content."
|
472 |
+
msgstr ""
|
473 |
+
|
474 |
+
#: aioseop.class.php:2087
|
475 |
+
msgid "Use noindex for Archives:"
|
476 |
+
msgstr ""
|
477 |
+
|
478 |
+
#: aioseop.class.php:2094
|
479 |
+
msgid ""
|
480 |
+
"Check this for excluding archive pages from being crawled. Useful for "
|
481 |
+
"avoiding duplicate content."
|
482 |
+
msgstr ""
|
483 |
+
|
484 |
+
#: aioseop.class.php:2103
|
485 |
+
msgid "Use noindex for Tag Archives:"
|
486 |
+
msgstr ""
|
487 |
+
|
488 |
+
#: aioseop.class.php:2110
|
489 |
+
msgid ""
|
490 |
+
"Check this for excluding tag pages from being crawled. Useful for avoiding "
|
491 |
+
"duplicate content."
|
492 |
+
msgstr ""
|
493 |
+
|
494 |
+
#: aioseop.class.php:2119
|
495 |
+
msgid "Autogenerate Descriptions:"
|
496 |
+
msgstr ""
|
497 |
+
|
498 |
+
#: aioseop.class.php:2126
|
499 |
+
msgid ""
|
500 |
+
"Check this and your META descriptions will get autogenerated if there's no "
|
501 |
+
"excerpt."
|
502 |
+
msgstr ""
|
503 |
+
|
504 |
+
#: aioseop.class.php:2135
|
505 |
+
msgid "Capitalize Category Titles:"
|
506 |
+
msgstr ""
|
507 |
+
|
508 |
+
#: aioseop.class.php:2142
|
509 |
+
msgid ""
|
510 |
+
"Check this and Category Titles will have the first letter of each word "
|
511 |
+
"capitalized."
|
512 |
+
msgstr ""
|
513 |
+
|
514 |
+
#: aioseop.class.php:2152
|
515 |
+
msgid "Exclude Pages:"
|
516 |
+
msgstr ""
|
517 |
+
|
518 |
+
#: aioseop.class.php:2159
|
519 |
+
msgid ""
|
520 |
+
"Enter any comma separated pages here to be excluded by All in One SEO Pack. "
|
521 |
+
"This is helpful when using plugins which generate their own non-WordPress "
|
522 |
+
"dynamic pages. Ex: <em>/forum/,/contact/</em> For instance, if you want to "
|
523 |
+
"exclude the virtual pages generated by a forum plugin, all you have to do is "
|
524 |
+
"give forum or /forum or /forum/ or and any URL with the word \"forum\" in "
|
525 |
+
"it, such as http://mysite.com/forum or http://mysite.com/forum/someforumpage "
|
526 |
+
"will be excluded from All in One SEO Pack."
|
527 |
+
msgstr ""
|
528 |
+
|
529 |
+
#: aioseop.class.php:2169
|
530 |
+
msgid "Additional Post Headers:"
|
531 |
+
msgstr ""
|
532 |
+
|
533 |
+
#: aioseop.class.php:2176
|
534 |
+
msgid ""
|
535 |
+
"What you enter here will be copied verbatim to your header on post pages. "
|
536 |
+
"You can enter whatever additional headers you want here, even references to "
|
537 |
+
"stylesheets."
|
538 |
+
msgstr ""
|
539 |
+
|
540 |
+
#: aioseop.class.php:2185
|
541 |
+
msgid "Additional Page Headers:"
|
542 |
+
msgstr ""
|
543 |
+
|
544 |
+
#: aioseop.class.php:2192
|
545 |
+
msgid ""
|
546 |
+
"What you enter here will be copied verbatim to your header on pages. You can "
|
547 |
+
"enter whatever additional headers you want here, even references to "
|
548 |
+
"stylesheets."
|
549 |
+
msgstr ""
|
550 |
+
|
551 |
+
#: aioseop.class.php:2201
|
552 |
+
msgid "Additional Home Headers:"
|
553 |
+
msgstr ""
|
554 |
+
|
555 |
+
#: aioseop.class.php:2208
|
556 |
+
msgid ""
|
557 |
+
"What you enter here will be copied verbatim to your header on the home page. "
|
558 |
+
"You can enter whatever additional headers you want here, even references to "
|
559 |
+
"stylesheets."
|
560 |
+
msgstr ""
|
561 |
+
|
562 |
+
#: aioseop.class.php:2217
|
563 |
+
msgid "Log important events:"
|
564 |
+
msgstr ""
|
565 |
+
|
566 |
+
#: aioseop.class.php:2224
|
567 |
+
msgid ""
|
568 |
+
"Check this and SEO pack will create a log of important events "
|
569 |
+
"(all_in_one_seo_pack.log) in its plugin directory which might help debugging "
|
570 |
+
"it. Make sure this directory is writable."
|
571 |
+
msgstr ""
|
572 |
+
|
573 |
+
#: aioseop.class.php:2234
|
574 |
+
msgid "Thank you for your donation:"
|
575 |
+
msgstr ""
|
576 |
+
|
577 |
+
#: aioseop.class.php:2255
|
578 |
+
msgid "Update Options"
|
579 |
+
msgstr ""
|
580 |
+
|
581 |
+
#: aioseop.class.php:2256
|
582 |
+
msgid "Reset Settings to Defaults"
|
583 |
+
msgstr ""
|
584 |
+
|
585 |
+
#: all_in_one_seo_pack.php:779
|
586 |
+
msgid ""
|
587 |
+
" characters. Most search engines use a maximum of 60 chars for the title."
|
588 |
+
msgstr ""
|
readme.txt
CHANGED
@@ -22,6 +22,7 @@ Automatically optimizes your Wordpress blog for Search Engines (Search Engine Op
|
|
22 |
Some features:
|
23 |
|
24 |
|
|
|
25 |
* Support for Custom Post Types
|
26 |
* Advanced Canonical URLs
|
27 |
* Fine tune Page Navigational Links
|
22 |
Some features:
|
23 |
|
24 |
|
25 |
+
* Works with [Scribe SEO](http://semperfiwebdesign.com/scribeseo/)
|
26 |
* Support for Custom Post Types
|
27 |
* Advanced Canonical URLs
|
28 |
* Fine tune Page Navigational Links
|