# Translation of Plugins - Query Monitor – The developer tools panel for WordPress - Stable (latest release) in English (UK)
# This file is distributed under the same license as the Plugins - Query Monitor – The developer tools panel for WordPress - Stable (latest release) package.
msgid ""
msgstr ""
"PO-Revision-Date: 2024-04-22 15:16:58+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: GlotPress/4.0.1\n"
"Language: en_GB\n"
"Project-Id-Version: Plugins - Query Monitor – The developer tools panel for WordPress - Stable (latest release)\n"
#: output/html/assets.php:53
msgid "Module"
msgstr "Module"
#: collectors/logger.php:173
msgid "Assertion failed"
msgstr "Assertion failed"
#. translators: %s: Assertion message
#: collectors/logger.php:169
msgid "Assertion failed: %s"
msgstr "Assertion failed: %s"
#: collectors/logger.php:161
msgid "Assertion passed"
msgstr "Assertion passed"
#. translators: %s: Assertion message
#: collectors/logger.php:157
msgid "Assertion passed: %s"
msgstr "Assertion passed: %s"
#: classes/Collector.php:122 output/html/environment.php:240
msgid "empty string"
msgstr "empty string"
#. translators: %s: Drop-in plugin file name
#: classes/Util.php:329
msgid "Drop-in: %s"
msgstr "Drop-in: %s"
#: output/html/hooks.php:36
msgid "Hooks, Actions, & Filters"
msgstr "Hooks, Actions, & Filters"
#: output/html/environment.php:245
msgid "Development Mode"
msgstr "Development Mode"
#. translators: %s: Total number of Doing it Wrong occurrences
#: output/html/doing_it_wrong.php:118
msgctxt "Total Doing it Wrong occurrences"
msgid "Total: %s"
msgstr "Total: %s"
#: output/html/doing_it_wrong.php:57
msgid "No occurrences."
msgstr "No occurrences."
#. translators: %s: Total number of Doing it Wrong occurrences
#: output/html/doing_it_wrong.php:43
msgctxt "Doing it Wrong"
msgid "Doing it Wrong (%s)"
msgstr "Doing it Wrong (%s)"
#: output/html/doing_it_wrong.php:41
msgid "Doing it Wrong occurrences"
msgstr "Doing it Wrong occurrences"
#. translators: %s: Total number of Doing it Wrong occurrences
#: output/html/doing_it_wrong.php:40
msgctxt "Doing it Wrong"
msgid "Total: %s"
msgstr "Total: %s"
#: output/html/doing_it_wrong.php:31
msgid "Doing it Wrong"
msgstr "Doing it Wrong"
#. translators: %s: Name of WordPress filter
#: dispatchers/Html.php:595
msgid "The file link format for your editor is set by the %s filter."
msgstr "The file link format for your editor is set by the %s filter."
#. translators: 1: WordPress hook name, 2: Version number, 3: Optional message
#. regarding the change.
#: collectors/doing_it_wrong.php:374
msgid "Hook %1$s is deprecated since version %2$s with no alternative available. %3$s"
msgstr "Hook %1$s is deprecated since version %2$s with no alternative available. %3$s"
#. translators: 1: WordPress hook name, 2: Version number, 3: Alternative hook
#. name, 4: Optional message regarding the change.
#: collectors/doing_it_wrong.php:365
msgid "Hook %1$s is deprecated since version %2$s! Use %3$s instead. %4$s"
msgstr "Hook %1$s is deprecated since version %2$s! Use %3$s instead. %4$s"
#. translators: 1: PHP function name, 2: Version number.
#: collectors/doing_it_wrong.php:326
msgid "Function %1$s was called with an argument that is deprecated since version %2$s with no alternative available."
msgstr "Function %1$s was called with an argument that is deprecated since version %2$s with no alternative available."
#. translators: 1: PHP function name, 2: Version number, 3: Optional message
#. regarding the change.
#: collectors/doing_it_wrong.php:318
msgid "Function %1$s was called with an argument that is deprecated since version %2$s! %3$s"
msgstr "Function %1$s was called with an argument that is deprecated since version %2$s! %3$s"
#. translators: 1: PHP file name, 2: Version number, 3: Optional message
#. regarding the change.
#: collectors/doing_it_wrong.php:279
msgid "File %1$s is deprecated since version %2$s with no alternative available. %3$s"
msgstr "File %1$s is deprecated since version %2$s with no alternative available. %3$s"
#. translators: 1: PHP file name, 2: Version number, 3: Alternative file name,
#. 4: Optional message regarding the change.
#: collectors/doing_it_wrong.php:270
msgid "File %1$s is deprecated since version %2$s! Use %3$s instead. %4$s"
msgstr "File %1$s is deprecated since version %2$s! Use %3$s instead. %4$s"
#. translators: 1: PHP class name, 2: PHP parent class name, 3: Version number,
#. 4: __construct() method.
#: collectors/doing_it_wrong.php:229
msgid "The called constructor method for %1$s class in %2$s is deprecated since version %3$s! Use %4$s instead."
msgstr "The called constructor method for %1$s class in %2$s is deprecated since version %3$s! Use %4$s instead."
#. translators: 1: PHP class name, 2: Version number, 3: __construct() method.
#: collectors/doing_it_wrong.php:220
msgid "The called constructor method for %1$s class is deprecated since version %2$s! Use %3$s instead."
msgstr "The called constructor method for %1$s class is deprecated since version %2$s! Use %3$s instead."
#. translators: 1: PHP function name, 2: Version number, 3: Alternative
#. function name.
#: collectors/doing_it_wrong.php:182
msgid "Function %1$s is deprecated since version %2$s! Use %3$s instead."
msgstr "Function %1$s is deprecated since version %2$s! Use %3$s instead."
#. translators: 1: PHP function name, 2: Version number.
#: collectors/doing_it_wrong.php:174
msgid "Function %1$s is deprecated since version %2$s with no alternative available."
msgstr "Function %1$s is deprecated since version %2$s with no alternative available."
#. translators: Developer debugging message. 1: PHP function name, 2:
#. Explanatory message, 3: WordPress version number.
#: collectors/doing_it_wrong.php:143
msgid "Function %1$s was called incorrectly. %2$s %3$s"
msgstr "Function %1$s was called incorrectly. %2$s %3$s"
#. translators: %s: Version number.
#: collectors/doing_it_wrong.php:134
msgid "(This message was added in version %s.)"
msgstr "(This message was added in version %s.)"
#. translators: %s: Number of PHP errors
#: output/html/php_errors.php:185
msgctxt "PHP error count"
msgid "Total: %s"
msgid_plural "Total: %s"
msgstr[0] "Total: %s"
msgstr[1] "Total: %s"
#: output/html/theme.php:84
msgid "Block Template"
msgstr "Block Template"
#: output/html/timing.php:216
msgid "Timings"
msgstr "Timings"
#. translators: %s: Link to help article
#: output/html/timing.php:45
msgid "No data logged. Read about timing and profiling in Query Monitor."
msgstr "No data logged. Read about timing and profiling in Query Monitor."
#: output/html/multisite.php:52
msgid "Site Switch"
msgstr "Site Switch"
#: output/html/multisite.php:51
msgid "Function"
msgstr "Function"
#: output/html/multisite.php:37
msgid "No data logged."
msgstr "No data logged."
#. translators: A closure is an anonymous PHP function
#: classes/Util.php:398
msgid "Unknown closure"
msgstr "Unknown closure"
#. translators: %s: Name of a multilingual plugin
#: output/html/languages.php:62 output/html/languages.php:75
msgid "%s Language"
msgstr "%s Language"
#: dispatchers/Html.php:611
msgctxt "colour scheme"
msgid "Dark"
msgstr "Dark"
#: dispatchers/Html.php:610
msgctxt "colour scheme"
msgid "Light"
msgstr "Light"
#: dispatchers/Html.php:609
msgctxt "colour scheme"
msgid "Auto"
msgstr "Auto"
#: dispatchers/Html.php:606
msgid "Your browser color scheme is respected by default. You can override it here."
msgstr "Your browser colour scheme is respected by default. You can override it here."
#: dispatchers/Html.php:604
msgid "Appearance"
msgstr "Appearance"
#. translators: %s: Memory used in megabytes
#. translators: %s: Memory usage in megabytes with a decimal fraction. Note the
#. space between value and unit symbol.
#: output/headers/overview.php:40 output/html/overview.php:391
msgid "%s MB"
msgstr "%s MB"
#: output/html/overview.php:360
msgid "Speak to your web host about enabling an opcode cache such as OPcache."
msgstr "Speak to your web host about enabling an opcode cache such as OPcache."
#: output/html/overview.php:357
msgid "Opcode cache not in use"
msgstr "Opcode cache not in use"
#: output/html/overview.php:341
msgid "Opcode Cache"
msgstr "Opcode cache"
#: output/html/overview.php:324
msgid "Speak to your web host about enabling an object cache extension such as Redis or Memcached."
msgstr "Speak to your web host about enabling an object cache extension such as Redis or Memcached."
#. translators: 1: PHP extension name, 2: URL to plugin directory
#: output/html/overview.php:308
msgid "The %1$s object cache extension for PHP is installed but is not in use by WordPress. You should install a %1$s plugin."
msgstr "The %1$s object cache extension for PHP is installed but is not in use by WordPress. You should install a %1$s plugin."
#: output/html/overview.php:293
msgid "Persistent object cache plugin not in use"
msgstr "Persistent object cache plugin not in use"
#: output/html/overview.php:286
msgid "Persistent object cache plugin in use"
msgstr "Persistent object cache plugin in use"
#. translators: 1: Memory used in bytes, 2: Memory used in megabytes
#: output/html/overview.php:147
msgid "%1$s bytes (%2$s MB)"
msgstr "%1$s bytes (%2$s MB)"
#. translators: %s: A time in seconds with a decimal fraction. No space between
#. value and unit symbol.
#. translators: %s: A time in seconds with a decimal fraction. No space between
#. value and unit.
#: output/html/db_queries.php:487 output/html/overview.php:105
#: output/html/overview.php:190 output/html/overview.php:238
#: output/html/overview.php:386
msgctxt "Time in seconds"
msgid "%ss"
msgstr "%ss"
#. translators: %s: Total number of items in a list
#: output/html/logger.php:75
msgid "All (%d)"
msgstr "All (%d)"
#: output/html/environment.php:280
msgid "Architecture"
msgstr "Architecture"
#. translators: %s: Number of database queries. Note the space between value
#. and unit symbol.
#: output/html/db_queries.php:492 output/html/db_queries.php:506
msgid "%s Q"
msgid_plural "%s Q"
msgstr[0] "%s Q"
msgstr[1] "%s Q"
#: output/html/assets_styles.php:38
msgid "No CSS files were enqueued."
msgstr "No CSS files were enqueued."
#: output/html/assets_scripts.php:38
msgid "No JavaScript files were enqueued."
msgstr "No JavaScript files were enqueued."
#: output/Html.php:325
msgid "Non-WordPress Core"
msgstr "Non-WordPress core"
#: dispatchers/Html.php:651
msgid "Allow the wp-content/db.php file symlink to be put into place during activation. Set to false to prevent the symlink creation."
msgstr "Allow the wp-content/db.php file symlink to be put into place during activation. Set to false to prevent the symlink creation."
#. translators: %s: Number of hooks
#: dispatchers/Html.php:383
msgid "Hooks in Use (%s)"
msgstr "Hooks in use (%s)"
#: dispatchers/Html.php:294
msgid "Data collection ceased"
msgstr "Data collection ceased"
#: classes/Util.php:246 output/Html.php:320 output/html/hooks.php:95
msgid "WordPress Core"
msgstr "WordPress core"
#: output/html/overview.php:246
msgctxt "HTTP API calls"
msgid "Total"
msgstr "Total"
#: output/html/block_editor.php:64
msgid "Context"
msgstr "Context"
#. translators: 1: Percentage of memory limit used, 2: Memory limit in
#. megabytes
#: output/headers/overview.php:47 output/html/overview.php:161
msgid "%1$s%% of %2$s MB server limit"
msgstr "%1$s%% of %2$s MB server limit"
#: classes/QueryMonitor.php:81
msgctxt "verb"
msgid "Sponsor"
msgstr "Sponsor"
#. translators: %s: File name
#: output/html/db_queries.php:194
msgid "Extended query information such as the component and affected rows is not available. Query Monitor was unable to symlink its %s file into place."
msgstr "Extended query information, such as the component and affected rows is not available. Query Monitor was unable to symlink its %s file into place."
#. translators: 1: File name, 2: Configuration constant name
#: output/html/db_queries.php:191
msgid "Extended query information such as the component and affected rows is not available. Query Monitor was prevented from symlinking its %1$s file into place by the %2$s constant."
msgstr "Extended query information, such as the component and affected rows is not available. Query Monitor was prevented from symlinking its %1$s file into place by the %2$s constant."
#. translators: %s: File name
#: output/html/db_queries.php:188
msgid "Extended query information such as the component and affected rows is not available. A conflicting %s file is present."
msgstr "Extended query information, such as the component and affected rows is not available. A conflicting %s file is present."
#. translators: %s: Dependency name
#: classes/Util.php:182
msgid "Dependency: %s"
msgstr "Dependency: %s"
#. translators: %s: Link to help article
#: output/html/logger.php:46
msgid "No data logged. Read about logging variables in Query Monitor."
msgstr "No data logged. Read about logging variables in Query Monitor."
#: output/html/environment.php:226
msgid "Environment Type"
msgstr "Environment Type"
#: dispatchers/Html.php:639
msgid "Hide Query Monitor itself from various panels. Set to false if you want to see how Query Monitor hooks into WordPress."
msgstr "Hide Query Monitor itself from various panels. Set to false if you want to see how Query Monitor hooks into WordPress."
#: dispatchers/Html.php:265
msgid "PHP Fatal Error"
msgstr "PHP Fatal Error"
#. translators: 1: CLI command to run, 2: plugin directory name
#: dispatchers/Html.php:212
msgid "Asset files for Query Monitor need to be built. Run %1$s from the %2$s directory."
msgstr "Asset files for Query Monitor need to be built. Run %1$s from the %2$s directory."
#. translators: %s: Plugin or theme name
#: dispatchers/WP_Die.php:120
msgid "This message was triggered by %s."
msgstr "This message was triggered by %s."
#: dispatchers/Html.php:591
msgid "Saved! Reload to apply changes."
msgstr "Saved! Reload to apply changes."
#: dispatchers/Html.php:587
msgid "Set editor cookie"
msgstr "Set editor cookie"
#: dispatchers/Html.php:565
msgid "You can set your editor here, so that when you click on stack trace links the file opens in your editor."
msgstr "You can set your editor here, so that when you click on stack trace links the file opens in your editor."
#: dispatchers/Html.php:562
msgid "Editor"
msgstr "Editor"
#. translators: %s: Number of logs that are available
#: output/html/logger.php:218
msgid "Logs (%s)"
msgstr "Logs (%s)"
#: output/html/request.php:197
msgid "Requested URL"
msgstr "Requested URL"
#: output/html/request.php:196
msgid "HTTP method"
msgstr "HTTP method"
#: output/html/request.php:195
msgid "Remote IP"
msgstr "Remote IP"
#: output/html/admin.php:75
msgid "Global Variable"
msgstr "Global Variable"
#: output/html/admin.php:71
msgid "Globals"
msgstr "Globals"
#: output/html/headers.php:119
msgid "Response Headers"
msgstr "Response Headers"
#: output/html/headers.php:118
msgid "Request Headers"
msgstr "Request Headers"
#: output/html/headers.php:102
msgid "Note that header names are not case-sensitive."
msgstr "Note that header names are not case-sensitive."
#: output/html/headers.php:69
msgid "Response Header Name"
msgstr "Response Header Name"
#: output/html/headers.php:54
msgid "Request Header Name"
msgstr "Request Header Name"
#: output/html/timing.php:61
msgid "Stopped"
msgstr "Stopped"
#: output/html/timing.php:60
msgid "Started"
msgstr "Started"
#. translators: %s: Number of database queries
#: output/html/db_queries.php:288
msgctxt "Query count"
msgid "Total: %s"
msgid_plural "Total: %s"
msgstr[0] "Total: %s"
msgstr[1] "Total: %s"
#: output/html/overview.php:84
msgid "Unknown HTTP Response Code"
msgstr "Unknown HTTP Response Code"
#: output/html/headers.php:34 output/html/request.php:191
msgid "Request Data"
msgstr "Request Data"
#. translators: %s: Default value for a PHP constant
#: dispatchers/Html.php:694
msgid "Default value: %s"
msgstr "Default value: %s"
#: output/html/theme.php:181
msgid "Not Loaded"
msgstr "Not Loaded"
#. translators: 1: Query Monitor, 2: Required PHP version number, 3: Current
#. PHP version number, 4: URL of PHP update help page
#: classes/PHP.php:32
msgid "The %1$s plugin requires PHP version %2$s or higher. This site is running PHP version %3$s. Learn about updating PHP."
msgstr "The %1$s plugin requires PHP version %2$s or higher. This site is running PHP version %3$s. Learn about updating PHP."
#. translators: %s: Total number of enqueued scripts
#: output/html/assets_scripts.php:37
msgctxt "Enqueued scripts"
msgid "Scripts (%s)"
msgstr "Scripts (%s)"
#. translators: %s: Total number of enqueued styles
#: output/html/assets_styles.php:37
msgctxt "Enqueued styles"
msgid "Styles (%s)"
msgstr "Styles (%s)"
#: output/html/overview.php:330
msgid "Object cache statistics are not available"
msgstr "Object cache statistics are not available"
#: output/Html.php:394
msgid "Toggle more information"
msgstr "Toggle more information"
#: output/Html.php:381
msgid "Sort data by this column"
msgstr "Sort data by this column"
#: output/Html.php:177 output/html/hooks.php:59
msgid "Callback"
msgstr "Callback"
#. translators: %s: Panel name
#: output/Html.php:167
msgid "%s: Related Hooks with Filters or Actions Attached"
msgstr "%s: Related Hooks with Filters or Actions Attached"
#: output/Html.php:147 output/html/hooks.php:62 output/html/hooks.php:159
msgid "Filter"
msgstr "Filter"
#: output/Html.php:146
msgid "Related Hooks with Filters Attached"
msgstr "Related Hooks with Filters Attached"
#: output/Html.php:142
msgid "Related Hooks with Actions Attached"
msgstr "Related Hooks with Actions Attached"
#: output/html/languages.php:95
msgid "Translation File"
msgstr "Translation File"
#. translators: %s: Name of cache driver
#: output/html/overview.php:348
msgid "Opcode cache in use: %s"
msgstr "Opcode cache in use: %s"
#: output/html/overview.php:212
msgctxt "database queries"
msgid "Total"
msgstr "Total"
#: output/html/block_editor.php:206
msgid "None (Classic block)"
msgstr "None (Classic Block)"
#: output/html/block_editor.php:70
msgid "Render Time"
msgstr "Render Time"
#: output/html/theme.php:205
msgid "Twig Template Files"
msgstr "Twig Template Files"
#: dispatchers/Html.php:480
msgid "Toggle panel position"
msgstr "Toggle panel position"
#. translators: %1$s: Erroneous post type name, %2$s: WordPress attachment post
#. type name
#: output/html/block_editor.php:172
msgid "Referenced media is of type %1$s instead of %2$s."
msgstr "Referenced media is of type %1$s instead of %2$s."
#: output/html/block_editor.php:164
msgid "Referenced media does not exist."
msgstr "Referenced media does not exist."
#. translators: %s: Total number of content blocks used
#: output/html/block_editor.php:103
msgctxt "Content blocks used"
msgid "Total: %s"
msgid_plural "Total: %s"
msgstr[0] "Total: %s"
msgstr[1] "Total: %s"
#: classes/QueryMonitor.php:61
msgid "Add-ons"
msgstr "Add-ons"
#. translators: 1: Name of the PHP directive, 2: Value of the PHP directive
#: output/html/overview.php:171
msgid "No memory limit. The %1$s PHP configuration directive is set to %2$s."
msgstr "No memory limit. The %1$s PHP configuration directive is set to %2$s."
#. translators: 1: Name of the PHP directive, 2: Value of the PHP directive
#: output/html/overview.php:129
msgid "No execution time limit. The %1$s PHP configuration directive is set to %2$s."
msgstr "No execution time limit. The %1$s PHP configuration directive is set to %2$s."
#: classes/Collector_Assets.php:474
msgid "Insecure content"
msgstr "Insecure content"
#. translators: %1$s: Erroneous post type name, %2$s: WordPress block post type
#. name
#: output/html/block_editor.php:141
msgid "Referenced post is of type %1$s instead of %2$s."
msgstr "Referenced post is of type %1$s instead of %2$s."
#: output/html/block_editor.php:133
msgid "Referenced block does not exist."
msgstr "Referenced block does not exist."
#: output/html/block_editor.php:73
msgid "Inner HTML"
msgstr "Inner HTML"
#: output/html/block_editor.php:67
msgid "Render Callback"
msgstr "Render callback"
#: output/html/block_editor.php:61
msgid "Attributes"
msgstr "Attributes"
#: output/html/block_editor.php:60
msgid "Block Name"
msgstr "Block name"
#: output/html/block_editor.php:47
msgid "This post contains no blocks."
msgstr "This post contains no blocks."
#. translators: %s: The number of times that a template part file was included
#. in the page
#: output/html/theme.php:166
msgctxt "template parts"
msgid "Included %s time"
msgid_plural "Included %s times"
msgstr[0] "Included %s time"
msgstr[1] "Included %s times"
#: output/html/block_editor.php:30 output/html/block_editor.php:339
msgid "Blocks"
msgstr "Blocks"
#: classes/QueryMonitor.php:214
msgctxt "Human readable label for the user capability required to view Query Monitor."
msgid "View Query Monitor"
msgstr "View Query Monitor"
#: output/html/transients.php:129
msgid "No transients set."
msgstr "No transients set."
#: output/html/overview.php:62
msgid "PHP errors were triggered during an Ajax request. See your browser developer console for details."
msgstr "PHP errors were triggered during an Ajax request. See your browser developer console for details."
#: output/html/logger.php:220 output/raw/logger.php:21
msgid "Logs"
msgstr "Logs"
#: output/html/http.php:315
msgid "No HTTP API calls."
msgstr "No HTTP API calls."
#. translators: %s: Number of HTTP API requests
#: output/html/http.php:303
msgctxt "HTTP API calls"
msgid "Total: %s"
msgid_plural "Total: %s"
msgstr[0] "Total: %s"
msgstr[1] "Total: %s"
#: output/html/environment.php:158
msgid "Client Version"
msgstr "Client Version"
#: output/html/environment.php:157
msgid "Extension"
msgstr "Extension"
#: output/html/environment.php:156
msgid "Server Version"
msgstr "Server Version"
#. translators: %s: Number of user capability checks
#: output/html/caps.php:197
msgctxt "User capability checks"
msgid "Total: %s"
msgid_plural "Total: %s"
msgstr[0] "Total: %s"
msgstr[1] "Total: %s"
#: output/html/assets.php:78
msgid "Source"
msgstr "Source"
#. translators: %s: Total number of enqueued styles
#: output/html/assets_styles.php:34
msgctxt "Enqueued styles"
msgid "Total: %s"
msgstr "Total: %s"
#. translators: %s: Total number of enqueued scripts
#: output/html/assets_scripts.php:34
msgctxt "Enqueued scripts"
msgid "Total: %s"
msgstr "Total: %s"
#: output/Html.php:375
msgid "Sequence"
msgstr "Sequence"
#. translators: %s: Current value for a PHP constant
#: dispatchers/Html.php:708
msgid "Current value: %s"
msgstr "Current value: %s"
#. translators: %s: Name of the config file
#: dispatchers/Html.php:674
msgid "The following PHP constants can be defined in your %s file in order to control the behavior of Query Monitor:"
msgstr "The following PHP constants can be defined in your %s file in order to control the behavior of Query Monitor:"
#: dispatchers/Html.php:670
msgid "Configuration"
msgstr "Configuration"
#: dispatchers/Html.php:647
msgid "In the Hooks & Actions panel, show every hook that has an action or filter attached (instead of every action hook that fired during the request)."
msgstr "In the Hooks & Actions panel, show every hook that has an action or filter attached (instead of every action hook that fired during the request)."
#: dispatchers/Html.php:643
msgid "Don't specify jQuery as a dependency of Query Monitor. If jQuery isn't enqueued then Query Monitor will still operate, but with some reduced functionality."
msgstr "Don't specify jQuery as a dependency of Query Monitor. If jQuery isn't enqueued then Query Monitor will still operate, but with some reduced functionality."
#: dispatchers/Html.php:635
msgid "Hide WordPress core on the Hooks & Actions panel."
msgstr "Hide WordPress core on the Hooks & Actions panel."
#: dispatchers/Html.php:631
msgid "Enable the Capability Checks panel."
msgstr "Enable the Capability Checks panel."
#: dispatchers/Html.php:627
msgid "Disable the handling of PHP errors."
msgstr "Disable the handling of PHP errors."
#: dispatchers/Html.php:623
msgid "Disable Query Monitor entirely."
msgstr "Disable Query Monitor entirely."
#: dispatchers/Html.php:619
msgid "If an individual database query takes longer than this time to execute, it's considered \"slow\" and triggers a warning."
msgstr "If an individual database query takes longer than this time to execute, it's considered \"slow\" and triggers a warning."
#: dispatchers/Html.php:556
msgid "Authentication cookie is set"
msgstr "Authentication cookie is set"
#: dispatchers/Html.php:549
msgid "You can set an authentication cookie which allows you to view Query Monitor output when you’re not logged in, or when you’re logged in as a different user."
msgstr "You can set an authentication cookie which allows you to view Query Monitor output when you’re not logged in, or when you’re logged in as a different user."
#: dispatchers/Html.php:487
msgid "Query Monitor Menu"
msgstr "Query Monitor Menu"
#: output/html/logger.php:31
msgid "Logger"
msgstr "Logger"
#. Description of the plugin
#: query-monitor.php
msgid "The developer tools panel for WordPress."
msgstr "The developer tools panel for WordPress."
#. translators: %s: Number of function timing results that are available
#: output/html/timing.php:214
msgid "Timings (%s)"
msgstr "Timings (%s)"
#. translators: %s: Approximate memory used in kilobytes
#: output/html/timing.php:110 output/html/timing.php:142
msgid "~%s kB"
msgstr "~%s kB"
#: output/html/timing.php:63
msgid "Memory"
msgstr "Memory"
#: output/html/timing.php:59
msgid "Tracked Function"
msgstr "Tracked Function"
#: output/html/theme.php:275
msgid "Template"
msgstr "Template"
#: output/html/request.php:163
msgid "Current User"
msgstr "Current User"
#. translators: used between list items, there is a space after the comma
#: output/html/php_errors.php:280
msgid ", "
msgstr ", "
#. translators: %s: List of PHP error types
#. translators: %s: Number of errors
#: output/html/php_errors.php:277 output/html/php_errors.php:327
msgid "PHP Errors (%s)"
msgstr "PHP Errors (%s)"
#. translators: %s: Number of PHP warnings
#: output/html/php_errors.php:230
msgctxt "PHP error level"
msgid "%s Warning"
msgid_plural "%s Warnings"
msgstr[0] "%s Warning"
msgstr[1] "%s Warnings"
#. translators: %s: Number of PHP notices
#: output/html/php_errors.php:228
msgctxt "PHP error level"
msgid "%s Notice"
msgid_plural "%s Notices"
msgstr[0] "%s Notice"
msgstr[1] "%s Notices"
#. translators: %s: Number of strict PHP errors
#: output/html/php_errors.php:226
msgctxt "PHP error level"
msgid "%s Strict"
msgid_plural "%s Stricts"
msgstr[0] "%s Strict"
msgstr[1] "%s Stricts"
#. translators: %s: Number of deprecated PHP errors
#: output/html/php_errors.php:224
msgctxt "PHP error level"
msgid "%s Deprecated"
msgid_plural "%s Deprecated"
msgstr[0] "%s Deprecated"
msgstr[1] "%s Deprecated"
#: output/html/doing_it_wrong.php:69 output/html/logger.php:85
#: output/html/php_errors.php:64
msgid "Message"
msgstr "Message"
#: output/html/logger.php:83 output/html/php_errors.php:62
msgid "Level"
msgstr "Level"
#: output/html/overview.php:61
msgid "A JavaScript problem on the page is preventing Query Monitor from working correctly. jQuery may have been blocked from loading."
msgstr "A JavaScript problem on the page is preventing Query Monitor from working correctly. jQuery may have been blocked from loading."
#: output/html/http.php:78 output/html/languages.php:96
msgid "Size"
msgstr "Size"
#: output/html/environment.php:276 output/html/http.php:216
msgid "IP Address"
msgstr "IP Address"
#: output/html/http.php:215
msgid "Response Content Type"
msgstr "Response Content Type"
#: output/html/http.php:201
msgid "Transfer Start Time (TTFB)"
msgstr "Transfer Start Time (TTFB)"
#: output/html/http.php:200
msgid "Connection Time"
msgstr "Connection Time"
#: output/html/http.php:199
msgid "DNS Resolution Time"
msgstr "DNS Resolution Time"
#. translators: An HTTP API request redirected to another URL
#: output/html/http.php:172
msgid "Redirected to:"
msgstr "Redirected to:"
#: output/html/http.php:69
msgid "URL"
msgstr "URL"
#: output/html/http.php:67
msgid "Method"
msgstr "Method"
#: output/Html.php:176 output/html/hooks.php:72
msgid "Priority"
msgstr "Priority"
#. translators: OS stands for Operating System
#: output/html/environment.php:279
msgid "OS"
msgstr "OS"
#: output/html/db_queries.php:78
msgid "No database queries were logged."
msgstr "No database queries were logged."
#: output/html/conditionals.php:57
msgid "False Conditionals"
msgstr "False Conditionals"
#: output/html/conditionals.php:44
msgid "True Conditionals"
msgstr "True Conditionals"
#. translators: %s: Configuration file name.
#: output/html/caps.php:47
msgid "For performance reasons, this panel is not enabled by default. To enable it, add the following code to your %s file:"
msgstr "For performance reasons, this panel is not enabled by default. To enable it, add the following code to your %s file:"
#: output/html/assets.php:69
msgid "Handle"
msgstr "Handle"
#: output/html/assets.php:76 output/html/environment.php:160
#: output/html/environment.php:277
msgid "Host"
msgstr "Host"
#: output/html/assets.php:61 output/html/assets.php:153
msgid "Other"
msgstr "Other"
#: output/html/assets.php:52
msgid "Missing Dependencies"
msgstr "Missing Dependencies"
#: output/html/admin.php:105
msgid "Class:"
msgstr "Class:"
#: output/html/admin.php:102
msgid "List Table"
msgstr "List Table"
#: dispatchers/Html.php:482
msgid "Close Panel"
msgstr "Close Panel"
#: classes/QueryMonitor.php:60 dispatchers/Html.php:467
#: dispatchers/Html.php:478 dispatchers/Html.php:543
msgid "Settings"
msgstr "Settings"
#: collectors/timing.php:143
msgid "Timer not stopped"
msgstr "Timer not stopped"
#: collectors/timing.php:81 collectors/timing.php:101
msgid "Timer not started"
msgstr "Timer not started"
#: output/html/timing.php:30
msgid "Timing"
msgstr "Timing"
#. translators: %d: Multisite network ID
#: collectors/request.php:178
msgid "Current Network: #%d"
msgstr "Current Network: #%d"
#: collectors/php_errors.php:405
msgctxt "Silenced PHP error level"
msgid "Deprecated (Silenced)"
msgstr "Deprecated (Silenced)"
#: collectors/php_errors.php:404
msgctxt "Silenced PHP error level"
msgid "Strict (Silenced)"
msgstr "Strict (Silenced)"
#: collectors/php_errors.php:403
msgctxt "Silenced PHP error level"
msgid "Notice (Silenced)"
msgstr "Notice (Silenced)"
#: collectors/php_errors.php:402
msgctxt "Silenced PHP error level"
msgid "Warning (Silenced)"
msgstr "Warning (Silenced)"
#. translators: A non-blocking HTTP API request
#: output/html/http.php:57 output/html/http.php:99
msgid "Non-blocking"
msgstr "Non-blocking"
#. translators: %s: Plugin name
#: classes/Util.php:217
msgid "VIP Client MU Plugin: %s"
msgstr "VIP Client MU Plugin: %s"
#. translators: %s: Timing lap number
#: classes/Timer.php:91
msgid "Lap %s"
msgstr "Lap %s"
#. translators: No user
#: collectors/request.php:155
msgctxt "user"
msgid "None"
msgstr "None"
#. translators: %d: User ID
#: collectors/request.php:150
msgid "Current User: #%d"
msgstr "Current User: #%d"
#: output/html/db_queries.php:218
msgid "Non-SELECT"
msgstr "Non-SELECT"
#: output/html/db_queries.php:97
msgid "Error Message"
msgstr "Error Message"
#: output/html/db_queries.php:98
msgid "Error Code"
msgstr "Error Code"
#: output/html/caps.php:208
msgid "No capability checks were recorded."
msgstr "No capability checks were recorded."
#: output/html/caps.php:91
msgid "Result"
msgstr "Result"
#: output/html/caps.php:87 output/html/environment.php:81
#: output/html/environment.php:159
msgid "User"
msgstr "User"
#: output/html/caps.php:79
msgid "Capability Check"
msgstr "Capability Check"
#: output/html/caps.php:30
msgid "Capability Checks"
msgstr "Capability Checks"
#. translators: %s: Number of transient values that were updated
#: output/html/transients.php:148
msgid "Transient Updates (%s)"
msgstr "Transient Updates (%s)"
#: output/html/transients.php:51
msgctxt "size of transient value"
msgid "Size"
msgstr "Size"
#: output/html/transients.php:48
msgctxt "transient type"
msgid "Type"
msgstr "Type"
#: output/html/transients.php:46
msgid "Updated Transient"
msgstr "Updated Transient"
#: output/html/transients.php:146
msgid "Transient Updates"
msgstr "Transient Updates"
#: output/html/request.php:107
msgid "View Main Query"
msgstr "View Main Query"
#. translators: %s: Number of calls to the HTTP API
#: output/html/http.php:354
msgid "HTTP API Calls (%s)"
msgstr "HTTP API Calls (%s)"
#: output/html/http.php:72
msgid "Status"
msgstr "Status"
#: output/html/http.php:31 output/html/http.php:352
#: output/html/overview.php:229 output/raw/http.php:21
msgid "HTTP API Calls"
msgstr "HTTP API Calls"
#: output/html/environment.php:126
msgid "Extensions"
msgstr "Extensions"
#: output/html/environment.php:111
msgid "Error Reporting"
msgstr "Error Reporting"
#: output/html/hooks.php:33
msgid "Hooks & Actions"
msgstr "Hooks & Actions"
#: output/html/db_queries.php:237 output/html/db_queries.php:421
msgid "Main Query"
msgstr "Main Query"
#. translators: 1: Cache hit rate percentage, 2: number of cache hits, 3:
#. number of cache misses
#: output/html/overview.php:273
msgid "%1$s%% hit rate (%2$s hits, %3$s misses)"
msgstr "%1$s%% hit rate (%2$s hits, %3$s misses)"
#: output/html/theme.php:133
msgid "Template Hierarchy"
msgstr "Template Hierarchy"
#: collectors/php_errors.php:399
msgctxt "Suppressed PHP error level"
msgid "Deprecated (Suppressed)"
msgstr "Deprecated (Suppressed)"
#: collectors/php_errors.php:398
msgctxt "Suppressed PHP error level"
msgid "Strict (Suppressed)"
msgstr "Strict (Suppressed)"
#: collectors/php_errors.php:397
msgctxt "Suppressed PHP error level"
msgid "Notice (Suppressed)"
msgstr "Notice (Suppressed)"
#: collectors/php_errors.php:396
msgctxt "Suppressed PHP error level"
msgid "Warning (Suppressed)"
msgstr "Warning (Suppressed)"
#: output/html/assets.php:68
msgid "Position"
msgstr "Position"
#: output/html/assets.php:55
msgid "Footer"
msgstr "Footer"
#: output/html/assets.php:54
msgid "Header"
msgstr "Header"
#: output/html/assets.php:51
msgid "Missing"
msgstr "Missing"
#: output/html/admin.php:54 output/html/admin.php:76 output/html/headers.php:85
msgid "Value"
msgstr "Value"
#: output/html/admin.php:53
msgid "Property"
msgstr "Property"
#. translators: 1: Post type name, 2: Post ID
#: collectors/request.php:250
msgid "Single %1$s: #%2$d"
msgstr "Single %1$s: #%2$d"
#. translators: %d: Multisite site ID
#: collectors/request.php:167
msgid "Current Site: #%d"
msgstr "Current Site: #%d"
#: collectors/php_errors.php:393
msgctxt "PHP error level"
msgid "Deprecated"
msgstr "Deprecated"
#: collectors/php_errors.php:392
msgctxt "PHP error level"
msgid "Strict"
msgstr "Strict"
#: collectors/php_errors.php:391
msgctxt "PHP error level"
msgid "Notice"
msgstr "Notice"
#: collectors/php_errors.php:390
msgctxt "PHP error level"
msgid "Warning"
msgstr "Warning"
#. translators: %s: Hook name
#: collectors/http.php:300
msgid "Request not executed due to a filter on %s"
msgstr "Request not executed due to a filter on %s"
#. translators: Undefined PHP constant
#: classes/Collector.php:120
msgid "undefined"
msgstr "undefined"
#: output/html/theme.php:140
msgid "Template Parts"
msgstr "Template Parts"
#: output/html/overview.php:261 output/raw/cache.php:21
msgid "Object Cache"
msgstr "Object Cache"
#. translators: An HTTP API request has disabled certificate verification. 1:
#. Relevant argument name
#: output/html/http.php:125
msgid "Certificate verification disabled (%s)"
msgstr "Certificate verification disabled (%s)"
#. translators: %s: Number of duplicate database queries
#: output/html/db_dupes.php:154
msgid "Duplicate Queries (%s)"
msgstr "Duplicate Queries (%s)"
#. translators: %s: Number of calls to a PHP function
#: output/html/db_dupes.php:65
msgid "%s call"
msgid_plural "%s calls"
msgstr[0] "%s call"
msgstr[1] "%s calls"
#: output/html/db_dupes.php:57
msgid "Potential Troublemakers"
msgstr "Potential Troublemakers"
#: output/html/db_dupes.php:55
msgid "Components"
msgstr "Components"
#: output/html/db_dupes.php:53
msgid "Callers"
msgstr "Callers"
#: output/html/db_dupes.php:31
msgid "Duplicate Queries"
msgstr "Duplicate Queries"
#. translators: %s: Plugin name
#: classes/Util.php:197
msgid "MU Plugin: %s"
msgstr "MU Plugin: %s"
#: output/html/php_errors.php:144
msgid "Unknown location"
msgstr "Unknown location"
#: output/html/db_callers.php:111 output/html/languages.php:137
#: output/html/overview.php:221 output/html/overview.php:253
#: output/html/theme.php:177
msgid "None"
msgstr "None"
#: output/html/request.php:80
msgid "All Matching Rewrite Rules"
msgstr "All Matching Rewrite Rules"
#: output/html/languages.php:151
msgid "Not Found"
msgstr "Not Found"
#: output/html/languages.php:92
msgid "Text Domain"
msgstr "Text Domain"
#: output/html/environment.php:274
msgid "Software"
msgstr "Software"
#: output/html/environment.php:150 output/html/environment.php:161
msgid "Database"
msgstr "Database"
#. translators: 1: Name of PHP constant, 2: Value of PHP constant
#: output/html/db_queries.php:73
msgid "No database queries were logged because the %1$s constant is set to %2$s."
msgstr "No database queries were logged because the %1$s constant is set to %2$s."
#: output/html/languages.php:30
msgid "Languages"
msgstr "Languages"
#: classes/Util.php:428
msgid "Unable to determine source of lambda function"
msgstr "Unable to determine source of lambda function"
#. Author of the plugin
#: query-monitor.php
msgid "John Blackbourn"
msgstr "John Blackbourn"
#. Plugin URI of the plugin
#. Author URI of the plugin
#: query-monitor.php
msgid "https://querymonitor.com/"
msgstr "https://querymonitor.com/"
#. translators: %s: Symlink file location
#: classes/QueryMonitor.php:182
msgid "The symlink at %s is no longer pointing to the correct location. Please remove the symlink, then deactivate and reactivate Query Monitor."
msgstr "The symlink at %s is no longer pointing to the correct location. Please remove the symlink, then deactivate and reactivate Query Monitor."
#: output/html/transients.php:50
msgid "Expiration"
msgstr "Expiration"
#: output/Html.php:175 output/html/hooks.php:63 output/html/languages.php:93
msgid "Type"
msgstr "Type"
#. translators: %s: Template file name
#: output/html/theme.php:260
msgid "Template: %s"
msgstr "Template: %s"
#: output/html/theme.php:219
msgid "Body Classes"
msgstr "Body Classes"
#: output/html/theme.php:113
msgid "Template File"
msgstr "Template File"
#. translators: %s: Number of additional query variables
#: output/html/request.php:225
msgid "Request (+%s)"
msgstr "Request (+%s)"
#: output/html/request.php:149
msgid "Queried Object"
msgstr "Queried Object"
#: output/html/multisite.php:27 output/html/request.php:175
msgid "Multisite"
msgstr "Multisite"
#: output/html/request.php:100
msgid "Query Vars"
msgstr "Query Vars"
#: output/html/request.php:52
msgid "Query String"
msgstr "Query String"
#: output/html/request.php:51
msgid "Matched Query"
msgstr "Matched Query"
#: output/html/request.php:50
msgid "Matched Rule"
msgstr "Matched Rule"
#: output/html/php_errors.php:65
msgid "Location"
msgstr "Location"
#: output/html/db_dupes.php:51 output/html/php_errors.php:66
msgid "Count"
msgstr "Count"
#. translators: %s: Memory used in kilobytes
#: output/html/http.php:264 output/html/languages.php:145
#: output/html/languages.php:168
msgid "%s kB"
msgstr "%s kB"
#: output/html/overview.php:139
msgid "Peak Memory Usage"
msgstr "Peak Memory Usage"
#: output/html/overview.php:100
msgid "Page Generation Time"
msgstr "Page Generation Time"
#. translators: 1: Percentage of time limit used, 2: Time limit in seconds
#: output/headers/overview.php:32 output/html/overview.php:119
msgid "%1$s%% of %2$ss limit"
msgstr "%1$s%% of %2$ss limit"
#: output/html/http.php:79
msgid "Timeout"
msgstr "Timeout"
#: output/html/request.php:148
msgid "Response"
msgstr "Response"
#. translators: %s: Error message text
#: output/html/block_editor.php:275 output/html/hooks.php:207
msgid "Error: %s"
msgstr "Error: %s"
#. translators: %s: Action name
#: output/html/hooks.php:151
msgid "Warning: The %s action is extremely resource intensive. Try to avoid using it."
msgstr "Warning: The %s action is extremely resource intensive. Try to avoid using it."
#: output/Html.php:143 output/html/hooks.php:55 output/html/hooks.php:61
#: output/html/hooks.php:159
msgid "Action"
msgstr "Action"
#: output/Html.php:174 output/html/hooks.php:69
msgid "Hook"
msgstr "Hook"
#: output/html/environment.php:271
msgid "Server"
msgstr "Server"
#: classes/QueryMonitor.php:62 output/html/environment.php:56
#: output/html/environment.php:230 output/html/environment.php:249
msgid "Help"
msgstr "Help"
#. translators: %s: Number of slow database queries
#: output/html/db_queries.php:577
msgid "Slow Queries (%s)"
msgstr "Slow Queries (%s)"
#. translators: %s: Number of database errors
#: output/html/db_queries.php:563
msgid "Database Errors (%s)"
msgstr "Database Errors (%s)"
#: output/html/db_queries.php:136 output/html/db_queries.php:263
msgid "Rows"
msgstr "Rows"
#: output/html/caps.php:93 output/html/db_callers.php:51
#: output/html/db_queries.php:95 output/html/db_queries.php:129
#: output/html/db_queries.php:243 output/html/doing_it_wrong.php:70
#: output/html/http.php:74 output/html/languages.php:94
#: output/html/logger.php:86 output/html/multisite.php:53
#: output/html/transients.php:52
msgid "Caller"
msgstr "Caller"
#. translators: %s: Database query time in seconds
#: output/html/db_queries.php:121
msgid "Slow Database Queries (above %ss)"
msgstr "Slow Database Queries (above %ss)"
#: output/Html.php:178 output/html/caps.php:95 output/html/db_components.php:51
#: output/html/db_queries.php:96 output/html/db_queries.php:132
#: output/html/db_queries.php:252 output/html/doing_it_wrong.php:71
#: output/html/hooks.php:75 output/html/http.php:76 output/html/logger.php:88
#: output/html/multisite.php:56 output/html/php_errors.php:68
#: output/html/timing.php:64 output/html/transients.php:53
msgid "Component"
msgstr "Component"
#: dispatchers/WP_Die.php:127
msgid "Call stack:"
msgstr "Call stack:"
#: output/html/db_dupes.php:50 output/html/db_queries.php:94
#: output/html/db_queries.php:128 output/html/db_queries.php:230
msgid "Query"
msgstr "Query"
#: output/html/db_queries.php:90
msgid "Database Errors"
msgstr "Database Errors"
#: output/html/db_callers.php:60 output/html/db_components.php:60
#: output/html/db_dupes.php:52 output/html/db_queries.php:139
#: output/html/db_queries.php:268 output/html/http.php:80
#: output/html/timing.php:62
msgid "Time"
msgstr "Time"
#. translators: %s: Name of missing script or style dependency
#: output/html/assets.php:144
msgid "%s (missing)"
msgstr "%s (missing)"
#: output/html/request.php:65 output/html/request.php:141
#: output/html/request.php:160 output/html/request.php:171
#: output/html/transients.php:77
msgid "none"
msgstr "none"
#: output/html/assets.php:85 output/html/environment.php:62
#: output/html/environment.php:220 output/html/environment.php:275
msgid "Version"
msgstr "Version"
#: output/html/assets.php:83
msgid "Dependents"
msgstr "Dependents"
#: output/html/assets.php:80
msgid "Dependencies"
msgstr "Dependencies"
#: output/html/assets_styles.php:25 output/html/assets_styles.php:35
msgid "Styles"
msgstr "Styles"
#: output/html/assets_scripts.php:25 output/html/assets_scripts.php:35
msgid "Scripts"
msgstr "Scripts"
#: output/html/admin.php:112
msgid "Column Action:"
msgstr "Column Action:"
#: output/html/admin.php:109
msgid "Column Filters:"
msgstr "Column Filters:"
#: output/Html.php:317
msgctxt "\"All\" option for filters"
msgid "All"
msgstr "All"
#: dispatchers/Html.php:538
msgid "Clear authentication cookie"
msgstr "Clear authentication cookie"
#: dispatchers/Html.php:539
msgid "Set authentication cookie"
msgstr "Set authentication cookie"
#: dispatchers/Html.php:547
msgid "Authentication"
msgstr "Authentication"
#: dispatchers/Html.php:258
msgid "PHP Errors in Ajax Response"
msgstr "PHP Errors in Ajax Response"
#. Plugin Name of the plugin
#: query-monitor.php classes/QueryMonitor.php:196 classes/QueryMonitor.php:229
#: dispatchers/Html.php:147 dispatchers/Html.php:437 dispatchers/Html.php:825
#: dispatchers/WP_Die.php:132
msgid "Query Monitor"
msgstr "Query Monitor"
#: output/html/transients.php:30 output/raw/transients.php:21
msgid "Transients"
msgstr "Transients"
#: collectors/request.php:287
msgid "Unknown queried object"
msgstr "Unknown queried object"
#. translators: %s: Post type name
#: collectors/request.php:280
msgid "Post type archive: %s"
msgstr "Post type archive: %s"
#. translators: %s: Taxonomy term name
#: collectors/request.php:270
msgid "Term archive: %s"
msgstr "Term archive: %s"
#. translators: %s: Author name
#: collectors/request.php:260
msgid "Author archive: %s"
msgstr "Author archive: %s"
#: output/html/request.php:30 output/html/request.php:49
#: output/html/request.php:223
msgid "Request"
msgstr "Request"
#: output/html/php_errors.php:32 output/html/php_errors.php:288
msgid "PHP Errors"
msgstr "PHP Errors"
#: dispatchers/Html.php:444 dispatchers/Html.php:493
#: output/html/overview.php:30
msgid "Overview"
msgstr "Overview"
#: output/html/http.php:54
msgid "Error"
msgstr "Error"
#: collectors/http.php:339
msgid "Request timed out"
msgstr "Request timed out"
#: output/html/environment.php:30
msgid "Environment"
msgstr "Environment"
#: output/html/db_queries.php:38 output/html/db_queries.php:551
#: output/html/overview.php:183 output/raw/db_queries.php:26
msgid "Database Queries"
msgstr "Database Queries"
#: output/html/db_components.php:30 output/html/db_components.php:127
msgid "Queries by Component"
msgstr "Queries by Component"
#: output/html/db_callers.php:30 output/html/db_callers.php:131
msgid "Queries by Caller"
msgstr "Queries by Caller"
#: output/html/conditionals.php:31 output/html/conditionals.php:107
#: output/raw/conditionals.php:21
msgid "Conditionals"
msgstr "Conditionals"
#: output/html/admin.php:30
msgid "Admin Screen"
msgstr "Admin Screen"
#. translators: 1: Line number, 2: File name
#: classes/Util.php:423
msgid "Anonymous function on line %1$d of %2$s"
msgstr "Anonymous function on line %1$d of %2$s"
#. translators: A closure is an anonymous PHP function. 1: Line number, 2: File
#. name
#: classes/Util.php:392
msgid "Closure on line %1$d of %2$s"
msgstr "Closure on line %1$d of %2$s"
#: classes/Backtrace.php:240 classes/Util.php:250
#: collectors/environment.php:278 output/html/db_queries.php:344
#: output/html/db_queries.php:440 output/html/environment.php:70
#: output/html/environment.php:77 output/html/environment.php:85
#: output/html/environment.php:171 output/html/environment.php:292
#: output/html/overview.php:143 output/html/php_errors.php:170
#: output/html/request.php:153 output/html/theme.php:128
#: output/html/theme.php:254
msgid "Unknown"
msgstr "Unknown"
#: classes/Util.php:233 output/html/theme.php:64
msgid "Parent Theme"
msgstr "Parent Theme"
#: classes/Util.php:228 output/html/theme.php:31 output/html/theme.php:48
msgid "Theme"
msgstr "Theme"
#: classes/Util.php:226
msgid "Child Theme"
msgstr "Child Theme"
#. translators: %s: Plugin name
#: classes/Util.php:220
msgid "VIP Plugin: %s"
msgstr "VIP Plugin: %s"
#. translators: %s: Plugin name
#: classes/Util.php:200
msgid "Plugin: %s"
msgstr "Plugin: %s"