diff options
Diffstat (limited to 'tracker-udp/lang')
-rw-r--r-- | tracker-udp/lang/de_DE.ts | 65 | ||||
-rw-r--r-- | tracker-udp/lang/nl_NL.ts | 7 | ||||
-rw-r--r-- | tracker-udp/lang/ru_RU.ts | 7 | ||||
-rw-r--r-- | tracker-udp/lang/stub.ts | 7 | ||||
-rw-r--r-- | tracker-udp/lang/zh_CN.ts | 9 |
5 files changed, 94 insertions, 1 deletions
diff --git a/tracker-udp/lang/de_DE.ts b/tracker-udp/lang/de_DE.ts new file mode 100644 index 00000000..a609cd25 --- /dev/null +++ b/tracker-udp/lang/de_DE.ts @@ -0,0 +1,65 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.1" language="de_DE"> +<context> + <name>UICFTNClientControls</name> + <message> + <source>UDP tracker settings</source> + <translation>UDP-Tracker-Einstellungen</translation> + </message> + <message> + <source>Port</source> + <translation>Port</translation> + </message> + <message> + <source>Add to axis</source> + <translation>Zur Achse hinzufügen</translation> + </message> + <message> + <source>yaw</source> + <translation>Gieren</translation> + </message> + <message> + <source>0</source> + <translation>0</translation> + </message> + <message> + <source>+90</source> + <translation>+90</translation> + </message> + <message> + <source>-90</source> + <translation>-90</translation> + </message> + <message> + <source>+180</source> + <translation>+180</translation> + </message> + <message> + <source>-180</source> + <translation>-180</translation> + </message> + <message> + <source>pitch</source> + <translation>Nicken</translation> + </message> + <message> + <source>roll</source> + <translation>Rollen</translation> + </message> +</context> +<context> + <name>udp</name> + <message> + <source>Can't bind socket -- %1</source> + <translation>Kann nicht an Socket binden -- %1</translation> + </message> +</context> +<context> + <name>udp_receiver_dll</name> + <message> + <source>UDP over network</source> + <translation>UDP über Netzwerk</translation> + </message> +</context> +</TS> diff --git a/tracker-udp/lang/nl_NL.ts b/tracker-udp/lang/nl_NL.ts index a7e31195..c15e8f93 100644 --- a/tracker-udp/lang/nl_NL.ts +++ b/tracker-udp/lang/nl_NL.ts @@ -55,4 +55,11 @@ <translation type="unfinished"></translation> </message> </context> +<context> + <name>udp_receiver_dll</name> + <message> + <source>UDP over network</source> + <translation type="unfinished"></translation> + </message> +</context> </TS> diff --git a/tracker-udp/lang/ru_RU.ts b/tracker-udp/lang/ru_RU.ts index 5e763652..1b401dc4 100644 --- a/tracker-udp/lang/ru_RU.ts +++ b/tracker-udp/lang/ru_RU.ts @@ -55,4 +55,11 @@ <translation type="unfinished"></translation> </message> </context> +<context> + <name>udp_receiver_dll</name> + <message> + <source>UDP over network</source> + <translation type="unfinished"></translation> + </message> +</context> </TS> diff --git a/tracker-udp/lang/stub.ts b/tracker-udp/lang/stub.ts index 6b8cddea..0ebbf95f 100644 --- a/tracker-udp/lang/stub.ts +++ b/tracker-udp/lang/stub.ts @@ -55,4 +55,11 @@ <translation type="unfinished"></translation> </message> </context> +<context> + <name>udp_receiver_dll</name> + <message> + <source>UDP over network</source> + <translation type="unfinished"></translation> + </message> +</context> </TS> diff --git a/tracker-udp/lang/zh_CN.ts b/tracker-udp/lang/zh_CN.ts index 6b8cddea..6730c9b8 100644 --- a/tracker-udp/lang/zh_CN.ts +++ b/tracker-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>UICFTNClientControls</name> <message> @@ -55,4 +55,11 @@ <translation type="unfinished"></translation> </message> </context> +<context> + <name>udp_receiver_dll</name> + <message> + <source>UDP over network</source> + <translation type="unfinished"></translation> + </message> +</context> </TS> |