This repository was archived by the owner on Mar 4, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +58
-1
lines changed Expand file tree Collapse file tree 4 files changed +58
-1
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <!DOCTYPE TS >
3
+ <TS version =" 2.1" language =" de_DE" >
4
+ <context >
5
+ <name >ContentDevice</name >
6
+ <message >
7
+ <location filename =" contentdevice.cpp" line =" 73" />
8
+ <source >You can only open ContentDevice with QIODevice::ReadOnly OR QIODevice::WriteOnly. Other flags are not supported</source >
9
+ <translation >Ein ContentDevice can nur mit QIODevice::ReadOnly ODER QIODevice::WriteOnly geöffnet werden. Andere modi werden nicht unterstützt</translation >
10
+ </message >
11
+ </context >
12
+ <context >
13
+ <name >FileChooser</name >
14
+ <message >
15
+ <location filename =" filechooser.cpp" line =" 103" />
16
+ <location filename =" filechooser.cpp" line =" 113" />
17
+ <source >Open File</source >
18
+ <translation >Datei öffnen</translation >
19
+ </message >
20
+ <message >
21
+ <location filename =" filechooser.cpp" line =" 124" />
22
+ <source >Save File</source >
23
+ <translation >Datei speichern</translation >
24
+ </message >
25
+ </context >
26
+ </TS >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <!DOCTYPE TS >
3
+ <TS version =" 2.1" >
4
+ <context >
5
+ <name >ContentDevice</name >
6
+ <message >
7
+ <location filename =" contentdevice.cpp" line =" 73" />
8
+ <source >You can only open ContentDevice with QIODevice::ReadOnly OR QIODevice::WriteOnly. Other flags are not supported</source >
9
+ <translation type =" unfinished" ></translation >
10
+ </message >
11
+ </context >
12
+ <context >
13
+ <name >FileChooser</name >
14
+ <message >
15
+ <location filename =" filechooser.cpp" line =" 103" />
16
+ <location filename =" filechooser.cpp" line =" 113" />
17
+ <source >Open File</source >
18
+ <translation type =" unfinished" ></translation >
19
+ </message >
20
+ <message >
21
+ <location filename =" filechooser.cpp" line =" 124" />
22
+ <source >Save File</source >
23
+ <translation type =" unfinished" ></translation >
24
+ </message >
25
+ </context >
26
+ </TS >
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ SOURCES += \
9
9
$$PWD /androidutils.cpp \
10
10
$$PWD /filechooser.cpp \
11
11
$$PWD /sharedpreferences.cpp
12
+
12
13
RESOURCES += \
13
14
$$PWD /de_skycoder42_androidutils.qrc
14
15
@@ -21,6 +22,9 @@ DISTFILES += \
21
22
$$PWD /android/src/de/skycoder42/androidutils/FileChooser.java \
22
23
$$PWD /android/src/de/skycoder42/androidutils/PrefHelper.java
23
24
25
+ QPM_TRANSLATIONS += androidutils_de.ts \
26
+ androidutils_template.ts
27
+
24
28
android {
25
29
HEADERS += $$PWD /contentdevice.h
26
30
SOURCES += $$PWD /contentdevice.cpp
Original file line number Diff line number Diff line change 15
15
"fingerprint" : " "
16
16
},
17
17
"dependencies" : [
18
- " android.native.pri@0.0.5"
18
+ " android.native.pri@0.0.5" ,
19
+ " de.skycoder42.qpm-translate@1.0.0"
19
20
],
20
21
"license" : " BSD_3_CLAUSE" ,
21
22
"pri_filename" : " de_skycoder42_androidutils.pri" ,
You can’t perform that action at this time.
0 commit comments