diff options
author | Kai Krakow <kai@kaishome.de> | 2024-08-04 03:29:31 +0200 |
---|---|---|
committer | Kai Krakow <kai@kaishome.de> | 2024-08-04 03:29:31 +0200 |
commit | c6e56ce73bc4fd59b65d73a39f48368411beeb6e (patch) | |
tree | 312ef4053b83e16ecac706d3f23cce93b2b878c9 /proto-flightgear | |
parent | ab6a727394f7b9b356e77fc3711dd0b1ca2409fc (diff) |
i18n: add German translations
Diffstat (limited to 'proto-flightgear')
-rw-r--r-- | proto-flightgear/lang/de_DE.ts | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/proto-flightgear/lang/de_DE.ts b/proto-flightgear/lang/de_DE.ts new file mode 100644 index 00000000..436087bc --- /dev/null +++ b/proto-flightgear/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>UICFGControls</name> + <message> + <source>FlightGear protocol settings</source> + <translation>FlightGear-Protokolleinstellungen</translation> + </message> + <message> + <source>IP address</source> + <translation>IP-Adresse</translation> + </message> + <message> + <source>Port</source> + <translation>Port</translation> + </message> +</context> +<context> + <name>flightgear</name> + <message> + <source>Can't bind to [%1.%2.%3.%4]:%5</source> + <translation>Konnte nicht an [%1.%2.%3.%4]:%5 binden</translation> + </message> + <message> + <source>FlightGear</source> + <translation>FlightGear</translation> + </message> +</context> +<context> + <name>flightgearDll</name> + <message> + <source>FlightGear</source> + <translation>FlightGear</translation> + </message> +</context> +</TS> |