diff options
Diffstat (limited to 'l10n-es-AR/devtools/client/toolbox-options.ftl')
-rw-r--r-- | l10n-es-AR/devtools/client/toolbox-options.ftl | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/l10n-es-AR/devtools/client/toolbox-options.ftl b/l10n-es-AR/devtools/client/toolbox-options.ftl index 7ba32488be..98f4e351d8 100644 --- a/l10n-es-AR/devtools/client/toolbox-options.ftl +++ b/l10n-es-AR/devtools/client/toolbox-options.ftl @@ -43,6 +43,11 @@ options-inspector-draggable-properties-tooltip = options-inspector-simplified-highlighters-label = Usar resaltadores más simples con prefers-reduced-motion options-inspector-simplified-highlighters-tooltip = .title = Usa resaltadores simplificados cuando se habilita prefers-reduced-motion. Dibuja líneas en vez de rectángulos llenos alrededor de los elementos resaltados para evitar efectos de parpadeo. +# The label for the checkbox option to make the Enter key move the focus to the next input +# when editing a property name or value in the Inspector rules view +options-inspector-rules-focus-next-on-enter-label = Foco a la próxima entrada con <kbd>Intro</kbd> +options-inspector-rules-focus-next-on-enter-tooltip = + .title = Cuando está habilitado, al presionar la tecla Intro al editar un selector, el nombre o el valor de una propiedad se moverá el foco a la siguiente entrada. ## "Default Color Unit" options for the Inspector @@ -54,6 +59,15 @@ options-default-color-unit-rgb = RGB(A) options-default-color-unit-hwb = HWB options-default-color-unit-name = Nombres de colores +## Web Console section + +# The heading +options-webconsole-label = Consola web +# The label for the checkbox that toggle whether the Split console is enabled +options-webconsole-split-console-label = Habilitar consola dividida +options-webconsole-split-console-tooltip = + .title = Abrir la consola dividida con la tecla Escape + ## Style Editor section # The heading |