summaryrefslogtreecommitdiffstats
path: root/gui/theme/extra-languages/languages/zh_TW.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove SuperSUEthan Yonker2018-07-201-8/+1
| | | | Change-Id: I2ca7580bbde5a8903b9ba5c1513ddba887e8d49e
* Remove duplicate entries & Improve Chinese translationandroid-7.1kaneawk2017-08-181-3/+5
| | | | Change-Id: I3ed9b5731d63f69748fbbf99c626669db39a1eb4
* 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
* languages: update chinese translationkaneawk2017-02-281-0/+2
| | | | Change-Id: I48ac4bfe55cfd4ee7805b86f5af31e915dfaaaa7
* Adjust & Improve Chinese translations for zh_CN/TW againkaneawk2016-12-281-258/+280
| | | | Change-Id: I08690d5a6f4551cb8c8a0d063a09230fd4773487
* 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)
* gui: add german translationz31s1g2016-02-051-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>
* Language: Update & Fix zh_TW.xmlEve Kane2016-02-031-66/+66
| | | | | | Fix incorrect translation Again. Sync en.xml changes. Change-Id: Icc9020095f7b795758457ba5a661c22a8ef13267
* add Simplified and Tranditional Chinese languageXuefer2016-01-291-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>