www.pudn.com > ExeLauncher.zip > ExeLauncher.loc
/* * ============================================================================ * Name : ExeLauncher.loc * Part of : ExeLauncher * Created : 01.09.2005 by Artem Marchenko * Description: * This is a localisation file for ExeLauncher * A .loc file is the one and only place where the logical strings * to be localised are defined. * Initial content was generated by Series 60 Application Wizard. * ------------------------------------------------------------------- * Version : 1.0 * Copyright: Artem Marchenko 2005 * ============================================================================ */ // LOCALISATION STRINGS // menu exit #define qtn_appl_exit "Exit" #define qtn_appl_run "Run" #define qtn_appl_edit "Edit" // example caption strings for app #define qtn_app_caption_string "ExeLauncher" #define qtn_app_short_caption_string "ExeLauncher" #define qtn_fl_item1_title "File 1" #define qtn_fl_item2_title "File 2" #define qtn_fl_item3_title "File 3" #define qtn_fl_item1_text "Z:\\System\\Programs\\HelloExeDll.dll" #define qtn_fl_item2_text "Z:\\System\\Programs\\GlobalKeyCapture.dll" #define qtn_fl_item3_text "C:\\System\\Programs\\YorExe.exe" #define qtn_error_not_found_text "File not found" // End of File