mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-04 13:07:52 +00:00
Bug 342407 - Freshen installer to new NSIS code - calendar only. r=lilmatt
This commit is contained in:
parent
ca15e5cccf
commit
d989abd726
16
calendar/EULA.txt
Normal file
16
calendar/EULA.txt
Normal file
@ -0,0 +1,16 @@
|
||||
FOR TRANSLATIONS OF THIS LICENSE INTO SELECTED LANGUAGES, PLEASE VISIT WWW.MOZILLA.ORG/LICENSING.
|
||||
|
||||
MOZILLA SUNBIRD CALENDAR APPLICATION END-USER SOFTWARE LICENSE AGREEMENT
|
||||
Version 1.0
|
||||
|
||||
A SOURCE CODE VERSION OF CERTAIN SUNBIRD CALENDAR APPLICATION FUNCTIONALITY THAT YOU MAY USE, MODIFY AND DISTRIBUTE IS AVAILABLE TO YOU FREE-OF-CHARGE FROM WWW.MOZILLA.ORG UNDER THE MOZILLA PUBLIC LICENSE and other open source software licenses.
|
||||
The accompanying executable code version of Mozilla Sunbird and related documentation (the "Product") is made available to you under the terms of this MOZILLA SUNBIRD CALENDAR APPLICATION END-USER SOFTWARE LICENSE AGREEMENT (THE "AGREEMENT"). BY CLICKING THE "ACCEPT" BUTTON, OR BY INSTALLING OR USING THE MOZILLA SUNBIRD CALENDAR APPLICATION, YOU ARE CONSENTING TO BE BOUND BY THE AGREEMENT. IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT, DO NOT CLICK THE "ACCEPT" BUTTON, AND DO NOT INSTALL OR USE ANY PART OF THE MOZILLA SUNBIRD CALENDAR APPLICATION.
|
||||
DURING THE MOZILLA SUNBIRD CALENDAR APPLICATION PROCESS, AND AT LATER TIMES, YOU MAY BE GIVEN THE OPTION OF INSTALLING ADDITIONAL COMPONENTS FROM THIRD-PARTY SOFTWARE PROVIDERS. THE INSTALLATION AND USE OF THOSE THIRD-PARTY COMPONENTS MAY BE GOVERNED BY ADDITIONAL LICENSE AGREEMENTS.
|
||||
1. LICENSE GRANT. The Mozilla Corporation grants you a non-exclusive license to use the executable code version of the Product. This Agreement will also govern any software upgrades provided by Mozilla that replace and/or supplement the original Product, unless such upgrades are accompanied by a separate license, in which case the terms of that license will govern.
|
||||
2. TERMINATION. If you breach this Agreement your right to use the Product will terminate immediately and without notice, but all provisions of this Agreement except the License Grant (Paragraph 1) will survive termination and continue in effect. Upon termination, you must destroy all copies of the Product.
|
||||
3. PROPRIETARY RIGHTS. Portions of the Product are available in source code form under the terms of the Mozilla Public License and other open source licenses (collectively, "Open Source Licenses") at http://www.mozilla.org. Nothing in this Agreement will be construed to limit any rights granted under the Open Source Licenses. Subject to the foregoing, Mozilla, for itself and on behalf of its licensors, hereby reserves all intellectual property rights in the Product, except for the rights expressly granted in this Agreement. You may not remove or alter any trademark, logo, copyright or other proprietary notice in or on the Product. This license does not grant you any right to use the trademarks, service marks or logos of Mozilla or its licensors.
|
||||
4. DISCLAIMER OF WARRANTY. THE PRODUCT IS PROVIDED "AS IS" WITH ALL FAULTS. TO THE EXTENT PERMITTED BY LAW, MOZILLA AND MOZILLA'S DISTRIBUTORS, LICENSORS HEREBY DISCLAIM ALL WARRANTIES, WHETHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION WARRANTIES THAT THE PRODUCT IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE AND NON-INFRINGING. YOU BEAR ENTIRE RISK AS TO SELECTING THE PRODUCT FOR YOUR PURPOSES AND AS TO THE QUALITY AND PERFORMANCE OF THE PRODUCT. THIS LIMITATION WILL APPLY NOTWITHSTANDING THE FAILURE OF ESSENTIAL PURPOSE OF ANY REMEDY. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF IMPLIED WARRANTIES, SO THIS DISCLAIMER MAY NOT APPLY TO YOU.
|
||||
5. LIMITATION OF LIABILITY. EXCEPT AS REQUIRED BY LAW, MOZILLA AND ITS DISTRIBUTORS, DIRECTORS, LICENSORS, CONTRIBUTORS AND AGENTS (COLLECTIVELY, THE "MOZILLA GROUP") WILL NOT BE LIABLE FOR ANY INDIRECT, SPECIAL, INCIDENTAL, CONSEQUENTIAL OR EXEMPLARY DAMAGES ARISING OUT OF OR IN ANY WAY RELATING TO THIS AGREEMENT OR THE USE OF OR INABILITY TO USE THE PRODUCT, INCLUDING WITHOUT LIMITATION DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, LOST PROFITS, LOSS OF DATA, AND COMPUTER FAILURE OR MALFUNCTION, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES AND REGARDLESS OF THE THEORY (CONTRACT, TORT OR OTHERWISE) UPON WHICH SUCH CLAIM IS BASED. THE MOZILLA GROUP'S COLLECTIVE LIABILITY UNDER THIS AGREEMENT WILL NOT EXCEED THE GREATER OF $500 (FIVE HUNDRED DOLLARS) AND THE FEES PAID BY YOU UNDER THIS LICENSE (IF ANY). SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL, CONSEQUENTIAL OR SPECIAL DAMAGES, SO THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.
|
||||
6. EXPORT CONTROLS. This license is subject to all applicable export restrictions. You must comply with all export and import laws and restrictions and regulations of any United States or foreign agency or authority relating to the Product and its use.
|
||||
7. U.S. GOVERNMENT END-USERS. The Product is a "commercial item," as that term is defined in 48 C.F.R. 2.101, consisting of "commercial computer software" and "commercial computer software documentation," as such terms are used in 48 C.F.R. 12.212 (Sept. 1995) and 48 C.F.R. 227.7202 (June 1995). Consistent with 48 C.F.R. 12.212, 48 C.F.R. 27.405(b)(2) (June 1998) and 48 C.F.R. 227.7202, all U.S. Government End Users acquire the Product with only those rights as set forth herein.
|
||||
8. MISCELLANEOUS. (a) This Agreement constitutes the entire agreement between Mozilla and you concerning the subject matter hereof, and it may only be modified by a written amendment signed by an authorized executive of Mozilla. (b) Except to the extent applicable law, if any, provides otherwise, this Agreement will be governed by the laws of the state of California, U.S.A., excluding its conflict of law provisions. (c) This Agreement will not be governed by the United Nations Convention on Contracts for the International Sale of Goods. (d) If any part of this Agreement is held invalid or unenforceable, that part will be construed to reflect the parties' original intent, and the remaining portions will remain in full force and effect. (e) A waiver by either party of any term or condition of this Agreement or any breach thereof, in any one instance, will not waive such term or condition or any subsequent breach thereof. (f) Except as required by law, the controlling language of this Agreement is English. (g) You may assign your rights under this Agreement to any party that consents to, and agrees to be bound by, its terms; the Mozilla Corporation may assign its rights under this Agreement without condition. (h) This Agreement will be binding upon and will inure to the benefit of the parties, their successors and permitted assigns.
|
@ -78,11 +78,9 @@ MOZ_NONLOCALIZED_PKG_LIST = \
|
||||
MOZ_LOCALIZED_PKG_LIST = $(AB_CD)
|
||||
|
||||
MOZ_OPTIONAL_PKG_LIST = \
|
||||
# adt = Additional Developer Tools (inspector)
|
||||
# adt \
|
||||
# XXX Re-enable when we enable talkback for Sunbird
|
||||
# talkback \
|
||||
$(NULL)
|
||||
adt \
|
||||
talkback \
|
||||
$(NULL)
|
||||
|
||||
DEFINES += -DAB_CD=$(AB_CD)
|
||||
|
||||
|
@ -42,24 +42,65 @@ VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
CONFIG_DIR=$(shell cd $(srcdir) && pwd)
|
||||
OBJ_DIR=$(shell cd $(DEPTH) && pwd)
|
||||
SRC_DIR=$(shell cd $(topsrcdir) && pwd)
|
||||
include $(topsrcdir)/toolkit/mozapps/installer/package-name.mk
|
||||
|
||||
installer: sunbird.manifest
|
||||
cd $(topsrcdir)/toolkit/mozapps/installer && perl build_static.pl -config "$(CONFIG_DIR)" -srcDir "$(SRC_DIR)" -objDir "$(OBJ_DIR)"
|
||||
CONFIG_DIR := $(shell pwd)/instgen
|
||||
SFX_MODULE = $(topsrcdir)/other-licenses/7zstub/sunbird/7zSD.sfx
|
||||
|
||||
PP_LOCALIZED_FILES = \
|
||||
packages-static \
|
||||
installer.cfg \
|
||||
$(NULL)
|
||||
|
||||
INSTALLER_FILES = \
|
||||
app.tag \
|
||||
nsis/installer.nsi \
|
||||
$(NULL)
|
||||
|
||||
BRANDING_FILES = \
|
||||
wizHeader.bmp \
|
||||
wizHeaderRTL.bmp \
|
||||
wizWatermark.bmp \
|
||||
$(NULL)
|
||||
|
||||
DEFINES += \
|
||||
-DAB_CD=$(AB_CD) \
|
||||
-DPKG_BASENAME=$(PKG_BASENAME) \
|
||||
-DMOZ_APP_VERSION=$(MOZ_APP_VERSION) \
|
||||
-DMOZ_APP_DISPLAYNAME=${MOZ_APP_DISPLAYNAME} \
|
||||
-DMOZILLA_VERSION=${MOZILLA_VERSION} \
|
||||
$(NULL)
|
||||
|
||||
include $(topsrcdir)/config/config.mk
|
||||
include $(call EXPAND_LOCALE_SRCDIR,toolkit/locales)/installer/windows/charset.mk
|
||||
|
||||
installer::
|
||||
$(MAKE) -C .. installer-stage
|
||||
$(RM) -rf instgen && mkdir instgen
|
||||
$(INSTALL) $(addprefix $(srcdir)/,$(INSTALLER_FILES)) instgen
|
||||
$(INSTALL) $(addprefix $(DIST)/branding/,$(BRANDING_FILES)) instgen
|
||||
cp $(topsrcdir)/calendar/EULA.txt instgen/license.txt
|
||||
$(EXIT_ON_ERROR) \
|
||||
for i in $(PP_LOCALIZED_FILES); do \
|
||||
$(PERL) $(topsrcdir)/config/preprocessor.pl $(DEFINES) $(ACDEFINES) $(srcdir)/$$i > instgen/$$i; \
|
||||
done
|
||||
$(PERL) $(topsrcdir)/toolkit/mozapps/installer/windows/nsis/make-installremoves.pl \
|
||||
../removed-files > instgen/removed-files.log
|
||||
$(PERL) $(topsrcdir)/config/preprocessor.pl -Fsubstitution $(DEFINES) $(ACDEFINES) \
|
||||
$(srcdir)/nsis/defines.nsi.in > instgen/defines.nsi
|
||||
$(PERL) $(topsrcdir)/toolkit/mozapps/installer/windows/nsis/preprocess-locale.pl \
|
||||
$(topsrcdir) $(call EXPAND_LOCALE_SRCDIR,calendar/locales)/installer $(AB_CD) \
|
||||
$(WIN_INSTALLER_CHARSET)
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
include $(topsrcdir)/toolkit/mozapps/installer/windows/nsis/makensis.mk
|
||||
|
||||
export::
|
||||
ifndef MOZ_USE_OFFICIAL_BRANDING
|
||||
$(NSINSTALL) -D $(DIST)/branding
|
||||
cp $(srcdir)/Header.bmp $(DIST)/branding/Header.bmp
|
||||
cp $(srcdir)/Watermrk.bmp $(DIST)/branding/Watermrk.bmp
|
||||
cp $(srcdir)/wizHeader.bmp $(DIST)/branding/wizHeader.bmp
|
||||
cp $(srcdir)/wizHeaderRTL.bmp $(DIST)/branding/wizHeaderRTL.bmp
|
||||
cp $(srcdir)/wizWatermark.bmp $(DIST)/branding/wizWatermark.bmp
|
||||
endif
|
||||
|
||||
# Create a manifest for use with codesighs, by stripping "bin/" off of the
|
||||
# beginning of lines in the packages file.
|
||||
|
||||
sunbird.manifest: packages-static
|
||||
grep "^bin\\\\" $^ | sed "s?^bin\\\\??" > $@
|
||||
|
20
calendar/installer/windows/nsis/defines.nsi.in
Normal file
20
calendar/installer/windows/nsis/defines.nsi.in
Normal file
@ -0,0 +1,20 @@
|
||||
#filter substitution
|
||||
!define AppVersion "@MOZ_APP_VERSION@"
|
||||
!define GREVersion @MOZILLA_VERSION@
|
||||
!define AB_CD "@AB_CD@"
|
||||
!define FileInstallerEXE "@PKG_BASENAME@.installer.exe"
|
||||
!define FileInstallerMSI "@PKG_BASENAME@.installer.msi"
|
||||
!define FileInstallerNETRoot "@PKG_BASENAME@.net-installer"
|
||||
|
||||
!define BrandShortName "Sunbird"
|
||||
!define BrandFullName "Mozilla Sunbird"
|
||||
!define FileMainEXE "sunbird.exe"
|
||||
!define CompanyName "Mozilla"
|
||||
!define URLInfoAbout "http://www.mozilla.org/"
|
||||
!define URLUpdateInfo "http://www.mozilla.org/projects/calendar/sunbird/"
|
||||
!define NO_UNINSTALL_SURVEY
|
||||
!define WindowClass "SunbirdMessageWindow"
|
||||
!define SurveyURL "https://survey.mozilla.com/1/Mozilla%20Sunbird/${AppVersion}%20(${AB_CD})/exit.html"
|
||||
# Percentage of new "Standard" installs to enable talkback for
|
||||
# Change me for release builds!
|
||||
!define RandomPercent "100"
|
1215
calendar/installer/windows/nsis/installer.nsi
Normal file
1215
calendar/installer/windows/nsis/installer.nsi
Normal file
File diff suppressed because it is too large
Load Diff
@ -8,29 +8,20 @@
|
||||
; ; file comment
|
||||
;
|
||||
|
||||
#filter substitution
|
||||
|
||||
bin/.autoreg
|
||||
|
||||
[langenus]
|
||||
; en-US
|
||||
bin\chrome\en-US.jar
|
||||
bin\chrome\en-win.jar
|
||||
[@AB_CD@]
|
||||
bin\chrome\@AB_CD@.jar
|
||||
bin\chrome\@AB_CD@.manifest
|
||||
bin\chrome\calendar-@AB_CD@.jar
|
||||
bin\chrome\calendar-@AB_CD@.manifest
|
||||
bin\defaults\pref\sunbird-l10n.js
|
||||
bin\defaults\profile\prefs.js
|
||||
bin\defaults\profile\chrome\*
|
||||
bin\updater.ini
|
||||
|
||||
[regus]
|
||||
; US
|
||||
; If you add a new directory you must explicitly call addDirectory in regus.jst
|
||||
bin\chrome\US.jar
|
||||
bin\defaults\profile\US\*
|
||||
bin\searchplugins\*
|
||||
|
||||
[deflenus]
|
||||
; Default files for US
|
||||
bin\defaults\profile\bookmarks.html
|
||||
bin\defaults\profile\localstore.rdf
|
||||
;!4sunbird bin\defaults\profile\prefs.js
|
||||
bin\defaults\profile\search.rdf
|
||||
bin\defaults\profile\mimeTypes.rdf
|
||||
;!4sunbird bin\defaults\profile\extensions\{641d8d09-7dda-4850-8228-ac0ab65e2ac9}\install.rdf
|
||||
bin\extensions\{972ce4c6-7e08-4474-a285-3208198ce6fd}\install.rdf
|
||||
|
||||
[xpcom]
|
||||
bin\js3250.dll
|
||||
@ -42,128 +33,135 @@ bin\xpistub.dll
|
||||
bin\nspr4.dll
|
||||
bin\components\xpinstal.dll
|
||||
bin\components\jar50.dll
|
||||
bin\xpcom_compat.dll
|
||||
bin\Microsoft.VC80.CRT.manifest
|
||||
bin\msvcm80.dll
|
||||
bin\msvcp80.dll
|
||||
bin\msvcr80.dll
|
||||
|
||||
[browser]
|
||||
[calendar]
|
||||
; [Base Calendar Files]
|
||||
bin\sunbird.exe
|
||||
bin\plugins\npnul32.dll
|
||||
bin\res\cmessage.txt
|
||||
bin\xpicleanup.exe
|
||||
bin\LICENSE
|
||||
bin\README.txt
|
||||
|
||||
; [Components]
|
||||
bin\components\alerts.xpt
|
||||
bin\components\accessibility.xpt
|
||||
bin\AccessibleMarshal.dll
|
||||
bin\components\accessibility-msaa.xpt
|
||||
bin\components\accessibility.xpt
|
||||
bin\components\alerts.xpt
|
||||
bin\components\appshell.xpt
|
||||
bin\components\appstartup.xpt
|
||||
bin\components\autocomplete.xpt
|
||||
bin\components\autoconfig.xpt
|
||||
bin\components\bookmarks.xpt
|
||||
bin\components\calendar.xpt
|
||||
bin\components\calbase.xpt
|
||||
bin\components\calbaseinternal.xpt
|
||||
bin\components\caps.xpt
|
||||
bin\components\chardet.xpt
|
||||
;!4sunbird bin\components\chrome.xpt
|
||||
bin\components\chrome.xpt
|
||||
bin\components\commandhandler.xpt
|
||||
bin\components\commandlines.xpt
|
||||
bin\components\composer.xpt
|
||||
bin\components\content_base.xpt
|
||||
bin\components\content_html.xpt
|
||||
bin\components\content_htmldoc.xpt
|
||||
bin\components\content_xmldoc.xpt
|
||||
bin\components\content_xslt.xpt
|
||||
;!4sunbird bin\components\cookie.xpt
|
||||
;!4sunbird bin\components\directory.xpt
|
||||
bin\components\content_xtf.xpt
|
||||
bin\components\cookie.xpt
|
||||
bin\components\docshell_base.xpt
|
||||
bin\components\dom.xpt
|
||||
bin\components\dom_base.xpt
|
||||
bin\components\dom_canvas.xpt
|
||||
bin\components\dom_core.xpt
|
||||
bin\components\dom_css.xpt
|
||||
bin\components\dom_events.xpt
|
||||
bin\components\dom_html.xpt
|
||||
bin\components\dom_loadsave.xpt
|
||||
bin\components\dom_range.xpt
|
||||
bin\components\dom_sidebar.xpt
|
||||
bin\components\dom_storage.xpt
|
||||
bin\components\dom_stylesheets.xpt
|
||||
bin\components\dom_svg.xpt
|
||||
bin\components\dom_traversal.xpt
|
||||
bin\components\dom_views.xpt
|
||||
bin\components\dom_xbl.xpt
|
||||
bin\components\dom_xpath.xpt
|
||||
bin\components\dom_xul.xpt
|
||||
;!4sunbird bin\components\downloads.xpt
|
||||
bin\components\downloads.xpt
|
||||
bin\components\editor.xpt
|
||||
bin\components\embed_base.xpt
|
||||
bin\components\extensions.xpt
|
||||
bin\components\exthandler.xpt
|
||||
bin\components\fastfind.xpt
|
||||
bin\components\feeds.xpt
|
||||
bin\components\find.xpt
|
||||
bin\components\gfx.xpt
|
||||
bin\components\helperAppDlg.xpt
|
||||
bin\components\gksvgrenderer.xpt
|
||||
bin\components\history.xpt
|
||||
bin\components\htmlparser.xpt
|
||||
bin\components\imglib2.xpt
|
||||
bin\components\imgicon.xpt
|
||||
bin\components\imglib2.xpt
|
||||
bin\components\inspector.xpt
|
||||
bin\components\intl.xpt
|
||||
bin\components\intlcmpt.xpt
|
||||
bin\components\jar.xpt
|
||||
bin\components\jsconsole.xpt
|
||||
bin\components\jsconsole-clhandler.js
|
||||
;!4sunbird bin\components\jsd3250.dll
|
||||
;!4sunbird bin\components\jsdservice.xpt
|
||||
bin\components\jsd3250.dll
|
||||
bin\components\jsdservice.xpt
|
||||
bin\components\layout_base.xpt
|
||||
bin\components\layout_printing.xpt
|
||||
bin\components\layout_xul.xpt
|
||||
bin\components\layout_xul_tree.xpt
|
||||
bin\components\locale.xpt
|
||||
bin\components\lwbrk.xpt
|
||||
;!4sunbird bin\components\migration.xpt
|
||||
bin\components\mimetype.xpt
|
||||
bin\components\mozbrwsr.xpt
|
||||
bin\components\mozfind.xpt
|
||||
bin\components\necko.xpt
|
||||
bin\components\necko_about.xpt
|
||||
bin\components\necko_cache.xpt
|
||||
bin\components\necko_cookie.xpt
|
||||
bin\components\necko_strconv.xpt
|
||||
bin\components\necko_about.xpt
|
||||
bin\components\necko_dns.xpt
|
||||
bin\components\necko_file.xpt
|
||||
bin\components\necko_ftp.xpt
|
||||
bin\components\necko_http.xpt
|
||||
bin\components\necko_res.xpt
|
||||
bin\components\necko_socket.xpt
|
||||
bin\components\necko_strconv.xpt
|
||||
bin\components\necko_viewsource.xpt
|
||||
;!4sunbird bin\components\oji.xpt
|
||||
bin\components\passwordmgr.xpt
|
||||
bin\components\plugin.xpt
|
||||
bin\components\pipboot.xpt
|
||||
bin\components\pipnss.xpt
|
||||
bin\components\pippki.xpt
|
||||
bin\components\pref.xpt
|
||||
bin\components\prefetch.xpt
|
||||
bin\components\prefmigr.xpt
|
||||
bin\components\profile.xpt
|
||||
bin\components\progressDlg.xpt
|
||||
bin\components\proxyObject.xpt
|
||||
bin\components\rdf.xpt
|
||||
;!4sunbird bin\components\related.xpt
|
||||
;!4sunbird bin\components\satchel.xpt
|
||||
;!4sunbird bin\components\search.xpt
|
||||
bin\components\satchel.xpt
|
||||
bin\components\saxparser.xpt
|
||||
bin\components\shistory.xpt
|
||||
bin\components\sidebar.xpt
|
||||
;!4sunbird bin\components\signonviewer.xpt
|
||||
bin\components\txtsvc.xpt
|
||||
bin\components\storage.xpt
|
||||
bin\components\toolkitprofile.xpt
|
||||
bin\components\txmgr.xpt
|
||||
;!4sunbird bin\components\typeaheadfind.xpt
|
||||
;!4sunbird bin\components\ucnative.xpt
|
||||
bin\components\txtsvc.xpt
|
||||
bin\components\uconv.xpt
|
||||
bin\components\unicharutil.xpt
|
||||
bin\components\update.xpt
|
||||
bin\components\uriloader.xpt
|
||||
;!4sunbird bin\components\util.xpt
|
||||
;!4sunbird bin\components\wallet.xpt
|
||||
;!4sunbird bin\components\walleteditor.xpt
|
||||
;!4sunbird bin\components\walletpreview.xpt
|
||||
bin\components\webBrowser_core.xpt
|
||||
bin\components\webbrowserpersist.xpt
|
||||
bin\components\webdav.xpt
|
||||
bin\components\webshell_idls.xpt
|
||||
;!4sunbird bin\components\websrvcs.xpt
|
||||
bin\components\websrvcs.xpt
|
||||
bin\components\widget.xpt
|
||||
bin\components\windowds.xpt
|
||||
bin\components\windowwatcher.xpt
|
||||
;!4sunbird bin\components\shellservice.xpt
|
||||
;!4sunbird bin\components\xml-rpc.xpt
|
||||
;!4sunbird bin\components\xmlextras.xpt
|
||||
bin\components\winhooks.xpt
|
||||
bin\components\xpautocomplete.xpt
|
||||
bin\components\xpcom_base.xpt
|
||||
bin\components\xpcom_components.xpt
|
||||
bin\components\xpcom_ds.xpt
|
||||
@ -171,48 +169,65 @@ bin\components\xpcom_io.xpt
|
||||
bin\components\xpcom_thread.xpt
|
||||
bin\components\xpcom_xpti.xpt
|
||||
bin\components\xpconnect.xpt
|
||||
bin\components\xpinstal.dll
|
||||
bin\components\xpinstall.xpt
|
||||
bin\components\xulapp.xpt
|
||||
bin\components\xuldoc.xpt
|
||||
bin\components\xultmpl.xpt
|
||||
; JavaScript components
|
||||
bin\components\nsDefaultCLH.js
|
||||
bin\components\nsSetDefaultBrowser.js
|
||||
bin\components\nsCloseAllWindows.js
|
||||
bin\components\nsInterfaceInfoToIDL.js
|
||||
bin\components\nsPostUpdateWin.js
|
||||
bin\components\nsProgressDialog.js
|
||||
bin\components\nsSetDefaultMail.js
|
||||
bin\components\nsUnsetDefaultMail.js
|
||||
bin\components\nsUpdateService.js
|
||||
;!4sunbird bin\components\nsDictionary.js
|
||||
bin\components\nsHelperAppDlg.js
|
||||
bin\components\nsProxyAutoConfig.js
|
||||
;!4sunbird bin\components\nsSidebar.js
|
||||
;!4sunbird bin\components\nsXmlRpcClient.js
|
||||
bin\components\nsExtensionManager.js
|
||||
bin\components\nsBackgroundUpdateService.js
|
||||
bin\components\extensions.xpt
|
||||
bin\components\update.xpt
|
||||
bin\components\calendarService.js
|
||||
bin\components\calAlarmMonitor.js
|
||||
bin\components\calAttendee.js
|
||||
bin\components\calAlarmService.js
|
||||
bin\components\calAttachment.js
|
||||
bin\components\calCalendarManager.js
|
||||
bin\components\calCompositeCalendar.js
|
||||
bin\components\calDateTimeFormatter.js
|
||||
bin\components\calDavCalendar.js
|
||||
bin\components\calEvent.js
|
||||
bin\components\calHtmlExport.js
|
||||
bin\components\calICSCalendar.js
|
||||
bin\components\calIcsImportExport.js
|
||||
bin\components\calImportExportModule.js
|
||||
bin\components\calItemBase.js
|
||||
bin\components\calItemModule.js
|
||||
bin\components\calListFormatter.js
|
||||
bin\components\calMemoryCalendar.js
|
||||
bin\components\calOutlookCSVImportExport.js
|
||||
bin\components\calRecurrenceInfo.js
|
||||
bin\components\calStorageCalendar.js
|
||||
bin\components\calTodo.js
|
||||
bin\components\calWeekTitleService.js
|
||||
bin\components\FeedProcessor.js
|
||||
bin\components\pluginGlue.js
|
||||
|
||||
; [Browser Chrome Files]
|
||||
; [Calendar Chrome Files]
|
||||
bin\chrome\calendar.jar
|
||||
bin\chrome\calendar.manifest
|
||||
bin\chrome\classic.jar
|
||||
bin\chrome\classic.manifest
|
||||
bin\extensions\{972ce4c6-7e08-4474-a285-3208198ce6fd}\install.rdf
|
||||
bin\chrome\comm.jar
|
||||
bin\chrome\comm.manifest
|
||||
bin\chrome\toolkit.jar
|
||||
|
||||
bin\chrome\calendar-ca-AD.jar
|
||||
bin\chrome\calendar-de-AT.jar
|
||||
bin\chrome\calendar-hu-HU.jar
|
||||
bin\chrome\calendar-lt-LT.jar
|
||||
bin\chrome\calendar-pt-BR.jar
|
||||
bin\chrome\calendar-sv-SE.jar
|
||||
bin\chrome\calendar-cs-CZ.jar
|
||||
bin\chrome\calendar-es-ES.jar
|
||||
bin\chrome\calendar-it-IT.jar
|
||||
bin\chrome\calendar-nl-NL.jar
|
||||
bin\chrome\calendar-sk-SK.jar
|
||||
bin\chrome\calendar-tr-TR.jar
|
||||
bin\chrome\calendar-cy-GB.jar
|
||||
bin\chrome\calendar-fr-FR.jar
|
||||
bin\chrome\calendar-ja-JP.jar
|
||||
bin\chrome\calendar-pl-PL.jar
|
||||
bin\chrome\calendar-sl-SI.jar
|
||||
bin\chrome\calendar-wen-DE.jar
|
||||
bin\chrome\toolkit.manifest
|
||||
|
||||
; [Default Preferences]
|
||||
; All the pref files must be part of base to prevent migration bugs
|
||||
@ -225,36 +240,17 @@ bin\defaults\autoconfig\prefcalls.js
|
||||
|
||||
; [Layout Engine Resources]
|
||||
; Style Sheets, Graphics and other Resources used by the layout engine.
|
||||
bin\res\hiddenWindow.html
|
||||
bin\res\ua.css
|
||||
bin\res\html.css
|
||||
bin\res\quirk.css
|
||||
bin\res\forms.css
|
||||
;!4sunbird bin\res\EditorOverride.css
|
||||
;!4sunbird bin\res\table-add-column-after-active.gif
|
||||
;!4sunbird bin\res\table-add-column-after-hover.gif
|
||||
;!4sunbird bin\res\table-add-column-after.gif
|
||||
;!4sunbird bin\res\table-add-column-before-active.gif
|
||||
;!4sunbird bin\res\table-add-column-before-hover.gif
|
||||
;!4sunbird bin\res\table-add-column-before.gif
|
||||
;!4sunbird bin\res\table-add-row-after-active.gif
|
||||
;!4sunbird bin\res\table-add-row-after-hover.gif
|
||||
;!4sunbird bin\res\table-add-row-after.gif
|
||||
;!4sunbird bin\res\table-add-row-before-active.gif
|
||||
;!4sunbird bin\res\table-add-row-before-hover.gif
|
||||
;!4sunbird bin\res\table-add-row-before.gif
|
||||
;!4sunbird bin\res\table-remove-column-active.gif
|
||||
;!4sunbird bin\res\table-remove-column-hover.gif
|
||||
;!4sunbird bin\res\table-remove-column.gif
|
||||
;!4sunbird bin\res\table-remove-row-active.gif
|
||||
;!4sunbird bin\res\table-remove-row-hover.gif
|
||||
;!4sunbird bin\res\table-remove-row.gif
|
||||
;!4sunbird bin\res\arrowd.gif
|
||||
;!4sunbird bin\res\grabber.gif
|
||||
|
||||
bin\res\arrowd.gif
|
||||
bin\res\viewsource.css
|
||||
bin\res\mathml.css
|
||||
bin\res\arrow.gif
|
||||
;!4sunbird bin\res\loading-image.gif
|
||||
;!4sunbird bin\res\broken-image.gif
|
||||
bin\res\loading-image.gif
|
||||
bin\res\broken-image.gif
|
||||
bin\res\fonts\*
|
||||
bin\res\dtd\*
|
||||
bin\res\html\*
|
||||
@ -280,25 +276,31 @@ bin\freebl3.dll
|
||||
bin\ssl3.dll
|
||||
bin\chrome\pipnss.jar
|
||||
bin\chrome\pippki.jar
|
||||
bin\chrome\pippki.manifest
|
||||
|
||||
; [Updater]
|
||||
;
|
||||
bin\updater.exe
|
||||
|
||||
; [Additional Developer Tools]
|
||||
[adt]
|
||||
; [Document Inspector]
|
||||
;!4sunbird bin\components\inspector-cmdline.js
|
||||
;!4sunbird bin\components\inspector.dll
|
||||
;!4sunbird bin\components\inspector.xpt
|
||||
;!4sunbird bin\chrome\inspector.jar
|
||||
;!4sunbird bin\defaults\pref\inspector.js
|
||||
;!4sunbird bin\res\inspector\viewer-registry.rdf
|
||||
;!4sunbird bin\res\inspector\search-registry.rdf
|
||||
; [Venkman JavaScript Debugger]
|
||||
; bin\components\venkman-service.js
|
||||
; bin\chrome\venkman.jar
|
||||
|
||||
; [Help]
|
||||
[help]
|
||||
bin\chrome\help.jar
|
||||
|
||||
; [Additional Browsing Enhancements]
|
||||
[abe]
|
||||
bin\extensions\inspector@mozilla.org\install.rdf
|
||||
bin\extensions\inspector@mozilla.org\components\inspector-cmdline.js
|
||||
bin\extensions\inspector@mozilla.org\chrome.manifest
|
||||
bin\extensions\inspector@mozilla.org\chrome\inspector.jar
|
||||
bin\extensions\inspector@mozilla.org\defaults\preferences\inspector.js
|
||||
bin\extensions\inspector@mozilla.org\chrome\icons\default\winInspectorMain.ico
|
||||
|
||||
[talkback]
|
||||
bin\README.txt,bin\readme.txt
|
||||
bin\extensions\talkback@mozilla.org\install.rdf
|
||||
bin\extensions\talkback@mozilla.org\chrome.manifest
|
||||
bin\extensions\talkback@mozilla.org\components\qfaservices.dll
|
||||
bin\extensions\talkback@mozilla.org\components\qfaservices.xpt
|
||||
bin\extensions\talkback@mozilla.org\components\BrandRes.dll
|
||||
bin\extensions\talkback@mozilla.org\components\fullsoft.dll
|
||||
bin\extensions\talkback@mozilla.org\components\master.ini
|
||||
bin\extensions\talkback@mozilla.org\components\talkback-l10n.ini
|
||||
bin\extensions\talkback@mozilla.org\components\talkback.cnt
|
||||
bin\extensions\talkback@mozilla.org\components\talkback.exe
|
||||
bin\extensions\talkback@mozilla.org\components\talkback.hlp
|
||||
|
77
calendar/locales/en-US/installer/custom.properties
Normal file
77
calendar/locales/en-US/installer/custom.properties
Normal file
@ -0,0 +1,77 @@
|
||||
# ***** BEGIN LICENSE BLOCK *****
|
||||
# Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
#
|
||||
# The contents of this file are subject to the Mozilla Public License Version
|
||||
# 1.1 (the "License"); you may not use this file except in compliance with
|
||||
# the License. You may obtain a copy of the License at
|
||||
# http://www.mozilla.org/MPL/
|
||||
#
|
||||
# Software distributed under the License is distributed on an "AS IS" basis,
|
||||
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
# for the specific language governing rights and limitations under the
|
||||
# License.
|
||||
#
|
||||
# The Original Code is the Mozilla Installer code.
|
||||
#
|
||||
# The Initial Developer of the Original Code is Mozilla Foundation
|
||||
# Portions created by the Initial Developer are Copyright (C) 2006
|
||||
# the Initial Developer. All Rights Reserved.
|
||||
#
|
||||
# Contributor(s):
|
||||
# Robert Strong <robert.bugzilla@gmail.com>
|
||||
#
|
||||
# Alternatively, the contents of this file may be used under the terms of
|
||||
# either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
# the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
# in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
# of those above. If you wish to allow use of your version of this file only
|
||||
# under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
# use your version of this file under the terms of the MPL, indicate your
|
||||
# decision by deleting the provisions above and replace them with the notice
|
||||
# and other provisions required by the GPL or the LGPL. If you do not delete
|
||||
# the provisions above, a recipient may use your version of this file under
|
||||
# the terms of any one of the MPL, the GPL or the LGPL.
|
||||
#
|
||||
# ***** END LICENSE BLOCK *****
|
||||
|
||||
# LOCALIZATION NOTE:
|
||||
|
||||
# This file must be saved as UTF8
|
||||
|
||||
# Accesskeys are defined by prefixing the letter that is to be used for the
|
||||
# accesskey with an ampersand (e.g. &).
|
||||
|
||||
# Do not replace ${BrandShortName} or ${BrandFullName} with a custom string.
|
||||
|
||||
# You can use \n to create a newline in the string but only when the string
|
||||
# from en-US contains a \n.
|
||||
|
||||
APP_DESC=Required files for the ${BrandShortName} application
|
||||
DEV_TOOLS_DESC=A tool for inspecting the DOM of HTML, XUL, and XML pages, including the application chrome.
|
||||
QFA_DESC=A tool for submitting crash reports to Mozilla.org.
|
||||
SAFE_MODE=Safe Mode
|
||||
OPTIONS_PAGE_TITLE=Setup Type
|
||||
OPTIONS_PAGE_SUBTITLE=Choose setup options
|
||||
SHORTCUTS_PAGE_TITLE=Set Up Shortcuts
|
||||
SHORTCUTS_PAGE_SUBTITLE=Create Program Icons
|
||||
SURVEY_TEXT=&Tell us what you thought of ${BrandShortName}
|
||||
LAUNCH_TEXT=&Launch ${BrandFullName} now
|
||||
WARN_APP_RUNNING_INSTALL=${BrandFullName} must be closed to proceed with the installation.\n\nClick "OK" to exit ${BrandFullName} automatically and continue.
|
||||
WARN_APP_RUNNING_UNINSTALL=${BrandFullName} must be closed to proceed with the uninstall.\n\nClick "OK" to exit ${BrandFullName} automatically and continue.
|
||||
CREATE_ICONS_DESC=Create icons for ${BrandShortName}:
|
||||
ICONS_DESKTOP=On my &Desktop
|
||||
ICONS_STARTMENU=In my &Start Menu Programs folder
|
||||
ICONS_QUICKLAUNCH=In my &Quick Launch bar
|
||||
|
||||
# _DESC strings support approximately 65 characters per line.
|
||||
# One line
|
||||
OPTIONS_SUMMARY=Choose the type of setup you prefer, then click Next.
|
||||
# One line
|
||||
OPTION_STANDARD_DESC=${BrandShortName} will be installed with the most common options.
|
||||
OPTION_STANDARD_RADIO=&Standard
|
||||
# One line
|
||||
OPTION_COMPLETE_DESC=${BrandShortName} will be installed with all available options.
|
||||
OPTION_COMPLETE_RADIO=C&omplete
|
||||
# Two lines
|
||||
OPTION_CUSTOM_DESC=You may choose individual options to be installed. Recommended for experienced users.
|
||||
OPTION_CUSTOM_RADIO=&Custom
|
96
calendar/locales/en-US/installer/mui.properties
Normal file
96
calendar/locales/en-US/installer/mui.properties
Normal file
@ -0,0 +1,96 @@
|
||||
# ***** BEGIN LICENSE BLOCK *****
|
||||
# Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
#
|
||||
# The contents of this file are subject to the Mozilla Public License Version
|
||||
# 1.1 (the "License"); you may not use this file except in compliance with
|
||||
# the License. You may obtain a copy of the License at
|
||||
# http://www.mozilla.org/MPL/
|
||||
#
|
||||
# Software distributed under the License is distributed on an "AS IS" basis,
|
||||
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
# for the specific language governing rights and limitations under the
|
||||
# License.
|
||||
#
|
||||
# The Original Code is the Mozilla Installer code.
|
||||
#
|
||||
# The Initial Developer of the Original Code is Mozilla Foundation
|
||||
# Portions created by the Initial Developer are Copyright (C) 2006
|
||||
# the Initial Developer. All Rights Reserved.
|
||||
#
|
||||
# Contributor(s):
|
||||
# Robert Strong <robert.bugzilla@gmail.com>
|
||||
#
|
||||
# Alternatively, the contents of this file may be used under the terms of
|
||||
# either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
# the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
# in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
# of those above. If you wish to allow use of your version of this file only
|
||||
# under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
# use your version of this file under the terms of the MPL, indicate your
|
||||
# decision by deleting the provisions above and replace them with the notice
|
||||
# and other provisions required by the GPL or the LGPL. If you do not delete
|
||||
# the provisions above, a recipient may use your version of this file under
|
||||
# the terms of any one of the MPL, the GPL or the LGPL.
|
||||
#
|
||||
# ***** END LICENSE BLOCK *****
|
||||
|
||||
# To make the l10n tinderboxen see changes to this file you can change a value
|
||||
# name by adding - to the end of the name followed by chars (e.g. Branding-2).
|
||||
|
||||
# LOCALIZATION NOTE:
|
||||
|
||||
# This file must be saved as UTF8
|
||||
|
||||
# Accesskeys are defined by prefixing the letter that is to be used for the
|
||||
# accesskey with an ampersand (e.g. &).
|
||||
|
||||
# Do not replace $(^NameDA) or $(^Name) with a custom string.
|
||||
|
||||
# Do not change $(^NameDA) to $(^Name) or $(^Name) to $(^NameDA). NameDA allows
|
||||
# Name to contain an ampersand (e.g. DA stands for double ampersand) and
|
||||
# prevents the letter following the ampersand being used as an accesskey.
|
||||
|
||||
# You can use \n to create a newline in the string but only when the string
|
||||
# from en-US contains a \n.
|
||||
MUI_TEXT_WELCOME_INFO_TITLE=Welcome to the $(^NameDA) Setup Wizard
|
||||
MUI_TEXT_WELCOME_INFO_TEXT=This wizard will guide you through the installation of $(^NameDA).\n\nIt is recommended that you close all other applications before starting Setup. This will make it possible to update relevant system files without having to reboot your computer.\n\n$_CLICK
|
||||
MUI_TEXT_LICENSE_TITLE=License Agreement
|
||||
MUI_TEXT_LICENSE_SUBTITLE=Please review the license terms before installing $(^NameDA).
|
||||
MUI_INNERTEXT_LICENSE_TOP=Press Page Down to see the rest of the agreement.
|
||||
MUI_INNERTEXT_LICENSE_BOTTOM_RADIOBUTTONS=If you accept the terms of the agreement, select the first option below. You must accept the agreement to install $(^NameDA). $_CLICK
|
||||
MUI_TEXT_COMPONENTS_TITLE=Choose Components
|
||||
MUI_TEXT_COMPONENTS_SUBTITLE=Choose which features of $(^NameDA) you want to install.
|
||||
MUI_INNERTEXT_COMPONENTS_DESCRIPTION_TITLE=Description
|
||||
MUI_INNERTEXT_COMPONENTS_DESCRIPTION_INFO=Position your mouse over a component to see its description.
|
||||
MUI_TEXT_DIRECTORY_TITLE=Choose Install Location
|
||||
MUI_TEXT_DIRECTORY_SUBTITLE=Choose the folder in which to install $(^NameDA).
|
||||
MUI_TEXT_INSTALLING_TITLE=Installing
|
||||
MUI_TEXT_INSTALLING_SUBTITLE=Please wait while $(^NameDA) is being installed.
|
||||
MUI_TEXT_FINISH_TITLE=Installation Complete
|
||||
MUI_TEXT_FINISH_SUBTITLE=Setup was completed successfully.
|
||||
MUI_TEXT_ABORT_TITLE=Installation Aborted
|
||||
MUI_TEXT_ABORT_SUBTITLE=Setup was not completed successfully.
|
||||
MUI_BUTTONTEXT_FINISH=&Finish
|
||||
MUI_TEXT_FINISH_INFO_TITLE=Completing the $(^NameDA) Setup Wizard
|
||||
MUI_TEXT_FINISH_INFO_TEXT=$(^NameDA) has been installed on your computer.\n\nClick Finish to close this wizard.
|
||||
MUI_TEXT_FINISH_INFO_REBOOT=Your computer must be restarted in order to complete the installation of $(^NameDA). Do you want to reboot now?
|
||||
MUI_TEXT_FINISH_REBOOTNOW=Reboot now
|
||||
MUI_TEXT_FINISH_REBOOTLATER=I want to manually reboot later
|
||||
MUI_TEXT_STARTMENU_TITLE=Choose Start Menu Folder
|
||||
MUI_TEXT_STARTMENU_SUBTITLE=Choose a Start Menu folder for the $(^NameDA) shortcuts.
|
||||
MUI_INNERTEXT_STARTMENU_TOP=Select the Start Menu folder in which you would like to create the program's shortcuts. You can also enter a name to create a new folder.
|
||||
MUI_TEXT_ABORTWARNING=Are you sure you want to quit $(^Name) Setup?
|
||||
MUI_UNTEXT_WELCOME_INFO_TITLE=Welcome to the $(^NameDA) Uninstall Wizard
|
||||
MUI_UNTEXT_WELCOME_INFO_TEXT=This wizard will guide you through the uninstallation of $(^NameDA).\n\nBefore starting the uninstallation, make sure $(^NameDA) is not running.\n\n$_CLICK
|
||||
MUI_UNTEXT_CONFIRM_TITLE=Uninstall $(^NameDA)
|
||||
MUI_UNTEXT_CONFIRM_SUBTITLE=Remove $(^NameDA) from your computer.
|
||||
MUI_UNTEXT_UNINSTALLING_TITLE=Uninstalling
|
||||
MUI_UNTEXT_UNINSTALLING_SUBTITLE=Please wait while $(^NameDA) is being uninstalled.
|
||||
MUI_UNTEXT_FINISH_TITLE=Uninstallation Complete
|
||||
MUI_UNTEXT_FINISH_SUBTITLE=Uninstall was completed successfully.
|
||||
MUI_UNTEXT_ABORT_TITLE=Uninstallation Aborted
|
||||
MUI_UNTEXT_ABORT_SUBTITLE=Uninstall was not completed successfully.
|
||||
MUI_UNTEXT_FINISH_INFO_TITLE=Completing the $(^NameDA) Uninstall Wizard
|
||||
MUI_UNTEXT_FINISH_INFO_TEXT=$(^NameDA) has been uninstalled from your computer.\n\nClick Finish to close this wizard.
|
||||
MUI_UNTEXT_FINISH_INFO_REBOOT=Your computer must be restarted in order to complete the uninstallation of $(^NameDA). Do you want to reboot now?
|
||||
MUI_UNTEXT_ABORTWARNING=Are you sure you want to quit $(^Name) Uninstall?
|
118
calendar/locales/en-US/installer/override.properties
Normal file
118
calendar/locales/en-US/installer/override.properties
Normal file
@ -0,0 +1,118 @@
|
||||
# ***** BEGIN LICENSE BLOCK *****
|
||||
# Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
#
|
||||
# The contents of this file are subject to the Mozilla Public License Version
|
||||
# 1.1 (the "License"); you may not use this file except in compliance with
|
||||
# the License. You may obtain a copy of the License at
|
||||
# http://www.mozilla.org/MPL/
|
||||
#
|
||||
# Software distributed under the License is distributed on an "AS IS" basis,
|
||||
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
# for the specific language governing rights and limitations under the
|
||||
# License.
|
||||
#
|
||||
# The Original Code is the Mozilla Installer code.
|
||||
#
|
||||
# The Initial Developer of the Original Code is Mozilla Foundation
|
||||
# Portions created by the Initial Developer are Copyright (C) 2006
|
||||
# the Initial Developer. All Rights Reserved.
|
||||
#
|
||||
# Contributor(s):
|
||||
# Robert Strong <robert.bugzilla@gmail.com>
|
||||
#
|
||||
# Alternatively, the contents of this file may be used under the terms of
|
||||
# either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
# the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
# in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
# of those above. If you wish to allow use of your version of this file only
|
||||
# under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
# use your version of this file under the terms of the MPL, indicate your
|
||||
# decision by deleting the provisions above and replace them with the notice
|
||||
# and other provisions required by the GPL or the LGPL. If you do not delete
|
||||
# the provisions above, a recipient may use your version of this file under
|
||||
# the terms of any one of the MPL, the GPL or the LGPL.
|
||||
#
|
||||
# ***** END LICENSE BLOCK *****
|
||||
|
||||
# LOCALIZATION NOTE:
|
||||
|
||||
# This file must be saved as UTF8
|
||||
|
||||
# Accesskeys are defined by prefixing the letter that is to be used for the
|
||||
# accesskey with an ampersand (e.g. &).
|
||||
|
||||
# Do not replace $(^NameDA) or $(^Name) with a custom string.
|
||||
|
||||
# Do not change $(^NameDA) to $(^Name) or $(^Name) to $(^NameDA). NameDA allows
|
||||
# Name to contain an ampersand (e.g. DA stands for double ampersand) and
|
||||
# prevents the letter following the ampersand being used as an accesskey.
|
||||
|
||||
# You can use \n to create a newline in the string but only when the string
|
||||
# from en-US contains a \n.
|
||||
|
||||
# Strings that require a space at the end should be enclosed with double
|
||||
# quotes and the double quotes will be removed. To add quotes to the beginning
|
||||
# and end of a strong enclose the add and additional double quote to the
|
||||
# beginning and end of the string (e.g. ""This will include quotes"").
|
||||
|
||||
SetupCaption=$(^Name) Setup
|
||||
UninstallCaption=$(^Name) Uninstall
|
||||
BackBtn=< &Back
|
||||
NextBtn=&Next >
|
||||
AcceptBtn=I &accept the terms in the License Agreement
|
||||
DontAcceptBtn=I &do not accept the terms in the License Agreement
|
||||
InstallBtn=&Install
|
||||
UninstallBtn=&Uninstall
|
||||
CancelBtn=Cancel
|
||||
CloseBtn=&Close
|
||||
BrowseBtn=B&rowse...
|
||||
ShowDetailsBtn=Show &details
|
||||
ClickNext=Click Next to continue.
|
||||
ClickInstall=Click Install to start the installation.
|
||||
ClickUninstall=Click Uninstall to start the uninstallation.
|
||||
Completed=Completed
|
||||
LicenseTextRB=Please review the license agreement before installing $(^NameDA). If you accept all terms of the agreement, select the first option below. $_CLICK
|
||||
ComponentsText=Check the components you want to install and uncheck the components you don't want to install. $_CLICK
|
||||
ComponentsSubText2_NoInstTypes=Select components to install:
|
||||
DirText=Setup will install $(^NameDA) in the following folder. To install in a different folder, click Browse and select another folder. $_CLICK
|
||||
DirSubText=Destination Folder
|
||||
DirBrowseText=Select the folder to install $(^NameDA) in:
|
||||
SpaceAvailable="Space available: "
|
||||
SpaceRequired="Space required: "
|
||||
UninstallingText=$(^NameDA) will be uninstalled from the following folder. $_CLICK
|
||||
UninstallingSubText=Uninstalling from:
|
||||
FileError=Error opening file for writing: \r\n\r\n$0\r\n\r\nClick Abort to stop the installation,\r\nRetry to try again, or\r\nIgnore to skip this file.
|
||||
FileError_NoIgnore=Error opening file for writing: \r\n\r\n$0\r\n\r\nClick Retry to try again, or\r\nCancel to stop the installation.
|
||||
CantWrite="Can't write: "
|
||||
CopyFailed=Copy failed
|
||||
CopyTo="Copy to "
|
||||
Registering="Registering: "
|
||||
Unregistering="Unregistering: "
|
||||
SymbolNotFound="Could not find symbol: "
|
||||
CouldNotLoad="Could not load: "
|
||||
CreateFolder="Create folder: "
|
||||
CreateShortcut="Create shortcut: "
|
||||
CreatedUninstaller="Created uninstaller: "
|
||||
Delete="Delete file: "
|
||||
DeleteOnReboot="Delete on reboot: "
|
||||
ErrorCreatingShortcut="Error creating shortcut: "
|
||||
ErrorCreating="Error creating: "
|
||||
ErrorDecompressing=Error decompressing data! Corrupted installer?
|
||||
ErrorRegistering=Error registering DLL
|
||||
ExecShell="ExecShell: "
|
||||
Exec="Execute: "
|
||||
Extract="Extract: "
|
||||
ErrorWriting="Extract: error writing to file "
|
||||
InvalidOpcode=Installer corrupted: invalid opcode
|
||||
NoOLE="No OLE for: "
|
||||
OutputFolder="Output folder: "
|
||||
RemoveFolder="Remove folder: "
|
||||
RenameOnReboot="Rename on reboot: "
|
||||
Rename="Rename: "
|
||||
Skipped="Skipped: "
|
||||
CopyDetails=Copy Details To Clipboard
|
||||
LogInstall=Log install process
|
||||
Byte=B
|
||||
Kilo=K
|
||||
Mega=M
|
||||
Giga=G
|
@ -45,6 +45,9 @@ ifeq ($(OS_ARCH),WINNT)
|
||||
cp $(srcdir)/sunbird.ico $(DIST)/branding/app.ico
|
||||
cp $(srcdir)/Header.bmp $(DIST)/branding/Header.bmp
|
||||
cp $(srcdir)/Watermrk.bmp $(DIST)/branding/Watermrk.bmp
|
||||
cp $(srcdir)/wizHeader.bmp $(DIST)/branding/wizHeader.bmp
|
||||
cp $(srcdir)/wizHeaderRTL.bmp $(DIST)/branding/wizHeaderRTL.bmp
|
||||
cp $(srcdir)/wizWatermark.bmp $(DIST)/branding/Watermark.bmp
|
||||
endif
|
||||
ifeq ($(OS_ARCH),OS2)
|
||||
cp $(srcdir)/sunbird-os2.ico $(DIST)/branding/sunbird.ico
|
||||
|
Loading…
x
Reference in New Issue
Block a user