Version Description
Download this release
Release Info
Developer | JohnLamansky |
Plugin | SEO Ultimate |
Version | 7.5.7 |
Comparing to | |
See all releases |
Code changes from version 7.5.6 to 7.5.7
- modules/opengraph/opengraph.php +2 -5
- readme.txt +4 -1
- seo-ultimate.php +4 -4
- translations/seo-ultimate.pot +53 -55
modules/opengraph/opengraph.php
CHANGED
@@ -179,11 +179,8 @@ class SU_OpenGraph extends SU_Module {
|
|
179 |
if ($tags['og:type'] == 'none')
|
180 |
$tags['og:type'] = '';
|
181 |
|
182 |
-
if ((!isset($tags['og:image']) || !$tags['og:image']) && $tags['og:image'] !== false)
|
183 |
$tags['og:image'] = $this->jlsuggest_value_to_url($this->get_setting('default_og_image'), true);
|
184 |
-
if (!$tags['og:image'] && $tags['og:url'])
|
185 |
-
$tags['og:image'] = 'http://s.wordpress.com/mshots/v1/'.urlencode($tags['og:url']);
|
186 |
-
}
|
187 |
|
188 |
//Site Name
|
189 |
if (!($tags['og:site_name'] = $this->get_setting('og_site_name')))
|
@@ -302,7 +299,7 @@ class SU_OpenGraph extends SU_Module {
|
|
302 |
$this->admin_subheader(__('Default Image', 'seo-ultimate'));
|
303 |
$this->admin_form_table_start();
|
304 |
|
305 |
-
$this->textblock(__('In the box below, you can specify an image URL or an image from your media library to use as a default image in the event that there is no image otherwise specified for a given webpage on your site.
|
306 |
|
307 |
$this->jlsuggest_box('default_og_image', __('Default Image', 'seo-ultimate'), 'types=posttype_attachment&post_mime_type=image/*');
|
308 |
|
179 |
if ($tags['og:type'] == 'none')
|
180 |
$tags['og:type'] = '';
|
181 |
|
182 |
+
if ((!isset($tags['og:image']) || !$tags['og:image']) && $tags['og:image'] !== false)
|
183 |
$tags['og:image'] = $this->jlsuggest_value_to_url($this->get_setting('default_og_image'), true);
|
|
|
|
|
|
|
184 |
|
185 |
//Site Name
|
186 |
if (!($tags['og:site_name'] = $this->get_setting('og_site_name')))
|
299 |
$this->admin_subheader(__('Default Image', 'seo-ultimate'));
|
300 |
$this->admin_form_table_start();
|
301 |
|
302 |
+
$this->textblock(__('In the box below, you can specify an image URL or an image from your media library to use as a default image in the event that there is no image otherwise specified for a given webpage on your site.', 'seo-ultimate'));
|
303 |
|
304 |
$this->jlsuggest_box('default_og_image', __('Default Image', 'seo-ultimate'), 'types=posttype_attachment&post_mime_type=image/*');
|
305 |
|
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.
|
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 |
|
@@ -277,6 +277,9 @@ Frequently asked questions, settings help, and troubleshooting tips for SEO Ulti
|
|
277 |
|
278 |
== Changelog ==
|
279 |
|
|
|
|
|
|
|
280 |
= Version 7.5.6 (August 13, 2012) =
|
281 |
* Feature: Rich Snippet Creator now includes an "Image of Reviewed Item" field for reviews
|
282 |
* Bugfix: The autocomplete dropdowns of the "Link Location" boxes of Deeplink Juggernaut's Footer Linker once again include taxonomy archive pages
|
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.7
|
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 |
|
277 |
|
278 |
== Changelog ==
|
279 |
|
280 |
+
= Version 7.5.7 (August 17, 2012) =
|
281 |
+
* Removed Feature: Open Graph Integrator no longer falls back to using webpage screenshot images from the WordPress.com mShots service, as this was causing "Generating Image" placeholders to be cached by Facebook
|
282 |
+
|
283 |
= Version 7.5.6 (August 13, 2012) =
|
284 |
* Feature: Rich Snippet Creator now includes an "Image of Reviewed Item" field for reviews
|
285 |
* Bugfix: The autocomplete dropdowns of the "Link Location" boxes of Deeplink Juggernaut's Footer Linker once again include taxonomy archive pages
|
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.
|
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.
|
16 |
* @link http://www.seodesignsolutions.com/wordpress-seo/ SEO Ultimate Homepage
|
17 |
*/
|
18 |
|
@@ -47,10 +47,10 @@ define('SU_MINIMUM_WP_VER', '3.3');
|
|
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.
|
51 |
define('SU_AUTHOR', 'SEO Design Solutions');
|
52 |
define('SU_AUTHOR_URI', 'http://www.seodesignsolutions.com/');
|
53 |
-
define('SU_USER_AGENT', 'SeoUltimate/7.5.
|
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.7
|
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.7
|
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.7');
|
51 |
define('SU_AUTHOR', 'SEO Design Solutions');
|
52 |
define('SU_AUTHOR_URI', 'http://www.seodesignsolutions.com/');
|
53 |
+
define('SU_USER_AGENT', 'SeoUltimate/7.5.7');
|
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.
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/seo-ultimate\n"
|
7 |
-
"POT-Creation-Date: 2012-08-
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=UTF-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
@@ -853,7 +853,7 @@ msgid "A Deleted Term"
|
|
853 |
msgstr ""
|
854 |
|
855 |
#: modules/class.su-module.php:2761 modules/meta/meta-descriptions.php:31
|
856 |
-
#: modules/meta/meta-keywords.php:40 modules/opengraph/opengraph.php:
|
857 |
#: plugin/class.seo-ultimate.php:1773
|
858 |
msgid "Blog Homepage"
|
859 |
msgstr ""
|
@@ -1422,12 +1422,12 @@ msgid "Meta Keywords"
|
|
1422 |
msgstr ""
|
1423 |
|
1424 |
#: modules/meta/meta-keywords.php:38 modules/meta/meta-robots.php:22
|
1425 |
-
#: modules/opengraph/opengraph.php:
|
1426 |
msgid "Sitewide Values"
|
1427 |
msgstr ""
|
1428 |
|
1429 |
#: modules/meta/meta-keywords.php:39 modules/noindex/noindex.php:50
|
1430 |
-
#: modules/opengraph/opengraph.php:
|
1431 |
msgid "Default Values"
|
1432 |
msgstr ""
|
1433 |
|
@@ -1853,8 +1853,8 @@ msgid "Noindex"
|
|
1853 |
msgstr ""
|
1854 |
|
1855 |
#: modules/noindex/noindex.php:69 modules/noindex/noindex.php:80
|
1856 |
-
#: modules/opengraph/opengraph.php:
|
1857 |
-
#: modules/opengraph/opengraph.php:
|
1858 |
msgid "Use default"
|
1859 |
msgstr ""
|
1860 |
|
@@ -1944,182 +1944,180 @@ msgstr ""
|
|
1944 |
msgid "Open Graph"
|
1945 |
msgstr ""
|
1946 |
|
1947 |
-
#: modules/opengraph/opengraph.php:
|
1948 |
msgid "Type"
|
1949 |
msgstr ""
|
1950 |
|
1951 |
-
#: modules/opengraph/opengraph.php:
|
1952 |
msgid "Title"
|
1953 |
msgstr ""
|
1954 |
|
1955 |
-
#: modules/opengraph/opengraph.php:
|
1956 |
msgid "Description"
|
1957 |
msgstr ""
|
1958 |
|
1959 |
-
#: modules/opengraph/opengraph.php:
|
1960 |
msgid "Image"
|
1961 |
msgstr ""
|
1962 |
|
1963 |
-
#: modules/opengraph/opengraph.php:
|
1964 |
msgid "Site Name"
|
1965 |
msgstr ""
|
1966 |
|
1967 |
-
#: modules/opengraph/opengraph.php:
|
1968 |
msgid "Facebook App ID"
|
1969 |
msgstr ""
|
1970 |
|
1971 |
-
#: modules/opengraph/opengraph.php:
|
1972 |
msgid "This Site’s Twitter Handle"
|
1973 |
msgstr ""
|
1974 |
|
1975 |
-
#: modules/opengraph/opengraph.php:
|
1976 |
msgid "Default Types"
|
1977 |
msgstr ""
|
1978 |
|
1979 |
-
#: modules/opengraph/opengraph.php:
|
1980 |
msgid "Post Type"
|
1981 |
msgstr ""
|
1982 |
|
1983 |
-
#: modules/opengraph/opengraph.php:
|
1984 |
msgid "Open Graph Type"
|
1985 |
msgstr ""
|
1986 |
|
1987 |
-
#: modules/opengraph/opengraph.php:
|
1988 |
msgid "Twitter Type"
|
1989 |
msgstr ""
|
1990 |
|
1991 |
-
#: modules/opengraph/opengraph.php:
|
1992 |
msgid "Default Image"
|
1993 |
msgstr ""
|
1994 |
|
1995 |
-
#: modules/opengraph/opengraph.php:
|
1996 |
msgid ""
|
1997 |
"In the box below, you can specify an image URL or an image from your media "
|
1998 |
"library to use as a default image in the event that there is no image "
|
1999 |
-
"otherwise specified for a given webpage on your site.
|
2000 |
-
"a default image in the box below, then dynamically-generated thumbnails from "
|
2001 |
-
"the WordPress.com mShots service will be used instead."
|
2002 |
msgstr ""
|
2003 |
|
2004 |
-
#: modules/opengraph/opengraph.php:
|
2005 |
msgid "Blog Homepage Title"
|
2006 |
msgstr ""
|
2007 |
|
2008 |
-
#: modules/opengraph/opengraph.php:
|
2009 |
msgid "Blog Homepage Description"
|
2010 |
msgstr ""
|
2011 |
|
2012 |
-
#: modules/opengraph/opengraph.php:
|
2013 |
msgid "Blog Homepage Image"
|
2014 |
msgstr ""
|
2015 |
|
2016 |
-
#: modules/opengraph/opengraph.php:
|
2017 |
msgid "Title:"
|
2018 |
msgstr ""
|
2019 |
|
2020 |
-
#: modules/opengraph/opengraph.php:
|
2021 |
msgid "Description:"
|
2022 |
msgstr ""
|
2023 |
|
2024 |
-
#: modules/opengraph/opengraph.php:
|
2025 |
msgid "Image:"
|
2026 |
msgstr ""
|
2027 |
|
2028 |
-
#: modules/opengraph/opengraph.php:
|
2029 |
msgid "Open Graph Type:"
|
2030 |
msgstr ""
|
2031 |
|
2032 |
-
#: modules/opengraph/opengraph.php:
|
2033 |
msgid "Twitter Type:"
|
2034 |
msgstr ""
|
2035 |
|
2036 |
-
#: modules/opengraph/opengraph.php:
|
2037 |
msgid "Featured Image: %s"
|
2038 |
msgstr ""
|
2039 |
|
2040 |
-
#: modules/opengraph/opengraph.php:
|
2041 |
#: modules/rich-snippets/rich-snippets.php:357
|
2042 |
msgid "None"
|
2043 |
msgstr ""
|
2044 |
|
2045 |
-
#: modules/opengraph/opengraph.php:
|
2046 |
msgid "Internet"
|
2047 |
msgstr ""
|
2048 |
|
2049 |
-
#: modules/opengraph/opengraph.php:
|
2050 |
msgid "Article"
|
2051 |
msgstr ""
|
2052 |
|
2053 |
-
#: modules/opengraph/opengraph.php:
|
2054 |
msgid "Blog"
|
2055 |
msgstr ""
|
2056 |
|
2057 |
-
#: modules/opengraph/opengraph.php:
|
2058 |
msgid "Profile"
|
2059 |
msgstr ""
|
2060 |
|
2061 |
-
#: modules/opengraph/opengraph.php:
|
2062 |
msgid "Website"
|
2063 |
msgstr ""
|
2064 |
|
2065 |
-
#: modules/opengraph/opengraph.php:
|
2066 |
msgid "Products"
|
2067 |
msgstr ""
|
2068 |
|
2069 |
-
#: modules/opengraph/opengraph.php:
|
2070 |
msgid "Book"
|
2071 |
msgstr ""
|
2072 |
|
2073 |
-
#: modules/opengraph/opengraph.php:
|
2074 |
msgid "Music"
|
2075 |
msgstr ""
|
2076 |
|
2077 |
-
#: modules/opengraph/opengraph.php:
|
2078 |
msgid "Album"
|
2079 |
msgstr ""
|
2080 |
|
2081 |
-
#: modules/opengraph/opengraph.php:
|
2082 |
msgid "Playlist"
|
2083 |
msgstr ""
|
2084 |
|
2085 |
-
#: modules/opengraph/opengraph.php:
|
2086 |
msgid "Radio Station"
|
2087 |
msgstr ""
|
2088 |
|
2089 |
-
#: modules/opengraph/opengraph.php:
|
2090 |
msgid "Song"
|
2091 |
msgstr ""
|
2092 |
|
2093 |
-
#: modules/opengraph/opengraph.php:
|
2094 |
msgid "Videos"
|
2095 |
msgstr ""
|
2096 |
|
2097 |
-
#: modules/opengraph/opengraph.php:
|
2098 |
msgid "Movie"
|
2099 |
msgstr ""
|
2100 |
|
2101 |
-
#: modules/opengraph/opengraph.php:
|
2102 |
msgid "TV Episode"
|
2103 |
msgstr ""
|
2104 |
|
2105 |
-
#: modules/opengraph/opengraph.php:
|
2106 |
msgid "TV Show"
|
2107 |
msgstr ""
|
2108 |
|
2109 |
-
#: modules/opengraph/opengraph.php:
|
2110 |
msgid "Video"
|
2111 |
msgstr ""
|
2112 |
|
2113 |
-
#: modules/opengraph/opengraph.php:
|
2114 |
msgid "Regular"
|
2115 |
msgstr ""
|
2116 |
|
2117 |
-
#: modules/opengraph/opengraph.php:
|
2118 |
#: modules/rich-snippets/rich-snippets.php:120
|
2119 |
msgid "Photo"
|
2120 |
msgstr ""
|
2121 |
|
2122 |
-
#: modules/opengraph/opengraph.php:
|
2123 |
msgid "Twitter Handle"
|
2124 |
msgstr ""
|
2125 |
|
@@ -2416,7 +2414,7 @@ msgstr ""
|
|
2416 |
msgid "SEO Design Solutions Whitepapers"
|
2417 |
msgstr ""
|
2418 |
|
2419 |
-
#. #-#-#-#-# plugin.pot (SEO Ultimate 7.5.
|
2420 |
#. Author of the plugin/theme
|
2421 |
#: modules/sds-blog/sds-blog.php:49
|
2422 |
msgid "SEO Design Solutions"
|
@@ -2732,7 +2730,7 @@ msgstr ""
|
|
2732 |
msgid "SEO Ultimate Plugin Settings"
|
2733 |
msgstr ""
|
2734 |
|
2735 |
-
#. #-#-#-#-# plugin.pot (SEO Ultimate 7.5.
|
2736 |
#. Plugin Name of the plugin/theme
|
2737 |
#: modules/settings/settings.php:26 plugin/class.seo-ultimate.php:861
|
2738 |
msgid "SEO Ultimate"
|
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.7\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/seo-ultimate\n"
|
7 |
+
"POT-Creation-Date: 2012-08-17 17:00:14+00:00\n"
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=UTF-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
853 |
msgstr ""
|
854 |
|
855 |
#: modules/class.su-module.php:2761 modules/meta/meta-descriptions.php:31
|
856 |
+
#: modules/meta/meta-keywords.php:40 modules/opengraph/opengraph.php:263
|
857 |
#: plugin/class.seo-ultimate.php:1773
|
858 |
msgid "Blog Homepage"
|
859 |
msgstr ""
|
1422 |
msgstr ""
|
1423 |
|
1424 |
#: modules/meta/meta-keywords.php:38 modules/meta/meta-robots.php:22
|
1425 |
+
#: modules/opengraph/opengraph.php:261
|
1426 |
msgid "Sitewide Values"
|
1427 |
msgstr ""
|
1428 |
|
1429 |
#: modules/meta/meta-keywords.php:39 modules/noindex/noindex.php:50
|
1430 |
+
#: modules/opengraph/opengraph.php:262
|
1431 |
msgid "Default Values"
|
1432 |
msgstr ""
|
1433 |
|
1853 |
msgstr ""
|
1854 |
|
1855 |
#: modules/noindex/noindex.php:69 modules/noindex/noindex.php:80
|
1856 |
+
#: modules/opengraph/opengraph.php:232 modules/opengraph/opengraph.php:322
|
1857 |
+
#: modules/opengraph/opengraph.php:323
|
1858 |
msgid "Use default"
|
1859 |
msgstr ""
|
1860 |
|
1944 |
msgid "Open Graph"
|
1945 |
msgstr ""
|
1946 |
|
1947 |
+
#: modules/opengraph/opengraph.php:234
|
1948 |
msgid "Type"
|
1949 |
msgstr ""
|
1950 |
|
1951 |
+
#: modules/opengraph/opengraph.php:239
|
1952 |
msgid "Title"
|
1953 |
msgstr ""
|
1954 |
|
1955 |
+
#: modules/opengraph/opengraph.php:244
|
1956 |
msgid "Description"
|
1957 |
msgstr ""
|
1958 |
|
1959 |
+
#: modules/opengraph/opengraph.php:249
|
1960 |
msgid "Image"
|
1961 |
msgstr ""
|
1962 |
|
1963 |
+
#: modules/opengraph/opengraph.php:271
|
1964 |
msgid "Site Name"
|
1965 |
msgstr ""
|
1966 |
|
1967 |
+
#: modules/opengraph/opengraph.php:272
|
1968 |
msgid "Facebook App ID"
|
1969 |
msgstr ""
|
1970 |
|
1971 |
+
#: modules/opengraph/opengraph.php:273
|
1972 |
msgid "This Site’s Twitter Handle"
|
1973 |
msgstr ""
|
1974 |
|
1975 |
+
#: modules/opengraph/opengraph.php:280
|
1976 |
msgid "Default Types"
|
1977 |
msgstr ""
|
1978 |
|
1979 |
+
#: modules/opengraph/opengraph.php:282
|
1980 |
msgid "Post Type"
|
1981 |
msgstr ""
|
1982 |
|
1983 |
+
#: modules/opengraph/opengraph.php:283
|
1984 |
msgid "Open Graph Type"
|
1985 |
msgstr ""
|
1986 |
|
1987 |
+
#: modules/opengraph/opengraph.php:284
|
1988 |
msgid "Twitter Type"
|
1989 |
msgstr ""
|
1990 |
|
1991 |
+
#: modules/opengraph/opengraph.php:299 modules/opengraph/opengraph.php:304
|
1992 |
msgid "Default Image"
|
1993 |
msgstr ""
|
1994 |
|
1995 |
+
#: modules/opengraph/opengraph.php:302
|
1996 |
msgid ""
|
1997 |
"In the box below, you can specify an image URL or an image from your media "
|
1998 |
"library to use as a default image in the event that there is no image "
|
1999 |
+
"otherwise specified for a given webpage on your site."
|
|
|
|
|
2000 |
msgstr ""
|
2001 |
|
2002 |
+
#: modules/opengraph/opengraph.php:311 modules/titles/titles.php:91
|
2003 |
msgid "Blog Homepage Title"
|
2004 |
msgstr ""
|
2005 |
|
2006 |
+
#: modules/opengraph/opengraph.php:312
|
2007 |
msgid "Blog Homepage Description"
|
2008 |
msgstr ""
|
2009 |
|
2010 |
+
#: modules/opengraph/opengraph.php:313
|
2011 |
msgid "Blog Homepage Image"
|
2012 |
msgstr ""
|
2013 |
|
2014 |
+
#: modules/opengraph/opengraph.php:319 modules/widgets/widgets.php:140
|
2015 |
msgid "Title:"
|
2016 |
msgstr ""
|
2017 |
|
2018 |
+
#: modules/opengraph/opengraph.php:320
|
2019 |
msgid "Description:"
|
2020 |
msgstr ""
|
2021 |
|
2022 |
+
#: modules/opengraph/opengraph.php:321
|
2023 |
msgid "Image:"
|
2024 |
msgstr ""
|
2025 |
|
2026 |
+
#: modules/opengraph/opengraph.php:322
|
2027 |
msgid "Open Graph Type:"
|
2028 |
msgstr ""
|
2029 |
|
2030 |
+
#: modules/opengraph/opengraph.php:323
|
2031 |
msgid "Twitter Type:"
|
2032 |
msgstr ""
|
2033 |
|
2034 |
+
#: modules/opengraph/opengraph.php:348
|
2035 |
msgid "Featured Image: %s"
|
2036 |
msgstr ""
|
2037 |
|
2038 |
+
#: modules/opengraph/opengraph.php:356
|
2039 |
#: modules/rich-snippets/rich-snippets.php:357
|
2040 |
msgid "None"
|
2041 |
msgstr ""
|
2042 |
|
2043 |
+
#: modules/opengraph/opengraph.php:357
|
2044 |
msgid "Internet"
|
2045 |
msgstr ""
|
2046 |
|
2047 |
+
#: modules/opengraph/opengraph.php:358
|
2048 |
msgid "Article"
|
2049 |
msgstr ""
|
2050 |
|
2051 |
+
#: modules/opengraph/opengraph.php:359
|
2052 |
msgid "Blog"
|
2053 |
msgstr ""
|
2054 |
|
2055 |
+
#: modules/opengraph/opengraph.php:360
|
2056 |
msgid "Profile"
|
2057 |
msgstr ""
|
2058 |
|
2059 |
+
#: modules/opengraph/opengraph.php:361
|
2060 |
msgid "Website"
|
2061 |
msgstr ""
|
2062 |
|
2063 |
+
#: modules/opengraph/opengraph.php:362
|
2064 |
msgid "Products"
|
2065 |
msgstr ""
|
2066 |
|
2067 |
+
#: modules/opengraph/opengraph.php:363
|
2068 |
msgid "Book"
|
2069 |
msgstr ""
|
2070 |
|
2071 |
+
#: modules/opengraph/opengraph.php:364
|
2072 |
msgid "Music"
|
2073 |
msgstr ""
|
2074 |
|
2075 |
+
#: modules/opengraph/opengraph.php:365
|
2076 |
msgid "Album"
|
2077 |
msgstr ""
|
2078 |
|
2079 |
+
#: modules/opengraph/opengraph.php:366
|
2080 |
msgid "Playlist"
|
2081 |
msgstr ""
|
2082 |
|
2083 |
+
#: modules/opengraph/opengraph.php:367
|
2084 |
msgid "Radio Station"
|
2085 |
msgstr ""
|
2086 |
|
2087 |
+
#: modules/opengraph/opengraph.php:368
|
2088 |
msgid "Song"
|
2089 |
msgstr ""
|
2090 |
|
2091 |
+
#: modules/opengraph/opengraph.php:369
|
2092 |
msgid "Videos"
|
2093 |
msgstr ""
|
2094 |
|
2095 |
+
#: modules/opengraph/opengraph.php:370
|
2096 |
msgid "Movie"
|
2097 |
msgstr ""
|
2098 |
|
2099 |
+
#: modules/opengraph/opengraph.php:371
|
2100 |
msgid "TV Episode"
|
2101 |
msgstr ""
|
2102 |
|
2103 |
+
#: modules/opengraph/opengraph.php:372
|
2104 |
msgid "TV Show"
|
2105 |
msgstr ""
|
2106 |
|
2107 |
+
#: modules/opengraph/opengraph.php:373
|
2108 |
msgid "Video"
|
2109 |
msgstr ""
|
2110 |
|
2111 |
+
#: modules/opengraph/opengraph.php:380
|
2112 |
msgid "Regular"
|
2113 |
msgstr ""
|
2114 |
|
2115 |
+
#: modules/opengraph/opengraph.php:381
|
2116 |
#: modules/rich-snippets/rich-snippets.php:120
|
2117 |
msgid "Photo"
|
2118 |
msgstr ""
|
2119 |
|
2120 |
+
#: modules/opengraph/opengraph.php:403
|
2121 |
msgid "Twitter Handle"
|
2122 |
msgstr ""
|
2123 |
|
2414 |
msgid "SEO Design Solutions Whitepapers"
|
2415 |
msgstr ""
|
2416 |
|
2417 |
+
#. #-#-#-#-# plugin.pot (SEO Ultimate 7.5.7) #-#-#-#-#
|
2418 |
#. Author of the plugin/theme
|
2419 |
#: modules/sds-blog/sds-blog.php:49
|
2420 |
msgid "SEO Design Solutions"
|
2730 |
msgid "SEO Ultimate Plugin Settings"
|
2731 |
msgstr ""
|
2732 |
|
2733 |
+
#. #-#-#-#-# plugin.pot (SEO Ultimate 7.5.7) #-#-#-#-#
|
2734 |
#. Plugin Name of the plugin/theme
|
2735 |
#: modules/settings/settings.php:26 plugin/class.seo-ultimate.php:861
|
2736 |
msgid "SEO Ultimate"
|