diff --git a/mozilla/xpfe/global/resources/locale/en-US/os2/Makefile.in b/mozilla/xpfe/global/resources/locale/en-US/os2/Makefile.in index ecd94bd04d7..8af0b527575 100644 --- a/mozilla/xpfe/global/resources/locale/en-US/os2/Makefile.in +++ b/mozilla/xpfe/global/resources/locale/en-US/os2/Makefile.in @@ -30,8 +30,6 @@ CHROME_DIR=locales/en-US CHROME_L10N_DIR=global/locale CHROME_L10N = \ - platformGlobalOverlay.dtd \ - platformDialogOverlay.dtd \ $(NULL) include $(topsrcdir)/config/rules.mk diff --git a/mozilla/xpfe/global/resources/locale/en-US/os2/jar.mn b/mozilla/xpfe/global/resources/locale/en-US/os2/jar.mn index 4ba34d74d31..a3e1e00a8e2 100644 --- a/mozilla/xpfe/global/resources/locale/en-US/os2/jar.mn +++ b/mozilla/xpfe/global/resources/locale/en-US/os2/jar.mn @@ -1,6 +1,2 @@ en-os2.jar: locale/en-US/global-platform/contents.rdf (contents-platform.rdf) - locale/en-US/global-platform/platformGlobalOverlay.dtd - locale/en-US/global-platform/platformDialogOverlay.dtd - locale/en-US/global-platform/platformKeys.properties - locale/en-US/global-platform/wizard.properties \ No newline at end of file diff --git a/mozilla/xpfe/global/resources/locale/en-US/os2/platformDialogOverlay.dtd b/mozilla/xpfe/global/resources/locale/en-US/os2/platformDialogOverlay.dtd deleted file mode 100644 index 8fdbc01e9ed..00000000000 --- a/mozilla/xpfe/global/resources/locale/en-US/os2/platformDialogOverlay.dtd +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/mozilla/xpfe/global/resources/locale/en-US/os2/platformGlobalOverlay.dtd b/mozilla/xpfe/global/resources/locale/en-US/os2/platformGlobalOverlay.dtd deleted file mode 100644 index 197bd9325f9..00000000000 --- a/mozilla/xpfe/global/resources/locale/en-US/os2/platformGlobalOverlay.dtd +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/mozilla/xpfe/global/resources/locale/en-US/os2/platformKeys.properties b/mozilla/xpfe/global/resources/locale/en-US/os2/platformKeys.properties deleted file mode 100644 index 9ebe95b9526..00000000000 --- a/mozilla/xpfe/global/resources/locale/en-US/os2/platformKeys.properties +++ /dev/null @@ -1,18 +0,0 @@ -#default -#this file defines the on screen display names for the various modifier keys -#these are used in XP menus to show keyboard shortcuts - -#the shift key -VK_SHIFT=Shift - -#the command key -VK_META=Meta - -#the alt key -VK_ALT=Alt - -#the control key -VK_CONTROL=Ctrl - -#the seperator character used between modifiers -MODIFIER_SEPARATOR=+ diff --git a/mozilla/xpfe/global/resources/locale/en-US/os2/wizard.properties b/mozilla/xpfe/global/resources/locale/en-US/os2/wizard.properties deleted file mode 100644 index c7cd6b00d84..00000000000 --- a/mozilla/xpfe/global/resources/locale/en-US/os2/wizard.properties +++ /dev/null @@ -1,8 +0,0 @@ -button-back=< Back -button-next=Next > -button-finish=Finish -button-cancel=Cancel -default-first-title=Welcome to the %S -default-last-title=Completing the %S -instruct-first=To continue, click Next. -instruct-last=To continue, click Next. \ No newline at end of file