Update of /cvsroot/popfile/windows
In directory sc8-pr-cvs1:/tmp/cvs-serv6261
Added Files:
translator.nsi
Log Message:
Simple test program to help check installer/uninstaller translations.
--- NEW FILE: translator.nsi ---
#--------------------------------------------------------------------------
#
# translator.nsi --- This NSIS script is used to create a special version
# of the POPFile Windows installer. This test program does not
# install POPFile, it only installs a few files and allows
# buckets to be created - it is designed to provide a realistic
# testbed for the POPFile Installer/Uninstaller language files.
#
# Copyright (c) 2001-2003 John Graham-Cumming
#
# This file is part of POPFile
#
# POPFile is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# POPFile is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
[...1996 lines suppressed...]
SetDetailsPrint both
!undef L_CFG
!undef L_LNE
!undef L_REG_KEY
!undef L_REG_SUBKEY
!undef L_REG_VALUE
!undef L_TEMP
!undef L_UPGRADE
!undef L_CORPUS
!undef L_SUBCORPUS
!undef L_OLDUI
!undef L_HISTORY
!undef L_SUBHISTORY
!undef L_EXE
SectionEnd
#--------------------------------------------------------------------------
# End of 'translator.nsi'
#--------------------------------------------------------------------------
|