diff options
author | Ruben Pollan <meskio@sindominio.net> | 2020-11-20 20:08:46 +0100 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2020-11-20 20:08:46 +0100 |
commit | 08760e8f1a369a795c3ceb596158e6df7d81aa31 (patch) | |
tree | bc88f56db1cd5decc78c3e2f47884a24ae990699 /gui/i18n/base.ts | |
parent | 5cb364aee6be0ee1b94b3d3da37ccf9311891b11 (diff) |
[i18n] get the actually translated languajes from transifex
Diffstat (limited to 'gui/i18n/base.ts')
-rw-r--r-- | gui/i18n/base.ts | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/gui/i18n/base.ts b/gui/i18n/base.ts index bf4a459..1fe80e8 100644 --- a/gui/i18n/base.ts +++ b/gui/i18n/base.ts @@ -59,28 +59,28 @@ Do you want to donate now?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../qml/LoginDialog.qml" line="35"/> - <source>Enter your Patron ID</source> + <location filename="../qml/LoginDialog.qml" line="20"/> + <source>Patron ID</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../qml/LoginDialog.qml" line="37"/> - <source>Log in with your library credentials</source> + <location filename="../qml/LoginDialog.qml" line="24"/> + <source>Password</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../qml/LoginDialog.qml" line="42"/> - <source>You can check your Patron ID number in the back of your library card</source> + <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="20"/> - <source>patron id</source> + <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="24"/> - <source>password</source> + <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> </context> @@ -101,7 +101,7 @@ Do you want to donate now?</source> <name>main</name> <message> <location filename="../qml/main.qml" line="38"/> - <source>Could not find helpers. Check your installation</source> + <source>Could not find helpers. Please check your installation</source> <translation type="unfinished"></translation> </message> <message> @@ -238,17 +238,17 @@ Do you want to donate now?</source> </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> + <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> + <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> + <source>Install helpers (Linux only, requires sudo).</source> <translation type="unfinished"></translation> </message> <message> @@ -263,12 +263,12 @@ Do you want to donate now?</source> </message> <message> <location filename="../main.cpp" line="113"/> - <source>Web api port (default: 8080)</source> + <source>Web API port (default: 8080)</source> <translation type="unfinished"></translation> </message> <message> <location filename="../main.cpp" line="115"/> - <source>Start the vpn, either 'on' or 'off'.</source> + <source>Start the VPN, either 'on' or 'off'.</source> <translation type="unfinished"></translation> </message> </context> |