Added a new feature to the test app, which captures all the device info and default...
[zxing.git] / androidtest / res / values / strings.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <!--
3  Copyright (C) 2008 ZXing authors
4
5  Licensed under the Apache License, Version 2.0 (the "License");
6  you may not use this file except in compliance with the License.
7  You may obtain a copy of the License at
8
9       http://www.apache.org/licenses/LICENSE-2.0
10
11  Unless required by applicable law or agreed to in writing, software
12  distributed under the License is distributed on an "AS IS" BASIS,
13  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14  See the License for the specific language governing permissions and
15  limitations under the License.
16  -->
17 <resources>
18   <string name="about_menu">About</string>
19   <string name="about_message">A utility written by the ZXing Team to help with the development
20     of Barcode Scanner.</string>
21   <string name="app_name">ZXing Test</string>
22
23   <string name="benchmark_name">ZXing Benchmark</string>
24   <string name="benchmark_help">Place images in /sdcard/zxingbenchmark, then check \"adb logcat\"
25     for results. Turn on Airplane Mode first for more reliable results.</string>
26   <string name="benchmark_run">Run benchmark</string>
27   <string name="benchmark_running">Benchmark running\u2026</string>
28
29   <string name="encode_bad_data">Encode bad data</string>
30   <string name="encode_contact">Encode contact</string>
31   <string name="encode_email">Encode email</string>
32   <string name="encode_location">Encode location</string>
33   <string name="encode_phone">Encode phone</string>
34   <string name="encode_sms">Encode SMS</string>
35   <string name="encode_url">Encode URL</string>
36
37   <string name="get_camera_parameters">Get camera parameters</string>
38   <string name="ok_button">OK</string>
39   <string name="parameters_message">Collecting camera parameters to email to ZXing Team\u2026</string>
40
41   <string name="result_failed">No barcode found</string>
42   <string name="result_failed_why">"The user gave up and pressed Back"</string>
43   <string name="result_succeeded">Found barcode</string>
44
45   <string name="save_failed">Save failed - is the SD card installed?</string>
46   <string name="save_succeeded">Save succeeded</string>
47   <string name="scan_anything">Scan anything</string>
48   <string name="scan_product">Scan product</string>
49   <string name="scan_qr_code">Scan QR Code</string>
50   <string name="search_book_contents">Search Book Contents</string>
51   <string name="share_via_barcode">Share via barcode</string>
52   <string name="status_message">Press the shutter button or Search to save test images to the
53     SD card. Press DPAD_CENTER to trigger autofocus.</string>
54   <string name="take_test_photos">Take test photos</string>
55 </resources>