2008-10-21 14:55:15 -07:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!--
|
|
|
|
Copyright (C) 2008 ZXing authors
|
|
|
|
|
|
|
|
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>
|
2009-09-02 14:06:00 -07:00
|
|
|
<string name="about_menu">About</string>
|
|
|
|
<string name="about_message">A utility written by the ZXing Team to help with the development
|
|
|
|
of Barcode Scanner.</string>
|
2008-10-21 14:55:15 -07:00
|
|
|
<string name="app_name">ZXing Test</string>
|
2009-09-02 14:06:00 -07:00
|
|
|
|
|
|
|
<string name="benchmark_name">ZXing Benchmark</string>
|
|
|
|
<string name="benchmark_help">Place images in /sdcard/zxingbenchmark, then check \"adb logcat\"
|
|
|
|
for results. Turn on Airplane Mode first for more reliable results.</string>
|
|
|
|
<string name="benchmark_run">Run benchmark</string>
|
|
|
|
<string name="benchmark_running">Benchmark running\u2026</string>
|
|
|
|
|
|
|
|
<string name="encode_bad_data">Encode bad data</string>
|
|
|
|
<string name="encode_contact">Encode contact</string>
|
2008-10-21 14:55:15 -07:00
|
|
|
<string name="encode_email">Encode email</string>
|
2009-09-02 14:06:00 -07:00
|
|
|
<string name="encode_location">Encode location</string>
|
2008-10-21 14:55:15 -07:00
|
|
|
<string name="encode_phone">Encode phone</string>
|
|
|
|
<string name="encode_sms">Encode SMS</string>
|
2009-09-02 14:06:00 -07:00
|
|
|
<string name="encode_url">Encode URL</string>
|
|
|
|
|
|
|
|
<string name="get_camera_parameters">Get camera parameters</string>
|
|
|
|
<string name="ok_button">OK</string>
|
|
|
|
<string name="parameters_message">Collecting camera parameters to email to ZXing Team\u2026</string>
|
|
|
|
|
2008-10-21 14:55:15 -07:00
|
|
|
<string name="result_failed">No barcode found</string>
|
|
|
|
<string name="result_failed_why">"The user gave up and pressed Back"</string>
|
|
|
|
<string name="result_succeeded">Found barcode</string>
|
2009-09-02 14:06:00 -07:00
|
|
|
|
2008-10-21 14:55:15 -07:00
|
|
|
<string name="save_failed">Save failed - is the SD card installed?</string>
|
2009-09-02 14:06:00 -07:00
|
|
|
<string name="save_succeeded">Save succeeded</string>
|
|
|
|
<string name="scan_anything">Scan anything</string>
|
|
|
|
<string name="scan_product">Scan product</string>
|
|
|
|
<string name="scan_qr_code">Scan QR Code</string>
|
|
|
|
<string name="search_book_contents">Search Book Contents</string>
|
2008-11-10 12:35:33 -08:00
|
|
|
<string name="share_via_barcode">Share via barcode</string>
|
2009-09-02 14:06:00 -07:00
|
|
|
<string name="status_message">Press the shutter button or Search to save test images to the
|
|
|
|
SD card. Press DPAD_CENTER to trigger autofocus.</string>
|
|
|
|
<string name="take_test_photos">Take test photos</string>
|
2008-10-21 14:55:15 -07:00
|
|
|
</resources>
|