File tree Expand file tree Collapse file tree 1 file changed +24
-1
lines changed Expand file tree Collapse file tree 1 file changed +24
-1
lines changed Original file line number Diff line number Diff line change 1
1
;
2
- ; $VER: Install 1.1 (30.06.2010 )
2
+ ; $VER: Install 1.3 (10.05.2021 )
3
3
;
4
4
; $Id$
5
5
;
8
8
; 1.0 29.06.2010: initial release
9
9
; 1.1 30.06.2010: ask the user whether the *.sd files should be installed
10
10
; 1.2 20.12.2012: added 3.x to MorphOS install decription
11
+ ; 1.3 10.05.2021: added italian translation kindly provided by Samir
12
+ ; Hawamdeh.
11
13
12
14
;----------------------------------------------------------------------------
13
15
; /// language bit definition, do not change these!!
108
110
@app-name " wurde erfolgreich installiert."))
109
111
)
110
112
)
113
+
114
+ ; ///
115
+ ; /// ***** Italiano
116
+ (if (= #language "italiano")
117
+ (
118
+ (set #acknowledgeOS (cat "Per favore conferma il rilevamento\n"
119
+ "automatico del sistema operativo in uso:"))
120
+ (set #FlexCat_dir (cat "Per favore seleziona una directory per FlexCat\n"
121
+ "(Non verr� creata alcuna cartella extra!)"))
122
+ (set #installSDFiles (cat "Si desidera installare i file #?.sd ?\n"
123
+ "\n"
124
+ "Sono necessari solo nel caso si voglia usare\n"
125
+ "FlexCat per generare del codice sorgente.\n"
126
+ "\n"
127
+ "In genere i traduttori non hanno bisogno di questi file."))
128
+ (set #done (cat "\n"
129
+ @app-name " � stato installato correttamente."))
130
+ )
131
+ )
132
+
111
133
; ///
134
+
112
135
;----------------------------------------------------------------------------
113
136
; /// Checking environment
114
137
(set EXEC_ver (getversion "exec.library" (resident)))
You can’t perform that action at this time.
0 commit comments