|
From: <xue...@us...> - 2003-08-01 00:47:50
|
Update of /cvsroot/popfile/windows
In directory sc8-pr-cvs1:/tmp/cvs-serv22324
Modified Files:
installer.nsi
Log Message:
Support for Polish added (the latest addition to the list of UI languages)
Index: installer.nsi
===================================================================
RCS file: /cvsroot/popfile/windows/installer.nsi,v
retrieving revision 1.96
retrieving revision 1.97
diff -C2 -d -r1.96 -r1.97
*** installer.nsi 31 Jul 2003 16:32:23 -0000 1.96
--- installer.nsi 1 Aug 2003 00:35:48 -0000 1.97
***************
*** 368,371 ****
--- 368,372 ----
!insertmacro PFI_LANG_LOAD "Japanese"
!insertmacro PFI_LANG_LOAD "Korean"
+ !insertmacro PFI_LANG_LOAD "Polish"
!insertmacro PFI_LANG_LOAD "Portuguese"
!insertmacro PFI_LANG_LOAD "PortugueseBR"
***************
*** 823,826 ****
--- 824,828 ----
!insertmacro UI_LANG_CONFIG "JAPANESE" "Nihongo"
!insertmacro UI_LANG_CONFIG "KOREAN" "Korean"
+ !insertmacro UI_LANG_CONFIG "POLISH" "Polish"
!insertmacro UI_LANG_CONFIG "PORTUGUESE" "Português"
!insertmacro UI_LANG_CONFIG "PORTUGUESEBR" "Português do Brasil"
|