diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2019-02-03 08:13:14 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2019-02-03 08:15:45 +0100 |
commit | 1beb7dfe8cd9a288893783862ce9f2e4a39239ab (patch) | |
tree | cd4afa0478b3029ba7ca1fbcf2ef28156a3ac739 /proto-simconnect/lang/stub.ts | |
parent | 3319f6bed166832020cbd4601b06ffcfac5c2d24 (diff) |
proto/simconnect: fix activation context again
Issue: #804
Diffstat (limited to 'proto-simconnect/lang/stub.ts')
-rw-r--r-- | proto-simconnect/lang/stub.ts | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/proto-simconnect/lang/stub.ts b/proto-simconnect/lang/stub.ts index 5dd8d4d6..a221cf39 100644 --- a/proto-simconnect/lang/stub.ts +++ b/proto-simconnect/lang/stub.ts @@ -24,39 +24,43 @@ <translation type="unfinished"></translation> </message> <message> - <source>Prepar3d SP2 XPACK</source> + <source>Steam FSX (older)</source> <translation type="unfinished"></translation> </message> <message> - <source>Steam FSX (older)</source> + <source>You need to install SimConnect SDK for your FSX version. For the Steam version, choose SP1 in the above combo box.</source> <translation type="unfinished"></translation> </message> <message> - <source>Steam FSX (new)</source> + <source>Prepar3d / SP2 XPACK</source> <translation type="unfinished"></translation> </message> <message> - <source>You need to install SimConnect SDK for your FSX version. For the Steam version, choose SP1 in the above combo box.</source> + <source>Steam FSX (newer)</source> <translation type="unfinished"></translation> </message> </context> <context> <name>simconnect</name> <message> - <source>dll load failed -- %1</source> + <source>FS2004/FSX</source> <translation type="unfinished"></translation> </message> <message> - <source>can't load SDK -- check selected simconnect version</source> + <source>dll load failed: %1</source> <translation type="unfinished"></translation> </message> <message> - <source>FS2004/FSX</source> + <source>install FSX SDK</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>can't import %1: %2</source> <translation type="unfinished"></translation> </message> </context> <context> - <name>simconnectDll</name> + <name>simconnect_metadata</name> <message> <source>Microsoft FSX SimConnect</source> <translation type="unfinished"></translation> |