Skip to content
⌘ NSIS Forum Archive

IMPORTANT: Language files have to be updated!

176 posts

Joost Verburg#

IMPORTANT: Language files have to be updated!

LANGUAGE FILES HAVE TO BE UPDATED

Post all updated files in this topic

All NLF and Modern UI language files have to be updated to support several new NSIS features. Even if you are not the original translator, please help us with the translations.

NLF files


Modern UI 1.64 language files
  • Change the version to 1.64
  • Add the following strings:

    MUI_INNERTEXT_LICENSE_BOTTOM_CHECKBOX "If you accept the terms of the agreement, click the check box below. You must accept the agreement to install ${MUI_PRODUCT}."

    MUI_INNERTEXT_LICENSE_BOTTOM_RADIOBUTTONS "If you accept the terms of the agreement, select the first option below. You must accept the agreement to install ${MUI_PRODUCT}."

    MUI_TEXT_ABORT_TITLE "Installation Aborted"

    MUI_TEXT_ABORT_SUBTITLE "Setup was not completed successfully."

    MUI_UNTEXT_ABORT_TITLE "Uninstallation Aborted"

    MUI_UNTEXT_ABORT_SUBTITLE "Uninstall was not completed successfully."
  • Modify the following strings:

    MUI_INNERTEXT_LICENSE_BOTTOM "If you accept the terms of the agreement, click I Agree to continue. You must accept the agreement to install ${MUI_PRODUCT}."

    MUI_UNTEXT_FINISH_TITLE "Uninstallation Complete"


Note: Language strings have been renamed, so download a new version from CVS (use NSIS Update) before updating.

LANGUAGE SPECIFIC FONTS

Both NSIS and the Modern UI support language specific fonts now.

NSIS

The default dialog font is 'MS Shell Dlg'.

Modern UI

The default font for the title on the Welcome/Finish page is 'Verdana', the default font for the header title is 'MS Shell Dlg'.

Change fonts

For non-western languages, these fonts might not work properly (especially on Windows 9x/ME).

If you want to change the dialog font, edit the NLF language file (there is more information in the file). You can also change the codepage.

For the Modern UI, add one or more of the following strings to the language file (see the Modern UI Readme for details).

MUI_FONT_HEADERDER
MUI_FONTSTYLE_HEADER

MUI_FONT_TITLE
MUI_FONTSIZE_TITLE
MUI_FONTSTYLE_TITLE

Please test the fonts with both Windows 2000/XP and Windows 9x/ME.

MAILING LIST

Most translators have not yet added their e-mail address to the nsis-translate mailing list. Please subscripe at http://lists.sourceforge.net/lists/l...nsis-translate so you will be informed about language files updates.
Joel#edited
Spanish translation

Here is the Spanish Translation

😁

[edit]

Only update for Spanish.nlf:

&Acepto los términos de la licencia
&No acepto los términos de la licencia

[/edit]
Guest#
Here's the French version:
orfanik#
Here's the Hungarian version:


Orfanik
MoNKi#
Spanish

Spanish.
Both, nlf and nsh:
MoNKi#
Well the accelerator keys in darkboy version are wrong, and the nsh file fits better in Mexican than in Spanish.

Fixed a bug:
MoNKi#
Sorry, now the fixed files:
Joel#
Originally posted by MoNKi
Well the accelerator keys in darkboy version are wrong, and the nsh file fits better in Mexican than in Spanish.

Fixed a bug:
1) Mexican Language IS Spanish Language.
2) Is about an average spanish, that means the syntax, dude.

😛
MoNKi#edited
darkboy, check the fixed version.

Sorry this is in spanish: Me refería al dialecto, no me negarás que vosotros llamais a cosas de forma distinta a como lo hacemos en españa. Aquí nunca se diría "casillera" (creo que era así lo que ponias) sino "casilla". Otra cosa, esto no es ninguna competición a si que no te cabrees porque no es mi intención. Si quieres seguimos hablandolo por privado y discutimos tecnicismos.
koder#
korean

it's korean language file.

🧟
deguix#
Brazilian Portuguese Translation:

Updated to Modern UI v.1.64 and a little fix in PortugueseBR.nsh.
deguix#
Whoops, I forgot a thing in PortugueseBr.nsh!
mikem4600#
Greek language files updated 🙂
virtlink#
Dan is het goed. Had ik nou effe nooit gedacht een Nederlandse Developer te zien op het forum, toen ik er twee jaar geleden kwam! 😉

Sorry folks. I just told Joost that I never tought that I would see a Dutch developer here!
R@m00n#
My editor deleted all blanks at the end of lines.
Attached new version.
kiiali#
4 files updated (in 1 zip), including

SimpChinese.nlf
SimpChinese.nsh
TradChinese.nlf
TradChinese.nsh
kiiali#
for Joost,

following section seems suitable for add a hotkey (for hotkeys_Maniacs such as me ^_^). It still works fine on the checkbox.

!insertmacro MUI_LANGUAGEFILE_STRING MUI_TEXT_FINISH_RUN "Run ${MUI_PRODUCT}"
!insertmacro MUI_LANGUAGEFILE_STRING MUI_TEXT_FINISH_SHOWREADME "Show Readme"

to following..

!insertmacro MUI_LANGUAGEFILE_STRING MUI_TEXT_FINISH_RUN "&Run ${MUI_PRODUCT}"
!insertmacro MUI_LANGUAGEFILE_STRING MUI_TEXT_FINISH_SHOWREADME "&Show Readme"

TradChinese, SimpChinese are already add this hotkey.
deguix#
Brazilian Portuguese Translation:

Added hotkeys for "Mostrar Leiame" and "Executar o ${MUI_PRODUCT}" strings.

Hmmm... Can be more good by this way:

!insertmacro MUI_LANGUAGEFILE_STRING MUI_TEXT_FINISH_SHOWREADME "Show &Readme"

What you think about?
deguix#
Yep, this is really, so I've changed the PortugueseBR.nsh file again:
MoNKi#
Spanish

Spanish.nsh:
- Added accelerator keys to "&Ver Léame" & "&Ejecutar ${MUI_PRODUCT}"
- "Léeme" -> "Léame".
Spanish.nlf:
- Some words changed.
MoNKi#
Joost, can you make the "Uninstall from:" text box bigger (in Modern and Default)?, it only shows "Desinstalando" and the correct text is "Desinstalando desde:".