messagestrings.properties

来自「world wind java sdk 源码」· PROPERTIES 代码 · 共 808 行 · 第 1/3 页

PROPERTIES
808
字号
#README: This file has several sections:
#  o Generic terms that can be used in messages
#  o Generic error/warning/log messages
#  o Class-specific error/warning/log messages

#***********************************************************************************************
# PLEASE KEEP THESE IN ALPHABETICAL ORDER * (except for the term, generic and nullValue blocks)
#***********************************************************************************************

# Generic terms
term.Altitude=Altitude
term.byteOrder=byte order
term.charset=charset
term.datasetName=dataset name
term.dataType=data type
term.Downloading=Downloading
term.Elev=Elev
term.elevation=Elevation
term.expiryTime=expiryTime
term.fileStoreFolder=file store folder
term.fileStoreLocation=file store location
term.formatSuffix=format suffix
term.levelNumber=level number
term.levelName=level name
term.numLevels=number of levels
term.numEMptyLevels=number of empty levels
term.minElevation=min elevation
term.maxElevation=max elevation
term.NoNetwork=No Network
term.OffGlobe=Off Globe
term.sector=sector
term.sectorResolutionLimits=sector resolution limits
term.service=service
term.tileDelta=tile delta
term.tileHeight=tile height
term.tileOrigin=tile origin
term.tileURLBuilder=tile URL builder
term.tileWidth=tile width
term.unknown=unknown
term.version=version

# Generic errors
generic.AllUsersWindowsProfileNotKnown=The user-shared Windows profile cannot be determined.
generic.AngleOutOfRange=Angle out of range {0}
generic.ArgumentOutOfRange=Argument out of range {0}
generic.ArrayInvalidLength=Array invalid length {0}
generic.BufferSize=Incorrect buffer size: {0}
generic.BulkRetrievalInterrupted=Bulk retrieval for {0} interrupted
generic.CannotCreateFile=Unable to create file {0}
generic.CannotCreateDirectory=Unable to create directory {0}
generic.CannotOpenFile=Unable to open file {0}
generic.CannotOpenInputStream=Unable to open input stream {0}
generic.CannotOpenOutputStream=Unable to open output stream {0}
generic.CannotParseInputStream=Unable to read input stream {0}
generic.CannotParseOutputStream=Unable to write output stream {0}
generic.CreationFromConfigurationFileFailed=Creation from configuration file failed {0}
generic.ColumnIndexOutOfRange=Column index out of range {0}
generic.DataFileExpired=Deleting out of date data file {0}
generic.DeletedCorruptDataFile=Deleted corrupted data file {0}
generic.DeltaAngleOutOfRange=Delta angle out of range {0}
generic.DimensionsTooSmall=The dimensions are too small {0}, {1}
generic.ExceptionAttemptingToReadFile=Exception attempting to read file {0}
generic.ExceptionAttemptingToReadFrom=Exception attempting to read from {0}
generic.ExceptionAttemptingToReadImageFile=Exception attempting to read image file {0}
generic.ExceptionAttemptingToParseStateXml=Exception attempting to parse state XML {0}
generic.ExceptionAttemptingToParseXml=Exception attempting to parse XML {0}
generic.ExceptionClosingStream=Exception while attemting to close the stream for {0}
generic.ExceptionDuringBulkRetrieval=Exception during bulk retrieval for {0}
generic.ExceptionDuringDataSizeEstimate=Exception during data size estimate for {0}
generic.ExceptionWhileComputingSize=Exception while computing size {0}
generic.ExceptionWhileDisposing=Exception while disposing {0}
generic.ExceptionWhileRequestingImage=Exception while requesting image {0}
generic.ExceptionWhilePickingAnnotation=Exception while picking annotation
generic.ExceptionWhilePickingIcon=Exception while picking icon
generic.ExceptionWhileReading=Exception while reading {0}
generic.ExceptionWhileRenderingAirspace=Exception while rendering airspace
generic.ExceptionWhileRenderingAnnotation=Exception while rendering annotation
generic.ExceptionWhileRenderingIcon=Exception while rendering icon
generic.ExceptionWhileRenderingLayer=Exception while rendering layer {0}
generic.ExceptionWhileRunningViewStateIterator=Exception while running ViewStateIterator
generic.ExceptionWhileChangingView=Exception while changing view value
generic.ExceptionWhileWriting=Exception while writing {0}
generic.EnumNotFound=Cannot find enumeration {0}
generic.FileNotFound=File not found {0}
generic.FileNoReadPermission=File does not have read permission {0}
generic.FileNoWritePermission=File does not have write permission {0}
generic.FolderDoesNotExist=The directory does not exist {0}
generic.FolderNoWritePermission=The directory does not have write permission {0}
generic.ImageReadFailed=Failed to read image {0}
generic.ImageFormatUnsupported=The image format {0} is not supported on this computer
generic.InsufficientPositions=Insufficient number of positions
generic.InvalidDataSource=Invalid data source {0}
generic.InvalidHint=Hint value is not recognized
generic.indexOutOfRange=Index out of range {0}
generic.interrupted=Operation {0}:{1} interrupted
generic.InvalidIndex=Invalid index {0}
generic.InvalidImageFormat=Invalid image format {0}
generic.InvalidImageSize=Invalid image size {0} x {1}
generic.IOExceptionDuringTextureInitialization=IOException during texture initialization
generic.LatitudeOutOfRange=Latitude out of range {0}
generic.LevelRequestedGreaterThanMaxLevel=The level requested, {0}, is greater than the max level, {1}
generic.LongitudeOutOfRange=Longitude out of range {0}
generic.LayerIsUsingCustomIterable=Layer is using a custom iterable
generic.MalformedURL=Malformed URL {0}
generic.NoninvertibleMatrix=Matrix is not invertible
generic.NoSurfaceGeometry=No surface geometry to render
generic.NoImagesAvailable=No images available
generic.NumTextureUnitsLessThanOne=The number of texture units specified is less than 1
generic.OpacityOutOfRange=Opacity {0} is out of range
generic.OperationCancelled=Operation {0} cancelled
generic.OwnerIsInvalid=Invalid owner {0}
generic.ProjectionUnsupported=The defined projection is not supported
generic.RetrievalFailed=Retrieval failed for {0}
generic.RetrievalReturnedNoContent=Retrieval returned no content for {0}
generic.RowIndexOutOfRange=Row index out of range {0}
generic.ScaleOutOfRange=Scale {0} is out of range
generic.SectorNotGeographic=Sector values outside normal lat/lon limits {0}
generic.SectorSizeInvalid=Sector size is less than or equal to zero
generic.SizeOutOfRange=Size {0} is out of range
generic.StringIsEmpty=String is empty
generic.TextureIOException=TextureIO exception while reading file {0}
generic.TextureUnreadable=The texture {0} could not be read
generic.TimeNegative=The specified time, {0}, is less than zero
generic.Unknown=Unknown
generic.UnknownOperatingSystem=The operating system this program is running on is not recognized.
generic.UnrecognizedImageSourceType=Unrecognized image source type {0}
generic.UnrecognizedProtocol=Unrecognized protocol {0}
generic.UnrecognizedServiceName=Unrecognized service type {0}
generic.URIInvalid=URI is invalid {0}
generic.UsersHomeDirectoryNotKnown=This user's home director cannot be determined.
generic.UsersWindowsProfileNotKnown=The user's Windows profile cannot be determined.


# Null argument/value messages
nullValue.ActionEventIsNull=Action event is null
nullValue.ActionKeyIsNull=Action key is null
nullValue.AirspaceIsNull=Airspace is null
nullValue.AirspaceIterableIsNull=Airspace iterable is null
nullValue.AlignmentIsNull=Alignment is null
nullValue.AlphaBlockIsNull=Alpha block is null
nullValue.AncestorIsNull=Ancestor is null
nullValue.AngleIsNull=Angle is null
nullValue.AnnotationAttributesIsNull=Annotation attributes is null
nullValue.AnnotationIsNull=Annotation is null
nullValue.ArrayIsNull=Array is null
nullValue.AttributeKeyIsNull=Attribute key is null
nullValue.AttributesIsNull=Attributes is null
nullValue.AVListIsNull=AVList is null
nullValue.AzimuthIsNull=AzimuthIsNull
nullValue.BeginIsNull=Begin is null
nullValue.BiasIsNull=Bias is null
nullValue.BufferNull=Buffer is null
nullValue.BufferIsNull=Buffer is null
nullValue.ByteBufferIsNull=ByteBuffer is null
nullValue.ByteOrderIsNull=ByteOrder is null
nullValue.CacheEntryIsNull=Cache Entry is null
nullValue.CacheIsNull=Cache is null
nullValue.CanvasIsNull=Canvas is null
nullValue.CenterIsNull=Center is null
nullValue.CharacterIsNull=Character is null
nullValue.CharSequenceIsNull=CharSequence is null
nullValue.ClassIsNull=Class is null
nullValue.ClassNameKeyNullZero=Class name key is null or zero length
nullValue.CollectionIsNull=Collection is null
nullValue.ColorIsNull=Color is null
nullValue.ColorBlockIsNull=Color block is null
nullValue.CompassPositionIsNull=Compass position is null
nullValue.ConnectionIsNull=Connection is null
nullValue.ContextIsNull=Context is null
nullValue.ControlPointIsNull=Control point is null
nullValue.CopyConstructorSourceIsNull=The argument to the copy constrcutor is null
nullValue.CopyTargetIsNull=The destination is null
nullValue.DataIODescriptorsIsNull=Data IO descriptors is null
nullValue.DataSetIsNull=Dataset is null
nullValue.DataSourceIsNull=Data source is null
nullValue.DataStoreProducerIsNull=Data store producer is null
nullValue.DataTypeIsNull=Data type is null
nullValue.DateIsNull=Date is null
nullValue.DelegateIsNull=Delegate is null
nullValue.DelimiterIsNullOrEmpty=Delimiter is null or empty
nullValue.DestNull=Destination is null
nullValue.DestinationIsNull=DestinationIsNull
nullValue.DestinationImageIsNull=Destination image is null
nullValue.DeviceIsNull=Device is null
nullValue.DeviceKeyIsNull=Device key is null
nullValue.DimensionIsNull=Dimension is null
nullValue.DirectionIsNull=Direction is null
nullValue.DisplayNameIsNull=Display name is null
nullValue.DisplayStyleIsNull=Display style is null
nullValue.DocumentIsNull=Document is null
nullValue.DocumentElementNameIsNull=Document element name is null or empty
nullValue.DrawContextIsNull=Drawing context is null
nullValue.DrawingContextGLIsNull=Drawing context GL instance is null
nullValue.DrawingContextGlobeIsNull=Drawing context Globe instance is null
nullValue.DrawingContextViewportCenterIsNull=Drawing context viewport center position is null
nullValue.DrawableIsNull=Drawable is null
nullValue.DXTBlockIsNull=DXT block is null
nullValue.ElementIsNull=Element is null
nullValue.ElementNameIsNull=Element name is null
nullValue.ElevationsIsNull=Elevations is null
nullValue.ElevationsBufferIsNull=Elevations buffer is null
nullValue.ElevationModelConfigParams=Elevation model configuration parameter list is null
nullValue.ElevationModelIsNull=Elevation Model is null
nullValue.EndIsNull=End is null
nullValue.EndPointIsNull=End point is null
nullValue.EntriesIsNull=Entries is null
nullValue.EntryIsNull=Entry is null
nullValue.EventIsNull=Event is null
nullValue.ExtentIsNull=Extent is null
nullValue.ExtremeElevationsFileName=Extreme elevations file name is null
nullValue.FactoryIsNull=Factory is null
nullValue.FileStorePathIsNull=File store path is null of zero length
nullValue.FileIsNull=File is null
nullValue.FilePathIsNull=File path is null
nullValue.FontIsNull=Font is null
nullValue.FontRenderContextIsNull=Font Render Context is null
nullValue.FormatSuffixIsNull=Format suffix is null
nullValue.FOVIsNull=Field of view is null
nullValue.FrameControllerIsNull=FrameController is null
nullValue.FrustumIsNull=Frustum is null
nullValue.GeometryIsNull=Geometry is null
nullValue.GeoPointsIsNull=Geo points is null
nullValue.GetMethodIsNull=Attribute query listener is null
nullValue.GetMethodReferenceIsNull=Get method reference is null
nullValue.GLIsNull=GL is null
nullValue.GLContextIsNull=GLContext is null
nullValue.GLContextNotCurrent=GLContext is not current
nullValue.GlobeIsNull=Globe is null
nullValue.HeadingIsNull=Heading is null
nullValue.HorizontalAlignmentIsNull=Horizontal alignment is null
nullValue.HintIsNull=Hint is null
nullValue.Icon=Icon is null
nullValue.IconFilePath=Icon file path is null
nullValue.IconImageSource=Icon image source is null
nullValue.IconIterator=Icon iterator is null
nullValue.IconPosition=Icon position is null
nullValue.IdIsNull=Id is null
nullValue.ImageIsNull=Image is null
nullValue.ImageFomat=Image format is null
nullValue.ImagePointsIsNull=Image points is null
nullValue.ImageSource=Image source is null
nullValue.InputAnglesNull=One or more input angles are null
nullValue.InputStreamIsNull=InputStream is null
nullValue.InsetsIsNull=Insets is null
nullValue.IntersectionPointIsNull=Intersection point is null
nullValue.IterableIsNull=Iterable is null
nullValue.Iterator=Iterator is null
nullValue.KeyIsNull=Key is null
nullValue.KeyListIsNull=Key list is null or empty
nullValue.LatitudeIsNull=Latitude is null
nullValue.LatitudeOrLongitudeIsNull=Latitude or longitude is null
nullValue.LatLonIsNull=LatLon is null
nullValue.LatLonListIsNull=LatLon list is null
nullValue.LayerConfigParams=Layer configuration parameter list is null
nullValue.LayerIsNull=Layer is null
nullValue.LayersIsNull=Layers is null
nullValue.LayoutIsNull=Layout is null
nullValue.LevelIsNull=Level is null
nullValue.LevelConfigParams=Level configuration parameter list is null
nullValue.LevelSetIsNull=Level set is null
nullValue.LevelZeroTileDeltaIsNull=Level zero tile delta is null
nullValue.LineIsNull=Line is null
nullValue.ListenerIsNull=Listener is null
nullValue.LNameIsNull=lname is null
nullValue.LocationIsNull=Location is null
nullValue.LocationInListIsNull=Location list contains null
nullValue.LocationsListIsNull=Locations list is null
nullValue.LongitudeIsNull=Longitude is null
nullValue.MapIsNull=Map is null
nullValue.MarkerIsNull=Marker is null

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?