No bug
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
@@ -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">
|
||||
|
||||
@@ -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">
|
||||
@@ -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=+
|
||||
@@ -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.
|
||||
Reference in New Issue
Block a user