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 /proto-fg/lang/stub.ts | |
parent | 4397e2ac9f17829db1fe33938f81077b2b332429 (diff) |
modules: add .ts files
Diffstat (limited to 'proto-fg/lang/stub.ts')
-rw-r--r-- | proto-fg/lang/stub.ts | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/proto-fg/lang/stub.ts b/proto-fg/lang/stub.ts new file mode 100644 index 00000000..e94d44f2 --- /dev/null +++ b/proto-fg/lang/stub.ts @@ -0,0 +1,38 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.1"> +<context> + <name>UICFGControls</name> + <message> + <location filename="../ftnoir_fgcontrols.ui" line="+17"/> + <source>FlightGear protocol settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+12"/> + <source>IP-address remote PC</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+71"/> + <source>Port-number</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>flightgear</name> + <message> + <location filename="../ftnoir_protocol_fg.h" line="+40"/> + <source>FlightGear</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>flightgearDll</name> + <message> + <location line="+27"/> + <source>FlightGear</source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> |