commit ca9b0e8abd5d0b87ba698b12e4fa14771ac354fc Author: Translation commit bot translation@torproject.org Date: Sat Oct 12 10:22:35 2019 +0000
https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-network... --- es/network-settings.dtd | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+)
diff --git a/es/network-settings.dtd b/es/network-settings.dtd index 9949f211e..6d7612f30 100644 --- a/es/network-settings.dtd +++ b/es/network-settings.dtd @@ -26,17 +26,23 @@ <!ENTITY torsettings.optional "Opcional">
<!ENTITY torsettings.useProxy.checkbox "Utilizo un proxy para conectar a Internet."> +<!-- TODO: remove colon--> <!ENTITY torsettings.useProxy.type "Tipo de proxy:"> <!ENTITY torsettings.useProxy.type.placeholder "seleccionar un tipo de proxy"> +<!-- TODO: remove colon--> <!ENTITY torsettings.useProxy.address "Dirección:"> <!ENTITY torsettings.useProxy.address.placeholder "Dirección IP o nombre de máquina (host)"> +<!-- TODO: remove colon--> <!ENTITY torsettings.useProxy.port "Puerto:"> +<!-- TODO: remove colon--> <!ENTITY torsettings.useProxy.username "Nombre de usuario:"> +<!-- TODO: remove colon--> <!ENTITY torsettings.useProxy.password "Contraseña:"> <!ENTITY torsettings.useProxy.type.socks4 "SOCKS 4"> <!ENTITY torsettings.useProxy.type.socks5 "SOCKS 5"> <!ENTITY torsettings.useProxy.type.http "HTTP / HTTPS"> <!ENTITY torsettings.firewall.checkbox "Esta computadora va a través de un cortafuegos(firewall) que sólo permite conexiones a ciertos puertos"> +<!-- TODO: remove colon--> <!ENTITY torsettings.firewall.allowedPorts "Puertos permitidos:"> <!ENTITY torsettings.useBridges.checkbox "En mi país se censura a Tor"> <!ENTITY torsettings.useBridges.default "Seleccionar un puente construido"> @@ -60,3 +66,28 @@
<!-- Progress --> <!ENTITY torprogress.pleaseWait "Espera mientras establecemos una conexión a la red Tor.  Esto puede durar varios minutos."> + +<!-- #31286 about:preferences strings --> +<!ENTITY torPreferences.categoryTitle ""> +<!ENTITY torPreferences.torSettings ""> +<!ENTITY torPreferences.torSettingsDescription "" > +<!ENTITY torPreferences.learnMore ""> +<!ENTITY torPreferences.bridges ""> +<!ENTITY torPreferences.bridgesDescription ""> +<!ENTITY torPreferences.useBridge ""> +<!-- torlauncher.request_a_new_bridge --> +<!ENTITY torPreferences.requestNewBridge ""> +<!ENTITY torPreferences.provideBridge ""> +<!ENTITY torPreferences.advanced ""> +<!ENTITY torPreferences.advancedDescription ""> +<!ENTITY torPreferences.firewallPortsPlaceholder ""> +<!ENTITY torPreferences.requestBridgeDialogTitle ""> +<!-- torlauncher.contacting_bridgedb=Contacting BridgeDB. Please wait. --> +<!ENTITY torPreferences.requestBridgeDialogWaitPrompt ""> +<!-- torlauncher.captcha_prompt=Solve the CAPTCHA to request a bridge. --> +<!ENTITY torPreferences.requestBridgeDialogSolvePrompt ""> +<!--torlauncher.bad_captcha_solution=The solution is not correct. Please try again.--> +<!ENTITY torPreferences.requestBridgeErrorBadSolution ""> +<!ENTITY torPreferences.viewTorLogs ""> +<!ENTITY torPreferences.viewLogs ""> +<!ENTITY torPreferences.torLogsDialogTitle "">
tor-commits@lists.torproject.org