diff options
author | Chris <xchrisx@uber.space> | 2019-08-13 21:20:10 +0000 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2019-08-15 03:30:57 +0200 |
commit | 06c2b4c5ab931f82270ebfa7dcd5e5e2390a3664 (patch) | |
tree | fbb37765a2243f402dbf6a84662746fa683636f8 /examples | |
parent | 9f0732697fb93e17f66ca680347367d2db4c7d00 (diff) | |
download | tqt3-06c2b4c5ab931f82270ebfa7dcd5e5e2390a3664.tar.gz tqt3-06c2b4c5ab931f82270ebfa7dcd5e5e2390a3664.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/
(cherry picked from commit bfa13fc45a6d27f3940962e891e9156ca5c5afc8)
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> |