Skip to content

Commit 2e1e12d

Browse files
committed
dist/Install: added italian translation kindly provided by Samir Hawamdeh. This closes #10.
1 parent 5758777 commit 2e1e12d

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

dist/FlexCat/Install

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
;
2-
; $VER: Install 1.1 (30.06.2010)
2+
; $VER: Install 1.3 (10.05.2021)
33
;
44
; $Id$
55
;
@@ -8,6 +8,8 @@
88
; 1.0 29.06.2010: initial release
99
; 1.1 30.06.2010: ask the user whether the *.sd files should be installed
1010
; 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.
1113

1214
;----------------------------------------------------------------------------
1315
; /// language bit definition, do not change these!!
@@ -108,7 +110,28 @@
108110
@app-name " wurde erfolgreich installiert."))
109111
)
110112
)
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+
111133
; ///
134+
112135
;----------------------------------------------------------------------------
113136
; /// Checking environment
114137
(set EXEC_ver (getversion "exec.library" (resident)))

0 commit comments

Comments
 (0)