Quick copy change device -> session

This commit is contained in:
Valere 2020-01-31 10:00:44 +01:00
parent 4fb59aadb1
commit 7b385c3b36
2 changed files with 10 additions and 8 deletions

View File

@ -1964,7 +1964,7 @@ Not all features in Riot are implemented in RiotX yet. Main missing (and coming
<string name="notification_initial_sync">Initial Sync…</string>
<string name="settings_show_devices_list">See all my devices</string>
<string name="settings_show_devices_list">See all my sessions</string>
<string name="settings_advanced_settings">Advanced settings</string>
<string name="settings_developer_mode">Developer mode</string>
<string name="settings_developer_mode_summary">The developer mode activates hidden features and may also make the application less stable. For developers only!</string>
@ -1973,8 +1973,8 @@ Not all features in Riot are implemented in RiotX yet. Main missing (and coming
<string name="settings_rageshake_detection_threshold_summary">Shake your phone to test the detection threshold</string>
<string name="rageshake_detected">Shake detected!</string>
<string name="settings">Settings</string>
<string name="devices_current_device">Current device</string>
<string name="devices_other_devices">Other devices</string>
<string name="devices_current_device">Current session</string>
<string name="devices_other_devices">Other sessions</string>
<string name="autocomplete_limited_results">Showing only the first results, type more letters…</string>

View File

@ -33,7 +33,7 @@
<string name="verification_request">Verification Request</string>
<string name="verification_verify_device">Verify this device</string>
<string name="verification_verify_device">Verify this session</string>
<string name="verification_verify_device_manually">Manually verify</string>
<!-- Sender name of a message when it is send by you, e.g. You: Hello!-->
@ -119,10 +119,12 @@
<string name="settings_active_sessions_list">Active Sessions</string>
<string name="settings_active_sessions_show_all">Show All Sessions</string>
<string name="settings_active_sessions_manage">Manage Sessions</string>
<string name="settings_active_sessions_signout_device">Sign out this device</string>
<string name="settings_active_sessions_signout_device">Sign out this session</string>
<string name="settings_failed_to_get_crypto_device_info">No cryptographic information available</string>
<string name="settings_active_sessions_verified_device_desc">This session is trusted for secure messaging because you verified it:</string>
<string name="settings_active_sessions_unverified_device_desc">Verify this session to mark it as trusted &amp; grant it access to encrypted messages. If you didnt sign in to this device your account may be compromised:</string>
<string name="settings_active_sessions_unverified_device_desc">Verify this session to mark it as trusted &amp; grant it access to encrypted messages. If you didnt sign in to this session your account may be compromised:</string>
<plurals name="settings_active_sessions_count">
<item quantity="one">%d active session</item>
@ -146,8 +148,8 @@
<string name="not_trusted">Not Trusted</string>
<string name="verification_profile_device_verified_because">This device is trusted for secure messaging because %1$s (%2$s) verified it:</string>
<string name="verification_profile_device_new_signing">%1$s (%2$s) signed in using a new device:</string>
<string name="verification_profile_device_untrust_info">Until this user trusts this device, messages sent to and from it are labelled with warnings. Alternatively, you can manually verify it.</string>
<string name="verification_profile_device_new_signing">%1$s (%2$s) signed in using a new session:</string>
<string name="verification_profile_device_untrust_info">Until this user trusts this session, messages sent to and from it are labelled with warnings. Alternatively, you can manually verify it.</string>
<string name="initialize_cross_signing">Initialize CrossSigning</string>