summaryrefslogtreecommitdiffstats
path: root/gui/theme/common/languages/de.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Adding Edl button in reboot menumauronofrio2019-03-201-0/+1
| | | | | | | | | | | Edl mode is available only on qualcomm devices and it used to fully restore the bricked devices. I made the button available only if TW_HAS_EDL_MODE := true like the download button. I set the edl button to the right of the download button, so devices can support edl button and download button. I also added the translation for all languages. Change-Id: I69d1058b8c050b722395c7b3da6dce1ccfbe7a91
* Remove SuperSUEthan Yonker2018-07-201-8/+1
| | | | Change-Id: I2ca7580bbde5a8903b9ba5c1513ddba887e8d49e
* Typo / Uppercase-Lowercase in German translation compared to all other translationsPierre Roth2017-12-211-1/+1
| | | | Change-Id: Ib8c67017dbf3a217332109b954d6123cb1a94f84
* Merge "Fix typos / inconsistencies in German language" into android-7.1big biff2017-08-151-4/+4
|\
| * Fix typos / inconsistencies in German languagePierre Roth2017-06-071-4/+4
| | | | | | | | Change-Id: Id3b4cca16ec18f63fb71f7e0ae09d2cc2d8516f8
* | twrpDigest refactorbigbiff bigbiff2017-06-171-19/+19
|/ | | | | | | | | | | | | | | | | | | This patch is to refactor twrpDigest using polymorphism and inheritance to use the same call patterns for creating and reading a digest. Now a library. Use SHA2 from libcrypto. SHA2 is default if device has libcrypto. Change string MD5 everywhere to use digest or Digest instead. Updated string tags to digest. Translation will be required. Switch out digest code into a driver class from partitionmanager. SHA2 is better for digest creation due to decreased collision space compared to MD5 and SHA1. See https://en.wikipedia.org/wiki/SHA-2 Change-Id: I74b5546789990b12aa4ce2e389d25f80a3fe213f
* DE language updatez31s1g2017-02-121-10/+32
| | | | Change-Id: I20b8e99bf011e8f3894f20fef1a5d46cca4cd3b6
* MD5 verification sanityJames Christopher Adduono2016-11-301-0/+1
| | | | | | | | | | | | | We can use switches and enums to make things more understandable and work with results in a more sensible manner. PS2: Move file MD5 verification and error handling into a separate function to reduce code. PS3: Default to false in Check_Restore_File_MD5 function Change-Id: Id3ee0bb444cf13be67bb5dec2c43f7c26a86b954 (cherry picked from commit 5c3950716e5c7c6279efd5f3f338d6d22e5215e2)
* language: add 2 new strings to DEz31s1g2016-03-311-0/+2
| | | | Change-Id: Ic9d51ddb7a8e47c62399d2e3101e788994276104
* languages: fix and improve german translationAndreas Blaesius2016-03-311-2/+2
| | | | Change-Id: I7c5a0fbb1853836cfb5a7d1dfbbeb5f5613572b7
* Unix file endings and remove execute permissionMatt Mower2016-02-291-669/+669
| | | | Change-Id: Iceaae3f7f20c3c6f23da807786b4cf4739c887c9
* gui: add german translationz31s1g2016-02-051-0/+670
also correct typo in all language files also remove dummy language files for ES and FI german translation was done on omni crowdin by multiple translators: https://crowdin.com/project/OmniROM/de# result was updated in line with latest changes (as of 02032016) to en.xml Change-Id: Iddd8dbee7e050833a4dc61174288514d408267f7 Signed-off-by: z31s1g <z31s1g@googlemail.com>