CryptoNext Menu entries added

This commit is contained in:
Andreas Straub 2015-05-29 11:18:25 +02:00
parent b8048a5538
commit 077932eb55
2 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,9 @@
<item
android:id="@+id/encryption_choice_pgp"
android:title="@string/encryption_choice_pgp"/>
<item
android:id="@+id/encryption_choice_axolotl"
android:title="@string/encryption_choice_axolotl"/>
</group>
</menu>

View File

@ -154,6 +154,7 @@
<string name="encryption_choice_none">Plain text</string>
<string name="encryption_choice_otr">OTR</string>
<string name="encryption_choice_pgp">OpenPGP</string>
<string name="encryption_choice_axolotl">Axolotl</string>
<string name="mgmt_account_edit">Edit account</string>
<string name="mgmt_account_delete">Delete account</string>
<string name="mgmt_account_disable">Temporarily disable</string>