OS/2 only - we are using en-win.jar - remove files that overlap - leave directory in case we do an en-os2.jar someday


git-svn-id: svn://10.0.0.236/trunk@99881 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mkaply%us.ibm.com
2001-07-25 04:26:49 +00:00
parent bc3eda93f6
commit d2272204dd
6 changed files with 0 additions and 58 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -1,12 +0,0 @@
<!-- OS/2 -->
<!-- OK Cancel Buttons -->
<!ENTITY okButton.label "OK">
<!ENTITY cancelButton.label "Cancel">
<!ENTITY helpButton.label "Help">
<!-- Key labels, for mousewheel prefs -->
<!ENTITY ctrlKey.label "Control">
<!ENTITY altKey.label "Alt">
<!ENTITY shiftKey.label "Shift">

View File

@@ -1,14 +0,0 @@
<!-- OS/2 -->
<!-- LOCALIZATION NOTE : FILE Do not translate all the Cmd.key and accesskey -->
<!ENTITY closeCmd.label "Close">
<!ENTITY closeCmd.key "W">
<!ENTITY closeCmd.accesskey "c">
<!ENTITY quitApplicationCmd.label "Quit">
<!ENTITY quitApplicationCmd.key "Q">
<!ENTITY quitApplicationCmd.accesskey "q">
<!ENTITY redoCmd.label "Redo">
<!ENTITY redoCmd.key "Y">
<!ENTITY redoCmd.accesskey "r">

View File

@@ -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=+

View File

@@ -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.