diff options
Diffstat (limited to 'gui')
-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 | ||||
-rw-r--r-- | gui/settings-dialog.ui | 13 |
5 files changed, 59 insertions, 2 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> diff --git a/gui/settings-dialog.ui b/gui/settings-dialog.ui index 93374b06..2a6ba963 100644 --- a/gui/settings-dialog.ui +++ b/gui/settings-dialog.ui @@ -6,8 +6,8 @@ <rect> <x>0</x> <y>0</y> - <width>548</width> - <height>600</height> + <width>565</width> + <height>641</height> </rect> </property> <property name="windowTitle"> @@ -104,6 +104,9 @@ <verstretch>0</verstretch> </sizepolicy> </property> + <property name="toolTip"> + <string>Treat this device orientation as the in-game center of the screen.</string> + </property> <property name="text"> <string>Center</string> </property> @@ -267,6 +270,9 @@ <verstretch>0</verstretch> </sizepolicy> </property> + <property name="toolTip"> + <string>Hold in-game center of the screen while the mode is active.</string> + </property> <property name="text"> <string>Zero</string> </property> @@ -283,6 +289,9 @@ <verstretch>0</verstretch> </sizepolicy> </property> + <property name="toolTip"> + <string>Freeze the position returned by the tracker while this mode is active.</string> + </property> <property name="text"> <string>Toggle</string> </property> |