From: Brian S. <xue...@us...> - 2008-01-05 14:36:41
|
Update of /cvsroot/popfile/windows In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13761 Modified Files: Tag: b0_22_2 adduser-Version.nsh adduser.nsi Log Message: Handle the new name for the Brazilian Portuguese UI language file. Index: adduser-Version.nsh =================================================================== RCS file: /cvsroot/popfile/windows/adduser-Version.nsh,v retrieving revision 1.6.2.19 retrieving revision 1.6.2.20 diff -C2 -d -r1.6.2.19 -r1.6.2.20 *** adduser-Version.nsh 4 Dec 2007 20:54:44 -0000 1.6.2.19 --- adduser-Version.nsh 5 Jan 2008 14:36:43 -0000 1.6.2.20 *************** *** 7,11 **** #-------------------------------------------------------------------------- ! !define C_PFI_VERSION "0.3.19" #-------------------------------------------------------------------------- --- 7,11 ---- #-------------------------------------------------------------------------- ! !define C_PFI_VERSION "0.3.20" #-------------------------------------------------------------------------- Index: adduser.nsi =================================================================== RCS file: /cvsroot/popfile/windows/adduser.nsi,v retrieving revision 1.59.4.21 retrieving revision 1.59.4.22 diff -C2 -d -r1.59.4.21 -r1.59.4.22 *** adduser.nsi 4 Dec 2007 20:54:44 -0000 1.59.4.21 --- adduser.nsi 5 Jan 2008 14:36:43 -0000 1.59.4.22 *************** *** 8,12 **** # be done using this wizard. # ! # Copyright (c) 2004-2007 John Graham-Cumming # # This file is part of POPFile --- 8,12 ---- # be done using this wizard. # ! # Copyright (c) 2004-2008 John Graham-Cumming # # This file is part of POPFile *************** *** 1771,1775 **** !insertmacro PFI_UI_LANG_CONFIG "POLISH" "Polish" !insertmacro PFI_UI_LANG_CONFIG "PORTUGUESE" "Portugues" ! !insertmacro PFI_UI_LANG_CONFIG "PORTUGUESEBR" "Portugues do Brasil" !insertmacro PFI_UI_LANG_CONFIG "RUSSIAN" "Russian" !insertmacro PFI_UI_LANG_CONFIG "SLOVAK" "Slovak" --- 1771,1775 ---- !insertmacro PFI_UI_LANG_CONFIG "POLISH" "Polish" !insertmacro PFI_UI_LANG_CONFIG "PORTUGUESE" "Portugues" ! !insertmacro PFI_UI_LANG_CONFIG "PORTUGUESEBR" "Portugues-do-Brasil" !insertmacro PFI_UI_LANG_CONFIG "RUSSIAN" "Russian" !insertmacro PFI_UI_LANG_CONFIG "SLOVAK" "Slovak" |