- Added the version number to the about box in a robust way which will not get stale.
[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   <string name="bookmark_picker_name">Bookmarks</string>
20
21   <string name="button_add_calendar">Add event to calendar</string>
22   <string name="button_add_contact">Add contact</string>
23   <string name="button_back">Back</string>
24   <string name="button_book_search">Open Book Search</string>
25   <string name="button_cancel">Cancel</string>
26   <string name="button_clipboard_empty">Clipboard empty</string>
27   <string name="button_dial">Dial number</string>
28   <string name="button_done">Done</string>
29   <string name="button_email">Send email</string>
30   <string name="button_get_directions">Get directions</string>
31   <string name="button_mms">Send MMS</string>
32   <string name="button_ok">OK</string>
33   <string name="button_open_browser">Open browser</string>
34   <string name="button_product_search">Open Product Search</string>
35   <string name="button_search_book_contents">Search book contents</string>
36   <string name="button_share_bookmark">Share bookmark</string>
37   <string name="button_share_by_email">Share via email</string>
38   <string name="button_share_by_sms">Share via SMS</string>
39   <string name="button_share_clipboard">Share clipboard</string>
40   <string name="button_share_contact">Share contact</string>
41   <string name="button_show_map">Show map</string>
42   <string name="button_sms">Send SMS</string>
43   <string name="button_web_search">Web search</string>
44
45   <string name="contents_contact">Contact info</string>
46   <string name="contents_email">Email address</string>
47   <string name="contents_location">Geographic coordinates</string>
48   <string name="contents_phone">Phone number</string>
49   <string name="contents_sms">SMS address</string>
50   <string name="contents_text">Plain text</string>
51
52   <string name="menu_about">About</string>
53   <string name="menu_help">Help</string>
54   <string name="menu_settings">Settings</string>
55   <string name="menu_share">Share</string>
56
57   <string name="msg_about">Based on the open source ZXing Barcode Library</string>
58   <string name="msg_default_contents">Contents</string>
59   <string name="msg_default_format">Format</string>
60   <string name="msg_default_mms_subject">Hi</string>
61   <string name="msg_default_status">Place a barcode inside the viewfinder rectangle to scan it.
62   </string>
63   <string name="msg_default_type">Type</string>
64   <string name="msg_encode_barcode_failed">Could not generate the requested barcode.</string>
65   <string name="msg_encode_contents_failed">Could not encode a barcode from the data provided.
66   </string>
67   <string name="msg_encode_in_progress">Generating a barcode\u2026</string>
68   <string name="msg_intent_failed">Sorry, the requested application could not be launched.
69     The barcode contents may be invalid.</string>
70   <string name="msg_sbc_book_not_searchable">Sorry, this book is not searchable.</string>
71   <string name="msg_sbc_failed">Sorry, the search encountered a problem.</string>
72   <string name="msg_sbc_no_page_returned">No page returned</string>
73   <string name="msg_sbc_page">Page</string>
74   <string name="msg_sbc_snippet_unavailable">Snippet not available</string>
75   <string name="msg_sbc_unknown_page">Unknown page</string>
76   <string name="msg_sbc_searching_book">Searching book\u2026</string>
77   <string name="msg_share_explanation">You can share data by displaying a barcode on
78     your screen and scanning it with another phone.</string>
79   <string name="msg_share_subject_line">Here\'s the contents of a barcode I scanned</string>
80
81   <string name="preferences_actions_title">When a barcode is found\u2026</string>
82   <string name="preferences_copy_to_clipboard_title">Copy contents to clipboard</string>
83   <string name="preferences_decode_1D_title">Decode 1D barcodes</string>
84   <string name="preferences_decode_QR_title">Decode QR Codes</string>
85   <string name="preferences_general_title">General settings</string>
86   <string name="preferences_name">Settings</string>
87   <string name="preferences_play_beep_title">Beep</string>
88   <string name="preferences_vibrate_title">Vibrate</string>
89
90   <string name="result_address_book">Found contact info</string>
91   <string name="result_calendar">Found calendar event</string>
92   <string name="result_email_address">Found email address</string>
93   <string name="result_geo">Found geographic coordinates</string>
94   <string name="result_isbn">Found book</string>
95   <string name="result_product">Found product</string>
96   <string name="result_sms">Found SMS address</string>
97   <string name="result_tel">Found phone number</string>
98   <string name="result_text">Found plain text</string>
99   <string name="result_uri">Found URL</string>
100
101   <string name="sbc_name">Google Book Search</string>
102   <string name="share_name">Share via barcode</string>
103
104   <string name="title_about">Barcode Scanner v</string>
105
106   <string name="zxing_url">http://code.google.com/p/zxing</string>
107 </resources>