blob: 90e8892568eb16b5d5e7c8b4c4d9d8436000ba85 [file] [log] [blame]
Brian Muramatsu70a9e3f2010-06-25 15:27:09 -07001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2010 The Android Open Source Project
3
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15-->
16<resources>
17 <string name="app_name">CTS Verifier</string>
18 <string name="welcome_text">Welcome to the CTS Verifier!</string>
Brian Muramatsubf8790e2010-08-06 11:42:32 -070019 <string name="continue_button_text">Continue</string>
Brian Muramatsue1181872010-08-20 12:59:39 -070020
Brian Muramatsuff1038f2010-08-26 14:37:08 -070021 <string name="pass_button_text">Pass</string>
Brian Muramatsu14e1cbb2010-09-13 18:33:39 -070022 <string name="info_button_text">Info</string>
Brian Muramatsuff1038f2010-08-26 14:37:08 -070023 <string name="fail_button_text">Fail</string>
24
25 <!-- Strings for TestResultsReport -->
Brian Muramatsue49daa92011-06-03 14:57:01 -070026 <string name="subject_header">[CTS Verifier %1$s]</string>
27 <string name="body_header">CTS Verifier %1$s Test Results</string>
Brian Muramatsuff1038f2010-08-26 14:37:08 -070028 <string name="pass_result">PASS</string>
29 <string name="fail_result">FAIL</string>
30 <string name="not_executed_result">NOT_EXECUTED</string>
Brian Muramatsue1181872010-08-20 12:59:39 -070031
Brian Muramatsu78d2c1d2010-08-16 15:22:30 -070032 <!-- Strings for TestListActivity -->
Brian Muramatsubf8790e2010-08-06 11:42:32 -070033 <string name="test_list_title">Manual Test List</string>
Brian Muramatsuf8946202010-11-09 13:43:39 -080034 <string name="test_category_audio">Audio</string>
Brian Muramatsu1f549802011-06-09 15:25:28 -070035 <string name="test_category_camera">Camera</string>
Brian Muramatsue891acb2011-05-19 16:02:39 -070036 <string name="test_category_networking">Networking</string>
Brian Muramatsu78d2c1d2010-08-16 15:22:30 -070037 <string name="test_category_sensors">Sensors</string>
38 <string name="test_category_security">Security</string>
39 <string name="test_category_features">Features</string>
40 <string name="test_category_other">Other</string>
Brian Muramatsuac007372010-08-18 11:02:28 -070041 <string name="clear">Clear</string>
42 <string name="test_results_cleared">Test results cleared.</string>
Brian Muramatsue49daa92011-06-03 14:57:01 -070043 <string name="copy">Copy</string>
44 <string name="test_results_copied">Test results copied to clipboard.</string>
Brian Muramatsuff1038f2010-08-26 14:37:08 -070045 <string name="share">Share</string>
46 <string name="share_test_results">Share Test Results</string>
Dan Morrill5df275b2010-08-11 12:19:19 -070047
Brian Muramatsue891acb2011-05-19 16:02:39 -070048 <!-- Strings for BluetoothActivity -->
49 <string name="bluetooth_test">Bluetooth Test</string>
50 <string name="bluetooth_test_info">The Bluetooth Control tests check whether or not the device
51 can disable and enable Bluetooth properly.\n\nThe Device Communication tests require two
52 devices to pair and exchange messages. The two devices must be:
53 \n\n1. a candidate device implementation running the software build to be tested
54 \n\n2. a separate device implementation already known to be compatible</string>
55
56 <string name="bt_not_available_title">Bluetooth is not available?</string>
57 <string name="bt_not_available_message">If your device is supposed to have Bluetooth, your API implementation is not behaving correctly!</string>
58
59 <string name="bt_control">Bluetooth Control</string>
60 <string name="bt_device_communication">Device Communication</string>
61
62 <string name="bt_toggle_bluetooth">Toggle Bluetooth</string>
63 <string name="bt_toggle_instructions">Disable and enable Bluetooth to successfully complete this test.</string>
64 <string name="bt_enable_bluetooth">Enable Bluetooth</string>
65 <string name="bt_disable_bluetooth">Disable Bluetooth</string>
66 <string name="bt_disabling">Disabling Bluetooth...</string>
67 <string name="bt_disabling_error">Could not disable Bluetooth...</string>
68
69 <string name="bt_secure_server">Secure Server</string>
70 <string name="bt_secure_server_instructions">Start the CTS Verifier on another device, start the Bluetooth test, and choose \"Secure Client\" to complete the test.</string>
71 <string name="bt_insecure_server">Insecure Server</string>
72 <string name="bt_insecure_server_instructions">Start the CTS Verifier on another device, start the Bluetooth test, and choose \"Insecure Client\" to complete the test.</string>
73 <string name="bt_waiting">Waiting for client...</string>
74 <string name="bt_connecting">Connecting...</string>
75 <string name="bt_received_messages">Received Messages</string>
76 <string name="bt_sent_messages">Sent Messages</string>
77 <string name="bt_no_messages">No messages</string>
78 <string name="bt_make_discoverable">Make Discoverable</string>
79
80 <string name="bt_secure_client">Secure Client</string>
81 <string name="bt_insecure_client">Insecure Client</string>
82
83 <string name="bt_device_picker">Device Picker</string>
84 <string name="bt_paired_devices">Paired Devices</string>
85 <string name="bt_new_devices">New Devices</string>
86 <string name="bt_no_devices">No devices</string>
87 <string name="bt_scan">Scan for Devices</string>
88 <string name="bt_scanning">Scanning...</string>
89 <string name="bt_unpair">Device must be unpaired via Bluetooth settings before completing the test.\n\nUnpair the device in settings, make the server discoverable, and rescan to pick this device.</string>
90 <string name="bt_settings">Bluetooth Settings</string>
91
Brian Muramatsuaccc6842010-08-11 18:57:27 -070092 <!-- Strings for FeatureSummaryActivity -->
Dan Morrill5df275b2010-08-11 12:19:19 -070093 <string name="feature_summary">Hardware/Software Feature Summary</string>
Brian Muramatsu14e1cbb2010-09-13 18:33:39 -070094 <string name="feature_summary_info">This is a test for...</string>
Dan Morrill5df275b2010-08-11 12:19:19 -070095 <string name="fs_disallowed">WARNING: device reports a disallowed feature name</string>
96 <string name="fs_missing_wifi_telephony">WARNING: device reports neither WiFi nor telephony</string>
97 <string name="fs_no_data">No data.</string>
Dan Morrill71351d82010-10-20 15:26:00 -070098 <string name="fs_legend_good">standard feature reported by device</string>
99 <string name="fs_legend_indeterminate">optional feature not reported by device</string>
100 <string name="fs_legend_warning">non-standard feature reported by device</string>
101 <string name="fs_legend_error">required feature not reported, or forbidden feature reported</string>
102
Dan Morrill5df275b2010-08-11 12:19:19 -0700103 <string name="empty"></string>
104
Brian Muramatsuaccc6842010-08-11 18:57:27 -0700105 <!-- Strings for AccelerometerTestActivity and MagnetometerTestActivity -->
Dan Morrill5df275b2010-08-11 12:19:19 -0700106 <string name="snsr_accel_test">Accelerometer Test</string>
Dan Morrill71351d82010-10-20 15:26:00 -0700107 <string name="snsr_accel_test_info">This test verifies that the accelerometer is working properly. As you move the device around through space, the triangle should always point down (i.e. in the direction of gravity.) If it does not, the accelerometer is improperly configured.</string>
Dan Morrill5df275b2010-08-11 12:19:19 -0700108 <string name="snsr_mag_test">Magnetometer Test</string>
Dan Morrill71351d82010-10-20 15:26:00 -0700109 <string name="snsr_mag_test_info">This test verifies that the magnetometer (compass) is working properly. As you move the device around through space, the triangle should always point toward the north pole (which may point through the ground.) If it does not, the magnetometer is improperly configured. Be sure not to run this test with the device near any strong magnetic field generators.</string>
Brian Muramatsuaccc6842010-08-11 18:57:27 -0700110
111 <!-- Strings for SuidFilesActivity -->
Brian Muramatsu14e1cbb2010-09-13 18:33:39 -0700112 <string name="suid_files">SUID File Scanner</string>
113 <string name="suid_files_info">This test will attempt to find unauthorized SUID binaries, but it is not comprehensive due to permission restrictions.\n\nAuthorized SUID binaries will appear green, while unauthorized SUID binaries will appear red.\n\nPress OK to start the scan...</string>
Brian Muramatsuac007372010-08-18 11:02:28 -0700114 <string name="scanning_directory">Scanning directory...</string>
Brian Muramatsu22330722010-08-13 14:48:36 -0700115 <string name="file_status">User: %1$s\nGroup: %2$s\nPermissions: %3$s\nPath: %4$s</string>
Brian Muramatsuaccc6842010-08-11 18:57:27 -0700116 <string name="no_file_status">Could not stat file...</string>
117 <string name="congratulations">Congratulations!</string>
118 <string name="no_suid_files">No unauthorized suid files detected!</string>
Brian Muramatsuf8946202010-11-09 13:43:39 -0800119
120 <!-- Strings for Audio Quality Verifier -->
121
122 <!-- Title for Audio Quality Verifier activity -->
123 <string name="aq_verifier">Audio Quality Verifier</string>
Brian Muramatsu47fdb582010-11-29 16:59:21 -0800124 <string name="aq_verifier_info">
125 1. Click \"Calibrate\". Position the phone in front of the center of
126 the speaker cone with the microphone facing the speaker,
127 and adjust the volume of the speaker until the status message
128 indicates it is correct.
129 \n\n2. Click on any test in the list to run it, or \"Run All\" to run
130 each test in sequence.
131 \n\nIf the sound level check fails, go back to the calibration step before
132 running any other test.
133 \n\n3. Click \"Results\" to view the outcomes. A correctly functioning
134 device should pass all tests.
135 \n\n4. Click \"Send by email\" from the results page to send the
136 results to an e-mail address of your choice. The recordings
137 made are also attached as raw 16 bit, 16 kHz audio files to
138 help you diagnose any failed tests.
139 </string>
Brian Muramatsuf8946202010-11-09 13:43:39 -0800140
141 <!-- Button labels for VerifierActivity -->
142 <string name="aq_calibrate">Calibrate</string>
143 <string name="aq_run_all">Run All</string>
144 <string name="aq_stop">Stop</string>
145 <string name="aq_view_results">Results</string>
146 <string name="aq_email_results">Send by email</string>
147 <string name="aq_clear">Clear</string>
148
149 <!-- Title for ViewResultsActivity -->
150 <string name="aq_view_results_name">Audio Quality Results</string>
151 <!-- Button label for ViewResultsActivity -->
152 <string name="aq_dismiss">Dismiss</string>
153 <!-- E-mail subject line for test results -->
154 <string name="aq_subject">Android Audio Quality Verifier Test Results</string>
155
156 <!-- Title for CalibrateVolumeActivity -->
157 <string name="aq_calibrate_volume_name">Calibrate Volume</string>
158 <!-- Instructions for calibrating the volume -->
159 <string name="aq_calibrate_volume_instructions">Adjust volume to the central point</string>
160 <!-- Button label for CalibrateVolumeActivity -->
161 <string name="aq_done">Done</string>
162 <!-- Status values for CalibrateVolumeActivity -->
163 <string name="aq_status_unknown">Status: unknown</string>
164 <string name="aq_status_low">Volume too low</string>
165 <string name="aq_status_high">Volume too high</string>
166 <string name="aq_status_ok">Volume OK</string>
167
168 <!-- Experiment names -->
169 <string name="aq_default_exp">Unnamed experiment</string>
170 <string name="aq_sound_level_exp">Sound level check</string>
171 <string name="aq_spectrum_shape_exp">Spectrum shape test</string>
172 <string name="aq_glitch_exp">Glitch test</string>
173 <string name="aq_linearity_exp">Gain linearity test</string>
David Ingramd6593f62010-11-24 16:48:36 +0000174 <string name="aq_overflow_exp">Overflow check</string>
Brian Muramatsuf8946202010-11-09 13:43:39 -0800175 <string name="aq_bias_exp">Bias measurement</string>
Brian Muramatsuf62c0222011-02-13 22:10:59 -0800176 <string name="aq_cold_latency">Cold recording latency</string>
177 <string name="aq_warm_latency">Warm recording latency</string>
Brian Muramatsuf8946202010-11-09 13:43:39 -0800178
179 <!-- Experiment outcomes -->
180 <string name="aq_fail">Fail</string>
181 <string name="aq_pass">Pass</string>
182 <string name="aq_complete">Complete</string>
183
184 <!-- Experiment reports -->
185 <string name="aq_loopback_report">Experiment ran successfully.</string>
186 <string name="aq_bias_report">Mean = %1$.3g, tolerance = +/- %2$.0f\nRMS = %3$.0f, duration = %4$.1fs</string>
David Ingramd6593f62010-11-24 16:48:36 +0000187 <string name="aq_overflow_report_error">Overflow check unsuccessful</string>
188 <string name="aq_overflow_report_short">Insufficient tone detected.\nExpected %1$.1fs tone; observed %2$.1fs</string>
189 <string name="aq_overflow_report_fail">"Overflow check failed due to discontinuities.\nObserved %1$d bad frames\nTone duration %2$.1fs\nMin peak = %3$.0f, max = %4$.0f</string>
190 <string name="aq_overflow_report_pass">"Observed %1$d bad frames\nTone duration %2$.1fs\nMin peak = %3$.0f, max = %4$.0f</string>
Brian Muramatsuf8946202010-11-09 13:43:39 -0800191 <string name="aq_linearity_report_error">Experiment failed, error code %1$g</string>
192 <string name="aq_linearity_report_normal">Deviation from linearity = %1$.3g dB\nMax allowed = %2$.1f dB</string>
193 <string name="aq_glitch_report_error">Error performing Glitch test.</string>
194 <string name="aq_glitch_report_exact">%1$d glitches detected; expected %2$d, duration %3$.1fs</string>
195 <string name="aq_glitch_report_range">%1$d glitches detected; expected %2$d-%3$d, duration %4$.1fs</string>
196 <string name="aq_level_report">RMS = %1$.0f, target = %2$.0f\nTolerance = %3$.1f%%\nDuration = %4$.1fs</string>
197 <string name="aq_spectrum_report_error">Cannot perform test.\nCheck volume is sufficiently high?</string>
198 <string name="aq_spectrum_report_normal">RMS deviation = %1$.2f\nMax allowed deviation = %2$.1f</string>
Brian Muramatsu1f549802011-06-09 15:25:28 -0700199
Brian Muramatsuf62c0222011-02-13 22:10:59 -0800200 <string name="aq_cold_latency_report">Latency = %1$dms, maximum allowed = %2$dms</string>
201 <string name="aq_warm_latency_report_error">RMS = %1$.0f, target = %2$.0f</string>
202 <string name="aq_warm_latency_report_normal">Latency = %1$dms</string>
203
204 <!-- General experiment messages -->
205 <string name="aq_audiorecord_buffer_size_error">Error getting minimum AudioRecord buffer size: %1$d</string>
206 <string name="aq_audiotrack_buffer_size_error">Error getting minimum AudioTrack buffer size: %1$d</string>
207 <string name="aq_init_audiorecord_error">Error initializing AudioRecord instance</string>
208 <string name="aq_init_audiotrack_error">Error initializing AudioTrack instance</string>
209 <string name="aq_recording_error">Error reading data from AudioRecord instance</string>
210 <string name="aq_exception_error">Exception thrown during test: %1$s</string>
211
Brian Muramatsu1f549802011-06-09 15:25:28 -0700212 <!-- Strings for Camera Analyzer -->
213 <string name="camera_analyzer">Camera Analyzer</string>
214 <string name="ca_run_label">Find color checker</string>
215 <string name="ca_result_label">Patch values will be here</string>
Brian Muramatsu70a9e3f2010-06-25 15:27:09 -0700216</resources>