v1.7.0
This commit is contained in:
parent
98b1cf0f3b
commit
4402f3570d
20 changed files with 1683 additions and 382 deletions
Binary file not shown.
|
|
@ -2,10 +2,10 @@
|
|||
# This file is distributed under the GPL-3.0-or-later.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Media Audit (by ROBOTSTXT) 1.6.0\n"
|
||||
"Project-Id-Version: Media Audit (by ROBOTSTXT) 1.7.0\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/robotstxt-"
|
||||
"mediaaudit\n"
|
||||
"POT-Creation-Date: 2026-05-05T10:39:07+00:00\n"
|
||||
"POT-Creation-Date: 2026-05-11T07:13:58+00:00\n"
|
||||
"PO-Revision-Date: 2026-05-01 07:41+0000\n"
|
||||
"Last-Translator: Javier Casares <javier@casares.org>\n"
|
||||
"Language-Team: Catalan <ca@li.org>\n"
|
||||
|
|
@ -45,13 +45,136 @@ msgstr ""
|
|||
msgid "https://www.robotstxt.es/"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php:40 includes/Admin/AuditPage.php:135
|
||||
#: includes/Admin/Settings.php:898 includes/Admin/ToolsPage.php:253
|
||||
#: includes/Admin/AlertsPage.php:210
|
||||
msgid "You do not have permission to perform this action."
|
||||
msgstr "No teniu permís per accedir a aquesta pàgina."
|
||||
|
||||
#: includes/Admin/AlertsPage.php:263 includes/Admin/AttachmentDetailPage.php:40
|
||||
#: includes/Admin/AuditPage.php:136 includes/Admin/Settings.php:898
|
||||
#: includes/Admin/ToolsPage.php:253
|
||||
msgid "You do not have permission to access this page."
|
||||
msgstr "No teniu permís per accedir a aquesta pàgina."
|
||||
|
||||
#: includes/Admin/AlertsPage.php:280 includes/Core/Plugin.php:141
|
||||
#: includes/Core/Plugin.php:142
|
||||
msgid "Alerts"
|
||||
msgstr "Alertes"
|
||||
|
||||
#. translators: %d: count of active alerts
|
||||
#: includes/Admin/AlertsPage.php:292
|
||||
#, php-format
|
||||
msgid "Active Alerts (%d)"
|
||||
msgstr "Alertes actives (%d)"
|
||||
|
||||
#. translators: %d: count of dismissed alerts
|
||||
#: includes/Admin/AlertsPage.php:304
|
||||
#, php-format
|
||||
msgid "Dismissed Alerts (%d)"
|
||||
msgstr "Alertes descartades (%d)"
|
||||
|
||||
#: includes/Admin/AlertsPage.php:376
|
||||
msgid "Alert dismissed successfully."
|
||||
msgstr "Alerta descartada correctament."
|
||||
|
||||
#: includes/Admin/AlertsPage.php:377
|
||||
msgid "Alert reactivated successfully."
|
||||
msgstr "Alerta reactivada correctament."
|
||||
|
||||
#: includes/Admin/AlertsPage.php:378
|
||||
msgid "An error occurred. Please try again."
|
||||
msgstr "S'ha produït un error. Si us plau, torna-ho a intentar."
|
||||
|
||||
#: includes/Admin/AlertsPage.php:382 includes/Admin/ToolsPage.php:376
|
||||
msgid "Operation completed."
|
||||
msgstr "Operació completada."
|
||||
|
||||
#: includes/Admin/AlertsPage.php:402
|
||||
msgid "No active alerts found."
|
||||
msgstr "No s'han trobat alertes actives."
|
||||
|
||||
#: includes/Admin/AlertsPage.php:409 includes/Admin/AlertsPage.php:541
|
||||
#: includes/Admin/MediaListTable.php:55
|
||||
msgid "Thumbnail"
|
||||
msgstr "Miniatura"
|
||||
|
||||
#: includes/Admin/AlertsPage.php:410 includes/Admin/AlertsPage.php:542
|
||||
#: includes/Admin/AttachmentDetailPage.php:87 includes/Admin/AuditPage.php:554
|
||||
#: includes/Admin/MediaListTable.php:56 includes/Privacy/DataExporter.php:261
|
||||
msgid "Filename"
|
||||
msgstr "Nom de fitxer"
|
||||
|
||||
#: includes/Admin/AlertsPage.php:411 includes/Admin/AlertsPage.php:543
|
||||
#: includes/Admin/AttachmentDetailPage.php:372 includes/Admin/AuditPage.php:566
|
||||
msgid "Alert Domains"
|
||||
msgstr "Dominis d'alerta"
|
||||
|
||||
#: includes/Admin/AlertsPage.php:412
|
||||
msgid "Usage"
|
||||
msgstr "Usos"
|
||||
|
||||
#: includes/Admin/AlertsPage.php:413 includes/Admin/AlertsPage.php:547
|
||||
msgid "Actions"
|
||||
msgstr "Accions"
|
||||
|
||||
#: includes/Admin/AlertsPage.php:447 includes/Admin/AlertsPage.php:587
|
||||
#: includes/Admin/MediaListTable.php:172
|
||||
msgid "Edit"
|
||||
msgstr "Edita"
|
||||
|
||||
#: includes/Admin/AlertsPage.php:449 includes/Admin/AlertsPage.php:589
|
||||
#: includes/Admin/MediaListTable.php:182
|
||||
msgid "Full Report"
|
||||
msgstr "Informe complet"
|
||||
|
||||
#: includes/Admin/AlertsPage.php:459 includes/Admin/AuditPage.php:382
|
||||
#: includes/Admin/AuditPage.php:489 includes/Admin/MediaListTable.php:315
|
||||
#: includes/Admin/MediaListTable.php:452
|
||||
msgid "Alert"
|
||||
msgstr "Alerta"
|
||||
|
||||
#: includes/Admin/AlertsPage.php:473
|
||||
msgid "Dismiss"
|
||||
msgstr "Descartar"
|
||||
|
||||
#: includes/Admin/AlertsPage.php:485
|
||||
msgid "Notes (optional):"
|
||||
msgstr "Notes (opcional):"
|
||||
|
||||
#: includes/Admin/AlertsPage.php:495
|
||||
msgid "Confirm Dismiss"
|
||||
msgstr "Confirmar descart"
|
||||
|
||||
#: includes/Admin/AlertsPage.php:496
|
||||
msgid "Cancel"
|
||||
msgstr "Cancel·lar"
|
||||
|
||||
#: includes/Admin/AlertsPage.php:534
|
||||
msgid "No dismissed alerts."
|
||||
msgstr "No hi ha alertes descartades."
|
||||
|
||||
#: includes/Admin/AlertsPage.php:544
|
||||
msgid "Notes"
|
||||
msgstr "Notes"
|
||||
|
||||
#: includes/Admin/AlertsPage.php:545
|
||||
msgid "Dismissed By"
|
||||
msgstr "Descartada per"
|
||||
|
||||
#: includes/Admin/AlertsPage.php:546
|
||||
msgid "Dismissed At"
|
||||
msgstr "Descartada el"
|
||||
|
||||
#: includes/Admin/AlertsPage.php:599 includes/Admin/AuditPage.php:569
|
||||
#: includes/Admin/MediaListTable.php:302
|
||||
msgid "Dismissed"
|
||||
msgstr "Descartada"
|
||||
|
||||
#: includes/Admin/AlertsPage.php:616
|
||||
msgid "Reactivate"
|
||||
msgstr "Reactivar"
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php:51
|
||||
#: includes/Admin/AttachmentDetailPage.php:56 includes/Admin/AuditPage.php:180
|
||||
#: includes/Admin/AttachmentDetailPage.php:56 includes/Admin/AuditPage.php:181
|
||||
msgid "Invalid attachment ID."
|
||||
msgstr "Identificador de fitxer adjunt no vàlid."
|
||||
|
||||
|
|
@ -64,21 +187,16 @@ msgid "File Information"
|
|||
msgstr "Informació del fitxer"
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php:81
|
||||
#: includes/Admin/MediaListTable.php:56
|
||||
#: includes/Admin/MediaListTable.php:57
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php:87 includes/Admin/AuditPage.php:553
|
||||
#: includes/Admin/MediaListTable.php:55 includes/Privacy/DataExporter.php:261
|
||||
msgid "Filename"
|
||||
msgstr "Nom de fitxer"
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php:94 includes/Admin/AuditPage.php:554
|
||||
#: includes/Admin/AttachmentDetailPage.php:94 includes/Admin/AuditPage.php:555
|
||||
#: includes/Privacy/DataExporter.php:265
|
||||
msgid "File URL"
|
||||
msgstr "URL del fitxer"
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php:102 includes/Admin/AuditPage.php:555
|
||||
#: includes/Admin/AttachmentDetailPage.php:102 includes/Admin/AuditPage.php:556
|
||||
msgid "MIME Type"
|
||||
msgstr "Tipus MIME"
|
||||
|
||||
|
|
@ -90,24 +208,24 @@ msgstr "Mida del fitxer"
|
|||
msgid "Internal scan date"
|
||||
msgstr "Data de l'exploració interna"
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php:124 includes/Admin/AuditPage.php:558
|
||||
#: includes/Admin/MediaListTable.php:59
|
||||
#: includes/Admin/AttachmentDetailPage.php:124 includes/Admin/AuditPage.php:559
|
||||
#: includes/Admin/MediaListTable.php:60
|
||||
msgid "External Status"
|
||||
msgstr "Estat extern"
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php:139 includes/Admin/AuditPage.php:244
|
||||
#: includes/Admin/AttachmentDetailPage.php:139 includes/Admin/AuditPage.php:245
|
||||
msgid "Internal Usage"
|
||||
msgstr "Ús intern"
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php:144 includes/Admin/AuditPage.php:188
|
||||
#: includes/Admin/AttachmentDetailPage.php:144 includes/Admin/AuditPage.php:189
|
||||
msgid "Featured Image"
|
||||
msgstr "Imatge destacada"
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php:145 includes/Admin/AuditPage.php:189
|
||||
#: includes/Admin/AttachmentDetailPage.php:145 includes/Admin/AuditPage.php:190
|
||||
msgid "Post Content"
|
||||
msgstr "Contingut de l'entrada"
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php:146 includes/Admin/AuditPage.php:190
|
||||
#: includes/Admin/AttachmentDetailPage.php:146 includes/Admin/AuditPage.php:191
|
||||
msgid "Custom Field"
|
||||
msgstr "Camp personalitzat"
|
||||
|
||||
|
|
@ -115,24 +233,24 @@ msgstr "Camp personalitzat"
|
|||
msgid "Not used in any post."
|
||||
msgstr "Aquest fitxer no s'utilitza en cap entrada."
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php:154 includes/Admin/AuditPage.php:198
|
||||
#: includes/Admin/AttachmentDetailPage.php:154 includes/Admin/AuditPage.php:199
|
||||
msgid "Post"
|
||||
msgstr "Entrada"
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php:155 includes/Admin/AuditPage.php:199
|
||||
#: includes/Admin/AttachmentDetailPage.php:155 includes/Admin/AuditPage.php:200
|
||||
msgid "Type"
|
||||
msgstr "Tipus"
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php:156 includes/Admin/AuditPage.php:200
|
||||
#: includes/Admin/AttachmentDetailPage.php:156 includes/Admin/AuditPage.php:201
|
||||
msgid "Context"
|
||||
msgstr "Context"
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php:157 includes/Admin/AuditPage.php:201
|
||||
#: includes/Admin/AuditPage.php:373
|
||||
#: includes/Admin/AttachmentDetailPage.php:157 includes/Admin/AuditPage.php:202
|
||||
#: includes/Admin/AuditPage.php:374
|
||||
msgid "Status"
|
||||
msgstr "Estat"
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php:198 includes/Admin/AuditPage.php:293
|
||||
#: includes/Admin/AttachmentDetailPage.php:198 includes/Admin/AuditPage.php:294
|
||||
msgid "External Scan Results"
|
||||
msgstr "Resultats de l'exploració externa"
|
||||
|
||||
|
|
@ -141,7 +259,7 @@ msgid "No external scan data available."
|
|||
msgstr "No hi ha dades d'exploració externa disponibles."
|
||||
|
||||
#. translators: %d: number of external matches
|
||||
#: includes/Admin/AttachmentDetailPage.php:313 includes/Admin/AuditPage.php:323
|
||||
#: includes/Admin/AttachmentDetailPage.php:313 includes/Admin/AuditPage.php:324
|
||||
#, php-format
|
||||
msgid "%d match"
|
||||
msgid_plural "%d matches"
|
||||
|
|
@ -154,10 +272,6 @@ msgstr[1] "%d coincidències"
|
|||
msgid "scanned %s"
|
||||
msgstr "explorat el %s"
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php:372 includes/Admin/AuditPage.php:565
|
||||
msgid "Alert Domains"
|
||||
msgstr "Dominis d'alerta"
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php:373
|
||||
msgid ""
|
||||
"These domains are associated with copyright-protected content and may "
|
||||
|
|
@ -168,21 +282,21 @@ msgstr ""
|
|||
|
||||
#: includes/Admin/AttachmentDetailPage.php:376
|
||||
#: includes/Admin/AttachmentDetailPage.php:392
|
||||
#: includes/Admin/AttachmentDetailPage.php:408 includes/Admin/AuditPage.php:371
|
||||
#: includes/Admin/AttachmentDetailPage.php:408 includes/Admin/AuditPage.php:372
|
||||
msgid "Domain"
|
||||
msgstr "Domini"
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php:377
|
||||
#: includes/Admin/AttachmentDetailPage.php:393
|
||||
#: includes/Admin/AttachmentDetailPage.php:409 includes/Admin/AuditPage.php:372
|
||||
#: includes/Admin/AttachmentDetailPage.php:409 includes/Admin/AuditPage.php:373
|
||||
msgid "Occurrences"
|
||||
msgstr "Aparicions"
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php:389 includes/Admin/AuditPage.php:566
|
||||
#: includes/Admin/AttachmentDetailPage.php:389 includes/Admin/AuditPage.php:567
|
||||
msgid "Other Domains"
|
||||
msgstr "Altres dominis"
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php:405 includes/Admin/AuditPage.php:567
|
||||
#: includes/Admin/AttachmentDetailPage.php:405 includes/Admin/AuditPage.php:568
|
||||
msgid "Ignored Domains"
|
||||
msgstr "Dominis ignorats"
|
||||
|
||||
|
|
@ -267,247 +381,235 @@ msgstr "Similitud"
|
|||
msgid "Labels"
|
||||
msgstr "Etiquetes"
|
||||
|
||||
#: includes/Admin/AuditPage.php:116
|
||||
#: includes/Admin/AuditPage.php:117
|
||||
msgid "Loading…"
|
||||
msgstr "S'està carregant…"
|
||||
|
||||
#: includes/Admin/AuditPage.php:117
|
||||
#: includes/Admin/AuditPage.php:118
|
||||
msgid "Error loading details."
|
||||
msgstr "S'ha produït un error en carregar els detalls."
|
||||
|
||||
#: includes/Admin/AuditPage.php:118 includes/Admin/AuditPage.php:194
|
||||
#: includes/Admin/AuditPage.php:119 includes/Admin/AuditPage.php:195
|
||||
msgid "This image is not used in any post."
|
||||
msgstr "Aquesta imatge no s'utilitza en cap entrada."
|
||||
|
||||
#: includes/Admin/AuditPage.php:119 includes/Admin/AuditPage.php:156
|
||||
#: includes/Admin/AuditPage.php:120 includes/Admin/AuditPage.php:157
|
||||
msgid "Usage Details"
|
||||
msgstr "Detalls d'ús"
|
||||
|
||||
#: includes/Admin/AuditPage.php:142 includes/Core/Plugin.php:109
|
||||
#: includes/Core/Plugin.php:110 includes/Core/Plugin.php:123
|
||||
#: includes/Core/Plugin.php:124 includes/Privacy/DataEraser.php:33
|
||||
#: includes/Admin/AuditPage.php:143 includes/Core/Plugin.php:118
|
||||
#: includes/Core/Plugin.php:119 includes/Core/Plugin.php:132
|
||||
#: includes/Core/Plugin.php:133 includes/Privacy/DataEraser.php:33
|
||||
#: includes/Privacy/DataExporter.php:45
|
||||
msgid "Media Audit"
|
||||
msgstr "Auditoria de mitjans"
|
||||
|
||||
#: includes/Admin/AuditPage.php:148
|
||||
#: includes/Admin/AuditPage.php:149
|
||||
msgid "Search"
|
||||
msgstr "Cerca"
|
||||
|
||||
#: includes/Admin/AuditPage.php:157
|
||||
#: includes/Admin/AuditPage.php:158
|
||||
msgid "Close"
|
||||
msgstr "Tanca"
|
||||
|
||||
#: includes/Admin/AuditPage.php:175 includes/Admin/AuditPage.php:529
|
||||
#: includes/Admin/AuditPage.php:776 includes/Admin/AuditPage.php:808
|
||||
#: includes/Admin/AuditPage.php:176 includes/Admin/AuditPage.php:530
|
||||
#: includes/Admin/AuditPage.php:806 includes/Admin/AuditPage.php:838
|
||||
#: includes/Admin/ToolsPage.php:105 includes/Admin/ToolsPage.php:165
|
||||
msgid "Insufficient permissions."
|
||||
msgstr "Permisos insuficients."
|
||||
|
||||
#: includes/Admin/AuditPage.php:328
|
||||
#: includes/Admin/AuditPage.php:329
|
||||
msgid "No matches"
|
||||
msgstr "Sense coincidències"
|
||||
|
||||
#: includes/Admin/AuditPage.php:381 includes/Admin/AuditPage.php:488
|
||||
#: includes/Admin/MediaListTable.php:298 includes/Admin/MediaListTable.php:435
|
||||
msgid "Alert"
|
||||
msgstr "Alerta"
|
||||
|
||||
#: includes/Admin/AuditPage.php:403
|
||||
#: includes/Admin/AuditPage.php:404
|
||||
msgid "Consensus Domains"
|
||||
msgstr "Dominis de consens"
|
||||
|
||||
#. translators: %d: number of providers that agree
|
||||
#: includes/Admin/AuditPage.php:409
|
||||
#: includes/Admin/AuditPage.php:410
|
||||
#, php-format
|
||||
msgid "%d provider"
|
||||
msgid_plural "%d providers"
|
||||
msgstr[0] "%d proveïdor"
|
||||
msgstr[1] "%d proveïdors"
|
||||
|
||||
#: includes/Admin/AuditPage.php:419
|
||||
#: includes/Admin/AuditPage.php:420
|
||||
msgid "View full report →"
|
||||
msgstr "Veure l'informe complet →"
|
||||
|
||||
#: includes/Admin/AuditPage.php:445
|
||||
#: includes/Admin/AuditPage.php:446
|
||||
msgid "In Index"
|
||||
msgstr "A l'índex"
|
||||
|
||||
#. translators: %d: count of images not yet indexed
|
||||
#: includes/Admin/AuditPage.php:449
|
||||
#: includes/Admin/AuditPage.php:450
|
||||
#, php-format
|
||||
msgid "%d not yet indexed"
|
||||
msgstr "%d encara no indexades"
|
||||
|
||||
#: includes/Admin/AuditPage.php:452
|
||||
#: includes/Admin/AuditPage.php:453
|
||||
msgid "All indexed"
|
||||
msgstr "Totes indexades"
|
||||
|
||||
#: includes/Admin/AuditPage.php:457 includes/Admin/MediaListTable.php:329
|
||||
#: includes/Admin/AuditPage.php:458 includes/Admin/MediaListTable.php:346
|
||||
msgid "Scanned"
|
||||
msgstr "Explorades"
|
||||
|
||||
#. translators: %d: percentage
|
||||
#: includes/Admin/AuditPage.php:460
|
||||
#: includes/Admin/AuditPage.php:461
|
||||
#, php-format
|
||||
msgid "%d%% of index"
|
||||
msgstr "%d%% de l'índex"
|
||||
|
||||
#: includes/Admin/AuditPage.php:467
|
||||
#: includes/Admin/AuditPage.php:468
|
||||
msgid "Used"
|
||||
msgstr "Usades"
|
||||
|
||||
#: includes/Admin/AuditPage.php:473 includes/Admin/MediaListTable.php:211
|
||||
#: includes/Admin/AuditPage.php:474 includes/Admin/MediaListTable.php:212
|
||||
msgid "Unused"
|
||||
msgstr "No usades"
|
||||
|
||||
#: includes/Admin/AuditPage.php:480
|
||||
#: includes/Admin/AuditPage.php:481
|
||||
msgid "External Matches"
|
||||
msgstr "Coincidències externes"
|
||||
|
||||
#: includes/Admin/AuditPage.php:543
|
||||
#: includes/Admin/AuditPage.php:544
|
||||
msgid "Could not open output stream."
|
||||
msgstr "No s'ha pogut obrir el flux de sortida."
|
||||
|
||||
#: includes/Admin/AuditPage.php:552 includes/Privacy/DataExporter.php:257
|
||||
#: includes/Admin/AuditPage.php:553 includes/Privacy/DataExporter.php:257
|
||||
#: includes/Privacy/DataExporter.php:299
|
||||
msgid "Attachment ID"
|
||||
msgstr "ID del fitxer adjunt"
|
||||
|
||||
#: includes/Admin/AuditPage.php:556
|
||||
#: includes/Admin/AuditPage.php:557
|
||||
msgid "File Size (bytes)"
|
||||
msgstr "Mida del fitxer (bytes)"
|
||||
|
||||
#: includes/Admin/AuditPage.php:557
|
||||
#: includes/Admin/AuditPage.php:558
|
||||
msgid "Internal Scan Date"
|
||||
msgstr "Data de l'escaneig intern"
|
||||
|
||||
#: includes/Admin/AuditPage.php:559
|
||||
#: includes/Admin/AuditPage.php:560
|
||||
msgid "Has Alert"
|
||||
msgstr "Té alerta"
|
||||
|
||||
#: includes/Admin/AuditPage.php:560 includes/Admin/MediaListTable.php:57
|
||||
#: includes/Admin/AuditPage.php:561 includes/Admin/MediaListTable.php:58
|
||||
msgid "Usage Count"
|
||||
msgstr "Nombre d'usos"
|
||||
|
||||
#: includes/Admin/AuditPage.php:561
|
||||
#: includes/Admin/AuditPage.php:562
|
||||
msgid "Used In"
|
||||
msgstr "Usat a"
|
||||
|
||||
#: includes/Admin/AuditPage.php:562
|
||||
#: includes/Admin/AuditPage.php:563
|
||||
msgid "Google Vision — Matches"
|
||||
msgstr "Google Vision — Coincidències"
|
||||
|
||||
#: includes/Admin/AuditPage.php:563
|
||||
#: includes/Admin/AuditPage.php:564
|
||||
msgid "TinEye — Matches"
|
||||
msgstr "TinEye — Coincidències"
|
||||
|
||||
#: includes/Admin/AuditPage.php:564
|
||||
#: includes/Admin/AuditPage.php:565
|
||||
msgid "PicDefense — Matches"
|
||||
msgstr "PicDefense — Coincidències"
|
||||
|
||||
#: includes/Admin/AuditPage.php:748
|
||||
#: includes/Admin/AuditPage.php:570
|
||||
msgid "Dismissed Notes"
|
||||
msgstr "Notes de descart"
|
||||
|
||||
#: includes/Admin/AuditPage.php:776 includes/Admin/AuditPage.php:788
|
||||
msgid "Yes"
|
||||
msgstr "Sí"
|
||||
|
||||
#: includes/Admin/AuditPage.php:748
|
||||
#: includes/Admin/AuditPage.php:776 includes/Admin/AuditPage.php:788
|
||||
msgid "No"
|
||||
msgstr "No"
|
||||
|
||||
#: includes/Admin/MediaListTable.php:54
|
||||
msgid "Thumbnail"
|
||||
msgstr "Miniatura"
|
||||
|
||||
#: includes/Admin/MediaListTable.php:58
|
||||
#: includes/Admin/MediaListTable.php:59
|
||||
msgid "Usages"
|
||||
msgstr "Usos"
|
||||
|
||||
#: includes/Admin/MediaListTable.php:60
|
||||
#: includes/Admin/MediaListTable.php:61
|
||||
msgid "Last Scanned"
|
||||
msgstr "Darrera exploració"
|
||||
|
||||
#: includes/Admin/MediaListTable.php:84
|
||||
#: includes/Admin/MediaListTable.php:85
|
||||
msgid "Run External Scan"
|
||||
msgstr "Executar exploració externa"
|
||||
|
||||
#: includes/Admin/MediaListTable.php:85
|
||||
#: includes/Admin/MediaListTable.php:86
|
||||
msgid "Purge External Data"
|
||||
msgstr "Eliminar dades externes"
|
||||
|
||||
#: includes/Admin/MediaListTable.php:86
|
||||
#: includes/Admin/MediaListTable.php:87
|
||||
msgid "Export CSV"
|
||||
msgstr "Exportar CSV"
|
||||
|
||||
#: includes/Admin/MediaListTable.php:87
|
||||
#: includes/Admin/MediaListTable.php:88
|
||||
msgid "Export CSV (Alerts only)"
|
||||
msgstr "Exportar CSV (només alertes)"
|
||||
|
||||
#: includes/Admin/MediaListTable.php:171
|
||||
msgid "Edit"
|
||||
msgstr "Edita"
|
||||
|
||||
#: includes/Admin/MediaListTable.php:176
|
||||
#: includes/Admin/MediaListTable.php:177
|
||||
msgid "View Details"
|
||||
msgstr "Visualitza els detalls"
|
||||
|
||||
#: includes/Admin/MediaListTable.php:181
|
||||
msgid "Full Report"
|
||||
msgstr "Informe complet"
|
||||
|
||||
#: includes/Admin/MediaListTable.php:247
|
||||
#: includes/Admin/MediaListTable.php:248
|
||||
msgid "(no title)"
|
||||
msgstr "(sense títol)"
|
||||
|
||||
#. translators: %d: number of additional usages
|
||||
#: includes/Admin/MediaListTable.php:262
|
||||
#: includes/Admin/MediaListTable.php:263
|
||||
#, php-format
|
||||
msgid "+ %d more…"
|
||||
msgstr "+ %d més…"
|
||||
|
||||
#: includes/Admin/MediaListTable.php:320 includes/Admin/MediaListTable.php:359
|
||||
#: includes/Admin/MediaListTable.php:307 includes/Admin/MediaListTable.php:337
|
||||
#: includes/Admin/MediaListTable.php:376
|
||||
msgid "View Results"
|
||||
msgstr "Visualitza els resultats"
|
||||
|
||||
#: includes/Admin/MediaListTable.php:327 includes/Admin/ToolsPage.php:589
|
||||
#: includes/Admin/MediaListTable.php:344 includes/Admin/ToolsPage.php:589
|
||||
#: includes/Admin/ToolsPage.php:590 includes/Admin/ToolsPage.php:591
|
||||
msgid "Pending"
|
||||
msgstr "Pendent"
|
||||
|
||||
#: includes/Admin/MediaListTable.php:328
|
||||
#: includes/Admin/MediaListTable.php:345
|
||||
msgid "Queued"
|
||||
msgstr "En cua"
|
||||
|
||||
#: includes/Admin/MediaListTable.php:330
|
||||
#: includes/Admin/MediaListTable.php:347
|
||||
msgid "Matches Found"
|
||||
msgstr "Coincidències trobades"
|
||||
|
||||
#: includes/Admin/MediaListTable.php:331
|
||||
#: includes/Admin/MediaListTable.php:348
|
||||
msgid "Error"
|
||||
msgstr "Error"
|
||||
|
||||
#. translators: %s: human-readable time difference, e.g. "3 days"
|
||||
#: includes/Admin/MediaListTable.php:401
|
||||
#: includes/Admin/MediaListTable.php:418
|
||||
#, php-format
|
||||
msgid "%s ago"
|
||||
msgstr "fa %s"
|
||||
|
||||
#: includes/Admin/MediaListTable.php:431
|
||||
#: includes/Admin/MediaListTable.php:448
|
||||
msgid "All statuses"
|
||||
msgstr "Tots els estats"
|
||||
|
||||
#: includes/Admin/MediaListTable.php:450
|
||||
#: includes/Admin/MediaListTable.php:467
|
||||
msgid "All post types"
|
||||
msgstr "Tots els tipus d'entrada"
|
||||
|
||||
#: includes/Admin/MediaListTable.php:465
|
||||
#: includes/Admin/MediaListTable.php:482
|
||||
msgid "Unused only"
|
||||
msgstr "Només no usades"
|
||||
|
||||
#: includes/Admin/MediaListTable.php:468
|
||||
#: includes/Admin/MediaListTable.php:485
|
||||
msgid "Filter"
|
||||
msgstr "Filtra"
|
||||
|
||||
#: includes/Admin/MediaListTable.php:478
|
||||
#: includes/Admin/MediaListTable.php:495
|
||||
msgid ""
|
||||
"No indexed attachments found. Run wp mra scan-internal to populate the index."
|
||||
msgstr ""
|
||||
|
|
@ -797,10 +899,6 @@ msgstr "Dades d'exploració externa eliminades."
|
|||
msgid "All data reset. Fresh indexing scheduled."
|
||||
msgstr "Totes les dades restablertes. Nova indexació programada."
|
||||
|
||||
#: includes/Admin/ToolsPage.php:376
|
||||
msgid "Operation completed."
|
||||
msgstr "Operació completada."
|
||||
|
||||
#: includes/Admin/ToolsPage.php:420
|
||||
msgid "Database schema"
|
||||
msgstr "Esquema de base de dades"
|
||||
|
|
@ -819,7 +917,7 @@ msgstr "Instal·lat: %1$s — Requerit: %2$s"
|
|||
|
||||
#: includes/Admin/ToolsPage.php:441
|
||||
msgid "Deactivate and reactivate the plugin to apply pending migrations."
|
||||
msgstr ""
|
||||
msgstr "Desactiva i reactiva el plugin per aplicar les migracions pendents."
|
||||
"Desactiveu i reactiveu el connector per aplicar les migracions pendents."
|
||||
|
||||
#: includes/Admin/ToolsPage.php:448
|
||||
|
|
@ -1207,15 +1305,15 @@ msgstr "S'estan executant les exploracions externes…"
|
|||
msgid "External scan complete. %d attachments processed."
|
||||
msgstr "Exploració externa completada. %d fitxers adjunts processats."
|
||||
|
||||
#: includes/Core/Plugin.php:132 includes/Core/Plugin.php:133
|
||||
#: includes/Core/Plugin.php:154 includes/Core/Plugin.php:155
|
||||
msgid "Tools"
|
||||
msgstr "Eines"
|
||||
|
||||
#: includes/Core/Plugin.php:145 includes/Core/Plugin.php:146
|
||||
#: includes/Core/Plugin.php:167 includes/Core/Plugin.php:168
|
||||
msgid "Settings"
|
||||
msgstr "Configuració"
|
||||
|
||||
#: includes/Core/Plugin.php:154
|
||||
#: includes/Core/Plugin.php:176
|
||||
msgid "Attachment Report"
|
||||
msgstr "Informe del fitxer adjunt"
|
||||
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -2,10 +2,10 @@
|
|||
# This file is distributed under the GPL-3.0-or-later.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Media Audit (by ROBOTSTXT) 1.6.0\n"
|
||||
"Project-Id-Version: Media Audit (by ROBOTSTXT) 1.7.0\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/robotstxt-"
|
||||
"mediaaudit\n"
|
||||
"POT-Creation-Date: 2026-05-05T10:39:07+00:00\n"
|
||||
"POT-Creation-Date: 2026-05-11T07:13:58+00:00\n"
|
||||
"PO-Revision-Date: 2026-05-01 07:41+0000\n"
|
||||
"Last-Translator: Javier Casares <javier@casares.org>\n"
|
||||
"Language-Team: Spanish (Spain) <es@li.org>\n"
|
||||
|
|
@ -45,13 +45,136 @@ msgstr ""
|
|||
msgid "https://www.robotstxt.es/"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php:40 includes/Admin/AuditPage.php:135
|
||||
#: includes/Admin/Settings.php:898 includes/Admin/ToolsPage.php:253
|
||||
#: includes/Admin/AlertsPage.php:210
|
||||
msgid "You do not have permission to perform this action."
|
||||
msgstr "No tienes permiso para realizar esta acción."
|
||||
|
||||
#: includes/Admin/AlertsPage.php:263 includes/Admin/AttachmentDetailPage.php:40
|
||||
#: includes/Admin/AuditPage.php:136 includes/Admin/Settings.php:898
|
||||
#: includes/Admin/ToolsPage.php:253
|
||||
msgid "You do not have permission to access this page."
|
||||
msgstr "No tienes permiso para acceder a esta página."
|
||||
|
||||
#: includes/Admin/AlertsPage.php:280 includes/Core/Plugin.php:141
|
||||
#: includes/Core/Plugin.php:142
|
||||
msgid "Alerts"
|
||||
msgstr "Alertas"
|
||||
|
||||
#. translators: %d: count of active alerts
|
||||
#: includes/Admin/AlertsPage.php:292
|
||||
#, php-format
|
||||
msgid "Active Alerts (%d)"
|
||||
msgstr "Alertas activas (%d)"
|
||||
|
||||
#. translators: %d: count of dismissed alerts
|
||||
#: includes/Admin/AlertsPage.php:304
|
||||
#, php-format
|
||||
msgid "Dismissed Alerts (%d)"
|
||||
msgstr "Alertas descartadas (%d)"
|
||||
|
||||
#: includes/Admin/AlertsPage.php:376
|
||||
msgid "Alert dismissed successfully."
|
||||
msgstr "Alerta descartada correctamente."
|
||||
|
||||
#: includes/Admin/AlertsPage.php:377
|
||||
msgid "Alert reactivated successfully."
|
||||
msgstr "Alerta reactivada correctamente."
|
||||
|
||||
#: includes/Admin/AlertsPage.php:378
|
||||
msgid "An error occurred. Please try again."
|
||||
msgstr "Se ha producido un error. Por favor, inténtalo de nuevo."
|
||||
|
||||
#: includes/Admin/AlertsPage.php:382 includes/Admin/ToolsPage.php:376
|
||||
msgid "Operation completed."
|
||||
msgstr "Operación completada."
|
||||
|
||||
#: includes/Admin/AlertsPage.php:402
|
||||
msgid "No active alerts found."
|
||||
msgstr "No se encontraron alertas activas."
|
||||
|
||||
#: includes/Admin/AlertsPage.php:409 includes/Admin/AlertsPage.php:541
|
||||
#: includes/Admin/MediaListTable.php:55
|
||||
msgid "Thumbnail"
|
||||
msgstr "Miniatura"
|
||||
|
||||
#: includes/Admin/AlertsPage.php:410 includes/Admin/AlertsPage.php:542
|
||||
#: includes/Admin/AttachmentDetailPage.php:87 includes/Admin/AuditPage.php:554
|
||||
#: includes/Admin/MediaListTable.php:56 includes/Privacy/DataExporter.php:261
|
||||
msgid "Filename"
|
||||
msgstr "Nombre de archivo"
|
||||
|
||||
#: includes/Admin/AlertsPage.php:411 includes/Admin/AlertsPage.php:543
|
||||
#: includes/Admin/AttachmentDetailPage.php:372 includes/Admin/AuditPage.php:566
|
||||
msgid "Alert Domains"
|
||||
msgstr "Dominios de alerta"
|
||||
|
||||
#: includes/Admin/AlertsPage.php:412
|
||||
msgid "Usage"
|
||||
msgstr "Usos"
|
||||
|
||||
#: includes/Admin/AlertsPage.php:413 includes/Admin/AlertsPage.php:547
|
||||
msgid "Actions"
|
||||
msgstr "Acciones"
|
||||
|
||||
#: includes/Admin/AlertsPage.php:447 includes/Admin/AlertsPage.php:587
|
||||
#: includes/Admin/MediaListTable.php:172
|
||||
msgid "Edit"
|
||||
msgstr "Editar"
|
||||
|
||||
#: includes/Admin/AlertsPage.php:449 includes/Admin/AlertsPage.php:589
|
||||
#: includes/Admin/MediaListTable.php:182
|
||||
msgid "Full Report"
|
||||
msgstr "Informe completo"
|
||||
|
||||
#: includes/Admin/AlertsPage.php:459 includes/Admin/AuditPage.php:382
|
||||
#: includes/Admin/AuditPage.php:489 includes/Admin/MediaListTable.php:315
|
||||
#: includes/Admin/MediaListTable.php:452
|
||||
msgid "Alert"
|
||||
msgstr "Alerta"
|
||||
|
||||
#: includes/Admin/AlertsPage.php:473
|
||||
msgid "Dismiss"
|
||||
msgstr "Descartar"
|
||||
|
||||
#: includes/Admin/AlertsPage.php:485
|
||||
msgid "Notes (optional):"
|
||||
msgstr "Notas (opcional):"
|
||||
|
||||
#: includes/Admin/AlertsPage.php:495
|
||||
msgid "Confirm Dismiss"
|
||||
msgstr "Confirmar descarte"
|
||||
|
||||
#: includes/Admin/AlertsPage.php:496
|
||||
msgid "Cancel"
|
||||
msgstr "Cancelar"
|
||||
|
||||
#: includes/Admin/AlertsPage.php:534
|
||||
msgid "No dismissed alerts."
|
||||
msgstr "No hay alertas descartadas."
|
||||
|
||||
#: includes/Admin/AlertsPage.php:544
|
||||
msgid "Notes"
|
||||
msgstr "Notas"
|
||||
|
||||
#: includes/Admin/AlertsPage.php:545
|
||||
msgid "Dismissed By"
|
||||
msgstr "Descartada por"
|
||||
|
||||
#: includes/Admin/AlertsPage.php:546
|
||||
msgid "Dismissed At"
|
||||
msgstr "Descartada el"
|
||||
|
||||
#: includes/Admin/AlertsPage.php:599 includes/Admin/AuditPage.php:569
|
||||
#: includes/Admin/MediaListTable.php:302
|
||||
msgid "Dismissed"
|
||||
msgstr "Descartada"
|
||||
|
||||
#: includes/Admin/AlertsPage.php:616
|
||||
msgid "Reactivate"
|
||||
msgstr "Reactivar"
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php:51
|
||||
#: includes/Admin/AttachmentDetailPage.php:56 includes/Admin/AuditPage.php:180
|
||||
#: includes/Admin/AttachmentDetailPage.php:56 includes/Admin/AuditPage.php:181
|
||||
msgid "Invalid attachment ID."
|
||||
msgstr "ID de adjunto no válido."
|
||||
|
||||
|
|
@ -64,21 +187,16 @@ msgid "File Information"
|
|||
msgstr "Información del archivo"
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php:81
|
||||
#: includes/Admin/MediaListTable.php:56
|
||||
#: includes/Admin/MediaListTable.php:57
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php:87 includes/Admin/AuditPage.php:553
|
||||
#: includes/Admin/MediaListTable.php:55 includes/Privacy/DataExporter.php:261
|
||||
msgid "Filename"
|
||||
msgstr "Nombre de archivo"
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php:94 includes/Admin/AuditPage.php:554
|
||||
#: includes/Admin/AttachmentDetailPage.php:94 includes/Admin/AuditPage.php:555
|
||||
#: includes/Privacy/DataExporter.php:265
|
||||
msgid "File URL"
|
||||
msgstr "URL del archivo"
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php:102 includes/Admin/AuditPage.php:555
|
||||
#: includes/Admin/AttachmentDetailPage.php:102 includes/Admin/AuditPage.php:556
|
||||
msgid "MIME Type"
|
||||
msgstr "Tipo MIME"
|
||||
|
||||
|
|
@ -90,24 +208,24 @@ msgstr "Tamaño del archivo"
|
|||
msgid "Internal scan date"
|
||||
msgstr "Fecha del escaneo interno"
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php:124 includes/Admin/AuditPage.php:558
|
||||
#: includes/Admin/MediaListTable.php:59
|
||||
#: includes/Admin/AttachmentDetailPage.php:124 includes/Admin/AuditPage.php:559
|
||||
#: includes/Admin/MediaListTable.php:60
|
||||
msgid "External Status"
|
||||
msgstr "Estado externo"
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php:139 includes/Admin/AuditPage.php:244
|
||||
#: includes/Admin/AttachmentDetailPage.php:139 includes/Admin/AuditPage.php:245
|
||||
msgid "Internal Usage"
|
||||
msgstr "Uso interno"
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php:144 includes/Admin/AuditPage.php:188
|
||||
#: includes/Admin/AttachmentDetailPage.php:144 includes/Admin/AuditPage.php:189
|
||||
msgid "Featured Image"
|
||||
msgstr "Imagen destacada"
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php:145 includes/Admin/AuditPage.php:189
|
||||
#: includes/Admin/AttachmentDetailPage.php:145 includes/Admin/AuditPage.php:190
|
||||
msgid "Post Content"
|
||||
msgstr "Contenido de la entrada"
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php:146 includes/Admin/AuditPage.php:190
|
||||
#: includes/Admin/AttachmentDetailPage.php:146 includes/Admin/AuditPage.php:191
|
||||
msgid "Custom Field"
|
||||
msgstr "Campo personalizado"
|
||||
|
||||
|
|
@ -115,24 +233,24 @@ msgstr "Campo personalizado"
|
|||
msgid "Not used in any post."
|
||||
msgstr "Este archivo no se usa en ninguna entrada."
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php:154 includes/Admin/AuditPage.php:198
|
||||
#: includes/Admin/AttachmentDetailPage.php:154 includes/Admin/AuditPage.php:199
|
||||
msgid "Post"
|
||||
msgstr "Entrada"
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php:155 includes/Admin/AuditPage.php:199
|
||||
#: includes/Admin/AttachmentDetailPage.php:155 includes/Admin/AuditPage.php:200
|
||||
msgid "Type"
|
||||
msgstr "Tipo"
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php:156 includes/Admin/AuditPage.php:200
|
||||
#: includes/Admin/AttachmentDetailPage.php:156 includes/Admin/AuditPage.php:201
|
||||
msgid "Context"
|
||||
msgstr "Contexto"
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php:157 includes/Admin/AuditPage.php:201
|
||||
#: includes/Admin/AuditPage.php:373
|
||||
#: includes/Admin/AttachmentDetailPage.php:157 includes/Admin/AuditPage.php:202
|
||||
#: includes/Admin/AuditPage.php:374
|
||||
msgid "Status"
|
||||
msgstr "Estado"
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php:198 includes/Admin/AuditPage.php:293
|
||||
#: includes/Admin/AttachmentDetailPage.php:198 includes/Admin/AuditPage.php:294
|
||||
msgid "External Scan Results"
|
||||
msgstr "Resultados del escaneo externo"
|
||||
|
||||
|
|
@ -141,7 +259,7 @@ msgid "No external scan data available."
|
|||
msgstr "No hay datos de escaneo externo disponibles."
|
||||
|
||||
#. translators: %d: number of external matches
|
||||
#: includes/Admin/AttachmentDetailPage.php:313 includes/Admin/AuditPage.php:323
|
||||
#: includes/Admin/AttachmentDetailPage.php:313 includes/Admin/AuditPage.php:324
|
||||
#, php-format
|
||||
msgid "%d match"
|
||||
msgid_plural "%d matches"
|
||||
|
|
@ -154,10 +272,6 @@ msgstr[1] "%d coincidencias"
|
|||
msgid "scanned %s"
|
||||
msgstr "escaneado el %s"
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php:372 includes/Admin/AuditPage.php:565
|
||||
msgid "Alert Domains"
|
||||
msgstr "Dominios de alerta"
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php:373
|
||||
msgid ""
|
||||
"These domains are associated with copyright-protected content and may "
|
||||
|
|
@ -168,21 +282,21 @@ msgstr ""
|
|||
|
||||
#: includes/Admin/AttachmentDetailPage.php:376
|
||||
#: includes/Admin/AttachmentDetailPage.php:392
|
||||
#: includes/Admin/AttachmentDetailPage.php:408 includes/Admin/AuditPage.php:371
|
||||
#: includes/Admin/AttachmentDetailPage.php:408 includes/Admin/AuditPage.php:372
|
||||
msgid "Domain"
|
||||
msgstr "Dominio"
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php:377
|
||||
#: includes/Admin/AttachmentDetailPage.php:393
|
||||
#: includes/Admin/AttachmentDetailPage.php:409 includes/Admin/AuditPage.php:372
|
||||
#: includes/Admin/AttachmentDetailPage.php:409 includes/Admin/AuditPage.php:373
|
||||
msgid "Occurrences"
|
||||
msgstr "Apariciones"
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php:389 includes/Admin/AuditPage.php:566
|
||||
#: includes/Admin/AttachmentDetailPage.php:389 includes/Admin/AuditPage.php:567
|
||||
msgid "Other Domains"
|
||||
msgstr "Otros dominios"
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php:405 includes/Admin/AuditPage.php:567
|
||||
#: includes/Admin/AttachmentDetailPage.php:405 includes/Admin/AuditPage.php:568
|
||||
msgid "Ignored Domains"
|
||||
msgstr "Dominios ignorados"
|
||||
|
||||
|
|
@ -267,247 +381,235 @@ msgstr "Similitud"
|
|||
msgid "Labels"
|
||||
msgstr "Etiquetas"
|
||||
|
||||
#: includes/Admin/AuditPage.php:116
|
||||
#: includes/Admin/AuditPage.php:117
|
||||
msgid "Loading…"
|
||||
msgstr "Cargando…"
|
||||
|
||||
#: includes/Admin/AuditPage.php:117
|
||||
#: includes/Admin/AuditPage.php:118
|
||||
msgid "Error loading details."
|
||||
msgstr "Error al cargar los detalles."
|
||||
|
||||
#: includes/Admin/AuditPage.php:118 includes/Admin/AuditPage.php:194
|
||||
#: includes/Admin/AuditPage.php:119 includes/Admin/AuditPage.php:195
|
||||
msgid "This image is not used in any post."
|
||||
msgstr "Esta imagen no se usa en ninguna entrada."
|
||||
|
||||
#: includes/Admin/AuditPage.php:119 includes/Admin/AuditPage.php:156
|
||||
#: includes/Admin/AuditPage.php:120 includes/Admin/AuditPage.php:157
|
||||
msgid "Usage Details"
|
||||
msgstr "Detalles de uso"
|
||||
|
||||
#: includes/Admin/AuditPage.php:142 includes/Core/Plugin.php:109
|
||||
#: includes/Core/Plugin.php:110 includes/Core/Plugin.php:123
|
||||
#: includes/Core/Plugin.php:124 includes/Privacy/DataEraser.php:33
|
||||
#: includes/Admin/AuditPage.php:143 includes/Core/Plugin.php:118
|
||||
#: includes/Core/Plugin.php:119 includes/Core/Plugin.php:132
|
||||
#: includes/Core/Plugin.php:133 includes/Privacy/DataEraser.php:33
|
||||
#: includes/Privacy/DataExporter.php:45
|
||||
msgid "Media Audit"
|
||||
msgstr "Auditoría de medios"
|
||||
|
||||
#: includes/Admin/AuditPage.php:148
|
||||
#: includes/Admin/AuditPage.php:149
|
||||
msgid "Search"
|
||||
msgstr "Buscar"
|
||||
|
||||
#: includes/Admin/AuditPage.php:157
|
||||
#: includes/Admin/AuditPage.php:158
|
||||
msgid "Close"
|
||||
msgstr "Cerrar"
|
||||
|
||||
#: includes/Admin/AuditPage.php:175 includes/Admin/AuditPage.php:529
|
||||
#: includes/Admin/AuditPage.php:776 includes/Admin/AuditPage.php:808
|
||||
#: includes/Admin/AuditPage.php:176 includes/Admin/AuditPage.php:530
|
||||
#: includes/Admin/AuditPage.php:806 includes/Admin/AuditPage.php:838
|
||||
#: includes/Admin/ToolsPage.php:105 includes/Admin/ToolsPage.php:165
|
||||
msgid "Insufficient permissions."
|
||||
msgstr "Permisos insuficientes."
|
||||
|
||||
#: includes/Admin/AuditPage.php:328
|
||||
#: includes/Admin/AuditPage.php:329
|
||||
msgid "No matches"
|
||||
msgstr "Sin coincidencias"
|
||||
|
||||
#: includes/Admin/AuditPage.php:381 includes/Admin/AuditPage.php:488
|
||||
#: includes/Admin/MediaListTable.php:298 includes/Admin/MediaListTable.php:435
|
||||
msgid "Alert"
|
||||
msgstr "Alerta"
|
||||
|
||||
#: includes/Admin/AuditPage.php:403
|
||||
#: includes/Admin/AuditPage.php:404
|
||||
msgid "Consensus Domains"
|
||||
msgstr "Dominios de consenso"
|
||||
|
||||
#. translators: %d: number of providers that agree
|
||||
#: includes/Admin/AuditPage.php:409
|
||||
#: includes/Admin/AuditPage.php:410
|
||||
#, php-format
|
||||
msgid "%d provider"
|
||||
msgid_plural "%d providers"
|
||||
msgstr[0] "%d proveedor"
|
||||
msgstr[1] "%d proveedores"
|
||||
|
||||
#: includes/Admin/AuditPage.php:419
|
||||
#: includes/Admin/AuditPage.php:420
|
||||
msgid "View full report →"
|
||||
msgstr "Ver informe completo →"
|
||||
|
||||
#: includes/Admin/AuditPage.php:445
|
||||
#: includes/Admin/AuditPage.php:446
|
||||
msgid "In Index"
|
||||
msgstr "En el índice"
|
||||
|
||||
#. translators: %d: count of images not yet indexed
|
||||
#: includes/Admin/AuditPage.php:449
|
||||
#: includes/Admin/AuditPage.php:450
|
||||
#, php-format
|
||||
msgid "%d not yet indexed"
|
||||
msgstr "%d aún no indexadas"
|
||||
|
||||
#: includes/Admin/AuditPage.php:452
|
||||
#: includes/Admin/AuditPage.php:453
|
||||
msgid "All indexed"
|
||||
msgstr "Todas indexadas"
|
||||
|
||||
#: includes/Admin/AuditPage.php:457 includes/Admin/MediaListTable.php:329
|
||||
#: includes/Admin/AuditPage.php:458 includes/Admin/MediaListTable.php:346
|
||||
msgid "Scanned"
|
||||
msgstr "Escaneadas"
|
||||
|
||||
#. translators: %d: percentage
|
||||
#: includes/Admin/AuditPage.php:460
|
||||
#: includes/Admin/AuditPage.php:461
|
||||
#, php-format
|
||||
msgid "%d%% of index"
|
||||
msgstr "%d%% del índice"
|
||||
|
||||
#: includes/Admin/AuditPage.php:467
|
||||
#: includes/Admin/AuditPage.php:468
|
||||
msgid "Used"
|
||||
msgstr "Usadas"
|
||||
|
||||
#: includes/Admin/AuditPage.php:473 includes/Admin/MediaListTable.php:211
|
||||
#: includes/Admin/AuditPage.php:474 includes/Admin/MediaListTable.php:212
|
||||
msgid "Unused"
|
||||
msgstr "Sin usar"
|
||||
|
||||
#: includes/Admin/AuditPage.php:480
|
||||
#: includes/Admin/AuditPage.php:481
|
||||
msgid "External Matches"
|
||||
msgstr "Coincidencias externas"
|
||||
|
||||
#: includes/Admin/AuditPage.php:543
|
||||
#: includes/Admin/AuditPage.php:544
|
||||
msgid "Could not open output stream."
|
||||
msgstr "No se pudo abrir el flujo de salida."
|
||||
|
||||
#: includes/Admin/AuditPage.php:552 includes/Privacy/DataExporter.php:257
|
||||
#: includes/Admin/AuditPage.php:553 includes/Privacy/DataExporter.php:257
|
||||
#: includes/Privacy/DataExporter.php:299
|
||||
msgid "Attachment ID"
|
||||
msgstr "ID del adjunto"
|
||||
|
||||
#: includes/Admin/AuditPage.php:556
|
||||
#: includes/Admin/AuditPage.php:557
|
||||
msgid "File Size (bytes)"
|
||||
msgstr "Tamaño del archivo (bytes)"
|
||||
|
||||
#: includes/Admin/AuditPage.php:557
|
||||
#: includes/Admin/AuditPage.php:558
|
||||
msgid "Internal Scan Date"
|
||||
msgstr "Fecha del escaneo interno"
|
||||
|
||||
#: includes/Admin/AuditPage.php:559
|
||||
#: includes/Admin/AuditPage.php:560
|
||||
msgid "Has Alert"
|
||||
msgstr "Tiene alerta"
|
||||
|
||||
#: includes/Admin/AuditPage.php:560 includes/Admin/MediaListTable.php:57
|
||||
#: includes/Admin/AuditPage.php:561 includes/Admin/MediaListTable.php:58
|
||||
msgid "Usage Count"
|
||||
msgstr "Número de usos"
|
||||
|
||||
#: includes/Admin/AuditPage.php:561
|
||||
#: includes/Admin/AuditPage.php:562
|
||||
msgid "Used In"
|
||||
msgstr "Usado en"
|
||||
|
||||
#: includes/Admin/AuditPage.php:562
|
||||
#: includes/Admin/AuditPage.php:563
|
||||
msgid "Google Vision — Matches"
|
||||
msgstr "Google Vision — Coincidencias"
|
||||
|
||||
#: includes/Admin/AuditPage.php:563
|
||||
#: includes/Admin/AuditPage.php:564
|
||||
msgid "TinEye — Matches"
|
||||
msgstr "TinEye — Coincidencias"
|
||||
|
||||
#: includes/Admin/AuditPage.php:564
|
||||
#: includes/Admin/AuditPage.php:565
|
||||
msgid "PicDefense — Matches"
|
||||
msgstr "PicDefense — Coincidencias"
|
||||
|
||||
#: includes/Admin/AuditPage.php:748
|
||||
#: includes/Admin/AuditPage.php:570
|
||||
msgid "Dismissed Notes"
|
||||
msgstr "Notas de descarte"
|
||||
|
||||
#: includes/Admin/AuditPage.php:776 includes/Admin/AuditPage.php:788
|
||||
msgid "Yes"
|
||||
msgstr "Sí"
|
||||
|
||||
#: includes/Admin/AuditPage.php:748
|
||||
#: includes/Admin/AuditPage.php:776 includes/Admin/AuditPage.php:788
|
||||
msgid "No"
|
||||
msgstr "No"
|
||||
|
||||
#: includes/Admin/MediaListTable.php:54
|
||||
msgid "Thumbnail"
|
||||
msgstr "Miniatura"
|
||||
|
||||
#: includes/Admin/MediaListTable.php:58
|
||||
#: includes/Admin/MediaListTable.php:59
|
||||
msgid "Usages"
|
||||
msgstr "Usos"
|
||||
|
||||
#: includes/Admin/MediaListTable.php:60
|
||||
#: includes/Admin/MediaListTable.php:61
|
||||
msgid "Last Scanned"
|
||||
msgstr "Último escaneo"
|
||||
|
||||
#: includes/Admin/MediaListTable.php:84
|
||||
#: includes/Admin/MediaListTable.php:85
|
||||
msgid "Run External Scan"
|
||||
msgstr "Ejecutar escaneo externo"
|
||||
|
||||
#: includes/Admin/MediaListTable.php:85
|
||||
#: includes/Admin/MediaListTable.php:86
|
||||
msgid "Purge External Data"
|
||||
msgstr "Purgar datos externos"
|
||||
|
||||
#: includes/Admin/MediaListTable.php:86
|
||||
#: includes/Admin/MediaListTable.php:87
|
||||
msgid "Export CSV"
|
||||
msgstr "Exportar CSV"
|
||||
|
||||
#: includes/Admin/MediaListTable.php:87
|
||||
#: includes/Admin/MediaListTable.php:88
|
||||
msgid "Export CSV (Alerts only)"
|
||||
msgstr "Exportar CSV (solo alertas)"
|
||||
|
||||
#: includes/Admin/MediaListTable.php:171
|
||||
msgid "Edit"
|
||||
msgstr "Editar"
|
||||
|
||||
#: includes/Admin/MediaListTable.php:176
|
||||
#: includes/Admin/MediaListTable.php:177
|
||||
msgid "View Details"
|
||||
msgstr "Ver detalles"
|
||||
|
||||
#: includes/Admin/MediaListTable.php:181
|
||||
msgid "Full Report"
|
||||
msgstr "Informe completo"
|
||||
|
||||
#: includes/Admin/MediaListTable.php:247
|
||||
#: includes/Admin/MediaListTable.php:248
|
||||
msgid "(no title)"
|
||||
msgstr "(sin título)"
|
||||
|
||||
#. translators: %d: number of additional usages
|
||||
#: includes/Admin/MediaListTable.php:262
|
||||
#: includes/Admin/MediaListTable.php:263
|
||||
#, php-format
|
||||
msgid "+ %d more…"
|
||||
msgstr "+ %d más…"
|
||||
|
||||
#: includes/Admin/MediaListTable.php:320 includes/Admin/MediaListTable.php:359
|
||||
#: includes/Admin/MediaListTable.php:307 includes/Admin/MediaListTable.php:337
|
||||
#: includes/Admin/MediaListTable.php:376
|
||||
msgid "View Results"
|
||||
msgstr "Ver resultados"
|
||||
|
||||
#: includes/Admin/MediaListTable.php:327 includes/Admin/ToolsPage.php:589
|
||||
#: includes/Admin/MediaListTable.php:344 includes/Admin/ToolsPage.php:589
|
||||
#: includes/Admin/ToolsPage.php:590 includes/Admin/ToolsPage.php:591
|
||||
msgid "Pending"
|
||||
msgstr "Pendiente"
|
||||
|
||||
#: includes/Admin/MediaListTable.php:328
|
||||
#: includes/Admin/MediaListTable.php:345
|
||||
msgid "Queued"
|
||||
msgstr "En cola"
|
||||
|
||||
#: includes/Admin/MediaListTable.php:330
|
||||
#: includes/Admin/MediaListTable.php:347
|
||||
msgid "Matches Found"
|
||||
msgstr "Coincidencias encontradas"
|
||||
|
||||
#: includes/Admin/MediaListTable.php:331
|
||||
#: includes/Admin/MediaListTable.php:348
|
||||
msgid "Error"
|
||||
msgstr "Error"
|
||||
|
||||
#. translators: %s: human-readable time difference, e.g. "3 days"
|
||||
#: includes/Admin/MediaListTable.php:401
|
||||
#: includes/Admin/MediaListTable.php:418
|
||||
#, php-format
|
||||
msgid "%s ago"
|
||||
msgstr "hace %s"
|
||||
|
||||
#: includes/Admin/MediaListTable.php:431
|
||||
#: includes/Admin/MediaListTable.php:448
|
||||
msgid "All statuses"
|
||||
msgstr "Todos los estados"
|
||||
|
||||
#: includes/Admin/MediaListTable.php:450
|
||||
#: includes/Admin/MediaListTable.php:467
|
||||
msgid "All post types"
|
||||
msgstr "Todos los tipos de entrada"
|
||||
|
||||
#: includes/Admin/MediaListTable.php:465
|
||||
#: includes/Admin/MediaListTable.php:482
|
||||
msgid "Unused only"
|
||||
msgstr "Solo sin usar"
|
||||
|
||||
#: includes/Admin/MediaListTable.php:468
|
||||
#: includes/Admin/MediaListTable.php:485
|
||||
msgid "Filter"
|
||||
msgstr "Filtrar"
|
||||
|
||||
#: includes/Admin/MediaListTable.php:478
|
||||
#: includes/Admin/MediaListTable.php:495
|
||||
msgid ""
|
||||
"No indexed attachments found. Run wp mra scan-internal to populate the index."
|
||||
msgstr ""
|
||||
|
|
@ -799,10 +901,6 @@ msgstr "Datos de escaneo externo eliminados."
|
|||
msgid "All data reset. Fresh indexing scheduled."
|
||||
msgstr "Todos los datos restablecidos. Re-indexación programada."
|
||||
|
||||
#: includes/Admin/ToolsPage.php:376
|
||||
msgid "Operation completed."
|
||||
msgstr "Operación completada."
|
||||
|
||||
#: includes/Admin/ToolsPage.php:420
|
||||
msgid "Database schema"
|
||||
msgstr "Esquema de base de datos"
|
||||
|
|
@ -821,7 +919,7 @@ msgstr "Instalado: %1$s — Requerido: %2$s"
|
|||
|
||||
#: includes/Admin/ToolsPage.php:441
|
||||
msgid "Deactivate and reactivate the plugin to apply pending migrations."
|
||||
msgstr ""
|
||||
msgstr "Desactiva y reactiva el plugin para aplicar las migraciones pendientes."
|
||||
"Desactiva y reactiva el plugin para aplicar las migraciones pendientes."
|
||||
|
||||
#: includes/Admin/ToolsPage.php:448
|
||||
|
|
@ -1208,15 +1306,15 @@ msgstr "Ejecutando escaneos externos…"
|
|||
msgid "External scan complete. %d attachments processed."
|
||||
msgstr "Escaneo externo completo. %d adjuntos procesados."
|
||||
|
||||
#: includes/Core/Plugin.php:132 includes/Core/Plugin.php:133
|
||||
#: includes/Core/Plugin.php:154 includes/Core/Plugin.php:155
|
||||
msgid "Tools"
|
||||
msgstr "Herramientas"
|
||||
|
||||
#: includes/Core/Plugin.php:145 includes/Core/Plugin.php:146
|
||||
#: includes/Core/Plugin.php:167 includes/Core/Plugin.php:168
|
||||
msgid "Settings"
|
||||
msgstr "Ajustes"
|
||||
|
||||
#: includes/Core/Plugin.php:154
|
||||
#: includes/Core/Plugin.php:176
|
||||
msgid "Attachment Report"
|
||||
msgstr "Informe del archivo adjunto"
|
||||
|
||||
|
|
|
|||
|
|
@ -2,14 +2,14 @@
|
|||
# This file is distributed under the GPL-3.0-or-later.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Media Audit (by ROBOTSTXT) 1.6.0\n"
|
||||
"Project-Id-Version: Media Audit (by ROBOTSTXT) 1.7.0\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/robotstxt-mediaaudit\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"POT-Creation-Date: 2026-05-05T10:39:07+00:00\n"
|
||||
"POT-Creation-Date: 2026-05-11T07:13:58+00:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"X-Generator: WP-CLI 2.12.0\n"
|
||||
"X-Domain: robotstxt-mediaaudit\n"
|
||||
|
|
@ -39,16 +39,153 @@ msgstr ""
|
|||
msgid "https://www.robotstxt.es/"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Admin/AlertsPage.php:210
|
||||
msgid "You do not have permission to perform this action."
|
||||
msgstr ""
|
||||
|
||||
#: includes/Admin/AlertsPage.php:263
|
||||
#: includes/Admin/AttachmentDetailPage.php:40
|
||||
#: includes/Admin/AuditPage.php:135
|
||||
#: includes/Admin/AuditPage.php:136
|
||||
#: includes/Admin/Settings.php:898
|
||||
#: includes/Admin/ToolsPage.php:253
|
||||
msgid "You do not have permission to access this page."
|
||||
msgstr ""
|
||||
|
||||
#: includes/Admin/AlertsPage.php:280
|
||||
#: includes/Core/Plugin.php:141
|
||||
#: includes/Core/Plugin.php:142
|
||||
msgid "Alerts"
|
||||
msgstr ""
|
||||
|
||||
#. translators: %d: count of active alerts
|
||||
#: includes/Admin/AlertsPage.php:292
|
||||
#, php-format
|
||||
msgid "Active Alerts (%d)"
|
||||
msgstr ""
|
||||
|
||||
#. translators: %d: count of dismissed alerts
|
||||
#: includes/Admin/AlertsPage.php:304
|
||||
#, php-format
|
||||
msgid "Dismissed Alerts (%d)"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Admin/AlertsPage.php:376
|
||||
msgid "Alert dismissed successfully."
|
||||
msgstr ""
|
||||
|
||||
#: includes/Admin/AlertsPage.php:377
|
||||
msgid "Alert reactivated successfully."
|
||||
msgstr ""
|
||||
|
||||
#: includes/Admin/AlertsPage.php:378
|
||||
msgid "An error occurred. Please try again."
|
||||
msgstr ""
|
||||
|
||||
#: includes/Admin/AlertsPage.php:382
|
||||
#: includes/Admin/ToolsPage.php:376
|
||||
msgid "Operation completed."
|
||||
msgstr ""
|
||||
|
||||
#: includes/Admin/AlertsPage.php:402
|
||||
msgid "No active alerts found."
|
||||
msgstr ""
|
||||
|
||||
#: includes/Admin/AlertsPage.php:409
|
||||
#: includes/Admin/AlertsPage.php:541
|
||||
#: includes/Admin/MediaListTable.php:55
|
||||
msgid "Thumbnail"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Admin/AlertsPage.php:410
|
||||
#: includes/Admin/AlertsPage.php:542
|
||||
#: includes/Admin/AttachmentDetailPage.php:87
|
||||
#: includes/Admin/AuditPage.php:554
|
||||
#: includes/Admin/MediaListTable.php:56
|
||||
#: includes/Privacy/DataExporter.php:261
|
||||
msgid "Filename"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Admin/AlertsPage.php:411
|
||||
#: includes/Admin/AlertsPage.php:543
|
||||
#: includes/Admin/AttachmentDetailPage.php:372
|
||||
#: includes/Admin/AuditPage.php:566
|
||||
msgid "Alert Domains"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Admin/AlertsPage.php:412
|
||||
msgid "Usage"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Admin/AlertsPage.php:413
|
||||
#: includes/Admin/AlertsPage.php:547
|
||||
msgid "Actions"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Admin/AlertsPage.php:447
|
||||
#: includes/Admin/AlertsPage.php:587
|
||||
#: includes/Admin/MediaListTable.php:172
|
||||
msgid "Edit"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Admin/AlertsPage.php:449
|
||||
#: includes/Admin/AlertsPage.php:589
|
||||
#: includes/Admin/MediaListTable.php:182
|
||||
msgid "Full Report"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Admin/AlertsPage.php:459
|
||||
#: includes/Admin/AuditPage.php:382
|
||||
#: includes/Admin/AuditPage.php:489
|
||||
#: includes/Admin/MediaListTable.php:315
|
||||
#: includes/Admin/MediaListTable.php:452
|
||||
msgid "Alert"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Admin/AlertsPage.php:473
|
||||
msgid "Dismiss"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Admin/AlertsPage.php:485
|
||||
msgid "Notes (optional):"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Admin/AlertsPage.php:495
|
||||
msgid "Confirm Dismiss"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Admin/AlertsPage.php:496
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Admin/AlertsPage.php:534
|
||||
msgid "No dismissed alerts."
|
||||
msgstr ""
|
||||
|
||||
#: includes/Admin/AlertsPage.php:544
|
||||
msgid "Notes"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Admin/AlertsPage.php:545
|
||||
msgid "Dismissed By"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Admin/AlertsPage.php:546
|
||||
msgid "Dismissed At"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Admin/AlertsPage.php:599
|
||||
#: includes/Admin/AuditPage.php:569
|
||||
#: includes/Admin/MediaListTable.php:302
|
||||
msgid "Dismissed"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Admin/AlertsPage.php:616
|
||||
msgid "Reactivate"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php:51
|
||||
#: includes/Admin/AttachmentDetailPage.php:56
|
||||
#: includes/Admin/AuditPage.php:180
|
||||
#: includes/Admin/AuditPage.php:181
|
||||
msgid "Invalid attachment ID."
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -61,25 +198,18 @@ msgid "File Information"
|
|||
msgstr ""
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php:81
|
||||
#: includes/Admin/MediaListTable.php:56
|
||||
#: includes/Admin/MediaListTable.php:57
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php:87
|
||||
#: includes/Admin/AuditPage.php:553
|
||||
#: includes/Admin/MediaListTable.php:55
|
||||
#: includes/Privacy/DataExporter.php:261
|
||||
msgid "Filename"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php:94
|
||||
#: includes/Admin/AuditPage.php:554
|
||||
#: includes/Admin/AuditPage.php:555
|
||||
#: includes/Privacy/DataExporter.php:265
|
||||
msgid "File URL"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php:102
|
||||
#: includes/Admin/AuditPage.php:555
|
||||
#: includes/Admin/AuditPage.php:556
|
||||
msgid "MIME Type"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -92,28 +222,28 @@ msgid "Internal scan date"
|
|||
msgstr ""
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php:124
|
||||
#: includes/Admin/AuditPage.php:558
|
||||
#: includes/Admin/MediaListTable.php:59
|
||||
#: includes/Admin/AuditPage.php:559
|
||||
#: includes/Admin/MediaListTable.php:60
|
||||
msgid "External Status"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php:139
|
||||
#: includes/Admin/AuditPage.php:244
|
||||
#: includes/Admin/AuditPage.php:245
|
||||
msgid "Internal Usage"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php:144
|
||||
#: includes/Admin/AuditPage.php:188
|
||||
#: includes/Admin/AuditPage.php:189
|
||||
msgid "Featured Image"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php:145
|
||||
#: includes/Admin/AuditPage.php:189
|
||||
#: includes/Admin/AuditPage.php:190
|
||||
msgid "Post Content"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php:146
|
||||
#: includes/Admin/AuditPage.php:190
|
||||
#: includes/Admin/AuditPage.php:191
|
||||
msgid "Custom Field"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -122,28 +252,28 @@ msgid "Not used in any post."
|
|||
msgstr ""
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php:154
|
||||
#: includes/Admin/AuditPage.php:198
|
||||
#: includes/Admin/AuditPage.php:199
|
||||
msgid "Post"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php:155
|
||||
#: includes/Admin/AuditPage.php:199
|
||||
#: includes/Admin/AuditPage.php:200
|
||||
msgid "Type"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php:156
|
||||
#: includes/Admin/AuditPage.php:200
|
||||
#: includes/Admin/AuditPage.php:201
|
||||
msgid "Context"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php:157
|
||||
#: includes/Admin/AuditPage.php:201
|
||||
#: includes/Admin/AuditPage.php:373
|
||||
#: includes/Admin/AuditPage.php:202
|
||||
#: includes/Admin/AuditPage.php:374
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php:198
|
||||
#: includes/Admin/AuditPage.php:293
|
||||
#: includes/Admin/AuditPage.php:294
|
||||
msgid "External Scan Results"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -153,7 +283,7 @@ msgstr ""
|
|||
|
||||
#. translators: %d: number of external matches
|
||||
#: includes/Admin/AttachmentDetailPage.php:313
|
||||
#: includes/Admin/AuditPage.php:323
|
||||
#: includes/Admin/AuditPage.php:324
|
||||
#, php-format
|
||||
msgid "%d match"
|
||||
msgid_plural "%d matches"
|
||||
|
|
@ -166,11 +296,6 @@ msgstr[1] ""
|
|||
msgid "scanned %s"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php:372
|
||||
#: includes/Admin/AuditPage.php:565
|
||||
msgid "Alert Domains"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php:373
|
||||
msgid "These domains are associated with copyright-protected content and may indicate a copyright risk."
|
||||
msgstr ""
|
||||
|
|
@ -178,24 +303,24 @@ msgstr ""
|
|||
#: includes/Admin/AttachmentDetailPage.php:376
|
||||
#: includes/Admin/AttachmentDetailPage.php:392
|
||||
#: includes/Admin/AttachmentDetailPage.php:408
|
||||
#: includes/Admin/AuditPage.php:371
|
||||
#: includes/Admin/AuditPage.php:372
|
||||
msgid "Domain"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php:377
|
||||
#: includes/Admin/AttachmentDetailPage.php:393
|
||||
#: includes/Admin/AttachmentDetailPage.php:409
|
||||
#: includes/Admin/AuditPage.php:372
|
||||
#: includes/Admin/AuditPage.php:373
|
||||
msgid "Occurrences"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php:389
|
||||
#: includes/Admin/AuditPage.php:566
|
||||
#: includes/Admin/AuditPage.php:567
|
||||
msgid "Other Domains"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php:405
|
||||
#: includes/Admin/AuditPage.php:567
|
||||
#: includes/Admin/AuditPage.php:568
|
||||
msgid "Ignored Domains"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -278,264 +403,252 @@ msgstr ""
|
|||
msgid "Labels"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Admin/AuditPage.php:116
|
||||
#: includes/Admin/AuditPage.php:117
|
||||
msgid "Loading…"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Admin/AuditPage.php:117
|
||||
#: includes/Admin/AuditPage.php:118
|
||||
msgid "Error loading details."
|
||||
msgstr ""
|
||||
|
||||
#: includes/Admin/AuditPage.php:118
|
||||
#: includes/Admin/AuditPage.php:194
|
||||
#: includes/Admin/AuditPage.php:119
|
||||
#: includes/Admin/AuditPage.php:195
|
||||
msgid "This image is not used in any post."
|
||||
msgstr ""
|
||||
|
||||
#: includes/Admin/AuditPage.php:119
|
||||
#: includes/Admin/AuditPage.php:156
|
||||
#: includes/Admin/AuditPage.php:120
|
||||
#: includes/Admin/AuditPage.php:157
|
||||
msgid "Usage Details"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Admin/AuditPage.php:142
|
||||
#: includes/Core/Plugin.php:109
|
||||
#: includes/Core/Plugin.php:110
|
||||
#: includes/Core/Plugin.php:123
|
||||
#: includes/Core/Plugin.php:124
|
||||
#: includes/Admin/AuditPage.php:143
|
||||
#: includes/Core/Plugin.php:118
|
||||
#: includes/Core/Plugin.php:119
|
||||
#: includes/Core/Plugin.php:132
|
||||
#: includes/Core/Plugin.php:133
|
||||
#: includes/Privacy/DataEraser.php:33
|
||||
#: includes/Privacy/DataExporter.php:45
|
||||
msgid "Media Audit"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Admin/AuditPage.php:148
|
||||
#: includes/Admin/AuditPage.php:149
|
||||
msgid "Search"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Admin/AuditPage.php:157
|
||||
#: includes/Admin/AuditPage.php:158
|
||||
msgid "Close"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Admin/AuditPage.php:175
|
||||
#: includes/Admin/AuditPage.php:529
|
||||
#: includes/Admin/AuditPage.php:776
|
||||
#: includes/Admin/AuditPage.php:808
|
||||
#: includes/Admin/AuditPage.php:176
|
||||
#: includes/Admin/AuditPage.php:530
|
||||
#: includes/Admin/AuditPage.php:806
|
||||
#: includes/Admin/AuditPage.php:838
|
||||
#: includes/Admin/ToolsPage.php:105
|
||||
#: includes/Admin/ToolsPage.php:165
|
||||
msgid "Insufficient permissions."
|
||||
msgstr ""
|
||||
|
||||
#: includes/Admin/AuditPage.php:328
|
||||
#: includes/Admin/AuditPage.php:329
|
||||
msgid "No matches"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Admin/AuditPage.php:381
|
||||
#: includes/Admin/AuditPage.php:488
|
||||
#: includes/Admin/MediaListTable.php:298
|
||||
#: includes/Admin/MediaListTable.php:435
|
||||
msgid "Alert"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Admin/AuditPage.php:403
|
||||
#: includes/Admin/AuditPage.php:404
|
||||
msgid "Consensus Domains"
|
||||
msgstr ""
|
||||
|
||||
#. translators: %d: number of providers that agree
|
||||
#: includes/Admin/AuditPage.php:409
|
||||
#: includes/Admin/AuditPage.php:410
|
||||
#, php-format
|
||||
msgid "%d provider"
|
||||
msgid_plural "%d providers"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: includes/Admin/AuditPage.php:419
|
||||
#: includes/Admin/AuditPage.php:420
|
||||
msgid "View full report →"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Admin/AuditPage.php:445
|
||||
#: includes/Admin/AuditPage.php:446
|
||||
msgid "In Index"
|
||||
msgstr ""
|
||||
|
||||
#. translators: %d: count of images not yet indexed
|
||||
#: includes/Admin/AuditPage.php:449
|
||||
#: includes/Admin/AuditPage.php:450
|
||||
#, php-format
|
||||
msgid "%d not yet indexed"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Admin/AuditPage.php:452
|
||||
#: includes/Admin/AuditPage.php:453
|
||||
msgid "All indexed"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Admin/AuditPage.php:457
|
||||
#: includes/Admin/MediaListTable.php:329
|
||||
#: includes/Admin/AuditPage.php:458
|
||||
#: includes/Admin/MediaListTable.php:346
|
||||
msgid "Scanned"
|
||||
msgstr ""
|
||||
|
||||
#. translators: %d: percentage
|
||||
#: includes/Admin/AuditPage.php:460
|
||||
#: includes/Admin/AuditPage.php:461
|
||||
#, php-format
|
||||
msgid "%d%% of index"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Admin/AuditPage.php:467
|
||||
#: includes/Admin/AuditPage.php:468
|
||||
msgid "Used"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Admin/AuditPage.php:473
|
||||
#: includes/Admin/MediaListTable.php:211
|
||||
#: includes/Admin/AuditPage.php:474
|
||||
#: includes/Admin/MediaListTable.php:212
|
||||
msgid "Unused"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Admin/AuditPage.php:480
|
||||
#: includes/Admin/AuditPage.php:481
|
||||
msgid "External Matches"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Admin/AuditPage.php:543
|
||||
#: includes/Admin/AuditPage.php:544
|
||||
msgid "Could not open output stream."
|
||||
msgstr ""
|
||||
|
||||
#: includes/Admin/AuditPage.php:552
|
||||
#: includes/Admin/AuditPage.php:553
|
||||
#: includes/Privacy/DataExporter.php:257
|
||||
#: includes/Privacy/DataExporter.php:299
|
||||
msgid "Attachment ID"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Admin/AuditPage.php:556
|
||||
#: includes/Admin/AuditPage.php:557
|
||||
msgid "File Size (bytes)"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Admin/AuditPage.php:557
|
||||
#: includes/Admin/AuditPage.php:558
|
||||
msgid "Internal Scan Date"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Admin/AuditPage.php:559
|
||||
#: includes/Admin/AuditPage.php:560
|
||||
msgid "Has Alert"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Admin/AuditPage.php:560
|
||||
#: includes/Admin/MediaListTable.php:57
|
||||
#: includes/Admin/AuditPage.php:561
|
||||
#: includes/Admin/MediaListTable.php:58
|
||||
msgid "Usage Count"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Admin/AuditPage.php:561
|
||||
#: includes/Admin/AuditPage.php:562
|
||||
msgid "Used In"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Admin/AuditPage.php:562
|
||||
#: includes/Admin/AuditPage.php:563
|
||||
msgid "Google Vision — Matches"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Admin/AuditPage.php:563
|
||||
#: includes/Admin/AuditPage.php:564
|
||||
msgid "TinEye — Matches"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Admin/AuditPage.php:564
|
||||
#: includes/Admin/AuditPage.php:565
|
||||
msgid "PicDefense — Matches"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Admin/AuditPage.php:748
|
||||
#: includes/Admin/AuditPage.php:570
|
||||
msgid "Dismissed Notes"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Admin/AuditPage.php:776
|
||||
#: includes/Admin/AuditPage.php:788
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Admin/AuditPage.php:748
|
||||
#: includes/Admin/AuditPage.php:776
|
||||
#: includes/Admin/AuditPage.php:788
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Admin/MediaListTable.php:54
|
||||
msgid "Thumbnail"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Admin/MediaListTable.php:58
|
||||
#: includes/Admin/MediaListTable.php:59
|
||||
msgid "Usages"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Admin/MediaListTable.php:60
|
||||
#: includes/Admin/MediaListTable.php:61
|
||||
msgid "Last Scanned"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Admin/MediaListTable.php:84
|
||||
#: includes/Admin/MediaListTable.php:85
|
||||
msgid "Run External Scan"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Admin/MediaListTable.php:85
|
||||
#: includes/Admin/MediaListTable.php:86
|
||||
msgid "Purge External Data"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Admin/MediaListTable.php:86
|
||||
#: includes/Admin/MediaListTable.php:87
|
||||
msgid "Export CSV"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Admin/MediaListTable.php:87
|
||||
#: includes/Admin/MediaListTable.php:88
|
||||
msgid "Export CSV (Alerts only)"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Admin/MediaListTable.php:171
|
||||
msgid "Edit"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Admin/MediaListTable.php:176
|
||||
#: includes/Admin/MediaListTable.php:177
|
||||
msgid "View Details"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Admin/MediaListTable.php:181
|
||||
msgid "Full Report"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Admin/MediaListTable.php:247
|
||||
#: includes/Admin/MediaListTable.php:248
|
||||
msgid "(no title)"
|
||||
msgstr ""
|
||||
|
||||
#. translators: %d: number of additional usages
|
||||
#: includes/Admin/MediaListTable.php:262
|
||||
#: includes/Admin/MediaListTable.php:263
|
||||
#, php-format
|
||||
msgid "+ %d more…"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Admin/MediaListTable.php:320
|
||||
#: includes/Admin/MediaListTable.php:359
|
||||
#: includes/Admin/MediaListTable.php:307
|
||||
#: includes/Admin/MediaListTable.php:337
|
||||
#: includes/Admin/MediaListTable.php:376
|
||||
msgid "View Results"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Admin/MediaListTable.php:327
|
||||
#: includes/Admin/MediaListTable.php:344
|
||||
#: includes/Admin/ToolsPage.php:589
|
||||
#: includes/Admin/ToolsPage.php:590
|
||||
#: includes/Admin/ToolsPage.php:591
|
||||
msgid "Pending"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Admin/MediaListTable.php:328
|
||||
#: includes/Admin/MediaListTable.php:345
|
||||
msgid "Queued"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Admin/MediaListTable.php:330
|
||||
#: includes/Admin/MediaListTable.php:347
|
||||
msgid "Matches Found"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Admin/MediaListTable.php:331
|
||||
#: includes/Admin/MediaListTable.php:348
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#. translators: %s: human-readable time difference, e.g. "3 days"
|
||||
#: includes/Admin/MediaListTable.php:401
|
||||
#: includes/Admin/MediaListTable.php:418
|
||||
#, php-format
|
||||
msgid "%s ago"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Admin/MediaListTable.php:431
|
||||
#: includes/Admin/MediaListTable.php:448
|
||||
msgid "All statuses"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Admin/MediaListTable.php:450
|
||||
#: includes/Admin/MediaListTable.php:467
|
||||
msgid "All post types"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Admin/MediaListTable.php:465
|
||||
#: includes/Admin/MediaListTable.php:482
|
||||
msgid "Unused only"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Admin/MediaListTable.php:468
|
||||
#: includes/Admin/MediaListTable.php:485
|
||||
msgid "Filter"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Admin/MediaListTable.php:478
|
||||
#: includes/Admin/MediaListTable.php:495
|
||||
msgid "No indexed attachments found. Run wp mra scan-internal to populate the index."
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -774,10 +887,6 @@ msgstr ""
|
|||
msgid "All data reset. Fresh indexing scheduled."
|
||||
msgstr ""
|
||||
|
||||
#: includes/Admin/ToolsPage.php:376
|
||||
msgid "Operation completed."
|
||||
msgstr ""
|
||||
|
||||
#: includes/Admin/ToolsPage.php:420
|
||||
msgid "Database schema"
|
||||
msgstr ""
|
||||
|
|
@ -1098,17 +1207,17 @@ msgstr ""
|
|||
msgid "External scan complete. %d attachments processed."
|
||||
msgstr ""
|
||||
|
||||
#: includes/Core/Plugin.php:132
|
||||
#: includes/Core/Plugin.php:133
|
||||
#: includes/Core/Plugin.php:154
|
||||
#: includes/Core/Plugin.php:155
|
||||
msgid "Tools"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Core/Plugin.php:145
|
||||
#: includes/Core/Plugin.php:146
|
||||
#: includes/Core/Plugin.php:167
|
||||
#: includes/Core/Plugin.php:168
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Core/Plugin.php:154
|
||||
#: includes/Core/Plugin.php:176
|
||||
msgid "Attachment Report"
|
||||
msgstr ""
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue