element-android/vector/src/main/res/values/strings_riotX.xml

27 lines
1.4 KiB
XML
Raw Normal View History

2019-03-18 17:17:17 +03:00
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Strings not defined in Riot -->
<string name="notification_initial_sync">Initial Sync…</string>
2019-09-13 19:21:56 +03:00
<string name="settings_show_devices_list">See all my devices</string>
<string name="settings_advanced_settings">Advanced settings</string>
2020-01-02 18:01:47 +03:00
<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>
2020-01-02 18:24:31 +03:00
<string name="settings_rageshake">Rageshake</string>
2020-01-02 19:42:44 +03:00
<string name="settings_rageshake_detection_threshold">Detection threshold</string>
<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>
2020-01-06 12:51:30 +03:00
<string name="devices_current_device">Current device</string>
<string name="devices_other_devices">Other devices</string>
<string name="autocomplete_limited_results">Showing only the first results, type more letters…</string>
2020-01-08 19:58:26 +03:00
<string name="settings_developer_mode_fail_fast_title">Fail-fast</string>
<string name="settings_developer_mode_fail_fast_summary">RiotX may crash more often when an unexpected error occurs</string>
</resources>