Brian Muramatsu | 70a9e3f | 2010-06-25 15:27:09 -0700 | [diff] [blame] | 1 | <?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 |
Jeff Davidson | 112f279 | 2011-08-22 09:46:46 -0700 | [diff] [blame] | 7 | |
Brian Muramatsu | 70a9e3f | 2010-06-25 15:27:09 -0700 | [diff] [blame] | 8 | http://www.apache.org/licenses/LICENSE-2.0 |
Jeff Davidson | 112f279 | 2011-08-22 09:46:46 -0700 | [diff] [blame] | 9 | |
Brian Muramatsu | 70a9e3f | 2010-06-25 15:27:09 -0700 | [diff] [blame] | 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 Muramatsu | 82ab52a | 2011-06-27 14:02:12 -0700 | [diff] [blame] | 19 | <string name="version_text">%1$s</string> |
Brian Muramatsu | bf8790e | 2010-08-06 11:42:32 -0700 | [diff] [blame] | 20 | <string name="continue_button_text">Continue</string> |
Brian Muramatsu | e118187 | 2010-08-20 12:59:39 -0700 | [diff] [blame] | 21 | |
Brian Muramatsu | ff1038f | 2010-08-26 14:37:08 -0700 | [diff] [blame] | 22 | <string name="pass_button_text">Pass</string> |
Brian Muramatsu | 14e1cbb | 2010-09-13 18:33:39 -0700 | [diff] [blame] | 23 | <string name="info_button_text">Info</string> |
Brian Muramatsu | ff1038f | 2010-08-26 14:37:08 -0700 | [diff] [blame] | 24 | <string name="fail_button_text">Fail</string> |
| 25 | |
| 26 | <!-- Strings for TestResultsReport --> |
Brian Muramatsu | 82ab52a | 2011-06-27 14:02:12 -0700 | [diff] [blame] | 27 | <string name="subject_header">CTS Verifier %1$s - %2$s</string> |
Brian Muramatsu | e118187 | 2010-08-20 12:59:39 -0700 | [diff] [blame] | 28 | |
Brian Muramatsu | 78d2c1d | 2010-08-16 15:22:30 -0700 | [diff] [blame] | 29 | <!-- Strings for TestListActivity --> |
Brian Muramatsu | bf8790e | 2010-08-06 11:42:32 -0700 | [diff] [blame] | 30 | <string name="test_list_title">Manual Test List</string> |
Brian Muramatsu | f894620 | 2010-11-09 13:43:39 -0800 | [diff] [blame] | 31 | <string name="test_category_audio">Audio</string> |
Brian Muramatsu | 713049d | 2011-06-23 18:35:36 -0700 | [diff] [blame] | 32 | <string name="test_category_device_admin">Device Administration</string> |
Brian Muramatsu | e891acb | 2011-05-19 16:02:39 -0700 | [diff] [blame] | 33 | <string name="test_category_networking">Networking</string> |
Brian Muramatsu | 78d2c1d | 2010-08-16 15:22:30 -0700 | [diff] [blame] | 34 | <string name="test_category_sensors">Sensors</string> |
| 35 | <string name="test_category_security">Security</string> |
Jeff Davidson | 112f279 | 2011-08-22 09:46:46 -0700 | [diff] [blame] | 36 | <string name="test_category_streaming">Streaming</string> |
Brian Muramatsu | 78d2c1d | 2010-08-16 15:22:30 -0700 | [diff] [blame] | 37 | <string name="test_category_features">Features</string> |
| 38 | <string name="test_category_other">Other</string> |
Brian Muramatsu | ac00737 | 2010-08-18 11:02:28 -0700 | [diff] [blame] | 39 | <string name="clear">Clear</string> |
| 40 | <string name="test_results_cleared">Test results cleared.</string> |
Brian Muramatsu | e49daa9 | 2011-06-03 14:57:01 -0700 | [diff] [blame] | 41 | <string name="copy">Copy</string> |
| 42 | <string name="test_results_copied">Test results copied to clipboard.</string> |
Brian Muramatsu | 82ab52a | 2011-06-27 14:02:12 -0700 | [diff] [blame] | 43 | <string name="test_results_error">Couldn\'t create test results report.</string> |
Jeff Davidson | 4c3bbd8 | 2011-08-02 11:51:43 -0700 | [diff] [blame] | 44 | <string name="export">Export</string> |
| 45 | <string name="no_storage">Cannot save report to external storage, see log for details.</string> |
| 46 | <string name="report_saved">Report saved to: %s</string> |
Dan Morrill | 5df275b | 2010-08-11 12:19:19 -0700 | [diff] [blame] | 47 | |
Brian Muramatsu | 0ac3cdf | 2011-08-03 11:47:10 -0700 | [diff] [blame] | 48 | <!-- Strings for BackupTestActivity --> |
| 49 | <string name="backup_test">Data Backup Test</string> |
Jeff Davidson | 112f279 | 2011-08-22 09:46:46 -0700 | [diff] [blame] | 50 | <string name="backup_info">This test checks that data backup and automatic restore works |
Brian Muramatsu | 0ac3cdf | 2011-08-03 11:47:10 -0700 | [diff] [blame] | 51 | properly. The test activity lists some preferences and files that are backed up and |
| 52 | restored by the CTS Verifier. If backup and restore is working properly, these values |
| 53 | should be restored after running the backup manager, uninstalling the app, and reinstalling |
| 54 | the CTS Verifier. |
| 55 | \n\nPress the \"Generate Test Data\" to populate these values |
| 56 | and then follow the on screen instructions to finish the test. |
| 57 | </string> |
| 58 | <string name="bu_preferences">Preferences</string> |
| 59 | <string name="bu_files">Files</string> |
| 60 | <string name="bu_loading">Loading...</string> |
| 61 | <string name="bu_generate">Generate Test Data</string> |
| 62 | <string name="bu_generate_error">Error occurred while generating test data...</string> |
| 63 | <string name="bu_instructions">Random values for the preferences and files have been saved. |
| 64 | \n\nFollow the instructions below to check that the data backup and restore works: |
Jeff Davidson | 112f279 | 2011-08-22 09:46:46 -0700 | [diff] [blame] | 65 | \n\n1. Make sure backup and automatic restore are enabled in settings. Depending on the |
| 66 | backup transport supported by the device you may need to do additional steps. For instance |
Brian Muramatsu | 0ac3cdf | 2011-08-03 11:47:10 -0700 | [diff] [blame] | 67 | you may need to set a Google account as the backup account for the device. |
| 68 | \n\n2. Run the backup manager: adb shell bmgr run |
| 69 | \n\n3. Uninstall the program: adb uninstall com.android.cts.verifier |
| 70 | \n\n4. Reinstall the CTS Verifier and verify that the values are still the same. |
| 71 | </string> |
| 72 | <string name="bu_settings">Settings</string> |
| 73 | |
Brian Muramatsu | 713049d | 2011-06-23 18:35:36 -0700 | [diff] [blame] | 74 | <!-- Strings for Device Administration tests --> |
| 75 | <string name="da_policy_serialization_test">Policy Serialization Test</string> |
| 76 | <string name="da_policy_serialization_info">This test checks that a device policy is properly |
| 77 | saved and loaded across reboots.\n\nPress the \"Generate Policy\" button to create |
| 78 | a random policy. Then press the \"Apply Policy\" button to apply the policy. Reboot the |
| 79 | device and verify that all rows in the policy list are green. Red items indicate policy |
| 80 | settings that were not loaded properly. |
| 81 | </string> |
| 82 | <string name="da_no_policy">1. Press the \"Generate Policy\" to create a random device |
| 83 | policy\n\n2. Press \"Apply Policy\" to put the policy into effect.\n\n3. Reboot your |
| 84 | device and return to this test in the CTS Verifier. |
| 85 | </string> |
| 86 | <string name="da_generate_policy">Generate Policy</string> |
| 87 | <string name="da_apply_policy">Apply Policy</string> |
| 88 | <string name="da_random_policy">Random policy generated.</string> |
| 89 | <string name="da_policy_reboot">Reboot your device and return to this CTS Verifier test.</string> |
| 90 | <string name="da_password_quality">Password Quality</string> |
| 91 | <string name="da_password_quality_alphabetic">Alphabetic</string> |
| 92 | <string name="da_password_quality_alphanumeric">Alphanumeric</string> |
| 93 | <string name="da_password_quality_numeric">Numeric</string> |
| 94 | <string name="da_password_quality_something">Something</string> |
| 95 | <string name="da_password_quality_unspecified">Unspecified</string> |
| 96 | <string name="da_password_minimum_length">Minimum Password Length</string> |
| 97 | <string name="da_maximum_failed_passwords_for_wipe">Maximum Failed Passwords for Wipe</string> |
| 98 | <string name="da_maximum_time_to_lock">Maximum Time to Lock</string> |
| 99 | <string name="da_policy_info">Expected value: %1$s\nActual value: %2$s</string> |
| 100 | |
| 101 | <string name="da_screen_lock_test">Screen Lock Test</string> |
| 102 | <string name="da_screen_lock_info">This test checks that the DevicePolicyManager\'s lockNow |
| 103 | method immediately locks the screen. It should lock the screen immediately despite any |
Brian Muramatsu | 76c5025 | 2011-06-29 17:12:29 -0700 | [diff] [blame] | 104 | settings that may specify a timeout.\n\nClick the \"Force Lock\" button to lock the screen. |
| 105 | Your screen should be locked and require the password to be entered. |
Brian Muramatsu | 713049d | 2011-06-23 18:35:36 -0700 | [diff] [blame] | 106 | </string> |
| 107 | <string name="da_force_lock">Force Lock</string> |
Brian Muramatsu | 713049d | 2011-06-23 18:35:36 -0700 | [diff] [blame] | 108 | <string name="da_lock_success">It appears the screen was locked successfully!</string> |
| 109 | <string name="da_lock_error">It does not look like the screen was locked...</string> |
| 110 | |
Brian Muramatsu | e891acb | 2011-05-19 16:02:39 -0700 | [diff] [blame] | 111 | <!-- Strings for BluetoothActivity --> |
| 112 | <string name="bluetooth_test">Bluetooth Test</string> |
Jeff Davidson | 112f279 | 2011-08-22 09:46:46 -0700 | [diff] [blame] | 113 | <string name="bluetooth_test_info">The Bluetooth Control tests check whether or not the device |
Brian Muramatsu | e891acb | 2011-05-19 16:02:39 -0700 | [diff] [blame] | 114 | can disable and enable Bluetooth properly.\n\nThe Device Communication tests require two |
| 115 | devices to pair and exchange messages. The two devices must be: |
| 116 | \n\n1. a candidate device implementation running the software build to be tested |
| 117 | \n\n2. a separate device implementation already known to be compatible</string> |
| 118 | |
| 119 | <string name="bt_not_available_title">Bluetooth is not available?</string> |
| 120 | <string name="bt_not_available_message">If your device is supposed to have Bluetooth, your API implementation is not behaving correctly!</string> |
| 121 | |
| 122 | <string name="bt_control">Bluetooth Control</string> |
| 123 | <string name="bt_device_communication">Device Communication</string> |
| 124 | |
| 125 | <string name="bt_toggle_bluetooth">Toggle Bluetooth</string> |
| 126 | <string name="bt_toggle_instructions">Disable and enable Bluetooth to successfully complete this test.</string> |
| 127 | <string name="bt_enable_bluetooth">Enable Bluetooth</string> |
| 128 | <string name="bt_disable_bluetooth">Disable Bluetooth</string> |
| 129 | <string name="bt_disabling">Disabling Bluetooth...</string> |
| 130 | <string name="bt_disabling_error">Could not disable Bluetooth...</string> |
| 131 | |
| 132 | <string name="bt_secure_server">Secure Server</string> |
| 133 | <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> |
| 134 | <string name="bt_insecure_server">Insecure Server</string> |
| 135 | <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> |
| 136 | <string name="bt_waiting">Waiting for client...</string> |
| 137 | <string name="bt_connecting">Connecting...</string> |
| 138 | <string name="bt_received_messages">Received Messages</string> |
| 139 | <string name="bt_sent_messages">Sent Messages</string> |
| 140 | <string name="bt_no_messages">No messages</string> |
| 141 | <string name="bt_make_discoverable">Make Discoverable</string> |
Brian Muramatsu | 8b98f7c | 2011-06-08 14:50:24 -0700 | [diff] [blame] | 142 | <string name="bt_insecure_pairing_error_title">Pairing dialog shown?</string> |
| 143 | <string name="bt_insecure_pairing_error_message">Insecure connections should not show the pairing dialog!</string> |
Brian Muramatsu | e891acb | 2011-05-19 16:02:39 -0700 | [diff] [blame] | 144 | |
| 145 | <string name="bt_secure_client">Secure Client</string> |
| 146 | <string name="bt_insecure_client">Insecure Client</string> |
| 147 | |
| 148 | <string name="bt_device_picker">Device Picker</string> |
| 149 | <string name="bt_paired_devices">Paired Devices</string> |
| 150 | <string name="bt_new_devices">New Devices</string> |
| 151 | <string name="bt_no_devices">No devices</string> |
| 152 | <string name="bt_scan">Scan for Devices</string> |
| 153 | <string name="bt_scanning">Scanning...</string> |
| 154 | <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> |
| 155 | <string name="bt_settings">Bluetooth Settings</string> |
| 156 | |
Brian Muramatsu | accc684 | 2010-08-11 18:57:27 -0700 | [diff] [blame] | 157 | <!-- Strings for FeatureSummaryActivity --> |
Dan Morrill | 5df275b | 2010-08-11 12:19:19 -0700 | [diff] [blame] | 158 | <string name="feature_summary">Hardware/Software Feature Summary</string> |
Brian Muramatsu | 14e1cbb | 2010-09-13 18:33:39 -0700 | [diff] [blame] | 159 | <string name="feature_summary_info">This is a test for...</string> |
Dan Morrill | 5df275b | 2010-08-11 12:19:19 -0700 | [diff] [blame] | 160 | <string name="fs_disallowed">WARNING: device reports a disallowed feature name</string> |
| 161 | <string name="fs_missing_wifi_telephony">WARNING: device reports neither WiFi nor telephony</string> |
| 162 | <string name="fs_no_data">No data.</string> |
Dan Morrill | 71351d8 | 2010-10-20 15:26:00 -0700 | [diff] [blame] | 163 | <string name="fs_legend_good">standard feature reported by device</string> |
| 164 | <string name="fs_legend_indeterminate">optional feature not reported by device</string> |
| 165 | <string name="fs_legend_warning">non-standard feature reported by device</string> |
| 166 | <string name="fs_legend_error">required feature not reported, or forbidden feature reported</string> |
| 167 | |
Dan Morrill | 5df275b | 2010-08-11 12:19:19 -0700 | [diff] [blame] | 168 | <string name="empty"></string> |
| 169 | |
Brian Muramatsu | 729de48 | 2011-05-12 12:26:58 -0700 | [diff] [blame] | 170 | <!-- Strings for AccelerometerTestActivity and GyroscopeTestActivity --> |
Dan Morrill | 5df275b | 2010-08-11 12:19:19 -0700 | [diff] [blame] | 171 | <string name="snsr_accel_test">Accelerometer Test</string> |
Dan Morrill | 71351d8 | 2010-10-20 15:26:00 -0700 | [diff] [blame] | 172 | <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> |
Brian Muramatsu | 729de48 | 2011-05-12 12:26:58 -0700 | [diff] [blame] | 173 | |
| 174 | <string name="snsr_gyro_test">Gyroscope Test</string> |
| 175 | <string name="snsr_gyro_test_info">This test verifies that the gyroscope is working properly.\n\nRotate your device as shown by the 3D block. A green background or a check mark indicates that the gyroscope\'s value is correct. A red background or a X mark indicates that the gyroscope\'s value is not right.\n\nThere are 6 parts of the test corresponding to each rotation. Press Pass for all the stages to complete this test.</string> |
| 176 | <string name="snsr_gyro_test_progress">Test %1$d of %2$d</string> |
| 177 | <string name="snsr_gyro_test_no_gyro_title">No gyroscope?</string> |
| 178 | <string name="snsr_gyro_test_no_gyro_message">It doesn\'t seem like you have a gyroscope, so you don\'t need to run this test.</string> |
| 179 | <string name="snsr_gyro_test_degrees_title">Wrong units?</string> |
| 180 | <string name="snsr_gyro_test_degrees_message">These values looks like degrees per second. These should be radians per second!</string> |
Brian Muramatsu | accc684 | 2010-08-11 18:57:27 -0700 | [diff] [blame] | 181 | |
| 182 | <!-- Strings for SuidFilesActivity --> |
Brian Muramatsu | 14e1cbb | 2010-09-13 18:33:39 -0700 | [diff] [blame] | 183 | <string name="suid_files">SUID File Scanner</string> |
| 184 | <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 Muramatsu | ac00737 | 2010-08-18 11:02:28 -0700 | [diff] [blame] | 185 | <string name="scanning_directory">Scanning directory...</string> |
Brian Muramatsu | 2233072 | 2010-08-13 14:48:36 -0700 | [diff] [blame] | 186 | <string name="file_status">User: %1$s\nGroup: %2$s\nPermissions: %3$s\nPath: %4$s</string> |
Brian Muramatsu | accc684 | 2010-08-11 18:57:27 -0700 | [diff] [blame] | 187 | <string name="no_file_status">Could not stat file...</string> |
| 188 | <string name="congratulations">Congratulations!</string> |
| 189 | <string name="no_suid_files">No unauthorized suid files detected!</string> |
Brian Muramatsu | f894620 | 2010-11-09 13:43:39 -0800 | [diff] [blame] | 190 | |
| 191 | <!-- Strings for Audio Quality Verifier --> |
Jeff Davidson | 112f279 | 2011-08-22 09:46:46 -0700 | [diff] [blame] | 192 | |
Brian Muramatsu | f894620 | 2010-11-09 13:43:39 -0800 | [diff] [blame] | 193 | <!-- Title for Audio Quality Verifier activity --> |
| 194 | <string name="aq_verifier">Audio Quality Verifier</string> |
Brian Muramatsu | 47fdb58 | 2010-11-29 16:59:21 -0800 | [diff] [blame] | 195 | <string name="aq_verifier_info"> |
| 196 | 1. Click \"Calibrate\". Position the phone in front of the center of |
| 197 | the speaker cone with the microphone facing the speaker, |
| 198 | and adjust the volume of the speaker until the status message |
| 199 | indicates it is correct. |
| 200 | \n\n2. Click on any test in the list to run it, or \"Run All\" to run |
| 201 | each test in sequence. |
| 202 | \n\nIf the sound level check fails, go back to the calibration step before |
| 203 | running any other test. |
| 204 | \n\n3. Click \"Results\" to view the outcomes. A correctly functioning |
| 205 | device should pass all tests. |
| 206 | \n\n4. Click \"Send by email\" from the results page to send the |
| 207 | results to an e-mail address of your choice. The recordings |
| 208 | made are also attached as raw 16 bit, 16 kHz audio files to |
| 209 | help you diagnose any failed tests. |
| 210 | </string> |
Jeff Davidson | 112f279 | 2011-08-22 09:46:46 -0700 | [diff] [blame] | 211 | |
Brian Muramatsu | f894620 | 2010-11-09 13:43:39 -0800 | [diff] [blame] | 212 | <!-- Button labels for VerifierActivity --> |
| 213 | <string name="aq_calibrate">Calibrate</string> |
| 214 | <string name="aq_run_all">Run All</string> |
| 215 | <string name="aq_stop">Stop</string> |
| 216 | <string name="aq_view_results">Results</string> |
| 217 | <string name="aq_email_results">Send by email</string> |
| 218 | <string name="aq_clear">Clear</string> |
Jeff Davidson | 112f279 | 2011-08-22 09:46:46 -0700 | [diff] [blame] | 219 | |
Brian Muramatsu | f894620 | 2010-11-09 13:43:39 -0800 | [diff] [blame] | 220 | <!-- Title for ViewResultsActivity --> |
| 221 | <string name="aq_view_results_name">Audio Quality Results</string> |
| 222 | <!-- Button label for ViewResultsActivity --> |
| 223 | <string name="aq_dismiss">Dismiss</string> |
| 224 | <!-- E-mail subject line for test results --> |
| 225 | <string name="aq_subject">Android Audio Quality Verifier Test Results</string> |
Jeff Davidson | 112f279 | 2011-08-22 09:46:46 -0700 | [diff] [blame] | 226 | |
Brian Muramatsu | f894620 | 2010-11-09 13:43:39 -0800 | [diff] [blame] | 227 | <!-- Title for CalibrateVolumeActivity --> |
| 228 | <string name="aq_calibrate_volume_name">Calibrate Volume</string> |
| 229 | <!-- Instructions for calibrating the volume --> |
| 230 | <string name="aq_calibrate_volume_instructions">Adjust volume to the central point</string> |
| 231 | <!-- Button label for CalibrateVolumeActivity --> |
| 232 | <string name="aq_done">Done</string> |
| 233 | <!-- Status values for CalibrateVolumeActivity --> |
| 234 | <string name="aq_status_unknown">Status: unknown</string> |
| 235 | <string name="aq_status_low">Volume too low</string> |
| 236 | <string name="aq_status_high">Volume too high</string> |
| 237 | <string name="aq_status_ok">Volume OK</string> |
Jeff Davidson | 112f279 | 2011-08-22 09:46:46 -0700 | [diff] [blame] | 238 | |
Brian Muramatsu | f894620 | 2010-11-09 13:43:39 -0800 | [diff] [blame] | 239 | <!-- Experiment names --> |
| 240 | <string name="aq_default_exp">Unnamed experiment</string> |
| 241 | <string name="aq_sound_level_exp">Sound level check</string> |
| 242 | <string name="aq_spectrum_shape_exp">Spectrum shape test</string> |
| 243 | <string name="aq_glitch_exp">Glitch test</string> |
| 244 | <string name="aq_linearity_exp">Gain linearity test</string> |
David Ingram | d6593f6 | 2010-11-24 16:48:36 +0000 | [diff] [blame] | 245 | <string name="aq_overflow_exp">Overflow check</string> |
Brian Muramatsu | f894620 | 2010-11-09 13:43:39 -0800 | [diff] [blame] | 246 | <string name="aq_bias_exp">Bias measurement</string> |
Brian Muramatsu | f62c022 | 2011-02-13 22:10:59 -0800 | [diff] [blame] | 247 | <string name="aq_cold_latency">Cold recording latency</string> |
| 248 | <string name="aq_warm_latency">Warm recording latency</string> |
Jeff Davidson | 112f279 | 2011-08-22 09:46:46 -0700 | [diff] [blame] | 249 | |
Brian Muramatsu | f894620 | 2010-11-09 13:43:39 -0800 | [diff] [blame] | 250 | <!-- Experiment outcomes --> |
| 251 | <string name="aq_fail">Fail</string> |
| 252 | <string name="aq_pass">Pass</string> |
| 253 | <string name="aq_complete">Complete</string> |
Jeff Davidson | 112f279 | 2011-08-22 09:46:46 -0700 | [diff] [blame] | 254 | |
Brian Muramatsu | f894620 | 2010-11-09 13:43:39 -0800 | [diff] [blame] | 255 | <!-- Experiment reports --> |
| 256 | <string name="aq_loopback_report">Experiment ran successfully.</string> |
| 257 | <string name="aq_bias_report">Mean = %1$.3g, tolerance = +/- %2$.0f\nRMS = %3$.0f, duration = %4$.1fs</string> |
David Ingram | d6593f6 | 2010-11-24 16:48:36 +0000 | [diff] [blame] | 258 | <string name="aq_overflow_report_error">Overflow check unsuccessful</string> |
| 259 | <string name="aq_overflow_report_short">Insufficient tone detected.\nExpected %1$.1fs tone; observed %2$.1fs</string> |
| 260 | <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> |
| 261 | <string name="aq_overflow_report_pass">"Observed %1$d bad frames\nTone duration %2$.1fs\nMin peak = %3$.0f, max = %4$.0f</string> |
Brian Muramatsu | f894620 | 2010-11-09 13:43:39 -0800 | [diff] [blame] | 262 | <string name="aq_linearity_report_error">Experiment failed, error code %1$g</string> |
| 263 | <string name="aq_linearity_report_normal">Deviation from linearity = %1$.3g dB\nMax allowed = %2$.1f dB</string> |
| 264 | <string name="aq_glitch_report_error">Error performing Glitch test.</string> |
| 265 | <string name="aq_glitch_report_exact">%1$d glitches detected; expected %2$d, duration %3$.1fs</string> |
| 266 | <string name="aq_glitch_report_range">%1$d glitches detected; expected %2$d-%3$d, duration %4$.1fs</string> |
| 267 | <string name="aq_level_report">RMS = %1$.0f, target = %2$.0f\nTolerance = %3$.1f%%\nDuration = %4$.1fs</string> |
| 268 | <string name="aq_spectrum_report_error">Cannot perform test.\nCheck volume is sufficiently high?</string> |
| 269 | <string name="aq_spectrum_report_normal">RMS deviation = %1$.2f\nMax allowed deviation = %2$.1f</string> |
Brian Muramatsu | f62c022 | 2011-02-13 22:10:59 -0800 | [diff] [blame] | 270 | <string name="aq_cold_latency_report">Latency = %1$dms, maximum allowed = %2$dms</string> |
| 271 | <string name="aq_warm_latency_report_error">RMS = %1$.0f, target = %2$.0f</string> |
| 272 | <string name="aq_warm_latency_report_normal">Latency = %1$dms</string> |
Jeff Davidson | 112f279 | 2011-08-22 09:46:46 -0700 | [diff] [blame] | 273 | |
| 274 | <!-- General experiment messages --> |
Brian Muramatsu | f62c022 | 2011-02-13 22:10:59 -0800 | [diff] [blame] | 275 | <string name="aq_audiorecord_buffer_size_error">Error getting minimum AudioRecord buffer size: %1$d</string> |
| 276 | <string name="aq_audiotrack_buffer_size_error">Error getting minimum AudioTrack buffer size: %1$d</string> |
| 277 | <string name="aq_init_audiorecord_error">Error initializing AudioRecord instance</string> |
| 278 | <string name="aq_init_audiotrack_error">Error initializing AudioTrack instance</string> |
| 279 | <string name="aq_recording_error">Error reading data from AudioRecord instance</string> |
| 280 | <string name="aq_exception_error">Exception thrown during test: %1$s</string> |
| 281 | |
Jeff Davidson | 112f279 | 2011-08-22 09:46:46 -0700 | [diff] [blame] | 282 | <!-- Strings for StreamingVideoActivity --> |
| 283 | <string name="streaming_video">Streaming Video Quality Verifier</string> |
| 284 | <string name="streaming_video_info">This is a test for assessing the quality of streaming videos. Play each stream and verify that the video is smooth and in sync with the audio, and that there are no quality problems.</string> |
| 285 | <string name="sv_no_data">No videos.</string> |
| 286 | <string name="sv_failed_title">Test Failed</string> |
| 287 | <string name="sv_failed_message">Unable to play stream. See log for details.</string> |
Brian Muramatsu | 70a9e3f | 2010-06-25 15:27:09 -0700 | [diff] [blame] | 288 | </resources> |