#
# LOCALCFG language file
#
# Language...: English
# Authors....: Mateusz Viste, Robert Riebisch
# Last update: 17 Sep 2024
#

### HELP SCREEN ###########################################################

0.1:creates or edits COUNTRY.SYS local preferences
0.2:\nusage: localcfg [drive:][path]COUNTRY.SYS [options]
0.3:\noptions:

0.10:id=XX   set the country id to XX (1=USA, 33=France, 48=Poland, etc)
0.11:cp=XXX  adapts country data for codepage XXX (example: '437')
0.12:dec=X   reconfigures the decimal symbol to be 'X'
0.13:th=X    reconfigures the thousands separator to 'X'
0.14:nth     disables the thousands separator
0.15:ds=X    sets the date separator to 'X' (for example '/')
0.16:df=X    sets the date format, can be: MDY, DMY or YMD
0.17:ts=X    sets the time separator to 'X' (for example ':')
0.18:tf=X    sets the time format: 0=12h with AM/PM or 1=24h
0.19:c=XXX   sets the currency to XXX (a string of 1 to 4 characters)
0.20:cpos=X  sets currency symbol to precede (X=0) or follow (X=1) the value, or
0.21:        makes it replace the decimal sign (X=2)
0.23:cspc=X  space between the currency and the value (0=no, 1=yes)
0.24:cprc=X  currency precision (number of decimal digits, 0..9)
0.25:yn=XY   sets the 'Yes/No' letters to XY (must be uppercase! Yes/No = YN)

0.30:\nEXAMPLE: localcfg country.sys id=1 cp=437 th=' yn=YN


### INFO SCREEN ###########################################################

7.0:Country code.......:
7.1:Codepage...........:
7.2:Decimal separator..:
7.3:Thousands separator:
7.4:Date format........:
7.5:Time format........:
7.6:Yes/No characters..:
7.7:Currency example...:
7.8:none
7.9:Make sure that your CONFIG.SYS contains this directive:


### ERROR MESSAGES ########################################################

9.1:ERROR: bad path to file
9.2:ERROR: failed to read the file
9.3:ERROR: invalid parameter syntax
9.4:ERROR: the file is not a valid COUNTRY.SYS
9.5:ERROR: the file has not been created with LOCALCFG
