summaryrefslogtreecommitdiff
path: root/gui/i18n/base.ts
diff options
context:
space:
mode:
Diffstat (limited to 'gui/i18n/base.ts')
-rw-r--r--gui/i18n/base.ts159
1 files changed, 131 insertions, 28 deletions
diff --git a/gui/i18n/base.ts b/gui/i18n/base.ts
index 9110c36..bf4a459 100644
--- a/gui/i18n/base.ts
+++ b/gui/i18n/base.ts
@@ -10,12 +10,18 @@
</message>
<message>
<location filename="../qml/AboutDialog.qml" line="19"/>
- <source>&lt;p&gt;%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.&lt;/p&gt; &lt;p&gt;This service is paid for entirely by donations from users like you. &lt;a href=&quot;%3&quot;&gt;Please donate&lt;/a&gt;.&lt;/p&gt; &lt;p&gt;By using this application, you agree to the &lt;a href=&quot;%4&quot;&gt;Terms of Service&lt;/a&gt;. This service is provided as-is, without any warranty, and is intended for people who work to make the world a better place.&lt;/p&gt;</source>
- <extracomment>about dialog %1 -&gt; application name %2 -&gt; provider name %3 -&gt; donation URL %4 -&gt; TOS URL</extracomment>
+ <source>&lt;p&gt;This service is paid for entirely by donations from users like you. &lt;a href=&quot;%1&quot;&gt;Please donate&lt;/a&gt;.&lt;/p&gt;</source>
+ <extracomment>donation text of the about dialog %1 -&gt; donation URL</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../qml/AboutDialog.qml" line="29"/>
+ <location filename="../qml/AboutDialog.qml" line="26"/>
+ <source>&lt;p&gt;%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.&lt;/p&gt; %3 &lt;p&gt;By using this application, you agree to the &lt;a href=&quot;%4&quot;&gt;Terms of Service&lt;/a&gt;. This service is provided as-is, without any warranty, and is intended for people who work to make the world a better place.&lt;/p&gt;</source>
+ <extracomment>about dialog %1 -&gt; application name %2 -&gt; provider name %3 -&gt; donation text if activated %4 -&gt; TOS URL</extracomment>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../qml/AboutDialog.qml" line="36"/>
<source>%1 version: %2</source>
<extracomment>%1 -&gt; application name %2 -&gt; version string</extracomment>
<translation type="unfinished"></translation>
@@ -38,134 +44,231 @@ Do you want to donate now?</source>
</message>
</context>
<context>
+ <name>FailDialog</name>
+ <message>
+ <location filename="../qml/FailDialog.qml" line="5"/>
+ <source>Initialization Error</source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+<context>
<name>LoginDialog</name>
<message>
- <location filename="../qml/LoginDialog.qml" line="7"/>
+ <location filename="../qml/LoginDialog.qml" line="6"/>
<source>Login</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../qml/LoginDialog.qml" line="11"/>
+ <location filename="../qml/LoginDialog.qml" line="35"/>
+ <source>Enter your Patron ID</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../qml/LoginDialog.qml" line="37"/>
<source>Log in with your library credentials</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../qml/LoginDialog.qml" line="15"/>
+ <location filename="../qml/LoginDialog.qml" line="42"/>
+ <source>You can check your Patron ID number in the back of your library card</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../qml/LoginDialog.qml" line="20"/>
<source>patron id</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../qml/LoginDialog.qml" line="19"/>
+ <location filename="../qml/LoginDialog.qml" line="24"/>
<source>password</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
+ <name>LoginOKDialog</name>
+ <message>
+ <location filename="../qml/LoginOKDialog.qml" line="7"/>
+ <source>Login Successful</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../qml/LoginOKDialog.qml" line="11"/>
+ <source>Login successful. You can now start the VPN.</source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+<context>
<name>main</name>
<message>
- <location filename="../qml/main.qml" line="25"/>
+ <location filename="../qml/main.qml" line="38"/>
<source>Could not find helpers. Check your installation</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../qml/main.qml" line="27"/>
+ <location filename="../qml/main.qml" line="40"/>
<source>Could not find polkit agent.</source>
<translation type="unfinished"></translation>
</message>
<message>
+ <location filename="../qml/main.qml" line="55"/>
+ <source>Oops! The authentication service seems down. Please try again later</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<location filename="../qml/main.qml" line="56"/>
+ <source>Service Error</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../qml/main.qml" line="62"/>
+ <source>Please check your Patron ID</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../qml/main.qml" line="64"/>
+ <source>Could not log in with those credentials, please retry</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../qml/main.qml" line="66"/>
+ <source>Login Error</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../qml/main.qml" line="70"/>
+ <source>Got an error starting %1: %2</source>
+ <extracomment>%1 -&gt; application name %2 -&gt; error string</extracomment>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../qml/main.qml" line="104"/>
<source>%1 off</source>
<extracomment>%1 -&gt; application name</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../qml/main.qml" line="59"/>
+ <location filename="../qml/main.qml" line="107"/>
<source>%1 on</source>
<extracomment>%1 -&gt; application name</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../qml/main.qml" line="62"/>
+ <location filename="../qml/main.qml" line="110"/>
<source>Connecting to %1</source>
<extracomment>%1 -&gt; application name</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../qml/main.qml" line="65"/>
+ <location filename="../qml/main.qml" line="113"/>
<source>Stopping %1</source>
<extracomment>%1 -&gt; application name</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../qml/main.qml" line="68"/>
+ <location filename="../qml/main.qml" line="116"/>
<source>%1 blocking internet</source>
<extracomment>%1 -&gt; application name</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../qml/main.qml" line="105"/>
- <location filename="../qml/main.qml" line="151"/>
+ <location filename="../qml/main.qml" line="163"/>
+ <location filename="../qml/main.qml" line="211"/>
<source>Checking status...</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../qml/main.qml" line="158"/>
+ <location filename="../qml/main.qml" line="218"/>
<source>Reconnect</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../qml/main.qml" line="160"/>
+ <location filename="../qml/main.qml" line="220"/>
<source>Turn on</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../qml/main.qml" line="171"/>
+ <location filename="../qml/main.qml" line="231"/>
<source>Cancel</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../qml/main.qml" line="173"/>
+ <location filename="../qml/main.qml" line="233"/>
<source>Turn off</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../qml/main.qml" line="184"/>
+ <location filename="../qml/main.qml" line="244"/>
<source>Help...</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../qml/main.qml" line="189"/>
+ <location filename="../qml/main.qml" line="254"/>
<source>Donate...</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../qml/main.qml" line="195"/>
+ <location filename="../qml/main.qml" line="260"/>
<source>About...</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../qml/main.qml" line="202"/>
+ <location filename="../qml/main.qml" line="267"/>
<source>Quit</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../qml/main.qml" line="227"/>
+ <location filename="../qml/main.qml" line="297"/>
<source>Error starting VPN</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../qml/main.qml" line="237"/>
+ <location filename="../qml/main.qml" line="307"/>
<source>Missing authentication agent</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../qml/main.qml" line="238"/>
+ <location filename="../qml/main.qml" line="308"/>
<source>Could not find a polkit authentication agent. Please run one and try again.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../qml/main.qml" line="246"/>
- <source>Initialization Error</source>
+ <location filename="../main.cpp" line="76"/>
+ <source>: a fast and secure VPN. Powered by Bitmask.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../main.cpp" line="83"/>
+ <source>Do not show the systray icon (useful together with gnome shell extension, or to control VPN by other means).</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../main.cpp" line="90"/>
+ <source>Enable web api.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../main.cpp" line="96"/>
+ <source>Install helpers (linux only, requires sudo).</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../main.cpp" line="102"/>
+ <source>Use obfs4 to obfuscate the traffic, if available in the provider.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../main.cpp" line="108"/>
+ <source>Disable autostart for the next run.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../main.cpp" line="113"/>
+ <source>Web api port (default: 8080)</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../main.cpp" line="115"/>
+ <source>Start the vpn, either &apos;on&apos; or &apos;off&apos;.</source>
<translation type="unfinished"></translation>
</message>
</context>