diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-02-27 14:27:01 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-02-27 15:46:03 +0100 |
commit | 04ae0a46fdc50a2ec96d5f6e2284c4ddd6c92a65 (patch) | |
tree | 8c2a033a52ead0f0691c14427db76ae0dca3ba90 /opentrack/lang/stub.ts | |
parent | b05464749c618b83167e23f8b7046c1d29cbd9a3 (diff) |
opentrack, installer: add back git version parsing
Diffstat (limited to 'opentrack/lang/stub.ts')
-rw-r--r-- | opentrack/lang/stub.ts | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/opentrack/lang/stub.ts b/opentrack/lang/stub.ts index cef43cb3..de72e075 100644 --- a/opentrack/lang/stub.ts +++ b/opentrack/lang/stub.ts @@ -13,6 +13,33 @@ </message> </context> <context> + <name>UpdateDialog</name> + <message> + <source>Dialog</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Software update released</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Current version:</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>TextLabel</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Released version:</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Don't remind me again about this version</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>main_window</name> <message> <source>Profile</source> |