Author: durner Date: 2006-05-07 14:30:09 -0700 (Sun, 07 May 2006) New Revision: 2770
Modified: GNUnet/contrib/win/Installer.nsi Log: up Modified: GNUnet/contrib/win/Installer.nsi =================================================================== --- GNUnet/contrib/win/Installer.nsi 2006-05-07 21:17:02 UTC (rev 2769) +++ GNUnet/contrib/win/Installer.nsi 2006-05-07 21:30:09 UTC (rev 2770) @@ -5,7 +5,7 @@ ; HM NIS Edit Wizard helper defines !define PRODUCT_NAME "GNUnet" -!define PRODUCT_VERSION "0.7.0c" +!define PRODUCT_VERSION "0.7.0d" !define PRODUCT_PUBLISHER "GNU" !define PRODUCT_WEB_SITE "http://www.gnunet.org/" !define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}" @@ -120,6 +120,11 @@ SectionEnd SectionGroup "Language Support" SEC_LANG + Section "French" SEC_LANG_FR + SectionIn 1 2 3 4 + SetOutPath "$INSTDIR\share\locale\fr\LC_MESSAGES" + File "C:\GNUnet\share\locale\fr\LC_MESSAGES\gnunet-gtk.mo" + SectionEnd Section "German" SEC_LANG_DE SectionIn 1 2 3 4 SetOutPath "$INSTDIR\share\locale\de\LC_MESSAGES" @@ -134,17 +139,20 @@ File "C:\GNUnet\share\locale\rw\LC_MESSAGES\libextractor.mo" File "C:\GNUnet\share\locale\rw\LC_MESSAGES\gnunet-gtk.mo" SectionEnd + Section "Swedish" SEC_LANG_SV + SectionIn 1 2 3 4 + SetOutPath "$INSTDIR\share\locale\sv\LC_MESSAGES" + File "C:\GNUnet\share\locale\sv\LC_MESSAGES\GNUnet.mo" + File "C:\GNUnet\share\locale\sv\LC_MESSAGES\gnunet-gtk.mo" + File "C:\GNUnet\share\locale\sv\LC_MESSAGES\libextractor.mo" + SectionEnd Section "Vietnamese" SEC_LANG_VI SectionIn 1 2 3 4 SetOutPath "$INSTDIR\share\locale\vi\LC_MESSAGES" File "C:\GNUnet\share\locale\vi\LC_MESSAGES\GNUnet.mo" File "C:\GNUnet\share\locale\vi\LC_MESSAGES\gnunet-gtk.mo" + File "C:\GNUnet\share\locale\vi\LC_MESSAGES\libextractor.mo" SectionEnd - Section "Swedish" SEC_LANG_SV - SectionIn 1 2 3 4 - SetOutPath "$INSTDIR\share\locale\sv\LC_MESSAGES" - File "C:\GNUnet\share\locale\sv\LC_MESSAGES\GNUnet.mo" - SectionEnd SectionGroupEnd Section "Setup" SEC_SETUP _______________________________________________ GNUnet-SVN mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnunet-svn
