| <?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">Pass</string> |
| <string name="fail">Fail</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> |
| |
| <!-- Strings for FeatureSummaryActivity --> |
| <string name="feature_summary">Hardware/Software Feature Summary</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="empty"></string> |
| |
| <!-- Strings for AccelerometerTestActivity and MagnetometerTestActivity --> |
| <string name="snsr_accel_test">Accelerometer Test</string> |
| <string name="snsr_mag_test">Magnetometer Test</string> |
| |
| <!-- Strings for SuidFilesActivity --> |
| <string name="suid_files">SUID Files</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> |