Skip to content

Commit

Permalink
* dist/Install: added italian translation kindly provided by Samir Ha…
Browse files Browse the repository at this point in the history
…wamdeh. This closes #4.
  • Loading branch information
tboeckel committed May 10, 2021
1 parent f53c6d1 commit f9effb7
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion dist/codesets/Install
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
;
; $VER: Install 1.3 (21.5.2012)
; $VER: Install 1.4 (10.05.2021)
;
; $Id$
;
Expand All @@ -11,6 +11,9 @@
; 1.2 06.10.2010: changed the default destination path for libs depending
; on the detected system
; 1.3 21.05.2012: fixed the wrong selection of the builtin language.
; 1.4 10.05.2021: added italian translation kindly provided by Samir
; Hawamdeh.

;----------------------------------------------------------------------------
; /// default language detection
(set #i 0)
Expand Down Expand Up @@ -49,6 +52,21 @@
"n�tig, um die Installation abzuschlie�en!"))
)
)
; ///
;----------------------------------------------------------------------------
; /// ***** Italiano
(if (= #language "italiano")
(
(set #acknowledgeOS (cat "Per favore conferma il rilevamento\n"
"automatico del sistema operativo in uso:"))
(set #done (cat "\n"
@app-name " � stata installata correttamente.\n"
"\n"
"Potrebbe essere necessario un riavvio\n"
"per completare questa installazione!"))
)
)

; ///

;----------------------------------------------------------------------------
Expand Down

0 comments on commit f9effb7

Please sign in to comment.