From 06bccc52c84a93407ab4699a2749b24f55fe3061 Mon Sep 17 00:00:00 2001 From: kali Date: Thu, 20 Dec 2012 08:19:55 +0900 Subject: working transifex workflow Closes #666 --- data/ts/README.rst | 14 ++++ data/ts/en_US.ts | 219 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 233 insertions(+) create mode 100644 data/ts/README.rst create mode 100644 data/ts/en_US.ts (limited to 'data/ts') diff --git a/data/ts/README.rst b/data/ts/README.rst new file mode 100644 index 00000000..3db2d104 --- /dev/null +++ b/data/ts/README.rst @@ -0,0 +1,14 @@ +data/ts +======= + +Here we expect the .ts files generated by typing:: + + $ make translations + +Which will generate the sources (en_US) + +For uploading a source:: + + $ tx push -s + +Translator should pick finished ``.qm`` files from ``data/translations`` instead of this folder. diff --git a/data/ts/en_US.ts b/data/ts/en_US.ts new file mode 100644 index 00000000..f6aadc5c --- /dev/null +++ b/data/ts/en_US.ts @@ -0,0 +1,219 @@ + + + + IntroPage + + + First run wizard. + + + + + 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> + + + + + Sign up for a new account. + + + + + Log In with my credentials. + + + + + LogInPage + + + Username must be in the username@provider form. + + + + + Resolving domain name + + + + + Authentication error: %s + + + + + Credentials validated. + + + + + ProviderInfoPage + + + Provider Info + + + + + This is what provider says. + + + + + ProviderSetupValidationPage + + + Provider setup + + + + + Doing autoconfig. + + + + + Fetching CA certificate + + + + + Checking CA fingerprint + + + + + Validating api certificate + + + + + RegisterUserPage + + + Sign Up + + + + + Registration succeeded! + + + + + Password does not match.. + + + + + Password too short. + + + + + Password too obvious. + + + + + Error connecting to provider (timeout) + + + + + Error Connecting to provider (connerr). + + + + + Error during registration (%s) + + + + + Could not register (bad response) + + + + + Username not available. + + + + + Register a new user with provider %s. + + + + + RegisterUserValidationPage + + + Fetching provider config... + + + + + Authentication error: %s + + + + + Fetching eip certificate + + + + + SelectProviderPage + + + Enter Provider + + + + + Please enter the domain of the provider you want to use for your connection. + + + + + chec&k! + + + + + Server certificate could not be verified. + + + + + Certificate validation + + + + + checking domain name + + + + + checking https connection + + + + + Could not get info from provider. + + + + + Could not download provider info (refused conn.). + + + + + fetching provider info + + + + -- cgit v1.2.3 From 654b83db5f050a94f9637fb1ce80df5cb7ed5a38 Mon Sep 17 00:00:00 2001 From: kali Date: Fri, 21 Dec 2012 07:44:59 +0900 Subject: updated "translate" to work in objects other than QObjects --- data/ts/en_US.ts | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) (limited to 'data/ts') diff --git a/data/ts/en_US.ts b/data/ts/en_US.ts index f6aadc5c..a802dd75 100644 --- a/data/ts/en_US.ts +++ b/data/ts/en_US.ts @@ -1,5 +1,38 @@ + + Errors + + + Interface not found + + + + + Looks like your computer is not connected to the internet + + + + + Looks like there are problems with your internet connection + + + + + It looks like there is no internet connection. + + + + + Domain cannot be found + + + + + The Encrypted Connection was lost. Shutting down... + + + IntroPage @@ -216,4 +249,10 @@ + + TestyClass + + + this is a cat + -- cgit v1.2.3 From 8e6a15e2f2d35c606aa0c1a2102c28ceccc23b78 Mon Sep 17 00:00:00 2001 From: antialias Date: Mon, 7 Jan 2013 16:50:52 -0400 Subject: this should be the complete list of userfacing strings. see #665. --- data/ts/en_US.ts | 94 ++++++++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 88 insertions(+), 6 deletions(-) (limited to 'data/ts') diff --git a/data/ts/en_US.ts b/data/ts/en_US.ts index a802dd75..a7e13dec 100644 --- a/data/ts/en_US.ts +++ b/data/ts/en_US.ts @@ -56,6 +56,24 @@ + + LastPage + + + Connecting to Encrypted Internet Proxy service... + + + + + You are now using an encrypted connection! + + + + + Click '<i>%s</i>' to end the wizard and save your settings. + + + LogInPage @@ -78,6 +96,31 @@ Credentials validated. + + + Log In + + + + + Log in with your credentials. + + + + + User &name: + + + + + &Password: + + + + + Log in + + ProviderInfoPage @@ -177,6 +220,26 @@ Register a new user with provider %s. + + + User &name: + + + + + &Password: + + + + + Password (again): + + + + + &Remember username and password. + + RegisterUserValidationPage @@ -195,6 +258,16 @@ Fetching eip certificate + + + Connecting... + + + + + Checking connection with provider. + + SelectProviderPage @@ -248,11 +321,20 @@ fetching provider info - - - TestyClass - - - this is a cat + + + &Trust this provider certificate. + + + + + Do you want to <b>trust this provider certificate?</b> + + + + + SHA-256 fingerprint: <i>%s</i><br> + + -- cgit v1.2.3 From a5b4b7020daebbcb25c016cf1821818b71a2e457 Mon Sep 17 00:00:00 2001 From: kali Date: Wed, 9 Jan 2013 06:23:45 +0900 Subject: more missed strings to be translated plus initial translation. --- data/ts/en_US.ts | 138 +++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 135 insertions(+), 3 deletions(-) (limited to 'data/ts') diff --git a/data/ts/en_US.ts b/data/ts/en_US.ts index a7e13dec..3fdb38da 100644 --- a/data/ts/en_US.ts +++ b/data/ts/en_US.ts @@ -1,5 +1,66 @@ + + EIPConductorAppMixin + + + &Disconnect + + + + + &Connect + + + + + EIPErrors + + + We could not find any authentication agent in your system.<br/>Make sure you have <b>polkit-gnome-authentication-agent-1</b> running and try again. + + + + + We could not find <b>pkexec</b> in your system.<br/> Do you want to try <b>setuid workaround</b>? (<i>DOES NOTHING YET</i>) + + + + + No suitable openvpn command found. <br/>(Might be a permissions problem) + + + + + there is a problem with provider certificate + + + + + an error occurred during configuratio of leap services + + + + + Another OpenVPN Process has been detected.Please close it before starting leap-client + + + + + Server does not allow secure connections + + + + + Server certificate could not be verified + + + + + We could not find your eip certs in the expected path + + + Errors @@ -29,7 +90,7 @@ - The Encrypted Connection was lost. Shutting down... + The Encrypted Connection was lost. @@ -122,15 +183,28 @@ + + LogPaneMixin + + + &Connect + + + + + Disconnected + + + ProviderInfoPage - + Provider Info - + This is what provider says. @@ -337,4 +411,62 @@ + + StatusAwareTrayIconMixin + + + EIP Connection Status + + + + + <b>disconnected</b> + + + + + Encryption ON turn &off + + + + + &Details... + + + + + &About + + + + + About Q&t + + + + + &Quit + + + + + Encryption ON turn o&ff + + + + + Encryption OFF turn &on + + + + + connecting... + + + + + About + + + -- cgit v1.2.3 From 5fbdba326b6be7d01025351820c4777b34e4a6cd Mon Sep 17 00:00:00 2001 From: kali Date: Fri, 25 Jan 2013 18:19:29 +0900 Subject: update translations (de) --- data/ts/en_US.ts | 195 ++++++++++++++++++++++++++++--------------------------- 1 file changed, 100 insertions(+), 95 deletions(-) (limited to 'data/ts') diff --git a/data/ts/en_US.ts b/data/ts/en_US.ts index 3fdb38da..d2cba837 100644 --- a/data/ts/en_US.ts +++ b/data/ts/en_US.ts @@ -1,14 +1,42 @@ + + ConnectionPage + + + Connecting... + + + + + Setting up a encrypted connection with the provider + + + + + Getting EIP configuration files + + + + + Authentication error: %s + + + + + Getting EIP certificate + + + EIPConductorAppMixin - + &Disconnect - + &Connect @@ -40,11 +68,6 @@ an error occurred during configuratio of leap services - - - Another OpenVPN Process has been detected.Please close it before starting leap-client - - Server does not allow secure connections @@ -60,6 +83,11 @@ We could not find your eip certs in the expected path + + + Another OpenVPN Process has been detected. Please close it before starting leap-client + + Errors @@ -98,22 +126,22 @@ IntroPage - First run wizard. + First run wizard - - 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> + + Sign up for a new account - - Sign up for a new account. + + Log In with my credentials - - Log In with my credentials. + + 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> @@ -125,13 +153,13 @@ - - You are now using an encrypted connection! + + Click '<i>%s</i>' to end the wizard and save your settings. - - Click '<i>%s</i>' to end the wizard and save your settings. + + You are now using an encrypted connection! @@ -162,11 +190,6 @@ Log In - - - Log in with your credentials. - - User &name: @@ -182,16 +205,21 @@ Log in + + + Log in with your credentials + + LogPaneMixin - + &Connect - + Disconnected @@ -200,42 +228,47 @@ ProviderInfoPage - Provider Info + Provider Information - This is what provider says. + Services offered by this provider + + + + + enrollment policy ProviderSetupValidationPage - + Provider setup - - Doing autoconfig. - - - - + Fetching CA certificate - + Checking CA fingerprint - + Validating api certificate + + + Gathering configuration options for this provider + + RegisterUserPage @@ -250,50 +283,45 @@ - + Password does not match.. - + Password too short. - + Password too obvious. - + Error connecting to provider (timeout) - + Error Connecting to provider (connerr). - + Error during registration (%s) - + Could not register (bad response) - + Username not available. - - - Register a new user with provider %s. - - User &name: @@ -314,32 +342,9 @@ &Remember username and password. - - - RegisterUserValidationPage - - - Fetching provider config... - - - - - Authentication error: %s - - - - - Fetching eip certificate - - - - - Connecting... - - - - Checking connection with provider. + + Register a new user with provider <em>%s</em> @@ -350,11 +355,6 @@ Enter Provider - - - Please enter the domain of the provider you want to use for your connection. - - chec&k! @@ -371,43 +371,48 @@ - - checking domain name + + Could not get info from provider. - - checking https connection + + Could not download provider info (refused conn.). - - Could not get info from provider. + + &Trust this provider certificate. - - Could not download provider info (refused conn.). + + Do you want to <b>trust this provider certificate?</b> - - fetching provider info + + SHA-256 fingerprint: <i>%s</i><br> - - &Trust this provider certificate. + + Please enter the domain of the provider you want to use for your connection - - Do you want to <b>trust this provider certificate?</b> + + Checking if it is a valid provider - - SHA-256 fingerprint: <i>%s</i><br> + + Checking for a secure connection + + + + + Getting info from the provider -- cgit v1.2.3