-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from mueller-ma/master
added german translation
- Loading branch information
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
|
||
<string name="app_name">Apk Extraktor</string> | ||
<string name="hello_world">Hello world!</string> | ||
<string name="dlg_loading_title">Lade</string> | ||
<string name="dlg_loading_body">Lade Liste mit installierten Apps...</string> | ||
<string name="msg_search">Suche</string> | ||
<string name="msg_search_help">Suche per App- oder Paketname</string> | ||
<string name="toast_extracted">APK Datei wurde nach %s gespeichert</string> | ||
<string name="toast_failed">Extraktion fehlgeschlagen. Siehe ADB Log für weitere Details.</string> | ||
<string name="alert_root_title">Als root versucht?</string> | ||
<string name="alert_root_body">Es sieht aus als könne diese App nicht auf normalem Weg extrahiert werden. Dies ist normal für bezahlte Apps: Android versucht das Kopieren zu verhindern. Auf gerooteten Geräten können diese Apps dennoch extrahiert werden. Ist dein Gerät gerootet kann apkExtractor versuchen diese Apps als root zu extrahieren.</string> | ||
<string name="alert_root_yes">Versuche es als root</string> | ||
<string name="alert_root_no">Nicht jetzt</string> | ||
|
||
</resources> |