diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2018-04-05 03:16:52 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-04-05 03:26:11 +0200 |
commit | 56b3ad65c3842aee1e2ae2b257abe7ed8d09c7c1 (patch) | |
tree | d13b1fd47f0225250fa55a26eda65e093a8abae2 /proto-simconnect | |
parent | e8a40e46dc3310c68ca1f29613218b8c744c8d5f (diff) |
i18n: update strings
Diffstat (limited to 'proto-simconnect')
-rw-r--r-- | proto-simconnect/lang/nl_NL.ts | 15 | ||||
-rw-r--r-- | proto-simconnect/lang/ru_RU.ts | 15 | ||||
-rw-r--r-- | proto-simconnect/lang/stub.ts | 15 | ||||
-rw-r--r-- | proto-simconnect/lang/zh_CN.ts | 15 |
4 files changed, 60 insertions, 0 deletions
diff --git a/proto-simconnect/lang/nl_NL.ts b/proto-simconnect/lang/nl_NL.ts index 9c0b83db..56e2b22c 100644 --- a/proto-simconnect/lang/nl_NL.ts +++ b/proto-simconnect/lang/nl_NL.ts @@ -46,5 +46,20 @@ <source>dll load failed -- %1</source> <translation type="unfinished"></translation> </message> + <message> + <source>can't load SDK -- check selected simconnect version</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>FS2004/FSX</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>simconnectDll</name> + <message> + <source>Microsoft FSX SimConnect</source> + <translation type="unfinished"></translation> + </message> </context> </TS> diff --git a/proto-simconnect/lang/ru_RU.ts b/proto-simconnect/lang/ru_RU.ts index d4bd343b..f5bc8428 100644 --- a/proto-simconnect/lang/ru_RU.ts +++ b/proto-simconnect/lang/ru_RU.ts @@ -46,5 +46,20 @@ <source>dll load failed -- %1</source> <translation type="unfinished"></translation> </message> + <message> + <source>can't load SDK -- check selected simconnect version</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>FS2004/FSX</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>simconnectDll</name> + <message> + <source>Microsoft FSX SimConnect</source> + <translation type="unfinished"></translation> + </message> </context> </TS> diff --git a/proto-simconnect/lang/stub.ts b/proto-simconnect/lang/stub.ts index 73608a68..5dd8d4d6 100644 --- a/proto-simconnect/lang/stub.ts +++ b/proto-simconnect/lang/stub.ts @@ -46,5 +46,20 @@ <source>dll load failed -- %1</source> <translation type="unfinished"></translation> </message> + <message> + <source>can't load SDK -- check selected simconnect version</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>FS2004/FSX</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>simconnectDll</name> + <message> + <source>Microsoft FSX SimConnect</source> + <translation type="unfinished"></translation> + </message> </context> </TS> diff --git a/proto-simconnect/lang/zh_CN.ts b/proto-simconnect/lang/zh_CN.ts index 73608a68..5dd8d4d6 100644 --- a/proto-simconnect/lang/zh_CN.ts +++ b/proto-simconnect/lang/zh_CN.ts @@ -46,5 +46,20 @@ <source>dll load failed -- %1</source> <translation type="unfinished"></translation> </message> + <message> + <source>can't load SDK -- check selected simconnect version</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>FS2004/FSX</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>simconnectDll</name> + <message> + <source>Microsoft FSX SimConnect</source> + <translation type="unfinished"></translation> + </message> </context> </TS> |