| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- <resources>
- <string name="app_name">RAUtils</string>
- <!--自定义广播消息-->
- <string name="msg_default_status">Place a barcode inside the viewfinder rectangle to scan it.</string>
- <string name="preferences_actions_title">When a barcode is found\u2026</string>
- <string name="preferences_auto_focus_title">Use auto focus</string>
- <string name="preferences_bulk_mode_summary">Scan and save many barcodes continuously</string>
- <string name="preferences_bulk_mode_title">Bulk scan mode</string>
- <string name="preferences_copy_to_clipboard_title">Copy to clipboard</string>
- <string name="preferences_custom_product_search_summary" formatted="false">Substitutions: %s = contents, %f = format, %t = type</string>
- <string name="preferences_custom_product_search_title">Custom search URL</string>
- <string name="preferences_decode_1D_title">1D barcodes</string>
- <string name="preferences_decode_Data_Matrix_title">Data Matrix</string>
- <string name="preferences_decode_QR_title">QR Codes</string>
- <string name="preferences_device_bug_workarounds_title">Device Bug Workarounds</string>
- <string name="preferences_disable_continuous_focus_summary">Use only standard focus mode</string>
- <string name="preferences_disable_continuous_focus_title">No continuous focus</string>
- <string name="preferences_front_light_summary">Improves scanning in low light on some phones, but may cause glare. Does not work on all phones.</string>
- <string name="preferences_front_light_title">Use front light</string>
- <string name="preferences_front_light_auto">Automatic</string>
- <string name="preferences_front_light_off">Off</string>
- <string name="preferences_front_light_on">On</string>
- <string name="preferences_general_title">General settings</string>
- <string name="preferences_invert_scan_title">Invert scan</string>
- <string name="preferences_invert_scan_summary">Scan for white barcodes on black background. Not available on some devices.</string>
- <string name="preferences_play_beep_title">Beep</string>
- <string name="preferences_remember_duplicates_summary">Store multiple scans of the same barcode in History</string>
- <string name="preferences_remember_duplicates_title">Remember duplicates</string>
- <string name="preferences_result_title">Result settings</string>
- <string name="preferences_scanning_title">When scanning for barcodes, decode\u2026</string>
- <string name="preferences_search_country">Search country</string>
- <string name="preferences_try_bsplus">Try Barcode Scanner+</string>
- <string name="preferences_try_bsplus_summary">Enhanced with new features and interface</string>
- <string name="preferences_supplemental_summary">Try to retrieve more information about the barcode contents</string>
- <string name="preferences_supplemental_title">Retrieve more info</string>
- <string name="preferences_vibrate_title">Vibrate</string>
- <string name="msg_camera_framework_bug">Sorry, the Android camera encountered a problem. You may need to restart the device.</string>
- <string name="zxing_button_ok">OK</string>
- <!---->
- <string name="ra_allow_camera_and_storage">please allow app use camera and storage</string>
- </resources>
|