| @@ -1,82 +1,70 @@ | ||
| 1 | -# Copyright (C) 2026 Andy Fragen | |
| 2 | -# This file is distributed under the MIT. | |
| 1 | +# Copyright (C) 2019 Andy Fragen | |
| 2 | +# This file is distributed under the same license as the WP Debugging plugin. | |
| 3 | 3 | msgid "" |
| 4 | 4 | msgstr "" |
| 5 | -"Project-Id-Version: WP Debugging 2.12.5\n" | |
| 6 | -"Report-Msgid-Bugs-To: https://github.com/afragen/wp-debugging/issues\n" | |
| 5 | +"Project-Id-Version: WP Debugging 2.2.0\n" | |
| 6 | +"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wp-debugging\n" | |
| 7 | 7 | "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" |
| 8 | 8 | "Language-Team: LANGUAGE <LL@li.org>\n" |
| 9 | 9 | "MIME-Version: 1.0\n" |
| 10 | 10 | "Content-Type: text/plain; charset=UTF-8\n" |
| 11 | 11 | "Content-Transfer-Encoding: 8bit\n" |
| 12 | -"POT-Creation-Date: 2026-06-14T15:52:45+00:00\n" | |
| 12 | +"POT-Creation-Date: 2019-02-03T22:25:54+00:00\n" | |
| 13 | 13 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" |
| 14 | -"X-Generator: WP-CLI 2.12.0\n" | |
| 14 | +"X-Generator: WP-CLI 2.1.0\n" | |
| 15 | 15 | "X-Domain: wp-debugging\n" |
| 16 | 16 | |
| 17 | 17 | #. Plugin Name of the plugin |
| 18 | -#: wp-debugging.php | |
| 19 | -#: src/Settings.php:107 | |
| 20 | -#: src/Settings.php:411 | |
| 18 | +#: src/Settings.php:62 | |
| 19 | +#: src/Settings.php:63 | |
| 20 | +#: src/Settings.php:288 | |
| 21 | 21 | msgid "WP Debugging" |
| 22 | 22 | msgstr "" |
| 23 | 23 | |
| 24 | 24 | #. Plugin URI of the plugin |
| 25 | -#: wp-debugging.php | |
| 26 | 25 | msgid "https://github.com/afragen/wp-debugging" |
| 27 | 26 | msgstr "" |
| 28 | 27 | |
| 29 | 28 | #. Description of the plugin |
| 30 | -#: wp-debugging.php | |
| 31 | 29 | msgid "A support/troubleshooting plugin for WordPress." |
| 32 | 30 | msgstr "" |
| 33 | 31 | |
| 34 | 32 | #. Author of the plugin |
| 35 | -#: wp-debugging.php | |
| 36 | 33 | msgid "Andy Fragen" |
| 37 | 34 | msgstr "" |
| 38 | 35 | |
| 39 | -#: src/Bootstrap.php:89 | |
| 40 | -msgid "The <strong>WP Debugging</strong> plugin must have a <code>wp-config.php</code> file that is writable by the filesystem." | |
| 41 | -msgstr "" | |
| 42 | - | |
| 43 | -#: src/Settings.php:108 | |
| 44 | -msgctxt "Menu item" | |
| 45 | -msgid "WP Debugging" | |
| 46 | -msgstr "" | |
| 47 | - | |
| 48 | -#: src/Settings.php:295 | |
| 36 | +#: src/Settings.php:188 | |
| 49 | 37 | msgid "Saved." |
| 50 | 38 | msgstr "" |
| 51 | 39 | |
| 52 | -#: src/Settings.php:315 | |
| 40 | +#: src/Settings.php:207 | |
| 53 | 41 | msgid "Debugging Constants" |
| 54 | 42 | msgstr "" |
| 55 | 43 | |
| 56 | -#: src/Settings.php:328 | |
| 44 | +#: src/Settings.php:220 | |
| 57 | 45 | msgid "Set WP_DEBUG to true." |
| 58 | 46 | msgstr "" |
| 59 | 47 | |
| 60 | -#: src/Settings.php:340 | |
| 48 | +#: src/Settings.php:232 | |
| 61 | 49 | msgid "Set WP_DEBUG_DISPLAY to false, default is true." |
| 62 | 50 | msgstr "" |
| 63 | 51 | |
| 64 | -#: src/Settings.php:352 | |
| 52 | +#: src/Settings.php:245 | |
| 65 | 53 | msgid "Set WP_DISABLE_FATAL_ERROR_HANDLER to true." |
| 66 | 54 | msgstr "" |
| 67 | 55 | |
| 68 | -#: src/Settings.php:364 | |
| 56 | +#: src/Settings.php:257 | |
| 69 | 57 | msgid "The following constants are set with plugin activation and removed with plugin deactivation." |
| 70 | 58 | msgstr "" |
| 71 | 59 | |
| 72 | -#: src/Settings.php:366 | |
| 60 | +#: src/Settings.php:259 | |
| 73 | 61 | msgid "Select the debugging constants." |
| 74 | 62 | msgstr "" |
| 75 | 63 | |
| 76 | -#: src/Settings.php:413 | |
| 77 | -msgid "<strong>Please note:</strong> Your <code>wp-config.php</code> file must be writable by the filesystem. Any errors will result in a PHP Exception being thrown. Debug constants as documented in <a href=\"https://wordpress.org/documentation/article/debugging-in-wordpress/\">Debugging in WordPress</a>." | |
| 64 | +#: src/Settings.php:290 | |
| 65 | +msgid "<strong>Please note:</strong> Your <code>wp-config.php</code> file must be writable by the filesystem. Any errors will result in a PHP Exception being thrown. Debug constants per <a href=\"https://codex.wordpress.org/Debugging_in_WordPress\">Debugging in WordPress</a>." | |
| 78 | 66 | msgstr "" |
| 79 | 67 | |
| 80 | -#: src/Settings.php:470 | |
| 68 | +#: src/Settings.php:347 | |
| 81 | 69 | msgid "Settings" |
| 82 | 70 | msgstr "" |