added logging, notify for log export

This commit is contained in:
Adithya Abraham Philip
2015-03-01 02:02:39 +05:30
parent 6a26ea908e
commit 95e9e2ac30
3 changed files with 67 additions and 21 deletions

View File

@@ -1168,6 +1168,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>