! @(#)62        1.5  src/gos/apps/custom/app-custom/DEFAULT.nls, custom, gos720 10/10/93 23:22:02
! IBM_PROLOG_BEGIN_TAG 
! This is an automatically generated prolog. 
!  
! gos720 src/gos/apps/custom/app-custom/DEFAULT.nls 1.5 
!  
! Licensed Materials - Property of IBM 
!  
! COPYRIGHT International Business Machines Corp. 1992,1993 
! All Rights Reserved 
!  
! US Government Users Restricted Rights - Use, duplication or 
! disclosure restricted by GSA ADP Schedule Contract with IBM Corp. 
!  
! IBM_PROLOG_END_TAG 
! 
! COMPONENT_NAME: (custom) AIXwindows Customizing Tool 
! 
! FUNCTIONS: app-custom file
!
! ORIGINS: 27 
! 
! (C) COPYRIGHT International Business Machines Corp. 1992, 1993
! All Rights Reserved 
! Licensed Materials - Property of IBM 
! 
! US Government Users Restricted Rights - Use, duplication or 
! disclosure restricted by GSA ADP Schedule Contract with IBM Corp. 
! 
! DEFAULT default data file for all applications 
! 
"색상" Color *background "창 내부 \n배경" ; 
"색상" Color *foreground "창 내부\n전경(텍스트 등)" ; 

"폰트" Font *fontList "창 내부\n(Xm 응용프로그램의 경우)" ; 
"폰트" Font *font "창 내부\n(비 Xm 응용프로그램인 경우)" ; 

"크기 및 위치" Number .width "폭" ; 
"크기 및 위치" Number .height "높이" ; 
"크기 및 위치" SelectOne .geometry "창 위치" 
	+0+0 = "왼쪽 상단" 
	-0+0 = "오른쪽 상단" 
	+0-0 = "왼쪽 하단" 
	-0-0 = "오른쪽 하단" ; 

"아이콘" Picture $MWM**iconImage "아이콘 그림 *" bitmap; 
"아이콘" Color $MWM**iconImageBackground "아이콘 그림 배경 *" ; 
"아이콘" Color $MWM**iconImageForeground "아이콘 그림 전경 *" ; 
"아이콘" String *iconName "아이콘 이름" ; 
"아이콘" SelectOne *initialState "시작시 창 상태\n(아이콘화됨)" 
	NormalState = "ì „ì²´ ì°½" 
	IconicState = "아이콘화됨" ; 

"그래픽" SelectMany $MWM**clientDecoration "창 장식 *" 
	" " 
	all = "모든 장식 사용" 
	resizeh = "테두리 크기 재조정" 
	border = "장식없는 테두리" 
	menu = "창 메뉴 버튼" 
	title = "제목 표시줄" 
	minimize = "최소화 버튼" 
	maximize = "최대화 버튼" 
	none = "어떤 장식도 사용하지 않음" ; 
"그래픽" SelectMany $MWM**clientFunctions "창 조작 *" 
	" " 
	all = "모든 조작 사용 가능" 
	resize = "크기 재조정" 
	move = "이동" 
	minimize = "최소화" 
	maximize = "최대화" 
	close = "닫기" 
	none = "모든 조작 사용못함" ; 

"동작" SelectOne $MWM**focusAutoRaise 
"마우스가 들어갈 때 *\n창 올리기" 
	true = "ì°¸" 
	false = "거짓" ;