Merge branch 'development' of https://github.com/adithyaphilip/open-keychain into adithyaphilip-development
Conflicts: OpenKeychain/src/main/res/values/strings.xml
This commit is contained in:
BIN
OpenKeychain/src/main/res/drawable-hdpi/ic_action_save_white.png
Normal file
BIN
OpenKeychain/src/main/res/drawable-hdpi/ic_action_save_white.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 394 B |
BIN
OpenKeychain/src/main/res/drawable-mdpi/ic_action_save_white.png
Normal file
BIN
OpenKeychain/src/main/res/drawable-mdpi/ic_action_save_white.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 362 B |
Binary file not shown.
|
After Width: | Height: | Size: 441 B |
Binary file not shown.
|
After Width: | Height: | Size: 495 B |
11
OpenKeychain/src/main/res/menu/log_display.xml
Normal file
11
OpenKeychain/src/main/res/menu/log_display.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
|
||||
<item
|
||||
android:id="@+id/menu_log_display_export_log"
|
||||
android:icon="@drawable/ic_action_save_white"
|
||||
android:title="@string/menu_export_log"
|
||||
app:showAsAction="ifRoom|withText" />
|
||||
|
||||
</menu>
|
||||
@@ -43,6 +43,7 @@
|
||||
<string name="title_advanced_key_info">"Advanced Key Info"</string>
|
||||
<string name="title_keys">"Keys"</string>
|
||||
<string name="title_delete_secret_key">"Delete YOUR key \'%s\'?"</string>
|
||||
<string name="title_export_log">"Export Log"</string>
|
||||
|
||||
<!-- section -->
|
||||
<string name="section_user_ids">"Identities"</string>
|
||||
@@ -114,6 +115,7 @@
|
||||
<string name="menu_export_all_keys">"Export all keys"</string>
|
||||
<string name="menu_advanced">"Show advanced info"</string>
|
||||
<string name="menu_certify_fingerprint">"Confirm via fingerprint comparison"</string>
|
||||
<string name="menu_export_log">"Export Log"</string>
|
||||
|
||||
<!-- label -->
|
||||
<string name="label_message">"Message"</string>
|
||||
@@ -236,6 +238,8 @@
|
||||
<string name="key_creation_el_gamal_info">"Note: only subkeys support ElGamal."</string>
|
||||
<string name="key_not_found">"Couldn't find key %08X."</string>
|
||||
|
||||
<string name="specify_file_to_export_log_to">"Please specify file to export to. \nWARNING: File will be overwritten if it exists."</string>
|
||||
|
||||
<plurals name="bad_keys_encountered">"
|
||||
<item quantity="one">"%d bad secret key ignored. Perhaps you exported with the option\n --export-secret-subkeys\nMake sure you export with\n --export-secret-keys\ninstead.""</item>
|
||||
<item quantity="other">"%d bad secret keys ignored. Perhaps you exported with the option\n --export-secret-subkeys\nMake sure you export with\n --export-secret-keys\ninstead.""</item>
|
||||
@@ -1155,6 +1159,13 @@
|
||||
|
||||
<string name="msg_download_query_failed">"An error occurred when searching for keys."</string>
|
||||
|
||||
<!-- Messages for Export Log operation -->
|
||||
<string name="msg_export_log_start">"Exporting log"</string>
|
||||
<string name="msg_export_log_error_fopen">"Error opening file"</string>
|
||||
<string name="msg_export_log_error_no_file">"No file name specified!"</string>
|
||||
<string name="msg_export_log_error_writing">"I/O error writing to file!"</string>
|
||||
<string name="msg_export_log_success">"Log exported successfully!"</string>
|
||||
|
||||
<!-- PassphraseCache -->
|
||||
<string name="passp_cache_notif_click_to_clear">"Click to clear cached passphrases"</string>
|
||||
<string name="passp_cache_notif_n_keys">"OpenKeychain has cached %d passphrases"</string>
|
||||
|
||||
Reference in New Issue
Block a user