summaryrefslogtreecommitdiffstats
path: root/gui/theme/extra-languages/languages/zh_TW.xml (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-07-20Remove SuperSUEthan Yonker1-8/+1
Change-Id: I2ca7580bbde5a8903b9ba5c1513ddba887e8d49e
2017-08-18Remove duplicate entries & Improve Chinese translationandroid-7.1kaneawk1-3/+5
Change-Id: I3ed9b5731d63f69748fbbf99c626669db39a1eb4
2017-06-17twrpDigest refactorbigbiff bigbiff1-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
2017-02-28languages: update chinese translationkaneawk1-0/+2
Change-Id: I48ac4bfe55cfd4ee7805b86f5af31e915dfaaaa7
2016-12-28Adjust & Improve Chinese translations for zh_CN/TW againkaneawk1-258/+280
Change-Id: I08690d5a6f4551cb8c8a0d063a09230fd4773487
2016-11-30MD5 verification sanityJames Christopher Adduono1-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)
2016-02-05gui: add german translationz31s1g1-1/+1
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-01-29add Simplified and Tranditional Chinese languageXuefer1-0/+670
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>