/* Machine-made version of this file copyright (c) 2005 Somusar */ /* Derived from samples that are Copyright (c) 2003, Nokia. All rights reserved */ /* * ============================================================================ * Name : TwoForms localise file * Part of : TwoForms * ============================================================================ */ // LOCALISATION STRINGS #define qtn_twoforms_title "TwoForms" // Caption #define qtn_twfm_caption_string "Two Forms" #define qtn_twfm_short_caption_string "2-Form" // MenuBar #define qtn_twoforms_menubar "Option" #define qtn_twoforms_menu_exit "Exit" // // Items for form "First form" // #define qtn_twoforms_menu_first_form "First form" // Form title #define qtn_twoforms_title_first_form "First form" // Messages #define qtn_twoforms_first_form_label_title "First form\nExample" #define qtn_twoforms_first_form_label_operation "First form\nExample Application" // Label field text #define qtn_twoforms_first_form_label_number "Value" #define qtn_twoforms_first_form_label_date "Date" #define qtn_twoforms_first_form_label_time "Time" #define qtn_twoforms_first_form_label_duration "Durat" #define qtn_twoforms_first_form_label_password "Pswd" #define qtn_twoforms_first_form_label_first_name "F. Name" #define qtn_twoforms_first_form_label_last_name "L. Name" #define qtn_twoforms_first_form_label_company "Company" #define qtn_twoforms_first_form_label_address "Address" #define qtn_twoforms_first_form_label_city "City" // // Items for form "Second form" // #define qtn_twoforms_menu_second_form "Second form" // Form title #define qtn_twoforms_title_second_form "Second form" // Messages #define qtn_twoforms_second_form_label_title "Second form\nExample" #define qtn_twoforms_second_form_label_operation "Second form\nExample Application" // Label field text #define qtn_twoforms_second_form_label_city "City" #define qtn_twoforms_second_form_label_address "Address" #define qtn_twoforms_second_form_label_company "Company" #define qtn_twoforms_second_form_label_last_name "L. Name" #define qtn_twoforms_second_form_label_first_name "F. Name" // Bitmap file path // +++++1234567890123456789012345678901++123456789012345678901234567890++++ #define qtn_twoforms_bmpfile_path "Z:\\System\\Data\\avkon.mbm" // End of File