aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/raw-zh
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2015-03-04 18:34:42 +0100
committerDominik Schürmann <dominik@dominikschuermann.de>2015-03-04 18:34:42 +0100
commit17a627919c967fa0a46a913c5229e3ff56ffb5b5 (patch)
treebbaf1c63ea54cc0a5677d76cfca58da42eab328d /OpenKeychain/src/main/res/raw-zh
parentfcc819d437960c380c3f852bd508a391bbda9c9c (diff)
downloadopen-keychain-17a627919c967fa0a46a913c5229e3ff56ffb5b5.tar.gz
open-keychain-17a627919c967fa0a46a913c5229e3ff56ffb5b5.tar.bz2
open-keychain-17a627919c967fa0a46a913c5229e3ff56ffb5b5.zip
Simplified language: Confirm keys
Diffstat (limited to 'OpenKeychain/src/main/res/raw-zh')
-rw-r--r--OpenKeychain/src/main/res/raw-zh/help_nfc_beam.html12
-rw-r--r--OpenKeychain/src/main/res/raw-zh/help_wot.html17
2 files changed, 0 insertions, 29 deletions
diff --git a/OpenKeychain/src/main/res/raw-zh/help_nfc_beam.html b/OpenKeychain/src/main/res/raw-zh/help_nfc_beam.html
deleted file mode 100644
index 3f08fa6a2..000000000
--- a/OpenKeychain/src/main/res/raw-zh/help_nfc_beam.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<html>
-<head></head>
-<body>
-<h2>使用NFC功能接收和分享密钥</h2>
-<ol>
-<li>选择并打开你想要分享的密钥。</li>
-<li>将两部手机背面接触,之后会感受到震动。</li>
-<li>震动后会发现界面变成卡片状,并有Star Trek 般的特效。</li>
-<li>轻触卡片,内容即可显示。</li>
-</ol>
-</body>
-</html>
diff --git a/OpenKeychain/src/main/res/raw-zh/help_wot.html b/OpenKeychain/src/main/res/raw-zh/help_wot.html
deleted file mode 100644
index 2a551f79c..000000000
--- a/OpenKeychain/src/main/res/raw-zh/help_wot.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<html>
-<head></head>
-<body>
-<h2>Web of Trust</h2>
-<p>The Web of Trust describes the part of OpenPGP which deals with creation and bookkeeping of certifications. It provides mechanisms to help the user keep track of who a public key belongs to, and share this information with others; To ensure the privacy of encrypted communication, it is essential to know that the public key you encrypt to belongs to the person you think it does.</p>
-
-<h2>Support in OpenKeychain</h2>
-<p>There is only basic support for Web of Trust in OpenKeychain. This is a heavy work in progress and subject to changes in upcoming releases.</p>
-
-<h2>Trust Model</h2>
-<p>Trust evaluation is based on the simple assumption that all keys which have secret keys available are trusted. Public keys which contain at least one user id certified by a trusted key will be marked with a green dot in the key listings. It is not (yet) possible to specify trust levels for certificates of other known public keys.</p>
-
-<h2>Certifying keys</h2>
-<p>Support for key certification is available, and user ids can be certified individually. It is not yet possible to specify the level of trust or create local and other special types of certificates.</p>
-
-</body>
-</html>