diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-05-23 20:56:40 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-05-29 18:49:46 +0200 |
commit | 6706a1d43c857e7a554338976e582a5fde7b442e (patch) | |
tree | 126b4dc586e3a8980574303b408133c477761e28 /opentrack/lang/stub.ts | |
parent | 73cf0e53665098b370a8722eee9f047aab864fdf (diff) |
trackhat: add updater
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 66917925..7727ab29 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> |