ac53797eedb00c2690ee186fce54b774891fe8a2
[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="app_name">ZXing Test</string>
19   <string name="scan_anything">Scan anything</string>
20   <string name="scan_product">Scan product</string>
21   <string name="scan_qr_code">Scan QR Code</string>
22   <string name="search_book_contents">Search Book Contents</string>
23   <string name="test_camera">Test camera</string>
24   <string name="encode_url">Encode URL</string>
25   <string name="encode_email">Encode email</string>
26   <string name="encode_phone">Encode phone</string>
27   <string name="encode_sms">Encode SMS</string>
28   <string name="encode_contact">Encode contact</string>
29   <string name="encode_location">Encode location</string>
30   <string name="encode_bad_data">Encode bad data</string>
31   <string name="result_failed">No barcode found</string>
32   <string name="result_failed_why">"The user gave up and pressed Back"</string>
33   <string name="result_succeeded">Found barcode</string>
34   <string name="status_message">Press the shutter button or Search to save test images to the
35     SD card. Press DPAD_CENTER to trigger autofocus.</string>
36   <string name="save_succeeded">Save succeeded</string>
37   <string name="save_failed">Save failed - is the SD card installed?</string>
38   <string name="share_via_barcode">Share via barcode</string>
39
40   <string name="benchmark_name">ZXing Benchmark</string>
41   <string name="benchmark_help">Place images in /sdcard/zxingbenchmark, then check \"adb logcat\"
42     for results. Turn on Airplane Mode first for more reliable results.</string>
43   <string name="benchmark_run">Run benchmark</string>
44   <string name="benchmark_running">Benchmark running...\u2026</string>
45 </resources>