Changeset 2668 for vidalia/trunk/pkg/win32/vidalia_en.nsh
- Timestamp:
- 06/04/08 20:00:16 (7 months ago)
- Files:
-
- 1 modified
-
vidalia/trunk/pkg/win32/vidalia_en.nsh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
vidalia/trunk/pkg/win32/vidalia_en.nsh
r2491 r2668 27 27 ; Bundle 28 28 LangString BundleSetupCaption ${LANG_ENGLISH} "${BUNDLE_NAME} setup" 29 LangString BundleWelcomeText ${LANG_ENGLISH} "This wizard will guide you through the installation of Tor, Vidalia, P olipo, and Torbutton.\r\n\r\nTor is a system for using the Internet anonymously, helping you anonymize Web browsing and publishing, instant messaging, IRC, and more. Vidalia is a GUI that helps you control, monitor, and configure Tor.\r\n\r\nPolipo is a caching web proxy that helps make web browsing over Tor more responsive.\r\n\r\nTorbutton is a Firefox extension that allows you to quickly enable or disable anonymous web browsing.\r\n\r\nIf you have previously installed Tor, Vidalia, Polipo, or Firefox, please make sure they are not running before continuing this installation.\r\n\r\n$_CLICK"29 LangString BundleWelcomeText ${LANG_ENGLISH} "This wizard will guide you through the installation of Tor, Vidalia, Privoxy, and Torbutton.\r\n\r\nTor is a system for using the Internet anonymously, helping you anonymize Web browsing and publishing, instant messaging, IRC, and more. Vidalia is a GUI that helps you control, monitor, and configure Tor.\r\n\r\nPrivoxy is a filtering web proxy that protects your privacy and helps remove ads, banners, and popups.\r\n\r\nTorbutton is a Firefox extension that allows you to quickly enable or disable anonymous web browsing.\r\n\r\nIf you have previously installed Tor, Vidalia, Privoxy, or Firefox, please make sure they are not running before continuing this installation.\r\n\r\n$_CLICK" 30 30 LangString BundleWelcomeTitle ${LANG_ENGLISH} "Welcome to the ${BUNDLE_NAME} Setup Wizard" 31 31 LangString BundleLinkText ${LANG_ENGLISH} "${TOR_NAME} installation documentation" … … 57 57 LangString TorShortcutsDesc ${LANG_ENGLISH} "Add ${TOR_NAME} to your Start menu." 58 58 59 ; Polipo 60 LangString PolipoGroupDesc ${LANG_ENGLISH} "Polipo is a caching web proxy that helps make web browsing over Tor more responsive." 61 LangString PolipoUninstDesc ${LANG_ENGLISH} "Remove ${POLIPO_DESC}." 62 LangString PolipoAppDesc ${LANG_ENGLISH} "Install ${POLIPO_DESC}." 63 LangString PolipoShortcuts ${LANG_ENGLISH} "Add to Start Menu" 64 LangString PolipoShortcutsDesc ${LANG_ENGLISH} "Add ${POLIPO_NAME} to your Start menu." 59 ; Privoxy 60 LangString PrivoxyGroupDesc ${LANG_ENGLISH} "Privoxy is a filtering web proxy that protects your privacy and helps remove ads, banners, and popups." 61 LangString PrivoxyUninstDesc ${LANG_ENGLISH} "Remove ${PRIVOXY_DESC}." 62 LangString PrivoxyAppDesc ${LANG_ENGLISH} "Install ${PRIVOXY_DESC}." 63 LangString PrivoxyShortcuts ${LANG_ENGLISH} "Add to Start Menu" 64 LangString PrivoxyShortcutsDesc ${LANG_ENGLISH} "Add ${PRIVOXY_NAME} to your Start menu." 65 LangString PrivoxyStartup ${LANG_ENGLISH} "Run At Startup" 66 LangString PrivoxyStartupDesc ${LANG_ENGLISH} "Automatically run ${PRIVOXY_NAME} at startup." 65 67 66 68 ; Torbutton
