From cf5ed56c943599c092a91933b45471c4c0e5d579 Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Fri, 10 Jul 2020 11:04:49 +0200 Subject: Add support for internationalization - Resolves: #243 --- gui/i18n/main_es_ES.ts | 172 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 172 insertions(+) create mode 100644 gui/i18n/main_es_ES.ts (limited to 'gui/i18n/main_es_ES.ts') diff --git a/gui/i18n/main_es_ES.ts b/gui/i18n/main_es_ES.ts new file mode 100644 index 0000000..48ca2c2 --- /dev/null +++ b/gui/i18n/main_es_ES.ts @@ -0,0 +1,172 @@ + + + + + AboutDialog + + + About + Acerca de + + + + <p>%1 is an easy, fast, and secure VPN service from %2. %1 does not require a user account, keep logs, or track you in any way.</p> <p>This service is paid for entirely by donations from users like you. <a href="%3">Please donate</a>.</p> <p>By using this application, you agree to the <a href="%4">Terms of Service</a>. This service is provided as-is, without any warranty, and is intended for people who work to make the world a better place.</p> + about dialog %1 -> application name %2 -> provider name %3 -> donation URL %4 -> TOS URL + + + + + %1 version: %2 + %1 -> application name %2 -> version string + + + + + DonateDialog + + + Donate + Donar + + + + The %1 service is expensive to run. Because we don't want to store personal information about you, there are no accounts or billing for this service. But if you want the service to continue, donate at least $5 each month. + +Do you want to donate now? + donate dialog %1 -> application name + + + + + LoginDialog + + + Login + Iniciar Sesión + + + + Log in with your library credentials + + + + + patron id + + + + + password + + + + + main + + + Could not find helpers. Check your installation + + + + + Could not find polkit agent. + + + + + %1 off + %1 -> application name + + + + + %1 on + %1 -> application name + + + + + Connecting to %1 + %1 -> application name + + + + + Stopping %1 + %1 -> application name + + + + + %1 blocking internet + %1 -> application name + + + + + + Checking status... + Comprobando estado... + + + + Reconnect + Reconectar + + + + Turn on + Activar + + + + Cancel + Cancelar + + + + Turn off + Desactivar + + + + Help... + Ayuda... + + + + Donate... + Donar... + + + + About... + Acerca de... + + + + Quit + Salir + + + + Error starting VPN + Error iniciando VPN + + + + Missing authentication agent + Falta agente de autenticación + + + + Could not find a polkit authentication agent. Please run one and try again. + No se pudo encontrar un agente de autenticación polkit. Por favor corre uno e intenta de nuevo. + + + + Initialization Error + + + + -- cgit v1.2.3