Swedish translation
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2505 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
2e8e2316c9
commit
bdb6db1f70
2 changed files with 82 additions and 0 deletions
|
@ -49,6 +49,7 @@
|
|||
!insertmacro MUI_LANGUAGE "Italian"
|
||||
!insertmacro MUI_LANGUAGE "Dutch"
|
||||
!insertmacro MUI_LANGUAGE "Danish"
|
||||
!insertmacro MUI_LANGUAGE "Swedish"
|
||||
!insertmacro MUI_LANGUAGE "Greek"
|
||||
!insertmacro MUI_LANGUAGE "Russian"
|
||||
!insertmacro MUI_LANGUAGE "PortugueseBR"
|
||||
|
@ -81,6 +82,7 @@
|
|||
LangString DESC_SecCopyUI ${LANG_ITALIAN} "modern.exe: Italian description"
|
||||
LangString DESC_SecCopyUI ${LANG_DUTCH} "modern.exe: Dutch description"
|
||||
LangString DESC_SecCopyUI ${LANG_DANISH} "modern.exe: Danish description"
|
||||
LangString DESC_SecCopyUI ${LANG_SWEDISH} "modern.exe: Swedish description"
|
||||
LangString DESC_SecCopyUI ${LANG_GREEK} "modern.exe: Greek description"
|
||||
LangString DESC_SecCopyUI ${LANG_RUSSIAN} "modern.exe: Russian description"
|
||||
LangString DESC_SecCopyUI ${LANG_PORTUGUESEBR} "modern.exe: Portuguese (Brasil) description"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue