First pass at adding a UI for sharing data via QR Codes. There's now a Share button...
[zxing.git] / android / 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">Barcode Scanner</string>
19
20   <string name="button_add_calendar">Add event to calendar</string>
21   <string name="button_add_contact">Add contact</string>
22   <string name="button_book_search">Open Book Search</string>
23   <string name="button_cancel">Cancel</string>
24   <string name="button_clipboard_empty">Clipboard empty</string>
25   <string name="button_dial">Dial number</string>
26   <string name="button_email">Send email</string>
27   <string name="button_get_directions">Get directions</string>
28   <string name="button_mms">Send MMS</string>
29   <string name="button_ok">OK</string>
30   <string name="button_open_browser">Open browser</string>
31   <string name="button_product_search">Open Product Search</string>
32   <string name="button_search_book_contents">Search book contents</string>
33   <string name="button_share_bookmark">Share bookmark</string>
34   <string name="button_share_by_email">Share via email</string>
35   <string name="button_share_by_sms">Share via SMS</string>
36   <string name="button_share_clipboard">Share clipboard</string>
37   <string name="button_share_contact">Share contact</string>
38   <string name="button_show_map">Show map</string>
39   <string name="button_sms">Send SMS</string>
40   <string name="button_web_search">Web search</string>
41
42   <string name="contents_contact">Contact info</string>
43   <string name="contents_email">Email address</string>
44   <string name="contents_location">Geographic coordinates</string>
45   <string name="contents_phone">Phone number</string>
46   <string name="contents_sms">SMS address</string>
47   <string name="contents_text">Plain text</string>
48
49   <string name="menu_about">About</string>
50   <string name="menu_help">Help</string>
51   <string name="menu_settings">Settings</string>
52   <string name="menu_share">Share</string>
53
54   <string name="msg_about">Based on the open source ZXing Barcode Library</string>
55   <string name="msg_default_contents">Contents</string>
56   <string name="msg_default_format">Format</string>
57   <string name="msg_default_mms_subject">Hi</string>
58   <string name="msg_default_status">Place a barcode inside the viewfinder rectangle to read it.
59   </string>
60   <string name="msg_default_type">Type</string>
61   <string name="msg_encode_barcode_failed">Could not retrieve a barcode from the network.</string>
62   <string name="msg_encode_contents_failed">Could not encode a barcode from the data provided.
63   </string>
64   <string name="msg_encode_in_progress">Generating a barcode\u2026</string>
65   <string name="msg_help">Barcode Scanner continuously scans the viewfinder rectangle, so there\'s
66     no need to press the shutter button. If you\'re having trouble, make sure to hold the phone
67     steady. If the camera is unable to focus, try moving further back from the barcode.
68   </string>
69   <string name="msg_sbc_failed">Sorry, the search encountered a problem.</string>
70   <string name="msg_sbc_no_page_returned">No page returned</string>
71   <string name="msg_sbc_page">Page</string>
72   <string name="msg_sbc_snippet_unavailable">Snippet not available</string>
73   <string name="msg_sbc_unknown_page">Unknown page</string>
74   <string name="msg_sbc_searching_book">Searching book\u2026</string>
75   <string name="msg_share_explanation">You can share data with a friend by displaying a barcode on
76     your screen, and letting them scan it with their phone.</string>
77   <string name="msg_share_subject_line">Here\'s the contents of a barcode I scanned</string>
78
79   <string name="preferences_decode_1D_title">Decode 1D barcodes</string>
80   <string name="preferences_decode_QR_title">Decode QR Codes</string>
81   <string name="preferences_general_title">General settings</string>
82   <string name="preferences_name">Settings</string>
83   <string name="preferences_play_beep_title">Beep when a barcode is found</string>
84   <string name="preferences_sounds_title">Sounds</string>
85
86   <string name="result_address_book">Found contact info</string>
87   <string name="result_calendar">Found calendar event</string>
88   <string name="result_email_address">Found email address</string>
89   <string name="result_geo">Found geographic coordinates</string>
90   <string name="result_isbn">Found book</string>
91   <string name="result_product">Found product</string>
92   <string name="result_sms">Found SMS address</string>
93   <string name="result_tel">Found phone number</string>
94   <string name="result_text">Found plain text</string>
95   <string name="result_uri">Found URL</string>
96
97   <string name="sbc_name">Google Book Search</string>
98   <string name="share_name">Share via barcode</string>
99
100   <string name="title_about">About Barcode Scanner</string>
101   <string name="title_help">Help</string>
102
103   <string name="zxing_url">http://code.google.com/p/zxing</string>
104   <string name="zxing_user_agent">ZXing-Android/1.1</string>
105 </resources>