Skip to content

Commit 4dd6e22

Browse files
committed
Action definitions, application defaults and configuration for simplified Chinese, Japanese, Korean.
Directories containing message files, application defaults, action definitions, configuration files and shell scripts to install them have been added. READMEs have been updated.
1 parent 69ed91c commit 4dd6e22

File tree

757 files changed

+146886
-11
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

757 files changed

+146886
-11
lines changed

ja_JP.eucjp/README

+25
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
Messages:
2+
--------
13
By default, the Japanese messages are not compiled and installed
24
by the CDE build process.
35
With GNU gencat, it is possible to build post-installation the
@@ -35,3 +37,26 @@ before running the script.
3537

3638
Once it it done, add the two lines in dtprofile to $HOME/.dtprofile to see
3739
the CDE menus in Japanese.
40+
41+
Action definitions, application defaults, configuration files
42+
-------------------------------------------------------------
43+
These files have to be produced by the merge program in
44+
$CDEROOT/programs/localized/util
45+
from .nls files that contain the template, and .tmsg files
46+
that contain the Japanese text to fill that template.
47+
For convenience, the present directory contains all necessary files
48+
to regenerate the action definitions, application defaults and configuration
49+
files as well as the generated files.
50+
51+
To regenerate these files, edit genfiles.sh to point to the correct
52+
CDEROOT location. Then, make the file executable and install it
53+
in $HOME/bin and run it in the present directory.
54+
55+
If you want to regenerate from the CDE source
56+
tree, you need first to create the .nls template files by symlink from
57+
one of the default locales, following the model in the present directory.
58+
Then, you will have to run the script in the appropriate subdirectory.
59+
60+
To install the messages, use
61+
sudo install.sh
62+

ja_JP.eucjp/app-defaults/Dt

+113
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,113 @@
1+
!######################################################################
2+
!#
3+
!# Dt
4+
!#
5+
!# Common Desktop Environment (Cde)
6+
!#
7+
!# Global Defaults for Cde Desktop
8+
!#
9+
!# (c) Copyright 1993, 1994 Hewlett-Packard Company
10+
!# (c) Copyright 1993, 1994 International Business Machines Corp.
11+
!# (c) Copyright 1993, 1994 Sun Microsystems, Inc.
12+
!# (c) Copyright 1993, 1994 Unix System Labs, Inc., a subsidiary
13+
!# of Novell, Inc.
14+
!#
15+
!# $XConsortium: Dt.ad /main/3 1995/10/26 15:19:31 rswiston $
16+
!#
17+
!######################################################################
18+
19+
*foregroundThreshold: 70
20+
21+
!########
22+
!#
23+
!# Help system specific resources
24+
!#
25+
!#
26+
!# Window Sizes
27+
!#
28+
!# These resources set the window sizes for the Help windows.
29+
!# These resources are complex because they have to override
30+
!# the standard widget resources.
31+
!#
32+
33+
*DtHelpDialog*onHelpDialog.rows: 23
34+
*DtHelpDialog*onHelpDialog.columns: 69
35+
*DtHelpQuickDialog.printShell.printForm.printerField.columns: 5
36+
*DtHelpQuickDialog.printShell.printForm.copiesField.columns: 2
37+
*DtHelpDialog.printShell.printForm.printerField.columns: 5
38+
*DtHelpDialog.printShell.printForm.copiesField.columns: 2
39+
*DtHelpDialog.historyShell*historyTopicList.visibleItemCount: 5
40+
*DtHelpDialog.historyShell*historyVolumeList.visibleItemCount: 5
41+
*DtHelpDialog.searchShell*searchForm.srchWord.columns: 10
42+
*DtHelpDialog.searchShell*resultList.visibleItemCount: 12
43+
*DtHelpDialog.searchShell*fileSelectShell*selList.visibleItemCount: 15
44+
45+
!#
46+
!# Display Area Colors
47+
!#
48+
!# These resources set the colors for the display area (where
49+
!# actual help text is displayed). The resources are complex
50+
!# because they have to override the standard color resources
51+
!# in all cases.
52+
!#
53+
54+
*XmDialogShell.DtHelpDialog*DisplayArea.background: White
55+
*XmDialogShell*XmDialogShell.DtHelpDialog*DisplayArea.background: White
56+
*XmDialogShell.DtHelpDialog*DisplayArea.foreground: Black
57+
*XmDialogShell*XmDialogShell.DtHelpDialog*DisplayArea.foreground: Black
58+
59+
60+
*XmDialogShell.DtHelpQuickDialog*DisplayArea.background: White
61+
*XmDialogShell*XmDialogShell.DtHelpQuickDialog*DisplayArea.background: White
62+
*XmDialogShell.DtHelpQuickDialog*DisplayArea.foreground: Black
63+
*XmDialogShell*XmDialogShell.DtHelpQuickDialog*DisplayArea.foreground: Black
64+
65+
66+
!########
67+
!#
68+
!# Menu Accelerators
69+
!#
70+
!# The following resources establish keyboard accelerators
71+
!# for the most frequently accessed menu commands.
72+
!#
73+
!########
74+
75+
*DtHelpDialog*searchMenu.keyword.acceleratorText: Ctrl+I
76+
*DtHelpDialog*searchMenu.keyword.accelerator: Ctrl<Key>i
77+
*DtHelpDialog*navigateMenu.backTrack.acceleratorText: Ctrl+B
78+
*DtHelpDialog*navigateMenu.backTrack.accelerator: Ctrl<Key>b
79+
*DtHelpDialog*navigateMenu.homeTopic.acceleratorText: Ctrl+H
80+
*DtHelpDialog*navigateMenu.homeTopic.accelerator: Ctrl<Key>h
81+
*DtHelpDialog*fileMenu.close.acceleratorText: Alt+F4
82+
*DtHelpDialog*fileMenu.close.accelerator: Alt<Key>f4
83+
*DtHelpDialog*fileMenu.print.acceleratorText: Ctrl+P
84+
*DtHelpDialog*fileMenu.print.accelerator: Ctrl<Key>p
85+
*DtHelpDialog*editMenu.copy.acceleratorText: Ctrl+C
86+
*DtHelpDialog*editMenu.copy.accelerator: Ctrl<Key>c
87+
88+
!########
89+
!#
90+
!# Non-ISO-8859-1 font resources.
91+
!#
92+
!# The following resources establish fonts used for help information
93+
!# written using a non-ISO-8859-1 code set. The default is to be
94+
!# empty.
95+
!#
96+
!########
97+
98+
99+
!#################################################################
100+
!#
101+
!# Cde File Selection dialog global resources
102+
!#
103+
!#################################################################
104+
*XmFileSelectionBox.fileFilterStyle: XmFILTER_HIDDEN_FILES
105+
*XmFileSelectionBox.pathMode: XmPATH_MODE_RELATIVE
106+
*XmFileSelectionBox.resizePolicy: XmRESIZE_GROW
107+
108+
*XmFileSelectionBox*dirTextLabelString: �ѥ�̾�ޤ��ϥե����̾�����Ϥ��Ƥ�������:
109+
*XmFileSelectionBox*applyLabelString: ����
110+
*XmFileSelectionBox*selectionLabelString: �ե�����̾�����Ϥ��Ƥ�������:
111+
*XmFileSelectionBox*dirListLabelString: �ե����
112+
113+
!########################### eof ###################

ja_JP.eucjp/app-defaults/Dt.nls

+113
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,113 @@
1+
!######################################################################
2+
!#
3+
!# Dt
4+
!#
5+
!# Common Desktop Environment (Cde)
6+
!#
7+
!# Global Defaults for Cde Desktop
8+
!#
9+
!# (c) Copyright 1993, 1994 Hewlett-Packard Company
10+
!# (c) Copyright 1993, 1994 International Business Machines Corp.
11+
!# (c) Copyright 1993, 1994 Sun Microsystems, Inc.
12+
!# (c) Copyright 1993, 1994 Unix System Labs, Inc., a subsidiary
13+
!# of Novell, Inc.
14+
!#
15+
!# $XConsortium: Dt.ad /main/3 1995/10/26 15:19:31 rswiston $
16+
!#
17+
!######################################################################
18+
19+
*foregroundThreshold: 70
20+
21+
!########
22+
!#
23+
!# Help system specific resources
24+
!#
25+
!#
26+
!# Window Sizes
27+
!#
28+
!# These resources set the window sizes for the Help windows.
29+
!# These resources are complex because they have to override
30+
!# the standard widget resources.
31+
!#
32+
33+
*DtHelpDialog*onHelpDialog.rows: %|nls-30-#23#|
34+
*DtHelpDialog*onHelpDialog.columns: %|nls-31-#69#|
35+
*DtHelpQuickDialog.printShell.printForm.printerField.columns: %|nls-32-#10#|
36+
*DtHelpQuickDialog.printShell.printForm.copiesField.columns: %|nls-33-#4#|
37+
*DtHelpDialog.printShell.printForm.printerField.columns: %|nls-32-#10#|
38+
*DtHelpDialog.printShell.printForm.copiesField.columns: %|nls-33-#4#|
39+
*DtHelpDialog.historyShell*historyTopicList.visibleItemCount: %|nls-34-#5#|
40+
*DtHelpDialog.historyShell*historyVolumeList.visibleItemCount: %|nls-35-#5#|
41+
*DtHelpDialog.searchShell*searchForm.srchWord.columns: %|nls-36-#20#|
42+
*DtHelpDialog.searchShell*resultList.visibleItemCount: %|nls-37-#12#|
43+
*DtHelpDialog.searchShell*fileSelectShell*selList.visibleItemCount: %|nls-38-#12#|
44+
45+
!#
46+
!# Display Area Colors
47+
!#
48+
!# These resources set the colors for the display area (where
49+
!# actual help text is displayed). The resources are complex
50+
!# because they have to override the standard color resources
51+
!# in all cases.
52+
!#
53+
54+
*XmDialogShell.DtHelpDialog*DisplayArea.background: White
55+
*XmDialogShell*XmDialogShell.DtHelpDialog*DisplayArea.background: White
56+
*XmDialogShell.DtHelpDialog*DisplayArea.foreground: Black
57+
*XmDialogShell*XmDialogShell.DtHelpDialog*DisplayArea.foreground: Black
58+
59+
60+
*XmDialogShell.DtHelpQuickDialog*DisplayArea.background: White
61+
*XmDialogShell*XmDialogShell.DtHelpQuickDialog*DisplayArea.background: White
62+
*XmDialogShell.DtHelpQuickDialog*DisplayArea.foreground: Black
63+
*XmDialogShell*XmDialogShell.DtHelpQuickDialog*DisplayArea.foreground: Black
64+
65+
66+
!########
67+
!#
68+
!# Menu Accelerators
69+
!#
70+
!# The following resources establish keyboard accelerators
71+
!# for the most frequently accessed menu commands.
72+
!#
73+
!########
74+
75+
*DtHelpDialog*searchMenu.keyword.acceleratorText: %|nls-1-#Ctrl+K#|
76+
*DtHelpDialog*searchMenu.keyword.accelerator: %|nls-2-#Ctrl<Key>k#|
77+
*DtHelpDialog*navigateMenu.backTrack.acceleratorText: %|nls-3-#Ctrl+B#|
78+
*DtHelpDialog*navigateMenu.backTrack.accelerator: %|nls-4-#Ctrl<Key>b#|
79+
*DtHelpDialog*navigateMenu.homeTopic.acceleratorText: %|nls-7-#Ctrl+H#|
80+
*DtHelpDialog*navigateMenu.homeTopic.accelerator: %|nls-8-#Ctrl<Key>h#|
81+
*DtHelpDialog*fileMenu.close.acceleratorText: %|nls-9-#Alt+F4#|
82+
*DtHelpDialog*fileMenu.close.accelerator: %|nls-10-#Alt<Key>f4#|
83+
*DtHelpDialog*fileMenu.print.acceleratorText: %|nls-21-#Ctrl+P#|
84+
*DtHelpDialog*fileMenu.print.accelerator: %|nls-22-#Ctrl<Key>p#|
85+
*DtHelpDialog*editMenu.copy.acceleratorText: %|nls-23-#Ctrl+C#|
86+
*DtHelpDialog*editMenu.copy.accelerator: %|nls-24-#Ctrl<Key>c#|
87+
88+
!########
89+
!#
90+
!# Non-ISO-8859-1 font resources.
91+
!#
92+
!# The following resources establish fonts used for help information
93+
!# written using a non-ISO-8859-1 code set. The default is to be
94+
!# empty.
95+
!#
96+
!########
97+
%|nls-39-#non iso-8859-1 fonts#|
98+
99+
!#################################################################
100+
!#
101+
!# Cde File Selection dialog global resources
102+
!#
103+
!#################################################################
104+
*XmFileSelectionBox.fileFilterStyle: XmFILTER_HIDDEN_FILES
105+
*XmFileSelectionBox.pathMode: XmPATH_MODE_RELATIVE
106+
*XmFileSelectionBox.resizePolicy: XmRESIZE_GROW
107+
108+
*XmFileSelectionBox*dirTextLabelString: %|nls-14-#Enter path ...#|
109+
*XmFileSelectionBox*applyLabelString: %|nls-15-#Update#|
110+
*XmFileSelectionBox*selectionLabelString: %|nls-16-#Enter file name:#|
111+
*XmFileSelectionBox*dirListLabelString: %|nls-17-#Folders#|
112+
113+
!########################### eof ###################

0 commit comments

Comments
 (0)