Language clarifications

This commit is contained in:
Dominik Schürmann 2014-04-01 15:19:12 +02:00
parent ef562b5e20
commit 6e705e5519
3 changed files with 11 additions and 9 deletions

View File

@ -20,6 +20,7 @@
android:layout_width="match_parent"
android:layout_height="0dip"
android:gravity="top"
android:hint="@string/decrypt_content_edit_text_hint"
android:inputType="text|textCapSentences|textMultiLine|textLongMessage"
android:scrollHorizontally="true"
android:layout_weight="1" />
@ -58,7 +59,7 @@
android:layout_marginBottom="4dp"
android:layout_weight="1"
android:text="@string/btn_decrypt_verify_clipboard"
bootstrapbutton:bb_icon_left="fa-unlock"
bootstrapbutton:bb_icon_left="fa-clipboard"
bootstrapbutton:bb_type="info" />
</LinearLayout>
</LinearLayout>

View File

@ -71,7 +71,7 @@
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
android:layout_margin="4dp"
android:text="@string/btn_select_encrypt_keys"
android:text="@string/select_keys_button_default"
bootstrapbutton:bb_icon_left="fa-user"
bootstrapbutton:bb_size="default"
bootstrapbutton:bb_type="default" />

View File

@ -203,15 +203,15 @@
<string name="set_a_passphrase">Set a passphrase first.</string>
<string name="no_filemanager_installed">No compatible file manager installed.</string>
<string name="passphrases_do_not_match">The passphrases didn\'t match.</string>
<string name="passphrase_must_not_be_empty">Empty passphrases are not allowed.</string>
<string name="passphrase_must_not_be_empty">Please enter a passphrase.</string>
<string name="passphrase_for_symmetric_encryption">Symmetric encryption.</string>
<string name="passphrase_for">Enter passphrase for \'%s\'</string>
<string name="file_delete_confirmation">Are you sure you want to delete\n%s?</string>
<string name="file_delete_successful">Successfully deleted.</string>
<string name="no_file_selected">Select a file first.</string>
<string name="decryption_successful">Successfully decrypted.</string>
<string name="encryption_successful">Successfully encrypted.</string>
<string name="encryption_to_clipboard_successful">Successfully encrypted to clipboard.</string>
<string name="decryption_successful">Successfully decrypted and/or verified.</string>
<string name="encryption_successful">Successfully encrypted and/or signed.</string>
<string name="encryption_to_clipboard_successful">Successfully encrypted and/or signed to clipboard.</string>
<string name="enter_passphrase_twice">Enter the passphrase twice.</string>
<string name="select_encryption_key">Select at least one encryption key.</string>
<string name="select_encryption_or_signature_key">Select at least one encryption key or a signature key.</string>
@ -470,8 +470,8 @@
<!-- Navigation Drawer -->
<string name="nav_contacts">Contacts</string>
<string name="nav_encrypt">Encrypt</string>
<string name="nav_decrypt">Decrypt</string>
<string name="nav_encrypt">Sign and Encrypt</string>
<string name="nav_decrypt">Decrypt and Verify</string>
<string name="nav_import">Import Keys</string>
<string name="nav_secret_keys">My Keys</string>
<string name="nav_apps">Registered Apps</string>
@ -486,6 +486,7 @@
<string name="progress_re_adding_certs">Reapplying certificates</string>
<!-- hints -->
<string name="encrypt_content_edit_text_hint">Write message here to encrypt…</string>
<string name="encrypt_content_edit_text_hint">Write message here to encrypt and/or sign…</string>
<string name="decrypt_content_edit_text_hint">Enter ciphertext here to decrypt and/or verify…</string>
</resources>