Version Description
Download this release
Release Info
Developer | SEO Design Solutions |
Plugin | SEO Ultimate |
Version | 7.6.5.5 |
Comparing to | |
See all releases |
Code changes from version 7.6.5.4 to 7.6.5.5
- modules/class.su-module.php +1 -1
- modules/settings/settings-data.php +1 -1
- plugin/class.seo-ultimate.php +4 -9
- readme.txt +6 -2
- seo-ultimate.php +4 -4
- translations/seo-ultimate-en_US.mo +0 -0
- translations/seo-ultimate-en_US.po +39 -39
- translations/seo-ultimate.pot +39 -39
modules/class.su-module.php
CHANGED
@@ -1468,7 +1468,7 @@ class SU_Module {
|
|
1468 |
* @param $headers Array of (CSS class => Internationalized column title)
|
1469 |
*/
|
1470 |
function admin_wftable_start($headers = false) {
|
1471 |
-
echo "\n<table class='
|
1472 |
if ($headers)
|
1473 |
$this->table_column_headers($headers);
|
1474 |
else {
|
1468 |
* @param $headers Array of (CSS class => Internationalized column title)
|
1469 |
*/
|
1470 |
function admin_wftable_start($headers = false) {
|
1471 |
+
echo "\n<table class='table table-bordered'>\n";
|
1472 |
if ($headers)
|
1473 |
$this->table_column_headers($headers);
|
1474 |
else {
|
modules/settings/settings-data.php
CHANGED
@@ -234,7 +234,7 @@ class SU_SettingsData extends SU_Module {
|
|
234 |
echo "\n<p>";
|
235 |
_e('You can import settings and data from these plugins. Clicking a plugin’s name will take you to the importer page, where you can customize parameters and start the import.', 'seo-ultimate');
|
236 |
echo "</p>\n";
|
237 |
-
echo "<table class='
|
238 |
|
239 |
$class = '';
|
240 |
foreach ($importmodules as $key => $x_module) {
|
234 |
echo "\n<p>";
|
235 |
_e('You can import settings and data from these plugins. Clicking a plugin’s name will take you to the importer page, where you can customize parameters and start the import.', 'seo-ultimate');
|
236 |
echo "</p>\n";
|
237 |
+
echo "<table class='table table-bordered'>\n";
|
238 |
|
239 |
$class = '';
|
240 |
foreach ($importmodules as $key => $x_module) {
|
plugin/class.seo-ultimate.php
CHANGED
@@ -490,18 +490,13 @@ class SEO_Ultimate {
|
|
490 |
//If this is actually a module...
|
491 |
if (class_exists($class)) {
|
492 |
|
493 |
-
if (
|
494 |
-
&& !call_user_func(array($class, 'is_independent_module'))
|
495 |
-
)
|
496 |
$module_disabled = (isset($oldmodules[$module_parent]) && $oldmodules[$module_parent] == SU_MODULE_DISABLED);
|
497 |
else
|
498 |
$module_disabled = (isset($oldmodules[$module]) && $oldmodules[$module] == SU_MODULE_DISABLED);
|
499 |
|
500 |
-
|
501 |
-
|
502 |
-
|
503 |
-
if (!isset($oldmodules[$module]) && call_user_func(array($class, 'get_default_status') == SU_MODULE_DISABLED));
|
504 |
-
$module_disabled = false;
|
505 |
|
506 |
if (in_array($module, $this->get_invincible_modules())) {
|
507 |
$module_disabled = false;
|
@@ -2120,4 +2115,4 @@ class SEO_Ultimate {
|
|
2120 |
//echo "";
|
2121 |
}
|
2122 |
}
|
2123 |
-
?>
|
490 |
//If this is actually a module...
|
491 |
if (class_exists($class)) {
|
492 |
|
493 |
+
if (($module_parent = call_user_func(array($class, 'get_parent_module'))) && !call_user_func(array($class, 'is_independent_module')))
|
|
|
|
|
494 |
$module_disabled = (isset($oldmodules[$module_parent]) && $oldmodules[$module_parent] == SU_MODULE_DISABLED);
|
495 |
else
|
496 |
$module_disabled = (isset($oldmodules[$module]) && $oldmodules[$module] == SU_MODULE_DISABLED);
|
497 |
|
498 |
+
if (!isset($oldmodules[$module]) && call_user_func(array($class, 'get_default_status')) == SU_MODULE_DISABLED)
|
499 |
+
$module_disabled = true;
|
|
|
|
|
|
|
500 |
|
501 |
if (in_array($module, $this->get_invincible_modules())) {
|
502 |
$module_disabled = false;
|
2115 |
//echo "";
|
2116 |
}
|
2117 |
}
|
2118 |
+
?>
|
readme.txt
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
Contributors: SEO Design Solutions, JohnLamansky, djalexandar, M Rub Shuvo
|
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.9
|
5 |
-
Tested up to: 4.2.
|
6 |
-
Stable tag: 7.6.5.
|
7 |
|
8 |
This all-in-one SEO plugin gives you control over meta titles & descriptions, open graph, auto-linking, rich-snippets, 404 monitoring, siloing & more.
|
9 |
|
@@ -248,6 +248,10 @@ Frequently asked questions, settings help, and troubleshooting tips for SEO Ulti
|
|
248 |
|
249 |
== Changelog ==
|
250 |
|
|
|
|
|
|
|
|
|
251 |
= Version 7.6.5.4 (May 7, 2015) =
|
252 |
* Bugfix: Toggle for "SEO" Menu in admin toolbar
|
253 |
|
2 |
Contributors: SEO Design Solutions, JohnLamansky, djalexandar, M Rub Shuvo
|
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.9
|
5 |
+
Tested up to: 4.2.2
|
6 |
+
Stable tag: 7.6.5.5
|
7 |
|
8 |
This all-in-one SEO plugin gives you control over meta titles & descriptions, open graph, auto-linking, rich-snippets, 404 monitoring, siloing & more.
|
9 |
|
248 |
|
249 |
== Changelog ==
|
250 |
|
251 |
+
= Version 7.6.5.5 (May 12, 2015) =
|
252 |
+
* Bugfix: Module Enable/Disable Fix
|
253 |
+
* Bugfix: Data Table classes fix
|
254 |
+
|
255 |
= Version 7.6.5.4 (May 7, 2015) =
|
256 |
* Bugfix: Toggle for "SEO" Menu in admin toolbar
|
257 |
|
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 meta titles & descriptions, open graph, auto-linking, rich-snippets, 404 monitoring, siloing & more.
|
6 |
-
Version: 7.6.5.
|
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.6.5.
|
16 |
* @link http://www.seodesignsolutions.com/wordpress-seo/ SEO Ultimate Homepage
|
17 |
*/
|
18 |
|
@@ -48,10 +48,10 @@ define('SU_MINIMUM_WP_VER', '3.9');
|
|
48 |
//Reading plugin info from constants is faster than trying to parse it from the header above.
|
49 |
define('SU_PLUGIN_NAME', 'SEO Ultimate');
|
50 |
define('SU_PLUGIN_URI', 'http://www.seodesignsolutions.com/wordpress-seo/');
|
51 |
-
define('SU_VERSION', '7.6.5.
|
52 |
define('SU_AUTHOR', 'SEO Design Solutions');
|
53 |
define('SU_AUTHOR_URI', 'http://www.seodesignframework.com/');
|
54 |
-
define('SU_USER_AGENT', 'SeoUltimate/7.6.5.
|
55 |
|
56 |
/********** INCLUDES **********/
|
57 |
|
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 meta titles & descriptions, open graph, auto-linking, rich-snippets, 404 monitoring, siloing & more.
|
6 |
+
Version: 7.6.5.5
|
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.6.5.5
|
16 |
* @link http://www.seodesignsolutions.com/wordpress-seo/ SEO Ultimate Homepage
|
17 |
*/
|
18 |
|
48 |
//Reading plugin info from constants is faster than trying to parse it from the header above.
|
49 |
define('SU_PLUGIN_NAME', 'SEO Ultimate');
|
50 |
define('SU_PLUGIN_URI', 'http://www.seodesignsolutions.com/wordpress-seo/');
|
51 |
+
define('SU_VERSION', '7.6.5.5');
|
52 |
define('SU_AUTHOR', 'SEO Design Solutions');
|
53 |
define('SU_AUTHOR_URI', 'http://www.seodesignframework.com/');
|
54 |
+
define('SU_USER_AGENT', 'SeoUltimate/7.6.5.5');
|
55 |
|
56 |
/********** INCLUDES **********/
|
57 |
|
translations/seo-ultimate-en_US.mo
CHANGED
Binary file
|
translations/seo-ultimate-en_US.po
CHANGED
@@ -2,10 +2,10 @@
|
|
2 |
# This file is distributed under the same license as the SEO Ultimate package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: SEO Ultimate v7.6.5.
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/seo-ultimate\n"
|
7 |
-
"POT-Creation-Date: 2015-05-
|
8 |
-
"PO-Revision-Date: 2015-05-
|
9 |
"Last-Translator: \n"
|
10 |
"Language-Team: SEO Design Solutions <support@seodesignsolutions.com>\n"
|
11 |
"Language: en_US\n"
|
@@ -1218,11 +1218,11 @@ msgstr ""
|
|
1218 |
|
1219 |
#: modules/class.su-module.php:2801 modules/meta/meta-descriptions.php:31
|
1220 |
#: modules/meta/meta-keywords.php:40 modules/opengraph/opengraph.php:352
|
1221 |
-
#: plugin/class.seo-ultimate.php:
|
1222 |
msgid "Blog Homepage"
|
1223 |
msgstr ""
|
1224 |
|
1225 |
-
#: modules/class.su-module.php:2806 plugin/class.seo-ultimate.php:
|
1226 |
msgid "Author"
|
1227 |
msgstr ""
|
1228 |
|
@@ -1230,7 +1230,7 @@ msgstr ""
|
|
1230 |
msgid "A Deleted User"
|
1231 |
msgstr ""
|
1232 |
|
1233 |
-
#: modules/class.su-module.php:2823 plugin/class.seo-ultimate.php:
|
1234 |
msgid "Link Mask"
|
1235 |
msgstr ""
|
1236 |
|
@@ -2165,7 +2165,7 @@ msgid ""
|
|
2165 |
msgstr ""
|
2166 |
|
2167 |
#: modules/misc/misc.php:11 modules/misc/misc.php:12
|
2168 |
-
#: plugin/class.seo-ultimate.php:
|
2169 |
msgid "Miscellaneous"
|
2170 |
msgstr ""
|
2171 |
|
@@ -3414,7 +3414,7 @@ msgstr ""
|
|
3414 |
msgid "SEO Ultimate Plugin Settings"
|
3415 |
msgstr ""
|
3416 |
|
3417 |
-
#: modules/settings/settings.php:26 plugin/class.seo-ultimate.php:
|
3418 |
msgid "SEO Ultimate"
|
3419 |
msgstr ""
|
3420 |
|
@@ -3466,7 +3466,7 @@ msgid "Uninstaller"
|
|
3466 |
msgstr ""
|
3467 |
|
3468 |
#: modules/settings/uninstall.php:18 modules/settings/uninstall.php:22
|
3469 |
-
#: plugin/class.seo-ultimate.php:
|
3470 |
msgid "Uninstall"
|
3471 |
msgstr ""
|
3472 |
|
@@ -4199,102 +4199,102 @@ msgstr ""
|
|
4199 |
msgid "Go to setting »"
|
4200 |
msgstr ""
|
4201 |
|
4202 |
-
#: plugin/class.seo-ultimate.php:
|
4203 |
msgid "SEO"
|
4204 |
msgstr ""
|
4205 |
|
4206 |
-
#: plugin/class.seo-ultimate.php:
|
4207 |
msgid ""
|
4208 |
"It looks like you made changes to the settings of this SEO Ultimate module. "
|
4209 |
"If you leave before saving, those changes will be lost."
|
4210 |
msgstr ""
|
4211 |
|
4212 |
-
#: plugin/class.seo-ultimate.php:
|
4213 |
msgid "SEO Settings"
|
4214 |
msgstr ""
|
4215 |
|
4216 |
-
#: plugin/class.seo-ultimate.php:
|
4217 |
#, php-format
|
4218 |
msgid ""
|
4219 |
"%1$s is known to cause conflicts with SEO Ultimate. Please deactivate %1$s "
|
4220 |
"if you wish to continue using SEO Ultimate."
|
4221 |
msgstr ""
|
4222 |
|
4223 |
-
#: plugin/class.seo-ultimate.php:
|
4224 |
msgid "new module"
|
4225 |
msgstr ""
|
4226 |
|
4227 |
-
#: plugin/class.seo-ultimate.php:
|
4228 |
msgid "new modules"
|
4229 |
msgstr ""
|
4230 |
|
4231 |
-
#: plugin/class.seo-ultimate.php:
|
4232 |
msgid "new feature"
|
4233 |
msgstr ""
|
4234 |
|
4235 |
-
#: plugin/class.seo-ultimate.php:
|
4236 |
msgid "new features"
|
4237 |
msgstr ""
|
4238 |
|
4239 |
-
#: plugin/class.seo-ultimate.php:
|
4240 |
msgid "bugfix"
|
4241 |
msgstr ""
|
4242 |
|
4243 |
-
#: plugin/class.seo-ultimate.php:
|
4244 |
msgid "bugfixes"
|
4245 |
msgstr ""
|
4246 |
|
4247 |
-
#: plugin/class.seo-ultimate.php:
|
4248 |
msgid "improvement"
|
4249 |
msgstr ""
|
4250 |
|
4251 |
-
#: plugin/class.seo-ultimate.php:
|
4252 |
msgid "improvements"
|
4253 |
msgstr ""
|
4254 |
|
4255 |
-
#: plugin/class.seo-ultimate.php:
|
4256 |
msgid "security fix"
|
4257 |
msgstr ""
|
4258 |
|
4259 |
-
#: plugin/class.seo-ultimate.php:
|
4260 |
msgid "security fixes"
|
4261 |
msgstr ""
|
4262 |
|
4263 |
-
#: plugin/class.seo-ultimate.php:
|
4264 |
msgid "new language pack"
|
4265 |
msgstr ""
|
4266 |
|
4267 |
-
#: plugin/class.seo-ultimate.php:
|
4268 |
msgid "new language packs"
|
4269 |
msgstr ""
|
4270 |
|
4271 |
-
#: plugin/class.seo-ultimate.php:
|
4272 |
msgid "language pack update"
|
4273 |
msgstr ""
|
4274 |
|
4275 |
-
#: plugin/class.seo-ultimate.php:
|
4276 |
msgid "language pack updates"
|
4277 |
msgstr ""
|
4278 |
|
4279 |
-
#: plugin/class.seo-ultimate.php:
|
4280 |
#, php-format
|
4281 |
msgid "%d %s"
|
4282 |
msgstr ""
|
4283 |
|
4284 |
-
#: plugin/class.seo-ultimate.php:
|
4285 |
#, php-format
|
4286 |
msgid "Upgrade now to get %s. %s."
|
4287 |
msgstr ""
|
4288 |
|
4289 |
-
#: plugin/class.seo-ultimate.php:
|
4290 |
msgid "View changelog"
|
4291 |
msgstr ""
|
4292 |
|
4293 |
-
#: plugin/class.seo-ultimate.php:
|
4294 |
msgid "Active Modules: "
|
4295 |
msgstr ""
|
4296 |
|
4297 |
-
#: plugin/class.seo-ultimate.php:
|
4298 |
msgid ""
|
4299 |
"<strong>SEO Ultimate Notice:</strong> Your blog is configured to block "
|
4300 |
"search engine spiders. To resolve this, <a href=\"options-reading.php\" "
|
@@ -4302,32 +4302,32 @@ msgid ""
|
|
4302 |
"discourage search engines” option."
|
4303 |
msgstr ""
|
4304 |
|
4305 |
-
#: plugin/class.seo-ultimate.php:
|
4306 |
msgid "Search Engine Listing"
|
4307 |
msgstr ""
|
4308 |
|
4309 |
-
#: plugin/class.seo-ultimate.php:
|
4310 |
msgid "Social Networks Listing"
|
4311 |
msgstr ""
|
4312 |
|
4313 |
-
#: plugin/class.seo-ultimate.php:
|
4314 |
msgid "Links"
|
4315 |
msgstr ""
|
4316 |
|
4317 |
-
#: plugin/class.seo-ultimate.php:
|
4318 |
#, php-format
|
4319 |
msgid "%1$s %2$s by %3$s"
|
4320 |
msgstr ""
|
4321 |
|
4322 |
-
#: plugin/class.seo-ultimate.php:
|
4323 |
msgid "Home"
|
4324 |
msgstr ""
|
4325 |
|
4326 |
-
#: plugin/class.seo-ultimate.php:
|
4327 |
msgid "Author Archives"
|
4328 |
msgstr ""
|
4329 |
|
4330 |
-
#: plugin/class.seo-ultimate.php:
|
4331 |
msgid "Link Masks"
|
4332 |
msgstr ""
|
4333 |
|
2 |
# This file is distributed under the same license as the SEO Ultimate package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: SEO Ultimate v7.6.5.5\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/seo-ultimate\n"
|
7 |
+
"POT-Creation-Date: 2015-05-12 22:50+0100\n"
|
8 |
+
"PO-Revision-Date: 2015-05-12 22:50+0100\n"
|
9 |
"Last-Translator: \n"
|
10 |
"Language-Team: SEO Design Solutions <support@seodesignsolutions.com>\n"
|
11 |
"Language: en_US\n"
|
1218 |
|
1219 |
#: modules/class.su-module.php:2801 modules/meta/meta-descriptions.php:31
|
1220 |
#: modules/meta/meta-keywords.php:40 modules/opengraph/opengraph.php:352
|
1221 |
+
#: plugin/class.seo-ultimate.php:1874
|
1222 |
msgid "Blog Homepage"
|
1223 |
msgstr ""
|
1224 |
|
1225 |
+
#: modules/class.su-module.php:2806 plugin/class.seo-ultimate.php:1950
|
1226 |
msgid "Author"
|
1227 |
msgstr ""
|
1228 |
|
1230 |
msgid "A Deleted User"
|
1231 |
msgstr ""
|
1232 |
|
1233 |
+
#: modules/class.su-module.php:2823 plugin/class.seo-ultimate.php:1980
|
1234 |
msgid "Link Mask"
|
1235 |
msgstr ""
|
1236 |
|
2165 |
msgstr ""
|
2166 |
|
2167 |
#: modules/misc/misc.php:11 modules/misc/misc.php:12
|
2168 |
+
#: plugin/class.seo-ultimate.php:1584
|
2169 |
msgid "Miscellaneous"
|
2170 |
msgstr ""
|
2171 |
|
3414 |
msgid "SEO Ultimate Plugin Settings"
|
3415 |
msgstr ""
|
3416 |
|
3417 |
+
#: modules/settings/settings.php:26 plugin/class.seo-ultimate.php:852
|
3418 |
msgid "SEO Ultimate"
|
3419 |
msgstr ""
|
3420 |
|
3466 |
msgstr ""
|
3467 |
|
3468 |
#: modules/settings/uninstall.php:18 modules/settings/uninstall.php:22
|
3469 |
+
#: plugin/class.seo-ultimate.php:1412
|
3470 |
msgid "Uninstall"
|
3471 |
msgstr ""
|
3472 |
|
4199 |
msgid "Go to setting »"
|
4200 |
msgstr ""
|
4201 |
|
4202 |
+
#: plugin/class.seo-ultimate.php:852
|
4203 |
msgid "SEO"
|
4204 |
msgstr ""
|
4205 |
|
4206 |
+
#: plugin/class.seo-ultimate.php:1133
|
4207 |
msgid ""
|
4208 |
"It looks like you made changes to the settings of this SEO Ultimate module. "
|
4209 |
"If you leave before saving, those changes will be lost."
|
4210 |
msgstr ""
|
4211 |
|
4212 |
+
#: plugin/class.seo-ultimate.php:1228 plugin/class.seo-ultimate.php:1654
|
4213 |
msgid "SEO Settings"
|
4214 |
msgstr ""
|
4215 |
|
4216 |
+
#: plugin/class.seo-ultimate.php:1267
|
4217 |
#, php-format
|
4218 |
msgid ""
|
4219 |
"%1$s is known to cause conflicts with SEO Ultimate. Please deactivate %1$s "
|
4220 |
"if you wish to continue using SEO Ultimate."
|
4221 |
msgstr ""
|
4222 |
|
4223 |
+
#: plugin/class.seo-ultimate.php:1311
|
4224 |
msgid "new module"
|
4225 |
msgstr ""
|
4226 |
|
4227 |
+
#: plugin/class.seo-ultimate.php:1311
|
4228 |
msgid "new modules"
|
4229 |
msgstr ""
|
4230 |
|
4231 |
+
#: plugin/class.seo-ultimate.php:1312
|
4232 |
msgid "new feature"
|
4233 |
msgstr ""
|
4234 |
|
4235 |
+
#: plugin/class.seo-ultimate.php:1312
|
4236 |
msgid "new features"
|
4237 |
msgstr ""
|
4238 |
|
4239 |
+
#: plugin/class.seo-ultimate.php:1313
|
4240 |
msgid "bugfix"
|
4241 |
msgstr ""
|
4242 |
|
4243 |
+
#: plugin/class.seo-ultimate.php:1313
|
4244 |
msgid "bugfixes"
|
4245 |
msgstr ""
|
4246 |
|
4247 |
+
#: plugin/class.seo-ultimate.php:1314
|
4248 |
msgid "improvement"
|
4249 |
msgstr ""
|
4250 |
|
4251 |
+
#: plugin/class.seo-ultimate.php:1314
|
4252 |
msgid "improvements"
|
4253 |
msgstr ""
|
4254 |
|
4255 |
+
#: plugin/class.seo-ultimate.php:1315
|
4256 |
msgid "security fix"
|
4257 |
msgstr ""
|
4258 |
|
4259 |
+
#: plugin/class.seo-ultimate.php:1315
|
4260 |
msgid "security fixes"
|
4261 |
msgstr ""
|
4262 |
|
4263 |
+
#: plugin/class.seo-ultimate.php:1316
|
4264 |
msgid "new language pack"
|
4265 |
msgstr ""
|
4266 |
|
4267 |
+
#: plugin/class.seo-ultimate.php:1316
|
4268 |
msgid "new language packs"
|
4269 |
msgstr ""
|
4270 |
|
4271 |
+
#: plugin/class.seo-ultimate.php:1317
|
4272 |
msgid "language pack update"
|
4273 |
msgstr ""
|
4274 |
|
4275 |
+
#: plugin/class.seo-ultimate.php:1317
|
4276 |
msgid "language pack updates"
|
4277 |
msgstr ""
|
4278 |
|
4279 |
+
#: plugin/class.seo-ultimate.php:1348
|
4280 |
#, php-format
|
4281 |
msgid "%d %s"
|
4282 |
msgstr ""
|
4283 |
|
4284 |
+
#: plugin/class.seo-ultimate.php:1354
|
4285 |
#, php-format
|
4286 |
msgid "Upgrade now to get %s. %s."
|
4287 |
msgstr ""
|
4288 |
|
4289 |
+
#: plugin/class.seo-ultimate.php:1356
|
4290 |
msgid "View changelog"
|
4291 |
msgstr ""
|
4292 |
|
4293 |
+
#: plugin/class.seo-ultimate.php:1433
|
4294 |
msgid "Active Modules: "
|
4295 |
msgstr ""
|
4296 |
|
4297 |
+
#: plugin/class.seo-ultimate.php:1500
|
4298 |
msgid ""
|
4299 |
"<strong>SEO Ultimate Notice:</strong> Your blog is configured to block "
|
4300 |
"search engine spiders. To resolve this, <a href=\"options-reading.php\" "
|
4302 |
"discourage search engines” option."
|
4303 |
msgstr ""
|
4304 |
|
4305 |
+
#: plugin/class.seo-ultimate.php:1581
|
4306 |
msgid "Search Engine Listing"
|
4307 |
msgstr ""
|
4308 |
|
4309 |
+
#: plugin/class.seo-ultimate.php:1582
|
4310 |
msgid "Social Networks Listing"
|
4311 |
msgstr ""
|
4312 |
|
4313 |
+
#: plugin/class.seo-ultimate.php:1583
|
4314 |
msgid "Links"
|
4315 |
msgstr ""
|
4316 |
|
4317 |
+
#: plugin/class.seo-ultimate.php:1685
|
4318 |
#, php-format
|
4319 |
msgid "%1$s %2$s by %3$s"
|
4320 |
msgstr ""
|
4321 |
|
4322 |
+
#: plugin/class.seo-ultimate.php:1873
|
4323 |
msgid "Home"
|
4324 |
msgstr ""
|
4325 |
|
4326 |
+
#: plugin/class.seo-ultimate.php:1944
|
4327 |
msgid "Author Archives"
|
4328 |
msgstr ""
|
4329 |
|
4330 |
+
#: plugin/class.seo-ultimate.php:1973
|
4331 |
msgid "Link Masks"
|
4332 |
msgstr ""
|
4333 |
|
translations/seo-ultimate.pot
CHANGED
@@ -2,10 +2,10 @@
|
|
2 |
# This file is distributed under the same license as the SEO Ultimate package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: SEO Ultimate v7.6.5.
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/seo-ultimate\n"
|
7 |
-
"POT-Creation-Date: 2015-05-
|
8 |
-
"PO-Revision-Date: 2015-05-
|
9 |
"Last-Translator: \n"
|
10 |
"Language-Team: SEO Design Solutions <support@seodesignsolutions.com>\n"
|
11 |
"Language: en_US\n"
|
@@ -1218,11 +1218,11 @@ msgstr ""
|
|
1218 |
|
1219 |
#: modules/class.su-module.php:2801 modules/meta/meta-descriptions.php:31
|
1220 |
#: modules/meta/meta-keywords.php:40 modules/opengraph/opengraph.php:352
|
1221 |
-
#: plugin/class.seo-ultimate.php:
|
1222 |
msgid "Blog Homepage"
|
1223 |
msgstr ""
|
1224 |
|
1225 |
-
#: modules/class.su-module.php:2806 plugin/class.seo-ultimate.php:
|
1226 |
msgid "Author"
|
1227 |
msgstr ""
|
1228 |
|
@@ -1230,7 +1230,7 @@ msgstr ""
|
|
1230 |
msgid "A Deleted User"
|
1231 |
msgstr ""
|
1232 |
|
1233 |
-
#: modules/class.su-module.php:2823 plugin/class.seo-ultimate.php:
|
1234 |
msgid "Link Mask"
|
1235 |
msgstr ""
|
1236 |
|
@@ -2165,7 +2165,7 @@ msgid ""
|
|
2165 |
msgstr ""
|
2166 |
|
2167 |
#: modules/misc/misc.php:11 modules/misc/misc.php:12
|
2168 |
-
#: plugin/class.seo-ultimate.php:
|
2169 |
msgid "Miscellaneous"
|
2170 |
msgstr ""
|
2171 |
|
@@ -3414,7 +3414,7 @@ msgstr ""
|
|
3414 |
msgid "SEO Ultimate Plugin Settings"
|
3415 |
msgstr ""
|
3416 |
|
3417 |
-
#: modules/settings/settings.php:26 plugin/class.seo-ultimate.php:
|
3418 |
msgid "SEO Ultimate"
|
3419 |
msgstr ""
|
3420 |
|
@@ -3466,7 +3466,7 @@ msgid "Uninstaller"
|
|
3466 |
msgstr ""
|
3467 |
|
3468 |
#: modules/settings/uninstall.php:18 modules/settings/uninstall.php:22
|
3469 |
-
#: plugin/class.seo-ultimate.php:
|
3470 |
msgid "Uninstall"
|
3471 |
msgstr ""
|
3472 |
|
@@ -4199,102 +4199,102 @@ msgstr ""
|
|
4199 |
msgid "Go to setting »"
|
4200 |
msgstr ""
|
4201 |
|
4202 |
-
#: plugin/class.seo-ultimate.php:
|
4203 |
msgid "SEO"
|
4204 |
msgstr ""
|
4205 |
|
4206 |
-
#: plugin/class.seo-ultimate.php:
|
4207 |
msgid ""
|
4208 |
"It looks like you made changes to the settings of this SEO Ultimate module. "
|
4209 |
"If you leave before saving, those changes will be lost."
|
4210 |
msgstr ""
|
4211 |
|
4212 |
-
#: plugin/class.seo-ultimate.php:
|
4213 |
msgid "SEO Settings"
|
4214 |
msgstr ""
|
4215 |
|
4216 |
-
#: plugin/class.seo-ultimate.php:
|
4217 |
#, php-format
|
4218 |
msgid ""
|
4219 |
"%1$s is known to cause conflicts with SEO Ultimate. Please deactivate %1$s "
|
4220 |
"if you wish to continue using SEO Ultimate."
|
4221 |
msgstr ""
|
4222 |
|
4223 |
-
#: plugin/class.seo-ultimate.php:
|
4224 |
msgid "new module"
|
4225 |
msgstr ""
|
4226 |
|
4227 |
-
#: plugin/class.seo-ultimate.php:
|
4228 |
msgid "new modules"
|
4229 |
msgstr ""
|
4230 |
|
4231 |
-
#: plugin/class.seo-ultimate.php:
|
4232 |
msgid "new feature"
|
4233 |
msgstr ""
|
4234 |
|
4235 |
-
#: plugin/class.seo-ultimate.php:
|
4236 |
msgid "new features"
|
4237 |
msgstr ""
|
4238 |
|
4239 |
-
#: plugin/class.seo-ultimate.php:
|
4240 |
msgid "bugfix"
|
4241 |
msgstr ""
|
4242 |
|
4243 |
-
#: plugin/class.seo-ultimate.php:
|
4244 |
msgid "bugfixes"
|
4245 |
msgstr ""
|
4246 |
|
4247 |
-
#: plugin/class.seo-ultimate.php:
|
4248 |
msgid "improvement"
|
4249 |
msgstr ""
|
4250 |
|
4251 |
-
#: plugin/class.seo-ultimate.php:
|
4252 |
msgid "improvements"
|
4253 |
msgstr ""
|
4254 |
|
4255 |
-
#: plugin/class.seo-ultimate.php:
|
4256 |
msgid "security fix"
|
4257 |
msgstr ""
|
4258 |
|
4259 |
-
#: plugin/class.seo-ultimate.php:
|
4260 |
msgid "security fixes"
|
4261 |
msgstr ""
|
4262 |
|
4263 |
-
#: plugin/class.seo-ultimate.php:
|
4264 |
msgid "new language pack"
|
4265 |
msgstr ""
|
4266 |
|
4267 |
-
#: plugin/class.seo-ultimate.php:
|
4268 |
msgid "new language packs"
|
4269 |
msgstr ""
|
4270 |
|
4271 |
-
#: plugin/class.seo-ultimate.php:
|
4272 |
msgid "language pack update"
|
4273 |
msgstr ""
|
4274 |
|
4275 |
-
#: plugin/class.seo-ultimate.php:
|
4276 |
msgid "language pack updates"
|
4277 |
msgstr ""
|
4278 |
|
4279 |
-
#: plugin/class.seo-ultimate.php:
|
4280 |
#, php-format
|
4281 |
msgid "%d %s"
|
4282 |
msgstr ""
|
4283 |
|
4284 |
-
#: plugin/class.seo-ultimate.php:
|
4285 |
#, php-format
|
4286 |
msgid "Upgrade now to get %s. %s."
|
4287 |
msgstr ""
|
4288 |
|
4289 |
-
#: plugin/class.seo-ultimate.php:
|
4290 |
msgid "View changelog"
|
4291 |
msgstr ""
|
4292 |
|
4293 |
-
#: plugin/class.seo-ultimate.php:
|
4294 |
msgid "Active Modules: "
|
4295 |
msgstr ""
|
4296 |
|
4297 |
-
#: plugin/class.seo-ultimate.php:
|
4298 |
msgid ""
|
4299 |
"<strong>SEO Ultimate Notice:</strong> Your blog is configured to block "
|
4300 |
"search engine spiders. To resolve this, <a href=\"options-reading.php\" "
|
@@ -4302,32 +4302,32 @@ msgid ""
|
|
4302 |
"discourage search engines” option."
|
4303 |
msgstr ""
|
4304 |
|
4305 |
-
#: plugin/class.seo-ultimate.php:
|
4306 |
msgid "Search Engine Listing"
|
4307 |
msgstr ""
|
4308 |
|
4309 |
-
#: plugin/class.seo-ultimate.php:
|
4310 |
msgid "Social Networks Listing"
|
4311 |
msgstr ""
|
4312 |
|
4313 |
-
#: plugin/class.seo-ultimate.php:
|
4314 |
msgid "Links"
|
4315 |
msgstr ""
|
4316 |
|
4317 |
-
#: plugin/class.seo-ultimate.php:
|
4318 |
#, php-format
|
4319 |
msgid "%1$s %2$s by %3$s"
|
4320 |
msgstr ""
|
4321 |
|
4322 |
-
#: plugin/class.seo-ultimate.php:
|
4323 |
msgid "Home"
|
4324 |
msgstr ""
|
4325 |
|
4326 |
-
#: plugin/class.seo-ultimate.php:
|
4327 |
msgid "Author Archives"
|
4328 |
msgstr ""
|
4329 |
|
4330 |
-
#: plugin/class.seo-ultimate.php:
|
4331 |
msgid "Link Masks"
|
4332 |
msgstr ""
|
4333 |
|
2 |
# This file is distributed under the same license as the SEO Ultimate package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: SEO Ultimate v7.6.5.5\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/seo-ultimate\n"
|
7 |
+
"POT-Creation-Date: 2015-05-12 22:50+0100\n"
|
8 |
+
"PO-Revision-Date: 2015-05-12 22:50+0100\n"
|
9 |
"Last-Translator: \n"
|
10 |
"Language-Team: SEO Design Solutions <support@seodesignsolutions.com>\n"
|
11 |
"Language: en_US\n"
|
1218 |
|
1219 |
#: modules/class.su-module.php:2801 modules/meta/meta-descriptions.php:31
|
1220 |
#: modules/meta/meta-keywords.php:40 modules/opengraph/opengraph.php:352
|
1221 |
+
#: plugin/class.seo-ultimate.php:1874
|
1222 |
msgid "Blog Homepage"
|
1223 |
msgstr ""
|
1224 |
|
1225 |
+
#: modules/class.su-module.php:2806 plugin/class.seo-ultimate.php:1950
|
1226 |
msgid "Author"
|
1227 |
msgstr ""
|
1228 |
|
1230 |
msgid "A Deleted User"
|
1231 |
msgstr ""
|
1232 |
|
1233 |
+
#: modules/class.su-module.php:2823 plugin/class.seo-ultimate.php:1980
|
1234 |
msgid "Link Mask"
|
1235 |
msgstr ""
|
1236 |
|
2165 |
msgstr ""
|
2166 |
|
2167 |
#: modules/misc/misc.php:11 modules/misc/misc.php:12
|
2168 |
+
#: plugin/class.seo-ultimate.php:1584
|
2169 |
msgid "Miscellaneous"
|
2170 |
msgstr ""
|
2171 |
|
3414 |
msgid "SEO Ultimate Plugin Settings"
|
3415 |
msgstr ""
|
3416 |
|
3417 |
+
#: modules/settings/settings.php:26 plugin/class.seo-ultimate.php:852
|
3418 |
msgid "SEO Ultimate"
|
3419 |
msgstr ""
|
3420 |
|
3466 |
msgstr ""
|
3467 |
|
3468 |
#: modules/settings/uninstall.php:18 modules/settings/uninstall.php:22
|
3469 |
+
#: plugin/class.seo-ultimate.php:1412
|
3470 |
msgid "Uninstall"
|
3471 |
msgstr ""
|
3472 |
|
4199 |
msgid "Go to setting »"
|
4200 |
msgstr ""
|
4201 |
|
4202 |
+
#: plugin/class.seo-ultimate.php:852
|
4203 |
msgid "SEO"
|
4204 |
msgstr ""
|
4205 |
|
4206 |
+
#: plugin/class.seo-ultimate.php:1133
|
4207 |
msgid ""
|
4208 |
"It looks like you made changes to the settings of this SEO Ultimate module. "
|
4209 |
"If you leave before saving, those changes will be lost."
|
4210 |
msgstr ""
|
4211 |
|
4212 |
+
#: plugin/class.seo-ultimate.php:1228 plugin/class.seo-ultimate.php:1654
|
4213 |
msgid "SEO Settings"
|
4214 |
msgstr ""
|
4215 |
|
4216 |
+
#: plugin/class.seo-ultimate.php:1267
|
4217 |
#, php-format
|
4218 |
msgid ""
|
4219 |
"%1$s is known to cause conflicts with SEO Ultimate. Please deactivate %1$s "
|
4220 |
"if you wish to continue using SEO Ultimate."
|
4221 |
msgstr ""
|
4222 |
|
4223 |
+
#: plugin/class.seo-ultimate.php:1311
|
4224 |
msgid "new module"
|
4225 |
msgstr ""
|
4226 |
|
4227 |
+
#: plugin/class.seo-ultimate.php:1311
|
4228 |
msgid "new modules"
|
4229 |
msgstr ""
|
4230 |
|
4231 |
+
#: plugin/class.seo-ultimate.php:1312
|
4232 |
msgid "new feature"
|
4233 |
msgstr ""
|
4234 |
|
4235 |
+
#: plugin/class.seo-ultimate.php:1312
|
4236 |
msgid "new features"
|
4237 |
msgstr ""
|
4238 |
|
4239 |
+
#: plugin/class.seo-ultimate.php:1313
|
4240 |
msgid "bugfix"
|
4241 |
msgstr ""
|
4242 |
|
4243 |
+
#: plugin/class.seo-ultimate.php:1313
|
4244 |
msgid "bugfixes"
|
4245 |
msgstr ""
|
4246 |
|
4247 |
+
#: plugin/class.seo-ultimate.php:1314
|
4248 |
msgid "improvement"
|
4249 |
msgstr ""
|
4250 |
|
4251 |
+
#: plugin/class.seo-ultimate.php:1314
|
4252 |
msgid "improvements"
|
4253 |
msgstr ""
|
4254 |
|
4255 |
+
#: plugin/class.seo-ultimate.php:1315
|
4256 |
msgid "security fix"
|
4257 |
msgstr ""
|
4258 |
|
4259 |
+
#: plugin/class.seo-ultimate.php:1315
|
4260 |
msgid "security fixes"
|
4261 |
msgstr ""
|
4262 |
|
4263 |
+
#: plugin/class.seo-ultimate.php:1316
|
4264 |
msgid "new language pack"
|
4265 |
msgstr ""
|
4266 |
|
4267 |
+
#: plugin/class.seo-ultimate.php:1316
|
4268 |
msgid "new language packs"
|
4269 |
msgstr ""
|
4270 |
|
4271 |
+
#: plugin/class.seo-ultimate.php:1317
|
4272 |
msgid "language pack update"
|
4273 |
msgstr ""
|
4274 |
|
4275 |
+
#: plugin/class.seo-ultimate.php:1317
|
4276 |
msgid "language pack updates"
|
4277 |
msgstr ""
|
4278 |
|
4279 |
+
#: plugin/class.seo-ultimate.php:1348
|
4280 |
#, php-format
|
4281 |
msgid "%d %s"
|
4282 |
msgstr ""
|
4283 |
|
4284 |
+
#: plugin/class.seo-ultimate.php:1354
|
4285 |
#, php-format
|
4286 |
msgid "Upgrade now to get %s. %s."
|
4287 |
msgstr ""
|
4288 |
|
4289 |
+
#: plugin/class.seo-ultimate.php:1356
|
4290 |
msgid "View changelog"
|
4291 |
msgstr ""
|
4292 |
|
4293 |
+
#: plugin/class.seo-ultimate.php:1433
|
4294 |
msgid "Active Modules: "
|
4295 |
msgstr ""
|
4296 |
|
4297 |
+
#: plugin/class.seo-ultimate.php:1500
|
4298 |
msgid ""
|
4299 |
"<strong>SEO Ultimate Notice:</strong> Your blog is configured to block "
|
4300 |
"search engine spiders. To resolve this, <a href=\"options-reading.php\" "
|
4302 |
"discourage search engines” option."
|
4303 |
msgstr ""
|
4304 |
|
4305 |
+
#: plugin/class.seo-ultimate.php:1581
|
4306 |
msgid "Search Engine Listing"
|
4307 |
msgstr ""
|
4308 |
|
4309 |
+
#: plugin/class.seo-ultimate.php:1582
|
4310 |
msgid "Social Networks Listing"
|
4311 |
msgstr ""
|
4312 |
|
4313 |
+
#: plugin/class.seo-ultimate.php:1583
|
4314 |
msgid "Links"
|
4315 |
msgstr ""
|
4316 |
|
4317 |
+
#: plugin/class.seo-ultimate.php:1685
|
4318 |
#, php-format
|
4319 |
msgid "%1$s %2$s by %3$s"
|
4320 |
msgstr ""
|
4321 |
|
4322 |
+
#: plugin/class.seo-ultimate.php:1873
|
4323 |
msgid "Home"
|
4324 |
msgstr ""
|
4325 |
|
4326 |
+
#: plugin/class.seo-ultimate.php:1944
|
4327 |
msgid "Author Archives"
|
4328 |
msgstr ""
|
4329 |
|
4330 |
+
#: plugin/class.seo-ultimate.php:1973
|
4331 |
msgid "Link Masks"
|
4332 |
msgstr ""
|
4333 |
|