! @(#)60        1.5  src/gos/apps/custom/app-custom/Clock.nls, custom, gos720 10/10/93 23:21:55
! IBM_PROLOG_BEGIN_TAG 
! This is an automatically generated prolog. 
!  
! gos720 src/gos/apps/custom/app-custom/Clock.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. 
! 
! Clock data file for the oclock application 
! 
"Farben" Color *background "Hintergrund für\nFensterinhalt" ; 
"Farben" Color *hour "Stundenzeiger" ; 
"Farben" Color *minute "Minutenzeiger" ; 
"Farben" Color *jewel "Farbe der Zeigerachse" ; 
"Farben" SelectOne *reverseVideo "Umkehranzeige" 
	true = "wahr" 
	false = "falsch" ; 

"Größe und Position" Number .width "Breite" ; 
"Größe und Position" Number .height "Höhe" ; 
"Größe und Position" SelectOne .geometry "Fensterposition" 
	+0+0 = "oben links" 
	-0+0 = "oben rechts" 
	+0-0 = "unten links" 
	-0-0 = "unten rechts" ; 

"Symbol" Picture $MWM**iconImage "Symbolbild *\n(für Symbol in Symbolgröße)" bitmap; 
"Symbol" Color $MWM**iconImageBackground "Hintergrund für Symbolbild *" ; 
"Symbol" Color $MWM**iconImageForeground "Vordergrund für Symbolbild *" ; 
"Symbol" String *iconName "Symbolname" ; 
"Symbol" SelectOne *initialState "Fensterstatus beim\nStarten (Symbolanzeige)" 
	NormalState = "Gesamtanzeige" 
	IconicState = "Symbolanzeige" ; 

"Grafik" String .title "Fenstertitel" ; 
"Grafik" SelectMany $MWM**clientDecoration "Fensterrahmenelemente *" 
	" " 
	all = "alle Rahmenelemente einschalten" 
	resizeh = "Rahmengröße ändern" 
	border = "einfacher Rahmen" 
	menu = "Fenstermenüknopf" 
	title = "Titelleiste" 
	minimize = "Knopf für Symbolgröße" 
	maximize = "Knopf für maximale Größe" 
	none = "alle Rahmenelemente ausschalten" ; 
"Grafik" SelectMany $MWM**clientFunctions "Fensteroperationen *" 
	" " 
	all = "alle Operationen einschalten" 
	resize = "Größe ändern" 
	move = "verschieben" 
	minimize = "Symbolgröße" 
	maximize = "maximale Größe" 
	close = "schließen" 
	none = "alle Operationen ausschalten" ; 

"Verhaltensweisen" SelectOne $MWM**focusAutoRaise 
"Fenster in den Vordergrund stellen, *\nwenn der Mauszeiger in das Fenster bewegt wird" 
	true = "wahr" 
	false = "falsch" ;