Subversion Repositories SvarDOS

Rev

Rev 1263 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1263 Rev 1617
1
#
1
#
2
# LOCALCFG language file
2
# LOCALCFG language file
3
#
3
#
4
# Language...: English
4
# Language...: English
5
# Authors....: Mateusz Viste, Robert Riebisch
5
# Authors....: Mateusz Viste, Robert Riebisch
6
# Last update: 27 Feb 2022
6
# Last update: 27 Feb 2022
7
#
7
#
8
 
8
 
9
### HELP SCREEN ###########################################################
9
### HELP SCREEN ###########################################################
10
 
10
 
11
0.0:version
11
0.0:version
12
0.1:creates or edits COUNTRY.SYS local preferences
12
0.1:creates or edits COUNTRY.SYS local preferences
13
0.2:usage: localcfg [drive:][path][COUNTRY.SYS] [options]
13
0.2:usage: localcfg [drive:][path][COUNTRY.SYS] [options]
14
0.3:options:
14
0.3:options:
15
 
15
 
16
0.10:/country:XX set the country code to XX (1=USA, 33=France, 48=Poland, etc)
16
0.10:/country:XX set the country code to XX (1=USA, 33=France, 48=Poland, etc)
17
0.11:/cp:XXX     adapts country data for codepage XXX (example: '437')
17
0.11:/cp:XXX     adapts country data for codepage XXX (example: '437')
18
0.12:/decim:X    reconfigures the decimal symbol to be 'X'
18
0.12:/decim:X    reconfigures the decimal symbol to be 'X'
19
0.13:/thous:X    reconfigures the thousands symbol to be 'X'
19
0.13:/thous:X    reconfigures the thousands symbol to be 'X'
20
0.14:/datesep:X  sets the date separator to 'X' (for example '/')
20
0.14:/datesep:X  sets the date separator to 'X' (for example '/')
21
0.15:/datefmt:X  sets the date format, can be: MDY, DMY or YMD
21
0.15:/datefmt:X  sets the date format, can be: MDY, DMY or YMD
22
0.16:/timesep:X  sets the time separator to 'X' (for example ':')
22
0.16:/timesep:X  sets the time separator to 'X' (for example ':')
23
0.17:/timefmt:X  sets the time format: 0=12h with AM/PM or 1=24h
23
0.17:/timefmt:X  sets the time format: 0=12h with AM/PM or 1=24h
24
0.18:/curr:XXX   sets the currency to XXX (a string of 1 to 4 characters)
24
0.18:/curr:XXX   sets the currency to XXX (a string of 1 to 4 characters)
25
0.19:/currpos:X  sets the currency symbol position to X, where X is either
25
0.19:/currpos:X  sets the currency symbol position to X, where X is either
26
0.20:            0=currency precedes the value, 1=currency follows the value and
26
0.20:            0=currency precedes the value, 1=currency follows the value and
27
0.21:            2=currency replaces the decimal sign
27
0.21:            2=currency replaces the decimal sign
28
0.22:/currspc:X  space between the currency and the value (0=no, 1=yes)
28
0.22:/currspc:X  space between the currency and the value (0=no, 1=yes)
29
0.23:/currprec:X currency's precision (number of decimal digits, 0..9)
29
0.23:/currprec:X currency's precision (number of decimal digits, 0..9)
30
0.24:/yesno:XY   sets the 'Yes/No' letter to XY (default: YN)
30
0.24:/yesno:XY   sets the 'Yes/No' letter to XY (default: YN)
31
 
31
 
32
0.50:If COUNTRY.SYS location is not provided, then localcfg tries loading it
32
0.50:If COUNTRY.SYS location is not provided, then localcfg tries loading it
33
0.51:from %DOSDIR%\CFG\COUNTRY.SYS
33
0.51:from %DOSDIR%\\CFG\\COUNTRY.SYS
34
 
34
 
35
 
35
 
36
### INFO SCREEN ###########################################################
36
### INFO SCREEN ###########################################################
37
 
37
 
38
7.0:Country code.......:
38
7.0:Country code.......:
39
7.1:Codepage...........:
39
7.1:Codepage...........:
40
7.2:Decimal separator..:
40
7.2:Decimal separator..:
41
7.3:Thousands separator:
41
7.3:Thousands separator:
42
7.4:Date format........:
42
7.4:Date format........:
43
7.5:Time format........:
43
7.5:Time format........:
44
7.6:Yes/No characters..:
44
7.6:Yes/No characters..:
45
7.7:Currency example...:
45
7.7:Currency example...:
46
 
46
 
47
7.9:Make sure that your CONFIG.SYS contains this directive:
47
7.9:Make sure that your CONFIG.SYS contains this directive:
48
 
48
 
49
### ERROR MESSAGES ########################################################
49
### ERROR MESSAGES ########################################################
50
 
50
 
51
9.0:ERROR: file path can be provided only once
51
9.0:ERROR: file path can be provided only once
52
9.1:ERROR: bad path to file
52
9.1:ERROR: bad path to file
53
9.2:ERROR: failed to read the file
53
9.2:ERROR: failed to read the file
54
9.3:ERROR: invalid parameter syntax
54
9.3:ERROR: invalid parameter syntax
55
9.4:ERROR: the file is not a valid COUNTRY.SYS
55
9.4:ERROR: the file is not a valid COUNTRY.SYS
56
9.5:ERROR: the file has not been created with LOCALCFG
56
9.5:ERROR: the file has not been created with LOCALCFG
57
 
57