| 1 |
# Copyright (C) 2026 WPSSO Core |
| 2 |
# This file is distributed under the same license as the WPSSO Core package. |
| 3 |
msgid "" |
| 4 |
msgstr "" |
| 5 |
"Project-Id-Version: WPSSO Core 22.7.0\n" |
| 6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wpsso\n" |
| 7 |
"POT-Creation-Date: 2026-MO-DA HO:MI+ZONE\n" |
| 8 |
"MIME-Version: 1.0\n" |
| 9 |
"Content-Type: text/plain; charset=UTF-8\n" |
| 10 |
"Content-Transfer-Encoding: 8bit\n" |
| 11 |
"PO-Revision-Date: 2026-MO-DA HO:MI+ZONE\n" |
| 12 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" |
| 13 |
"Language-Team: LANGUAGE <LL@li.org>\n" |
| 14 |
|
| 15 |
#: gettext/gettext-html-debug.php:5 gettext/gettext-html-setup.php:5 |
| 16 |
msgctxt "html header" |
| 17 |
msgid "Table of Contents" |
| 18 |
msgstr "" |
| 19 |
|
| 20 |
#: gettext/gettext-html-debug.php:6 |
| 21 |
msgctxt "html header" |
| 22 |
msgid "The Query Monitor Plugin" |
| 23 |
msgstr "" |
| 24 |
|
| 25 |
#: gettext/gettext-html-debug.php:7 |
| 26 |
msgctxt "html header" |
| 27 |
msgid "JavaScript and jQuery Errors" |
| 28 |
msgstr "" |
| 29 |
|
| 30 |
#: gettext/gettext-html-debug.php:8 |
| 31 |
msgctxt "html header" |
| 32 |
msgid "HTTP Error Code 5xx" |
| 33 |
msgstr "" |
| 34 |
|
| 35 |
#: gettext/gettext-html-debug.php:9 |
| 36 |
msgctxt "html header" |
| 37 |
msgid "Performance or Layout Issues" |
| 38 |
msgstr "" |
| 39 |
|
| 40 |
#: gettext/gettext-html-debug.php:10 |
| 41 |
msgctxt "html header" |
| 42 |
msgid "WordPress and PHP Error Messages" |
| 43 |
msgstr "" |
| 44 |
|
| 45 |
#: gettext/gettext-html-debug.php:11 |
| 46 |
msgctxt "html header" |
| 47 |
msgid "HTML Debug Messages" |
| 48 |
msgstr "" |
| 49 |
|
| 50 |
#: gettext/gettext-html-debug.php:12 |
| 51 |
msgctxt "html paragraph" |
| 52 |
msgid "" |
| 53 |
"The WPSSO Core plugin and its add-ons follow all recommended WordPress " |
| 54 |
"coding practices, but on occasion it may break <em>other</em> themes or " |
| 55 |
"plugins that do not. This troubleshooting guide will help you identify and " |
| 56 |
"mitigate some common issues." |
| 57 |
msgstr "" |
| 58 |
|
| 59 |
#: gettext/gettext-html-debug.php:13 |
| 60 |
msgctxt "html paragraph" |
| 61 |
msgid "" |
| 62 |
"If you are having issues with your WordPress site, related to WPSSO or not, " |
| 63 |
"and haven't used the <a href=\"https://wordpress.org/plugins/query-monitor/" |
| 64 |
"\">Query Monitor plugin</a> yet, we recommend that you install and activate " |
| 65 |
"this very useful plugin. The Query Monitor plugin will report any PHP or " |
| 66 |
"database query issues, both on the front and back-end. It may not catch all " |
| 67 |
"PHP errors (like ajax queries or scheduled tasks, for example), so you may " |
| 68 |
"also want to also <a href=\"#php-error-messages\">define the WordPress " |
| 69 |
"WP_DEBUG constant as suggested below</a> to enable the WordPress error log " |
| 70 |
"(which is not enabled by default)." |
| 71 |
msgstr "" |
| 72 |
|
| 73 |
#: gettext/gettext-html-debug.php:14 |
| 74 |
msgctxt "html paragraph" |
| 75 |
msgid "" |
| 76 |
"Since the advent of page builders and the new block editor in WordPress v5, " |
| 77 |
"JavaScript and jQuery errors have become more common and are not easily " |
| 78 |
"diagnosed using standard WordPress debugging methods (like defining the " |
| 79 |
"WordPress WP_DEBUG constant and using the Query Monitor plugin)." |
| 80 |
msgstr "" |
| 81 |
|
| 82 |
#: gettext/gettext-html-debug.php:15 |
| 83 |
msgctxt "html paragraph" |
| 84 |
msgid "" |
| 85 |
"To view JavaScript and jQuery related errors, you must enable your web " |
| 86 |
"browser's console, and how you do that depends on the web browser you use " |
| 87 |
"(<a href=\"https://www.google.com/search?q=open+the+browser+javascript" |
| 88 |
"+console\">see this Google search result for more information on that</a>). " |
| 89 |
"It's definitely worth enabling your web browser's console to make sure there " |
| 90 |
"are no JavaScript and jQuery errors. If there are, you can select the error " |
| 91 |
"and <a href=\"https://surniaulula.com/support/\">copy-paste the error text " |
| 92 |
"into a new support ticket</a> (<em>please do not submit screenshots as text " |
| 93 |
"in an image is not text</em>). ;-) JavaScript and jQuery errors are probably " |
| 94 |
"not caused by WPSSO Core or its add-ons, but we're happy to help you " |
| 95 |
"diagnose the issue and propose a solution." |
| 96 |
msgstr "" |
| 97 |
|
| 98 |
#: gettext/gettext-html-debug.php:16 |
| 99 |
msgctxt "html paragraph" |
| 100 |
msgid "" |
| 101 |
"A web server may display an HTTP 5xx error page (500, 502, etc.) with a " |
| 102 |
"generic error message. This error message is generic on purpose - the actual " |
| 103 |
"details of the error can be found in the web server's error log. The most " |
| 104 |
"common cause of an HTTP 5xx error are from lack of available memory when PHP " |
| 105 |
"is executing - for example, when creating thumbnails from large images, " |
| 106 |
"executing a bloated plugin, executing a badly coded recursive filter, etc. " |
| 107 |
"If you are seeing an HTTP 5xx error message, you can get the error details " |
| 108 |
"from the web server's error log. This will tell you what caused the HTTP 5xx " |
| 109 |
"error code." |
| 110 |
msgstr "" |
| 111 |
|
| 112 |
#: gettext/gettext-html-debug.php:17 |
| 113 |
msgctxt "html paragraph" |
| 114 |
msgid "" |
| 115 |
"Some older versions of PHP are known to have bugs in their ImageMagick " |
| 116 |
"library, or PHP may have timed-out when trying to create several thumbnail " |
| 117 |
"images in a row (<a href=\"https://wpsso.com/docs/plugins/wpsso/faqs/how-can-" |
| 118 |
"i-fix-an-http-error-when-uploading-images/\">see this FAQ for details</a>), " |
| 119 |
"or PHP may have run out of memory (<a href=\"https://wpsso.com/docs/plugins/" |
| 120 |
"wpsso/faqs/how-can-i-fix-a-php-fatal-out-of-memory-error/\">see this FAQ for " |
| 121 |
"details</a>), or WPSSO may be triggering a bug in your theme or another " |
| 122 |
"plugin (try disabling WPSSO's use of the WordPress content filter as " |
| 123 |
"suggested below)." |
| 124 |
msgstr "" |
| 125 |
|
| 126 |
#: gettext/gettext-html-debug.php:18 |
| 127 |
msgctxt "html paragraph" |
| 128 |
msgid "" |
| 129 |
"Related FAQ: <a href=\"https://wpsso.com/docs/plugins/wpsso/faqs/why-are-" |
| 130 |
"some-html-elements-missing-misaligned-different/\">Why are some HTML " |
| 131 |
"elements missing or misaligned?</a>" |
| 132 |
msgstr "" |
| 133 |
|
| 134 |
#: gettext/gettext-html-debug.php:19 |
| 135 |
msgctxt "html paragraph" |
| 136 |
msgid "" |
| 137 |
"WordPress allows themes and plugins to hook hundreds of different filters to " |
| 138 |
"manage the Post / Page content (some of these filters are called by " |
| 139 |
"WordPress to expand shortcodes, for example). WordPress generally calls a " |
| 140 |
"filter (like 'the_content') once to expand text for a given post within the " |
| 141 |
"loop or a single webpage. As a consequence, some authors mistakenly assume " |
| 142 |
"that a filter they have created will only be executed once for a given post, " |
| 143 |
"and only within the webpage body or specific area. WordPress filters are " |
| 144 |
"available to any theme or plugin that needs to expand text (title, excerpt, " |
| 145 |
"content, etc.), and in any context (header, loop, widget, admin, etc.). " |
| 146 |
"WPSSO uses 'the_content' filter to locate media elements within the content " |
| 147 |
"and to provide complete and accurate description meta tags." |
| 148 |
msgstr "" |
| 149 |
|
| 150 |
#: gettext/gettext-html-debug.php:20 |
| 151 |
msgctxt "html paragraph" |
| 152 |
msgid "" |
| 153 |
"See the \"<a href=\"https://make.wordpress.org/plugins/2017/10/03/is-your-" |
| 154 |
"filter-going-to-break-the-layout/\">Is your filter going to break the layout?" |
| 155 |
"</a>\" post on the Make WordPress Plugins blog for additional information on " |
| 156 |
"the use (and common misuse) of 'the_content' filter by developers." |
| 157 |
msgstr "" |
| 158 |
|
| 159 |
#: gettext/gettext-html-debug.php:21 |
| 160 |
msgctxt "html paragraph" |
| 161 |
msgid "" |
| 162 |
"Under the <em>SSO > Advanced Settings > Plugin Settings > " |
| 163 |
"Integration</em> tab, you can uncheck the \"Use Filtered Content\" and \"Use " |
| 164 |
"Filtered Excerpt\" options to see if your problem is related to a WordPress " |
| 165 |
"filter hook. If disabling these options fixes the problem, <strong>you " |
| 166 |
"should determine which theme or plugin is at fault and report the issue with " |
| 167 |
"to theme or plugin authors</strong>. Using the WordPress " |
| 168 |
"<code>apply_filters()</code> function should not create timeout or layout " |
| 169 |
"issues." |
| 170 |
msgstr "" |
| 171 |
|
| 172 |
#: gettext/gettext-html-debug.php:22 |
| 173 |
msgctxt "html paragraph" |
| 174 |
msgid "" |
| 175 |
"If you disable the content filter, <em>and your Post / Page content relies " |
| 176 |
"on shortcodes for its text</em>, then you may find that WPSSO cannot create " |
| 177 |
"accurate descriptions for its meta tags and Schema markup. WPSSO looks for " |
| 178 |
"custom descriptions and excerpts before falling back to using the content " |
| 179 |
"text. If the the \"Use Filtered Content\" option is disabled, and the " |
| 180 |
"content relies on shortcodes for its text, then you may have to enter custom " |
| 181 |
"descriptions and excerpts for those Posts / Pages." |
| 182 |
msgstr "" |
| 183 |
|
| 184 |
#: gettext/gettext-html-debug.php:23 |
| 185 |
msgctxt "html paragraph" |
| 186 |
msgid "" |
| 187 |
"Enabling the PHP and WordPress debug log (aka WP_DEBUG) is a common practice " |
| 188 |
"and very useful. Your theme and/or badly coded plugins may be generating " |
| 189 |
"hundreds of PHP and WordPress errors, and you would never know unless you " |
| 190 |
"enabled the WordPress debug log. To enable the WordPress debug log, without " |
| 191 |
"displaying those errors to your visitors, add the following to your <code>wp-" |
| 192 |
"config.php</code> file. <em>Make sure you do not already have a " |
| 193 |
"<code>define()</code> for <code>WP_DEBUG</code>, <code>WP_DEBUG_LOG</code>, " |
| 194 |
"or <code>WP_DEBUG_DISPLAY</code> in your <code>wp-config.php</code> file</" |
| 195 |
"em> (as PHP constants can only be defined once). If you do, you can safely " |
| 196 |
"remove them and replace those lines with the following:" |
| 197 |
msgstr "" |
| 198 |
|
| 199 |
#: gettext/gettext-html-debug.php:24 |
| 200 |
msgctxt "html paragraph" |
| 201 |
msgid "" |
| 202 |
"You can turn on/off the WordPress debug log by changing <code>WP_DEBUG</" |
| 203 |
"code>'s value from <code>true</code> to <code>false</code>." |
| 204 |
msgstr "" |
| 205 |
|
| 206 |
#: gettext/gettext-html-debug.php:25 |
| 207 |
msgctxt "html paragraph" |
| 208 |
msgid "" |
| 209 |
"The default location of the <code>debug.log</code> file can be changed by " |
| 210 |
"specifying a file path for the <code>WP_DEBUG_LOG</code> value." |
| 211 |
msgstr "" |
| 212 |
|
| 213 |
#: gettext/gettext-html-debug.php:26 |
| 214 |
msgctxt "html paragraph" |
| 215 |
msgid "" |
| 216 |
"Any WordPress or PHP error messages will be saved to the <code>wordpress/wp-" |
| 217 |
"content/debug.log</code> file by default. If you have several badly coded " |
| 218 |
"and/or old themes and plugins that generate a lot of errors, make sure you " |
| 219 |
"clear the contents / rotate this file regularly, as it could grow large " |
| 220 |
"enough to fill a filesystem. In all cases, you should endeavour to resolve " |
| 221 |
"all warnings and errors in the debug.log file." |
| 222 |
msgstr "" |
| 223 |
|
| 224 |
#: gettext/gettext-html-debug.php:27 |
| 225 |
msgctxt "html paragraph" |
| 226 |
msgid "" |
| 227 |
"In some instances, WPSSO support may request that you enable the \"Add Debug " |
| 228 |
"Messages to HTML\" and \"Disable Cache for Debugging\" options under the " |
| 229 |
"<em>SSO > Advanced Settings > Plugin Settings > Plugin Admin</em> " |
| 230 |
"tab to investigate an issue specific to your site (ie. that cannot be " |
| 231 |
"reproduced on a test site). After enabling the \"Add Debug Messages to HTML" |
| 232 |
"\" and \"Disable Cache for Debugging\" options, the WPSSO Core plugin and " |
| 233 |
"its add-ons will include debug messages as HTML comments in your webpages. " |
| 234 |
"If you use an optimization plugin or service to remove HTML comments from " |
| 235 |
"your webpages (a feature that can also be part of a caching plugin or " |
| 236 |
"service), you will need to disabled that feature. Once WPSSO support has " |
| 237 |
"investigated the issue, you can disable the \"Add Debug Messages to HTML\" " |
| 238 |
"and \"Disable Cache for Debugging\" options and re-enable any HTML " |
| 239 |
"optimization features." |
| 240 |
msgstr "" |
| 241 |
|
| 242 |
#: gettext/gettext-html-debug.php:28 |
| 243 |
msgctxt "html list item" |
| 244 |
msgid "<a href=\"#query-monitor-plugin\">The Query Monitor Plugin</a>" |
| 245 |
msgstr "" |
| 246 |
|
| 247 |
#: gettext/gettext-html-debug.php:29 |
| 248 |
msgctxt "html list item" |
| 249 |
msgid "" |
| 250 |
"<a href=\"#javascript-and-jquery-errors\">JavaScript and jQuery Errors</a>" |
| 251 |
msgstr "" |
| 252 |
|
| 253 |
#: gettext/gettext-html-debug.php:30 |
| 254 |
msgctxt "html list item" |
| 255 |
msgid "<a href=\"#http-error-code-5xx\">HTTP Error Code 5xx</a>" |
| 256 |
msgstr "" |
| 257 |
|
| 258 |
#: gettext/gettext-html-debug.php:31 |
| 259 |
msgctxt "html list item" |
| 260 |
msgid "" |
| 261 |
"<a href=\"#performance-or-layout-issues\">Performance or Layout Issues</a>" |
| 262 |
msgstr "" |
| 263 |
|
| 264 |
#: gettext/gettext-html-debug.php:32 |
| 265 |
msgctxt "html list item" |
| 266 |
msgid "<a href=\"#php-error-messages\">WordPress and PHP Error Messages</a>" |
| 267 |
msgstr "" |
| 268 |
|
| 269 |
#: gettext/gettext-html-debug.php:33 |
| 270 |
msgctxt "html list item" |
| 271 |
msgid "<a href=\"#html-debug-messages\">HTML Debug Messages</a>" |
| 272 |
msgstr "" |
| 273 |
|
| 274 |
#: gettext/gettext-html-setup.php:6 |
| 275 |
msgctxt "html header" |
| 276 |
msgid "Business Social Accounts (Optional)" |
| 277 |
msgstr "" |
| 278 |
|
| 279 |
#: gettext/gettext-html-setup.php:7 |
| 280 |
msgctxt "html header" |
| 281 |
msgid "Related information:" |
| 282 |
msgstr "" |
| 283 |
|
| 284 |
#: gettext/gettext-html-setup.php:8 |
| 285 |
msgctxt "html header" |
| 286 |
msgid "Author Social Accounts (Optional)" |
| 287 |
msgstr "" |
| 288 |
|
| 289 |
#: gettext/gettext-html-setup.php:9 |
| 290 |
msgctxt "html header" |
| 291 |
msgid "Review Essential Settings" |
| 292 |
msgstr "" |
| 293 |
|
| 294 |
#: gettext/gettext-html-setup.php:10 |
| 295 |
msgctxt "html header" |
| 296 |
msgid "Keep an Eye on Notifications" |
| 297 |
msgstr "" |
| 298 |
|
| 299 |
#: gettext/gettext-html-setup.php:11 |
| 300 |
msgctxt "html header" |
| 301 |
msgid "User Interface and General Usage" |
| 302 |
msgstr "" |
| 303 |
|
| 304 |
#: gettext/gettext-html-setup.php:12 |
| 305 |
msgctxt "html header" |
| 306 |
msgid "Schema Markup vs Google Rich Results" |
| 307 |
msgstr "" |
| 308 |
|
| 309 |
#: gettext/gettext-html-setup.php:13 |
| 310 |
msgctxt "html header" |
| 311 |
msgid "Validation Tools" |
| 312 |
msgstr "" |
| 313 |
|
| 314 |
#: gettext/gettext-html-setup.php:14 |
| 315 |
msgctxt "html header" |
| 316 |
msgid "Markup Validators:" |
| 317 |
msgstr "" |
| 318 |
|
| 319 |
#: gettext/gettext-html-setup.php:15 |
| 320 |
msgctxt "html paragraph" |
| 321 |
msgid "" |
| 322 |
"You can enter all your business social account information in the " |
| 323 |
"<em><strong>SSO > General Settings > Social Pages and Accounts</" |
| 324 |
"strong></em> metabox. The social account values are used for meta tags and " |
| 325 |
"Schema Organization markup (which may appear in Google Search results to " |
| 326 |
"highlight your business social pages)." |
| 327 |
msgstr "" |
| 328 |
|
| 329 |
#: gettext/gettext-html-setup.php:16 |
| 330 |
msgctxt "html paragraph" |
| 331 |
msgid "" |
| 332 |
"You may remind your authors and content creators to enter their personal " |
| 333 |
"website URL, Facebook, and X (Twitter) social page URLs in their WordPress " |
| 334 |
"user profile page. Author contact information can appear in various meta " |
| 335 |
"tags and Schema markup for Facebook, X (Twitter), and Google <em>if users " |
| 336 |
"enter their contact information in their WordPress user profile page</em>." |
| 337 |
msgstr "" |
| 338 |
|
| 339 |
#: gettext/gettext-html-setup.php:17 |
| 340 |
msgctxt "html paragraph" |
| 341 |
msgid "" |
| 342 |
"Review the website description on the <em><strong>SSO > Essential " |
| 343 |
"Settings</strong></em> page and select a default image ID (or image URL). " |
| 344 |
"The default image is used for archive pages (ie. blog, category, and tag " |
| 345 |
"archive page) and as a fallback for public posts and pages that do not have " |
| 346 |
"a suitable featured, attached, or image in their content." |
| 347 |
msgstr "" |
| 348 |
|
| 349 |
#: gettext/gettext-html-setup.php:18 |
| 350 |
msgctxt "html paragraph" |
| 351 |
msgid "" |
| 352 |
"WPSSO attempts to keep notifications to a minimum, issuing only " |
| 353 |
"informational, warning, and error notifications when required. Messages from " |
| 354 |
"the default WordPress notication system can feel intrusive and over-used, " |
| 355 |
"and are not compatible with the new block editor in WordPress v5, so WPSSO " |
| 356 |
"includes its own (more discreet) notification system in the admin toolbar." |
| 357 |
msgstr "" |
| 358 |
|
| 359 |
#: gettext/gettext-html-setup.php:19 |
| 360 |
msgctxt "html paragraph" |
| 361 |
msgid "" |
| 362 |
"Look for the SSO notification icon in the admin toolbar - it will be grey " |
| 363 |
"with a 0 notification count by default. If there are notifications, the " |
| 364 |
"count will increase and the SSO icon appear on a red, yellow, or blue " |
| 365 |
"background. WPSSO notifications are context sensitive - they relate directly " |
| 366 |
"to the content shown in the current webpage." |
| 367 |
msgstr "" |
| 368 |
|
| 369 |
#: gettext/gettext-html-setup.php:20 |
| 370 |
msgctxt "html paragraph" |
| 371 |
msgid "" |
| 372 |
"When editing a post, page, category, tag, user profile, etc., you'll find a " |
| 373 |
"Document SSO metabox below the content area where you can customize default " |
| 374 |
"texts, images, and videos. The Document SSO metabox shows a different set of " |
| 375 |
"options based on the content type selected (ie. Schema type or Open Graph " |
| 376 |
"type), allowing you to customize the details of articles, events, e-Commerce " |
| 377 |
"products, recipes, reviews, and more. The \"Preview Social\" tab shows how " |
| 378 |
"this webpage might look when shared on Facebook and the \"Validators\" tab " |
| 379 |
"allows you to submit the current webpage URL to several test and validation " |
| 380 |
"tools." |
| 381 |
msgstr "" |
| 382 |
|
| 383 |
#: gettext/gettext-html-setup.php:21 |
| 384 |
msgctxt "html paragraph" |
| 385 |
msgid "" |
| 386 |
"On most WordPress admin pages you'll find a \"Screen Options\" drop-down tab " |
| 387 |
"on the upper right-hand side of the page. You can use these screen options " |
| 388 |
"to include or exclude specific metaboxes and columns from the current page. " |
| 389 |
"For example, when viewing the posts or pages list you can use the \"Screen " |
| 390 |
"Options\" drop-down to hide / view the \"SSO Image\" column. You can also " |
| 391 |
"enable or disable columns globally under the <em><strong>SSO > Advanced " |
| 392 |
"Settings > Interface</strong></em> tab." |
| 393 |
msgstr "" |
| 394 |
|
| 395 |
#: gettext/gettext-html-setup.php:22 |
| 396 |
msgctxt "html paragraph" |
| 397 |
msgid "" |
| 398 |
"Schema (aka \"Schema.org\") is a collaborative, community lead standard for " |
| 399 |
"structured data markup. Schema markup is classified by type, and each type " |
| 400 |
"is associated with a set of properties. The types are arranged in a " |
| 401 |
"hierarchy and <a href=\"https://schema.org/docs/schemas.html\">the Schema " |
| 402 |
"vocabulary consists of over 800 types and 1500 properties</a>. The Schema " |
| 403 |
"vocabulary can be used with many different encodings, including HTML meta " |
| 404 |
"tags, RDFa, Microdata, and JSON-LD. WPSSO adds Schema markup to webpages " |
| 405 |
"using the latest (and preferred) JSON-LD encoding format for Google and " |
| 406 |
"other search engines." |
| 407 |
msgstr "" |
| 408 |
|
| 409 |
#: gettext/gettext-html-setup.php:23 |
| 410 |
msgctxt "html paragraph" |
| 411 |
msgid "" |
| 412 |
"<a href=\"https://developers.google.com/search/docs/appearance/structured-" |
| 413 |
"data/intro-structured-data\">Google Rich Results are a set of requirements " |
| 414 |
"for a small selection of Schema types</a>, which includes specific images " |
| 415 |
"dimensions, a limited set of values for some Schema properties, and limited " |
| 416 |
"Schema types for some property relations. Google Rich Results require " |
| 417 |
"several layers of related markup (aka a multi-dimensional arrays) that must " |
| 418 |
"be expressed using JSON-LD in the webpage head section, or with RDFa / " |
| 419 |
"Microdata markup in theme templates (deprecated standard)." |
| 420 |
msgstr "" |
| 421 |
|
| 422 |
#: gettext/gettext-html-setup.php:24 |
| 423 |
msgctxt "html paragraph" |
| 424 |
msgid "" |
| 425 |
"If your theme templates include incomplete or incorrect RDFa / Microdata " |
| 426 |
"markup, you can enable the <a href=\"https://wordpress.org/plugins/wpsso-" |
| 427 |
"strip-schema-microdata/\">WPSSO Strip Schema Microdata add-on</a> to remove " |
| 428 |
"the incomplete or incorrect Microdata markup. Schema markup provided by " |
| 429 |
"WPSSO will include an '#sso/' value in the Schema \"@id\" property, making " |
| 430 |
"it easy to tell which Schema JSON-LD markup is provided by WPSSO, and which " |
| 431 |
"is not." |
| 432 |
msgstr "" |
| 433 |
|
| 434 |
#: gettext/gettext-html-setup.php:25 |
| 435 |
msgctxt "html paragraph" |
| 436 |
msgid "" |
| 437 |
"Submit the home page URL, along with a post, page, and archive page URL to " |
| 438 |
"the <a href=\"https://validator.w3.org/\">W3C Markup Validator</a> to verify " |
| 439 |
"the HTML of your theme templates. Social and search engine crawlers expect " |
| 440 |
"properly formatted HTML that conforms to current HTML / XHTML standards. If " |
| 441 |
"your theme templates contain serious HTML markup errors, social and search " |
| 442 |
"crawlers may be unable to read your meta tags and Schema markup. <strong>You " |
| 443 |
"should report any template HTML markup errors to your theme author.</strong>" |
| 444 |
msgstr "" |
| 445 |
|
| 446 |
#: gettext/gettext-html-setup.php:26 |
| 447 |
msgctxt "html paragraph" |
| 448 |
msgid "" |
| 449 |
"Submit a few post and page URLs to the <a href=\"https://developers.facebook." |
| 450 |
"com/tools/debug/\">Facebook Sharing Debugger</a> to verify your Open Graph " |
| 451 |
"meta tags. A link to the Facebook debugger is available under the Validate " |
| 452 |
"tab in the Document SSO metabox (on post, term, and user editing pages). The " |
| 453 |
"Facebook debugger can also be used to clear Facebook's cache (after clicking " |
| 454 |
"the \"Fetch new scrape information\" button). If you're validating older " |
| 455 |
"posts and pages, pre-dating the activation of WPSSO, note that <a href=" |
| 456 |
"\"https://wpsso.com/docs/plugins/wpsso/faqs/why-does-facebook-show-the-wrong-" |
| 457 |
"image-text/\">Facebook may continue to use the old meta tag values from its " |
| 458 |
"cache</a>, even after fetching the new scrape information." |
| 459 |
msgstr "" |
| 460 |
|
| 461 |
#: gettext/gettext-html-setup.php:27 |
| 462 |
msgctxt "html paragraph" |
| 463 |
msgid "" |
| 464 |
"Submit the home page URL, along with a post, page, and archive page URL to " |
| 465 |
"the <a href=\"https://search.google.com/test/rich-results\">Google Rich " |
| 466 |
"Results Test Tool</a> or the <a href=\"https://validator.schema.org/" |
| 467 |
"\">Schema Markup Validator</a>. If any information is missing from the " |
| 468 |
"Schema markup, use the Document SSO metabox in the WordPress editing page to " |
| 469 |
"complete the missing information." |
| 470 |
msgstr "" |
| 471 |
|
| 472 |
#: gettext/gettext-html-setup.php:28 |
| 473 |
msgctxt "html list item" |
| 474 |
msgid "" |
| 475 |
"<a href=\"#business-social-accounts\">Business Social Accounts (Optional)</a>" |
| 476 |
msgstr "" |
| 477 |
|
| 478 |
#: gettext/gettext-html-setup.php:29 |
| 479 |
msgctxt "html list item" |
| 480 |
msgid "" |
| 481 |
"<a href=\"#author-social-accounts\">Author Social Accounts (Optional)</a>" |
| 482 |
msgstr "" |
| 483 |
|
| 484 |
#: gettext/gettext-html-setup.php:30 |
| 485 |
msgctxt "html list item" |
| 486 |
msgid "<a href=\"#essential-settings\">Review Essential Settings</a>" |
| 487 |
msgstr "" |
| 488 |
|
| 489 |
#: gettext/gettext-html-setup.php:31 |
| 490 |
msgctxt "html list item" |
| 491 |
msgid "<a href=\"#notifications\">Keep an Eye on Notifications</a>" |
| 492 |
msgstr "" |
| 493 |
|
| 494 |
#: gettext/gettext-html-setup.php:32 |
| 495 |
msgctxt "html list item" |
| 496 |
msgid "<a href=\"#user-interface\">User Interface and General Usage</a>" |
| 497 |
msgstr "" |
| 498 |
|
| 499 |
#: gettext/gettext-html-setup.php:33 |
| 500 |
msgctxt "html list item" |
| 501 |
msgid "<a href=\"#schema-markup\">Schema Markup vs Google Rich Results</a>" |
| 502 |
msgstr "" |
| 503 |
|
| 504 |
#: gettext/gettext-html-setup.php:34 |
| 505 |
msgctxt "html list item" |
| 506 |
msgid "<a href=\"#validation-tools\">Validation Tools</a>" |
| 507 |
msgstr "" |
| 508 |
|
| 509 |
#: gettext/gettext-html-setup.php:35 |
| 510 |
msgctxt "html list item" |
| 511 |
msgid "" |
| 512 |
"<a href=\"https://www.facebook.com/business/tools/facebook-pages/get-started/" |
| 513 |
"\">Setup a Facebook Business Page</a>" |
| 514 |
msgstr "" |
| 515 |
|
| 516 |
#: gettext/gettext-html-setup.php:36 |
| 517 |
msgctxt "html list item" |
| 518 |
msgid "" |
| 519 |
"<a href=\"https://business.x.com/en/basics/get-your-business-started-with-x" |
| 520 |
"\">Create an X (Twitter) Business Profile</a>" |
| 521 |
msgstr "" |
| 522 |
|
| 523 |
#: gettext/gettext-html-setup.php:37 |
| 524 |
msgctxt "html list item" |
| 525 |
msgid "" |
| 526 |
"<a href=\"https://business.google.com/create\">Add or claim your business on " |
| 527 |
"Google My Business</a> (recommended)" |
| 528 |
msgstr "" |
| 529 |
|
| 530 |
#: gettext/gettext-html-setup.php:38 |
| 531 |
msgctxt "html list item" |
| 532 |
msgid "" |
| 533 |
"<a href=\"https://www.pinterest.com/business/create/\">Create a Pinterest " |
| 534 |
"Business Account</a>" |
| 535 |
msgstr "" |
| 536 |
|
| 537 |
#: gettext/gettext-html-setup.php:39 |
| 538 |
msgctxt "html list item" |
| 539 |
msgid "" |
| 540 |
"<a href=\"https://developers.facebook.com/tools/debug/\">Facebook Sharing " |
| 541 |
"Debugger</a>" |
| 542 |
msgstr "" |
| 543 |
|
| 544 |
#: gettext/gettext-html-setup.php:40 |
| 545 |
msgctxt "html list item" |
| 546 |
msgid "" |
| 547 |
"<a href=\"https://business.facebook.com/ads/microdata/debug\">Facebook " |
| 548 |
"Microdata Debug Tool</a>" |
| 549 |
msgstr "" |
| 550 |
|
| 551 |
#: gettext/gettext-html-setup.php:41 |
| 552 |
msgctxt "html list item" |
| 553 |
msgid "<a href=\"https://search.google.com/test/amp\">Google AMP Test</a>" |
| 554 |
msgstr "" |
| 555 |
|
| 556 |
#: gettext/gettext-html-setup.php:42 |
| 557 |
msgctxt "html list item" |
| 558 |
msgid "" |
| 559 |
"<a href=\"https://search.google.com/test/rich-results\">Google Rich Results " |
| 560 |
"Test</a>" |
| 561 |
msgstr "" |
| 562 |
|
| 563 |
#: gettext/gettext-html-setup.php:43 |
| 564 |
msgctxt "html list item" |
| 565 |
msgid "" |
| 566 |
"<a href=\"https://www.linkedin.com/post-inspector/inspect/\">LinkedIn Post " |
| 567 |
"Inspector</a>" |
| 568 |
msgstr "" |
| 569 |
|
| 570 |
#: gettext/gettext-html-setup.php:44 |
| 571 |
msgctxt "html list item" |
| 572 |
msgid "" |
| 573 |
"<a href=\"https://developers.pinterest.com/tools/url-debugger/\">Pinterest " |
| 574 |
"Rich Pins Validator</a>" |
| 575 |
msgstr "" |
| 576 |
|
| 577 |
#: gettext/gettext-html-setup.php:45 |
| 578 |
msgctxt "html list item" |
| 579 |
msgid "<a href=\"https://validator.schema.org/\">Schema Markup Validator</a>" |
| 580 |
msgstr "" |
| 581 |
|
| 582 |
#: gettext/gettext-html-setup.php:46 |
| 583 |
msgctxt "html list item" |
| 584 |
msgid "" |
| 585 |
"<a href=\"https://cards-dev.twitter.com/validator\">X (Twitter) Card " |
| 586 |
"Validator</a>" |
| 587 |
msgstr "" |
| 588 |
|
| 589 |
#: gettext/gettext-html-setup.php:47 |
| 590 |
msgctxt "html list item" |
| 591 |
msgid "" |
| 592 |
"<a href=\"https://validator.w3.org/\">W3C Markup Validator</a> is " |
| 593 |
"recommended to check your theme templates for HTML markup issues." |
| 594 |
msgstr "" |
| 595 |
|
| 596 |
#: gettext/gettext-html-setup.php:48 |
| 597 |
msgctxt "html list item" |
| 598 |
msgid "" |
| 599 |
"<a href=\"https://www.xml-sitemaps.com/validate-xml-sitemap.html\">XML " |
| 600 |
"Sitemap Validator</a>" |
| 601 |
msgstr "" |
| 602 |
|
| 603 |
#: gettext/gettext-html-setup.php:49 |
| 604 |
msgctxt "html list item" |
| 605 |
msgid "" |
| 606 |
"<a href=\"https://pagespeed.web.dev/\">Google's PageSpeed Insights</a> is " |
| 607 |
"recommended for general site and webpage health checks (improving pagespeed " |
| 608 |
"results will improve SEO ranking)." |
| 609 |
msgstr "" |
| 610 |
|
| 611 |
#: gettext/gettext-html-setup.php:50 |
| 612 |
msgctxt "html list item" |
| 613 |
msgid "" |
| 614 |
"<a href=\"https://developers.google.com/search/docs/fundamentals/seo-starter-" |
| 615 |
"guide\">Google's Search Engine Optimization (SEO) Starter Guide</a> is " |
| 616 |
"recommended to understand Google SEO ranking factors." |
| 617 |
msgstr "" |
| 618 |
|
| 619 |
#: gettext/gettext-html-setup.php:51 |
| 620 |
msgctxt "html list item" |
| 621 |
msgid "" |
| 622 |
"<a href=\"https://www.webpagetest.org/\">Webpage Performance Test with " |
| 623 |
"Waterfall</a> is recommended to check and diagnose basic performance issues." |
| 624 |
msgstr "" |
| 625 |
|
| 626 |
#: gettext/gettext-html-setup.php:52 |
| 627 |
msgctxt "html list item" |
| 628 |
msgid "" |
| 629 |
"<a href=\"https://www.ssllabs.com/ssltest/\">SSL Server Test by SSL Labs</a> " |
| 630 |
"is recommended to test SSL certificates and available HTTPS protocols." |
| 631 |
msgstr "" |
| 632 |
|
| 633 |
#: gettext/gettext-lib-abstract-com.php:5 lib/abstract/com/add-on.php:235 |
| 634 |
msgid "The %1$s add-on requires the %2$s plugin." |
| 635 |
msgstr "" |
| 636 |
|
| 637 |
#: gettext/gettext-lib-abstract-com.php:6 lib/abstract/com/add-on.php:254 |
| 638 |
msgid "" |
| 639 |
"The %1$s add-on requires %2$s version %3$s or newer (version %4$s is " |
| 640 |
"currently installed)." |
| 641 |
msgstr "" |
| 642 |
|
| 643 |
#: gettext/gettext-lib-com-education-levels.php:5 |
| 644 |
msgctxt "option value" |
| 645 |
msgid "[generic]" |
| 646 |
msgstr "" |
| 647 |
|
| 648 |
#: gettext/gettext-lib-com-education-levels.php:6 |
| 649 |
msgctxt "option value" |
| 650 |
msgid "generic" |
| 651 |
msgstr "" |
| 652 |
|
| 653 |
#: gettext/gettext-lib-com-education-levels.php:7 |
| 654 |
msgctxt "option value" |
| 655 |
msgid "Beginner" |
| 656 |
msgstr "" |
| 657 |
|
| 658 |
#: gettext/gettext-lib-com-education-levels.php:8 |
| 659 |
msgctxt "option value" |
| 660 |
msgid "Intermediate" |
| 661 |
msgstr "" |
| 662 |
|
| 663 |
#: gettext/gettext-lib-com-education-levels.php:9 |
| 664 |
msgctxt "option value" |
| 665 |
msgid "Advanced" |
| 666 |
msgstr "" |
| 667 |
|
| 668 |
#: gettext/gettext-lib-com-education-levels.php:10 |
| 669 |
msgctxt "option value" |
| 670 |
msgid "Algeria" |
| 671 |
msgstr "" |
| 672 |
|
| 673 |
#: gettext/gettext-lib-com-education-levels.php:11 |
| 674 |
#: gettext/gettext-lib-com-education-levels.php:398 |
| 675 |
#: gettext/gettext-lib-com-education-levels.php:422 |
| 676 |
#: gettext/gettext-lib-com-education-levels.php:604 |
| 677 |
msgctxt "option value" |
| 678 |
msgid "Lower Secondary School" |
| 679 |
msgstr "" |
| 680 |
|
| 681 |
#: gettext/gettext-lib-com-education-levels.php:12 |
| 682 |
#: gettext/gettext-lib-com-education-levels.php:53 |
| 683 |
#: gettext/gettext-lib-com-education-levels.php:72 |
| 684 |
#: gettext/gettext-lib-com-education-levels.php:98 |
| 685 |
#: gettext/gettext-lib-com-education-levels.php:125 |
| 686 |
#: gettext/gettext-lib-com-education-levels.php:184 |
| 687 |
#: gettext/gettext-lib-com-education-levels.php:206 |
| 688 |
#: gettext/gettext-lib-com-education-levels.php:259 |
| 689 |
#: gettext/gettext-lib-com-education-levels.php:277 |
| 690 |
#: gettext/gettext-lib-com-education-levels.php:296 |
| 691 |
#: gettext/gettext-lib-com-education-levels.php:329 |
| 692 |
#: gettext/gettext-lib-com-education-levels.php:374 |
| 693 |
#: gettext/gettext-lib-com-education-levels.php:391 |
| 694 |
#: gettext/gettext-lib-com-education-levels.php:413 |
| 695 |
#: gettext/gettext-lib-com-education-levels.php:424 |
| 696 |
#: gettext/gettext-lib-com-education-levels.php:441 |
| 697 |
#: gettext/gettext-lib-com-education-levels.php:451 |
| 698 |
#: gettext/gettext-lib-com-education-levels.php:459 |
| 699 |
#: gettext/gettext-lib-com-education-levels.php:468 |
| 700 |
#: gettext/gettext-lib-com-education-levels.php:487 |
| 701 |
#: gettext/gettext-lib-com-education-levels.php:520 |
| 702 |
#: gettext/gettext-lib-com-education-levels.php:529 |
| 703 |
#: gettext/gettext-lib-com-education-levels.php:539 |
| 704 |
#: gettext/gettext-lib-com-education-levels.php:569 |
| 705 |
#: gettext/gettext-lib-com-education-levels.php:577 |
| 706 |
#: gettext/gettext-lib-com-education-levels.php:588 |
| 707 |
#: gettext/gettext-lib-com-education-levels.php:615 |
| 708 |
#: gettext/gettext-lib-com-education-levels.php:645 |
| 709 |
#: gettext/gettext-lib-com-education-levels.php:669 |
| 710 |
#: gettext/gettext-lib-com-education-levels.php:705 |
| 711 |
#: gettext/gettext-lib-com-education-levels.php:729 |
| 712 |
#: gettext/gettext-lib-com-education-levels.php:750 |
| 713 |
#: gettext/gettext-lib-com-education-levels.php:789 |
| 714 |
#: gettext/gettext-lib-com-education-levels.php:833 |
| 715 |
#: gettext/gettext-lib-com-education-levels.php:853 |
| 716 |
#: gettext/gettext-lib-com-education-levels.php:909 |
| 717 |
#: gettext/gettext-lib-com-education-levels.php:950 |
| 718 |
#: gettext/gettext-lib-com-education-levels.php:959 |
| 719 |
msgctxt "option value" |
| 720 |
msgid "Grade 8" |
| 721 |
msgstr "" |
| 722 |
|
| 723 |
#: gettext/gettext-lib-com-education-levels.php:13 |
| 724 |
#: gettext/gettext-lib-com-education-levels.php:54 |
| 725 |
#: gettext/gettext-lib-com-education-levels.php:73 |
| 726 |
#: gettext/gettext-lib-com-education-levels.php:99 |
| 727 |
#: gettext/gettext-lib-com-education-levels.php:126 |
| 728 |
#: gettext/gettext-lib-com-education-levels.php:162 |
| 729 |
#: gettext/gettext-lib-com-education-levels.php:207 |
| 730 |
#: gettext/gettext-lib-com-education-levels.php:260 |
| 731 |
#: gettext/gettext-lib-com-education-levels.php:278 |
| 732 |
#: gettext/gettext-lib-com-education-levels.php:297 |
| 733 |
#: gettext/gettext-lib-com-education-levels.php:330 |
| 734 |
#: gettext/gettext-lib-com-education-levels.php:375 |
| 735 |
#: gettext/gettext-lib-com-education-levels.php:392 |
| 736 |
#: gettext/gettext-lib-com-education-levels.php:414 |
| 737 |
#: gettext/gettext-lib-com-education-levels.php:425 |
| 738 |
#: gettext/gettext-lib-com-education-levels.php:442 |
| 739 |
#: gettext/gettext-lib-com-education-levels.php:460 |
| 740 |
#: gettext/gettext-lib-com-education-levels.php:469 |
| 741 |
#: gettext/gettext-lib-com-education-levels.php:488 |
| 742 |
#: gettext/gettext-lib-com-education-levels.php:512 |
| 743 |
#: gettext/gettext-lib-com-education-levels.php:521 |
| 744 |
#: gettext/gettext-lib-com-education-levels.php:530 |
| 745 |
#: gettext/gettext-lib-com-education-levels.php:540 |
| 746 |
#: gettext/gettext-lib-com-education-levels.php:570 |
| 747 |
#: gettext/gettext-lib-com-education-levels.php:578 |
| 748 |
#: gettext/gettext-lib-com-education-levels.php:590 |
| 749 |
#: gettext/gettext-lib-com-education-levels.php:616 |
| 750 |
#: gettext/gettext-lib-com-education-levels.php:646 |
| 751 |
#: gettext/gettext-lib-com-education-levels.php:670 |
| 752 |
#: gettext/gettext-lib-com-education-levels.php:706 |
| 753 |
#: gettext/gettext-lib-com-education-levels.php:730 |
| 754 |
#: gettext/gettext-lib-com-education-levels.php:751 |
| 755 |
#: gettext/gettext-lib-com-education-levels.php:790 |
| 756 |
#: gettext/gettext-lib-com-education-levels.php:805 |
| 757 |
#: gettext/gettext-lib-com-education-levels.php:813 |
| 758 |
#: gettext/gettext-lib-com-education-levels.php:834 |
| 759 |
#: gettext/gettext-lib-com-education-levels.php:854 |
| 760 |
#: gettext/gettext-lib-com-education-levels.php:911 |
| 761 |
#: gettext/gettext-lib-com-education-levels.php:928 |
| 762 |
#: gettext/gettext-lib-com-education-levels.php:951 |
| 763 |
#: gettext/gettext-lib-com-education-levels.php:960 |
| 764 |
msgctxt "option value" |
| 765 |
msgid "Grade 9" |
| 766 |
msgstr "" |
| 767 |
|
| 768 |
#: gettext/gettext-lib-com-education-levels.php:14 |
| 769 |
#: gettext/gettext-lib-com-education-levels.php:285 |
| 770 |
#: gettext/gettext-lib-com-education-levels.php:403 |
| 771 |
#: gettext/gettext-lib-com-education-levels.php:426 |
| 772 |
#: gettext/gettext-lib-com-education-levels.php:608 |
| 773 |
msgctxt "option value" |
| 774 |
msgid "Upper Secondary School" |
| 775 |
msgstr "" |
| 776 |
|
| 777 |
#: gettext/gettext-lib-com-education-levels.php:15 |
| 778 |
#: gettext/gettext-lib-com-education-levels.php:56 |
| 779 |
#: gettext/gettext-lib-com-education-levels.php:75 |
| 780 |
#: gettext/gettext-lib-com-education-levels.php:101 |
| 781 |
#: gettext/gettext-lib-com-education-levels.php:128 |
| 782 |
#: gettext/gettext-lib-com-education-levels.php:163 |
| 783 |
#: gettext/gettext-lib-com-education-levels.php:169 |
| 784 |
#: gettext/gettext-lib-com-education-levels.php:209 |
| 785 |
#: gettext/gettext-lib-com-education-levels.php:262 |
| 786 |
#: gettext/gettext-lib-com-education-levels.php:280 |
| 787 |
#: gettext/gettext-lib-com-education-levels.php:299 |
| 788 |
#: gettext/gettext-lib-com-education-levels.php:331 |
| 789 |
#: gettext/gettext-lib-com-education-levels.php:377 |
| 790 |
#: gettext/gettext-lib-com-education-levels.php:393 |
| 791 |
#: gettext/gettext-lib-com-education-levels.php:415 |
| 792 |
#: gettext/gettext-lib-com-education-levels.php:427 |
| 793 |
#: gettext/gettext-lib-com-education-levels.php:444 |
| 794 |
#: gettext/gettext-lib-com-education-levels.php:453 |
| 795 |
#: gettext/gettext-lib-com-education-levels.php:462 |
| 796 |
#: gettext/gettext-lib-com-education-levels.php:471 |
| 797 |
#: gettext/gettext-lib-com-education-levels.php:489 |
| 798 |
#: gettext/gettext-lib-com-education-levels.php:513 |
| 799 |
#: gettext/gettext-lib-com-education-levels.php:523 |
| 800 |
#: gettext/gettext-lib-com-education-levels.php:532 |
| 801 |
#: gettext/gettext-lib-com-education-levels.php:542 |
| 802 |
#: gettext/gettext-lib-com-education-levels.php:572 |
| 803 |
#: gettext/gettext-lib-com-education-levels.php:580 |
| 804 |
#: gettext/gettext-lib-com-education-levels.php:591 |
| 805 |
#: gettext/gettext-lib-com-education-levels.php:617 |
| 806 |
#: gettext/gettext-lib-com-education-levels.php:647 |
| 807 |
#: gettext/gettext-lib-com-education-levels.php:671 |
| 808 |
#: gettext/gettext-lib-com-education-levels.php:708 |
| 809 |
#: gettext/gettext-lib-com-education-levels.php:732 |
| 810 |
#: gettext/gettext-lib-com-education-levels.php:752 |
| 811 |
#: gettext/gettext-lib-com-education-levels.php:792 |
| 812 |
#: gettext/gettext-lib-com-education-levels.php:806 |
| 813 |
#: gettext/gettext-lib-com-education-levels.php:815 |
| 814 |
#: gettext/gettext-lib-com-education-levels.php:855 |
| 815 |
#: gettext/gettext-lib-com-education-levels.php:912 |
| 816 |
#: gettext/gettext-lib-com-education-levels.php:930 |
| 817 |
#: gettext/gettext-lib-com-education-levels.php:953 |
| 818 |
#: gettext/gettext-lib-com-education-levels.php:961 |
| 819 |
msgctxt "option value" |
| 820 |
msgid "Grade 10" |
| 821 |
msgstr "" |
| 822 |
|
| 823 |
#: gettext/gettext-lib-com-education-levels.php:16 |
| 824 |
#: gettext/gettext-lib-com-education-levels.php:57 |
| 825 |
#: gettext/gettext-lib-com-education-levels.php:76 |
| 826 |
#: gettext/gettext-lib-com-education-levels.php:102 |
| 827 |
#: gettext/gettext-lib-com-education-levels.php:129 |
| 828 |
#: gettext/gettext-lib-com-education-levels.php:164 |
| 829 |
#: gettext/gettext-lib-com-education-levels.php:170 |
| 830 |
#: gettext/gettext-lib-com-education-levels.php:210 |
| 831 |
#: gettext/gettext-lib-com-education-levels.php:263 |
| 832 |
#: gettext/gettext-lib-com-education-levels.php:281 |
| 833 |
#: gettext/gettext-lib-com-education-levels.php:300 |
| 834 |
#: gettext/gettext-lib-com-education-levels.php:378 |
| 835 |
#: gettext/gettext-lib-com-education-levels.php:394 |
| 836 |
#: gettext/gettext-lib-com-education-levels.php:417 |
| 837 |
#: gettext/gettext-lib-com-education-levels.php:428 |
| 838 |
#: gettext/gettext-lib-com-education-levels.php:445 |
| 839 |
#: gettext/gettext-lib-com-education-levels.php:454 |
| 840 |
#: gettext/gettext-lib-com-education-levels.php:463 |
| 841 |
#: gettext/gettext-lib-com-education-levels.php:472 |
| 842 |
#: gettext/gettext-lib-com-education-levels.php:491 |
| 843 |
#: gettext/gettext-lib-com-education-levels.php:514 |
| 844 |
#: gettext/gettext-lib-com-education-levels.php:524 |
| 845 |
#: gettext/gettext-lib-com-education-levels.php:533 |
| 846 |
#: gettext/gettext-lib-com-education-levels.php:543 |
| 847 |
#: gettext/gettext-lib-com-education-levels.php:573 |
| 848 |
#: gettext/gettext-lib-com-education-levels.php:581 |
| 849 |
#: gettext/gettext-lib-com-education-levels.php:592 |
| 850 |
#: gettext/gettext-lib-com-education-levels.php:619 |
| 851 |
#: gettext/gettext-lib-com-education-levels.php:649 |
| 852 |
#: gettext/gettext-lib-com-education-levels.php:673 |
| 853 |
#: gettext/gettext-lib-com-education-levels.php:709 |
| 854 |
#: gettext/gettext-lib-com-education-levels.php:733 |
| 855 |
#: gettext/gettext-lib-com-education-levels.php:754 |
| 856 |
#: gettext/gettext-lib-com-education-levels.php:783 |
| 857 |
#: gettext/gettext-lib-com-education-levels.php:793 |
| 858 |
#: gettext/gettext-lib-com-education-levels.php:808 |
| 859 |
#: gettext/gettext-lib-com-education-levels.php:816 |
| 860 |
#: gettext/gettext-lib-com-education-levels.php:856 |
| 861 |
#: gettext/gettext-lib-com-education-levels.php:913 |
| 862 |
#: gettext/gettext-lib-com-education-levels.php:931 |
| 863 |
#: gettext/gettext-lib-com-education-levels.php:954 |
| 864 |
#: gettext/gettext-lib-com-education-levels.php:962 |
| 865 |
msgctxt "option value" |
| 866 |
msgid "Grade 11" |
| 867 |
msgstr "" |
| 868 |
|
| 869 |
#: gettext/gettext-lib-com-education-levels.php:17 |
| 870 |
#: gettext/gettext-lib-com-education-levels.php:58 |
| 871 |
#: gettext/gettext-lib-com-education-levels.php:77 |
| 872 |
#: gettext/gettext-lib-com-education-levels.php:103 |
| 873 |
#: gettext/gettext-lib-com-education-levels.php:130 |
| 874 |
#: gettext/gettext-lib-com-education-levels.php:165 |
| 875 |
#: gettext/gettext-lib-com-education-levels.php:171 |
| 876 |
#: gettext/gettext-lib-com-education-levels.php:211 |
| 877 |
#: gettext/gettext-lib-com-education-levels.php:264 |
| 878 |
#: gettext/gettext-lib-com-education-levels.php:282 |
| 879 |
#: gettext/gettext-lib-com-education-levels.php:301 |
| 880 |
#: gettext/gettext-lib-com-education-levels.php:379 |
| 881 |
#: gettext/gettext-lib-com-education-levels.php:395 |
| 882 |
#: gettext/gettext-lib-com-education-levels.php:418 |
| 883 |
#: gettext/gettext-lib-com-education-levels.php:446 |
| 884 |
#: gettext/gettext-lib-com-education-levels.php:455 |
| 885 |
#: gettext/gettext-lib-com-education-levels.php:464 |
| 886 |
#: gettext/gettext-lib-com-education-levels.php:473 |
| 887 |
#: gettext/gettext-lib-com-education-levels.php:492 |
| 888 |
#: gettext/gettext-lib-com-education-levels.php:525 |
| 889 |
#: gettext/gettext-lib-com-education-levels.php:534 |
| 890 |
#: gettext/gettext-lib-com-education-levels.php:544 |
| 891 |
#: gettext/gettext-lib-com-education-levels.php:582 |
| 892 |
#: gettext/gettext-lib-com-education-levels.php:593 |
| 893 |
#: gettext/gettext-lib-com-education-levels.php:620 |
| 894 |
#: gettext/gettext-lib-com-education-levels.php:650 |
| 895 |
#: gettext/gettext-lib-com-education-levels.php:674 |
| 896 |
#: gettext/gettext-lib-com-education-levels.php:710 |
| 897 |
#: gettext/gettext-lib-com-education-levels.php:734 |
| 898 |
#: gettext/gettext-lib-com-education-levels.php:755 |
| 899 |
#: gettext/gettext-lib-com-education-levels.php:784 |
| 900 |
#: gettext/gettext-lib-com-education-levels.php:794 |
| 901 |
#: gettext/gettext-lib-com-education-levels.php:809 |
| 902 |
#: gettext/gettext-lib-com-education-levels.php:818 |
| 903 |
#: gettext/gettext-lib-com-education-levels.php:857 |
| 904 |
#: gettext/gettext-lib-com-education-levels.php:914 |
| 905 |
#: gettext/gettext-lib-com-education-levels.php:932 |
| 906 |
#: gettext/gettext-lib-com-education-levels.php:955 |
| 907 |
#: gettext/gettext-lib-com-education-levels.php:963 |
| 908 |
msgctxt "option value" |
| 909 |
msgid "Grade 12" |
| 910 |
msgstr "" |
| 911 |
|
| 912 |
#: gettext/gettext-lib-com-education-levels.php:18 |
| 913 |
#: gettext/gettext-lib-com-education-levels.php:26 |
| 914 |
#: gettext/gettext-lib-com-education-levels.php:50 |
| 915 |
#: gettext/gettext-lib-com-education-levels.php:59 |
| 916 |
#: gettext/gettext-lib-com-education-levels.php:78 |
| 917 |
#: gettext/gettext-lib-com-education-levels.php:86 |
| 918 |
#: gettext/gettext-lib-com-education-levels.php:95 |
| 919 |
#: gettext/gettext-lib-com-education-levels.php:116 |
| 920 |
#: gettext/gettext-lib-com-education-levels.php:122 |
| 921 |
#: gettext/gettext-lib-com-education-levels.php:138 |
| 922 |
#: gettext/gettext-lib-com-education-levels.php:153 |
| 923 |
#: gettext/gettext-lib-com-education-levels.php:159 |
| 924 |
#: gettext/gettext-lib-com-education-levels.php:166 |
| 925 |
#: gettext/gettext-lib-com-education-levels.php:172 |
| 926 |
#: gettext/gettext-lib-com-education-levels.php:181 |
| 927 |
#: gettext/gettext-lib-com-education-levels.php:194 |
| 928 |
#: gettext/gettext-lib-com-education-levels.php:212 |
| 929 |
#: gettext/gettext-lib-com-education-levels.php:221 |
| 930 |
#: gettext/gettext-lib-com-education-levels.php:231 |
| 931 |
#: gettext/gettext-lib-com-education-levels.php:241 |
| 932 |
#: gettext/gettext-lib-com-education-levels.php:251 |
| 933 |
#: gettext/gettext-lib-com-education-levels.php:283 |
| 934 |
#: gettext/gettext-lib-com-education-levels.php:302 |
| 935 |
#: gettext/gettext-lib-com-education-levels.php:326 |
| 936 |
#: gettext/gettext-lib-com-education-levels.php:336 |
| 937 |
#: gettext/gettext-lib-com-education-levels.php:365 |
| 938 |
#: gettext/gettext-lib-com-education-levels.php:388 |
| 939 |
#: gettext/gettext-lib-com-education-levels.php:410 |
| 940 |
#: gettext/gettext-lib-com-education-levels.php:419 |
| 941 |
#: gettext/gettext-lib-com-education-levels.php:438 |
| 942 |
#: gettext/gettext-lib-com-education-levels.php:447 |
| 943 |
#: gettext/gettext-lib-com-education-levels.php:456 |
| 944 |
#: gettext/gettext-lib-com-education-levels.php:493 |
| 945 |
#: gettext/gettext-lib-com-education-levels.php:499 |
| 946 |
#: gettext/gettext-lib-com-education-levels.php:536 |
| 947 |
#: gettext/gettext-lib-com-education-levels.php:557 |
| 948 |
#: gettext/gettext-lib-com-education-levels.php:594 |
| 949 |
#: gettext/gettext-lib-com-education-levels.php:602 |
| 950 |
#: gettext/gettext-lib-com-education-levels.php:612 |
| 951 |
#: gettext/gettext-lib-com-education-levels.php:621 |
| 952 |
#: gettext/gettext-lib-com-education-levels.php:641 |
| 953 |
#: gettext/gettext-lib-com-education-levels.php:666 |
| 954 |
#: gettext/gettext-lib-com-education-levels.php:684 |
| 955 |
#: gettext/gettext-lib-com-education-levels.php:702 |
| 956 |
#: gettext/gettext-lib-com-education-levels.php:718 |
| 957 |
#: gettext/gettext-lib-com-education-levels.php:746 |
| 958 |
#: gettext/gettext-lib-com-education-levels.php:763 |
| 959 |
#: gettext/gettext-lib-com-education-levels.php:802 |
| 960 |
#: gettext/gettext-lib-com-education-levels.php:869 |
| 961 |
#: gettext/gettext-lib-com-education-levels.php:887 |
| 962 |
#: gettext/gettext-lib-com-education-levels.php:906 |
| 963 |
#: gettext/gettext-lib-com-education-levels.php:915 |
| 964 |
#: gettext/gettext-lib-com-education-levels.php:939 |
| 965 |
#: gettext/gettext-lib-com-education-levels.php:947 |
| 966 |
msgctxt "option value" |
| 967 |
msgid "Higher Education" |
| 968 |
msgstr "" |
| 969 |
|
| 970 |
#: gettext/gettext-lib-com-education-levels.php:19 |
| 971 |
msgctxt "option value" |
| 972 |
msgid "Argentina" |
| 973 |
msgstr "" |
| 974 |
|
| 975 |
#: gettext/gettext-lib-com-education-levels.php:20 |
| 976 |
#: gettext/gettext-lib-com-education-levels.php:197 |
| 977 |
#: gettext/gettext-lib-com-education-levels.php:501 |
| 978 |
#: gettext/gettext-lib-com-education-levels.php:547 |
| 979 |
#: gettext/gettext-lib-com-education-levels.php:648 |
| 980 |
msgctxt "option value" |
| 981 |
msgid "Secondary" |
| 982 |
msgstr "" |
| 983 |
|
| 984 |
#: gettext/gettext-lib-com-education-levels.php:21 |
| 985 |
#: gettext/gettext-lib-com-education-levels.php:45 |
| 986 |
#: gettext/gettext-lib-com-education-levels.php:89 |
| 987 |
#: gettext/gettext-lib-com-education-levels.php:108 |
| 988 |
#: gettext/gettext-lib-com-education-levels.php:175 |
| 989 |
#: gettext/gettext-lib-com-education-levels.php:216 |
| 990 |
#: gettext/gettext-lib-com-education-levels.php:235 |
| 991 |
#: gettext/gettext-lib-com-education-levels.php:245 |
| 992 |
#: gettext/gettext-lib-com-education-levels.php:305 |
| 993 |
#: gettext/gettext-lib-com-education-levels.php:350 |
| 994 |
#: gettext/gettext-lib-com-education-levels.php:478 |
| 995 |
#: gettext/gettext-lib-com-education-levels.php:605 |
| 996 |
#: gettext/gettext-lib-com-education-levels.php:654 |
| 997 |
#: gettext/gettext-lib-com-education-levels.php:824 |
| 998 |
#: gettext/gettext-lib-com-education-levels.php:842 |
| 999 |
#: gettext/gettext-lib-com-education-levels.php:881 |
| 1000 |
#: gettext/gettext-lib-com-education-levels.php:900 |
| 1001 |
msgctxt "option value" |
| 1002 |
msgid "8th Grade" |
| 1003 |
msgstr "" |
| 1004 |
|
| 1005 |
#: gettext/gettext-lib-com-education-levels.php:22 |
| 1006 |
#: gettext/gettext-lib-com-education-levels.php:38 |
| 1007 |
#: gettext/gettext-lib-com-education-levels.php:46 |
| 1008 |
#: gettext/gettext-lib-com-education-levels.php:91 |
| 1009 |
#: gettext/gettext-lib-com-education-levels.php:134 |
| 1010 |
#: gettext/gettext-lib-com-education-levels.php:141 |
| 1011 |
#: gettext/gettext-lib-com-education-levels.php:176 |
| 1012 |
#: gettext/gettext-lib-com-education-levels.php:217 |
| 1013 |
#: gettext/gettext-lib-com-education-levels.php:236 |
| 1014 |
#: gettext/gettext-lib-com-education-levels.php:246 |
| 1015 |
#: gettext/gettext-lib-com-education-levels.php:306 |
| 1016 |
#: gettext/gettext-lib-com-education-levels.php:351 |
| 1017 |
#: gettext/gettext-lib-com-education-levels.php:479 |
| 1018 |
#: gettext/gettext-lib-com-education-levels.php:606 |
| 1019 |
#: gettext/gettext-lib-com-education-levels.php:655 |
| 1020 |
#: gettext/gettext-lib-com-education-levels.php:663 |
| 1021 |
#: gettext/gettext-lib-com-education-levels.php:825 |
| 1022 |
#: gettext/gettext-lib-com-education-levels.php:843 |
| 1023 |
#: gettext/gettext-lib-com-education-levels.php:883 |
| 1024 |
#: gettext/gettext-lib-com-education-levels.php:901 |
| 1025 |
msgctxt "option value" |
| 1026 |
msgid "9th Grade" |
| 1027 |
msgstr "" |
| 1028 |
|
| 1029 |
#: gettext/gettext-lib-com-education-levels.php:23 |
| 1030 |
#: gettext/gettext-lib-com-education-levels.php:39 |
| 1031 |
#: gettext/gettext-lib-com-education-levels.php:48 |
| 1032 |
#: gettext/gettext-lib-com-education-levels.php:92 |
| 1033 |
#: gettext/gettext-lib-com-education-levels.php:119 |
| 1034 |
#: gettext/gettext-lib-com-education-levels.php:135 |
| 1035 |
#: gettext/gettext-lib-com-education-levels.php:143 |
| 1036 |
#: gettext/gettext-lib-com-education-levels.php:156 |
| 1037 |
#: gettext/gettext-lib-com-education-levels.php:177 |
| 1038 |
#: gettext/gettext-lib-com-education-levels.php:219 |
| 1039 |
#: gettext/gettext-lib-com-education-levels.php:238 |
| 1040 |
#: gettext/gettext-lib-com-education-levels.php:248 |
| 1041 |
#: gettext/gettext-lib-com-education-levels.php:308 |
| 1042 |
#: gettext/gettext-lib-com-education-levels.php:353 |
| 1043 |
#: gettext/gettext-lib-com-education-levels.php:481 |
| 1044 |
#: gettext/gettext-lib-com-education-levels.php:607 |
| 1045 |
#: gettext/gettext-lib-com-education-levels.php:657 |
| 1046 |
#: gettext/gettext-lib-com-education-levels.php:664 |
| 1047 |
#: gettext/gettext-lib-com-education-levels.php:845 |
| 1048 |
#: gettext/gettext-lib-com-education-levels.php:884 |
| 1049 |
#: gettext/gettext-lib-com-education-levels.php:903 |
| 1050 |
msgctxt "option value" |
| 1051 |
msgid "10th Grade" |
| 1052 |
msgstr "" |
| 1053 |
|
| 1054 |
#: gettext/gettext-lib-com-education-levels.php:24 |
| 1055 |
#: gettext/gettext-lib-com-education-levels.php:40 |
| 1056 |
#: gettext/gettext-lib-com-education-levels.php:49 |
| 1057 |
#: gettext/gettext-lib-com-education-levels.php:93 |
| 1058 |
#: gettext/gettext-lib-com-education-levels.php:120 |
| 1059 |
#: gettext/gettext-lib-com-education-levels.php:136 |
| 1060 |
#: gettext/gettext-lib-com-education-levels.php:144 |
| 1061 |
#: gettext/gettext-lib-com-education-levels.php:157 |
| 1062 |
#: gettext/gettext-lib-com-education-levels.php:179 |
| 1063 |
#: gettext/gettext-lib-com-education-levels.php:220 |
| 1064 |
#: gettext/gettext-lib-com-education-levels.php:239 |
| 1065 |
#: gettext/gettext-lib-com-education-levels.php:249 |
| 1066 |
#: gettext/gettext-lib-com-education-levels.php:269 |
| 1067 |
#: gettext/gettext-lib-com-education-levels.php:309 |
| 1068 |
#: gettext/gettext-lib-com-education-levels.php:323 |
| 1069 |
#: gettext/gettext-lib-com-education-levels.php:333 |
| 1070 |
#: gettext/gettext-lib-com-education-levels.php:354 |
| 1071 |
#: gettext/gettext-lib-com-education-levels.php:482 |
| 1072 |
#: gettext/gettext-lib-com-education-levels.php:658 |
| 1073 |
#: gettext/gettext-lib-com-education-levels.php:665 |
| 1074 |
#: gettext/gettext-lib-com-education-levels.php:846 |
| 1075 |
#: gettext/gettext-lib-com-education-levels.php:885 |
| 1076 |
#: gettext/gettext-lib-com-education-levels.php:904 |
| 1077 |
msgctxt "option value" |
| 1078 |
msgid "11th Grade" |
| 1079 |
msgstr "" |
| 1080 |
|
| 1081 |
#: gettext/gettext-lib-com-education-levels.php:25 |
| 1082 |
#: gettext/gettext-lib-com-education-levels.php:41 |
| 1083 |
#: gettext/gettext-lib-com-education-levels.php:94 |
| 1084 |
#: gettext/gettext-lib-com-education-levels.php:121 |
| 1085 |
#: gettext/gettext-lib-com-education-levels.php:137 |
| 1086 |
#: gettext/gettext-lib-com-education-levels.php:158 |
| 1087 |
#: gettext/gettext-lib-com-education-levels.php:180 |
| 1088 |
#: gettext/gettext-lib-com-education-levels.php:240 |
| 1089 |
#: gettext/gettext-lib-com-education-levels.php:250 |
| 1090 |
#: gettext/gettext-lib-com-education-levels.php:271 |
| 1091 |
#: gettext/gettext-lib-com-education-levels.php:310 |
| 1092 |
#: gettext/gettext-lib-com-education-levels.php:324 |
| 1093 |
#: gettext/gettext-lib-com-education-levels.php:334 |
| 1094 |
#: gettext/gettext-lib-com-education-levels.php:355 |
| 1095 |
#: gettext/gettext-lib-com-education-levels.php:483 |
| 1096 |
#: gettext/gettext-lib-com-education-levels.php:659 |
| 1097 |
#: gettext/gettext-lib-com-education-levels.php:847 |
| 1098 |
#: gettext/gettext-lib-com-education-levels.php:886 |
| 1099 |
#: gettext/gettext-lib-com-education-levels.php:905 |
| 1100 |
msgctxt "option value" |
| 1101 |
msgid "12th Grade" |
| 1102 |
msgstr "" |
| 1103 |
|
| 1104 |
#: gettext/gettext-lib-com-education-levels.php:27 |
| 1105 |
msgctxt "option value" |
| 1106 |
msgid "Australia" |
| 1107 |
msgstr "" |
| 1108 |
|
| 1109 |
#: gettext/gettext-lib-com-education-levels.php:28 |
| 1110 |
#: gettext/gettext-lib-com-education-levels.php:185 |
| 1111 |
#: gettext/gettext-lib-com-education-levels.php:340 |
| 1112 |
#: gettext/gettext-lib-com-education-levels.php:376 |
| 1113 |
#: gettext/gettext-lib-com-education-levels.php:662 |
| 1114 |
#: gettext/gettext-lib-com-education-levels.php:714 |
| 1115 |
#: gettext/gettext-lib-com-education-levels.php:737 |
| 1116 |
msgctxt "option value" |
| 1117 |
msgid "Secondary School" |
| 1118 |
msgstr "" |
| 1119 |
|
| 1120 |
#: gettext/gettext-lib-com-education-levels.php:29 |
| 1121 |
msgctxt "option value" |
| 1122 |
msgid "Year 8" |
| 1123 |
msgstr "" |
| 1124 |
|
| 1125 |
#: gettext/gettext-lib-com-education-levels.php:30 |
| 1126 |
#: gettext/gettext-lib-com-education-levels.php:224 |
| 1127 |
#: gettext/gettext-lib-com-education-levels.php:548 |
| 1128 |
#: gettext/gettext-lib-com-education-levels.php:560 |
| 1129 |
msgctxt "option value" |
| 1130 |
msgid "Year 9" |
| 1131 |
msgstr "" |
| 1132 |
|
| 1133 |
#: gettext/gettext-lib-com-education-levels.php:31 |
| 1134 |
#: gettext/gettext-lib-com-education-levels.php:226 |
| 1135 |
#: gettext/gettext-lib-com-education-levels.php:549 |
| 1136 |
#: gettext/gettext-lib-com-education-levels.php:561 |
| 1137 |
#: gettext/gettext-lib-com-education-levels.php:597 |
| 1138 |
#: gettext/gettext-lib-com-education-levels.php:942 |
| 1139 |
msgctxt "option value" |
| 1140 |
msgid "Year 10" |
| 1141 |
msgstr "" |
| 1142 |
|
| 1143 |
#: gettext/gettext-lib-com-education-levels.php:32 |
| 1144 |
#: gettext/gettext-lib-com-education-levels.php:279 |
| 1145 |
#: gettext/gettext-lib-com-education-levels.php:343 |
| 1146 |
msgctxt "option value" |
| 1147 |
msgid "Senior Secondary School" |
| 1148 |
msgstr "" |
| 1149 |
|
| 1150 |
#: gettext/gettext-lib-com-education-levels.php:33 |
| 1151 |
#: gettext/gettext-lib-com-education-levels.php:227 |
| 1152 |
#: gettext/gettext-lib-com-education-levels.php:551 |
| 1153 |
#: gettext/gettext-lib-com-education-levels.php:562 |
| 1154 |
#: gettext/gettext-lib-com-education-levels.php:599 |
| 1155 |
#: gettext/gettext-lib-com-education-levels.php:943 |
| 1156 |
msgctxt "option value" |
| 1157 |
msgid "Year 11" |
| 1158 |
msgstr "" |
| 1159 |
|
| 1160 |
#: gettext/gettext-lib-com-education-levels.php:34 |
| 1161 |
#: gettext/gettext-lib-com-education-levels.php:229 |
| 1162 |
#: gettext/gettext-lib-com-education-levels.php:552 |
| 1163 |
#: gettext/gettext-lib-com-education-levels.php:563 |
| 1164 |
#: gettext/gettext-lib-com-education-levels.php:600 |
| 1165 |
#: gettext/gettext-lib-com-education-levels.php:945 |
| 1166 |
msgctxt "option value" |
| 1167 |
msgid "Year 12" |
| 1168 |
msgstr "" |
| 1169 |
|
| 1170 |
#: gettext/gettext-lib-com-education-levels.php:35 |
| 1171 |
#: gettext/gettext-lib-com-education-levels.php:274 |
| 1172 |
#: gettext/gettext-lib-com-education-levels.php:320 |
| 1173 |
#: gettext/gettext-lib-com-education-levels.php:371 |
| 1174 |
#: gettext/gettext-lib-com-education-levels.php:380 |
| 1175 |
#: gettext/gettext-lib-com-education-levels.php:565 |
| 1176 |
#: gettext/gettext-lib-com-education-levels.php:583 |
| 1177 |
#: gettext/gettext-lib-com-education-levels.php:632 |
| 1178 |
#: gettext/gettext-lib-com-education-levels.php:711 |
| 1179 |
#: gettext/gettext-lib-com-education-levels.php:830 |
| 1180 |
#: gettext/gettext-lib-com-education-levels.php:859 |
| 1181 |
msgctxt "option value" |
| 1182 |
msgid "University" |
| 1183 |
msgstr "" |
| 1184 |
|
| 1185 |
#: gettext/gettext-lib-com-education-levels.php:36 |
| 1186 |
msgctxt "option value" |
| 1187 |
msgid "Austria" |
| 1188 |
msgstr "" |
| 1189 |
|
| 1190 |
#: gettext/gettext-lib-com-education-levels.php:37 |
| 1191 |
#: gettext/gettext-lib-com-education-levels.php:835 |
| 1192 |
msgctxt "option value" |
| 1193 |
msgid "Upper Secondary Level" |
| 1194 |
msgstr "" |
| 1195 |
|
| 1196 |
#: gettext/gettext-lib-com-education-levels.php:42 |
| 1197 |
#: gettext/gettext-lib-com-education-levels.php:839 |
| 1198 |
msgctxt "option value" |
| 1199 |
msgid "Tertiary Level" |
| 1200 |
msgstr "" |
| 1201 |
|
| 1202 |
#: gettext/gettext-lib-com-education-levels.php:43 |
| 1203 |
msgctxt "option value" |
| 1204 |
msgid "Azerbaijan" |
| 1205 |
msgstr "" |
| 1206 |
|
| 1207 |
#: gettext/gettext-lib-com-education-levels.php:44 |
| 1208 |
msgctxt "option value" |
| 1209 |
msgid "General Secondary Education" |
| 1210 |
msgstr "" |
| 1211 |
|
| 1212 |
#: gettext/gettext-lib-com-education-levels.php:47 |
| 1213 |
msgctxt "option value" |
| 1214 |
msgid "Full Secondary Education" |
| 1215 |
msgstr "" |
| 1216 |
|
| 1217 |
#: gettext/gettext-lib-com-education-levels.php:51 |
| 1218 |
msgctxt "option value" |
| 1219 |
msgid "Bahrain" |
| 1220 |
msgstr "" |
| 1221 |
|
| 1222 |
#: gettext/gettext-lib-com-education-levels.php:52 |
| 1223 |
msgctxt "option value" |
| 1224 |
msgid "Intermediate Stage" |
| 1225 |
msgstr "" |
| 1226 |
|
| 1227 |
#: gettext/gettext-lib-com-education-levels.php:55 |
| 1228 |
msgctxt "option value" |
| 1229 |
msgid "Secondary Stage" |
| 1230 |
msgstr "" |
| 1231 |
|
| 1232 |
#: gettext/gettext-lib-com-education-levels.php:60 |
| 1233 |
msgctxt "option value" |
| 1234 |
msgid "Bangladesh" |
| 1235 |
msgstr "" |
| 1236 |
|
| 1237 |
#: gettext/gettext-lib-com-education-levels.php:61 |
| 1238 |
#: gettext/gettext-lib-com-education-levels.php:576 |
| 1239 |
msgctxt "option value" |
| 1240 |
msgid "Junior Secondary Education" |
| 1241 |
msgstr "" |
| 1242 |
|
| 1243 |
#: gettext/gettext-lib-com-education-levels.php:62 |
| 1244 |
msgctxt "option value" |
| 1245 |
msgid "Grade VIII" |
| 1246 |
msgstr "" |
| 1247 |
|
| 1248 |
#: gettext/gettext-lib-com-education-levels.php:63 |
| 1249 |
#: gettext/gettext-lib-com-education-levels.php:80 |
| 1250 |
#: gettext/gettext-lib-com-education-levels.php:100 |
| 1251 |
#: gettext/gettext-lib-com-education-levels.php:118 |
| 1252 |
#: gettext/gettext-lib-com-education-levels.php:127 |
| 1253 |
#: gettext/gettext-lib-com-education-levels.php:133 |
| 1254 |
#: gettext/gettext-lib-com-education-levels.php:147 |
| 1255 |
#: gettext/gettext-lib-com-education-levels.php:155 |
| 1256 |
#: gettext/gettext-lib-com-education-levels.php:161 |
| 1257 |
#: gettext/gettext-lib-com-education-levels.php:174 |
| 1258 |
#: gettext/gettext-lib-com-education-levels.php:208 |
| 1259 |
#: gettext/gettext-lib-com-education-levels.php:237 |
| 1260 |
#: gettext/gettext-lib-com-education-levels.php:261 |
| 1261 |
#: gettext/gettext-lib-com-education-levels.php:390 |
| 1262 |
#: gettext/gettext-lib-com-education-levels.php:416 |
| 1263 |
#: gettext/gettext-lib-com-education-levels.php:443 |
| 1264 |
#: gettext/gettext-lib-com-education-levels.php:461 |
| 1265 |
#: gettext/gettext-lib-com-education-levels.php:470 |
| 1266 |
#: gettext/gettext-lib-com-education-levels.php:511 |
| 1267 |
#: gettext/gettext-lib-com-education-levels.php:531 |
| 1268 |
#: gettext/gettext-lib-com-education-levels.php:554 |
| 1269 |
#: gettext/gettext-lib-com-education-levels.php:589 |
| 1270 |
#: gettext/gettext-lib-com-education-levels.php:618 |
| 1271 |
#: gettext/gettext-lib-com-education-levels.php:689 |
| 1272 |
#: gettext/gettext-lib-com-education-levels.php:707 |
| 1273 |
#: gettext/gettext-lib-com-education-levels.php:731 |
| 1274 |
#: gettext/gettext-lib-com-education-levels.php:765 |
| 1275 |
#: gettext/gettext-lib-com-education-levels.php:874 |
| 1276 |
#: gettext/gettext-lib-com-education-levels.php:952 |
| 1277 |
#: gettext/gettext-lib-com-education-levels.php:958 |
| 1278 |
msgctxt "option value" |
| 1279 |
msgid "Secondary Education" |
| 1280 |
msgstr "" |
| 1281 |
|
| 1282 |
#: gettext/gettext-lib-com-education-levels.php:64 |
| 1283 |
msgctxt "option value" |
| 1284 |
msgid "Grade IX" |
| 1285 |
msgstr "" |
| 1286 |
|
| 1287 |
#: gettext/gettext-lib-com-education-levels.php:65 |
| 1288 |
msgctxt "option value" |
| 1289 |
msgid "Grade X" |
| 1290 |
msgstr "" |
| 1291 |
|
| 1292 |
#: gettext/gettext-lib-com-education-levels.php:66 |
| 1293 |
#: gettext/gettext-lib-com-education-levels.php:571 |
| 1294 |
msgctxt "option value" |
| 1295 |
msgid "Higher Secondary Education" |
| 1296 |
msgstr "" |
| 1297 |
|
| 1298 |
#: gettext/gettext-lib-com-education-levels.php:67 |
| 1299 |
msgctxt "option value" |
| 1300 |
msgid "Grade XI" |
| 1301 |
msgstr "" |
| 1302 |
|
| 1303 |
#: gettext/gettext-lib-com-education-levels.php:68 |
| 1304 |
msgctxt "option value" |
| 1305 |
msgid "Grade XII" |
| 1306 |
msgstr "" |
| 1307 |
|
| 1308 |
#: gettext/gettext-lib-com-education-levels.php:69 |
| 1309 |
#: gettext/gettext-lib-com-education-levels.php:105 |
| 1310 |
#: gettext/gettext-lib-com-education-levels.php:131 |
| 1311 |
#: gettext/gettext-lib-com-education-levels.php:203 |
| 1312 |
#: gettext/gettext-lib-com-education-levels.php:265 |
| 1313 |
#: gettext/gettext-lib-com-education-levels.php:292 |
| 1314 |
#: gettext/gettext-lib-com-education-levels.php:311 |
| 1315 |
#: gettext/gettext-lib-com-education-levels.php:356 |
| 1316 |
#: gettext/gettext-lib-com-education-levels.php:396 |
| 1317 |
#: gettext/gettext-lib-com-education-levels.php:465 |
| 1318 |
#: gettext/gettext-lib-com-education-levels.php:474 |
| 1319 |
#: gettext/gettext-lib-com-education-levels.php:484 |
| 1320 |
#: gettext/gettext-lib-com-education-levels.php:516 |
| 1321 |
#: gettext/gettext-lib-com-education-levels.php:526 |
| 1322 |
#: gettext/gettext-lib-com-education-levels.php:574 |
| 1323 |
#: gettext/gettext-lib-com-education-levels.php:660 |
| 1324 |
#: gettext/gettext-lib-com-education-levels.php:675 |
| 1325 |
#: gettext/gettext-lib-com-education-levels.php:693 |
| 1326 |
#: gettext/gettext-lib-com-education-levels.php:735 |
| 1327 |
#: gettext/gettext-lib-com-education-levels.php:757 |
| 1328 |
#: gettext/gettext-lib-com-education-levels.php:786 |
| 1329 |
#: gettext/gettext-lib-com-education-levels.php:820 |
| 1330 |
#: gettext/gettext-lib-com-education-levels.php:848 |
| 1331 |
#: gettext/gettext-lib-com-education-levels.php:878 |
| 1332 |
#: gettext/gettext-lib-com-education-levels.php:965 |
| 1333 |
msgctxt "option value" |
| 1334 |
msgid "Tertiary Education" |
| 1335 |
msgstr "" |
| 1336 |
|
| 1337 |
#: gettext/gettext-lib-com-education-levels.php:70 |
| 1338 |
msgctxt "option value" |
| 1339 |
msgid "Belarus" |
| 1340 |
msgstr "" |
| 1341 |
|
| 1342 |
#: gettext/gettext-lib-com-education-levels.php:71 |
| 1343 |
msgctxt "option value" |
| 1344 |
msgid "Compulsory Basic Education" |
| 1345 |
msgstr "" |
| 1346 |
|
| 1347 |
#: gettext/gettext-lib-com-education-levels.php:74 |
| 1348 |
msgctxt "option value" |
| 1349 |
msgid "General Upper Secondary Education" |
| 1350 |
msgstr "" |
| 1351 |
|
| 1352 |
#: gettext/gettext-lib-com-education-levels.php:79 |
| 1353 |
msgctxt "option value" |
| 1354 |
msgid "Belgium" |
| 1355 |
msgstr "" |
| 1356 |
|
| 1357 |
#: gettext/gettext-lib-com-education-levels.php:81 |
| 1358 |
msgctxt "option value" |
| 1359 |
msgid "2nd Secondary" |
| 1360 |
msgstr "" |
| 1361 |
|
| 1362 |
#: gettext/gettext-lib-com-education-levels.php:82 |
| 1363 |
msgctxt "option value" |
| 1364 |
msgid "3rd Secondary" |
| 1365 |
msgstr "" |
| 1366 |
|
| 1367 |
#: gettext/gettext-lib-com-education-levels.php:83 |
| 1368 |
msgctxt "option value" |
| 1369 |
msgid "4th Secondary" |
| 1370 |
msgstr "" |
| 1371 |
|
| 1372 |
#: gettext/gettext-lib-com-education-levels.php:84 |
| 1373 |
msgctxt "option value" |
| 1374 |
msgid "5th Secondary" |
| 1375 |
msgstr "" |
| 1376 |
|
| 1377 |
#: gettext/gettext-lib-com-education-levels.php:85 |
| 1378 |
msgctxt "option value" |
| 1379 |
msgid "6th Secondary" |
| 1380 |
msgstr "" |
| 1381 |
|
| 1382 |
#: gettext/gettext-lib-com-education-levels.php:87 |
| 1383 |
msgctxt "option value" |
| 1384 |
msgid "Bolivia" |
| 1385 |
msgstr "" |
| 1386 |
|
| 1387 |
#: gettext/gettext-lib-com-education-levels.php:88 |
| 1388 |
#: gettext/gettext-lib-com-education-levels.php:304 |
| 1389 |
#: gettext/gettext-lib-com-education-levels.php:486 |
| 1390 |
#: gettext/gettext-lib-com-education-levels.php:519 |
| 1391 |
#: gettext/gettext-lib-com-education-levels.php:568 |
| 1392 |
#: gettext/gettext-lib-com-education-levels.php:749 |
| 1393 |
#: gettext/gettext-lib-com-education-levels.php:804 |
| 1394 |
#: gettext/gettext-lib-com-education-levels.php:889 |
| 1395 |
msgctxt "option value" |
| 1396 |
msgid "Lower Secondary Education" |
| 1397 |
msgstr "" |
| 1398 |
|
| 1399 |
#: gettext/gettext-lib-com-education-levels.php:90 |
| 1400 |
#: gettext/gettext-lib-com-education-levels.php:168 |
| 1401 |
#: gettext/gettext-lib-com-education-levels.php:178 |
| 1402 |
#: gettext/gettext-lib-com-education-levels.php:247 |
| 1403 |
#: gettext/gettext-lib-com-education-levels.php:307 |
| 1404 |
#: gettext/gettext-lib-com-education-levels.php:322 |
| 1405 |
#: gettext/gettext-lib-com-education-levels.php:332 |
| 1406 |
#: gettext/gettext-lib-com-education-levels.php:383 |
| 1407 |
#: gettext/gettext-lib-com-education-levels.php:490 |
| 1408 |
#: gettext/gettext-lib-com-education-levels.php:495 |
| 1409 |
#: gettext/gettext-lib-com-education-levels.php:522 |
| 1410 |
#: gettext/gettext-lib-com-education-levels.php:656 |
| 1411 |
#: gettext/gettext-lib-com-education-levels.php:677 |
| 1412 |
#: gettext/gettext-lib-com-education-levels.php:753 |
| 1413 |
#: gettext/gettext-lib-com-education-levels.php:782 |
| 1414 |
#: gettext/gettext-lib-com-education-levels.php:807 |
| 1415 |
#: gettext/gettext-lib-com-education-levels.php:826 |
| 1416 |
#: gettext/gettext-lib-com-education-levels.php:894 |
| 1417 |
#: gettext/gettext-lib-com-education-levels.php:935 |
| 1418 |
msgctxt "option value" |
| 1419 |
msgid "Upper Secondary Education" |
| 1420 |
msgstr "" |
| 1421 |
|
| 1422 |
#: gettext/gettext-lib-com-education-levels.php:96 |
| 1423 |
msgctxt "option value" |
| 1424 |
msgid "Bosnia and Herzegovina" |
| 1425 |
msgstr "" |
| 1426 |
|
| 1427 |
#: gettext/gettext-lib-com-education-levels.php:97 |
| 1428 |
#: gettext/gettext-lib-com-education-levels.php:328 |
| 1429 |
#: gettext/gettext-lib-com-education-levels.php:449 |
| 1430 |
#: gettext/gettext-lib-com-education-levels.php:467 |
| 1431 |
#: gettext/gettext-lib-com-education-levels.php:528 |
| 1432 |
#: gettext/gettext-lib-com-education-levels.php:586 |
| 1433 |
#: gettext/gettext-lib-com-education-levels.php:653 |
| 1434 |
#: gettext/gettext-lib-com-education-levels.php:850 |
| 1435 |
#: gettext/gettext-lib-com-education-levels.php:880 |
| 1436 |
msgctxt "option value" |
| 1437 |
msgid "Primary Education" |
| 1438 |
msgstr "" |
| 1439 |
|
| 1440 |
#: gettext/gettext-lib-com-education-levels.php:104 |
| 1441 |
#: gettext/gettext-lib-com-education-levels.php:535 |
| 1442 |
#: gettext/gettext-lib-com-education-levels.php:756 |
| 1443 |
#: gettext/gettext-lib-com-education-levels.php:785 |
| 1444 |
#: gettext/gettext-lib-com-education-levels.php:819 |
| 1445 |
#: gettext/gettext-lib-com-education-levels.php:964 |
| 1446 |
msgctxt "option value" |
| 1447 |
msgid "Grade 13" |
| 1448 |
msgstr "" |
| 1449 |
|
| 1450 |
#: gettext/gettext-lib-com-education-levels.php:106 |
| 1451 |
msgctxt "option value" |
| 1452 |
msgid "Brazil" |
| 1453 |
msgstr "" |
| 1454 |
|
| 1455 |
#: gettext/gettext-lib-com-education-levels.php:107 |
| 1456 |
msgctxt "option value" |
| 1457 |
msgid "Elementary School" |
| 1458 |
msgstr "" |
| 1459 |
|
| 1460 |
#: gettext/gettext-lib-com-education-levels.php:109 |
| 1461 |
#: gettext/gettext-lib-com-education-levels.php:352 |
| 1462 |
#: gettext/gettext-lib-com-education-levels.php:433 |
| 1463 |
#: gettext/gettext-lib-com-education-levels.php:480 |
| 1464 |
#: gettext/gettext-lib-com-education-levels.php:626 |
| 1465 |
#: gettext/gettext-lib-com-education-levels.php:698 |
| 1466 |
#: gettext/gettext-lib-com-education-levels.php:773 |
| 1467 |
#: gettext/gettext-lib-com-education-levels.php:799 |
| 1468 |
#: gettext/gettext-lib-com-education-levels.php:882 |
| 1469 |
#: gettext/gettext-lib-com-education-levels.php:919 |
| 1470 |
msgctxt "option value" |
| 1471 |
msgid "High School" |
| 1472 |
msgstr "" |
| 1473 |
|
| 1474 |
#: gettext/gettext-lib-com-education-levels.php:110 |
| 1475 |
msgctxt "option value" |
| 1476 |
msgid "1st Grade (High School)" |
| 1477 |
msgstr "" |
| 1478 |
|
| 1479 |
#: gettext/gettext-lib-com-education-levels.php:111 |
| 1480 |
#: gettext/gettext-lib-com-education-levels.php:287 |
| 1481 |
#: gettext/gettext-lib-com-education-levels.php:800 |
| 1482 |
#: gettext/gettext-lib-com-education-levels.php:827 |
| 1483 |
msgctxt "option value" |
| 1484 |
msgid "1st Grade" |
| 1485 |
msgstr "" |
| 1486 |
|
| 1487 |
#: gettext/gettext-lib-com-education-levels.php:112 |
| 1488 |
#: gettext/gettext-lib-com-education-levels.php:774 |
| 1489 |
msgctxt "option value" |
| 1490 |
msgid "2nd Grade (High School)" |
| 1491 |
msgstr "" |
| 1492 |
|
| 1493 |
#: gettext/gettext-lib-com-education-levels.php:113 |
| 1494 |
#: gettext/gettext-lib-com-education-levels.php:289 |
| 1495 |
#: gettext/gettext-lib-com-education-levels.php:775 |
| 1496 |
#: gettext/gettext-lib-com-education-levels.php:801 |
| 1497 |
#: gettext/gettext-lib-com-education-levels.php:828 |
| 1498 |
msgctxt "option value" |
| 1499 |
msgid "2nd Grade" |
| 1500 |
msgstr "" |
| 1501 |
|
| 1502 |
#: gettext/gettext-lib-com-education-levels.php:114 |
| 1503 |
#: gettext/gettext-lib-com-education-levels.php:776 |
| 1504 |
msgctxt "option value" |
| 1505 |
msgid "3rd Grade (High School)" |
| 1506 |
msgstr "" |
| 1507 |
|
| 1508 |
#: gettext/gettext-lib-com-education-levels.php:115 |
| 1509 |
#: gettext/gettext-lib-com-education-levels.php:291 |
| 1510 |
#: gettext/gettext-lib-com-education-levels.php:777 |
| 1511 |
#: gettext/gettext-lib-com-education-levels.php:798 |
| 1512 |
#: gettext/gettext-lib-com-education-levels.php:829 |
| 1513 |
msgctxt "option value" |
| 1514 |
msgid "3rd Grade" |
| 1515 |
msgstr "" |
| 1516 |
|
| 1517 |
#: gettext/gettext-lib-com-education-levels.php:117 |
| 1518 |
msgctxt "option value" |
| 1519 |
msgid "Bulgaria" |
| 1520 |
msgstr "" |
| 1521 |
|
| 1522 |
#: gettext/gettext-lib-com-education-levels.php:123 |
| 1523 |
msgctxt "option value" |
| 1524 |
msgid "Canada" |
| 1525 |
msgstr "" |
| 1526 |
|
| 1527 |
#: gettext/gettext-lib-com-education-levels.php:124 |
| 1528 |
#: gettext/gettext-lib-com-education-levels.php:358 |
| 1529 |
#: gettext/gettext-lib-com-education-levels.php:440 |
| 1530 |
#: gettext/gettext-lib-com-education-levels.php:728 |
| 1531 |
msgctxt "option value" |
| 1532 |
msgid "Intermediate Education" |
| 1533 |
msgstr "" |
| 1534 |
|
| 1535 |
#: gettext/gettext-lib-com-education-levels.php:132 |
| 1536 |
msgctxt "option value" |
| 1537 |
msgid "Chile" |
| 1538 |
msgstr "" |
| 1539 |
|
| 1540 |
#: gettext/gettext-lib-com-education-levels.php:139 |
| 1541 |
msgctxt "option value" |
| 1542 |
msgid "Colombia" |
| 1543 |
msgstr "" |
| 1544 |
|
| 1545 |
#: gettext/gettext-lib-com-education-levels.php:140 |
| 1546 |
msgctxt "option value" |
| 1547 |
msgid "Basic Secondary" |
| 1548 |
msgstr "" |
| 1549 |
|
| 1550 |
#: gettext/gettext-lib-com-education-levels.php:142 |
| 1551 |
msgctxt "option value" |
| 1552 |
msgid "High School Education" |
| 1553 |
msgstr "" |
| 1554 |
|
| 1555 |
#: gettext/gettext-lib-com-education-levels.php:145 |
| 1556 |
#: gettext/gettext-lib-com-education-levels.php:545 |
| 1557 |
#: gettext/gettext-lib-com-education-levels.php:651 |
| 1558 |
msgctxt "option value" |
| 1559 |
msgid "Tertiary" |
| 1560 |
msgstr "" |
| 1561 |
|
| 1562 |
#: gettext/gettext-lib-com-education-levels.php:146 |
| 1563 |
msgctxt "option value" |
| 1564 |
msgid "Costa Rica" |
| 1565 |
msgstr "" |
| 1566 |
|
| 1567 |
#: gettext/gettext-lib-com-education-levels.php:148 |
| 1568 |
#: gettext/gettext-lib-com-education-levels.php:198 |
| 1569 |
#: gettext/gettext-lib-com-education-levels.php:359 |
| 1570 |
#: gettext/gettext-lib-com-education-levels.php:696 |
| 1571 |
#: gettext/gettext-lib-com-education-levels.php:721 |
| 1572 |
#: gettext/gettext-lib-com-education-levels.php:863 |
| 1573 |
#: gettext/gettext-lib-com-education-levels.php:872 |
| 1574 |
#: gettext/gettext-lib-com-education-levels.php:890 |
| 1575 |
#: gettext/gettext-lib-com-education-levels.php:918 |
| 1576 |
msgctxt "option value" |
| 1577 |
msgid "Eighth Grade" |
| 1578 |
msgstr "" |
| 1579 |
|
| 1580 |
#: gettext/gettext-lib-com-education-levels.php:149 |
| 1581 |
#: gettext/gettext-lib-com-education-levels.php:199 |
| 1582 |
#: gettext/gettext-lib-com-education-levels.php:360 |
| 1583 |
#: gettext/gettext-lib-com-education-levels.php:697 |
| 1584 |
#: gettext/gettext-lib-com-education-levels.php:722 |
| 1585 |
#: gettext/gettext-lib-com-education-levels.php:864 |
| 1586 |
#: gettext/gettext-lib-com-education-levels.php:873 |
| 1587 |
#: gettext/gettext-lib-com-education-levels.php:891 |
| 1588 |
#: gettext/gettext-lib-com-education-levels.php:920 |
| 1589 |
msgctxt "option value" |
| 1590 |
msgid "Ninth Grade" |
| 1591 |
msgstr "" |
| 1592 |
|
| 1593 |
#: gettext/gettext-lib-com-education-levels.php:150 |
| 1594 |
#: gettext/gettext-lib-com-education-levels.php:200 |
| 1595 |
#: gettext/gettext-lib-com-education-levels.php:362 |
| 1596 |
#: gettext/gettext-lib-com-education-levels.php:699 |
| 1597 |
#: gettext/gettext-lib-com-education-levels.php:724 |
| 1598 |
#: gettext/gettext-lib-com-education-levels.php:866 |
| 1599 |
#: gettext/gettext-lib-com-education-levels.php:875 |
| 1600 |
#: gettext/gettext-lib-com-education-levels.php:892 |
| 1601 |
#: gettext/gettext-lib-com-education-levels.php:921 |
| 1602 |
#: gettext/gettext-lib-com-education-levels.php:936 |
| 1603 |
msgctxt "option value" |
| 1604 |
msgid "Tenth Grade" |
| 1605 |
msgstr "" |
| 1606 |
|
| 1607 |
#: gettext/gettext-lib-com-education-levels.php:151 |
| 1608 |
#: gettext/gettext-lib-com-education-levels.php:201 |
| 1609 |
#: gettext/gettext-lib-com-education-levels.php:363 |
| 1610 |
#: gettext/gettext-lib-com-education-levels.php:700 |
| 1611 |
#: gettext/gettext-lib-com-education-levels.php:725 |
| 1612 |
#: gettext/gettext-lib-com-education-levels.php:867 |
| 1613 |
#: gettext/gettext-lib-com-education-levels.php:876 |
| 1614 |
#: gettext/gettext-lib-com-education-levels.php:893 |
| 1615 |
#: gettext/gettext-lib-com-education-levels.php:922 |
| 1616 |
#: gettext/gettext-lib-com-education-levels.php:937 |
| 1617 |
msgctxt "option value" |
| 1618 |
msgid "Eleventh Grade" |
| 1619 |
msgstr "" |
| 1620 |
|
| 1621 |
#: gettext/gettext-lib-com-education-levels.php:152 |
| 1622 |
#: gettext/gettext-lib-com-education-levels.php:202 |
| 1623 |
#: gettext/gettext-lib-com-education-levels.php:364 |
| 1624 |
#: gettext/gettext-lib-com-education-levels.php:701 |
| 1625 |
#: gettext/gettext-lib-com-education-levels.php:868 |
| 1626 |
#: gettext/gettext-lib-com-education-levels.php:877 |
| 1627 |
#: gettext/gettext-lib-com-education-levels.php:895 |
| 1628 |
#: gettext/gettext-lib-com-education-levels.php:923 |
| 1629 |
#: gettext/gettext-lib-com-education-levels.php:938 |
| 1630 |
msgctxt "option value" |
| 1631 |
msgid "Twelfth Grade" |
| 1632 |
msgstr "" |
| 1633 |
|
| 1634 |
#: gettext/gettext-lib-com-education-levels.php:154 |
| 1635 |
msgctxt "option value" |
| 1636 |
msgid "Croatia" |
| 1637 |
msgstr "" |
| 1638 |
|
| 1639 |
#: gettext/gettext-lib-com-education-levels.php:160 |
| 1640 |
msgctxt "option value" |
| 1641 |
msgid "Cyprus" |
| 1642 |
msgstr "" |
| 1643 |
|
| 1644 |
#: gettext/gettext-lib-com-education-levels.php:167 |
| 1645 |
msgctxt "option value" |
| 1646 |
msgid "Czechia" |
| 1647 |
msgstr "" |
| 1648 |
|
| 1649 |
#: gettext/gettext-lib-com-education-levels.php:173 |
| 1650 |
msgctxt "option value" |
| 1651 |
msgid "Denmark" |
| 1652 |
msgstr "" |
| 1653 |
|
| 1654 |
#: gettext/gettext-lib-com-education-levels.php:182 |
| 1655 |
msgctxt "option value" |
| 1656 |
msgid "Dominican Republic" |
| 1657 |
msgstr "" |
| 1658 |
|
| 1659 |
#: gettext/gettext-lib-com-education-levels.php:183 |
| 1660 |
msgctxt "option value" |
| 1661 |
msgid "Primary School" |
| 1662 |
msgstr "" |
| 1663 |
|
| 1664 |
#: gettext/gettext-lib-com-education-levels.php:186 |
| 1665 |
msgctxt "option value" |
| 1666 |
msgid "Grade 1 (Secondary School)" |
| 1667 |
msgstr "" |
| 1668 |
|
| 1669 |
#: gettext/gettext-lib-com-education-levels.php:187 |
| 1670 |
#: gettext/gettext-lib-com-education-levels.php:405 |
| 1671 |
msgctxt "option value" |
| 1672 |
msgid "Grade 1" |
| 1673 |
msgstr "" |
| 1674 |
|
| 1675 |
#: gettext/gettext-lib-com-education-levels.php:188 |
| 1676 |
msgctxt "option value" |
| 1677 |
msgid "Grade 2 (Secondary School)" |
| 1678 |
msgstr "" |
| 1679 |
|
| 1680 |
#: gettext/gettext-lib-com-education-levels.php:189 |
| 1681 |
#: gettext/gettext-lib-com-education-levels.php:400 |
| 1682 |
#: gettext/gettext-lib-com-education-levels.php:407 |
| 1683 |
#: gettext/gettext-lib-com-education-levels.php:679 |
| 1684 |
msgctxt "option value" |
| 1685 |
msgid "Grade 2" |
| 1686 |
msgstr "" |
| 1687 |
|
| 1688 |
#: gettext/gettext-lib-com-education-levels.php:190 |
| 1689 |
msgctxt "option value" |
| 1690 |
msgid "Grade 3 (Secondary School)" |
| 1691 |
msgstr "" |
| 1692 |
|
| 1693 |
#: gettext/gettext-lib-com-education-levels.php:191 |
| 1694 |
#: gettext/gettext-lib-com-education-levels.php:402 |
| 1695 |
#: gettext/gettext-lib-com-education-levels.php:409 |
| 1696 |
#: gettext/gettext-lib-com-education-levels.php:681 |
| 1697 |
msgctxt "option value" |
| 1698 |
msgid "Grade 3" |
| 1699 |
msgstr "" |
| 1700 |
|
| 1701 |
#: gettext/gettext-lib-com-education-levels.php:192 |
| 1702 |
msgctxt "option value" |
| 1703 |
msgid "Grade 4 (Secondary School)" |
| 1704 |
msgstr "" |
| 1705 |
|
| 1706 |
#: gettext/gettext-lib-com-education-levels.php:193 |
| 1707 |
#: gettext/gettext-lib-com-education-levels.php:683 |
| 1708 |
msgctxt "option value" |
| 1709 |
msgid "Grade 4" |
| 1710 |
msgstr "" |
| 1711 |
|
| 1712 |
#: gettext/gettext-lib-com-education-levels.php:195 |
| 1713 |
#: gettext/gettext-lib-com-education-levels.php:381 |
| 1714 |
#: gettext/gettext-lib-com-education-levels.php:420 |
| 1715 |
#: gettext/gettext-lib-com-education-levels.php:566 |
| 1716 |
#: gettext/gettext-lib-com-education-levels.php:584 |
| 1717 |
#: gettext/gettext-lib-com-education-levels.php:622 |
| 1718 |
#: gettext/gettext-lib-com-education-levels.php:712 |
| 1719 |
#: gettext/gettext-lib-com-education-levels.php:747 |
| 1720 |
#: gettext/gettext-lib-com-education-levels.php:860 |
| 1721 |
msgctxt "option value" |
| 1722 |
msgid "Doctorate" |
| 1723 |
msgstr "" |
| 1724 |
|
| 1725 |
#: gettext/gettext-lib-com-education-levels.php:196 |
| 1726 |
msgctxt "option value" |
| 1727 |
msgid "Ecuador" |
| 1728 |
msgstr "" |
| 1729 |
|
| 1730 |
#: gettext/gettext-lib-com-education-levels.php:204 |
| 1731 |
msgctxt "option value" |
| 1732 |
msgid "Egypt" |
| 1733 |
msgstr "" |
| 1734 |
|
| 1735 |
#: gettext/gettext-lib-com-education-levels.php:205 |
| 1736 |
msgctxt "option value" |
| 1737 |
msgid "Preparatory Stage" |
| 1738 |
msgstr "" |
| 1739 |
|
| 1740 |
#: gettext/gettext-lib-com-education-levels.php:213 |
| 1741 |
msgctxt "option value" |
| 1742 |
msgid "El Salvador" |
| 1743 |
msgstr "" |
| 1744 |
|
| 1745 |
#: gettext/gettext-lib-com-education-levels.php:214 |
| 1746 |
msgctxt "option value" |
| 1747 |
msgid "3rd Cycle" |
| 1748 |
msgstr "" |
| 1749 |
|
| 1750 |
#: gettext/gettext-lib-com-education-levels.php:215 |
| 1751 |
#: gettext/gettext-lib-com-education-levels.php:234 |
| 1752 |
#: gettext/gettext-lib-com-education-levels.php:244 |
| 1753 |
#: gettext/gettext-lib-com-education-levels.php:477 |
| 1754 |
#: gettext/gettext-lib-com-education-levels.php:823 |
| 1755 |
msgctxt "option value" |
| 1756 |
msgid "7th Grade" |
| 1757 |
msgstr "" |
| 1758 |
|
| 1759 |
#: gettext/gettext-lib-com-education-levels.php:218 |
| 1760 |
#: gettext/gettext-lib-com-education-levels.php:927 |
| 1761 |
msgctxt "option value" |
| 1762 |
msgid "Middle Education" |
| 1763 |
msgstr "" |
| 1764 |
|
| 1765 |
#: gettext/gettext-lib-com-education-levels.php:222 |
| 1766 |
msgctxt "option value" |
| 1767 |
msgid "England" |
| 1768 |
msgstr "" |
| 1769 |
|
| 1770 |
#: gettext/gettext-lib-com-education-levels.php:223 |
| 1771 |
#: gettext/gettext-lib-com-education-levels.php:596 |
| 1772 |
msgctxt "option value" |
| 1773 |
msgid "Key Stage 3" |
| 1774 |
msgstr "" |
| 1775 |
|
| 1776 |
#: gettext/gettext-lib-com-education-levels.php:225 |
| 1777 |
#: gettext/gettext-lib-com-education-levels.php:598 |
| 1778 |
#: gettext/gettext-lib-com-education-levels.php:941 |
| 1779 |
msgctxt "option value" |
| 1780 |
msgid "Key Stage 4" |
| 1781 |
msgstr "" |
| 1782 |
|
| 1783 |
#: gettext/gettext-lib-com-education-levels.php:228 |
| 1784 |
#: gettext/gettext-lib-com-education-levels.php:601 |
| 1785 |
#: gettext/gettext-lib-com-education-levels.php:944 |
| 1786 |
msgctxt "option value" |
| 1787 |
msgid "Key Stage 5" |
| 1788 |
msgstr "" |
| 1789 |
|
| 1790 |
#: gettext/gettext-lib-com-education-levels.php:230 |
| 1791 |
#: gettext/gettext-lib-com-education-levels.php:564 |
| 1792 |
#: gettext/gettext-lib-com-education-levels.php:946 |
| 1793 |
msgctxt "option value" |
| 1794 |
msgid "Year 13" |
| 1795 |
msgstr "" |
| 1796 |
|
| 1797 |
#: gettext/gettext-lib-com-education-levels.php:232 |
| 1798 |
msgctxt "option value" |
| 1799 |
msgid "Estonia" |
| 1800 |
msgstr "" |
| 1801 |
|
| 1802 |
#: gettext/gettext-lib-com-education-levels.php:233 |
| 1803 |
#: gettext/gettext-lib-com-education-levels.php:243 |
| 1804 |
#: gettext/gettext-lib-com-education-levels.php:258 |
| 1805 |
#: gettext/gettext-lib-com-education-levels.php:412 |
| 1806 |
#: gettext/gettext-lib-com-education-levels.php:614 |
| 1807 |
#: gettext/gettext-lib-com-education-levels.php:686 |
| 1808 |
#: gettext/gettext-lib-com-education-levels.php:871 |
| 1809 |
#: gettext/gettext-lib-com-education-levels.php:949 |
| 1810 |
msgctxt "option value" |
| 1811 |
msgid "Basic Education" |
| 1812 |
msgstr "" |
| 1813 |
|
| 1814 |
#: gettext/gettext-lib-com-education-levels.php:242 |
| 1815 |
msgctxt "option value" |
| 1816 |
msgid "Finland" |
| 1817 |
msgstr "" |
| 1818 |
|
| 1819 |
#: gettext/gettext-lib-com-education-levels.php:252 |
| 1820 |
msgctxt "option value" |
| 1821 |
msgid "France" |
| 1822 |
msgstr "" |
| 1823 |
|
| 1824 |
#: gettext/gettext-lib-com-education-levels.php:253 |
| 1825 |
msgctxt "option value" |
| 1826 |
msgid "Lycée" |
| 1827 |
msgstr "" |
| 1828 |
|
| 1829 |
#: gettext/gettext-lib-com-education-levels.php:254 |
| 1830 |
msgctxt "option value" |
| 1831 |
msgid "Seconde" |
| 1832 |
msgstr "" |
| 1833 |
|
| 1834 |
#: gettext/gettext-lib-com-education-levels.php:255 |
| 1835 |
msgctxt "option value" |
| 1836 |
msgid "Première" |
| 1837 |
msgstr "" |
| 1838 |
|
| 1839 |
#: gettext/gettext-lib-com-education-levels.php:256 |
| 1840 |
msgctxt "option value" |
| 1841 |
msgid "Terminale" |
| 1842 |
msgstr "" |
| 1843 |
|
| 1844 |
#: gettext/gettext-lib-com-education-levels.php:257 |
| 1845 |
msgctxt "option value" |
| 1846 |
msgid "Georgia" |
| 1847 |
msgstr "" |
| 1848 |
|
| 1849 |
#: gettext/gettext-lib-com-education-levels.php:266 |
| 1850 |
msgctxt "option value" |
| 1851 |
msgid "Germany" |
| 1852 |
msgstr "" |
| 1853 |
|
| 1854 |
#: gettext/gettext-lib-com-education-levels.php:267 |
| 1855 |
msgctxt "option value" |
| 1856 |
msgid "Gymnasium" |
| 1857 |
msgstr "" |
| 1858 |
|
| 1859 |
#: gettext/gettext-lib-com-education-levels.php:268 |
| 1860 |
msgctxt "option value" |
| 1861 |
msgid "11th Grade (Gymnasium)" |
| 1862 |
msgstr "" |
| 1863 |
|
| 1864 |
#: gettext/gettext-lib-com-education-levels.php:270 |
| 1865 |
msgctxt "option value" |
| 1866 |
msgid "12th Grade (Gymnasium)" |
| 1867 |
msgstr "" |
| 1868 |
|
| 1869 |
#: gettext/gettext-lib-com-education-levels.php:272 |
| 1870 |
msgctxt "option value" |
| 1871 |
msgid "13th Grade (Gymnasium)" |
| 1872 |
msgstr "" |
| 1873 |
|
| 1874 |
#: gettext/gettext-lib-com-education-levels.php:273 |
| 1875 |
#: gettext/gettext-lib-com-education-levels.php:325 |
| 1876 |
#: gettext/gettext-lib-com-education-levels.php:335 |
| 1877 |
msgctxt "option value" |
| 1878 |
msgid "13th Grade" |
| 1879 |
msgstr "" |
| 1880 |
|
| 1881 |
#: gettext/gettext-lib-com-education-levels.php:275 |
| 1882 |
msgctxt "option value" |
| 1883 |
msgid "Ghana" |
| 1884 |
msgstr "" |
| 1885 |
|
| 1886 |
#: gettext/gettext-lib-com-education-levels.php:276 |
| 1887 |
msgctxt "option value" |
| 1888 |
msgid "Junior Secondary School" |
| 1889 |
msgstr "" |
| 1890 |
|
| 1891 |
#: gettext/gettext-lib-com-education-levels.php:284 |
| 1892 |
msgctxt "option value" |
| 1893 |
msgid "Greece" |
| 1894 |
msgstr "" |
| 1895 |
|
| 1896 |
#: gettext/gettext-lib-com-education-levels.php:286 |
| 1897 |
msgctxt "option value" |
| 1898 |
msgid "1st Grade (Lyceum)" |
| 1899 |
msgstr "" |
| 1900 |
|
| 1901 |
#: gettext/gettext-lib-com-education-levels.php:288 |
| 1902 |
msgctxt "option value" |
| 1903 |
msgid "2nd Grade (Lyceum)" |
| 1904 |
msgstr "" |
| 1905 |
|
| 1906 |
#: gettext/gettext-lib-com-education-levels.php:290 |
| 1907 |
msgctxt "option value" |
| 1908 |
msgid "3rd Grade (Lyceum)" |
| 1909 |
msgstr "" |
| 1910 |
|
| 1911 |
#: gettext/gettext-lib-com-education-levels.php:293 |
| 1912 |
msgctxt "option value" |
| 1913 |
msgid "Guatemala" |
| 1914 |
msgstr "" |
| 1915 |
|
| 1916 |
#: gettext/gettext-lib-com-education-levels.php:294 |
| 1917 |
#: gettext/gettext-lib-com-education-levels.php:538 |
| 1918 |
#: gettext/gettext-lib-com-education-levels.php:852 |
| 1919 |
#: gettext/gettext-lib-com-education-levels.php:862 |
| 1920 |
msgctxt "option value" |
| 1921 |
msgid "Lower Secondary" |
| 1922 |
msgstr "" |
| 1923 |
|
| 1924 |
#: gettext/gettext-lib-com-education-levels.php:295 |
| 1925 |
#: gettext/gettext-lib-com-education-levels.php:423 |
| 1926 |
#: gettext/gettext-lib-com-education-levels.php:450 |
| 1927 |
#: gettext/gettext-lib-com-education-levels.php:587 |
| 1928 |
#: gettext/gettext-lib-com-education-levels.php:644 |
| 1929 |
#: gettext/gettext-lib-com-education-levels.php:851 |
| 1930 |
msgctxt "option value" |
| 1931 |
msgid "Grade 7" |
| 1932 |
msgstr "" |
| 1933 |
|
| 1934 |
#: gettext/gettext-lib-com-education-levels.php:298 |
| 1935 |
#: gettext/gettext-lib-com-education-levels.php:541 |
| 1936 |
#: gettext/gettext-lib-com-education-levels.php:858 |
| 1937 |
#: gettext/gettext-lib-com-education-levels.php:865 |
| 1938 |
msgctxt "option value" |
| 1939 |
msgid "Upper Secondary" |
| 1940 |
msgstr "" |
| 1941 |
|
| 1942 |
#: gettext/gettext-lib-com-education-levels.php:303 |
| 1943 |
msgctxt "option value" |
| 1944 |
msgid "Honduras" |
| 1945 |
msgstr "" |
| 1946 |
|
| 1947 |
#: gettext/gettext-lib-com-education-levels.php:312 |
| 1948 |
msgctxt "option value" |
| 1949 |
msgid "Hong Kong" |
| 1950 |
msgstr "" |
| 1951 |
|
| 1952 |
#: gettext/gettext-lib-com-education-levels.php:313 |
| 1953 |
#: gettext/gettext-lib-com-education-levels.php:812 |
| 1954 |
msgctxt "option value" |
| 1955 |
msgid "Junior Secondary" |
| 1956 |
msgstr "" |
| 1957 |
|
| 1958 |
#: gettext/gettext-lib-com-education-levels.php:314 |
| 1959 |
#: gettext/gettext-lib-com-education-levels.php:767 |
| 1960 |
msgctxt "option value" |
| 1961 |
msgid "Secondary 2" |
| 1962 |
msgstr "" |
| 1963 |
|
| 1964 |
#: gettext/gettext-lib-com-education-levels.php:315 |
| 1965 |
#: gettext/gettext-lib-com-education-levels.php:768 |
| 1966 |
msgctxt "option value" |
| 1967 |
msgid "Secondary 3" |
| 1968 |
msgstr "" |
| 1969 |
|
| 1970 |
#: gettext/gettext-lib-com-education-levels.php:316 |
| 1971 |
#: gettext/gettext-lib-com-education-levels.php:814 |
| 1972 |
msgctxt "option value" |
| 1973 |
msgid "Senior Secondary" |
| 1974 |
msgstr "" |
| 1975 |
|
| 1976 |
#: gettext/gettext-lib-com-education-levels.php:317 |
| 1977 |
#: gettext/gettext-lib-com-education-levels.php:769 |
| 1978 |
msgctxt "option value" |
| 1979 |
msgid "Secondary 4" |
| 1980 |
msgstr "" |
| 1981 |
|
| 1982 |
#: gettext/gettext-lib-com-education-levels.php:318 |
| 1983 |
#: gettext/gettext-lib-com-education-levels.php:770 |
| 1984 |
msgctxt "option value" |
| 1985 |
msgid "Secondary 5" |
| 1986 |
msgstr "" |
| 1987 |
|
| 1988 |
#: gettext/gettext-lib-com-education-levels.php:319 |
| 1989 |
msgctxt "option value" |
| 1990 |
msgid "Secondary 6" |
| 1991 |
msgstr "" |
| 1992 |
|
| 1993 |
#: gettext/gettext-lib-com-education-levels.php:321 |
| 1994 |
msgctxt "option value" |
| 1995 |
msgid "Hungary" |
| 1996 |
msgstr "" |
| 1997 |
|
| 1998 |
#: gettext/gettext-lib-com-education-levels.php:327 |
| 1999 |
msgctxt "option value" |
| 2000 |
msgid "Iceland" |
| 2001 |
msgstr "" |
| 2002 |
|
| 2003 |
#: gettext/gettext-lib-com-education-levels.php:337 |
| 2004 |
msgctxt "option value" |
| 2005 |
msgid "India" |
| 2006 |
msgstr "" |
| 2007 |
|
| 2008 |
#: gettext/gettext-lib-com-education-levels.php:338 |
| 2009 |
msgctxt "option value" |
| 2010 |
msgid "Middle Stage" |
| 2011 |
msgstr "" |
| 2012 |
|
| 2013 |
#: gettext/gettext-lib-com-education-levels.php:339 |
| 2014 |
#: gettext/gettext-lib-com-education-levels.php:625 |
| 2015 |
msgctxt "option value" |
| 2016 |
msgid "Class 8" |
| 2017 |
msgstr "" |
| 2018 |
|
| 2019 |
#: gettext/gettext-lib-com-education-levels.php:341 |
| 2020 |
#: gettext/gettext-lib-com-education-levels.php:627 |
| 2021 |
msgctxt "option value" |
| 2022 |
msgid "Class 9" |
| 2023 |
msgstr "" |
| 2024 |
|
| 2025 |
#: gettext/gettext-lib-com-education-levels.php:342 |
| 2026 |
#: gettext/gettext-lib-com-education-levels.php:628 |
| 2027 |
msgctxt "option value" |
| 2028 |
msgid "Class 10" |
| 2029 |
msgstr "" |
| 2030 |
|
| 2031 |
#: gettext/gettext-lib-com-education-levels.php:344 |
| 2032 |
#: gettext/gettext-lib-com-education-levels.php:630 |
| 2033 |
msgctxt "option value" |
| 2034 |
msgid "Class 11" |
| 2035 |
msgstr "" |
| 2036 |
|
| 2037 |
#: gettext/gettext-lib-com-education-levels.php:345 |
| 2038 |
#: gettext/gettext-lib-com-education-levels.php:631 |
| 2039 |
msgctxt "option value" |
| 2040 |
msgid "Class 12" |
| 2041 |
msgstr "" |
| 2042 |
|
| 2043 |
#: gettext/gettext-lib-com-education-levels.php:346 |
| 2044 |
msgctxt "option value" |
| 2045 |
msgid "Undergraduate College" |
| 2046 |
msgstr "" |
| 2047 |
|
| 2048 |
#: gettext/gettext-lib-com-education-levels.php:347 |
| 2049 |
msgctxt "option value" |
| 2050 |
msgid "Post-Graduate College" |
| 2051 |
msgstr "" |
| 2052 |
|
| 2053 |
#: gettext/gettext-lib-com-education-levels.php:348 |
| 2054 |
msgctxt "option value" |
| 2055 |
msgid "Indonesia" |
| 2056 |
msgstr "" |
| 2057 |
|
| 2058 |
#: gettext/gettext-lib-com-education-levels.php:349 |
| 2059 |
#: gettext/gettext-lib-com-education-levels.php:476 |
| 2060 |
#: gettext/gettext-lib-com-education-levels.php:624 |
| 2061 |
#: gettext/gettext-lib-com-education-levels.php:797 |
| 2062 |
#: gettext/gettext-lib-com-education-levels.php:917 |
| 2063 |
msgctxt "option value" |
| 2064 |
msgid "Middle School" |
| 2065 |
msgstr "" |
| 2066 |
|
| 2067 |
#: gettext/gettext-lib-com-education-levels.php:357 |
| 2068 |
msgctxt "option value" |
| 2069 |
msgid "Iraq" |
| 2070 |
msgstr "" |
| 2071 |
|
| 2072 |
#: gettext/gettext-lib-com-education-levels.php:361 |
| 2073 |
#: gettext/gettext-lib-com-education-levels.php:704 |
| 2074 |
msgctxt "option value" |
| 2075 |
msgid "Preparatory Education" |
| 2076 |
msgstr "" |
| 2077 |
|
| 2078 |
#: gettext/gettext-lib-com-education-levels.php:366 |
| 2079 |
msgctxt "option value" |
| 2080 |
msgid "Ireland" |
| 2081 |
msgstr "" |
| 2082 |
|
| 2083 |
#: gettext/gettext-lib-com-education-levels.php:367 |
| 2084 |
msgctxt "option value" |
| 2085 |
msgid "Senior Cycle" |
| 2086 |
msgstr "" |
| 2087 |
|
| 2088 |
#: gettext/gettext-lib-com-education-levels.php:368 |
| 2089 |
msgctxt "option value" |
| 2090 |
msgid "Transition Year" |
| 2091 |
msgstr "" |
| 2092 |
|
| 2093 |
#: gettext/gettext-lib-com-education-levels.php:369 |
| 2094 |
#: gettext/gettext-lib-com-education-levels.php:745 |
| 2095 |
msgctxt "option value" |
| 2096 |
msgid "Fifth Year" |
| 2097 |
msgstr "" |
| 2098 |
|
| 2099 |
#: gettext/gettext-lib-com-education-levels.php:370 |
| 2100 |
msgctxt "option value" |
| 2101 |
msgid "Sixth Year" |
| 2102 |
msgstr "" |
| 2103 |
|
| 2104 |
#: gettext/gettext-lib-com-education-levels.php:372 |
| 2105 |
msgctxt "option value" |
| 2106 |
msgid "Israel" |
| 2107 |
msgstr "" |
| 2108 |
|
| 2109 |
#: gettext/gettext-lib-com-education-levels.php:373 |
| 2110 |
msgctxt "option value" |
| 2111 |
msgid "Intermediate School" |
| 2112 |
msgstr "" |
| 2113 |
|
| 2114 |
#: gettext/gettext-lib-com-education-levels.php:382 |
| 2115 |
msgctxt "option value" |
| 2116 |
msgid "Italy" |
| 2117 |
msgstr "" |
| 2118 |
|
| 2119 |
#: gettext/gettext-lib-com-education-levels.php:384 |
| 2120 |
msgctxt "option value" |
| 2121 |
msgid "2nd Upper" |
| 2122 |
msgstr "" |
| 2123 |
|
| 2124 |
#: gettext/gettext-lib-com-education-levels.php:385 |
| 2125 |
msgctxt "option value" |
| 2126 |
msgid "3rd Upper" |
| 2127 |
msgstr "" |
| 2128 |
|
| 2129 |
#: gettext/gettext-lib-com-education-levels.php:386 |
| 2130 |
msgctxt "option value" |
| 2131 |
msgid "4th Upper" |
| 2132 |
msgstr "" |
| 2133 |
|
| 2134 |
#: gettext/gettext-lib-com-education-levels.php:387 |
| 2135 |
msgctxt "option value" |
| 2136 |
msgid "5th Upper" |
| 2137 |
msgstr "" |
| 2138 |
|
| 2139 |
#: gettext/gettext-lib-com-education-levels.php:389 |
| 2140 |
msgctxt "option value" |
| 2141 |
msgid "Jamaica" |
| 2142 |
msgstr "" |
| 2143 |
|
| 2144 |
#: gettext/gettext-lib-com-education-levels.php:397 |
| 2145 |
msgctxt "option value" |
| 2146 |
msgid "Japan" |
| 2147 |
msgstr "" |
| 2148 |
|
| 2149 |
#: gettext/gettext-lib-com-education-levels.php:399 |
| 2150 |
msgctxt "option value" |
| 2151 |
msgid "Grade 2 (Lower Secondary)" |
| 2152 |
msgstr "" |
| 2153 |
|
| 2154 |
#: gettext/gettext-lib-com-education-levels.php:401 |
| 2155 |
msgctxt "option value" |
| 2156 |
msgid "Grade 3 (Lower Secondary)" |
| 2157 |
msgstr "" |
| 2158 |
|
| 2159 |
#: gettext/gettext-lib-com-education-levels.php:404 |
| 2160 |
msgctxt "option value" |
| 2161 |
msgid "Grade 1 (Upper Secondary)" |
| 2162 |
msgstr "" |
| 2163 |
|
| 2164 |
#: gettext/gettext-lib-com-education-levels.php:406 |
| 2165 |
msgctxt "option value" |
| 2166 |
msgid "Grade 2 (Upper Secondary)" |
| 2167 |
msgstr "" |
| 2168 |
|
| 2169 |
#: gettext/gettext-lib-com-education-levels.php:408 |
| 2170 |
msgctxt "option value" |
| 2171 |
msgid "Grade 3 (Upper Secondary)" |
| 2172 |
msgstr "" |
| 2173 |
|
| 2174 |
#: gettext/gettext-lib-com-education-levels.php:411 |
| 2175 |
msgctxt "option value" |
| 2176 |
msgid "Jordan" |
| 2177 |
msgstr "" |
| 2178 |
|
| 2179 |
#: gettext/gettext-lib-com-education-levels.php:421 |
| 2180 |
msgctxt "option value" |
| 2181 |
msgid "Kazakhstan" |
| 2182 |
msgstr "" |
| 2183 |
|
| 2184 |
#: gettext/gettext-lib-com-education-levels.php:429 |
| 2185 |
msgctxt "option value" |
| 2186 |
msgid "Tertiary Institutions" |
| 2187 |
msgstr "" |
| 2188 |
|
| 2189 |
#: gettext/gettext-lib-com-education-levels.php:430 |
| 2190 |
msgctxt "option value" |
| 2191 |
msgid "Kenya" |
| 2192 |
msgstr "" |
| 2193 |
|
| 2194 |
#: gettext/gettext-lib-com-education-levels.php:431 |
| 2195 |
msgctxt "option value" |
| 2196 |
msgid "Upper Primary" |
| 2197 |
msgstr "" |
| 2198 |
|
| 2199 |
#: gettext/gettext-lib-com-education-levels.php:432 |
| 2200 |
msgctxt "option value" |
| 2201 |
msgid "Standard 8" |
| 2202 |
msgstr "" |
| 2203 |
|
| 2204 |
#: gettext/gettext-lib-com-education-levels.php:434 |
| 2205 |
msgctxt "option value" |
| 2206 |
msgid "Standard 9" |
| 2207 |
msgstr "" |
| 2208 |
|
| 2209 |
#: gettext/gettext-lib-com-education-levels.php:435 |
| 2210 |
msgctxt "option value" |
| 2211 |
msgid "Standard 10" |
| 2212 |
msgstr "" |
| 2213 |
|
| 2214 |
#: gettext/gettext-lib-com-education-levels.php:436 |
| 2215 |
msgctxt "option value" |
| 2216 |
msgid "Standard 11" |
| 2217 |
msgstr "" |
| 2218 |
|
| 2219 |
#: gettext/gettext-lib-com-education-levels.php:437 |
| 2220 |
msgctxt "option value" |
| 2221 |
msgid "Standard 12" |
| 2222 |
msgstr "" |
| 2223 |
|
| 2224 |
#: gettext/gettext-lib-com-education-levels.php:439 |
| 2225 |
msgctxt "option value" |
| 2226 |
msgid "Kuwait" |
| 2227 |
msgstr "" |
| 2228 |
|
| 2229 |
#: gettext/gettext-lib-com-education-levels.php:448 |
| 2230 |
msgctxt "option value" |
| 2231 |
msgid "Latvia" |
| 2232 |
msgstr "" |
| 2233 |
|
| 2234 |
#: gettext/gettext-lib-com-education-levels.php:452 |
| 2235 |
#: gettext/gettext-lib-com-education-levels.php:579 |
| 2236 |
msgctxt "option value" |
| 2237 |
msgid "Senior Secondary Education" |
| 2238 |
msgstr "" |
| 2239 |
|
| 2240 |
#: gettext/gettext-lib-com-education-levels.php:457 |
| 2241 |
msgctxt "option value" |
| 2242 |
msgid "Lebanon" |
| 2243 |
msgstr "" |
| 2244 |
|
| 2245 |
#: gettext/gettext-lib-com-education-levels.php:458 |
| 2246 |
#: gettext/gettext-lib-com-education-levels.php:908 |
| 2247 |
msgctxt "option value" |
| 2248 |
msgid "Intermediate Level" |
| 2249 |
msgstr "" |
| 2250 |
|
| 2251 |
#: gettext/gettext-lib-com-education-levels.php:466 |
| 2252 |
msgctxt "option value" |
| 2253 |
msgid "Libya" |
| 2254 |
msgstr "" |
| 2255 |
|
| 2256 |
#: gettext/gettext-lib-com-education-levels.php:475 |
| 2257 |
msgctxt "option value" |
| 2258 |
msgid "Liechtenstein" |
| 2259 |
msgstr "" |
| 2260 |
|
| 2261 |
#: gettext/gettext-lib-com-education-levels.php:485 |
| 2262 |
msgctxt "option value" |
| 2263 |
msgid "Lithuania" |
| 2264 |
msgstr "" |
| 2265 |
|
| 2266 |
#: gettext/gettext-lib-com-education-levels.php:494 |
| 2267 |
msgctxt "option value" |
| 2268 |
msgid "Luxembourg" |
| 2269 |
msgstr "" |
| 2270 |
|
| 2271 |
#: gettext/gettext-lib-com-education-levels.php:496 |
| 2272 |
msgctxt "option value" |
| 2273 |
msgid "3 G" |
| 2274 |
msgstr "" |
| 2275 |
|
| 2276 |
#: gettext/gettext-lib-com-education-levels.php:497 |
| 2277 |
msgctxt "option value" |
| 2278 |
msgid "2 G" |
| 2279 |
msgstr "" |
| 2280 |
|
| 2281 |
#: gettext/gettext-lib-com-education-levels.php:498 |
| 2282 |
msgctxt "option value" |
| 2283 |
msgid "1 G" |
| 2284 |
msgstr "" |
| 2285 |
|
| 2286 |
#: gettext/gettext-lib-com-education-levels.php:500 |
| 2287 |
msgctxt "option value" |
| 2288 |
msgid "Malaysia" |
| 2289 |
msgstr "" |
| 2290 |
|
| 2291 |
#: gettext/gettext-lib-com-education-levels.php:502 |
| 2292 |
msgctxt "option value" |
| 2293 |
msgid "Form 2" |
| 2294 |
msgstr "" |
| 2295 |
|
| 2296 |
#: gettext/gettext-lib-com-education-levels.php:503 |
| 2297 |
msgctxt "option value" |
| 2298 |
msgid "Form 3" |
| 2299 |
msgstr "" |
| 2300 |
|
| 2301 |
#: gettext/gettext-lib-com-education-levels.php:504 |
| 2302 |
msgctxt "option value" |
| 2303 |
msgid "Form 4" |
| 2304 |
msgstr "" |
| 2305 |
|
| 2306 |
#: gettext/gettext-lib-com-education-levels.php:505 |
| 2307 |
msgctxt "option value" |
| 2308 |
msgid "Form 5" |
| 2309 |
msgstr "" |
| 2310 |
|
| 2311 |
#: gettext/gettext-lib-com-education-levels.php:506 |
| 2312 |
msgctxt "option value" |
| 2313 |
msgid "Pre-University" |
| 2314 |
msgstr "" |
| 2315 |
|
| 2316 |
#: gettext/gettext-lib-com-education-levels.php:507 |
| 2317 |
msgctxt "option value" |
| 2318 |
msgid "Lower Form 6" |
| 2319 |
msgstr "" |
| 2320 |
|
| 2321 |
#: gettext/gettext-lib-com-education-levels.php:508 |
| 2322 |
msgctxt "option value" |
| 2323 |
msgid "Upper Form 6" |
| 2324 |
msgstr "" |
| 2325 |
|
| 2326 |
#: gettext/gettext-lib-com-education-levels.php:509 |
| 2327 |
#: gettext/gettext-lib-com-education-levels.php:515 |
| 2328 |
#: gettext/gettext-lib-com-education-levels.php:771 |
| 2329 |
#: gettext/gettext-lib-com-education-levels.php:780 |
| 2330 |
#: gettext/gettext-lib-com-education-levels.php:897 |
| 2331 |
msgctxt "option value" |
| 2332 |
msgid "Post-Secondary Education" |
| 2333 |
msgstr "" |
| 2334 |
|
| 2335 |
#: gettext/gettext-lib-com-education-levels.php:510 |
| 2336 |
msgctxt "option value" |
| 2337 |
msgid "Malta" |
| 2338 |
msgstr "" |
| 2339 |
|
| 2340 |
#: gettext/gettext-lib-com-education-levels.php:517 |
| 2341 |
msgctxt "option value" |
| 2342 |
msgid "Postgraduate Education" |
| 2343 |
msgstr "" |
| 2344 |
|
| 2345 |
#: gettext/gettext-lib-com-education-levels.php:518 |
| 2346 |
msgctxt "option value" |
| 2347 |
msgid "Mexico" |
| 2348 |
msgstr "" |
| 2349 |
|
| 2350 |
#: gettext/gettext-lib-com-education-levels.php:527 |
| 2351 |
msgctxt "option value" |
| 2352 |
msgid "Montenegro" |
| 2353 |
msgstr "" |
| 2354 |
|
| 2355 |
#: gettext/gettext-lib-com-education-levels.php:537 |
| 2356 |
msgctxt "option value" |
| 2357 |
msgid "Morocco" |
| 2358 |
msgstr "" |
| 2359 |
|
| 2360 |
#: gettext/gettext-lib-com-education-levels.php:546 |
| 2361 |
msgctxt "option value" |
| 2362 |
msgid "Nepal" |
| 2363 |
msgstr "" |
| 2364 |
|
| 2365 |
#: gettext/gettext-lib-com-education-levels.php:550 |
| 2366 |
msgctxt "option value" |
| 2367 |
msgid "Senior Higher Secondary" |
| 2368 |
msgstr "" |
| 2369 |
|
| 2370 |
#: gettext/gettext-lib-com-education-levels.php:553 |
| 2371 |
msgctxt "option value" |
| 2372 |
msgid "Netherlands" |
| 2373 |
msgstr "" |
| 2374 |
|
| 2375 |
#: gettext/gettext-lib-com-education-levels.php:555 |
| 2376 |
msgctxt "option value" |
| 2377 |
msgid "5th Year (HAVO)" |
| 2378 |
msgstr "" |
| 2379 |
|
| 2380 |
#: gettext/gettext-lib-com-education-levels.php:556 |
| 2381 |
msgctxt "option value" |
| 2382 |
msgid "5th Year" |
| 2383 |
msgstr "" |
| 2384 |
|
| 2385 |
#: gettext/gettext-lib-com-education-levels.php:558 |
| 2386 |
msgctxt "option value" |
| 2387 |
msgid "New Zealand" |
| 2388 |
msgstr "" |
| 2389 |
|
| 2390 |
#: gettext/gettext-lib-com-education-levels.php:559 |
| 2391 |
msgctxt "option value" |
| 2392 |
msgid "Year 9-13 Secondary School" |
| 2393 |
msgstr "" |
| 2394 |
|
| 2395 |
#: gettext/gettext-lib-com-education-levels.php:567 |
| 2396 |
msgctxt "option value" |
| 2397 |
msgid "Nicaragua" |
| 2398 |
msgstr "" |
| 2399 |
|
| 2400 |
#: gettext/gettext-lib-com-education-levels.php:575 |
| 2401 |
msgctxt "option value" |
| 2402 |
msgid "Nigeria" |
| 2403 |
msgstr "" |
| 2404 |
|
| 2405 |
#: gettext/gettext-lib-com-education-levels.php:585 |
| 2406 |
msgctxt "option value" |
| 2407 |
msgid "North Macedonia" |
| 2408 |
msgstr "" |
| 2409 |
|
| 2410 |
#: gettext/gettext-lib-com-education-levels.php:595 |
| 2411 |
msgctxt "option value" |
| 2412 |
msgid "Northern Ireland" |
| 2413 |
msgstr "" |
| 2414 |
|
| 2415 |
#: gettext/gettext-lib-com-education-levels.php:603 |
| 2416 |
msgctxt "option value" |
| 2417 |
msgid "Norway" |
| 2418 |
msgstr "" |
| 2419 |
|
| 2420 |
#: gettext/gettext-lib-com-education-levels.php:609 |
| 2421 |
msgctxt "option value" |
| 2422 |
msgid "VG1" |
| 2423 |
msgstr "" |
| 2424 |
|
| 2425 |
#: gettext/gettext-lib-com-education-levels.php:610 |
| 2426 |
msgctxt "option value" |
| 2427 |
msgid "VG2" |
| 2428 |
msgstr "" |
| 2429 |
|
| 2430 |
#: gettext/gettext-lib-com-education-levels.php:611 |
| 2431 |
msgctxt "option value" |
| 2432 |
msgid "VG3" |
| 2433 |
msgstr "" |
| 2434 |
|
| 2435 |
#: gettext/gettext-lib-com-education-levels.php:613 |
| 2436 |
msgctxt "option value" |
| 2437 |
msgid "Oman" |
| 2438 |
msgstr "" |
| 2439 |
|
| 2440 |
#: gettext/gettext-lib-com-education-levels.php:623 |
| 2441 |
msgctxt "option value" |
| 2442 |
msgid "Pakistan" |
| 2443 |
msgstr "" |
| 2444 |
|
| 2445 |
#: gettext/gettext-lib-com-education-levels.php:629 |
| 2446 |
msgctxt "option value" |
| 2447 |
msgid "Higher Secondary School" |
| 2448 |
msgstr "" |
| 2449 |
|
| 2450 |
#: gettext/gettext-lib-com-education-levels.php:633 |
| 2451 |
msgctxt "option value" |
| 2452 |
msgid "Panama" |
| 2453 |
msgstr "" |
| 2454 |
|
| 2455 |
#: gettext/gettext-lib-com-education-levels.php:634 |
| 2456 |
msgctxt "option value" |
| 2457 |
msgid "First Step of Secondary Level" |
| 2458 |
msgstr "" |
| 2459 |
|
| 2460 |
#: gettext/gettext-lib-com-education-levels.php:635 |
| 2461 |
msgctxt "option value" |
| 2462 |
msgid "Grade Eight" |
| 2463 |
msgstr "" |
| 2464 |
|
| 2465 |
#: gettext/gettext-lib-com-education-levels.php:636 |
| 2466 |
msgctxt "option value" |
| 2467 |
msgid "Grade Nine" |
| 2468 |
msgstr "" |
| 2469 |
|
| 2470 |
#: gettext/gettext-lib-com-education-levels.php:637 |
| 2471 |
msgctxt "option value" |
| 2472 |
msgid "Second Step of Secondary Level" |
| 2473 |
msgstr "" |
| 2474 |
|
| 2475 |
#: gettext/gettext-lib-com-education-levels.php:638 |
| 2476 |
msgctxt "option value" |
| 2477 |
msgid "Grade Ten" |
| 2478 |
msgstr "" |
| 2479 |
|
| 2480 |
#: gettext/gettext-lib-com-education-levels.php:639 |
| 2481 |
msgctxt "option value" |
| 2482 |
msgid "Grade Eleven" |
| 2483 |
msgstr "" |
| 2484 |
|
| 2485 |
#: gettext/gettext-lib-com-education-levels.php:640 |
| 2486 |
msgctxt "option value" |
| 2487 |
msgid "Grade Twelve" |
| 2488 |
msgstr "" |
| 2489 |
|
| 2490 |
#: gettext/gettext-lib-com-education-levels.php:642 |
| 2491 |
msgctxt "option value" |
| 2492 |
msgid "Papua New Guinea" |
| 2493 |
msgstr "" |
| 2494 |
|
| 2495 |
#: gettext/gettext-lib-com-education-levels.php:643 |
| 2496 |
msgctxt "option value" |
| 2497 |
msgid "Middle" |
| 2498 |
msgstr "" |
| 2499 |
|
| 2500 |
#: gettext/gettext-lib-com-education-levels.php:652 |
| 2501 |
msgctxt "option value" |
| 2502 |
msgid "Paraguay" |
| 2503 |
msgstr "" |
| 2504 |
|
| 2505 |
#: gettext/gettext-lib-com-education-levels.php:661 |
| 2506 |
msgctxt "option value" |
| 2507 |
msgid "Peru" |
| 2508 |
msgstr "" |
| 2509 |
|
| 2510 |
#: gettext/gettext-lib-com-education-levels.php:667 |
| 2511 |
msgctxt "option value" |
| 2512 |
msgid "Philippines" |
| 2513 |
msgstr "" |
| 2514 |
|
| 2515 |
#: gettext/gettext-lib-com-education-levels.php:668 |
| 2516 |
#: gettext/gettext-lib-com-education-levels.php:695 |
| 2517 |
#: gettext/gettext-lib-com-education-levels.php:841 |
| 2518 |
msgctxt "option value" |
| 2519 |
msgid "Junior High School" |
| 2520 |
msgstr "" |
| 2521 |
|
| 2522 |
#: gettext/gettext-lib-com-education-levels.php:672 |
| 2523 |
#: gettext/gettext-lib-com-education-levels.php:844 |
| 2524 |
msgctxt "option value" |
| 2525 |
msgid "Senior High School" |
| 2526 |
msgstr "" |
| 2527 |
|
| 2528 |
#: gettext/gettext-lib-com-education-levels.php:676 |
| 2529 |
msgctxt "option value" |
| 2530 |
msgid "Poland" |
| 2531 |
msgstr "" |
| 2532 |
|
| 2533 |
#: gettext/gettext-lib-com-education-levels.php:678 |
| 2534 |
msgctxt "option value" |
| 2535 |
msgid "Grade 2 (High School)" |
| 2536 |
msgstr "" |
| 2537 |
|
| 2538 |
#: gettext/gettext-lib-com-education-levels.php:680 |
| 2539 |
msgctxt "option value" |
| 2540 |
msgid "Grade 3 (High School)" |
| 2541 |
msgstr "" |
| 2542 |
|
| 2543 |
#: gettext/gettext-lib-com-education-levels.php:682 |
| 2544 |
msgctxt "option value" |
| 2545 |
msgid "Grade 4 (High School)" |
| 2546 |
msgstr "" |
| 2547 |
|
| 2548 |
#: gettext/gettext-lib-com-education-levels.php:685 |
| 2549 |
msgctxt "option value" |
| 2550 |
msgid "Portugal" |
| 2551 |
msgstr "" |
| 2552 |
|
| 2553 |
#: gettext/gettext-lib-com-education-levels.php:687 |
| 2554 |
msgctxt "option value" |
| 2555 |
msgid "8th Year" |
| 2556 |
msgstr "" |
| 2557 |
|
| 2558 |
#: gettext/gettext-lib-com-education-levels.php:688 |
| 2559 |
msgctxt "option value" |
| 2560 |
msgid "9th Year" |
| 2561 |
msgstr "" |
| 2562 |
|
| 2563 |
#: gettext/gettext-lib-com-education-levels.php:690 |
| 2564 |
msgctxt "option value" |
| 2565 |
msgid "10th Year" |
| 2566 |
msgstr "" |
| 2567 |
|
| 2568 |
#: gettext/gettext-lib-com-education-levels.php:691 |
| 2569 |
msgctxt "option value" |
| 2570 |
msgid "11th Year" |
| 2571 |
msgstr "" |
| 2572 |
|
| 2573 |
#: gettext/gettext-lib-com-education-levels.php:692 |
| 2574 |
msgctxt "option value" |
| 2575 |
msgid "12th Year" |
| 2576 |
msgstr "" |
| 2577 |
|
| 2578 |
#: gettext/gettext-lib-com-education-levels.php:694 |
| 2579 |
msgctxt "option value" |
| 2580 |
msgid "Puerto Rico" |
| 2581 |
msgstr "" |
| 2582 |
|
| 2583 |
#: gettext/gettext-lib-com-education-levels.php:703 |
| 2584 |
msgctxt "option value" |
| 2585 |
msgid "Qatar" |
| 2586 |
msgstr "" |
| 2587 |
|
| 2588 |
#: gettext/gettext-lib-com-education-levels.php:713 |
| 2589 |
msgctxt "option value" |
| 2590 |
msgid "Romania" |
| 2591 |
msgstr "" |
| 2592 |
|
| 2593 |
#: gettext/gettext-lib-com-education-levels.php:715 |
| 2594 |
msgctxt "option value" |
| 2595 |
msgid "Class X" |
| 2596 |
msgstr "" |
| 2597 |
|
| 2598 |
#: gettext/gettext-lib-com-education-levels.php:716 |
| 2599 |
msgctxt "option value" |
| 2600 |
msgid "Class XI" |
| 2601 |
msgstr "" |
| 2602 |
|
| 2603 |
#: gettext/gettext-lib-com-education-levels.php:717 |
| 2604 |
msgctxt "option value" |
| 2605 |
msgid "Class XII" |
| 2606 |
msgstr "" |
| 2607 |
|
| 2608 |
#: gettext/gettext-lib-com-education-levels.php:719 |
| 2609 |
msgctxt "option value" |
| 2610 |
msgid "Russia" |
| 2611 |
msgstr "" |
| 2612 |
|
| 2613 |
#: gettext/gettext-lib-com-education-levels.php:720 |
| 2614 |
msgctxt "option value" |
| 2615 |
msgid "Basic General Education" |
| 2616 |
msgstr "" |
| 2617 |
|
| 2618 |
#: gettext/gettext-lib-com-education-levels.php:723 |
| 2619 |
msgctxt "option value" |
| 2620 |
msgid "Secondary General Education" |
| 2621 |
msgstr "" |
| 2622 |
|
| 2623 |
#: gettext/gettext-lib-com-education-levels.php:726 |
| 2624 |
msgctxt "option value" |
| 2625 |
msgid "Postsecondary and Tertiary Education" |
| 2626 |
msgstr "" |
| 2627 |
|
| 2628 |
#: gettext/gettext-lib-com-education-levels.php:727 |
| 2629 |
msgctxt "option value" |
| 2630 |
msgid "Saudi Arabia" |
| 2631 |
msgstr "" |
| 2632 |
|
| 2633 |
#: gettext/gettext-lib-com-education-levels.php:736 |
| 2634 |
msgctxt "option value" |
| 2635 |
msgid "Scotland" |
| 2636 |
msgstr "" |
| 2637 |
|
| 2638 |
#: gettext/gettext-lib-com-education-levels.php:738 |
| 2639 |
msgctxt "option value" |
| 2640 |
msgid "Second Year (S2)" |
| 2641 |
msgstr "" |
| 2642 |
|
| 2643 |
#: gettext/gettext-lib-com-education-levels.php:739 |
| 2644 |
msgctxt "option value" |
| 2645 |
msgid "Second Year" |
| 2646 |
msgstr "" |
| 2647 |
|
| 2648 |
#: gettext/gettext-lib-com-education-levels.php:740 |
| 2649 |
msgctxt "option value" |
| 2650 |
msgid "Third Year (S3)" |
| 2651 |
msgstr "" |
| 2652 |
|
| 2653 |
#: gettext/gettext-lib-com-education-levels.php:741 |
| 2654 |
msgctxt "option value" |
| 2655 |
msgid "Third Year" |
| 2656 |
msgstr "" |
| 2657 |
|
| 2658 |
#: gettext/gettext-lib-com-education-levels.php:742 |
| 2659 |
msgctxt "option value" |
| 2660 |
msgid "Fourth Year (S4)" |
| 2661 |
msgstr "" |
| 2662 |
|
| 2663 |
#: gettext/gettext-lib-com-education-levels.php:743 |
| 2664 |
msgctxt "option value" |
| 2665 |
msgid "Fourth Year" |
| 2666 |
msgstr "" |
| 2667 |
|
| 2668 |
#: gettext/gettext-lib-com-education-levels.php:744 |
| 2669 |
msgctxt "option value" |
| 2670 |
msgid "Fifth Year (S5)" |
| 2671 |
msgstr "" |
| 2672 |
|
| 2673 |
#: gettext/gettext-lib-com-education-levels.php:748 |
| 2674 |
msgctxt "option value" |
| 2675 |
msgid "Senegal" |
| 2676 |
msgstr "" |
| 2677 |
|
| 2678 |
#: gettext/gettext-lib-com-education-levels.php:758 |
| 2679 |
msgctxt "option value" |
| 2680 |
msgid "Serbia" |
| 2681 |
msgstr "" |
| 2682 |
|
| 2683 |
#: gettext/gettext-lib-com-education-levels.php:759 |
| 2684 |
msgctxt "option value" |
| 2685 |
msgid "Secondary-High School" |
| 2686 |
msgstr "" |
| 2687 |
|
| 2688 |
#: gettext/gettext-lib-com-education-levels.php:760 |
| 2689 |
msgctxt "option value" |
| 2690 |
msgid "Year 2" |
| 2691 |
msgstr "" |
| 2692 |
|
| 2693 |
#: gettext/gettext-lib-com-education-levels.php:761 |
| 2694 |
msgctxt "option value" |
| 2695 |
msgid "Year 3" |
| 2696 |
msgstr "" |
| 2697 |
|
| 2698 |
#: gettext/gettext-lib-com-education-levels.php:762 |
| 2699 |
msgctxt "option value" |
| 2700 |
msgid "Year 4" |
| 2701 |
msgstr "" |
| 2702 |
|
| 2703 |
#: gettext/gettext-lib-com-education-levels.php:764 |
| 2704 |
msgctxt "option value" |
| 2705 |
msgid "Singapore" |
| 2706 |
msgstr "" |
| 2707 |
|
| 2708 |
#: gettext/gettext-lib-com-education-levels.php:766 |
| 2709 |
msgctxt "option value" |
| 2710 |
msgid "Secondary 1" |
| 2711 |
msgstr "" |
| 2712 |
|
| 2713 |
#: gettext/gettext-lib-com-education-levels.php:772 |
| 2714 |
msgctxt "option value" |
| 2715 |
msgid "Slovakia" |
| 2716 |
msgstr "" |
| 2717 |
|
| 2718 |
#: gettext/gettext-lib-com-education-levels.php:778 |
| 2719 |
msgctxt "option value" |
| 2720 |
msgid "4th Grade (High School)" |
| 2721 |
msgstr "" |
| 2722 |
|
| 2723 |
#: gettext/gettext-lib-com-education-levels.php:779 |
| 2724 |
msgctxt "option value" |
| 2725 |
msgid "4th Grade" |
| 2726 |
msgstr "" |
| 2727 |
|
| 2728 |
#: gettext/gettext-lib-com-education-levels.php:781 |
| 2729 |
msgctxt "option value" |
| 2730 |
msgid "Slovenia" |
| 2731 |
msgstr "" |
| 2732 |
|
| 2733 |
#: gettext/gettext-lib-com-education-levels.php:787 |
| 2734 |
msgctxt "option value" |
| 2735 |
msgid "South Africa" |
| 2736 |
msgstr "" |
| 2737 |
|
| 2738 |
#: gettext/gettext-lib-com-education-levels.php:788 |
| 2739 |
msgctxt "option value" |
| 2740 |
msgid "Senior Phase" |
| 2741 |
msgstr "" |
| 2742 |
|
| 2743 |
#: gettext/gettext-lib-com-education-levels.php:791 |
| 2744 |
msgctxt "option value" |
| 2745 |
msgid "Further Education and Training" |
| 2746 |
msgstr "" |
| 2747 |
|
| 2748 |
#: gettext/gettext-lib-com-education-levels.php:795 |
| 2749 |
msgctxt "option value" |
| 2750 |
msgid "Higher Education and Training" |
| 2751 |
msgstr "" |
| 2752 |
|
| 2753 |
#: gettext/gettext-lib-com-education-levels.php:796 |
| 2754 |
msgctxt "option value" |
| 2755 |
msgid "South Korea" |
| 2756 |
msgstr "" |
| 2757 |
|
| 2758 |
#: gettext/gettext-lib-com-education-levels.php:803 |
| 2759 |
msgctxt "option value" |
| 2760 |
msgid "Spain" |
| 2761 |
msgstr "" |
| 2762 |
|
| 2763 |
#: gettext/gettext-lib-com-education-levels.php:810 |
| 2764 |
msgctxt "option value" |
| 2765 |
msgid "Tertiary education" |
| 2766 |
msgstr "" |
| 2767 |
|
| 2768 |
#: gettext/gettext-lib-com-education-levels.php:811 |
| 2769 |
msgctxt "option value" |
| 2770 |
msgid "Sri Lanka" |
| 2771 |
msgstr "" |
| 2772 |
|
| 2773 |
#: gettext/gettext-lib-com-education-levels.php:817 |
| 2774 |
msgctxt "option value" |
| 2775 |
msgid "Collegiate" |
| 2776 |
msgstr "" |
| 2777 |
|
| 2778 |
#: gettext/gettext-lib-com-education-levels.php:821 |
| 2779 |
msgctxt "option value" |
| 2780 |
msgid "Sweden" |
| 2781 |
msgstr "" |
| 2782 |
|
| 2783 |
#: gettext/gettext-lib-com-education-levels.php:822 |
| 2784 |
msgctxt "option value" |
| 2785 |
msgid "Comprehensive School" |
| 2786 |
msgstr "" |
| 2787 |
|
| 2788 |
#: gettext/gettext-lib-com-education-levels.php:831 |
| 2789 |
msgctxt "option value" |
| 2790 |
msgid "Switzerland" |
| 2791 |
msgstr "" |
| 2792 |
|
| 2793 |
#: gettext/gettext-lib-com-education-levels.php:832 |
| 2794 |
msgctxt "option value" |
| 2795 |
msgid "Lower Secondary Level" |
| 2796 |
msgstr "" |
| 2797 |
|
| 2798 |
#: gettext/gettext-lib-com-education-levels.php:836 |
| 2799 |
msgctxt "option value" |
| 2800 |
msgid "Grade-1" |
| 2801 |
msgstr "" |
| 2802 |
|
| 2803 |
#: gettext/gettext-lib-com-education-levels.php:837 |
| 2804 |
msgctxt "option value" |
| 2805 |
msgid "Grade-2" |
| 2806 |
msgstr "" |
| 2807 |
|
| 2808 |
#: gettext/gettext-lib-com-education-levels.php:838 |
| 2809 |
msgctxt "option value" |
| 2810 |
msgid "Grade-3" |
| 2811 |
msgstr "" |
| 2812 |
|
| 2813 |
#: gettext/gettext-lib-com-education-levels.php:840 |
| 2814 |
msgctxt "option value" |
| 2815 |
msgid "Taiwan" |
| 2816 |
msgstr "" |
| 2817 |
|
| 2818 |
#: gettext/gettext-lib-com-education-levels.php:849 |
| 2819 |
msgctxt "option value" |
| 2820 |
msgid "Tanzania" |
| 2821 |
msgstr "" |
| 2822 |
|
| 2823 |
#: gettext/gettext-lib-com-education-levels.php:861 |
| 2824 |
msgctxt "option value" |
| 2825 |
msgid "Thailand" |
| 2826 |
msgstr "" |
| 2827 |
|
| 2828 |
#: gettext/gettext-lib-com-education-levels.php:870 |
| 2829 |
msgctxt "option value" |
| 2830 |
msgid "Tunisia" |
| 2831 |
msgstr "" |
| 2832 |
|
| 2833 |
#: gettext/gettext-lib-com-education-levels.php:879 |
| 2834 |
msgctxt "option value" |
| 2835 |
msgid "Türkiye" |
| 2836 |
msgstr "" |
| 2837 |
|
| 2838 |
#: gettext/gettext-lib-com-education-levels.php:888 |
| 2839 |
msgctxt "option value" |
| 2840 |
msgid "Uganda" |
| 2841 |
msgstr "" |
| 2842 |
|
| 2843 |
#: gettext/gettext-lib-com-education-levels.php:896 |
| 2844 |
msgctxt "option value" |
| 2845 |
msgid "Thirteenth Grade" |
| 2846 |
msgstr "" |
| 2847 |
|
| 2848 |
#: gettext/gettext-lib-com-education-levels.php:898 |
| 2849 |
msgctxt "option value" |
| 2850 |
msgid "Ukraine" |
| 2851 |
msgstr "" |
| 2852 |
|
| 2853 |
#: gettext/gettext-lib-com-education-levels.php:899 |
| 2854 |
msgctxt "option value" |
| 2855 |
msgid "Secondary Base School" |
| 2856 |
msgstr "" |
| 2857 |
|
| 2858 |
#: gettext/gettext-lib-com-education-levels.php:902 |
| 2859 |
msgctxt "option value" |
| 2860 |
msgid "Secondary Last School" |
| 2861 |
msgstr "" |
| 2862 |
|
| 2863 |
#: gettext/gettext-lib-com-education-levels.php:907 |
| 2864 |
msgctxt "option value" |
| 2865 |
msgid "United Arab Emirates" |
| 2866 |
msgstr "" |
| 2867 |
|
| 2868 |
#: gettext/gettext-lib-com-education-levels.php:910 |
| 2869 |
msgctxt "option value" |
| 2870 |
msgid "Secondary Level" |
| 2871 |
msgstr "" |
| 2872 |
|
| 2873 |
#: gettext/gettext-lib-com-education-levels.php:916 |
| 2874 |
msgctxt "option value" |
| 2875 |
msgid "United States" |
| 2876 |
msgstr "" |
| 2877 |
|
| 2878 |
#: gettext/gettext-lib-com-education-levels.php:924 |
| 2879 |
msgctxt "option value" |
| 2880 |
msgid "College" |
| 2881 |
msgstr "" |
| 2882 |
|
| 2883 |
#: gettext/gettext-lib-com-education-levels.php:925 |
| 2884 |
msgctxt "option value" |
| 2885 |
msgid "Graduate School" |
| 2886 |
msgstr "" |
| 2887 |
|
| 2888 |
#: gettext/gettext-lib-com-education-levels.php:926 |
| 2889 |
msgctxt "option value" |
| 2890 |
msgid "Venezuela" |
| 2891 |
msgstr "" |
| 2892 |
|
| 2893 |
#: gettext/gettext-lib-com-education-levels.php:929 |
| 2894 |
msgctxt "option value" |
| 2895 |
msgid "Diversified Education" |
| 2896 |
msgstr "" |
| 2897 |
|
| 2898 |
#: gettext/gettext-lib-com-education-levels.php:933 |
| 2899 |
msgctxt "option value" |
| 2900 |
msgid "Higher Education School" |
| 2901 |
msgstr "" |
| 2902 |
|
| 2903 |
#: gettext/gettext-lib-com-education-levels.php:934 |
| 2904 |
msgctxt "option value" |
| 2905 |
msgid "Vietnam" |
| 2906 |
msgstr "" |
| 2907 |
|
| 2908 |
#: gettext/gettext-lib-com-education-levels.php:940 |
| 2909 |
msgctxt "option value" |
| 2910 |
msgid "Wales" |
| 2911 |
msgstr "" |
| 2912 |
|
| 2913 |
#: gettext/gettext-lib-com-education-levels.php:948 |
| 2914 |
msgctxt "option value" |
| 2915 |
msgid "Yemen" |
| 2916 |
msgstr "" |
| 2917 |
|
| 2918 |
#: gettext/gettext-lib-com-education-levels.php:956 |
| 2919 |
msgctxt "option value" |
| 2920 |
msgid "University Education" |
| 2921 |
msgstr "" |
| 2922 |
|
| 2923 |
#: gettext/gettext-lib-com-education-levels.php:957 |
| 2924 |
msgctxt "option value" |
| 2925 |
msgid "Zimbabwe" |
| 2926 |
msgstr "" |
| 2927 |
|
| 2928 |
#: gettext/gettext-lib-com.php:5 gettext/gettext-lib-com.php:24 |
| 2929 |
#: gettext/gettext-lib-com.php:61 lib/com/bfo.php:259 lib/com/cache.php:95 |
| 2930 |
#: lib/com/notice.php:72 |
| 2931 |
msgid "%s Notice" |
| 2932 |
msgstr "" |
| 2933 |
|
| 2934 |
#: gettext/gettext-lib-com.php:6 gettext/gettext-lib-com.php:25 |
| 2935 |
#: gettext/gettext-lib-com.php:62 lib/com/bfo.php:264 lib/com/cache.php:100 |
| 2936 |
#: lib/com/notice.php:77 |
| 2937 |
msgid "Notice" |
| 2938 |
msgstr "" |
| 2939 |
|
| 2940 |
#: gettext/gettext-lib-com.php:7 lib/com/bfo.php:280 |
| 2941 |
msgid "" |
| 2942 |
"The \"%1$s\" hook with priority %2$d in the \"%3$s\" filter has incorrectly " |
| 2943 |
"sent output to the webpage." |
| 2944 |
msgstr "" |
| 2945 |
|
| 2946 |
#: gettext/gettext-lib-com.php:8 lib/com/bfo.php:283 |
| 2947 |
msgid "" |
| 2948 |
"Unlike WordPress actions, WordPress filters must always return their text, " |
| 2949 |
"not echo it to the webpage output." |
| 2950 |
msgstr "" |
| 2951 |
|
| 2952 |
#: gettext/gettext-lib-com.php:9 lib/com/bfo.php:286 |
| 2953 |
msgid "" |
| 2954 |
"Please contact the author of that filter and report this issue as a coding " |
| 2955 |
"error." |
| 2956 |
msgstr "" |
| 2957 |
|
| 2958 |
#: gettext/gettext-lib-com.php:10 lib/com/bfo.php:329 |
| 2959 |
msgid "Incorrect webpage output:" |
| 2960 |
msgstr "" |
| 2961 |
|
| 2962 |
#: gettext/gettext-lib-com.php:11 lib/com/bfo.php:330 |
| 2963 |
msgid "BEGIN OUTPUT" |
| 2964 |
msgstr "" |
| 2965 |
|
| 2966 |
#: gettext/gettext-lib-com.php:12 lib/com/bfo.php:331 |
| 2967 |
msgid "END OUTPUT" |
| 2968 |
msgstr "" |
| 2969 |
|
| 2970 |
#: gettext/gettext-lib-com.php:13 lib/com/bitly.php:58 |
| 2971 |
msgid "Group name \"%s\" not found in the Bitly API response data." |
| 2972 |
msgstr "" |
| 2973 |
|
| 2974 |
#: gettext/gettext-lib-com.php:14 gettext/gettext-lib-com.php:16 |
| 2975 |
#: gettext/gettext-lib-com.php:18 gettext/gettext-lib-com.php:19 |
| 2976 |
#: gettext/gettext-lib-com.php:20 gettext/gettext-lib-com.php:21 |
| 2977 |
#: gettext/gettext-lib-com.php:23 lib/com/bitly.php:60 lib/com/bitly.php:68 |
| 2978 |
#: lib/com/bitly.php:110 lib/com/bitly.php:170 lib/com/bitly.php:183 |
| 2979 |
#: lib/com/bitly.php:189 lib/com/bitly.php:202 lib/ext/dlmyapp.php:56 |
| 2980 |
#: lib/ext/dlmyapp.php:62 lib/ext/dlmyapp.php:74 lib/ext/owly.php:65 |
| 2981 |
#: lib/ext/owly.php:185 lib/ext/owly.php:191 lib/ext/owly.php:203 |
| 2982 |
#: lib/ext/owly.php:209 lib/ext/tinyurl.php:139 lib/ext/tinyurl.php:145 |
| 2983 |
#: lib/ext/yourls.php:200 lib/ext/yourls.php:206 lib/ext/yourls.php:218 |
| 2984 |
msgid "%1$s shortener API error: %2$s" |
| 2985 |
msgstr "" |
| 2986 |
|
| 2987 |
#: gettext/gettext-lib-com.php:15 lib/com/bitly.php:66 |
| 2988 |
msgid "Groups property missing from the Bitly API response data." |
| 2989 |
msgstr "" |
| 2990 |
|
| 2991 |
#: gettext/gettext-lib-com.php:17 lib/com/bitly.php:108 |
| 2992 |
msgid "Link property value is empty." |
| 2993 |
msgstr "" |
| 2994 |
|
| 2995 |
#: gettext/gettext-lib-com.php:22 lib/com/bitly.php:200 lib/ext/dlmyapp.php:72 |
| 2996 |
#: lib/ext/owly.php:201 lib/ext/yourls.php:216 |
| 2997 |
msgid "JSON response decode error code %d." |
| 2998 |
msgstr "" |
| 2999 |
|
| 3000 |
#: gettext/gettext-lib-com.php:26 lib/com/cache.php:235 |
| 3001 |
msgid "Error retrieving %1$s for caching (after %2$.3f seconds)." |
| 3002 |
msgstr "" |
| 3003 |
|
| 3004 |
#: gettext/gettext-lib-com.php:27 lib/com/cache.php:240 |
| 3005 |
msgid "Error retrieving %1$s for caching." |
| 3006 |
msgstr "" |
| 3007 |
|
| 3008 |
#: gettext/gettext-lib-com.php:28 lib/com/cache.php:246 |
| 3009 |
msgid "cURL error code %1$d %2$s." |
| 3010 |
msgstr "" |
| 3011 |
|
| 3012 |
#: gettext/gettext-lib-com.php:29 lib/com/cache.php:252 |
| 3013 |
msgid "SSL verification failed with code %1$d." |
| 3014 |
msgstr "" |
| 3015 |
|
| 3016 |
#: gettext/gettext-lib-com.php:30 lib/com/cache.php:257 |
| 3017 |
msgid "HTTP connection returned code %1$d." |
| 3018 |
msgstr "" |
| 3019 |
|
| 3020 |
#: gettext/gettext-lib-com.php:31 gettext/gettext-lib-com.php:34 |
| 3021 |
#: lib/com/cache.php:272 lib/com/cache.php:289 |
| 3022 |
msgid "" |
| 3023 |
"The PHP \"%s\" setting is enabled - the PHP cURL library cannot follow URL " |
| 3024 |
"redirects." |
| 3025 |
msgstr "" |
| 3026 |
|
| 3027 |
#: gettext/gettext-lib-com.php:32 lib/com/cache.php:275 |
| 3028 |
msgid "" |
| 3029 |
"The \"%s\" setting is deprecated since PHP version 5.3 and removed from PHP " |
| 3030 |
"since version 5.4." |
| 3031 |
msgstr "" |
| 3032 |
|
| 3033 |
#: gettext/gettext-lib-com.php:33 lib/com/cache.php:278 |
| 3034 |
msgid "" |
| 3035 |
"Please contact your hosting provider to have this setting disabled or " |
| 3036 |
"install a newer version of PHP." |
| 3037 |
msgstr "" |
| 3038 |
|
| 3039 |
#: gettext/gettext-lib-com.php:35 lib/com/cache.php:292 |
| 3040 |
msgid "Please contact your hosting provider to have this setting disabled." |
| 3041 |
msgstr "" |
| 3042 |
|
| 3043 |
#: gettext/gettext-lib-com.php:36 lib/com/cache.php:297 |
| 3044 |
msgid "The maximum number of URL redirects (%d) may have been exceeded." |
| 3045 |
msgstr "" |
| 3046 |
|
| 3047 |
#: gettext/gettext-lib-com.php:37 lib/com/cache.php:302 |
| 3048 |
msgid "" |
| 3049 |
"Additional requests to retrieve this URL will be ignored for another %d " |
| 3050 |
"second(s)." |
| 3051 |
msgstr "" |
| 3052 |
|
| 3053 |
#: gettext/gettext-lib-com.php:38 gettext/gettext-lib-com.php:40 |
| 3054 |
#: lib/com/cache.php:493 lib/com/cache.php:688 lib/util-cache.php:990 |
| 3055 |
msgid "Error removing cache file %s." |
| 3056 |
msgstr "" |
| 3057 |
|
| 3058 |
#: gettext/gettext-lib-com.php:39 lib/com/cache.php:585 |
| 3059 |
msgid "" |
| 3060 |
"PHP cURL library missing - contact your hosting provider to have the cURL " |
| 3061 |
"library installed." |
| 3062 |
msgstr "" |
| 3063 |
|
| 3064 |
#: gettext/gettext-lib-com.php:41 lib/com/cache.php:946 |
| 3065 |
msgid "Cache file %s is not readable." |
| 3066 |
msgstr "" |
| 3067 |
|
| 3068 |
#: gettext/gettext-lib-com.php:42 lib/com/cache.php:978 |
| 3069 |
msgid "Failed to open the cache file %s for reading." |
| 3070 |
msgstr "" |
| 3071 |
|
| 3072 |
#: gettext/gettext-lib-com.php:43 lib/com/cache.php:1086 |
| 3073 |
msgid "Failed to create the %s cache folder." |
| 3074 |
msgstr "" |
| 3075 |
|
| 3076 |
#: gettext/gettext-lib-com.php:44 lib/com/cache.php:1100 |
| 3077 |
msgid "Cache folder %s is not writable." |
| 3078 |
msgstr "" |
| 3079 |
|
| 3080 |
#: gettext/gettext-lib-com.php:45 lib/com/cache.php:1114 |
| 3081 |
msgid "Failed to open the cache file %s for writing." |
| 3082 |
msgstr "" |
| 3083 |
|
| 3084 |
#: gettext/gettext-lib-com.php:46 lib/com/cache.php:1143 |
| 3085 |
msgid "Failed writing data to cache file %s." |
| 3086 |
msgstr "" |
| 3087 |
|
| 3088 |
#: gettext/gettext-lib-com.php:47 gettext/gettext-lib-com.php:57 |
| 3089 |
#: lib/com/form.php:926 lib/com/form.php:2600 |
| 3090 |
msgctxt "option comment" |
| 3091 |
msgid "days" |
| 3092 |
msgstr "" |
| 3093 |
|
| 3094 |
#: gettext/gettext-lib-com.php:48 gettext/gettext-lib-com.php:58 |
| 3095 |
#: lib/com/form.php:927 lib/com/form.php:2601 |
| 3096 |
msgctxt "option comment" |
| 3097 |
msgid "hours" |
| 3098 |
msgstr "" |
| 3099 |
|
| 3100 |
#: gettext/gettext-lib-com.php:49 gettext/gettext-lib-com.php:59 |
| 3101 |
#: lib/com/form.php:928 lib/com/form.php:2602 |
| 3102 |
msgctxt "option comment" |
| 3103 |
msgid "mins" |
| 3104 |
msgstr "" |
| 3105 |
|
| 3106 |
#: gettext/gettext-lib-com.php:50 gettext/gettext-lib-com.php:60 |
| 3107 |
#: lib/com/form.php:929 lib/com/form.php:2603 |
| 3108 |
msgctxt "option comment" |
| 3109 |
msgid "secs" |
| 3110 |
msgstr "" |
| 3111 |
|
| 3112 |
#: gettext/gettext-lib-com.php:51 lib/com/form.php:964 |
| 3113 |
msgctxt "option comment" |
| 3114 |
msgid "crop" |
| 3115 |
msgstr "" |
| 3116 |
|
| 3117 |
#: gettext/gettext-lib-com.php:52 lib/com/form.php:967 lib/edit-schema.php:967 |
| 3118 |
#: lib/edit-schema.php:1949 |
| 3119 |
msgctxt "option comment" |
| 3120 |
msgid "from" |
| 3121 |
msgstr "" |
| 3122 |
|
| 3123 |
#. translators: Please ignore - translation uses a different text domain. |
| 3124 |
#: gettext/gettext-lib-com.php:54 lib/com/form.php:977 |
| 3125 |
#: lib/media-filters.php:117 lib/media.php:1614 lib/media.php:1765 |
| 3126 |
#: lib/media.php:3829 |
| 3127 |
msgid "Media Library" |
| 3128 |
msgstr "" |
| 3129 |
|
| 3130 |
#. translators: Please ignore - translation uses a different text domain. |
| 3131 |
#: gettext/gettext-lib-com.php:56 lib/com/form.php:1060 lib/script.php:365 |
| 3132 |
msgid "Select Image" |
| 3133 |
msgstr "" |
| 3134 |
|
| 3135 |
#: gettext/gettext-lib-com.php:63 lib/com/notice.php:293 |
| 3136 |
#: lib/submenu/licenses.php:94 |
| 3137 |
msgid "Edit" |
| 3138 |
msgstr "" |
| 3139 |
|
| 3140 |
#: gettext/gettext-lib-com.php:64 lib/com/notice.php:297 |
| 3141 |
msgid "Reference: %s" |
| 3142 |
msgstr "" |
| 3143 |
|
| 3144 |
#: gettext/gettext-lib-com.php:65 lib/com/notice.php:497 |
| 3145 |
msgid "" |
| 3146 |
"The WordPress admin toolbar appears to be disabled (ie. the WordPress <code>" |
| 3147 |
"%s</code> function returned false)." |
| 3148 |
msgstr "" |
| 3149 |
|
| 3150 |
#: gettext/gettext-lib-com.php:66 lib/com/notice.php:500 |
| 3151 |
msgid "" |
| 3152 |
"As a consequence, showing discreet notices in the admin toolbar is not " |
| 3153 |
"possible." |
| 3154 |
msgstr "" |
| 3155 |
|
| 3156 |
#: gettext/gettext-lib-com.php:67 lib/com/notice.php:502 |
| 3157 |
msgid "Please diagnose the issue to re-enable the admin toolbar." |
| 3158 |
msgstr "" |
| 3159 |
|
| 3160 |
#: gettext/gettext-lib-com.php:68 lib/com/notice.php:1046 |
| 3161 |
msgid "Forever" |
| 3162 |
msgstr "" |
| 3163 |
|
| 3164 |
#: gettext/gettext-lib-com.php:69 lib/com/notice.php:1048 |
| 3165 |
msgid "This notice can be dismissed permanently." |
| 3166 |
msgstr "" |
| 3167 |
|
| 3168 |
#: gettext/gettext-lib-com.php:70 lib/com/notice.php:1060 |
| 3169 |
msgid "This notice can be dismissed for %s." |
| 3170 |
msgstr "" |
| 3171 |
|
| 3172 |
#: gettext/gettext-lib-config.php:5 |
| 3173 |
msgctxt "package name" |
| 3174 |
msgid "Premium" |
| 3175 |
msgstr "" |
| 3176 |
|
| 3177 |
#: gettext/gettext-lib-config.php:6 |
| 3178 |
msgctxt "package name" |
| 3179 |
msgid "Standard" |
| 3180 |
msgstr "" |
| 3181 |
|
| 3182 |
#: gettext/gettext-lib-config.php:7 gettext/gettext-lib-config.php:8 |
| 3183 |
msgctxt "lib file description" |
| 3184 |
msgid "Update Manager" |
| 3185 |
msgstr "" |
| 3186 |
|
| 3187 |
#: gettext/gettext-lib-config.php:9 |
| 3188 |
msgctxt "plugin name" |
| 3189 |
msgid "WPSSO Update Manager" |
| 3190 |
msgstr "" |
| 3191 |
|
| 3192 |
#: gettext/gettext-lib-config.php:10 |
| 3193 |
msgctxt "plugin description" |
| 3194 |
msgid "Update Manager for the WPSSO Core Premium plugin." |
| 3195 |
msgstr "" |
| 3196 |
|
| 3197 |
#: gettext/gettext-lib-config.php:11 gettext/gettext-lib-config.php:128 |
| 3198 |
msgctxt "plugin name" |
| 3199 |
msgid "WPSSO Core" |
| 3200 |
msgstr "" |
| 3201 |
|
| 3202 |
#: gettext/gettext-lib-config.php:12 |
| 3203 |
msgctxt "lib file description" |
| 3204 |
msgid "Import All in One SEO Pack Metadata" |
| 3205 |
msgstr "" |
| 3206 |
|
| 3207 |
#: gettext/gettext-lib-config.php:13 |
| 3208 |
msgctxt "lib file description" |
| 3209 |
msgid "Import Rank Math SEO Metadata" |
| 3210 |
msgstr "" |
| 3211 |
|
| 3212 |
#: gettext/gettext-lib-config.php:14 |
| 3213 |
msgctxt "lib file description" |
| 3214 |
msgid "Import The SEO Framework Metadata" |
| 3215 |
msgstr "" |
| 3216 |
|
| 3217 |
#: gettext/gettext-lib-config.php:15 |
| 3218 |
msgctxt "lib file description" |
| 3219 |
msgid "Import WP Meta SEO Metadata" |
| 3220 |
msgstr "" |
| 3221 |
|
| 3222 |
#: gettext/gettext-lib-config.php:16 |
| 3223 |
msgctxt "lib file description" |
| 3224 |
msgid "Import Yoast SEO Block Attrs" |
| 3225 |
msgstr "" |
| 3226 |
|
| 3227 |
#: gettext/gettext-lib-config.php:17 |
| 3228 |
msgctxt "lib file description" |
| 3229 |
msgid "Import Yoast SEO Metadata" |
| 3230 |
msgstr "" |
| 3231 |
|
| 3232 |
#: gettext/gettext-lib-config.php:18 |
| 3233 |
msgctxt "lib file description" |
| 3234 |
msgid "Perfect Brands for WooCommerce" |
| 3235 |
msgstr "" |
| 3236 |
|
| 3237 |
#: gettext/gettext-lib-config.php:19 |
| 3238 |
msgctxt "lib file description" |
| 3239 |
msgid "WooCommerce" |
| 3240 |
msgstr "" |
| 3241 |
|
| 3242 |
#: gettext/gettext-lib-config.php:20 |
| 3243 |
msgctxt "lib file description" |
| 3244 |
msgid "WooCommerce Brands" |
| 3245 |
msgstr "" |
| 3246 |
|
| 3247 |
#: gettext/gettext-lib-config.php:21 |
| 3248 |
msgctxt "lib file description" |
| 3249 |
msgid "WooCommerce Currency Switcher" |
| 3250 |
msgstr "" |
| 3251 |
|
| 3252 |
#: gettext/gettext-lib-config.php:22 |
| 3253 |
msgctxt "lib file description" |
| 3254 |
msgid "WooCommerce UPC, EAN, and ISBN" |
| 3255 |
msgstr "" |
| 3256 |
|
| 3257 |
#: gettext/gettext-lib-config.php:23 |
| 3258 |
msgctxt "lib file description" |
| 3259 |
msgid "Product GTIN for WooCommerce" |
| 3260 |
msgstr "" |
| 3261 |
|
| 3262 |
#: gettext/gettext-lib-config.php:24 |
| 3263 |
msgctxt "lib file description" |
| 3264 |
msgid "YITH WooCommerce Brands Add-on" |
| 3265 |
msgstr "" |
| 3266 |
|
| 3267 |
#: gettext/gettext-lib-config.php:25 |
| 3268 |
msgctxt "lib file description" |
| 3269 |
msgid "The Events Calendar" |
| 3270 |
msgstr "" |
| 3271 |
|
| 3272 |
#: gettext/gettext-lib-config.php:26 |
| 3273 |
msgctxt "lib file description" |
| 3274 |
msgid "Gravity Forms" |
| 3275 |
msgstr "" |
| 3276 |
|
| 3277 |
#: gettext/gettext-lib-config.php:27 |
| 3278 |
msgctxt "lib file description" |
| 3279 |
msgid "Gravity View" |
| 3280 |
msgstr "" |
| 3281 |
|
| 3282 |
#: gettext/gettext-lib-config.php:28 |
| 3283 |
msgctxt "lib file description" |
| 3284 |
msgid "Simple Job Board" |
| 3285 |
msgstr "" |
| 3286 |
|
| 3287 |
#: gettext/gettext-lib-config.php:29 |
| 3288 |
msgctxt "lib file description" |
| 3289 |
msgid "WP Job Manager" |
| 3290 |
msgstr "" |
| 3291 |
|
| 3292 |
#: gettext/gettext-lib-config.php:30 |
| 3293 |
msgctxt "lib file description" |
| 3294 |
msgid "Polylang" |
| 3295 |
msgstr "" |
| 3296 |
|
| 3297 |
#: gettext/gettext-lib-config.php:31 |
| 3298 |
msgctxt "lib file description" |
| 3299 |
msgid "qTranslate-XT" |
| 3300 |
msgstr "" |
| 3301 |
|
| 3302 |
#: gettext/gettext-lib-config.php:32 |
| 3303 |
msgctxt "lib file description" |
| 3304 |
msgid "WPML" |
| 3305 |
msgstr "" |
| 3306 |
|
| 3307 |
#: gettext/gettext-lib-config.php:33 |
| 3308 |
msgctxt "lib file description" |
| 3309 |
msgid "Perfect Images" |
| 3310 |
msgstr "" |
| 3311 |
|
| 3312 |
#: gettext/gettext-lib-config.php:34 |
| 3313 |
msgctxt "lib file description" |
| 3314 |
msgid "Rate my Post" |
| 3315 |
msgstr "" |
| 3316 |
|
| 3317 |
#: gettext/gettext-lib-config.php:35 |
| 3318 |
msgctxt "lib file description" |
| 3319 |
msgid "WP-PostRatings" |
| 3320 |
msgstr "" |
| 3321 |
|
| 3322 |
#: gettext/gettext-lib-config.php:36 |
| 3323 |
msgctxt "lib file description" |
| 3324 |
msgid "WP Recipe Maker" |
| 3325 |
msgstr "" |
| 3326 |
|
| 3327 |
#: gettext/gettext-lib-config.php:37 |
| 3328 |
msgctxt "lib file description" |
| 3329 |
msgid "Judge.me Product Reviews for WooCommerce" |
| 3330 |
msgstr "" |
| 3331 |
|
| 3332 |
#: gettext/gettext-lib-config.php:38 |
| 3333 |
msgctxt "lib file description" |
| 3334 |
msgid "WP Product Review" |
| 3335 |
msgstr "" |
| 3336 |
|
| 3337 |
#: gettext/gettext-lib-config.php:39 |
| 3338 |
msgctxt "lib file description" |
| 3339 |
msgid "Yotpo Social Reviews for WooCommerce" |
| 3340 |
msgstr "" |
| 3341 |
|
| 3342 |
#: gettext/gettext-lib-config.php:40 |
| 3343 |
msgctxt "lib file description" |
| 3344 |
msgid "All in One SEO Pack" |
| 3345 |
msgstr "" |
| 3346 |
|
| 3347 |
#: gettext/gettext-lib-config.php:41 |
| 3348 |
msgctxt "lib file description" |
| 3349 |
msgid "Rank Math SEO" |
| 3350 |
msgstr "" |
| 3351 |
|
| 3352 |
#: gettext/gettext-lib-config.php:42 |
| 3353 |
msgctxt "lib file description" |
| 3354 |
msgid "The SEO Framework" |
| 3355 |
msgstr "" |
| 3356 |
|
| 3357 |
#: gettext/gettext-lib-config.php:43 |
| 3358 |
msgctxt "lib file description" |
| 3359 |
msgid "SEOPress" |
| 3360 |
msgstr "" |
| 3361 |
|
| 3362 |
#: gettext/gettext-lib-config.php:44 |
| 3363 |
msgctxt "lib file description" |
| 3364 |
msgid "WP Meta SEO" |
| 3365 |
msgstr "" |
| 3366 |
|
| 3367 |
#: gettext/gettext-lib-config.php:45 |
| 3368 |
msgctxt "lib file description" |
| 3369 |
msgid "Yoast SEO" |
| 3370 |
msgstr "" |
| 3371 |
|
| 3372 |
#: gettext/gettext-lib-config.php:46 |
| 3373 |
msgctxt "lib file description" |
| 3374 |
msgid "Co-Authors Plus" |
| 3375 |
msgstr "" |
| 3376 |
|
| 3377 |
#: gettext/gettext-lib-config.php:47 |
| 3378 |
msgctxt "lib file description" |
| 3379 |
msgid "PublishPress Authors" |
| 3380 |
msgstr "" |
| 3381 |
|
| 3382 |
#: gettext/gettext-lib-config.php:48 |
| 3383 |
msgctxt "lib file description" |
| 3384 |
msgid "Ultimate Member" |
| 3385 |
msgstr "" |
| 3386 |
|
| 3387 |
#: gettext/gettext-lib-config.php:49 |
| 3388 |
msgctxt "lib file description" |
| 3389 |
msgid "Yoast Duplicate Post" |
| 3390 |
msgstr "" |
| 3391 |
|
| 3392 |
#: gettext/gettext-lib-config.php:50 |
| 3393 |
msgctxt "lib file description" |
| 3394 |
msgid "Elementor Website Builder" |
| 3395 |
msgstr "" |
| 3396 |
|
| 3397 |
#: gettext/gettext-lib-config.php:51 |
| 3398 |
msgctxt "lib file description" |
| 3399 |
msgid "Jetpack" |
| 3400 |
msgstr "" |
| 3401 |
|
| 3402 |
#: gettext/gettext-lib-config.php:52 |
| 3403 |
msgctxt "lib file description" |
| 3404 |
msgid "Jetpack Boost" |
| 3405 |
msgstr "" |
| 3406 |
|
| 3407 |
#: gettext/gettext-lib-config.php:53 |
| 3408 |
msgctxt "lib file description" |
| 3409 |
msgid "Schema Type Article" |
| 3410 |
msgstr "" |
| 3411 |
|
| 3412 |
#: gettext/gettext-lib-config.php:54 |
| 3413 |
msgctxt "lib file description" |
| 3414 |
msgid "Schema Type Audiobook" |
| 3415 |
msgstr "" |
| 3416 |
|
| 3417 |
#: gettext/gettext-lib-config.php:55 |
| 3418 |
msgctxt "lib file description" |
| 3419 |
msgid "Schema Type Blog" |
| 3420 |
msgstr "" |
| 3421 |
|
| 3422 |
#: gettext/gettext-lib-config.php:56 |
| 3423 |
msgctxt "lib file description" |
| 3424 |
msgid "Schema Type Book" |
| 3425 |
msgstr "" |
| 3426 |
|
| 3427 |
#: gettext/gettext-lib-config.php:57 |
| 3428 |
msgctxt "lib file description" |
| 3429 |
msgid "Schema Type Brand" |
| 3430 |
msgstr "" |
| 3431 |
|
| 3432 |
#: gettext/gettext-lib-config.php:58 |
| 3433 |
msgctxt "lib file description" |
| 3434 |
msgid "Schema Type Claim Review" |
| 3435 |
msgstr "" |
| 3436 |
|
| 3437 |
#: gettext/gettext-lib-config.php:59 |
| 3438 |
msgctxt "lib file description" |
| 3439 |
msgid "Schema Type Collection Page" |
| 3440 |
msgstr "" |
| 3441 |
|
| 3442 |
#: gettext/gettext-lib-config.php:60 |
| 3443 |
msgctxt "lib file description" |
| 3444 |
msgid "Schema Type Course" |
| 3445 |
msgstr "" |
| 3446 |
|
| 3447 |
#: gettext/gettext-lib-config.php:61 |
| 3448 |
msgctxt "lib file description" |
| 3449 |
msgid "Schema Type CreativeWork" |
| 3450 |
msgstr "" |
| 3451 |
|
| 3452 |
#: gettext/gettext-lib-config.php:62 |
| 3453 |
msgctxt "lib file description" |
| 3454 |
msgid "Schema Type Event" |
| 3455 |
msgstr "" |
| 3456 |
|
| 3457 |
#: gettext/gettext-lib-config.php:63 |
| 3458 |
msgctxt "lib file description" |
| 3459 |
msgid "Schema Type FAQPage" |
| 3460 |
msgstr "" |
| 3461 |
|
| 3462 |
#: gettext/gettext-lib-config.php:64 |
| 3463 |
msgctxt "lib file description" |
| 3464 |
msgid "Schema Type Food Establishment" |
| 3465 |
msgstr "" |
| 3466 |
|
| 3467 |
#: gettext/gettext-lib-config.php:65 |
| 3468 |
msgctxt "lib file description" |
| 3469 |
msgid "Schema Type How-To" |
| 3470 |
msgstr "" |
| 3471 |
|
| 3472 |
#: gettext/gettext-lib-config.php:66 |
| 3473 |
msgctxt "lib file description" |
| 3474 |
msgid "Schema Type ItemList" |
| 3475 |
msgstr "" |
| 3476 |
|
| 3477 |
#: gettext/gettext-lib-config.php:67 |
| 3478 |
msgctxt "lib file description" |
| 3479 |
msgid "Schema Type Job Posting" |
| 3480 |
msgstr "" |
| 3481 |
|
| 3482 |
#: gettext/gettext-lib-config.php:68 |
| 3483 |
msgctxt "lib file description" |
| 3484 |
msgid "Schema Type Learning Resource" |
| 3485 |
msgstr "" |
| 3486 |
|
| 3487 |
#: gettext/gettext-lib-config.php:69 |
| 3488 |
msgctxt "lib file description" |
| 3489 |
msgid "Schema Type Local Business" |
| 3490 |
msgstr "" |
| 3491 |
|
| 3492 |
#: gettext/gettext-lib-config.php:70 |
| 3493 |
msgctxt "lib file description" |
| 3494 |
msgid "Schema Type Movie" |
| 3495 |
msgstr "" |
| 3496 |
|
| 3497 |
#: gettext/gettext-lib-config.php:71 |
| 3498 |
msgctxt "lib file description" |
| 3499 |
msgid "Schema Type Organization" |
| 3500 |
msgstr "" |
| 3501 |
|
| 3502 |
#: gettext/gettext-lib-config.php:72 |
| 3503 |
msgctxt "lib file description" |
| 3504 |
msgid "Schema Type Person" |
| 3505 |
msgstr "" |
| 3506 |
|
| 3507 |
#: gettext/gettext-lib-config.php:73 |
| 3508 |
msgctxt "lib file description" |
| 3509 |
msgid "Schema Type Place" |
| 3510 |
msgstr "" |
| 3511 |
|
| 3512 |
#: gettext/gettext-lib-config.php:74 |
| 3513 |
msgctxt "lib file description" |
| 3514 |
msgid "Schema Type Product" |
| 3515 |
msgstr "" |
| 3516 |
|
| 3517 |
#: gettext/gettext-lib-config.php:75 |
| 3518 |
msgctxt "lib file description" |
| 3519 |
msgid "Schema Type Product Group" |
| 3520 |
msgstr "" |
| 3521 |
|
| 3522 |
#: gettext/gettext-lib-config.php:76 |
| 3523 |
msgctxt "lib file description" |
| 3524 |
msgid "Schema Type Profile Page" |
| 3525 |
msgstr "" |
| 3526 |
|
| 3527 |
#: gettext/gettext-lib-config.php:77 |
| 3528 |
msgctxt "lib file description" |
| 3529 |
msgid "Schema Type QAPage" |
| 3530 |
msgstr "" |
| 3531 |
|
| 3532 |
#: gettext/gettext-lib-config.php:78 |
| 3533 |
msgctxt "lib file description" |
| 3534 |
msgid "Schema Type Question and Answer" |
| 3535 |
msgstr "" |
| 3536 |
|
| 3537 |
#: gettext/gettext-lib-config.php:79 |
| 3538 |
msgctxt "lib file description" |
| 3539 |
msgid "Schema Type Recipe" |
| 3540 |
msgstr "" |
| 3541 |
|
| 3542 |
#: gettext/gettext-lib-config.php:80 |
| 3543 |
msgctxt "lib file description" |
| 3544 |
msgid "Schema Type Review" |
| 3545 |
msgstr "" |
| 3546 |
|
| 3547 |
#: gettext/gettext-lib-config.php:81 |
| 3548 |
msgctxt "lib file description" |
| 3549 |
msgid "Schema Type Search Results Page" |
| 3550 |
msgstr "" |
| 3551 |
|
| 3552 |
#: gettext/gettext-lib-config.php:82 |
| 3553 |
msgctxt "lib file description" |
| 3554 |
msgid "Schema Type Service" |
| 3555 |
msgstr "" |
| 3556 |
|
| 3557 |
#: gettext/gettext-lib-config.php:83 |
| 3558 |
msgctxt "lib file description" |
| 3559 |
msgid "Schema Type Software Application" |
| 3560 |
msgstr "" |
| 3561 |
|
| 3562 |
#: gettext/gettext-lib-config.php:84 |
| 3563 |
msgctxt "lib file description" |
| 3564 |
msgid "Schema Type Thing" |
| 3565 |
msgstr "" |
| 3566 |
|
| 3567 |
#: gettext/gettext-lib-config.php:85 |
| 3568 |
msgctxt "lib file description" |
| 3569 |
msgid "Schema Type WebPage" |
| 3570 |
msgstr "" |
| 3571 |
|
| 3572 |
#: gettext/gettext-lib-config.php:86 |
| 3573 |
msgctxt "lib file description" |
| 3574 |
msgid "Schema Type WebSite" |
| 3575 |
msgstr "" |
| 3576 |
|
| 3577 |
#: gettext/gettext-lib-config.php:87 |
| 3578 |
msgctxt "lib file description" |
| 3579 |
msgid "Schema Property aggregateRating" |
| 3580 |
msgstr "" |
| 3581 |
|
| 3582 |
#: gettext/gettext-lib-config.php:88 |
| 3583 |
msgctxt "lib file description" |
| 3584 |
msgid "Schema Property hasPart" |
| 3585 |
msgstr "" |
| 3586 |
|
| 3587 |
#: gettext/gettext-lib-config.php:89 |
| 3588 |
msgctxt "lib file description" |
| 3589 |
msgid "Schema Property review" |
| 3590 |
msgstr "" |
| 3591 |
|
| 3592 |
#: gettext/gettext-lib-config.php:90 gettext/gettext-lib-config.php:110 |
| 3593 |
msgctxt "lib file description" |
| 3594 |
msgid "Facebook Videos" |
| 3595 |
msgstr "" |
| 3596 |
|
| 3597 |
#: gettext/gettext-lib-config.php:91 |
| 3598 |
msgctxt "lib file description" |
| 3599 |
msgid "Gravatar Images" |
| 3600 |
msgstr "" |
| 3601 |
|
| 3602 |
#: gettext/gettext-lib-config.php:92 gettext/gettext-lib-config.php:111 |
| 3603 |
msgctxt "lib file description" |
| 3604 |
msgid "Slideshare Presentations" |
| 3605 |
msgstr "" |
| 3606 |
|
| 3607 |
#: gettext/gettext-lib-config.php:93 gettext/gettext-lib-config.php:112 |
| 3608 |
msgctxt "lib file description" |
| 3609 |
msgid "Soundcloud Tracks" |
| 3610 |
msgstr "" |
| 3611 |
|
| 3612 |
#: gettext/gettext-lib-config.php:94 |
| 3613 |
msgctxt "lib file description" |
| 3614 |
msgid "Upscale Media Library Images" |
| 3615 |
msgstr "" |
| 3616 |
|
| 3617 |
#: gettext/gettext-lib-config.php:95 gettext/gettext-lib-config.php:113 |
| 3618 |
msgctxt "lib file description" |
| 3619 |
msgid "Vimeo Videos" |
| 3620 |
msgstr "" |
| 3621 |
|
| 3622 |
#: gettext/gettext-lib-config.php:96 gettext/gettext-lib-config.php:114 |
| 3623 |
msgctxt "lib file description" |
| 3624 |
msgid "Wistia Videos" |
| 3625 |
msgstr "" |
| 3626 |
|
| 3627 |
#: gettext/gettext-lib-config.php:97 gettext/gettext-lib-config.php:115 |
| 3628 |
msgctxt "lib file description" |
| 3629 |
msgid "WP Media Library Video Blocks" |
| 3630 |
msgstr "" |
| 3631 |
|
| 3632 |
#: gettext/gettext-lib-config.php:98 gettext/gettext-lib-config.php:116 |
| 3633 |
msgctxt "lib file description" |
| 3634 |
msgid "WP Media Library Video Shortcodes" |
| 3635 |
msgstr "" |
| 3636 |
|
| 3637 |
#: gettext/gettext-lib-config.php:99 gettext/gettext-lib-config.php:117 |
| 3638 |
msgctxt "lib file description" |
| 3639 |
msgid "YouTube Videos and Playlists" |
| 3640 |
msgstr "" |
| 3641 |
|
| 3642 |
#: gettext/gettext-lib-config.php:100 gettext/gettext-lib-config.php:118 |
| 3643 |
msgctxt "lib file description" |
| 3644 |
msgid "Judge.me Reviews" |
| 3645 |
msgstr "" |
| 3646 |
|
| 3647 |
#: gettext/gettext-lib-config.php:101 |
| 3648 |
msgctxt "lib file description" |
| 3649 |
msgid "Shopper Approved Reviews" |
| 3650 |
msgstr "" |
| 3651 |
|
| 3652 |
#: gettext/gettext-lib-config.php:102 |
| 3653 |
msgctxt "lib file description" |
| 3654 |
msgid "Stamped.io Reviews" |
| 3655 |
msgstr "" |
| 3656 |
|
| 3657 |
#: gettext/gettext-lib-config.php:103 |
| 3658 |
msgctxt "lib file description" |
| 3659 |
msgid "URL Shortening Services" |
| 3660 |
msgstr "" |
| 3661 |
|
| 3662 |
#: gettext/gettext-lib-config.php:104 |
| 3663 |
msgctxt "lib file description" |
| 3664 |
msgid "Profile SSO - Social and Search Optimization" |
| 3665 |
msgstr "" |
| 3666 |
|
| 3667 |
#: gettext/gettext-lib-config.php:105 gettext/gettext-lib-config.php:121 |
| 3668 |
#: lib/admin-head-suggest-options.php:141 lib/messages.php:565 |
| 3669 |
#: lib/messages.php:1309 |
| 3670 |
msgctxt "lib file description" |
| 3671 |
msgid "Advanced Settings" |
| 3672 |
msgstr "" |
| 3673 |
|
| 3674 |
#: gettext/gettext-lib-config.php:106 gettext/gettext-lib-config.php:122 |
| 3675 |
#: lib/messages-info.php:76 lib/messages.php:440 lib/messages.php:451 |
| 3676 |
#: lib/messages.php:498 |
| 3677 |
msgctxt "lib file description" |
| 3678 |
msgid "Premium Licenses" |
| 3679 |
msgstr "" |
| 3680 |
|
| 3681 |
#: gettext/gettext-lib-config.php:107 gettext/gettext-lib-config.php:123 |
| 3682 |
#: lib/messages.php:495 |
| 3683 |
msgctxt "lib file description" |
| 3684 |
msgid "Plugin Add-ons" |
| 3685 |
msgstr "" |
| 3686 |
|
| 3687 |
#: gettext/gettext-lib-config.php:108 gettext/gettext-lib-config.php:125 |
| 3688 |
msgctxt "lib file description" |
| 3689 |
msgid "Setup Guide" |
| 3690 |
msgstr "" |
| 3691 |
|
| 3692 |
#: gettext/gettext-lib-config.php:109 gettext/gettext-lib-config.php:126 |
| 3693 |
msgctxt "lib file description" |
| 3694 |
msgid "Troubleshooting" |
| 3695 |
msgstr "" |
| 3696 |
|
| 3697 |
#: gettext/gettext-lib-config.php:119 |
| 3698 |
msgctxt "lib file description" |
| 3699 |
msgid "Essential Settings" |
| 3700 |
msgstr "" |
| 3701 |
|
| 3702 |
#: gettext/gettext-lib-config.php:120 |
| 3703 |
msgctxt "lib file description" |
| 3704 |
msgid "General Settings" |
| 3705 |
msgstr "" |
| 3706 |
|
| 3707 |
#: gettext/gettext-lib-config.php:124 lib/messages-info.php:257 |
| 3708 |
#: lib/messages.php:530 |
| 3709 |
msgctxt "lib file description" |
| 3710 |
msgid "Tools and Actions" |
| 3711 |
msgstr "" |
| 3712 |
|
| 3713 |
#: gettext/gettext-lib-config.php:127 |
| 3714 |
msgctxt "lib file description" |
| 3715 |
msgid "Add Person" |
| 3716 |
msgstr "" |
| 3717 |
|
| 3718 |
#: gettext/gettext-lib-config.php:129 |
| 3719 |
msgctxt "plugin description" |
| 3720 |
msgid "" |
| 3721 |
"Present your content at its best for social sites and search results, no " |
| 3722 |
"matter how URLs are shared, reshared, messaged, posted, embedded, or crawled." |
| 3723 |
msgstr "" |
| 3724 |
|
| 3725 |
#: gettext/gettext-lib-config.php:130 |
| 3726 |
msgctxt "plugin name" |
| 3727 |
msgid "WPSSO Schema Breadcrumbs Markup" |
| 3728 |
msgstr "" |
| 3729 |
|
| 3730 |
#: gettext/gettext-lib-config.php:131 |
| 3731 |
msgctxt "plugin description" |
| 3732 |
msgid "Schema BreadcrumbList markup in JSON-LD format for Google Rich Results." |
| 3733 |
msgstr "" |
| 3734 |
|
| 3735 |
#: gettext/gettext-lib-config.php:132 |
| 3736 |
msgctxt "plugin name" |
| 3737 |
msgid "WPSSO Commerce Manager Catalog Feed XML" |
| 3738 |
msgstr "" |
| 3739 |
|
| 3740 |
#: gettext/gettext-lib-config.php:133 |
| 3741 |
msgctxt "plugin description" |
| 3742 |
msgid "" |
| 3743 |
"Facebook and Instagram Commerce Manager Catalog Feed XMLs for WooCommerce " |
| 3744 |
"and custom product pages." |
| 3745 |
msgstr "" |
| 3746 |
|
| 3747 |
#: gettext/gettext-lib-config.php:134 |
| 3748 |
msgctxt "plugin name" |
| 3749 |
msgid "WPSSO Schema FAQ Page Manager" |
| 3750 |
msgstr "" |
| 3751 |
|
| 3752 |
#: gettext/gettext-lib-config.php:135 |
| 3753 |
msgctxt "plugin description" |
| 3754 |
msgid "" |
| 3755 |
"Create FAQ and Question / Answer Pages with optional shortcodes to include " |
| 3756 |
"FAQs and Questions / Answers in your content." |
| 3757 |
msgstr "" |
| 3758 |
|
| 3759 |
#: gettext/gettext-lib-config.php:136 |
| 3760 |
msgctxt "plugin name" |
| 3761 |
msgid "WPSSO Google Merchant Feed XML" |
| 3762 |
msgstr "" |
| 3763 |
|
| 3764 |
#: gettext/gettext-lib-config.php:137 |
| 3765 |
msgctxt "plugin description" |
| 3766 |
msgid "" |
| 3767 |
"Google Merchant product and inventory feed XML for WooCommerce and custom " |
| 3768 |
"product pages, including multilingual support." |
| 3769 |
msgstr "" |
| 3770 |
|
| 3771 |
#: gettext/gettext-lib-config.php:138 |
| 3772 |
msgctxt "plugin name" |
| 3773 |
msgid "WPSSO Schema Merchant Return Policy Manager" |
| 3774 |
msgstr "" |
| 3775 |
|
| 3776 |
#: gettext/gettext-lib-config.php:139 |
| 3777 |
msgctxt "plugin description" |
| 3778 |
msgid "" |
| 3779 |
"Manage Merchant Return Policies for Google Merchant listings and Schema " |
| 3780 |
"markup." |
| 3781 |
msgstr "" |
| 3782 |
|
| 3783 |
#: gettext/gettext-lib-config.php:140 |
| 3784 |
msgctxt "plugin name" |
| 3785 |
msgid "WPSSO Schema Organization and Place Manager" |
| 3786 |
msgstr "" |
| 3787 |
|
| 3788 |
#: gettext/gettext-lib-config.php:141 |
| 3789 |
msgctxt "plugin description" |
| 3790 |
msgid "" |
| 3791 |
"Manage Organizations and Places (Local Businesses, Venues, etc.) for Google, " |
| 3792 |
"Facebook, Pinterest, and Schema markup." |
| 3793 |
msgstr "" |
| 3794 |
|
| 3795 |
#: gettext/gettext-lib-config.php:142 |
| 3796 |
msgctxt "plugin name" |
| 3797 |
msgid "WPSSO Ratings and Reviews" |
| 3798 |
msgstr "" |
| 3799 |
|
| 3800 |
#: gettext/gettext-lib-config.php:143 |
| 3801 |
msgctxt "plugin description" |
| 3802 |
msgid "Adds Ratings and Reviews Features to the WordPress Comments System." |
| 3803 |
msgstr "" |
| 3804 |
|
| 3805 |
#: gettext/gettext-lib-config.php:144 |
| 3806 |
msgctxt "plugin name" |
| 3807 |
msgid "WPSSO REST API" |
| 3808 |
msgstr "" |
| 3809 |
|
| 3810 |
#: gettext/gettext-lib-config.php:145 |
| 3811 |
msgctxt "plugin description" |
| 3812 |
msgid "" |
| 3813 |
"Extends the WordPress REST API post, term, and user query results with an " |
| 3814 |
"array of meta tags and Schema JSON-LD markup." |
| 3815 |
msgstr "" |
| 3816 |
|
| 3817 |
#: gettext/gettext-lib-config.php:146 |
| 3818 |
msgctxt "plugin name" |
| 3819 |
msgid "WPSSO Strip Schema Microdata" |
| 3820 |
msgstr "" |
| 3821 |
|
| 3822 |
#: gettext/gettext-lib-config.php:147 |
| 3823 |
msgctxt "plugin description" |
| 3824 |
msgid "" |
| 3825 |
"Remove Schema Microdata and RDFa from the webpage for better Google Rich " |
| 3826 |
"Results using Schema JSON-LD markup." |
| 3827 |
msgstr "" |
| 3828 |
|
| 3829 |
#: gettext/gettext-lib-config.php:148 |
| 3830 |
msgctxt "plugin name" |
| 3831 |
msgid "WPSSO Tune WP Image Editors" |
| 3832 |
msgstr "" |
| 3833 |
|
| 3834 |
#: gettext/gettext-lib-config.php:149 |
| 3835 |
msgctxt "plugin description" |
| 3836 |
msgid "" |
| 3837 |
"Improves the appearance of WordPress images for better click through rates " |
| 3838 |
"from social and search sites." |
| 3839 |
msgstr "" |
| 3840 |
|
| 3841 |
#: gettext/gettext-lib-config.php:150 |
| 3842 |
msgctxt "plugin name" |
| 3843 |
msgid "WPSSO User Locale Selector" |
| 3844 |
msgstr "" |
| 3845 |
|
| 3846 |
#: gettext/gettext-lib-config.php:151 |
| 3847 |
msgctxt "plugin description" |
| 3848 |
msgid "" |
| 3849 |
"Quick and easy locale / language / region selector for the WordPress admin " |
| 3850 |
"toolbar." |
| 3851 |
msgstr "" |
| 3852 |
|
| 3853 |
#: gettext/gettext-lib-config.php:152 |
| 3854 |
msgctxt "plugin name" |
| 3855 |
msgid "WPSSO Schema Product Metadata for WooCommerce" |
| 3856 |
msgstr "" |
| 3857 |
|
| 3858 |
#: gettext/gettext-lib-config.php:153 |
| 3859 |
msgctxt "plugin description" |
| 3860 |
msgid "" |
| 3861 |
"MPN, ISBN, GTIN-8, UPC, EAN, GTIN-14, net dimensions, and fluid volume for " |
| 3862 |
"better WooCommerce Schema markup." |
| 3863 |
msgstr "" |
| 3864 |
|
| 3865 |
#: gettext/gettext-lib-config.php:154 |
| 3866 |
msgctxt "plugin name" |
| 3867 |
msgid "WPSSO Schema Shipping Delivery Time for WooCommerce" |
| 3868 |
msgstr "" |
| 3869 |
|
| 3870 |
#: gettext/gettext-lib-config.php:155 |
| 3871 |
msgctxt "plugin description" |
| 3872 |
msgid "" |
| 3873 |
"Shipping delivery time estimates for WooCommerce shipping zones, methods, " |
| 3874 |
"and classes." |
| 3875 |
msgstr "" |
| 3876 |
|
| 3877 |
#: gettext/gettext-lib-config.php:156 |
| 3878 |
msgctxt "plugin name" |
| 3879 |
msgid "WPSSO WP Sitemaps XML" |
| 3880 |
msgstr "" |
| 3881 |
|
| 3882 |
#: gettext/gettext-lib-config.php:157 |
| 3883 |
msgctxt "plugin description" |
| 3884 |
msgid "" |
| 3885 |
"Improves the WordPress sitemaps XML with article modification times, " |
| 3886 |
"alternate language URLs, images sitemaps, news sitemaps and more." |
| 3887 |
msgstr "" |
| 3888 |
|
| 3889 |
#: gettext/gettext-lib-config.php:158 |
| 3890 |
msgctxt "menu title" |
| 3891 |
msgid "SSO - Social and Search Optimization" |
| 3892 |
msgstr "" |
| 3893 |
|
| 3894 |
#: gettext/gettext-lib-config.php:159 |
| 3895 |
msgctxt "notice title" |
| 3896 |
msgid "SSO" |
| 3897 |
msgstr "" |
| 3898 |
|
| 3899 |
#: gettext/gettext-lib-config.php:160 |
| 3900 |
msgctxt "metabox title" |
| 3901 |
msgid "Document SSO" |
| 3902 |
msgstr "" |
| 3903 |
|
| 3904 |
#: gettext/gettext-lib-config.php:161 lib/edit-schema.php:1697 |
| 3905 |
msgctxt "option label" |
| 3906 |
msgid "Job Title" |
| 3907 |
msgstr "" |
| 3908 |
|
| 3909 |
#: gettext/gettext-lib-config.php:162 |
| 3910 |
msgctxt "option label" |
| 3911 |
msgid "Honorific Prefix" |
| 3912 |
msgstr "" |
| 3913 |
|
| 3914 |
#: gettext/gettext-lib-config.php:163 |
| 3915 |
msgctxt "option label" |
| 3916 |
msgid "Honorific Suffix" |
| 3917 |
msgstr "" |
| 3918 |
|
| 3919 |
#: gettext/gettext-lib-config.php:164 |
| 3920 |
msgctxt "option label" |
| 3921 |
msgid "Middle or Additional Name" |
| 3922 |
msgstr "" |
| 3923 |
|
| 3924 |
#: gettext/gettext-lib-config.php:165 |
| 3925 |
msgctxt "option label" |
| 3926 |
msgid "Awards" |
| 3927 |
msgstr "" |
| 3928 |
|
| 3929 |
#: gettext/gettext-lib-config.php:166 |
| 3930 |
msgctxt "option value" |
| 3931 |
msgid "Behance Profile URL" |
| 3932 |
msgstr "" |
| 3933 |
|
| 3934 |
#: gettext/gettext-lib-config.php:167 |
| 3935 |
msgctxt "option value" |
| 3936 |
msgid "Facebook User URL" |
| 3937 |
msgstr "" |
| 3938 |
|
| 3939 |
#: gettext/gettext-lib-config.php:168 |
| 3940 |
msgctxt "option value" |
| 3941 |
msgid "Instagram URL" |
| 3942 |
msgstr "" |
| 3943 |
|
| 3944 |
#: gettext/gettext-lib-config.php:169 |
| 3945 |
msgctxt "option value" |
| 3946 |
msgid "LinkedIn URL" |
| 3947 |
msgstr "" |
| 3948 |
|
| 3949 |
#: gettext/gettext-lib-config.php:170 |
| 3950 |
msgctxt "option value" |
| 3951 |
msgid "Medium URL" |
| 3952 |
msgstr "" |
| 3953 |
|
| 3954 |
#: gettext/gettext-lib-config.php:171 |
| 3955 |
msgctxt "option value" |
| 3956 |
msgid "Myspace URL" |
| 3957 |
msgstr "" |
| 3958 |
|
| 3959 |
#: gettext/gettext-lib-config.php:172 |
| 3960 |
msgctxt "option value" |
| 3961 |
msgid "Pinterest URL" |
| 3962 |
msgstr "" |
| 3963 |
|
| 3964 |
#: gettext/gettext-lib-config.php:173 |
| 3965 |
msgctxt "option value" |
| 3966 |
msgid "Soundcloud URL" |
| 3967 |
msgstr "" |
| 3968 |
|
| 3969 |
#: gettext/gettext-lib-config.php:174 |
| 3970 |
msgctxt "option value" |
| 3971 |
msgid "Skype Username" |
| 3972 |
msgstr "" |
| 3973 |
|
| 3974 |
#: gettext/gettext-lib-config.php:175 |
| 3975 |
msgctxt "option value" |
| 3976 |
msgid "TikTok URL" |
| 3977 |
msgstr "" |
| 3978 |
|
| 3979 |
#: gettext/gettext-lib-config.php:176 |
| 3980 |
msgctxt "option value" |
| 3981 |
msgid "Tumblr URL" |
| 3982 |
msgstr "" |
| 3983 |
|
| 3984 |
#: gettext/gettext-lib-config.php:177 |
| 3985 |
msgctxt "option value" |
| 3986 |
msgid "Wikipedia Page URL" |
| 3987 |
msgstr "" |
| 3988 |
|
| 3989 |
#: gettext/gettext-lib-config.php:178 |
| 3990 |
msgctxt "option value" |
| 3991 |
msgid "X (Twitter) @username" |
| 3992 |
msgstr "" |
| 3993 |
|
| 3994 |
#: gettext/gettext-lib-config.php:179 gettext/gettext-lib-config.php:344 |
| 3995 |
msgctxt "option value" |
| 3996 |
msgid "X" |
| 3997 |
msgstr "" |
| 3998 |
|
| 3999 |
#: gettext/gettext-lib-config.php:180 |
| 4000 |
msgctxt "option value" |
| 4001 |
msgid "YouTube Channel URL" |
| 4002 |
msgstr "" |
| 4003 |
|
| 4004 |
#: gettext/gettext-lib-config.php:181 |
| 4005 |
msgctxt "column header" |
| 4006 |
msgid "SSO Schema" |
| 4007 |
msgstr "" |
| 4008 |
|
| 4009 |
#: gettext/gettext-lib-config.php:182 |
| 4010 |
msgctxt "column header" |
| 4011 |
msgid "SSO Lang" |
| 4012 |
msgstr "" |
| 4013 |
|
| 4014 |
#: gettext/gettext-lib-config.php:183 |
| 4015 |
msgctxt "column header" |
| 4016 |
msgid "SSO Image" |
| 4017 |
msgstr "" |
| 4018 |
|
| 4019 |
#: gettext/gettext-lib-config.php:184 |
| 4020 |
msgctxt "column header" |
| 4021 |
msgid "SSO Desc" |
| 4022 |
msgstr "" |
| 4023 |
|
| 4024 |
#: gettext/gettext-lib-config.php:185 |
| 4025 |
msgctxt "option label" |
| 4026 |
msgid "File Content" |
| 4027 |
msgstr "" |
| 4028 |
|
| 4029 |
#: gettext/gettext-lib-config.php:186 |
| 4030 |
msgctxt "option label" |
| 4031 |
msgid "YouTube Video Details" |
| 4032 |
msgstr "" |
| 4033 |
|
| 4034 |
#: gettext/gettext-lib-config.php:187 |
| 4035 |
msgctxt "option label" |
| 4036 |
msgid "All Files" |
| 4037 |
msgstr "" |
| 4038 |
|
| 4039 |
#: gettext/gettext-lib-config.php:188 |
| 4040 |
msgctxt "option label" |
| 4041 |
msgid "API Response Info" |
| 4042 |
msgstr "" |
| 4043 |
|
| 4044 |
#: gettext/gettext-lib-config.php:189 |
| 4045 |
msgctxt "option label" |
| 4046 |
msgid "Document Markup" |
| 4047 |
msgstr "" |
| 4048 |
|
| 4049 |
#: gettext/gettext-lib-config.php:190 |
| 4050 |
msgctxt "option label" |
| 4051 |
msgid "Image URL Info" |
| 4052 |
msgstr "" |
| 4053 |
|
| 4054 |
#: gettext/gettext-lib-config.php:191 |
| 4055 |
msgctxt "option label" |
| 4056 |
msgid "Plugin Readme Info" |
| 4057 |
msgstr "" |
| 4058 |
|
| 4059 |
#: gettext/gettext-lib-config.php:192 |
| 4060 |
msgctxt "option label" |
| 4061 |
msgid "Short URLs Info" |
| 4062 |
msgstr "" |
| 4063 |
|
| 4064 |
#: gettext/gettext-lib-config.php:193 |
| 4065 |
msgctxt "option label" |
| 4066 |
msgid "Schema Types Info" |
| 4067 |
msgstr "" |
| 4068 |
|
| 4069 |
#: gettext/gettext-lib-config.php:194 |
| 4070 |
msgctxt "option label" |
| 4071 |
msgid "All Transients" |
| 4072 |
msgstr "" |
| 4073 |
|
| 4074 |
#: gettext/gettext-lib-config.php:195 |
| 4075 |
msgctxt "option label" |
| 4076 |
msgid "Filtered Content" |
| 4077 |
msgstr "" |
| 4078 |
|
| 4079 |
#: gettext/gettext-lib-config.php:196 |
| 4080 |
msgctxt "option label" |
| 4081 |
msgid "All WP Objects" |
| 4082 |
msgstr "" |
| 4083 |
|
| 4084 |
#: gettext/gettext-lib-config.php:197 |
| 4085 |
msgctxt "option value" |
| 4086 |
msgid "Yes" |
| 4087 |
msgstr "" |
| 4088 |
|
| 4089 |
#: gettext/gettext-lib-config.php:198 |
| 4090 |
msgctxt "option value" |
| 4091 |
msgid "No" |
| 4092 |
msgstr "" |
| 4093 |
|
| 4094 |
#: gettext/gettext-lib-config.php:199 |
| 4095 |
msgctxt "option value" |
| 4096 |
msgid "True" |
| 4097 |
msgstr "" |
| 4098 |
|
| 4099 |
#: gettext/gettext-lib-config.php:200 |
| 4100 |
msgctxt "option value" |
| 4101 |
msgid "False" |
| 4102 |
msgstr "" |
| 4103 |
|
| 4104 |
#: gettext/gettext-lib-config.php:201 |
| 4105 |
msgctxt "option value" |
| 4106 |
msgid "On" |
| 4107 |
msgstr "" |
| 4108 |
|
| 4109 |
#: gettext/gettext-lib-config.php:202 |
| 4110 |
msgctxt "option value" |
| 4111 |
msgid "Off" |
| 4112 |
msgstr "" |
| 4113 |
|
| 4114 |
#: gettext/gettext-lib-config.php:203 |
| 4115 |
msgctxt "option value" |
| 4116 |
msgid "Sunday" |
| 4117 |
msgstr "" |
| 4118 |
|
| 4119 |
#: gettext/gettext-lib-config.php:204 |
| 4120 |
msgctxt "option value" |
| 4121 |
msgid "Monday" |
| 4122 |
msgstr "" |
| 4123 |
|
| 4124 |
#: gettext/gettext-lib-config.php:205 |
| 4125 |
msgctxt "option value" |
| 4126 |
msgid "Tuesday" |
| 4127 |
msgstr "" |
| 4128 |
|
| 4129 |
#: gettext/gettext-lib-config.php:206 |
| 4130 |
msgctxt "option value" |
| 4131 |
msgid "Wednesday" |
| 4132 |
msgstr "" |
| 4133 |
|
| 4134 |
#: gettext/gettext-lib-config.php:207 |
| 4135 |
msgctxt "option value" |
| 4136 |
msgid "Thursday" |
| 4137 |
msgstr "" |
| 4138 |
|
| 4139 |
#: gettext/gettext-lib-config.php:208 |
| 4140 |
msgctxt "option value" |
| 4141 |
msgid "Friday" |
| 4142 |
msgstr "" |
| 4143 |
|
| 4144 |
#: gettext/gettext-lib-config.php:209 |
| 4145 |
msgctxt "option value" |
| 4146 |
msgid "Saturday" |
| 4147 |
msgstr "" |
| 4148 |
|
| 4149 |
#: gettext/gettext-lib-config.php:210 |
| 4150 |
msgctxt "option value" |
| 4151 |
msgid "Public Holidays" |
| 4152 |
msgstr "" |
| 4153 |
|
| 4154 |
#: gettext/gettext-lib-config.php:211 |
| 4155 |
msgctxt "option value" |
| 4156 |
msgid "Hour" |
| 4157 |
msgstr "" |
| 4158 |
|
| 4159 |
#: gettext/gettext-lib-config.php:212 |
| 4160 |
msgctxt "option value" |
| 4161 |
msgid "Day" |
| 4162 |
msgstr "" |
| 4163 |
|
| 4164 |
#: gettext/gettext-lib-config.php:213 |
| 4165 |
msgctxt "option value" |
| 4166 |
msgid "Week" |
| 4167 |
msgstr "" |
| 4168 |
|
| 4169 |
#: gettext/gettext-lib-config.php:214 |
| 4170 |
msgctxt "option value" |
| 4171 |
msgid "Month" |
| 4172 |
msgstr "" |
| 4173 |
|
| 4174 |
#: gettext/gettext-lib-config.php:215 |
| 4175 |
msgctxt "option value" |
| 4176 |
msgid "Year" |
| 4177 |
msgstr "" |
| 4178 |
|
| 4179 |
#: gettext/gettext-lib-config.php:216 |
| 4180 |
msgctxt "option value" |
| 4181 |
msgid "Do Not Auto Show" |
| 4182 |
msgstr "" |
| 4183 |
|
| 4184 |
#: gettext/gettext-lib-config.php:217 |
| 4185 |
msgctxt "option value" |
| 4186 |
msgid "Auto Show (No Timeout)" |
| 4187 |
msgstr "" |
| 4188 |
|
| 4189 |
#: gettext/gettext-lib-config.php:218 |
| 4190 |
msgctxt "option value" |
| 4191 |
msgid "Auto Show" |
| 4192 |
msgstr "" |
| 4193 |
|
| 4194 |
#: gettext/gettext-lib-config.php:219 |
| 4195 |
msgctxt "option value" |
| 4196 |
msgid "Auto Show for 1s" |
| 4197 |
msgstr "" |
| 4198 |
|
| 4199 |
#: gettext/gettext-lib-config.php:220 |
| 4200 |
msgctxt "option value" |
| 4201 |
msgid "Auto Show for 2s" |
| 4202 |
msgstr "" |
| 4203 |
|
| 4204 |
#: gettext/gettext-lib-config.php:221 |
| 4205 |
msgctxt "option value" |
| 4206 |
msgid "Auto Show for 3s" |
| 4207 |
msgstr "" |
| 4208 |
|
| 4209 |
#: gettext/gettext-lib-config.php:222 |
| 4210 |
msgctxt "option value" |
| 4211 |
msgid "Auto Show for 4s" |
| 4212 |
msgstr "" |
| 4213 |
|
| 4214 |
#: gettext/gettext-lib-config.php:223 |
| 4215 |
msgctxt "option value" |
| 4216 |
msgid "Auto Show for 9s" |
| 4217 |
msgstr "" |
| 4218 |
|
| 4219 |
#: gettext/gettext-lib-config.php:224 |
| 4220 |
msgctxt "option value" |
| 4221 |
msgid "Auto Show for 6s" |
| 4222 |
msgstr "" |
| 4223 |
|
| 4224 |
#: gettext/gettext-lib-config.php:225 |
| 4225 |
msgctxt "option value" |
| 4226 |
msgid "Auto Show for 7s" |
| 4227 |
msgstr "" |
| 4228 |
|
| 4229 |
#: gettext/gettext-lib-config.php:226 |
| 4230 |
msgctxt "option value" |
| 4231 |
msgid "Auto Show for 8s" |
| 4232 |
msgstr "" |
| 4233 |
|
| 4234 |
#: gettext/gettext-lib-config.php:227 |
| 4235 |
msgctxt "option value" |
| 4236 |
msgid "(default)" |
| 4237 |
msgstr "" |
| 4238 |
|
| 4239 |
#: gettext/gettext-lib-config.php:229 |
| 4240 |
msgctxt "option value" |
| 4241 |
msgid "(no images)" |
| 4242 |
msgstr "" |
| 4243 |
|
| 4244 |
#: gettext/gettext-lib-config.php:231 |
| 4245 |
msgctxt "option value" |
| 4246 |
msgid "(no videos)" |
| 4247 |
msgstr "" |
| 4248 |
|
| 4249 |
#: gettext/gettext-lib-config.php:233 |
| 4250 |
msgctxt "option value" |
| 4251 |
msgid "(settings value)" |
| 4252 |
msgstr "" |
| 4253 |
|
| 4254 |
#: gettext/gettext-lib-config.php:235 |
| 4255 |
msgctxt "option value" |
| 4256 |
msgid "(option disabled)" |
| 4257 |
msgstr "" |
| 4258 |
|
| 4259 |
#: gettext/gettext-lib-config.php:237 |
| 4260 |
msgctxt "option value" |
| 4261 |
msgid "%1$s (default is %2$s)" |
| 4262 |
msgstr "" |
| 4263 |
|
| 4264 |
#: gettext/gettext-lib-config.php:238 |
| 4265 |
msgctxt "option value" |
| 4266 |
msgid "%1$s" |
| 4267 |
msgstr "" |
| 4268 |
|
| 4269 |
#: gettext/gettext-lib-config.php:239 |
| 4270 |
msgctxt "option value" |
| 4271 |
msgid "default is %s" |
| 4272 |
msgstr "" |
| 4273 |
|
| 4274 |
#: gettext/gettext-lib-config.php:240 |
| 4275 |
msgctxt "option value" |
| 4276 |
msgid "checked" |
| 4277 |
msgstr "" |
| 4278 |
|
| 4279 |
#: gettext/gettext-lib-config.php:241 |
| 4280 |
msgctxt "option value" |
| 4281 |
msgid "unchecked" |
| 4282 |
msgstr "" |
| 4283 |
|
| 4284 |
#: gettext/gettext-lib-config.php:242 |
| 4285 |
msgctxt "option value" |
| 4286 |
msgid "Enabled" |
| 4287 |
msgstr "" |
| 4288 |
|
| 4289 |
#: gettext/gettext-lib-config.php:243 |
| 4290 |
msgctxt "option value" |
| 4291 |
msgid "Disabled" |
| 4292 |
msgstr "" |
| 4293 |
|
| 4294 |
#: gettext/gettext-lib-config.php:244 lib/messages.php:1097 |
| 4295 |
msgctxt "option value" |
| 4296 |
msgid "enabled" |
| 4297 |
msgstr "" |
| 4298 |
|
| 4299 |
#: gettext/gettext-lib-config.php:245 lib/messages.php:1098 |
| 4300 |
msgctxt "option value" |
| 4301 |
msgid "disabled" |
| 4302 |
msgstr "" |
| 4303 |
|
| 4304 |
#: gettext/gettext-lib-config.php:246 |
| 4305 |
msgctxt "option value" |
| 4306 |
msgid "at" |
| 4307 |
msgstr "" |
| 4308 |
|
| 4309 |
#: gettext/gettext-lib-config.php:247 |
| 4310 |
msgctxt "option value" |
| 4311 |
msgid "tz" |
| 4312 |
msgstr "" |
| 4313 |
|
| 4314 |
#: gettext/gettext-lib-config.php:248 |
| 4315 |
msgctxt "option value" |
| 4316 |
msgid "Post Type" |
| 4317 |
msgstr "" |
| 4318 |
|
| 4319 |
#: gettext/gettext-lib-config.php:249 |
| 4320 |
msgctxt "option value" |
| 4321 |
msgid "Taxonomy" |
| 4322 |
msgstr "" |
| 4323 |
|
| 4324 |
#: gettext/gettext-lib-config.php:250 |
| 4325 |
msgctxt "option value" |
| 4326 |
msgid "User Profiles" |
| 4327 |
msgstr "" |
| 4328 |
|
| 4329 |
#: gettext/gettext-lib-config.php:251 lib/messages-tooltip-plugin.php:434 |
| 4330 |
msgctxt "option value" |
| 4331 |
msgid "[WordPress Title]" |
| 4332 |
msgstr "" |
| 4333 |
|
| 4334 |
#: gettext/gettext-lib-config.php:252 |
| 4335 |
msgctxt "option value" |
| 4336 |
msgid "WordPress Title" |
| 4337 |
msgstr "" |
| 4338 |
|
| 4339 |
#: gettext/gettext-lib-config.php:253 |
| 4340 |
msgctxt "option value" |
| 4341 |
msgid "SEO Title Tag" |
| 4342 |
msgstr "" |
| 4343 |
|
| 4344 |
#: gettext/gettext-lib-config.php:254 |
| 4345 |
msgctxt "option value" |
| 4346 |
msgid "Schema Name" |
| 4347 |
msgstr "" |
| 4348 |
|
| 4349 |
#: gettext/gettext-lib-config.php:255 |
| 4350 |
msgctxt "option value" |
| 4351 |
msgid "Schema Alternate Name" |
| 4352 |
msgstr "" |
| 4353 |
|
| 4354 |
#: gettext/gettext-lib-config.php:256 |
| 4355 |
msgctxt "option value" |
| 4356 |
msgid "Basic Options" |
| 4357 |
msgstr "" |
| 4358 |
|
| 4359 |
#: gettext/gettext-lib-config.php:257 |
| 4360 |
msgctxt "option value" |
| 4361 |
msgid "All Options" |
| 4362 |
msgstr "" |
| 4363 |
|
| 4364 |
#: gettext/gettext-lib-config.php:258 |
| 4365 |
msgctxt "option value" |
| 4366 |
msgid "First Activation" |
| 4367 |
msgstr "" |
| 4368 |
|
| 4369 |
#: gettext/gettext-lib-config.php:259 |
| 4370 |
msgctxt "option value" |
| 4371 |
msgid "If Option Is Empty" |
| 4372 |
msgstr "" |
| 4373 |
|
| 4374 |
#: gettext/gettext-lib-config.php:260 |
| 4375 |
msgctxt "option value" |
| 4376 |
msgid "Always Force Value" |
| 4377 |
msgstr "" |
| 4378 |
|
| 4379 |
#: gettext/gettext-lib-config.php:261 gettext/gettext-lib-config.php:265 |
| 4380 |
#: gettext/gettext-lib-config.php:270 gettext/gettext-lib-config.php:276 |
| 4381 |
#: gettext/gettext-lib-config.php:281 gettext/gettext-lib-config.php:287 |
| 4382 |
#: gettext/gettext-lib-config.php:304 gettext/gettext-lib-config.php:320 |
| 4383 |
#: gettext/gettext-lib-config.php:327 gettext/gettext-lib-config.php:436 |
| 4384 |
#: gettext/gettext-lib-config.php:448 gettext/gettext-lib-config.php:464 |
| 4385 |
#: gettext/gettext-lib-config.php:471 gettext/gettext-lib-config.php:475 |
| 4386 |
#: gettext/gettext-lib-config.php:485 gettext/gettext-lib-config.php:497 |
| 4387 |
#: gettext/gettext-lib-config.php:502 gettext/gettext-lib-config.php:509 |
| 4388 |
#: gettext/gettext-lib-config.php:521 gettext/gettext-lib-config.php:527 |
| 4389 |
#: gettext/gettext-lib-config.php:538 gettext/gettext-lib-config.php:557 |
| 4390 |
#: gettext/gettext-lib-config.php:565 gettext/gettext-lib-config.php:578 |
| 4391 |
#: lib/messages-tooltip-plugin.php:705 lib/users/add-person.php:101 |
| 4392 |
msgctxt "option value" |
| 4393 |
msgid "[None]" |
| 4394 |
msgstr "" |
| 4395 |
|
| 4396 |
#: gettext/gettext-lib-config.php:262 gettext/gettext-lib-config.php:266 |
| 4397 |
#: gettext/gettext-lib-config.php:271 gettext/gettext-lib-config.php:277 |
| 4398 |
#: gettext/gettext-lib-config.php:282 gettext/gettext-lib-config.php:288 |
| 4399 |
#: gettext/gettext-lib-config.php:305 gettext/gettext-lib-config.php:321 |
| 4400 |
#: gettext/gettext-lib-config.php:328 gettext/gettext-lib-config.php:437 |
| 4401 |
#: gettext/gettext-lib-config.php:449 gettext/gettext-lib-config.php:465 |
| 4402 |
#: gettext/gettext-lib-config.php:472 gettext/gettext-lib-config.php:476 |
| 4403 |
#: gettext/gettext-lib-config.php:486 gettext/gettext-lib-config.php:498 |
| 4404 |
#: gettext/gettext-lib-config.php:503 gettext/gettext-lib-config.php:510 |
| 4405 |
#: gettext/gettext-lib-config.php:522 gettext/gettext-lib-config.php:528 |
| 4406 |
#: gettext/gettext-lib-config.php:539 gettext/gettext-lib-config.php:558 |
| 4407 |
#: gettext/gettext-lib-config.php:566 gettext/gettext-lib-config.php:579 |
| 4408 |
msgctxt "option value" |
| 4409 |
msgid "None" |
| 4410 |
msgstr "" |
| 4411 |
|
| 4412 |
#: gettext/gettext-lib-config.php:263 |
| 4413 |
msgctxt "option value" |
| 4414 |
msgid "Header" |
| 4415 |
msgstr "" |
| 4416 |
|
| 4417 |
#: gettext/gettext-lib-config.php:264 |
| 4418 |
msgctxt "option value" |
| 4419 |
msgid "Footer" |
| 4420 |
msgstr "" |
| 4421 |
|
| 4422 |
#: gettext/gettext-lib-config.php:267 |
| 4423 |
msgctxt "option value" |
| 4424 |
msgid "Title Only" |
| 4425 |
msgstr "" |
| 4426 |
|
| 4427 |
#: gettext/gettext-lib-config.php:268 |
| 4428 |
msgctxt "option value" |
| 4429 |
msgid "Excerpt Only" |
| 4430 |
msgstr "" |
| 4431 |
|
| 4432 |
#: gettext/gettext-lib-config.php:269 |
| 4433 |
msgctxt "option value" |
| 4434 |
msgid "Title and Excerpt" |
| 4435 |
msgstr "" |
| 4436 |
|
| 4437 |
#: gettext/gettext-lib-config.php:272 gettext/gettext-lib-config.php:274 |
| 4438 |
msgctxt "option value" |
| 4439 |
msgid "Organization" |
| 4440 |
msgstr "" |
| 4441 |
|
| 4442 |
#: gettext/gettext-lib-config.php:273 gettext/gettext-lib-config.php:275 |
| 4443 |
msgctxt "option value" |
| 4444 |
msgid "Person" |
| 4445 |
msgstr "" |
| 4446 |
|
| 4447 |
#: gettext/gettext-lib-config.php:278 |
| 4448 |
msgctxt "option value" |
| 4449 |
msgid "First and Last Names" |
| 4450 |
msgstr "" |
| 4451 |
|
| 4452 |
#: gettext/gettext-lib-config.php:279 |
| 4453 |
msgctxt "option value" |
| 4454 |
msgid "Display Name" |
| 4455 |
msgstr "" |
| 4456 |
|
| 4457 |
#: gettext/gettext-lib-config.php:280 |
| 4458 |
msgctxt "option value" |
| 4459 |
msgid "Nickname" |
| 4460 |
msgstr "" |
| 4461 |
|
| 4462 |
#: gettext/gettext-lib-config.php:283 |
| 4463 |
msgctxt "option value" |
| 4464 |
msgid "[Custom Address]" |
| 4465 |
msgstr "" |
| 4466 |
|
| 4467 |
#: gettext/gettext-lib-config.php:284 |
| 4468 |
msgctxt "option value" |
| 4469 |
msgid "Custom Address" |
| 4470 |
msgstr "" |
| 4471 |
|
| 4472 |
#: gettext/gettext-lib-config.php:285 |
| 4473 |
msgctxt "option value" |
| 4474 |
msgid "[New Address]" |
| 4475 |
msgstr "" |
| 4476 |
|
| 4477 |
#: gettext/gettext-lib-config.php:286 |
| 4478 |
msgctxt "option value" |
| 4479 |
msgid "New Address" |
| 4480 |
msgstr "" |
| 4481 |
|
| 4482 |
#: gettext/gettext-lib-config.php:289 |
| 4483 |
msgctxt "option value" |
| 4484 |
msgid "[New Organization]" |
| 4485 |
msgstr "" |
| 4486 |
|
| 4487 |
#: gettext/gettext-lib-config.php:290 |
| 4488 |
msgctxt "option value" |
| 4489 |
msgid "New Organization" |
| 4490 |
msgstr "" |
| 4491 |
|
| 4492 |
#: gettext/gettext-lib-config.php:291 |
| 4493 |
msgctxt "option value" |
| 4494 |
msgid "[Site Organization]" |
| 4495 |
msgstr "" |
| 4496 |
|
| 4497 |
#: gettext/gettext-lib-config.php:292 |
| 4498 |
msgctxt "option value" |
| 4499 |
msgid "Site Organization" |
| 4500 |
msgstr "" |
| 4501 |
|
| 4502 |
#: gettext/gettext-lib-config.php:293 |
| 4503 |
msgctxt "option value" |
| 4504 |
msgid "ID" |
| 4505 |
msgstr "" |
| 4506 |
|
| 4507 |
#: gettext/gettext-lib-config.php:294 |
| 4508 |
msgctxt "option value" |
| 4509 |
msgid "ID | Host/Name" |
| 4510 |
msgstr "" |
| 4511 |
|
| 4512 |
#: gettext/gettext-lib-config.php:295 |
| 4513 |
msgctxt "option value" |
| 4514 |
msgid "ID | Name" |
| 4515 |
msgstr "" |
| 4516 |
|
| 4517 |
#: gettext/gettext-lib-config.php:296 |
| 4518 |
msgctxt "option value" |
| 4519 |
msgid "Name [ID]" |
| 4520 |
msgstr "" |
| 4521 |
|
| 4522 |
#: gettext/gettext-lib-config.php:297 |
| 4523 |
msgctxt "option value" |
| 4524 |
msgid "Name" |
| 4525 |
msgstr "" |
| 4526 |
|
| 4527 |
#: gettext/gettext-lib-config.php:298 |
| 4528 |
msgctxt "option value" |
| 4529 |
msgid "Left" |
| 4530 |
msgstr "" |
| 4531 |
|
| 4532 |
#: gettext/gettext-lib-config.php:299 gettext/gettext-lib-config.php:302 |
| 4533 |
msgctxt "option value" |
| 4534 |
msgid "Center" |
| 4535 |
msgstr "" |
| 4536 |
|
| 4537 |
#: gettext/gettext-lib-config.php:300 |
| 4538 |
msgctxt "option value" |
| 4539 |
msgid "Right" |
| 4540 |
msgstr "" |
| 4541 |
|
| 4542 |
#: gettext/gettext-lib-config.php:301 |
| 4543 |
msgctxt "option value" |
| 4544 |
msgid "Top" |
| 4545 |
msgstr "" |
| 4546 |
|
| 4547 |
#: gettext/gettext-lib-config.php:303 |
| 4548 |
msgctxt "option value" |
| 4549 |
msgid "Bottom" |
| 4550 |
msgstr "" |
| 4551 |
|
| 4552 |
#: gettext/gettext-lib-config.php:306 |
| 4553 |
msgctxt "option value" |
| 4554 |
msgid "Standard" |
| 4555 |
msgstr "" |
| 4556 |
|
| 4557 |
#: gettext/gettext-lib-config.php:307 |
| 4558 |
msgctxt "option value" |
| 4559 |
msgid "Large" |
| 4560 |
msgstr "" |
| 4561 |
|
| 4562 |
#: gettext/gettext-lib-config.php:308 gettext/gettext-lib-config.php:316 |
| 4563 |
msgctxt "option value" |
| 4564 |
msgid "[No Breadcrumbs]" |
| 4565 |
msgstr "" |
| 4566 |
|
| 4567 |
#: gettext/gettext-lib-config.php:309 gettext/gettext-lib-config.php:317 |
| 4568 |
msgctxt "option value" |
| 4569 |
msgid "No Breadcrumbs" |
| 4570 |
msgstr "" |
| 4571 |
|
| 4572 |
#: gettext/gettext-lib-config.php:310 |
| 4573 |
msgctxt "option value" |
| 4574 |
msgid "Home Page(s) and Categories" |
| 4575 |
msgstr "" |
| 4576 |
|
| 4577 |
#: gettext/gettext-lib-config.php:311 gettext/gettext-lib-config.php:313 |
| 4578 |
#: gettext/gettext-lib-config.php:315 gettext/gettext-lib-config.php:319 |
| 4579 |
msgctxt "option value" |
| 4580 |
msgid "Home Page" |
| 4581 |
msgstr "" |
| 4582 |
|
| 4583 |
#: gettext/gettext-lib-config.php:312 gettext/gettext-lib-config.php:318 |
| 4584 |
msgctxt "option value" |
| 4585 |
msgid "Home Page(s) and Parents" |
| 4586 |
msgstr "" |
| 4587 |
|
| 4588 |
#: gettext/gettext-lib-config.php:314 |
| 4589 |
msgctxt "option value" |
| 4590 |
msgid "Home Page(s) and Primary Category" |
| 4591 |
msgstr "" |
| 4592 |
|
| 4593 |
#: gettext/gettext-lib-config.php:322 |
| 4594 |
msgctxt "option value" |
| 4595 |
msgid "Bitly" |
| 4596 |
msgstr "" |
| 4597 |
|
| 4598 |
#: gettext/gettext-lib-config.php:323 |
| 4599 |
msgctxt "option value" |
| 4600 |
msgid "DLMY.App" |
| 4601 |
msgstr "" |
| 4602 |
|
| 4603 |
#: gettext/gettext-lib-config.php:324 |
| 4604 |
msgctxt "option value" |
| 4605 |
msgid "Ow.ly" |
| 4606 |
msgstr "" |
| 4607 |
|
| 4608 |
#: gettext/gettext-lib-config.php:325 |
| 4609 |
msgctxt "option value" |
| 4610 |
msgid "TinyURL" |
| 4611 |
msgstr "" |
| 4612 |
|
| 4613 |
#: gettext/gettext-lib-config.php:326 |
| 4614 |
msgctxt "option value" |
| 4615 |
msgid "YOURLS" |
| 4616 |
msgstr "" |
| 4617 |
|
| 4618 |
#: gettext/gettext-lib-config.php:329 |
| 4619 |
msgctxt "option value" |
| 4620 |
msgid "Judge.me" |
| 4621 |
msgstr "" |
| 4622 |
|
| 4623 |
#: gettext/gettext-lib-config.php:330 |
| 4624 |
msgctxt "option value" |
| 4625 |
msgid "Shopper Approved" |
| 4626 |
msgstr "" |
| 4627 |
|
| 4628 |
#: gettext/gettext-lib-config.php:331 |
| 4629 |
msgctxt "option value" |
| 4630 |
msgid "Stamped.io" |
| 4631 |
msgstr "" |
| 4632 |
|
| 4633 |
#: gettext/gettext-lib-config.php:332 |
| 4634 |
msgctxt "option value" |
| 4635 |
msgid "Behance Business Profile URL" |
| 4636 |
msgstr "" |
| 4637 |
|
| 4638 |
#: gettext/gettext-lib-config.php:333 |
| 4639 |
msgctxt "option value" |
| 4640 |
msgid "Facebook Business Page URL" |
| 4641 |
msgstr "" |
| 4642 |
|
| 4643 |
#: gettext/gettext-lib-config.php:334 |
| 4644 |
msgctxt "option value" |
| 4645 |
msgid "Instagram Business Profile URL" |
| 4646 |
msgstr "" |
| 4647 |
|
| 4648 |
#: gettext/gettext-lib-config.php:335 |
| 4649 |
msgctxt "option value" |
| 4650 |
msgid "LinkedIn Business Page URL" |
| 4651 |
msgstr "" |
| 4652 |
|
| 4653 |
#: gettext/gettext-lib-config.php:336 |
| 4654 |
msgctxt "option value" |
| 4655 |
msgid "Medium Business Page URL" |
| 4656 |
msgstr "" |
| 4657 |
|
| 4658 |
#: gettext/gettext-lib-config.php:337 |
| 4659 |
msgctxt "option value" |
| 4660 |
msgid "Myspace Business Page URL" |
| 4661 |
msgstr "" |
| 4662 |
|
| 4663 |
#: gettext/gettext-lib-config.php:338 |
| 4664 |
msgctxt "option value" |
| 4665 |
msgid "Pinterest Business Page URL" |
| 4666 |
msgstr "" |
| 4667 |
|
| 4668 |
#: gettext/gettext-lib-config.php:339 |
| 4669 |
msgctxt "option value" |
| 4670 |
msgid "Soundcloud Business Page URL" |
| 4671 |
msgstr "" |
| 4672 |
|
| 4673 |
#: gettext/gettext-lib-config.php:340 |
| 4674 |
msgctxt "option value" |
| 4675 |
msgid "TikTok Business Page URL" |
| 4676 |
msgstr "" |
| 4677 |
|
| 4678 |
#: gettext/gettext-lib-config.php:341 |
| 4679 |
msgctxt "option value" |
| 4680 |
msgid "Tumblr Business Page URL" |
| 4681 |
msgstr "" |
| 4682 |
|
| 4683 |
#: gettext/gettext-lib-config.php:342 |
| 4684 |
msgctxt "option value" |
| 4685 |
msgid "Wikipedia Organization Page URL" |
| 4686 |
msgstr "" |
| 4687 |
|
| 4688 |
#: gettext/gettext-lib-config.php:343 |
| 4689 |
msgctxt "option value" |
| 4690 |
msgid "X (Twitter) Business @username" |
| 4691 |
msgstr "" |
| 4692 |
|
| 4693 |
#: gettext/gettext-lib-config.php:345 |
| 4694 |
msgctxt "option value" |
| 4695 |
msgid "YouTube Business Channel URL" |
| 4696 |
msgstr "" |
| 4697 |
|
| 4698 |
#: gettext/gettext-lib-config.php:346 |
| 4699 |
msgctxt "option value" |
| 4700 |
msgid "Facebook Videos" |
| 4701 |
msgstr "" |
| 4702 |
|
| 4703 |
#: gettext/gettext-lib-config.php:347 |
| 4704 |
msgctxt "option value" |
| 4705 |
msgid "Slideshare Presentations" |
| 4706 |
msgstr "" |
| 4707 |
|
| 4708 |
#: gettext/gettext-lib-config.php:348 |
| 4709 |
msgctxt "option value" |
| 4710 |
msgid "Soundcloud Tracks" |
| 4711 |
msgstr "" |
| 4712 |
|
| 4713 |
#: gettext/gettext-lib-config.php:349 |
| 4714 |
msgctxt "option value" |
| 4715 |
msgid "Vimeo Videos" |
| 4716 |
msgstr "" |
| 4717 |
|
| 4718 |
#: gettext/gettext-lib-config.php:350 |
| 4719 |
msgctxt "option value" |
| 4720 |
msgid "Wistia Videos" |
| 4721 |
msgstr "" |
| 4722 |
|
| 4723 |
#: gettext/gettext-lib-config.php:351 |
| 4724 |
msgctxt "option value" |
| 4725 |
msgid "WP Media Library Video Blocks" |
| 4726 |
msgstr "" |
| 4727 |
|
| 4728 |
#: gettext/gettext-lib-config.php:352 |
| 4729 |
msgctxt "option value" |
| 4730 |
msgid "WP Media Library Video Shortcodes" |
| 4731 |
msgstr "" |
| 4732 |
|
| 4733 |
#: gettext/gettext-lib-config.php:353 |
| 4734 |
msgctxt "option value" |
| 4735 |
msgid "YouTube Videos and Playlists" |
| 4736 |
msgstr "" |
| 4737 |
|
| 4738 |
#: gettext/gettext-lib-config.php:354 |
| 4739 |
msgctxt "option label" |
| 4740 |
msgid "Book Author Name Attribute" |
| 4741 |
msgstr "" |
| 4742 |
|
| 4743 |
#: gettext/gettext-lib-config.php:355 |
| 4744 |
msgctxt "option label" |
| 4745 |
msgid "Book ISBN Attribute" |
| 4746 |
msgstr "" |
| 4747 |
|
| 4748 |
#: gettext/gettext-lib-config.php:356 |
| 4749 |
msgctxt "option label" |
| 4750 |
msgid "Adult Type Attribute" |
| 4751 |
msgstr "" |
| 4752 |
|
| 4753 |
#: gettext/gettext-lib-config.php:357 |
| 4754 |
msgctxt "option label" |
| 4755 |
msgid "Age Group Attribute" |
| 4756 |
msgstr "" |
| 4757 |
|
| 4758 |
#: gettext/gettext-lib-config.php:358 |
| 4759 |
msgctxt "option label" |
| 4760 |
msgid "Brand Attribute" |
| 4761 |
msgstr "" |
| 4762 |
|
| 4763 |
#: gettext/gettext-lib-config.php:359 |
| 4764 |
msgctxt "option label" |
| 4765 |
msgid "Color Attribute" |
| 4766 |
msgstr "" |
| 4767 |
|
| 4768 |
#: gettext/gettext-lib-config.php:360 |
| 4769 |
msgctxt "option label" |
| 4770 |
msgid "Condition Attribute" |
| 4771 |
msgstr "" |
| 4772 |
|
| 4773 |
#: gettext/gettext-lib-config.php:361 |
| 4774 |
msgctxt "option label" |
| 4775 |
msgid "Energy Rating Attribute" |
| 4776 |
msgstr "" |
| 4777 |
|
| 4778 |
#: gettext/gettext-lib-config.php:362 |
| 4779 |
msgctxt "option label" |
| 4780 |
msgid "Fluid Volume Attribute" |
| 4781 |
msgstr "" |
| 4782 |
|
| 4783 |
#: gettext/gettext-lib-config.php:363 |
| 4784 |
msgctxt "option label" |
| 4785 |
msgid "GTIN-14 Attribute" |
| 4786 |
msgstr "" |
| 4787 |
|
| 4788 |
#: gettext/gettext-lib-config.php:364 |
| 4789 |
msgctxt "option label" |
| 4790 |
msgid "GTIN-13 (EAN) Attribute" |
| 4791 |
msgstr "" |
| 4792 |
|
| 4793 |
#: gettext/gettext-lib-config.php:365 |
| 4794 |
msgctxt "option label" |
| 4795 |
msgid "GTIN-12 (UPC) Attribute" |
| 4796 |
msgstr "" |
| 4797 |
|
| 4798 |
#: gettext/gettext-lib-config.php:366 |
| 4799 |
msgctxt "option label" |
| 4800 |
msgid "GTIN-8 Attribute" |
| 4801 |
msgstr "" |
| 4802 |
|
| 4803 |
#: gettext/gettext-lib-config.php:367 |
| 4804 |
msgctxt "option label" |
| 4805 |
msgid "GTIN Attribute" |
| 4806 |
msgstr "" |
| 4807 |
|
| 4808 |
#: gettext/gettext-lib-config.php:368 |
| 4809 |
msgctxt "option label" |
| 4810 |
msgid "Net Height Attribute" |
| 4811 |
msgstr "" |
| 4812 |
|
| 4813 |
#: gettext/gettext-lib-config.php:369 |
| 4814 |
msgctxt "option label" |
| 4815 |
msgid "ISBN Attribute" |
| 4816 |
msgstr "" |
| 4817 |
|
| 4818 |
#: gettext/gettext-lib-config.php:370 |
| 4819 |
msgctxt "option label" |
| 4820 |
msgid "Net Len. / Depth Attribute" |
| 4821 |
msgstr "" |
| 4822 |
|
| 4823 |
#: gettext/gettext-lib-config.php:371 |
| 4824 |
msgctxt "option label" |
| 4825 |
msgid "Material Attribute" |
| 4826 |
msgstr "" |
| 4827 |
|
| 4828 |
#: gettext/gettext-lib-config.php:372 |
| 4829 |
msgctxt "option label" |
| 4830 |
msgid "MPN Attribute" |
| 4831 |
msgstr "" |
| 4832 |
|
| 4833 |
#: gettext/gettext-lib-config.php:373 |
| 4834 |
msgctxt "option label" |
| 4835 |
msgid "Pattern Attribute" |
| 4836 |
msgstr "" |
| 4837 |
|
| 4838 |
#: gettext/gettext-lib-config.php:374 |
| 4839 |
msgctxt "option label" |
| 4840 |
msgid "Size Attribute" |
| 4841 |
msgstr "" |
| 4842 |
|
| 4843 |
#: gettext/gettext-lib-config.php:375 |
| 4844 |
msgctxt "option label" |
| 4845 |
msgid "Size Group Attribute" |
| 4846 |
msgstr "" |
| 4847 |
|
| 4848 |
#: gettext/gettext-lib-config.php:376 |
| 4849 |
msgctxt "option label" |
| 4850 |
msgid "Size System Attribute" |
| 4851 |
msgstr "" |
| 4852 |
|
| 4853 |
#: gettext/gettext-lib-config.php:377 |
| 4854 |
msgctxt "option label" |
| 4855 |
msgid "Target Gender Attribute" |
| 4856 |
msgstr "" |
| 4857 |
|
| 4858 |
#: gettext/gettext-lib-config.php:378 |
| 4859 |
msgctxt "option label" |
| 4860 |
msgid "Net Weight Attribute" |
| 4861 |
msgstr "" |
| 4862 |
|
| 4863 |
#: gettext/gettext-lib-config.php:379 |
| 4864 |
msgctxt "option label" |
| 4865 |
msgid "Net Width Attribute" |
| 4866 |
msgstr "" |
| 4867 |
|
| 4868 |
#: gettext/gettext-lib-config.php:380 |
| 4869 |
msgctxt "option label" |
| 4870 |
msgid "Microdata Type URLs Custom Field" |
| 4871 |
msgstr "" |
| 4872 |
|
| 4873 |
#: gettext/gettext-lib-config.php:381 |
| 4874 |
msgctxt "option label" |
| 4875 |
msgid "Book Author Name Custom Field" |
| 4876 |
msgstr "" |
| 4877 |
|
| 4878 |
#: gettext/gettext-lib-config.php:382 |
| 4879 |
msgctxt "option label" |
| 4880 |
msgid "Book ISBN Custom Field" |
| 4881 |
msgstr "" |
| 4882 |
|
| 4883 |
#: gettext/gettext-lib-config.php:383 |
| 4884 |
msgctxt "option label" |
| 4885 |
msgid "Image URL Custom Field" |
| 4886 |
msgstr "" |
| 4887 |
|
| 4888 |
#: gettext/gettext-lib-config.php:384 |
| 4889 |
msgctxt "option label" |
| 4890 |
msgid "Product Adult Type Custom Field" |
| 4891 |
msgstr "" |
| 4892 |
|
| 4893 |
#: gettext/gettext-lib-config.php:385 |
| 4894 |
msgctxt "option label" |
| 4895 |
msgid "Product Age Group Custom Field" |
| 4896 |
msgstr "" |
| 4897 |
|
| 4898 |
#: gettext/gettext-lib-config.php:386 |
| 4899 |
msgctxt "option label" |
| 4900 |
msgid "Product Availability Custom Field" |
| 4901 |
msgstr "" |
| 4902 |
|
| 4903 |
#: gettext/gettext-lib-config.php:387 |
| 4904 |
msgctxt "option label" |
| 4905 |
msgid "Product Brand Custom Field" |
| 4906 |
msgstr "" |
| 4907 |
|
| 4908 |
#: gettext/gettext-lib-config.php:388 |
| 4909 |
msgctxt "option label" |
| 4910 |
msgid "Product Google Cat. ID Custom Field" |
| 4911 |
msgstr "" |
| 4912 |
|
| 4913 |
#: gettext/gettext-lib-config.php:389 |
| 4914 |
msgctxt "option label" |
| 4915 |
msgid "Product Color Custom Field" |
| 4916 |
msgstr "" |
| 4917 |
|
| 4918 |
#: gettext/gettext-lib-config.php:390 |
| 4919 |
msgctxt "option label" |
| 4920 |
msgid "Product Condition Custom Field" |
| 4921 |
msgstr "" |
| 4922 |
|
| 4923 |
#: gettext/gettext-lib-config.php:391 |
| 4924 |
msgctxt "option label" |
| 4925 |
msgid "Product Currency Custom Field" |
| 4926 |
msgstr "" |
| 4927 |
|
| 4928 |
#: gettext/gettext-lib-config.php:392 |
| 4929 |
msgctxt "option label" |
| 4930 |
msgid "Product Energy Rating Custom Field" |
| 4931 |
msgstr "" |
| 4932 |
|
| 4933 |
#: gettext/gettext-lib-config.php:393 |
| 4934 |
msgctxt "option label" |
| 4935 |
msgid "Product Fluid Volume Custom Field" |
| 4936 |
msgstr "" |
| 4937 |
|
| 4938 |
#: gettext/gettext-lib-config.php:394 |
| 4939 |
msgctxt "option label" |
| 4940 |
msgid "Product GTIN-14 Custom Field" |
| 4941 |
msgstr "" |
| 4942 |
|
| 4943 |
#: gettext/gettext-lib-config.php:395 |
| 4944 |
msgctxt "option label" |
| 4945 |
msgid "Product GTIN-13 (EAN) Custom Field" |
| 4946 |
msgstr "" |
| 4947 |
|
| 4948 |
#: gettext/gettext-lib-config.php:396 |
| 4949 |
msgctxt "option label" |
| 4950 |
msgid "Product GTIN-12 (UPC) Custom Field" |
| 4951 |
msgstr "" |
| 4952 |
|
| 4953 |
#: gettext/gettext-lib-config.php:397 |
| 4954 |
msgctxt "option label" |
| 4955 |
msgid "Product GTIN-8 Custom Field" |
| 4956 |
msgstr "" |
| 4957 |
|
| 4958 |
#: gettext/gettext-lib-config.php:398 |
| 4959 |
msgctxt "option label" |
| 4960 |
msgid "Product GTIN Custom Field" |
| 4961 |
msgstr "" |
| 4962 |
|
| 4963 |
#: gettext/gettext-lib-config.php:399 |
| 4964 |
msgctxt "option label" |
| 4965 |
msgid "Product ISBN Custom Field" |
| 4966 |
msgstr "" |
| 4967 |
|
| 4968 |
#: gettext/gettext-lib-config.php:400 |
| 4969 |
msgctxt "option label" |
| 4970 |
msgid "Product Net Height Custom Field" |
| 4971 |
msgstr "" |
| 4972 |
|
| 4973 |
#: gettext/gettext-lib-config.php:401 |
| 4974 |
msgctxt "option label" |
| 4975 |
msgid "Product Net Len. / Depth Custom Field" |
| 4976 |
msgstr "" |
| 4977 |
|
| 4978 |
#: gettext/gettext-lib-config.php:402 |
| 4979 |
msgctxt "option label" |
| 4980 |
msgid "Product Material Custom Field" |
| 4981 |
msgstr "" |
| 4982 |
|
| 4983 |
#: gettext/gettext-lib-config.php:403 |
| 4984 |
msgctxt "option label" |
| 4985 |
msgid "Product MPN Custom Field" |
| 4986 |
msgstr "" |
| 4987 |
|
| 4988 |
#: gettext/gettext-lib-config.php:404 |
| 4989 |
msgctxt "option label" |
| 4990 |
msgid "Product Min Advert Price Custom Field" |
| 4991 |
msgstr "" |
| 4992 |
|
| 4993 |
#: gettext/gettext-lib-config.php:405 |
| 4994 |
msgctxt "option label" |
| 4995 |
msgid "Product Pattern Custom Field" |
| 4996 |
msgstr "" |
| 4997 |
|
| 4998 |
#: gettext/gettext-lib-config.php:406 |
| 4999 |
msgctxt "option label" |
| 5000 |
msgid "Product Price Custom Field" |
| 5001 |
msgstr "" |
| 5002 |
|
| 5003 |
#: gettext/gettext-lib-config.php:407 |
| 5004 |
msgctxt "option label" |
| 5005 |
msgid "Product Price Type Custom Field" |
| 5006 |
msgstr "" |
| 5007 |
|
| 5008 |
#: gettext/gettext-lib-config.php:408 |
| 5009 |
msgctxt "option label" |
| 5010 |
msgid "Product SKU Custom Field" |
| 5011 |
msgstr "" |
| 5012 |
|
| 5013 |
#: gettext/gettext-lib-config.php:409 |
| 5014 |
msgctxt "option label" |
| 5015 |
msgid "Product Shipping Height Custom Field" |
| 5016 |
msgstr "" |
| 5017 |
|
| 5018 |
#: gettext/gettext-lib-config.php:410 |
| 5019 |
msgctxt "option label" |
| 5020 |
msgid "Product Shipping Length Custom Field" |
| 5021 |
msgstr "" |
| 5022 |
|
| 5023 |
#: gettext/gettext-lib-config.php:411 |
| 5024 |
msgctxt "option label" |
| 5025 |
msgid "Product Shipping Weight Custom Field" |
| 5026 |
msgstr "" |
| 5027 |
|
| 5028 |
#: gettext/gettext-lib-config.php:412 |
| 5029 |
msgctxt "option label" |
| 5030 |
msgid "Product Shipping Width Custom Field" |
| 5031 |
msgstr "" |
| 5032 |
|
| 5033 |
#: gettext/gettext-lib-config.php:413 |
| 5034 |
msgctxt "option label" |
| 5035 |
msgid "Product Size Custom Field" |
| 5036 |
msgstr "" |
| 5037 |
|
| 5038 |
#: gettext/gettext-lib-config.php:414 |
| 5039 |
msgctxt "option label" |
| 5040 |
msgid "Product Size Group Custom Field" |
| 5041 |
msgstr "" |
| 5042 |
|
| 5043 |
#: gettext/gettext-lib-config.php:415 |
| 5044 |
msgctxt "option label" |
| 5045 |
msgid "Product Size System Custom Field" |
| 5046 |
msgstr "" |
| 5047 |
|
| 5048 |
#: gettext/gettext-lib-config.php:416 |
| 5049 |
msgctxt "option label" |
| 5050 |
msgid "Product Target Gender Custom Field" |
| 5051 |
msgstr "" |
| 5052 |
|
| 5053 |
#: gettext/gettext-lib-config.php:417 |
| 5054 |
msgctxt "option label" |
| 5055 |
msgid "Product Net Weight Custom Field" |
| 5056 |
msgstr "" |
| 5057 |
|
| 5058 |
#: gettext/gettext-lib-config.php:418 |
| 5059 |
msgctxt "option label" |
| 5060 |
msgid "Product Net Width Custom Field" |
| 5061 |
msgstr "" |
| 5062 |
|
| 5063 |
#: gettext/gettext-lib-config.php:419 |
| 5064 |
msgctxt "option label" |
| 5065 |
msgid "Review Subject Name Custom Field" |
| 5066 |
msgstr "" |
| 5067 |
|
| 5068 |
#: gettext/gettext-lib-config.php:420 |
| 5069 |
msgctxt "option label" |
| 5070 |
msgid "Review Subject Desc Custom Field" |
| 5071 |
msgstr "" |
| 5072 |
|
| 5073 |
#: gettext/gettext-lib-config.php:421 |
| 5074 |
msgctxt "option label" |
| 5075 |
msgid "Review Rating Custom Field" |
| 5076 |
msgstr "" |
| 5077 |
|
| 5078 |
#: gettext/gettext-lib-config.php:422 |
| 5079 |
msgctxt "option label" |
| 5080 |
msgid "Review Rating Alt Name Custom Field" |
| 5081 |
msgstr "" |
| 5082 |
|
| 5083 |
#: gettext/gettext-lib-config.php:423 |
| 5084 |
msgctxt "option label" |
| 5085 |
msgid "Same-As URLs Custom Field" |
| 5086 |
msgstr "" |
| 5087 |
|
| 5088 |
#: gettext/gettext-lib-config.php:424 |
| 5089 |
msgctxt "option label" |
| 5090 |
msgid "Video URL Custom Field" |
| 5091 |
msgstr "" |
| 5092 |
|
| 5093 |
#: gettext/gettext-lib-config.php:425 |
| 5094 |
msgctxt "option label" |
| 5095 |
msgid "Video Embed HTML Custom Field" |
| 5096 |
msgstr "" |
| 5097 |
|
| 5098 |
#: gettext/gettext-lib-config.php:426 |
| 5099 |
msgctxt "option value" |
| 5100 |
msgid "Default Creative Work Publisher Organization" |
| 5101 |
msgstr "" |
| 5102 |
|
| 5103 |
#: gettext/gettext-lib-config.php:427 |
| 5104 |
msgctxt "option value" |
| 5105 |
msgid "Default Creative Work Provider Organization" |
| 5106 |
msgstr "" |
| 5107 |
|
| 5108 |
#: gettext/gettext-lib-config.php:428 |
| 5109 |
msgctxt "option value" |
| 5110 |
msgid "Default Creative Work Funder Organization" |
| 5111 |
msgstr "" |
| 5112 |
|
| 5113 |
#: gettext/gettext-lib-config.php:429 |
| 5114 |
msgctxt "option value" |
| 5115 |
msgid "Default Event Performer Organization" |
| 5116 |
msgstr "" |
| 5117 |
|
| 5118 |
#: gettext/gettext-lib-config.php:430 |
| 5119 |
msgctxt "option value" |
| 5120 |
msgid "Default Event Organizer Organization" |
| 5121 |
msgstr "" |
| 5122 |
|
| 5123 |
#: gettext/gettext-lib-config.php:431 |
| 5124 |
msgctxt "option value" |
| 5125 |
msgid "Default Event Funder Organization" |
| 5126 |
msgstr "" |
| 5127 |
|
| 5128 |
#: gettext/gettext-lib-config.php:432 |
| 5129 |
msgctxt "option value" |
| 5130 |
msgid "Default Job Hiring Organization" |
| 5131 |
msgstr "" |
| 5132 |
|
| 5133 |
#: gettext/gettext-lib-config.php:433 |
| 5134 |
msgctxt "option value" |
| 5135 |
msgid "Default Service Provider Organization" |
| 5136 |
msgstr "" |
| 5137 |
|
| 5138 |
#: gettext/gettext-lib-config.php:434 |
| 5139 |
msgctxt "option value" |
| 5140 |
msgid "Default Event Venue" |
| 5141 |
msgstr "" |
| 5142 |
|
| 5143 |
#: gettext/gettext-lib-config.php:435 |
| 5144 |
msgctxt "option value" |
| 5145 |
msgid "Default Job Location" |
| 5146 |
msgstr "" |
| 5147 |
|
| 5148 |
#: gettext/gettext-lib-config.php:438 |
| 5149 |
msgctxt "option value" |
| 5150 |
msgid "Alcohol" |
| 5151 |
msgstr "" |
| 5152 |
|
| 5153 |
#: gettext/gettext-lib-config.php:439 |
| 5154 |
msgctxt "option value" |
| 5155 |
msgid "Dangerous Good" |
| 5156 |
msgstr "" |
| 5157 |
|
| 5158 |
#: gettext/gettext-lib-config.php:440 |
| 5159 |
msgctxt "option value" |
| 5160 |
msgid "Healthcare" |
| 5161 |
msgstr "" |
| 5162 |
|
| 5163 |
#: gettext/gettext-lib-config.php:441 |
| 5164 |
msgctxt "option value" |
| 5165 |
msgid "Narcotic" |
| 5166 |
msgstr "" |
| 5167 |
|
| 5168 |
#: gettext/gettext-lib-config.php:442 |
| 5169 |
msgctxt "option value" |
| 5170 |
msgid "Reduced Relevance for Children" |
| 5171 |
msgstr "" |
| 5172 |
|
| 5173 |
#: gettext/gettext-lib-config.php:443 |
| 5174 |
msgctxt "option value" |
| 5175 |
msgid "Sexual Content" |
| 5176 |
msgstr "" |
| 5177 |
|
| 5178 |
#: gettext/gettext-lib-config.php:444 |
| 5179 |
msgctxt "option value" |
| 5180 |
msgid "Tobacco Nicotine" |
| 5181 |
msgstr "" |
| 5182 |
|
| 5183 |
#: gettext/gettext-lib-config.php:445 |
| 5184 |
msgctxt "option value" |
| 5185 |
msgid "Unclassified Adult" |
| 5186 |
msgstr "" |
| 5187 |
|
| 5188 |
#: gettext/gettext-lib-config.php:446 |
| 5189 |
msgctxt "option value" |
| 5190 |
msgid "Violence" |
| 5191 |
msgstr "" |
| 5192 |
|
| 5193 |
#: gettext/gettext-lib-config.php:447 |
| 5194 |
msgctxt "option value" |
| 5195 |
msgid "Weapon" |
| 5196 |
msgstr "" |
| 5197 |
|
| 5198 |
#: gettext/gettext-lib-config.php:450 |
| 5199 |
msgctxt "option value" |
| 5200 |
msgid "Adult (13 years old or more)" |
| 5201 |
msgstr "" |
| 5202 |
|
| 5203 |
#: gettext/gettext-lib-config.php:451 |
| 5204 |
msgctxt "option value" |
| 5205 |
msgid "Adult" |
| 5206 |
msgstr "" |
| 5207 |
|
| 5208 |
#: gettext/gettext-lib-config.php:452 |
| 5209 |
msgctxt "option value" |
| 5210 |
msgid "All Ages (13 years old or more)" |
| 5211 |
msgstr "" |
| 5212 |
|
| 5213 |
#: gettext/gettext-lib-config.php:453 |
| 5214 |
msgctxt "option value" |
| 5215 |
msgid "All Ages" |
| 5216 |
msgstr "" |
| 5217 |
|
| 5218 |
#: gettext/gettext-lib-config.php:454 |
| 5219 |
msgctxt "option value" |
| 5220 |
msgid "Infant (3–12 months old)" |
| 5221 |
msgstr "" |
| 5222 |
|
| 5223 |
#: gettext/gettext-lib-config.php:455 |
| 5224 |
msgctxt "option value" |
| 5225 |
msgid "Infant" |
| 5226 |
msgstr "" |
| 5227 |
|
| 5228 |
#: gettext/gettext-lib-config.php:456 |
| 5229 |
msgctxt "option value" |
| 5230 |
msgid "Kids (5–13 years old)" |
| 5231 |
msgstr "" |
| 5232 |
|
| 5233 |
#: gettext/gettext-lib-config.php:457 |
| 5234 |
msgctxt "option value" |
| 5235 |
msgid "Kids" |
| 5236 |
msgstr "" |
| 5237 |
|
| 5238 |
#: gettext/gettext-lib-config.php:458 |
| 5239 |
msgctxt "option value" |
| 5240 |
msgid "Newborn (0-3 months old)" |
| 5241 |
msgstr "" |
| 5242 |
|
| 5243 |
#: gettext/gettext-lib-config.php:459 |
| 5244 |
msgctxt "option value" |
| 5245 |
msgid "Newborn" |
| 5246 |
msgstr "" |
| 5247 |
|
| 5248 |
#: gettext/gettext-lib-config.php:460 |
| 5249 |
msgctxt "option value" |
| 5250 |
msgid "Teen (13 years old or more)" |
| 5251 |
msgstr "" |
| 5252 |
|
| 5253 |
#: gettext/gettext-lib-config.php:461 |
| 5254 |
msgctxt "option value" |
| 5255 |
msgid "Teen" |
| 5256 |
msgstr "" |
| 5257 |
|
| 5258 |
#: gettext/gettext-lib-config.php:462 |
| 5259 |
msgctxt "option value" |
| 5260 |
msgid "Toddler (1–5 years old)" |
| 5261 |
msgstr "" |
| 5262 |
|
| 5263 |
#: gettext/gettext-lib-config.php:463 |
| 5264 |
msgctxt "option value" |
| 5265 |
msgid "Toddler" |
| 5266 |
msgstr "" |
| 5267 |
|
| 5268 |
#: gettext/gettext-lib-config.php:466 |
| 5269 |
msgctxt "option value" |
| 5270 |
msgid "Audiobook" |
| 5271 |
msgstr "" |
| 5272 |
|
| 5273 |
#: gettext/gettext-lib-config.php:467 |
| 5274 |
msgctxt "option value" |
| 5275 |
msgid "eBook" |
| 5276 |
msgstr "" |
| 5277 |
|
| 5278 |
#: gettext/gettext-lib-config.php:468 |
| 5279 |
msgctxt "option value" |
| 5280 |
msgid "Graphic Novel" |
| 5281 |
msgstr "" |
| 5282 |
|
| 5283 |
#: gettext/gettext-lib-config.php:469 |
| 5284 |
msgctxt "option value" |
| 5285 |
msgid "Hardcover" |
| 5286 |
msgstr "" |
| 5287 |
|
| 5288 |
#: gettext/gettext-lib-config.php:470 |
| 5289 |
msgctxt "option value" |
| 5290 |
msgid "Paperback" |
| 5291 |
msgstr "" |
| 5292 |
|
| 5293 |
#: gettext/gettext-lib-config.php:473 |
| 5294 |
msgctxt "option value" |
| 5295 |
msgid "Hearing Impaired" |
| 5296 |
msgstr "" |
| 5297 |
|
| 5298 |
#: gettext/gettext-lib-config.php:474 |
| 5299 |
msgctxt "option value" |
| 5300 |
msgid "Toll Free" |
| 5301 |
msgstr "" |
| 5302 |
|
| 5303 |
#: gettext/gettext-lib-config.php:477 |
| 5304 |
msgctxt "option value" |
| 5305 |
msgid "Full Time" |
| 5306 |
msgstr "" |
| 5307 |
|
| 5308 |
#: gettext/gettext-lib-config.php:478 |
| 5309 |
msgctxt "option value" |
| 5310 |
msgid "Part Time" |
| 5311 |
msgstr "" |
| 5312 |
|
| 5313 |
#: gettext/gettext-lib-config.php:479 |
| 5314 |
msgctxt "option value" |
| 5315 |
msgid "Contractor" |
| 5316 |
msgstr "" |
| 5317 |
|
| 5318 |
#: gettext/gettext-lib-config.php:480 |
| 5319 |
msgctxt "option value" |
| 5320 |
msgid "Temporary" |
| 5321 |
msgstr "" |
| 5322 |
|
| 5323 |
#: gettext/gettext-lib-config.php:481 |
| 5324 |
msgctxt "option value" |
| 5325 |
msgid "Intern" |
| 5326 |
msgstr "" |
| 5327 |
|
| 5328 |
#: gettext/gettext-lib-config.php:482 |
| 5329 |
msgctxt "option value" |
| 5330 |
msgid "Volunteer" |
| 5331 |
msgstr "" |
| 5332 |
|
| 5333 |
#: gettext/gettext-lib-config.php:483 |
| 5334 |
msgctxt "option value" |
| 5335 |
msgid "Per Diem" |
| 5336 |
msgstr "" |
| 5337 |
|
| 5338 |
#: gettext/gettext-lib-config.php:484 |
| 5339 |
msgctxt "option value" |
| 5340 |
msgid "Other" |
| 5341 |
msgstr "" |
| 5342 |
|
| 5343 |
#: gettext/gettext-lib-config.php:487 |
| 5344 |
msgctxt "option value" |
| 5345 |
msgid "A+++" |
| 5346 |
msgstr "" |
| 5347 |
|
| 5348 |
#: gettext/gettext-lib-config.php:488 |
| 5349 |
msgctxt "option value" |
| 5350 |
msgid "A++" |
| 5351 |
msgstr "" |
| 5352 |
|
| 5353 |
#: gettext/gettext-lib-config.php:489 |
| 5354 |
msgctxt "option value" |
| 5355 |
msgid "A+" |
| 5356 |
msgstr "" |
| 5357 |
|
| 5358 |
#: gettext/gettext-lib-config.php:490 |
| 5359 |
msgctxt "option value" |
| 5360 |
msgid "A" |
| 5361 |
msgstr "" |
| 5362 |
|
| 5363 |
#: gettext/gettext-lib-config.php:491 |
| 5364 |
msgctxt "option value" |
| 5365 |
msgid "B" |
| 5366 |
msgstr "" |
| 5367 |
|
| 5368 |
#: gettext/gettext-lib-config.php:492 |
| 5369 |
msgctxt "option value" |
| 5370 |
msgid "C" |
| 5371 |
msgstr "" |
| 5372 |
|
| 5373 |
#: gettext/gettext-lib-config.php:493 |
| 5374 |
msgctxt "option value" |
| 5375 |
msgid "D" |
| 5376 |
msgstr "" |
| 5377 |
|
| 5378 |
#: gettext/gettext-lib-config.php:494 |
| 5379 |
msgctxt "option value" |
| 5380 |
msgid "E" |
| 5381 |
msgstr "" |
| 5382 |
|
| 5383 |
#: gettext/gettext-lib-config.php:495 |
| 5384 |
msgctxt "option value" |
| 5385 |
msgid "F" |
| 5386 |
msgstr "" |
| 5387 |
|
| 5388 |
#: gettext/gettext-lib-config.php:496 |
| 5389 |
msgctxt "option value" |
| 5390 |
msgid "G" |
| 5391 |
msgstr "" |
| 5392 |
|
| 5393 |
#: gettext/gettext-lib-config.php:499 |
| 5394 |
msgctxt "option value" |
| 5395 |
msgid "Mixed" |
| 5396 |
msgstr "" |
| 5397 |
|
| 5398 |
#: gettext/gettext-lib-config.php:500 |
| 5399 |
msgctxt "option value" |
| 5400 |
msgid "Online" |
| 5401 |
msgstr "" |
| 5402 |
|
| 5403 |
#: gettext/gettext-lib-config.php:501 |
| 5404 |
msgctxt "option value" |
| 5405 |
msgid "Physical Location" |
| 5406 |
msgstr "" |
| 5407 |
|
| 5408 |
#. translators: Please ignore - translation uses a different text domain. |
| 5409 |
#: gettext/gettext-lib-config.php:504 lib/messages-tooltip-meta-schema.php:363 |
| 5410 |
msgctxt "option value" |
| 5411 |
msgid "Cancelled" |
| 5412 |
msgstr "" |
| 5413 |
|
| 5414 |
#: gettext/gettext-lib-config.php:505 |
| 5415 |
msgctxt "option value" |
| 5416 |
msgid "Moved Online" |
| 5417 |
msgstr "" |
| 5418 |
|
| 5419 |
#. translators: Please ignore - translation uses a different text domain. |
| 5420 |
#: gettext/gettext-lib-config.php:506 lib/messages-tooltip-meta-schema.php:366 |
| 5421 |
msgctxt "option value" |
| 5422 |
msgid "Postponed" |
| 5423 |
msgstr "" |
| 5424 |
|
| 5425 |
#. translators: Please ignore - translation uses a different text domain. |
| 5426 |
#: gettext/gettext-lib-config.php:507 lib/messages-tooltip-meta-schema.php:369 |
| 5427 |
msgctxt "option value" |
| 5428 |
msgid "Rescheduled" |
| 5429 |
msgstr "" |
| 5430 |
|
| 5431 |
#: gettext/gettext-lib-config.php:508 |
| 5432 |
msgctxt "option value" |
| 5433 |
msgid "Scheduled" |
| 5434 |
msgstr "" |
| 5435 |
|
| 5436 |
#: gettext/gettext-lib-config.php:511 |
| 5437 |
msgctxt "option value" |
| 5438 |
msgid "Back Order" |
| 5439 |
msgstr "" |
| 5440 |
|
| 5441 |
#: gettext/gettext-lib-config.php:512 |
| 5442 |
msgctxt "option value" |
| 5443 |
msgid "Discontinued" |
| 5444 |
msgstr "" |
| 5445 |
|
| 5446 |
#: gettext/gettext-lib-config.php:513 |
| 5447 |
msgctxt "option value" |
| 5448 |
msgid "In Stock" |
| 5449 |
msgstr "" |
| 5450 |
|
| 5451 |
#: gettext/gettext-lib-config.php:514 |
| 5452 |
msgctxt "option value" |
| 5453 |
msgid "In Store Only" |
| 5454 |
msgstr "" |
| 5455 |
|
| 5456 |
#: gettext/gettext-lib-config.php:515 |
| 5457 |
msgctxt "option value" |
| 5458 |
msgid "Limited Availability" |
| 5459 |
msgstr "" |
| 5460 |
|
| 5461 |
#: gettext/gettext-lib-config.php:516 |
| 5462 |
msgctxt "option value" |
| 5463 |
msgid "Online Only" |
| 5464 |
msgstr "" |
| 5465 |
|
| 5466 |
#: gettext/gettext-lib-config.php:517 |
| 5467 |
msgctxt "option value" |
| 5468 |
msgid "Out Of Stock" |
| 5469 |
msgstr "" |
| 5470 |
|
| 5471 |
#: gettext/gettext-lib-config.php:518 |
| 5472 |
msgctxt "option value" |
| 5473 |
msgid "Pre-Order" |
| 5474 |
msgstr "" |
| 5475 |
|
| 5476 |
#: gettext/gettext-lib-config.php:519 |
| 5477 |
msgctxt "option value" |
| 5478 |
msgid "Pre-Sale" |
| 5479 |
msgstr "" |
| 5480 |
|
| 5481 |
#: gettext/gettext-lib-config.php:520 |
| 5482 |
msgctxt "option value" |
| 5483 |
msgid "Sold Out" |
| 5484 |
msgstr "" |
| 5485 |
|
| 5486 |
#: gettext/gettext-lib-config.php:523 |
| 5487 |
msgctxt "option value" |
| 5488 |
msgid "Damaged" |
| 5489 |
msgstr "" |
| 5490 |
|
| 5491 |
#: gettext/gettext-lib-config.php:524 |
| 5492 |
msgctxt "option value" |
| 5493 |
msgid "New" |
| 5494 |
msgstr "" |
| 5495 |
|
| 5496 |
#: gettext/gettext-lib-config.php:525 |
| 5497 |
msgctxt "option value" |
| 5498 |
msgid "Refurbished" |
| 5499 |
msgstr "" |
| 5500 |
|
| 5501 |
#: gettext/gettext-lib-config.php:526 |
| 5502 |
msgctxt "option value" |
| 5503 |
msgid "Used" |
| 5504 |
msgstr "" |
| 5505 |
|
| 5506 |
#: gettext/gettext-lib-config.php:529 |
| 5507 |
msgctxt "option value" |
| 5508 |
msgid "Telecommute (100% Remote)" |
| 5509 |
msgstr "" |
| 5510 |
|
| 5511 |
#: gettext/gettext-lib-config.php:530 |
| 5512 |
msgctxt "option value" |
| 5513 |
msgid "Telecommute" |
| 5514 |
msgstr "" |
| 5515 |
|
| 5516 |
#: gettext/gettext-lib-config.php:531 |
| 5517 |
msgctxt "option value" |
| 5518 |
msgid "Exchange Refund" |
| 5519 |
msgstr "" |
| 5520 |
|
| 5521 |
#: gettext/gettext-lib-config.php:532 |
| 5522 |
msgctxt "option value" |
| 5523 |
msgid "Full Refund" |
| 5524 |
msgstr "" |
| 5525 |
|
| 5526 |
#: gettext/gettext-lib-config.php:533 |
| 5527 |
msgctxt "option value" |
| 5528 |
msgid "Store Credit Refund" |
| 5529 |
msgstr "" |
| 5530 |
|
| 5531 |
#: gettext/gettext-lib-config.php:534 |
| 5532 |
msgctxt "option value" |
| 5533 |
msgid "Limited Return Window" |
| 5534 |
msgstr "" |
| 5535 |
|
| 5536 |
#: gettext/gettext-lib-config.php:535 |
| 5537 |
msgctxt "option value" |
| 5538 |
msgid "Not Permitted" |
| 5539 |
msgstr "" |
| 5540 |
|
| 5541 |
#: gettext/gettext-lib-config.php:536 |
| 5542 |
msgctxt "option value" |
| 5543 |
msgid "Unlimited Window" |
| 5544 |
msgstr "" |
| 5545 |
|
| 5546 |
#: gettext/gettext-lib-config.php:537 |
| 5547 |
msgctxt "option value" |
| 5548 |
msgid "Unspecified" |
| 5549 |
msgstr "" |
| 5550 |
|
| 5551 |
#: gettext/gettext-lib-config.php:540 |
| 5552 |
msgctxt "option value" |
| 5553 |
msgid "Invoice Price" |
| 5554 |
msgstr "" |
| 5555 |
|
| 5556 |
#: gettext/gettext-lib-config.php:541 |
| 5557 |
msgctxt "option value" |
| 5558 |
msgid "List Price" |
| 5559 |
msgstr "" |
| 5560 |
|
| 5561 |
#: gettext/gettext-lib-config.php:542 |
| 5562 |
msgctxt "option value" |
| 5563 |
msgid "Manufacturer Suggested Retail Price" |
| 5564 |
msgstr "" |
| 5565 |
|
| 5566 |
#: gettext/gettext-lib-config.php:543 |
| 5567 |
msgctxt "option value" |
| 5568 |
msgid "Minimum Advertised Price" |
| 5569 |
msgstr "" |
| 5570 |
|
| 5571 |
#: gettext/gettext-lib-config.php:544 |
| 5572 |
msgctxt "option value" |
| 5573 |
msgid "Regular Price" |
| 5574 |
msgstr "" |
| 5575 |
|
| 5576 |
#: gettext/gettext-lib-config.php:545 |
| 5577 |
msgctxt "option value" |
| 5578 |
msgid "Sale Price" |
| 5579 |
msgstr "" |
| 5580 |
|
| 5581 |
#: gettext/gettext-lib-config.php:546 |
| 5582 |
msgctxt "option value" |
| 5583 |
msgid "Suggested Retail Price" |
| 5584 |
msgstr "" |
| 5585 |
|
| 5586 |
#: gettext/gettext-lib-config.php:547 |
| 5587 |
msgctxt "option value" |
| 5588 |
msgid "Strikethrough Price" |
| 5589 |
msgstr "" |
| 5590 |
|
| 5591 |
#: gettext/gettext-lib-config.php:548 |
| 5592 |
msgctxt "option value" |
| 5593 |
msgid "Free Return" |
| 5594 |
msgstr "" |
| 5595 |
|
| 5596 |
#: gettext/gettext-lib-config.php:549 |
| 5597 |
msgctxt "option value" |
| 5598 |
msgid "Customer Pays Shipping" |
| 5599 |
msgstr "" |
| 5600 |
|
| 5601 |
#: gettext/gettext-lib-config.php:550 |
| 5602 |
msgctxt "option value" |
| 5603 |
msgid "Return Has Shipping Fees" |
| 5604 |
msgstr "" |
| 5605 |
|
| 5606 |
#: gettext/gettext-lib-config.php:551 |
| 5607 |
msgctxt "option value" |
| 5608 |
msgid "Customer Responsibility" |
| 5609 |
msgstr "" |
| 5610 |
|
| 5611 |
#: gettext/gettext-lib-config.php:552 |
| 5612 |
msgctxt "option value" |
| 5613 |
msgid "Download And Print" |
| 5614 |
msgstr "" |
| 5615 |
|
| 5616 |
#: gettext/gettext-lib-config.php:553 |
| 5617 |
msgctxt "option value" |
| 5618 |
msgid "Label In Box" |
| 5619 |
msgstr "" |
| 5620 |
|
| 5621 |
#: gettext/gettext-lib-config.php:554 |
| 5622 |
msgctxt "option value" |
| 5623 |
msgid "At Kiosk" |
| 5624 |
msgstr "" |
| 5625 |
|
| 5626 |
#: gettext/gettext-lib-config.php:555 |
| 5627 |
msgctxt "option value" |
| 5628 |
msgid "By Mail" |
| 5629 |
msgstr "" |
| 5630 |
|
| 5631 |
#: gettext/gettext-lib-config.php:556 |
| 5632 |
msgctxt "option value" |
| 5633 |
msgid "In Store" |
| 5634 |
msgstr "" |
| 5635 |
|
| 5636 |
#: gettext/gettext-lib-config.php:559 |
| 5637 |
msgctxt "option value" |
| 5638 |
msgid "Regular" |
| 5639 |
msgstr "" |
| 5640 |
|
| 5641 |
#: gettext/gettext-lib-config.php:560 |
| 5642 |
msgctxt "option value" |
| 5643 |
msgid "Petite" |
| 5644 |
msgstr "" |
| 5645 |
|
| 5646 |
#: gettext/gettext-lib-config.php:561 |
| 5647 |
msgctxt "option value" |
| 5648 |
msgid "Plus" |
| 5649 |
msgstr "" |
| 5650 |
|
| 5651 |
#: gettext/gettext-lib-config.php:562 |
| 5652 |
msgctxt "option value" |
| 5653 |
msgid "Tall" |
| 5654 |
msgstr "" |
| 5655 |
|
| 5656 |
#: gettext/gettext-lib-config.php:563 |
| 5657 |
msgctxt "option value" |
| 5658 |
msgid "Big" |
| 5659 |
msgstr "" |
| 5660 |
|
| 5661 |
#: gettext/gettext-lib-config.php:564 |
| 5662 |
msgctxt "option value" |
| 5663 |
msgid "Maternity" |
| 5664 |
msgstr "" |
| 5665 |
|
| 5666 |
#: gettext/gettext-lib-config.php:567 |
| 5667 |
msgctxt "option value" |
| 5668 |
msgid "AU" |
| 5669 |
msgstr "" |
| 5670 |
|
| 5671 |
#: gettext/gettext-lib-config.php:568 |
| 5672 |
msgctxt "option value" |
| 5673 |
msgid "BR" |
| 5674 |
msgstr "" |
| 5675 |
|
| 5676 |
#: gettext/gettext-lib-config.php:569 |
| 5677 |
msgctxt "option value" |
| 5678 |
msgid "CN" |
| 5679 |
msgstr "" |
| 5680 |
|
| 5681 |
#: gettext/gettext-lib-config.php:570 |
| 5682 |
msgctxt "option value" |
| 5683 |
msgid "DE" |
| 5684 |
msgstr "" |
| 5685 |
|
| 5686 |
#: gettext/gettext-lib-config.php:571 |
| 5687 |
msgctxt "option value" |
| 5688 |
msgid "EU" |
| 5689 |
msgstr "" |
| 5690 |
|
| 5691 |
#: gettext/gettext-lib-config.php:572 |
| 5692 |
msgctxt "option value" |
| 5693 |
msgid "FR" |
| 5694 |
msgstr "" |
| 5695 |
|
| 5696 |
#: gettext/gettext-lib-config.php:573 |
| 5697 |
msgctxt "option value" |
| 5698 |
msgid "IT" |
| 5699 |
msgstr "" |
| 5700 |
|
| 5701 |
#: gettext/gettext-lib-config.php:574 |
| 5702 |
msgctxt "option value" |
| 5703 |
msgid "JP" |
| 5704 |
msgstr "" |
| 5705 |
|
| 5706 |
#: gettext/gettext-lib-config.php:575 |
| 5707 |
msgctxt "option value" |
| 5708 |
msgid "MX" |
| 5709 |
msgstr "" |
| 5710 |
|
| 5711 |
#: gettext/gettext-lib-config.php:576 |
| 5712 |
msgctxt "option value" |
| 5713 |
msgid "UK" |
| 5714 |
msgstr "" |
| 5715 |
|
| 5716 |
#: gettext/gettext-lib-config.php:577 |
| 5717 |
msgctxt "option value" |
| 5718 |
msgid "US" |
| 5719 |
msgstr "" |
| 5720 |
|
| 5721 |
#: gettext/gettext-lib-config.php:580 |
| 5722 |
msgctxt "option value" |
| 5723 |
msgid "Female" |
| 5724 |
msgstr "" |
| 5725 |
|
| 5726 |
#: gettext/gettext-lib-config.php:581 |
| 5727 |
msgctxt "option value" |
| 5728 |
msgid "Male" |
| 5729 |
msgstr "" |
| 5730 |
|
| 5731 |
#: gettext/gettext-lib-config.php:582 |
| 5732 |
msgctxt "option value" |
| 5733 |
msgid "Unisex" |
| 5734 |
msgstr "" |
| 5735 |
|
| 5736 |
#: gettext/gettext-lib-config.php:583 |
| 5737 |
msgctxt "option value" |
| 5738 |
msgid "Development and Up" |
| 5739 |
msgstr "" |
| 5740 |
|
| 5741 |
#: gettext/gettext-lib-config.php:584 |
| 5742 |
msgctxt "option value" |
| 5743 |
msgid "Alpha and Up" |
| 5744 |
msgstr "" |
| 5745 |
|
| 5746 |
#: gettext/gettext-lib-config.php:585 |
| 5747 |
msgctxt "option value" |
| 5748 |
msgid "Beta and Up" |
| 5749 |
msgstr "" |
| 5750 |
|
| 5751 |
#: gettext/gettext-lib-config.php:586 |
| 5752 |
msgctxt "option value" |
| 5753 |
msgid "Release Candidate and Up" |
| 5754 |
msgstr "" |
| 5755 |
|
| 5756 |
#: gettext/gettext-lib-config.php:587 |
| 5757 |
msgctxt "option value" |
| 5758 |
msgid "Stable / Production" |
| 5759 |
msgstr "" |
| 5760 |
|
| 5761 |
#: gettext/gettext-lib-pro.php:5 lib/messages-tooltip-plugin.php:340 |
| 5762 |
#: lib/messages-tooltip-plugin.php:357 lib/messages-tooltip-plugin.php:432 |
| 5763 |
#: lib/messages.php:1257 lib/pro/admin/advanced.php:100 |
| 5764 |
#: lib/std/admin/advanced.php:79 |
| 5765 |
msgctxt "option label" |
| 5766 |
msgid "Webpage Title Tag" |
| 5767 |
msgstr "" |
| 5768 |
|
| 5769 |
#: gettext/gettext-lib-pro.php:6 lib/messages.php:268 |
| 5770 |
#: lib/pro/admin/advanced.php:108 lib/std/admin/advanced.php:87 |
| 5771 |
msgctxt "option label" |
| 5772 |
msgid "Use Filtered Content" |
| 5773 |
msgstr "" |
| 5774 |
|
| 5775 |
#: gettext/gettext-lib-pro.php:7 lib/pro/admin/advanced.php:111 |
| 5776 |
#: lib/std/admin/advanced.php:89 |
| 5777 |
msgctxt "option comment" |
| 5778 |
msgid "(recommended after reading help text)" |
| 5779 |
msgstr "" |
| 5780 |
|
| 5781 |
#: gettext/gettext-lib-pro.php:8 lib/pro/admin/advanced.php:115 |
| 5782 |
#: lib/std/admin/advanced.php:93 |
| 5783 |
msgctxt "option label" |
| 5784 |
msgid "Use Filtered Excerpt" |
| 5785 |
msgstr "" |
| 5786 |
|
| 5787 |
#: gettext/gettext-lib-pro.php:9 lib/pro/admin/advanced.php:118 |
| 5788 |
#: lib/std/admin/advanced.php:95 |
| 5789 |
msgctxt "option comment" |
| 5790 |
msgid "(recommended - only if using shortcodes in excerpts)" |
| 5791 |
msgstr "" |
| 5792 |
|
| 5793 |
#: gettext/gettext-lib-pro.php:10 lib/pro/admin/advanced.php:122 |
| 5794 |
#: lib/std/admin/advanced.php:99 |
| 5795 |
msgctxt "option label" |
| 5796 |
msgid "Enable Excerpt for Pages" |
| 5797 |
msgstr "" |
| 5798 |
|
| 5799 |
#: gettext/gettext-lib-pro.php:11 lib/pro/admin/advanced.php:128 |
| 5800 |
#: lib/std/admin/advanced.php:105 |
| 5801 |
msgctxt "option label" |
| 5802 |
msgid "Enable Tags for Pages" |
| 5803 |
msgstr "" |
| 5804 |
|
| 5805 |
#: gettext/gettext-lib-pro.php:12 lib/pro/admin/advanced.php:134 |
| 5806 |
#: lib/std/admin/advanced.php:111 |
| 5807 |
msgctxt "option label" |
| 5808 |
msgid "Add Person Role for New Users" |
| 5809 |
msgstr "" |
| 5810 |
|
| 5811 |
#: gettext/gettext-lib-pro.php:13 lib/messages.php:580 |
| 5812 |
#: lib/pro/admin/advanced.php:140 lib/std/admin/advanced.php:117 |
| 5813 |
msgctxt "option label" |
| 5814 |
msgid "Inherit Featured Image" |
| 5815 |
msgstr "" |
| 5816 |
|
| 5817 |
#: gettext/gettext-lib-pro.php:14 gettext/gettext-lib-pro.php:16 |
| 5818 |
#: gettext/gettext-lib-pro.php:21 gettext/gettext-lib-pro.php:23 |
| 5819 |
#: lib/pro/admin/advanced.php:143 lib/pro/admin/advanced.php:150 |
| 5820 |
#: lib/pro/admin/advanced.php:170 lib/pro/admin/advanced.php:177 |
| 5821 |
#: lib/std/admin/advanced.php:119 lib/std/admin/advanced.php:126 |
| 5822 |
#: lib/std/admin/advanced.php:146 lib/std/admin/advanced.php:153 |
| 5823 |
#: lib/submenu/general.php:361 lib/submenu/general.php:367 |
| 5824 |
#: lib/submenu/general.php:373 |
| 5825 |
msgctxt "option comment" |
| 5826 |
msgid "(recommended)" |
| 5827 |
msgstr "" |
| 5828 |
|
| 5829 |
#: gettext/gettext-lib-pro.php:15 lib/pro/admin/advanced.php:147 |
| 5830 |
#: lib/std/admin/advanced.php:123 |
| 5831 |
msgctxt "option label" |
| 5832 |
msgid "Inherit Custom Images" |
| 5833 |
msgstr "" |
| 5834 |
|
| 5835 |
#: gettext/gettext-lib-pro.php:17 lib/messages.php:324 |
| 5836 |
#: lib/pro/admin/advanced.php:154 lib/std/admin/advanced.php:130 |
| 5837 |
msgctxt "option label" |
| 5838 |
msgid "Consider Attached Images" |
| 5839 |
msgstr "" |
| 5840 |
|
| 5841 |
#: gettext/gettext-lib-pro.php:18 lib/pro/admin/advanced.php:157 |
| 5842 |
#: lib/std/admin/advanced.php:133 |
| 5843 |
msgctxt "option comment" |
| 5844 |
msgid "(recommended for WooCommerce product gallery images)" |
| 5845 |
msgstr "" |
| 5846 |
|
| 5847 |
#: gettext/gettext-lib-pro.php:19 lib/messages.php:327 |
| 5848 |
#: lib/pro/admin/advanced.php:161 lib/std/admin/advanced.php:137 |
| 5849 |
msgctxt "option label" |
| 5850 |
msgid "Consider Content Images" |
| 5851 |
msgstr "" |
| 5852 |
|
| 5853 |
#: gettext/gettext-lib-pro.php:20 lib/messages.php:249 lib/messages.php:321 |
| 5854 |
#: lib/pro/admin/advanced.php:167 lib/std/admin/advanced.php:143 |
| 5855 |
msgctxt "option label" |
| 5856 |
msgid "Image Dimension Checks" |
| 5857 |
msgstr "" |
| 5858 |
|
| 5859 |
#: gettext/gettext-lib-pro.php:22 lib/pro/admin/advanced.php:174 |
| 5860 |
#: lib/std/admin/advanced.php:150 |
| 5861 |
msgctxt "option label" |
| 5862 |
msgid "Prevent Thumbnail Conflicts" |
| 5863 |
msgstr "" |
| 5864 |
|
| 5865 |
#: gettext/gettext-lib-pro.php:24 lib/messages.php:330 |
| 5866 |
#: lib/pro/admin/advanced.php:181 lib/std/admin/advanced.php:157 |
| 5867 |
msgctxt "option label" |
| 5868 |
msgid "Upscale Media Library Images" |
| 5869 |
msgstr "" |
| 5870 |
|
| 5871 |
#: gettext/gettext-lib-pro.php:25 lib/messages.php:333 |
| 5872 |
#: lib/pro/admin/advanced.php:187 lib/std/admin/advanced.php:163 |
| 5873 |
msgctxt "option label" |
| 5874 |
msgid "Maximum Image Upscale Percent" |
| 5875 |
msgstr "" |
| 5876 |
|
| 5877 |
#: gettext/gettext-lib-pro.php:26 lib/pro/admin/advanced.php:196 |
| 5878 |
#: lib/std/admin/advanced.php:172 |
| 5879 |
msgctxt "metabox title" |
| 5880 |
msgid "Plugin and Theme Integration" |
| 5881 |
msgstr "" |
| 5882 |
|
| 5883 |
#: gettext/gettext-lib-pro.php:27 lib/pro/admin/advanced.php:199 |
| 5884 |
#: lib/std/admin/advanced.php:175 |
| 5885 |
msgctxt "option label" |
| 5886 |
msgid "Speakable CSS Selectors" |
| 5887 |
msgstr "" |
| 5888 |
|
| 5889 |
#: gettext/gettext-lib-pro.php:28 lib/pro/admin/advanced.php:205 |
| 5890 |
#: lib/std/admin/advanced.php:181 |
| 5891 |
msgctxt "option label" |
| 5892 |
msgid "Check for Duplicate Meta Tags" |
| 5893 |
msgstr "" |
| 5894 |
|
| 5895 |
#: gettext/gettext-lib-pro.php:29 lib/pro/admin/advanced.php:211 |
| 5896 |
#: lib/std/admin/advanced.php:187 |
| 5897 |
msgctxt "option label" |
| 5898 |
msgid "Cache Plugin or Service is Active" |
| 5899 |
msgstr "" |
| 5900 |
|
| 5901 |
#: gettext/gettext-lib-pro.php:30 lib/pro/admin/advanced.php:217 |
| 5902 |
#: lib/std/admin/advanced.php:193 |
| 5903 |
msgctxt "option label" |
| 5904 |
msgid "Include VAT in Product Prices" |
| 5905 |
msgstr "" |
| 5906 |
|
| 5907 |
#: gettext/gettext-lib-pro.php:31 lib/pro/admin/advanced.php:223 |
| 5908 |
#: lib/std/admin/advanced.php:199 |
| 5909 |
msgctxt "option label" |
| 5910 |
msgid "Import All in One SEO Pack Metadata" |
| 5911 |
msgstr "" |
| 5912 |
|
| 5913 |
#: gettext/gettext-lib-pro.php:32 lib/pro/admin/advanced.php:229 |
| 5914 |
#: lib/std/admin/advanced.php:205 |
| 5915 |
msgctxt "option label" |
| 5916 |
msgid "Import Rank Math SEO Metadata" |
| 5917 |
msgstr "" |
| 5918 |
|
| 5919 |
#: gettext/gettext-lib-pro.php:33 lib/pro/admin/advanced.php:235 |
| 5920 |
#: lib/std/admin/advanced.php:211 |
| 5921 |
msgctxt "option label" |
| 5922 |
msgid "Import The SEO Framework Metadata" |
| 5923 |
msgstr "" |
| 5924 |
|
| 5925 |
#: gettext/gettext-lib-pro.php:34 lib/pro/admin/advanced.php:241 |
| 5926 |
#: lib/std/admin/advanced.php:217 |
| 5927 |
msgctxt "option label" |
| 5928 |
msgid "Import WP Meta SEO Metadata" |
| 5929 |
msgstr "" |
| 5930 |
|
| 5931 |
#: gettext/gettext-lib-pro.php:35 lib/pro/admin/advanced.php:247 |
| 5932 |
#: lib/std/admin/advanced.php:223 |
| 5933 |
msgctxt "option label" |
| 5934 |
msgid "Import Yoast SEO Metadata" |
| 5935 |
msgstr "" |
| 5936 |
|
| 5937 |
#: gettext/gettext-lib-pro.php:36 lib/pro/admin/advanced.php:253 |
| 5938 |
#: lib/std/admin/advanced.php:229 |
| 5939 |
msgctxt "option label" |
| 5940 |
msgid "Import Yoast SEO Block Attrs" |
| 5941 |
msgstr "" |
| 5942 |
|
| 5943 |
#: gettext/gettext-lib-pro.php:37 lib/pro/admin/advanced.php:277 |
| 5944 |
#: lib/std/admin/advanced.php:255 |
| 5945 |
msgctxt "option label" |
| 5946 |
msgid "Title Tag Site Suffix" |
| 5947 |
msgstr "" |
| 5948 |
|
| 5949 |
#: gettext/gettext-lib-pro.php:38 lib/pro/admin/advanced.php:283 |
| 5950 |
#: lib/std/admin/advanced.php:261 |
| 5951 |
msgctxt "option label" |
| 5952 |
msgid "Title Tag Tagline Suffix" |
| 5953 |
msgstr "" |
| 5954 |
|
| 5955 |
#: gettext/gettext-lib-pro.php:39 lib/pro/admin/advanced.php:289 |
| 5956 |
#: lib/std/admin/advanced.php:266 |
| 5957 |
msgctxt "option label" |
| 5958 |
msgid "Content Image Alt Prefix" |
| 5959 |
msgstr "" |
| 5960 |
|
| 5961 |
#: gettext/gettext-lib-pro.php:40 lib/pro/admin/advanced.php:294 |
| 5962 |
#: lib/std/admin/advanced.php:271 |
| 5963 |
msgctxt "option label" |
| 5964 |
msgid "WP Caption Text Prefix" |
| 5965 |
msgstr "" |
| 5966 |
|
| 5967 |
#: gettext/gettext-lib-pro.php:41 lib/pro/admin/advanced.php:299 |
| 5968 |
#: lib/std/admin/advanced.php:276 |
| 5969 |
msgctxt "option label" |
| 5970 |
msgid "Comment Title" |
| 5971 |
msgstr "" |
| 5972 |
|
| 5973 |
#: gettext/gettext-lib-pro.php:42 lib/pro/admin/advanced.php:304 |
| 5974 |
#: lib/std/admin/advanced.php:281 |
| 5975 |
msgctxt "option label" |
| 5976 |
msgid "Reply Comment Title" |
| 5977 |
msgstr "" |
| 5978 |
|
| 5979 |
#: gettext/gettext-lib-pro.php:43 lib/pro/admin/advanced.php:309 |
| 5980 |
#: lib/std/admin/advanced.php:286 |
| 5981 |
msgctxt "option label" |
| 5982 |
msgid "Review Comment Title" |
| 5983 |
msgstr "" |
| 5984 |
|
| 5985 |
#: gettext/gettext-lib-pro.php:44 lib/pro/admin/advanced.php:314 |
| 5986 |
#: lib/std/admin/advanced.php:291 |
| 5987 |
msgctxt "option label" |
| 5988 |
msgid "Product Variation Title" |
| 5989 |
msgstr "" |
| 5990 |
|
| 5991 |
#: gettext/gettext-lib-pro.php:45 lib/pro/admin/advanced.php:319 |
| 5992 |
#: lib/std/admin/advanced.php:296 |
| 5993 |
msgctxt "option label" |
| 5994 |
msgid "RSS Feed Title" |
| 5995 |
msgstr "" |
| 5996 |
|
| 5997 |
#: gettext/gettext-lib-pro.php:46 lib/pro/admin/advanced.php:324 |
| 5998 |
#: lib/std/admin/advanced.php:301 |
| 5999 |
msgctxt "option label" |
| 6000 |
msgid "404 Page Title" |
| 6001 |
msgstr "" |
| 6002 |
|
| 6003 |
#: gettext/gettext-lib-pro.php:47 lib/pro/admin/advanced.php:329 |
| 6004 |
#: lib/std/admin/advanced.php:306 |
| 6005 |
msgctxt "option label" |
| 6006 |
msgid "404 Page Description" |
| 6007 |
msgstr "" |
| 6008 |
|
| 6009 |
#: gettext/gettext-lib-pro.php:48 lib/pro/admin/advanced.php:334 |
| 6010 |
#: lib/std/admin/advanced.php:311 |
| 6011 |
msgctxt "option label" |
| 6012 |
msgid "No Title Text" |
| 6013 |
msgstr "" |
| 6014 |
|
| 6015 |
#: gettext/gettext-lib-pro.php:49 lib/pro/admin/advanced.php:339 |
| 6016 |
#: lib/std/admin/advanced.php:316 |
| 6017 |
msgctxt "option label" |
| 6018 |
msgid "No Description Text" |
| 6019 |
msgstr "" |
| 6020 |
|
| 6021 |
#: gettext/gettext-lib-pro.php:50 lib/pro/admin/advanced.php:344 |
| 6022 |
#: lib/std/admin/advanced.php:321 |
| 6023 |
msgctxt "metabox title" |
| 6024 |
msgid "Archive Pages" |
| 6025 |
msgstr "" |
| 6026 |
|
| 6027 |
#: gettext/gettext-lib-pro.php:51 lib/pro/admin/advanced.php:347 |
| 6028 |
#: lib/std/admin/advanced.php:324 |
| 6029 |
msgctxt "option label" |
| 6030 |
msgid "Term Archive Title" |
| 6031 |
msgstr "" |
| 6032 |
|
| 6033 |
#: gettext/gettext-lib-pro.php:52 lib/pro/admin/advanced.php:352 |
| 6034 |
#: lib/std/admin/advanced.php:329 |
| 6035 |
msgctxt "option label" |
| 6036 |
msgid "Term Archive Description" |
| 6037 |
msgstr "" |
| 6038 |
|
| 6039 |
#: gettext/gettext-lib-pro.php:53 lib/pro/admin/advanced.php:357 |
| 6040 |
#: lib/std/admin/advanced.php:334 |
| 6041 |
msgctxt "option label" |
| 6042 |
msgid "Author Archive Title" |
| 6043 |
msgstr "" |
| 6044 |
|
| 6045 |
#: gettext/gettext-lib-pro.php:54 lib/pro/admin/advanced.php:362 |
| 6046 |
#: lib/std/admin/advanced.php:339 |
| 6047 |
msgctxt "option label" |
| 6048 |
msgid "Author Archive Description" |
| 6049 |
msgstr "" |
| 6050 |
|
| 6051 |
#: gettext/gettext-lib-pro.php:55 lib/pro/admin/advanced.php:367 |
| 6052 |
#: lib/std/admin/advanced.php:344 |
| 6053 |
msgctxt "option label" |
| 6054 |
msgid "Search Results Title" |
| 6055 |
msgstr "" |
| 6056 |
|
| 6057 |
#: gettext/gettext-lib-pro.php:56 lib/pro/admin/advanced.php:372 |
| 6058 |
#: lib/std/admin/advanced.php:349 |
| 6059 |
msgctxt "option label" |
| 6060 |
msgid "Search Results Description" |
| 6061 |
msgstr "" |
| 6062 |
|
| 6063 |
#: gettext/gettext-lib-pro.php:57 lib/pro/admin/advanced.php:377 |
| 6064 |
#: lib/std/admin/advanced.php:354 |
| 6065 |
msgctxt "option label" |
| 6066 |
msgid "Year Archive Title" |
| 6067 |
msgstr "" |
| 6068 |
|
| 6069 |
#: gettext/gettext-lib-pro.php:58 lib/pro/admin/advanced.php:382 |
| 6070 |
#: lib/std/admin/advanced.php:359 |
| 6071 |
msgctxt "option label" |
| 6072 |
msgid "Year Archive Description" |
| 6073 |
msgstr "" |
| 6074 |
|
| 6075 |
#: gettext/gettext-lib-pro.php:59 lib/pro/admin/advanced.php:387 |
| 6076 |
#: lib/std/admin/advanced.php:364 |
| 6077 |
msgctxt "option label" |
| 6078 |
msgid "Month Archive Title" |
| 6079 |
msgstr "" |
| 6080 |
|
| 6081 |
#: gettext/gettext-lib-pro.php:60 lib/pro/admin/advanced.php:392 |
| 6082 |
#: lib/std/admin/advanced.php:369 |
| 6083 |
msgctxt "option label" |
| 6084 |
msgid "Month Archive Description" |
| 6085 |
msgstr "" |
| 6086 |
|
| 6087 |
#: gettext/gettext-lib-pro.php:61 lib/pro/admin/advanced.php:397 |
| 6088 |
#: lib/std/admin/advanced.php:374 |
| 6089 |
msgctxt "option label" |
| 6090 |
msgid "Day Archive Title" |
| 6091 |
msgstr "" |
| 6092 |
|
| 6093 |
#: gettext/gettext-lib-pro.php:62 lib/pro/admin/advanced.php:402 |
| 6094 |
#: lib/std/admin/advanced.php:379 |
| 6095 |
msgctxt "option label" |
| 6096 |
msgid "Day Archive Description" |
| 6097 |
msgstr "" |
| 6098 |
|
| 6099 |
#: gettext/gettext-lib-pro.php:63 lib/pro/admin/advanced.php:411 |
| 6100 |
#: lib/std/admin/advanced.php:388 |
| 6101 |
msgctxt "metabox title" |
| 6102 |
msgid "Post Type Archive Pages" |
| 6103 |
msgstr "" |
| 6104 |
|
| 6105 |
#: gettext/gettext-lib-pro.php:64 lib/pro/admin/advanced.php:417 |
| 6106 |
#: lib/std/admin/advanced.php:394 |
| 6107 |
msgctxt "metabox title" |
| 6108 |
msgid "%s Archive Page" |
| 6109 |
msgstr "" |
| 6110 |
|
| 6111 |
#: gettext/gettext-lib-pro.php:65 lib/pro/admin/advanced.php:431 |
| 6112 |
#: lib/std/admin/advanced.php:408 |
| 6113 |
msgctxt "option label" |
| 6114 |
msgid "Archive Page Title" |
| 6115 |
msgstr "" |
| 6116 |
|
| 6117 |
#: gettext/gettext-lib-pro.php:66 lib/pro/admin/advanced.php:435 |
| 6118 |
#: lib/std/admin/advanced.php:413 |
| 6119 |
msgctxt "option label" |
| 6120 |
msgid "Archive Page Description" |
| 6121 |
msgstr "" |
| 6122 |
|
| 6123 |
#: gettext/gettext-lib-pro.php:67 lib/opengraph.php:57 |
| 6124 |
#: lib/pro/admin/advanced.php:457 lib/std/admin/advanced.php:438 |
| 6125 |
msgctxt "option label" |
| 6126 |
msgid "Open Graph (Facebook and oEmbed)" |
| 6127 |
msgstr "" |
| 6128 |
|
| 6129 |
#: gettext/gettext-lib-pro.php:68 lib/pinterest.php:145 |
| 6130 |
#: lib/pro/admin/advanced.php:462 lib/std/admin/advanced.php:443 |
| 6131 |
msgctxt "option label" |
| 6132 |
msgid "Pinterest Pin It" |
| 6133 |
msgstr "" |
| 6134 |
|
| 6135 |
#: gettext/gettext-lib-pro.php:69 lib/pro/admin/advanced.php:467 |
| 6136 |
#: lib/schema.php:101 lib/std/admin/advanced.php:448 |
| 6137 |
msgctxt "option label" |
| 6138 |
msgid "Schema 1:1 (Google Rich Results)" |
| 6139 |
msgstr "" |
| 6140 |
|
| 6141 |
#: gettext/gettext-lib-pro.php:70 lib/pro/admin/advanced.php:474 |
| 6142 |
#: lib/schema.php:108 lib/std/admin/advanced.php:455 |
| 6143 |
msgctxt "option label" |
| 6144 |
msgid "Schema 4:3 (Google Rich Results)" |
| 6145 |
msgstr "" |
| 6146 |
|
| 6147 |
#: gettext/gettext-lib-pro.php:71 lib/pro/admin/advanced.php:482 |
| 6148 |
#: lib/schema.php:116 lib/std/admin/advanced.php:463 |
| 6149 |
msgctxt "option label" |
| 6150 |
msgid "Schema 16:9 (Google Rich Results)" |
| 6151 |
msgstr "" |
| 6152 |
|
| 6153 |
#: gettext/gettext-lib-pro.php:72 lib/pro/admin/advanced.php:490 |
| 6154 |
#: lib/schema.php:124 lib/std/admin/advanced.php:471 |
| 6155 |
msgctxt "option label" |
| 6156 |
msgid "Schema Thumbnail" |
| 6157 |
msgstr "" |
| 6158 |
|
| 6159 |
#: gettext/gettext-lib-pro.php:73 lib/pro/admin/advanced.php:496 |
| 6160 |
#: lib/std/admin/advanced.php:477 lib/twittercard.php:42 |
| 6161 |
msgctxt "option label" |
| 6162 |
msgid "X (Twitter) Summary Card" |
| 6163 |
msgstr "" |
| 6164 |
|
| 6165 |
#: gettext/gettext-lib-pro.php:74 lib/pro/admin/advanced.php:501 |
| 6166 |
#: lib/std/admin/advanced.php:482 lib/twittercard.php:47 |
| 6167 |
msgctxt "option label" |
| 6168 |
msgid "X (Twitter) Summary Card Large Image" |
| 6169 |
msgstr "" |
| 6170 |
|
| 6171 |
#: gettext/gettext-lib-pro.php:75 lib/pro/admin/advanced.php:514 |
| 6172 |
#: lib/std/admin/advanced.php:497 |
| 6173 |
msgctxt "option label" |
| 6174 |
msgid "Show Options by Default" |
| 6175 |
msgstr "" |
| 6176 |
|
| 6177 |
#: gettext/gettext-lib-pro.php:76 lib/pro/admin/advanced.php:519 |
| 6178 |
#: lib/std/admin/advanced.php:502 |
| 6179 |
msgctxt "option label" |
| 6180 |
msgid "Open Graph Select" |
| 6181 |
msgstr "" |
| 6182 |
|
| 6183 |
#: gettext/gettext-lib-pro.php:77 lib/pro/admin/advanced.php:525 |
| 6184 |
#: lib/std/admin/advanced.php:508 |
| 6185 |
msgctxt "option label" |
| 6186 |
msgid "Schema Type Select" |
| 6187 |
msgstr "" |
| 6188 |
|
| 6189 |
#: gettext/gettext-lib-pro.php:78 lib/messages-tooltip-plugin.php:620 |
| 6190 |
#: lib/page.php:174 lib/pro/admin/advanced.php:533 |
| 6191 |
#: lib/std/admin/advanced.php:516 |
| 6192 |
msgctxt "toolbar menu title" |
| 6193 |
msgid "Validators" |
| 6194 |
msgstr "" |
| 6195 |
|
| 6196 |
#: gettext/gettext-lib-pro.php:79 lib/pro/admin/advanced.php:536 |
| 6197 |
#: lib/std/admin/advanced.php:519 |
| 6198 |
msgctxt "option label" |
| 6199 |
msgid "Show %s Toolbar" |
| 6200 |
msgstr "" |
| 6201 |
|
| 6202 |
#: gettext/gettext-lib-pro.php:80 lib/pro/admin/advanced.php:559 |
| 6203 |
#: lib/std/admin/advanced.php:542 |
| 6204 |
msgctxt "option label" |
| 6205 |
msgid "Show %s Menu Items" |
| 6206 |
msgstr "" |
| 6207 |
|
| 6208 |
#: gettext/gettext-lib-pro.php:81 lib/pro/admin/advanced.php:569 |
| 6209 |
#: lib/std/admin/advanced.php:552 |
| 6210 |
msgctxt "option label" |
| 6211 |
msgid "Show %s Metabox" |
| 6212 |
msgstr "" |
| 6213 |
|
| 6214 |
#: gettext/gettext-lib-pro.php:82 lib/pro/admin/advanced.php:579 |
| 6215 |
#: lib/std/admin/advanced.php:562 |
| 6216 |
msgctxt "option label" |
| 6217 |
msgid "WP List Table Columns" |
| 6218 |
msgstr "" |
| 6219 |
|
| 6220 |
#: gettext/gettext-lib-pro.php:83 lib/pro/admin/advanced.php:600 |
| 6221 |
#: lib/std/admin/advanced.php:585 |
| 6222 |
msgctxt "option label" |
| 6223 |
msgid "Gravatar is Default Author Image" |
| 6224 |
msgstr "" |
| 6225 |
|
| 6226 |
#: gettext/gettext-lib-pro.php:84 lib/pro/admin/advanced.php:605 |
| 6227 |
#: lib/std/admin/advanced.php:590 |
| 6228 |
msgctxt "option label" |
| 6229 |
msgid "Gravatar Image Size" |
| 6230 |
msgstr "" |
| 6231 |
|
| 6232 |
#: gettext/gettext-lib-pro.php:85 gettext/gettext-lib-pro.php:209 |
| 6233 |
#: lib/pro/admin/advanced.php:610 lib/pro/admin/general.php:56 |
| 6234 |
#: lib/std/admin/advanced.php:595 lib/std/admin/general.php:48 |
| 6235 |
msgctxt "option label" |
| 6236 |
msgid "Maximum Videos to Include" |
| 6237 |
msgstr "" |
| 6238 |
|
| 6239 |
#: gettext/gettext-lib-pro.php:86 gettext/gettext-lib-pro.php:210 |
| 6240 |
#: lib/pro/admin/advanced.php:616 lib/pro/admin/general.php:62 |
| 6241 |
#: lib/std/admin/advanced.php:601 lib/std/admin/general.php:54 |
| 6242 |
msgctxt "option label" |
| 6243 |
msgid "Include Video Preview Images" |
| 6244 |
msgstr "" |
| 6245 |
|
| 6246 |
#: gettext/gettext-lib-pro.php:87 gettext/gettext-lib-pro.php:211 |
| 6247 |
#: lib/pro/admin/advanced.php:621 lib/pro/admin/general.php:67 |
| 6248 |
#: lib/std/admin/advanced.php:606 lib/std/admin/general.php:59 |
| 6249 |
msgctxt "option label" |
| 6250 |
msgid "Force Autoplay when Possible" |
| 6251 |
msgstr "" |
| 6252 |
|
| 6253 |
#: gettext/gettext-lib-pro.php:88 gettext/gettext-lib-pro.php:212 |
| 6254 |
#: lib/pro/admin/advanced.php:633 lib/pro/admin/general.php:79 |
| 6255 |
#: lib/std/admin/advanced.php:618 lib/std/admin/general.php:71 |
| 6256 |
msgctxt "option label" |
| 6257 |
msgid "Detect Embedded Media" |
| 6258 |
msgstr "" |
| 6259 |
|
| 6260 |
#: gettext/gettext-lib-pro.php:89 lib/pro/admin/advanced.php:648 |
| 6261 |
#: lib/std/admin/advanced.php:633 |
| 6262 |
msgctxt "option label" |
| 6263 |
msgid "URL Shortening Service" |
| 6264 |
msgstr "" |
| 6265 |
|
| 6266 |
#: gettext/gettext-lib-pro.php:90 lib/pro/admin/advanced.php:653 |
| 6267 |
#: lib/std/admin/advanced.php:638 |
| 6268 |
msgctxt "option label" |
| 6269 |
msgid "Minimum URL Length to Shorten" |
| 6270 |
msgstr "" |
| 6271 |
|
| 6272 |
#: gettext/gettext-lib-pro.php:91 lib/pro/admin/advanced.php:656 |
| 6273 |
#: lib/std/admin/advanced.php:641 |
| 6274 |
msgctxt "option comment" |
| 6275 |
msgid "characters" |
| 6276 |
msgstr "" |
| 6277 |
|
| 6278 |
#: gettext/gettext-lib-pro.php:92 lib/pro/admin/advanced.php:659 |
| 6279 |
#: lib/std/admin/advanced.php:644 |
| 6280 |
msgctxt "option label" |
| 6281 |
msgid "Use Short URL for WP Shortlink" |
| 6282 |
msgstr "" |
| 6283 |
|
| 6284 |
#: gettext/gettext-lib-pro.php:93 lib/pro/admin/advanced.php:664 |
| 6285 |
#: lib/std/admin/advanced.php:649 |
| 6286 |
msgctxt "option label" |
| 6287 |
msgid "Add \"%s\" HTML Tag" |
| 6288 |
msgstr "" |
| 6289 |
|
| 6290 |
#: gettext/gettext-lib-pro.php:94 lib/pro/admin/advanced.php:673 |
| 6291 |
msgctxt "metabox title" |
| 6292 |
msgid "Bitly (URL Shortener)" |
| 6293 |
msgstr "" |
| 6294 |
|
| 6295 |
#: gettext/gettext-lib-pro.php:95 gettext/gettext-lib-pro.php:241 |
| 6296 |
#: lib/pro/admin/advanced.php:676 lib/pro/util/shorten.php:359 |
| 6297 |
msgctxt "option label" |
| 6298 |
msgid "Bitly Access Token" |
| 6299 |
msgstr "" |
| 6300 |
|
| 6301 |
#: gettext/gettext-lib-pro.php:96 lib/pro/admin/advanced.php:680 |
| 6302 |
msgctxt "option label" |
| 6303 |
msgid "Bitly Short Domain (Optional)" |
| 6304 |
msgstr "" |
| 6305 |
|
| 6306 |
#: gettext/gettext-lib-pro.php:97 lib/pro/admin/advanced.php:684 |
| 6307 |
msgctxt "option label" |
| 6308 |
msgid "Bitly Group Name (Optional)" |
| 6309 |
msgstr "" |
| 6310 |
|
| 6311 |
#: gettext/gettext-lib-pro.php:98 lib/pro/admin/advanced.php:691 |
| 6312 |
msgctxt "metabox title" |
| 6313 |
msgid "DLMY.App (URL Shortener)" |
| 6314 |
msgstr "" |
| 6315 |
|
| 6316 |
#: gettext/gettext-lib-pro.php:99 gettext/gettext-lib-pro.php:243 |
| 6317 |
#: lib/pro/admin/advanced.php:694 lib/pro/util/shorten.php:385 |
| 6318 |
msgctxt "option label" |
| 6319 |
msgid "DLMY.App API Key" |
| 6320 |
msgstr "" |
| 6321 |
|
| 6322 |
#: gettext/gettext-lib-pro.php:100 lib/pro/admin/advanced.php:701 |
| 6323 |
msgctxt "metabox title" |
| 6324 |
msgid "Ow.ly (URL Shortener)" |
| 6325 |
msgstr "" |
| 6326 |
|
| 6327 |
#: gettext/gettext-lib-pro.php:101 gettext/gettext-lib-pro.php:245 |
| 6328 |
#: lib/pro/admin/advanced.php:704 lib/pro/util/shorten.php:409 |
| 6329 |
msgctxt "option label" |
| 6330 |
msgid "Ow.ly API Key" |
| 6331 |
msgstr "" |
| 6332 |
|
| 6333 |
#: gettext/gettext-lib-pro.php:102 lib/pro/admin/advanced.php:711 |
| 6334 |
msgctxt "metabox title" |
| 6335 |
msgid "YOURLS (URL Shortener)" |
| 6336 |
msgstr "" |
| 6337 |
|
| 6338 |
#: gettext/gettext-lib-pro.php:103 gettext/gettext-lib-pro.php:247 |
| 6339 |
#: lib/pro/admin/advanced.php:714 lib/pro/util/shorten.php:450 |
| 6340 |
msgctxt "option label" |
| 6341 |
msgid "YOURLS API URL" |
| 6342 |
msgstr "" |
| 6343 |
|
| 6344 |
#: gettext/gettext-lib-pro.php:104 lib/pro/admin/advanced.php:718 |
| 6345 |
msgctxt "option label" |
| 6346 |
msgid "YOURLS Username" |
| 6347 |
msgstr "" |
| 6348 |
|
| 6349 |
#: gettext/gettext-lib-pro.php:105 lib/pro/admin/advanced.php:722 |
| 6350 |
msgctxt "option label" |
| 6351 |
msgid "YOURLS Password" |
| 6352 |
msgstr "" |
| 6353 |
|
| 6354 |
#: gettext/gettext-lib-pro.php:106 lib/pro/admin/advanced.php:726 |
| 6355 |
msgctxt "option label" |
| 6356 |
msgid "YOURLS Token" |
| 6357 |
msgstr "" |
| 6358 |
|
| 6359 |
#: gettext/gettext-lib-pro.php:107 lib/messages.php:467 |
| 6360 |
#: lib/pro/admin/advanced.php:740 lib/std/admin/advanced.php:667 |
| 6361 |
msgctxt "option label" |
| 6362 |
msgid "Ratings and Reviews Service" |
| 6363 |
msgstr "" |
| 6364 |
|
| 6365 |
#: gettext/gettext-lib-pro.php:108 lib/pro/admin/advanced.php:746 |
| 6366 |
#: lib/std/admin/advanced.php:672 |
| 6367 |
msgctxt "option label" |
| 6368 |
msgid "Maximum Number of Reviews" |
| 6369 |
msgstr "" |
| 6370 |
|
| 6371 |
#: gettext/gettext-lib-pro.php:109 lib/pro/admin/advanced.php:751 |
| 6372 |
#: lib/std/admin/advanced.php:677 |
| 6373 |
msgctxt "option label" |
| 6374 |
msgid "Maximum Age of Reviews" |
| 6375 |
msgstr "" |
| 6376 |
|
| 6377 |
#: gettext/gettext-lib-pro.php:110 lib/pro/admin/advanced.php:754 |
| 6378 |
#: lib/std/admin/advanced.php:680 |
| 6379 |
msgctxt "option comment" |
| 6380 |
msgid "months" |
| 6381 |
msgstr "" |
| 6382 |
|
| 6383 |
#: gettext/gettext-lib-pro.php:111 lib/pro/admin/advanced.php:757 |
| 6384 |
#: lib/std/admin/advanced.php:683 |
| 6385 |
msgctxt "option label" |
| 6386 |
msgid "Get Reviews for Post Types" |
| 6387 |
msgstr "" |
| 6388 |
|
| 6389 |
#: gettext/gettext-lib-pro.php:112 gettext/gettext-lib-pro.php:227 |
| 6390 |
#: lib/pro/admin/advanced.php:765 lib/pro/review/judgeme.php:66 |
| 6391 |
msgctxt "metabox title" |
| 6392 |
msgid "Judge.me (Ratings and Reviews)" |
| 6393 |
msgstr "" |
| 6394 |
|
| 6395 |
#: gettext/gettext-lib-pro.php:113 lib/pro/admin/advanced.php:768 |
| 6396 |
msgctxt "option label" |
| 6397 |
msgid "Judge.me Shop Domain" |
| 6398 |
msgstr "" |
| 6399 |
|
| 6400 |
#: gettext/gettext-lib-pro.php:114 lib/pro/admin/advanced.php:773 |
| 6401 |
msgctxt "option label" |
| 6402 |
msgid "Judge.me Shop Token" |
| 6403 |
msgstr "" |
| 6404 |
|
| 6405 |
#: gettext/gettext-lib-pro.php:115 gettext/gettext-lib-pro.php:231 |
| 6406 |
#: lib/pro/admin/advanced.php:781 lib/pro/review/shopperapproved.php:49 |
| 6407 |
msgctxt "metabox title" |
| 6408 |
msgid "Shopper Approved (Ratings and Reviews)" |
| 6409 |
msgstr "" |
| 6410 |
|
| 6411 |
#: gettext/gettext-lib-pro.php:116 lib/pro/admin/advanced.php:784 |
| 6412 |
msgctxt "option label" |
| 6413 |
msgid "Shopper Approved Site ID" |
| 6414 |
msgstr "" |
| 6415 |
|
| 6416 |
#: gettext/gettext-lib-pro.php:117 lib/pro/admin/advanced.php:789 |
| 6417 |
msgctxt "option label" |
| 6418 |
msgid "Shopper Approved API Token" |
| 6419 |
msgstr "" |
| 6420 |
|
| 6421 |
#: gettext/gettext-lib-pro.php:118 gettext/gettext-lib-pro.php:235 |
| 6422 |
#: lib/pro/admin/advanced.php:797 lib/pro/review/stamped.php:49 |
| 6423 |
msgctxt "metabox title" |
| 6424 |
msgid "Stamped.io (Ratings and Reviews)" |
| 6425 |
msgstr "" |
| 6426 |
|
| 6427 |
#: gettext/gettext-lib-pro.php:119 lib/pro/admin/advanced.php:800 |
| 6428 |
msgctxt "option label" |
| 6429 |
msgid "Stamped.io Store Hash" |
| 6430 |
msgstr "" |
| 6431 |
|
| 6432 |
#: gettext/gettext-lib-pro.php:120 lib/pro/admin/advanced.php:805 |
| 6433 |
msgctxt "option label" |
| 6434 |
msgid "Stamped.io API Key Public" |
| 6435 |
msgstr "" |
| 6436 |
|
| 6437 |
#: gettext/gettext-lib-pro.php:121 gettext/gettext-lib-pro.php:132 |
| 6438 |
#: lib/pro/admin/advanced.php:821 lib/pro/admin/advanced.php:910 |
| 6439 |
#: lib/std/admin/advanced.php:701 lib/std/admin/advanced.php:794 |
| 6440 |
msgctxt "option label" |
| 6441 |
msgid "Type for Page Homepage" |
| 6442 |
msgstr "" |
| 6443 |
|
| 6444 |
#: gettext/gettext-lib-pro.php:122 gettext/gettext-lib-pro.php:133 |
| 6445 |
#: lib/pro/admin/advanced.php:822 lib/pro/admin/advanced.php:911 |
| 6446 |
#: lib/std/admin/advanced.php:702 lib/std/admin/advanced.php:795 |
| 6447 |
msgctxt "option label" |
| 6448 |
msgid "Type for Posts Homepage" |
| 6449 |
msgstr "" |
| 6450 |
|
| 6451 |
#: gettext/gettext-lib-pro.php:123 gettext/gettext-lib-pro.php:134 |
| 6452 |
#: lib/pro/admin/advanced.php:823 lib/pro/admin/advanced.php:912 |
| 6453 |
#: lib/std/admin/advanced.php:703 lib/std/admin/advanced.php:796 |
| 6454 |
msgctxt "option label" |
| 6455 |
msgid "Type for User Profiles" |
| 6456 |
msgstr "" |
| 6457 |
|
| 6458 |
#: gettext/gettext-lib-pro.php:124 gettext/gettext-lib-pro.php:135 |
| 6459 |
#: lib/pro/admin/advanced.php:824 lib/pro/admin/advanced.php:913 |
| 6460 |
#: lib/std/admin/advanced.php:704 lib/std/admin/advanced.php:797 |
| 6461 |
msgctxt "option label" |
| 6462 |
msgid "Type for Search Results" |
| 6463 |
msgstr "" |
| 6464 |
|
| 6465 |
#: gettext/gettext-lib-pro.php:125 gettext/gettext-lib-pro.php:136 |
| 6466 |
#: lib/pro/admin/advanced.php:825 lib/pro/admin/advanced.php:914 |
| 6467 |
#: lib/std/admin/advanced.php:705 lib/std/admin/advanced.php:798 |
| 6468 |
msgctxt "option label" |
| 6469 |
msgid "Type for Archive Page" |
| 6470 |
msgstr "" |
| 6471 |
|
| 6472 |
#: gettext/gettext-lib-pro.php:126 gettext/gettext-lib-pro.php:128 |
| 6473 |
#: gettext/gettext-lib-pro.php:130 gettext/gettext-lib-pro.php:137 |
| 6474 |
#: gettext/gettext-lib-pro.php:139 gettext/gettext-lib-pro.php:141 |
| 6475 |
#: lib/pro/admin/advanced.php:847 lib/pro/admin/advanced.php:866 |
| 6476 |
#: lib/pro/admin/advanced.php:890 lib/pro/admin/advanced.php:940 |
| 6477 |
#: lib/pro/admin/advanced.php:962 lib/pro/admin/advanced.php:987 |
| 6478 |
#: lib/std/admin/advanced.php:727 lib/std/admin/advanced.php:748 |
| 6479 |
#: lib/std/admin/advanced.php:772 lib/std/admin/advanced.php:821 |
| 6480 |
#: lib/std/admin/advanced.php:842 lib/std/admin/advanced.php:866 |
| 6481 |
msgctxt "option comment" |
| 6482 |
msgid "for %s" |
| 6483 |
msgstr "" |
| 6484 |
|
| 6485 |
#: gettext/gettext-lib-pro.php:127 gettext/gettext-lib-pro.php:138 |
| 6486 |
#: lib/pro/admin/advanced.php:852 lib/pro/admin/advanced.php:944 |
| 6487 |
#: lib/std/admin/advanced.php:732 lib/std/admin/advanced.php:826 |
| 6488 |
msgctxt "option label" |
| 6489 |
msgid "Type by Post Type" |
| 6490 |
msgstr "" |
| 6491 |
|
| 6492 |
#: gettext/gettext-lib-pro.php:129 gettext/gettext-lib-pro.php:140 |
| 6493 |
#: lib/pro/admin/advanced.php:873 lib/pro/admin/advanced.php:968 |
| 6494 |
#: lib/std/admin/advanced.php:755 lib/std/admin/advanced.php:849 |
| 6495 |
msgctxt "option label" |
| 6496 |
msgid "Type by Post Type Archive" |
| 6497 |
msgstr "" |
| 6498 |
|
| 6499 |
#: gettext/gettext-lib-pro.php:131 gettext/gettext-lib-pro.php:142 |
| 6500 |
#: lib/pro/admin/advanced.php:895 lib/pro/admin/advanced.php:991 |
| 6501 |
#: lib/std/admin/advanced.php:777 lib/std/admin/advanced.php:871 |
| 6502 |
msgctxt "option label" |
| 6503 |
msgid "Type by Taxonomy" |
| 6504 |
msgstr "" |
| 6505 |
|
| 6506 |
#: gettext/gettext-lib-pro.php:143 lib/pro/admin/advanced.php:1005 |
| 6507 |
#: lib/std/admin/advanced.php:889 |
| 6508 |
msgctxt "option label" |
| 6509 |
msgid "Add Article Body Property" |
| 6510 |
msgstr "" |
| 6511 |
|
| 6512 |
#: gettext/gettext-lib-pro.php:144 lib/messages-tooltip-meta-schema.php:204 |
| 6513 |
#: lib/pro/admin/advanced.php:1010 lib/std/admin/advanced.php:895 |
| 6514 |
msgctxt "option label" |
| 6515 |
msgid "Default Article Section" |
| 6516 |
msgstr "" |
| 6517 |
|
| 6518 |
#: gettext/gettext-lib-pro.php:145 lib/pro/admin/advanced.php:1033 |
| 6519 |
#: lib/std/admin/advanced.php:914 |
| 6520 |
msgctxt "option label" |
| 6521 |
msgid "Default Book Format" |
| 6522 |
msgstr "" |
| 6523 |
|
| 6524 |
#: gettext/gettext-lib-pro.php:146 lib/pro/admin/advanced.php:1039 |
| 6525 |
#: lib/std/admin/advanced.php:921 |
| 6526 |
msgctxt "option label" |
| 6527 |
msgid "Default Book Author Type" |
| 6528 |
msgstr "" |
| 6529 |
|
| 6530 |
#: gettext/gettext-lib-pro.php:147 lib/pro/admin/advanced.php:1055 |
| 6531 |
#: lib/std/admin/advanced.php:941 |
| 6532 |
msgctxt "option label" |
| 6533 |
msgid "Add Date Created Property" |
| 6534 |
msgstr "" |
| 6535 |
|
| 6536 |
#: gettext/gettext-lib-pro.php:148 lib/pro/admin/advanced.php:1060 |
| 6537 |
#: lib/std/admin/advanced.php:947 |
| 6538 |
msgctxt "option label" |
| 6539 |
msgid "Add Date Published Property" |
| 6540 |
msgstr "" |
| 6541 |
|
| 6542 |
#: gettext/gettext-lib-pro.php:149 lib/pro/admin/advanced.php:1065 |
| 6543 |
#: lib/std/admin/advanced.php:953 |
| 6544 |
msgctxt "option label" |
| 6545 |
msgid "Add Date Modified Property" |
| 6546 |
msgstr "" |
| 6547 |
|
| 6548 |
#: gettext/gettext-lib-pro.php:150 lib/pro/admin/advanced.php:1070 |
| 6549 |
#: lib/std/admin/advanced.php:959 |
| 6550 |
msgctxt "option label" |
| 6551 |
msgid "Add Text Property" |
| 6552 |
msgstr "" |
| 6553 |
|
| 6554 |
#: gettext/gettext-lib-pro.php:151 lib/pro/admin/advanced.php:1075 |
| 6555 |
#: lib/std/admin/advanced.php:965 |
| 6556 |
msgctxt "option label" |
| 6557 |
msgid "Default Family Friendly" |
| 6558 |
msgstr "" |
| 6559 |
|
| 6560 |
#: gettext/gettext-lib-pro.php:152 lib/pro/admin/advanced.php:1081 |
| 6561 |
#: lib/std/admin/advanced.php:972 |
| 6562 |
msgctxt "option label" |
| 6563 |
msgid "Default Publisher Organization" |
| 6564 |
msgstr "" |
| 6565 |
|
| 6566 |
#: gettext/gettext-lib-pro.php:153 lib/pro/admin/advanced.php:1089 |
| 6567 |
#: lib/std/admin/advanced.php:979 |
| 6568 |
msgctxt "option label" |
| 6569 |
msgid "Default Publisher Person" |
| 6570 |
msgstr "" |
| 6571 |
|
| 6572 |
#: gettext/gettext-lib-pro.php:154 lib/pro/admin/advanced.php:1097 |
| 6573 |
#: lib/std/admin/advanced.php:986 |
| 6574 |
msgctxt "option label" |
| 6575 |
msgid "Default Provider Organization" |
| 6576 |
msgstr "" |
| 6577 |
|
| 6578 |
#: gettext/gettext-lib-pro.php:155 lib/pro/admin/advanced.php:1105 |
| 6579 |
#: lib/std/admin/advanced.php:993 |
| 6580 |
msgctxt "option label" |
| 6581 |
msgid "Default Provider Person" |
| 6582 |
msgstr "" |
| 6583 |
|
| 6584 |
#: gettext/gettext-lib-pro.php:156 lib/pro/admin/advanced.php:1113 |
| 6585 |
#: lib/std/admin/advanced.php:1000 |
| 6586 |
msgctxt "option label" |
| 6587 |
msgid "Default Funder Organization" |
| 6588 |
msgstr "" |
| 6589 |
|
| 6590 |
#: gettext/gettext-lib-pro.php:157 lib/pro/admin/advanced.php:1121 |
| 6591 |
#: lib/std/admin/advanced.php:1007 |
| 6592 |
msgctxt "option label" |
| 6593 |
msgid "Default Funder Person" |
| 6594 |
msgstr "" |
| 6595 |
|
| 6596 |
#: gettext/gettext-lib-pro.php:158 lib/pro/admin/advanced.php:1139 |
| 6597 |
#: lib/std/admin/advanced.php:1027 |
| 6598 |
msgctxt "option label" |
| 6599 |
msgid "Default Event Attendance" |
| 6600 |
msgstr "" |
| 6601 |
|
| 6602 |
#: gettext/gettext-lib-pro.php:159 lib/pro/admin/advanced.php:1145 |
| 6603 |
#: lib/std/admin/advanced.php:1034 |
| 6604 |
msgctxt "option label" |
| 6605 |
msgid "Default Event Venue" |
| 6606 |
msgstr "" |
| 6607 |
|
| 6608 |
#: gettext/gettext-lib-pro.php:160 lib/pro/admin/advanced.php:1153 |
| 6609 |
#: lib/std/admin/advanced.php:1041 |
| 6610 |
msgctxt "option label" |
| 6611 |
msgid "Default Event Performer Org." |
| 6612 |
msgstr "" |
| 6613 |
|
| 6614 |
#: gettext/gettext-lib-pro.php:161 lib/pro/admin/advanced.php:1161 |
| 6615 |
#: lib/std/admin/advanced.php:1048 |
| 6616 |
msgctxt "option label" |
| 6617 |
msgid "Default Event Performer Person" |
| 6618 |
msgstr "" |
| 6619 |
|
| 6620 |
#: gettext/gettext-lib-pro.php:162 lib/pro/admin/advanced.php:1169 |
| 6621 |
#: lib/std/admin/advanced.php:1055 |
| 6622 |
msgctxt "option label" |
| 6623 |
msgid "Default Event Organizer Org." |
| 6624 |
msgstr "" |
| 6625 |
|
| 6626 |
#: gettext/gettext-lib-pro.php:163 lib/pro/admin/advanced.php:1177 |
| 6627 |
#: lib/std/admin/advanced.php:1062 |
| 6628 |
msgctxt "option label" |
| 6629 |
msgid "Default Event Organizer Person" |
| 6630 |
msgstr "" |
| 6631 |
|
| 6632 |
#: gettext/gettext-lib-pro.php:164 lib/pro/admin/advanced.php:1185 |
| 6633 |
#: lib/std/admin/advanced.php:1069 |
| 6634 |
msgctxt "option label" |
| 6635 |
msgid "Default Event Funder Org." |
| 6636 |
msgstr "" |
| 6637 |
|
| 6638 |
#: gettext/gettext-lib-pro.php:165 lib/pro/admin/advanced.php:1193 |
| 6639 |
#: lib/std/admin/advanced.php:1076 |
| 6640 |
msgctxt "option label" |
| 6641 |
msgid "Default Event Funder Person" |
| 6642 |
msgstr "" |
| 6643 |
|
| 6644 |
#: gettext/gettext-lib-pro.php:166 lib/pro/admin/advanced.php:1211 |
| 6645 |
#: lib/std/admin/advanced.php:1096 |
| 6646 |
msgctxt "option label" |
| 6647 |
msgid "Default Job Hiring Org." |
| 6648 |
msgstr "" |
| 6649 |
|
| 6650 |
#: gettext/gettext-lib-pro.php:167 lib/pro/admin/advanced.php:1219 |
| 6651 |
#: lib/std/admin/advanced.php:1103 |
| 6652 |
msgctxt "option label" |
| 6653 |
msgid "Default Job Location" |
| 6654 |
msgstr "" |
| 6655 |
|
| 6656 |
#: gettext/gettext-lib-pro.php:168 lib/pro/admin/advanced.php:1227 |
| 6657 |
#: lib/std/admin/advanced.php:1110 |
| 6658 |
msgctxt "option label" |
| 6659 |
msgid "Default Job Location Type" |
| 6660 |
msgstr "" |
| 6661 |
|
| 6662 |
#: gettext/gettext-lib-pro.php:169 lib/pro/admin/advanced.php:1243 |
| 6663 |
#: lib/std/admin/advanced.php:1130 |
| 6664 |
msgctxt "option label" |
| 6665 |
msgid "Default Place Schema Type" |
| 6666 |
msgstr "" |
| 6667 |
|
| 6668 |
#: gettext/gettext-lib-pro.php:170 lib/pro/admin/advanced.php:1256 |
| 6669 |
#: lib/std/admin/advanced.php:1137 |
| 6670 |
msgctxt "option label" |
| 6671 |
msgid "Default Place Country" |
| 6672 |
msgstr "" |
| 6673 |
|
| 6674 |
#: gettext/gettext-lib-pro.php:171 lib/pro/admin/advanced.php:1261 |
| 6675 |
#: lib/std/admin/advanced.php:1143 |
| 6676 |
msgctxt "option label" |
| 6677 |
msgid "Default Place Timezone" |
| 6678 |
msgstr "" |
| 6679 |
|
| 6680 |
#: gettext/gettext-lib-pro.php:172 lib/pro/admin/advanced.php:1277 |
| 6681 |
#: lib/std/admin/advanced.php:1163 |
| 6682 |
msgctxt "option label" |
| 6683 |
msgid "Aggregate Offers by Currency" |
| 6684 |
msgstr "" |
| 6685 |
|
| 6686 |
#: gettext/gettext-lib-pro.php:173 lib/pro/admin/advanced.php:1280 |
| 6687 |
#: lib/std/admin/advanced.php:1166 |
| 6688 |
msgctxt "option comment" |
| 6689 |
msgid "(not compatible with <a href=\"%s\">price drop appearance</a>)" |
| 6690 |
msgstr "" |
| 6691 |
|
| 6692 |
#: gettext/gettext-lib-pro.php:174 lib/pro/admin/advanced.php:1284 |
| 6693 |
#: lib/std/admin/advanced.php:1171 |
| 6694 |
msgctxt "option label" |
| 6695 |
msgid "Default Product Prices Valid For" |
| 6696 |
msgstr "" |
| 6697 |
|
| 6698 |
#: gettext/gettext-lib-pro.php:175 lib/pro/admin/advanced.php:1287 |
| 6699 |
#: lib/std/admin/advanced.php:1174 |
| 6700 |
msgctxt "option comment" |
| 6701 |
msgid "Days" |
| 6702 |
msgstr "" |
| 6703 |
|
| 6704 |
#: gettext/gettext-lib-pro.php:176 lib/messages.php:916 |
| 6705 |
#: lib/pro/admin/advanced.php:1290 lib/std/admin/advanced.php:1178 |
| 6706 |
msgctxt "option label" |
| 6707 |
msgid "Default Product Return Policy" |
| 6708 |
msgstr "" |
| 6709 |
|
| 6710 |
#: gettext/gettext-lib-pro.php:177 lib/messages.php:803 |
| 6711 |
#: lib/pro/admin/advanced.php:1296 lib/std/admin/advanced.php:1185 |
| 6712 |
msgctxt "option label" |
| 6713 |
msgid "Default Product Google Category" |
| 6714 |
msgstr "" |
| 6715 |
|
| 6716 |
#: gettext/gettext-lib-pro.php:178 lib/pro/admin/advanced.php:1309 |
| 6717 |
#: lib/std/admin/advanced.php:1192 |
| 6718 |
msgctxt "option label" |
| 6719 |
msgid "Default Product Condition" |
| 6720 |
msgstr "" |
| 6721 |
|
| 6722 |
#: gettext/gettext-lib-pro.php:179 lib/pro/admin/advanced.php:1314 |
| 6723 |
#: lib/std/admin/advanced.php:1198 |
| 6724 |
msgctxt "option label" |
| 6725 |
msgid "Default Product Energy Rating Range" |
| 6726 |
msgstr "" |
| 6727 |
|
| 6728 |
#: gettext/gettext-lib-pro.php:180 lib/edit-schema.php:969 |
| 6729 |
#: lib/edit-schema.php:1952 lib/pro/admin/advanced.php:1319 |
| 6730 |
#: lib/std/admin/advanced.php:1203 |
| 6731 |
msgctxt "option comment" |
| 6732 |
msgid "to" |
| 6733 |
msgstr "" |
| 6734 |
|
| 6735 |
#: gettext/gettext-lib-pro.php:181 lib/pro/admin/advanced.php:1324 |
| 6736 |
#: lib/std/admin/advanced.php:1209 |
| 6737 |
msgctxt "option label" |
| 6738 |
msgid "Default Product Target Gender" |
| 6739 |
msgstr "" |
| 6740 |
|
| 6741 |
#: gettext/gettext-lib-pro.php:182 lib/pro/admin/advanced.php:1330 |
| 6742 |
#: lib/std/admin/advanced.php:1216 |
| 6743 |
msgctxt "option label" |
| 6744 |
msgid "Default Product Size Group" |
| 6745 |
msgstr "" |
| 6746 |
|
| 6747 |
#: gettext/gettext-lib-pro.php:183 lib/pro/admin/advanced.php:1339 |
| 6748 |
#: lib/std/admin/advanced.php:1226 |
| 6749 |
msgctxt "option label" |
| 6750 |
msgid "Default Product Size System" |
| 6751 |
msgstr "" |
| 6752 |
|
| 6753 |
#: gettext/gettext-lib-pro.php:184 lib/pro/admin/advanced.php:1344 |
| 6754 |
#: lib/std/admin/advanced.php:1232 |
| 6755 |
msgctxt "option label" |
| 6756 |
msgid "Default Product Age Group" |
| 6757 |
msgstr "" |
| 6758 |
|
| 6759 |
#: gettext/gettext-lib-pro.php:185 lib/pro/admin/advanced.php:1349 |
| 6760 |
#: lib/std/admin/advanced.php:1238 |
| 6761 |
msgctxt "option label" |
| 6762 |
msgid "Default Product Adult Type" |
| 6763 |
msgstr "" |
| 6764 |
|
| 6765 |
#: gettext/gettext-lib-pro.php:186 lib/pro/admin/advanced.php:1364 |
| 6766 |
#: lib/std/admin/advanced.php:1254 |
| 6767 |
msgctxt "option label" |
| 6768 |
msgid "Add Mentions Property" |
| 6769 |
msgstr "" |
| 6770 |
|
| 6771 |
#: gettext/gettext-lib-pro.php:187 lib/pro/admin/advanced.php:1379 |
| 6772 |
#: lib/std/admin/advanced.php:1273 |
| 6773 |
msgctxt "option label" |
| 6774 |
msgid "Default Review Rating Min" |
| 6775 |
msgstr "" |
| 6776 |
|
| 6777 |
#: gettext/gettext-lib-pro.php:188 lib/pro/admin/advanced.php:1384 |
| 6778 |
#: lib/std/admin/advanced.php:1279 |
| 6779 |
msgctxt "option label" |
| 6780 |
msgid "Default Review Rating Max" |
| 6781 |
msgstr "" |
| 6782 |
|
| 6783 |
#: gettext/gettext-lib-pro.php:189 lib/pro/admin/advanced.php:1389 |
| 6784 |
#: lib/std/admin/advanced.php:1285 |
| 6785 |
msgctxt "option label" |
| 6786 |
msgid "Default Subject Schema Type" |
| 6787 |
msgstr "" |
| 6788 |
|
| 6789 |
#: gettext/gettext-lib-pro.php:190 lib/pro/admin/advanced.php:1406 |
| 6790 |
#: lib/std/admin/advanced.php:1302 |
| 6791 |
msgctxt "option label" |
| 6792 |
msgid "Default Service Provider Org." |
| 6793 |
msgstr "" |
| 6794 |
|
| 6795 |
#: gettext/gettext-lib-pro.php:191 lib/pro/admin/advanced.php:1414 |
| 6796 |
#: lib/std/admin/advanced.php:1309 |
| 6797 |
msgctxt "option label" |
| 6798 |
msgid "Default Service Provider Person" |
| 6799 |
msgstr "" |
| 6800 |
|
| 6801 |
#: gettext/gettext-lib-pro.php:192 gettext/gettext-lib-pro.php:195 |
| 6802 |
#: gettext/gettext-lib-pro.php:198 lib/pro/admin/advanced.php:1434 |
| 6803 |
#: lib/pro/admin/advanced.php:1472 lib/pro/admin/advanced.php:1503 |
| 6804 |
#: lib/std/admin/advanced.php:1329 lib/std/admin/advanced.php:1369 |
| 6805 |
#: lib/std/admin/advanced.php:1402 |
| 6806 |
msgctxt "column title" |
| 6807 |
msgid "Show" |
| 6808 |
msgstr "" |
| 6809 |
|
| 6810 |
#: gettext/gettext-lib-pro.php:193 gettext/gettext-lib-pro.php:196 |
| 6811 |
#: lib/messages-info.php:114 lib/messages-tooltip.php:718 |
| 6812 |
#: lib/messages-tooltip.php:720 lib/messages-tooltip.php:732 |
| 6813 |
#: lib/pro/admin/advanced.php:1435 lib/pro/admin/advanced.php:1473 |
| 6814 |
#: lib/std/admin/advanced.php:1330 lib/std/admin/advanced.php:1370 |
| 6815 |
msgctxt "column title" |
| 6816 |
msgid "Contact Field ID" |
| 6817 |
msgstr "" |
| 6818 |
|
| 6819 |
#: gettext/gettext-lib-pro.php:194 gettext/gettext-lib-pro.php:197 |
| 6820 |
#: lib/messages-info.php:116 lib/messages-tooltip.php:726 |
| 6821 |
#: lib/pro/admin/advanced.php:1436 lib/pro/admin/advanced.php:1474 |
| 6822 |
#: lib/std/admin/advanced.php:1331 lib/std/admin/advanced.php:1371 |
| 6823 |
msgctxt "column title" |
| 6824 |
msgid "Contact Field Label" |
| 6825 |
msgstr "" |
| 6826 |
|
| 6827 |
#: gettext/gettext-lib-pro.php:199 lib/pro/admin/advanced.php:1623 |
| 6828 |
#: lib/std/admin/advanced.php:1519 |
| 6829 |
msgid "" |
| 6830 |
"An SEO plugin has been detected - some basic SEO meta tags have been " |
| 6831 |
"unchecked and disabled automatically." |
| 6832 |
msgstr "" |
| 6833 |
|
| 6834 |
#: gettext/gettext-lib-pro.php:200 lib/pro/admin/edit.php:54 |
| 6835 |
#: lib/std/admin/edit.php:39 |
| 6836 |
msgctxt "metabox title" |
| 6837 |
msgid "Priority Video Information" |
| 6838 |
msgstr "" |
| 6839 |
|
| 6840 |
#: gettext/gettext-lib-pro.php:201 lib/messages.php:1049 |
| 6841 |
#: lib/pro/admin/edit.php:58 lib/std/admin/edit.php:47 |
| 6842 |
msgctxt "option label" |
| 6843 |
msgid "Video Embed HTML" |
| 6844 |
msgstr "" |
| 6845 |
|
| 6846 |
#: gettext/gettext-lib-pro.php:202 lib/pro/admin/edit.php:64 |
| 6847 |
#: lib/std/admin/edit.php:54 |
| 6848 |
msgctxt "option label" |
| 6849 |
msgid "or a Video URL" |
| 6850 |
msgstr "" |
| 6851 |
|
| 6852 |
#: gettext/gettext-lib-pro.php:203 lib/pro/admin/edit.php:71 |
| 6853 |
#: lib/std/admin/edit.php:61 |
| 6854 |
msgctxt "metabox title" |
| 6855 |
msgid "Video Information from Video API" |
| 6856 |
msgstr "" |
| 6857 |
|
| 6858 |
#: gettext/gettext-lib-pro.php:204 lib/pro/admin/edit.php:75 |
| 6859 |
#: lib/std/admin/edit.php:66 |
| 6860 |
msgctxt "option label" |
| 6861 |
msgid "Video Name" |
| 6862 |
msgstr "" |
| 6863 |
|
| 6864 |
#: gettext/gettext-lib-pro.php:205 lib/pro/admin/edit.php:82 |
| 6865 |
#: lib/std/admin/edit.php:73 |
| 6866 |
msgctxt "option label" |
| 6867 |
msgid "Video Description" |
| 6868 |
msgstr "" |
| 6869 |
|
| 6870 |
#: gettext/gettext-lib-pro.php:206 lib/pro/admin/edit.php:89 |
| 6871 |
#: lib/std/admin/edit.php:80 |
| 6872 |
msgctxt "option label" |
| 6873 |
msgid "Video Stream URL" |
| 6874 |
msgstr "" |
| 6875 |
|
| 6876 |
#: gettext/gettext-lib-pro.php:207 lib/pro/admin/edit.php:96 |
| 6877 |
#: lib/std/admin/edit.php:87 |
| 6878 |
msgctxt "option label" |
| 6879 |
msgid "Video Dimensions" |
| 6880 |
msgstr "" |
| 6881 |
|
| 6882 |
#: gettext/gettext-lib-pro.php:208 lib/pro/admin/edit.php:102 |
| 6883 |
#: lib/std/admin/edit.php:94 |
| 6884 |
msgctxt "option label" |
| 6885 |
msgid "Video Upload Date" |
| 6886 |
msgstr "" |
| 6887 |
|
| 6888 |
#: gettext/gettext-lib-pro.php:213 gettext/gettext-lib-pro.php:218 |
| 6889 |
#: gettext/gettext-lib-pro.php:221 lib/pro/media/slideshare.php:244 |
| 6890 |
#: lib/pro/media/vimeo.php:217 lib/pro/media/wistia.php:384 |
| 6891 |
msgid "https://secure.php.net/manual/en/function.simplexml-load-string.php" |
| 6892 |
msgstr "" |
| 6893 |
|
| 6894 |
#: gettext/gettext-lib-pro.php:214 gettext/gettext-lib-pro.php:219 |
| 6895 |
#: gettext/gettext-lib-pro.php:222 lib/pro/media/slideshare.php:245 |
| 6896 |
#: lib/pro/media/vimeo.php:218 lib/pro/media/wistia.php:385 |
| 6897 |
msgid "The <a href=\"%1$s\">PHP %2$s function</a> is not available." |
| 6898 |
msgstr "" |
| 6899 |
|
| 6900 |
#: gettext/gettext-lib-pro.php:215 gettext/gettext-lib-pro.php:220 |
| 6901 |
#: gettext/gettext-lib-pro.php:223 lib/conflict.php:337 |
| 6902 |
#: lib/pro/media/slideshare.php:248 lib/pro/media/vimeo.php:221 |
| 6903 |
#: lib/pro/media/wistia.php:388 |
| 6904 |
msgid "" |
| 6905 |
"Please contact your hosting provider to have the missing PHP function " |
| 6906 |
"installed." |
| 6907 |
msgstr "" |
| 6908 |
|
| 6909 |
#: gettext/gettext-lib-pro.php:216 lib/pro/media/upscale.php:254 |
| 6910 |
msgid "" |
| 6911 |
"Failed to upscale image ID %1$s of %2$s by %3$s from %4$s to %5$s for the " |
| 6912 |
"%6$s image size (exceeds %7$s maximum upscale setting)." |
| 6913 |
msgstr "" |
| 6914 |
|
| 6915 |
#: gettext/gettext-lib-pro.php:217 lib/pro/media/upscale.php:262 |
| 6916 |
msgid "" |
| 6917 |
"Image ID %1$s of %2$s has been upscaled by %3$s from %4$s to %5$s for the " |
| 6918 |
"%6$s image size." |
| 6919 |
msgstr "" |
| 6920 |
|
| 6921 |
#: gettext/gettext-lib-pro.php:224 lib/pro/media/youtube.php:220 |
| 6922 |
msgid "Video title not found for %s." |
| 6923 |
msgstr "" |
| 6924 |
|
| 6925 |
#: gettext/gettext-lib-pro.php:225 lib/pro/media/youtube.php:230 |
| 6926 |
msgid "Video description not found for %s." |
| 6927 |
msgstr "" |
| 6928 |
|
| 6929 |
#: gettext/gettext-lib-pro.php:226 lib/pro/media/youtube.php:240 |
| 6930 |
msgid "Video upload date not found for %s." |
| 6931 |
msgstr "" |
| 6932 |
|
| 6933 |
#: gettext/gettext-lib-pro.php:228 lib/pro/review/judgeme.php:194 |
| 6934 |
msgid "getting judge.me ratings and reviews" |
| 6935 |
msgstr "" |
| 6936 |
|
| 6937 |
#: gettext/gettext-lib-pro.php:229 gettext/gettext-lib-pro.php:233 |
| 6938 |
#: gettext/gettext-lib-pro.php:237 lib/pro/review/judgeme.php:431 |
| 6939 |
#: lib/pro/review/shopperapproved.php:352 lib/pro/review/stamped.php:341 |
| 6940 |
msgid "There has been a previous error connecting to %s for caching." |
| 6941 |
msgstr "" |
| 6942 |
|
| 6943 |
#: gettext/gettext-lib-pro.php:230 gettext/gettext-lib-pro.php:234 |
| 6944 |
#: gettext/gettext-lib-pro.php:238 lib/pro/review/judgeme.php:434 |
| 6945 |
#: lib/pro/review/shopperapproved.php:355 lib/pro/review/stamped.php:344 |
| 6946 |
msgid "" |
| 6947 |
"Requests to retrieve and cache this URL are ignored for another %d second(s)" |
| 6948 |
msgstr "" |
| 6949 |
|
| 6950 |
#: gettext/gettext-lib-pro.php:232 lib/pro/review/shopperapproved.php:178 |
| 6951 |
msgid "getting shopper approved ratings and reviews" |
| 6952 |
msgstr "" |
| 6953 |
|
| 6954 |
#: gettext/gettext-lib-pro.php:236 lib/pro/review/stamped.php:178 |
| 6955 |
msgid "getting stamp.io ratings and reviews" |
| 6956 |
msgstr "" |
| 6957 |
|
| 6958 |
#: gettext/gettext-lib-pro.php:239 gettext/gettext-lib-pro.php:250 |
| 6959 |
#: lib/conflict.php:232 lib/integ/review/yotpowc.php:181 lib/loader.php:177 |
| 6960 |
#: lib/loader.php:191 lib/post.php:1861 lib/pro/util/shorten.php:336 |
| 6961 |
#: lib/pro/util/shorten.php:531 lib/util-cache.php:669 |
| 6962 |
msgid "%s error:" |
| 6963 |
msgstr "" |
| 6964 |
|
| 6965 |
#: gettext/gettext-lib-pro.php:240 gettext/gettext-lib-pro.php:242 |
| 6966 |
#: gettext/gettext-lib-pro.php:244 gettext/gettext-lib-pro.php:246 |
| 6967 |
#: lib/pro/util/shorten.php:358 lib/pro/util/shorten.php:384 |
| 6968 |
#: lib/pro/util/shorten.php:408 lib/pro/util/shorten.php:449 |
| 6969 |
msgid "The \"%s\" option value is empty and required." |
| 6970 |
msgstr "" |
| 6971 |
|
| 6972 |
#. translators: %s is the current URL from the $_SERVER variable. |
| 6973 |
#: gettext/gettext-lib-pro.php:248 lib/pro/util/shorten.php:456 |
| 6974 |
msgid "Loop detected: YOURLS API URL matches current URL (%s)" |
| 6975 |
msgstr "" |
| 6976 |
|
| 6977 |
#. translators: %s is the shortening service id. |
| 6978 |
#: gettext/gettext-lib-pro.php:249 lib/pro/util/shorten.php:497 |
| 6979 |
msgid "Unable to instantiate the \"%s\" shortening service." |
| 6980 |
msgstr "" |
| 6981 |
|
| 6982 |
#. translators: %s is the shortening service id. |
| 6983 |
#: gettext/gettext-lib-pro.php:251 lib/pro/util/shorten.php:534 |
| 6984 |
msgid "URL shortening library file for \"%s\" is missing and required." |
| 6985 |
msgstr "" |
| 6986 |
|
| 6987 |
#: lib/abstract/wp-meta.php:147 lib/abstract/wp-meta.php:193 |
| 6988 |
msgctxt "metadata title" |
| 6989 |
msgid "%s Metadata" |
| 6990 |
msgstr "" |
| 6991 |
|
| 6992 |
#: lib/abstract/wp-meta.php:1516 |
| 6993 |
msgid "checking meta tags" |
| 6994 |
msgstr "" |
| 6995 |
|
| 6996 |
#: lib/abstract/wp-meta.php:1587 |
| 6997 |
msgctxt "metabox tab" |
| 6998 |
msgid "Edit General" |
| 6999 |
msgstr "" |
| 7000 |
|
| 7001 |
#: lib/abstract/wp-meta.php:1591 |
| 7002 |
msgctxt "metabox tab" |
| 7003 |
msgid "Edit Schema" |
| 7004 |
msgstr "" |
| 7005 |
|
| 7006 |
#: lib/abstract/wp-meta.php:1594 lib/messages.php:290 |
| 7007 |
msgctxt "metabox tab" |
| 7008 |
msgid "Edit Media" |
| 7009 |
msgstr "" |
| 7010 |
|
| 7011 |
#: lib/abstract/wp-meta.php:1598 |
| 7012 |
msgctxt "metabox tab" |
| 7013 |
msgid "Edit Visibility" |
| 7014 |
msgstr "" |
| 7015 |
|
| 7016 |
#: lib/abstract/wp-meta.php:1599 |
| 7017 |
msgctxt "metabox tab" |
| 7018 |
msgid "Preview Social" |
| 7019 |
msgstr "" |
| 7020 |
|
| 7021 |
#: lib/abstract/wp-meta.php:1600 |
| 7022 |
msgctxt "metabox tab" |
| 7023 |
msgid "Preview oEmbed" |
| 7024 |
msgstr "" |
| 7025 |
|
| 7026 |
#: lib/abstract/wp-meta.php:1601 |
| 7027 |
msgctxt "metabox tab" |
| 7028 |
msgid "Validators" |
| 7029 |
msgstr "" |
| 7030 |
|
| 7031 |
#: lib/abstract/wp-meta.php:1974 |
| 7032 |
msgid "Nonce token validation failed for the submitted form (update ignored)." |
| 7033 |
msgstr "" |
| 7034 |
|
| 7035 |
#: lib/abstract/wp-meta.php:2283 |
| 7036 |
msgid "Another review cannot be the subject of a review." |
| 7037 |
msgstr "" |
| 7038 |
|
| 7039 |
#: lib/abstract/wp-meta.php:2285 lib/abstract/wp-meta.php:2298 |
| 7040 |
msgid "" |
| 7041 |
"Please select a Schema type for the review subject that describes the " |
| 7042 |
"subject being reviewed." |
| 7043 |
msgstr "" |
| 7044 |
|
| 7045 |
#: lib/abstract/wp-meta.php:2296 |
| 7046 |
msgid "Another claim review cannot be the subject of a claim review." |
| 7047 |
msgstr "" |
| 7048 |
|
| 7049 |
#: lib/admin-dashboard.php:36 |
| 7050 |
msgid "WPSSO Help and Support" |
| 7051 |
msgstr "" |
| 7052 |
|
| 7053 |
#: lib/admin-dashboard.php:40 |
| 7054 |
msgid "WPSSO Version Information" |
| 7055 |
msgstr "" |
| 7056 |
|
| 7057 |
#: lib/admin-dashboard.php:44 |
| 7058 |
msgid "WPSSO Cache Status" |
| 7059 |
msgstr "" |
| 7060 |
|
| 7061 |
#: lib/admin-dashboard.php:65 |
| 7062 |
msgid "Database Transients" |
| 7063 |
msgstr "" |
| 7064 |
|
| 7065 |
#: lib/admin-dashboard.php:70 lib/admin-dashboard.php:136 |
| 7066 |
msgid "Count" |
| 7067 |
msgstr "" |
| 7068 |
|
| 7069 |
#: lib/admin-dashboard.php:71 lib/admin-dashboard.php:137 |
| 7070 |
msgid "MB" |
| 7071 |
msgstr "" |
| 7072 |
|
| 7073 |
#: lib/admin-dashboard.php:72 |
| 7074 |
msgid "Expiration" |
| 7075 |
msgstr "" |
| 7076 |
|
| 7077 |
#: lib/admin-dashboard.php:103 |
| 7078 |
msgid "disabled" |
| 7079 |
msgstr "" |
| 7080 |
|
| 7081 |
#: lib/admin-dashboard.php:119 lib/submenu/tools.php:164 |
| 7082 |
msgid "" |
| 7083 |
"<a href=\"%1$s\">Using an external object cache</a> for WordPress transients " |
| 7084 |
"is <code>%2$s</code>." |
| 7085 |
msgstr "" |
| 7086 |
|
| 7087 |
#: lib/admin-dashboard.php:120 lib/submenu/tools.php:165 |
| 7088 |
msgid "" |
| 7089 |
"https://developer.wordpress.org/reference/functions/" |
| 7090 |
"wp_using_ext_object_cache/" |
| 7091 |
msgstr "" |
| 7092 |
|
| 7093 |
#: lib/admin-dashboard.php:123 lib/submenu/tools.php:167 |
| 7094 |
msgid "All database transient counts should be 0." |
| 7095 |
msgstr "" |
| 7096 |
|
| 7097 |
#: lib/admin-dashboard.php:131 |
| 7098 |
msgid "Cache Folder" |
| 7099 |
msgstr "" |
| 7100 |
|
| 7101 |
#: lib/admin-dashboard.php:149 |
| 7102 |
msgid "Cached %s Files" |
| 7103 |
msgstr "" |
| 7104 |
|
| 7105 |
#: lib/admin-dashboard.php:156 |
| 7106 |
msgid "All Cached Files" |
| 7107 |
msgstr "" |
| 7108 |
|
| 7109 |
#: lib/admin-dashboard.php:188 |
| 7110 |
msgid "<a href=\"%s\">Frequently Asked Questions</a>" |
| 7111 |
msgstr "" |
| 7112 |
|
| 7113 |
#: lib/admin-dashboard.php:193 |
| 7114 |
msgid "<a href=\"%s\">Notes and Documentation</a>" |
| 7115 |
msgstr "" |
| 7116 |
|
| 7117 |
#: lib/admin-dashboard.php:198 |
| 7118 |
msgid "<a href=\"%s\">Priority Support Ticket</a>" |
| 7119 |
msgstr "" |
| 7120 |
|
| 7121 |
#: lib/admin-dashboard.php:199 |
| 7122 |
msgid "Premium edition" |
| 7123 |
msgstr "" |
| 7124 |
|
| 7125 |
#: lib/admin-dashboard.php:203 |
| 7126 |
msgid "<a href=\"%s\">Community Support Forum</a>" |
| 7127 |
msgstr "" |
| 7128 |
|
| 7129 |
#: lib/admin-dashboard.php:246 lib/admin-dashboard.php:247 |
| 7130 |
msgid "Not Available" |
| 7131 |
msgstr "" |
| 7132 |
|
| 7133 |
#: lib/admin-dashboard.php:301 |
| 7134 |
msgctxt "version label" |
| 7135 |
msgid "Stable Version" |
| 7136 |
msgstr "" |
| 7137 |
|
| 7138 |
#: lib/admin-dashboard.php:305 |
| 7139 |
msgctxt "version label" |
| 7140 |
msgid "Installed Version" |
| 7141 |
msgstr "" |
| 7142 |
|
| 7143 |
#: lib/admin-dashboard.php:308 |
| 7144 |
msgctxt "version label" |
| 7145 |
msgid "Latest Version" |
| 7146 |
msgstr "" |
| 7147 |
|
| 7148 |
#: lib/admin-dashboard.php:316 |
| 7149 |
msgctxt "version label" |
| 7150 |
msgid "Update Notice" |
| 7151 |
msgstr "" |
| 7152 |
|
| 7153 |
#: lib/admin-dashboard.php:324 |
| 7154 |
msgid "View %s changelog..." |
| 7155 |
msgstr "" |
| 7156 |
|
| 7157 |
#. translators: Please ignore - translation uses a different text domain. |
| 7158 |
#: lib/admin-head-suggest-addons.php:139 |
| 7159 |
msgid "WooCommerce" |
| 7160 |
msgstr "" |
| 7161 |
|
| 7162 |
#: lib/admin-head-suggest-addons.php:165 |
| 7163 |
msgid "" |
| 7164 |
"If you advertise or sell items on Facebook and Instagram, the %s add-on can " |
| 7165 |
"provide a product feed for Meta's Commerce Manager." |
| 7166 |
msgstr "" |
| 7167 |
|
| 7168 |
#: lib/admin-head-suggest-addons.php:167 |
| 7169 |
msgid "" |
| 7170 |
"You should activate the %s add-on if you don't already have a plugin to " |
| 7171 |
"manage your Commerce Manager product feed XML." |
| 7172 |
msgstr "" |
| 7173 |
|
| 7174 |
#: lib/admin-head-suggest-addons.php:173 |
| 7175 |
msgid "" |
| 7176 |
"If you have created an account with Google Merchant Center, the %s add-on " |
| 7177 |
"can provide a product feed for Google Merchant Center." |
| 7178 |
msgstr "" |
| 7179 |
|
| 7180 |
#: lib/admin-head-suggest-addons.php:175 |
| 7181 |
msgid "" |
| 7182 |
"You should activate the %s add-on if you don't already have a plugin to " |
| 7183 |
"manage your Google merchant feed XML." |
| 7184 |
msgstr "" |
| 7185 |
|
| 7186 |
#: lib/admin-head-suggest-addons.php:181 |
| 7187 |
msgid "" |
| 7188 |
"Google suggests including a merchant return policy in Schema Product offers " |
| 7189 |
"markup." |
| 7190 |
msgstr "" |
| 7191 |
|
| 7192 |
#: lib/admin-head-suggest-addons.php:183 |
| 7193 |
msgid "" |
| 7194 |
"If you have not created a return policy in Google Merchant Center, you " |
| 7195 |
"should activate the %s add-on to manage return policies and select a return " |
| 7196 |
"policy for your product offers." |
| 7197 |
msgstr "" |
| 7198 |
|
| 7199 |
#: lib/admin-head-suggest-addons.php:192 |
| 7200 |
msgid "" |
| 7201 |
"Google requires at least one unique product identifier for Schema Product " |
| 7202 |
"markup, like the product MPN (Manufacturer Part Number), UPC, EAN, GTIN, or " |
| 7203 |
"ISBN." |
| 7204 |
msgstr "" |
| 7205 |
|
| 7206 |
#: lib/admin-head-suggest-addons.php:194 |
| 7207 |
msgid "" |
| 7208 |
"The product SKU (Stock Keeping Unit) from %s is not a unique product " |
| 7209 |
"identifier." |
| 7210 |
msgstr "" |
| 7211 |
|
| 7212 |
#: lib/admin-head-suggest-addons.php:197 lib/messages-info.php:188 |
| 7213 |
msgid "" |
| 7214 |
"You should activate the %s add-on if you don't already have a plugin to " |
| 7215 |
"manage unique product identifiers for WooCommerce." |
| 7216 |
msgstr "" |
| 7217 |
|
| 7218 |
#: lib/admin-head-suggest-addons.php:209 |
| 7219 |
msgid "" |
| 7220 |
"Product shipping features are enabled in %1$s but the %2$s add-on is not " |
| 7221 |
"active." |
| 7222 |
msgstr "" |
| 7223 |
|
| 7224 |
#: lib/admin-head-suggest-addons.php:212 |
| 7225 |
msgid "" |
| 7226 |
"Adding shipping details to your Schema Product markup is important if you " |
| 7227 |
"offer free or low-cost shipping options, as this will make your products " |
| 7228 |
"more appealing in Google search results." |
| 7229 |
msgstr "" |
| 7230 |
|
| 7231 |
#: lib/admin-head-suggest-addons.php:254 |
| 7232 |
msgid "" |
| 7233 |
"The <a href=\"%1$s\">WordPress sitemaps XML</a> is enabled, but the %2$s add-" |
| 7234 |
"on is not active." |
| 7235 |
msgstr "" |
| 7236 |
|
| 7237 |
#: lib/admin-head-suggest-addons.php:257 |
| 7238 |
msgid "" |
| 7239 |
"You can activate this add-on to manage post and taxonomy types included in " |
| 7240 |
"the sitemaps XML, exclude posts, pages, custom post types, taxonomy terms " |
| 7241 |
"(categories, tags, etc.), and/or user profiles, enhance the sitemaps XML " |
| 7242 |
"with article modification times, images sitemaps, news sitemaps and more." |
| 7243 |
msgstr "" |
| 7244 |
|
| 7245 |
#: lib/admin-head-suggest-addons.php:281 |
| 7246 |
msgid "Activate the %s add-on." |
| 7247 |
msgstr "" |
| 7248 |
|
| 7249 |
#: lib/admin-head-suggest-addons.php:287 |
| 7250 |
msgid "Install and activate the %s add-on." |
| 7251 |
msgstr "" |
| 7252 |
|
| 7253 |
#: lib/admin-head-suggest-options.php:140 lib/messages.php:564 |
| 7254 |
#: lib/messages.php:1308 |
| 7255 |
msgctxt "menu title" |
| 7256 |
msgid "SSO" |
| 7257 |
msgstr "" |
| 7258 |
|
| 7259 |
#: lib/admin-head-suggest-options.php:142 lib/messages.php:1310 |
| 7260 |
#: lib/submenu/advanced.php:39 |
| 7261 |
msgctxt "metabox title" |
| 7262 |
msgid "HTML Tags" |
| 7263 |
msgstr "" |
| 7264 |
|
| 7265 |
#: lib/admin-head-suggest-options.php:143 lib/messages.php:1311 |
| 7266 |
#: lib/submenu/advanced.php:239 |
| 7267 |
msgctxt "metabox tab" |
| 7268 |
msgid "SEO / Other" |
| 7269 |
msgstr "" |
| 7270 |
|
| 7271 |
#: lib/admin-head-suggest-options.php:145 |
| 7272 |
msgid "" |
| 7273 |
"Please note that the %s HTML tag is currently disabled and a known SEO " |
| 7274 |
"plugin has not been detected." |
| 7275 |
msgstr "" |
| 7276 |
|
| 7277 |
#: lib/admin-head-suggest-options.php:148 |
| 7278 |
msgid "" |
| 7279 |
"If another SEO plugin or your theme templates are not adding the %1$s HTML " |
| 7280 |
"tag to your webpages, you should enable this option under the %2$s tab." |
| 7281 |
msgstr "" |
| 7282 |
|
| 7283 |
#: lib/admin-head.php:110 |
| 7284 |
msgid "" |
| 7285 |
"The WordPress <a href=\"%1$s\">Search Engine Visibility</a> option is set to " |
| 7286 |
"allow search engines and social sites to access this site, but your <a href=" |
| 7287 |
"\"%2$s\">Site Address URL</a> value is an IP address (%3$s)." |
| 7288 |
msgstr "" |
| 7289 |
|
| 7290 |
#: lib/admin-head.php:112 |
| 7291 |
msgid "" |
| 7292 |
"Please update your Search Engine Visibility option to discourage search " |
| 7293 |
"engines from indexing this site, or use a fully qualified domain name as " |
| 7294 |
"your Site Address URL." |
| 7295 |
msgstr "" |
| 7296 |
|
| 7297 |
#: lib/admin-head.php:198 |
| 7298 |
msgid "" |
| 7299 |
"There is <a href=\"%1$s\">%2$d pending update for the %3$s plugin and its " |
| 7300 |
"add-on(s)</a>." |
| 7301 |
msgid_plural "" |
| 7302 |
"There are <a href=\"%1$s\">%2$d pending updates for the %3$s plugin and its " |
| 7303 |
"add-on(s)</a>." |
| 7304 |
msgstr[0] "" |
| 7305 |
msgstr[1] "" |
| 7306 |
|
| 7307 |
#: lib/admin-head.php:202 |
| 7308 |
msgid "Please install this update at your earliest convenience." |
| 7309 |
msgid_plural "Please install these updates at your earliest convenience." |
| 7310 |
msgstr[0] "" |
| 7311 |
msgstr[1] "" |
| 7312 |
|
| 7313 |
#: lib/admin-head.php:332 |
| 7314 |
msgid "Rate the %1$s %2$s" |
| 7315 |
msgstr "" |
| 7316 |
|
| 7317 |
#: lib/admin-head.php:333 lib/admin-head.php:341 |
| 7318 |
msgid "Thank you!" |
| 7319 |
msgstr "" |
| 7320 |
|
| 7321 |
#: lib/admin-head.php:340 |
| 7322 |
msgid "I've already rated the %2$s" |
| 7323 |
msgstr "" |
| 7324 |
|
| 7325 |
#. translators: %1$s is the plugin name, %2$s is the plugin type (ie. "plugin" |
| 7326 |
#. or "add-on"), and %3$s is a measure of time. |
| 7327 |
#: lib/admin-head.php:355 |
| 7328 |
msgid "The %1$s %2$s was activated %3$s ago." |
| 7329 |
msgstr "" |
| 7330 |
|
| 7331 |
#. translators: %1$s is the plugin type (ie. "plugin" or "add-on"). |
| 7332 |
#: lib/admin-head.php:361 |
| 7333 |
msgid "Please encourage your %1$s %2$s developers by rating the %2$s." |
| 7334 |
msgstr "" |
| 7335 |
|
| 7336 |
#. translators: %1$s is the plugin type (ie. "plugin" or "add-on"). |
| 7337 |
#: lib/admin-head.php:367 |
| 7338 |
msgid "" |
| 7339 |
"It only takes a moment, and it really does encourage us to keep improving " |
| 7340 |
"the %1$s." |
| 7341 |
msgstr "" |
| 7342 |
|
| 7343 |
#: lib/admin-head.php:422 |
| 7344 |
msgid "View the %s edition prices" |
| 7345 |
msgstr "" |
| 7346 |
|
| 7347 |
#: lib/admin-head.php:423 |
| 7348 |
msgid "Thank you for supporting the continued development of %s." |
| 7349 |
msgstr "" |
| 7350 |
|
| 7351 |
#: lib/admin-head.php:427 |
| 7352 |
msgid "I'll stay with the %s edition" |
| 7353 |
msgstr "" |
| 7354 |
|
| 7355 |
#: lib/admin-head.php:428 |
| 7356 |
msgid "Please consider supporting the development of %s in the future." |
| 7357 |
msgstr "" |
| 7358 |
|
| 7359 |
#: lib/admin-head.php:429 |
| 7360 |
msgid "Thank you." |
| 7361 |
msgstr "" |
| 7362 |
|
| 7363 |
#. translators: %1$s is the plugin name, %2$s is the plugin type (ie. "plugin" |
| 7364 |
#. or "add-on"), and %3$s is a measure of time. |
| 7365 |
#: lib/admin-head.php:443 |
| 7366 |
msgid "The %1$s %2$s was installed %3$s ago." |
| 7367 |
msgstr "" |
| 7368 |
|
| 7369 |
#: lib/admin-head.php:448 |
| 7370 |
msgid "Have you thought about purchasing the %s edition?" |
| 7371 |
msgstr "" |
| 7372 |
|
| 7373 |
#: lib/admin-head.php:450 |
| 7374 |
msgid "The %s edition includes loads of extra features!" |
| 7375 |
msgstr "" |
| 7376 |
|
| 7377 |
#: lib/admin.php:260 |
| 7378 |
msgid "The Site Address URL value has been changed from %1$s to %2$s." |
| 7379 |
msgstr "" |
| 7380 |
|
| 7381 |
#: lib/admin.php:626 |
| 7382 |
msgctxt "plugin action link" |
| 7383 |
msgid "Plugin Settings" |
| 7384 |
msgstr "" |
| 7385 |
|
| 7386 |
#: lib/admin.php:629 |
| 7387 |
msgctxt "plugin action link" |
| 7388 |
msgid "Plugin Add-ons" |
| 7389 |
msgstr "" |
| 7390 |
|
| 7391 |
#: lib/admin.php:637 |
| 7392 |
msgctxt "plugin action link" |
| 7393 |
msgid "Add-on Settings" |
| 7394 |
msgstr "" |
| 7395 |
|
| 7396 |
#: lib/admin.php:811 |
| 7397 |
msgid "Plugin settings have been saved." |
| 7398 |
msgstr "" |
| 7399 |
|
| 7400 |
#: lib/admin.php:819 |
| 7401 |
msgid "refresh the cache now" |
| 7402 |
msgstr "" |
| 7403 |
|
| 7404 |
#: lib/admin.php:822 |
| 7405 |
msgid "You can %1$s or let the cache refresh over the next %2$s." |
| 7406 |
msgstr "" |
| 7407 |
|
| 7408 |
#: lib/admin.php:848 |
| 7409 |
msgid "Nonce token validation failed for network options (update ignored)." |
| 7410 |
msgstr "" |
| 7411 |
|
| 7412 |
#: lib/admin.php:856 |
| 7413 |
msgid "Insufficient privileges to manage network options." |
| 7414 |
msgstr "" |
| 7415 |
|
| 7416 |
#: lib/admin.php:891 |
| 7417 |
msgid "Network plugin settings have been saved." |
| 7418 |
msgstr "" |
| 7419 |
|
| 7420 |
#: lib/admin.php:928 lib/post.php:1205 lib/term.php:768 lib/user.php:783 |
| 7421 |
msgid "Nonce token validation failed for %1$s action \"%2$s\"." |
| 7422 |
msgstr "" |
| 7423 |
|
| 7424 |
#: lib/admin.php:951 |
| 7425 |
msgid "%s cache files have been cleared." |
| 7426 |
msgstr "" |
| 7427 |
|
| 7428 |
#: lib/admin.php:961 |
| 7429 |
msgid "%s failed URL connections have been cleared." |
| 7430 |
msgstr "" |
| 7431 |
|
| 7432 |
#: lib/admin.php:971 |
| 7433 |
msgid "%s database transients have been cleared." |
| 7434 |
msgstr "" |
| 7435 |
|
| 7436 |
#: lib/admin.php:981 |
| 7437 |
msgid "%s expired transients have been cleared." |
| 7438 |
msgstr "" |
| 7439 |
|
| 7440 |
#: lib/admin.php:991 |
| 7441 |
msgid "%s database transients have been cleared (shortened URLs preserved)." |
| 7442 |
msgstr "" |
| 7443 |
|
| 7444 |
#: lib/admin.php:1002 |
| 7445 |
msgid "%s shortened URL database transients have been cleared." |
| 7446 |
msgstr "" |
| 7447 |
|
| 7448 |
#: lib/admin.php:1015 |
| 7449 |
msgid "%s WordPress cron jobs have been cleared." |
| 7450 |
msgstr "" |
| 7451 |
|
| 7452 |
#: lib/admin.php:1030 |
| 7453 |
msgid "The WordPress rewrite rules have been flushed." |
| 7454 |
msgstr "" |
| 7455 |
|
| 7456 |
#: lib/admin.php:1056 |
| 7457 |
msgid "Metabox layout preferences for user ID #%d \"%s\" have been reset." |
| 7458 |
msgstr "" |
| 7459 |
|
| 7460 |
#: lib/admin.php:1071 |
| 7461 |
msgid "Dismissed notices for user ID #%d \"%s\" have been reset." |
| 7462 |
msgstr "" |
| 7463 |
|
| 7464 |
#: lib/admin.php:1090 |
| 7465 |
msgid "Option preference has been saved." |
| 7466 |
msgstr "" |
| 7467 |
|
| 7468 |
#: lib/admin.php:1092 |
| 7469 |
msgid "Now viewing \"%s\" by default." |
| 7470 |
msgstr "" |
| 7471 |
|
| 7472 |
#: lib/admin.php:1109 |
| 7473 |
msgid "" |
| 7474 |
"Image size settings have been reloaded with their default values and saved." |
| 7475 |
msgstr "" |
| 7476 |
|
| 7477 |
#: lib/admin.php:1224 |
| 7478 |
msgid "" |
| 7479 |
"Your current language selection [%1$s] is different from the default site " |
| 7480 |
"language [%2$s]." |
| 7481 |
msgstr "" |
| 7482 |
|
| 7483 |
#: lib/admin.php:1227 |
| 7484 |
msgid "" |
| 7485 |
"Localized option values [%1$s] will be used for webpages and content in that " |
| 7486 |
"language." |
| 7487 |
msgstr "" |
| 7488 |
|
| 7489 |
#. translators: Please ignore - translation uses a different text domain. |
| 7490 |
#: lib/admin.php:1340 |
| 7491 |
msgid "Profile updated." |
| 7492 |
msgstr "" |
| 7493 |
|
| 7494 |
#. translators: %s is the Premium add-on short name. |
| 7495 |
#: lib/admin.php:1459 |
| 7496 |
msgid "Upgrade to %s" |
| 7497 |
msgstr "" |
| 7498 |
|
| 7499 |
#: lib/admin.php:1471 |
| 7500 |
msgctxt "submit button" |
| 7501 |
msgid "Get %s" |
| 7502 |
msgstr "" |
| 7503 |
|
| 7504 |
#: lib/admin.php:1558 |
| 7505 |
msgctxt "submit button" |
| 7506 |
msgid "Save Profile Settings" |
| 7507 |
msgstr "" |
| 7508 |
|
| 7509 |
#: lib/admin.php:1560 |
| 7510 |
msgctxt "submit button" |
| 7511 |
msgid "Save Plugin Settings" |
| 7512 |
msgstr "" |
| 7513 |
|
| 7514 |
#: lib/admin.php:1573 lib/submenu/tools.php:86 |
| 7515 |
msgctxt "submit button" |
| 7516 |
msgid "Change to \"%s\" View" |
| 7517 |
msgstr "" |
| 7518 |
|
| 7519 |
#: lib/admin.php:1693 |
| 7520 |
msgid "The %s plugin is not active and/or not found." |
| 7521 |
msgstr "" |
| 7522 |
|
| 7523 |
#: lib/admin.php:1723 |
| 7524 |
msgid "Fetching %s notifications..." |
| 7525 |
msgstr "" |
| 7526 |
|
| 7527 |
#: lib/admin.php:1835 |
| 7528 |
msgctxt "option comment" |
| 7529 |
msgid "in %s" |
| 7530 |
msgstr "" |
| 7531 |
|
| 7532 |
#: lib/admin.php:1851 |
| 7533 |
msgctxt "option label (very short)" |
| 7534 |
msgid "Site Use" |
| 7535 |
msgstr "" |
| 7536 |
|
| 7537 |
#: lib/admin.php:1872 |
| 7538 |
msgid "Return to %s" |
| 7539 |
msgstr "" |
| 7540 |
|
| 7541 |
#. translators: Please ignore - translation uses a different text domain. |
| 7542 |
#: lib/admin.php:1903 |
| 7543 |
msgid "Plugin <strong>activated</strong>." |
| 7544 |
msgstr "" |
| 7545 |
|
| 7546 |
#. translators: %1$s is the URL, %2$s is the short plugin name. |
| 7547 |
#: lib/admin.php:1924 |
| 7548 |
msgid "" |
| 7549 |
"You may <a href=\"%1$s\">refresh the update information for %2$s and its add-" |
| 7550 |
"ons</a> to check if newer versions are available." |
| 7551 |
msgstr "" |
| 7552 |
|
| 7553 |
#. translators: %1$s is the URL. |
| 7554 |
#: lib/admin.php:1933 |
| 7555 |
msgid "" |
| 7556 |
"You may <a href=\"%1$s\">refresh the update information for WordPress " |
| 7557 |
"(plugins, themes and translations)</a> to check if newer versions are " |
| 7558 |
"available." |
| 7559 |
msgstr "" |
| 7560 |
|
| 7561 |
#: lib/admin.php:2054 |
| 7562 |
msgid "Please select a %1$s settings file to import." |
| 7563 |
msgstr "" |
| 7564 |
|
| 7565 |
#: lib/admin.php:2060 |
| 7566 |
msgid "The %1$s settings file to import must be an \"%2$s\" mime type." |
| 7567 |
msgstr "" |
| 7568 |
|
| 7569 |
#: lib/admin.php:2067 |
| 7570 |
msgid "" |
| 7571 |
"The %1$s settings file is larger than the maximum of %2$d bytes allowed." |
| 7572 |
msgstr "" |
| 7573 |
|
| 7574 |
#: lib/admin.php:2081 |
| 7575 |
msgid "The %1$s settings file is appears to be empty or corrupted." |
| 7576 |
msgstr "" |
| 7577 |
|
| 7578 |
#: lib/admin.php:2090 |
| 7579 |
msgid "The %1$s settings file could not be decoded into a settings array." |
| 7580 |
msgstr "" |
| 7581 |
|
| 7582 |
#: lib/admin.php:2099 |
| 7583 |
msgid "Import of plugin and add-on settings is complete." |
| 7584 |
msgstr "" |
| 7585 |
|
| 7586 |
#: lib/admin.php:2551 |
| 7587 |
msgctxt "plugin action link" |
| 7588 |
msgid "Plugin Details and Update" |
| 7589 |
msgstr "" |
| 7590 |
|
| 7591 |
#: lib/admin.php:2552 |
| 7592 |
msgctxt "plugin action link" |
| 7593 |
msgid "Add-on Details and Update" |
| 7594 |
msgstr "" |
| 7595 |
|
| 7596 |
#: lib/admin.php:2557 |
| 7597 |
msgctxt "plugin action link" |
| 7598 |
msgid "Plugin Details" |
| 7599 |
msgstr "" |
| 7600 |
|
| 7601 |
#: lib/admin.php:2558 |
| 7602 |
msgctxt "plugin action link" |
| 7603 |
msgid "Add-on Details" |
| 7604 |
msgstr "" |
| 7605 |
|
| 7606 |
#: lib/admin.php:2569 |
| 7607 |
msgctxt "plugin action link" |
| 7608 |
msgid "Plugin Details and Install" |
| 7609 |
msgstr "" |
| 7610 |
|
| 7611 |
#: lib/admin.php:2570 |
| 7612 |
msgctxt "plugin action link" |
| 7613 |
msgid "Add-on Details and Install" |
| 7614 |
msgstr "" |
| 7615 |
|
| 7616 |
#: lib/admin.php:2576 |
| 7617 |
msgctxt "plugin action link" |
| 7618 |
msgid "About Page" |
| 7619 |
msgstr "" |
| 7620 |
|
| 7621 |
#: lib/admin.php:2583 |
| 7622 |
msgctxt "plugin action link" |
| 7623 |
msgid "Documentation" |
| 7624 |
msgstr "" |
| 7625 |
|
| 7626 |
#: lib/admin.php:2590 |
| 7627 |
msgctxt "plugin action link" |
| 7628 |
msgid "%s Support" |
| 7629 |
msgstr "" |
| 7630 |
|
| 7631 |
#: lib/admin.php:2597 |
| 7632 |
msgctxt "plugin action link" |
| 7633 |
msgid "Community Forum" |
| 7634 |
msgstr "" |
| 7635 |
|
| 7636 |
#: lib/comment.php:115 |
| 7637 |
msgctxt "module name" |
| 7638 |
msgid "comment" |
| 7639 |
msgstr "" |
| 7640 |
|
| 7641 |
#: lib/comment.php:457 |
| 7642 |
msgid "Insufficient privileges to edit comment ID %1$s." |
| 7643 |
msgstr "" |
| 7644 |
|
| 7645 |
#: lib/config.php:5513 |
| 7646 |
msgctxt "plugin type" |
| 7647 |
msgid "plugin" |
| 7648 |
msgstr "" |
| 7649 |
|
| 7650 |
#: lib/config.php:5513 |
| 7651 |
msgctxt "plugin type" |
| 7652 |
msgid "add-on" |
| 7653 |
msgstr "" |
| 7654 |
|
| 7655 |
#: lib/conflict-seo.php:48 lib/integ/rating/rate-my-post.php:60 |
| 7656 |
#: lib/integ/rating/wppostratings.php:58 |
| 7657 |
msgid "Plugin conflict detected:" |
| 7658 |
msgstr "" |
| 7659 |
|
| 7660 |
#: lib/conflict-seo.php:71 |
| 7661 |
msgid "All in One SEO" |
| 7662 |
msgstr "" |
| 7663 |
|
| 7664 |
#: lib/conflict-seo.php:80 lib/conflict-seo.php:559 |
| 7665 |
msgid "" |
| 7666 |
"The %1$s plugin is too old - please update the %1$s plugin to version %2$s " |
| 7667 |
"or newer." |
| 7668 |
msgstr "" |
| 7669 |
|
| 7670 |
#. translators: Please ignore - translation uses a different text domain. |
| 7671 |
#: lib/conflict-seo.php:95 |
| 7672 |
msgid "Enable Open Graph Markup" |
| 7673 |
msgstr "" |
| 7674 |
|
| 7675 |
#. translators: Please ignore - translation uses a different text domain. |
| 7676 |
#: lib/conflict-seo.php:99 lib/conflict-seo.php:125 lib/conflict-seo.php:320 |
| 7677 |
#: lib/conflict-seo.php:326 |
| 7678 |
msgid "Social Networks" |
| 7679 |
msgstr "" |
| 7680 |
|
| 7681 |
#. translators: Please ignore - translation uses a different text domain. |
| 7682 |
#: lib/conflict-seo.php:101 lib/conflict-seo.php:598 |
| 7683 |
msgid "Facebook" |
| 7684 |
msgstr "" |
| 7685 |
|
| 7686 |
#: lib/conflict-seo.php:108 lib/conflict-seo.php:134 lib/conflict-seo.php:424 |
| 7687 |
#: lib/conflict-seo.php:532 lib/conflict-seo.php:606 lib/conflict-seo.php:648 |
| 7688 |
#: lib/conflict-seo.php:690 |
| 7689 |
msgid "Please disable the %1$s option in the %2$s settings." |
| 7690 |
msgstr "" |
| 7691 |
|
| 7692 |
#. translators: Please ignore - translation uses a different text domain. |
| 7693 |
#: lib/conflict-seo.php:121 |
| 7694 |
msgid "Enable Twitter Card" |
| 7695 |
msgstr "" |
| 7696 |
|
| 7697 |
#. translators: Please ignore - translation uses a different text domain. |
| 7698 |
#: lib/conflict-seo.php:127 lib/conflict-seo.php:640 |
| 7699 |
msgid "Twitter" |
| 7700 |
msgstr "" |
| 7701 |
|
| 7702 |
#. translators: Please ignore - translation uses a different text domain. |
| 7703 |
#: lib/conflict-seo.php:153 |
| 7704 |
msgid "Rank Math" |
| 7705 |
msgstr "" |
| 7706 |
|
| 7707 |
#. translators: Please ignore - translation uses a different text domain. |
| 7708 |
#: lib/conflict-seo.php:161 |
| 7709 |
msgid "Schema (Structured Data)" |
| 7710 |
msgstr "" |
| 7711 |
|
| 7712 |
#. translators: Please ignore - translation uses a different text domain. |
| 7713 |
#: lib/conflict-seo.php:166 lib/messages.php:534 |
| 7714 |
msgid "Dashboard" |
| 7715 |
msgstr "" |
| 7716 |
|
| 7717 |
#: lib/conflict-seo.php:173 lib/conflict-seo.php:333 lib/conflict-seo.php:374 |
| 7718 |
msgid "Please disable the %1$s module in the %2$s settings." |
| 7719 |
msgstr "" |
| 7720 |
|
| 7721 |
#: lib/conflict-seo.php:191 lib/messages-tooltip-plugin.php:281 |
| 7722 |
msgid "The SEO Framework" |
| 7723 |
msgstr "" |
| 7724 |
|
| 7725 |
#. translators: Please ignore - translation uses a different text domain. |
| 7726 |
#: lib/conflict-seo.php:206 lib/conflict-seo.php:212 |
| 7727 |
msgid "Social Meta Settings" |
| 7728 |
msgstr "" |
| 7729 |
|
| 7730 |
#. translators: Please ignore - translation uses a different text domain. |
| 7731 |
#: lib/conflict-seo.php:208 lib/conflict-seo.php:680 |
| 7732 |
msgid "General" |
| 7733 |
msgstr "" |
| 7734 |
|
| 7735 |
#. translators: Please ignore - translation uses a different text domain. |
| 7736 |
#: lib/conflict-seo.php:214 |
| 7737 |
msgid "Post Dates" |
| 7738 |
msgstr "" |
| 7739 |
|
| 7740 |
#. translators: Please ignore - translation uses a different text domain. |
| 7741 |
#: lib/conflict-seo.php:218 |
| 7742 |
msgid "Schema.org Settings" |
| 7743 |
msgstr "" |
| 7744 |
|
| 7745 |
#. translators: Please ignore - translation uses a different text domain. |
| 7746 |
#: lib/conflict-seo.php:220 |
| 7747 |
msgid "Presence" |
| 7748 |
msgstr "" |
| 7749 |
|
| 7750 |
#. translators: Please ignore - translation uses a different text domain. |
| 7751 |
#: lib/conflict-seo.php:223 |
| 7752 |
msgid "posts" |
| 7753 |
msgstr "" |
| 7754 |
|
| 7755 |
#. translators: Please ignore - translation uses a different text domain. |
| 7756 |
#: lib/conflict-seo.php:231 |
| 7757 |
msgid "Output Open Graph meta tags?" |
| 7758 |
msgstr "" |
| 7759 |
|
| 7760 |
#. translators: Please ignore - translation uses a different text domain. |
| 7761 |
#: lib/conflict-seo.php:233 |
| 7762 |
msgid "Output Facebook meta tags?" |
| 7763 |
msgstr "" |
| 7764 |
|
| 7765 |
#. translators: Please ignore - translation uses a different text domain. |
| 7766 |
#: lib/conflict-seo.php:235 |
| 7767 |
msgid "Output Twitter meta tags?" |
| 7768 |
msgstr "" |
| 7769 |
|
| 7770 |
#. translators: Please ignore - translation uses a different text domain. |
| 7771 |
#: lib/conflict-seo.php:237 |
| 7772 |
msgid "Output oEmbed scripts?" |
| 7773 |
msgstr "" |
| 7774 |
|
| 7775 |
#. translators: Please ignore - translation uses a different text domain. |
| 7776 |
#: lib/conflict-seo.php:241 lib/conflict-seo.php:244 |
| 7777 |
msgid "Add %1$s to %2$s?" |
| 7778 |
msgstr "" |
| 7779 |
|
| 7780 |
#. translators: Please ignore - translation uses a different text domain. |
| 7781 |
#: lib/conflict-seo.php:249 |
| 7782 |
msgid "Output Authorized Presence?" |
| 7783 |
msgstr "" |
| 7784 |
|
| 7785 |
#: lib/conflict-seo.php:262 |
| 7786 |
msgid "Please disable the %1$s option under the %2$s tab." |
| 7787 |
msgstr "" |
| 7788 |
|
| 7789 |
#. translators: Please ignore - translation uses a different text domain. |
| 7790 |
#: lib/conflict-seo.php:277 |
| 7791 |
msgid "Remove site title from generated social titles?" |
| 7792 |
msgstr "" |
| 7793 |
|
| 7794 |
#: lib/conflict-seo.php:290 |
| 7795 |
msgid "Please enable the %1$s option under the %2$s tab." |
| 7796 |
msgstr "" |
| 7797 |
|
| 7798 |
#: lib/conflict-seo.php:310 |
| 7799 |
msgid "SEOPress" |
| 7800 |
msgstr "" |
| 7801 |
|
| 7802 |
#. translators: Please ignore - translation uses a different text domain. |
| 7803 |
#: lib/conflict-seo.php:324 |
| 7804 |
msgid "SEO" |
| 7805 |
msgstr "" |
| 7806 |
|
| 7807 |
#: lib/conflict-seo.php:351 |
| 7808 |
msgid "SEO Ultimate" |
| 7809 |
msgstr "" |
| 7810 |
|
| 7811 |
#. translators: Please ignore - translation uses a different text domain. |
| 7812 |
#: lib/conflict-seo.php:363 |
| 7813 |
msgid "Open Graph Integrator" |
| 7814 |
msgstr "" |
| 7815 |
|
| 7816 |
#. translators: Please ignore - translation uses a different text domain. |
| 7817 |
#: lib/conflict-seo.php:367 |
| 7818 |
msgid "Modules" |
| 7819 |
msgstr "" |
| 7820 |
|
| 7821 |
#: lib/conflict-seo.php:393 |
| 7822 |
msgid "Squirrly SEO" |
| 7823 |
msgstr "" |
| 7824 |
|
| 7825 |
#. translators: Please ignore - translation uses a different text domain. |
| 7826 |
#: lib/conflict-seo.php:404 lib/conflict-seo.php:439 |
| 7827 |
msgid "Squirrly" |
| 7828 |
msgstr "" |
| 7829 |
|
| 7830 |
#. translators: Please ignore - translation uses a different text domain. |
| 7831 |
#: lib/conflict-seo.php:406 lib/conflict-seo.php:441 |
| 7832 |
msgid "SEO Settings" |
| 7833 |
msgstr "" |
| 7834 |
|
| 7835 |
#. translators: Please ignore - translation uses a different text domain. |
| 7836 |
#: lib/conflict-seo.php:408 |
| 7837 |
msgid "Social Media" |
| 7838 |
msgstr "" |
| 7839 |
|
| 7840 |
#. translators: Please ignore - translation uses a different text domain. |
| 7841 |
#: lib/conflict-seo.php:412 |
| 7842 |
msgid "Activate Open Graph" |
| 7843 |
msgstr "" |
| 7844 |
|
| 7845 |
#. translators: Please ignore - translation uses a different text domain. |
| 7846 |
#: lib/conflict-seo.php:414 |
| 7847 |
msgid "Activate Twitter Card" |
| 7848 |
msgstr "" |
| 7849 |
|
| 7850 |
#. translators: Please ignore - translation uses a different text domain. |
| 7851 |
#: lib/conflict-seo.php:443 |
| 7852 |
msgid "JSON LD" |
| 7853 |
msgstr "" |
| 7854 |
|
| 7855 |
#. translators: Please ignore - translation uses a different text domain. |
| 7856 |
#: lib/conflict-seo.php:447 |
| 7857 |
msgid "Activate JSON-LD" |
| 7858 |
msgstr "" |
| 7859 |
|
| 7860 |
#: lib/conflict-seo.php:457 |
| 7861 |
msgid "Please disable the %1$s option in the %2$s metabox." |
| 7862 |
msgstr "" |
| 7863 |
|
| 7864 |
#: lib/conflict-seo.php:476 lib/messages-tooltip-plugin.php:290 |
| 7865 |
msgid "WP Meta SEO" |
| 7866 |
msgstr "" |
| 7867 |
|
| 7868 |
#. translators: Please ignore - translation uses a different text domain. |
| 7869 |
#: lib/conflict-seo.php:494 lib/conflict-seo.php:583 lib/conflict-seo.php:625 |
| 7870 |
#: lib/conflict-seo.php:667 lib/integ/rating/rate-my-post.php:71 |
| 7871 |
msgid "Settings" |
| 7872 |
msgstr "" |
| 7873 |
|
| 7874 |
#. translators: Please ignore - translation uses a different text domain. |
| 7875 |
#: lib/conflict-seo.php:496 lib/conflict-seo.php:596 lib/conflict-seo.php:638 |
| 7876 |
msgid "Social" |
| 7877 |
msgstr "" |
| 7878 |
|
| 7879 |
#. translators: Please ignore - translation uses a different text domain. |
| 7880 |
#: lib/conflict-seo.php:500 |
| 7881 |
msgid "Facebook profile URL" |
| 7882 |
msgstr "" |
| 7883 |
|
| 7884 |
#. translators: Please ignore - translation uses a different text domain. |
| 7885 |
#: lib/conflict-seo.php:502 |
| 7886 |
msgid "Facebook App ID" |
| 7887 |
msgstr "" |
| 7888 |
|
| 7889 |
#. translators: Please ignore - translation uses a different text domain. |
| 7890 |
#: lib/conflict-seo.php:504 |
| 7891 |
msgid "Twitter Username" |
| 7892 |
msgstr "" |
| 7893 |
|
| 7894 |
#: lib/conflict-seo.php:514 |
| 7895 |
msgid "Please remove the %1$s option value in the %2$s settings." |
| 7896 |
msgstr "" |
| 7897 |
|
| 7898 |
#. translators: Please ignore - translation uses a different text domain. |
| 7899 |
#: lib/conflict-seo.php:525 |
| 7900 |
msgid "Social sharing block" |
| 7901 |
msgstr "" |
| 7902 |
|
| 7903 |
#: lib/conflict-seo.php:550 lib/messages-tooltip-plugin.php:299 |
| 7904 |
#: lib/messages-tooltip-plugin.php:322 |
| 7905 |
msgid "Yoast SEO" |
| 7906 |
msgstr "" |
| 7907 |
|
| 7908 |
#. translators: Please ignore - translation uses a different text domain. |
| 7909 |
#: lib/conflict-seo.php:579 |
| 7910 |
msgid "Open Graph data" |
| 7911 |
msgstr "" |
| 7912 |
|
| 7913 |
#. translators: Please ignore - translation uses a different text domain. |
| 7914 |
#: lib/conflict-seo.php:585 lib/conflict-seo.php:627 lib/conflict-seo.php:669 |
| 7915 |
msgid "Site features" |
| 7916 |
msgstr "" |
| 7917 |
|
| 7918 |
#. translators: Please ignore - translation uses a different text domain. |
| 7919 |
#: lib/conflict-seo.php:587 lib/conflict-seo.php:629 lib/conflict-seo.php:671 |
| 7920 |
msgid "Social sharing" |
| 7921 |
msgstr "" |
| 7922 |
|
| 7923 |
#. translators: Please ignore - translation uses a different text domain. |
| 7924 |
#: lib/conflict-seo.php:592 |
| 7925 |
msgid "Add Open Graph meta data" |
| 7926 |
msgstr "" |
| 7927 |
|
| 7928 |
#. translators: Please ignore - translation uses a different text domain. |
| 7929 |
#: lib/conflict-seo.php:621 |
| 7930 |
msgid "X card data" |
| 7931 |
msgstr "" |
| 7932 |
|
| 7933 |
#. translators: Please ignore - translation uses a different text domain. |
| 7934 |
#: lib/conflict-seo.php:634 |
| 7935 |
msgid "Add Twitter Card meta data" |
| 7936 |
msgstr "" |
| 7937 |
|
| 7938 |
#. translators: Please ignore - translation uses a different text domain. |
| 7939 |
#: lib/conflict-seo.php:663 |
| 7940 |
msgid "Slack sharing" |
| 7941 |
msgstr "" |
| 7942 |
|
| 7943 |
#. translators: Please ignore - translation uses a different text domain. |
| 7944 |
#: lib/conflict-seo.php:676 |
| 7945 |
msgid "Enhanced Slack sharing" |
| 7946 |
msgstr "" |
| 7947 |
|
| 7948 |
#. translators: Please ignore - translation uses a different text domain. |
| 7949 |
#: lib/conflict-seo.php:682 |
| 7950 |
msgid "Features" |
| 7951 |
msgstr "" |
| 7952 |
|
| 7953 |
#: lib/conflict-seo.php:717 |
| 7954 |
msgid "" |
| 7955 |
"The %1$s plugin provides much better Schema markup for WooCommerce products " |
| 7956 |
"than the %2$s plugin." |
| 7957 |
msgstr "" |
| 7958 |
|
| 7959 |
#: lib/conflict-seo.php:719 |
| 7960 |
msgid "There is absolutely no advantage in continuing to use the %1$s plugin." |
| 7961 |
msgstr "" |
| 7962 |
|
| 7963 |
#: lib/conflict-seo.php:721 |
| 7964 |
msgid "" |
| 7965 |
"To avoid adding incorrect and confusing Schema markup to your webpages, <a " |
| 7966 |
"href=\"%1$s\">please deactivate the %2$s plugin immediately</a>." |
| 7967 |
msgstr "" |
| 7968 |
|
| 7969 |
#: lib/conflict.php:70 |
| 7970 |
msgid "WPSSO Inherit Parent Metadata" |
| 7971 |
msgstr "" |
| 7972 |
|
| 7973 |
#: lib/conflict.php:72 lib/conflict.php:110 |
| 7974 |
msgid "The %1$s add-on is deprecated." |
| 7975 |
msgstr "" |
| 7976 |
|
| 7977 |
#: lib/conflict.php:74 lib/conflict.php:112 |
| 7978 |
msgid "All features of the %1$s add-on were integrated into the %2$s plugin." |
| 7979 |
msgstr "" |
| 7980 |
|
| 7981 |
#: lib/conflict.php:77 lib/conflict.php:115 lib/conflict.php:143 |
| 7982 |
#: lib/conflict.php:171 |
| 7983 |
msgid "<a href=\"%1$s\">Please deactivate and delete the %2$s add-on</a>." |
| 7984 |
msgstr "" |
| 7985 |
|
| 7986 |
#: lib/conflict.php:90 |
| 7987 |
msgid "WPSSO Schema JSON-LD Markup" |
| 7988 |
msgstr "" |
| 7989 |
|
| 7990 |
#: lib/conflict.php:94 |
| 7991 |
msgid "The %1$s add-on is deprecated since October 2021." |
| 7992 |
msgstr "" |
| 7993 |
|
| 7994 |
#: lib/conflict.php:96 |
| 7995 |
msgid "" |
| 7996 |
"All features of the %1$s add-on were integrated into the %2$s and %3$s " |
| 7997 |
"plugins at that time." |
| 7998 |
msgstr "" |
| 7999 |
|
| 8000 |
#: lib/conflict.php:99 |
| 8001 |
msgid "" |
| 8002 |
"The add-on may continue to function as intended, but is no longer actively " |
| 8003 |
"maintained or tested for compatibility with the %1$s plugin." |
| 8004 |
msgstr "" |
| 8005 |
|
| 8006 |
#: lib/conflict.php:101 |
| 8007 |
msgid "" |
| 8008 |
"<a href=\"%1$s\">We suggest deactivating the %2$s add-on at your earliest " |
| 8009 |
"convenience</a>." |
| 8010 |
msgstr "" |
| 8011 |
|
| 8012 |
#: lib/conflict.php:129 |
| 8013 |
msgid "WPSSO Organization Markup" |
| 8014 |
msgstr "" |
| 8015 |
|
| 8016 |
#: lib/conflict.php:133 lib/conflict.php:161 |
| 8017 |
msgid "The %1$s add-on is deprecated and replaced by the %2$s add-on." |
| 8018 |
msgstr "" |
| 8019 |
|
| 8020 |
#: lib/conflict.php:138 lib/conflict.php:166 |
| 8021 |
msgid "" |
| 8022 |
"After installing and activating %1$s, <a href=\"%2$s\">please deactivate and " |
| 8023 |
"delete the %3$s add-on</a>." |
| 8024 |
msgstr "" |
| 8025 |
|
| 8026 |
#: lib/conflict.php:157 |
| 8027 |
msgid "WPSSO Place and Local SEO Markup" |
| 8028 |
msgstr "" |
| 8029 |
|
| 8030 |
#: lib/conflict.php:206 |
| 8031 |
msgid "" |
| 8032 |
"Your database is configured for a \"%1$s\" size of %2$d bytes, which is less " |
| 8033 |
"than the recommended minimum value of %3$d bytes (a common default value is " |
| 8034 |
"%4$d bytes)." |
| 8035 |
msgstr "" |
| 8036 |
|
| 8037 |
#: lib/conflict.php:208 |
| 8038 |
msgid "" |
| 8039 |
"Please contact your hosting provider and have the \"%1$s\" database option " |
| 8040 |
"adjusted to a larger and safer value." |
| 8041 |
msgstr "" |
| 8042 |
|
| 8043 |
#: lib/conflict.php:210 |
| 8044 |
msgid "" |
| 8045 |
"See the %1$s sections %2$s and %3$s for more information on this database " |
| 8046 |
"option." |
| 8047 |
msgstr "" |
| 8048 |
|
| 8049 |
#: lib/conflict.php:277 |
| 8050 |
msgid "" |
| 8051 |
"WordPress is configured to use the %1$s image editing class but the <a href=" |
| 8052 |
"\"%2$s\">PHP %3$s extension module</a> is not loaded:" |
| 8053 |
msgstr "" |
| 8054 |
|
| 8055 |
#: lib/conflict.php:279 |
| 8056 |
msgid "The <a href=\"%1$s\">PHP %2$s extension module</a> is not loaded:" |
| 8057 |
msgstr "" |
| 8058 |
|
| 8059 |
#: lib/conflict.php:285 |
| 8060 |
msgid "The <a href=\"%1$s\">PHP %2$s function</a> for \"%3$s\" returned false." |
| 8061 |
msgstr "" |
| 8062 |
|
| 8063 |
#: lib/conflict.php:286 |
| 8064 |
msgid "https://secure.php.net/manual/en/function.extension-loaded.php" |
| 8065 |
msgstr "" |
| 8066 |
|
| 8067 |
#: lib/conflict.php:295 |
| 8068 |
msgid "" |
| 8069 |
"Note that the ImageMagick application and the PHP \"%1$s\" extension are two " |
| 8070 |
"different products - this error is for the PHP \"%1$s\" extension, not the " |
| 8071 |
"ImageMagick application." |
| 8072 |
msgstr "" |
| 8073 |
|
| 8074 |
#: lib/conflict.php:298 |
| 8075 |
msgid "" |
| 8076 |
"Please contact your hosting provider to have the missing PHP \"%1$s\" " |
| 8077 |
"extension installed and enabled." |
| 8078 |
msgstr "" |
| 8079 |
|
| 8080 |
#: lib/conflict.php:316 |
| 8081 |
msgid "" |
| 8082 |
"The <a href=\"%1$s\">PHP %2$s extension module</a> is loaded but the %3$s " |
| 8083 |
"class is missing." |
| 8084 |
msgstr "" |
| 8085 |
|
| 8086 |
#: lib/conflict.php:318 |
| 8087 |
msgid "" |
| 8088 |
"Please contact your hosting provider to have the missing PHP class installed." |
| 8089 |
msgstr "" |
| 8090 |
|
| 8091 |
#: lib/conflict.php:335 |
| 8092 |
msgid "" |
| 8093 |
"The <a href=\"%1$s\">PHP %2$s extension module</a> is loaded but the %3$s " |
| 8094 |
"function is missing." |
| 8095 |
msgstr "" |
| 8096 |
|
| 8097 |
#: lib/conflict.php:374 |
| 8098 |
msgid "An issue with WPBakery Visual Composer has been detected." |
| 8099 |
msgstr "" |
| 8100 |
|
| 8101 |
#: lib/conflict.php:376 |
| 8102 |
msgid "" |
| 8103 |
"WPBakery Visual Composer version %s and older are known to have a bug in " |
| 8104 |
"their jQuery event handling code." |
| 8105 |
msgstr "" |
| 8106 |
|
| 8107 |
#: lib/conflict.php:378 |
| 8108 |
msgid "" |
| 8109 |
"To avoid jQuery crashing on show / hide jQuery events, please update your " |
| 8110 |
"version of WPBakery Visual Composer immediately." |
| 8111 |
msgstr "" |
| 8112 |
|
| 8113 |
#: lib/conflict.php:401 lib/messages.php:1451 |
| 8114 |
msgid "" |
| 8115 |
"The WordPress <a href=\"%s\">Search Engine Visibility</a> option is set to " |
| 8116 |
"discourage search engines from indexing this site." |
| 8117 |
msgstr "" |
| 8118 |
|
| 8119 |
#: lib/conflict.php:403 |
| 8120 |
msgid "" |
| 8121 |
"This is not compatible with the purpose of optimizing your content for " |
| 8122 |
"social and search engines - please uncheck the option to allow search " |
| 8123 |
"engines and social sites to access your site." |
| 8124 |
msgstr "" |
| 8125 |
|
| 8126 |
#: lib/edit-general.php:82 |
| 8127 |
msgctxt "option label" |
| 8128 |
msgid "Crop Area" |
| 8129 |
msgstr "" |
| 8130 |
|
| 8131 |
#: lib/edit-general.php:88 lib/script.php:432 |
| 8132 |
msgctxt "option label" |
| 8133 |
msgid "Schema Type" |
| 8134 |
msgstr "" |
| 8135 |
|
| 8136 |
#: lib/edit-general.php:103 |
| 8137 |
msgctxt "option label" |
| 8138 |
msgid "Open Graph Type" |
| 8139 |
msgstr "" |
| 8140 |
|
| 8141 |
#: lib/edit-general.php:111 |
| 8142 |
msgctxt "option label" |
| 8143 |
msgid "Primary Category" |
| 8144 |
msgstr "" |
| 8145 |
|
| 8146 |
#: lib/edit-general.php:118 |
| 8147 |
msgctxt "option label" |
| 8148 |
msgid "SEO Title Tag" |
| 8149 |
msgstr "" |
| 8150 |
|
| 8151 |
#: lib/edit-general.php:126 |
| 8152 |
msgctxt "option label" |
| 8153 |
msgid "SEO Meta Description" |
| 8154 |
msgstr "" |
| 8155 |
|
| 8156 |
#: lib/edit-general.php:133 |
| 8157 |
msgctxt "option label" |
| 8158 |
msgid "Social Title" |
| 8159 |
msgstr "" |
| 8160 |
|
| 8161 |
#: lib/edit-general.php:140 |
| 8162 |
msgctxt "option label" |
| 8163 |
msgid "Social Description" |
| 8164 |
msgstr "" |
| 8165 |
|
| 8166 |
#: lib/edit-general.php:148 |
| 8167 |
msgctxt "option label" |
| 8168 |
msgid "Pinterest Description" |
| 8169 |
msgstr "" |
| 8170 |
|
| 8171 |
#: lib/edit-general.php:155 |
| 8172 |
msgctxt "option label" |
| 8173 |
msgid "X (Twitter) Card Title" |
| 8174 |
msgstr "" |
| 8175 |
|
| 8176 |
#: lib/edit-general.php:162 |
| 8177 |
msgctxt "option label" |
| 8178 |
msgid "X (Twitter) Card Description" |
| 8179 |
msgstr "" |
| 8180 |
|
| 8181 |
#: lib/edit-media.php:59 |
| 8182 |
msgctxt "option label" |
| 8183 |
msgid "Maximum Images" |
| 8184 |
msgstr "" |
| 8185 |
|
| 8186 |
#: lib/edit-media.php:65 |
| 8187 |
msgctxt "option label" |
| 8188 |
msgid "Maximum Videos" |
| 8189 |
msgstr "" |
| 8190 |
|
| 8191 |
#: lib/edit-media.php:71 |
| 8192 |
msgctxt "option label" |
| 8193 |
msgid "Include Video Previews" |
| 8194 |
msgstr "" |
| 8195 |
|
| 8196 |
#: lib/edit-media.php:78 |
| 8197 |
msgctxt "metabox title" |
| 8198 |
msgid "Priority Media" |
| 8199 |
msgstr "" |
| 8200 |
|
| 8201 |
#: lib/edit-media.php:106 |
| 8202 |
msgid "getting open graph image" |
| 8203 |
msgstr "" |
| 8204 |
|
| 8205 |
#: lib/edit-media.php:118 |
| 8206 |
msgctxt "metabox title" |
| 8207 |
msgid "Priority Image Information" |
| 8208 |
msgstr "" |
| 8209 |
|
| 8210 |
#: lib/edit-media.php:122 lib/edit-media.php:180 lib/edit-media.php:239 |
| 8211 |
#: lib/edit-media.php:291 lib/edit-schema.php:630 lib/edit-schema.php:739 |
| 8212 |
msgctxt "option label" |
| 8213 |
msgid "Image ID" |
| 8214 |
msgstr "" |
| 8215 |
|
| 8216 |
#: lib/edit-media.php:128 lib/edit-media.php:187 lib/edit-media.php:245 |
| 8217 |
#: lib/edit-media.php:298 lib/edit-schema.php:1028 |
| 8218 |
msgctxt "option label" |
| 8219 |
msgid "or an Image URL" |
| 8220 |
msgstr "" |
| 8221 |
|
| 8222 |
#: lib/edit-media.php:165 |
| 8223 |
msgid "No priority media options for the %s." |
| 8224 |
msgstr "" |
| 8225 |
|
| 8226 |
#: lib/edit-media.php:171 |
| 8227 |
msgid "getting twitter card image" |
| 8228 |
msgstr "" |
| 8229 |
|
| 8230 |
#: lib/edit-media.php:223 |
| 8231 |
msgid "getting schema 1:1 image" |
| 8232 |
msgstr "" |
| 8233 |
|
| 8234 |
#: lib/edit-media.php:235 lib/edit-schema.php:115 |
| 8235 |
msgctxt "metabox title" |
| 8236 |
msgid "Schema Markup and Google Rich Results" |
| 8237 |
msgstr "" |
| 8238 |
|
| 8239 |
#: lib/edit-media.php:272 |
| 8240 |
msgid "getting pinterest image" |
| 8241 |
msgstr "" |
| 8242 |
|
| 8243 |
#: lib/edit-media.php:286 |
| 8244 |
msgctxt "metabox title" |
| 8245 |
msgid "Pinterest Pin It" |
| 8246 |
msgstr "" |
| 8247 |
|
| 8248 |
#: lib/edit-prev.php:79 |
| 8249 |
msgctxt "preview image error" |
| 8250 |
msgid "Image Size Smaller<br/>than Suggested Minimum<br/>of %s" |
| 8251 |
msgstr "" |
| 8252 |
|
| 8253 |
#: lib/edit-prev.php:88 |
| 8254 |
msgctxt "preview image error" |
| 8255 |
msgid "Image Size Unknown<br/>or Not Available" |
| 8256 |
msgstr "" |
| 8257 |
|
| 8258 |
#: lib/edit-prev.php:95 |
| 8259 |
msgctxt "preview image error" |
| 8260 |
msgid "No Open Graph Image Found" |
| 8261 |
msgstr "" |
| 8262 |
|
| 8263 |
#: lib/edit-prev.php:100 lib/edit-visibility.php:53 |
| 8264 |
msgctxt "option label" |
| 8265 |
msgid "Canonical URL" |
| 8266 |
msgstr "" |
| 8267 |
|
| 8268 |
#: lib/edit-prev.php:104 |
| 8269 |
msgctxt "option label" |
| 8270 |
msgid "Shortlink URL" |
| 8271 |
msgstr "" |
| 8272 |
|
| 8273 |
#: lib/edit-prev.php:108 |
| 8274 |
msgctxt "metabox title" |
| 8275 |
msgid "Facebook / Open Graph Example" |
| 8276 |
msgstr "" |
| 8277 |
|
| 8278 |
#: lib/edit-prev.php:145 |
| 8279 |
msgctxt "option label" |
| 8280 |
msgid "oEmbed JSON URL" |
| 8281 |
msgstr "" |
| 8282 |
|
| 8283 |
#: lib/edit-prev.php:149 |
| 8284 |
msgctxt "option label" |
| 8285 |
msgid "oEmbed XML URL" |
| 8286 |
msgstr "" |
| 8287 |
|
| 8288 |
#: lib/edit-prev.php:153 |
| 8289 |
msgctxt "metabox title" |
| 8290 |
msgid "oEmbed HTML" |
| 8291 |
msgstr "" |
| 8292 |
|
| 8293 |
#: lib/edit-prev.php:162 |
| 8294 |
msgid "oEmbed HTML Not Available." |
| 8295 |
msgstr "" |
| 8296 |
|
| 8297 |
#: lib/edit-schema.php:135 |
| 8298 |
msgctxt "option label" |
| 8299 |
msgid "Language" |
| 8300 |
msgstr "" |
| 8301 |
|
| 8302 |
#: lib/edit-schema.php:142 lib/edit-schema.php:615 lib/edit-schema.php:724 |
| 8303 |
msgctxt "option label" |
| 8304 |
msgid "Name" |
| 8305 |
msgstr "" |
| 8306 |
|
| 8307 |
#: lib/edit-schema.php:149 |
| 8308 |
msgctxt "option label" |
| 8309 |
msgid "Alternate Name" |
| 8310 |
msgstr "" |
| 8311 |
|
| 8312 |
#: lib/edit-schema.php:156 lib/edit-schema.php:620 lib/edit-schema.php:729 |
| 8313 |
msgctxt "option label" |
| 8314 |
msgid "Description" |
| 8315 |
msgstr "" |
| 8316 |
|
| 8317 |
#: lib/edit-schema.php:163 lib/messages.php:724 |
| 8318 |
msgctxt "option label" |
| 8319 |
msgid "Microdata Type URLs" |
| 8320 |
msgstr "" |
| 8321 |
|
| 8322 |
#: lib/edit-schema.php:170 lib/messages.php:1043 |
| 8323 |
msgctxt "option label" |
| 8324 |
msgid "Same-As URLs" |
| 8325 |
msgstr "" |
| 8326 |
|
| 8327 |
#: lib/edit-schema.php:227 |
| 8328 |
msgctxt "metabox title" |
| 8329 |
msgid "Creative Work Information" |
| 8330 |
msgstr "" |
| 8331 |
|
| 8332 |
#: lib/edit-schema.php:232 |
| 8333 |
msgctxt "option label" |
| 8334 |
msgid "Headline" |
| 8335 |
msgstr "" |
| 8336 |
|
| 8337 |
#: lib/edit-schema.php:240 |
| 8338 |
msgctxt "option label" |
| 8339 |
msgid "Full Text" |
| 8340 |
msgstr "" |
| 8341 |
|
| 8342 |
#: lib/edit-schema.php:247 |
| 8343 |
msgctxt "option label" |
| 8344 |
msgid "Keywords" |
| 8345 |
msgstr "" |
| 8346 |
|
| 8347 |
#: lib/edit-schema.php:254 |
| 8348 |
msgctxt "option label" |
| 8349 |
msgid "Family Friendly" |
| 8350 |
msgstr "" |
| 8351 |
|
| 8352 |
#: lib/edit-schema.php:262 |
| 8353 |
msgctxt "option label" |
| 8354 |
msgid "Copyright Year" |
| 8355 |
msgstr "" |
| 8356 |
|
| 8357 |
#: lib/edit-schema.php:269 |
| 8358 |
msgctxt "option label" |
| 8359 |
msgid "License URL" |
| 8360 |
msgstr "" |
| 8361 |
|
| 8362 |
#: lib/edit-schema.php:276 |
| 8363 |
msgctxt "option label" |
| 8364 |
msgid "Publisher Organization" |
| 8365 |
msgstr "" |
| 8366 |
|
| 8367 |
#: lib/edit-schema.php:286 |
| 8368 |
msgctxt "option label" |
| 8369 |
msgid "Publisher Person" |
| 8370 |
msgstr "" |
| 8371 |
|
| 8372 |
#: lib/edit-schema.php:296 lib/edit-schema.php:2203 |
| 8373 |
msgctxt "option label" |
| 8374 |
msgid "Provider Organization" |
| 8375 |
msgstr "" |
| 8376 |
|
| 8377 |
#: lib/edit-schema.php:306 lib/edit-schema.php:2213 |
| 8378 |
msgctxt "option label" |
| 8379 |
msgid "Provider Person" |
| 8380 |
msgstr "" |
| 8381 |
|
| 8382 |
#: lib/edit-schema.php:316 lib/edit-schema.php:1579 |
| 8383 |
msgctxt "option label" |
| 8384 |
msgid "Funder Organization" |
| 8385 |
msgstr "" |
| 8386 |
|
| 8387 |
#: lib/edit-schema.php:326 lib/edit-schema.php:1589 |
| 8388 |
msgctxt "option label" |
| 8389 |
msgid "Funder Person" |
| 8390 |
msgstr "" |
| 8391 |
|
| 8392 |
#: lib/edit-schema.php:336 |
| 8393 |
msgctxt "option label" |
| 8394 |
msgid "Is Part of URLs" |
| 8395 |
msgstr "" |
| 8396 |
|
| 8397 |
#: lib/edit-schema.php:344 |
| 8398 |
msgctxt "option label" |
| 8399 |
msgid "Creative Work Awards" |
| 8400 |
msgstr "" |
| 8401 |
|
| 8402 |
#: lib/edit-schema.php:362 |
| 8403 |
msgctxt "option label" |
| 8404 |
msgid "Reference Citations" |
| 8405 |
msgstr "" |
| 8406 |
|
| 8407 |
#: lib/edit-schema.php:385 |
| 8408 |
msgctxt "metabox title" |
| 8409 |
msgid "Article Information" |
| 8410 |
msgstr "" |
| 8411 |
|
| 8412 |
#: lib/edit-schema.php:390 lib/messages.php:731 |
| 8413 |
msgctxt "option label" |
| 8414 |
msgid "Article Section" |
| 8415 |
msgstr "" |
| 8416 |
|
| 8417 |
#: lib/edit-schema.php:406 |
| 8418 |
msgctxt "option label" |
| 8419 |
msgid "Est. Reading Time" |
| 8420 |
msgstr "" |
| 8421 |
|
| 8422 |
#: lib/edit-schema.php:409 |
| 8423 |
msgid "minute(s)" |
| 8424 |
msgstr "" |
| 8425 |
|
| 8426 |
#: lib/edit-schema.php:429 |
| 8427 |
msgctxt "metabox title" |
| 8428 |
msgid "Book Information" |
| 8429 |
msgstr "" |
| 8430 |
|
| 8431 |
#: lib/edit-schema.php:434 |
| 8432 |
msgctxt "option label" |
| 8433 |
msgid "Book Author Type" |
| 8434 |
msgstr "" |
| 8435 |
|
| 8436 |
#: lib/edit-schema.php:441 lib/messages.php:738 |
| 8437 |
msgctxt "option label" |
| 8438 |
msgid "Book Author Name" |
| 8439 |
msgstr "" |
| 8440 |
|
| 8441 |
#: lib/edit-schema.php:448 |
| 8442 |
msgctxt "option label" |
| 8443 |
msgid "Book Author URL" |
| 8444 |
msgstr "" |
| 8445 |
|
| 8446 |
#: lib/edit-schema.php:455 |
| 8447 |
msgctxt "option label" |
| 8448 |
msgid "Book Published Date" |
| 8449 |
msgstr "" |
| 8450 |
|
| 8451 |
#: lib/edit-schema.php:462 |
| 8452 |
msgctxt "option label" |
| 8453 |
msgid "Book Created Date" |
| 8454 |
msgstr "" |
| 8455 |
|
| 8456 |
#: lib/edit-schema.php:469 |
| 8457 |
msgctxt "option label" |
| 8458 |
msgid "Book Edition" |
| 8459 |
msgstr "" |
| 8460 |
|
| 8461 |
#: lib/edit-schema.php:476 |
| 8462 |
msgctxt "option label" |
| 8463 |
msgid "Book Format" |
| 8464 |
msgstr "" |
| 8465 |
|
| 8466 |
#: lib/edit-schema.php:484 |
| 8467 |
msgctxt "option label" |
| 8468 |
msgid "Book Pages" |
| 8469 |
msgstr "" |
| 8470 |
|
| 8471 |
#: lib/edit-schema.php:491 lib/messages.php:743 |
| 8472 |
msgctxt "option label" |
| 8473 |
msgid "Book ISBN" |
| 8474 |
msgstr "" |
| 8475 |
|
| 8476 |
#: lib/edit-schema.php:499 |
| 8477 |
msgctxt "option label" |
| 8478 |
msgid "Book Offers" |
| 8479 |
msgstr "" |
| 8480 |
|
| 8481 |
#: lib/edit-schema.php:503 |
| 8482 |
msgctxt "option label" |
| 8483 |
msgid "Book Offer Name" |
| 8484 |
msgstr "" |
| 8485 |
|
| 8486 |
#: lib/edit-schema.php:508 |
| 8487 |
msgctxt "option label" |
| 8488 |
msgid "Book Offer Price" |
| 8489 |
msgstr "" |
| 8490 |
|
| 8491 |
#: lib/edit-schema.php:513 |
| 8492 |
msgctxt "option label" |
| 8493 |
msgid "Book Offer Currency" |
| 8494 |
msgstr "" |
| 8495 |
|
| 8496 |
#: lib/edit-schema.php:522 |
| 8497 |
msgctxt "option label" |
| 8498 |
msgid "Book Offer Availability" |
| 8499 |
msgstr "" |
| 8500 |
|
| 8501 |
#: lib/edit-schema.php:538 |
| 8502 |
msgctxt "metabox title" |
| 8503 |
msgid "Audiobook Information" |
| 8504 |
msgstr "" |
| 8505 |
|
| 8506 |
#: lib/edit-schema.php:543 |
| 8507 |
msgctxt "option label" |
| 8508 |
msgid "Audiobook Duration" |
| 8509 |
msgstr "" |
| 8510 |
|
| 8511 |
#: lib/edit-schema.php:562 |
| 8512 |
msgctxt "metabox title" |
| 8513 |
msgid "How-To Information" |
| 8514 |
msgstr "" |
| 8515 |
|
| 8516 |
#: lib/edit-schema.php:567 |
| 8517 |
msgctxt "option label" |
| 8518 |
msgid "How-To Makes" |
| 8519 |
msgstr "" |
| 8520 |
|
| 8521 |
#: lib/edit-schema.php:574 lib/edit-schema.php:684 |
| 8522 |
msgctxt "option label" |
| 8523 |
msgid "Preparation Time" |
| 8524 |
msgstr "" |
| 8525 |
|
| 8526 |
#: lib/edit-schema.php:581 lib/edit-schema.php:698 |
| 8527 |
msgctxt "option label" |
| 8528 |
msgid "Total Time" |
| 8529 |
msgstr "" |
| 8530 |
|
| 8531 |
#: lib/edit-schema.php:588 lib/messages.php:754 |
| 8532 |
msgctxt "option label" |
| 8533 |
msgid "How-To Supplies" |
| 8534 |
msgstr "" |
| 8535 |
|
| 8536 |
#: lib/edit-schema.php:596 lib/messages.php:759 |
| 8537 |
msgctxt "option label" |
| 8538 |
msgid "How-To Tools" |
| 8539 |
msgstr "" |
| 8540 |
|
| 8541 |
#: lib/edit-schema.php:604 lib/messages.php:749 |
| 8542 |
msgctxt "option label" |
| 8543 |
msgid "How-To Steps" |
| 8544 |
msgstr "" |
| 8545 |
|
| 8546 |
#: lib/edit-schema.php:610 |
| 8547 |
msgctxt "option label" |
| 8548 |
msgid "How-To %1$s step or %2$s section of steps:" |
| 8549 |
msgstr "" |
| 8550 |
|
| 8551 |
#: lib/edit-schema.php:625 lib/edit-schema.php:734 |
| 8552 |
msgctxt "option label" |
| 8553 |
msgid "Anchor ID" |
| 8554 |
msgstr "" |
| 8555 |
|
| 8556 |
#: lib/edit-schema.php:651 |
| 8557 |
msgctxt "metabox title" |
| 8558 |
msgid "Recipe Information" |
| 8559 |
msgstr "" |
| 8560 |
|
| 8561 |
#: lib/edit-schema.php:656 |
| 8562 |
msgctxt "option label" |
| 8563 |
msgid "Recipe Cuisine" |
| 8564 |
msgstr "" |
| 8565 |
|
| 8566 |
#: lib/edit-schema.php:663 |
| 8567 |
msgctxt "option label" |
| 8568 |
msgid "Recipe Course" |
| 8569 |
msgstr "" |
| 8570 |
|
| 8571 |
#: lib/edit-schema.php:670 |
| 8572 |
msgctxt "option label" |
| 8573 |
msgid "Recipe Makes" |
| 8574 |
msgstr "" |
| 8575 |
|
| 8576 |
#: lib/edit-schema.php:677 |
| 8577 |
msgctxt "option label" |
| 8578 |
msgid "Cooking Method" |
| 8579 |
msgstr "" |
| 8580 |
|
| 8581 |
#: lib/edit-schema.php:691 |
| 8582 |
msgctxt "option label" |
| 8583 |
msgid "Cooking Time" |
| 8584 |
msgstr "" |
| 8585 |
|
| 8586 |
#: lib/edit-schema.php:705 lib/messages.php:1033 |
| 8587 |
msgctxt "option label" |
| 8588 |
msgid "Recipe Ingredients" |
| 8589 |
msgstr "" |
| 8590 |
|
| 8591 |
#: lib/edit-schema.php:713 lib/messages.php:1038 |
| 8592 |
msgctxt "option label" |
| 8593 |
msgid "Recipe Instructions" |
| 8594 |
msgstr "" |
| 8595 |
|
| 8596 |
#: lib/edit-schema.php:719 |
| 8597 |
msgctxt "option label" |
| 8598 |
msgid "Recipe %1$s instruction or %2$s section of instructions:" |
| 8599 |
msgstr "" |
| 8600 |
|
| 8601 |
#: lib/edit-schema.php:753 |
| 8602 |
msgctxt "metabox title" |
| 8603 |
msgid "Recipe Nutrition Information" |
| 8604 |
msgstr "" |
| 8605 |
|
| 8606 |
#: lib/edit-schema.php:758 |
| 8607 |
msgctxt "option label" |
| 8608 |
msgid "Serving Size" |
| 8609 |
msgstr "" |
| 8610 |
|
| 8611 |
#: lib/edit-schema.php:765 |
| 8612 |
msgctxt "option label" |
| 8613 |
msgid "Calories" |
| 8614 |
msgstr "" |
| 8615 |
|
| 8616 |
#: lib/edit-schema.php:768 |
| 8617 |
msgctxt "option comment" |
| 8618 |
msgid "calories" |
| 8619 |
msgstr "" |
| 8620 |
|
| 8621 |
#: lib/edit-schema.php:773 |
| 8622 |
msgctxt "option label" |
| 8623 |
msgid "Protein" |
| 8624 |
msgstr "" |
| 8625 |
|
| 8626 |
#: lib/edit-schema.php:776 |
| 8627 |
msgctxt "option comment" |
| 8628 |
msgid "grams of protein" |
| 8629 |
msgstr "" |
| 8630 |
|
| 8631 |
#: lib/edit-schema.php:781 |
| 8632 |
msgctxt "option label" |
| 8633 |
msgid "Fiber" |
| 8634 |
msgstr "" |
| 8635 |
|
| 8636 |
#: lib/edit-schema.php:784 |
| 8637 |
msgctxt "option comment" |
| 8638 |
msgid "grams of fiber" |
| 8639 |
msgstr "" |
| 8640 |
|
| 8641 |
#: lib/edit-schema.php:789 |
| 8642 |
msgctxt "option label" |
| 8643 |
msgid "Carbohydrates" |
| 8644 |
msgstr "" |
| 8645 |
|
| 8646 |
#: lib/edit-schema.php:792 |
| 8647 |
msgctxt "option comment" |
| 8648 |
msgid "grams of carbohydrates" |
| 8649 |
msgstr "" |
| 8650 |
|
| 8651 |
#: lib/edit-schema.php:797 |
| 8652 |
msgctxt "option label" |
| 8653 |
msgid "Sugar" |
| 8654 |
msgstr "" |
| 8655 |
|
| 8656 |
#: lib/edit-schema.php:800 |
| 8657 |
msgctxt "option comment" |
| 8658 |
msgid "grams of sugar" |
| 8659 |
msgstr "" |
| 8660 |
|
| 8661 |
#: lib/edit-schema.php:805 |
| 8662 |
msgctxt "option label" |
| 8663 |
msgid "Sodium" |
| 8664 |
msgstr "" |
| 8665 |
|
| 8666 |
#: lib/edit-schema.php:808 |
| 8667 |
msgctxt "option comment" |
| 8668 |
msgid "milligrams of sodium" |
| 8669 |
msgstr "" |
| 8670 |
|
| 8671 |
#: lib/edit-schema.php:813 |
| 8672 |
msgctxt "option label" |
| 8673 |
msgid "Fat" |
| 8674 |
msgstr "" |
| 8675 |
|
| 8676 |
#: lib/edit-schema.php:816 |
| 8677 |
msgctxt "option comment" |
| 8678 |
msgid "grams of fat" |
| 8679 |
msgstr "" |
| 8680 |
|
| 8681 |
#: lib/edit-schema.php:821 |
| 8682 |
msgctxt "option label" |
| 8683 |
msgid "Saturated Fat" |
| 8684 |
msgstr "" |
| 8685 |
|
| 8686 |
#: lib/edit-schema.php:824 |
| 8687 |
msgctxt "option comment" |
| 8688 |
msgid "grams of saturated fat" |
| 8689 |
msgstr "" |
| 8690 |
|
| 8691 |
#: lib/edit-schema.php:829 |
| 8692 |
msgctxt "option label" |
| 8693 |
msgid "Unsaturated Fat" |
| 8694 |
msgstr "" |
| 8695 |
|
| 8696 |
#: lib/edit-schema.php:832 |
| 8697 |
msgctxt "option comment" |
| 8698 |
msgid "grams of unsaturated fat" |
| 8699 |
msgstr "" |
| 8700 |
|
| 8701 |
#: lib/edit-schema.php:837 |
| 8702 |
msgctxt "option label" |
| 8703 |
msgid "Trans Fat" |
| 8704 |
msgstr "" |
| 8705 |
|
| 8706 |
#: lib/edit-schema.php:840 |
| 8707 |
msgctxt "option comment" |
| 8708 |
msgid "grams of trans fat" |
| 8709 |
msgstr "" |
| 8710 |
|
| 8711 |
#: lib/edit-schema.php:845 |
| 8712 |
msgctxt "option label" |
| 8713 |
msgid "Cholesterol" |
| 8714 |
msgstr "" |
| 8715 |
|
| 8716 |
#: lib/edit-schema.php:848 |
| 8717 |
msgctxt "option comment" |
| 8718 |
msgid "milligrams of cholesterol" |
| 8719 |
msgstr "" |
| 8720 |
|
| 8721 |
#: lib/edit-schema.php:867 |
| 8722 |
msgctxt "metabox title" |
| 8723 |
msgid "Learning Resource Information" |
| 8724 |
msgstr "" |
| 8725 |
|
| 8726 |
#: lib/edit-schema.php:872 |
| 8727 |
msgctxt "option label" |
| 8728 |
msgid "Educational Level" |
| 8729 |
msgstr "" |
| 8730 |
|
| 8731 |
#: lib/edit-schema.php:879 |
| 8732 |
msgctxt "option label" |
| 8733 |
msgid "Resource Type" |
| 8734 |
msgstr "" |
| 8735 |
|
| 8736 |
#: lib/edit-schema.php:898 |
| 8737 |
msgctxt "metabox title" |
| 8738 |
msgid "Movie Information" |
| 8739 |
msgstr "" |
| 8740 |
|
| 8741 |
#: lib/edit-schema.php:903 lib/edit-schema.php:1120 |
| 8742 |
msgctxt "option label" |
| 8743 |
msgid "Movie Cast Names" |
| 8744 |
msgstr "" |
| 8745 |
|
| 8746 |
#: lib/edit-schema.php:911 lib/edit-schema.php:1128 |
| 8747 |
msgctxt "option label" |
| 8748 |
msgid "Movie Director Names" |
| 8749 |
msgstr "" |
| 8750 |
|
| 8751 |
#: lib/edit-schema.php:919 |
| 8752 |
msgctxt "option label" |
| 8753 |
msgid "Production Company" |
| 8754 |
msgstr "" |
| 8755 |
|
| 8756 |
#: lib/edit-schema.php:929 |
| 8757 |
msgctxt "option label" |
| 8758 |
msgid "Movie Release Date" |
| 8759 |
msgstr "" |
| 8760 |
|
| 8761 |
#: lib/edit-schema.php:936 |
| 8762 |
msgctxt "option label" |
| 8763 |
msgid "Movie Runtime" |
| 8764 |
msgstr "" |
| 8765 |
|
| 8766 |
#: lib/edit-schema.php:958 |
| 8767 |
msgctxt "metabox title" |
| 8768 |
msgid "Review Information" |
| 8769 |
msgstr "" |
| 8770 |
|
| 8771 |
#: lib/edit-schema.php:963 lib/messages.php:1021 |
| 8772 |
msgctxt "option label" |
| 8773 |
msgid "Review Rating" |
| 8774 |
msgstr "" |
| 8775 |
|
| 8776 |
#: lib/edit-schema.php:975 lib/messages.php:1027 |
| 8777 |
msgctxt "option label" |
| 8778 |
msgid "Rating Alt Name" |
| 8779 |
msgstr "" |
| 8780 |
|
| 8781 |
#: lib/edit-schema.php:1002 |
| 8782 |
msgctxt "metabox title" |
| 8783 |
msgid "Review Subject (aka Item Reviewed) Information" |
| 8784 |
msgstr "" |
| 8785 |
|
| 8786 |
#: lib/edit-schema.php:1007 |
| 8787 |
msgctxt "option label" |
| 8788 |
msgid "Subject Name" |
| 8789 |
msgstr "" |
| 8790 |
|
| 8791 |
#: lib/edit-schema.php:1014 |
| 8792 |
msgctxt "option label" |
| 8793 |
msgid "Subject Description" |
| 8794 |
msgstr "" |
| 8795 |
|
| 8796 |
#: lib/edit-schema.php:1021 |
| 8797 |
msgctxt "option label" |
| 8798 |
msgid "Subject Image ID" |
| 8799 |
msgstr "" |
| 8800 |
|
| 8801 |
#: lib/edit-schema.php:1035 |
| 8802 |
msgctxt "option label" |
| 8803 |
msgid "Subject Webpage URL" |
| 8804 |
msgstr "" |
| 8805 |
|
| 8806 |
#: lib/edit-schema.php:1042 |
| 8807 |
msgctxt "option label" |
| 8808 |
msgid "Subject Same-As URLs" |
| 8809 |
msgstr "" |
| 8810 |
|
| 8811 |
#: lib/edit-schema.php:1050 |
| 8812 |
msgctxt "option label" |
| 8813 |
msgid "Subject Schema Type" |
| 8814 |
msgstr "" |
| 8815 |
|
| 8816 |
#: lib/edit-schema.php:1069 |
| 8817 |
msgctxt "option label" |
| 8818 |
msgid "Subject Author Type" |
| 8819 |
msgstr "" |
| 8820 |
|
| 8821 |
#: lib/edit-schema.php:1076 |
| 8822 |
msgctxt "option label" |
| 8823 |
msgid "Subject Author Name" |
| 8824 |
msgstr "" |
| 8825 |
|
| 8826 |
#: lib/edit-schema.php:1083 |
| 8827 |
msgctxt "option label" |
| 8828 |
msgid "Subject Author URL" |
| 8829 |
msgstr "" |
| 8830 |
|
| 8831 |
#: lib/edit-schema.php:1090 |
| 8832 |
msgctxt "option label" |
| 8833 |
msgid "Subject Published Date" |
| 8834 |
msgstr "" |
| 8835 |
|
| 8836 |
#: lib/edit-schema.php:1097 |
| 8837 |
msgctxt "option label" |
| 8838 |
msgid "Subject Created Date" |
| 8839 |
msgstr "" |
| 8840 |
|
| 8841 |
#: lib/edit-schema.php:1108 |
| 8842 |
msgctxt "option label" |
| 8843 |
msgid "Subject Book ISBN" |
| 8844 |
msgstr "" |
| 8845 |
|
| 8846 |
#: lib/edit-schema.php:1140 lib/edit-schema.php:1372 |
| 8847 |
msgctxt "option label" |
| 8848 |
msgid "Application Category" |
| 8849 |
msgstr "" |
| 8850 |
|
| 8851 |
#: lib/edit-schema.php:1147 lib/edit-schema.php:1379 |
| 8852 |
msgctxt "option label" |
| 8853 |
msgid "Operating System" |
| 8854 |
msgstr "" |
| 8855 |
|
| 8856 |
#: lib/edit-schema.php:1154 lib/edit-schema.php:1386 |
| 8857 |
msgctxt "option label" |
| 8858 |
msgid "Download URL" |
| 8859 |
msgstr "" |
| 8860 |
|
| 8861 |
#: lib/edit-schema.php:1161 |
| 8862 |
msgctxt "option label" |
| 8863 |
msgid "Software App Offers" |
| 8864 |
msgstr "" |
| 8865 |
|
| 8866 |
#: lib/edit-schema.php:1165 |
| 8867 |
msgctxt "option label" |
| 8868 |
msgid "Software App Offer Name" |
| 8869 |
msgstr "" |
| 8870 |
|
| 8871 |
#: lib/edit-schema.php:1170 |
| 8872 |
msgctxt "option label" |
| 8873 |
msgid "Software App Offer Price" |
| 8874 |
msgstr "" |
| 8875 |
|
| 8876 |
#: lib/edit-schema.php:1175 |
| 8877 |
msgctxt "option label" |
| 8878 |
msgid "Software App Offer Currency" |
| 8879 |
msgstr "" |
| 8880 |
|
| 8881 |
#: lib/edit-schema.php:1184 |
| 8882 |
msgctxt "option label" |
| 8883 |
msgid "Software App Offer Availability" |
| 8884 |
msgstr "" |
| 8885 |
|
| 8886 |
#: lib/edit-schema.php:1200 |
| 8887 |
msgctxt "option label" |
| 8888 |
msgid "Subject Telephone" |
| 8889 |
msgstr "" |
| 8890 |
|
| 8891 |
#: lib/edit-schema.php:1207 |
| 8892 |
msgctxt "option label" |
| 8893 |
msgid "Subject Street Address" |
| 8894 |
msgstr "" |
| 8895 |
|
| 8896 |
#: lib/edit-schema.php:1214 |
| 8897 |
msgctxt "option label" |
| 8898 |
msgid "Subject P.O. Box Number" |
| 8899 |
msgstr "" |
| 8900 |
|
| 8901 |
#: lib/edit-schema.php:1221 |
| 8902 |
msgctxt "option label" |
| 8903 |
msgid "Subject City / Locality" |
| 8904 |
msgstr "" |
| 8905 |
|
| 8906 |
#: lib/edit-schema.php:1228 |
| 8907 |
msgctxt "option label" |
| 8908 |
msgid "Subject State / Province" |
| 8909 |
msgstr "" |
| 8910 |
|
| 8911 |
#: lib/edit-schema.php:1235 |
| 8912 |
msgctxt "option label" |
| 8913 |
msgid "Subject Zip / Postal Code" |
| 8914 |
msgstr "" |
| 8915 |
|
| 8916 |
#: lib/edit-schema.php:1242 |
| 8917 |
msgctxt "option label" |
| 8918 |
msgid "Subject Country" |
| 8919 |
msgstr "" |
| 8920 |
|
| 8921 |
#: lib/edit-schema.php:1253 |
| 8922 |
msgctxt "option label" |
| 8923 |
msgid "Subject Price Range" |
| 8924 |
msgstr "" |
| 8925 |
|
| 8926 |
#: lib/edit-schema.php:1264 |
| 8927 |
msgctxt "option label" |
| 8928 |
msgid "Subject Serves Cuisine" |
| 8929 |
msgstr "" |
| 8930 |
|
| 8931 |
#: lib/edit-schema.php:1275 |
| 8932 |
msgctxt "option label" |
| 8933 |
msgid "Subject Product Brand" |
| 8934 |
msgstr "" |
| 8935 |
|
| 8936 |
#: lib/edit-schema.php:1282 |
| 8937 |
msgctxt "option label" |
| 8938 |
msgid "Subject Product Offers" |
| 8939 |
msgstr "" |
| 8940 |
|
| 8941 |
#: lib/edit-schema.php:1286 |
| 8942 |
msgctxt "option label" |
| 8943 |
msgid "Product Offer Name" |
| 8944 |
msgstr "" |
| 8945 |
|
| 8946 |
#: lib/edit-schema.php:1291 |
| 8947 |
msgctxt "option label" |
| 8948 |
msgid "Product Offer Price" |
| 8949 |
msgstr "" |
| 8950 |
|
| 8951 |
#: lib/edit-schema.php:1296 |
| 8952 |
msgctxt "option label" |
| 8953 |
msgid "Product Offer Currency" |
| 8954 |
msgstr "" |
| 8955 |
|
| 8956 |
#: lib/edit-schema.php:1305 |
| 8957 |
msgctxt "option label" |
| 8958 |
msgid "Product Offer Availability" |
| 8959 |
msgstr "" |
| 8960 |
|
| 8961 |
#: lib/edit-schema.php:1317 |
| 8962 |
msgctxt "option label" |
| 8963 |
msgid "Subject Product SKU" |
| 8964 |
msgstr "" |
| 8965 |
|
| 8966 |
#: lib/edit-schema.php:1324 |
| 8967 |
msgctxt "option label" |
| 8968 |
msgid "Subject Product MPN" |
| 8969 |
msgstr "" |
| 8970 |
|
| 8971 |
#: lib/edit-schema.php:1336 |
| 8972 |
msgctxt "metabox title" |
| 8973 |
msgid "Claim Review Information" |
| 8974 |
msgstr "" |
| 8975 |
|
| 8976 |
#: lib/edit-schema.php:1341 |
| 8977 |
msgctxt "option label" |
| 8978 |
msgid "Short Summary of Claim" |
| 8979 |
msgstr "" |
| 8980 |
|
| 8981 |
#: lib/edit-schema.php:1348 |
| 8982 |
msgctxt "option label" |
| 8983 |
msgid "First Appearance URL" |
| 8984 |
msgstr "" |
| 8985 |
|
| 8986 |
#: lib/edit-schema.php:1367 |
| 8987 |
msgctxt "metabox title" |
| 8988 |
msgid "Software App Information" |
| 8989 |
msgstr "" |
| 8990 |
|
| 8991 |
#: lib/edit-schema.php:1405 |
| 8992 |
msgctxt "metabox title" |
| 8993 |
msgid "WebPage Information" |
| 8994 |
msgstr "" |
| 8995 |
|
| 8996 |
#: lib/edit-schema.php:1410 |
| 8997 |
msgctxt "option label" |
| 8998 |
msgid "Reviewed By Org." |
| 8999 |
msgstr "" |
| 9000 |
|
| 9001 |
#: lib/edit-schema.php:1420 |
| 9002 |
msgctxt "option label" |
| 9003 |
msgid "Reviewed By Person" |
| 9004 |
msgstr "" |
| 9005 |
|
| 9006 |
#: lib/edit-schema.php:1430 |
| 9007 |
msgctxt "option label" |
| 9008 |
msgid "Reviewed Last" |
| 9009 |
msgstr "" |
| 9010 |
|
| 9011 |
#: lib/edit-schema.php:1449 lib/edit-schema.php:1476 |
| 9012 |
msgctxt "metabox title" |
| 9013 |
msgid "QA Page Information" |
| 9014 |
msgstr "" |
| 9015 |
|
| 9016 |
#: lib/edit-schema.php:1454 lib/edit-schema.php:1802 |
| 9017 |
msgctxt "option label" |
| 9018 |
msgid "Select a Person" |
| 9019 |
msgstr "" |
| 9020 |
|
| 9021 |
#: lib/edit-schema.php:1481 |
| 9022 |
msgctxt "option label" |
| 9023 |
msgid "QA Heading" |
| 9024 |
msgstr "" |
| 9025 |
|
| 9026 |
#: lib/edit-schema.php:1502 |
| 9027 |
msgctxt "metabox title" |
| 9028 |
msgid "Event Information" |
| 9029 |
msgstr "" |
| 9030 |
|
| 9031 |
#: lib/edit-schema.php:1507 |
| 9032 |
msgctxt "option label" |
| 9033 |
msgid "Event Language" |
| 9034 |
msgstr "" |
| 9035 |
|
| 9036 |
#: lib/edit-schema.php:1514 |
| 9037 |
msgctxt "option label" |
| 9038 |
msgid "Event Attendance" |
| 9039 |
msgstr "" |
| 9040 |
|
| 9041 |
#: lib/edit-schema.php:1522 |
| 9042 |
msgctxt "option label" |
| 9043 |
msgid "Event Online URL" |
| 9044 |
msgstr "" |
| 9045 |
|
| 9046 |
#: lib/edit-schema.php:1529 |
| 9047 |
msgctxt "option label" |
| 9048 |
msgid "Event Venue" |
| 9049 |
msgstr "" |
| 9050 |
|
| 9051 |
#: lib/edit-schema.php:1539 |
| 9052 |
msgctxt "option label" |
| 9053 |
msgid "Performer Organization" |
| 9054 |
msgstr "" |
| 9055 |
|
| 9056 |
#: lib/edit-schema.php:1549 |
| 9057 |
msgctxt "option label" |
| 9058 |
msgid "Performer Person" |
| 9059 |
msgstr "" |
| 9060 |
|
| 9061 |
#: lib/edit-schema.php:1559 |
| 9062 |
msgctxt "option label" |
| 9063 |
msgid "Organizer Organization" |
| 9064 |
msgstr "" |
| 9065 |
|
| 9066 |
#: lib/edit-schema.php:1569 |
| 9067 |
msgctxt "option label" |
| 9068 |
msgid "Organizer Person" |
| 9069 |
msgstr "" |
| 9070 |
|
| 9071 |
#: lib/edit-schema.php:1599 |
| 9072 |
msgctxt "option label" |
| 9073 |
msgid "Event Status" |
| 9074 |
msgstr "" |
| 9075 |
|
| 9076 |
#: lib/edit-schema.php:1607 |
| 9077 |
msgctxt "option label" |
| 9078 |
msgid "Event Start" |
| 9079 |
msgstr "" |
| 9080 |
|
| 9081 |
#: lib/edit-schema.php:1614 |
| 9082 |
msgctxt "option label" |
| 9083 |
msgid "Event End" |
| 9084 |
msgstr "" |
| 9085 |
|
| 9086 |
#: lib/edit-schema.php:1621 |
| 9087 |
msgctxt "option label" |
| 9088 |
msgid "Event Previous Start" |
| 9089 |
msgstr "" |
| 9090 |
|
| 9091 |
#: lib/edit-schema.php:1628 |
| 9092 |
msgctxt "option label" |
| 9093 |
msgid "Event Offers" |
| 9094 |
msgstr "" |
| 9095 |
|
| 9096 |
#: lib/edit-schema.php:1632 |
| 9097 |
msgctxt "option label" |
| 9098 |
msgid "Event Offer Name" |
| 9099 |
msgstr "" |
| 9100 |
|
| 9101 |
#: lib/edit-schema.php:1637 |
| 9102 |
msgctxt "option label" |
| 9103 |
msgid "Event Offer Price" |
| 9104 |
msgstr "" |
| 9105 |
|
| 9106 |
#: lib/edit-schema.php:1642 |
| 9107 |
msgctxt "option label" |
| 9108 |
msgid "Event Offer Currency" |
| 9109 |
msgstr "" |
| 9110 |
|
| 9111 |
#: lib/edit-schema.php:1651 |
| 9112 |
msgctxt "option label" |
| 9113 |
msgid "Event Offer Availability" |
| 9114 |
msgstr "" |
| 9115 |
|
| 9116 |
#: lib/edit-schema.php:1663 |
| 9117 |
msgctxt "option label" |
| 9118 |
msgid "Event Offers Start" |
| 9119 |
msgstr "" |
| 9120 |
|
| 9121 |
#: lib/edit-schema.php:1670 |
| 9122 |
msgctxt "option label" |
| 9123 |
msgid "Event Offers End" |
| 9124 |
msgstr "" |
| 9125 |
|
| 9126 |
#: lib/edit-schema.php:1692 |
| 9127 |
msgctxt "metabox title" |
| 9128 |
msgid "Job Posting Information" |
| 9129 |
msgstr "" |
| 9130 |
|
| 9131 |
#: lib/edit-schema.php:1705 |
| 9132 |
msgctxt "option label" |
| 9133 |
msgid "Hiring Organization" |
| 9134 |
msgstr "" |
| 9135 |
|
| 9136 |
#: lib/edit-schema.php:1715 |
| 9137 |
msgctxt "option label" |
| 9138 |
msgid "Job Location" |
| 9139 |
msgstr "" |
| 9140 |
|
| 9141 |
#: lib/edit-schema.php:1725 |
| 9142 |
msgctxt "option label" |
| 9143 |
msgid "Job Location Type" |
| 9144 |
msgstr "" |
| 9145 |
|
| 9146 |
#: lib/edit-schema.php:1733 |
| 9147 |
msgctxt "option label" |
| 9148 |
msgid "Base Salary" |
| 9149 |
msgstr "" |
| 9150 |
|
| 9151 |
#: lib/edit-schema.php:1740 |
| 9152 |
msgctxt "option comment" |
| 9153 |
msgid "per" |
| 9154 |
msgstr "" |
| 9155 |
|
| 9156 |
#: lib/edit-schema.php:1746 |
| 9157 |
msgctxt "option label" |
| 9158 |
msgid "Employment Type" |
| 9159 |
msgstr "" |
| 9160 |
|
| 9161 |
#: lib/edit-schema.php:1753 |
| 9162 |
msgctxt "option label" |
| 9163 |
msgid "Job Posting Expires" |
| 9164 |
msgstr "" |
| 9165 |
|
| 9166 |
#: lib/edit-schema.php:1772 |
| 9167 |
msgctxt "metabox title" |
| 9168 |
msgid "Organization Information" |
| 9169 |
msgstr "" |
| 9170 |
|
| 9171 |
#: lib/edit-schema.php:1777 |
| 9172 |
msgctxt "option label" |
| 9173 |
msgid "Select an Organization" |
| 9174 |
msgstr "" |
| 9175 |
|
| 9176 |
#: lib/edit-schema.php:1797 |
| 9177 |
msgctxt "metabox title" |
| 9178 |
msgid "Person Information" |
| 9179 |
msgstr "" |
| 9180 |
|
| 9181 |
#: lib/edit-schema.php:1824 |
| 9182 |
msgctxt "metabox title" |
| 9183 |
msgid "Place Information" |
| 9184 |
msgstr "" |
| 9185 |
|
| 9186 |
#: lib/edit-schema.php:1829 |
| 9187 |
msgctxt "option label" |
| 9188 |
msgid "Select a Place" |
| 9189 |
msgstr "" |
| 9190 |
|
| 9191 |
#: lib/edit-schema.php:1858 |
| 9192 |
msgctxt "metabox title" |
| 9193 |
msgid "Product Information (Main Product)" |
| 9194 |
msgstr "" |
| 9195 |
|
| 9196 |
#: lib/edit-schema.php:1872 lib/messages.php:913 |
| 9197 |
msgctxt "option label" |
| 9198 |
msgid "Product Return Policy" |
| 9199 |
msgstr "" |
| 9200 |
|
| 9201 |
#: lib/edit-schema.php:1880 lib/messages.php:799 |
| 9202 |
msgctxt "option label" |
| 9203 |
msgid "Product Google Category" |
| 9204 |
msgstr "" |
| 9205 |
|
| 9206 |
#: lib/edit-schema.php:1895 lib/messages.php:792 |
| 9207 |
msgctxt "option label" |
| 9208 |
msgid "Product Brand" |
| 9209 |
msgstr "" |
| 9210 |
|
| 9211 |
#: lib/edit-schema.php:1902 lib/messages.php:927 |
| 9212 |
msgctxt "option label" |
| 9213 |
msgid "Product Price" |
| 9214 |
msgstr "" |
| 9215 |
|
| 9216 |
#: lib/edit-schema.php:1912 lib/messages.php:932 |
| 9217 |
msgctxt "option label" |
| 9218 |
msgid "Product Price Type" |
| 9219 |
msgstr "" |
| 9220 |
|
| 9221 |
#: lib/edit-schema.php:1920 lib/messages.php:907 |
| 9222 |
msgctxt "option label" |
| 9223 |
msgid "Product Min Advert Price" |
| 9224 |
msgstr "" |
| 9225 |
|
| 9226 |
#: lib/edit-schema.php:1928 lib/messages.php:785 |
| 9227 |
msgctxt "option label" |
| 9228 |
msgid "Product Availability" |
| 9229 |
msgstr "" |
| 9230 |
|
| 9231 |
#: lib/edit-schema.php:1936 lib/messages.php:814 |
| 9232 |
msgctxt "option label" |
| 9233 |
msgid "Product Condition" |
| 9234 |
msgstr "" |
| 9235 |
|
| 9236 |
#: lib/edit-schema.php:1944 lib/messages.php:826 |
| 9237 |
msgctxt "option label" |
| 9238 |
msgid "Product Energy Rating" |
| 9239 |
msgstr "" |
| 9240 |
|
| 9241 |
#: lib/edit-schema.php:1959 lib/messages.php:895 |
| 9242 |
msgctxt "option label" |
| 9243 |
msgid "Product Material" |
| 9244 |
msgstr "" |
| 9245 |
|
| 9246 |
#: lib/edit-schema.php:1966 lib/messages.php:921 |
| 9247 |
msgctxt "option label" |
| 9248 |
msgid "Product Pattern" |
| 9249 |
msgstr "" |
| 9250 |
|
| 9251 |
#: lib/edit-schema.php:1973 lib/messages.php:808 |
| 9252 |
msgctxt "option label" |
| 9253 |
msgid "Product Color" |
| 9254 |
msgstr "" |
| 9255 |
|
| 9256 |
#: lib/edit-schema.php:1980 lib/messages.php:990 |
| 9257 |
msgctxt "option label" |
| 9258 |
msgid "Product Target Gender" |
| 9259 |
msgstr "" |
| 9260 |
|
| 9261 |
#: lib/edit-schema.php:1988 lib/messages.php:968 |
| 9262 |
msgctxt "option label" |
| 9263 |
msgid "Product Size" |
| 9264 |
msgstr "" |
| 9265 |
|
| 9266 |
#: lib/edit-schema.php:1995 lib/messages.php:974 |
| 9267 |
msgctxt "option label" |
| 9268 |
msgid "Product Size Group" |
| 9269 |
msgstr "" |
| 9270 |
|
| 9271 |
#: lib/edit-schema.php:2006 lib/messages.php:982 |
| 9272 |
msgctxt "option label" |
| 9273 |
msgid "Product Size System" |
| 9274 |
msgstr "" |
| 9275 |
|
| 9276 |
#: lib/edit-schema.php:2013 lib/messages.php:777 |
| 9277 |
msgctxt "option label" |
| 9278 |
msgid "Product Age Group" |
| 9279 |
msgstr "" |
| 9280 |
|
| 9281 |
#: lib/edit-schema.php:2020 lib/messages.php:769 |
| 9282 |
msgctxt "option label" |
| 9283 |
msgid "Product Adult Type" |
| 9284 |
msgstr "" |
| 9285 |
|
| 9286 |
#: lib/edit-schema.php:2027 lib/messages.php:889 |
| 9287 |
msgctxt "option label" |
| 9288 |
msgid "Product Net Len. / Depth" |
| 9289 |
msgstr "" |
| 9290 |
|
| 9291 |
#: lib/edit-schema.php:2037 lib/messages.php:1004 |
| 9292 |
msgctxt "option label" |
| 9293 |
msgid "Product Net Width" |
| 9294 |
msgstr "" |
| 9295 |
|
| 9296 |
#: lib/edit-schema.php:2047 lib/messages.php:877 |
| 9297 |
msgctxt "option label" |
| 9298 |
msgid "Product Net Height" |
| 9299 |
msgstr "" |
| 9300 |
|
| 9301 |
#: lib/edit-schema.php:2057 lib/messages.php:998 |
| 9302 |
msgctxt "option label" |
| 9303 |
msgid "Product Net Weight" |
| 9304 |
msgstr "" |
| 9305 |
|
| 9306 |
#: lib/edit-schema.php:2067 lib/messages.php:842 |
| 9307 |
msgctxt "option label" |
| 9308 |
msgid "Product Fluid Volume" |
| 9309 |
msgstr "" |
| 9310 |
|
| 9311 |
#: lib/edit-schema.php:2077 lib/messages.php:950 |
| 9312 |
msgctxt "option label" |
| 9313 |
msgid "Product Shipping Length" |
| 9314 |
msgstr "" |
| 9315 |
|
| 9316 |
#: lib/edit-schema.php:2087 lib/messages.php:962 |
| 9317 |
msgctxt "option label" |
| 9318 |
msgid "Product Shipping Width" |
| 9319 |
msgstr "" |
| 9320 |
|
| 9321 |
#: lib/edit-schema.php:2097 lib/messages.php:944 |
| 9322 |
msgctxt "option label" |
| 9323 |
msgid "Product Shipping Height" |
| 9324 |
msgstr "" |
| 9325 |
|
| 9326 |
#: lib/edit-schema.php:2107 lib/messages.php:956 |
| 9327 |
msgctxt "option label" |
| 9328 |
msgid "Product Shipping Weight" |
| 9329 |
msgstr "" |
| 9330 |
|
| 9331 |
#: lib/edit-schema.php:2117 lib/messages.php:939 |
| 9332 |
msgctxt "option label" |
| 9333 |
msgid "Product SKU" |
| 9334 |
msgstr "" |
| 9335 |
|
| 9336 |
#: lib/edit-schema.php:2125 lib/messages.php:901 |
| 9337 |
msgctxt "option label" |
| 9338 |
msgid "Product MPN" |
| 9339 |
msgstr "" |
| 9340 |
|
| 9341 |
#: lib/edit-schema.php:2133 lib/messages.php:847 |
| 9342 |
msgctxt "option label" |
| 9343 |
msgid "Product GTIN-14" |
| 9344 |
msgstr "" |
| 9345 |
|
| 9346 |
#: lib/edit-schema.php:2141 lib/messages.php:853 |
| 9347 |
msgctxt "option label" |
| 9348 |
msgid "Product GTIN-13 (EAN)" |
| 9349 |
msgstr "" |
| 9350 |
|
| 9351 |
#: lib/edit-schema.php:2149 lib/messages.php:859 |
| 9352 |
msgctxt "option label" |
| 9353 |
msgid "Product GTIN-12 (UPC)" |
| 9354 |
msgstr "" |
| 9355 |
|
| 9356 |
#: lib/edit-schema.php:2157 lib/messages.php:865 |
| 9357 |
msgctxt "option label" |
| 9358 |
msgid "Product GTIN-8" |
| 9359 |
msgstr "" |
| 9360 |
|
| 9361 |
#: lib/edit-schema.php:2165 lib/messages.php:871 |
| 9362 |
msgctxt "option label" |
| 9363 |
msgid "Product GTIN" |
| 9364 |
msgstr "" |
| 9365 |
|
| 9366 |
#: lib/edit-schema.php:2173 lib/messages.php:883 |
| 9367 |
msgctxt "option label" |
| 9368 |
msgid "Product ISBN" |
| 9369 |
msgstr "" |
| 9370 |
|
| 9371 |
#: lib/edit-schema.php:2181 |
| 9372 |
msgctxt "option label" |
| 9373 |
msgid "Product Awards" |
| 9374 |
msgstr "" |
| 9375 |
|
| 9376 |
#: lib/edit-schema.php:2223 |
| 9377 |
msgctxt "option label" |
| 9378 |
msgid "Service Awards" |
| 9379 |
msgstr "" |
| 9380 |
|
| 9381 |
#: lib/edit-schema.php:2232 |
| 9382 |
msgctxt "metabox title" |
| 9383 |
msgid "Service Offers Information" |
| 9384 |
msgstr "" |
| 9385 |
|
| 9386 |
#: lib/edit-schema.php:2237 |
| 9387 |
msgctxt "option label" |
| 9388 |
msgid "Service Offers" |
| 9389 |
msgstr "" |
| 9390 |
|
| 9391 |
#: lib/edit-schema.php:2241 |
| 9392 |
msgctxt "option label" |
| 9393 |
msgid "Service Offer Name" |
| 9394 |
msgstr "" |
| 9395 |
|
| 9396 |
#: lib/edit-schema.php:2246 |
| 9397 |
msgctxt "option label" |
| 9398 |
msgid "Service Offer Price" |
| 9399 |
msgstr "" |
| 9400 |
|
| 9401 |
#: lib/edit-schema.php:2251 |
| 9402 |
msgctxt "option label" |
| 9403 |
msgid "Service Offer Currency" |
| 9404 |
msgstr "" |
| 9405 |
|
| 9406 |
#: lib/edit-schema.php:2260 |
| 9407 |
msgctxt "option label" |
| 9408 |
msgid "Service Offer Availability" |
| 9409 |
msgstr "" |
| 9410 |
|
| 9411 |
#: lib/edit-schema.php:2272 |
| 9412 |
msgctxt "option label" |
| 9413 |
msgid "Service Offers Start" |
| 9414 |
msgstr "" |
| 9415 |
|
| 9416 |
#: lib/edit-schema.php:2279 |
| 9417 |
msgctxt "option label" |
| 9418 |
msgid "Service Offers End" |
| 9419 |
msgstr "" |
| 9420 |
|
| 9421 |
#: lib/edit-schema.php:2286 |
| 9422 |
msgctxt "option label" |
| 9423 |
msgid "Offer Catalogs" |
| 9424 |
msgstr "" |
| 9425 |
|
| 9426 |
#: lib/edit-schema.php:2290 |
| 9427 |
msgctxt "option label" |
| 9428 |
msgid "Offer Catalog Name" |
| 9429 |
msgstr "" |
| 9430 |
|
| 9431 |
#: lib/edit-schema.php:2295 |
| 9432 |
msgctxt "option label" |
| 9433 |
msgid "Offer Catalog Description" |
| 9434 |
msgstr "" |
| 9435 |
|
| 9436 |
#: lib/edit-schema.php:2300 |
| 9437 |
msgctxt "option label" |
| 9438 |
msgid "Offer Catalog URL" |
| 9439 |
msgstr "" |
| 9440 |
|
| 9441 |
#: lib/edit-schema.php:2311 |
| 9442 |
msgctxt "metabox title" |
| 9443 |
msgid "Service Area Information" |
| 9444 |
msgstr "" |
| 9445 |
|
| 9446 |
#: lib/edit-schema.php:2316 |
| 9447 |
msgctxt "option label" |
| 9448 |
msgid "Service Latitude" |
| 9449 |
msgstr "" |
| 9450 |
|
| 9451 |
#: lib/edit-schema.php:2319 lib/edit-schema.php:2327 |
| 9452 |
msgctxt "option comment" |
| 9453 |
msgid "decimal degrees" |
| 9454 |
msgstr "" |
| 9455 |
|
| 9456 |
#: lib/edit-schema.php:2324 |
| 9457 |
msgctxt "option label" |
| 9458 |
msgid "Service Longitude" |
| 9459 |
msgstr "" |
| 9460 |
|
| 9461 |
#: lib/edit-schema.php:2332 |
| 9462 |
msgctxt "option label" |
| 9463 |
msgid "Service Radius" |
| 9464 |
msgstr "" |
| 9465 |
|
| 9466 |
#: lib/edit-schema.php:2335 |
| 9467 |
msgctxt "option comment" |
| 9468 |
msgid "meters from coordinates" |
| 9469 |
msgstr "" |
| 9470 |
|
| 9471 |
#: lib/edit-schema.php:2340 |
| 9472 |
msgctxt "option label" |
| 9473 |
msgid "Service Areas" |
| 9474 |
msgstr "" |
| 9475 |
|
| 9476 |
#: lib/edit-validators.php:53 |
| 9477 |
msgctxt "submit button" |
| 9478 |
msgid "Validate %s" |
| 9479 |
msgstr "" |
| 9480 |
|
| 9481 |
#: lib/edit-visibility.php:60 |
| 9482 |
msgctxt "option label" |
| 9483 |
msgid "301 Redirect URL" |
| 9484 |
msgstr "" |
| 9485 |
|
| 9486 |
#: lib/edit-visibility.php:93 |
| 9487 |
msgctxt "metabox title" |
| 9488 |
msgid "Robots Meta" |
| 9489 |
msgstr "" |
| 9490 |
|
| 9491 |
#: lib/edit-visibility.php:100 |
| 9492 |
msgctxt "option label" |
| 9493 |
msgid "No Archive" |
| 9494 |
msgstr "" |
| 9495 |
|
| 9496 |
#: lib/edit-visibility.php:103 |
| 9497 |
msgctxt "option comment" |
| 9498 |
msgid "do not show a cached link in search results" |
| 9499 |
msgstr "" |
| 9500 |
|
| 9501 |
#: lib/edit-visibility.php:107 |
| 9502 |
msgctxt "option label" |
| 9503 |
msgid "No Follow" |
| 9504 |
msgstr "" |
| 9505 |
|
| 9506 |
#: lib/edit-visibility.php:110 |
| 9507 |
msgctxt "option comment" |
| 9508 |
msgid "do not follow links on this webpage" |
| 9509 |
msgstr "" |
| 9510 |
|
| 9511 |
#: lib/edit-visibility.php:114 |
| 9512 |
msgctxt "option label" |
| 9513 |
msgid "No Image Index" |
| 9514 |
msgstr "" |
| 9515 |
|
| 9516 |
#: lib/edit-visibility.php:117 |
| 9517 |
msgctxt "option comment" |
| 9518 |
msgid "do not index images on this webpage" |
| 9519 |
msgstr "" |
| 9520 |
|
| 9521 |
#: lib/edit-visibility.php:121 |
| 9522 |
msgctxt "option label" |
| 9523 |
msgid "No Index" |
| 9524 |
msgstr "" |
| 9525 |
|
| 9526 |
#: lib/edit-visibility.php:124 |
| 9527 |
msgctxt "option comment" |
| 9528 |
msgid "do not show this webpage in search results" |
| 9529 |
msgstr "" |
| 9530 |
|
| 9531 |
#: lib/edit-visibility.php:128 |
| 9532 |
msgctxt "option label" |
| 9533 |
msgid "No Snippet" |
| 9534 |
msgstr "" |
| 9535 |
|
| 9536 |
#: lib/edit-visibility.php:131 |
| 9537 |
msgctxt "option comment" |
| 9538 |
msgid "do not show a text snippet or a video preview in search results" |
| 9539 |
msgstr "" |
| 9540 |
|
| 9541 |
#: lib/edit-visibility.php:135 |
| 9542 |
msgctxt "option label" |
| 9543 |
msgid "No Translate" |
| 9544 |
msgstr "" |
| 9545 |
|
| 9546 |
#: lib/edit-visibility.php:138 |
| 9547 |
msgctxt "option comment" |
| 9548 |
msgid "do not offer translation of this webpage in search results" |
| 9549 |
msgstr "" |
| 9550 |
|
| 9551 |
#: lib/edit-visibility.php:142 |
| 9552 |
msgctxt "option label" |
| 9553 |
msgid "Snippet Max. Length" |
| 9554 |
msgstr "" |
| 9555 |
|
| 9556 |
#: lib/edit-visibility.php:146 lib/submenu/general.php:331 |
| 9557 |
msgctxt "option comment" |
| 9558 |
msgid "characters or less" |
| 9559 |
msgstr "" |
| 9560 |
|
| 9561 |
#: lib/edit-visibility.php:147 lib/edit-visibility.php:163 |
| 9562 |
#: lib/submenu/general.php:332 lib/submenu/general.php:346 |
| 9563 |
msgctxt "option comment" |
| 9564 |
msgid "(-1 for no limit)" |
| 9565 |
msgstr "" |
| 9566 |
|
| 9567 |
#: lib/edit-visibility.php:151 |
| 9568 |
msgctxt "option label" |
| 9569 |
msgid "Image Preview Size" |
| 9570 |
msgstr "" |
| 9571 |
|
| 9572 |
#: lib/edit-visibility.php:158 |
| 9573 |
msgctxt "option label" |
| 9574 |
msgid "Video Max. Previews" |
| 9575 |
msgstr "" |
| 9576 |
|
| 9577 |
#: lib/edit-visibility.php:162 lib/submenu/general.php:345 |
| 9578 |
msgctxt "option comment" |
| 9579 |
msgid "seconds" |
| 9580 |
msgstr "" |
| 9581 |
|
| 9582 |
#: lib/ext/owly.php:63 |
| 9583 |
msgid "API key missing." |
| 9584 |
msgstr "" |
| 9585 |
|
| 9586 |
#: lib/head.php:465 |
| 9587 |
msgid "adding open graph meta tags" |
| 9588 |
msgstr "" |
| 9589 |
|
| 9590 |
#: lib/head.php:474 |
| 9591 |
msgid "adding twitter card meta tags" |
| 9592 |
msgstr "" |
| 9593 |
|
| 9594 |
#: lib/head.php:483 |
| 9595 |
msgid "adding meta name meta tags" |
| 9596 |
msgstr "" |
| 9597 |
|
| 9598 |
#: lib/head.php:492 |
| 9599 |
msgid "adding link relation tags" |
| 9600 |
msgstr "" |
| 9601 |
|
| 9602 |
#: lib/head.php:512 |
| 9603 |
msgid "adding schema json-ld markup" |
| 9604 |
msgstr "" |
| 9605 |
|
| 9606 |
#: lib/integ/ecom/woocommerce.php:242 |
| 9607 |
msgid "" |
| 9608 |
"Please select a page in the <a href=\"%s\">WooCommerce Settings > " |
| 9609 |
"Advanced > Page setup</a> section." |
| 9610 |
msgstr "" |
| 9611 |
|
| 9612 |
#: lib/integ/ecom/woocommerce.php:245 |
| 9613 |
msgid "" |
| 9614 |
"Please select a page in the <a href=\"%s\">WooCommerce Settings > " |
| 9615 |
"Products > General</a> section." |
| 9616 |
msgstr "" |
| 9617 |
|
| 9618 |
#: lib/integ/ecom/woocommerce.php:249 lib/integ/ecom/woocommerce.php:777 |
| 9619 |
msgid "My account page" |
| 9620 |
msgstr "" |
| 9621 |
|
| 9622 |
#: lib/integ/ecom/woocommerce.php:250 lib/integ/ecom/woocommerce.php:781 |
| 9623 |
msgid "Cart page" |
| 9624 |
msgstr "" |
| 9625 |
|
| 9626 |
#: lib/integ/ecom/woocommerce.php:251 lib/integ/ecom/woocommerce.php:785 |
| 9627 |
msgid "Checkout page" |
| 9628 |
msgstr "" |
| 9629 |
|
| 9630 |
#: lib/integ/ecom/woocommerce.php:252 |
| 9631 |
msgid "Shop page" |
| 9632 |
msgstr "" |
| 9633 |
|
| 9634 |
#: lib/integ/ecom/woocommerce.php:258 |
| 9635 |
msgid "The WooCommerce \"%1$s\" option value is missing or invalid." |
| 9636 |
msgstr "" |
| 9637 |
|
| 9638 |
#: lib/integ/ecom/woocommerce.php:346 |
| 9639 |
msgid "Suggested attributes:" |
| 9640 |
msgstr "" |
| 9641 |
|
| 9642 |
#: lib/integ/ecom/woocommerce.php:708 |
| 9643 |
msgid "Products Group" |
| 9644 |
msgstr "" |
| 9645 |
|
| 9646 |
#: lib/integ/ecom/woocommerce.php:1709 |
| 9647 |
msgid "World" |
| 9648 |
msgstr "" |
| 9649 |
|
| 9650 |
#: lib/integ/ecom/woocommerce.php:1936 |
| 9651 |
msgid "" |
| 9652 |
"The rating and review counts provided by WooCommerce for product ID %d are " |
| 9653 |
"invalid." |
| 9654 |
msgstr "" |
| 9655 |
|
| 9656 |
#: lib/integ/ecom/woocommerce.php:1939 |
| 9657 |
msgid "" |
| 9658 |
"The average rating is %.2f, but the rating count is %d and the review count " |
| 9659 |
"is %d." |
| 9660 |
msgstr "" |
| 9661 |
|
| 9662 |
#: lib/integ/ecom/woocommerce.php:1942 |
| 9663 |
msgid "The rating count or the review count must be greater than 0." |
| 9664 |
msgstr "" |
| 9665 |
|
| 9666 |
#: lib/integ/event/the-events-calendar.php:53 |
| 9667 |
msgid "TEC: %s" |
| 9668 |
msgstr "" |
| 9669 |
|
| 9670 |
#: lib/integ/event/the-events-calendar.php:68 |
| 9671 |
msgctxt "option value" |
| 9672 |
msgid "TEC: %s" |
| 9673 |
msgstr "" |
| 9674 |
|
| 9675 |
#: lib/integ/event/the-events-calendar.php:288 |
| 9676 |
#: lib/integ/event/the-events-calendar.php:347 |
| 9677 |
msgid "getting TEC options" |
| 9678 |
msgstr "" |
| 9679 |
|
| 9680 |
#: lib/integ/form/gravityview.php:140 |
| 9681 |
msgctxt "metabox title" |
| 9682 |
msgid "Single Entry Integration" |
| 9683 |
msgstr "" |
| 9684 |
|
| 9685 |
#: lib/integ/form/gravityview.php:167 |
| 9686 |
msgctxt "option label" |
| 9687 |
msgid "Title Field ID" |
| 9688 |
msgstr "" |
| 9689 |
|
| 9690 |
#: lib/integ/form/gravityview.php:171 |
| 9691 |
msgctxt "option label" |
| 9692 |
msgid "Description Field ID" |
| 9693 |
msgstr "" |
| 9694 |
|
| 9695 |
#: lib/integ/form/gravityview.php:175 |
| 9696 |
msgctxt "option label" |
| 9697 |
msgid "Post Image Field ID" |
| 9698 |
msgstr "" |
| 9699 |
|
| 9700 |
#: lib/integ/job/wpjobmanager.php:55 lib/integ/job/wpjobmanager.php:73 |
| 9701 |
msgctxt "option value" |
| 9702 |
msgid "WPJM: %s" |
| 9703 |
msgstr "" |
| 9704 |
|
| 9705 |
#: lib/integ/lang/qtranslate-xt.php:34 |
| 9706 |
msgid "" |
| 9707 |
"The qTranslate-XT integration module requires %1$s version %2$s or better." |
| 9708 |
msgstr "" |
| 9709 |
|
| 9710 |
#: lib/integ/lang/qtranslate-xt.php:37 lib/messages.php:485 |
| 9711 |
msgid "Please update to the latest %1$s version (or at least version %2$s)." |
| 9712 |
msgstr "" |
| 9713 |
|
| 9714 |
#. translators: Please ignore - translation uses a different text domain. |
| 9715 |
#: lib/integ/rating/rate-my-post.php:63 |
| 9716 |
msgid "Type of structured data for rich snippets" |
| 9717 |
msgstr "" |
| 9718 |
|
| 9719 |
#. translators: Please ignore - translation uses a different text domain. |
| 9720 |
#: lib/integ/rating/rate-my-post.php:69 |
| 9721 |
msgid "Rate my Post" |
| 9722 |
msgstr "" |
| 9723 |
|
| 9724 |
#. translators: Please ignore - translation uses a different text domain. |
| 9725 |
#: lib/integ/rating/rate-my-post.php:73 |
| 9726 |
msgid "Rating Widget Settings" |
| 9727 |
msgstr "" |
| 9728 |
|
| 9729 |
#: lib/integ/rating/rate-my-post.php:80 lib/integ/rating/wppostratings.php:78 |
| 9730 |
msgid "Please disable the %1$s option in the %2$s settings page." |
| 9731 |
msgstr "" |
| 9732 |
|
| 9733 |
#. translators: Please ignore - translation uses a different text domain. |
| 9734 |
#: lib/integ/rating/wppostratings.php:61 |
| 9735 |
msgid "Enable Google Rich Snippets?" |
| 9736 |
msgstr "" |
| 9737 |
|
| 9738 |
#. translators: Please ignore - translation uses a different text domain. |
| 9739 |
#: lib/integ/rating/wppostratings.php:67 |
| 9740 |
msgid "WP-PostRatings" |
| 9741 |
msgstr "" |
| 9742 |
|
| 9743 |
#. translators: Please ignore - translation uses a different text domain. |
| 9744 |
#: lib/integ/rating/wppostratings.php:69 |
| 9745 |
msgid "Ratings" |
| 9746 |
msgstr "" |
| 9747 |
|
| 9748 |
#. translators: Please ignore - translation uses a different text domain. |
| 9749 |
#: lib/integ/rating/wppostratings.php:71 |
| 9750 |
msgid "Ratings Options" |
| 9751 |
msgstr "" |
| 9752 |
|
| 9753 |
#. translators: %s is "App Key". |
| 9754 |
#. translators: %s is "Secret Token". |
| 9755 |
#: lib/integ/review/yotpowc.php:193 lib/integ/review/yotpowc.php:213 |
| 9756 |
msgid "Yotpo for WooCommerce \"%s\" option value is empty." |
| 9757 |
msgstr "" |
| 9758 |
|
| 9759 |
#. translators: %s is "wc_yotpo_compatible()". |
| 9760 |
#: lib/integ/review/yotpowc.php:233 |
| 9761 |
msgid "Yotpo for WooCommerce %s function is missing." |
| 9762 |
msgstr "" |
| 9763 |
|
| 9764 |
#. translators: %s is "wc_yotpo_compatible()". |
| 9765 |
#: lib/integ/review/yotpowc.php:254 |
| 9766 |
msgid "Yotpo for WooCommerce %s function returned false." |
| 9767 |
msgstr "" |
| 9768 |
|
| 9769 |
#. translators: %s is "yotpo-social-reviews-for-woocommerce". |
| 9770 |
#: lib/integ/review/yotpowc.php:282 |
| 9771 |
msgid "" |
| 9772 |
"\"%s\" plugin not found in the WPMU_PLUGIN_DIR or WP_PLUGIN_DIR folders." |
| 9773 |
msgstr "" |
| 9774 |
|
| 9775 |
#. translators: %s is the API library file path. |
| 9776 |
#: lib/integ/review/yotpowc.php:304 |
| 9777 |
msgid "Yotpo for WooCommerce API library file \"%s\" not found." |
| 9778 |
msgstr "" |
| 9779 |
|
| 9780 |
#. translators: %s is the API library file path. |
| 9781 |
#: lib/integ/review/yotpowc.php:331 |
| 9782 |
msgid "Yotpo for WooCommerce \"%s\" class does not exist." |
| 9783 |
msgstr "" |
| 9784 |
|
| 9785 |
#. translators: %1$s is the class::method name. |
| 9786 |
#: lib/integ/seo/wpseo.php:45 |
| 9787 |
msgid "" |
| 9788 |
"The Yoast SEO <code>%1$s</code> method is missing – if you are using " |
| 9789 |
"an older version of Yoast SEO, please update now." |
| 9790 |
msgstr "" |
| 9791 |
|
| 9792 |
#: lib/json/prop/aggregaterating.php:192 |
| 9793 |
msgid "" |
| 9794 |
"An aggregate rating value for this markup has been ignored - <a href=\"%1$s" |
| 9795 |
"\">Google does not allow an aggregate rating value for the Schema %2$s type</" |
| 9796 |
"a>." |
| 9797 |
msgstr "" |
| 9798 |
|
| 9799 |
#: lib/json/prop/review.php:224 |
| 9800 |
msgid "" |
| 9801 |
"Reviews for this markup have been ignored - <a href=\"%1$s\">Google does not " |
| 9802 |
"allow reviews for the Schema %2$s type</a>." |
| 9803 |
msgstr "" |
| 9804 |
|
| 9805 |
#: lib/json/type/claimreview.php:69 |
| 9806 |
msgid "A claim review cannot be the subject of another claim review." |
| 9807 |
msgstr "" |
| 9808 |
|
| 9809 |
#: lib/json/type/claimreview.php:71 |
| 9810 |
msgid "" |
| 9811 |
"CreativeWork will be used instead as the Schema type for the subject of the " |
| 9812 |
"webpage (ie. the content) being reviewed." |
| 9813 |
msgstr "" |
| 9814 |
|
| 9815 |
#: lib/json/type/faqpage.php:77 |
| 9816 |
msgid "%d question added to the Schema FAQPage markup." |
| 9817 |
msgid_plural "%d questions added to the Schema FAQPage markup." |
| 9818 |
msgstr[0] "" |
| 9819 |
msgstr[1] "" |
| 9820 |
|
| 9821 |
#: lib/json/type/faqpage.php:84 |
| 9822 |
msgid "No question(s) found for the Schema FAQPage markup." |
| 9823 |
msgstr "" |
| 9824 |
|
| 9825 |
#: lib/json/type/faqpage.php:86 |
| 9826 |
msgid "Google requires at least one question for the Schema FAQPage markup." |
| 9827 |
msgstr "" |
| 9828 |
|
| 9829 |
#. translators: %1$s is the PHP library path, %2$s is the PHP library class |
| 9830 |
#. name |
| 9831 |
#: lib/loader.php:173 |
| 9832 |
msgid "Error loading %1$s: Library class \"%2$s\" is missing." |
| 9833 |
msgstr "" |
| 9834 |
|
| 9835 |
#: lib/loader.php:179 |
| 9836 |
msgid "Library class \"%s\" is missing." |
| 9837 |
msgstr "" |
| 9838 |
|
| 9839 |
#: lib/loader.php:193 |
| 9840 |
msgid "Library class name for \"%s\" cannot be determined." |
| 9841 |
msgstr "" |
| 9842 |
|
| 9843 |
#: lib/loader.php:194 |
| 9844 |
msgid "" |
| 9845 |
"The installed plugin is incomplete or the web server cannot access the " |
| 9846 |
"required library file." |
| 9847 |
msgstr "" |
| 9848 |
|
| 9849 |
#: lib/media-filters.php:95 |
| 9850 |
msgid "full size original" |
| 9851 |
msgstr "" |
| 9852 |
|
| 9853 |
#: lib/media-filters.php:120 lib/media.php:3839 |
| 9854 |
msgid "image ID %1$s (%2$s)" |
| 9855 |
msgstr "" |
| 9856 |
|
| 9857 |
#: lib/media-filters.php:123 |
| 9858 |
msgid "" |
| 9859 |
"%1$s %2$s ignored - the resulting resized image of %3$s is too small for the " |
| 9860 |
"required %4$s image dimensions." |
| 9861 |
msgstr "" |
| 9862 |
|
| 9863 |
#: lib/media-filters.php:186 |
| 9864 |
msgid "" |
| 9865 |
"Image %1$s in content ignored - the image width and height is too small for " |
| 9866 |
"the required %2$s image dimensions." |
| 9867 |
msgstr "" |
| 9868 |
|
| 9869 |
#: lib/media-filters.php:189 |
| 9870 |
msgid "" |
| 9871 |
"%1$s includes an additional 'data-wp-pid' attribute for WordPress Media " |
| 9872 |
"Library images - if this image was selected from the Media Library before " |
| 9873 |
"%1$s was activated, try removing and adding the image back to your content." |
| 9874 |
msgstr "" |
| 9875 |
|
| 9876 |
#: lib/media.php:64 |
| 9877 |
msgid "" |
| 9878 |
"Minimum image dimension to satisfy all %1$d image sizes: %2$dpx width by " |
| 9879 |
"%3$dpx height." |
| 9880 |
msgstr "" |
| 9881 |
|
| 9882 |
#: lib/media.php:1395 |
| 9883 |
msgid "Content" |
| 9884 |
msgstr "" |
| 9885 |
|
| 9886 |
#: lib/media.php:1618 |
| 9887 |
msgid "" |
| 9888 |
"https://developer.wordpress.org/reference/functions/" |
| 9889 |
"wp_get_attachment_metadata/" |
| 9890 |
msgstr "" |
| 9891 |
|
| 9892 |
#: lib/media.php:1620 lib/media.php:1834 |
| 9893 |
msgid "" |
| 9894 |
"You may consider regenerating the sizes of all WordPress Media Library " |
| 9895 |
"images using one of <a href=\"%s\">several available plugins from WordPress." |
| 9896 |
"org</a>." |
| 9897 |
msgstr "" |
| 9898 |
|
| 9899 |
#: lib/media.php:1636 |
| 9900 |
msgid "" |
| 9901 |
"Possible %1$s corruption detected - the <a href=\"%2$s\">WordPress %3$s " |
| 9902 |
"function</a> returned an error for <a href=\"%4$s\">image ID %5$s</a>: %6$s." |
| 9903 |
msgstr "" |
| 9904 |
|
| 9905 |
#: lib/media.php:1657 |
| 9906 |
msgid "" |
| 9907 |
"Possible %1$s corruption detected - the full size image dimensions for <a " |
| 9908 |
"href=\"%2$s\">image ID %3$s</a> are missing from the image metadata returned " |
| 9909 |
"by the <a href=\"%4$s\">WordPress %5$s function</a>." |
| 9910 |
msgstr "" |
| 9911 |
|
| 9912 |
#: lib/media.php:1676 |
| 9913 |
msgid "" |
| 9914 |
"Possible %1$s corruption detected - the full size image file path for <a " |
| 9915 |
"href=\"%2$s\">image ID %3$s</a> is missing from the image metadata returned " |
| 9916 |
"by the <a href=\"%4$s\">WordPress %5$s function</a>." |
| 9917 |
msgstr "" |
| 9918 |
|
| 9919 |
#: lib/media.php:1767 |
| 9920 |
msgid "" |
| 9921 |
"https://developer.wordpress.org/reference/functions/" |
| 9922 |
"image_make_intermediate_size/" |
| 9923 |
msgstr "" |
| 9924 |
|
| 9925 |
#: lib/media.php:1803 lib/register.php:315 lib/util-cache.php:481 |
| 9926 |
#: lib/util.php:897 lib/util.php:1012 lib/util.php:1044 lib/util.php:1082 |
| 9927 |
#: lib/util.php:3583 |
| 9928 |
msgid "%s warning:" |
| 9929 |
msgstr "" |
| 9930 |
|
| 9931 |
#: lib/media.php:1804 lib/util.php:898 lib/util.php:3584 |
| 9932 |
msgid "longer than recommended max of %1$.3f secs" |
| 9933 |
msgstr "" |
| 9934 |
|
| 9935 |
#: lib/media.php:1805 |
| 9936 |
msgid "" |
| 9937 |
"Slow WordPress function detected - %1$s took %2$.3f secs to make image size " |
| 9938 |
"\"%3$s\" from %4$s (%5$s)." |
| 9939 |
msgstr "" |
| 9940 |
|
| 9941 |
#: lib/media.php:1832 |
| 9942 |
msgid "" |
| 9943 |
"Possible %1$s corruption detected - the <a href=\"%2$s\">WordPress %3$s " |
| 9944 |
"function</a> failed to create the \"%4$s\" image size (%5$s) from %6$s." |
| 9945 |
msgstr "" |
| 9946 |
|
| 9947 |
#: lib/media.php:3177 |
| 9948 |
msgid "Getting video details for %s." |
| 9949 |
msgstr "" |
| 9950 |
|
| 9951 |
#: lib/media.php:3850 |
| 9952 |
msgid "image URL %s" |
| 9953 |
msgstr "" |
| 9954 |
|
| 9955 |
#: lib/media.php:3903 |
| 9956 |
msgid "" |
| 9957 |
"%1$s %2$s ignored - the resulting resized image of %3$s has an " |
| 9958 |
"<strong>aspect ratio equal to/or greater than %4$d:1 allowed by the %5$s " |
| 9959 |
"standard</strong>." |
| 9960 |
msgstr "" |
| 9961 |
|
| 9962 |
#: lib/media.php:3938 |
| 9963 |
msgid "" |
| 9964 |
"%1$s %2$s ignored - the resulting resized image of %3$s is <strong>smaller " |
| 9965 |
"than the minimum of %4$s allowed by the %5$s standard</strong>." |
| 9966 |
msgstr "" |
| 9967 |
|
| 9968 |
#: lib/messages-info-meta.php:44 |
| 9969 |
msgid "" |
| 9970 |
"Schema ItemList elements are added dynamically based on the WordPress " |
| 9971 |
"archive page query (ie. taxonomy term, sort order, date based, search query, " |
| 9972 |
"etc.)." |
| 9973 |
msgstr "" |
| 9974 |
|
| 9975 |
#: lib/messages-info-meta.php:46 |
| 9976 |
msgid "" |
| 9977 |
"The Schema ItemList type can also be selected for a parent page with child " |
| 9978 |
"pages." |
| 9979 |
msgstr "" |
| 9980 |
|
| 9981 |
#: lib/messages-info-meta.php:48 |
| 9982 |
msgid "" |
| 9983 |
"Schema ItemList markup without elements (ie. an archive page without posts " |
| 9984 |
"or a parent page without children) is considered invalid by Google." |
| 9985 |
msgstr "" |
| 9986 |
|
| 9987 |
#: lib/messages-info-meta.php:62 |
| 9988 |
msgid "" |
| 9989 |
"The Schema Question document name / title is a summary of the question, the " |
| 9990 |
"description is a summary of the answer, and the full text is the complete " |
| 9991 |
"answer." |
| 9992 |
msgstr "" |
| 9993 |
|
| 9994 |
#: lib/messages-info-meta.php:72 |
| 9995 |
msgid "" |
| 9996 |
"The Schema Question type can be a child page of a Schema FAQPage parent, or " |
| 9997 |
"assigned to a Schema FAQPage taxonomy term." |
| 9998 |
msgstr "" |
| 9999 |
|
| 10000 |
#: lib/messages-info-meta.php:73 |
| 10001 |
msgid "" |
| 10002 |
"Note that using the %1$s add-on is often the easiest and preferred way to " |
| 10003 |
"manage FAQ groups and Question pages." |
| 10004 |
msgstr "" |
| 10005 |
|
| 10006 |
#: lib/messages-info-meta.php:96 |
| 10007 |
msgid "Schema FAQPage markup is a collection of Questions and Answers." |
| 10008 |
msgstr "" |
| 10009 |
|
| 10010 |
#: lib/messages-info-meta.php:98 |
| 10011 |
msgid "" |
| 10012 |
"WordPress manages related singular content, like Questions and Answers, in " |
| 10013 |
"two different ways:" |
| 10014 |
msgstr "" |
| 10015 |
|
| 10016 |
#: lib/messages-info-meta.php:100 |
| 10017 |
msgid "" |
| 10018 |
"A Schema FAQPage can be a parent page with Schema Question child pages, or a " |
| 10019 |
"taxonomy term (ie. categories, tags or custom taxonomies) with Schema " |
| 10020 |
"Question pages assigned to that term." |
| 10021 |
msgstr "" |
| 10022 |
|
| 10023 |
#: lib/messages-info-meta.php:102 |
| 10024 |
msgid "" |
| 10025 |
"Note that using the %1$s add-on is the easiest and preferred way to manage " |
| 10026 |
"FAQ pages and its associated question pages." |
| 10027 |
msgstr "" |
| 10028 |
|
| 10029 |
#: lib/messages-info-meta.php:117 |
| 10030 |
msgid "" |
| 10031 |
"Google requires that Schema QAPage markup include one or more user submitted " |
| 10032 |
"and upvoted answers." |
| 10033 |
msgstr "" |
| 10034 |
|
| 10035 |
#: lib/messages-info-meta.php:119 |
| 10036 |
msgid "" |
| 10037 |
"The Schema QAPage document name / title is a summary of the question, and " |
| 10038 |
"the full text is the complete question." |
| 10039 |
msgstr "" |
| 10040 |
|
| 10041 |
#: lib/messages-info-meta.php:140 |
| 10042 |
msgid "All social sites (except for LinkedIn) read Open Graph meta tags." |
| 10043 |
msgstr "" |
| 10044 |
|
| 10045 |
#: lib/messages-info-meta.php:142 |
| 10046 |
msgid "" |
| 10047 |
"The Facebook debugger allows you to validate Open Graph meta tags and " |
| 10048 |
"refresh Facebook's cache." |
| 10049 |
msgstr "" |
| 10050 |
|
| 10051 |
#: lib/messages-info-meta.php:144 |
| 10052 |
msgid "" |
| 10053 |
"The Facebook debugger is the most reliable validation tool for Open Graph " |
| 10054 |
"meta tags." |
| 10055 |
msgstr "" |
| 10056 |
|
| 10057 |
#: lib/messages-info-meta.php:154 |
| 10058 |
msgid "" |
| 10059 |
"The Facebook catalog microdata debug tool allows you to validate the " |
| 10060 |
"structured data used to indicate key information about the items on your " |
| 10061 |
"website, such as their name, description and prices." |
| 10062 |
msgstr "" |
| 10063 |
|
| 10064 |
#: lib/messages-info-meta.php:164 |
| 10065 |
msgid "" |
| 10066 |
"Validate the HTML syntax and conformance of the AMP (aka Accelerated Mobile " |
| 10067 |
"Pages) webpage." |
| 10068 |
msgstr "" |
| 10069 |
|
| 10070 |
#: lib/messages-info-meta.php:168 |
| 10071 |
msgid "" |
| 10072 |
"Note that an AMP plugin is required to create AMP webpages for WordPress." |
| 10073 |
msgstr "" |
| 10074 |
|
| 10075 |
#: lib/messages-info-meta.php:179 |
| 10076 |
msgid "" |
| 10077 |
"Analyzes the webpage content and suggests ways to make the webpage faster " |
| 10078 |
"for better ranking in search results." |
| 10079 |
msgstr "" |
| 10080 |
|
| 10081 |
#: lib/messages-info-meta.php:189 |
| 10082 |
msgid "" |
| 10083 |
"Check the webpage structured data markup for <a href=\"%s\">Google Rich " |
| 10084 |
"Result types</a> (Job posting, Product, Recipe, etc.)." |
| 10085 |
msgstr "" |
| 10086 |
|
| 10087 |
#: lib/messages-info-meta.php:189 lib/messages-info-meta.php:223 |
| 10088 |
msgid "" |
| 10089 |
"https://developers.google.com/search/docs/appearance/structured-data/search-" |
| 10090 |
"gallery" |
| 10091 |
msgstr "" |
| 10092 |
|
| 10093 |
#: lib/messages-info-meta.php:191 |
| 10094 |
msgid "" |
| 10095 |
"To test and validate Schema markup beyond the limited subset of Google Rich " |
| 10096 |
"Result types, use the Schema Markup Validator." |
| 10097 |
msgstr "" |
| 10098 |
|
| 10099 |
#: lib/messages-info-meta.php:201 |
| 10100 |
msgid "Refresh LinkedIn's cache and validate the webpage oEmbed data." |
| 10101 |
msgstr "" |
| 10102 |
|
| 10103 |
#: lib/messages-info-meta.php:211 |
| 10104 |
msgid "" |
| 10105 |
"Validate Rich Pin markup and submit a request to show Rich Pin markup in " |
| 10106 |
"zoomed pins." |
| 10107 |
msgstr "" |
| 10108 |
|
| 10109 |
#: lib/messages-info-meta.php:221 |
| 10110 |
msgid "" |
| 10111 |
"Validate the webpage Schema JSON-LD, Microdata and RDFa structured data " |
| 10112 |
"markup." |
| 10113 |
msgstr "" |
| 10114 |
|
| 10115 |
#: lib/messages-info-meta.php:223 |
| 10116 |
msgid "" |
| 10117 |
"This tool provides additional validation for Schema types beyond the limited " |
| 10118 |
"subset of <a href=\"%s\">Google Rich Result types</a>." |
| 10119 |
msgstr "" |
| 10120 |
|
| 10121 |
#: lib/messages-info-meta.php:233 |
| 10122 |
msgid "" |
| 10123 |
"The X (Twitter) Card validator does not (currently) accept query arguments - " |
| 10124 |
"paste the following URL in the X (Twitter) Card validator \"Card URL\" input " |
| 10125 |
"field:" |
| 10126 |
msgstr "" |
| 10127 |
|
| 10128 |
#: lib/messages-info-meta.php:243 |
| 10129 |
msgid "" |
| 10130 |
"Validate the HTML syntax and HTML 5 conformance of your meta tags and theme " |
| 10131 |
"templates." |
| 10132 |
msgstr "" |
| 10133 |
|
| 10134 |
#: lib/messages-info-meta.php:245 |
| 10135 |
msgid "" |
| 10136 |
"Validating your theme templates is important - theme templates with serious " |
| 10137 |
"errors can prevent social and search crawlers from understanding the webpage " |
| 10138 |
"structure." |
| 10139 |
msgstr "" |
| 10140 |
|
| 10141 |
#: lib/messages-info-meta.php:257 |
| 10142 |
msgid "Activate an AMP plugin to create and validate AMP pages." |
| 10143 |
msgstr "" |
| 10144 |
|
| 10145 |
#: lib/messages-info-meta.php:266 lib/messages.php:1121 lib/messages.php:1370 |
| 10146 |
msgid "Schema markup is disabled." |
| 10147 |
msgstr "" |
| 10148 |
|
| 10149 |
#: lib/messages-info-meta.php:290 lib/messages-info-meta.php:336 |
| 10150 |
msgid "" |
| 10151 |
"You can edit images in the <a href=\"%s\">WordPress Media Library</a> to " |
| 10152 |
"select a preferred image cropping area (ie. top or bottom) and optimize the " |
| 10153 |
"image SEO information." |
| 10154 |
msgstr "" |
| 10155 |
|
| 10156 |
#: lib/messages-info-meta.php:294 |
| 10157 |
msgid "" |
| 10158 |
"Note that the Schema CreativeWork type (and its sub-types) has a 'video' " |
| 10159 |
"property for VideoObject markup, but other Schema types (like Event, Job " |
| 10160 |
"Posting, Place, Product, and Brand) do not have a 'video' property." |
| 10161 |
msgstr "" |
| 10162 |
|
| 10163 |
#: lib/messages-info-meta.php:296 |
| 10164 |
msgid "" |
| 10165 |
"In these cases - assuming the video(s) are about the content subject - they " |
| 10166 |
"will be added to a 'subjectOf' property instead." |
| 10167 |
msgstr "" |
| 10168 |
|
| 10169 |
#: lib/messages-info-meta.php:313 |
| 10170 |
msgid "" |
| 10171 |
"The robots meta tag lets you utilize a granular, webpage-specific approach " |
| 10172 |
"to controlling how an individual webpage should be indexed and served to " |
| 10173 |
"users in Google Search results." |
| 10174 |
msgstr "" |
| 10175 |
|
| 10176 |
#: lib/messages-info-meta.php:332 |
| 10177 |
msgid "" |
| 10178 |
"The example image container uses the minimum recommended Facebook image " |
| 10179 |
"dimensions of %s." |
| 10180 |
msgstr "" |
| 10181 |
|
| 10182 |
#: lib/messages-info-meta.php:349 |
| 10183 |
msgid "oEmbed HTML provided by the <code>%s</code> template." |
| 10184 |
msgstr "" |
| 10185 |
|
| 10186 |
#: lib/messages-info-meta.php:352 |
| 10187 |
msgid "" |
| 10188 |
"You may use the <code>%s</code> filter to modify the oEmbed template file " |
| 10189 |
"path." |
| 10190 |
msgstr "" |
| 10191 |
|
| 10192 |
#: lib/messages-info.php:60 |
| 10193 |
msgid "" |
| 10194 |
"After purchasing a %1$s license pack, you will receive an email with " |
| 10195 |
"installation instructions and your unique Authentication ID for that license " |
| 10196 |
"pack." |
| 10197 |
msgstr "" |
| 10198 |
|
| 10199 |
#: lib/messages-info.php:64 |
| 10200 |
msgid "" |
| 10201 |
"As mentioned in the installation instructions, don't forget that the %1$s " |
| 10202 |
"add-on must be active to enable %2$s features and get %2$s updates." |
| 10203 |
msgstr "" |
| 10204 |
|
| 10205 |
#: lib/messages-info.php:82 |
| 10206 |
msgid "" |
| 10207 |
"After purchasing a %1$s license pack, you will receive an email with %2$s " |
| 10208 |
"installation instructions and your unique Authentication ID for the license " |
| 10209 |
"pack." |
| 10210 |
msgstr "" |
| 10211 |
|
| 10212 |
#: lib/messages-info.php:84 |
| 10213 |
msgid "" |
| 10214 |
"You may enter the Authentication ID in this settings page to define a value " |
| 10215 |
"for all sites within the network, or enter the Authentication ID " |
| 10216 |
"individually in each site's %1$s settings page." |
| 10217 |
msgstr "" |
| 10218 |
|
| 10219 |
#: lib/messages-info.php:86 |
| 10220 |
msgid "" |
| 10221 |
"If you enter an Authentication ID in this settings page, make sure you have " |
| 10222 |
"purchased enough licenses for all sites within the network - for example, to " |
| 10223 |
"license the %1$s plugin for 10 sites, you would need an Authentication ID " |
| 10224 |
"for a 10 license pack or better." |
| 10225 |
msgstr "" |
| 10226 |
|
| 10227 |
#: lib/messages-info.php:90 |
| 10228 |
msgid "" |
| 10229 |
"WordPress uses the default blog (ie. BLOG_ID_CURRENT_SITE) to manage updates " |
| 10230 |
"in the network admin interface, which means the default blog must be " |
| 10231 |
"licensed to install %1$s updates." |
| 10232 |
msgstr "" |
| 10233 |
|
| 10234 |
#: lib/messages-info.php:92 |
| 10235 |
msgid "" |
| 10236 |
"To update the %1$s plugin, make sure the %2$s add-on is active on the " |
| 10237 |
"default blog, and the default blog is licensed." |
| 10238 |
msgstr "" |
| 10239 |
|
| 10240 |
#. translators: Please ignore - translation uses a different text domain. |
| 10241 |
#: lib/messages-info.php:103 lib/users/add-person.php:177 |
| 10242 |
msgid "Contact Info" |
| 10243 |
msgstr "" |
| 10244 |
|
| 10245 |
#: lib/messages-info.php:110 |
| 10246 |
msgid "" |
| 10247 |
"These options allow you to customize contact fields shown in the \"%1$s\" " |
| 10248 |
"section of <a href=\"%2$s\">the user profile page</a>." |
| 10249 |
msgstr "" |
| 10250 |
|
| 10251 |
#: lib/messages-info.php:112 |
| 10252 |
msgid "" |
| 10253 |
"Contact information from the user profile can be included in meta tags and " |
| 10254 |
"Schema markup." |
| 10255 |
msgstr "" |
| 10256 |
|
| 10257 |
#: lib/messages-info.php:114 lib/messages-tooltip.php:718 |
| 10258 |
msgid "" |
| 10259 |
"You should not modify the <em>%s</em> column unless you have a <em>very</em> " |
| 10260 |
"good reason to do so." |
| 10261 |
msgstr "" |
| 10262 |
|
| 10263 |
#: lib/messages-info.php:116 lib/messages-tooltip.php:726 |
| 10264 |
msgid "" |
| 10265 |
"The %s column is for display purposes only and can be changed as you wish." |
| 10266 |
msgstr "" |
| 10267 |
|
| 10268 |
#: lib/messages-info.php:122 |
| 10269 |
msgid "" |
| 10270 |
"Do not enter your contact information here – these options are for " |
| 10271 |
"contact field ids and labels only." |
| 10272 |
msgstr "" |
| 10273 |
|
| 10274 |
#: lib/messages-info.php:124 |
| 10275 |
msgid "" |
| 10276 |
"Enter your personal contact information in <a href=\"%s\">the user profile " |
| 10277 |
"page</a>." |
| 10278 |
msgstr "" |
| 10279 |
|
| 10280 |
#. translators: Please ignore - translation uses a different text domain. |
| 10281 |
#: lib/messages-info.php:137 |
| 10282 |
msgid "About Yourself" |
| 10283 |
msgstr "" |
| 10284 |
|
| 10285 |
#: lib/messages-info.php:142 |
| 10286 |
msgid "" |
| 10287 |
"These options allow you to customize additional fields shown in the \"%1$s\" " |
| 10288 |
"section of <a href=\"%2$s\">the user profile page</a>." |
| 10289 |
msgstr "" |
| 10290 |
|
| 10291 |
#: lib/messages-info.php:144 |
| 10292 |
msgid "" |
| 10293 |
"This additional user profile information can be included in meta tags and " |
| 10294 |
"Schema markup." |
| 10295 |
msgstr "" |
| 10296 |
|
| 10297 |
#: lib/messages-info.php:154 |
| 10298 |
msgid "" |
| 10299 |
"These options allow you to customize product attribute names (aka attribute " |
| 10300 |
"labels) that %s can use to request additional product information from your " |
| 10301 |
"e-commerce plugin." |
| 10302 |
msgstr "" |
| 10303 |
|
| 10304 |
#: lib/messages-info.php:156 |
| 10305 |
msgid "" |
| 10306 |
"Note that these are product attribute names that you can create in your e-" |
| 10307 |
"commerce plugin and not their values." |
| 10308 |
msgstr "" |
| 10309 |
|
| 10310 |
#: lib/messages-info.php:160 |
| 10311 |
msgid "" |
| 10312 |
"Do not enter product attribute values here – these options are for " |
| 10313 |
"product attribute names only." |
| 10314 |
msgstr "" |
| 10315 |
|
| 10316 |
#: lib/messages-info.php:164 |
| 10317 |
msgid "" |
| 10318 |
"You can create the following product attribute names and enter their " |
| 10319 |
"corresponding values in your e-commerce plugin." |
| 10320 |
msgstr "" |
| 10321 |
|
| 10322 |
#. translators: Please ignore - translation uses a different text domain. |
| 10323 |
#: lib/messages-info.php:174 |
| 10324 |
msgid "Used for variations" |
| 10325 |
msgstr "" |
| 10326 |
|
| 10327 |
#: lib/messages-info.php:178 lib/messages-info.php:225 |
| 10328 |
msgid "An active WooCommerce plugin has been detected." |
| 10329 |
msgstr "" |
| 10330 |
|
| 10331 |
#: lib/messages-info.php:182 |
| 10332 |
msgid "" |
| 10333 |
"See the %s documentation for information on creating and managing product " |
| 10334 |
"attributes in WooCommerce." |
| 10335 |
msgstr "" |
| 10336 |
|
| 10337 |
#: lib/messages-info.php:182 |
| 10338 |
msgid "Managing Product Categories, Tags and Attributes" |
| 10339 |
msgstr "" |
| 10340 |
|
| 10341 |
#: lib/messages-info.php:184 |
| 10342 |
msgid "" |
| 10343 |
"Note that WooCommerce creates a selector on the purchase page for product " |
| 10344 |
"attributes used for variations." |
| 10345 |
msgstr "" |
| 10346 |
|
| 10347 |
#: lib/messages-info.php:186 |
| 10348 |
msgid "" |
| 10349 |
"Using the WooCommerce \"%s\" option may not be suitable for unique product " |
| 10350 |
"IDs (like GTIN, ISBN, and MPN)." |
| 10351 |
msgstr "" |
| 10352 |
|
| 10353 |
#: lib/messages-info.php:203 |
| 10354 |
msgid "" |
| 10355 |
"These options allow you to customize the custom field names (aka metadata " |
| 10356 |
"names) that %s can read to get additional information about the content." |
| 10357 |
msgstr "" |
| 10358 |
|
| 10359 |
#: lib/messages-info.php:205 |
| 10360 |
msgid "" |
| 10361 |
"Custom fields are often used by plugins and themes to store additional data, " |
| 10362 |
"but can also be created manually using the WordPress Custom Fields metabox " |
| 10363 |
"(enabled in the block editor preferences)." |
| 10364 |
msgstr "" |
| 10365 |
|
| 10366 |
#: lib/messages-info.php:207 |
| 10367 |
msgid "" |
| 10368 |
"Custom field names and their values (for comments, posts, terms, and/or " |
| 10369 |
"users) can be <a href=\"%s\">shown by activating these plugins</a>." |
| 10370 |
msgstr "" |
| 10371 |
|
| 10372 |
#: lib/messages-info.php:209 |
| 10373 |
msgid "" |
| 10374 |
"Developers should note that the %1$s filters are applied before the %2$s and " |
| 10375 |
"%3$s filters." |
| 10376 |
msgstr "" |
| 10377 |
|
| 10378 |
#: lib/messages-info.php:213 |
| 10379 |
msgid "" |
| 10380 |
"Do not enter custom field values here – these options are for custom " |
| 10381 |
"field names only." |
| 10382 |
msgstr "" |
| 10383 |
|
| 10384 |
#: lib/messages-info.php:217 |
| 10385 |
msgid "" |
| 10386 |
"Use the following custom field names when creating custom fields for your " |
| 10387 |
"posts, pages, and custom post types." |
| 10388 |
msgstr "" |
| 10389 |
|
| 10390 |
#: lib/messages-info.php:229 |
| 10391 |
msgid "" |
| 10392 |
"Note that product attributes from WooCommerce have precedence over custom " |
| 10393 |
"field values." |
| 10394 |
msgstr "" |
| 10395 |
|
| 10396 |
#: lib/messages-info.php:231 |
| 10397 |
msgid "" |
| 10398 |
"We suggest using a supported third-party plugin to manage Brand, GTIN, ISBN, " |
| 10399 |
"and MPN values for variations." |
| 10400 |
msgstr "" |
| 10401 |
|
| 10402 |
#. translators: %1$s is "link rel canonical", %2$s is "meta name description", |
| 10403 |
#. and %3$s is "meta name robots". |
| 10404 |
#: lib/messages-info.php:247 |
| 10405 |
msgid "" |
| 10406 |
"Note that the %1$s, %2$s, and %3$s tags are disabled automatically if " |
| 10407 |
"another known SEO plugin is detected." |
| 10408 |
msgstr "" |
| 10409 |
|
| 10410 |
#: lib/messages-info.php:263 |
| 10411 |
msgid "" |
| 10412 |
"%s and WordPress create image files for social sites and search engines " |
| 10413 |
"based on the following image dimensions and crop settings." |
| 10414 |
msgstr "" |
| 10415 |
|
| 10416 |
#: lib/messages-info.php:265 |
| 10417 |
msgid "" |
| 10418 |
"Image sizes that use the same dimensions and crop settings will create just " |
| 10419 |
"one image file." |
| 10420 |
msgstr "" |
| 10421 |
|
| 10422 |
#: lib/messages-info.php:267 |
| 10423 |
msgid "" |
| 10424 |
"The default dimensions and crop settings from %1$s create only %2$s image " |
| 10425 |
"files from an original full size image (provided the original image is large " |
| 10426 |
"enough or image upscaling has been enabled)." |
| 10427 |
msgstr "" |
| 10428 |
|
| 10429 |
#: lib/messages-info.php:267 |
| 10430 |
msgid "five" |
| 10431 |
msgstr "" |
| 10432 |
|
| 10433 |
#: lib/messages-info.php:269 |
| 10434 |
msgid "You can reload the default image sizes from the %s settings page." |
| 10435 |
msgstr "" |
| 10436 |
|
| 10437 |
#: lib/messages-tooltip-meta-contact.php:33 |
| 10438 |
msgid "A name for this contact point (required)." |
| 10439 |
msgstr "" |
| 10440 |
|
| 10441 |
#: lib/messages-tooltip-meta-contact.php:39 |
| 10442 |
msgid "An alternate name for this contact point." |
| 10443 |
msgstr "" |
| 10444 |
|
| 10445 |
#: lib/messages-tooltip-meta-contact.php:45 |
| 10446 |
msgid "A description for this contact point." |
| 10447 |
msgstr "" |
| 10448 |
|
| 10449 |
#: lib/messages-tooltip-meta-contact.php:51 |
| 10450 |
msgid "" |
| 10451 |
"You may optionally choose a more accurate Schema type for this contact point " |
| 10452 |
"(default is ContactPoint)." |
| 10453 |
msgstr "" |
| 10454 |
|
| 10455 |
#: lib/messages-tooltip-meta-contact.php:57 |
| 10456 |
msgid "An optional telephone number for this contact point." |
| 10457 |
msgstr "" |
| 10458 |
|
| 10459 |
#: lib/messages-tooltip-meta-contact.php:63 |
| 10460 |
msgid "An optional fax number for this contact point." |
| 10461 |
msgstr "" |
| 10462 |
|
| 10463 |
#: lib/messages-tooltip-meta-contact.php:69 |
| 10464 |
msgid "An optional email address for this contact point." |
| 10465 |
msgstr "" |
| 10466 |
|
| 10467 |
#: lib/messages-tooltip-meta-contact.php:84 |
| 10468 |
msgid "An optional street address for this contact point." |
| 10469 |
msgstr "" |
| 10470 |
|
| 10471 |
#: lib/messages-tooltip-meta-contact.php:90 |
| 10472 |
msgid "An optional post office box number for this contact point." |
| 10473 |
msgstr "" |
| 10474 |
|
| 10475 |
#: lib/messages-tooltip-meta-contact.php:96 |
| 10476 |
msgid "An optional city name for this contact point." |
| 10477 |
msgstr "" |
| 10478 |
|
| 10479 |
#: lib/messages-tooltip-meta-contact.php:102 |
| 10480 |
msgid "An optional state or province name for this contact point." |
| 10481 |
msgstr "" |
| 10482 |
|
| 10483 |
#: lib/messages-tooltip-meta-contact.php:108 |
| 10484 |
msgid "An optional postal or zip code for this contact point." |
| 10485 |
msgstr "" |
| 10486 |
|
| 10487 |
#: lib/messages-tooltip-meta-contact.php:114 |
| 10488 |
msgid "An optional country for this contact point." |
| 10489 |
msgstr "" |
| 10490 |
|
| 10491 |
#: lib/messages-tooltip-meta-contact.php:120 |
| 10492 |
msgid "Select the days and hours that this contact point is open." |
| 10493 |
msgstr "" |
| 10494 |
|
| 10495 |
#: lib/messages-tooltip-meta-contact.php:126 |
| 10496 |
msgid "" |
| 10497 |
"If this contact point is open seasonally, select the open and close dates of " |
| 10498 |
"the season." |
| 10499 |
msgstr "" |
| 10500 |
|
| 10501 |
#: lib/messages-tooltip-meta-opengraph.php:35 |
| 10502 |
msgid "" |
| 10503 |
"Select a document Schema type that best describes the main content of this " |
| 10504 |
"webpage." |
| 10505 |
msgstr "" |
| 10506 |
|
| 10507 |
#: lib/messages-tooltip-meta-opengraph.php:37 |
| 10508 |
#: lib/messages-tooltip-meta-opengraph.php:47 |
| 10509 |
msgid "" |
| 10510 |
"The Schema type option offers a much larger selection of types than the Open " |
| 10511 |
"Graph type, and the Open Graph type may reflect the Schema type selected " |
| 10512 |
"(the Open Graph type option will be disabled in this case)." |
| 10513 |
msgstr "" |
| 10514 |
|
| 10515 |
#: lib/messages-tooltip-meta-opengraph.php:39 |
| 10516 |
#: lib/messages-tooltip-meta-opengraph.php:49 |
| 10517 |
msgid "" |
| 10518 |
"As an example, a Schema type of \"Article\" will change the Open Graph type " |
| 10519 |
"to \"article\", a Schema type of \"Place\" will change the Open Graph type " |
| 10520 |
"to \"place\", a Schema type of \"Product\" will change the Open Graph type " |
| 10521 |
"to \"product\", etc." |
| 10522 |
msgstr "" |
| 10523 |
|
| 10524 |
#: lib/messages-tooltip-meta-opengraph.php:45 |
| 10525 |
msgid "" |
| 10526 |
"Select a document Facebook / Open Graph type that best describes the main " |
| 10527 |
"content of this webpage." |
| 10528 |
msgstr "" |
| 10529 |
|
| 10530 |
#: lib/messages-tooltip-meta-opengraph.php:51 |
| 10531 |
msgid "" |
| 10532 |
"Note that for social sharing purposes, the document Open Graph type must be " |
| 10533 |
"\"article\", \"place\", \"product\", or \"website\"." |
| 10534 |
msgstr "" |
| 10535 |
|
| 10536 |
#: lib/messages-tooltip-meta-opengraph.php:57 |
| 10537 |
msgid "A customized title for the Facebook / Open Graph %s meta tag." |
| 10538 |
msgstr "" |
| 10539 |
|
| 10540 |
#: lib/messages-tooltip-meta-opengraph.php:59 |
| 10541 |
#: lib/messages-tooltip-meta-schema.php:40 |
| 10542 |
msgid "The default value is inherited from the SEO title." |
| 10543 |
msgstr "" |
| 10544 |
|
| 10545 |
#: lib/messages-tooltip-meta-opengraph.php:61 |
| 10546 |
#: lib/messages-tooltip-meta-opengraph.php:71 |
| 10547 |
#: lib/messages-tooltip-meta-product.php:87 |
| 10548 |
#: lib/messages-tooltip-meta-schema.php:42 |
| 10549 |
#: lib/messages-tooltip-meta-schema.php:52 |
| 10550 |
#: lib/messages-tooltip-meta-schema.php:62 |
| 10551 |
#: lib/messages-tooltip-meta-schema.php:72 |
| 10552 |
#: lib/messages-tooltip-meta-schema.php:80 |
| 10553 |
#: lib/messages-tooltip-meta-schema.php:120 |
| 10554 |
#: lib/messages-tooltip-meta-schema.php:130 lib/messages-tooltip-meta.php:176 |
| 10555 |
#: lib/messages-tooltip-meta.php:186 lib/messages-tooltip-meta.php:237 |
| 10556 |
#: lib/messages-tooltip-meta.php:244 |
| 10557 |
msgid "" |
| 10558 |
"You may use the <code>%1$s</code> and/or <code>%2$s</code> filters to modify " |
| 10559 |
"the default and custom values respectively." |
| 10560 |
msgstr "" |
| 10561 |
|
| 10562 |
#: lib/messages-tooltip-meta-opengraph.php:67 |
| 10563 |
msgid "A customized description for the Facebook / Open Graph %s meta tag." |
| 10564 |
msgstr "" |
| 10565 |
|
| 10566 |
#: lib/messages-tooltip-meta-opengraph.php:69 |
| 10567 |
#: lib/messages-tooltip-meta-schema.php:70 |
| 10568 |
msgid "The default value is inherited from the SEO description." |
| 10569 |
msgstr "" |
| 10570 |
|
| 10571 |
#: lib/messages-tooltip-meta-opengraph.php:77 |
| 10572 |
msgid "Select the preferred cropping (ie. main subject) area of the image." |
| 10573 |
msgstr "" |
| 10574 |
|
| 10575 |
#: lib/messages-tooltip-meta-opengraph.php:83 |
| 10576 |
msgid "" |
| 10577 |
"A customized image ID to include first, before any featured, attached, or " |
| 10578 |
"content images." |
| 10579 |
msgstr "" |
| 10580 |
|
| 10581 |
#: lib/messages-tooltip-meta-opengraph.php:85 |
| 10582 |
#: lib/messages-tooltip-meta-schema.php:1115 lib/messages-tooltip-meta.php:76 |
| 10583 |
#: lib/messages-tooltip-meta.php:200 lib/messages-tooltip-opengraph.php:128 |
| 10584 |
msgid "This option is disabled if a custom image URL is entered." |
| 10585 |
msgstr "" |
| 10586 |
|
| 10587 |
#: lib/messages-tooltip-meta-opengraph.php:91 |
| 10588 |
msgid "" |
| 10589 |
"A customized image URL (instead of an image ID) to include first, before any " |
| 10590 |
"featured, attached, or content images." |
| 10591 |
msgstr "" |
| 10592 |
|
| 10593 |
#: lib/messages-tooltip-meta-opengraph.php:93 |
| 10594 |
msgid "" |
| 10595 |
"Make sure your custom image is large enough or it may be ignored by social " |
| 10596 |
"website(s)." |
| 10597 |
msgstr "" |
| 10598 |
|
| 10599 |
#: lib/messages-tooltip-meta-opengraph.php:97 |
| 10600 |
#: lib/messages-tooltip-meta-schema.php:1123 lib/messages-tooltip-meta.php:86 |
| 10601 |
#: lib/messages-tooltip-meta.php:211 lib/messages-tooltip-opengraph.php:145 |
| 10602 |
msgid "This option is disabled if a custom image ID is selected." |
| 10603 |
msgstr "" |
| 10604 |
|
| 10605 |
#: lib/messages-tooltip-meta-opengraph.php:103 |
| 10606 |
msgid "" |
| 10607 |
"Video embed HTML code (ie. figure, iframe, or embed HTML code) for the first " |
| 10608 |
"video included in the meta tags and Schema JSON-LD markup." |
| 10609 |
msgstr "" |
| 10610 |
|
| 10611 |
#: lib/messages-tooltip-meta-opengraph.php:105 |
| 10612 |
#: lib/messages-tooltip-meta-opengraph.php:113 |
| 10613 |
msgid "" |
| 10614 |
"If the video is from a recognized external video service, an API connection " |
| 10615 |
"will be made to retrieve additional information about the video." |
| 10616 |
msgstr "" |
| 10617 |
|
| 10618 |
#: lib/messages-tooltip-meta-opengraph.php:111 |
| 10619 |
msgid "" |
| 10620 |
"A video URL for the first video included in the meta tags and Schema JSON-LD " |
| 10621 |
"markup." |
| 10622 |
msgstr "" |
| 10623 |
|
| 10624 |
#: lib/messages-tooltip-meta-opengraph.php:122 |
| 10625 |
msgid "" |
| 10626 |
"The %s video APIs can include additional information about a video (ie. " |
| 10627 |
"name / title, description, dimensions, stream URL, etc.), provided that this " |
| 10628 |
"information is available from the video service API, or the information has " |
| 10629 |
"been entered here manually." |
| 10630 |
msgstr "" |
| 10631 |
|
| 10632 |
#: lib/messages-tooltip-meta-opengraph.php:130 |
| 10633 |
msgid "" |
| 10634 |
"The stream URL should be a publicly available URL to the video file (mkv, " |
| 10635 |
"mp4, etc.) or video data stream (not an HTML webpage)." |
| 10636 |
msgstr "" |
| 10637 |
|
| 10638 |
#: lib/messages-tooltip-meta-opengraph.php:132 |
| 10639 |
msgid "" |
| 10640 |
"The stream URL will be used for the Schema contentUrl property value in the " |
| 10641 |
"Schema VideoObject markup." |
| 10642 |
msgstr "" |
| 10643 |
|
| 10644 |
#: lib/messages-tooltip-meta-org.php:33 |
| 10645 |
msgid "A name for this organization (required)." |
| 10646 |
msgstr "" |
| 10647 |
|
| 10648 |
#: lib/messages-tooltip-meta-org.php:39 |
| 10649 |
msgid "An alternate name for this organization." |
| 10650 |
msgstr "" |
| 10651 |
|
| 10652 |
#: lib/messages-tooltip-meta-org.php:45 |
| 10653 |
msgid "A description for this organization." |
| 10654 |
msgstr "" |
| 10655 |
|
| 10656 |
#: lib/messages-tooltip-meta-org.php:51 |
| 10657 |
msgid "" |
| 10658 |
"You may choose a more accurate Schema type for this organization (default is " |
| 10659 |
"Organization)." |
| 10660 |
msgstr "" |
| 10661 |
|
| 10662 |
#: lib/messages-tooltip-meta-org.php:53 |
| 10663 |
msgid "" |
| 10664 |
"Note that Google considers a Schema Organization sub-type, which is also a " |
| 10665 |
"Schema Place sub-type like <a href=\"%s\">Schema LocalBusiness</a> for " |
| 10666 |
"example, as a place and not an organization." |
| 10667 |
msgstr "" |
| 10668 |
|
| 10669 |
#: lib/messages-tooltip-meta-org.php:55 |
| 10670 |
msgid "" |
| 10671 |
"For this reason, the Schema Organization selector does not include any " |
| 10672 |
"Schema Place sub-types." |
| 10673 |
msgstr "" |
| 10674 |
|
| 10675 |
#: lib/messages-tooltip-meta-org.php:61 |
| 10676 |
msgid "" |
| 10677 |
"You may choose this organization as the default publisher, provider, etc." |
| 10678 |
msgstr "" |
| 10679 |
|
| 10680 |
#: lib/messages-tooltip-meta-org.php:67 lib/messages-tooltip-site.php:106 |
| 10681 |
msgid "Select an optional location for this organization." |
| 10682 |
msgstr "" |
| 10683 |
|
| 10684 |
#: lib/messages-tooltip-meta-org.php:73 |
| 10685 |
msgid "The website URL for this organization." |
| 10686 |
msgstr "" |
| 10687 |
|
| 10688 |
#: lib/messages-tooltip-meta-org.php:91 |
| 10689 |
msgid "" |
| 10690 |
"A document describing the editorial principles of an Organization that " |
| 10691 |
"relate to their activities as a publisher." |
| 10692 |
msgstr "" |
| 10693 |
|
| 10694 |
#: lib/messages-tooltip-meta-org.php:97 |
| 10695 |
msgid "" |
| 10696 |
"A statement describing (in news media, the newsroom's) disclosure and " |
| 10697 |
"correction policy for errors." |
| 10698 |
msgstr "" |
| 10699 |
|
| 10700 |
#: lib/messages-tooltip-meta-org.php:103 |
| 10701 |
msgid "" |
| 10702 |
"A statement describing (in news media, the newsroom's) diversity policy on " |
| 10703 |
"both staffing and sources." |
| 10704 |
msgstr "" |
| 10705 |
|
| 10706 |
#: lib/messages-tooltip-meta-org.php:109 |
| 10707 |
msgid "" |
| 10708 |
"A statement describing the personal, organizational, and corporate standards " |
| 10709 |
"of behavior expected by the organization." |
| 10710 |
msgstr "" |
| 10711 |
|
| 10712 |
#: lib/messages-tooltip-meta-org.php:115 |
| 10713 |
msgid "" |
| 10714 |
"A statement describing verification and fact-checking processes for a news " |
| 10715 |
"media organization or other fact-checking organization." |
| 10716 |
msgstr "" |
| 10717 |
|
| 10718 |
#: lib/messages-tooltip-meta-org.php:121 |
| 10719 |
msgid "" |
| 10720 |
"A statement about public engagement activities (for news media, the " |
| 10721 |
"newsroom's), including involving the public - digitally or otherwise - in " |
| 10722 |
"coverage decisions, reporting and activities after publication." |
| 10723 |
msgstr "" |
| 10724 |
|
| 10725 |
#: lib/messages-tooltip-meta-org.php:127 |
| 10726 |
msgid "" |
| 10727 |
"A contact point - for example, a customer service department or mailing " |
| 10728 |
"address." |
| 10729 |
msgstr "" |
| 10730 |
|
| 10731 |
#: lib/messages-tooltip-meta-org.php:133 |
| 10732 |
msgid "Awards this organization has won." |
| 10733 |
msgstr "" |
| 10734 |
|
| 10735 |
#: lib/messages-tooltip-meta-org.php:139 |
| 10736 |
msgid "" |
| 10737 |
"A list of offer catalogs for this organization, including the catalog name, " |
| 10738 |
"description and URL." |
| 10739 |
msgstr "" |
| 10740 |
|
| 10741 |
#: lib/messages-tooltip-meta-org.php:175 |
| 10742 |
msgid "A link to the masthead page or a page listing top editorial management." |
| 10743 |
msgstr "" |
| 10744 |
|
| 10745 |
#: lib/messages-tooltip-meta-org.php:181 |
| 10746 |
msgid "" |
| 10747 |
"A statement on coverage priorities, including any public agenda or stance on " |
| 10748 |
"issues." |
| 10749 |
msgstr "" |
| 10750 |
|
| 10751 |
#: lib/messages-tooltip-meta-org.php:187 lib/messages-tooltip-meta-org.php:193 |
| 10752 |
msgid "" |
| 10753 |
"A statement about policy on use of unnamed sources and the decision process " |
| 10754 |
"required." |
| 10755 |
msgstr "" |
| 10756 |
|
| 10757 |
#: lib/messages-tooltip-meta-place.php:33 |
| 10758 |
msgid "A name for this place (required)." |
| 10759 |
msgstr "" |
| 10760 |
|
| 10761 |
#: lib/messages-tooltip-meta-place.php:39 |
| 10762 |
msgid "An alternate name for this place." |
| 10763 |
msgstr "" |
| 10764 |
|
| 10765 |
#: lib/messages-tooltip-meta-place.php:45 |
| 10766 |
msgid "A description for this place." |
| 10767 |
msgstr "" |
| 10768 |
|
| 10769 |
#: lib/messages-tooltip-meta-place.php:51 |
| 10770 |
msgid "" |
| 10771 |
"You may optionally choose a more accurate Schema type for this place " |
| 10772 |
"(default is LocalBusiness)." |
| 10773 |
msgstr "" |
| 10774 |
|
| 10775 |
#: lib/messages-tooltip-meta-place.php:57 |
| 10776 |
msgid "" |
| 10777 |
"You may choose this place as the default event venue, job location, etc." |
| 10778 |
msgstr "" |
| 10779 |
|
| 10780 |
#: lib/messages-tooltip-meta-place.php:63 |
| 10781 |
msgid "" |
| 10782 |
"An image of this place (ie. an image of the business storefront or location)." |
| 10783 |
msgstr "" |
| 10784 |
|
| 10785 |
#: lib/messages-tooltip-meta-place.php:65 |
| 10786 |
msgid "" |
| 10787 |
"The image you select should show the physical location of this place (ie. of " |
| 10788 |
"the latitude and longitude entered)." |
| 10789 |
msgstr "" |
| 10790 |
|
| 10791 |
#: lib/messages-tooltip-meta-place.php:67 |
| 10792 |
msgid "This option is disabled if a place image URL is entered." |
| 10793 |
msgstr "" |
| 10794 |
|
| 10795 |
#: lib/messages-tooltip-meta-place.php:73 |
| 10796 |
msgid "" |
| 10797 |
"You can enter a place image URL (including the http/https prefix) instead of " |
| 10798 |
"selecting an image ID." |
| 10799 |
msgstr "" |
| 10800 |
|
| 10801 |
#: lib/messages-tooltip-meta-place.php:75 |
| 10802 |
#: lib/messages-tooltip-opengraph.php:139 |
| 10803 |
msgid "" |
| 10804 |
"The image URL option allows you to choose an image outside of the WordPress " |
| 10805 |
"Media Library and/or a smaller logo style image." |
| 10806 |
msgstr "" |
| 10807 |
|
| 10808 |
#: lib/messages-tooltip-meta-place.php:77 |
| 10809 |
msgid "This option is disabled if a place image ID is selected." |
| 10810 |
msgstr "" |
| 10811 |
|
| 10812 |
#: lib/messages-tooltip-meta-place.php:83 |
| 10813 |
msgid "The numeric decimal degrees latitude for this place (required)." |
| 10814 |
msgstr "" |
| 10815 |
|
| 10816 |
#: lib/messages-tooltip-meta-place.php:85 |
| 10817 |
#: lib/messages-tooltip-meta-place.php:93 |
| 10818 |
#: lib/messages-tooltip-meta-schema.php:1025 |
| 10819 |
#: lib/messages-tooltip-meta-schema.php:1033 |
| 10820 |
msgid "" |
| 10821 |
"You may use a service like <a href=\"http://www.gps-coordinates.net/" |
| 10822 |
"\">Google Maps GPS Coordinates</a> (as an example), to find the approximate " |
| 10823 |
"GPS coordinates of a street address." |
| 10824 |
msgstr "" |
| 10825 |
|
| 10826 |
#: lib/messages-tooltip-meta-place.php:91 |
| 10827 |
msgid "The numeric decimal degrees longitude for this place (required)." |
| 10828 |
msgstr "" |
| 10829 |
|
| 10830 |
#: lib/messages-tooltip-meta-place.php:99 |
| 10831 |
msgid "" |
| 10832 |
"An optional numeric altitude (in meters above sea level) for this place." |
| 10833 |
msgstr "" |
| 10834 |
|
| 10835 |
#: lib/messages-tooltip-meta-place.php:105 |
| 10836 |
msgid "A timezone for the open and close hours of this place." |
| 10837 |
msgstr "" |
| 10838 |
|
| 10839 |
#: lib/messages-tooltip-meta-place.php:107 |
| 10840 |
msgid "The default timezone value is provided by WordPress." |
| 10841 |
msgstr "" |
| 10842 |
|
| 10843 |
#: lib/messages-tooltip-meta-place.php:113 |
| 10844 |
msgid "An optional telephone number for this place." |
| 10845 |
msgstr "" |
| 10846 |
|
| 10847 |
#: lib/messages-tooltip-meta-place.php:119 |
| 10848 |
msgid "An optional fax number for this place." |
| 10849 |
msgstr "" |
| 10850 |
|
| 10851 |
#: lib/messages-tooltip-meta-place.php:134 |
| 10852 |
msgid "An optional street address for this place." |
| 10853 |
msgstr "" |
| 10854 |
|
| 10855 |
#: lib/messages-tooltip-meta-place.php:140 |
| 10856 |
msgid "An optional post office box number for this place." |
| 10857 |
msgstr "" |
| 10858 |
|
| 10859 |
#: lib/messages-tooltip-meta-place.php:146 |
| 10860 |
msgid "An optional city name for this place." |
| 10861 |
msgstr "" |
| 10862 |
|
| 10863 |
#: lib/messages-tooltip-meta-place.php:152 |
| 10864 |
msgid "An optional state or province name for this place." |
| 10865 |
msgstr "" |
| 10866 |
|
| 10867 |
#: lib/messages-tooltip-meta-place.php:158 |
| 10868 |
msgid "An optional postal or zip code for this place." |
| 10869 |
msgstr "" |
| 10870 |
|
| 10871 |
#: lib/messages-tooltip-meta-place.php:164 |
| 10872 |
msgid "An optional country for this place." |
| 10873 |
msgstr "" |
| 10874 |
|
| 10875 |
#: lib/messages-tooltip-meta-place.php:173 |
| 10876 |
msgid "Select the days and hours that this place is open." |
| 10877 |
msgstr "" |
| 10878 |
|
| 10879 |
#: lib/messages-tooltip-meta-place.php:179 |
| 10880 |
msgid "" |
| 10881 |
"If this place is open seasonally, select the open and close dates of the " |
| 10882 |
"season." |
| 10883 |
msgstr "" |
| 10884 |
|
| 10885 |
#: lib/messages-tooltip-meta-place.php:185 |
| 10886 |
msgid "" |
| 10887 |
"A comma-delimited list of <a href=\"%1$s\">ISO 4217 currency codes</a> " |
| 10888 |
"accepted by the local business (example: %2$s)." |
| 10889 |
msgstr "" |
| 10890 |
|
| 10891 |
#: lib/messages-tooltip-meta-place.php:191 |
| 10892 |
msgid "" |
| 10893 |
"A comma-delimited list of payment options accepted by the local business " |
| 10894 |
"(example: Cash, Credit Card)." |
| 10895 |
msgstr "" |
| 10896 |
|
| 10897 |
#: lib/messages-tooltip-meta-place.php:197 |
| 10898 |
msgid "" |
| 10899 |
"The relative price of goods or services provided by the local business " |
| 10900 |
"(example: $, $$, $$$, or $$$$)." |
| 10901 |
msgstr "" |
| 10902 |
|
| 10903 |
#: lib/messages-tooltip-meta-place.php:203 |
| 10904 |
msgid "This food establishment accepts reservations." |
| 10905 |
msgstr "" |
| 10906 |
|
| 10907 |
#: lib/messages-tooltip-meta-place.php:209 |
| 10908 |
msgid "The menu URL for this food establishment." |
| 10909 |
msgstr "" |
| 10910 |
|
| 10911 |
#: lib/messages-tooltip-meta-place.php:215 |
| 10912 |
msgid "The cuisine served by this food establishment." |
| 10913 |
msgstr "" |
| 10914 |
|
| 10915 |
#: lib/messages-tooltip-meta-place.php:221 |
| 10916 |
msgid "" |
| 10917 |
"A comma-delimited list of website and mobile app URLs to order products." |
| 10918 |
msgstr "" |
| 10919 |
|
| 10920 |
#: lib/messages-tooltip-meta-place.php:223 |
| 10921 |
msgid "" |
| 10922 |
"These order action URL(s) will be used in the Schema potentialAction " |
| 10923 |
"property." |
| 10924 |
msgstr "" |
| 10925 |
|
| 10926 |
#: lib/messages-tooltip-meta-product.php:38 |
| 10927 |
msgid "Awards this product has won." |
| 10928 |
msgstr "" |
| 10929 |
|
| 10930 |
#: lib/messages-tooltip-meta-product.php:40 |
| 10931 |
#: lib/messages-tooltip-meta-product.php:94 |
| 10932 |
#: lib/messages-tooltip-meta-schema.php:94 |
| 10933 |
#: lib/messages-tooltip-meta-schema.php:109 |
| 10934 |
msgid "You may use the <code>%s</code> filter to modify the custom values." |
| 10935 |
msgstr "" |
| 10936 |
|
| 10937 |
#. translators: %1$s is a lower case item name, for example 'product Google |
| 10938 |
#. category'. |
| 10939 |
#: lib/messages-tooltip-meta-product.php:57 |
| 10940 |
#: lib/messages-tooltip-meta-schema.php:208 |
| 10941 |
msgid "" |
| 10942 |
"A custom value for the %1$s, which may be different than the %2$s option " |
| 10943 |
"value." |
| 10944 |
msgstr "" |
| 10945 |
|
| 10946 |
#: lib/messages-tooltip-meta-product.php:59 |
| 10947 |
#: lib/messages-tooltip-meta-schema.php:211 |
| 10948 |
msgid "Select \"[None]\" to exclude the %s from Schema markup and meta tags." |
| 10949 |
msgstr "" |
| 10950 |
|
| 10951 |
#. translators: %s is a singular item reference, for example 'a product size |
| 10952 |
#. group'. |
| 10953 |
#: lib/messages-tooltip-meta-product.php:64 |
| 10954 |
msgid "A custom value for the %s can be provided for the main product." |
| 10955 |
msgstr "" |
| 10956 |
|
| 10957 |
#: lib/messages-tooltip-meta-product.php:66 |
| 10958 |
msgid "" |
| 10959 |
"If product variations are available, the information from each variation may " |
| 10960 |
"supersede this value in Schema product offers." |
| 10961 |
msgstr "" |
| 10962 |
|
| 10963 |
#. translators: %s is the option label. |
| 10964 |
#: lib/messages-tooltip-meta-product.php:69 |
| 10965 |
msgid "" |
| 10966 |
"The <strong>%s</strong> option may be read-only if a custom field or e-" |
| 10967 |
"commerce plugin is the authoritative source for this value." |
| 10968 |
msgstr "" |
| 10969 |
|
| 10970 |
#: lib/messages-tooltip-meta-product.php:71 |
| 10971 |
msgid "" |
| 10972 |
"In this case, you should update the product information in the custom field " |
| 10973 |
"or e-commerce plugin to update this value." |
| 10974 |
msgstr "" |
| 10975 |
|
| 10976 |
#. translators: %1$s is a webpage URL and %2$s is a singular item reference, |
| 10977 |
#. for example 'a product size'. |
| 10978 |
#. translators: %1$s is a webpage URL and %2$s is a singular item reference, |
| 10979 |
#. for example 'a product Google category'. |
| 10980 |
#. translators: %1$s is a webpage URL and %2$s is a singular item reference, |
| 10981 |
#. for example 'a product Google category'. |
| 10982 |
#. translators: %1$s is a webpage URL and %2$s is a singular item reference, |
| 10983 |
#. for example 'a product Google category'. |
| 10984 |
#: lib/messages-tooltip-meta-product.php:77 |
| 10985 |
#: lib/messages-tooltip-meta-schema.php:217 |
| 10986 |
#: lib/messages-tooltip-meta-schema.php:792 lib/messages-tooltip-plugin.php:847 |
| 10987 |
#: lib/messages-tooltip-plugin.php:887 lib/messages-tooltip-schema.php:179 |
| 10988 |
#: lib/messages-tooltip-schema.php:381 |
| 10989 |
msgid "" |
| 10990 |
"<a href=\"%1$s\">See this webpage for more information about choosing %2$s " |
| 10991 |
"value</a>." |
| 10992 |
msgstr "" |
| 10993 |
|
| 10994 |
#: lib/messages-tooltip-meta-product.php:82 |
| 10995 |
msgid "" |
| 10996 |
"Note that the %s value is automatically inherited as a default value by any " |
| 10997 |
"child pages (like WooCommerce product variations, for example)." |
| 10998 |
msgstr "" |
| 10999 |
|
| 11000 |
#: lib/messages-tooltip-meta-product.php:91 |
| 11001 |
msgid "You may use the <code>%s</code> filter to modify the default values." |
| 11002 |
msgstr "" |
| 11003 |
|
| 11004 |
#: lib/messages-tooltip-meta-schema.php:38 |
| 11005 |
msgid "A customized name (aka title) for the Schema \"name\" property." |
| 11006 |
msgstr "" |
| 11007 |
|
| 11008 |
#: lib/messages-tooltip-meta-schema.php:48 |
| 11009 |
msgid "" |
| 11010 |
"A customized alternate name (aka title) for the Schema \"alternateName\" " |
| 11011 |
"property." |
| 11012 |
msgstr "" |
| 11013 |
|
| 11014 |
#: lib/messages-tooltip-meta-schema.php:50 |
| 11015 |
msgid "The default value is inherited from the Schema name or SEO title." |
| 11016 |
msgstr "" |
| 11017 |
|
| 11018 |
#: lib/messages-tooltip-meta-schema.php:58 |
| 11019 |
msgid "A short title used for the Schema and/or HTML breadcrumb item name." |
| 11020 |
msgstr "" |
| 11021 |
|
| 11022 |
#: lib/messages-tooltip-meta-schema.php:60 |
| 11023 |
msgid "" |
| 11024 |
"The default value is inherited from the Schema alternate name, Schema name, " |
| 11025 |
"or SEO title." |
| 11026 |
msgstr "" |
| 11027 |
|
| 11028 |
#: lib/messages-tooltip-meta-schema.php:68 |
| 11029 |
msgid "A customized description for the Schema \"description\" property." |
| 11030 |
msgstr "" |
| 11031 |
|
| 11032 |
#: lib/messages-tooltip-meta-schema.php:78 |
| 11033 |
msgid "The language (aka locale) of this webpage." |
| 11034 |
msgstr "" |
| 11035 |
|
| 11036 |
#: lib/messages-tooltip-meta-schema.php:88 |
| 11037 |
msgid "" |
| 11038 |
"Additional microdata type URL(s) for the content, typically used to specify " |
| 11039 |
"more precise type(s) from an external vocabulary." |
| 11040 |
msgstr "" |
| 11041 |
|
| 11042 |
#: lib/messages-tooltip-meta-schema.php:90 |
| 11043 |
msgid "" |
| 11044 |
"For example, an additional microdata type URL for a Schema Product type " |
| 11045 |
"could be %1$s (see %2$s for more examples)." |
| 11046 |
msgstr "" |
| 11047 |
|
| 11048 |
#: lib/messages-tooltip-meta-schema.php:90 |
| 11049 |
msgid "" |
| 11050 |
"<a href=\"http://www.productontology.org/\">The Product Types Ontology</a>" |
| 11051 |
msgstr "" |
| 11052 |
|
| 11053 |
#: lib/messages-tooltip-meta-schema.php:103 |
| 11054 |
msgid "" |
| 11055 |
"Additional webpage reference URL(s) that unambiguously indicates the " |
| 11056 |
"content's identity." |
| 11057 |
msgstr "" |
| 11058 |
|
| 11059 |
#: lib/messages-tooltip-meta-schema.php:105 |
| 11060 |
msgid "" |
| 11061 |
"For example, the URL for the content subject's Wikipedia page, Wikidata " |
| 11062 |
"entry, IMDB page, official website, etc." |
| 11063 |
msgstr "" |
| 11064 |
|
| 11065 |
#: lib/messages-tooltip-meta-schema.php:116 |
| 11066 |
msgid "The headline for this creative work." |
| 11067 |
msgstr "" |
| 11068 |
|
| 11069 |
#: lib/messages-tooltip-meta-schema.php:118 |
| 11070 |
msgid "" |
| 11071 |
"The default value is inherited from the Schema name, alternate name, or the " |
| 11072 |
"SEO title." |
| 11073 |
msgstr "" |
| 11074 |
|
| 11075 |
#: lib/messages-tooltip-meta-schema.php:126 |
| 11076 |
msgid "The complete textual and searchable content for this creative work." |
| 11077 |
msgstr "" |
| 11078 |
|
| 11079 |
#: lib/messages-tooltip-meta-schema.php:128 |
| 11080 |
msgid "" |
| 11081 |
"The default value is the current object (for example, the post/page) content " |
| 11082 |
"text with shortcodes and blocks expanded and HTML removed." |
| 11083 |
msgstr "" |
| 11084 |
|
| 11085 |
#: lib/messages-tooltip-meta-schema.php:136 |
| 11086 |
msgid "" |
| 11087 |
"A comma delimited list of keywords or tags describing the creative work." |
| 11088 |
msgstr "" |
| 11089 |
|
| 11090 |
#: lib/messages-tooltip-meta-schema.php:142 |
| 11091 |
msgid "The content of this creative work is family friendly." |
| 11092 |
msgstr "" |
| 11093 |
|
| 11094 |
#: lib/messages-tooltip-meta-schema.php:148 |
| 11095 |
msgid "" |
| 11096 |
"The year during which the claimed copyright was first asserted for this " |
| 11097 |
"creative work." |
| 11098 |
msgstr "" |
| 11099 |
|
| 11100 |
#: lib/messages-tooltip-meta-schema.php:154 |
| 11101 |
msgid "A license document URL that applies to this creative work." |
| 11102 |
msgstr "" |
| 11103 |
|
| 11104 |
#: lib/messages-tooltip-meta-schema.php:161 |
| 11105 |
msgid "A publisher for this creative work." |
| 11106 |
msgstr "" |
| 11107 |
|
| 11108 |
#: lib/messages-tooltip-meta-schema.php:168 |
| 11109 |
#: lib/messages-tooltip-meta-schema.php:987 |
| 11110 |
msgid "A service provider, service operator, or service performer." |
| 11111 |
msgstr "" |
| 11112 |
|
| 11113 |
#: lib/messages-tooltip-meta-schema.php:175 |
| 11114 |
msgid "" |
| 11115 |
"A funder that supports (sponsors) this creative work through somekind of " |
| 11116 |
"financial contribution." |
| 11117 |
msgstr "" |
| 11118 |
|
| 11119 |
#: lib/messages-tooltip-meta-schema.php:181 |
| 11120 |
msgid "URLs to other creative works that this content is a part of." |
| 11121 |
msgstr "" |
| 11122 |
|
| 11123 |
#: lib/messages-tooltip-meta-schema.php:187 |
| 11124 |
msgid "Awards this creative work has won." |
| 11125 |
msgstr "" |
| 11126 |
|
| 11127 |
#: lib/messages-tooltip-meta-schema.php:193 |
| 11128 |
msgid "" |
| 11129 |
"Reference citations to creative works, such as other publications, web " |
| 11130 |
"pages, scholarly articles, etc." |
| 11131 |
msgstr "" |
| 11132 |
|
| 11133 |
#: lib/messages-tooltip-meta-schema.php:195 |
| 11134 |
msgid "" |
| 11135 |
"You can find <a href=\"%1$s\">information on writing citations from Google</" |
| 11136 |
"a> or one of many articles on <a href=\"%2$s\">How to Make a Citation in " |
| 11137 |
"MLA, APA, and Chicago/Turabian</a>." |
| 11138 |
msgstr "" |
| 11139 |
|
| 11140 |
#: lib/messages-tooltip-meta-schema.php:196 |
| 11141 |
msgid "https://www.google.com/search?q=how+to+write+a+citation" |
| 11142 |
msgstr "" |
| 11143 |
|
| 11144 |
#: lib/messages-tooltip-meta-schema.php:197 |
| 11145 |
msgid "https://www.bibliography.com/how-to/how-to-make-a-citation/" |
| 11146 |
msgstr "" |
| 11147 |
|
| 11148 |
#: lib/messages-tooltip-meta-schema.php:223 |
| 11149 |
msgid "" |
| 11150 |
"Note that the %s value is automatically inherited as a default value by any " |
| 11151 |
"child pages." |
| 11152 |
msgstr "" |
| 11153 |
|
| 11154 |
#: lib/messages-tooltip-meta-schema.php:231 |
| 11155 |
msgid "The estimated reading time (in minutes) for this article." |
| 11156 |
msgstr "" |
| 11157 |
|
| 11158 |
#: lib/messages-tooltip-meta-schema.php:233 |
| 11159 |
msgid "" |
| 11160 |
"A value of 0 minutes excludes the estimated reading time from Schema markup " |
| 11161 |
"and meta tags." |
| 11162 |
msgstr "" |
| 11163 |
|
| 11164 |
#: lib/messages-tooltip-meta-schema.php:243 |
| 11165 |
#: lib/messages-tooltip-meta-schema.php:850 |
| 11166 |
msgid "The creative work author can be a person or an organization." |
| 11167 |
msgstr "" |
| 11168 |
|
| 11169 |
#: lib/messages-tooltip-meta-schema.php:249 |
| 11170 |
#: lib/messages-tooltip-meta-schema.php:856 |
| 11171 |
msgid "Enter the name of the author for this creative work." |
| 11172 |
msgstr "" |
| 11173 |
|
| 11174 |
#: lib/messages-tooltip-meta-schema.php:255 |
| 11175 |
#: lib/messages-tooltip-meta-schema.php:862 |
| 11176 |
msgid "" |
| 11177 |
"The home page of the author, or another definitive URL that provides " |
| 11178 |
"information about the author, such as the person or organization's Wikipedia " |
| 11179 |
"or Wikidata page." |
| 11180 |
msgstr "" |
| 11181 |
|
| 11182 |
#: lib/messages-tooltip-meta-schema.php:261 |
| 11183 |
#: lib/messages-tooltip-meta-schema.php:868 |
| 11184 |
msgid "" |
| 11185 |
"The date when this creative work was published or entered public discourse." |
| 11186 |
msgstr "" |
| 11187 |
|
| 11188 |
#: lib/messages-tooltip-meta-schema.php:267 |
| 11189 |
#: lib/messages-tooltip-meta-schema.php:874 |
| 11190 |
msgid "The date when this creative work was created." |
| 11191 |
msgstr "" |
| 11192 |
|
| 11193 |
#: lib/messages-tooltip-meta-schema.php:273 |
| 11194 |
msgid "The edition of the book." |
| 11195 |
msgstr "" |
| 11196 |
|
| 11197 |
#: lib/messages-tooltip-meta-schema.php:279 |
| 11198 |
msgid "The publication format of the book." |
| 11199 |
msgstr "" |
| 11200 |
|
| 11201 |
#: lib/messages-tooltip-meta-schema.php:285 |
| 11202 |
msgid "The number of pages in the book." |
| 11203 |
msgstr "" |
| 11204 |
|
| 11205 |
#: lib/messages-tooltip-meta-schema.php:291 |
| 11206 |
msgid "The ISBN code (aka International Standard Book Number) of the book." |
| 11207 |
msgstr "" |
| 11208 |
|
| 11209 |
#: lib/messages-tooltip-meta-schema.php:297 |
| 11210 |
msgid "" |
| 11211 |
"One or more offers for the book, including the offer name, price and " |
| 11212 |
"currency." |
| 11213 |
msgstr "" |
| 11214 |
|
| 11215 |
#: lib/messages-tooltip-meta-schema.php:303 |
| 11216 |
msgid "The total duration of the audio book." |
| 11217 |
msgstr "" |
| 11218 |
|
| 11219 |
#: lib/messages-tooltip-meta-schema.php:317 |
| 11220 |
msgid "The language (aka locale) for the event performance." |
| 11221 |
msgstr "" |
| 11222 |
|
| 11223 |
#: lib/messages-tooltip-meta-schema.php:323 |
| 11224 |
msgid "" |
| 11225 |
"Select if the event occurs online, offline at a physical location, or a mix " |
| 11226 |
"of both online and offline." |
| 11227 |
msgstr "" |
| 11228 |
|
| 11229 |
#: lib/messages-tooltip-meta-schema.php:329 |
| 11230 |
msgid "An online or virtual location URL to attend the event." |
| 11231 |
msgstr "" |
| 11232 |
|
| 11233 |
#: lib/messages-tooltip-meta-schema.php:335 |
| 11234 |
msgid "Select a physical venue for the event." |
| 11235 |
msgstr "" |
| 11236 |
|
| 11237 |
#: lib/messages-tooltip-meta-schema.php:342 |
| 11238 |
msgid "Select a performer for the event." |
| 11239 |
msgstr "" |
| 11240 |
|
| 11241 |
#: lib/messages-tooltip-meta-schema.php:349 |
| 11242 |
msgid "Select an organizer for the event." |
| 11243 |
msgstr "" |
| 11244 |
|
| 11245 |
#: lib/messages-tooltip-meta-schema.php:356 |
| 11246 |
msgid "" |
| 11247 |
"Select a funder that supports (sponsors) the event through somekind of " |
| 11248 |
"financial contribution." |
| 11249 |
msgstr "" |
| 11250 |
|
| 11251 |
#: lib/messages-tooltip-meta-schema.php:371 |
| 11252 |
msgid "Select the event status (default is Scheduled)." |
| 11253 |
msgstr "" |
| 11254 |
|
| 11255 |
#. translators: %s is the "Cancelled" event status. |
| 11256 |
#: lib/messages-tooltip-meta-schema.php:374 |
| 11257 |
msgid "If you select %s, do not change the original event start date." |
| 11258 |
msgstr "" |
| 11259 |
|
| 11260 |
#. translators: %s is the "Postponed" event status. |
| 11261 |
#: lib/messages-tooltip-meta-schema.php:378 |
| 11262 |
msgid "" |
| 11263 |
"If you select %s (but the rescheduled date isn't known yet), do not change " |
| 11264 |
"the original event start date." |
| 11265 |
msgstr "" |
| 11266 |
|
| 11267 |
#. translators: %s is the "Rescheduled" event status. |
| 11268 |
#: lib/messages-tooltip-meta-schema.php:382 |
| 11269 |
msgid "" |
| 11270 |
"If you select %s, update the previous start date option, then change the " |
| 11271 |
"original start and end dates." |
| 11272 |
msgstr "" |
| 11273 |
|
| 11274 |
#: lib/messages-tooltip-meta-schema.php:389 |
| 11275 |
msgid "Select the event start date and time." |
| 11276 |
msgstr "" |
| 11277 |
|
| 11278 |
#: lib/messages-tooltip-meta-schema.php:395 |
| 11279 |
msgid "Select the event end date and time." |
| 11280 |
msgstr "" |
| 11281 |
|
| 11282 |
#: lib/messages-tooltip-meta-schema.php:401 |
| 11283 |
msgid "" |
| 11284 |
"The previously scheduled start date for the event, if the event has been " |
| 11285 |
"rescheduled." |
| 11286 |
msgstr "" |
| 11287 |
|
| 11288 |
#: lib/messages-tooltip-meta-schema.php:407 |
| 11289 |
msgid "" |
| 11290 |
"One or more offers for the event, including the offer name, price and " |
| 11291 |
"currency." |
| 11292 |
msgstr "" |
| 11293 |
|
| 11294 |
#: lib/messages-tooltip-meta-schema.php:413 |
| 11295 |
#: lib/messages-tooltip-meta-schema.php:1005 |
| 11296 |
msgid "The date and time when tickets go on sale." |
| 11297 |
msgstr "" |
| 11298 |
|
| 11299 |
#: lib/messages-tooltip-meta-schema.php:419 |
| 11300 |
#: lib/messages-tooltip-meta-schema.php:1011 |
| 11301 |
msgid "The date and time when tickets are no longer on sale." |
| 11302 |
msgstr "" |
| 11303 |
|
| 11304 |
#: lib/messages-tooltip-meta-schema.php:433 |
| 11305 |
msgid "" |
| 11306 |
"A list of steps for this How-To, including the How-To step name and " |
| 11307 |
"(optional) longer How-To step description." |
| 11308 |
msgstr "" |
| 11309 |
|
| 11310 |
#: lib/messages-tooltip-meta-schema.php:435 |
| 11311 |
msgid "" |
| 11312 |
"You can also (optionally) define How-To sections to group individual steps " |
| 11313 |
"together." |
| 11314 |
msgstr "" |
| 11315 |
|
| 11316 |
#: lib/messages-tooltip-meta-schema.php:441 |
| 11317 |
msgid "A list of supplies that are consumed when completing this How-To." |
| 11318 |
msgstr "" |
| 11319 |
|
| 11320 |
#: lib/messages-tooltip-meta-schema.php:447 |
| 11321 |
msgid "A list of tools or objects that are required to complete this How-To." |
| 11322 |
msgstr "" |
| 11323 |
|
| 11324 |
#: lib/messages-tooltip-meta-schema.php:453 |
| 11325 |
msgid "" |
| 11326 |
"The total time it takes to prepare the items before executing the " |
| 11327 |
"instruction steps." |
| 11328 |
msgstr "" |
| 11329 |
|
| 11330 |
#: lib/messages-tooltip-meta-schema.php:459 |
| 11331 |
msgid "" |
| 11332 |
"The total time required to perform the all instructions (including any " |
| 11333 |
"preparation time)." |
| 11334 |
msgstr "" |
| 11335 |
|
| 11336 |
#: lib/messages-tooltip-meta-schema.php:465 |
| 11337 |
msgid "" |
| 11338 |
"The quantity made when following these How-To instructions (example: \"a " |
| 11339 |
"paper airplane\", \"10 personalized candles\", etc.)." |
| 11340 |
msgstr "" |
| 11341 |
|
| 11342 |
#: lib/messages-tooltip-meta-schema.php:479 |
| 11343 |
msgid "" |
| 11344 |
"The title of this job, which may be different than the WordPress post/page " |
| 11345 |
"title." |
| 11346 |
msgstr "" |
| 11347 |
|
| 11348 |
#: lib/messages-tooltip-meta-schema.php:485 |
| 11349 |
msgid "Select a organization for the Schema JobPosting hiring organization." |
| 11350 |
msgstr "" |
| 11351 |
|
| 11352 |
#: lib/messages-tooltip-meta-schema.php:491 |
| 11353 |
msgid "Select a location for the Schema JobPosting job location." |
| 11354 |
msgstr "" |
| 11355 |
|
| 11356 |
#: lib/messages-tooltip-meta-schema.php:497 |
| 11357 |
msgid "" |
| 11358 |
"Select an optional Google approved location type (see <a href=\"%s" |
| 11359 |
"\">Google's Job Posting guidelines</a> for more information)." |
| 11360 |
msgstr "" |
| 11361 |
|
| 11362 |
#: lib/messages-tooltip-meta-schema.php:503 |
| 11363 |
msgid "Optionally provide details on the base salary." |
| 11364 |
msgstr "" |
| 11365 |
|
| 11366 |
#: lib/messages-tooltip-meta-schema.php:505 |
| 11367 |
msgid "The base salary must be numeric, like 120000, 50.00, etc." |
| 11368 |
msgstr "" |
| 11369 |
|
| 11370 |
#: lib/messages-tooltip-meta-schema.php:507 |
| 11371 |
msgid "" |
| 11372 |
"Do not use spaces, commas, or currency symbols, as these are not valid " |
| 11373 |
"numeric values." |
| 11374 |
msgstr "" |
| 11375 |
|
| 11376 |
#: lib/messages-tooltip-meta-schema.php:513 |
| 11377 |
msgid "" |
| 11378 |
"Check one or more Google approved employment types (see <a href=\"%s" |
| 11379 |
"\">Google's Job Posting guidelines</a> for more information)." |
| 11380 |
msgstr "" |
| 11381 |
|
| 11382 |
#: lib/messages-tooltip-meta-schema.php:519 |
| 11383 |
msgid "Select a job posting expiration date and time." |
| 11384 |
msgstr "" |
| 11385 |
|
| 11386 |
#: lib/messages-tooltip-meta-schema.php:521 |
| 11387 |
msgid "" |
| 11388 |
"If a job posting never expires, or you do not know when the job will expire, " |
| 11389 |
"do not select an expiration date and time." |
| 11390 |
msgstr "" |
| 11391 |
|
| 11392 |
#: lib/messages-tooltip-meta-schema.php:540 |
| 11393 |
msgid "The target education level for the learning resource." |
| 11394 |
msgstr "" |
| 11395 |
|
| 11396 |
#: lib/messages-tooltip-meta-schema.php:542 |
| 11397 |
msgid "Select a country-specific education level or one of the generic values." |
| 11398 |
msgstr "" |
| 11399 |
|
| 11400 |
#: lib/messages-tooltip-meta-schema.php:548 |
| 11401 |
msgid "" |
| 11402 |
"The predominant type or kind characterizing the learning resource (example: " |
| 11403 |
"\"Concept overview\", \"Problem walkthrough\", \"Real life example\", " |
| 11404 |
"\"Activity\", \"Experiment\", \"Lecture\", etc.)." |
| 11405 |
msgstr "" |
| 11406 |
|
| 11407 |
#: lib/messages-tooltip-meta-schema.php:562 |
| 11408 |
msgid "The name of one or more actors appearing in the movie." |
| 11409 |
msgstr "" |
| 11410 |
|
| 11411 |
#: lib/messages-tooltip-meta-schema.php:568 |
| 11412 |
msgid "The name of one or more directors of the movie." |
| 11413 |
msgstr "" |
| 11414 |
|
| 11415 |
#: lib/messages-tooltip-meta-schema.php:574 |
| 11416 |
msgid "The principle production company or studio responsible for the movie." |
| 11417 |
msgstr "" |
| 11418 |
|
| 11419 |
#: lib/messages-tooltip-meta-schema.php:580 |
| 11420 |
msgid "The date the movie was released." |
| 11421 |
msgstr "" |
| 11422 |
|
| 11423 |
#: lib/messages-tooltip-meta-schema.php:586 |
| 11424 |
msgid "The total movie runtime from the start to the end of the credits." |
| 11425 |
msgstr "" |
| 11426 |
|
| 11427 |
#: lib/messages-tooltip-meta-schema.php:596 |
| 11428 |
msgid "Select an organization for the Schema Organization markup." |
| 11429 |
msgstr "" |
| 11430 |
|
| 11431 |
#: lib/messages-tooltip-meta-schema.php:602 |
| 11432 |
#: lib/messages-tooltip-meta-schema.php:618 lib/messages-tooltip-plugin.php:146 |
| 11433 |
#: lib/submenu/tools.php:34 lib/user.php:67 lib/user.php:1879 lib/user.php:1970 |
| 11434 |
#: lib/user.php:2084 |
| 11435 |
msgctxt "user role" |
| 11436 |
msgid "Person" |
| 11437 |
msgstr "" |
| 11438 |
|
| 11439 |
#: lib/messages-tooltip-meta-schema.php:604 |
| 11440 |
msgid "Select a person for the Schema Person markup." |
| 11441 |
msgstr "" |
| 11442 |
|
| 11443 |
#: lib/messages-tooltip-meta-schema.php:606 |
| 11444 |
#: lib/messages-tooltip-meta-schema.php:622 |
| 11445 |
msgid "" |
| 11446 |
"A user must be member of the WordPress \"%s\" role to be included in this " |
| 11447 |
"list." |
| 11448 |
msgstr "" |
| 11449 |
|
| 11450 |
#: lib/messages-tooltip-meta-schema.php:612 |
| 11451 |
msgid "" |
| 11452 |
"Select a place for the Schema Place markup, or enter custom place " |
| 11453 |
"information below." |
| 11454 |
msgstr "" |
| 11455 |
|
| 11456 |
#: lib/messages-tooltip-meta-schema.php:620 |
| 11457 |
msgid "Select a person for the Schema ProfilePage markup." |
| 11458 |
msgstr "" |
| 11459 |
|
| 11460 |
#: lib/messages-tooltip-meta-schema.php:628 |
| 11461 |
msgid "An optional heading / description of the question and it's answer." |
| 11462 |
msgstr "" |
| 11463 |
|
| 11464 |
#: lib/messages-tooltip-meta-schema.php:630 |
| 11465 |
msgid "" |
| 11466 |
"If the question is part of a larger group of questions on the same subject, " |
| 11467 |
"then this would be an appropriate field to describe that subject (example: " |
| 11468 |
"\"QA about a Flying Toaster\" )." |
| 11469 |
msgstr "" |
| 11470 |
|
| 11471 |
#: lib/messages-tooltip-meta-schema.php:643 |
| 11472 |
msgid "" |
| 11473 |
"The type of cuisine for this recipe (example: French, Indian, Italian, " |
| 11474 |
"Japanese, Thai, etc.)." |
| 11475 |
msgstr "" |
| 11476 |
|
| 11477 |
#: lib/messages-tooltip-meta-schema.php:649 |
| 11478 |
msgid "" |
| 11479 |
"The course name for this recipe (example: Appetizer, Entrée, Main " |
| 11480 |
"Course / Main Dish, Dessert, Side-dish, etc.)." |
| 11481 |
msgstr "" |
| 11482 |
|
| 11483 |
#: lib/messages-tooltip-meta-schema.php:655 |
| 11484 |
msgid "" |
| 11485 |
"The quantity or servings made by this recipe (example: \"5 servings\", " |
| 11486 |
"\"Serves 4-6\", \"Yields 10 burgers\", etc.)." |
| 11487 |
msgstr "" |
| 11488 |
|
| 11489 |
#: lib/messages-tooltip-meta-schema.php:661 |
| 11490 |
msgid "" |
| 11491 |
"The cooking method used for this recipe (example: Baking, Frying, Steaming, " |
| 11492 |
"etc.)" |
| 11493 |
msgstr "" |
| 11494 |
|
| 11495 |
#: lib/messages-tooltip-meta-schema.php:673 |
| 11496 |
msgid "The total time it takes to cook this recipe." |
| 11497 |
msgstr "" |
| 11498 |
|
| 11499 |
#: lib/messages-tooltip-meta-schema.php:685 |
| 11500 |
msgid "" |
| 11501 |
"A list of ingredients for this recipe (example: \"1 cup flour\", \"1 tsp salt" |
| 11502 |
"\", etc.)." |
| 11503 |
msgstr "" |
| 11504 |
|
| 11505 |
#: lib/messages-tooltip-meta-schema.php:691 |
| 11506 |
msgid "" |
| 11507 |
"A list of instructions for this recipe, including the instruction name " |
| 11508 |
"(example: \"beat eggs\", \"add and mix flour\", etc.) and (optional) longer " |
| 11509 |
"instruction description." |
| 11510 |
msgstr "" |
| 11511 |
|
| 11512 |
#: lib/messages-tooltip-meta-schema.php:693 |
| 11513 |
msgid "" |
| 11514 |
"You can also (optionally) define recipe instruction sections to group " |
| 11515 |
"individual instructions together." |
| 11516 |
msgstr "" |
| 11517 |
|
| 11518 |
#: lib/messages-tooltip-meta-schema.php:699 |
| 11519 |
msgid "" |
| 11520 |
"The serving size in volume or mass. A serving size is required to include " |
| 11521 |
"nutrition information in the Schema recipe markup." |
| 11522 |
msgstr "" |
| 11523 |
|
| 11524 |
#: lib/messages-tooltip-meta-schema.php:705 |
| 11525 |
msgid "The number of calories per serving." |
| 11526 |
msgstr "" |
| 11527 |
|
| 11528 |
#: lib/messages-tooltip-meta-schema.php:711 |
| 11529 |
msgid "The number of grams of protein per serving." |
| 11530 |
msgstr "" |
| 11531 |
|
| 11532 |
#: lib/messages-tooltip-meta-schema.php:717 |
| 11533 |
msgid "The number of grams of fiber per serving." |
| 11534 |
msgstr "" |
| 11535 |
|
| 11536 |
#: lib/messages-tooltip-meta-schema.php:723 |
| 11537 |
msgid "The number of grams of carbohydrates per serving." |
| 11538 |
msgstr "" |
| 11539 |
|
| 11540 |
#: lib/messages-tooltip-meta-schema.php:729 |
| 11541 |
msgid "The number of grams of sugar per serving." |
| 11542 |
msgstr "" |
| 11543 |
|
| 11544 |
#: lib/messages-tooltip-meta-schema.php:735 |
| 11545 |
msgid "The number of milligrams of sodium per serving." |
| 11546 |
msgstr "" |
| 11547 |
|
| 11548 |
#: lib/messages-tooltip-meta-schema.php:741 |
| 11549 |
msgid "The number of grams of fat per serving." |
| 11550 |
msgstr "" |
| 11551 |
|
| 11552 |
#: lib/messages-tooltip-meta-schema.php:747 |
| 11553 |
msgid "The number of grams of saturated fat per serving." |
| 11554 |
msgstr "" |
| 11555 |
|
| 11556 |
#: lib/messages-tooltip-meta-schema.php:753 |
| 11557 |
msgid "The number of grams of unsaturated fat per serving." |
| 11558 |
msgstr "" |
| 11559 |
|
| 11560 |
#: lib/messages-tooltip-meta-schema.php:759 |
| 11561 |
msgid "The number of grams of trans fat per serving." |
| 11562 |
msgstr "" |
| 11563 |
|
| 11564 |
#: lib/messages-tooltip-meta-schema.php:765 |
| 11565 |
msgid "The number of milligrams of cholesterol per serving." |
| 11566 |
msgstr "" |
| 11567 |
|
| 11568 |
#: lib/messages-tooltip-meta-schema.php:779 |
| 11569 |
msgid "" |
| 11570 |
"A rating for the subject or item being reviewed, along with the low / high " |
| 11571 |
"rating scale (default is 1 to 5)." |
| 11572 |
msgstr "" |
| 11573 |
|
| 11574 |
#: lib/messages-tooltip-meta-schema.php:781 |
| 11575 |
msgid "" |
| 11576 |
"If you are reviewing a claim, the following rating scale is used: 1 = False, " |
| 11577 |
"2 = Mostly false, 3 = Half true, 4 = Mostly true, 5 = True." |
| 11578 |
msgstr "" |
| 11579 |
|
| 11580 |
#: lib/messages-tooltip-meta-schema.php:789 |
| 11581 |
msgid "" |
| 11582 |
"An alternate name for the rating value (example: False, Misleading, " |
| 11583 |
"Accurate, etc.)." |
| 11584 |
msgstr "" |
| 11585 |
|
| 11586 |
#: lib/messages-tooltip-meta-schema.php:799 |
| 11587 |
msgid "A name for the subject or item being reviewed." |
| 11588 |
msgstr "" |
| 11589 |
|
| 11590 |
#: lib/messages-tooltip-meta-schema.php:805 |
| 11591 |
msgid "A description for the subject or item being reviewed." |
| 11592 |
msgstr "" |
| 11593 |
|
| 11594 |
#: lib/messages-tooltip-meta-schema.php:811 |
| 11595 |
msgid "An image ID showing the subject or item being reviewed." |
| 11596 |
msgstr "" |
| 11597 |
|
| 11598 |
#: lib/messages-tooltip-meta-schema.php:813 |
| 11599 |
msgid "This option is disabled if a subject image URL is entered." |
| 11600 |
msgstr "" |
| 11601 |
|
| 11602 |
#: lib/messages-tooltip-meta-schema.php:819 |
| 11603 |
msgid "" |
| 11604 |
"An image URL (instead of an image ID) showing the subject or item being " |
| 11605 |
"reviewed." |
| 11606 |
msgstr "" |
| 11607 |
|
| 11608 |
#: lib/messages-tooltip-meta-schema.php:821 |
| 11609 |
msgid "This option is disabled if a subject image ID is selected." |
| 11610 |
msgstr "" |
| 11611 |
|
| 11612 |
#: lib/messages-tooltip-meta-schema.php:827 |
| 11613 |
msgid "A webpage URL for the subject or item being reviewed." |
| 11614 |
msgstr "" |
| 11615 |
|
| 11616 |
#: lib/messages-tooltip-meta-schema.php:839 |
| 11617 |
msgid "" |
| 11618 |
"A Schema type for the subject or item being reviewed (for example, Schema " |
| 11619 |
"Product type for the review of a product, Schema Book for the review of a " |
| 11620 |
"book, etc.)." |
| 11621 |
msgstr "" |
| 11622 |
|
| 11623 |
#: lib/messages-tooltip-meta-schema.php:841 |
| 11624 |
msgid "" |
| 11625 |
"Although the Schema standard allows the subject of a review (aka the item " |
| 11626 |
"reviewed) to be any Schema type, <a href=\"%1$s\">Google only allows reviews " |
| 11627 |
"for a few specific Schema types (and their sub-types)</a>." |
| 11628 |
msgstr "" |
| 11629 |
|
| 11630 |
#: lib/messages-tooltip-meta-schema.php:883 |
| 11631 |
msgid "" |
| 11632 |
"The ISBN code (aka International Standard Book Number) for the book being " |
| 11633 |
"reviewed." |
| 11634 |
msgstr "" |
| 11635 |
|
| 11636 |
#: lib/messages-tooltip-meta-schema.php:907 |
| 11637 |
msgid "The brand name of the product being reviewed." |
| 11638 |
msgstr "" |
| 11639 |
|
| 11640 |
#: lib/messages-tooltip-meta-schema.php:913 |
| 11641 |
msgid "" |
| 11642 |
"One or more offers for the product being reviewed, including the offer name, " |
| 11643 |
"price and currency." |
| 11644 |
msgstr "" |
| 11645 |
|
| 11646 |
#: lib/messages-tooltip-meta-schema.php:919 |
| 11647 |
msgid "The SKU (aka Stock-Keeping Unit) of the product being reviewed." |
| 11648 |
msgstr "" |
| 11649 |
|
| 11650 |
#: lib/messages-tooltip-meta-schema.php:925 |
| 11651 |
msgid "The MPN (aka Manufacturer Part Number) of the product being reviewed." |
| 11652 |
msgstr "" |
| 11653 |
|
| 11654 |
#: lib/messages-tooltip-meta-schema.php:934 |
| 11655 |
msgid "" |
| 11656 |
"One or more offers for the software application being reviewed, including " |
| 11657 |
"the offer name, price and currency." |
| 11658 |
msgstr "" |
| 11659 |
|
| 11660 |
#: lib/messages-tooltip-meta-schema.php:943 |
| 11661 |
msgid "" |
| 11662 |
"A short summary of specific claim(s) being reviewed in the Schema " |
| 11663 |
"ClaimReview content." |
| 11664 |
msgstr "" |
| 11665 |
|
| 11666 |
#: lib/messages-tooltip-meta-schema.php:945 |
| 11667 |
msgid "" |
| 11668 |
"The summary should be less than 75 characters to minimize wrapping on mobile " |
| 11669 |
"devices." |
| 11670 |
msgstr "" |
| 11671 |
|
| 11672 |
#: lib/messages-tooltip-meta-schema.php:951 |
| 11673 |
msgid "An optional webpage URL where this specific claim first appeared." |
| 11674 |
msgstr "" |
| 11675 |
|
| 11676 |
#: lib/messages-tooltip-meta-schema.php:993 |
| 11677 |
msgid "Awards this service has won." |
| 11678 |
msgstr "" |
| 11679 |
|
| 11680 |
#: lib/messages-tooltip-meta-schema.php:999 |
| 11681 |
msgid "" |
| 11682 |
"One or more offers for the service, including the offer name, price and " |
| 11683 |
"currency." |
| 11684 |
msgstr "" |
| 11685 |
|
| 11686 |
#: lib/messages-tooltip-meta-schema.php:1017 |
| 11687 |
msgid "" |
| 11688 |
"A list of offer catalogs for this service, including the catalog name, " |
| 11689 |
"description and URL." |
| 11690 |
msgstr "" |
| 11691 |
|
| 11692 |
#: lib/messages-tooltip-meta-schema.php:1023 |
| 11693 |
msgid "The numeric decimal degrees latitude for this service." |
| 11694 |
msgstr "" |
| 11695 |
|
| 11696 |
#: lib/messages-tooltip-meta-schema.php:1031 |
| 11697 |
msgid "The numeric decimal degrees longitude for this service." |
| 11698 |
msgstr "" |
| 11699 |
|
| 11700 |
#: lib/messages-tooltip-meta-schema.php:1039 |
| 11701 |
msgid "" |
| 11702 |
"The geographic area where a service is provided, in meters around a set of " |
| 11703 |
"latitude and longitude coordinates." |
| 11704 |
msgstr "" |
| 11705 |
|
| 11706 |
#: lib/messages-tooltip-meta-schema.php:1045 |
| 11707 |
msgid "" |
| 11708 |
"An administrative area where a service is provided (ie. a school district, " |
| 11709 |
"city, state/province, or country)." |
| 11710 |
msgstr "" |
| 11711 |
|
| 11712 |
#: lib/messages-tooltip-meta-schema.php:1047 |
| 11713 |
msgid "" |
| 11714 |
"One or more places, matching the Schema AdministrativeArea type or its sub-" |
| 11715 |
"types, can be selected as a service area." |
| 11716 |
msgstr "" |
| 11717 |
|
| 11718 |
#: lib/messages-tooltip-meta-schema.php:1061 |
| 11719 |
msgid "Type of software application (example: %s, etc.)." |
| 11720 |
msgstr "" |
| 11721 |
|
| 11722 |
#: lib/messages-tooltip-meta-schema.php:1067 |
| 11723 |
msgid "URL to download the binary, if the application can be downloaded" |
| 11724 |
msgstr "" |
| 11725 |
|
| 11726 |
#: lib/messages-tooltip-meta-schema.php:1073 |
| 11727 |
msgid "The operating system supported (example: %s, etc.)." |
| 11728 |
msgstr "" |
| 11729 |
|
| 11730 |
#: lib/messages-tooltip-meta-schema.php:1088 |
| 11731 |
msgid "" |
| 11732 |
"Organizations that have reviewed the content on this web page for accuracy " |
| 11733 |
"and/or completeness." |
| 11734 |
msgstr "" |
| 11735 |
|
| 11736 |
#: lib/messages-tooltip-meta-schema.php:1094 |
| 11737 |
msgid "" |
| 11738 |
"Persons that have reviewed the content on this web page for accuracy and/or " |
| 11739 |
"completeness." |
| 11740 |
msgstr "" |
| 11741 |
|
| 11742 |
#: lib/messages-tooltip-meta-schema.php:1100 |
| 11743 |
msgid "" |
| 11744 |
"Date on which the content on this web page was last reviewed for accuracy " |
| 11745 |
"and/or completeness." |
| 11746 |
msgstr "" |
| 11747 |
|
| 11748 |
#: lib/messages-tooltip-meta-schema.php:1113 |
| 11749 |
msgid "" |
| 11750 |
"A customized image ID to include first in the Schema meta tags and JSON-LD " |
| 11751 |
"markup." |
| 11752 |
msgstr "" |
| 11753 |
|
| 11754 |
#: lib/messages-tooltip-meta-schema.php:1121 |
| 11755 |
msgid "" |
| 11756 |
"A customized image URL (instead of an image ID) to include first in the " |
| 11757 |
"Schema meta tags and JSON-LD markup." |
| 11758 |
msgstr "" |
| 11759 |
|
| 11760 |
#: lib/messages-tooltip-meta.php:64 |
| 11761 |
msgid "A customized description for the Pinterest Pin It browser button." |
| 11762 |
msgstr "" |
| 11763 |
|
| 11764 |
#: lib/messages-tooltip-meta.php:66 lib/messages-tooltip-meta.php:184 |
| 11765 |
msgid "The default value is inherited from the social or SEO description." |
| 11766 |
msgstr "" |
| 11767 |
|
| 11768 |
#: lib/messages-tooltip-meta.php:72 |
| 11769 |
msgid "A customized image ID for the Pinterest Pin It browser button." |
| 11770 |
msgstr "" |
| 11771 |
|
| 11772 |
#: lib/messages-tooltip-meta.php:74 lib/messages-tooltip-meta.php:84 |
| 11773 |
msgid "" |
| 11774 |
"The default value is inherited from the Schema markup or priority image." |
| 11775 |
msgstr "" |
| 11776 |
|
| 11777 |
#: lib/messages-tooltip-meta.php:82 |
| 11778 |
msgid "" |
| 11779 |
"A customized image URL (instead of an image ID) for the Pinterest Pin It " |
| 11780 |
"browser button." |
| 11781 |
msgstr "" |
| 11782 |
|
| 11783 |
#: lib/messages-tooltip-meta.php:107 |
| 11784 |
msgid "Do not show a cached link in search results." |
| 11785 |
msgstr "" |
| 11786 |
|
| 11787 |
#: lib/messages-tooltip-meta.php:116 |
| 11788 |
msgid "Do not follow links on this webpage." |
| 11789 |
msgstr "" |
| 11790 |
|
| 11791 |
#: lib/messages-tooltip-meta.php:125 |
| 11792 |
msgid "Do not index images on this webpage." |
| 11793 |
msgstr "" |
| 11794 |
|
| 11795 |
#: lib/messages-tooltip-meta.php:134 |
| 11796 |
msgid "Do not show this webpage in search results." |
| 11797 |
msgstr "" |
| 11798 |
|
| 11799 |
#: lib/messages-tooltip-meta.php:143 |
| 11800 |
msgid "Do not show a text snippet or a video preview in search results." |
| 11801 |
msgstr "" |
| 11802 |
|
| 11803 |
#: lib/messages-tooltip-meta.php:145 |
| 11804 |
msgid "" |
| 11805 |
"Google may still show a static image thumbnail (if available) when it " |
| 11806 |
"determines that using an image provides a better user-experience." |
| 11807 |
msgstr "" |
| 11808 |
|
| 11809 |
#: lib/messages-tooltip-meta.php:154 |
| 11810 |
msgid "Do not offer translation of this webpage in search results." |
| 11811 |
msgstr "" |
| 11812 |
|
| 11813 |
#: lib/messages-tooltip-meta.php:172 |
| 11814 |
msgid "A customized title for the X (Twitter) Card title meta tag." |
| 11815 |
msgstr "" |
| 11816 |
|
| 11817 |
#: lib/messages-tooltip-meta.php:174 |
| 11818 |
msgid "The default value is inherited from the social or SEO title." |
| 11819 |
msgstr "" |
| 11820 |
|
| 11821 |
#: lib/messages-tooltip-meta.php:182 |
| 11822 |
msgid "A customized description for the X (Twitter) Card description meta tag." |
| 11823 |
msgstr "" |
| 11824 |
|
| 11825 |
#: lib/messages-tooltip-meta.php:196 |
| 11826 |
msgid "A customized image ID for the X (Twitter) Card image." |
| 11827 |
msgstr "" |
| 11828 |
|
| 11829 |
#: lib/messages-tooltip-meta.php:198 lib/messages-tooltip-meta.php:209 |
| 11830 |
msgid "The default value is inherited from the priority image." |
| 11831 |
msgstr "" |
| 11832 |
|
| 11833 |
#: lib/messages-tooltip-meta.php:207 |
| 11834 |
msgid "" |
| 11835 |
"A customized image URL (instead of an image ID) for the X (Twitter) Card " |
| 11836 |
"image." |
| 11837 |
msgstr "" |
| 11838 |
|
| 11839 |
#: lib/messages-tooltip-meta.php:229 |
| 11840 |
msgid "The primary (ie. top most) category for breadcrumbs markup." |
| 11841 |
msgstr "" |
| 11842 |
|
| 11843 |
#: lib/messages-tooltip-meta.php:235 |
| 11844 |
msgid "" |
| 11845 |
"A customized description for the SEO title tag and the default for all other " |
| 11846 |
"title values." |
| 11847 |
msgstr "" |
| 11848 |
|
| 11849 |
#: lib/messages-tooltip-meta.php:243 |
| 11850 |
msgid "" |
| 11851 |
"A customized description for the SEO description meta tag and the default " |
| 11852 |
"for all other description values." |
| 11853 |
msgstr "" |
| 11854 |
|
| 11855 |
#: lib/messages-tooltip-meta.php:252 |
| 11856 |
msgid "A customized URL for meta tags and Schema markup." |
| 11857 |
msgstr "" |
| 11858 |
|
| 11859 |
#: lib/messages-tooltip-meta.php:254 lib/messages-tooltip-meta.php:262 |
| 11860 |
msgid "" |
| 11861 |
"Make sure the custom URL you enter here is functional and redirects " |
| 11862 |
"correctly." |
| 11863 |
msgstr "" |
| 11864 |
|
| 11865 |
#: lib/messages-tooltip-meta.php:260 |
| 11866 |
msgid "Permanently redirect this URL to another." |
| 11867 |
msgstr "" |
| 11868 |
|
| 11869 |
#: lib/messages-tooltip-opengraph.php:38 |
| 11870 |
msgid "" |
| 11871 |
"The default country when entering information about a place or location." |
| 11872 |
msgstr "" |
| 11873 |
|
| 11874 |
#: lib/messages-tooltip-opengraph.php:44 |
| 11875 |
msgid "" |
| 11876 |
"The default timezone when entering information about a place or location." |
| 11877 |
msgstr "" |
| 11878 |
|
| 11879 |
#: lib/messages-tooltip-opengraph.php:50 |
| 11880 |
msgid "" |
| 11881 |
"The default currency for currency related options (product price, job " |
| 11882 |
"salary, etc.)." |
| 11883 |
msgstr "" |
| 11884 |
|
| 11885 |
#: lib/messages-tooltip-opengraph.php:56 |
| 11886 |
msgid "" |
| 11887 |
"The default unit for net and shipping lengths, widths, and heights of " |
| 11888 |
"products." |
| 11889 |
msgstr "" |
| 11890 |
|
| 11891 |
#: lib/messages-tooltip-opengraph.php:62 |
| 11892 |
msgid "The default unit for net and shipping weights of products." |
| 11893 |
msgstr "" |
| 11894 |
|
| 11895 |
#: lib/messages-tooltip-opengraph.php:68 |
| 11896 |
msgid "The default unit for fluid volumes of products." |
| 11897 |
msgstr "" |
| 11898 |
|
| 11899 |
#: lib/messages-tooltip-opengraph.php:79 |
| 11900 |
msgid "" |
| 11901 |
"One or more characters used to separate values (category parent names, page " |
| 11902 |
"numbers, site name, etc.) within a title string (default is a hyphen \"%s\")." |
| 11903 |
msgstr "" |
| 11904 |
|
| 11905 |
#: lib/messages-tooltip-opengraph.php:87 |
| 11906 |
msgid "" |
| 11907 |
"One or more characters used to suffix a truncated (ie. shortened) text " |
| 11908 |
"string (default is three dots \"%s\")." |
| 11909 |
msgstr "" |
| 11910 |
|
| 11911 |
#: lib/messages-tooltip-opengraph.php:93 |
| 11912 |
msgid "" |
| 11913 |
"The maximum number of WordPress tag names (automatically converted to " |
| 11914 |
"hashtags) to include in the Facebook / Open Graph and X (Twitter) Card " |
| 11915 |
"descriptions." |
| 11916 |
msgstr "" |
| 11917 |
|
| 11918 |
#: lib/messages-tooltip-opengraph.php:95 |
| 11919 |
msgid "Select \"0\" to disable the addition of hashtags." |
| 11920 |
msgstr "" |
| 11921 |
|
| 11922 |
#: lib/messages-tooltip-opengraph.php:104 |
| 11923 |
msgid "" |
| 11924 |
"The maximum number of images to include for the webpage meta tags and Schema " |
| 11925 |
"markup." |
| 11926 |
msgstr "" |
| 11927 |
|
| 11928 |
#: lib/messages-tooltip-opengraph.php:106 |
| 11929 |
msgid "If you select \"0\", then no images will be included (not recommended)." |
| 11930 |
msgstr "" |
| 11931 |
|
| 11932 |
#: lib/messages-tooltip-opengraph.php:108 |
| 11933 |
msgid "" |
| 11934 |
"If no images are available in the Open Graph meta tags, social sites may " |
| 11935 |
"choose any random image from the webpage, including headers, thumbnails, " |
| 11936 |
"ads, etc." |
| 11937 |
msgstr "" |
| 11938 |
|
| 11939 |
#: lib/messages-tooltip-opengraph.php:116 |
| 11940 |
msgid "" |
| 11941 |
"The dimensions used for the Facebook / Open Graph and oEmbed images (default " |
| 11942 |
"dimensions are %s)." |
| 11943 |
msgstr "" |
| 11944 |
|
| 11945 |
#: lib/messages-tooltip-opengraph.php:124 |
| 11946 |
msgid "" |
| 11947 |
"An image ID for your site's default image (ie. when an image is required, " |
| 11948 |
"and no other image is available)." |
| 11949 |
msgstr "" |
| 11950 |
|
| 11951 |
#: lib/messages-tooltip-opengraph.php:126 |
| 11952 |
#: lib/messages-tooltip-opengraph.php:143 |
| 11953 |
msgid "" |
| 11954 |
"The default image is used for archive pages (ie. blog, category, and tag " |
| 11955 |
"archive page) and a fallback for public posts and pages that do not have a " |
| 11956 |
"suitable image featured, attached, or in their content." |
| 11957 |
msgstr "" |
| 11958 |
|
| 11959 |
#: lib/messages-tooltip-opengraph.php:137 |
| 11960 |
msgid "You can enter a default image URL instead of choosing an image ID." |
| 11961 |
msgstr "" |
| 11962 |
|
| 11963 |
#: lib/messages-tooltip-opengraph.php:141 |
| 11964 |
msgid "The image should be at least %s or more in width and height." |
| 11965 |
msgstr "" |
| 11966 |
|
| 11967 |
#: lib/messages-tooltip-opengraph.php:154 |
| 11968 |
msgid "" |
| 11969 |
"The maximum number of embedded videos to include in meta tags and Schema " |
| 11970 |
"markup." |
| 11971 |
msgstr "" |
| 11972 |
|
| 11973 |
#: lib/messages-tooltip-opengraph.php:160 |
| 11974 |
msgid "Include video preview images in meta tags and Schema markup." |
| 11975 |
msgstr "" |
| 11976 |
|
| 11977 |
#: lib/messages-tooltip-opengraph.php:162 |
| 11978 |
msgid "" |
| 11979 |
"When video preview images are enabled and a preview image is available, it " |
| 11980 |
"will be included in meta tags and Schema markup before any other image " |
| 11981 |
"(custom, featured, attached, or content image)." |
| 11982 |
msgstr "" |
| 11983 |
|
| 11984 |
#: lib/messages-tooltip-opengraph.php:168 |
| 11985 |
msgid "" |
| 11986 |
"If possible, add or modify the video URL \"autoplay\" argument for videos in " |
| 11987 |
"meta tags and Schema markup." |
| 11988 |
msgstr "" |
| 11989 |
|
| 11990 |
#: lib/messages-tooltip-opengraph.php:170 |
| 11991 |
msgid "Video URLs from Vimeo and Wistia allow for an autoplay argument." |
| 11992 |
msgstr "" |
| 11993 |
|
| 11994 |
#. translators: %s is the markup standard name (ie. Open Graph or Schema). |
| 11995 |
#: lib/messages-tooltip-opengraph.php:182 lib/messages-tooltip-schema.php:64 |
| 11996 |
msgid "Select a default %s type for a static front page." |
| 11997 |
msgstr "" |
| 11998 |
|
| 11999 |
#. translators: %1$s is the markup standard name (ie. Open Graph or Schema) and |
| 12000 |
#. %2$s is the type name. |
| 12001 |
#: lib/messages-tooltip-opengraph.php:185 |
| 12002 |
#: lib/messages-tooltip-opengraph.php:197 |
| 12003 |
#: lib/messages-tooltip-opengraph.php:209 |
| 12004 |
#: lib/messages-tooltip-opengraph.php:221 |
| 12005 |
#: lib/messages-tooltip-opengraph.php:233 |
| 12006 |
#: lib/messages-tooltip-opengraph.php:254 |
| 12007 |
#: lib/messages-tooltip-opengraph.php:266 lib/messages-tooltip-schema.php:67 |
| 12008 |
#: lib/messages-tooltip-schema.php:79 lib/messages-tooltip-schema.php:91 |
| 12009 |
#: lib/messages-tooltip-schema.php:103 lib/messages-tooltip-schema.php:115 |
| 12010 |
#: lib/messages-tooltip-schema.php:134 lib/messages-tooltip-schema.php:146 |
| 12011 |
msgid "The default %1$s type is \"%2$s\"." |
| 12012 |
msgstr "" |
| 12013 |
|
| 12014 |
#. translators: %s is the markup standard name (ie. Open Graph or Schema). |
| 12015 |
#: lib/messages-tooltip-opengraph.php:194 lib/messages-tooltip-schema.php:76 |
| 12016 |
msgid "Select a default %s type for a blog (non-static) front page." |
| 12017 |
msgstr "" |
| 12018 |
|
| 12019 |
#. translators: %s is the markup standard name (ie. Open Graph or Schema). |
| 12020 |
#: lib/messages-tooltip-opengraph.php:206 lib/messages-tooltip-schema.php:88 |
| 12021 |
msgid "Select a default %s type for user / author profile pages." |
| 12022 |
msgstr "" |
| 12023 |
|
| 12024 |
#. translators: %s is the markup standard name (ie. Open Graph or Schema). |
| 12025 |
#: lib/messages-tooltip-opengraph.php:218 lib/messages-tooltip-schema.php:100 |
| 12026 |
msgid "Select a default %s type for search results pages." |
| 12027 |
msgstr "" |
| 12028 |
|
| 12029 |
#. translators: %s is the markup standard name (ie. Open Graph or Schema). |
| 12030 |
#: lib/messages-tooltip-opengraph.php:230 lib/messages-tooltip-schema.php:112 |
| 12031 |
msgid "" |
| 12032 |
"Select a default %s type for other archive pages (date-based archive pages, " |
| 12033 |
"for example)." |
| 12034 |
msgstr "" |
| 12035 |
|
| 12036 |
#. translators: %s is the markup standard name (ie. Open Graph or Schema). |
| 12037 |
#: lib/messages-tooltip-opengraph.php:240 lib/messages-tooltip-schema.php:122 |
| 12038 |
msgid "Select a default %s type for each post type." |
| 12039 |
msgstr "" |
| 12040 |
|
| 12041 |
#: lib/messages-tooltip-opengraph.php:242 |
| 12042 |
msgid "" |
| 12043 |
"Please note that each Open Graph type has a unique set of meta tags, so by " |
| 12044 |
"selecting \"website\" here (for example), you would be excluding all " |
| 12045 |
"\"article\" related meta tags (<code>article:author</code>, <code>article:" |
| 12046 |
"section</code>, etc.)." |
| 12047 |
msgstr "" |
| 12048 |
|
| 12049 |
#. translators: %s is the markup standard name (ie. Open Graph or Schema). |
| 12050 |
#: lib/messages-tooltip-opengraph.php:251 lib/messages-tooltip-schema.php:131 |
| 12051 |
msgid "Select a default %s type for each post type archive." |
| 12052 |
msgstr "" |
| 12053 |
|
| 12054 |
#. translators: %s is the markup standard name (ie. Open Graph or Schema). |
| 12055 |
#: lib/messages-tooltip-opengraph.php:263 lib/messages-tooltip-schema.php:143 |
| 12056 |
msgid "Select a default %s type for each taxonomy." |
| 12057 |
msgstr "" |
| 12058 |
|
| 12059 |
#: lib/messages-tooltip-plugin.php:42 |
| 12060 |
msgid "" |
| 12061 |
"Check this option to remove all %1$s plugin and add-ons settings when you " |
| 12062 |
"<em>uninstall</em> the %1$s plugin (default is %2$s)." |
| 12063 |
msgstr "" |
| 12064 |
|
| 12065 |
#: lib/messages-tooltip-plugin.php:44 |
| 12066 |
msgid "" |
| 12067 |
"This includes any custom post, term, and user data entered in the %s metabox." |
| 12068 |
msgstr "" |
| 12069 |
|
| 12070 |
#: lib/messages-tooltip-plugin.php:52 lib/submenu/advanced.php:279 |
| 12071 |
msgctxt "option label" |
| 12072 |
msgid "Add Debug Messages to HTML" |
| 12073 |
msgstr "" |
| 12074 |
|
| 12075 |
#: lib/messages-tooltip-plugin.php:54 |
| 12076 |
msgid "" |
| 12077 |
"Minimize the Schema JSON-LD markup created by %1$s in the webpage (default " |
| 12078 |
"is %2$s)." |
| 12079 |
msgstr "" |
| 12080 |
|
| 12081 |
#: lib/messages-tooltip-plugin.php:56 |
| 12082 |
msgid "" |
| 12083 |
"Leaving this option unchecked creates human readable (aka \"pretty print\") " |
| 12084 |
"Schema JSON-LD markup in the webpage." |
| 12085 |
msgstr "" |
| 12086 |
|
| 12087 |
#: lib/messages-tooltip-plugin.php:58 |
| 12088 |
msgid "" |
| 12089 |
"Note that enabling the \"%s\" option will always create human readable " |
| 12090 |
"Schema JSON-LD markup, even when this option is checked." |
| 12091 |
msgstr "" |
| 12092 |
|
| 12093 |
#: lib/messages-tooltip-plugin.php:66 |
| 12094 |
msgid "" |
| 12095 |
"Prefer local translation files for the %1$s plugin and its add-ons, instead " |
| 12096 |
"of those from WordPress.org (default is %2$s)." |
| 12097 |
msgstr "" |
| 12098 |
|
| 12099 |
#: lib/messages-tooltip-plugin.php:74 |
| 12100 |
msgid "" |
| 12101 |
"Add hidden debugging messages as HTML comments to front-end and admin " |
| 12102 |
"webpages (default is %s)." |
| 12103 |
msgstr "" |
| 12104 |
|
| 12105 |
#: lib/messages-tooltip-plugin.php:82 |
| 12106 |
msgid "" |
| 12107 |
"Disable the head markup transient cache for debugging purposes (default is " |
| 12108 |
"%s)." |
| 12109 |
msgstr "" |
| 12110 |
|
| 12111 |
#: lib/messages-tooltip-plugin.php:93 |
| 12112 |
msgid "Your theme does not support the <a href=\"%s\">WordPress Title Tag</a>." |
| 12113 |
msgstr "" |
| 12114 |
|
| 12115 |
#: lib/messages-tooltip-plugin.php:93 lib/messages.php:1199 |
| 12116 |
msgid "https://codex.wordpress.org/Title_Tag" |
| 12117 |
msgstr "" |
| 12118 |
|
| 12119 |
#: lib/messages-tooltip-plugin.php:95 |
| 12120 |
msgid "" |
| 12121 |
"Please contact your theme author and request that they add support for the " |
| 12122 |
"WordPress Title Tag feature (available since WordPress v4.1)." |
| 12123 |
msgstr "" |
| 12124 |
|
| 12125 |
#: lib/messages-tooltip-plugin.php:100 |
| 12126 |
msgid "%1$s can provide a customized value for the %2$s HTML tag." |
| 12127 |
msgstr "" |
| 12128 |
|
| 12129 |
#: lib/messages-tooltip-plugin.php:102 |
| 12130 |
msgid "" |
| 12131 |
"The %s HTML tag value is used by web browsers to display the current webpage " |
| 12132 |
"title in the browser tab." |
| 12133 |
msgstr "" |
| 12134 |
|
| 12135 |
#: lib/messages-tooltip-plugin.php:110 lib/messages.php:275 |
| 12136 |
msgid "" |
| 12137 |
"The use of WordPress content filters allows %s to fully render your content " |
| 12138 |
"text for meta tag descriptions and detect additional images and/or embedded " |
| 12139 |
"videos provided by shortcodes." |
| 12140 |
msgstr "" |
| 12141 |
|
| 12142 |
#: lib/messages-tooltip-plugin.php:112 |
| 12143 |
msgid "" |
| 12144 |
"Many themes and plugins have badly coded content filters, so this option is " |
| 12145 |
"%s by default." |
| 12146 |
msgstr "" |
| 12147 |
|
| 12148 |
#: lib/messages-tooltip-plugin.php:114 lib/messages.php:281 |
| 12149 |
msgid "" |
| 12150 |
"If you use shortcodes in your content text, this option should be enabled - " |
| 12151 |
"IF YOU EXPERIENCE WEBPAGE LAYOUT OR PERFORMANCE ISSUES AFTER ENABLING THIS " |
| 12152 |
"OPTION, disable the option or determine which theme or plugin is filtering " |
| 12153 |
"the content incorrectly and report the problem to its author(s)." |
| 12154 |
msgstr "" |
| 12155 |
|
| 12156 |
#: lib/messages-tooltip-plugin.php:122 |
| 12157 |
msgid "" |
| 12158 |
"Apply the WordPress \"get_the_excerpt\" filter to excerpt text (default is " |
| 12159 |
"%s)." |
| 12160 |
msgstr "" |
| 12161 |
|
| 12162 |
#: lib/messages-tooltip-plugin.php:124 |
| 12163 |
msgid "You should enable this option if you use shortcodes in your excerpts." |
| 12164 |
msgstr "" |
| 12165 |
|
| 12166 |
#: lib/messages-tooltip-plugin.php:130 |
| 12167 |
msgid "Enable the WordPress Excerpt metabox when editing a Page." |
| 12168 |
msgstr "" |
| 12169 |
|
| 12170 |
#: lib/messages-tooltip-plugin.php:132 |
| 12171 |
msgid "" |
| 12172 |
"An excerpt is an optional hand-crafted summary of your content that %s can " |
| 12173 |
"use as a default description for meta tags and Schema markup." |
| 12174 |
msgstr "" |
| 12175 |
|
| 12176 |
#: lib/messages-tooltip-plugin.php:138 |
| 12177 |
msgid "" |
| 12178 |
"Register a non-public Page Tags taxonomy and enable a WordPress Page Tags " |
| 12179 |
"metabox when editing a Page." |
| 12180 |
msgstr "" |
| 12181 |
|
| 12182 |
#: lib/messages-tooltip-plugin.php:140 |
| 12183 |
msgid "" |
| 12184 |
"%s can convert WordPress tags into Schema keywords and hashtags for social " |
| 12185 |
"sites." |
| 12186 |
msgstr "" |
| 12187 |
|
| 12188 |
#: lib/messages-tooltip-plugin.php:146 |
| 12189 |
msgid "Automatically add the \"%s\" role when a new user is created." |
| 12190 |
msgstr "" |
| 12191 |
|
| 12192 |
#: lib/messages-tooltip-plugin.php:148 |
| 12193 |
msgid "" |
| 12194 |
"You may also consider activating <a href=\"%s\">a plugin from WordPress.org " |
| 12195 |
"to manage user roles and their members</a>." |
| 12196 |
msgstr "" |
| 12197 |
|
| 12198 |
#: lib/messages-tooltip-plugin.php:154 lib/messages-tooltip-plugin.php:162 |
| 12199 |
msgid "" |
| 12200 |
"Posts, pages, custom post types, categories, tags, custom taxonomy terms, " |
| 12201 |
"and user profiles should all have at least one image available for its meta " |
| 12202 |
"tags and Schema markup." |
| 12203 |
msgstr "" |
| 12204 |
|
| 12205 |
#: lib/messages-tooltip-plugin.php:156 |
| 12206 |
msgid "" |
| 12207 |
"Enable this option to make sure child pages without a featured image can " |
| 12208 |
"inherit the featured image of their parents." |
| 12209 |
msgstr "" |
| 12210 |
|
| 12211 |
#: lib/messages-tooltip-plugin.php:164 |
| 12212 |
msgid "" |
| 12213 |
"Enable this option to make sure child pages and terms without custom images " |
| 12214 |
"can inherit the custom images of their parents." |
| 12215 |
msgstr "" |
| 12216 |
|
| 12217 |
#: lib/messages-tooltip-plugin.php:166 |
| 12218 |
msgid "" |
| 12219 |
"Note that when enabled, this feature is only applied to publicly accessible " |
| 12220 |
"posts, pages, custom post types, categories, tags, custom taxonomy terms, " |
| 12221 |
"and user profiles." |
| 12222 |
msgstr "" |
| 12223 |
|
| 12224 |
#: lib/messages-tooltip-plugin.php:172 |
| 12225 |
msgid "" |
| 12226 |
"After considering custom and featured images, consider using attached images " |
| 12227 |
"(including WooCommerce product gallery images) for use in Schema markup and " |
| 12228 |
"meta tags." |
| 12229 |
msgstr "" |
| 12230 |
|
| 12231 |
#: lib/messages-tooltip-plugin.php:178 |
| 12232 |
msgid "" |
| 12233 |
"After considering custom, featured, and (optionally) attached images, " |
| 12234 |
"consider using images found in the content for use in Schema markup and meta " |
| 12235 |
"tags." |
| 12236 |
msgstr "" |
| 12237 |
|
| 12238 |
#: lib/messages-tooltip-plugin.php:184 lib/messages.php:256 |
| 12239 |
msgid "" |
| 12240 |
"Users may upload small images to the Media Library without knowing that " |
| 12241 |
"WordPress creates (or tries to create) several different image sizes from " |
| 12242 |
"the uploaded originals." |
| 12243 |
msgstr "" |
| 12244 |
|
| 12245 |
#: lib/messages-tooltip-plugin.php:186 lib/messages.php:258 |
| 12246 |
msgid "" |
| 12247 |
"Uploading small images to the Media Library means that WordPress cannot " |
| 12248 |
"create image sizes that are larger than the uploaded image, and " |
| 12249 |
"<strong>WordPress will provide images that are too small for larger image " |
| 12250 |
"sizes</strong>." |
| 12251 |
msgstr "" |
| 12252 |
|
| 12253 |
#: lib/messages-tooltip-plugin.php:188 lib/messages.php:260 |
| 12254 |
msgid "" |
| 12255 |
"Providing social sites and search engines with correctly sized images is " |
| 12256 |
"highly recommended, so this option should be enabled if possible, to double-" |
| 12257 |
"check the dimension of images provided by WordPress." |
| 12258 |
msgstr "" |
| 12259 |
|
| 12260 |
#: lib/messages-tooltip-plugin.php:190 |
| 12261 |
msgid "" |
| 12262 |
"This option can be disabled to allow the use of smaller images and avoid " |
| 12263 |
"some rejected image warnings." |
| 12264 |
msgstr "" |
| 12265 |
|
| 12266 |
#: lib/messages-tooltip-plugin.php:192 |
| 12267 |
msgid "" |
| 12268 |
"See <a href=\"%s\">Why shouldn't I upload small images to the media library?" |
| 12269 |
"</a> for more information on WordPress and its image sizes." |
| 12270 |
msgstr "" |
| 12271 |
|
| 12272 |
#: lib/messages-tooltip-plugin.php:198 |
| 12273 |
msgid "" |
| 12274 |
"WordPress appends the resized dimensions to the thumbnail file name (for " |
| 12275 |
"example, %1$s), but does not distinguish between cropped or uncropped " |
| 12276 |
"dimensions, or different cropping areas from different image sizes with " |
| 12277 |
"identical dimensions." |
| 12278 |
msgstr "" |
| 12279 |
|
| 12280 |
#: lib/messages-tooltip-plugin.php:200 |
| 12281 |
msgid "" |
| 12282 |
"%1$s can customize its thumbnail file names to append cropping information " |
| 12283 |
"(for example, %2$s, %3$s) in order to prevent conflicts from image sizes " |
| 12284 |
"with different cropping areas." |
| 12285 |
msgstr "" |
| 12286 |
|
| 12287 |
#: lib/messages-tooltip-plugin.php:206 |
| 12288 |
msgid "" |
| 12289 |
"WordPress does not upscale (enlarge) images - WordPress can only create " |
| 12290 |
"smaller images from larger full size originals." |
| 12291 |
msgstr "" |
| 12292 |
|
| 12293 |
#: lib/messages-tooltip-plugin.php:208 |
| 12294 |
msgid "" |
| 12295 |
"Upscaled images do not look as sharp or clear, and if upscaled too much, " |
| 12296 |
"will look fuzzy and unappealing - not something you want to promote on " |
| 12297 |
"social and search sites." |
| 12298 |
msgstr "" |
| 12299 |
|
| 12300 |
#: lib/messages-tooltip-plugin.php:210 |
| 12301 |
msgid "" |
| 12302 |
"%s includes an optional module to allow upscaling of WordPress Media Library " |
| 12303 |
"images (up to a maximum upscale percentage)." |
| 12304 |
msgstr "" |
| 12305 |
|
| 12306 |
#: lib/messages-tooltip-plugin.php:212 |
| 12307 |
msgid "" |
| 12308 |
"Do not enable this option unless you want to publish lower quality images on " |
| 12309 |
"social and search sites." |
| 12310 |
msgstr "" |
| 12311 |
|
| 12312 |
#: lib/messages-tooltip-plugin.php:220 |
| 12313 |
msgid "" |
| 12314 |
"When upscaling of %1$s image sizes is allowed, %2$s can make sure smaller " |
| 12315 |
"images are not upscaled beyond reason, which would publish very low " |
| 12316 |
"quality / fuzzy images on social and search sites (the default maximum is " |
| 12317 |
"%3$s%%)." |
| 12318 |
msgstr "" |
| 12319 |
|
| 12320 |
#: lib/messages-tooltip-plugin.php:222 |
| 12321 |
msgid "" |
| 12322 |
"If an image needs to be upscaled beyond this maximum, in either width or " |
| 12323 |
"height, the image will not be upscaled." |
| 12324 |
msgstr "" |
| 12325 |
|
| 12326 |
#: lib/messages-tooltip-plugin.php:231 |
| 12327 |
msgid "" |
| 12328 |
"A comma-delimited list of CSS selectors for sections of the webpage that are " |
| 12329 |
"particularly speakable (see <a href=\"%s\">Google's Speakable guidelines</a> " |
| 12330 |
"for more information)." |
| 12331 |
msgstr "" |
| 12332 |
|
| 12333 |
#: lib/messages-tooltip-plugin.php:231 |
| 12334 |
msgid "" |
| 12335 |
"https://developers.google.com/search/docs/appearance/structured-data/" |
| 12336 |
"speakable" |
| 12337 |
msgstr "" |
| 12338 |
|
| 12339 |
#: lib/messages-tooltip-plugin.php:233 |
| 12340 |
msgid "" |
| 12341 |
"The Schema speakable property is included in the Schema Article and WebPage " |
| 12342 |
"types." |
| 12343 |
msgstr "" |
| 12344 |
|
| 12345 |
#: lib/messages-tooltip-plugin.php:241 |
| 12346 |
msgid "" |
| 12347 |
"When editing posts and pages, %s can check the head section of the webpage " |
| 12348 |
"for conflicting and/or duplicate HTML tags." |
| 12349 |
msgstr "" |
| 12350 |
|
| 12351 |
#: lib/messages-tooltip-plugin.php:243 |
| 12352 |
msgid "" |
| 12353 |
"After %d <em>successful</em> checks, no additional checks will be performed " |
| 12354 |
"until the theme or a plugin is updated." |
| 12355 |
msgstr "" |
| 12356 |
|
| 12357 |
#: lib/messages-tooltip-plugin.php:249 |
| 12358 |
msgid "" |
| 12359 |
"%1$s can reduce its use of the WordPress transients cache (used by plugins " |
| 12360 |
"and themes to store temporary data) for meta tags and Schema markup when a " |
| 12361 |
"full webpage caching plugin or service is active." |
| 12362 |
msgstr "" |
| 12363 |
|
| 12364 |
#: lib/messages-tooltip-plugin.php:255 |
| 12365 |
msgid "Retrieve product prices from e-Commerce plugins with VAT included." |
| 12366 |
msgstr "" |
| 12367 |
|
| 12368 |
#: lib/messages-tooltip-plugin.php:263 |
| 12369 |
msgid "All in One SEO Pack" |
| 12370 |
msgstr "" |
| 12371 |
|
| 12372 |
#: lib/messages-tooltip-plugin.php:272 |
| 12373 |
msgid "Rank Math SEO" |
| 12374 |
msgstr "" |
| 12375 |
|
| 12376 |
#. translators: %1$s is the plugin name, %2$s is the Document SSO metabox name. |
| 12377 |
#: lib/messages-tooltip-plugin.php:305 |
| 12378 |
msgid "" |
| 12379 |
"Import %1$s custom metadata for posts, pages, custom post types, terms, and " |
| 12380 |
"users into the %2$s metabox options." |
| 12381 |
msgstr "" |
| 12382 |
|
| 12383 |
#. translators: %1$s is the plugin name, %2$s is the Document SSO metabox name. |
| 12384 |
#: lib/messages-tooltip-plugin.php:308 |
| 12385 |
msgid "" |
| 12386 |
"Note that %1$s custom metadata will only be imported into %2$s metabox " |
| 12387 |
"options that are empty (ie. options that have not already been customized)." |
| 12388 |
msgstr "" |
| 12389 |
|
| 12390 |
#. translators: %1$s is the plugin name. |
| 12391 |
#: lib/messages-tooltip-plugin.php:311 lib/messages-tooltip-plugin.php:331 |
| 12392 |
msgid "" |
| 12393 |
"This option is enabled by default if %1$s is active, or no SEO plugin is " |
| 12394 |
"active and %1$s settings are found in the database." |
| 12395 |
msgstr "" |
| 12396 |
|
| 12397 |
#. translators: %1$s is the plugin name. |
| 12398 |
#: lib/messages-tooltip-plugin.php:314 |
| 12399 |
msgid "" |
| 12400 |
"If this option is checked and %1$s is active, then only social metadata will " |
| 12401 |
"be imported, and if %1$s is not active, then all available metadata will be " |
| 12402 |
"imported." |
| 12403 |
msgstr "" |
| 12404 |
|
| 12405 |
#. translators: %1$s is the plugin name, %2$s is the Document SSO metabox name. |
| 12406 |
#: lib/messages-tooltip-plugin.php:328 |
| 12407 |
msgid "" |
| 12408 |
"Import the %1$s block attributes (how-to block step details, for example) " |
| 12409 |
"into the %2$s metabox options." |
| 12410 |
msgstr "" |
| 12411 |
|
| 12412 |
#. translators: %1$s is the "Webpage Title Tag" option label. |
| 12413 |
#: lib/messages-tooltip-plugin.php:344 |
| 12414 |
msgid "The SEO site name suffix for the %1$s option value." |
| 12415 |
msgstr "" |
| 12416 |
|
| 12417 |
#: lib/messages-tooltip-plugin.php:346 lib/submenu/general.php:116 |
| 12418 |
#: lib/submenu/general.php:153 |
| 12419 |
msgctxt "option label" |
| 12420 |
msgid "Site Name" |
| 12421 |
msgstr "" |
| 12422 |
|
| 12423 |
#. translators: %1$s is the "Site Name" option label, %2$s is the |
| 12424 |
#. "%%sitename%%" inline variable. |
| 12425 |
#: lib/messages-tooltip-plugin.php:350 |
| 12426 |
msgid "" |
| 12427 |
"The default SEO site name suffix is the %1$s value (aka %2$s inline " |
| 12428 |
"variable)." |
| 12429 |
msgstr "" |
| 12430 |
|
| 12431 |
#. translators: %1$s is the "Webpage Title Tag" option label. |
| 12432 |
#: lib/messages-tooltip-plugin.php:361 |
| 12433 |
msgid "The SEO tagline suffix for the %1$s option value." |
| 12434 |
msgstr "" |
| 12435 |
|
| 12436 |
#: lib/messages-tooltip-plugin.php:363 lib/submenu/general.php:122 |
| 12437 |
#: lib/submenu/general.php:164 |
| 12438 |
msgctxt "option label" |
| 12439 |
msgid "Site Description" |
| 12440 |
msgstr "" |
| 12441 |
|
| 12442 |
#. translators: %1$s is the "Site Description" option label, %2$s is the |
| 12443 |
#. "%%sitedesc%%" inline variable. |
| 12444 |
#: lib/messages-tooltip-plugin.php:367 |
| 12445 |
msgid "" |
| 12446 |
"The default SEO tagline suffix is the %1$s value (aka %2$s inline variable)." |
| 12447 |
msgstr "" |
| 12448 |
|
| 12449 |
#: lib/messages-tooltip-plugin.php:374 |
| 12450 |
msgid "" |
| 12451 |
"Image <code>alt</code> text used in descriptions can be prefixed with an " |
| 12452 |
"optional string." |
| 12453 |
msgstr "" |
| 12454 |
|
| 12455 |
#: lib/messages-tooltip-plugin.php:376 lib/messages-tooltip-plugin.php:387 |
| 12456 |
#: lib/messages-tooltip-plugin.php:398 lib/messages-tooltip-plugin.php:407 |
| 12457 |
#: lib/messages-tooltip-plugin.php:416 lib/messages-tooltip-plugin.php:425 |
| 12458 |
#: lib/messages-tooltip-plugin.php:439 lib/messages-tooltip-plugin.php:448 |
| 12459 |
#: lib/messages-tooltip-plugin.php:457 lib/messages-tooltip-plugin.php:466 |
| 12460 |
#: lib/messages-tooltip-plugin.php:475 lib/messages-tooltip-plugin.php:487 |
| 12461 |
#: lib/messages-tooltip-plugin.php:496 lib/messages-tooltip-plugin.php:505 |
| 12462 |
#: lib/messages-tooltip-plugin.php:514 lib/messages-tooltip-plugin.php:523 |
| 12463 |
#: lib/messages-tooltip-plugin.php:532 lib/messages-tooltip-plugin.php:541 |
| 12464 |
#: lib/messages-tooltip-plugin.php:550 lib/messages-tooltip-plugin.php:559 |
| 12465 |
#: lib/messages-tooltip-plugin.php:568 lib/messages-tooltip-plugin.php:577 |
| 12466 |
#: lib/messages-tooltip-plugin.php:586 |
| 12467 |
msgid "The default value is \"<em>%s</em>\"." |
| 12468 |
msgstr "" |
| 12469 |
|
| 12470 |
#: lib/messages-tooltip-plugin.php:379 |
| 12471 |
msgid "" |
| 12472 |
"Leave this option blank to prevent the image <code>alt</code> text from " |
| 12473 |
"being prefixed." |
| 12474 |
msgstr "" |
| 12475 |
|
| 12476 |
#: lib/messages-tooltip-plugin.php:385 |
| 12477 |
msgid "" |
| 12478 |
"Caption paragraphs found with the \"wp-caption-text\" CSS class can be " |
| 12479 |
"prefixed with an optional string." |
| 12480 |
msgstr "" |
| 12481 |
|
| 12482 |
#: lib/messages-tooltip-plugin.php:390 |
| 12483 |
msgid "" |
| 12484 |
"Leave this option blank to prevent caption paragraphs from being prefixed." |
| 12485 |
msgstr "" |
| 12486 |
|
| 12487 |
#: lib/messages-tooltip-plugin.php:396 |
| 12488 |
msgid "The comment title used for Schema markup." |
| 12489 |
msgstr "" |
| 12490 |
|
| 12491 |
#: lib/messages-tooltip-plugin.php:405 |
| 12492 |
msgid "The comment title used for Schema markup when the comment has a parent." |
| 12493 |
msgstr "" |
| 12494 |
|
| 12495 |
#: lib/messages-tooltip-plugin.php:414 |
| 12496 |
msgid "The comment title used for Schema markup when the comment has a rating." |
| 12497 |
msgstr "" |
| 12498 |
|
| 12499 |
#: lib/messages-tooltip-plugin.php:423 |
| 12500 |
msgid "The product variation title used for meta tags and Schema markup." |
| 12501 |
msgstr "" |
| 12502 |
|
| 12503 |
#: lib/messages-tooltip-plugin.php:436 |
| 12504 |
msgid "" |
| 12505 |
"The RSS feed title tag value when the %1$s option is not \"<em>%2$s</em>\"." |
| 12506 |
msgstr "" |
| 12507 |
|
| 12508 |
#: lib/messages-tooltip-plugin.php:446 |
| 12509 |
msgid "The 404 page title used for meta tags and Schema markup." |
| 12510 |
msgstr "" |
| 12511 |
|
| 12512 |
#: lib/messages-tooltip-plugin.php:455 |
| 12513 |
msgid "The 404 page description used for meta tags and Schema markup." |
| 12514 |
msgstr "" |
| 12515 |
|
| 12516 |
#: lib/messages-tooltip-plugin.php:464 |
| 12517 |
msgid "A fallback title to use when there is no title text available." |
| 12518 |
msgstr "" |
| 12519 |
|
| 12520 |
#: lib/messages-tooltip-plugin.php:473 |
| 12521 |
msgid "" |
| 12522 |
"A fallback description to use when there is no description text available." |
| 12523 |
msgstr "" |
| 12524 |
|
| 12525 |
#: lib/messages-tooltip-plugin.php:485 |
| 12526 |
msgid "" |
| 12527 |
"The term (categories, tags, and custom taxonomy terms) title used for meta " |
| 12528 |
"tags and Schema markup." |
| 12529 |
msgstr "" |
| 12530 |
|
| 12531 |
#: lib/messages-tooltip-plugin.php:494 |
| 12532 |
msgid "" |
| 12533 |
"A fallback term (categories, tags, and custom taxonomy terms) description " |
| 12534 |
"used for meta tags and Schema markup when the term description is empty." |
| 12535 |
msgstr "" |
| 12536 |
|
| 12537 |
#: lib/messages-tooltip-plugin.php:503 |
| 12538 |
msgid "The author title used for meta tags and Schema markup." |
| 12539 |
msgstr "" |
| 12540 |
|
| 12541 |
#: lib/messages-tooltip-plugin.php:512 |
| 12542 |
msgid "" |
| 12543 |
"A fallback author description used for meta tags and Schema markup when the " |
| 12544 |
"author description is empty." |
| 12545 |
msgstr "" |
| 12546 |
|
| 12547 |
#: lib/messages-tooltip-plugin.php:521 |
| 12548 |
msgid "The search results page title used for meta tags and Schema markup." |
| 12549 |
msgstr "" |
| 12550 |
|
| 12551 |
#: lib/messages-tooltip-plugin.php:530 |
| 12552 |
msgid "" |
| 12553 |
"The search results page description used for meta tags and Schema markup." |
| 12554 |
msgstr "" |
| 12555 |
|
| 12556 |
#: lib/messages-tooltip-plugin.php:539 |
| 12557 |
msgid "The yearly archive page title used for meta tags and Schema markup." |
| 12558 |
msgstr "" |
| 12559 |
|
| 12560 |
#: lib/messages-tooltip-plugin.php:548 |
| 12561 |
msgid "" |
| 12562 |
"The yearly archive page description used for meta tags and Schema markup." |
| 12563 |
msgstr "" |
| 12564 |
|
| 12565 |
#: lib/messages-tooltip-plugin.php:557 |
| 12566 |
msgid "The monthly archive page title used for meta tags and Schema markup." |
| 12567 |
msgstr "" |
| 12568 |
|
| 12569 |
#: lib/messages-tooltip-plugin.php:566 |
| 12570 |
msgid "" |
| 12571 |
"The monthly archive page description used for meta tags and Schema markup." |
| 12572 |
msgstr "" |
| 12573 |
|
| 12574 |
#: lib/messages-tooltip-plugin.php:575 |
| 12575 |
msgid "The daily archive page title used for meta tags and Schema markup." |
| 12576 |
msgstr "" |
| 12577 |
|
| 12578 |
#: lib/messages-tooltip-plugin.php:584 |
| 12579 |
msgid "" |
| 12580 |
"The daily archive page description used for meta tags and Schema markup." |
| 12581 |
msgstr "" |
| 12582 |
|
| 12583 |
#: lib/messages-tooltip-plugin.php:598 |
| 12584 |
msgid "" |
| 12585 |
"You can select the default set of options to display in settings pages and " |
| 12586 |
"the %s metabox." |
| 12587 |
msgstr "" |
| 12588 |
|
| 12589 |
#: lib/messages-tooltip-plugin.php:600 |
| 12590 |
msgid "" |
| 12591 |
"The basic view shows the most commonly used options, and includes a link to " |
| 12592 |
"temporarily show all options when desired." |
| 12593 |
msgstr "" |
| 12594 |
|
| 12595 |
#: lib/messages-tooltip-plugin.php:602 |
| 12596 |
msgid "" |
| 12597 |
"Note that showing all options by default could be a bit overwhelming for new " |
| 12598 |
"users." |
| 12599 |
msgstr "" |
| 12600 |
|
| 12601 |
#: lib/messages-tooltip-plugin.php:608 |
| 12602 |
msgid "Select a preferred format for the Open Graph Type drop-down options." |
| 12603 |
msgstr "" |
| 12604 |
|
| 12605 |
#: lib/messages-tooltip-plugin.php:614 |
| 12606 |
msgid "Select a preferred format for the Schema Type drop-down options." |
| 12607 |
msgstr "" |
| 12608 |
|
| 12609 |
#: lib/messages-tooltip-plugin.php:622 |
| 12610 |
msgid "Show a \"%s\" menu in the admin toolbar." |
| 12611 |
msgstr "" |
| 12612 |
|
| 12613 |
#: lib/messages-tooltip-plugin.php:630 |
| 12614 |
msgid "Optionally remove settings pages from the %s menu." |
| 12615 |
msgstr "" |
| 12616 |
|
| 12617 |
#: lib/messages-tooltip-plugin.php:638 |
| 12618 |
msgid "" |
| 12619 |
"Add or remove the %s metabox from editing pages for posts, pages, custom " |
| 12620 |
"post types, terms (categories and tags), and user profile pages." |
| 12621 |
msgstr "" |
| 12622 |
|
| 12623 |
#: lib/messages-tooltip-plugin.php:644 |
| 12624 |
msgid "" |
| 12625 |
"Additional columns can be included by default in the admin list tables for " |
| 12626 |
"posts, pages, custom post types, terms (categories and tags), and user " |
| 12627 |
"profile pages." |
| 12628 |
msgstr "" |
| 12629 |
|
| 12630 |
#: lib/messages-tooltip-plugin.php:646 |
| 12631 |
msgid "" |
| 12632 |
"Users can also hide columns by using the <em>Screen Options</em> tab when " |
| 12633 |
"viewing admin list tables." |
| 12634 |
msgstr "" |
| 12635 |
|
| 12636 |
#: lib/messages-tooltip-plugin.php:657 |
| 12637 |
msgid "" |
| 12638 |
"A customized image for each author can be selected in the WordPress user " |
| 12639 |
"profile %s metabox." |
| 12640 |
msgstr "" |
| 12641 |
|
| 12642 |
#: lib/messages-tooltip-plugin.php:660 |
| 12643 |
msgid "" |
| 12644 |
"If a custom image has not been selected, fallback to using the author's " |
| 12645 |
"Gravatar image." |
| 12646 |
msgstr "" |
| 12647 |
|
| 12648 |
#: lib/messages-tooltip-plugin.php:668 |
| 12649 |
msgid "" |
| 12650 |
"The requested Gravatar image width and height (a number from 1 to 2048)." |
| 12651 |
msgstr "" |
| 12652 |
|
| 12653 |
#: lib/messages-tooltip-plugin.php:670 |
| 12654 |
msgid "" |
| 12655 |
"Note that users often upload low resolution images to Gravatar, so choosing " |
| 12656 |
"a larger image size may result in pixelation and lower-quality images." |
| 12657 |
msgstr "" |
| 12658 |
|
| 12659 |
#: lib/messages-tooltip-plugin.php:672 |
| 12660 |
msgid "The default Gravatar image size is %d pixels." |
| 12661 |
msgstr "" |
| 12662 |
|
| 12663 |
#: lib/messages-tooltip-plugin.php:678 |
| 12664 |
msgid "" |
| 12665 |
"Check the content for embedded media URLs from supported media providers " |
| 12666 |
"(Vimeo, Wistia, YouTube, etc.)." |
| 12667 |
msgstr "" |
| 12668 |
|
| 12669 |
#: lib/messages-tooltip-plugin.php:680 |
| 12670 |
msgid "" |
| 12671 |
"When a supported media URL is found, an API connection to the provider can " |
| 12672 |
"be made to retrieve additional information about the media (preview image " |
| 12673 |
"URL, oembed player URL, video width and height, etc.)." |
| 12674 |
msgstr "" |
| 12675 |
|
| 12676 |
#: lib/messages-tooltip-plugin.php:689 |
| 12677 |
msgid "" |
| 12678 |
"A preferred URL shortening service used for the <code>%s</code> HTML tag " |
| 12679 |
"value, Schema markup, and social sharing buttons." |
| 12680 |
msgstr "" |
| 12681 |
|
| 12682 |
#: lib/messages-tooltip-plugin.php:697 |
| 12683 |
msgid "" |
| 12684 |
"Only shorten URLs that are longer than this length (default is %d " |
| 12685 |
"characters)." |
| 12686 |
msgstr "" |
| 12687 |
|
| 12688 |
#: lib/messages-tooltip-plugin.php:703 |
| 12689 |
msgid "" |
| 12690 |
"Use the selected URL shortening service to replace the WordPress <code>%s</" |
| 12691 |
"code> function value." |
| 12692 |
msgstr "" |
| 12693 |
|
| 12694 |
#: lib/messages-tooltip-plugin.php:705 |
| 12695 |
msgid "" |
| 12696 |
"If the URL shortening service is set to \"%1$s\" then checking or unchecking " |
| 12697 |
"option has no effect on the WordPress <code>%2$s</code> function as there is " |
| 12698 |
"no URL shortening service available to replace its value." |
| 12699 |
msgstr "" |
| 12700 |
|
| 12701 |
#: lib/messages-tooltip-plugin.php:711 |
| 12702 |
msgid "" |
| 12703 |
"Use the selected URL shortening service to replace the WordPress <code>%s</" |
| 12704 |
"code> HTML tag." |
| 12705 |
msgstr "" |
| 12706 |
|
| 12707 |
#: lib/messages-tooltip-plugin.php:717 |
| 12708 |
msgid "The Bitly shortening service requires an Access Token to shorten URLs." |
| 12709 |
msgstr "" |
| 12710 |
|
| 12711 |
#: lib/messages-tooltip-plugin.php:719 |
| 12712 |
msgid "" |
| 12713 |
"<a href=\"%s\">You can create an Access Token in your Bitly profile " |
| 12714 |
"settings</a> and enter its value here." |
| 12715 |
msgstr "" |
| 12716 |
|
| 12717 |
#: lib/messages-tooltip-plugin.php:725 |
| 12718 |
msgid "" |
| 12719 |
"An optional Bitly short domain to use - either bit.ly, j.mp, bitly.com, or " |
| 12720 |
"another custom short domain." |
| 12721 |
msgstr "" |
| 12722 |
|
| 12723 |
#: lib/messages-tooltip-plugin.php:727 |
| 12724 |
msgid "" |
| 12725 |
"If no value is entered here, the short domain selected in your Bitly account " |
| 12726 |
"settings will be used." |
| 12727 |
msgstr "" |
| 12728 |
|
| 12729 |
#: lib/messages-tooltip-plugin.php:733 |
| 12730 |
msgid "" |
| 12731 |
"An optional <a href=\"%s\">Bitly group name to organize your Bitly account " |
| 12732 |
"links</a>." |
| 12733 |
msgstr "" |
| 12734 |
|
| 12735 |
#: lib/messages-tooltip-plugin.php:740 |
| 12736 |
msgid "" |
| 12737 |
"The DLMY.App secret API Key can be found in the DLMY.App user account > " |
| 12738 |
"Tools > Developer API webpage." |
| 12739 |
msgstr "" |
| 12740 |
|
| 12741 |
#: lib/messages-tooltip-plugin.php:746 |
| 12742 |
msgid "" |
| 12743 |
"To use Ow.ly as your preferred shortening service, you must provide the Ow." |
| 12744 |
"ly API Key for this website (complete this form to <a href=\"%s\">Request Ow." |
| 12745 |
"ly API Access</a>)." |
| 12746 |
msgstr "" |
| 12747 |
|
| 12748 |
#: lib/messages-tooltip-plugin.php:752 |
| 12749 |
msgid "" |
| 12750 |
"The URL to <a href=\"%s\">Your Own URL Shortener</a> (YOURLS) shortening " |
| 12751 |
"service." |
| 12752 |
msgstr "" |
| 12753 |
|
| 12754 |
#: lib/messages-tooltip-plugin.php:757 |
| 12755 |
msgid "" |
| 12756 |
"If <a href=\"%s\">Your Own URL Shortener</a> (YOURLS) shortening service is " |
| 12757 |
"private, enter a configured username (see YOURLS Token for an alternative to " |
| 12758 |
"the username / password options)." |
| 12759 |
msgstr "" |
| 12760 |
|
| 12761 |
#: lib/messages-tooltip-plugin.php:763 |
| 12762 |
msgid "" |
| 12763 |
"If <a href=\"%s\">Your Own URL Shortener</a> (YOURLS) shortening service is " |
| 12764 |
"private, enter a configured user password (see YOURLS Token for an " |
| 12765 |
"alternative to the username / password options)." |
| 12766 |
msgstr "" |
| 12767 |
|
| 12768 |
#: lib/messages-tooltip-plugin.php:769 |
| 12769 |
msgid "" |
| 12770 |
"If <a href=\"%s\">Your Own URL Shortener</a> (YOURLS) shortening service is " |
| 12771 |
"private, you can use a token string for authentication instead of a " |
| 12772 |
"username / password combination." |
| 12773 |
msgstr "" |
| 12774 |
|
| 12775 |
#: lib/messages-tooltip-plugin.php:778 |
| 12776 |
msgid "" |
| 12777 |
"An external service API used to retrieve ratings and reviews for meta tags " |
| 12778 |
"and Schema markup." |
| 12779 |
msgstr "" |
| 12780 |
|
| 12781 |
#: lib/messages-tooltip-plugin.php:784 |
| 12782 |
msgid "The maximum number of reviews retrieved from the service API." |
| 12783 |
msgstr "" |
| 12784 |
|
| 12785 |
#: lib/messages-tooltip-plugin.php:790 |
| 12786 |
msgid "The maximum age (in months) of reviews retrieved from the service API." |
| 12787 |
msgstr "" |
| 12788 |
|
| 12789 |
#: lib/messages-tooltip-plugin.php:796 |
| 12790 |
msgid "" |
| 12791 |
"Get ratings and reviews for the selected post types from the service API." |
| 12792 |
msgstr "" |
| 12793 |
|
| 12794 |
#: lib/messages-tooltip-plugin.php:803 |
| 12795 |
msgid "" |
| 12796 |
"Your Judge.me shop domain and token are required to retrieve ratings and " |
| 12797 |
"reviews from the Judge.me service API." |
| 12798 |
msgstr "" |
| 12799 |
|
| 12800 |
#: lib/messages-tooltip-plugin.php:810 |
| 12801 |
msgid "" |
| 12802 |
"Your unique Shopper Approved site ID and API token values are required to " |
| 12803 |
"retrieve ratings and reviews from the Shopper Approved service API." |
| 12804 |
msgstr "" |
| 12805 |
|
| 12806 |
#: lib/messages-tooltip-plugin.php:812 |
| 12807 |
msgid "" |
| 12808 |
"<a href=\"%s\">Login to your Shopper Approved account and go to the API " |
| 12809 |
"Dashboard</a>, then scroll down to find your Site ID and API Token." |
| 12810 |
msgstr "" |
| 12811 |
|
| 12812 |
#: lib/messages-tooltip-plugin.php:819 |
| 12813 |
msgid "" |
| 12814 |
"Your unique Stamped.io store hash and API public key values are required to " |
| 12815 |
"retrieve ratings and reviews from the Stamped.io service API." |
| 12816 |
msgstr "" |
| 12817 |
|
| 12818 |
#: lib/messages-tooltip-plugin.php:836 |
| 12819 |
msgid "" |
| 12820 |
"The product attribute name allows %s to request a product attribute value " |
| 12821 |
"from an e-commerce plugin." |
| 12822 |
msgstr "" |
| 12823 |
|
| 12824 |
#: lib/messages-tooltip-plugin.php:841 |
| 12825 |
msgid "The default attribute name is \"%s\"." |
| 12826 |
msgstr "" |
| 12827 |
|
| 12828 |
#: lib/messages-tooltip-plugin.php:853 |
| 12829 |
msgid "" |
| 12830 |
"The product attribute value returned by the e-commerce plugin can be an " |
| 12831 |
"empty string or one of these values (case sensitive): %s" |
| 12832 |
msgstr "" |
| 12833 |
|
| 12834 |
#: lib/messages-tooltip-plugin.php:858 lib/messages-tooltip-plugin.php:899 |
| 12835 |
msgid "Note that the \"%s\" option supports multiple values." |
| 12836 |
msgstr "" |
| 12837 |
|
| 12838 |
#: lib/messages-tooltip-plugin.php:860 |
| 12839 |
msgid "" |
| 12840 |
"The product attribute string will be split using the comma \",\" character." |
| 12841 |
msgstr "" |
| 12842 |
|
| 12843 |
#: lib/messages-tooltip-plugin.php:879 |
| 12844 |
msgid "" |
| 12845 |
"If your theme or another plugin provides a custom field (aka metadata) for " |
| 12846 |
"%s, you may enter its custom field name here." |
| 12847 |
msgstr "" |
| 12848 |
|
| 12849 |
#. translators: %1$s is the metabox name, %2$s is the option name. |
| 12850 |
#: lib/messages-tooltip-plugin.php:882 |
| 12851 |
msgid "" |
| 12852 |
"If a custom field matching this name is found, its value will be imported " |
| 12853 |
"for the %1$s \"%2$s\" option value." |
| 12854 |
msgstr "" |
| 12855 |
|
| 12856 |
#: lib/messages-tooltip-plugin.php:893 |
| 12857 |
msgid "" |
| 12858 |
"The custom field value can be an empty string or one of these values (case " |
| 12859 |
"sensitive): %s" |
| 12860 |
msgstr "" |
| 12861 |
|
| 12862 |
#: lib/messages-tooltip-plugin.php:901 |
| 12863 |
msgid "" |
| 12864 |
"If the custom field value is a string, it will be split on the end of line " |
| 12865 |
"character." |
| 12866 |
msgstr "" |
| 12867 |
|
| 12868 |
#: lib/messages-tooltip-schema.php:43 |
| 12869 |
msgid "" |
| 12870 |
"The %1$s dimensions used for Schema markup images (default dimensions are " |
| 12871 |
"%2$s)." |
| 12872 |
msgstr "" |
| 12873 |
|
| 12874 |
#: lib/messages-tooltip-schema.php:52 |
| 12875 |
msgid "" |
| 12876 |
"The dimensions used for the Schema \"%1$s\" property and \"%2$s\" HTML tag " |
| 12877 |
"(default dimensions are %3$s)." |
| 12878 |
msgstr "" |
| 12879 |
|
| 12880 |
#: lib/messages-tooltip-schema.php:157 |
| 12881 |
msgid "" |
| 12882 |
"Add an \"articleBody\" property to the Schema Article markup with the " |
| 12883 |
"complete content text of the post (default is %s)." |
| 12884 |
msgstr "" |
| 12885 |
|
| 12886 |
#: lib/messages-tooltip-schema.php:167 |
| 12887 |
msgid "The %s that best describes the content of articles on your site." |
| 12888 |
msgstr "" |
| 12889 |
|
| 12890 |
#: lib/messages-tooltip-schema.php:170 |
| 12891 |
msgid "You can select a different %s when editing an article." |
| 12892 |
msgstr "" |
| 12893 |
|
| 12894 |
#: lib/messages-tooltip-schema.php:173 lib/messages-tooltip-schema.php:375 |
| 12895 |
msgid "" |
| 12896 |
"Select \"[None]\" to exclude the %s by default from Schema markup and meta " |
| 12897 |
"tags." |
| 12898 |
msgstr "" |
| 12899 |
|
| 12900 |
#: lib/messages-tooltip-schema.php:191 |
| 12901 |
msgid "Select a default format for the Schema Book type." |
| 12902 |
msgstr "" |
| 12903 |
|
| 12904 |
#: lib/messages-tooltip-schema.php:197 |
| 12905 |
msgid "Select a default type for the Schema Book author." |
| 12906 |
msgstr "" |
| 12907 |
|
| 12908 |
#: lib/messages-tooltip-schema.php:208 |
| 12909 |
msgid "" |
| 12910 |
"Add a \"dateCreated\" property to the Schema CreativeWork markup (default is " |
| 12911 |
"%s)." |
| 12912 |
msgstr "" |
| 12913 |
|
| 12914 |
#: lib/messages-tooltip-schema.php:216 |
| 12915 |
msgid "" |
| 12916 |
"Add a \"datePublished\" property to the Schema CreativeWork markup (default " |
| 12917 |
"is %s)." |
| 12918 |
msgstr "" |
| 12919 |
|
| 12920 |
#: lib/messages-tooltip-schema.php:224 |
| 12921 |
msgid "" |
| 12922 |
"Add a \"dateModified\" property to the Schema CreativeWork markup (default " |
| 12923 |
"is %s)." |
| 12924 |
msgstr "" |
| 12925 |
|
| 12926 |
#: lib/messages-tooltip-schema.php:232 |
| 12927 |
msgid "" |
| 12928 |
"Add a \"text\" property to the Schema CreativeWork markup with the complete " |
| 12929 |
"content text of the post (default is %s)." |
| 12930 |
msgstr "" |
| 12931 |
|
| 12932 |
#: lib/messages-tooltip-schema.php:238 |
| 12933 |
msgid "" |
| 12934 |
"Select a default family friendly value for the Schema CreativeWork type and/" |
| 12935 |
"or its sub-types (Article, BlogPosting, WebPage, etc)." |
| 12936 |
msgstr "" |
| 12937 |
|
| 12938 |
#: lib/messages-tooltip-schema.php:245 |
| 12939 |
msgid "" |
| 12940 |
"Select a default publisher for the Schema CreativeWork type and/or its sub-" |
| 12941 |
"types (Article, BlogPosting, WebPage, etc)." |
| 12942 |
msgstr "" |
| 12943 |
|
| 12944 |
#: lib/messages-tooltip-schema.php:253 |
| 12945 |
msgid "" |
| 12946 |
"Select a default service provider, service operator, or service performer." |
| 12947 |
msgstr "" |
| 12948 |
|
| 12949 |
#: lib/messages-tooltip-schema.php:260 |
| 12950 |
msgid "" |
| 12951 |
"Select a default funder that supports (sponsors) the Schema CreativeWork " |
| 12952 |
"type and/or its sub-types through somekind of financial contribution." |
| 12953 |
msgstr "" |
| 12954 |
|
| 12955 |
#: lib/messages-tooltip-schema.php:269 |
| 12956 |
msgid "Select a default attendance for the Schema Event type." |
| 12957 |
msgstr "" |
| 12958 |
|
| 12959 |
#: lib/messages-tooltip-schema.php:275 |
| 12960 |
msgid "Select a default venue for the Schema Event type." |
| 12961 |
msgstr "" |
| 12962 |
|
| 12963 |
#: lib/messages-tooltip-schema.php:282 |
| 12964 |
msgid "Select a default performer for the Schema Event type." |
| 12965 |
msgstr "" |
| 12966 |
|
| 12967 |
#: lib/messages-tooltip-schema.php:289 |
| 12968 |
msgid "Select a default organizer for the Schema Event type." |
| 12969 |
msgstr "" |
| 12970 |
|
| 12971 |
#: lib/messages-tooltip-schema.php:296 |
| 12972 |
msgid "" |
| 12973 |
"Select a default funder that supports (sponsors) the Schema Event type " |
| 12974 |
"through somekind of financial contribution." |
| 12975 |
msgstr "" |
| 12976 |
|
| 12977 |
#: lib/messages-tooltip-schema.php:305 |
| 12978 |
msgid "" |
| 12979 |
"Select a default organization for the Schema JobPosting hiring organization." |
| 12980 |
msgstr "" |
| 12981 |
|
| 12982 |
#: lib/messages-tooltip-schema.php:311 |
| 12983 |
msgid "Select a default location for the Schema JobPosting job location." |
| 12984 |
msgstr "" |
| 12985 |
|
| 12986 |
#: lib/messages-tooltip-schema.php:317 |
| 12987 |
msgid "" |
| 12988 |
"Select a default optional Google approved location type (see <a href=\"%s" |
| 12989 |
"\">Google's Job Posting guidelines</a> for more information)." |
| 12990 |
msgstr "" |
| 12991 |
|
| 12992 |
#: lib/messages-tooltip-schema.php:326 |
| 12993 |
msgid "Select the default Schema type to use when creating a new place." |
| 12994 |
msgstr "" |
| 12995 |
|
| 12996 |
#: lib/messages-tooltip-schema.php:332 |
| 12997 |
msgid "Select the default country to use when creating a new place." |
| 12998 |
msgstr "" |
| 12999 |
|
| 13000 |
#: lib/messages-tooltip-schema.php:338 |
| 13001 |
msgid "Select the default timezone to use when creating a new place." |
| 13002 |
msgstr "" |
| 13003 |
|
| 13004 |
#: lib/messages-tooltip-schema.php:347 |
| 13005 |
msgid "Aggregate (ie. group) product offers by currency." |
| 13006 |
msgstr "" |
| 13007 |
|
| 13008 |
#: lib/messages-tooltip-schema.php:349 |
| 13009 |
msgid "" |
| 13010 |
"Note that to be eligible for <a href=\"%s\">price drop appearance in Google " |
| 13011 |
"search results</a>, product offers cannot be aggregated." |
| 13012 |
msgstr "" |
| 13013 |
|
| 13014 |
#: lib/messages-tooltip-schema.php:357 |
| 13015 |
msgid "" |
| 13016 |
"The default expiration time of product prices can be adjusted to reflect how " |
| 13017 |
"often your product prices change (default is %d days)." |
| 13018 |
msgstr "" |
| 13019 |
|
| 13020 |
#: lib/messages-tooltip-schema.php:359 |
| 13021 |
msgid "" |
| 13022 |
"Enter \"0\" to disable the addition of a default product price expiration " |
| 13023 |
"time." |
| 13024 |
msgstr "" |
| 13025 |
|
| 13026 |
#: lib/messages-tooltip-schema.php:361 |
| 13027 |
msgid "" |
| 13028 |
"If a product is on sale, the expiration time for its product price will be " |
| 13029 |
"the sale end date (if one is available) instead of the default price " |
| 13030 |
"expiration time." |
| 13031 |
msgstr "" |
| 13032 |
|
| 13033 |
#: lib/messages-tooltip-schema.php:371 |
| 13034 |
msgid "The %s that best describes the products on your site." |
| 13035 |
msgstr "" |
| 13036 |
|
| 13037 |
#: lib/messages-tooltip-schema.php:373 |
| 13038 |
msgid "You can select a different %s when editing a product." |
| 13039 |
msgstr "" |
| 13040 |
|
| 13041 |
#: lib/messages-tooltip-schema.php:395 |
| 13042 |
msgid "" |
| 13043 |
"Add a \"mentions\" property to the Schema ProfilePage markup with all posts " |
| 13044 |
"provided by the current page query (default is %s)." |
| 13045 |
msgstr "" |
| 13046 |
|
| 13047 |
#: lib/messages-tooltip-schema.php:406 |
| 13048 |
msgid "The lowest rating value for the Schema Review rating (default is %s)." |
| 13049 |
msgstr "" |
| 13050 |
|
| 13051 |
#: lib/messages-tooltip-schema.php:414 |
| 13052 |
msgid "The highest rating value for the Schema Review rating (default is %s)." |
| 13053 |
msgstr "" |
| 13054 |
|
| 13055 |
#: lib/messages-tooltip-schema.php:420 |
| 13056 |
msgid "" |
| 13057 |
"A default Schema type for the subject of this review (for example, Schema " |
| 13058 |
"type \"Product\" for a review of a product)." |
| 13059 |
msgstr "" |
| 13060 |
|
| 13061 |
#: lib/messages-tooltip-schema.php:422 |
| 13062 |
msgid "" |
| 13063 |
"Note that although the Schema.org standard allows the subject of a review to " |
| 13064 |
"be any Schema type, <a href=\"%1$s\">Google only allows reviews for a few " |
| 13065 |
"specific Schema types (and their sub-types)</a>." |
| 13066 |
msgstr "" |
| 13067 |
|
| 13068 |
#: lib/messages-tooltip-site.php:35 |
| 13069 |
msgid "The website name used in meta tags and Schema markup." |
| 13070 |
msgstr "" |
| 13071 |
|
| 13072 |
#: lib/messages-tooltip-site.php:41 |
| 13073 |
msgid "" |
| 13074 |
"An optional alternate name that you want Google to consider for your website." |
| 13075 |
msgstr "" |
| 13076 |
|
| 13077 |
#: lib/messages-tooltip-site.php:47 |
| 13078 |
msgid "" |
| 13079 |
"A short description for the home page tagline and the blog (non-static) " |
| 13080 |
"front page description." |
| 13081 |
msgstr "" |
| 13082 |
|
| 13083 |
#: lib/messages-tooltip-site.php:53 |
| 13084 |
msgid "The website home URL used in meta tags and Schema markup." |
| 13085 |
msgstr "" |
| 13086 |
|
| 13087 |
#: lib/messages-tooltip-site.php:59 |
| 13088 |
msgid "Select a Schema type for the publisher of content for this website." |
| 13089 |
msgstr "" |
| 13090 |
|
| 13091 |
#: lib/messages-tooltip-site.php:61 |
| 13092 |
msgid "" |
| 13093 |
"Traditionally, the Schema Organization type is selected for business " |
| 13094 |
"websites, where-as the Schema Person type is selected for personal websites." |
| 13095 |
msgstr "" |
| 13096 |
|
| 13097 |
#: lib/messages-tooltip-site.php:67 |
| 13098 |
msgid "Select a user for the Schema Person publisher markup." |
| 13099 |
msgstr "" |
| 13100 |
|
| 13101 |
#: lib/messages-tooltip-site.php:69 |
| 13102 |
msgid "The available Person list includes all users in the %1$s or %2$s roles." |
| 13103 |
msgstr "" |
| 13104 |
|
| 13105 |
#: lib/messages-tooltip-site.php:70 |
| 13106 |
msgctxt "user role" |
| 13107 |
msgid "Administrator" |
| 13108 |
msgstr "" |
| 13109 |
|
| 13110 |
#: lib/messages-tooltip-site.php:70 |
| 13111 |
msgctxt "user role" |
| 13112 |
msgid "Editor" |
| 13113 |
msgstr "" |
| 13114 |
|
| 13115 |
#: lib/messages-tooltip-site.php:83 |
| 13116 |
msgid "" |
| 13117 |
"A URL for this organization's logo image that Google can show in search " |
| 13118 |
"results and its Knowledge Graph." |
| 13119 |
msgstr "" |
| 13120 |
|
| 13121 |
#. translators: %s is 600x60px. |
| 13122 |
#: lib/messages-tooltip-site.php:86 |
| 13123 |
msgid "" |
| 13124 |
"The image must be at least %s for Google, but preferably 1200x1200px or more." |
| 13125 |
msgstr "" |
| 13126 |
|
| 13127 |
#. translators: %s is 600x60px. |
| 13128 |
#: lib/messages-tooltip-site.php:100 |
| 13129 |
msgid "" |
| 13130 |
"A URL for this organization's banner image <strong>measuring exactly %s</" |
| 13131 |
"strong>, that Google News can show for Schema Article type content from this " |
| 13132 |
"publisher." |
| 13133 |
msgstr "" |
| 13134 |
|
| 13135 |
#: lib/messages-tooltip-site.php:112 |
| 13136 |
msgid "The site organization must be Schema Organization." |
| 13137 |
msgstr "" |
| 13138 |
|
| 13139 |
#: lib/messages-tooltip-site.php:118 |
| 13140 |
msgid "" |
| 13141 |
"Individual sites/blogs may use this value as a default (when the plugin is " |
| 13142 |
"first activated), if the current site/blog option value is blank, or force " |
| 13143 |
"every site/blog to use this specific value." |
| 13144 |
msgstr "" |
| 13145 |
|
| 13146 |
#: lib/messages-tooltip.php:133 |
| 13147 |
msgid "" |
| 13148 |
"If you have a <a href=\"%s\">Behance profile for your business</a>, you may " |
| 13149 |
"enter its URL here." |
| 13150 |
msgstr "" |
| 13151 |
|
| 13152 |
#: lib/messages-tooltip.php:133 |
| 13153 |
msgid "https://www.behance.net/" |
| 13154 |
msgstr "" |
| 13155 |
|
| 13156 |
#: lib/messages-tooltip.php:135 lib/messages-tooltip.php:336 |
| 13157 |
#: lib/messages-tooltip.php:456 lib/messages-tooltip.php:484 |
| 13158 |
#: lib/messages-tooltip.php:512 lib/messages-tooltip.php:540 |
| 13159 |
#: lib/messages-tooltip.php:568 lib/messages-tooltip.php:596 |
| 13160 |
#: lib/messages-tooltip.php:624 lib/messages-tooltip.php:652 |
| 13161 |
#: lib/messages-tooltip.php:680 |
| 13162 |
msgid "The %s will be included in the website's Schema Organization markup." |
| 13163 |
msgstr "" |
| 13164 |
|
| 13165 |
#: lib/messages-tooltip.php:137 lib/messages-tooltip.php:164 |
| 13166 |
#: lib/messages-tooltip.php:338 lib/messages-tooltip.php:402 |
| 13167 |
#: lib/messages-tooltip.php:458 lib/messages-tooltip.php:486 |
| 13168 |
#: lib/messages-tooltip.php:514 lib/messages-tooltip.php:542 |
| 13169 |
#: lib/messages-tooltip.php:570 lib/messages-tooltip.php:598 |
| 13170 |
#: lib/messages-tooltip.php:626 lib/messages-tooltip.php:654 |
| 13171 |
#: lib/messages-tooltip.php:682 |
| 13172 |
msgid "" |
| 13173 |
"Google Search may use this URL to display additional information about the " |
| 13174 |
"website, business, or company in its search results." |
| 13175 |
msgstr "" |
| 13176 |
|
| 13177 |
#: lib/messages-tooltip.php:152 |
| 13178 |
msgid "" |
| 13179 |
"To <a href=\"%s\">verify your domain with Facebook</a>, enter the \"facebook-" |
| 13180 |
"domain-verification\" meta tag <code>content</code> value here (enter only " |
| 13181 |
"the verification ID value, not the whole HTML tag)." |
| 13182 |
msgstr "" |
| 13183 |
|
| 13184 |
#: lib/messages-tooltip.php:160 |
| 13185 |
msgid "" |
| 13186 |
"If you have a <a href=\"%s\">Facebook page for your business</a>, you may " |
| 13187 |
"enter its URL here." |
| 13188 |
msgstr "" |
| 13189 |
|
| 13190 |
#: lib/messages-tooltip.php:160 |
| 13191 |
msgid "https://www.facebook.com/business" |
| 13192 |
msgstr "" |
| 13193 |
|
| 13194 |
#: lib/messages-tooltip.php:162 |
| 13195 |
msgid "" |
| 13196 |
"The %s will be included in Open Graph <em>article</em> meta tags and the " |
| 13197 |
"website's Schema Organization markup." |
| 13198 |
msgstr "" |
| 13199 |
|
| 13200 |
#: lib/messages-tooltip.php:173 |
| 13201 |
msgid "" |
| 13202 |
"Choose a contact field from the WordPress profile page to use for the " |
| 13203 |
"Facebook / Open Graph %s meta tag value." |
| 13204 |
msgstr "" |
| 13205 |
|
| 13206 |
#: lib/messages-tooltip.php:175 |
| 13207 |
msgid "The suggested value is the \"%s\" user profile contact field." |
| 13208 |
msgstr "" |
| 13209 |
|
| 13210 |
#: lib/messages-tooltip.php:181 |
| 13211 |
msgid "https://developers.facebook.com/docs/development/create-an-app" |
| 13212 |
msgstr "" |
| 13213 |
|
| 13214 |
#: lib/messages-tooltip.php:183 |
| 13215 |
msgid "" |
| 13216 |
"If you have a Facebook App ID for your WebSite App, enter it here (see <a " |
| 13217 |
"href=\"%s\">Create an App</a> for help on creating a Facebook App ID for " |
| 13218 |
"your WebSite)." |
| 13219 |
msgstr "" |
| 13220 |
|
| 13221 |
#: lib/messages-tooltip.php:192 |
| 13222 |
msgid "Facebook does not understand all WordPress locale values." |
| 13223 |
msgstr "" |
| 13224 |
|
| 13225 |
#: lib/messages-tooltip.php:194 |
| 13226 |
msgid "" |
| 13227 |
"If the Facebook debugger returns an error parsing the %s meta tag, you " |
| 13228 |
"should choose an alternate Facebook language for that WordPress locale." |
| 13229 |
msgstr "" |
| 13230 |
|
| 13231 |
#: lib/messages-tooltip.php:215 |
| 13232 |
msgid "" |
| 13233 |
"To verify your website ownership with <a href=\"%s\">Google's Search " |
| 13234 |
"Console</a>, select the <em>Settings</em> left-side menu option in the " |
| 13235 |
"Search Console, then <em>Ownership and verification</em>, and then choose " |
| 13236 |
"the <em>HTML tag</em> method." |
| 13237 |
msgstr "" |
| 13238 |
|
| 13239 |
#: lib/messages-tooltip.php:217 |
| 13240 |
msgid "" |
| 13241 |
"Enter the \"google-site-verification\" meta tag <code>content</code> value " |
| 13242 |
"here (enter only the verification ID value, not the whole HTML tag)." |
| 13243 |
msgstr "" |
| 13244 |
|
| 13245 |
#: lib/messages-tooltip.php:256 |
| 13246 |
msgid "" |
| 13247 |
"Suggest a maximum of number characters for the textual snippet in search " |
| 13248 |
"results." |
| 13249 |
msgstr "" |
| 13250 |
|
| 13251 |
#: lib/messages-tooltip.php:258 |
| 13252 |
msgid "" |
| 13253 |
"This does not affect image or video previews, or apply to text in Schema " |
| 13254 |
"markup." |
| 13255 |
msgstr "" |
| 13256 |
|
| 13257 |
#: lib/messages-tooltip.php:271 |
| 13258 |
msgid "Suggest a maximum size for the image preview in search results." |
| 13259 |
msgstr "" |
| 13260 |
|
| 13261 |
#: lib/messages-tooltip.php:275 |
| 13262 |
msgid "%s = No image preview will be shown." |
| 13263 |
msgstr "" |
| 13264 |
|
| 13265 |
#: lib/messages-tooltip.php:277 |
| 13266 |
msgid "%s = A default image preview size may be used." |
| 13267 |
msgstr "" |
| 13268 |
|
| 13269 |
#: lib/messages-tooltip.php:279 |
| 13270 |
msgid "" |
| 13271 |
"%s = A larger image preview size, up to the width of the viewport, may be " |
| 13272 |
"used." |
| 13273 |
msgstr "" |
| 13274 |
|
| 13275 |
#: lib/messages-tooltip.php:284 |
| 13276 |
msgid "" |
| 13277 |
"If you don't want Google to use a larger thumbnail when an AMP page or " |
| 13278 |
"canonical version of an article is shown in Search or Discover, select %1$s " |
| 13279 |
"or %2$s." |
| 13280 |
msgstr "" |
| 13281 |
|
| 13282 |
#: lib/messages-tooltip.php:293 |
| 13283 |
msgid "" |
| 13284 |
"Suggest a maximum of number seconds for video snippets in search results." |
| 13285 |
msgstr "" |
| 13286 |
|
| 13287 |
#: lib/messages-tooltip.php:297 |
| 13288 |
msgid "" |
| 13289 |
"0 = Shows a static image for videos, if image previews are allowed in search " |
| 13290 |
"results." |
| 13291 |
msgstr "" |
| 13292 |
|
| 13293 |
#: lib/messages-tooltip.php:299 |
| 13294 |
msgid "-1 = No limit." |
| 13295 |
msgstr "" |
| 13296 |
|
| 13297 |
#: lib/messages-tooltip.php:324 |
| 13298 |
msgid "" |
| 13299 |
"To <a href=\"%s\">claim your website with Pinterest</a>: Edit your account " |
| 13300 |
"settings on Pinterest, select the \"Claim\" section, enter your website URL, " |
| 13301 |
"then click the \"Claim\" button." |
| 13302 |
msgstr "" |
| 13303 |
|
| 13304 |
#: lib/messages-tooltip.php:326 |
| 13305 |
msgid "" |
| 13306 |
"Choose \"Add HTML tag\" and enter the \"p:domain_verify\" meta tag " |
| 13307 |
"<code>content</code> value here (enter only the verification ID string, not " |
| 13308 |
"the meta tag HTML)." |
| 13309 |
msgstr "" |
| 13310 |
|
| 13311 |
#: lib/messages-tooltip.php:334 |
| 13312 |
msgid "" |
| 13313 |
"If you have a <a href=\"%s\">Pinterest page for your business</a>, you may " |
| 13314 |
"enter its URL here." |
| 13315 |
msgstr "" |
| 13316 |
|
| 13317 |
#: lib/messages-tooltip.php:334 |
| 13318 |
msgid "https://business.pinterest.com/" |
| 13319 |
msgstr "" |
| 13320 |
|
| 13321 |
#: lib/messages-tooltip.php:345 |
| 13322 |
msgid "" |
| 13323 |
"Add a %s attribute to the site header and Gravatar images to prevent the " |
| 13324 |
"Pinterest Pin It browser button from suggesting these images." |
| 13325 |
msgstr "" |
| 13326 |
|
| 13327 |
#: lib/messages-tooltip.php:351 lib/messages.php:1375 |
| 13328 |
#: lib/submenu/general.php:370 |
| 13329 |
msgctxt "option label" |
| 13330 |
msgid "Add Hidden Image for Pinterest" |
| 13331 |
msgstr "" |
| 13332 |
|
| 13333 |
#: lib/messages-tooltip.php:353 |
| 13334 |
msgid "" |
| 13335 |
"%1$s can add a %2$s attribute to resized images from the WordPress Media " |
| 13336 |
"Library." |
| 13337 |
msgstr "" |
| 13338 |
|
| 13339 |
#: lib/messages-tooltip.php:355 |
| 13340 |
msgid "" |
| 13341 |
"This prevents the Pinterest Pin It browser button from suggesting images " |
| 13342 |
"that may be too small." |
| 13343 |
msgstr "" |
| 13344 |
|
| 13345 |
#: lib/messages-tooltip.php:357 |
| 13346 |
msgid "" |
| 13347 |
"When enabling this option, you should also enable the \"%s\" option to " |
| 13348 |
"provide an image for the Pin It browser button." |
| 13349 |
msgstr "" |
| 13350 |
|
| 13351 |
#: lib/messages-tooltip.php:363 |
| 13352 |
msgid "" |
| 13353 |
"Add an extra hidden image for the Pinterest Pin It browser button in the " |
| 13354 |
"WordPress singular post/page content, author description, post types archive " |
| 13355 |
"description, and term description." |
| 13356 |
msgstr "" |
| 13357 |
|
| 13358 |
#: lib/messages-tooltip.php:365 |
| 13359 |
msgid "" |
| 13360 |
"Although generally recommended, this option is disabled by default since the " |
| 13361 |
"extra image can affect page load speed (the image cannot be lazy loaded)." |
| 13362 |
msgstr "" |
| 13363 |
|
| 13364 |
#: lib/messages-tooltip.php:367 |
| 13365 |
msgid "" |
| 13366 |
"If your website visitors use the Pinterest Pin It browser button, you may " |
| 13367 |
"enable this option, otherwise leave it unchecked." |
| 13368 |
msgstr "" |
| 13369 |
|
| 13370 |
#: lib/messages-tooltip.php:375 |
| 13371 |
msgid "" |
| 13372 |
"The dimensions used for the Pinterest Pin It browser button image (default " |
| 13373 |
"dimensions are %s)." |
| 13374 |
msgstr "" |
| 13375 |
|
| 13376 |
#: lib/messages-tooltip.php:398 |
| 13377 |
msgid "" |
| 13378 |
"If you have a <a href=\"%s\">X (Twitter) @username for your business</a> " |
| 13379 |
"(not your personal @username), you may enter its name here." |
| 13380 |
msgstr "" |
| 13381 |
|
| 13382 |
#: lib/messages-tooltip.php:398 |
| 13383 |
msgid "https://business.twitter.com/" |
| 13384 |
msgstr "" |
| 13385 |
|
| 13386 |
#: lib/messages-tooltip.php:400 |
| 13387 |
msgid "" |
| 13388 |
"The %s will be included in in X (Twitter) Card meta tags and the website's " |
| 13389 |
"Schema Organization markup." |
| 13390 |
msgstr "" |
| 13391 |
|
| 13392 |
#: lib/messages-tooltip.php:423 |
| 13393 |
msgid "" |
| 13394 |
"The dimensions used for the <a href=\"%1$s\">Summary Card</a> image should " |
| 13395 |
"be at least %2$s (default dimensions are %3$s)." |
| 13396 |
msgstr "" |
| 13397 |
|
| 13398 |
#: lib/messages-tooltip.php:431 |
| 13399 |
msgid "" |
| 13400 |
"The dimensions used for the <a href=\"%1$s\">Large Image Summary Card</a> " |
| 13401 |
"must be larger than %2$s (default dimensions are %3$s)." |
| 13402 |
msgstr "" |
| 13403 |
|
| 13404 |
#: lib/messages-tooltip.php:454 |
| 13405 |
msgid "" |
| 13406 |
"If you have an <a href=\"%s\">Intagram profile for your business</a>, you " |
| 13407 |
"may enter its URL here." |
| 13408 |
msgstr "" |
| 13409 |
|
| 13410 |
#: lib/messages-tooltip.php:454 |
| 13411 |
msgid "https://business.instagram.com/getting-started" |
| 13412 |
msgstr "" |
| 13413 |
|
| 13414 |
#: lib/messages-tooltip.php:482 |
| 13415 |
msgid "" |
| 13416 |
"If you have a <a href=\"%s\">LinkedIn page for your business</a>, you may " |
| 13417 |
"enter its URL here." |
| 13418 |
msgstr "" |
| 13419 |
|
| 13420 |
#: lib/messages-tooltip.php:482 |
| 13421 |
msgid "https://business.linkedin.com/marketing-solutions/linkedin-pages" |
| 13422 |
msgstr "" |
| 13423 |
|
| 13424 |
#: lib/messages-tooltip.php:510 |
| 13425 |
msgid "" |
| 13426 |
"If you have a <a href=\"%s\">Medium page for your business</a>, you may " |
| 13427 |
"enter its URL here." |
| 13428 |
msgstr "" |
| 13429 |
|
| 13430 |
#: lib/messages-tooltip.php:510 |
| 13431 |
msgid "https://medium.com/" |
| 13432 |
msgstr "" |
| 13433 |
|
| 13434 |
#: lib/messages-tooltip.php:538 |
| 13435 |
msgid "" |
| 13436 |
"If you have a <a href=\"%s\">Myspace page for your business</a>, you may " |
| 13437 |
"enter its URL here." |
| 13438 |
msgstr "" |
| 13439 |
|
| 13440 |
#: lib/messages-tooltip.php:538 |
| 13441 |
msgid "https://myspace.com/" |
| 13442 |
msgstr "" |
| 13443 |
|
| 13444 |
#: lib/messages-tooltip.php:566 |
| 13445 |
msgid "" |
| 13446 |
"If you have a <a href=\"%s\">Soundcloud page for your business</a>, you may " |
| 13447 |
"enter its URL here." |
| 13448 |
msgstr "" |
| 13449 |
|
| 13450 |
#: lib/messages-tooltip.php:566 |
| 13451 |
msgid "https://soundcloud.com/" |
| 13452 |
msgstr "" |
| 13453 |
|
| 13454 |
#: lib/messages-tooltip.php:594 |
| 13455 |
msgid "" |
| 13456 |
"If you have a <a href=\"%s\">TikTok page for your business</a>, you may " |
| 13457 |
"enter its URL here." |
| 13458 |
msgstr "" |
| 13459 |
|
| 13460 |
#: lib/messages-tooltip.php:594 |
| 13461 |
msgid "https://tiktok.com/" |
| 13462 |
msgstr "" |
| 13463 |
|
| 13464 |
#: lib/messages-tooltip.php:622 |
| 13465 |
msgid "" |
| 13466 |
"If you have a <a href=\"%s\">Tumblr page for your business</a>, you may " |
| 13467 |
"enter its URL here." |
| 13468 |
msgstr "" |
| 13469 |
|
| 13470 |
#: lib/messages-tooltip.php:622 |
| 13471 |
msgid "https://tumblr.com/" |
| 13472 |
msgstr "" |
| 13473 |
|
| 13474 |
#: lib/messages-tooltip.php:650 |
| 13475 |
msgid "" |
| 13476 |
"If you have a <a href=\"%s\">Wikipedia page for your organization</a>, you " |
| 13477 |
"may enter its URL here." |
| 13478 |
msgstr "" |
| 13479 |
|
| 13480 |
#: lib/messages-tooltip.php:650 |
| 13481 |
msgid "https://en.wikipedia.org/wiki/Wikipedia:FAQ/Organizations" |
| 13482 |
msgstr "" |
| 13483 |
|
| 13484 |
#: lib/messages-tooltip.php:678 |
| 13485 |
msgid "" |
| 13486 |
"If you have a <a href=\"%s\">YouTube channel for your business</a>, you may " |
| 13487 |
"enter its URL here." |
| 13488 |
msgstr "" |
| 13489 |
|
| 13490 |
#: lib/messages-tooltip.php:678 |
| 13491 |
msgid "https://youtube.com/" |
| 13492 |
msgstr "" |
| 13493 |
|
| 13494 |
#: lib/messages-tooltip.php:720 |
| 13495 |
msgid "" |
| 13496 |
"As an example, to match the <em>%1$s</em> of a theme or other plugin, you " |
| 13497 |
"might change \"%2$s\" to \"%3$s\" or some other value." |
| 13498 |
msgstr "" |
| 13499 |
|
| 13500 |
#: lib/messages-tooltip.php:732 |
| 13501 |
msgid "The WordPress <em>%s</em> column cannot be modified." |
| 13502 |
msgstr "" |
| 13503 |
|
| 13504 |
#: lib/messages.php:159 |
| 13505 |
msgid "Upgrade to the %s edition and get the following features." |
| 13506 |
msgstr "" |
| 13507 |
|
| 13508 |
#. translators: Please ignore - translation uses a different text domain. |
| 13509 |
#: lib/messages.php:178 |
| 13510 |
msgid "Product data" |
| 13511 |
msgstr "" |
| 13512 |
|
| 13513 |
#: lib/messages.php:182 |
| 13514 |
msgid "" |
| 13515 |
"Read-only product options show values imported from the WooCommerce %s " |
| 13516 |
"metabox for the main product." |
| 13517 |
msgstr "" |
| 13518 |
|
| 13519 |
#: lib/messages.php:184 |
| 13520 |
msgid "" |
| 13521 |
"You can edit product information in the WooCommerce %s metabox to update " |
| 13522 |
"these values." |
| 13523 |
msgstr "" |
| 13524 |
|
| 13525 |
#: lib/messages.php:188 |
| 13526 |
msgid "" |
| 13527 |
"This is a variable product - information from product variations may " |
| 13528 |
"supersede these values in Schema product offers." |
| 13529 |
msgstr "" |
| 13530 |
|
| 13531 |
#: lib/messages.php:198 |
| 13532 |
msgid "" |
| 13533 |
"An e-commerce plugin is active – read-only product information fields " |
| 13534 |
"may show values imported from the e-commerce plugin." |
| 13535 |
msgstr "" |
| 13536 |
|
| 13537 |
#: lib/messages.php:214 |
| 13538 |
msgctxt "plugin action link" |
| 13539 |
msgid "Get More Licenses" |
| 13540 |
msgstr "" |
| 13541 |
|
| 13542 |
#: lib/messages.php:218 |
| 13543 |
msgctxt "plugin action link" |
| 13544 |
msgid "Purchase %s Plugin" |
| 13545 |
msgstr "" |
| 13546 |
|
| 13547 |
#: lib/messages.php:222 |
| 13548 |
msgctxt "plugin action link" |
| 13549 |
msgid "Purchase %s Add-on" |
| 13550 |
msgstr "" |
| 13551 |
|
| 13552 |
#: lib/messages.php:254 lib/messages.php:273 lib/messages.php:585 |
| 13553 |
msgid "The %s advanced option is currently disabled." |
| 13554 |
msgstr "" |
| 13555 |
|
| 13556 |
#: lib/messages.php:279 |
| 13557 |
msgid "" |
| 13558 |
"Many themes and plugins have badly coded content filters, so this option is " |
| 13559 |
"disabled by default." |
| 13560 |
msgstr "" |
| 13561 |
|
| 13562 |
#: lib/messages.php:297 |
| 13563 |
msgid "" |
| 13564 |
"Note that correct image sizes are required for several markup standards, " |
| 13565 |
"including Google Rich Results." |
| 13566 |
msgstr "" |
| 13567 |
|
| 13568 |
#: lib/messages.php:299 |
| 13569 |
msgid "" |
| 13570 |
"Correct image sizes also improve click through rates by presenting your " |
| 13571 |
"content at its best on social sites and in search results." |
| 13572 |
msgstr "" |
| 13573 |
|
| 13574 |
#: lib/messages.php:301 |
| 13575 |
msgid "Consider replacing the original image with a higher resolution version." |
| 13576 |
msgstr "" |
| 13577 |
|
| 13578 |
#: lib/messages.php:305 |
| 13579 |
msgid "" |
| 13580 |
"A larger image can also be uploaded and/or selected in the %1$s metabox " |
| 13581 |
"under the %2$s tab." |
| 13582 |
msgstr "" |
| 13583 |
|
| 13584 |
#: lib/messages.php:308 |
| 13585 |
msgid "" |
| 13586 |
"See <a href=\"%s\">Why shouldn't I upload small images to the media library?" |
| 13587 |
"</a> for more information on how WordPress uses high resolution images and " |
| 13588 |
"automatically creates smaller images from them." |
| 13589 |
msgstr "" |
| 13590 |
|
| 13591 |
#: lib/messages.php:336 |
| 13592 |
msgctxt "lib file description" |
| 13593 |
msgid "Image Sizes" |
| 13594 |
msgstr "" |
| 13595 |
|
| 13596 |
#: lib/messages.php:340 |
| 13597 |
msgid "Actions available to resolve this issue, in order of preference:" |
| 13598 |
msgstr "" |
| 13599 |
|
| 13600 |
#: lib/messages.php:346 |
| 13601 |
msgid "Replace the uploaded full size image with a higher resolution version." |
| 13602 |
msgstr "" |
| 13603 |
|
| 13604 |
#: lib/messages.php:351 |
| 13605 |
msgid "Select a higher resolution image under the %1$s > %2$s tab." |
| 13606 |
msgstr "" |
| 13607 |
|
| 13608 |
#: lib/messages.php:357 |
| 13609 |
msgid "Enable the %s option to use attached images (recommended)." |
| 13610 |
msgstr "" |
| 13611 |
|
| 13612 |
#: lib/messages.php:363 |
| 13613 |
msgid "Enable the %s option to search the content text for more images." |
| 13614 |
msgstr "" |
| 13615 |
|
| 13616 |
#: lib/messages.php:366 |
| 13617 |
msgid "Disable the %s option if uploaded content images are too small." |
| 13618 |
msgstr "" |
| 13619 |
|
| 13620 |
#: lib/messages.php:371 |
| 13621 |
msgid "Enable the %s option." |
| 13622 |
msgstr "" |
| 13623 |
|
| 13624 |
#: lib/messages.php:373 |
| 13625 |
msgid "Increase the %s option value." |
| 13626 |
msgstr "" |
| 13627 |
|
| 13628 |
#: lib/messages.php:384 |
| 13629 |
msgid "Reduce the image size dimensions in the %s settings page." |
| 13630 |
msgstr "" |
| 13631 |
|
| 13632 |
#: lib/messages.php:389 |
| 13633 |
msgid "Disable the %s option (not recommended)." |
| 13634 |
msgstr "" |
| 13635 |
|
| 13636 |
#: lib/messages.php:408 |
| 13637 |
msgid "" |
| 13638 |
"An Open Graph %1$s meta tag could not be generated from this content or its " |
| 13639 |
"custom %2$s metabox options." |
| 13640 |
msgstr "" |
| 13641 |
|
| 13642 |
#: lib/messages.php:411 |
| 13643 |
msgid "" |
| 13644 |
"Facebook requires at least one %1$s meta tag to render shared content " |
| 13645 |
"correctly." |
| 13646 |
msgstr "" |
| 13647 |
|
| 13648 |
#: lib/messages.php:422 |
| 13649 |
msgid "" |
| 13650 |
"A Schema %1$s property could not be generated from this content or its " |
| 13651 |
"custom %2$s metabox options." |
| 13652 |
msgstr "" |
| 13653 |
|
| 13654 |
#: lib/messages.php:427 |
| 13655 |
msgid "Google requires at least one %1$s property for this Schema type." |
| 13656 |
msgstr "" |
| 13657 |
|
| 13658 |
#: lib/messages.php:432 |
| 13659 |
msgid "Google requires at least one %1$s property for the Schema %2$s type." |
| 13660 |
msgstr "" |
| 13661 |
|
| 13662 |
#: lib/messages.php:443 |
| 13663 |
msgid "" |
| 13664 |
"An Authentication ID for %1$s has been entered in the %2$s settings page but " |
| 13665 |
"the plugin has not been installed yet." |
| 13666 |
msgstr "" |
| 13667 |
|
| 13668 |
#: lib/messages.php:445 |
| 13669 |
msgid "" |
| 13670 |
"You can install and activate the %3$s plugin from the %2$s settings page." |
| 13671 |
msgstr "" |
| 13672 |
|
| 13673 |
#: lib/messages.php:454 |
| 13674 |
msgid "" |
| 13675 |
"An Authentication ID for %1$s has been entered in the %2$s settings page but " |
| 13676 |
"the %3$s version has not been installed yet." |
| 13677 |
msgstr "" |
| 13678 |
|
| 13679 |
#: lib/messages.php:456 |
| 13680 |
msgid "Don't forget to update the plugin to install the latest %3$s version." |
| 13681 |
msgstr "" |
| 13682 |
|
| 13683 |
#: lib/messages.php:471 |
| 13684 |
msgctxt "tooltip fragment" |
| 13685 |
msgid "ratings and reviews" |
| 13686 |
msgstr "" |
| 13687 |
|
| 13688 |
#: lib/messages.php:473 |
| 13689 |
msgid "" |
| 13690 |
"WooCommerce product reviews are not compatible with the selected %s service " |
| 13691 |
"API." |
| 13692 |
msgstr "" |
| 13693 |
|
| 13694 |
#: lib/messages.php:476 |
| 13695 |
msgid "" |
| 13696 |
"Please choose another %1$s or <a href=\"%2$s\">disable product reviews in " |
| 13697 |
"WooCommerce</a>." |
| 13698 |
msgstr "" |
| 13699 |
|
| 13700 |
#: lib/messages.php:483 lib/register.php:324 |
| 13701 |
msgid "" |
| 13702 |
"You are using %1$s version %2$s - <a href=\"%3$s\">this %1$s version is " |
| 13703 |
"outdated, unsupported, possibly insecure</a>, and may lack important updates " |
| 13704 |
"and features." |
| 13705 |
msgstr "" |
| 13706 |
|
| 13707 |
#: lib/messages.php:504 |
| 13708 |
msgid "" |
| 13709 |
"An Authentication ID has been entered in the %1$s settings page, but the " |
| 13710 |
"%2$s add-on is not active." |
| 13711 |
msgstr "" |
| 13712 |
|
| 13713 |
#: lib/messages.php:506 |
| 13714 |
msgid "" |
| 13715 |
"The %1$s add-on is required to enable %2$s features and get %2$s updates." |
| 13716 |
msgstr "" |
| 13717 |
|
| 13718 |
#: lib/messages.php:510 |
| 13719 |
msgid "" |
| 13720 |
"You can install and activate the %1$s add-on from the %2$s settings page." |
| 13721 |
msgstr "" |
| 13722 |
|
| 13723 |
#: lib/messages.php:514 |
| 13724 |
msgid "" |
| 13725 |
"You can activate the %1$s add-on from <a href=\"%2$s\">the WordPress Plugins " |
| 13726 |
"page</a>." |
| 13727 |
msgstr "" |
| 13728 |
|
| 13729 |
#: lib/messages.php:517 |
| 13730 |
msgid "" |
| 13731 |
"Once the %1$s add-on is active, %2$s updates may be available for the %3$s " |
| 13732 |
"plugin." |
| 13733 |
msgstr "" |
| 13734 |
|
| 13735 |
#: lib/messages.php:528 |
| 13736 |
msgctxt "submit button" |
| 13737 |
msgid "Check for Plugin Updates" |
| 13738 |
msgstr "" |
| 13739 |
|
| 13740 |
#: lib/messages.php:534 |
| 13741 |
msgid "Updates" |
| 13742 |
msgstr "" |
| 13743 |
|
| 13744 |
#: lib/messages.php:537 |
| 13745 |
msgid "" |
| 13746 |
"%1$s version %2$s requires the use of %3$s version %4$s or newer (version " |
| 13747 |
"%5$s is currently installed)." |
| 13748 |
msgstr "" |
| 13749 |
|
| 13750 |
#. translators: %1$s is the WPSSO Update Manager add-on name. |
| 13751 |
#: lib/messages.php:540 |
| 13752 |
msgid "" |
| 13753 |
"If an update for the %1$s add-on is not available under the WordPress %2$s " |
| 13754 |
"page, use the <em>%3$s</em> button in the %4$s settings page to force an " |
| 13755 |
"immediate refresh of the plugin update information." |
| 13756 |
msgstr "" |
| 13757 |
|
| 13758 |
#: lib/messages.php:566 lib/submenu/advanced.php:36 |
| 13759 |
msgctxt "metabox title" |
| 13760 |
msgid "Attributes and Metadata" |
| 13761 |
msgstr "" |
| 13762 |
|
| 13763 |
#: lib/messages.php:567 lib/submenu/advanced.php:210 |
| 13764 |
msgctxt "metabox tab" |
| 13765 |
msgid "Product Attributes" |
| 13766 |
msgstr "" |
| 13767 |
|
| 13768 |
#: lib/messages.php:569 |
| 13769 |
msgid "%1$s can read additional WooCommerce product attributes: %2$s." |
| 13770 |
msgstr "" |
| 13771 |
|
| 13772 |
#: lib/messages.php:572 |
| 13773 |
msgid "" |
| 13774 |
"You can view and modify the complete list of supported product attributes " |
| 13775 |
"under the %s tab." |
| 13776 |
msgstr "" |
| 13777 |
|
| 13778 |
#: lib/messages.php:587 |
| 13779 |
msgid "WooCommerce product variations are children of their product page." |
| 13780 |
msgstr "" |
| 13781 |
|
| 13782 |
#: lib/messages.php:589 |
| 13783 |
msgid "" |
| 13784 |
"Unless you have an image selected for each product variation, we recommend " |
| 13785 |
"enabling this option." |
| 13786 |
msgstr "" |
| 13787 |
|
| 13788 |
#: lib/messages.php:600 |
| 13789 |
msgid "The %1$s constant definition in your %2$s file contains a variable." |
| 13790 |
msgstr "" |
| 13791 |
|
| 13792 |
#: lib/messages.php:602 |
| 13793 |
msgid "" |
| 13794 |
"WordPress uses the %s constant to provide a single unique canonical URL for " |
| 13795 |
"each webpage and Media Library content." |
| 13796 |
msgstr "" |
| 13797 |
|
| 13798 |
#: lib/messages.php:604 |
| 13799 |
msgid "" |
| 13800 |
"A changing %s value will create different canonical URLs in your webpages, " |
| 13801 |
"leading to duplicate content penalties from Google, incorrect social share " |
| 13802 |
"counts, possible broken media links, mixed content issues, and SSL " |
| 13803 |
"certificate errors." |
| 13804 |
msgstr "" |
| 13805 |
|
| 13806 |
#: lib/messages.php:606 |
| 13807 |
msgid "" |
| 13808 |
"Please update your %1$s file and provide a fixed, non-variable value for the " |
| 13809 |
"%2$s constant." |
| 13810 |
msgstr "" |
| 13811 |
|
| 13812 |
#: lib/messages.php:623 |
| 13813 |
msgid "Premium plugin support." |
| 13814 |
msgstr "" |
| 13815 |
|
| 13816 |
#: lib/messages.php:633 |
| 13817 |
msgid "The %s plugin includes:" |
| 13818 |
msgstr "" |
| 13819 |
|
| 13820 |
#: lib/messages.php:639 |
| 13821 |
msgid "" |
| 13822 |
"<strong><a href=\"%s\">Customize advanced settings</a></strong>, including " |
| 13823 |
"image sizes, video services, shortening services, default types, contact " |
| 13824 |
"fields, product attributes, custom fields, and more." |
| 13825 |
msgstr "" |
| 13826 |
|
| 13827 |
#: lib/messages.php:641 |
| 13828 |
msgid "" |
| 13829 |
"<strong>Get video details from video hosting platforms</strong> (Facebook, " |
| 13830 |
"Gravatar, SlideShare, Soundcloud, Vimeo, Wistia, Youtube)." |
| 13831 |
msgstr "" |
| 13832 |
|
| 13833 |
#: lib/messages.php:643 |
| 13834 |
msgid "" |
| 13835 |
"<strong>Get short URLs from shortening services</strong> (Bitly, DLMY.App, " |
| 13836 |
"Ow.ly, TinyURL, YOURLS)." |
| 13837 |
msgstr "" |
| 13838 |
|
| 13839 |
#: lib/messages.php:653 |
| 13840 |
msgid "" |
| 13841 |
"<strong>Development of %s is driven by user requests</strong> - we welcome " |
| 13842 |
"all your comments and suggestions." |
| 13843 |
msgstr "" |
| 13844 |
|
| 13845 |
#: lib/messages.php:663 |
| 13846 |
msgid "" |
| 13847 |
"Great ratings are an excellent way to ensure the continued development of " |
| 13848 |
"your favorite plugins." |
| 13849 |
msgstr "" |
| 13850 |
|
| 13851 |
#: lib/messages.php:667 |
| 13852 |
msgid "" |
| 13853 |
"Without new ratings, plugins and add-ons that you and your site depend on " |
| 13854 |
"could be discontinued prematurely." |
| 13855 |
msgstr "" |
| 13856 |
|
| 13857 |
#: lib/messages.php:669 |
| 13858 |
msgid "Don't let that happen!" |
| 13859 |
msgstr "" |
| 13860 |
|
| 13861 |
#: lib/messages.php:671 |
| 13862 |
msgid "" |
| 13863 |
"Rate your active plugins today - it only takes a few seconds to rate a " |
| 13864 |
"plugin!" |
| 13865 |
msgstr "" |
| 13866 |
|
| 13867 |
#. translators: %s is the wordpress.org URL for the WPSSO User Locale Selector |
| 13868 |
#. add-on. |
| 13869 |
#: lib/messages.php:691 |
| 13870 |
msgid "" |
| 13871 |
"This option is localized - <a href=\"%s\">you may change the WordPress " |
| 13872 |
"locale</a> to define alternate values for different languages." |
| 13873 |
msgstr "" |
| 13874 |
|
| 13875 |
#: lib/messages.php:725 |
| 13876 |
msgctxt "tooltip fragment" |
| 13877 |
msgid "Microdata type URLs" |
| 13878 |
msgstr "" |
| 13879 |
|
| 13880 |
#: lib/messages.php:726 |
| 13881 |
msgctxt "tooltip fragment" |
| 13882 |
msgid "additional microdata type URLs" |
| 13883 |
msgstr "" |
| 13884 |
|
| 13885 |
#: lib/messages.php:727 |
| 13886 |
msgid "https://schema.org/additionalType" |
| 13887 |
msgstr "" |
| 13888 |
|
| 13889 |
#: lib/messages.php:732 |
| 13890 |
msgctxt "tooltip fragment" |
| 13891 |
msgid "article section" |
| 13892 |
msgstr "" |
| 13893 |
|
| 13894 |
#: lib/messages.php:733 |
| 13895 |
msgctxt "tooltip fragment" |
| 13896 |
msgid "an article section" |
| 13897 |
msgstr "" |
| 13898 |
|
| 13899 |
#: lib/messages.php:734 |
| 13900 |
msgid "https://schema.org/articleSection" |
| 13901 |
msgstr "" |
| 13902 |
|
| 13903 |
#: lib/messages.php:739 |
| 13904 |
msgctxt "tooltip fragment" |
| 13905 |
msgid "book author name" |
| 13906 |
msgstr "" |
| 13907 |
|
| 13908 |
#: lib/messages.php:740 |
| 13909 |
msgctxt "tooltip fragment" |
| 13910 |
msgid "a book author name" |
| 13911 |
msgstr "" |
| 13912 |
|
| 13913 |
#: lib/messages.php:744 |
| 13914 |
msgctxt "tooltip fragment" |
| 13915 |
msgid "book ISBN" |
| 13916 |
msgstr "" |
| 13917 |
|
| 13918 |
#: lib/messages.php:745 lib/messages.php:885 |
| 13919 |
msgctxt "tooltip fragment" |
| 13920 |
msgid "an ISBN code (aka International Standard Book Number)" |
| 13921 |
msgstr "" |
| 13922 |
|
| 13923 |
#: lib/messages.php:746 lib/messages.php:850 lib/messages.php:856 |
| 13924 |
#: lib/messages.php:862 lib/messages.php:868 lib/messages.php:874 |
| 13925 |
#: lib/messages.php:886 |
| 13926 |
msgid "https://support.google.com/merchants/answer/6324461" |
| 13927 |
msgstr "" |
| 13928 |
|
| 13929 |
#: lib/messages.php:750 lib/messages.php:751 |
| 13930 |
msgctxt "tooltip fragment" |
| 13931 |
msgid "how-to steps" |
| 13932 |
msgstr "" |
| 13933 |
|
| 13934 |
#: lib/messages.php:755 lib/messages.php:756 |
| 13935 |
msgctxt "tooltip fragment" |
| 13936 |
msgid "how-to supplies" |
| 13937 |
msgstr "" |
| 13938 |
|
| 13939 |
#: lib/messages.php:760 lib/messages.php:761 |
| 13940 |
msgctxt "tooltip fragment" |
| 13941 |
msgid "how-to tools" |
| 13942 |
msgstr "" |
| 13943 |
|
| 13944 |
#: lib/messages.php:764 |
| 13945 |
msgctxt "option label" |
| 13946 |
msgid "Image URL" |
| 13947 |
msgstr "" |
| 13948 |
|
| 13949 |
#: lib/messages.php:765 |
| 13950 |
msgctxt "tooltip fragment" |
| 13951 |
msgid "image URL" |
| 13952 |
msgstr "" |
| 13953 |
|
| 13954 |
#: lib/messages.php:766 |
| 13955 |
msgctxt "tooltip fragment" |
| 13956 |
msgid "an image URL" |
| 13957 |
msgstr "" |
| 13958 |
|
| 13959 |
#: lib/messages.php:770 |
| 13960 |
msgctxt "tooltip fragment" |
| 13961 |
msgid "product adult type" |
| 13962 |
msgstr "" |
| 13963 |
|
| 13964 |
#: lib/messages.php:771 |
| 13965 |
msgctxt "tooltip fragment" |
| 13966 |
msgid "a product adult type" |
| 13967 |
msgstr "" |
| 13968 |
|
| 13969 |
#: lib/messages.php:772 |
| 13970 |
msgid "https://support.google.com/merchants/answer/6324508" |
| 13971 |
msgstr "" |
| 13972 |
|
| 13973 |
#: lib/messages.php:778 |
| 13974 |
msgctxt "tooltip fragment" |
| 13975 |
msgid "product age group" |
| 13976 |
msgstr "" |
| 13977 |
|
| 13978 |
#: lib/messages.php:779 |
| 13979 |
msgctxt "tooltip fragment" |
| 13980 |
msgid "a product age group" |
| 13981 |
msgstr "" |
| 13982 |
|
| 13983 |
#: lib/messages.php:780 |
| 13984 |
msgid "https://support.google.com/merchants/answer/6324463" |
| 13985 |
msgstr "" |
| 13986 |
|
| 13987 |
#: lib/messages.php:786 |
| 13988 |
msgctxt "tooltip fragment" |
| 13989 |
msgid "product availability" |
| 13990 |
msgstr "" |
| 13991 |
|
| 13992 |
#: lib/messages.php:787 |
| 13993 |
msgctxt "tooltip fragment" |
| 13994 |
msgid "a product availability" |
| 13995 |
msgstr "" |
| 13996 |
|
| 13997 |
#: lib/messages.php:788 |
| 13998 |
msgid "https://support.google.com/merchants/answer/6324448" |
| 13999 |
msgstr "" |
| 14000 |
|
| 14001 |
#: lib/messages.php:793 |
| 14002 |
msgctxt "tooltip fragment" |
| 14003 |
msgid "product brand" |
| 14004 |
msgstr "" |
| 14005 |
|
| 14006 |
#: lib/messages.php:794 |
| 14007 |
msgctxt "tooltip fragment" |
| 14008 |
msgid "a product brand" |
| 14009 |
msgstr "" |
| 14010 |
|
| 14011 |
#: lib/messages.php:795 |
| 14012 |
msgid "https://support.google.com/merchants/answer/6324351" |
| 14013 |
msgstr "" |
| 14014 |
|
| 14015 |
#: lib/messages.php:800 |
| 14016 |
msgctxt "tooltip fragment" |
| 14017 |
msgid "product Google category" |
| 14018 |
msgstr "" |
| 14019 |
|
| 14020 |
#: lib/messages.php:801 |
| 14021 |
msgctxt "tooltip fragment" |
| 14022 |
msgid "a product Google category" |
| 14023 |
msgstr "" |
| 14024 |
|
| 14025 |
#: lib/messages.php:802 |
| 14026 |
msgid "https://support.google.com/merchants/answer/6324436" |
| 14027 |
msgstr "" |
| 14028 |
|
| 14029 |
#: lib/messages.php:809 |
| 14030 |
msgctxt "tooltip fragment" |
| 14031 |
msgid "product color" |
| 14032 |
msgstr "" |
| 14033 |
|
| 14034 |
#: lib/messages.php:810 |
| 14035 |
msgctxt "tooltip fragment" |
| 14036 |
msgid "a product color" |
| 14037 |
msgstr "" |
| 14038 |
|
| 14039 |
#: lib/messages.php:811 |
| 14040 |
msgid "https://support.google.com/merchants/answer/6324487" |
| 14041 |
msgstr "" |
| 14042 |
|
| 14043 |
#: lib/messages.php:815 |
| 14044 |
msgctxt "tooltip fragment" |
| 14045 |
msgid "product condition" |
| 14046 |
msgstr "" |
| 14047 |
|
| 14048 |
#: lib/messages.php:816 |
| 14049 |
msgctxt "tooltip fragment" |
| 14050 |
msgid "a product condition" |
| 14051 |
msgstr "" |
| 14052 |
|
| 14053 |
#: lib/messages.php:817 |
| 14054 |
msgid "https://support.google.com/merchants/answer/6324469" |
| 14055 |
msgstr "" |
| 14056 |
|
| 14057 |
#: lib/messages.php:821 |
| 14058 |
msgctxt "option label" |
| 14059 |
msgid "Product Currency" |
| 14060 |
msgstr "" |
| 14061 |
|
| 14062 |
#: lib/messages.php:822 |
| 14063 |
msgctxt "tooltip fragment" |
| 14064 |
msgid "product currency" |
| 14065 |
msgstr "" |
| 14066 |
|
| 14067 |
#: lib/messages.php:823 |
| 14068 |
msgctxt "tooltip fragment" |
| 14069 |
msgid "a product currency" |
| 14070 |
msgstr "" |
| 14071 |
|
| 14072 |
#: lib/messages.php:827 |
| 14073 |
msgctxt "tooltip fragment" |
| 14074 |
msgid "product energy efficiency rating" |
| 14075 |
msgstr "" |
| 14076 |
|
| 14077 |
#: lib/messages.php:828 |
| 14078 |
msgctxt "tooltip fragment" |
| 14079 |
msgid "a product energy efficiency rating" |
| 14080 |
msgstr "" |
| 14081 |
|
| 14082 |
#: lib/messages.php:834 |
| 14083 |
msgctxt "option label" |
| 14084 |
msgid "Product Energy Rating Range" |
| 14085 |
msgstr "" |
| 14086 |
|
| 14087 |
#: lib/messages.php:835 |
| 14088 |
msgctxt "tooltip fragment" |
| 14089 |
msgid "product energy efficiency rating minimum and maximum" |
| 14090 |
msgstr "" |
| 14091 |
|
| 14092 |
#: lib/messages.php:836 |
| 14093 |
msgctxt "tooltip fragment" |
| 14094 |
msgid "a product energy efficiency rating range" |
| 14095 |
msgstr "" |
| 14096 |
|
| 14097 |
#: lib/messages.php:843 |
| 14098 |
msgctxt "tooltip fragment" |
| 14099 |
msgid "product fluid volume" |
| 14100 |
msgstr "" |
| 14101 |
|
| 14102 |
#: lib/messages.php:844 |
| 14103 |
msgctxt "tooltip fragment" |
| 14104 |
msgid "a product fluid volume" |
| 14105 |
msgstr "" |
| 14106 |
|
| 14107 |
#: lib/messages.php:848 |
| 14108 |
msgctxt "tooltip fragment" |
| 14109 |
msgid "product GTIN-14" |
| 14110 |
msgstr "" |
| 14111 |
|
| 14112 |
#: lib/messages.php:849 |
| 14113 |
msgctxt "tooltip fragment" |
| 14114 |
msgid "a product GTIN-14 code (aka ITF-14)" |
| 14115 |
msgstr "" |
| 14116 |
|
| 14117 |
#: lib/messages.php:854 |
| 14118 |
msgctxt "tooltip fragment" |
| 14119 |
msgid "product GTIN-13 (EAN)" |
| 14120 |
msgstr "" |
| 14121 |
|
| 14122 |
#: lib/messages.php:855 |
| 14123 |
msgctxt "tooltip fragment" |
| 14124 |
msgid "a product GTIN-13 code (aka 13-digit ISBN codes or EAN/UCC-13)" |
| 14125 |
msgstr "" |
| 14126 |
|
| 14127 |
#: lib/messages.php:860 |
| 14128 |
msgctxt "tooltip fragment" |
| 14129 |
msgid "product GTIN-12 (UPC)" |
| 14130 |
msgstr "" |
| 14131 |
|
| 14132 |
#: lib/messages.php:861 |
| 14133 |
msgctxt "tooltip fragment" |
| 14134 |
msgid "" |
| 14135 |
"a product GTIN-12 code (12-digit GS1 identification key composed of a UPC " |
| 14136 |
"company prefix, item reference, and check digit)" |
| 14137 |
msgstr "" |
| 14138 |
|
| 14139 |
#: lib/messages.php:866 |
| 14140 |
msgctxt "tooltip fragment" |
| 14141 |
msgid "product GTIN-8" |
| 14142 |
msgstr "" |
| 14143 |
|
| 14144 |
#: lib/messages.php:867 |
| 14145 |
msgctxt "tooltip fragment" |
| 14146 |
msgid "a product GTIN-8 code (aka EAN/UCC-8 or 8-digit EAN)" |
| 14147 |
msgstr "" |
| 14148 |
|
| 14149 |
#: lib/messages.php:872 |
| 14150 |
msgctxt "tooltip fragment" |
| 14151 |
msgid "product GTIN" |
| 14152 |
msgstr "" |
| 14153 |
|
| 14154 |
#: lib/messages.php:873 |
| 14155 |
msgctxt "tooltip fragment" |
| 14156 |
msgid "a product GTIN code (GTIN-8, GTIN-12/UPC, GTIN-13/EAN, or GTIN-14)" |
| 14157 |
msgstr "" |
| 14158 |
|
| 14159 |
#: lib/messages.php:878 |
| 14160 |
msgctxt "tooltip fragment" |
| 14161 |
msgid "product net height" |
| 14162 |
msgstr "" |
| 14163 |
|
| 14164 |
#: lib/messages.php:879 |
| 14165 |
msgctxt "tooltip fragment" |
| 14166 |
msgid "" |
| 14167 |
"a product net height, as opposed to a shipping or packaged height used for " |
| 14168 |
"shipping cost calculations" |
| 14169 |
msgstr "" |
| 14170 |
|
| 14171 |
#: lib/messages.php:880 lib/messages.php:892 lib/messages.php:1001 |
| 14172 |
#: lib/messages.php:1007 |
| 14173 |
msgid "https://support.google.com/merchants/answer/11018531" |
| 14174 |
msgstr "" |
| 14175 |
|
| 14176 |
#: lib/messages.php:884 |
| 14177 |
msgctxt "tooltip fragment" |
| 14178 |
msgid "product ISBN" |
| 14179 |
msgstr "" |
| 14180 |
|
| 14181 |
#: lib/messages.php:890 |
| 14182 |
msgctxt "tooltip fragment" |
| 14183 |
msgid "product net length or depth" |
| 14184 |
msgstr "" |
| 14185 |
|
| 14186 |
#: lib/messages.php:891 |
| 14187 |
msgctxt "tooltip fragment" |
| 14188 |
msgid "" |
| 14189 |
"a product net length or depth, as opposed to a shipping or packaged length " |
| 14190 |
"used for shipping cost calculations" |
| 14191 |
msgstr "" |
| 14192 |
|
| 14193 |
#: lib/messages.php:896 |
| 14194 |
msgctxt "tooltip fragment" |
| 14195 |
msgid "product material" |
| 14196 |
msgstr "" |
| 14197 |
|
| 14198 |
#: lib/messages.php:897 |
| 14199 |
msgctxt "tooltip fragment" |
| 14200 |
msgid "a product material" |
| 14201 |
msgstr "" |
| 14202 |
|
| 14203 |
#: lib/messages.php:898 |
| 14204 |
msgid "https://support.google.com/merchants/answer/6324410" |
| 14205 |
msgstr "" |
| 14206 |
|
| 14207 |
#: lib/messages.php:902 |
| 14208 |
msgctxt "tooltip fragment" |
| 14209 |
msgid "product MPN" |
| 14210 |
msgstr "" |
| 14211 |
|
| 14212 |
#: lib/messages.php:903 |
| 14213 |
msgctxt "tooltip fragment" |
| 14214 |
msgid "a Manufacturer Part Number (MPN)" |
| 14215 |
msgstr "" |
| 14216 |
|
| 14217 |
#: lib/messages.php:904 |
| 14218 |
msgid "https://support.google.com/merchants/answer/6324482" |
| 14219 |
msgstr "" |
| 14220 |
|
| 14221 |
#: lib/messages.php:908 |
| 14222 |
msgctxt "tooltip fragment" |
| 14223 |
msgid "product minimum advertised price" |
| 14224 |
msgstr "" |
| 14225 |
|
| 14226 |
#: lib/messages.php:909 |
| 14227 |
msgctxt "tooltip fragment" |
| 14228 |
msgid "a Minimum Advertised Price (MAP)" |
| 14229 |
msgstr "" |
| 14230 |
|
| 14231 |
#: lib/messages.php:914 |
| 14232 |
msgctxt "tooltip fragment" |
| 14233 |
msgid "product return policy" |
| 14234 |
msgstr "" |
| 14235 |
|
| 14236 |
#: lib/messages.php:915 |
| 14237 |
msgctxt "tooltip fragment" |
| 14238 |
msgid "a product return policy" |
| 14239 |
msgstr "" |
| 14240 |
|
| 14241 |
#: lib/messages.php:922 |
| 14242 |
msgctxt "tooltip fragment" |
| 14243 |
msgid "product pattern" |
| 14244 |
msgstr "" |
| 14245 |
|
| 14246 |
#: lib/messages.php:923 |
| 14247 |
msgctxt "tooltip fragment" |
| 14248 |
msgid "a product pattern" |
| 14249 |
msgstr "" |
| 14250 |
|
| 14251 |
#: lib/messages.php:924 |
| 14252 |
msgid "https://support.google.com/merchants/answer/6324483" |
| 14253 |
msgstr "" |
| 14254 |
|
| 14255 |
#: lib/messages.php:928 |
| 14256 |
msgctxt "tooltip fragment" |
| 14257 |
msgid "product price" |
| 14258 |
msgstr "" |
| 14259 |
|
| 14260 |
#: lib/messages.php:929 |
| 14261 |
msgctxt "tooltip fragment" |
| 14262 |
msgid "a product price" |
| 14263 |
msgstr "" |
| 14264 |
|
| 14265 |
#: lib/messages.php:933 |
| 14266 |
msgctxt "tooltip fragment" |
| 14267 |
msgid "product price type" |
| 14268 |
msgstr "" |
| 14269 |
|
| 14270 |
#: lib/messages.php:934 |
| 14271 |
msgctxt "tooltip fragment" |
| 14272 |
msgid "a product price type" |
| 14273 |
msgstr "" |
| 14274 |
|
| 14275 |
#: lib/messages.php:940 |
| 14276 |
msgctxt "tooltip fragment" |
| 14277 |
msgid "product SKU" |
| 14278 |
msgstr "" |
| 14279 |
|
| 14280 |
#: lib/messages.php:941 |
| 14281 |
msgctxt "tooltip fragment" |
| 14282 |
msgid "a Stock-Keeping Unit (SKU)" |
| 14283 |
msgstr "" |
| 14284 |
|
| 14285 |
#: lib/messages.php:945 |
| 14286 |
msgctxt "tooltip fragment" |
| 14287 |
msgid "product shipping height" |
| 14288 |
msgstr "" |
| 14289 |
|
| 14290 |
#: lib/messages.php:946 |
| 14291 |
msgctxt "tooltip fragment" |
| 14292 |
msgid "" |
| 14293 |
"a product shipping or packaged height used for shipping cost calculations" |
| 14294 |
msgstr "" |
| 14295 |
|
| 14296 |
#: lib/messages.php:947 lib/messages.php:953 lib/messages.php:965 |
| 14297 |
msgid "https://support.google.com/merchants/answer/6324498" |
| 14298 |
msgstr "" |
| 14299 |
|
| 14300 |
#: lib/messages.php:951 |
| 14301 |
msgctxt "tooltip fragment" |
| 14302 |
msgid "product shipping length" |
| 14303 |
msgstr "" |
| 14304 |
|
| 14305 |
#: lib/messages.php:952 |
| 14306 |
msgctxt "tooltip fragment" |
| 14307 |
msgid "" |
| 14308 |
"a product shipping or packaged length used for shipping cost calculations" |
| 14309 |
msgstr "" |
| 14310 |
|
| 14311 |
#: lib/messages.php:957 |
| 14312 |
msgctxt "tooltip fragment" |
| 14313 |
msgid "product shipping weight" |
| 14314 |
msgstr "" |
| 14315 |
|
| 14316 |
#: lib/messages.php:958 |
| 14317 |
msgctxt "tooltip fragment" |
| 14318 |
msgid "" |
| 14319 |
"a product shipping or packaged weight used for shipping cost calculations" |
| 14320 |
msgstr "" |
| 14321 |
|
| 14322 |
#: lib/messages.php:959 |
| 14323 |
msgid "https://support.google.com/merchants/answer/6324503" |
| 14324 |
msgstr "" |
| 14325 |
|
| 14326 |
#: lib/messages.php:963 |
| 14327 |
msgctxt "tooltip fragment" |
| 14328 |
msgid "product shipping width" |
| 14329 |
msgstr "" |
| 14330 |
|
| 14331 |
#: lib/messages.php:964 |
| 14332 |
msgctxt "tooltip fragment" |
| 14333 |
msgid "" |
| 14334 |
"a product shipping or packaged width used for shipping cost calculations" |
| 14335 |
msgstr "" |
| 14336 |
|
| 14337 |
#: lib/messages.php:969 |
| 14338 |
msgctxt "tooltip fragment" |
| 14339 |
msgid "product size" |
| 14340 |
msgstr "" |
| 14341 |
|
| 14342 |
#: lib/messages.php:970 |
| 14343 |
msgctxt "tooltip fragment" |
| 14344 |
msgid "a product size" |
| 14345 |
msgstr "" |
| 14346 |
|
| 14347 |
#: lib/messages.php:971 |
| 14348 |
msgid "https://support.google.com/merchants/answer/6324492" |
| 14349 |
msgstr "" |
| 14350 |
|
| 14351 |
#: lib/messages.php:975 |
| 14352 |
msgctxt "tooltip fragment" |
| 14353 |
msgid "product size group" |
| 14354 |
msgstr "" |
| 14355 |
|
| 14356 |
#: lib/messages.php:976 |
| 14357 |
msgctxt "tooltip fragment" |
| 14358 |
msgid "a product size group" |
| 14359 |
msgstr "" |
| 14360 |
|
| 14361 |
#: lib/messages.php:977 |
| 14362 |
msgid "https://support.google.com/merchants/answer/6324497" |
| 14363 |
msgstr "" |
| 14364 |
|
| 14365 |
#: lib/messages.php:983 |
| 14366 |
msgctxt "tooltip fragment" |
| 14367 |
msgid "product size system" |
| 14368 |
msgstr "" |
| 14369 |
|
| 14370 |
#: lib/messages.php:984 |
| 14371 |
msgctxt "tooltip fragment" |
| 14372 |
msgid "a product size system" |
| 14373 |
msgstr "" |
| 14374 |
|
| 14375 |
#: lib/messages.php:985 |
| 14376 |
msgid "https://support.google.com/merchants/answer/6324502" |
| 14377 |
msgstr "" |
| 14378 |
|
| 14379 |
#: lib/messages.php:991 |
| 14380 |
msgctxt "tooltip fragment" |
| 14381 |
msgid "product target gender" |
| 14382 |
msgstr "" |
| 14383 |
|
| 14384 |
#: lib/messages.php:992 |
| 14385 |
msgctxt "tooltip fragment" |
| 14386 |
msgid "a product target gender" |
| 14387 |
msgstr "" |
| 14388 |
|
| 14389 |
#: lib/messages.php:993 |
| 14390 |
msgid "https://support.google.com/merchants/answer/6324479" |
| 14391 |
msgstr "" |
| 14392 |
|
| 14393 |
#: lib/messages.php:999 |
| 14394 |
msgctxt "tooltip fragment" |
| 14395 |
msgid "product net weight" |
| 14396 |
msgstr "" |
| 14397 |
|
| 14398 |
#: lib/messages.php:1000 |
| 14399 |
msgctxt "tooltip fragment" |
| 14400 |
msgid "" |
| 14401 |
"a product net weight, as opposed to a shipping or packaged weight used for " |
| 14402 |
"shipping cost calculations" |
| 14403 |
msgstr "" |
| 14404 |
|
| 14405 |
#: lib/messages.php:1005 |
| 14406 |
msgctxt "tooltip fragment" |
| 14407 |
msgid "product net width" |
| 14408 |
msgstr "" |
| 14409 |
|
| 14410 |
#: lib/messages.php:1006 |
| 14411 |
msgctxt "tooltip fragment" |
| 14412 |
msgid "" |
| 14413 |
"a product net width, as opposed to a shipping or packaged width used for " |
| 14414 |
"shipping cost calculations" |
| 14415 |
msgstr "" |
| 14416 |
|
| 14417 |
#: lib/messages.php:1010 |
| 14418 |
msgctxt "option label" |
| 14419 |
msgid "Review Subject Name" |
| 14420 |
msgstr "" |
| 14421 |
|
| 14422 |
#: lib/messages.php:1011 |
| 14423 |
msgctxt "tooltip fragment" |
| 14424 |
msgid "review subject name" |
| 14425 |
msgstr "" |
| 14426 |
|
| 14427 |
#: lib/messages.php:1012 |
| 14428 |
msgctxt "tooltip fragment" |
| 14429 |
msgid "a Schema Review subject (aka item reviewed) name" |
| 14430 |
msgstr "" |
| 14431 |
|
| 14432 |
#: lib/messages.php:1013 |
| 14433 |
msgid "" |
| 14434 |
"https://developers.google.com/search/docs/appearance/structured-data/review-" |
| 14435 |
"snippet#review-properties" |
| 14436 |
msgstr "" |
| 14437 |
|
| 14438 |
#: lib/messages.php:1016 |
| 14439 |
msgctxt "option label" |
| 14440 |
msgid "Review Subject Description" |
| 14441 |
msgstr "" |
| 14442 |
|
| 14443 |
#: lib/messages.php:1017 |
| 14444 |
msgctxt "tooltip fragment" |
| 14445 |
msgid "review subject description" |
| 14446 |
msgstr "" |
| 14447 |
|
| 14448 |
#: lib/messages.php:1018 |
| 14449 |
msgctxt "tooltip fragment" |
| 14450 |
msgid "a Schema Review subject (aka item reviewed) description" |
| 14451 |
msgstr "" |
| 14452 |
|
| 14453 |
#: lib/messages.php:1022 |
| 14454 |
msgctxt "tooltip fragment" |
| 14455 |
msgid "review rating" |
| 14456 |
msgstr "" |
| 14457 |
|
| 14458 |
#: lib/messages.php:1023 |
| 14459 |
msgctxt "tooltip fragment" |
| 14460 |
msgid "a Schema Review rating" |
| 14461 |
msgstr "" |
| 14462 |
|
| 14463 |
#: lib/messages.php:1024 |
| 14464 |
msgid "https://schema.org/Review" |
| 14465 |
msgstr "" |
| 14466 |
|
| 14467 |
#: lib/messages.php:1028 |
| 14468 |
msgctxt "tooltip fragment" |
| 14469 |
msgid "rating alternate name" |
| 14470 |
msgstr "" |
| 14471 |
|
| 14472 |
#: lib/messages.php:1029 |
| 14473 |
msgctxt "tooltip fragment" |
| 14474 |
msgid "a Schema Review rating alternate name" |
| 14475 |
msgstr "" |
| 14476 |
|
| 14477 |
#: lib/messages.php:1030 |
| 14478 |
msgid "" |
| 14479 |
"https://developers.google.com/search/docs/appearance/structured-data/" |
| 14480 |
"factcheck#rating" |
| 14481 |
msgstr "" |
| 14482 |
|
| 14483 |
#: lib/messages.php:1034 lib/messages.php:1035 |
| 14484 |
msgctxt "tooltip fragment" |
| 14485 |
msgid "recipe ingredients" |
| 14486 |
msgstr "" |
| 14487 |
|
| 14488 |
#: lib/messages.php:1039 lib/messages.php:1040 |
| 14489 |
msgctxt "tooltip fragment" |
| 14490 |
msgid "recipe instructions" |
| 14491 |
msgstr "" |
| 14492 |
|
| 14493 |
#: lib/messages.php:1044 |
| 14494 |
msgctxt "tooltip fragment" |
| 14495 |
msgid "same-as URLs" |
| 14496 |
msgstr "" |
| 14497 |
|
| 14498 |
#: lib/messages.php:1045 |
| 14499 |
msgctxt "tooltip fragment" |
| 14500 |
msgid "additional same-as URLs" |
| 14501 |
msgstr "" |
| 14502 |
|
| 14503 |
#: lib/messages.php:1050 |
| 14504 |
msgctxt "tooltip fragment" |
| 14505 |
msgid "video embed HTML" |
| 14506 |
msgstr "" |
| 14507 |
|
| 14508 |
#: lib/messages.php:1051 |
| 14509 |
msgctxt "tooltip fragment" |
| 14510 |
msgid "video embed HTML code (not a URL)" |
| 14511 |
msgstr "" |
| 14512 |
|
| 14513 |
#: lib/messages.php:1054 |
| 14514 |
msgctxt "option label" |
| 14515 |
msgid "Video URL" |
| 14516 |
msgstr "" |
| 14517 |
|
| 14518 |
#: lib/messages.php:1055 |
| 14519 |
msgctxt "tooltip fragment" |
| 14520 |
msgid "video URL" |
| 14521 |
msgstr "" |
| 14522 |
|
| 14523 |
#: lib/messages.php:1056 |
| 14524 |
msgctxt "tooltip fragment" |
| 14525 |
msgid "a video URL (not HTML code)" |
| 14526 |
msgstr "" |
| 14527 |
|
| 14528 |
#: lib/messages.php:1109 |
| 14529 |
msgctxt "option value" |
| 14530 |
msgid "uncropped" |
| 14531 |
msgstr "" |
| 14532 |
|
| 14533 |
#: lib/messages.php:1109 |
| 14534 |
msgctxt "option value" |
| 14535 |
msgid "cropped" |
| 14536 |
msgstr "" |
| 14537 |
|
| 14538 |
#: lib/messages.php:1123 lib/messages.php:1139 lib/util-metabox.php:253 |
| 14539 |
msgid "No options available." |
| 14540 |
msgstr "" |
| 14541 |
|
| 14542 |
#: lib/messages.php:1165 |
| 14543 |
msgid "" |
| 14544 |
"Facebook prefers images of %1$s cropped (for Retina and high-PPI displays), " |
| 14545 |
"%2$s cropped as a recommended minimum, and ignores images smaller than %3$s." |
| 14546 |
msgstr "" |
| 14547 |
|
| 14548 |
#: lib/messages.php:1195 lib/messages.php:1243 lib/messages.php:1287 |
| 14549 |
msgid "Modifications disabled (SEO plugin detected)." |
| 14550 |
msgstr "" |
| 14551 |
|
| 14552 |
#: lib/messages.php:1201 |
| 14553 |
msgid "No theme support for <a href=\"%s\">WordPress Title Tag</a>." |
| 14554 |
msgstr "" |
| 14555 |
|
| 14556 |
#: lib/messages.php:1205 lib/messages.php:1251 |
| 14557 |
msgid "Modifications disabled (%s constant is true)." |
| 14558 |
msgstr "" |
| 14559 |
|
| 14560 |
#: lib/messages.php:1247 |
| 14561 |
msgid "Modifications disabled (no theme support)." |
| 14562 |
msgstr "" |
| 14563 |
|
| 14564 |
#: lib/messages.php:1260 |
| 14565 |
msgid "Modifications disabled (%1$s option not \"%2$s\")." |
| 14566 |
msgstr "" |
| 14567 |
|
| 14568 |
#: lib/messages.php:1289 |
| 14569 |
msgid "Modifications disabled (<code>%s</code> tag disabled)." |
| 14570 |
msgstr "" |
| 14571 |
|
| 14572 |
#: lib/messages.php:1313 |
| 14573 |
msgid "Note that the <code>%s</code> HTML tag is currently disabled." |
| 14574 |
msgstr "" |
| 14575 |
|
| 14576 |
#: lib/messages.php:1314 |
| 14577 |
msgid "You can re-enable this option under the %s tab." |
| 14578 |
msgstr "" |
| 14579 |
|
| 14580 |
#: lib/messages.php:1346 |
| 14581 |
msgctxt "wpsso" |
| 14582 |
msgid "" |
| 14583 |
"Activating the %s add-on is recommended to manage the values for this option." |
| 14584 |
msgstr "" |
| 14585 |
|
| 14586 |
#: lib/messages.php:1365 |
| 14587 |
msgctxt "option comment" |
| 14588 |
msgid "video preview images are enabled (and included first)" |
| 14589 |
msgstr "" |
| 14590 |
|
| 14591 |
#. translators: %s is the option name, linked to its settings page. |
| 14592 |
#: lib/messages.php:1379 |
| 14593 |
msgid "Modifications disabled (%s option is disabled)." |
| 14594 |
msgstr "" |
| 14595 |
|
| 14596 |
#: lib/messages.php:1386 |
| 14597 |
msgctxt "option comment" |
| 14598 |
msgid "video preview images are included first" |
| 14599 |
msgstr "" |
| 14600 |
|
| 14601 |
#: lib/messages.php:1404 |
| 14602 |
msgid "Video service API modules are provided with the %1$s edition." |
| 14603 |
msgstr "" |
| 14604 |
|
| 14605 |
#: lib/messages.php:1415 |
| 14606 |
msgid "adding video markup" |
| 14607 |
msgstr "" |
| 14608 |
|
| 14609 |
#: lib/messages.php:1419 |
| 14610 |
msgid "" |
| 14611 |
"A %1$s video was found but details about this video (title, description, " |
| 14612 |
"preview image, upload date, duration, width, height, encoding, etc.) could " |
| 14613 |
"not be retrieved as video service API modules are provided with the %2$s " |
| 14614 |
"edition." |
| 14615 |
msgstr "" |
| 14616 |
|
| 14617 |
#: lib/messages.php:1443 |
| 14618 |
msgid "The WordPress sitemaps functionality is disabled." |
| 14619 |
msgstr "" |
| 14620 |
|
| 14621 |
#: lib/messages.php:1461 |
| 14622 |
msgid "" |
| 14623 |
"A theme or plugin is returning <code>false</code> for the " |
| 14624 |
"'wp_sitemaps_enabled' filter." |
| 14625 |
msgstr "" |
| 14626 |
|
| 14627 |
#: lib/options.php:819 |
| 14628 |
msgid "" |
| 14629 |
"Option keys \"%1$s\" (%2$d) and \"%3$s\" (%4$d) have an aspect ratio of " |
| 14630 |
"%5$s:1, which not equal to the required image ratio of %6$s:1." |
| 14631 |
msgstr "" |
| 14632 |
|
| 14633 |
#: lib/options.php:828 |
| 14634 |
msgid "" |
| 14635 |
"Option keys \"%1$s\" (%2$d) and \"%3$s\" (%4$d) have an aspect ratio of " |
| 14636 |
"%5$s:1, which is equal to / or greater than the maximum image ratio of " |
| 14637 |
"%6$s:1." |
| 14638 |
msgstr "" |
| 14639 |
|
| 14640 |
#: lib/options.php:836 |
| 14641 |
msgid "These options have been reset to their default values." |
| 14642 |
msgstr "" |
| 14643 |
|
| 14644 |
#: lib/options.php:854 |
| 14645 |
msgid "" |
| 14646 |
"The Facebook App ID must be numeric and 32 characters or less in length - " |
| 14647 |
"the value of \"%s\" is not valid." |
| 14648 |
msgstr "" |
| 14649 |
|
| 14650 |
#: lib/options.php:981 |
| 14651 |
msgid "Plugin settings have been upgraded and saved." |
| 14652 |
msgstr "" |
| 14653 |
|
| 14654 |
#: lib/options.php:1305 lib/submenu/general.php:487 |
| 14655 |
msgctxt "option label" |
| 14656 |
msgid "Organization Logo URL" |
| 14657 |
msgstr "" |
| 14658 |
|
| 14659 |
#: lib/options.php:1310 lib/submenu/general.php:492 |
| 14660 |
msgctxt "option label" |
| 14661 |
msgid "Organization Banner URL" |
| 14662 |
msgstr "" |
| 14663 |
|
| 14664 |
#. translators: %s is a link to the option label. |
| 14665 |
#: lib/options.php:1317 |
| 14666 |
msgid "The %s image is missing and required." |
| 14667 |
msgstr "" |
| 14668 |
|
| 14669 |
#. translators: %s is a link to the option label. |
| 14670 |
#: lib/options.php:1332 |
| 14671 |
msgid "The %s image dimensions cannot be determined." |
| 14672 |
msgstr "" |
| 14673 |
|
| 14674 |
#. translators: %s is the image URL. |
| 14675 |
#: lib/options.php:1335 |
| 14676 |
msgid "" |
| 14677 |
"Please make sure this site can access %s using the PHP getimagesize() " |
| 14678 |
"function." |
| 14679 |
msgstr "" |
| 14680 |
|
| 14681 |
#. translators: %1$s is a link to the option label. |
| 14682 |
#: lib/options.php:1349 |
| 14683 |
msgid "The %1$s image dimensions are %2$s and must be greater than %3$s." |
| 14684 |
msgstr "" |
| 14685 |
|
| 14686 |
#. translators: %s is the image URL. |
| 14687 |
#: lib/options.php:1353 |
| 14688 |
msgid "Please correct the %s logo image or select a different logo image." |
| 14689 |
msgstr "" |
| 14690 |
|
| 14691 |
#. translators: %1$s is a link to the option label. |
| 14692 |
#: lib/options.php:1368 |
| 14693 |
msgid "The %1$s image dimensions are %2$s and must be exactly %3$s." |
| 14694 |
msgstr "" |
| 14695 |
|
| 14696 |
#. translators: %s is the image URL. |
| 14697 |
#: lib/options.php:1372 |
| 14698 |
msgid "Please correct the %s banner image or select a different banner image." |
| 14699 |
msgstr "" |
| 14700 |
|
| 14701 |
#: lib/options.php:1397 |
| 14702 |
msgid "" |
| 14703 |
"The value of option \"%s\" must be an array - resetting this option to its " |
| 14704 |
"default value." |
| 14705 |
msgstr "" |
| 14706 |
|
| 14707 |
#: lib/options.php:1398 |
| 14708 |
msgid "" |
| 14709 |
"The value of option \"%s\" must be alpha-numeric - resetting this option to " |
| 14710 |
"its default value." |
| 14711 |
msgstr "" |
| 14712 |
|
| 14713 |
#: lib/options.php:1399 |
| 14714 |
msgid "" |
| 14715 |
"The value of option \"%s\" must be blank or numeric - resetting this option " |
| 14716 |
"to its default value." |
| 14717 |
msgstr "" |
| 14718 |
|
| 14719 |
#: lib/options.php:1400 |
| 14720 |
msgid "" |
| 14721 |
"The value of option \"%s\" must be a CSS color code - resetting this option " |
| 14722 |
"to its default value." |
| 14723 |
msgstr "" |
| 14724 |
|
| 14725 |
#: lib/options.php:1401 |
| 14726 |
msgid "" |
| 14727 |
"The value of option \"%s\" must be a comma-delimited list of URL(s) - " |
| 14728 |
"resetting this option to its default value." |
| 14729 |
msgstr "" |
| 14730 |
|
| 14731 |
#: lib/options.php:1402 |
| 14732 |
msgid "" |
| 14733 |
"The value of option \"%s\" must be a yyyy-mm-dd date - resetting this option " |
| 14734 |
"to its default value." |
| 14735 |
msgstr "" |
| 14736 |
|
| 14737 |
#: lib/options.php:1403 |
| 14738 |
msgid "" |
| 14739 |
"The value of option \"%s\" must be HTML code - resetting this option to its " |
| 14740 |
"default value." |
| 14741 |
msgstr "" |
| 14742 |
|
| 14743 |
#: lib/options.php:1404 |
| 14744 |
msgid "" |
| 14745 |
"The value of option \"%s\" must be an image ID - resetting this option to " |
| 14746 |
"its default value." |
| 14747 |
msgstr "" |
| 14748 |
|
| 14749 |
#: lib/options.php:1405 |
| 14750 |
msgid "" |
| 14751 |
"The value of option \"%s\" must be a valid image URL - resetting this option " |
| 14752 |
"to its default value." |
| 14753 |
msgstr "" |
| 14754 |
|
| 14755 |
#: lib/options.php:1406 |
| 14756 |
msgid "" |
| 14757 |
"The value of option \"%s\" cannot be an empty string - resetting this option " |
| 14758 |
"to its default value." |
| 14759 |
msgstr "" |
| 14760 |
|
| 14761 |
#: lib/options.php:1407 |
| 14762 |
msgid "" |
| 14763 |
"The value of option \"%s\" must be numeric - resetting this option to its " |
| 14764 |
"default value." |
| 14765 |
msgstr "" |
| 14766 |
|
| 14767 |
#: lib/options.php:1408 |
| 14768 |
msgid "" |
| 14769 |
"The value of option \"%1$s\" must be equal to or greater than %2$s - " |
| 14770 |
"resetting this option to its default value." |
| 14771 |
msgstr "" |
| 14772 |
|
| 14773 |
#: lib/options.php:1409 |
| 14774 |
msgid "" |
| 14775 |
"The value of option \"%1$s\" must be greater than %2$s - resetting this " |
| 14776 |
"option to its default value." |
| 14777 |
msgstr "" |
| 14778 |
|
| 14779 |
#: lib/options.php:1410 |
| 14780 |
msgid "" |
| 14781 |
"The value of option \"%s\" must be a hh:mm time - resetting this option to " |
| 14782 |
"its default value." |
| 14783 |
msgstr "" |
| 14784 |
|
| 14785 |
#: lib/options.php:1411 |
| 14786 |
msgid "" |
| 14787 |
"The value of option \"%s\" must be a valid URL - resetting this option to " |
| 14788 |
"its default value." |
| 14789 |
msgstr "" |
| 14790 |
|
| 14791 |
#: lib/options.php:1994 lib/options.php:2032 |
| 14792 |
msgctxt "option value" |
| 14793 |
msgid "%%sitename%%" |
| 14794 |
msgstr "" |
| 14795 |
|
| 14796 |
#: lib/options.php:1998 |
| 14797 |
msgctxt "option value" |
| 14798 |
msgid "%%sitedesc%%" |
| 14799 |
msgstr "" |
| 14800 |
|
| 14801 |
#: lib/options.php:2002 |
| 14802 |
msgctxt "option value" |
| 14803 |
msgid "Image:" |
| 14804 |
msgstr "" |
| 14805 |
|
| 14806 |
#: lib/options.php:2006 |
| 14807 |
msgctxt "option value" |
| 14808 |
msgid "Caption:" |
| 14809 |
msgstr "" |
| 14810 |
|
| 14811 |
#: lib/options.php:2013 |
| 14812 |
msgctxt "option value" |
| 14813 |
msgid "Comment by %%comment_author%% on %%comment_date%%" |
| 14814 |
msgstr "" |
| 14815 |
|
| 14816 |
#: lib/options.php:2020 |
| 14817 |
msgctxt "option value" |
| 14818 |
msgid "Reply by %%comment_author%% on %%comment_date%%" |
| 14819 |
msgstr "" |
| 14820 |
|
| 14821 |
#: lib/options.php:2024 |
| 14822 |
msgctxt "option value" |
| 14823 |
msgid "Review by %%comment_author%%" |
| 14824 |
msgstr "" |
| 14825 |
|
| 14826 |
#: lib/options.php:2028 |
| 14827 |
msgctxt "option value" |
| 14828 |
msgid "%%var_title%% %%sep%% %%var_attrs%%" |
| 14829 |
msgstr "" |
| 14830 |
|
| 14831 |
#: lib/options.php:2036 |
| 14832 |
msgctxt "option value" |
| 14833 |
msgid "Page Not Found" |
| 14834 |
msgstr "" |
| 14835 |
|
| 14836 |
#: lib/options.php:2040 |
| 14837 |
msgctxt "option value" |
| 14838 |
msgid "Page \"%%pagename%%\" not found." |
| 14839 |
msgstr "" |
| 14840 |
|
| 14841 |
#: lib/options.php:2044 |
| 14842 |
msgctxt "option value" |
| 14843 |
msgid "No Title" |
| 14844 |
msgstr "" |
| 14845 |
|
| 14846 |
#: lib/options.php:2048 |
| 14847 |
msgctxt "option value" |
| 14848 |
msgid "No description." |
| 14849 |
msgstr "" |
| 14850 |
|
| 14851 |
#: lib/options.php:2052 |
| 14852 |
msgctxt "option value" |
| 14853 |
msgid "%%term_hierarchy%%" |
| 14854 |
msgstr "" |
| 14855 |
|
| 14856 |
#: lib/options.php:2056 |
| 14857 |
msgctxt "option value" |
| 14858 |
msgid "%%term_tax_single%% archive page for %%term_name%%." |
| 14859 |
msgstr "" |
| 14860 |
|
| 14861 |
#: lib/options.php:2060 |
| 14862 |
msgctxt "option value" |
| 14863 |
msgid "%%author_name%%, Author at %%sitename%%" |
| 14864 |
msgstr "" |
| 14865 |
|
| 14866 |
#: lib/options.php:2064 |
| 14867 |
msgctxt "option value" |
| 14868 |
msgid "Author archive page for %%author_name%%." |
| 14869 |
msgstr "" |
| 14870 |
|
| 14871 |
#: lib/options.php:2068 |
| 14872 |
msgctxt "option value" |
| 14873 |
msgid "Search Results %%sep%% %%query_search%%" |
| 14874 |
msgstr "" |
| 14875 |
|
| 14876 |
#: lib/options.php:2072 |
| 14877 |
msgctxt "option value" |
| 14878 |
msgid "Search results for “%%query_search%%”." |
| 14879 |
msgstr "" |
| 14880 |
|
| 14881 |
#: lib/options.php:2076 |
| 14882 |
msgctxt "option value" |
| 14883 |
msgid "%%query_year%%" |
| 14884 |
msgstr "" |
| 14885 |
|
| 14886 |
#: lib/options.php:2080 |
| 14887 |
msgctxt "option value" |
| 14888 |
msgid "Yearly archive for %%query_year%%." |
| 14889 |
msgstr "" |
| 14890 |
|
| 14891 |
#: lib/options.php:2084 |
| 14892 |
msgctxt "option value" |
| 14893 |
msgid "%%query_month%% %%query_year%%" |
| 14894 |
msgstr "" |
| 14895 |
|
| 14896 |
#: lib/options.php:2088 |
| 14897 |
msgctxt "option value" |
| 14898 |
msgid "Monthly archive for %%query_month%%, %%query_year%%." |
| 14899 |
msgstr "" |
| 14900 |
|
| 14901 |
#: lib/options.php:2092 |
| 14902 |
msgctxt "option value" |
| 14903 |
msgid "%%query_month%% %%query_day%%, %%query_year%%" |
| 14904 |
msgstr "" |
| 14905 |
|
| 14906 |
#: lib/options.php:2096 |
| 14907 |
msgctxt "option value" |
| 14908 |
msgid "Daily archive for %%query_month%% %%query_day%%, %%query_year%%." |
| 14909 |
msgstr "" |
| 14910 |
|
| 14911 |
#: lib/page.php:1087 lib/util-inline.php:469 |
| 14912 |
msgid "Page %1$d of %2$d" |
| 14913 |
msgstr "" |
| 14914 |
|
| 14915 |
#: lib/page.php:1091 |
| 14916 |
msgid "Page %1$d" |
| 14917 |
msgstr "" |
| 14918 |
|
| 14919 |
#: lib/page.php:2328 |
| 14920 |
msgid "%s minute" |
| 14921 |
msgid_plural "%s minutes" |
| 14922 |
msgstr[0] "" |
| 14923 |
msgstr[1] "" |
| 14924 |
|
| 14925 |
#: lib/post.php:248 |
| 14926 |
msgctxt "module name" |
| 14927 |
msgid "post" |
| 14928 |
msgstr "" |
| 14929 |
|
| 14930 |
#: lib/post.php:278 |
| 14931 |
msgid "" |
| 14932 |
"The <a href=\"%1$s\">WordPress get_post_type() function</a> returned an " |
| 14933 |
"array for WP_Post object ID %2$s." |
| 14934 |
msgstr "" |
| 14935 |
|
| 14936 |
#: lib/post.php:278 |
| 14937 |
msgid "https://developer.wordpress.org/reference/functions/get_post_type/" |
| 14938 |
msgstr "" |
| 14939 |
|
| 14940 |
#: lib/post.php:280 |
| 14941 |
msgid "" |
| 14942 |
"This function must not return an array, it must return false or a post type " |
| 14943 |
"string." |
| 14944 |
msgstr "" |
| 14945 |
|
| 14946 |
#: lib/post.php:1337 |
| 14947 |
msgid "Checking %1$s for duplicate meta tags..." |
| 14948 |
msgstr "" |
| 14949 |
|
| 14950 |
#: lib/post.php:1370 |
| 14951 |
msgid "The webpage HTML retrieved from %1$s is %2$s bytes." |
| 14952 |
msgstr "" |
| 14953 |
|
| 14954 |
#: lib/post.php:1373 |
| 14955 |
msgid "" |
| 14956 |
"This exceeds the maximum limit of %1$s bytes imposed by the Google crawler." |
| 14957 |
msgstr "" |
| 14958 |
|
| 14959 |
#: lib/post.php:1376 |
| 14960 |
msgid "" |
| 14961 |
"If you do not reduce the webpage HTML size, Google will refuse to crawl this " |
| 14962 |
"webpage." |
| 14963 |
msgstr "" |
| 14964 |
|
| 14965 |
#: lib/post.php:1406 |
| 14966 |
msgid "Retrieving the webpage HTML for %1$s took %2$s seconds." |
| 14967 |
msgstr "" |
| 14968 |
|
| 14969 |
#: lib/post.php:1408 |
| 14970 |
msgid "" |
| 14971 |
"This exceeds the recommended limit of %1$s seconds (crawlers often time-out " |
| 14972 |
"after %2$s seconds)." |
| 14973 |
msgstr "" |
| 14974 |
|
| 14975 |
#: lib/post.php:1410 |
| 14976 |
msgid "Please consider improving the speed of your site." |
| 14977 |
msgstr "" |
| 14978 |
|
| 14979 |
#: lib/post.php:1411 |
| 14980 |
msgid "" |
| 14981 |
"As an added benefit, a faster site will also improve ranking in search " |
| 14982 |
"results." |
| 14983 |
msgstr "" |
| 14984 |
|
| 14985 |
#: lib/post.php:1425 |
| 14986 |
msgid "Error retrieving content from <a href=\"%1$s\">%1$s</a>." |
| 14987 |
msgstr "" |
| 14988 |
|
| 14989 |
#: lib/post.php:1439 |
| 14990 |
msgid "An %1$s tag was not found in <a href=\"%2$s\">%2$s</a>." |
| 14991 |
msgstr "" |
| 14992 |
|
| 14993 |
#: lib/post.php:1454 |
| 14994 |
msgid "No %1$s HTML tags were found in <a href=\"%2$s\">%2$s</a>." |
| 14995 |
msgstr "" |
| 14996 |
|
| 14997 |
#: lib/post.php:1471 |
| 14998 |
msgid "" |
| 14999 |
"The %1$s meta tags and Schema markup section was not found in <a href=\"%2$s" |
| 15000 |
"\">%2$s</a>." |
| 15001 |
msgstr "" |
| 15002 |
|
| 15003 |
#: lib/post.php:1474 |
| 15004 |
msgid "Does a caching plugin or service need to be refreshed?" |
| 15005 |
msgstr "" |
| 15006 |
|
| 15007 |
#: lib/post.php:1507 |
| 15008 |
msgid "The PHP %1$s function failed to remove the %2$s meta tag section." |
| 15009 |
msgstr "" |
| 15010 |
|
| 15011 |
#: lib/post.php:1509 |
| 15012 |
msgid "" |
| 15013 |
"This could indicate a problem with PHP's PCRE library, or an optimization " |
| 15014 |
"plugin / service corrupting the webpage HTML." |
| 15015 |
msgstr "" |
| 15016 |
|
| 15017 |
#: lib/post.php:1511 |
| 15018 |
msgid "" |
| 15019 |
"You should consider updating or having your hosting provider update your PHP " |
| 15020 |
"installation and its PCRE library." |
| 15021 |
msgstr "" |
| 15022 |
|
| 15023 |
#: lib/post.php:1531 |
| 15024 |
msgid "" |
| 15025 |
"Conflict detected - your theme or another plugin is adding %1$s to the head " |
| 15026 |
"section of this webpage." |
| 15027 |
msgstr "" |
| 15028 |
|
| 15029 |
#: lib/post.php:1550 |
| 15030 |
msgid "" |
| 15031 |
"An error occured parsing the head meta tags from <a href=\"%1$s\">%1$s</a> " |
| 15032 |
"(no \"link\" or \"meta\" HTML tags were found)." |
| 15033 |
msgstr "" |
| 15034 |
|
| 15035 |
#: lib/post.php:1552 |
| 15036 |
msgid "" |
| 15037 |
"The webpage may contain HTML syntax errors preventing PHP from successfully " |
| 15038 |
"parsing the HTML document." |
| 15039 |
msgstr "" |
| 15040 |
|
| 15041 |
#: lib/post.php:1555 |
| 15042 |
msgid "" |
| 15043 |
"Please review the <a href=\"%1$s\">W3C Markup Validator</a> results and " |
| 15044 |
"correct any syntax errors." |
| 15045 |
msgstr "" |
| 15046 |
|
| 15047 |
#: lib/post.php:1598 |
| 15048 |
msgid "%1$d duplicate meta tags found." |
| 15049 |
msgstr "" |
| 15050 |
|
| 15051 |
#: lib/post.php:1600 |
| 15052 |
msgid "Check %1$d of %2$d failed (will retry)..." |
| 15053 |
msgstr "" |
| 15054 |
|
| 15055 |
#: lib/post.php:1608 |
| 15056 |
msgid "Awesome! No duplicate meta tags found." |
| 15057 |
msgstr "" |
| 15058 |
|
| 15059 |
#: lib/post.php:1612 |
| 15060 |
msgid "Debug option is enabled - will keep repeating duplicate check..." |
| 15061 |
msgstr "" |
| 15062 |
|
| 15063 |
#: lib/post.php:1616 |
| 15064 |
msgid "Check %1$d of %2$d successful..." |
| 15065 |
msgstr "" |
| 15066 |
|
| 15067 |
#: lib/post.php:1815 |
| 15068 |
msgid "ajax request invalid nonce" |
| 15069 |
msgstr "" |
| 15070 |
|
| 15071 |
#: lib/post.php:1832 |
| 15072 |
msgid "post id %s invalid for metadata" |
| 15073 |
msgstr "" |
| 15074 |
|
| 15075 |
#: lib/post.php:1841 |
| 15076 |
msgid "user id %s cannot edit post id %s" |
| 15077 |
msgstr "" |
| 15078 |
|
| 15079 |
#: lib/post.php:2090 |
| 15080 |
msgid "Insufficient privileges to edit %1$s ID %2$s." |
| 15081 |
msgstr "" |
| 15082 |
|
| 15083 |
#: lib/profile/your-sso.php:48 |
| 15084 |
msgid "Invalid user ID." |
| 15085 |
msgstr "" |
| 15086 |
|
| 15087 |
#: lib/register.php:317 lib/register.php:325 |
| 15088 |
msgid "%1$s requires %2$s version %3$s or higher and has been deactivated." |
| 15089 |
msgstr "" |
| 15090 |
|
| 15091 |
#: lib/register.php:327 |
| 15092 |
msgid "Please upgrade %1$s before trying to re-activate the %2$s plugin." |
| 15093 |
msgstr "" |
| 15094 |
|
| 15095 |
#: lib/register.php:336 |
| 15096 |
msgid "Page Tags" |
| 15097 |
msgstr "" |
| 15098 |
|
| 15099 |
#: lib/register.php:337 |
| 15100 |
msgid "Page Tag" |
| 15101 |
msgstr "" |
| 15102 |
|
| 15103 |
#: lib/register.php:338 |
| 15104 |
msgctxt "admin menu name" |
| 15105 |
msgid "Page Tags" |
| 15106 |
msgstr "" |
| 15107 |
|
| 15108 |
#: lib/register.php:339 |
| 15109 |
msgid "All Page Tags" |
| 15110 |
msgstr "" |
| 15111 |
|
| 15112 |
#: lib/register.php:340 |
| 15113 |
msgid "Edit Page Tag" |
| 15114 |
msgstr "" |
| 15115 |
|
| 15116 |
#: lib/register.php:341 |
| 15117 |
msgid "View Page Tag" |
| 15118 |
msgstr "" |
| 15119 |
|
| 15120 |
#: lib/register.php:342 |
| 15121 |
msgid "Update Page Tag" |
| 15122 |
msgstr "" |
| 15123 |
|
| 15124 |
#: lib/register.php:343 |
| 15125 |
msgid "Add New Page Tag" |
| 15126 |
msgstr "" |
| 15127 |
|
| 15128 |
#: lib/register.php:344 |
| 15129 |
msgid "New Page Tag Name" |
| 15130 |
msgstr "" |
| 15131 |
|
| 15132 |
#: lib/register.php:345 |
| 15133 |
msgid "Parent Page Tag" |
| 15134 |
msgstr "" |
| 15135 |
|
| 15136 |
#: lib/register.php:346 |
| 15137 |
msgid "Parent Page Tag:" |
| 15138 |
msgstr "" |
| 15139 |
|
| 15140 |
#: lib/register.php:347 |
| 15141 |
msgid "Search Page Tags" |
| 15142 |
msgstr "" |
| 15143 |
|
| 15144 |
#: lib/register.php:348 |
| 15145 |
msgid "Popular Page Tags" |
| 15146 |
msgstr "" |
| 15147 |
|
| 15148 |
#: lib/register.php:349 |
| 15149 |
msgid "Separate page tags with commas" |
| 15150 |
msgstr "" |
| 15151 |
|
| 15152 |
#: lib/register.php:350 |
| 15153 |
msgid "Add or remove page tags" |
| 15154 |
msgstr "" |
| 15155 |
|
| 15156 |
#: lib/register.php:351 |
| 15157 |
msgid "Choose from the most used" |
| 15158 |
msgstr "" |
| 15159 |
|
| 15160 |
#: lib/register.php:352 |
| 15161 |
msgid "No page tags found." |
| 15162 |
msgstr "" |
| 15163 |
|
| 15164 |
#: lib/register.php:353 |
| 15165 |
msgid "← Back to page tags" |
| 15166 |
msgstr "" |
| 15167 |
|
| 15168 |
#: lib/register.php:357 |
| 15169 |
msgctxt "taxonomy label" |
| 15170 |
msgid "Page Tags" |
| 15171 |
msgstr "" |
| 15172 |
|
| 15173 |
#: lib/register.php:368 |
| 15174 |
msgctxt "taxonomy description" |
| 15175 |
msgid "Tags for the page post type." |
| 15176 |
msgstr "" |
| 15177 |
|
| 15178 |
#: lib/schema-single.php:1145 |
| 15179 |
msgid "adding schema organization" |
| 15180 |
msgstr "" |
| 15181 |
|
| 15182 |
#: lib/schema-single.php:1146 |
| 15183 |
msgid "adding schema organization ID \"%s\"" |
| 15184 |
msgstr "" |
| 15185 |
|
| 15186 |
#. translators: %1$s is the organization name, %2$s the Schema type URL. |
| 15187 |
#: lib/schema-single.php:1260 |
| 15188 |
msgid "" |
| 15189 |
"An organization logo image is missing and required for the \"%1$s\" " |
| 15190 |
"organization Schema %2$s markup." |
| 15191 |
msgstr "" |
| 15192 |
|
| 15193 |
#. translators: %1$s is the organization name, %2$s the Schema type URL. |
| 15194 |
#: lib/schema-single.php:1263 |
| 15195 |
msgid "" |
| 15196 |
"An organization banner image is missing and required for the \"%1$s\" " |
| 15197 |
"organization Schema %2$s markup." |
| 15198 |
msgstr "" |
| 15199 |
|
| 15200 |
#. translators: %1$s is the organization name, %2$s is 'site' (translated) or |
| 15201 |
#. organization ID. |
| 15202 |
#: lib/schema-single.php:1266 |
| 15203 |
msgid "Enter the missing image URL in the \"%1$s\" %2$s organization settings." |
| 15204 |
msgstr "" |
| 15205 |
|
| 15206 |
#: lib/schema-single.php:1302 |
| 15207 |
msgid "site" |
| 15208 |
msgstr "" |
| 15209 |
|
| 15210 |
#: lib/schema-single.php:1316 lib/schema-single.php:1325 |
| 15211 |
msgid "ID \"%s\"" |
| 15212 |
msgstr "" |
| 15213 |
|
| 15214 |
#: lib/schema-single.php:1487 |
| 15215 |
msgid "adding schema person" |
| 15216 |
msgstr "" |
| 15217 |
|
| 15218 |
#: lib/schema-single.php:1693 |
| 15219 |
msgid "adding schema place" |
| 15220 |
msgstr "" |
| 15221 |
|
| 15222 |
#: lib/schema-single.php:2197 |
| 15223 |
msgid "adding schema product group" |
| 15224 |
msgstr "" |
| 15225 |
|
| 15226 |
#: lib/schema-single.php:2334 |
| 15227 |
msgid "adding schema product" |
| 15228 |
msgstr "" |
| 15229 |
|
| 15230 |
#: lib/schema.php:746 |
| 15231 |
msgid "adding schema" |
| 15232 |
msgstr "" |
| 15233 |
|
| 15234 |
#: lib/schema.php:2250 |
| 15235 |
msgid "adding schema %s #%d image" |
| 15236 |
msgstr "" |
| 15237 |
|
| 15238 |
#: lib/schema.php:2423 |
| 15239 |
msgid "" |
| 15240 |
"Please note that although the Schema standard allows the subject of a review " |
| 15241 |
"to be any Schema type, <a href=\"%1$s\">Google does not allow reviews for " |
| 15242 |
"the Schema %2$s type</a>." |
| 15243 |
msgstr "" |
| 15244 |
|
| 15245 |
#: lib/schema.php:2450 |
| 15246 |
msgid "adding reviewed subject image" |
| 15247 |
msgstr "" |
| 15248 |
|
| 15249 |
#: lib/schema.php:4359 |
| 15250 |
msgid "checking schema properties" |
| 15251 |
msgstr "" |
| 15252 |
|
| 15253 |
#: lib/script.php:449 |
| 15254 |
msgid "No %s notifications." |
| 15255 |
msgstr "" |
| 15256 |
|
| 15257 |
#: lib/script.php:451 |
| 15258 |
msgid "Copy notifications to clipboard." |
| 15259 |
msgstr "" |
| 15260 |
|
| 15261 |
#: lib/script.php:485 |
| 15262 |
msgid "Copied to clipboard." |
| 15263 |
msgstr "" |
| 15264 |
|
| 15265 |
#: lib/script.php:486 |
| 15266 |
msgid "Value linked to {0} option" |
| 15267 |
msgstr "" |
| 15268 |
|
| 15269 |
#: lib/script.php:488 |
| 15270 |
msgid "There are {0} important error messages under the %s notification icon." |
| 15271 |
msgstr "" |
| 15272 |
|
| 15273 |
#: lib/script.php:491 |
| 15274 |
msgid "{0} of {1} characters minimum" |
| 15275 |
msgstr "" |
| 15276 |
|
| 15277 |
#: lib/script.php:492 |
| 15278 |
msgid "{0} of {1} characters recommended" |
| 15279 |
msgstr "" |
| 15280 |
|
| 15281 |
#: lib/script.php:493 |
| 15282 |
msgid "{0} of {1} characters maximum" |
| 15283 |
msgstr "" |
| 15284 |
|
| 15285 |
#: lib/script.php:494 |
| 15286 |
msgid "{0} characters" |
| 15287 |
msgstr "" |
| 15288 |
|
| 15289 |
#: lib/sitesubmenu/site-advanced.php:42 lib/submenu/advanced.php:32 |
| 15290 |
msgctxt "metabox title" |
| 15291 |
msgid "Plugin Settings" |
| 15292 |
msgstr "" |
| 15293 |
|
| 15294 |
#: lib/sitesubmenu/site-advanced.php:74 lib/submenu/advanced.php:86 |
| 15295 |
msgctxt "metabox tab" |
| 15296 |
msgid "Plugin Admin" |
| 15297 |
msgstr "" |
| 15298 |
|
| 15299 |
#: lib/sitesubmenu/site-advanced.php:75 lib/submenu/advanced.php:87 |
| 15300 |
msgctxt "metabox tab" |
| 15301 |
msgid "Integration" |
| 15302 |
msgstr "" |
| 15303 |
|
| 15304 |
#: lib/std/media/facebook.php:85 lib/std/media/facebook.php:100 |
| 15305 |
msgctxt "video service name" |
| 15306 |
msgid "Facebook" |
| 15307 |
msgstr "" |
| 15308 |
|
| 15309 |
#: lib/std/media/slideshare.php:133 |
| 15310 |
msgctxt "video service name" |
| 15311 |
msgid "SlideShare" |
| 15312 |
msgstr "" |
| 15313 |
|
| 15314 |
#: lib/std/media/soundcloud.php:89 |
| 15315 |
msgctxt "video service name" |
| 15316 |
msgid "SoundCloud" |
| 15317 |
msgstr "" |
| 15318 |
|
| 15319 |
#: lib/std/media/vimeo.php:88 |
| 15320 |
msgctxt "video service name" |
| 15321 |
msgid "Vimeo" |
| 15322 |
msgstr "" |
| 15323 |
|
| 15324 |
#: lib/std/media/wistia.php:163 |
| 15325 |
msgctxt "video service name" |
| 15326 |
msgid "Wistia" |
| 15327 |
msgstr "" |
| 15328 |
|
| 15329 |
#: lib/std/media/wpvideoblock.php:76 |
| 15330 |
msgctxt "video service name" |
| 15331 |
msgid "WordPress block" |
| 15332 |
msgstr "" |
| 15333 |
|
| 15334 |
#: lib/std/media/wpvideoshortcode.php:79 |
| 15335 |
msgctxt "video service name" |
| 15336 |
msgid "WordPress shortcode" |
| 15337 |
msgstr "" |
| 15338 |
|
| 15339 |
#: lib/std/media/youtube.php:89 |
| 15340 |
msgctxt "video service name" |
| 15341 |
msgid "YouTube" |
| 15342 |
msgstr "" |
| 15343 |
|
| 15344 |
#: lib/std/review/judgeme.php:36 |
| 15345 |
msgid "Judge.me" |
| 15346 |
msgstr "" |
| 15347 |
|
| 15348 |
#: lib/std/review/judgeme.php:37 |
| 15349 |
msgid "Judge.me Product Reviews for WooCommerce" |
| 15350 |
msgstr "" |
| 15351 |
|
| 15352 |
#: lib/std/review/judgeme.php:39 |
| 15353 |
msgid "The %1$s plugin is active." |
| 15354 |
msgstr "" |
| 15355 |
|
| 15356 |
#: lib/std/review/judgeme.php:40 |
| 15357 |
msgid "" |
| 15358 |
"Please note that service API modules, like the one required to retrieve data " |
| 15359 |
"from the %1$s service API, are provided with the %2$s edition." |
| 15360 |
msgstr "" |
| 15361 |
|
| 15362 |
#: lib/submenu/addons.php:37 |
| 15363 |
msgctxt "metabox title" |
| 15364 |
msgid "Free Plugin Add-ons" |
| 15365 |
msgstr "" |
| 15366 |
|
| 15367 |
#: lib/submenu/advanced.php:33 |
| 15368 |
msgctxt "metabox title" |
| 15369 |
msgid "Service APIs" |
| 15370 |
msgstr "" |
| 15371 |
|
| 15372 |
#: lib/submenu/advanced.php:34 |
| 15373 |
msgctxt "metabox title" |
| 15374 |
msgid "Document Types" |
| 15375 |
msgstr "" |
| 15376 |
|
| 15377 |
#: lib/submenu/advanced.php:35 |
| 15378 |
msgctxt "metabox title" |
| 15379 |
msgid "Schema Defaults" |
| 15380 |
msgstr "" |
| 15381 |
|
| 15382 |
#: lib/submenu/advanced.php:37 |
| 15383 |
msgctxt "metabox title" |
| 15384 |
msgid "About the User" |
| 15385 |
msgstr "" |
| 15386 |
|
| 15387 |
#: lib/submenu/advanced.php:38 |
| 15388 |
msgctxt "metabox title" |
| 15389 |
msgid "Contact Fields" |
| 15390 |
msgstr "" |
| 15391 |
|
| 15392 |
#: lib/submenu/advanced.php:88 |
| 15393 |
msgctxt "metabox tab" |
| 15394 |
msgid "Default Text" |
| 15395 |
msgstr "" |
| 15396 |
|
| 15397 |
#: lib/submenu/advanced.php:89 |
| 15398 |
msgctxt "metabox tab" |
| 15399 |
msgid "Image Sizes" |
| 15400 |
msgstr "" |
| 15401 |
|
| 15402 |
#: lib/submenu/advanced.php:90 |
| 15403 |
msgctxt "metabox tab" |
| 15404 |
msgid "Interface" |
| 15405 |
msgstr "" |
| 15406 |
|
| 15407 |
#: lib/submenu/advanced.php:109 |
| 15408 |
msgctxt "metabox tab" |
| 15409 |
msgid "Media Services" |
| 15410 |
msgstr "" |
| 15411 |
|
| 15412 |
#: lib/submenu/advanced.php:110 |
| 15413 |
msgctxt "metabox tab" |
| 15414 |
msgid "Shortening Services" |
| 15415 |
msgstr "" |
| 15416 |
|
| 15417 |
#: lib/submenu/advanced.php:111 |
| 15418 |
msgctxt "metabox tab" |
| 15419 |
msgid "Ratings and Reviews" |
| 15420 |
msgstr "" |
| 15421 |
|
| 15422 |
#: lib/submenu/advanced.php:130 lib/submenu/advanced.php:237 |
| 15423 |
msgctxt "metabox tab" |
| 15424 |
msgid "Open Graph" |
| 15425 |
msgstr "" |
| 15426 |
|
| 15427 |
#: lib/submenu/advanced.php:131 |
| 15428 |
msgctxt "metabox tab" |
| 15429 |
msgid "Schema" |
| 15430 |
msgstr "" |
| 15431 |
|
| 15432 |
#: lib/submenu/advanced.php:150 |
| 15433 |
msgctxt "metabox tab" |
| 15434 |
msgid "Article" |
| 15435 |
msgstr "" |
| 15436 |
|
| 15437 |
#: lib/submenu/advanced.php:151 |
| 15438 |
msgctxt "metabox tab" |
| 15439 |
msgid "Book" |
| 15440 |
msgstr "" |
| 15441 |
|
| 15442 |
#: lib/submenu/advanced.php:152 |
| 15443 |
msgctxt "metabox tab" |
| 15444 |
msgid "Creative Work" |
| 15445 |
msgstr "" |
| 15446 |
|
| 15447 |
#: lib/submenu/advanced.php:153 |
| 15448 |
msgctxt "metabox tab" |
| 15449 |
msgid "Event" |
| 15450 |
msgstr "" |
| 15451 |
|
| 15452 |
#: lib/submenu/advanced.php:154 |
| 15453 |
msgctxt "metabox tab" |
| 15454 |
msgid "Job Posting" |
| 15455 |
msgstr "" |
| 15456 |
|
| 15457 |
#: lib/submenu/advanced.php:155 |
| 15458 |
msgctxt "metabox tab" |
| 15459 |
msgid "Place" |
| 15460 |
msgstr "" |
| 15461 |
|
| 15462 |
#: lib/submenu/advanced.php:156 |
| 15463 |
msgctxt "metabox tab" |
| 15464 |
msgid "Product" |
| 15465 |
msgstr "" |
| 15466 |
|
| 15467 |
#: lib/submenu/advanced.php:157 |
| 15468 |
msgctxt "metabox tab" |
| 15469 |
msgid "Profile Page" |
| 15470 |
msgstr "" |
| 15471 |
|
| 15472 |
#: lib/submenu/advanced.php:158 |
| 15473 |
msgctxt "metabox tab" |
| 15474 |
msgid "Review" |
| 15475 |
msgstr "" |
| 15476 |
|
| 15477 |
#: lib/submenu/advanced.php:159 |
| 15478 |
msgctxt "metabox tab" |
| 15479 |
msgid "Service" |
| 15480 |
msgstr "" |
| 15481 |
|
| 15482 |
#: lib/submenu/advanced.php:190 |
| 15483 |
msgctxt "metabox tab" |
| 15484 |
msgid "Default Contacts" |
| 15485 |
msgstr "" |
| 15486 |
|
| 15487 |
#: lib/submenu/advanced.php:191 |
| 15488 |
msgctxt "metabox tab" |
| 15489 |
msgid "Custom Contacts" |
| 15490 |
msgstr "" |
| 15491 |
|
| 15492 |
#: lib/submenu/advanced.php:211 |
| 15493 |
msgctxt "metabox tab" |
| 15494 |
msgid "Custom Fields" |
| 15495 |
msgstr "" |
| 15496 |
|
| 15497 |
#: lib/submenu/advanced.php:236 lib/submenu/general.php:93 |
| 15498 |
msgctxt "metabox tab" |
| 15499 |
msgid "Facebook" |
| 15500 |
msgstr "" |
| 15501 |
|
| 15502 |
#: lib/submenu/advanced.php:238 lib/submenu/general.php:96 |
| 15503 |
msgctxt "metabox tab" |
| 15504 |
msgid "X (Twitter)" |
| 15505 |
msgstr "" |
| 15506 |
|
| 15507 |
#: lib/submenu/advanced.php:261 |
| 15508 |
msgctxt "option label" |
| 15509 |
msgid "Remove Settings on Uninstall" |
| 15510 |
msgstr "" |
| 15511 |
|
| 15512 |
#: lib/submenu/advanced.php:267 |
| 15513 |
msgctxt "option label" |
| 15514 |
msgid "Minimize Schema JSON-LD" |
| 15515 |
msgstr "" |
| 15516 |
|
| 15517 |
#: lib/submenu/advanced.php:273 |
| 15518 |
msgctxt "option label" |
| 15519 |
msgid "Use Plugin MO Translations" |
| 15520 |
msgstr "" |
| 15521 |
|
| 15522 |
#: lib/submenu/advanced.php:288 lib/util.php:3607 |
| 15523 |
msgctxt "option label" |
| 15524 |
msgid "Disable Cache for Debugging" |
| 15525 |
msgstr "" |
| 15526 |
|
| 15527 |
#: lib/submenu/debug.php:32 |
| 15528 |
msgctxt "metabox title" |
| 15529 |
msgid "Troubleshooting Guide" |
| 15530 |
msgstr "" |
| 15531 |
|
| 15532 |
#: lib/submenu/essential.php:42 |
| 15533 |
msgctxt "metabox title" |
| 15534 |
msgid "Essential Settings" |
| 15535 |
msgstr "" |
| 15536 |
|
| 15537 |
#: lib/submenu/general.php:32 |
| 15538 |
msgctxt "metabox title" |
| 15539 |
msgid "General Settings" |
| 15540 |
msgstr "" |
| 15541 |
|
| 15542 |
#: lib/submenu/general.php:33 |
| 15543 |
msgctxt "metabox title" |
| 15544 |
msgid "Social and Search Sites" |
| 15545 |
msgstr "" |
| 15546 |
|
| 15547 |
#: lib/submenu/general.php:34 |
| 15548 |
msgctxt "metabox title" |
| 15549 |
msgid "Social Pages and Accounts" |
| 15550 |
msgstr "" |
| 15551 |
|
| 15552 |
#: lib/submenu/general.php:70 |
| 15553 |
msgctxt "metabox tab" |
| 15554 |
msgid "Site Information" |
| 15555 |
msgstr "" |
| 15556 |
|
| 15557 |
#: lib/submenu/general.php:71 |
| 15558 |
msgctxt "metabox tab" |
| 15559 |
msgid "Location Defaults" |
| 15560 |
msgstr "" |
| 15561 |
|
| 15562 |
#: lib/submenu/general.php:72 |
| 15563 |
msgctxt "metabox tab" |
| 15564 |
msgid "Titles / Descriptions" |
| 15565 |
msgstr "" |
| 15566 |
|
| 15567 |
#: lib/submenu/general.php:73 |
| 15568 |
msgctxt "metabox tab" |
| 15569 |
msgid "Images" |
| 15570 |
msgstr "" |
| 15571 |
|
| 15572 |
#: lib/submenu/general.php:74 |
| 15573 |
msgctxt "metabox tab" |
| 15574 |
msgid "Videos" |
| 15575 |
msgstr "" |
| 15576 |
|
| 15577 |
#: lib/submenu/general.php:94 |
| 15578 |
msgctxt "metabox tab" |
| 15579 |
msgid "Google" |
| 15580 |
msgstr "" |
| 15581 |
|
| 15582 |
#: lib/submenu/general.php:95 |
| 15583 |
msgctxt "metabox tab" |
| 15584 |
msgid "Pinterest" |
| 15585 |
msgstr "" |
| 15586 |
|
| 15587 |
#: lib/submenu/general.php:97 |
| 15588 |
msgctxt "metabox tab" |
| 15589 |
msgid "Other Sites" |
| 15590 |
msgstr "" |
| 15591 |
|
| 15592 |
#: lib/submenu/general.php:128 lib/submenu/general.php:272 |
| 15593 |
msgctxt "option label" |
| 15594 |
msgid "Default Image ID" |
| 15595 |
msgstr "" |
| 15596 |
|
| 15597 |
#: lib/submenu/general.php:133 lib/submenu/general.php:277 |
| 15598 |
msgctxt "option label" |
| 15599 |
msgid "or Default Image URL" |
| 15600 |
msgstr "" |
| 15601 |
|
| 15602 |
#: lib/submenu/general.php:159 |
| 15603 |
msgctxt "option label" |
| 15604 |
msgid "Site Alternate Name" |
| 15605 |
msgstr "" |
| 15606 |
|
| 15607 |
#: lib/submenu/general.php:170 |
| 15608 |
msgctxt "option label" |
| 15609 |
msgid "Site Home URL" |
| 15610 |
msgstr "" |
| 15611 |
|
| 15612 |
#: lib/submenu/general.php:182 |
| 15613 |
msgctxt "option label" |
| 15614 |
msgid "Organization Location" |
| 15615 |
msgstr "" |
| 15616 |
|
| 15617 |
#: lib/submenu/general.php:188 |
| 15618 |
msgctxt "option label" |
| 15619 |
msgid "Organization Schema Type" |
| 15620 |
msgstr "" |
| 15621 |
|
| 15622 |
#: lib/submenu/general.php:205 |
| 15623 |
msgctxt "option label" |
| 15624 |
msgid "Default Country" |
| 15625 |
msgstr "" |
| 15626 |
|
| 15627 |
#: lib/submenu/general.php:210 |
| 15628 |
msgctxt "option label" |
| 15629 |
msgid "Default Timezone" |
| 15630 |
msgstr "" |
| 15631 |
|
| 15632 |
#: lib/submenu/general.php:215 |
| 15633 |
msgctxt "option label" |
| 15634 |
msgid "Default Currency" |
| 15635 |
msgstr "" |
| 15636 |
|
| 15637 |
#: lib/submenu/general.php:220 |
| 15638 |
msgctxt "option label" |
| 15639 |
msgid "Default Dimension Units" |
| 15640 |
msgstr "" |
| 15641 |
|
| 15642 |
#: lib/submenu/general.php:226 |
| 15643 |
msgctxt "option label" |
| 15644 |
msgid "Default Weight Units" |
| 15645 |
msgstr "" |
| 15646 |
|
| 15647 |
#: lib/submenu/general.php:232 |
| 15648 |
msgctxt "option label" |
| 15649 |
msgid "Default Fluid Volume Units" |
| 15650 |
msgstr "" |
| 15651 |
|
| 15652 |
#: lib/submenu/general.php:242 |
| 15653 |
msgctxt "option label" |
| 15654 |
msgid "Title Separator" |
| 15655 |
msgstr "" |
| 15656 |
|
| 15657 |
#: lib/submenu/general.php:247 |
| 15658 |
msgctxt "option label" |
| 15659 |
msgid "Truncated Text Ellipsis" |
| 15660 |
msgstr "" |
| 15661 |
|
| 15662 |
#: lib/submenu/general.php:252 |
| 15663 |
msgctxt "option label" |
| 15664 |
msgid "Description Hashtags" |
| 15665 |
msgstr "" |
| 15666 |
|
| 15667 |
#: lib/submenu/general.php:256 |
| 15668 |
msgctxt "option comment" |
| 15669 |
msgid "tag names" |
| 15670 |
msgstr "" |
| 15671 |
|
| 15672 |
#: lib/submenu/general.php:265 |
| 15673 |
msgctxt "option label" |
| 15674 |
msgid "Maximum Images to Include" |
| 15675 |
msgstr "" |
| 15676 |
|
| 15677 |
#: lib/submenu/general.php:292 |
| 15678 |
msgctxt "option label" |
| 15679 |
msgid "Facebook Domain Verification ID" |
| 15680 |
msgstr "" |
| 15681 |
|
| 15682 |
#: lib/submenu/general.php:297 |
| 15683 |
msgctxt "option label" |
| 15684 |
msgid "Facebook Locale" |
| 15685 |
msgstr "" |
| 15686 |
|
| 15687 |
#: lib/submenu/general.php:302 |
| 15688 |
msgctxt "option label" |
| 15689 |
msgid "Facebook Application ID" |
| 15690 |
msgstr "" |
| 15691 |
|
| 15692 |
#: lib/submenu/general.php:311 |
| 15693 |
msgctxt "option label" |
| 15694 |
msgid "Google Website Verification ID" |
| 15695 |
msgstr "" |
| 15696 |
|
| 15697 |
#: lib/submenu/general.php:327 |
| 15698 |
msgctxt "option label" |
| 15699 |
msgid "Robots Snippet Max. Length" |
| 15700 |
msgstr "" |
| 15701 |
|
| 15702 |
#: lib/submenu/general.php:335 |
| 15703 |
msgctxt "option label" |
| 15704 |
msgid "Robots Image Preview Size" |
| 15705 |
msgstr "" |
| 15706 |
|
| 15707 |
#: lib/submenu/general.php:341 |
| 15708 |
msgctxt "option label" |
| 15709 |
msgid "Robots Video Max. Previews" |
| 15710 |
msgstr "" |
| 15711 |
|
| 15712 |
#: lib/submenu/general.php:353 |
| 15713 |
msgctxt "option label" |
| 15714 |
msgid "Pinterest Website Verification ID" |
| 15715 |
msgstr "" |
| 15716 |
|
| 15717 |
#: lib/submenu/general.php:358 |
| 15718 |
msgctxt "option label" |
| 15719 |
msgid "Add \"nopin\" to Site Header Image" |
| 15720 |
msgstr "" |
| 15721 |
|
| 15722 |
#: lib/submenu/general.php:364 |
| 15723 |
msgctxt "option label" |
| 15724 |
msgid "Add Pinterest \"nopin\" to Images" |
| 15725 |
msgstr "" |
| 15726 |
|
| 15727 |
#: lib/submenu/general.php:380 |
| 15728 |
msgctxt "option value" |
| 15729 |
msgid "Summary" |
| 15730 |
msgstr "" |
| 15731 |
|
| 15732 |
#: lib/submenu/general.php:381 |
| 15733 |
msgctxt "option value" |
| 15734 |
msgid "Summary Large Image" |
| 15735 |
msgstr "" |
| 15736 |
|
| 15737 |
#: lib/submenu/general.php:385 |
| 15738 |
msgctxt "option label" |
| 15739 |
msgid "X (Twitter) Card for Singular with Image" |
| 15740 |
msgstr "" |
| 15741 |
|
| 15742 |
#: lib/submenu/general.php:390 |
| 15743 |
msgctxt "option label" |
| 15744 |
msgid "X (Twitter) Card Type by Default" |
| 15745 |
msgstr "" |
| 15746 |
|
| 15747 |
#: lib/submenu/general.php:399 |
| 15748 |
msgctxt "option label" |
| 15749 |
msgid "Ahrefs Website Verification ID" |
| 15750 |
msgstr "" |
| 15751 |
|
| 15752 |
#: lib/submenu/general.php:404 |
| 15753 |
msgctxt "option label" |
| 15754 |
msgid "Baidu Website Verification ID" |
| 15755 |
msgstr "" |
| 15756 |
|
| 15757 |
#: lib/submenu/general.php:409 |
| 15758 |
msgctxt "option label" |
| 15759 |
msgid "Bing Website Verification ID" |
| 15760 |
msgstr "" |
| 15761 |
|
| 15762 |
#: lib/submenu/general.php:414 |
| 15763 |
msgctxt "option label" |
| 15764 |
msgid "Yandex Website Verification ID" |
| 15765 |
msgstr "" |
| 15766 |
|
| 15767 |
#: lib/submenu/general.php:469 |
| 15768 |
msgctxt "option label" |
| 15769 |
msgid "Site Publisher Type" |
| 15770 |
msgstr "" |
| 15771 |
|
| 15772 |
#: lib/submenu/general.php:478 |
| 15773 |
msgctxt "option label" |
| 15774 |
msgid "Site Publisher Person" |
| 15775 |
msgstr "" |
| 15776 |
|
| 15777 |
#: lib/submenu/licenses.php:36 |
| 15778 |
msgctxt "metabox title" |
| 15779 |
msgid "Plugin and Add-on Licenses" |
| 15780 |
msgstr "" |
| 15781 |
|
| 15782 |
#: lib/submenu/licenses.php:108 |
| 15783 |
msgctxt "option label" |
| 15784 |
msgid "%s Authentication ID" |
| 15785 |
msgstr "" |
| 15786 |
|
| 15787 |
#: lib/submenu/licenses.php:118 |
| 15788 |
msgctxt "option label" |
| 15789 |
msgid "Current Site Address" |
| 15790 |
msgstr "" |
| 15791 |
|
| 15792 |
#: lib/submenu/licenses.php:124 |
| 15793 |
msgctxt "option label" |
| 15794 |
msgid "Support and Updates Expire" |
| 15795 |
msgstr "" |
| 15796 |
|
| 15797 |
#: lib/submenu/licenses.php:125 |
| 15798 |
msgctxt "option label" |
| 15799 |
msgid "License Information" |
| 15800 |
msgstr "" |
| 15801 |
|
| 15802 |
#: lib/submenu/licenses.php:134 |
| 15803 |
msgctxt "option value" |
| 15804 |
msgid "Not available" |
| 15805 |
msgstr "" |
| 15806 |
|
| 15807 |
#: lib/submenu/licenses.php:140 |
| 15808 |
msgctxt "option value" |
| 15809 |
msgid "Never (Nontransferable Lifetime License)" |
| 15810 |
msgstr "" |
| 15811 |
|
| 15812 |
#: lib/submenu/licenses.php:150 |
| 15813 |
msgid "%d of %d site addresses registered" |
| 15814 |
msgstr "" |
| 15815 |
|
| 15816 |
#: lib/submenu/licenses.php:152 |
| 15817 |
msgid "%s site addresses registered" |
| 15818 |
msgstr "" |
| 15819 |
|
| 15820 |
#: lib/submenu/setup.php:32 |
| 15821 |
msgctxt "metabox title" |
| 15822 |
msgid "Setup Guide" |
| 15823 |
msgstr "" |
| 15824 |
|
| 15825 |
#: lib/submenu/tools.php:46 |
| 15826 |
msgctxt "submit button" |
| 15827 |
msgid "Refresh Cache" |
| 15828 |
msgstr "" |
| 15829 |
|
| 15830 |
#: lib/submenu/tools.php:48 |
| 15831 |
msgctxt "submit button" |
| 15832 |
msgid "Clear %s Cached File" |
| 15833 |
msgid_plural "Clear %s Cached Files" |
| 15834 |
msgstr[0] "" |
| 15835 |
msgstr[1] "" |
| 15836 |
|
| 15837 |
#: lib/submenu/tools.php:51 |
| 15838 |
msgctxt "submit button" |
| 15839 |
msgid "Clear %s Failed URL Connection" |
| 15840 |
msgid_plural "Clear %s Failed URL Connections" |
| 15841 |
msgstr[0] "" |
| 15842 |
msgstr[1] "" |
| 15843 |
|
| 15844 |
#: lib/submenu/tools.php:54 |
| 15845 |
msgctxt "submit button" |
| 15846 |
msgid "Clear %s Database Transient" |
| 15847 |
msgid_plural "Clear %s Database Transients" |
| 15848 |
msgstr[0] "" |
| 15849 |
msgstr[1] "" |
| 15850 |
|
| 15851 |
#: lib/submenu/tools.php:57 |
| 15852 |
msgctxt "submit button" |
| 15853 |
msgid "Clear %s Short URL DB Transient" |
| 15854 |
msgid_plural "Clear %s Short URL DB Transients" |
| 15855 |
msgstr[0] "" |
| 15856 |
msgstr[1] "" |
| 15857 |
|
| 15858 |
#: lib/submenu/tools.php:60 |
| 15859 |
msgctxt "submit button" |
| 15860 |
msgid "Clear %s Expired DB Transient" |
| 15861 |
msgid_plural "Clear %s Expired DB Transients" |
| 15862 |
msgstr[0] "" |
| 15863 |
msgstr[1] "" |
| 15864 |
|
| 15865 |
#: lib/submenu/tools.php:63 |
| 15866 |
msgctxt "submit button" |
| 15867 |
msgid "Clear %s WordPress Cron Job" |
| 15868 |
msgid_plural "Clear %s WordPress Cron Jobs" |
| 15869 |
msgstr[0] "" |
| 15870 |
msgstr[1] "" |
| 15871 |
|
| 15872 |
#: lib/submenu/tools.php:66 |
| 15873 |
msgctxt "submit button" |
| 15874 |
msgid "Flush WordPress Rewrite Rules" |
| 15875 |
msgstr "" |
| 15876 |
|
| 15877 |
#: lib/submenu/tools.php:71 |
| 15878 |
msgctxt "submit button" |
| 15879 |
msgid "Export Plugin and Add-on Settings" |
| 15880 |
msgstr "" |
| 15881 |
|
| 15882 |
#: lib/submenu/tools.php:72 |
| 15883 |
msgctxt "submit button" |
| 15884 |
msgid "Import Plugin and Add-on Settings" |
| 15885 |
msgstr "" |
| 15886 |
|
| 15887 |
#: lib/submenu/tools.php:77 |
| 15888 |
msgctxt "submit button" |
| 15889 |
msgid "Add %s Role to Content Creators" |
| 15890 |
msgstr "" |
| 15891 |
|
| 15892 |
#: lib/submenu/tools.php:78 |
| 15893 |
msgctxt "submit button" |
| 15894 |
msgid "Remove %s Role from All Users" |
| 15895 |
msgstr "" |
| 15896 |
|
| 15897 |
#: lib/submenu/tools.php:79 |
| 15898 |
msgctxt "submit button" |
| 15899 |
msgid "Reload Default Image Sizes" |
| 15900 |
msgstr "" |
| 15901 |
|
| 15902 |
#: lib/submenu/tools.php:136 |
| 15903 |
msgctxt "submit button" |
| 15904 |
msgid "Reset Dismissed Notices" |
| 15905 |
msgstr "" |
| 15906 |
|
| 15907 |
#: lib/submenu/tools.php:137 |
| 15908 |
msgctxt "submit button" |
| 15909 |
msgid "Reset Metabox Layout" |
| 15910 |
msgstr "" |
| 15911 |
|
| 15912 |
#: lib/submenu/tools.php:155 |
| 15913 |
msgid "" |
| 15914 |
"The maximum execution time for this background task is currently set to %s." |
| 15915 |
msgstr "" |
| 15916 |
|
| 15917 |
#: lib/submenu/tools.php:160 |
| 15918 |
msgid "" |
| 15919 |
"All database transients are cleared, except for the shortened URL database " |
| 15920 |
"transients." |
| 15921 |
msgstr "" |
| 15922 |
|
| 15923 |
#: lib/submenu/tools.php:174 |
| 15924 |
msgid "Members of the role are used for some Schema property selections." |
| 15925 |
msgstr "" |
| 15926 |
|
| 15927 |
#: lib/submenu/tools.php:175 |
| 15928 |
msgid "" |
| 15929 |
"Content Creators are administrators, editors, authors, and contributors." |
| 15930 |
msgstr "" |
| 15931 |
|
| 15932 |
#: lib/submenu/tools.php:183 |
| 15933 |
msgid "%s Failed URL Connections:" |
| 15934 |
msgstr "" |
| 15935 |
|
| 15936 |
#: lib/term.php:209 |
| 15937 |
msgctxt "module name" |
| 15938 |
msgid "term" |
| 15939 |
msgstr "" |
| 15940 |
|
| 15941 |
#: lib/term.php:967 |
| 15942 |
msgid "Insufficient privileges to edit term ID %1$s." |
| 15943 |
msgstr "" |
| 15944 |
|
| 15945 |
#: lib/twittercard.php:192 |
| 15946 |
msgctxt "metabox title" |
| 15947 |
msgid "X (Twitter) App Card" |
| 15948 |
msgstr "" |
| 15949 |
|
| 15950 |
#: lib/twittercard.php:200 |
| 15951 |
msgctxt "metabox title" |
| 15952 |
msgid "X (Twitter) Player Card" |
| 15953 |
msgstr "" |
| 15954 |
|
| 15955 |
#: lib/twittercard.php:208 |
| 15956 |
msgctxt "metabox title" |
| 15957 |
msgid "X (Twitter) Summary Card" |
| 15958 |
msgstr "" |
| 15959 |
|
| 15960 |
#: lib/twittercard.php:216 |
| 15961 |
msgctxt "metabox title" |
| 15962 |
msgid "X (Twitter) Summary Card Large Image" |
| 15963 |
msgstr "" |
| 15964 |
|
| 15965 |
#: lib/twittercard.php:590 |
| 15966 |
msgid "Written by" |
| 15967 |
msgstr "" |
| 15968 |
|
| 15969 |
#: lib/twittercard.php:597 |
| 15970 |
msgid "Est. reading time" |
| 15971 |
msgstr "" |
| 15972 |
|
| 15973 |
#: lib/twittercard.php:608 |
| 15974 |
msgid "Price" |
| 15975 |
msgstr "" |
| 15976 |
|
| 15977 |
#: lib/twittercard.php:626 |
| 15978 |
msgid "Availability" |
| 15979 |
msgstr "" |
| 15980 |
|
| 15981 |
#: lib/user.php:210 |
| 15982 |
msgctxt "module name" |
| 15983 |
msgid "user" |
| 15984 |
msgstr "" |
| 15985 |
|
| 15986 |
#: lib/user.php:912 |
| 15987 |
msgid "Examples: Dr, Mrs, Mr." |
| 15988 |
msgstr "" |
| 15989 |
|
| 15990 |
#: lib/user.php:918 |
| 15991 |
msgid "Examples: CPA, Esq., M.D., P.E., PhD., PMP, RN" |
| 15992 |
msgstr "" |
| 15993 |
|
| 15994 |
#: lib/user.php:1026 |
| 15995 |
msgid "(not a Facebook Pages URL)" |
| 15996 |
msgstr "" |
| 15997 |
|
| 15998 |
#: lib/user.php:1756 |
| 15999 |
msgid "Insufficient privileges to edit user ID %1$s." |
| 16000 |
msgstr "" |
| 16001 |
|
| 16002 |
#: lib/user.php:1806 lib/user.php:1881 |
| 16003 |
msgctxt "task name" |
| 16004 |
msgid "add the Person role" |
| 16005 |
msgstr "" |
| 16006 |
|
| 16007 |
#: lib/user.php:1814 |
| 16008 |
msgid "" |
| 16009 |
"A background task will begin in the next %1$s to %2$s for content creators." |
| 16010 |
msgstr "" |
| 16011 |
|
| 16012 |
#: lib/user.php:1854 |
| 16013 |
msgctxt "toolbar menu title" |
| 16014 |
msgid "View Profile" |
| 16015 |
msgstr "" |
| 16016 |
|
| 16017 |
#: lib/user.php:1891 lib/user.php:1982 lib/util-cache.php:378 |
| 16018 |
msgctxt "time on date" |
| 16019 |
msgid "%2$s on %1$s" |
| 16020 |
msgstr "" |
| 16021 |
|
| 16022 |
#: lib/user.php:1892 |
| 16023 |
msgid "A task to %1$s to content creators was started at %2$s." |
| 16024 |
msgstr "" |
| 16025 |
|
| 16026 |
#: lib/user.php:1926 |
| 16027 |
msgid "The %1$s role has been added to %2$d content creators." |
| 16028 |
msgstr "" |
| 16029 |
|
| 16030 |
#: lib/user.php:1927 lib/user.php:2021 |
| 16031 |
msgid "The total execution time for this task was %s." |
| 16032 |
msgstr "" |
| 16033 |
|
| 16034 |
#: lib/user.php:1943 lib/user.php:1972 |
| 16035 |
msgctxt "task name" |
| 16036 |
msgid "remove the Person role" |
| 16037 |
msgstr "" |
| 16038 |
|
| 16039 |
#: lib/user.php:1951 |
| 16040 |
msgid "A background task will begin in the next %1$s to %2$s from all users." |
| 16041 |
msgstr "" |
| 16042 |
|
| 16043 |
#: lib/user.php:1983 |
| 16044 |
msgid "A task to %1$s from all users was started at %2$s." |
| 16045 |
msgstr "" |
| 16046 |
|
| 16047 |
#: lib/user.php:2020 |
| 16048 |
msgid "The %1$s role has been removed from %2$d users." |
| 16049 |
msgstr "" |
| 16050 |
|
| 16051 |
#. translators: Please ignore - translation uses a different text domain. |
| 16052 |
#: lib/users/add-person.php:51 lib/users/add-person.php:92 |
| 16053 |
#: lib/users/add-person.php:275 |
| 16054 |
msgid "You need a higher level of permission." |
| 16055 |
msgstr "" |
| 16056 |
|
| 16057 |
#. translators: Please ignore - translation uses a different text domain. |
| 16058 |
#: lib/users/add-person.php:53 lib/users/add-person.php:94 |
| 16059 |
#: lib/users/add-person.php:277 |
| 16060 |
msgid "Sorry, you are not allowed to create users." |
| 16061 |
msgstr "" |
| 16062 |
|
| 16063 |
#: lib/users/add-person.php:80 |
| 16064 |
msgid "Person added." |
| 16065 |
msgstr "" |
| 16066 |
|
| 16067 |
#: lib/users/add-person.php:127 |
| 16068 |
msgid "Create a new person for use in Open Graph meta tags and Schema markup." |
| 16069 |
msgstr "" |
| 16070 |
|
| 16071 |
#: lib/users/add-person.php:143 |
| 16072 |
msgid "Username" |
| 16073 |
msgstr "" |
| 16074 |
|
| 16075 |
#: lib/users/add-person.php:144 lib/users/add-person.php:157 |
| 16076 |
#: lib/users/add-person.php:167 |
| 16077 |
msgid "(required)" |
| 16078 |
msgstr "" |
| 16079 |
|
| 16080 |
#: lib/users/add-person.php:149 |
| 16081 |
msgid "Usernames cannot be changed (without a plugin)." |
| 16082 |
msgstr "" |
| 16083 |
|
| 16084 |
#: lib/users/add-person.php:156 |
| 16085 |
msgid "First Name" |
| 16086 |
msgstr "" |
| 16087 |
|
| 16088 |
#: lib/users/add-person.php:166 |
| 16089 |
msgid "Last Name" |
| 16090 |
msgstr "" |
| 16091 |
|
| 16092 |
#: lib/users/add-person.php:183 |
| 16093 |
msgid "Email" |
| 16094 |
msgstr "" |
| 16095 |
|
| 16096 |
#: lib/users/add-person.php:191 |
| 16097 |
msgid "Website" |
| 16098 |
msgstr "" |
| 16099 |
|
| 16100 |
#: lib/users/add-person.php:213 |
| 16101 |
msgid "About the person" |
| 16102 |
msgstr "" |
| 16103 |
|
| 16104 |
#: lib/users/add-person.php:219 |
| 16105 |
msgid "Biographical Info" |
| 16106 |
msgstr "" |
| 16107 |
|
| 16108 |
#: lib/users/add-person.php:228 |
| 16109 |
msgid "Add the Person" |
| 16110 |
msgstr "" |
| 16111 |
|
| 16112 |
#. translators: Please ignore - translation uses a different text domain. |
| 16113 |
#: lib/users/add-person.php:338 |
| 16114 |
msgid "<strong>Error</strong>: Please enter a username." |
| 16115 |
msgstr "" |
| 16116 |
|
| 16117 |
#. translators: Please ignore - translation uses a different text domain. |
| 16118 |
#: lib/users/add-person.php:343 |
| 16119 |
msgid "" |
| 16120 |
"<strong>Error</strong>: This username is invalid because it uses illegal " |
| 16121 |
"characters. Please enter a valid username." |
| 16122 |
msgstr "" |
| 16123 |
|
| 16124 |
#. translators: Please ignore - translation uses a different text domain. |
| 16125 |
#: lib/users/add-person.php:348 |
| 16126 |
msgid "" |
| 16127 |
"<strong>Error</strong>: This username is already registered. Please choose " |
| 16128 |
"another one." |
| 16129 |
msgstr "" |
| 16130 |
|
| 16131 |
#. translators: Please ignore - translation uses a different text domain. |
| 16132 |
#: lib/users/add-person.php:353 |
| 16133 |
msgid "<strong>Error</strong>: Sorry, that username is not allowed." |
| 16134 |
msgstr "" |
| 16135 |
|
| 16136 |
#. translators: Please ignore - translation uses a different text domain. |
| 16137 |
#: lib/users/add-person.php:364 |
| 16138 |
msgid "<strong>Error</strong>: The email address isn’t correct." |
| 16139 |
msgstr "" |
| 16140 |
|
| 16141 |
#. translators: Please ignore - translation uses a different text domain. |
| 16142 |
#: lib/users/add-person.php:370 |
| 16143 |
msgid "" |
| 16144 |
"<strong>Error</strong>: This email is already registered, please choose " |
| 16145 |
"another one." |
| 16146 |
msgstr "" |
| 16147 |
|
| 16148 |
#: lib/util-cache.php:178 |
| 16149 |
msgid "A task to %s is currently running." |
| 16150 |
msgstr "" |
| 16151 |
|
| 16152 |
#: lib/util-cache.php:252 lib/util-cache.php:332 lib/util-cache.php:368 |
| 16153 |
msgctxt "task name" |
| 16154 |
msgid "refresh the cache" |
| 16155 |
msgstr "" |
| 16156 |
|
| 16157 |
#: lib/util-cache.php:268 lib/util-cache.php:340 |
| 16158 |
msgid "" |
| 16159 |
"A background task will begin in %1$s to %2$s for posts, terms and users." |
| 16160 |
msgstr "" |
| 16161 |
|
| 16162 |
#: lib/util-cache.php:285 |
| 16163 |
msgid "" |
| 16164 |
"A background task was scheduled to begin %1$s ago to %2$s for posts, terms " |
| 16165 |
"and users." |
| 16166 |
msgstr "" |
| 16167 |
|
| 16168 |
#: lib/util-cache.php:288 |
| 16169 |
msgid "WordPress should have run the %s event hook at that time." |
| 16170 |
msgstr "" |
| 16171 |
|
| 16172 |
#: lib/util-cache.php:291 |
| 16173 |
msgid "" |
| 16174 |
"If the task does not run, this could indicate a problem with your hosting " |
| 16175 |
"provider's event scheduler and/or a lack of support for the WordPress %s " |
| 16176 |
"function." |
| 16177 |
msgstr "" |
| 16178 |
|
| 16179 |
#: lib/util-cache.php:293 |
| 16180 |
msgid "You can activate a plugin like %s to manage scheduled events." |
| 16181 |
msgstr "" |
| 16182 |
|
| 16183 |
#: lib/util-cache.php:295 |
| 16184 |
msgid "WP Crontrol" |
| 16185 |
msgstr "" |
| 16186 |
|
| 16187 |
#: lib/util-cache.php:379 |
| 16188 |
msgid "A task to %1$s was started at %2$s." |
| 16189 |
msgstr "" |
| 16190 |
|
| 16191 |
#: lib/util-cache.php:466 |
| 16192 |
msgid "Processing %1$s ID #%2$d (%1$s %3$d of %4$d)." |
| 16193 |
msgstr "" |
| 16194 |
|
| 16195 |
#: lib/util-cache.php:475 |
| 16196 |
msgid "The cache refresh time limit of %s has been reached." |
| 16197 |
msgstr "" |
| 16198 |
|
| 16199 |
#: lib/util-cache.php:478 |
| 16200 |
msgid "The cache refresh task aborted after %1$s ID #%2$d (%1$s %3$d of %4$d)." |
| 16201 |
msgstr "" |
| 16202 |
|
| 16203 |
#: lib/util-cache.php:497 |
| 16204 |
msgid "" |
| 16205 |
"The transient cache for %1$d posts, %2$d terms, and %3$d users has been " |
| 16206 |
"refreshed." |
| 16207 |
msgstr "" |
| 16208 |
|
| 16209 |
#: lib/util-cache.php:519 |
| 16210 |
msgid "The total execution time for this task was %s (%s peak memory use)." |
| 16211 |
msgstr "" |
| 16212 |
|
| 16213 |
#: lib/util-cache.php:568 |
| 16214 |
msgid "Ignoring request to %s - this task is already running." |
| 16215 |
msgstr "" |
| 16216 |
|
| 16217 |
#: lib/util-cache.php:671 |
| 16218 |
msgid "" |
| 16219 |
"The PHP %1$s function failed to set a maximum execution time of %2$s to %3$s." |
| 16220 |
msgstr "" |
| 16221 |
|
| 16222 |
#: lib/util-cache.php:721 |
| 16223 |
msgid "The cache for <strong>%s</strong> has also been cleared." |
| 16224 |
msgstr "" |
| 16225 |
|
| 16226 |
#: lib/util-cache.php:730 |
| 16227 |
msgid "WordPress object cache" |
| 16228 |
msgstr "" |
| 16229 |
|
| 16230 |
#: lib/util-cache.php:750 |
| 16231 |
msgid "Autoptimize" |
| 16232 |
msgstr "" |
| 16233 |
|
| 16234 |
#: lib/util-cache.php:765 |
| 16235 |
msgid "Cache Enabler" |
| 16236 |
msgstr "" |
| 16237 |
|
| 16238 |
#: lib/util-cache.php:778 |
| 16239 |
msgid "Comet Cache" |
| 16240 |
msgstr "" |
| 16241 |
|
| 16242 |
#: lib/util-cache.php:792 |
| 16243 |
msgid "Hummingbird Cache" |
| 16244 |
msgstr "" |
| 16245 |
|
| 16246 |
#: lib/util-cache.php:807 |
| 16247 |
msgid "LiteSpeed Cache" |
| 16248 |
msgstr "" |
| 16249 |
|
| 16250 |
#: lib/util-cache.php:820 |
| 16251 |
msgid "Pagely" |
| 16252 |
msgstr "" |
| 16253 |
|
| 16254 |
#: lib/util-cache.php:831 |
| 16255 |
msgid "Siteground Cache" |
| 16256 |
msgstr "" |
| 16257 |
|
| 16258 |
#: lib/util-cache.php:846 |
| 16259 |
msgid "W3 Total Cache" |
| 16260 |
msgstr "" |
| 16261 |
|
| 16262 |
#: lib/util-cache.php:864 |
| 16263 |
msgid "WP Engine Cache" |
| 16264 |
msgstr "" |
| 16265 |
|
| 16266 |
#: lib/util-cache.php:876 |
| 16267 |
msgid "WP Fastest Cache" |
| 16268 |
msgstr "" |
| 16269 |
|
| 16270 |
#: lib/util-cache.php:886 |
| 16271 |
msgid "WP Rocket Cache" |
| 16272 |
msgstr "" |
| 16273 |
|
| 16274 |
#: lib/util-cache.php:898 |
| 16275 |
msgid "WP Super Cache" |
| 16276 |
msgstr "" |
| 16277 |
|
| 16278 |
#: lib/util-cache.php:1039 |
| 16279 |
msgid "Failed to open the cache folder %s for reading." |
| 16280 |
msgstr "" |
| 16281 |
|
| 16282 |
#: lib/util-metabox.php:43 |
| 16283 |
msgid "Reload the page to show this content." |
| 16284 |
msgstr "" |
| 16285 |
|
| 16286 |
#: lib/util-metabox.php:285 |
| 16287 |
msgctxt "option comment" |
| 16288 |
msgid "%1$d additional options not shown in \"%2$s\" view" |
| 16289 |
msgstr "" |
| 16290 |
|
| 16291 |
#: lib/util-metabox.php:288 |
| 16292 |
msgctxt "option comment" |
| 16293 |
msgid "show these options now" |
| 16294 |
msgstr "" |
| 16295 |
|
| 16296 |
#: lib/util-metabox.php:293 |
| 16297 |
msgctxt "option comment" |
| 16298 |
msgid "%1$d additional rows not shown in \"%2$s\" view" |
| 16299 |
msgstr "" |
| 16300 |
|
| 16301 |
#: lib/util-metabox.php:296 |
| 16302 |
msgctxt "option comment" |
| 16303 |
msgid "show these rows now" |
| 16304 |
msgstr "" |
| 16305 |
|
| 16306 |
#: lib/util-units.php:190 |
| 16307 |
msgctxt "option value" |
| 16308 |
msgid "mm" |
| 16309 |
msgstr "" |
| 16310 |
|
| 16311 |
#: lib/util-units.php:191 |
| 16312 |
msgctxt "option value" |
| 16313 |
msgid "cm" |
| 16314 |
msgstr "" |
| 16315 |
|
| 16316 |
#: lib/util-units.php:192 |
| 16317 |
msgctxt "option value" |
| 16318 |
msgid "m" |
| 16319 |
msgstr "" |
| 16320 |
|
| 16321 |
#: lib/util-units.php:193 |
| 16322 |
msgctxt "option value" |
| 16323 |
msgid "in" |
| 16324 |
msgstr "" |
| 16325 |
|
| 16326 |
#: lib/util-units.php:194 |
| 16327 |
msgctxt "option value" |
| 16328 |
msgid "ft" |
| 16329 |
msgstr "" |
| 16330 |
|
| 16331 |
#: lib/util-units.php:195 |
| 16332 |
msgctxt "option value" |
| 16333 |
msgid "yd" |
| 16334 |
msgstr "" |
| 16335 |
|
| 16336 |
#: lib/util-units.php:284 |
| 16337 |
msgctxt "option value" |
| 16338 |
msgid "ml" |
| 16339 |
msgstr "" |
| 16340 |
|
| 16341 |
#: lib/util-units.php:285 |
| 16342 |
msgctxt "option value" |
| 16343 |
msgid "cl" |
| 16344 |
msgstr "" |
| 16345 |
|
| 16346 |
#: lib/util-units.php:286 |
| 16347 |
msgctxt "option value" |
| 16348 |
msgid "l" |
| 16349 |
msgstr "" |
| 16350 |
|
| 16351 |
#: lib/util-units.php:287 |
| 16352 |
msgctxt "option value" |
| 16353 |
msgid "US tsp" |
| 16354 |
msgstr "" |
| 16355 |
|
| 16356 |
#: lib/util-units.php:288 |
| 16357 |
msgctxt "option value" |
| 16358 |
msgid "US tbsp" |
| 16359 |
msgstr "" |
| 16360 |
|
| 16361 |
#: lib/util-units.php:289 |
| 16362 |
msgctxt "option value" |
| 16363 |
msgid "US fl oz" |
| 16364 |
msgstr "" |
| 16365 |
|
| 16366 |
#: lib/util-units.php:290 |
| 16367 |
msgctxt "option value" |
| 16368 |
msgid "US cup" |
| 16369 |
msgstr "" |
| 16370 |
|
| 16371 |
#: lib/util-units.php:291 |
| 16372 |
msgctxt "option value" |
| 16373 |
msgid "US pt" |
| 16374 |
msgstr "" |
| 16375 |
|
| 16376 |
#: lib/util-units.php:292 |
| 16377 |
msgctxt "option value" |
| 16378 |
msgid "US qt" |
| 16379 |
msgstr "" |
| 16380 |
|
| 16381 |
#: lib/util-units.php:293 |
| 16382 |
msgctxt "option value" |
| 16383 |
msgid "US gal" |
| 16384 |
msgstr "" |
| 16385 |
|
| 16386 |
#: lib/util-units.php:398 |
| 16387 |
msgctxt "option value" |
| 16388 |
msgid "mg" |
| 16389 |
msgstr "" |
| 16390 |
|
| 16391 |
#: lib/util-units.php:399 |
| 16392 |
msgctxt "option value" |
| 16393 |
msgid "g" |
| 16394 |
msgstr "" |
| 16395 |
|
| 16396 |
#: lib/util-units.php:400 |
| 16397 |
msgctxt "option value" |
| 16398 |
msgid "kg" |
| 16399 |
msgstr "" |
| 16400 |
|
| 16401 |
#: lib/util-units.php:401 |
| 16402 |
msgctxt "option value" |
| 16403 |
msgid "oz" |
| 16404 |
msgstr "" |
| 16405 |
|
| 16406 |
#: lib/util-units.php:402 |
| 16407 |
msgctxt "option value" |
| 16408 |
msgid "lbs" |
| 16409 |
msgstr "" |
| 16410 |
|
| 16411 |
#: lib/util-units.php:403 |
| 16412 |
msgctxt "option value" |
| 16413 |
msgid "st" |
| 16414 |
msgstr "" |
| 16415 |
|
| 16416 |
#: lib/util.php:540 |
| 16417 |
msgid "cropped" |
| 16418 |
msgstr "" |
| 16419 |
|
| 16420 |
#: lib/util.php:540 |
| 16421 |
msgid "uncropped" |
| 16422 |
msgstr "" |
| 16423 |
|
| 16424 |
#: lib/util.php:895 |
| 16425 |
msgid "https://www.php.net/manual/en/function.%s.php" |
| 16426 |
msgstr "" |
| 16427 |
|
| 16428 |
#: lib/util.php:899 |
| 16429 |
msgid "Slow PHP function detected - %1$s took %2$.3f secs for %3$s (%4$s)." |
| 16430 |
msgstr "" |
| 16431 |
|
| 16432 |
#: lib/util.php:910 lib/util.php:3588 |
| 16433 |
msgid "See %s for more information." |
| 16434 |
msgstr "" |
| 16435 |
|
| 16436 |
#: lib/util.php:911 lib/util.php:3589 |
| 16437 |
msgid "Server request URI = %s" |
| 16438 |
msgstr "" |
| 16439 |
|
| 16440 |
#: lib/util.php:1443 |
| 16441 |
msgid "Error reading the %s file for the article sections list." |
| 16442 |
msgstr "" |
| 16443 |
|
| 16444 |
#: lib/util.php:1545 |
| 16445 |
msgid "Error reading the %s file for the product categories list." |
| 16446 |
msgstr "" |
| 16447 |
|
| 16448 |
#: lib/util.php:1695 |
| 16449 |
msgid "The <code>%1$s</code> request argument is not HTML or a valid URL." |
| 16450 |
msgstr "" |
| 16451 |
|
| 16452 |
#: lib/util.php:1723 |
| 16453 |
msgid "Error getting HTML from <a href=\"%1$s\">%1$s</a>." |
| 16454 |
msgstr "" |
| 16455 |
|
| 16456 |
#: lib/util.php:1756 |
| 16457 |
msgid "Webpage retrieved from <a href=\"%1$s\">%1$s</a> is empty." |
| 16458 |
msgstr "" |
| 16459 |
|
| 16460 |
#. translators: %1$s is the class name. |
| 16461 |
#: lib/util.php:1867 |
| 16462 |
msgid "" |
| 16463 |
"The PHP %s class is missing – contact your hosting provider to have " |
| 16464 |
"the missing class installed." |
| 16465 |
msgstr "" |
| 16466 |
|
| 16467 |
#. translators: %1$s is the function name. |
| 16468 |
#: lib/util.php:1881 |
| 16469 |
msgid "" |
| 16470 |
"The PHP %s function is missing – contact your hosting provider to have " |
| 16471 |
"the missing function installed." |
| 16472 |
msgstr "" |
| 16473 |
|
| 16474 |
#: lib/util.php:3581 |
| 16475 |
msgid "https://developer.wordpress.org/reference/hooks/%s/" |
| 16476 |
msgstr "" |
| 16477 |
|
| 16478 |
#: lib/util.php:3585 |
| 16479 |
msgid "" |
| 16480 |
"Slow filter hook(s) detected - WordPress took %1$.3f secs to execute the " |
| 16481 |
"\"%2$s\" filter (%3$s)." |
| 16482 |
msgstr "" |
| 16483 |
|
| 16484 |
#: lib/util.php:3613 |
| 16485 |
msgid "" |
| 16486 |
"Slow filter hook(s) detected - the WordPress %1$s filter took %2$.3f seconds " |
| 16487 |
"to execute." |
| 16488 |
msgstr "" |
| 16489 |
|
| 16490 |
#: lib/util.php:3615 |
| 16491 |
msgid "" |
| 16492 |
"This is longer than the recommended maximum of %1$.3f seconds and may affect " |
| 16493 |
"page load time." |
| 16494 |
msgstr "" |
| 16495 |
|
| 16496 |
#: lib/util.php:3617 |
| 16497 |
msgid "" |
| 16498 |
"You should consider reviewing active plugin and theme functions hooked into " |
| 16499 |
"the WordPress %1$s filter for slow and/or sub-optimal PHP code." |
| 16500 |
msgstr "" |
| 16501 |
|
| 16502 |
#: lib/util.php:3619 |
| 16503 |
msgid "" |
| 16504 |
"Activating the %1$s plugin and enabling the the %2$s option (to apply the " |
| 16505 |
"filter consistently) may provide more information on the specific hooks or " |
| 16506 |
"PHP code affecting performance." |
| 16507 |
msgstr "" |
| 16508 |
|
| 16509 |
#: lib/util.php:4010 |
| 16510 |
msgctxt "option label" |
| 16511 |
msgid "Facebook Sharing Debugger" |
| 16512 |
msgstr "" |
| 16513 |
|
| 16514 |
#: lib/util.php:4011 |
| 16515 |
msgctxt "validator type" |
| 16516 |
msgid "Open Graph" |
| 16517 |
msgstr "" |
| 16518 |
|
| 16519 |
#: lib/util.php:4015 |
| 16520 |
msgctxt "option label" |
| 16521 |
msgid "Facebook Microdata Debug Tool" |
| 16522 |
msgstr "" |
| 16523 |
|
| 16524 |
#: lib/util.php:4016 |
| 16525 |
msgctxt "validator type" |
| 16526 |
msgid "Microdata" |
| 16527 |
msgstr "" |
| 16528 |
|
| 16529 |
#: lib/util.php:4020 |
| 16530 |
msgctxt "option label" |
| 16531 |
msgid "Google AMP Test" |
| 16532 |
msgstr "" |
| 16533 |
|
| 16534 |
#: lib/util.php:4021 |
| 16535 |
msgctxt "validator type" |
| 16536 |
msgid "AMP Markup" |
| 16537 |
msgstr "" |
| 16538 |
|
| 16539 |
#: lib/util.php:4025 |
| 16540 |
msgctxt "option label" |
| 16541 |
msgid "Google PageSpeed Insights" |
| 16542 |
msgstr "" |
| 16543 |
|
| 16544 |
#: lib/util.php:4026 |
| 16545 |
msgctxt "validator type" |
| 16546 |
msgid "PageSpeed" |
| 16547 |
msgstr "" |
| 16548 |
|
| 16549 |
#: lib/util.php:4030 |
| 16550 |
msgctxt "option label" |
| 16551 |
msgid "Google Rich Results Test" |
| 16552 |
msgstr "" |
| 16553 |
|
| 16554 |
#: lib/util.php:4031 |
| 16555 |
msgctxt "validator type" |
| 16556 |
msgid "Rich Results" |
| 16557 |
msgstr "" |
| 16558 |
|
| 16559 |
#: lib/util.php:4035 |
| 16560 |
msgctxt "option label" |
| 16561 |
msgid "LinkedIn Post Inspector" |
| 16562 |
msgstr "" |
| 16563 |
|
| 16564 |
#: lib/util.php:4036 |
| 16565 |
msgctxt "validator type" |
| 16566 |
msgid "oEmbed Data" |
| 16567 |
msgstr "" |
| 16568 |
|
| 16569 |
#: lib/util.php:4040 |
| 16570 |
msgctxt "option label" |
| 16571 |
msgid "Pinterest Rich Pins Validator" |
| 16572 |
msgstr "" |
| 16573 |
|
| 16574 |
#: lib/util.php:4041 |
| 16575 |
msgctxt "validator type" |
| 16576 |
msgid "Rich Pins" |
| 16577 |
msgstr "" |
| 16578 |
|
| 16579 |
#: lib/util.php:4045 |
| 16580 |
msgctxt "option label" |
| 16581 |
msgid "Schema Markup Validator" |
| 16582 |
msgstr "" |
| 16583 |
|
| 16584 |
#: lib/util.php:4046 |
| 16585 |
msgctxt "validator type" |
| 16586 |
msgid "Schema Markup" |
| 16587 |
msgstr "" |
| 16588 |
|
| 16589 |
#: lib/util.php:4050 |
| 16590 |
msgctxt "option label" |
| 16591 |
msgid "X (Twitter) Card Validator" |
| 16592 |
msgstr "" |
| 16593 |
|
| 16594 |
#: lib/util.php:4051 |
| 16595 |
msgctxt "validator type" |
| 16596 |
msgid "X (Twitter) Card" |
| 16597 |
msgstr "" |
| 16598 |
|
| 16599 |
#: lib/util.php:4056 |
| 16600 |
msgctxt "option label" |
| 16601 |
msgid "W3C Markup Validator" |
| 16602 |
msgstr "" |
| 16603 |
|
| 16604 |
#: lib/util.php:4057 |
| 16605 |
msgctxt "validator type" |
| 16606 |
msgid "HTML Markup" |
| 16607 |
msgstr "" |
| 16608 |
|
| 16609 |
#. translators: %1$s is an action message, %2$s is the module or post type |
| 16610 |
#. name. |
| 16611 |
#: lib/util.php:4127 |
| 16612 |
msgid "%1$s for this %2$s" |
| 16613 |
msgstr "" |
| 16614 |
|
| 16615 |
#. translators: %1$s is an action message, %2$s is the module or post type name |
| 16616 |
#. and %3$d is the object ID. |
| 16617 |
#: lib/util.php:4137 |
| 16618 |
msgid "%1$s for %2$s ID %3$d" |
| 16619 |
msgstr "" |
| 16620 |
|
| 16621 |
#: wpsso.php:641 |
| 16622 |
msgctxt "option comment" |
| 16623 |
msgid "(%s constant is true)" |
| 16624 |
msgstr "" |
| 16625 |
|
| 16626 |
#: wpsso.php:644 |
| 16627 |
msgctxt "option comment" |
| 16628 |
msgid "(%s constant is false)" |
| 16629 |
msgstr "" |
| 16630 |
|
| 16631 |
#: wpsso.php:839 |
| 16632 |
msgid "" |
| 16633 |
"WP debug logging mode is active - debug messages are being sent to the " |
| 16634 |
"WordPress debug log." |
| 16635 |
msgstr "" |
| 16636 |
|
| 16637 |
#: wpsso.php:846 |
| 16638 |
msgid "" |
| 16639 |
"HTML debug mode is active - debug messages are being added to webpages as " |
| 16640 |
"hidden HTML comments." |
| 16641 |
msgstr "" |
| 16642 |
|
| 16643 |
#: wpsso.php:854 |
| 16644 |
msgid "" |
| 16645 |
"The %s plugin's debug mode generates thousands of messages during page load, " |
| 16646 |
"which affects website performance." |
| 16647 |
msgstr "" |
| 16648 |
|
| 16649 |
#: wpsso.php:856 |
| 16650 |
msgid "Don't forget to disable debug mode when debugging is complete." |
| 16651 |
msgstr "" |
| 16652 |
|
| 16653 |
#: wpsso.php:866 |
| 16654 |
msgid "" |
| 16655 |
"The %s plugin's cache feature is disabled for debugging, which affects " |
| 16656 |
"website performance." |
| 16657 |
msgstr "" |
| 16658 |
|
| 16659 |
#: wpsso.php:868 |
| 16660 |
msgid "Don't forget to re-enable caching when debugging is complete." |
| 16661 |
msgstr "" |
| 16662 |
|
| 16663 |
#. Plugin Name of the plugin/theme |
| 16664 |
msgid "WPSSO Core" |
| 16665 |
msgstr "" |
| 16666 |
|
| 16667 |
#. Plugin URI of the plugin/theme |
| 16668 |
msgid "https://wpsso.com/extend/plugins/wpsso/" |
| 16669 |
msgstr "" |
| 16670 |
|
| 16671 |
#. Description of the plugin/theme |
| 16672 |
msgid "" |
| 16673 |
"Present your content at its best for social sites and search results, no " |
| 16674 |
"matter how URLs are shared, reshared, messaged, posted, embedded, or crawled." |
| 16675 |
msgstr "" |
| 16676 |
|
| 16677 |
#. Author of the plugin/theme |
| 16678 |
msgid "JS Morisset" |
| 16679 |
msgstr "" |
| 16680 |
|
| 16681 |
#. Author URI of the plugin/theme |
| 16682 |
msgid "https://wpsso.com/" |
| 16683 |
msgstr "" |
| 16684 |
|