From b41fa9452b62bb1d83819910272524fd09c36e3c Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 21 Feb 2017 21:12:53 +0100 Subject: modules: add .ts files --- proto-fg/lang/nl_NL.ts | 38 ++++++++++++++++++++++++++++++++++++++ proto-fg/lang/pl_PL.ts | 38 ++++++++++++++++++++++++++++++++++++++ proto-fg/lang/ru_RU.ts | 38 ++++++++++++++++++++++++++++++++++++++ proto-fg/lang/stub.ts | 38 ++++++++++++++++++++++++++++++++++++++ 4 files changed, 152 insertions(+) create mode 100644 proto-fg/lang/nl_NL.ts create mode 100644 proto-fg/lang/pl_PL.ts create mode 100644 proto-fg/lang/ru_RU.ts create mode 100644 proto-fg/lang/stub.ts (limited to 'proto-fg/lang') diff --git a/proto-fg/lang/nl_NL.ts b/proto-fg/lang/nl_NL.ts new file mode 100644 index 00000000..35ab5431 --- /dev/null +++ b/proto-fg/lang/nl_NL.ts @@ -0,0 +1,38 @@ + + + + + UICFGControls + + + FlightGear protocol settings + + + + + IP-address remote PC + + + + + Port-number + + + + + flightgear + + + FlightGear + + + + + flightgearDll + + + FlightGear + + + + diff --git a/proto-fg/lang/pl_PL.ts b/proto-fg/lang/pl_PL.ts new file mode 100644 index 00000000..a2d797f0 --- /dev/null +++ b/proto-fg/lang/pl_PL.ts @@ -0,0 +1,38 @@ + + + + + UICFGControls + + + FlightGear protocol settings + + + + + IP-address remote PC + + + + + Port-number + + + + + flightgear + + + FlightGear + + + + + flightgearDll + + + FlightGear + + + + diff --git a/proto-fg/lang/ru_RU.ts b/proto-fg/lang/ru_RU.ts new file mode 100644 index 00000000..916f5e2d --- /dev/null +++ b/proto-fg/lang/ru_RU.ts @@ -0,0 +1,38 @@ + + + + + UICFGControls + + + FlightGear protocol settings + + + + + IP-address remote PC + + + + + Port-number + + + + + flightgear + + + FlightGear + + + + + flightgearDll + + + FlightGear + + + + 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 @@ + + + + + UICFGControls + + + FlightGear protocol settings + + + + + IP-address remote PC + + + + + Port-number + + + + + flightgear + + + FlightGear + + + + + flightgearDll + + + FlightGear + + + + -- cgit v1.2.3