* Georgian and Pashto are now part of default install.
* LANGFILE macro now takes 4 parameters, all .nsh files have been updated * LANGFILE_INCLUDE_WITHDEFAULT will now warn if the fallback string is used * Removed some invalid English strings in various files * Fixed Khmer LangId * Minor Norwegian language fixes * Some files changed from UTF16LE to UTF8SIG git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6302 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
2fc40abca0
commit
043b4006ed
86 changed files with 185 additions and 176 deletions
|
@ -7,7 +7,8 @@
|
|||
; - ".. produsului" removed as unnecessary
|
||||
; - "Elimină" related terms replaced with more appropiate "Dezinstalează"
|
||||
; - Misc language tweaks
|
||||
!insertmacro LANGFILE "Romanian" "Romana" "Română"
|
||||
|
||||
!insertmacro LANGFILE "Romanian" = "Română" "Romana"
|
||||
|
||||
!ifdef MUI_WELCOMEPAGE
|
||||
${LangFileString} MUI_TEXT_WELCOME_INFO_TITLE "Bine aţi venit la instalarea $(^NameDA)"
|
||||
|
@ -58,8 +59,7 @@
|
|||
!ifndef NSIS_CONFIG_COMPONENTPAGE_ALTERNATIVE
|
||||
${LangFileString} MUI_INNERTEXT_COMPONENTS_DESCRIPTION_INFO "Aşezaţi mouse-ul deasupra fiecărei componente pentru a vizualiza descrierea acesteia."
|
||||
!else
|
||||
# FIXME
|
||||
${LangFileString} MUI_INNERTEXT_COMPONENTS_DESCRIPTION_INFO "Aşezaţi mouse-ul deasupra fiecărei componente pentru a vizualiza descrierea acesteia."
|
||||
#FIXME:MUI_INNERTEXT_COMPONENTS_DESCRIPTION_INFO
|
||||
!endif
|
||||
!endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue