Announcement

Collapse
No announcement yet.

Brazilian Portuguese correction

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • zeeh3
    replied
    Ok, done

    Leave a comment:


  • kichik
    replied
    Could you please submit that as a patch with the fixed file?

    Leave a comment:


  • zeeh3
    started a topic Brazilian Portuguese correction

    Brazilian Portuguese correction

    I have noticed that the translation of:

    !ifdef MUI_ABORTWARNING
    ${LangFileString} MUI_TEXT_ABORTWARNING "Você tem certeza que você quer sair do Instalador do $(^Name)?"
    !endif

    !ifdef MUI_UNABORTWARNING
    ${LangFileString} MUI_UNTEXT_ABORTWARNING "Você tem certeza que você quer sair da Desinstalação do $(^Name)?"
    !endif

    Should be:

    !ifdef MUI_ABORTWARNING
    ${LangFileString} MUI_TEXT_ABORTWARNING "Você tem certeza de que quer sair do Instalador do $(^Name)?"
    !endif

    !ifdef MUI_UNABORTWARNING
    ${LangFileString} MUI_UNTEXT_ABORTWARNING "Você tem certeza de que quer sair da Desinstalação do $(^Name)?"
    !endif

    Thanks.
Working...
X