forked from Skycoder42/AndroidContentDevice
-
Notifications
You must be signed in to change notification settings - Fork 0
/
contentdevice_de.ts
27 lines (27 loc) · 1.13 KB
/
contentdevice_de.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.1" language="de_DE">
<context>
<name>ContentDevice</name>
<message>
<location filename="contentdevice.cpp" line="+58"/>
<source>URL is not valid</source>
<translation>URL ist ungültig</translation>
</message>
<message>
<location line="+8"/>
<source>Unable to get content resolver from context</source>
<translation>Content-Resolver konnte nicht vom Context geladen werden</translation>
</message>
<message>
<location line="+17"/>
<source>You can only open ContentDevice with QIODevice::ReadOnly OR QIODevice::WriteOnly. Other flags are not supported</source>
<translation>Ein ContentDevice kann nur als QIODevice::ReadOnly ODER QIODevice::WriteOnly geöffnet werden. Andere Flaggen werden nicht unterstützt</translation>
</message>
<message>
<location line="+7"/>
<source>Unable to get content stream from content resolver</source>
<translation>Content-Stream konnte nicht vom Content-Resolver geladen werden</translation>
</message>
</context>
</TS>