blob: ae2406f90d6845435166053173141342fcc2c1bb [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>
20 <string name="test_list_title">Manual Test List</string>
Dan Morrill5df275b2010-08-11 12:19:19 -070021
Brian Muramatsuaccc6842010-08-11 18:57:27 -070022 <!-- Strings for FeatureSummaryActivity -->
Dan Morrill5df275b2010-08-11 12:19:19 -070023 <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 Muramatsuaccc6842010-08-11 18:57:27 -070029 <!-- Strings for AccelerometerTestActivity and MagnetometerTestActivity -->
Dan Morrill5df275b2010-08-11 12:19:19 -070030 <string name="snsr_accel_test">Accelerometer Test</string>
31 <string name="snsr_mag_test">Magnetometer Test</string>
Brian Muramatsuaccc6842010-08-11 18:57:27 -070032
33 <!-- Strings for SuidFilesActivity -->
34 <string name="suid_files">SUID Files</string>
35 <string name="starting_scan">Starting scan...</string>
Brian Muramatsu22330722010-08-13 14:48:36 -070036 <string name="file_status">User: %1$s\nGroup: %2$s\nPermissions: %3$s\nPath: %4$s</string>
Brian Muramatsuaccc6842010-08-11 18:57:27 -070037 <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 Muramatsu70a9e3f2010-06-25 15:27:09 -070040</resources>