mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 07:42:04 +00:00
Forced reload, stop button, ability to use bookmark keywords in Open Web Location dialog, persist window choice, .8 -> .9, moving things to more appropriate places (60498, 62078, 49773, others)
This commit is contained in:
parent
6a4e2b50c7
commit
68f6a891fd
@ -43,6 +43,8 @@ include <$(DEPTH)\config\rules.mak>
|
||||
include <$(THEME_ROOT_DEPTH)\theme.mk>
|
||||
|
||||
install::
|
||||
$(MAKE_INSTALL) openLocation.dtd $(DIST)\bin\chrome\locales\$(THEME)\navigator\locale
|
||||
$(MAKE_INSTALL) openLocation.properties $(DIST)\bin\chrome\locales\$(THEME)\navigator\locale
|
||||
$(MAKE_INSTALL) PSMTaskMenu.dtd $(DIST)\bin\chrome\locales\$(THEME)\communicator\locale
|
||||
$(MAKE_INSTALL) security.properties $(DIST)\bin\chrome\locales\$(THEME)\communicator\locale
|
||||
$(MAKE_INSTALL) securityOverlay.dtd $(DIST)\bin\chrome\locales\$(THEME)\communicator\locale
|
||||
|
@ -28,8 +28,6 @@ include <$(THEME_ROOT_DEPTH)\theme.mk>
|
||||
install::
|
||||
$(MAKE_INSTALL) navigator.dtd $(DIST)\bin\chrome\locales\$(THEME)\navigator\locale
|
||||
$(MAKE_INSTALL) navigator.properties $(DIST)\bin\chrome\locales\$(THEME)\navigator\locale
|
||||
$(MAKE_INSTALL) openLocation.dtd $(DIST)\bin\chrome\locales\$(THEME)\navigator\locale
|
||||
$(MAKE_INSTALL) openLocation.properties $(DIST)\bin\chrome\locales\$(THEME)\navigator\locale
|
||||
$(MAKE_INSTALL) viewSource.dtd $(DIST)\bin\chrome\locales\$(THEME)\navigator\locale
|
||||
|
||||
clobber::
|
||||
|
@ -43,6 +43,8 @@ include <$(DEPTH)\config\rules.mak>
|
||||
include <$(THEME_ROOT_DEPTH)\theme.mk>
|
||||
|
||||
install::
|
||||
$(MAKE_INSTALL) openLocation.dtd $(DIST)\bin\chrome\locales\$(THEME)\navigator\locale
|
||||
$(MAKE_INSTALL) openLocation.properties $(DIST)\bin\chrome\locales\$(THEME)\navigator\locale
|
||||
$(MAKE_INSTALL) PSMTaskMenu.dtd $(DIST)\bin\chrome\locales\$(THEME)\communicator\locale
|
||||
$(MAKE_INSTALL) security.properties $(DIST)\bin\chrome\locales\$(THEME)\communicator\locale
|
||||
$(MAKE_INSTALL) securityOverlay.dtd $(DIST)\bin\chrome\locales\$(THEME)\communicator\locale
|
||||
|
@ -0,0 +1,11 @@
|
||||
<!-- extracted from content/openLocation.xul -->
|
||||
|
||||
<!ENTITY enter.label "Enter the web location (URL), or specify the local file you would like to open:">
|
||||
<!ENTITY chooseFile.label "Choose File...">
|
||||
<!ENTITY newWindow.label "New Navigator window">
|
||||
<!ENTITY topWindow.label "Current Navigator window">
|
||||
<!ENTITY editNewWindow.label "New Composer window">
|
||||
<!ENTITY cancel.label "Cancel">
|
||||
<!ENTITY caption.label "Open Web Location">
|
||||
<!ENTITY openWhere.label "Open in:">
|
||||
<!ENTITY example.label "Example: &vendorURL;">
|
@ -0,0 +1,2 @@
|
||||
openButtonLabel=Open
|
||||
chooseFileDialogTitle=Choose File
|
Loading…
Reference in New Issue
Block a user