diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2018-05-22 17:11:28 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-05-22 17:11:28 +0200 |
commit | 2cd3f828fdfa03c45b5792b08bad2bd63aa1a710 (patch) | |
tree | 7995c558962630c7dfe3e68bbaa72488cab03bda /proto-ft | |
parent | 9a6ca1e6dce0b7e29b7a47c0ea7b47dd4266f18f (diff) |
proto/ft: i18n update
Diffstat (limited to 'proto-ft')
-rw-r--r-- | proto-ft/lang/nl_NL.ts | 12 | ||||
-rw-r--r-- | proto-ft/lang/ru_RU.ts | 12 | ||||
-rw-r--r-- | proto-ft/lang/stub.ts | 12 | ||||
-rw-r--r-- | proto-ft/lang/zh_CN.ts | 12 |
4 files changed, 48 insertions, 0 deletions
diff --git a/proto-ft/lang/nl_NL.ts b/proto-ft/lang/nl_NL.ts index f84518ec..e2b72543 100644 --- a/proto-ft/lang/nl_NL.ts +++ b/proto-ft/lang/nl_NL.ts @@ -40,6 +40,18 @@ Starting tracking will again overwrite the DLL locations.</source> <translation type="unfinished"></translation> </message> + <message> + <source>Enable both</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Use freetrack, disable TrackIR</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Use TrackIR, disable freetrack</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>freetrack</name> diff --git a/proto-ft/lang/ru_RU.ts b/proto-ft/lang/ru_RU.ts index e002d64d..d749121c 100644 --- a/proto-ft/lang/ru_RU.ts +++ b/proto-ft/lang/ru_RU.ts @@ -42,6 +42,18 @@ Starting tracking will again overwrite the DLL locations.</source> Запуск отслеживания в opentrack приведет к перезаписи расположения DLL-файла.</translation> </message> + <message> + <source>Enable both</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Use freetrack, disable TrackIR</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Use TrackIR, disable freetrack</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>freetrack</name> diff --git a/proto-ft/lang/stub.ts b/proto-ft/lang/stub.ts index af613383..4962332f 100644 --- a/proto-ft/lang/stub.ts +++ b/proto-ft/lang/stub.ts @@ -40,6 +40,18 @@ Starting tracking will again overwrite the DLL locations.</source> <translation type="unfinished"></translation> </message> + <message> + <source>Enable both</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Use freetrack, disable TrackIR</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Use TrackIR, disable freetrack</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>freetrack</name> diff --git a/proto-ft/lang/zh_CN.ts b/proto-ft/lang/zh_CN.ts index 3978d792..903ce19b 100644 --- a/proto-ft/lang/zh_CN.ts +++ b/proto-ft/lang/zh_CN.ts @@ -40,6 +40,18 @@ Starting tracking will again overwrite the DLL locations.</source> <source>Disable one of the protocols if game is confused by presence of both at the same time.</source> <translation type="unfinished"></translation> </message> + <message> + <source>Enable both</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Use freetrack, disable TrackIR</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Use TrackIR, disable freetrack</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>freetrack</name> |