| 1 |
# Copyright (C) 2024 Andy Fragen |
| 2 |
# This file is distributed under the MIT. |
| 3 |
msgid "" |
| 4 |
msgstr "" |
| 5 |
"Project-Id-Version: wp-debugging 2.12.2\n" |
| 6 |
"Report-Msgid-Bugs-To: https://github.com/afragen/wp-debugging/wp-debugging/issues\n" |
| 7 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" |
| 8 |
"Language-Team: LANGUAGE <LL@li.org>\n" |
| 9 |
"MIME-Version: 1.0\n" |
| 10 |
"Content-Type: text/plain; charset=UTF-8\n" |
| 11 |
"Content-Transfer-Encoding: 8bit\n" |
| 12 |
"POT-Creation-Date: 2024-12-02T19:41:11+00:00\n" |
| 13 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" |
| 14 |
"X-Generator: WP-CLI 2.11.0\n" |
| 15 |
"X-Domain: wp-debugging\n" |
| 16 |
|
| 17 |
#. Plugin Name of the plugin |
| 18 |
#: wp-debugging.php |
| 19 |
#: src/Settings.php:107 |
| 20 |
#: src/Settings.php:413 |
| 21 |
msgid "WP Debugging" |
| 22 |
msgstr "" |
| 23 |
|
| 24 |
#. Plugin URI of the plugin |
| 25 |
#: wp-debugging.php |
| 26 |
msgid "https://github.com/afragen/wp-debugging" |
| 27 |
msgstr "" |
| 28 |
|
| 29 |
#. Description of the plugin |
| 30 |
#: wp-debugging.php |
| 31 |
msgid "A support/troubleshooting plugin for WordPress." |
| 32 |
msgstr "" |
| 33 |
|
| 34 |
#. Author of the plugin |
| 35 |
#: wp-debugging.php |
| 36 |
msgid "Andy Fragen" |
| 37 |
msgstr "" |
| 38 |
|
| 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:297 |
| 49 |
msgid "Saved." |
| 50 |
msgstr "" |
| 51 |
|
| 52 |
#: src/Settings.php:317 |
| 53 |
msgid "Debugging Constants" |
| 54 |
msgstr "" |
| 55 |
|
| 56 |
#: src/Settings.php:330 |
| 57 |
msgid "Set WP_DEBUG to true." |
| 58 |
msgstr "" |
| 59 |
|
| 60 |
#: src/Settings.php:342 |
| 61 |
msgid "Set WP_DEBUG_DISPLAY to false, default is true." |
| 62 |
msgstr "" |
| 63 |
|
| 64 |
#: src/Settings.php:354 |
| 65 |
msgid "Set WP_DISABLE_FATAL_ERROR_HANDLER to true." |
| 66 |
msgstr "" |
| 67 |
|
| 68 |
#: src/Settings.php:366 |
| 69 |
msgid "The following constants are set with plugin activation and removed with plugin deactivation." |
| 70 |
msgstr "" |
| 71 |
|
| 72 |
#: src/Settings.php:368 |
| 73 |
msgid "Select the debugging constants." |
| 74 |
msgstr "" |
| 75 |
|
| 76 |
#: src/Settings.php:415 |
| 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>." |
| 78 |
msgstr "" |
| 79 |
|
| 80 |
#: src/Settings.php:472 |
| 81 |
msgid "Settings" |
| 82 |
msgstr "" |
| 83 |
|