New to Translating WordPress? Read through our Translator Handbook to get started. Hide
| Prio | Original string | Translation | — |
|---|---|---|---|
| ↑ | A support/troubleshooting plugin for WordPress. | Un plugin de compatibilidad/diagnóstico para WordPress. | Details |
Original current |
|||
| ↑ | WP Debugging | WP Debugging | Details |
Original current |
|||
| This will create the following constants. | Esto creará las siguientes constantes. | Details | |
Original current
This will create the following constants.
CommentFound in description paragraph. You have to log in to edit this translation. |
|||
| Example: | Ejemplo: | Details | |
Original current |
|||
| The <code>raw</code> option means that instead of placing the value inside the config as a string it will become unquoted. The default is <code>true</code>. Set as <code>false</code> for non-boolean values. | La opción <code>raw</code> significa que en lugar de colocar el valor dentro de la configuración como una cadena, ésta pasará a ser sin comillas. El valor por defecto es <code>true</code>. Establécela como <code>false</code> para valores no booleanos. | Details | |
Original current
The <code>raw</code> option means that instead of placing the value inside the config as a string it will become unquoted. The default is <code>true</code>. Set as <code>false</code> for non-boolean values.
CommentFound in description paragraph. You have to log in to edit this translation. |
|||
| The <code>value</code> option contains the constant's value as a string. | La opción <code>value</code> contiene el valor de la constante como una cadena. | Details | |
Original current
The <code>value</code> option contains the constant's value as a string.
CommentFound in description paragraph. You have to log in to edit this translation. |
|||
| The filter returns an array where the key is the name of the constant and the value is an array of data containing the value as a string and a boolean to indicate whether or not the value should be passed without quotes. | El filtro devuelve un array en el que la clave es el nombre de la constante y el valor es un array de datos que contiene el valor como cadena y un booleano para indicar si se debe pasar el valor sin comillas o no. | Details | |
Original current
The filter returns an array where the key is the name of the constant and the value is an array of data containing the value as a string and a boolean to indicate whether or not the value should be passed without quotes.
CommentFound in description paragraph. You have to log in to edit this translation. |
|||
| The filter <code>wp_debugging_add_constants</code> allows the user to add constants to <code>wp-config.php</code>. | El filtro <code>wp_debugging_add_constants</code> permite al usuario agregar constantes a <code>wp-config.php</code>. | Details | |
Original current
The filter <code>wp_debugging_add_constants</code> allows the user to add constants to <code>wp-config.php</code>.
CommentFound in description paragraph. You have to log in to edit this translation. |
|||
| ↵ @ini_set( 'display_errors', 1 ); is set when the plugin is active. <code>WP_DEBUG</code> is set to true when the plugin is first run, thereafter it can be turned off in the Settings. | @ini_set( 'display_errors', 1 ); se establece cuando el plugin está activo. <code>WP_DEBUG</code> se establece como verdadero cuando el plugin se ejecuta por primera vez, después se puede desactivar en los ajustes. | Details | |
Original current
↵
@ini_set( 'display_errors', 1 ); is set when the plugin is active. <code>WP_DEBUG</code> is set to true when the plugin is first run, thereafter it can be turned off in the Settings.
CommentFound in description paragraph. You have to log in to edit this translation. |
|||
| When the plugin is deactivated best efforts are made to re-add pre-existing constants to their former state. When the plugin is activated the default settings and any saved settings are restored. | Cuando se desactiva el plugin, se hace todo lo posible para reponer las constantes preexistentes a su estado anterior. Cuando el plugin se activa, se restablecen los ajustes por defecto y cualquier configuración guardada. | Details | |
Original current
When the plugin is deactivated best efforts are made to re-add pre-existing constants to their former state. When the plugin is activated the default settings and any saved settings are restored.
CommentFound in description paragraph. You have to log in to edit this translation. |
|||
| If you have a non-standard location for your <code>wp-config.php</code> file you can use the filter <code>wp_debugging_config_path</code> to return the file path for your installation. | Si tienes una ubicación no estándar para tu archivo <code>wp-config.php</code> puedes usar el filtro <code>wp_debugging_config_path</code> para devolver la ruta del archivo para su instalación. | Details | |
Original current
If you have a non-standard location for your <code>wp-config.php</code> file you can use the filter <code>wp_debugging_config_path</code> to return the file path for your installation.
CommentFound in description paragraph. You have to log in to edit this translation. |
|||
| PRs are welcome against the <a href="https://github.com/afragen/wp-debugging">develop branch on GitHub</a>. | You have to log in to add a translation. | Details | |
Original untranslated
PRs are welcome against the <a href="https://github.com/afragen/wp-debugging">develop branch on GitHub</a>.
CommentFound in description paragraph. You have to log in to edit this translation. |
|||
| <a href="https://wordpress.org/plugins/query-monitor/">Query Monitor</a> and <a href="https://wordpress.org/plugins/debug-bar/">Debug Bar</a> plugins are optional dependencies to aid in debugging and troubleshooting. The notice for installation will recur 45 days after being dismissed. | Los plugins <a href="https://wordpress.org/plugins/query-monitor/">Query Monitor</a> y <a href="https://wordpress.org/plugins/debug-bar/">Debug Bar</a> son dependencias opcionales para ayudar a la depuración y la resolución de problemas. El aviso de instalación se repetirá 45 días después de ser desestimado. | Details | |
Original current
<a href="https://wordpress.org/plugins/query-monitor/">Query Monitor</a> and <a href="https://wordpress.org/plugins/debug-bar/">Debug Bar</a> plugins are optional dependencies to aid in debugging and troubleshooting. The notice for installation will recur 45 days after being dismissed.
CommentFound in description paragraph. You have to log in to edit this translation. |
|||
| <a href="https://github.com/norcross/debug-quick-look">Debug Quick Look</a> from Andrew Norcross is included with this plugin to assist in reading the debug.log file. If you already have this plugin installed you should delete it when WP Debugging is not active. | <a href="https://github.com/norcross/debug-quick-look">Debug Quick Look</a> de Andrew Norcross se incluye con este plugin para ayudar a leer el archivo debug.log. Si ya tienes este plugin instalado debes eliminarlo cuando WP Debugging no esté activo. | Details | |
Original current
<a href="https://github.com/norcross/debug-quick-look">Debug Quick Look</a> from Andrew Norcross is included with this plugin to assist in reading the debug.log file. If you already have this plugin installed you should delete it when WP Debugging is not active.
CommentFound in description paragraph. You have to log in to edit this translation. |
|||
| This plugin uses the <a href="https://github.com/wp-cli/wp-config-transformer">wp-cli/wp-config-transformer</a> command for writing constants to <code>wp-config.php</code>. | Este plugin usa el comando <a href="https://github.com/wp-cli/wp-config-transformer">wp-cli/wp-config-transformer</a> para escribir constantes en <code>wp-config.php</code>. | Details | |
Original current
This plugin uses the <a href="https://github.com/wp-cli/wp-config-transformer">wp-cli/wp-config-transformer</a> command for writing constants to <code>wp-config.php</code>.
CommentFound in description paragraph. You have to log in to edit this translation. |
|||
Export as
Comment
Short description.