New to Translating WordPress? Read through our Translator Handbook to get started. Hide

Translation of Stable Readme (latest release): Spanish (Chile)

Filter ↓ Sort ↓ All (94) Translated (18) Untranslated (76) Waiting (0) Changes requested (0) Fuzzy (0) Warnings (0)
1 2 3 7
Prio Original string Translation
A support/troubleshooting plugin for WordPress.
Priority: high
Un plugin de compatibilidad/diagnóstico para WordPress. Details
A support/troubleshooting plugin for WordPress.
Comment

Short description.

You have to log in to edit this translation.

WP Debugging
Priority: high
WP Debugging Details
WP Debugging
Comment

Plugin name.

You have to log in to edit this translation.

This will create the following constants. Esto creará las siguientes constantes. Details
This will create the following constants.
Comment

Found in description paragraph.

You have to log in to edit this translation.

Example: Ejemplo: Details
Example:
Comment

Found in description paragraph.

You have to log in to edit this translation.

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
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.
Comment

Found 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
The <code>value</code> option contains the constant's value as a string.
Comment

Found 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
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.
Comment

Found 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
The filter <code>wp_debugging_add_constants</code> allows the user to add constants to <code>wp-config.php</code>.
Comment

Found in description paragraph.

You have to log in to edit this translation.

&nbsp; @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. &nbsp; @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
&nbsp; @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.
Comment

Found 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
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.
Comment

Found 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
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.
Comment

Found 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
PRs are welcome against the <a href="https://github.com/afragen/wp-debugging">develop branch on GitHub</a>.
Comment

Found 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
<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.
Comment

Found 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
<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.
Comment

Found 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
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>.
Comment

Found in description paragraph.

You have to log in to edit this translation.

Legend:
Current
Waiting
Rejected
Fuzzy
Old
Changes requested
With warnings
1 2 3 7

Export as