mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-12-25 08:28:50 -05:00
Clarify language
This commit is contained in:
parent
b405c1d664
commit
0155335a59
@ -35,7 +35,7 @@
|
|||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginBottom="4dp"
|
android:layout_marginBottom="4dp"
|
||||||
android:layout_marginTop="14dp"
|
android:layout_marginTop="14dp"
|
||||||
android:text="KEY TO SIGN" />
|
android:text="@string/section_key_to_certify" />
|
||||||
|
|
||||||
<TableLayout
|
<TableLayout
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
<string name="title_set_passphrase">Set Passphrase</string>
|
<string name="title_set_passphrase">Set Passphrase</string>
|
||||||
<string name="title_share_with">Share with…</string>
|
<string name="title_share_with">Share with…</string>
|
||||||
<string name="title_share_fingerprint_with">Share fingerprint with…</string>
|
<string name="title_share_fingerprint_with">Share fingerprint with…</string>
|
||||||
<string name="title_share_key">Whole key</string>
|
<string name="title_share_key">Share key with…</string>
|
||||||
<string name="title_share_file">Share file with…</string>
|
<string name="title_share_file">Share file with…</string>
|
||||||
<string name="title_encrypt_to_file">Encrypt To File</string>
|
<string name="title_encrypt_to_file">Encrypt To File</string>
|
||||||
<string name="title_decrypt_to_file">Decrypt To File</string>
|
<string name="title_decrypt_to_file">Decrypt To File</string>
|
||||||
@ -38,13 +38,14 @@
|
|||||||
<string name="section_master_key">Master Key</string>
|
<string name="section_master_key">Master Key</string>
|
||||||
<string name="section_master_user_id">Primary Identity</string>
|
<string name="section_master_user_id">Primary Identity</string>
|
||||||
<string name="section_actions">Actions</string>
|
<string name="section_actions">Actions</string>
|
||||||
<string name="section_share_key">Share key</string>
|
<string name="section_share_key">Whole key</string>
|
||||||
<string name="section_certification_key">Your Key used for certification</string>
|
<string name="section_certification_key">Your Key used for certification</string>
|
||||||
<string name="section_upload_key">Upload Key</string>
|
<string name="section_upload_key">Upload Key</string>
|
||||||
<string name="section_key_server">Keyserver</string>
|
<string name="section_key_server">Keyserver</string>
|
||||||
<string name="section_encrypt_and_or_sign">Encrypt and/or Sign</string>
|
<string name="section_encrypt_and_or_sign">Encrypt and/or Sign</string>
|
||||||
<string name="section_decrypt_verify">Decrypt and Verify</string>
|
<string name="section_decrypt_verify">Decrypt and Verify</string>
|
||||||
<string name="section_fingerprint">Fingerprint</string>
|
<string name="section_fingerprint">Fingerprint</string>
|
||||||
|
<string name="section_key_to_certify">Key to be certified</string>
|
||||||
|
|
||||||
<!-- button -->
|
<!-- button -->
|
||||||
<string name="btn_certify">Certify</string>
|
<string name="btn_certify">Certify</string>
|
||||||
|
Loading…
Reference in New Issue
Block a user