Subversion Repositories SvarDOS

Rev

Rev 1429 | Rev 1531 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1429 Rev 1433
1
#############################################################################
1
#############################################################################
2
# SVED IN ENGLISH                                                           #
2
# SVED IN ENGLISH                                                           #
3
#############################################################################
3
#############################################################################
4
 
4
 
5
 
5
 
6
###############
6
###############
7
# MAIN SCREEN #
7
# MAIN SCREEN #
8
###############
8
###############
9
 
9
 
10
0.0:ESC=MENU
10
0.0:ESC=MENU
11
0.1:UNTITLED
11
0.1:UNTITLED
12
0.2:SAVED
12
0.2:SAVED
13
0.4:Unsaved changes will be lost.
13
0.4:Unsaved changes will be lost.
14
0.5:Press ENTER to confirm.
14
0.5:Press ENTER to confirm.
15
0.6:Save as:
15
0.6:Save as:
16
0.7:Load:
16
0.7:Load:
17
0.8:Press ESC to cancel.
17
0.8:Press ESC to cancel.
18
0.10:ERROR
18
0.10:ERROR
19
0.11:FILE NOT FOUND
19
0.11:FILE NOT FOUND
20
0.12:Too many files
20
0.12:Too many files
21
 
21
 
22
 
22
 
23
####################
23
####################
24
# CONSOLE MESSAGES #
24
# CONSOLE MESSAGES #
25
####################
25
####################
26
 
26
 
27
1.0:usage:
-
 
28
1.1:[/m] [/t] [file1.txt] ... [file10.txt]
27
1.1:[file1.txt] ... [file10.txt]
29
1.2:Loading
28
1.2:Loading
30
1.3:Sved, the SvarDOS editor
29
1.3:Sved, the SvarDOS editor
31
1.4:ver
30
1.4:ver
32
1.10:/m  force monochrome mode
31
1.10:/m  force monochrome mode
33
1.11:/t  do not expand tab characters
32
1.11:/t  do not expand tab characters
34
 
33
 
35
 
34
 
36
########
35
########
37
# MENU #
36
# MENU #
38
########
37
########
39
 
38
 
40
8.1:Open file
39
8.1:Open file
41
8.2:Save
40
8.2:Save
42
8.3:Save as...
41
8.3:Save as...
43
8.4:Close file
42
8.4:Close file
44
8.5:Change EOL
43
8.5:Change EOL
45
8.6:Quit
44
8.6:Quit
46
 
45