summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris <xchrisx@uber.space>2019-08-13 21:20:10 +0000
committerTDE Weblate <weblate@mirror.git.trinitydesktop.org>2019-08-14 18:06:18 +0000
commitbfa13fc45a6d27f3940962e891e9156ca5c5afc8 (patch)
treed6ec67e41bc18d00b77e91826d02c979f0038699
parent01fc4c105078b926a18f78d740b1a5ebac5a4728 (diff)
downloadtqt3-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/
-rw-r--r--examples/i18n/mywidget_de.ts8
1 files changed, 5 insertions, 3 deletions
diff --git a/examples/i18n/mywidget_de.ts b/examples/i18n/mywidget_de.ts
index 6533b989..1d636ff5 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>