|
|
@@ -0,0 +1,80 @@
|
|
|
+<resources>
|
|
|
+ <string name="app_name">Apex & Drivers</string>
|
|
|
+
|
|
|
+ <string name="str_ver">版本:</string>
|
|
|
+
|
|
|
+ <string name="error_field_required">必填</string>
|
|
|
+ <string name="error_invalid_email">无效的邮件地址</string>
|
|
|
+ <string name="login_progress_signing_in">登陆...</string>
|
|
|
+ <string name="str_email_sent">邮件已经发送</string>
|
|
|
+ <string name="str_retrieve_success">成功找回密码!</string>
|
|
|
+ <string name="msg_connection_none">无网络连接</string>
|
|
|
+ <string name="msg_net_error">不能连接到服务器</string>
|
|
|
+ <string name="msg_net_resulterror">An error occur on server,please contact our sales.CODE</string>
|
|
|
+ <string name="str_invalid_pore">无效到用户名或邮件地址</string>
|
|
|
+ <string name="str_retrieve_failed">检索失败</string>
|
|
|
+
|
|
|
+ <string name="error_incorrect_password">密码不正确</string>
|
|
|
+ <string name="msg_ver_low">应用版本过低</string>
|
|
|
+ <string name="action_sign_in_short">登陆</string>
|
|
|
+ <string name="prompt_email">邮件地址</string>
|
|
|
+ <string name="prompt_user">用户名</string>
|
|
|
+ <string name="prompt_password">密码</string>
|
|
|
+ <string name="str_savepass">保存密码</string>
|
|
|
+ <string name="action_sign_in_register"><b>登陆</b></string>
|
|
|
+ <string name="str_retrievepass">找回密码</string>
|
|
|
+ <string name="title_activity_detail">DetailActivity</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">对不起,Android相机遇到了问题。 您可能需要重新启动设备.</string>
|
|
|
+
|
|
|
+
|
|
|
+ <!--Common-->
|
|
|
+ <string name="button_ok">确定</string>
|
|
|
+ <string name="loading">加载中...</string>
|
|
|
+ <string name="sending">发送...</string>
|
|
|
+ <string name="warning">警告</string>
|
|
|
+ <string name="message">消息</string>
|
|
|
+ <string name="btn_cancel">取消</string>
|
|
|
+ <string name="sorry">对不起,发生未知错误.</string>
|
|
|
+
|
|
|
+ <!--Retrive Password-->
|
|
|
+ <string name="btn_close">取消</string>
|
|
|
+ <string name="btn_ok">确定</string>
|
|
|
+
|
|
|
+
|
|
|
+</resources>
|