Pull from transifex
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<resources>
|
||||
<!--GENERAL: Please put all strings inside quotes as described in example 1 on
|
||||
http://developer.android.com/guide/topics/resources/string-resource.html (scroll down to "Escaping apostrophes and quotes").-->
|
||||
<!--title-->
|
||||
<string name="title_decrypt">解密</string>
|
||||
<string name="title_authentication">密码短语</string>
|
||||
@@ -35,10 +37,6 @@
|
||||
<string name="label_no_passphrase">没有密语</string>
|
||||
<string name="label_passphrase">密语</string>
|
||||
<string name="label_algorithm">算法</string>
|
||||
<string name="label_delete_after_decryption">解密后删除</string>
|
||||
<string name="label_encryption_algorithm">加密算法</string>
|
||||
<string name="label_hash_algorithm">哈希算法</string>
|
||||
<string name="label_passphrase_cache_ttl">密语缓存</string>
|
||||
<string name="label_comment">注解</string>
|
||||
<string name="label_email">电子邮件</string>
|
||||
<string name="label_fingerprint">指纹</string>
|
||||
@@ -106,9 +104,9 @@
|
||||
<string name="key_size_4096">4096</string>
|
||||
<!--elliptic curve names-->
|
||||
<!--not in for now, see SaveKeyringParcel
|
||||
<string name="key_curve_bp_p256">Brainpool P-256</string>
|
||||
<string name="key_curve_bp_p384">Brainpool P-384</string>
|
||||
<string name="key_curve_bp_p512">Brainpool P-512</string>-->
|
||||
<string name="key_curve_bp_p256">"Brainpool P-256"</string>
|
||||
<string name="key_curve_bp_p384">"Brainpool P-384"</string>
|
||||
<string name="key_curve_bp_p512">"Brainpool P-512"</string>-->
|
||||
<!--compression-->
|
||||
<string name="compression_fast">快</string>
|
||||
<string name="compression_very_slow">非常慢</string>
|
||||
|
||||
Reference in New Issue
Block a user