summaryrefslogtreecommitdiffstats
path: root/gui/theme/extra-languages (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-06-17twrpDigest refactorbigbiff bigbiff3-57/+57
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
2017-02-28languages: update chinese translationkaneawk2-0/+4
Change-Id: I48ac4bfe55cfd4ee7805b86f5af31e915dfaaaa7
2016-12-28Adjust & Improve Chinese translations for zh_CN/TW againkaneawk2-641/+685
Change-Id: I08690d5a6f4551cb8c8a0d063a09230fd4773487
2016-11-30MD5 verification sanityJames Christopher Adduono3-0/+3
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)
2016-04-28Languages: Add font for JapaneseAndroPlus2-0/+93
Japanese font is NotoSans which is licensed under SIL OFL. Change-Id: I6f50edbca72c7e58ce0e96aee98a0303bd1a4254
2016-04-28Languages: Update Japanese translationAndroPlus1-27/+71
Change-Id: I4ec685a9d70173c1e008beb61cdead6af5c2aae0
2016-02-05twrp: translations: formatting and fix Turkish language fileAndreas Blaesius1-611/+611
Change-Id: I3159a2a0c37589f9472aba83b699840356da33a7
2016-02-05More languages, some partial, from Omni crowdinEthan Yonker1-0/+622
Change-Id: I05d0e8516686ba2610ea4b437c83323e84eb4595
2016-02-05gui: add german translationz31s1g2-2/+2
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>
2016-02-03Language: Update & Fix zh_TW.xmlEve Kane1-66/+66
Fix incorrect translation Again. Sync en.xml changes. Change-Id: Icc9020095f7b795758457ba5a661c22a8ef13267
2016-02-03update Chinese Simplified languageXuefer1-272/+272
1. ws fix 2. typos 3. use double-width Chinse punct Change-Id: I561295c2e5562c59ce005459d1f178241130c6cd
2016-02-03Update some string names in Chinese (Simplified)Ethan Yonker1-19/+19
sync with en.xml and update translations accordingly Change-Id: Ic67b0496145c8a450c198520d7bb667dfe31f16d Signed-off-by: Xuefer <xuefer@gmail.com>
2016-01-29add Simplified and Tranditional Chinese languageXuefer3-0/+1340
Change-Id: I417779259b08834d0bd9ec12ce31dda8c62d669b Signed-off-by: cofface <cofface@163.com> Signed-off-by: 996314227@qq.com Signed-off-by: kaneawk <kaneawk@gmail.com> Signed-off-by: Xuefer <xuefer@gmail.com>