diff options
author | z31s1g <z31s1g@googlemail.com> | 2016-03-31 21:28:33 +0200 |
---|---|---|
committer | z31s1g <z31s1g@googlemail.com> | 2016-03-31 21:28:33 +0200 |
commit | ca859576b3bbb0bc8b1d232106f11c3c55080fa7 (patch) | |
tree | fccc390becc0fb8bdd6b9ca33a2fcd2ee2282489 /gui/theme/common | |
parent | TWRP Install Reboot Option (diff) | |
download | android_bootable_recovery-ca859576b3bbb0bc8b1d232106f11c3c55080fa7.tar android_bootable_recovery-ca859576b3bbb0bc8b1d232106f11c3c55080fa7.tar.gz android_bootable_recovery-ca859576b3bbb0bc8b1d232106f11c3c55080fa7.tar.bz2 android_bootable_recovery-ca859576b3bbb0bc8b1d232106f11c3c55080fa7.tar.lz android_bootable_recovery-ca859576b3bbb0bc8b1d232106f11c3c55080fa7.tar.xz android_bootable_recovery-ca859576b3bbb0bc8b1d232106f11c3c55080fa7.tar.zst android_bootable_recovery-ca859576b3bbb0bc8b1d232106f11c3c55080fa7.zip |
Diffstat (limited to 'gui/theme/common')
-rw-r--r-- | gui/theme/common/languages/de.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/theme/common/languages/de.xml b/gui/theme/common/languages/de.xml index 6649d92c3..d0946f57b 100644 --- a/gui/theme/common/languages/de.xml +++ b/gui/theme/common/languages/de.xml @@ -82,6 +82,7 @@ <string name="file">Datei:</string> <string name="zip_sig_chk">ZIP-Signaturprüfung</string> <string name="inject_twrp_chk">TWRP nach der Installation injizieren</string> + <string name="install_reboot_chk">Automatischer Neustart nach Installation</string> <string name="options_hdr">Einstellungen</string> <string name="confirm_flash_hdr">Flashvorgang bestätigen</string> <string name="zip_queue">Warteschlange:</string> @@ -665,6 +666,7 @@ <string name="cancel_sideload">ADB Sideload wird abgebrochen...</string> <string name="change_fs_err">Fehler beim Ändern des Dateisystems.</string> <string name="theme_ver_err">Theme-Version inkompatibel zu TWRP-Version. Standard-Theme wird verwendet.</string> + <string name="install_reboot">Neustart in 5 Sekunden</string> <string name="up_a_level">(Übergeordneter Ordner)</string> </resources> </language>
\ No newline at end of file |