From: Brian S. <xue...@us...> - 2005-03-02 19:55:32
|
Update of /cvsroot/popfile/windows In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24269 Modified Files: pfi-languages.nsh Log Message: Correct a spelling mistake. Index: pfi-languages.nsh =================================================================== RCS file: /cvsroot/popfile/windows/pfi-languages.nsh,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** pfi-languages.nsh 9 Jun 2004 16:07:17 -0000 1.2 --- pfi-languages.nsh 2 Mar 2005 19:54:32 -0000 1.3 *************** *** 3,9 **** # pfi-languages.nsh --- This 'include' file lists the non-English languages currently # supported by the POPFile Windows installer and its associated ! # utilties. This makes maintenance easier. # ! # Copyright (c) 2004 John Graham-Cumming # # This file is part of POPFile --- 3,9 ---- # pfi-languages.nsh --- This 'include' file lists the non-English languages currently # supported by the POPFile Windows installer and its associated ! # utilities. This makes maintenance easier. # ! # Copyright (c) 2004-2005 John Graham-Cumming # # This file is part of POPFile *************** *** 105,111 **** ; Entries will appear in the drop-down list of languages in the order given below ; (the order used here ensures that the list entries appear in alphabetic order). ! ; It is assumed that !insertmacro PFI_LANG_LOAD "English" has been used to define "English" ! ; before including this file (which is why "English" does not appear in the list below). ; NOTE: The order used here assumes that the NSIS MUI 'Japanese.nsh' language file has --- 105,111 ---- ; Entries will appear in the drop-down list of languages in the order given below ; (the order used here ensures that the list entries appear in alphabetic order). ! ; It is assumed that !insertmacro PFI_LANG_LOAD "English" has been used to define "English" ! ; before including this file (which is why "English" does not appear in the list below). ; NOTE: The order used here assumes that the NSIS MUI 'Japanese.nsh' language file has |