6e1292015083c11352bd8329f15e64dc1eacaac8
[zxing.git] / android / res / values / strings.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3  Copyright (C) 2008 Google Inc.
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">Barcode Scanner</string>
19
20     <string name="button_add_contact">Add contact</string>
21     <string name="button_cancel">Cancel</string>
22     <string name="button_dial">Dial</string>
23     <string name="button_email">Email</string>
24     <string name="button_lookup_product">Look up product</string>
25     <string name="button_ok">OK</string>
26     <string name="button_open_browser">Open browser</string>
27     <string name="button_show_map">Show map</string>
28
29     <string name="contents_contact">Contact info</string>
30     <string name="contents_email">Email address</string>
31     <string name="contents_location">Geographic coordinates</string>
32     <string name="contents_phone">Phone number</string>
33     <string name="contents_sms">SMS address</string>
34     <string name="contents_text">Plain text</string>
35
36     <string name="menu_about">About</string>
37     <string name="menu_help">Help</string>
38     <string name="menu_settings">Settings</string>
39
40     <string name="msg_about">Based on the ZXing Barcode Library</string>
41     <string name="msg_encode_barcode_failed">Could not retrieve a barcode from the network.</string>
42     <string name="msg_encode_contents_failed">Could not encode a barcode from the data provided.</string>
43     <string name="msg_encode_in_progress">Generating a barcode\u2026</string>
44     <string name="msg_help">Barcode Scanner continuously scans the viewfinder rectangle, so there\'s no need to press the shutter button. If you\'re having trouble, make sure to hold the phone steady. If the camera is unable to focus, try moving further back from the barcode.</string>
45     <string name="msg_default_status">Place a barcode inside the viewfinder rectangle to read it.</string>
46
47     <string name="preferences_decode_1D_title">Decode 1D barcodes</string>
48     <string name="preferences_decode_QR_title">Decode QR Codes</string>
49     <string name="preferences_general_title">General settings</string>
50     <string name="preferences_name">Settings</string>
51     <string name="preferences_play_beep_title">Beep when a barcode is found</string>
52     <string name="preferences_sounds_title">Sounds</string>
53
54     <string name="title_about">About Barcode Scanner</string>
55     <string name="title_help">Help</string>
56
57     <string name="zxing_url">http://code.google.com/p/zxing</string>
58 </resources>