blob: c386a1b05b3a6d83936de7bcc701ffc29f94de3a [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2010 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<string name="app_name">CTS Verifier</string>
<string name="welcome_text">Welcome to the CTS Verifier!</string>
<string name="continue_button_text">Continue</string>
<string name="pass_button_text">Pass</string>
<string name="info_button_text">Info</string>
<string name="fail_button_text">Fail</string>
<!-- Strings for TestResultsReport -->
<string name="subject_header">[CtsVerifier %1$s]</string>
<string name="body_header">Cts Verifier %1$s Test Results</string>
<string name="pass_result">PASS</string>
<string name="fail_result">FAIL</string>
<string name="not_executed_result">NOT_EXECUTED</string>
<!-- Strings for TestListActivity -->
<string name="test_list_title">Manual Test List</string>
<string name="test_category_sensors">Sensors</string>
<string name="test_category_security">Security</string>
<string name="test_category_features">Features</string>
<string name="test_category_other">Other</string>
<string name="clear">Clear</string>
<string name="test_results_cleared">Test results cleared.</string>
<string name="share">Share</string>
<string name="share_test_results">Share Test Results</string>
<!-- Strings for FeatureSummaryActivity -->
<string name="feature_summary">Hardware/Software Feature Summary</string>
<string name="feature_summary_info">This is a test for...</string>
<string name="fs_disallowed">WARNING: device reports a disallowed feature name</string>
<string name="fs_missing_wifi_telephony">WARNING: device reports neither WiFi nor telephony</string>
<string name="fs_no_data">No data.</string>
<string name="fs_legend_good">standard feature reported by device</string>
<string name="fs_legend_indeterminate">optional feature not reported by device</string>
<string name="fs_legend_warning">non-standard feature reported by device</string>
<string name="fs_legend_error">required feature not reported, or forbidden feature reported</string>
<string name="empty"></string>
<!-- Strings for AccelerometerTestActivity and MagnetometerTestActivity -->
<string name="snsr_accel_test">Accelerometer Test</string>
<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>
<string name="snsr_mag_test">Magnetometer Test</string>
<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>
<!-- Strings for SuidFilesActivity -->
<string name="suid_files">SUID File Scanner</string>
<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>
<string name="scanning_directory">Scanning directory...</string>
<string name="file_status">User: %1$s\nGroup: %2$s\nPermissions: %3$s\nPath: %4$s</string>
<string name="no_file_status">Could not stat file...</string>
<string name="congratulations">Congratulations!</string>
<string name="no_suid_files">No unauthorized suid files detected!</string>
</resources>