SEO Ultimate - Version 1.9

Version Description

Download this release

Release Info

Developer SEO Design Solutions
Plugin Icon 128x128 SEO Ultimate
Version 1.9
Comparing to
See all releases

Code changes from version 1.8.3 to 1.9

modules/titles/titles-taxonomies.php ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Taxonomy Title Editor Module
4
+ *
5
+ * @version 1.0
6
+ * @since 1.9
7
+ */
8
+
9
+ if (class_exists('SU_Module')) {
10
+
11
+ class SU_TitlesTaxonomies extends SU_Module {
12
+
13
+ function get_parent_module() { return 'titles'; }
14
+ function get_child_order() { return 30; }
15
+ function is_independent_module() { return false; }
16
+
17
+ function get_module_title() { return __('Taxonomy Title Editor', 'seo-ultimate'); }
18
+
19
+ function get_admin_page_tabs() {
20
+
21
+ $type_keys = array('category');
22
+
23
+ $type_labels = array(
24
+ 'category' => __('Categories')
25
+ , 'post_tag' => __('Post Tags')
26
+ );
27
+
28
+ return $this->parent_module->get_object_subtype_tabs('taxonomy', $type_keys, $type_labels, array(&$this, 'admin_page_tab'));
29
+ }
30
+
31
+ function admin_page_tab($tax_type) {
32
+ $this->parent_module->title_editing_table($tax_type, 'get_terms', array($tax_type, 'number=%1$d&offset=%2$d'), 'taxonomy',
33
+ 'term_id', 'name', array('suwp', 'get_taxonomy_link'));
34
+ }
35
+
36
+ }
37
+
38
+ }
39
+
40
+ ?>
readme.txt CHANGED
@@ -1,9 +1,9 @@
1
  === SEO Ultimate ===
2
  Contributors: SEO Design Solutions
3
- Tags: seo, google, yahoo, bing, search engines, admin, post, page, modules, title, meta, noindex, canonical, 404, robots.txt, htaccess, slugs, url, anchor, more, link, excerpt, permalink, links, autolinks
4
  Requires at least: 2.8
5
  Tested up to: 2.9
6
- Stable tag: 1.8.3
7
 
8
  This all-in-one SEO plugin gives you control over titles, noindex, meta data, slugs, canonical tags, "more" links, 404 error tracking, and more.
9
 
@@ -11,9 +11,9 @@ This all-in-one SEO plugin gives you control over titles, noindex, meta data, sl
11
 
12
  = Recent Releases =
13
 
 
14
  * Version 1.8 adds basic auto-linking functionality
15
  * Version 1.7 adds a blog privacy setting checker
16
- * Version 1.6 adds an All in One SEO Pack importer
17
 
18
  = Features =
19
 
@@ -21,7 +21,7 @@ SEO Ultimate is an all-in-one [SEO](http://www.seodesignsolutions.com/) plugin w
21
 
22
  * **Title Rewriter**
23
  * Out-of-the-box functionality puts your post titles at the beginning of the `<title>` tag where they belong.
24
- * Easily override the entire `<title>` tag contents for any individual post or Page on your blog.
25
  * Customize your homepage's `<title>` tag.
26
  * Format the `<title>` tags of posts, pages, categories, tags, archives, search results, and more!
27
 
@@ -71,8 +71,8 @@ SEO Ultimate is an all-in-one [SEO](http://www.seodesignsolutions.com/) plugin w
71
  * Use the information to determine ideal targets for incoming links or ideal sources of outgoing links.
72
 
73
  * **Deeplink Juggernaut** -- NEW in Version 1.8
74
- * Automatically link phrases in your posts/pages to given URLs
75
- * Use the power of anchor text to boost your internal ranking paradigm
76
 
77
  * **Settings Manager**
78
  * Export your SEO Ultimate settings to a file and re-import later if desired.
@@ -80,8 +80,8 @@ SEO Ultimate is an all-in-one [SEO](http://www.seodesignsolutions.com/) plugin w
80
  * Reset all settings back to "factory defaults" if something goes wrong.
81
 
82
  * **Additional features**
83
- * Lets you import post meta from All in One SEO Pack
84
- * Displays admin notices if blog privacy settings are configured to block search engines
85
  * Supports [WordPress plugin translation](http://urbangiraffe.com/articles/translating-wordpress-themes-and-plugins/). POT file is included in the zip file.
86
  * SEO Ultimate documentation is seamlessly integrated into the contextual help system of WordPress 2.7+ and is accessible via the dropdowns in the upper-right-hand corner of the admin screen. In-depth info, explanations, and FAQ are just a click away.
87
  * Unlike certain other SEO plugins, SEO Ultimate sports a clean, simple, aesthetically-pleasing interface, with no ads or donation nags.
@@ -91,9 +91,9 @@ SEO Ultimate is an all-in-one [SEO](http://www.seodesignsolutions.com/) plugin w
91
  * Uses WordPress plugin security features like nonces, etc.
92
 
93
  * **Features Coming Soon**
94
- * Nofollow options
95
  * Automatic XHTML validation checking
96
- * Automated internal linking
 
97
  * ...And much, much more! Install SEO Ultimate today and use WordPress's automatic plugin updater to get new features as they're released.
98
 
99
  [**Download**](http://downloads.wordpress.org/plugin/seo-ultimate.zip) **your free copy of SEO Ultimate today.**
@@ -581,16 +581,19 @@ Frequently asked questions, documentation, and troubleshooting tips for SEO Ulti
581
 
582
  == Changelog ==
583
 
 
 
 
584
  = Version 1.8.3 (March 30, 2010) =
585
  * Bugfix: Fixed bug that caused disabled attribution link to display under certain circumstances
586
 
587
  = Version 1.8.2 (March 29, 2010) =
588
- * Bugfix: Fixed Deeplink Juggernaut error
589
 
590
- = Version 1.8.1 (March 28, 2010) =
591
- * Bugfix: Fixed Deeplink Juggernaut error
592
 
593
- = Version 1.8 (March 28, 2010) =
594
  * Feature: Added Deeplink Juggernaut beta module
595
 
596
  = Version 1.7.3 (March 11, 2010) =
1
  === SEO Ultimate ===
2
  Contributors: SEO Design Solutions
3
+ Tags: seo, google, yahoo, bing, search engines, admin, post, page, modules, title, meta, noindex, canonical, 404, robots.txt, htaccess, slugs, url, anchor, more, link, excerpt, permalink, links, autolinks, categories
4
  Requires at least: 2.8
5
  Tested up to: 2.9
6
+ Stable tag: 1.9
7
 
8
  This all-in-one SEO plugin gives you control over titles, noindex, meta data, slugs, canonical tags, "more" links, 404 error tracking, and more.
9
 
11
 
12
  = Recent Releases =
13
 
14
+ * Version 1.9 adds title tag editing for categories
15
  * Version 1.8 adds basic auto-linking functionality
16
  * Version 1.7 adds a blog privacy setting checker
 
17
 
18
  = Features =
19
 
21
 
22
  * **Title Rewriter**
23
  * Out-of-the-box functionality puts your post titles at the beginning of the `<title>` tag where they belong.
24
+ * Easily override the entire `<title>` tag contents for any individual post, Page, or category on your blog.
25
  * Customize your homepage's `<title>` tag.
26
  * Format the `<title>` tags of posts, pages, categories, tags, archives, search results, and more!
27
 
71
  * Use the information to determine ideal targets for incoming links or ideal sources of outgoing links.
72
 
73
  * **Deeplink Juggernaut** -- NEW in Version 1.8
74
+ * Automatically link phrases in your posts/pages to given URLs.
75
+ * Use the power of anchor text to boost your internal ranking paradigm.
76
 
77
  * **Settings Manager**
78
  * Export your SEO Ultimate settings to a file and re-import later if desired.
80
  * Reset all settings back to "factory defaults" if something goes wrong.
81
 
82
  * **Additional features**
83
+ * Lets you import post meta from All in One SEO Pack.
84
+ * Displays admin notices if blog privacy settings are configured to block search engines.
85
  * Supports [WordPress plugin translation](http://urbangiraffe.com/articles/translating-wordpress-themes-and-plugins/). POT file is included in the zip file.
86
  * SEO Ultimate documentation is seamlessly integrated into the contextual help system of WordPress 2.7+ and is accessible via the dropdowns in the upper-right-hand corner of the admin screen. In-depth info, explanations, and FAQ are just a click away.
87
  * Unlike certain other SEO plugins, SEO Ultimate sports a clean, simple, aesthetically-pleasing interface, with no ads or donation nags.
91
  * Uses WordPress plugin security features like nonces, etc.
92
 
93
  * **Features Coming Soon**
 
94
  * Automatic XHTML validation checking
95
+ * Nofollow options
96
+ * Title tag editing for attachments and tag archives
97
  * ...And much, much more! Install SEO Ultimate today and use WordPress's automatic plugin updater to get new features as they're released.
98
 
99
  [**Download**](http://downloads.wordpress.org/plugin/seo-ultimate.zip) **your free copy of SEO Ultimate today.**
581
 
582
  == Changelog ==
583
 
584
+ = Version 1.9 (April 3, 2010) =
585
+ * Feature: Title Rewriter can now edit the title tags of category archives
586
+
587
  = Version 1.8.3 (March 30, 2010) =
588
  * Bugfix: Fixed bug that caused disabled attribution link to display under certain circumstances
589
 
590
  = Version 1.8.2 (March 29, 2010) =
591
+ * Bugfix: Fixed front-end Deeplink Juggernaut error
592
 
593
+ = Version 1.8.1 (March 27, 2010) =
594
+ * Bugfix: Fixed back-end Deeplink Juggernaut error
595
 
596
+ = Version 1.8 (March 27, 2010) =
597
  * Feature: Added Deeplink Juggernaut beta module
598
 
599
  = Version 1.7.3 (March 11, 2010) =
seo-ultimate.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: SEO Ultimate
4
  Plugin URI: http://www.seodesignsolutions.com/wordpress-seo/
5
  Description: This all-in-one SEO plugin gives you control over titles, noindex, meta data, slugs, canonical tags, "more" links, 404 error tracking, and more.
6
- Version: 1.8.3
7
  Author: SEO Design Solutions
8
  Author URI: http://www.seodesignsolutions.com/
9
  Text Domain: seo-ultimate
@@ -12,7 +12,7 @@ Text Domain: seo-ultimate
12
  /**
13
  * The main SEO Ultimate plugin file.
14
  * @package SeoUltimate
15
- * @version 1.8.3
16
  * @link http://www.seodesignsolutions.com/wordpress-seo/ SEO Ultimate Homepage
17
  */
18
 
@@ -38,10 +38,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
38
  //Reading plugin info from constants is faster than trying to parse it from the header above.
39
  define("SU_PLUGIN_NAME", "SEO Ultimate");
40
  define("SU_PLUGIN_URI", "http://www.seodesignsolutions.com/wordpress-seo/");
41
- define("SU_VERSION", "1.8.3");
42
  define("SU_AUTHOR", "SEO Design Solutions");
43
  define("SU_AUTHOR_URI", "http://www.seodesignsolutions.com/");
44
- define("SU_USER_AGENT", "SeoUltimate/1.8.3");
45
 
46
  /********** INCLUDES **********/
47
 
3
  Plugin Name: SEO Ultimate
4
  Plugin URI: http://www.seodesignsolutions.com/wordpress-seo/
5
  Description: This all-in-one SEO plugin gives you control over titles, noindex, meta data, slugs, canonical tags, "more" links, 404 error tracking, and more.
6
+ Version: 1.9
7
  Author: SEO Design Solutions
8
  Author URI: http://www.seodesignsolutions.com/
9
  Text Domain: seo-ultimate
12
  /**
13
  * The main SEO Ultimate plugin file.
14
  * @package SeoUltimate
15
+ * @version 1.9
16
  * @link http://www.seodesignsolutions.com/wordpress-seo/ SEO Ultimate Homepage
17
  */
18
 
38
  //Reading plugin info from constants is faster than trying to parse it from the header above.
39
  define("SU_PLUGIN_NAME", "SEO Ultimate");
40
  define("SU_PLUGIN_URI", "http://www.seodesignsolutions.com/wordpress-seo/");
41
+ define("SU_VERSION", "1.9");
42
  define("SU_AUTHOR", "SEO Design Solutions");
43
  define("SU_AUTHOR_URI", "http://www.seodesignsolutions.com/");
44
+ define("SU_USER_AGENT", "SeoUltimate/1.9");
45
 
46
  /********** INCLUDES **********/
47
 
seo-ultimate.pot CHANGED
@@ -1,4 +1,4 @@
1
- # Translation of the WordPress plugin SEO Ultimate 1.7 by SEO Design Solutions.
2
  # Copyright (C) 2010 SEO Design Solutions
3
  # This file is distributed under the same license as the SEO Ultimate package.
4
  # FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
@@ -6,9 +6,9 @@
6
  #, fuzzy
7
  msgid ""
8
  msgstr ""
9
- "Project-Id-Version: SEO Ultimate 1.7\n"
10
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/seo-ultimate\n"
11
- "POT-Creation-Date: 2010-02-21 00:19+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"
@@ -82,6 +82,29 @@ msgstr ""
82
  msgid "Delete Log Entry"
83
  msgstr ""
84
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
85
  #: modules/canonical/canonical.php:13
86
  msgid "Canonicalizer"
87
  msgstr ""
@@ -145,13 +168,13 @@ msgstr ""
145
  msgid "Save Changes"
146
  msgstr ""
147
 
148
- #: modules/class.su-module.php:1172
149
  msgid ""
150
  "Are you sure you want to replace the textbox contents with this default "
151
  "value?"
152
  msgstr ""
153
 
154
- #: modules/class.su-module.php:1187
155
  msgid "Reset"
156
  msgstr ""
157
 
@@ -760,8 +783,8 @@ msgstr ""
760
  msgid "SEO Design Solutions Whitepapers"
761
  msgstr ""
762
 
763
- #. #-#-#-#-# plugin.pot (SEO Ultimate 1.7) #-#-#-#-#
764
- #. Author of an extension
765
  #: modules/sds-blog/sds-blog.php:43
766
  msgid "SEO Design Solutions"
767
  msgstr ""
@@ -778,7 +801,7 @@ msgid ""
778
  "on an article&#8217s title to read it."
779
  msgstr ""
780
 
781
- #: modules/settings/settings.php:15 modules/settings/settings.php:96
782
  msgid "Plugin Settings"
783
  msgstr ""
784
 
@@ -786,118 +809,118 @@ msgstr ""
786
  msgid "SEO Ultimate Plugin Settings"
787
  msgstr ""
788
 
789
- #. #-#-#-#-# plugin.pot (SEO Ultimate 1.7) #-#-#-#-#
790
- #. Plugin Name of an extension
791
- #: modules/settings/settings.php:17 plugin/class.seo-ultimate.php:767
792
  msgid "SEO Ultimate"
793
  msgstr ""
794
 
795
- #: modules/settings/settings.php:67
796
  msgid "Settings successfully imported."
797
  msgstr ""
798
 
799
- #: modules/settings/settings.php:69
800
  msgid ""
801
  "The uploaded file is not in the proper format. Settings could not be "
802
  "imported."
803
  msgstr ""
804
 
805
- #: modules/settings/settings.php:71
806
  msgid "The settings file could not be uploaded successfully."
807
  msgstr ""
808
 
809
- #: modules/settings/settings.php:74
810
  msgid ""
811
  "Settings could not be imported because no settings file was selected. Please "
812
  "click the &#8220;Browse&#8221; button and select a file to import."
813
  msgstr ""
814
 
815
- #: modules/settings/settings.php:82
816
  msgid "All settings have been erased and defaults have been restored."
817
  msgstr ""
818
 
819
- #: modules/settings/settings.php:98
820
  msgid "Enable attribution link"
821
  msgstr ""
822
 
823
- #: modules/settings/settings.php:99
824
  msgid "Enable attribution link CSS styling"
825
  msgstr ""
826
 
827
- #: modules/settings/settings.php:100
828
  msgid "Notify me about unnecessary active plugins"
829
  msgstr ""
830
 
831
- #: modules/settings/settings.php:102
832
  msgid "Insert comments around HTML code insertions"
833
  msgstr ""
834
 
835
- #: modules/settings/settings.php:103
836
  msgid "Allow modules to save visitor information to the database"
837
  msgstr ""
838
 
839
- #: modules/settings/settings.php:104
840
  #, php-format
841
  msgid "Delete logged visitor information after %d days"
842
  msgstr ""
843
 
844
- #: modules/settings/settings.php:109
845
  msgid "Manage Settings Data"
846
  msgstr ""
847
 
848
- #: modules/settings/settings.php:113
849
  msgid ""
850
  "This section allows you to export, import, and reset the settings of the "
851
  "plugin and all its modules."
852
  msgstr ""
853
 
854
- #: modules/settings/settings.php:115
855
  msgid ""
856
  "A settings file includes the data of every checkbox and textbox of every "
857
  "installed module, as well as the &#8220;Plugin Settings&#8221; section "
858
  "above. "
859
  msgstr ""
860
 
861
- #: modules/settings/settings.php:124
862
  msgid "Export:"
863
  msgstr ""
864
 
865
- #: modules/settings/settings.php:127
866
  msgid "Download Settings File"
867
  msgstr ""
868
 
869
- #: modules/settings/settings.php:132
870
  msgid "Import:"
871
  msgstr ""
872
 
873
- #: modules/settings/settings.php:137
874
  msgid ""
875
  "Are you sure you want to import this settings file? This will overwrite your "
876
  "current settings and cannot be undone."
877
  msgstr ""
878
 
879
- #: modules/settings/settings.php:138
880
  msgid "Import This Settings File"
881
  msgstr ""
882
 
883
- #: modules/settings/settings.php:145
884
  msgid "Reset:"
885
  msgstr ""
886
 
887
- #: modules/settings/settings.php:148
888
  msgid ""
889
  "Are you sure you want to erase all module settings? This cannot be undone."
890
  msgstr ""
891
 
892
- #: modules/settings/settings.php:149
893
  msgid "Restore Default Settings"
894
  msgstr ""
895
 
896
- #: modules/settings/settings.php:165
897
  msgid "Import from Other Plugins"
898
  msgstr ""
899
 
900
- #: modules/settings/settings.php:167
901
  msgid ""
902
  "You can import settings and data from these plugins. Clicking a plugin&#8217;"
903
  "s name will take you to the importer page, where you can customize "
@@ -960,6 +983,18 @@ msgstr ""
960
  msgid "Attachments"
961
  msgstr ""
962
 
 
 
 
 
 
 
 
 
 
 
 
 
963
  #: modules/titles/titles.php:13
964
  msgid "Title Rewriter"
965
  msgstr ""
@@ -1091,30 +1126,30 @@ msgid ""
1091
  "titles. "
1092
  msgstr ""
1093
 
1094
- #: plugin/class.seo-ultimate.php:767
1095
  msgid "SEO"
1096
  msgstr ""
1097
 
1098
- #: plugin/class.seo-ultimate.php:983
1099
  msgid "SEO Settings Help"
1100
  msgstr ""
1101
 
1102
- #: plugin/class.seo-ultimate.php:985
1103
  msgid "The SEO Settings box lets you customize these settings:"
1104
  msgstr ""
1105
 
1106
- #: plugin/class.seo-ultimate.php:987
1107
  msgid "(The SEO Settings box is part of the SEO Ultimate plugin.)"
1108
  msgstr ""
1109
 
1110
- #: plugin/class.seo-ultimate.php:1042
1111
  #, php-format
1112
  msgid ""
1113
  "SEO Ultimate includes the functionality of %1$s. You may want to deactivate %"
1114
  "1$s to avoid plugin conflicts."
1115
  msgstr ""
1116
 
1117
- #: plugin/class.seo-ultimate.php:1088
1118
  msgid ""
1119
  "<strong>SEO Ultimate Notice:</strong> Your blog is configured to block "
1120
  "search engine spiders. To resolve this, <a href='options-privacy.php' "
@@ -1122,7 +1157,7 @@ msgid ""
1122
  "everyone."
1123
  msgstr ""
1124
 
1125
- #: plugin/class.seo-ultimate.php:1196
1126
  msgid "SEO Settings"
1127
  msgstr ""
1128
 
@@ -1159,16 +1194,16 @@ msgstr ""
1159
  msgid "%1$s<br />%2$s"
1160
  msgstr ""
1161
 
1162
- #. Plugin URI of an extension
1163
  msgid "http://www.seodesignsolutions.com/wordpress-seo/"
1164
  msgstr ""
1165
 
1166
- #. Description of an extension
1167
  msgid ""
1168
  "This all-in-one SEO plugin gives you control over titles, noindex, meta "
1169
  "data, slugs, canonical tags, \"more\" links, 404 error tracking, and more."
1170
  msgstr ""
1171
 
1172
- #. Author URI of an extension
1173
  msgid "http://www.seodesignsolutions.com/"
1174
  msgstr ""
1
+ # Translation of the WordPress plugin SEO Ultimate 1.9 by SEO Design Solutions.
2
  # Copyright (C) 2010 SEO Design Solutions
3
  # This file is distributed under the same license as the SEO Ultimate package.
4
  # FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
6
  #, fuzzy
7
  msgid ""
8
  msgstr ""
9
+ "Project-Id-Version: SEO Ultimate 1.9\n"
10
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/seo-ultimate\n"
11
+ "POT-Creation-Date: 2010-04-03 13:03+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"
82
  msgid "Delete Log Entry"
83
  msgstr ""
84
 
85
+ #: modules/autolinks/autolinks.php:13
86
+ msgid "Deeplink Juggernaut"
87
+ msgstr ""
88
+
89
+ #: modules/autolinks/autolinks.php:14
90
+ msgid "Deeplink Juggernaut (Beta)"
91
+ msgstr ""
92
+
93
+ #: modules/autolinks/autolinks.php:47
94
+ msgid ""
95
+ "The Deeplink Juggernaut can automatically link post/page anchor text to "
96
+ "given URLs. This is a preview beta version. More functionality will be added "
97
+ "in future releases of SEO Ultimate."
98
+ msgstr ""
99
+
100
+ #: modules/autolinks/autolinks.php:68
101
+ msgid "Anchor Text"
102
+ msgstr ""
103
+
104
+ #: modules/autolinks/autolinks.php:69
105
+ msgid "URL"
106
+ msgstr ""
107
+
108
  #: modules/canonical/canonical.php:13
109
  msgid "Canonicalizer"
110
  msgstr ""
168
  msgid "Save Changes"
169
  msgstr ""
170
 
171
+ #: modules/class.su-module.php:1201
172
  msgid ""
173
  "Are you sure you want to replace the textbox contents with this default "
174
  "value?"
175
  msgstr ""
176
 
177
+ #: modules/class.su-module.php:1216
178
  msgid "Reset"
179
  msgstr ""
180
 
783
  msgid "SEO Design Solutions Whitepapers"
784
  msgstr ""
785
 
786
+ #. #-#-#-#-# plugin.pot (SEO Ultimate 1.9) #-#-#-#-#
787
+ #. Author of the plugin/theme
788
  #: modules/sds-blog/sds-blog.php:43
789
  msgid "SEO Design Solutions"
790
  msgstr ""
801
  "on an article&#8217s title to read it."
802
  msgstr ""
803
 
804
+ #: modules/settings/settings.php:15 modules/settings/settings.php:94
805
  msgid "Plugin Settings"
806
  msgstr ""
807
 
809
  msgid "SEO Ultimate Plugin Settings"
810
  msgstr ""
811
 
812
+ #. #-#-#-#-# plugin.pot (SEO Ultimate 1.9) #-#-#-#-#
813
+ #. Plugin Name of the plugin/theme
814
+ #: modules/settings/settings.php:17 plugin/class.seo-ultimate.php:769
815
  msgid "SEO Ultimate"
816
  msgstr ""
817
 
818
+ #: modules/settings/settings.php:65
819
  msgid "Settings successfully imported."
820
  msgstr ""
821
 
822
+ #: modules/settings/settings.php:67
823
  msgid ""
824
  "The uploaded file is not in the proper format. Settings could not be "
825
  "imported."
826
  msgstr ""
827
 
828
+ #: modules/settings/settings.php:69
829
  msgid "The settings file could not be uploaded successfully."
830
  msgstr ""
831
 
832
+ #: modules/settings/settings.php:72
833
  msgid ""
834
  "Settings could not be imported because no settings file was selected. Please "
835
  "click the &#8220;Browse&#8221; button and select a file to import."
836
  msgstr ""
837
 
838
+ #: modules/settings/settings.php:80
839
  msgid "All settings have been erased and defaults have been restored."
840
  msgstr ""
841
 
842
+ #: modules/settings/settings.php:96
843
  msgid "Enable attribution link"
844
  msgstr ""
845
 
846
+ #: modules/settings/settings.php:97
847
  msgid "Enable attribution link CSS styling"
848
  msgstr ""
849
 
850
+ #: modules/settings/settings.php:98
851
  msgid "Notify me about unnecessary active plugins"
852
  msgstr ""
853
 
854
+ #: modules/settings/settings.php:100
855
  msgid "Insert comments around HTML code insertions"
856
  msgstr ""
857
 
858
+ #: modules/settings/settings.php:101
859
  msgid "Allow modules to save visitor information to the database"
860
  msgstr ""
861
 
862
+ #: modules/settings/settings.php:102
863
  #, php-format
864
  msgid "Delete logged visitor information after %d days"
865
  msgstr ""
866
 
867
+ #: modules/settings/settings.php:107
868
  msgid "Manage Settings Data"
869
  msgstr ""
870
 
871
+ #: modules/settings/settings.php:111
872
  msgid ""
873
  "This section allows you to export, import, and reset the settings of the "
874
  "plugin and all its modules."
875
  msgstr ""
876
 
877
+ #: modules/settings/settings.php:113
878
  msgid ""
879
  "A settings file includes the data of every checkbox and textbox of every "
880
  "installed module, as well as the &#8220;Plugin Settings&#8221; section "
881
  "above. "
882
  msgstr ""
883
 
884
+ #: modules/settings/settings.php:122
885
  msgid "Export:"
886
  msgstr ""
887
 
888
+ #: modules/settings/settings.php:125
889
  msgid "Download Settings File"
890
  msgstr ""
891
 
892
+ #: modules/settings/settings.php:130
893
  msgid "Import:"
894
  msgstr ""
895
 
896
+ #: modules/settings/settings.php:135
897
  msgid ""
898
  "Are you sure you want to import this settings file? This will overwrite your "
899
  "current settings and cannot be undone."
900
  msgstr ""
901
 
902
+ #: modules/settings/settings.php:136
903
  msgid "Import This Settings File"
904
  msgstr ""
905
 
906
+ #: modules/settings/settings.php:143
907
  msgid "Reset:"
908
  msgstr ""
909
 
910
+ #: modules/settings/settings.php:146
911
  msgid ""
912
  "Are you sure you want to erase all module settings? This cannot be undone."
913
  msgstr ""
914
 
915
+ #: modules/settings/settings.php:147
916
  msgid "Restore Default Settings"
917
  msgstr ""
918
 
919
+ #: modules/settings/settings.php:163
920
  msgid "Import from Other Plugins"
921
  msgstr ""
922
 
923
+ #: modules/settings/settings.php:165
924
  msgid ""
925
  "You can import settings and data from these plugins. Clicking a plugin&#8217;"
926
  "s name will take you to the importer page, where you can customize "
983
  msgid "Attachments"
984
  msgstr ""
985
 
986
+ #: modules/titles/titles-taxonomies.php:17
987
+ msgid "Taxonomy Title Editor"
988
+ msgstr ""
989
+
990
+ #: modules/titles/titles-taxonomies.php:24
991
+ msgid "Categories"
992
+ msgstr ""
993
+
994
+ #: modules/titles/titles-taxonomies.php:25
995
+ msgid "Post Tags"
996
+ msgstr ""
997
+
998
  #: modules/titles/titles.php:13
999
  msgid "Title Rewriter"
1000
  msgstr ""
1126
  "titles. "
1127
  msgstr ""
1128
 
1129
+ #: plugin/class.seo-ultimate.php:769
1130
  msgid "SEO"
1131
  msgstr ""
1132
 
1133
+ #: plugin/class.seo-ultimate.php:988
1134
  msgid "SEO Settings Help"
1135
  msgstr ""
1136
 
1137
+ #: plugin/class.seo-ultimate.php:990
1138
  msgid "The SEO Settings box lets you customize these settings:"
1139
  msgstr ""
1140
 
1141
+ #: plugin/class.seo-ultimate.php:992
1142
  msgid "(The SEO Settings box is part of the SEO Ultimate plugin.)"
1143
  msgstr ""
1144
 
1145
+ #: plugin/class.seo-ultimate.php:1047
1146
  #, php-format
1147
  msgid ""
1148
  "SEO Ultimate includes the functionality of %1$s. You may want to deactivate %"
1149
  "1$s to avoid plugin conflicts."
1150
  msgstr ""
1151
 
1152
+ #: plugin/class.seo-ultimate.php:1093
1153
  msgid ""
1154
  "<strong>SEO Ultimate Notice:</strong> Your blog is configured to block "
1155
  "search engine spiders. To resolve this, <a href='options-privacy.php' "
1157
  "everyone."
1158
  msgstr ""
1159
 
1160
+ #: plugin/class.seo-ultimate.php:1201
1161
  msgid "SEO Settings"
1162
  msgstr ""
1163
 
1194
  msgid "%1$s<br />%2$s"
1195
  msgstr ""
1196
 
1197
+ #. Plugin URI of the plugin/theme
1198
  msgid "http://www.seodesignsolutions.com/wordpress-seo/"
1199
  msgstr ""
1200
 
1201
+ #. Description of the plugin/theme
1202
  msgid ""
1203
  "This all-in-one SEO plugin gives you control over titles, noindex, meta "
1204
  "data, slugs, canonical tags, \"more\" links, 404 error tracking, and more."
1205
  msgstr ""
1206
 
1207
+ #. Author URI of the plugin/theme
1208
  msgid "http://www.seodesignsolutions.com/"
1209
  msgstr ""