All in One SEO Pack - Version 1.3.5.8

Version Description

Download this release

Release Info

Developer uberdose
Plugin Icon 128x128 All in One SEO Pack
Version 1.3.5.8
Comparing to
See all releases

Code changes from version 1.3.5.7 to 1.3.5.8

all_in_one_seo_pack-tr_TR.mo CHANGED
Binary file
all_in_one_seo_pack.php CHANGED
@@ -4,7 +4,7 @@
4
  Plugin Name: All in One SEO Pack
5
  Plugin URI: http://wp.uberdose.com/2007/03/24/all-in-one-seo-pack/
6
  Description: Out-of-the-box SEO for your Wordpress blog.
7
- Version: 1.3.5.7
8
  Author: uberdose
9
  Author URI: http://wp.uberdose.com/
10
  */
@@ -28,7 +28,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
28
 
29
  class All_in_One_SEO_Pack {
30
 
31
- var $version = "1.3.5.7";
32
 
33
  /**
34
  * Max numbers of chars in auto-generated description.
@@ -762,7 +762,7 @@ href="http://wp.uberdose.com/2007/10/02/translations-for-all-in-one-seo-pack/"><
762
  </td>
763
  <td>
764
  <textarea cols="60" rows="2" name="aiosp_home_title"><?php echo stripcslashes(get_option('aiosp_home_title')); ?></textarea>
765
- <div style="text-align:left; display:none" id="aiosp_home_title_tip">
766
  <?php
767
  _e('As the name implies, this will be the title of your homepage. This is independent of any other option. If not set, the default blog title will get used.', 'all_in_one_seo_pack');
768
  ?>
@@ -778,7 +778,7 @@ _e('As the name implies, this will be the title of your homepage. This is indepe
778
  </td>
779
  <td>
780
  <textarea cols="60" rows="2" name="aiosp_home_description"><?php echo stripcslashes(get_option('aiosp_home_description')); ?></textarea>
781
- <div style="text-align:left; display:none" id="aiosp_home_description_tip">
782
  <?php
783
  _e('The META description for your homepage. Independent of any other options, the default is no META description at all if this is not set.', 'all_in_one_seo_pack');
784
  ?>
@@ -794,7 +794,7 @@ _e('The META description for your homepage. Independent of any other options, th
794
  </td>
795
  <td>
796
  <textarea cols="60" rows="2" name="aiosp_home_keywords"><?php echo stripcslashes(get_option('aiosp_home_keywords')); ?></textarea>
797
- <div style="text-align:left; display:none" id="aiosp_home_keywords_tip">
798
  <?php
799
  _e('A comma separated list of your most important keywords for your site that will be written as META keywords on your homepage. Don’t stuff everything in here.', 'all_in_one_seo_pack');
800
  ?>
@@ -810,7 +810,7 @@ _e('A comma separated list of your most important keywords for your site that wi
810
  </td>
811
  <td>
812
  <input type="checkbox" name="aiosp_rewrite_titles" <?php if (get_option('aiosp_rewrite_titles')) echo "checked=\"1\""; ?>/>
813
- <div style="text-align:left; display:none" id="aiosp_rewrite_titles_tip">
814
  <?php
815
  _e('Note that this is all about the title tag. This is what you see in your browser’s window title bar. This is NOT visible on a page, only in the window title bar and of course in the source. If set, all page, post, category, search and archive page titles get rewritten. You can specify the format for most of them. For example: The default templates puts the title tag of posts like this: “Blog Archive >> Blog Name >> Post Title” (maybe I’ve overdone slightly). This is far from optimal. With the default post title format, Rewrite Title rewrites this to “Post Title | Blog Name”. If you have manually defined a title (in one of the text fields for All in One SEO Plugin input) this will become the title of your post in the format string.', 'all_in_one_seo_pack');
816
  ?>
@@ -826,7 +826,7 @@ _e('Note that this is all about the title tag. This is what you see in your brow
826
  </td>
827
  <td>
828
  <input size="59" name="aiosp_post_title_format" value="<?php echo stripcslashes(get_option('aiosp_post_title_format')); ?>"/>
829
- <div style="text-align:left; display:none" id="aiosp_post_title_format_tip">
830
  <?php
831
  _e('The following macros are supported:', 'all_in_one_seo_pack');
832
  echo('<ul>');
@@ -849,7 +849,7 @@ echo('</ul>');
849
  </td>
850
  <td>
851
  <input size="59" name="aiosp_page_title_format" value="<?php echo stripcslashes(get_option('aiosp_page_title_format')); ?>"/>
852
- <div style="text-align:left; display:none" id="aiosp_page_title_format_tip">
853
  <?php
854
  _e('The following macros are supported:', 'all_in_one_seo_pack');
855
  echo('<ul>');
@@ -870,7 +870,7 @@ echo('</ul>');
870
  </td>
871
  <td>
872
  <input size="59" name="aiosp_category_title_format" value="<?php echo stripcslashes(get_option('aiosp_category_title_format')); ?>"/>
873
- <div style="text-align:left; display:none" id="aiosp_category_title_format_tip">
874
  <?php
875
  _e('The following macros are supported:', 'all_in_one_seo_pack');
876
  echo('<ul>');
@@ -892,7 +892,7 @@ echo('</ul>');
892
  </td>
893
  <td>
894
  <input size="59" name="aiosp_archive_title_format" value="<?php echo stripcslashes(get_option('aiosp_archive_title_format')); ?>"/>
895
- <div style="text-align:left; display:none" id="aiosp_archive_title_format_tip">
896
  <?php
897
  _e('The following macros are supported:', 'all_in_one_seo_pack');
898
  echo('<ul>');
@@ -913,7 +913,7 @@ echo('</ul>');
913
  </td>
914
  <td>
915
  <input size="59" name="aiosp_tag_title_format" value="<?php echo stripcslashes(get_option('aiosp_tag_title_format')); ?>"/>
916
- <div style="text-align:left; display:none" id="aiosp_tag_title_format_tip">
917
  <?php
918
  _e('The following macros are supported:', 'all_in_one_seo_pack');
919
  echo('<ul>');
@@ -934,7 +934,7 @@ echo('</ul>');
934
  </td>
935
  <td>
936
  <input size="59" name="aiosp_search_title_format" value="<?php echo stripcslashes(get_option('aiosp_search_title_format')); ?>"/>
937
- <div style="text-align:left; display:none" id="aiosp_search_title_format_tip">
938
  <?php
939
  _e('The following macros are supported:', 'all_in_one_seo_pack');
940
  echo('<ul>');
@@ -955,7 +955,7 @@ echo('</ul>');
955
  </td>
956
  <td>
957
  <input size="59" name="aiosp_description_format" value="<?php echo stripcslashes(get_option('aiosp_description_format')); ?>"/>
958
- <div style="text-align:left; display:none" id="aiosp_description_format_tip">
959
  <?php
960
  _e('The following macros are supported:', 'all_in_one_seo_pack');
961
  echo('<ul>');
@@ -976,7 +976,7 @@ echo('</ul>');
976
  </td>
977
  <td>
978
  <input size="59" name="aiosp_404_title_format" value="<?php echo stripcslashes(get_option('aiosp_404_title_format')); ?>"/>
979
- <div style="text-align:left; display:none" id="aiosp_404_title_format_tip">
980
  <?php
981
  _e('The following macros are supported:', 'all_in_one_seo_pack');
982
  echo('<ul>');
@@ -997,7 +997,7 @@ echo('</ul>');
997
  </td>
998
  <td>
999
  <input type="checkbox" name="aiosp_use_categories" <?php if (get_option('aiosp_use_categories')) echo "checked=\"1\""; ?>/>
1000
- <div style="text-align:left; display:none" id="aiosp_use_categories_tip">
1001
  <?php
1002
  _e('Check this if you want your categories for a given post used as the META keywords for this post (in addition to any keywords and tags you specify on the post edit page).', 'all_in_one_seo_pack');
1003
  ?>
@@ -1013,7 +1013,7 @@ _e('Check this if you want your categories for a given post used as the META key
1013
  </td>
1014
  <td>
1015
  <input type="checkbox" name="aiosp_category_noindex" <?php if (get_option('aiosp_category_noindex')) echo "checked=\"1\""; ?>/>
1016
- <div style="text-align:left; display:none" id="aiosp_category_noindex_tip">
1017
  <?php
1018
  _e('Check this for excluding category pages from being crawled. Useful for avoiding duplicate content.', 'all_in_one_seo_pack');
1019
  ?>
@@ -1029,7 +1029,7 @@ _e('Check this for excluding category pages from being crawled. Useful for avoid
1029
  </td>
1030
  <td>
1031
  <input type="checkbox" name="aiosp_archive_noindex" <?php if (get_option('aiosp_archive_noindex')) echo "checked=\"1\""; ?>/>
1032
- <div style="text-align:left; display:none" id="aiosp_archive_noindex_tip">
1033
  <?php
1034
  _e('Check this for excluding archive pages from being crawled. Useful for avoiding duplicate content.', 'all_in_one_seo_pack');
1035
  ?>
@@ -1045,7 +1045,7 @@ _e('Check this for excluding archive pages from being crawled. Useful for avoidi
1045
  </td>
1046
  <td>
1047
  <input type="checkbox" name="aiosp_tags_noindex" <?php if (get_option('aiosp_tags_noindex')) echo "checked=\"1\""; ?>/>
1048
- <div style="text-align:left; display:none" id="aiosp_tags_noindex_tip">
1049
  <?php
1050
  _e('Check this for excluding tag pages from being crawled. Useful for avoiding duplicate content.', 'all_in_one_seo_pack');
1051
  ?>
@@ -1061,7 +1061,7 @@ _e('Check this for excluding tag pages from being crawled. Useful for avoiding d
1061
  </td>
1062
  <td>
1063
  <input type="checkbox" name="aiosp_generate_descriptions" <?php if (get_option('aiosp_generate_descriptions')) echo "checked=\"1\""; ?>/>
1064
- <div style="text-align:left; display:none" id="aiosp_generate_descriptions_tip">
1065
  <?php
1066
  _e('Check this and your META descriptions will get autogenerated if there’s no excerpt.', 'all_in_one_seo_pack');
1067
  ?>
4
  Plugin Name: All in One SEO Pack
5
  Plugin URI: http://wp.uberdose.com/2007/03/24/all-in-one-seo-pack/
6
  Description: Out-of-the-box SEO for your Wordpress blog.
7
+ Version: 1.3.5.8
8
  Author: uberdose
9
  Author URI: http://wp.uberdose.com/
10
  */
28
 
29
  class All_in_One_SEO_Pack {
30
 
31
+ var $version = "1.3.5.8";
32
 
33
  /**
34
  * Max numbers of chars in auto-generated description.
762
  </td>
763
  <td>
764
  <textarea cols="60" rows="2" name="aiosp_home_title"><?php echo stripcslashes(get_option('aiosp_home_title')); ?></textarea>
765
+ <div style="max-width:500px; text-align:left; display:none" id="aiosp_home_title_tip">
766
  <?php
767
  _e('As the name implies, this will be the title of your homepage. This is independent of any other option. If not set, the default blog title will get used.', 'all_in_one_seo_pack');
768
  ?>
778
  </td>
779
  <td>
780
  <textarea cols="60" rows="2" name="aiosp_home_description"><?php echo stripcslashes(get_option('aiosp_home_description')); ?></textarea>
781
+ <div style="max-width:500px; text-align:left; display:none" id="aiosp_home_description_tip">
782
  <?php
783
  _e('The META description for your homepage. Independent of any other options, the default is no META description at all if this is not set.', 'all_in_one_seo_pack');
784
  ?>
794
  </td>
795
  <td>
796
  <textarea cols="60" rows="2" name="aiosp_home_keywords"><?php echo stripcslashes(get_option('aiosp_home_keywords')); ?></textarea>
797
+ <div style="max-width:500px; text-align:left; display:none" id="aiosp_home_keywords_tip">
798
  <?php
799
  _e('A comma separated list of your most important keywords for your site that will be written as META keywords on your homepage. Don’t stuff everything in here.', 'all_in_one_seo_pack');
800
  ?>
810
  </td>
811
  <td>
812
  <input type="checkbox" name="aiosp_rewrite_titles" <?php if (get_option('aiosp_rewrite_titles')) echo "checked=\"1\""; ?>/>
813
+ <div style="max-width:500px; text-align:left; display:none" id="aiosp_rewrite_titles_tip">
814
  <?php
815
  _e('Note that this is all about the title tag. This is what you see in your browser’s window title bar. This is NOT visible on a page, only in the window title bar and of course in the source. If set, all page, post, category, search and archive page titles get rewritten. You can specify the format for most of them. For example: The default templates puts the title tag of posts like this: “Blog Archive >> Blog Name >> Post Title” (maybe I’ve overdone slightly). This is far from optimal. With the default post title format, Rewrite Title rewrites this to “Post Title | Blog Name”. If you have manually defined a title (in one of the text fields for All in One SEO Plugin input) this will become the title of your post in the format string.', 'all_in_one_seo_pack');
816
  ?>
826
  </td>
827
  <td>
828
  <input size="59" name="aiosp_post_title_format" value="<?php echo stripcslashes(get_option('aiosp_post_title_format')); ?>"/>
829
+ <div style="max-width:500px; text-align:left; display:none" id="aiosp_post_title_format_tip">
830
  <?php
831
  _e('The following macros are supported:', 'all_in_one_seo_pack');
832
  echo('<ul>');
849
  </td>
850
  <td>
851
  <input size="59" name="aiosp_page_title_format" value="<?php echo stripcslashes(get_option('aiosp_page_title_format')); ?>"/>
852
+ <div style="max-width:500px; text-align:left; display:none" id="aiosp_page_title_format_tip">
853
  <?php
854
  _e('The following macros are supported:', 'all_in_one_seo_pack');
855
  echo('<ul>');
870
  </td>
871
  <td>
872
  <input size="59" name="aiosp_category_title_format" value="<?php echo stripcslashes(get_option('aiosp_category_title_format')); ?>"/>
873
+ <div style="max-width:500px; text-align:left; display:none" id="aiosp_category_title_format_tip">
874
  <?php
875
  _e('The following macros are supported:', 'all_in_one_seo_pack');
876
  echo('<ul>');
892
  </td>
893
  <td>
894
  <input size="59" name="aiosp_archive_title_format" value="<?php echo stripcslashes(get_option('aiosp_archive_title_format')); ?>"/>
895
+ <div style="max-width:500px; text-align:left; display:none" id="aiosp_archive_title_format_tip">
896
  <?php
897
  _e('The following macros are supported:', 'all_in_one_seo_pack');
898
  echo('<ul>');
913
  </td>
914
  <td>
915
  <input size="59" name="aiosp_tag_title_format" value="<?php echo stripcslashes(get_option('aiosp_tag_title_format')); ?>"/>
916
+ <div style="max-width:500px; text-align:left; display:none" id="aiosp_tag_title_format_tip">
917
  <?php
918
  _e('The following macros are supported:', 'all_in_one_seo_pack');
919
  echo('<ul>');
934
  </td>
935
  <td>
936
  <input size="59" name="aiosp_search_title_format" value="<?php echo stripcslashes(get_option('aiosp_search_title_format')); ?>"/>
937
+ <div style="max-width:500px; text-align:left; display:none" id="aiosp_search_title_format_tip">
938
  <?php
939
  _e('The following macros are supported:', 'all_in_one_seo_pack');
940
  echo('<ul>');
955
  </td>
956
  <td>
957
  <input size="59" name="aiosp_description_format" value="<?php echo stripcslashes(get_option('aiosp_description_format')); ?>"/>
958
+ <div style="max-width:500px; text-align:left; display:none" id="aiosp_description_format_tip">
959
  <?php
960
  _e('The following macros are supported:', 'all_in_one_seo_pack');
961
  echo('<ul>');
976
  </td>
977
  <td>
978
  <input size="59" name="aiosp_404_title_format" value="<?php echo stripcslashes(get_option('aiosp_404_title_format')); ?>"/>
979
+ <div style="max-width:500px; text-align:left; display:none" id="aiosp_404_title_format_tip">
980
  <?php
981
  _e('The following macros are supported:', 'all_in_one_seo_pack');
982
  echo('<ul>');
997
  </td>
998
  <td>
999
  <input type="checkbox" name="aiosp_use_categories" <?php if (get_option('aiosp_use_categories')) echo "checked=\"1\""; ?>/>
1000
+ <div style="max-width:500px; text-align:left; display:none" id="aiosp_use_categories_tip">
1001
  <?php
1002
  _e('Check this if you want your categories for a given post used as the META keywords for this post (in addition to any keywords and tags you specify on the post edit page).', 'all_in_one_seo_pack');
1003
  ?>
1013
  </td>
1014
  <td>
1015
  <input type="checkbox" name="aiosp_category_noindex" <?php if (get_option('aiosp_category_noindex')) echo "checked=\"1\""; ?>/>
1016
+ <div style="max-width:500px; text-align:left; display:none" id="aiosp_category_noindex_tip">
1017
  <?php
1018
  _e('Check this for excluding category pages from being crawled. Useful for avoiding duplicate content.', 'all_in_one_seo_pack');
1019
  ?>
1029
  </td>
1030
  <td>
1031
  <input type="checkbox" name="aiosp_archive_noindex" <?php if (get_option('aiosp_archive_noindex')) echo "checked=\"1\""; ?>/>
1032
+ <div style="max-width:500px; text-align:left; display:none" id="aiosp_archive_noindex_tip">
1033
  <?php
1034
  _e('Check this for excluding archive pages from being crawled. Useful for avoiding duplicate content.', 'all_in_one_seo_pack');
1035
  ?>
1045
  </td>
1046
  <td>
1047
  <input type="checkbox" name="aiosp_tags_noindex" <?php if (get_option('aiosp_tags_noindex')) echo "checked=\"1\""; ?>/>
1048
+ <div style="max-width:500px; text-align:left; display:none" id="aiosp_tags_noindex_tip">
1049
  <?php
1050
  _e('Check this for excluding tag pages from being crawled. Useful for avoiding duplicate content.', 'all_in_one_seo_pack');
1051
  ?>
1061
  </td>
1062
  <td>
1063
  <input type="checkbox" name="aiosp_generate_descriptions" <?php if (get_option('aiosp_generate_descriptions')) echo "checked=\"1\""; ?>/>
1064
+ <div style="max-width:500px; text-align:left; display:none" id="aiosp_generate_descriptions_tip">
1065
  <?php
1066
  _e('Check this and your META descriptions will get autogenerated if there’s no excerpt.', 'all_in_one_seo_pack');
1067
  ?>
all_in_one_seo_pack.pot ADDED
@@ -0,0 +1,197 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: all in one seo pack\n"
4
+ "POT-Creation-Date: \n"
5
+ "PO-Revision-Date: 2007-10-26 15:54+0800\n"
6
+ "Last-Translator: Leo <skyros@gmail.com>\n"
7
+ "Language-Team: WordPress 中文团队\n"
8
+ "MIME-Version: 1.0\n"
9
+ "Content-Type: text/plain; charset=utf-8\n"
10
+ "Content-Transfer-Encoding: 8bit\n"
11
+ "X-Poedit-Language: \n"
12
+ "X-Poedit-Country: \n"
13
+ "X-Poedit-SourceCharset: utf-8\n"
14
+ "X-Poedit-KeywordsList: __;_e\n"
15
+ "X-Poedit-Basepath: .\n"
16
+ "X-Poedit-SearchPath-0: \n"
17
+
18
+ msgid "All in One SEO Pack"
19
+ msgstr ""
20
+
21
+ msgid "Title:"
22
+ msgstr ""
23
+
24
+ msgid "Keywords (comma separated):"
25
+ msgstr ""
26
+
27
+ msgid "Description:"
28
+ msgstr ""
29
+
30
+ msgid " characters left (most search engines use a maximum of 160 chars for the description)"
31
+ msgstr ""
32
+
33
+ msgid "All in One SEO"
34
+ msgstr ""
35
+
36
+ msgid "All in One SEO Options Updated."
37
+ msgstr ""
38
+
39
+ msgid "All in One SEO Plugin Options"
40
+ msgstr ""
41
+
42
+ msgid "This is version "
43
+ msgstr ""
44
+
45
+ msgid "All in One SEO Plugin Release History"
46
+ msgstr ""
47
+
48
+ msgid "All in One SEO Plugin Help"
49
+ msgstr ""
50
+
51
+ msgid "Help"
52
+ msgstr ""
53
+
54
+ msgid "FAQ"
55
+ msgstr ""
56
+
57
+ msgid "All in One SEO Plugin Feedback"
58
+ msgstr ""
59
+
60
+ msgid "Feedback"
61
+ msgstr ""
62
+
63
+ msgid "All in One SEO Plugin Translations"
64
+ msgstr ""
65
+
66
+ msgid "Translations"
67
+ msgstr ""
68
+
69
+ msgid "Click for Help!"
70
+ msgstr ""
71
+
72
+ msgid "Home Title:"
73
+ msgstr ""
74
+
75
+ msgid "As the name implies, this will be the title of your homepage. This is independent of any other option. If not set, the default blog title will get used."
76
+ msgstr ""
77
+
78
+ msgid "Home Description:"
79
+ msgstr ""
80
+
81
+ msgid "The META description for your homepage. Independent of any other options, the default is no META description at all if this is not set."
82
+ msgstr ""
83
+
84
+ msgid "Home Keywords (comma separated):"
85
+ msgstr ""
86
+
87
+ msgid "A comma separated list of your most important keywords for your site that will be written as META keywords on your homepage. Don’t stuff everything in here."
88
+ msgstr ""
89
+
90
+ msgid "Rewrite Titles:"
91
+ msgstr ""
92
+
93
+ msgid "Note that this is all about the title tag. This is what you see in your browser’s window title bar. This is NOT visible on a page, only in the window title bar and of course in the source. If set, all page, post, category, search and archive page titles get rewritten. You can specify the format for most of them. For example: The default templates puts the title tag of posts like this: “Blog Archive >> Blog Name >> Post Title” (maybe I’ve overdone slightly). This is far from optimal. With the default post title format, Rewrite Title rewrites this to “Post Title | Blog Name”. If you have manually defined a title (in one of the text fields for All in One SEO Plugin input) this will become the title of your post in the format string."
94
+ msgstr ""
95
+
96
+ msgid "Post Title Format:"
97
+ msgstr ""
98
+
99
+ msgid "The following macros are supported:"
100
+ msgstr ""
101
+
102
+ msgid "%blog_title% - Your blog title"
103
+ msgstr ""
104
+
105
+ msgid "%blog_description% - Your blog description"
106
+ msgstr ""
107
+
108
+ msgid "%post_title% - The original title of the post"
109
+ msgstr ""
110
+
111
+ msgid "%category_title% - The (main) category of the post"
112
+ msgstr ""
113
+
114
+ msgid "%category% - Alias for %category_title%"
115
+ msgstr ""
116
+
117
+ msgid "Page Title Format:"
118
+ msgstr ""
119
+
120
+ msgid "%page_title% - The original title of the page"
121
+ msgstr ""
122
+
123
+ msgid "Category Title Format:"
124
+ msgstr ""
125
+
126
+ msgid "%category_title% - The original title of the category"
127
+ msgstr ""
128
+
129
+ msgid "%category_description% - The description of the category"
130
+ msgstr ""
131
+
132
+ msgid "Archive Title Format:"
133
+ msgstr ""
134
+
135
+ msgid "%date% - The original archive title given by wordpress, e.g. “2007″ or “2007 August”"
136
+ msgstr ""
137
+
138
+ msgid "Tag Title Format:"
139
+ msgstr ""
140
+
141
+ msgid "%tag% - The name of the tag"
142
+ msgstr ""
143
+
144
+ msgid "Search Title Format:"
145
+ msgstr ""
146
+
147
+ msgid "%search% - What was searched for"
148
+ msgstr ""
149
+
150
+ msgid "Description Format:"
151
+ msgstr ""
152
+
153
+ msgid "%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"
154
+ msgstr ""
155
+
156
+ msgid "404 Title Format:"
157
+ msgstr ""
158
+
159
+ msgid "%request_url% - The original URL path, like \"/url-that-does-not-exist/\""
160
+ msgstr ""
161
+
162
+ msgid "%request_words% - The URL path in human readable form, like \"Url That Does Not Exist\""
163
+ msgstr ""
164
+
165
+ msgid "Use Categories for META keywords:"
166
+ msgstr ""
167
+
168
+ msgid "Check this if you want your categories for a given post used as the META keywords for this post (in addition to any keywords and tags you specify on the post edit page)."
169
+ msgstr ""
170
+
171
+ msgid "Use noindex for Categories:"
172
+ msgstr ""
173
+
174
+ msgid "Check this for excluding category pages from being crawled. Useful for avoiding duplicate content."
175
+ msgstr ""
176
+
177
+ msgid "Use noindex for Archives:"
178
+ msgstr ""
179
+
180
+ msgid "Check this for excluding archive pages from being crawled. Useful for avoiding duplicate content
181
+ msgstr ""
182
+
183
+ msgid "Use noindex for Tag Archives:"
184
+ msgstr ""
185
+
186
+ msgid "Check this for excluding tag pages from being crawled. Useful for avoiding duplicate content."
187
+ msgstr ""
188
+
189
+ msgid "Autogenerate Descriptions:"
190
+ msgstr ""
191
+
192
+ msgid "Check this and your META descriptions will get autogenerated if there’s no excerpt."
193
+ msgstr ""
194
+
195
+ msgid "Update Options"
196
+ msgstr ""
197
+