# Translation of Plugins - Query Monitor - Stable (latest release) in English (Australia)
# This file is distributed under the same license as the Plugins - Query Monitor - Stable (latest release) package.
msgid ""
msgstr ""
"PO-Revision-Date: 2026-04-13 03:15:55+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.3\n"
"Language: en_AU\n"
"Project-Id-Version: Plugins - Query Monitor - Stable (latest release)\n"

#: output/html/overview.php:73 assets/build/query-monitor.js:62
msgid "Timeline"
msgstr "Timeline"

#: output/html/db_queries.php:145
msgid "Slow Queries"
msgstr "Slow Queries"

#: output/html/assets_styles.php:38
msgctxt "Enqueued styles"
msgid "Styles"
msgstr "Styles"

#: output/html/assets_scripts.php:38
msgctxt "Enqueued scripts"
msgid "Scripts"
msgstr "Scripts"

#. Description of the plugin
#: query-monitor.php
msgid "The developer tools panel for WordPress and WooCommerce."
msgstr "The developer tools panel for WordPress and WooCommerce."

#. translators: %s: Context for the toggle button, e.g. a function name.
#: output/Html.php:269
msgid "Toggle more information for %s"
msgstr "Toggle more information for %s"

#. translators: 1: PHP class name, 2: Version number.
#: classes/Deprecated_Class_Run.php:35
msgid "Class %1$s is deprecated since version %2$s with no alternative available."
msgstr "Class %1$s is deprecated since version %2$s with no alternative available."

#. translators: 1: PHP class name, 2: Version number, 3: Alternative class or
#. function name.
#: classes/Deprecated_Class_Run.php:26
msgid "Class %1$s is deprecated since version %2$s! Use %3$s instead."
msgstr "Class %1$s is deprecated since version %2$s! Use %3$s instead."

#: collectors/logger.php:171
msgid "Assertion failed"
msgstr "Assertion failed"

#. translators: %s: Assertion message
#: collectors/logger.php:167
msgid "Assertion failed: %s"
msgstr "Assertion failed: %s"

#: collectors/logger.php:159
msgid "Assertion passed"
msgstr "Assertion passed"

#. translators: %s: Assertion message
#: collectors/logger.php:155
msgid "Assertion passed: %s"
msgstr "Assertion passed: %s"

#: classes/Collector.php:107 assets/build/query-monitor.js:22
msgid "empty string"
msgstr "empty string"

#. translators: %s: Drop-in plugin file name
#: classes/Component_Dropin.php:12
msgid "Drop-in: %s"
msgstr "Drop-in: %s"

#: output/html/hooks.php:41
msgid "Hooks, Actions, & Filters"
msgstr "Hooks, Actions, & Filters"

#: output/html/doing_it_wrong.php:65
msgctxt "Doing it Wrong"
msgid "Doing it Wrong"
msgstr "Doing it Wrong"

#: output/html/doing_it_wrong.php:33 assets/build/query-monitor.js:20
msgid "Doing it Wrong"
msgstr "Doing it Wrong"

#. translators: 1: WordPress hook name, 2: Version number, 3: Optional message
#. regarding the change.
#: classes/Deprecated_Hook_Run.php:38
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.
#: classes/Deprecated_Hook_Run.php:28
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.
#: classes/Deprecated_Argument_Run.php:35
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.
#: classes/Deprecated_Argument_Run.php:26
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.
#: classes/Deprecated_File_Included.php:38
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.
#: classes/Deprecated_File_Included.php:28
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.
#: classes/Deprecated_Constructor_Run.php:26
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.
#: classes/Deprecated_Constructor_Run.php:36
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.
#: classes/Deprecated_Function_Run.php:26
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.
#: classes/Deprecated_Function_Run.php:35
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.
#: classes/Doing_It_Wrong_Run.php:33
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.
#: classes/Doing_It_Wrong_Run.php:26
msgid "(This message was added in version %s.)"
msgstr "(This message was added in version %s.)"

#: output/html/timing.php:57 assets/build/query-monitor.js:62
msgid "Timings"
msgstr "Timings"

#. translators: A closure is an anonymous PHP function
#: output/html/hooks.php:171
msgid "Unknown closure"
msgstr "Unknown closure"

#. 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:60
msgid "%s MB"
msgstr "%s MB"

#. translators: %s: A time in seconds with a decimal fraction. No space between
#. value and unit symbol.
#: output/html/db_queries.php:60 output/html/overview.php:55
msgctxt "Time in seconds"
msgid "%ss"
msgstr "%ss"

#. translators: %s: Number of database queries. Note the space between value
#. and unit symbol.
#: output/html/db_queries.php:65 output/html/db_queries.php:79
msgid "%s Q"
msgid_plural "%s Q"
msgstr[0] "%s Q"
msgstr[1] "%s Q"

#: classes/Component_Core.php:10 output/html/hooks.php:62
#: assets/build/query-monitor.js:4
msgid "WordPress Core"
msgstr "WordPress Core"

#. translators: 1: Percentage of memory limit used, 2: Memory limit in
#. megabytes
#: output/headers/overview.php:47 assets/build/query-monitor.js:46
msgid "%1$s%% of %2$s MB server limit"
msgstr "%1$s%% of %2$s MB server limit"

#: classes/QueryMonitor.php:83
msgctxt "verb"
msgid "Sponsor"
msgstr "Sponsor"

#. translators: %s: Dependency name
#: classes/Component_Altis_Vendor.php:12
msgid "Dependency: %s"
msgstr "Dependency: %s"

#. translators: %s: Plugin or theme name
#: dispatchers/WP_Die.php:124
msgid "This message was triggered by %s."
msgstr "This message was triggered by %s."

#: output/html/headers.php:53 assets/build/query-monitor.js:58
msgid "Response Headers"
msgstr "Response Headers"

#: output/html/headers.php:52 assets/build/query-monitor.js:58
msgid "Request Headers"
msgstr "Request Headers"

#: output/html/headers.php:39
msgid "Request Data"
msgstr "Request Data"

#. 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. <a href=\"%4$s\">Learn about updating PHP</a>."
msgstr "The %1$s plugin requires PHP version %2$s or higher. This site is running PHP version %3$s. <a href=\"%4$s\">Learn about updating PHP</a>."

#. translators: %s: Total number of enqueued scripts
#: output/html/assets_scripts.php:40
msgctxt "Enqueued scripts"
msgid "Scripts (%s)"
msgstr "Scripts (%s)"

#. translators: %s: Total number of enqueued styles
#: output/html/assets_styles.php:40
msgctxt "Enqueued styles"
msgid "Styles (%s)"
msgstr "Styles (%s)"

#: output/Html.php:273
msgid "Toggle more information"
msgstr "Toggle more information"

#: output/html/hooks.php:126
msgid "Filter"
msgstr "Filter"

#: dispatchers/Html.php:341
msgid "Hooks in Use"
msgstr "Hooks in Use"

#: classes/QueryMonitor.php:60
msgid "Add-ons"
msgstr "Add-ons"

#: classes/Collector_Assets.php:444
msgid "Insecure content"
msgstr "Insecure content"

#: output/html/block_editor.php:35 output/html/block_editor.php:51
#: assets/build/query-monitor.js:4
msgid "Blocks"
msgstr "Blocks"

#: classes/QueryMonitor.php:216
msgctxt "Human readable label for the user capability required to view Query Monitor."
msgid "View Query Monitor"
msgstr "View Query Monitor"

#: output/html/logger.php:81 output/raw/logger.php:21
#: assets/build/query-monitor.js:36 assets/build/query-monitor.js:62
msgid "Logs"
msgstr "Logs"

#: output/html/logger.php:36
msgid "Logger"
msgstr "Logger"

#. translators: %s: Number of function timing results that are available
#: output/html/timing.php:55
msgid "Timings (%s)"
msgstr "Timings (%s)"

#: output/html/theme.php:81 assets/build/query-monitor.js:60
#: assets/build/query-monitor.js:62
msgid "Template"
msgstr "Template"

#. translators: %s: Number of PHP warnings
#: output/html/php_errors.php:77
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:75
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:73
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:71
msgctxt "PHP error level"
msgid "%s Deprecated"
msgid_plural "%s Deprecated"
msgstr[0] "%s Deprecated"
msgstr[1] "%s Deprecated"

#: collectors/timing.php:152
msgid "Timer not stopped"
msgstr "Timer not stopped"

#: collectors/timing.php:89 collectors/timing.php:112
msgid "Timer not started"
msgstr "Timer not started"

#: output/html/timing.php:35 assets/build/query-monitor.js:62
msgid "Timing"
msgstr "Timing"

#. translators: %d: Multisite network ID
#: collectors/request.php:192
msgid "Current Network: #%d"
msgstr "Current Network: #%d"

#. translators: %s: Timing lap number
#: classes/Timer.php:97
msgid "Lap %s"
msgstr "Lap %s"

#. translators: No user
#: collectors/request.php:169
msgctxt "user"
msgid "None"
msgstr "None"

#. translators: %d: User ID
#: collectors/request.php:164 assets/build/query-monitor.js:56
msgid "Current User: #%d"
msgstr "Current User: #%d"

#: output/html/caps.php:35 assets/build/query-monitor.js:6
msgid "Capability Checks"
msgstr "Capability Checks"

#: output/html/transients.php:48 assets/build/query-monitor.js:62
msgid "Transient Updates"
msgstr "Transient Updates"

#: output/html/http.php:36 output/html/http.php:70 output/raw/http.php:21
#: assets/build/query-monitor.js:48
msgid "HTTP API Calls"
msgstr "HTTP API Calls"

#: output/html/hooks.php:38
msgid "Hooks & Actions"
msgstr "Hooks & Actions"

#. translators: 1: Post type name, 2: Post ID
#: collectors/request.php:240
msgid "Single %1$s: #%2$d"
msgstr "Single %1$s: #%2$d"

#. translators: %d: Multisite site ID
#: collectors/request.php:181 assets/build/query-monitor.js:58
msgid "Current Site: #%d"
msgstr "Current Site: #%d"

#. translators: Undefined PHP constant
#: classes/Collector.php:105
msgid "undefined"
msgstr "undefined"

#: output/html/cache.php:30 output/raw/cache.php:21
#: assets/build/query-monitor.js:48
msgid "Object Cache"
msgstr "Object Cache"

#: output/html/db_dupes.php:36 output/html/db_dupes.php:52
#: assets/build/query-monitor.js:6
msgid "Duplicate Queries"
msgstr "Duplicate Queries"

#. translators: %s: Plugin name
#: classes/Component_MU_Plugin.php:12 classes/Component_MU_Vendor.php:12
msgid "MU Plugin: %s"
msgstr "MU Plugin: %s"

#: output/html/languages.php:35 assets/build/query-monitor.js:32
msgid "Languages"
msgstr "Languages"

#. 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:184
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."

#. translators: %s: Template file name
#: output/html/theme.php:66
msgid "Template: %s"
msgstr "Template: %s"

#: output/html/multisite.php:29 assets/build/query-monitor.js:38
#: assets/build/query-monitor.js:56
msgid "Multisite"
msgstr "Multisite"

#. translators: 1: Percentage of time limit used, 2: Time limit in seconds
#: output/headers/overview.php:32 assets/build/query-monitor.js:40
msgid "%1$s%% of %2$ss limit"
msgstr "%1$s%% of %2$ss limit"

#. translators: %s: Error message text
#: output/html/hooks.php:182 assets/build/query-monitor.js:32
msgid "Error: %s"
msgstr "Error: %s"

#. translators: %s: Action name
#: output/html/hooks.php:118 assets/build/query-monitor.js:24
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/hooks.php:126 assets/build/query-monitor.js:24
msgid "Action"
msgstr "Action"

#: classes/QueryMonitor.php:61 assets/build/query-monitor.js:20
#: assets/build/query-monitor.js:22
msgid "Help"
msgstr "Help"

#: dispatchers/WP_Die.php:131
msgid "Call stack:"
msgstr "Call stack:"

#: output/html/db_queries.php:133 assets/build/query-monitor.js:12
msgid "Database Errors"
msgstr "Database Errors"

#: output/html/assets_styles.php:30
msgid "Styles"
msgstr "Styles"

#: output/html/assets_scripts.php:30
msgid "Scripts"
msgstr "Scripts"

#. Plugin Name of the plugin
#: query-monitor.php classes/QueryMonitor.php:198 classes/QueryMonitor.php:231
#: dispatchers/Html.php:144 dispatchers/WP_Die.php:136
#: assets/build/query-monitor.js:2
msgid "Query Monitor"
msgstr "Query Monitor"

#: output/html/transients.php:35 output/raw/transients.php:21
#: assets/build/query-monitor.js:62
msgid "Transients"
msgstr "Transients"

#: collectors/request.php:275
msgid "Unknown queried object"
msgstr "Unknown queried object"

#. translators: %s: Post type name
#: collectors/request.php:268
msgid "Post type archive: %s"
msgstr "Post type archive: %s"

#. translators: %s: Taxonomy term name
#: collectors/request.php:259
msgid "Term archive: %s"
msgstr "Term archive: %s"

#. translators: %s: Author name
#: collectors/request.php:250
msgid "Author archive: %s"
msgstr "Author archive: %s"

#: output/html/request.php:35 assets/build/query-monitor.js:54
#: assets/build/query-monitor.js:62
msgid "Request"
msgstr "Request"

#: output/html/php_errors.php:37 output/html/php_errors.php:115
#: output/html/php_errors.php:133 assets/build/query-monitor.js:54
#: assets/build/query-monitor.js:62
msgid "PHP Errors"
msgstr "PHP Errors"

#: output/html/overview.php:36 assets/build/query-monitor.js:2
#: assets/build/query-monitor.js:38
msgid "Overview"
msgstr "Overview"

#: output/html/environment.php:35 assets/build/query-monitor.js:22
msgid "Environment"
msgstr "Environment"

#: output/html/db_queries.php:46 output/html/db_queries.php:124
#: output/raw/db_queries.php:29 assets/build/query-monitor.js:20
#: assets/build/query-monitor.js:48 assets/build/query-monitor.js:62
msgid "Database Queries"
msgstr "Database Queries"

#: output/html/db_components.php:35 output/html/db_components.php:51
#: assets/build/query-monitor.js:6
msgid "Queries by Component"
msgstr "Queries by Component"

#: output/html/db_callers.php:35 output/html/db_callers.php:51
#: assets/build/query-monitor.js:6
msgid "Queries by Caller"
msgstr "Queries by Caller"

#: output/html/conditionals.php:36 output/html/conditionals.php:72
#: output/raw/conditionals.php:21 assets/build/query-monitor.js:6
msgid "Conditionals"
msgstr "Conditionals"

#: output/html/admin.php:35 assets/build/query-monitor.js:2
msgid "Admin Screen"
msgstr "Admin Screen"

#. translators: A closure is an anonymous PHP function. 1: Line number, 2: File
#. name
#: output/Html.php:396 output/html/hooks.php:165
msgid "Closure on line %1$d of %2$s"
msgstr "Closure on line %1$d of %2$s"

#: classes/Component_Unknown.php:10 output/html/theme.php:60
#: assets/build/query-monitor.js:4 assets/build/query-monitor.js:20
#: assets/build/query-monitor.js:22 assets/build/query-monitor.js:32
#: assets/build/query-monitor.js:42 assets/build/query-monitor.js:60
msgid "Unknown"
msgstr "Unknown"

#: classes/Component_Template.php:10 assets/build/query-monitor.js:60
msgid "Parent Theme"
msgstr "Parent Theme"

#: classes/Component_Stylesheet.php:14 output/html/theme.php:36
#: assets/build/query-monitor.js:60
msgid "Theme"
msgstr "Theme"

#: classes/Component_Stylesheet.php:11
msgid "Child Theme"
msgstr "Child Theme"

#. translators: %s: Plugin name
#: classes/Component_VIP_Plugin.php:12
msgid "VIP Plugin: %s"
msgstr "VIP Plugin: %s"

#. translators: %s: Plugin name
#: classes/Component_Plugin.php:12
msgid "Plugin: %s"
msgstr "Plugin: %s"