From: Brian S. <xue...@us...> - 2006-08-29 15:49:39
|
Update of /cvsroot/popfile/windows In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10516 Modified Files: Tag: b0_22_2 adduser-Version.nsh pfi-languages.nsh Log Message: Updated to work with the NSIS 2.19 compiler (for the 0.22.5 release). Index: pfi-languages.nsh =================================================================== RCS file: /cvsroot/popfile/windows/pfi-languages.nsh,v retrieving revision 1.2.6.4 retrieving revision 1.2.6.5 diff -C2 -d -r1.2.6.4 -r1.2.6.5 *** pfi-languages.nsh 6 Feb 2006 14:22:39 -0000 1.2.6.4 --- pfi-languages.nsh 29 Aug 2006 15:49:19 -0000 1.2.6.5 *************** *** 5,9 **** # utilities. This makes maintenance easier. # ! # Copyright (c) 2004-2005 John Graham-Cumming # # This file is part of POPFile --- 5,9 ---- # utilities. This makes maintenance easier. # ! # Copyright (c) 2004-2006 John Graham-Cumming # # This file is part of POPFile *************** *** 64,68 **** # In the file ${NSISDIR}\Contrib\Modern UI\Language files\Japanese.nsh, change the value of the # MUI_LANGNAME string from "Japanese" to "Nihongo". For example, using the file supplied with ! # NSIS 2.0, released 7 February 2004, change line 13 from: # # !define MUI_LANGNAME "Japanese" ;(ú{ê) Use only ASCII characters (if this is not possible, use the English name) --- 64,68 ---- # In the file ${NSISDIR}\Contrib\Modern UI\Language files\Japanese.nsh, change the value of the # MUI_LANGNAME string from "Japanese" to "Nihongo". For example, using the file supplied with ! # NSIS 2.19, released 6 August 2006, change line 13 from: # # !define MUI_LANGNAME "Japanese" ;(ú{ê) Use only ASCII characters (if this is not possible, use the English name) *************** *** 111,121 **** ; been patched to use 'Nihongo' instead of 'Japanese' [see 'SMALL NSIS PATCH REQUIRED' above] ! ; Currently a subset of the languages supported by NSIS MUI 1.70 (using the NSIS names) ! ; NSIS 2.0 compiler error messages use language ID codes when referring to problems with ; language strings, e.g. ; ; LangString "PFI_LANG_NSISDL_PLURAL" is not set in language table of language 1041 ; ; Note: 'English' is 'Language 1033' --- 111,125 ---- ; been patched to use 'Nihongo' instead of 'Japanese' [see 'SMALL NSIS PATCH REQUIRED' above] ! ; Currently a subset of the languages supported by NSIS MUI 1.75 (using the NSIS names) ! ; NSIS 2.0 compiler messages use language ID codes when referring to problems with ; language strings, e.g. ; ; LangString "PFI_LANG_NSISDL_PLURAL" is not set in language table of language 1041 ; + ; NSIS 2.08 (or later) compiler messages usually mention names instead of ID codes, e.g. + ; + ; LangString "PFI_LANG_NSISDL_PLURAL" is not set in language table of language Japanese + ; ; Note: 'English' is 'Language 1033' Index: adduser-Version.nsh =================================================================== RCS file: /cvsroot/popfile/windows/adduser-Version.nsh,v retrieving revision 1.6.2.6 retrieving revision 1.6.2.7 diff -C2 -d -r1.6.2.6 -r1.6.2.7 *** adduser-Version.nsh 6 Feb 2006 16:26:03 -0000 1.6.2.6 --- adduser-Version.nsh 29 Aug 2006 15:49:19 -0000 1.6.2.7 *************** *** 7,11 **** #-------------------------------------------------------------------------- ! !define C_PFI_VERSION "0.2.77" #-------------------------------------------------------------------------- --- 7,11 ---- #-------------------------------------------------------------------------- ! !define C_PFI_VERSION "0.3.0" #-------------------------------------------------------------------------- |