mirror of
https://github.com/zxing/zxing.git
synced 2024-11-11 05:24:06 -08:00
eb2fa80eaf
git-svn-id: https://zxing.googlecode.com/svn/trunk@191 59b500cc-1b3d-0410-9834-0bbf25fbcc57
19 lines
924 B
XML
19 lines
924 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<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.4\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>
|
|
</resources>
|