mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-30 21:55:31 +00:00
Localisation files for wizardManager and wizardOverlay buttons. r=alecf
This commit is contained in:
parent
2b8d0e50ba
commit
1948f82f06
@ -4,3 +4,7 @@ tasksOverlay.dtd
|
||||
commonDialog.dtd
|
||||
charsetOverlay.dtd
|
||||
charsetDetectorsOverlay.dtd
|
||||
wizardManager.properties
|
||||
wizardOverlay.dtd
|
||||
|
||||
|
||||
|
@ -35,6 +35,8 @@ EXPORT_RESOURCE_CONTENT = \
|
||||
$(srcdir)/commonDialog.dtd \
|
||||
$(srcdir)/charsetOverlay.dtd \
|
||||
$(srcdir)/charsetDetectorsOverlay.dtd \
|
||||
$(srcdir)/wizardManager.properties \
|
||||
$(srcdir)/wizardOverlay.dtd \
|
||||
$(NULL)
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
@ -35,6 +35,8 @@ install::
|
||||
$(MAKE_INSTALL) commonDialog.dtd $(DISTBROWSER)
|
||||
$(MAKE_INSTALL) charsetOverlay.dtd $(DISTBROWSER)
|
||||
$(MAKE_INSTALL) charsetDetectorsOverlay.dtd $(DISTBROWSER)
|
||||
|
||||
$(MAKE_INSTALL) wizardManager.properties $(DISTBROWSER)
|
||||
$(MAKE_INSTALL) wizardOverlay.dtd $(DISTBROWSER)
|
||||
|
||||
clobber::
|
||||
rm -f $(DIST)\bin\chrome\global\locale\en-US\*.*
|
||||
|
3
xpfe/global/resources/locale/wizardManager.properties
Normal file
3
xpfe/global/resources/locale/wizardManager.properties
Normal file
@ -0,0 +1,3 @@
|
||||
finishButtonLabel=Finish
|
||||
nextButtonLabel=Next
|
||||
oflabel=of
|
6
xpfe/global/resources/locale/wizardOverlay.dtd
Normal file
6
xpfe/global/resources/locale/wizardOverlay.dtd
Normal file
@ -0,0 +1,6 @@
|
||||
|
||||
<!ENTITY cancelButton.label "Cancel">
|
||||
<!ENTITY backButton.label "Previous">
|
||||
<!ENTITY nextButton.label "Next">
|
||||
<!ENTITY finishButton.label "Finish">
|
||||
|
Loading…
Reference in New Issue
Block a user