diff options
| author | GO63-samara <go1@list.ru> | 2021-07-31 02:38:25 +0400 | 
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2021-08-18 19:47:13 +0200 | 
| commit | c5a652e9ad60f1ab0ee586d578daa0be79359b28 (patch) | |
| tree | 310e2ea5460e8702cc5dec9b96e7031b94fde0a0 /gui/lang | |
| parent | 2fc5d7b3490e41952e0e335841d7d7f72a3b76a9 (diff) | |
Adding a choice of centering method
Diffstat (limited to 'gui/lang')
| -rw-r--r-- | gui/lang/nl_NL.ts | 16 | ||||
| -rw-r--r-- | gui/lang/ru_RU.ts | 16 | ||||
| -rw-r--r-- | gui/lang/stub.ts | 16 | ||||
| -rw-r--r-- | gui/lang/zh_CN.ts | 16 | 
4 files changed, 64 insertions, 0 deletions
diff --git a/gui/lang/nl_NL.ts b/gui/lang/nl_NL.ts index 60b84189..59d46b82 100644 --- a/gui/lang/nl_NL.ts +++ b/gui/lang/nl_NL.ts @@ -360,6 +360,22 @@ Press "clear calibration" to remove any calibration data pertaining to          <source>None</source>          <translation type="unfinished">Geen</translation>      </message> +    <message> +        <source>Centering method</source> +        <translation type="unfinished"></translation> +    </message> +    <message> +        <source>Point</source> +        <translation type="unfinished"></translation> +    </message> +    <message> +        <source>Wireless VR 360</source> +        <translation type="unfinished"></translation> +    </message> +    <message> +        <source>Roll compensated VR 360</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 d40b4775..8f3c360a 100644 --- a/gui/lang/ru_RU.ts +++ b/gui/lang/ru_RU.ts @@ -363,6 +363,22 @@ Press "clear calibration" to remove any calibration data pertaining to          <source>None</source>          <translation>Не назначена</translation>      </message> +    <message> +        <source>Centering method</source> +        <translation type="unfinished"></translation> +    </message> +    <message> +        <source>Point</source> +        <translation type="unfinished"></translation> +    </message> +    <message> +        <source>Wireless VR 360</source> +        <translation type="unfinished"></translation> +    </message> +    <message> +        <source>Roll compensated VR 360</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 b383a0d8..9dd07851 100644 --- a/gui/lang/stub.ts +++ b/gui/lang/stub.ts @@ -360,6 +360,22 @@ Press "clear calibration" to remove any calibration data pertaining to          <source>None</source>          <translation type="unfinished"></translation>      </message> +    <message> +        <source>Centering method</source> +        <translation type="unfinished"></translation> +    </message> +    <message> +        <source>Point</source> +        <translation type="unfinished"></translation> +    </message> +    <message> +        <source>Wireless VR 360</source> +        <translation type="unfinished"></translation> +    </message> +    <message> +        <source>Roll compensated VR 360</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 fa2d512c..a88251ce 100644 --- a/gui/lang/zh_CN.ts +++ b/gui/lang/zh_CN.ts @@ -361,6 +361,22 @@ Press "clear calibration" to remove any calibration data pertaining to          <source>None</source>          <translation>空</translation>      </message> +    <message> +        <source>Centering method</source> +        <translation type="unfinished"></translation> +    </message> +    <message> +        <source>Point</source> +        <translation type="unfinished"></translation> +    </message> +    <message> +        <source>Wireless VR 360</source> +        <translation type="unfinished"></translation> +    </message> +    <message> +        <source>Roll compensated VR 360</source> +        <translation type="unfinished"></translation> +    </message>  </context>  <context>      <name>process_detector</name>  | 
