diff options
Diffstat (limited to 'proto-udp/lang')
-rw-r--r-- | proto-udp/lang/de_DE.ts | 37 | ||||
-rw-r--r-- | proto-udp/lang/nl_NL.ts | 11 | ||||
-rw-r--r-- | proto-udp/lang/ru_RU.ts | 11 | ||||
-rw-r--r-- | proto-udp/lang/stub.ts | 11 | ||||
-rw-r--r-- | proto-udp/lang/zh_CN.ts | 13 |
5 files changed, 82 insertions, 1 deletions
diff --git a/proto-udp/lang/de_DE.ts b/proto-udp/lang/de_DE.ts new file mode 100644 index 00000000..442d8683 --- /dev/null +++ b/proto-udp/lang/de_DE.ts @@ -0,0 +1,37 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.1" language="de_DE"> +<context> + <name>UICFTNControls</name> + <message> + <source>UDP protocol settings</source> + <translation>UDP-Protokolleinstellungen</translation> + </message> + <message> + <source>Remote IP address</source> + <translation>Entfernte IP-Adresse</translation> + </message> + <message> + <source>Port</source> + <translation>Port</translation> + </message> +</context> +<context> + <name>udp</name> + <message> + <source>Can't bind socket: %1</source> + <translation>Kann nicht an Socket binden: %1</translation> + </message> + <message> + <source>UDP over network</source> + <translation>UDP über Netzwerk</translation> + </message> +</context> +<context> + <name>udp_sender_dll</name> + <message> + <source>UDP over network</source> + <translation>UDP über Netzwerk</translation> + </message> +</context> +</TS> diff --git a/proto-udp/lang/nl_NL.ts b/proto-udp/lang/nl_NL.ts index 069a0a74..d955c98f 100644 --- a/proto-udp/lang/nl_NL.ts +++ b/proto-udp/lang/nl_NL.ts @@ -22,5 +22,16 @@ <source>Can't bind socket: %1</source> <translation type="unfinished"></translation> </message> + <message> + <source>UDP over network</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>udp_sender_dll</name> + <message> + <source>UDP over network</source> + <translation type="unfinished"></translation> + </message> </context> </TS> diff --git a/proto-udp/lang/ru_RU.ts b/proto-udp/lang/ru_RU.ts index 486d5707..b1ea5201 100644 --- a/proto-udp/lang/ru_RU.ts +++ b/proto-udp/lang/ru_RU.ts @@ -22,5 +22,16 @@ <source>Can't bind socket: %1</source> <translation type="unfinished"></translation> </message> + <message> + <source>UDP over network</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>udp_sender_dll</name> + <message> + <source>UDP over network</source> + <translation type="unfinished"></translation> + </message> </context> </TS> diff --git a/proto-udp/lang/stub.ts b/proto-udp/lang/stub.ts index d415ef0e..ca1bc409 100644 --- a/proto-udp/lang/stub.ts +++ b/proto-udp/lang/stub.ts @@ -22,5 +22,16 @@ <source>Can't bind socket: %1</source> <translation type="unfinished"></translation> </message> + <message> + <source>UDP over network</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>udp_sender_dll</name> + <message> + <source>UDP over network</source> + <translation type="unfinished"></translation> + </message> </context> </TS> diff --git a/proto-udp/lang/zh_CN.ts b/proto-udp/lang/zh_CN.ts index d415ef0e..b2a750b8 100644 --- a/proto-udp/lang/zh_CN.ts +++ b/proto-udp/lang/zh_CN.ts @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE TS> -<TS version="2.1"> +<TS version="2.1" language="zh_CN"> <context> <name>UICFTNControls</name> <message> @@ -22,5 +22,16 @@ <source>Can't bind socket: %1</source> <translation type="unfinished"></translation> </message> + <message> + <source>UDP over network</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>udp_sender_dll</name> + <message> + <source>UDP over network</source> + <translation type="unfinished"></translation> + </message> </context> </TS> |