From: Brian S. <xue...@us...> - 2005-08-11 11:28:51
|
Update of /cvsroot/popfile/windows/languages In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1874/languages Added Files: Catalan-pfi.nsh Log Message: Add support for the Catalan language. --- NEW FILE: Catalan-pfi.nsh --- #-------------------------------------------------------------------------- # Catalan-pfi.nsh # # This file contains the "Catalan" text strings used by the Windows installer # and other NSIS-based Windows utilities for POPFile (includes customised versions # of strings provided by NSIS and strings which are unique to POPFile). # # These strings are grouped according to the page/window and script where they are used # # Copyright (c) 2005 John Graham-Cumming # # This file is part of POPFile # # POPFile is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # POPFile is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with POPFile; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # #-------------------------------------------------------------------------- # # Translation created by: (nobody) # Translation updated by: (nobody) # #-------------------------------------------------------------------------- # String Formatting (applies to PFI_LANG_*_MB* text used for message boxes): # # (1) The sequence ${MB_NL} inserts a newline # (2) The sequence ${MB_NL}${MB_NL} inserts a blank line # # (the 'PFI_LANG_CBP_MBCONTERR_2' message box string which is listed under the heading # 'Custom Page - POPFile Classification Bucket Creation' includes some examples) #-------------------------------------------------------------------------- # String Formatting (applies to PFI_LANG_*_IO_ text used for custom pages): # # (1) The sequence ${IO_NL} inserts a newline # (2) The sequence ${IO_NL}${IO_NL} 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) #-------------------------------------------------------------------------- # Some strings will be customised at run-time using data held in Global User Variables. # These variables will have names which start with '$G_', e.g. $G_PLS_FIELD_1 #-------------------------------------------------------------------------- !ifndef PFI_VERBOSE !verbose 3 !endif #-------------------------------------------------------------------------- # Mark the start of the language data #-------------------------------------------------------------------------- !define PFI_LANG "CATALAN" #-------------------------------------------------------------------------- # Symbols used to avoid confusion over where the line breaks occur. # (normally these symbols will be defined before this file is 'included') # # ${IO_NL} is used for InstallOptions-style 'new line' sequences. # ${MB_NL} is used for MessageBox-style 'new line' sequences. #-------------------------------------------------------------------------- !ifndef IO_NL !define IO_NL "\r\n" !endif !ifndef MB_NL !define MB_NL "$\r$\n" !endif ########################################################################### ########################################################################### #-------------------------------------------------------------------------- # CONTENTS: # # "General Purpose" strings # # "Shared" strings used by more than one script # # "POPFile Installer" strings used by the main POPFile installer/uninstaller (installer.nsi) # # "SSL Setup" strings used by the standalone "SSL Setup" wizard (addssl.nsi) # # "Get SSL" strings used when downloading/installing SSL support (getssl.nsh) # # "Add User" strings used by the 'Add POPFile User' installer/uninstaller (adduser.nsi) # # "Corpus Conversion" strings used by the 'Monitor Corpus Conversion' utility (MonitorCC.nsi) # #-------------------------------------------------------------------------- ########################################################################### ########################################################################### ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ; General Purpose: (used for banners and page titles/subtitles in several scripts) ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ !insertmacro PFI_LANG_STRING PFI_LANG_BE_PATIENT "Please be patient." !insertmacro PFI_LANG_STRING PFI_LANG_TAKE_A_FEW_SECONDS "This may take a few seconds..." ########################################################################### ########################################################################### ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ; Shared: Message displayed when wizard does not seem to belong to the current installation [adduser.nsi, runpopfile.nsi] ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ !insertmacro PFI_LANG_STRING PFI_LANG_COMPAT_NOTFOUND "Error: Compatible version of ${C_PFI_PRODUCT} not found !" ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ; Shared: Message box shown (before the WELCOME page) if another installer is running [installer.nsi, adduser.nsi] ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ !insertmacro PFI_LANG_STRING PFI_LANG_INSTALLER_MUTEX "Another copy of the POPFile installer is already running !" ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ; Shared: Message box shown if 'SetEnvironmentVariableA' fails [installer.nsi, adduser.nsi, MonitorCC.nsi] ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ !insertmacro PFI_LANG_STRING PFI_LANG_CONVERT_ENVNOTSET "Error: Unable to set an environment variable" ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ; Shared: Standard MUI Page - DIRECTORY ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ; Used in message box shown if SFN support has been disabled [installer.nsi, adduser.nsi] !insertmacro PFI_LANG_STRING PFI_LANG_DIRSELECT_MBNOSFN "To install on the '$G_PLS_FIELD_1' drive${MB_NL}${MB_NL}please select a folder location which does not contain spaces" ; Used in message box shown if existing files found when installing [installer.nsi, adduser.nsi] !insertmacro PFI_LANG_STRING PFI_LANG_DIRSELECT_MBWARN_2 "Do you want to upgrade it ?" ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ; Shared: Standard MUI Page - INSTFILES ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ; When upgrading an existing installation, change the normal "Install" button to "Upgrade" [installer.nsi, adduser.nsi] !insertmacro PFI_LANG_STRING PFI_LANG_INST_BTN_UPGRADE "Upgrade" ; Installation Progress Reports displayed above the progress bar [installer.nsi, adduser.nsi] !insertmacro PFI_LANG_STRING PFI_LANG_INST_PROG_UPGRADE "Checking if this is an upgrade installation..." !insertmacro PFI_LANG_STRING PFI_LANG_INST_PROG_SHORT "Creating POPFile shortcuts..." !insertmacro PFI_LANG_STRING PFI_LANG_INST_PROG_LANGS "Installing POPFile UI language files..." ; Installation Progress Reports displayed above the progress bar [installer.nsi, adduser.nsi, getssl.nsh] !insertmacro PFI_LANG_STRING PFI_LANG_INST_PROG_ENDSEC "Premi Següent per continuar" ; Installation Log Messages [installer.nsi, adduser.nsi] !insertmacro PFI_LANG_STRING PFI_LANG_INST_LOG_SHUTDOWN "Shutting down previous version of POPFile using port" ; Installation Log Messages [installer.nsi, addssl.nsi] !insertmacro PFI_LANG_STRING PFI_LANG_PROG_SAVELOG "Saving install log file..." ; Message Box text strings [installer.nsi, adduser.nsi, pfi-library.nsh] !insertmacro PFI_LANG_STRING PFI_LANG_MBMANSHUT_1 "Unable to shutdown '$G_PLS_FIELD_1' automatically." !insertmacro PFI_LANG_STRING PFI_LANG_MBMANSHUT_2 "Please shutdown '$G_PLS_FIELD_1' manually now." !insertmacro PFI_LANG_STRING PFI_LANG_MBMANSHUT_3 "When '$G_PLS_FIELD_1' has been shutdown, click 'OK' to continue." ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ; Shared: Message box shown if problem detected when trying to save the log file [installer.nsi, addssl.nsi, backup.nsi, restore.nsi] ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ !insertmacro PFI_LANG_STRING PFI_LANG_MB_SAVELOG_ERROR "Error: problem detected when saving the log file" ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ; Shared: Message boxes shown if uninstallation is not straightforward [installer.nsi, adduser.nsi] ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ !insertmacro PFI_LANG_STRING PFI_LANG_UN_MBDIFFUSER_1 "'$G_WINUSERNAME' is attempting to remove data belonging to another user" !insertmacro PFI_LANG_STRING PFI_LANG_UN_MBNOTFOUND_1 "It does not appear that POPFile is installed in the directory" !insertmacro PFI_LANG_STRING PFI_LANG_UN_MBNOTFOUND_2 "Continue anyway (not recommended) ?" ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ; Shared: Message box shown if uninstaller is cancelled by the user [installer.nsi, adduser.nsi] ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ !insertmacro PFI_LANG_STRING PFI_LANG_UN_ABORT_1 "Uninstall aborted by user" ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ; Shared: Standard MUI Page - UNPAGE_INSTFILES [installer.nsi, adduser.nsi] ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ; Uninstall Progress Reports displayed above the progress bar !insertmacro PFI_LANG_STRING PFI_LANG_UN_PROG_SHUTDOWN "Shutting down POPFile..." !insertmacro PFI_LANG_STRING PFI_LANG_UN_PROG_SHORT "Deleting 'Start Menu' entries for POPFile..." ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ; Shared: Message box shown if uninstaller failed to remove files/folders [installer.nsi, adduser.nsi] ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ !insertmacro PFI_LANG_STRING PFI_LANG_UN_MBREMERR_A "Note: $G_PLS_FIELD_1 could not be removed." ########################################################################### ########################################################################### ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ; POPFile Installer: Message box shown (before the WELCOME page) offering to display the release notes [installer.nsi] ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ !insertmacro PFI_LANG_STRING PFI_LANG_MBRELNOTES_1 "Display POPFile Release Notes ?" !insertmacro PFI_LANG_STRING PFI_LANG_MBRELNOTES_2 "'Yes' recommended if you are upgrading POPFile (you may need to backup BEFORE upgrading)" ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ; POPFile Installer: Standard MUI Page - WELCOME [installer.nsi] ; ; The PFI_LANG_WELCOME_INFO_TEXT string should end with a '${IO_NL}${IO_NL}$_CLICK' sequence). ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ !insertmacro PFI_LANG_STRING PFI_LANG_WELCOME_INFO_TEXT "Aquest assistent el guiarà durant el procés d'instal·lació de POPFile.${IO_NL}${IO_NL}Es recomana tancar tota la resta d'aplicacions abans de començar la Instal·lació.${IO_NL}${IO_NL}$_CLICK" !insertmacro PFI_LANG_STRING PFI_LANG_WELCOME_ADMIN_TEXT "IMPORTANT NOTICE:${IO_NL}${IO_NL}The current user does NOT have 'Administrator' rights.${IO_NL}${IO_NL}If multi-user support is required, it is recommended that you cancel this installation and use an 'Administrator' account to install POPFile." ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ; POPFile Installer: Custom Page - Check Perl Requirements [installer.nsi] ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ; Page Title displayed in the page header (there is no sub-title for this page) !insertmacro PFI_LANG_STRING PFI_LANG_PERLREQ_TITLE "Out-of-date System Components Detected" ; Text strings displayed on the custom page !insertmacro PFI_LANG_STRING PFI_LANG_PERLREQ_IO_TEXT_A "The default browser is used to display the POPFile User Interface (its control centre).${IO_NL}${IO_NL}" !insertmacro PFI_LANG_STRING PFI_LANG_PERLREQ_IO_TEXT_B "POPFile does not require a specific browser, it will work with almost any browser.${IO_NL}${IO_NL}" !insertmacro PFI_LANG_STRING PFI_LANG_PERLREQ_IO_TEXT_C "A minimal version of Perl is about to be installed (POPFile is written in Perl).${IO_NL}${IO_NL}" !insertmacro PFI_LANG_STRING PFI_LANG_PERLREQ_IO_TEXT_D "The Perl supplied with POPFile makes use of some Internet Explorer components and requires Internet Explorer 5.5 (or a later version)." !insertmacro PFI_LANG_STRING PFI_LANG_PERLREQ_IO_TEXT_E "The installer has detected that this system has Internet Explorer $G_PLS_FIELD_1${IO_NL}${IO_NL}" !insertmacro PFI_LANG_STRING PFI_LANG_PERLREQ_IO_TEXT_F "It is possible that some features of POPFile may not work properly on this system.${IO_NL}${IO_NL}" !insertmacro PFI_LANG_STRING PFI_LANG_PERLREQ_IO_TEXT_G "If you have any problems with POPFile, an upgrade to a newer version of Internet Explorer may help." ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ; POPFile Installer: Standard MUI Page - COMPONENTS [installer.nsi] ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ !insertmacro PFI_LANG_STRING DESC_SecPOPFile "Installs the core files needed by POPFile, including a minimal version of Perl." !insertmacro PFI_LANG_STRING DESC_SecSkins "Installs POPFile skins that allow you to change the look and feel of the POPFile user interface." !insertmacro PFI_LANG_STRING DESC_SecLangs "Installs non-English language versions of the POPFile UI." !insertmacro PFI_LANG_STRING DESC_SubSecOptional "Extra POPFile components (for advanced users)" !insertmacro PFI_LANG_STRING DESC_SecIMAP "Installs the POPFile IMAP module" !insertmacro PFI_LANG_STRING DESC_SecNNTP "Installs POPFile's NNTP proxy" !insertmacro PFI_LANG_STRING DESC_SecSMTP "Installs POPFile's SMTP proxy" !insertmacro PFI_LANG_STRING DESC_SecSOCKS "Installs extra Perl components which allow the POPFile proxies to use SOCKS" !insertmacro PFI_LANG_STRING DESC_SecSSL "Downloads and installs the Perl components and SSL libraries which allow POPFile to make SSL connections to mail servers" !insertmacro PFI_LANG_STRING DESC_SecXMLRPC "Installs the POPFile XMLRPC module (for access to the POPFile API) and the Perl support it requires." ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ; POPFile Installer: Standard MUI Page - DIRECTORY (for POPFile program files) [installer.nsi] ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ; Page Title shown in the page header and Text shown above the box showing the folder selected for the installation !insertmacro PFI_LANG_STRING PFI_LANG_ROOTDIR_TITLE "Choose Program Files Install Location" !insertmacro PFI_LANG_STRING PFI_LANG_ROOTDIR_TEXT_DESTN "Destination Folder for the POPFile Program" ; Message box warnings used when verifying the installation folder chosen by user !insertmacro PFI_LANG_STRING PFI_LANG_DIRSELECT_MBWARN_1 "Previous installation found at" ; Text strings used when user has NOT selected a component found in the existing installation !insertmacro PFI_LANG_STRING MBCOMPONENT_PROB_1 "Do you want to upgrade the existing $G_PLS_FIELD_1 component ?" !insertmacro PFI_LANG_STRING MBCOMPONENT_PROB_2 "(using out of date POPFile components can cause problems)" ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ; POPFile Installer: Custom Page - Setup Summary [installer.nsi] ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ; Page Title and Sub-title displayed in the page header ; $G_WINUSERNAME holds the Windows login name and $G_WINUSERTYPE holds 'Admin', 'Power', 'User', 'Guest' or 'Unknown' !insertmacro PFI_LANG_STRING PFI_LANG_SUMMARY_TITLE "Setup Summary for '$G_WINUSERNAME' ($G_WINUSERTYPE)" !insertmacro PFI_LANG_STRING PFI_LANG_SUMMARY_SUBTITLE "These settings will be used to install the POPFile program" ; Display selected installation location and whether or not an upgrade will be performed ; $G_ROOTDIR holds the installation location, e.g. C:\Program Files\POPFile !insertmacro PFI_LANG_STRING PFI_LANG_SUMMARY_NEWLOCN "New POPFile installation at $G_PLS_FIELD_2" !insertmacro PFI_LANG_STRING PFI_LANG_SUMMARY_UPGRADELOCN "Upgrade existing POPFile installation at $G_PLS_FIELD_2" ; By default all of these components are installed (but Kakasi is only installed when Japanese/Nihongo language is chosen) !insertmacro PFI_LANG_STRING PFI_LANG_SUMMARY_BASICLIST "Basic POPFile components to be installed:" !insertmacro PFI_LANG_STRING PFI_LANG_SUMMARY_POPFILECORE "POPFile program files" !insertmacro PFI_LANG_STRING PFI_LANG_SUMMARY_MINPERL "Minimal Perl" !insertmacro PFI_LANG_STRING PFI_LANG_SUMMARY_DEFAULTSKIN "Default UI Skin" !insertmacro PFI_LANG_STRING PFI_LANG_SUMMARY_DEFAULTLANG "Default UI Language" !insertmacro PFI_LANG_STRING PFI_LANG_SUMMARY_EXTRASKINS "Additional UI Skins" !insertmacro PFI_LANG_STRING PFI_LANG_SUMMARY_EXTRALANGS "Additional UI Languages" !insertmacro PFI_LANG_STRING PFI_LANG_SUMMARY_KAKASI "Kakasi package" ; By default none of the optional components is installed (user has to select them) !insertmacro PFI_LANG_STRING PFI_LANG_SUMMARY_OPTIONLIST "Optional POPFile components to be installed:" !insertmacro PFI_LANG_STRING PFI_LANG_SUMMARY_NONE "(none)" !insertmacro PFI_LANG_STRING PFI_LANG_SUMMARY_IMAP "IMAP module" !insertmacro PFI_LANG_STRING PFI_LANG_SUMMARY_NNTP "NNTP proxy" !insertmacro PFI_LANG_STRING PFI_LANG_SUMMARY_SMTP "SMTP proxy" !insertmacro PFI_LANG_STRING PFI_LANG_SUMMARY_SOCKS "SOCKS support" !insertmacro PFI_LANG_STRING PFI_LANG_SUMMARY_SSL "SSL support" !insertmacro PFI_LANG_STRING PFI_LANG_SUMMARY_XMLRPC "XMLRPC module" ; The last line in the summary explains how to change the installation selections !insertmacro PFI_LANG_STRING PFI_LANG_SUMMARY_BACKBUTTON "To make changes, use the 'Back' button to return to previous pages" ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ; POPFile Installer: Standard MUI Page - INSTFILES [installer.nsi] ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ; Page Title and Sub-title displayed in the page header after installing all the files !insertmacro PFI_LANG_STRING PFI_LANG_INSTFINISH_TITLE "Program Files Installed" !insertmacro PFI_LANG_STRING PFI_LANG_INSTFINISH_SUBTITLE "${C_PFI_PRODUCT} must be configured before it can be used" ; Installation Progress Reports displayed above the progress bar !insertmacro PFI_LANG_STRING PFI_LANG_INST_PROG_CORE "Installing POPFile core files..." !insertmacro PFI_LANG_STRING PFI_LANG_INST_PROG_PERL "Installing minimal Perl files..." !insertmacro PFI_LANG_STRING PFI_LANG_INST_PROG_SKINS "Installing POPFile skin files..." !insertmacro PFI_LANG_STRING PFI_LANG_INST_PROG_XMLRPC "Installing POPFile XMLRPC files..." ; Message box used to get permission to delete the old minimal Perl before installing the new one !insertmacro PFI_LANG_STRING PFI_LANG_MINPERL_MBREMOLD "Delete everything in old minimal Perl folder before installing the new version ?${MB_NL}${MB_NL}($G_PLS_FIELD_1)" ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ; POPFile Installer: Standard MUI Page - UNPAGE_INSTFILES [installer.nsi] ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ; Uninstall Progress Reports displayed above the progress bar !insertmacro PFI_LANG_STRING PFI_LANG_UN_PROG_CORE "Deleting POPFile core files..." !insertmacro PFI_LANG_STRING PFI_LANG_UN_PROG_SKINS "Deleting POPFile skins files..." !insertmacro PFI_LANG_STRING PFI_LANG_UN_PROG_PERL "Deleting minimal Perl files..." ; Uninstall Log Messages !insertmacro PFI_LANG_STRING PFI_LANG_UN_LOG_SHUTDOWN "Shutting down POPFile using port" !insertmacro PFI_LANG_STRING PFI_LANG_UN_LOG_DELROOTDIR "Removing all files from POPFile directory" !insertmacro PFI_LANG_STRING PFI_LANG_UN_LOG_DELROOTERR "Note: unable to remove all files from POPFile directory" ; Message Box text strings !insertmacro PFI_LANG_STRING PFI_LANG_UN_MBREMDIR_1 "Do you want to remove all files in your POPFile directory?${MB_NL}${MB_NL}$G_ROOTDIR${MB_NL}${MB_NL}(If you have anything you created that you want to keep, click No)" ########################################################################### ########################################################################### ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ; SSL Setup: Standard MUI Page - WELCOME ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ !insertmacro PFI_LANG_STRING PSS_LANG_WELCOME_TITLE "Welcome to the $(^NameDA) Wizard" !insertmacro PFI_LANG_STRING PSS_LANG_WELCOME_TEXT "This utility will download and install the files needed to allow POPFile to use SSL when accessing mail servers.${IO_NL}${IO_NL}This version does not configure any email accounts to use SSL, it just installs the necessary Perl components and DLLs.${IO_NL}${IO_NL}This product downloads and installs software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.openssl.org/)${IO_NL}${IO_NL}~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~${IO_NL}${IO_NL} PLEASE SHUT DOWN POPFILE NOW${IO_NL}${IO_NL}~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~${IO_NL}${IO_NL}$_CLICK" ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ; SSL Setup: Standard MUI Page - LICENSE ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ !insertmacro PFI_LANG_STRING PSS_LANG_LICENSE_SUBHDR "Please review the license terms before using $(^NameDA)." !insertmacro PFI_LANG_STRING PSS_LANG_LICENSE_BOTTOM "If you accept the terms of the agreement, click the check box below. You must accept the agreement to use $(^NameDA). $_CLICK" ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ; SSL Setup: Standard MUI Page - DIRECTORY ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ !insertmacro PFI_LANG_STRING PSS_LANG_DESTNDIR_TITLE "Choose existing POPFile 0.22 (or later) installation" !insertmacro PFI_LANG_STRING PSS_LANG_DESTNDIR_SUBTITLE "SSL support should only be added to an existing POPFile installation" !insertmacro PFI_LANG_STRING PSS_LANG_DESTNDIR_TEXT_TOP "SSL support must be installed using the same installation folder as the POPFile program${MB_NL}${MB_NL}This utility will add SSL support to the version of POPFile which is installed in the following folder. To install in a different POPFile installation, click Browse and select another folder. $_CLICK" !insertmacro PFI_LANG_STRING PSS_LANG_DESTNDIR_TEXT_DESTN "Existing POPFile 0.22 (or later) installation folder" !insertmacro PFI_LANG_STRING PSS_LANG_DESTNDIR_MB_WARN_1 "POPFile 0.22 (or later) does NOT seem to be installed in${MB_NL}${MB_NL}$G_PLS_FIELD_1" !insertmacro PFI_LANG_STRING PSS_LANG_DESTNDIR_MB_WARN_2 "Are you sure you want to use this folder ?" ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ; SSL Setup: Standard MUI Page - INSTFILES ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ; Initial page header !insertmacro PFI_LANG_STRING PSS_LANG_STD_HDR "Installing SSL support (for POPFile 0.22 or later)" !insertmacro PFI_LANG_STRING PSS_LANG_STD_SUBHDR "Please wait while the SSL files are downloaded and installed..." ; Successful completion page header !insertmacro PFI_LANG_STRING PSS_LANG_END_HDR "POPFile SSL Support installation completed" !insertmacro PFI_LANG_STRING PSS_LANG_END_SUBHDR "SSL support for POPFile has been installed successfully" ; Unsuccessful completion page header !insertmacro PFI_LANG_STRING PSS_LANG_ABORT_HDR "POPFile SSL Support installation failed" !insertmacro PFI_LANG_STRING PSS_LANG_ABORT_SUBHDR "The attempt to add SSL support to POPFile has failed" ; Progress reports !insertmacro PFI_LANG_STRING PSS_LANG_PROG_INITIALISE "Initializing..." !insertmacro PFI_LANG_STRING PSS_LANG_PROG_CHECKIFRUNNING "Checking if POPFile is running..." !insertmacro PFI_LANG_STRING PSS_LANG_PROG_USERCANCELLED "POPFile SSL Support installation cancelled by the user" !insertmacro PFI_LANG_STRING PSS_LANG_PROG_SUCCESS "POPFile SSL support installed" ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ; SSL Setup: Standard MUI Page - FINISH ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ !insertmacro PFI_LANG_STRING PSS_LANG_FINISH_TITLE "Completing the $(^NameDA) Wizard" !insertmacro PFI_LANG_STRING PSS_LANG_FINISH_TEXT "SSL support for POPFile has been installed.${IO_NL}${IO_NL}You can now start POPFile and configure POPFile and your email client to use SSL.${IO_NL}${IO_NL}Click Finish to close this wizard." !insertmacro PFI_LANG_STRING PSS_LANG_FINISH_README "Important information" ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ; SSL Setup: Miscellaneous Strings ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ !insertmacro PFI_LANG_STRING PSS_LANG_MUTEX "Another copy of the SSL Setup wizard is running!" !insertmacro PFI_LANG_STRING PSS_LANG_COMPAT_NOTFOUND "Warning: Cannot find compatible version of POPFile !" !insertmacro PFI_LANG_STRING PSS_LANG_ABORT_WARNING "Are you sure you want to quit the $(^NameDA) Wizard?" !insertmacro PFI_LANG_STRING PSS_LANG_PREPAREPATCH "Updating Module.pm (to avoid slow speed SSL downloads)" !insertmacro PFI_LANG_STRING PSS_LANG_PATCHSTATUS "Module.pm patch status: $G_PLS_FIELD_1" !insertmacro PFI_LANG_STRING PSS_LANG_PATCHCOMPLETED "Module.pm file has been updated" !insertmacro PFI_LANG_STRING PSS_LANG_PATCHFAILED "Module.pm file has not been updated" ########################################################################### ########################################################################### ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ; Get SSL: Strings used when downloading and installing the optional SSL files [getssl.nsh] ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ; Progress reports !insertmacro PFI_LANG_STRING PFI_LANG_PROG_CHECKINTERNET "Checking Internet connection..." !insertmacro PFI_LANG_STRING PFI_LANG_PROG_STARTDOWNLOAD "Downloading $G_PLS_FIELD_1 file from $G_PLS_FIELD_2" !insertmacro PFI_LANG_STRING PFI_LANG_PROG_FILECOPY "Copying $G_PLS_FIELD_2 files..." !insertmacro PFI_LANG_STRING PFI_LANG_PROG_FILEEXTRACT "Extracting files from $G_PLS_FIELD_2 archive..." !insertmacro PFI_LANG_STRING PFI_LANG_TAKE_SEVERAL_SECONDS "(this may take several seconds)" ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ; Get SSL: Message Box strings used when installing SSL Support [getssl.nsh] ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ !insertmacro PFI_LANG_STRING PFI_LANG_MB_INTERNETCONNECT "The SSL Support files will be downloaded from the Internet${MB_NL}${MB_NL}Please connect to the Internet and the click 'OK'${MB_NL}${MB_NL}or click 'Cancel' to cancel this part of the installation" !insertmacro PFI_LANG_STRING PFI_LANG_MB_NSISDLFAIL_1 "Download of $G_PLS_FIELD_1 file failed" !insertmacro PFI_LANG_STRING PFI_LANG_MB_NSISDLFAIL_2 "(error: $G_PLS_FIELD_2)" !insertmacro PFI_LANG_STRING PFI_LANG_MB_UNPACKFAIL "Error detected while installing files in $G_PLS_FIELD_1 folder" !insertmacro PFI_LANG_STRING PFI_LANG_MB_REPEATSSL "Unable to install the optional SSL files!${MB_NL}${MB_NL}To try again later, run the command${MB_NL}${MB_NL}$G_PLS_FIELD_1 /SSL" ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ; Get SSL: NSISdl strings (displayed by the plugin which downloads the SSL files) [getssl.nsh] ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ; ; The NSISdl plugin shows two progress bars, for example: ; ; Downloading libeay32.dll ; ; 118kB (14%) of 816kB @ 3.1kB/s (3 minutes remaining) ; ; The default strings used by the plugin: ; ; downloading - "Downloading %s" ; connecting - "Connecting ..." ; second - "second" ; minute - "minute" ; hour - "hour" ; plural - "s" ; progress - "%dkB (%d%%) of %dkB @ %d.%01dkB/s" ; remaining - " (%d %s%s remaining)" ; ; Note that the "remaining" string starts with a space ; ; Some languages might not be translated properly because plurals are formed simply ; by adding the "plural" value, so "hours" is translated by adding the value of the ; "PFI_LANG_NSISDL_PLURAL" string to the value of the "PFI_LANG_NSISDL_HOUR" string. ; This is a limitation of the NSIS plugin which is used to download the files. ; ; If this is a problem, the plural forms could be used for the PFI_LANG_NSISDL_SECOND, ; PFI_LANG_NSISDL_MINUTE and PFI_LANG_NSISDL_HOUR strings and the PFI_LANG_NSISDL_PLURAL ; string set to a space (" ") [using "" here will generate compiler warnings] ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ !insertmacro PFI_LANG_STRING PFI_LANG_NSISDL_DOWNLOADING "Downloading %s" !insertmacro PFI_LANG_STRING PFI_LANG_NSISDL_CONNECTING "Connecting ..." !insertmacro PFI_LANG_STRING PFI_LANG_NSISDL_SECOND "second" !insertmacro PFI_LANG_STRING PFI_LANG_NSISDL_MINUTE "minute" !insertmacro PFI_LANG_STRING PFI_LANG_NSISDL_HOUR "hour" !insertmacro PFI_LANG_STRING PFI_LANG_NSISDL_PLURAL "s" !insertmacro PFI_LANG_STRING PFI_LANG_NSISDL_PROGRESS "%dkB (%d%%) of %dkB @ %d.%01dkB/s" !insertmacro PFI_LANG_STRING PFI_LANG_NSISDL_REMAINING " (%d %s%s remaining)" ########################################################################### ########################################################################### ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ; Add User: Standard MUI Page - WELCOME [adduser.nsi] ; ; The PFI_LANG_ADDUSER_INFO_TEXT string should end with a '${IO_NL}${IO_NL}$_CLICK' sequence). ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ !insertmacro PFI_LANG_STRING PFI_LANG_ADDUSER_INFO_TEXT "This wizard will guide you through the configuration of POPFile for the '$G_WINUSERNAME' user.${IO_NL}${IO_NL}It is recommended that you close all other applications before continuing.${IO_NL}${IO_NL}$_CLICK" ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ; Add User: Standard MUI Page - DIRECTORY [adduser.nsi] ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ; $G_WINUSERNAME holds the Windows login name for the user running the wizard !insertmacro PFI_LANG_STRING PFI_LANG_USERDIR_TITLE "Choose POPFile Data Location for '$G_WINUSERNAME'" !insertmacro PFI_LANG_STRING PFI_LANG_USERDIR_SUBTITLE "Choose the folder in which to store the POPFile Data for '$G_WINUSERNAME'" !insertmacro PFI_LANG_STRING PFI_LANG_USERDIR_TEXT_TOP "This version of POPFile uses separate sets of data files for each user.${MB_NL}${MB_NL}Setup will use the following folder for the POPFile data belonging to the '$G_WINUSERNAME' user. To use a different folder for this user, click Browse and select another folder. $_CLICK" !insertmacro PFI_LANG_STRING PFI_LANG_USERDIR_TEXT_DESTN "Folder to be used to store the POPFile data for '$G_WINUSERNAME'" ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ; Add User: Standard MUI Page - INSTFILES [adduser.nsi] ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ; Page Title and Sub-title displayed in the page header !insertmacro PFI_LANG_STRING PFI_LANG_ADDUSER_TITLE "Configuring POPFile for '$G_WINUSERNAME' user" !insertmacro PFI_LANG_STRING PFI_LANG_ADDUSER_SUBTITLE "Please wait while the POPFile configuration files are updated for this user" ; When resetting POPFile to use newly restored 'User Data', change "Install" button to "Restore" !insertmacro PFI_LANG_STRING PFI_LANG_INST_BTN_RESTORE "Restore" ; Installation Progress Reports displayed above the progress bar !insertmacro PFI_LANG_STRING PFI_LANG_INST_PROG_CORPUS "Making corpus backup. This may take a few seconds..." !insertmacro PFI_LANG_STRING PFI_LANG_INST_PROG_SQLBACKUP "Backing up the old SQLite database..." !insertmacro PFI_LANG_STRING PFI_LANG_INST_PROG_FINDCORPUS "Looking for existing flat-file or BerkeleyDB corpus..." !insertmacro PFI_LANG_STRING PFI_LANG_INST_PROG_MAKEBAT "Generating the 'pfi-run.bat' batch file..." !insertmacro PFI_LANG_STRING PFI_LANG_INST_PROG_REGSET "Updating registry settings and environment variables..." ; Message Box text strings !insertmacro PFI_LANG_STRING PFI_LANG_MBSTPWDS_A "POPFile 'stopwords' file from previous installation found." !insertmacro PFI_LANG_STRING PFI_LANG_MBSTPWDS_B "OK to update this file ?" !insertmacro PFI_LANG_STRING PFI_LANG_MBSTPWDS_C "Click 'Yes' to update it (old file will be saved as 'stopwords.bak')" !insertmacro PFI_LANG_STRING PFI_LANG_MBSTPWDS_D "Click 'No' to keep the old file (new file will saved as 'stopwords.default')" !insertmacro PFI_LANG_STRING PFI_LANG_MBCORPUS_1 "Error detected when the installer tried to backup the old corpus." ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ; Add User: Message box warnings used when verifying the installation folder chosen by user [adduser.nsi] ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ !insertmacro PFI_LANG_STRING PFI_LANG_DIRSELECT_MBWARN_3 "Previous configuration data found at" !insertmacro PFI_LANG_STRING PFI_LANG_DIRSELECT_MBWARN_4 "Restored configuration data found" !insertmacro PFI_LANG_STRING PFI_LANG_DIRSELECT_MBWARN_5 "Do you want to use the restored data ?" ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ; Add User: Custom Page - POPFile Installation Options [adduser.nsi] ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ; Page Title and Sub-title displayed in the page header !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_TITLE "POPFile Installation Options" !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_SUBTITLE "Leave these options unchanged unless you need to change them" ; Text strings displayed on the custom page !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_IO_POP3 "Choose the default port number for POP3 connections (110 recommended)" !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_IO_GUI "Choose the default port for 'User Interface' connections (8080 recommended)" !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_IO_STARTUP "Run POPFile automatically when Windows starts" !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_IO_WARNING "IMPORTANT WARNING" !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_IO_MESSAGE "If UPGRADING POPFile --- the installer will SHUTDOWN existing version" ; Message Boxes used when validating user's selections !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBPOP3_A "The POP3 port cannot be set to '$G_POP3'." !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBPOP3_B "The port must be a number in the range 1 to 65535." !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBPOP3_C "Please change your POP3 port selection." !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBGUI_A "The 'User Interface' port cannot be set to '$G_GUI'." !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBGUI_B "The port must be a number in the range 1 to 65535." !insertmacro PFI_LANG_STRING PFI_LANG_OPTIONS_MBGUI_C "Please change your 'User Interface' port selection." !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." ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ; Add User: Initialization required by POPFile Classification Bucket Creation [adduser.nsi] ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ; POPFile requires at least TWO buckets in order to work properly. PFI_LANG_CBP_DEFAULT_BUCKETS ; defines the default buckets and PFI_LANG_CBP_SUGGESTED_NAMES defines a list of suggested names ; to help the user get started with POPFile. Both lists use the | character as a name separator. ; Bucket names can only use the characters abcdefghijklmnopqrstuvwxyz_-0123456789 ; (any names which contain invalid characters will be ignored by the installer) ; Empty lists ("") are allowed (but are not very user-friendly) ; The PFI_LANG_CBP_SUGGESTED_NAMES string uses alphabetic order for the suggested names. ; If these names are translated, the translated names can be rearranged to put them back ; into alphabetic order. For example, the Portuguese (Brazil) translation of this string ; starts "admin|admin-lista|..." (which is "admin|list-admin|..." in English) !insertmacro PFI_LANG_STRING PFI_LANG_CBP_DEFAULT_BUCKETS "spam|personal|work|other" !insertmacro PFI_LANG_STRING PFI_LANG_CBP_SUGGESTED_NAMES "admin|business|computers|family|financial|general|hobby|inbox|junk|list-admin|miscellaneous|not_spam|other|personal|recreation|school|security|shopping|spam|travel|work" ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ; Add User: Custom Page - POPFile Classification Bucket Creation [CBP.nsh] ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ; Page Title and Sub-title displayed in the page header !insertmacro PFI_LANG_STRING PFI_LANG_CBP_TITLE "POPFile Classification Bucket Creation" !insertmacro PFI_LANG_STRING PFI_LANG_CBP_SUBTITLE "POPFile needs AT LEAST TWO buckets in order to be able to classify your email" ; Text strings displayed on the custom page !insertmacro PFI_LANG_STRING PFI_LANG_CBP_IO_INTRO "After installation, POPFile makes it easy to change the number of buckets (and their names) to suit your needs.${IO_NL}${IO_NL}Bucket names must be single words, using lowercase letters, digits 0 to 9, hyphens and underscores." !insertmacro PFI_LANG_STRING PFI_LANG_CBP_IO_CREATE "Create a new bucket by either selecting a name from the list below or typing a name of your own choice." !insertmacro PFI_LANG_STRING PFI_LANG_CBP_IO_DELETE "To delete one or more buckets from the list, tick the relevant 'Remove' box(es) then click the 'Continue' button." !insertmacro PFI_LANG_STRING PFI_LANG_CBP_IO_LISTHDR "Buckets to be used by POPFile" !insertmacro PFI_LANG_STRING PFI_LANG_CBP_IO_REMOVE "Suprimir" !insertmacro PFI_LANG_STRING PFI_LANG_CBP_IO_CONTINUE "Continue" ; Text strings used for status messages under the bucket list !insertmacro PFI_LANG_STRING PFI_LANG_CBP_IO_MSG_A "There is no need to add more buckets" !insertmacro PFI_LANG_STRING PFI_LANG_CBP_IO_MSG_B "You must define AT LEAST TWO buckets" !insertmacro PFI_LANG_STRING PFI_LANG_CBP_IO_MSG_C "At least one more bucket is required" !insertmacro PFI_LANG_STRING PFI_LANG_CBP_IO_MSG_D "Installer cannot create more than $G_PLS_FIELD_1 buckets" ; Message box text strings !insertmacro PFI_LANG_STRING PFI_LANG_CBP_MBDUPERR_A "A bucket called '$G_PLS_FIELD_1' has already been defined." !insertmacro PFI_LANG_STRING PFI_LANG_CBP_MBDUPERR_B "Please choose a different name for the new bucket." !insertmacro PFI_LANG_STRING PFI_LANG_CBP_MBMAXERR_A "The installer can only create up to $G_PLS_FIELD_1 buckets." !insertmacro PFI_LANG_STRING PFI_LANG_CBP_MBMAXERR_B "Once POPFile has been installed you can create more than $G_PLS_FIELD_1 buckets." !insertmacro PFI_LANG_STRING PFI_LANG_CBP_MBNAMERR_A "The name '$G_PLS_FIELD_1' is not a valid name for a bucket." !insertmacro PFI_LANG_STRING PFI_LANG_CBP_MBNAMERR_B "Els noms de cistella només poden contenir lletres a a z en minúscules, números 0 a 9, més - i _" !insertmacro PFI_LANG_STRING PFI_LANG_CBP_MBNAMERR_C "Please choose a different name for the new bucket." !insertmacro PFI_LANG_STRING PFI_LANG_CBP_MBCONTERR_1 "POPFile requires AT LEAST TWO buckets before it can classify your email." !insertmacro PFI_LANG_STRING PFI_LANG_CBP_MBCONTERR_2 "Please enter the name of a bucket to be created,${MB_NL}${MB_NL}either by picking a suggested name from the drop-down list${MB_NL}${MB_NL}or by typing in a name of your own choice." !insertmacro PFI_LANG_STRING PFI_LANG_CBP_MBCONTERR_3 "You must define AT LEAST TWO buckets before continuing with the installation of POPFile." !insertmacro PFI_LANG_STRING PFI_LANG_CBP_MBDONE_A "$G_PLS_FIELD_1 buckets have been defined for use by POPFile." !insertmacro PFI_LANG_STRING PFI_LANG_CBP_MBDONE_B "Do you want to configure POPFile to use these buckets?" !insertmacro PFI_LANG_STRING PFI_LANG_CBP_MBDONE_C "Click 'No' if you wish to change your bucket selections." !insertmacro PFI_LANG_STRING PFI_LANG_CBP_MBMAKERR_A "The installer was unable to create $G_PLS_FIELD_1 of the $G_PLS_FIELD_2 buckets you selected." !insertmacro PFI_LANG_STRING PFI_LANG_CBP_MBMAKERR_B "Once POPFile has been installed you can use its 'User Interface'${MB_NL}${MB_NL}control panel to create the missing bucket(s)." ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ; Add User: Custom Page - Email Client Reconfiguration [adduser.nsi] ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ; Page Title and Sub-title displayed in the page header !insertmacro PFI_LANG_STRING PFI_LANG_MAILCFG_TITLE "Email Client Configuration" !insertmacro PFI_LANG_STRING PFI_LANG_MAILCFG_SUBTITLE "POPFile can reconfigure several email clients for you" ; Text displayed on the custom page !insertmacro PFI_LANG_STRING PFI_LANG_MAILCFG_IO_TEXT_1 "Mail clients marked (*) can be reconfigured automatically, assuming simple accounts are used.${IO_NL}${IO_NL}It is strongly recommended that accounts which require authentication are configured manually." !insertmacro PFI_LANG_STRING PFI_LANG_MAILCFG_IO_TEXT_2 "IMPORTANT: PLEASE SHUT DOWN THE RECONFIGURABLE EMAIL CLIENTS NOW${IO_NL}${IO_NL}This feature is still under development (e.g. some Outlook accounts may not be detected).${IO_NL}${IO_NL}Please check that the reconfiguration was successful (before using the email client)." !insertmacro PFI_LANG_STRING PFI_LANG_MAILCFG_IO_CANCEL "Email client reconfiguration cancelled by user" ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ; Add User: Text used on buttons to skip configuration of email clients [adduser.nsi] ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ !insertmacro PFI_LANG_STRING PFI_LANG_MAILCFG_IO_SKIPALL "Skip All" !insertmacro PFI_LANG_STRING PFI_LANG_MAILCFG_IO_SKIPONE "Skip Client" ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ; Add User: Message box warnings that an email client is still running [adduser.nsi] ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ !insertmacro PFI_LANG_STRING PFI_LANG_MBCLIENT_EXP "WARNING: Outlook Express appears to be running !" !insertmacro PFI_LANG_STRING PFI_LANG_MBCLIENT_OUT "WARNING: Outlook appears to be running !" !insertmacro PFI_LANG_STRING PFI_LANG_MBCLIENT_EUD "WARNING: Eudora appears to be running !" !insertmacro PFI_LANG_STRING PFI_LANG_MBCLIENT_STOP_1 "Please SHUT DOWN the email program then click 'Retry' to reconfigure it" !insertmacro PFI_LANG_STRING PFI_LANG_MBCLIENT_STOP_2 "(You can click 'Ignore' to reconfigure it, but this is not recommended)" !insertmacro PFI_LANG_STRING PFI_LANG_MBCLIENT_STOP_3 "Click 'Abort' to skip the reconfiguration of this email program" ; Following three strings are used when uninstalling !insertmacro PFI_LANG_STRING PFI_LANG_MBCLIENT_STOP_4 "Please SHUT DOWN the email program then click 'Retry' to restore the settings" !insertmacro PFI_LANG_STRING PFI_LANG_MBCLIENT_STOP_5 "(You can click 'Ignore' to restore the settings, but this is not recommended)" !insertmacro PFI_LANG_STRING PFI_LANG_MBCLIENT_STOP_6 "Click 'Abort' to skip the restoring of the original settings" ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ; Add User: Custom Page - Reconfigure Outlook/Outlook Express [adduser.nsi] ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ; Page Title and Sub-title displayed in the page header !insertmacro PFI_LANG_STRING PFI_LANG_EXPCFG_TITLE "Reconfigure Outlook Express" !insertmacro PFI_LANG_STRING PFI_LANG_EXPCFG_SUBTITLE "POPFile can reconfigure Outlook Express for you" !insertmacro PFI_LANG_STRING PFI_LANG_OUTCFG_TITLE "Reconfigure Outlook" !insertmacro PFI_LANG_STRING PFI_LANG_OUTCFG_SUBTITLE "POPFile can reconfigure Outlook for you" ; Text displayed on the custom page !insertmacro PFI_LANG_STRING PFI_LANG_EXPCFG_IO_CANCELLED "Outlook Express reconfiguration cancelled by user" !insertmacro PFI_LANG_STRING PFI_LANG_OUTCFG_IO_CANCELLED "Outlook reconfiguration cancelled by user" !insertmacro PFI_LANG_STRING PFI_LANG_OOECFG_IO_BOXHDR "accounts" !insertmacro PFI_LANG_STRING PFI_LANG_OOECFG_IO_ACCOUNTHDR "Account" !insertmacro PFI_LANG_STRING PFI_LANG_OOECFG_IO_EMAILHDR "Email address" !insertmacro PFI_LANG_STRING PFI_LANG_OOECFG_IO_SERVERHDR "Server" !insertmacro PFI_LANG_STRING PFI_LANG_OOECFG_IO_USRNAMEHDR "Username" !insertmacro PFI_LANG_STRING PFI_LANG_OOECFG_IO_FOOTNOTE "Tick box(es) to reconfigure account(s).${IO_NL}If you uninstall POPFile the original settings will be restored." ; Message Box to confirm changes to Outlook/Outlook Express account configuration !insertmacro PFI_LANG_STRING PFI_LANG_EXPCFG_MBIDENTITY "Outlook Express Identity :" !insertmacro PFI_LANG_STRING PFI_LANG_EXPCFG_MBACCOUNT "Outlook Express Account :" !insertmacro PFI_LANG_STRING PFI_LANG_OUTCFG_MBIDENTITY "Outlook User :" !insertmacro PFI_LANG_STRING PFI_LANG_OUTCFG_MBACCOUNT "Outlook Account :" !insertmacro PFI_LANG_STRING PFI_LANG_OOECFG_MBEMAIL "Email address :" !insertmacro PFI_LANG_STRING PFI_LANG_OOECFG_MBSERVER "POP3 server :" !insertmacro PFI_LANG_STRING PFI_LANG_OOECFG_MBUSERNAME "POP3 username :" !insertmacro PFI_LANG_STRING PFI_LANG_OOECFG_MBOEPORT "POP3 port :" !insertmacro PFI_LANG_STRING PFI_LANG_OOECFG_MBOLDVALUE "currently" !insertmacro PFI_LANG_STRING PFI_LANG_OOECFG_MBQUESTION "Reconfigure this account to work with POPFile ?" ; Title and Column headings for report/log files !insertmacro PFI_LANG_STRING PFI_LANG_EXPCFG_LOG_BEFORE "Outlook Express Settings before any changes were made" !insertmacro PFI_LANG_STRING PFI_LANG_EXPCFG_LOG_AFTER "Changes made to Outlook Express Settings" !insertmacro PFI_LANG_STRING PFI_LANG_OUTCFG_LOG_BEFORE "Outlook Settings before any changes were made" !insertmacro PFI_LANG_STRING PFI_LANG_OUTCFG_LOG_AFTER "Changes made to Outlook Settings" !insertmacro PFI_LANG_STRING PFI_LANG_OOECFG_LOG_END "(end)" !insertmacro PFI_LANG_STRING PFI_LANG_EXPCFG_LOG_IDENTITY "'IDENTITY'" !insertmacro PFI_LANG_STRING PFI_LANG_OUTCFG_LOG_IDENTITY "'OUTLOOK USER'" !insertmacro PFI_LANG_STRING PFI_LANG_OOECFG_LOG_ACCOUNT "'ACCOUNT'" !insertmacro PFI_LANG_STRING PFI_LANG_OOECFG_LOG_EMAIL "'EMAIL ADDRESS'" !insertmacro PFI_LANG_STRING PFI_LANG_OOECFG_LOG_SERVER "'POP3 SERVER'" !insertmacro PFI_LANG_STRING PFI_LANG_OOECFG_LOG_USER "'POP3 USERNAME'" !insertmacro PFI_LANG_STRING PFI_LANG_OOECFG_LOG_PORT "'POP3 PORT'" !insertmacro PFI_LANG_STRING PFI_LANG_OOECFG_LOG_NEWSERVER "'NEW POP3 SERVER'" !insertmacro PFI_LANG_STRING PFI_LANG_OOECFG_LOG_NEWUSER "'NEW POP3 USERNAME'" !insertmacro PFI_LANG_STRING PFI_LANG_OOECFG_LOG_NEWPORT "'NEW POP3 PORT'" ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ; Add User: Custom Page - Reconfigure Eudora [adduser.nsi] ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ; Page Title and Sub-title displayed in the page header !insertmacro PFI_LANG_STRING PFI_LANG_EUCFG_TITLE "Reconfigure Eudora" !insertmacro PFI_LANG_STRING PFI_LANG_EUCFG_SUBTITLE "POPFile can reconfigure Eudora for you" ; Text displayed on the custom page !insertmacro PFI_LANG_STRING PFI_LANG_EUCFG_IO_CANCELLED "Eudora reconfiguration cancelled by user" !insertmacro PFI_LANG_STRING PFI_LANG_EUCFG_IO_INTRO_1 "POPFile has detected the following Eudora personality" !insertmacro PFI_LANG_STRING PFI_LANG_EUCFG_IO_INTRO_2 " and can automatically configure it to work with POPFile" !insertmacro PFI_LANG_STRING PFI_LANG_EUCFG_IO_CHECKBOX "Reconfigure this personality to work with POPFile" !insertmacro PFI_LANG_STRING PFI_LANG_EUCFG_IO_DOMINANT "<Dominant> personality" !insertmacro PFI_LANG_STRING PFI_LANG_EUCFG_IO_PERSONA "personality" !insertmacro PFI_LANG_STRING PFI_LANG_EUCFG_IO_EMAIL "Email address:" !insertmacro PFI_LANG_STRING PFI_LANG_EUCFG_IO_SERVER "POP3 server:" !insertmacro PFI_LANG_STRING PFI_LANG_EUCFG_IO_USERNAME "POP3 username:" !insertmacro PFI_LANG_STRING PFI_LANG_EUCFG_IO_POP3PORT "POP3 port:" !insertmacro PFI_LANG_STRING PFI_LANG_EUCFG_IO_RESTORE "If you uninstall POPFile the original settings will be restored" ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ; Add User: Custom Page - POPFile can now be started [adduser.nsi] ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ; Page Title and Sub-title displayed in the page header !insertmacro PFI_LANG_STRING PFI_LANG_LAUNCH_TITLE "POPFile can now be started" !insertmacro PFI_LANG_STRING PFI_LANG_LAUNCH_SUBTITLE "The POPFile User Interface only works if POPFile has been started" ; Text displayed on the custom page !insertmacro PFI_LANG_STRING PFI_LANG_LAUNCH_IO_INTRO "Start POPFile now ?" !insertmacro PFI_LANG_STRING PFI_LANG_LAUNCH_IO_NO "No (the 'User Interface' cannot be used if POPFile is not started)" !insertmacro PFI_LANG_STRING PFI_LANG_LAUNCH_IO_DOSBOX "Run POPFile (in a window)" !insertmacro PFI_LANG_STRING PFI_LANG_LAUNCH_IO_BCKGRND "Run POPFile in background (no window displayed)" !insertmacro PFI_LANG_STRING PFI_LANG_LAUNCH_IO_NOICON "Run POPFile (do not show system tray icon)" !insertmacro PFI_LANG_STRING PFI_LANG_LAUNCH_IO_TRAYICON "Run POPFile with system tray icon" !insertmacro PFI_LANG_STRING PFI_LANG_LAUNCH_IO_NOTE_1 "Once POPFile has been started, you can display the 'User Interface' by" !insertmacro PFI_LANG_STRING PFI_LANG_LAUNCH_IO_NOTE_2 "(a) double-clicking the POPFile icon in the system tray, OR" !insertmacro PFI_LANG_STRING PFI_LANG_LAUNCH_IO_NOTE_3 "(b) using Start --> Programs --> POPFile --> POPFile User Interface." ; Banner message displayed whilst waiting for POPFile to start !insertmacro PFI_LANG_STRING PFI_LANG_LAUNCH_BANNER_1 "Preparing to start POPFile." !insertmacro PFI_LANG_STRING PFI_LANG_LAUNCH_BANNER_2 "This may take a few seconds..." ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ; Add User: Standard MUI Page - FINISH [adduser.nsi] ; ; The PFI_LANG_FINISH_RUN_TEXT text should be a short phrase (not a long paragraph) ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ; $G_WINUSERNAME holds the Windows login name of the user running the wizard !insertmacro PFI_LANG_STRING PFI_LANG_ADDUSER_FINISH_INFO "POPFile has been configured for the '$G_WINUSERNAME' user.${IO_NL}${IO_NL}Click Finish to close this wizard." !insertmacro PFI_LANG_STRING PFI_LANG_FINISH_RUN_TEXT "POPFile User Interface" !insertmacro PFI_LANG_STRING PFI_LANG_FINISH_WEB_LINK_TEXT "Click here to visit the POPFile web site" ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ; Add User: Standard MUI Page - Uninstall Confirmation Page (for the 'POPFile User Data' wizard) [adduser.nsi] ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ; $G_WINUSERNAME holds the Windows login name for the user running the uninstall wizard !insertmacro PFI_LANG_STRING PFI_LANG_REMUSER_TITLE "Uninstall POPFile data for '$G_WINUSERNAME' user" !insertmacro PFI_LANG_STRING PFI_LANG_REMUSER_SUBTITLE "Remove POPFile configuration data for this user from your computer" !insertmacro PFI_LANG_STRING PFI_LANG_REMUSER_TEXT_TOP "The POPFile configuration data for the '$G_WINUSERNAME' user will be uninstalled from the following folder. $_CLICK" ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ; Add User: Standard MUI Page - Uninstallation Page (for the 'POPFile User Data' wizard) [adduser.nsi] ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ; $G_WINUSERNAME holds the Windows login name for the user running the uninstall wizard !insertmacro PFI_LANG_STRING PFI_LANG_REMOVING_TITLE "Uninstalling POPFile data for '$G_WINUSERNAME' user" !insertmacro PFI_LANG_STRING PFI_LANG_REMOVING_SUBTITLE "Please wait while the POPFile configuration files for this user are deleted" ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ; Add User: Standard MUI Page - UNPAGE_INSTFILES [adduser.nsi] ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ; Uninstall Progress Reports displayed above the progress bar !insertmacro PFI_LANG_STRING PFI_LANG_UN_PROG_OUTEXPRESS "Restoring Outlook Express settings..." !insertmacro PFI_LANG_STRING PFI_LANG_UN_PROG_OUTLOOK "Restoring Outlook settings..." !insertmacro PFI_LANG_STRING PFI_LANG_UN_PROG_EUDORA "Restoring Eudora settings..." !insertmacro PFI_LANG_STRING PFI_LANG_UN_PROG_DBMSGDIR "Deleting corpus and 'Recent Messages' directory..." !insertmacro PFI_LANG_STRING PFI_LANG_UN_PROG_CONFIG "Deleting configuration data..." !insertmacro PFI_LANG_STRING PFI_LANG_UN_PROG_EXESTATUS "Checking program status..." !insertmacro PFI_LANG_STRING PFI_LANG_UN_PROG_REGISTRY "Deleting POPFile registry entries..." ; Uninstall Log Messages !insertmacro PFI_LANG_STRING PFI_LANG_UN_LOG_EXPRUN "Outlook Express is still running !" !insertmacro PFI_LANG_STRING PFI_LANG_UN_LOG_OUTRUN "Outlook is still running !" !insertmacro PFI_LANG_STRING PFI_LANG_UN_LOG_EUDRUN "Eudora is still running !" !insertmacro PFI_LANG_STRING PFI_LANG_UN_LOG_IGNORE "User requested restore while email program is running" !insertmacro PFI_LANG_STRING PFI_LANG_UN_LOG_OPENED "Opened" !insertmacro PFI_LANG_STRING PFI_LANG_UN_LOG_RESTORED "Restored" !insertmacro PFI_LANG_STRING PFI_LANG_UN_LOG_CLOSED "Closed" !insertmacro PFI_LANG_STRING PFI_LANG_UN_LOG_DATAPROBS "Data problems" !insertmacro PFI_LANG_STRING PFI_LANG_UN_LOG_DELUSERDIR "Removing all files from POPFile 'User Data' directory" !insertmacro PFI_LANG_STRING PFI_LANG_UN_LOG_DELUSERERR "Note: unable to remove all files from POPFile 'User Data' directory" ; Message Box text strings !insertmacro PFI_LANG_STRING PFI_LANG_UN_MBCLIENT_1 "'Outlook Express' problem !" !insertmacro PFI_LANG_STRING PFI_LANG_UN_MBCLIENT_2 "'Outlook' problem !" !insertmacro PFI_LANG_STRING PFI_LANG_UN_MBCLIENT_3 "'Eudora' problem !" !insertmacro PFI_LANG_STRING PFI_LANG_UN_MBEMAIL_1 "Unable to restore some original settings" !insertmacro PFI_LANG_STRING PFI_LANG_UN_MBEMAIL_2 "Display the error report ?" !insertmacro PFI_LANG_STRING PFI_LANG_UN_MBRERUN_1 "Some email client settings have not been restored !" !insertmacro PFI_LANG_STRING PFI_LANG_UN_MBRERUN_2 "(Details can be found in $INSTDIR folder)" !insertmacro PFI_LANG_STRING PFI_LANG_UN_MBRERUN_3 "Click 'No' to ignore these errors and delete everything" !insertmacro PFI_LANG_STRING PFI_LANG_UN_MBRERUN_4 "Click 'Yes' to keep this data (to allow another attempt later)" !insertmacro PFI_LANG_STRING PFI_LANG_UN_MBREMDIR_2 "Do you want to remove all files in your POPFile 'User Data' directory?${MB_NL}${MB_NL}$G_USERDIR${MB_NL}${MB_NL}(If you have anything you created that you want to keep, click No)" !insertmacro PFI_LANG_STRING PFI_LANG_UN_MBDELMSGS_1 "Do you want to remove all files in your 'Recent Messages' directory?" ########################################################################### ########################################################################### ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ; Corpus Conversion: Standard MUI Page - INSTFILES [MonitorCC.nsi] ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ !insertmacro PFI_LANG_STRING PFI_LANG_CONVERT_TITLE "POPFile Corpus Conversion" !insertmacro PFI_LANG_STRING PFI_LANG_CONVERT_SUBTITLE "The existing corpus must be converted to work with this version of POPFile" !insertmacro PFI_LANG_STRING PFI_LANG_ENDCONVERT_TITLE "POPFile Corpus Conversion Completed" !insertmacro PFI_LANG_STRING PFI_LANG_ENDCONVERT_SUBTITLE "Please click Close to continue" !insertmacro PFI_LANG_STRING PFI_LANG_BADCONVERT_TITLE "POPFile Corpus Conversion Failed" !insertmacro PFI_LANG_STRING PFI_LANG_BADCONVERT_SUBTITLE "Please click Cancel to continue" !insertmacro PFI_LANG_STRING PFI_LANG_CONVERT_MUTEX "Another copy of the 'Corpus Conversion Monitor' is already running !" !insertmacro PFI_LANG_STRING PFI_LANG_CONVERT_PRIVATE "The 'Corpus Conversion Monitor' is part of the POPFile installer" !insertmacro PFI_LANG_STRING PFI_LANG_CONVERT_NOFILE "Error: Corpus conversion data file does not exist !" !insertmacro PFI_LANG_STRING PFI_LANG_CONVERT_NOPOPFILE "Error: POPFile path missing" !insertmacro PFI_LANG_STRING PFI_LANG_CONVERT_STARTERR "An error occurred when starting the corpus conversion process" !insertmacro PFI_LANG_STRING PFI_LANG_CONVERT_FATALERR "A fatal error occurred during the corpus conversion process !" !insertmacro PFI_LANG_STRING PFI_LANG_CONVERT_ESTIMATE "Estimated time remaining: " !insertmacro PFI_LANG_STRING PFI_LANG_CONVERT_MINUTES "minutes" !insertmacro PFI_LANG_STRING PFI_LANG_CONVERT_WAITING "(waiting for first file to be converted)" !insertmacro PFI_LANG_STRING PFI_LANG_CONVERT_TOTALFILES "There are $G_BUCKET_COUNT bucket files to be converted" !insertmacro PFI_LANG_STRING PFI_LANG_CONVERT_PROGRESS_N "After $G_ELAPSED_TIME.$G_DECPLACES minutes there are $G_STILL_TO_DO files left to convert" !insertmacro PFI_LANG_STRING PFI_LANG_CONVERT_PROGRESS_1 "After $G_ELAPSED_TIME.$G_DECPLACES minutes there is one file left to convert" !insertmacro PFI_LANG_STRING PFI_LANG_CONVERT_SUMMARY "Corpus Conversion took $G_ELAPSED_TIME.... [truncated message content] |