diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2021-08-21 08:08:51 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2021-08-21 08:08:51 +0200 |
commit | b615cc6d60beede9cb76b143007a7a1720846c5c (patch) | |
tree | a43a245edb8d42d18005c725d0c2c513c76d62bf /gui/lang | |
parent | 1b10ac5c3eba789952d0fa91d94623c4cf6ad385 (diff) |
gui: add tooltips for shortcut labels
Diffstat (limited to 'gui/lang')
-rw-r--r-- | gui/lang/nl_NL.ts | 12 | ||||
-rw-r--r-- | gui/lang/ru_RU.ts | 12 | ||||
-rw-r--r-- | gui/lang/stub.ts | 12 | ||||
-rw-r--r-- | gui/lang/zh_CN.ts | 12 |
4 files changed, 48 insertions, 0 deletions
diff --git a/gui/lang/nl_NL.ts b/gui/lang/nl_NL.ts index 59d46b82..be70c0a3 100644 --- a/gui/lang/nl_NL.ts +++ b/gui/lang/nl_NL.ts @@ -376,6 +376,18 @@ Press "clear calibration" to remove any calibration data pertaining to <source>Roll compensated VR 360</source> <translation type="unfinished"></translation> </message> + <message> + <source>Hold in-game center of the screen while the mode is active.</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Treat this device orientation as the in-game center of the screen.</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Freeze the position returned by the tracker while this mode is active.</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>process_detector</name> diff --git a/gui/lang/ru_RU.ts b/gui/lang/ru_RU.ts index 8f3c360a..28c94c9c 100644 --- a/gui/lang/ru_RU.ts +++ b/gui/lang/ru_RU.ts @@ -379,6 +379,18 @@ Press "clear calibration" to remove any calibration data pertaining to <source>Roll compensated VR 360</source> <translation type="unfinished"></translation> </message> + <message> + <source>Hold in-game center of the screen while the mode is active.</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Treat this device orientation as the in-game center of the screen.</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Freeze the position returned by the tracker while this mode is active.</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>process_detector</name> diff --git a/gui/lang/stub.ts b/gui/lang/stub.ts index 9dd07851..12af11f2 100644 --- a/gui/lang/stub.ts +++ b/gui/lang/stub.ts @@ -376,6 +376,18 @@ Press "clear calibration" to remove any calibration data pertaining to <source>Roll compensated VR 360</source> <translation type="unfinished"></translation> </message> + <message> + <source>Hold in-game center of the screen while the mode is active.</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Treat this device orientation as the in-game center of the screen.</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Freeze the position returned by the tracker while this mode is active.</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>process_detector</name> diff --git a/gui/lang/zh_CN.ts b/gui/lang/zh_CN.ts index a88251ce..d6b7e9f1 100644 --- a/gui/lang/zh_CN.ts +++ b/gui/lang/zh_CN.ts @@ -377,6 +377,18 @@ Press "clear calibration" to remove any calibration data pertaining to <source>Roll compensated VR 360</source> <translation type="unfinished"></translation> </message> + <message> + <source>Hold in-game center of the screen while the mode is active.</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Treat this device orientation as the in-game center of the screen.</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Freeze the position returned by the tracker while this mode is active.</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>process_detector</name> |