Update of /cvsroot/popfile/windows/languages In directory sc8-pr-cvs1:/tmp/cvs-serv25926 Modified Files: Bulgarian-pfi.nsh Danish-pfi.nsh Dutch-pfi.nsh English-pfi.nsh Finnish-pfi.nsh French-pfi.nsh German-pfi.nsh Hungarian-pfi.nsh Japanese-pfi.nsh Korean-pfi.nsh Portuguese-pfi.nsh PortugueseBR-pfi.nsh Russian-pfi.nsh SimpChinese-pfi.nsh Slovak-pfi.nsh Spanish-pfi.nsh Swedish-pfi.nsh TradChinese-pfi.nsh Ukrainian-pfi.nsh Log Message: Added strings used for "upgrade" uninstalls and a simple verbosity control. Index: Bulgarian-pfi.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/Bulgarian-pfi.nsh,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Bulgarian-pfi.nsh 9 Jul 2003 13:19:15 -0000 1.4 --- Bulgarian-pfi.nsh 12 Jul 2003 11:52:24 -0000 1.5 *************** *** 25,32 **** # (2) The sequence \r\n\r\n inserts a blank line # ! # (the 'PFI_LANG_CBP_IO_INTRO' custom page string in which is listed under the heading # 'Custom Page - POPFile Classification Bucket Creation' includes some examples) #-------------------------------------------------------------------------- #-------------------------------------------------------------------------- # Mark the start of the language data --- 25,36 ---- # (2) The sequence \r\n\r\n inserts a blank line # ! # (the 'PFI_LANG_CBP_IO_INTRO' custom page string which is listed under the heading # 'Custom Page - POPFile Classification Bucket Creation' includes some examples) #-------------------------------------------------------------------------- + !ifndef PFI_VERBOSE + !verbose 3 + !endif + #-------------------------------------------------------------------------- # Mark the start of the language data *************** *** 69,72 **** --- 73,80 ---- ; Message Boxes used when validating user's selections + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBUNINST_1 "A previous installation of POPFile has been detected" + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBUNINST_2 "Do you want to uninstall it ?" + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBUNINST_3 "( 'Yes' recommended )" + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBPOP3_1 "The POP3 port cannot be set to" !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBPOP3_2 "The port must be a number in the range 1 to 65535." *************** *** 79,82 **** --- 87,95 ---- !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBDIFF_1 "The POP3 port must be different from the 'User Interface' port." !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBDIFF_2 "Please change your port selections." + + ; Banner message displayed whilst uninstalling old version + + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_BANNER_1 "Removing previous version" + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_BANNER_2 "This may take a few seconds..." #-------------------------------------------------------------------------- Index: Danish-pfi.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/Danish-pfi.nsh,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Danish-pfi.nsh 9 Jul 2003 13:19:37 -0000 1.4 --- Danish-pfi.nsh 12 Jul 2003 11:52:24 -0000 1.5 *************** *** 25,32 **** # (2) The sequence \r\n\r\n inserts a blank line # ! # (the 'PFI_LANG_CBP_IO_INTRO' custom page string in which is listed under the heading # 'Custom Page - POPFile Classification Bucket Creation' includes some examples) #-------------------------------------------------------------------------- #-------------------------------------------------------------------------- # Mark the start of the language data --- 25,36 ---- # (2) The sequence \r\n\r\n inserts a blank line # ! # (the 'PFI_LANG_CBP_IO_INTRO' custom page string which is listed under the heading # 'Custom Page - POPFile Classification Bucket Creation' includes some examples) #-------------------------------------------------------------------------- + !ifndef PFI_VERBOSE + !verbose 3 + !endif + #-------------------------------------------------------------------------- # Mark the start of the language data *************** *** 69,72 **** --- 73,80 ---- ; Message Boxes used when validating user's selections + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBUNINST_1 "A previous installation of POPFile has been detected" + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBUNINST_2 "Do you want to uninstall it ?" + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBUNINST_3 "( 'Yes' recommended )" + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBPOP3_1 "The POP3 port cannot be set to" !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBPOP3_2 "The port must be a number in the range 1 to 65535." *************** *** 79,82 **** --- 87,95 ---- !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBDIFF_1 "The POP3 port must be different from the 'User Interface' port." !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBDIFF_2 "Please change your port selections." + + ; Banner message displayed whilst uninstalling old version + + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_BANNER_1 "Removing previous version" + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_BANNER_2 "This may take a few seconds..." #-------------------------------------------------------------------------- Index: Dutch-pfi.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/Dutch-pfi.nsh,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Dutch-pfi.nsh 9 Jul 2003 13:19:57 -0000 1.4 --- Dutch-pfi.nsh 12 Jul 2003 11:52:24 -0000 1.5 *************** *** 25,32 **** # (2) The sequence \r\n\r\n inserts a blank line # ! # (the 'PFI_LANG_CBP_IO_INTRO' custom page string in which is listed under the heading # 'Custom Page - POPFile Classification Bucket Creation' includes some examples) #-------------------------------------------------------------------------- #-------------------------------------------------------------------------- # Mark the start of the language data --- 25,36 ---- # (2) The sequence \r\n\r\n inserts a blank line # ! # (the 'PFI_LANG_CBP_IO_INTRO' custom page string which is listed under the heading # 'Custom Page - POPFile Classification Bucket Creation' includes some examples) #-------------------------------------------------------------------------- + !ifndef PFI_VERBOSE + !verbose 3 + !endif + #-------------------------------------------------------------------------- # Mark the start of the language data *************** *** 69,72 **** --- 73,80 ---- ; Message Boxes used when validating user's selections + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBUNINST_1 "A previous installation of POPFile has been detected" + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBUNINST_2 "Do you want to uninstall it ?" + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBUNINST_3 "( 'Yes' recommended )" + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBPOP3_1 "The POP3 port cannot be set to" !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBPOP3_2 "The port must be a number in the range 1 to 65535." *************** *** 79,82 **** --- 87,95 ---- !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBDIFF_1 "The POP3 port must be different from the 'User Interface' port." !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBDIFF_2 "Please change your port selections." + + ; Banner message displayed whilst uninstalling old version + + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_BANNER_1 "Removing previous version" + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_BANNER_2 "This may take a few seconds..." #-------------------------------------------------------------------------- Index: English-pfi.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/English-pfi.nsh,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** English-pfi.nsh 9 Jul 2003 13:20:16 -0000 1.4 --- English-pfi.nsh 12 Jul 2003 11:52:24 -0000 1.5 *************** *** 25,32 **** # (2) The sequence \r\n\r\n inserts a blank line # ! # (the 'PFI_LANG_CBP_IO_INTRO' custom page string in which is listed under the heading # 'Custom Page - POPFile Classification Bucket Creation' includes some examples) #-------------------------------------------------------------------------- #-------------------------------------------------------------------------- # Mark the start of the language data --- 25,36 ---- # (2) The sequence \r\n\r\n inserts a blank line # ! # (the 'PFI_LANG_CBP_IO_INTRO' custom page string which is listed under the heading # 'Custom Page - POPFile Classification Bucket Creation' includes some examples) #-------------------------------------------------------------------------- + !ifndef PFI_VERBOSE + !verbose 3 + !endif + #-------------------------------------------------------------------------- # Mark the start of the language data *************** *** 69,72 **** --- 73,80 ---- ; Message Boxes used when validating user's selections + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBUNINST_1 "A previous installation of POPFile has been detected" + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBUNINST_2 "Do you want to uninstall it ?" + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBUNINST_3 "( 'Yes' recommended )" + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBPOP3_1 "The POP3 port cannot be set to" !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBPOP3_2 "The port must be a number in the range 1 to 65535." *************** *** 79,82 **** --- 87,95 ---- !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBDIFF_1 "The POP3 port must be different from the 'User Interface' port." !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBDIFF_2 "Please change your port selections." + + ; Banner message displayed whilst uninstalling old version + + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_BANNER_1 "Removing previous version" + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_BANNER_2 "This may take a few seconds..." #-------------------------------------------------------------------------- Index: Finnish-pfi.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/Finnish-pfi.nsh,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Finnish-pfi.nsh 9 Jul 2003 13:20:40 -0000 1.4 --- Finnish-pfi.nsh 12 Jul 2003 11:52:24 -0000 1.5 *************** *** 25,32 **** # (2) The sequence \r\n\r\n inserts a blank line # ! # (the 'PFI_LANG_CBP_IO_INTRO' custom page string in which is listed under the heading # 'Custom Page - POPFile Classification Bucket Creation' includes some examples) #-------------------------------------------------------------------------- #-------------------------------------------------------------------------- # Mark the start of the language data --- 25,36 ---- # (2) The sequence \r\n\r\n inserts a blank line # ! # (the 'PFI_LANG_CBP_IO_INTRO' custom page string which is listed under the heading # 'Custom Page - POPFile Classification Bucket Creation' includes some examples) #-------------------------------------------------------------------------- + !ifndef PFI_VERBOSE + !verbose 3 + !endif + #-------------------------------------------------------------------------- # Mark the start of the language data *************** *** 69,72 **** --- 73,80 ---- ; Message Boxes used when validating user's selections + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBUNINST_1 "A previous installation of POPFile has been detected" + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBUNINST_2 "Do you want to uninstall it ?" + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBUNINST_3 "( 'Yes' recommended )" + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBPOP3_1 "The POP3 port cannot be set to" !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBPOP3_2 "The port must be a number in the range 1 to 65535." *************** *** 79,82 **** --- 87,95 ---- !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBDIFF_1 "The POP3 port must be different from the 'User Interface' port." !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBDIFF_2 "Please change your port selections." + + ; Banner message displayed whilst uninstalling old version + + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_BANNER_1 "Removing previous version" + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_BANNER_2 "This may take a few seconds..." #-------------------------------------------------------------------------- Index: French-pfi.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/French-pfi.nsh,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** French-pfi.nsh 9 Jul 2003 13:21:06 -0000 1.4 --- French-pfi.nsh 12 Jul 2003 11:52:24 -0000 1.5 *************** *** 25,32 **** # (2) The sequence \r\n\r\n inserts a blank line # ! # (the 'PFI_LANG_CBP_IO_INTRO' custom page string in which is listed under the heading # 'Custom Page - POPFile Classification Bucket Creation' includes some examples) #-------------------------------------------------------------------------- #-------------------------------------------------------------------------- # Mark the start of the language data --- 25,36 ---- # (2) The sequence \r\n\r\n inserts a blank line # ! # (the 'PFI_LANG_CBP_IO_INTRO' custom page string which is listed under the heading # 'Custom Page - POPFile Classification Bucket Creation' includes some examples) #-------------------------------------------------------------------------- + !ifndef PFI_VERBOSE + !verbose 3 + !endif + #-------------------------------------------------------------------------- # Mark the start of the language data *************** *** 69,72 **** --- 73,80 ---- ; Message Boxes used when validating user's selections + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBUNINST_1 "A previous installation of POPFile has been detected" + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBUNINST_2 "Do you want to uninstall it ?" + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBUNINST_3 "( 'Yes' recommended )" + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBPOP3_1 "The POP3 port cannot be set to" !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBPOP3_2 "The port must be a number in the range 1 to 65535." *************** *** 79,82 **** --- 87,95 ---- !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBDIFF_1 "The POP3 port must be different from the 'User Interface' port." !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBDIFF_2 "Please change your port selections." + + ; Banner message displayed whilst uninstalling old version + + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_BANNER_1 "Removing previous version" + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_BANNER_2 "This may take a few seconds..." #-------------------------------------------------------------------------- Index: German-pfi.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/German-pfi.nsh,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** German-pfi.nsh 9 Jul 2003 13:21:26 -0000 1.4 --- German-pfi.nsh 12 Jul 2003 11:52:24 -0000 1.5 *************** *** 25,32 **** # (2) The sequence \r\n\r\n inserts a blank line # ! # (the 'PFI_LANG_CBP_IO_INTRO' custom page string in which is listed under the heading # 'Custom Page - POPFile Classification Bucket Creation' includes some examples) #-------------------------------------------------------------------------- #-------------------------------------------------------------------------- # Mark the start of the language data --- 25,36 ---- # (2) The sequence \r\n\r\n inserts a blank line # ! # (the 'PFI_LANG_CBP_IO_INTRO' custom page string which is listed under the heading # 'Custom Page - POPFile Classification Bucket Creation' includes some examples) #-------------------------------------------------------------------------- + !ifndef PFI_VERBOSE + !verbose 3 + !endif + #-------------------------------------------------------------------------- # Mark the start of the language data *************** *** 69,72 **** --- 73,80 ---- ; Message Boxes used when validating user's selections + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBUNINST_1 "A previous installation of POPFile has been detected" + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBUNINST_2 "Do you want to uninstall it ?" + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBUNINST_3 "( 'Yes' recommended )" + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBPOP3_1 "The POP3 port cannot be set to" !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBPOP3_2 "The port must be a number in the range 1 to 65535." *************** *** 79,82 **** --- 87,95 ---- !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBDIFF_1 "The POP3 port must be different from the 'User Interface' port." !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBDIFF_2 "Please change your port selections." + + ; Banner message displayed whilst uninstalling old version + + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_BANNER_1 "Removing previous version" + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_BANNER_2 "This may take a few seconds..." #-------------------------------------------------------------------------- Index: Hungarian-pfi.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/Hungarian-pfi.nsh,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Hungarian-pfi.nsh 9 Jul 2003 13:21:51 -0000 1.4 --- Hungarian-pfi.nsh 12 Jul 2003 11:52:24 -0000 1.5 *************** *** 25,32 **** # (2) The sequence \r\n\r\n inserts a blank line # ! # (the 'PFI_LANG_CBP_IO_INTRO' custom page string in which is listed under the heading # 'Custom Page - POPFile Classification Bucket Creation' includes some examples) #-------------------------------------------------------------------------- #-------------------------------------------------------------------------- # Mark the start of the language data --- 25,36 ---- # (2) The sequence \r\n\r\n inserts a blank line # ! # (the 'PFI_LANG_CBP_IO_INTRO' custom page string which is listed under the heading # 'Custom Page - POPFile Classification Bucket Creation' includes some examples) #-------------------------------------------------------------------------- + !ifndef PFI_VERBOSE + !verbose 3 + !endif + #-------------------------------------------------------------------------- # Mark the start of the language data *************** *** 69,72 **** --- 73,80 ---- ; Message Boxes used when validating user's selections + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBUNINST_1 "A previous installation of POPFile has been detected" + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBUNINST_2 "Do you want to uninstall it ?" + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBUNINST_3 "( 'Yes' recommended )" + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBPOP3_1 "The POP3 port cannot be set to" !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBPOP3_2 "The port must be a number in the range 1 to 65535." *************** *** 79,82 **** --- 87,95 ---- !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBDIFF_1 "The POP3 port must be different from the 'User Interface' port." !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBDIFF_2 "Please change your port selections." + + ; Banner message displayed whilst uninstalling old version + + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_BANNER_1 "Removing previous version" + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_BANNER_2 "This may take a few seconds..." #-------------------------------------------------------------------------- Index: Japanese-pfi.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/Japanese-pfi.nsh,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** Japanese-pfi.nsh 9 Jul 2003 13:22:17 -0000 1.5 --- Japanese-pfi.nsh 12 Jul 2003 11:52:24 -0000 1.6 *************** *** 25,32 **** # (2) The sequence \r\n\r\n inserts a blank line # ! # (the 'PFI_LANG_CBP_IO_INTRO' custom page string in which is listed under the heading # 'Custom Page - POPFile Classification Bucket Creation' includes some examples) #-------------------------------------------------------------------------- #-------------------------------------------------------------------------- # Mark the start of the language data --- 25,36 ---- # (2) The sequence \r\n\r\n inserts a blank line # ! # (the 'PFI_LANG_CBP_IO_INTRO' custom page string which is listed under the heading # 'Custom Page - POPFile Classification Bucket Creation' includes some examples) #-------------------------------------------------------------------------- + !ifndef PFI_VERBOSE + !verbose 3 + !endif + #-------------------------------------------------------------------------- # Mark the start of the language data *************** *** 69,72 **** --- 73,80 ---- ; Message Boxes used when validating user's selections + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBUNINST_1 "A previous installation of POPFile has been detected" + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBUNINST_2 "Do you want to uninstall it ?" + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBUNINST_3 "( 'Yes' recommended )" + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBPOP3_1 "The POP3 port cannot be set to" !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBPOP3_2 "The port must be a number in the range 1 to 65535." *************** *** 79,82 **** --- 87,95 ---- !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBDIFF_1 "The POP3 port must be different from the 'User Interface' port." !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBDIFF_2 "Please change your port selections." + + ; Banner message displayed whilst uninstalling old version + + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_BANNER_1 "Removing previous version" + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_BANNER_2 "This may take a few seconds..." #-------------------------------------------------------------------------- Index: Korean-pfi.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/Korean-pfi.nsh,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** Korean-pfi.nsh 9 Jul 2003 13:22:51 -0000 1.5 --- Korean-pfi.nsh 12 Jul 2003 11:52:24 -0000 1.6 *************** *** 25,32 **** # (2) The sequence \r\n\r\n inserts a blank line # ! # (the 'PFI_LANG_CBP_IO_INTRO' custom page string in which is listed under the heading # 'Custom Page - POPFile Classification Bucket Creation' includes some examples) #-------------------------------------------------------------------------- #-------------------------------------------------------------------------- # Mark the start of the language data --- 25,36 ---- # (2) The sequence \r\n\r\n inserts a blank line # ! # (the 'PFI_LANG_CBP_IO_INTRO' custom page string which is listed under the heading # 'Custom Page - POPFile Classification Bucket Creation' includes some examples) #-------------------------------------------------------------------------- + !ifndef PFI_VERBOSE + !verbose 3 + !endif + #-------------------------------------------------------------------------- # Mark the start of the language data *************** *** 69,72 **** --- 73,80 ---- ; Message Boxes used when validating user's selections + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBUNINST_1 "A previous installation of POPFile has been detected" + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBUNINST_2 "Do you want to uninstall it ?" + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBUNINST_3 "( 'Yes' recommended )" + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBPOP3_1 "The POP3 port cannot be set to" !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBPOP3_2 "The port must be a number in the range 1 to 65535." *************** *** 79,82 **** --- 87,95 ---- !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBDIFF_1 "The POP3 port must be different from the 'User Interface' port." !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBDIFF_2 "Please change your port selections." + + ; Banner message displayed whilst uninstalling old version + + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_BANNER_1 "Removing previous version" + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_BANNER_2 "This may take a few seconds..." #-------------------------------------------------------------------------- Index: Portuguese-pfi.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/Portuguese-pfi.nsh,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Portuguese-pfi.nsh 9 Jul 2003 13:23:33 -0000 1.4 --- Portuguese-pfi.nsh 12 Jul 2003 11:52:24 -0000 1.5 *************** *** 25,32 **** # (2) The sequence \r\n\r\n inserts a blank line # ! # (the 'PFI_LANG_CBP_IO_INTRO' custom page string in which is listed under the heading # 'Custom Page - POPFile Classification Bucket Creation' includes some examples) #-------------------------------------------------------------------------- #-------------------------------------------------------------------------- # Mark the start of the language data --- 25,36 ---- # (2) The sequence \r\n\r\n inserts a blank line # ! # (the 'PFI_LANG_CBP_IO_INTRO' custom page string which is listed under the heading # 'Custom Page - POPFile Classification Bucket Creation' includes some examples) #-------------------------------------------------------------------------- + !ifndef PFI_VERBOSE + !verbose 3 + !endif + #-------------------------------------------------------------------------- # Mark the start of the language data *************** *** 69,72 **** --- 73,80 ---- ; Message Boxes used when validating user's selections + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBUNINST_1 "A previous installation of POPFile has been detected" + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBUNINST_2 "Do you want to uninstall it ?" + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBUNINST_3 "( 'Yes' recommended )" + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBPOP3_1 "The POP3 port cannot be set to" !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBPOP3_2 "The port must be a number in the range 1 to 65535." *************** *** 79,82 **** --- 87,95 ---- !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBDIFF_1 "The POP3 port must be different from the 'User Interface' port." !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBDIFF_2 "Please change your port selections." + + ; Banner message displayed whilst uninstalling old version + + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_BANNER_1 "Removing previous version" + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_BANNER_2 "This may take a few seconds..." #-------------------------------------------------------------------------- Index: PortugueseBR-pfi.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/PortugueseBR-pfi.nsh,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** PortugueseBR-pfi.nsh 9 Jul 2003 13:23:54 -0000 1.4 --- PortugueseBR-pfi.nsh 12 Jul 2003 11:52:24 -0000 1.5 *************** *** 25,32 **** # (2) The sequence \r\n\r\n inserts a blank line # ! # (the 'PFI_LANG_CBP_IO_INTRO' custom page string in which is listed under the heading # 'Custom Page - POPFile Classification Bucket Creation' includes some examples) #-------------------------------------------------------------------------- #-------------------------------------------------------------------------- # Mark the start of the language data --- 25,36 ---- # (2) The sequence \r\n\r\n inserts a blank line # ! # (the 'PFI_LANG_CBP_IO_INTRO' custom page string which is listed under the heading # 'Custom Page - POPFile Classification Bucket Creation' includes some examples) #-------------------------------------------------------------------------- + !ifndef PFI_VERBOSE + !verbose 3 + !endif + #-------------------------------------------------------------------------- # Mark the start of the language data *************** *** 69,72 **** --- 73,80 ---- ; Message Boxes used when validating user's selections + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBUNINST_1 "A previous installation of POPFile has been detected" + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBUNINST_2 "Do you want to uninstall it ?" + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBUNINST_3 "( 'Yes' recommended )" + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBPOP3_1 "The POP3 port cannot be set to" !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBPOP3_2 "The port must be a number in the range 1 to 65535." *************** *** 79,82 **** --- 87,95 ---- !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBDIFF_1 "The POP3 port must be different from the 'User Interface' port." !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBDIFF_2 "Please change your port selections." + + ; Banner message displayed whilst uninstalling old version + + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_BANNER_1 "Removing previous version" + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_BANNER_2 "This may take a few seconds..." #-------------------------------------------------------------------------- Index: Russian-pfi.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/Russian-pfi.nsh,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Russian-pfi.nsh 9 Jul 2003 13:24:21 -0000 1.4 --- Russian-pfi.nsh 12 Jul 2003 11:52:24 -0000 1.5 *************** *** 25,32 **** # (2) The sequence \r\n\r\n inserts a blank line # ! # (the 'PFI_LANG_CBP_IO_INTRO' custom page string in which is listed under the heading # 'Custom Page - POPFile Classification Bucket Creation' includes some examples) #-------------------------------------------------------------------------- #-------------------------------------------------------------------------- # Mark the start of the language data --- 25,36 ---- # (2) The sequence \r\n\r\n inserts a blank line # ! # (the 'PFI_LANG_CBP_IO_INTRO' custom page string which is listed under the heading # 'Custom Page - POPFile Classification Bucket Creation' includes some examples) #-------------------------------------------------------------------------- + !ifndef PFI_VERBOSE + !verbose 3 + !endif + #-------------------------------------------------------------------------- # Mark the start of the language data *************** *** 69,72 **** --- 73,80 ---- ; Message Boxes used when validating user's selections + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBUNINST_1 "A previous installation of POPFile has been detected" + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBUNINST_2 "Do you want to uninstall it ?" + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBUNINST_3 "( 'Yes' recommended )" + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBPOP3_1 "The POP3 port cannot be set to" !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBPOP3_2 "The port must be a number in the range 1 to 65535." *************** *** 79,82 **** --- 87,95 ---- !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBDIFF_1 "The POP3 port must be different from the 'User Interface' port." !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBDIFF_2 "Please change your port selections." + + ; Banner message displayed whilst uninstalling old version + + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_BANNER_1 "Removing previous version" + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_BANNER_2 "This may take a few seconds..." #-------------------------------------------------------------------------- Index: SimpChinese-pfi.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/SimpChinese-pfi.nsh,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** SimpChinese-pfi.nsh 9 Jul 2003 13:24:51 -0000 1.4 --- SimpChinese-pfi.nsh 12 Jul 2003 11:52:24 -0000 1.5 *************** *** 25,32 **** # (2) The sequence \r\n\r\n inserts a blank line # ! # (the 'PFI_LANG_CBP_IO_INTRO' custom page string in which is listed under the heading # 'Custom Page - POPFile Classification Bucket Creation' includes some examples) #-------------------------------------------------------------------------- #-------------------------------------------------------------------------- # Mark the start of the language data --- 25,36 ---- # (2) The sequence \r\n\r\n inserts a blank line # ! # (the 'PFI_LANG_CBP_IO_INTRO' custom page string which is listed under the heading # 'Custom Page - POPFile Classification Bucket Creation' includes some examples) #-------------------------------------------------------------------------- + !ifndef PFI_VERBOSE + !verbose 3 + !endif + #-------------------------------------------------------------------------- # Mark the start of the language data *************** *** 69,72 **** --- 73,80 ---- ; Message Boxes used when validating user's selections + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBUNINST_1 "A previous installation of POPFile has been detected" + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBUNINST_2 "Do you want to uninstall it ?" + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBUNINST_3 "( 'Yes' recommended )" + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBPOP3_1 "The POP3 port cannot be set to" !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBPOP3_2 "The port must be a number in the range 1 to 65535." *************** *** 79,82 **** --- 87,95 ---- !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBDIFF_1 "The POP3 port must be different from the 'User Interface' port." !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBDIFF_2 "Please change your port selections." + + ; Banner message displayed whilst uninstalling old version + + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_BANNER_1 "Removing previous version" + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_BANNER_2 "This may take a few seconds..." #-------------------------------------------------------------------------- Index: Slovak-pfi.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/Slovak-pfi.nsh,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Slovak-pfi.nsh 9 Jul 2003 13:25:13 -0000 1.4 --- Slovak-pfi.nsh 12 Jul 2003 11:52:24 -0000 1.5 *************** *** 25,32 **** # (2) The sequence \r\n\r\n inserts a blank line # ! # (the 'PFI_LANG_CBP_IO_INTRO' custom page string in which is listed under the heading # 'Custom Page - POPFile Classification Bucket Creation' includes some examples) #-------------------------------------------------------------------------- #-------------------------------------------------------------------------- # Mark the start of the language data --- 25,36 ---- # (2) The sequence \r\n\r\n inserts a blank line # ! # (the 'PFI_LANG_CBP_IO_INTRO' custom page string which is listed under the heading # 'Custom Page - POPFile Classification Bucket Creation' includes some examples) #-------------------------------------------------------------------------- + !ifndef PFI_VERBOSE + !verbose 3 + !endif + #-------------------------------------------------------------------------- # Mark the start of the language data *************** *** 69,72 **** --- 73,80 ---- ; Message Boxes used when validating user's selections + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBUNINST_1 "A previous installation of POPFile has been detected" + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBUNINST_2 "Do you want to uninstall it ?" + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBUNINST_3 "( 'Yes' recommended )" + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBPOP3_1 "The POP3 port cannot be set to" !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBPOP3_2 "The port must be a number in the range 1 to 65535." *************** *** 79,82 **** --- 87,95 ---- !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBDIFF_1 "The POP3 port must be different from the 'User Interface' port." !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBDIFF_2 "Please change your port selections." + + ; Banner message displayed whilst uninstalling old version + + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_BANNER_1 "Removing previous version" + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_BANNER_2 "This may take a few seconds..." #-------------------------------------------------------------------------- Index: Spanish-pfi.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/Spanish-pfi.nsh,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Spanish-pfi.nsh 9 Jul 2003 13:25:34 -0000 1.4 --- Spanish-pfi.nsh 12 Jul 2003 11:52:24 -0000 1.5 *************** *** 25,32 **** # (2) The sequence \r\n\r\n inserts a blank line # ! # (the 'PFI_LANG_CBP_IO_INTRO' custom page string in which is listed under the heading # 'Custom Page - POPFile Classification Bucket Creation' includes some examples) #-------------------------------------------------------------------------- #-------------------------------------------------------------------------- # Mark the start of the language data --- 25,36 ---- # (2) The sequence \r\n\r\n inserts a blank line # ! # (the 'PFI_LANG_CBP_IO_INTRO' custom page string which is listed under the heading # 'Custom Page - POPFile Classification Bucket Creation' includes some examples) #-------------------------------------------------------------------------- + !ifndef PFI_VERBOSE + !verbose 3 + !endif + #-------------------------------------------------------------------------- # Mark the start of the language data *************** *** 69,72 **** --- 73,80 ---- ; Message Boxes used when validating user's selections + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBUNINST_1 "A previous installation of POPFile has been detected" + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBUNINST_2 "Do you want to uninstall it ?" + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBUNINST_3 "( 'Yes' recommended )" + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBPOP3_1 "The POP3 port cannot be set to" !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBPOP3_2 "The port must be a number in the range 1 to 65535." *************** *** 79,82 **** --- 87,95 ---- !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBDIFF_1 "The POP3 port must be different from the 'User Interface' port." !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBDIFF_2 "Please change your port selections." + + ; Banner message displayed whilst uninstalling old version + + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_BANNER_1 "Removing previous version" + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_BANNER_2 "This may take a few seconds..." #-------------------------------------------------------------------------- Index: Swedish-pfi.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/Swedish-pfi.nsh,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Swedish-pfi.nsh 9 Jul 2003 13:25:55 -0000 1.4 --- Swedish-pfi.nsh 12 Jul 2003 11:52:24 -0000 1.5 *************** *** 25,32 **** # (2) The sequence \r\n\r\n inserts a blank line # ! # (the 'PFI_LANG_CBP_IO_INTRO' custom page string in which is listed under the heading # 'Custom Page - POPFile Classification Bucket Creation' includes some examples) #-------------------------------------------------------------------------- #-------------------------------------------------------------------------- # Mark the start of the language data --- 25,36 ---- # (2) The sequence \r\n\r\n inserts a blank line # ! # (the 'PFI_LANG_CBP_IO_INTRO' custom page string which is listed under the heading # 'Custom Page - POPFile Classification Bucket Creation' includes some examples) #-------------------------------------------------------------------------- + !ifndef PFI_VERBOSE + !verbose 3 + !endif + #-------------------------------------------------------------------------- # Mark the start of the language data *************** *** 69,72 **** --- 73,80 ---- ; Message Boxes used when validating user's selections + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBUNINST_1 "A previous installation of POPFile has been detected" + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBUNINST_2 "Do you want to uninstall it ?" + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBUNINST_3 "( 'Yes' recommended )" + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBPOP3_1 "The POP3 port cannot be set to" !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBPOP3_2 "The port must be a number in the range 1 to 65535." *************** *** 79,82 **** --- 87,95 ---- !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBDIFF_1 "The POP3 port must be different from the 'User Interface' port." !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBDIFF_2 "Please change your port selections." + + ; Banner message displayed whilst uninstalling old version + + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_BANNER_1 "Removing previous version" + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_BANNER_2 "This may take a few seconds..." #-------------------------------------------------------------------------- Index: TradChinese-pfi.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/TradChinese-pfi.nsh,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** TradChinese-pfi.nsh 9 Jul 2003 13:26:18 -0000 1.5 --- TradChinese-pfi.nsh 12 Jul 2003 11:52:24 -0000 1.6 *************** *** 25,32 **** # (2) The sequence \r\n\r\n inserts a blank line # ! # (the 'PFI_LANG_CBP_IO_INTRO' custom page string in which is listed under the heading # 'Custom Page - POPFile Classification Bucket Creation' includes some examples) #-------------------------------------------------------------------------- #-------------------------------------------------------------------------- # Mark the start of the language data --- 25,36 ---- # (2) The sequence \r\n\r\n inserts a blank line # ! # (the 'PFI_LANG_CBP_IO_INTRO' custom page string which is listed under the heading # 'Custom Page - POPFile Classification Bucket Creation' includes some examples) #-------------------------------------------------------------------------- + !ifndef PFI_VERBOSE + !verbose 3 + !endif + #-------------------------------------------------------------------------- # Mark the start of the language data *************** *** 69,72 **** --- 73,80 ---- ; Message Boxes used when validating user's selections + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBUNINST_1 "A previous installation of POPFile has been detected" + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBUNINST_2 "Do you want to uninstall it ?" + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBUNINST_3 "( 'Yes' recommended )" + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBPOP3_1 "The POP3 port cannot be set to" !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBPOP3_2 "The port must be a number in the range 1 to 65535." *************** *** 79,82 **** --- 87,95 ---- !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBDIFF_1 "The POP3 port must be different from the 'User Interface' port." !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBDIFF_2 "Please change your port selections." + + ; Banner message displayed whilst uninstalling old version + + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_BANNER_1 "Removing previous version" + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_BANNER_2 "This may take a few seconds..." #-------------------------------------------------------------------------- Index: Ukrainian-pfi.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/Ukrainian-pfi.nsh,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Ukrainian-pfi.nsh 9 Jul 2003 13:26:51 -0000 1.4 --- Ukrainian-pfi.nsh 12 Jul 2003 11:52:24 -0000 1.5 *************** *** 25,32 **** # (2) The sequence \r\n\r\n inserts a blank line # ! # (the 'PFI_LANG_CBP_IO_INTRO' custom page string in which is listed under the heading # 'Custom Page - POPFile Classification Bucket Creation' includes some examples) #-------------------------------------------------------------------------- #-------------------------------------------------------------------------- # Mark the start of the language data --- 25,36 ---- # (2) The sequence \r\n\r\n inserts a blank line # ! # (the 'PFI_LANG_CBP_IO_INTRO' custom page string which is listed under the heading # 'Custom Page - POPFile Classification Bucket Creation' includes some examples) #-------------------------------------------------------------------------- + !ifndef PFI_VERBOSE + !verbose 3 + !endif + #-------------------------------------------------------------------------- # Mark the start of the language data *************** *** 69,72 **** --- 73,80 ---- ; Message Boxes used when validating user's selections + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBUNINST_1 "A previous installation of POPFile has been detected" + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBUNINST_2 "Do you want to uninstall it ?" + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBUNINST_3 "( 'Yes' recommended )" + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBPOP3_1 "The POP3 port cannot be set to" !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBPOP3_2 "The port must be a number in the range 1 to 65535." *************** *** 79,82 **** --- 87,95 ---- !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBDIFF_1 "The POP3 port must be different from the 'User Interface' port." !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBDIFF_2 "Please change your port selections." + + ; Banner message displayed whilst uninstalling old version + + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_BANNER_1 "Removing previous version" + !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_BANNER_2 "This may take a few seconds..." #-------------------------------------------------------------------------- |