Small updates and improvements to the Android client.
[zxing.git] / android / res / values / strings.xml
old mode 100644 (file)
new mode 100755 (executable)
index 3310e2a..63f5871
  limitations under the License.
  -->
 <resources>
-  <string name="app_name">Barcode Reader</string>
-  <string name="button_no">No</string>
-  <string name="button_ok">OK</string>
-  <string name="button_yes">Yes</string>
-  <string name="menu_about">About...</string>
-  <string name="msg_about">ZXing Barcode Reader v0.6\nhttp://code.google.com/p/zxing</string>
-  <string name="msg_no_barcode_detected">Sorry, no barcode was found.</string>
-  <string name="title_about">About</string>
-  <string name="title_barcode_detected">Barcode Detected</string>
-  <string name="title_no_barcode_detected">No Barcode Detected</string>
-  <string name="title_error">Error</string>
-  <string name="title_open_url">Open Web Page?</string>
-  <string name="title_add_contact">Add Contact?</string>
-  <string name="title_compose_email">Compose E-mail?</string>
-  <string name="title_lookup_barcode">Look Up Barcode Online?</string>
-  <string name="title_dial">Dial Number?</string>
-  <string name="title_view_maps">View In Google Maps?</string>    
+    <string name="app_name">Barcode Scanner</string>
+
+    <string name="button_add_contact">Add contact</string>
+    <string name="button_cancel">Cancel</string>
+    <string name="button_dial">Dial</string>
+    <string name="button_email">Email</string>
+    <string name="button_lookup_book">Look up book</string>
+    <string name="button_lookup_product">Look up product</string>
+    <string name="button_ok">OK</string>
+    <string name="button_open_browser">Open browser</string>
+    <string name="button_show_map">Show map</string>
+
+    <string name="contents_contact">Contact info</string>
+    <string name="contents_email">Email address</string>
+    <string name="contents_location">Geographic coordinates</string>
+    <string name="contents_phone">Phone number</string>
+    <string name="contents_sms">SMS address</string>
+    <string name="contents_text">Plain text</string>
+
+    <string name="menu_about">About</string>
+    <string name="menu_help">Help</string>
+    <string name="menu_settings">Settings</string>
+
+    <string name="msg_about">Based on the ZXing Barcode Library</string>
+    <string name="msg_encode_barcode_failed">Could not retrieve a barcode from the network.</string>
+    <string name="msg_encode_contents_failed">Could not encode a barcode from the data provided.</string>
+    <string name="msg_encode_in_progress">Generating a barcode\u2026</string>
+    <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>
+    <string name="msg_default_status">Place a barcode inside the viewfinder rectangle to read it.</string>
+
+    <string name="preferences_decode_1D_title">Decode 1D barcodes</string>
+    <string name="preferences_decode_QR_title">Decode QR Codes</string>
+    <string name="preferences_general_title">General settings</string>
+    <string name="preferences_name">Settings</string>
+    <string name="preferences_play_beep_title">Beep when a barcode is found</string>
+    <string name="preferences_sounds_title">Sounds</string>
+
+    <string name="title_about">About Barcode Scanner</string>
+    <string name="title_help">Help</string>
+
+    <string name="zxing_url">http://code.google.com/p/zxing</string>
 </resources>