diff options
author | Ruben Pollan <meskio@sindominio.net> | 2020-07-10 11:04:49 +0200 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2020-07-28 13:44:58 +0200 |
commit | cf5ed56c943599c092a91933b45471c4c0e5d579 (patch) | |
tree | c2a4f1ce4cffff3dce4c207575d15aa2a43c365f /gui/i18n/main_nl.ts | |
parent | cdb42f0d6b47a60ceb647e3ac6a6ce66352dbae4 (diff) |
Add support for internationalization
- Resolves: #243
Diffstat (limited to 'gui/i18n/main_nl.ts')
-rw-r--r-- | gui/i18n/main_nl.ts | 172 |
1 files changed, 172 insertions, 0 deletions
diff --git a/gui/i18n/main_nl.ts b/gui/i18n/main_nl.ts new file mode 100644 index 0000000..4709f71 --- /dev/null +++ b/gui/i18n/main_nl.ts @@ -0,0 +1,172 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.1" language="nl"> +<context> + <name>AboutDialog</name> + <message> + <location filename="../qml/AboutDialog.qml" line="5"/> + <source>About</source> + <translation>Over</translation> + </message> + <message> + <location filename="../qml/AboutDialog.qml" line="19"/> + <source><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></source> + <extracomment>about dialog %1 -> application name %2 -> provider name %3 -> donation URL %4 -> TOS URL</extracomment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../qml/AboutDialog.qml" line="29"/> + <source>%1 version: %2</source> + <extracomment>%1 -> application name %2 -> version string</extracomment> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>DonateDialog</name> + <message> + <location filename="../qml/DonateDialog.qml" line="6"/> + <source>Donate</source> + <translation>Doneren</translation> + </message> + <message> + <location filename="../qml/DonateDialog.qml" line="14"/> + <source>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?</source> + <extracomment>donate dialog %1 -> application name</extracomment> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>LoginDialog</name> + <message> + <location filename="../qml/LoginDialog.qml" line="7"/> + <source>Login</source> + <translation>Inloggen</translation> + </message> + <message> + <location filename="../qml/LoginDialog.qml" line="11"/> + <source>Log in with your library credentials</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../qml/LoginDialog.qml" line="15"/> + <source>patron id</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../qml/LoginDialog.qml" line="19"/> + <source>password</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>main</name> + <message> + <location filename="../qml/main.qml" line="25"/> + <source>Could not find helpers. Check your installation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../qml/main.qml" line="27"/> + <source>Could not find polkit agent.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../qml/main.qml" line="56"/> + <source>%1 off</source> + <extracomment>%1 -> application name</extracomment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../qml/main.qml" line="59"/> + <source>%1 on</source> + <extracomment>%1 -> application name</extracomment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../qml/main.qml" line="62"/> + <source>Connecting to %1</source> + <extracomment>%1 -> application name</extracomment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../qml/main.qml" line="65"/> + <source>Stopping %1</source> + <extracomment>%1 -> application name</extracomment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../qml/main.qml" line="68"/> + <source>%1 blocking internet</source> + <extracomment>%1 -> application name</extracomment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../qml/main.qml" line="105"/> + <location filename="../qml/main.qml" line="151"/> + <source>Checking status...</source> + <translation>Status controleren...</translation> + </message> + <message> + <location filename="../qml/main.qml" line="158"/> + <source>Reconnect</source> + <translation>Opnieuw verbinden</translation> + </message> + <message> + <location filename="../qml/main.qml" line="160"/> + <source>Turn on</source> + <translation>Inschakelen</translation> + </message> + <message> + <location filename="../qml/main.qml" line="171"/> + <source>Cancel</source> + <translation>Annuleren</translation> + </message> + <message> + <location filename="../qml/main.qml" line="173"/> + <source>Turn off</source> + <translation>Uitschakelen</translation> + </message> + <message> + <location filename="../qml/main.qml" line="184"/> + <source>Help...</source> + <translation>Hulp...</translation> + </message> + <message> + <location filename="../qml/main.qml" line="189"/> + <source>Donate...</source> + <translation>Doneren...</translation> + </message> + <message> + <location filename="../qml/main.qml" line="195"/> + <source>About...</source> + <translation>Over...</translation> + </message> + <message> + <location filename="../qml/main.qml" line="202"/> + <source>Quit</source> + <translation>Stoppen</translation> + </message> + <message> + <location filename="../qml/main.qml" line="227"/> + <source>Error starting VPN</source> + <translation>Fout bij het opstarten van de VPN</translation> + </message> + <message> + <location filename="../qml/main.qml" line="237"/> + <source>Missing authentication agent</source> + <translation>Authenticatieagent ontbreekt</translation> + </message> + <message> + <location filename="../qml/main.qml" line="238"/> + <source>Could not find a polkit authentication agent. Please run one and try again.</source> + <translation>Kan geen polkit authenticatieagent vinden. Voer er een uit en probeer opnieuw.</translation> + </message> + <message> + <location filename="../qml/main.qml" line="246"/> + <source>Initialization Error</source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> |