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 |
| 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 Muramatsu | bf8790e | 2010-08-06 11:42:32 -0700 | [diff] [blame] | 19 | <string name="continue_button_text">Continue</string> |
| 20 | <string name="test_list_title">Manual Test List</string> |
Dan Morrill | 5df275b | 2010-08-11 12:19:19 -0700 | [diff] [blame] | 21 | |
Brian Muramatsu | accc684 | 2010-08-11 18:57:27 -0700 | [diff] [blame] | 22 | <!-- Strings for FeatureSummaryActivity --> |
Dan Morrill | 5df275b | 2010-08-11 12:19:19 -0700 | [diff] [blame] | 23 | <string name="feature_summary">Hardware/Software Feature Summary</string> |
| 24 | <string name="fs_disallowed">WARNING: device reports a disallowed feature name</string> |
| 25 | <string name="fs_missing_wifi_telephony">WARNING: device reports neither WiFi nor telephony</string> |
| 26 | <string name="fs_no_data">No data.</string> |
| 27 | <string name="empty"></string> |
| 28 | |
Brian Muramatsu | accc684 | 2010-08-11 18:57:27 -0700 | [diff] [blame] | 29 | <!-- Strings for AccelerometerTestActivity and MagnetometerTestActivity --> |
Dan Morrill | 5df275b | 2010-08-11 12:19:19 -0700 | [diff] [blame] | 30 | <string name="snsr_accel_test">Accelerometer Test</string> |
| 31 | <string name="snsr_mag_test">Magnetometer Test</string> |
Brian Muramatsu | accc684 | 2010-08-11 18:57:27 -0700 | [diff] [blame] | 32 | |
| 33 | <!-- Strings for SuidFilesActivity --> |
| 34 | <string name="suid_files">SUID Files</string> |
| 35 | <string name="starting_scan">Starting scan...</string> |
Brian Muramatsu | 2233072 | 2010-08-13 14:48:36 -0700 | [diff] [blame^] | 36 | <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] | 37 | <string name="no_file_status">Could not stat file...</string> |
| 38 | <string name="congratulations">Congratulations!</string> |
| 39 | <string name="no_suid_files">No unauthorized suid files detected!</string> |
Brian Muramatsu | 70a9e3f | 2010-06-25 15:27:09 -0700 | [diff] [blame] | 40 | </resources> |