Skip to content
⌘ NSIS Forum Archive

Icelandic translation!

13 posts

grelli#

Icelandic translation!

Hello!

I saw that there were no Icelandic translation available so I created one.

Here it is!!

Enjoy!
grelli#
Revised Icelandic translation

Some small errors were in the first translation, so here comes a revised edition of the translation!

/Grelli.
kichik#
The translations are up-to-date. You can sign up to the mailing list for update notices: http://lists.sourceforge.net/mailman...nsis-translate
grelli#
Updated Icelandic translation (20060514)

Small refinements and improvements have been made to the previous Icelandic translations.

Added translation for the 1.09 GUI.

Please upload this new version!

/Grelli.
kichik#
Examples\Contrib\Modern UI\MultiLanguage.nsi won't compile with your latest change. The parameter to MUI_LANGUAGEFILE_BEGIN must is case-sensitive and must be the exact name of the language file sans the NSH/NLF extension.
grelli#
Sorry about this! I didn't know that that this parameter needed to be the same as the language file name.

Language files have now been updated according to your comment.
kichik#
Thanks, uploaded after changing the parameter for MUI_LANGNAME as well. It should use ASCII only so users without the correct codepage won't see gibberish.
grelli#
The character 'Í' that is used in the language name (Íslenska) is present in the ASCII table, ALT+214
kichik#
That depends on the codepage. In your ANSI codepage, ALT+214 is I with an apostrophe, while in mine it's an empty square. Basic English characters should be available in every codepage in the values under 128.
grelli#
Language name changed from Íslenska to Icelandic to comply with the basic ASCII table.