diff options
author | kali <kali@leap.se> | 2012-11-16 22:59:16 +0900 |
---|---|---|
committer | kali <kali@leap.se> | 2012-12-20 02:51:18 +0900 |
commit | d04c93134ad3daaee0ca280824ab3288bfc5029c (patch) | |
tree | f00606c24c2efc7fcc15ec327d50a35a2a585572 /data/translations | |
parent | e98c3cc5fad75bea038dc67238e5ce85d701b1e1 (diff) |
initial translation example.
Diffstat (limited to 'data/translations')
-rw-r--r-- | data/translations/leap_client_es_ES.qm | bin | 0 -> 1450 bytes | |||
-rw-r--r-- | data/translations/leap_client_es_ES.ts | 26 |
2 files changed, 26 insertions, 0 deletions
diff --git a/data/translations/leap_client_es_ES.qm b/data/translations/leap_client_es_ES.qm Binary files differnew file mode 100644 index 00000000..002237e9 --- /dev/null +++ b/data/translations/leap_client_es_ES.qm diff --git a/data/translations/leap_client_es_ES.ts b/data/translations/leap_client_es_ES.ts new file mode 100644 index 00000000..86eee980 --- /dev/null +++ b/data/translations/leap_client_es_ES.ts @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS><TS version="2.0" language="es_ES" sourcelanguage="en_US"> +<context> + <name>IntroPage</name> + <message> + <location filename="../src/leap/gui/firstrun/intro.py" line="14"/> + <source>First run wizard.</source> + <translation>Primera conexion.</translation> + </message> + <message> + <location filename="../src/leap/gui/firstrun/intro.py" line="24"/> + <source>Now we will guide you through some configuration that is needed before you can connect for the first time.<br><br>If you ever need to modify these options again, you can find the wizard in the '<i>Settings</i>' menu from the main window.<br><br>Do you want to <b>sign up</b> for a new account, or <b>log in</b> with an already existing username?<br></source> + <translation>Vamos a reunir la informacion que necesitas antes de la primera conexion.<br><br>Si alguna vez necesitas modificar estas opciones de nuevo, puedes encontrar este asistente en el menu <i>Opciones</i> en la ventana principal.<br><br>Que deseas hacer ahora? Puedes <b>registrar</b> una nueva cuenta o <b>loguearte</b> con una que ya tienes?<br></translation> + </message> + <message> + <location filename="../src/leap/gui/firstrun/intro.py" line="37"/> + <source>Sign up for a new account.</source> + <translation>Registrar una cuenta nueva.</translation> + </message> + <message> + <location filename="../src/leap/gui/firstrun/intro.py" line="40"/> + <source>Log In with my credentials.</source> + <translation>Loguearme con mi usuario y contrasena.</translation> + </message> +</context> +</TS> |