/* Machine-made version of this file copyright (c) 2005 Somusar */ /* Derived from samples that are Copyright (c) 2003, Nokia. All rights reserved */ /* * ============================================================================ * Name : ThreeForms localise file * Part of : ThreeForms * ============================================================================ */ // LOCALISATION STRINGS #define qtn_threeforms_title "ThreeForms" // Caption #define qtn_thfm_caption_string "Three Forms" #define qtn_thfm_short_caption_string "3-Form" // MenuBar #define qtn_threeforms_menubar "Option" #define qtn_threeforms_menu_exit "Exit" // // Items for form "Sample editor" // #define qtn_threeforms_menu_sample_editor "Sample editor" // Form title #define qtn_threeforms_title_sample_editor "Sample editor" // Messages #define qtn_threeforms_sample_editor_label_title "Sample editor\nExample" #define qtn_threeforms_sample_editor_label_operation "Sample editor\nExample Application" // Label field text #define qtn_threeforms_sample_editor_label_value "Value" #define qtn_threeforms_sample_editor_label_date "Date" #define qtn_threeforms_sample_editor_label_time "Time" #define qtn_threeforms_sample_editor_label_duration "Durat" #define qtn_threeforms_sample_editor_label_password "Pswd" // // Items for form "Biz" // #define qtn_threeforms_menu_biz "Biz" // Form title #define qtn_threeforms_title_biz "Biz" // Messages #define qtn_threeforms_biz_label_title "Biz\nExample" #define qtn_threeforms_biz_label_operation "Biz\nExample Application" // Label field text #define qtn_threeforms_biz_label_company "Company" #define qtn_threeforms_biz_label_last_name "L. Name" #define qtn_threeforms_biz_label_first_name "F. Name" #define qtn_threeforms_biz_label_address "Address" #define qtn_threeforms_biz_label_city "City" #define qtn_threeforms_biz_label_country "Country" // // Items for form "Friend" // #define qtn_threeforms_menu_friend "Friend" // Form title #define qtn_threeforms_title_friend "Friend" // Messages #define qtn_threeforms_friend_label_title "Friend\nExample" #define qtn_threeforms_friend_label_operation "Friend\nExample Application" // Label field text #define qtn_threeforms_friend_label_first_name "F. Name" #define qtn_threeforms_friend_label_last_name "L. Name" #define qtn_threeforms_friend_label_address "Address" #define qtn_threeforms_friend_label_city "City" // Bitmap file path // +++++1234567890123456789012345678901++123456789012345678901234567890++++ #define qtn_threeforms_bmpfile_path "Z:\\System\\Data\\avkon.mbm" // End of File