mirror of
https://github.com/zxing/zxing.git
synced 2024-11-11 05:24:06 -08:00
515f743dc0
git-svn-id: https://zxing.googlecode.com/svn/trunk@1332 59b500cc-1b3d-0410-9834-0bbf25fbcc57
17 lines
458 B
Plaintext
17 lines
458 B
Plaintext
/*
|
|
* Copyright (c) 2009 Nokia Corporation.
|
|
*/
|
|
|
|
// LOCALISATION STRINGS
|
|
|
|
// Caption string for app.
|
|
#define qtn_caption_string "ZXingBarcodeReader"
|
|
#define qtn_about "About"
|
|
#define qtn_exit "Exit"
|
|
#define qtn_command1_text "ZXingBarcodeReader"
|
|
#define qtn_loc_resource_file_1 "\\resource\\apps\\ZXingBarcodeReader_0xEF24C10A"
|
|
#define qtn_about_dialog_title "About"
|
|
#define qtn_about_dialog_text "ZXing Qr Reader 0.1.0\n\n"
|
|
|
|
// End of File
|