token-import: add entrypoint for blank token setup flow
This commit is contained in:
@@ -1931,14 +1931,16 @@
|
||||
<string name="token_reset_confirm_message">This will irrecoverably delete the key stored on this Security Token. You will no longer be able to use this key for decryption! Are you sure?</string>
|
||||
<string name="token_reset_confirm_ok">Reset</string>
|
||||
<string name="token_status_title">Gathering information for Security Token…</string>
|
||||
<string name="token_status_not_found">Key not found!</string>
|
||||
<string name="token_status_retry">Retry Search</string>
|
||||
<string name="token_status_load_from_file">Load from File</string>
|
||||
<string name="token_status_reset">Reset Security Token</string>
|
||||
<string name="token_status_key_found">Key found!</string>
|
||||
<string name="token_status_import">Import</string>
|
||||
<string name="token_status_token_ok">Ready for use!</string>
|
||||
<string name="token_status_view_key">View Key</string>
|
||||
<string name="token_result_not_found">Key not found!</string>
|
||||
<string name="token_result_key_found">Key found!</string>
|
||||
<string name="token_result_token_ok">Ready for use!</string>
|
||||
<string name="token_result_empty">Token is empty</string>
|
||||
<string name="token_action_retry">Retry Search</string>
|
||||
<string name="token_action_load_from_file">Load from File</string>
|
||||
<string name="token_action_reset">Reset Security Token</string>
|
||||
<string name="token_action_import">Import</string>
|
||||
<string name="token_action_view_key">View Key</string>
|
||||
<string name="token_action_setup">"Set up with new key"</string>
|
||||
<string name="token_action_unlock">Unlock using admin pin</string>
|
||||
<string name="token_unlock_attempts_none">"No unlock attempts left"</string>
|
||||
<plurals name="token_unlock_attempts">
|
||||
|
||||
Reference in New Issue
Block a user