• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<resources>
2    <string name="app_name">WALT</string>
3
4    <string name="title_activity_crash_log">Crash Log</string>
5    <string name="protocol_version_mismatch">WALT reports protocol version %1$s, which is not
6        supported. Please program WALT to a firmware with protocol version %2$s. To do this
7        from the app, choose "Update WALT Firmware" from the "Diagnostics" menu.</string>
8    <string name="audio_mode">Audio Testing Mode</string>
9    <string name="screen_response_mode">Screen Testing Mode</string>
10    <string name="about_description">WALT is designed to measure the latency of physical sensors
11        and outputs on phones and computers. It can currently perform the following measurements:
12        tap latency, drag latency (scroll), screen draw latency, audio output/microphone
13        latencies, and MIDI input/output latencies.
14    </string>
15    <string name="disclaimer">DISCLAIMER: This is not an official Google product.</string>
16    <string name="more_info">A WALT device is required to run the latency tests. For more information, visit github.com/google/walt</string>
17    <string name="privacy_policy">Privacy policy:\ngithub.com/google/walt/blob/master/docs/PrivacyPolicy.md</string>
18    <string name="hint_url">Enter URL</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 name="start">Start</string>
33    <string name="close">Close</string>
34    <string name="reconnect">Reconnect</string>
35    <string name="tbd_conn_status">TBD: Conn status</string>
36    <string name="tap_latency">Tap latency</string>
37    <string name="drag_latency">Drag latency</string>
38    <string name="screen_response">Screen response</string>
39    <string name="audio_latency">Audio latency</string>
40    <string name="midi_latency">MIDI latency</string>
41    <string name="view_log">View log</string>
42    <string name="accelerometer_latency">Accelerometer latency</string>
43    <string name="settings">Settings</string>
44    <string name="about">About</string>
45    <string name="diagnostics">Diagnostics</string>
46    <string name="tbd_connection_sync_status">TBD: Connection/sync status</string>
47    <string name="ping">Ping</string>
48    <string name="ping_over_usb_with_1_byte">Ping over USB with 1 byte</string>
49    <string name="re_sync_clocks">Re-sync clocks</string>
50    <string name="check_clock_drift">Check clock drift</string>
51    <string name="check_how_much_clocks_diverged">Check how much clocks diverged</string>
52    <string name="update_walt_firmware">Update WALT Firmware</string>
53    <string name="please_press_the_button_on_the_teensy_first">Please press the button on the Teensy first</string>
54    <string name="finish">Finish</string>
55    <string name="restart">Restart</string>
56    <string name="stop">Stop</string>
57    <string name="start_midi_in">Start MIDI in</string>
58    <string name="start_midi_out">Start MIDI out</string>
59    <string name="upload">Upload</string>
60    <string name="share">Share</string>
61    <string name="help">Help</string>
62    <string-array name="audio_mode_array">
63        <item>Continuous Playback Latency</item>
64        <item>Continuous Recording Latency</item>
65        <item>Cold Playback Latency</item>
66        <item>Cold Recording Latency</item>
67        <item>Display Recorded Waveform</item>
68    </string-array>
69    <string-array name="screen_response_mode_array">
70        <item>Blink Latency</item>
71        <item>Brightness Curve</item>
72        <item>Fast Path Graphics</item>
73    </string-array>
74
75</resources>
76