diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-02-21 21:12:53 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-02-21 21:12:53 +0100 |
commit | b41fa9452b62bb1d83819910272524fd09c36e3c (patch) | |
tree | bc8868b085f0b5dc74d277fba68f0be9e5e9f15c /tracker-steamvr | |
parent | 4397e2ac9f17829db1fe33938f81077b2b332429 (diff) |
modules: add .ts files
Diffstat (limited to 'tracker-steamvr')
-rw-r--r-- | tracker-steamvr/lang/nl_NL.ts | 38 | ||||
-rw-r--r-- | tracker-steamvr/lang/pl_PL.ts | 25 | ||||
-rw-r--r-- | tracker-steamvr/lang/ru_RU.ts | 38 | ||||
-rw-r--r-- | tracker-steamvr/lang/stub.ts | 38 |
4 files changed, 139 insertions, 0 deletions
diff --git a/tracker-steamvr/lang/nl_NL.ts b/tracker-steamvr/lang/nl_NL.ts new file mode 100644 index 00000000..f57bcc35 --- /dev/null +++ b/tracker-steamvr/lang/nl_NL.ts @@ -0,0 +1,38 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.1" language="nl_NL"> +<context> + <name>dialog</name> + <message> + <location filename="../dialog.ui" line="+23"/> + <source>Valve SteamVR</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>steamvr</name> + <message> + <location filename="../steamvr.cpp" line="+57"/> + <source>Valve SteamVR init error</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+17"/> + <source>Valve SteamVR init warning</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+1"/> + <source>No HMD connected</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>steamvr_metadata</name> + <message> + <location filename="../steamvr.hpp" line="+74"/> + <source>Valve SteamVR</source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> diff --git a/tracker-steamvr/lang/pl_PL.ts b/tracker-steamvr/lang/pl_PL.ts new file mode 100644 index 00000000..d8a477aa --- /dev/null +++ b/tracker-steamvr/lang/pl_PL.ts @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.1" language="pl_PL"> +<context> + <name>dialog</name> + <message> + <location filename="../dialog.ui" line="+23"/> + <source>Valve SteamVR</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+29"/> + <source>No options so far</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>metadata</name> + <message> + <location filename="../steamvr.hpp" line="+63"/> + <source>Valve SteamVR</source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> diff --git a/tracker-steamvr/lang/ru_RU.ts b/tracker-steamvr/lang/ru_RU.ts new file mode 100644 index 00000000..85eb4faf --- /dev/null +++ b/tracker-steamvr/lang/ru_RU.ts @@ -0,0 +1,38 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.1" language="ru_RU"> +<context> + <name>dialog</name> + <message> + <location filename="../dialog.ui" line="+23"/> + <source>Valve SteamVR</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>steamvr</name> + <message> + <location filename="../steamvr.cpp" line="+57"/> + <source>Valve SteamVR init error</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+17"/> + <source>Valve SteamVR init warning</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+1"/> + <source>No HMD connected</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>steamvr_metadata</name> + <message> + <location filename="../steamvr.hpp" line="+74"/> + <source>Valve SteamVR</source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> diff --git a/tracker-steamvr/lang/stub.ts b/tracker-steamvr/lang/stub.ts new file mode 100644 index 00000000..757a56c1 --- /dev/null +++ b/tracker-steamvr/lang/stub.ts @@ -0,0 +1,38 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.1"> +<context> + <name>dialog</name> + <message> + <location filename="../dialog.ui" line="+23"/> + <source>Valve SteamVR</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>steamvr</name> + <message> + <location filename="../steamvr.cpp" line="+57"/> + <source>Valve SteamVR init error</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+17"/> + <source>Valve SteamVR init warning</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+1"/> + <source>No HMD connected</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>steamvr_metadata</name> + <message> + <location filename="../steamvr.hpp" line="+74"/> + <source>Valve SteamVR</source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> |