SEO Ultimate - Version 7.5.2

Version Description

Download this release

Release Info

Developer JohnLamansky
Plugin Icon 128x128 SEO Ultimate
Version 7.5.2
Comparing to
See all releases

Code changes from version 7.5.1 to 7.5.2

modules/class.su-module.php CHANGED
@@ -2129,7 +2129,7 @@ class SU_Module {
2129
  echo "<tr valign='top'>\n";
2130
  if ($title) echo "<th scope='row'><label for='$id'>$title</label></th>\n";
2131
  echo "<td>";
2132
- echo $this->get_jlsuggest_box($id, $this->get_setting($id));
2133
  echo "</td>\n</tr>\n";
2134
  }
2135
  }
2129
  echo "<tr valign='top'>\n";
2130
  if ($title) echo "<th scope='row'><label for='$id'>$title</label></th>\n";
2131
  echo "<td>";
2132
+ echo $this->get_jlsuggest_box($id, $this->get_setting($id), $params);
2133
  echo "</td>\n</tr>\n";
2134
  }
2135
  }
modules/link-nofollow/link-nofollow.php CHANGED
@@ -129,7 +129,7 @@ class SU_LinkNofollow extends SU_Module {
129
 
130
  $screen->add_help_tab(array(
131
  'id' => 'su-link-nofollow-overview'
132
- , 'title' => __('Overview', 'seo-ultimate')
133
  , 'content' => __("
134
  <p>Nofollow Manager adds the <code>rel=&quot;nofollow&quot;</code> attribute to types of links that you specify. The <code>rel=&quot;nofollow&quot;</code> attribute prevents a link from passing PageRank.</p>
135
  <p>If you&#8217;re migrating to SEO Ultimate from another plugin, Nofollow Manager can help you maintain your existing settings (as part of an &#8220;if it ain&#8217;t broke don&#8217;t fix it&#8221; strategy). In other cases, however, we recommend not using the Nofollow Manager because in 2008 Google disabled the ability to use the <code>rel=&quot;nofollow&quot;</code> attribute for PageRank sculpting.</p>
129
 
130
  $screen->add_help_tab(array(
131
  'id' => 'su-link-nofollow-overview'
132
+ , 'title' => $this->has_enabled_parent() ? __('Nofollow Manager', 'seo-ultimate') : __('Overview', 'seo-ultimate')
133
  , 'content' => __("
134
  <p>Nofollow Manager adds the <code>rel=&quot;nofollow&quot;</code> attribute to types of links that you specify. The <code>rel=&quot;nofollow&quot;</code> attribute prevents a link from passing PageRank.</p>
135
  <p>If you&#8217;re migrating to SEO Ultimate from another plugin, Nofollow Manager can help you maintain your existing settings (as part of an &#8220;if it ain&#8217;t broke don&#8217;t fix it&#8221; strategy). In other cases, however, we recommend not using the Nofollow Manager because in 2008 Google disabled the ability to use the <code>rel=&quot;nofollow&quot;</code> attribute for PageRank sculpting.</p>
modules/linkbox/linkbox.php CHANGED
@@ -89,21 +89,15 @@ class SU_Linkbox extends SU_Module {
89
 
90
  function add_help_tabs($screen) {
91
 
92
- $screen->add_help_tab(array(
93
- 'id' => 'su-linkbox-overview'
94
- , 'title' => __('Overview', 'seo-ultimate')
95
- , 'content' => __("
96
  <ul>
97
  <li><strong>What it does:</strong> Linkbox Inserter can add linkboxes to your posts/pages.</li>
98
  <li><strong>Why it helps:</strong> Linkboxes contain HTML code that visitors can use to link to your site. This is a great way to encourage SEO-beneficial linking activity.</li>
99
  <li><strong>How to use it:</strong> Use the checkboxes to enable the Linkbox Inserter in various areas of your site. Customize the HTML if desired. Click &#8220;Save Changes&#8221; when finished.</li>
100
  </ul>
101
- ", 'seo-ultimate')));
102
 
103
- $screen->add_help_tab(array(
104
- 'id' => 'su-linkbox-settings'
105
- , 'title' => __('Settings Help', 'seo-ultimate')
106
- , 'content' => __("
107
  <p>Here&#8217;s information on the various settings:</p>
108
 
109
  <ul>
@@ -124,7 +118,28 @@ class SU_Linkbox extends SU_Module {
124
  </ul>
125
  </li>
126
  </ul>
127
- ", 'seo-ultimate')));
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
128
  }
129
  }
130
 
89
 
90
  function add_help_tabs($screen) {
91
 
92
+ $overview = __("
 
 
 
93
  <ul>
94
  <li><strong>What it does:</strong> Linkbox Inserter can add linkboxes to your posts/pages.</li>
95
  <li><strong>Why it helps:</strong> Linkboxes contain HTML code that visitors can use to link to your site. This is a great way to encourage SEO-beneficial linking activity.</li>
96
  <li><strong>How to use it:</strong> Use the checkboxes to enable the Linkbox Inserter in various areas of your site. Customize the HTML if desired. Click &#8220;Save Changes&#8221; when finished.</li>
97
  </ul>
98
+ ", 'seo-ultimate');
99
 
100
+ $settings = __("
 
 
 
101
  <p>Here&#8217;s information on the various settings:</p>
102
 
103
  <ul>
118
  </ul>
119
  </li>
120
  </ul>
121
+ ", 'seo-ultimate');
122
+
123
+ if ($this->has_enabled_parent()) {
124
+ $screen->add_help_tab(array(
125
+ 'id' => 'su-linkbox-help'
126
+ , 'title' => __('Linkbox Inserter', 'seo-ultimate')
127
+ , 'content' =>
128
+ '<h3>' . __('Overview', 'seo-ultimate') . '</h3>' . $overview .
129
+ '<h3>' . __('Settings Help', 'seo-ultimate') . '</h3>' . $settings
130
+ ));
131
+ } else {
132
+
133
+ $screen->add_help_tab(array(
134
+ 'id' => 'su-linkbox-overview'
135
+ , 'title' => __('Overview', 'seo-ultimate')
136
+ , 'content' => $overview));
137
+
138
+ $screen->add_help_tab(array(
139
+ 'id' => 'su-linkbox-settings'
140
+ , 'title' => __('Settings Help', 'seo-ultimate')
141
+ , 'content' => $settings));
142
+ }
143
  }
144
  }
145
 
modules/meta/meta-descriptions.css CHANGED
@@ -1,3 +1,14 @@
1
 
2
- #su-meta-descriptions .su-meta-edit-table .su-description textarea { height: 1.9em; }
3
- #su-meta-descriptions .su-meta-edit-table .su-description textarea:focus { height: 10em; }
 
 
 
 
 
 
 
 
 
 
 
1
 
2
+ #su-meta-descriptions .su-meta-edit-table .su-description textarea {
3
+ height: 2em;
4
+ resize: none;
5
+
6
+ -moz-transition: height .2s; /* Firefox */
7
+ -webkit-transition: height .2s; /* Safari and Chrome */
8
+ -o-transition: height .2s; /* Opera */
9
+ transition: height .2s;
10
+ }
11
+
12
+ #su-meta-descriptions .su-meta-edit-table .su-description textarea:focus {
13
+ height: 10em;
14
+ }
modules/more-links/more-links.php CHANGED
@@ -98,7 +98,7 @@ class SU_MoreLinks extends SU_Module {
98
 
99
  if ($this->has_enabled_parent()) {
100
  $screen->add_help_tab(array(
101
- 'id' => 'su-more-links-overview'
102
  , 'title' => __('More Link Customizer', 'seo-ultimate')
103
  , 'content' =>
104
  '<h3>' . __('Overview', 'seo-ultimate') . '</h3>' . $overview .
98
 
99
  if ($this->has_enabled_parent()) {
100
  $screen->add_help_tab(array(
101
+ 'id' => 'su-more-links-help'
102
  , 'title' => __('More Link Customizer', 'seo-ultimate')
103
  , 'content' =>
104
  '<h3>' . __('Overview', 'seo-ultimate') . '</h3>' . $overview .
modules/slugs/slugs.php CHANGED
@@ -73,21 +73,15 @@ class SU_Slugs extends SU_Module {
73
 
74
  function add_help_tabs($screen) {
75
 
76
- $screen->add_help_tab(array(
77
- 'id' => 'su-rich-snippets-overview'
78
- , 'title' => __('Overview', 'seo-ultimate')
79
- , 'content' => __("
80
  <ul>
81
  <li><strong>What it does:</strong> Slug Optimizer removes common words from the portion of a post&#8217;s or Page&#8217;s URL that is based on its title. (This portion is also known as the &#8220;slug.&#8221;)</li>
82
  <li><strong>Why it helps:</strong> Slug Optimizer increases keyword potency because there are fewer words in your URLs competing for relevance.</li>
83
  <li><strong>How to use it:</strong> Slug Optimizer works without any action required on your part. When you add a new post in your WordPress admin and specify a title for it, WordPress will generate a slug and the new post&#8217;s future URL will appear below the title box. While WordPress is generating the slug, Slug Optimizer takes common words out of it. You can use the textbox on Slug Optimizer&#8217;s admin page to specify which common words are removed.</li>
84
  </ul>
85
- ", 'seo-ultimate')));
86
 
87
- $screen->add_help_tab(array(
88
- 'id' => 'su-rich-snippets-faq'
89
- , 'title' => __('FAQ', 'seo-ultimate')
90
- , 'content' => __("
91
  <ul>
92
  <li><strong>What&#8217;s a slug?</strong><br />The slug of a post or page is the portion of its URL that is based on its title. When you edit a post or Page in WordPress, the slug is the yellow-highlighted portion of the Permalink beneath the Title textbox.</li>
93
  <li><strong>Does the Slug Optimizer change my existing URLs?</strong><br />No. Slug Optimizer will not relocate your content by changing existing URLs. Slug Optimizer only takes effect on new posts and pages.</li>
@@ -102,16 +96,40 @@ class SU_Slugs extends SU_Module {
102
  <li><strong>What if I want to include a common word in my slug?</strong><br />When editing the post or page in question, just click the &#8220;Edit&#8221; button next to the permalink and change the slug as desired. The Slug Optimizer won&#8217;t remove words from a manually-edited slug.</li>
103
  <li><strong>If I edit the optimized slug but then change my mind, how do I revert back to the optimized slug?</strong><br />When editing the post or page in question, just click the &#8220;Edit&#8221; button next to the permalink; a &#8220;Save&#8221; button will appear in its place. Next erase the contents of the textbox, and then click the aforementioned &#8220;Save&#8221; button.</li>
104
  </ul>
105
- ", 'seo-ultimate')));
106
 
107
- $screen->add_help_tab(array(
108
- 'id' => 'su-rich-snippets-troubleshooting'
109
- , 'title' => __('Troubleshooting', 'seo-ultimate')
110
- , 'content' => __("
111
  <ul>
112
  <li><strong>Why didn&#8217;t the Slug Optimizer remove common words from my slug?</strong><br />It&#8217;s possible that every word in your post title is in the list of words to remove. In this case, Slug Optimizer doesn&#8217;t remove the words, because if it did, you&#8217;d end up with a blank slug.</li>
113
  </ul>
114
- ", 'seo-ultimate')));
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
115
  }
116
  }
117
 
73
 
74
  function add_help_tabs($screen) {
75
 
76
+ $overview = __("
 
 
 
77
  <ul>
78
  <li><strong>What it does:</strong> Slug Optimizer removes common words from the portion of a post&#8217;s or Page&#8217;s URL that is based on its title. (This portion is also known as the &#8220;slug.&#8221;)</li>
79
  <li><strong>Why it helps:</strong> Slug Optimizer increases keyword potency because there are fewer words in your URLs competing for relevance.</li>
80
  <li><strong>How to use it:</strong> Slug Optimizer works without any action required on your part. When you add a new post in your WordPress admin and specify a title for it, WordPress will generate a slug and the new post&#8217;s future URL will appear below the title box. While WordPress is generating the slug, Slug Optimizer takes common words out of it. You can use the textbox on Slug Optimizer&#8217;s admin page to specify which common words are removed.</li>
81
  </ul>
82
+ ", 'seo-ultimate');
83
 
84
+ $faq = __("
 
 
 
85
  <ul>
86
  <li><strong>What&#8217;s a slug?</strong><br />The slug of a post or page is the portion of its URL that is based on its title. When you edit a post or Page in WordPress, the slug is the yellow-highlighted portion of the Permalink beneath the Title textbox.</li>
87
  <li><strong>Does the Slug Optimizer change my existing URLs?</strong><br />No. Slug Optimizer will not relocate your content by changing existing URLs. Slug Optimizer only takes effect on new posts and pages.</li>
96
  <li><strong>What if I want to include a common word in my slug?</strong><br />When editing the post or page in question, just click the &#8220;Edit&#8221; button next to the permalink and change the slug as desired. The Slug Optimizer won&#8217;t remove words from a manually-edited slug.</li>
97
  <li><strong>If I edit the optimized slug but then change my mind, how do I revert back to the optimized slug?</strong><br />When editing the post or page in question, just click the &#8220;Edit&#8221; button next to the permalink; a &#8220;Save&#8221; button will appear in its place. Next erase the contents of the textbox, and then click the aforementioned &#8220;Save&#8221; button.</li>
98
  </ul>
99
+ ", 'seo-ultimate');
100
 
101
+ $troubleshooting = __("
 
 
 
102
  <ul>
103
  <li><strong>Why didn&#8217;t the Slug Optimizer remove common words from my slug?</strong><br />It&#8217;s possible that every word in your post title is in the list of words to remove. In this case, Slug Optimizer doesn&#8217;t remove the words, because if it did, you&#8217;d end up with a blank slug.</li>
104
  </ul>
105
+ ", 'seo-ultimate');
106
+
107
+ if ($this->has_enabled_parent()) {
108
+ $screen->add_help_tab(array(
109
+ 'id' => 'su-slugs-help'
110
+ , 'title' => __('Slug Optimizer', 'seo-ultimate')
111
+ , 'content' =>
112
+ '<h3>' . __('Overview', 'seo-ultimate') . '</h3>' . $overview .
113
+ '<h3>' . __('FAQ', 'seo-ultimate') . '</h3>' . $faq .
114
+ '<h3>' . __('Troubleshooting', 'seo-ultimate') . '</h3>' . $troubleshooting
115
+ ));
116
+ } else {
117
+
118
+ $screen->add_help_tab(array(
119
+ 'id' => 'su-slugs-overview'
120
+ , 'title' => __('Overview', 'seo-ultimate')
121
+ , 'content' => $overview));
122
+
123
+ $screen->add_help_tab(array(
124
+ 'id' => 'su-slugs-faq'
125
+ , 'title' => __('FAQ', 'seo-ultimate')
126
+ , 'content' => $faq));
127
+
128
+ $screen->add_help_tab(array(
129
+ 'id' => 'su-slugs-troubleshooting'
130
+ , 'title' => __('Troubleshooting', 'seo-ultimate')
131
+ , 'content' => $troubleshooting));
132
+ }
133
  }
134
  }
135
 
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: SEO Design Solutions, JohnLamansky
3
  Tags: seo, SEO Ultimate, suite, google, yahoo, bing, search engines, admin, post, page, custom post types, categories, tags, terms, custom taxonomies, base, title, title tag, wp_title, meta, robots, noindex, nofollow, canonical, HTTP headers, 404, robots.txt, htaccess, slugs, url, anchor, more, link, excerpt, permalink, links, autolinks, code, footer, settings, redirect, 301, 302, 307, modules, uninstallable, reinstallable, downgradable, import, export, CSV, affiliate, Open Graph, og, microdata, Facebook, Twitter, Schema.org
4
  Requires at least: 3.3
5
  Tested up to: 3.4.1
6
- Stable tag: 7.5.1
7
 
8
  This all-in-one SEO plugin gives you control over title tags, noindex, meta tags, Open Graph, slugs, canonical, autolinks, 404 errors, rich snippets, and more.
9
 
@@ -279,9 +279,14 @@ Frequently asked questions, settings help, and troubleshooting tips for SEO Ulti
279
 
280
  == Changelog ==
281
 
 
 
 
 
 
282
  = Version 7.5.1 (August 9, 2012) =
283
- * Bugfix: Removed blank Rich Snippet Creator admin page from the SEO menu
284
- * Bugfix: Removed non-functional "Test" link from the "Add a New Alias" section of Link Mask Generator's admin page
285
 
286
  = Version 7.5 (August 9, 2012) =
287
  * Feature: Open Graph Integrator now includes Twitter Card support
3
  Tags: seo, SEO Ultimate, suite, google, yahoo, bing, search engines, admin, post, page, custom post types, categories, tags, terms, custom taxonomies, base, title, title tag, wp_title, meta, robots, noindex, nofollow, canonical, HTTP headers, 404, robots.txt, htaccess, slugs, url, anchor, more, link, excerpt, permalink, links, autolinks, code, footer, settings, redirect, 301, 302, 307, modules, uninstallable, reinstallable, downgradable, import, export, CSV, affiliate, Open Graph, og, microdata, Facebook, Twitter, Schema.org
4
  Requires at least: 3.3
5
  Tested up to: 3.4.1
6
+ Stable tag: 7.5.2
7
 
8
  This all-in-one SEO plugin gives you control over title tags, noindex, meta tags, Open Graph, slugs, canonical, autolinks, 404 errors, rich snippets, and more.
9
 
279
 
280
  == Changelog ==
281
 
282
+ = Version 7.5.2 (August 11, 2012) =
283
+ * Bugfix: Fixed disorganized documentation on the Miscellaneous page (bug introduced in 7.5)
284
+ * Bugfix: Fixed bug that caused Open Graph Integrator image boxes to show autocomplete suggestions for all types of site items, instead of just images (bug introduced in 7.3)
285
+ * Improvement: Tweaked the behavior of the meta description mass-editor textareas
286
+
287
  = Version 7.5.1 (August 9, 2012) =
288
+ * Bugfix: Removed blank Rich Snippet Creator admin page from the SEO menu (bug introduced in 7.5)
289
+ * Bugfix: Removed non-functional "Test" link from the "Add a New Alias" section of Link Mask Generator's admin page (bug introduced in 7.1)
290
 
291
  = Version 7.5 (August 9, 2012) =
292
  * Feature: Open Graph Integrator now includes Twitter Card support
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 title tags, noindex/nofollow, meta tags, rich snippets, slugs, canonical tags, autolinks, 404 errors, rich snippets, and more.
6
- Version: 7.5.1
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 7.5.1
16
  * @link http://www.seodesignsolutions.com/wordpress-seo/ SEO Ultimate Homepage
17
  */
18
 
@@ -47,10 +47,10 @@ define('SU_MINIMUM_WP_VER', '3.2');
47
  //Reading plugin info from constants is faster than trying to parse it from the header above.
48
  define('SU_PLUGIN_NAME', 'SEO Ultimate');
49
  define('SU_PLUGIN_URI', 'http://www.seodesignsolutions.com/wordpress-seo/');
50
- define('SU_VERSION', '7.5.1');
51
  define('SU_AUTHOR', 'SEO Design Solutions');
52
  define('SU_AUTHOR_URI', 'http://www.seodesignsolutions.com/');
53
- define('SU_USER_AGENT', 'SeoUltimate/7.5.1');
54
 
55
  /********** INCLUDES **********/
56
 
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 title tags, noindex/nofollow, meta tags, rich snippets, slugs, canonical tags, autolinks, 404 errors, rich snippets, and more.
6
+ Version: 7.5.2
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 7.5.2
16
  * @link http://www.seodesignsolutions.com/wordpress-seo/ SEO Ultimate Homepage
17
  */
18
 
47
  //Reading plugin info from constants is faster than trying to parse it from the header above.
48
  define('SU_PLUGIN_NAME', 'SEO Ultimate');
49
  define('SU_PLUGIN_URI', 'http://www.seodesignsolutions.com/wordpress-seo/');
50
+ define('SU_VERSION', '7.5.2');
51
  define('SU_AUTHOR', 'SEO Design Solutions');
52
  define('SU_AUTHOR_URI', 'http://www.seodesignsolutions.com/');
53
+ define('SU_USER_AGENT', 'SeoUltimate/7.5.2');
54
 
55
  /********** INCLUDES **********/
56
 
translations/seo-ultimate.pot CHANGED
@@ -2,9 +2,9 @@
2
  # This file is distributed under the same license as the SEO Ultimate package.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: SEO Ultimate 7.5\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/seo-ultimate\n"
7
- "POT-Creation-Date: 2012-08-09 15:06:57+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=UTF-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
@@ -89,7 +89,7 @@ msgstr ""
89
  msgid "Referers"
90
  msgstr ""
91
 
92
- #: modules/404s/fofs-log.php:118 modules/404s/fofs-log.php:221
93
  msgid "User Agents"
94
  msgstr ""
95
 
@@ -115,43 +115,43 @@ msgstr ""
115
  msgid "No 404 errors in the log."
116
  msgstr ""
117
 
118
- #: modules/404s/fofs-log.php:180
119
  msgid "Open URL in new window (will not be logged)"
120
  msgstr ""
121
 
122
- #: modules/404s/fofs-log.php:181
123
  msgid "Query Google for cached version of URL (opens in new window)"
124
  msgstr ""
125
 
126
- #: modules/404s/fofs-log.php:182
127
  msgid "Remove this URL from the log"
128
  msgstr ""
129
 
130
- #: modules/404s/fofs-log.php:185
131
  msgid "%s at %s"
132
  msgstr ""
133
 
134
- #: modules/404s/fofs-log.php:189
135
  msgid "View list of referring URLs"
136
  msgstr ""
137
 
138
- #: modules/404s/fofs-log.php:190
139
  msgid "View list of user agents"
140
  msgstr ""
141
 
142
- #: modules/404s/fofs-log.php:200
143
  msgid "Referring URLs"
144
  msgstr ""
145
 
146
- #: modules/404s/fofs-log.php:201 modules/404s/fofs-log.php:222
147
  msgid "Hide list"
148
  msgstr ""
149
 
150
- #: modules/404s/fofs-log.php:252
151
  msgid "Are you sure you want to delete all 404 log entries?"
152
  msgstr ""
153
 
154
- #: modules/404s/fofs-log.php:254
155
  msgid "Clear Log"
156
  msgstr ""
157
 
@@ -207,14 +207,15 @@ msgstr ""
207
 
208
  #: modules/404s/fofs.php:19 modules/canonical/canonical.php:212
209
  #: modules/files/files.php:144 modules/link-nofollow/link-nofollow.php:132
210
- #: modules/linkbox/linkbox.php:94 modules/meta/meta-descriptions.php:193
211
- #: modules/meta/meta-keywords.php:179 modules/meta/meta-robots.php:52
212
- #: modules/meta/webmaster-verify.php:87 modules/more-links/more-links.php:104
213
- #: modules/more-links/more-links.php:111
214
- #: modules/rich-snippets/rich-snippets.php:390
215
  #: modules/settings/settings.php:63
216
- #: modules/sharing-buttons/sharing-buttons.php:71 modules/slugs/slugs.php:78
217
- #: modules/titles/titles.php:357 modules/user-code/user-code.php:97
 
218
  msgid "Overview"
219
  msgstr ""
220
 
@@ -263,10 +264,10 @@ msgid ""
263
  "</ul>\r\n"
264
  msgstr ""
265
 
266
- #: modules/404s/fofs.php:45 modules/linkbox/linkbox.php:105
267
- #: modules/meta/meta-descriptions.php:204 modules/meta/meta-keywords.php:186
268
- #: modules/meta/meta-robots.php:63 modules/rich-snippets/rich-snippets.php:401
269
- #: modules/titles/titles.php:431
270
  msgid "Settings Help"
271
  msgstr ""
272
 
@@ -318,8 +319,9 @@ msgstr ""
318
  #: modules/404s/fofs.php:74 modules/files/files.php:165
319
  #: modules/meta/meta-descriptions.php:225 modules/meta/meta-keywords.php:209
320
  #: modules/meta/meta-robots.php:102
321
- #: modules/rich-snippets/rich-snippets.php:410 modules/slugs/slugs.php:109
322
- #: modules/titles/titles.php:469 modules/user-code/user-code.php:111
 
323
  msgid "Troubleshooting"
324
  msgstr ""
325
 
@@ -961,8 +963,8 @@ msgstr ""
961
  #: modules/files/files.php:155 modules/meta/meta-descriptions.php:216
962
  #: modules/meta/meta-keywords.php:196 modules/modules/modules.php:190
963
  #: modules/more-links/more-links.php:105 modules/more-links/more-links.php:116
964
- #: modules/settings/settings.php:82 modules/slugs/slugs.php:89
965
- #: modules/titles/titles.php:458
966
  msgid "FAQ"
967
  msgstr ""
968
 
@@ -1064,49 +1066,50 @@ msgstr ""
1064
  msgid "Only on This Post&hellip; (optional)"
1065
  msgstr ""
1066
 
1067
- #: modules/internal-link-aliases/internal-link-aliases.php:122
1068
  msgid "Test"
1069
  msgstr ""
1070
 
1071
- #: modules/internal-link-aliases/internal-link-aliases.php:139
1072
  msgid "Alias Directory"
1073
  msgstr ""
1074
 
1075
- #: modules/internal-link-aliases/internal-link-aliases.php:141
1076
  msgid "Nofollow aliased links"
1077
  msgstr ""
1078
 
1079
- #: modules/internal-link-aliases/internal-link-aliases.php:141
1080
  msgid "Link Attributes"
1081
  msgstr ""
1082
 
1083
- #: modules/internal-link-aliases/internal-link-aliases.php:164
1084
  msgid "Link Masks:"
1085
  msgstr ""
1086
 
1087
- #: modules/internal-link-aliases/internal-link-aliases.php:167
1088
  msgid "URL"
1089
  msgstr ""
1090
 
1091
- #: modules/internal-link-aliases/internal-link-aliases.php:167
1092
  msgid "Mask URL"
1093
  msgstr ""
1094
 
1095
- #: modules/internal-link-aliases/internal-link-aliases.php:204
1096
  msgid ""
1097
  "You can stop search engines from following a link by typing in a mask for "
1098
  "its URL."
1099
  msgstr ""
1100
 
1101
- #: modules/internal-link-aliases/internal-link-aliases.php:291
1102
  msgid "Added by SEO Ultimate's Link Mask Generator module"
1103
  msgstr ""
1104
 
1105
- #: modules/internal-link-aliases/internal-link-aliases.php:302
1106
  msgid "End Link Mask Generator output"
1107
  msgstr ""
1108
 
1109
  #: modules/link-nofollow/link-nofollow.php:12
 
1110
  msgid "Nofollow Manager"
1111
  msgstr ""
1112
 
@@ -1188,7 +1191,7 @@ msgid ""
1188
  "attribute for PageRank sculpting.</p>\r\n"
1189
  msgstr ""
1190
 
1191
- #: modules/linkbox/linkbox.php:12
1192
  msgid "Linkbox Inserter"
1193
  msgstr ""
1194
 
@@ -1216,7 +1219,7 @@ msgstr ""
1216
  msgid "Linkbox HTML"
1217
  msgstr ""
1218
 
1219
- #: modules/linkbox/linkbox.php:95
1220
  msgid ""
1221
  "\r\n"
1222
  "<ul>\r\n"
@@ -1231,7 +1234,7 @@ msgid ""
1231
  "</ul>\r\n"
1232
  msgstr ""
1233
 
1234
- #: modules/linkbox/linkbox.php:106
1235
  msgid ""
1236
  "\r\n"
1237
  "<p>Here&#8217;s information on the various settings:</p>\r\n"
@@ -2044,7 +2047,7 @@ msgid "Featured Image: %s"
2044
  msgstr ""
2045
 
2046
  #: modules/opengraph/opengraph.php:359
2047
- #: modules/rich-snippets/rich-snippets.php:353
2048
  msgid "None"
2049
  msgstr ""
2050
 
@@ -2121,7 +2124,7 @@ msgid "Regular"
2121
  msgstr ""
2122
 
2123
  #: modules/opengraph/opengraph.php:384
2124
- #: modules/rich-snippets/rich-snippets.php:114
2125
  msgid "Photo"
2126
  msgstr ""
2127
 
@@ -2174,178 +2177,178 @@ msgstr ""
2174
  msgid "Rich Snippet Creator"
2175
  msgstr ""
2176
 
2177
- #: modules/rich-snippets/rich-snippets.php:31
2178
  msgid "Schema.org Microdata"
2179
  msgstr ""
2180
 
2181
- #: modules/rich-snippets/rich-snippets.php:44
2182
- #: modules/rich-snippets/rich-snippets.php:343
2183
  msgid "Review"
2184
  msgstr ""
2185
 
2186
- #: modules/rich-snippets/rich-snippets.php:49
2187
  msgid "Item Reviewed"
2188
  msgstr ""
2189
 
2190
- #: modules/rich-snippets/rich-snippets.php:52
2191
  msgid "Star Rating"
2192
  msgstr ""
2193
 
2194
- #: modules/rich-snippets/rich-snippets.php:65
2195
  msgid "Review Author"
2196
  msgstr ""
2197
 
2198
- #: modules/rich-snippets/rich-snippets.php:70
2199
  msgid "Date Reviewed"
2200
  msgstr ""
2201
 
2202
- #: modules/rich-snippets/rich-snippets.php:78
2203
- #: modules/rich-snippets/rich-snippets.php:344
2204
  msgid "Place"
2205
  msgstr ""
2206
 
2207
- #: modules/rich-snippets/rich-snippets.php:82
2208
  msgid "Address"
2209
  msgstr ""
2210
 
2211
- #: modules/rich-snippets/rich-snippets.php:86
2212
  msgid "Street Address"
2213
  msgstr ""
2214
 
2215
- #: modules/rich-snippets/rich-snippets.php:89
2216
  msgid "PO Box"
2217
  msgstr ""
2218
 
2219
- #: modules/rich-snippets/rich-snippets.php:92
2220
- #: modules/rich-snippets/rich-snippets.php:95
2221
  msgid "City"
2222
  msgstr ""
2223
 
2224
- #: modules/rich-snippets/rich-snippets.php:98
2225
  msgid "Country"
2226
  msgstr ""
2227
 
2228
- #: modules/rich-snippets/rich-snippets.php:101
2229
  msgid "Postal Code"
2230
  msgstr ""
2231
 
2232
- #: modules/rich-snippets/rich-snippets.php:106
2233
  msgid "Fax Number"
2234
  msgstr ""
2235
 
2236
- #: modules/rich-snippets/rich-snippets.php:109
2237
  msgid "Map URL"
2238
  msgstr ""
2239
 
2240
- #: modules/rich-snippets/rich-snippets.php:123
2241
  msgid "Phone Number"
2242
  msgstr ""
2243
 
2244
- #: modules/rich-snippets/rich-snippets.php:304
2245
  msgid "Schema.org markup generated by %1$s (%2$s)"
2246
  msgstr ""
2247
 
2248
- #: modules/rich-snippets/rich-snippets.php:342
2249
  msgid "Standard"
2250
  msgstr ""
2251
 
2252
- #: modules/rich-snippets/rich-snippets.php:345
2253
  msgid "Search Result Type:"
2254
  msgstr ""
2255
 
2256
- #: modules/rich-snippets/rich-snippets.php:350
2257
  msgid "Name of Reviewed Item:"
2258
  msgstr ""
2259
 
2260
- #: modules/rich-snippets/rich-snippets.php:354
2261
  msgid "0.5 stars"
2262
  msgstr ""
2263
 
2264
- #: modules/rich-snippets/rich-snippets.php:355
2265
  msgid "1 star"
2266
  msgstr ""
2267
 
2268
- #: modules/rich-snippets/rich-snippets.php:356
2269
  msgid "1.5 stars"
2270
  msgstr ""
2271
 
2272
- #: modules/rich-snippets/rich-snippets.php:357
2273
  msgid "2 stars"
2274
  msgstr ""
2275
 
2276
- #: modules/rich-snippets/rich-snippets.php:358
2277
  msgid "2.5 stars"
2278
  msgstr ""
2279
 
2280
- #: modules/rich-snippets/rich-snippets.php:359
2281
  msgid "3 stars"
2282
  msgstr ""
2283
 
2284
- #: modules/rich-snippets/rich-snippets.php:360
2285
  msgid "3.5 stars"
2286
  msgstr ""
2287
 
2288
- #: modules/rich-snippets/rich-snippets.php:361
2289
  msgid "4 stars"
2290
  msgstr ""
2291
 
2292
- #: modules/rich-snippets/rich-snippets.php:362
2293
  msgid "4.5 stars"
2294
  msgstr ""
2295
 
2296
- #: modules/rich-snippets/rich-snippets.php:363
2297
  msgid "5 stars"
2298
  msgstr ""
2299
 
2300
- #: modules/rich-snippets/rich-snippets.php:364
2301
  msgid "Star Rating for Reviewed Item:"
2302
  msgstr ""
2303
 
2304
- #: modules/rich-snippets/rich-snippets.php:370
2305
  msgid "Street Address:"
2306
  msgstr ""
2307
 
2308
- #: modules/rich-snippets/rich-snippets.php:371
2309
  msgid "Post Office Box Number:"
2310
  msgstr ""
2311
 
2312
- #: modules/rich-snippets/rich-snippets.php:372
2313
  msgid "City:"
2314
  msgstr ""
2315
 
2316
- #: modules/rich-snippets/rich-snippets.php:373
2317
  msgid "State or Region:"
2318
  msgstr ""
2319
 
2320
- #: modules/rich-snippets/rich-snippets.php:374
2321
  msgid "Country:"
2322
  msgstr ""
2323
 
2324
- #: modules/rich-snippets/rich-snippets.php:375
2325
  msgid "Postal Code:"
2326
  msgstr ""
2327
 
2328
- #: modules/rich-snippets/rich-snippets.php:376
2329
  msgid "Address:"
2330
  msgstr ""
2331
 
2332
- #: modules/rich-snippets/rich-snippets.php:377
2333
  msgid "Map Page:"
2334
  msgstr ""
2335
 
2336
- #: modules/rich-snippets/rich-snippets.php:378
2337
  msgid "Phone Number:"
2338
  msgstr ""
2339
 
2340
- #: modules/rich-snippets/rich-snippets.php:379
2341
  msgid "Fax Number:"
2342
  msgstr ""
2343
 
2344
- #: modules/rich-snippets/rich-snippets.php:380
2345
  msgid "Photo:"
2346
  msgstr ""
2347
 
2348
- #: modules/rich-snippets/rich-snippets.php:391
2349
  msgid ""
2350
  "\r\n"
2351
  "<ul>\r\n"
@@ -2373,7 +2376,7 @@ msgid ""
2373
  "</ul>\r\n"
2374
  msgstr ""
2375
 
2376
- #: modules/rich-snippets/rich-snippets.php:402
2377
  msgid ""
2378
  "\r\n"
2379
  "<ul>\r\n"
@@ -2387,7 +2390,7 @@ msgid ""
2387
  "</ul>\r\n"
2388
  msgstr ""
2389
 
2390
- #: modules/rich-snippets/rich-snippets.php:411
2391
  msgid ""
2392
  "\r\n"
2393
  "<ul>\r\n"
@@ -2414,7 +2417,7 @@ msgstr ""
2414
  msgid "SEO Design Solutions Whitepapers"
2415
  msgstr ""
2416
 
2417
- #. #-#-#-#-# plugin.pot (SEO Ultimate 7.5) #-#-#-#-#
2418
  #. Author of the plugin/theme
2419
  #: modules/sds-blog/sds-blog.php:49
2420
  msgid "SEO Design Solutions"
@@ -2730,7 +2733,7 @@ msgstr ""
2730
  msgid "SEO Ultimate Plugin Settings"
2731
  msgstr ""
2732
 
2733
- #. #-#-#-#-# plugin.pot (SEO Ultimate 7.5) #-#-#-#-#
2734
  #. Plugin Name of the plugin/theme
2735
  #: modules/settings/settings.php:26 plugin/class.seo-ultimate.php:861
2736
  msgid "SEO Ultimate"
@@ -2872,7 +2875,7 @@ msgid ""
2872
  "</ul>\r\n"
2873
  msgstr ""
2874
 
2875
- #: modules/slugs/slugs.php:12
2876
  msgid "Slug Optimizer"
2877
  msgstr ""
2878
 
@@ -2880,7 +2883,7 @@ msgstr ""
2880
  msgid "Words to Remove"
2881
  msgstr ""
2882
 
2883
- #: modules/slugs/slugs.php:79
2884
  msgid ""
2885
  "\r\n"
2886
  "<ul>\r\n"
@@ -2900,7 +2903,7 @@ msgid ""
2900
  "</ul>\r\n"
2901
  msgstr ""
2902
 
2903
- #: modules/slugs/slugs.php:90
2904
  msgid ""
2905
  "\r\n"
2906
  "<ul>\r\n"
@@ -2936,7 +2939,7 @@ msgid ""
2936
  "</ul>\r\n"
2937
  msgstr ""
2938
 
2939
- #: modules/slugs/slugs.php:110
2940
  msgid ""
2941
  "\r\n"
2942
  "<ul>\r\n"
2
  # This file is distributed under the same license as the SEO Ultimate package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: SEO Ultimate 7.5.2\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/seo-ultimate\n"
7
+ "POT-Creation-Date: 2012-08-11 15:47:59+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=UTF-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
89
  msgid "Referers"
90
  msgstr ""
91
 
92
+ #: modules/404s/fofs-log.php:118 modules/404s/fofs-log.php:222
93
  msgid "User Agents"
94
  msgstr ""
95
 
115
  msgid "No 404 errors in the log."
116
  msgstr ""
117
 
118
+ #: modules/404s/fofs-log.php:181
119
  msgid "Open URL in new window (will not be logged)"
120
  msgstr ""
121
 
122
+ #: modules/404s/fofs-log.php:182
123
  msgid "Query Google for cached version of URL (opens in new window)"
124
  msgstr ""
125
 
126
+ #: modules/404s/fofs-log.php:183
127
  msgid "Remove this URL from the log"
128
  msgstr ""
129
 
130
+ #: modules/404s/fofs-log.php:186
131
  msgid "%s at %s"
132
  msgstr ""
133
 
134
+ #: modules/404s/fofs-log.php:190
135
  msgid "View list of referring URLs"
136
  msgstr ""
137
 
138
+ #: modules/404s/fofs-log.php:191
139
  msgid "View list of user agents"
140
  msgstr ""
141
 
142
+ #: modules/404s/fofs-log.php:201
143
  msgid "Referring URLs"
144
  msgstr ""
145
 
146
+ #: modules/404s/fofs-log.php:202 modules/404s/fofs-log.php:223
147
  msgid "Hide list"
148
  msgstr ""
149
 
150
+ #: modules/404s/fofs-log.php:254
151
  msgid "Are you sure you want to delete all 404 log entries?"
152
  msgstr ""
153
 
154
+ #: modules/404s/fofs-log.php:256
155
  msgid "Clear Log"
156
  msgstr ""
157
 
207
 
208
  #: modules/404s/fofs.php:19 modules/canonical/canonical.php:212
209
  #: modules/files/files.php:144 modules/link-nofollow/link-nofollow.php:132
210
+ #: modules/linkbox/linkbox.php:128 modules/linkbox/linkbox.php:135
211
+ #: modules/meta/meta-descriptions.php:193 modules/meta/meta-keywords.php:179
212
+ #: modules/meta/meta-robots.php:52 modules/meta/webmaster-verify.php:87
213
+ #: modules/more-links/more-links.php:104 modules/more-links/more-links.php:111
214
+ #: modules/rich-snippets/rich-snippets.php:391
215
  #: modules/settings/settings.php:63
216
+ #: modules/sharing-buttons/sharing-buttons.php:71 modules/slugs/slugs.php:112
217
+ #: modules/slugs/slugs.php:120 modules/titles/titles.php:357
218
+ #: modules/user-code/user-code.php:97
219
  msgid "Overview"
220
  msgstr ""
221
 
264
  "</ul>\r\n"
265
  msgstr ""
266
 
267
+ #: modules/404s/fofs.php:45 modules/linkbox/linkbox.php:129
268
+ #: modules/linkbox/linkbox.php:140 modules/meta/meta-descriptions.php:204
269
+ #: modules/meta/meta-keywords.php:186 modules/meta/meta-robots.php:63
270
+ #: modules/rich-snippets/rich-snippets.php:402 modules/titles/titles.php:431
271
  msgid "Settings Help"
272
  msgstr ""
273
 
319
  #: modules/404s/fofs.php:74 modules/files/files.php:165
320
  #: modules/meta/meta-descriptions.php:225 modules/meta/meta-keywords.php:209
321
  #: modules/meta/meta-robots.php:102
322
+ #: modules/rich-snippets/rich-snippets.php:411 modules/slugs/slugs.php:114
323
+ #: modules/slugs/slugs.php:130 modules/titles/titles.php:469
324
+ #: modules/user-code/user-code.php:111
325
  msgid "Troubleshooting"
326
  msgstr ""
327
 
963
  #: modules/files/files.php:155 modules/meta/meta-descriptions.php:216
964
  #: modules/meta/meta-keywords.php:196 modules/modules/modules.php:190
965
  #: modules/more-links/more-links.php:105 modules/more-links/more-links.php:116
966
+ #: modules/settings/settings.php:82 modules/slugs/slugs.php:113
967
+ #: modules/slugs/slugs.php:125 modules/titles/titles.php:458
968
  msgid "FAQ"
969
  msgstr ""
970
 
1066
  msgid "Only on This Post&hellip; (optional)"
1067
  msgstr ""
1068
 
1069
+ #: modules/internal-link-aliases/internal-link-aliases.php:115
1070
  msgid "Test"
1071
  msgstr ""
1072
 
1073
+ #: modules/internal-link-aliases/internal-link-aliases.php:142
1074
  msgid "Alias Directory"
1075
  msgstr ""
1076
 
1077
+ #: modules/internal-link-aliases/internal-link-aliases.php:144
1078
  msgid "Nofollow aliased links"
1079
  msgstr ""
1080
 
1081
+ #: modules/internal-link-aliases/internal-link-aliases.php:144
1082
  msgid "Link Attributes"
1083
  msgstr ""
1084
 
1085
+ #: modules/internal-link-aliases/internal-link-aliases.php:167
1086
  msgid "Link Masks:"
1087
  msgstr ""
1088
 
1089
+ #: modules/internal-link-aliases/internal-link-aliases.php:170
1090
  msgid "URL"
1091
  msgstr ""
1092
 
1093
+ #: modules/internal-link-aliases/internal-link-aliases.php:170
1094
  msgid "Mask URL"
1095
  msgstr ""
1096
 
1097
+ #: modules/internal-link-aliases/internal-link-aliases.php:207
1098
  msgid ""
1099
  "You can stop search engines from following a link by typing in a mask for "
1100
  "its URL."
1101
  msgstr ""
1102
 
1103
+ #: modules/internal-link-aliases/internal-link-aliases.php:294
1104
  msgid "Added by SEO Ultimate's Link Mask Generator module"
1105
  msgstr ""
1106
 
1107
+ #: modules/internal-link-aliases/internal-link-aliases.php:305
1108
  msgid "End Link Mask Generator output"
1109
  msgstr ""
1110
 
1111
  #: modules/link-nofollow/link-nofollow.php:12
1112
+ #: modules/link-nofollow/link-nofollow.php:132
1113
  msgid "Nofollow Manager"
1114
  msgstr ""
1115
 
1191
  "attribute for PageRank sculpting.</p>\r\n"
1192
  msgstr ""
1193
 
1194
+ #: modules/linkbox/linkbox.php:12 modules/linkbox/linkbox.php:126
1195
  msgid "Linkbox Inserter"
1196
  msgstr ""
1197
 
1219
  msgid "Linkbox HTML"
1220
  msgstr ""
1221
 
1222
+ #: modules/linkbox/linkbox.php:92
1223
  msgid ""
1224
  "\r\n"
1225
  "<ul>\r\n"
1234
  "</ul>\r\n"
1235
  msgstr ""
1236
 
1237
+ #: modules/linkbox/linkbox.php:100
1238
  msgid ""
1239
  "\r\n"
1240
  "<p>Here&#8217;s information on the various settings:</p>\r\n"
2047
  msgstr ""
2048
 
2049
  #: modules/opengraph/opengraph.php:359
2050
+ #: modules/rich-snippets/rich-snippets.php:354
2051
  msgid "None"
2052
  msgstr ""
2053
 
2124
  msgstr ""
2125
 
2126
  #: modules/opengraph/opengraph.php:384
2127
+ #: modules/rich-snippets/rich-snippets.php:115
2128
  msgid "Photo"
2129
  msgstr ""
2130
 
2177
  msgid "Rich Snippet Creator"
2178
  msgstr ""
2179
 
2180
+ #: modules/rich-snippets/rich-snippets.php:32
2181
  msgid "Schema.org Microdata"
2182
  msgstr ""
2183
 
2184
+ #: modules/rich-snippets/rich-snippets.php:45
2185
+ #: modules/rich-snippets/rich-snippets.php:344
2186
  msgid "Review"
2187
  msgstr ""
2188
 
2189
+ #: modules/rich-snippets/rich-snippets.php:50
2190
  msgid "Item Reviewed"
2191
  msgstr ""
2192
 
2193
+ #: modules/rich-snippets/rich-snippets.php:53
2194
  msgid "Star Rating"
2195
  msgstr ""
2196
 
2197
+ #: modules/rich-snippets/rich-snippets.php:66
2198
  msgid "Review Author"
2199
  msgstr ""
2200
 
2201
+ #: modules/rich-snippets/rich-snippets.php:71
2202
  msgid "Date Reviewed"
2203
  msgstr ""
2204
 
2205
+ #: modules/rich-snippets/rich-snippets.php:79
2206
+ #: modules/rich-snippets/rich-snippets.php:345
2207
  msgid "Place"
2208
  msgstr ""
2209
 
2210
+ #: modules/rich-snippets/rich-snippets.php:83
2211
  msgid "Address"
2212
  msgstr ""
2213
 
2214
+ #: modules/rich-snippets/rich-snippets.php:87
2215
  msgid "Street Address"
2216
  msgstr ""
2217
 
2218
+ #: modules/rich-snippets/rich-snippets.php:90
2219
  msgid "PO Box"
2220
  msgstr ""
2221
 
2222
+ #: modules/rich-snippets/rich-snippets.php:93
2223
+ #: modules/rich-snippets/rich-snippets.php:96
2224
  msgid "City"
2225
  msgstr ""
2226
 
2227
+ #: modules/rich-snippets/rich-snippets.php:99
2228
  msgid "Country"
2229
  msgstr ""
2230
 
2231
+ #: modules/rich-snippets/rich-snippets.php:102
2232
  msgid "Postal Code"
2233
  msgstr ""
2234
 
2235
+ #: modules/rich-snippets/rich-snippets.php:107
2236
  msgid "Fax Number"
2237
  msgstr ""
2238
 
2239
+ #: modules/rich-snippets/rich-snippets.php:110
2240
  msgid "Map URL"
2241
  msgstr ""
2242
 
2243
+ #: modules/rich-snippets/rich-snippets.php:124
2244
  msgid "Phone Number"
2245
  msgstr ""
2246
 
2247
+ #: modules/rich-snippets/rich-snippets.php:305
2248
  msgid "Schema.org markup generated by %1$s (%2$s)"
2249
  msgstr ""
2250
 
2251
+ #: modules/rich-snippets/rich-snippets.php:343
2252
  msgid "Standard"
2253
  msgstr ""
2254
 
2255
+ #: modules/rich-snippets/rich-snippets.php:346
2256
  msgid "Search Result Type:"
2257
  msgstr ""
2258
 
2259
+ #: modules/rich-snippets/rich-snippets.php:351
2260
  msgid "Name of Reviewed Item:"
2261
  msgstr ""
2262
 
2263
+ #: modules/rich-snippets/rich-snippets.php:355
2264
  msgid "0.5 stars"
2265
  msgstr ""
2266
 
2267
+ #: modules/rich-snippets/rich-snippets.php:356
2268
  msgid "1 star"
2269
  msgstr ""
2270
 
2271
+ #: modules/rich-snippets/rich-snippets.php:357
2272
  msgid "1.5 stars"
2273
  msgstr ""
2274
 
2275
+ #: modules/rich-snippets/rich-snippets.php:358
2276
  msgid "2 stars"
2277
  msgstr ""
2278
 
2279
+ #: modules/rich-snippets/rich-snippets.php:359
2280
  msgid "2.5 stars"
2281
  msgstr ""
2282
 
2283
+ #: modules/rich-snippets/rich-snippets.php:360
2284
  msgid "3 stars"
2285
  msgstr ""
2286
 
2287
+ #: modules/rich-snippets/rich-snippets.php:361
2288
  msgid "3.5 stars"
2289
  msgstr ""
2290
 
2291
+ #: modules/rich-snippets/rich-snippets.php:362
2292
  msgid "4 stars"
2293
  msgstr ""
2294
 
2295
+ #: modules/rich-snippets/rich-snippets.php:363
2296
  msgid "4.5 stars"
2297
  msgstr ""
2298
 
2299
+ #: modules/rich-snippets/rich-snippets.php:364
2300
  msgid "5 stars"
2301
  msgstr ""
2302
 
2303
+ #: modules/rich-snippets/rich-snippets.php:365
2304
  msgid "Star Rating for Reviewed Item:"
2305
  msgstr ""
2306
 
2307
+ #: modules/rich-snippets/rich-snippets.php:371
2308
  msgid "Street Address:"
2309
  msgstr ""
2310
 
2311
+ #: modules/rich-snippets/rich-snippets.php:372
2312
  msgid "Post Office Box Number:"
2313
  msgstr ""
2314
 
2315
+ #: modules/rich-snippets/rich-snippets.php:373
2316
  msgid "City:"
2317
  msgstr ""
2318
 
2319
+ #: modules/rich-snippets/rich-snippets.php:374
2320
  msgid "State or Region:"
2321
  msgstr ""
2322
 
2323
+ #: modules/rich-snippets/rich-snippets.php:375
2324
  msgid "Country:"
2325
  msgstr ""
2326
 
2327
+ #: modules/rich-snippets/rich-snippets.php:376
2328
  msgid "Postal Code:"
2329
  msgstr ""
2330
 
2331
+ #: modules/rich-snippets/rich-snippets.php:377
2332
  msgid "Address:"
2333
  msgstr ""
2334
 
2335
+ #: modules/rich-snippets/rich-snippets.php:378
2336
  msgid "Map Page:"
2337
  msgstr ""
2338
 
2339
+ #: modules/rich-snippets/rich-snippets.php:379
2340
  msgid "Phone Number:"
2341
  msgstr ""
2342
 
2343
+ #: modules/rich-snippets/rich-snippets.php:380
2344
  msgid "Fax Number:"
2345
  msgstr ""
2346
 
2347
+ #: modules/rich-snippets/rich-snippets.php:381
2348
  msgid "Photo:"
2349
  msgstr ""
2350
 
2351
+ #: modules/rich-snippets/rich-snippets.php:392
2352
  msgid ""
2353
  "\r\n"
2354
  "<ul>\r\n"
2376
  "</ul>\r\n"
2377
  msgstr ""
2378
 
2379
+ #: modules/rich-snippets/rich-snippets.php:403
2380
  msgid ""
2381
  "\r\n"
2382
  "<ul>\r\n"
2390
  "</ul>\r\n"
2391
  msgstr ""
2392
 
2393
+ #: modules/rich-snippets/rich-snippets.php:412
2394
  msgid ""
2395
  "\r\n"
2396
  "<ul>\r\n"
2417
  msgid "SEO Design Solutions Whitepapers"
2418
  msgstr ""
2419
 
2420
+ #. #-#-#-#-# plugin.pot (SEO Ultimate 7.5.2) #-#-#-#-#
2421
  #. Author of the plugin/theme
2422
  #: modules/sds-blog/sds-blog.php:49
2423
  msgid "SEO Design Solutions"
2733
  msgid "SEO Ultimate Plugin Settings"
2734
  msgstr ""
2735
 
2736
+ #. #-#-#-#-# plugin.pot (SEO Ultimate 7.5.2) #-#-#-#-#
2737
  #. Plugin Name of the plugin/theme
2738
  #: modules/settings/settings.php:26 plugin/class.seo-ultimate.php:861
2739
  msgid "SEO Ultimate"
2875
  "</ul>\r\n"
2876
  msgstr ""
2877
 
2878
+ #: modules/slugs/slugs.php:12 modules/slugs/slugs.php:110
2879
  msgid "Slug Optimizer"
2880
  msgstr ""
2881
 
2883
  msgid "Words to Remove"
2884
  msgstr ""
2885
 
2886
+ #: modules/slugs/slugs.php:76
2887
  msgid ""
2888
  "\r\n"
2889
  "<ul>\r\n"
2903
  "</ul>\r\n"
2904
  msgstr ""
2905
 
2906
+ #: modules/slugs/slugs.php:84
2907
  msgid ""
2908
  "\r\n"
2909
  "<ul>\r\n"
2939
  "</ul>\r\n"
2940
  msgstr ""
2941
 
2942
+ #: modules/slugs/slugs.php:101
2943
  msgid ""
2944
  "\r\n"
2945
  "<ul>\r\n"