Home | History | Annotate | Download | only in values
      1 <resources>
      2     <string name="app_name">WALT</string>
      3 
      4     <string name="action_settings">Settings</string>
      5     <string name="title_activity_crash_log">Crash Log</string>
      6     <string name="protocol_version_mismatch">WALT reports protocol version %1$s, which is not
      7         supported. Please program WALT to a firmware with protocol version %2$s. To do this
      8         from the app, choose "Update WALT Firmware" from the "Diagnostics" menu.</string>
      9     <string name="audio_mode">Audio Testing Mode</string>
     10     <string name="screen_response_mode">Screen Testing Mode</string>
     11     <string name="about_description">WALT is designed to measure the latency of physical sensors
     12         and outputs on phones and computers. It can currently perform the following measurements:
     13         tap latency, drag latency (scroll), screen draw latency, audio output/microphone
     14         latencies, and MIDI input/output latencies.
     15     </string>
     16     <string name="disclaimer">DISCLAIMER: This is not an official Google product.</string>
     17     <string name="more_info">A WALT device is required to run the latency tests. For more information, visit github.com/google/walt</string>
     18     <string name="privacy_policy">Privacy policy:\ngithub.com/google/walt/blob/master/docs/PrivacyPolicy.md</string>
     19     <string name="preference_screen_blinks" translatable="false">pref_screen_blinks</string>
     20     <string name="preference_audio_in_reps" translatable="false">pref_audio_in_reps</string>
     21     <string name="preference_audio_in_threshold" translatable="false">pref_audio_in_threshold</string>
     22     <string name="preference_audio_out_reps" translatable="false">pref_audio_out_reps</string>
     23     <string name="preference_midi_in_reps" translatable="false">pref_midi_in_reps</string>
     24     <string name="preference_midi_out_reps" translatable="false">pref_midi_out_reps</string>
     25     <string name="preference_auto_increase_brightness">auto_increase_brightness</string>
     26     <string name="preference_show_tap_histogram">pref_show_tap_histogram</string>
     27     <string name="preference_show_blink_histogram">pref_show_blink_histogram</string>
     28     <string name="preference_systrace">pref_systrace</string>
     29     <string name="preference_screen_fullscreen">pref_screen_fullscreen</string>
     30     <string name="preference_log_url">pref_log_url</string>
     31     <string name="preference_auto_upload_log">pref_auto_upload_log</string>
     32     <string-array name="audio_mode_array">
     33         <item>Continuous Playback Latency</item>
     34         <item>Continuous Recording Latency</item>
     35         <item>Cold Playback Latency</item>
     36         <item>Cold Recording Latency</item>
     37         <item>Display Recorded Waveform</item>
     38     </string-array>
     39     <string-array name="screen_response_mode_array">
     40         <item>Blink Latency</item>
     41         <item>Brightness Curve</item>
     42         <item>Fast Path Graphics</item>
     43     </string-array>
     44 
     45 </resources>
     46