better handling of unknown status

This commit is contained in:
Vincent Breitmoser
2017-07-20 21:30:47 +02:00
parent 57b0e16ecc
commit 66465f7c1b
3 changed files with 9 additions and 5 deletions

View File

@@ -1844,8 +1844,9 @@
<string name="keyserver_title_published">"Published"</string>
<string name="keyserver_title_not_published">"Not Published"</string>
<string name="keyserver_title_unknown">"Unknown"</string>
<string name="keyserver_last_updated">"Last updated: %s"</string>
<string name="keyserver_title_unknown">"Keyserver status: Unknown"</string>
<string name="keyserver_last_updated">"Last checked: %s"</string>
<string name="keyserver_last_updated_never">Last checked: Never</string>
<string name="key_insecure_bitstrength_2048_problem">"This key uses the <b>%1$s</b> algorithm with a strength of <b>%2$s bits</b>. A secure key should have a strength of 2048 bits."</string>
<string name="key_insecure_bitstrength_2048_solution">"This key can\'t be upgraded. For secure communication, the owner must generate a new key."</string>