Subversion Repositories SvarDOS

Rev

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

Rev 1433 Rev 1455
1
#############################################################################
1
#############################################################################
2
# SVED IN ENGLISH                                                           #
2
# SVED IN ENGLISH                                                           #
3
#############################################################################
3
#############################################################################
4
 
4
 
-
 
5
#############################################################################
-
 
6
#                                                                           #
-
 
7
# IMPORTANT: Translations should be as compact as possible so they do not   #
-
 
8
# increase Sved's footprint. New translation files should be no larger than #
-
 
9
# the biggest existing translation. Run REGEN.BAT to see current sizes.     #
-
 
10
#                                                                           #
-
 
11
#############################################################################
-
 
12
 
5
 
13
 
6
###############
14
###############
7
# MAIN SCREEN #
15
# MAIN SCREEN #
8
###############
16
###############
9
 
17
 
10
0.0:ESC=MENU
18
0.0:ESC=MENU
11
0.1:UNTITLED
19
0.1:UNTITLED
12
0.2:SAVED
20
0.2:SAVED
13
0.4:Unsaved changes will be lost.
21
0.4:Unsaved changes will be lost.
14
0.5:Press ENTER to confirm.
22
0.5:Press ENTER to confirm.
15
0.6:Save as:
23
0.6:Save as:
16
0.7:Load:
24
0.7:Load:
17
0.8:Press ESC to cancel.
25
0.8:Press ESC to cancel.
18
0.10:ERROR
26
0.10:ERROR
19
0.11:FILE NOT FOUND
27
0.11:FILE NOT FOUND
20
0.12:Too many files
28
0.12:Too many files
21
 
29
 
22
 
30
 
23
####################
31
####################
24
# CONSOLE MESSAGES #
32
# CONSOLE MESSAGES #
25
####################
33
####################
26
 
34
 
27
1.1:[file1.txt] ... [file10.txt]
35
1.1:[file1.txt] ... [file10.txt]
28
1.2:Loading
36
1.2:Loading
29
1.3:Sved, the SvarDOS editor
37
1.3:Sved, the SvarDOS editor
30
1.4:ver
38
1.4:ver
31
1.10:/m  force monochrome mode
39
1.10:/m  force monochrome mode
32
1.11:/t  do not expand tab characters
40
1.11:/t  do not expand tab characters
33
 
41
 
34
 
42
 
35
########
43
########
36
# MENU #
44
# MENU #
37
########
45
########
38
 
46
 
39
8.1:Open file
47
8.1:Open file
40
8.2:Save
48
8.2:Save
41
8.3:Save as...
49
8.3:Save as...
42
8.4:Close file
50
8.4:Close file
43
8.5:Change EOL
51
8.5:Change EOL
44
8.6:Quit
52
8.6:Quit
45
 
53