diff options
Diffstat (limited to '')
-rw-r--r-- | l10n-es-ES/suite/chrome/common/pref/pref-advanced.dtd | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/l10n-es-ES/suite/chrome/common/pref/pref-advanced.dtd b/l10n-es-ES/suite/chrome/common/pref/pref-advanced.dtd new file mode 100644 index 0000000000..99c05fbd34 --- /dev/null +++ b/l10n-es-ES/suite/chrome/common/pref/pref-advanced.dtd @@ -0,0 +1,24 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!ENTITY pref.advanced.title "Avanzadas"> +<!ENTITY systemPref.caption "Preferencias de sistema"> +<!ENTITY systemPrefCheck.label "Usar las preferencias del sistema"> +<!ENTITY systemPrefCheck.accesskey "U"> +<!ENTITY systemPref.desc "Con esta opción, &brandShortName; hereda las preferencias del sistema. Los valores globales del sistema prevalecerán sobre las preferencias de &brandShortName;."> +<!ENTITY prefCheckDefault.caption "Integración con el sistema"> +<!ENTITY prefCheckDefaultClient.label "Comprobar la condición de aplicación predeterminada al iniciar"> +<!ENTITY prefCheckDefaultClient.accesskey "C"> +<!ENTITY crashReports.caption "Agente de informe de fallos"> +<!ENTITY submitCrashes.label "Enviar informes de fallo"> +<!ENTITY submitCrashes.accesskey "E"> +<!ENTITY devTools.caption "Herramientas de desarrollador"> +<!ENTITY allowDebugger.label "Permitir a un depurador conectarse a &brandShortName;"> +<!ENTITY allowDebugger.accesskey "P"> +<!ENTITY allowRemoteConnections.label "Permitir conexiones de otros equipos"> +<!ENTITY allowRemoteConnections.accesskey "x"> +<!ENTITY connectionPrompt.label "Preguntar en caso de conexiones entrantes"> +<!ENTITY connectionPrompt.accesskey "r"> +<!ENTITY remoteDebuggerPort.label "Número de puerto para la conexión:"> +<!ENTITY remoteDebuggerPort.accesskey "N"> |