2013 lines
57 KiB
XML
2013 lines
57 KiB
XML
SYSTEM
|
|||
|
|
/*
|
||
|
|
(No comment to be placed on the first line of this file!)
|
||
|
|
|
||
|
|
SC_.RSS
|
||
|
|
|
||
|
|
System Resource file for Series 3c
|
||
|
|
|
||
|
|
*/
|
||
|
|
|
||
|
|
#include <hwim.rg>
|
||
|
|
#include "hwim.rh"
|
||
|
|
#include <pagesize.h>
|
||
|
|
#include "symbols.h"
|
||
|
|
|
||
|
|
STRUCT KEYPAIR
|
||
|
|
{
|
||
|
|
BYTE latin; /* Latin character value */
|
||
|
|
BYTE cyril; /* Cyrillic character value */
|
||
|
|
}
|
||
|
|
|
||
|
|
STRUCT KEYLIST
|
||
|
|
{
|
||
|
|
STRUCT list[];
|
||
|
|
}
|
||
|
|
|
||
|
|
#define ARROWS4 <WS_SYMBOL_LEFT_KEY><WS_SYMBOL_UP_KEY><WS_SYMBOL_DOWN_KEY><WS_SYMBOL_RIGHT_KEY>
|
||
|
|
|
||
|
|
/****************** THE SPECIAL CHARACTERS ************************/
|
||
|
|
/* The first four characters are used by the file selector to tag one,
|
||
|
|
untag one, tag all & untag all. The next four are the "nudge" keys used by
|
||
|
|
most numeric/date editors. (Two down, two up.) Next is the keycode used in
|
||
|
|
EDWIN.C to indicate a soft or hard hyphen. NSWE are the compass points used
|
||
|
|
by the Lat-Long editor. These are followed by the degree symbol used in the
|
||
|
|
same editor. Next is the bullet symbol used by Help and by the Agenda.
|
||
|
|
The last two symbols were added in September 1995 to support code pages
|
||
|
|
other than 850 (esp. 1251 for Russia!). See #define H_SC_TPLUS et seq.
|
||
|
|
in SYMBOLS.H */
|
||
|
|
|
||
|
|
/* TTT Leave most of these alone, but translate the NSWE */
|
||
|
|
|
||
|
|
RESOURCE STRING sys_special_characters { str="+-*/<,>.NSWEøþ"; }
|
||
|
|
|
||
|
|
/************************* STRINGS ********************************/
|
||
|
|
|
||
|
|
RESOURCE STRING sys_string { str="%s"; }
|
||
|
|
RESOURCE STRING sys_dimmed_msg {str="This item is not available";}
|
||
|
|
RESOURCE STRING sys_locked_msg {str="This item cannot be changed";}
|
||
|
|
RESOURCE STRING sys_busy { str="Busy"; }
|
||
|
|
RESOURCE STRING sys_scanning { str="Scanning"; }
|
||
|
|
RESOURCE STRING sys_printing_to { str="Printing to %s";}
|
||
|
|
RESOURCE STRING sys_page_is { str="(page %u)";}
|
||
|
|
|
||
|
|
RESOURCE STRING sys_copied_prompt {str="Copied";}
|
||
|
|
RESOURCE STRING sys_copying_prompt {str="Saving as \"%s\"";}
|
||
|
|
RESOURCE STRING sys_loading_prompt {str="Loading \"%s\"";}
|
||
|
|
RESOURCE STRING sys_merging_prompt {str="Merging in \"%s\"";}
|
||
|
|
RESOURCE STRING sys_nothing_to_bring {str="Nothing to bring";}
|
||
|
|
RESOURCE STRING sys_not_found {str="Not found"; }
|
||
|
|
RESOURCE STRING sys_nothing_to_find {str="Nothing to find";}
|
||
|
|
|
||
|
|
RESOURCE STRING sys_compress_prompt {str="Compressing \"%s\"";}
|
||
|
|
RESOURCE STRING sys_not_compressible {str="Cannot compress on Flash";}
|
||
|
|
|
||
|
|
RESOURCE STRING sys_password_incorrect {str="Incorrect password";}
|
||
|
|
RESOURCE STRING sys_password_not_confirmed {str="Password not confirmed";}
|
||
|
|
|
||
|
|
RESOURCE STRING sys_range_reset {str="Out of range - reset to limit";}
|
||
|
|
RESOURCE STRING sys_invalid_num {str="Number is not valid";}
|
||
|
|
RESOURCE STRING sys_invalid_margins { str="Invalid margins. Reset?"; }
|
||
|
|
RESOURCE STRING sys_invalid_char { str="Undiallable character"; }
|
||
|
|
RESOURCE STRING sys_out_of_range {str="Value out of range: %s = %s";}
|
||
|
|
/* as used in "Value out of range: Max = 20.45 */
|
||
|
|
|
||
|
|
RESOURCE STRING sys_edit_nchars {str="Maximum number of characters reached";}
|
||
|
|
|
||
|
|
RESOURCE STRING sys_popout_help {str="Press Tab to change this item";}
|
||
|
|
|
||
|
|
RESOURCE STRING sys_help_string {str="Help: %s";}
|
||
|
|
|
||
|
|
RESOURCE STRING sys_replace_disk {str="Replace the application disk";}
|
||
|
|
|
||
|
|
/* the prompts for a file selector and a pack selector */
|
||
|
|
RESOURCE STRING sys_name {str="Name";}
|
||
|
|
RESOURCE STRING sys_pack {str="Disk";}
|
||
|
|
|
||
|
|
/* part of the title line of a filelist */
|
||
|
|
RESOURCE STRING sys_filelist_disk {str="Disk ";}
|
||
|
|
|
||
|
|
RESOURCE STRING sys_flist_reset { str="File list reset"; }
|
||
|
|
RESOURCE STRING sys_device_memory { str="Internal"; }
|
||
|
|
RESOURCE STRING sys_path_is { str="Path is %s"; }
|
||
|
|
RESOURCE STRING sys_choose_directory { str="Choose a directory"; }
|
||
|
|
RESOURCE STRING sys_choose_filename { str="Choose a filename"; }
|
||
|
|
RESOURCE STRING sys_choose_new_directory { str="Directory already exists"; }
|
||
|
|
RESOURCE STRING sys_exists_over { str="File already exists: overwrite?"; }
|
||
|
|
|
||
|
|
/* Next two strings have a maximum length of 5 characters each */
|
||
|
|
RESOURCE STRING sys_max { str="Max"; }
|
||
|
|
RESOURCE STRING sys_min { str="Min"; }
|
||
|
|
|
||
|
|
RESOURCE STRING sys_dec_places { str="Decimal places"; }
|
||
|
|
RESOURCE STRING sys_sig_digits { str="Significant digits"; }
|
||
|
|
RESOURCE STRING sys_evaldlg_title { str="Set \"Evaluate\" format"; }
|
||
|
|
RESOURCE STRING sys_nothing_to_eval { str="Nothing to evaluate"; }
|
||
|
|
RESOURCE STRING sys_toolong_to_eval { str="Too long to evaluate"; }
|
||
|
|
|
||
|
|
RESOURCE STRING sys_xonxoff_string {str="XON/XOFF ";}
|
||
|
|
RESOURCE STRING sys_header_str { str="Enter header details"; }
|
||
|
|
RESOURCE STRING sys_footer_str { str="Enter footer details"; }
|
||
|
|
|
||
|
|
/* max len of next 2 strs is 9 (including the space and the brackets) */
|
||
|
|
RESOURCE STRING sys_centimetres { str=" (cm)"; }
|
||
|
|
RESOURCE STRING sys_inches { str=" (inches)"; }
|
||
|
|
|
||
|
|
RESOURCE STRING sys_dev_notready { str=" Absent!"; }
|
||
|
|
RESOURCE STRING sys_dev_corrupt { str=" Unformatted!"; }
|
||
|
|
RESOURCE STRING sys_dev_unknown { str=" Unrecognised!"; }
|
||
|
|
RESOURCE STRING sys_dev_info { str=", %luK free"; }
|
||
|
|
|
||
|
|
RESOURCE STRING sys_mtype_unknown { str="Unknown"; }
|
||
|
|
RESOURCE STRING sys_mtype_floppy { str="Floppy"; }
|
||
|
|
RESOURCE STRING sys_mtype_hard { str="Hard"; }
|
||
|
|
RESOURCE STRING sys_mtype_flash { str="Flash"; }
|
||
|
|
RESOURCE STRING sys_mtype_ram { str="Ram"; }
|
||
|
|
RESOURCE STRING sys_mtype_rom { str="Rom"; }
|
||
|
|
RESOURCE STRING sys_mtype_protected { str="Protected"; }
|
||
|
|
/* Maximum of 14 character widths for the following 5 strings */
|
||
|
|
RESOURCE STRING sys_files_tagged { str="(Tagged files)"; }
|
||
|
|
RESOURCE STRING sys_no_files { str="(No files)"; }
|
||
|
|
RESOURCE STRING sys_no_disk { str="(No disk)"; }
|
||
|
|
RESOURCE STRING sys_unformatted { str="(Unformatted)"; }
|
||
|
|
RESOURCE STRING sys_unrecognised { str="(Unrecognised)"; }
|
||
|
|
|
||
|
|
RESOURCE STRING sys_sound_fail { str="Sound in use - please retry"; }
|
||
|
|
|
||
|
|
/*********** THE ALLOWED SPECIAL KEYS FOR ACTION BUTTONS ******************/
|
||
|
|
|
||
|
|
/* You can translate the text, but no more than six characters each */
|
||
|
|
|
||
|
|
RESOURCE ACLIST_ARRAY sys_button_text
|
||
|
|
{
|
||
|
|
button=
|
||
|
|
{
|
||
|
|
PUSH_BUT
|
||
|
|
{
|
||
|
|
keycode=W_KEY_RETURN;
|
||
|
|
str="Enter";
|
||
|
|
},
|
||
|
|
PUSH_BUT
|
||
|
|
{
|
||
|
|
keycode=W_KEY_ESCAPE;
|
||
|
|
str="Esc";
|
||
|
|
},
|
||
|
|
PUSH_BUT
|
||
|
|
{
|
||
|
|
keycode=W_KEY_DELETE_LEFT;
|
||
|
|
str="Del";
|
||
|
|
},
|
||
|
|
PUSH_BUT
|
||
|
|
{
|
||
|
|
keycode=W_KEY_SPACE;
|
||
|
|
str="Space";
|
||
|
|
},
|
||
|
|
PUSH_BUT
|
||
|
|
{
|
||
|
|
keycode=W_KEY_UP;
|
||
|
|
str=<WS_SYMBOL_UP_KEY>;
|
||
|
|
},
|
||
|
|
PUSH_BUT
|
||
|
|
{
|
||
|
|
keycode=W_KEY_DOWN;
|
||
|
|
str=<WS_SYMBOL_DOWN_KEY>;
|
||
|
|
},
|
||
|
|
PUSH_BUT
|
||
|
|
{
|
||
|
|
keycode=W_KEY_RIGHT;
|
||
|
|
str=<WS_SYMBOL_RIGHT_KEY>;
|
||
|
|
},
|
||
|
|
PUSH_BUT
|
||
|
|
{
|
||
|
|
keycode=W_KEY_LEFT;
|
||
|
|
str=<WS_SYMBOL_LEFT_KEY>;
|
||
|
|
},
|
||
|
|
PUSH_BUT
|
||
|
|
{
|
||
|
|
keycode=W_KEY_TAB;
|
||
|
|
str="Tab";
|
||
|
|
},
|
||
|
|
PUSH_BUT
|
||
|
|
{
|
||
|
|
keycode=W_KEY_MENU;
|
||
|
|
str="Menu";
|
||
|
|
}
|
||
|
|
};
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
/************************* ACTION LISTS ******************************/
|
||
|
|
|
||
|
|
/* Change the keycodes too, but don't lose the minus signs */
|
||
|
|
|
||
|
|
RESOURCE ACLIST_ARRAY sys_ac_no_yes
|
||
|
|
{
|
||
|
|
button =
|
||
|
|
{
|
||
|
|
PUSH_BUT
|
||
|
|
{
|
||
|
|
keycode=-'n';
|
||
|
|
str="No";
|
||
|
|
},
|
||
|
|
PUSH_BUT
|
||
|
|
{
|
||
|
|
keycode='y';
|
||
|
|
str="Yes";
|
||
|
|
}
|
||
|
|
};
|
||
|
|
}
|
||
|
|
|
||
|
|
RESOURCE ACLIST_ARRAY sys_ac_continue
|
||
|
|
{
|
||
|
|
button =
|
||
|
|
{
|
||
|
|
PUSH_BUT
|
||
|
|
{
|
||
|
|
keycode=W_KEY_ESCAPE;
|
||
|
|
str="Continue";
|
||
|
|
}
|
||
|
|
};
|
||
|
|
}
|
||
|
|
|
||
|
|
RESOURCE ACLIST_ARRAY sys_ac_abandon
|
||
|
|
{
|
||
|
|
button =
|
||
|
|
{
|
||
|
|
PUSH_BUT
|
||
|
|
{
|
||
|
|
keycode=W_KEY_ESCAPE;
|
||
|
|
str="Abandon";
|
||
|
|
}
|
||
|
|
};
|
||
|
|
}
|
||
|
|
|
||
|
|
RESOURCE ACLIST_ARRAY sys_append_aclist
|
||
|
|
{
|
||
|
|
button =
|
||
|
|
{
|
||
|
|
PUSH_BUT
|
||
|
|
{
|
||
|
|
keycode=W_KEY_RETURN;
|
||
|
|
str="Append";
|
||
|
|
}
|
||
|
|
};
|
||
|
|
}
|
||
|
|
|
||
|
|
/* Careful not to make the combined width of these strings much wider */
|
||
|
|
|
||
|
|
RESOURCE ACLIST_ARRAY sys_smart_dial_aclist
|
||
|
|
{
|
||
|
|
button =
|
||
|
|
{
|
||
|
|
PUSH_BUT
|
||
|
|
{
|
||
|
|
keycode=W_KEY_ESCAPE;
|
||
|
|
str="Cancel";
|
||
|
|
},
|
||
|
|
PUSH_BUT
|
||
|
|
{
|
||
|
|
keycode=W_KEY_MENU;
|
||
|
|
str="Free input";
|
||
|
|
},
|
||
|
|
PUSH_BUT
|
||
|
|
{
|
||
|
|
keycode=W_KEY_TAB;
|
||
|
|
str="Dial";
|
||
|
|
},
|
||
|
|
PUSH_BUT
|
||
|
|
{
|
||
|
|
keycode=W_KEY_RETURN;
|
||
|
|
str="Dial out";
|
||
|
|
}
|
||
|
|
};
|
||
|
|
}
|
||
|
|
|
||
|
|
RESOURCE ACLIST_ARRAY sys_freedial_aclist
|
||
|
|
{
|
||
|
|
button =
|
||
|
|
{
|
||
|
|
PUSH_BUT
|
||
|
|
{
|
||
|
|
keycode=W_KEY_DELETE_LEFT;
|
||
|
|
str="Clear";
|
||
|
|
},
|
||
|
|
PUSH_BUT
|
||
|
|
{
|
||
|
|
keycode=W_KEY_TAB;
|
||
|
|
str="Redial";
|
||
|
|
}
|
||
|
|
};
|
||
|
|
}
|
||
|
|
|
||
|
|
/************************* CHOICE LISTS *****************************/
|
||
|
|
|
||
|
|
RESOURCE MENU sys_no_yes
|
||
|
|
{
|
||
|
|
items =
|
||
|
|
{
|
||
|
|
CHOICE_ITEM { str= "No";},
|
||
|
|
CHOICE_ITEM { str="Yes";}
|
||
|
|
};
|
||
|
|
}
|
||
|
|
|
||
|
|
RESOURCE MENU sys_offon_menu
|
||
|
|
{
|
||
|
|
items =
|
||
|
|
{
|
||
|
|
CHOICE_ITEM { str="Off";},
|
||
|
|
CHOICE_ITEM { str= "On";}
|
||
|
|
};
|
||
|
|
}
|
||
|
|
|
||
|
|
RESOURCE MENU sys_printer_units_chlist
|
||
|
|
{
|
||
|
|
items =
|
||
|
|
{
|
||
|
|
CHOICE_ITEM { str= "Inches";}, /* matches with E_IMPERIAL */
|
||
|
|
CHOICE_ITEM { str= "Centimetres";} /* matches with E_METRIC */
|
||
|
|
};
|
||
|
|
}
|
||
|
|
|
||
|
|
RESOURCE MENU sys_printer_device_chlist
|
||
|
|
{
|
||
|
|
items =
|
||
|
|
{
|
||
|
|
CHOICE_ITEM { str= "Parallel";},
|
||
|
|
CHOICE_ITEM { str= "Serial";},
|
||
|
|
CHOICE_ITEM { str= "File";}
|
||
|
|
};
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
RESOURCE MENU sys_baud_rate_chlist
|
||
|
|
{
|
||
|
|
items =
|
||
|
|
{
|
||
|
|
CHOICE_ITEM { str= "19200";}, /* new for S3a */
|
||
|
|
CHOICE_ITEM { str= "9600";},
|
||
|
|
CHOICE_ITEM { str= "4800";},
|
||
|
|
CHOICE_ITEM { str= "2400";},
|
||
|
|
CHOICE_ITEM { str= "1200";},
|
||
|
|
CHOICE_ITEM { str= "600";},
|
||
|
|
CHOICE_ITEM { str= "300";}
|
||
|
|
};
|
||
|
|
}
|
||
|
|
|
||
|
|
RESOURCE MENU sys_data_bits_chlist
|
||
|
|
{
|
||
|
|
items =
|
||
|
|
{
|
||
|
|
CHOICE_ITEM { str="5";},
|
||
|
|
CHOICE_ITEM { str="6";},
|
||
|
|
CHOICE_ITEM { str="7";},
|
||
|
|
CHOICE_ITEM { str="8";}
|
||
|
|
};
|
||
|
|
}
|
||
|
|
|
||
|
|
RESOURCE MENU sys_stop_bits_chlist
|
||
|
|
{
|
||
|
|
items =
|
||
|
|
{
|
||
|
|
CHOICE_ITEM { str="1";},
|
||
|
|
CHOICE_ITEM { str="2";}
|
||
|
|
};
|
||
|
|
}
|
||
|
|
|
||
|
|
RESOURCE MENU sys_parity_chlist
|
||
|
|
{
|
||
|
|
items =
|
||
|
|
{
|
||
|
|
CHOICE_ITEM { str="None";},
|
||
|
|
CHOICE_ITEM { str="Even";},
|
||
|
|
CHOICE_ITEM { str= "Odd";}
|
||
|
|
};
|
||
|
|
}
|
||
|
|
|
||
|
|
RESOURCE MENU sys_format_chlist
|
||
|
|
{
|
||
|
|
items =
|
||
|
|
{
|
||
|
|
CHOICE_ITEM { str="Fixed";},
|
||
|
|
CHOICE_ITEM { str="Scientific";},
|
||
|
|
CHOICE_ITEM { str="General";},
|
||
|
|
CHOICE_ITEM { str="Hexadecimal";}
|
||
|
|
};
|
||
|
|
}
|
||
|
|
|
||
|
|
RESOURCE MENU sys_rad_deg
|
||
|
|
{
|
||
|
|
items =
|
||
|
|
{
|
||
|
|
CHOICE_ITEM { str= "Radians";},
|
||
|
|
CHOICE_ITEM { str= "Degrees";}
|
||
|
|
};
|
||
|
|
}
|
||
|
|
|
||
|
|
/* IMPORTANT, order in next array must be same as in page_size menu below */
|
||
|
|
/* Also, at most 10 entries allowed, and the first two cannot be altered */
|
||
|
|
/* But change any of the others, if you wish */
|
||
|
|
/* 1 mm is 1440/25.4 units in the dimensions used, so eg 148 mm is 8391 */
|
||
|
|
/* so you could have {width=8391; ... for one entry (an A5 letter size) */
|
||
|
|
|
||
|
|
RESOURCE PAGE_SIZE_ARRAY sys_page_dimensions
|
||
|
|
{
|
||
|
|
page_size=
|
||
|
|
{
|
||
|
|
PAGE_SIZE {width=PAGE_WIDTH_A4; length=PAGE_LENGTH_A4;},
|
||
|
|
PAGE_SIZE {width=PAGE_WIDTH_A4; length=PAGE_LENGTH_A4;},
|
||
|
|
PAGE_SIZE {width=PAGE_WIDTH_EXECUTIVE; length=PAGE_LENGTH_EXECUTIVE;},
|
||
|
|
PAGE_SIZE {width=PAGE_WIDTH_LEGAL; length=PAGE_LENGTH_LEGAL;},
|
||
|
|
PAGE_SIZE {width=PAGE_WIDTH_LETTER; length=PAGE_LENGTH_LETTER;},
|
||
|
|
PAGE_SIZE {width=PAGE_WIDTH_MONARCH; length=PAGE_LENGTH_MONARCH;},
|
||
|
|
PAGE_SIZE {width=PAGE_WIDTH_DL; length=PAGE_LENGTH_DL;}
|
||
|
|
};
|
||
|
|
}
|
||
|
|
|
||
|
|
RESOURCE MENU sys_page_size
|
||
|
|
{
|
||
|
|
items=
|
||
|
|
{
|
||
|
|
CHOICE_ITEM {str="A4";},
|
||
|
|
CHOICE_ITEM {str="Custom";},
|
||
|
|
CHOICE_ITEM {str="Executive";},
|
||
|
|
CHOICE_ITEM {str="Legal";},
|
||
|
|
CHOICE_ITEM {str="Letter";},
|
||
|
|
CHOICE_ITEM {str="Monarch";},
|
||
|
|
CHOICE_ITEM {str="DL";}
|
||
|
|
};
|
||
|
|
}
|
||
|
|
|
||
|
|
RESOURCE MENU sys_orient
|
||
|
|
{
|
||
|
|
items=
|
||
|
|
{
|
||
|
|
CHOICE_ITEM {str="Portrait";},
|
||
|
|
CHOICE_ITEM {str="Landscape";}
|
||
|
|
};
|
||
|
|
}
|
||
|
|
|
||
|
|
RESOURCE MENU sys_prn_pos
|
||
|
|
{
|
||
|
|
items=
|
||
|
|
{
|
||
|
|
CHOICE_ITEM {str="Normal";},
|
||
|
|
CHOICE_ITEM {str="Superscript";},
|
||
|
|
CHOICE_ITEM {str="Subscript";}
|
||
|
|
};
|
||
|
|
}
|
||
|
|
|
||
|
|
RESOURCE MENU sys_headfoot_align
|
||
|
|
{
|
||
|
|
items=
|
||
|
|
{
|
||
|
|
CHOICE_ITEM {str="Left";},
|
||
|
|
CHOICE_ITEM {str="Right";},
|
||
|
|
CHOICE_ITEM {str="Centred";},
|
||
|
|
CHOICE_ITEM {str="Justified";},
|
||
|
|
CHOICE_ITEM {str="Two column";},
|
||
|
|
CHOICE_ITEM {str="Three column";}
|
||
|
|
};
|
||
|
|
}
|
||
|
|
|
||
|
|
RESOURCE MENU sys_pgno_choice
|
||
|
|
{
|
||
|
|
items=
|
||
|
|
{
|
||
|
|
CHOICE_ITEM {str="1,2,3";},
|
||
|
|
CHOICE_ITEM {str="I,II,III";},
|
||
|
|
CHOICE_ITEM {str="i,ii,iii";}
|
||
|
|
};
|
||
|
|
}
|
||
|
|
|
||
|
|
/************************* DIALOGS ********************************/
|
||
|
|
|
||
|
|
RESOURCE DIALOG sys_error_dialog
|
||
|
|
{
|
||
|
|
flags=DLGBOX_RBUF_FILLED|DLGBOX_NO_DDP;
|
||
|
|
controls=
|
||
|
|
{
|
||
|
|
CONTROL
|
||
|
|
{
|
||
|
|
class=C_TEXTWIN;
|
||
|
|
flags=DLGBOX_ITEM_CENTRE|DLGBOX_ITEM_DEAD|DLGBOX_ITEM_UNDERLINED;
|
||
|
|
info=TXTMESS
|
||
|
|
{
|
||
|
|
flags=IN_TEXTWIN_AL_CENTRE;
|
||
|
|
};
|
||
|
|
},
|
||
|
|
CONTROL
|
||
|
|
{
|
||
|
|
class=C_TEXTWIN;
|
||
|
|
flags=DLGBOX_ITEM_CENTRE|DLGBOX_ITEM_DEAD;
|
||
|
|
info=TXTMESS
|
||
|
|
{
|
||
|
|
flags=IN_TEXTWIN_AL_CENTRE;
|
||
|
|
};
|
||
|
|
},
|
||
|
|
CONTROL
|
||
|
|
{
|
||
|
|
class=C_ACLIST;
|
||
|
|
info=ACLIST
|
||
|
|
{
|
||
|
|
rid=sys_ac_continue;
|
||
|
|
};
|
||
|
|
}
|
||
|
|
};
|
||
|
|
}
|
||
|
|
|
||
|
|
RESOURCE DIALOG sys_query_dialog
|
||
|
|
{
|
||
|
|
flags = DLGBOX_ACTION_LIST|DLGBOX_REPORT_ACT_HORIZ;
|
||
|
|
controls=
|
||
|
|
{
|
||
|
|
CONTROL
|
||
|
|
{
|
||
|
|
class=C_TEXTWIN;
|
||
|
|
flags=DLGBOX_ITEM_CENTRE|DLGBOX_ITEM_DEAD|DLGBOX_ITEM_UNDERLINED;
|
||
|
|
info=TXTMESS
|
||
|
|
{
|
||
|
|
flags=IN_TEXTWIN_AL_CENTRE;
|
||
|
|
};
|
||
|
|
},
|
||
|
|
CONTROL
|
||
|
|
{
|
||
|
|
class=C_ACLIST;
|
||
|
|
info=ACLIST
|
||
|
|
{
|
||
|
|
rid=sys_ac_no_yes;
|
||
|
|
};
|
||
|
|
}
|
||
|
|
};
|
||
|
|
}
|
||
|
|
|
||
|
|
RESOURCE DIALOG sys_printing_dialog
|
||
|
|
{
|
||
|
|
flags=DLGBOX_RBUF_FILLED;
|
||
|
|
controls=
|
||
|
|
{
|
||
|
|
CONTROL
|
||
|
|
{
|
||
|
|
class=C_TEXTWIN;
|
||
|
|
flags=DLGBOX_ITEM_CENTRE|DLGBOX_ITEM_DEAD|DLGBOX_ITEM_UNDERLINED;
|
||
|
|
info=TXTMESS
|
||
|
|
{
|
||
|
|
flags=IN_TEXTWIN_AL_CENTRE;
|
||
|
|
};
|
||
|
|
},
|
||
|
|
CONTROL
|
||
|
|
{
|
||
|
|
class=C_TEXTWIN;
|
||
|
|
flags=DLGBOX_ITEM_CENTRE|DLGBOX_ITEM_DEAD;
|
||
|
|
info=TXTMESS
|
||
|
|
{
|
||
|
|
flags=IN_TEXTWIN_AL_CENTRE;
|
||
|
|
};
|
||
|
|
},
|
||
|
|
CONTROL
|
||
|
|
{
|
||
|
|
class=C_ACLIST;
|
||
|
|
info=ACLIST
|
||
|
|
{
|
||
|
|
rid=sys_ac_abandon;
|
||
|
|
};
|
||
|
|
}
|
||
|
|
};
|
||
|
|
}
|
||
|
|
|
||
|
|
RESOURCE DIALOG sys_set_port_dialog
|
||
|
|
{
|
||
|
|
title="Set Serial port";
|
||
|
|
flags=DLGBOX_NOTIFY_ENTER|DLGBOX_RBUF_FILLED;
|
||
|
|
controls=
|
||
|
|
{
|
||
|
|
CONTROL
|
||
|
|
{
|
||
|
|
class=C_CHLIST;
|
||
|
|
prompt="Baud rate";
|
||
|
|
info=CHLIST
|
||
|
|
{
|
||
|
|
rid=sys_baud_rate_chlist;
|
||
|
|
nsel=0;
|
||
|
|
};
|
||
|
|
},
|
||
|
|
CONTROL
|
||
|
|
{
|
||
|
|
class=C_CHLIST;
|
||
|
|
prompt="Data bits";
|
||
|
|
info=CHLIST
|
||
|
|
{
|
||
|
|
rid=sys_data_bits_chlist;
|
||
|
|
nsel=0;
|
||
|
|
};
|
||
|
|
},
|
||
|
|
CONTROL
|
||
|
|
{
|
||
|
|
class=C_CHLIST;
|
||
|
|
prompt="Stop bits";
|
||
|
|
info=CHLIST
|
||
|
|
{
|
||
|
|
rid=sys_stop_bits_chlist;
|
||
|
|
nsel=0;
|
||
|
|
};
|
||
|
|
},
|
||
|
|
CONTROL
|
||
|
|
{
|
||
|
|
class=C_CHLIST;
|
||
|
|
prompt="Parity";
|
||
|
|
info=CHLIST
|
||
|
|
{
|
||
|
|
rid=sys_parity_chlist;
|
||
|
|
nsel=0;
|
||
|
|
};
|
||
|
|
},
|
||
|
|
CONTROL
|
||
|
|
{
|
||
|
|
class=C_CHLIST;
|
||
|
|
prompt="Ignore parity";
|
||
|
|
info=CHLIST
|
||
|
|
{
|
||
|
|
rid=sys_no_yes;
|
||
|
|
nsel=0;
|
||
|
|
};
|
||
|
|
}
|
||
|
|
};
|
||
|
|
}
|
||
|
|
|
||
|
|
RESOURCE DIALOG sys_set_hshk_dialog
|
||
|
|
{
|
||
|
|
title="Set serial handshake";
|
||
|
|
flags=DLGBOX_NOTIFY_ENTER|DLGBOX_RBUF_FILLED;
|
||
|
|
controls=
|
||
|
|
{
|
||
|
|
CONTROL
|
||
|
|
{
|
||
|
|
class=C_CHLIST;
|
||
|
|
prompt="XON/XOFF";
|
||
|
|
info=CHLIST
|
||
|
|
{
|
||
|
|
rid=sys_offon_menu;
|
||
|
|
nsel=0;
|
||
|
|
};
|
||
|
|
},
|
||
|
|
CONTROL
|
||
|
|
{
|
||
|
|
class=C_CHLIST;
|
||
|
|
prompt="RTS/CTS";
|
||
|
|
info=CHLIST
|
||
|
|
{
|
||
|
|
rid=sys_offon_menu;
|
||
|
|
nsel=0;
|
||
|
|
};
|
||
|
|
},
|
||
|
|
CONTROL
|
||
|
|
{
|
||
|
|
class=C_CHLIST;
|
||
|
|
prompt="DSR/DTR";
|
||
|
|
info=CHLIST
|
||
|
|
{
|
||
|
|
rid=sys_offon_menu;
|
||
|
|
nsel=0;
|
||
|
|
};
|
||
|
|
},
|
||
|
|
CONTROL
|
||
|
|
{
|
||
|
|
class=C_CHLIST;
|
||
|
|
prompt="DCD";
|
||
|
|
info=CHLIST
|
||
|
|
{
|
||
|
|
rid=sys_offon_menu;
|
||
|
|
nsel=0;
|
||
|
|
};
|
||
|
|
}
|
||
|
|
};
|
||
|
|
}
|
||
|
|
|
||
|
|
RESOURCE DIALOG sys_printer_config_dialog
|
||
|
|
{
|
||
|
|
title="Printer configuration";
|
||
|
|
flags=DLGBOX_NOTIFY_ENTER|DLGBOX_SMALL_FONT;
|
||
|
|
controls=
|
||
|
|
{
|
||
|
|
CONTROL
|
||
|
|
{
|
||
|
|
class=C_CHLIST;
|
||
|
|
prompt="Printer device";
|
||
|
|
flags=DLGBOX_ITEM_NOTIFY_CHANGED;
|
||
|
|
info=CHLIST
|
||
|
|
{
|
||
|
|
rid=sys_printer_device_chlist;
|
||
|
|
};
|
||
|
|
},
|
||
|
|
CONTROL
|
||
|
|
{
|
||
|
|
class=C_TEXTWIN;
|
||
|
|
prompt="Serial characteristics "<WS_SYMBOL_ELLIPSIS>;
|
||
|
|
info=TXTMESS
|
||
|
|
{
|
||
|
|
str="19200 "<WS_SYMBOL_ELLIPSIS>; /* changed for S3a */
|
||
|
|
flags=IN_TEXTWIN_POPOUT;
|
||
|
|
};
|
||
|
|
},
|
||
|
|
CONTROL
|
||
|
|
{
|
||
|
|
class=C_TEXTWIN;
|
||
|
|
prompt="Serial handshaking "<WS_SYMBOL_ELLIPSIS>;
|
||
|
|
info=TXTMESS
|
||
|
|
{
|
||
|
|
str="XON/XOFF Off "<WS_SYMBOL_ELLIPSIS>;
|
||
|
|
flags=IN_TEXTWIN_POPOUT;
|
||
|
|
};
|
||
|
|
},
|
||
|
|
CONTROL
|
||
|
|
{
|
||
|
|
flags=DLGBOX_ITEM_NEEDS_PACK|DLGBOX_ITEM_NOTIFY_CHANGED;
|
||
|
|
class=C_FNEDIT;
|
||
|
|
prompt="File:";
|
||
|
|
info=FNEDIT { flags=IN_FNEDIT_NO_AUTOQUERY; };
|
||
|
|
},
|
||
|
|
CONTROL
|
||
|
|
{
|
||
|
|
class=C_CHLIST;
|
||
|
|
prompt="Units";
|
||
|
|
info=CHLIST
|
||
|
|
{
|
||
|
|
rid=sys_printer_units_chlist;
|
||
|
|
};
|
||
|
|
}
|
||
|
|
};
|
||
|
|
}
|
||
|
|
|
||
|
|
RESOURCE DIALOG sys_eval_dialog
|
||
|
|
{
|
||
|
|
title="Set Calculator format";
|
||
|
|
flags=DLGBOX_NOTIFY_ENTER|DLGBOX_RBUF_FILLED;
|
||
|
|
controls=
|
||
|
|
{
|
||
|
|
CONTROL
|
||
|
|
{
|
||
|
|
flags=DLGBOX_ITEM_NOTIFY_CHANGED;
|
||
|
|
class=C_CHLIST;
|
||
|
|
prompt="Format";
|
||
|
|
info=CHLIST { rid=sys_format_chlist; };
|
||
|
|
},
|
||
|
|
CONTROL
|
||
|
|
{
|
||
|
|
class=C_NCEDIT;
|
||
|
|
/* The following line must be the wider of the 2 above strings */
|
||
|
|
/* sys_dec_places and sys_sig_digits */
|
||
|
|
prompt="Significant digits";
|
||
|
|
info=NCEDIT
|
||
|
|
{
|
||
|
|
high=12;
|
||
|
|
low=0;
|
||
|
|
};
|
||
|
|
},
|
||
|
|
CONTROL
|
||
|
|
{
|
||
|
|
class=C_CHLIST;
|
||
|
|
prompt="Trigonometry units";
|
||
|
|
info=CHLIST { rid=sys_rad_deg; };
|
||
|
|
}
|
||
|
|
};
|
||
|
|
}
|
||
|
|
|
||
|
|
RESOURCE DIALOG sys_country_selector_dialog
|
||
|
|
{
|
||
|
|
title="Append country";
|
||
|
|
flags=DLGBOX_NOTIFY_ENTER|DLGBOX_ACTION_LIST|DLGBOX_RBUF_FILLED;
|
||
|
|
controls=
|
||
|
|
{
|
||
|
|
CONTROL
|
||
|
|
{
|
||
|
|
class=C_WLDSELWN;
|
||
|
|
prompt="Country";
|
||
|
|
info=WLDSELWN {flags=IN_WLDSELWN_COUNTRY|IN_WLDSELWN_SETHOME; };
|
||
|
|
},
|
||
|
|
CONTROL
|
||
|
|
{
|
||
|
|
class=C_ACLIST;
|
||
|
|
info=ACLIST
|
||
|
|
{
|
||
|
|
rid=sys_append_aclist;
|
||
|
|
};
|
||
|
|
}
|
||
|
|
};
|
||
|
|
}
|
||
|
|
|
||
|
|
RESOURCE CONTROL sys_smart_dial_item
|
||
|
|
{
|
||
|
|
class=C_EDWIN;
|
||
|
|
prompt=<WS_SYMBOL_PHONE>;
|
||
|
|
info=EDWIN
|
||
|
|
{
|
||
|
|
maxlen=WR_MAX_DIAL_STRING;
|
||
|
|
vulen=20;
|
||
|
|
flags=IN_EDWIN_VULEN_CHARACTERS|IN_EDWIN_NO_AUTOSELECT;
|
||
|
|
};
|
||
|
|
}
|
||
|
|
|
||
|
|
RESOURCE DIALOG sys_smart_dial_dialog
|
||
|
|
{
|
||
|
|
flags=DLGBOX_NOTIFY_ENTER|DLGBOX_ACTION_LIST|DLGBOX_RBUF_FILLED|DLGBOX_SMALL_FONT;
|
||
|
|
controls=
|
||
|
|
{
|
||
|
|
CONTROL
|
||
|
|
{
|
||
|
|
class=C_TEXTWIN;
|
||
|
|
flags=DLGBOX_ITEM_CENTRE|DLGBOX_ITEM_DEAD|DLGBOX_ITEM_UNDERLINED;
|
||
|
|
info=TXTMESS
|
||
|
|
{
|
||
|
|
flags=IN_TEXTWIN_AL_CENTRE;
|
||
|
|
str="Dial";
|
||
|
|
};
|
||
|
|
},
|
||
|
|
CONTROL
|
||
|
|
{
|
||
|
|
class=C_ACLIST;
|
||
|
|
info=ACLIST
|
||
|
|
{
|
||
|
|
rid=sys_smart_dial_aclist;
|
||
|
|
};
|
||
|
|
}
|
||
|
|
};
|
||
|
|
}
|
||
|
|
|
||
|
|
RESOURCE DIALOG sys_freedial_dialog
|
||
|
|
{
|
||
|
|
title="Free-form dialling";
|
||
|
|
flags = DLGBOX_NO_WAIT|DLGBOX_NO_DDP;
|
||
|
|
controls=
|
||
|
|
{
|
||
|
|
CONTROL
|
||
|
|
{
|
||
|
|
class=C_FREEDIAL;
|
||
|
|
prompt=<WS_SYMBOL_PHONE>;
|
||
|
|
},
|
||
|
|
CONTROL
|
||
|
|
{
|
||
|
|
class=C_ACLIST;
|
||
|
|
info=ACLIST
|
||
|
|
{
|
||
|
|
rid=sys_freedial_aclist;
|
||
|
|
};
|
||
|
|
}
|
||
|
|
};
|
||
|
|
}
|
||
|
|
|
||
|
|
RESOURCE DIALOG sys_flist_dialog
|
||
|
|
{
|
||
|
|
title="Specify filelist";
|
||
|
|
flags=DLGBOX_NOTIFY_ENTER|DLGBOX_RBUF_FILLED;
|
||
|
|
controls=
|
||
|
|
{
|
||
|
|
CONTROL
|
||
|
|
{
|
||
|
|
class=C_EDWIN;
|
||
|
|
prompt="Filename pattern";
|
||
|
|
info=EDWIN
|
||
|
|
{
|
||
|
|
maxlen=P_FNAMESIZE;
|
||
|
|
vulen=18;
|
||
|
|
flags=IN_EDWIN_VULEN_CHARACTERS;
|
||
|
|
};
|
||
|
|
},
|
||
|
|
CONTROL
|
||
|
|
{
|
||
|
|
class=C_EDWIN;
|
||
|
|
prompt="Full path";
|
||
|
|
info=EDWIN
|
||
|
|
{
|
||
|
|
maxlen=P_FNAMESIZE;
|
||
|
|
vulen=18;
|
||
|
|
flags=IN_EDWIN_VULEN_CHARACTERS;
|
||
|
|
};
|
||
|
|
}
|
||
|
|
};
|
||
|
|
}
|
||
|
|
|
||
|
|
RESOURCE DIALOG sys_print_control_dl
|
||
|
|
{
|
||
|
|
title="Print setup";
|
||
|
|
flags=DLGBOX_NOTIFY_ENTER|DLGBOX_NOTIFY_ESCAPE|DLGBOX_SMALL_FONT;
|
||
|
|
controls=
|
||
|
|
{
|
||
|
|
CONTROL
|
||
|
|
{
|
||
|
|
class=C_TEXTWIN;
|
||
|
|
prompt="Page size";
|
||
|
|
info=TXTMESS
|
||
|
|
{
|
||
|
|
str="";
|
||
|
|
flags=IN_TEXTWIN_POPOUT;
|
||
|
|
};
|
||
|
|
},
|
||
|
|
CONTROL
|
||
|
|
{
|
||
|
|
class=C_TEXTWIN;
|
||
|
|
prompt="Margins";
|
||
|
|
info=TXTMESS
|
||
|
|
{
|
||
|
|
str="";
|
||
|
|
flags=IN_TEXTWIN_POPOUT;
|
||
|
|
};
|
||
|
|
},
|
||
|
|
CONTROL
|
||
|
|
{
|
||
|
|
class=C_TEXTWIN;
|
||
|
|
prompt="Header";
|
||
|
|
info=TXTMESS
|
||
|
|
{
|
||
|
|
str="";
|
||
|
|
flags=IN_TEXTWIN_POPOUT;
|
||
|
|
};
|
||
|
|
},
|
||
|
|
CONTROL
|
||
|
|
{
|
||
|
|
class=C_TEXTWIN;
|
||
|
|
prompt="Footer";
|
||
|
|
info=TXTMESS
|
||
|
|
{
|
||
|
|
str="";
|
||
|
|
flags=IN_TEXTWIN_POPOUT;
|
||
|
|
};
|
||
|
|
},
|
||
|
|
CONTROL
|
||
|
|
{
|
||
|
|
class=C_TEXTWIN;
|
||
|
|
prompt="Paging control";
|
||
|
|
info=TXTMESS
|
||
|
|
{
|
||
|
|
str="";
|
||
|
|
flags=IN_TEXTWIN_POPOUT;
|
||
|
|
};
|
||
|
|
},
|
||
|
|
CONTROL
|
||
|
|
{
|
||
|
|
class=C_TEXTWIN;
|
||
|
|
prompt="Printer model";
|
||
|
|
info=TXTMESS
|
||
|
|
{
|
||
|
|
str="";
|
||
|
|
flags=IN_TEXTWIN_POPOUT;
|
||
|
|
};
|
||
|
|
}
|
||
|
|
};
|
||
|
|
}
|
||
|
|
|
||
|
|
RESOURCE DIALOG sys_paging_control_dl
|
||
|
|
{
|
||
|
|
title="Paging control";
|
||
|
|
flags=DLGBOX_NOTIFY_ENTER|DLGBOX_RBUF_FILLED;
|
||
|
|
controls=
|
||
|
|
{
|
||
|
|
CONTROL
|
||
|
|
{
|
||
|
|
class=C_NCEDIT;
|
||
|
|
prompt="Number for first page";
|
||
|
|
info=NCEDIT
|
||
|
|
{
|
||
|
|
low=1;
|
||
|
|
high=9999;
|
||
|
|
};
|
||
|
|
},
|
||
|
|
CONTROL
|
||
|
|
{
|
||
|
|
class=C_CHLIST;
|
||
|
|
prompt="Allow widows/orphans";
|
||
|
|
info=CHLIST{rid=sys_no_yes;};
|
||
|
|
},
|
||
|
|
CONTROL
|
||
|
|
{
|
||
|
|
class=C_CHLIST;
|
||
|
|
prompt="Page number style";
|
||
|
|
info=CHLIST{rid=sys_pgno_choice;};
|
||
|
|
}
|
||
|
|
};
|
||
|
|
}
|
||
|
|
|
||
|
|
RESOURCE DIALOG sys_printer_model
|
||
|
|
{
|
||
|
|
title="Set printer";
|
||
|
|
flags=DLGBOX_NOTIFY_ENTER|DLGBOX_RBUF_FILLED;
|
||
|
|
controls=
|
||
|
|
{
|
||
|
|
CONTROL
|
||
|
|
{
|
||
|
|
prompt="Select printer";
|
||
|
|
flags=DLGBOX_ITEM_NOTIFY_CHANGED;
|
||
|
|
class=C_CHLIST;
|
||
|
|
info=CHLIST{};
|
||
|
|
},
|
||
|
|
CONTROL
|
||
|
|
{
|
||
|
|
class=C_TEXTWIN;
|
||
|
|
prompt="Default font";
|
||
|
|
info=TXTMESS
|
||
|
|
{
|
||
|
|
flags=IN_TEXTWIN_POPOUT;
|
||
|
|
};
|
||
|
|
}
|
||
|
|
};
|
||
|
|
}
|
||
|
|
|
||
|
|
RESOURCE DIALOG sys_margins_dl
|
||
|
|
{
|
||
|
|
title="Margins";
|
||
|
|
flags=DLGBOX_NOTIFY_ENTER|DLGBOX_RBUF_FILLED|DLGBOX_APPEND_UNITS_TITLE;
|
||
|
|
controls=
|
||
|
|
{
|
||
|
|
CONTROL
|
||
|
|
{
|
||
|
|
class=C_FLTEDIT;
|
||
|
|
prompt="Top";
|
||
|
|
info=FLTEDIT
|
||
|
|
{
|
||
|
|
low=0;
|
||
|
|
high=9.99;
|
||
|
|
ndec=2;
|
||
|
|
};
|
||
|
|
},
|
||
|
|
CONTROL
|
||
|
|
{
|
||
|
|
class=C_FLTEDIT;
|
||
|
|
prompt="Left";
|
||
|
|
info=FLTEDIT
|
||
|
|
{
|
||
|
|
low=0;
|
||
|
|
high=9.99;
|
||
|
|
ndec=2;
|
||
|
|
};
|
||
|
|
},
|
||
|
|
CONTROL
|
||
|
|
{
|
||
|
|
class=C_FLTEDIT;
|
||
|
|
prompt="Right";
|
||
|
|
info=FLTEDIT
|
||
|
|
{
|
||
|
|
low=0;
|
||
|
|
high=9.99;
|
||
|
|
ndec=2;
|
||
|
|
};
|
||
|
|
},
|
||
|
|
CONTROL
|
||
|
|
{
|
||
|
|
class=C_FLTEDIT;
|
||
|
|
prompt="Bottom";
|
||
|
|
info=FLTEDIT
|
||
|
|
{
|
||
|
|
low=0;
|
||
|
|
high=9.99;
|
||
|
|
ndec=2;
|
||
|
|
};
|
||
|
|
}
|
||
|
|
};
|
||
|
|
}
|
||
|
|
|
||
|
|
RESOURCE DIALOG sys_headfoot_dl
|
||
|
|
{
|
||
|
|
title="*";
|
||
|
|
flags=DLGBOX_NOTIFY_ENTER|DLGBOX_RBUF_FILLED|DLGBOX_APPEND_UNITS_TITLE;
|
||
|
|
controls=
|
||
|
|
{
|
||
|
|
CONTROL
|
||
|
|
{
|
||
|
|
class=C_EDWIN;
|
||
|
|
prompt="Text";
|
||
|
|
info=EDWIN
|
||
|
|
{
|
||
|
|
flags=IN_EDWIN_VULEN_CHARACTERS|IN_EDWIN_ACCEPT_TABS;
|
||
|
|
maxlen=80;
|
||
|
|
vulen=20;
|
||
|
|
};
|
||
|
|
},
|
||
|
|
CONTROL
|
||
|
|
{
|
||
|
|
class=C_CHLIST;
|
||
|
|
prompt="Alignment";
|
||
|
|
info=CHLIST{rid=sys_headfoot_align;};
|
||
|
|
},
|
||
|
|
CONTROL
|
||
|
|
{
|
||
|
|
class=C_CHLIST;
|
||
|
|
prompt="On first page";
|
||
|
|
info=CHLIST{rid=sys_no_yes;};
|
||
|
|
},
|
||
|
|
CONTROL
|
||
|
|
{
|
||
|
|
class=C_TEXTWIN;
|
||
|
|
prompt="Font";
|
||
|
|
info=TXTMESS
|
||
|
|
{
|
||
|
|
flags=IN_TEXTWIN_POPOUT;
|
||
|
|
};
|
||
|
|
},
|
||
|
|
CONTROL
|
||
|
|
{
|
||
|
|
class=C_FLTEDIT;
|
||
|
|
prompt="Vertical offset";
|
||
|
|
info=FLTEDIT
|
||
|
|
{
|
||
|
|
low=0;
|
||
|
|
high=9.99;
|
||
|
|
ndec=2;
|
||
|
|
};
|
||
|
|
}
|
||
|
|
};
|
||
|
|
}
|
||
|
|
|
||
|
|
RESOURCE DIALOG sys_pagesize_dl
|
||
|
|
{
|
||
|
|
title="Page size";
|
||
|
|
flags=DLGBOX_NOTIFY_ENTER|DLGBOX_RBUF_FILLED|DLGBOX_APPEND_UNITS_TITLE;
|
||
|
|
controls=
|
||
|
|
{
|
||
|
|
CONTROL
|
||
|
|
{
|
||
|
|
class=C_CHLIST;
|
||
|
|
flags=DLGBOX_ITEM_NOTIFY_CHANGED;
|
||
|
|
prompt="Page size";
|
||
|
|
info=CHLIST{rid=sys_page_size;};
|
||
|
|
},
|
||
|
|
CONTROL
|
||
|
|
{
|
||
|
|
class=C_FLTEDIT;
|
||
|
|
prompt="Width";
|
||
|
|
info=FLTEDIT
|
||
|
|
{
|
||
|
|
low=1;
|
||
|
|
high=45;
|
||
|
|
ndec=2;
|
||
|
|
};
|
||
|
|
},
|
||
|
|
CONTROL
|
||
|
|
{
|
||
|
|
class=C_FLTEDIT;
|
||
|
|
prompt="Height";
|
||
|
|
info=FLTEDIT
|
||
|
|
{
|
||
|
|
low=1;
|
||
|
|
high=45;
|
||
|
|
ndec=2;
|
||
|
|
};
|
||
|
|
},
|
||
|
|
CONTROL
|
||
|
|
{
|
||
|
|
class=C_CHLIST;
|
||
|
|
prompt="Orientation";
|
||
|
|
info=CHLIST{rid=sys_orient;};
|
||
|
|
}
|
||
|
|
};
|
||
|
|
}
|
||
|
|
|
||
|
|
RESOURCE DIALOG sys_font_dl
|
||
|
|
{
|
||
|
|
title="Font";
|
||
|
|
flags=DLGBOX_NOTIFY_ENTER|DLGBOX_RBUF_FILLED|DLGBOX_SMALL_FONT;
|
||
|
|
controls=
|
||
|
|
{
|
||
|
|
CONTROL
|
||
|
|
{
|
||
|
|
flags=DLGBOX_ITEM_NOTIFY_CHANGED;
|
||
|
|
class=C_CHLIST;
|
||
|
|
prompt="Font";
|
||
|
|
info=CHLIST{};
|
||
|
|
},
|
||
|
|
CONTROL
|
||
|
|
{
|
||
|
|
class=C_CHLIST;
|
||
|
|
prompt="Size";
|
||
|
|
info=CHLIST{};
|
||
|
|
},
|
||
|
|
CONTROL
|
||
|
|
{
|
||
|
|
class=C_CHLIST;
|
||
|
|
prompt="Underline";
|
||
|
|
info=CHLIST{rid=sys_no_yes;};
|
||
|
|
},
|
||
|
|
CONTROL
|
||
|
|
{
|
||
|
|
class=C_CHLIST;
|
||
|
|
prompt="Bold";
|
||
|
|
info=CHLIST{rid=sys_no_yes;};
|
||
|
|
},
|
||
|
|
CONTROL
|
||
|
|
{
|
||
|
|
class=C_CHLIST;
|
||
|
|
prompt="Italic";
|
||
|
|
info=CHLIST{rid=sys_no_yes;};
|
||
|
|
},
|
||
|
|
CONTROL
|
||
|
|
{
|
||
|
|
class=C_CHLIST;
|
||
|
|
prompt="Print position";
|
||
|
|
info=CHLIST{rid=sys_prn_pos;};
|
||
|
|
}
|
||
|
|
};
|
||
|
|
}
|
||
|
|
|
||
|
|
RESOURCE CONTROL sys_txtmess
|
||
|
|
{
|
||
|
|
class=C_TEXTWIN;
|
||
|
|
flags=DLGBOX_ITEM_CENTRE|DLGBOX_ITEM_DEAD;
|
||
|
|
info=TXTMESS
|
||
|
|
{
|
||
|
|
flags=IN_TEXTWIN_AL_CENTRE;
|
||
|
|
};
|
||
|
|
}
|
||
|
|
|
||
|
|
/************************* HELP ********************************/
|
||
|
|
|
||
|
|
RESOURCE TOPIC_ARRAY sys_help_index_data
|
||
|
|
{
|
||
|
|
id_lst=
|
||
|
|
{
|
||
|
|
sys_help_on_off,
|
||
|
|
sys_time_basics,
|
||
|
|
sys_help_infrared,
|
||
|
|
sys_help_edit,
|
||
|
|
sys_help_dialog,
|
||
|
|
sys_help_statwin,
|
||
|
|
sys_help_files,
|
||
|
|
sys_help_filsels,
|
||
|
|
sys_help_evaluate,
|
||
|
|
sys_help_print,
|
||
|
|
sys_help_in_use,
|
||
|
|
sys_help_appnotready,
|
||
|
|
sys_help_dialling,
|
||
|
|
sys_help_no_sys_mem
|
||
|
|
};
|
||
|
|
}
|
||
|
|
|
||
|
|
RESOURCE HELP_ARRAY sys_help_index
|
||
|
|
{
|
||
|
|
topic="Index";
|
||
|
|
topic_id=sys_help_index_data;
|
||
|
|
}
|
||
|
|
|
||
|
|
RESOURCE HELP_ARRAY sys_help_on_help
|
||
|
|
{
|
||
|
|
topic="Using Help";
|
||
|
|
strlst=
|
||
|
|
{
|
||
|
|
STRING {str="To choose a topic: press "<WS_SYMBOL_UP_KEY><WS_SYMBOL_DOWN_KEY>" keys, then Enter.";},
|
||
|
|
STRING {str="";},
|
||
|
|
STRING {str="The help topics should help you to perform your tasks. In";},
|
||
|
|
STRING {str="each topic, menus and menu options are shown in";},
|
||
|
|
STRING {str="apostrophes, eg `File'; other help topics are shown in double";},
|
||
|
|
STRING {str="quotes, eg \"Basics\".";},
|
||
|
|
STRING {str="";},
|
||
|
|
STRING {str="A small arrow pointing up or down in the top or bottom";},
|
||
|
|
STRING {str="right-hand corners of the help window means that there is";},
|
||
|
|
STRING {str="more text.";},
|
||
|
|
STRING {str="";},
|
||
|
|
STRING {str="Press Esc to return to the previous Help screen.";},
|
||
|
|
STRING {str="Control-Esc exits Help.";},
|
||
|
|
STRING {str="";},
|
||
|
|
STRING {str="Press Control-Help for an alphabetical index. Note: this";},
|
||
|
|
STRING {str="works from each main application screen and may also";},
|
||
|
|
STRING {str="include general help topics.";}
|
||
|
|
};
|
||
|
|
}
|
||
|
|
|
||
|
|
RESOURCE HELP_ARRAY sys_help_dialog
|
||
|
|
{
|
||
|
|
topic="Commands & actions";
|
||
|
|
strlst=
|
||
|
|
{
|
||
|
|
STRING {str="Press Menu key to see a menu of command options, use "<WS_SYMBOL_UP_KEY><WS_SYMBOL_DOWN_KEY><WS_SYMBOL_LEFT_KEY><WS_SYMBOL_RIGHT_KEY>"";},
|
||
|
|
STRING {str="to select an option, then press Enter.";},
|
||
|
|
STRING {str="";},
|
||
|
|
STRING {str="Some options work straight away; others display a \"dialog\"";},
|
||
|
|
STRING {str="for more information. See \"Entering information\".";},
|
||
|
|
STRING {str="Use \"hot-key\", eg "<WS_SYMBOL_PSION>"-N, listed beside option to access it";},
|
||
|
|
STRING {str="directly (hold down "<WS_SYMBOL_PSION>" key and press letter).";}
|
||
|
|
};
|
||
|
|
}
|
||
|
|
|
||
|
|
RESOURCE HELP_ARRAY sys_help_statwin
|
||
|
|
{
|
||
|
|
topic="Screen display";
|
||
|
|
strlst=
|
||
|
|
{
|
||
|
|
STRING {str="Use "<WS_SYMBOL_PSION>"-> and "<WS_SYMBOL_PSION>"-< to change contrast.";},
|
||
|
|
STRING {str="";},
|
||
|
|
STRING {str="Press "<WS_SYMBOL_DIAMOND>" to switch between \"views\" in an application.";},
|
||
|
|
STRING {str="";},
|
||
|
|
STRING {str="Use `Zoom in/out' to change size of text.";},
|
||
|
|
STRING {str="";},
|
||
|
|
STRING {str="In the System screen and most applications, a Status";},
|
||
|
|
STRING {str="window can be displayed, showing general status information,";},
|
||
|
|
STRING {str="eg time, date etc.";},
|
||
|
|
STRING {str="To switch it on: use Control-Menu.";},
|
||
|
|
STRING {str="To reduce its size: press Control-Menu again.";},
|
||
|
|
STRING {str="To switch it off: press Control-Menu once more.";},
|
||
|
|
STRING {str="To display it temporarily: use "<WS_SYMBOL_PSION>"-Menu.";},
|
||
|
|
STRING {str="To set up what is displayed in the Status window: use `Status";},
|
||
|
|
STRING {str="window' option in the System screen.";}
|
||
|
|
};
|
||
|
|
}
|
||
|
|
|
||
|
|
RESOURCE HELP_ARRAY sys_help_dialling
|
||
|
|
{
|
||
|
|
topic="Dialling telephone numbers";
|
||
|
|
strlst=
|
||
|
|
{
|
||
|
|
STRING {str="The Series 3c can generate the sounds used when dialling";},
|
||
|
|
STRING {str="from push-button telephones.";},
|
||
|
|
STRING {str="To dial a number marked with a telephone symbol "<WS_SYMBOL_PHONE>":";},
|
||
|
|
STRING {str="Find an entry in Data/Agenda then press Dial ("<WS_SYMBOL_PSION>"-Help).";},
|
||
|
|
STRING {str="";},
|
||
|
|
STRING {str="To insert a "<WS_SYMBOL_PHONE>" before entering a number to mark an entry,";},
|
||
|
|
STRING {str="press Shift-"<WS_SYMBOL_PSION>"-Help.";},
|
||
|
|
STRING {str="To dial a number you enter: press Control-"<WS_SYMBOL_PSION>"-Help and type";},
|
||
|
|
STRING {str="in the number to dial.";},
|
||
|
|
STRING {str="To use a dial out code (eg if you are dialling from work): set";},
|
||
|
|
STRING {str="the `Dialling' details in the System screen.";}
|
||
|
|
};
|
||
|
|
}
|
||
|
|
|
||
|
|
RESOURCE HELP_ARRAY sys_help_filsels
|
||
|
|
{
|
||
|
|
topic="Entering information";
|
||
|
|
strlst=
|
||
|
|
{
|
||
|
|
STRING {str="Start the application for the data you want to enter, eg";},
|
||
|
|
STRING {str="Agenda, and simply type your data in. When the Series 3c";},
|
||
|
|
STRING {str="needs information, it will display a \"dialog\".";},
|
||
|
|
STRING {str="";},
|
||
|
|
STRING {str="Press Enter to accept the settings in a dialog.";},
|
||
|
|
STRING {str="Press Esc to remove the dialog without setting new";},
|
||
|
|
STRING {str="information.";},
|
||
|
|
STRING {str="In dialogs:";},
|
||
|
|
STRING {str="Some lines have arrows around settings, eg `All sound " <WS_SYMBOL_LEFT_KEY>" On "<WS_SYMBOL_RIGHT_KEY>"'.";},
|
||
|
|
STRING {str="Press "<WS_SYMBOL_LEFT_KEY>" or "<WS_SYMBOL_RIGHT_KEY>" to change the setting or press Tab to display a";},
|
||
|
|
STRING {str="list. When a list is displayed, use "<WS_SYMBOL_UP_KEY><WS_SYMBOL_DOWN_KEY>" to highlight";},
|
||
|
|
STRING {str="an option, then press Enter to select it.";},
|
||
|
|
STRING {str="";},
|
||
|
|
STRING {str="When entering dates, press Tab to display a calendar then:";},
|
||
|
|
STRING {str=""<WS_SYMBOL_UP_KEY><WS_SYMBOL_DOWN_KEY><WS_SYMBOL_LEFT_KEY><WS_SYMBOL_RIGHT_KEY>" moves the cursor around the calendar.";},
|
||
|
|
STRING {str="Spacebar moves to today.";},
|
||
|
|
STRING {str=""<WS_SYMBOL_PSION>"-"<WS_SYMBOL_UP_KEY><WS_SYMBOL_DOWN_KEY>" moves a month at a time.";},
|
||
|
|
STRING {str=""<WS_SYMBOL_UP_KEY><WS_SYMBOL_DOWN_KEY>" moves a week at a time.";},
|
||
|
|
STRING {str="Press Enter when you've found the date.";},
|
||
|
|
STRING {str="";},
|
||
|
|
STRING {str="For filenames in dialogs, Shift-Tab gives full path of file.";},
|
||
|
|
STRING {str="Press Tab to choose from a list of files.";},
|
||
|
|
STRING {str="Type first letter of filename to move highlight to that file;";},
|
||
|
|
STRING {str="Shift+letter to move to a directory; Control+letter to move to";},
|
||
|
|
STRING {str="a disk.";}
|
||
|
|
};
|
||
|
|
}
|
||
|
|
|
||
|
|
RESOURCE HELP_ARRAY sys_help_edit
|
||
|
|
{
|
||
|
|
topic="Editing text";
|
||
|
|
strlst=
|
||
|
|
{
|
||
|
|
STRING {str="Use "<WS_SYMBOL_UP_KEY><WS_SYMBOL_DOWN_KEY><WS_SYMBOL_LEFT_KEY><WS_SYMBOL_RIGHT_KEY>" to move cursor.";},
|
||
|
|
STRING {str="Control "<WS_SYMBOL_LEFT_KEY><WS_SYMBOL_RIGHT_KEY>" to move a word at a time.";},
|
||
|
|
STRING {str="";},
|
||
|
|
STRING {str="Shift-"<WS_SYMBOL_UP_KEY><WS_SYMBOL_DOWN_KEY><WS_SYMBOL_LEFT_KEY><WS_SYMBOL_RIGHT_KEY>" to highlight text, then use:";},
|
||
|
|
STRING {str="Delete to cut it to the clipboard (or `Copy' to copy it), then";},
|
||
|
|
STRING {str="`Insert' to \"paste\" the text back in; use Shift-Delete to delete";},
|
||
|
|
STRING {str="text without changing what's on the \"clipboard\".";},
|
||
|
|
STRING {str="";},
|
||
|
|
STRING {str="To copy text from another application: highlight text to copy";},
|
||
|
|
STRING {str="in the other application, then use `Bring' option to insert text";},
|
||
|
|
STRING {str="at cursor position.";},
|
||
|
|
STRING {str="";},
|
||
|
|
STRING {str="Quick delete methods (without highlighting):";},
|
||
|
|
STRING {str="Shift-Delete: character forwards";},
|
||
|
|
STRING {str="Shift-"<WS_SYMBOL_PSION>"-Delete: to end of line";},
|
||
|
|
STRING {str=""<WS_SYMBOL_PSION>"-Delete: to beginning of line";},
|
||
|
|
STRING {str="";},
|
||
|
|
STRING {str="Quick highlight methods:";},
|
||
|
|
STRING {str="Shift-Control-Home: current word";},
|
||
|
|
STRING {str="Shift-Control-End: current paragraph";}
|
||
|
|
};
|
||
|
|
}
|
||
|
|
|
||
|
|
RESOURCE TOPIC_ARRAY sys_help_x_help
|
||
|
|
{
|
||
|
|
id_lst=
|
||
|
|
{
|
||
|
|
sys_help_on_help
|
||
|
|
};
|
||
|
|
}
|
||
|
|
|
||
|
|
RESOURCE HELP_ARRAY sys_help_files
|
||
|
|
{
|
||
|
|
topic="Managing files";
|
||
|
|
strlst=
|
||
|
|
{
|
||
|
|
STRING {str="All your information is stored in files. Most files you can work";},
|
||
|
|
STRING {str="on are listed under the application icons in the System screen.";},
|
||
|
|
STRING {str="Note: \"Files\" on the System screen is the file manager application.";},
|
||
|
|
STRING {str="";},
|
||
|
|
STRING {str="To create a new file: use `New file' on `File' menu in the";},
|
||
|
|
STRING {str="System screen or in the application.";},
|
||
|
|
STRING {str="To save a file: use `Save' or `Save as' in the application.";},
|
||
|
|
STRING {str="To open a file: highlight its name and press Enter on System";},
|
||
|
|
STRING {str="screen or use `Open file' in the application.";},
|
||
|
|
STRING {str="To exit a file: highlight bold filename in System screen and";},
|
||
|
|
STRING {str="press Delete.";},
|
||
|
|
STRING {str="To copy, move or delete files: highlight filename and use `File'";},
|
||
|
|
STRING {str="menu options in the System screen.";},
|
||
|
|
STRING {str="";},
|
||
|
|
STRING {str="Press Tab on System screen for File selector:";},
|
||
|
|
STRING {str="Menu gives file/directory options. Use + - (or Shift "<WS_SYMBOL_UP_KEY><WS_SYMBOL_DOWN_KEY>" to";},
|
||
|
|
STRING {str="tag/untag files. * / tag/untag all files.";},
|
||
|
|
STRING {str="Files are stored on disk in \"directories\".";},
|
||
|
|
STRING {str="Each application has an associated file extension, eg DAT for";},
|
||
|
|
STRING {str="Data files.";},
|
||
|
|
STRING {str="To find out others: highlight the application icon in the";},
|
||
|
|
STRING {str="System screen and use `About application' to show directory";},
|
||
|
|
STRING {str="and file extension. Note: filename extensions are not listed in";},
|
||
|
|
STRING {str="the System screen.";}
|
||
|
|
};
|
||
|
|
}
|
||
|
|
|
||
|
|
RESOURCE HELP_ARRAY sys_help_print
|
||
|
|
{
|
||
|
|
topic="Printing/previewing";
|
||
|
|
strlst=
|
||
|
|
{
|
||
|
|
STRING {str="Set your printer configuration using `Printer' in the System";},
|
||
|
|
STRING {str="screen.";},
|
||
|
|
STRING {str="";},
|
||
|
|
STRING {str="In applications which can Print, first use `Print setup' on";},
|
||
|
|
STRING {str="`Special' menu to set `Printer model'.";},
|
||
|
|
STRING {str="";},
|
||
|
|
STRING {str="Use `Print preview' to see a preview; it has its own menu of";},
|
||
|
|
STRING {str="options (including `Print'). Note: you don't have to wait for";},
|
||
|
|
STRING {str="the preview to finish calculating - Esc cancels.";},
|
||
|
|
STRING {str="";},
|
||
|
|
STRING {str="Use %D and %T in headers and footers (part of `Print setup')";},
|
||
|
|
STRING {str="to print the date and time automatically.";},
|
||
|
|
STRING {str="Other codes include:";},
|
||
|
|
STRING {str="%F for the filename";},
|
||
|
|
STRING {str="%P for the page number";},
|
||
|
|
STRING {str="%% for a % character";},
|
||
|
|
STRING {str="In Word or Sheet, you can use %M for total pages in a file. Eg in";},
|
||
|
|
STRING {str="a file 6 pages long, `Page %P of %M' prints `Page 1 of 6'";},
|
||
|
|
STRING {str="on the first page.";}
|
||
|
|
};
|
||
|
|
}
|
||
|
|
|
||
|
|
RESOURCE HELP_ARRAY sys_time_basics
|
||
|
|
{
|
||
|
|
topic="Date & time settings";
|
||
|
|
strlst=
|
||
|
|
{
|
||
|
|
STRING {str="In Time, set `Home city', then set `Time and date'.";},
|
||
|
|
STRING {str="";},
|
||
|
|
STRING {str="Set `Summer times' on/off when they change.";},
|
||
|
|
STRING {str="";},
|
||
|
|
STRING {str="Use `Formats' to set 12/24 hour clocks.";}
|
||
|
|
};
|
||
|
|
}
|
||
|
|
|
||
|
|
RESOURCE HELP_ARRAY sys_help_on_off
|
||
|
|
{
|
||
|
|
topic="Turning on & off";
|
||
|
|
strlst=
|
||
|
|
{
|
||
|
|
STRING {str="Press ON/Esc or an application button to turn on; OFF ("<WS_SYMBOL_PSION>"-1)";},
|
||
|
|
STRING {str="to turn off.";},
|
||
|
|
STRING {str="";},
|
||
|
|
STRING {str="In the System screen, use `Auto switch off' to make the";},
|
||
|
|
STRING {str="Series 3c switch off after a certain period without a";},
|
||
|
|
STRING {str="keypress; this will save battery power.";}
|
||
|
|
};
|
||
|
|
}
|
||
|
|
|
||
|
|
RESOURCE TOPIC_ARRAY sys_help_x_index
|
||
|
|
{
|
||
|
|
id_lst=
|
||
|
|
{
|
||
|
|
sys_help_index
|
||
|
|
};
|
||
|
|
}
|
||
|
|
|
||
|
|
/************************* LATER ADDITIONS ********************************/
|
||
|
|
|
||
|
|
/* Name of general printer driver */
|
||
|
|
RESOURCE STRING sys_wdr_general { str="General"; }
|
||
|
|
|
||
|
|
RESOURCE STRING sys_dial_out { str="9,"; } /* 5 chars max */
|
||
|
|
|
||
|
|
RESOURCE STRING sys_skipping_page { str="(skipping page %u)";}
|
||
|
|
|
||
|
|
/************************* NEW FOR XWIM ********************************/
|
||
|
|
|
||
|
|
/* TTT: Only used by developers */
|
||
|
|
RESOURCE STRING sys_debugging_num_cells {str="Diagnostics: %d (%u)";}
|
||
|
|
|
||
|
|
/********* for Calendar Window in Agenda **********/
|
||
|
|
|
||
|
|
/* TTT: eg "Calendar 1998" or "Calendar 1993-1994" */
|
||
|
|
RESOURCE STRING sys_calendar {str="Calendar %Y";}
|
||
|
|
|
||
|
|
/*********************** FOR PRINT PREVIEW ******************************/
|
||
|
|
/* TTT: "Print preview" option in Word, Agenda, Sheet... uses these: */
|
||
|
|
RESOURCE STRING sys_page {str="page";}
|
||
|
|
RESOURCE STRING sys_pages {str="pages";}
|
||
|
|
RESOURCE STRING sys_preview_busy {str="Busy, cannot print yet";}
|
||
|
|
RESOURCE STRING sys_display_margins {str="Show margins";}
|
||
|
|
RESOURCE STRING sys_hide_margins {str="Hide margins";}
|
||
|
|
|
||
|
|
RESOURCE STRING sys_opening_prompt {str="Opening \"%s\"";}
|
||
|
|
|
||
|
|
/* TTT: NB "Print preview" is a standard WP term... if every Wp in your
|
||
|
|
country uses one term for this, you must use it too */
|
||
|
|
RESOURCE STRING sys_print_preview {str="Print preview";}
|
||
|
|
|
||
|
|
/* TTT length of longest in sys_preview_margins_chlist + length of longest
|
||
|
|
in sys_preview_options_chlist must be less than 50 */
|
||
|
|
RESOURCE MENU sys_preview_margins_chlist
|
||
|
|
{
|
||
|
|
items=
|
||
|
|
{
|
||
|
|
CHOICE_ITEM {str="Margins off";},
|
||
|
|
CHOICE_ITEM {str="Margins on";}
|
||
|
|
};
|
||
|
|
}
|
||
|
|
|
||
|
|
RESOURCE MENU sys_preview_options_chlist
|
||
|
|
{
|
||
|
|
items=
|
||
|
|
{
|
||
|
|
CHOICE_ITEM {str="Facing pages";},
|
||
|
|
CHOICE_ITEM {str="1 page";},
|
||
|
|
CHOICE_ITEM {str="2 pages";},
|
||
|
|
CHOICE_ITEM {str="3 pages";},
|
||
|
|
CHOICE_ITEM {str="4 pages";}
|
||
|
|
};
|
||
|
|
}
|
||
|
|
|
||
|
|
RESOURCE DIALOG sys_preview_options_dialog
|
||
|
|
{
|
||
|
|
title="Display";
|
||
|
|
flags=DLGBOX_NOTIFY_ENTER|DLGBOX_RBUF_FILLED|DLGBOX_NO_DDP;
|
||
|
|
controls=
|
||
|
|
{
|
||
|
|
CONTROL
|
||
|
|
{
|
||
|
|
class=C_CHLIST;
|
||
|
|
prompt="";
|
||
|
|
info=CHLIST{rid=sys_preview_options_chlist;};
|
||
|
|
}
|
||
|
|
};
|
||
|
|
}
|
||
|
|
|
||
|
|
RESOURCE DIALOG sys_preview_jump_dialog
|
||
|
|
{
|
||
|
|
title="Jump to page";
|
||
|
|
flags=DLGBOX_NOTIFY_ENTER|DLGBOX_RBUF_FILLED|DLGBOX_NO_DDP;
|
||
|
|
controls=
|
||
|
|
{
|
||
|
|
CONTROL
|
||
|
|
{
|
||
|
|
class=C_NCEDIT;
|
||
|
|
prompt="Page number";
|
||
|
|
info=NCEDIT
|
||
|
|
{
|
||
|
|
low=1;
|
||
|
|
high=9999;
|
||
|
|
};
|
||
|
|
}
|
||
|
|
};
|
||
|
|
}
|
||
|
|
|
||
|
|
RESOURCE WSERV_INFO sys_preview_acc
|
||
|
|
{
|
||
|
|
menbar_id=sys_preview_menubar;
|
||
|
|
first_com=O_PVC_PREVIEW_PRINT;
|
||
|
|
accel=
|
||
|
|
{
|
||
|
|
'p', /* Print */
|
||
|
|
'm', /* Margins */
|
||
|
|
'd', /* Pages to display */
|
||
|
|
'j', /* Jump to page */
|
||
|
|
'*' /* Exit preview */
|
||
|
|
};
|
||
|
|
}
|
||
|
|
|
||
|
|
RESOURCE MENU_BAR sys_preview_menubar
|
||
|
|
{
|
||
|
|
items =
|
||
|
|
{
|
||
|
|
MENU_BAR_ITEM
|
||
|
|
{
|
||
|
|
menu_id=sys_preview_menu;
|
||
|
|
mb_item="Preview";
|
||
|
|
}
|
||
|
|
};
|
||
|
|
}
|
||
|
|
|
||
|
|
RESOURCE MENU sys_preview_menu
|
||
|
|
{
|
||
|
|
items =
|
||
|
|
{
|
||
|
|
MENU_ITEM
|
||
|
|
{
|
||
|
|
com_id=O_PVC_PREVIEW_PRINT;
|
||
|
|
mn_item="Print";
|
||
|
|
},
|
||
|
|
MENU_ITEM
|
||
|
|
{
|
||
|
|
com_id=O_PVC_PREVIEW_MARGINS;
|
||
|
|
/* TTT: use whichever's the longer: "Show margins" or "Hide margins" */
|
||
|
|
mn_item="Show margins";
|
||
|
|
},
|
||
|
|
MENU_ITEM
|
||
|
|
{
|
||
|
|
com_id=O_PVC_PREVIEW_OPTIONS;
|
||
|
|
mn_item="Pages to display";
|
||
|
|
},
|
||
|
|
MENU_ITEM
|
||
|
|
{
|
||
|
|
com_id=O_PVC_PREVIEW_JUMP|BREAK_LINE_FOLLOWS;
|
||
|
|
mn_item="Jump to page";
|
||
|
|
},
|
||
|
|
MENU_ITEM
|
||
|
|
{
|
||
|
|
com_id=O_PVC_PREVIEW_EXIT;
|
||
|
|
mn_item="Exit preview";
|
||
|
|
}
|
||
|
|
};
|
||
|
|
}
|
||
|
|
|
||
|
|
RESOURCE MENU sys_printer_devices
|
||
|
|
{
|
||
|
|
items =
|
||
|
|
{
|
||
|
|
CHOICE_ITEM { str= "Parallel";},
|
||
|
|
CHOICE_ITEM { str= "Serial";},
|
||
|
|
CHOICE_ITEM { str= "File";},
|
||
|
|
CHOICE_ITEM { str= "Fax";}
|
||
|
|
};
|
||
|
|
}
|
||
|
|
|
||
|
|
RESOURCE CONTROL sys_print_control_device
|
||
|
|
{
|
||
|
|
class=C_TEXTWIN;
|
||
|
|
/* TTT: You'll see this on the bottom of the Print Setup dialog
|
||
|
|
in Word, Agenda... */
|
||
|
|
prompt="Printer device"<WS_SYMBOL_ELLIPSIS>;
|
||
|
|
info=TXTMESS
|
||
|
|
{
|
||
|
|
str="";
|
||
|
|
flags=IN_TEXTWIN_POPOUT;
|
||
|
|
};
|
||
|
|
}
|
||
|
|
|
||
|
|
RESOURCE CONTROL sys_print_preview_settings
|
||
|
|
{
|
||
|
|
/* TTT: You'll see this on the bottom of the Printer configuration dialog
|
||
|
|
in the Shell */
|
||
|
|
class=C_TEXTWIN;
|
||
|
|
prompt="Print preview"<WS_SYMBOL_ELLIPSIS>;
|
||
|
|
info=TXTMESS
|
||
|
|
{
|
||
|
|
str="Facing pages,Margins off"; /* TTT widest possible */
|
||
|
|
flags=IN_TEXTWIN_POPOUT;
|
||
|
|
};
|
||
|
|
}
|
||
|
|
|
||
|
|
RESOURCE DIALOG sys_preview_settings_dl
|
||
|
|
{
|
||
|
|
title="Preview settings";
|
||
|
|
flags=DLGBOX_NOTIFY_ENTER|DLGBOX_RBUF_FILLED;
|
||
|
|
controls=
|
||
|
|
{
|
||
|
|
CONTROL
|
||
|
|
{
|
||
|
|
class=C_CHLIST;
|
||
|
|
prompt="Display";
|
||
|
|
info=CHLIST{rid=sys_preview_options_chlist;};
|
||
|
|
},
|
||
|
|
CONTROL
|
||
|
|
{
|
||
|
|
class=C_CHLIST;
|
||
|
|
prompt="Margins";
|
||
|
|
info=CHLIST{rid=sys_offon_menu;};
|
||
|
|
}
|
||
|
|
};
|
||
|
|
}
|
||
|
|
|
||
|
|
RESOURCE MENU sys_standard_sounds
|
||
|
|
{
|
||
|
|
items=
|
||
|
|
{
|
||
|
|
/* TTT: Built-in sounds, when you're setting an alarm in Time */
|
||
|
|
CHOICE_ITEM {str="Rings";},
|
||
|
|
CHOICE_ITEM {str="Chimes";},
|
||
|
|
CHOICE_ITEM {str="Fanfare";},
|
||
|
|
CHOICE_ITEM {str="Soft bells";},
|
||
|
|
CHOICE_ITEM {str="Church bell";}
|
||
|
|
};
|
||
|
|
}
|
||
|
|
|
||
|
|
/* TTT: do not translate */
|
||
|
|
RESOURCE STRING sys_alarm_standard_name {str="SYS$AL01";}
|
||
|
|
/* TTT: The "silent" sound, when setting an alarm */
|
||
|
|
RESOURCE STRING sys_silent_alarm {str="Silent";}
|
||
|
|
/* TTT: If you try to play a sound, but sound is disabled... */
|
||
|
|
RESOURCE STRING sys_sound_disabled {str="Sound disabled";}
|
||
|
|
/* TTT: do not translate the next one */
|
||
|
|
RESOURCE STRING sys_word_rom { str="ROM::WORD.APP"; }
|
||
|
|
/* TTT: the user has refused to replace an SSD */
|
||
|
|
RESOURCE STRING sys_restart_from_sys { str="Press Esc to exit application"; }
|
||
|
|
|
||
|
|
/* TTT: when creating a new file: eg gives "Myfile" created
|
||
|
|
You can change these around if you like, eg we could've done the English
|
||
|
|
as str="Created \"%s\"" to give Created "Myfile" */
|
||
|
|
RESOURCE STRING srt_file_created { str="\"%s\" created"; }
|
||
|
|
RESOURCE STRING srt_file_opened { str="\"%s\" opened"; }
|
||
|
|
RESOURCE STRING srt_file_saved { str="\"%s\" saved"; }
|
||
|
|
RESOURCE STRING srt_file_compressed { str="\"%s\" compressed"; }
|
||
|
|
RESOURCE STRING srt_file_merged { str="\"%s\" merged in"; }
|
||
|
|
RESOURCE STRING sys_saving_prompt {str="Saving \"%s\"";}
|
||
|
|
RESOURCE STRING sys_reloading_prompt {str="Reopening \"%s\"";}
|
||
|
|
RESOURCE STRING sys_converting_prompt {str="Converting \"%s\"";}
|
||
|
|
|
||
|
|
/* TTT: When we refuse to save the file, because it hasn't changed */
|
||
|
|
RESOURCE STRING sys_not_changed {str="Not changed";}
|
||
|
|
/* TTT: When you're exiting, but it failed to save the file for some reason */
|
||
|
|
RESOURCE STRING sys_confirm_continue {str="Not saved, continue anyway?";}
|
||
|
|
/* TTT: When you're using the "Exit, lose changes" option: */
|
||
|
|
RESOURCE STRING sys_confirm_change_loss {str="Confirm the loss of all changes";}
|
||
|
|
/* TTT: used with the previous two strings */
|
||
|
|
RESOURCE STRING sys_losing_changes {str="(`Yes' discards all changes)";}
|
||
|
|
RESOURCE STRING sys_nothing_to_print {str="Nothing to print";}
|
||
|
|
RESOURCE STRING sys_nothing_to_insert {str="Nothing to insert";}
|
||
|
|
RESOURCE STRING sys_nothing_to_copy {str="Nothing to copy";}
|
||
|
|
/* TTT: preferably use the same word as the "Revert" menu option */
|
||
|
|
RESOURCE STRING sys_revert_to_saved {str="Revert to saved?";}
|
||
|
|
|
||
|
|
/* TTT: For use in menus (hotkeys) */
|
||
|
|
RESOURCE STRING sys_shift_key_name {str="Shift";}
|
||
|
|
|
||
|
|
/* TTT: When you use "Current country only" (or diamond key) World App... */
|
||
|
|
RESOURCE STRING srt_space_only { str=""<WS_SYMBOL_PADLOCK>; }
|
||
|
|
|
||
|
|
RESOURCE STRING sys_change_password {str="Change password";}
|
||
|
|
|
||
|
|
RESOURCE DIALOG sys_set_password_dl
|
||
|
|
{
|
||
|
|
title = "Set password";
|
||
|
|
flags=DLGBOX_NOTIFY_ENTER;
|
||
|
|
controls=
|
||
|
|
{
|
||
|
|
CONTROL
|
||
|
|
{
|
||
|
|
class=C_XEDIT;
|
||
|
|
prompt="Enter password";
|
||
|
|
},
|
||
|
|
CONTROL
|
||
|
|
{
|
||
|
|
class=C_XEDIT;
|
||
|
|
prompt="Confirm password";
|
||
|
|
}
|
||
|
|
};
|
||
|
|
}
|
||
|
|
|
||
|
|
RESOURCE DIALOG sys_get_password_dl
|
||
|
|
{
|
||
|
|
title = "Password protected";
|
||
|
|
flags=DLGBOX_NOTIFY_ENTER;
|
||
|
|
controls=
|
||
|
|
{
|
||
|
|
CONTROL
|
||
|
|
{
|
||
|
|
class=C_XEDIT;
|
||
|
|
prompt="Enter password";
|
||
|
|
}
|
||
|
|
};
|
||
|
|
}
|
||
|
|
|
||
|
|
/* TTT Extra help - translate this! */
|
||
|
|
/* BUT DON'T MAKE THE TEXT WIDER THAN WILL FIT ON COMPATIBILITY MODE SCREENS
|
||
|
|
(BEAR IN MIND THAT THIS HELP IS AVAILABLE TO COMPATIBILITY MODE APP) */
|
||
|
|
|
||
|
|
RESOURCE HELP_ARRAY sys_help_evaluate
|
||
|
|
{
|
||
|
|
topic="Calculations - Using `Evaluate'";
|
||
|
|
strlst=
|
||
|
|
{
|
||
|
|
STRING {str="Use `Evaluate' to work out the result of a calculation as you";},
|
||
|
|
STRING {str="type it in, eg in Word.";},
|
||
|
|
STRING {str="";},
|
||
|
|
STRING {str="Type a calculation (without = or spaces), then use `Evaluate'";},
|
||
|
|
STRING {str="on `Edit' menu for result.";},
|
||
|
|
STRING {str="";},
|
||
|
|
STRING {str="To set the format for results: set `\"Evaluate\" format' in the";},
|
||
|
|
STRING {str="System screen.";}
|
||
|
|
};
|
||
|
|
}
|
||
|
|
|
||
|
|
RESOURCE HELP_ARRAY sys_help_memo
|
||
|
|
{
|
||
|
|
topic="Memo editor";
|
||
|
|
strlst=
|
||
|
|
{
|
||
|
|
STRING {str="Put cursor on entry and use `Edit memo' in Agenda to create";},
|
||
|
|
STRING {str="a memo for an entry, eg meeting notes.";},
|
||
|
|
STRING {str="";},
|
||
|
|
STRING {str="Agenda memos can be up to 4K long. One set of styles is kept";},
|
||
|
|
STRING {str="for all memos in an Agenda file.";},
|
||
|
|
STRING {str="";},
|
||
|
|
STRING {str="Use `Password' to protect a memo and use it again to remove";},
|
||
|
|
STRING {str="or change the password.";},
|
||
|
|
STRING {str="";},
|
||
|
|
STRING {str="Use `Exit' when you've finished the memo.";},
|
||
|
|
STRING {str="";},
|
||
|
|
STRING {str="To delete a memo, edit it, delete all text in Memo editor";},
|
||
|
|
STRING {str="(`Highlight all text', then press Delete key) and `Exit'.";}
|
||
|
|
};
|
||
|
|
}
|
||
|
|
|
||
|
|
RESOURCE HELP_ARRAY sys_help_in_use
|
||
|
|
{
|
||
|
|
topic="File or device in use";
|
||
|
|
strlst=
|
||
|
|
{
|
||
|
|
STRING {str="You will see this message if you try to copy, delete or rename";},
|
||
|
|
STRING {str="a file which is open (ie in bold on the System screen). Exit the";},
|
||
|
|
STRING {str="file first.";},
|
||
|
|
STRING {str="";},
|
||
|
|
STRING {str="You will also see it if you have used `Communications' in";},
|
||
|
|
STRING {str="System screen to set `Link cable', and then try to print to a";},
|
||
|
|
STRING {str="serial port printer.";},
|
||
|
|
STRING {str="Set `Use' line in `Communications' to `None' before printing.";}
|
||
|
|
};
|
||
|
|
}
|
||
|
|
|
||
|
|
RESOURCE HELP_ARRAY sys_help_no_sys_mem
|
||
|
|
{
|
||
|
|
topic="No system memory";
|
||
|
|
strlst=
|
||
|
|
{
|
||
|
|
STRING {str="This message usually means all your Internal memory has";},
|
||
|
|
STRING {str="been used up. Exit some open files, or delete unwanted files";},
|
||
|
|
STRING {str="from the Internal disk, to free some more memory.";},
|
||
|
|
STRING {str="";},
|
||
|
|
STRING {str="It may also appear if a Word or Sheet file reaches its";},
|
||
|
|
STRING {str="maximum size. In this case Internal memory is probably NOT";},
|
||
|
|
STRING {str="full - the message means the application has reached its";},
|
||
|
|
STRING {str="memory limit. You will need to split the file.";},
|
||
|
|
STRING {str="";},
|
||
|
|
STRING {str="(If an Agenda has repeating entries, `Find' and `Print preview'";},
|
||
|
|
STRING {str="may also temporarily cause the Agenda to reach its memory";},
|
||
|
|
STRING {str="limit and display this message.)";}
|
||
|
|
};
|
||
|
|
}
|
||
|
|
|
||
|
|
RESOURCE HELP_ARRAY sys_help_calendar
|
||
|
|
{
|
||
|
|
topic="Calendars";
|
||
|
|
strlst=
|
||
|
|
{
|
||
|
|
STRING {str="Whenever you are entering a date in a dialog, you can press";},
|
||
|
|
STRING {str="Tab to display a calendar.";},
|
||
|
|
STRING {str="";},
|
||
|
|
STRING {str="In the calendars:";},
|
||
|
|
STRING {str=""<WS_SYMBOL_UP_KEY><WS_SYMBOL_DOWN_KEY><WS_SYMBOL_LEFT_KEY><WS_SYMBOL_RIGHT_KEY>" move the cursor around the screen;";},
|
||
|
|
STRING {str="Psion-"<WS_SYMBOL_UP_KEY><WS_SYMBOL_DOWN_KEY>" move a month at a time;";},
|
||
|
|
STRING {str="Shift-"<WS_SYMBOL_LEFT_KEY><WS_SYMBOL_RIGHT_KEY>" (or <>) move one day at a time;";},
|
||
|
|
STRING {str="Shift-"<WS_SYMBOL_UP_KEY><WS_SYMBOL_DOWN_KEY>" move by weeks;";},
|
||
|
|
STRING {str="Control-"<WS_SYMBOL_LEFT_KEY><WS_SYMBOL_RIGHT_KEY>" move by months;";},
|
||
|
|
STRING {str="Control-"<WS_SYMBOL_UP_KEY><WS_SYMBOL_DOWN_KEY>" move by years.";},
|
||
|
|
STRING {str="";},
|
||
|
|
STRING {str="Spacebar moves to today.";}
|
||
|
|
};
|
||
|
|
}
|
||
|
|
|
||
|
|
/************************* NEW FOR Workabout **************************/
|
||
|
|
/* INCLUDED IN ALL BUILDS, BUT DUMMY RESOURCES USED FOR OTHER BUILDS */
|
||
|
|
|
||
|
|
RESOURCE DIALOG sys_s3c_print_control_dl
|
||
|
|
{
|
||
|
|
title="";
|
||
|
|
}
|
||
|
|
|
||
|
|
RESOURCE STRING sys_s3c_page_setup { str=""; }
|
||
|
|
|
||
|
|
RESOURCE HELP_ARRAY sys_help_battery
|
||
|
|
{
|
||
|
|
topic="";
|
||
|
|
}
|
||
|
|
|
||
|
|
/************************* NEW FOR Siena ******************************/
|
||
|
|
/* INCLUDED IN ALL BUILDS, BUT DUMMY RESOURCES USED FOR OTHER BUILDS */
|
||
|
|
|
||
|
|
RESOURCE DIALOG sys_vine_file_info_dl
|
||
|
|
{
|
||
|
|
title="";
|
||
|
|
}
|
||
|
|
|
||
|
|
RESOURCE KEYLIST sys_russian_keys
|
||
|
|
{
|
||
|
|
/* Used in Russian model to map between keyboard modes (latin and cyrillic)
|
||
|
|
|
||
|
|
Used by Siena to map menu keys < > and , to . ? and '
|
||
|
|
This is necessary when menu is on screen and user presses unmodified key
|
||
|
|
hoping to highlight relevent menu option
|
||
|
|
*/
|
||
|
|
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
RESOURCE HELP_ARRAY sys_help_infrared
|
||
|
|
{
|
||
|
|
topic="Infrared";
|
||
|
|
strlst=
|
||
|
|
{
|
||
|
|
STRING {str="Lets you copy information to and from another Psion that";},
|
||
|
|
STRING {str="has Infrared.";},
|
||
|
|
STRING {str="";},
|
||
|
|
STRING {str="To turn Infrared on: select `Communications' in the System";},
|
||
|
|
STRING {str="screen and set the `Use' line to `Psion IR'. Note: Leave `Power";},
|
||
|
|
STRING {str="setting' set to `High'.";},
|
||
|
|
STRING {str="";},
|
||
|
|
STRING {str="To use Infrared: select the data to copy, then transfer it.";},
|
||
|
|
STRING {str="";},
|
||
|
|
STRING {str="To select:";},
|
||
|
|
STRING {str=""<WS_SYMBOL_BULLET>" File - highlight its name in the System screen.";},
|
||
|
|
STRING {str=""<WS_SYMBOL_BULLET>" Agenda entry - put the cursor on the entry. The copied entry";},
|
||
|
|
STRING {str="will have the same date, time and alarm as the original.";},
|
||
|
|
STRING {str=""<WS_SYMBOL_BULLET>" Data entry - find the entry, or highlight specific text in an entry.";},
|
||
|
|
STRING {str=""<WS_SYMBOL_BULLET>" Information in other applications - just highlight the text";},
|
||
|
|
STRING {str="in Word & Program, the calculation or result in Calc, or the";},
|
||
|
|
STRING {str="cell(s) in Sheet.";},
|
||
|
|
STRING {str="";},
|
||
|
|
STRING {str="To transfer the data:";},
|
||
|
|
STRING {str="Point the Series 3c and the other Psion at each other and";},
|
||
|
|
STRING {str="make sure they are less than 60cm (2 feet) apart.";},
|
||
|
|
STRING {str="Press Psion-Tab on the sending Series 3c, then "<WS_SYMBOL_UP_KEY>".";},
|
||
|
|
STRING {str="On the receiving Psion, move to appropriate application for";},
|
||
|
|
STRING {str="information, or the System screen to receive a whole file, then";},
|
||
|
|
STRING {str="use Infrared receive (Psion-Tab, then "<WS_SYMBOL_DOWN_KEY>").";}
|
||
|
|
};
|
||
|
|
}
|
||
|
|
|
||
|
|
RESOURCE HELP_ARRAY sys_help_appnotready
|
||
|
|
{
|
||
|
|
topic="Application not ready";
|
||
|
|
strlst=
|
||
|
|
{
|
||
|
|
STRING {str="You will see this message if you try to use Infrared when:";},
|
||
|
|
STRING {str=""<WS_SYMBOL_BULLET>" a dialog is being displayed in the receiving application.";},
|
||
|
|
STRING {str=""<WS_SYMBOL_BULLET>" Help is being displayed in the receiving application.";},
|
||
|
|
STRING {str=""<WS_SYMBOL_BULLET>" the receiving application does not support Infrared.";},
|
||
|
|
STRING {str=""<WS_SYMBOL_BULLET>" the receiving application is \"busy\" and not ready to receive";},
|
||
|
|
STRING {str="information.";},
|
||
|
|
STRING {str="Check the receiving application, then try Infrared again.";}
|
||
|
|
};
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
RESOURCE STRING sys_ir_disabled { str="Infrared is disabled"; }
|
||
|
|
|
||
|
|
RESOURCE MENU sys_ir_power_level
|
||
|
|
{
|
||
|
|
items =
|
||
|
|
{
|
||
|
|
CHOICE_ITEM { str="High";},
|
||
|
|
CHOICE_ITEM { str="Low";}
|
||
|
|
};
|
||
|
|
}
|
||
|
|
|
||
|
|
RESOURCE STRING sys_printer_ir { str = "Infrared"; }
|
||
|
|
|
||
|
|
RESOURCE MENU sys_baud_rate_chlist_x
|
||
|
|
{
|
||
|
|
items =
|
||
|
|
{
|
||
|
|
CHOICE_ITEM { str= "300";},
|
||
|
|
CHOICE_ITEM { str= "600";},
|
||
|
|
CHOICE_ITEM { str= "1200";},
|
||
|
|
CHOICE_ITEM { str= "2400";},
|
||
|
|
CHOICE_ITEM { str= "4800";},
|
||
|
|
CHOICE_ITEM { str= "9600";},
|
||
|
|
CHOICE_ITEM { str= "19200";},
|
||
|
|
CHOICE_ITEM { str= "38400";},
|
||
|
|
CHOICE_ITEM { str= "57600";}
|
||
|
|
};
|
||
|
|
}
|
||
|
|
|
||
|
|
RESOURCE CONTROL sys_baud_control_x
|
||
|
|
{
|
||
|
|
class=C_CHLIST;
|
||
|
|
prompt="Baud rate";
|
||
|
|
info=CHLIST
|
||
|
|
{
|
||
|
|
rid=sys_baud_rate_chlist_x;
|
||
|
|
nsel=8;
|
||
|
|
};
|
||
|
|
}
|
||
|
|
|
||
|
|
/* End of File: SC_.RSS */
|
||
|
|
|