Subversion Repositories autosfx

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 daniel-mar 1
// language id
2
LANG_ID='09 04'
3
 
4
// fileexist dialog ================================================================
5
// caption
6
  SFX_Ttl_File=Confirm overwrite
7
 
8
// buttons 
9
  SFX_Btn_Yes=&Yes
10
  SFX_Btn_No=&No
11
// don't ask again check
12
  SFX_Btn_DontAsk=Don't &ask again
13
 
14
 
15
// main dialog =====================================================================
16
// caption
17
  SFX_Ttl_Main=DelphiZip ZipMaster SFX32
18
 
19
// extract folder label 
20
  SFX_Btn_ExtractTo=&Extract to:
21
// "files" label
22
  SFX_Btn_Files=&Files:
23
// overwrite action label
24
  SFX_Btn_Existing=Existing files:
25
// overwrite actions
26
// confirm
27
  SFX_Btn_OvrAsk=&Confirm
28
// skip
29
  SFX_Btn_OvrSkip=&Don't overwrite
30
// overwrite
31
  SFX_Btn_OvrAll=&Overwrite
32
// about button
33
  SFX_Btn_About=&About DelZip...
34
// show files button
35
  SFX_Btn_ShowFiles=Show &files
36
// start extraction button
37
  SFX_Btn_Start=&Start
38
// close button
39
  SFX_Btn_Close=C&lose
40
 
41
 
42
// password dialog =================================================================
43
// caption
44
  SFX_Ttl_PWrd=Enter password...
45
 
46
// buttons
47
  SFX_Btn_Ok=Ok
48
  SFX_Btn_Cancel=&Cancel
49
 
50
// language dialog =================================================================
51
// button
52
  SFX_Btn_Select='Select Language';
53
 
54
 
55
// messages ========================================================================
56
 
57
  SFX_LVC_FILENAME='Filename';
58
  SFX_LVC_FILESIZE='Size';
59
 
60
  // error messages
61
  SFX_ERR_CANNOTCLOSEFILE='Cannot close ><';
62
  SFX_ERR_ARCHIVE='Error reading archive ><';
63
  SFX_ERR_INVALIDFILENAME='Invalid filename.';
64
  SFX_ERR_DIRECTORY='Error in directory ><';
65
  SFX_ERR_ZIPUNKNOWNCOMP='Unknown compression type';
66
  SFX_ERR_ARCHIVECORRUPTED='Archive corrupted, please try to download this file again.';
67
  SFX_ERR_CANNOTOPENFILE='Cannot open ><';
68
  SFX_ERR_CANNOTWRITEFILE='Cannot write to ><';
69
  SFX_ERR_RUN_RUN='Couldn''t run >< ><';
70
  SFX_ERR_RUN_INST='Couldn''t install >< ><';
71
  SFX_ERR_CRC32='CRC32 Error in ><';
72
 
73
  // message / dialog box titles
74
  SFX_CAP_ERR='Error...';
75
  SFX_CAP_APP='DelZip Self-Extractor';
76
  SFX_CAP_BROWSE='Please choose the destination directory';
77
  SFX_CAP_ABOUT='About DelZip Self-Extractor...';
78
  SFX_CAP_FINISHED='Finished.';
79
  SFX_CAP_PASSWORD='Enter password for ><:';
80
 
81
  // messages
82
  SFX_MSG_RUNCHECKBOX_RUN='After extraction, run: >< ><';
83
  SFX_MSG_RUNCHECKBOX_INST='After extraction, install: >< ><';
84
  SFX_MSG_FILEEXISTS='>< already exists, overwrite ?';
85
  SFX_MSG_ALLEXTRACTED='All files have been extracted.';
86
  SFX_MSG_SELNOTEXTRACTED='The selected file(s) couldn''t get extracted.';
87
  SFX_MSG_SOMENOTEXTRACTED='Some file(s) couldn''t get extracted.';
88
  SFX_MSG_QUERYCANCEL='Do you want to cancel extraction?';
89
  SFX_MSG_INSERTDISKVOLUME='Please insert disk volume >< in drive ><';
90
 
91
  // about text
92
  SFX_MSG_AUTHORS='The authors';
93
  SFX_MSG_CREDITS='Credits to';
94
  SFX_MSG_TRANSLATION=' ';
95
 
96
  SFX_MSG_ABOUT0 =' unicode';
97
  SFX_MSG_ABOUT1= #13#10'©1997-2004 by C. Bunton, E. W. Engler, M. Stephany,'#13#10+
98
  '©2004-2008 by  R. Aelbrecht, R. Peters'#13#10;
99
  SFX_MSG_ABOUT2=' : '#13#10+
100
  '- Carl Bunton (http://www.concentric.net/~twojags)'#13#10+
101
  '- Eric W. Engler (http://www.geocities.com/SiliconValley/Network/2114)'#13#10+
102
  '- Markus Stephany'#13#10+
103
  '- Roger Aelbrecht (http://www.drehoeksw.net)'#13#10+
104
  '- Russell Peters (http://www.delphizip.org)'#13#10;
105
  SFX_MSG_ABOUT3=' :'#13#10+
106
  'Thomas Hoelzer, Deepu Chandy Thomas, Todd Fast,'#13#10+
107
  'Didier Havelange, Frank Reichert, Angus Johnson et al.'#13#10;
108