From: Brian S. <xue...@us...> - 2007-10-14 17:29:41
|
Update of /cvsroot/popfile/windows/languages In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19852 Modified Files: Tag: b0_22_2 Arabic-pfi.nsh Bulgarian-pfi.nsh Catalan-pfi.nsh Czech-pfi.nsh Danish-pfi.nsh Dutch-pfi.nsh English-pfi.nsh Log Message: Add the extra strings used by the uninstaller when it is modifying an existing installation. Index: Danish-pfi.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/Danish-pfi.nsh,v retrieving revision 1.43.4.4 retrieving revision 1.43.4.5 diff -C2 -d -r1.43.4.4 -r1.43.4.5 *** Danish-pfi.nsh 29 Aug 2006 16:07:40 -0000 1.43.4.4 --- Danish-pfi.nsh 14 Oct 2007 17:29:42 -0000 1.43.4.5 *************** *** 8,12 **** # These strings are grouped according to the page/window and script where they are used # ! # Copyright (c) 2003-2006 John Graham-Cumming # # This file is part of POPFile --- 8,12 ---- # These strings are grouped according to the page/window and script where they are used # ! # Copyright (c) 2003-2007 John Graham-Cumming # # This file is part of POPFile *************** *** 348,354 **** --- 348,404 ---- ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + ; POPFile Installer: Custom Page - Select uninstaller mode [installer.nsi] + ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + ; Page Title and Sub-title displayed in the page header of the uninstaller's first page + + !insertmacro PFI_LANG_STRING PFI_LANG_UN_MODE_TITLE "Select POPFile uninstaller mode" + !insertmacro PFI_LANG_STRING PFI_LANG_UN_MODE_SUBTITLE "Modify or uninstall the installation in the $INSTDIR folder" + + ; Text for the MODIFY mode radio-button and the label underneath it + + !insertmacro PFI_LANG_STRING PFI_LANG_UN_IO_MODE_RADIO "Modify the existing POPFile installation" + !insertmacro PFI_LANG_STRING PFI_LANG_UN_IO_MODE_LABEL "(e.g. add SSL Support)" + + ; Text for the UNINSTALL mode radio-button and the label underneath it + + !insertmacro PFI_LANG_STRING PFI_LANG_UN_IO_UNINST_RADIO "Uninstall the POPFile program" + !insertmacro PFI_LANG_STRING PFI_LANG_UN_IO_UNINST_LABEL "(remove all of the POPFile program files from the computer)" + + ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + ; POPFile Installer: Standard MUI Page - UNPAGE_DIRECTORY [installer.nsi] + ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + ; Page Title/Sub-Title shown in the page header + + !insertmacro PFI_LANG_STRING PFI_LANG_UN_DIR_TITLE "Location of existing POPFile installation" + !insertmacro PFI_LANG_STRING PFI_LANG_UN_DIR_SUBTITLE "This is where the selected POPFile components will be installed" + + ; Text explaining what this page shows + + !insertmacro PFI_LANG_STRING PFI_LANG_UN_DIR_EXPLANATION "Setup will modify the POPFile installation in this folder by adding extra components to it. To change the component selection, click the Back button. $_CLICK" + + ; Text shown above the box showing the folder where the extra components will be installed + + !insertmacro PFI_LANG_STRING PFI_LANG_UN_DIR_TEXT_DESTN "Destination folder for the new POPFile components" + + ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ; POPFile Installer: Standard MUI Page - UNPAGE_INSTFILES [installer.nsi] ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + ; Page Sub-title displayed when MODIFYING the installation (one of the standard MUI strings is used for the Title) + + !insertmacro PFI_LANG_STRING PFI_LANG_UN_INST_SUBTITLE "Please wait while $(^NameDA) is being updated" + + ; Page Title and Sub-Title shown instead of the default "Uninstallation complete..." page header + + !insertmacro PFI_LANG_STRING PFI_LANG_UN_INST_OK_TITLE "Add/Remove operation complete" + !insertmacro PFI_LANG_STRING PFI_LANG_UN_INST_OK_SUBTITLE "Add/Remove operation was completed successfully." + + ; Page Title and Sub-Title shown instead of the default "Uninstallation Aborted..." page header + + !insertmacro PFI_LANG_STRING PFI_LANG_UN_INST_BAD_TITLE "Add/Remove operation aborted" + !insertmacro PFI_LANG_STRING PFI_LANG_UN_INST_BAD_SUBTITLE "Add/Remove operation was not completed successfully." + ; Uninstall Progress Reports displayed above the progress bar Index: Czech-pfi.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/Czech-pfi.nsh,v retrieving revision 1.38.4.4 retrieving revision 1.38.4.5 diff -C2 -d -r1.38.4.4 -r1.38.4.5 *** Czech-pfi.nsh 29 Aug 2006 16:07:40 -0000 1.38.4.4 --- Czech-pfi.nsh 14 Oct 2007 17:29:42 -0000 1.38.4.5 *************** *** 8,12 **** # These strings are grouped according to the page/window and script where they are used # ! # Copyright (c) 2003-2006 John Graham-Cumming # # This file is part of POPFile --- 8,12 ---- # These strings are grouped according to the page/window and script where they are used # ! # Copyright (c) 2003-2007 John Graham-Cumming # # This file is part of POPFile *************** *** 348,354 **** --- 348,404 ---- ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + ; POPFile Installer: Custom Page - Select uninstaller mode [installer.nsi] + ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + ; Page Title and Sub-title displayed in the page header of the uninstaller's first page + + !insertmacro PFI_LANG_STRING PFI_LANG_UN_MODE_TITLE "Select POPFile uninstaller mode" + !insertmacro PFI_LANG_STRING PFI_LANG_UN_MODE_SUBTITLE "Modify or uninstall the installation in the $INSTDIR folder" + + ; Text for the MODIFY mode radio-button and the label underneath it + + !insertmacro PFI_LANG_STRING PFI_LANG_UN_IO_MODE_RADIO "Modify the existing POPFile installation" + !insertmacro PFI_LANG_STRING PFI_LANG_UN_IO_MODE_LABEL "(e.g. add SSL Support)" + + ; Text for the UNINSTALL mode radio-button and the label underneath it + + !insertmacro PFI_LANG_STRING PFI_LANG_UN_IO_UNINST_RADIO "Uninstall the POPFile program" + !insertmacro PFI_LANG_STRING PFI_LANG_UN_IO_UNINST_LABEL "(remove all of the POPFile program files from the computer)" + + ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + ; POPFile Installer: Standard MUI Page - UNPAGE_DIRECTORY [installer.nsi] + ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + ; Page Title/Sub-Title shown in the page header + + !insertmacro PFI_LANG_STRING PFI_LANG_UN_DIR_TITLE "Location of existing POPFile installation" + !insertmacro PFI_LANG_STRING PFI_LANG_UN_DIR_SUBTITLE "This is where the selected POPFile components will be installed" + + ; Text explaining what this page shows + + !insertmacro PFI_LANG_STRING PFI_LANG_UN_DIR_EXPLANATION "Setup will modify the POPFile installation in this folder by adding extra components to it. To change the component selection, click the Back button. $_CLICK" + + ; Text shown above the box showing the folder where the extra components will be installed + + !insertmacro PFI_LANG_STRING PFI_LANG_UN_DIR_TEXT_DESTN "Destination folder for the new POPFile components" + + ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ; POPFile Installer: Standard MUI Page - UNPAGE_INSTFILES [installer.nsi] ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + ; Page Sub-title displayed when MODIFYING the installation (one of the standard MUI strings is used for the Title) + + !insertmacro PFI_LANG_STRING PFI_LANG_UN_INST_SUBTITLE "Please wait while $(^NameDA) is being updated" + + ; Page Title and Sub-Title shown instead of the default "Uninstallation complete..." page header + + !insertmacro PFI_LANG_STRING PFI_LANG_UN_INST_OK_TITLE "Add/Remove operation complete" + !insertmacro PFI_LANG_STRING PFI_LANG_UN_INST_OK_SUBTITLE "Add/Remove operation was completed successfully." + + ; Page Title and Sub-Title shown instead of the default "Uninstallation Aborted..." page header + + !insertmacro PFI_LANG_STRING PFI_LANG_UN_INST_BAD_TITLE "Add/Remove operation aborted" + !insertmacro PFI_LANG_STRING PFI_LANG_UN_INST_BAD_SUBTITLE "Add/Remove operation was not completed successfully." + ; Uninstall Progress Reports displayed above the progress bar Index: English-pfi.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/English-pfi.nsh,v retrieving revision 1.45.4.4 retrieving revision 1.45.4.5 diff -C2 -d -r1.45.4.4 -r1.45.4.5 *** English-pfi.nsh 29 Aug 2006 16:07:40 -0000 1.45.4.4 --- English-pfi.nsh 14 Oct 2007 17:29:42 -0000 1.45.4.5 *************** *** 8,12 **** # These strings are grouped according to the page/window and script where they are used # ! # Copyright (c) 2003-2006 John Graham-Cumming # # This file is part of POPFile --- 8,12 ---- # These strings are grouped according to the page/window and script where they are used # ! # Copyright (c) 2003-2007 John Graham-Cumming # # This file is part of POPFile *************** *** 343,349 **** --- 343,399 ---- ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + ; POPFile Installer: Custom Page - Select uninstaller mode [installer.nsi] + ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + ; Page Title and Sub-title displayed in the page header of the uninstaller's first page + + !insertmacro PFI_LANG_STRING PFI_LANG_UN_MODE_TITLE "Select POPFile uninstaller mode" + !insertmacro PFI_LANG_STRING PFI_LANG_UN_MODE_SUBTITLE "Modify or uninstall the installation in the $INSTDIR folder" + + ; Text for the MODIFY mode radio-button and the label underneath it + + !insertmacro PFI_LANG_STRING PFI_LANG_UN_IO_MODE_RADIO "Modify the existing POPFile installation" + !insertmacro PFI_LANG_STRING PFI_LANG_UN_IO_MODE_LABEL "(e.g. add SSL Support, change the Nihongo parser)" + + ; Text for the UNINSTALL mode radio-button and the label underneath it + + !insertmacro PFI_LANG_STRING PFI_LANG_UN_IO_UNINST_RADIO "Uninstall the POPFile program" + !insertmacro PFI_LANG_STRING PFI_LANG_UN_IO_UNINST_LABEL "(remove all of the POPFile program files from the computer)" + + ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + ; POPFile Installer: Standard MUI Page - UNPAGE_DIRECTORY [installer.nsi] + ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + ; Page Title/Sub-Title shown in the page header + + !insertmacro PFI_LANG_STRING PFI_LANG_UN_DIR_TITLE "Location of existing POPFile installation" + !insertmacro PFI_LANG_STRING PFI_LANG_UN_DIR_SUBTITLE "This is where the selected POPFile components will be installed" + + ; Text explaining what this page shows + + !insertmacro PFI_LANG_STRING PFI_LANG_UN_DIR_EXPLANATION "Setup will modify the POPFile installation in this folder by adding extra components to it. To change the component selection, click the Back button. $_CLICK" + + ; Text shown above the box showing the folder where the extra components will be installed + + !insertmacro PFI_LANG_STRING PFI_LANG_UN_DIR_TEXT_DESTN "Destination folder for the new POPFile components" + + ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ; POPFile Installer: Standard MUI Page - UNPAGE_INSTFILES [installer.nsi] ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + ; Page Sub-title displayed when MODIFYING the installation (one of the standard MUI strings is used for the Title) + + !insertmacro PFI_LANG_STRING PFI_LANG_UN_INST_SUBTITLE "Please wait while $(^NameDA) is being updated" + + ; Page Title and Sub-Title shown instead of the default "Uninstallation complete..." page header + + !insertmacro PFI_LANG_STRING PFI_LANG_UN_INST_OK_TITLE "Add/Remove operation complete" + !insertmacro PFI_LANG_STRING PFI_LANG_UN_INST_OK_SUBTITLE "Add/Remove operation was completed successfully." + + ; Page Title and Sub-Title shown instead of the default "Uninstallation Aborted..." page header + + !insertmacro PFI_LANG_STRING PFI_LANG_UN_INST_BAD_TITLE "Add/Remove operation aborted" + !insertmacro PFI_LANG_STRING PFI_LANG_UN_INST_BAD_SUBTITLE "Add/Remove operation was not completed successfully." + ; Uninstall Progress Reports displayed above the progress bar Index: Catalan-pfi.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/Catalan-pfi.nsh,v retrieving revision 1.1.2.5 retrieving revision 1.1.2.6 diff -C2 -d -r1.1.2.5 -r1.1.2.6 *** Catalan-pfi.nsh 29 Aug 2006 16:07:40 -0000 1.1.2.5 --- Catalan-pfi.nsh 14 Oct 2007 17:29:42 -0000 1.1.2.6 *************** *** 8,12 **** # These strings are grouped according to the page/window and script where they are used # ! # Copyright (c) 2005-2006 John Graham-Cumming # # This file is part of POPFile --- 8,12 ---- # These strings are grouped according to the page/window and script where they are used # ! # Copyright (c) 2005-2007 John Graham-Cumming # # This file is part of POPFile *************** *** 348,354 **** --- 348,404 ---- ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + ; POPFile Installer: Custom Page - Select uninstaller mode [installer.nsi] + ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + ; Page Title and Sub-title displayed in the page header of the uninstaller's first page + + !insertmacro PFI_LANG_STRING PFI_LANG_UN_MODE_TITLE "Select POPFile uninstaller mode" + !insertmacro PFI_LANG_STRING PFI_LANG_UN_MODE_SUBTITLE "Modify or uninstall the installation in the $INSTDIR folder" + + ; Text for the MODIFY mode radio-button and the label underneath it + + !insertmacro PFI_LANG_STRING PFI_LANG_UN_IO_MODE_RADIO "Modify the existing POPFile installation" + !insertmacro PFI_LANG_STRING PFI_LANG_UN_IO_MODE_LABEL "(e.g. add SSL Support)" + + ; Text for the UNINSTALL mode radio-button and the label underneath it + + !insertmacro PFI_LANG_STRING PFI_LANG_UN_IO_UNINST_RADIO "Uninstall the POPFile program" + !insertmacro PFI_LANG_STRING PFI_LANG_UN_IO_UNINST_LABEL "(remove all of the POPFile program files from the computer)" + + ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + ; POPFile Installer: Standard MUI Page - UNPAGE_DIRECTORY [installer.nsi] + ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + ; Page Title/Sub-Title shown in the page header + + !insertmacro PFI_LANG_STRING PFI_LANG_UN_DIR_TITLE "Location of existing POPFile installation" + !insertmacro PFI_LANG_STRING PFI_LANG_UN_DIR_SUBTITLE "This is where the selected POPFile components will be installed" + + ; Text explaining what this page shows + + !insertmacro PFI_LANG_STRING PFI_LANG_UN_DIR_EXPLANATION "Setup will modify the POPFile installation in this folder by adding extra components to it. To change the component selection, click the Back button. $_CLICK" + + ; Text shown above the box showing the folder where the extra components will be installed + + !insertmacro PFI_LANG_STRING PFI_LANG_UN_DIR_TEXT_DESTN "Destination folder for the new POPFile components" + + ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ; POPFile Installer: Standard MUI Page - UNPAGE_INSTFILES [installer.nsi] ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + ; Page Sub-title displayed when MODIFYING the installation (one of the standard MUI strings is used for the Title) + + !insertmacro PFI_LANG_STRING PFI_LANG_UN_INST_SUBTITLE "Please wait while $(^NameDA) is being updated" + + ; Page Title and Sub-Title shown instead of the default "Uninstallation complete..." page header + + !insertmacro PFI_LANG_STRING PFI_LANG_UN_INST_OK_TITLE "Add/Remove operation complete" + !insertmacro PFI_LANG_STRING PFI_LANG_UN_INST_OK_SUBTITLE "Add/Remove operation was completed successfully." + + ; Page Title and Sub-Title shown instead of the default "Uninstallation Aborted..." page header + + !insertmacro PFI_LANG_STRING PFI_LANG_UN_INST_BAD_TITLE "Add/Remove operation aborted" + !insertmacro PFI_LANG_STRING PFI_LANG_UN_INST_BAD_SUBTITLE "Add/Remove operation was not completed successfully." + ; Uninstall Progress Reports displayed above the progress bar Index: Arabic-pfi.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/Arabic-pfi.nsh,v retrieving revision 1.16.4.4 retrieving revision 1.16.4.5 diff -C2 -d -r1.16.4.4 -r1.16.4.5 *** Arabic-pfi.nsh 29 Aug 2006 16:07:40 -0000 1.16.4.4 --- Arabic-pfi.nsh 14 Oct 2007 17:29:42 -0000 1.16.4.5 *************** *** 8,12 **** # These strings are grouped according to the page/window and script where they are used # ! # Copyright (c) 2004-2006 John Graham-Cumming # # This file is part of POPFile --- 8,12 ---- # These strings are grouped according to the page/window and script where they are used # ! # Copyright (c) 2004-2007 John Graham-Cumming # # This file is part of POPFile *************** *** 358,364 **** --- 358,414 ---- ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + ; POPFile Installer: Custom Page - Select uninstaller mode [installer.nsi] + ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + ; Page Title and Sub-title displayed in the page header of the uninstaller's first page + + !insertmacro PFI_LANG_STRING PFI_LANG_UN_MODE_TITLE "Select POPFile uninstaller mode" + !insertmacro PFI_LANG_STRING PFI_LANG_UN_MODE_SUBTITLE "Modify or uninstall the installation in the $INSTDIR folder" + + ; Text for the MODIFY mode radio-button and the label underneath it + + !insertmacro PFI_LANG_STRING PFI_LANG_UN_IO_MODE_RADIO "Modify the existing POPFile installation" + !insertmacro PFI_LANG_STRING PFI_LANG_UN_IO_MODE_LABEL "(e.g. add SSL Support)" + + ; Text for the UNINSTALL mode radio-button and the label underneath it + + !insertmacro PFI_LANG_STRING PFI_LANG_UN_IO_UNINST_RADIO "Uninstall the POPFile program" + !insertmacro PFI_LANG_STRING PFI_LANG_UN_IO_UNINST_LABEL "(remove all of the POPFile program files from the computer)" + + ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + ; POPFile Installer: Standard MUI Page - UNPAGE_DIRECTORY [installer.nsi] + ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + ; Page Title/Sub-Title shown in the page header + + !insertmacro PFI_LANG_STRING PFI_LANG_UN_DIR_TITLE "Location of existing POPFile installation" + !insertmacro PFI_LANG_STRING PFI_LANG_UN_DIR_SUBTITLE "This is where the selected POPFile components will be installed" + + ; Text explaining what this page shows + + !insertmacro PFI_LANG_STRING PFI_LANG_UN_DIR_EXPLANATION "Setup will modify the POPFile installation in this folder by adding extra components to it. To change the component selection, click the Back button. $_CLICK" + + ; Text shown above the box showing the folder where the extra components will be installed + + !insertmacro PFI_LANG_STRING PFI_LANG_UN_DIR_TEXT_DESTN "Destination folder for the new POPFile components" + + ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ; POPFile Installer: Standard MUI Page - UNPAGE_INSTFILES [installer.nsi] ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + ; Page Sub-title displayed when MODIFYING the installation (one of the standard MUI strings is used for the Title) + + !insertmacro PFI_LANG_STRING PFI_LANG_UN_INST_SUBTITLE "Please wait while $(^NameDA) is being updated" + + ; Page Title and Sub-Title shown instead of the default "Uninstallation complete..." page header + + !insertmacro PFI_LANG_STRING PFI_LANG_UN_INST_OK_TITLE "Add/Remove operation complete" + !insertmacro PFI_LANG_STRING PFI_LANG_UN_INST_OK_SUBTITLE "Add/Remove operation was completed successfully." + + ; Page Title and Sub-Title shown instead of the default "Uninstallation Aborted..." page header + + !insertmacro PFI_LANG_STRING PFI_LANG_UN_INST_BAD_TITLE "Add/Remove operation aborted" + !insertmacro PFI_LANG_STRING PFI_LANG_UN_INST_BAD_SUBTITLE "Add/Remove operation was not completed successfully." + ; Uninstall Progress Reports displayed above the progress bar Index: Dutch-pfi.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/Dutch-pfi.nsh,v retrieving revision 1.43.4.4 retrieving revision 1.43.4.5 diff -C2 -d -r1.43.4.4 -r1.43.4.5 *** Dutch-pfi.nsh 29 Aug 2006 16:07:40 -0000 1.43.4.4 --- Dutch-pfi.nsh 14 Oct 2007 17:29:42 -0000 1.43.4.5 *************** *** 8,12 **** # These strings are grouped according to the page/window and script where they are used # ! # Copyright (c) 2003-2006 John Graham-Cumming # # This file is part of POPFile --- 8,12 ---- # These strings are grouped according to the page/window and script where they are used # ! # Copyright (c) 2003-2007 John Graham-Cumming # # This file is part of POPFile *************** *** 348,354 **** --- 348,404 ---- ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + ; POPFile Installer: Custom Page - Select uninstaller mode [installer.nsi] + ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + ; Page Title and Sub-title displayed in the page header of the uninstaller's first page + + !insertmacro PFI_LANG_STRING PFI_LANG_UN_MODE_TITLE "Select POPFile uninstaller mode" + !insertmacro PFI_LANG_STRING PFI_LANG_UN_MODE_SUBTITLE "Modify or uninstall the installation in the $INSTDIR folder" + + ; Text for the MODIFY mode radio-button and the label underneath it + + !insertmacro PFI_LANG_STRING PFI_LANG_UN_IO_MODE_RADIO "Modify the existing POPFile installation" + !insertmacro PFI_LANG_STRING PFI_LANG_UN_IO_MODE_LABEL "(e.g. add SSL Support)" + + ; Text for the UNINSTALL mode radio-button and the label underneath it + + !insertmacro PFI_LANG_STRING PFI_LANG_UN_IO_UNINST_RADIO "Uninstall the POPFile program" + !insertmacro PFI_LANG_STRING PFI_LANG_UN_IO_UNINST_LABEL "(remove all of the POPFile program files from the computer)" + + ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + ; POPFile Installer: Standard MUI Page - UNPAGE_DIRECTORY [installer.nsi] + ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + ; Page Title/Sub-Title shown in the page header + + !insertmacro PFI_LANG_STRING PFI_LANG_UN_DIR_TITLE "Location of existing POPFile installation" + !insertmacro PFI_LANG_STRING PFI_LANG_UN_DIR_SUBTITLE "This is where the selected POPFile components will be installed" + + ; Text explaining what this page shows + + !insertmacro PFI_LANG_STRING PFI_LANG_UN_DIR_EXPLANATION "Setup will modify the POPFile installation in this folder by adding extra components to it. To change the component selection, click the Back button. $_CLICK" + + ; Text shown above the box showing the folder where the extra components will be installed + + !insertmacro PFI_LANG_STRING PFI_LANG_UN_DIR_TEXT_DESTN "Destination folder for the new POPFile components" + + ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ; POPFile Installer: Standard MUI Page - UNPAGE_INSTFILES [installer.nsi] ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + ; Page Sub-title displayed when MODIFYING the installation (one of the standard MUI strings is used for the Title) + + !insertmacro PFI_LANG_STRING PFI_LANG_UN_INST_SUBTITLE "Please wait while $(^NameDA) is being updated" + + ; Page Title and Sub-Title shown instead of the default "Uninstallation complete..." page header + + !insertmacro PFI_LANG_STRING PFI_LANG_UN_INST_OK_TITLE "Add/Remove operation complete" + !insertmacro PFI_LANG_STRING PFI_LANG_UN_INST_OK_SUBTITLE "Add/Remove operation was completed successfully." + + ; Page Title and Sub-Title shown instead of the default "Uninstallation Aborted..." page header + + !insertmacro PFI_LANG_STRING PFI_LANG_UN_INST_BAD_TITLE "Add/Remove operation aborted" + !insertmacro PFI_LANG_STRING PFI_LANG_UN_INST_BAD_SUBTITLE "Add/Remove operation was not completed successfully." + ; Uninstall Progress Reports displayed above the progress bar Index: Bulgarian-pfi.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/Bulgarian-pfi.nsh,v retrieving revision 1.43.4.4 retrieving revision 1.43.4.5 diff -C2 -d -r1.43.4.4 -r1.43.4.5 *** Bulgarian-pfi.nsh 29 Aug 2006 16:07:40 -0000 1.43.4.4 --- Bulgarian-pfi.nsh 14 Oct 2007 17:29:42 -0000 1.43.4.5 *************** *** 8,12 **** # These strings are grouped according to the page/window and script where they are used # ! # Copyright (c) 2003-2006 John Graham-Cumming # # This file is part of POPFile --- 8,12 ---- # These strings are grouped according to the page/window and script where they are used # ! # Copyright (c) 2003-2007 John Graham-Cumming # # This file is part of POPFile *************** *** 348,354 **** --- 348,404 ---- ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + ; POPFile Installer: Custom Page - Select uninstaller mode [installer.nsi] + ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + ; Page Title and Sub-title displayed in the page header of the uninstaller's first page + + !insertmacro PFI_LANG_STRING PFI_LANG_UN_MODE_TITLE "Select POPFile uninstaller mode" + !insertmacro PFI_LANG_STRING PFI_LANG_UN_MODE_SUBTITLE "Modify or uninstall the installation in the $INSTDIR folder" + + ; Text for the MODIFY mode radio-button and the label underneath it + + !insertmacro PFI_LANG_STRING PFI_LANG_UN_IO_MODE_RADIO "Modify the existing POPFile installation" + !insertmacro PFI_LANG_STRING PFI_LANG_UN_IO_MODE_LABEL "(e.g. add SSL Support)" + + ; Text for the UNINSTALL mode radio-button and the label underneath it + + !insertmacro PFI_LANG_STRING PFI_LANG_UN_IO_UNINST_RADIO "Uninstall the POPFile program" + !insertmacro PFI_LANG_STRING PFI_LANG_UN_IO_UNINST_LABEL "(remove all of the POPFile program files from the computer)" + + ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + ; POPFile Installer: Standard MUI Page - UNPAGE_DIRECTORY [installer.nsi] + ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + ; Page Title/Sub-Title shown in the page header + + !insertmacro PFI_LANG_STRING PFI_LANG_UN_DIR_TITLE "Location of existing POPFile installation" + !insertmacro PFI_LANG_STRING PFI_LANG_UN_DIR_SUBTITLE "This is where the selected POPFile components will be installed" + + ; Text explaining what this page shows + + !insertmacro PFI_LANG_STRING PFI_LANG_UN_DIR_EXPLANATION "Setup will modify the POPFile installation in this folder by adding extra components to it. To change the component selection, click the Back button. $_CLICK" + + ; Text shown above the box showing the folder where the extra components will be installed + + !insertmacro PFI_LANG_STRING PFI_LANG_UN_DIR_TEXT_DESTN "Destination folder for the new POPFile components" + + ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ; POPFile Installer: Standard MUI Page - UNPAGE_INSTFILES [installer.nsi] ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + ; Page Sub-title displayed when MODIFYING the installation (one of the standard MUI strings is used for the Title) + + !insertmacro PFI_LANG_STRING PFI_LANG_UN_INST_SUBTITLE "Please wait while $(^NameDA) is being updated" + + ; Page Title and Sub-Title shown instead of the default "Uninstallation complete..." page header + + !insertmacro PFI_LANG_STRING PFI_LANG_UN_INST_OK_TITLE "Add/Remove operation complete" + !insertmacro PFI_LANG_STRING PFI_LANG_UN_INST_OK_SUBTITLE "Add/Remove operation was completed successfully." + + ; Page Title and Sub-Title shown instead of the default "Uninstallation Aborted..." page header + + !insertmacro PFI_LANG_STRING PFI_LANG_UN_INST_BAD_TITLE "Add/Remove operation aborted" + !insertmacro PFI_LANG_STRING PFI_LANG_UN_INST_BAD_SUBTITLE "Add/Remove operation was not completed successfully." + ; Uninstall Progress Reports displayed above the progress bar |