From: Brian S. <xue...@us...> - 2007-10-14 17:26:06
|
Update of /cvsroot/popfile/windows/languages In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19497 Modified Files: Tag: b0_22_2 English-parser.nsh Japanese-parser.nsh Log Message: Extra strings for use when downloading the MeCab files. To do: stop referring to the program name when using the uninstaller! Index: Japanese-parser.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/Attic/Japanese-parser.nsh,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -C2 -d -r1.1.2.1 -r1.1.2.2 *** Japanese-parser.nsh 5 Oct 2007 18:36:51 -0000 1.1.2.1 --- Japanese-parser.nsh 14 Oct 2007 17:26:07 -0000 1.1.2.2 *************** *** 77,80 **** --- 77,92 ---- !define C_NPLS_SUMMARY_INTERNAL "ú{êvOiuà p[Tvªgp³êÜ·j" + ;------------------------------------------------------------------------------------------- + ; Standard MUI Page - INSTFILES (messages displayed when attempting to download the MeCab files) + ;------------------------------------------------------------------------------------------- + + ; Message shown if internet connection does not appear to be working + + !define C_NPLS_CHECKINTERNET "The MeCab files will be downloaded from the Internet.${MB_NL}${MB_NL}Your Internet connection seems to be down or disabled.${MB_NL}${MB_NL}Please reconnect and click Retry to resume installation" + + ; Message shown if unable to download and install the MeCab files) + + !define C_NPLS_REPEATMECAB "Unable to install the MeCab files!${MB_NL}${MB_NL}To try again later, run the command${MB_NL}${MB_NL}$G_PLS_FIELD_1${MB_NL}${MB_NL}or use 'Add/Remove Programs' entry for POPFile" + #-------------------------------------------------------------------------- # End of 'Japanese-parser.nsh' Index: English-parser.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/Attic/English-parser.nsh,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -C2 -d -r1.1.2.1 -r1.1.2.2 *** English-parser.nsh 5 Oct 2007 18:36:51 -0000 1.1.2.1 --- English-parser.nsh 14 Oct 2007 17:26:07 -0000 1.1.2.2 *************** *** 77,80 **** --- 77,92 ---- !define C_NPLS_SUMMARY_INTERNAL "Nihongo parser (the 'internal' parser will be used)" + ;------------------------------------------------------------------------------------------- + ; Standard MUI Page - INSTFILES (messages displayed when attempting to download the MeCab files) + ;------------------------------------------------------------------------------------------- + + ; Message shown if internet connection does not appear to be working + + !define C_NPLS_CHECKINTERNET "The MeCab files will be downloaded from the Internet.${MB_NL}${MB_NL}Your Internet connection seems to be down or disabled.${MB_NL}${MB_NL}Please reconnect and click Retry to resume installation" + + ; Message shown if unable to download and install the MeCab files) + + !define C_NPLS_REPEATMECAB "Unable to install the MeCab files!${MB_NL}${MB_NL}To try again later, run the command${MB_NL}${MB_NL}$G_PLS_FIELD_1${MB_NL}${MB_NL}or use 'Add/Remove Programs' entry for POPFile" + #-------------------------------------------------------------------------- # End of 'English-parser.nsh' |