Android activity to add a network, and all associated code for dealing
[zxing.git] / android / res / values / strings.xml
index 4faec4f..26ae112 100755 (executable)
@@ -44,6 +44,7 @@
   <string name="button_share_contact">Contact</string>
   <string name="button_show_map">Show map</string>
   <string name="button_sms">Send SMS</string>
+  <string name="button_wifi">Connect to Network</string>
   <string name="button_web_search">Web search</string>
   <string name="contents_contact">Contact info</string>
   <string name="contents_email">Email address</string>
@@ -64,6 +65,7 @@
   <string name="msg_default_mms_subject">Hi</string>
   <string name="msg_default_status">Place a barcode inside the viewfinder rectangle to scan it.</string>
   <string name="msg_default_type">Type</string>
+  <string name="msg_default_time">Time</string>
   <string name="msg_encode_barcode_failed">Could not generate the requested barcode.</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>
@@ -81,6 +83,7 @@
   <string name="msg_sbc_searching_book">Searching book\u2026</string>
   <string name="msg_share_explanation">You can share data by displaying a barcode on your screen and scanning it with another phone.</string>
   <string name="msg_share_subject_line">Here\'s the contents of a barcode I scanned</string>
+  <string name="msg_unmount_usb">Sorry, the SD card is not accessible.</string>
   <string name="preferences_actions_title">When a barcode is found\u2026</string>
   <string name="preferences_copy_to_clipboard_title">Copy to clipboard</string>
   <string name="preferences_decode_1D_title">Decode 1D barcodes</string>
@@ -89,6 +92,8 @@
   <string name="preferences_name">Settings</string>
   <string name="preferences_play_beep_title">Beep</string>
   <string name="preferences_vibrate_title">Vibrate</string>
+  <string name="preferences_front_light_title">Use front light</string>
+  <string name="preferences_front_light_summary">Improves scanning in low light on some phones, but may cause glare</string>  
   <string name="preferences_result_title">Result settings</string>
   <string name="preferences_custom_product_search_title">Custom search URL</string>
   <string name="preferences_custom_product_search_summary">Use %s as a placeholder for the product ID</string>
   <string name="result_product">Found product</string>
   <string name="result_sms">Found SMS address</string>
   <string name="result_tel">Found phone number</string>
-  <string name="result_text">Found plain text</string>
   <string name="result_uri">Found URL</string>
+  <string name="result_wifi">Found Wifi Configuration</string>
+  <string name="result_text">Found plain text</string>
   <string name="history_title">History</string>
   <string name="history_clear_text">Clear history</string>
   <string name="history_send">Send history</string>
   <string name="history_email_title">Barcode Scanner history</string>
+  
+  <string name="wa_name">Wifi Connection</string>
   <string name="sbc_name">Google Book Search</string>
   <string name="share_name">Share via barcode</string>
   <string name="title_about">Barcode Scanner v</string>