diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2020-02-03 22:25:04 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2020-02-03 22:25:04 +0100 |
commit | 50b9638d6766551d0b4a867983c0b7b664e830a5 (patch) | |
tree | 70d369723577d2b207925b277dda5171d276bbb9 /proto-wine/lang | |
parent | 25dd60c84f686e9e2239f70e67fd8dcd82c1b268 (diff) |
proto/wine: allow disabling freetrack/npclient
Fixes #1042
Diffstat (limited to 'proto-wine/lang')
-rw-r--r-- | proto-wine/lang/nl_NL.ts | 16 | ||||
-rw-r--r-- | proto-wine/lang/ru_RU.ts | 16 | ||||
-rw-r--r-- | proto-wine/lang/stub.ts | 16 | ||||
-rw-r--r-- | proto-wine/lang/zh_CN.ts | 16 |
4 files changed, 64 insertions, 0 deletions
diff --git a/proto-wine/lang/nl_NL.ts b/proto-wine/lang/nl_NL.ts index f71d8ad7..e2183cc8 100644 --- a/proto-wine/lang/nl_NL.ts +++ b/proto-wine/lang/nl_NL.ts @@ -39,6 +39,22 @@ <source>Proton (Steam Play)</source> <translation type="unfinished"></translation> </message> + <message> + <source>Protocol</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Freetrack</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>NPClient</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Both</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>wine</name> diff --git a/proto-wine/lang/ru_RU.ts b/proto-wine/lang/ru_RU.ts index 9937083f..f3b44bd2 100644 --- a/proto-wine/lang/ru_RU.ts +++ b/proto-wine/lang/ru_RU.ts @@ -39,6 +39,22 @@ <source>Proton (Steam Play)</source> <translation type="unfinished"></translation> </message> + <message> + <source>Protocol</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Freetrack</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>NPClient</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Both</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>wine</name> diff --git a/proto-wine/lang/stub.ts b/proto-wine/lang/stub.ts index 9b74a44d..dd4f946f 100644 --- a/proto-wine/lang/stub.ts +++ b/proto-wine/lang/stub.ts @@ -39,6 +39,22 @@ <source>Proton (Steam Play)</source> <translation type="unfinished"></translation> </message> + <message> + <source>Protocol</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Freetrack</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>NPClient</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Both</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>wine</name> diff --git a/proto-wine/lang/zh_CN.ts b/proto-wine/lang/zh_CN.ts index 9b74a44d..dd4f946f 100644 --- a/proto-wine/lang/zh_CN.ts +++ b/proto-wine/lang/zh_CN.ts @@ -39,6 +39,22 @@ <source>Proton (Steam Play)</source> <translation type="unfinished"></translation> </message> + <message> + <source>Protocol</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Freetrack</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>NPClient</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Both</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>wine</name> |