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-ftn/lang/nl_NL.ts | 58 +++++++++++++++++++++++++++++++++++++++++++++++++ proto-ftn/lang/pl_PL.ts | 58 +++++++++++++++++++++++++++++++++++++++++++++++++ proto-ftn/lang/ru_RU.ts | 58 +++++++++++++++++++++++++++++++++++++++++++++++++ proto-ftn/lang/stub.ts | 58 +++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 232 insertions(+) create mode 100644 proto-ftn/lang/nl_NL.ts create mode 100644 proto-ftn/lang/pl_PL.ts create mode 100644 proto-ftn/lang/ru_RU.ts create mode 100644 proto-ftn/lang/stub.ts (limited to 'proto-ftn') diff --git a/proto-ftn/lang/nl_NL.ts b/proto-ftn/lang/nl_NL.ts new file mode 100644 index 00000000..989194c5 --- /dev/null +++ b/proto-ftn/lang/nl_NL.ts @@ -0,0 +1,58 @@ + + + + + UICFTNControls + + + UDP protocol settings + + + + + IP-address remote PC + + + + + Port-number + + + + + Enter IP-address and port-number for the remote PC. + + + + + Remember: you may have to change firewall-settings too! + + + + + OK + + + + + Cancel + + + + + udp + + + UDP Tracker + + + + + udpDll + + + UDP receiver + + + + diff --git a/proto-ftn/lang/pl_PL.ts b/proto-ftn/lang/pl_PL.ts new file mode 100644 index 00000000..26ac4bdb --- /dev/null +++ b/proto-ftn/lang/pl_PL.ts @@ -0,0 +1,58 @@ + + + + + UICFTNControls + + + UDP protocol settings + + + + + IP-address remote PC + + + + + Port-number + + + + + Enter IP-address and port-number for the remote PC. + + + + + Remember: you may have to change firewall-settings too! + + + + + OK + + + + + Cancel + + + + + udp + + + UDP Tracker + + + + + udpDll + + + UDP receiver + + + + diff --git a/proto-ftn/lang/ru_RU.ts b/proto-ftn/lang/ru_RU.ts new file mode 100644 index 00000000..c489ebf5 --- /dev/null +++ b/proto-ftn/lang/ru_RU.ts @@ -0,0 +1,58 @@ + + + + + UICFTNControls + + + UDP protocol settings + + + + + IP-address remote PC + + + + + Port-number + + + + + Enter IP-address and port-number for the remote PC. + + + + + Remember: you may have to change firewall-settings too! + + + + + OK + + + + + Cancel + + + + + udp + + + UDP Tracker + + + + + udpDll + + + UDP receiver + + + + diff --git a/proto-ftn/lang/stub.ts b/proto-ftn/lang/stub.ts new file mode 100644 index 00000000..9ef5380e --- /dev/null +++ b/proto-ftn/lang/stub.ts @@ -0,0 +1,58 @@ + + + + + UICFTNControls + + + UDP protocol settings + + + + + IP-address remote PC + + + + + Port-number + + + + + Enter IP-address and port-number for the remote PC. + + + + + Remember: you may have to change firewall-settings too! + + + + + OK + + + + + Cancel + + + + + udp + + + UDP Tracker + + + + + udpDll + + + UDP receiver + + + + -- cgit v1.2.3