Skip to content
⌘ NSIS Forum Archive

italian word

14 posts

emiste7#

italian word

In italian.nsh there is a line:
!insertmacro MUI_LANGUAGEFILE_STRING MUI_INNERTEXT_COMPONENTS_DESCRIPTION_TITLE "Description"
Why there is an English word when you can use an italian......
!insertmacro MUI_LANGUAGEFILE_STRING MUI_INNERTEXT_COMPONENTS_DESCRIPTION_TITLE "Descrizione"
Thank you
emiste7#
I dont want to be to picky.....
but there is another little error:
insertmacro MUI_LANGUAGEFILE_STRING MUI_TEXT_WELCOME_INFO_TEXT "Questo programma installerà ${MUI_PRODUCT} nel vostro computer.\r\n\r\nSi raccomanda di chiudere (la)*** vostre applicazioni, prima di iniziare l'installazione. Questo permetterà al programma di installazione di aggiornare i parametri di sistema senza dover riavviare il vostro computer.\r\n\r\n

The word (la) is singular in italian but the following message is in plural....
le vostre applicazioni...........is a correct expression.

insertmacro MUI_LANGUAGEFILE_STRING MUI_TEXT_WELCOME_INFO_TEXT "Questo programma installerà ${MUI_PRODUCT} nel vostro computer.\r\n\r\nSi raccomanda di chiudere tutte le vostre applicazioni, prima di iniziare l'installazione. Questo permetterà al programma di installazione di aggiornare i parametri di sistema senza dover riavviare il vostro computer.\r\n\r\n

***the word "tutte" mean all
kichik#
Both translate to the same thing for me. Can you please talk about it with the author of the original language file first? Send him an e-mail to the address in the language file or a PM here.