|
From: <xue...@us...> - 2003-07-02 12:40:55
|
Update of /cvsroot/popfile/windows/languages In directory sc8-pr-cvs1:/tmp/cvs-serv15657 Added Files: Bulgarian-mui.nsh Log Message: "Bulgarian" language files for the multi-language version of the installer/uninstaller. --- NEW FILE: Bulgarian-mui.nsh --- #-------------------------------------------------------------------------- # Bulgarian-mui.nsh # # This file contains additional "Bulgarian" text strings used by the Windows installer # for POPFile (these strings are customised versions of strings provided by NSIS). # # See 'Bulgarian-pfi.nsh' for the strings which are used on the custom pages. # # These strings are grouped according to the page/window where they are used # # Copyright (c) 2001-2003 John Graham-Cumming # #-------------------------------------------------------------------------- #-------------------------------------------------------------------------- # Standard MUI Page - Welcome # # The sequence \r\n\r\n inserts a blank line (note that the MUI_TEXT_WELCOME_INFO_TEXT string # should end with a \r\n\r\n sequence because another paragraph follows this string). #-------------------------------------------------------------------------- !insertmacro MUI_LANGUAGEFILE_STRING MUI_TEXT_WELCOME_INFO_TEXT \ "Òîé ùå èíñòàëèðà POPFile íà âàøèÿ êîìïþòúð.\r\n\r\nÏðåïîðú÷âà ñå äà çàòâîðèòå âñè÷êè äðóãè ïðèëîæåíèÿ, ïðåäè äà ñòàðòèðàòå èíñòàëàöèÿòà.\r\n\r\n" #-------------------------------------------------------------------------- # Standard MUI Page - License Agreement #-------------------------------------------------------------------------- ; As of 27 June 2003, the NSIS MUI language file is not compatible with MUI 1.65 ; (this is temporary (and crude) patch to allow installer to support the Bulgarian language) !insertmacro MUI_LANGUAGEFILE_STRING MUI_INNERTEXT_LICENSE_BOTTOM_CHECKBOX \ "Àêî ïðèåìàòå âñè÷êè óñëîâèÿ îò ñïîðàçóìåíèåòî, Èçáåðåòå 'Ñúãëàñåí', çà äà ïðîäúëæèòå. Òðÿáâà äà ïðèåìåòå ñïîðàçóìåíèåòî, çà äà èíñòàëèðàòå POPFile." !insertmacro MUI_LANGUAGEFILE_STRING MUI_INNERTEXT_LICENSE_BOTTOM_RADIOBUTTONS \ "Àêî ïðèåìàòå âñè÷êè óñëîâèÿ îò ñïîðàçóìåíèåòî, Èçáåðåòå 'Ñúãëàñåí', çà äà ïðîäúëæèòå. Òðÿáâà äà ïðèåìåòå ñïîðàçóìåíèåòî, çà äà èíñòàëèðàòå POPFile." #-------------------------------------------------------------------------- # Standard MUI Page - Finish # # The MUI_TEXT_FINISH_RUN text should be a short phrase (not a long paragraph) #-------------------------------------------------------------------------- !insertmacro MUI_LANGUAGEFILE_STRING MUI_TEXT_FINISH_RUN \ "POPFile Ïîòðåáèòåëñêè èíòåðôåéñ" #-------------------------------------------------------------------------- # End of 'Bulgarian-mui.nsh' #-------------------------------------------------------------------------- |