diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2019-02-11 22:12:47 +0100 | 
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2019-02-11 22:12:47 +0100 | 
| commit | c0da74ccd25837186ebb48af5e21ec250d2a6bdf (patch) | |
| tree | 1f4fc234e75784910c03e2f237a896046ee5eec4 /proto-vjoystick/lang/stub.ts | |
| parent | 85fc6ac25d350950be56ba47b06c247216f2e22a (diff) | |
proto/vjoystick: fix threading issue
Acquiring given joystick id must be done on the same thread as the
feeder apparently.
Provide diagnostics on failure.
Issue: #860
Diffstat (limited to 'proto-vjoystick/lang/stub.ts')
| -rw-r--r-- | proto-vjoystick/lang/stub.ts | 49 | 
1 files changed, 33 insertions, 16 deletions
| diff --git a/proto-vjoystick/lang/stub.ts b/proto-vjoystick/lang/stub.ts index a71e2882..0fe38ef2 100644 --- a/proto-vjoystick/lang/stub.ts +++ b/proto-vjoystick/lang/stub.ts @@ -4,49 +4,66 @@  <context>      <name>vjoystick</name>      <message> -        <source>VJoy</source> +        <source>vjoystick won't work without the driver installed.</source>          <translation type="unfinished"></translation>      </message>      <message> -        <source><html><head/><body><p>Go to the <a href="http://vjoystick.sourceforge.net/site/"><span style=" text-decoration: underline; color:#0000ff;">vjoystick</span></a> project site or <a href="https://sourceforge.net/projects/vjoystick/files/latest/download"><span style=" text-decoration: underline; color:#0000ff;">download directly</span></a></p></body></html></source> +        <source>Download the driver</source>          <translation type="unfinished"></translation>      </message> -</context> -<context> -    <name>vjoystick_metadata</name>      <message> -        <source>Joystick emulation -- vjoystick</source> +        <source>Visit project site</source>          <translation type="unfinished"></translation>      </message> -</context> -<context> -    <name>vjoystick_proto</name>      <message> -        <source>vjoystick driver missing</source> +        <source>Virtual joystick</source>          <translation type="unfinished"></translation>      </message>      <message> -        <source>vjoystick won't work without the driver installed.</source> +        <source>driver/SDK version mismatch</source>          <translation type="unfinished"></translation>      </message>      <message> -        <source>Download the driver</source> +        <source>BUG: joystick claims it's in use</source>          <translation type="unfinished"></translation>      </message>      <message> -        <source>Visit project site</source> +        <source>Virtual joystick already in use</source>          <translation type="unfinished"></translation>      </message>      <message> -        <source>vjoystick not installed or disabled</source> +        <source>Device missing. Add joystick #1.</source>          <translation type="unfinished"></translation>      </message>      <message> -        <source>can't initialize vjoystick</source> +        <source>Unknown error</source>          <translation type="unfinished"></translation>      </message>      <message> -        <source>Virtual joystick</source> +        <source>Unknown error #%1</source> +        <translation type="unfinished"></translation> +    </message> +    <message> +        <source>vjoystick driver problem</source> +        <translation type="unfinished"></translation> +    </message> +    <message> +        <source>Driver problem.</source> +        <translation type="unfinished"></translation> +    </message> +    <message> +        <source>vjoystick</source> +        <translation type="unfinished"></translation> +    </message> +    <message> +        <source><html><head/><body><p>Go to the <a href="http://vjoystick.sourceforge.net/site/"><span style=" text-decoration: underline; color:#0000ff;">vjoystick</span></a> project site or <a href="https://sourceforge.net/projects/vjoystick/files/latest/download"><span style=" text-decoration: underline; color:#0000ff;">download directly</span></a>.</p></body></html></source> +        <translation type="unfinished"></translation> +    </message> +</context> +<context> +    <name>vjoystick_metadata</name> +    <message> +        <source>Joystick emulation -- vjoystick</source>          <translation type="unfinished"></translation>      </message>  </context> | 
