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/en_US.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/en_US.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