! $Id: Ttwebtop,v 1.22 2003/01/28 10:49:56 jmp Exp $
! Copyright (c) 1998-2003 Tarantella, Inc.

! Default Resources for X Native Client

! Translation instructions: localize all resources of the following types:
!	title
!	*abelString (includes labelString, okLabelString)
!	mnemonic
!	messageString
!	fontList
!	window sizes, if necessary
!	strings.#
! 	ddstrings.# (device-dependent strings not associated with a widget)
! Note: this file also contains dates that need to be kept current


! Font for all the Motif UI elements
*fontList:                      -*-helvetica-medium-r-normal-*-*-120-*-*-*-*-iso8859-*

! Geometry specifications
! Height and width for the toplevel application window
!*Ttwebtop.height:		600
!*Ttwebtop.width:		800

! Status Form
*statusForm.height:		25
*status.width:			500

!
! Colors
!
! Motif Grey
! TODO: is there a more general way to specify bg color? *background overrides too many things
*formTop.background:            #C0C0C0
*menuBar*background:		#C0C0C0
*logoutDialog*background:	#C0C0C0
*loginDialog*background:	#C0C0C0
*manualLoginDialog*background:	#C0C0C0
*helpDialog*background:		#C0C0C0
*logviewDialog*background:	#C0C0C0
*ambigDialog*background:	#C0C0C0
*closeDialog*background:	#C0C0C0
*printJobsDialog*background:	#C0C0C0
*ppeFailDialog*background:	#C0C0C0
*optionsDialog*background:	#C0C0C0
*thirdLoginDialog*background:	#C0C0C0
*certWarnDialog*background:	#C0C0C0
*errorDialog*background:	#C0C0C0
*progressDialog*background:	#C0C0C0
*insecureDialog*background:	#C0C0C0
*passwordAgedDialog*background:	#C0C0C0
*proxyAuthDialog*background:	#C0C0C0
*ambigDialogV3*background:	#C0C0C0
*changePwdDialog*background:	#C0C0C0
*messageDialog*background:	#C0C0C0
*questionDialog*background:	#C0C0C0
*splitterPane.background:	#C0C0C0
*splitterPane*sash*background:	#C0C0C0
*status*background:		#C0C0C0
*printStatus*background:	#C0C0C0
*statusForm*background:		#C0C0C0
*VertScrollBar*background:	#C0C0C0
*HorScrollBar*background:	#C0C0C0
*VertScrollBar*foreground:	#C0C0C0
*HorScrollBar*foreground:	#C0C0C0

! TTA purple is #660099

! TTA E3 gold is #FFCC66
*webtopSW*ScrolledWindowClipWindow*background:		#FFCC66
*webtopSW*background:		#FFCC66
!*ClipWindow*background:	#FFCC66

! White
*splashScreen*background:	#FFFFFF
! Placeholder for customer-provided splash screen image
!*splashScreen*Pixmapfile:      /images/customer_provided_image.xpm
*webtopForm.background:		#FFFFFF
*splitterForm*background:	#FFFFFF
*demgrSW*background:		#FFFFFF
! Placeholder for customer-provided webtop form image
!*demgrSW*Pixmapfile:		/images/customer_provided_image.xpm

*XmTextField*foreground:		#000000
*XmTextField*background:		#C0C0C0

*VertScrollBar*borderWidth:	0
*HorScrollBar*borderWidth:	0

*webtopPulldown.labelString:	Webtop
*webtopPulldown.mnemonic:		W
*loginButton.labelString:		Log In...
*loginButton.mnemonic:			I
*logoutButton.labelString:		Log Out...
*logoutButton.mnemonic:			O
*optionsButton.labelString:		Options...
*optionsButton.mnemonic:		p
*viewLogButton.labelString:		View Log...
*viewLogButton.mnemonic:		V
*closeButton.labelString:		Close
*closeButton.mnemonic:			C

*printPulldown.labelString:	Print
*printPulldown.mnemonic:	P
*pauseButton.labelString:	Pause Printing
*pauseButton.mnemonic:		P
*restartButton.labelString:	Restart Printing
*restartButton.mnemonic:	R
*cancelButton.labelString:	Cancel Printing
*cancelButton.mnemonic:		C

*helpPulldown.labelString:	Help
*helpPulldown.mnemonic:		H
*aboutButton.labelString:	About Tarantella
*aboutButton.mnemonic:		A


*loginDialog_popup.title:	Log In to Tarantella
! Note, if you ever need to use more than one newline in succession, e.g., \n\n
! you must put spaces between the newlines because of the way the XmStringGetNextSegment() 
! handles separators.
*loginInstrLabel.labelString:	Type the URL for a Tarantella server, and your\
\nusername and password for that server. Ask your\
\nAdministrator if you need help.\
\n
*locLabel.labelString:		Location:\n
!*locLabel.mnemonic:		L
*userLabel.labelString:		Username:\n
!*userLabel.mnemonic:		U
*passLabel.labelString:		Password:\n
*anonButton.labelString:	Log in anonymously
*passText.verifyBell:		False

*passwordAgedDialog_popup.title:	Password Change
!*passwordAgedDialog.messageString:	Your password has expired, please supply a new one.
*chpassUserLabel.labelString:	Username:\n
*chpassPassLabel.labelString:	Password:\n
*chpassNewPassLabel.labelString:	New Password:\n
*chpassConfirmPassLabel.labelString:	Confirm New Password:\n


*ambigDialog_popup.title:	Ambiguous Username
*ambigLabel.labelString:	You have provided an ambiguous name. Please supply the following additional information.
*ambigLabel.height:		30
*ambigLabel.marginBottom:	10
*ambigPromptLabel.marginTop:	5

*logoutDialog_popup.title:		Log Out of Tarantella on %s
*logoutDialog.messageString:		Are you sure you want to log out of Tarantella?
*logoutDialog.okLabelString:		Yes
*logoutDialog.okMnemonic:		Y
*logoutDialog.cancelLabelString:	No
*logoutDialog.cancelMnemonic:		N

*closeDialog_popup.title:		Log Out of Tarantella on %s
*closeDialog.messageString:		You're currently logged in to Tarantella. Do you want to log out before closing?
*closeDialog.okLabelString:		Yes
*closeDialog.noButton.labelString:	No

*printJobsDialog_popup.title:		Tarantella Printing
*printJobsDialog.messageString:		You have %d print jobs pending.\nWould you like to print them now?
*printJobsDialog.messageString1:	You have one print job pending.\nWould you like to print it now?
*printJobsDialog.okLabelString:		Yes
*printJobsDialog.cancelLabelString:	No

*ppeFailDialog_popup.title:		Tarantella Printing
*ppeFailDialog.messageString:		Can't print job %s (failed to start Protocol Engine\non array server %s).\n\nPlease inform an administrator.
*ppeFailDialog.okLabelString:		OK

*errorDialog_popup.title:	Tarantella

*progressDialog_popup.title:	Connection Progress
*progressDialog.okLabelString:	Details
*progressDialog.okLabelMnemonic:	D
*progressDialog.closeLabelString:  		Close
!*progressDialog.height:		100
!*progressDialog.width:		350

*logviewDialog_popup.title:		Console Log
*logviewDialog.okLabelString:		Clear
*logviewDialog.cancelLabelString:	Close
*logviewText.height:			200
*logviewText.width:			200

*proxyFrameLabel.labelString: 		Proxy Server
*useProxyButton.labelString: 		Use a Proxy Server
*useProxyButton.topOffset:		20
*proxyAddrLabel.labelString: 		Address:
*proxyAddrField.columns:		35
*proxyPortLabel.labelString:		Port:
*proxyPortField.columns:		8
*noProxyLabel.labelString:		Do not use proxy server for addresses beginning with:
*proxySeparateLabel.labelString:	Use semicolons (;) to separate entries.
*proxyExcludeText.rows:			2
*proxyExcludeText.columns:		40
*proxyExcludeText.scrollVertical:	True

*optionsDialog_popup.title:	Tarantella Options
*optionsFrameLabel.labelString: Document Options
*optionsInstrLabel.labelString:	You can choose how to display web documents accessed through Tarantella.
*optionsInstrLabel.topOffset:	15
*autoOptButton.labelString:	Automatic
*autoOptButton.mnemonic:	A
*localOptButton.labelString:	Use my desktop's web browser
*localOptButton.mnemonic:	d
*remoteOptButton.labelString:	Use a web browser on the server
*remoteOptButton.mnemonic:	s

*thirdLoginDialog_popup.title:		Tarantella
*thirdLabel.labelString:		Authentication for %s
*thirdUserLabel.labelString:		Username:\n
*thirdPassLabel.labelString:		Password:\n
*thirdDomainLabel.labelString:		NT Domain:\n
*savePassButton.labelString:		Save this password?

*proxyAuthDialog_popup.title:		Proxy Authentication
*proxyLabel.labelString:		Please type your username and password for the proxy server at\n\
%s:%d
*proxyUserLabel.labelString:		Username:\n
*proxyPassLabel.labelString:		Password:\n

*manualLoginDialog_popup.title:		Tarantella
*manualLoginDialog.messageString:	Your password has expired.\n\nDo you want to try to log in yourself?
*manualLoginDialog.okLabelString:	Yes
*manualNoButton.labelString:		No

! help Dialog messages
*helpDialog_popup.title:	About Tarantella
*versionLabel.labelString:	Tarantella Native Client %s.
*copyrightLabel.labelString:	Copyright (c) 1998-2003 Tarantella, Inc.\n\
All Rights Reserved.
*openXmCopyrightLabel.labelString:	Contains OpenMotif for Linux.\n\
Copyright (c) 2001, The Open Group Ltd.\n\
and others. All Rights Reserved.

! Cert Warning Dialog messages
*certWarnDialog_popup.title:	Security Warning
*certWarnDialog.messageString:	The Tarantella server you're connecting to is using an\n\
untrusted or unrecognized security certificate.\n\n\
Accept the certificate only if you are sure there is no\n\
security risk. If you are unsure, click Don't Accept and\n\
contact a Tarantella Administrator (you won't be able to\n\
log in).
*certWarnDialog.okLabelString:	Accept
*certWarnDialog.cancelLabelString:	Don't Accept
*certWarnFrameTitle.labelString:	Certificate properties
*cwFieldLabel.labelString:	Field:
*cwDetailsLabel.labelString:	Details:
*certFieldList.width: 125
*certDetailsList.width: 200

*insecureDialog_popup.title:  Tarantella
*insecureDialog.messageString:   You need a secure version of the Tarantella Native Client to connect to this server.\n\n\
Check %s to see if a secure client is\n available for your platform.

!
! Note to developers: ddstr.c has been deprecated and the application
! strings that aren't directly associated with widget resources are now 
! defined below as "*strings.#" resources to facilitate localization. 

! #ifdef'd values in webtop/native/include/distring.h must remain 
! synchronized with the indexes for these strings, for example in 
! distring.h we have
!
! #define DI_S_DISCONNECTED           8
!
! and here in Ttwebtop(.h) we have 
! *strings.8:Disconnected
!
! If you modify distring.h or one of the strings.# resources below,
! please be sure not to change indexes for existing strings unless
! you are sure you know what you are doing. Also, note that modifying
! distring.h affects the Windows Native Client.
!
! There are a few gaps in this table, most notably between 145-200.
! These gaps were inherited from ddstr.c and it's not clear why they
! exist.
!

!*strings.0:0
*strings.1:Always resumable, displays on the webtop.
*strings.2:Always resumable, displays in a single independent window.
*strings.3:Resumable until log out, displays on the webtop.
*strings.4:Resumable until log out, displays in a single independent window.
*strings.5:Displays on the webtop, not resumable.
*strings.6:Displays in a single independent window, not resumable.
*strings.7:Tarantella user: %s (standard connection)
*strings.8:Disconnected
*strings.9:Connected
*strings.10:Starting the application...
*strings.11:Session suspended.
*strings.12:Session ended.
*strings.13:Failed to connect to the Tarantella server.
*strings.14:Always resumable, displays in a single scalable independent window.
*strings.15:Failed to log in to Tarantella.
*strings.16:Connection to the Tarantella server has been terminated.
*strings.17:Tarantella login has timed out.
*strings.18:Are you sure you want to log out of Tarantella?
*strings.19:Session failed.
*strings.20:Application launch has timed out.
*strings.21:Requesting application server authentication...
*strings.22:Failed to connect to Protocol Engine.
*strings.23:Connecting to Protocol Engine...
*strings.24:%s - Tarantella
*strings.25:Tarantella
*strings.26:Trying again with new information...
*strings.27:Application server authentication canceled.
*strings.28:X session timeout.
*strings.29:X protocol version mismatch.
*strings.30:Session failed: %s
*strings.31:Resuming a suspended session...
*strings.32:Starting the application...
*strings.33:Application launch canceled.
*strings.34:Failed to log in to Tarantella: %s
*strings.35:Incorrect username or password. Please try again.
*strings.36:Connecting to web server...
*strings.37:Processing Tarantella server information...
*strings.38:Connecting to Tarantella server...
*strings.39:Failed to connect to web server.
*strings.40:Failed to process Tarantella server information.
*strings.41:The URL is invalid.
*strings.42:Logging in to Tarantella...
*strings.43:Your password has expired.\n\nDo you want to try to log in yourself?
*strings.44:Failed to launch a local browser.
*strings.45:Protocol mismatch.
*strings.46:Failed to start server.
*strings.47:No licenses available. Contact an Administrator.
*strings.48:Script error.
*strings.49:Application server password has expired.
*strings.50:Command execution failed.
*strings.51:Input/Output error.
*strings.52:Unexpected end-of-file.
*strings.53:Connection timed out.
*strings.54:Unknown error.
*strings.55:Internal error.
*strings.56:Login script not available.
*strings.57:Incorrect username or password.
*strings.58:Protocol Engine has shut down.
*strings.59:Session Manager has timed out.
*strings.60:Cannot execute command in the background.
*strings.61:No remote browser configured.
*strings.62:Waiting for the server to respond...
*strings.63:You're currently logged into Tarantella. Do you want to log out before closing?
*strings.64:Copy
*strings.65:Paste
*strings.66:Failed to launch local application.
*strings.67:You can't log in anonymously to this server.
*strings.68:Couldn't allocate a free port for this session.
*strings.69:Host object missing or wrongly configured.
*strings.70:Permission denied.
*strings.71:This Tarantella Native Client doesn't support HTTPS.\n\nTo use HTTPS, install the Tarantella Native Client from a Tarantella server where the Tarantella Security Pack has been installed.
*strings.72:Runs locally, not resumable.
*strings.73:Runs locally or using a local X server, not resumable.
*strings.74:Runs locally or in a single independent window, not resumable.
*strings.75:Runs locally or on the webtop, not resumable.
*strings.76:Displays using a local X server, not resumable.
*strings.77:Tarantella user: %s (SSL connection)
*strings.78:Certificate Authority not recognized.
*strings.79:Server Certificate not recognized.
*strings.80:Server Certificate not effective.
*strings.81:Server Certificate has expired.
*strings.82:Failed to connect to web server: %s
*strings.83:Host not found.
*strings.84:Connection refused.
*strings.85:Failed to connect to the Tarantella server: %s
*strings.86:Connection timed out.
*strings.87:Failed to process Tarantella server information: %s
*strings.88:Page not found.
*strings.89:SSH connection to application server not available.
*strings.90:Pauses current print jobs, doesn't print any new jobs.
*strings.91:Restarts current print jobs, prints any new jobs.
*strings.92:Removes current print job.
*strings.93:Discovering printing status...
*strings.94:Ready to print
*strings.95:Printing
*strings.96:Paused (Jobs pending: %d)
*strings.97:Paused (No jobs pending)
*strings.98:Can't Print (No default printer)
*strings.99:Printing disabled by Administrator
*strings.100:Paused by Administrator (Jobs pending: %d)
*strings.101:Printing temporarily unavailable
*strings.102:Paused by Administrator (No jobs pending)
*strings.103:Can't Print (Default printer type unknown)
*strings.104:Always resumable, integrates with your local window manager.
*strings.105:Resumable until log out, integrates with your local window manager.
*strings.106:Integrates with your local window manager, not resumable.
*strings.107:You have been logged out of this Tarantella session.
*strings.108:This Tarantella server is not accepting connections. See %s for an explanation or an alternative server.
*strings.109:This Tarantella server is not accepting connections.
*strings.110:Resumable until log out, displays in a single scalable independent window.
*strings.111:Displays in a single scalable independent window, not resumable.
*strings.112:Application server not available.
*strings.113:Application server: login failed
*strings.114:Application server: login incorrect
*strings.115:Application server: password has expired
*strings.116:Command execution failed
*strings.117:Application server: connection failed
*strings.118:Application server: end of file on connection
*strings.119:Application server: server timeout
*strings.120:Window manager exists
*strings.121:Invalid desktop size
*strings.122:Application server: no secure connection
*strings.123:Transport not available
*strings.124:Session does not exist
*strings.125:Session suspended
*strings.126:Session not suspended
*strings.127:Session running
*strings.128:Login password not available
*strings.129:Login script not available
*strings.130:Protocol Engine died
*strings.131:Create interpreter failed
*strings.132:Eval file failed
*strings.133:Chdir failed
*strings.134:User abort
*strings.135:Client end of file on connection
*strings.136:Always resumable, displays full-screen.
*strings.137:Resumable until log out, displays full-screen.
*strings.138:Unknown display engine type
*strings.139:No secure server is currently available.
*strings.140:All licenses are in use.
*strings.141:The evaluation period for this Tarantella server has expired.
!*strings.142:  0, 0, 0, 0, 0, 0, 0, 0,
!    0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                               /* 160 */
!    0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                               /* 170 */
!    0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                               /* 180 */
!    0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                               /* 190 */
!    0, 0, 0, 0, 0, 0, 0, 0,
!*strings.199:
*strings.200:Server version %d %d %d %d
*strings.201:Client version %d %d %d %d
*strings.202:Info: local X server available
*strings.203:Info: local X server not available
*strings.204:Printer request (%s)
*strings.205:Default printer type (%s)
*strings.206:Client printer (%s)
*strings.207:No client printer available
*strings.208:Default printer type unknown
*strings.209:Failed to connect to HTTPS web server on %s
!*strings.210:
*strings.211:Old password does not match password typed in original request
*strings.212:The new password and confirmation don't match.
*strings.213:Logging out...
*strings.214:Tarantella logout has timed out. The connection will be closed anyway.
*strings.215:Logging out and exiting...
!*strings.216:
*strings.217:This Native Client is newer than the Tarantella server you're\ntrying to connect to.  Please contact a Tarantella Administrator.
*strings.218: Proxy server may be down or configuration may be incorrect.
*strings.219: Cannot establish tunnel. Proxy server may be down or configuration may be incorrect.
*strings.221: Cannot connect to the proxy server. The following error was returned:\n\n%s\n\nPlease contact a Tarantella Administrator.
*strings.223: Cannot connect to the web server. The following error was returned:\n\n%s\n\nPlease contact a Tarantella Administrator.
*strings.225: The proxy server requires an authentication scheme that is not supported.
*strings.226: Some characters in the proxy server name are not allowed. Allowed characters: a-z 0-9 . - _
*strings.227: The proxy server port is missing or out of range. Valid port numbers are 1-65535.
*strings.228: Failed to connect to HTTPS web server: SSL handshake failed. Contact a Tarantella Administrator.
*strings.229: The local root certificate authority does not verify the server certificate. Contact a Tarantella Administrator.
*strings.230: This Tarantella server is currently too busy to let users log in.\nPlease try logging in to another Tarantella server, or wait a few moments and try logging in again.
*strings.231: You have provided an ambiguous name, and these are not supported for SecurID authentication.\nPlease contact a Tarantella Administrator.
*strings.244: A X509 version 3 certificate used for signing in the certificate chain does not contain a basic constraints extension and so is not valid for signing.
*strings.245: A X509 version 3 certificate used for signing in the certificate chain does not contain a CA basic constraint and so is not valid for signing. 
*strings.246: A X509 version 3 certificate used for signing in the certificate chain has more CA certificates chained below it than its path length constraint allows.
*strings.247: A X509 version 2 certificate is included in the certificate chain and these are unsupported. Use version 1 or version 3 certificates only.
*strings.248: A X509 version 1 certificate is included in the certificate chain as a signing certificate. We only support version 1 CA certificates if they are self-signed root certificates.
*strings.249: Not enough Tarantella licenses to run application.
*strings.252: Login failed - already logged in

! (device-dependent strings not associated with a widget)
! Strings used by CertWarningDialog 
*ddstrings.0:Subject
*ddstrings.1:Issuer
*ddstrings.2:Effective date
*ddstrings.3:Expiration date
*ddstrings.4:Fingerprint
*ddstrings.5:Encryption Type

! Translation instructions: localize all resources of the following types:
!	title
!	*abelString (includes labelString, okLabelString)
!	mnemonic
!	messageString
!	fontList
!	window sizes, if necessary
!	strings.#
! 	ddstrings.# (device-dependent strings not associated with a widget)
! Note: this file also contains dates that need to be kept current
