From: Brian S. <xue...@us...> - 2007-10-14 17:42:58
|
Update of /cvsroot/popfile/windows/languages In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22812 Modified Files: Tag: b0_22_2 Polish-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 Turkish-pfi.nsh Ukrainian-pfi.nsh Log Message: Add the extra strings used by the uninstaller when it is modifying an existing installation. Index: Swedish-pfi.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/Swedish-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 *** Swedish-pfi.nsh 29 Aug 2006 16:17:52 -0000 1.43.4.4 --- Swedish-pfi.nsh 14 Oct 2007 17:42:57 -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: PortugueseBR-pfi.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/PortugueseBR-pfi.nsh,v retrieving revision 1.59.4.4 retrieving revision 1.59.4.5 diff -C2 -d -r1.59.4.4 -r1.59.4.5 *** PortugueseBR-pfi.nsh 29 Aug 2006 16:17:51 -0000 1.59.4.4 --- PortugueseBR-pfi.nsh 14 Oct 2007 17:42:56 -0000 1.59.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 *************** *** 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: TradChinese-pfi.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/TradChinese-pfi.nsh,v retrieving revision 1.44.4.4 retrieving revision 1.44.4.5 diff -C2 -d -r1.44.4.4 -r1.44.4.5 *** TradChinese-pfi.nsh 29 Aug 2006 16:17:52 -0000 1.44.4.4 --- TradChinese-pfi.nsh 14 Oct 2007 17:42:57 -0000 1.44.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 *************** *** 352,358 **** --- 352,408 ---- ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + ; 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: Spanish-pfi.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/Spanish-pfi.nsh,v retrieving revision 1.48.4.4 retrieving revision 1.48.4.5 diff -C2 -d -r1.48.4.4 -r1.48.4.5 *** Spanish-pfi.nsh 29 Aug 2006 16:17:52 -0000 1.48.4.4 --- Spanish-pfi.nsh 14 Oct 2007 17:42:57 -0000 1.48.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 *************** *** 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: SimpChinese-pfi.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/SimpChinese-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 *** SimpChinese-pfi.nsh 29 Aug 2006 16:17:52 -0000 1.43.4.4 --- SimpChinese-pfi.nsh 14 Oct 2007 17:42:57 -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 *************** *** 352,358 **** --- 352,408 ---- ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + ; 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: Portuguese-pfi.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/Portuguese-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 *** Portuguese-pfi.nsh 29 Aug 2006 16:13:06 -0000 1.43.4.4 --- Portuguese-pfi.nsh 14 Oct 2007 17:42:56 -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: Slovak-pfi.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/Slovak-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 *** Slovak-pfi.nsh 29 Aug 2006 16:17:52 -0000 1.43.4.4 --- Slovak-pfi.nsh 14 Oct 2007 17:42:57 -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: Polish-pfi.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/Polish-pfi.nsh,v retrieving revision 1.36.4.4 retrieving revision 1.36.4.5 diff -C2 -d -r1.36.4.4 -r1.36.4.5 *** Polish-pfi.nsh 29 Aug 2006 16:13:06 -0000 1.36.4.4 --- Polish-pfi.nsh 14 Oct 2007 17:42:56 -0000 1.36.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: Russian-pfi.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/Russian-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 *** Russian-pfi.nsh 29 Aug 2006 16:17:52 -0000 1.43.4.4 --- Russian-pfi.nsh 14 Oct 2007 17:42:56 -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: Ukrainian-pfi.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/Ukrainian-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 *** Ukrainian-pfi.nsh 29 Aug 2006 16:17:52 -0000 1.43.4.4 --- Ukrainian-pfi.nsh 14 Oct 2007 17:42:57 -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: Turkish-pfi.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/Turkish-pfi.nsh,v retrieving revision 1.32.4.4 retrieving revision 1.32.4.5 diff -C2 -d -r1.32.4.4 -r1.32.4.5 *** Turkish-pfi.nsh 29 Aug 2006 16:17:52 -0000 1.32.4.4 --- Turkish-pfi.nsh 14 Oct 2007 17:42:57 -0000 1.32.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 |