diff options
author | Chris <[email protected]> | 2019-08-13 21:20:10 +0000 |
---|---|---|
committer | TDE Weblate <[email protected]> | 2019-08-14 18:06:18 +0000 |
commit | bfa13fc45a6d27f3940962e891e9156ca5c5afc8 (patch) | |
tree | d6ec67e41bc18d00b77e91826d02c979f0038699 /examples | |
parent | 01fc4c105078b926a18f78d740b1a5ebac5a4728 (diff) | |
download | tqt3-bfa13fc45a6d27f3940962e891e9156ca5c5afc8.tar.gz tqt3-bfa13fc45a6d27f3940962e891e9156ca5c5afc8.zip |
Translated using Weblate (German)
Currently translated at 13.3% (2 of 15 strings)
Translation: dependencies/tqt3 - examples-i18n
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3-examples-i18n/de/
Diffstat (limited to 'examples')
-rw-r--r-- | examples/i18n/mywidget_de.ts | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/examples/i18n/mywidget_de.ts b/examples/i18n/mywidget_de.ts index 6533b9892..1d636ff5b 100644 --- a/examples/i18n/mywidget_de.ts +++ b/examples/i18n/mywidget_de.ts @@ -1,4 +1,6 @@ -<!DOCTYPE TS><TS> +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS language="de"> <context encoding="UTF-8"> <name>MyWidget</name> <message encoding="UTF-8"> @@ -65,11 +67,11 @@ <name>QVDialog</name> <message> <source>OK</source> - <translation type="unfinished"></translation> + <translation>OK</translation> </message> <message> <source>Cancel</source> - <translation type="unfinished"></translation> + <translation>Abbrechen</translation> </message> </context> </TS> |