diff options
author | Stanislaw Halik <sthalik@tehran.lain.pl> | 2019-10-30 05:40:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-30 05:40:21 +0100 |
commit | ebf9de109b86336b8844fc6fd15a34760481de5e (patch) | |
tree | 2543e9a2e5f3ca5133141e11b2962c26fdaf3951 /proto-wine/lang/stub.ts | |
parent | 2716d8e2ae7df7fb99d9d64d1efaa554d1d38034 (diff) | |
parent | 29591277d9cae18895ef03cb858b2b327813830e (diff) |
Merge pull request #996 from opentrack/pr/proton-wine-proto
add support for proton wine
Diffstat (limited to 'proto-wine/lang/stub.ts')
-rw-r--r-- | proto-wine/lang/stub.ts | 36 |
1 files changed, 32 insertions, 4 deletions
diff --git a/proto-wine/lang/stub.ts b/proto-wine/lang/stub.ts index 2da10a0b..9b74a44d 100644 --- a/proto-wine/lang/stub.ts +++ b/proto-wine/lang/stub.ts @@ -4,19 +4,39 @@ <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>Advanced</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>ESYNC</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>FSYNC</source> + <translation type="unfinished"></translation> + </message> + <message> + <source><html><head/><body><p>When supported.</p></body></html></source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Steam application id</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Proton (Steam Play)</source> <translation type="unfinished"></translation> </message> </context> @@ -26,6 +46,14 @@ <source>Can't open shared memory mapping</source> <translation type="unfinished"></translation> </message> + <message> + <source>Must specify application id for Proton (Steam Play)</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Wine prefix must be an absolute path (given '%1')</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>wine_metadata</name> |