|
From: <xue...@us...> - 2003-09-13 17:32:10
|
Update of /cvsroot/popfile/windows
In directory sc8-pr-cvs1:/tmp/cvs-serv9633
Modified Files:
installer.nsi
Log Message:
Add support for Greek (a recent addition to the list of UI languages).
Index: installer.nsi
===================================================================
RCS file: /cvsroot/popfile/windows/installer.nsi,v
retrieving revision 1.112
retrieving revision 1.113
diff -C2 -d -r1.112 -r1.113
*** installer.nsi 13 Sep 2003 11:35:30 -0000 1.112
--- installer.nsi 13 Sep 2003 17:32:07 -0000 1.113
***************
*** 392,395 ****
--- 392,396 ----
!insertmacro PFI_LANG_LOAD "Spanish"
!insertmacro PFI_LANG_LOAD "French"
+ !insertmacro PFI_LANG_LOAD "Greek"
!insertmacro PFI_LANG_LOAD "Japanese"
!insertmacro PFI_LANG_LOAD "Korean"
***************
*** 895,898 ****
--- 896,900 ----
!insertmacro UI_LANG_CONFIG "SPANISH" "Español"
!insertmacro UI_LANG_CONFIG "FRENCH" "Francais"
+ !insertmacro UI_LANG_CONFIG "GREEK" "Hellenic"
!insertmacro UI_LANG_CONFIG "JAPANESE" "Nihongo"
!insertmacro UI_LANG_CONFIG "KOREAN" "Korean"
|