diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2019-10-27 07:25:43 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2019-10-28 07:45:44 +0100 |
commit | a5a2ec4f7a855ad35bde6362796a0a07fd419cf7 (patch) | |
tree | 60053965f601a5e14ba0f5eecc8e6f2c81ea26cc /proto-wine/lang | |
parent | 2716d8e2ae7df7fb99d9d64d1efaa554d1d38034 (diff) |
proto/wine: add support for proton
Diffstat (limited to 'proto-wine/lang')
-rw-r--r-- | proto-wine/lang/nl_NL.ts | 8 | ||||
-rw-r--r-- | proto-wine/lang/ru_RU.ts | 8 | ||||
-rw-r--r-- | proto-wine/lang/stub.ts | 8 | ||||
-rw-r--r-- | proto-wine/lang/zh_CN.ts | 8 |
4 files changed, 16 insertions, 16 deletions
diff --git a/proto-wine/lang/nl_NL.ts b/proto-wine/lang/nl_NL.ts index 239e73d1..41f368c6 100644 --- a/proto-wine/lang/nl_NL.ts +++ b/proto-wine/lang/nl_NL.ts @@ -4,19 +4,19 @@ <context> <name>UICFTControls</name> <message> - <source>FreeTrack settings FaceTrackNoIR</source> + <source>Wine settings</source> <translation type="unfinished"></translation> </message> <message> - <source>There are no settings necessary for the Wine protocol.</source> + <source>Wine variant</source> <translation type="unfinished"></translation> </message> <message> - <source>OK</source> + <source>Wine (system)</source> <translation type="unfinished"></translation> </message> <message> - <source>Cancel</source> + <source>Proton (Steam)</source> <translation type="unfinished"></translation> </message> </context> diff --git a/proto-wine/lang/ru_RU.ts b/proto-wine/lang/ru_RU.ts index 1e80e43f..d6a10fac 100644 --- a/proto-wine/lang/ru_RU.ts +++ b/proto-wine/lang/ru_RU.ts @@ -4,19 +4,19 @@ <context> <name>UICFTControls</name> <message> - <source>FreeTrack settings FaceTrackNoIR</source> + <source>Wine settings</source> <translation type="unfinished"></translation> </message> <message> - <source>There are no settings necessary for the Wine protocol.</source> + <source>Wine variant</source> <translation type="unfinished"></translation> </message> <message> - <source>OK</source> + <source>Wine (system)</source> <translation type="unfinished"></translation> </message> <message> - <source>Cancel</source> + <source>Proton (Steam)</source> <translation type="unfinished"></translation> </message> </context> diff --git a/proto-wine/lang/stub.ts b/proto-wine/lang/stub.ts index 2da10a0b..2b4793e0 100644 --- a/proto-wine/lang/stub.ts +++ b/proto-wine/lang/stub.ts @@ -4,19 +4,19 @@ <context> <name>UICFTControls</name> <message> - <source>FreeTrack settings FaceTrackNoIR</source> + <source>Wine settings</source> <translation type="unfinished"></translation> </message> <message> - <source>There are no settings necessary for the Wine protocol.</source> + <source>Wine variant</source> <translation type="unfinished"></translation> </message> <message> - <source>OK</source> + <source>Wine (system)</source> <translation type="unfinished"></translation> </message> <message> - <source>Cancel</source> + <source>Proton (Steam)</source> <translation type="unfinished"></translation> </message> </context> diff --git a/proto-wine/lang/zh_CN.ts b/proto-wine/lang/zh_CN.ts index 2da10a0b..2b4793e0 100644 --- a/proto-wine/lang/zh_CN.ts +++ b/proto-wine/lang/zh_CN.ts @@ -4,19 +4,19 @@ <context> <name>UICFTControls</name> <message> - <source>FreeTrack settings FaceTrackNoIR</source> + <source>Wine settings</source> <translation type="unfinished"></translation> </message> <message> - <source>There are no settings necessary for the Wine protocol.</source> + <source>Wine variant</source> <translation type="unfinished"></translation> </message> <message> - <source>OK</source> + <source>Wine (system)</source> <translation type="unfinished"></translation> </message> <message> - <source>Cancel</source> + <source>Proton (Steam)</source> <translation type="unfinished"></translation> </message> </context> |