# Copyright (C) 2026 ROBOTSTXT # This file is distributed under the GPL v3 or later. msgid "" msgstr "" "Project-Id-Version: OpenGraph (by ROBOTSTXT) 1.0.0\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/robotstxt-og\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "POT-Creation-Date: 2026-02-18T06:52:54+00:00\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "X-Generator: WP-CLI 2.12.0\n" "X-Domain: robotstxt-og\n" #. Plugin Name of the plugin #: robotstxt-og.php msgid "OpenGraph (by ROBOTSTXT)" msgstr "" #. Plugin URI of the plugin #: robotstxt-og.php msgid "https://git.robotstxt.es/ROBOTSTXT/robotstxt-og" msgstr "" #. Description of the plugin #: robotstxt-og.php msgid "Intelligent Open Graph image fallback for social media crawlers. Automatically detects and serves compatible image formats (JPEG/PNG) when modern formats (AVIF/WebP) are used as featured images." msgstr "" #. Author of the plugin #: robotstxt-og.php msgid "ROBOTSTXT" msgstr "" #. Author URI of the plugin #: robotstxt-og.php msgid "https://www.robotstxt.es/" msgstr "" #: admin/class-robotstxt-og-admin-settings.php:84 #: admin/class-robotstxt-og-admin-settings.php:526 #: admin/class-robotstxt-og-admin-settings.php:573 msgid "Security check failed" msgstr "" #: admin/class-robotstxt-og-admin-settings.php:89 #: admin/class-robotstxt-og-admin-settings.php:500 #: admin/class-robotstxt-og-admin-settings.php:531 #: admin/class-robotstxt-og-admin-settings.php:578 msgid "You do not have sufficient permissions to access this page." msgstr "" #. translators: %d: post ID #: admin/class-robotstxt-og-admin-settings.php:100 #, php-format msgid "Successfully cleared cached fallback URL for post #%d." msgstr "" #: admin/class-robotstxt-og-admin-settings.php:121 msgid "OpenGraph Settings" msgstr "" #: admin/class-robotstxt-og-admin-settings.php:122 msgid "OpenGraph" msgstr "" #: admin/class-robotstxt-og-admin-settings.php:211 msgid "General Settings" msgstr "" #: admin/class-robotstxt-og-admin-settings.php:218 msgid "Global Fallback Image" msgstr "" #: admin/class-robotstxt-og-admin-settings.php:226 #: admin/class-robotstxt-og-admin-settings.php:347 msgid "Homepage Image" msgstr "" #: admin/class-robotstxt-og-admin-settings.php:234 msgid "Data Management" msgstr "" #: admin/class-robotstxt-og-admin-settings.php:243 msgid "Social Media Tags" msgstr "" #: admin/class-robotstxt-og-admin-settings.php:250 msgid "Facebook / OG Tags" msgstr "" #: admin/class-robotstxt-og-admin-settings.php:258 msgid "Twitter Card Tags" msgstr "" #: admin/class-robotstxt-og-admin-settings.php:266 msgid "Twitter Card Type" msgstr "" #: admin/class-robotstxt-og-admin-settings.php:274 msgid "Twitter/X Site Handle" msgstr "" #: admin/class-robotstxt-og-admin-settings.php:290 msgid "Configure OpenGraph image fallback behavior." msgstr "" #: admin/class-robotstxt-og-admin-settings.php:311 msgid "Fallback Image" msgstr "" #: admin/class-robotstxt-og-admin-settings.php:316 #: admin/class-robotstxt-og-admin-settings.php:352 #: admin/class-robotstxt-og-admin-settings.php:699 msgid "Select Image" msgstr "" #: admin/class-robotstxt-og-admin-settings.php:320 #: admin/class-robotstxt-og-admin-settings.php:356 msgid "Remove Image" msgstr "" #: admin/class-robotstxt-og-admin-settings.php:324 msgid "Used as Open Graph image when a post has no featured image or when no compatible format (JPEG/PNG) is found." msgstr "" #: admin/class-robotstxt-og-admin-settings.php:360 msgid "Dedicated Open Graph image for the site homepage. Falls back to the Global Fallback Image if not set." msgstr "" #: admin/class-robotstxt-og-admin-settings.php:378 msgid "Delete all plugin data when uninstalling" msgstr "" #: admin/class-robotstxt-og-admin-settings.php:381 msgid "Warning: This will permanently delete all cached fallback URLs and plugin settings. This action cannot be undone." msgstr "" #: admin/class-robotstxt-og-admin-settings.php:395 msgid "Choose which social media meta tag groups to output and configure their behavior." msgstr "" #: admin/class-robotstxt-og-admin-settings.php:411 msgid "Enable Facebook / Open Graph image tags" msgstr "" #: admin/class-robotstxt-og-admin-settings.php:414 msgid "Outputs og:title, og:type, og:url, og:description, og:site_name, og:locale, og:image, og:image:width, og:image:height, og:image:type, and og:image:alt meta tags." msgstr "" #: admin/class-robotstxt-og-admin-settings.php:431 msgid "Enable Twitter Card image tags" msgstr "" #: admin/class-robotstxt-og-admin-settings.php:434 msgid "Outputs twitter:card, twitter:site, and twitter:image meta tags." msgstr "" #: admin/class-robotstxt-og-admin-settings.php:449 msgid "Summary with large image" msgstr "" #: admin/class-robotstxt-og-admin-settings.php:450 msgid "Summary (small image)" msgstr "" #: admin/class-robotstxt-og-admin-settings.php:461 msgid "Controls the twitter:card meta tag value. \"Summary with large image\" is recommended for most sites." msgstr "" #: admin/class-robotstxt-og-admin-settings.php:485 msgid "Your site's Twitter/X account handle (e.g. @example). Used for the twitter:site meta tag." msgstr "" #. translators: %d: number of cleared cache entries #: admin/class-robotstxt-og-admin-settings.php:542 #, php-format msgid "Successfully cleared %d cached fallback URLs." msgstr "" #. translators: 1: number of successful resolutions 2: number of failed resolutions #: admin/class-robotstxt-og-admin-settings.php:589 #, php-format msgid "Batch resolution complete. Success: %1$d, Failed: %2$d" msgstr "" #: admin/class-robotstxt-og-admin-settings.php:700 msgid "Use This Image" msgstr "" #: admin/class-robotstxt-og-admin-settings.php:701 msgid "Are you sure you want to clear all cached fallback URLs? This action cannot be undone." msgstr "" #: admin/class-robotstxt-og-admin-settings.php:702 msgid "Are you sure you want to re-resolve all images? This may take some time on large sites." msgstr "" #: admin/views/settings-page.php:33 msgid "Settings tabs" msgstr "" #: admin/views/settings-page.php:36 msgid "Settings" msgstr "" #: admin/views/settings-page.php:40 msgid "Tools" msgstr "" #: admin/views/settings-page.php:44 msgid "Diagnostics" msgstr "" #: admin/views/settings-page.php:56 msgid "Save Settings" msgstr "" #: admin/views/settings-page.php:62 msgid "Cache Management" msgstr "" #: admin/views/settings-page.php:64 msgid "Use these tools to manage cached fallback image URLs." msgstr "" #: admin/views/settings-page.php:70 msgid "Clear All Caches" msgstr "" #: admin/views/settings-page.php:89 msgid "Clear All Cached URLs" msgstr "" #: admin/views/settings-page.php:92 msgid "Delete all cached fallback URLs. Images will be re-resolved on next page view." msgstr "" #: admin/views/settings-page.php:98 msgid "Re-resolve All Images" msgstr "" #: admin/views/settings-page.php:117 msgid "Re-resolve All Images Now" msgstr "" #: admin/views/settings-page.php:120 msgid "Clear cache and immediately re-resolve all posts with featured images. May take time on large sites." msgstr "" #: admin/views/settings-page.php:127 msgid "Plugin Information" msgstr "" #: admin/views/settings-page.php:132 msgid "Version" msgstr "" #: admin/views/settings-page.php:136 msgid "Documentation" msgstr "" #: admin/views/settings-page.php:139 msgid "View Documentation" msgstr "" #: admin/views/settings-page.php:144 msgid "Support" msgstr "" #: admin/views/settings-page.php:147 msgid "Report an Issue" msgstr "" #: admin/views/settings-page.php:194 msgid "Statistics" msgstr "" #: admin/views/settings-page.php:199 msgid "Posts with featured images" msgstr "" #: admin/views/settings-page.php:203 msgid "Posts with cached fallback URLs" msgstr "" #: admin/views/settings-page.php:207 msgid "Coverage" msgstr "" #: admin/views/settings-page.php:213 msgid "N/A" msgstr "" #: admin/views/settings-page.php:221 #: admin/views/settings-page.php:247 msgid "Test URL" msgstr "" #: admin/views/settings-page.php:223 msgid "Test whether a URL is reachable via HTTP HEAD request." msgstr "" #: admin/views/settings-page.php:232 msgid "URL to test" msgstr "" #: admin/views/settings-page.php:267 msgid "Test Result" msgstr "" #: admin/views/settings-page.php:271 msgid "Error:" msgstr "" #: admin/views/settings-page.php:279 msgid "HTTP Status:" msgstr "" #: admin/views/settings-page.php:285 msgid "Header" msgstr "" #: admin/views/settings-page.php:286 msgid "Value" msgstr "" #. translators: %d: total entries #: admin/views/settings-page.php:301 #, php-format msgid "Cached Fallback URLs (%d)" msgstr "" #: admin/views/settings-page.php:306 #: includes/class-robotstxt-og-cli.php:289 msgid "No cached fallback URLs found." msgstr "" #: admin/views/settings-page.php:312 msgid "Post ID" msgstr "" #: admin/views/settings-page.php:313 msgid "Title" msgstr "" #: admin/views/settings-page.php:314 msgid "Type" msgstr "" #: admin/views/settings-page.php:315 msgid "Cached Fallback URL" msgstr "" #: admin/views/settings-page.php:316 msgid "Actions" msgstr "" #: admin/views/settings-page.php:351 msgid "Clear" msgstr "" #. translators: %d: number of posts found #: includes/class-robotstxt-og-cli.php:187 #, php-format msgid "Found %d posts with featured images. (dry-run, no changes made)" msgstr "" #: includes/class-robotstxt-og-cli.php:193 msgid "No posts with featured images found." msgstr "" #. translators: %d: number of posts to process #: includes/class-robotstxt-og-cli.php:201 #, php-format msgid "Resolving %d posts" msgstr "" #. translators: 1: successful count, 2: failed count #: includes/class-robotstxt-og-cli.php:222 #, php-format msgid "Resolved %1$d posts. Failed: %2$d." msgstr "" #. translators: %d: post ID #: includes/class-robotstxt-og-cli.php:240 #, php-format msgid "Post %d not found." msgstr "" #. translators: 1: post ID, 2: image URL #: includes/class-robotstxt-og-cli.php:248 #, php-format msgid "Post %1$d has featured image: %2$s (dry-run, no changes made)" msgstr "" #. translators: 1: post ID, 2: resolved URL #: includes/class-robotstxt-og-cli.php:257 #, php-format msgid "Post %1$d resolved to %2$s" msgstr "" #. translators: %d: post ID #: includes/class-robotstxt-og-cli.php:260 #, php-format msgid "Post %d: no compatible image found." msgstr "" #. translators: %d: number of cache entries found #: includes/class-robotstxt-og-cli.php:284 #, php-format msgid "Found %d cached fallback URLs. (dry-run, no changes made)" msgstr "" #. translators: %d: number of cleared entries #: includes/class-robotstxt-og-cli.php:300 #, php-format msgid "Cleared %d cached fallback URLs." msgstr "" #. translators: 1: post ID, 2: cached URL or 'none' #: includes/class-robotstxt-og-cli.php:317 #, php-format msgid "Post %1$d cached URL: %2$s (dry-run, no changes made)" msgstr "" #. translators: %d: post ID #: includes/class-robotstxt-og-cli.php:323 #, php-format msgid "Post %d has no cached fallback URL." msgstr "" #. translators: %d: post ID #: includes/class-robotstxt-og-cli.php:329 #, php-format msgid "Cleared cached fallback URL for post %d." msgstr "" #: includes/class-robotstxt-og-meta-box.php:101 msgid "Open Graph / Social Media" msgstr "" #: includes/class-robotstxt-og-meta-box.php:130 msgid "Custom Title" msgstr "" #: includes/class-robotstxt-og-meta-box.php:142 msgid "Overrides the default og:title for this post. Leave blank to use the post title automatically." msgstr "" #: includes/class-robotstxt-og-meta-box.php:149 msgid "Custom Description" msgstr "" #: includes/class-robotstxt-og-meta-box.php:160 msgid "Overrides the default og:description for this post. Leave blank to use the excerpt automatically." msgstr "" #: includes/class-robotstxt-og-rest-api.php:85 msgid "The post ID to resolve the fallback image for." msgstr "" #: includes/class-robotstxt-og-rest-api.php:106 msgid "The post ID to get the fallback image status for." msgstr "" #: includes/class-robotstxt-og-rest-api.php:132 #: includes/class-robotstxt-og-rest-api.php:170 msgid "Post not found." msgstr "" #: includes/class-robotstxt-og-rest-api.php:202 msgid "You do not have permission to access this endpoint." msgstr ""