| Server IP : 80.74.154.100 / Your IP : 216.73.217.0 Web Server : Apache System : Linux marissa.metanet.ch 4.18.0-553.141.2.lve.el7h.x86_64 #1 SMP Wed Jul 8 17:20:31 UTC 2026 x86_64 User : onlineadmin ( 10487) PHP Version : 8.5.7 Disable Function : opcache_get_status MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/httpd/vhosts/comeonline.ch/httpdocs/wp-content/plugins/wpsso/languages/ |
Upload File : |
# Copyright (C) 2026 WPSSO Core
# This file is distributed under the same license as the WPSSO Core package.
msgid ""
msgstr ""
"Project-Id-Version: WPSSO Core 22.5.1\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wpsso\n"
"POT-Creation-Date: 2026-MO-DA HO:MI+ZONE\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2026-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
#: gettext/gettext-html-debug.php:5 gettext/gettext-html-setup.php:5
msgctxt "html header"
msgid "Table of Contents"
msgstr ""
#: gettext/gettext-html-debug.php:6
msgctxt "html header"
msgid "The Query Monitor Plugin"
msgstr ""
#: gettext/gettext-html-debug.php:7
msgctxt "html header"
msgid "JavaScript and jQuery Errors"
msgstr ""
#: gettext/gettext-html-debug.php:8
msgctxt "html header"
msgid "HTTP Error Code 5xx"
msgstr ""
#: gettext/gettext-html-debug.php:9
msgctxt "html header"
msgid "Performance or Layout Issues"
msgstr ""
#: gettext/gettext-html-debug.php:10
msgctxt "html header"
msgid "WordPress and PHP Error Messages"
msgstr ""
#: gettext/gettext-html-debug.php:11
msgctxt "html header"
msgid "HTML Debug Messages"
msgstr ""
#: gettext/gettext-html-debug.php:12
msgctxt "html paragraph"
msgid ""
"The WPSSO Core plugin and its add-ons follow all recommended WordPress "
"coding practices, but on occasion it may break <em>other</em> themes or "
"plugins that do not. This troubleshooting guide will help you identify and "
"mitigate some common issues."
msgstr ""
#: gettext/gettext-html-debug.php:13
msgctxt "html paragraph"
msgid ""
"If you are having issues with your WordPress site, related to WPSSO or not, "
"and haven't used the <a href=\"https://wordpress.org/plugins/query-monitor/"
"\">Query Monitor plugin</a> yet, we recommend that you install and activate "
"this very useful plugin. The Query Monitor plugin will report any PHP or "
"database query issues, both on the front and back-end. It may not catch all "
"PHP errors (like ajax queries or scheduled tasks, for example), so you may "
"also want to also <a href=\"#php-error-messages\">define the WordPress "
"WP_DEBUG constant as suggested below</a> to enable the WordPress error log "
"(which is not enabled by default)."
msgstr ""
#: gettext/gettext-html-debug.php:14
msgctxt "html paragraph"
msgid ""
"Since the advent of page builders and the new block editor in WordPress v5, "
"JavaScript and jQuery errors have become more common and are not easily "
"diagnosed using standard WordPress debugging methods (like defining the "
"WordPress WP_DEBUG constant and using the Query Monitor plugin)."
msgstr ""
#: gettext/gettext-html-debug.php:15
msgctxt "html paragraph"
msgid ""
"To view JavaScript and jQuery related errors, you must enable your web "
"browser's console, and how you do that depends on the web browser you use "
"(<a href=\"https://www.google.com/search?q=open+the+browser+javascript"
"+console\">see this Google search result for more information on that</a>). "
"It's definitely worth enabling your web browser's console to make sure there "
"are no JavaScript and jQuery errors. If there are, you can select the error "
"and <a href=\"https://surniaulula.com/support/\">copy-paste the error text "
"into a new support ticket</a> (<em>please do not submit screenshots as text "
"in an image is not text</em>). ;-) JavaScript and jQuery errors are probably "
"not caused by WPSSO Core or its add-ons, but we're happy to help you "
"diagnose the issue and propose a solution."
msgstr ""
#: gettext/gettext-html-debug.php:16
msgctxt "html paragraph"
msgid ""
"A web server may display an HTTP 5xx error page (500, 502, etc.) with a "
"generic error message. This error message is generic on purpose - the actual "
"details of the error can be found in the web server's error log. The most "
"common cause of an HTTP 5xx error are from lack of available memory when PHP "
"is executing - for example, when creating thumbnails from large images, "
"executing a bloated plugin, executing a badly coded recursive filter, etc. "
"If you are seeing an HTTP 5xx error message, you can get the error details "
"from the web server's error log. This will tell you what caused the HTTP 5xx "
"error code."
msgstr ""
#: gettext/gettext-html-debug.php:17
msgctxt "html paragraph"
msgid ""
"Some older versions of PHP are known to have bugs in their ImageMagick "
"library, or PHP may have timed-out when trying to create several thumbnail "
"images in a row (<a href=\"https://wpsso.com/docs/plugins/wpsso/faqs/how-can-"
"i-fix-an-http-error-when-uploading-images/\">see this FAQ for details</a>), "
"or PHP may have run out of memory (<a href=\"https://wpsso.com/docs/plugins/"
"wpsso/faqs/how-can-i-fix-a-php-fatal-out-of-memory-error/\">see this FAQ for "
"details</a>), or WPSSO may be triggering a bug in your theme or another "
"plugin (try disabling WPSSO's use of the WordPress content filter as "
"suggested below)."
msgstr ""
#: gettext/gettext-html-debug.php:18
msgctxt "html paragraph"
msgid ""
"Related FAQ: <a href=\"https://wpsso.com/docs/plugins/wpsso/faqs/why-are-"
"some-html-elements-missing-misaligned-different/\">Why are some HTML "
"elements missing or misaligned?</a>"
msgstr ""
#: gettext/gettext-html-debug.php:19
msgctxt "html paragraph"
msgid ""
"WordPress allows themes and plugins to hook hundreds of different filters to "
"manage the Post / Page content (some of these filters are called by "
"WordPress to expand shortcodes, for example). WordPress generally calls a "
"filter (like 'the_content') once to expand text for a given post within the "
"loop or a single webpage. As a consequence, some authors mistakenly assume "
"that a filter they have created will only be executed once for a given post, "
"and only within the webpage body or specific area. WordPress filters are "
"available to any theme or plugin that needs to expand text (title, excerpt, "
"content, etc.), and in any context (header, loop, widget, admin, etc.). "
"WPSSO uses 'the_content' filter to locate media elements within the content "
"and to provide complete and accurate description meta tags."
msgstr ""
#: gettext/gettext-html-debug.php:20
msgctxt "html paragraph"
msgid ""
"See the \"<a href=\"https://make.wordpress.org/plugins/2017/10/03/is-your-"
"filter-going-to-break-the-layout/\">Is your filter going to break the layout?"
"</a>\" post on the Make WordPress Plugins blog for additional information on "
"the use (and common misuse) of 'the_content' filter by developers."
msgstr ""
#: gettext/gettext-html-debug.php:21
msgctxt "html paragraph"
msgid ""
"Under the <em>SSO > Advanced Settings > Plugin Settings > "
"Integration</em> tab, you can uncheck the \"Use Filtered Content\" and \"Use "
"Filtered Excerpt\" options to see if your problem is related to a WordPress "
"filter hook. If disabling these options fixes the problem, <strong>you "
"should determine which theme or plugin is at fault and report the issue with "
"to theme or plugin authors</strong>. Using the WordPress "
"<code>apply_filters()</code> function should not create timeout or layout "
"issues."
msgstr ""
#: gettext/gettext-html-debug.php:22
msgctxt "html paragraph"
msgid ""
"If you disable the content filter, <em>and your Post / Page content relies "
"on shortcodes for its text</em>, then you may find that WPSSO cannot create "
"accurate descriptions for its meta tags and Schema markup. WPSSO looks for "
"custom descriptions and excerpts before falling back to using the content "
"text. If the the \"Use Filtered Content\" option is disabled, and the "
"content relies on shortcodes for its text, then you may have to enter custom "
"descriptions and excerpts for those Posts / Pages."
msgstr ""
#: gettext/gettext-html-debug.php:23
msgctxt "html paragraph"
msgid ""
"Enabling the PHP and WordPress debug log (aka WP_DEBUG) is a common practice "
"and very useful. Your theme and/or badly coded plugins may be generating "
"hundreds of PHP and WordPress errors, and you would never know unless you "
"enabled the WordPress debug log. To enable the WordPress debug log, without "
"displaying those errors to your visitors, add the following to your <code>wp-"
"config.php</code> file. <em>Make sure you do not already have a "
"<code>define()</code> for <code>WP_DEBUG</code>, <code>WP_DEBUG_LOG</code>, "
"or <code>WP_DEBUG_DISPLAY</code> in your <code>wp-config.php</code> file</"
"em> (as PHP constants can only be defined once). If you do, you can safely "
"remove them and replace those lines with the following:"
msgstr ""
#: gettext/gettext-html-debug.php:24
msgctxt "html paragraph"
msgid ""
"You can turn on/off the WordPress debug log by changing <code>WP_DEBUG</"
"code>'s value from <code>true</code> to <code>false</code>."
msgstr ""
#: gettext/gettext-html-debug.php:25
msgctxt "html paragraph"
msgid ""
"The default location of the <code>debug.log</code> file can be changed by "
"specifying a file path for the <code>WP_DEBUG_LOG</code> value."
msgstr ""
#: gettext/gettext-html-debug.php:26
msgctxt "html paragraph"
msgid ""
"Any WordPress or PHP error messages will be saved to the <code>wordpress/wp-"
"content/debug.log</code> file by default. If you have several badly coded "
"and/or old themes and plugins that generate a lot of errors, make sure you "
"clear the contents / rotate this file regularly, as it could grow large "
"enough to fill a filesystem. In all cases, you should endeavour to resolve "
"all warnings and errors in the debug.log file."
msgstr ""
#: gettext/gettext-html-debug.php:27
msgctxt "html paragraph"
msgid ""
"In some instances, WPSSO support may request that you enable the \"Add Debug "
"Messages to HTML\" and \"Disable Cache for Debugging\" options under the "
"<em>SSO > Advanced Settings > Plugin Settings > Plugin Admin</em> "
"tab to investigate an issue specific to your site (ie. that cannot be "
"reproduced on a test site). After enabling the \"Add Debug Messages to HTML"
"\" and \"Disable Cache for Debugging\" options, the WPSSO Core plugin and "
"its add-ons will include debug messages as HTML comments in your webpages. "
"If you use an optimization plugin or service to remove HTML comments from "
"your webpages (a feature that can also be part of a caching plugin or "
"service), you will need to disabled that feature. Once WPSSO support has "
"investigated the issue, you can disable the \"Add Debug Messages to HTML\" "
"and \"Disable Cache for Debugging\" options and re-enable any HTML "
"optimization features."
msgstr ""
#: gettext/gettext-html-debug.php:28
msgctxt "html list item"
msgid "<a href=\"#query-monitor-plugin\">The Query Monitor Plugin</a>"
msgstr ""
#: gettext/gettext-html-debug.php:29
msgctxt "html list item"
msgid ""
"<a href=\"#javascript-and-jquery-errors\">JavaScript and jQuery Errors</a>"
msgstr ""
#: gettext/gettext-html-debug.php:30
msgctxt "html list item"
msgid "<a href=\"#http-error-code-5xx\">HTTP Error Code 5xx</a>"
msgstr ""
#: gettext/gettext-html-debug.php:31
msgctxt "html list item"
msgid ""
"<a href=\"#performance-or-layout-issues\">Performance or Layout Issues</a>"
msgstr ""
#: gettext/gettext-html-debug.php:32
msgctxt "html list item"
msgid "<a href=\"#php-error-messages\">WordPress and PHP Error Messages</a>"
msgstr ""
#: gettext/gettext-html-debug.php:33
msgctxt "html list item"
msgid "<a href=\"#html-debug-messages\">HTML Debug Messages</a>"
msgstr ""
#: gettext/gettext-html-setup.php:6
msgctxt "html header"
msgid "Business Social Accounts (Optional)"
msgstr ""
#: gettext/gettext-html-setup.php:7
msgctxt "html header"
msgid "Related information:"
msgstr ""
#: gettext/gettext-html-setup.php:8
msgctxt "html header"
msgid "Author Social Accounts (Optional)"
msgstr ""
#: gettext/gettext-html-setup.php:9
msgctxt "html header"
msgid "Review Essential Settings"
msgstr ""
#: gettext/gettext-html-setup.php:10
msgctxt "html header"
msgid "Keep an Eye on Notifications"
msgstr ""
#: gettext/gettext-html-setup.php:11
msgctxt "html header"
msgid "User Interface and General Usage"
msgstr ""
#: gettext/gettext-html-setup.php:12
msgctxt "html header"
msgid "Schema Markup vs Google Rich Results"
msgstr ""
#: gettext/gettext-html-setup.php:13
msgctxt "html header"
msgid "Validation Tools"
msgstr ""
#: gettext/gettext-html-setup.php:14
msgctxt "html header"
msgid "Markup Validators:"
msgstr ""
#: gettext/gettext-html-setup.php:15
msgctxt "html paragraph"
msgid ""
"You can enter all your business social account information in the "
"<em><strong>SSO > General Settings > Social Pages and Accounts</"
"strong></em> metabox. The social account values are used for meta tags and "
"Schema Organization markup (which may appear in Google Search results to "
"highlight your business social pages)."
msgstr ""
#: gettext/gettext-html-setup.php:16
msgctxt "html paragraph"
msgid ""
"You may remind your authors and content creators to enter their personal "
"website URL, Facebook, and X (Twitter) social page URLs in their WordPress "
"user profile page. Author contact information can appear in various meta "
"tags and Schema markup for Facebook, X (Twitter), and Google <em>if users "
"enter their contact information in their WordPress user profile page</em>."
msgstr ""
#: gettext/gettext-html-setup.php:17
msgctxt "html paragraph"
msgid ""
"Review the website description on the <em><strong>SSO > Essential "
"Settings</strong></em> page and select a default image ID (or image URL). "
"The default image is used for archive pages (ie. blog, category, and tag "
"archive page) and as a fallback for public posts and pages that do not have "
"a suitable featured, attached, or image in their content."
msgstr ""
#: gettext/gettext-html-setup.php:18
msgctxt "html paragraph"
msgid ""
"WPSSO attempts to keep notifications to a minimum, issuing only "
"informational, warning, and error notifications when required. Messages from "
"the default WordPress notication system can feel intrusive and over-used, "
"and are not compatible with the new block editor in WordPress v5, so WPSSO "
"includes its own (more discreet) notification system in the admin toolbar."
msgstr ""
#: gettext/gettext-html-setup.php:19
msgctxt "html paragraph"
msgid ""
"Look for the SSO notification icon in the admin toolbar - it will be grey "
"with a 0 notification count by default. If there are notifications, the "
"count will increase and the SSO icon appear on a red, yellow, or blue "
"background. WPSSO notifications are context sensitive - they relate directly "
"to the content shown in the current webpage."
msgstr ""
#: gettext/gettext-html-setup.php:20
msgctxt "html paragraph"
msgid ""
"When editing a post, page, category, tag, user profile, etc., you'll find a "
"Document SSO metabox below the content area where you can customize default "
"texts, images, and videos. The Document SSO metabox shows a different set of "
"options based on the content type selected (ie. Schema type or Open Graph "
"type), allowing you to customize the details of articles, events, e-Commerce "
"products, recipes, reviews, and more. The \"Preview Social\" tab shows how "
"this webpage might look when shared on Facebook and the \"Validators\" tab "
"allows you to submit the current webpage URL to several test and validation "
"tools."
msgstr ""
#: gettext/gettext-html-setup.php:21
msgctxt "html paragraph"
msgid ""
"On most WordPress admin pages you'll find a \"Screen Options\" drop-down tab "
"on the upper right-hand side of the page. You can use these screen options "
"to include or exclude specific metaboxes and columns from the current page. "
"For example, when viewing the posts or pages list you can use the \"Screen "
"Options\" drop-down to hide / view the \"SSO Image\" column. You can also "
"enable or disable columns globally under the <em><strong>SSO > Advanced "
"Settings > Interface</strong></em> tab."
msgstr ""
#: gettext/gettext-html-setup.php:22
msgctxt "html paragraph"
msgid ""
"Schema (aka \"Schema.org\") is a collaborative, community lead standard for "
"structured data markup. Schema markup is classified by type, and each type "
"is associated with a set of properties. The types are arranged in a "
"hierarchy and <a href=\"https://schema.org/docs/schemas.html\">the Schema "
"vocabulary consists of over 800 types and 1500 properties</a>. The Schema "
"vocabulary can be used with many different encodings, including HTML meta "
"tags, RDFa, Microdata, and JSON-LD. WPSSO adds Schema markup to webpages "
"using the latest (and preferred) JSON-LD encoding format for Google and "
"other search engines."
msgstr ""
#: gettext/gettext-html-setup.php:23
msgctxt "html paragraph"
msgid ""
"<a href=\"https://developers.google.com/search/docs/appearance/structured-"
"data/intro-structured-data\">Google Rich Results are a set of requirements "
"for a small selection of Schema types</a>, which includes specific images "
"dimensions, a limited set of values for some Schema properties, and limited "
"Schema types for some property relations. Google Rich Results require "
"several layers of related markup (aka a multi-dimensional arrays) that must "
"be expressed using JSON-LD in the webpage head section, or with RDFa / "
"Microdata markup in theme templates (deprecated standard)."
msgstr ""
#: gettext/gettext-html-setup.php:24
msgctxt "html paragraph"
msgid ""
"If your theme templates include incomplete or incorrect RDFa / Microdata "
"markup, you can enable the <a href=\"https://wordpress.org/plugins/wpsso-"
"strip-schema-microdata/\">WPSSO Strip Schema Microdata add-on</a> to remove "
"the incomplete or incorrect Microdata markup. Schema markup provided by "
"WPSSO will include an '#sso/' value in the Schema \"@id\" property, making "
"it easy to tell which Schema JSON-LD markup is provided by WPSSO, and which "
"is not."
msgstr ""
#: gettext/gettext-html-setup.php:25
msgctxt "html paragraph"
msgid ""
"Submit the home page URL, along with a post, page, and archive page URL to "
"the <a href=\"https://validator.w3.org/\">W3C Markup Validator</a> to verify "
"the HTML of your theme templates. Social and search engine crawlers expect "
"properly formatted HTML that conforms to current HTML / XHTML standards. If "
"your theme templates contain serious HTML markup errors, social and search "
"crawlers may be unable to read your meta tags and Schema markup. <strong>You "
"should report any template HTML markup errors to your theme author.</strong>"
msgstr ""
#: gettext/gettext-html-setup.php:26
msgctxt "html paragraph"
msgid ""
"Submit a few post and page URLs to the <a href=\"https://developers.facebook."
"com/tools/debug/\">Facebook Sharing Debugger</a> to verify your Open Graph "
"meta tags. A link to the Facebook debugger is available under the Validate "
"tab in the Document SSO metabox (on post, term, and user editing pages). The "
"Facebook debugger can also be used to clear Facebook's cache (after clicking "
"the \"Fetch new scrape information\" button). If you're validating older "
"posts and pages, pre-dating the activation of WPSSO, note that <a href="
"\"https://wpsso.com/docs/plugins/wpsso/faqs/why-does-facebook-show-the-wrong-"
"image-text/\">Facebook may continue to use the old meta tag values from its "
"cache</a>, even after fetching the new scrape information."
msgstr ""
#: gettext/gettext-html-setup.php:27
msgctxt "html paragraph"
msgid ""
"Submit the home page URL, along with a post, page, and archive page URL to "
"the <a href=\"https://search.google.com/test/rich-results\">Google Rich "
"Results Test Tool</a> or the <a href=\"https://validator.schema.org/"
"\">Schema Markup Validator</a>. If any information is missing from the "
"Schema markup, use the Document SSO metabox in the WordPress editing page to "
"complete the missing information."
msgstr ""
#: gettext/gettext-html-setup.php:28
msgctxt "html list item"
msgid ""
"<a href=\"#business-social-accounts\">Business Social Accounts (Optional)</a>"
msgstr ""
#: gettext/gettext-html-setup.php:29
msgctxt "html list item"
msgid ""
"<a href=\"#author-social-accounts\">Author Social Accounts (Optional)</a>"
msgstr ""
#: gettext/gettext-html-setup.php:30
msgctxt "html list item"
msgid "<a href=\"#essential-settings\">Review Essential Settings</a>"
msgstr ""
#: gettext/gettext-html-setup.php:31
msgctxt "html list item"
msgid "<a href=\"#notifications\">Keep an Eye on Notifications</a>"
msgstr ""
#: gettext/gettext-html-setup.php:32
msgctxt "html list item"
msgid "<a href=\"#user-interface\">User Interface and General Usage</a>"
msgstr ""
#: gettext/gettext-html-setup.php:33
msgctxt "html list item"
msgid "<a href=\"#schema-markup\">Schema Markup vs Google Rich Results</a>"
msgstr ""
#: gettext/gettext-html-setup.php:34
msgctxt "html list item"
msgid "<a href=\"#validation-tools\">Validation Tools</a>"
msgstr ""
#: gettext/gettext-html-setup.php:35
msgctxt "html list item"
msgid ""
"<a href=\"https://www.facebook.com/business/tools/facebook-pages/get-started/"
"\">Setup a Facebook Business Page</a>"
msgstr ""
#: gettext/gettext-html-setup.php:36
msgctxt "html list item"
msgid ""
"<a href=\"https://business.x.com/en/basics/get-your-business-started-with-x"
"\">Create an X (Twitter) Business Profile</a>"
msgstr ""
#: gettext/gettext-html-setup.php:37
msgctxt "html list item"
msgid ""
"<a href=\"https://business.google.com/create\">Add or claim your business on "
"Google My Business</a> (recommended)"
msgstr ""
#: gettext/gettext-html-setup.php:38
msgctxt "html list item"
msgid ""
"<a href=\"https://www.pinterest.com/business/create/\">Create a Pinterest "
"Business Account</a>"
msgstr ""
#: gettext/gettext-html-setup.php:39
msgctxt "html list item"
msgid ""
"<a href=\"https://developers.facebook.com/tools/debug/\">Facebook Sharing "
"Debugger</a>"
msgstr ""
#: gettext/gettext-html-setup.php:40
msgctxt "html list item"
msgid ""
"<a href=\"https://business.facebook.com/ads/microdata/debug\">Facebook "
"Microdata Debug Tool</a>"
msgstr ""
#: gettext/gettext-html-setup.php:41
msgctxt "html list item"
msgid "<a href=\"https://search.google.com/test/amp\">Google AMP Test</a>"
msgstr ""
#: gettext/gettext-html-setup.php:42
msgctxt "html list item"
msgid ""
"<a href=\"https://search.google.com/test/rich-results\">Google Rich Results "
"Test</a>"
msgstr ""
#: gettext/gettext-html-setup.php:43
msgctxt "html list item"
msgid ""
"<a href=\"https://www.linkedin.com/post-inspector/inspect/\">LinkedIn Post "
"Inspector</a>"
msgstr ""
#: gettext/gettext-html-setup.php:44
msgctxt "html list item"
msgid ""
"<a href=\"https://developers.pinterest.com/tools/url-debugger/\">Pinterest "
"Rich Pins Validator</a>"
msgstr ""
#: gettext/gettext-html-setup.php:45
msgctxt "html list item"
msgid "<a href=\"https://validator.schema.org/\">Schema Markup Validator</a>"
msgstr ""
#: gettext/gettext-html-setup.php:46
msgctxt "html list item"
msgid ""
"<a href=\"https://cards-dev.twitter.com/validator\">X (Twitter) Card "
"Validator</a>"
msgstr ""
#: gettext/gettext-html-setup.php:47
msgctxt "html list item"
msgid ""
"<a href=\"https://validator.w3.org/\">W3C Markup Validator</a> is "
"recommended to check your theme templates for HTML markup issues."
msgstr ""
#: gettext/gettext-html-setup.php:48
msgctxt "html list item"
msgid ""
"<a href=\"https://www.xml-sitemaps.com/validate-xml-sitemap.html\">XML "
"Sitemap Validator</a>"
msgstr ""
#: gettext/gettext-html-setup.php:49
msgctxt "html list item"
msgid ""
"<a href=\"https://pagespeed.web.dev/\">Google's PageSpeed Insights</a> is "
"recommended for general site and webpage health checks (improving pagespeed "
"results will improve SEO ranking)."
msgstr ""
#: gettext/gettext-html-setup.php:50
msgctxt "html list item"
msgid ""
"<a href=\"https://developers.google.com/search/docs/fundamentals/seo-starter-"
"guide\">Google's Search Engine Optimization (SEO) Starter Guide</a> is "
"recommended to understand Google SEO ranking factors."
msgstr ""
#: gettext/gettext-html-setup.php:51
msgctxt "html list item"
msgid ""
"<a href=\"https://www.webpagetest.org/\">Webpage Performance Test with "
"Waterfall</a> is recommended to check and diagnose basic performance issues."
msgstr ""
#: gettext/gettext-html-setup.php:52
msgctxt "html list item"
msgid ""
"<a href=\"https://www.ssllabs.com/ssltest/\">SSL Server Test by SSL Labs</a> "
"is recommended to test SSL certificates and available HTTPS protocols."
msgstr ""
#: gettext/gettext-lib-abstract-com.php:5 lib/abstract/com/add-on.php:235
msgid "The %1$s add-on requires the %2$s plugin."
msgstr ""
#: gettext/gettext-lib-abstract-com.php:6 lib/abstract/com/add-on.php:254
msgid ""
"The %1$s add-on requires %2$s version %3$s or newer (version %4$s is "
"currently installed)."
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:5
msgctxt "option value"
msgid "[generic]"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:6
msgctxt "option value"
msgid "generic"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:7
msgctxt "option value"
msgid "Beginner"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:8
msgctxt "option value"
msgid "Intermediate"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:9
msgctxt "option value"
msgid "Advanced"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:10
msgctxt "option value"
msgid "Algeria"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:11
#: gettext/gettext-lib-com-education-levels.php:398
#: gettext/gettext-lib-com-education-levels.php:422
#: gettext/gettext-lib-com-education-levels.php:604
msgctxt "option value"
msgid "Lower Secondary School"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:12
#: gettext/gettext-lib-com-education-levels.php:53
#: gettext/gettext-lib-com-education-levels.php:72
#: gettext/gettext-lib-com-education-levels.php:98
#: gettext/gettext-lib-com-education-levels.php:125
#: gettext/gettext-lib-com-education-levels.php:184
#: gettext/gettext-lib-com-education-levels.php:206
#: gettext/gettext-lib-com-education-levels.php:259
#: gettext/gettext-lib-com-education-levels.php:277
#: gettext/gettext-lib-com-education-levels.php:296
#: gettext/gettext-lib-com-education-levels.php:329
#: gettext/gettext-lib-com-education-levels.php:374
#: gettext/gettext-lib-com-education-levels.php:391
#: gettext/gettext-lib-com-education-levels.php:413
#: gettext/gettext-lib-com-education-levels.php:424
#: gettext/gettext-lib-com-education-levels.php:441
#: gettext/gettext-lib-com-education-levels.php:451
#: gettext/gettext-lib-com-education-levels.php:459
#: gettext/gettext-lib-com-education-levels.php:468
#: gettext/gettext-lib-com-education-levels.php:487
#: gettext/gettext-lib-com-education-levels.php:520
#: gettext/gettext-lib-com-education-levels.php:529
#: gettext/gettext-lib-com-education-levels.php:539
#: gettext/gettext-lib-com-education-levels.php:569
#: gettext/gettext-lib-com-education-levels.php:577
#: gettext/gettext-lib-com-education-levels.php:588
#: gettext/gettext-lib-com-education-levels.php:615
#: gettext/gettext-lib-com-education-levels.php:645
#: gettext/gettext-lib-com-education-levels.php:669
#: gettext/gettext-lib-com-education-levels.php:705
#: gettext/gettext-lib-com-education-levels.php:729
#: gettext/gettext-lib-com-education-levels.php:750
#: gettext/gettext-lib-com-education-levels.php:789
#: gettext/gettext-lib-com-education-levels.php:833
#: gettext/gettext-lib-com-education-levels.php:853
#: gettext/gettext-lib-com-education-levels.php:909
#: gettext/gettext-lib-com-education-levels.php:950
#: gettext/gettext-lib-com-education-levels.php:959
msgctxt "option value"
msgid "Grade 8"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:13
#: gettext/gettext-lib-com-education-levels.php:54
#: gettext/gettext-lib-com-education-levels.php:73
#: gettext/gettext-lib-com-education-levels.php:99
#: gettext/gettext-lib-com-education-levels.php:126
#: gettext/gettext-lib-com-education-levels.php:162
#: gettext/gettext-lib-com-education-levels.php:207
#: gettext/gettext-lib-com-education-levels.php:260
#: gettext/gettext-lib-com-education-levels.php:278
#: gettext/gettext-lib-com-education-levels.php:297
#: gettext/gettext-lib-com-education-levels.php:330
#: gettext/gettext-lib-com-education-levels.php:375
#: gettext/gettext-lib-com-education-levels.php:392
#: gettext/gettext-lib-com-education-levels.php:414
#: gettext/gettext-lib-com-education-levels.php:425
#: gettext/gettext-lib-com-education-levels.php:442
#: gettext/gettext-lib-com-education-levels.php:460
#: gettext/gettext-lib-com-education-levels.php:469
#: gettext/gettext-lib-com-education-levels.php:488
#: gettext/gettext-lib-com-education-levels.php:512
#: gettext/gettext-lib-com-education-levels.php:521
#: gettext/gettext-lib-com-education-levels.php:530
#: gettext/gettext-lib-com-education-levels.php:540
#: gettext/gettext-lib-com-education-levels.php:570
#: gettext/gettext-lib-com-education-levels.php:578
#: gettext/gettext-lib-com-education-levels.php:590
#: gettext/gettext-lib-com-education-levels.php:616
#: gettext/gettext-lib-com-education-levels.php:646
#: gettext/gettext-lib-com-education-levels.php:670
#: gettext/gettext-lib-com-education-levels.php:706
#: gettext/gettext-lib-com-education-levels.php:730
#: gettext/gettext-lib-com-education-levels.php:751
#: gettext/gettext-lib-com-education-levels.php:790
#: gettext/gettext-lib-com-education-levels.php:805
#: gettext/gettext-lib-com-education-levels.php:813
#: gettext/gettext-lib-com-education-levels.php:834
#: gettext/gettext-lib-com-education-levels.php:854
#: gettext/gettext-lib-com-education-levels.php:911
#: gettext/gettext-lib-com-education-levels.php:928
#: gettext/gettext-lib-com-education-levels.php:951
#: gettext/gettext-lib-com-education-levels.php:960
msgctxt "option value"
msgid "Grade 9"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:14
#: gettext/gettext-lib-com-education-levels.php:285
#: gettext/gettext-lib-com-education-levels.php:403
#: gettext/gettext-lib-com-education-levels.php:426
#: gettext/gettext-lib-com-education-levels.php:608
msgctxt "option value"
msgid "Upper Secondary School"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:15
#: gettext/gettext-lib-com-education-levels.php:56
#: gettext/gettext-lib-com-education-levels.php:75
#: gettext/gettext-lib-com-education-levels.php:101
#: gettext/gettext-lib-com-education-levels.php:128
#: gettext/gettext-lib-com-education-levels.php:163
#: gettext/gettext-lib-com-education-levels.php:169
#: gettext/gettext-lib-com-education-levels.php:209
#: gettext/gettext-lib-com-education-levels.php:262
#: gettext/gettext-lib-com-education-levels.php:280
#: gettext/gettext-lib-com-education-levels.php:299
#: gettext/gettext-lib-com-education-levels.php:331
#: gettext/gettext-lib-com-education-levels.php:377
#: gettext/gettext-lib-com-education-levels.php:393
#: gettext/gettext-lib-com-education-levels.php:415
#: gettext/gettext-lib-com-education-levels.php:427
#: gettext/gettext-lib-com-education-levels.php:444
#: gettext/gettext-lib-com-education-levels.php:453
#: gettext/gettext-lib-com-education-levels.php:462
#: gettext/gettext-lib-com-education-levels.php:471
#: gettext/gettext-lib-com-education-levels.php:489
#: gettext/gettext-lib-com-education-levels.php:513
#: gettext/gettext-lib-com-education-levels.php:523
#: gettext/gettext-lib-com-education-levels.php:532
#: gettext/gettext-lib-com-education-levels.php:542
#: gettext/gettext-lib-com-education-levels.php:572
#: gettext/gettext-lib-com-education-levels.php:580
#: gettext/gettext-lib-com-education-levels.php:591
#: gettext/gettext-lib-com-education-levels.php:617
#: gettext/gettext-lib-com-education-levels.php:647
#: gettext/gettext-lib-com-education-levels.php:671
#: gettext/gettext-lib-com-education-levels.php:708
#: gettext/gettext-lib-com-education-levels.php:732
#: gettext/gettext-lib-com-education-levels.php:752
#: gettext/gettext-lib-com-education-levels.php:792
#: gettext/gettext-lib-com-education-levels.php:806
#: gettext/gettext-lib-com-education-levels.php:815
#: gettext/gettext-lib-com-education-levels.php:855
#: gettext/gettext-lib-com-education-levels.php:912
#: gettext/gettext-lib-com-education-levels.php:930
#: gettext/gettext-lib-com-education-levels.php:953
#: gettext/gettext-lib-com-education-levels.php:961
msgctxt "option value"
msgid "Grade 10"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:16
#: gettext/gettext-lib-com-education-levels.php:57
#: gettext/gettext-lib-com-education-levels.php:76
#: gettext/gettext-lib-com-education-levels.php:102
#: gettext/gettext-lib-com-education-levels.php:129
#: gettext/gettext-lib-com-education-levels.php:164
#: gettext/gettext-lib-com-education-levels.php:170
#: gettext/gettext-lib-com-education-levels.php:210
#: gettext/gettext-lib-com-education-levels.php:263
#: gettext/gettext-lib-com-education-levels.php:281
#: gettext/gettext-lib-com-education-levels.php:300
#: gettext/gettext-lib-com-education-levels.php:378
#: gettext/gettext-lib-com-education-levels.php:394
#: gettext/gettext-lib-com-education-levels.php:417
#: gettext/gettext-lib-com-education-levels.php:428
#: gettext/gettext-lib-com-education-levels.php:445
#: gettext/gettext-lib-com-education-levels.php:454
#: gettext/gettext-lib-com-education-levels.php:463
#: gettext/gettext-lib-com-education-levels.php:472
#: gettext/gettext-lib-com-education-levels.php:491
#: gettext/gettext-lib-com-education-levels.php:514
#: gettext/gettext-lib-com-education-levels.php:524
#: gettext/gettext-lib-com-education-levels.php:533
#: gettext/gettext-lib-com-education-levels.php:543
#: gettext/gettext-lib-com-education-levels.php:573
#: gettext/gettext-lib-com-education-levels.php:581
#: gettext/gettext-lib-com-education-levels.php:592
#: gettext/gettext-lib-com-education-levels.php:619
#: gettext/gettext-lib-com-education-levels.php:649
#: gettext/gettext-lib-com-education-levels.php:673
#: gettext/gettext-lib-com-education-levels.php:709
#: gettext/gettext-lib-com-education-levels.php:733
#: gettext/gettext-lib-com-education-levels.php:754
#: gettext/gettext-lib-com-education-levels.php:783
#: gettext/gettext-lib-com-education-levels.php:793
#: gettext/gettext-lib-com-education-levels.php:808
#: gettext/gettext-lib-com-education-levels.php:816
#: gettext/gettext-lib-com-education-levels.php:856
#: gettext/gettext-lib-com-education-levels.php:913
#: gettext/gettext-lib-com-education-levels.php:931
#: gettext/gettext-lib-com-education-levels.php:954
#: gettext/gettext-lib-com-education-levels.php:962
msgctxt "option value"
msgid "Grade 11"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:17
#: gettext/gettext-lib-com-education-levels.php:58
#: gettext/gettext-lib-com-education-levels.php:77
#: gettext/gettext-lib-com-education-levels.php:103
#: gettext/gettext-lib-com-education-levels.php:130
#: gettext/gettext-lib-com-education-levels.php:165
#: gettext/gettext-lib-com-education-levels.php:171
#: gettext/gettext-lib-com-education-levels.php:211
#: gettext/gettext-lib-com-education-levels.php:264
#: gettext/gettext-lib-com-education-levels.php:282
#: gettext/gettext-lib-com-education-levels.php:301
#: gettext/gettext-lib-com-education-levels.php:379
#: gettext/gettext-lib-com-education-levels.php:395
#: gettext/gettext-lib-com-education-levels.php:418
#: gettext/gettext-lib-com-education-levels.php:446
#: gettext/gettext-lib-com-education-levels.php:455
#: gettext/gettext-lib-com-education-levels.php:464
#: gettext/gettext-lib-com-education-levels.php:473
#: gettext/gettext-lib-com-education-levels.php:492
#: gettext/gettext-lib-com-education-levels.php:525
#: gettext/gettext-lib-com-education-levels.php:534
#: gettext/gettext-lib-com-education-levels.php:544
#: gettext/gettext-lib-com-education-levels.php:582
#: gettext/gettext-lib-com-education-levels.php:593
#: gettext/gettext-lib-com-education-levels.php:620
#: gettext/gettext-lib-com-education-levels.php:650
#: gettext/gettext-lib-com-education-levels.php:674
#: gettext/gettext-lib-com-education-levels.php:710
#: gettext/gettext-lib-com-education-levels.php:734
#: gettext/gettext-lib-com-education-levels.php:755
#: gettext/gettext-lib-com-education-levels.php:784
#: gettext/gettext-lib-com-education-levels.php:794
#: gettext/gettext-lib-com-education-levels.php:809
#: gettext/gettext-lib-com-education-levels.php:818
#: gettext/gettext-lib-com-education-levels.php:857
#: gettext/gettext-lib-com-education-levels.php:914
#: gettext/gettext-lib-com-education-levels.php:932
#: gettext/gettext-lib-com-education-levels.php:955
#: gettext/gettext-lib-com-education-levels.php:963
msgctxt "option value"
msgid "Grade 12"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:18
#: gettext/gettext-lib-com-education-levels.php:26
#: gettext/gettext-lib-com-education-levels.php:50
#: gettext/gettext-lib-com-education-levels.php:59
#: gettext/gettext-lib-com-education-levels.php:78
#: gettext/gettext-lib-com-education-levels.php:86
#: gettext/gettext-lib-com-education-levels.php:95
#: gettext/gettext-lib-com-education-levels.php:116
#: gettext/gettext-lib-com-education-levels.php:122
#: gettext/gettext-lib-com-education-levels.php:138
#: gettext/gettext-lib-com-education-levels.php:153
#: gettext/gettext-lib-com-education-levels.php:159
#: gettext/gettext-lib-com-education-levels.php:166
#: gettext/gettext-lib-com-education-levels.php:172
#: gettext/gettext-lib-com-education-levels.php:181
#: gettext/gettext-lib-com-education-levels.php:194
#: gettext/gettext-lib-com-education-levels.php:212
#: gettext/gettext-lib-com-education-levels.php:221
#: gettext/gettext-lib-com-education-levels.php:231
#: gettext/gettext-lib-com-education-levels.php:241
#: gettext/gettext-lib-com-education-levels.php:251
#: gettext/gettext-lib-com-education-levels.php:283
#: gettext/gettext-lib-com-education-levels.php:302
#: gettext/gettext-lib-com-education-levels.php:326
#: gettext/gettext-lib-com-education-levels.php:336
#: gettext/gettext-lib-com-education-levels.php:365
#: gettext/gettext-lib-com-education-levels.php:388
#: gettext/gettext-lib-com-education-levels.php:410
#: gettext/gettext-lib-com-education-levels.php:419
#: gettext/gettext-lib-com-education-levels.php:438
#: gettext/gettext-lib-com-education-levels.php:447
#: gettext/gettext-lib-com-education-levels.php:456
#: gettext/gettext-lib-com-education-levels.php:493
#: gettext/gettext-lib-com-education-levels.php:499
#: gettext/gettext-lib-com-education-levels.php:536
#: gettext/gettext-lib-com-education-levels.php:557
#: gettext/gettext-lib-com-education-levels.php:594
#: gettext/gettext-lib-com-education-levels.php:602
#: gettext/gettext-lib-com-education-levels.php:612
#: gettext/gettext-lib-com-education-levels.php:621
#: gettext/gettext-lib-com-education-levels.php:641
#: gettext/gettext-lib-com-education-levels.php:666
#: gettext/gettext-lib-com-education-levels.php:684
#: gettext/gettext-lib-com-education-levels.php:702
#: gettext/gettext-lib-com-education-levels.php:718
#: gettext/gettext-lib-com-education-levels.php:746
#: gettext/gettext-lib-com-education-levels.php:763
#: gettext/gettext-lib-com-education-levels.php:802
#: gettext/gettext-lib-com-education-levels.php:869
#: gettext/gettext-lib-com-education-levels.php:887
#: gettext/gettext-lib-com-education-levels.php:906
#: gettext/gettext-lib-com-education-levels.php:915
#: gettext/gettext-lib-com-education-levels.php:939
#: gettext/gettext-lib-com-education-levels.php:947
msgctxt "option value"
msgid "Higher Education"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:19
msgctxt "option value"
msgid "Argentina"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:20
#: gettext/gettext-lib-com-education-levels.php:197
#: gettext/gettext-lib-com-education-levels.php:501
#: gettext/gettext-lib-com-education-levels.php:547
#: gettext/gettext-lib-com-education-levels.php:648
msgctxt "option value"
msgid "Secondary"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:21
#: gettext/gettext-lib-com-education-levels.php:45
#: gettext/gettext-lib-com-education-levels.php:89
#: gettext/gettext-lib-com-education-levels.php:108
#: gettext/gettext-lib-com-education-levels.php:175
#: gettext/gettext-lib-com-education-levels.php:216
#: gettext/gettext-lib-com-education-levels.php:235
#: gettext/gettext-lib-com-education-levels.php:245
#: gettext/gettext-lib-com-education-levels.php:305
#: gettext/gettext-lib-com-education-levels.php:350
#: gettext/gettext-lib-com-education-levels.php:478
#: gettext/gettext-lib-com-education-levels.php:605
#: gettext/gettext-lib-com-education-levels.php:654
#: gettext/gettext-lib-com-education-levels.php:824
#: gettext/gettext-lib-com-education-levels.php:842
#: gettext/gettext-lib-com-education-levels.php:881
#: gettext/gettext-lib-com-education-levels.php:900
msgctxt "option value"
msgid "8th Grade"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:22
#: gettext/gettext-lib-com-education-levels.php:38
#: gettext/gettext-lib-com-education-levels.php:46
#: gettext/gettext-lib-com-education-levels.php:91
#: gettext/gettext-lib-com-education-levels.php:134
#: gettext/gettext-lib-com-education-levels.php:141
#: gettext/gettext-lib-com-education-levels.php:176
#: gettext/gettext-lib-com-education-levels.php:217
#: gettext/gettext-lib-com-education-levels.php:236
#: gettext/gettext-lib-com-education-levels.php:246
#: gettext/gettext-lib-com-education-levels.php:306
#: gettext/gettext-lib-com-education-levels.php:351
#: gettext/gettext-lib-com-education-levels.php:479
#: gettext/gettext-lib-com-education-levels.php:606
#: gettext/gettext-lib-com-education-levels.php:655
#: gettext/gettext-lib-com-education-levels.php:663
#: gettext/gettext-lib-com-education-levels.php:825
#: gettext/gettext-lib-com-education-levels.php:843
#: gettext/gettext-lib-com-education-levels.php:883
#: gettext/gettext-lib-com-education-levels.php:901
msgctxt "option value"
msgid "9th Grade"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:23
#: gettext/gettext-lib-com-education-levels.php:39
#: gettext/gettext-lib-com-education-levels.php:48
#: gettext/gettext-lib-com-education-levels.php:92
#: gettext/gettext-lib-com-education-levels.php:119
#: gettext/gettext-lib-com-education-levels.php:135
#: gettext/gettext-lib-com-education-levels.php:143
#: gettext/gettext-lib-com-education-levels.php:156
#: gettext/gettext-lib-com-education-levels.php:177
#: gettext/gettext-lib-com-education-levels.php:219
#: gettext/gettext-lib-com-education-levels.php:238
#: gettext/gettext-lib-com-education-levels.php:248
#: gettext/gettext-lib-com-education-levels.php:308
#: gettext/gettext-lib-com-education-levels.php:353
#: gettext/gettext-lib-com-education-levels.php:481
#: gettext/gettext-lib-com-education-levels.php:607
#: gettext/gettext-lib-com-education-levels.php:657
#: gettext/gettext-lib-com-education-levels.php:664
#: gettext/gettext-lib-com-education-levels.php:845
#: gettext/gettext-lib-com-education-levels.php:884
#: gettext/gettext-lib-com-education-levels.php:903
msgctxt "option value"
msgid "10th Grade"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:24
#: gettext/gettext-lib-com-education-levels.php:40
#: gettext/gettext-lib-com-education-levels.php:49
#: gettext/gettext-lib-com-education-levels.php:93
#: gettext/gettext-lib-com-education-levels.php:120
#: gettext/gettext-lib-com-education-levels.php:136
#: gettext/gettext-lib-com-education-levels.php:144
#: gettext/gettext-lib-com-education-levels.php:157
#: gettext/gettext-lib-com-education-levels.php:179
#: gettext/gettext-lib-com-education-levels.php:220
#: gettext/gettext-lib-com-education-levels.php:239
#: gettext/gettext-lib-com-education-levels.php:249
#: gettext/gettext-lib-com-education-levels.php:269
#: gettext/gettext-lib-com-education-levels.php:309
#: gettext/gettext-lib-com-education-levels.php:323
#: gettext/gettext-lib-com-education-levels.php:333
#: gettext/gettext-lib-com-education-levels.php:354
#: gettext/gettext-lib-com-education-levels.php:482
#: gettext/gettext-lib-com-education-levels.php:658
#: gettext/gettext-lib-com-education-levels.php:665
#: gettext/gettext-lib-com-education-levels.php:846
#: gettext/gettext-lib-com-education-levels.php:885
#: gettext/gettext-lib-com-education-levels.php:904
msgctxt "option value"
msgid "11th Grade"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:25
#: gettext/gettext-lib-com-education-levels.php:41
#: gettext/gettext-lib-com-education-levels.php:94
#: gettext/gettext-lib-com-education-levels.php:121
#: gettext/gettext-lib-com-education-levels.php:137
#: gettext/gettext-lib-com-education-levels.php:158
#: gettext/gettext-lib-com-education-levels.php:180
#: gettext/gettext-lib-com-education-levels.php:240
#: gettext/gettext-lib-com-education-levels.php:250
#: gettext/gettext-lib-com-education-levels.php:271
#: gettext/gettext-lib-com-education-levels.php:310
#: gettext/gettext-lib-com-education-levels.php:324
#: gettext/gettext-lib-com-education-levels.php:334
#: gettext/gettext-lib-com-education-levels.php:355
#: gettext/gettext-lib-com-education-levels.php:483
#: gettext/gettext-lib-com-education-levels.php:659
#: gettext/gettext-lib-com-education-levels.php:847
#: gettext/gettext-lib-com-education-levels.php:886
#: gettext/gettext-lib-com-education-levels.php:905
msgctxt "option value"
msgid "12th Grade"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:27
msgctxt "option value"
msgid "Australia"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:28
#: gettext/gettext-lib-com-education-levels.php:185
#: gettext/gettext-lib-com-education-levels.php:340
#: gettext/gettext-lib-com-education-levels.php:376
#: gettext/gettext-lib-com-education-levels.php:662
#: gettext/gettext-lib-com-education-levels.php:714
#: gettext/gettext-lib-com-education-levels.php:737
msgctxt "option value"
msgid "Secondary School"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:29
msgctxt "option value"
msgid "Year 8"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:30
#: gettext/gettext-lib-com-education-levels.php:224
#: gettext/gettext-lib-com-education-levels.php:548
#: gettext/gettext-lib-com-education-levels.php:560
msgctxt "option value"
msgid "Year 9"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:31
#: gettext/gettext-lib-com-education-levels.php:226
#: gettext/gettext-lib-com-education-levels.php:549
#: gettext/gettext-lib-com-education-levels.php:561
#: gettext/gettext-lib-com-education-levels.php:597
#: gettext/gettext-lib-com-education-levels.php:942
msgctxt "option value"
msgid "Year 10"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:32
#: gettext/gettext-lib-com-education-levels.php:279
#: gettext/gettext-lib-com-education-levels.php:343
msgctxt "option value"
msgid "Senior Secondary School"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:33
#: gettext/gettext-lib-com-education-levels.php:227
#: gettext/gettext-lib-com-education-levels.php:551
#: gettext/gettext-lib-com-education-levels.php:562
#: gettext/gettext-lib-com-education-levels.php:599
#: gettext/gettext-lib-com-education-levels.php:943
msgctxt "option value"
msgid "Year 11"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:34
#: gettext/gettext-lib-com-education-levels.php:229
#: gettext/gettext-lib-com-education-levels.php:552
#: gettext/gettext-lib-com-education-levels.php:563
#: gettext/gettext-lib-com-education-levels.php:600
#: gettext/gettext-lib-com-education-levels.php:945
msgctxt "option value"
msgid "Year 12"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:35
#: gettext/gettext-lib-com-education-levels.php:274
#: gettext/gettext-lib-com-education-levels.php:320
#: gettext/gettext-lib-com-education-levels.php:371
#: gettext/gettext-lib-com-education-levels.php:380
#: gettext/gettext-lib-com-education-levels.php:565
#: gettext/gettext-lib-com-education-levels.php:583
#: gettext/gettext-lib-com-education-levels.php:632
#: gettext/gettext-lib-com-education-levels.php:711
#: gettext/gettext-lib-com-education-levels.php:830
#: gettext/gettext-lib-com-education-levels.php:859
msgctxt "option value"
msgid "University"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:36
msgctxt "option value"
msgid "Austria"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:37
#: gettext/gettext-lib-com-education-levels.php:835
msgctxt "option value"
msgid "Upper Secondary Level"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:42
#: gettext/gettext-lib-com-education-levels.php:839
msgctxt "option value"
msgid "Tertiary Level"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:43
msgctxt "option value"
msgid "Azerbaijan"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:44
msgctxt "option value"
msgid "General Secondary Education"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:47
msgctxt "option value"
msgid "Full Secondary Education"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:51
msgctxt "option value"
msgid "Bahrain"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:52
msgctxt "option value"
msgid "Intermediate Stage"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:55
msgctxt "option value"
msgid "Secondary Stage"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:60
msgctxt "option value"
msgid "Bangladesh"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:61
#: gettext/gettext-lib-com-education-levels.php:576
msgctxt "option value"
msgid "Junior Secondary Education"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:62
msgctxt "option value"
msgid "Grade VIII"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:63
#: gettext/gettext-lib-com-education-levels.php:80
#: gettext/gettext-lib-com-education-levels.php:100
#: gettext/gettext-lib-com-education-levels.php:118
#: gettext/gettext-lib-com-education-levels.php:127
#: gettext/gettext-lib-com-education-levels.php:133
#: gettext/gettext-lib-com-education-levels.php:147
#: gettext/gettext-lib-com-education-levels.php:155
#: gettext/gettext-lib-com-education-levels.php:161
#: gettext/gettext-lib-com-education-levels.php:174
#: gettext/gettext-lib-com-education-levels.php:208
#: gettext/gettext-lib-com-education-levels.php:237
#: gettext/gettext-lib-com-education-levels.php:261
#: gettext/gettext-lib-com-education-levels.php:390
#: gettext/gettext-lib-com-education-levels.php:416
#: gettext/gettext-lib-com-education-levels.php:443
#: gettext/gettext-lib-com-education-levels.php:461
#: gettext/gettext-lib-com-education-levels.php:470
#: gettext/gettext-lib-com-education-levels.php:511
#: gettext/gettext-lib-com-education-levels.php:531
#: gettext/gettext-lib-com-education-levels.php:554
#: gettext/gettext-lib-com-education-levels.php:589
#: gettext/gettext-lib-com-education-levels.php:618
#: gettext/gettext-lib-com-education-levels.php:689
#: gettext/gettext-lib-com-education-levels.php:707
#: gettext/gettext-lib-com-education-levels.php:731
#: gettext/gettext-lib-com-education-levels.php:765
#: gettext/gettext-lib-com-education-levels.php:874
#: gettext/gettext-lib-com-education-levels.php:952
#: gettext/gettext-lib-com-education-levels.php:958
msgctxt "option value"
msgid "Secondary Education"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:64
msgctxt "option value"
msgid "Grade IX"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:65
msgctxt "option value"
msgid "Grade X"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:66
#: gettext/gettext-lib-com-education-levels.php:571
msgctxt "option value"
msgid "Higher Secondary Education"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:67
msgctxt "option value"
msgid "Grade XI"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:68
msgctxt "option value"
msgid "Grade XII"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:69
#: gettext/gettext-lib-com-education-levels.php:105
#: gettext/gettext-lib-com-education-levels.php:131
#: gettext/gettext-lib-com-education-levels.php:203
#: gettext/gettext-lib-com-education-levels.php:265
#: gettext/gettext-lib-com-education-levels.php:292
#: gettext/gettext-lib-com-education-levels.php:311
#: gettext/gettext-lib-com-education-levels.php:356
#: gettext/gettext-lib-com-education-levels.php:396
#: gettext/gettext-lib-com-education-levels.php:465
#: gettext/gettext-lib-com-education-levels.php:474
#: gettext/gettext-lib-com-education-levels.php:484
#: gettext/gettext-lib-com-education-levels.php:516
#: gettext/gettext-lib-com-education-levels.php:526
#: gettext/gettext-lib-com-education-levels.php:574
#: gettext/gettext-lib-com-education-levels.php:660
#: gettext/gettext-lib-com-education-levels.php:675
#: gettext/gettext-lib-com-education-levels.php:693
#: gettext/gettext-lib-com-education-levels.php:735
#: gettext/gettext-lib-com-education-levels.php:757
#: gettext/gettext-lib-com-education-levels.php:786
#: gettext/gettext-lib-com-education-levels.php:820
#: gettext/gettext-lib-com-education-levels.php:848
#: gettext/gettext-lib-com-education-levels.php:878
#: gettext/gettext-lib-com-education-levels.php:965
msgctxt "option value"
msgid "Tertiary Education"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:70
msgctxt "option value"
msgid "Belarus"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:71
msgctxt "option value"
msgid "Compulsory Basic Education"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:74
msgctxt "option value"
msgid "General Upper Secondary Education"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:79
msgctxt "option value"
msgid "Belgium"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:81
msgctxt "option value"
msgid "2nd Secondary"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:82
msgctxt "option value"
msgid "3rd Secondary"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:83
msgctxt "option value"
msgid "4th Secondary"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:84
msgctxt "option value"
msgid "5th Secondary"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:85
msgctxt "option value"
msgid "6th Secondary"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:87
msgctxt "option value"
msgid "Bolivia"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:88
#: gettext/gettext-lib-com-education-levels.php:304
#: gettext/gettext-lib-com-education-levels.php:486
#: gettext/gettext-lib-com-education-levels.php:519
#: gettext/gettext-lib-com-education-levels.php:568
#: gettext/gettext-lib-com-education-levels.php:749
#: gettext/gettext-lib-com-education-levels.php:804
#: gettext/gettext-lib-com-education-levels.php:889
msgctxt "option value"
msgid "Lower Secondary Education"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:90
#: gettext/gettext-lib-com-education-levels.php:168
#: gettext/gettext-lib-com-education-levels.php:178
#: gettext/gettext-lib-com-education-levels.php:247
#: gettext/gettext-lib-com-education-levels.php:307
#: gettext/gettext-lib-com-education-levels.php:322
#: gettext/gettext-lib-com-education-levels.php:332
#: gettext/gettext-lib-com-education-levels.php:383
#: gettext/gettext-lib-com-education-levels.php:490
#: gettext/gettext-lib-com-education-levels.php:495
#: gettext/gettext-lib-com-education-levels.php:522
#: gettext/gettext-lib-com-education-levels.php:656
#: gettext/gettext-lib-com-education-levels.php:677
#: gettext/gettext-lib-com-education-levels.php:753
#: gettext/gettext-lib-com-education-levels.php:782
#: gettext/gettext-lib-com-education-levels.php:807
#: gettext/gettext-lib-com-education-levels.php:826
#: gettext/gettext-lib-com-education-levels.php:894
#: gettext/gettext-lib-com-education-levels.php:935
msgctxt "option value"
msgid "Upper Secondary Education"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:96
msgctxt "option value"
msgid "Bosnia and Herzegovina"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:97
#: gettext/gettext-lib-com-education-levels.php:328
#: gettext/gettext-lib-com-education-levels.php:449
#: gettext/gettext-lib-com-education-levels.php:467
#: gettext/gettext-lib-com-education-levels.php:528
#: gettext/gettext-lib-com-education-levels.php:586
#: gettext/gettext-lib-com-education-levels.php:653
#: gettext/gettext-lib-com-education-levels.php:850
#: gettext/gettext-lib-com-education-levels.php:880
msgctxt "option value"
msgid "Primary Education"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:104
#: gettext/gettext-lib-com-education-levels.php:535
#: gettext/gettext-lib-com-education-levels.php:756
#: gettext/gettext-lib-com-education-levels.php:785
#: gettext/gettext-lib-com-education-levels.php:819
#: gettext/gettext-lib-com-education-levels.php:964
msgctxt "option value"
msgid "Grade 13"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:106
msgctxt "option value"
msgid "Brazil"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:107
msgctxt "option value"
msgid "Elementary School"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:109
#: gettext/gettext-lib-com-education-levels.php:352
#: gettext/gettext-lib-com-education-levels.php:433
#: gettext/gettext-lib-com-education-levels.php:480
#: gettext/gettext-lib-com-education-levels.php:626
#: gettext/gettext-lib-com-education-levels.php:698
#: gettext/gettext-lib-com-education-levels.php:773
#: gettext/gettext-lib-com-education-levels.php:799
#: gettext/gettext-lib-com-education-levels.php:882
#: gettext/gettext-lib-com-education-levels.php:919
msgctxt "option value"
msgid "High School"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:110
msgctxt "option value"
msgid "1st Grade (High School)"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:111
#: gettext/gettext-lib-com-education-levels.php:287
#: gettext/gettext-lib-com-education-levels.php:800
#: gettext/gettext-lib-com-education-levels.php:827
msgctxt "option value"
msgid "1st Grade"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:112
#: gettext/gettext-lib-com-education-levels.php:774
msgctxt "option value"
msgid "2nd Grade (High School)"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:113
#: gettext/gettext-lib-com-education-levels.php:289
#: gettext/gettext-lib-com-education-levels.php:775
#: gettext/gettext-lib-com-education-levels.php:801
#: gettext/gettext-lib-com-education-levels.php:828
msgctxt "option value"
msgid "2nd Grade"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:114
#: gettext/gettext-lib-com-education-levels.php:776
msgctxt "option value"
msgid "3rd Grade (High School)"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:115
#: gettext/gettext-lib-com-education-levels.php:291
#: gettext/gettext-lib-com-education-levels.php:777
#: gettext/gettext-lib-com-education-levels.php:798
#: gettext/gettext-lib-com-education-levels.php:829
msgctxt "option value"
msgid "3rd Grade"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:117
msgctxt "option value"
msgid "Bulgaria"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:123
msgctxt "option value"
msgid "Canada"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:124
#: gettext/gettext-lib-com-education-levels.php:358
#: gettext/gettext-lib-com-education-levels.php:440
#: gettext/gettext-lib-com-education-levels.php:728
msgctxt "option value"
msgid "Intermediate Education"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:132
msgctxt "option value"
msgid "Chile"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:139
msgctxt "option value"
msgid "Colombia"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:140
msgctxt "option value"
msgid "Basic Secondary"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:142
msgctxt "option value"
msgid "High School Education"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:145
#: gettext/gettext-lib-com-education-levels.php:545
#: gettext/gettext-lib-com-education-levels.php:651
msgctxt "option value"
msgid "Tertiary"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:146
msgctxt "option value"
msgid "Costa Rica"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:148
#: gettext/gettext-lib-com-education-levels.php:198
#: gettext/gettext-lib-com-education-levels.php:359
#: gettext/gettext-lib-com-education-levels.php:696
#: gettext/gettext-lib-com-education-levels.php:721
#: gettext/gettext-lib-com-education-levels.php:863
#: gettext/gettext-lib-com-education-levels.php:872
#: gettext/gettext-lib-com-education-levels.php:890
#: gettext/gettext-lib-com-education-levels.php:918
msgctxt "option value"
msgid "Eighth Grade"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:149
#: gettext/gettext-lib-com-education-levels.php:199
#: gettext/gettext-lib-com-education-levels.php:360
#: gettext/gettext-lib-com-education-levels.php:697
#: gettext/gettext-lib-com-education-levels.php:722
#: gettext/gettext-lib-com-education-levels.php:864
#: gettext/gettext-lib-com-education-levels.php:873
#: gettext/gettext-lib-com-education-levels.php:891
#: gettext/gettext-lib-com-education-levels.php:920
msgctxt "option value"
msgid "Ninth Grade"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:150
#: gettext/gettext-lib-com-education-levels.php:200
#: gettext/gettext-lib-com-education-levels.php:362
#: gettext/gettext-lib-com-education-levels.php:699
#: gettext/gettext-lib-com-education-levels.php:724
#: gettext/gettext-lib-com-education-levels.php:866
#: gettext/gettext-lib-com-education-levels.php:875
#: gettext/gettext-lib-com-education-levels.php:892
#: gettext/gettext-lib-com-education-levels.php:921
#: gettext/gettext-lib-com-education-levels.php:936
msgctxt "option value"
msgid "Tenth Grade"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:151
#: gettext/gettext-lib-com-education-levels.php:201
#: gettext/gettext-lib-com-education-levels.php:363
#: gettext/gettext-lib-com-education-levels.php:700
#: gettext/gettext-lib-com-education-levels.php:725
#: gettext/gettext-lib-com-education-levels.php:867
#: gettext/gettext-lib-com-education-levels.php:876
#: gettext/gettext-lib-com-education-levels.php:893
#: gettext/gettext-lib-com-education-levels.php:922
#: gettext/gettext-lib-com-education-levels.php:937
msgctxt "option value"
msgid "Eleventh Grade"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:152
#: gettext/gettext-lib-com-education-levels.php:202
#: gettext/gettext-lib-com-education-levels.php:364
#: gettext/gettext-lib-com-education-levels.php:701
#: gettext/gettext-lib-com-education-levels.php:868
#: gettext/gettext-lib-com-education-levels.php:877
#: gettext/gettext-lib-com-education-levels.php:895
#: gettext/gettext-lib-com-education-levels.php:923
#: gettext/gettext-lib-com-education-levels.php:938
msgctxt "option value"
msgid "Twelfth Grade"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:154
msgctxt "option value"
msgid "Croatia"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:160
msgctxt "option value"
msgid "Cyprus"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:167
msgctxt "option value"
msgid "Czechia"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:173
msgctxt "option value"
msgid "Denmark"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:182
msgctxt "option value"
msgid "Dominican Republic"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:183
msgctxt "option value"
msgid "Primary School"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:186
msgctxt "option value"
msgid "Grade 1 (Secondary School)"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:187
#: gettext/gettext-lib-com-education-levels.php:405
msgctxt "option value"
msgid "Grade 1"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:188
msgctxt "option value"
msgid "Grade 2 (Secondary School)"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:189
#: gettext/gettext-lib-com-education-levels.php:400
#: gettext/gettext-lib-com-education-levels.php:407
#: gettext/gettext-lib-com-education-levels.php:679
msgctxt "option value"
msgid "Grade 2"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:190
msgctxt "option value"
msgid "Grade 3 (Secondary School)"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:191
#: gettext/gettext-lib-com-education-levels.php:402
#: gettext/gettext-lib-com-education-levels.php:409
#: gettext/gettext-lib-com-education-levels.php:681
msgctxt "option value"
msgid "Grade 3"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:192
msgctxt "option value"
msgid "Grade 4 (Secondary School)"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:193
#: gettext/gettext-lib-com-education-levels.php:683
msgctxt "option value"
msgid "Grade 4"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:195
#: gettext/gettext-lib-com-education-levels.php:381
#: gettext/gettext-lib-com-education-levels.php:420
#: gettext/gettext-lib-com-education-levels.php:566
#: gettext/gettext-lib-com-education-levels.php:584
#: gettext/gettext-lib-com-education-levels.php:622
#: gettext/gettext-lib-com-education-levels.php:712
#: gettext/gettext-lib-com-education-levels.php:747
#: gettext/gettext-lib-com-education-levels.php:860
msgctxt "option value"
msgid "Doctorate"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:196
msgctxt "option value"
msgid "Ecuador"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:204
msgctxt "option value"
msgid "Egypt"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:205
msgctxt "option value"
msgid "Preparatory Stage"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:213
msgctxt "option value"
msgid "El Salvador"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:214
msgctxt "option value"
msgid "3rd Cycle"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:215
#: gettext/gettext-lib-com-education-levels.php:234
#: gettext/gettext-lib-com-education-levels.php:244
#: gettext/gettext-lib-com-education-levels.php:477
#: gettext/gettext-lib-com-education-levels.php:823
msgctxt "option value"
msgid "7th Grade"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:218
#: gettext/gettext-lib-com-education-levels.php:927
msgctxt "option value"
msgid "Middle Education"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:222
msgctxt "option value"
msgid "England"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:223
#: gettext/gettext-lib-com-education-levels.php:596
msgctxt "option value"
msgid "Key Stage 3"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:225
#: gettext/gettext-lib-com-education-levels.php:598
#: gettext/gettext-lib-com-education-levels.php:941
msgctxt "option value"
msgid "Key Stage 4"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:228
#: gettext/gettext-lib-com-education-levels.php:601
#: gettext/gettext-lib-com-education-levels.php:944
msgctxt "option value"
msgid "Key Stage 5"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:230
#: gettext/gettext-lib-com-education-levels.php:564
#: gettext/gettext-lib-com-education-levels.php:946
msgctxt "option value"
msgid "Year 13"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:232
msgctxt "option value"
msgid "Estonia"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:233
#: gettext/gettext-lib-com-education-levels.php:243
#: gettext/gettext-lib-com-education-levels.php:258
#: gettext/gettext-lib-com-education-levels.php:412
#: gettext/gettext-lib-com-education-levels.php:614
#: gettext/gettext-lib-com-education-levels.php:686
#: gettext/gettext-lib-com-education-levels.php:871
#: gettext/gettext-lib-com-education-levels.php:949
msgctxt "option value"
msgid "Basic Education"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:242
msgctxt "option value"
msgid "Finland"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:252
msgctxt "option value"
msgid "France"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:253
msgctxt "option value"
msgid "Lycée"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:254
msgctxt "option value"
msgid "Seconde"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:255
msgctxt "option value"
msgid "Première"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:256
msgctxt "option value"
msgid "Terminale"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:257
msgctxt "option value"
msgid "Georgia"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:266
msgctxt "option value"
msgid "Germany"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:267
msgctxt "option value"
msgid "Gymnasium"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:268
msgctxt "option value"
msgid "11th Grade (Gymnasium)"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:270
msgctxt "option value"
msgid "12th Grade (Gymnasium)"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:272
msgctxt "option value"
msgid "13th Grade (Gymnasium)"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:273
#: gettext/gettext-lib-com-education-levels.php:325
#: gettext/gettext-lib-com-education-levels.php:335
msgctxt "option value"
msgid "13th Grade"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:275
msgctxt "option value"
msgid "Ghana"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:276
msgctxt "option value"
msgid "Junior Secondary School"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:284
msgctxt "option value"
msgid "Greece"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:286
msgctxt "option value"
msgid "1st Grade (Lyceum)"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:288
msgctxt "option value"
msgid "2nd Grade (Lyceum)"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:290
msgctxt "option value"
msgid "3rd Grade (Lyceum)"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:293
msgctxt "option value"
msgid "Guatemala"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:294
#: gettext/gettext-lib-com-education-levels.php:538
#: gettext/gettext-lib-com-education-levels.php:852
#: gettext/gettext-lib-com-education-levels.php:862
msgctxt "option value"
msgid "Lower Secondary"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:295
#: gettext/gettext-lib-com-education-levels.php:423
#: gettext/gettext-lib-com-education-levels.php:450
#: gettext/gettext-lib-com-education-levels.php:587
#: gettext/gettext-lib-com-education-levels.php:644
#: gettext/gettext-lib-com-education-levels.php:851
msgctxt "option value"
msgid "Grade 7"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:298
#: gettext/gettext-lib-com-education-levels.php:541
#: gettext/gettext-lib-com-education-levels.php:858
#: gettext/gettext-lib-com-education-levels.php:865
msgctxt "option value"
msgid "Upper Secondary"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:303
msgctxt "option value"
msgid "Honduras"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:312
msgctxt "option value"
msgid "Hong Kong"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:313
#: gettext/gettext-lib-com-education-levels.php:812
msgctxt "option value"
msgid "Junior Secondary"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:314
#: gettext/gettext-lib-com-education-levels.php:767
msgctxt "option value"
msgid "Secondary 2"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:315
#: gettext/gettext-lib-com-education-levels.php:768
msgctxt "option value"
msgid "Secondary 3"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:316
#: gettext/gettext-lib-com-education-levels.php:814
msgctxt "option value"
msgid "Senior Secondary"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:317
#: gettext/gettext-lib-com-education-levels.php:769
msgctxt "option value"
msgid "Secondary 4"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:318
#: gettext/gettext-lib-com-education-levels.php:770
msgctxt "option value"
msgid "Secondary 5"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:319
msgctxt "option value"
msgid "Secondary 6"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:321
msgctxt "option value"
msgid "Hungary"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:327
msgctxt "option value"
msgid "Iceland"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:337
msgctxt "option value"
msgid "India"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:338
msgctxt "option value"
msgid "Middle Stage"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:339
#: gettext/gettext-lib-com-education-levels.php:625
msgctxt "option value"
msgid "Class 8"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:341
#: gettext/gettext-lib-com-education-levels.php:627
msgctxt "option value"
msgid "Class 9"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:342
#: gettext/gettext-lib-com-education-levels.php:628
msgctxt "option value"
msgid "Class 10"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:344
#: gettext/gettext-lib-com-education-levels.php:630
msgctxt "option value"
msgid "Class 11"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:345
#: gettext/gettext-lib-com-education-levels.php:631
msgctxt "option value"
msgid "Class 12"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:346
msgctxt "option value"
msgid "Undergraduate College"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:347
msgctxt "option value"
msgid "Post-Graduate College"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:348
msgctxt "option value"
msgid "Indonesia"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:349
#: gettext/gettext-lib-com-education-levels.php:476
#: gettext/gettext-lib-com-education-levels.php:624
#: gettext/gettext-lib-com-education-levels.php:797
#: gettext/gettext-lib-com-education-levels.php:917
msgctxt "option value"
msgid "Middle School"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:357
msgctxt "option value"
msgid "Iraq"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:361
#: gettext/gettext-lib-com-education-levels.php:704
msgctxt "option value"
msgid "Preparatory Education"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:366
msgctxt "option value"
msgid "Ireland"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:367
msgctxt "option value"
msgid "Senior Cycle"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:368
msgctxt "option value"
msgid "Transition Year"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:369
#: gettext/gettext-lib-com-education-levels.php:745
msgctxt "option value"
msgid "Fifth Year"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:370
msgctxt "option value"
msgid "Sixth Year"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:372
msgctxt "option value"
msgid "Israel"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:373
msgctxt "option value"
msgid "Intermediate School"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:382
msgctxt "option value"
msgid "Italy"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:384
msgctxt "option value"
msgid "2nd Upper"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:385
msgctxt "option value"
msgid "3rd Upper"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:386
msgctxt "option value"
msgid "4th Upper"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:387
msgctxt "option value"
msgid "5th Upper"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:389
msgctxt "option value"
msgid "Jamaica"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:397
msgctxt "option value"
msgid "Japan"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:399
msgctxt "option value"
msgid "Grade 2 (Lower Secondary)"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:401
msgctxt "option value"
msgid "Grade 3 (Lower Secondary)"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:404
msgctxt "option value"
msgid "Grade 1 (Upper Secondary)"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:406
msgctxt "option value"
msgid "Grade 2 (Upper Secondary)"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:408
msgctxt "option value"
msgid "Grade 3 (Upper Secondary)"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:411
msgctxt "option value"
msgid "Jordan"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:421
msgctxt "option value"
msgid "Kazakhstan"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:429
msgctxt "option value"
msgid "Tertiary Institutions"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:430
msgctxt "option value"
msgid "Kenya"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:431
msgctxt "option value"
msgid "Upper Primary"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:432
msgctxt "option value"
msgid "Standard 8"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:434
msgctxt "option value"
msgid "Standard 9"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:435
msgctxt "option value"
msgid "Standard 10"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:436
msgctxt "option value"
msgid "Standard 11"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:437
msgctxt "option value"
msgid "Standard 12"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:439
msgctxt "option value"
msgid "Kuwait"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:448
msgctxt "option value"
msgid "Latvia"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:452
#: gettext/gettext-lib-com-education-levels.php:579
msgctxt "option value"
msgid "Senior Secondary Education"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:457
msgctxt "option value"
msgid "Lebanon"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:458
#: gettext/gettext-lib-com-education-levels.php:908
msgctxt "option value"
msgid "Intermediate Level"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:466
msgctxt "option value"
msgid "Libya"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:475
msgctxt "option value"
msgid "Liechtenstein"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:485
msgctxt "option value"
msgid "Lithuania"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:494
msgctxt "option value"
msgid "Luxembourg"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:496
msgctxt "option value"
msgid "3 G"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:497
msgctxt "option value"
msgid "2 G"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:498
msgctxt "option value"
msgid "1 G"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:500
msgctxt "option value"
msgid "Malaysia"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:502
msgctxt "option value"
msgid "Form 2"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:503
msgctxt "option value"
msgid "Form 3"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:504
msgctxt "option value"
msgid "Form 4"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:505
msgctxt "option value"
msgid "Form 5"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:506
msgctxt "option value"
msgid "Pre-University"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:507
msgctxt "option value"
msgid "Lower Form 6"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:508
msgctxt "option value"
msgid "Upper Form 6"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:509
#: gettext/gettext-lib-com-education-levels.php:515
#: gettext/gettext-lib-com-education-levels.php:771
#: gettext/gettext-lib-com-education-levels.php:780
#: gettext/gettext-lib-com-education-levels.php:897
msgctxt "option value"
msgid "Post-Secondary Education"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:510
msgctxt "option value"
msgid "Malta"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:517
msgctxt "option value"
msgid "Postgraduate Education"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:518
msgctxt "option value"
msgid "Mexico"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:527
msgctxt "option value"
msgid "Montenegro"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:537
msgctxt "option value"
msgid "Morocco"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:546
msgctxt "option value"
msgid "Nepal"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:550
msgctxt "option value"
msgid "Senior Higher Secondary"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:553
msgctxt "option value"
msgid "Netherlands"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:555
msgctxt "option value"
msgid "5th Year (HAVO)"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:556
msgctxt "option value"
msgid "5th Year"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:558
msgctxt "option value"
msgid "New Zealand"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:559
msgctxt "option value"
msgid "Year 9-13 Secondary School"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:567
msgctxt "option value"
msgid "Nicaragua"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:575
msgctxt "option value"
msgid "Nigeria"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:585
msgctxt "option value"
msgid "North Macedonia"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:595
msgctxt "option value"
msgid "Northern Ireland"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:603
msgctxt "option value"
msgid "Norway"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:609
msgctxt "option value"
msgid "VG1"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:610
msgctxt "option value"
msgid "VG2"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:611
msgctxt "option value"
msgid "VG3"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:613
msgctxt "option value"
msgid "Oman"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:623
msgctxt "option value"
msgid "Pakistan"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:629
msgctxt "option value"
msgid "Higher Secondary School"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:633
msgctxt "option value"
msgid "Panama"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:634
msgctxt "option value"
msgid "First Step of Secondary Level"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:635
msgctxt "option value"
msgid "Grade Eight"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:636
msgctxt "option value"
msgid "Grade Nine"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:637
msgctxt "option value"
msgid "Second Step of Secondary Level"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:638
msgctxt "option value"
msgid "Grade Ten"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:639
msgctxt "option value"
msgid "Grade Eleven"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:640
msgctxt "option value"
msgid "Grade Twelve"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:642
msgctxt "option value"
msgid "Papua New Guinea"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:643
msgctxt "option value"
msgid "Middle"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:652
msgctxt "option value"
msgid "Paraguay"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:661
msgctxt "option value"
msgid "Peru"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:667
msgctxt "option value"
msgid "Philippines"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:668
#: gettext/gettext-lib-com-education-levels.php:695
#: gettext/gettext-lib-com-education-levels.php:841
msgctxt "option value"
msgid "Junior High School"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:672
#: gettext/gettext-lib-com-education-levels.php:844
msgctxt "option value"
msgid "Senior High School"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:676
msgctxt "option value"
msgid "Poland"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:678
msgctxt "option value"
msgid "Grade 2 (High School)"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:680
msgctxt "option value"
msgid "Grade 3 (High School)"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:682
msgctxt "option value"
msgid "Grade 4 (High School)"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:685
msgctxt "option value"
msgid "Portugal"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:687
msgctxt "option value"
msgid "8th Year"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:688
msgctxt "option value"
msgid "9th Year"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:690
msgctxt "option value"
msgid "10th Year"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:691
msgctxt "option value"
msgid "11th Year"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:692
msgctxt "option value"
msgid "12th Year"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:694
msgctxt "option value"
msgid "Puerto Rico"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:703
msgctxt "option value"
msgid "Qatar"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:713
msgctxt "option value"
msgid "Romania"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:715
msgctxt "option value"
msgid "Class X"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:716
msgctxt "option value"
msgid "Class XI"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:717
msgctxt "option value"
msgid "Class XII"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:719
msgctxt "option value"
msgid "Russia"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:720
msgctxt "option value"
msgid "Basic General Education"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:723
msgctxt "option value"
msgid "Secondary General Education"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:726
msgctxt "option value"
msgid "Postsecondary and Tertiary Education"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:727
msgctxt "option value"
msgid "Saudi Arabia"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:736
msgctxt "option value"
msgid "Scotland"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:738
msgctxt "option value"
msgid "Second Year (S2)"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:739
msgctxt "option value"
msgid "Second Year"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:740
msgctxt "option value"
msgid "Third Year (S3)"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:741
msgctxt "option value"
msgid "Third Year"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:742
msgctxt "option value"
msgid "Fourth Year (S4)"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:743
msgctxt "option value"
msgid "Fourth Year"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:744
msgctxt "option value"
msgid "Fifth Year (S5)"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:748
msgctxt "option value"
msgid "Senegal"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:758
msgctxt "option value"
msgid "Serbia"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:759
msgctxt "option value"
msgid "Secondary-High School"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:760
msgctxt "option value"
msgid "Year 2"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:761
msgctxt "option value"
msgid "Year 3"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:762
msgctxt "option value"
msgid "Year 4"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:764
msgctxt "option value"
msgid "Singapore"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:766
msgctxt "option value"
msgid "Secondary 1"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:772
msgctxt "option value"
msgid "Slovakia"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:778
msgctxt "option value"
msgid "4th Grade (High School)"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:779
msgctxt "option value"
msgid "4th Grade"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:781
msgctxt "option value"
msgid "Slovenia"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:787
msgctxt "option value"
msgid "South Africa"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:788
msgctxt "option value"
msgid "Senior Phase"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:791
msgctxt "option value"
msgid "Further Education and Training"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:795
msgctxt "option value"
msgid "Higher Education and Training"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:796
msgctxt "option value"
msgid "South Korea"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:803
msgctxt "option value"
msgid "Spain"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:810
msgctxt "option value"
msgid "Tertiary education"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:811
msgctxt "option value"
msgid "Sri Lanka"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:817
msgctxt "option value"
msgid "Collegiate"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:821
msgctxt "option value"
msgid "Sweden"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:822
msgctxt "option value"
msgid "Comprehensive School"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:831
msgctxt "option value"
msgid "Switzerland"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:832
msgctxt "option value"
msgid "Lower Secondary Level"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:836
msgctxt "option value"
msgid "Grade-1"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:837
msgctxt "option value"
msgid "Grade-2"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:838
msgctxt "option value"
msgid "Grade-3"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:840
msgctxt "option value"
msgid "Taiwan"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:849
msgctxt "option value"
msgid "Tanzania"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:861
msgctxt "option value"
msgid "Thailand"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:870
msgctxt "option value"
msgid "Tunisia"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:879
msgctxt "option value"
msgid "Türkiye"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:888
msgctxt "option value"
msgid "Uganda"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:896
msgctxt "option value"
msgid "Thirteenth Grade"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:898
msgctxt "option value"
msgid "Ukraine"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:899
msgctxt "option value"
msgid "Secondary Base School"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:902
msgctxt "option value"
msgid "Secondary Last School"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:907
msgctxt "option value"
msgid "United Arab Emirates"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:910
msgctxt "option value"
msgid "Secondary Level"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:916
msgctxt "option value"
msgid "United States"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:924
msgctxt "option value"
msgid "College"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:925
msgctxt "option value"
msgid "Graduate School"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:926
msgctxt "option value"
msgid "Venezuela"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:929
msgctxt "option value"
msgid "Diversified Education"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:933
msgctxt "option value"
msgid "Higher Education School"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:934
msgctxt "option value"
msgid "Vietnam"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:940
msgctxt "option value"
msgid "Wales"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:948
msgctxt "option value"
msgid "Yemen"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:956
msgctxt "option value"
msgid "University Education"
msgstr ""
#: gettext/gettext-lib-com-education-levels.php:957
msgctxt "option value"
msgid "Zimbabwe"
msgstr ""
#: gettext/gettext-lib-com.php:5 gettext/gettext-lib-com.php:24
#: gettext/gettext-lib-com.php:61 lib/com/bfo.php:259 lib/com/cache.php:95
#: lib/com/notice.php:72
msgid "%s Notice"
msgstr ""
#: gettext/gettext-lib-com.php:6 gettext/gettext-lib-com.php:25
#: gettext/gettext-lib-com.php:62 lib/com/bfo.php:264 lib/com/cache.php:100
#: lib/com/notice.php:77
msgid "Notice"
msgstr ""
#: gettext/gettext-lib-com.php:7 lib/com/bfo.php:280
msgid ""
"The \"%1$s\" hook with priority %2$d in the \"%3$s\" filter has incorrectly "
"sent output to the webpage."
msgstr ""
#: gettext/gettext-lib-com.php:8 lib/com/bfo.php:283
msgid ""
"Unlike WordPress actions, WordPress filters must always return their text, "
"not echo it to the webpage output."
msgstr ""
#: gettext/gettext-lib-com.php:9 lib/com/bfo.php:286
msgid ""
"Please contact the author of that filter and report this issue as a coding "
"error."
msgstr ""
#: gettext/gettext-lib-com.php:10 lib/com/bfo.php:329
msgid "Incorrect webpage output:"
msgstr ""
#: gettext/gettext-lib-com.php:11 lib/com/bfo.php:330
msgid "BEGIN OUTPUT"
msgstr ""
#: gettext/gettext-lib-com.php:12 lib/com/bfo.php:331
msgid "END OUTPUT"
msgstr ""
#: gettext/gettext-lib-com.php:13 lib/com/bitly.php:58
msgid "Group name \"%s\" not found in the Bitly API response data."
msgstr ""
#: gettext/gettext-lib-com.php:14 gettext/gettext-lib-com.php:16
#: gettext/gettext-lib-com.php:18 gettext/gettext-lib-com.php:19
#: gettext/gettext-lib-com.php:20 gettext/gettext-lib-com.php:21
#: gettext/gettext-lib-com.php:23 lib/com/bitly.php:60 lib/com/bitly.php:68
#: lib/com/bitly.php:110 lib/com/bitly.php:170 lib/com/bitly.php:183
#: lib/com/bitly.php:189 lib/com/bitly.php:202 lib/ext/dlmyapp.php:56
#: lib/ext/dlmyapp.php:62 lib/ext/dlmyapp.php:74 lib/ext/owly.php:65
#: lib/ext/owly.php:185 lib/ext/owly.php:191 lib/ext/owly.php:203
#: lib/ext/owly.php:209 lib/ext/tinyurl.php:139 lib/ext/tinyurl.php:145
#: lib/ext/yourls.php:200 lib/ext/yourls.php:206 lib/ext/yourls.php:218
msgid "%1$s shortener API error: %2$s"
msgstr ""
#: gettext/gettext-lib-com.php:15 lib/com/bitly.php:66
msgid "Groups property missing from the Bitly API response data."
msgstr ""
#: gettext/gettext-lib-com.php:17 lib/com/bitly.php:108
msgid "Link property value is empty."
msgstr ""
#: gettext/gettext-lib-com.php:22 lib/com/bitly.php:200 lib/ext/dlmyapp.php:72
#: lib/ext/owly.php:201 lib/ext/yourls.php:216
msgid "JSON response decode error code %d."
msgstr ""
#: gettext/gettext-lib-com.php:26 lib/com/cache.php:235
msgid "Error retrieving %1$s for caching (after %2$.3f seconds)."
msgstr ""
#: gettext/gettext-lib-com.php:27 lib/com/cache.php:240
msgid "Error retrieving %1$s for caching."
msgstr ""
#: gettext/gettext-lib-com.php:28 lib/com/cache.php:246
msgid "cURL error code %1$d %2$s."
msgstr ""
#: gettext/gettext-lib-com.php:29 lib/com/cache.php:252
msgid "SSL verification failed with code %1$d."
msgstr ""
#: gettext/gettext-lib-com.php:30 lib/com/cache.php:257
msgid "HTTP connection returned code %1$d."
msgstr ""
#: gettext/gettext-lib-com.php:31 gettext/gettext-lib-com.php:34
#: lib/com/cache.php:272 lib/com/cache.php:289
msgid ""
"The PHP \"%s\" setting is enabled - the PHP cURL library cannot follow URL "
"redirects."
msgstr ""
#: gettext/gettext-lib-com.php:32 lib/com/cache.php:275
msgid ""
"The \"%s\" setting is deprecated since PHP version 5.3 and removed from PHP "
"since version 5.4."
msgstr ""
#: gettext/gettext-lib-com.php:33 lib/com/cache.php:278
msgid ""
"Please contact your hosting provider to have this setting disabled or "
"install a newer version of PHP."
msgstr ""
#: gettext/gettext-lib-com.php:35 lib/com/cache.php:292
msgid "Please contact your hosting provider to have this setting disabled."
msgstr ""
#: gettext/gettext-lib-com.php:36 lib/com/cache.php:297
msgid "The maximum number of URL redirects (%d) may have been exceeded."
msgstr ""
#: gettext/gettext-lib-com.php:37 lib/com/cache.php:302
msgid ""
"Additional requests to retrieve this URL will be ignored for another %d "
"second(s)."
msgstr ""
#: gettext/gettext-lib-com.php:38 gettext/gettext-lib-com.php:40
#: lib/com/cache.php:493 lib/com/cache.php:688 lib/util-cache.php:990
msgid "Error removing cache file %s."
msgstr ""
#: gettext/gettext-lib-com.php:39 lib/com/cache.php:585
msgid ""
"PHP cURL library missing - contact your hosting provider to have the cURL "
"library installed."
msgstr ""
#: gettext/gettext-lib-com.php:41 lib/com/cache.php:946
msgid "Cache file %s is not readable."
msgstr ""
#: gettext/gettext-lib-com.php:42 lib/com/cache.php:978
msgid "Failed to open the cache file %s for reading."
msgstr ""
#: gettext/gettext-lib-com.php:43 lib/com/cache.php:1086
msgid "Failed to create the %s cache folder."
msgstr ""
#: gettext/gettext-lib-com.php:44 lib/com/cache.php:1100
msgid "Cache folder %s is not writable."
msgstr ""
#: gettext/gettext-lib-com.php:45 lib/com/cache.php:1114
msgid "Failed to open the cache file %s for writing."
msgstr ""
#: gettext/gettext-lib-com.php:46 lib/com/cache.php:1143
msgid "Failed writing data to cache file %s."
msgstr ""
#: gettext/gettext-lib-com.php:47 gettext/gettext-lib-com.php:57
#: lib/com/form.php:926 lib/com/form.php:2600
msgctxt "option comment"
msgid "days"
msgstr ""
#: gettext/gettext-lib-com.php:48 gettext/gettext-lib-com.php:58
#: lib/com/form.php:927 lib/com/form.php:2601
msgctxt "option comment"
msgid "hours"
msgstr ""
#: gettext/gettext-lib-com.php:49 gettext/gettext-lib-com.php:59
#: lib/com/form.php:928 lib/com/form.php:2602
msgctxt "option comment"
msgid "mins"
msgstr ""
#: gettext/gettext-lib-com.php:50 gettext/gettext-lib-com.php:60
#: lib/com/form.php:929 lib/com/form.php:2603
msgctxt "option comment"
msgid "secs"
msgstr ""
#: gettext/gettext-lib-com.php:51 lib/com/form.php:964
msgctxt "option comment"
msgid "crop"
msgstr ""
#: gettext/gettext-lib-com.php:52 lib/com/form.php:967 lib/edit-schema.php:967
#: lib/edit-schema.php:1949
msgctxt "option comment"
msgid "from"
msgstr ""
#. translators: Please ignore - translation uses a different text domain.
#: gettext/gettext-lib-com.php:54 lib/com/form.php:977
#: lib/media-filters.php:117 lib/media.php:1614 lib/media.php:1765
#: lib/media.php:3829
msgid "Media Library"
msgstr ""
#. translators: Please ignore - translation uses a different text domain.
#: gettext/gettext-lib-com.php:56 lib/com/form.php:1060 lib/script.php:365
msgid "Select Image"
msgstr ""
#: gettext/gettext-lib-com.php:63 lib/com/notice.php:293
#: lib/submenu/licenses.php:94
msgid "Edit"
msgstr ""
#: gettext/gettext-lib-com.php:64 lib/com/notice.php:297
msgid "Reference: %s"
msgstr ""
#: gettext/gettext-lib-com.php:65 lib/com/notice.php:497
msgid ""
"The WordPress admin toolbar appears to be disabled (ie. the WordPress <code>"
"%s</code> function returned false)."
msgstr ""
#: gettext/gettext-lib-com.php:66 lib/com/notice.php:500
msgid ""
"As a consequence, showing discreet notices in the admin toolbar is not "
"possible."
msgstr ""
#: gettext/gettext-lib-com.php:67 lib/com/notice.php:502
msgid "Please diagnose the issue to re-enable the admin toolbar."
msgstr ""
#: gettext/gettext-lib-com.php:68 lib/com/notice.php:1046
msgid "Forever"
msgstr ""
#: gettext/gettext-lib-com.php:69 lib/com/notice.php:1048
msgid "This notice can be dismissed permanently."
msgstr ""
#: gettext/gettext-lib-com.php:70 lib/com/notice.php:1060
msgid "This notice can be dismissed for %s."
msgstr ""
#: gettext/gettext-lib-config.php:5
msgctxt "package name"
msgid "Premium"
msgstr ""
#: gettext/gettext-lib-config.php:6
msgctxt "package name"
msgid "Standard"
msgstr ""
#: gettext/gettext-lib-config.php:7 gettext/gettext-lib-config.php:8
msgctxt "lib file description"
msgid "Update Manager"
msgstr ""
#: gettext/gettext-lib-config.php:9
msgctxt "plugin name"
msgid "WPSSO Update Manager"
msgstr ""
#: gettext/gettext-lib-config.php:10
msgctxt "plugin description"
msgid "Update Manager for the WPSSO Core Premium plugin."
msgstr ""
#: gettext/gettext-lib-config.php:11 gettext/gettext-lib-config.php:127
msgctxt "plugin name"
msgid "WPSSO Core"
msgstr ""
#: gettext/gettext-lib-config.php:12
msgctxt "lib file description"
msgid "Import All in One SEO Pack Metadata"
msgstr ""
#: gettext/gettext-lib-config.php:13
msgctxt "lib file description"
msgid "Import Rank Math SEO Metadata"
msgstr ""
#: gettext/gettext-lib-config.php:14
msgctxt "lib file description"
msgid "Import The SEO Framework Metadata"
msgstr ""
#: gettext/gettext-lib-config.php:15
msgctxt "lib file description"
msgid "Import WP Meta SEO Metadata"
msgstr ""
#: gettext/gettext-lib-config.php:16
msgctxt "lib file description"
msgid "Import Yoast SEO Block Attrs"
msgstr ""
#: gettext/gettext-lib-config.php:17
msgctxt "lib file description"
msgid "Import Yoast SEO Metadata"
msgstr ""
#: gettext/gettext-lib-config.php:18
msgctxt "lib file description"
msgid "Perfect Brands for WooCommerce"
msgstr ""
#: gettext/gettext-lib-config.php:19
msgctxt "lib file description"
msgid "WooCommerce"
msgstr ""
#: gettext/gettext-lib-config.php:20
msgctxt "lib file description"
msgid "WooCommerce Brands"
msgstr ""
#: gettext/gettext-lib-config.php:21
msgctxt "lib file description"
msgid "WooCommerce Currency Switcher"
msgstr ""
#: gettext/gettext-lib-config.php:22
msgctxt "lib file description"
msgid "WooCommerce UPC, EAN, and ISBN"
msgstr ""
#: gettext/gettext-lib-config.php:23
msgctxt "lib file description"
msgid "Product GTIN for WooCommerce"
msgstr ""
#: gettext/gettext-lib-config.php:24
msgctxt "lib file description"
msgid "YITH WooCommerce Brands Add-on"
msgstr ""
#: gettext/gettext-lib-config.php:25
msgctxt "lib file description"
msgid "The Events Calendar"
msgstr ""
#: gettext/gettext-lib-config.php:26
msgctxt "lib file description"
msgid "Gravity Forms"
msgstr ""
#: gettext/gettext-lib-config.php:27
msgctxt "lib file description"
msgid "Gravity View"
msgstr ""
#: gettext/gettext-lib-config.php:28
msgctxt "lib file description"
msgid "Simple Job Board"
msgstr ""
#: gettext/gettext-lib-config.php:29
msgctxt "lib file description"
msgid "WP Job Manager"
msgstr ""
#: gettext/gettext-lib-config.php:30
msgctxt "lib file description"
msgid "Polylang"
msgstr ""
#: gettext/gettext-lib-config.php:31
msgctxt "lib file description"
msgid "qTranslate-XT"
msgstr ""
#: gettext/gettext-lib-config.php:32
msgctxt "lib file description"
msgid "WPML"
msgstr ""
#: gettext/gettext-lib-config.php:33
msgctxt "lib file description"
msgid "Perfect Images"
msgstr ""
#: gettext/gettext-lib-config.php:34
msgctxt "lib file description"
msgid "Rate my Post"
msgstr ""
#: gettext/gettext-lib-config.php:35
msgctxt "lib file description"
msgid "WP-PostRatings"
msgstr ""
#: gettext/gettext-lib-config.php:36
msgctxt "lib file description"
msgid "WP Recipe Maker"
msgstr ""
#: gettext/gettext-lib-config.php:37
msgctxt "lib file description"
msgid "Judge.me Product Reviews for WooCommerce"
msgstr ""
#: gettext/gettext-lib-config.php:38
msgctxt "lib file description"
msgid "WP Product Review"
msgstr ""
#: gettext/gettext-lib-config.php:39
msgctxt "lib file description"
msgid "Yotpo Social Reviews for WooCommerce"
msgstr ""
#: gettext/gettext-lib-config.php:40
msgctxt "lib file description"
msgid "All in One SEO Pack"
msgstr ""
#: gettext/gettext-lib-config.php:41
msgctxt "lib file description"
msgid "Rank Math SEO"
msgstr ""
#: gettext/gettext-lib-config.php:42
msgctxt "lib file description"
msgid "The SEO Framework"
msgstr ""
#: gettext/gettext-lib-config.php:43
msgctxt "lib file description"
msgid "SEOPress"
msgstr ""
#: gettext/gettext-lib-config.php:44
msgctxt "lib file description"
msgid "WP Meta SEO"
msgstr ""
#: gettext/gettext-lib-config.php:45
msgctxt "lib file description"
msgid "Yoast SEO"
msgstr ""
#: gettext/gettext-lib-config.php:46
msgctxt "lib file description"
msgid "Co-Authors Plus"
msgstr ""
#: gettext/gettext-lib-config.php:47
msgctxt "lib file description"
msgid "PublishPress Authors"
msgstr ""
#: gettext/gettext-lib-config.php:48
msgctxt "lib file description"
msgid "Ultimate Member"
msgstr ""
#: gettext/gettext-lib-config.php:49
msgctxt "lib file description"
msgid "Elementor Website Builder"
msgstr ""
#: gettext/gettext-lib-config.php:50
msgctxt "lib file description"
msgid "Jetpack"
msgstr ""
#: gettext/gettext-lib-config.php:51
msgctxt "lib file description"
msgid "Jetpack Boost"
msgstr ""
#: gettext/gettext-lib-config.php:52
msgctxt "lib file description"
msgid "Schema Type Article"
msgstr ""
#: gettext/gettext-lib-config.php:53
msgctxt "lib file description"
msgid "Schema Type Audiobook"
msgstr ""
#: gettext/gettext-lib-config.php:54
msgctxt "lib file description"
msgid "Schema Type Blog"
msgstr ""
#: gettext/gettext-lib-config.php:55
msgctxt "lib file description"
msgid "Schema Type Book"
msgstr ""
#: gettext/gettext-lib-config.php:56
msgctxt "lib file description"
msgid "Schema Type Brand"
msgstr ""
#: gettext/gettext-lib-config.php:57
msgctxt "lib file description"
msgid "Schema Type Claim Review"
msgstr ""
#: gettext/gettext-lib-config.php:58
msgctxt "lib file description"
msgid "Schema Type Collection Page"
msgstr ""
#: gettext/gettext-lib-config.php:59
msgctxt "lib file description"
msgid "Schema Type Course"
msgstr ""
#: gettext/gettext-lib-config.php:60
msgctxt "lib file description"
msgid "Schema Type CreativeWork"
msgstr ""
#: gettext/gettext-lib-config.php:61
msgctxt "lib file description"
msgid "Schema Type Event"
msgstr ""
#: gettext/gettext-lib-config.php:62
msgctxt "lib file description"
msgid "Schema Type FAQPage"
msgstr ""
#: gettext/gettext-lib-config.php:63
msgctxt "lib file description"
msgid "Schema Type Food Establishment"
msgstr ""
#: gettext/gettext-lib-config.php:64
msgctxt "lib file description"
msgid "Schema Type How-To"
msgstr ""
#: gettext/gettext-lib-config.php:65
msgctxt "lib file description"
msgid "Schema Type ItemList"
msgstr ""
#: gettext/gettext-lib-config.php:66
msgctxt "lib file description"
msgid "Schema Type Job Posting"
msgstr ""
#: gettext/gettext-lib-config.php:67
msgctxt "lib file description"
msgid "Schema Type Learning Resource"
msgstr ""
#: gettext/gettext-lib-config.php:68
msgctxt "lib file description"
msgid "Schema Type Local Business"
msgstr ""
#: gettext/gettext-lib-config.php:69
msgctxt "lib file description"
msgid "Schema Type Movie"
msgstr ""
#: gettext/gettext-lib-config.php:70
msgctxt "lib file description"
msgid "Schema Type Organization"
msgstr ""
#: gettext/gettext-lib-config.php:71
msgctxt "lib file description"
msgid "Schema Type Person"
msgstr ""
#: gettext/gettext-lib-config.php:72
msgctxt "lib file description"
msgid "Schema Type Place"
msgstr ""
#: gettext/gettext-lib-config.php:73
msgctxt "lib file description"
msgid "Schema Type Product"
msgstr ""
#: gettext/gettext-lib-config.php:74
msgctxt "lib file description"
msgid "Schema Type Product Group"
msgstr ""
#: gettext/gettext-lib-config.php:75
msgctxt "lib file description"
msgid "Schema Type Profile Page"
msgstr ""
#: gettext/gettext-lib-config.php:76
msgctxt "lib file description"
msgid "Schema Type QAPage"
msgstr ""
#: gettext/gettext-lib-config.php:77
msgctxt "lib file description"
msgid "Schema Type Question and Answer"
msgstr ""
#: gettext/gettext-lib-config.php:78
msgctxt "lib file description"
msgid "Schema Type Recipe"
msgstr ""
#: gettext/gettext-lib-config.php:79
msgctxt "lib file description"
msgid "Schema Type Review"
msgstr ""
#: gettext/gettext-lib-config.php:80
msgctxt "lib file description"
msgid "Schema Type Search Results Page"
msgstr ""
#: gettext/gettext-lib-config.php:81
msgctxt "lib file description"
msgid "Schema Type Service"
msgstr ""
#: gettext/gettext-lib-config.php:82
msgctxt "lib file description"
msgid "Schema Type Software Application"
msgstr ""
#: gettext/gettext-lib-config.php:83
msgctxt "lib file description"
msgid "Schema Type Thing"
msgstr ""
#: gettext/gettext-lib-config.php:84
msgctxt "lib file description"
msgid "Schema Type WebPage"
msgstr ""
#: gettext/gettext-lib-config.php:85
msgctxt "lib file description"
msgid "Schema Type WebSite"
msgstr ""
#: gettext/gettext-lib-config.php:86
msgctxt "lib file description"
msgid "Schema Property aggregateRating"
msgstr ""
#: gettext/gettext-lib-config.php:87
msgctxt "lib file description"
msgid "Schema Property hasPart"
msgstr ""
#: gettext/gettext-lib-config.php:88
msgctxt "lib file description"
msgid "Schema Property review"
msgstr ""
#: gettext/gettext-lib-config.php:89 gettext/gettext-lib-config.php:109
msgctxt "lib file description"
msgid "Facebook Videos"
msgstr ""
#: gettext/gettext-lib-config.php:90
msgctxt "lib file description"
msgid "Gravatar Images"
msgstr ""
#: gettext/gettext-lib-config.php:91 gettext/gettext-lib-config.php:110
msgctxt "lib file description"
msgid "Slideshare Presentations"
msgstr ""
#: gettext/gettext-lib-config.php:92 gettext/gettext-lib-config.php:111
msgctxt "lib file description"
msgid "Soundcloud Tracks"
msgstr ""
#: gettext/gettext-lib-config.php:93
msgctxt "lib file description"
msgid "Upscale Media Library Images"
msgstr ""
#: gettext/gettext-lib-config.php:94 gettext/gettext-lib-config.php:112
msgctxt "lib file description"
msgid "Vimeo Videos"
msgstr ""
#: gettext/gettext-lib-config.php:95 gettext/gettext-lib-config.php:113
msgctxt "lib file description"
msgid "Wistia Videos"
msgstr ""
#: gettext/gettext-lib-config.php:96 gettext/gettext-lib-config.php:114
msgctxt "lib file description"
msgid "WP Media Library Video Blocks"
msgstr ""
#: gettext/gettext-lib-config.php:97 gettext/gettext-lib-config.php:115
msgctxt "lib file description"
msgid "WP Media Library Video Shortcodes"
msgstr ""
#: gettext/gettext-lib-config.php:98 gettext/gettext-lib-config.php:116
msgctxt "lib file description"
msgid "YouTube Videos and Playlists"
msgstr ""
#: gettext/gettext-lib-config.php:99 gettext/gettext-lib-config.php:117
msgctxt "lib file description"
msgid "Judge.me Reviews"
msgstr ""
#: gettext/gettext-lib-config.php:100
msgctxt "lib file description"
msgid "Shopper Approved Reviews"
msgstr ""
#: gettext/gettext-lib-config.php:101
msgctxt "lib file description"
msgid "Stamped.io Reviews"
msgstr ""
#: gettext/gettext-lib-config.php:102
msgctxt "lib file description"
msgid "URL Shortening Services"
msgstr ""
#: gettext/gettext-lib-config.php:103
msgctxt "lib file description"
msgid "Profile SSO - Social and Search Optimization"
msgstr ""
#: gettext/gettext-lib-config.php:104 gettext/gettext-lib-config.php:120
#: lib/admin-head-suggest-options.php:141 lib/messages.php:565
#: lib/messages.php:1309
msgctxt "lib file description"
msgid "Advanced Settings"
msgstr ""
#: gettext/gettext-lib-config.php:105 gettext/gettext-lib-config.php:121
#: lib/messages-info.php:76 lib/messages.php:440 lib/messages.php:451
#: lib/messages.php:498
msgctxt "lib file description"
msgid "Premium Licenses"
msgstr ""
#: gettext/gettext-lib-config.php:106 gettext/gettext-lib-config.php:122
#: lib/messages.php:495
msgctxt "lib file description"
msgid "Plugin Add-ons"
msgstr ""
#: gettext/gettext-lib-config.php:107 gettext/gettext-lib-config.php:124
msgctxt "lib file description"
msgid "Setup Guide"
msgstr ""
#: gettext/gettext-lib-config.php:108 gettext/gettext-lib-config.php:125
msgctxt "lib file description"
msgid "Troubleshooting"
msgstr ""
#: gettext/gettext-lib-config.php:118
msgctxt "lib file description"
msgid "Essential Settings"
msgstr ""
#: gettext/gettext-lib-config.php:119
msgctxt "lib file description"
msgid "General Settings"
msgstr ""
#: gettext/gettext-lib-config.php:123 lib/messages-info.php:257
#: lib/messages.php:530
msgctxt "lib file description"
msgid "Tools and Actions"
msgstr ""
#: gettext/gettext-lib-config.php:126
msgctxt "lib file description"
msgid "Add Person"
msgstr ""
#: gettext/gettext-lib-config.php:128
msgctxt "plugin description"
msgid ""
"Present your content at its best for social sites and search results, no "
"matter how URLs are shared, reshared, messaged, posted, embedded, or crawled."
msgstr ""
#: gettext/gettext-lib-config.php:129
msgctxt "plugin name"
msgid "WPSSO Schema Breadcrumbs Markup"
msgstr ""
#: gettext/gettext-lib-config.php:130
msgctxt "plugin description"
msgid "Schema BreadcrumbList markup in JSON-LD format for Google Rich Results."
msgstr ""
#: gettext/gettext-lib-config.php:131
msgctxt "plugin name"
msgid "WPSSO Commerce Manager Catalog Feed XML"
msgstr ""
#: gettext/gettext-lib-config.php:132
msgctxt "plugin description"
msgid ""
"Facebook and Instagram Commerce Manager Catalog Feed XMLs for WooCommerce "
"and custom product pages."
msgstr ""
#: gettext/gettext-lib-config.php:133
msgctxt "plugin name"
msgid "WPSSO Schema FAQ Page Manager"
msgstr ""
#: gettext/gettext-lib-config.php:134
msgctxt "plugin description"
msgid ""
"Create FAQ and Question / Answer Pages with optional shortcodes to include "
"FAQs and Questions / Answers in your content."
msgstr ""
#: gettext/gettext-lib-config.php:135
msgctxt "plugin name"
msgid "WPSSO Google Merchant Feed XML"
msgstr ""
#: gettext/gettext-lib-config.php:136
msgctxt "plugin description"
msgid ""
"Google Merchant product and inventory feed XML for WooCommerce and custom "
"product pages, including multilingual support."
msgstr ""
#: gettext/gettext-lib-config.php:137
msgctxt "plugin name"
msgid "WPSSO Schema Merchant Return Policy Manager"
msgstr ""
#: gettext/gettext-lib-config.php:138
msgctxt "plugin description"
msgid ""
"Manage Merchant Return Policies for Google Merchant listings and Schema "
"markup."
msgstr ""
#: gettext/gettext-lib-config.php:139
msgctxt "plugin name"
msgid "WPSSO Schema Organization and Place Manager"
msgstr ""
#: gettext/gettext-lib-config.php:140
msgctxt "plugin description"
msgid ""
"Manage Organizations and Places (Local Businesses, Venues, etc.) for Google, "
"Facebook, Pinterest, and Schema markup."
msgstr ""
#: gettext/gettext-lib-config.php:141
msgctxt "plugin name"
msgid "WPSSO Ratings and Reviews"
msgstr ""
#: gettext/gettext-lib-config.php:142
msgctxt "plugin description"
msgid "Adds Ratings and Reviews Features to the WordPress Comments System."
msgstr ""
#: gettext/gettext-lib-config.php:143
msgctxt "plugin name"
msgid "WPSSO REST API"
msgstr ""
#: gettext/gettext-lib-config.php:144
msgctxt "plugin description"
msgid ""
"Extends the WordPress REST API post, term, and user query results with an "
"array of meta tags and Schema JSON-LD markup."
msgstr ""
#: gettext/gettext-lib-config.php:145
msgctxt "plugin name"
msgid "WPSSO Strip Schema Microdata"
msgstr ""
#: gettext/gettext-lib-config.php:146
msgctxt "plugin description"
msgid ""
"Remove Schema Microdata and RDFa from the webpage for better Google Rich "
"Results using Schema JSON-LD markup."
msgstr ""
#: gettext/gettext-lib-config.php:147
msgctxt "plugin name"
msgid "WPSSO Tune WP Image Editors"
msgstr ""
#: gettext/gettext-lib-config.php:148
msgctxt "plugin description"
msgid ""
"Improves the appearance of WordPress images for better click through rates "
"from social and search sites."
msgstr ""
#: gettext/gettext-lib-config.php:149
msgctxt "plugin name"
msgid "WPSSO User Locale Selector"
msgstr ""
#: gettext/gettext-lib-config.php:150
msgctxt "plugin description"
msgid ""
"Quick and easy locale / language / region selector for the WordPress admin "
"toolbar."
msgstr ""
#: gettext/gettext-lib-config.php:151
msgctxt "plugin name"
msgid "WPSSO Schema Product Metadata for WooCommerce"
msgstr ""
#: gettext/gettext-lib-config.php:152
msgctxt "plugin description"
msgid ""
"MPN, ISBN, GTIN-8, UPC, EAN, GTIN-14, net dimensions, and fluid volume for "
"better WooCommerce Schema markup."
msgstr ""
#: gettext/gettext-lib-config.php:153
msgctxt "plugin name"
msgid "WPSSO Schema Shipping Delivery Time for WooCommerce"
msgstr ""
#: gettext/gettext-lib-config.php:154
msgctxt "plugin description"
msgid ""
"Shipping delivery time estimates for WooCommerce shipping zones, methods, "
"and classes."
msgstr ""
#: gettext/gettext-lib-config.php:155
msgctxt "plugin name"
msgid "WPSSO WP Sitemaps XML"
msgstr ""
#: gettext/gettext-lib-config.php:156
msgctxt "plugin description"
msgid ""
"Improves the WordPress sitemaps XML with article modification times, "
"alternate language URLs, images sitemaps, news sitemaps and more."
msgstr ""
#: gettext/gettext-lib-config.php:157
msgctxt "menu title"
msgid "SSO - Social and Search Optimization"
msgstr ""
#: gettext/gettext-lib-config.php:158
msgctxt "notice title"
msgid "SSO"
msgstr ""
#: gettext/gettext-lib-config.php:159
msgctxt "metabox title"
msgid "Document SSO"
msgstr ""
#: gettext/gettext-lib-config.php:160 lib/edit-schema.php:1697
msgctxt "option label"
msgid "Job Title"
msgstr ""
#: gettext/gettext-lib-config.php:161
msgctxt "option label"
msgid "Honorific Prefix"
msgstr ""
#: gettext/gettext-lib-config.php:162
msgctxt "option label"
msgid "Honorific Suffix"
msgstr ""
#: gettext/gettext-lib-config.php:163
msgctxt "option label"
msgid "Middle or Additional Name"
msgstr ""
#: gettext/gettext-lib-config.php:164
msgctxt "option label"
msgid "Awards"
msgstr ""
#: gettext/gettext-lib-config.php:165
msgctxt "option value"
msgid "Behance Profile URL"
msgstr ""
#: gettext/gettext-lib-config.php:166
msgctxt "option value"
msgid "Facebook User URL"
msgstr ""
#: gettext/gettext-lib-config.php:167
msgctxt "option value"
msgid "Instagram URL"
msgstr ""
#: gettext/gettext-lib-config.php:168
msgctxt "option value"
msgid "LinkedIn URL"
msgstr ""
#: gettext/gettext-lib-config.php:169
msgctxt "option value"
msgid "Medium URL"
msgstr ""
#: gettext/gettext-lib-config.php:170
msgctxt "option value"
msgid "Myspace URL"
msgstr ""
#: gettext/gettext-lib-config.php:171
msgctxt "option value"
msgid "Pinterest URL"
msgstr ""
#: gettext/gettext-lib-config.php:172
msgctxt "option value"
msgid "Soundcloud URL"
msgstr ""
#: gettext/gettext-lib-config.php:173
msgctxt "option value"
msgid "Skype Username"
msgstr ""
#: gettext/gettext-lib-config.php:174
msgctxt "option value"
msgid "TikTok URL"
msgstr ""
#: gettext/gettext-lib-config.php:175
msgctxt "option value"
msgid "Tumblr URL"
msgstr ""
#: gettext/gettext-lib-config.php:176
msgctxt "option value"
msgid "Wikipedia Page URL"
msgstr ""
#: gettext/gettext-lib-config.php:177
msgctxt "option value"
msgid "X (Twitter) @username"
msgstr ""
#: gettext/gettext-lib-config.php:178 gettext/gettext-lib-config.php:343
msgctxt "option value"
msgid "X"
msgstr ""
#: gettext/gettext-lib-config.php:179
msgctxt "option value"
msgid "YouTube Channel URL"
msgstr ""
#: gettext/gettext-lib-config.php:180
msgctxt "column header"
msgid "SSO Schema"
msgstr ""
#: gettext/gettext-lib-config.php:181
msgctxt "column header"
msgid "SSO Lang"
msgstr ""
#: gettext/gettext-lib-config.php:182
msgctxt "column header"
msgid "SSO Image"
msgstr ""
#: gettext/gettext-lib-config.php:183
msgctxt "column header"
msgid "SSO Desc"
msgstr ""
#: gettext/gettext-lib-config.php:184
msgctxt "option label"
msgid "File Content"
msgstr ""
#: gettext/gettext-lib-config.php:185
msgctxt "option label"
msgid "YouTube Video Details"
msgstr ""
#: gettext/gettext-lib-config.php:186
msgctxt "option label"
msgid "All Files"
msgstr ""
#: gettext/gettext-lib-config.php:187
msgctxt "option label"
msgid "API Response Info"
msgstr ""
#: gettext/gettext-lib-config.php:188
msgctxt "option label"
msgid "Document Markup"
msgstr ""
#: gettext/gettext-lib-config.php:189
msgctxt "option label"
msgid "Image URL Info"
msgstr ""
#: gettext/gettext-lib-config.php:190
msgctxt "option label"
msgid "Plugin Readme Info"
msgstr ""
#: gettext/gettext-lib-config.php:191
msgctxt "option label"
msgid "Short URLs Info"
msgstr ""
#: gettext/gettext-lib-config.php:192
msgctxt "option label"
msgid "Schema Types Info"
msgstr ""
#: gettext/gettext-lib-config.php:193
msgctxt "option label"
msgid "All Transients"
msgstr ""
#: gettext/gettext-lib-config.php:194
msgctxt "option label"
msgid "Filtered Content"
msgstr ""
#: gettext/gettext-lib-config.php:195
msgctxt "option label"
msgid "All WP Objects"
msgstr ""
#: gettext/gettext-lib-config.php:196
msgctxt "option value"
msgid "Yes"
msgstr ""
#: gettext/gettext-lib-config.php:197
msgctxt "option value"
msgid "No"
msgstr ""
#: gettext/gettext-lib-config.php:198
msgctxt "option value"
msgid "True"
msgstr ""
#: gettext/gettext-lib-config.php:199
msgctxt "option value"
msgid "False"
msgstr ""
#: gettext/gettext-lib-config.php:200
msgctxt "option value"
msgid "On"
msgstr ""
#: gettext/gettext-lib-config.php:201
msgctxt "option value"
msgid "Off"
msgstr ""
#: gettext/gettext-lib-config.php:202
msgctxt "option value"
msgid "Sunday"
msgstr ""
#: gettext/gettext-lib-config.php:203
msgctxt "option value"
msgid "Monday"
msgstr ""
#: gettext/gettext-lib-config.php:204
msgctxt "option value"
msgid "Tuesday"
msgstr ""
#: gettext/gettext-lib-config.php:205
msgctxt "option value"
msgid "Wednesday"
msgstr ""
#: gettext/gettext-lib-config.php:206
msgctxt "option value"
msgid "Thursday"
msgstr ""
#: gettext/gettext-lib-config.php:207
msgctxt "option value"
msgid "Friday"
msgstr ""
#: gettext/gettext-lib-config.php:208
msgctxt "option value"
msgid "Saturday"
msgstr ""
#: gettext/gettext-lib-config.php:209
msgctxt "option value"
msgid "Public Holidays"
msgstr ""
#: gettext/gettext-lib-config.php:210
msgctxt "option value"
msgid "Hour"
msgstr ""
#: gettext/gettext-lib-config.php:211
msgctxt "option value"
msgid "Day"
msgstr ""
#: gettext/gettext-lib-config.php:212
msgctxt "option value"
msgid "Week"
msgstr ""
#: gettext/gettext-lib-config.php:213
msgctxt "option value"
msgid "Month"
msgstr ""
#: gettext/gettext-lib-config.php:214
msgctxt "option value"
msgid "Year"
msgstr ""
#: gettext/gettext-lib-config.php:215
msgctxt "option value"
msgid "Do Not Auto Show"
msgstr ""
#: gettext/gettext-lib-config.php:216
msgctxt "option value"
msgid "Auto Show (No Timeout)"
msgstr ""
#: gettext/gettext-lib-config.php:217
msgctxt "option value"
msgid "Auto Show"
msgstr ""
#: gettext/gettext-lib-config.php:218
msgctxt "option value"
msgid "Auto Show for 1s"
msgstr ""
#: gettext/gettext-lib-config.php:219
msgctxt "option value"
msgid "Auto Show for 2s"
msgstr ""
#: gettext/gettext-lib-config.php:220
msgctxt "option value"
msgid "Auto Show for 3s"
msgstr ""
#: gettext/gettext-lib-config.php:221
msgctxt "option value"
msgid "Auto Show for 4s"
msgstr ""
#: gettext/gettext-lib-config.php:222
msgctxt "option value"
msgid "Auto Show for 9s"
msgstr ""
#: gettext/gettext-lib-config.php:223
msgctxt "option value"
msgid "Auto Show for 6s"
msgstr ""
#: gettext/gettext-lib-config.php:224
msgctxt "option value"
msgid "Auto Show for 7s"
msgstr ""
#: gettext/gettext-lib-config.php:225
msgctxt "option value"
msgid "Auto Show for 8s"
msgstr ""
#: gettext/gettext-lib-config.php:226
msgctxt "option value"
msgid "(default)"
msgstr ""
#: gettext/gettext-lib-config.php:228
msgctxt "option value"
msgid "(no images)"
msgstr ""
#: gettext/gettext-lib-config.php:230
msgctxt "option value"
msgid "(no videos)"
msgstr ""
#: gettext/gettext-lib-config.php:232
msgctxt "option value"
msgid "(settings value)"
msgstr ""
#: gettext/gettext-lib-config.php:234
msgctxt "option value"
msgid "(option disabled)"
msgstr ""
#: gettext/gettext-lib-config.php:236
msgctxt "option value"
msgid "%1$s (default is %2$s)"
msgstr ""
#: gettext/gettext-lib-config.php:237
msgctxt "option value"
msgid "%1$s"
msgstr ""
#: gettext/gettext-lib-config.php:238
msgctxt "option value"
msgid "default is %s"
msgstr ""
#: gettext/gettext-lib-config.php:239
msgctxt "option value"
msgid "checked"
msgstr ""
#: gettext/gettext-lib-config.php:240
msgctxt "option value"
msgid "unchecked"
msgstr ""
#: gettext/gettext-lib-config.php:241
msgctxt "option value"
msgid "Enabled"
msgstr ""
#: gettext/gettext-lib-config.php:242
msgctxt "option value"
msgid "Disabled"
msgstr ""
#: gettext/gettext-lib-config.php:243 lib/messages.php:1097
msgctxt "option value"
msgid "enabled"
msgstr ""
#: gettext/gettext-lib-config.php:244 lib/messages.php:1098
msgctxt "option value"
msgid "disabled"
msgstr ""
#: gettext/gettext-lib-config.php:245
msgctxt "option value"
msgid "at"
msgstr ""
#: gettext/gettext-lib-config.php:246
msgctxt "option value"
msgid "tz"
msgstr ""
#: gettext/gettext-lib-config.php:247
msgctxt "option value"
msgid "Post Type"
msgstr ""
#: gettext/gettext-lib-config.php:248
msgctxt "option value"
msgid "Taxonomy"
msgstr ""
#: gettext/gettext-lib-config.php:249
msgctxt "option value"
msgid "User Profiles"
msgstr ""
#: gettext/gettext-lib-config.php:250 lib/messages-tooltip-plugin.php:434
msgctxt "option value"
msgid "[WordPress Title]"
msgstr ""
#: gettext/gettext-lib-config.php:251
msgctxt "option value"
msgid "WordPress Title"
msgstr ""
#: gettext/gettext-lib-config.php:252
msgctxt "option value"
msgid "SEO Title Tag"
msgstr ""
#: gettext/gettext-lib-config.php:253
msgctxt "option value"
msgid "Schema Name"
msgstr ""
#: gettext/gettext-lib-config.php:254
msgctxt "option value"
msgid "Schema Alternate Name"
msgstr ""
#: gettext/gettext-lib-config.php:255
msgctxt "option value"
msgid "Basic Options"
msgstr ""
#: gettext/gettext-lib-config.php:256
msgctxt "option value"
msgid "All Options"
msgstr ""
#: gettext/gettext-lib-config.php:257
msgctxt "option value"
msgid "First Activation"
msgstr ""
#: gettext/gettext-lib-config.php:258
msgctxt "option value"
msgid "If Option Is Empty"
msgstr ""
#: gettext/gettext-lib-config.php:259
msgctxt "option value"
msgid "Always Force Value"
msgstr ""
#: gettext/gettext-lib-config.php:260 gettext/gettext-lib-config.php:264
#: gettext/gettext-lib-config.php:269 gettext/gettext-lib-config.php:275
#: gettext/gettext-lib-config.php:280 gettext/gettext-lib-config.php:286
#: gettext/gettext-lib-config.php:303 gettext/gettext-lib-config.php:319
#: gettext/gettext-lib-config.php:326 gettext/gettext-lib-config.php:435
#: gettext/gettext-lib-config.php:447 gettext/gettext-lib-config.php:463
#: gettext/gettext-lib-config.php:470 gettext/gettext-lib-config.php:474
#: gettext/gettext-lib-config.php:484 gettext/gettext-lib-config.php:496
#: gettext/gettext-lib-config.php:501 gettext/gettext-lib-config.php:508
#: gettext/gettext-lib-config.php:520 gettext/gettext-lib-config.php:526
#: gettext/gettext-lib-config.php:537 gettext/gettext-lib-config.php:556
#: gettext/gettext-lib-config.php:564 gettext/gettext-lib-config.php:577
#: lib/messages-tooltip-plugin.php:705 lib/users/add-person.php:101
msgctxt "option value"
msgid "[None]"
msgstr ""
#: gettext/gettext-lib-config.php:261 gettext/gettext-lib-config.php:265
#: gettext/gettext-lib-config.php:270 gettext/gettext-lib-config.php:276
#: gettext/gettext-lib-config.php:281 gettext/gettext-lib-config.php:287
#: gettext/gettext-lib-config.php:304 gettext/gettext-lib-config.php:320
#: gettext/gettext-lib-config.php:327 gettext/gettext-lib-config.php:436
#: gettext/gettext-lib-config.php:448 gettext/gettext-lib-config.php:464
#: gettext/gettext-lib-config.php:471 gettext/gettext-lib-config.php:475
#: gettext/gettext-lib-config.php:485 gettext/gettext-lib-config.php:497
#: gettext/gettext-lib-config.php:502 gettext/gettext-lib-config.php:509
#: gettext/gettext-lib-config.php:521 gettext/gettext-lib-config.php:527
#: gettext/gettext-lib-config.php:538 gettext/gettext-lib-config.php:557
#: gettext/gettext-lib-config.php:565 gettext/gettext-lib-config.php:578
msgctxt "option value"
msgid "None"
msgstr ""
#: gettext/gettext-lib-config.php:262
msgctxt "option value"
msgid "Header"
msgstr ""
#: gettext/gettext-lib-config.php:263
msgctxt "option value"
msgid "Footer"
msgstr ""
#: gettext/gettext-lib-config.php:266
msgctxt "option value"
msgid "Title Only"
msgstr ""
#: gettext/gettext-lib-config.php:267
msgctxt "option value"
msgid "Excerpt Only"
msgstr ""
#: gettext/gettext-lib-config.php:268
msgctxt "option value"
msgid "Title and Excerpt"
msgstr ""
#: gettext/gettext-lib-config.php:271 gettext/gettext-lib-config.php:273
msgctxt "option value"
msgid "Organization"
msgstr ""
#: gettext/gettext-lib-config.php:272 gettext/gettext-lib-config.php:274
msgctxt "option value"
msgid "Person"
msgstr ""
#: gettext/gettext-lib-config.php:277
msgctxt "option value"
msgid "First and Last Names"
msgstr ""
#: gettext/gettext-lib-config.php:278
msgctxt "option value"
msgid "Display Name"
msgstr ""
#: gettext/gettext-lib-config.php:279
msgctxt "option value"
msgid "Nickname"
msgstr ""
#: gettext/gettext-lib-config.php:282
msgctxt "option value"
msgid "[Custom Address]"
msgstr ""
#: gettext/gettext-lib-config.php:283
msgctxt "option value"
msgid "Custom Address"
msgstr ""
#: gettext/gettext-lib-config.php:284
msgctxt "option value"
msgid "[New Address]"
msgstr ""
#: gettext/gettext-lib-config.php:285
msgctxt "option value"
msgid "New Address"
msgstr ""
#: gettext/gettext-lib-config.php:288
msgctxt "option value"
msgid "[New Organization]"
msgstr ""
#: gettext/gettext-lib-config.php:289
msgctxt "option value"
msgid "New Organization"
msgstr ""
#: gettext/gettext-lib-config.php:290
msgctxt "option value"
msgid "[Site Organization]"
msgstr ""
#: gettext/gettext-lib-config.php:291
msgctxt "option value"
msgid "Site Organization"
msgstr ""
#: gettext/gettext-lib-config.php:292
msgctxt "option value"
msgid "ID"
msgstr ""
#: gettext/gettext-lib-config.php:293
msgctxt "option value"
msgid "ID | Host/Name"
msgstr ""
#: gettext/gettext-lib-config.php:294
msgctxt "option value"
msgid "ID | Name"
msgstr ""
#: gettext/gettext-lib-config.php:295
msgctxt "option value"
msgid "Name [ID]"
msgstr ""
#: gettext/gettext-lib-config.php:296
msgctxt "option value"
msgid "Name"
msgstr ""
#: gettext/gettext-lib-config.php:297
msgctxt "option value"
msgid "Left"
msgstr ""
#: gettext/gettext-lib-config.php:298 gettext/gettext-lib-config.php:301
msgctxt "option value"
msgid "Center"
msgstr ""
#: gettext/gettext-lib-config.php:299
msgctxt "option value"
msgid "Right"
msgstr ""
#: gettext/gettext-lib-config.php:300
msgctxt "option value"
msgid "Top"
msgstr ""
#: gettext/gettext-lib-config.php:302
msgctxt "option value"
msgid "Bottom"
msgstr ""
#: gettext/gettext-lib-config.php:305
msgctxt "option value"
msgid "Standard"
msgstr ""
#: gettext/gettext-lib-config.php:306
msgctxt "option value"
msgid "Large"
msgstr ""
#: gettext/gettext-lib-config.php:307 gettext/gettext-lib-config.php:315
msgctxt "option value"
msgid "[No Breadcrumbs]"
msgstr ""
#: gettext/gettext-lib-config.php:308 gettext/gettext-lib-config.php:316
msgctxt "option value"
msgid "No Breadcrumbs"
msgstr ""
#: gettext/gettext-lib-config.php:309
msgctxt "option value"
msgid "Home Page(s) and Categories"
msgstr ""
#: gettext/gettext-lib-config.php:310 gettext/gettext-lib-config.php:312
#: gettext/gettext-lib-config.php:314 gettext/gettext-lib-config.php:318
msgctxt "option value"
msgid "Home Page"
msgstr ""
#: gettext/gettext-lib-config.php:311 gettext/gettext-lib-config.php:317
msgctxt "option value"
msgid "Home Page(s) and Parents"
msgstr ""
#: gettext/gettext-lib-config.php:313
msgctxt "option value"
msgid "Home Page(s) and Primary Category"
msgstr ""
#: gettext/gettext-lib-config.php:321
msgctxt "option value"
msgid "Bitly"
msgstr ""
#: gettext/gettext-lib-config.php:322
msgctxt "option value"
msgid "DLMY.App"
msgstr ""
#: gettext/gettext-lib-config.php:323
msgctxt "option value"
msgid "Ow.ly"
msgstr ""
#: gettext/gettext-lib-config.php:324
msgctxt "option value"
msgid "TinyURL"
msgstr ""
#: gettext/gettext-lib-config.php:325
msgctxt "option value"
msgid "YOURLS"
msgstr ""
#: gettext/gettext-lib-config.php:328
msgctxt "option value"
msgid "Judge.me"
msgstr ""
#: gettext/gettext-lib-config.php:329
msgctxt "option value"
msgid "Shopper Approved"
msgstr ""
#: gettext/gettext-lib-config.php:330
msgctxt "option value"
msgid "Stamped.io"
msgstr ""
#: gettext/gettext-lib-config.php:331
msgctxt "option value"
msgid "Behance Business Profile URL"
msgstr ""
#: gettext/gettext-lib-config.php:332
msgctxt "option value"
msgid "Facebook Business Page URL"
msgstr ""
#: gettext/gettext-lib-config.php:333
msgctxt "option value"
msgid "Instagram Business Profile URL"
msgstr ""
#: gettext/gettext-lib-config.php:334
msgctxt "option value"
msgid "LinkedIn Business Page URL"
msgstr ""
#: gettext/gettext-lib-config.php:335
msgctxt "option value"
msgid "Medium Business Page URL"
msgstr ""
#: gettext/gettext-lib-config.php:336
msgctxt "option value"
msgid "Myspace Business Page URL"
msgstr ""
#: gettext/gettext-lib-config.php:337
msgctxt "option value"
msgid "Pinterest Business Page URL"
msgstr ""
#: gettext/gettext-lib-config.php:338
msgctxt "option value"
msgid "Soundcloud Business Page URL"
msgstr ""
#: gettext/gettext-lib-config.php:339
msgctxt "option value"
msgid "TikTok Business Page URL"
msgstr ""
#: gettext/gettext-lib-config.php:340
msgctxt "option value"
msgid "Tumblr Business Page URL"
msgstr ""
#: gettext/gettext-lib-config.php:341
msgctxt "option value"
msgid "Wikipedia Organization Page URL"
msgstr ""
#: gettext/gettext-lib-config.php:342
msgctxt "option value"
msgid "X (Twitter) Business @username"
msgstr ""
#: gettext/gettext-lib-config.php:344
msgctxt "option value"
msgid "YouTube Business Channel URL"
msgstr ""
#: gettext/gettext-lib-config.php:345
msgctxt "option value"
msgid "Facebook Videos"
msgstr ""
#: gettext/gettext-lib-config.php:346
msgctxt "option value"
msgid "Slideshare Presentations"
msgstr ""
#: gettext/gettext-lib-config.php:347
msgctxt "option value"
msgid "Soundcloud Tracks"
msgstr ""
#: gettext/gettext-lib-config.php:348
msgctxt "option value"
msgid "Vimeo Videos"
msgstr ""
#: gettext/gettext-lib-config.php:349
msgctxt "option value"
msgid "Wistia Videos"
msgstr ""
#: gettext/gettext-lib-config.php:350
msgctxt "option value"
msgid "WP Media Library Video Blocks"
msgstr ""
#: gettext/gettext-lib-config.php:351
msgctxt "option value"
msgid "WP Media Library Video Shortcodes"
msgstr ""
#: gettext/gettext-lib-config.php:352
msgctxt "option value"
msgid "YouTube Videos and Playlists"
msgstr ""
#: gettext/gettext-lib-config.php:353
msgctxt "option label"
msgid "Book Author Name Attribute"
msgstr ""
#: gettext/gettext-lib-config.php:354
msgctxt "option label"
msgid "Book ISBN Attribute"
msgstr ""
#: gettext/gettext-lib-config.php:355
msgctxt "option label"
msgid "Adult Type Attribute"
msgstr ""
#: gettext/gettext-lib-config.php:356
msgctxt "option label"
msgid "Age Group Attribute"
msgstr ""
#: gettext/gettext-lib-config.php:357
msgctxt "option label"
msgid "Brand Attribute"
msgstr ""
#: gettext/gettext-lib-config.php:358
msgctxt "option label"
msgid "Color Attribute"
msgstr ""
#: gettext/gettext-lib-config.php:359
msgctxt "option label"
msgid "Condition Attribute"
msgstr ""
#: gettext/gettext-lib-config.php:360
msgctxt "option label"
msgid "Energy Rating Attribute"
msgstr ""
#: gettext/gettext-lib-config.php:361
msgctxt "option label"
msgid "Fluid Volume Attribute"
msgstr ""
#: gettext/gettext-lib-config.php:362
msgctxt "option label"
msgid "GTIN-14 Attribute"
msgstr ""
#: gettext/gettext-lib-config.php:363
msgctxt "option label"
msgid "GTIN-13 (EAN) Attribute"
msgstr ""
#: gettext/gettext-lib-config.php:364
msgctxt "option label"
msgid "GTIN-12 (UPC) Attribute"
msgstr ""
#: gettext/gettext-lib-config.php:365
msgctxt "option label"
msgid "GTIN-8 Attribute"
msgstr ""
#: gettext/gettext-lib-config.php:366
msgctxt "option label"
msgid "GTIN Attribute"
msgstr ""
#: gettext/gettext-lib-config.php:367
msgctxt "option label"
msgid "Net Height Attribute"
msgstr ""
#: gettext/gettext-lib-config.php:368
msgctxt "option label"
msgid "ISBN Attribute"
msgstr ""
#: gettext/gettext-lib-config.php:369
msgctxt "option label"
msgid "Net Len. / Depth Attribute"
msgstr ""
#: gettext/gettext-lib-config.php:370
msgctxt "option label"
msgid "Material Attribute"
msgstr ""
#: gettext/gettext-lib-config.php:371
msgctxt "option label"
msgid "MPN Attribute"
msgstr ""
#: gettext/gettext-lib-config.php:372
msgctxt "option label"
msgid "Pattern Attribute"
msgstr ""
#: gettext/gettext-lib-config.php:373
msgctxt "option label"
msgid "Size Attribute"
msgstr ""
#: gettext/gettext-lib-config.php:374
msgctxt "option label"
msgid "Size Group Attribute"
msgstr ""
#: gettext/gettext-lib-config.php:375
msgctxt "option label"
msgid "Size System Attribute"
msgstr ""
#: gettext/gettext-lib-config.php:376
msgctxt "option label"
msgid "Target Gender Attribute"
msgstr ""
#: gettext/gettext-lib-config.php:377
msgctxt "option label"
msgid "Net Weight Attribute"
msgstr ""
#: gettext/gettext-lib-config.php:378
msgctxt "option label"
msgid "Net Width Attribute"
msgstr ""
#: gettext/gettext-lib-config.php:379
msgctxt "option label"
msgid "Microdata Type URLs Custom Field"
msgstr ""
#: gettext/gettext-lib-config.php:380
msgctxt "option label"
msgid "Book Author Name Custom Field"
msgstr ""
#: gettext/gettext-lib-config.php:381
msgctxt "option label"
msgid "Book ISBN Custom Field"
msgstr ""
#: gettext/gettext-lib-config.php:382
msgctxt "option label"
msgid "Image URL Custom Field"
msgstr ""
#: gettext/gettext-lib-config.php:383
msgctxt "option label"
msgid "Product Adult Type Custom Field"
msgstr ""
#: gettext/gettext-lib-config.php:384
msgctxt "option label"
msgid "Product Age Group Custom Field"
msgstr ""
#: gettext/gettext-lib-config.php:385
msgctxt "option label"
msgid "Product Availability Custom Field"
msgstr ""
#: gettext/gettext-lib-config.php:386
msgctxt "option label"
msgid "Product Brand Custom Field"
msgstr ""
#: gettext/gettext-lib-config.php:387
msgctxt "option label"
msgid "Product Google Cat. ID Custom Field"
msgstr ""
#: gettext/gettext-lib-config.php:388
msgctxt "option label"
msgid "Product Color Custom Field"
msgstr ""
#: gettext/gettext-lib-config.php:389
msgctxt "option label"
msgid "Product Condition Custom Field"
msgstr ""
#: gettext/gettext-lib-config.php:390
msgctxt "option label"
msgid "Product Currency Custom Field"
msgstr ""
#: gettext/gettext-lib-config.php:391
msgctxt "option label"
msgid "Product Energy Rating Custom Field"
msgstr ""
#: gettext/gettext-lib-config.php:392
msgctxt "option label"
msgid "Product Fluid Volume Custom Field"
msgstr ""
#: gettext/gettext-lib-config.php:393
msgctxt "option label"
msgid "Product GTIN-14 Custom Field"
msgstr ""
#: gettext/gettext-lib-config.php:394
msgctxt "option label"
msgid "Product GTIN-13 (EAN) Custom Field"
msgstr ""
#: gettext/gettext-lib-config.php:395
msgctxt "option label"
msgid "Product GTIN-12 (UPC) Custom Field"
msgstr ""
#: gettext/gettext-lib-config.php:396
msgctxt "option label"
msgid "Product GTIN-8 Custom Field"
msgstr ""
#: gettext/gettext-lib-config.php:397
msgctxt "option label"
msgid "Product GTIN Custom Field"
msgstr ""
#: gettext/gettext-lib-config.php:398
msgctxt "option label"
msgid "Product ISBN Custom Field"
msgstr ""
#: gettext/gettext-lib-config.php:399
msgctxt "option label"
msgid "Product Net Height Custom Field"
msgstr ""
#: gettext/gettext-lib-config.php:400
msgctxt "option label"
msgid "Product Net Len. / Depth Custom Field"
msgstr ""
#: gettext/gettext-lib-config.php:401
msgctxt "option label"
msgid "Product Material Custom Field"
msgstr ""
#: gettext/gettext-lib-config.php:402
msgctxt "option label"
msgid "Product MPN Custom Field"
msgstr ""
#: gettext/gettext-lib-config.php:403
msgctxt "option label"
msgid "Product Min Advert Price Custom Field"
msgstr ""
#: gettext/gettext-lib-config.php:404
msgctxt "option label"
msgid "Product Pattern Custom Field"
msgstr ""
#: gettext/gettext-lib-config.php:405
msgctxt "option label"
msgid "Product Price Custom Field"
msgstr ""
#: gettext/gettext-lib-config.php:406
msgctxt "option label"
msgid "Product Price Type Custom Field"
msgstr ""
#: gettext/gettext-lib-config.php:407
msgctxt "option label"
msgid "Product SKU Custom Field"
msgstr ""
#: gettext/gettext-lib-config.php:408
msgctxt "option label"
msgid "Product Shipping Height Custom Field"
msgstr ""
#: gettext/gettext-lib-config.php:409
msgctxt "option label"
msgid "Product Shipping Length Custom Field"
msgstr ""
#: gettext/gettext-lib-config.php:410
msgctxt "option label"
msgid "Product Shipping Weight Custom Field"
msgstr ""
#: gettext/gettext-lib-config.php:411
msgctxt "option label"
msgid "Product Shipping Width Custom Field"
msgstr ""
#: gettext/gettext-lib-config.php:412
msgctxt "option label"
msgid "Product Size Custom Field"
msgstr ""
#: gettext/gettext-lib-config.php:413
msgctxt "option label"
msgid "Product Size Group Custom Field"
msgstr ""
#: gettext/gettext-lib-config.php:414
msgctxt "option label"
msgid "Product Size System Custom Field"
msgstr ""
#: gettext/gettext-lib-config.php:415
msgctxt "option label"
msgid "Product Target Gender Custom Field"
msgstr ""
#: gettext/gettext-lib-config.php:416
msgctxt "option label"
msgid "Product Net Weight Custom Field"
msgstr ""
#: gettext/gettext-lib-config.php:417
msgctxt "option label"
msgid "Product Net Width Custom Field"
msgstr ""
#: gettext/gettext-lib-config.php:418
msgctxt "option label"
msgid "Review Subject Name Custom Field"
msgstr ""
#: gettext/gettext-lib-config.php:419
msgctxt "option label"
msgid "Review Subject Desc Custom Field"
msgstr ""
#: gettext/gettext-lib-config.php:420
msgctxt "option label"
msgid "Review Rating Custom Field"
msgstr ""
#: gettext/gettext-lib-config.php:421
msgctxt "option label"
msgid "Review Rating Alt Name Custom Field"
msgstr ""
#: gettext/gettext-lib-config.php:422
msgctxt "option label"
msgid "Same-As URLs Custom Field"
msgstr ""
#: gettext/gettext-lib-config.php:423
msgctxt "option label"
msgid "Video URL Custom Field"
msgstr ""
#: gettext/gettext-lib-config.php:424
msgctxt "option label"
msgid "Video Embed HTML Custom Field"
msgstr ""
#: gettext/gettext-lib-config.php:425
msgctxt "option value"
msgid "Default Creative Work Publisher Organization"
msgstr ""
#: gettext/gettext-lib-config.php:426
msgctxt "option value"
msgid "Default Creative Work Provider Organization"
msgstr ""
#: gettext/gettext-lib-config.php:427
msgctxt "option value"
msgid "Default Creative Work Funder Organization"
msgstr ""
#: gettext/gettext-lib-config.php:428
msgctxt "option value"
msgid "Default Event Performer Organization"
msgstr ""
#: gettext/gettext-lib-config.php:429
msgctxt "option value"
msgid "Default Event Organizer Organization"
msgstr ""
#: gettext/gettext-lib-config.php:430
msgctxt "option value"
msgid "Default Event Funder Organization"
msgstr ""
#: gettext/gettext-lib-config.php:431
msgctxt "option value"
msgid "Default Job Hiring Organization"
msgstr ""
#: gettext/gettext-lib-config.php:432
msgctxt "option value"
msgid "Default Service Provider Organization"
msgstr ""
#: gettext/gettext-lib-config.php:433
msgctxt "option value"
msgid "Default Event Venue"
msgstr ""
#: gettext/gettext-lib-config.php:434
msgctxt "option value"
msgid "Default Job Location"
msgstr ""
#: gettext/gettext-lib-config.php:437
msgctxt "option value"
msgid "Alcohol"
msgstr ""
#: gettext/gettext-lib-config.php:438
msgctxt "option value"
msgid "Dangerous Good"
msgstr ""
#: gettext/gettext-lib-config.php:439
msgctxt "option value"
msgid "Healthcare"
msgstr ""
#: gettext/gettext-lib-config.php:440
msgctxt "option value"
msgid "Narcotic"
msgstr ""
#: gettext/gettext-lib-config.php:441
msgctxt "option value"
msgid "Reduced Relevance for Children"
msgstr ""
#: gettext/gettext-lib-config.php:442
msgctxt "option value"
msgid "Sexual Content"
msgstr ""
#: gettext/gettext-lib-config.php:443
msgctxt "option value"
msgid "Tobacco Nicotine"
msgstr ""
#: gettext/gettext-lib-config.php:444
msgctxt "option value"
msgid "Unclassified Adult"
msgstr ""
#: gettext/gettext-lib-config.php:445
msgctxt "option value"
msgid "Violence"
msgstr ""
#: gettext/gettext-lib-config.php:446
msgctxt "option value"
msgid "Weapon"
msgstr ""
#: gettext/gettext-lib-config.php:449
msgctxt "option value"
msgid "Adult (13 years old or more)"
msgstr ""
#: gettext/gettext-lib-config.php:450
msgctxt "option value"
msgid "Adult"
msgstr ""
#: gettext/gettext-lib-config.php:451
msgctxt "option value"
msgid "All Ages (13 years old or more)"
msgstr ""
#: gettext/gettext-lib-config.php:452
msgctxt "option value"
msgid "All Ages"
msgstr ""
#: gettext/gettext-lib-config.php:453
msgctxt "option value"
msgid "Infant (3–12 months old)"
msgstr ""
#: gettext/gettext-lib-config.php:454
msgctxt "option value"
msgid "Infant"
msgstr ""
#: gettext/gettext-lib-config.php:455
msgctxt "option value"
msgid "Kids (5–13 years old)"
msgstr ""
#: gettext/gettext-lib-config.php:456
msgctxt "option value"
msgid "Kids"
msgstr ""
#: gettext/gettext-lib-config.php:457
msgctxt "option value"
msgid "Newborn (0-3 months old)"
msgstr ""
#: gettext/gettext-lib-config.php:458
msgctxt "option value"
msgid "Newborn"
msgstr ""
#: gettext/gettext-lib-config.php:459
msgctxt "option value"
msgid "Teen (13 years old or more)"
msgstr ""
#: gettext/gettext-lib-config.php:460
msgctxt "option value"
msgid "Teen"
msgstr ""
#: gettext/gettext-lib-config.php:461
msgctxt "option value"
msgid "Toddler (1–5 years old)"
msgstr ""
#: gettext/gettext-lib-config.php:462
msgctxt "option value"
msgid "Toddler"
msgstr ""
#: gettext/gettext-lib-config.php:465
msgctxt "option value"
msgid "Audiobook"
msgstr ""
#: gettext/gettext-lib-config.php:466
msgctxt "option value"
msgid "eBook"
msgstr ""
#: gettext/gettext-lib-config.php:467
msgctxt "option value"
msgid "Graphic Novel"
msgstr ""
#: gettext/gettext-lib-config.php:468
msgctxt "option value"
msgid "Hardcover"
msgstr ""
#: gettext/gettext-lib-config.php:469
msgctxt "option value"
msgid "Paperback"
msgstr ""
#: gettext/gettext-lib-config.php:472
msgctxt "option value"
msgid "Hearing Impaired"
msgstr ""
#: gettext/gettext-lib-config.php:473
msgctxt "option value"
msgid "Toll Free"
msgstr ""
#: gettext/gettext-lib-config.php:476
msgctxt "option value"
msgid "Full Time"
msgstr ""
#: gettext/gettext-lib-config.php:477
msgctxt "option value"
msgid "Part Time"
msgstr ""
#: gettext/gettext-lib-config.php:478
msgctxt "option value"
msgid "Contractor"
msgstr ""
#: gettext/gettext-lib-config.php:479
msgctxt "option value"
msgid "Temporary"
msgstr ""
#: gettext/gettext-lib-config.php:480
msgctxt "option value"
msgid "Intern"
msgstr ""
#: gettext/gettext-lib-config.php:481
msgctxt "option value"
msgid "Volunteer"
msgstr ""
#: gettext/gettext-lib-config.php:482
msgctxt "option value"
msgid "Per Diem"
msgstr ""
#: gettext/gettext-lib-config.php:483
msgctxt "option value"
msgid "Other"
msgstr ""
#: gettext/gettext-lib-config.php:486
msgctxt "option value"
msgid "A+++"
msgstr ""
#: gettext/gettext-lib-config.php:487
msgctxt "option value"
msgid "A++"
msgstr ""
#: gettext/gettext-lib-config.php:488
msgctxt "option value"
msgid "A+"
msgstr ""
#: gettext/gettext-lib-config.php:489
msgctxt "option value"
msgid "A"
msgstr ""
#: gettext/gettext-lib-config.php:490
msgctxt "option value"
msgid "B"
msgstr ""
#: gettext/gettext-lib-config.php:491
msgctxt "option value"
msgid "C"
msgstr ""
#: gettext/gettext-lib-config.php:492
msgctxt "option value"
msgid "D"
msgstr ""
#: gettext/gettext-lib-config.php:493
msgctxt "option value"
msgid "E"
msgstr ""
#: gettext/gettext-lib-config.php:494
msgctxt "option value"
msgid "F"
msgstr ""
#: gettext/gettext-lib-config.php:495
msgctxt "option value"
msgid "G"
msgstr ""
#: gettext/gettext-lib-config.php:498
msgctxt "option value"
msgid "Mixed"
msgstr ""
#: gettext/gettext-lib-config.php:499
msgctxt "option value"
msgid "Online"
msgstr ""
#: gettext/gettext-lib-config.php:500
msgctxt "option value"
msgid "Physical Location"
msgstr ""
#. translators: Please ignore - translation uses a different text domain.
#: gettext/gettext-lib-config.php:503 lib/messages-tooltip-meta-schema.php:363
msgctxt "option value"
msgid "Cancelled"
msgstr ""
#: gettext/gettext-lib-config.php:504
msgctxt "option value"
msgid "Moved Online"
msgstr ""
#. translators: Please ignore - translation uses a different text domain.
#: gettext/gettext-lib-config.php:505 lib/messages-tooltip-meta-schema.php:366
msgctxt "option value"
msgid "Postponed"
msgstr ""
#. translators: Please ignore - translation uses a different text domain.
#: gettext/gettext-lib-config.php:506 lib/messages-tooltip-meta-schema.php:369
msgctxt "option value"
msgid "Rescheduled"
msgstr ""
#: gettext/gettext-lib-config.php:507
msgctxt "option value"
msgid "Scheduled"
msgstr ""
#: gettext/gettext-lib-config.php:510
msgctxt "option value"
msgid "Back Order"
msgstr ""
#: gettext/gettext-lib-config.php:511
msgctxt "option value"
msgid "Discontinued"
msgstr ""
#: gettext/gettext-lib-config.php:512
msgctxt "option value"
msgid "In Stock"
msgstr ""
#: gettext/gettext-lib-config.php:513
msgctxt "option value"
msgid "In Store Only"
msgstr ""
#: gettext/gettext-lib-config.php:514
msgctxt "option value"
msgid "Limited Availability"
msgstr ""
#: gettext/gettext-lib-config.php:515
msgctxt "option value"
msgid "Online Only"
msgstr ""
#: gettext/gettext-lib-config.php:516
msgctxt "option value"
msgid "Out Of Stock"
msgstr ""
#: gettext/gettext-lib-config.php:517
msgctxt "option value"
msgid "Pre-Order"
msgstr ""
#: gettext/gettext-lib-config.php:518
msgctxt "option value"
msgid "Pre-Sale"
msgstr ""
#: gettext/gettext-lib-config.php:519
msgctxt "option value"
msgid "Sold Out"
msgstr ""
#: gettext/gettext-lib-config.php:522
msgctxt "option value"
msgid "Damaged"
msgstr ""
#: gettext/gettext-lib-config.php:523
msgctxt "option value"
msgid "New"
msgstr ""
#: gettext/gettext-lib-config.php:524
msgctxt "option value"
msgid "Refurbished"
msgstr ""
#: gettext/gettext-lib-config.php:525
msgctxt "option value"
msgid "Used"
msgstr ""
#: gettext/gettext-lib-config.php:528
msgctxt "option value"
msgid "Telecommute (100% Remote)"
msgstr ""
#: gettext/gettext-lib-config.php:529
msgctxt "option value"
msgid "Telecommute"
msgstr ""
#: gettext/gettext-lib-config.php:530
msgctxt "option value"
msgid "Exchange Refund"
msgstr ""
#: gettext/gettext-lib-config.php:531
msgctxt "option value"
msgid "Full Refund"
msgstr ""
#: gettext/gettext-lib-config.php:532
msgctxt "option value"
msgid "Store Credit Refund"
msgstr ""
#: gettext/gettext-lib-config.php:533
msgctxt "option value"
msgid "Limited Return Window"
msgstr ""
#: gettext/gettext-lib-config.php:534
msgctxt "option value"
msgid "Not Permitted"
msgstr ""
#: gettext/gettext-lib-config.php:535
msgctxt "option value"
msgid "Unlimited Window"
msgstr ""
#: gettext/gettext-lib-config.php:536
msgctxt "option value"
msgid "Unspecified"
msgstr ""
#: gettext/gettext-lib-config.php:539
msgctxt "option value"
msgid "Invoice Price"
msgstr ""
#: gettext/gettext-lib-config.php:540
msgctxt "option value"
msgid "List Price"
msgstr ""
#: gettext/gettext-lib-config.php:541
msgctxt "option value"
msgid "Manufacturer Suggested Retail Price"
msgstr ""
#: gettext/gettext-lib-config.php:542
msgctxt "option value"
msgid "Minimum Advertised Price"
msgstr ""
#: gettext/gettext-lib-config.php:543
msgctxt "option value"
msgid "Regular Price"
msgstr ""
#: gettext/gettext-lib-config.php:544
msgctxt "option value"
msgid "Sale Price"
msgstr ""
#: gettext/gettext-lib-config.php:545
msgctxt "option value"
msgid "Suggested Retail Price"
msgstr ""
#: gettext/gettext-lib-config.php:546
msgctxt "option value"
msgid "Strikethrough Price"
msgstr ""
#: gettext/gettext-lib-config.php:547
msgctxt "option value"
msgid "Free Return"
msgstr ""
#: gettext/gettext-lib-config.php:548
msgctxt "option value"
msgid "Customer Pays Shipping"
msgstr ""
#: gettext/gettext-lib-config.php:549
msgctxt "option value"
msgid "Return Has Shipping Fees"
msgstr ""
#: gettext/gettext-lib-config.php:550
msgctxt "option value"
msgid "Customer Responsibility"
msgstr ""
#: gettext/gettext-lib-config.php:551
msgctxt "option value"
msgid "Download And Print"
msgstr ""
#: gettext/gettext-lib-config.php:552
msgctxt "option value"
msgid "Label In Box"
msgstr ""
#: gettext/gettext-lib-config.php:553
msgctxt "option value"
msgid "At Kiosk"
msgstr ""
#: gettext/gettext-lib-config.php:554
msgctxt "option value"
msgid "By Mail"
msgstr ""
#: gettext/gettext-lib-config.php:555
msgctxt "option value"
msgid "In Store"
msgstr ""
#: gettext/gettext-lib-config.php:558
msgctxt "option value"
msgid "Regular"
msgstr ""
#: gettext/gettext-lib-config.php:559
msgctxt "option value"
msgid "Petite"
msgstr ""
#: gettext/gettext-lib-config.php:560
msgctxt "option value"
msgid "Plus"
msgstr ""
#: gettext/gettext-lib-config.php:561
msgctxt "option value"
msgid "Tall"
msgstr ""
#: gettext/gettext-lib-config.php:562
msgctxt "option value"
msgid "Big"
msgstr ""
#: gettext/gettext-lib-config.php:563
msgctxt "option value"
msgid "Maternity"
msgstr ""
#: gettext/gettext-lib-config.php:566
msgctxt "option value"
msgid "AU"
msgstr ""
#: gettext/gettext-lib-config.php:567
msgctxt "option value"
msgid "BR"
msgstr ""
#: gettext/gettext-lib-config.php:568
msgctxt "option value"
msgid "CN"
msgstr ""
#: gettext/gettext-lib-config.php:569
msgctxt "option value"
msgid "DE"
msgstr ""
#: gettext/gettext-lib-config.php:570
msgctxt "option value"
msgid "EU"
msgstr ""
#: gettext/gettext-lib-config.php:571
msgctxt "option value"
msgid "FR"
msgstr ""
#: gettext/gettext-lib-config.php:572
msgctxt "option value"
msgid "IT"
msgstr ""
#: gettext/gettext-lib-config.php:573
msgctxt "option value"
msgid "JP"
msgstr ""
#: gettext/gettext-lib-config.php:574
msgctxt "option value"
msgid "MX"
msgstr ""
#: gettext/gettext-lib-config.php:575
msgctxt "option value"
msgid "UK"
msgstr ""
#: gettext/gettext-lib-config.php:576
msgctxt "option value"
msgid "US"
msgstr ""
#: gettext/gettext-lib-config.php:579
msgctxt "option value"
msgid "Female"
msgstr ""
#: gettext/gettext-lib-config.php:580
msgctxt "option value"
msgid "Male"
msgstr ""
#: gettext/gettext-lib-config.php:581
msgctxt "option value"
msgid "Unisex"
msgstr ""
#: gettext/gettext-lib-config.php:582
msgctxt "option value"
msgid "Development and Up"
msgstr ""
#: gettext/gettext-lib-config.php:583
msgctxt "option value"
msgid "Alpha and Up"
msgstr ""
#: gettext/gettext-lib-config.php:584
msgctxt "option value"
msgid "Beta and Up"
msgstr ""
#: gettext/gettext-lib-config.php:585
msgctxt "option value"
msgid "Release Candidate and Up"
msgstr ""
#: gettext/gettext-lib-config.php:586
msgctxt "option value"
msgid "Stable / Production"
msgstr ""
#: gettext/gettext-lib-pro.php:5 lib/messages-tooltip-plugin.php:340
#: lib/messages-tooltip-plugin.php:357 lib/messages-tooltip-plugin.php:432
#: lib/messages.php:1257 lib/pro/admin/advanced.php:100
#: lib/std/admin/advanced.php:79
msgctxt "option label"
msgid "Webpage Title Tag"
msgstr ""
#: gettext/gettext-lib-pro.php:6 lib/messages.php:268
#: lib/pro/admin/advanced.php:108 lib/std/admin/advanced.php:87
msgctxt "option label"
msgid "Use Filtered Content"
msgstr ""
#: gettext/gettext-lib-pro.php:7 lib/pro/admin/advanced.php:111
#: lib/std/admin/advanced.php:89
msgctxt "option comment"
msgid "(recommended after reading help text)"
msgstr ""
#: gettext/gettext-lib-pro.php:8 lib/pro/admin/advanced.php:115
#: lib/std/admin/advanced.php:93
msgctxt "option label"
msgid "Use Filtered Excerpt"
msgstr ""
#: gettext/gettext-lib-pro.php:9 lib/pro/admin/advanced.php:118
#: lib/std/admin/advanced.php:95
msgctxt "option comment"
msgid "(recommended - only if using shortcodes in excerpts)"
msgstr ""
#: gettext/gettext-lib-pro.php:10 lib/pro/admin/advanced.php:122
#: lib/std/admin/advanced.php:99
msgctxt "option label"
msgid "Enable Excerpt for Pages"
msgstr ""
#: gettext/gettext-lib-pro.php:11 lib/pro/admin/advanced.php:128
#: lib/std/admin/advanced.php:105
msgctxt "option label"
msgid "Enable Tags for Pages"
msgstr ""
#: gettext/gettext-lib-pro.php:12 lib/pro/admin/advanced.php:134
#: lib/std/admin/advanced.php:111
msgctxt "option label"
msgid "Add Person Role for New Users"
msgstr ""
#: gettext/gettext-lib-pro.php:13 lib/messages.php:580
#: lib/pro/admin/advanced.php:140 lib/std/admin/advanced.php:117
msgctxt "option label"
msgid "Inherit Featured Image"
msgstr ""
#: gettext/gettext-lib-pro.php:14 gettext/gettext-lib-pro.php:16
#: gettext/gettext-lib-pro.php:21 gettext/gettext-lib-pro.php:23
#: lib/pro/admin/advanced.php:143 lib/pro/admin/advanced.php:150
#: lib/pro/admin/advanced.php:170 lib/pro/admin/advanced.php:177
#: lib/std/admin/advanced.php:119 lib/std/admin/advanced.php:126
#: lib/std/admin/advanced.php:146 lib/std/admin/advanced.php:153
#: lib/submenu/general.php:361 lib/submenu/general.php:367
#: lib/submenu/general.php:373
msgctxt "option comment"
msgid "(recommended)"
msgstr ""
#: gettext/gettext-lib-pro.php:15 lib/pro/admin/advanced.php:147
#: lib/std/admin/advanced.php:123
msgctxt "option label"
msgid "Inherit Custom Images"
msgstr ""
#: gettext/gettext-lib-pro.php:17 lib/messages.php:324
#: lib/pro/admin/advanced.php:154 lib/std/admin/advanced.php:130
msgctxt "option label"
msgid "Consider Attached Images"
msgstr ""
#: gettext/gettext-lib-pro.php:18 lib/pro/admin/advanced.php:157
#: lib/std/admin/advanced.php:133
msgctxt "option comment"
msgid "(recommended for WooCommerce product gallery images)"
msgstr ""
#: gettext/gettext-lib-pro.php:19 lib/messages.php:327
#: lib/pro/admin/advanced.php:161 lib/std/admin/advanced.php:137
msgctxt "option label"
msgid "Consider Content Images"
msgstr ""
#: gettext/gettext-lib-pro.php:20 lib/messages.php:249 lib/messages.php:321
#: lib/pro/admin/advanced.php:167 lib/std/admin/advanced.php:143
msgctxt "option label"
msgid "Image Dimension Checks"
msgstr ""
#: gettext/gettext-lib-pro.php:22 lib/pro/admin/advanced.php:174
#: lib/std/admin/advanced.php:150
msgctxt "option label"
msgid "Prevent Thumbnail Conflicts"
msgstr ""
#: gettext/gettext-lib-pro.php:24 lib/messages.php:330
#: lib/pro/admin/advanced.php:181 lib/std/admin/advanced.php:157
msgctxt "option label"
msgid "Upscale Media Library Images"
msgstr ""
#: gettext/gettext-lib-pro.php:25 lib/messages.php:333
#: lib/pro/admin/advanced.php:187 lib/std/admin/advanced.php:163
msgctxt "option label"
msgid "Maximum Image Upscale Percent"
msgstr ""
#: gettext/gettext-lib-pro.php:26 lib/pro/admin/advanced.php:196
#: lib/std/admin/advanced.php:172
msgctxt "metabox title"
msgid "Plugin and Theme Integration"
msgstr ""
#: gettext/gettext-lib-pro.php:27 lib/pro/admin/advanced.php:199
#: lib/std/admin/advanced.php:175
msgctxt "option label"
msgid "Speakable CSS Selectors"
msgstr ""
#: gettext/gettext-lib-pro.php:28 lib/pro/admin/advanced.php:205
#: lib/std/admin/advanced.php:181
msgctxt "option label"
msgid "Check for Duplicate Meta Tags"
msgstr ""
#: gettext/gettext-lib-pro.php:29 lib/pro/admin/advanced.php:211
#: lib/std/admin/advanced.php:187
msgctxt "option label"
msgid "Cache Plugin or Service is Active"
msgstr ""
#: gettext/gettext-lib-pro.php:30 lib/pro/admin/advanced.php:217
#: lib/std/admin/advanced.php:193
msgctxt "option label"
msgid "Include VAT in Product Prices"
msgstr ""
#: gettext/gettext-lib-pro.php:31 lib/pro/admin/advanced.php:223
#: lib/std/admin/advanced.php:199
msgctxt "option label"
msgid "Import All in One SEO Pack Metadata"
msgstr ""
#: gettext/gettext-lib-pro.php:32 lib/pro/admin/advanced.php:229
#: lib/std/admin/advanced.php:205
msgctxt "option label"
msgid "Import Rank Math SEO Metadata"
msgstr ""
#: gettext/gettext-lib-pro.php:33 lib/pro/admin/advanced.php:235
#: lib/std/admin/advanced.php:211
msgctxt "option label"
msgid "Import The SEO Framework Metadata"
msgstr ""
#: gettext/gettext-lib-pro.php:34 lib/pro/admin/advanced.php:241
#: lib/std/admin/advanced.php:217
msgctxt "option label"
msgid "Import WP Meta SEO Metadata"
msgstr ""
#: gettext/gettext-lib-pro.php:35 lib/pro/admin/advanced.php:247
#: lib/std/admin/advanced.php:223
msgctxt "option label"
msgid "Import Yoast SEO Metadata"
msgstr ""
#: gettext/gettext-lib-pro.php:36 lib/pro/admin/advanced.php:253
#: lib/std/admin/advanced.php:229
msgctxt "option label"
msgid "Import Yoast SEO Block Attrs"
msgstr ""
#: gettext/gettext-lib-pro.php:37 lib/pro/admin/advanced.php:277
#: lib/std/admin/advanced.php:255
msgctxt "option label"
msgid "Title Tag Site Suffix"
msgstr ""
#: gettext/gettext-lib-pro.php:38 lib/pro/admin/advanced.php:283
#: lib/std/admin/advanced.php:261
msgctxt "option label"
msgid "Title Tag Tagline Suffix"
msgstr ""
#: gettext/gettext-lib-pro.php:39 lib/pro/admin/advanced.php:289
#: lib/std/admin/advanced.php:266
msgctxt "option label"
msgid "Content Image Alt Prefix"
msgstr ""
#: gettext/gettext-lib-pro.php:40 lib/pro/admin/advanced.php:294
#: lib/std/admin/advanced.php:271
msgctxt "option label"
msgid "WP Caption Text Prefix"
msgstr ""
#: gettext/gettext-lib-pro.php:41 lib/pro/admin/advanced.php:299
#: lib/std/admin/advanced.php:276
msgctxt "option label"
msgid "Comment Title"
msgstr ""
#: gettext/gettext-lib-pro.php:42 lib/pro/admin/advanced.php:304
#: lib/std/admin/advanced.php:281
msgctxt "option label"
msgid "Reply Comment Title"
msgstr ""
#: gettext/gettext-lib-pro.php:43 lib/pro/admin/advanced.php:309
#: lib/std/admin/advanced.php:286
msgctxt "option label"
msgid "Review Comment Title"
msgstr ""
#: gettext/gettext-lib-pro.php:44 lib/pro/admin/advanced.php:314
#: lib/std/admin/advanced.php:291
msgctxt "option label"
msgid "Product Variation Title"
msgstr ""
#: gettext/gettext-lib-pro.php:45 lib/pro/admin/advanced.php:319
#: lib/std/admin/advanced.php:296
msgctxt "option label"
msgid "RSS Feed Title"
msgstr ""
#: gettext/gettext-lib-pro.php:46 lib/pro/admin/advanced.php:324
#: lib/std/admin/advanced.php:301
msgctxt "option label"
msgid "404 Page Title"
msgstr ""
#: gettext/gettext-lib-pro.php:47 lib/pro/admin/advanced.php:329
#: lib/std/admin/advanced.php:306
msgctxt "option label"
msgid "404 Page Description"
msgstr ""
#: gettext/gettext-lib-pro.php:48 lib/pro/admin/advanced.php:334
#: lib/std/admin/advanced.php:311
msgctxt "option label"
msgid "No Title Text"
msgstr ""
#: gettext/gettext-lib-pro.php:49 lib/pro/admin/advanced.php:339
#: lib/std/admin/advanced.php:316
msgctxt "option label"
msgid "No Description Text"
msgstr ""
#: gettext/gettext-lib-pro.php:50 lib/pro/admin/advanced.php:344
#: lib/std/admin/advanced.php:321
msgctxt "metabox title"
msgid "Archive Pages"
msgstr ""
#: gettext/gettext-lib-pro.php:51 lib/pro/admin/advanced.php:347
#: lib/std/admin/advanced.php:324
msgctxt "option label"
msgid "Term Archive Title"
msgstr ""
#: gettext/gettext-lib-pro.php:52 lib/pro/admin/advanced.php:352
#: lib/std/admin/advanced.php:329
msgctxt "option label"
msgid "Term Archive Description"
msgstr ""
#: gettext/gettext-lib-pro.php:53 lib/pro/admin/advanced.php:357
#: lib/std/admin/advanced.php:334
msgctxt "option label"
msgid "Author Archive Title"
msgstr ""
#: gettext/gettext-lib-pro.php:54 lib/pro/admin/advanced.php:362
#: lib/std/admin/advanced.php:339
msgctxt "option label"
msgid "Author Archive Description"
msgstr ""
#: gettext/gettext-lib-pro.php:55 lib/pro/admin/advanced.php:367
#: lib/std/admin/advanced.php:344
msgctxt "option label"
msgid "Search Results Title"
msgstr ""
#: gettext/gettext-lib-pro.php:56 lib/pro/admin/advanced.php:372
#: lib/std/admin/advanced.php:349
msgctxt "option label"
msgid "Search Results Description"
msgstr ""
#: gettext/gettext-lib-pro.php:57 lib/pro/admin/advanced.php:377
#: lib/std/admin/advanced.php:354
msgctxt "option label"
msgid "Year Archive Title"
msgstr ""
#: gettext/gettext-lib-pro.php:58 lib/pro/admin/advanced.php:382
#: lib/std/admin/advanced.php:359
msgctxt "option label"
msgid "Year Archive Description"
msgstr ""
#: gettext/gettext-lib-pro.php:59 lib/pro/admin/advanced.php:387
#: lib/std/admin/advanced.php:364
msgctxt "option label"
msgid "Month Archive Title"
msgstr ""
#: gettext/gettext-lib-pro.php:60 lib/pro/admin/advanced.php:392
#: lib/std/admin/advanced.php:369
msgctxt "option label"
msgid "Month Archive Description"
msgstr ""
#: gettext/gettext-lib-pro.php:61 lib/pro/admin/advanced.php:397
#: lib/std/admin/advanced.php:374
msgctxt "option label"
msgid "Day Archive Title"
msgstr ""
#: gettext/gettext-lib-pro.php:62 lib/pro/admin/advanced.php:402
#: lib/std/admin/advanced.php:379
msgctxt "option label"
msgid "Day Archive Description"
msgstr ""
#: gettext/gettext-lib-pro.php:63 lib/pro/admin/advanced.php:411
#: lib/std/admin/advanced.php:388
msgctxt "metabox title"
msgid "Post Type Archive Pages"
msgstr ""
#: gettext/gettext-lib-pro.php:64 lib/pro/admin/advanced.php:417
#: lib/std/admin/advanced.php:394
msgctxt "metabox title"
msgid "%s Archive Page"
msgstr ""
#: gettext/gettext-lib-pro.php:65 lib/pro/admin/advanced.php:431
#: lib/std/admin/advanced.php:408
msgctxt "option label"
msgid "Archive Page Title"
msgstr ""
#: gettext/gettext-lib-pro.php:66 lib/pro/admin/advanced.php:435
#: lib/std/admin/advanced.php:413
msgctxt "option label"
msgid "Archive Page Description"
msgstr ""
#: gettext/gettext-lib-pro.php:67 lib/opengraph.php:57
#: lib/pro/admin/advanced.php:457 lib/std/admin/advanced.php:438
msgctxt "option label"
msgid "Open Graph (Facebook and oEmbed)"
msgstr ""
#: gettext/gettext-lib-pro.php:68 lib/pinterest.php:145
#: lib/pro/admin/advanced.php:462 lib/std/admin/advanced.php:443
msgctxt "option label"
msgid "Pinterest Pin It"
msgstr ""
#: gettext/gettext-lib-pro.php:69 lib/pro/admin/advanced.php:467
#: lib/schema.php:101 lib/std/admin/advanced.php:448
msgctxt "option label"
msgid "Schema 1:1 (Google Rich Results)"
msgstr ""
#: gettext/gettext-lib-pro.php:70 lib/pro/admin/advanced.php:474
#: lib/schema.php:108 lib/std/admin/advanced.php:455
msgctxt "option label"
msgid "Schema 4:3 (Google Rich Results)"
msgstr ""
#: gettext/gettext-lib-pro.php:71 lib/pro/admin/advanced.php:482
#: lib/schema.php:116 lib/std/admin/advanced.php:463
msgctxt "option label"
msgid "Schema 16:9 (Google Rich Results)"
msgstr ""
#: gettext/gettext-lib-pro.php:72 lib/pro/admin/advanced.php:490
#: lib/schema.php:124 lib/std/admin/advanced.php:471
msgctxt "option label"
msgid "Schema Thumbnail"
msgstr ""
#: gettext/gettext-lib-pro.php:73 lib/pro/admin/advanced.php:496
#: lib/std/admin/advanced.php:477 lib/twittercard.php:42
msgctxt "option label"
msgid "X (Twitter) Summary Card"
msgstr ""
#: gettext/gettext-lib-pro.php:74 lib/pro/admin/advanced.php:501
#: lib/std/admin/advanced.php:482 lib/twittercard.php:47
msgctxt "option label"
msgid "X (Twitter) Summary Card Large Image"
msgstr ""
#: gettext/gettext-lib-pro.php:75 lib/pro/admin/advanced.php:514
#: lib/std/admin/advanced.php:497
msgctxt "option label"
msgid "Show Options by Default"
msgstr ""
#: gettext/gettext-lib-pro.php:76 lib/pro/admin/advanced.php:519
#: lib/std/admin/advanced.php:502
msgctxt "option label"
msgid "Open Graph Select"
msgstr ""
#: gettext/gettext-lib-pro.php:77 lib/pro/admin/advanced.php:525
#: lib/std/admin/advanced.php:508
msgctxt "option label"
msgid "Schema Type Select"
msgstr ""
#: gettext/gettext-lib-pro.php:78 lib/messages-tooltip-plugin.php:620
#: lib/page.php:174 lib/pro/admin/advanced.php:533
#: lib/std/admin/advanced.php:516
msgctxt "toolbar menu title"
msgid "Validators"
msgstr ""
#: gettext/gettext-lib-pro.php:79 lib/pro/admin/advanced.php:536
#: lib/std/admin/advanced.php:519
msgctxt "option label"
msgid "Show %s Toolbar"
msgstr ""
#: gettext/gettext-lib-pro.php:80 lib/pro/admin/advanced.php:559
#: lib/std/admin/advanced.php:542
msgctxt "option label"
msgid "Show %s Menu Items"
msgstr ""
#: gettext/gettext-lib-pro.php:81 lib/pro/admin/advanced.php:569
#: lib/std/admin/advanced.php:552
msgctxt "option label"
msgid "Show %s Metabox"
msgstr ""
#: gettext/gettext-lib-pro.php:82 lib/pro/admin/advanced.php:579
#: lib/std/admin/advanced.php:562
msgctxt "option label"
msgid "WP List Table Columns"
msgstr ""
#: gettext/gettext-lib-pro.php:83 lib/pro/admin/advanced.php:600
#: lib/std/admin/advanced.php:585
msgctxt "option label"
msgid "Gravatar is Default Author Image"
msgstr ""
#: gettext/gettext-lib-pro.php:84 lib/pro/admin/advanced.php:605
#: lib/std/admin/advanced.php:590
msgctxt "option label"
msgid "Gravatar Image Size"
msgstr ""
#: gettext/gettext-lib-pro.php:85 gettext/gettext-lib-pro.php:209
#: lib/pro/admin/advanced.php:610 lib/pro/admin/general.php:56
#: lib/std/admin/advanced.php:595 lib/std/admin/general.php:48
msgctxt "option label"
msgid "Maximum Videos to Include"
msgstr ""
#: gettext/gettext-lib-pro.php:86 gettext/gettext-lib-pro.php:210
#: lib/pro/admin/advanced.php:616 lib/pro/admin/general.php:62
#: lib/std/admin/advanced.php:601 lib/std/admin/general.php:54
msgctxt "option label"
msgid "Include Video Preview Images"
msgstr ""
#: gettext/gettext-lib-pro.php:87 gettext/gettext-lib-pro.php:211
#: lib/pro/admin/advanced.php:621 lib/pro/admin/general.php:67
#: lib/std/admin/advanced.php:606 lib/std/admin/general.php:59
msgctxt "option label"
msgid "Force Autoplay when Possible"
msgstr ""
#: gettext/gettext-lib-pro.php:88 gettext/gettext-lib-pro.php:212
#: lib/pro/admin/advanced.php:633 lib/pro/admin/general.php:79
#: lib/std/admin/advanced.php:618 lib/std/admin/general.php:71
msgctxt "option label"
msgid "Detect Embedded Media"
msgstr ""
#: gettext/gettext-lib-pro.php:89 lib/pro/admin/advanced.php:648
#: lib/std/admin/advanced.php:633
msgctxt "option label"
msgid "URL Shortening Service"
msgstr ""
#: gettext/gettext-lib-pro.php:90 lib/pro/admin/advanced.php:653
#: lib/std/admin/advanced.php:638
msgctxt "option label"
msgid "Minimum URL Length to Shorten"
msgstr ""
#: gettext/gettext-lib-pro.php:91 lib/pro/admin/advanced.php:656
#: lib/std/admin/advanced.php:641
msgctxt "option comment"
msgid "characters"
msgstr ""
#: gettext/gettext-lib-pro.php:92 lib/pro/admin/advanced.php:659
#: lib/std/admin/advanced.php:644
msgctxt "option label"
msgid "Use Short URL for WP Shortlink"
msgstr ""
#: gettext/gettext-lib-pro.php:93 lib/pro/admin/advanced.php:664
#: lib/std/admin/advanced.php:649
msgctxt "option label"
msgid "Add \"%s\" HTML Tag"
msgstr ""
#: gettext/gettext-lib-pro.php:94 lib/pro/admin/advanced.php:673
msgctxt "metabox title"
msgid "Bitly (URL Shortener)"
msgstr ""
#: gettext/gettext-lib-pro.php:95 gettext/gettext-lib-pro.php:241
#: lib/pro/admin/advanced.php:676 lib/pro/util/shorten.php:359
msgctxt "option label"
msgid "Bitly Access Token"
msgstr ""
#: gettext/gettext-lib-pro.php:96 lib/pro/admin/advanced.php:680
msgctxt "option label"
msgid "Bitly Short Domain (Optional)"
msgstr ""
#: gettext/gettext-lib-pro.php:97 lib/pro/admin/advanced.php:684
msgctxt "option label"
msgid "Bitly Group Name (Optional)"
msgstr ""
#: gettext/gettext-lib-pro.php:98 lib/pro/admin/advanced.php:691
msgctxt "metabox title"
msgid "DLMY.App (URL Shortener)"
msgstr ""
#: gettext/gettext-lib-pro.php:99 gettext/gettext-lib-pro.php:243
#: lib/pro/admin/advanced.php:694 lib/pro/util/shorten.php:385
msgctxt "option label"
msgid "DLMY.App API Key"
msgstr ""
#: gettext/gettext-lib-pro.php:100 lib/pro/admin/advanced.php:701
msgctxt "metabox title"
msgid "Ow.ly (URL Shortener)"
msgstr ""
#: gettext/gettext-lib-pro.php:101 gettext/gettext-lib-pro.php:245
#: lib/pro/admin/advanced.php:704 lib/pro/util/shorten.php:409
msgctxt "option label"
msgid "Ow.ly API Key"
msgstr ""
#: gettext/gettext-lib-pro.php:102 lib/pro/admin/advanced.php:711
msgctxt "metabox title"
msgid "YOURLS (URL Shortener)"
msgstr ""
#: gettext/gettext-lib-pro.php:103 gettext/gettext-lib-pro.php:247
#: lib/pro/admin/advanced.php:714 lib/pro/util/shorten.php:450
msgctxt "option label"
msgid "YOURLS API URL"
msgstr ""
#: gettext/gettext-lib-pro.php:104 lib/pro/admin/advanced.php:718
msgctxt "option label"
msgid "YOURLS Username"
msgstr ""
#: gettext/gettext-lib-pro.php:105 lib/pro/admin/advanced.php:722
msgctxt "option label"
msgid "YOURLS Password"
msgstr ""
#: gettext/gettext-lib-pro.php:106 lib/pro/admin/advanced.php:726
msgctxt "option label"
msgid "YOURLS Token"
msgstr ""
#: gettext/gettext-lib-pro.php:107 lib/messages.php:467
#: lib/pro/admin/advanced.php:740 lib/std/admin/advanced.php:667
msgctxt "option label"
msgid "Ratings and Reviews Service"
msgstr ""
#: gettext/gettext-lib-pro.php:108 lib/pro/admin/advanced.php:746
#: lib/std/admin/advanced.php:672
msgctxt "option label"
msgid "Maximum Number of Reviews"
msgstr ""
#: gettext/gettext-lib-pro.php:109 lib/pro/admin/advanced.php:751
#: lib/std/admin/advanced.php:677
msgctxt "option label"
msgid "Maximum Age of Reviews"
msgstr ""
#: gettext/gettext-lib-pro.php:110 lib/pro/admin/advanced.php:754
#: lib/std/admin/advanced.php:680
msgctxt "option comment"
msgid "months"
msgstr ""
#: gettext/gettext-lib-pro.php:111 lib/pro/admin/advanced.php:757
#: lib/std/admin/advanced.php:683
msgctxt "option label"
msgid "Get Reviews for Post Types"
msgstr ""
#: gettext/gettext-lib-pro.php:112 gettext/gettext-lib-pro.php:227
#: lib/pro/admin/advanced.php:765 lib/pro/review/judgeme.php:66
msgctxt "metabox title"
msgid "Judge.me (Ratings and Reviews)"
msgstr ""
#: gettext/gettext-lib-pro.php:113 lib/pro/admin/advanced.php:768
msgctxt "option label"
msgid "Judge.me Shop Domain"
msgstr ""
#: gettext/gettext-lib-pro.php:114 lib/pro/admin/advanced.php:773
msgctxt "option label"
msgid "Judge.me Shop Token"
msgstr ""
#: gettext/gettext-lib-pro.php:115 gettext/gettext-lib-pro.php:231
#: lib/pro/admin/advanced.php:781 lib/pro/review/shopperapproved.php:49
msgctxt "metabox title"
msgid "Shopper Approved (Ratings and Reviews)"
msgstr ""
#: gettext/gettext-lib-pro.php:116 lib/pro/admin/advanced.php:784
msgctxt "option label"
msgid "Shopper Approved Site ID"
msgstr ""
#: gettext/gettext-lib-pro.php:117 lib/pro/admin/advanced.php:789
msgctxt "option label"
msgid "Shopper Approved API Token"
msgstr ""
#: gettext/gettext-lib-pro.php:118 gettext/gettext-lib-pro.php:235
#: lib/pro/admin/advanced.php:797 lib/pro/review/stamped.php:49
msgctxt "metabox title"
msgid "Stamped.io (Ratings and Reviews)"
msgstr ""
#: gettext/gettext-lib-pro.php:119 lib/pro/admin/advanced.php:800
msgctxt "option label"
msgid "Stamped.io Store Hash"
msgstr ""
#: gettext/gettext-lib-pro.php:120 lib/pro/admin/advanced.php:805
msgctxt "option label"
msgid "Stamped.io API Key Public"
msgstr ""
#: gettext/gettext-lib-pro.php:121 gettext/gettext-lib-pro.php:132
#: lib/pro/admin/advanced.php:821 lib/pro/admin/advanced.php:910
#: lib/std/admin/advanced.php:701 lib/std/admin/advanced.php:794
msgctxt "option label"
msgid "Type for Page Homepage"
msgstr ""
#: gettext/gettext-lib-pro.php:122 gettext/gettext-lib-pro.php:133
#: lib/pro/admin/advanced.php:822 lib/pro/admin/advanced.php:911
#: lib/std/admin/advanced.php:702 lib/std/admin/advanced.php:795
msgctxt "option label"
msgid "Type for Posts Homepage"
msgstr ""
#: gettext/gettext-lib-pro.php:123 gettext/gettext-lib-pro.php:134
#: lib/pro/admin/advanced.php:823 lib/pro/admin/advanced.php:912
#: lib/std/admin/advanced.php:703 lib/std/admin/advanced.php:796
msgctxt "option label"
msgid "Type for User Profiles"
msgstr ""
#: gettext/gettext-lib-pro.php:124 gettext/gettext-lib-pro.php:135
#: lib/pro/admin/advanced.php:824 lib/pro/admin/advanced.php:913
#: lib/std/admin/advanced.php:704 lib/std/admin/advanced.php:797
msgctxt "option label"
msgid "Type for Search Results"
msgstr ""
#: gettext/gettext-lib-pro.php:125 gettext/gettext-lib-pro.php:136
#: lib/pro/admin/advanced.php:825 lib/pro/admin/advanced.php:914
#: lib/std/admin/advanced.php:705 lib/std/admin/advanced.php:798
msgctxt "option label"
msgid "Type for Archive Page"
msgstr ""
#: gettext/gettext-lib-pro.php:126 gettext/gettext-lib-pro.php:128
#: gettext/gettext-lib-pro.php:130 gettext/gettext-lib-pro.php:137
#: gettext/gettext-lib-pro.php:139 gettext/gettext-lib-pro.php:141
#: lib/pro/admin/advanced.php:847 lib/pro/admin/advanced.php:866
#: lib/pro/admin/advanced.php:890 lib/pro/admin/advanced.php:940
#: lib/pro/admin/advanced.php:962 lib/pro/admin/advanced.php:987
#: lib/std/admin/advanced.php:727 lib/std/admin/advanced.php:748
#: lib/std/admin/advanced.php:772 lib/std/admin/advanced.php:821
#: lib/std/admin/advanced.php:842 lib/std/admin/advanced.php:866
msgctxt "option comment"
msgid "for %s"
msgstr ""
#: gettext/gettext-lib-pro.php:127 gettext/gettext-lib-pro.php:138
#: lib/pro/admin/advanced.php:852 lib/pro/admin/advanced.php:944
#: lib/std/admin/advanced.php:732 lib/std/admin/advanced.php:826
msgctxt "option label"
msgid "Type by Post Type"
msgstr ""
#: gettext/gettext-lib-pro.php:129 gettext/gettext-lib-pro.php:140
#: lib/pro/admin/advanced.php:873 lib/pro/admin/advanced.php:968
#: lib/std/admin/advanced.php:755 lib/std/admin/advanced.php:849
msgctxt "option label"
msgid "Type by Post Type Archive"
msgstr ""
#: gettext/gettext-lib-pro.php:131 gettext/gettext-lib-pro.php:142
#: lib/pro/admin/advanced.php:895 lib/pro/admin/advanced.php:991
#: lib/std/admin/advanced.php:777 lib/std/admin/advanced.php:871
msgctxt "option label"
msgid "Type by Taxonomy"
msgstr ""
#: gettext/gettext-lib-pro.php:143 lib/pro/admin/advanced.php:1005
#: lib/std/admin/advanced.php:889
msgctxt "option label"
msgid "Add Article Body Property"
msgstr ""
#: gettext/gettext-lib-pro.php:144 lib/messages-tooltip-meta-schema.php:204
#: lib/pro/admin/advanced.php:1010 lib/std/admin/advanced.php:895
msgctxt "option label"
msgid "Default Article Section"
msgstr ""
#: gettext/gettext-lib-pro.php:145 lib/pro/admin/advanced.php:1033
#: lib/std/admin/advanced.php:914
msgctxt "option label"
msgid "Default Book Format"
msgstr ""
#: gettext/gettext-lib-pro.php:146 lib/pro/admin/advanced.php:1039
#: lib/std/admin/advanced.php:921
msgctxt "option label"
msgid "Default Book Author Type"
msgstr ""
#: gettext/gettext-lib-pro.php:147 lib/pro/admin/advanced.php:1055
#: lib/std/admin/advanced.php:941
msgctxt "option label"
msgid "Add Date Created Property"
msgstr ""
#: gettext/gettext-lib-pro.php:148 lib/pro/admin/advanced.php:1060
#: lib/std/admin/advanced.php:947
msgctxt "option label"
msgid "Add Date Published Property"
msgstr ""
#: gettext/gettext-lib-pro.php:149 lib/pro/admin/advanced.php:1065
#: lib/std/admin/advanced.php:953
msgctxt "option label"
msgid "Add Date Modified Property"
msgstr ""
#: gettext/gettext-lib-pro.php:150 lib/pro/admin/advanced.php:1070
#: lib/std/admin/advanced.php:959
msgctxt "option label"
msgid "Add Text Property"
msgstr ""
#: gettext/gettext-lib-pro.php:151 lib/pro/admin/advanced.php:1075
#: lib/std/admin/advanced.php:965
msgctxt "option label"
msgid "Default Family Friendly"
msgstr ""
#: gettext/gettext-lib-pro.php:152 lib/pro/admin/advanced.php:1081
#: lib/std/admin/advanced.php:972
msgctxt "option label"
msgid "Default Publisher Organization"
msgstr ""
#: gettext/gettext-lib-pro.php:153 lib/pro/admin/advanced.php:1089
#: lib/std/admin/advanced.php:979
msgctxt "option label"
msgid "Default Publisher Person"
msgstr ""
#: gettext/gettext-lib-pro.php:154 lib/pro/admin/advanced.php:1097
#: lib/std/admin/advanced.php:986
msgctxt "option label"
msgid "Default Provider Organization"
msgstr ""
#: gettext/gettext-lib-pro.php:155 lib/pro/admin/advanced.php:1105
#: lib/std/admin/advanced.php:993
msgctxt "option label"
msgid "Default Provider Person"
msgstr ""
#: gettext/gettext-lib-pro.php:156 lib/pro/admin/advanced.php:1113
#: lib/std/admin/advanced.php:1000
msgctxt "option label"
msgid "Default Funder Organization"
msgstr ""
#: gettext/gettext-lib-pro.php:157 lib/pro/admin/advanced.php:1121
#: lib/std/admin/advanced.php:1007
msgctxt "option label"
msgid "Default Funder Person"
msgstr ""
#: gettext/gettext-lib-pro.php:158 lib/pro/admin/advanced.php:1139
#: lib/std/admin/advanced.php:1027
msgctxt "option label"
msgid "Default Event Attendance"
msgstr ""
#: gettext/gettext-lib-pro.php:159 lib/pro/admin/advanced.php:1145
#: lib/std/admin/advanced.php:1034
msgctxt "option label"
msgid "Default Event Venue"
msgstr ""
#: gettext/gettext-lib-pro.php:160 lib/pro/admin/advanced.php:1153
#: lib/std/admin/advanced.php:1041
msgctxt "option label"
msgid "Default Event Performer Org."
msgstr ""
#: gettext/gettext-lib-pro.php:161 lib/pro/admin/advanced.php:1161
#: lib/std/admin/advanced.php:1048
msgctxt "option label"
msgid "Default Event Performer Person"
msgstr ""
#: gettext/gettext-lib-pro.php:162 lib/pro/admin/advanced.php:1169
#: lib/std/admin/advanced.php:1055
msgctxt "option label"
msgid "Default Event Organizer Org."
msgstr ""
#: gettext/gettext-lib-pro.php:163 lib/pro/admin/advanced.php:1177
#: lib/std/admin/advanced.php:1062
msgctxt "option label"
msgid "Default Event Organizer Person"
msgstr ""
#: gettext/gettext-lib-pro.php:164 lib/pro/admin/advanced.php:1185
#: lib/std/admin/advanced.php:1069
msgctxt "option label"
msgid "Default Event Funder Org."
msgstr ""
#: gettext/gettext-lib-pro.php:165 lib/pro/admin/advanced.php:1193
#: lib/std/admin/advanced.php:1076
msgctxt "option label"
msgid "Default Event Funder Person"
msgstr ""
#: gettext/gettext-lib-pro.php:166 lib/pro/admin/advanced.php:1211
#: lib/std/admin/advanced.php:1096
msgctxt "option label"
msgid "Default Job Hiring Org."
msgstr ""
#: gettext/gettext-lib-pro.php:167 lib/pro/admin/advanced.php:1219
#: lib/std/admin/advanced.php:1103
msgctxt "option label"
msgid "Default Job Location"
msgstr ""
#: gettext/gettext-lib-pro.php:168 lib/pro/admin/advanced.php:1227
#: lib/std/admin/advanced.php:1110
msgctxt "option label"
msgid "Default Job Location Type"
msgstr ""
#: gettext/gettext-lib-pro.php:169 lib/pro/admin/advanced.php:1243
#: lib/std/admin/advanced.php:1130
msgctxt "option label"
msgid "Default Place Schema Type"
msgstr ""
#: gettext/gettext-lib-pro.php:170 lib/pro/admin/advanced.php:1256
#: lib/std/admin/advanced.php:1137
msgctxt "option label"
msgid "Default Place Country"
msgstr ""
#: gettext/gettext-lib-pro.php:171 lib/pro/admin/advanced.php:1261
#: lib/std/admin/advanced.php:1143
msgctxt "option label"
msgid "Default Place Timezone"
msgstr ""
#: gettext/gettext-lib-pro.php:172 lib/pro/admin/advanced.php:1277
#: lib/std/admin/advanced.php:1163
msgctxt "option label"
msgid "Aggregate Offers by Currency"
msgstr ""
#: gettext/gettext-lib-pro.php:173 lib/pro/admin/advanced.php:1280
#: lib/std/admin/advanced.php:1166
msgctxt "option comment"
msgid "(not compatible with <a href=\"%s\">price drop appearance</a>)"
msgstr ""
#: gettext/gettext-lib-pro.php:174 lib/pro/admin/advanced.php:1284
#: lib/std/admin/advanced.php:1171
msgctxt "option label"
msgid "Default Product Prices Valid For"
msgstr ""
#: gettext/gettext-lib-pro.php:175 lib/pro/admin/advanced.php:1287
#: lib/std/admin/advanced.php:1174
msgctxt "option comment"
msgid "Days"
msgstr ""
#: gettext/gettext-lib-pro.php:176 lib/messages.php:916
#: lib/pro/admin/advanced.php:1290 lib/std/admin/advanced.php:1178
msgctxt "option label"
msgid "Default Product Return Policy"
msgstr ""
#: gettext/gettext-lib-pro.php:177 lib/messages.php:803
#: lib/pro/admin/advanced.php:1296 lib/std/admin/advanced.php:1185
msgctxt "option label"
msgid "Default Product Google Category"
msgstr ""
#: gettext/gettext-lib-pro.php:178 lib/pro/admin/advanced.php:1309
#: lib/std/admin/advanced.php:1192
msgctxt "option label"
msgid "Default Product Condition"
msgstr ""
#: gettext/gettext-lib-pro.php:179 lib/pro/admin/advanced.php:1314
#: lib/std/admin/advanced.php:1198
msgctxt "option label"
msgid "Default Product Energy Rating Range"
msgstr ""
#: gettext/gettext-lib-pro.php:180 lib/edit-schema.php:969
#: lib/edit-schema.php:1952 lib/pro/admin/advanced.php:1319
#: lib/std/admin/advanced.php:1203
msgctxt "option comment"
msgid "to"
msgstr ""
#: gettext/gettext-lib-pro.php:181 lib/pro/admin/advanced.php:1324
#: lib/std/admin/advanced.php:1209
msgctxt "option label"
msgid "Default Product Target Gender"
msgstr ""
#: gettext/gettext-lib-pro.php:182 lib/pro/admin/advanced.php:1330
#: lib/std/admin/advanced.php:1216
msgctxt "option label"
msgid "Default Product Size Group"
msgstr ""
#: gettext/gettext-lib-pro.php:183 lib/pro/admin/advanced.php:1339
#: lib/std/admin/advanced.php:1226
msgctxt "option label"
msgid "Default Product Size System"
msgstr ""
#: gettext/gettext-lib-pro.php:184 lib/pro/admin/advanced.php:1344
#: lib/std/admin/advanced.php:1232
msgctxt "option label"
msgid "Default Product Age Group"
msgstr ""
#: gettext/gettext-lib-pro.php:185 lib/pro/admin/advanced.php:1349
#: lib/std/admin/advanced.php:1238
msgctxt "option label"
msgid "Default Product Adult Type"
msgstr ""
#: gettext/gettext-lib-pro.php:186 lib/pro/admin/advanced.php:1364
#: lib/std/admin/advanced.php:1254
msgctxt "option label"
msgid "Add Mentions Property"
msgstr ""
#: gettext/gettext-lib-pro.php:187 lib/pro/admin/advanced.php:1379
#: lib/std/admin/advanced.php:1273
msgctxt "option label"
msgid "Default Review Rating Min"
msgstr ""
#: gettext/gettext-lib-pro.php:188 lib/pro/admin/advanced.php:1384
#: lib/std/admin/advanced.php:1279
msgctxt "option label"
msgid "Default Review Rating Max"
msgstr ""
#: gettext/gettext-lib-pro.php:189 lib/pro/admin/advanced.php:1389
#: lib/std/admin/advanced.php:1285
msgctxt "option label"
msgid "Default Subject Schema Type"
msgstr ""
#: gettext/gettext-lib-pro.php:190 lib/pro/admin/advanced.php:1406
#: lib/std/admin/advanced.php:1302
msgctxt "option label"
msgid "Default Service Provider Org."
msgstr ""
#: gettext/gettext-lib-pro.php:191 lib/pro/admin/advanced.php:1414
#: lib/std/admin/advanced.php:1309
msgctxt "option label"
msgid "Default Service Provider Person"
msgstr ""
#: gettext/gettext-lib-pro.php:192 gettext/gettext-lib-pro.php:195
#: gettext/gettext-lib-pro.php:198 lib/pro/admin/advanced.php:1434
#: lib/pro/admin/advanced.php:1472 lib/pro/admin/advanced.php:1503
#: lib/std/admin/advanced.php:1329 lib/std/admin/advanced.php:1369
#: lib/std/admin/advanced.php:1402
msgctxt "column title"
msgid "Show"
msgstr ""
#: gettext/gettext-lib-pro.php:193 gettext/gettext-lib-pro.php:196
#: lib/messages-info.php:114 lib/messages-tooltip.php:718
#: lib/messages-tooltip.php:720 lib/messages-tooltip.php:732
#: lib/pro/admin/advanced.php:1435 lib/pro/admin/advanced.php:1473
#: lib/std/admin/advanced.php:1330 lib/std/admin/advanced.php:1370
msgctxt "column title"
msgid "Contact Field ID"
msgstr ""
#: gettext/gettext-lib-pro.php:194 gettext/gettext-lib-pro.php:197
#: lib/messages-info.php:116 lib/messages-tooltip.php:726
#: lib/pro/admin/advanced.php:1436 lib/pro/admin/advanced.php:1474
#: lib/std/admin/advanced.php:1331 lib/std/admin/advanced.php:1371
msgctxt "column title"
msgid "Contact Field Label"
msgstr ""
#: gettext/gettext-lib-pro.php:199 lib/pro/admin/advanced.php:1623
#: lib/std/admin/advanced.php:1519
msgid ""
"An SEO plugin has been detected - some basic SEO meta tags have been "
"unchecked and disabled automatically."
msgstr ""
#: gettext/gettext-lib-pro.php:200 lib/pro/admin/edit.php:54
#: lib/std/admin/edit.php:39
msgctxt "metabox title"
msgid "Priority Video Information"
msgstr ""
#: gettext/gettext-lib-pro.php:201 lib/messages.php:1049
#: lib/pro/admin/edit.php:58 lib/std/admin/edit.php:47
msgctxt "option label"
msgid "Video Embed HTML"
msgstr ""
#: gettext/gettext-lib-pro.php:202 lib/pro/admin/edit.php:64
#: lib/std/admin/edit.php:54
msgctxt "option label"
msgid "or a Video URL"
msgstr ""
#: gettext/gettext-lib-pro.php:203 lib/pro/admin/edit.php:71
#: lib/std/admin/edit.php:61
msgctxt "metabox title"
msgid "Video Information from Video API"
msgstr ""
#: gettext/gettext-lib-pro.php:204 lib/pro/admin/edit.php:75
#: lib/std/admin/edit.php:66
msgctxt "option label"
msgid "Video Name"
msgstr ""
#: gettext/gettext-lib-pro.php:205 lib/pro/admin/edit.php:82
#: lib/std/admin/edit.php:73
msgctxt "option label"
msgid "Video Description"
msgstr ""
#: gettext/gettext-lib-pro.php:206 lib/pro/admin/edit.php:89
#: lib/std/admin/edit.php:80
msgctxt "option label"
msgid "Video Stream URL"
msgstr ""
#: gettext/gettext-lib-pro.php:207 lib/pro/admin/edit.php:96
#: lib/std/admin/edit.php:87
msgctxt "option label"
msgid "Video Dimensions"
msgstr ""
#: gettext/gettext-lib-pro.php:208 lib/pro/admin/edit.php:102
#: lib/std/admin/edit.php:94
msgctxt "option label"
msgid "Video Upload Date"
msgstr ""
#: gettext/gettext-lib-pro.php:213 gettext/gettext-lib-pro.php:218
#: gettext/gettext-lib-pro.php:221 lib/pro/media/slideshare.php:244
#: lib/pro/media/vimeo.php:217 lib/pro/media/wistia.php:384
msgid "https://secure.php.net/manual/en/function.simplexml-load-string.php"
msgstr ""
#: gettext/gettext-lib-pro.php:214 gettext/gettext-lib-pro.php:219
#: gettext/gettext-lib-pro.php:222 lib/pro/media/slideshare.php:245
#: lib/pro/media/vimeo.php:218 lib/pro/media/wistia.php:385
msgid "The <a href=\"%1$s\">PHP %2$s function</a> is not available."
msgstr ""
#: gettext/gettext-lib-pro.php:215 gettext/gettext-lib-pro.php:220
#: gettext/gettext-lib-pro.php:223 lib/conflict.php:337
#: lib/pro/media/slideshare.php:248 lib/pro/media/vimeo.php:221
#: lib/pro/media/wistia.php:388
msgid ""
"Please contact your hosting provider to have the missing PHP function "
"installed."
msgstr ""
#: gettext/gettext-lib-pro.php:216 lib/pro/media/upscale.php:254
msgid ""
"Failed to upscale image ID %1$s of %2$s by %3$s from %4$s to %5$s for the "
"%6$s image size (exceeds %7$s maximum upscale setting)."
msgstr ""
#: gettext/gettext-lib-pro.php:217 lib/pro/media/upscale.php:262
msgid ""
"Image ID %1$s of %2$s has been upscaled by %3$s from %4$s to %5$s for the "
"%6$s image size."
msgstr ""
#: gettext/gettext-lib-pro.php:224 lib/pro/media/youtube.php:220
msgid "Video title not found for %s."
msgstr ""
#: gettext/gettext-lib-pro.php:225 lib/pro/media/youtube.php:230
msgid "Video description not found for %s."
msgstr ""
#: gettext/gettext-lib-pro.php:226 lib/pro/media/youtube.php:240
msgid "Video upload date not found for %s."
msgstr ""
#: gettext/gettext-lib-pro.php:228 lib/pro/review/judgeme.php:194
msgid "getting judge.me ratings and reviews"
msgstr ""
#: gettext/gettext-lib-pro.php:229 gettext/gettext-lib-pro.php:233
#: gettext/gettext-lib-pro.php:237 lib/pro/review/judgeme.php:431
#: lib/pro/review/shopperapproved.php:352 lib/pro/review/stamped.php:341
msgid "There has been a previous error connecting to %s for caching."
msgstr ""
#: gettext/gettext-lib-pro.php:230 gettext/gettext-lib-pro.php:234
#: gettext/gettext-lib-pro.php:238 lib/pro/review/judgeme.php:434
#: lib/pro/review/shopperapproved.php:355 lib/pro/review/stamped.php:344
msgid ""
"Requests to retrieve and cache this URL are ignored for another %d second(s)"
msgstr ""
#: gettext/gettext-lib-pro.php:232 lib/pro/review/shopperapproved.php:178
msgid "getting shopper approved ratings and reviews"
msgstr ""
#: gettext/gettext-lib-pro.php:236 lib/pro/review/stamped.php:178
msgid "getting stamp.io ratings and reviews"
msgstr ""
#: gettext/gettext-lib-pro.php:239 gettext/gettext-lib-pro.php:250
#: lib/conflict.php:232 lib/integ/review/yotpowc.php:181 lib/loader.php:177
#: lib/loader.php:191 lib/post.php:1861 lib/pro/util/shorten.php:336
#: lib/pro/util/shorten.php:531 lib/util-cache.php:669
msgid "%s error:"
msgstr ""
#: gettext/gettext-lib-pro.php:240 gettext/gettext-lib-pro.php:242
#: gettext/gettext-lib-pro.php:244 gettext/gettext-lib-pro.php:246
#: lib/pro/util/shorten.php:358 lib/pro/util/shorten.php:384
#: lib/pro/util/shorten.php:408 lib/pro/util/shorten.php:449
msgid "The \"%s\" option value is empty and required."
msgstr ""
#. translators: %s is the current URL from the $_SERVER variable.
#: gettext/gettext-lib-pro.php:248 lib/pro/util/shorten.php:456
msgid "Loop detected: YOURLS API URL matches current URL (%s)"
msgstr ""
#. translators: %s is the shortening service id.
#: gettext/gettext-lib-pro.php:249 lib/pro/util/shorten.php:497
msgid "Unable to instantiate the \"%s\" shortening service."
msgstr ""
#. translators: %s is the shortening service id.
#: gettext/gettext-lib-pro.php:251 lib/pro/util/shorten.php:534
msgid "URL shortening library file for \"%s\" is missing and required."
msgstr ""
#: lib/abstract/wp-meta.php:147 lib/abstract/wp-meta.php:193
msgctxt "metadata title"
msgid "%s Metadata"
msgstr ""
#: lib/abstract/wp-meta.php:1516
msgid "checking meta tags"
msgstr ""
#: lib/abstract/wp-meta.php:1587
msgctxt "metabox tab"
msgid "Edit General"
msgstr ""
#: lib/abstract/wp-meta.php:1591
msgctxt "metabox tab"
msgid "Edit Schema"
msgstr ""
#: lib/abstract/wp-meta.php:1594 lib/messages.php:290
msgctxt "metabox tab"
msgid "Edit Media"
msgstr ""
#: lib/abstract/wp-meta.php:1598
msgctxt "metabox tab"
msgid "Edit Visibility"
msgstr ""
#: lib/abstract/wp-meta.php:1599
msgctxt "metabox tab"
msgid "Preview Social"
msgstr ""
#: lib/abstract/wp-meta.php:1600
msgctxt "metabox tab"
msgid "Preview oEmbed"
msgstr ""
#: lib/abstract/wp-meta.php:1601
msgctxt "metabox tab"
msgid "Validators"
msgstr ""
#: lib/abstract/wp-meta.php:1946
msgid "Nonce token validation failed for the submitted form (update ignored)."
msgstr ""
#: lib/abstract/wp-meta.php:2255
msgid "Another review cannot be the subject of a review."
msgstr ""
#: lib/abstract/wp-meta.php:2257 lib/abstract/wp-meta.php:2270
msgid ""
"Please select a Schema type for the review subject that describes the "
"subject being reviewed."
msgstr ""
#: lib/abstract/wp-meta.php:2268
msgid "Another claim review cannot be the subject of a claim review."
msgstr ""
#: lib/admin-dashboard.php:36
msgid "WPSSO Help and Support"
msgstr ""
#: lib/admin-dashboard.php:40
msgid "WPSSO Version Information"
msgstr ""
#: lib/admin-dashboard.php:44
msgid "WPSSO Cache Status"
msgstr ""
#: lib/admin-dashboard.php:65
msgid "Database Transients"
msgstr ""
#: lib/admin-dashboard.php:70 lib/admin-dashboard.php:136
msgid "Count"
msgstr ""
#: lib/admin-dashboard.php:71 lib/admin-dashboard.php:137
msgid "MB"
msgstr ""
#: lib/admin-dashboard.php:72
msgid "Expiration"
msgstr ""
#: lib/admin-dashboard.php:103
msgid "disabled"
msgstr ""
#: lib/admin-dashboard.php:119 lib/submenu/tools.php:164
msgid ""
"<a href=\"%1$s\">Using an external object cache</a> for WordPress transients "
"is <code>%2$s</code>."
msgstr ""
#: lib/admin-dashboard.php:120 lib/submenu/tools.php:165
msgid ""
"https://developer.wordpress.org/reference/functions/"
"wp_using_ext_object_cache/"
msgstr ""
#: lib/admin-dashboard.php:123 lib/submenu/tools.php:167
msgid "All database transient counts should be 0."
msgstr ""
#: lib/admin-dashboard.php:131
msgid "Cache Folder"
msgstr ""
#: lib/admin-dashboard.php:149
msgid "Cached %s Files"
msgstr ""
#: lib/admin-dashboard.php:156
msgid "All Cached Files"
msgstr ""
#: lib/admin-dashboard.php:188
msgid "<a href=\"%s\">Frequently Asked Questions</a>"
msgstr ""
#: lib/admin-dashboard.php:193
msgid "<a href=\"%s\">Notes and Documentation</a>"
msgstr ""
#: lib/admin-dashboard.php:198
msgid "<a href=\"%s\">Priority Support Ticket</a>"
msgstr ""
#: lib/admin-dashboard.php:199
msgid "Premium edition"
msgstr ""
#: lib/admin-dashboard.php:203
msgid "<a href=\"%s\">Community Support Forum</a>"
msgstr ""
#: lib/admin-dashboard.php:246 lib/admin-dashboard.php:247
msgid "Not Available"
msgstr ""
#: lib/admin-dashboard.php:301
msgctxt "version label"
msgid "Stable Version"
msgstr ""
#: lib/admin-dashboard.php:305
msgctxt "version label"
msgid "Installed Version"
msgstr ""
#: lib/admin-dashboard.php:308
msgctxt "version label"
msgid "Latest Version"
msgstr ""
#: lib/admin-dashboard.php:316
msgctxt "version label"
msgid "Update Notice"
msgstr ""
#: lib/admin-dashboard.php:324
msgid "View %s changelog..."
msgstr ""
#. translators: Please ignore - translation uses a different text domain.
#: lib/admin-head-suggest-addons.php:139
msgid "WooCommerce"
msgstr ""
#: lib/admin-head-suggest-addons.php:165
msgid ""
"If you advertise or sell items on Facebook and Instagram, the %s add-on can "
"provide a product feed for Meta's Commerce Manager."
msgstr ""
#: lib/admin-head-suggest-addons.php:167
msgid ""
"You should activate the %s add-on if you don't already have a plugin to "
"manage your Commerce Manager product feed XML."
msgstr ""
#: lib/admin-head-suggest-addons.php:173
msgid ""
"If you have created an account with Google Merchant Center, the %s add-on "
"can provide a product feed for Google Merchant Center."
msgstr ""
#: lib/admin-head-suggest-addons.php:175
msgid ""
"You should activate the %s add-on if you don't already have a plugin to "
"manage your Google merchant feed XML."
msgstr ""
#: lib/admin-head-suggest-addons.php:181
msgid ""
"Google suggests including a merchant return policy in Schema Product offers "
"markup."
msgstr ""
#: lib/admin-head-suggest-addons.php:183
msgid ""
"If you have not created a return policy in Google Merchant Center, you "
"should activate the %s add-on to manage return policies and select a return "
"policy for your product offers."
msgstr ""
#: lib/admin-head-suggest-addons.php:192
msgid ""
"Google requires at least one unique product identifier for Schema Product "
"markup, like the product MPN (Manufacturer Part Number), UPC, EAN, GTIN, or "
"ISBN."
msgstr ""
#: lib/admin-head-suggest-addons.php:194
msgid ""
"The product SKU (Stock Keeping Unit) from %s is not a unique product "
"identifier."
msgstr ""
#: lib/admin-head-suggest-addons.php:197 lib/messages-info.php:188
msgid ""
"You should activate the %s add-on if you don't already have a plugin to "
"manage unique product identifiers for WooCommerce."
msgstr ""
#: lib/admin-head-suggest-addons.php:209
msgid ""
"Product shipping features are enabled in %1$s but the %2$s add-on is not "
"active."
msgstr ""
#: lib/admin-head-suggest-addons.php:212
msgid ""
"Adding shipping details to your Schema Product markup is important if you "
"offer free or low-cost shipping options, as this will make your products "
"more appealing in Google search results."
msgstr ""
#: lib/admin-head-suggest-addons.php:254
msgid ""
"The <a href=\"%1$s\">WordPress sitemaps XML</a> is enabled, but the %2$s add-"
"on is not active."
msgstr ""
#: lib/admin-head-suggest-addons.php:257
msgid ""
"You can activate this add-on to manage post and taxonomy types included in "
"the sitemaps XML, exclude posts, pages, custom post types, taxonomy terms "
"(categories, tags, etc.), and/or user profiles, enhance the sitemaps XML "
"with article modification times, images sitemaps, news sitemaps and more."
msgstr ""
#: lib/admin-head-suggest-addons.php:281
msgid "Activate the %s add-on."
msgstr ""
#: lib/admin-head-suggest-addons.php:287
msgid "Install and activate the %s add-on."
msgstr ""
#: lib/admin-head-suggest-options.php:140 lib/messages.php:564
#: lib/messages.php:1308
msgctxt "menu title"
msgid "SSO"
msgstr ""
#: lib/admin-head-suggest-options.php:142 lib/messages.php:1310
#: lib/submenu/advanced.php:39
msgctxt "metabox title"
msgid "HTML Tags"
msgstr ""
#: lib/admin-head-suggest-options.php:143 lib/messages.php:1311
#: lib/submenu/advanced.php:239
msgctxt "metabox tab"
msgid "SEO / Other"
msgstr ""
#: lib/admin-head-suggest-options.php:145
msgid ""
"Please note that the %s HTML tag is currently disabled and a known SEO "
"plugin has not been detected."
msgstr ""
#: lib/admin-head-suggest-options.php:148
msgid ""
"If another SEO plugin or your theme templates are not adding the %1$s HTML "
"tag to your webpages, you should enable this option under the %2$s tab."
msgstr ""
#: lib/admin-head.php:110
msgid ""
"The WordPress <a href=\"%1$s\">Search Engine Visibility</a> option is set to "
"allow search engines and social sites to access this site, but your <a href="
"\"%2$s\">Site Address URL</a> value is an IP address (%3$s)."
msgstr ""
#: lib/admin-head.php:112
msgid ""
"Please update your Search Engine Visibility option to discourage search "
"engines from indexing this site, or use a fully qualified domain name as "
"your Site Address URL."
msgstr ""
#: lib/admin-head.php:198
msgid ""
"There is <a href=\"%1$s\">%2$d pending update for the %3$s plugin and its "
"add-on(s)</a>."
msgid_plural ""
"There are <a href=\"%1$s\">%2$d pending updates for the %3$s plugin and its "
"add-on(s)</a>."
msgstr[0] ""
msgstr[1] ""
#: lib/admin-head.php:202
msgid "Please install this update at your earliest convenience."
msgid_plural "Please install these updates at your earliest convenience."
msgstr[0] ""
msgstr[1] ""
#: lib/admin-head.php:332
msgid "Rate the %1$s %2$s"
msgstr ""
#: lib/admin-head.php:333 lib/admin-head.php:341
msgid "Thank you!"
msgstr ""
#: lib/admin-head.php:340
msgid "I've already rated the %2$s"
msgstr ""
#. translators: %1$s is the plugin name, %2$s is the plugin type (ie. "plugin"
#. or "add-on"), and %3$s is a measure of time.
#: lib/admin-head.php:355
msgid "The %1$s %2$s was activated %3$s ago."
msgstr ""
#. translators: %1$s is the plugin type (ie. "plugin" or "add-on").
#: lib/admin-head.php:361
msgid "Please encourage your %1$s %2$s developers by rating the %2$s."
msgstr ""
#. translators: %1$s is the plugin type (ie. "plugin" or "add-on").
#: lib/admin-head.php:367
msgid ""
"It only takes a moment, and it really does encourage us to keep improving "
"the %1$s."
msgstr ""
#: lib/admin-head.php:422
msgid "View the %s edition prices"
msgstr ""
#: lib/admin-head.php:423
msgid "Thank you for supporting the continued development of %s."
msgstr ""
#: lib/admin-head.php:427
msgid "I'll stay with the %s edition"
msgstr ""
#: lib/admin-head.php:428
msgid "Please consider supporting the development of %s in the future."
msgstr ""
#: lib/admin-head.php:429
msgid "Thank you."
msgstr ""
#. translators: %1$s is the plugin name, %2$s is the plugin type (ie. "plugin"
#. or "add-on"), and %3$s is a measure of time.
#: lib/admin-head.php:443
msgid "The %1$s %2$s was installed %3$s ago."
msgstr ""
#: lib/admin-head.php:448
msgid "Have you thought about purchasing the %s edition?"
msgstr ""
#: lib/admin-head.php:450
msgid "The %s edition includes loads of extra features!"
msgstr ""
#: lib/admin.php:260
msgid "The Site Address URL value has been changed from %1$s to %2$s."
msgstr ""
#: lib/admin.php:626
msgctxt "plugin action link"
msgid "Plugin Settings"
msgstr ""
#: lib/admin.php:629
msgctxt "plugin action link"
msgid "Plugin Add-ons"
msgstr ""
#: lib/admin.php:637
msgctxt "plugin action link"
msgid "Add-on Settings"
msgstr ""
#: lib/admin.php:811
msgid "Plugin settings have been saved."
msgstr ""
#: lib/admin.php:819
msgid "refresh the cache now"
msgstr ""
#: lib/admin.php:822
msgid "You can %1$s or let the cache refresh over the next %2$s."
msgstr ""
#: lib/admin.php:848
msgid "Nonce token validation failed for network options (update ignored)."
msgstr ""
#: lib/admin.php:856
msgid "Insufficient privileges to manage network options."
msgstr ""
#: lib/admin.php:891
msgid "Network plugin settings have been saved."
msgstr ""
#: lib/admin.php:928 lib/post.php:1205 lib/term.php:768 lib/user.php:783
msgid "Nonce token validation failed for %1$s action \"%2$s\"."
msgstr ""
#: lib/admin.php:951
msgid "%s cache files have been cleared."
msgstr ""
#: lib/admin.php:961
msgid "%s failed URL connections have been cleared."
msgstr ""
#: lib/admin.php:971
msgid "%s database transients have been cleared."
msgstr ""
#: lib/admin.php:981
msgid "%s expired transients have been cleared."
msgstr ""
#: lib/admin.php:991
msgid "%s database transients have been cleared (shortened URLs preserved)."
msgstr ""
#: lib/admin.php:1002
msgid "%s shortened URL database transients have been cleared."
msgstr ""
#: lib/admin.php:1015
msgid "%s WordPress cron jobs have been cleared."
msgstr ""
#: lib/admin.php:1030
msgid "The WordPress rewrite rules have been flushed."
msgstr ""
#: lib/admin.php:1056
msgid "Metabox layout preferences for user ID #%d \"%s\" have been reset."
msgstr ""
#: lib/admin.php:1071
msgid "Dismissed notices for user ID #%d \"%s\" have been reset."
msgstr ""
#: lib/admin.php:1090
msgid "Option preference has been saved."
msgstr ""
#: lib/admin.php:1092
msgid "Now viewing \"%s\" by default."
msgstr ""
#: lib/admin.php:1109
msgid ""
"Image size settings have been reloaded with their default values and saved."
msgstr ""
#: lib/admin.php:1224
msgid ""
"Your current language selection [%1$s] is different from the default site "
"language [%2$s]."
msgstr ""
#: lib/admin.php:1227
msgid ""
"Localized option values [%1$s] will be used for webpages and content in that "
"language."
msgstr ""
#. translators: Please ignore - translation uses a different text domain.
#: lib/admin.php:1340
msgid "Profile updated."
msgstr ""
#. translators: %s is the Premium add-on short name.
#: lib/admin.php:1459
msgid "Upgrade to %s"
msgstr ""
#: lib/admin.php:1471
msgctxt "submit button"
msgid "Get %s"
msgstr ""
#: lib/admin.php:1558
msgctxt "submit button"
msgid "Save Profile Settings"
msgstr ""
#: lib/admin.php:1560
msgctxt "submit button"
msgid "Save Plugin Settings"
msgstr ""
#: lib/admin.php:1573 lib/submenu/tools.php:86
msgctxt "submit button"
msgid "Change to \"%s\" View"
msgstr ""
#: lib/admin.php:1693
msgid "The %s plugin is not active and/or not found."
msgstr ""
#: lib/admin.php:1723
msgid "Fetching %s notifications..."
msgstr ""
#: lib/admin.php:1835
msgctxt "option comment"
msgid "in %s"
msgstr ""
#: lib/admin.php:1851
msgctxt "option label (very short)"
msgid "Site Use"
msgstr ""
#: lib/admin.php:1872
msgid "Return to %s"
msgstr ""
#. translators: Please ignore - translation uses a different text domain.
#: lib/admin.php:1903
msgid "Plugin <strong>activated</strong>."
msgstr ""
#. translators: %1$s is the URL, %2$s is the short plugin name.
#: lib/admin.php:1924
msgid ""
"You may <a href=\"%1$s\">refresh the update information for %2$s and its add-"
"ons</a> to check if newer versions are available."
msgstr ""
#. translators: %1$s is the URL.
#: lib/admin.php:1933
msgid ""
"You may <a href=\"%1$s\">refresh the update information for WordPress "
"(plugins, themes and translations)</a> to check if newer versions are "
"available."
msgstr ""
#: lib/admin.php:2054
msgid "Please select a %1$s settings file to import."
msgstr ""
#: lib/admin.php:2060
msgid "The %1$s settings file to import must be an \"%2$s\" mime type."
msgstr ""
#: lib/admin.php:2067
msgid ""
"The %1$s settings file is larger than the maximum of %2$d bytes allowed."
msgstr ""
#: lib/admin.php:2081
msgid "The %1$s settings file is appears to be empty or corrupted."
msgstr ""
#: lib/admin.php:2090
msgid "The %1$s settings file could not be decoded into a settings array."
msgstr ""
#: lib/admin.php:2099
msgid "Import of plugin and add-on settings is complete."
msgstr ""
#: lib/admin.php:2551
msgctxt "plugin action link"
msgid "Plugin Details and Update"
msgstr ""
#: lib/admin.php:2552
msgctxt "plugin action link"
msgid "Add-on Details and Update"
msgstr ""
#: lib/admin.php:2557
msgctxt "plugin action link"
msgid "Plugin Details"
msgstr ""
#: lib/admin.php:2558
msgctxt "plugin action link"
msgid "Add-on Details"
msgstr ""
#: lib/admin.php:2569
msgctxt "plugin action link"
msgid "Plugin Details and Install"
msgstr ""
#: lib/admin.php:2570
msgctxt "plugin action link"
msgid "Add-on Details and Install"
msgstr ""
#: lib/admin.php:2576
msgctxt "plugin action link"
msgid "About Page"
msgstr ""
#: lib/admin.php:2583
msgctxt "plugin action link"
msgid "Documentation"
msgstr ""
#: lib/admin.php:2590
msgctxt "plugin action link"
msgid "%s Support"
msgstr ""
#: lib/admin.php:2597
msgctxt "plugin action link"
msgid "Community Forum"
msgstr ""
#: lib/comment.php:115
msgctxt "module name"
msgid "comment"
msgstr ""
#: lib/comment.php:457
msgid "Insufficient privileges to edit comment ID %1$s."
msgstr ""
#: lib/config.php:5512
msgctxt "plugin type"
msgid "plugin"
msgstr ""
#: lib/config.php:5512
msgctxt "plugin type"
msgid "add-on"
msgstr ""
#: lib/conflict-seo.php:48 lib/integ/rating/rate-my-post.php:60
#: lib/integ/rating/wppostratings.php:58
msgid "Plugin conflict detected:"
msgstr ""
#: lib/conflict-seo.php:71
msgid "All in One SEO"
msgstr ""
#: lib/conflict-seo.php:80 lib/conflict-seo.php:559
msgid ""
"The %1$s plugin is too old - please update the %1$s plugin to version %2$s "
"or newer."
msgstr ""
#. translators: Please ignore - translation uses a different text domain.
#: lib/conflict-seo.php:95
msgid "Enable Open Graph Markup"
msgstr ""
#. translators: Please ignore - translation uses a different text domain.
#: lib/conflict-seo.php:99 lib/conflict-seo.php:125 lib/conflict-seo.php:320
#: lib/conflict-seo.php:326
msgid "Social Networks"
msgstr ""
#. translators: Please ignore - translation uses a different text domain.
#: lib/conflict-seo.php:101 lib/conflict-seo.php:598
msgid "Facebook"
msgstr ""
#: lib/conflict-seo.php:108 lib/conflict-seo.php:134 lib/conflict-seo.php:424
#: lib/conflict-seo.php:532 lib/conflict-seo.php:606 lib/conflict-seo.php:648
#: lib/conflict-seo.php:690
msgid "Please disable the %1$s option in the %2$s settings."
msgstr ""
#. translators: Please ignore - translation uses a different text domain.
#: lib/conflict-seo.php:121
msgid "Enable Twitter Card"
msgstr ""
#. translators: Please ignore - translation uses a different text domain.
#: lib/conflict-seo.php:127 lib/conflict-seo.php:640
msgid "Twitter"
msgstr ""
#. translators: Please ignore - translation uses a different text domain.
#: lib/conflict-seo.php:153
msgid "Rank Math"
msgstr ""
#. translators: Please ignore - translation uses a different text domain.
#: lib/conflict-seo.php:161
msgid "Schema (Structured Data)"
msgstr ""
#. translators: Please ignore - translation uses a different text domain.
#: lib/conflict-seo.php:166 lib/messages.php:534
msgid "Dashboard"
msgstr ""
#: lib/conflict-seo.php:173 lib/conflict-seo.php:333 lib/conflict-seo.php:374
msgid "Please disable the %1$s module in the %2$s settings."
msgstr ""
#: lib/conflict-seo.php:191 lib/messages-tooltip-plugin.php:281
msgid "The SEO Framework"
msgstr ""
#. translators: Please ignore - translation uses a different text domain.
#: lib/conflict-seo.php:206 lib/conflict-seo.php:212
msgid "Social Meta Settings"
msgstr ""
#. translators: Please ignore - translation uses a different text domain.
#: lib/conflict-seo.php:208 lib/conflict-seo.php:680
msgid "General"
msgstr ""
#. translators: Please ignore - translation uses a different text domain.
#: lib/conflict-seo.php:214
msgid "Post Dates"
msgstr ""
#. translators: Please ignore - translation uses a different text domain.
#: lib/conflict-seo.php:218
msgid "Schema.org Settings"
msgstr ""
#. translators: Please ignore - translation uses a different text domain.
#: lib/conflict-seo.php:220
msgid "Presence"
msgstr ""
#. translators: Please ignore - translation uses a different text domain.
#: lib/conflict-seo.php:223
msgid "posts"
msgstr ""
#. translators: Please ignore - translation uses a different text domain.
#: lib/conflict-seo.php:231
msgid "Output Open Graph meta tags?"
msgstr ""
#. translators: Please ignore - translation uses a different text domain.
#: lib/conflict-seo.php:233
msgid "Output Facebook meta tags?"
msgstr ""
#. translators: Please ignore - translation uses a different text domain.
#: lib/conflict-seo.php:235
msgid "Output Twitter meta tags?"
msgstr ""
#. translators: Please ignore - translation uses a different text domain.
#: lib/conflict-seo.php:237
msgid "Output oEmbed scripts?"
msgstr ""
#. translators: Please ignore - translation uses a different text domain.
#: lib/conflict-seo.php:241 lib/conflict-seo.php:244
msgid "Add %1$s to %2$s?"
msgstr ""
#. translators: Please ignore - translation uses a different text domain.
#: lib/conflict-seo.php:249
msgid "Output Authorized Presence?"
msgstr ""
#: lib/conflict-seo.php:262
msgid "Please disable the %1$s option under the %2$s tab."
msgstr ""
#. translators: Please ignore - translation uses a different text domain.
#: lib/conflict-seo.php:277
msgid "Remove site title from generated social titles?"
msgstr ""
#: lib/conflict-seo.php:290
msgid "Please enable the %1$s option under the %2$s tab."
msgstr ""
#: lib/conflict-seo.php:310
msgid "SEOPress"
msgstr ""
#. translators: Please ignore - translation uses a different text domain.
#: lib/conflict-seo.php:324
msgid "SEO"
msgstr ""
#: lib/conflict-seo.php:351
msgid "SEO Ultimate"
msgstr ""
#. translators: Please ignore - translation uses a different text domain.
#: lib/conflict-seo.php:363
msgid "Open Graph Integrator"
msgstr ""
#. translators: Please ignore - translation uses a different text domain.
#: lib/conflict-seo.php:367
msgid "Modules"
msgstr ""
#: lib/conflict-seo.php:393
msgid "Squirrly SEO"
msgstr ""
#. translators: Please ignore - translation uses a different text domain.
#: lib/conflict-seo.php:404 lib/conflict-seo.php:439
msgid "Squirrly"
msgstr ""
#. translators: Please ignore - translation uses a different text domain.
#: lib/conflict-seo.php:406 lib/conflict-seo.php:441
msgid "SEO Settings"
msgstr ""
#. translators: Please ignore - translation uses a different text domain.
#: lib/conflict-seo.php:408
msgid "Social Media"
msgstr ""
#. translators: Please ignore - translation uses a different text domain.
#: lib/conflict-seo.php:412
msgid "Activate Open Graph"
msgstr ""
#. translators: Please ignore - translation uses a different text domain.
#: lib/conflict-seo.php:414
msgid "Activate Twitter Card"
msgstr ""
#. translators: Please ignore - translation uses a different text domain.
#: lib/conflict-seo.php:443
msgid "JSON LD"
msgstr ""
#. translators: Please ignore - translation uses a different text domain.
#: lib/conflict-seo.php:447
msgid "Activate JSON-LD"
msgstr ""
#: lib/conflict-seo.php:457
msgid "Please disable the %1$s option in the %2$s metabox."
msgstr ""
#: lib/conflict-seo.php:476 lib/messages-tooltip-plugin.php:290
msgid "WP Meta SEO"
msgstr ""
#. translators: Please ignore - translation uses a different text domain.
#: lib/conflict-seo.php:494 lib/conflict-seo.php:583 lib/conflict-seo.php:625
#: lib/conflict-seo.php:667 lib/integ/rating/rate-my-post.php:71
msgid "Settings"
msgstr ""
#. translators: Please ignore - translation uses a different text domain.
#: lib/conflict-seo.php:496 lib/conflict-seo.php:596 lib/conflict-seo.php:638
msgid "Social"
msgstr ""
#. translators: Please ignore - translation uses a different text domain.
#: lib/conflict-seo.php:500
msgid "Facebook profile URL"
msgstr ""
#. translators: Please ignore - translation uses a different text domain.
#: lib/conflict-seo.php:502
msgid "Facebook App ID"
msgstr ""
#. translators: Please ignore - translation uses a different text domain.
#: lib/conflict-seo.php:504
msgid "Twitter Username"
msgstr ""
#: lib/conflict-seo.php:514
msgid "Please remove the %1$s option value in the %2$s settings."
msgstr ""
#. translators: Please ignore - translation uses a different text domain.
#: lib/conflict-seo.php:525
msgid "Social sharing block"
msgstr ""
#: lib/conflict-seo.php:550 lib/messages-tooltip-plugin.php:299
#: lib/messages-tooltip-plugin.php:322
msgid "Yoast SEO"
msgstr ""
#. translators: Please ignore - translation uses a different text domain.
#: lib/conflict-seo.php:579
msgid "Open Graph data"
msgstr ""
#. translators: Please ignore - translation uses a different text domain.
#: lib/conflict-seo.php:585 lib/conflict-seo.php:627 lib/conflict-seo.php:669
msgid "Site features"
msgstr ""
#. translators: Please ignore - translation uses a different text domain.
#: lib/conflict-seo.php:587 lib/conflict-seo.php:629 lib/conflict-seo.php:671
msgid "Social sharing"
msgstr ""
#. translators: Please ignore - translation uses a different text domain.
#: lib/conflict-seo.php:592
msgid "Add Open Graph meta data"
msgstr ""
#. translators: Please ignore - translation uses a different text domain.
#: lib/conflict-seo.php:621
msgid "X card data"
msgstr ""
#. translators: Please ignore - translation uses a different text domain.
#: lib/conflict-seo.php:634
msgid "Add Twitter Card meta data"
msgstr ""
#. translators: Please ignore - translation uses a different text domain.
#: lib/conflict-seo.php:663
msgid "Slack sharing"
msgstr ""
#. translators: Please ignore - translation uses a different text domain.
#: lib/conflict-seo.php:676
msgid "Enhanced Slack sharing"
msgstr ""
#. translators: Please ignore - translation uses a different text domain.
#: lib/conflict-seo.php:682
msgid "Features"
msgstr ""
#: lib/conflict-seo.php:717
msgid ""
"The %1$s plugin provides much better Schema markup for WooCommerce products "
"than the %2$s plugin."
msgstr ""
#: lib/conflict-seo.php:719
msgid "There is absolutely no advantage in continuing to use the %1$s plugin."
msgstr ""
#: lib/conflict-seo.php:721
msgid ""
"To avoid adding incorrect and confusing Schema markup to your webpages, <a "
"href=\"%1$s\">please deactivate the %2$s plugin immediately</a>."
msgstr ""
#: lib/conflict.php:70
msgid "WPSSO Inherit Parent Metadata"
msgstr ""
#: lib/conflict.php:72 lib/conflict.php:110
msgid "The %1$s add-on is deprecated."
msgstr ""
#: lib/conflict.php:74 lib/conflict.php:112
msgid "All features of the %1$s add-on were integrated into the %2$s plugin."
msgstr ""
#: lib/conflict.php:77 lib/conflict.php:115 lib/conflict.php:143
#: lib/conflict.php:171
msgid "<a href=\"%1$s\">Please deactivate and delete the %2$s add-on</a>."
msgstr ""
#: lib/conflict.php:90
msgid "WPSSO Schema JSON-LD Markup"
msgstr ""
#: lib/conflict.php:94
msgid "The %1$s add-on is deprecated since October 2021."
msgstr ""
#: lib/conflict.php:96
msgid ""
"All features of the %1$s add-on were integrated into the %2$s and %3$s "
"plugins at that time."
msgstr ""
#: lib/conflict.php:99
msgid ""
"The add-on may continue to function as intended, but is no longer actively "
"maintained or tested for compatibility with the %1$s plugin."
msgstr ""
#: lib/conflict.php:101
msgid ""
"<a href=\"%1$s\">We suggest deactivating the %2$s add-on at your earliest "
"convenience</a>."
msgstr ""
#: lib/conflict.php:129
msgid "WPSSO Organization Markup"
msgstr ""
#: lib/conflict.php:133 lib/conflict.php:161
msgid "The %1$s add-on is deprecated and replaced by the %2$s add-on."
msgstr ""
#: lib/conflict.php:138 lib/conflict.php:166
msgid ""
"After installing and activating %1$s, <a href=\"%2$s\">please deactivate and "
"delete the %3$s add-on</a>."
msgstr ""
#: lib/conflict.php:157
msgid "WPSSO Place and Local SEO Markup"
msgstr ""
#: lib/conflict.php:206
msgid ""
"Your database is configured for a \"%1$s\" size of %2$d bytes, which is less "
"than the recommended minimum value of %3$d bytes (a common default value is "
"%4$d bytes)."
msgstr ""
#: lib/conflict.php:208
msgid ""
"Please contact your hosting provider and have the \"%1$s\" database option "
"adjusted to a larger and safer value."
msgstr ""
#: lib/conflict.php:210
msgid ""
"See the %1$s sections %2$s and %3$s for more information on this database "
"option."
msgstr ""
#: lib/conflict.php:277
msgid ""
"WordPress is configured to use the %1$s image editing class but the <a href="
"\"%2$s\">PHP %3$s extension module</a> is not loaded:"
msgstr ""
#: lib/conflict.php:279
msgid "The <a href=\"%1$s\">PHP %2$s extension module</a> is not loaded:"
msgstr ""
#: lib/conflict.php:285
msgid "The <a href=\"%1$s\">PHP %2$s function</a> for \"%3$s\" returned false."
msgstr ""
#: lib/conflict.php:286
msgid "https://secure.php.net/manual/en/function.extension-loaded.php"
msgstr ""
#: lib/conflict.php:295
msgid ""
"Note that the ImageMagick application and the PHP \"%1$s\" extension are two "
"different products - this error is for the PHP \"%1$s\" extension, not the "
"ImageMagick application."
msgstr ""
#: lib/conflict.php:298
msgid ""
"Please contact your hosting provider to have the missing PHP \"%1$s\" "
"extension installed and enabled."
msgstr ""
#: lib/conflict.php:316
msgid ""
"The <a href=\"%1$s\">PHP %2$s extension module</a> is loaded but the %3$s "
"class is missing."
msgstr ""
#: lib/conflict.php:318
msgid ""
"Please contact your hosting provider to have the missing PHP class installed."
msgstr ""
#: lib/conflict.php:335
msgid ""
"The <a href=\"%1$s\">PHP %2$s extension module</a> is loaded but the %3$s "
"function is missing."
msgstr ""
#: lib/conflict.php:374
msgid "An issue with WPBakery Visual Composer has been detected."
msgstr ""
#: lib/conflict.php:376
msgid ""
"WPBakery Visual Composer version %s and older are known to have a bug in "
"their jQuery event handling code."
msgstr ""
#: lib/conflict.php:378
msgid ""
"To avoid jQuery crashing on show / hide jQuery events, please update your "
"version of WPBakery Visual Composer immediately."
msgstr ""
#: lib/conflict.php:401 lib/messages.php:1451
msgid ""
"The WordPress <a href=\"%s\">Search Engine Visibility</a> option is set to "
"discourage search engines from indexing this site."
msgstr ""
#: lib/conflict.php:403
msgid ""
"This is not compatible with the purpose of optimizing your content for "
"social and search engines - please uncheck the option to allow search "
"engines and social sites to access your site."
msgstr ""
#: lib/edit-general.php:82
msgctxt "option label"
msgid "Crop Area"
msgstr ""
#: lib/edit-general.php:88 lib/script.php:432
msgctxt "option label"
msgid "Schema Type"
msgstr ""
#: lib/edit-general.php:103
msgctxt "option label"
msgid "Open Graph Type"
msgstr ""
#: lib/edit-general.php:111
msgctxt "option label"
msgid "Primary Category"
msgstr ""
#: lib/edit-general.php:118
msgctxt "option label"
msgid "SEO Title Tag"
msgstr ""
#: lib/edit-general.php:126
msgctxt "option label"
msgid "SEO Meta Description"
msgstr ""
#: lib/edit-general.php:133
msgctxt "option label"
msgid "Social Title"
msgstr ""
#: lib/edit-general.php:140
msgctxt "option label"
msgid "Social Description"
msgstr ""
#: lib/edit-general.php:148
msgctxt "option label"
msgid "Pinterest Description"
msgstr ""
#: lib/edit-general.php:155
msgctxt "option label"
msgid "X (Twitter) Card Title"
msgstr ""
#: lib/edit-general.php:162
msgctxt "option label"
msgid "X (Twitter) Card Description"
msgstr ""
#: lib/edit-media.php:59
msgctxt "option label"
msgid "Maximum Images"
msgstr ""
#: lib/edit-media.php:65
msgctxt "option label"
msgid "Maximum Videos"
msgstr ""
#: lib/edit-media.php:71
msgctxt "option label"
msgid "Include Video Previews"
msgstr ""
#: lib/edit-media.php:78
msgctxt "metabox title"
msgid "Priority Media"
msgstr ""
#: lib/edit-media.php:106
msgid "getting open graph image"
msgstr ""
#: lib/edit-media.php:118
msgctxt "metabox title"
msgid "Priority Image Information"
msgstr ""
#: lib/edit-media.php:122 lib/edit-media.php:180 lib/edit-media.php:239
#: lib/edit-media.php:291 lib/edit-schema.php:630 lib/edit-schema.php:739
msgctxt "option label"
msgid "Image ID"
msgstr ""
#: lib/edit-media.php:128 lib/edit-media.php:187 lib/edit-media.php:245
#: lib/edit-media.php:298 lib/edit-schema.php:1028
msgctxt "option label"
msgid "or an Image URL"
msgstr ""
#: lib/edit-media.php:165
msgid "No priority media options for the %s."
msgstr ""
#: lib/edit-media.php:171
msgid "getting twitter card image"
msgstr ""
#: lib/edit-media.php:223
msgid "getting schema 1:1 image"
msgstr ""
#: lib/edit-media.php:235 lib/edit-schema.php:115
msgctxt "metabox title"
msgid "Schema Markup and Google Rich Results"
msgstr ""
#: lib/edit-media.php:272
msgid "getting pinterest image"
msgstr ""
#: lib/edit-media.php:286
msgctxt "metabox title"
msgid "Pinterest Pin It"
msgstr ""
#: lib/edit-prev.php:79
msgctxt "preview image error"
msgid "Image Size Smaller<br/>than Suggested Minimum<br/>of %s"
msgstr ""
#: lib/edit-prev.php:88
msgctxt "preview image error"
msgid "Image Size Unknown<br/>or Not Available"
msgstr ""
#: lib/edit-prev.php:95
msgctxt "preview image error"
msgid "No Open Graph Image Found"
msgstr ""
#: lib/edit-prev.php:100 lib/edit-visibility.php:53
msgctxt "option label"
msgid "Canonical URL"
msgstr ""
#: lib/edit-prev.php:104
msgctxt "option label"
msgid "Shortlink URL"
msgstr ""
#: lib/edit-prev.php:108
msgctxt "metabox title"
msgid "Facebook / Open Graph Example"
msgstr ""
#: lib/edit-prev.php:145
msgctxt "option label"
msgid "oEmbed JSON URL"
msgstr ""
#: lib/edit-prev.php:149
msgctxt "option label"
msgid "oEmbed XML URL"
msgstr ""
#: lib/edit-prev.php:153
msgctxt "metabox title"
msgid "oEmbed HTML"
msgstr ""
#: lib/edit-prev.php:162
msgid "oEmbed HTML Not Available."
msgstr ""
#: lib/edit-schema.php:135
msgctxt "option label"
msgid "Language"
msgstr ""
#: lib/edit-schema.php:142 lib/edit-schema.php:615 lib/edit-schema.php:724
msgctxt "option label"
msgid "Name"
msgstr ""
#: lib/edit-schema.php:149
msgctxt "option label"
msgid "Alternate Name"
msgstr ""
#: lib/edit-schema.php:156 lib/edit-schema.php:620 lib/edit-schema.php:729
msgctxt "option label"
msgid "Description"
msgstr ""
#: lib/edit-schema.php:163 lib/messages.php:724
msgctxt "option label"
msgid "Microdata Type URLs"
msgstr ""
#: lib/edit-schema.php:170 lib/messages.php:1043
msgctxt "option label"
msgid "Same-As URLs"
msgstr ""
#: lib/edit-schema.php:227
msgctxt "metabox title"
msgid "Creative Work Information"
msgstr ""
#: lib/edit-schema.php:232
msgctxt "option label"
msgid "Headline"
msgstr ""
#: lib/edit-schema.php:240
msgctxt "option label"
msgid "Full Text"
msgstr ""
#: lib/edit-schema.php:247
msgctxt "option label"
msgid "Keywords"
msgstr ""
#: lib/edit-schema.php:254
msgctxt "option label"
msgid "Family Friendly"
msgstr ""
#: lib/edit-schema.php:262
msgctxt "option label"
msgid "Copyright Year"
msgstr ""
#: lib/edit-schema.php:269
msgctxt "option label"
msgid "License URL"
msgstr ""
#: lib/edit-schema.php:276
msgctxt "option label"
msgid "Publisher Organization"
msgstr ""
#: lib/edit-schema.php:286
msgctxt "option label"
msgid "Publisher Person"
msgstr ""
#: lib/edit-schema.php:296 lib/edit-schema.php:2203
msgctxt "option label"
msgid "Provider Organization"
msgstr ""
#: lib/edit-schema.php:306 lib/edit-schema.php:2213
msgctxt "option label"
msgid "Provider Person"
msgstr ""
#: lib/edit-schema.php:316 lib/edit-schema.php:1579
msgctxt "option label"
msgid "Funder Organization"
msgstr ""
#: lib/edit-schema.php:326 lib/edit-schema.php:1589
msgctxt "option label"
msgid "Funder Person"
msgstr ""
#: lib/edit-schema.php:336
msgctxt "option label"
msgid "Is Part of URLs"
msgstr ""
#: lib/edit-schema.php:344
msgctxt "option label"
msgid "Creative Work Awards"
msgstr ""
#: lib/edit-schema.php:362
msgctxt "option label"
msgid "Reference Citations"
msgstr ""
#: lib/edit-schema.php:385
msgctxt "metabox title"
msgid "Article Information"
msgstr ""
#: lib/edit-schema.php:390 lib/messages.php:731
msgctxt "option label"
msgid "Article Section"
msgstr ""
#: lib/edit-schema.php:406
msgctxt "option label"
msgid "Est. Reading Time"
msgstr ""
#: lib/edit-schema.php:409
msgid "minute(s)"
msgstr ""
#: lib/edit-schema.php:429
msgctxt "metabox title"
msgid "Book Information"
msgstr ""
#: lib/edit-schema.php:434
msgctxt "option label"
msgid "Book Author Type"
msgstr ""
#: lib/edit-schema.php:441 lib/messages.php:738
msgctxt "option label"
msgid "Book Author Name"
msgstr ""
#: lib/edit-schema.php:448
msgctxt "option label"
msgid "Book Author URL"
msgstr ""
#: lib/edit-schema.php:455
msgctxt "option label"
msgid "Book Published Date"
msgstr ""
#: lib/edit-schema.php:462
msgctxt "option label"
msgid "Book Created Date"
msgstr ""
#: lib/edit-schema.php:469
msgctxt "option label"
msgid "Book Edition"
msgstr ""
#: lib/edit-schema.php:476
msgctxt "option label"
msgid "Book Format"
msgstr ""
#: lib/edit-schema.php:484
msgctxt "option label"
msgid "Book Pages"
msgstr ""
#: lib/edit-schema.php:491 lib/messages.php:743
msgctxt "option label"
msgid "Book ISBN"
msgstr ""
#: lib/edit-schema.php:499
msgctxt "option label"
msgid "Book Offers"
msgstr ""
#: lib/edit-schema.php:503
msgctxt "option label"
msgid "Book Offer Name"
msgstr ""
#: lib/edit-schema.php:508
msgctxt "option label"
msgid "Book Offer Price"
msgstr ""
#: lib/edit-schema.php:513
msgctxt "option label"
msgid "Book Offer Currency"
msgstr ""
#: lib/edit-schema.php:522
msgctxt "option label"
msgid "Book Offer Availability"
msgstr ""
#: lib/edit-schema.php:538
msgctxt "metabox title"
msgid "Audiobook Information"
msgstr ""
#: lib/edit-schema.php:543
msgctxt "option label"
msgid "Audiobook Duration"
msgstr ""
#: lib/edit-schema.php:562
msgctxt "metabox title"
msgid "How-To Information"
msgstr ""
#: lib/edit-schema.php:567
msgctxt "option label"
msgid "How-To Makes"
msgstr ""
#: lib/edit-schema.php:574 lib/edit-schema.php:684
msgctxt "option label"
msgid "Preparation Time"
msgstr ""
#: lib/edit-schema.php:581 lib/edit-schema.php:698
msgctxt "option label"
msgid "Total Time"
msgstr ""
#: lib/edit-schema.php:588 lib/messages.php:754
msgctxt "option label"
msgid "How-To Supplies"
msgstr ""
#: lib/edit-schema.php:596 lib/messages.php:759
msgctxt "option label"
msgid "How-To Tools"
msgstr ""
#: lib/edit-schema.php:604 lib/messages.php:749
msgctxt "option label"
msgid "How-To Steps"
msgstr ""
#: lib/edit-schema.php:610
msgctxt "option label"
msgid "How-To %1$s step or %2$s section of steps:"
msgstr ""
#: lib/edit-schema.php:625 lib/edit-schema.php:734
msgctxt "option label"
msgid "Anchor ID"
msgstr ""
#: lib/edit-schema.php:651
msgctxt "metabox title"
msgid "Recipe Information"
msgstr ""
#: lib/edit-schema.php:656
msgctxt "option label"
msgid "Recipe Cuisine"
msgstr ""
#: lib/edit-schema.php:663
msgctxt "option label"
msgid "Recipe Course"
msgstr ""
#: lib/edit-schema.php:670
msgctxt "option label"
msgid "Recipe Makes"
msgstr ""
#: lib/edit-schema.php:677
msgctxt "option label"
msgid "Cooking Method"
msgstr ""
#: lib/edit-schema.php:691
msgctxt "option label"
msgid "Cooking Time"
msgstr ""
#: lib/edit-schema.php:705 lib/messages.php:1033
msgctxt "option label"
msgid "Recipe Ingredients"
msgstr ""
#: lib/edit-schema.php:713 lib/messages.php:1038
msgctxt "option label"
msgid "Recipe Instructions"
msgstr ""
#: lib/edit-schema.php:719
msgctxt "option label"
msgid "Recipe %1$s instruction or %2$s section of instructions:"
msgstr ""
#: lib/edit-schema.php:753
msgctxt "metabox title"
msgid "Recipe Nutrition Information"
msgstr ""
#: lib/edit-schema.php:758
msgctxt "option label"
msgid "Serving Size"
msgstr ""
#: lib/edit-schema.php:765
msgctxt "option label"
msgid "Calories"
msgstr ""
#: lib/edit-schema.php:768
msgctxt "option comment"
msgid "calories"
msgstr ""
#: lib/edit-schema.php:773
msgctxt "option label"
msgid "Protein"
msgstr ""
#: lib/edit-schema.php:776
msgctxt "option comment"
msgid "grams of protein"
msgstr ""
#: lib/edit-schema.php:781
msgctxt "option label"
msgid "Fiber"
msgstr ""
#: lib/edit-schema.php:784
msgctxt "option comment"
msgid "grams of fiber"
msgstr ""
#: lib/edit-schema.php:789
msgctxt "option label"
msgid "Carbohydrates"
msgstr ""
#: lib/edit-schema.php:792
msgctxt "option comment"
msgid "grams of carbohydrates"
msgstr ""
#: lib/edit-schema.php:797
msgctxt "option label"
msgid "Sugar"
msgstr ""
#: lib/edit-schema.php:800
msgctxt "option comment"
msgid "grams of sugar"
msgstr ""
#: lib/edit-schema.php:805
msgctxt "option label"
msgid "Sodium"
msgstr ""
#: lib/edit-schema.php:808
msgctxt "option comment"
msgid "milligrams of sodium"
msgstr ""
#: lib/edit-schema.php:813
msgctxt "option label"
msgid "Fat"
msgstr ""
#: lib/edit-schema.php:816
msgctxt "option comment"
msgid "grams of fat"
msgstr ""
#: lib/edit-schema.php:821
msgctxt "option label"
msgid "Saturated Fat"
msgstr ""
#: lib/edit-schema.php:824
msgctxt "option comment"
msgid "grams of saturated fat"
msgstr ""
#: lib/edit-schema.php:829
msgctxt "option label"
msgid "Unsaturated Fat"
msgstr ""
#: lib/edit-schema.php:832
msgctxt "option comment"
msgid "grams of unsaturated fat"
msgstr ""
#: lib/edit-schema.php:837
msgctxt "option label"
msgid "Trans Fat"
msgstr ""
#: lib/edit-schema.php:840
msgctxt "option comment"
msgid "grams of trans fat"
msgstr ""
#: lib/edit-schema.php:845
msgctxt "option label"
msgid "Cholesterol"
msgstr ""
#: lib/edit-schema.php:848
msgctxt "option comment"
msgid "milligrams of cholesterol"
msgstr ""
#: lib/edit-schema.php:867
msgctxt "metabox title"
msgid "Learning Resource Information"
msgstr ""
#: lib/edit-schema.php:872
msgctxt "option label"
msgid "Educational Level"
msgstr ""
#: lib/edit-schema.php:879
msgctxt "option label"
msgid "Resource Type"
msgstr ""
#: lib/edit-schema.php:898
msgctxt "metabox title"
msgid "Movie Information"
msgstr ""
#: lib/edit-schema.php:903 lib/edit-schema.php:1120
msgctxt "option label"
msgid "Movie Cast Names"
msgstr ""
#: lib/edit-schema.php:911 lib/edit-schema.php:1128
msgctxt "option label"
msgid "Movie Director Names"
msgstr ""
#: lib/edit-schema.php:919
msgctxt "option label"
msgid "Production Company"
msgstr ""
#: lib/edit-schema.php:929
msgctxt "option label"
msgid "Movie Release Date"
msgstr ""
#: lib/edit-schema.php:936
msgctxt "option label"
msgid "Movie Runtime"
msgstr ""
#: lib/edit-schema.php:958
msgctxt "metabox title"
msgid "Review Information"
msgstr ""
#: lib/edit-schema.php:963 lib/messages.php:1021
msgctxt "option label"
msgid "Review Rating"
msgstr ""
#: lib/edit-schema.php:975 lib/messages.php:1027
msgctxt "option label"
msgid "Rating Alt Name"
msgstr ""
#: lib/edit-schema.php:1002
msgctxt "metabox title"
msgid "Review Subject (aka Item Reviewed) Information"
msgstr ""
#: lib/edit-schema.php:1007
msgctxt "option label"
msgid "Subject Name"
msgstr ""
#: lib/edit-schema.php:1014
msgctxt "option label"
msgid "Subject Description"
msgstr ""
#: lib/edit-schema.php:1021
msgctxt "option label"
msgid "Subject Image ID"
msgstr ""
#: lib/edit-schema.php:1035
msgctxt "option label"
msgid "Subject Webpage URL"
msgstr ""
#: lib/edit-schema.php:1042
msgctxt "option label"
msgid "Subject Same-As URLs"
msgstr ""
#: lib/edit-schema.php:1050
msgctxt "option label"
msgid "Subject Schema Type"
msgstr ""
#: lib/edit-schema.php:1069
msgctxt "option label"
msgid "Subject Author Type"
msgstr ""
#: lib/edit-schema.php:1076
msgctxt "option label"
msgid "Subject Author Name"
msgstr ""
#: lib/edit-schema.php:1083
msgctxt "option label"
msgid "Subject Author URL"
msgstr ""
#: lib/edit-schema.php:1090
msgctxt "option label"
msgid "Subject Published Date"
msgstr ""
#: lib/edit-schema.php:1097
msgctxt "option label"
msgid "Subject Created Date"
msgstr ""
#: lib/edit-schema.php:1108
msgctxt "option label"
msgid "Subject Book ISBN"
msgstr ""
#: lib/edit-schema.php:1140 lib/edit-schema.php:1372
msgctxt "option label"
msgid "Application Category"
msgstr ""
#: lib/edit-schema.php:1147 lib/edit-schema.php:1379
msgctxt "option label"
msgid "Operating System"
msgstr ""
#: lib/edit-schema.php:1154 lib/edit-schema.php:1386
msgctxt "option label"
msgid "Download URL"
msgstr ""
#: lib/edit-schema.php:1161
msgctxt "option label"
msgid "Software App Offers"
msgstr ""
#: lib/edit-schema.php:1165
msgctxt "option label"
msgid "Software App Offer Name"
msgstr ""
#: lib/edit-schema.php:1170
msgctxt "option label"
msgid "Software App Offer Price"
msgstr ""
#: lib/edit-schema.php:1175
msgctxt "option label"
msgid "Software App Offer Currency"
msgstr ""
#: lib/edit-schema.php:1184
msgctxt "option label"
msgid "Software App Offer Availability"
msgstr ""
#: lib/edit-schema.php:1200
msgctxt "option label"
msgid "Subject Telephone"
msgstr ""
#: lib/edit-schema.php:1207
msgctxt "option label"
msgid "Subject Street Address"
msgstr ""
#: lib/edit-schema.php:1214
msgctxt "option label"
msgid "Subject P.O. Box Number"
msgstr ""
#: lib/edit-schema.php:1221
msgctxt "option label"
msgid "Subject City / Locality"
msgstr ""
#: lib/edit-schema.php:1228
msgctxt "option label"
msgid "Subject State / Province"
msgstr ""
#: lib/edit-schema.php:1235
msgctxt "option label"
msgid "Subject Zip / Postal Code"
msgstr ""
#: lib/edit-schema.php:1242
msgctxt "option label"
msgid "Subject Country"
msgstr ""
#: lib/edit-schema.php:1253
msgctxt "option label"
msgid "Subject Price Range"
msgstr ""
#: lib/edit-schema.php:1264
msgctxt "option label"
msgid "Subject Serves Cuisine"
msgstr ""
#: lib/edit-schema.php:1275
msgctxt "option label"
msgid "Subject Product Brand"
msgstr ""
#: lib/edit-schema.php:1282
msgctxt "option label"
msgid "Subject Product Offers"
msgstr ""
#: lib/edit-schema.php:1286
msgctxt "option label"
msgid "Product Offer Name"
msgstr ""
#: lib/edit-schema.php:1291
msgctxt "option label"
msgid "Product Offer Price"
msgstr ""
#: lib/edit-schema.php:1296
msgctxt "option label"
msgid "Product Offer Currency"
msgstr ""
#: lib/edit-schema.php:1305
msgctxt "option label"
msgid "Product Offer Availability"
msgstr ""
#: lib/edit-schema.php:1317
msgctxt "option label"
msgid "Subject Product SKU"
msgstr ""
#: lib/edit-schema.php:1324
msgctxt "option label"
msgid "Subject Product MPN"
msgstr ""
#: lib/edit-schema.php:1336
msgctxt "metabox title"
msgid "Claim Review Information"
msgstr ""
#: lib/edit-schema.php:1341
msgctxt "option label"
msgid "Short Summary of Claim"
msgstr ""
#: lib/edit-schema.php:1348
msgctxt "option label"
msgid "First Appearance URL"
msgstr ""
#: lib/edit-schema.php:1367
msgctxt "metabox title"
msgid "Software App Information"
msgstr ""
#: lib/edit-schema.php:1405
msgctxt "metabox title"
msgid "WebPage Information"
msgstr ""
#: lib/edit-schema.php:1410
msgctxt "option label"
msgid "Reviewed By Org."
msgstr ""
#: lib/edit-schema.php:1420
msgctxt "option label"
msgid "Reviewed By Person"
msgstr ""
#: lib/edit-schema.php:1430
msgctxt "option label"
msgid "Reviewed Last"
msgstr ""
#: lib/edit-schema.php:1449 lib/edit-schema.php:1476
msgctxt "metabox title"
msgid "QA Page Information"
msgstr ""
#: lib/edit-schema.php:1454 lib/edit-schema.php:1802
msgctxt "option label"
msgid "Select a Person"
msgstr ""
#: lib/edit-schema.php:1481
msgctxt "option label"
msgid "QA Heading"
msgstr ""
#: lib/edit-schema.php:1502
msgctxt "metabox title"
msgid "Event Information"
msgstr ""
#: lib/edit-schema.php:1507
msgctxt "option label"
msgid "Event Language"
msgstr ""
#: lib/edit-schema.php:1514
msgctxt "option label"
msgid "Event Attendance"
msgstr ""
#: lib/edit-schema.php:1522
msgctxt "option label"
msgid "Event Online URL"
msgstr ""
#: lib/edit-schema.php:1529
msgctxt "option label"
msgid "Event Venue"
msgstr ""
#: lib/edit-schema.php:1539
msgctxt "option label"
msgid "Performer Organization"
msgstr ""
#: lib/edit-schema.php:1549
msgctxt "option label"
msgid "Performer Person"
msgstr ""
#: lib/edit-schema.php:1559
msgctxt "option label"
msgid "Organizer Organization"
msgstr ""
#: lib/edit-schema.php:1569
msgctxt "option label"
msgid "Organizer Person"
msgstr ""
#: lib/edit-schema.php:1599
msgctxt "option label"
msgid "Event Status"
msgstr ""
#: lib/edit-schema.php:1607
msgctxt "option label"
msgid "Event Start"
msgstr ""
#: lib/edit-schema.php:1614
msgctxt "option label"
msgid "Event End"
msgstr ""
#: lib/edit-schema.php:1621
msgctxt "option label"
msgid "Event Previous Start"
msgstr ""
#: lib/edit-schema.php:1628
msgctxt "option label"
msgid "Event Offers"
msgstr ""
#: lib/edit-schema.php:1632
msgctxt "option label"
msgid "Event Offer Name"
msgstr ""
#: lib/edit-schema.php:1637
msgctxt "option label"
msgid "Event Offer Price"
msgstr ""
#: lib/edit-schema.php:1642
msgctxt "option label"
msgid "Event Offer Currency"
msgstr ""
#: lib/edit-schema.php:1651
msgctxt "option label"
msgid "Event Offer Availability"
msgstr ""
#: lib/edit-schema.php:1663
msgctxt "option label"
msgid "Event Offers Start"
msgstr ""
#: lib/edit-schema.php:1670
msgctxt "option label"
msgid "Event Offers End"
msgstr ""
#: lib/edit-schema.php:1692
msgctxt "metabox title"
msgid "Job Posting Information"
msgstr ""
#: lib/edit-schema.php:1705
msgctxt "option label"
msgid "Hiring Organization"
msgstr ""
#: lib/edit-schema.php:1715
msgctxt "option label"
msgid "Job Location"
msgstr ""
#: lib/edit-schema.php:1725
msgctxt "option label"
msgid "Job Location Type"
msgstr ""
#: lib/edit-schema.php:1733
msgctxt "option label"
msgid "Base Salary"
msgstr ""
#: lib/edit-schema.php:1740
msgctxt "option comment"
msgid "per"
msgstr ""
#: lib/edit-schema.php:1746
msgctxt "option label"
msgid "Employment Type"
msgstr ""
#: lib/edit-schema.php:1753
msgctxt "option label"
msgid "Job Posting Expires"
msgstr ""
#: lib/edit-schema.php:1772
msgctxt "metabox title"
msgid "Organization Information"
msgstr ""
#: lib/edit-schema.php:1777
msgctxt "option label"
msgid "Select an Organization"
msgstr ""
#: lib/edit-schema.php:1797
msgctxt "metabox title"
msgid "Person Information"
msgstr ""
#: lib/edit-schema.php:1824
msgctxt "metabox title"
msgid "Place Information"
msgstr ""
#: lib/edit-schema.php:1829
msgctxt "option label"
msgid "Select a Place"
msgstr ""
#: lib/edit-schema.php:1858
msgctxt "metabox title"
msgid "Product Information (Main Product)"
msgstr ""
#: lib/edit-schema.php:1872 lib/messages.php:913
msgctxt "option label"
msgid "Product Return Policy"
msgstr ""
#: lib/edit-schema.php:1880 lib/messages.php:799
msgctxt "option label"
msgid "Product Google Category"
msgstr ""
#: lib/edit-schema.php:1895 lib/messages.php:792
msgctxt "option label"
msgid "Product Brand"
msgstr ""
#: lib/edit-schema.php:1902 lib/messages.php:927
msgctxt "option label"
msgid "Product Price"
msgstr ""
#: lib/edit-schema.php:1912 lib/messages.php:932
msgctxt "option label"
msgid "Product Price Type"
msgstr ""
#: lib/edit-schema.php:1920 lib/messages.php:907
msgctxt "option label"
msgid "Product Min Advert Price"
msgstr ""
#: lib/edit-schema.php:1928 lib/messages.php:785
msgctxt "option label"
msgid "Product Availability"
msgstr ""
#: lib/edit-schema.php:1936 lib/messages.php:814
msgctxt "option label"
msgid "Product Condition"
msgstr ""
#: lib/edit-schema.php:1944 lib/messages.php:826
msgctxt "option label"
msgid "Product Energy Rating"
msgstr ""
#: lib/edit-schema.php:1959 lib/messages.php:895
msgctxt "option label"
msgid "Product Material"
msgstr ""
#: lib/edit-schema.php:1966 lib/messages.php:921
msgctxt "option label"
msgid "Product Pattern"
msgstr ""
#: lib/edit-schema.php:1973 lib/messages.php:808
msgctxt "option label"
msgid "Product Color"
msgstr ""
#: lib/edit-schema.php:1980 lib/messages.php:990
msgctxt "option label"
msgid "Product Target Gender"
msgstr ""
#: lib/edit-schema.php:1988 lib/messages.php:968
msgctxt "option label"
msgid "Product Size"
msgstr ""
#: lib/edit-schema.php:1995 lib/messages.php:974
msgctxt "option label"
msgid "Product Size Group"
msgstr ""
#: lib/edit-schema.php:2006 lib/messages.php:982
msgctxt "option label"
msgid "Product Size System"
msgstr ""
#: lib/edit-schema.php:2013 lib/messages.php:777
msgctxt "option label"
msgid "Product Age Group"
msgstr ""
#: lib/edit-schema.php:2020 lib/messages.php:769
msgctxt "option label"
msgid "Product Adult Type"
msgstr ""
#: lib/edit-schema.php:2027 lib/messages.php:889
msgctxt "option label"
msgid "Product Net Len. / Depth"
msgstr ""
#: lib/edit-schema.php:2037 lib/messages.php:1004
msgctxt "option label"
msgid "Product Net Width"
msgstr ""
#: lib/edit-schema.php:2047 lib/messages.php:877
msgctxt "option label"
msgid "Product Net Height"
msgstr ""
#: lib/edit-schema.php:2057 lib/messages.php:998
msgctxt "option label"
msgid "Product Net Weight"
msgstr ""
#: lib/edit-schema.php:2067 lib/messages.php:842
msgctxt "option label"
msgid "Product Fluid Volume"
msgstr ""
#: lib/edit-schema.php:2077 lib/messages.php:950
msgctxt "option label"
msgid "Product Shipping Length"
msgstr ""
#: lib/edit-schema.php:2087 lib/messages.php:962
msgctxt "option label"
msgid "Product Shipping Width"
msgstr ""
#: lib/edit-schema.php:2097 lib/messages.php:944
msgctxt "option label"
msgid "Product Shipping Height"
msgstr ""
#: lib/edit-schema.php:2107 lib/messages.php:956
msgctxt "option label"
msgid "Product Shipping Weight"
msgstr ""
#: lib/edit-schema.php:2117 lib/messages.php:939
msgctxt "option label"
msgid "Product SKU"
msgstr ""
#: lib/edit-schema.php:2125 lib/messages.php:901
msgctxt "option label"
msgid "Product MPN"
msgstr ""
#: lib/edit-schema.php:2133 lib/messages.php:847
msgctxt "option label"
msgid "Product GTIN-14"
msgstr ""
#: lib/edit-schema.php:2141 lib/messages.php:853
msgctxt "option label"
msgid "Product GTIN-13 (EAN)"
msgstr ""
#: lib/edit-schema.php:2149 lib/messages.php:859
msgctxt "option label"
msgid "Product GTIN-12 (UPC)"
msgstr ""
#: lib/edit-schema.php:2157 lib/messages.php:865
msgctxt "option label"
msgid "Product GTIN-8"
msgstr ""
#: lib/edit-schema.php:2165 lib/messages.php:871
msgctxt "option label"
msgid "Product GTIN"
msgstr ""
#: lib/edit-schema.php:2173 lib/messages.php:883
msgctxt "option label"
msgid "Product ISBN"
msgstr ""
#: lib/edit-schema.php:2181
msgctxt "option label"
msgid "Product Awards"
msgstr ""
#: lib/edit-schema.php:2223
msgctxt "option label"
msgid "Service Awards"
msgstr ""
#: lib/edit-schema.php:2232
msgctxt "metabox title"
msgid "Service Offers Information"
msgstr ""
#: lib/edit-schema.php:2237
msgctxt "option label"
msgid "Service Offers"
msgstr ""
#: lib/edit-schema.php:2241
msgctxt "option label"
msgid "Service Offer Name"
msgstr ""
#: lib/edit-schema.php:2246
msgctxt "option label"
msgid "Service Offer Price"
msgstr ""
#: lib/edit-schema.php:2251
msgctxt "option label"
msgid "Service Offer Currency"
msgstr ""
#: lib/edit-schema.php:2260
msgctxt "option label"
msgid "Service Offer Availability"
msgstr ""
#: lib/edit-schema.php:2272
msgctxt "option label"
msgid "Service Offers Start"
msgstr ""
#: lib/edit-schema.php:2279
msgctxt "option label"
msgid "Service Offers End"
msgstr ""
#: lib/edit-schema.php:2286
msgctxt "option label"
msgid "Offer Catalogs"
msgstr ""
#: lib/edit-schema.php:2290
msgctxt "option label"
msgid "Offer Catalog Name"
msgstr ""
#: lib/edit-schema.php:2295
msgctxt "option label"
msgid "Offer Catalog Description"
msgstr ""
#: lib/edit-schema.php:2300
msgctxt "option label"
msgid "Offer Catalog URL"
msgstr ""
#: lib/edit-schema.php:2311
msgctxt "metabox title"
msgid "Service Area Information"
msgstr ""
#: lib/edit-schema.php:2316
msgctxt "option label"
msgid "Service Latitude"
msgstr ""
#: lib/edit-schema.php:2319 lib/edit-schema.php:2327
msgctxt "option comment"
msgid "decimal degrees"
msgstr ""
#: lib/edit-schema.php:2324
msgctxt "option label"
msgid "Service Longitude"
msgstr ""
#: lib/edit-schema.php:2332
msgctxt "option label"
msgid "Service Radius"
msgstr ""
#: lib/edit-schema.php:2335
msgctxt "option comment"
msgid "meters from coordinates"
msgstr ""
#: lib/edit-schema.php:2340
msgctxt "option label"
msgid "Service Areas"
msgstr ""
#: lib/edit-validators.php:53
msgctxt "submit button"
msgid "Validate %s"
msgstr ""
#: lib/edit-visibility.php:60
msgctxt "option label"
msgid "301 Redirect URL"
msgstr ""
#: lib/edit-visibility.php:93
msgctxt "metabox title"
msgid "Robots Meta"
msgstr ""
#: lib/edit-visibility.php:100
msgctxt "option label"
msgid "No Archive"
msgstr ""
#: lib/edit-visibility.php:103
msgctxt "option comment"
msgid "do not show a cached link in search results"
msgstr ""
#: lib/edit-visibility.php:107
msgctxt "option label"
msgid "No Follow"
msgstr ""
#: lib/edit-visibility.php:110
msgctxt "option comment"
msgid "do not follow links on this webpage"
msgstr ""
#: lib/edit-visibility.php:114
msgctxt "option label"
msgid "No Image Index"
msgstr ""
#: lib/edit-visibility.php:117
msgctxt "option comment"
msgid "do not index images on this webpage"
msgstr ""
#: lib/edit-visibility.php:121
msgctxt "option label"
msgid "No Index"
msgstr ""
#: lib/edit-visibility.php:124
msgctxt "option comment"
msgid "do not show this webpage in search results"
msgstr ""
#: lib/edit-visibility.php:128
msgctxt "option label"
msgid "No Snippet"
msgstr ""
#: lib/edit-visibility.php:131
msgctxt "option comment"
msgid "do not show a text snippet or a video preview in search results"
msgstr ""
#: lib/edit-visibility.php:135
msgctxt "option label"
msgid "No Translate"
msgstr ""
#: lib/edit-visibility.php:138
msgctxt "option comment"
msgid "do not offer translation of this webpage in search results"
msgstr ""
#: lib/edit-visibility.php:142
msgctxt "option label"
msgid "Snippet Max. Length"
msgstr ""
#: lib/edit-visibility.php:146 lib/submenu/general.php:331
msgctxt "option comment"
msgid "characters or less"
msgstr ""
#: lib/edit-visibility.php:147 lib/edit-visibility.php:163
#: lib/submenu/general.php:332 lib/submenu/general.php:346
msgctxt "option comment"
msgid "(-1 for no limit)"
msgstr ""
#: lib/edit-visibility.php:151
msgctxt "option label"
msgid "Image Preview Size"
msgstr ""
#: lib/edit-visibility.php:158
msgctxt "option label"
msgid "Video Max. Previews"
msgstr ""
#: lib/edit-visibility.php:162 lib/submenu/general.php:345
msgctxt "option comment"
msgid "seconds"
msgstr ""
#: lib/ext/owly.php:63
msgid "API key missing."
msgstr ""
#: lib/head.php:465
msgid "adding open graph meta tags"
msgstr ""
#: lib/head.php:474
msgid "adding twitter card meta tags"
msgstr ""
#: lib/head.php:483
msgid "adding meta name meta tags"
msgstr ""
#: lib/head.php:492
msgid "adding link relation tags"
msgstr ""
#: lib/head.php:512
msgid "adding schema json-ld markup"
msgstr ""
#: lib/integ/ecom/woocommerce.php:236
msgid ""
"Please select a page in the <a href=\"%s\">WooCommerce Settings > "
"Advanced > Page setup</a> section."
msgstr ""
#: lib/integ/ecom/woocommerce.php:239
msgid ""
"Please select a page in the <a href=\"%s\">WooCommerce Settings > "
"Products > General</a> section."
msgstr ""
#: lib/integ/ecom/woocommerce.php:243 lib/integ/ecom/woocommerce.php:718
msgid "My account page"
msgstr ""
#: lib/integ/ecom/woocommerce.php:244 lib/integ/ecom/woocommerce.php:722
msgid "Cart page"
msgstr ""
#: lib/integ/ecom/woocommerce.php:245 lib/integ/ecom/woocommerce.php:726
msgid "Checkout page"
msgstr ""
#: lib/integ/ecom/woocommerce.php:246
msgid "Shop page"
msgstr ""
#: lib/integ/ecom/woocommerce.php:252
msgid "The WooCommerce \"%1$s\" option value is missing or invalid."
msgstr ""
#: lib/integ/ecom/woocommerce.php:332
msgid "Suggested attributes:"
msgstr ""
#: lib/integ/ecom/woocommerce.php:649
msgid "Products Group"
msgstr ""
#: lib/integ/ecom/woocommerce.php:1650
msgid "World"
msgstr ""
#: lib/integ/ecom/woocommerce.php:1877
msgid ""
"The rating and review counts provided by WooCommerce for product ID %d are "
"invalid."
msgstr ""
#: lib/integ/ecom/woocommerce.php:1880
msgid ""
"The average rating is %.2f, but the rating count is %d and the review count "
"is %d."
msgstr ""
#: lib/integ/ecom/woocommerce.php:1883
msgid "The rating count or the review count must be greater than 0."
msgstr ""
#: lib/integ/event/the-events-calendar.php:53
msgid "TEC: %s"
msgstr ""
#: lib/integ/event/the-events-calendar.php:68
msgctxt "option value"
msgid "TEC: %s"
msgstr ""
#: lib/integ/event/the-events-calendar.php:288
#: lib/integ/event/the-events-calendar.php:347
msgid "getting TEC options"
msgstr ""
#: lib/integ/form/gravityview.php:140
msgctxt "metabox title"
msgid "Single Entry Integration"
msgstr ""
#: lib/integ/form/gravityview.php:167
msgctxt "option label"
msgid "Title Field ID"
msgstr ""
#: lib/integ/form/gravityview.php:171
msgctxt "option label"
msgid "Description Field ID"
msgstr ""
#: lib/integ/form/gravityview.php:175
msgctxt "option label"
msgid "Post Image Field ID"
msgstr ""
#: lib/integ/job/wpjobmanager.php:55 lib/integ/job/wpjobmanager.php:73
msgctxt "option value"
msgid "WPJM: %s"
msgstr ""
#: lib/integ/lang/qtranslate-xt.php:34
msgid ""
"The qTranslate-XT integration module requires %1$s version %2$s or better."
msgstr ""
#: lib/integ/lang/qtranslate-xt.php:37 lib/messages.php:485
msgid "Please update to the latest %1$s version (or at least version %2$s)."
msgstr ""
#. translators: Please ignore - translation uses a different text domain.
#: lib/integ/rating/rate-my-post.php:63
msgid "Type of structured data for rich snippets"
msgstr ""
#. translators: Please ignore - translation uses a different text domain.
#: lib/integ/rating/rate-my-post.php:69
msgid "Rate my Post"
msgstr ""
#. translators: Please ignore - translation uses a different text domain.
#: lib/integ/rating/rate-my-post.php:73
msgid "Rating Widget Settings"
msgstr ""
#: lib/integ/rating/rate-my-post.php:80 lib/integ/rating/wppostratings.php:78
msgid "Please disable the %1$s option in the %2$s settings page."
msgstr ""
#. translators: Please ignore - translation uses a different text domain.
#: lib/integ/rating/wppostratings.php:61
msgid "Enable Google Rich Snippets?"
msgstr ""
#. translators: Please ignore - translation uses a different text domain.
#: lib/integ/rating/wppostratings.php:67
msgid "WP-PostRatings"
msgstr ""
#. translators: Please ignore - translation uses a different text domain.
#: lib/integ/rating/wppostratings.php:69
msgid "Ratings"
msgstr ""
#. translators: Please ignore - translation uses a different text domain.
#: lib/integ/rating/wppostratings.php:71
msgid "Ratings Options"
msgstr ""
#. translators: %s is "App Key".
#. translators: %s is "Secret Token".
#: lib/integ/review/yotpowc.php:193 lib/integ/review/yotpowc.php:213
msgid "Yotpo for WooCommerce \"%s\" option value is empty."
msgstr ""
#. translators: %s is "wc_yotpo_compatible()".
#: lib/integ/review/yotpowc.php:233
msgid "Yotpo for WooCommerce %s function is missing."
msgstr ""
#. translators: %s is "wc_yotpo_compatible()".
#: lib/integ/review/yotpowc.php:254
msgid "Yotpo for WooCommerce %s function returned false."
msgstr ""
#. translators: %s is "yotpo-social-reviews-for-woocommerce".
#: lib/integ/review/yotpowc.php:282
msgid ""
"\"%s\" plugin not found in the WPMU_PLUGIN_DIR or WP_PLUGIN_DIR folders."
msgstr ""
#. translators: %s is the API library file path.
#: lib/integ/review/yotpowc.php:304
msgid "Yotpo for WooCommerce API library file \"%s\" not found."
msgstr ""
#. translators: %s is the API library file path.
#: lib/integ/review/yotpowc.php:331
msgid "Yotpo for WooCommerce \"%s\" class does not exist."
msgstr ""
#. translators: %1$s is the class::method name.
#: lib/integ/seo/wpseo.php:45
msgid ""
"The Yoast SEO <code>%1$s</code> method is missing – if you are using "
"an older version of Yoast SEO, please update now."
msgstr ""
#: lib/json/prop/aggregaterating.php:192
msgid ""
"An aggregate rating value for this markup has been ignored - <a href=\"%1$s"
"\">Google does not allow an aggregate rating value for the Schema %2$s type</"
"a>."
msgstr ""
#: lib/json/prop/review.php:224
msgid ""
"Reviews for this markup have been ignored - <a href=\"%1$s\">Google does not "
"allow reviews for the Schema %2$s type</a>."
msgstr ""
#: lib/json/type/claimreview.php:69
msgid "A claim review cannot be the subject of another claim review."
msgstr ""
#: lib/json/type/claimreview.php:71
msgid ""
"CreativeWork will be used instead as the Schema type for the subject of the "
"webpage (ie. the content) being reviewed."
msgstr ""
#: lib/json/type/faqpage.php:77
msgid "%d question added to the Schema FAQPage markup."
msgid_plural "%d questions added to the Schema FAQPage markup."
msgstr[0] ""
msgstr[1] ""
#: lib/json/type/faqpage.php:84
msgid "No question(s) found for the Schema FAQPage markup."
msgstr ""
#: lib/json/type/faqpage.php:86
msgid "Google requires at least one question for the Schema FAQPage markup."
msgstr ""
#. translators: %1$s is the PHP library path, %2$s is the PHP library class
#. name
#: lib/loader.php:173
msgid "Error loading %1$s: Library class \"%2$s\" is missing."
msgstr ""
#: lib/loader.php:179
msgid "Library class \"%s\" is missing."
msgstr ""
#: lib/loader.php:193
msgid "Library class name for \"%s\" cannot be determined."
msgstr ""
#: lib/loader.php:194
msgid ""
"The installed plugin is incomplete or the web server cannot access the "
"required library file."
msgstr ""
#: lib/media-filters.php:95
msgid "full size original"
msgstr ""
#: lib/media-filters.php:120 lib/media.php:3839
msgid "image ID %1$s (%2$s)"
msgstr ""
#: lib/media-filters.php:123
msgid ""
"%1$s %2$s ignored - the resulting resized image of %3$s is too small for the "
"required %4$s image dimensions."
msgstr ""
#: lib/media-filters.php:186
msgid ""
"Image %1$s in content ignored - the image width and height is too small for "
"the required %2$s image dimensions."
msgstr ""
#: lib/media-filters.php:189
msgid ""
"%1$s includes an additional 'data-wp-pid' attribute for WordPress Media "
"Library images - if this image was selected from the Media Library before "
"%1$s was activated, try removing and adding the image back to your content."
msgstr ""
#: lib/media.php:64
msgid ""
"Minimum image dimension to satisfy all %1$d image sizes: %2$dpx width by "
"%3$dpx height."
msgstr ""
#: lib/media.php:1395
msgid "Content"
msgstr ""
#: lib/media.php:1618
msgid ""
"https://developer.wordpress.org/reference/functions/"
"wp_get_attachment_metadata/"
msgstr ""
#: lib/media.php:1620 lib/media.php:1834
msgid ""
"You may consider regenerating the sizes of all WordPress Media Library "
"images using one of <a href=\"%s\">several available plugins from WordPress."
"org</a>."
msgstr ""
#: lib/media.php:1636
msgid ""
"Possible %1$s corruption detected - the <a href=\"%2$s\">WordPress %3$s "
"function</a> returned an error for <a href=\"%4$s\">image ID %5$s</a>: %6$s."
msgstr ""
#: lib/media.php:1657
msgid ""
"Possible %1$s corruption detected - the full size image dimensions for <a "
"href=\"%2$s\">image ID %3$s</a> are missing from the image metadata returned "
"by the <a href=\"%4$s\">WordPress %5$s function</a>."
msgstr ""
#: lib/media.php:1676
msgid ""
"Possible %1$s corruption detected - the full size image file path for <a "
"href=\"%2$s\">image ID %3$s</a> is missing from the image metadata returned "
"by the <a href=\"%4$s\">WordPress %5$s function</a>."
msgstr ""
#: lib/media.php:1767
msgid ""
"https://developer.wordpress.org/reference/functions/"
"image_make_intermediate_size/"
msgstr ""
#: lib/media.php:1803 lib/register.php:315 lib/util-cache.php:481
#: lib/util.php:897 lib/util.php:1012 lib/util.php:1044 lib/util.php:1082
#: lib/util.php:3583
msgid "%s warning:"
msgstr ""
#: lib/media.php:1804 lib/util.php:898 lib/util.php:3584
msgid "longer than recommended max of %1$.3f secs"
msgstr ""
#: lib/media.php:1805
msgid ""
"Slow WordPress function detected - %1$s took %2$.3f secs to make image size "
"\"%3$s\" from %4$s (%5$s)."
msgstr ""
#: lib/media.php:1832
msgid ""
"Possible %1$s corruption detected - the <a href=\"%2$s\">WordPress %3$s "
"function</a> failed to create the \"%4$s\" image size (%5$s) from %6$s."
msgstr ""
#: lib/media.php:3177
msgid "Getting video details for %s."
msgstr ""
#: lib/media.php:3850
msgid "image URL %s"
msgstr ""
#: lib/media.php:3903
msgid ""
"%1$s %2$s ignored - the resulting resized image of %3$s has an "
"<strong>aspect ratio equal to/or greater than %4$d:1 allowed by the %5$s "
"standard</strong>."
msgstr ""
#: lib/media.php:3938
msgid ""
"%1$s %2$s ignored - the resulting resized image of %3$s is <strong>smaller "
"than the minimum of %4$s allowed by the %5$s standard</strong>."
msgstr ""
#: lib/messages-info-meta.php:44
msgid ""
"Schema ItemList elements are added dynamically based on the WordPress "
"archive page query (ie. taxonomy term, sort order, date based, search query, "
"etc.)."
msgstr ""
#: lib/messages-info-meta.php:46
msgid ""
"The Schema ItemList type can also be selected for a parent page with child "
"pages."
msgstr ""
#: lib/messages-info-meta.php:48
msgid ""
"Schema ItemList markup without elements (ie. an archive page without posts "
"or a parent page without children) is considered invalid by Google."
msgstr ""
#: lib/messages-info-meta.php:62
msgid ""
"The Schema Question document name / title is a summary of the question, the "
"description is a summary of the answer, and the full text is the complete "
"answer."
msgstr ""
#: lib/messages-info-meta.php:72
msgid ""
"The Schema Question type can be a child page of a Schema FAQPage parent, or "
"assigned to a Schema FAQPage taxonomy term."
msgstr ""
#: lib/messages-info-meta.php:73
msgid ""
"Note that using the %1$s add-on is often the easiest and preferred way to "
"manage FAQ groups and Question pages."
msgstr ""
#: lib/messages-info-meta.php:96
msgid "Schema FAQPage markup is a collection of Questions and Answers."
msgstr ""
#: lib/messages-info-meta.php:98
msgid ""
"WordPress manages related singular content, like Questions and Answers, in "
"two different ways:"
msgstr ""
#: lib/messages-info-meta.php:100
msgid ""
"A Schema FAQPage can be a parent page with Schema Question child pages, or a "
"taxonomy term (ie. categories, tags or custom taxonomies) with Schema "
"Question pages assigned to that term."
msgstr ""
#: lib/messages-info-meta.php:102
msgid ""
"Note that using the %1$s add-on is the easiest and preferred way to manage "
"FAQ pages and its associated question pages."
msgstr ""
#: lib/messages-info-meta.php:117
msgid ""
"Google requires that Schema QAPage markup include one or more user submitted "
"and upvoted answers."
msgstr ""
#: lib/messages-info-meta.php:119
msgid ""
"The Schema QAPage document name / title is a summary of the question, and "
"the full text is the complete question."
msgstr ""
#: lib/messages-info-meta.php:140
msgid "All social sites (except for LinkedIn) read Open Graph meta tags."
msgstr ""
#: lib/messages-info-meta.php:142
msgid ""
"The Facebook debugger allows you to validate Open Graph meta tags and "
"refresh Facebook's cache."
msgstr ""
#: lib/messages-info-meta.php:144
msgid ""
"The Facebook debugger is the most reliable validation tool for Open Graph "
"meta tags."
msgstr ""
#: lib/messages-info-meta.php:154
msgid ""
"The Facebook catalog microdata debug tool allows you to validate the "
"structured data used to indicate key information about the items on your "
"website, such as their name, description and prices."
msgstr ""
#: lib/messages-info-meta.php:164
msgid ""
"Validate the HTML syntax and conformance of the AMP (aka Accelerated Mobile "
"Pages) webpage."
msgstr ""
#: lib/messages-info-meta.php:168
msgid ""
"Note that an AMP plugin is required to create AMP webpages for WordPress."
msgstr ""
#: lib/messages-info-meta.php:179
msgid ""
"Analyzes the webpage content and suggests ways to make the webpage faster "
"for better ranking in search results."
msgstr ""
#: lib/messages-info-meta.php:189
msgid ""
"Check the webpage structured data markup for <a href=\"%s\">Google Rich "
"Result types</a> (Job posting, Product, Recipe, etc.)."
msgstr ""
#: lib/messages-info-meta.php:189 lib/messages-info-meta.php:223
msgid ""
"https://developers.google.com/search/docs/appearance/structured-data/search-"
"gallery"
msgstr ""
#: lib/messages-info-meta.php:191
msgid ""
"To test and validate Schema markup beyond the limited subset of Google Rich "
"Result types, use the Schema Markup Validator."
msgstr ""
#: lib/messages-info-meta.php:201
msgid "Refresh LinkedIn's cache and validate the webpage oEmbed data."
msgstr ""
#: lib/messages-info-meta.php:211
msgid ""
"Validate Rich Pin markup and submit a request to show Rich Pin markup in "
"zoomed pins."
msgstr ""
#: lib/messages-info-meta.php:221
msgid ""
"Validate the webpage Schema JSON-LD, Microdata and RDFa structured data "
"markup."
msgstr ""
#: lib/messages-info-meta.php:223
msgid ""
"This tool provides additional validation for Schema types beyond the limited "
"subset of <a href=\"%s\">Google Rich Result types</a>."
msgstr ""
#: lib/messages-info-meta.php:233
msgid ""
"The X (Twitter) Card validator does not (currently) accept query arguments - "
"paste the following URL in the X (Twitter) Card validator \"Card URL\" input "
"field:"
msgstr ""
#: lib/messages-info-meta.php:243
msgid ""
"Validate the HTML syntax and HTML 5 conformance of your meta tags and theme "
"templates."
msgstr ""
#: lib/messages-info-meta.php:245
msgid ""
"Validating your theme templates is important - theme templates with serious "
"errors can prevent social and search crawlers from understanding the webpage "
"structure."
msgstr ""
#: lib/messages-info-meta.php:257
msgid "Activate an AMP plugin to create and validate AMP pages."
msgstr ""
#: lib/messages-info-meta.php:266 lib/messages.php:1121 lib/messages.php:1370
msgid "Schema markup is disabled."
msgstr ""
#: lib/messages-info-meta.php:290 lib/messages-info-meta.php:336
msgid ""
"You can edit images in the <a href=\"%s\">WordPress Media Library</a> to "
"select a preferred image cropping area (ie. top or bottom) and optimize the "
"image SEO information."
msgstr ""
#: lib/messages-info-meta.php:294
msgid ""
"Note that the Schema CreativeWork type (and its sub-types) has a 'video' "
"property for VideoObject markup, but other Schema types (like Event, Job "
"Posting, Place, Product, and Brand) do not have a 'video' property."
msgstr ""
#: lib/messages-info-meta.php:296
msgid ""
"In these cases - assuming the video(s) are about the content subject - they "
"will be added to a 'subjectOf' property instead."
msgstr ""
#: lib/messages-info-meta.php:313
msgid ""
"The robots meta tag lets you utilize a granular, webpage-specific approach "
"to controlling how an individual webpage should be indexed and served to "
"users in Google Search results."
msgstr ""
#: lib/messages-info-meta.php:332
msgid ""
"The example image container uses the minimum recommended Facebook image "
"dimensions of %s."
msgstr ""
#: lib/messages-info-meta.php:349
msgid "oEmbed HTML provided by the <code>%s</code> template."
msgstr ""
#: lib/messages-info-meta.php:352
msgid ""
"You may use the <code>%s</code> filter to modify the oEmbed template file "
"path."
msgstr ""
#: lib/messages-info.php:60
msgid ""
"After purchasing a %1$s license pack, you will receive an email with "
"installation instructions and your unique Authentication ID for that license "
"pack."
msgstr ""
#: lib/messages-info.php:64
msgid ""
"As mentioned in the installation instructions, don't forget that the %1$s "
"add-on must be active to enable %2$s features and get %2$s updates."
msgstr ""
#: lib/messages-info.php:82
msgid ""
"After purchasing a %1$s license pack, you will receive an email with %2$s "
"installation instructions and your unique Authentication ID for the license "
"pack."
msgstr ""
#: lib/messages-info.php:84
msgid ""
"You may enter the Authentication ID in this settings page to define a value "
"for all sites within the network, or enter the Authentication ID "
"individually in each site's %1$s settings page."
msgstr ""
#: lib/messages-info.php:86
msgid ""
"If you enter an Authentication ID in this settings page, make sure you have "
"purchased enough licenses for all sites within the network - for example, to "
"license the %1$s plugin for 10 sites, you would need an Authentication ID "
"for a 10 license pack or better."
msgstr ""
#: lib/messages-info.php:90
msgid ""
"WordPress uses the default blog (ie. BLOG_ID_CURRENT_SITE) to manage updates "
"in the network admin interface, which means the default blog must be "
"licensed to install %1$s updates."
msgstr ""
#: lib/messages-info.php:92
msgid ""
"To update the %1$s plugin, make sure the %2$s add-on is active on the "
"default blog, and the default blog is licensed."
msgstr ""
#. translators: Please ignore - translation uses a different text domain.
#: lib/messages-info.php:103 lib/users/add-person.php:177
msgid "Contact Info"
msgstr ""
#: lib/messages-info.php:110
msgid ""
"These options allow you to customize contact fields shown in the \"%1$s\" "
"section of <a href=\"%2$s\">the user profile page</a>."
msgstr ""
#: lib/messages-info.php:112
msgid ""
"Contact information from the user profile can be included in meta tags and "
"Schema markup."
msgstr ""
#: lib/messages-info.php:114 lib/messages-tooltip.php:718
msgid ""
"You should not modify the <em>%s</em> column unless you have a <em>very</em> "
"good reason to do so."
msgstr ""
#: lib/messages-info.php:116 lib/messages-tooltip.php:726
msgid ""
"The %s column is for display purposes only and can be changed as you wish."
msgstr ""
#: lib/messages-info.php:122
msgid ""
"Do not enter your contact information here – these options are for "
"contact field ids and labels only."
msgstr ""
#: lib/messages-info.php:124
msgid ""
"Enter your personal contact information in <a href=\"%s\">the user profile "
"page</a>."
msgstr ""
#. translators: Please ignore - translation uses a different text domain.
#: lib/messages-info.php:137
msgid "About Yourself"
msgstr ""
#: lib/messages-info.php:142
msgid ""
"These options allow you to customize additional fields shown in the \"%1$s\" "
"section of <a href=\"%2$s\">the user profile page</a>."
msgstr ""
#: lib/messages-info.php:144
msgid ""
"This additional user profile information can be included in meta tags and "
"Schema markup."
msgstr ""
#: lib/messages-info.php:154
msgid ""
"These options allow you to customize product attribute names (aka attribute "
"labels) that %s can use to request additional product information from your "
"e-commerce plugin."
msgstr ""
#: lib/messages-info.php:156
msgid ""
"Note that these are product attribute names that you can create in your e-"
"commerce plugin and not their values."
msgstr ""
#: lib/messages-info.php:160
msgid ""
"Do not enter product attribute values here – these options are for "
"product attribute names only."
msgstr ""
#: lib/messages-info.php:164
msgid ""
"You can create the following product attribute names and enter their "
"corresponding values in your e-commerce plugin."
msgstr ""
#. translators: Please ignore - translation uses a different text domain.
#: lib/messages-info.php:174
msgid "Used for variations"
msgstr ""
#: lib/messages-info.php:178 lib/messages-info.php:225
msgid "An active WooCommerce plugin has been detected."
msgstr ""
#: lib/messages-info.php:182
msgid ""
"See the %s documentation for information on creating and managing product "
"attributes in WooCommerce."
msgstr ""
#: lib/messages-info.php:182
msgid "Managing Product Categories, Tags and Attributes"
msgstr ""
#: lib/messages-info.php:184
msgid ""
"Note that WooCommerce creates a selector on the purchase page for product "
"attributes used for variations."
msgstr ""
#: lib/messages-info.php:186
msgid ""
"Using the WooCommerce \"%s\" option may not be suitable for unique product "
"IDs (like GTIN, ISBN, and MPN)."
msgstr ""
#: lib/messages-info.php:203
msgid ""
"These options allow you to customize the custom field names (aka metadata "
"names) that %s can read to get additional information about the content."
msgstr ""
#: lib/messages-info.php:205
msgid ""
"Custom fields are often used by plugins and themes to store additional data, "
"but can also be created manually using the WordPress Custom Fields metabox "
"(enabled in the block editor preferences)."
msgstr ""
#: lib/messages-info.php:207
msgid ""
"Custom field names and their values (for comments, posts, terms, and/or "
"users) can be <a href=\"%s\">shown by activating these plugins</a>."
msgstr ""
#: lib/messages-info.php:209
msgid ""
"Developers should note that the %1$s filters are applied before the %2$s and "
"%3$s filters."
msgstr ""
#: lib/messages-info.php:213
msgid ""
"Do not enter custom field values here – these options are for custom "
"field names only."
msgstr ""
#: lib/messages-info.php:217
msgid ""
"Use the following custom field names when creating custom fields for your "
"posts, pages, and custom post types."
msgstr ""
#: lib/messages-info.php:229
msgid ""
"Note that product attributes from WooCommerce have precedence over custom "
"field values."
msgstr ""
#: lib/messages-info.php:231
msgid ""
"We suggest using a supported third-party plugin to manage Brand, GTIN, ISBN, "
"and MPN values for variations."
msgstr ""
#. translators: %1$s is "link rel canonical", %2$s is "meta name description",
#. and %3$s is "meta name robots".
#: lib/messages-info.php:247
msgid ""
"Note that the %1$s, %2$s, and %3$s tags are disabled automatically if "
"another known SEO plugin is detected."
msgstr ""
#: lib/messages-info.php:263
msgid ""
"%s and WordPress create image files for social sites and search engines "
"based on the following image dimensions and crop settings."
msgstr ""
#: lib/messages-info.php:265
msgid ""
"Image sizes that use the same dimensions and crop settings will create just "
"one image file."
msgstr ""
#: lib/messages-info.php:267
msgid ""
"The default dimensions and crop settings from %1$s create only %2$s image "
"files from an original full size image (provided the original image is large "
"enough or image upscaling has been enabled)."
msgstr ""
#: lib/messages-info.php:267
msgid "five"
msgstr ""
#: lib/messages-info.php:269
msgid "You can reload the default image sizes from the %s settings page."
msgstr ""
#: lib/messages-tooltip-meta-contact.php:33
msgid "A name for this contact point (required)."
msgstr ""
#: lib/messages-tooltip-meta-contact.php:39
msgid "An alternate name for this contact point."
msgstr ""
#: lib/messages-tooltip-meta-contact.php:45
msgid "A description for this contact point."
msgstr ""
#: lib/messages-tooltip-meta-contact.php:51
msgid ""
"You may optionally choose a more accurate Schema type for this contact point "
"(default is ContactPoint)."
msgstr ""
#: lib/messages-tooltip-meta-contact.php:57
msgid "An optional telephone number for this contact point."
msgstr ""
#: lib/messages-tooltip-meta-contact.php:63
msgid "An optional fax number for this contact point."
msgstr ""
#: lib/messages-tooltip-meta-contact.php:69
msgid "An optional email address for this contact point."
msgstr ""
#: lib/messages-tooltip-meta-contact.php:84
msgid "An optional street address for this contact point."
msgstr ""
#: lib/messages-tooltip-meta-contact.php:90
msgid "An optional post office box number for this contact point."
msgstr ""
#: lib/messages-tooltip-meta-contact.php:96
msgid "An optional city name for this contact point."
msgstr ""
#: lib/messages-tooltip-meta-contact.php:102
msgid "An optional state or province name for this contact point."
msgstr ""
#: lib/messages-tooltip-meta-contact.php:108
msgid "An optional postal or zip code for this contact point."
msgstr ""
#: lib/messages-tooltip-meta-contact.php:114
msgid "An optional country for this contact point."
msgstr ""
#: lib/messages-tooltip-meta-contact.php:120
msgid "Select the days and hours that this contact point is open."
msgstr ""
#: lib/messages-tooltip-meta-contact.php:126
msgid ""
"If this contact point is open seasonally, select the open and close dates of "
"the season."
msgstr ""
#: lib/messages-tooltip-meta-opengraph.php:35
msgid ""
"Select a document Schema type that best describes the main content of this "
"webpage."
msgstr ""
#: lib/messages-tooltip-meta-opengraph.php:37
#: lib/messages-tooltip-meta-opengraph.php:47
msgid ""
"The Schema type option offers a much larger selection of types than the Open "
"Graph type, and the Open Graph type may reflect the Schema type selected "
"(the Open Graph type option will be disabled in this case)."
msgstr ""
#: lib/messages-tooltip-meta-opengraph.php:39
#: lib/messages-tooltip-meta-opengraph.php:49
msgid ""
"As an example, a Schema type of \"Article\" will change the Open Graph type "
"to \"article\", a Schema type of \"Place\" will change the Open Graph type "
"to \"place\", a Schema type of \"Product\" will change the Open Graph type "
"to \"product\", etc."
msgstr ""
#: lib/messages-tooltip-meta-opengraph.php:45
msgid ""
"Select a document Facebook / Open Graph type that best describes the main "
"content of this webpage."
msgstr ""
#: lib/messages-tooltip-meta-opengraph.php:51
msgid ""
"Note that for social sharing purposes, the document Open Graph type must be "
"\"article\", \"place\", \"product\", or \"website\"."
msgstr ""
#: lib/messages-tooltip-meta-opengraph.php:57
msgid "A customized title for the Facebook / Open Graph %s meta tag."
msgstr ""
#: lib/messages-tooltip-meta-opengraph.php:59
#: lib/messages-tooltip-meta-schema.php:40
msgid "The default value is inherited from the SEO title."
msgstr ""
#: lib/messages-tooltip-meta-opengraph.php:61
#: lib/messages-tooltip-meta-opengraph.php:71
#: lib/messages-tooltip-meta-product.php:87
#: lib/messages-tooltip-meta-schema.php:42
#: lib/messages-tooltip-meta-schema.php:52
#: lib/messages-tooltip-meta-schema.php:62
#: lib/messages-tooltip-meta-schema.php:72
#: lib/messages-tooltip-meta-schema.php:80
#: lib/messages-tooltip-meta-schema.php:120
#: lib/messages-tooltip-meta-schema.php:130 lib/messages-tooltip-meta.php:176
#: lib/messages-tooltip-meta.php:186 lib/messages-tooltip-meta.php:237
#: lib/messages-tooltip-meta.php:244
msgid ""
"You may use the <code>%1$s</code> and/or <code>%2$s</code> filters to modify "
"the default and custom values respectively."
msgstr ""
#: lib/messages-tooltip-meta-opengraph.php:67
msgid "A customized description for the Facebook / Open Graph %s meta tag."
msgstr ""
#: lib/messages-tooltip-meta-opengraph.php:69
#: lib/messages-tooltip-meta-schema.php:70
msgid "The default value is inherited from the SEO description."
msgstr ""
#: lib/messages-tooltip-meta-opengraph.php:77
msgid "Select the preferred cropping (ie. main subject) area of the image."
msgstr ""
#: lib/messages-tooltip-meta-opengraph.php:83
msgid ""
"A customized image ID to include first, before any featured, attached, or "
"content images."
msgstr ""
#: lib/messages-tooltip-meta-opengraph.php:85
#: lib/messages-tooltip-meta-schema.php:1115 lib/messages-tooltip-meta.php:76
#: lib/messages-tooltip-meta.php:200 lib/messages-tooltip-opengraph.php:128
msgid "This option is disabled if a custom image URL is entered."
msgstr ""
#: lib/messages-tooltip-meta-opengraph.php:91
msgid ""
"A customized image URL (instead of an image ID) to include first, before any "
"featured, attached, or content images."
msgstr ""
#: lib/messages-tooltip-meta-opengraph.php:93
msgid ""
"Make sure your custom image is large enough or it may be ignored by social "
"website(s)."
msgstr ""
#: lib/messages-tooltip-meta-opengraph.php:97
#: lib/messages-tooltip-meta-schema.php:1123 lib/messages-tooltip-meta.php:86
#: lib/messages-tooltip-meta.php:211 lib/messages-tooltip-opengraph.php:145
msgid "This option is disabled if a custom image ID is selected."
msgstr ""
#: lib/messages-tooltip-meta-opengraph.php:103
msgid ""
"Video embed HTML code (ie. figure, iframe, or embed HTML code) for the first "
"video included in the meta tags and Schema JSON-LD markup."
msgstr ""
#: lib/messages-tooltip-meta-opengraph.php:105
#: lib/messages-tooltip-meta-opengraph.php:113
msgid ""
"If the video is from a recognized external video service, an API connection "
"will be made to retrieve additional information about the video."
msgstr ""
#: lib/messages-tooltip-meta-opengraph.php:111
msgid ""
"A video URL for the first video included in the meta tags and Schema JSON-LD "
"markup."
msgstr ""
#: lib/messages-tooltip-meta-opengraph.php:122
msgid ""
"The %s video APIs can include additional information about a video (ie. "
"name / title, description, dimensions, stream URL, etc.), provided that this "
"information is available from the video service API, or the information has "
"been entered here manually."
msgstr ""
#: lib/messages-tooltip-meta-opengraph.php:130
msgid ""
"The stream URL should be a publicly available URL to the video file (mkv, "
"mp4, etc.) or video data stream (not an HTML webpage)."
msgstr ""
#: lib/messages-tooltip-meta-opengraph.php:132
msgid ""
"The stream URL will be used for the Schema contentUrl property value in the "
"Schema VideoObject markup."
msgstr ""
#: lib/messages-tooltip-meta-org.php:33
msgid "A name for this organization (required)."
msgstr ""
#: lib/messages-tooltip-meta-org.php:39
msgid "An alternate name for this organization."
msgstr ""
#: lib/messages-tooltip-meta-org.php:45
msgid "A description for this organization."
msgstr ""
#: lib/messages-tooltip-meta-org.php:51
msgid ""
"You may choose a more accurate Schema type for this organization (default is "
"Organization)."
msgstr ""
#: lib/messages-tooltip-meta-org.php:53
msgid ""
"Note that Google considers a Schema Organization sub-type, which is also a "
"Schema Place sub-type like <a href=\"%s\">Schema LocalBusiness</a> for "
"example, as a place and not an organization."
msgstr ""
#: lib/messages-tooltip-meta-org.php:55
msgid ""
"For this reason, the Schema Organization selector does not include any "
"Schema Place sub-types."
msgstr ""
#: lib/messages-tooltip-meta-org.php:61
msgid ""
"You may choose this organization as the default publisher, provider, etc."
msgstr ""
#: lib/messages-tooltip-meta-org.php:67 lib/messages-tooltip-site.php:106
msgid "Select an optional location for this organization."
msgstr ""
#: lib/messages-tooltip-meta-org.php:73
msgid "The website URL for this organization."
msgstr ""
#: lib/messages-tooltip-meta-org.php:91
msgid ""
"A document describing the editorial principles of an Organization that "
"relate to their activities as a publisher."
msgstr ""
#: lib/messages-tooltip-meta-org.php:97
msgid ""
"A statement describing (in news media, the newsroom's) disclosure and "
"correction policy for errors."
msgstr ""
#: lib/messages-tooltip-meta-org.php:103
msgid ""
"A statement describing (in news media, the newsroom's) diversity policy on "
"both staffing and sources."
msgstr ""
#: lib/messages-tooltip-meta-org.php:109
msgid ""
"A statement describing the personal, organizational, and corporate standards "
"of behavior expected by the organization."
msgstr ""
#: lib/messages-tooltip-meta-org.php:115
msgid ""
"A statement describing verification and fact-checking processes for a news "
"media organization or other fact-checking organization."
msgstr ""
#: lib/messages-tooltip-meta-org.php:121
msgid ""
"A statement about public engagement activities (for news media, the "
"newsroom's), including involving the public - digitally or otherwise - in "
"coverage decisions, reporting and activities after publication."
msgstr ""
#: lib/messages-tooltip-meta-org.php:127
msgid ""
"A contact point - for example, a customer service department or mailing "
"address."
msgstr ""
#: lib/messages-tooltip-meta-org.php:133
msgid "Awards this organization has won."
msgstr ""
#: lib/messages-tooltip-meta-org.php:139
msgid ""
"A list of offer catalogs for this organization, including the catalog name, "
"description and URL."
msgstr ""
#: lib/messages-tooltip-meta-org.php:175
msgid "A link to the masthead page or a page listing top editorial management."
msgstr ""
#: lib/messages-tooltip-meta-org.php:181
msgid ""
"A statement on coverage priorities, including any public agenda or stance on "
"issues."
msgstr ""
#: lib/messages-tooltip-meta-org.php:187 lib/messages-tooltip-meta-org.php:193
msgid ""
"A statement about policy on use of unnamed sources and the decision process "
"required."
msgstr ""
#: lib/messages-tooltip-meta-place.php:33
msgid "A name for this place (required)."
msgstr ""
#: lib/messages-tooltip-meta-place.php:39
msgid "An alternate name for this place."
msgstr ""
#: lib/messages-tooltip-meta-place.php:45
msgid "A description for this place."
msgstr ""
#: lib/messages-tooltip-meta-place.php:51
msgid ""
"You may optionally choose a more accurate Schema type for this place "
"(default is LocalBusiness)."
msgstr ""
#: lib/messages-tooltip-meta-place.php:57
msgid ""
"You may choose this place as the default event venue, job location, etc."
msgstr ""
#: lib/messages-tooltip-meta-place.php:63
msgid ""
"An image of this place (ie. an image of the business storefront or location)."
msgstr ""
#: lib/messages-tooltip-meta-place.php:65
msgid ""
"The image you select should show the physical location of this place (ie. of "
"the latitude and longitude entered)."
msgstr ""
#: lib/messages-tooltip-meta-place.php:67
msgid "This option is disabled if a place image URL is entered."
msgstr ""
#: lib/messages-tooltip-meta-place.php:73
msgid ""
"You can enter a place image URL (including the http/https prefix) instead of "
"selecting an image ID."
msgstr ""
#: lib/messages-tooltip-meta-place.php:75
#: lib/messages-tooltip-opengraph.php:139
msgid ""
"The image URL option allows you to choose an image outside of the WordPress "
"Media Library and/or a smaller logo style image."
msgstr ""
#: lib/messages-tooltip-meta-place.php:77
msgid "This option is disabled if a place image ID is selected."
msgstr ""
#: lib/messages-tooltip-meta-place.php:83
msgid "The numeric decimal degrees latitude for this place (required)."
msgstr ""
#: lib/messages-tooltip-meta-place.php:85
#: lib/messages-tooltip-meta-place.php:93
#: lib/messages-tooltip-meta-schema.php:1025
#: lib/messages-tooltip-meta-schema.php:1033
msgid ""
"You may use a service like <a href=\"http://www.gps-coordinates.net/"
"\">Google Maps GPS Coordinates</a> (as an example), to find the approximate "
"GPS coordinates of a street address."
msgstr ""
#: lib/messages-tooltip-meta-place.php:91
msgid "The numeric decimal degrees longitude for this place (required)."
msgstr ""
#: lib/messages-tooltip-meta-place.php:99
msgid ""
"An optional numeric altitude (in meters above sea level) for this place."
msgstr ""
#: lib/messages-tooltip-meta-place.php:105
msgid "A timezone for the open and close hours of this place."
msgstr ""
#: lib/messages-tooltip-meta-place.php:107
msgid "The default timezone value is provided by WordPress."
msgstr ""
#: lib/messages-tooltip-meta-place.php:113
msgid "An optional telephone number for this place."
msgstr ""
#: lib/messages-tooltip-meta-place.php:119
msgid "An optional fax number for this place."
msgstr ""
#: lib/messages-tooltip-meta-place.php:134
msgid "An optional street address for this place."
msgstr ""
#: lib/messages-tooltip-meta-place.php:140
msgid "An optional post office box number for this place."
msgstr ""
#: lib/messages-tooltip-meta-place.php:146
msgid "An optional city name for this place."
msgstr ""
#: lib/messages-tooltip-meta-place.php:152
msgid "An optional state or province name for this place."
msgstr ""
#: lib/messages-tooltip-meta-place.php:158
msgid "An optional postal or zip code for this place."
msgstr ""
#: lib/messages-tooltip-meta-place.php:164
msgid "An optional country for this place."
msgstr ""
#: lib/messages-tooltip-meta-place.php:173
msgid "Select the days and hours that this place is open."
msgstr ""
#: lib/messages-tooltip-meta-place.php:179
msgid ""
"If this place is open seasonally, select the open and close dates of the "
"season."
msgstr ""
#: lib/messages-tooltip-meta-place.php:185
msgid ""
"A comma-delimited list of <a href=\"%1$s\">ISO 4217 currency codes</a> "
"accepted by the local business (example: %2$s)."
msgstr ""
#: lib/messages-tooltip-meta-place.php:191
msgid ""
"A comma-delimited list of payment options accepted by the local business "
"(example: Cash, Credit Card)."
msgstr ""
#: lib/messages-tooltip-meta-place.php:197
msgid ""
"The relative price of goods or services provided by the local business "
"(example: $, $$, $$$, or $$$$)."
msgstr ""
#: lib/messages-tooltip-meta-place.php:203
msgid "This food establishment accepts reservations."
msgstr ""
#: lib/messages-tooltip-meta-place.php:209
msgid "The menu URL for this food establishment."
msgstr ""
#: lib/messages-tooltip-meta-place.php:215
msgid "The cuisine served by this food establishment."
msgstr ""
#: lib/messages-tooltip-meta-place.php:221
msgid ""
"A comma-delimited list of website and mobile app URLs to order products."
msgstr ""
#: lib/messages-tooltip-meta-place.php:223
msgid ""
"These order action URL(s) will be used in the Schema potentialAction "
"property."
msgstr ""
#: lib/messages-tooltip-meta-product.php:38
msgid "Awards this product has won."
msgstr ""
#: lib/messages-tooltip-meta-product.php:40
#: lib/messages-tooltip-meta-product.php:94
#: lib/messages-tooltip-meta-schema.php:94
#: lib/messages-tooltip-meta-schema.php:109
msgid "You may use the <code>%s</code> filter to modify the custom values."
msgstr ""
#. translators: %1$s is a lower case item name, for example 'product Google
#. category'.
#: lib/messages-tooltip-meta-product.php:57
#: lib/messages-tooltip-meta-schema.php:208
msgid ""
"A custom value for the %1$s, which may be different than the %2$s option "
"value."
msgstr ""
#: lib/messages-tooltip-meta-product.php:59
#: lib/messages-tooltip-meta-schema.php:211
msgid "Select \"[None]\" to exclude the %s from Schema markup and meta tags."
msgstr ""
#. translators: %s is a singular item reference, for example 'a product size
#. group'.
#: lib/messages-tooltip-meta-product.php:64
msgid "A custom value for the %s can be provided for the main product."
msgstr ""
#: lib/messages-tooltip-meta-product.php:66
msgid ""
"If product variations are available, the information from each variation may "
"supersede this value in Schema product offers."
msgstr ""
#. translators: %s is the option label.
#: lib/messages-tooltip-meta-product.php:69
msgid ""
"The <strong>%s</strong> option may be read-only if a custom field or e-"
"commerce plugin is the authoritative source for this value."
msgstr ""
#: lib/messages-tooltip-meta-product.php:71
msgid ""
"In this case, you should update the product information in the custom field "
"or e-commerce plugin to update this value."
msgstr ""
#. translators: %1$s is a webpage URL and %2$s is a singular item reference,
#. for example 'a product size'.
#. translators: %1$s is a webpage URL and %2$s is a singular item reference,
#. for example 'a product Google category'.
#. translators: %1$s is a webpage URL and %2$s is a singular item reference,
#. for example 'a product Google category'.
#. translators: %1$s is a webpage URL and %2$s is a singular item reference,
#. for example 'a product Google category'.
#: lib/messages-tooltip-meta-product.php:77
#: lib/messages-tooltip-meta-schema.php:217
#: lib/messages-tooltip-meta-schema.php:792 lib/messages-tooltip-plugin.php:847
#: lib/messages-tooltip-plugin.php:887 lib/messages-tooltip-schema.php:179
#: lib/messages-tooltip-schema.php:381
msgid ""
"<a href=\"%1$s\">See this webpage for more information about choosing %2$s "
"value</a>."
msgstr ""
#: lib/messages-tooltip-meta-product.php:82
msgid ""
"Note that the %s value is automatically inherited as a default value by any "
"child pages (like WooCommerce product variations, for example)."
msgstr ""
#: lib/messages-tooltip-meta-product.php:91
msgid "You may use the <code>%s</code> filter to modify the default values."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:38
msgid "A customized name (aka title) for the Schema \"name\" property."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:48
msgid ""
"A customized alternate name (aka title) for the Schema \"alternateName\" "
"property."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:50
msgid "The default value is inherited from the Schema name or SEO title."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:58
msgid "A short title used for the Schema and/or HTML breadcrumb item name."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:60
msgid ""
"The default value is inherited from the Schema alternate name, Schema name, "
"or SEO title."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:68
msgid "A customized description for the Schema \"description\" property."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:78
msgid "The language (aka locale) of this webpage."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:88
msgid ""
"Additional microdata type URL(s) for the content, typically used to specify "
"more precise type(s) from an external vocabulary."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:90
msgid ""
"For example, an additional microdata type URL for a Schema Product type "
"could be %1$s (see %2$s for more examples)."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:90
msgid ""
"<a href=\"http://www.productontology.org/\">The Product Types Ontology</a>"
msgstr ""
#: lib/messages-tooltip-meta-schema.php:103
msgid ""
"Additional webpage reference URL(s) that unambiguously indicates the "
"content's identity."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:105
msgid ""
"For example, the URL for the content subject's Wikipedia page, Wikidata "
"entry, IMDB page, official website, etc."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:116
msgid "The headline for this creative work."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:118
msgid ""
"The default value is inherited from the Schema name, alternate name, or the "
"SEO title."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:126
msgid "The complete textual and searchable content for this creative work."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:128
msgid ""
"The default value is the current object (for example, the post/page) content "
"text with shortcodes and blocks expanded and HTML removed."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:136
msgid ""
"A comma delimited list of keywords or tags describing the creative work."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:142
msgid "The content of this creative work is family friendly."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:148
msgid ""
"The year during which the claimed copyright was first asserted for this "
"creative work."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:154
msgid "A license document URL that applies to this creative work."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:161
msgid "A publisher for this creative work."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:168
#: lib/messages-tooltip-meta-schema.php:987
msgid "A service provider, service operator, or service performer."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:175
msgid ""
"A funder that supports (sponsors) this creative work through somekind of "
"financial contribution."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:181
msgid "URLs to other creative works that this content is a part of."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:187
msgid "Awards this creative work has won."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:193
msgid ""
"Reference citations to creative works, such as other publications, web "
"pages, scholarly articles, etc."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:195
msgid ""
"You can find <a href=\"%1$s\">information on writing citations from Google</"
"a> or one of many articles on <a href=\"%2$s\">How to Make a Citation in "
"MLA, APA, and Chicago/Turabian</a>."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:196
msgid "https://www.google.com/search?q=how+to+write+a+citation"
msgstr ""
#: lib/messages-tooltip-meta-schema.php:197
msgid "https://www.bibliography.com/how-to/how-to-make-a-citation/"
msgstr ""
#: lib/messages-tooltip-meta-schema.php:223
msgid ""
"Note that the %s value is automatically inherited as a default value by any "
"child pages."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:231
msgid "The estimated reading time (in minutes) for this article."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:233
msgid ""
"A value of 0 minutes excludes the estimated reading time from Schema markup "
"and meta tags."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:243
#: lib/messages-tooltip-meta-schema.php:850
msgid "The creative work author can be a person or an organization."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:249
#: lib/messages-tooltip-meta-schema.php:856
msgid "Enter the name of the author for this creative work."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:255
#: lib/messages-tooltip-meta-schema.php:862
msgid ""
"The home page of the author, or another definitive URL that provides "
"information about the author, such as the person or organization's Wikipedia "
"or Wikidata page."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:261
#: lib/messages-tooltip-meta-schema.php:868
msgid ""
"The date when this creative work was published or entered public discourse."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:267
#: lib/messages-tooltip-meta-schema.php:874
msgid "The date when this creative work was created."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:273
msgid "The edition of the book."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:279
msgid "The publication format of the book."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:285
msgid "The number of pages in the book."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:291
msgid "The ISBN code (aka International Standard Book Number) of the book."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:297
msgid ""
"One or more offers for the book, including the offer name, price and "
"currency."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:303
msgid "The total duration of the audio book."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:317
msgid "The language (aka locale) for the event performance."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:323
msgid ""
"Select if the event occurs online, offline at a physical location, or a mix "
"of both online and offline."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:329
msgid "An online or virtual location URL to attend the event."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:335
msgid "Select a physical venue for the event."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:342
msgid "Select a performer for the event."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:349
msgid "Select an organizer for the event."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:356
msgid ""
"Select a funder that supports (sponsors) the event through somekind of "
"financial contribution."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:371
msgid "Select the event status (default is Scheduled)."
msgstr ""
#. translators: %s is the "Cancelled" event status.
#: lib/messages-tooltip-meta-schema.php:374
msgid "If you select %s, do not change the original event start date."
msgstr ""
#. translators: %s is the "Postponed" event status.
#: lib/messages-tooltip-meta-schema.php:378
msgid ""
"If you select %s (but the rescheduled date isn't known yet), do not change "
"the original event start date."
msgstr ""
#. translators: %s is the "Rescheduled" event status.
#: lib/messages-tooltip-meta-schema.php:382
msgid ""
"If you select %s, update the previous start date option, then change the "
"original start and end dates."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:389
msgid "Select the event start date and time."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:395
msgid "Select the event end date and time."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:401
msgid ""
"The previously scheduled start date for the event, if the event has been "
"rescheduled."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:407
msgid ""
"One or more offers for the event, including the offer name, price and "
"currency."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:413
#: lib/messages-tooltip-meta-schema.php:1005
msgid "The date and time when tickets go on sale."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:419
#: lib/messages-tooltip-meta-schema.php:1011
msgid "The date and time when tickets are no longer on sale."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:433
msgid ""
"A list of steps for this How-To, including the How-To step name and "
"(optional) longer How-To step description."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:435
msgid ""
"You can also (optionally) define How-To sections to group individual steps "
"together."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:441
msgid "A list of supplies that are consumed when completing this How-To."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:447
msgid "A list of tools or objects that are required to complete this How-To."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:453
msgid ""
"The total time it takes to prepare the items before executing the "
"instruction steps."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:459
msgid ""
"The total time required to perform the all instructions (including any "
"preparation time)."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:465
msgid ""
"The quantity made when following these How-To instructions (example: \"a "
"paper airplane\", \"10 personalized candles\", etc.)."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:479
msgid ""
"The title of this job, which may be different than the WordPress post/page "
"title."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:485
msgid "Select a organization for the Schema JobPosting hiring organization."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:491
msgid "Select a location for the Schema JobPosting job location."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:497
msgid ""
"Select an optional Google approved location type (see <a href=\"%s"
"\">Google's Job Posting guidelines</a> for more information)."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:503
msgid "Optionally provide details on the base salary."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:505
msgid "The base salary must be numeric, like 120000, 50.00, etc."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:507
msgid ""
"Do not use spaces, commas, or currency symbols, as these are not valid "
"numeric values."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:513
msgid ""
"Check one or more Google approved employment types (see <a href=\"%s"
"\">Google's Job Posting guidelines</a> for more information)."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:519
msgid "Select a job posting expiration date and time."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:521
msgid ""
"If a job posting never expires, or you do not know when the job will expire, "
"do not select an expiration date and time."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:540
msgid "The target education level for the learning resource."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:542
msgid "Select a country-specific education level or one of the generic values."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:548
msgid ""
"The predominant type or kind characterizing the learning resource (example: "
"\"Concept overview\", \"Problem walkthrough\", \"Real life example\", "
"\"Activity\", \"Experiment\", \"Lecture\", etc.)."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:562
msgid "The name of one or more actors appearing in the movie."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:568
msgid "The name of one or more directors of the movie."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:574
msgid "The principle production company or studio responsible for the movie."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:580
msgid "The date the movie was released."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:586
msgid "The total movie runtime from the start to the end of the credits."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:596
msgid "Select an organization for the Schema Organization markup."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:602
#: lib/messages-tooltip-meta-schema.php:618 lib/messages-tooltip-plugin.php:146
#: lib/submenu/tools.php:34 lib/user.php:67 lib/user.php:1879 lib/user.php:1970
#: lib/user.php:2084
msgctxt "user role"
msgid "Person"
msgstr ""
#: lib/messages-tooltip-meta-schema.php:604
msgid "Select a person for the Schema Person markup."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:606
#: lib/messages-tooltip-meta-schema.php:622
msgid ""
"A user must be member of the WordPress \"%s\" role to be included in this "
"list."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:612
msgid ""
"Select a place for the Schema Place markup, or enter custom place "
"information below."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:620
msgid "Select a person for the Schema ProfilePage markup."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:628
msgid "An optional heading / description of the question and it's answer."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:630
msgid ""
"If the question is part of a larger group of questions on the same subject, "
"then this would be an appropriate field to describe that subject (example: "
"\"QA about a Flying Toaster\" )."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:643
msgid ""
"The type of cuisine for this recipe (example: French, Indian, Italian, "
"Japanese, Thai, etc.)."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:649
msgid ""
"The course name for this recipe (example: Appetizer, Entrée, Main "
"Course / Main Dish, Dessert, Side-dish, etc.)."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:655
msgid ""
"The quantity or servings made by this recipe (example: \"5 servings\", "
"\"Serves 4-6\", \"Yields 10 burgers\", etc.)."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:661
msgid ""
"The cooking method used for this recipe (example: Baking, Frying, Steaming, "
"etc.)"
msgstr ""
#: lib/messages-tooltip-meta-schema.php:673
msgid "The total time it takes to cook this recipe."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:685
msgid ""
"A list of ingredients for this recipe (example: \"1 cup flour\", \"1 tsp salt"
"\", etc.)."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:691
msgid ""
"A list of instructions for this recipe, including the instruction name "
"(example: \"beat eggs\", \"add and mix flour\", etc.) and (optional) longer "
"instruction description."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:693
msgid ""
"You can also (optionally) define recipe instruction sections to group "
"individual instructions together."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:699
msgid ""
"The serving size in volume or mass. A serving size is required to include "
"nutrition information in the Schema recipe markup."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:705
msgid "The number of calories per serving."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:711
msgid "The number of grams of protein per serving."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:717
msgid "The number of grams of fiber per serving."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:723
msgid "The number of grams of carbohydrates per serving."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:729
msgid "The number of grams of sugar per serving."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:735
msgid "The number of milligrams of sodium per serving."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:741
msgid "The number of grams of fat per serving."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:747
msgid "The number of grams of saturated fat per serving."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:753
msgid "The number of grams of unsaturated fat per serving."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:759
msgid "The number of grams of trans fat per serving."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:765
msgid "The number of milligrams of cholesterol per serving."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:779
msgid ""
"A rating for the subject or item being reviewed, along with the low / high "
"rating scale (default is 1 to 5)."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:781
msgid ""
"If you are reviewing a claim, the following rating scale is used: 1 = False, "
"2 = Mostly false, 3 = Half true, 4 = Mostly true, 5 = True."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:789
msgid ""
"An alternate name for the rating value (example: False, Misleading, "
"Accurate, etc.)."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:799
msgid "A name for the subject or item being reviewed."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:805
msgid "A description for the subject or item being reviewed."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:811
msgid "An image ID showing the subject or item being reviewed."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:813
msgid "This option is disabled if a subject image URL is entered."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:819
msgid ""
"An image URL (instead of an image ID) showing the subject or item being "
"reviewed."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:821
msgid "This option is disabled if a subject image ID is selected."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:827
msgid "A webpage URL for the subject or item being reviewed."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:839
msgid ""
"A Schema type for the subject or item being reviewed (for example, Schema "
"Product type for the review of a product, Schema Book for the review of a "
"book, etc.)."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:841
msgid ""
"Although the Schema standard allows the subject of a review (aka the item "
"reviewed) to be any Schema type, <a href=\"%1$s\">Google only allows reviews "
"for a few specific Schema types (and their sub-types)</a>."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:883
msgid ""
"The ISBN code (aka International Standard Book Number) for the book being "
"reviewed."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:907
msgid "The brand name of the product being reviewed."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:913
msgid ""
"One or more offers for the product being reviewed, including the offer name, "
"price and currency."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:919
msgid "The SKU (aka Stock-Keeping Unit) of the product being reviewed."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:925
msgid "The MPN (aka Manufacturer Part Number) of the product being reviewed."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:934
msgid ""
"One or more offers for the software application being reviewed, including "
"the offer name, price and currency."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:943
msgid ""
"A short summary of specific claim(s) being reviewed in the Schema "
"ClaimReview content."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:945
msgid ""
"The summary should be less than 75 characters to minimize wrapping on mobile "
"devices."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:951
msgid "An optional webpage URL where this specific claim first appeared."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:993
msgid "Awards this service has won."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:999
msgid ""
"One or more offers for the service, including the offer name, price and "
"currency."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:1017
msgid ""
"A list of offer catalogs for this service, including the catalog name, "
"description and URL."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:1023
msgid "The numeric decimal degrees latitude for this service."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:1031
msgid "The numeric decimal degrees longitude for this service."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:1039
msgid ""
"The geographic area where a service is provided, in meters around a set of "
"latitude and longitude coordinates."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:1045
msgid ""
"An administrative area where a service is provided (ie. a school district, "
"city, state/province, or country)."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:1047
msgid ""
"One or more places, matching the Schema AdministrativeArea type or its sub-"
"types, can be selected as a service area."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:1061
msgid "Type of software application (example: %s, etc.)."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:1067
msgid "URL to download the binary, if the application can be downloaded"
msgstr ""
#: lib/messages-tooltip-meta-schema.php:1073
msgid "The operating system supported (example: %s, etc.)."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:1088
msgid ""
"Organizations that have reviewed the content on this web page for accuracy "
"and/or completeness."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:1094
msgid ""
"Persons that have reviewed the content on this web page for accuracy and/or "
"completeness."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:1100
msgid ""
"Date on which the content on this web page was last reviewed for accuracy "
"and/or completeness."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:1113
msgid ""
"A customized image ID to include first in the Schema meta tags and JSON-LD "
"markup."
msgstr ""
#: lib/messages-tooltip-meta-schema.php:1121
msgid ""
"A customized image URL (instead of an image ID) to include first in the "
"Schema meta tags and JSON-LD markup."
msgstr ""
#: lib/messages-tooltip-meta.php:64
msgid "A customized description for the Pinterest Pin It browser button."
msgstr ""
#: lib/messages-tooltip-meta.php:66 lib/messages-tooltip-meta.php:184
msgid "The default value is inherited from the social or SEO description."
msgstr ""
#: lib/messages-tooltip-meta.php:72
msgid "A customized image ID for the Pinterest Pin It browser button."
msgstr ""
#: lib/messages-tooltip-meta.php:74 lib/messages-tooltip-meta.php:84
msgid ""
"The default value is inherited from the Schema markup or priority image."
msgstr ""
#: lib/messages-tooltip-meta.php:82
msgid ""
"A customized image URL (instead of an image ID) for the Pinterest Pin It "
"browser button."
msgstr ""
#: lib/messages-tooltip-meta.php:107
msgid "Do not show a cached link in search results."
msgstr ""
#: lib/messages-tooltip-meta.php:116
msgid "Do not follow links on this webpage."
msgstr ""
#: lib/messages-tooltip-meta.php:125
msgid "Do not index images on this webpage."
msgstr ""
#: lib/messages-tooltip-meta.php:134
msgid "Do not show this webpage in search results."
msgstr ""
#: lib/messages-tooltip-meta.php:143
msgid "Do not show a text snippet or a video preview in search results."
msgstr ""
#: lib/messages-tooltip-meta.php:145
msgid ""
"Google may still show a static image thumbnail (if available) when it "
"determines that using an image provides a better user-experience."
msgstr ""
#: lib/messages-tooltip-meta.php:154
msgid "Do not offer translation of this webpage in search results."
msgstr ""
#: lib/messages-tooltip-meta.php:172
msgid "A customized title for the X (Twitter) Card title meta tag."
msgstr ""
#: lib/messages-tooltip-meta.php:174
msgid "The default value is inherited from the social or SEO title."
msgstr ""
#: lib/messages-tooltip-meta.php:182
msgid "A customized description for the X (Twitter) Card description meta tag."
msgstr ""
#: lib/messages-tooltip-meta.php:196
msgid "A customized image ID for the X (Twitter) Card image."
msgstr ""
#: lib/messages-tooltip-meta.php:198 lib/messages-tooltip-meta.php:209
msgid "The default value is inherited from the priority image."
msgstr ""
#: lib/messages-tooltip-meta.php:207
msgid ""
"A customized image URL (instead of an image ID) for the X (Twitter) Card "
"image."
msgstr ""
#: lib/messages-tooltip-meta.php:229
msgid "The primary (ie. top most) category for breadcrumbs markup."
msgstr ""
#: lib/messages-tooltip-meta.php:235
msgid ""
"A customized description for the SEO title tag and the default for all other "
"title values."
msgstr ""
#: lib/messages-tooltip-meta.php:243
msgid ""
"A customized description for the SEO description meta tag and the default "
"for all other description values."
msgstr ""
#: lib/messages-tooltip-meta.php:252
msgid "A customized URL for meta tags and Schema markup."
msgstr ""
#: lib/messages-tooltip-meta.php:254 lib/messages-tooltip-meta.php:262
msgid ""
"Make sure the custom URL you enter here is functional and redirects "
"correctly."
msgstr ""
#: lib/messages-tooltip-meta.php:260
msgid "Permanently redirect this URL to another."
msgstr ""
#: lib/messages-tooltip-opengraph.php:38
msgid ""
"The default country when entering information about a place or location."
msgstr ""
#: lib/messages-tooltip-opengraph.php:44
msgid ""
"The default timezone when entering information about a place or location."
msgstr ""
#: lib/messages-tooltip-opengraph.php:50
msgid ""
"The default currency for currency related options (product price, job "
"salary, etc.)."
msgstr ""
#: lib/messages-tooltip-opengraph.php:56
msgid ""
"The default unit for net and shipping lengths, widths, and heights of "
"products."
msgstr ""
#: lib/messages-tooltip-opengraph.php:62
msgid "The default unit for net and shipping weights of products."
msgstr ""
#: lib/messages-tooltip-opengraph.php:68
msgid "The default unit for fluid volumes of products."
msgstr ""
#: lib/messages-tooltip-opengraph.php:79
msgid ""
"One or more characters used to separate values (category parent names, page "
"numbers, site name, etc.) within a title string (default is a hyphen \"%s\")."
msgstr ""
#: lib/messages-tooltip-opengraph.php:87
msgid ""
"One or more characters used to suffix a truncated (ie. shortened) text "
"string (default is three dots \"%s\")."
msgstr ""
#: lib/messages-tooltip-opengraph.php:93
msgid ""
"The maximum number of WordPress tag names (automatically converted to "
"hashtags) to include in the Facebook / Open Graph and X (Twitter) Card "
"descriptions."
msgstr ""
#: lib/messages-tooltip-opengraph.php:95
msgid "Select \"0\" to disable the addition of hashtags."
msgstr ""
#: lib/messages-tooltip-opengraph.php:104
msgid ""
"The maximum number of images to include for the webpage meta tags and Schema "
"markup."
msgstr ""
#: lib/messages-tooltip-opengraph.php:106
msgid "If you select \"0\", then no images will be included (not recommended)."
msgstr ""
#: lib/messages-tooltip-opengraph.php:108
msgid ""
"If no images are available in the Open Graph meta tags, social sites may "
"choose any random image from the webpage, including headers, thumbnails, "
"ads, etc."
msgstr ""
#: lib/messages-tooltip-opengraph.php:116
msgid ""
"The dimensions used for the Facebook / Open Graph and oEmbed images (default "
"dimensions are %s)."
msgstr ""
#: lib/messages-tooltip-opengraph.php:124
msgid ""
"An image ID for your site's default image (ie. when an image is required, "
"and no other image is available)."
msgstr ""
#: lib/messages-tooltip-opengraph.php:126
#: lib/messages-tooltip-opengraph.php:143
msgid ""
"The default image is used for archive pages (ie. blog, category, and tag "
"archive page) and a fallback for public posts and pages that do not have a "
"suitable image featured, attached, or in their content."
msgstr ""
#: lib/messages-tooltip-opengraph.php:137
msgid "You can enter a default image URL instead of choosing an image ID."
msgstr ""
#: lib/messages-tooltip-opengraph.php:141
msgid "The image should be at least %s or more in width and height."
msgstr ""
#: lib/messages-tooltip-opengraph.php:154
msgid ""
"The maximum number of embedded videos to include in meta tags and Schema "
"markup."
msgstr ""
#: lib/messages-tooltip-opengraph.php:160
msgid "Include video preview images in meta tags and Schema markup."
msgstr ""
#: lib/messages-tooltip-opengraph.php:162
msgid ""
"When video preview images are enabled and a preview image is available, it "
"will be included in meta tags and Schema markup before any other image "
"(custom, featured, attached, or content image)."
msgstr ""
#: lib/messages-tooltip-opengraph.php:168
msgid ""
"If possible, add or modify the video URL \"autoplay\" argument for videos in "
"meta tags and Schema markup."
msgstr ""
#: lib/messages-tooltip-opengraph.php:170
msgid "Video URLs from Vimeo and Wistia allow for an autoplay argument."
msgstr ""
#. translators: %s is the markup standard name (ie. Open Graph or Schema).
#: lib/messages-tooltip-opengraph.php:182 lib/messages-tooltip-schema.php:64
msgid "Select a default %s type for a static front page."
msgstr ""
#. translators: %1$s is the markup standard name (ie. Open Graph or Schema) and
#. %2$s is the type name.
#: lib/messages-tooltip-opengraph.php:185
#: lib/messages-tooltip-opengraph.php:197
#: lib/messages-tooltip-opengraph.php:209
#: lib/messages-tooltip-opengraph.php:221
#: lib/messages-tooltip-opengraph.php:233
#: lib/messages-tooltip-opengraph.php:254
#: lib/messages-tooltip-opengraph.php:266 lib/messages-tooltip-schema.php:67
#: lib/messages-tooltip-schema.php:79 lib/messages-tooltip-schema.php:91
#: lib/messages-tooltip-schema.php:103 lib/messages-tooltip-schema.php:115
#: lib/messages-tooltip-schema.php:134 lib/messages-tooltip-schema.php:146
msgid "The default %1$s type is \"%2$s\"."
msgstr ""
#. translators: %s is the markup standard name (ie. Open Graph or Schema).
#: lib/messages-tooltip-opengraph.php:194 lib/messages-tooltip-schema.php:76
msgid "Select a default %s type for a blog (non-static) front page."
msgstr ""
#. translators: %s is the markup standard name (ie. Open Graph or Schema).
#: lib/messages-tooltip-opengraph.php:206 lib/messages-tooltip-schema.php:88
msgid "Select a default %s type for user / author profile pages."
msgstr ""
#. translators: %s is the markup standard name (ie. Open Graph or Schema).
#: lib/messages-tooltip-opengraph.php:218 lib/messages-tooltip-schema.php:100
msgid "Select a default %s type for search results pages."
msgstr ""
#. translators: %s is the markup standard name (ie. Open Graph or Schema).
#: lib/messages-tooltip-opengraph.php:230 lib/messages-tooltip-schema.php:112
msgid ""
"Select a default %s type for other archive pages (date-based archive pages, "
"for example)."
msgstr ""
#. translators: %s is the markup standard name (ie. Open Graph or Schema).
#: lib/messages-tooltip-opengraph.php:240 lib/messages-tooltip-schema.php:122
msgid "Select a default %s type for each post type."
msgstr ""
#: lib/messages-tooltip-opengraph.php:242
msgid ""
"Please note that each Open Graph type has a unique set of meta tags, so by "
"selecting \"website\" here (for example), you would be excluding all "
"\"article\" related meta tags (<code>article:author</code>, <code>article:"
"section</code>, etc.)."
msgstr ""
#. translators: %s is the markup standard name (ie. Open Graph or Schema).
#: lib/messages-tooltip-opengraph.php:251 lib/messages-tooltip-schema.php:131
msgid "Select a default %s type for each post type archive."
msgstr ""
#. translators: %s is the markup standard name (ie. Open Graph or Schema).
#: lib/messages-tooltip-opengraph.php:263 lib/messages-tooltip-schema.php:143
msgid "Select a default %s type for each taxonomy."
msgstr ""
#: lib/messages-tooltip-plugin.php:42
msgid ""
"Check this option to remove all %1$s plugin and add-ons settings when you "
"<em>uninstall</em> the %1$s plugin (default is %2$s)."
msgstr ""
#: lib/messages-tooltip-plugin.php:44
msgid ""
"This includes any custom post, term, and user data entered in the %s metabox."
msgstr ""
#: lib/messages-tooltip-plugin.php:52 lib/submenu/advanced.php:279
msgctxt "option label"
msgid "Add Debug Messages to HTML"
msgstr ""
#: lib/messages-tooltip-plugin.php:54
msgid ""
"Minimize the Schema JSON-LD markup created by %1$s in the webpage (default "
"is %2$s)."
msgstr ""
#: lib/messages-tooltip-plugin.php:56
msgid ""
"Leaving this option unchecked creates human readable (aka \"pretty print\") "
"Schema JSON-LD markup in the webpage."
msgstr ""
#: lib/messages-tooltip-plugin.php:58
msgid ""
"Note that enabling the \"%s\" option will always create human readable "
"Schema JSON-LD markup, even when this option is checked."
msgstr ""
#: lib/messages-tooltip-plugin.php:66
msgid ""
"Prefer local translation files for the %1$s plugin and its add-ons, instead "
"of those from WordPress.org (default is %2$s)."
msgstr ""
#: lib/messages-tooltip-plugin.php:74
msgid ""
"Add hidden debugging messages as HTML comments to front-end and admin "
"webpages (default is %s)."
msgstr ""
#: lib/messages-tooltip-plugin.php:82
msgid ""
"Disable the head markup transient cache for debugging purposes (default is "
"%s)."
msgstr ""
#: lib/messages-tooltip-plugin.php:93
msgid "Your theme does not support the <a href=\"%s\">WordPress Title Tag</a>."
msgstr ""
#: lib/messages-tooltip-plugin.php:93 lib/messages.php:1199
msgid "https://codex.wordpress.org/Title_Tag"
msgstr ""
#: lib/messages-tooltip-plugin.php:95
msgid ""
"Please contact your theme author and request that they add support for the "
"WordPress Title Tag feature (available since WordPress v4.1)."
msgstr ""
#: lib/messages-tooltip-plugin.php:100
msgid "%1$s can provide a customized value for the %2$s HTML tag."
msgstr ""
#: lib/messages-tooltip-plugin.php:102
msgid ""
"The %s HTML tag value is used by web browsers to display the current webpage "
"title in the browser tab."
msgstr ""
#: lib/messages-tooltip-plugin.php:110 lib/messages.php:275
msgid ""
"The use of WordPress content filters allows %s to fully render your content "
"text for meta tag descriptions and detect additional images and/or embedded "
"videos provided by shortcodes."
msgstr ""
#: lib/messages-tooltip-plugin.php:112
msgid ""
"Many themes and plugins have badly coded content filters, so this option is "
"%s by default."
msgstr ""
#: lib/messages-tooltip-plugin.php:114 lib/messages.php:281
msgid ""
"If you use shortcodes in your content text, this option should be enabled - "
"IF YOU EXPERIENCE WEBPAGE LAYOUT OR PERFORMANCE ISSUES AFTER ENABLING THIS "
"OPTION, disable the option or determine which theme or plugin is filtering "
"the content incorrectly and report the problem to its author(s)."
msgstr ""
#: lib/messages-tooltip-plugin.php:122
msgid ""
"Apply the WordPress \"get_the_excerpt\" filter to excerpt text (default is "
"%s)."
msgstr ""
#: lib/messages-tooltip-plugin.php:124
msgid "You should enable this option if you use shortcodes in your excerpts."
msgstr ""
#: lib/messages-tooltip-plugin.php:130
msgid "Enable the WordPress Excerpt metabox when editing a Page."
msgstr ""
#: lib/messages-tooltip-plugin.php:132
msgid ""
"An excerpt is an optional hand-crafted summary of your content that %s can "
"use as a default description for meta tags and Schema markup."
msgstr ""
#: lib/messages-tooltip-plugin.php:138
msgid ""
"Register a non-public Page Tags taxonomy and enable a WordPress Page Tags "
"metabox when editing a Page."
msgstr ""
#: lib/messages-tooltip-plugin.php:140
msgid ""
"%s can convert WordPress tags into Schema keywords and hashtags for social "
"sites."
msgstr ""
#: lib/messages-tooltip-plugin.php:146
msgid "Automatically add the \"%s\" role when a new user is created."
msgstr ""
#: lib/messages-tooltip-plugin.php:148
msgid ""
"You may also consider activating <a href=\"%s\">a plugin from WordPress.org "
"to manage user roles and their members</a>."
msgstr ""
#: lib/messages-tooltip-plugin.php:154 lib/messages-tooltip-plugin.php:162
msgid ""
"Posts, pages, custom post types, categories, tags, custom taxonomy terms, "
"and user profiles should all have at least one image available for its meta "
"tags and Schema markup."
msgstr ""
#: lib/messages-tooltip-plugin.php:156
msgid ""
"Enable this option to make sure child pages without a featured image can "
"inherit the featured image of their parents."
msgstr ""
#: lib/messages-tooltip-plugin.php:164
msgid ""
"Enable this option to make sure child pages and terms without custom images "
"can inherit the custom images of their parents."
msgstr ""
#: lib/messages-tooltip-plugin.php:166
msgid ""
"Note that when enabled, this feature is only applied to publicly accessible "
"posts, pages, custom post types, categories, tags, custom taxonomy terms, "
"and user profiles."
msgstr ""
#: lib/messages-tooltip-plugin.php:172
msgid ""
"After considering custom and featured images, consider using attached images "
"(including WooCommerce product gallery images) for use in Schema markup and "
"meta tags."
msgstr ""
#: lib/messages-tooltip-plugin.php:178
msgid ""
"After considering custom, featured, and (optionally) attached images, "
"consider using images found in the content for use in Schema markup and meta "
"tags."
msgstr ""
#: lib/messages-tooltip-plugin.php:184 lib/messages.php:256
msgid ""
"Users may upload small images to the Media Library without knowing that "
"WordPress creates (or tries to create) several different image sizes from "
"the uploaded originals."
msgstr ""
#: lib/messages-tooltip-plugin.php:186 lib/messages.php:258
msgid ""
"Uploading small images to the Media Library means that WordPress cannot "
"create image sizes that are larger than the uploaded image, and "
"<strong>WordPress will provide images that are too small for larger image "
"sizes</strong>."
msgstr ""
#: lib/messages-tooltip-plugin.php:188 lib/messages.php:260
msgid ""
"Providing social sites and search engines with correctly sized images is "
"highly recommended, so this option should be enabled if possible, to double-"
"check the dimension of images provided by WordPress."
msgstr ""
#: lib/messages-tooltip-plugin.php:190
msgid ""
"This option can be disabled to allow the use of smaller images and avoid "
"some rejected image warnings."
msgstr ""
#: lib/messages-tooltip-plugin.php:192
msgid ""
"See <a href=\"%s\">Why shouldn't I upload small images to the media library?"
"</a> for more information on WordPress and its image sizes."
msgstr ""
#: lib/messages-tooltip-plugin.php:198
msgid ""
"WordPress appends the resized dimensions to the thumbnail file name (for "
"example, %1$s), but does not distinguish between cropped or uncropped "
"dimensions, or different cropping areas from different image sizes with "
"identical dimensions."
msgstr ""
#: lib/messages-tooltip-plugin.php:200
msgid ""
"%1$s can customize its thumbnail file names to append cropping information "
"(for example, %2$s, %3$s) in order to prevent conflicts from image sizes "
"with different cropping areas."
msgstr ""
#: lib/messages-tooltip-plugin.php:206
msgid ""
"WordPress does not upscale (enlarge) images - WordPress can only create "
"smaller images from larger full size originals."
msgstr ""
#: lib/messages-tooltip-plugin.php:208
msgid ""
"Upscaled images do not look as sharp or clear, and if upscaled too much, "
"will look fuzzy and unappealing - not something you want to promote on "
"social and search sites."
msgstr ""
#: lib/messages-tooltip-plugin.php:210
msgid ""
"%s includes an optional module to allow upscaling of WordPress Media Library "
"images (up to a maximum upscale percentage)."
msgstr ""
#: lib/messages-tooltip-plugin.php:212
msgid ""
"Do not enable this option unless you want to publish lower quality images on "
"social and search sites."
msgstr ""
#: lib/messages-tooltip-plugin.php:220
msgid ""
"When upscaling of %1$s image sizes is allowed, %2$s can make sure smaller "
"images are not upscaled beyond reason, which would publish very low "
"quality / fuzzy images on social and search sites (the default maximum is "
"%3$s%%)."
msgstr ""
#: lib/messages-tooltip-plugin.php:222
msgid ""
"If an image needs to be upscaled beyond this maximum, in either width or "
"height, the image will not be upscaled."
msgstr ""
#: lib/messages-tooltip-plugin.php:231
msgid ""
"A comma-delimited list of CSS selectors for sections of the webpage that are "
"particularly speakable (see <a href=\"%s\">Google's Speakable guidelines</a> "
"for more information)."
msgstr ""
#: lib/messages-tooltip-plugin.php:231
msgid ""
"https://developers.google.com/search/docs/appearance/structured-data/"
"speakable"
msgstr ""
#: lib/messages-tooltip-plugin.php:233
msgid ""
"The Schema speakable property is included in the Schema Article and WebPage "
"types."
msgstr ""
#: lib/messages-tooltip-plugin.php:241
msgid ""
"When editing posts and pages, %s can check the head section of the webpage "
"for conflicting and/or duplicate HTML tags."
msgstr ""
#: lib/messages-tooltip-plugin.php:243
msgid ""
"After %d <em>successful</em> checks, no additional checks will be performed "
"until the theme or a plugin is updated."
msgstr ""
#: lib/messages-tooltip-plugin.php:249
msgid ""
"%1$s can reduce its use of the WordPress transients cache (used by plugins "
"and themes to store temporary data) for meta tags and Schema markup when a "
"full webpage caching plugin or service is active."
msgstr ""
#: lib/messages-tooltip-plugin.php:255
msgid "Retrieve product prices from e-Commerce plugins with VAT included."
msgstr ""
#: lib/messages-tooltip-plugin.php:263
msgid "All in One SEO Pack"
msgstr ""
#: lib/messages-tooltip-plugin.php:272
msgid "Rank Math SEO"
msgstr ""
#. translators: %1$s is the plugin name, %2$s is the Document SSO metabox name.
#: lib/messages-tooltip-plugin.php:305
msgid ""
"Import %1$s custom metadata for posts, pages, custom post types, terms, and "
"users into the %2$s metabox options."
msgstr ""
#. translators: %1$s is the plugin name, %2$s is the Document SSO metabox name.
#: lib/messages-tooltip-plugin.php:308
msgid ""
"Note that %1$s custom metadata will only be imported into %2$s metabox "
"options that are empty (ie. options that have not already been customized)."
msgstr ""
#. translators: %1$s is the plugin name.
#: lib/messages-tooltip-plugin.php:311 lib/messages-tooltip-plugin.php:331
msgid ""
"This option is enabled by default if %1$s is active, or no SEO plugin is "
"active and %1$s settings are found in the database."
msgstr ""
#. translators: %1$s is the plugin name.
#: lib/messages-tooltip-plugin.php:314
msgid ""
"If this option is checked and %1$s is active, then only social metadata will "
"be imported, and if %1$s is not active, then all available metadata will be "
"imported."
msgstr ""
#. translators: %1$s is the plugin name, %2$s is the Document SSO metabox name.
#: lib/messages-tooltip-plugin.php:328
msgid ""
"Import the %1$s block attributes (how-to block step details, for example) "
"into the %2$s metabox options."
msgstr ""
#. translators: %1$s is the "Webpage Title Tag" option label.
#: lib/messages-tooltip-plugin.php:344
msgid "The SEO site name suffix for the %1$s option value."
msgstr ""
#: lib/messages-tooltip-plugin.php:346 lib/submenu/general.php:116
#: lib/submenu/general.php:153
msgctxt "option label"
msgid "Site Name"
msgstr ""
#. translators: %1$s is the "Site Name" option label, %2$s is the
#. "%%sitename%%" inline variable.
#: lib/messages-tooltip-plugin.php:350
msgid ""
"The default SEO site name suffix is the %1$s value (aka %2$s inline "
"variable)."
msgstr ""
#. translators: %1$s is the "Webpage Title Tag" option label.
#: lib/messages-tooltip-plugin.php:361
msgid "The SEO tagline suffix for the %1$s option value."
msgstr ""
#: lib/messages-tooltip-plugin.php:363 lib/submenu/general.php:122
#: lib/submenu/general.php:164
msgctxt "option label"
msgid "Site Description"
msgstr ""
#. translators: %1$s is the "Site Description" option label, %2$s is the
#. "%%sitedesc%%" inline variable.
#: lib/messages-tooltip-plugin.php:367
msgid ""
"The default SEO tagline suffix is the %1$s value (aka %2$s inline variable)."
msgstr ""
#: lib/messages-tooltip-plugin.php:374
msgid ""
"Image <code>alt</code> text used in descriptions can be prefixed with an "
"optional string."
msgstr ""
#: lib/messages-tooltip-plugin.php:376 lib/messages-tooltip-plugin.php:387
#: lib/messages-tooltip-plugin.php:398 lib/messages-tooltip-plugin.php:407
#: lib/messages-tooltip-plugin.php:416 lib/messages-tooltip-plugin.php:425
#: lib/messages-tooltip-plugin.php:439 lib/messages-tooltip-plugin.php:448
#: lib/messages-tooltip-plugin.php:457 lib/messages-tooltip-plugin.php:466
#: lib/messages-tooltip-plugin.php:475 lib/messages-tooltip-plugin.php:487
#: lib/messages-tooltip-plugin.php:496 lib/messages-tooltip-plugin.php:505
#: lib/messages-tooltip-plugin.php:514 lib/messages-tooltip-plugin.php:523
#: lib/messages-tooltip-plugin.php:532 lib/messages-tooltip-plugin.php:541
#: lib/messages-tooltip-plugin.php:550 lib/messages-tooltip-plugin.php:559
#: lib/messages-tooltip-plugin.php:568 lib/messages-tooltip-plugin.php:577
#: lib/messages-tooltip-plugin.php:586
msgid "The default value is \"<em>%s</em>\"."
msgstr ""
#: lib/messages-tooltip-plugin.php:379
msgid ""
"Leave this option blank to prevent the image <code>alt</code> text from "
"being prefixed."
msgstr ""
#: lib/messages-tooltip-plugin.php:385
msgid ""
"Caption paragraphs found with the \"wp-caption-text\" CSS class can be "
"prefixed with an optional string."
msgstr ""
#: lib/messages-tooltip-plugin.php:390
msgid ""
"Leave this option blank to prevent caption paragraphs from being prefixed."
msgstr ""
#: lib/messages-tooltip-plugin.php:396
msgid "The comment title used for Schema markup."
msgstr ""
#: lib/messages-tooltip-plugin.php:405
msgid "The comment title used for Schema markup when the comment has a parent."
msgstr ""
#: lib/messages-tooltip-plugin.php:414
msgid "The comment title used for Schema markup when the comment has a rating."
msgstr ""
#: lib/messages-tooltip-plugin.php:423
msgid "The product variation title used for meta tags and Schema markup."
msgstr ""
#: lib/messages-tooltip-plugin.php:436
msgid ""
"The RSS feed title tag value when the %1$s option is not \"<em>%2$s</em>\"."
msgstr ""
#: lib/messages-tooltip-plugin.php:446
msgid "The 404 page title used for meta tags and Schema markup."
msgstr ""
#: lib/messages-tooltip-plugin.php:455
msgid "The 404 page description used for meta tags and Schema markup."
msgstr ""
#: lib/messages-tooltip-plugin.php:464
msgid "A fallback title to use when there is no title text available."
msgstr ""
#: lib/messages-tooltip-plugin.php:473
msgid ""
"A fallback description to use when there is no description text available."
msgstr ""
#: lib/messages-tooltip-plugin.php:485
msgid ""
"The term (categories, tags, and custom taxonomy terms) title used for meta "
"tags and Schema markup."
msgstr ""
#: lib/messages-tooltip-plugin.php:494
msgid ""
"A fallback term (categories, tags, and custom taxonomy terms) description "
"used for meta tags and Schema markup when the term description is empty."
msgstr ""
#: lib/messages-tooltip-plugin.php:503
msgid "The author title used for meta tags and Schema markup."
msgstr ""
#: lib/messages-tooltip-plugin.php:512
msgid ""
"A fallback author description used for meta tags and Schema markup when the "
"author description is empty."
msgstr ""
#: lib/messages-tooltip-plugin.php:521
msgid "The search results page title used for meta tags and Schema markup."
msgstr ""
#: lib/messages-tooltip-plugin.php:530
msgid ""
"The search results page description used for meta tags and Schema markup."
msgstr ""
#: lib/messages-tooltip-plugin.php:539
msgid "The yearly archive page title used for meta tags and Schema markup."
msgstr ""
#: lib/messages-tooltip-plugin.php:548
msgid ""
"The yearly archive page description used for meta tags and Schema markup."
msgstr ""
#: lib/messages-tooltip-plugin.php:557
msgid "The monthly archive page title used for meta tags and Schema markup."
msgstr ""
#: lib/messages-tooltip-plugin.php:566
msgid ""
"The monthly archive page description used for meta tags and Schema markup."
msgstr ""
#: lib/messages-tooltip-plugin.php:575
msgid "The daily archive page title used for meta tags and Schema markup."
msgstr ""
#: lib/messages-tooltip-plugin.php:584
msgid ""
"The daily archive page description used for meta tags and Schema markup."
msgstr ""
#: lib/messages-tooltip-plugin.php:598
msgid ""
"You can select the default set of options to display in settings pages and "
"the %s metabox."
msgstr ""
#: lib/messages-tooltip-plugin.php:600
msgid ""
"The basic view shows the most commonly used options, and includes a link to "
"temporarily show all options when desired."
msgstr ""
#: lib/messages-tooltip-plugin.php:602
msgid ""
"Note that showing all options by default could be a bit overwhelming for new "
"users."
msgstr ""
#: lib/messages-tooltip-plugin.php:608
msgid "Select a preferred format for the Open Graph Type drop-down options."
msgstr ""
#: lib/messages-tooltip-plugin.php:614
msgid "Select a preferred format for the Schema Type drop-down options."
msgstr ""
#: lib/messages-tooltip-plugin.php:622
msgid "Show a \"%s\" menu in the admin toolbar."
msgstr ""
#: lib/messages-tooltip-plugin.php:630
msgid "Optionally remove settings pages from the %s menu."
msgstr ""
#: lib/messages-tooltip-plugin.php:638
msgid ""
"Add or remove the %s metabox from editing pages for posts, pages, custom "
"post types, terms (categories and tags), and user profile pages."
msgstr ""
#: lib/messages-tooltip-plugin.php:644
msgid ""
"Additional columns can be included by default in the admin list tables for "
"posts, pages, custom post types, terms (categories and tags), and user "
"profile pages."
msgstr ""
#: lib/messages-tooltip-plugin.php:646
msgid ""
"Users can also hide columns by using the <em>Screen Options</em> tab when "
"viewing admin list tables."
msgstr ""
#: lib/messages-tooltip-plugin.php:657
msgid ""
"A customized image for each author can be selected in the WordPress user "
"profile %s metabox."
msgstr ""
#: lib/messages-tooltip-plugin.php:660
msgid ""
"If a custom image has not been selected, fallback to using the author's "
"Gravatar image."
msgstr ""
#: lib/messages-tooltip-plugin.php:668
msgid ""
"The requested Gravatar image width and height (a number from 1 to 2048)."
msgstr ""
#: lib/messages-tooltip-plugin.php:670
msgid ""
"Note that users often upload low resolution images to Gravatar, so choosing "
"a larger image size may result in pixelation and lower-quality images."
msgstr ""
#: lib/messages-tooltip-plugin.php:672
msgid "The default Gravatar image size is %d pixels."
msgstr ""
#: lib/messages-tooltip-plugin.php:678
msgid ""
"Check the content for embedded media URLs from supported media providers "
"(Vimeo, Wistia, YouTube, etc.)."
msgstr ""
#: lib/messages-tooltip-plugin.php:680
msgid ""
"When a supported media URL is found, an API connection to the provider can "
"be made to retrieve additional information about the media (preview image "
"URL, oembed player URL, video width and height, etc.)."
msgstr ""
#: lib/messages-tooltip-plugin.php:689
msgid ""
"A preferred URL shortening service used for the <code>%s</code> HTML tag "
"value, Schema markup, and social sharing buttons."
msgstr ""
#: lib/messages-tooltip-plugin.php:697
msgid ""
"Only shorten URLs that are longer than this length (default is %d "
"characters)."
msgstr ""
#: lib/messages-tooltip-plugin.php:703
msgid ""
"Use the selected URL shortening service to replace the WordPress <code>%s</"
"code> function value."
msgstr ""
#: lib/messages-tooltip-plugin.php:705
msgid ""
"If the URL shortening service is set to \"%1$s\" then checking or unchecking "
"option has no effect on the WordPress <code>%2$s</code> function as there is "
"no URL shortening service available to replace its value."
msgstr ""
#: lib/messages-tooltip-plugin.php:711
msgid ""
"Use the selected URL shortening service to replace the WordPress <code>%s</"
"code> HTML tag."
msgstr ""
#: lib/messages-tooltip-plugin.php:717
msgid "The Bitly shortening service requires an Access Token to shorten URLs."
msgstr ""
#: lib/messages-tooltip-plugin.php:719
msgid ""
"<a href=\"%s\">You can create an Access Token in your Bitly profile "
"settings</a> and enter its value here."
msgstr ""
#: lib/messages-tooltip-plugin.php:725
msgid ""
"An optional Bitly short domain to use - either bit.ly, j.mp, bitly.com, or "
"another custom short domain."
msgstr ""
#: lib/messages-tooltip-plugin.php:727
msgid ""
"If no value is entered here, the short domain selected in your Bitly account "
"settings will be used."
msgstr ""
#: lib/messages-tooltip-plugin.php:733
msgid ""
"An optional <a href=\"%s\">Bitly group name to organize your Bitly account "
"links</a>."
msgstr ""
#: lib/messages-tooltip-plugin.php:740
msgid ""
"The DLMY.App secret API Key can be found in the DLMY.App user account > "
"Tools > Developer API webpage."
msgstr ""
#: lib/messages-tooltip-plugin.php:746
msgid ""
"To use Ow.ly as your preferred shortening service, you must provide the Ow."
"ly API Key for this website (complete this form to <a href=\"%s\">Request Ow."
"ly API Access</a>)."
msgstr ""
#: lib/messages-tooltip-plugin.php:752
msgid ""
"The URL to <a href=\"%s\">Your Own URL Shortener</a> (YOURLS) shortening "
"service."
msgstr ""
#: lib/messages-tooltip-plugin.php:757
msgid ""
"If <a href=\"%s\">Your Own URL Shortener</a> (YOURLS) shortening service is "
"private, enter a configured username (see YOURLS Token for an alternative to "
"the username / password options)."
msgstr ""
#: lib/messages-tooltip-plugin.php:763
msgid ""
"If <a href=\"%s\">Your Own URL Shortener</a> (YOURLS) shortening service is "
"private, enter a configured user password (see YOURLS Token for an "
"alternative to the username / password options)."
msgstr ""
#: lib/messages-tooltip-plugin.php:769
msgid ""
"If <a href=\"%s\">Your Own URL Shortener</a> (YOURLS) shortening service is "
"private, you can use a token string for authentication instead of a "
"username / password combination."
msgstr ""
#: lib/messages-tooltip-plugin.php:778
msgid ""
"An external service API used to retrieve ratings and reviews for meta tags "
"and Schema markup."
msgstr ""
#: lib/messages-tooltip-plugin.php:784
msgid "The maximum number of reviews retrieved from the service API."
msgstr ""
#: lib/messages-tooltip-plugin.php:790
msgid "The maximum age (in months) of reviews retrieved from the service API."
msgstr ""
#: lib/messages-tooltip-plugin.php:796
msgid ""
"Get ratings and reviews for the selected post types from the service API."
msgstr ""
#: lib/messages-tooltip-plugin.php:803
msgid ""
"Your Judge.me shop domain and token are required to retrieve ratings and "
"reviews from the Judge.me service API."
msgstr ""
#: lib/messages-tooltip-plugin.php:810
msgid ""
"Your unique Shopper Approved site ID and API token values are required to "
"retrieve ratings and reviews from the Shopper Approved service API."
msgstr ""
#: lib/messages-tooltip-plugin.php:812
msgid ""
"<a href=\"%s\">Login to your Shopper Approved account and go to the API "
"Dashboard</a>, then scroll down to find your Site ID and API Token."
msgstr ""
#: lib/messages-tooltip-plugin.php:819
msgid ""
"Your unique Stamped.io store hash and API public key values are required to "
"retrieve ratings and reviews from the Stamped.io service API."
msgstr ""
#: lib/messages-tooltip-plugin.php:836
msgid ""
"The product attribute name allows %s to request a product attribute value "
"from an e-commerce plugin."
msgstr ""
#: lib/messages-tooltip-plugin.php:841
msgid "The default attribute name is \"%s\"."
msgstr ""
#: lib/messages-tooltip-plugin.php:853
msgid ""
"The product attribute value returned by the e-commerce plugin can be an "
"empty string or one of these values (case sensitive): %s"
msgstr ""
#: lib/messages-tooltip-plugin.php:858 lib/messages-tooltip-plugin.php:899
msgid "Note that the \"%s\" option supports multiple values."
msgstr ""
#: lib/messages-tooltip-plugin.php:860
msgid ""
"The product attribute string will be split using the comma \",\" character."
msgstr ""
#: lib/messages-tooltip-plugin.php:879
msgid ""
"If your theme or another plugin provides a custom field (aka metadata) for "
"%s, you may enter its custom field name here."
msgstr ""
#. translators: %1$s is the metabox name, %2$s is the option name.
#: lib/messages-tooltip-plugin.php:882
msgid ""
"If a custom field matching this name is found, its value will be imported "
"for the %1$s \"%2$s\" option value."
msgstr ""
#: lib/messages-tooltip-plugin.php:893
msgid ""
"The custom field value can be an empty string or one of these values (case "
"sensitive): %s"
msgstr ""
#: lib/messages-tooltip-plugin.php:901
msgid ""
"If the custom field value is a string, it will be split on the end of line "
"character."
msgstr ""
#: lib/messages-tooltip-schema.php:43
msgid ""
"The %1$s dimensions used for Schema markup images (default dimensions are "
"%2$s)."
msgstr ""
#: lib/messages-tooltip-schema.php:52
msgid ""
"The dimensions used for the Schema \"%1$s\" property and \"%2$s\" HTML tag "
"(default dimensions are %3$s)."
msgstr ""
#: lib/messages-tooltip-schema.php:157
msgid ""
"Add an \"articleBody\" property to the Schema Article markup with the "
"complete content text of the post (default is %s)."
msgstr ""
#: lib/messages-tooltip-schema.php:167
msgid "The %s that best describes the content of articles on your site."
msgstr ""
#: lib/messages-tooltip-schema.php:170
msgid "You can select a different %s when editing an article."
msgstr ""
#: lib/messages-tooltip-schema.php:173 lib/messages-tooltip-schema.php:375
msgid ""
"Select \"[None]\" to exclude the %s by default from Schema markup and meta "
"tags."
msgstr ""
#: lib/messages-tooltip-schema.php:191
msgid "Select a default format for the Schema Book type."
msgstr ""
#: lib/messages-tooltip-schema.php:197
msgid "Select a default type for the Schema Book author."
msgstr ""
#: lib/messages-tooltip-schema.php:208
msgid ""
"Add a \"dateCreated\" property to the Schema CreativeWork markup (default is "
"%s)."
msgstr ""
#: lib/messages-tooltip-schema.php:216
msgid ""
"Add a \"datePublished\" property to the Schema CreativeWork markup (default "
"is %s)."
msgstr ""
#: lib/messages-tooltip-schema.php:224
msgid ""
"Add a \"dateModified\" property to the Schema CreativeWork markup (default "
"is %s)."
msgstr ""
#: lib/messages-tooltip-schema.php:232
msgid ""
"Add a \"text\" property to the Schema CreativeWork markup with the complete "
"content text of the post (default is %s)."
msgstr ""
#: lib/messages-tooltip-schema.php:238
msgid ""
"Select a default family friendly value for the Schema CreativeWork type and/"
"or its sub-types (Article, BlogPosting, WebPage, etc)."
msgstr ""
#: lib/messages-tooltip-schema.php:245
msgid ""
"Select a default publisher for the Schema CreativeWork type and/or its sub-"
"types (Article, BlogPosting, WebPage, etc)."
msgstr ""
#: lib/messages-tooltip-schema.php:253
msgid ""
"Select a default service provider, service operator, or service performer."
msgstr ""
#: lib/messages-tooltip-schema.php:260
msgid ""
"Select a default funder that supports (sponsors) the Schema CreativeWork "
"type and/or its sub-types through somekind of financial contribution."
msgstr ""
#: lib/messages-tooltip-schema.php:269
msgid "Select a default attendance for the Schema Event type."
msgstr ""
#: lib/messages-tooltip-schema.php:275
msgid "Select a default venue for the Schema Event type."
msgstr ""
#: lib/messages-tooltip-schema.php:282
msgid "Select a default performer for the Schema Event type."
msgstr ""
#: lib/messages-tooltip-schema.php:289
msgid "Select a default organizer for the Schema Event type."
msgstr ""
#: lib/messages-tooltip-schema.php:296
msgid ""
"Select a default funder that supports (sponsors) the Schema Event type "
"through somekind of financial contribution."
msgstr ""
#: lib/messages-tooltip-schema.php:305
msgid ""
"Select a default organization for the Schema JobPosting hiring organization."
msgstr ""
#: lib/messages-tooltip-schema.php:311
msgid "Select a default location for the Schema JobPosting job location."
msgstr ""
#: lib/messages-tooltip-schema.php:317
msgid ""
"Select a default optional Google approved location type (see <a href=\"%s"
"\">Google's Job Posting guidelines</a> for more information)."
msgstr ""
#: lib/messages-tooltip-schema.php:326
msgid "Select the default Schema type to use when creating a new place."
msgstr ""
#: lib/messages-tooltip-schema.php:332
msgid "Select the default country to use when creating a new place."
msgstr ""
#: lib/messages-tooltip-schema.php:338
msgid "Select the default timezone to use when creating a new place."
msgstr ""
#: lib/messages-tooltip-schema.php:347
msgid "Aggregate (ie. group) product offers by currency."
msgstr ""
#: lib/messages-tooltip-schema.php:349
msgid ""
"Note that to be eligible for <a href=\"%s\">price drop appearance in Google "
"search results</a>, product offers cannot be aggregated."
msgstr ""
#: lib/messages-tooltip-schema.php:357
msgid ""
"The default expiration time of product prices can be adjusted to reflect how "
"often your product prices change (default is %d days)."
msgstr ""
#: lib/messages-tooltip-schema.php:359
msgid ""
"Enter \"0\" to disable the addition of a default product price expiration "
"time."
msgstr ""
#: lib/messages-tooltip-schema.php:361
msgid ""
"If a product is on sale, the expiration time for its product price will be "
"the sale end date (if one is available) instead of the default price "
"expiration time."
msgstr ""
#: lib/messages-tooltip-schema.php:371
msgid "The %s that best describes the products on your site."
msgstr ""
#: lib/messages-tooltip-schema.php:373
msgid "You can select a different %s when editing a product."
msgstr ""
#: lib/messages-tooltip-schema.php:395
msgid ""
"Add a \"mentions\" property to the Schema ProfilePage markup with all posts "
"provided by the current page query (default is %s)."
msgstr ""
#: lib/messages-tooltip-schema.php:406
msgid "The lowest rating value for the Schema Review rating (default is %s)."
msgstr ""
#: lib/messages-tooltip-schema.php:414
msgid "The highest rating value for the Schema Review rating (default is %s)."
msgstr ""
#: lib/messages-tooltip-schema.php:420
msgid ""
"A default Schema type for the subject of this review (for example, Schema "
"type \"Product\" for a review of a product)."
msgstr ""
#: lib/messages-tooltip-schema.php:422
msgid ""
"Note that although the Schema.org standard allows the subject of a review to "
"be any Schema type, <a href=\"%1$s\">Google only allows reviews for a few "
"specific Schema types (and their sub-types)</a>."
msgstr ""
#: lib/messages-tooltip-site.php:35
msgid "The website name used in meta tags and Schema markup."
msgstr ""
#: lib/messages-tooltip-site.php:41
msgid ""
"An optional alternate name that you want Google to consider for your website."
msgstr ""
#: lib/messages-tooltip-site.php:47
msgid ""
"A short description for the home page tagline and the blog (non-static) "
"front page description."
msgstr ""
#: lib/messages-tooltip-site.php:53
msgid "The website home URL used in meta tags and Schema markup."
msgstr ""
#: lib/messages-tooltip-site.php:59
msgid "Select a Schema type for the publisher of content for this website."
msgstr ""
#: lib/messages-tooltip-site.php:61
msgid ""
"Traditionally, the Schema Organization type is selected for business "
"websites, where-as the Schema Person type is selected for personal websites."
msgstr ""
#: lib/messages-tooltip-site.php:67
msgid "Select a user for the Schema Person publisher markup."
msgstr ""
#: lib/messages-tooltip-site.php:69
msgid "The available Person list includes all users in the %1$s or %2$s roles."
msgstr ""
#: lib/messages-tooltip-site.php:70
msgctxt "user role"
msgid "Administrator"
msgstr ""
#: lib/messages-tooltip-site.php:70
msgctxt "user role"
msgid "Editor"
msgstr ""
#: lib/messages-tooltip-site.php:83
msgid ""
"A URL for this organization's logo image that Google can show in search "
"results and its Knowledge Graph."
msgstr ""
#. translators: %s is 600x60px.
#: lib/messages-tooltip-site.php:86
msgid ""
"The image must be at least %s for Google, but preferably 1200x1200px or more."
msgstr ""
#. translators: %s is 600x60px.
#: lib/messages-tooltip-site.php:100
msgid ""
"A URL for this organization's banner image <strong>measuring exactly %s</"
"strong>, that Google News can show for Schema Article type content from this "
"publisher."
msgstr ""
#: lib/messages-tooltip-site.php:112
msgid "The site organization must be Schema Organization."
msgstr ""
#: lib/messages-tooltip-site.php:118
msgid ""
"Individual sites/blogs may use this value as a default (when the plugin is "
"first activated), if the current site/blog option value is blank, or force "
"every site/blog to use this specific value."
msgstr ""
#: lib/messages-tooltip.php:133
msgid ""
"If you have a <a href=\"%s\">Behance profile for your business</a>, you may "
"enter its URL here."
msgstr ""
#: lib/messages-tooltip.php:133
msgid "https://www.behance.net/"
msgstr ""
#: lib/messages-tooltip.php:135 lib/messages-tooltip.php:336
#: lib/messages-tooltip.php:456 lib/messages-tooltip.php:484
#: lib/messages-tooltip.php:512 lib/messages-tooltip.php:540
#: lib/messages-tooltip.php:568 lib/messages-tooltip.php:596
#: lib/messages-tooltip.php:624 lib/messages-tooltip.php:652
#: lib/messages-tooltip.php:680
msgid "The %s will be included in the website's Schema Organization markup."
msgstr ""
#: lib/messages-tooltip.php:137 lib/messages-tooltip.php:164
#: lib/messages-tooltip.php:338 lib/messages-tooltip.php:402
#: lib/messages-tooltip.php:458 lib/messages-tooltip.php:486
#: lib/messages-tooltip.php:514 lib/messages-tooltip.php:542
#: lib/messages-tooltip.php:570 lib/messages-tooltip.php:598
#: lib/messages-tooltip.php:626 lib/messages-tooltip.php:654
#: lib/messages-tooltip.php:682
msgid ""
"Google Search may use this URL to display additional information about the "
"website, business, or company in its search results."
msgstr ""
#: lib/messages-tooltip.php:152
msgid ""
"To <a href=\"%s\">verify your domain with Facebook</a>, enter the \"facebook-"
"domain-verification\" meta tag <code>content</code> value here (enter only "
"the verification ID value, not the whole HTML tag)."
msgstr ""
#: lib/messages-tooltip.php:160
msgid ""
"If you have a <a href=\"%s\">Facebook page for your business</a>, you may "
"enter its URL here."
msgstr ""
#: lib/messages-tooltip.php:160
msgid "https://www.facebook.com/business"
msgstr ""
#: lib/messages-tooltip.php:162
msgid ""
"The %s will be included in Open Graph <em>article</em> meta tags and the "
"website's Schema Organization markup."
msgstr ""
#: lib/messages-tooltip.php:173
msgid ""
"Choose a contact field from the WordPress profile page to use for the "
"Facebook / Open Graph %s meta tag value."
msgstr ""
#: lib/messages-tooltip.php:175
msgid "The suggested value is the \"%s\" user profile contact field."
msgstr ""
#: lib/messages-tooltip.php:181
msgid "https://developers.facebook.com/docs/development/create-an-app"
msgstr ""
#: lib/messages-tooltip.php:183
msgid ""
"If you have a Facebook App ID for your WebSite App, enter it here (see <a "
"href=\"%s\">Create an App</a> for help on creating a Facebook App ID for "
"your WebSite)."
msgstr ""
#: lib/messages-tooltip.php:192
msgid "Facebook does not understand all WordPress locale values."
msgstr ""
#: lib/messages-tooltip.php:194
msgid ""
"If the Facebook debugger returns an error parsing the %s meta tag, you "
"should choose an alternate Facebook language for that WordPress locale."
msgstr ""
#: lib/messages-tooltip.php:215
msgid ""
"To verify your website ownership with <a href=\"%s\">Google's Search "
"Console</a>, select the <em>Settings</em> left-side menu option in the "
"Search Console, then <em>Ownership and verification</em>, and then choose "
"the <em>HTML tag</em> method."
msgstr ""
#: lib/messages-tooltip.php:217
msgid ""
"Enter the \"google-site-verification\" meta tag <code>content</code> value "
"here (enter only the verification ID value, not the whole HTML tag)."
msgstr ""
#: lib/messages-tooltip.php:256
msgid ""
"Suggest a maximum of number characters for the textual snippet in search "
"results."
msgstr ""
#: lib/messages-tooltip.php:258
msgid ""
"This does not affect image or video previews, or apply to text in Schema "
"markup."
msgstr ""
#: lib/messages-tooltip.php:271
msgid "Suggest a maximum size for the image preview in search results."
msgstr ""
#: lib/messages-tooltip.php:275
msgid "%s = No image preview will be shown."
msgstr ""
#: lib/messages-tooltip.php:277
msgid "%s = A default image preview size may be used."
msgstr ""
#: lib/messages-tooltip.php:279
msgid ""
"%s = A larger image preview size, up to the width of the viewport, may be "
"used."
msgstr ""
#: lib/messages-tooltip.php:284
msgid ""
"If you don't want Google to use a larger thumbnail when an AMP page or "
"canonical version of an article is shown in Search or Discover, select %1$s "
"or %2$s."
msgstr ""
#: lib/messages-tooltip.php:293
msgid ""
"Suggest a maximum of number seconds for video snippets in search results."
msgstr ""
#: lib/messages-tooltip.php:297
msgid ""
"0 = Shows a static image for videos, if image previews are allowed in search "
"results."
msgstr ""
#: lib/messages-tooltip.php:299
msgid "-1 = No limit."
msgstr ""
#: lib/messages-tooltip.php:324
msgid ""
"To <a href=\"%s\">claim your website with Pinterest</a>: Edit your account "
"settings on Pinterest, select the \"Claim\" section, enter your website URL, "
"then click the \"Claim\" button."
msgstr ""
#: lib/messages-tooltip.php:326
msgid ""
"Choose \"Add HTML tag\" and enter the \"p:domain_verify\" meta tag "
"<code>content</code> value here (enter only the verification ID string, not "
"the meta tag HTML)."
msgstr ""
#: lib/messages-tooltip.php:334
msgid ""
"If you have a <a href=\"%s\">Pinterest page for your business</a>, you may "
"enter its URL here."
msgstr ""
#: lib/messages-tooltip.php:334
msgid "https://business.pinterest.com/"
msgstr ""
#: lib/messages-tooltip.php:345
msgid ""
"Add a %s attribute to the site header and Gravatar images to prevent the "
"Pinterest Pin It browser button from suggesting these images."
msgstr ""
#: lib/messages-tooltip.php:351 lib/messages.php:1375
#: lib/submenu/general.php:370
msgctxt "option label"
msgid "Add Hidden Image for Pinterest"
msgstr ""
#: lib/messages-tooltip.php:353
msgid ""
"%1$s can add a %2$s attribute to resized images from the WordPress Media "
"Library."
msgstr ""
#: lib/messages-tooltip.php:355
msgid ""
"This prevents the Pinterest Pin It browser button from suggesting images "
"that may be too small."
msgstr ""
#: lib/messages-tooltip.php:357
msgid ""
"When enabling this option, you should also enable the \"%s\" option to "
"provide an image for the Pin It browser button."
msgstr ""
#: lib/messages-tooltip.php:363
msgid ""
"Add an extra hidden image for the Pinterest Pin It browser button in the "
"WordPress singular post/page content, author description, post types archive "
"description, and term description."
msgstr ""
#: lib/messages-tooltip.php:365
msgid ""
"Although generally recommended, this option is disabled by default since the "
"extra image can affect page load speed (the image cannot be lazy loaded)."
msgstr ""
#: lib/messages-tooltip.php:367
msgid ""
"If your website visitors use the Pinterest Pin It browser button, you may "
"enable this option, otherwise leave it unchecked."
msgstr ""
#: lib/messages-tooltip.php:375
msgid ""
"The dimensions used for the Pinterest Pin It browser button image (default "
"dimensions are %s)."
msgstr ""
#: lib/messages-tooltip.php:398
msgid ""
"If you have a <a href=\"%s\">X (Twitter) @username for your business</a> "
"(not your personal @username), you may enter its name here."
msgstr ""
#: lib/messages-tooltip.php:398
msgid "https://business.twitter.com/"
msgstr ""
#: lib/messages-tooltip.php:400
msgid ""
"The %s will be included in in X (Twitter) Card meta tags and the website's "
"Schema Organization markup."
msgstr ""
#: lib/messages-tooltip.php:423
msgid ""
"The dimensions used for the <a href=\"%1$s\">Summary Card</a> image should "
"be at least %2$s (default dimensions are %3$s)."
msgstr ""
#: lib/messages-tooltip.php:431
msgid ""
"The dimensions used for the <a href=\"%1$s\">Large Image Summary Card</a> "
"must be larger than %2$s (default dimensions are %3$s)."
msgstr ""
#: lib/messages-tooltip.php:454
msgid ""
"If you have an <a href=\"%s\">Intagram profile for your business</a>, you "
"may enter its URL here."
msgstr ""
#: lib/messages-tooltip.php:454
msgid "https://business.instagram.com/getting-started"
msgstr ""
#: lib/messages-tooltip.php:482
msgid ""
"If you have a <a href=\"%s\">LinkedIn page for your business</a>, you may "
"enter its URL here."
msgstr ""
#: lib/messages-tooltip.php:482
msgid "https://business.linkedin.com/marketing-solutions/linkedin-pages"
msgstr ""
#: lib/messages-tooltip.php:510
msgid ""
"If you have a <a href=\"%s\">Medium page for your business</a>, you may "
"enter its URL here."
msgstr ""
#: lib/messages-tooltip.php:510
msgid "https://medium.com/"
msgstr ""
#: lib/messages-tooltip.php:538
msgid ""
"If you have a <a href=\"%s\">Myspace page for your business</a>, you may "
"enter its URL here."
msgstr ""
#: lib/messages-tooltip.php:538
msgid "https://myspace.com/"
msgstr ""
#: lib/messages-tooltip.php:566
msgid ""
"If you have a <a href=\"%s\">Soundcloud page for your business</a>, you may "
"enter its URL here."
msgstr ""
#: lib/messages-tooltip.php:566
msgid "https://soundcloud.com/"
msgstr ""
#: lib/messages-tooltip.php:594
msgid ""
"If you have a <a href=\"%s\">TikTok page for your business</a>, you may "
"enter its URL here."
msgstr ""
#: lib/messages-tooltip.php:594
msgid "https://tiktok.com/"
msgstr ""
#: lib/messages-tooltip.php:622
msgid ""
"If you have a <a href=\"%s\">Tumblr page for your business</a>, you may "
"enter its URL here."
msgstr ""
#: lib/messages-tooltip.php:622
msgid "https://tumblr.com/"
msgstr ""
#: lib/messages-tooltip.php:650
msgid ""
"If you have a <a href=\"%s\">Wikipedia page for your organization</a>, you "
"may enter its URL here."
msgstr ""
#: lib/messages-tooltip.php:650
msgid "https://en.wikipedia.org/wiki/Wikipedia:FAQ/Organizations"
msgstr ""
#: lib/messages-tooltip.php:678
msgid ""
"If you have a <a href=\"%s\">YouTube channel for your business</a>, you may "
"enter its URL here."
msgstr ""
#: lib/messages-tooltip.php:678
msgid "https://youtube.com/"
msgstr ""
#: lib/messages-tooltip.php:720
msgid ""
"As an example, to match the <em>%1$s</em> of a theme or other plugin, you "
"might change \"%2$s\" to \"%3$s\" or some other value."
msgstr ""
#: lib/messages-tooltip.php:732
msgid "The WordPress <em>%s</em> column cannot be modified."
msgstr ""
#: lib/messages.php:159
msgid "Upgrade to the %s edition and get the following features."
msgstr ""
#. translators: Please ignore - translation uses a different text domain.
#: lib/messages.php:178
msgid "Product data"
msgstr ""
#: lib/messages.php:182
msgid ""
"Read-only product options show values imported from the WooCommerce %s "
"metabox for the main product."
msgstr ""
#: lib/messages.php:184
msgid ""
"You can edit product information in the WooCommerce %s metabox to update "
"these values."
msgstr ""
#: lib/messages.php:188
msgid ""
"This is a variable product - information from product variations may "
"supersede these values in Schema product offers."
msgstr ""
#: lib/messages.php:198
msgid ""
"An e-commerce plugin is active – read-only product information fields "
"may show values imported from the e-commerce plugin."
msgstr ""
#: lib/messages.php:214
msgctxt "plugin action link"
msgid "Get More Licenses"
msgstr ""
#: lib/messages.php:218
msgctxt "plugin action link"
msgid "Purchase %s Plugin"
msgstr ""
#: lib/messages.php:222
msgctxt "plugin action link"
msgid "Purchase %s Add-on"
msgstr ""
#: lib/messages.php:254 lib/messages.php:273 lib/messages.php:585
msgid "The %s advanced option is currently disabled."
msgstr ""
#: lib/messages.php:279
msgid ""
"Many themes and plugins have badly coded content filters, so this option is "
"disabled by default."
msgstr ""
#: lib/messages.php:297
msgid ""
"Note that correct image sizes are required for several markup standards, "
"including Google Rich Results."
msgstr ""
#: lib/messages.php:299
msgid ""
"Correct image sizes also improve click through rates by presenting your "
"content at its best on social sites and in search results."
msgstr ""
#: lib/messages.php:301
msgid "Consider replacing the original image with a higher resolution version."
msgstr ""
#: lib/messages.php:305
msgid ""
"A larger image can also be uploaded and/or selected in the %1$s metabox "
"under the %2$s tab."
msgstr ""
#: lib/messages.php:308
msgid ""
"See <a href=\"%s\">Why shouldn't I upload small images to the media library?"
"</a> for more information on how WordPress uses high resolution images and "
"automatically creates smaller images from them."
msgstr ""
#: lib/messages.php:336
msgctxt "lib file description"
msgid "Image Sizes"
msgstr ""
#: lib/messages.php:340
msgid "Actions available to resolve this issue, in order of preference:"
msgstr ""
#: lib/messages.php:346
msgid "Replace the uploaded full size image with a higher resolution version."
msgstr ""
#: lib/messages.php:351
msgid "Select a higher resolution image under the %1$s > %2$s tab."
msgstr ""
#: lib/messages.php:357
msgid "Enable the %s option to use attached images (recommended)."
msgstr ""
#: lib/messages.php:363
msgid "Enable the %s option to search the content text for more images."
msgstr ""
#: lib/messages.php:366
msgid "Disable the %s option if uploaded content images are too small."
msgstr ""
#: lib/messages.php:371
msgid "Enable the %s option."
msgstr ""
#: lib/messages.php:373
msgid "Increase the %s option value."
msgstr ""
#: lib/messages.php:384
msgid "Reduce the image size dimensions in the %s settings page."
msgstr ""
#: lib/messages.php:389
msgid "Disable the %s option (not recommended)."
msgstr ""
#: lib/messages.php:408
msgid ""
"An Open Graph %1$s meta tag could not be generated from this content or its "
"custom %2$s metabox options."
msgstr ""
#: lib/messages.php:411
msgid ""
"Facebook requires at least one %1$s meta tag to render shared content "
"correctly."
msgstr ""
#: lib/messages.php:422
msgid ""
"A Schema %1$s property could not be generated from this content or its "
"custom %2$s metabox options."
msgstr ""
#: lib/messages.php:427
msgid "Google requires at least one %1$s property for this Schema type."
msgstr ""
#: lib/messages.php:432
msgid "Google requires at least one %1$s property for the Schema %2$s type."
msgstr ""
#: lib/messages.php:443
msgid ""
"An Authentication ID for %1$s has been entered in the %2$s settings page but "
"the plugin has not been installed yet."
msgstr ""
#: lib/messages.php:445
msgid ""
"You can install and activate the %3$s plugin from the %2$s settings page."
msgstr ""
#: lib/messages.php:454
msgid ""
"An Authentication ID for %1$s has been entered in the %2$s settings page but "
"the %3$s version has not been installed yet."
msgstr ""
#: lib/messages.php:456
msgid "Don't forget to update the plugin to install the latest %3$s version."
msgstr ""
#: lib/messages.php:471
msgctxt "tooltip fragment"
msgid "ratings and reviews"
msgstr ""
#: lib/messages.php:473
msgid ""
"WooCommerce product reviews are not compatible with the selected %s service "
"API."
msgstr ""
#: lib/messages.php:476
msgid ""
"Please choose another %1$s or <a href=\"%2$s\">disable product reviews in "
"WooCommerce</a>."
msgstr ""
#: lib/messages.php:483 lib/register.php:324
msgid ""
"You are using %1$s version %2$s - <a href=\"%3$s\">this %1$s version is "
"outdated, unsupported, possibly insecure</a>, and may lack important updates "
"and features."
msgstr ""
#: lib/messages.php:504
msgid ""
"An Authentication ID has been entered in the %1$s settings page, but the "
"%2$s add-on is not active."
msgstr ""
#: lib/messages.php:506
msgid ""
"The %1$s add-on is required to enable %2$s features and get %2$s updates."
msgstr ""
#: lib/messages.php:510
msgid ""
"You can install and activate the %1$s add-on from the %2$s settings page."
msgstr ""
#: lib/messages.php:514
msgid ""
"You can activate the %1$s add-on from <a href=\"%2$s\">the WordPress Plugins "
"page</a>."
msgstr ""
#: lib/messages.php:517
msgid ""
"Once the %1$s add-on is active, %2$s updates may be available for the %3$s "
"plugin."
msgstr ""
#: lib/messages.php:528
msgctxt "submit button"
msgid "Check for Plugin Updates"
msgstr ""
#: lib/messages.php:534
msgid "Updates"
msgstr ""
#: lib/messages.php:537
msgid ""
"%1$s version %2$s requires the use of %3$s version %4$s or newer (version "
"%5$s is currently installed)."
msgstr ""
#. translators: %1$s is the WPSSO Update Manager add-on name.
#: lib/messages.php:540
msgid ""
"If an update for the %1$s add-on is not available under the WordPress %2$s "
"page, use the <em>%3$s</em> button in the %4$s settings page to force an "
"immediate refresh of the plugin update information."
msgstr ""
#: lib/messages.php:566 lib/submenu/advanced.php:36
msgctxt "metabox title"
msgid "Attributes and Metadata"
msgstr ""
#: lib/messages.php:567 lib/submenu/advanced.php:210
msgctxt "metabox tab"
msgid "Product Attributes"
msgstr ""
#: lib/messages.php:569
msgid "%1$s can read additional WooCommerce product attributes: %2$s."
msgstr ""
#: lib/messages.php:572
msgid ""
"You can view and modify the complete list of supported product attributes "
"under the %s tab."
msgstr ""
#: lib/messages.php:587
msgid "WooCommerce product variations are children of their product page."
msgstr ""
#: lib/messages.php:589
msgid ""
"Unless you have an image selected for each product variation, we recommend "
"enabling this option."
msgstr ""
#: lib/messages.php:600
msgid "The %1$s constant definition in your %2$s file contains a variable."
msgstr ""
#: lib/messages.php:602
msgid ""
"WordPress uses the %s constant to provide a single unique canonical URL for "
"each webpage and Media Library content."
msgstr ""
#: lib/messages.php:604
msgid ""
"A changing %s value will create different canonical URLs in your webpages, "
"leading to duplicate content penalties from Google, incorrect social share "
"counts, possible broken media links, mixed content issues, and SSL "
"certificate errors."
msgstr ""
#: lib/messages.php:606
msgid ""
"Please update your %1$s file and provide a fixed, non-variable value for the "
"%2$s constant."
msgstr ""
#: lib/messages.php:623
msgid "Premium plugin support."
msgstr ""
#: lib/messages.php:633
msgid "The %s plugin includes:"
msgstr ""
#: lib/messages.php:639
msgid ""
"<strong><a href=\"%s\">Customize advanced settings</a></strong>, including "
"image sizes, video services, shortening services, default types, contact "
"fields, product attributes, custom fields, and more."
msgstr ""
#: lib/messages.php:641
msgid ""
"<strong>Get video details from video hosting platforms</strong> (Facebook, "
"Gravatar, SlideShare, Soundcloud, Vimeo, Wistia, Youtube)."
msgstr ""
#: lib/messages.php:643
msgid ""
"<strong>Get short URLs from shortening services</strong> (Bitly, DLMY.App, "
"Ow.ly, TinyURL, YOURLS)."
msgstr ""
#: lib/messages.php:653
msgid ""
"<strong>Development of %s is driven by user requests</strong> - we welcome "
"all your comments and suggestions."
msgstr ""
#: lib/messages.php:663
msgid ""
"Great ratings are an excellent way to ensure the continued development of "
"your favorite plugins."
msgstr ""
#: lib/messages.php:667
msgid ""
"Without new ratings, plugins and add-ons that you and your site depend on "
"could be discontinued prematurely."
msgstr ""
#: lib/messages.php:669
msgid "Don't let that happen!"
msgstr ""
#: lib/messages.php:671
msgid ""
"Rate your active plugins today - it only takes a few seconds to rate a "
"plugin!"
msgstr ""
#. translators: %s is the wordpress.org URL for the WPSSO User Locale Selector
#. add-on.
#: lib/messages.php:691
msgid ""
"This option is localized - <a href=\"%s\">you may change the WordPress "
"locale</a> to define alternate values for different languages."
msgstr ""
#: lib/messages.php:725
msgctxt "tooltip fragment"
msgid "Microdata type URLs"
msgstr ""
#: lib/messages.php:726
msgctxt "tooltip fragment"
msgid "additional microdata type URLs"
msgstr ""
#: lib/messages.php:727
msgid "https://schema.org/additionalType"
msgstr ""
#: lib/messages.php:732
msgctxt "tooltip fragment"
msgid "article section"
msgstr ""
#: lib/messages.php:733
msgctxt "tooltip fragment"
msgid "an article section"
msgstr ""
#: lib/messages.php:734
msgid "https://schema.org/articleSection"
msgstr ""
#: lib/messages.php:739
msgctxt "tooltip fragment"
msgid "book author name"
msgstr ""
#: lib/messages.php:740
msgctxt "tooltip fragment"
msgid "a book author name"
msgstr ""
#: lib/messages.php:744
msgctxt "tooltip fragment"
msgid "book ISBN"
msgstr ""
#: lib/messages.php:745 lib/messages.php:885
msgctxt "tooltip fragment"
msgid "an ISBN code (aka International Standard Book Number)"
msgstr ""
#: lib/messages.php:746 lib/messages.php:850 lib/messages.php:856
#: lib/messages.php:862 lib/messages.php:868 lib/messages.php:874
#: lib/messages.php:886
msgid "https://support.google.com/merchants/answer/6324461"
msgstr ""
#: lib/messages.php:750 lib/messages.php:751
msgctxt "tooltip fragment"
msgid "how-to steps"
msgstr ""
#: lib/messages.php:755 lib/messages.php:756
msgctxt "tooltip fragment"
msgid "how-to supplies"
msgstr ""
#: lib/messages.php:760 lib/messages.php:761
msgctxt "tooltip fragment"
msgid "how-to tools"
msgstr ""
#: lib/messages.php:764
msgctxt "option label"
msgid "Image URL"
msgstr ""
#: lib/messages.php:765
msgctxt "tooltip fragment"
msgid "image URL"
msgstr ""
#: lib/messages.php:766
msgctxt "tooltip fragment"
msgid "an image URL"
msgstr ""
#: lib/messages.php:770
msgctxt "tooltip fragment"
msgid "product adult type"
msgstr ""
#: lib/messages.php:771
msgctxt "tooltip fragment"
msgid "a product adult type"
msgstr ""
#: lib/messages.php:772
msgid "https://support.google.com/merchants/answer/6324508"
msgstr ""
#: lib/messages.php:778
msgctxt "tooltip fragment"
msgid "product age group"
msgstr ""
#: lib/messages.php:779
msgctxt "tooltip fragment"
msgid "a product age group"
msgstr ""
#: lib/messages.php:780
msgid "https://support.google.com/merchants/answer/6324463"
msgstr ""
#: lib/messages.php:786
msgctxt "tooltip fragment"
msgid "product availability"
msgstr ""
#: lib/messages.php:787
msgctxt "tooltip fragment"
msgid "a product availability"
msgstr ""
#: lib/messages.php:788
msgid "https://support.google.com/merchants/answer/6324448"
msgstr ""
#: lib/messages.php:793
msgctxt "tooltip fragment"
msgid "product brand"
msgstr ""
#: lib/messages.php:794
msgctxt "tooltip fragment"
msgid "a product brand"
msgstr ""
#: lib/messages.php:795
msgid "https://support.google.com/merchants/answer/6324351"
msgstr ""
#: lib/messages.php:800
msgctxt "tooltip fragment"
msgid "product Google category"
msgstr ""
#: lib/messages.php:801
msgctxt "tooltip fragment"
msgid "a product Google category"
msgstr ""
#: lib/messages.php:802
msgid "https://support.google.com/merchants/answer/6324436"
msgstr ""
#: lib/messages.php:809
msgctxt "tooltip fragment"
msgid "product color"
msgstr ""
#: lib/messages.php:810
msgctxt "tooltip fragment"
msgid "a product color"
msgstr ""
#: lib/messages.php:811
msgid "https://support.google.com/merchants/answer/6324487"
msgstr ""
#: lib/messages.php:815
msgctxt "tooltip fragment"
msgid "product condition"
msgstr ""
#: lib/messages.php:816
msgctxt "tooltip fragment"
msgid "a product condition"
msgstr ""
#: lib/messages.php:817
msgid "https://support.google.com/merchants/answer/6324469"
msgstr ""
#: lib/messages.php:821
msgctxt "option label"
msgid "Product Currency"
msgstr ""
#: lib/messages.php:822
msgctxt "tooltip fragment"
msgid "product currency"
msgstr ""
#: lib/messages.php:823
msgctxt "tooltip fragment"
msgid "a product currency"
msgstr ""
#: lib/messages.php:827
msgctxt "tooltip fragment"
msgid "product energy efficiency rating"
msgstr ""
#: lib/messages.php:828
msgctxt "tooltip fragment"
msgid "a product energy efficiency rating"
msgstr ""
#: lib/messages.php:834
msgctxt "option label"
msgid "Product Energy Rating Range"
msgstr ""
#: lib/messages.php:835
msgctxt "tooltip fragment"
msgid "product energy efficiency rating minimum and maximum"
msgstr ""
#: lib/messages.php:836
msgctxt "tooltip fragment"
msgid "a product energy efficiency rating range"
msgstr ""
#: lib/messages.php:843
msgctxt "tooltip fragment"
msgid "product fluid volume"
msgstr ""
#: lib/messages.php:844
msgctxt "tooltip fragment"
msgid "a product fluid volume"
msgstr ""
#: lib/messages.php:848
msgctxt "tooltip fragment"
msgid "product GTIN-14"
msgstr ""
#: lib/messages.php:849
msgctxt "tooltip fragment"
msgid "a product GTIN-14 code (aka ITF-14)"
msgstr ""
#: lib/messages.php:854
msgctxt "tooltip fragment"
msgid "product GTIN-13 (EAN)"
msgstr ""
#: lib/messages.php:855
msgctxt "tooltip fragment"
msgid "a product GTIN-13 code (aka 13-digit ISBN codes or EAN/UCC-13)"
msgstr ""
#: lib/messages.php:860
msgctxt "tooltip fragment"
msgid "product GTIN-12 (UPC)"
msgstr ""
#: lib/messages.php:861
msgctxt "tooltip fragment"
msgid ""
"a product GTIN-12 code (12-digit GS1 identification key composed of a UPC "
"company prefix, item reference, and check digit)"
msgstr ""
#: lib/messages.php:866
msgctxt "tooltip fragment"
msgid "product GTIN-8"
msgstr ""
#: lib/messages.php:867
msgctxt "tooltip fragment"
msgid "a product GTIN-8 code (aka EAN/UCC-8 or 8-digit EAN)"
msgstr ""
#: lib/messages.php:872
msgctxt "tooltip fragment"
msgid "product GTIN"
msgstr ""
#: lib/messages.php:873
msgctxt "tooltip fragment"
msgid "a product GTIN code (GTIN-8, GTIN-12/UPC, GTIN-13/EAN, or GTIN-14)"
msgstr ""
#: lib/messages.php:878
msgctxt "tooltip fragment"
msgid "product net height"
msgstr ""
#: lib/messages.php:879
msgctxt "tooltip fragment"
msgid ""
"a product net height, as opposed to a shipping or packaged height used for "
"shipping cost calculations"
msgstr ""
#: lib/messages.php:880 lib/messages.php:892 lib/messages.php:1001
#: lib/messages.php:1007
msgid "https://support.google.com/merchants/answer/11018531"
msgstr ""
#: lib/messages.php:884
msgctxt "tooltip fragment"
msgid "product ISBN"
msgstr ""
#: lib/messages.php:890
msgctxt "tooltip fragment"
msgid "product net length or depth"
msgstr ""
#: lib/messages.php:891
msgctxt "tooltip fragment"
msgid ""
"a product net length or depth, as opposed to a shipping or packaged length "
"used for shipping cost calculations"
msgstr ""
#: lib/messages.php:896
msgctxt "tooltip fragment"
msgid "product material"
msgstr ""
#: lib/messages.php:897
msgctxt "tooltip fragment"
msgid "a product material"
msgstr ""
#: lib/messages.php:898
msgid "https://support.google.com/merchants/answer/6324410"
msgstr ""
#: lib/messages.php:902
msgctxt "tooltip fragment"
msgid "product MPN"
msgstr ""
#: lib/messages.php:903
msgctxt "tooltip fragment"
msgid "a Manufacturer Part Number (MPN)"
msgstr ""
#: lib/messages.php:904
msgid "https://support.google.com/merchants/answer/6324482"
msgstr ""
#: lib/messages.php:908
msgctxt "tooltip fragment"
msgid "product minimum advertised price"
msgstr ""
#: lib/messages.php:909
msgctxt "tooltip fragment"
msgid "a Minimum Advertised Price (MAP)"
msgstr ""
#: lib/messages.php:914
msgctxt "tooltip fragment"
msgid "product return policy"
msgstr ""
#: lib/messages.php:915
msgctxt "tooltip fragment"
msgid "a product return policy"
msgstr ""
#: lib/messages.php:922
msgctxt "tooltip fragment"
msgid "product pattern"
msgstr ""
#: lib/messages.php:923
msgctxt "tooltip fragment"
msgid "a product pattern"
msgstr ""
#: lib/messages.php:924
msgid "https://support.google.com/merchants/answer/6324483"
msgstr ""
#: lib/messages.php:928
msgctxt "tooltip fragment"
msgid "product price"
msgstr ""
#: lib/messages.php:929
msgctxt "tooltip fragment"
msgid "a product price"
msgstr ""
#: lib/messages.php:933
msgctxt "tooltip fragment"
msgid "product price type"
msgstr ""
#: lib/messages.php:934
msgctxt "tooltip fragment"
msgid "a product price type"
msgstr ""
#: lib/messages.php:940
msgctxt "tooltip fragment"
msgid "product SKU"
msgstr ""
#: lib/messages.php:941
msgctxt "tooltip fragment"
msgid "a Stock-Keeping Unit (SKU)"
msgstr ""
#: lib/messages.php:945
msgctxt "tooltip fragment"
msgid "product shipping height"
msgstr ""
#: lib/messages.php:946
msgctxt "tooltip fragment"
msgid ""
"a product shipping or packaged height used for shipping cost calculations"
msgstr ""
#: lib/messages.php:947 lib/messages.php:953 lib/messages.php:965
msgid "https://support.google.com/merchants/answer/6324498"
msgstr ""
#: lib/messages.php:951
msgctxt "tooltip fragment"
msgid "product shipping length"
msgstr ""
#: lib/messages.php:952
msgctxt "tooltip fragment"
msgid ""
"a product shipping or packaged length used for shipping cost calculations"
msgstr ""
#: lib/messages.php:957
msgctxt "tooltip fragment"
msgid "product shipping weight"
msgstr ""
#: lib/messages.php:958
msgctxt "tooltip fragment"
msgid ""
"a product shipping or packaged weight used for shipping cost calculations"
msgstr ""
#: lib/messages.php:959
msgid "https://support.google.com/merchants/answer/6324503"
msgstr ""
#: lib/messages.php:963
msgctxt "tooltip fragment"
msgid "product shipping width"
msgstr ""
#: lib/messages.php:964
msgctxt "tooltip fragment"
msgid ""
"a product shipping or packaged width used for shipping cost calculations"
msgstr ""
#: lib/messages.php:969
msgctxt "tooltip fragment"
msgid "product size"
msgstr ""
#: lib/messages.php:970
msgctxt "tooltip fragment"
msgid "a product size"
msgstr ""
#: lib/messages.php:971
msgid "https://support.google.com/merchants/answer/6324492"
msgstr ""
#: lib/messages.php:975
msgctxt "tooltip fragment"
msgid "product size group"
msgstr ""
#: lib/messages.php:976
msgctxt "tooltip fragment"
msgid "a product size group"
msgstr ""
#: lib/messages.php:977
msgid "https://support.google.com/merchants/answer/6324497"
msgstr ""
#: lib/messages.php:983
msgctxt "tooltip fragment"
msgid "product size system"
msgstr ""
#: lib/messages.php:984
msgctxt "tooltip fragment"
msgid "a product size system"
msgstr ""
#: lib/messages.php:985
msgid "https://support.google.com/merchants/answer/6324502"
msgstr ""
#: lib/messages.php:991
msgctxt "tooltip fragment"
msgid "product target gender"
msgstr ""
#: lib/messages.php:992
msgctxt "tooltip fragment"
msgid "a product target gender"
msgstr ""
#: lib/messages.php:993
msgid "https://support.google.com/merchants/answer/6324479"
msgstr ""
#: lib/messages.php:999
msgctxt "tooltip fragment"
msgid "product net weight"
msgstr ""
#: lib/messages.php:1000
msgctxt "tooltip fragment"
msgid ""
"a product net weight, as opposed to a shipping or packaged weight used for "
"shipping cost calculations"
msgstr ""
#: lib/messages.php:1005
msgctxt "tooltip fragment"
msgid "product net width"
msgstr ""
#: lib/messages.php:1006
msgctxt "tooltip fragment"
msgid ""
"a product net width, as opposed to a shipping or packaged width used for "
"shipping cost calculations"
msgstr ""
#: lib/messages.php:1010
msgctxt "option label"
msgid "Review Subject Name"
msgstr ""
#: lib/messages.php:1011
msgctxt "tooltip fragment"
msgid "review subject name"
msgstr ""
#: lib/messages.php:1012
msgctxt "tooltip fragment"
msgid "a Schema Review subject (aka item reviewed) name"
msgstr ""
#: lib/messages.php:1013
msgid ""
"https://developers.google.com/search/docs/appearance/structured-data/review-"
"snippet#review-properties"
msgstr ""
#: lib/messages.php:1016
msgctxt "option label"
msgid "Review Subject Description"
msgstr ""
#: lib/messages.php:1017
msgctxt "tooltip fragment"
msgid "review subject description"
msgstr ""
#: lib/messages.php:1018
msgctxt "tooltip fragment"
msgid "a Schema Review subject (aka item reviewed) description"
msgstr ""
#: lib/messages.php:1022
msgctxt "tooltip fragment"
msgid "review rating"
msgstr ""
#: lib/messages.php:1023
msgctxt "tooltip fragment"
msgid "a Schema Review rating"
msgstr ""
#: lib/messages.php:1024
msgid "https://schema.org/Review"
msgstr ""
#: lib/messages.php:1028
msgctxt "tooltip fragment"
msgid "rating alternate name"
msgstr ""
#: lib/messages.php:1029
msgctxt "tooltip fragment"
msgid "a Schema Review rating alternate name"
msgstr ""
#: lib/messages.php:1030
msgid ""
"https://developers.google.com/search/docs/appearance/structured-data/"
"factcheck#rating"
msgstr ""
#: lib/messages.php:1034 lib/messages.php:1035
msgctxt "tooltip fragment"
msgid "recipe ingredients"
msgstr ""
#: lib/messages.php:1039 lib/messages.php:1040
msgctxt "tooltip fragment"
msgid "recipe instructions"
msgstr ""
#: lib/messages.php:1044
msgctxt "tooltip fragment"
msgid "same-as URLs"
msgstr ""
#: lib/messages.php:1045
msgctxt "tooltip fragment"
msgid "additional same-as URLs"
msgstr ""
#: lib/messages.php:1050
msgctxt "tooltip fragment"
msgid "video embed HTML"
msgstr ""
#: lib/messages.php:1051
msgctxt "tooltip fragment"
msgid "video embed HTML code (not a URL)"
msgstr ""
#: lib/messages.php:1054
msgctxt "option label"
msgid "Video URL"
msgstr ""
#: lib/messages.php:1055
msgctxt "tooltip fragment"
msgid "video URL"
msgstr ""
#: lib/messages.php:1056
msgctxt "tooltip fragment"
msgid "a video URL (not HTML code)"
msgstr ""
#: lib/messages.php:1109
msgctxt "option value"
msgid "uncropped"
msgstr ""
#: lib/messages.php:1109
msgctxt "option value"
msgid "cropped"
msgstr ""
#: lib/messages.php:1123 lib/messages.php:1139 lib/util-metabox.php:253
msgid "No options available."
msgstr ""
#: lib/messages.php:1165
msgid ""
"Facebook prefers images of %1$s cropped (for Retina and high-PPI displays), "
"%2$s cropped as a recommended minimum, and ignores images smaller than %3$s."
msgstr ""
#: lib/messages.php:1195 lib/messages.php:1243 lib/messages.php:1287
msgid "Modifications disabled (SEO plugin detected)."
msgstr ""
#: lib/messages.php:1201
msgid "No theme support for <a href=\"%s\">WordPress Title Tag</a>."
msgstr ""
#: lib/messages.php:1205 lib/messages.php:1251
msgid "Modifications disabled (%s constant is true)."
msgstr ""
#: lib/messages.php:1247
msgid "Modifications disabled (no theme support)."
msgstr ""
#: lib/messages.php:1260
msgid "Modifications disabled (%1$s option not \"%2$s\")."
msgstr ""
#: lib/messages.php:1289
msgid "Modifications disabled (<code>%s</code> tag disabled)."
msgstr ""
#: lib/messages.php:1313
msgid "Note that the <code>%s</code> HTML tag is currently disabled."
msgstr ""
#: lib/messages.php:1314
msgid "You can re-enable this option under the %s tab."
msgstr ""
#: lib/messages.php:1346
msgctxt "wpsso"
msgid ""
"Activating the %s add-on is recommended to manage the values for this option."
msgstr ""
#: lib/messages.php:1365
msgctxt "option comment"
msgid "video preview images are enabled (and included first)"
msgstr ""
#. translators: %s is the option name, linked to its settings page.
#: lib/messages.php:1379
msgid "Modifications disabled (%s option is disabled)."
msgstr ""
#: lib/messages.php:1386
msgctxt "option comment"
msgid "video preview images are included first"
msgstr ""
#: lib/messages.php:1404
msgid "Video service API modules are provided with the %1$s edition."
msgstr ""
#: lib/messages.php:1415
msgid "adding video markup"
msgstr ""
#: lib/messages.php:1419
msgid ""
"A %1$s video was found but details about this video (title, description, "
"preview image, upload date, duration, width, height, encoding, etc.) could "
"not be retrieved as video service API modules are provided with the %2$s "
"edition."
msgstr ""
#: lib/messages.php:1443
msgid "The WordPress sitemaps functionality is disabled."
msgstr ""
#: lib/messages.php:1461
msgid ""
"A theme or plugin is returning <code>false</code> for the "
"'wp_sitemaps_enabled' filter."
msgstr ""
#: lib/options.php:819
msgid ""
"Option keys \"%1$s\" (%2$d) and \"%3$s\" (%4$d) have an aspect ratio of "
"%5$s:1, which not equal to the required image ratio of %6$s:1."
msgstr ""
#: lib/options.php:828
msgid ""
"Option keys \"%1$s\" (%2$d) and \"%3$s\" (%4$d) have an aspect ratio of "
"%5$s:1, which is equal to / or greater than the maximum image ratio of "
"%6$s:1."
msgstr ""
#: lib/options.php:836
msgid "These options have been reset to their default values."
msgstr ""
#: lib/options.php:854
msgid ""
"The Facebook App ID must be numeric and 32 characters or less in length - "
"the value of \"%s\" is not valid."
msgstr ""
#: lib/options.php:981
msgid "Plugin settings have been upgraded and saved."
msgstr ""
#: lib/options.php:1305 lib/submenu/general.php:487
msgctxt "option label"
msgid "Organization Logo URL"
msgstr ""
#: lib/options.php:1310 lib/submenu/general.php:492
msgctxt "option label"
msgid "Organization Banner URL"
msgstr ""
#. translators: %s is a link to the option label.
#: lib/options.php:1317
msgid "The %s image is missing and required."
msgstr ""
#. translators: %s is a link to the option label.
#: lib/options.php:1332
msgid "The %s image dimensions cannot be determined."
msgstr ""
#. translators: %s is the image URL.
#: lib/options.php:1335
msgid ""
"Please make sure this site can access %s using the PHP getimagesize() "
"function."
msgstr ""
#. translators: %1$s is a link to the option label.
#: lib/options.php:1349
msgid "The %1$s image dimensions are %2$s and must be greater than %3$s."
msgstr ""
#. translators: %s is the image URL.
#: lib/options.php:1353
msgid "Please correct the %s logo image or select a different logo image."
msgstr ""
#. translators: %1$s is a link to the option label.
#: lib/options.php:1368
msgid "The %1$s image dimensions are %2$s and must be exactly %3$s."
msgstr ""
#. translators: %s is the image URL.
#: lib/options.php:1372
msgid "Please correct the %s banner image or select a different banner image."
msgstr ""
#: lib/options.php:1397
msgid ""
"The value of option \"%s\" must be an array - resetting this option to its "
"default value."
msgstr ""
#: lib/options.php:1398
msgid ""
"The value of option \"%s\" must be alpha-numeric - resetting this option to "
"its default value."
msgstr ""
#: lib/options.php:1399
msgid ""
"The value of option \"%s\" must be blank or numeric - resetting this option "
"to its default value."
msgstr ""
#: lib/options.php:1400
msgid ""
"The value of option \"%s\" must be a CSS color code - resetting this option "
"to its default value."
msgstr ""
#: lib/options.php:1401
msgid ""
"The value of option \"%s\" must be a comma-delimited list of URL(s) - "
"resetting this option to its default value."
msgstr ""
#: lib/options.php:1402
msgid ""
"The value of option \"%s\" must be a yyyy-mm-dd date - resetting this option "
"to its default value."
msgstr ""
#: lib/options.php:1403
msgid ""
"The value of option \"%s\" must be HTML code - resetting this option to its "
"default value."
msgstr ""
#: lib/options.php:1404
msgid ""
"The value of option \"%s\" must be an image ID - resetting this option to "
"its default value."
msgstr ""
#: lib/options.php:1405
msgid ""
"The value of option \"%s\" must be a valid image URL - resetting this option "
"to its default value."
msgstr ""
#: lib/options.php:1406
msgid ""
"The value of option \"%s\" cannot be an empty string - resetting this option "
"to its default value."
msgstr ""
#: lib/options.php:1407
msgid ""
"The value of option \"%s\" must be numeric - resetting this option to its "
"default value."
msgstr ""
#: lib/options.php:1408
msgid ""
"The value of option \"%1$s\" must be equal to or greater than %2$s - "
"resetting this option to its default value."
msgstr ""
#: lib/options.php:1409
msgid ""
"The value of option \"%1$s\" must be greater than %2$s - resetting this "
"option to its default value."
msgstr ""
#: lib/options.php:1410
msgid ""
"The value of option \"%s\" must be a hh:mm time - resetting this option to "
"its default value."
msgstr ""
#: lib/options.php:1411
msgid ""
"The value of option \"%s\" must be a valid URL - resetting this option to "
"its default value."
msgstr ""
#: lib/options.php:1994 lib/options.php:2032
msgctxt "option value"
msgid "%%sitename%%"
msgstr ""
#: lib/options.php:1998
msgctxt "option value"
msgid "%%sitedesc%%"
msgstr ""
#: lib/options.php:2002
msgctxt "option value"
msgid "Image:"
msgstr ""
#: lib/options.php:2006
msgctxt "option value"
msgid "Caption:"
msgstr ""
#: lib/options.php:2013
msgctxt "option value"
msgid "Comment by %%comment_author%% on %%comment_date%%"
msgstr ""
#: lib/options.php:2020
msgctxt "option value"
msgid "Reply by %%comment_author%% on %%comment_date%%"
msgstr ""
#: lib/options.php:2024
msgctxt "option value"
msgid "Review by %%comment_author%%"
msgstr ""
#: lib/options.php:2028
msgctxt "option value"
msgid "%%var_title%% %%sep%% %%var_attrs%%"
msgstr ""
#: lib/options.php:2036
msgctxt "option value"
msgid "Page Not Found"
msgstr ""
#: lib/options.php:2040
msgctxt "option value"
msgid "Page \"%%pagename%%\" not found."
msgstr ""
#: lib/options.php:2044
msgctxt "option value"
msgid "No Title"
msgstr ""
#: lib/options.php:2048
msgctxt "option value"
msgid "No description."
msgstr ""
#: lib/options.php:2052
msgctxt "option value"
msgid "%%term_hierarchy%%"
msgstr ""
#: lib/options.php:2056
msgctxt "option value"
msgid "%%term_tax_single%% archive page for %%term_name%%."
msgstr ""
#: lib/options.php:2060
msgctxt "option value"
msgid "%%author_name%%, Author at %%sitename%%"
msgstr ""
#: lib/options.php:2064
msgctxt "option value"
msgid "Author archive page for %%author_name%%."
msgstr ""
#: lib/options.php:2068
msgctxt "option value"
msgid "Search Results %%sep%% %%query_search%%"
msgstr ""
#: lib/options.php:2072
msgctxt "option value"
msgid "Search results for “%%query_search%%”."
msgstr ""
#: lib/options.php:2076
msgctxt "option value"
msgid "%%query_year%%"
msgstr ""
#: lib/options.php:2080
msgctxt "option value"
msgid "Yearly archive for %%query_year%%."
msgstr ""
#: lib/options.php:2084
msgctxt "option value"
msgid "%%query_month%% %%query_year%%"
msgstr ""
#: lib/options.php:2088
msgctxt "option value"
msgid "Monthly archive for %%query_month%%, %%query_year%%."
msgstr ""
#: lib/options.php:2092
msgctxt "option value"
msgid "%%query_month%% %%query_day%%, %%query_year%%"
msgstr ""
#: lib/options.php:2096
msgctxt "option value"
msgid "Daily archive for %%query_month%% %%query_day%%, %%query_year%%."
msgstr ""
#: lib/page.php:1087 lib/util-inline.php:469
msgid "Page %1$d of %2$d"
msgstr ""
#: lib/page.php:1091
msgid "Page %1$d"
msgstr ""
#: lib/page.php:2328
msgid "%s minute"
msgid_plural "%s minutes"
msgstr[0] ""
msgstr[1] ""
#: lib/post.php:248
msgctxt "module name"
msgid "post"
msgstr ""
#: lib/post.php:278
msgid ""
"The <a href=\"%1$s\">WordPress get_post_type() function</a> returned an "
"array for WP_Post object ID %2$s."
msgstr ""
#: lib/post.php:278
msgid "https://developer.wordpress.org/reference/functions/get_post_type/"
msgstr ""
#: lib/post.php:280
msgid ""
"This function must not return an array, it must return false or a post type "
"string."
msgstr ""
#: lib/post.php:1337
msgid "Checking %1$s for duplicate meta tags..."
msgstr ""
#: lib/post.php:1370
msgid "The webpage HTML retrieved from %1$s is %2$s bytes."
msgstr ""
#: lib/post.php:1373
msgid ""
"This exceeds the maximum limit of %1$s bytes imposed by the Google crawler."
msgstr ""
#: lib/post.php:1376
msgid ""
"If you do not reduce the webpage HTML size, Google will refuse to crawl this "
"webpage."
msgstr ""
#: lib/post.php:1406
msgid "Retrieving the webpage HTML for %1$s took %2$s seconds."
msgstr ""
#: lib/post.php:1408
msgid ""
"This exceeds the recommended limit of %1$s seconds (crawlers often time-out "
"after %2$s seconds)."
msgstr ""
#: lib/post.php:1410
msgid "Please consider improving the speed of your site."
msgstr ""
#: lib/post.php:1411
msgid ""
"As an added benefit, a faster site will also improve ranking in search "
"results."
msgstr ""
#: lib/post.php:1425
msgid "Error retrieving content from <a href=\"%1$s\">%1$s</a>."
msgstr ""
#: lib/post.php:1439
msgid "An %1$s tag was not found in <a href=\"%2$s\">%2$s</a>."
msgstr ""
#: lib/post.php:1454
msgid "No %1$s HTML tags were found in <a href=\"%2$s\">%2$s</a>."
msgstr ""
#: lib/post.php:1471
msgid ""
"The %1$s meta tags and Schema markup section was not found in <a href=\"%2$s"
"\">%2$s</a>."
msgstr ""
#: lib/post.php:1474
msgid "Does a caching plugin or service need to be refreshed?"
msgstr ""
#: lib/post.php:1507
msgid "The PHP %1$s function failed to remove the %2$s meta tag section."
msgstr ""
#: lib/post.php:1509
msgid ""
"This could indicate a problem with PHP's PCRE library, or an optimization "
"plugin / service corrupting the webpage HTML."
msgstr ""
#: lib/post.php:1511
msgid ""
"You should consider updating or having your hosting provider update your PHP "
"installation and its PCRE library."
msgstr ""
#: lib/post.php:1531
msgid ""
"Conflict detected - your theme or another plugin is adding %1$s to the head "
"section of this webpage."
msgstr ""
#: lib/post.php:1550
msgid ""
"An error occured parsing the head meta tags from <a href=\"%1$s\">%1$s</a> "
"(no \"link\" or \"meta\" HTML tags were found)."
msgstr ""
#: lib/post.php:1552
msgid ""
"The webpage may contain HTML syntax errors preventing PHP from successfully "
"parsing the HTML document."
msgstr ""
#: lib/post.php:1555
msgid ""
"Please review the <a href=\"%1$s\">W3C Markup Validator</a> results and "
"correct any syntax errors."
msgstr ""
#: lib/post.php:1598
msgid "%1$d duplicate meta tags found."
msgstr ""
#: lib/post.php:1600
msgid "Check %1$d of %2$d failed (will retry)..."
msgstr ""
#: lib/post.php:1608
msgid "Awesome! No duplicate meta tags found."
msgstr ""
#: lib/post.php:1612
msgid "Debug option is enabled - will keep repeating duplicate check..."
msgstr ""
#: lib/post.php:1616
msgid "Check %1$d of %2$d successful..."
msgstr ""
#: lib/post.php:1815
msgid "ajax request invalid nonce"
msgstr ""
#: lib/post.php:1832
msgid "post id %s invalid for metadata"
msgstr ""
#: lib/post.php:1841
msgid "user id %s cannot edit post id %s"
msgstr ""
#: lib/post.php:2090
msgid "Insufficient privileges to edit %1$s ID %2$s."
msgstr ""
#: lib/profile/your-sso.php:48
msgid "Invalid user ID."
msgstr ""
#: lib/register.php:317 lib/register.php:325
msgid "%1$s requires %2$s version %3$s or higher and has been deactivated."
msgstr ""
#: lib/register.php:327
msgid "Please upgrade %1$s before trying to re-activate the %2$s plugin."
msgstr ""
#: lib/register.php:336
msgid "Page Tags"
msgstr ""
#: lib/register.php:337
msgid "Page Tag"
msgstr ""
#: lib/register.php:338
msgctxt "admin menu name"
msgid "Page Tags"
msgstr ""
#: lib/register.php:339
msgid "All Page Tags"
msgstr ""
#: lib/register.php:340
msgid "Edit Page Tag"
msgstr ""
#: lib/register.php:341
msgid "View Page Tag"
msgstr ""
#: lib/register.php:342
msgid "Update Page Tag"
msgstr ""
#: lib/register.php:343
msgid "Add New Page Tag"
msgstr ""
#: lib/register.php:344
msgid "New Page Tag Name"
msgstr ""
#: lib/register.php:345
msgid "Parent Page Tag"
msgstr ""
#: lib/register.php:346
msgid "Parent Page Tag:"
msgstr ""
#: lib/register.php:347
msgid "Search Page Tags"
msgstr ""
#: lib/register.php:348
msgid "Popular Page Tags"
msgstr ""
#: lib/register.php:349
msgid "Separate page tags with commas"
msgstr ""
#: lib/register.php:350
msgid "Add or remove page tags"
msgstr ""
#: lib/register.php:351
msgid "Choose from the most used"
msgstr ""
#: lib/register.php:352
msgid "No page tags found."
msgstr ""
#: lib/register.php:353
msgid "← Back to page tags"
msgstr ""
#: lib/register.php:357
msgctxt "taxonomy label"
msgid "Page Tags"
msgstr ""
#: lib/register.php:368
msgctxt "taxonomy description"
msgid "Tags for the page post type."
msgstr ""
#: lib/schema-single.php:1145
msgid "adding schema organization"
msgstr ""
#: lib/schema-single.php:1146
msgid "adding schema organization ID \"%s\""
msgstr ""
#. translators: %1$s is the organization name, %2$s the Schema type URL.
#: lib/schema-single.php:1260
msgid ""
"An organization logo image is missing and required for the \"%1$s\" "
"organization Schema %2$s markup."
msgstr ""
#. translators: %1$s is the organization name, %2$s the Schema type URL.
#: lib/schema-single.php:1263
msgid ""
"An organization banner image is missing and required for the \"%1$s\" "
"organization Schema %2$s markup."
msgstr ""
#. translators: %1$s is the organization name, %2$s is 'site' (translated) or
#. organization ID.
#: lib/schema-single.php:1266
msgid "Enter the missing image URL in the \"%1$s\" %2$s organization settings."
msgstr ""
#: lib/schema-single.php:1302
msgid "site"
msgstr ""
#: lib/schema-single.php:1316 lib/schema-single.php:1325
msgid "ID \"%s\""
msgstr ""
#: lib/schema-single.php:1487
msgid "adding schema person"
msgstr ""
#: lib/schema-single.php:1693
msgid "adding schema place"
msgstr ""
#: lib/schema-single.php:2197
msgid "adding schema product group"
msgstr ""
#: lib/schema-single.php:2334
msgid "adding schema product"
msgstr ""
#: lib/schema.php:746
msgid "adding schema"
msgstr ""
#: lib/schema.php:2250
msgid "adding schema %s #%d image"
msgstr ""
#: lib/schema.php:2423
msgid ""
"Please note that although the Schema standard allows the subject of a review "
"to be any Schema type, <a href=\"%1$s\">Google does not allow reviews for "
"the Schema %2$s type</a>."
msgstr ""
#: lib/schema.php:2450
msgid "adding reviewed subject image"
msgstr ""
#: lib/schema.php:4359
msgid "checking schema properties"
msgstr ""
#: lib/script.php:449
msgid "No %s notifications."
msgstr ""
#: lib/script.php:451
msgid "Copy notifications to clipboard."
msgstr ""
#: lib/script.php:485
msgid "Copied to clipboard."
msgstr ""
#: lib/script.php:486
msgid "Value linked to {0} option"
msgstr ""
#: lib/script.php:488
msgid "There are {0} important error messages under the %s notification icon."
msgstr ""
#: lib/script.php:491
msgid "{0} of {1} characters minimum"
msgstr ""
#: lib/script.php:492
msgid "{0} of {1} characters recommended"
msgstr ""
#: lib/script.php:493
msgid "{0} of {1} characters maximum"
msgstr ""
#: lib/script.php:494
msgid "{0} characters"
msgstr ""
#: lib/sitesubmenu/site-advanced.php:42 lib/submenu/advanced.php:32
msgctxt "metabox title"
msgid "Plugin Settings"
msgstr ""
#: lib/sitesubmenu/site-advanced.php:74 lib/submenu/advanced.php:86
msgctxt "metabox tab"
msgid "Plugin Admin"
msgstr ""
#: lib/sitesubmenu/site-advanced.php:75 lib/submenu/advanced.php:87
msgctxt "metabox tab"
msgid "Integration"
msgstr ""
#: lib/std/media/facebook.php:85 lib/std/media/facebook.php:100
msgctxt "video service name"
msgid "Facebook"
msgstr ""
#: lib/std/media/slideshare.php:133
msgctxt "video service name"
msgid "SlideShare"
msgstr ""
#: lib/std/media/soundcloud.php:89
msgctxt "video service name"
msgid "SoundCloud"
msgstr ""
#: lib/std/media/vimeo.php:88
msgctxt "video service name"
msgid "Vimeo"
msgstr ""
#: lib/std/media/wistia.php:163
msgctxt "video service name"
msgid "Wistia"
msgstr ""
#: lib/std/media/wpvideoblock.php:76
msgctxt "video service name"
msgid "WordPress block"
msgstr ""
#: lib/std/media/wpvideoshortcode.php:79
msgctxt "video service name"
msgid "WordPress shortcode"
msgstr ""
#: lib/std/media/youtube.php:89
msgctxt "video service name"
msgid "YouTube"
msgstr ""
#: lib/std/review/judgeme.php:36
msgid "Judge.me"
msgstr ""
#: lib/std/review/judgeme.php:37
msgid "Judge.me Product Reviews for WooCommerce"
msgstr ""
#: lib/std/review/judgeme.php:39
msgid "The %1$s plugin is active."
msgstr ""
#: lib/std/review/judgeme.php:40
msgid ""
"Please note that service API modules, like the one required to retrieve data "
"from the %1$s service API, are provided with the %2$s edition."
msgstr ""
#: lib/submenu/addons.php:37
msgctxt "metabox title"
msgid "Free Plugin Add-ons"
msgstr ""
#: lib/submenu/advanced.php:33
msgctxt "metabox title"
msgid "Service APIs"
msgstr ""
#: lib/submenu/advanced.php:34
msgctxt "metabox title"
msgid "Document Types"
msgstr ""
#: lib/submenu/advanced.php:35
msgctxt "metabox title"
msgid "Schema Defaults"
msgstr ""
#: lib/submenu/advanced.php:37
msgctxt "metabox title"
msgid "About the User"
msgstr ""
#: lib/submenu/advanced.php:38
msgctxt "metabox title"
msgid "Contact Fields"
msgstr ""
#: lib/submenu/advanced.php:88
msgctxt "metabox tab"
msgid "Default Text"
msgstr ""
#: lib/submenu/advanced.php:89
msgctxt "metabox tab"
msgid "Image Sizes"
msgstr ""
#: lib/submenu/advanced.php:90
msgctxt "metabox tab"
msgid "Interface"
msgstr ""
#: lib/submenu/advanced.php:109
msgctxt "metabox tab"
msgid "Media Services"
msgstr ""
#: lib/submenu/advanced.php:110
msgctxt "metabox tab"
msgid "Shortening Services"
msgstr ""
#: lib/submenu/advanced.php:111
msgctxt "metabox tab"
msgid "Ratings and Reviews"
msgstr ""
#: lib/submenu/advanced.php:130 lib/submenu/advanced.php:237
msgctxt "metabox tab"
msgid "Open Graph"
msgstr ""
#: lib/submenu/advanced.php:131
msgctxt "metabox tab"
msgid "Schema"
msgstr ""
#: lib/submenu/advanced.php:150
msgctxt "metabox tab"
msgid "Article"
msgstr ""
#: lib/submenu/advanced.php:151
msgctxt "metabox tab"
msgid "Book"
msgstr ""
#: lib/submenu/advanced.php:152
msgctxt "metabox tab"
msgid "Creative Work"
msgstr ""
#: lib/submenu/advanced.php:153
msgctxt "metabox tab"
msgid "Event"
msgstr ""
#: lib/submenu/advanced.php:154
msgctxt "metabox tab"
msgid "Job Posting"
msgstr ""
#: lib/submenu/advanced.php:155
msgctxt "metabox tab"
msgid "Place"
msgstr ""
#: lib/submenu/advanced.php:156
msgctxt "metabox tab"
msgid "Product"
msgstr ""
#: lib/submenu/advanced.php:157
msgctxt "metabox tab"
msgid "Profile Page"
msgstr ""
#: lib/submenu/advanced.php:158
msgctxt "metabox tab"
msgid "Review"
msgstr ""
#: lib/submenu/advanced.php:159
msgctxt "metabox tab"
msgid "Service"
msgstr ""
#: lib/submenu/advanced.php:190
msgctxt "metabox tab"
msgid "Default Contacts"
msgstr ""
#: lib/submenu/advanced.php:191
msgctxt "metabox tab"
msgid "Custom Contacts"
msgstr ""
#: lib/submenu/advanced.php:211
msgctxt "metabox tab"
msgid "Custom Fields"
msgstr ""
#: lib/submenu/advanced.php:236 lib/submenu/general.php:93
msgctxt "metabox tab"
msgid "Facebook"
msgstr ""
#: lib/submenu/advanced.php:238 lib/submenu/general.php:96
msgctxt "metabox tab"
msgid "X (Twitter)"
msgstr ""
#: lib/submenu/advanced.php:261
msgctxt "option label"
msgid "Remove Settings on Uninstall"
msgstr ""
#: lib/submenu/advanced.php:267
msgctxt "option label"
msgid "Minimize Schema JSON-LD"
msgstr ""
#: lib/submenu/advanced.php:273
msgctxt "option label"
msgid "Use Plugin MO Translations"
msgstr ""
#: lib/submenu/advanced.php:288 lib/util.php:3607
msgctxt "option label"
msgid "Disable Cache for Debugging"
msgstr ""
#: lib/submenu/debug.php:32
msgctxt "metabox title"
msgid "Troubleshooting Guide"
msgstr ""
#: lib/submenu/essential.php:42
msgctxt "metabox title"
msgid "Essential Settings"
msgstr ""
#: lib/submenu/general.php:32
msgctxt "metabox title"
msgid "General Settings"
msgstr ""
#: lib/submenu/general.php:33
msgctxt "metabox title"
msgid "Social and Search Sites"
msgstr ""
#: lib/submenu/general.php:34
msgctxt "metabox title"
msgid "Social Pages and Accounts"
msgstr ""
#: lib/submenu/general.php:70
msgctxt "metabox tab"
msgid "Site Information"
msgstr ""
#: lib/submenu/general.php:71
msgctxt "metabox tab"
msgid "Location Defaults"
msgstr ""
#: lib/submenu/general.php:72
msgctxt "metabox tab"
msgid "Titles / Descriptions"
msgstr ""
#: lib/submenu/general.php:73
msgctxt "metabox tab"
msgid "Images"
msgstr ""
#: lib/submenu/general.php:74
msgctxt "metabox tab"
msgid "Videos"
msgstr ""
#: lib/submenu/general.php:94
msgctxt "metabox tab"
msgid "Google"
msgstr ""
#: lib/submenu/general.php:95
msgctxt "metabox tab"
msgid "Pinterest"
msgstr ""
#: lib/submenu/general.php:97
msgctxt "metabox tab"
msgid "Other Sites"
msgstr ""
#: lib/submenu/general.php:128 lib/submenu/general.php:272
msgctxt "option label"
msgid "Default Image ID"
msgstr ""
#: lib/submenu/general.php:133 lib/submenu/general.php:277
msgctxt "option label"
msgid "or Default Image URL"
msgstr ""
#: lib/submenu/general.php:159
msgctxt "option label"
msgid "Site Alternate Name"
msgstr ""
#: lib/submenu/general.php:170
msgctxt "option label"
msgid "Site Home URL"
msgstr ""
#: lib/submenu/general.php:182
msgctxt "option label"
msgid "Organization Location"
msgstr ""
#: lib/submenu/general.php:188
msgctxt "option label"
msgid "Organization Schema Type"
msgstr ""
#: lib/submenu/general.php:205
msgctxt "option label"
msgid "Default Country"
msgstr ""
#: lib/submenu/general.php:210
msgctxt "option label"
msgid "Default Timezone"
msgstr ""
#: lib/submenu/general.php:215
msgctxt "option label"
msgid "Default Currency"
msgstr ""
#: lib/submenu/general.php:220
msgctxt "option label"
msgid "Default Dimension Units"
msgstr ""
#: lib/submenu/general.php:226
msgctxt "option label"
msgid "Default Weight Units"
msgstr ""
#: lib/submenu/general.php:232
msgctxt "option label"
msgid "Default Fluid Volume Units"
msgstr ""
#: lib/submenu/general.php:242
msgctxt "option label"
msgid "Title Separator"
msgstr ""
#: lib/submenu/general.php:247
msgctxt "option label"
msgid "Truncated Text Ellipsis"
msgstr ""
#: lib/submenu/general.php:252
msgctxt "option label"
msgid "Description Hashtags"
msgstr ""
#: lib/submenu/general.php:256
msgctxt "option comment"
msgid "tag names"
msgstr ""
#: lib/submenu/general.php:265
msgctxt "option label"
msgid "Maximum Images to Include"
msgstr ""
#: lib/submenu/general.php:292
msgctxt "option label"
msgid "Facebook Domain Verification ID"
msgstr ""
#: lib/submenu/general.php:297
msgctxt "option label"
msgid "Facebook Locale"
msgstr ""
#: lib/submenu/general.php:302
msgctxt "option label"
msgid "Facebook Application ID"
msgstr ""
#: lib/submenu/general.php:311
msgctxt "option label"
msgid "Google Website Verification ID"
msgstr ""
#: lib/submenu/general.php:327
msgctxt "option label"
msgid "Robots Snippet Max. Length"
msgstr ""
#: lib/submenu/general.php:335
msgctxt "option label"
msgid "Robots Image Preview Size"
msgstr ""
#: lib/submenu/general.php:341
msgctxt "option label"
msgid "Robots Video Max. Previews"
msgstr ""
#: lib/submenu/general.php:353
msgctxt "option label"
msgid "Pinterest Website Verification ID"
msgstr ""
#: lib/submenu/general.php:358
msgctxt "option label"
msgid "Add \"nopin\" to Site Header Image"
msgstr ""
#: lib/submenu/general.php:364
msgctxt "option label"
msgid "Add Pinterest \"nopin\" to Images"
msgstr ""
#: lib/submenu/general.php:380
msgctxt "option value"
msgid "Summary"
msgstr ""
#: lib/submenu/general.php:381
msgctxt "option value"
msgid "Summary Large Image"
msgstr ""
#: lib/submenu/general.php:385
msgctxt "option label"
msgid "X (Twitter) Card for Singular with Image"
msgstr ""
#: lib/submenu/general.php:390
msgctxt "option label"
msgid "X (Twitter) Card Type by Default"
msgstr ""
#: lib/submenu/general.php:399
msgctxt "option label"
msgid "Ahrefs Website Verification ID"
msgstr ""
#: lib/submenu/general.php:404
msgctxt "option label"
msgid "Baidu Website Verification ID"
msgstr ""
#: lib/submenu/general.php:409
msgctxt "option label"
msgid "Bing Website Verification ID"
msgstr ""
#: lib/submenu/general.php:414
msgctxt "option label"
msgid "Yandex Website Verification ID"
msgstr ""
#: lib/submenu/general.php:469
msgctxt "option label"
msgid "Site Publisher Type"
msgstr ""
#: lib/submenu/general.php:478
msgctxt "option label"
msgid "Site Publisher Person"
msgstr ""
#: lib/submenu/licenses.php:36
msgctxt "metabox title"
msgid "Plugin and Add-on Licenses"
msgstr ""
#: lib/submenu/licenses.php:108
msgctxt "option label"
msgid "%s Authentication ID"
msgstr ""
#: lib/submenu/licenses.php:118
msgctxt "option label"
msgid "Current Site Address"
msgstr ""
#: lib/submenu/licenses.php:124
msgctxt "option label"
msgid "Support and Updates Expire"
msgstr ""
#: lib/submenu/licenses.php:125
msgctxt "option label"
msgid "License Information"
msgstr ""
#: lib/submenu/licenses.php:134
msgctxt "option value"
msgid "Not available"
msgstr ""
#: lib/submenu/licenses.php:140
msgctxt "option value"
msgid "Never (Nontransferable Lifetime License)"
msgstr ""
#: lib/submenu/licenses.php:150
msgid "%d of %d site addresses registered"
msgstr ""
#: lib/submenu/licenses.php:152
msgid "%s site addresses registered"
msgstr ""
#: lib/submenu/setup.php:32
msgctxt "metabox title"
msgid "Setup Guide"
msgstr ""
#: lib/submenu/tools.php:46
msgctxt "submit button"
msgid "Refresh Cache"
msgstr ""
#: lib/submenu/tools.php:48
msgctxt "submit button"
msgid "Clear %s Cached File"
msgid_plural "Clear %s Cached Files"
msgstr[0] ""
msgstr[1] ""
#: lib/submenu/tools.php:51
msgctxt "submit button"
msgid "Clear %s Failed URL Connection"
msgid_plural "Clear %s Failed URL Connections"
msgstr[0] ""
msgstr[1] ""
#: lib/submenu/tools.php:54
msgctxt "submit button"
msgid "Clear %s Database Transient"
msgid_plural "Clear %s Database Transients"
msgstr[0] ""
msgstr[1] ""
#: lib/submenu/tools.php:57
msgctxt "submit button"
msgid "Clear %s Short URL DB Transient"
msgid_plural "Clear %s Short URL DB Transients"
msgstr[0] ""
msgstr[1] ""
#: lib/submenu/tools.php:60
msgctxt "submit button"
msgid "Clear %s Expired DB Transient"
msgid_plural "Clear %s Expired DB Transients"
msgstr[0] ""
msgstr[1] ""
#: lib/submenu/tools.php:63
msgctxt "submit button"
msgid "Clear %s WordPress Cron Job"
msgid_plural "Clear %s WordPress Cron Jobs"
msgstr[0] ""
msgstr[1] ""
#: lib/submenu/tools.php:66
msgctxt "submit button"
msgid "Flush WordPress Rewrite Rules"
msgstr ""
#: lib/submenu/tools.php:71
msgctxt "submit button"
msgid "Export Plugin and Add-on Settings"
msgstr ""
#: lib/submenu/tools.php:72
msgctxt "submit button"
msgid "Import Plugin and Add-on Settings"
msgstr ""
#: lib/submenu/tools.php:77
msgctxt "submit button"
msgid "Add %s Role to Content Creators"
msgstr ""
#: lib/submenu/tools.php:78
msgctxt "submit button"
msgid "Remove %s Role from All Users"
msgstr ""
#: lib/submenu/tools.php:79
msgctxt "submit button"
msgid "Reload Default Image Sizes"
msgstr ""
#: lib/submenu/tools.php:136
msgctxt "submit button"
msgid "Reset Dismissed Notices"
msgstr ""
#: lib/submenu/tools.php:137
msgctxt "submit button"
msgid "Reset Metabox Layout"
msgstr ""
#: lib/submenu/tools.php:155
msgid ""
"The maximum execution time for this background task is currently set to %s."
msgstr ""
#: lib/submenu/tools.php:160
msgid ""
"All database transients are cleared, except for the shortened URL database "
"transients."
msgstr ""
#: lib/submenu/tools.php:174
msgid "Members of the role are used for some Schema property selections."
msgstr ""
#: lib/submenu/tools.php:175
msgid ""
"Content Creators are administrators, editors, authors, and contributors."
msgstr ""
#: lib/submenu/tools.php:183
msgid "%s Failed URL Connections:"
msgstr ""
#: lib/term.php:209
msgctxt "module name"
msgid "term"
msgstr ""
#: lib/term.php:967
msgid "Insufficient privileges to edit term ID %1$s."
msgstr ""
#: lib/twittercard.php:192
msgctxt "metabox title"
msgid "X (Twitter) App Card"
msgstr ""
#: lib/twittercard.php:200
msgctxt "metabox title"
msgid "X (Twitter) Player Card"
msgstr ""
#: lib/twittercard.php:208
msgctxt "metabox title"
msgid "X (Twitter) Summary Card"
msgstr ""
#: lib/twittercard.php:216
msgctxt "metabox title"
msgid "X (Twitter) Summary Card Large Image"
msgstr ""
#: lib/twittercard.php:590
msgid "Written by"
msgstr ""
#: lib/twittercard.php:597
msgid "Est. reading time"
msgstr ""
#: lib/twittercard.php:608
msgid "Price"
msgstr ""
#: lib/twittercard.php:626
msgid "Availability"
msgstr ""
#: lib/user.php:210
msgctxt "module name"
msgid "user"
msgstr ""
#: lib/user.php:912
msgid "Examples: Dr, Mrs, Mr."
msgstr ""
#: lib/user.php:918
msgid "Examples: CPA, Esq., M.D., P.E., PhD., PMP, RN"
msgstr ""
#: lib/user.php:1026
msgid "(not a Facebook Pages URL)"
msgstr ""
#: lib/user.php:1756
msgid "Insufficient privileges to edit user ID %1$s."
msgstr ""
#: lib/user.php:1806 lib/user.php:1881
msgctxt "task name"
msgid "add the Person role"
msgstr ""
#: lib/user.php:1814
msgid ""
"A background task will begin in the next %1$s to %2$s for content creators."
msgstr ""
#: lib/user.php:1854
msgctxt "toolbar menu title"
msgid "View Profile"
msgstr ""
#: lib/user.php:1891 lib/user.php:1982 lib/util-cache.php:378
msgctxt "time on date"
msgid "%2$s on %1$s"
msgstr ""
#: lib/user.php:1892
msgid "A task to %1$s to content creators was started at %2$s."
msgstr ""
#: lib/user.php:1926
msgid "The %1$s role has been added to %2$d content creators."
msgstr ""
#: lib/user.php:1927 lib/user.php:2021
msgid "The total execution time for this task was %s."
msgstr ""
#: lib/user.php:1943 lib/user.php:1972
msgctxt "task name"
msgid "remove the Person role"
msgstr ""
#: lib/user.php:1951
msgid "A background task will begin in the next %1$s to %2$s from all users."
msgstr ""
#: lib/user.php:1983
msgid "A task to %1$s from all users was started at %2$s."
msgstr ""
#: lib/user.php:2020
msgid "The %1$s role has been removed from %2$d users."
msgstr ""
#. translators: Please ignore - translation uses a different text domain.
#: lib/users/add-person.php:51 lib/users/add-person.php:92
#: lib/users/add-person.php:275
msgid "You need a higher level of permission."
msgstr ""
#. translators: Please ignore - translation uses a different text domain.
#: lib/users/add-person.php:53 lib/users/add-person.php:94
#: lib/users/add-person.php:277
msgid "Sorry, you are not allowed to create users."
msgstr ""
#: lib/users/add-person.php:80
msgid "Person added."
msgstr ""
#: lib/users/add-person.php:127
msgid "Create a new person for use in Open Graph meta tags and Schema markup."
msgstr ""
#: lib/users/add-person.php:143
msgid "Username"
msgstr ""
#: lib/users/add-person.php:144 lib/users/add-person.php:157
#: lib/users/add-person.php:167
msgid "(required)"
msgstr ""
#: lib/users/add-person.php:149
msgid "Usernames cannot be changed (without a plugin)."
msgstr ""
#: lib/users/add-person.php:156
msgid "First Name"
msgstr ""
#: lib/users/add-person.php:166
msgid "Last Name"
msgstr ""
#: lib/users/add-person.php:183
msgid "Email"
msgstr ""
#: lib/users/add-person.php:191
msgid "Website"
msgstr ""
#: lib/users/add-person.php:213
msgid "About the person"
msgstr ""
#: lib/users/add-person.php:219
msgid "Biographical Info"
msgstr ""
#: lib/users/add-person.php:228
msgid "Add the Person"
msgstr ""
#. translators: Please ignore - translation uses a different text domain.
#: lib/users/add-person.php:338
msgid "<strong>Error</strong>: Please enter a username."
msgstr ""
#. translators: Please ignore - translation uses a different text domain.
#: lib/users/add-person.php:343
msgid ""
"<strong>Error</strong>: This username is invalid because it uses illegal "
"characters. Please enter a valid username."
msgstr ""
#. translators: Please ignore - translation uses a different text domain.
#: lib/users/add-person.php:348
msgid ""
"<strong>Error</strong>: This username is already registered. Please choose "
"another one."
msgstr ""
#. translators: Please ignore - translation uses a different text domain.
#: lib/users/add-person.php:353
msgid "<strong>Error</strong>: Sorry, that username is not allowed."
msgstr ""
#. translators: Please ignore - translation uses a different text domain.
#: lib/users/add-person.php:364
msgid "<strong>Error</strong>: The email address isn’t correct."
msgstr ""
#. translators: Please ignore - translation uses a different text domain.
#: lib/users/add-person.php:370
msgid ""
"<strong>Error</strong>: This email is already registered, please choose "
"another one."
msgstr ""
#: lib/util-cache.php:178
msgid "A task to %s is currently running."
msgstr ""
#: lib/util-cache.php:252 lib/util-cache.php:332 lib/util-cache.php:368
msgctxt "task name"
msgid "refresh the cache"
msgstr ""
#: lib/util-cache.php:268 lib/util-cache.php:340
msgid ""
"A background task will begin in %1$s to %2$s for posts, terms and users."
msgstr ""
#: lib/util-cache.php:285
msgid ""
"A background task was scheduled to begin %1$s ago to %2$s for posts, terms "
"and users."
msgstr ""
#: lib/util-cache.php:288
msgid "WordPress should have run the %s event hook at that time."
msgstr ""
#: lib/util-cache.php:291
msgid ""
"If the task does not run, this could indicate a problem with your hosting "
"provider's event scheduler and/or a lack of support for the WordPress %s "
"function."
msgstr ""
#: lib/util-cache.php:293
msgid "You can activate a plugin like %s to manage scheduled events."
msgstr ""
#: lib/util-cache.php:295
msgid "WP Crontrol"
msgstr ""
#: lib/util-cache.php:379
msgid "A task to %1$s was started at %2$s."
msgstr ""
#: lib/util-cache.php:466
msgid "Processing %1$s ID #%2$d (%1$s %3$d of %4$d)."
msgstr ""
#: lib/util-cache.php:475
msgid "The cache refresh time limit of %s has been reached."
msgstr ""
#: lib/util-cache.php:478
msgid "The cache refresh task aborted after %1$s ID #%2$d (%1$s %3$d of %4$d)."
msgstr ""
#: lib/util-cache.php:497
msgid ""
"The transient cache for %1$d posts, %2$d terms, and %3$d users has been "
"refreshed."
msgstr ""
#: lib/util-cache.php:519
msgid "The total execution time for this task was %s (%s peak memory use)."
msgstr ""
#: lib/util-cache.php:568
msgid "Ignoring request to %s - this task is already running."
msgstr ""
#: lib/util-cache.php:671
msgid ""
"The PHP %1$s function failed to set a maximum execution time of %2$s to %3$s."
msgstr ""
#: lib/util-cache.php:721
msgid "The cache for <strong>%s</strong> has also been cleared."
msgstr ""
#: lib/util-cache.php:730
msgid "WordPress object cache"
msgstr ""
#: lib/util-cache.php:750
msgid "Autoptimize"
msgstr ""
#: lib/util-cache.php:765
msgid "Cache Enabler"
msgstr ""
#: lib/util-cache.php:778
msgid "Comet Cache"
msgstr ""
#: lib/util-cache.php:792
msgid "Hummingbird Cache"
msgstr ""
#: lib/util-cache.php:807
msgid "LiteSpeed Cache"
msgstr ""
#: lib/util-cache.php:820
msgid "Pagely"
msgstr ""
#: lib/util-cache.php:831
msgid "Siteground Cache"
msgstr ""
#: lib/util-cache.php:846
msgid "W3 Total Cache"
msgstr ""
#: lib/util-cache.php:864
msgid "WP Engine Cache"
msgstr ""
#: lib/util-cache.php:876
msgid "WP Fastest Cache"
msgstr ""
#: lib/util-cache.php:886
msgid "WP Rocket Cache"
msgstr ""
#: lib/util-cache.php:898
msgid "WP Super Cache"
msgstr ""
#: lib/util-cache.php:1039
msgid "Failed to open the cache folder %s for reading."
msgstr ""
#: lib/util-metabox.php:43
msgid "Reload the page to show this content."
msgstr ""
#: lib/util-metabox.php:285
msgctxt "option comment"
msgid "%1$d additional options not shown in \"%2$s\" view"
msgstr ""
#: lib/util-metabox.php:288
msgctxt "option comment"
msgid "show these options now"
msgstr ""
#: lib/util-metabox.php:293
msgctxt "option comment"
msgid "%1$d additional rows not shown in \"%2$s\" view"
msgstr ""
#: lib/util-metabox.php:296
msgctxt "option comment"
msgid "show these rows now"
msgstr ""
#: lib/util-units.php:190
msgctxt "option value"
msgid "mm"
msgstr ""
#: lib/util-units.php:191
msgctxt "option value"
msgid "cm"
msgstr ""
#: lib/util-units.php:192
msgctxt "option value"
msgid "m"
msgstr ""
#: lib/util-units.php:193
msgctxt "option value"
msgid "in"
msgstr ""
#: lib/util-units.php:194
msgctxt "option value"
msgid "ft"
msgstr ""
#: lib/util-units.php:195
msgctxt "option value"
msgid "yd"
msgstr ""
#: lib/util-units.php:284
msgctxt "option value"
msgid "ml"
msgstr ""
#: lib/util-units.php:285
msgctxt "option value"
msgid "cl"
msgstr ""
#: lib/util-units.php:286
msgctxt "option value"
msgid "l"
msgstr ""
#: lib/util-units.php:287
msgctxt "option value"
msgid "US tsp"
msgstr ""
#: lib/util-units.php:288
msgctxt "option value"
msgid "US tbsp"
msgstr ""
#: lib/util-units.php:289
msgctxt "option value"
msgid "US fl oz"
msgstr ""
#: lib/util-units.php:290
msgctxt "option value"
msgid "US cup"
msgstr ""
#: lib/util-units.php:291
msgctxt "option value"
msgid "US pt"
msgstr ""
#: lib/util-units.php:292
msgctxt "option value"
msgid "US qt"
msgstr ""
#: lib/util-units.php:293
msgctxt "option value"
msgid "US gal"
msgstr ""
#: lib/util-units.php:398
msgctxt "option value"
msgid "mg"
msgstr ""
#: lib/util-units.php:399
msgctxt "option value"
msgid "g"
msgstr ""
#: lib/util-units.php:400
msgctxt "option value"
msgid "kg"
msgstr ""
#: lib/util-units.php:401
msgctxt "option value"
msgid "oz"
msgstr ""
#: lib/util-units.php:402
msgctxt "option value"
msgid "lbs"
msgstr ""
#: lib/util-units.php:403
msgctxt "option value"
msgid "st"
msgstr ""
#: lib/util.php:540
msgid "cropped"
msgstr ""
#: lib/util.php:540
msgid "uncropped"
msgstr ""
#: lib/util.php:895
msgid "https://www.php.net/manual/en/function.%s.php"
msgstr ""
#: lib/util.php:899
msgid "Slow PHP function detected - %1$s took %2$.3f secs for %3$s (%4$s)."
msgstr ""
#: lib/util.php:910 lib/util.php:3588
msgid "See %s for more information."
msgstr ""
#: lib/util.php:911 lib/util.php:3589
msgid "Server request URI = %s"
msgstr ""
#: lib/util.php:1443
msgid "Error reading the %s file for the article sections list."
msgstr ""
#: lib/util.php:1545
msgid "Error reading the %s file for the product categories list."
msgstr ""
#: lib/util.php:1695
msgid "The <code>%1$s</code> request argument is not HTML or a valid URL."
msgstr ""
#: lib/util.php:1723
msgid "Error getting HTML from <a href=\"%1$s\">%1$s</a>."
msgstr ""
#: lib/util.php:1756
msgid "Webpage retrieved from <a href=\"%1$s\">%1$s</a> is empty."
msgstr ""
#. translators: %1$s is the class name.
#: lib/util.php:1867
msgid ""
"The PHP %s class is missing – contact your hosting provider to have "
"the missing class installed."
msgstr ""
#. translators: %1$s is the function name.
#: lib/util.php:1881
msgid ""
"The PHP %s function is missing – contact your hosting provider to have "
"the missing function installed."
msgstr ""
#: lib/util.php:3581
msgid "https://developer.wordpress.org/reference/hooks/%s/"
msgstr ""
#: lib/util.php:3585
msgid ""
"Slow filter hook(s) detected - WordPress took %1$.3f secs to execute the "
"\"%2$s\" filter (%3$s)."
msgstr ""
#: lib/util.php:3613
msgid ""
"Slow filter hook(s) detected - the WordPress %1$s filter took %2$.3f seconds "
"to execute."
msgstr ""
#: lib/util.php:3615
msgid ""
"This is longer than the recommended maximum of %1$.3f seconds and may affect "
"page load time."
msgstr ""
#: lib/util.php:3617
msgid ""
"You should consider reviewing active plugin and theme functions hooked into "
"the WordPress %1$s filter for slow and/or sub-optimal PHP code."
msgstr ""
#: lib/util.php:3619
msgid ""
"Activating the %1$s plugin and enabling the the %2$s option (to apply the "
"filter consistently) may provide more information on the specific hooks or "
"PHP code affecting performance."
msgstr ""
#: lib/util.php:4010
msgctxt "option label"
msgid "Facebook Sharing Debugger"
msgstr ""
#: lib/util.php:4011
msgctxt "validator type"
msgid "Open Graph"
msgstr ""
#: lib/util.php:4015
msgctxt "option label"
msgid "Facebook Microdata Debug Tool"
msgstr ""
#: lib/util.php:4016
msgctxt "validator type"
msgid "Microdata"
msgstr ""
#: lib/util.php:4020
msgctxt "option label"
msgid "Google AMP Test"
msgstr ""
#: lib/util.php:4021
msgctxt "validator type"
msgid "AMP Markup"
msgstr ""
#: lib/util.php:4025
msgctxt "option label"
msgid "Google PageSpeed Insights"
msgstr ""
#: lib/util.php:4026
msgctxt "validator type"
msgid "PageSpeed"
msgstr ""
#: lib/util.php:4030
msgctxt "option label"
msgid "Google Rich Results Test"
msgstr ""
#: lib/util.php:4031
msgctxt "validator type"
msgid "Rich Results"
msgstr ""
#: lib/util.php:4035
msgctxt "option label"
msgid "LinkedIn Post Inspector"
msgstr ""
#: lib/util.php:4036
msgctxt "validator type"
msgid "oEmbed Data"
msgstr ""
#: lib/util.php:4040
msgctxt "option label"
msgid "Pinterest Rich Pins Validator"
msgstr ""
#: lib/util.php:4041
msgctxt "validator type"
msgid "Rich Pins"
msgstr ""
#: lib/util.php:4045
msgctxt "option label"
msgid "Schema Markup Validator"
msgstr ""
#: lib/util.php:4046
msgctxt "validator type"
msgid "Schema Markup"
msgstr ""
#: lib/util.php:4050
msgctxt "option label"
msgid "X (Twitter) Card Validator"
msgstr ""
#: lib/util.php:4051
msgctxt "validator type"
msgid "X (Twitter) Card"
msgstr ""
#: lib/util.php:4056
msgctxt "option label"
msgid "W3C Markup Validator"
msgstr ""
#: lib/util.php:4057
msgctxt "validator type"
msgid "HTML Markup"
msgstr ""
#. translators: %1$s is an action message, %2$s is the module or post type
#. name.
#: lib/util.php:4127
msgid "%1$s for this %2$s"
msgstr ""
#. translators: %1$s is an action message, %2$s is the module or post type name
#. and %3$d is the object ID.
#: lib/util.php:4137
msgid "%1$s for %2$s ID %3$d"
msgstr ""
#: wpsso.php:641
msgctxt "option comment"
msgid "(%s constant is true)"
msgstr ""
#: wpsso.php:644
msgctxt "option comment"
msgid "(%s constant is false)"
msgstr ""
#: wpsso.php:839
msgid ""
"WP debug logging mode is active - debug messages are being sent to the "
"WordPress debug log."
msgstr ""
#: wpsso.php:846
msgid ""
"HTML debug mode is active - debug messages are being added to webpages as "
"hidden HTML comments."
msgstr ""
#: wpsso.php:854
msgid ""
"The %s plugin's debug mode generates thousands of messages during page load, "
"which affects website performance."
msgstr ""
#: wpsso.php:856
msgid "Don't forget to disable debug mode when debugging is complete."
msgstr ""
#: wpsso.php:866
msgid ""
"The %s plugin's cache feature is disabled for debugging, which affects "
"website performance."
msgstr ""
#: wpsso.php:868
msgid "Don't forget to re-enable caching when debugging is complete."
msgstr ""
#. Plugin Name of the plugin/theme
msgid "WPSSO Core"
msgstr ""
#. Plugin URI of the plugin/theme
msgid "https://wpsso.com/extend/plugins/wpsso/"
msgstr ""
#. Description of the plugin/theme
msgid ""
"Present your content at its best for social sites and search results, no "
"matter how URLs are shared, reshared, messaged, posted, embedded, or crawled."
msgstr ""
#. Author of the plugin/theme
msgid "JS Morisset"
msgstr ""
#. Author URI of the plugin/theme
msgid "https://wpsso.com/"
msgstr ""