From f9effb73f6fcd0a8f90c7fd86a16fd158ba403bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thore=20B=C3=B6ckelmann?= Date: Mon, 10 May 2021 05:23:35 +0200 Subject: [PATCH] * dist/Install: added italian translation kindly provided by Samir Hawamdeh. This closes #4. --- dist/codesets/Install | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/dist/codesets/Install b/dist/codesets/Install index 29f7f65..7a90e69 100755 --- a/dist/codesets/Install +++ b/dist/codesets/Install @@ -1,5 +1,5 @@ ; -; $VER: Install 1.3 (21.5.2012) +; $VER: Install 1.4 (10.05.2021) ; ; $Id$ ; @@ -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) @@ -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!")) + ) +) + ; /// ;----------------------------------------------------------------------------