From: Don S. <ri...@us...> - 2005-02-07 15:50:36
|
Update of /cvsroot/gaim-bnet/gaim-bnet/nsis/translations In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12443/nsis/translations Added Files: english.nsh Log Message: Adding NSIS installer files, based on what datallah did for SNPP. Need to be tested. --- NEW FILE: english.nsh --- ;; ;; english.nsh ;; ;; Default language strings for the Windows gaim-bnet NSIS installer. ;; Windows Code page: 1252 ;; ; Startup Gaim check LangString GAIM_NEEDED ${LANG_ENGLISH} "Gaim-BNet requires that Gaim be installed. You must install Gaim before installing Gaim-BNet." LangString BNET_TITLE ${LANG_ENGLISH} "Gaim-BNet plugin for Gaim" LangString NO_GAIM_VERSION ${LANG_ENGLISH} "Unable to determine installed Gaim version." LangString BAD_GAIM_VERSION_1 ${LANG_ENGLISH} "Incompatible version.$\r$\n$\r$\nThis version of the Gaim-BNet plugin was built for Gaim version ${GAIM_VERSION}. It appears that you have Gaim version" LangString BAD_GAIM_VERSION_2 ${LANG_ENGLISH} "installed.$\r$\n$\r$\nSee http://gaim-bnet.sourceforge.net for more information." ; Overrides for default text in windows: LangString WELCOME_TITLE ${LANG_ENGLISH} "Gaim-BNet v${BNET_VERSION} Installer" LangString WELCOME_TEXT ${LANG_ENGLISH} "Note: This version of the plugin is designed for Gaim ${GAIM_VERSION}, and will not install or function with other versions of Gaim.\r\n\r\nWhen you upgrade your version of Gaim, you must uninstall or upgrade this plugin as well.\r\n\r\n" LangString DIR_SUBTITLE ${LANG_ENGLISH} "Please locate the directory where Gaim is installed" LangString DIR_INNERTEXT ${LANG_ENGLISH} "Install in this Gaim folder:" LangString FINISH_TITLE ${LANG_ENGLISH} "Gaim-BNet v${BNET_VERSION} Install Complete" LangString FINISH_TEXT ${LANG_ENGLISH} "You will need to restart Gaim for the plugin to be loaded." ; during install uninstaller LangString BNET_PROMPT_WIPEOUT ${LANG_ENGLISH} "The libbnet.dll plugin is about to be deleted from your Gaim/plugins directory. Continue?" ; for windows uninstall LangString BNET_UNINSTALL_DESC ${LANG_ENGLISH} "Gaim-BNet Plugin (remove only)" LangString un.BNET_UNINSTALL_ERROR_1 ${LANG_ENGLISH} "The uninstaller could not find registry entries for Gaim-BNET.$\rIt is likely that another user installed the plugin." LangString un.BNET_UNINSTALL_ERROR_2 ${LANG_ENGLISH} "You do not have the permissions necessary to uninstall the plugin." |