misp-bump/app/src/main/res/values/strings.xml

54 lines
2.6 KiB
XML

<resources>
<string name="app_name">MISPBump</string>
<string name="exit">Exit</string>
<string name="bottom_nav_next">Next</string>
<string name="previous">Back</string>
<string name="empty_sync_list">You have not synced any instances yet</string>
<string name="empty_my_org">No local information available</string>
<string name="save_authkey">Save auth-key (potential security risk)</string>
<string name="unsaved_changes">Unsaved changes</string>
<string name="save_changes">Do you want to save the changes?</string>
<string name="save">Save</string>
<string name="discard">Discard</string>
<string name="missing_local_information_title">Missing local information</string>
<string name="missing_local_information_message">Please fetch the missing information from your instance first</string>
<string name="enter_credentials">Fetch information</string>
<string name="upload">Upload</string>
<string name="accept">Accept</string>
<string name="reject">Reject</string>
<string name="public_key">Public Key</string>
<string name="qr_code">QR code</string>
<string name="str_continue">continue</string>
<string name="delete">delete</string>
<string name="delete_local_data">Delete local data</string>
<string name="delete_local_data_msg">
This action will delete the <b>URL</b>, <b>automation key</b> and your downloaded <b>organisation information</b>.
\n\nKeep in mind that the latter is required for synchronisation.
</string>
<string name="override">override</string>
<string name="override_local_data">Override local data</string>
<string name="override_local_data_msg">Do you really want to override the local information stored on this device?</string>
<string name="credentials_activity">Sync Profile</string>
<string name="server_url">Server URL</string>
<string name="authkey">Authkey</string>
<string name="credential_settings">Credential Settings</string>
<string name="sync_information">Sync Information</string>
<string name="error_url_required">Enter MISP base url</string>
<string name="error_automation_key">Enter MISP automation key</string>
<string name="copied_to_clipboard">Copied to clipboard</string>
<string name="dialog_open_in_browser_msg">Open %1$s in browser?</string>
<string name="dialog_open_browser_title">Open in browser</string>
<string name="open">open</string>
<string name="settings">Settings</string>
<string name="request_scanned_pk">Has your sync partner scanned your Public Key?</string>
<string name="request_scanned_si">Has your sync partner scanned your Sync Information?</string>
<string name="yes">Yes</string>
<string name="no">No</string>
<string name="proceed">Proceed</string>
</resources>