aboutsummaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/layout/account_item.xml2
-rw-r--r--res/layout/decrypt.xml22
-rw-r--r--res/layout/edit_key_key_item.xml6
-rw-r--r--res/layout/edit_key_user_id_item.xml10
-rw-r--r--res/layout/encrypt.xml56
-rw-r--r--res/layout/key_list_child_item_master_key.xml10
-rw-r--r--res/layout/key_list_child_item_sub_key.xml8
-rw-r--r--res/layout/key_list_child_item_user_id.xml2
-rw-r--r--res/layout/key_list_group_item.xml4
-rw-r--r--res/layout/mailbox_message_item.xml2
-rw-r--r--res/layout/main.xml2
-rw-r--r--res/layout/pass_phrase.xml4
-rw-r--r--res/layout/preferences.xml18
-rw-r--r--res/layout/select_public_key_item.xml7
-rw-r--r--res/layout/select_secret_key_item.xml6
-rw-r--r--res/values/strings.xml155
16 files changed, 200 insertions, 114 deletions
diff --git a/res/layout/account_item.xml b/res/layout/account_item.xml
index c2a75075e..0aa76719a 100644
--- a/res/layout/account_item.xml
+++ b/res/layout/account_item.xml
@@ -25,7 +25,7 @@
android:layout_height="?android:attr/listPreferredItemHeight">
<TextView
- android:id="@+id/account_name"
+ android:id="@+id/accountName"
android:text="someone@gmail.com"
android:textAppearance="?android:attr/textAppearanceLarge"
android:layout_width="fill_parent"
diff --git a/res/layout/decrypt.xml b/res/layout/decrypt.xml
index 5b97c35e4..03e2f6311 100644
--- a/res/layout/decrypt.xml
+++ b/res/layout/decrypt.xml
@@ -39,13 +39,13 @@
android:orientation="horizontal">
<ImageView
- android:id="@+id/source_previous"
+ android:id="@+id/sourcePrevious"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/ic_previous"/>
<TextView
- android:id="@+id/source_label"
+ android:id="@+id/sourceLabel"
android:layout_width="0dip"
android:layout_height="fill_parent"
android:layout_weight="1"
@@ -55,7 +55,7 @@
android:textColor="#ffffffff"/>
<ImageView
- android:id="@+id/source_next"
+ android:id="@+id/sourceNext"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/ic_next"/>
@@ -69,7 +69,7 @@
android:layout_weight="1">
<LinearLayout
- android:id="@+id/source_message"
+ android:id="@+id/sourceMessage"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical">
@@ -84,7 +84,7 @@
</LinearLayout>
<LinearLayout
- android:id="@+id/source_file"
+ android:id="@+id/sourceFile"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical">
@@ -114,8 +114,8 @@
android:orientation="horizontal">
<TextView
- android:id="@+id/label_delete_after_decryption"
- android:text="@string/label_delete_after_decryption"
+ android:id="@+id/label_deleteAfterDecryption"
+ android:text="@string/label_deleteAfterDecryption"
android:textAppearance="?android:attr/textAppearanceMedium"
android:layout_gravity="center_vertical"
android:paddingRight="10dip"
@@ -124,7 +124,7 @@
android:layout_weight="1"/>
<CheckBox
- android:id="@+id/delete_after_decryption"
+ android:id="@+id/deleteAfterDecryption"
android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:layout_gravity="center_vertical"/>
@@ -140,7 +140,7 @@
</ScrollView>
<LinearLayout
- android:id="@+id/layout_signature"
+ android:id="@+id/signature"
android:orientation="horizontal"
android:layout_height="wrap_content"
android:layout_width="fill_parent">
@@ -170,7 +170,7 @@
android:paddingLeft="5dip">
<TextView
- android:id="@+id/main_user_id"
+ android:id="@+id/mainUserId"
android:text="Main User Id"
android:textAppearance="?android:attr/textAppearanceMedium"
android:layout_width="wrap_content"
@@ -178,7 +178,7 @@
android:layout_gravity="left"/>
<TextView
- android:id="@+id/main_user_id_rest"
+ android:id="@+id/mainUserIdRest"
android:text="Main User Id Rest"
android:textAppearance="?android:attr/textAppearanceSmall"
android:layout_width="wrap_content"
diff --git a/res/layout/edit_key_key_item.xml b/res/layout/edit_key_key_item.xml
index 78c1d1254..ba428938e 100644
--- a/res/layout/edit_key_key_item.xml
+++ b/res/layout/edit_key_key_item.xml
@@ -42,7 +42,7 @@
<TableRow>
<TextView
- android:id="@+id/label_key_id"
+ android:id="@+id/label_keyId"
android:text="Key ID"
android:layout_height="wrap_content"
android:layout_width="wrap_content"
@@ -50,7 +50,7 @@
android:paddingRight="10dip"/>
<TextView
- android:id="@+id/key_id"
+ android:id="@+id/keyId"
android:text="00000000 00000000"
android:layout_height="wrap_content"
android:layout_width="wrap_content"
@@ -132,7 +132,7 @@
</TableLayout>
<ImageButton
- android:id="@+id/edit_delete"
+ android:id="@+id/delete"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
style="@style/MinusButton"
diff --git a/res/layout/edit_key_user_id_item.xml b/res/layout/edit_key_user_id_item.xml
index 40b852e3e..6164cf767 100644
--- a/res/layout/edit_key_user_id_item.xml
+++ b/res/layout/edit_key_user_id_item.xml
@@ -28,7 +28,7 @@
android:background="?android:attr/listDivider"/>
<RadioButton
- android:id="@+id/is_main_user_id"
+ android:id="@+id/isMainUserId"
android:text="Main User ID"
android:layout_height="wrap_content"
android:layout_width="wrap_content"
@@ -48,7 +48,7 @@
<TableRow>
<TextView
- android:id="@+id/name_label"
+ android:id="@+id/label_name"
android:text="Name"
android:layout_gravity="center_vertical"
android:layout_height="wrap_content"
@@ -66,7 +66,7 @@
<TableRow>
<TextView
- android:id="@+id/email_label"
+ android:id="@+id/label_email"
android:text="Email"
android:layout_gravity="center_vertical"
android:layout_height="wrap_content"
@@ -84,7 +84,7 @@
<TableRow>
<TextView
- android:id="@+id/comment_label"
+ android:id="@+id/label_comment"
android:text="Comment"
android:layout_gravity="center_vertical"
android:layout_height="wrap_content"
@@ -102,7 +102,7 @@
</TableLayout>
<ImageButton
- android:id="@+id/edit_delete"
+ android:id="@+id/delete"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
style="@style/MinusButton"
diff --git a/res/layout/encrypt.xml b/res/layout/encrypt.xml
index 333b38941..b4b023635 100644
--- a/res/layout/encrypt.xml
+++ b/res/layout/encrypt.xml
@@ -39,13 +39,13 @@
android:orientation="horizontal">
<ImageView
- android:id="@+id/source_previous"
+ android:id="@+id/sourcePrevious"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/ic_previous"/>
<TextView
- android:id="@+id/source_label"
+ android:id="@+id/sourceLabel"
android:layout_width="0dip"
android:layout_height="fill_parent"
android:layout_weight="1"
@@ -55,7 +55,7 @@
android:textColor="#ffffffff"/>
<ImageView
- android:id="@+id/source_next"
+ android:id="@+id/sourceNext"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/ic_next"/>
@@ -69,7 +69,7 @@
android:layout_weight="1">
<LinearLayout
- android:id="@+id/source_message"
+ android:id="@+id/sourceMessage"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical">
@@ -84,7 +84,7 @@
</LinearLayout>
<LinearLayout
- android:id="@+id/source_file"
+ android:id="@+id/sourceFile"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical">
@@ -114,8 +114,8 @@
android:orientation="horizontal">
<TextView
- android:id="@+id/label_delete_after_encryption"
- android:text="@string/label_delete_after_encryption"
+ android:id="@+id/label_deleteAfterEncryption"
+ android:text="@string/label_deleteAfterEncryption"
android:textAppearance="?android:attr/textAppearanceMedium"
android:layout_gravity="center_vertical"
android:paddingRight="10dip"
@@ -124,7 +124,7 @@
android:layout_weight="1"/>
<CheckBox
- android:id="@+id/delete_after_encryption"
+ android:id="@+id/deleteAfterEncryption"
android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:layout_gravity="center_vertical"/>
@@ -137,8 +137,8 @@
android:orientation="horizontal">
<TextView
- android:id="@+id/label_ascii_armour"
- android:text="@string/label_ascii_armour"
+ android:id="@+id/label_asciiArmour"
+ android:text="@string/label_asciiArmour"
android:textAppearance="?android:attr/textAppearanceMedium"
android:layout_gravity="center_vertical"
android:paddingRight="10dip"
@@ -147,7 +147,7 @@
android:layout_weight="1"/>
<CheckBox
- android:id="@+id/ascii_armour"
+ android:id="@+id/asciiArmour"
android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:layout_gravity="center_vertical"/>
@@ -170,13 +170,13 @@
android:orientation="horizontal">
<ImageView
- android:id="@+id/mode_previous"
+ android:id="@+id/modePrevious"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/ic_previous"/>
<TextView
- android:id="@+id/mode_label"
+ android:id="@+id/modeLabel"
android:layout_width="0dip"
android:layout_height="fill_parent"
android:layout_weight="1"
@@ -186,7 +186,7 @@
android:textColor="#ffffffff"/>
<ImageView
- android:id="@+id/mode_next"
+ android:id="@+id/modeNext"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/ic_next"/>
@@ -199,7 +199,7 @@
android:layout_height="wrap_content">
<LinearLayout
- android:id="@+id/mode_asymmetric"
+ android:id="@+id/modeAsymmetric"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
@@ -226,7 +226,7 @@
android:paddingRight="5dip">
<TextView
- android:id="@+id/main_user_id"
+ android:id="@+id/mainUserId"
android:text="Main User Id"
android:textAppearance="?android:attr/textAppearanceMedium"
android:layout_width="wrap_content"
@@ -234,7 +234,7 @@
android:layout_gravity="right"/>
<TextView
- android:id="@+id/main_user_id_rest"
+ android:id="@+id/mainUserIdRest"
android:text="Main User Id Rest"
android:textAppearance="?android:attr/textAppearanceSmall"
android:layout_width="wrap_content"
@@ -258,8 +258,8 @@
android:orientation="horizontal">
<TextView
- android:id="@+id/label_select_public_keys"
- android:text="@string/label_select_public_keys"
+ android:id="@+id/label_selectPublicKeys"
+ android:text="@string/label_selectPublicKeys"
android:textAppearance="?android:attr/textAppearanceMedium"
android:layout_height="wrap_content"
android:layout_width="0dip"
@@ -277,7 +277,7 @@
</LinearLayout>
<TableLayout
- android:id="@+id/mode_symmetric"
+ android:id="@+id/modeSymmetric"
android:layout_height="wrap_content"
android:layout_width="fill_parent"
android:stretchColumns="1">
@@ -285,8 +285,8 @@
<TableRow>
<TextView
- android:id="@+id/label_pass_phrase"
- android:text="@string/label_pass_phrase"
+ android:id="@+id/label_passPhrase"
+ android:text="@string/label_passPhrase"
android:textAppearance="?android:attr/textAppearanceMedium"
android:layout_height="wrap_content"
android:layout_width="wrap_content"
@@ -294,7 +294,7 @@
android:paddingRight="10dip"/>
<EditText
- android:id="@+id/pass_phrase"
+ android:id="@+id/passPhrase"
android:layout_height="wrap_content"
android:layout_width="fill_parent"
android:inputType="textPassword"/>
@@ -304,8 +304,8 @@
<TableRow>
<TextView
- android:id="@+id/label_pass_phrase_again"
- android:text="@string/label_pass_phrase_again"
+ android:id="@+id/label_passPhraseAgain"
+ android:text="@string/label_passPhraseAgain"
android:textAppearance="?android:attr/textAppearanceMedium"
android:layout_height="wrap_content"
android:layout_width="wrap_content"
@@ -313,7 +313,7 @@
android:paddingRight="10dip"/>
<EditText
- android:id="@+id/pass_phrase_again"
+ android:id="@+id/passPhraseAgain"
android:layout_height="wrap_content"
android:layout_width="fill_parent"
android:inputType="textPassword"/>
@@ -341,8 +341,8 @@
style="@android:style/ButtonBar">
<Button
- android:id="@+id/btn_encrypt_to_clipboard"
- android:text="@string/btn_encrypt_to_clipboard"
+ android:id="@+id/btn_encryptToClipboard"
+ android:text="@string/btn_encryptToClipboard"
android:layout_weight="1"
android:layout_width="0dip"
android:layout_height="wrap_content"/>
diff --git a/res/layout/key_list_child_item_master_key.xml b/res/layout/key_list_child_item_master_key.xml
index f98f94762..790fd42f4 100644
--- a/res/layout/key_list_child_item_master_key.xml
+++ b/res/layout/key_list_child_item_master_key.xml
@@ -29,7 +29,7 @@
android:paddingRight="3dip">
<ImageView
- android:id="@+id/ic_master_key"
+ android:id="@+id/ic_masterKey"
android:src="@drawable/key_small"
android:paddingRight="6dip"
android:layout_width="wrap_content"
@@ -37,7 +37,7 @@
android:layout_gravity="center_vertical"/>
<TextView
- android:id="@+id/key_id"
+ android:id="@+id/keyId"
android:text="Key ID"
android:textAppearance="?android:attr/textAppearanceMedium"
android:layout_width="wrap_content"
@@ -46,7 +46,7 @@
android:typeface="monospace"/>
<TextView
- android:id="@+id/key_details"
+ android:id="@+id/keyDetails"
android:text="(RSA, 1024bit)"
android:textAppearance="?android:attr/textAppearanceSmall"
android:layout_width="wrap_content"
@@ -62,13 +62,13 @@
android:layout_gravity="center_vertical">
<ImageView
- android:id="@+id/ic_encrypt_key"
+ android:id="@+id/ic_encryptKey"
android:src="@drawable/encrypted_small"
android:layout_width="wrap_content"
android:layout_height="wrap_content"/>
<ImageView
- android:id="@+id/ic_sign_key"
+ android:id="@+id/ic_signKey"
android:src="@drawable/signed_small"
android:layout_width="wrap_content"
android:layout_height="wrap_content"/>
diff --git a/res/layout/key_list_child_item_sub_key.xml b/res/layout/key_list_child_item_sub_key.xml
index 11ad90fe1..ac7c217a6 100644
--- a/res/layout/key_list_child_item_sub_key.xml
+++ b/res/layout/key_list_child_item_sub_key.xml
@@ -29,7 +29,7 @@
android:paddingRight="3dip">
<TextView
- android:id="@+id/key_id"
+ android:id="@+id/keyId"
android:text="Key ID"
android:textAppearance="?android:attr/textAppearanceMedium"
android:layout_width="wrap_content"
@@ -38,7 +38,7 @@
android:typeface="monospace"/>
<TextView
- android:id="@+id/key_details"
+ android:id="@+id/keyDetails"
android:text="(RSA, 1024bit)"
android:textAppearance="?android:attr/textAppearanceSmall"
android:layout_width="wrap_content"
@@ -54,13 +54,13 @@
android:layout_gravity="center_vertical">
<ImageView
- android:id="@+id/ic_encrypt_key"
+ android:id="@+id/ic_encryptKey"
android:src="@drawable/encrypted_small"
android:layout_width="wrap_content"
android:layout_height="wrap_content"/>
<ImageView
- android:id="@+id/ic_sign_key"
+ android:id="@+id/ic_signKey"
android:src="@drawable/signed_small"
android:layout_width="wrap_content"
android:layout_height="wrap_content"/>
diff --git a/res/layout/key_list_child_item_user_id.xml b/res/layout/key_list_child_item_user_id.xml
index fa2b720de..3226dd58a 100644
--- a/res/layout/key_list_child_item_user_id.xml
+++ b/res/layout/key_list_child_item_user_id.xml
@@ -23,7 +23,7 @@
android:layout_height="?android:attr/listPreferredItemHeight">
<TextView
- android:id="@+id/user_id"
+ android:id="@+id/userId"
android:text="User ID"
android:textAppearance="?android:attr/textAppearanceSmall"
android:layout_width="wrap_content"
diff --git a/res/layout/key_list_group_item.xml b/res/layout/key_list_group_item.xml
index c04c1d223..35d0ab367 100644
--- a/res/layout/key_list_group_item.xml
+++ b/res/layout/key_list_group_item.xml
@@ -28,14 +28,14 @@
android:paddingLeft="36dip">
<TextView
- android:id="@+id/main_user_id"
+ android:id="@+id/mainUserId"
android:text="Main User ID"
android:textAppearance="?android:attr/textAppearanceMedium"
android:layout_width="wrap_content"
android:layout_height="wrap_content"/>
<TextView
- android:id="@+id/main_user_id_rest"
+ android:id="@+id/mainUserIdRest"
android:text="&lt;user@somewhere.com&gt;"
android:textAppearance="?android:attr/textAppearanceSmall"
android:layout_width="wrap_content"
diff --git a/res/layout/mailbox_message_item.xml b/res/layout/mailbox_message_item.xml
index 131abff46..05a267fb6 100644
--- a/res/layout/mailbox_message_item.xml
+++ b/res/layout/mailbox_message_item.xml
@@ -46,7 +46,7 @@
android:layout_height="wrap_content"/>
<TextView
- android:id="@+id/email_address"
+ android:id="@+id/emailAddress"
android:text="user@somewhere.com"
android:textAppearance="?android:attr/textAppearanceSmall"
android:layout_width="wrap_content"
diff --git a/res/layout/main.xml b/res/layout/main.xml
index ca4bc1326..f88c393db 100644
--- a/res/layout/main.xml
+++ b/res/layout/main.xml
@@ -30,7 +30,7 @@
android:fillViewport="true">
<ListView
- android:id="@+id/account_list"
+ android:id="@+id/accounts"
android:layout_width="fill_parent"
android:layout_height="fill_parent"/>
diff --git a/res/layout/pass_phrase.xml b/res/layout/pass_phrase.xml
index 2441fd16c..f377e5bf7 100644
--- a/res/layout/pass_phrase.xml
+++ b/res/layout/pass_phrase.xml
@@ -8,13 +8,13 @@
android:paddingRight="5dip">
<EditText
- android:id="@+id/pass_phrase"
+ android:id="@+id/passPhrase"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:inputType="textPassword"/>
<EditText
- android:id="@+id/pass_phrase_again"
+ android:id="@+id/passPhraseAgain"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:inputType="textPassword"/>
diff --git a/res/layout/preferences.xml b/res/layout/preferences.xml
index 0bf579099..350e965b4 100644
--- a/res/layout/preferences.xml
+++ b/res/layout/preferences.xml
@@ -46,8 +46,8 @@
android:orientation="horizontal">
<TextView
- android:id="@+id/label_encryption_algorithm"
- android:text="@string/label_encryption_algorithm"
+ android:id="@+id/label_encryptionAlgorithm"
+ android:text="@string/label_encryptionAlgorithm"
android:textAppearance="?android:attr/textAppearanceMedium"
android:layout_height="wrap_content"
android:layout_width="0dip"
@@ -56,7 +56,7 @@
android:paddingRight="10dip"/>
<Spinner
- android:id="@+id/encryption_algorithm"
+ android:id="@+id/encryptionAlgorithm"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"/>
@@ -69,8 +69,8 @@
android:orientation="horizontal">
<TextView
- android:id="@+id/label_hash_algorithm"
- android:text="@string/label_hash_algorithm"
+ android:id="@+id/label_hashAlgorithm"
+ android:text="@string/label_hashAlgorithm"
android:textAppearance="?android:attr/textAppearanceMedium"
android:layout_height="wrap_content"
android:layout_width="0dip"
@@ -79,7 +79,7 @@
android:paddingRight="10dip"/>
<Spinner
- android:id="@+id/hash_algorithm"
+ android:id="@+id/hashAlgorithm"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"/>
@@ -92,8 +92,8 @@
android:orientation="horizontal">
<TextView
- android:id="@+id/label_ascii_armour"
- android:text="@string/label_ascii_armour"
+ android:id="@+id/label_asciiArmour"
+ android:text="@string/label_asciiArmour"
android:textAppearance="?android:attr/textAppearanceMedium"
android:layout_gravity="center_vertical"
android:paddingRight="10dip"
@@ -102,7 +102,7 @@
android:layout_weight="1"/>
<CheckBox
- android:id="@+id/ascii_armour"
+ android:id="@+id/asciiArmour"
android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:layout_gravity="center_vertical"/>
diff --git a/res/layout/select_public_key_item.xml b/res/layout/select_public_key_item.xml
index cdc81399f..bb0dd30a4 100644
--- a/res/layout/select_public_key_item.xml
+++ b/res/layout/select_public_key_item.xml
@@ -38,14 +38,14 @@
android:layout_weight="1">
<TextView
- android:id="@+id/main_user_id"
+ android:id="@+id/mainUserId"
android:text="Main User ID"
android:textAppearance="?android:attr/textAppearanceMedium"
android:layout_width="wrap_content"
android:layout_height="wrap_content"/>
<TextView
- android:id="@+id/main_user_id_rest"
+ android:id="@+id/mainUserIdRest"
android:text="&lt;user@somewhere.com&gt;"
android:textAppearance="?android:attr/textAppearanceSmall"
android:layout_width="wrap_content"
@@ -54,7 +54,6 @@
</LinearLayout>
<LinearLayout
- android:id="@+id/right_column"
android:orientation="vertical"
android:minWidth="90dip"
android:paddingLeft="3dip"
@@ -63,7 +62,7 @@
android:layout_height="wrap_content">
<TextView
- android:id="@+id/key_id"
+ android:id="@+id/keyId"
android:text="BBBBBBBB"
android:textAppearance="?android:attr/textAppearanceSmall"
android:typeface="monospace"
diff --git a/res/layout/select_secret_key_item.xml b/res/layout/select_secret_key_item.xml
index 97a0ce5b3..35bf58e23 100644
--- a/res/layout/select_secret_key_item.xml
+++ b/res/layout/select_secret_key_item.xml
@@ -31,14 +31,14 @@
android:layout_weight="1">
<TextView
- android:id="@+id/main_user_id"
+ android:id="@+id/mainUserId"
android:text="Main User ID"
android:textAppearance="?android:attr/textAppearanceMedium"
android:layout_width="wrap_content"
android:layout_height="wrap_content"/>
<TextView
- android:id="@+id/main_user_id_rest"
+ android:id="@+id/mainUserIdRest"
android:text="&lt;user@somewhere.com&gt;"
android:textAppearance="?android:attr/textAppearanceSmall"
android:layout_width="wrap_content"
@@ -55,7 +55,7 @@
android:layout_height="wrap_content">
<TextView
- android:id="@+id/key_id"
+ android:id="@+id/keyId"
android:text="BBBBBBBB"
android:textAppearance="?android:attr/textAppearanceSmall"
android:typeface="monospace"
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 0e8f2b136..1cf8cf3ae 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -16,6 +16,8 @@
<resources>
<string name="app_name">APG</string>
+
+ <!-- title_lowerCase: capitalized words, no punctuation -->
<string name="title_mailInbox">Mail Inbox</string>
<string name="title_managePublicKeys">Manage Public Keys</string>
<string name="title_manageSecretKeys">Manage Secret Keys</string>
@@ -27,11 +29,23 @@
<string name="title_createKey">Create Key</string>
<string name="title_editKey">Edit Key</string>
<string name="title_preferences">Preferences</string>
-
+ <string name="title_changePassPhrase">Change Pass Phrase</string>
+ <string name="title_setPassPhrase">Set Pass Phrase</string>
+ <string name="title_sendEmail">"Send Mail..."</string>
+ <string name="title_encryptToFile">Encrypt To File</string>
+ <string name="title_decryptToFile">Decrypt To File</string>
+ <string name="title_addAccount">Add Account</string>
+ <string name="title_importKeys">Import Keys</string>
+ <string name="title_exportKey">Export Key</string>
+ <string name="title_exportKeys">Export Keys</string>
+
+ <!-- section_lowerCase: capitalized words, no punctuation -->
<string name="section_userIds">User IDs</string>
<string name="section_keys">Keys</string>
+ <string name="section_defaults">Defaults</string>
- <string name="btn_encrypt_to_clipboard">Encrypt To Clipboard</string>
+ <!-- btn_lowerCase: capitalized words, no punctuation -->
+ <string name="btn_encryptToClipboard">Encrypt To Clipboard</string>
<string name="btn_send">Encrypt And Email</string>
<string name="btn_encrypt">Encrypt</string>
<string name="btn_decrypt">Decrypt</string>
@@ -44,55 +58,128 @@
<string name="btn_decryptFile">Decrypt File</string>
<string name="btn_save">Save</string>
<string name="btn_doNotSave">Cancel</string>
+ <string name="btn_delete">Delete</string>
+ <string name="btn_noDate">None</string>
+ <!-- menu_lowerCase: capitalized words, no punctuation -->
<string name="menu_about">About</string>
<string name="menu_addAccount">Add GMail Account</string>
+ <string name="menu_deleteAccount">Delete Account</string>
<string name="menu_managePublicKeys">Manage Public Keys</string>
<string name="menu_manageSecretKeys">Manage Secret Keys</string>
<string name="menu_preferences">Settings</string>
-
- <string name="no_keys_selected">Select</string>
- <string name="one_key_selected">1 Selected</string>
- <string name="n_keys_selected">Selected</string>
- <string name="unknown_user_id">&lt;unknown&gt;</string>
- <string name="none">&lt;none&gt;</string>
-
+ <string name="menu_changePassPhrase">Change Pass Phrase</string>
+ <string name="menu_setPassPhrase">Set Pass Phrase</string>
+ <string name="menu_importKeys">Import Keys</string>
+ <string name="menu_exportKeys">Export Keys</string>
+ <string name="menu_exportKey">Export Key</string>
+ <string name="menu_deleteKey">Delete Key</string>
+ <string name="menu_createKey">Create Key</string>
+ <string name="menu_editKey">Edit Key</string>
+
+ <!-- label_lowerCase: capitalized words, no punctuation -->
<string name="label_sign">Sign</string>
<string name="label_message">Message</string>
<string name="label_file">File</string>
- <string name="label_pass_phrase">Pass Phrase</string>
- <string name="label_pass_phrase_again">Again</string>
+ <string name="label_passPhrase">Pass Phrase</string>
+ <string name="label_passPhraseAgain">Again</string>
<string name="label_algorithm">Algorithm</string>
- <string name="label_ascii_armour">ASCII Armour</string>
- <string name="label_select_public_keys">Public Key(s)</string>
- <string name="label_delete_after_encryption">Delete After Encryption</string>
- <string name="label_delete_after_decryption">Delete After Decryption</string>
- <string name="label_encryption_algorithm">Encryption Algorithm</string>
- <string name="label_hash_algorithm">Hash Algorithm</string>
-
+ <string name="label_asciiArmour">ASCII Armour</string>
+ <string name="label_selectPublicKeys">Public Key(s)</string>
+ <string name="label_deleteAfterEncryption">Delete After Encryption</string>
+ <string name="label_deleteAfterDecryption">Delete After Decryption</string>
+ <string name="label_encryptionAlgorithm">Encryption Algorithm</string>
+ <string name="label_hashAlgorithm">Hash Algorithm</string>
<string name="label_asymmetric">Public Key</string>
<string name="label_symmetric">Pass Phrase</string>
- <string name="section_defaults">Defaults</string>
-
- <string name="sign_only">Sign only</string>
- <string name="encrypt_only">Encrypt only</string>
- <string name="sign_and_encrypt">Sign and Encrypt</string>
+ <string name="noKeysSelected">Select</string>
+ <string name="oneKeySelected">1 Selected</string>
+ <string name="nKeysSelected">Selected</string>
+ <string name="unknownUserId">&lt;unknown&gt;</string>
+ <string name="none">&lt;none&gt;</string>
+ <string name="noKey">&lt;no key&gt;</string>
+ <string name="noDate">-</string>
+ <string name="noExpiry">&lt;no expiry&gt;</string>
+ <string name="unknownStatus"></string>
+ <string name="canEncrypt">can encrypt</string>
+ <string name="canSign">can sign</string>
+ <string name="expired">expired</string>
+ <string name="notValid">not valid</string>
+
+ <!-- choice_lowerCase: capitalized firwst word, no punctuation -->
+ <string name="choice_signOnly">Sign only</string>
+ <string name="choice_encryptOnly">Encrypt only</string>
+ <string name="choice_signAndEncrypt">Sign and Encrypt</string>
<string name="dsa">DSA</string>
<string name="elgamal">ElGamal</string>
<string name="rsa">RSA</string>
- <string name="wrong_pass_phrase">Wrong pass phrase.</string>
- <string name="using_clipboard_content">Using clipboard content.</string>
- <string name="key_saved">Key saved.</string>
- <string name="set_a_pass_phrase">Set a pass phrase via the option menu first.</string>
-
- <string name="no_filemanager_installed">OI File Manager not installed.</string>
- <string name="filemanager_title_open">Open...</string>
- <string name="filemanager_btn_open">Open</string>
- <string name="filemanager_title_save">Save As...</string>
- <string name="filemanager_btn_save">Save</string>
-
+ <string name="filemanager_titleOpen">Open...</string>
+ <string name="filemanager_titleSave">Save As...</string>
+ <string name="filemanager_titleEncrypt">Select File To Encrypt...</string>
+ <string name="filemanager_titleDecrypt">Select File To Decrypt...</string>
+ <string name="filemanager_btnOpen">Open</string>
+ <string name="filemanager_btnSave">Save</string>
+
+ <string name="warning">Warning</string>
+ <string name="error">Error</string>
+ <string name="warningMessage">Warning: %s</string>
+ <string name="errorMessage">Error: %s</string>
+
+ <!-- sentences -->
+ <string name="wrongPassPhrase">Wrong pass phrase.</string>
+ <string name="usingClipboardContent">Using clipboard content.</string>
+ <string name="keySaved">Key saved.</string>
+ <string name="setAPassPhrase">Set a pass phrase via the option menu first.</string>
+ <string name="oiFilemanagerNotInstalled">OI File Manager not installed.</string>
+ <string name="passPhrasesDoNotMatch">The pass phrases didn't match.</string>
+ <string name="passPhraseMustNotBeEmpty">Empty pass phrases are not allowed.</string>
+ <string name="passPhraseForSymmetricEncryption">Pass phrase for symmetric encryption:</string>
+ <string name="passPhraseFor">Pass phrase for %s:</string>
+ <string name="fileDeleteConfirmation">Are you sure you want to delete\n%s?</string>
+ <string name="fileDeleteSuccessful">Successfully deleted.</string>
+ <string name="noFileSelected">Select a file first.</string>
+ <string name="decryptionSuccessful">Successfully decrypted.</string>
+ <string name="encryptionSuccessful">Successfully encrypted.</string>
+ <string name="encryptionToClipboardSuccessful">Successfully encrypted to clipboard.</string>
+ <string name="enterPassPhraseTwice">Enter the pass phrase twice.</string>
+ <string name="selectEncryptionKey">Select at least one encryption key.</string>
+ <string name="selectEncryptionOrSignatureKey">Select at least one encryption key or a signature key.</string>
+ <string name="specifyFileToEncryptTo">Please specify which file to encrypt to.\nWARNING! File will be overwritten if it exists.</string>
+ <string name="specifyFileToDecryptTo">Please specify which file to decrypt to.\nWARNING! File will be overwritten if it exists.</string>
+ <string name="specifyGoogleMailAccount">Specify the Google Mail account you want to add.</string>
+ <string name="specifyFileToImportFrom">Please specify which file to import from.</string>
+ <string name="specifyFileToExportTo">Please specify which file to export to.\nWARNING! File will be overwritten if it exists.</string>
+ <string name="specifyFileToExportSecretKeysTo">Please specify which file to export to.\nWARNING! You are about to export SECRET keys.\nWARNING! File will be overwritten if it exists.</string>
+ <string name="keyDeletionConfirmation">Do you really want to delete the key '%s'?\nYou can't undo this!</string>
+ <string name="secretKeyDeletionConfirmation">Do you really want to delete the SECRET key '%s'?\nYou can't undo this!</string>
+ <string name="keysAddedAndUpdated">Succssfully added %s keys and updated %s keys."</string>
+ <string name="keysAdded">Succssfully added %s keys.</string>
+ <string name="keysUpdated">Succssfully updated %s keys.</string>
+ <string name="noKeysAddedOrUpdated">No keys added or updated.</string>
+ <string name="keyExported">Succssfully exported 1 key.</string>
+ <string name="keysExported">Succssfully exported %s keys.</string>
+ <string name="noKeysExported">No keys exported.</string>
+ <string name="keyCreationElGamalInfo">Note: only subkeys support ElGamal, and for ElGamal the nearest keysize of 1536, 2048, 3072, 4096, or 8192 will be used.</string>
+
+ <!-- error_lowerCase: phrases, no punctuation, all lowercase,
+ they will be put after "errorMessage", e.g. "Error: file not found" -->
+ <string name="error_fileDeleteFailed">deleting '%s' failed</string>
+ <string name="error_fileNotFound">file not found</string>
+ <string name="error_noSecretKeyFound">no suitable secret key found</string>
+ <string name="error_noKnownEncryptionFound">no known kind of encryption found</string>
+ <string name="error_externalStorageNotReady">external storage not ready</string>
+ <string name="error_accountNotFound">account '%s' not found</string>
+ <string name="error_addingAccountFailed">adding account '%s' failed</string>
+ <string name="error_invalidEmail">invalid email '%s'</string>
+
+ <!-- progress_lowerCase: lowercase, phrases, usually ending in '...' -->
+ <string name="progress_initializing">initializing...</string>
+ <string name="progress_saving">saving...</string>
+ <string name="progress_importing">importing...</string>
+ <string name="progress_exporting">exporting...</string>
+ <string name="progress_generating">generating key, this can take a while...</string>
</resources>